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:10:19 AM UTC
|
||||
#This file was last reorganized on 11th of May 2017 12:21:56 PM UTC
|
||||
|
||||
$text['title-apps']['en-us'] = "App Manager";
|
||||
$text['title-apps']['ar-eg'] = "";
|
||||
@@ -7,6 +7,7 @@ $text['title-apps']['de-at'] = "Applikation Verwaltung";
|
||||
$text['title-apps']['de-de'] = "Applikation Verwaltung";
|
||||
$text['title-apps']['es-cl'] = "Administrador de Aplicaciones";
|
||||
$text['title-apps']['fr-fr'] = "Gestionnaire App";
|
||||
$text['title-apps']['he' ] = "";
|
||||
$text['title-apps']['it-it'] = "Gestore applicazioni";
|
||||
$text['title-apps']['nl-nl'] = "";
|
||||
$text['title-apps']['pl' ] = "Menedżer aplikacji";
|
||||
@@ -22,6 +23,7 @@ $text['title-app-edit']['de-at'] = "Applikationen Editieren";
|
||||
$text['title-app-edit']['de-de'] = "Applikationen Editieren";
|
||||
$text['title-app-edit']['es-cl'] = "Editar Aplicaciones";
|
||||
$text['title-app-edit']['fr-fr'] = "Editer l'application";
|
||||
$text['title-app-edit']['he' ] = "";
|
||||
$text['title-app-edit']['it-it'] = "Modifica applicazione";
|
||||
$text['title-app-edit']['nl-nl'] = "";
|
||||
$text['title-app-edit']['pl' ] = "Edytuj aplikację ";
|
||||
@@ -37,6 +39,7 @@ $text['label-version']['de-at'] = "Version";
|
||||
$text['label-version']['de-de'] = "Version";
|
||||
$text['label-version']['es-cl'] = "Versión";
|
||||
$text['label-version']['fr-fr'] = "Version";
|
||||
$text['label-version']['he' ] = "";
|
||||
$text['label-version']['it-it'] = "Versione";
|
||||
$text['label-version']['nl-nl'] = "";
|
||||
$text['label-version']['pl' ] = "Wersja";
|
||||
@@ -52,6 +55,7 @@ $text['header-apps']['de-at'] = "Applikation verwalten";
|
||||
$text['header-apps']['de-de'] = "Applikation verwalten";
|
||||
$text['header-apps']['es-cl'] = "Administrador de Aplicaciones";
|
||||
$text['header-apps']['fr-fr'] = "Gestionnaire App";
|
||||
$text['header-apps']['he' ] = "";
|
||||
$text['header-apps']['it-it'] = "Gestore applicazioni";
|
||||
$text['header-apps']['nl-nl'] = "";
|
||||
$text['header-apps']['pl' ] = "Menedżer aplikacji";
|
||||
@@ -67,6 +71,7 @@ $text['header-app-edit']['de-at'] = "Applikation bearbeiten";
|
||||
$text['header-app-edit']['de-de'] = "Applikation bearbeiten";
|
||||
$text['header-app-edit']['es-cl'] = "Editar Aplicaciones";
|
||||
$text['header-app-edit']['fr-fr'] = "Editer l'application";
|
||||
$text['header-app-edit']['he' ] = "";
|
||||
$text['header-app-edit']['it-it'] = "Modifica applicazione";
|
||||
$text['header-app-edit']['nl-nl'] = "";
|
||||
$text['header-app-edit']['pl' ] = "Edytuj aplikację ";
|
||||
@@ -82,6 +87,7 @@ $text['description-apps']['de-at'] = "Installierte Applikationen verwalten";
|
||||
$text['description-apps']['de-de'] = "Installierte Applikationen verwalten";
|
||||
$text['description-apps']['es-cl'] = "Administre las aplicaciones instaladas.";
|
||||
$text['description-apps']['fr-fr'] = "Gérer les applications installées.";
|
||||
$text['description-apps']['he' ] = "";
|
||||
$text['description-apps']['it-it'] = "Gestisci le applicazioni installate.";
|
||||
$text['description-apps']['nl-nl'] = "";
|
||||
$text['description-apps']['pl' ] = "Zarządzajnie zainstalowanymi aplikacjami.";
|
||||
@@ -97,6 +103,7 @@ $text['description-app-edit']['de-at'] = "Installierte Applikationen verwalten";
|
||||
$text['description-app-edit']['de-de'] = "";
|
||||
$text['description-app-edit']['es-cl'] = "Administre las aplicaciones instaladas.";
|
||||
$text['description-app-edit']['fr-fr'] = "Gérer les applications installées";
|
||||
$text['description-app-edit']['he' ] = "";
|
||||
$text['description-app-edit']['it-it'] = "Gestisci le applicazioni installate.";
|
||||
$text['description-app-edit']['nl-nl'] = "";
|
||||
$text['description-app-edit']['pl' ] = "Zarządzajnie zainstalowanymi aplikacjami.";
|
||||
|
||||
@@ -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.";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
#This file was last reorganized on 10th of May 2017 11:11:45 AM UTC
|
||||
#This file was last reorganized on 11th of May 2017 12:21:56 PM UTC
|
||||
|
||||
$text['title-default_settings']['en-us'] = "Default Settings";
|
||||
$text['title-default_settings']['ar-eg'] = "";
|
||||
@@ -7,6 +7,7 @@ $text['title-default_settings']['de-at'] = "Standardeinstellungen";
|
||||
$text['title-default_settings']['de-de'] = "Standardeinstellungen";
|
||||
$text['title-default_settings']['es-cl'] = "Condiciones Predeterminadas";
|
||||
$text['title-default_settings']['fr-fr'] = "Configurations par Défaut";
|
||||
$text['title-default_settings']['he' ] = "";
|
||||
$text['title-default_settings']['it-it'] = "Impostazioni predefinite";
|
||||
$text['title-default_settings']['nl-nl'] = "";
|
||||
$text['title-default_settings']['pl' ] = "Ustawienia domyślne";
|
||||
@@ -22,6 +23,7 @@ $text['title-default_setting-edit']['de-at'] = "Standardeinstellungen";
|
||||
$text['title-default_setting-edit']['de-de'] = "Standardeinstellungen";
|
||||
$text['title-default_setting-edit']['es-cl'] = "Configuraciones Predeterminadas";
|
||||
$text['title-default_setting-edit']['fr-fr'] = "Configurations par Défaut";
|
||||
$text['title-default_setting-edit']['he' ] = "";
|
||||
$text['title-default_setting-edit']['it-it'] = "Impostazione predefinita";
|
||||
$text['title-default_setting-edit']['nl-nl'] = "";
|
||||
$text['title-default_setting-edit']['pl' ] = "Ustawienie domyślne";
|
||||
@@ -37,6 +39,7 @@ $text['title-default_setting-add']['de-at'] = "Standardeinstellungen";
|
||||
$text['title-default_setting-add']['de-de'] = "Standardeinstellungen";
|
||||
$text['title-default_setting-add']['es-cl'] = "Agregar Configuración Predeterminada";
|
||||
$text['title-default_setting-add']['fr-fr'] = "Ajouter une configuration per défaut";
|
||||
$text['title-default_setting-add']['he' ] = "";
|
||||
$text['title-default_setting-add']['it-it'] = "Aggiungi impostazione predefinita";
|
||||
$text['title-default_setting-add']['nl-nl'] = "";
|
||||
$text['title-default_setting-add']['pl' ] = "Dodaj ustawienie domyślne";
|
||||
@@ -52,6 +55,7 @@ $text['option-voicemail_file_listen']['de-at'] = "Link zur Nachricht (Login erfo
|
||||
$text['option-voicemail_file_listen']['de-de'] = "Link zur Nachricht (Login erforderlich)";
|
||||
$text['option-voicemail_file_listen']['es-cl'] = "Escuchar Link (Se requiere entrar)";
|
||||
$text['option-voicemail_file_listen']['fr-fr'] = "Écouter Link (Connexion requise)";
|
||||
$text['option-voicemail_file_listen']['he' ] = "";
|
||||
$text['option-voicemail_file_listen']['it-it'] = "Ascolta tramite link (Login richiesto)";
|
||||
$text['option-voicemail_file_listen']['nl-nl'] = "";
|
||||
$text['option-voicemail_file_listen']['pl' ] = "Link do odsłuchu (po zalogowaniu)";
|
||||
@@ -67,6 +71,7 @@ $text['option-voicemail_file_link']['de-at'] = "Link zur Nachricht (kein Login e
|
||||
$text['option-voicemail_file_link']['de-de'] = "Link zur Nachricht (kein Login erforderlich)";
|
||||
$text['option-voicemail_file_link']['es-cl'] = "Enlace de descarga (No se requiere conexión)";
|
||||
$text['option-voicemail_file_link']['fr-fr'] = "Lien de téléchargement (Connexion non requise)";
|
||||
$text['option-voicemail_file_link']['he' ] = "";
|
||||
$text['option-voicemail_file_link']['it-it'] = "Download tramite link (Login non richiesto)";
|
||||
$text['option-voicemail_file_link']['nl-nl'] = "";
|
||||
$text['option-voicemail_file_link']['pl' ] = "Link do pobrania (logowanie nie jest wymagane)";
|
||||
@@ -82,6 +87,7 @@ $text['option-voicemail_file_attach']['de-at'] = "Audiodatei als Anhang";
|
||||
$text['option-voicemail_file_attach']['de-de'] = "Audiodatei als Anhang";
|
||||
$text['option-voicemail_file_attach']['es-cl'] = "Archivo Adjunto Audio";
|
||||
$text['option-voicemail_file_attach']['fr-fr'] = "Audio File Attachment";
|
||||
$text['option-voicemail_file_attach']['he' ] = "";
|
||||
$text['option-voicemail_file_attach']['it-it'] = "File audio Allegato";
|
||||
$text['option-voicemail_file_attach']['nl-nl'] = "";
|
||||
$text['option-voicemail_file_attach']['pl' ] = "Załącznik plik audio";
|
||||
@@ -97,6 +103,7 @@ $text['message-toggled']['de-at'] = "Toggle Completed";
|
||||
$text['message-toggled']['de-de'] = "Toggle Completed";
|
||||
$text['message-toggled']['es-cl'] = "Alternar Completado";
|
||||
$text['message-toggled']['fr-fr'] = "Basculer Terminé";
|
||||
$text['message-toggled']['he' ] = "";
|
||||
$text['message-toggled']['it-it'] = "Pulsante completato";
|
||||
$text['message-toggled']['nl-nl'] = "";
|
||||
$text['message-toggled']['pl' ] = "Przegubowe Zakończony";
|
||||
@@ -112,6 +119,7 @@ $text['message-settings_reloaded']['de-at'] = "Einstellungen neu geladen";
|
||||
$text['message-settings_reloaded']['de-de'] = "Einstellungen neu geladen";
|
||||
$text['message-settings_reloaded']['es-cl'] = "Ajustes Reloaded";
|
||||
$text['message-settings_reloaded']['fr-fr'] = "Paramètres Reloaded";
|
||||
$text['message-settings_reloaded']['he' ] = "";
|
||||
$text['message-settings_reloaded']['it-it'] = "Impostazioni ricaricate";
|
||||
$text['message-settings_reloaded']['nl-nl'] = "";
|
||||
$text['message-settings_reloaded']['pl' ] = "Ustawienia Reloaded";
|
||||
@@ -127,6 +135,7 @@ $text['message-delete_failed']['de-at'] = "Löschen fehlgeschlagen";
|
||||
$text['message-delete_failed']['de-de'] = "Löschen fehlgeschlagen";
|
||||
$text['message-delete_failed']['es-cl'] = "No hay ajustes facturado";
|
||||
$text['message-delete_failed']['fr-fr'] = "Pas de paramètres enregistrés";
|
||||
$text['message-delete_failed']['he' ] = "";
|
||||
$text['message-delete_failed']['it-it'] = "Nessuna impostazione flaggata";
|
||||
$text['message-delete_failed']['nl-nl'] = "";
|
||||
$text['message-delete_failed']['pl' ] = "Próba usunięcia zakończyła się niepowodzeniem";
|
||||
@@ -142,6 +151,7 @@ $text['message-copy_failed']['de-at'] = "Keine Einstellungen ausgewählt oder un
|
||||
$text['message-copy_failed']['de-de'] = "Keine Einstellungen ausgewählt oder ungültige Domain";
|
||||
$text['message-copy_failed']['es-cl'] = "No hay ajustes facturado o de dominio no válido";
|
||||
$text['message-copy_failed']['fr-fr'] = "Pas de paramètres enregistrés ou domaine non valide";
|
||||
$text['message-copy_failed']['he' ] = "";
|
||||
$text['message-copy_failed']['it-it'] = "Nessuna impostazione flaggata o Dominio non valido";
|
||||
$text['message-copy_failed']['nl-nl'] = "";
|
||||
$text['message-copy_failed']['pl' ] = "Nie zaznaczono ustawień lub domena jest niepoprawna";
|
||||
@@ -157,6 +167,7 @@ $text['label-web_fonts']['de-at'] = "Web Fonts";
|
||||
$text['label-web_fonts']['de-de'] = "Web Fonts";
|
||||
$text['label-web_fonts']['es-cl'] = "Fuentes web";
|
||||
$text['label-web_fonts']['fr-fr'] = "Polices Web";
|
||||
$text['label-web_fonts']['he' ] = "";
|
||||
$text['label-web_fonts']['it-it'] = "Caratteri Web";
|
||||
$text['label-web_fonts']['nl-nl'] = "";
|
||||
$text['label-web_fonts']['pl' ] = "Czcionki sieci";
|
||||
@@ -172,6 +183,7 @@ $text['label-top']['de-at'] = "Oben";
|
||||
$text['label-top']['de-de'] = "Oben";
|
||||
$text['label-top']['es-cl'] = "encima";
|
||||
$text['label-top']['fr-fr'] = "Meilleur";
|
||||
$text['label-top']['he' ] = "";
|
||||
$text['label-top']['it-it'] = "Inizio";
|
||||
$text['label-top']['nl-nl'] = "";
|
||||
$text['label-top']['pl' ] = "Top";
|
||||
@@ -187,6 +199,7 @@ $text['label-text']['de-at'] = "Text";
|
||||
$text['label-text']['de-de'] = "Text";
|
||||
$text['label-text']['es-cl'] = "Texto";
|
||||
$text['label-text']['fr-fr'] = "Texte";
|
||||
$text['label-text']['he' ] = "";
|
||||
$text['label-text']['it-it'] = "Testo";
|
||||
$text['label-text']['nl-nl'] = "";
|
||||
$text['label-text']['pl' ] = "Tekst";
|
||||
@@ -202,6 +215,7 @@ $text['label-superfine']['de-at'] = "Superfein";
|
||||
$text['label-superfine']['de-de'] = "Superfein";
|
||||
$text['label-superfine']['es-cl'] = "Superfino";
|
||||
$text['label-superfine']['fr-fr'] = "Superfin";
|
||||
$text['label-superfine']['he' ] = "";
|
||||
$text['label-superfine']['it-it'] = "Superfine";
|
||||
$text['label-superfine']['nl-nl'] = "";
|
||||
$text['label-superfine']['pl' ] = "Najlepsza";
|
||||
@@ -217,6 +231,7 @@ $text['label-static']['de-at'] = "Statisch";
|
||||
$text['label-static']['de-de'] = "";
|
||||
$text['label-static']['es-cl'] = "Estático";
|
||||
$text['label-static']['fr-fr'] = "Statique";
|
||||
$text['label-static']['he' ] = "";
|
||||
$text['label-static']['it-it'] = "Statico";
|
||||
$text['label-static']['nl-nl'] = "";
|
||||
$text['label-static']['pl' ] = "Statyczny";
|
||||
@@ -232,6 +247,7 @@ $text['label-reference']['de-at'] = "Referenz";
|
||||
$text['label-reference']['de-de'] = "Referenz";
|
||||
$text['label-reference']['es-cl'] = "Referencia";
|
||||
$text['label-reference']['fr-fr'] = "Référence";
|
||||
$text['label-reference']['he' ] = "";
|
||||
$text['label-reference']['it-it'] = "Visualizza";
|
||||
$text['label-reference']['nl-nl'] = "";
|
||||
$text['label-reference']['pl' ] = "Odniesienie";
|
||||
@@ -247,6 +263,7 @@ $text['label-right']['de-at'] = "Rechts";
|
||||
$text['label-right']['de-de'] = "Rechts";
|
||||
$text['label-right']['es-cl'] = "Derecha";
|
||||
$text['label-right']['fr-fr'] = "Droite";
|
||||
$text['label-right']['he' ] = "";
|
||||
$text['label-right']['it-it'] = "Destra";
|
||||
$text['label-right']['nl-nl'] = "";
|
||||
$text['label-right']['pl' ] = "Dobrze";
|
||||
@@ -262,6 +279,7 @@ $text['label-other']['de-at'] = "Andere";
|
||||
$text['label-other']['de-de'] = "Andere";
|
||||
$text['label-other']['es-cl'] = "Otro";
|
||||
$text['label-other']['fr-fr'] = "Autre";
|
||||
$text['label-other']['he' ] = "";
|
||||
$text['label-other']['it-it'] = "Altro";
|
||||
$text['label-other']['nl-nl'] = "";
|
||||
$text['label-other']['pl' ] = "Inne";
|
||||
@@ -277,6 +295,7 @@ $text['label-normal']['de-at'] = "Normal";
|
||||
$text['label-normal']['de-de'] = "Normal";
|
||||
$text['label-normal']['es-cl'] = "Normal";
|
||||
$text['label-normal']['fr-fr'] = "Normal";
|
||||
$text['label-normal']['he' ] = "";
|
||||
$text['label-normal']['it-it'] = "Normale";
|
||||
$text['label-normal']['nl-nl'] = "";
|
||||
$text['label-normal']['pl' ] = "Normalny";
|
||||
@@ -292,6 +311,7 @@ $text['label-none']['de-at'] = "Keiner";
|
||||
$text['label-none']['de-de'] = "Keiner";
|
||||
$text['label-none']['es-cl'] = "Ninguna";
|
||||
$text['label-none']['fr-fr'] = "Aucun";
|
||||
$text['label-none']['he' ] = "";
|
||||
$text['label-none']['it-it'] = "Nessuno";
|
||||
$text['label-none']['nl-nl'] = "";
|
||||
$text['label-none']['pl' ] = "Żaden";
|
||||
@@ -307,6 +327,7 @@ $text['label-left']['de-at'] = "Links";
|
||||
$text['label-left']['de-de'] = "";
|
||||
$text['label-left']['es-cl'] = "Izquierda";
|
||||
$text['label-left']['fr-fr'] = "À gauche";
|
||||
$text['label-left']['he' ] = "";
|
||||
$text['label-left']['it-it'] = "Sinistra";
|
||||
$text['label-left']['nl-nl'] = "";
|
||||
$text['label-left']['pl' ] = "Lewo";
|
||||
@@ -322,6 +343,7 @@ $text['label-inline']['de-at'] = "In der Reihe";
|
||||
$text['label-inline']['de-de'] = "Inline";
|
||||
$text['label-inline']['es-cl'] = "En línea";
|
||||
$text['label-inline']['fr-fr'] = "En ligne";
|
||||
$text['label-inline']['he' ] = "";
|
||||
$text['label-inline']['it-it'] = "In linea";
|
||||
$text['label-inline']['nl-nl'] = "";
|
||||
$text['label-inline']['pl' ] = "inline";
|
||||
@@ -337,6 +359,7 @@ $text['label-image']['de-at'] = "Image";
|
||||
$text['label-image']['de-de'] = "Bild";
|
||||
$text['label-image']['es-cl'] = "Imagen";
|
||||
$text['label-image']['fr-fr'] = "image";
|
||||
$text['label-image']['he' ] = "";
|
||||
$text['label-image']['it-it'] = "Immagine";
|
||||
$text['label-image']['nl-nl'] = "";
|
||||
$text['label-image']['pl' ] = "Obraz";
|
||||
@@ -352,6 +375,7 @@ $text['label-fixed']['de-at'] = "Fest";
|
||||
$text['label-fixed']['de-de'] = "Fest";
|
||||
$text['label-fixed']['es-cl'] = "Fijo";
|
||||
$text['label-fixed']['fr-fr'] = "Fixé";
|
||||
$text['label-fixed']['he' ] = "";
|
||||
$text['label-fixed']['it-it'] = "Fisso";
|
||||
$text['label-fixed']['nl-nl'] = "";
|
||||
$text['label-fixed']['pl' ] = "Naprawiony";
|
||||
@@ -367,6 +391,7 @@ $text['label-fine']['de-at'] = "Fein";
|
||||
$text['label-fine']['de-de'] = "Fein";
|
||||
$text['label-fine']['es-cl'] = "Fine";
|
||||
$text['label-fine']['fr-fr'] = "Fin";
|
||||
$text['label-fine']['he' ] = "";
|
||||
$text['label-fine']['it-it'] = "Fino";
|
||||
$text['label-fine']['nl-nl'] = "";
|
||||
$text['label-fine']['pl' ] = "Dobry";
|
||||
@@ -382,6 +407,7 @@ $text['label-center']['de-at'] = "Mitte";
|
||||
$text['label-center']['de-de'] = "Mitte";
|
||||
$text['label-center']['es-cl'] = "Centrar";
|
||||
$text['label-center']['fr-fr'] = "centre";
|
||||
$text['label-center']['he' ] = "";
|
||||
$text['label-center']['it-it'] = "Centro";
|
||||
$text['label-center']['nl-nl'] = "";
|
||||
$text['label-center']['pl' ] = "Centrum";
|
||||
@@ -397,6 +423,7 @@ $text['label-bottom']['de-at'] = "Unten";
|
||||
$text['label-bottom']['de-de'] = "";
|
||||
$text['label-bottom']['es-cl'] = "Fondo";
|
||||
$text['label-bottom']['fr-fr'] = "Bas";
|
||||
$text['label-bottom']['he' ] = "";
|
||||
$text['label-bottom']['it-it'] = "Basso";
|
||||
$text['label-bottom']['nl-nl'] = "";
|
||||
$text['label-bottom']['pl' ] = "Dolny";
|
||||
@@ -412,6 +439,7 @@ $text['label-24-hour']['de-at'] = "24 Stunden";
|
||||
$text['label-24-hour']['de-de'] = "24 Stunden";
|
||||
$text['label-24-hour']['es-cl'] = "24 horas";
|
||||
$text['label-24-hour']['fr-fr'] = "24 heures";
|
||||
$text['label-24-hour']['he' ] = "";
|
||||
$text['label-24-hour']['it-it'] = "24-Ore";
|
||||
$text['label-24-hour']['nl-nl'] = "";
|
||||
$text['label-24-hour']['pl' ] = "24-godzinny";
|
||||
@@ -427,6 +455,7 @@ $text['label-12-hour']['de-at'] = "12 Stunden";
|
||||
$text['label-12-hour']['de-de'] = "12 Stunden";
|
||||
$text['label-12-hour']['es-cl'] = "12 horas";
|
||||
$text['label-12-hour']['fr-fr'] = "12 heures";
|
||||
$text['label-12-hour']['he' ] = "";
|
||||
$text['label-12-hour']['it-it'] = "12-Ore";
|
||||
$text['label-12-hour']['nl-nl'] = "";
|
||||
$text['label-12-hour']['pl' ] = "12-godzinny";
|
||||
@@ -442,6 +471,7 @@ $text['header-default_settings']['de-at'] = "Standard Einstellungen";
|
||||
$text['header-default_settings']['de-de'] = "Standard Einstellungen";
|
||||
$text['header-default_settings']['es-cl'] = "Condiciones Predeterminadas";
|
||||
$text['header-default_settings']['fr-fr'] = "Configurations par Défaut";
|
||||
$text['header-default_settings']['he' ] = "";
|
||||
$text['header-default_settings']['it-it'] = "Impostazioni predefinite";
|
||||
$text['header-default_settings']['nl-nl'] = "";
|
||||
$text['header-default_settings']['pl' ] = "Ustawienia domyślne";
|
||||
@@ -457,6 +487,7 @@ $text['header-default_setting-edit']['de-at'] = "Standard Einstellungen";
|
||||
$text['header-default_setting-edit']['de-de'] = "Standard Einstellungen";
|
||||
$text['header-default_setting-edit']['es-cl'] = "Configuraciones Predeterminadas";
|
||||
$text['header-default_setting-edit']['fr-fr'] = "Configurations par Défaut";
|
||||
$text['header-default_setting-edit']['he' ] = "";
|
||||
$text['header-default_setting-edit']['it-it'] = "Impostazione predefinita";
|
||||
$text['header-default_setting-edit']['nl-nl'] = "";
|
||||
$text['header-default_setting-edit']['pl' ] = "Ustawienie domyślne";
|
||||
@@ -472,6 +503,7 @@ $text['header-default_setting-add']['de-at'] = "Standard Einstellungen hinzufüg
|
||||
$text['header-default_setting-add']['de-de'] = "Standard Einstellungen hinzufügen";
|
||||
$text['header-default_setting-add']['es-cl'] = "Agregar Configuración Predeterminada";
|
||||
$text['header-default_setting-add']['fr-fr'] = "Ajouter une configuration per défaut";
|
||||
$text['header-default_setting-add']['he' ] = "";
|
||||
$text['header-default_setting-add']['it-it'] = "Aggiungi impostazione predefinita";
|
||||
$text['header-default_setting-add']['nl-nl'] = "";
|
||||
$text['header-default_setting-add']['pl' ] = "Dodaj ustawienie domyślne";
|
||||
@@ -487,6 +519,7 @@ $text['description-order']['de-at'] = "Wählen Sie die Reihenfolge (Index) für
|
||||
$text['description-order']['de-de'] = "Wählen Sie die Reihenfolge (Index) für das Array Element.";
|
||||
$text['description-order']['es-cl'] = "Establecer el orden (índice) para este elemento de la matriz.";
|
||||
$text['description-order']['fr-fr'] = "Définir l'ordre (index) pour cet élément de tableau.";
|
||||
$text['description-order']['he' ] = "";
|
||||
$text['description-order']['it-it'] = "Imposta l'ordine (indice) per questo elemento matrice.";
|
||||
$text['description-order']['nl-nl'] = "";
|
||||
$text['description-order']['pl' ] = "Wybierz kolejność.";
|
||||
@@ -502,6 +535,7 @@ $text['description-enabled']['de-at'] = "Setzen Sie den Status dieser Standardei
|
||||
$text['description-enabled']['de-de'] = "Setzen Sie den Status dieser Standardeinstellung.";
|
||||
$text['description-enabled']['es-cl'] = "Ingrese el estado de esta configuración.";
|
||||
$text['description-enabled']['fr-fr'] = "Choisir l'état de ce paraètre";
|
||||
$text['description-enabled']['he' ] = "";
|
||||
$text['description-enabled']['it-it'] = "Imposta lo stato dell'impostazione predefinita.";
|
||||
$text['description-enabled']['nl-nl'] = "";
|
||||
$text['description-enabled']['pl' ] = "Ustaw status ustawienia domyślnego.";
|
||||
@@ -517,6 +551,7 @@ $text['description-default_settings']['de-at'] = "Einstellungen für alle Domain
|
||||
$text['description-default_settings']['de-de'] = "Einstellungen für alle Domains.";
|
||||
$text['description-default_settings']['es-cl'] = "Configuraciones usadas por todos los dominios";
|
||||
$text['description-default_settings']['fr-fr'] = "Configurations communes à tous les domaines.";
|
||||
$text['description-default_settings']['he' ] = "";
|
||||
$text['description-default_settings']['it-it'] = "Impostazioni usate da tutti i domini.";
|
||||
$text['description-default_settings']['nl-nl'] = "";
|
||||
$text['description-default_settings']['pl' ] = "Ustawienia stosowane dla wszystkich domen.";
|
||||
@@ -532,6 +567,7 @@ $text['description-default_setting-edit']['de-at'] = "Einstellungen für alle Do
|
||||
$text['description-default_setting-edit']['de-de'] = "Einstellungen für alle Domains.";
|
||||
$text['description-default_setting-edit']['es-cl'] = "Configuraciones usadas para todos los dominios.";
|
||||
$text['description-default_setting-edit']['fr-fr'] = "Configurations communes à tous les domaines";
|
||||
$text['description-default_setting-edit']['he' ] = "";
|
||||
$text['description-default_setting-edit']['it-it'] = "Impostazioni usate da tutti i domini.";
|
||||
$text['description-default_setting-edit']['nl-nl'] = "";
|
||||
$text['description-default_setting-edit']['pl' ] = "Ustawienia stosowane dla wszystkich domen.";
|
||||
@@ -547,6 +583,7 @@ $text['description-default_setting-add']['de-at'] = "Einstellungen für alle Dom
|
||||
$text['description-default_setting-add']['de-de'] = "Einstellungen für alle Domains.";
|
||||
$text['description-default_setting-add']['es-cl'] = "Configuraciones usadas para todos los dominios.";
|
||||
$text['description-default_setting-add']['fr-fr'] = "Configurations communes à tous les domaines";
|
||||
$text['description-default_setting-add']['he' ] = "";
|
||||
$text['description-default_setting-add']['it-it'] = "Impostazioni usate da tutti i domini.";
|
||||
$text['description-default_setting-add']['nl-nl'] = "";
|
||||
$text['description-default_setting-add']['pl' ] = "Ustawienia stosowane dla wszystkich domen.";
|
||||
@@ -562,6 +599,7 @@ $text['button-toggle']['de-at'] = "Umschalten";
|
||||
$text['button-toggle']['de-de'] = "Umschalten";
|
||||
$text['button-toggle']['es-cl'] = "Palanca";
|
||||
$text['button-toggle']['fr-fr'] = "Basculer";
|
||||
$text['button-toggle']['he' ] = "";
|
||||
$text['button-toggle']['it-it'] = "Bottone";
|
||||
$text['button-toggle']['nl-nl'] = "";
|
||||
$text['button-toggle']['pl' ] = "Przełącznik";
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+1265
-1081
File diff suppressed because it is too large
Load Diff
+350
-273
@@ -1,535 +1,612 @@
|
||||
<?php
|
||||
#This file was last reorganized on 11th of May 2017 12:21:56 PM UTC
|
||||
|
||||
$text['title-install']['en-us'] = "Install";
|
||||
$text['title-install']['ar-eg'] = "للمرة الأولى قم بتثبيت";
|
||||
$text['title-install']['de-at'] = "Erstinstallation";
|
||||
$text['title-install']['de-de'] = "Erstinstallation";
|
||||
$text['title-install']['es-cl'] = "Instale";
|
||||
$text['title-install']['pt-pt'] = "Installation";
|
||||
$text['title-install']['fr-fr'] = "Installation";
|
||||
$text['title-install']['he' ] = "";
|
||||
$text['title-install']['it-it'] = "Installazione";
|
||||
$text['title-install']['nl-nl'] = "";
|
||||
$text['title-install']['pl' ] = "Zainstalować";
|
||||
$text['title-install']['pt-br'] = "Installation";
|
||||
$text['title-install']['pl'] = "Zainstalować";
|
||||
$text['title-install']['pt-pt'] = "Installation";
|
||||
$text['title-install']['ru-ru'] = "Установка";
|
||||
$text['title-install']['sv-se'] = "Installera";
|
||||
$text['title-install']['uk'] = "Перший раз Встановіть";
|
||||
$text['title-install']['de-de'] = "Erstinstallation";
|
||||
$text['title-install']['de-at'] = "Erstinstallation";
|
||||
$text['title-install']['ar-eg'] = "للمرة الأولى قم بتثبيت";
|
||||
$text['title-install']['it-it'] = "Installazione";
|
||||
$text['title-install']['uk' ] = "Перший раз Встановіть";
|
||||
|
||||
$text['title-detected_configuration']['en-us'] = "Detected Configuration";
|
||||
$text['title-detected_configuration']['ar-eg'] = "تكوين الكشف عن";
|
||||
$text['title-detected_configuration']['de-at'] = "Erkannte Konfiguration";
|
||||
$text['title-detected_configuration']['de-de'] = "Erkannte Konfiguration";
|
||||
$text['title-detected_configuration']['es-cl'] = "Configuración detectado";
|
||||
$text['title-detected_configuration']['pt-pt'] = "Configuração detectado";
|
||||
$text['title-detected_configuration']['fr-fr'] = "Detected Configuration";
|
||||
$text['title-detected_configuration']['he' ] = "";
|
||||
$text['title-detected_configuration']['it-it'] = "Rilevata Configurazione";
|
||||
$text['title-detected_configuration']['nl-nl'] = "";
|
||||
$text['title-detected_configuration']['pl' ] = "Wykryto Konfiguracja";
|
||||
$text['title-detected_configuration']['pt-br'] = "Configuração detectado";
|
||||
$text['title-detected_configuration']['pl'] = "Wykryto Konfiguracja";
|
||||
$text['title-detected_configuration']['pt-pt'] = "Configuração detectado";
|
||||
$text['title-detected_configuration']['ru-ru'] = "Обнаруженная конфигурация";
|
||||
$text['title-detected_configuration']['sv-se'] = "Detekterad Konfiguration";
|
||||
$text['title-detected_configuration']['uk'] = "виявлено Конфігурація";
|
||||
$text['title-detected_configuration']['de-de'] = "Erkannte Konfiguration";
|
||||
$text['title-detected_configuration']['de-at'] = "Erkannte Konfiguration";
|
||||
$text['title-detected_configuration']['ar-eg'] = "تكوين الكشف عن";
|
||||
$text['title-detected_configuration']['it-it'] = "Rilevata Configurazione";
|
||||
$text['title-detected_configuration']['uk' ] = "виявлено Конфігурація";
|
||||
|
||||
$text['title-assumed_configuration']['en-us'] = "Assumed Configuration";
|
||||
$text['title-assumed_configuration']['ar-eg'] = "تكوين المفترضة";
|
||||
$text['title-assumed_configuration']['de-at'] = "Angenommene Konfiguration";
|
||||
$text['title-assumed_configuration']['de-de'] = "Angenommene Konfiguration";
|
||||
$text['title-assumed_configuration']['es-cl'] = "Configuración adoptada";
|
||||
$text['title-assumed_configuration']['pt-pt'] = "Assumed Configuration";
|
||||
$text['title-assumed_configuration']['fr-fr'] = "Configuration supposée";
|
||||
$text['title-assumed_configuration']['he' ] = "";
|
||||
$text['title-assumed_configuration']['it-it'] = "Configurazione accettata";
|
||||
$text['title-assumed_configuration']['nl-nl'] = "";
|
||||
$text['title-assumed_configuration']['pl' ] = "Zakładana Konfiguracja";
|
||||
$text['title-assumed_configuration']['pt-br'] = "Assumed Configuration";
|
||||
$text['title-assumed_configuration']['pl'] = "Zakładana Konfiguracja";
|
||||
$text['title-assumed_configuration']['pt-pt'] = "Assumed Configuration";
|
||||
$text['title-assumed_configuration']['ru-ru'] = "Предполагаемая конфигурация";
|
||||
$text['title-assumed_configuration']['sv-se'] = "Antagen Konfiguration";
|
||||
$text['title-assumed_configuration']['uk'] = "передбачуваний Конфігурація";
|
||||
$text['title-assumed_configuration']['de-de'] = "Angenommene Konfiguration";
|
||||
$text['title-assumed_configuration']['de-at'] = "Angenommene Konfiguration";
|
||||
$text['title-assumed_configuration']['ar-eg'] = "تكوين المفترضة";
|
||||
$text['title-assumed_configuration']['it-it'] = "Configurazione accettata";
|
||||
$text['title-assumed_configuration']['uk' ] = "передбачуваний Конфігурація";
|
||||
|
||||
$text['label-ft-install']['en-us'] = "First Time Install";
|
||||
$text['label-ft-install']['ar-eg'] = "للمرة الأولى قم بتثبيت";
|
||||
$text['label-ft-install']['de-at'] = "Erstinstallation";
|
||||
$text['label-ft-install']['de-de'] = "Erstinstallation";
|
||||
$text['label-ft-install']['es-cl'] = "La primera instalación";
|
||||
$text['label-ft-install']['pt-pt'] = "First Time Install";
|
||||
$text['label-ft-install']['fr-fr'] = "Première installation";
|
||||
$text['label-ft-install']['he' ] = "";
|
||||
$text['label-ft-install']['it-it'] = "Prima Installazione";
|
||||
$text['label-ft-install']['nl-nl'] = "";
|
||||
$text['label-ft-install']['pl' ] = "Zainstalować";
|
||||
$text['label-ft-install']['pt-br'] = "First Time Install";
|
||||
$text['label-ft-install']['pl'] = "Zainstalować";
|
||||
$text['label-ft-install']['pt-pt'] = "First Time Install";
|
||||
$text['label-ft-install']['ru-ru'] = "Первая установка";
|
||||
$text['label-ft-install']['sv-se'] = "Första gången Installera";
|
||||
$text['label-ft-install']['uk'] = "Перший раз Встановіть";
|
||||
$text['label-ft-install']['de-de'] = "Erstinstallation";
|
||||
$text['label-ft-install']['de-at'] = "Erstinstallation";
|
||||
$text['label-ft-install']['ar-eg'] = "للمرة الأولى قم بتثبيت";
|
||||
$text['label-ft-install']['it-it'] = "Prima Installazione";
|
||||
$text['label-ft-install']['uk' ] = "Перший раз Встановіть";
|
||||
|
||||
$text['description-ft-install']['en-us'] = "Perform all actions for a First Time Install";
|
||||
$text['description-ft-install']['ar-eg'] = "تنفيذ كافة الإجراءات لأول مرة التثبيت";
|
||||
$text['description-ft-install']['de-at'] = "Führen Sie alle Scritte für eine Erstinstallation durch";
|
||||
$text['description-ft-install']['de-de'] = "Führen Sie alle Scritte für eine Erstinstallation durch";
|
||||
$text['description-ft-install']['es-cl'] = "Realizar todas las acciones para una primera instalación";
|
||||
$text['description-ft-install']['pt-pt'] = "Executar todas as ações para uma primeira vez Instalar";
|
||||
$text['description-ft-install']['fr-fr'] = "Effectuer toutes les actions pour une première installation";
|
||||
$text['description-ft-install']['he' ] = "";
|
||||
$text['description-ft-install']['it-it'] = "Esecuzione di tutte le operazione per la Prima Installazione";
|
||||
$text['description-ft-install']['nl-nl'] = "";
|
||||
$text['description-ft-install']['pl' ] = "Wykonać wszystkie czynności dla pierwszy raz zainstalować";
|
||||
$text['description-ft-install']['pt-br'] = "Executar todas as ações para uma primeira vez Instalar";
|
||||
$text['description-ft-install']['pl'] = "Wykonać wszystkie czynności dla pierwszy raz zainstalować";
|
||||
$text['description-ft-install']['pt-pt'] = "Executar todas as ações para uma primeira vez Instalar";
|
||||
$text['description-ft-install']['ru-ru'] = "Выполнять все действия для первой установки";
|
||||
$text['description-ft-install']['sv-se'] = "Utföra alla åtgärder för första gången Installera";
|
||||
$text['description-ft-install']['uk'] = "Виконайте всі дії для першого разу Встановіть";
|
||||
$text['description-ft-install']['de-de'] = "Führen Sie alle Scritte für eine Erstinstallation durch";
|
||||
$text['description-ft-install']['de-at'] = "Führen Sie alle Scritte für eine Erstinstallation durch";
|
||||
$text['description-ft-install']['ar-eg'] = "تنفيذ كافة الإجراءات لأول مرة التثبيت";
|
||||
$text['description-ft-install']['it-it'] = "Esecuzione di tutte le operazione per la Prima Installazione";
|
||||
$text['description-ft-install']['uk' ] = "Виконайте всі дії для першого разу Встановіть";
|
||||
|
||||
$text['label-add-switch']['en-us'] = "Add a new switch";
|
||||
$text['label-add-switch']['ar-eg'] = "إضافة مفتاح جديد";
|
||||
$text['label-add-switch']['de-at'] = "Fügen Sie einen neuen Schalter hinzu";
|
||||
$text['label-add-switch']['de-de'] = "Fügen Sie einen neuen Schalter hinzu";
|
||||
$text['label-add-switch']['es-cl'] = "Añadir un nuevo conmutador";
|
||||
$text['label-add-switch']['pt-pt'] = "Adicionar um novo switch";
|
||||
$text['label-add-switch']['fr-fr'] = "Ajouter un nouveau commutateur";
|
||||
$text['label-add-switch']['he' ] = "";
|
||||
$text['label-add-switch']['it-it'] = "Aggiungi un nuovo switch";
|
||||
$text['label-add-switch']['nl-nl'] = "";
|
||||
$text['label-add-switch']['pl' ] = "Dodaj nowy przełącznik";
|
||||
$text['label-add-switch']['pt-br'] = "Adicionar um novo switch";
|
||||
$text['label-add-switch']['pl'] = "Dodaj nowy przełącznik";
|
||||
$text['label-add-switch']['pt-pt'] = "Adicionar um novo switch";
|
||||
$text['label-add-switch']['ru-ru'] = "Добавить новый коммутатор";
|
||||
$text['label-add-switch']['sv-se'] = "Lägg till en ny switch";
|
||||
$text['label-add-switch']['uk'] = "Додати новий перемикач";
|
||||
$text['label-add-switch']['de-de'] = "Fügen Sie einen neuen Schalter hinzu";
|
||||
$text['label-add-switch']['de-at'] = "Fügen Sie einen neuen Schalter hinzu";
|
||||
$text['label-add-switch']['ar-eg'] = "إضافة مفتاح جديد";
|
||||
$text['label-add-switch']['it-it'] = "Aggiungi un nuovo switch";
|
||||
$text['label-add-switch']['uk' ] = "Додати новий перемикач";
|
||||
|
||||
$text['label-select_language']['en-us'] = "Language";
|
||||
$text['label-select_language']['ar-eg'] = "لغة";
|
||||
$text['label-select_language']['de-at'] = "Sprache";
|
||||
$text['label-select_language']['de-de'] = "Sprache";
|
||||
$text['label-select_language']['es-cl'] = "Idioma";
|
||||
$text['label-select_language']['pt-pt'] = "Idioma";
|
||||
$text['label-select_language']['fr-fr'] = "Langue";
|
||||
$text['label-select_language']['he' ] = "";
|
||||
$text['label-select_language']['it-it'] = "Lingua";
|
||||
$text['label-select_language']['nl-nl'] = "";
|
||||
$text['label-select_language']['pl' ] = "Język";
|
||||
$text['label-select_language']['pt-br'] = "Idioma";
|
||||
$text['label-select_language']['pl'] = "Język";
|
||||
$text['label-select_language']['pt-pt'] = "Idioma";
|
||||
$text['label-select_language']['ru-ru'] = "Язык";
|
||||
$text['label-select_language']['sv-se'] = "Språk";
|
||||
$text['label-select_language']['uk'] = "Мова";
|
||||
$text['label-select_language']['de-de'] = "Sprache";
|
||||
$text['label-select_language']['de-at'] = "Sprache";
|
||||
$text['label-select_language']['ar-eg'] = "لغة";
|
||||
$text['label-select_language']['it-it'] = "Lingua";
|
||||
$text['label-select_language']['uk' ] = "Мова";
|
||||
|
||||
$text['label-event_host']['en-us'] = "Host address";
|
||||
$text['label-event_host']['ar-eg'] = "عنوان المضيف";
|
||||
$text['label-event_host']['de-at'] = "Host-Adresse";
|
||||
$text['label-event_host']['de-de'] = "Host-Adresse";
|
||||
$text['label-event_host']['es-cl'] = "Dirección de host";
|
||||
$text['label-event_host']['pt-pt'] = "Endereço do host";
|
||||
$text['label-event_host']['fr-fr'] = "Adresse de l'hôte";
|
||||
$text['label-event_host']['he' ] = "";
|
||||
$text['label-event_host']['it-it'] = "Indirizzo Host";
|
||||
$text['label-event_host']['nl-nl'] = "";
|
||||
$text['label-event_host']['pl' ] = "Adres hosta";
|
||||
$text['label-event_host']['pt-br'] = "Endereço do host";
|
||||
$text['label-event_host']['pl'] = "Adres hosta";
|
||||
$text['label-event_host']['pt-pt'] = "Endereço do host";
|
||||
$text['label-event_host']['ru-ru'] = "Адрес хоста";
|
||||
$text['label-event_host']['sv-se'] = "Host adress";
|
||||
$text['label-event_host']['uk'] = "адреса хоста";
|
||||
$text['label-event_host']['de-de'] = "Host-Adresse";
|
||||
$text['label-event_host']['de-at'] = "Host-Adresse";
|
||||
$text['label-event_host']['ar-eg'] = "عنوان المضيف";
|
||||
$text['label-event_host']['it-it'] = "Indirizzo Host";
|
||||
$text['label-event_host']['uk' ] = "адреса хоста";
|
||||
|
||||
$text['label-event_port']['en-us'] = "Port";
|
||||
$text['label-event_port']['es-cl'] = "Puerto";
|
||||
$text['label-event_port']['pt-pt'] = "Porto";
|
||||
$text['label-event_port']['fr-fr'] = "Port";
|
||||
$text['label-event_port']['pt-br'] = "Porta";
|
||||
$text['label-event_port']['pl'] = "Port";
|
||||
$text['label-event_port']['ru-ru'] = "Порт";
|
||||
$text['label-event_port']['sv-se'] = "Port";
|
||||
$text['label-event_port']['uk'] = "Порт";
|
||||
$text['label-event_port']['ar-eg'] = "منفذ";
|
||||
$text['label-event_port']['de-at'] = "Port";
|
||||
$text['label-event_port']['de-de'] = "Port";
|
||||
$text['label-event_port']['ar-eg'] = "منفذ";
|
||||
$text['label-event_port']['es-cl'] = "Puerto";
|
||||
$text['label-event_port']['fr-fr'] = "Port";
|
||||
$text['label-event_port']['he' ] = "";
|
||||
$text['label-event_port']['it-it'] = "Porta";
|
||||
$text['label-event_port']['nl-nl'] = "";
|
||||
$text['label-event_port']['pl' ] = "Port";
|
||||
$text['label-event_port']['pt-br'] = "Porta";
|
||||
$text['label-event_port']['pt-pt'] = "Porto";
|
||||
$text['label-event_port']['ru-ru'] = "Порт";
|
||||
$text['label-event_port']['sv-se'] = "Port";
|
||||
$text['label-event_port']['uk' ] = "Порт";
|
||||
|
||||
$text['label-event_password']['en-us'] = "Password";
|
||||
$text['label-event_password']['ar-eg'] = "كلمة السر";
|
||||
$text['label-event_password']['de-at'] = "Passwort";
|
||||
$text['label-event_password']['de-de'] = "Passwort";
|
||||
$text['label-event_password']['es-cl'] = "Contreseña";
|
||||
$text['label-event_password']['pt-pt'] = "Palavra-Chave";
|
||||
$text['label-event_password']['fr-fr'] = "Mot de Passe";
|
||||
$text['label-event_password']['he' ] = "";
|
||||
$text['label-event_password']['it-it'] = "Password";
|
||||
$text['label-event_password']['nl-nl'] = "";
|
||||
$text['label-event_password']['pl' ] = "Hasło";
|
||||
$text['label-event_password']['pt-br'] = "Senha";
|
||||
$text['label-event_password']['pl'] = "Hasło";
|
||||
$text['label-event_password']['pt-pt'] = "Palavra-Chave";
|
||||
$text['label-event_password']['ru-ru'] = "Пароль";
|
||||
$text['label-event_password']['sv-se'] = "Lösenord";
|
||||
$text['label-event_password']['uk'] = "Пароль";
|
||||
$text['label-event_password']['de-de'] = "Passwort";
|
||||
$text['label-event_password']['de-at'] = "Passwort";
|
||||
$text['label-event_password']['ar-eg'] = "كلمة السر";
|
||||
$text['label-event_password']['it-it'] = "Password";
|
||||
$text['label-event_password']['uk' ] = "Пароль";
|
||||
|
||||
$text['label-username']['en-us'] = "Username";
|
||||
$text['label-username']['ar-eg'] = "اسم المستخدم";
|
||||
$text['label-username']['de-at'] = "Benutzername";
|
||||
$text['label-username']['de-de'] = "Benutzername";
|
||||
$text['label-username']['es-cl'] = "Nombre de usuario";
|
||||
$text['label-username']['pt-pt'] = "Utilizador";
|
||||
$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";
|
||||
$text['label-username']['pt-br'] = "Nome do Usuário";
|
||||
$text['label-username']['pl'] = "Użytkownik";
|
||||
$text['label-username']['pt-pt'] = "Utilizador";
|
||||
$text['label-username']['ru-ru'] = "Имя пользователя";
|
||||
$text['label-username']['sv-se'] = "Användarnamn";
|
||||
$text['label-username']['uk'] = "Ім’я користувача";
|
||||
$text['label-username']['de-de'] = "Benutzername";
|
||||
$text['label-username']['de-at'] = "Benutzername";
|
||||
$text['label-username']['ar-eg'] = "اسم المستخدم";
|
||||
$text['label-username']['it-it'] = "Nome Utente";
|
||||
$text['label-username']['uk' ] = "Ім’я користувача";
|
||||
|
||||
$text['label-port']['en-us'] = "Port";
|
||||
$text['label-port']['ar-eg'] = "منفذ";
|
||||
$text['label-port']['de-at'] = "Port";
|
||||
$text['label-port']['de-de'] = "Port";
|
||||
$text['label-port']['es-cl'] = "Puerto";
|
||||
$text['label-port']['pt-pt'] = "Porto";
|
||||
$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";
|
||||
$text['label-port']['pt-br'] = "Porta";
|
||||
$text['label-port']['pl'] = "Port";
|
||||
$text['label-port']['pt-pt'] = "Porto";
|
||||
$text['label-port']['ru-ru'] = "Порт";
|
||||
$text['label-port']['sv-se'] = "Port";
|
||||
$text['label-port']['uk'] = "Порт";
|
||||
$text['label-port']['de-de'] = "Port";
|
||||
$text['label-port']['de-at'] = "Port";
|
||||
$text['label-port']['ar-eg'] = "منفذ";
|
||||
$text['label-port']['it-it'] = "Porta";
|
||||
$text['label-port']['uk' ] = "Порт";
|
||||
|
||||
$text['label-path']['en-us'] = "Path";
|
||||
$text['label-path']['ar-eg'] = "مسار";
|
||||
$text['label-path']['de-at'] = "Pfad";
|
||||
$text['label-path']['de-de'] = "Pfad";
|
||||
$text['label-path']['es-cl'] = "Ruta";
|
||||
$text['label-path']['pt-pt'] = "Caminho";
|
||||
$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";
|
||||
$text['label-path']['pt-br'] = "Caminho";
|
||||
$text['label-path']['pl'] = "Ścieżka";
|
||||
$text['label-path']['pt-pt'] = "Caminho";
|
||||
$text['label-path']['ru-ru'] = "Путь";
|
||||
$text['label-path']['sv-se'] = "Sökväg";
|
||||
$text['label-path']['uk'] = "Шлях";
|
||||
$text['label-path']['de-de'] = "Pfad";
|
||||
$text['label-path']['de-at'] = "Pfad";
|
||||
$text['label-path']['ar-eg'] = "مسار";
|
||||
$text['label-path']['it-it'] = "Percorso";
|
||||
$text['label-path']['uk' ] = "Шлях";
|
||||
|
||||
$text['label-host']['en-us'] = "Host";
|
||||
$text['label-host']['ar-eg'] = "مضيف";
|
||||
$text['label-host']['de-at'] = "Host";
|
||||
$text['label-host']['de-de'] = "Host";
|
||||
$text['label-host']['es-cl'] = "Host";
|
||||
$text['label-host']['pt-pt'] = "Máquina";
|
||||
$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";
|
||||
$text['label-host']['pt-br'] = "Máquina";
|
||||
$text['label-host']['pl'] = "Host";
|
||||
$text['label-host']['pt-pt'] = "Máquina";
|
||||
$text['label-host']['ru-ru'] = "Хост";
|
||||
$text['label-host']['sv-se'] = "Värd";
|
||||
$text['label-host']['uk'] = "Хост";
|
||||
$text['label-host']['de-de'] = "Host";
|
||||
$text['label-host']['de-at'] = "Host";
|
||||
$text['label-host']['ar-eg'] = "مضيف";
|
||||
$text['label-host']['it-it'] = "Host";
|
||||
$text['label-host']['uk' ] = "Хост";
|
||||
|
||||
$text['label-driver']['en-us'] = "Driver";
|
||||
$text['label-driver']['ar-eg'] = "سائق";
|
||||
$text['label-driver']['de-at'] = "Treiber";
|
||||
$text['label-driver']['de-de'] = "Treiber";
|
||||
$text['label-driver']['es-cl'] = "Controlador";
|
||||
$text['label-driver']['pt-pt'] = "Driver";
|
||||
$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";
|
||||
$text['label-driver']['pt-br'] = "Driver";
|
||||
$text['label-driver']['pl'] = "Sterownik";
|
||||
$text['label-driver']['pt-pt'] = "Driver";
|
||||
$text['label-driver']['ru-ru'] = "Драйвер";
|
||||
$text['label-driver']['sv-se'] = "Drivrutin";
|
||||
$text['label-driver']['uk'] = "Драйвер";
|
||||
$text['label-driver']['de-de'] = "Treiber";
|
||||
$text['label-driver']['de-at'] = "Treiber";
|
||||
$text['label-driver']['ar-eg'] = "سائق";
|
||||
$text['label-driver']['it-it'] = "Driver";
|
||||
$text['label-driver']['uk' ] = "Драйвер";
|
||||
|
||||
$text['header-install']['en-us'] = "Install";
|
||||
$text['header-install']['es-cl'] = "Instalar";
|
||||
$text['header-install']['pt-pt'] = "Instalar";
|
||||
$text['header-install']['fr-fr'] = "Installer";
|
||||
$text['header-install']['pt-br'] = "Instalar";
|
||||
$text['header-install']['pl'] = "Zainstalować";
|
||||
$text['header-install']['ru-ru'] = "Установка";
|
||||
$text['header-install']['sv-se'] = "Installera";
|
||||
$text['header-install']['uk'] = "встановлювати";
|
||||
$text['header-install']['ar-eg'] = "تثبيت";
|
||||
$text['header-install']['de-at'] = "Installieren";
|
||||
$text['header-install']['de-de'] = "Installieren";
|
||||
$text['header-install']['ar-eg'] = "تثبيت";
|
||||
$text['header-install']['es-cl'] = "Instalar";
|
||||
$text['header-install']['fr-fr'] = "Installer";
|
||||
$text['header-install']['he' ] = "";
|
||||
$text['header-install']['it-it'] = "Installazione";
|
||||
$text['header-install']['nl-nl'] = "";
|
||||
$text['header-install']['pl' ] = "Zainstalować";
|
||||
$text['header-install']['pt-br'] = "Instalar";
|
||||
$text['header-install']['pt-pt'] = "Instalar";
|
||||
$text['header-install']['ru-ru'] = "Установка";
|
||||
$text['header-install']['sv-se'] = "Installera";
|
||||
$text['header-install']['uk' ] = "встановлювати";
|
||||
|
||||
$text['header-select_language']['en-us'] = "Select Language";
|
||||
$text['header-select_language']['ar-eg'] = "اختار اللغة";
|
||||
$text['header-select_language']['de-at'] = "Sprache auswählen";
|
||||
$text['header-select_language']['de-de'] = "Sprache auswählen";
|
||||
$text['header-select_language']['es-cl'] = "Selecciona idioma";
|
||||
$text['header-select_language']['pt-pt'] = "Selecione o idioma";
|
||||
$text['header-select_language']['fr-fr'] = "Sélectionnez la langue";
|
||||
$text['header-select_language']['he' ] = "";
|
||||
$text['header-select_language']['it-it'] = "Seleziona Lingua";
|
||||
$text['header-select_language']['nl-nl'] = "";
|
||||
$text['header-select_language']['pl' ] = "Wybierz język";
|
||||
$text['header-select_language']['pt-br'] = "Selecione o idioma";
|
||||
$text['header-select_language']['pl'] = "Wybierz język";
|
||||
$text['header-select_language']['pt-pt'] = "Selecione o idioma";
|
||||
$text['header-select_language']['ru-ru'] = "Выберите язык";
|
||||
$text['header-select_language']['sv-se'] = "Välj språk";
|
||||
$text['header-select_language']['uk'] = "вибір мови";
|
||||
$text['header-select_language']['de-de'] = "Sprache auswählen";
|
||||
$text['header-select_language']['de-at'] = "Sprache auswählen";
|
||||
$text['header-select_language']['ar-eg'] = "اختار اللغة";
|
||||
$text['header-select_language']['it-it'] = "Seleziona Lingua";
|
||||
$text['header-select_language']['uk' ] = "вибір мови";
|
||||
|
||||
$text['header-event_socket']['en-us'] = "Event Socket Configuration";
|
||||
$text['header-event_socket']['ar-eg'] = "تكوين المقبس الحدث";
|
||||
$text['header-event_socket']['de-at'] = "Event-Socket Konfigurieren";
|
||||
$text['header-event_socket']['de-de'] = "Event-Socket Konfigurieren";
|
||||
$text['header-event_socket']['es-cl'] = "Configuración del zócalo evento";
|
||||
$text['header-event_socket']['pt-pt'] = "Configuração soquete evento";
|
||||
$text['header-event_socket']['fr-fr'] = "Event Configuration Socket";
|
||||
$text['header-event_socket']['he' ] = "";
|
||||
$text['header-event_socket']['it-it'] = "Configurazione degli eventi Socket";
|
||||
$text['header-event_socket']['nl-nl'] = "";
|
||||
$text['header-event_socket']['pl' ] = "Zdarzenie Gniazdo Konfiguracja";
|
||||
$text['header-event_socket']['pt-br'] = "Configuração soquete evento";
|
||||
$text['header-event_socket']['pl'] = "Zdarzenie Gniazdo Konfiguracja";
|
||||
$text['header-event_socket']['pt-pt'] = "Configuração soquete evento";
|
||||
$text['header-event_socket']['ru-ru'] = "Конфигурация сокета событий";
|
||||
$text['header-event_socket']['sv-se'] = "Händelse Socket Konfiguration";
|
||||
$text['header-event_socket']['uk'] = "Конфігурація гніздо Подія";
|
||||
$text['header-event_socket']['de-de'] = "Event-Socket Konfigurieren";
|
||||
$text['header-event_socket']['de-at'] = "Event-Socket Konfigurieren";
|
||||
$text['header-event_socket']['ar-eg'] = "تكوين المقبس الحدث";
|
||||
$text['header-event_socket']['it-it'] = "Configurazione degli eventi Socket";
|
||||
$text['header-event_socket']['uk' ] = "Конфігурація гніздо Подія";
|
||||
|
||||
$text['header-config_detail']['en-us'] = "Admin Configuration";
|
||||
$text['header-config_detail']['ar-eg'] = "تكوين المشرف";
|
||||
$text['header-config_detail']['de-at'] = "Admin-Konfiguration";
|
||||
$text['header-config_detail']['de-de'] = "Admin-Konfiguration";
|
||||
$text['header-config_detail']['es-cl'] = "Configuración de administración";
|
||||
$text['header-config_detail']['pt-pt'] = "Configuração de administrador";
|
||||
$text['header-config_detail']['fr-fr'] = "Configuration Admin";
|
||||
$text['header-config_detail']['he' ] = "";
|
||||
$text['header-config_detail']['it-it'] = "Configurazione Amministratore";
|
||||
$text['header-config_detail']['nl-nl'] = "";
|
||||
$text['header-config_detail']['pl' ] = "Konfiguracja Admin";
|
||||
$text['header-config_detail']['pt-br'] = "Configuração de administrador";
|
||||
$text['header-config_detail']['pl'] = "Konfiguracja Admin";
|
||||
$text['header-config_detail']['pt-pt'] = "Configuração de administrador";
|
||||
$text['header-config_detail']['ru-ru'] = "Конфигурация администратора";
|
||||
$text['header-config_detail']['sv-se'] = "Admin Konfiguration";
|
||||
$text['header-config_detail']['uk'] = "конфігурація Адмін";
|
||||
$text['header-config_detail']['de-de'] = "Admin-Konfiguration";
|
||||
$text['header-config_detail']['de-at'] = "Admin-Konfiguration";
|
||||
$text['header-config_detail']['ar-eg'] = "تكوين المشرف";
|
||||
$text['header-config_detail']['it-it'] = "Configurazione Amministratore";
|
||||
$text['header-config_detail']['uk' ] = "конфігурація Адмін";
|
||||
|
||||
$text['header-config_database']['en-us'] = "Database Configuration";
|
||||
$text['header-config_database']['ar-eg'] = "تكوين قاعدة بيانات";
|
||||
$text['header-config_database']['de-at'] = "Datenbankkonfiguration ";
|
||||
$text['header-config_database']['de-de'] = "Datenbankkonfiguration ";
|
||||
$text['header-config_database']['es-cl'] = "Configuración de la base de datos";
|
||||
$text['header-config_database']['pt-pt'] = "Configuration Database";
|
||||
$text['header-config_database']['fr-fr'] = "Configuration de base de données";
|
||||
$text['header-config_database']['he' ] = "";
|
||||
$text['header-config_database']['it-it'] = "Configurazione Database";
|
||||
$text['header-config_database']['nl-nl'] = "";
|
||||
$text['header-config_database']['pl' ] = "Konfiguracja bazy danych";
|
||||
$text['header-config_database']['pt-br'] = "Configuration Database";
|
||||
$text['header-config_database']['pl'] = "Konfiguracja bazy danych";
|
||||
$text['header-config_database']['pt-pt'] = "Configuration Database";
|
||||
$text['header-config_database']['ru-ru'] = "Конфигурация базы данных";
|
||||
$text['header-config_database']['sv-se'] = "Databaskonfiguration ";
|
||||
$text['header-config_database']['uk'] = "конфігурація бази даних";
|
||||
$text['header-config_database']['de-de'] = "Datenbankkonfiguration ";
|
||||
$text['header-config_database']['de-at'] = "Datenbankkonfiguration ";
|
||||
$text['header-config_database']['ar-eg'] = "تكوين قاعدة بيانات";
|
||||
$text['header-config_database']['it-it'] = "Configurazione Database";
|
||||
$text['header-config_database']['uk' ] = "конфігурація бази даних";
|
||||
|
||||
$text['header-installing']['en-us'] = "Executing Install";
|
||||
$text['header-installing']['ar-eg'] = "تنفيذ التثبيت";
|
||||
$text['header-installing']['de-at'] = "Installation ausführen";
|
||||
$text['header-installing']['de-de'] = "Installation ausführen";
|
||||
$text['header-installing']['es-cl'] = "Instalar la ejecución";
|
||||
$text['header-installing']['pt-pt'] = "Execução Instalar";
|
||||
$text['header-installing']['fr-fr'] = "Installez exécution";
|
||||
$text['header-installing']['he' ] = "";
|
||||
$text['header-installing']['it-it'] = "Installazione in corso";
|
||||
$text['header-installing']['nl-nl'] = "";
|
||||
$text['header-installing']['pl' ] = "Wykonywanie Install";
|
||||
$text['header-installing']['pt-br'] = "Execução Instalar";
|
||||
$text['header-installing']['pl'] = "Wykonywanie Install";
|
||||
$text['header-installing']['pt-pt'] = "Execução Instalar";
|
||||
$text['header-installing']['ru-ru'] = "Выполнение установки";
|
||||
$text['header-installing']['sv-se'] = "Exekvera Installera";
|
||||
$text['header-installing']['uk'] = "виконання Встановіть";
|
||||
$text['header-installing']['de-de'] = "Installation ausführen";
|
||||
$text['header-installing']['de-at'] = "Installation ausführen";
|
||||
$text['header-installing']['ar-eg'] = "تنفيذ التثبيت";
|
||||
$text['header-installing']['it-it'] = "Installazione in corso";
|
||||
$text['header-installing']['uk' ] = "виконання Встановіть";
|
||||
|
||||
$text['description-event_host']['en-us'] = "Enter the event socket host name or IP address.";
|
||||
$text['description-event_host']['ar-eg'] = "أدخل اسم المضيف مأخذ الحدث.";
|
||||
$text['description-event_host']['de-at'] = "Geben Sie die Hostnamen oder die IP-Adresse für den Event-Socket an.";
|
||||
$text['description-event_host']['de-de'] = "Geben Sie die Hostnamen oder die IP-Adresse für den Event-Socket an.";
|
||||
$text['description-event_host']['es-cl'] = "Introduzca el nombre de host toma evento o dirección IP.";
|
||||
$text['description-event_host']['pt-pt'] = "Digite o nome do host tomada evento ou endereço IP.";
|
||||
$text['description-event_host']['fr-fr'] = "Entrez le socket nom d'hôte de l'événement ou de l'adresse IP.";
|
||||
$text['description-event_host']['he' ] = "";
|
||||
$text['description-event_host']['it-it'] = "Inserisci il nome host o l'indirizzo IP per gli eventi socket.";
|
||||
$text['description-event_host']['nl-nl'] = "";
|
||||
$text['description-event_host']['pl' ] = "Wprowadź nazwę hosta gniazda wydarzenie lub adres IP.";
|
||||
$text['description-event_host']['pt-br'] = "Digite o nome do host tomada evento ou endereço IP.";
|
||||
$text['description-event_host']['pl'] = "Wprowadź nazwę hosta gniazda wydarzenie lub adres IP.";
|
||||
$text['description-event_host']['pt-pt'] = "Digite o nome do host tomada evento ou endereço IP.";
|
||||
$text['description-event_host']['ru-ru'] = "Введите имя хоста сокета события или IP-адрес.";
|
||||
$text['description-event_host']['sv-se'] = "Ange händelsen uttag värdnamn eller IP-adress.";
|
||||
$text['description-event_host']['uk'] = "Введіть проведення сокета ім'я хоста або IP-адресу.";
|
||||
$text['description-event_host']['de-de'] = "Geben Sie die Hostnamen oder die IP-Adresse für den Event-Socket an.";
|
||||
$text['description-event_host']['de-at'] = "Geben Sie die Hostnamen oder die IP-Adresse für den Event-Socket an.";
|
||||
$text['description-event_host']['ar-eg'] = "أدخل اسم المضيف مأخذ الحدث.";
|
||||
$text['description-event_host']['it-it'] = "Inserisci il nome host o l'indirizzo IP per gli eventi socket.";
|
||||
$text['description-event_host']['uk' ] = "Введіть проведення сокета ім'я хоста або IP-адресу.";
|
||||
|
||||
$text['description-event_port']['en-us'] = "Enter the event socket port number.";
|
||||
$text['description-event_port']['ar-eg'] = "أدخل رقم الحدث ميناء المقبس.";
|
||||
$text['description-event_port']['de-at'] = "Geben Sie die Portnummer des Event-Sockets an";
|
||||
$text['description-event_port']['de-de'] = "Geben Sie die Portnummer des Event-Sockets an";
|
||||
$text['description-event_port']['es-cl'] = "Introduzca el número de puerto de socket evento.";
|
||||
$text['description-event_port']['pt-pt'] = "Digite o número do evento porta de soquete.";
|
||||
$text['description-event_port']['fr-fr'] = "Entrez le numéro cas de port du socket.";
|
||||
$text['description-event_port']['he' ] = "";
|
||||
$text['description-event_port']['it-it'] = "Inseriesci il numero porta per gli eventi socket.";
|
||||
$text['description-event_port']['nl-nl'] = "";
|
||||
$text['description-event_port']['pl' ] = "Wprowadź numer portu gniazda zdarzenia.";
|
||||
$text['description-event_port']['pt-br'] = "Digite o número do evento porta de soquete.";
|
||||
$text['description-event_port']['pl'] = "Wprowadź numer portu gniazda zdarzenia.";
|
||||
$text['description-event_port']['pt-pt'] = "Digite o número do evento porta de soquete.";
|
||||
$text['description-event_port']['ru-ru'] = "Введите номер порта сокета события.";
|
||||
$text['description-event_port']['sv-se'] = "Ange händelsen socket portnummer.";
|
||||
$text['description-event_port']['uk'] = "Введіть номер подія гніздо порту.";
|
||||
$text['description-event_port']['de-de'] = "Geben Sie die Portnummer des Event-Sockets an";
|
||||
$text['description-event_port']['de-at'] = "Geben Sie die Portnummer des Event-Sockets an";
|
||||
$text['description-event_port']['ar-eg'] = "أدخل رقم الحدث ميناء المقبس.";
|
||||
$text['description-event_port']['it-it'] = "Inseriesci il numero porta per gli eventi socket.";
|
||||
$text['description-event_port']['uk' ] = "Введіть номер подія гніздо порту.";
|
||||
|
||||
$text['description-event_password']['en-us'] = "Enter the event socket password.";
|
||||
$text['description-event_password']['ar-eg'] = "أدخل كلمة المرور مأخذ الحدث.";
|
||||
$text['description-event_password']['de-at'] = "Geben Sie das Passwort für den Event-Socket an.";
|
||||
$text['description-event_password']['de-de'] = "Geben Sie das Passwort für den Event-Socket an.";
|
||||
$text['description-event_password']['es-cl'] = "Introduzca la toma evento contraseña.";
|
||||
$text['description-event_password']['pt-pt'] = "Digite tomada a senha evento.";
|
||||
$text['description-event_password']['fr-fr'] = "Saisissez la prise de mot de passe de l'événement.";
|
||||
$text['description-event_password']['he' ] = "";
|
||||
$text['description-event_password']['it-it'] = "Inserisci la password per gli eventi socket.";
|
||||
$text['description-event_password']['nl-nl'] = "";
|
||||
$text['description-event_password']['pl' ] = "Wprowadź hasło gniazda zdarzenia.";
|
||||
$text['description-event_password']['pt-br'] = "Digite tomada a senha evento.";
|
||||
$text['description-event_password']['pl'] = "Wprowadź hasło gniazda zdarzenia.";
|
||||
$text['description-event_password']['pt-pt'] = "Digite tomada a senha evento.";
|
||||
$text['description-event_password']['ru-ru'] = "Введите пароль сокета события.";
|
||||
$text['description-event_password']['sv-se'] = "Ange händelsen uttag lösenord.";
|
||||
$text['description-event_password']['uk'] = "Введіть гніздо пароль подією.";
|
||||
$text['description-event_password']['de-de'] = "Geben Sie das Passwort für den Event-Socket an.";
|
||||
$text['description-event_password']['de-at'] = "Geben Sie das Passwort für den Event-Socket an.";
|
||||
$text['description-event_password']['ar-eg'] = "أدخل كلمة المرور مأخذ الحدث.";
|
||||
$text['description-event_password']['it-it'] = "Inserisci la password per gli eventi socket.";
|
||||
$text['description-event_password']['uk' ] = "Введіть гніздо пароль подією.";
|
||||
|
||||
$text['description-username']['en-us'] = "Enter the database username.";
|
||||
$text['description-username']['ar-eg'] = "أدخل اسم المستخدم هنا";
|
||||
$text['description-username']['de-at'] = "Geben Sie den Benutzernamen für die Datenbank an.";
|
||||
$text['description-username']['de-de'] = "Geben Sie den Benutzernamen für die Datenbank an.";
|
||||
$text['description-username']['es-cl'] = "Ingrese el nombre de usuario de la base de datos.";
|
||||
$text['description-username']['pt-pt'] = "Introduza o utilizador da base de dados.";
|
||||
$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'] = "Inserisci il nome utente del database.";
|
||||
$text['description-username']['nl-nl'] = "";
|
||||
$text['description-username']['pl' ] = "Wprowadź nazwę użytkownika";
|
||||
$text['description-username']['pt-br'] = "Insira o nome do usuário";
|
||||
$text['description-username']['pl'] = "Wprowadź nazwę użytkownika";
|
||||
$text['description-username']['pt-pt'] = "Introduza o utilizador da base de dados.";
|
||||
$text['description-username']['ru-ru'] = "Введите имя пользователя базы данных.";
|
||||
$text['description-username']['sv-se'] = "Ange databasen användarnamn här.";
|
||||
$text['description-username']['uk'] = "Введіть ім’я користувача бази даних";
|
||||
$text['description-username']['de-de'] = "Geben Sie den Benutzernamen für die Datenbank an.";
|
||||
$text['description-username']['de-at'] = "Geben Sie den Benutzernamen für die Datenbank an.";
|
||||
$text['description-username']['ar-eg'] = "أدخل اسم المستخدم هنا";
|
||||
$text['description-username']['it-it'] = "Inserisci il nome utente del database.";
|
||||
$text['description-username']['uk' ] = "Введіть ім’я користувача бази даних";
|
||||
|
||||
$text['description-type']['en-us'] = "Select the database type.";
|
||||
$text['description-type']['ar-eg'] = "إختر نوع قاعدة البيانات";
|
||||
$text['description-type']['de-at'] = "Wählen Sie den Datenbank Typ.";
|
||||
$text['description-type']['de-de'] = "Wählen Sie den Datenbank Typ.";
|
||||
$text['description-type']['es-cl'] = "Seleccione el tipo de base de datos";
|
||||
$text['description-type']['pt-pt'] = "Escolha o tipo de base de dados.";
|
||||
$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";
|
||||
$text['description-type']['pt-br'] = "Introduza o tipo de definição.";
|
||||
$text['description-type']['pl'] = "Wprowadź rodzaj bazy danych";
|
||||
$text['description-type']['pt-pt'] = "Escolha o tipo de base de dados.";
|
||||
$text['description-type']['ru-ru'] = "Выберите тип базы данных.";
|
||||
$text['description-type']['sv-se'] = "Välj databastyp";
|
||||
$text['description-type']['uk'] = "Виберіть тип бази даних";
|
||||
$text['description-type']['de-de'] = "Wählen Sie den Datenbank Typ.";
|
||||
$text['description-type']['de-at'] = "Wählen Sie den Datenbank Typ.";
|
||||
$text['description-type']['ar-eg'] = "إختر نوع قاعدة البيانات";
|
||||
$text['description-type']['it-it'] = "Seleziona il tipo di database.";
|
||||
$text['description-type']['uk' ] = "Виберіть тип бази даних";
|
||||
|
||||
$text['description-port']['en-us'] = "Enter the port number.";
|
||||
$text['description-port']['ar-eg'] = "أدخل رقم المنفذ";
|
||||
$text['description-port']['de-at'] = "Geben Sie die Portnummer an.";
|
||||
$text['description-port']['de-de'] = "Geben Sie die Portnummer an.";
|
||||
$text['description-port']['es-cl'] = "Ingrese el número del puerto.";
|
||||
$text['description-port']['pt-pt'] = "Introduza o número do porto.";
|
||||
$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";
|
||||
$text['description-port']['pt-br'] = "Insira o número da porta";
|
||||
$text['description-port']['pl'] = "Wprowadź numer portu";
|
||||
$text['description-port']['pt-pt'] = "Introduza o número do porto.";
|
||||
$text['description-port']['ru-ru'] = "Введите номер порта.";
|
||||
$text['description-port']['sv-se'] = "Ange portnummer";
|
||||
$text['description-port']['uk'] = "Введіть номер порта";
|
||||
$text['description-port']['de-de'] = "Geben Sie die Portnummer an.";
|
||||
$text['description-port']['de-at'] = "Geben Sie die Portnummer an.";
|
||||
$text['description-port']['ar-eg'] = "أدخل رقم المنفذ";
|
||||
$text['description-port']['it-it'] = "Inserisci il numero di porta.";
|
||||
$text['description-port']['uk' ] = "Введіть номер порта";
|
||||
|
||||
$text['description-path']['en-us'] = "Enter the database file path (SQLite only).";
|
||||
$text['description-path']['ar-eg'] = "أدخل مسار ملف قاعدة البيانات (سكليتي فقط).";
|
||||
$text['description-path']['de-at'] = "Geben Sie den Datenbank Pfad an (nur für SQLite).";
|
||||
$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']['pt-pt'] = "Introduza o caminho da base de dados (apenas 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)";
|
||||
$text['description-path']['pt-br'] = "Insira o caminho da base de dados (SQLite)";
|
||||
$text['description-path']['pl'] = "Wprowadź ścieżkę do pliku bazy danych (tylko SQLite)";
|
||||
$text['description-path']['pt-pt'] = "Introduza o caminho da base de dados (apenas SQLite)";
|
||||
$text['description-path']['ru-ru'] = "Введите путь к файлу базы данных (только для SQLite).";
|
||||
$text['description-path']['sv-se'] = "Ange databasens sökväg (gäller endast SQLite).";
|
||||
$text['description-path']['uk'] = "Вкажіть шлях до файлу бази даних (тільки SQLite).";
|
||||
$text['description-path']['de-de'] = "Geben Sie den Datenbank Pfad an (nur für SQLite).";
|
||||
$text['description-path']['de-at'] = "Geben Sie den Datenbank Pfad an (nur für SQLite).";
|
||||
$text['description-path']['ar-eg'] = "أدخل مسار ملف قاعدة البيانات (سكليتي فقط).";
|
||||
$text['description-path']['it-it'] = "Inserisci il percorso del database (solo SQLite).";
|
||||
$text['description-path']['uk' ] = "Вкажіть шлях до файлу бази даних (тільки SQLite).";
|
||||
|
||||
$text['description-password']['en-us'] = "Enter the database password.";
|
||||
$text['description-password']['ar-eg'] = "أدخل الرقم السري الخاص بقاعدة البيانات";
|
||||
$text['description-password']['de-at'] = "Geben Sie das Password für die Datenbank ein.";
|
||||
$text['description-password']['de-de'] = "Geben Sie das Password für die Datenbank ein.";
|
||||
$text['description-password']['es-cl'] = "Ingrese la contraseña de la base de datos.";
|
||||
$text['description-password']['pt-pt'] = "Introduza a palavra-chave da base de dados.";
|
||||
$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 password del database.";
|
||||
$text['description-password']['nl-nl'] = "";
|
||||
$text['description-password']['pl' ] = "Wpisz hasło";
|
||||
$text['description-password']['pt-br'] = "Introduza a senha";
|
||||
$text['description-password']['pl'] = "Wpisz hasło";
|
||||
$text['description-password']['pt-pt'] = "Introduza a palavra-chave da base de dados.";
|
||||
$text['description-password']['ru-ru'] = "Введите пароль базы данных.";
|
||||
$text['description-password']['sv-se'] = "Ange databasens lösenord.";
|
||||
$text['description-password']['uk'] = "Введіть пароль бази даних.";
|
||||
$text['description-password']['de-de'] = "Geben Sie das Password für die Datenbank ein.";
|
||||
$text['description-password']['de-at'] = "Geben Sie das Password für die Datenbank ein.";
|
||||
$text['description-password']['ar-eg'] = "أدخل الرقم السري الخاص بقاعدة البيانات";
|
||||
$text['description-password']['it-it'] = "Inserisci la password del database.";
|
||||
$text['description-password']['uk' ] = "Введіть пароль бази даних.";
|
||||
|
||||
$text['description-name']['en-us'] = "Enter the database name.";
|
||||
$text['description-name']['ar-eg'] = "أدخل إسم قاعدة البيانات";
|
||||
$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']['pt-pt'] = "Introduza o nome da base de dados.";
|
||||
$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.";
|
||||
$text['description-name']['pt-br'] = "Insira o nome do menu";
|
||||
$text['description-name']['pl'] = "Wprowadź nazwę bazy danych.";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome da base de dados.";
|
||||
$text['description-name']['ru-ru'] = "Введите имя базы данных.";
|
||||
$text['description-name']['sv-se'] = "Ange databasens namn.";
|
||||
$text['description-name']['uk'] = "Введіть ім'я бази даних.";
|
||||
$text['description-name']['de-de'] = "Geben Sie den Namen der Datenbank an";
|
||||
$text['description-name']['de-at'] = "Geben Sie den Namen der Datenbank an";
|
||||
$text['description-name']['ar-eg'] = "أدخل إسم قاعدة البيانات";
|
||||
$text['description-name']['it-it'] = "Inserisci il nome del database.";
|
||||
$text['description-name']['uk' ] = "Введіть ім'я бази даних.";
|
||||
|
||||
$text['description-host']['en-us'] = "Enter the host name.";
|
||||
$text['description-host']['ar-eg'] = "أدخل إسم المضيف";
|
||||
$text['description-host']['de-at'] = "Geben Sie den Hostnamen ein.";
|
||||
$text['description-host']['de-de'] = "Geben Sie den Hostnamen ein.";
|
||||
$text['description-host']['es-cl'] = "Ingrese el nombre de host";
|
||||
$text['description-host']['pt-pt'] = "Introduza o nome da máquina.";
|
||||
$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.";
|
||||
$text['description-host']['pt-br'] = "Insira o nome da máquina ";
|
||||
$text['description-host']['pl'] = "Wprowadź nazwę hosta.";
|
||||
$text['description-host']['pt-pt'] = "Introduza o nome da máquina.";
|
||||
$text['description-host']['ru-ru'] = "Введите имя хоста.";
|
||||
$text['description-host']['sv-se'] = "Ange värdnamnet";
|
||||
$text['description-host']['uk'] = "Введіть ім'я хоста.";
|
||||
$text['description-host']['de-de'] = "Geben Sie den Hostnamen ein.";
|
||||
$text['description-host']['de-at'] = "Geben Sie den Hostnamen ein.";
|
||||
$text['description-host']['ar-eg'] = "أدخل إسم المضيف";
|
||||
$text['description-host']['it-it'] = "Inserisci il nome host.";
|
||||
$text['description-host']['uk' ] = "Введіть ім'я хоста.";
|
||||
|
||||
$text['description-driver']['en-us'] = "Select the database driver.";
|
||||
$text['description-driver']['ar-eg'] = "حدد برنامج تشغيل قاعدة البيانات.";
|
||||
$text['description-driver']['de-at'] = "Wählen Sie den Datenbank Treiber.";
|
||||
$text['description-driver']['de-de'] = "Wählen Sie den Datenbank Treiber.";
|
||||
$text['description-driver']['es-cl'] = "Seleccione un controlador de base de datos.";
|
||||
$text['description-driver']['pt-pt'] = "Escolha o driver da base de dados";
|
||||
$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.";
|
||||
$text['description-driver']['pt-br'] = "Escolha o driver da base de dados";
|
||||
$text['description-driver']['pl'] = "Wybierz sterownik bazy danych.";
|
||||
$text['description-driver']['pt-pt'] = "Escolha o driver da base de dados";
|
||||
$text['description-driver']['ru-ru'] = "Выберите драйвер базы данных.";
|
||||
$text['description-driver']['sv-se'] = "Välj databas drivrutin.";
|
||||
$text['description-driver']['uk'] = "Виберіть драйвер бази даних.";
|
||||
$text['description-driver']['de-de'] = "Wählen Sie den Datenbank Treiber.";
|
||||
$text['description-driver']['de-at'] = "Wählen Sie den Datenbank Treiber.";
|
||||
$text['description-driver']['ar-eg'] = "حدد برنامج تشغيل قاعدة البيانات.";
|
||||
$text['description-driver']['it-it'] = "Seleziona il driver del database.";
|
||||
$text['description-driver']['uk' ] = "Виберіть драйвер бази даних.";
|
||||
|
||||
$text['description-install']['en-us'] = "Select the action below you wish to perform.";
|
||||
$text['description-install']['es-cl'] = "Seleccione las accion a continuación que desea realizar.";
|
||||
$text['description-install']['pt-pt'] = "Selecione as ações abaixo você deseja executar."; //action signular needed
|
||||
$text['description-install']['fr-fr'] = "Sélectionnez les action ci-dessous que vous souhaitez effectuer.";
|
||||
$text['description-install']['pt-br'] = "Seleciona as ações abaixo que deseja executar "; //action signular needed
|
||||
$text['description-install']['pl'] = "Wybierz opcje, które chcesz wykonać."; //action signular needed
|
||||
$text['description-install']['ru-ru'] = "Выберите действие ниже, которое вы хотите выполнить.";
|
||||
$text['description-install']['sv-se'] = "Välj de åtgärder nedan som du vill utföra."; //action signular needed
|
||||
$text['description-install']['uk'] = "Виберіть об’єкти для оновлення"; //action signular needed
|
||||
$text['description-install']['de-de'] = "Wählen Sie eine Aktion."; //action signular needed
|
||||
$text['description-install']['de-at'] = "Wählen Sie eine Aktion."; //action signular needed
|
||||
$text['description-install']['ar-eg'] = "حدد الإجراء أدناه كنت ترغب في القيام بها.";
|
||||
$text['description-install']['de-at'] = "Wählen Sie eine Aktion.";
|
||||
$text['description-install']['de-de'] = "Wählen Sie eine Aktion.";
|
||||
$text['description-install']['es-cl'] = "Seleccione las accion a continuación que desea realizar.";
|
||||
$text['description-install']['fr-fr'] = "Sélectionnez les action ci-dessous que vous souhaitez effectuer.";
|
||||
$text['description-install']['he' ] = "";
|
||||
$text['description-install']['it-it'] = "Seleziona l'azione che si vuole eseguire.";
|
||||
$text['description-install']['nl-nl'] = "";
|
||||
$text['description-install']['pl' ] = "Wybierz opcje, które chcesz wykonać.";
|
||||
$text['description-install']['pt-br'] = "Seleciona as ações abaixo que deseja executar ";
|
||||
$text['description-install']['pt-pt'] = "Selecione as ações abaixo você deseja executar.";
|
||||
$text['description-install']['ru-ru'] = "Выберите действие ниже, которое вы хотите выполнить.";
|
||||
$text['description-install']['sv-se'] = "Välj de åtgärder nedan som du vill utföra.";
|
||||
$text['description-install']['uk' ] = "Виберіть об’єкти для оновлення";
|
||||
|
||||
$text['description-database-edit']['en-us'] = "Database connection information.";
|
||||
$text['description-database-edit']['ar-eg'] = "بيانات الإتصال الخاص بقاعدة البيانات";
|
||||
$text['description-database-edit']['de-at'] = "Datenbank Verbindungsinformation.";
|
||||
$text['description-database-edit']['de-de'] = "Datenbank Verbindungsinformation.";
|
||||
$text['description-database-edit']['es-cl'] = "Información de conexión a base de datos.";
|
||||
$text['description-database-edit']['pt-pt'] = "Informação da ligação à base de dados.";
|
||||
$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.";
|
||||
$text['description-database-edit']['pt-br'] = "Informações da ligação na base de dados";
|
||||
$text['description-database-edit']['pl'] = "Informacje o połączeniach z bazą danych.";
|
||||
$text['description-database-edit']['pt-pt'] = "Informação da ligação à base de dados.";
|
||||
$text['description-database-edit']['ru-ru'] = "Информация о соединении с базой данных.";
|
||||
$text['description-database-edit']['sv-se'] = "Information om Databasanslutning";
|
||||
$text['description-database-edit']['uk'] = "інформація про підключення до бази даних.";
|
||||
$text['description-database-edit']['de-de'] = "Datenbank Verbindungsinformation.";
|
||||
$text['description-database-edit']['de-at'] = "Datenbank Verbindungsinformation.";
|
||||
$text['description-database-edit']['ar-eg'] = "بيانات الإتصال الخاص بقاعدة البيانات";
|
||||
$text['description-database-edit']['it-it'] = "Informazioni di connessione al Database.";
|
||||
$text['description-database-edit']['uk' ] = "інформація про підключення до бази даних.";
|
||||
|
||||
$text['description-database-add']['en-us'] = "Database connection information.";
|
||||
$text['description-database-add']['ar-eg'] = "بيانات الإتصال الخاص بقاعدة البيانات";
|
||||
$text['description-database-add']['de-at'] = "Datenbank Verbindungsinformation.";
|
||||
$text['description-database-add']['de-de'] = "Datenbank Verbindungsinformation.";
|
||||
$text['description-database-add']['es-cl'] = "Información de conexión a base de datos.";
|
||||
$text['description-database-add']['pt-pt'] = "Informação da ligação à base de dados.";
|
||||
$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.";
|
||||
$text['description-database-add']['pt-br'] = "Informações da ligação na base de dados";
|
||||
$text['description-database-add']['pl'] = "Informacje o połączeniach z bazą danych.";
|
||||
$text['description-database-add']['pt-pt'] = "Informação da ligação à base de dados.";
|
||||
$text['description-database-add']['ru-ru'] = "Информация о соединении с базой данных.";
|
||||
$text['description-database-add']['sv-se'] = "Information om Databasanslutning";
|
||||
$text['description-database-add']['uk'] = "інформація про підключення до бази даних.";
|
||||
$text['description-database-add']['de-de'] = "Datenbank Verbindungsinformation.";
|
||||
$text['description-database-add']['de-at'] = "Datenbank Verbindungsinformation.";
|
||||
$text['description-database-add']['ar-eg'] = "بيانات الإتصال الخاص بقاعدة البيانات";
|
||||
$text['description-database-add']['it-it'] = "Informazioni di connessione al Database.";
|
||||
$text['description-database-add']['uk' ] = "інформація про підключення до бази даних.";
|
||||
|
||||
$text['description-select_language']['en-us'] = "Please select the language you want to use";
|
||||
$text['description-select_language']['ar-eg'] = "يرجى اختيار اللغة التي تريد استخدامها";
|
||||
$text['description-select_language']['de-at'] = "Bitte wählen Sie die zu verwendende Sprache aus";
|
||||
$text['description-select_language']['de-de'] = "Bitte wählen Sie die zu verwendende Sprache aus";
|
||||
$text['description-select_language']['es-cl'] = "Por favor, seleccione el idioma que desea utilizar";
|
||||
$text['description-select_language']['pt-pt'] = "Por favor, selecione o idioma que deseja usar";
|
||||
$text['description-select_language']['fr-fr'] = "S'il vous plaît choisir la langue que vous souhaitez utiliser";
|
||||
$text['description-select_language']['he' ] = "";
|
||||
$text['description-select_language']['it-it'] = "Per favore seleziona la lingua che desideri usare";
|
||||
$text['description-select_language']['nl-nl'] = "";
|
||||
$text['description-select_language']['pl' ] = "Wybierz język, którego chcesz używać";
|
||||
$text['description-select_language']['pt-br'] = "Por favor, selecione o idioma que deseja usar";
|
||||
$text['description-select_language']['pl'] = "Wybierz język, którego chcesz używać";
|
||||
$text['description-select_language']['pt-pt'] = "Por favor, selecione o idioma que deseja usar";
|
||||
$text['description-select_language']['ru-ru'] = "Выберите язык, который вы хотите использовать";
|
||||
$text['description-select_language']['sv-se'] = "Välj det språk du vill använda";
|
||||
$text['description-select_language']['uk'] = "Виберіть мову, який ви хочете використовувати";
|
||||
$text['description-select_language']['de-de'] = "Bitte wählen Sie die zu verwendende Sprache aus";
|
||||
$text['description-select_language']['de-at'] = "Bitte wählen Sie die zu verwendende Sprache aus";
|
||||
$text['description-select_language']['ar-eg'] = "يرجى اختيار اللغة التي تريد استخدامها";
|
||||
$text['description-select_language']['it-it'] = "Per favore seleziona la lingua che desideri usare";
|
||||
$text['description-select_language']['uk' ] = "Виберіть мову, який ви хочете використовувати";
|
||||
|
||||
$text['button-detect']['en-us'] = "Detect Configuration";
|
||||
$text['button-detect']['ar-eg'] = "كشف تكوين";
|
||||
$text['button-detect']['de-at'] = "Konfiguration ermitteln";
|
||||
$text['button-detect']['de-de'] = "Konfiguration ermitteln";
|
||||
$text['button-detect']['es-cl'] = "Detectar Configuración";
|
||||
$text['button-detect']['pt-pt'] = "Detectar Configuração";
|
||||
$text['button-detect']['fr-fr'] = "Détecter Configuration";
|
||||
$text['button-detect']['he' ] = "";
|
||||
$text['button-detect']['it-it'] = "Rileva Configurazione";
|
||||
$text['button-detect']['nl-nl'] = "";
|
||||
$text['button-detect']['pl' ] = "Wykrywanie Konfiguracja";
|
||||
$text['button-detect']['pt-br'] = "Detectar Configuração";
|
||||
$text['button-detect']['pl'] = "Wykrywanie Konfiguracja";
|
||||
$text['button-detect']['pt-pt'] = "Detectar Configuração";
|
||||
$text['button-detect']['ru-ru'] = "Определить конфигурацию";
|
||||
$text['button-detect']['sv-se'] = "Detektera Konfiguration";
|
||||
$text['button-detect']['uk'] = "виявлення Конфігурація";
|
||||
$text['button-detect']['de-de'] = "Konfiguration ermitteln";
|
||||
$text['button-detect']['de-at'] = "Konfiguration ermitteln";
|
||||
$text['button-detect']['ar-eg'] = "كشف تكوين";
|
||||
$text['button-detect']['it-it'] = "Rileva Configurazione";
|
||||
$text['button-detect']['uk' ] = "виявлення Конфігурація";
|
||||
|
||||
$text['button-select']['en-us'] = "Select";
|
||||
$text['button-select']['ar-eg'] = "اختار";
|
||||
$text['button-select']['de-at'] = "Auswählen";
|
||||
$text['button-select']['de-de'] = "Auswählen";
|
||||
$text['button-select']['es-cl'] = "Seleccionar";
|
||||
$text['button-select']['pt-pt'] = "Selecionar";
|
||||
$text['button-select']['fr-fr'] = "Sélectionner";
|
||||
$text['button-select']['he' ] = "";
|
||||
$text['button-select']['it-it'] = "Seleziona";
|
||||
$text['button-select']['nl-nl'] = "";
|
||||
$text['button-select']['pl' ] = "Wybierz";
|
||||
$text['button-select']['pt-br'] = "Selecionar";
|
||||
$text['button-select']['pl'] = "Wybierz";
|
||||
$text['button-select']['pt-pt'] = "Selecionar";
|
||||
$text['button-select']['ru-ru'] = "Выбрать";
|
||||
$text['button-select']['sv-se'] = "Välj";
|
||||
$text['button-select']['uk'] = "вибрати";
|
||||
$text['button-select']['de-de'] = "Auswählen";
|
||||
$text['button-select']['de-at'] = "Auswählen";
|
||||
$text['button-select']['ar-eg'] = "اختار";
|
||||
$text['button-select']['it-it'] = "Seleziona";
|
||||
$text['button-select']['uk' ] = "вибрати";
|
||||
|
||||
?>
|
||||
|
||||
|
Before Width: | Height: | Size: 403 B After Width: | Height: | Size: 403 B |
|
Before Width: | Height: | Size: 420 B After Width: | Height: | Size: 420 B |
+540
-402
File diff suppressed because it is too large
Load Diff
@@ -1,341 +1,420 @@
|
||||
<?php
|
||||
#This file was last reorganized on 11th of May 2017 12:21:56 PM UTC
|
||||
|
||||
$text['title-notifications']['en-us'] = "Notifications";
|
||||
$text['title-notifications']['es-cl'] = "Notificaciones";
|
||||
$text['title-notifications']['pt-pt'] = "Notifica珲es";
|
||||
$text['title-notifications']['fr-fr'] = "Notifications";
|
||||
$text['title-notifications']['pt-br'] = "Notifica莽玫es";
|
||||
$text['title-notifications']['pl'] = "Powiadomienia";
|
||||
$text['title-notifications']['ru-ru'] = "Уведомления";
|
||||
$text['title-notifications']['uk'] = "小锌芯胁褨褖械薪薪褟";
|
||||
$text['title-notifications']['sv-se'] = "Meddelanden";
|
||||
$text['title-notifications']['de-de'] = "Benachrichtigungen";
|
||||
$text['title-notifications']['ar-eg'] = "";
|
||||
$text['title-notifications']['de-at'] = "Benachrichtigungen";
|
||||
$text['title-notifications']['de-de'] = "Benachrichtigungen";
|
||||
$text['title-notifications']['es-cl'] = "Notificaciones";
|
||||
$text['title-notifications']['fr-fr'] = "Notifications";
|
||||
$text['title-notifications']['he' ] = "";
|
||||
$text['title-notifications']['it-it'] = "Notifiche";
|
||||
$text['title-notifications']['nl-nl'] = "";
|
||||
$text['title-notifications']['pl' ] = "Powiadomienia";
|
||||
$text['title-notifications']['pt-br'] = "Notifica莽玫es";
|
||||
$text['title-notifications']['pt-pt'] = "Notifica珲es";
|
||||
$text['title-notifications']['ru-ru'] = "Уведомления";
|
||||
$text['title-notifications']['sv-se'] = "Meddelanden";
|
||||
$text['title-notifications']['uk' ] = "小锌芯胁褨褖械薪薪褟";
|
||||
|
||||
$text['option-enabled']['en-us'] = "Enabled";
|
||||
$text['option-enabled']['es-cl'] = "Activado";
|
||||
$text['option-enabled']['pt-pt'] = "Ativado";
|
||||
$text['option-enabled']['fr-fr'] = "Activ?";
|
||||
$text['option-enabled']['pt-br'] = "Ativado";
|
||||
$text['option-enabled']['pl'] = "W艂膮czony";
|
||||
$text['option-enabled']['ru-ru'] = "Включено";
|
||||
$text['option-enabled']['uk'] = "袙泻谢褞褔械薪芯";
|
||||
$text['option-enabled']['sv-se'] = "Aktiverad";
|
||||
$text['option-enabled']['de-de'] = "Aktiviert";
|
||||
$text['option-enabled']['ar-eg'] = "";
|
||||
$text['option-enabled']['de-at'] = "Aktiviert";
|
||||
$text['option-enabled']['de-de'] = "Aktiviert";
|
||||
$text['option-enabled']['es-cl'] = "Activado";
|
||||
$text['option-enabled']['fr-fr'] = "Activ?";
|
||||
$text['option-enabled']['he' ] = "";
|
||||
$text['option-enabled']['it-it'] = "Attivo";
|
||||
$text['option-enabled']['nl-nl'] = "";
|
||||
$text['option-enabled']['pl' ] = "W艂膮czony";
|
||||
$text['option-enabled']['pt-br'] = "Ativado";
|
||||
$text['option-enabled']['pt-pt'] = "Ativado";
|
||||
$text['option-enabled']['ru-ru'] = "Включено";
|
||||
$text['option-enabled']['sv-se'] = "Aktiverad";
|
||||
$text['option-enabled']['uk' ] = "袙泻谢褞褔械薪芯";
|
||||
|
||||
$text['option-email']['en-us'] = "Email";
|
||||
$text['option-email']['es-cl'] = "Email";
|
||||
$text['option-email']['pt-pt'] = "Email";
|
||||
$text['option-email']['fr-fr'] = "Email";
|
||||
$text['option-email']['pt-br'] = "E-mail";
|
||||
$text['option-email']['pl'] = "E-mail";
|
||||
$text['option-email']['ru-ru'] = "Email";
|
||||
$text['option-email']['uk'] = "袝谢械泻褌褉芯薪薪邪 锌芯褕褌邪";
|
||||
$text['option-email']['sv-se'] = "E-post";
|
||||
$text['option-email']['de-de'] = "E-mail";
|
||||
$text['option-email']['ar-eg'] = "";
|
||||
$text['option-email']['de-at'] = "E-mail";
|
||||
$text['option-email']['de-de'] = "E-mail";
|
||||
$text['option-email']['es-cl'] = "Email";
|
||||
$text['option-email']['fr-fr'] = "Email";
|
||||
$text['option-email']['he' ] = "";
|
||||
$text['option-email']['it-it'] = "Email";
|
||||
$text['option-email']['nl-nl'] = "";
|
||||
$text['option-email']['pl' ] = "E-mail";
|
||||
$text['option-email']['pt-br'] = "E-mail";
|
||||
$text['option-email']['pt-pt'] = "Email";
|
||||
$text['option-email']['ru-ru'] = "Email";
|
||||
$text['option-email']['sv-se'] = "E-post";
|
||||
$text['option-email']['uk' ] = "袝谢械泻褌褉芯薪薪邪 锌芯褕褌邪";
|
||||
|
||||
$text['option-disabled']['en-us'] = "Disabled";
|
||||
$text['option-disabled']['es-cl'] = "Discapacitado";
|
||||
$text['option-disabled']['pt-pt'] = "Inv醠ido";
|
||||
$text['option-disabled']['fr-fr'] = "Handicap閟";
|
||||
$text['option-disabled']['pt-br'] = "Inv谩lido";
|
||||
$text['option-disabled']['pl'] = "Wy艂膮czony";
|
||||
$text['option-disabled']['ru-ru'] = "Отключено";
|
||||
$text['option-disabled']['uk'] = "袙懈泻谢褞褔械薪芯";
|
||||
$text['option-disabled']['sv-se'] = "Avaktiverad";
|
||||
$text['option-disabled']['de-de'] = "Deaktiviert";
|
||||
$text['option-disabled']['ar-eg'] = "";
|
||||
$text['option-disabled']['de-at'] = "Deaktiviert";
|
||||
$text['option-disabled']['de-de'] = "Deaktiviert";
|
||||
$text['option-disabled']['es-cl'] = "Discapacitado";
|
||||
$text['option-disabled']['fr-fr'] = "Handicap閟";
|
||||
$text['option-disabled']['he' ] = "";
|
||||
$text['option-disabled']['it-it'] = "Disattivo";
|
||||
$text['option-disabled']['nl-nl'] = "";
|
||||
$text['option-disabled']['pl' ] = "Wy艂膮czony";
|
||||
$text['option-disabled']['pt-br'] = "Inv谩lido";
|
||||
$text['option-disabled']['pt-pt'] = "Inv醠ido";
|
||||
$text['option-disabled']['ru-ru'] = "Отключено";
|
||||
$text['option-disabled']['sv-se'] = "Avaktiverad";
|
||||
$text['option-disabled']['uk' ] = "袙懈泻谢褞褔械薪芯";
|
||||
|
||||
$text['message-no_channels']['en-us'] = "No Channels Enabled";
|
||||
$text['message-no_channels']['es-cl'] = "No hay canales habilitados";
|
||||
$text['message-no_channels']['pt-pt'] = "N鉶 h?canais habilitados";
|
||||
$text['message-no_channels']['fr-fr'] = "Pas de canaux activ閟";
|
||||
$text['message-no_channels']['pt-br'] = "N茫o h谩 canais habilitados";
|
||||
$text['message-no_channels']['pl'] = "Brak w艂膮czonych kana艂贸w";
|
||||
$text['message-no_channels']['ru-ru'] = "Каналы не включены";
|
||||
$text['message-no_channels']['uk'] = "袞芯写械薪 泻邪薪邪谢 薪械 胁泻谢褞褔械薪懈泄";
|
||||
$text['message-no_channels']['sv-se'] = "Inga Kanaler Aktiverade";
|
||||
$text['message-no_channels']['de-de'] = "Keine Kanäle aktiviert";
|
||||
$text['message-no_channels']['ar-eg'] = "";
|
||||
$text['message-no_channels']['de-at'] = "Keine Kanäle aktiviert";
|
||||
$text['message-no_channels']['de-de'] = "Keine Kanäle aktiviert";
|
||||
$text['message-no_channels']['es-cl'] = "No hay canales habilitados";
|
||||
$text['message-no_channels']['fr-fr'] = "Pas de canaux activ閟";
|
||||
$text['message-no_channels']['he' ] = "";
|
||||
$text['message-no_channels']['it-it'] = "Nessun Canale abilitato";
|
||||
$text['message-no_channels']['nl-nl'] = "";
|
||||
$text['message-no_channels']['pl' ] = "Brak w艂膮czonych kana艂贸w";
|
||||
$text['message-no_channels']['pt-br'] = "N茫o h谩 canais habilitados";
|
||||
$text['message-no_channels']['pt-pt'] = "N鉶 h?canais habilitados";
|
||||
$text['message-no_channels']['ru-ru'] = "Каналы не включены";
|
||||
$text['message-no_channels']['sv-se'] = "Inga Kanaler Aktiverade";
|
||||
$text['message-no_channels']['uk' ] = "袞芯写械薪 泻邪薪邪谢 薪械 胁泻谢褞褔械薪懈泄";
|
||||
|
||||
$text['message-invalid_recipient']['en-us'] = "Invalid Notification Recipient";
|
||||
$text['message-invalid_recipient']['es-cl'] = "Inv醠ido destinatario de la notificaci髇";
|
||||
$text['message-invalid_recipient']['pt-pt'] = "Inv醠ido Notifica玢o Destinat醨io";
|
||||
$text['message-invalid_recipient']['fr-fr'] = "Notification invalide b閚閒iciaire";
|
||||
$text['message-invalid_recipient']['pt-br'] = "Notifica莽茫o inv谩lida Destinat谩rio";
|
||||
$text['message-invalid_recipient']['pl'] = "Nieprawid艂owy odbiorca powiadomienia";
|
||||
$text['message-invalid_recipient']['ru-ru'] = "Недопустимый получатель";
|
||||
$text['message-invalid_recipient']['uk'] = "袧械胁褨褉薪懈泄 芯褌褉懈屑褍胁邪褔 锌芯胁褨写芯屑谢械薪薪褟";
|
||||
$text['message-invalid_recipient']['sv-se'] = "Ogiltig Mottagare f枚r Meddelande";
|
||||
$text['message-invalid_recipient']['de-de'] = "Ungültiger Empfänger";
|
||||
$text['message-invalid_recipient']['ar-eg'] = "";
|
||||
$text['message-invalid_recipient']['de-at'] = "Ungültiger Empfänger";
|
||||
$text['message-invalid_recipient']['de-de'] = "Ungültiger Empfänger";
|
||||
$text['message-invalid_recipient']['es-cl'] = "Inv醠ido destinatario de la notificaci髇";
|
||||
$text['message-invalid_recipient']['fr-fr'] = "Notification invalide b閚閒iciaire";
|
||||
$text['message-invalid_recipient']['he' ] = "";
|
||||
$text['message-invalid_recipient']['it-it'] = "Destinatario Notifica non valido";
|
||||
$text['message-invalid_recipient']['nl-nl'] = "";
|
||||
$text['message-invalid_recipient']['pl' ] = "Nieprawid艂owy odbiorca powiadomienia";
|
||||
$text['message-invalid_recipient']['pt-br'] = "Notifica莽茫o inv谩lida Destinat谩rio";
|
||||
$text['message-invalid_recipient']['pt-pt'] = "Inv醠ido Notifica玢o Destinat醨io";
|
||||
$text['message-invalid_recipient']['ru-ru'] = "Недопустимый получатель";
|
||||
$text['message-invalid_recipient']['sv-se'] = "Ogiltig Mottagare f枚r Meddelande";
|
||||
$text['message-invalid_recipient']['uk' ] = "袧械胁褨褉薪懈泄 芯褌褉懈屑褍胁邪褔 锌芯胁褨写芯屑谢械薪薪褟";
|
||||
|
||||
$text['message-disclaimer']['en-us'] = "<u>Disclosure</u>: Enabling Project Notifications is consent to the collection of <i>anonymous</i> and <i>general</i> demographic information about your installation environment. Information requested consists of the following: 1) FusionPBX version, 2) PHP version, 3) web server and version, 4) voice switch version, 5) database type and version, 6) operating system platform and version, and 7) public IP address. If you do not wish for this information to be submitted, simply leave Project Notifications disabled, and no information will be submitted about your system.";
|
||||
$text['message-disclaimer']['es-cl'] = "<u>Divulgaci髇</u>: Habilitaci髇 del proyecto Notificaciones es el consentimiento a la recopilaci髇 de <i>an髇imo</i> y <i>generales</i> la informaci髇 demogr醘ica sobre su entorno de instalaci髇. La informaci髇 solicitada se compone de los siguientes: 1) FusionPBX versi髇, 2) la versi髇 de PHP, 3) del servidor web y la versi髇 4) Versi髇 conmutador de voz, 5) el tipo de base de datos y la versi髇 6) plataforma de sistema operativo y versi髇, y 7) IP p鷅lica direcci髇. Si usted no desea que esta informaci髇 sea presentada, simplemente deje de Proyecto Notificaciones deshabilitado, y ninguna informaci髇 se presentar?sobre su sistema.";
|
||||
$text['message-disclaimer']['pt-pt'] = "<u>Divulga玢o</u>: A habilita玢o do projeto Notifica珲es ?o consentimento para a coleta de <i>an鬾imo</i> e <i>geral</i> informa珲es demogr醘icas sobre o seu ambiente de instala玢o. As informa珲es solicitadas consiste no seguinte: 1) vers鉶 FusionPBX, 2) vers鉶 PHP, 3) servidor web e vers鉶, 4) vers鉶 interruptor de voz, 5) Tipo de banco de dados e vers鉶, 6) plataforma de sistema operacional e vers鉶, e 7) IP p鷅lico endere鏾. Se voc?n鉶 deseja que esta informa玢o ser submetida, basta deixar Projeto Notifica珲es desativada, e nenhuma informa玢o ser?apresentada sobre o sistema.";
|
||||
$text['message-disclaimer']['fr-fr'] = "<u>Divulgation</u>: Activation des notifications projet est consentement ?la collecte de <i>anonyme</i> et <i>g閚閞ale</i> des informations d閙ographiques sur l'environnement d'installation. Les informations demand閑s se compose de ce qui suit: 1) FusionPBX version 2) version de PHP, 3) le serveur web et la version 4) Version commutateur vocal, 5) type de base de donn閑s et la version 6) plate-forme de syst鑝e d'exploitation et sa version, et 7) IP publique adresse. Si vous ne souhaitez pas que cette information soit pr閟ent閑, laissez simplement Notifications projet d閟activ? et aucune information ne sera soumis ?votre syst鑝e.";
|
||||
$text['message-disclaimer']['pt-br'] = "Informa莽玫es sobre erros";
|
||||
$text['message-disclaimer']['pl'] = "Uwaga: W艂膮czanie Powiadomie艅 wi膮偶e si臋 z wyra偶eniem zgody na zbieranie anonimowych i og贸lnych informacji demograficznych dotycz膮cych 艣rodowiska, gdzie system zosta艂 zainstalowany. Zebrane informacje dotycz膮: 1) wersji FusionPBX, 2) wersji PHP, 3) rodzaj i wersja serwera www, 4) wersja PBXu, 5) rodzaj i wersja bazy danych, 6) wersja systemu operacyjnego i platforma, 7) publiczny adres IP. Je艣li nie chcesz, aby te informacje zosta艂y zebrane i przes艂ane, nie aktywuj funkcji Powiadomie艅.";
|
||||
$text['message-disclaimer']['ru-ru'] = "<u>Соглашение</u>: Включение уведомлений о проекте - это согласие на сбор статистической информации <i>анонимной</i> и <i>общей</i> о вашей среде установки. Запрошенная информация состоит из следующих компонентов:<br> 1) версия FusionPBX;<br> 2) версия PHP;<br> 3) веб-сервер и версия;<br> 4) версия голосового коммутатора;<br> 5) тип и версия базы данных;<br> 6) платформа и версия операционной системы;<br> 7) публичный IP-адрес.<br>Если вы не хотите, чтобы эта информация была отправлена, просто отключите уведомление проекту, и информация о вашей системе не будет отправлена.";
|
||||
$text['message-disclaimer']['uk'] = "";
|
||||
$text['message-disclaimer']['sv-se'] = "Information: Att aktivera Projekt Meddelande 盲r samtidigt ett samtycke till att anonym och demografisk information kommer att samlas in fr氓n din installationsmilj枚. Information som beg盲rs best氓r av f枚ljande : 1 ) FusionPBX versionen , 2 ) PHP -version , 3 ) webbserver och version , 4 ) r枚st switch version , 5 ) databas typ och version , 6 ) operativsystem plattform och version , samt 7 ) publik IP adress. Om du inte vill att denna information l盲mnas, l盲mna d氓 Projekt Meddelande avaktiverat.";
|
||||
$text['message-disclaimer']['de-de'] = "Bemerkung: Durch das Aktivieren der Projekt-Benachrichtigung werden anonyme Daten und allgemeine statistische Informationen über Ihre Installation gesammelt. Diese Informationen beinhalten folgendes: 1) FusionPBX Version, 2) PHP Version, 3) Web Server und Version, 4) Voice Switch Version, 5) Datenbank Typ und Version, 7) öffentliche IP Addresse. Wenn Sie diese Informationen nicht weitergeben möchten, lassen Sie Projekt-Benachrichtigungen einfach deaktiviert und es werden keine Informationen weitergegeben.";
|
||||
$text['message-disclaimer']['ar-eg'] = "";
|
||||
$text['message-disclaimer']['de-at'] = "Bemerkung: Durch das Aktivieren der Projekt-Benachrichtigung werden anonyme Daten und allgemeine statistische Informationen über Ihre Installation gesammelt. Diese Informationen beinhalten folgendes: 1) FusionPBX Version, 2) PHP Version, 3) Web Server und Version, 4) Voice Switch Version, 5) Datenbank Typ und Version, 7) öffentliche IP Addresse. Wenn Sie diese Informationen nicht weitergeben möchten, lassen Sie Projekt-Benachrichtigungen einfach deaktiviert und es werden keine Informationen weitergegeben.";
|
||||
$text['message-disclaimer']['de-de'] = "Bemerkung: Durch das Aktivieren der Projekt-Benachrichtigung werden anonyme Daten und allgemeine statistische Informationen über Ihre Installation gesammelt. Diese Informationen beinhalten folgendes: 1) FusionPBX Version, 2) PHP Version, 3) Web Server und Version, 4) Voice Switch Version, 5) Datenbank Typ und Version, 7) öffentliche IP Addresse. Wenn Sie diese Informationen nicht weitergeben möchten, lassen Sie Projekt-Benachrichtigungen einfach deaktiviert und es werden keine Informationen weitergegeben.";
|
||||
$text['message-disclaimer']['es-cl'] = "<u>Divulgaci髇</u>: Habilitaci髇 del proyecto Notificaciones es el consentimiento a la recopilaci髇 de <i>an髇imo</i> y <i>generales</i> la informaci髇 demogr醘ica sobre su entorno de instalaci髇. La informaci髇 solicitada se compone de los siguientes: 1) FusionPBX versi髇, 2) la versi髇 de PHP, 3) del servidor web y la versi髇 4) Versi髇 conmutador de voz, 5) el tipo de base de datos y la versi髇 6) plataforma de sistema operativo y versi髇, y 7) IP p鷅lica direcci髇. Si usted no desea que esta informaci髇 sea presentada, simplemente deje de Proyecto Notificaciones deshabilitado, y ninguna informaci髇 se presentar?sobre su sistema.";
|
||||
$text['message-disclaimer']['fr-fr'] = "<u>Divulgation</u>: Activation des notifications projet est consentement ?la collecte de <i>anonyme</i> et <i>g閚閞ale</i> des informations d閙ographiques sur l'environnement d'installation. Les informations demand閑s se compose de ce qui suit: 1) FusionPBX version 2) version de PHP, 3) le serveur web et la version 4) Version commutateur vocal, 5) type de base de donn閑s et la version 6) plate-forme de syst鑝e d'exploitation et sa version, et 7) IP publique adresse. Si vous ne souhaitez pas que cette information soit pr閟ent閑, laissez simplement Notifications projet d閟activ? et aucune information ne sera soumis ?votre syst鑝e.";
|
||||
$text['message-disclaimer']['he' ] = "";
|
||||
$text['message-disclaimer']['it-it'] = "<u>Avviso</u>: Abilitato le il Progetto Notifiche si acconsente alla raccolta in forma <i>anonima</i> e <i>generale</i> delle informazioni del tuo ambiente di installazione. Le informazioni richieste sono le seguenti: 1) Versione di FusionPBX, 2) Versione di PHP, 3) Tipo di web server e versione, 4) Versione dello switch voce, 5) tipo di database e tipo, 6) sistema operativo e versione, e 7) indirizzo IP pubblico. Se non vuoi che queste informazioni vengano trasmesse, lascia disabilitato il Progetto Notifiche e nessuna informazione del tuo sistema verrà trasmessa.";
|
||||
$text['message-disclaimer']['nl-nl'] = "";
|
||||
$text['message-disclaimer']['pl' ] = "Uwaga: W艂膮czanie Powiadomie艅 wi膮偶e si臋 z wyra偶eniem zgody na zbieranie anonimowych i og贸lnych informacji demograficznych dotycz膮cych 艣rodowiska, gdzie system zosta艂 zainstalowany. Zebrane informacje dotycz膮: 1) wersji FusionPBX, 2) wersji PHP, 3) rodzaj i wersja serwera www, 4) wersja PBXu, 5) rodzaj i wersja bazy danych, 6) wersja systemu operacyjnego i platforma, 7) publiczny adres IP. Je艣li nie chcesz, aby te informacje zosta艂y zebrane i przes艂ane, nie aktywuj funkcji Powiadomie艅.";
|
||||
$text['message-disclaimer']['pt-br'] = "Informa莽玫es sobre erros";
|
||||
$text['message-disclaimer']['pt-pt'] = "<u>Divulga玢o</u>: A habilita玢o do projeto Notifica珲es ?o consentimento para a coleta de <i>an鬾imo</i> e <i>geral</i> informa珲es demogr醘icas sobre o seu ambiente de instala玢o. As informa珲es solicitadas consiste no seguinte: 1) vers鉶 FusionPBX, 2) vers鉶 PHP, 3) servidor web e vers鉶, 4) vers鉶 interruptor de voz, 5) Tipo de banco de dados e vers鉶, 6) plataforma de sistema operacional e vers鉶, e 7) IP p鷅lico endere鏾. Se voc?n鉶 deseja que esta informa玢o ser submetida, basta deixar Projeto Notifica珲es desativada, e nenhuma informa玢o ser?apresentada sobre o sistema.";
|
||||
$text['message-disclaimer']['ru-ru'] = "<u>Соглашение</u>: Включение уведомлений о проекте - это согласие на сбор статистической информации <i>анонимной</i> и <i>общей</i> о вашей среде установки. Запрошенная информация состоит из следующих компонентов:<br> 1) версия FusionPBX;<br> 2) версия PHP;<br> 3) веб-сервер и версия;<br> 4) версия голосового коммутатора;<br> 5) тип и версия базы данных;<br> 6) платформа и версия операционной системы;<br> 7) публичный IP-адрес.<br>Если вы не хотите, чтобы эта информация была отправлена, просто отключите уведомление проекту, и информация о вашей системе не будет отправлена.";
|
||||
$text['message-disclaimer']['sv-se'] = "Information: Att aktivera Projekt Meddelande 盲r samtidigt ett samtycke till att anonym och demografisk information kommer att samlas in fr氓n din installationsmilj枚. Information som beg盲rs best氓r av f枚ljande : 1 ) FusionPBX versionen , 2 ) PHP -version , 3 ) webbserver och version , 4 ) r枚st switch version , 5 ) databas typ och version , 6 ) operativsystem plattform och version , samt 7 ) publik IP adress. Om du inte vill att denna information l盲mnas, l盲mna d氓 Projekt Meddelande avaktiverat.";
|
||||
$text['message-disclaimer']['uk' ] = "";
|
||||
|
||||
$text['message-demographics_submitted']['en-us'] = "Demographics Submitted";
|
||||
$text['message-demographics_submitted']['es-cl'] = "Demograf韆 Enviado";
|
||||
$text['message-demographics_submitted']['pt-pt'] = "Demografia Submetido";
|
||||
$text['message-demographics_submitted']['fr-fr'] = "D閙ographie Soumis";
|
||||
$text['message-demographics_submitted']['pt-br'] = "Demografia Submetida";
|
||||
$text['message-demographics_submitted']['pl'] = "Informacje demograficzne zosta艂y przed艂o偶one";
|
||||
$text['message-demographics_submitted']['ru-ru'] = "Статистическая информация отправлена";
|
||||
$text['message-demographics_submitted']['uk'] = "袛械屑芯谐褉邪褎褨褟 胁褨写锌褉邪胁谢械薪褟";
|
||||
$text['message-demographics_submitted']['sv-se'] = "Demografi Skickat";
|
||||
$text['message-demographics_submitted']['de-de'] = "Statistik weitergegeben";
|
||||
$text['message-demographics_submitted']['ar-eg'] = "";
|
||||
$text['message-demographics_submitted']['de-at'] = "Statistik weitergegeben";
|
||||
$text['message-demographics_submitted']['de-de'] = "Statistik weitergegeben";
|
||||
$text['message-demographics_submitted']['es-cl'] = "Demograf韆 Enviado";
|
||||
$text['message-demographics_submitted']['fr-fr'] = "D閙ographie Soumis";
|
||||
$text['message-demographics_submitted']['he' ] = "";
|
||||
$text['message-demographics_submitted']['it-it'] = "Informazioni trasmesse";
|
||||
$text['message-demographics_submitted']['nl-nl'] = "";
|
||||
$text['message-demographics_submitted']['pl' ] = "Informacje demograficzne zosta艂y przed艂o偶one";
|
||||
$text['message-demographics_submitted']['pt-br'] = "Demografia Submetida";
|
||||
$text['message-demographics_submitted']['pt-pt'] = "Demografia Submetido";
|
||||
$text['message-demographics_submitted']['ru-ru'] = "Статистическая информация отправлена";
|
||||
$text['message-demographics_submitted']['sv-se'] = "Demografi Skickat";
|
||||
$text['message-demographics_submitted']['uk' ] = "袛械屑芯谐褉邪褎褨褟 胁褨写锌褉邪胁谢械薪褟";
|
||||
|
||||
$text['message-demographics_click_here']['en-us'] = "click here";
|
||||
$text['message-demographics_click_here']['es-cl'] = "clic aqu?";
|
||||
$text['message-demographics_click_here']['pt-pt'] = "clicar aqui";
|
||||
$text['message-demographics_click_here']['fr-fr'] = "cliquez ici";
|
||||
$text['message-demographics_click_here']['pt-br'] = "Clique Aqui";
|
||||
$text['message-demographics_click_here']['pl'] = "kliknij tutaj";
|
||||
$text['message-demographics_click_here']['ru-ru'] = "нажмите сюда";
|
||||
$text['message-demographics_click_here']['uk'] = "泻谢褨泻薪褨褌褜 褌褍褌";
|
||||
$text['message-demographics_click_here']['sv-se'] = "klicka h盲r";
|
||||
$text['message-demographics_click_here']['de-de'] = "Hier Klicken";
|
||||
$text['message-demographics_click_here']['ar-eg'] = "";
|
||||
$text['message-demographics_click_here']['de-at'] = "Hier Klicken";
|
||||
$text['message-demographics_click_here']['de-de'] = "Hier Klicken";
|
||||
$text['message-demographics_click_here']['es-cl'] = "clic aqu?";
|
||||
$text['message-demographics_click_here']['fr-fr'] = "cliquez ici";
|
||||
$text['message-demographics_click_here']['he' ] = "";
|
||||
$text['message-demographics_click_here']['it-it'] = "clicca qui";
|
||||
$text['message-demographics_click_here']['nl-nl'] = "";
|
||||
$text['message-demographics_click_here']['pl' ] = "kliknij tutaj";
|
||||
$text['message-demographics_click_here']['pt-br'] = "Clique Aqui";
|
||||
$text['message-demographics_click_here']['pt-pt'] = "clicar aqui";
|
||||
$text['message-demographics_click_here']['ru-ru'] = "нажмите сюда";
|
||||
$text['message-demographics_click_here']['sv-se'] = "klicka h盲r";
|
||||
$text['message-demographics_click_here']['uk' ] = "泻谢褨泻薪褨褌褜 褌褍褌";
|
||||
|
||||
$text['message-demographics']['en-us'] = "<u>Note</u>: To help the FusionPBX project by submitting the demographic information described above <i>without</i> subscribing to Project Notifications, simply ";
|
||||
$text['message-demographics']['es-cl'] = "<u>Nota</u>: Para ayudar al proyecto FusionPBX presentando la informaci髇 demogr醘ica descrita anteriormente sin necesidad de suscribirse a Project Notificaciones, haga ";
|
||||
$text['message-demographics']['pt-pt'] = "<u>Nota</u>: Para ajudar o projeto FusionPBX, apresentando as informa珲es demogr醘icas descrito acima sem a assinatura do Projeto Notifica珲es, basta ";
|
||||
$text['message-demographics']['fr-fr'] = "<u>Remarque</u>: Pour aider le projet FusionPBX en soumettant l'information d閙ographique d閏rit ci-dessus, sans souscrire au Projet Notifications, ";
|
||||
$text['message-demographics']['pt-br'] = "Nota: Para ajudar o FusionPBX, nos ajude a solucionar o incidente";
|
||||
$text['message-demographics']['pl'] = "Uwaga: Aby wspom贸c projekt FusionPBX poprzez podanie informacji demograficznych opisanych powy偶ej bez konieczno艣ci aktywowania funkcji Powiadomie艅,";
|
||||
$text['message-demographics']['ru-ru'] = "<u>Примечание:</u> Чтобы помочь проекту FusionPBX, отправив статистической информацию, описанную выше, <i>без</i> подписывания на уведомления о проекте, просто";
|
||||
$text['message-demographics']['uk'] = "";
|
||||
$text['message-demographics']['sv-se'] = "Obs! F枚r att hj盲lpa FusionPBX projektet genom att skicka in demografisk information som beskrivs ovan utan att prenumerera p氓 Project Meddelanden , helt enkelt";
|
||||
$text['message-demographics']['de-de'] = "<u>Anmerkung</u>: Um das FusionPBX Projekt zu unterstützen ohne statistische Informationen über Ihre Installation preiszugeben, ";
|
||||
$text['message-demographics']['ar-eg'] = "";
|
||||
$text['message-demographics']['de-at'] = "<u>Anmerkung</u>: Um das FusionPBX Projekt zu unterstützen ohne statistische Informationen über Ihre Installation preiszugeben, ";
|
||||
$text['message-demographics']['de-de'] = "<u>Anmerkung</u>: Um das FusionPBX Projekt zu unterstützen ohne statistische Informationen über Ihre Installation preiszugeben, ";
|
||||
$text['message-demographics']['es-cl'] = "<u>Nota</u>: Para ayudar al proyecto FusionPBX presentando la informaci髇 demogr醘ica descrita anteriormente sin necesidad de suscribirse a Project Notificaciones, haga ";
|
||||
$text['message-demographics']['fr-fr'] = "<u>Remarque</u>: Pour aider le projet FusionPBX en soumettant l'information d閙ographique d閏rit ci-dessus, sans souscrire au Projet Notifications, ";
|
||||
$text['message-demographics']['he' ] = "";
|
||||
$text['message-demographics']['it-it'] = "<u>Nota</u>: Per aiutare il progetto FusionPBX inviando le informazioni descritte sopra <i>senza</i> iscriversi al Progetto Notifiche, semplicemente ";
|
||||
$text['message-demographics']['nl-nl'] = "";
|
||||
$text['message-demographics']['pl' ] = "Uwaga: Aby wspom贸c projekt FusionPBX poprzez podanie informacji demograficznych opisanych powy偶ej bez konieczno艣ci aktywowania funkcji Powiadomie艅,";
|
||||
$text['message-demographics']['pt-br'] = "Nota: Para ajudar o FusionPBX, nos ajude a solucionar o incidente";
|
||||
$text['message-demographics']['pt-pt'] = "<u>Nota</u>: Para ajudar o projeto FusionPBX, apresentando as informa珲es demogr醘icas descrito acima sem a assinatura do Projeto Notifica珲es, basta ";
|
||||
$text['message-demographics']['ru-ru'] = "<u>Примечание:</u> Чтобы помочь проекту FusionPBX, отправив статистической информацию, описанную выше, <i>без</i> подписывания на уведомления о проекте, просто";
|
||||
$text['message-demographics']['sv-se'] = "Obs! F枚r att hj盲lpa FusionPBX projektet genom att skicka in demografisk information som beskrivs ovan utan att prenumerera p氓 Project Meddelanden , helt enkelt";
|
||||
$text['message-demographics']['uk' ] = "";
|
||||
|
||||
$text['label-project_security']['en-us'] = "Security";
|
||||
$text['label-project_security']['es-cl'] = "Seguran鏰";
|
||||
$text['label-project_security']['pt-pt'] = "Seguran鏰";
|
||||
$text['label-project_security']['fr-fr'] = "S閏urit?";
|
||||
$text['label-project_security']['pt-br'] = "Seguran莽a";
|
||||
$text['label-project_security']['pl'] = "Zabezpieczenia";
|
||||
$text['label-project_security']['ru-ru'] = "Безопасность";
|
||||
$text['label-project_security']['uk'] = "袘械蟹锌械泻邪";
|
||||
$text['label-project_security']['sv-se'] = "S盲kerhet";
|
||||
$text['label-project_security']['de-de'] = "Sicherheit";
|
||||
$text['label-project_security']['ar-eg'] = "";
|
||||
$text['label-project_security']['de-at'] = "Sicherheit";
|
||||
$text['label-project_security']['de-de'] = "Sicherheit";
|
||||
$text['label-project_security']['es-cl'] = "Seguran鏰";
|
||||
$text['label-project_security']['fr-fr'] = "S閏urit?";
|
||||
$text['label-project_security']['he' ] = "";
|
||||
$text['label-project_security']['it-it'] = "Sicurezza";
|
||||
$text['label-project_security']['nl-nl'] = "";
|
||||
$text['label-project_security']['pl' ] = "Zabezpieczenia";
|
||||
$text['label-project_security']['pt-br'] = "Seguran莽a";
|
||||
$text['label-project_security']['pt-pt'] = "Seguran鏰";
|
||||
$text['label-project_security']['ru-ru'] = "Безопасность";
|
||||
$text['label-project_security']['sv-se'] = "S盲kerhet";
|
||||
$text['label-project_security']['uk' ] = "袘械蟹锌械泻邪";
|
||||
|
||||
$text['label-project_releases']['en-us'] = "Releases";
|
||||
$text['label-project_releases']['es-cl'] = "Estrenos";
|
||||
$text['label-project_releases']['pt-pt'] = "Lan鏰mentos";
|
||||
$text['label-project_releases']['fr-fr'] = "Communiqu閟";
|
||||
$text['label-project_releases']['pt-br'] = "Lan莽amentos";
|
||||
$text['label-project_releases']['pl'] = "Wydania";
|
||||
$text['label-project_releases']['ru-ru'] = "Релизы";
|
||||
$text['label-project_releases']['uk'] = "袪械谢褨蟹懈";
|
||||
$text['label-project_releases']['sv-se'] = "Utg氓va";
|
||||
$text['label-project_releases']['de-de'] = "Versionen";
|
||||
$text['label-project_releases']['ar-eg'] = "";
|
||||
$text['label-project_releases']['de-at'] = "Versionen";
|
||||
$text['label-project_releases']['de-de'] = "Versionen";
|
||||
$text['label-project_releases']['es-cl'] = "Estrenos";
|
||||
$text['label-project_releases']['fr-fr'] = "Communiqu閟";
|
||||
$text['label-project_releases']['he' ] = "";
|
||||
$text['label-project_releases']['it-it'] = "Rilasci";
|
||||
$text['label-project_releases']['nl-nl'] = "";
|
||||
$text['label-project_releases']['pl' ] = "Wydania";
|
||||
$text['label-project_releases']['pt-br'] = "Lan莽amentos";
|
||||
$text['label-project_releases']['pt-pt'] = "Lan鏰mentos";
|
||||
$text['label-project_releases']['ru-ru'] = "Релизы";
|
||||
$text['label-project_releases']['sv-se'] = "Utg氓va";
|
||||
$text['label-project_releases']['uk' ] = "袪械谢褨蟹懈";
|
||||
|
||||
$text['label-project_notifications']['en-us'] = "Project Notifications";
|
||||
$text['label-project_notifications']['es-cl'] = "Proyecto Notificaciones";
|
||||
$text['label-project_notifications']['pt-pt'] = "Projeto Notifica珲es";
|
||||
$text['label-project_notifications']['fr-fr'] = "Notifications Projet";
|
||||
$text['label-project_notifications']['pt-br'] = "Notifica莽玫es do Sistema";
|
||||
$text['label-project_notifications']['pl'] = "Powiadomienia projektu";
|
||||
$text['label-project_notifications']['ru-ru'] = "Уведомления о проекте";
|
||||
$text['label-project_notifications']['uk'] = "小锌芯胁褨褖械薪薪褟 锌褉芯械泻褌褍";
|
||||
$text['label-project_notifications']['sv-se'] = "Projekt Meddelanden";
|
||||
$text['label-project_notifications']['de-de'] = "Projekt Benachrichtigungen";
|
||||
$text['label-project_notifications']['ar-eg'] = "";
|
||||
$text['label-project_notifications']['de-at'] = "Projekt Benachrichtigungen";
|
||||
$text['label-project_notifications']['de-de'] = "Projekt Benachrichtigungen";
|
||||
$text['label-project_notifications']['es-cl'] = "Proyecto Notificaciones";
|
||||
$text['label-project_notifications']['fr-fr'] = "Notifications Projet";
|
||||
$text['label-project_notifications']['he' ] = "";
|
||||
$text['label-project_notifications']['it-it'] = "Progetto Notifiche";
|
||||
$text['label-project_notifications']['nl-nl'] = "";
|
||||
$text['label-project_notifications']['pl' ] = "Powiadomienia projektu";
|
||||
$text['label-project_notifications']['pt-br'] = "Notifica莽玫es do Sistema";
|
||||
$text['label-project_notifications']['pt-pt'] = "Projeto Notifica珲es";
|
||||
$text['label-project_notifications']['ru-ru'] = "Уведомления о проекте";
|
||||
$text['label-project_notifications']['sv-se'] = "Projekt Meddelanden";
|
||||
$text['label-project_notifications']['uk' ] = "小锌芯胁褨褖械薪薪褟 锌褉芯械泻褌褍";
|
||||
|
||||
$text['label-project_notification_recipient']['en-us'] = "Recipient";
|
||||
$text['label-project_notification_recipient']['es-cl'] = "Beneficiario";
|
||||
$text['label-project_notification_recipient']['pt-pt'] = "Benefici醨io";
|
||||
$text['label-project_notification_recipient']['fr-fr'] = "Destinataire";
|
||||
$text['label-project_notification_recipient']['pt-br'] = "Benefici谩rio";
|
||||
$text['label-project_notification_recipient']['pl'] = "Odbiorca";
|
||||
$text['label-project_notification_recipient']['ru-ru'] = "Получатель";
|
||||
$text['label-project_notification_recipient']['uk'] = "袨褌褉懈屑褍胁邪褔";
|
||||
$text['label-project_notification_recipient']['sv-se'] = "Mottagare";
|
||||
$text['label-project_notification_recipient']['de-de'] = "Empfänger";
|
||||
$text['label-project_notification_recipient']['ar-eg'] = "";
|
||||
$text['label-project_notification_recipient']['de-at'] = "Empfänger";
|
||||
$text['label-project_notification_recipient']['de-de'] = "Empfänger";
|
||||
$text['label-project_notification_recipient']['es-cl'] = "Beneficiario";
|
||||
$text['label-project_notification_recipient']['fr-fr'] = "Destinataire";
|
||||
$text['label-project_notification_recipient']['he' ] = "";
|
||||
$text['label-project_notification_recipient']['it-it'] = "Destinatario";
|
||||
$text['label-project_notification_recipient']['nl-nl'] = "";
|
||||
$text['label-project_notification_recipient']['pl' ] = "Odbiorca";
|
||||
$text['label-project_notification_recipient']['pt-br'] = "Benefici谩rio";
|
||||
$text['label-project_notification_recipient']['pt-pt'] = "Benefici醨io";
|
||||
$text['label-project_notification_recipient']['ru-ru'] = "Получатель";
|
||||
$text['label-project_notification_recipient']['sv-se'] = "Mottagare";
|
||||
$text['label-project_notification_recipient']['uk' ] = "袨褌褉懈屑褍胁邪褔";
|
||||
|
||||
$text['label-project_notification_method']['en-us'] = "Method";
|
||||
$text['label-project_notification_method']['es-cl'] = "M閠odo";
|
||||
$text['label-project_notification_method']['pt-pt'] = "M閠odo";
|
||||
$text['label-project_notification_method']['fr-fr'] = "M閠hode";
|
||||
$text['label-project_notification_method']['pt-br'] = "M茅todo";
|
||||
$text['label-project_notification_method']['pl'] = "Metoda";
|
||||
$text['label-project_notification_method']['ru-ru'] = "Метод";
|
||||
$text['label-project_notification_method']['uk'] = "袦械褌芯写";
|
||||
$text['label-project_notification_method']['sv-se'] = "Metod";
|
||||
$text['label-project_notification_method']['de-de'] = "Methode";
|
||||
$text['label-project_notification_method']['ar-eg'] = "";
|
||||
$text['label-project_notification_method']['de-at'] = "Methode";
|
||||
$text['label-project_notification_method']['de-de'] = "Methode";
|
||||
$text['label-project_notification_method']['es-cl'] = "M閠odo";
|
||||
$text['label-project_notification_method']['fr-fr'] = "M閠hode";
|
||||
$text['label-project_notification_method']['he' ] = "";
|
||||
$text['label-project_notification_method']['it-it'] = "Metodo";
|
||||
$text['label-project_notification_method']['nl-nl'] = "";
|
||||
$text['label-project_notification_method']['pl' ] = "Metoda";
|
||||
$text['label-project_notification_method']['pt-br'] = "M茅todo";
|
||||
$text['label-project_notification_method']['pt-pt'] = "M閠odo";
|
||||
$text['label-project_notification_method']['ru-ru'] = "Метод";
|
||||
$text['label-project_notification_method']['sv-se'] = "Metod";
|
||||
$text['label-project_notification_method']['uk' ] = "袦械褌芯写";
|
||||
|
||||
$text['label-project_news']['en-us'] = "News";
|
||||
$text['label-project_news']['es-cl'] = "Noticias";
|
||||
$text['label-project_news']['pt-pt'] = "Not韈ia";
|
||||
$text['label-project_news']['fr-fr'] = "Nouvelles";
|
||||
$text['label-project_news']['pt-br'] = "Not铆cia";
|
||||
$text['label-project_news']['pl'] = "Aktualno艣ci";
|
||||
$text['label-project_news']['ru-ru'] = "Новости";
|
||||
$text['label-project_news']['uk'] = "袧芯胁懈薪懈";
|
||||
$text['label-project_news']['sv-se'] = "Nyheter";
|
||||
$text['label-project_news']['de-de'] = "Nachrichten";
|
||||
$text['label-project_news']['ar-eg'] = "";
|
||||
$text['label-project_news']['de-at'] = "Nachrichten";
|
||||
$text['label-project_news']['de-de'] = "Nachrichten";
|
||||
$text['label-project_news']['es-cl'] = "Noticias";
|
||||
$text['label-project_news']['fr-fr'] = "Nouvelles";
|
||||
$text['label-project_news']['he' ] = "";
|
||||
$text['label-project_news']['it-it'] = "Novità";
|
||||
$text['label-project_news']['nl-nl'] = "";
|
||||
$text['label-project_news']['pl' ] = "Aktualno艣ci";
|
||||
$text['label-project_news']['pt-br'] = "Not铆cia";
|
||||
$text['label-project_news']['pt-pt'] = "Not韈ia";
|
||||
$text['label-project_news']['ru-ru'] = "Новости";
|
||||
$text['label-project_news']['sv-se'] = "Nyheter";
|
||||
$text['label-project_news']['uk' ] = "袧芯胁懈薪懈";
|
||||
|
||||
$text['label-project_events']['en-us'] = "Events";
|
||||
$text['label-project_events']['es-cl'] = "Eventos";
|
||||
$text['label-project_events']['pt-pt'] = "Eventos";
|
||||
$text['label-project_events']['fr-fr'] = "関閚ements";
|
||||
$text['label-project_events']['pt-br'] = "Eventos";
|
||||
$text['label-project_events']['pl'] = "Wydarzenia";
|
||||
$text['label-project_events']['ru-ru'] = "События";
|
||||
$text['label-project_events']['uk'] = "袩芯写褨褩";
|
||||
$text['label-project_events']['sv-se'] = "Evenemang";
|
||||
$text['label-project_events']['de-de'] = "Veranstaltungen";
|
||||
$text['label-project_events']['ar-eg'] = "";
|
||||
$text['label-project_events']['de-at'] = "Veranstaltungen";
|
||||
$text['label-project_events']['de-de'] = "Veranstaltungen";
|
||||
$text['label-project_events']['es-cl'] = "Eventos";
|
||||
$text['label-project_events']['fr-fr'] = "関閚ements";
|
||||
$text['label-project_events']['he' ] = "";
|
||||
$text['label-project_events']['it-it'] = "Eventi";
|
||||
$text['label-project_events']['nl-nl'] = "";
|
||||
$text['label-project_events']['pl' ] = "Wydarzenia";
|
||||
$text['label-project_events']['pt-br'] = "Eventos";
|
||||
$text['label-project_events']['pt-pt'] = "Eventos";
|
||||
$text['label-project_events']['ru-ru'] = "События";
|
||||
$text['label-project_events']['sv-se'] = "Evenemang";
|
||||
$text['label-project_events']['uk' ] = "袩芯写褨褩";
|
||||
|
||||
$text['header-notifications']['en-us'] = "Notifications";
|
||||
$text['header-notifications']['es-cl'] = "Notificaciones";
|
||||
$text['header-notifications']['pt-pt'] = "Notifica珲es";
|
||||
$text['header-notifications']['fr-fr'] = "Notifications";
|
||||
$text['header-notifications']['pt-br'] = "Notifica莽玫es";
|
||||
$text['header-notifications']['pl'] = "Powiadomienia";
|
||||
$text['header-notifications']['ru-ru'] = "Уведомления";
|
||||
$text['header-notifications']['uk'] = "小锌芯胁褨褖械薪薪褟";
|
||||
$text['header-notifications']['sv-se'] = "Meddelanden";
|
||||
$text['header-notifications']['de-de'] = "Benachrichtigungen";
|
||||
$text['header-notifications']['ar-eg'] = "";
|
||||
$text['header-notifications']['de-at'] = "Benachrichtigungen";
|
||||
$text['header-notifications']['de-de'] = "Benachrichtigungen";
|
||||
$text['header-notifications']['es-cl'] = "Notificaciones";
|
||||
$text['header-notifications']['fr-fr'] = "Notifications";
|
||||
$text['header-notifications']['he' ] = "";
|
||||
$text['header-notifications']['it-it'] = "Notifiche";
|
||||
$text['header-notifications']['nl-nl'] = "";
|
||||
$text['header-notifications']['pl' ] = "Powiadomienia";
|
||||
$text['header-notifications']['pt-br'] = "Notifica莽玫es";
|
||||
$text['header-notifications']['pt-pt'] = "Notifica珲es";
|
||||
$text['header-notifications']['ru-ru'] = "Уведомления";
|
||||
$text['header-notifications']['sv-se'] = "Meddelanden";
|
||||
$text['header-notifications']['uk' ] = "小锌芯胁褨褖械薪薪褟";
|
||||
|
||||
$text['description-project_security']['en-us'] = "Receive notifications of security updates.";
|
||||
$text['description-project_security']['es-cl'] = "Recibir notificaciones de actualizaciones de seguridad.";
|
||||
$text['description-project_security']['pt-pt'] = "Receber notifica珲es de atualiza珲es de seguran鏰.";
|
||||
$text['description-project_security']['fr-fr'] = "Receber notifica珲es de atualiza珲es de seguran鏰.";
|
||||
$text['description-project_security']['pt-br'] = "Receber notifica莽玫es de atualiza莽茫o de seguran莽a";
|
||||
$text['description-project_security']['pl'] = "Otrzymuj powiadomienia o aktualizacjach zabezpiecze艅.";
|
||||
$text['description-project_security']['ru-ru'] = "Получать уведомления об обновлениях безопасности.";
|
||||
$text['description-project_security']['uk'] = "";
|
||||
$text['description-project_security']['sv-se'] = "Ta emot meddelanden om s盲kerhets uppdateringar.";
|
||||
$text['description-project_security']['de-de'] = "Benachrichtigungen über Sicherheitskritische Updates erhalten.";
|
||||
$text['description-project_security']['ar-eg'] = "";
|
||||
$text['description-project_security']['de-at'] = "Benachrichtigungen über Sicherheitskritische Updates erhalten.";
|
||||
$text['description-project_security']['de-de'] = "Benachrichtigungen über Sicherheitskritische Updates erhalten.";
|
||||
$text['description-project_security']['es-cl'] = "Recibir notificaciones de actualizaciones de seguridad.";
|
||||
$text['description-project_security']['fr-fr'] = "Receber notifica珲es de atualiza珲es de seguran鏰.";
|
||||
$text['description-project_security']['he' ] = "";
|
||||
$text['description-project_security']['it-it'] = "Ricevi le notifiche sugli aggiornamenti di sicurezza.";
|
||||
$text['description-project_security']['nl-nl'] = "";
|
||||
$text['description-project_security']['pl' ] = "Otrzymuj powiadomienia o aktualizacjach zabezpiecze艅.";
|
||||
$text['description-project_security']['pt-br'] = "Receber notifica莽玫es de atualiza莽茫o de seguran莽a";
|
||||
$text['description-project_security']['pt-pt'] = "Receber notifica珲es de atualiza珲es de seguran鏰.";
|
||||
$text['description-project_security']['ru-ru'] = "Получать уведомления об обновлениях безопасности.";
|
||||
$text['description-project_security']['sv-se'] = "Ta emot meddelanden om s盲kerhets uppdateringar.";
|
||||
$text['description-project_security']['uk' ] = "";
|
||||
|
||||
$text['description-project_releases']['en-us'] = "Receive notifications when new stable version of FusionPBX are released and available for download.";
|
||||
$text['description-project_releases']['es-cl'] = "Reciba notificaciones cuando una nueva versi髇 estable de FusionPBX se liberan y disponible para su descarga.";
|
||||
$text['description-project_releases']['pt-pt'] = "Receba notifica珲es quando nova vers鉶 est醰el do FusionPBX s鉶 liberados e dispon韛eis para download.";
|
||||
$text['description-project_releases']['fr-fr'] = "Recevez des alertes lorsque la nouvelle version stable de FusionPBX sont lib閞閟 et disponibles pour le t閘閏hargement.";
|
||||
$text['description-project_releases']['pt-br'] = "Receber notifica莽玫es sobre uma nova vers茫o disponivel para download";
|
||||
$text['description-project_releases']['pl'] = "Otrzymuj powiadomienia kiedy nowe i stabilne wersje FusionPBX zostaj膮 wydane i dost臋pne do pobrania.";
|
||||
$text['description-project_releases']['ru-ru'] = "Получать уведомления, когда новая стабильная версия FusionPBX выпущена и доступна для загрузки.";
|
||||
$text['description-project_releases']['uk'] = "";
|
||||
$text['description-project_releases']['sv-se'] = "Ta emot meddelanden n盲r nya stabila versioner av FusionPBX sl盲pps och finns f枚r nedladdning. ";
|
||||
$text['description-project_releases']['de-de'] = "Benachrichtigungen über neue stabile Versionen von FusionPBX erhalten.";
|
||||
$text['description-project_releases']['ar-eg'] = "";
|
||||
$text['description-project_releases']['de-at'] = "Benachrichtigungen über neue stabile Versionen von FusionPBX erhalten.";
|
||||
$text['description-project_releases']['de-de'] = "Benachrichtigungen über neue stabile Versionen von FusionPBX erhalten.";
|
||||
$text['description-project_releases']['es-cl'] = "Reciba notificaciones cuando una nueva versi髇 estable de FusionPBX se liberan y disponible para su descarga.";
|
||||
$text['description-project_releases']['fr-fr'] = "Recevez des alertes lorsque la nouvelle version stable de FusionPBX sont lib閞閟 et disponibles pour le t閘閏hargement.";
|
||||
$text['description-project_releases']['he' ] = "";
|
||||
$text['description-project_releases']['it-it'] = "Ricevi notifiche quando una nuova versione stabile di FusionPBX è rilasciata e disponibile per il download.";
|
||||
$text['description-project_releases']['nl-nl'] = "";
|
||||
$text['description-project_releases']['pl' ] = "Otrzymuj powiadomienia kiedy nowe i stabilne wersje FusionPBX zostaj膮 wydane i dost臋pne do pobrania.";
|
||||
$text['description-project_releases']['pt-br'] = "Receber notifica莽玫es sobre uma nova vers茫o disponivel para download";
|
||||
$text['description-project_releases']['pt-pt'] = "Receba notifica珲es quando nova vers鉶 est醰el do FusionPBX s鉶 liberados e dispon韛eis para download.";
|
||||
$text['description-project_releases']['ru-ru'] = "Получать уведомления, когда новая стабильная версия FusionPBX выпущена и доступна для загрузки.";
|
||||
$text['description-project_releases']['sv-se'] = "Ta emot meddelanden n盲r nya stabila versioner av FusionPBX sl盲pps och finns f枚r nedladdning. ";
|
||||
$text['description-project_releases']['uk' ] = "";
|
||||
|
||||
$text['description-project_notifications']['en-us'] = "Enable FusionPBX project notifications.";
|
||||
$text['description-project_notifications']['es-cl'] = "Habilitar las notificaciones de proyectos FusionPBX.";
|
||||
$text['description-project_notifications']['pt-pt'] = "Ativar notifica珲es de projetos FusionPBX.";
|
||||
$text['description-project_notifications']['fr-fr'] = "Ativar notifica珲es de projetos FusionPBX.";
|
||||
$text['description-project_notifications']['pt-br'] = "Ativivar notifica莽玫es do sistema";
|
||||
$text['description-project_notifications']['pl'] = "W艂膮cz powiadomienia projektu FusionPBX.";
|
||||
$text['description-project_notifications']['ru-ru'] = "Включить уведомления проекта FusionPBX.";
|
||||
$text['description-project_notifications']['uk'] = "";
|
||||
$text['description-project_notifications']['sv-se'] = "Aktivera FusionPBX projekt meddelanden.";
|
||||
$text['description-project_notifications']['de-de'] = "FusionPBX Projekt-Benachrichtigung aktivieren.";
|
||||
$text['description-project_notifications']['ar-eg'] = "";
|
||||
$text['description-project_notifications']['de-at'] = "FusionPBX Projekt-Benachrichtigung aktivieren.";
|
||||
$text['description-project_notifications']['de-de'] = "FusionPBX Projekt-Benachrichtigung aktivieren.";
|
||||
$text['description-project_notifications']['es-cl'] = "Habilitar las notificaciones de proyectos FusionPBX.";
|
||||
$text['description-project_notifications']['fr-fr'] = "Ativar notifica珲es de projetos FusionPBX.";
|
||||
$text['description-project_notifications']['he' ] = "";
|
||||
$text['description-project_notifications']['it-it'] = "Abilita il progetto di notifiche di FusionPBX.";
|
||||
$text['description-project_notifications']['nl-nl'] = "";
|
||||
$text['description-project_notifications']['pl' ] = "W艂膮cz powiadomienia projektu FusionPBX.";
|
||||
$text['description-project_notifications']['pt-br'] = "Ativivar notifica莽玫es do sistema";
|
||||
$text['description-project_notifications']['pt-pt'] = "Ativar notifica珲es de projetos FusionPBX.";
|
||||
$text['description-project_notifications']['ru-ru'] = "Включить уведомления проекта FusionPBX.";
|
||||
$text['description-project_notifications']['sv-se'] = "Aktivera FusionPBX projekt meddelanden.";
|
||||
$text['description-project_notifications']['uk' ] = "";
|
||||
|
||||
$text['description-project_notification_recipient']['en-us'] = "Enter the desired Email Address for the recipient.";
|
||||
$text['description-project_notification_recipient']['es-cl'] = "Introduzca la deseada direcci髇 de correo electr髇ico del destinatario.";
|
||||
$text['description-project_notification_recipient']['pt-pt'] = "Digite o endere鏾 de email desejado para o destinat醨io.";
|
||||
$text['description-project_notification_recipient']['fr-fr'] = "Entrez l'adresse e-mail souhait閑 pour le destinataire.";
|
||||
$text['description-project_notification_recipient']['pt-br'] = "Digite o endere莽o de email desejado para o destinat谩rio";
|
||||
$text['description-project_notification_recipient']['pl'] = "Wpisz adres e-mail odbiorcy.";
|
||||
$text['description-project_notification_recipient']['ru-ru'] = "Введите адрес электронной почты получателя.";
|
||||
$text['description-project_notification_recipient']['uk'] = "";
|
||||
$text['description-project_notification_recipient']['sv-se'] = "Ange 枚nskad e-postadress f枚r mottagaren.";
|
||||
$text['description-project_notification_recipient']['de-de'] = "Geben Sie die gewünschte E-Mail Addresse ein.";
|
||||
$text['description-project_notification_recipient']['ar-eg'] = "";
|
||||
$text['description-project_notification_recipient']['de-at'] = "Geben Sie die gewünschte E-Mail Addresse ein.";
|
||||
$text['description-project_notification_recipient']['de-de'] = "Geben Sie die gewünschte E-Mail Addresse ein.";
|
||||
$text['description-project_notification_recipient']['es-cl'] = "Introduzca la deseada direcci髇 de correo electr髇ico del destinatario.";
|
||||
$text['description-project_notification_recipient']['fr-fr'] = "Entrez l'adresse e-mail souhait閑 pour le destinataire.";
|
||||
$text['description-project_notification_recipient']['he' ] = "";
|
||||
$text['description-project_notification_recipient']['it-it'] = "Inserisci l'indirizzo email destinatario desiderato.";
|
||||
$text['description-project_notification_recipient']['nl-nl'] = "";
|
||||
$text['description-project_notification_recipient']['pl' ] = "Wpisz adres e-mail odbiorcy.";
|
||||
$text['description-project_notification_recipient']['pt-br'] = "Digite o endere莽o de email desejado para o destinat谩rio";
|
||||
$text['description-project_notification_recipient']['pt-pt'] = "Digite o endere鏾 de email desejado para o destinat醨io.";
|
||||
$text['description-project_notification_recipient']['ru-ru'] = "Введите адрес электронной почты получателя.";
|
||||
$text['description-project_notification_recipient']['sv-se'] = "Ange 枚nskad e-postadress f枚r mottagaren.";
|
||||
$text['description-project_notification_recipient']['uk' ] = "";
|
||||
|
||||
$text['description-project_notification_method']['en-us'] = "Select the desired method of communication.";
|
||||
$text['description-project_notification_method']['es-cl'] = "Seleccione el m閠odo deseado de la comunicaci髇.";
|
||||
$text['description-project_notification_method']['pt-pt'] = "Seleccione o m閠odo desejado de comunica玢o.";
|
||||
$text['description-project_notification_method']['fr-fr'] = "S閘ectionnez la m閠hode souhait閑 de communication.";
|
||||
$text['description-project_notification_method']['pt-br'] = "Selecione o m茅todo desejado de comunica莽茫o";
|
||||
$text['description-project_notification_method']['pl'] = "Wybierz metod臋 komunikacji.";
|
||||
$text['description-project_notification_method']['ru-ru'] = "Выберите желаемый способ связи.";
|
||||
$text['description-project_notification_method']['uk'] = "";
|
||||
$text['description-project_notification_method']['sv-se'] = "V盲lj 枚nskad metod f枚r kommunikation.";
|
||||
$text['description-project_notification_method']['de-de'] = "Wählen Sie den gewünschten Kommunikationsweg.";
|
||||
$text['description-project_notification_method']['ar-eg'] = "";
|
||||
$text['description-project_notification_method']['de-at'] = "Wählen Sie den gewünschten Kommunikationsweg.";
|
||||
$text['description-project_notification_method']['de-de'] = "Wählen Sie den gewünschten Kommunikationsweg.";
|
||||
$text['description-project_notification_method']['es-cl'] = "Seleccione el m閠odo deseado de la comunicaci髇.";
|
||||
$text['description-project_notification_method']['fr-fr'] = "S閘ectionnez la m閠hode souhait閑 de communication.";
|
||||
$text['description-project_notification_method']['he' ] = "";
|
||||
$text['description-project_notification_method']['it-it'] = "Seleziona il metodo di comunicazione.";
|
||||
$text['description-project_notification_method']['nl-nl'] = "";
|
||||
$text['description-project_notification_method']['pl' ] = "Wybierz metod臋 komunikacji.";
|
||||
$text['description-project_notification_method']['pt-br'] = "Selecione o m茅todo desejado de comunica莽茫o";
|
||||
$text['description-project_notification_method']['pt-pt'] = "Seleccione o m閠odo desejado de comunica玢o.";
|
||||
$text['description-project_notification_method']['ru-ru'] = "Выберите желаемый способ связи.";
|
||||
$text['description-project_notification_method']['sv-se'] = "V盲lj 枚nskad metod f枚r kommunikation.";
|
||||
$text['description-project_notification_method']['uk' ] = "";
|
||||
|
||||
$text['description-project_news']['en-us'] = "Receive notifications of general FusionPBX related news and information.";
|
||||
$text['description-project_news']['es-cl'] = "Recibir notificaciones de noticias FusionPBX relacionadas e informaci髇 general.";
|
||||
$text['description-project_news']['pt-pt'] = "Receber notifica珲es de not韈ias e informa珲es gerais FusionPBX relacionados.";
|
||||
$text['description-project_news']['fr-fr'] = "Recevoir des notifications de nouvelles et d'information g閚閞ale FusionPBX li閟.";
|
||||
$text['description-project_news']['pt-br'] = "Receber notifica莽玫es, not铆cias e informa莽玫es gerais relacionadas ao sistema";
|
||||
$text['description-project_news']['pl'] = "Otrzymuj og贸lne powiadomienia zawieraj膮ce informacje i nowo艣ci o projekcie FusionPBX.";
|
||||
$text['description-project_news']['ru-ru'] = "Получать уведомления об общих новостях и информации FusionPBX.";
|
||||
$text['description-project_news']['uk'] = "";
|
||||
$text['description-project_news']['sv-se'] = "Ta emot meddelanden om allm盲nna FusionPBX relaterade nyheter och information.";
|
||||
$text['description-project_news']['de-de'] = "Allgemeine Informationen über FusionPBX.";
|
||||
$text['description-project_news']['ar-eg'] = "";
|
||||
$text['description-project_news']['de-at'] = "Allgemeine Informationen über FusionPBX.";
|
||||
$text['description-project_news']['de-de'] = "Allgemeine Informationen über FusionPBX.";
|
||||
$text['description-project_news']['es-cl'] = "Recibir notificaciones de noticias FusionPBX relacionadas e informaci髇 general.";
|
||||
$text['description-project_news']['fr-fr'] = "Recevoir des notifications de nouvelles et d'information g閚閞ale FusionPBX li閟.";
|
||||
$text['description-project_news']['he' ] = "";
|
||||
$text['description-project_news']['it-it'] = "Ricevi notifiche su novità e informazioni generali su FusionPBX.";
|
||||
$text['description-project_news']['nl-nl'] = "";
|
||||
$text['description-project_news']['pl' ] = "Otrzymuj og贸lne powiadomienia zawieraj膮ce informacje i nowo艣ci o projekcie FusionPBX.";
|
||||
$text['description-project_news']['pt-br'] = "Receber notifica莽玫es, not铆cias e informa莽玫es gerais relacionadas ao sistema";
|
||||
$text['description-project_news']['pt-pt'] = "Receber notifica珲es de not韈ias e informa珲es gerais FusionPBX relacionados.";
|
||||
$text['description-project_news']['ru-ru'] = "Получать уведомления об общих новостях и информации FusionPBX.";
|
||||
$text['description-project_news']['sv-se'] = "Ta emot meddelanden om allm盲nna FusionPBX relaterade nyheter och information.";
|
||||
$text['description-project_news']['uk' ] = "";
|
||||
|
||||
$text['description-project_events']['en-us'] = "Receive notifications of upcoming FusionPBX training classes, convention booths, and other events related to the project.";
|
||||
$text['description-project_events']['es-cl'] = "Recibir notificaciones de pr髕imas clases FusionPBX formaci髇, cabinas de convenciones y otros eventos relacionados con el proyecto.";
|
||||
$text['description-project_events']['pt-pt'] = "Receber notifica珲es de futuras aulas FusionPBX forma玢o, cabines de conven珲es e outros eventos relacionados ao projeto.";
|
||||
$text['description-project_events']['fr-fr'] = "Recevoir des notifications de venir les classes FusionPBX de formation, des stands de congr鑣 et d'autres 関閚ements li閟 au projet.";
|
||||
$text['description-project_events']['pt-br'] = "Receber notifica莽玫es futuros treinamentos sobre o sistema e outros eventos";
|
||||
$text['description-project_events']['pl'] = "Otrzymuj powiadomienia zawieraj膮ce informacje o zbli偶aj膮cych si臋 szkoleniach, zjazdach oraz innych wydarzeniach zwi膮zanych z projektem FusionPBX.";
|
||||
$text['description-project_events']['ru-ru'] = "Получать уведомления о предстоящих учебных классах FusionPBX, стендах для конференций и других событиях, связанных с проектом.";
|
||||
$text['description-project_events']['uk'] = "";
|
||||
$text['description-project_events']['sv-se'] = "F氓 meddelanden om kommande FusionPBX utbildningar , utst盲llningar och andra h盲ndelser relaterade till projektet.";
|
||||
$text['description-project_events']['de-de'] = "Benachrichtigungen über kommende FusionPBX Schulungen und andere Projektbezogene Veranstaltungen.";
|
||||
$text['description-project_events']['ar-eg'] = "";
|
||||
$text['description-project_events']['de-at'] = "Benachrichtigungen über kommende FusionPBX Schulungen und andere Projektbezogene Veranstaltungen.";
|
||||
$text['description-project_events']['de-de'] = "Benachrichtigungen über kommende FusionPBX Schulungen und andere Projektbezogene Veranstaltungen.";
|
||||
$text['description-project_events']['es-cl'] = "Recibir notificaciones de pr髕imas clases FusionPBX formaci髇, cabinas de convenciones y otros eventos relacionados con el proyecto.";
|
||||
$text['description-project_events']['fr-fr'] = "Recevoir des notifications de venir les classes FusionPBX de formation, des stands de congr鑣 et d'autres 関閚ements li閟 au projet.";
|
||||
$text['description-project_events']['he' ] = "";
|
||||
$text['description-project_events']['it-it'] = "Ricevi notifiche dei corsi FusionPBX, convenzioni, e altri eventi collegati al progetto.";
|
||||
$text['description-project_events']['nl-nl'] = "";
|
||||
$text['description-project_events']['pl' ] = "Otrzymuj powiadomienia zawieraj膮ce informacje o zbli偶aj膮cych si臋 szkoleniach, zjazdach oraz innych wydarzeniach zwi膮zanych z projektem FusionPBX.";
|
||||
$text['description-project_events']['pt-br'] = "Receber notifica莽玫es futuros treinamentos sobre o sistema e outros eventos";
|
||||
$text['description-project_events']['pt-pt'] = "Receber notifica珲es de futuras aulas FusionPBX forma玢o, cabines de conven珲es e outros eventos relacionados ao projeto.";
|
||||
$text['description-project_events']['ru-ru'] = "Получать уведомления о предстоящих учебных классах FusionPBX, стендах для конференций и других событиях, связанных с проектом.";
|
||||
$text['description-project_events']['sv-se'] = "F氓 meddelanden om kommande FusionPBX utbildningar , utst盲llningar och andra h盲ndelser relaterade till projektet.";
|
||||
$text['description-project_events']['uk' ] = "";
|
||||
|
||||
$text['description-notifications']['en-us'] = "Set notification preferences for FusionPBX project-related communication and other local system alerts.";
|
||||
$text['description-notifications']['es-cl'] = "Definici髇 de las preferencias de notificaci髇 de la comunicaci髇 relacionada con el proyecto FusionPBX y otras alertas del sistema local.";
|
||||
$text['description-notifications']['pt-pt'] = "Definir prefer阯cias de notifica玢o para a comunica玢o relacionada com o projecto FusionPBX e outros alertas do sistema local.";
|
||||
$text['description-notifications']['fr-fr'] = "Definici髇 de las preferencias de notificaci髇 de la comunicaci髇 relacionada con el proyecto FusionPBX y otras alertas del sistema local.";
|
||||
$text['description-notifications']['pt-br'] = "Definir prefer锚ncias de notifica莽玫es para a comunica莽茫o relacionada ao sistema";
|
||||
$text['description-notifications']['pl'] = "Ustawienia preferencji powiadomie艅 zawieraj膮cych informacje o projekcie FusionPBX i innych lokalnych alertach systemowych.";
|
||||
$text['description-notifications']['ru-ru'] = "Устанавливать настройки уведомлений для FusionPBX связанных с проектом сообщений и других локальных системных предупреждений.";
|
||||
$text['description-notifications']['uk'] = "";
|
||||
$text['description-notifications']['sv-se'] = "Inst盲llningar f枚r FusionPBX relaterade meddelanden och andra lokala system varningar.";
|
||||
$text['description-notifications']['de-de'] = "Benachrichtigungseinstellungen für FusionPBX Projektbezogene Informationen.";
|
||||
$text['description-notifications']['ar-eg'] = "";
|
||||
$text['description-notifications']['de-at'] = "Benachrichtigungseinstellungen für FusionPBX Projektbezogene Informationen.";
|
||||
$text['description-notifications']['de-de'] = "Benachrichtigungseinstellungen für FusionPBX Projektbezogene Informationen.";
|
||||
$text['description-notifications']['es-cl'] = "Definici髇 de las preferencias de notificaci髇 de la comunicaci髇 relacionada con el proyecto FusionPBX y otras alertas del sistema local.";
|
||||
$text['description-notifications']['fr-fr'] = "Definici髇 de las preferencias de notificaci髇 de la comunicaci髇 relacionada con el proyecto FusionPBX y otras alertas del sistema local.";
|
||||
$text['description-notifications']['he' ] = "";
|
||||
$text['description-notifications']['it-it'] = "Imposta le preferene di notifica per i progetti collegati a FusionPBX e altri alert di sistema locali.";
|
||||
$text['description-notifications']['nl-nl'] = "";
|
||||
$text['description-notifications']['pl' ] = "Ustawienia preferencji powiadomie艅 zawieraj膮cych informacje o projekcie FusionPBX i innych lokalnych alertach systemowych.";
|
||||
$text['description-notifications']['pt-br'] = "Definir prefer锚ncias de notifica莽玫es para a comunica莽茫o relacionada ao sistema";
|
||||
$text['description-notifications']['pt-pt'] = "Definir prefer阯cias de notifica玢o para a comunica玢o relacionada com o projecto FusionPBX e outros alertas do sistema local.";
|
||||
$text['description-notifications']['ru-ru'] = "Устанавливать настройки уведомлений для FusionPBX связанных с проектом сообщений и других локальных системных предупреждений.";
|
||||
$text['description-notifications']['sv-se'] = "Inst盲llningar f枚r FusionPBX relaterade meddelanden och andra lokala system varningar.";
|
||||
$text['description-notifications']['uk' ] = "";
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
#This file was last reorganized on 10th of May 2017 11:12:05 AM UTC
|
||||
#This file was last reorganized on 11th of May 2017 12:21:56 PM UTC
|
||||
|
||||
$text['title-upgrade_schema']['en-us'] = "Upgrade Schema";
|
||||
$text['title-upgrade_schema']['ar-eg'] = "";
|
||||
@@ -7,6 +7,7 @@ $text['title-upgrade_schema']['de-at'] = "Schema Aktualisieren";
|
||||
$text['title-upgrade_schema']['de-de'] = "Schema Aktualisieren";
|
||||
$text['title-upgrade_schema']['es-cl'] = "Actualizar Esquema";
|
||||
$text['title-upgrade_schema']['fr-fr'] = "Mise à jour du Schéma";
|
||||
$text['title-upgrade_schema']['he' ] = "";
|
||||
$text['title-upgrade_schema']['it-it'] = "Aggiorna Scherma";
|
||||
$text['title-upgrade_schema']['nl-nl'] = "";
|
||||
$text['title-upgrade_schema']['pl' ] = "Aktualizacja schematu";
|
||||
@@ -22,6 +23,7 @@ $text['title-upgrade']['de-at'] = "Aktualisierung";
|
||||
$text['title-upgrade']['de-de'] = "Aktualisierung";
|
||||
$text['title-upgrade']['es-cl'] = "Actualizar";
|
||||
$text['title-upgrade']['fr-fr'] = "Mise à jour";
|
||||
$text['title-upgrade']['he' ] = "";
|
||||
$text['title-upgrade']['it-it'] = "Aggiorna";
|
||||
$text['title-upgrade']['nl-nl'] = "";
|
||||
$text['title-upgrade']['pl' ] = "Aktualizacja";
|
||||
@@ -37,6 +39,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'] = "Vero";
|
||||
$text['option-true']['nl-nl'] = "";
|
||||
$text['option-true']['pl' ] = "Tak";
|
||||
@@ -52,6 +55,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'] = "Falso";
|
||||
$text['option-false']['nl-nl'] = "";
|
||||
$text['option-false']['pl' ] = "Nie";
|
||||
@@ -67,6 +71,7 @@ $text['message-upgrade_source_scripts']['de-at'] = "Quellcode und Scripte aktual
|
||||
$text['message-upgrade_source_scripts']['de-de'] = "Quellcode und Scripte aktualisieren";
|
||||
$text['message-upgrade_source_scripts']['es-cl'] = "Fuente archivos actualizados";
|
||||
$text['message-upgrade_source_scripts']['fr-fr'] = "Code source et scripts mis à jour";
|
||||
$text['message-upgrade_source_scripts']['he' ] = "";
|
||||
$text['message-upgrade_source_scripts']['it-it'] = "Files sorgente e scripts caricati";
|
||||
$text['message-upgrade_source_scripts']['nl-nl'] = "";
|
||||
$text['message-upgrade_source_scripts']['pl' ] = "Aktualizacja plików źródłowych powiodła się";
|
||||
@@ -82,6 +87,7 @@ $text['message-upgrade_source_failed']['de-at'] = "Quellcode Aktualisierung fehl
|
||||
$text['message-upgrade_source_failed']['de-de'] = "Quellcode Aktualisierung fehlgeschlagen";
|
||||
$text['message-upgrade_source_failed']['es-cl'] = "Fuente actualización de archivos Error";
|
||||
$text['message-upgrade_source_failed']['fr-fr'] = "La mise à jour du code source à échoué";
|
||||
$text['message-upgrade_source_failed']['he' ] = "";
|
||||
$text['message-upgrade_source_failed']['it-it'] = "Caricamento dei Files Sorgente Fallito";
|
||||
$text['message-upgrade_source_failed']['nl-nl'] = "";
|
||||
$text['message-upgrade_source_failed']['pl' ] = "Aktualizacja plików źródłowych nie powiodła się.";
|
||||
@@ -97,6 +103,7 @@ $text['message-upgrade_source']['de-at'] = "Quellcode aktualisiert";
|
||||
$text['message-upgrade_source']['de-de'] = "Quellcode aktualisiert";
|
||||
$text['message-upgrade_source']['es-cl'] = "Fuente archivos actualizados";
|
||||
$text['message-upgrade_source']['fr-fr'] = "Code source mis à jour";
|
||||
$text['message-upgrade_source']['he' ] = "";
|
||||
$text['message-upgrade_source']['it-it'] = "";
|
||||
$text['message-upgrade_source']['nl-nl'] = "";
|
||||
$text['message-upgrade_source']['pl' ] = "Aktualizacja plików źródłowych powiodła się";
|
||||
@@ -112,6 +119,7 @@ $text['message-upgrade_schema']['de-at'] = "Schema geprüft";
|
||||
$text['message-upgrade_schema']['de-de'] = "Schema geprüft";
|
||||
$text['message-upgrade_schema']['es-cl'] = "Esquema Verified";
|
||||
$text['message-upgrade_schema']['fr-fr'] = "Schéma Verifié";
|
||||
$text['message-upgrade_schema']['he' ] = "";
|
||||
$text['message-upgrade_schema']['it-it'] = "Schema Verificato";
|
||||
$text['message-upgrade_schema']['nl-nl'] = "";
|
||||
$text['message-upgrade_schema']['pl' ] = "Schemat zostałl zweryfikowany";
|
||||
@@ -127,6 +135,7 @@ $text['message-upgrade_menu']['de-at'] = "Menüs zurückgesetzt";
|
||||
$text['message-upgrade_menu']['de-de'] = "Menüs zurückgesetzt";
|
||||
$text['message-upgrade_menu']['es-cl'] = "Omisión del menú Restauradas";
|
||||
$text['message-upgrade_menu']['fr-fr'] = "Menu par défaut rétablis";
|
||||
$text['message-upgrade_menu']['he' ] = "";
|
||||
$text['message-upgrade_menu']['it-it'] = "Menu Predefiniti Ripristinati";
|
||||
$text['message-upgrade_menu']['nl-nl'] = "";
|
||||
$text['message-upgrade_menu']['pl' ] = "Ustawienia domyślne Menu zostały przywrócone";
|
||||
@@ -142,6 +151,7 @@ $text['message-upgrade_apps']['de-at'] = "Applikationen zurückgesetzt";
|
||||
$text['message-upgrade_apps']['de-de'] = "Applikationen zurückgesetzt";
|
||||
$text['message-upgrade_apps']['es-cl'] = "Predeterminadas de la aplicación Ejecutados";
|
||||
$text['message-upgrade_apps']['fr-fr'] = "Réglages par défaut de l'application rétablis";
|
||||
$text['message-upgrade_apps']['he' ] = "";
|
||||
$text['message-upgrade_apps']['it-it'] = "Impostazioni predefinite per le App Eseguite";
|
||||
$text['message-upgrade_apps']['nl-nl'] = "";
|
||||
$text['message-upgrade_apps']['pl' ] = "Przywrócenie do ustawień domyślnych aplikacji zostało wykonane.";
|
||||
@@ -157,6 +167,7 @@ $text['message-upgrade']['de-at'] = "";
|
||||
$text['message-upgrade']['de-de'] = "";
|
||||
$text['message-upgrade']['es-cl'] = "Actualización Completa";
|
||||
$text['message-upgrade']['fr-fr'] = "Mis à jour";
|
||||
$text['message-upgrade']['he' ] = "";
|
||||
$text['message-upgrade']['it-it'] = "Aggiornamento Completato";
|
||||
$text['message-upgrade']['nl-nl'] = "";
|
||||
$text['message-upgrade']['pl' ] = "Aktualizacja zakończyła się pomyślnie.";
|
||||
@@ -172,6 +183,7 @@ $text['login-message_text']['de-at'] = "Halten Sie sich über FusionPBX auf dem
|
||||
$text['login-message_text']['de-de'] = "Halten Sie sich über FusionPBX auf dem Laufenden indem Sie die Benachrichtigungseinstellungen im System Menü setzen.";
|
||||
$text['login-message_text']['es-cl'] = "Manténgase al día con el proyecto FusionPBX configurando sus preferencias en la sección <a href=''/core/notifications/notification_edit.php''>Notificaciones</a> acaba de agregar, en el menú del sistema!";
|
||||
$text['login-message_text']['fr-fr'] = "Tenez-vous au courant des nouveautés du projet FusionPBX en configurant vos préférences dans la section <a href=''/core/notifications/notification_edit.php''>Notifications</a> , du menu système!";
|
||||
$text['login-message_text']['he' ] = "";
|
||||
$text['login-message_text']['it-it'] = "Stai in contatto con il progetto FusionPBX configurando le tue preferenze nella sezione <a href=''/core/notifications/notification_edit.php''>Notifiche</a>, nel menu di Sistema!";
|
||||
$text['login-message_text']['nl-nl'] = "";
|
||||
$text['login-message_text']['pl' ] = "Bądź na bieżąco z projektem FusionPBX konfigurując swoje preferencje w nowo dodanej sekcji Powiadomienia w menu System!";
|
||||
@@ -187,6 +199,7 @@ $text['label-upgrade_source']['de-at'] = "Quellcode";
|
||||
$text['label-upgrade_source']['de-de'] = "Quellcode";
|
||||
$text['label-upgrade_source']['es-cl'] = "Código Fuente";
|
||||
$text['label-upgrade_source']['fr-fr'] = "Code Source";
|
||||
$text['label-upgrade_source']['he' ] = "";
|
||||
$text['label-upgrade_source']['it-it'] = "Codice Sorgente";
|
||||
$text['label-upgrade_source']['nl-nl'] = "";
|
||||
$text['label-upgrade_source']['pl' ] = "Kod źródłowy";
|
||||
@@ -202,6 +215,7 @@ $text['label-upgrade_schema']['de-at'] = "Schema";
|
||||
$text['label-upgrade_schema']['de-de'] = "Schema";
|
||||
$text['label-upgrade_schema']['es-cl'] = "Esquema";
|
||||
$text['label-upgrade_schema']['fr-fr'] = "Schéma";
|
||||
$text['label-upgrade_schema']['he' ] = "";
|
||||
$text['label-upgrade_schema']['it-it'] = "Schema";
|
||||
$text['label-upgrade_schema']['nl-nl'] = "";
|
||||
$text['label-upgrade_schema']['pl' ] = "Schemat";
|
||||
@@ -217,6 +231,7 @@ $text['label-upgrade_permissions']['de-at'] = "Berechtigungen zurücksetzen";
|
||||
$text['label-upgrade_permissions']['de-de'] = "Berechtigungen zurücksetzen";
|
||||
$text['label-upgrade_permissions']['es-cl'] = "predeterminados de permisos";
|
||||
$text['label-upgrade_permissions']['fr-fr'] = "Autorisations par défaut";
|
||||
$text['label-upgrade_permissions']['he' ] = "";
|
||||
$text['label-upgrade_permissions']['it-it'] = "Permessi Predefiniti";
|
||||
$text['label-upgrade_permissions']['nl-nl'] = "";
|
||||
$text['label-upgrade_permissions']['pl' ] = "Ustawienia domyślne uprawnień";
|
||||
@@ -232,6 +247,7 @@ $text['label-upgrade_menu']['de-at'] = "Menüs zurücksetzen";
|
||||
$text['label-upgrade_menu']['de-de'] = "Menüs zurücksetzen";
|
||||
$text['label-upgrade_menu']['es-cl'] = "Omisión del menú";
|
||||
$text['label-upgrade_menu']['fr-fr'] = "Menu par défaut";
|
||||
$text['label-upgrade_menu']['he' ] = "";
|
||||
$text['label-upgrade_menu']['it-it'] = "Menu Predefiniti";
|
||||
$text['label-upgrade_menu']['nl-nl'] = "";
|
||||
$text['label-upgrade_menu']['pl' ] = "Ustawienia domyślne menu";
|
||||
@@ -247,6 +263,7 @@ $text['label-upgrade_data_types']['de-at'] = "Daten Typen";
|
||||
$text['label-upgrade_data_types']['de-de'] = "Daten Typen";
|
||||
$text['label-upgrade_data_types']['es-cl'] = "Tipos de datos";
|
||||
$text['label-upgrade_data_types']['fr-fr'] = "Types de données";
|
||||
$text['label-upgrade_data_types']['he' ] = "";
|
||||
$text['label-upgrade_data_types']['it-it'] = "Tipi di dato";
|
||||
$text['label-upgrade_data_types']['nl-nl'] = "";
|
||||
$text['label-upgrade_data_types']['pl' ] = "Rodzaje danych";
|
||||
@@ -262,6 +279,7 @@ $text['label-upgrade_apps']['de-at'] = "Applikationen zurücksetzen";
|
||||
$text['label-upgrade_apps']['de-de'] = "Applikationen zurücksetzen";
|
||||
$text['label-upgrade_apps']['es-cl'] = "predeterminadas de la aplicación";
|
||||
$text['label-upgrade_apps']['fr-fr'] = "Défaut de l'application";
|
||||
$text['label-upgrade_apps']['he' ] = "";
|
||||
$text['label-upgrade_apps']['it-it'] = "Impostazioni di default per le Applicazioni";
|
||||
$text['label-upgrade_apps']['nl-nl'] = "";
|
||||
$text['label-upgrade_apps']['pl' ] = "Ustawienia domyślne aplikacji";
|
||||
@@ -277,6 +295,7 @@ $text['label-upgrade_switch']['de-at'] = "Switch aktualisieren";
|
||||
$text['label-upgrade_switch']['de-de'] = "Switch aktualisieren";
|
||||
$text['label-upgrade_switch']['es-cl'] = "";
|
||||
$text['label-upgrade_switch']['fr-fr'] = "";
|
||||
$text['label-upgrade_switch']['he' ] = "";
|
||||
$text['label-upgrade_switch']['it-it'] = "Aggiornamento Switch";
|
||||
$text['label-upgrade_switch']['nl-nl'] = "";
|
||||
$text['label-upgrade_switch']['pl' ] = "";
|
||||
@@ -292,6 +311,7 @@ $text['label-upgrade']['de-at'] = "Aktualisieren";
|
||||
$text['label-upgrade']['de-de'] = "Aktualisieren";
|
||||
$text['label-upgrade']['es-cl'] = "Actualizar";
|
||||
$text['label-upgrade']['fr-fr'] = "Mise à jour";
|
||||
$text['label-upgrade']['he' ] = "";
|
||||
$text['label-upgrade']['it-it'] = "Aggiorna";
|
||||
$text['label-upgrade']['nl-nl'] = "";
|
||||
$text['label-upgrade']['pl' ] = "Aktualizacja";
|
||||
@@ -307,6 +327,7 @@ $text['label-type']['de-at'] = "Typ";
|
||||
$text['label-type']['de-de'] = "Typ";
|
||||
$text['label-type']['es-cl'] = "Tipo";
|
||||
$text['label-type']['fr-fr'] = "Type";
|
||||
$text['label-type']['he' ] = "";
|
||||
$text['label-type']['it-it'] = "Tipo";
|
||||
$text['label-type']['nl-nl'] = "";
|
||||
$text['label-type']['pl' ] = "Typ";
|
||||
@@ -322,6 +343,7 @@ $text['label-table']['de-at'] = "Tabelle";
|
||||
$text['label-table']['de-de'] = "Tabelle";
|
||||
$text['label-table']['es-cl'] = "Tabla";
|
||||
$text['label-table']['fr-fr'] = "Table";
|
||||
$text['label-table']['he' ] = "";
|
||||
$text['label-table']['it-it'] = "Tabella";
|
||||
$text['label-table']['nl-nl'] = "";
|
||||
$text['label-table']['pl' ] = "Tabela";
|
||||
@@ -337,6 +359,7 @@ $text['label-sql_changes']['de-at'] = "SQL Änderungen";
|
||||
$text['label-sql_changes']['de-de'] = "SQL Änderungen";
|
||||
$text['label-sql_changes']['es-cl'] = "Cambios SQL";
|
||||
$text['label-sql_changes']['fr-fr'] = "Modifications SQL";
|
||||
$text['label-sql_changes']['he' ] = "";
|
||||
$text['label-sql_changes']['it-it'] = "Cambiamenti SQL";
|
||||
$text['label-sql_changes']['nl-nl'] = "";
|
||||
$text['label-sql_changes']['pl' ] = "Zmiany SQL";
|
||||
@@ -352,6 +375,7 @@ $text['label-schema']['de-at'] = "Schema";
|
||||
$text['label-schema']['de-de'] = "Schema";
|
||||
$text['label-schema']['es-cl'] = "Esquema";
|
||||
$text['label-schema']['fr-fr'] = "Schéma";
|
||||
$text['label-schema']['he' ] = "";
|
||||
$text['label-schema']['it-it'] = "Schema";
|
||||
$text['label-schema']['nl-nl'] = "";
|
||||
$text['label-schema']['pl' ] = "Schemat";
|
||||
@@ -367,6 +391,7 @@ $text['label-no_change']['de-at'] = "Keine Änderungen";
|
||||
$text['label-no_change']['de-de'] = "Keine Änderungen";
|
||||
$text['label-no_change']['es-cl'] = "Sin Carga";
|
||||
$text['label-no_change']['fr-fr'] = "Pas de changement";
|
||||
$text['label-no_change']['he' ] = "";
|
||||
$text['label-no_change']['it-it'] = "Nessun cambiamento";
|
||||
$text['label-no_change']['nl-nl'] = "";
|
||||
$text['label-no_change']['pl' ] = "Bez zmian";
|
||||
@@ -382,6 +407,7 @@ $text['label-name']['de-at'] = "Name";
|
||||
$text['label-name']['de-de'] = "Name";
|
||||
$text['label-name']['es-cl'] = "Nombre";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
$text['label-name']['he' ] = "";
|
||||
$text['label-name']['it-it'] = "Nome";
|
||||
$text['label-name']['nl-nl'] = "";
|
||||
$text['label-name']['pl' ] = "Nazwa";
|
||||
@@ -397,6 +423,7 @@ $text['label-exists']['de-at'] = "Existiert";
|
||||
$text['label-exists']['de-de'] = "Existiert";
|
||||
$text['label-exists']['es-cl'] = "Existe";
|
||||
$text['label-exists']['fr-fr'] = "Existe";
|
||||
$text['label-exists']['he' ] = "";
|
||||
$text['label-exists']['it-it'] = "Esiste";
|
||||
$text['label-exists']['nl-nl'] = "";
|
||||
$text['label-exists']['pl' ] = "Istnieje";
|
||||
@@ -412,6 +439,7 @@ $text['label-details']['de-at'] = "Details";
|
||||
$text['label-details']['de-de'] = "Details";
|
||||
$text['label-details']['es-cl'] = "Detalles";
|
||||
$text['label-details']['fr-fr'] = "Détails";
|
||||
$text['label-details']['he' ] = "";
|
||||
$text['label-details']['it-it'] = "Dettagli";
|
||||
$text['label-details']['nl-nl'] = "";
|
||||
$text['label-details']['pl' ] = "Szczegóły";
|
||||
@@ -427,6 +455,7 @@ $text['label-database']['de-at'] = "Datenbank";
|
||||
$text['label-database']['de-de'] = "Datenbank";
|
||||
$text['label-database']['es-cl'] = "Base de datos";
|
||||
$text['label-database']['fr-fr'] = "Base de Données";
|
||||
$text['label-database']['he' ] = "";
|
||||
$text['label-database']['it-it'] = "Database";
|
||||
$text['label-database']['nl-nl'] = "";
|
||||
$text['label-database']['pl' ] = "Baza danych";
|
||||
@@ -442,6 +471,7 @@ $text['header-upgrade_schema_results']['de-at'] = "Schema Ergebnisse";
|
||||
$text['header-upgrade_schema_results']['de-de'] = "Schema Ergebnisse";
|
||||
$text['header-upgrade_schema_results']['es-cl'] = "Resultados de Esquema";
|
||||
$text['header-upgrade_schema_results']['fr-fr'] = "Résultats de Schéma";
|
||||
$text['header-upgrade_schema_results']['he' ] = "";
|
||||
$text['header-upgrade_schema_results']['it-it'] = "Risultato Schema";
|
||||
$text['header-upgrade_schema_results']['nl-nl'] = "";
|
||||
$text['header-upgrade_schema_results']['pl' ] = "Wyniki schematu";
|
||||
@@ -457,6 +487,7 @@ $text['header-upgrade']['de-at'] = "Aktualisieren";
|
||||
$text['header-upgrade']['de-de'] = "Aktualisieren";
|
||||
$text['header-upgrade']['es-cl'] = "Actualizar";
|
||||
$text['header-upgrade']['fr-fr'] = "Mise à jour";
|
||||
$text['header-upgrade']['he' ] = "";
|
||||
$text['header-upgrade']['it-it'] = "Aggiorna";
|
||||
$text['header-upgrade']['nl-nl'] = "";
|
||||
$text['header-upgrade']['pl' ] = "Aktualizacja";
|
||||
@@ -472,6 +503,7 @@ $text['header-source_update_results']['de-at'] = "Ergebnisse";
|
||||
$text['header-source_update_results']['de-de'] = "Ergebnisse";
|
||||
$text['header-source_update_results']['es-cl'] = "Respuesta";
|
||||
$text['header-source_update_results']['fr-fr'] = "Résultats";
|
||||
$text['header-source_update_results']['he' ] = "";
|
||||
$text['header-source_update_results']['it-it'] = "Risultati";
|
||||
$text['header-source_update_results']['nl-nl'] = "";
|
||||
$text['header-source_update_results']['pl' ] = "Rezultat";
|
||||
@@ -487,6 +519,7 @@ $text['header-database_type']['de-at'] = "Datenbank Typ";
|
||||
$text['header-database_type']['de-de'] = "Datenbank Typ";
|
||||
$text['header-database_type']['es-cl'] = "Tipo de base de datos";
|
||||
$text['header-database_type']['fr-fr'] = "Type de base de données";
|
||||
$text['header-database_type']['he' ] = "";
|
||||
$text['header-database_type']['it-it'] = "Tipo Database";
|
||||
$text['header-database_type']['nl-nl'] = "";
|
||||
$text['header-database_type']['pl' ] = "Rodzaj bazy danych";
|
||||
@@ -502,6 +535,7 @@ $text['description-upgrade_source']['de-at'] = "Aktualisiert den FusionPBX Quell
|
||||
$text['description-upgrade_source']['de-de'] = "Aktualisiert den FusionPBX Quellcode aus dem Repository";
|
||||
$text['description-upgrade_source']['es-cl'] = "Archivos de origen Actualizaciones FusionPBX del repositorio.";
|
||||
$text['description-upgrade_source']['fr-fr'] = "Mise à jour du code source de FusionPBX depuis le dépôt.";
|
||||
$text['description-upgrade_source']['he' ] = "";
|
||||
$text['description-upgrade_source']['it-it'] = "Aggiornamenti dei files sorgenti di FusionPBX dal repository.";
|
||||
$text['description-upgrade_source']['nl-nl'] = "";
|
||||
$text['description-upgrade_source']['pl' ] = "Uaktualnia pliki źródłowe FusionPBX z przechowalni.";
|
||||
@@ -517,6 +551,7 @@ $text['description-upgrade_schema']['de-at'] = "Überprüft die Integrität der
|
||||
$text['description-upgrade_schema']['de-de'] = "Überprüft die Integrität der Tabellen und Felder in der Datenbank.";
|
||||
$text['description-upgrade_schema']['es-cl'] = "Los cheques para asegurar mesa y campo de integridad en la base de datos.";
|
||||
$text['description-upgrade_schema']['fr-fr'] = "Contrôles pour assurer l'intégrité des tables et des champs dans la base de données.";
|
||||
$text['description-upgrade_schema']['he' ] = "";
|
||||
$text['description-upgrade_schema']['it-it'] = "Clicca per assicurare l'integrità di tabelle e campi nel database.";
|
||||
$text['description-upgrade_schema']['nl-nl'] = "";
|
||||
$text['description-upgrade_schema']['pl' ] = "Sprawdza integralność tabel i pól w bazie danych.";
|
||||
@@ -532,6 +567,7 @@ $text['description-upgrade_permissions']['de-at'] = "Setzt die Standard Gruppen
|
||||
$text['description-upgrade_permissions']['de-de'] = "Setzt die Standard Gruppen Berechtigungen zurück.";
|
||||
$text['description-upgrade_permissions']['es-cl'] = "Restaura permisos de grupo por defecto.";
|
||||
$text['description-upgrade_permissions']['fr-fr'] = "Restaure les permissions de groupe par défaut.";
|
||||
$text['description-upgrade_permissions']['he' ] = "";
|
||||
$text['description-upgrade_permissions']['it-it'] = "Ripristina i permessi predefiniti del gruppo.";
|
||||
$text['description-upgrade_permissions']['nl-nl'] = "";
|
||||
$text['description-upgrade_permissions']['pl' ] = "Przywraca domyślne uprawnienia grup.";
|
||||
@@ -547,6 +583,7 @@ $text['description-upgrade_menu']['de-at'] = "Setzt die Menüpunkte im ausgewäh
|
||||
$text['description-upgrade_menu']['de-de'] = "Setzt die Menüpunkte im ausgewählten Menü auf den Standard zurück.";
|
||||
$text['description-upgrade_menu']['es-cl'] = "Restaura los elementos predeterminados del menú seleccionado.";
|
||||
$text['description-upgrade_menu']['fr-fr'] = "Restaure les éléments par défaut dans le menu sélectionné.";
|
||||
$text['description-upgrade_menu']['he' ] = "";
|
||||
$text['description-upgrade_menu']['it-it'] = "Ripristina gli elementi predefiniti nel menu.";
|
||||
$text['description-upgrade_menu']['nl-nl'] = "";
|
||||
$text['description-upgrade_menu']['pl' ] = "Przywraca domyślne elementy wybranego menu.";
|
||||
@@ -562,6 +599,7 @@ $text['description-upgrade_data_types']['de-at'] = "Ermittelt fehlerhafte Datent
|
||||
$text['description-upgrade_data_types']['de-de'] = "Ermittelt fehlerhafte Datentypen und korrigiert diese.";
|
||||
$text['description-upgrade_data_types']['es-cl'] = "Detecta y actualiza los tipos de datos de campo correctos.";
|
||||
$text['description-upgrade_data_types']['fr-fr'] = "Détecte et met à jour les types de données de champ incorrect.";
|
||||
$text['description-upgrade_data_types']['he' ] = "";
|
||||
$text['description-upgrade_data_types']['it-it'] = "Individua e aggiorna i campi di tipo errato.";
|
||||
$text['description-upgrade_data_types']['nl-nl'] = "";
|
||||
$text['description-upgrade_data_types']['pl' ] = "Wykrywa i aktualizuje niepoprawne typy pól w bazie danych.";
|
||||
@@ -577,6 +615,7 @@ $text['description-upgrade_apps']['de-at'] = "Setzt alle Applikationen auf die S
|
||||
$text['description-upgrade_apps']['de-de'] = "Setzt alle Applikationen auf die Standardeinstellungen zurück.";
|
||||
$text['description-upgrade_apps']['es-cl'] = "Ejecuta la configuración predeterminada para cada aplicación.";
|
||||
$text['description-upgrade_apps']['fr-fr'] = "Rétablis les paramètres par défaut pour chaque application.";
|
||||
$text['description-upgrade_apps']['he' ] = "";
|
||||
$text['description-upgrade_apps']['it-it'] = "Applica le impostazioni predefinite per ogni applicazione.";
|
||||
$text['description-upgrade_apps']['nl-nl'] = "";
|
||||
$text['description-upgrade_apps']['pl' ] = "Przywraca domyślne ustawienia każdej aplikacji.";
|
||||
@@ -592,6 +631,7 @@ $text['description-upgrade_switch']['de-at'] = "Führt die Switch-Update Routine
|
||||
$text['description-upgrade_switch']['de-de'] = "Führt die Switch-Update Routine aus";
|
||||
$text['description-upgrade_switch']['es-cl'] = "";
|
||||
$text['description-upgrade_switch']['fr-fr'] = "";
|
||||
$text['description-upgrade_switch']['he' ] = "";
|
||||
$text['description-upgrade_switch']['it-it'] = "Avvia l'aggiornamento delle routing dello switch.";
|
||||
$text['description-upgrade_switch']['nl-nl'] = "";
|
||||
$text['description-upgrade_switch']['pl' ] = "";
|
||||
@@ -607,6 +647,7 @@ $text['description-upgrade']['de-at'] = "Wählen Sie die die gewünschten Aktion
|
||||
$text['description-upgrade']['de-de'] = "Wählen Sie die die gewünschten Aktionen unten aus.";
|
||||
$text['description-upgrade']['es-cl'] = "Seleccione las acciones a continuación que desea realizar.";
|
||||
$text['description-upgrade']['fr-fr'] = "Sélectionnez les actions ci-dessous que vous souhaitez effectuer.";
|
||||
$text['description-upgrade']['he' ] = "";
|
||||
$text['description-upgrade']['it-it'] = "Seleziona le azioni che vuoi eseguire qui sotto.";
|
||||
$text['description-upgrade']['nl-nl'] = "";
|
||||
$text['description-upgrade']['pl' ] = "Wybierz opcje, które chcesz wykonać.";
|
||||
@@ -622,6 +663,7 @@ $text['button-upgrade_execute']['de-at'] = "Ausführen";
|
||||
$text['button-upgrade_execute']['de-de'] = "Ausführen";
|
||||
$text['button-upgrade_execute']['es-cl'] = "Ejecutar";
|
||||
$text['button-upgrade_execute']['fr-fr'] = "Exécuter";
|
||||
$text['button-upgrade_execute']['he' ] = "";
|
||||
$text['button-upgrade_execute']['it-it'] = "Esegui";
|
||||
$text['button-upgrade_execute']['nl-nl'] = "";
|
||||
$text['button-upgrade_execute']['pl' ] = "Wykonaj";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
#This file was last reorganized on 10th of May 2017 11:09:53 AM UTC
|
||||
#This file was last reorganized on 11th of May 2017 12:21:56 PM UTC
|
||||
|
||||
$text['title-user_dashboard']['en-us'] = "Dashboard";
|
||||
$text['title-user_dashboard']['ar-eg'] = "الصفحه الرئيسيه للمستخدم";
|
||||
@@ -7,6 +7,7 @@ $text['title-user_dashboard']['de-at'] = "Benutzerübersicht";
|
||||
$text['title-user_dashboard']['de-de'] = "Benutzerübersicht";
|
||||
$text['title-user_dashboard']['es-cl'] = "Dashboard Usuario";
|
||||
$text['title-user_dashboard']['fr-fr'] = "Tableau de bord de l'utilisateur";
|
||||
$text['title-user_dashboard']['he' ] = "";
|
||||
$text['title-user_dashboard']['it-it'] = "Cruscotto";
|
||||
$text['title-user_dashboard']['nl-nl'] = "";
|
||||
$text['title-user_dashboard']['pl' ] = "Panel użytkowników";
|
||||
@@ -22,6 +23,7 @@ $text['title']['de-at'] = "Kontoeinstellungen";
|
||||
$text['title']['de-de'] = "Kontoeinstellungen";
|
||||
$text['title']['es-cl'] = "Configuración de Cuenta";
|
||||
$text['title']['fr-fr'] = "Personalisation du compte";
|
||||
$text['title']['he' ] = "";
|
||||
$text['title']['it-it'] = "Impostazioni Account";
|
||||
$text['title']['nl-nl'] = "";
|
||||
$text['title']['pl' ] = "Ustawienia konta";
|
||||
@@ -37,6 +39,7 @@ $text['table2-title']['de-at'] = "Zusätzliche Informationen";
|
||||
$text['table2-title']['de-de'] = "Zusätzliche Informationen";
|
||||
$text['table2-title']['es-cl'] = "Información Adicional";
|
||||
$text['table2-title']['fr-fr'] = "Informations aditionnelles";
|
||||
$text['table2-title']['he' ] = "";
|
||||
$text['table2-title']['it-it'] = "Informazioni Aggiuntive";
|
||||
$text['table2-title']['nl-nl'] = "";
|
||||
$text['table2-title']['pl' ] = "Informacje dodatkowe ";
|
||||
@@ -52,6 +55,7 @@ $text['table-tools']['de-at'] = "Funktionen";
|
||||
$text['table-tools']['de-de'] = "Funktionen";
|
||||
$text['table-tools']['es-cl'] = "Herramientas";
|
||||
$text['table-tools']['fr-fr'] = "Outils";
|
||||
$text['table-tools']['he' ] = "";
|
||||
$text['table-tools']['it-it'] = "Strumenti";
|
||||
$text['table-tools']['nl-nl'] = "";
|
||||
$text['table-tools']['pl' ] = "Narzędzia";
|
||||
@@ -67,6 +71,7 @@ $text['table-title']['de-at'] = "Benutzerinformationen";
|
||||
$text['table-title']['de-de'] = "Benutzerinformationen";
|
||||
$text['table-title']['es-cl'] = "Información de Usuario";
|
||||
$text['table-title']['fr-fr'] = "Informations de l'usager";
|
||||
$text['table-title']['he' ] = "";
|
||||
$text['table-title']['it-it'] = "Informazioni Utente";
|
||||
$text['table-title']['nl-nl'] = "";
|
||||
$text['table-title']['pl' ] = "Informacje o użytkowniku";
|
||||
@@ -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'] = "Interni";
|
||||
$text['table-extension']['nl-nl'] = "";
|
||||
$text['table-extension']['pl' ] = "Numer wewnętrzny";
|
||||
@@ -97,6 +103,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'] = "Descrizione";
|
||||
$text['table-description']['nl-nl'] = "";
|
||||
$text['table-description']['pl' ] = "Opis";
|
||||
@@ -112,6 +119,7 @@ $text['message-reset_link_sent']['de-at'] = "Link zum Zurücksetzen des Passwort
|
||||
$text['message-reset_link_sent']['de-de'] = "Link zum Zurücksetzen des Passworts gesendet";
|
||||
$text['message-reset_link_sent']['es-cl'] = "Restablecer Contraseña de Conexión Enviados";
|
||||
$text['message-reset_link_sent']['fr-fr'] = "Lien de réinitialisation de mot de passe envoyé";
|
||||
$text['message-reset_link_sent']['he' ] = "";
|
||||
$text['message-reset_link_sent']['it-it'] = "Link per il reset della Password Inviato";
|
||||
$text['message-reset_link_sent']['nl-nl'] = "";
|
||||
$text['message-reset_link_sent']['pl' ] = "Link do resetowania hasla zostal wyslany";
|
||||
@@ -127,6 +135,7 @@ $text['message-password_reset']['de-at'] = "Passwort zurücksetzen";
|
||||
$text['message-password_reset']['de-de'] = "Passwort zurücksetzen";
|
||||
$text['message-password_reset']['es-cl'] = "Restablecer Contraseña";
|
||||
$text['message-password_reset']['fr-fr'] = "Réinitialiser votre mot de passe";
|
||||
$text['message-password_reset']['he' ] = "";
|
||||
$text['message-password_reset']['it-it'] = "Reset Password";
|
||||
$text['message-password_reset']['nl-nl'] = "";
|
||||
$text['message-password_reset']['pl' ] = "Resetowanie hasła";
|
||||
@@ -142,6 +151,7 @@ $text['message-password_requirements']['de-at'] = "Kennwortanforderungen ";
|
||||
$text['message-password_requirements']['de-de'] = "Kennwortanforderungen ";
|
||||
$text['message-password_requirements']['es-cl'] = "Requisitos de Contraseña";
|
||||
$text['message-password_requirements']['fr-fr'] = "Mot de passe requis";
|
||||
$text['message-password_requirements']['he' ] = "";
|
||||
$text['message-password_requirements']['it-it'] = "Requisiti Password";
|
||||
$text['message-password_requirements']['nl-nl'] = "";
|
||||
$text['message-password_requirements']['pl' ] = "Wymagania Hasło";
|
||||
@@ -157,6 +167,7 @@ $text['message-password_mismatch']['de-at'] = "Passwörter stimmen nicht überei
|
||||
$text['message-password_mismatch']['de-de'] = "Passwörter stimmen nicht überein.";
|
||||
$text['message-password_mismatch']['es-cl'] = "Contraseñas no coinciden";
|
||||
$text['message-password_mismatch']['fr-fr'] = "Les mots de passe ne correspondent pas";
|
||||
$text['message-password_mismatch']['he' ] = "";
|
||||
$text['message-password_mismatch']['it-it'] = "Le Password non Coincidono";
|
||||
$text['message-password_mismatch']['nl-nl'] = "";
|
||||
$text['message-password_mismatch']['pl' ] = "Wprowadzone hasła nie są takie same";
|
||||
@@ -172,6 +183,7 @@ $text['message-password_blank']['de-at'] = "Falsches Passwort";
|
||||
$text['message-password_blank']['de-de'] = "Falsches Passwort";
|
||||
$text['message-password_blank']['es-cl'] = "Contraseña No Válida";
|
||||
$text['message-password_blank']['fr-fr'] = "Mot de Passe Incorrect";
|
||||
$text['message-password_blank']['he' ] = "";
|
||||
$text['message-password_blank']['it-it'] = "Password non valida";
|
||||
$text['message-password_blank']['nl-nl'] = "";
|
||||
$text['message-password_blank']['pl' ] = "Nieprawidłowe hasło";
|
||||
@@ -187,6 +199,7 @@ $text['message-invalid_username_mismatch_passwords']['de-at'] = "Falscher Benutz
|
||||
$text['message-invalid_username_mismatch_passwords']['de-de'] = "Falscher Benutzername und/oder Nichtübereinstimmung der Passwörter";
|
||||
$text['message-invalid_username_mismatch_passwords']['es-cl'] = "Nombre de usuario válido y/o contraseñas no coincidentes";
|
||||
$text['message-invalid_username_mismatch_passwords']['fr-fr'] = "Nom d'utilisateur invalide et/ou les mots de passe ne correspondent pas";
|
||||
$text['message-invalid_username_mismatch_passwords']['he' ] = "";
|
||||
$text['message-invalid_username_mismatch_passwords']['it-it'] = "Nome utente non valido e/o Password non coincidenti";
|
||||
$text['message-invalid_username_mismatch_passwords']['nl-nl'] = "";
|
||||
$text['message-invalid_username_mismatch_passwords']['pl' ] = "Nieprawidłowa nazwa użytkownika lub/i niepoprawne hasła";
|
||||
@@ -202,6 +215,7 @@ $text['message-invalid_email']['de-at'] = "Ungültige E-Mail-Adresse";
|
||||
$text['message-invalid_email']['de-de'] = "Ungültige E-Mail-Adresse";
|
||||
$text['message-invalid_email']['es-cl'] = "Dirección no válida de correo electrónico";
|
||||
$text['message-invalid_email']['fr-fr'] = "Adresse email invalide";
|
||||
$text['message-invalid_email']['he' ] = "";
|
||||
$text['message-invalid_email']['it-it'] = "Indirizzo Email non valido";
|
||||
$text['message-invalid_email']['nl-nl'] = "";
|
||||
$text['message-invalid_email']['pl' ] = "Nieprawidłowy adres email";
|
||||
@@ -217,6 +231,7 @@ $text['login-message_dismiss']['de-at'] = "Verwerfen";
|
||||
$text['login-message_dismiss']['de-de'] = "Verwerfen";
|
||||
$text['login-message_dismiss']['es-cl'] = "Despedir";
|
||||
$text['login-message_dismiss']['fr-fr'] = "Rejeter";
|
||||
$text['login-message_dismiss']['he' ] = "";
|
||||
$text['login-message_dismiss']['it-it'] = "Annulla";
|
||||
$text['login-message_dismiss']['nl-nl'] = "";
|
||||
$text['login-message_dismiss']['pl' ] = "Odrzuć";
|
||||
@@ -232,6 +247,7 @@ $text['login-message_attention']['de-at'] = "Achtung!";
|
||||
$text['login-message_attention']['de-de'] = "Achtung!";
|
||||
$text['login-message_attention']['es-cl'] = "¡Atención!";
|
||||
$text['login-message_attention']['fr-fr'] = "Attention!";
|
||||
$text['login-message_attention']['he' ] = "";
|
||||
$text['login-message_attention']['it-it'] = "Attenzione!";
|
||||
$text['login-message_attention']['nl-nl'] = "";
|
||||
$text['login-message_attention']['pl' ] = "Uwaga";
|
||||
@@ -247,6 +263,7 @@ $text['label-welcome']['de-at'] = "Herzlich willkommen:";
|
||||
$text['label-welcome']['de-de'] = "Herzlich willkommen:";
|
||||
$text['label-welcome']['es-cl'] = "Bienvenido:";
|
||||
$text['label-welcome']['fr-fr'] = "Bienvenue:";
|
||||
$text['label-welcome']['he' ] = "";
|
||||
$text['label-welcome']['it-it'] = "Benvenuto:";
|
||||
$text['label-welcome']['nl-nl'] = "";
|
||||
$text['label-welcome']['pl' ] = "Witamy:";
|
||||
@@ -262,6 +279,7 @@ $text['label-voicemail']['de-at'] = "Mailbox";
|
||||
$text['label-voicemail']['de-de'] = "Mailbox";
|
||||
$text['label-voicemail']['es-cl'] = "Correo de Voz";
|
||||
$text['label-voicemail']['fr-fr'] = "Messagerie Vocale";
|
||||
$text['label-voicemail']['he' ] = "";
|
||||
$text['label-voicemail']['it-it'] = "Casella vocale";
|
||||
$text['label-voicemail']['nl-nl'] = "";
|
||||
$text['label-voicemail']['pl' ] = "Poczta głosowa";
|
||||
@@ -277,6 +295,7 @@ $text['label-view_all']['de-at'] = "Alle anzeigen";
|
||||
$text['label-view_all']['de-de'] = "Alle anzeigen";
|
||||
$text['label-view_all']['es-cl'] = "Mostrar Todos";
|
||||
$text['label-view_all']['fr-fr'] = "Tout Montrer";
|
||||
$text['label-view_all']['he' ] = "";
|
||||
$text['label-view_all']['it-it'] = "Mostra Tutto";
|
||||
$text['label-view_all']['nl-nl'] = "";
|
||||
$text['label-view_all']['pl' ] = "Pokaż wszystkie";
|
||||
@@ -292,6 +311,7 @@ $text['label-value']['de-at'] = "Wert";
|
||||
$text['label-value']['de-de'] = "Wert";
|
||||
$text['label-value']['es-cl'] = "Valor";
|
||||
$text['label-value']['fr-fr'] = "Valeur";
|
||||
$text['label-value']['he' ] = "";
|
||||
$text['label-value']['it-it'] = "Valore";
|
||||
$text['label-value']['nl-nl'] = "";
|
||||
$text['label-value']['pl' ] = "Wartość";
|
||||
@@ -307,6 +327,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'] = "Nom d'utilisateur";
|
||||
$text['label-username']['he' ] = "";
|
||||
$text['label-username']['it-it'] = "Nome Utente";
|
||||
$text['label-username']['nl-nl'] = "";
|
||||
$text['label-username']['pl' ] = "Użytkownik";
|
||||
@@ -322,6 +343,7 @@ $text['label-users']['de-at'] = "Benutzer";
|
||||
$text['label-users']['de-de'] = "Benutzer";
|
||||
$text['label-users']['es-cl'] = "Usuarios";
|
||||
$text['label-users']['fr-fr'] = "Utilisateurs";
|
||||
$text['label-users']['he' ] = "";
|
||||
$text['label-users']['it-it'] = "Utenti";
|
||||
$text['label-users']['nl-nl'] = "";
|
||||
$text['label-users']['pl' ] = "Użytkownicy";
|
||||
@@ -337,6 +359,7 @@ $text['label-user_language']['de-at'] = "Sprache";
|
||||
$text['label-user_language']['de-de'] = "Sprache";
|
||||
$text['label-user_language']['es-cl'] = "Lengua";
|
||||
$text['label-user_language']['fr-fr'] = "Langue";
|
||||
$text['label-user_language']['he' ] = "";
|
||||
$text['label-user_language']['it-it'] = "Lingua";
|
||||
$text['label-user_language']['nl-nl'] = "";
|
||||
$text['label-user_language']['pl' ] = "Język";
|
||||
@@ -352,6 +375,7 @@ $text['label-used']['de-at'] = "Benutzt";
|
||||
$text['label-used']['de-de'] = "Benutzt";
|
||||
$text['label-used']['es-cl'] = "Usado";
|
||||
$text['label-used']['fr-fr'] = "Utilisé";
|
||||
$text['label-used']['he' ] = "";
|
||||
$text['label-used']['it-it'] = "Usato";
|
||||
$text['label-used']['nl-nl'] = "";
|
||||
$text['label-used']['pl' ] = "Używany";
|
||||
@@ -367,6 +391,7 @@ $text['label-uppercase_letters']['de-at'] = "Großbuchstaben";
|
||||
$text['label-uppercase_letters']['de-de'] = "Großbuchstaben";
|
||||
$text['label-uppercase_letters']['es-cl'] = "Letras mayúsculas";
|
||||
$text['label-uppercase_letters']['fr-fr'] = "Lettres capitales";
|
||||
$text['label-uppercase_letters']['he' ] = "";
|
||||
$text['label-uppercase_letters']['it-it'] = "Lettere Maiuscole";
|
||||
$text['label-uppercase_letters']['nl-nl'] = "";
|
||||
$text['label-uppercase_letters']['pl' ] = "Wielkie litery";
|
||||
@@ -382,6 +407,7 @@ $text['label-total_extensions']['de-at'] = "Nebenstellen insgesamt";
|
||||
$text['label-total_extensions']['de-de'] = "Nebenstellen insgesamt";
|
||||
$text['label-total_extensions']['es-cl'] = "Las extensiones totales";
|
||||
$text['label-total_extensions']['fr-fr'] = "total des extensions";
|
||||
$text['label-total_extensions']['he' ] = "";
|
||||
$text['label-total_extensions']['it-it'] = "Interni Totali";
|
||||
$text['label-total_extensions']['nl-nl'] = "";
|
||||
$text['label-total_extensions']['pl' ] = "Wszystkich Rozszerzenia";
|
||||
@@ -397,6 +423,7 @@ $text['label-total_destinations']['de-at'] = "Ziele insgesamt";
|
||||
$text['label-total_destinations']['de-de'] = "Ziele insgesamt";
|
||||
$text['label-total_destinations']['es-cl'] = "destinos totales";
|
||||
$text['label-total_destinations']['fr-fr'] = "total des destinations";
|
||||
$text['label-total_destinations']['he' ] = "";
|
||||
$text['label-total_destinations']['it-it'] = "Destinazioni Totali";
|
||||
$text['label-total_destinations']['nl-nl'] = "";
|
||||
$text['label-total_destinations']['pl' ] = "Wszystkich Kierunki";
|
||||
@@ -412,6 +439,7 @@ $text['label-total']['de-at'] = "Summe";
|
||||
$text['label-total']['de-de'] = "Summe";
|
||||
$text['label-total']['es-cl'] = "Total";
|
||||
$text['label-total']['fr-fr'] = "Total";
|
||||
$text['label-total']['he' ] = "";
|
||||
$text['label-total']['it-it'] = "Totale";
|
||||
$text['label-total']['nl-nl'] = "";
|
||||
$text['label-total']['pl' ] = "Podsumowanie";
|
||||
@@ -427,6 +455,7 @@ $text['label-time']['de-at'] = "Zeitzone";
|
||||
$text['label-time']['de-de'] = "Zeitzone";
|
||||
$text['label-time']['es-cl'] = "Zona Horaria";
|
||||
$text['label-time']['fr-fr'] = "Fuseau Horaire";
|
||||
$text['label-time']['he' ] = "";
|
||||
$text['label-time']['it-it'] = "Fuso Orario";
|
||||
$text['label-time']['nl-nl'] = "";
|
||||
$text['label-time']['pl' ] = "Strefa czasowa";
|
||||
@@ -442,6 +471,7 @@ $text['label-system_uptime']['de-at'] = "System-Uptime";
|
||||
$text['label-system_uptime']['de-de'] = "System-Uptime";
|
||||
$text['label-system_uptime']['es-cl'] = "Tiempo de actividad del sistema";
|
||||
$text['label-system_uptime']['fr-fr'] = "système Uptime";
|
||||
$text['label-system_uptime']['he' ] = "";
|
||||
$text['label-system_uptime']['it-it'] = "Tempo di attività del Sistema";
|
||||
$text['label-system_uptime']['nl-nl'] = "";
|
||||
$text['label-system_uptime']['pl' ] = "System Uptime";
|
||||
@@ -457,6 +487,7 @@ $text['label-system_status']['de-at'] = "Systemstatus";
|
||||
$text['label-system_status']['de-de'] = "Systemstatus";
|
||||
$text['label-system_status']['es-cl'] = "Estado del sistema";
|
||||
$text['label-system_status']['fr-fr'] = "État du système";
|
||||
$text['label-system_status']['he' ] = "";
|
||||
$text['label-system_status']['it-it'] = "Stato del Sistema";
|
||||
$text['label-system_status']['nl-nl'] = "";
|
||||
$text['label-system_status']['pl' ] = "Status systemu";
|
||||
@@ -472,6 +503,7 @@ $text['label-system_counts']['de-at'] = "Systemzähler";
|
||||
$text['label-system_counts']['de-de'] = "Systemzähler";
|
||||
$text['label-system_counts']['es-cl'] = "Cuenta del sistema";
|
||||
$text['label-system_counts']['fr-fr'] = "Chiffres de système";
|
||||
$text['label-system_counts']['he' ] = "";
|
||||
$text['label-system_counts']['it-it'] = "Valori di Sistema";
|
||||
$text['label-system_counts']['nl-nl'] = "";
|
||||
$text['label-system_counts']['pl' ] = "Liczy systemowe";
|
||||
@@ -487,6 +519,7 @@ $text['label-switch_uptime']['de-at'] = "Switch Uptime";
|
||||
$text['label-switch_uptime']['de-de'] = "Switch Uptime";
|
||||
$text['label-switch_uptime']['es-cl'] = "Tiempo de actividad Switch";
|
||||
$text['label-switch_uptime']['fr-fr'] = "Switch Uptime";
|
||||
$text['label-switch_uptime']['he' ] = "";
|
||||
$text['label-switch_uptime']['it-it'] = "Tempo di attività Switch";
|
||||
$text['label-switch_uptime']['nl-nl'] = "";
|
||||
$text['label-switch_uptime']['pl' ] = "Switch Uptime";
|
||||
@@ -502,6 +535,7 @@ $text['label-switch']['de-at'] = "Switch";
|
||||
$text['label-switch']['de-de'] = "Switch";
|
||||
$text['label-switch']['es-cl'] = "Switch";
|
||||
$text['label-switch']['fr-fr'] = "Switch";
|
||||
$text['label-switch']['he' ] = "";
|
||||
$text['label-switch']['it-it'] = "Switch";
|
||||
$text['label-switch']['nl-nl'] = "";
|
||||
$text['label-switch']['pl' ] = "Switch";
|
||||
@@ -517,6 +551,7 @@ $text['label-status']['de-at'] = "Status";
|
||||
$text['label-status']['de-de'] = "Status";
|
||||
$text['label-status']['es-cl'] = "Estado";
|
||||
$text['label-status']['fr-fr'] = "Etat";
|
||||
$text['label-status']['he' ] = "";
|
||||
$text['label-status']['it-it'] = "Stato";
|
||||
$text['label-status']['nl-nl'] = "";
|
||||
$text['label-status']['pl' ] = "Status";
|
||||
@@ -532,6 +567,7 @@ $text['label-special_characters']['de-at'] = "Sonderzeichen";
|
||||
$text['label-special_characters']['de-de'] = "Sonderzeichen";
|
||||
$text['label-special_characters']['es-cl'] = "Caracteres especiales";
|
||||
$text['label-special_characters']['fr-fr'] = "Caractères spéciaux";
|
||||
$text['label-special_characters']['he' ] = "";
|
||||
$text['label-special_characters']['it-it'] = "Caratteri Speciali";
|
||||
$text['label-special_characters']['nl-nl'] = "";
|
||||
$text['label-special_characters']['pl' ] = "Znaki specjalne";
|
||||
@@ -547,6 +583,7 @@ $text['label-ring_groups']['de-at'] = "Rufgruppen";
|
||||
$text['label-ring_groups']['de-de'] = "Rufgruppen";
|
||||
$text['label-ring_groups']['es-cl'] = "Grupo de llamado";
|
||||
$text['label-ring_groups']['fr-fr'] = "Groupes de Sonnerie";
|
||||
$text['label-ring_groups']['he' ] = "";
|
||||
$text['label-ring_groups']['it-it'] = "Gruppi di Suoneria";
|
||||
$text['label-ring_groups']['nl-nl'] = "";
|
||||
$text['label-ring_groups']['pl' ] = "Grupy odbiorców rozmów";
|
||||
@@ -562,6 +599,7 @@ $text['label-reset_password']['de-at'] = "Passwort zurücksetzen";
|
||||
$text['label-reset_password']['de-de'] = "Passwort zurücksetzen";
|
||||
$text['label-reset_password']['es-cl'] = "Restablecer contraseña";
|
||||
$text['label-reset_password']['fr-fr'] = "Réinitialiser le mot de passe";
|
||||
$text['label-reset_password']['he' ] = "";
|
||||
$text['label-reset_password']['it-it'] = "Resetta Password";
|
||||
$text['label-reset_password']['nl-nl'] = "";
|
||||
$text['label-reset_password']['pl' ] = "Resetowanie hasla";
|
||||
@@ -577,6 +615,7 @@ $text['label-reset_link']['de-at'] = "Link zum Zurücksetzen des Passworts";
|
||||
$text['label-reset_link']['de-de'] = "Link zum Zurücksetzen des Passworts";
|
||||
$text['label-reset_link']['es-cl'] = "Password Reset Enlace";
|
||||
$text['label-reset_link']['fr-fr'] = "Lien de réinitialisation du mot de passe";
|
||||
$text['label-reset_link']['he' ] = "";
|
||||
$text['label-reset_link']['it-it'] = "Link per Reset Password";
|
||||
$text['label-reset_link']['nl-nl'] = "";
|
||||
$text['label-reset_link']['pl' ] = "Link do resetowania hasla";
|
||||
@@ -592,6 +631,7 @@ $text['label-repeat_password']['de-at'] = "Passwort wiederholen";
|
||||
$text['label-repeat_password']['de-de'] = "Passwort wiederholen";
|
||||
$text['label-repeat_password']['es-cl'] = "Repita la Contraseña";
|
||||
$text['label-repeat_password']['fr-fr'] = "Répéter le mot de passe";
|
||||
$text['label-repeat_password']['he' ] = "";
|
||||
$text['label-repeat_password']['it-it'] = "Ripeti Password";
|
||||
$text['label-repeat_password']['nl-nl'] = "";
|
||||
$text['label-repeat_password']['pl' ] = "Wpisz ponownie hasło ";
|
||||
@@ -607,6 +647,7 @@ $text['label-registrations']['de-at'] = "Registrierungen";
|
||||
$text['label-registrations']['de-de'] = "Registrierungen";
|
||||
$text['label-registrations']['es-cl'] = "Inscripciones";
|
||||
$text['label-registrations']['fr-fr'] = "Enregistrements SIP";
|
||||
$text['label-registrations']['he' ] = "";
|
||||
$text['label-registrations']['it-it'] = "Registrazioni SIP";
|
||||
$text['label-registrations']['nl-nl'] = "";
|
||||
$text['label-registrations']['pl' ] = "Rejestracje";
|
||||
@@ -622,6 +663,7 @@ $text['label-recent_calls']['de-at'] = "Kürzliche Anrufe";
|
||||
$text['label-recent_calls']['de-de'] = "Kürzliche Anrufe";
|
||||
$text['label-recent_calls']['es-cl'] = "Llamadas recientes";
|
||||
$text['label-recent_calls']['fr-fr'] = "Appels récents";
|
||||
$text['label-recent_calls']['he' ] = "";
|
||||
$text['label-recent_calls']['it-it'] = "Chiamate Recenti";
|
||||
$text['label-recent_calls']['nl-nl'] = "";
|
||||
$text['label-recent_calls']['pl' ] = "Ostatnie połączenia";
|
||||
@@ -637,6 +679,7 @@ $text['label-processor_usage']['de-at'] = "Prozessorauslastung ";
|
||||
$text['label-processor_usage']['de-de'] = "Prozessorauslastung ";
|
||||
$text['label-processor_usage']['es-cl'] = "uso del procesador";
|
||||
$text['label-processor_usage']['fr-fr'] = "processeur Utilisation";
|
||||
$text['label-processor_usage']['he' ] = "";
|
||||
$text['label-processor_usage']['it-it'] = "Uso CPU";
|
||||
$text['label-processor_usage']['nl-nl'] = "";
|
||||
$text['label-processor_usage']['pl' ] = "Wykorzystanie procesora";
|
||||
@@ -652,6 +695,7 @@ $text['label-password']['de-at'] = "Passwort";
|
||||
$text['label-password']['de-de'] = "Passwort";
|
||||
$text['label-password']['es-cl'] = "Contraseña";
|
||||
$text['label-password']['fr-fr'] = "Mot de passe";
|
||||
$text['label-password']['he' ] = "";
|
||||
$text['label-password']['it-it'] = "Password";
|
||||
$text['label-password']['nl-nl'] = "";
|
||||
$text['label-password']['pl' ] = "Hasło";
|
||||
@@ -667,6 +711,7 @@ $text['label-outbound']['de-at'] = "Ausgehend";
|
||||
$text['label-outbound']['de-de'] = "Ausgehend";
|
||||
$text['label-outbound']['es-cl'] = "Salida";
|
||||
$text['label-outbound']['fr-fr'] = "Sortant";
|
||||
$text['label-outbound']['he' ] = "";
|
||||
$text['label-outbound']['it-it'] = "In Uscita";
|
||||
$text['label-outbound']['nl-nl'] = "";
|
||||
$text['label-outbound']['pl' ] = "Wychodzące";
|
||||
@@ -682,6 +727,7 @@ $text['label-numbers']['de-at'] = "Nummern";
|
||||
$text['label-numbers']['de-de'] = "Nummern";
|
||||
$text['label-numbers']['es-cl'] = "Números";
|
||||
$text['label-numbers']['fr-fr'] = "Nombres";
|
||||
$text['label-numbers']['he' ] = "";
|
||||
$text['label-numbers']['it-it'] = "Numberi";
|
||||
$text['label-numbers']['nl-nl'] = "";
|
||||
$text['label-numbers']['pl' ] = "Liczby";
|
||||
@@ -697,6 +743,7 @@ $text['label-no_voicemail_assigned']['de-at'] = "Keine Mailbox zugewiesen";
|
||||
$text['label-no_voicemail_assigned']['de-de'] = "Keine Mailbox zugewiesen";
|
||||
$text['label-no_voicemail_assigned']['es-cl'] = "No Asignado correo de voz";
|
||||
$text['label-no_voicemail_assigned']['fr-fr'] = "Non Voicemail Assigné";
|
||||
$text['label-no_voicemail_assigned']['he' ] = "";
|
||||
$text['label-no_voicemail_assigned']['it-it'] = "Nessuna casella Vocale assegnata";
|
||||
$text['label-no_voicemail_assigned']['nl-nl'] = "";
|
||||
$text['label-no_voicemail_assigned']['pl' ] = "Nie głosowa Przypisany";
|
||||
@@ -712,6 +759,7 @@ $text['label-new_password']['de-at'] = "Neues Passwort";
|
||||
$text['label-new_password']['de-de'] = "Neues Passwort";
|
||||
$text['label-new_password']['es-cl'] = "Nueva Contraseña";
|
||||
$text['label-new_password']['fr-fr'] = "Nouveau mot de passe";
|
||||
$text['label-new_password']['he' ] = "";
|
||||
$text['label-new_password']['it-it'] = "Nuova Password";
|
||||
$text['label-new_password']['nl-nl'] = "";
|
||||
$text['label-new_password']['pl' ] = "Nowe haslo";
|
||||
@@ -727,6 +775,7 @@ $text['label-new_messages']['de-at'] = "Neue Nachrichten";
|
||||
$text['label-new_messages']['de-de'] = "Neue Nachrichten";
|
||||
$text['label-new_messages']['es-cl'] = "Nuevos mensajes";
|
||||
$text['label-new_messages']['fr-fr'] = "Nouveaux messages";
|
||||
$text['label-new_messages']['he' ] = "";
|
||||
$text['label-new_messages']['it-it'] = "Nuovi Messaggi";
|
||||
$text['label-new_messages']['nl-nl'] = "";
|
||||
$text['label-new_messages']['pl' ] = "Nowe wiadomości";
|
||||
@@ -742,6 +791,7 @@ $text['label-new']['de-at'] = "Neu";
|
||||
$text['label-new']['de-de'] = "Neu";
|
||||
$text['label-new']['es-cl'] = "Nueva";
|
||||
$text['label-new']['fr-fr'] = "Nouveau";
|
||||
$text['label-new']['he' ] = "";
|
||||
$text['label-new']['it-it'] = "Nuovo";
|
||||
$text['label-new']['nl-nl'] = "";
|
||||
$text['label-new']['pl' ] = "Nowy";
|
||||
@@ -757,6 +807,7 @@ $text['label-missed_calls']['de-at'] = "Anrufe in Abwesenheit";
|
||||
$text['label-missed_calls']['de-de'] = "Anrufe in Abwesenheit";
|
||||
$text['label-missed_calls']['es-cl'] = "Llamadas perdidas";
|
||||
$text['label-missed_calls']['fr-fr'] = "Appels manqués";
|
||||
$text['label-missed_calls']['he' ] = "";
|
||||
$text['label-missed_calls']['it-it'] = "Chiamate Perse";
|
||||
$text['label-missed_calls']['nl-nl'] = "";
|
||||
$text['label-missed_calls']['pl' ] = "Nieodebrane połączenie";
|
||||
@@ -772,6 +823,7 @@ $text['label-missed']['de-at'] = "Verpasst";
|
||||
$text['label-missed']['de-de'] = "Verpasst";
|
||||
$text['label-missed']['es-cl'] = "Perdido";
|
||||
$text['label-missed']['fr-fr'] = "Raté";
|
||||
$text['label-missed']['he' ] = "";
|
||||
$text['label-missed']['it-it'] = "Perse";
|
||||
$text['label-missed']['nl-nl'] = "";
|
||||
$text['label-missed']['pl' ] = "Nie odebrany";
|
||||
@@ -787,6 +839,7 @@ $text['label-messages']['de-at'] = "Nachrichten";
|
||||
$text['label-messages']['de-de'] = "Nachrichten";
|
||||
$text['label-messages']['es-cl'] = "Mensajes";
|
||||
$text['label-messages']['fr-fr'] = "Messages";
|
||||
$text['label-messages']['he' ] = "";
|
||||
$text['label-messages']['it-it'] = "Messaggi";
|
||||
$text['label-messages']['nl-nl'] = "";
|
||||
$text['label-messages']['pl' ] = "Wiadomości";
|
||||
@@ -802,6 +855,7 @@ $text['label-memory_usage']['de-at'] = "Speichernutzung";
|
||||
$text['label-memory_usage']['de-de'] = "Speichernutzung";
|
||||
$text['label-memory_usage']['es-cl'] = "Uso de memoria";
|
||||
$text['label-memory_usage']['fr-fr'] = "Utilisation de la mémoire";
|
||||
$text['label-memory_usage']['he' ] = "";
|
||||
$text['label-memory_usage']['it-it'] = "Uso Memoria";
|
||||
$text['label-memory_usage']['nl-nl'] = "";
|
||||
$text['label-memory_usage']['pl' ] = "Zużycie pamięci";
|
||||
@@ -817,6 +871,7 @@ $text['label-lowercase_letters']['de-at'] = "Kleinbuchstaben";
|
||||
$text['label-lowercase_letters']['de-de'] = "Kleinbuchstaben";
|
||||
$text['label-lowercase_letters']['es-cl'] = "Letras minusculas";
|
||||
$text['label-lowercase_letters']['fr-fr'] = "Minuscules";
|
||||
$text['label-lowercase_letters']['he' ] = "";
|
||||
$text['label-lowercase_letters']['it-it'] = "Lettere minuscole";
|
||||
$text['label-lowercase_letters']['nl-nl'] = "";
|
||||
$text['label-lowercase_letters']['pl' ] = "Małe litery";
|
||||
@@ -832,6 +887,7 @@ $text['label-local']['de-at'] = "Lokal";
|
||||
$text['label-local']['de-de'] = "Lokal";
|
||||
$text['label-local']['es-cl'] = "Local";
|
||||
$text['label-local']['fr-fr'] = "Local";
|
||||
$text['label-local']['he' ] = "";
|
||||
$text['label-local']['it-it'] = "Locale";
|
||||
$text['label-local']['nl-nl'] = "";
|
||||
$text['label-local']['pl' ] = "Lokalne";
|
||||
@@ -847,6 +903,7 @@ $text['label-last_24_hours']['de-at'] = "Die letzten 24 Stunden";
|
||||
$text['label-last_24_hours']['de-de'] = "Die letzten 24 Stunden";
|
||||
$text['label-last_24_hours']['es-cl'] = "Últimas 24 horas";
|
||||
$text['label-last_24_hours']['fr-fr'] = "Dernières 24 heures";
|
||||
$text['label-last_24_hours']['he' ] = "";
|
||||
$text['label-last_24_hours']['it-it'] = "Ultime 24 Ore";
|
||||
$text['label-last_24_hours']['nl-nl'] = "";
|
||||
$text['label-last_24_hours']['pl' ] = "Ostatnie 24 godziny";
|
||||
@@ -862,6 +919,7 @@ $text['label-ivr_menus']['de-at'] = "Automatische Vermittlungen";
|
||||
$text['label-ivr_menus']['de-de'] = "Automatische Vermittlungen";
|
||||
$text['label-ivr_menus']['es-cl'] = "Menus IVR";
|
||||
$text['label-ivr_menus']['fr-fr'] = "Menus SVI";
|
||||
$text['label-ivr_menus']['he' ] = "";
|
||||
$text['label-ivr_menus']['it-it'] = "Menu Risponditore Vocale";
|
||||
$text['label-ivr_menus']['nl-nl'] = "";
|
||||
$text['label-ivr_menus']['pl' ] = "Menu zapowiedzi głosowych (IVR)";
|
||||
@@ -877,6 +935,7 @@ $text['label-inbound']['de-at'] = "Eingehend";
|
||||
$text['label-inbound']['de-de'] = "Eingehend";
|
||||
$text['label-inbound']['es-cl'] = "Entrada";
|
||||
$text['label-inbound']['fr-fr'] = "Entrant";
|
||||
$text['label-inbound']['he' ] = "";
|
||||
$text['label-inbound']['it-it'] = "Ingresso";
|
||||
$text['label-inbound']['nl-nl'] = "";
|
||||
$text['label-inbound']['pl' ] = "Przychodzące";
|
||||
@@ -892,6 +951,7 @@ $text['label-item']['de-at'] = "Objekt";
|
||||
$text['label-item']['de-de'] = "Objekt";
|
||||
$text['label-item']['es-cl'] = "Ítem";
|
||||
$text['label-item']['fr-fr'] = "Article";
|
||||
$text['label-item']['he' ] = "";
|
||||
$text['label-item']['it-it'] = "Elemento";
|
||||
$text['label-item']['nl-nl'] = "";
|
||||
$text['label-item']['pl' ] = "Pozycja";
|
||||
@@ -907,6 +967,7 @@ $text['label-gateways']['de-at'] = "Gateways";
|
||||
$text['label-gateways']['de-de'] = "Gateways";
|
||||
$text['label-gateways']['es-cl'] = "Pasarelas";
|
||||
$text['label-gateways']['fr-fr'] = "Passerelles";
|
||||
$text['label-gateways']['he' ] = "";
|
||||
$text['label-gateways']['it-it'] = "Gateways";
|
||||
$text['label-gateways']['nl-nl'] = "";
|
||||
$text['label-gateways']['pl' ] = "Bramy wyjściowe (gateways)";
|
||||
@@ -922,6 +983,7 @@ $text['label-followme']['de-at'] = "Anrufweiterschaltung";
|
||||
$text['label-followme']['de-de'] = "Anrufweiterschaltung";
|
||||
$text['label-followme']['es-cl'] = "Sígueme";
|
||||
$text['label-followme']['fr-fr'] = "Follow Me";
|
||||
$text['label-followme']['he' ] = "";
|
||||
$text['label-followme']['it-it'] = "Seguimi";
|
||||
$text['label-followme']['nl-nl'] = "";
|
||||
$text['label-followme']['pl' ] = "Podążaj za mną";
|
||||
@@ -937,6 +999,7 @@ $text['label-feature']['de-at'] = "Funktion";
|
||||
$text['label-feature']['de-de'] = "Funktion";
|
||||
$text['label-feature']['es-cl'] = "Característica";
|
||||
$text['label-feature']['fr-fr'] = "Fonctionnalité";
|
||||
$text['label-feature']['he' ] = "";
|
||||
$text['label-feature']['it-it'] = "Caratteristica";
|
||||
$text['label-feature']['nl-nl'] = "";
|
||||
$text['label-feature']['pl' ] = "Cecha";
|
||||
@@ -952,6 +1015,7 @@ $text['label-failed']['de-at'] = "Fehlgeschlagen";
|
||||
$text['label-failed']['de-de'] = "Fehlgeschlagen";
|
||||
$text['label-failed']['es-cl'] = "Fracasado";
|
||||
$text['label-failed']['fr-fr'] = "Manqué";
|
||||
$text['label-failed']['he' ] = "";
|
||||
$text['label-failed']['it-it'] = "Fallito";
|
||||
$text['label-failed']['nl-nl'] = "";
|
||||
$text['label-failed']['pl' ] = "Nie powiodło się";
|
||||
@@ -967,6 +1031,7 @@ $text['label-extensions']['de-at'] = "Nebenstellen";
|
||||
$text['label-extensions']['de-de'] = "Nebenstellen";
|
||||
$text['label-extensions']['es-cl'] = "Extensiones";
|
||||
$text['label-extensions']['fr-fr'] = "Extensions";
|
||||
$text['label-extensions']['he' ] = "";
|
||||
$text['label-extensions']['it-it'] = "Interni";
|
||||
$text['label-extensions']['nl-nl'] = "";
|
||||
$text['label-extensions']['pl' ] = "Numery wewnętrzne";
|
||||
@@ -982,6 +1047,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'] = "Interno";
|
||||
$text['label-extension']['nl-nl'] = "";
|
||||
$text['label-extension']['pl' ] = "Numer wewnętrzny";
|
||||
@@ -997,6 +1063,7 @@ $text['label-email_address']['de-at'] = "Email Adresse";
|
||||
$text['label-email_address']['de-de'] = "Email Adresse";
|
||||
$text['label-email_address']['es-cl'] = "Dirección de Correo Electrónico";
|
||||
$text['label-email_address']['fr-fr'] = "Adresse E-mail";
|
||||
$text['label-email_address']['he' ] = "";
|
||||
$text['label-email_address']['it-it'] = "Indirizzo Email";
|
||||
$text['label-email_address']['nl-nl'] = "";
|
||||
$text['label-email_address']['pl' ] = "Adres email";
|
||||
@@ -1012,6 +1079,7 @@ $text['label-domains']['de-at'] = "Domänen";
|
||||
$text['label-domains']['de-de'] = "Domänen";
|
||||
$text['label-domains']['es-cl'] = "Dominios";
|
||||
$text['label-domains']['fr-fr'] = "Domaines";
|
||||
$text['label-domains']['he' ] = "";
|
||||
$text['label-domains']['it-it'] = "Domini";
|
||||
$text['label-domains']['nl-nl'] = "";
|
||||
$text['label-domains']['pl' ] = "Domeny";
|
||||
@@ -1027,6 +1095,7 @@ $text['label-domain_limits']['de-at'] = "Grenzen der Domäne";
|
||||
$text['label-domain_limits']['de-de'] = "Grenzen der Domäne";
|
||||
$text['label-domain_limits']['es-cl'] = "Límites de dominio";
|
||||
$text['label-domain_limits']['fr-fr'] = "Limites de domaine";
|
||||
$text['label-domain_limits']['he' ] = "";
|
||||
$text['label-domain_limits']['it-it'] = "Limiti di Dominio";
|
||||
$text['label-domain_limits']['nl-nl'] = "";
|
||||
$text['label-domain_limits']['pl' ] = "Granice domen";
|
||||
@@ -1042,6 +1111,7 @@ $text['label-domain']['de-at'] = "Domäne";
|
||||
$text['label-domain']['de-de'] = "Domäne";
|
||||
$text['label-domain']['es-cl'] = "Dominio";
|
||||
$text['label-domain']['fr-fr'] = "Domaine";
|
||||
$text['label-domain']['he' ] = "";
|
||||
$text['label-domain']['it-it'] = "Dominio";
|
||||
$text['label-domain']['nl-nl'] = "";
|
||||
$text['label-domain']['pl' ] = "Domena";
|
||||
@@ -1057,6 +1127,7 @@ $text['label-dnd']['de-at'] = "Nicht stören";
|
||||
$text['label-dnd']['de-de'] = "Nicht stören";
|
||||
$text['label-dnd']['es-cl'] = "No Molestar";
|
||||
$text['label-dnd']['fr-fr'] = "Ne Pas Déranger";
|
||||
$text['label-dnd']['he' ] = "";
|
||||
$text['label-dnd']['it-it'] = "Non disturbare";
|
||||
$text['label-dnd']['nl-nl'] = "";
|
||||
$text['label-dnd']['pl' ] = "Nie przeszkadzaj (DND)";
|
||||
@@ -1072,6 +1143,7 @@ $text['label-disk_usage']['de-at'] = "Festplattennutzung";
|
||||
$text['label-disk_usage']['de-de'] = "Festplattennutzung";
|
||||
$text['label-disk_usage']['es-cl'] = "Uso del disco";
|
||||
$text['label-disk_usage']['fr-fr'] = "Utilisation du disque";
|
||||
$text['label-disk_usage']['he' ] = "";
|
||||
$text['label-disk_usage']['it-it'] = "Uso Disco";
|
||||
$text['label-disk_usage']['nl-nl'] = "";
|
||||
$text['label-disk_usage']['pl' ] = "Użycie dysku";
|
||||
@@ -1087,6 +1159,7 @@ $text['label-disabled']['de-at'] = "Ausgeschaltet";
|
||||
$text['label-disabled']['de-de'] = "Ausgeschaltet";
|
||||
$text['label-disabled']['es-cl'] = "Discapacitado";
|
||||
$text['label-disabled']['fr-fr'] = "Non Permis";
|
||||
$text['label-disabled']['he' ] = "";
|
||||
$text['label-disabled']['it-it'] = "Disabilitato";
|
||||
$text['label-disabled']['nl-nl'] = "";
|
||||
$text['label-disabled']['pl' ] = "Wyłączony";
|
||||
@@ -1102,6 +1175,7 @@ $text['label-devices']['de-at'] = "Geräte";
|
||||
$text['label-devices']['de-de'] = "Geräte";
|
||||
$text['label-devices']['es-cl'] = "Dispositivos";
|
||||
$text['label-devices']['fr-fr'] = "Equipements";
|
||||
$text['label-devices']['he' ] = "";
|
||||
$text['label-devices']['it-it'] = "Telefoni";
|
||||
$text['label-devices']['nl-nl'] = "";
|
||||
$text['label-devices']['pl' ] = "Urządzenia";
|
||||
@@ -1117,6 +1191,7 @@ $text['label-destinations']['de-at'] = "Kopfnummern";
|
||||
$text['label-destinations']['de-de'] = "Kopfnummern";
|
||||
$text['label-destinations']['es-cl'] = "Destinos";
|
||||
$text['label-destinations']['fr-fr'] = "Destinations";
|
||||
$text['label-destinations']['he' ] = "";
|
||||
$text['label-destinations']['it-it'] = "Destinazioni";
|
||||
$text['label-destinations']['nl-nl'] = "";
|
||||
$text['label-destinations']['pl' ] = "Destynacje";
|
||||
@@ -1132,6 +1207,7 @@ $text['label-date_time']['de-at'] = "Datum/Uhrzeit";
|
||||
$text['label-date_time']['de-de'] = "Datum/Uhrzeit";
|
||||
$text['label-date_time']['es-cl'] = "Fecha y hora";
|
||||
$text['label-date_time']['fr-fr'] = "Date / Heure";
|
||||
$text['label-date_time']['he' ] = "";
|
||||
$text['label-date_time']['it-it'] = "Data/Ora";
|
||||
$text['label-date_time']['nl-nl'] = "";
|
||||
$text['label-date_time']['pl' ] = "Data Godzina";
|
||||
@@ -1147,6 +1223,7 @@ $text['label-database_connections']['de-at'] = "Datenbankverbindungen";
|
||||
$text['label-database_connections']['de-de'] = "Datenbankverbindungen";
|
||||
$text['label-database_connections']['es-cl'] = "Conexiones de base de datos";
|
||||
$text['label-database_connections']['fr-fr'] = "Connexions de base de données";
|
||||
$text['label-database_connections']['he' ] = "";
|
||||
$text['label-database_connections']['it-it'] = "Connessioni al database";
|
||||
$text['label-database_connections']['nl-nl'] = "";
|
||||
$text['label-database_connections']['pl' ] = "Połączenia z bazami danych";
|
||||
@@ -1162,6 +1239,7 @@ $text['label-confirm-password']['de-at'] = "Passwort bestätigen";
|
||||
$text['label-confirm-password']['de-de'] = "Passwort bestätigen";
|
||||
$text['label-confirm-password']['es-cl'] = "Confirmar Contraseña";
|
||||
$text['label-confirm-password']['fr-fr'] = "Confirmation du mot de passe";
|
||||
$text['label-confirm-password']['he' ] = "";
|
||||
$text['label-confirm-password']['it-it'] = "Conferma Password";
|
||||
$text['label-confirm-password']['nl-nl'] = "";
|
||||
$text['label-confirm-password']['pl' ] = "Potwierdź hasło";
|
||||
@@ -1177,6 +1255,7 @@ $text['label-cid_number']['de-at'] = "Nummer";
|
||||
$text['label-cid_number']['de-de'] = "Nummer";
|
||||
$text['label-cid_number']['es-cl'] = "Número";
|
||||
$text['label-cid_number']['fr-fr'] = "Numéro";
|
||||
$text['label-cid_number']['he' ] = "";
|
||||
$text['label-cid_number']['it-it'] = "Numero";
|
||||
$text['label-cid_number']['nl-nl'] = "";
|
||||
$text['label-cid_number']['pl' ] = "Numer";
|
||||
@@ -1192,6 +1271,7 @@ $text['label-cid_name']['de-at'] = "Name";
|
||||
$text['label-cid_name']['de-de'] = "Name";
|
||||
$text['label-cid_name']['es-cl'] = "Nombre";
|
||||
$text['label-cid_name']['fr-fr'] = "Nom";
|
||||
$text['label-cid_name']['he' ] = "";
|
||||
$text['label-cid_name']['it-it'] = "Nome";
|
||||
$text['label-cid_name']['nl-nl'] = "";
|
||||
$text['label-cid_name']['pl' ] = "Nazwa";
|
||||
@@ -1207,6 +1287,7 @@ $text['label-characters']['de-at'] = "Zeichen";
|
||||
$text['label-characters']['de-de'] = "Zeichen";
|
||||
$text['label-characters']['es-cl'] = "Caracteres";
|
||||
$text['label-characters']['fr-fr'] = "Personnages";
|
||||
$text['label-characters']['he' ] = "";
|
||||
$text['label-characters']['it-it'] = "Caratteri";
|
||||
$text['label-characters']['nl-nl'] = "";
|
||||
$text['label-characters']['pl' ] = "Postacie";
|
||||
@@ -1222,6 +1303,7 @@ $text['label-channels']['de-at'] = "Kanäle";
|
||||
$text['label-channels']['de-de'] = "Kanäle";
|
||||
$text['label-channels']['es-cl'] = "Canales";
|
||||
$text['label-channels']['fr-fr'] = "Canaux";
|
||||
$text['label-channels']['he' ] = "";
|
||||
$text['label-channels']['it-it'] = "Canali";
|
||||
$text['label-channels']['nl-nl'] = "";
|
||||
$text['label-channels']['pl' ] = "Kanały";
|
||||
@@ -1237,6 +1319,7 @@ $text['label-cancelled']['de-at'] = "Abgebrochen";
|
||||
$text['label-cancelled']['de-de'] = "Abgebrochen";
|
||||
$text['label-cancelled']['es-cl'] = "Cancelado";
|
||||
$text['label-cancelled']['fr-fr'] = "Annulé";
|
||||
$text['label-cancelled']['he' ] = "";
|
||||
$text['label-cancelled']['it-it'] = "Annullato";
|
||||
$text['label-cancelled']['nl-nl'] = "";
|
||||
$text['label-cancelled']['pl' ] = "Odwołany";
|
||||
@@ -1252,6 +1335,7 @@ $text['label-cancel']['de-at'] = "Abbrechen";
|
||||
$text['label-cancel']['de-de'] = "Abbrechen";
|
||||
$text['label-cancel']['es-cl'] = "Cancelar";
|
||||
$text['label-cancel']['fr-fr'] = "Annuler";
|
||||
$text['label-cancel']['he' ] = "";
|
||||
$text['label-cancel']['it-it'] = "Annulla";
|
||||
$text['label-cancel']['nl-nl'] = "";
|
||||
$text['label-cancel']['pl' ] = "Anuluj";
|
||||
@@ -1267,6 +1351,7 @@ $text['label-callforward']['de-at'] = "Rufumleitung";
|
||||
$text['label-callforward']['de-de'] = "Rufumleitung";
|
||||
$text['label-callforward']['es-cl'] = "Desvío de Llamadas";
|
||||
$text['label-callforward']['fr-fr'] = "Renvoi d'appel";
|
||||
$text['label-callforward']['he' ] = "";
|
||||
$text['label-callforward']['it-it'] = "Inoltri chiamata";
|
||||
$text['label-callforward']['nl-nl'] = "";
|
||||
$text['label-callforward']['pl' ] = "Przekierowanie rozmowy";
|
||||
@@ -1282,6 +1367,7 @@ $text['label-call_center_queues']['de-at'] = "Callcenter Warteschlangen";
|
||||
$text['label-call_center_queues']['de-de'] = "Callcenter Warteschlangen";
|
||||
$text['label-call_center_queues']['es-cl'] = "Colas de Centro de Llamados";
|
||||
$text['label-call_center_queues']['fr-fr'] = "Queues du Centre d'appels";
|
||||
$text['label-call_center_queues']['he' ] = "";
|
||||
$text['label-call_center_queues']['it-it'] = "Code di Chiamata";
|
||||
$text['label-call_center_queues']['nl-nl'] = "";
|
||||
$text['label-call_center_queues']['pl' ] = "Kolejki w Call Center ";
|
||||
@@ -1297,6 +1383,7 @@ $text['label-answered']['de-at'] = "Angenommen";
|
||||
$text['label-answered']['de-de'] = "Angenommen";
|
||||
$text['label-answered']['es-cl'] = "Respondido";
|
||||
$text['label-answered']['fr-fr'] = "Répondu";
|
||||
$text['label-answered']['he' ] = "";
|
||||
$text['label-answered']['it-it'] = "Risposta";
|
||||
$text['label-answered']['nl-nl'] = "";
|
||||
$text['label-answered']['pl' ] = "Odebrano";
|
||||
@@ -1312,6 +1399,7 @@ $text['label-active_users']['de-at'] = "Aktive Benutzer";
|
||||
$text['label-active_users']['de-de'] = "Aktive Benutzer";
|
||||
$text['label-active_users']['es-cl'] = "Los usuarios activos";
|
||||
$text['label-active_users']['fr-fr'] = "Usuários ativos...";
|
||||
$text['label-active_users']['he' ] = "";
|
||||
$text['label-active_users']['it-it'] = "Utenti Attivi";
|
||||
$text['label-active_users']['nl-nl'] = "";
|
||||
$text['label-active_users']['pl' ] = "Aktywni użytkownicy";
|
||||
@@ -1327,6 +1415,7 @@ $text['label-active_extensions']['de-at'] = "Aktive Nebenstellen";
|
||||
$text['label-active_extensions']['de-de'] = "Aktive Nebenstellen";
|
||||
$text['label-active_extensions']['es-cl'] = "Extensiones de activos";
|
||||
$text['label-active_extensions']['fr-fr'] = "Extensions actives";
|
||||
$text['label-active_extensions']['he' ] = "";
|
||||
$text['label-active_extensions']['it-it'] = "Interni Attivi";
|
||||
$text['label-active_extensions']['nl-nl'] = "";
|
||||
$text['label-active_extensions']['pl' ] = "Całość Rozszerzenia";
|
||||
@@ -1342,6 +1431,7 @@ $text['label-active_domains']['de-at'] = "Aktive Domänen";
|
||||
$text['label-active_domains']['de-de'] = "Aktive Domänen";
|
||||
$text['label-active_domains']['es-cl'] = "Los dominios activos";
|
||||
$text['label-active_domains']['fr-fr'] = "domaines active";
|
||||
$text['label-active_domains']['he' ] = "";
|
||||
$text['label-active_domains']['it-it'] = "Domini Attivi";
|
||||
$text['label-active_domains']['nl-nl'] = "";
|
||||
$text['label-active_domains']['pl' ] = "aktywne Domeny";
|
||||
@@ -1357,6 +1447,7 @@ $text['header-user_dashboard']['de-at'] = "Benutzerübersicht";
|
||||
$text['header-user_dashboard']['de-de'] = "Benutzerübersicht";
|
||||
$text['header-user_dashboard']['es-cl'] = "Dashboard Usuario";
|
||||
$text['header-user_dashboard']['fr-fr'] = "Tableau de bord de l'utilisateur";
|
||||
$text['header-user_dashboard']['he' ] = "";
|
||||
$text['header-user_dashboard']['it-it'] = "Cruscotto";
|
||||
$text['header-user_dashboard']['nl-nl'] = "";
|
||||
$text['header-user_dashboard']['pl' ] = "Panel użytkowników";
|
||||
@@ -1372,6 +1463,7 @@ $text['description-user_language']['de-at'] = "Sprache auswählen";
|
||||
$text['description-user_language']['de-de'] = "Sprache auswählen";
|
||||
$text['description-user_language']['es-cl'] = "Seleccione el idioma.";
|
||||
$text['description-user_language']['fr-fr'] = "Sélectionnez la langue.";
|
||||
$text['description-user_language']['he' ] = "";
|
||||
$text['description-user_language']['it-it'] = "Seleziona la lingua.";
|
||||
$text['description-user_language']['nl-nl'] = "";
|
||||
$text['description-user_language']['pl' ] = "Wybierz język";
|
||||
@@ -1387,6 +1479,7 @@ $text['description-user_dashboard']['de-at'] = "Schneller Zugriff auf Kontoinfor
|
||||
$text['description-user_dashboard']['de-de'] = "Schneller Zugriff auf Kontoinformationen und -funktionen";
|
||||
$text['description-user_dashboard']['es-cl'] = "Acceso rápido a la información y herramientas relacionadas con su cuenta.";
|
||||
$text['description-user_dashboard']['fr-fr'] = "Accéder rapidement aux informations et outils liés à votre compte.";
|
||||
$text['description-user_dashboard']['he' ] = "";
|
||||
$text['description-user_dashboard']['it-it'] = "Accesso veloce alle informazioni e strumenti collegati al tuo account.";
|
||||
$text['description-user_dashboard']['nl-nl'] = "";
|
||||
$text['description-user_dashboard']['pl' ] = "Szybki dostęp do informacji i narzędzi związanych z twoim kontem";
|
||||
@@ -1402,6 +1495,7 @@ $text['description-timezone']['de-at'] = "Standardzeitzone auswählen";
|
||||
$text['description-timezone']['de-de'] = "Standardzeitzone auswählen";
|
||||
$text['description-timezone']['es-cl'] = "Seleccione la zona horaria predeterminada.";
|
||||
$text['description-timezone']['fr-fr'] = "Sélection du Fuseau Horaire par défaut.";
|
||||
$text['description-timezone']['he' ] = "";
|
||||
$text['description-timezone']['it-it'] = "Seleziona il fuso orario predefinito.";
|
||||
$text['description-timezone']['nl-nl'] = "";
|
||||
$text['description-timezone']['pl' ] = "Wybierz domyślną strefę czasową";
|
||||
@@ -1417,6 +1511,7 @@ $text['description-status']['de-at'] = "Benutzerstatus auswählen";
|
||||
$text['description-status']['de-de'] = "Benutzerstatus auswählen";
|
||||
$text['description-status']['es-cl'] = "Seleccione el estado del usuario.";
|
||||
$text['description-status']['fr-fr'] = "Sélection de l'état de l'usager.";
|
||||
$text['description-status']['he' ] = "";
|
||||
$text['description-status']['it-it'] = "Seleziona lo stato dell'utente.";
|
||||
$text['description-status']['nl-nl'] = "";
|
||||
$text['description-status']['pl' ] = "Wybierz status użytkownika";
|
||||
@@ -1432,6 +1527,7 @@ $text['description']['de-at'] = "Kontoinformationen bearbeiten";
|
||||
$text['description']['de-de'] = "";
|
||||
$text['description']['es-cl'] = "Editar configuración de la cuenta.";
|
||||
$text['description']['fr-fr'] = "Modifier les informations du compte.";
|
||||
$text['description']['he' ] = "";
|
||||
$text['description']['it-it'] = "Modifica le informazioni utente.";
|
||||
$text['description']['nl-nl'] = "";
|
||||
$text['description']['pl' ] = "Edytuj informacje o koncie";
|
||||
@@ -1447,6 +1543,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'] = "Mise à jour terminée";
|
||||
$text['confirm-update']['he' ] = "";
|
||||
$text['confirm-update']['it-it'] = "Aggiornamento completato";
|
||||
$text['confirm-update']['nl-nl'] = "";
|
||||
$text['confirm-update']['pl' ] = "Aktualizacja zakonczona";
|
||||
@@ -1462,6 +1559,7 @@ $text['confirm-password']['de-at'] = "Die Passwörter stimmen nicht überein";
|
||||
$text['confirm-password']['de-de'] = "Die Passwörter stimmen nicht überein";
|
||||
$text['confirm-password']['es-cl'] = "Las contraseñas no coinciden.";
|
||||
$text['confirm-password']['fr-fr'] = "Les mots de passe ne sont pas les mêmes.";
|
||||
$text['confirm-password']['he' ] = "";
|
||||
$text['confirm-password']['it-it'] = "Le Passwords non coincidono.";
|
||||
$text['confirm-password']['nl-nl'] = "";
|
||||
$text['confirm-password']['pl' ] = "Hasła nie sa takie same";
|
||||
@@ -1477,6 +1575,7 @@ $text['check-onbreak-status']['de-at'] = "Pause";
|
||||
$text['check-onbreak-status']['de-de'] = "Pause";
|
||||
$text['check-onbreak-status']['es-cl'] = "En Pausa";
|
||||
$text['check-onbreak-status']['fr-fr'] = "En Pause";
|
||||
$text['check-onbreak-status']['he' ] = "";
|
||||
$text['check-onbreak-status']['it-it'] = "In Pausa";
|
||||
$text['check-onbreak-status']['nl-nl'] = "";
|
||||
$text['check-onbreak-status']['pl' ] = "Na przerwie";
|
||||
@@ -1492,6 +1591,7 @@ $text['check-loggedout-status']['de-at'] = "Abgemeldet";
|
||||
$text['check-loggedout-status']['de-de'] = "Abgemeldet";
|
||||
$text['check-loggedout-status']['es-cl'] = "Desconectado";
|
||||
$text['check-loggedout-status']['fr-fr'] = "Déconnecté";
|
||||
$text['check-loggedout-status']['he' ] = "";
|
||||
$text['check-loggedout-status']['it-it'] = "Disconnesso";
|
||||
$text['check-loggedout-status']['nl-nl'] = "";
|
||||
$text['check-loggedout-status']['pl' ] = "Wylogowany";
|
||||
@@ -1507,6 +1607,7 @@ $text['check-do-not-disturb-status']['de-at'] = "Nicht stören";
|
||||
$text['check-do-not-disturb-status']['de-de'] = "Nicht stören";
|
||||
$text['check-do-not-disturb-status']['es-cl'] = "No molestar";
|
||||
$text['check-do-not-disturb-status']['fr-fr'] = "Ne pas déranger";
|
||||
$text['check-do-not-disturb-status']['he' ] = "";
|
||||
$text['check-do-not-disturb-status']['it-it'] = "Non Disturbare";
|
||||
$text['check-do-not-disturb-status']['nl-nl'] = "";
|
||||
$text['check-do-not-disturb-status']['pl' ] = "Nie przeszkadzaj (DND)";
|
||||
@@ -1522,6 +1623,7 @@ $text['check-available-status']['de-at'] = "Erreichbar";
|
||||
$text['check-available-status']['de-de'] = "Erreichbar";
|
||||
$text['check-available-status']['es-cl'] = "Disponible";
|
||||
$text['check-available-status']['fr-fr'] = "Disponible";
|
||||
$text['check-available-status']['he' ] = "";
|
||||
$text['check-available-status']['it-it'] = "Disponibile";
|
||||
$text['check-available-status']['nl-nl'] = "";
|
||||
$text['check-available-status']['pl' ] = "Dostępny";
|
||||
@@ -1537,6 +1639,7 @@ $text['check-available-ondemand-status']['de-at'] = "Erreichbar (bei Bedarf)";
|
||||
$text['check-available-ondemand-status']['de-de'] = "Erreichbar (bei Bedarf)";
|
||||
$text['check-available-ondemand-status']['es-cl'] = "Disponible (A Pedido)";
|
||||
$text['check-available-ondemand-status']['fr-fr'] = "Disponble (sur demande)";
|
||||
$text['check-available-ondemand-status']['he' ] = "";
|
||||
$text['check-available-ondemand-status']['it-it'] = "Disponibile (Su Richiesta)";
|
||||
$text['check-available-ondemand-status']['nl-nl'] = "";
|
||||
$text['check-available-ondemand-status']['pl' ] = "Dostepny (na żądanie)";
|
||||
@@ -1552,6 +1655,7 @@ $text['button-voicemail']['de-at'] = "Mailbox";
|
||||
$text['button-voicemail']['de-de'] = "Mailbox";
|
||||
$text['button-voicemail']['es-cl'] = "Correo de Voz";
|
||||
$text['button-voicemail']['fr-fr'] = "Messagerie Vocale";
|
||||
$text['button-voicemail']['he' ] = "";
|
||||
$text['button-voicemail']['it-it'] = "Casella Vocale";
|
||||
$text['button-voicemail']['nl-nl'] = "";
|
||||
$text['button-voicemail']['pl' ] = "Poczta głosowa";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
#This file was last reorganized on 10th of May 2017 11:12:09 AM UTC
|
||||
#This file was last reorganized on 11th of May 2017 12:21:56 PM UTC
|
||||
|
||||
$text['title-user_setting-edit']['en-us'] = "User Setting";
|
||||
$text['title-user_setting-edit']['ar-eg'] = "";
|
||||
@@ -7,6 +7,7 @@ $text['title-user_setting-edit']['de-at'] = "Benutzereinstellung";
|
||||
$text['title-user_setting-edit']['de-de'] = "Benutzereinstellung";
|
||||
$text['title-user_setting-edit']['es-cl'] = "Configuración de Usuario";
|
||||
$text['title-user_setting-edit']['fr-fr'] = "Cadre de l'utilisateur";
|
||||
$text['title-user_setting-edit']['he' ] = "";
|
||||
$text['title-user_setting-edit']['it-it'] = "Impostazioni utente";
|
||||
$text['title-user_setting-edit']['nl-nl'] = "";
|
||||
$text['title-user_setting-edit']['pl' ] = "";
|
||||
@@ -22,6 +23,7 @@ $text['title-user_setting-add']['de-at'] = "Benutzereinstellung hinzufügen";
|
||||
$text['title-user_setting-add']['de-de'] = "Benutzereinstellung hinzufügen";
|
||||
$text['title-user_setting-add']['es-cl'] = "Ajuste del usuario Agregar";
|
||||
$text['title-user_setting-add']['fr-fr'] = "Cadre utilisateur Ajouter";
|
||||
$text['title-user_setting-add']['he' ] = "";
|
||||
$text['title-user_setting-add']['it-it'] = "Aggiungi Impostazione Utente";
|
||||
$text['title-user_setting-add']['nl-nl'] = "";
|
||||
$text['title-user_setting-add']['pl' ] = "";
|
||||
@@ -37,6 +39,7 @@ $text['title-user_manager']['de-at'] = "Benutzerverwaltung";
|
||||
$text['title-user_manager']['de-de'] = "Benutzerverwaltung";
|
||||
$text['title-user_manager']['es-cl'] = "Administración de Usuarios";
|
||||
$text['title-user_manager']['fr-fr'] = "Gestion des utilisateurs";
|
||||
$text['title-user_manager']['he' ] = "";
|
||||
$text['title-user_manager']['it-it'] = "Gestione Utenti";
|
||||
$text['title-user_manager']['nl-nl'] = "";
|
||||
$text['title-user_manager']['pl' ] = "Menedżer użytkowników";
|
||||
@@ -52,6 +55,7 @@ $text['title-user_edit']['de-at'] = "Benutzer";
|
||||
$text['title-user_edit']['de-de'] = "Benutzer";
|
||||
$text['title-user_edit']['es-cl'] = "Editar Usuario";
|
||||
$text['title-user_edit']['fr-fr'] = "Modifier l'utilisateur";
|
||||
$text['title-user_edit']['he' ] = "";
|
||||
$text['title-user_edit']['it-it'] = "Utente";
|
||||
$text['title-user_edit']['nl-nl'] = "";
|
||||
$text['title-user_edit']['pl' ] = "Użytkownik";
|
||||
@@ -67,6 +71,7 @@ $text['title-user_add']['de-at'] = "Benutzer";
|
||||
$text['title-user_add']['de-de'] = "Benutzer";
|
||||
$text['title-user_add']['es-cl'] = "Agregar Usuario";
|
||||
$text['title-user_add']['fr-fr'] = "Ajouter un utilisateur";
|
||||
$text['title-user_add']['he' ] = "";
|
||||
$text['title-user_add']['it-it'] = "Utente";
|
||||
$text['title-user_add']['nl-nl'] = "";
|
||||
$text['title-user_add']['pl' ] = "Użytkownik";
|
||||
@@ -82,6 +87,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'] = "Vero";
|
||||
$text['option-true']['nl-nl'] = "";
|
||||
$text['option-true']['pl' ] = "Tak";
|
||||
@@ -97,6 +103,7 @@ $text['option-on_break']['de-at'] = "In Pause";
|
||||
$text['option-on_break']['de-de'] = "In Pause";
|
||||
$text['option-on_break']['es-cl'] = "En Pausa";
|
||||
$text['option-on_break']['fr-fr'] = "En Pause";
|
||||
$text['option-on_break']['he' ] = "";
|
||||
$text['option-on_break']['it-it'] = "In Pausa";
|
||||
$text['option-on_break']['nl-nl'] = "";
|
||||
$text['option-on_break']['pl' ] = "Na przerwie";
|
||||
@@ -112,6 +119,7 @@ $text['option-logged_out']['de-at'] = "Abgemeldet";
|
||||
$text['option-logged_out']['de-de'] = "Abgemeldet";
|
||||
$text['option-logged_out']['es-cl'] = "Desconectado";
|
||||
$text['option-logged_out']['fr-fr'] = "Déconnecté";
|
||||
$text['option-logged_out']['he' ] = "";
|
||||
$text['option-logged_out']['it-it'] = "Scollegato";
|
||||
$text['option-logged_out']['nl-nl'] = "";
|
||||
$text['option-logged_out']['pl' ] = "Wylogowany";
|
||||
@@ -127,6 +135,7 @@ $text['option-global']['de-at'] = "Global";
|
||||
$text['option-global']['de-de'] = "Global";
|
||||
$text['option-global']['es-cl'] = "Global";
|
||||
$text['option-global']['fr-fr'] = "Global";
|
||||
$text['option-global']['he' ] = "";
|
||||
$text['option-global']['it-it'] = "Globale";
|
||||
$text['option-global']['nl-nl'] = "";
|
||||
$text['option-global']['pl' ] = "Ogólny";
|
||||
@@ -142,6 +151,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'] = "Falso";
|
||||
$text['option-false']['nl-nl'] = "";
|
||||
$text['option-false']['pl' ] = "Nie";
|
||||
@@ -157,6 +167,7 @@ $text['option-do_not_disturb']['de-at'] = "Bitte nicht stören";
|
||||
$text['option-do_not_disturb']['de-de'] = "Bitte nicht stören";
|
||||
$text['option-do_not_disturb']['es-cl'] = "No Molestar";
|
||||
$text['option-do_not_disturb']['fr-fr'] = "Ne pas Déranger";
|
||||
$text['option-do_not_disturb']['he' ] = "";
|
||||
$text['option-do_not_disturb']['it-it'] = "Non Disturbare";
|
||||
$text['option-do_not_disturb']['nl-nl'] = "";
|
||||
$text['option-do_not_disturb']['pl' ] = "Nie przeszkadzaj (DND)";
|
||||
@@ -172,6 +183,7 @@ $text['option-available_on_demand']['de-at'] = "Verfügbar (auf Anfrage)";
|
||||
$text['option-available_on_demand']['de-de'] = "Verfügbar (auf Anfrage)";
|
||||
$text['option-available_on_demand']['es-cl'] = "Disponible (A Pedido)";
|
||||
$text['option-available_on_demand']['fr-fr'] = "Disponible (sur demande)";
|
||||
$text['option-available_on_demand']['he' ] = "";
|
||||
$text['option-available_on_demand']['it-it'] = "Disponibile (Su Richiesta)";
|
||||
$text['option-available_on_demand']['nl-nl'] = "";
|
||||
$text['option-available_on_demand']['pl' ] = "Dostępny (na żądanie)";
|
||||
@@ -187,6 +199,7 @@ $text['option-available']['de-at'] = "Verfügbar";
|
||||
$text['option-available']['de-de'] = "Verfügbar";
|
||||
$text['option-available']['es-cl'] = "Disponible";
|
||||
$text['option-available']['fr-fr'] = "Disponible";
|
||||
$text['option-available']['he' ] = "";
|
||||
$text['option-available']['it-it'] = "Disponbile";
|
||||
$text['option-available']['nl-nl'] = "";
|
||||
$text['option-available']['pl' ] = "Dostępny";
|
||||
@@ -202,6 +215,7 @@ $text['message-username_exists']['de-at'] = "Benutzername existiert bereits";
|
||||
$text['message-username_exists']['de-de'] = "Benutzername existiert bereits";
|
||||
$text['message-username_exists']['es-cl'] = "Ya existe Nombre de usuario";
|
||||
$text['message-username_exists']['fr-fr'] = "Le nom d'utilisateur existe déjà";
|
||||
$text['message-username_exists']['he' ] = "";
|
||||
$text['message-username_exists']['it-it'] = "L'username esiste già";
|
||||
$text['message-username_exists']['nl-nl'] = "";
|
||||
$text['message-username_exists']['pl' ] = "Nazwa użytkownika już istnieje";
|
||||
@@ -217,6 +231,7 @@ $text['message-password_mismatch']['de-at'] = "Passwörter stimmen nicht überei
|
||||
$text['message-password_mismatch']['de-de'] = "Passwörter stimmen nicht überein.";
|
||||
$text['message-password_mismatch']['es-cl'] = "Contraseñas no coinciden";
|
||||
$text['message-password_mismatch']['fr-fr'] = "Les mots de passe ne correspondent pas";
|
||||
$text['message-password_mismatch']['he' ] = "";
|
||||
$text['message-password_mismatch']['it-it'] = "Le Password non coincidono";
|
||||
$text['message-password_mismatch']['nl-nl'] = "";
|
||||
$text['message-password_mismatch']['pl' ] = "Wprowadzone hasła nie są takie same";
|
||||
@@ -232,6 +247,7 @@ $text['message-password_blank']['de-at'] = "Falsches Passwort";
|
||||
$text['message-password_blank']['de-de'] = "Falsches Passwort";
|
||||
$text['message-password_blank']['es-cl'] = "Contraseña No Válida";
|
||||
$text['message-password_blank']['fr-fr'] = "Mot de Passe Incorrect";
|
||||
$text['message-password_blank']['he' ] = "";
|
||||
$text['message-password_blank']['it-it'] = "Password non valida";
|
||||
$text['message-password_blank']['nl-nl'] = "";
|
||||
$text['message-password_blank']['pl' ] = "Nieprawidłowe hasło";
|
||||
@@ -247,6 +263,7 @@ $text['message-password_requirements']['de-at'] = "Kennwortanforderungen ";
|
||||
$text['message-password_requirements']['de-de'] = "Kennwortanforderungen ";
|
||||
$text['message-password_requirements']['es-cl'] = "Requisitos de Contraseña";
|
||||
$text['message-password_requirements']['fr-fr'] = "Mot de passe requis";
|
||||
$text['message-password_requirements']['he' ] = "";
|
||||
$text['message-password_requirements']['it-it'] = "Requisiti Password";
|
||||
$text['message-password_requirements']['nl-nl'] = "";
|
||||
$text['message-password_requirements']['pl' ] = "Wymagania Hasło";
|
||||
@@ -262,6 +279,7 @@ $text['message-maximum_users']['de-at'] = "Maximale Anzahl von Benutzern:";
|
||||
$text['message-maximum_users']['de-de'] = "Maximale Anzahl von Benutzern:";
|
||||
$text['message-maximum_users']['es-cl'] = "Usuarios Máximo Permitido:";
|
||||
$text['message-maximum_users']['fr-fr'] = "Utilisateurs Maximale Autorisée:";
|
||||
$text['message-maximum_users']['he' ] = "";
|
||||
$text['message-maximum_users']['it-it'] = "Utenti massimi:";
|
||||
$text['message-maximum_users']['nl-nl'] = "";
|
||||
$text['message-maximum_users']['pl' ] = "Maks ilość użytkowników";
|
||||
@@ -277,6 +295,7 @@ $text['message-copy']['de-at'] = "Kopieren erfolgreich";
|
||||
$text['message-copy']['de-de'] = "Kopieren erfolgreich";
|
||||
$text['message-copy']['es-cl'] = "Copia Completada";
|
||||
$text['message-copy']['fr-fr'] = "Copie effectuée";
|
||||
$text['message-copy']['he' ] = "";
|
||||
$text['message-copy']['it-it'] = "Copia Completata";
|
||||
$text['message-copy']['nl-nl'] = "";
|
||||
$text['message-copy']['pl' ] = "Skopiowano poprawnie";
|
||||
@@ -292,6 +311,7 @@ $text['message-cannot_delete_own_account']['de-at'] = "Sie können nicht ihren e
|
||||
$text['message-cannot_delete_own_account']['de-de'] = "Sie können nicht ihren eigenen Benutzer löschen. Bitte melden Sie sich mit einem anderen Benutzer an und versuchen Sie es erneut.";
|
||||
$text['message-cannot_delete_own_account']['es-cl'] = "No se puede eliminar su propia cuenta de usuario. Por favor, iniciar sesión como un usuario diferente, vuelva a intentarlo.";
|
||||
$text['message-cannot_delete_own_account']['fr-fr'] = "Vous ne pouvez pas supprimer votre propre compte utilisateur. Veuillez vous identifier en tant qu'un utilisateur différent, puis réessayez.";
|
||||
$text['message-cannot_delete_own_account']['he' ] = "";
|
||||
$text['message-cannot_delete_own_account']['it-it'] = "Non puoi cancellare il tuo account. Per favore loggati con un utente differente e riprova.";
|
||||
$text['message-cannot_delete_own_account']['nl-nl'] = "";
|
||||
$text['message-cannot_delete_own_account']['pl' ] = "Nie można usunąć własnego konta użytkownika. Zaloguj się jako inny użytkownik i spróbuj ponownie.";
|
||||
@@ -307,6 +327,7 @@ $text['label-web_fonts']['de-at'] = "Web Fonts";
|
||||
$text['label-web_fonts']['de-de'] = "Web Fonts";
|
||||
$text['label-web_fonts']['es-cl'] = "Fuentes web";
|
||||
$text['label-web_fonts']['fr-fr'] = "Polices Web";
|
||||
$text['label-web_fonts']['he' ] = "";
|
||||
$text['label-web_fonts']['it-it'] = "Caratteri Web";
|
||||
$text['label-web_fonts']['nl-nl'] = "";
|
||||
$text['label-web_fonts']['pl' ] = "Czcionki sieci";
|
||||
@@ -322,6 +343,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'] = "Nom d'utilisateur";
|
||||
$text['label-username']['he' ] = "";
|
||||
$text['label-username']['it-it'] = "Nome Utente";
|
||||
$text['label-username']['nl-nl'] = "";
|
||||
$text['label-username']['pl' ] = "Użytkownik";
|
||||
@@ -337,6 +359,7 @@ $text['label-user_language']['de-at'] = "Sprache";
|
||||
$text['label-user_language']['de-de'] = "Sprache";
|
||||
$text['label-user_language']['es-cl'] = "Lengua";
|
||||
$text['label-user_language']['fr-fr'] = "Langue";
|
||||
$text['label-user_language']['he' ] = "";
|
||||
$text['label-user_language']['it-it'] = "Lingua";
|
||||
$text['label-user_language']['nl-nl'] = "";
|
||||
$text['label-user_language']['pl' ] = "Język";
|
||||
@@ -352,6 +375,7 @@ $text['label-user_info']['de-at'] = "Benutzer Information";
|
||||
$text['label-user_info']['de-de'] = "Benutzer Information";
|
||||
$text['label-user_info']['es-cl'] = "Información de Usuario";
|
||||
$text['label-user_info']['fr-fr'] = "Informations sur l'utilisateur";
|
||||
$text['label-user_info']['he' ] = "";
|
||||
$text['label-user_info']['it-it'] = "Informazioni Utente";
|
||||
$text['label-user_info']['nl-nl'] = "";
|
||||
$text['label-user_info']['pl' ] = "Informacje o użytkowniku";
|
||||
@@ -367,6 +391,7 @@ $text['label-uppercase_letters']['de-at'] = "Großbuchstaben";
|
||||
$text['label-uppercase_letters']['de-de'] = "Großbuchstaben";
|
||||
$text['label-uppercase_letters']['es-cl'] = "Letras mayúsculas";
|
||||
$text['label-uppercase_letters']['fr-fr'] = "Lettres capitales";
|
||||
$text['label-uppercase_letters']['he' ] = "";
|
||||
$text['label-uppercase_letters']['it-it'] = "Lettere Maiuscole";
|
||||
$text['label-uppercase_letters']['nl-nl'] = "";
|
||||
$text['label-uppercase_letters']['pl' ] = "Wielkie litery";
|
||||
@@ -382,6 +407,7 @@ $text['label-top']['de-at'] = "Oben";
|
||||
$text['label-top']['de-de'] = "Oben";
|
||||
$text['label-top']['es-cl'] = "encima";
|
||||
$text['label-top']['fr-fr'] = "Meilleur";
|
||||
$text['label-top']['he' ] = "";
|
||||
$text['label-top']['it-it'] = "Inizio";
|
||||
$text['label-top']['nl-nl'] = "";
|
||||
$text['label-top']['pl' ] = "Top";
|
||||
@@ -397,6 +423,7 @@ $text['label-time_zone']['de-at'] = "Zeitzone";
|
||||
$text['label-time_zone']['de-de'] = "Zeitzone";
|
||||
$text['label-time_zone']['es-cl'] = "Zona Horaria";
|
||||
$text['label-time_zone']['fr-fr'] = "Fuseau Horaire";
|
||||
$text['label-time_zone']['he' ] = "";
|
||||
$text['label-time_zone']['it-it'] = "Fuso Orario";
|
||||
$text['label-time_zone']['nl-nl'] = "";
|
||||
$text['label-time_zone']['pl' ] = "Strefa czasowa";
|
||||
@@ -412,6 +439,7 @@ $text['label-text']['de-at'] = "Text";
|
||||
$text['label-text']['de-de'] = "Text";
|
||||
$text['label-text']['es-cl'] = "Texto";
|
||||
$text['label-text']['fr-fr'] = "Texte";
|
||||
$text['label-text']['he' ] = "";
|
||||
$text['label-text']['it-it'] = "Testo";
|
||||
$text['label-text']['nl-nl'] = "";
|
||||
$text['label-text']['pl' ] = "Tekst";
|
||||
@@ -427,6 +455,7 @@ $text['label-status']['de-at'] = "Status";
|
||||
$text['label-status']['de-de'] = "Status";
|
||||
$text['label-status']['es-cl'] = "Estado";
|
||||
$text['label-status']['fr-fr'] = "Etat";
|
||||
$text['label-status']['he' ] = "";
|
||||
$text['label-status']['it-it'] = "Stato";
|
||||
$text['label-status']['nl-nl'] = "";
|
||||
$text['label-status']['pl' ] = "Status";
|
||||
@@ -442,6 +471,7 @@ $text['label-static']['de-at'] = "Statisch";
|
||||
$text['label-static']['de-de'] = "Statisch";
|
||||
$text['label-static']['es-cl'] = "Estático";
|
||||
$text['label-static']['fr-fr'] = "Statique";
|
||||
$text['label-static']['he' ] = "";
|
||||
$text['label-static']['it-it'] = "Statico";
|
||||
$text['label-static']['nl-nl'] = "";
|
||||
$text['label-static']['pl' ] = "Statyczny";
|
||||
@@ -457,6 +487,7 @@ $text['label-special_characters']['de-at'] = "Sonderzeichen";
|
||||
$text['label-special_characters']['de-de'] = "Sonderzeichen";
|
||||
$text['label-special_characters']['es-cl'] = "Caracteres especiales";
|
||||
$text['label-special_characters']['fr-fr'] = "Caractères spéciaux";
|
||||
$text['label-special_characters']['he' ] = "";
|
||||
$text['label-special_characters']['it-it'] = "Caratteri Speciali";
|
||||
$text['label-special_characters']['nl-nl'] = "";
|
||||
$text['label-special_characters']['pl' ] = "Znaki specjalne";
|
||||
@@ -472,6 +503,7 @@ $text['label-right']['de-at'] = "Rechts";
|
||||
$text['label-right']['de-de'] = "Rechts";
|
||||
$text['label-right']['es-cl'] = "Derecha";
|
||||
$text['label-right']['fr-fr'] = "Droite";
|
||||
$text['label-right']['he' ] = "";
|
||||
$text['label-right']['it-it'] = "Destra";
|
||||
$text['label-right']['nl-nl'] = "";
|
||||
$text['label-right']['pl' ] = "Dobrze";
|
||||
@@ -487,6 +519,7 @@ $text['label-reference']['de-at'] = "Referenz";
|
||||
$text['label-reference']['de-de'] = "Referenz";
|
||||
$text['label-reference']['es-cl'] = "Referencia";
|
||||
$text['label-reference']['fr-fr'] = "Référence";
|
||||
$text['label-reference']['he' ] = "";
|
||||
$text['label-reference']['it-it'] = "Visualizza";
|
||||
$text['label-reference']['nl-nl'] = "";
|
||||
$text['label-reference']['pl' ] = "Odniesienie";
|
||||
@@ -502,6 +535,7 @@ $text['label-permission_permissions']['de-at'] = "Berechtigungen";
|
||||
$text['label-permission_permissions']['de-de'] = "Berechtigungen";
|
||||
$text['label-permission_permissions']['es-cl'] = "Permisos";
|
||||
$text['label-permission_permissions']['fr-fr'] = "Permissions";
|
||||
$text['label-permission_permissions']['he' ] = "";
|
||||
$text['label-permission_permissions']['it-it'] = "Permessi";
|
||||
$text['label-permission_permissions']['nl-nl'] = "";
|
||||
$text['label-permission_permissions']['pl' ] = "Uprawnienia";
|
||||
@@ -517,6 +551,7 @@ $text['label-permission_description']['de-at'] = "Beschreibung";
|
||||
$text['label-permission_description']['de-de'] = "Beschreibung";
|
||||
$text['label-permission_description']['es-cl'] = "Descripción";
|
||||
$text['label-permission_description']['fr-fr'] = "Description";
|
||||
$text['label-permission_description']['he' ] = "";
|
||||
$text['label-permission_description']['it-it'] = "Descrizione";
|
||||
$text['label-permission_description']['nl-nl'] = "";
|
||||
$text['label-permission_description']['pl' ] = "Opis";
|
||||
@@ -532,6 +567,7 @@ $text['label-password']['de-at'] = "Passwort";
|
||||
$text['label-password']['de-de'] = "Passwort";
|
||||
$text['label-password']['es-cl'] = "Contraseña";
|
||||
$text['label-password']['fr-fr'] = "Mot de passe";
|
||||
$text['label-password']['he' ] = "";
|
||||
$text['label-password']['it-it'] = "Password";
|
||||
$text['label-password']['nl-nl'] = "";
|
||||
$text['label-password']['pl' ] = "Hasło";
|
||||
@@ -547,6 +583,7 @@ $text['label-other']['de-at'] = "Andere";
|
||||
$text['label-other']['de-de'] = "Andere";
|
||||
$text['label-other']['es-cl'] = "Otro";
|
||||
$text['label-other']['fr-fr'] = "Autre";
|
||||
$text['label-other']['he' ] = "";
|
||||
$text['label-other']['it-it'] = "Altro";
|
||||
$text['label-other']['nl-nl'] = "";
|
||||
$text['label-other']['pl' ] = "Inne";
|
||||
@@ -562,6 +599,7 @@ $text['label-numbers']['de-at'] = "Nummern";
|
||||
$text['label-numbers']['de-de'] = "Nummern";
|
||||
$text['label-numbers']['es-cl'] = "Números";
|
||||
$text['label-numbers']['fr-fr'] = "Nombres";
|
||||
$text['label-numbers']['he' ] = "";
|
||||
$text['label-numbers']['it-it'] = "Numeri";
|
||||
$text['label-numbers']['nl-nl'] = "";
|
||||
$text['label-numbers']['pl' ] = "Liczby";
|
||||
@@ -577,6 +615,7 @@ $text['label-none']['de-at'] = "Keiner";
|
||||
$text['label-none']['de-de'] = "Keiner";
|
||||
$text['label-none']['es-cl'] = "Ninguna";
|
||||
$text['label-none']['fr-fr'] = "Aucun";
|
||||
$text['label-none']['he' ] = "";
|
||||
$text['label-none']['it-it'] = "Nessuno";
|
||||
$text['label-none']['nl-nl'] = "";
|
||||
$text['label-none']['pl' ] = "Żaden";
|
||||
@@ -592,6 +631,7 @@ $text['label-lowercase_letters']['de-at'] = "Kleinbuchstaben";
|
||||
$text['label-lowercase_letters']['de-de'] = "Kleinbuchstaben";
|
||||
$text['label-lowercase_letters']['es-cl'] = "Letras minusculas";
|
||||
$text['label-lowercase_letters']['fr-fr'] = "Minuscules";
|
||||
$text['label-lowercase_letters']['he' ] = "";
|
||||
$text['label-lowercase_letters']['it-it'] = "Lettere minuscole";
|
||||
$text['label-lowercase_letters']['nl-nl'] = "";
|
||||
$text['label-lowercase_letters']['pl' ] = "Małe litery";
|
||||
@@ -607,6 +647,7 @@ $text['label-left']['de-at'] = "Links";
|
||||
$text['label-left']['de-de'] = "Links";
|
||||
$text['label-left']['es-cl'] = "Izquierda";
|
||||
$text['label-left']['fr-fr'] = "À gauche";
|
||||
$text['label-left']['he' ] = "";
|
||||
$text['label-left']['it-it'] = "Sinistra";
|
||||
$text['label-left']['nl-nl'] = "";
|
||||
$text['label-left']['pl' ] = "Lewo";
|
||||
@@ -622,6 +663,7 @@ $text['label-last_name']['de-at'] = "Nachname";
|
||||
$text['label-last_name']['de-de'] = "Nachname";
|
||||
$text['label-last_name']['es-cl'] = "Apellido";
|
||||
$text['label-last_name']['fr-fr'] = "Nom";
|
||||
$text['label-last_name']['he' ] = "";
|
||||
$text['label-last_name']['it-it'] = "Cognome";
|
||||
$text['label-last_name']['nl-nl'] = "";
|
||||
$text['label-last_name']['pl' ] = "Nazwisko";
|
||||
@@ -637,6 +679,7 @@ $text['label-inline']['de-at'] = "In der Reihe";
|
||||
$text['label-inline']['de-de'] = "In der Reihe";
|
||||
$text['label-inline']['es-cl'] = "En línea";
|
||||
$text['label-inline']['fr-fr'] = "En ligne";
|
||||
$text['label-inline']['he' ] = "";
|
||||
$text['label-inline']['it-it'] = "In linea";
|
||||
$text['label-inline']['nl-nl'] = "";
|
||||
$text['label-inline']['pl' ] = "inline";
|
||||
@@ -652,6 +695,7 @@ $text['label-image']['de-at'] = "Bild";
|
||||
$text['label-image']['de-de'] = "Bild";
|
||||
$text['label-image']['es-cl'] = "Imagen";
|
||||
$text['label-image']['fr-fr'] = "image";
|
||||
$text['label-image']['he' ] = "";
|
||||
$text['label-image']['it-it'] = "Immagine";
|
||||
$text['label-image']['nl-nl'] = "";
|
||||
$text['label-image']['pl' ] = "Obraz";
|
||||
@@ -667,6 +711,7 @@ $text['label-groups']['de-at'] = "Gruppen";
|
||||
$text['label-groups']['de-de'] = "Gruppen";
|
||||
$text['label-groups']['es-cl'] = "Grupos";
|
||||
$text['label-groups']['fr-fr'] = "Groupes";
|
||||
$text['label-groups']['he' ] = "";
|
||||
$text['label-groups']['it-it'] = "Gruppi";
|
||||
$text['label-groups']['nl-nl'] = "";
|
||||
$text['label-groups']['pl' ] = "Grupy";
|
||||
@@ -682,6 +727,7 @@ $text['label-group']['de-at'] = "Gruppe";
|
||||
$text['label-group']['de-de'] = "Gruppe";
|
||||
$text['label-group']['es-cl'] = "Grupo";
|
||||
$text['label-group']['fr-fr'] = "Group";
|
||||
$text['label-group']['he' ] = "";
|
||||
$text['label-group']['it-it'] = "Gruppo";
|
||||
$text['label-group']['nl-nl'] = "";
|
||||
$text['label-group']['pl' ] = "Grupa";
|
||||
@@ -697,6 +743,7 @@ $text['label-global']['de-at'] = "Global";
|
||||
$text['label-global']['de-de'] = "Global";
|
||||
$text['label-global']['es-cl'] = "Global";
|
||||
$text['label-global']['fr-fr'] = "Global";
|
||||
$text['label-global']['he' ] = "";
|
||||
$text['label-global']['it-it'] = "Globale";
|
||||
$text['label-global']['nl-nl'] = "";
|
||||
$text['label-global']['pl' ] = "Ogólny";
|
||||
@@ -712,6 +759,7 @@ $text['label-fixed']['de-at'] = "Fest";
|
||||
$text['label-fixed']['de-de'] = "Fest";
|
||||
$text['label-fixed']['es-cl'] = "Fijo";
|
||||
$text['label-fixed']['fr-fr'] = "Fixé";
|
||||
$text['label-fixed']['he' ] = "";
|
||||
$text['label-fixed']['it-it'] = "Fisso";
|
||||
$text['label-fixed']['nl-nl'] = "";
|
||||
$text['label-fixed']['pl' ] = "Naprawiony";
|
||||
@@ -727,6 +775,7 @@ $text['label-first_name']['de-at'] = "Vorname";
|
||||
$text['label-first_name']['de-de'] = "Vorname";
|
||||
$text['label-first_name']['es-cl'] = "Nombre";
|
||||
$text['label-first_name']['fr-fr'] = "Prénom";
|
||||
$text['label-first_name']['he' ] = "";
|
||||
$text['label-first_name']['it-it'] = "Nome";
|
||||
$text['label-first_name']['nl-nl'] = "";
|
||||
$text['label-first_name']['pl' ] = "Imię";
|
||||
@@ -742,6 +791,7 @@ $text['label-email']['de-at'] = "Email";
|
||||
$text['label-email']['de-de'] = "Email";
|
||||
$text['label-email']['es-cl'] = "Email";
|
||||
$text['label-email']['fr-fr'] = "Courriel";
|
||||
$text['label-email']['he' ] = "";
|
||||
$text['label-email']['it-it'] = "Email";
|
||||
$text['label-email']['nl-nl'] = "";
|
||||
$text['label-email']['pl' ] = "Email";
|
||||
@@ -757,6 +807,7 @@ $text['label-domain']['de-at'] = "Domain";
|
||||
$text['label-domain']['de-de'] = "Domain";
|
||||
$text['label-domain']['es-cl'] = "Dominio";
|
||||
$text['label-domain']['fr-fr'] = "Domaine";
|
||||
$text['label-domain']['he' ] = "";
|
||||
$text['label-domain']['it-it'] = "Dominio";
|
||||
$text['label-domain']['nl-nl'] = "";
|
||||
$text['label-domain']['pl' ] = "Domena";
|
||||
@@ -772,6 +823,7 @@ $text['label-contact']['de-at'] = "Kontakt";
|
||||
$text['label-contact']['de-de'] = "Kontakt";
|
||||
$text['label-contact']['es-cl'] = "Contacto";
|
||||
$text['label-contact']['fr-fr'] = "Contact";
|
||||
$text['label-contact']['he' ] = "";
|
||||
$text['label-contact']['it-it'] = "Contatto";
|
||||
$text['label-contact']['nl-nl'] = "";
|
||||
$text['label-contact']['pl' ] = "Kontakt";
|
||||
@@ -787,6 +839,7 @@ $text['label-confirm_password']['de-at'] = "Passwort bestätigen";
|
||||
$text['label-confirm_password']['de-de'] = "Passwort bestätigen";
|
||||
$text['label-confirm_password']['es-cl'] = "Confirme Contraseña";
|
||||
$text['label-confirm_password']['fr-fr'] = "Confirmer le mot de passe";
|
||||
$text['label-confirm_password']['he' ] = "";
|
||||
$text['label-confirm_password']['it-it'] = "Conferma Password";
|
||||
$text['label-confirm_password']['nl-nl'] = "";
|
||||
$text['label-confirm_password']['pl' ] = "Potwierdź hasło";
|
||||
@@ -802,6 +855,7 @@ $text['label-company_name']['de-at'] = "Firmenname";
|
||||
$text['label-company_name']['de-de'] = "Firmenname";
|
||||
$text['label-company_name']['es-cl'] = "Nombre de la Compañia";
|
||||
$text['label-company_name']['fr-fr'] = "Compagnie";
|
||||
$text['label-company_name']['he' ] = "";
|
||||
$text['label-company_name']['it-it'] = "Nome Azienda";
|
||||
$text['label-company_name']['nl-nl'] = "";
|
||||
$text['label-company_name']['pl' ] = "Nazwa firmy";
|
||||
@@ -817,6 +871,7 @@ $text['label-characters']['de-at'] = "Zeichen";
|
||||
$text['label-characters']['de-de'] = "Zeichen";
|
||||
$text['label-characters']['es-cl'] = "Caracteres";
|
||||
$text['label-characters']['fr-fr'] = "Personnages";
|
||||
$text['label-characters']['he' ] = "";
|
||||
$text['label-characters']['it-it'] = "Caratteri";
|
||||
$text['label-characters']['nl-nl'] = "";
|
||||
$text['label-characters']['pl' ] = "Postacie";
|
||||
@@ -832,6 +887,7 @@ $text['label-center']['de-at'] = "Mitte";
|
||||
$text['label-center']['de-de'] = "Mitte";
|
||||
$text['label-center']['es-cl'] = "Centrar";
|
||||
$text['label-center']['fr-fr'] = "centre";
|
||||
$text['label-center']['he' ] = "";
|
||||
$text['label-center']['it-it'] = "Centro";
|
||||
$text['label-center']['nl-nl'] = "";
|
||||
$text['label-center']['pl' ] = "Centrum";
|
||||
@@ -847,6 +903,7 @@ $text['label-bottom']['de-at'] = "Unten";
|
||||
$text['label-bottom']['de-de'] = "Unten";
|
||||
$text['label-bottom']['es-cl'] = "Fondo";
|
||||
$text['label-bottom']['fr-fr'] = "Bas";
|
||||
$text['label-bottom']['he' ] = "";
|
||||
$text['label-bottom']['it-it'] = "Fondo";
|
||||
$text['label-bottom']['nl-nl'] = "";
|
||||
$text['label-bottom']['pl' ] = "Dolny";
|
||||
@@ -862,6 +919,7 @@ $text['label-api_key']['de-at'] = "API Schlüssel";
|
||||
$text['label-api_key']['de-de'] = "API Schlüssel";
|
||||
$text['label-api_key']['es-cl'] = "API Key";
|
||||
$text['label-api_key']['fr-fr'] = "Clé d'API";
|
||||
$text['label-api_key']['he' ] = "";
|
||||
$text['label-api_key']['it-it'] = "API Key";
|
||||
$text['label-api_key']['nl-nl'] = "";
|
||||
$text['label-api_key']['pl' ] = "Klucz API";
|
||||
@@ -877,6 +935,7 @@ $text['label-additional_info']['de-at'] = "Zusätzliche Information";
|
||||
$text['label-additional_info']['de-de'] = "Zusätzliche Information";
|
||||
$text['label-additional_info']['es-cl'] = "Información Adicional";
|
||||
$text['label-additional_info']['fr-fr'] = "Informations additionnelles";
|
||||
$text['label-additional_info']['he' ] = "";
|
||||
$text['label-additional_info']['it-it'] = "Informazioni Aggiuntive";
|
||||
$text['label-additional_info']['nl-nl'] = "";
|
||||
$text['label-additional_info']['pl' ] = "Dodatkowe informacje";
|
||||
@@ -892,6 +951,7 @@ $text['label-24-hour']['de-at'] = "24 Stunden";
|
||||
$text['label-24-hour']['de-de'] = "24 Stunden";
|
||||
$text['label-24-hour']['es-cl'] = "24 horas";
|
||||
$text['label-24-hour']['fr-fr'] = "24 heures";
|
||||
$text['label-24-hour']['he' ] = "";
|
||||
$text['label-24-hour']['it-it'] = "24-Ore";
|
||||
$text['label-24-hour']['nl-nl'] = "";
|
||||
$text['label-24-hour']['pl' ] = "24-godzinny";
|
||||
@@ -907,6 +967,7 @@ $text['label-12-hour']['de-at'] = "12 Stunden";
|
||||
$text['label-12-hour']['de-de'] = "12 Stunden";
|
||||
$text['label-12-hour']['es-cl'] = "12 horas";
|
||||
$text['label-12-hour']['fr-fr'] = "12 heures";
|
||||
$text['label-12-hour']['he' ] = "";
|
||||
$text['label-12-hour']['it-it'] = "12-Ore";
|
||||
$text['label-12-hour']['nl-nl'] = "";
|
||||
$text['label-12-hour']['pl' ] = "12-godzinny";
|
||||
@@ -922,6 +983,7 @@ $text['header-user_setting-edit']['de-at'] = "Benutzereinstellung";
|
||||
$text['header-user_setting-edit']['de-de'] = "Benutzereinstellung";
|
||||
$text['header-user_setting-edit']['es-cl'] = "Configuración de Usuario";
|
||||
$text['header-user_setting-edit']['fr-fr'] = "Cadre de l'utilisateur";
|
||||
$text['header-user_setting-edit']['he' ] = "";
|
||||
$text['header-user_setting-edit']['it-it'] = "Impostazione Utente";
|
||||
$text['header-user_setting-edit']['nl-nl'] = "";
|
||||
$text['header-user_setting-edit']['pl' ] = "";
|
||||
@@ -937,6 +999,7 @@ $text['header-user_setting-add']['de-at'] = "Benutzereinstellung hinzufügen";
|
||||
$text['header-user_setting-add']['de-de'] = "Benutzereinstellung hinzufügen";
|
||||
$text['header-user_setting-add']['es-cl'] = "Ajuste del usuario Agregar";
|
||||
$text['header-user_setting-add']['fr-fr'] = "Cadre utilisateur Ajouter";
|
||||
$text['header-user_setting-add']['he' ] = "";
|
||||
$text['header-user_setting-add']['it-it'] = "Aggiungi Impostazione Utente";
|
||||
$text['header-user_setting-add']['nl-nl'] = "";
|
||||
$text['header-user_setting-add']['pl' ] = "";
|
||||
@@ -952,6 +1015,7 @@ $text['header-user_manager']['de-at'] = "Benutzerverwaltung";
|
||||
$text['header-user_manager']['de-de'] = "Benutzerverwaltung";
|
||||
$text['header-user_manager']['es-cl'] = "Administración de Usuario";
|
||||
$text['header-user_manager']['fr-fr'] = "Gestion des utilisateurs";
|
||||
$text['header-user_manager']['he' ] = "";
|
||||
$text['header-user_manager']['it-it'] = "Utenti";
|
||||
$text['header-user_manager']['nl-nl'] = "";
|
||||
$text['header-user_manager']['pl' ] = "Menadżer użytkowników";
|
||||
@@ -967,6 +1031,7 @@ $text['header-user_edit']['de-at'] = "Benutzer";
|
||||
$text['header-user_edit']['de-de'] = "Benutzer";
|
||||
$text['header-user_edit']['es-cl'] = "Editar Usuario";
|
||||
$text['header-user_edit']['fr-fr'] = "Modifier l'utilisateur";
|
||||
$text['header-user_edit']['he' ] = "";
|
||||
$text['header-user_edit']['it-it'] = "Utente";
|
||||
$text['header-user_edit']['nl-nl'] = "";
|
||||
$text['header-user_edit']['pl' ] = "Użytkownik";
|
||||
@@ -982,6 +1047,7 @@ $text['header-user_add']['de-at'] = "Benutzer";
|
||||
$text['header-user_add']['de-de'] = "Benutzer";
|
||||
$text['header-user_add']['es-cl'] = "Agregar Usuario";
|
||||
$text['header-user_add']['fr-fr'] = "Ajout d'un utilisateur";
|
||||
$text['header-user_add']['he' ] = "";
|
||||
$text['header-user_add']['it-it'] = "Utente";
|
||||
$text['header-user_add']['nl-nl'] = "";
|
||||
$text['header-user_add']['pl' ] = "Użytkownik";
|
||||
@@ -997,6 +1063,7 @@ $text['description-user_setting-edit']['de-at'] = "Eine Einstellung für diesen
|
||||
$text['description-user_setting-edit']['de-de'] = "Eine Einstellung für diesen Benutzer bearbeiten.";
|
||||
$text['description-user_setting-edit']['es-cl'] = "Editar un escenario de este usuario.";
|
||||
$text['description-user_setting-edit']['fr-fr'] = "Modifier un réglage pour cet utilisateur.";
|
||||
$text['description-user_setting-edit']['he' ] = "";
|
||||
$text['description-user_setting-edit']['it-it'] = "Modifica le impostazioni di questo utente.";
|
||||
$text['description-user_setting-edit']['nl-nl'] = "";
|
||||
$text['description-user_setting-edit']['pl' ] = "";
|
||||
@@ -1012,6 +1079,7 @@ $text['description-user_setting-add']['de-at'] = "Eine Einstellung für diesen B
|
||||
$text['description-user_setting-add']['de-de'] = "Eine Einstellung für diesen Benutzer hinzufügen.";
|
||||
$text['description-user_setting-add']['es-cl'] = "Añadir un entorno para este usuario.";
|
||||
$text['description-user_setting-add']['fr-fr'] = "Ajouter un cadre pour cet utilisateur.";
|
||||
$text['description-user_setting-add']['he' ] = "";
|
||||
$text['description-user_setting-add']['it-it'] = "Aggiungi una impostazione per questo utente.";
|
||||
$text['description-user_setting-add']['nl-nl'] = "";
|
||||
$text['description-user_setting-add']['pl' ] = "";
|
||||
@@ -1027,6 +1095,7 @@ $text['description-user_manager']['de-at'] = "Benutzer anlegen, editieren, lösc
|
||||
$text['description-user_manager']['de-de'] = "Benutzer anlegen, editieren, löschen und suchen.";
|
||||
$text['description-user_manager']['es-cl'] = "Agregar, Editar, Eliminar y Buscar Usuarios. ";
|
||||
$text['description-user_manager']['fr-fr'] = "Ajouter, modifier, supprimer et chercher des utilisateurs. ";
|
||||
$text['description-user_manager']['he' ] = "";
|
||||
$text['description-user_manager']['it-it'] = "Aggiungi, modifica, cancella e cerca utenti. ";
|
||||
$text['description-user_manager']['nl-nl'] = "";
|
||||
$text['description-user_manager']['pl' ] = "Dodaj, edytuj, usuń i wyszukaj użytkowników.";
|
||||
@@ -1042,6 +1111,7 @@ $text['description-user_language']['de-at'] = "Sprache auswählen";
|
||||
$text['description-user_language']['de-de'] = "Sprache auswählen";
|
||||
$text['description-user_language']['es-cl'] = "Seleccione el idioma.";
|
||||
$text['description-user_language']['fr-fr'] = "Sélectionnez la langue.";
|
||||
$text['description-user_language']['he' ] = "";
|
||||
$text['description-user_language']['it-it'] = "Seleziona la lingua.";
|
||||
$text['description-user_language']['nl-nl'] = "";
|
||||
$text['description-user_language']['pl' ] = "Wybierz język";
|
||||
@@ -1057,6 +1127,7 @@ $text['description-user_edit']['de-at'] = "Benutzerinformationen und Gruppen ver
|
||||
$text['description-user_edit']['de-de'] = "Benutzerinformationen und Gruppen verwalten.";
|
||||
$text['description-user_edit']['es-cl'] = "Editar información del usuario y pertenencia al grupo. ";
|
||||
$text['description-user_edit']['fr-fr'] = "Modifier les informations de l'utilisateur et l'appartenance au groupe.";
|
||||
$text['description-user_edit']['he' ] = "";
|
||||
$text['description-user_edit']['it-it'] = "Modifica le informazioni dell'utente e l'appartenenza al gruppo. ";
|
||||
$text['description-user_edit']['nl-nl'] = "";
|
||||
$text['description-user_edit']['pl' ] = "Edytuj informacje o użytkowniku i przynależności do grupy.";
|
||||
@@ -1072,6 +1143,7 @@ $text['description-user_add']['de-at'] = "Um einen Benutzer anzulegen, füllen S
|
||||
$text['description-user_add']['de-de'] = "Um einen Benutzer anzulegen, füllen Sie bitte dieses Formular komplett aus. Alle Felder sind erforderlich.";
|
||||
$text['description-user_add']['es-cl'] = "Para agregar un usuario, por favor llene completamente el siguiente formulario. Todos los campos son obligatorios. ";
|
||||
$text['description-user_add']['fr-fr'] = "Afin d'ajouter des utilisateurs, remplissez complètement ce formulaire. Tous les champs sont requis. ";
|
||||
$text['description-user_add']['he' ] = "";
|
||||
$text['description-user_add']['it-it'] = "Per aggiungere un utente, compila il modulo in ogni parte. Tutti i campi sono obbligatori. ";
|
||||
$text['description-user_add']['nl-nl'] = "";
|
||||
$text['description-user_add']['pl' ] = "Aby dodać użytkownika, wypełnij ten formularz w całości. Wszystkie pola są wymagane.";
|
||||
@@ -1087,6 +1159,7 @@ $text['description-time_zone']['de-at'] = "Wählen Sie die Standard-Zeitzone";
|
||||
$text['description-time_zone']['de-de'] = "Wählen Sie die Standard-Zeitzone";
|
||||
$text['description-time_zone']['es-cl'] = "Seleccione la zona horaria por defecto.";
|
||||
$text['description-time_zone']['fr-fr'] = "Sélectionnez le fuseau horaire par défaut.";
|
||||
$text['description-time_zone']['he' ] = "";
|
||||
$text['description-time_zone']['it-it'] = "Seleziona il fuso orario predefinito.";
|
||||
$text['description-time_zone']['nl-nl'] = "";
|
||||
$text['description-time_zone']['pl' ] = "Wybierz domyślną strefę czasową";
|
||||
@@ -1102,6 +1175,7 @@ $text['description-status']['de-at'] = "Benutzerstatus auswählen";
|
||||
$text['description-status']['de-de'] = "Benutzerstatus auswählen";
|
||||
$text['description-status']['es-cl'] = "Configure la presencia del usuario.";
|
||||
$text['description-status']['fr-fr'] = "Sélectionnez l'état de présence de l'utilisateur.";
|
||||
$text['description-status']['he' ] = "";
|
||||
$text['description-status']['it-it'] = "Imposta la presenza dell'utente.";
|
||||
$text['description-status']['nl-nl'] = "";
|
||||
$text['description-status']['pl' ] = "Wybierz status użytkownika";
|
||||
@@ -1117,6 +1191,7 @@ $text['description-enabled']['de-at'] = "Setzen Sie den Status dieses Kontos.";
|
||||
$text['description-enabled']['de-de'] = "Setzen Sie den Status dieses Kontos.";
|
||||
$text['description-enabled']['es-cl'] = "Indique el estaso de esta cuenta.";
|
||||
$text['description-enabled']['fr-fr'] = "Choisir le statut de ce compte.";
|
||||
$text['description-enabled']['he' ] = "";
|
||||
$text['description-enabled']['it-it'] = "Imposta lo stato di questo account.";
|
||||
$text['description-enabled']['nl-nl'] = "";
|
||||
$text['description-enabled']['pl' ] = "Ustaw status numeru wewnętrznego.";
|
||||
@@ -1132,6 +1207,7 @@ $text['description-contact_view']['de-at'] = "Ansicht";
|
||||
$text['description-contact_view']['de-de'] = "Ansicht";
|
||||
$text['description-contact_view']['es-cl'] = "Ver";
|
||||
$text['description-contact_view']['fr-fr'] = "Voir";
|
||||
$text['description-contact_view']['he' ] = "";
|
||||
$text['description-contact_view']['it-it'] = "Visualizza";
|
||||
$text['description-contact_view']['nl-nl'] = "";
|
||||
$text['description-contact_view']['pl' ] = "Widok";
|
||||
@@ -1147,6 +1223,7 @@ $text['description-contact']['de-at'] = "Weisen Sie diesem Benutzer einen Kontak
|
||||
$text['description-contact']['de-de'] = "Weisen Sie diesem Benutzer einen Kontakt zu.";
|
||||
$text['description-contact']['es-cl'] = "Asignar un contacto a este usuario.";
|
||||
$text['description-contact']['fr-fr'] = "Attacher un contact à ce compte utilisateur";
|
||||
$text['description-contact']['he' ] = "";
|
||||
$text['description-contact']['it-it'] = "Assegna un contatto a questo account utente";
|
||||
$text['description-contact']['nl-nl'] = "";
|
||||
$text['description-contact']['pl' ] = "Wybierz numer";
|
||||
@@ -1162,6 +1239,7 @@ $text['description-api_key']['de-at'] = "Geben Sie den API Schlüssel an. Der AP
|
||||
$text['description-api_key']['de-de'] = "Geben Sie den API Schlüssel an. Der API Schlüssel sollte mindestens 128 bit oder länger sein.";
|
||||
$text['description-api_key']['es-cl'] = "Indique la API key.";
|
||||
$text['description-api_key']['fr-fr'] = "Entrez la clé d'API. Il s'agit souvent d'un identifiant universel unique (UUID). La clé devrait faire 128 bits ou plus de longueur.";
|
||||
$text['description-api_key']['he' ] = "";
|
||||
$text['description-api_key']['it-it'] = "Inserisci l'API key. L'API key dovrebbe essere maggiore di 128 bit.";
|
||||
$text['description-api_key']['nl-nl'] = "";
|
||||
$text['description-api_key']['pl' ] = "Wprowadź klucz API, który jest często UUID. Klucz API powinien być 128 bitowy lub lepszy.";
|
||||
@@ -1177,6 +1255,7 @@ $text['confirm-delete']['de-at'] = "Wollen Sie das wirklich löschen?";
|
||||
$text['confirm-delete']['de-de'] = "Wollen Sie das wirklich löschen?";
|
||||
$text['confirm-delete']['es-cl'] = "¿Realmente desea eliminar esto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
$text['confirm-delete']['he' ] = "";
|
||||
$text['confirm-delete']['it-it'] = "Vuoi davvero cancellare questo elemento?";
|
||||
$text['confirm-delete']['nl-nl'] = "";
|
||||
$text['confirm-delete']['pl' ] = "Czy na pewno chcesz to usunąć?";
|
||||
@@ -1192,6 +1271,7 @@ $text['button-show_all']['de-at'] = "Alle anzeigen";
|
||||
$text['button-show_all']['de-de'] = "Alle anzeigen";
|
||||
$text['button-show_all']['es-cl'] = "Mostrar Todos";
|
||||
$text['button-show_all']['fr-fr'] = "Tout Montrer";
|
||||
$text['button-show_all']['he' ] = "";
|
||||
$text['button-show_all']['it-it'] = "Mostra Tutto";
|
||||
$text['button-show_all']['nl-nl'] = "";
|
||||
$text['button-show_all']['pl' ] = "Pokaż wszystkie";
|
||||
@@ -1207,6 +1287,7 @@ $text['button-generate']['de-at'] = "Erzeugen";
|
||||
$text['button-generate']['de-de'] = "Erzeugen";
|
||||
$text['button-generate']['es-cl'] = "Generar";
|
||||
$text['button-generate']['fr-fr'] = "Générer";
|
||||
$text['button-generate']['he' ] = "";
|
||||
$text['button-generate']['it-it'] = "Genera";
|
||||
$text['button-generate']['nl-nl'] = "";
|
||||
$text['button-generate']['pl' ] = "Generuj";
|
||||
@@ -1222,6 +1303,7 @@ $text['button-create_account']['de-at'] = "Konto hinzufügen";
|
||||
$text['button-create_account']['de-de'] = "Konto hinzufügen";
|
||||
$text['button-create_account']['es-cl'] = "Crear Cuenta";
|
||||
$text['button-create_account']['fr-fr'] = "Créer le Compte";
|
||||
$text['button-create_account']['he' ] = "";
|
||||
$text['button-create_account']['it-it'] = "Crea Account";
|
||||
$text['button-create_account']['nl-nl'] = "";
|
||||
$text['button-create_account']['pl' ] = "Załóż konto";
|
||||
@@ -1237,6 +1319,7 @@ $text['button-add_member']['de-at'] = "Mitglied hinzufügen";
|
||||
$text['button-add_member']['de-de'] = "Mitglied hinzufügen";
|
||||
$text['button-add_member']['es-cl'] = "Agregar Miembro";
|
||||
$text['button-add_member']['fr-fr'] = "Ajouter un Membre";
|
||||
$text['button-add_member']['he' ] = "";
|
||||
$text['button-add_member']['it-it'] = "Aggiungi Membro";
|
||||
$text['button-add_member']['nl-nl'] = "";
|
||||
$text['button-add_member']['pl' ] = "Dodaj członka";
|
||||
|
||||
Reference in New Issue
Block a user