reworked text class to gather the languages on construction (more efficient) (#2576)

organize_languages will now use an internal function to escape values as fusion's check_str would not be appropriate
enabled two missing flags
organize on remaining app_languages.php and add missing 'he'
This commit is contained in:
Mafoo
2017-05-12 15:44:53 +01:00
committed by FusionPBX
parent db98723eed
commit 0302d8085c
62 changed files with 14192 additions and 9499 deletions
+32 -1
View File
@@ -1,5 +1,5 @@
<?php
#This file was last reorganized on 10th of May 2017 11:10:39 AM UTC
#This file was last reorganized on 11th of May 2017 12:21:56 PM UTC
$text['title']['en-us'] = "Call Broadcasts";
$text['title']['ar-eg'] = "";
@@ -7,6 +7,7 @@ $text['title']['de-at'] = "Rundrufe";
$text['title']['de-de'] = "Rundrufe";
$text['title']['es-cl'] = "Llamada Masiva (Broadcast)";
$text['title']['fr-fr'] = "Campagne d'appels";
$text['title']['he' ] = "";
$text['title']['it-it'] = "";
$text['title']['nl-nl'] = "";
$text['title']['pl' ] = "Rozsyłanie rozmów";
@@ -22,6 +23,7 @@ $text['option-true']['de-at'] = "Ein";
$text['option-true']['de-de'] = "Ein";
$text['option-true']['es-cl'] = "Verdadero";
$text['option-true']['fr-fr'] = "Oui";
$text['option-true']['he' ] = "";
$text['option-true']['it-it'] = "";
$text['option-true']['nl-nl'] = "";
$text['option-true']['pl' ] = "Tak";
@@ -37,6 +39,7 @@ $text['option-false']['de-at'] = "Aus";
$text['option-false']['de-de'] = "Aus";
$text['option-false']['es-cl'] = "Falso";
$text['option-false']['fr-fr'] = "Non";
$text['option-false']['he' ] = "";
$text['option-false']['it-it'] = "";
$text['option-false']['nl-nl'] = "";
$text['option-false']['pl' ] = "Nie";
@@ -52,6 +55,7 @@ $text['label-view-calls']['de-at'] = "Anrufe ansehen";
$text['label-view-calls']['de-de'] = "Anrufe ansehen";
$text['label-view-calls']['es-cl'] = "Ver llamadas";
$text['label-view-calls']['fr-fr'] = "Voir les appels";
$text['label-view-calls']['he' ] = "";
$text['label-view-calls']['it-it'] = "";
$text['label-view-calls']['nl-nl'] = "";
$text['label-view-calls']['pl' ] = "Podgląd rozmów";
@@ -67,6 +71,7 @@ $text['label-timeout']['de-at'] = "Zeitüberschreitung";
$text['label-timeout']['de-de'] = "Zeitüberschreitung";
$text['label-timeout']['es-cl'] = "Tiempo Líimite";
$text['label-timeout']['fr-fr'] = "Timeout";
$text['label-timeout']['he' ] = "";
$text['label-timeout']['it-it'] = "";
$text['label-timeout']['nl-nl'] = "";
$text['label-timeout']['pl' ] = "Przekroczenie czasu oczekiwania (timeout)";
@@ -82,6 +87,7 @@ $text['label-phone']['de-at'] = "Liste der Telefonnummern";
$text['label-phone']['de-de'] = "Liste der Telefonnummern";
$text['label-phone']['es-cl'] = "Lista de Números de Telefono";
$text['label-phone']['fr-fr'] = "Liste de Numéros de téléphone";
$text['label-phone']['he' ] = "";
$text['label-phone']['it-it'] = "";
$text['label-phone']['nl-nl'] = "";
$text['label-phone']['pl' ] = "Lista numerów telefonu";
@@ -97,6 +103,7 @@ $text['label-message']['de-at'] = "Nachricht";
$text['label-message']['de-de'] = "Nachricht";
$text['label-message']['es-cl'] = "Mensaje";
$text['label-message']['fr-fr'] = "Message";
$text['label-message']['he' ] = "";
$text['label-message']['it-it'] = "";
$text['label-message']['nl-nl'] = "";
$text['label-message']['pl' ] = "Wiadomość";
@@ -112,6 +119,7 @@ $text['label-has-been']['de-at'] = "wurde gestartet";
$text['label-has-been']['de-de'] = "wurde gestartet";
$text['label-has-been']['es-cl'] = "iniciada";
$text['label-has-been']['fr-fr'] = "a commencé";
$text['label-has-been']['he' ] = "";
$text['label-has-been']['it-it'] = "";
$text['label-has-been']['nl-nl'] = "";
$text['label-has-been']['pl' ] = "rozpoczęto";
@@ -127,6 +135,7 @@ $text['label-destination']['de-at'] = "Zielnummer";
$text['label-destination']['de-de'] = "Zielnummer";
$text['label-destination']['es-cl'] = "Número de Destino";
$text['label-destination']['fr-fr'] = "Numéro de Destination";
$text['label-destination']['he' ] = "";
$text['label-destination']['it-it'] = "";
$text['label-destination']['nl-nl'] = "";
$text['label-destination']['pl' ] = "Destynacja";
@@ -142,6 +151,7 @@ $text['label-concurrent-limit']['de-at'] = "Gleichzeitige Anrufe";
$text['label-concurrent-limit']['de-de'] = "Gleichzeitige Anrufe";
$text['label-concurrent-limit']['es-cl'] = "Límite de concurrencia";
$text['label-concurrent-limit']['fr-fr'] = "Appels Simultanés";
$text['label-concurrent-limit']['he' ] = "";
$text['label-concurrent-limit']['it-it'] = "";
$text['label-concurrent-limit']['nl-nl'] = "";
$text['label-concurrent-limit']['pl' ] = "Limit jednoczesnych rozmów";
@@ -157,6 +167,7 @@ $text['label-callerid-number']['de-at'] = "Anruferkennung (Nummer)";
$text['label-callerid-number']['de-de'] = "Anruferkennung (Nummer)";
$text['label-callerid-number']['es-cl'] = "Número de Origen";
$text['label-callerid-number']['fr-fr'] = "Numéro d'appelant";
$text['label-callerid-number']['he' ] = "";
$text['label-callerid-number']['it-it'] = "";
$text['label-callerid-number']['nl-nl'] = "";
$text['label-callerid-number']['pl' ] = "Prezentacja numeru dzwoniącego";
@@ -172,6 +183,7 @@ $text['label-caller-id-name']['de-at'] = "Anruferkennung (Name)";
$text['label-caller-id-name']['de-de'] = "Anruferkennung (Name)";
$text['label-caller-id-name']['es-cl'] = "Nombre de origen";
$text['label-caller-id-name']['fr-fr'] = "Nom d'appelant";
$text['label-caller-id-name']['he' ] = "";
$text['label-caller-id-name']['it-it'] = "";
$text['label-caller-id-name']['nl-nl'] = "";
$text['label-caller-id-name']['pl' ] = "Prezentacja nazwy dzwoniącego";
@@ -187,6 +199,7 @@ $text['label-call-broadcasts']['de-at'] = "Rundrufe";
$text['label-call-broadcasts']['de-de'] = "Rundrufe";
$text['label-call-broadcasts']['es-cl'] = "Llamadas Masivas (Broadcast)";
$text['label-call-broadcasts']['fr-fr'] = "Diffusions d'appels";
$text['label-call-broadcasts']['he' ] = "";
$text['label-call-broadcasts']['it-it'] = "";
$text['label-call-broadcasts']['nl-nl'] = "";
$text['label-call-broadcasts']['pl' ] = "Rozsyłanie rozmów";
@@ -202,6 +215,7 @@ $text['label-call-broadcast']['de-at'] = "Rundrufe";
$text['label-call-broadcast']['de-de'] = "Rundrufe";
$text['label-call-broadcast']['es-cl'] = "Llamada Masiva (Broadcast)";
$text['label-call-broadcast']['fr-fr'] = "Diffusion d'appels";
$text['label-call-broadcast']['he' ] = "";
$text['label-call-broadcast']['it-it'] = "";
$text['label-call-broadcast']['nl-nl'] = "";
$text['label-call-broadcast']['pl' ] = "Rozsyłanie rozmów";
@@ -217,6 +231,7 @@ $text['label-avmd']['de-at'] = "Erkennung von Sprachnachrichten";
$text['label-avmd']['de-de'] = "Erkennung von Sprachnachrichten";
$text['label-avmd']['es-cl'] = "Detección de correo de voz";
$text['label-avmd']['fr-fr'] = "Détection de la messagerie vocale";
$text['label-avmd']['he' ] = "";
$text['label-avmd']['it-it'] = "";
$text['label-avmd']['nl-nl'] = "";
$text['label-avmd']['pl' ] = "Wykrywanie poczty głosowej";
@@ -232,6 +247,7 @@ $text['label-accountcode']['de-at'] = "Kontoschlüssel";
$text['label-accountcode']['de-de'] = "Kontoschlüssel";
$text['label-accountcode']['es-cl'] = "Código de cuenta";
$text['label-accountcode']['fr-fr'] = "Code de l'account";
$text['label-accountcode']['he' ] = "";
$text['label-accountcode']['it-it'] = "";
$text['label-accountcode']['nl-nl'] = "";
$text['label-accountcode']['pl' ] = "Numer konta billingowego";
@@ -247,6 +263,7 @@ $text['description-timeout']['de-at'] = "Geben Sie die absolute Zeitüberschreit
$text['description-timeout']['de-de'] = "Geben Sie die absolute Zeitüberschreitung in Sekunden an.";
$text['description-timeout']['es-cl'] = "";
$text['description-timeout']['fr-fr'] = "";
$text['description-timeout']['he' ] = "";
$text['description-timeout']['it-it'] = "";
$text['description-timeout']['nl-nl'] = "";
$text['description-timeout']['pl' ] = "Ilość milisekund oczekiwania po odtworzeniu nagrania lub potwierdzenia makro.";
@@ -262,6 +279,7 @@ $text['description-phone']['de-at'] = "Optional: Ergänzen Sie eine Liste von Te
$text['description-phone']['de-de'] = "Optional: Ergänzen Sie eine Liste von Telefonnummern, eine Nummer pro Zeile im folgenden Format: 123-123-1234|Nachname, Vorname";
$text['description-phone']['es-cl'] = "Opcional, definir una lista de números de telefono, uno por línea en el siguiente formato:  123-123-1234 | Apellido, Nombre";
$text['description-phone']['fr-fr'] = "Optionnel, Insérer une liste de numéros de téléphone, un par ligne, dans le format suivant ; 0123456789 | Nom, Prénom";
$text['description-phone']['he' ] = "";
$text['description-phone']['it-it'] = "";
$text['description-phone']['nl-nl'] = "";
$text['description-phone']['pl' ] = "Opcjonalne - ułóż listę numerów (jeden pod drugim) w formacie: 123-123-1234|Nazwisko, Imię";
@@ -277,6 +295,7 @@ $text['description-name']['de-at'] = "Geben Sie den Namen an.";
$text['description-name']['de-de'] = "Geben Sie den Namen an.";
$text['description-name']['es-cl'] = "Ingrese el nombre aquí.";
$text['description-name']['fr-fr'] = "Insérer le Nom.";
$text['description-name']['he' ] = "";
$text['description-name']['it-it'] = "";
$text['description-name']['nl-nl'] = "";
$text['description-name']['pl' ] = "Wprowadź nazwę";
@@ -292,6 +311,7 @@ $text['description-info']['de-at'] = "Geben Sie eine Beschreibung an.";
$text['description-info']['de-de'] = "Geben Sie eine Beschreibung an.";
$text['description-info']['es-cl'] = "Ingrese descripción aquí.";
$text['description-info']['fr-fr'] = "";
$text['description-info']['he' ] = "";
$text['description-info']['it-it'] = "";
$text['description-info']['nl-nl'] = "";
$text['description-info']['pl' ] = "Wprowadź opis";
@@ -307,6 +327,7 @@ $text['description-destination']['de-at'] = "Der Anruf wird an eine Nebenstelle,
$text['description-destination']['de-de'] = "Der Anruf wird an eine Nebenstelle, eine Automatische Vermittlung, ein Konferenzraum oder jede andere Nummer weitergeleitet.";
$text['description-destination']['es-cl'] = "Enviar la llamada a extension a IVR, conferencias o cualquier otro número.";
$text['description-destination']['fr-fr'] = "Emettre l'appel vers un SVI, salle de conférence, ou tout autre numéro.";
$text['description-destination']['he' ] = "";
$text['description-destination']['it-it'] = "";
$text['description-destination']['nl-nl'] = "";
$text['description-destination']['pl' ] = "Wybierz numer docelowy.";
@@ -322,6 +343,7 @@ $text['description-concurrent-limit']['de-at'] = "Begrenzt die Anzahl gleichzeit
$text['description-concurrent-limit']['de-de'] = "Begrenzt die Anzahl gleichzeitiger Anrufe. Kein Limit wenn leer gelassen.";
$text['description-concurrent-limit']['es-cl'] = "Limitar el número de llamadas simultaneas. Deje en blanco para no establecer un límite.";
$text['description-concurrent-limit']['fr-fr'] = "Limite le nombre d'appels concurrents. Laisser vide pour illimité.";
$text['description-concurrent-limit']['he' ] = "";
$text['description-concurrent-limit']['it-it'] = "";
$text['description-concurrent-limit']['nl-nl'] = "";
$text['description-concurrent-limit']['pl' ] = "Ogranicz liczbę równoczesnych połączeń. Aby nie było limitu zostaw to pole puste.";
@@ -337,6 +359,7 @@ $text['description-caller-id-number']['de-at'] = "Geben Sie die Anruferkennung (
$text['description-caller-id-number']['de-de'] = "Geben Sie die Anruferkennung (Nummer) hier ein.";
$text['description-caller-id-number']['es-cl'] = "";
$text['description-caller-id-number']['fr-fr'] = "Applicable uniquement si le fournisseur d'accès authorise l'acheminement du numéro d'appelant. Par défaut: 0000000000";
$text['description-caller-id-number']['he' ] = "";
$text['description-caller-id-number']['it-it'] = "";
$text['description-caller-id-number']['nl-nl'] = "";
$text['description-caller-id-number']['pl' ] = "Zastosowane w przypadku jeżeli operator zezwala na prezentację numeru. Standardowo prezentacja jest w formacie: 0000000000";
@@ -352,6 +375,7 @@ $text['description-caller-id-name']['de-at'] = "Geben Sie die Anruferkennung (Na
$text['description-caller-id-name']['de-de'] = "Geben Sie die Anruferkennung (Name) hier ein, sofern der Provider dieses unterstützt. Default: anonym.";
$text['description-caller-id-name']['es-cl'] = "Applicable si el proveedor permite enviar el número de origen. Por defecto: 0000000000";
$text['description-caller-id-name']['fr-fr'] = "Applicable uniquement si le fournisseur d'accès authorise l'acheminement du nom d'appelant. Par défaut: anonymous";
$text['description-caller-id-name']['he' ] = "";
$text['description-caller-id-name']['it-it'] = "";
$text['description-caller-id-name']['nl-nl'] = "";
$text['description-caller-id-name']['pl' ] = "Zastosowane w przypadku jeżeli operator zezwala na prezentację nazwy. Standardowo prezentacja jest w formacie: 0000000000";
@@ -367,6 +391,7 @@ $text['description-avmd']['de-at'] = "Wählen Sie ob die Erkennung von Sprach-Ma
$text['description-avmd']['de-de'] = "Wählen Sie ob die Erkennung von Sprach-Mailboxen und automatischen Anrufbeantwortern Ein- oder Ausgeschaltet werden soll.";
$text['description-avmd']['es-cl'] = "Seleccione si desea activar o desactivar la detección de sistemas de contestador automático de mensajes de correo de voz y.";
$text['description-avmd']['fr-fr'] = "Indiquez si vous souhaitez activer ou désactiver la détection de la messagerie vocale et les systèmes de machines de répondeur.";
$text['description-avmd']['he' ] = "";
$text['description-avmd']['it-it'] = "";
$text['description-avmd']['nl-nl'] = "";
$text['description-avmd']['pl' ] = "Wybierz, czy chcesz włączyć lub wyłączyć wykrywanie wiadomości poczty głosowej lub innych systemów automatycznego odbierania rozmów.";
@@ -382,6 +407,7 @@ $text['confirm-update']['de-at'] = "Aktualisierung durchgeführt";
$text['confirm-update']['de-de'] = "Aktualisierung durchgeführt";
$text['confirm-update']['es-cl'] = "Actualización Completa";
$text['confirm-update']['fr-fr'] = "Mis à jour";
$text['confirm-update']['he' ] = "";
$text['confirm-update']['it-it'] = "";
$text['confirm-update']['nl-nl'] = "";
$text['confirm-update']['pl' ] = "Aktualizacja zakonczona";
@@ -397,6 +423,7 @@ $text['confirm-name']['de-at'] = "Bitte geben Sie den Namen an";
$text['confirm-name']['de-de'] = "Bitte geben Sie den Namen an";
$text['confirm-name']['es-cl'] = "Por favor agregue: Nombre";
$text['confirm-name']['fr-fr'] = "Merci d'indiquer: Nom";
$text['confirm-name']['he' ] = "";
$text['confirm-name']['it-it'] = "";
$text['confirm-name']['nl-nl'] = "";
$text['confirm-name']['pl' ] = "Wprowadź: Nazwę";
@@ -412,6 +439,7 @@ $text['confirm-delete-info']['de-at'] = "Wollen Sie das wirklich löschen?";
$text['confirm-delete-info']['de-de'] = "Wollen Sie das wirklich löschen?";
$text['confirm-delete-info']['es-cl'] = "¿Desea realmente eliminar esto?";
$text['confirm-delete-info']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
$text['confirm-delete-info']['he' ] = "";
$text['confirm-delete-info']['it-it'] = "";
$text['confirm-delete-info']['nl-nl'] = "";
$text['confirm-delete-info']['pl' ] = "Czy na pewno chcesz to usunąć?";
@@ -427,6 +455,7 @@ $text['confirm-add']['de-at'] = "Erfolgreich hinzugefügt";
$text['confirm-add']['de-de'] = "Erfolgreich hinzugefügt";
$text['confirm-add']['es-cl'] = "Ingreso Completo";
$text['confirm-add']['fr-fr'] = "Ajouté";
$text['confirm-add']['he' ] = "";
$text['confirm-add']['it-it'] = "";
$text['confirm-add']['nl-nl'] = "";
$text['confirm-add']['pl' ] = "Dodano poprawnie";
@@ -442,6 +471,7 @@ $text['button-stop']['de-at'] = "Rundruf beenden";
$text['button-stop']['de-de'] = "Rundruf beenden";
$text['button-stop']['es-cl'] = "Detener Broadcast";
$text['button-stop']['fr-fr'] = "Arrêter la diffusion";
$text['button-stop']['he' ] = "";
$text['button-stop']['it-it'] = "";
$text['button-stop']['nl-nl'] = "";
$text['button-stop']['pl' ] = "Zatrzymaj rozsylanie rozmów";
@@ -457,6 +487,7 @@ $text['button-send']['de-at'] = "Rundruf senden";
$text['button-send']['de-de'] = "Rundruf senden";
$text['button-send']['es-cl'] = "Enviar Llamada Masiva";
$text['button-send']['fr-fr'] = "Lancer les appels";
$text['button-send']['he' ] = "";
$text['button-send']['it-it'] = "";
$text['button-send']['nl-nl'] = "";
$text['button-send']['pl' ] = "Wysłane";