Update language translation
This commit is contained in:
parent
fd538950c9
commit
5af47bb6ea
|
|
@ -2314,30 +2314,6 @@ $text['label-extension_only']['zh-cn'] = "仅限分机";
|
|||
$text['label-extension_only']['ja-jp'] = "内線のみ";
|
||||
$text['label-extension_only']['ko-kr'] = "내선 전용";
|
||||
|
||||
$text['label-language']['en-us'] = "Language";
|
||||
$text['label-language']['en-gb'] = "Language";
|
||||
$text['label-language']['ar-eg'] = "اللغة";
|
||||
$text['label-language']['de-at'] = "Sprache";
|
||||
$text['label-language']['de-ch'] = "Sprache";
|
||||
$text['label-language']['de-de'] = "Sprache";
|
||||
$text['label-language']['es-cl'] = "Idioma";
|
||||
$text['label-language']['es-mx'] = "Idioma";
|
||||
$text['label-language']['fr-ca'] = "Langue";
|
||||
$text['label-language']['fr-fr'] = "Langue";
|
||||
$text['label-language']['he-il'] = "שפה";
|
||||
$text['label-language']['it-it'] = "Lingua";
|
||||
$text['label-language']['nl-nl'] = "Taal";
|
||||
$text['label-language']['pl-pl'] = "Język";
|
||||
$text['label-language']['pt-br'] = "Língua";
|
||||
$text['label-language']['pt-pt'] = "Língua";
|
||||
$text['label-language']['ro-ro'] = "Limba";
|
||||
$text['label-language']['ru-ru'] = "Язык";
|
||||
$text['label-language']['sv-se'] = "Språk";
|
||||
$text['label-language']['uk-ua'] = "Українська";
|
||||
$text['label-language']['zh-cn'] = "语言";
|
||||
$text['label-language']['ja-jp'] = "言語";
|
||||
$text['label-language']['ko-kr'] = "언어";
|
||||
|
||||
$text['label-extension_type']['en-us'] = "Type";
|
||||
$text['label-extension_type']['ar-eg'] = "النوع";
|
||||
$text['label-extension_type']['de-at'] = "Art";
|
||||
|
|
|
|||
|
|
@ -2030,7 +2030,7 @@
|
|||
}
|
||||
}
|
||||
echo "<br />\n";
|
||||
//echo $text['description-language']."\n";
|
||||
echo $text['description-language']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -818,7 +818,7 @@
|
|||
}
|
||||
}
|
||||
echo "<br />\n";
|
||||
//echo $text['description-language']."\n";
|
||||
echo $text['description-language']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
|
|
|
|||
|
|
@ -5924,6 +5924,54 @@ $text['title-languages']['zh-cn'] = "语言";
|
|||
$text['title-languages']['ja-jp'] = "言語";
|
||||
$text['title-languages']['ko-kr'] = "언어";
|
||||
|
||||
$text['label-language']['en-us'] = "Language";
|
||||
$text['label-language']['en-gb'] = "Language";
|
||||
$text['label-language']['ar-eg'] = "اللغة";
|
||||
$text['label-language']['de-at'] = "Sprache";
|
||||
$text['label-language']['de-ch'] = "Sprache";
|
||||
$text['label-language']['de-de'] = "Sprache";
|
||||
$text['label-language']['es-cl'] = "Idioma";
|
||||
$text['label-language']['es-mx'] = "Idioma";
|
||||
$text['label-language']['fr-ca'] = "Langue";
|
||||
$text['label-language']['fr-fr'] = "Langue";
|
||||
$text['label-language']['he-il'] = "שפה";
|
||||
$text['label-language']['it-it'] = "Lingua";
|
||||
$text['label-language']['nl-nl'] = "Taal";
|
||||
$text['label-language']['pl-pl'] = "Język";
|
||||
$text['label-language']['pt-br'] = "Língua";
|
||||
$text['label-language']['pt-pt'] = "Língua";
|
||||
$text['label-language']['ro-ro'] = "Limba";
|
||||
$text['label-language']['ru-ru'] = "Язык";
|
||||
$text['label-language']['sv-se'] = "Språk";
|
||||
$text['label-language']['uk-ua'] = "Українська";
|
||||
$text['label-language']['zh-cn'] = "语言";
|
||||
$text['label-language']['ja-jp'] = "言語";
|
||||
$text['label-language']['ko-kr'] = "언어";
|
||||
|
||||
$text['description-language']['en-us'] = "Select the language, voice and dialect.";
|
||||
$text['description-language']['en-gb'] = "Select the language, voice and dialect.";
|
||||
$text['description-language']['ar-eg'] = "";
|
||||
$text['description-language']['de-at'] = "";
|
||||
$text['description-language']['de-ch'] = "";
|
||||
$text['description-language']['de-de'] = "";
|
||||
$text['description-language']['es-cl'] = "";
|
||||
$text['description-language']['es-mx'] = "";
|
||||
$text['description-language']['fr-ca'] = "Sélectionnez la langue, la voix et le dialecte.";
|
||||
$text['description-language']['fr-fr'] = "Sélectionnez la langue, la voix et le dialecte.";
|
||||
$text['description-language']['he-il'] = "";
|
||||
$text['description-language']['it-it'] = "";
|
||||
$text['description-language']['nl-nl'] = "";
|
||||
$text['description-language']['pl-pl'] = "";
|
||||
$text['description-language']['pt-br'] = "";
|
||||
$text['description-language']['pt-pt'] = "";
|
||||
$text['description-language']['ro-ro'] = "";
|
||||
$text['description-language']['ru-ru'] = "";
|
||||
$text['description-language']['sv-se'] = "";
|
||||
$text['description-language']['uk-ua'] = "";
|
||||
$text['description-language']['zh-cn'] = "";
|
||||
$text['description-language']['ja-jp'] = "";
|
||||
$text['description-language']['ko-kr'] = "";
|
||||
|
||||
$text['button-setup']['en-us'] = "Setup";
|
||||
$text['button-setup']['en-gb'] = "Setup";
|
||||
$text['button-setup']['ar-eg'] = "يثبت";
|
||||
|
|
|
|||
Loading…
Reference in New Issue