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:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
#This file was last reorganized on 10th of May 2017 11:11:16 AM UTC
|
||||
#This file was last reorganized on 11th of May 2017 12:21:56 PM UTC
|
||||
|
||||
$text['title-conferences']['en-us'] = "Conferences";
|
||||
$text['title-conferences']['ar-eg'] = "";
|
||||
@@ -7,6 +7,7 @@ $text['title-conferences']['de-at'] = "Konferenzen";
|
||||
$text['title-conferences']['de-de'] = "Konferenzen";
|
||||
$text['title-conferences']['es-cl'] = "Conferencias";
|
||||
$text['title-conferences']['fr-fr'] = "Conférences";
|
||||
$text['title-conferences']['he' ] = "";
|
||||
$text['title-conferences']['it-it'] = "";
|
||||
$text['title-conferences']['nl-nl'] = "";
|
||||
$text['title-conferences']['pl' ] = "";
|
||||
@@ -22,6 +23,7 @@ $text['description']['de-at'] = "Konferenzen wird verwendet, um KOnferenzräume
|
||||
$text['description']['de-de'] = "Konferenzen wird verwendet, um KOnferenzräume mit einem Namen, Beschreibung und optionaler PIN zu erstellen.";
|
||||
$text['description']['es-cl'] = "Las conferencias son usadas para configurar salas con un nombre, descripción y un número de acceso pin (opcional).";
|
||||
$text['description']['fr-fr'] = "Ce menu est utilisé pour créer des salles de conférence avec un nom, une description et en option un code PIN.";
|
||||
$text['description']['he' ] = "";
|
||||
$text['description']['it-it'] = "";
|
||||
$text['description']['nl-nl'] = "";
|
||||
$text['description']['pl' ] = "";
|
||||
@@ -37,6 +39,7 @@ $text['label-active_conferences']['de-at'] = "Aktive Konferenzen";
|
||||
$text['label-active_conferences']['de-de'] = "Aktive Konferenzen";
|
||||
$text['label-active_conferences']['es-cl'] = "Conferencias Activas";
|
||||
$text['label-active_conferences']['fr-fr'] = "Conférences actives";
|
||||
$text['label-active_conferences']['he' ] = "";
|
||||
$text['label-active_conferences']['it-it'] = "";
|
||||
$text['label-active_conferences']['nl-nl'] = "";
|
||||
$text['label-active_conferences']['pl' ] = "";
|
||||
@@ -52,6 +55,7 @@ $text['button-view_active']['de-at'] = "Aktive anzeigen";
|
||||
$text['button-view_active']['de-de'] = "Aktive anzeigen";
|
||||
$text['button-view_active']['es-cl'] = "Ver Activo";
|
||||
$text['button-view_active']['fr-fr'] = "Voir Active";
|
||||
$text['button-view_active']['he' ] = "";
|
||||
$text['button-view_active']['it-it'] = "";
|
||||
$text['button-view_active']['nl-nl'] = "";
|
||||
$text['button-view_active']['pl' ] = "";
|
||||
@@ -67,6 +71,7 @@ $text['table-name']['de-at'] = "Name";
|
||||
$text['table-name']['de-de'] = "Name";
|
||||
$text['table-name']['es-cl'] = "Nombre";
|
||||
$text['table-name']['fr-fr'] = "Nom";
|
||||
$text['table-name']['he' ] = "";
|
||||
$text['table-name']['it-it'] = "";
|
||||
$text['table-name']['nl-nl'] = "";
|
||||
$text['table-name']['pl' ] = "";
|
||||
@@ -82,6 +87,7 @@ $text['table-extension']['de-at'] = "Nebenstelle";
|
||||
$text['table-extension']['de-de'] = "Nebenstelle";
|
||||
$text['table-extension']['es-cl'] = "Extensión";
|
||||
$text['table-extension']['fr-fr'] = "Extension";
|
||||
$text['table-extension']['he' ] = "";
|
||||
$text['table-extension']['it-it'] = "";
|
||||
$text['table-extension']['nl-nl'] = "";
|
||||
$text['table-extension']['pl' ] = "";
|
||||
@@ -97,6 +103,7 @@ $text['table-profile']['de-at'] = "Profile";
|
||||
$text['table-profile']['de-de'] = "Profile";
|
||||
$text['table-profile']['es-cl'] = "Perfil";
|
||||
$text['table-profile']['fr-fr'] = "Profile";
|
||||
$text['table-profile']['he' ] = "";
|
||||
$text['table-profile']['it-it'] = "";
|
||||
$text['table-profile']['nl-nl'] = "";
|
||||
$text['table-profile']['pl' ] = "";
|
||||
@@ -112,6 +119,7 @@ $text['table-order']['de-at'] = "Reihenfolge";
|
||||
$text['table-order']['de-de'] = "Reihenfolge";
|
||||
$text['table-order']['es-cl'] = "Orden";
|
||||
$text['table-order']['fr-fr'] = "Ordre";
|
||||
$text['table-order']['he' ] = "";
|
||||
$text['table-order']['it-it'] = "";
|
||||
$text['table-order']['nl-nl'] = "";
|
||||
$text['table-order']['pl' ] = "";
|
||||
@@ -127,6 +135,7 @@ $text['table-enabled']['de-at'] = "Aktiviert";
|
||||
$text['table-enabled']['de-de'] = "Aktiviert";
|
||||
$text['table-enabled']['es-cl'] = "Activo";
|
||||
$text['table-enabled']['fr-fr'] = "Actif";
|
||||
$text['table-enabled']['he' ] = "";
|
||||
$text['table-enabled']['it-it'] = "";
|
||||
$text['table-enabled']['nl-nl'] = "";
|
||||
$text['table-enabled']['pl' ] = "";
|
||||
@@ -142,6 +151,7 @@ $text['table-description']['de-at'] = "Beschreibung";
|
||||
$text['table-description']['de-de'] = "Beschreibung";
|
||||
$text['table-description']['es-cl'] = "Descripción";
|
||||
$text['table-description']['fr-fr'] = "Description";
|
||||
$text['table-description']['he' ] = "";
|
||||
$text['table-description']['it-it'] = "";
|
||||
$text['table-description']['nl-nl'] = "";
|
||||
$text['table-description']['pl' ] = "";
|
||||
@@ -157,6 +167,7 @@ $text['confirm-add']['de-at'] = "Erfolgreich hinzugefügt";
|
||||
$text['confirm-add']['de-de'] = "Erfolgreich hinzugefügt";
|
||||
$text['confirm-add']['es-cl'] = "Agregado 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' ] = "";
|
||||
@@ -172,6 +183,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 a jour";
|
||||
$text['confirm-update']['he' ] = "";
|
||||
$text['confirm-update']['it-it'] = "";
|
||||
$text['confirm-update']['nl-nl'] = "";
|
||||
$text['confirm-update']['pl' ] = "";
|
||||
@@ -187,6 +199,7 @@ $text['confirm-name']['de-at'] = "Bitte angeben: Name";
|
||||
$text['confirm-name']['de-de'] = "Bitte angeben: Name";
|
||||
$text['confirm-name']['es-cl'] = "Por favor, indique: 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' ] = "";
|
||||
@@ -202,6 +215,7 @@ $text['confirm-extension']['de-at'] = "Bitte angeben: Nebenstelle";
|
||||
$text['confirm-extension']['de-de'] = "Bitte angeben: Nebenstelle";
|
||||
$text['confirm-extension']['es-cl'] = "Por favor, indique: Extensión";
|
||||
$text['confirm-extension']['fr-fr'] = "Merci d'indiquer: Extension";
|
||||
$text['confirm-extension']['he' ] = "";
|
||||
$text['confirm-extension']['it-it'] = "";
|
||||
$text['confirm-extension']['nl-nl'] = "";
|
||||
$text['confirm-extension']['pl' ] = "";
|
||||
@@ -217,6 +231,7 @@ $text['confirm-profile']['de-at'] = "Bitte angeben: Profil";
|
||||
$text['confirm-profile']['de-de'] = "Bitte angeben: Profil";
|
||||
$text['confirm-profile']['es-cl'] = "Por favor, indique: Perfil";
|
||||
$text['confirm-profile']['fr-fr'] = "Merci d'indiquer: Profile";
|
||||
$text['confirm-profile']['he' ] = "";
|
||||
$text['confirm-profile']['it-it'] = "";
|
||||
$text['confirm-profile']['nl-nl'] = "";
|
||||
$text['confirm-profile']['pl' ] = "";
|
||||
@@ -232,6 +247,7 @@ $text['confirm-enabled']['de-at'] = "Bitte angeben: Aktiviert";
|
||||
$text['confirm-enabled']['de-de'] = "Bitte angeben: Aktiviert";
|
||||
$text['confirm-enabled']['es-cl'] = "Por favor, indique: Activado";
|
||||
$text['confirm-enabled']['fr-fr'] = "Merci d'indiquer: Actif";
|
||||
$text['confirm-enabled']['he' ] = "";
|
||||
$text['confirm-enabled']['it-it'] = "";
|
||||
$text['confirm-enabled']['nl-nl'] = "";
|
||||
$text['confirm-enabled']['pl' ] = "";
|
||||
@@ -247,6 +263,7 @@ $text['label-conference-add']['de-at'] = "Konferenz hinzufügen";
|
||||
$text['label-conference-add']['de-de'] = "Konferenz hinzufügen";
|
||||
$text['label-conference-add']['es-cl'] = "Agregar Conferencias";
|
||||
$text['label-conference-add']['fr-fr'] = "Ajouter des conférences";
|
||||
$text['label-conference-add']['he' ] = "";
|
||||
$text['label-conference-add']['it-it'] = "";
|
||||
$text['label-conference-add']['nl-nl'] = "";
|
||||
$text['label-conference-add']['pl' ] = "";
|
||||
@@ -262,6 +279,7 @@ $text['label-conference-edit']['de-at'] = "Konferenz bearbeiten";
|
||||
$text['label-conference-edit']['de-de'] = "Konferenz bearbeiten";
|
||||
$text['label-conference-edit']['es-cl'] = "Edición de Conferencias";
|
||||
$text['label-conference-edit']['fr-fr'] = "Editer les conférences";
|
||||
$text['label-conference-edit']['he' ] = "";
|
||||
$text['label-conference-edit']['it-it'] = "";
|
||||
$text['label-conference-edit']['nl-nl'] = "";
|
||||
$text['label-conference-edit']['pl' ] = "";
|
||||
@@ -277,6 +295,7 @@ $text['label-extension']['de-at'] = "Nebenstelle";
|
||||
$text['label-extension']['de-de'] = "Nebenstelle";
|
||||
$text['label-extension']['es-cl'] = "Extensión";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
$text['label-extension']['he' ] = "";
|
||||
$text['label-extension']['it-it'] = "";
|
||||
$text['label-extension']['nl-nl'] = "";
|
||||
$text['label-extension']['pl' ] = "";
|
||||
@@ -292,6 +311,7 @@ $text['description-name']['de-at'] = "Geben Sie einen Namen für die Konferenz e
|
||||
$text['description-name']['de-de'] = "Geben Sie einen Namen für die Konferenz ein.";
|
||||
$text['description-name']['es-cl'] = "Ingrese el nombre de la conferencia.";
|
||||
$text['description-name']['fr-fr'] = "Entrer le nom de la conférence.";
|
||||
$text['description-name']['he' ] = "";
|
||||
$text['description-name']['it-it'] = "";
|
||||
$text['description-name']['nl-nl'] = "";
|
||||
$text['description-name']['pl' ] = "";
|
||||
@@ -307,6 +327,7 @@ $text['description-extension']['de-at'] = "Geben Sie die Nebenstelle der Konfere
|
||||
$text['description-extension']['de-de'] = "Geben Sie die Nebenstelle der Konferenz an.";
|
||||
$text['description-extension']['es-cl'] = "Ingrese el número de extensión de la conferencia";
|
||||
$text['description-extension']['fr-fr'] = "Entrer le numéro d'extension de la conférence.";
|
||||
$text['description-extension']['he' ] = "";
|
||||
$text['description-extension']['it-it'] = "";
|
||||
$text['description-extension']['nl-nl'] = "";
|
||||
$text['description-extension']['pl' ] = "";
|
||||
@@ -322,6 +343,7 @@ $text['description-3']['de-at'] = "um eine Konferenz zu überwachen und zu steue
|
||||
$text['description-3']['de-de'] = "um eine Konferenz zu überwachen und zu steuern.";
|
||||
$text['description-3']['es-cl'] = "para monitorear e interactuar con la sala de conferencia.";
|
||||
$text['description-3']['fr-fr'] = "Superviser et interagir avec la salle de conférence.";
|
||||
$text['description-3']['he' ] = "";
|
||||
$text['description-3']['it-it'] = "";
|
||||
$text['description-3']['nl-nl'] = "";
|
||||
$text['description-3']['pl' ] = "";
|
||||
@@ -337,6 +359,7 @@ $text['label-pin']['de-at'] = "PIN Nummer";
|
||||
$text['label-pin']['de-de'] = "PIN Nummer";
|
||||
$text['label-pin']['es-cl'] = "Número Pin";
|
||||
$text['label-pin']['fr-fr'] = "Code Pin";
|
||||
$text['label-pin']['he' ] = "";
|
||||
$text['label-pin']['it-it'] = "";
|
||||
$text['label-pin']['nl-nl'] = "";
|
||||
$text['label-pin']['pl' ] = "";
|
||||
@@ -352,6 +375,7 @@ $text['description-pin']['de-at'] = "";
|
||||
$text['description-pin']['de-de'] = "Optionale PIN Nummer um den Zugriff auf die Konferenz ab zu sichern.)";
|
||||
$text['description-pin']['es-cl'] = "Número de pin opcional para garantizar el acceso a la conferencia.";
|
||||
$text['description-pin']['fr-fr'] = "Numéro d'identifiant pour sécuriser l'accès à la conf. (Optionnel)";
|
||||
$text['description-pin']['he' ] = "";
|
||||
$text['description-pin']['it-it'] = "";
|
||||
$text['description-pin']['nl-nl'] = "";
|
||||
$text['description-pin']['pl' ] = "";
|
||||
@@ -367,6 +391,7 @@ $text['confirm-delete-2']['de-at'] = "Wollen Sie das wirklich löschen?";
|
||||
$text['confirm-delete-2']['de-de'] = "Wollen Sie das wirklich löschen?";
|
||||
$text['confirm-delete-2']['es-cl'] = "¿Realmente desea eliminar esto?";
|
||||
$text['confirm-delete-2']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
$text['confirm-delete-2']['he' ] = "";
|
||||
$text['confirm-delete-2']['it-it'] = "";
|
||||
$text['confirm-delete-2']['nl-nl'] = "";
|
||||
$text['confirm-delete-2']['pl' ] = "";
|
||||
@@ -382,6 +407,7 @@ $text['description-info']['de-at'] = "Geben Sie die Beschreibung ein.";
|
||||
$text['description-info']['de-de'] = "Geben Sie die Beschreibung ein.";
|
||||
$text['description-info']['es-cl'] = "Ingrese una descripción.";
|
||||
$text['description-info']['fr-fr'] = "";
|
||||
$text['description-info']['he' ] = "";
|
||||
$text['description-info']['it-it'] = "";
|
||||
$text['description-info']['nl-nl'] = "";
|
||||
$text['description-info']['pl' ] = "";
|
||||
@@ -397,6 +423,7 @@ $text['description-conference-enable']['de-at'] = "Wählen Sie, ob die Konferenz
|
||||
$text['description-conference-enable']['de-de'] = "Wählen Sie, ob die Konferenz ein- oder ausgeschaltet werden soll.";
|
||||
$text['description-conference-enable']['es-cl'] = "Indique si desea activar o desactivar la conferencia.";
|
||||
$text['description-conference-enable']['fr-fr'] = "Choisir d'activer ou non la conférence.";
|
||||
$text['description-conference-enable']['he' ] = "";
|
||||
$text['description-conference-enable']['it-it'] = "";
|
||||
$text['description-conference-enable']['nl-nl'] = "";
|
||||
$text['description-conference-enable']['pl' ] = "";
|
||||
@@ -412,6 +439,7 @@ $text['description-order']['de-at'] = "Geben Sie die Nummer für die Reihenfolge
|
||||
$text['description-order']['de-de'] = "Geben Sie die Nummer für die Reihenfolge an.";
|
||||
$text['description-order']['es-cl'] = "Ingrese el número de orden.";
|
||||
$text['description-order']['fr-fr'] = "Entrer le numéro d'ordre.";
|
||||
$text['description-order']['he' ] = "";
|
||||
$text['description-order']['it-it'] = "";
|
||||
$text['description-order']['nl-nl'] = "";
|
||||
$text['description-order']['pl' ] = "";
|
||||
@@ -427,6 +455,7 @@ $text['description-user-add']['de-at'] = "";
|
||||
$text['description-user-add']['de-de'] = "";
|
||||
$text['description-user-add']['es-cl'] = "Asignar usuarios para que puedan administrar esta extensión de conferencia.";
|
||||
$text['description-user-add']['fr-fr'] = "Wählen Sie die Benutzer aus, welche die Konferenz administrieren können.";
|
||||
$text['description-user-add']['he' ] = "";
|
||||
$text['description-user-add']['it-it'] = "";
|
||||
$text['description-user-add']['nl-nl'] = "";
|
||||
$text['description-user-add']['pl' ] = "";
|
||||
@@ -442,6 +471,7 @@ $text['description-profile']['de-at'] = "Ein Profil ist eine Zusammenfassung von
|
||||
$text['description-profile']['de-de'] = "Ein Profil ist eine Zusammenfassung von Parametern für die Konferenz.";
|
||||
$text['description-profile']['es-cl'] = "El perfil de conferencia es una colección de ajustes para la conferencia.";
|
||||
$text['description-profile']['fr-fr'] = "Le profile de la conférence est une liste de paramètres pour la conférence.";
|
||||
$text['description-profile']['he' ] = "";
|
||||
$text['description-profile']['it-it'] = "";
|
||||
$text['description-profile']['nl-nl'] = "";
|
||||
$text['description-profile']['pl' ] = "";
|
||||
@@ -457,6 +487,7 @@ $text['description-flags']['de-at'] = "Optionale Attribute für die Konferenz. B
|
||||
$text['description-flags']['de-de'] = "Optionale Attribute für die Konferenz. Beispiele: mute|deaf|waste|moderator";
|
||||
$text['description-flags']['es-cl'] = "Flags opcionales de conferencia. Ejemplo: mute|deaf|waste|moderator";
|
||||
$text['description-flags']['fr-fr'] = "Flags Optionnels de la conférence. exemple: mute|deaf|waste|moderator";
|
||||
$text['description-flags']['he' ] = "";
|
||||
$text['description-flags']['it-it'] = "";
|
||||
$text['description-flags']['nl-nl'] = "";
|
||||
$text['description-flags']['pl' ] = "";
|
||||
@@ -472,6 +503,7 @@ $text['label-user_list']['de-at'] = "Benutzerliste";
|
||||
$text['label-user_list']['de-de'] = "Benutzerliste";
|
||||
$text['label-user_list']['es-cl'] = "Lista de usuarios";
|
||||
$text['label-user_list']['fr-fr'] = "Liste des utilisateurs";
|
||||
$text['label-user_list']['he' ] = "";
|
||||
$text['label-user_list']['it-it'] = "";
|
||||
$text['label-user_list']['nl-nl'] = "";
|
||||
$text['label-user_list']['pl' ] = "";
|
||||
@@ -487,6 +519,7 @@ $text['label-flags']['de-at'] = "Attribute";
|
||||
$text['label-flags']['de-de'] = "Attribute";
|
||||
$text['label-flags']['es-cl'] = "Banderas";
|
||||
$text['label-flags']['fr-fr'] = "Drapeaux";
|
||||
$text['label-flags']['he' ] = "";
|
||||
$text['label-flags']['it-it'] = "";
|
||||
$text['label-flags']['nl-nl'] = "";
|
||||
$text['label-flags']['pl' ] = "";
|
||||
|
||||
Reference in New Issue
Block a user