typos
This commit is contained in:
parent
7654fdfd3c
commit
c0f0dc0412
|
@ -257,7 +257,7 @@ $helpArray = array (
|
||||||
"410" => array ("Headline" => _("Alternate recipient"),
|
"410" => array ("Headline" => _("Alternate recipient"),
|
||||||
"Text" => _("Here you can enter an alternative mail address for the password. To use the user's primary email address please leave the field blank.")),
|
"Text" => _("Here you can enter an alternative mail address for the password. To use the user's primary email address please leave the field blank.")),
|
||||||
"411" => array ("Headline" => _("Font"),
|
"411" => array ("Headline" => _("Font"),
|
||||||
"Text" => _("Please select the font for the PDF file. Dejavu will work on all systems but does not support e.g. Chinese and Japan. The other fonts require that an appropriate font is installed on the system where the PDF is opened.")),
|
"Text" => _("Please select the font for the PDF file. Dejavu will work on all systems but does not support e.g. Chinese and Japanese. The other fonts require that an appropriate font is installed on the system where the PDF is opened.")),
|
||||||
// 500 - 599
|
// 500 - 599
|
||||||
// LAM Pro
|
// LAM Pro
|
||||||
"501" => array ("Headline" => _("LDAP suffix"),
|
"501" => array ("Headline" => _("LDAP suffix"),
|
||||||
|
|
|
@ -741,7 +741,7 @@ function getPdfFonts() {
|
||||||
'DejaVu' => 'DejaVuSerif',
|
'DejaVu' => 'DejaVuSerif',
|
||||||
_('Chinese Traditional') => 'cid0ct',
|
_('Chinese Traditional') => 'cid0ct',
|
||||||
_('Chinese Simplified') => 'cid0cs',
|
_('Chinese Simplified') => 'cid0cs',
|
||||||
_('Japan') => 'cid0jp',
|
_('Japanese') => 'cid0jp',
|
||||||
_('Korean') => 'cid0kr',
|
_('Korean') => 'cid0kr',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue