mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-06 00:28:45 +00:00
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:40 AM UTC
|
||||
#This file was last reorganized on 11th of May 2017 12:21:56 PM UTC
|
||||
|
||||
$text['title-databases']['en-us'] = "Databases";
|
||||
$text['title-databases']['ar-eg'] = "قواعد البيانات";
|
||||
@@ -7,6 +7,7 @@ $text['title-databases']['de-at'] = "Datenbanken";
|
||||
$text['title-databases']['de-de'] = "Datenbanken";
|
||||
$text['title-databases']['es-cl'] = "Bases de datos";
|
||||
$text['title-databases']['fr-fr'] = "Bases de données";
|
||||
$text['title-databases']['he' ] = "";
|
||||
$text['title-databases']['it-it'] = "Database";
|
||||
$text['title-databases']['nl-nl'] = "";
|
||||
$text['title-databases']['pl' ] = "Bazy danych";
|
||||
@@ -22,6 +23,7 @@ $text['title-database-edit']['de-at'] = "Datenbank editieren";
|
||||
$text['title-database-edit']['de-de'] = "Datenbank editieren";
|
||||
$text['title-database-edit']['es-cl'] = "Editar base de datos";
|
||||
$text['title-database-edit']['fr-fr'] = "Editer la Base de données";
|
||||
$text['title-database-edit']['he' ] = "";
|
||||
$text['title-database-edit']['it-it'] = "Modifica Database";
|
||||
$text['title-database-edit']['nl-nl'] = "";
|
||||
$text['title-database-edit']['pl' ] = "Edytuj bazę danych";
|
||||
@@ -37,6 +39,7 @@ $text['title-database-add']['de-at'] = "Datenbank hinzufügen";
|
||||
$text['title-database-add']['de-de'] = "Datenbank hinzufügen";
|
||||
$text['title-database-add']['es-cl'] = "Agregar Base de Datos";
|
||||
$text['title-database-add']['fr-fr'] = "Ajouter une Base de données";
|
||||
$text['title-database-add']['he' ] = "";
|
||||
$text['title-database-add']['it-it'] = "Aggiungi Database";
|
||||
$text['title-database-add']['nl-nl'] = "";
|
||||
$text['title-database-add']['pl' ] = "Dodaj bazę danych";
|
||||
@@ -52,6 +55,7 @@ $text['label-username']['de-at'] = "Benutzername";
|
||||
$text['label-username']['de-de'] = "Benutzername";
|
||||
$text['label-username']['es-cl'] = "Nombre de usuario";
|
||||
$text['label-username']['fr-fr'] = "Utilisateur";
|
||||
$text['label-username']['he' ] = "";
|
||||
$text['label-username']['it-it'] = "Nome utente";
|
||||
$text['label-username']['nl-nl'] = "";
|
||||
$text['label-username']['pl' ] = "Użytkownik";
|
||||
@@ -67,6 +71,7 @@ $text['label-port']['de-at'] = "Port";
|
||||
$text['label-port']['de-de'] = "Port";
|
||||
$text['label-port']['es-cl'] = "Puerto";
|
||||
$text['label-port']['fr-fr'] = "Port";
|
||||
$text['label-port']['he' ] = "";
|
||||
$text['label-port']['it-it'] = "Porta";
|
||||
$text['label-port']['nl-nl'] = "";
|
||||
$text['label-port']['pl' ] = "Port";
|
||||
@@ -82,6 +87,7 @@ $text['label-path']['de-at'] = "Pfad";
|
||||
$text['label-path']['de-de'] = "Pfad";
|
||||
$text['label-path']['es-cl'] = "Ruta";
|
||||
$text['label-path']['fr-fr'] = "Chemin";
|
||||
$text['label-path']['he' ] = "";
|
||||
$text['label-path']['it-it'] = "Percorso";
|
||||
$text['label-path']['nl-nl'] = "";
|
||||
$text['label-path']['pl' ] = "Ścieżka";
|
||||
@@ -97,6 +103,7 @@ $text['label-host']['de-at'] = "Host";
|
||||
$text['label-host']['de-de'] = "Host";
|
||||
$text['label-host']['es-cl'] = "Host";
|
||||
$text['label-host']['fr-fr'] = "Hôte";
|
||||
$text['label-host']['he' ] = "";
|
||||
$text['label-host']['it-it'] = "Host";
|
||||
$text['label-host']['nl-nl'] = "";
|
||||
$text['label-host']['pl' ] = "Host";
|
||||
@@ -112,6 +119,7 @@ $text['label-driver']['de-at'] = "Treiber";
|
||||
$text['label-driver']['de-de'] = "Treiber";
|
||||
$text['label-driver']['es-cl'] = "Controlador";
|
||||
$text['label-driver']['fr-fr'] = "Driver";
|
||||
$text['label-driver']['he' ] = "";
|
||||
$text['label-driver']['it-it'] = "Driver";
|
||||
$text['label-driver']['nl-nl'] = "";
|
||||
$text['label-driver']['pl' ] = "Sterownik";
|
||||
@@ -127,6 +135,7 @@ $text['header-databases']['de-at'] = "Datenbanken";
|
||||
$text['header-databases']['de-de'] = "Datenbanken";
|
||||
$text['header-databases']['es-cl'] = "Bases de datos";
|
||||
$text['header-databases']['fr-fr'] = "Bases de données";
|
||||
$text['header-databases']['he' ] = "";
|
||||
$text['header-databases']['it-it'] = "Database";
|
||||
$text['header-databases']['nl-nl'] = "";
|
||||
$text['header-databases']['pl' ] = "Bazy danych";
|
||||
@@ -142,6 +151,7 @@ $text['header-database-edit']['de-at'] = "Datenbanken bearbeiten";
|
||||
$text['header-database-edit']['de-de'] = "Datenbanken bearbeiten";
|
||||
$text['header-database-edit']['es-cl'] = "Editar base de datos";
|
||||
$text['header-database-edit']['fr-fr'] = "Editer la Base de données";
|
||||
$text['header-database-edit']['he' ] = "";
|
||||
$text['header-database-edit']['it-it'] = "Modifica Database";
|
||||
$text['header-database-edit']['nl-nl'] = "";
|
||||
$text['header-database-edit']['pl' ] = "Edytuj bazę danych";
|
||||
@@ -157,6 +167,7 @@ $text['header-database-add']['de-at'] = "Datenbanken hinzufügen";
|
||||
$text['header-database-add']['de-de'] = "Datenbanken hinzufügen";
|
||||
$text['header-database-add']['es-cl'] = "Agregar Base de Datos";
|
||||
$text['header-database-add']['fr-fr'] = "Ajouter une Base de données";
|
||||
$text['header-database-add']['he' ] = "";
|
||||
$text['header-database-add']['it-it'] = "Aggiungi Database";
|
||||
$text['header-database-add']['nl-nl'] = "";
|
||||
$text['header-database-add']['pl' ] = "Dodaj bazę danych";
|
||||
@@ -172,6 +183,7 @@ $text['description-username']['de-at'] = "Geben Sie den Datenbank Benutzernamen
|
||||
$text['description-username']['de-de'] = "Geben Sie den Datenbank Benutzernamen an.";
|
||||
$text['description-username']['es-cl'] = "Ingrese el nombre de usuario de la base de datos.";
|
||||
$text['description-username']['fr-fr'] = "Entrer le nom d'utilisateur de la Base de données.";
|
||||
$text['description-username']['he' ] = "";
|
||||
$text['description-username']['it-it'] = "Inserire il nome del database.";
|
||||
$text['description-username']['nl-nl'] = "";
|
||||
$text['description-username']['pl' ] = "Wprowadź nazwę użytkownika";
|
||||
@@ -187,6 +199,7 @@ $text['description-type']['de-at'] = "Wählen Sie den Datenbank Typ.";
|
||||
$text['description-type']['de-de'] = "";
|
||||
$text['description-type']['es-cl'] = "Seleccione el tipo de base de datos";
|
||||
$text['description-type']['fr-fr'] = "Choisir le type de Base de données.";
|
||||
$text['description-type']['he' ] = "";
|
||||
$text['description-type']['it-it'] = "Seleziona il tipo di database.";
|
||||
$text['description-type']['nl-nl'] = "";
|
||||
$text['description-type']['pl' ] = "Wprowadź rodzaj bazy danych";
|
||||
@@ -202,6 +215,7 @@ $text['description-port']['de-at'] = "Geben Sie die Port Nummer an.";
|
||||
$text['description-port']['de-de'] = "Geben Sie die Port Nummer an.";
|
||||
$text['description-port']['es-cl'] = "Ingrese el número del puerto.";
|
||||
$text['description-port']['fr-fr'] = "Entrer le numéro de port.";
|
||||
$text['description-port']['he' ] = "";
|
||||
$text['description-port']['it-it'] = "Inserisci il numero di porta.";
|
||||
$text['description-port']['nl-nl'] = "";
|
||||
$text['description-port']['pl' ] = "Wprowadź numer portu";
|
||||
@@ -217,6 +231,7 @@ $text['description-path']['de-at'] = "Geben Sie den Datenbank Pfad an (nur für
|
||||
$text['description-path']['de-de'] = "Geben Sie den Datenbank Pfad an (nur für SQLite).";
|
||||
$text['description-path']['es-cl'] = "Ingrese la ruta al archivo de datos (solo SQLite).";
|
||||
$text['description-path']['fr-fr'] = "Entrer le chemin du fichier Base de données (Spécifique SQLite).";
|
||||
$text['description-path']['he' ] = "";
|
||||
$text['description-path']['it-it'] = "Inserisci il percorso del database (solo SQLite).";
|
||||
$text['description-path']['nl-nl'] = "";
|
||||
$text['description-path']['pl' ] = "Wprowadź ścieżkę do pliku bazy danych (tylko SQLite)";
|
||||
@@ -232,6 +247,7 @@ $text['description-password']['de-at'] = "Geben Sie das Datenbank Passwort ein."
|
||||
$text['description-password']['de-de'] = "Geben Sie das Datenbank Passwort ein.";
|
||||
$text['description-password']['es-cl'] = "Ingrese la contraseña de la base de datos.";
|
||||
$text['description-password']['fr-fr'] = "Entrer le mot de passe pour la Base de données.";
|
||||
$text['description-password']['he' ] = "";
|
||||
$text['description-password']['it-it'] = "Inserisci la passwor del database.";
|
||||
$text['description-password']['nl-nl'] = "";
|
||||
$text['description-password']['pl' ] = "Wpisz hasło";
|
||||
@@ -247,6 +263,7 @@ $text['description-name']['de-at'] = "Geben Sie den Namen der Datenbank an";
|
||||
$text['description-name']['de-de'] = "Geben Sie den Namen der Datenbank an";
|
||||
$text['description-name']['es-cl'] = "Ingrese el nombre de la base de datos.";
|
||||
$text['description-name']['fr-fr'] = "Entrer le nom de la Base de données.";
|
||||
$text['description-name']['he' ] = "";
|
||||
$text['description-name']['it-it'] = "Inserisci il nome del database.";
|
||||
$text['description-name']['nl-nl'] = "";
|
||||
$text['description-name']['pl' ] = "Wprowadź nazwę bazy danych.";
|
||||
@@ -262,6 +279,7 @@ $text['description-host']['de-at'] = "Geben Sie den Host Namen ein.";
|
||||
$text['description-host']['de-de'] = "Geben Sie den Host Namen ein.";
|
||||
$text['description-host']['es-cl'] = "Ingrese el nombre de host";
|
||||
$text['description-host']['fr-fr'] = "Entrer le nom de l'hôte.";
|
||||
$text['description-host']['he' ] = "";
|
||||
$text['description-host']['it-it'] = "Inserisci il nome host.";
|
||||
$text['description-host']['nl-nl'] = "";
|
||||
$text['description-host']['pl' ] = "Wprowadź nazwę hosta.";
|
||||
@@ -277,6 +295,7 @@ $text['description-driver']['de-at'] = "Wählen Sie den Datenbank Treiber.";
|
||||
$text['description-driver']['de-de'] = "";
|
||||
$text['description-driver']['es-cl'] = "Seleccione un controlador de base de datos.";
|
||||
$text['description-driver']['fr-fr'] = "Choisir le driver de la Base de données.";
|
||||
$text['description-driver']['he' ] = "";
|
||||
$text['description-driver']['it-it'] = "Seleziona il driver del database.";
|
||||
$text['description-driver']['nl-nl'] = "";
|
||||
$text['description-driver']['pl' ] = "Wybierz sterownik bazy danych.";
|
||||
@@ -292,6 +311,7 @@ $text['description-databases']['de-at'] = "Datenbank Information.";
|
||||
$text['description-databases']['de-de'] = "Datenbank Information.";
|
||||
$text['description-databases']['es-cl'] = "Información de bases de datos.";
|
||||
$text['description-databases']['fr-fr'] = "Informations sur les bases de données";
|
||||
$text['description-databases']['he' ] = "";
|
||||
$text['description-databases']['it-it'] = "Informazioni Database.";
|
||||
$text['description-databases']['nl-nl'] = "";
|
||||
$text['description-databases']['pl' ] = "Informacje o bazie danych.";
|
||||
@@ -307,6 +327,7 @@ $text['description-database-edit']['de-at'] = "Datenbank Verbindungs Information
|
||||
$text['description-database-edit']['de-de'] = "Datenbank Verbindungs Information.";
|
||||
$text['description-database-edit']['es-cl'] = "Información de conexión a base de datos.";
|
||||
$text['description-database-edit']['fr-fr'] = "Informations de connexion à la Base";
|
||||
$text['description-database-edit']['he' ] = "";
|
||||
$text['description-database-edit']['it-it'] = "Informazioni di connessione al Database.";
|
||||
$text['description-database-edit']['nl-nl'] = "";
|
||||
$text['description-database-edit']['pl' ] = "Informacje o połączeniach z bazą danych.";
|
||||
@@ -322,6 +343,7 @@ $text['description-database-add']['de-at'] = "Datenbank Verbindungs Information.
|
||||
$text['description-database-add']['de-de'] = "Datenbank Verbindungs Information.";
|
||||
$text['description-database-add']['es-cl'] = "Información de conexión a base de datos.";
|
||||
$text['description-database-add']['fr-fr'] = "Informations de connexion à la Base.";
|
||||
$text['description-database-add']['he' ] = "";
|
||||
$text['description-database-add']['it-it'] = "Informazioni di connessione al Database.";
|
||||
$text['description-database-add']['nl-nl'] = "";
|
||||
$text['description-database-add']['pl' ] = "Informacje o połączeniach z bazą danych.";
|
||||
|
||||
Reference in New Issue
Block a user