mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Pass on languages before importing updates (#2849)
put language files into consistent state in preparation of a import
This commit is contained in:
56
app/backup/app_languages.php
Executable file → Normal file
56
app/backup/app_languages.php
Executable file → Normal file
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
#This file was last reorganized on 12th of June 2017 10:57:40 AM UTC
|
||||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-backup']['en-us'] = "Backup";
|
||||
$text['title-backup']['ar-eg'] = "";
|
||||
$text['title-backup']['de-at'] = "Datensicherung";
|
||||
$text['title-backup']['de-at'] = "Datensicherung"; //copied from de-de
|
||||
$text['title-backup']['de-ch'] = "Datensicherung"; //copied from de-de
|
||||
$text['title-backup']['de-de'] = "Datensicherung";
|
||||
$text['title-backup']['es-cl'] = "Copia de seguridad";
|
||||
@@ -14,7 +14,7 @@ $text['title-backup']['he-il'] = "";
|
||||
$text['title-backup']['it-it'] = "Backup";
|
||||
$text['title-backup']['nl-nl'] = "";
|
||||
$text['title-backup']['pl-pl'] = "Kopie zapasowe";
|
||||
$text['title-backup']['pt-br'] = "Backup";
|
||||
$text['title-backup']['pt-br'] = "Backup"; //copied from pt-pt
|
||||
$text['title-backup']['pt-pt'] = "Backup";
|
||||
$text['title-backup']['ro-ro'] = "";
|
||||
$text['title-backup']['ru-ru'] = "Резервное копирование";
|
||||
@@ -23,7 +23,7 @@ $text['title-backup']['uk-ua'] = "Резервна копія";
|
||||
|
||||
$text['option-file_download']['en-us'] = "File Download";
|
||||
$text['option-file_download']['ar-eg'] = "";
|
||||
$text['option-file_download']['de-at'] = "Datei herunterladen";
|
||||
$text['option-file_download']['de-at'] = "Datei herunterladen"; //copied from de-de
|
||||
$text['option-file_download']['de-ch'] = "Datei herunterladen"; //copied from de-de
|
||||
$text['option-file_download']['de-de'] = "Datei herunterladen";
|
||||
$text['option-file_download']['es-cl'] = "Descarga de archivos";
|
||||
@@ -43,7 +43,7 @@ $text['option-file_download']['uk-ua'] = "Скачування файлу";
|
||||
|
||||
$text['option-command']['en-us'] = "Command";
|
||||
$text['option-command']['ar-eg'] = "";
|
||||
$text['option-command']['de-at'] = "Befehl";
|
||||
$text['option-command']['de-at'] = "Befehl"; //copied from de-de
|
||||
$text['option-command']['de-ch'] = "Befehl"; //copied from de-de
|
||||
$text['option-command']['de-de'] = "Befehl";
|
||||
$text['option-command']['es-cl'] = "Comando";
|
||||
@@ -54,7 +54,7 @@ $text['option-command']['he-il'] = "";
|
||||
$text['option-command']['it-it'] = "Comando";
|
||||
$text['option-command']['nl-nl'] = "";
|
||||
$text['option-command']['pl-pl'] = "Polecenie";
|
||||
$text['option-command']['pt-br'] = "Comando";
|
||||
$text['option-command']['pt-br'] = "Comando"; //copied from pt-pt
|
||||
$text['option-command']['pt-pt'] = "Comando";
|
||||
$text['option-command']['ro-ro'] = "";
|
||||
$text['option-command']['ru-ru'] = "Команда";
|
||||
@@ -63,7 +63,7 @@ $text['option-command']['uk-ua'] = "Команда";
|
||||
|
||||
$text['message-restore_failed_upload']['en-us'] = "Restore Failed - File Upload Failed";
|
||||
$text['message-restore_failed_upload']['ar-eg'] = "";
|
||||
$text['message-restore_failed_upload']['de-at'] = "Wiederherstellung fehlgeschlagen - Datei hochladen fehlgeschlagen";
|
||||
$text['message-restore_failed_upload']['de-at'] = "Wiederherstellung fehlgeschlagen - Datei hochladen fehlgeschlagen"; //copied from de-de
|
||||
$text['message-restore_failed_upload']['de-ch'] = "Wiederherstellung fehlgeschlagen - Datei hochladen fehlgeschlagen"; //copied from de-de
|
||||
$text['message-restore_failed_upload']['de-de'] = "Wiederherstellung fehlgeschlagen - Datei hochladen fehlgeschlagen";
|
||||
$text['message-restore_failed_upload']['es-cl'] = "Falló la recup - Cargar archivo Error";
|
||||
@@ -83,7 +83,7 @@ $text['message-restore_failed_upload']['uk-ua'] = "Помилка відновл
|
||||
|
||||
$text['message-restore_failed_format']['en-us'] = "Restore Failed - Invalid File Format";
|
||||
$text['message-restore_failed_format']['ar-eg'] = "";
|
||||
$text['message-restore_failed_format']['de-at'] = "Wiederherstellung fehlgeschlagen - Ungültiges Dateiformat";
|
||||
$text['message-restore_failed_format']['de-at'] = "Wiederherstellung fehlgeschlagen - Ungültiges Dateiformat"; //copied from de-de
|
||||
$text['message-restore_failed_format']['de-ch'] = "Wiederherstellung fehlgeschlagen - Ungültiges Dateiformat"; //copied from de-de
|
||||
$text['message-restore_failed_format']['de-de'] = "Wiederherstellung fehlgeschlagen - Ungültiges Dateiformat";
|
||||
$text['message-restore_failed_format']['es-cl'] = "Restaurar Error - Formato de archivo no válido";
|
||||
@@ -94,7 +94,7 @@ $text['message-restore_failed_format']['he-il'] = "";
|
||||
$text['message-restore_failed_format']['it-it'] = "Ripristino Fallito - Formato File non valido";
|
||||
$text['message-restore_failed_format']['nl-nl'] = "";
|
||||
$text['message-restore_failed_format']['pl-pl'] = "Przywracanie nie powiodło się - niepoprawny format pliku";
|
||||
$text['message-restore_failed_format']['pt-br'] = "Falha na restauração - Formato de arquivo inválido";
|
||||
$text['message-restore_failed_format']['pt-br'] = "Falha na restauração - Formato de arquivo inválido"; //copied from pt-pt
|
||||
$text['message-restore_failed_format']['pt-pt'] = "Falha na restauração - Formato de arquivo inválido";
|
||||
$text['message-restore_failed_format']['ro-ro'] = "";
|
||||
$text['message-restore_failed_format']['ru-ru'] = "Ошибка восстановления - Неверный формат файла";
|
||||
@@ -103,7 +103,7 @@ $text['message-restore_failed_format']['uk-ua'] = "Помилка відновл
|
||||
|
||||
$text['message-restore_failed_extract']['en-us'] = "Restore Failed - Extraction Error";
|
||||
$text['message-restore_failed_extract']['ar-eg'] = "";
|
||||
$text['message-restore_failed_extract']['de-at'] = "Wiederherstellung fehlgeschlagen - Die Extraktion ist fehlgeschlagen";
|
||||
$text['message-restore_failed_extract']['de-at'] = "Wiederherstellung fehlgeschlagen - Die Extraktion ist fehlgeschlagen"; //copied from de-de
|
||||
$text['message-restore_failed_extract']['de-ch'] = "Wiederherstellung fehlgeschlagen - Die Extraktion ist fehlgeschlagen"; //copied from de-de
|
||||
$text['message-restore_failed_extract']['de-de'] = "Wiederherstellung fehlgeschlagen - Die Extraktion ist fehlgeschlagen";
|
||||
$text['message-restore_failed_extract']['es-cl'] = "Restaurar Error - Error de extracción";
|
||||
@@ -114,7 +114,7 @@ $text['message-restore_failed_extract']['he-il'] = "";
|
||||
$text['message-restore_failed_extract']['it-it'] = "Ripristino Fallito - Errore di Estrazione";
|
||||
$text['message-restore_failed_extract']['nl-nl'] = "";
|
||||
$text['message-restore_failed_extract']['pl-pl'] = "Przywracanie nie powiodło się - Ekstrakcja zawiodły";
|
||||
$text['message-restore_failed_extract']['pt-br'] = "Falha na restauração - Falha na extração";
|
||||
$text['message-restore_failed_extract']['pt-br'] = "Falha na restauração - Falha na extração"; //copied from pt-pt
|
||||
$text['message-restore_failed_extract']['pt-pt'] = "Falha na restauração - Falha na extração";
|
||||
$text['message-restore_failed_extract']['ro-ro'] = "";
|
||||
$text['message-restore_failed_extract']['ru-ru'] = "Ошибка восстановления - Ошибка при извлечении";
|
||||
@@ -123,7 +123,7 @@ $text['message-restore_failed_extract']['uk-ua'] = "Помилка віднов
|
||||
|
||||
$text['message-restore_completed']['en-us'] = "Restore Completed";
|
||||
$text['message-restore_completed']['ar-eg'] = "";
|
||||
$text['message-restore_completed']['de-at'] = "Wiederherstellung erfolgreich";
|
||||
$text['message-restore_completed']['de-at'] = "Wiederherstellung erfolgreich"; //copied from de-de
|
||||
$text['message-restore_completed']['de-ch'] = "Wiederherstellung erfolgreich"; //copied from de-de
|
||||
$text['message-restore_completed']['de-de'] = "Wiederherstellung erfolgreich";
|
||||
$text['message-restore_completed']['es-cl'] = "Restaurar Completado";
|
||||
@@ -143,7 +143,7 @@ $text['message-restore_completed']['uk-ua'] = "Відновлено";
|
||||
|
||||
$text['message-backup_failed_paths']['en-us'] = "Backup Failed - No Backup Paths Defined";
|
||||
$text['message-backup_failed_paths']['ar-eg'] = "";
|
||||
$text['message-backup_failed_paths']['de-at'] = "Sicherung fehlgeschlagen - Kein Sicherungspfad angegeben";
|
||||
$text['message-backup_failed_paths']['de-at'] = "Sicherung fehlgeschlagen - Kein Sicherungspfad angegeben"; //copied from de-de
|
||||
$text['message-backup_failed_paths']['de-ch'] = "Sicherung fehlgeschlagen - Kein Sicherungspfad angegeben"; //copied from de-de
|
||||
$text['message-backup_failed_paths']['de-de'] = "Sicherung fehlgeschlagen - Kein Sicherungspfad angegeben";
|
||||
$text['message-backup_failed_paths']['es-cl'] = "Fallidos de copia de seguridad - No hay rutas de copia de seguridad definida";
|
||||
@@ -163,7 +163,7 @@ $text['message-backup_failed_paths']['uk-ua'] = "Помилка: не вказа
|
||||
|
||||
$text['message-backup_failed_format']['en-us'] = "Backup Failed - Unable to Create Backup File";
|
||||
$text['message-backup_failed_format']['ar-eg'] = "";
|
||||
$text['message-backup_failed_format']['de-at'] = "Sicherung fehlgeschlagen - Sicherungsdatei kann nicht erstellt werden";
|
||||
$text['message-backup_failed_format']['de-at'] = "Sicherung fehlgeschlagen - Sicherungsdatei kann nicht erstellt werden"; //copied from de-de
|
||||
$text['message-backup_failed_format']['de-ch'] = "Sicherung fehlgeschlagen - Sicherungsdatei kann nicht erstellt werden"; //copied from de-de
|
||||
$text['message-backup_failed_format']['de-de'] = "Sicherung fehlgeschlagen - Sicherungsdatei kann nicht erstellt werden";
|
||||
$text['message-backup_failed_format']['es-cl'] = "Copia de seguridad Error - No se puede crear archivo de copia de seguridad";
|
||||
@@ -183,7 +183,7 @@ $text['message-backup_failed_format']['uk-ua'] = "Помилка: неможли
|
||||
|
||||
$text['label-target_type']['en-us'] = "Target Type";
|
||||
$text['label-target_type']['ar-eg'] = "";
|
||||
$text['label-target_type']['de-at'] = "Ziel Typ";
|
||||
$text['label-target_type']['de-at'] = "Ziel Typ"; //copied from de-de
|
||||
$text['label-target_type']['de-ch'] = "Ziel Typ"; //copied from de-de
|
||||
$text['label-target_type']['de-de'] = "Ziel Typ";
|
||||
$text['label-target_type']['es-cl'] = "Tipo de destino";
|
||||
@@ -203,7 +203,7 @@ $text['label-target_type']['uk-ua'] = "Призначення";
|
||||
|
||||
$text['label-source_paths']['en-us'] = "Source Paths";
|
||||
$text['label-source_paths']['ar-eg'] = "";
|
||||
$text['label-source_paths']['de-at'] = "Quell Pfade";
|
||||
$text['label-source_paths']['de-at'] = "Quell Pfade"; //copied from de-de
|
||||
$text['label-source_paths']['de-ch'] = "Quell Pfade"; //copied from de-de
|
||||
$text['label-source_paths']['de-de'] = "Quell Pfade";
|
||||
$text['label-source_paths']['es-cl'] = "Fuente Caminos";
|
||||
@@ -223,7 +223,7 @@ $text['label-source_paths']['uk-ua'] = "Об’єкти для резервно
|
||||
|
||||
$text['label-select_backup']['en-us'] = "Select Backup File";
|
||||
$text['label-select_backup']['ar-eg'] = "";
|
||||
$text['label-select_backup']['de-at'] = "Wählen Sie eine Sicherungsdatei aus";
|
||||
$text['label-select_backup']['de-at'] = "Wählen Sie eine Sicherungsdatei aus"; //copied from de-de
|
||||
$text['label-select_backup']['de-ch'] = "Wählen Sie eine Sicherungsdatei aus"; //copied from de-de
|
||||
$text['label-select_backup']['de-de'] = "Wählen Sie eine Sicherungsdatei aus";
|
||||
$text['label-select_backup']['es-cl'] = "Seleccione Copia de Seguridad";
|
||||
@@ -243,7 +243,7 @@ $text['label-select_backup']['uk-ua'] = "Виберіть файл резерв
|
||||
|
||||
$text['label-file_format']['en-us'] = "File Format";
|
||||
$text['label-file_format']['ar-eg'] = "";
|
||||
$text['label-file_format']['de-at'] = "Dateiformat";
|
||||
$text['label-file_format']['de-at'] = "Dateiformat"; //copied from de-de
|
||||
$text['label-file_format']['de-ch'] = "Dateiformat"; //copied from de-de
|
||||
$text['label-file_format']['de-de'] = "Dateiformat";
|
||||
$text['label-file_format']['es-cl'] = "Formato de Archivo";
|
||||
@@ -263,7 +263,7 @@ $text['label-file_format']['uk-ua'] = "Формат файлу";
|
||||
|
||||
$text['label-command']['en-us'] = "Command";
|
||||
$text['label-command']['ar-eg'] = "";
|
||||
$text['label-command']['de-at'] = "Befehl";
|
||||
$text['label-command']['de-at'] = "Befehl"; //copied from de-de
|
||||
$text['label-command']['de-ch'] = "Befehl"; //copied from de-de
|
||||
$text['label-command']['de-de'] = "Befehl";
|
||||
$text['label-command']['es-cl'] = "Comando";
|
||||
@@ -274,7 +274,7 @@ $text['label-command']['he-il'] = "";
|
||||
$text['label-command']['it-it'] = "Comando";
|
||||
$text['label-command']['nl-nl'] = "";
|
||||
$text['label-command']['pl-pl'] = "Polecenie";
|
||||
$text['label-command']['pt-br'] = "Comando";
|
||||
$text['label-command']['pt-br'] = "Comando"; //copied from pt-pt
|
||||
$text['label-command']['pt-pt'] = "Comando";
|
||||
$text['label-command']['ro-ro'] = "";
|
||||
$text['label-command']['ru-ru'] = "Команда";
|
||||
@@ -283,7 +283,7 @@ $text['label-command']['uk-ua'] = "Команда";
|
||||
|
||||
$text['header-restore']['en-us'] = "Restore";
|
||||
$text['header-restore']['ar-eg'] = "";
|
||||
$text['header-restore']['de-at'] = "Wiederherstellen";
|
||||
$text['header-restore']['de-at'] = "Wiederherstellen"; //copied from de-de
|
||||
$text['header-restore']['de-ch'] = "Wiederherstellen"; //copied from de-de
|
||||
$text['header-restore']['de-de'] = "Wiederherstellen";
|
||||
$text['header-restore']['es-cl'] = "Restaurar";
|
||||
@@ -294,7 +294,7 @@ $text['header-restore']['he-il'] = "";
|
||||
$text['header-restore']['it-it'] = "Ripristina";
|
||||
$text['header-restore']['nl-nl'] = "";
|
||||
$text['header-restore']['pl-pl'] = "Przywracanie kopii zapasowej";
|
||||
$text['header-restore']['pt-br'] = "Restaurar";
|
||||
$text['header-restore']['pt-br'] = "Restaurar"; //copied from pt-pt
|
||||
$text['header-restore']['pt-pt'] = "Restaurar";
|
||||
$text['header-restore']['ro-ro'] = "";
|
||||
$text['header-restore']['ru-ru'] = "Восстановление";
|
||||
@@ -303,7 +303,7 @@ $text['header-restore']['uk-ua'] = "Відновлення";
|
||||
|
||||
$text['header-backup']['en-us'] = "Backup";
|
||||
$text['header-backup']['ar-eg'] = "";
|
||||
$text['header-backup']['de-at'] = "Sichern";
|
||||
$text['header-backup']['de-at'] = "Sichern"; //copied from de-de
|
||||
$text['header-backup']['de-ch'] = "Sichern"; //copied from de-de
|
||||
$text['header-backup']['de-de'] = "Sichern";
|
||||
$text['header-backup']['es-cl'] = "Copia de seguridad";
|
||||
@@ -314,7 +314,7 @@ $text['header-backup']['he-il'] = "";
|
||||
$text['header-backup']['it-it'] = "Backup";
|
||||
$text['header-backup']['nl-nl'] = "";
|
||||
$text['header-backup']['pl-pl'] = "Tworzenie kopii zapasowej";
|
||||
$text['header-backup']['pt-br'] = "Backup";
|
||||
$text['header-backup']['pt-br'] = "Backup"; //copied from pt-pt
|
||||
$text['header-backup']['pt-pt'] = "Backup";
|
||||
$text['header-backup']['ro-ro'] = "";
|
||||
$text['header-backup']['ru-ru'] = "Резервная копия";
|
||||
@@ -323,7 +323,7 @@ $text['header-backup']['uk-ua'] = "Резервна копія";
|
||||
|
||||
$text['description-restore_warning']['en-us'] = "Warning: Existing files, if any, will be overwritten.";
|
||||
$text['description-restore_warning']['ar-eg'] = "";
|
||||
$text['description-restore_warning']['de-at'] = "Warnung: Existierende Dateien, falls vorhanden, werden überschrieben.";
|
||||
$text['description-restore_warning']['de-at'] = "Warnung: Existierende Dateien, falls vorhanden, werden überschrieben."; //copied from de-de
|
||||
$text['description-restore_warning']['de-ch'] = "Warnung: Existierende Dateien, falls vorhanden, werden überschrieben."; //copied from de-de
|
||||
$text['description-restore_warning']['de-de'] = "Warnung: Existierende Dateien, falls vorhanden, werden überschrieben.";
|
||||
$text['description-restore_warning']['es-cl'] = "Advertencia: Los archivos existentes, si los hay, se sobrescribirá.";
|
||||
@@ -343,7 +343,7 @@ $text['description-restore_warning']['uk-ua'] = "Увага! Файли, які
|
||||
|
||||
$text['description-restore']['en-us'] = "To restore a backup from a file on your local system, click 'Browse' then select the desired backup file (eg. 'backup_[YYMMDD]_[HHMMSS].tgz'), then click the 'Restore' button.";
|
||||
$text['description-restore']['ar-eg'] = "";
|
||||
$text['description-restore']['de-at'] = "Um das System von einer lokalen Datei wiederherzustellen klicken Sie 'Durchsuchen' und wählen Sie die gewünschte Sicherungsdatei.";
|
||||
$text['description-restore']['de-at'] = "Um das System von einer lokalen Datei wiederherzustellen klicken Sie 'Durchsuchen' und wählen Sie die gewünschte Sicherungsdatei."; //copied from de-de
|
||||
$text['description-restore']['de-ch'] = "Um das System von einer lokalen Datei wiederherzustellen klicken Sie 'Durchsuchen' und wählen Sie die gewünschte Sicherungsdatei."; //copied from de-de
|
||||
$text['description-restore']['de-de'] = "Um das System von einer lokalen Datei wiederherzustellen klicken Sie 'Durchsuchen' und wählen Sie die gewünschte Sicherungsdatei.";
|
||||
$text['description-restore']['es-cl'] = "Para restaurar una copia de seguridad de un archivo en el sistema local, haga clic en 'Examinar' y seleccione el archivo de copia de seguridad que desee (por ejemplo, 'backup_[YYMMDD]_[HHMMSS].tgz'), a continuación, haga clic en el botón 'Restaurar'.";
|
||||
@@ -363,7 +363,7 @@ $text['description-restore']['uk-ua'] = "Для відновлення резе
|
||||
|
||||
$text['description-backup']['en-us'] = "To create a backup of the Source Paths below (defined in Default Settings), select the desired File Format and Target Type.";
|
||||
$text['description-backup']['ar-eg'] = "";
|
||||
$text['description-backup']['de-at'] = "Um eine Sicherung der unten angeführten Quell-Pfade (in Standard-Einstellungen definiert) zu erstellen, wählen Sie das gewünschte Dateiformat und den Ziel Typ.";
|
||||
$text['description-backup']['de-at'] = "Um eine Sicherung der unten angeführten Quell-Pfade (in Standard-Einstellungen definiert) zu erstellen, wählen Sie das gewünschte Dateiformat und den Ziel Typ."; //copied from de-de
|
||||
$text['description-backup']['de-ch'] = "Um eine Sicherung der unten angeführten Quell-Pfade (in Standard-Einstellungen definiert) zu erstellen, wählen Sie das gewünschte Dateiformat und den Ziel Typ."; //copied from de-de
|
||||
$text['description-backup']['de-de'] = "Um eine Sicherung der unten angeführten Quell-Pfade (in Standard-Einstellungen definiert) zu erstellen, wählen Sie das gewünschte Dateiformat und den Ziel Typ.";
|
||||
$text['description-backup']['es-cl'] = "Para crear una copia de seguridad de las rutas de origen siguientes (definidos en la configuración predeterminada), seleccione el formato de archivo deseado y tipo de destino.";
|
||||
@@ -383,7 +383,7 @@ $text['description-backup']['uk-ua'] = "Щоб створити резервну
|
||||
|
||||
$text['button-generate']['en-us'] = "Generate";
|
||||
$text['button-generate']['ar-eg'] = "";
|
||||
$text['button-generate']['de-at'] = "Erzeugen";
|
||||
$text['button-generate']['de-at'] = "Erzeugen"; //copied from de-de
|
||||
$text['button-generate']['de-ch'] = "Erzeugen"; //copied from de-de
|
||||
$text['button-generate']['de-de'] = "Erzeugen";
|
||||
$text['button-generate']['es-cl'] = "Generar";
|
||||
|
||||
Reference in New Issue
Block a user