mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53: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:
@@ -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-queue']['en-us'] = "Queue";
|
||||
$text['title-queue']['ar-eg'] = "";
|
||||
$text['title-queue']['de-at'] = "Warteschlange";
|
||||
$text['title-queue']['de-at'] = "Warteschlange"; //copied from de-de
|
||||
$text['title-queue']['de-ch'] = "Warteschlange"; //copied from de-de
|
||||
$text['title-queue']['de-de'] = "Warteschlange";
|
||||
$text['title-queue']['es-cl'] = "Cola";
|
||||
@@ -14,7 +14,7 @@ $text['title-queue']['he-il'] = "";
|
||||
$text['title-queue']['it-it'] = "";
|
||||
$text['title-queue']['nl-nl'] = "";
|
||||
$text['title-queue']['pl-pl'] = "Kolejka";
|
||||
$text['title-queue']['pt-br'] = "Fila";
|
||||
$text['title-queue']['pt-br'] = "Fila"; //copied from pt-pt
|
||||
$text['title-queue']['pt-pt'] = "Fila";
|
||||
$text['title-queue']['ro-ro'] = "";
|
||||
$text['title-queue']['ru-ru'] = "Очередь";
|
||||
@@ -23,7 +23,7 @@ $text['title-queue']['uk-ua'] = "Черга";
|
||||
|
||||
$text['title-active_queues']['en-us'] = "Active Queues";
|
||||
$text['title-active_queues']['ar-eg'] = "";
|
||||
$text['title-active_queues']['de-at'] = "Aktive Warteschlangen";
|
||||
$text['title-active_queues']['de-at'] = "Aktive Warteschlangen"; //copied from de-de
|
||||
$text['title-active_queues']['de-ch'] = "Aktive Warteschlangen"; //copied from de-de
|
||||
$text['title-active_queues']['de-de'] = "Aktive Warteschlangen";
|
||||
$text['title-active_queues']['es-cl'] = "Colas Activas";
|
||||
@@ -43,7 +43,7 @@ $text['title-active_queues']['uk-ua'] = "Активні черги";
|
||||
|
||||
$text['label-waiting_count']['en-us'] = "Waiting Count";
|
||||
$text['label-waiting_count']['ar-eg'] = "";
|
||||
$text['label-waiting_count']['de-at'] = "Anzahl Wartend";
|
||||
$text['label-waiting_count']['de-at'] = "Anzahl Wartend"; //copied from de-de
|
||||
$text['label-waiting_count']['de-ch'] = "Anzahl Wartend"; //copied from de-de
|
||||
$text['label-waiting_count']['de-de'] = "Anzahl Wartend";
|
||||
$text['label-waiting_count']['es-cl'] = "Conteo de Espera";
|
||||
@@ -63,7 +63,7 @@ $text['label-waiting_count']['uk-ua'] = "Кількість в очікуван
|
||||
|
||||
$text['label-view']['en-us'] = "View";
|
||||
$text['label-view']['ar-eg'] = "";
|
||||
$text['label-view']['de-at'] = "Ansicht";
|
||||
$text['label-view']['de-at'] = "Ansicht"; //copied from de-de
|
||||
$text['label-view']['de-ch'] = "Ansicht"; //copied from de-de
|
||||
$text['label-view']['de-de'] = "Ansicht";
|
||||
$text['label-view']['es-cl'] = "Ver";
|
||||
@@ -83,7 +83,7 @@ $text['label-view']['uk-ua'] = "Перегляд";
|
||||
|
||||
$text['label-username']['en-us'] = "Username";
|
||||
$text['label-username']['ar-eg'] = "";
|
||||
$text['label-username']['de-at'] = "Benutzername";
|
||||
$text['label-username']['de-at'] = "Benutzername"; //copied from de-de
|
||||
$text['label-username']['de-ch'] = "Benutzername"; //copied from de-de
|
||||
$text['label-username']['de-de'] = "Benutzername";
|
||||
$text['label-username']['es-cl'] = "Nombre de Usuario";
|
||||
@@ -103,7 +103,7 @@ $text['label-username']['uk-ua'] = "Ім’я користувача";
|
||||
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['ar-eg'] = "";
|
||||
$text['label-status']['de-at'] = "Status";
|
||||
$text['label-status']['de-at'] = "Status"; //copied from de-de
|
||||
$text['label-status']['de-ch'] = "Status"; //copied from de-de
|
||||
$text['label-status']['de-de'] = "Status";
|
||||
$text['label-status']['es-cl'] = "Estado";
|
||||
@@ -114,7 +114,7 @@ $text['label-status']['he-il'] = "";
|
||||
$text['label-status']['it-it'] = "";
|
||||
$text['label-status']['nl-nl'] = "";
|
||||
$text['label-status']['pl-pl'] = "Status";
|
||||
$text['label-status']['pt-br'] = "Estado";
|
||||
$text['label-status']['pt-br'] = "Estado"; //copied from pt-pt
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['ro-ro'] = "";
|
||||
$text['label-status']['ru-ru'] = "Статус";
|
||||
@@ -123,7 +123,7 @@ $text['label-status']['uk-ua'] = "Стан";
|
||||
|
||||
$text['label-priority']['en-us'] = "Priority";
|
||||
$text['label-priority']['ar-eg'] = "";
|
||||
$text['label-priority']['de-at'] = "Priorität";
|
||||
$text['label-priority']['de-at'] = "Priorität"; //copied from de-de
|
||||
$text['label-priority']['de-ch'] = "Priorität"; //copied from de-de
|
||||
$text['label-priority']['de-de'] = "Priorität";
|
||||
$text['label-priority']['es-cl'] = "Prioridad";
|
||||
@@ -134,7 +134,7 @@ $text['label-priority']['he-il'] = "";
|
||||
$text['label-priority']['it-it'] = "";
|
||||
$text['label-priority']['nl-nl'] = "";
|
||||
$text['label-priority']['pl-pl'] = "Priorytet";
|
||||
$text['label-priority']['pt-br'] = "Prioridade";
|
||||
$text['label-priority']['pt-br'] = "Prioridade"; //copied from pt-pt
|
||||
$text['label-priority']['pt-pt'] = "Prioridade";
|
||||
$text['label-priority']['ro-ro'] = "";
|
||||
$text['label-priority']['ru-ru'] = "Приоритет";
|
||||
@@ -143,7 +143,7 @@ $text['label-priority']['uk-ua'] = "Пріоритет";
|
||||
|
||||
$text['label-position']['en-us'] = "Position";
|
||||
$text['label-position']['ar-eg'] = "";
|
||||
$text['label-position']['de-at'] = "Position";
|
||||
$text['label-position']['de-at'] = "Position"; //copied from de-de
|
||||
$text['label-position']['de-ch'] = "Position"; //copied from de-de
|
||||
$text['label-position']['de-de'] = "Position";
|
||||
$text['label-position']['es-cl'] = "Posición";
|
||||
@@ -154,7 +154,7 @@ $text['label-position']['he-il'] = "";
|
||||
$text['label-position']['it-it'] = "";
|
||||
$text['label-position']['nl-nl'] = "";
|
||||
$text['label-position']['pl-pl'] = "Pozycja";
|
||||
$text['label-position']['pt-br'] = "Posição";
|
||||
$text['label-position']['pt-br'] = "Posição"; //copied from pt-pt
|
||||
$text['label-position']['pt-pt'] = "Posição";
|
||||
$text['label-position']['ro-ro'] = "";
|
||||
$text['label-position']['ru-ru'] = "Позиция";
|
||||
@@ -163,7 +163,7 @@ $text['label-position']['uk-ua'] = "Позиція";
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['ar-eg'] = "";
|
||||
$text['label-name']['de-at'] = "Name";
|
||||
$text['label-name']['de-at'] = "Name"; //copied from de-de
|
||||
$text['label-name']['de-ch'] = "Name"; //copied from de-de
|
||||
$text['label-name']['de-de'] = "Name";
|
||||
$text['label-name']['es-cl'] = "Nombre";
|
||||
@@ -174,7 +174,7 @@ $text['label-name']['he-il'] = "";
|
||||
$text['label-name']['it-it'] = "";
|
||||
$text['label-name']['nl-nl'] = "";
|
||||
$text['label-name']['pl-pl'] = "Nazwa";
|
||||
$text['label-name']['pt-br'] = "Nome";
|
||||
$text['label-name']['pt-br'] = "Nome"; //copied from pt-pt
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['ro-ro'] = "";
|
||||
$text['label-name']['ru-ru'] = "Имя";
|
||||
@@ -183,7 +183,7 @@ $text['label-name']['uk-ua'] = "Назва";
|
||||
|
||||
$text['label-language']['en-us'] = "Language";
|
||||
$text['label-language']['ar-eg'] = "";
|
||||
$text['label-language']['de-at'] = "Sprache";
|
||||
$text['label-language']['de-at'] = "Sprache"; //copied from de-de
|
||||
$text['label-language']['de-ch'] = "Sprache"; //copied from de-de
|
||||
$text['label-language']['de-de'] = "Sprache";
|
||||
$text['label-language']['es-cl'] = "Lenguaje";
|
||||
@@ -203,7 +203,7 @@ $text['label-language']['uk-ua'] = "Мова";
|
||||
|
||||
$text['label-importance']['en-us'] = "Importance";
|
||||
$text['label-importance']['ar-eg'] = "";
|
||||
$text['label-importance']['de-at'] = "Wichtigkeit";
|
||||
$text['label-importance']['de-at'] = "Wichtigkeit"; //copied from de-de
|
||||
$text['label-importance']['de-ch'] = "Wichtigkeit"; //copied from de-de
|
||||
$text['label-importance']['de-de'] = "Wichtigkeit";
|
||||
$text['label-importance']['es-cl'] = "Importancia";
|
||||
@@ -214,7 +214,7 @@ $text['label-importance']['he-il'] = "";
|
||||
$text['label-importance']['it-it'] = "";
|
||||
$text['label-importance']['nl-nl'] = "";
|
||||
$text['label-importance']['pl-pl'] = "Znaczenie";
|
||||
$text['label-importance']['pt-br'] = "Importância";
|
||||
$text['label-importance']['pt-br'] = "Importância"; //copied from pt-pt
|
||||
$text['label-importance']['pt-pt'] = "Importância";
|
||||
$text['label-importance']['ro-ro'] = "";
|
||||
$text['label-importance']['ru-ru'] = "Важность";
|
||||
@@ -223,7 +223,7 @@ $text['label-importance']['uk-ua'] = "Важливість";
|
||||
|
||||
$text['label-duration']['en-us'] = "Duration";
|
||||
$text['label-duration']['ar-eg'] = "";
|
||||
$text['label-duration']['de-at'] = "Dauer";
|
||||
$text['label-duration']['de-at'] = "Dauer"; //copied from de-de
|
||||
$text['label-duration']['de-ch'] = "Dauer"; //copied from de-de
|
||||
$text['label-duration']['de-de'] = "Dauer";
|
||||
$text['label-duration']['es-cl'] = "Duración";
|
||||
@@ -234,7 +234,7 @@ $text['label-duration']['he-il'] = "";
|
||||
$text['label-duration']['it-it'] = "";
|
||||
$text['label-duration']['nl-nl'] = "";
|
||||
$text['label-duration']['pl-pl'] = "Czas oczekiwania";
|
||||
$text['label-duration']['pt-br'] = "Duração";
|
||||
$text['label-duration']['pt-br'] = "Duração"; //copied from pt-pt
|
||||
$text['label-duration']['pt-pt'] = "Duração";
|
||||
$text['label-duration']['ro-ro'] = "";
|
||||
$text['label-duration']['ru-ru'] = "Продолжительность";
|
||||
@@ -243,7 +243,7 @@ $text['label-duration']['uk-ua'] = "Тривалість";
|
||||
|
||||
$text['label-destination_number']['en-us'] = "Destination Number";
|
||||
$text['label-destination_number']['ar-eg'] = "";
|
||||
$text['label-destination_number']['de-at'] = "Zielnummer";
|
||||
$text['label-destination_number']['de-at'] = "Zielnummer"; //copied from de-de
|
||||
$text['label-destination_number']['de-ch'] = "Zielnummer"; //copied from de-de
|
||||
$text['label-destination_number']['de-de'] = "Zielnummer";
|
||||
$text['label-destination_number']['es-cl'] = "Número de Destino";
|
||||
@@ -263,7 +263,7 @@ $text['label-destination_number']['uk-ua'] = "Номер";
|
||||
|
||||
$text['label-consumer_count']['en-us'] = "Consumer Count";
|
||||
$text['label-consumer_count']['ar-eg'] = "";
|
||||
$text['label-consumer_count']['de-at'] = "Anzahl Verbraucher";
|
||||
$text['label-consumer_count']['de-at'] = "Anzahl Verbraucher"; //copied from de-de
|
||||
$text['label-consumer_count']['de-ch'] = "Anzahl Verbraucher"; //copied from de-de
|
||||
$text['label-consumer_count']['de-de'] = "Anzahl Verbraucher";
|
||||
$text['label-consumer_count']['es-cl'] = "Conteo de Consumo";
|
||||
@@ -283,7 +283,7 @@ $text['label-consumer_count']['uk-ua'] = "Кількість споживачі
|
||||
|
||||
$text['label-caller_id_number']['en-us'] = "Caller ID Number";
|
||||
$text['label-caller_id_number']['ar-eg'] = "";
|
||||
$text['label-caller_id_number']['de-at'] = "Anrufer Nummer";
|
||||
$text['label-caller_id_number']['de-at'] = "Anrufer Nummer"; //copied from de-de
|
||||
$text['label-caller_id_number']['de-ch'] = "Anrufer Nummer"; //copied from de-de
|
||||
$text['label-caller_id_number']['de-de'] = "Anrufer Nummer";
|
||||
$text['label-caller_id_number']['es-cl'] = "Número de Caller ID";
|
||||
@@ -303,7 +303,7 @@ $text['label-caller_id_number']['uk-ua'] = "Caller ID Номер";
|
||||
|
||||
$text['label-caller_id_name']['en-us'] = "Caller ID Name";
|
||||
$text['label-caller_id_name']['ar-eg'] = "";
|
||||
$text['label-caller_id_name']['de-at'] = "Anrufer Name";
|
||||
$text['label-caller_id_name']['de-at'] = "Anrufer Name"; //copied from de-de
|
||||
$text['label-caller_id_name']['de-ch'] = "Anrufer Name"; //copied from de-de
|
||||
$text['label-caller_id_name']['de-de'] = "Anrufer Name";
|
||||
$text['label-caller_id_name']['es-cl'] = "Nombre de Caller ID";
|
||||
@@ -323,7 +323,7 @@ $text['label-caller_id_name']['uk-ua'] = "Caller ID Ім’я";
|
||||
|
||||
$text['label-caller_count']['en-us'] = "Caller Count";
|
||||
$text['label-caller_count']['ar-eg'] = "";
|
||||
$text['label-caller_count']['de-at'] = "Anzahl Anrufer";
|
||||
$text['label-caller_count']['de-at'] = "Anzahl Anrufer"; //copied from de-de
|
||||
$text['label-caller_count']['de-ch'] = "Anzahl Anrufer"; //copied from de-de
|
||||
$text['label-caller_count']['de-de'] = "Anzahl Anrufer";
|
||||
$text['label-caller_count']['es-cl'] = "Conteo de Llamadas";
|
||||
@@ -343,7 +343,7 @@ $text['label-caller_count']['uk-ua'] = "Кількість абонентів";
|
||||
|
||||
$text['header-queue']['en-us'] = "Queue";
|
||||
$text['header-queue']['ar-eg'] = "";
|
||||
$text['header-queue']['de-at'] = "Warteschlange";
|
||||
$text['header-queue']['de-at'] = "Warteschlange"; //copied from de-de
|
||||
$text['header-queue']['de-ch'] = "Warteschlange"; //copied from de-de
|
||||
$text['header-queue']['de-de'] = "Warteschlange";
|
||||
$text['header-queue']['es-cl'] = "Cola";
|
||||
@@ -354,7 +354,7 @@ $text['header-queue']['he-il'] = "";
|
||||
$text['header-queue']['it-it'] = "";
|
||||
$text['header-queue']['nl-nl'] = "";
|
||||
$text['header-queue']['pl-pl'] = "Kolejka";
|
||||
$text['header-queue']['pt-br'] = "Fila";
|
||||
$text['header-queue']['pt-br'] = "Fila"; //copied from pt-pt
|
||||
$text['header-queue']['pt-pt'] = "Fila";
|
||||
$text['header-queue']['ro-ro'] = "";
|
||||
$text['header-queue']['ru-ru'] = "Очередь";
|
||||
@@ -363,7 +363,7 @@ $text['header-queue']['uk-ua'] = "Черга";
|
||||
|
||||
$text['header-active_queues']['en-us'] = "Active Queues";
|
||||
$text['header-active_queues']['ar-eg'] = "";
|
||||
$text['header-active_queues']['de-at'] = "Aktive Warteschlangen";
|
||||
$text['header-active_queues']['de-at'] = "Aktive Warteschlangen"; //copied from de-de
|
||||
$text['header-active_queues']['de-ch'] = "Aktive Warteschlangen"; //copied from de-de
|
||||
$text['header-active_queues']['de-de'] = "Aktive Warteschlangen";
|
||||
$text['header-active_queues']['es-cl'] = "Colas Activas";
|
||||
@@ -383,7 +383,7 @@ $text['header-active_queues']['uk-ua'] = "Активні черги";
|
||||
|
||||
$text['description-queue']['en-us'] = "Use this page to monitor the queue activity.";
|
||||
$text['description-queue']['ar-eg'] = "";
|
||||
$text['description-queue']['de-at'] = "Eine aktuelle Liste der Anrufer in der Warteschlange sehen sie unten.";
|
||||
$text['description-queue']['de-at'] = "Eine aktuelle Liste der Anrufer in der Warteschlange sehen sie unten."; //copied from de-de
|
||||
$text['description-queue']['de-ch'] = "Eine aktuelle Liste der Anrufer in der Warteschlange sehen sie unten."; //copied from de-de
|
||||
$text['description-queue']['de-de'] = "Eine aktuelle Liste der Anrufer in der Warteschlange sehen sie unten.";
|
||||
$text['description-queue']['es-cl'] = "Utilice esta página para monitorear la actividad de la cola.";
|
||||
@@ -403,7 +403,7 @@ $text['description-queue']['uk-ua'] = "Використовуйте цю сто
|
||||
|
||||
$text['description-active_queues']['en-us'] = "List all the queues that are currently active with one or more callers.";
|
||||
$text['description-active_queues']['ar-eg'] = "";
|
||||
$text['description-active_queues']['de-at'] = "Auflistung aller derzeit aktiven Warteschlangen mit einem oder mehreren Anrufern.";
|
||||
$text['description-active_queues']['de-at'] = "Auflistung aller derzeit aktiven Warteschlangen mit einem oder mehreren Anrufern."; //copied from de-de
|
||||
$text['description-active_queues']['de-ch'] = "Auflistung aller derzeit aktiven Warteschlangen mit einem oder mehreren Anrufern."; //copied from de-de
|
||||
$text['description-active_queues']['de-de'] = "Auflistung aller derzeit aktiven Warteschlangen mit einem oder mehreren Anrufern.";
|
||||
$text['description-active_queues']['es-cl'] = "Lista todas las colas que estan siendo actualmente usadas con una o más personas en espera.";
|
||||
|
||||
Reference in New Issue
Block a user