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

View File

@@ -1,5 +1,5 @@
<?php
#This file was last reorganized on 10th of May 2017 11:11:49 AM UTC
#This file was last reorganized on 11th of May 2017 12:21:56 PM UTC
$text['theme-label-logout']['en-us'] = "Logout";
$text['theme-label-logout']['ar-eg'] = "";
@@ -7,6 +7,7 @@ $text['theme-label-logout']['de-at'] = "Abmelden";
$text['theme-label-logout']['de-de'] = "Abmelden";
$text['theme-label-logout']['es-cl'] = "Salir";
$text['theme-label-logout']['fr-fr'] = "Déconnexion";
$text['theme-label-logout']['he' ] = "";
$text['theme-label-logout']['it-it'] = "Esci";
$text['theme-label-logout']['nl-nl'] = "";
$text['theme-label-logout']['pl' ] = "Wyloguj";
@@ -22,6 +23,7 @@ $text['theme-confirm-logout']['de-at'] = "Möchten Sie sich wirklich abmelden?";
$text['theme-confirm-logout']['de-de'] = "Möchten Sie sich wirklich abmelden?";
$text['theme-confirm-logout']['es-cl'] = "¿Realmente desea cerrar la sesi?";
$text['theme-confirm-logout']['fr-fr'] = "Voulez-vous vraiment vous déconnecter?";
$text['theme-confirm-logout']['he' ] = "";
$text['theme-confirm-logout']['it-it'] = "Vuoi davvero uscire?";
$text['theme-confirm-logout']['nl-nl'] = "";
$text['theme-confirm-logout']['pl' ] = "Czy na pewno chcesz się wylogować?";
@@ -37,6 +39,7 @@ $text['theme-label-open_selector']['de-at'] = "Dömänen Auswählen [ESC]";
$text['theme-label-open_selector']['de-de'] = "Dömänen Auswählen [ESC]";
$text['theme-label-open_selector']['es-cl'] = "Selector de Dominio Abierto";
$text['theme-label-open_selector']['fr-fr'] = "Sélecteur Domaine Ouvert";
$text['theme-label-open_selector']['he' ] = "";
$text['theme-label-open_selector']['it-it'] = "Selettore di Dominio [ESC]";
$text['theme-label-open_selector']['nl-nl'] = "";
$text['theme-label-open_selector']['pl' ] = "Wybierz domenę";
@@ -52,6 +55,7 @@ $text['theme-title-domains']['de-at'] = "Domänen";
$text['theme-title-domains']['de-de'] = "Domänen";
$text['theme-title-domains']['es-cl'] = "Dominios";
$text['theme-title-domains']['fr-fr'] = "Domaines";
$text['theme-title-domains']['he' ] = "";
$text['theme-title-domains']['it-it'] = "Domini";
$text['theme-title-domains']['nl-nl'] = "";
$text['theme-title-domains']['pl' ] = "Domeny";
@@ -67,6 +71,7 @@ $text['theme-button-close']['de-at'] = "Schließen";
$text['theme-button-close']['de-de'] = "Schließen";
$text['theme-button-close']['es-cl'] = "Cerca";
$text['theme-button-close']['fr-fr'] = "Proche";
$text['theme-button-close']['he' ] = "";
$text['theme-button-close']['it-it'] = "Chiudi";
$text['theme-button-close']['nl-nl'] = "";
$text['theme-button-close']['pl' ] = "Blisko";
@@ -82,6 +87,7 @@ $text['theme-label-search']['de-at'] = "Suchen...";
$text['theme-label-search']['de-de'] = "Suchen...";
$text['theme-label-search']['es-cl'] = "Buscar...";
$text['theme-label-search']['fr-fr'] = "Recherche...";
$text['theme-label-search']['he' ] = "";
$text['theme-label-search']['it-it'] = "Cerca...";
$text['theme-label-search']['nl-nl'] = "";
$text['theme-label-search']['pl' ] = "Poszukiwanie...";
@@ -97,6 +103,7 @@ $text['theme-label-copyright']['de-at'] = "Urheberrecht";
$text['theme-label-copyright']['de-de'] = "Urheberrecht";
$text['theme-label-copyright']['es-cl'] = "";
$text['theme-label-copyright']['fr-fr'] = "";
$text['theme-label-copyright']['he' ] = "";
$text['theme-label-copyright']['it-it'] = "Copyright";
$text['theme-label-copyright']['nl-nl'] = "";
$text['theme-label-copyright']['pl' ] = "";
@@ -112,6 +119,7 @@ $text['theme-label-all_rights_reserved']['de-at'] = "Alle Rechte vorbehalten";
$text['theme-label-all_rights_reserved']['de-de'] = "Alle Rechte vorbehalten";
$text['theme-label-all_rights_reserved']['es-cl'] = "";
$text['theme-label-all_rights_reserved']['fr-fr'] = "";
$text['theme-label-all_rights_reserved']['he' ] = "";
$text['theme-label-all_rights_reserved']['it-it'] = "Tutti i diritti riservati.";
$text['theme-label-all_rights_reserved']['nl-nl'] = "";
$text['theme-label-all_rights_reserved']['pl' ] = "";