mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 10:56:31 +00:00
Default/Domain Settings: Fix a few issues.
This commit is contained in:
@@ -761,6 +761,40 @@ $text['label-image_text']['ru-ru'] = "";
|
||||
$text['label-image_text']['sv-se'] = "";
|
||||
$text['label-image_text']['uk-ua'] = "";
|
||||
|
||||
$text['label-file']['en-us'] = "File";
|
||||
$text['label-file']['ar-eg'] = "";
|
||||
$text['label-file']['de-at'] = "Dateien"; //copied from de-de
|
||||
$text['label-file']['de-ch'] = "Dateien"; //copied from de-de
|
||||
$text['label-file']['de-de'] = "Dateien";
|
||||
$text['label-file']['es-cl'] = "Archivo";
|
||||
$text['label-file']['es-mx'] = "Archivo"; //copied from es-cl
|
||||
$text['label-file']['fr-ca'] = "Fichier"; //copied from fr-fr
|
||||
$text['label-file']['fr-fr'] = "Fichier";
|
||||
$text['label-file']['he-il'] = "";
|
||||
$text['label-file']['it-it'] = "File";
|
||||
$text['label-file']['nl-nl'] = "Bestanden";
|
||||
$text['label-file']['pl-pl'] = "";
|
||||
$text['label-file']['pt-br'] = "Ficheiro"; //copied from pt-pt
|
||||
$text['label-file']['pt-pt'] = "Ficheiro";
|
||||
$text['label-file']['ro-ro'] = "";
|
||||
|
||||
$text['label-base64']['en-us'] = "Base64";
|
||||
$text['label-base64']['ar-eg'] = "Base64";
|
||||
$text['label-base64']['de-at'] = "Base64";
|
||||
$text['label-base64']['de-ch'] = "Base64";
|
||||
$text['label-base64']['de-de'] = "Base64";
|
||||
$text['label-base64']['es-cl'] = "Base64";
|
||||
$text['label-base64']['es-mx'] = "Base64";
|
||||
$text['label-base64']['fr-ca'] = "Base64";
|
||||
$text['label-base64']['fr-fr'] = "Base64";
|
||||
$text['label-base64']['he-il'] = "Base64";
|
||||
$text['label-base64']['it-it'] = "Base64";
|
||||
$text['label-base64']['nl-nl'] = "Base64";
|
||||
$text['label-base64']['pl-pl'] = "Base64";
|
||||
$text['label-base64']['pt-br'] = "Base64";
|
||||
$text['label-base64']['pt-pt'] = "Base64";
|
||||
$text['label-base64']['ro-ro'] = "Base64";
|
||||
|
||||
$text['header-default_settings']['en-us'] = "Default Settings";
|
||||
$text['header-default_settings']['ar-eg'] = "";
|
||||
$text['header-default_settings']['de-at'] = "Standard Einstellungen"; //copied from de-de
|
||||
|
||||
Reference in New Issue
Block a user