|
@@ -1,119 +1,164 @@
|
|
<?php
|
|
<?php
|
|
|
|
|
|
- //SQL Query
|
|
|
|
-
|
|
|
|
- $text['title-sql_query']['en-us'] = "SQL Query";
|
|
|
|
- $text['title-sql_query']['es-cl'] = "Consulta SQL";
|
|
|
|
- $text['title-sql_query']['pt-pt'] = "Consulta SQL";
|
|
|
|
- $text['title-sql_query']['fr-fr'] = "Requête SQL";
|
|
|
|
-
|
|
|
|
- $text['title-databases']['en-us'] = "Databases";
|
|
|
|
- $text['title-databases']['es-cl'] = "Bases de datos";
|
|
|
|
- $text['title-databases']['pt-pt'] = "Bases de Dados";
|
|
|
|
- $text['title-databases']['fr-fr'] = "Bases de données";
|
|
|
|
-
|
|
|
|
- $text['header-sql_query']['en-us'] = "SQL Query";
|
|
|
|
- $text['header-sql_query']['es-cl'] = "Consulta SQL";
|
|
|
|
- $text['header-sql_query']['pt-pt'] = "Consulta SQL";
|
|
|
|
- $text['header-sql_query']['fr-fr'] = "Requêtes SQL";
|
|
|
|
-
|
|
|
|
- $text['header-databases']['en-us'] = "Databases";
|
|
|
|
- $text['header-databases']['es-cl'] = "Bases de datos";
|
|
|
|
- $text['header-databases']['pt-pt'] = "Bases de Dados";
|
|
|
|
- $text['header-databases']['fr-fr'] = "Bases de données";
|
|
|
|
-
|
|
|
|
- $text['description-databases']['en-us'] = "Select the database to use with SQL Query.";
|
|
|
|
- $text['description-databases']['es-cl'] = "Seleccione la base de datos para ejecutar la consulta SQL.";
|
|
|
|
- $text['description-databases']['pt-pt'] = "Escolha a base de dados a utilizar.";
|
|
|
|
- $text['description-databases']['fr-fr'] = "Choisir la base de données utilisée par la requête SQL.";
|
|
|
|
-
|
|
|
|
- $text['label-sql_query']['en-us'] = "SQL Query";
|
|
|
|
- $text['label-sql_query']['es-cl'] = "Consulta SQL";
|
|
|
|
- $text['label-sql_query']['pt-pt'] = "Consulta SQL";
|
|
|
|
- $text['label-sql_query']['fr-fr'] = "Requête SQL";
|
|
|
|
-
|
|
|
|
- $text['label-table']['en-us'] = "Table";
|
|
|
|
- $text['label-table']['es-cl'] = "Tabla";
|
|
|
|
- $text['label-table']['pt-pt'] = "Tabela";
|
|
|
|
- $text['label-table']['fr-fr'] = "Table";
|
|
|
|
-
|
|
|
|
- $text['label-result_type']['en-us'] = "Result";
|
|
|
|
- $text['label-result_type']['es-cl'] = "Resultado";
|
|
|
|
- $text['label-result_type']['pt-pt'] = "Resultado";
|
|
|
|
- $text['label-result_type']['fr-fr'] = "Résultat";
|
|
|
|
-
|
|
|
|
- $text['label-results']['en-us'] = "Results";
|
|
|
|
- $text['label-results']['es-cl'] = "Resultados";
|
|
|
|
- $text['label-results']['pt-pt'] = "Resultados";
|
|
|
|
- $text['label-results']['fr-fr'] = "Résultats";
|
|
|
|
-
|
|
|
|
- $text['label-error']['en-us'] = "Error";
|
|
|
|
- $text['label-error']['es-cl'] = "Error";
|
|
|
|
- $text['label-error']['pt-pt'] = "Erro";
|
|
|
|
- $text['label-error']['fr-fr'] = "Erreur";
|
|
|
|
-
|
|
|
|
- $text['label-type']['en-us'] = "Type";
|
|
|
|
- $text['label-type']['es-cl'] = "Tipo";
|
|
|
|
- $text['label-type']['pt-pt'] = "Tipo";
|
|
|
|
- $text['label-type']['fr-fr'] = "Type";
|
|
|
|
-
|
|
|
|
- $text['label-host']['en-us'] = "Host";
|
|
|
|
- $text['label-host']['es-cl'] = "Host";
|
|
|
|
- $text['label-host']['pt-pt'] = "Host";
|
|
|
|
- $text['label-host']['fr-fr'] = "Hôte";
|
|
|
|
-
|
|
|
|
- $text['label-name']['en-us'] = "Name";
|
|
|
|
- $text['label-name']['es-cl'] = "Nombre";
|
|
|
|
- $text['label-name']['pt-pt'] = "Nome";
|
|
|
|
- $text['label-name']['fr-fr'] = "Nom";
|
|
|
|
-
|
|
|
|
- $text['label-description']['en-us'] = "Description";
|
|
|
|
- $text['label-description']['es-cl'] = "Descripción";
|
|
|
|
- $text['label-description']['pt-pt'] = "Descrição";
|
|
|
|
- $text['label-description']['fr-fr'] = "Description";
|
|
|
|
-
|
|
|
|
- $text['option-result_type_view']['en-us'] = "View";
|
|
|
|
- $text['option-result_type_view']['es-cl'] = "Ver";
|
|
|
|
- $text['option-result_type_view']['pt-pt'] = "Ver";
|
|
|
|
- $text['option-result_type_view']['fr-fr'] = "Voir";
|
|
|
|
-
|
|
|
|
- $text['option-result_type_csv']['en-us'] = "CSV Download";
|
|
|
|
- $text['option-result_type_csv']['es-cl'] = "Descargar CSV";
|
|
|
|
- $text['option-result_type_csv']['pt-pt'] = "Descarregar CSV";
|
|
|
|
- $text['option-result_type_csv']['fr-fr'] = "Télécharger le CSV";
|
|
|
|
-
|
|
|
|
- $text['option-result_type_insert']['en-us'] = "SQL Inserts";
|
|
|
|
- $text['option-result_type_insert']['es-cl'] = "Inserciones SQL";
|
|
|
|
- $text['option-result_type_insert']['pt-pt'] = "Inserções SQL";
|
|
|
|
- $text['option-result_type_insert']['fr-fr'] = "Insertion SQL";
|
|
|
|
-
|
|
|
|
- $text['button-edit']['en-us'] = "Edit";
|
|
|
|
- $text['button-edit']['es-cl'] = "Editar";
|
|
|
|
- $text['button-edit']['pt-pt'] = "Editar";
|
|
|
|
- $text['button-edit']['fr-fr'] = "Editer";
|
|
|
|
-
|
|
|
|
- $text['button-backup']['en-us'] = "Backup";
|
|
|
|
- $text['button-backup']['es-cl'] = "Respaldar";
|
|
|
|
- $text['button-backup']['pt-pt'] = "Backup";
|
|
|
|
- $text['button-backup']['fr-fr'] = "Sauvegarder";
|
|
|
|
-
|
|
|
|
- $text['button-select_database']['en-us'] = "Select Database";
|
|
|
|
- $text['button-select_database']['es-cl'] = "Seleccionar Base de Datos";
|
|
|
|
- $text['button-select_database']['pt-pt'] = "Seleccionar Base de Dados";
|
|
|
|
- $text['button-select_database']['fr-fr'] = "Choisir la Base de données";
|
|
|
|
-
|
|
|
|
- $text['button-back']['en-us'] = "Back";
|
|
|
|
- $text['button-back']['es-cl'] = "Volver";
|
|
|
|
- $text['button-back']['pt-pt'] = "Voltar";
|
|
|
|
- $text['button-back']['fr-fr'] = "Retour";
|
|
|
|
-
|
|
|
|
- $text['button-execute']['en-us'] = "Execute";
|
|
|
|
- $text['button-execute']['es-cl'] = "Ejecutar";
|
|
|
|
- $text['button-execute']['pt-pt'] = "Executar";
|
|
|
|
- $text['button-execute']['fr-fr'] = "Exécuter";
|
|
|
|
-
|
|
|
|
- $text['button-manage']['en-us'] = "Manage";
|
|
|
|
- $text['button-manage']['es-cl'] = "Administrar";
|
|
|
|
- $text['button-manage']['pt-pt'] = "Gerir";
|
|
|
|
- $text['button-manage']['fr-fr'] = "Gérer";
|
|
|
|
-?>
|
|
|
|
|
|
+$text['title-sql_query']['en-us'] = "SQL Query";
|
|
|
|
+$text['title-sql_query']['es-cl'] = "Consulta SQL";
|
|
|
|
+$text['title-sql_query']['pt-pt'] = "Consulta SQL";
|
|
|
|
+$text['title-sql_query']['fr-fr'] = "Requête SQL";
|
|
|
|
+$text['title-sql_query']['pt-br'] = "Consulta SQL";
|
|
|
|
+$text['title-sql_query']['pl'] = "Zapytanie SQL";
|
|
|
|
+
|
|
|
|
+$text['title-databases']['en-us'] = "Databases";
|
|
|
|
+$text['title-databases']['es-cl'] = "Bases de datos";
|
|
|
|
+$text['title-databases']['pt-pt'] = "Bases de Dados";
|
|
|
|
+$text['title-databases']['fr-fr'] = "Bases de données";
|
|
|
|
+$text['title-databases']['pt-br'] = "Base de dados";
|
|
|
|
+$text['title-databases']['pl'] = "Bazy danych";
|
|
|
|
+
|
|
|
|
+$text['option-result_type_view']['en-us'] = "View";
|
|
|
|
+$text['option-result_type_view']['es-cl'] = "Ver";
|
|
|
|
+$text['option-result_type_view']['pt-pt'] = "Ver";
|
|
|
|
+$text['option-result_type_view']['fr-fr'] = "Voir";
|
|
|
|
+$text['option-result_type_view']['pt-br'] = "Visualizar";
|
|
|
|
+$text['option-result_type_view']['pl'] = "Widok";
|
|
|
|
+
|
|
|
|
+$text['option-result_type_insert']['en-us'] = "SQL Inserts";
|
|
|
|
+$text['option-result_type_insert']['es-cl'] = "Inserciones SQL";
|
|
|
|
+$text['option-result_type_insert']['pt-pt'] = "Inserções SQL";
|
|
|
|
+$text['option-result_type_insert']['fr-fr'] = "Insertion SQL";
|
|
|
|
+$text['option-result_type_insert']['pt-br'] = "Inserir SQL";
|
|
|
|
+$text['option-result_type_insert']['pl'] = "Wstawianie SQL";
|
|
|
|
+
|
|
|
|
+$text['option-result_type_csv']['en-us'] = "CSV Download";
|
|
|
|
+$text['option-result_type_csv']['es-cl'] = "Descargar CSV";
|
|
|
|
+$text['option-result_type_csv']['pt-pt'] = "Descarregar CSV";
|
|
|
|
+$text['option-result_type_csv']['fr-fr'] = "Télécharger le CSV";
|
|
|
|
+$text['option-result_type_csv']['pt-br'] = "Download CSV";
|
|
|
|
+$text['option-result_type_csv']['pl'] = "Pobieranie w formacie CSV";
|
|
|
|
+
|
|
|
|
+$text['label-type']['en-us'] = "Type";
|
|
|
|
+$text['label-type']['es-cl'] = "Tipo";
|
|
|
|
+$text['label-type']['pt-pt'] = "Tipo";
|
|
|
|
+$text['label-type']['fr-fr'] = "Type";
|
|
|
|
+$text['label-type']['pt-br'] = "Tipo";
|
|
|
|
+$text['label-type']['pl'] = "Typ";
|
|
|
|
+
|
|
|
|
+$text['label-table']['en-us'] = "Table";
|
|
|
|
+$text['label-table']['es-cl'] = "Tabla";
|
|
|
|
+$text['label-table']['pt-pt'] = "Tabela";
|
|
|
|
+$text['label-table']['fr-fr'] = "Table";
|
|
|
|
+$text['label-table']['pt-br'] = "Tabela";
|
|
|
|
+$text['label-table']['pl'] = "Tabela";
|
|
|
|
+
|
|
|
|
+$text['label-sql_query']['en-us'] = "SQL Query";
|
|
|
|
+$text['label-sql_query']['es-cl'] = "Consulta SQL";
|
|
|
|
+$text['label-sql_query']['pt-pt'] = "Consulta SQL";
|
|
|
|
+$text['label-sql_query']['fr-fr'] = "Requête SQL";
|
|
|
|
+$text['label-sql_query']['pt-br'] = "Consulta SQL";
|
|
|
|
+$text['label-sql_query']['pl'] = "Zapytanie SQL";
|
|
|
|
+
|
|
|
|
+$text['label-results']['en-us'] = "Results";
|
|
|
|
+$text['label-results']['es-cl'] = "Resultados";
|
|
|
|
+$text['label-results']['pt-pt'] = "Resultados";
|
|
|
|
+$text['label-results']['fr-fr'] = "Résultats";
|
|
|
|
+$text['label-results']['pt-br'] = "Resultados";
|
|
|
|
+$text['label-results']['pl'] = "Rezultaty";
|
|
|
|
+
|
|
|
|
+$text['label-result_type']['en-us'] = "Result";
|
|
|
|
+$text['label-result_type']['es-cl'] = "Resultado";
|
|
|
|
+$text['label-result_type']['pt-pt'] = "Resultado";
|
|
|
|
+$text['label-result_type']['fr-fr'] = "Résultat";
|
|
|
|
+$text['label-result_type']['pt-br'] = "Resultado";
|
|
|
|
+$text['label-result_type']['pl'] = "Rezultat";
|
|
|
|
+
|
|
|
|
+$text['label-name']['en-us'] = "Name";
|
|
|
|
+$text['label-name']['es-cl'] = "Nombre";
|
|
|
|
+$text['label-name']['pt-pt'] = "Nome";
|
|
|
|
+$text['label-name']['fr-fr'] = "Nom";
|
|
|
|
+$text['label-name']['pt-br'] = "Nome";
|
|
|
|
+$text['label-name']['pl'] = "Nazwa";
|
|
|
|
+
|
|
|
|
+$text['label-host']['en-us'] = "Host";
|
|
|
|
+$text['label-host']['es-cl'] = "Host";
|
|
|
|
+$text['label-host']['pt-pt'] = "Host";
|
|
|
|
+$text['label-host']['fr-fr'] = "Hôte";
|
|
|
|
+$text['label-host']['pt-br'] = "Máquina";
|
|
|
|
+$text['label-host']['pl'] = "Host";
|
|
|
|
+
|
|
|
|
+$text['label-error']['en-us'] = "Error";
|
|
|
|
+$text['label-error']['es-cl'] = "Error";
|
|
|
|
+$text['label-error']['pt-pt'] = "Erro";
|
|
|
|
+$text['label-error']['fr-fr'] = "Erreur";
|
|
|
|
+$text['label-error']['pt-br'] = "Erro";
|
|
|
|
+$text['label-error']['pl'] = "Błąd";
|
|
|
|
+
|
|
|
|
+$text['label-description']['en-us'] = "Description";
|
|
|
|
+$text['label-description']['es-cl'] = "Descripción";
|
|
|
|
+$text['label-description']['pt-pt'] = "Descrição";
|
|
|
|
+$text['label-description']['fr-fr'] = "Description";
|
|
|
|
+$text['label-description']['pt-br'] = "Descrição";
|
|
|
|
+$text['label-description']['pl'] = "Opis";
|
|
|
|
+
|
|
|
|
+$text['header-sql_query']['en-us'] = "SQL Query";
|
|
|
|
+$text['header-sql_query']['es-cl'] = "Consulta SQL";
|
|
|
|
+$text['header-sql_query']['pt-pt'] = "Consulta SQL";
|
|
|
|
+$text['header-sql_query']['fr-fr'] = "Requêtes SQL";
|
|
|
|
+$text['header-sql_query']['pt-br'] = "Consulta SQL";
|
|
|
|
+$text['header-sql_query']['pl'] = "Zapytanie SQL";
|
|
|
|
+
|
|
|
|
+$text['header-databases']['en-us'] = "Databases";
|
|
|
|
+$text['header-databases']['es-cl'] = "Bases de datos";
|
|
|
|
+$text['header-databases']['pt-pt'] = "Bases de Dados";
|
|
|
|
+$text['header-databases']['fr-fr'] = "Bases de données";
|
|
|
|
+$text['header-databases']['pt-br'] = "Base de dados";
|
|
|
|
+$text['header-databases']['pl'] = "Bazy danych";
|
|
|
|
+
|
|
|
|
+$text['description-databases']['en-us'] = "Select the database to use with SQL Query.";
|
|
|
|
+$text['description-databases']['es-cl'] = "Seleccione la base de datos para ejecutar la consulta SQL.";
|
|
|
|
+$text['description-databases']['pt-pt'] = "Escolha a base de dados a utilizar.";
|
|
|
|
+$text['description-databases']['fr-fr'] = "Choisir la base de données utilisée par la requête SQL.";
|
|
|
|
+$text['description-databases']['pt-br'] = "Informações sobre a base de dados";
|
|
|
|
+$text['description-databases']['pl'] = "Informacje o bazie danych.";
|
|
|
|
+
|
|
|
|
+$text['button-select_database']['en-us'] = "Select Database";
|
|
|
|
+$text['button-select_database']['es-cl'] = "Seleccionar Base de Datos";
|
|
|
|
+$text['button-select_database']['pt-pt'] = "Seleccionar Base de Dados";
|
|
|
|
+$text['button-select_database']['fr-fr'] = "Choisir la Base de données";
|
|
|
|
+$text['button-select_database']['pt-br'] = "Selecionar base de dados";
|
|
|
|
+$text['button-select_database']['pl'] = "Wybierz bazę danych";
|
|
|
|
+
|
|
|
|
+$text['button-manage']['en-us'] = "Manage";
|
|
|
|
+$text['button-manage']['es-cl'] = "Administrar";
|
|
|
|
+$text['button-manage']['pt-pt'] = "Gerir";
|
|
|
|
+$text['button-manage']['fr-fr'] = "Gérer";
|
|
|
|
+$text['button-manage']['pt-br'] = "Gerenciar";
|
|
|
|
+$text['button-manage']['pl'] = "Zarządzaj";
|
|
|
|
+
|
|
|
|
+$text['button-execute']['en-us'] = "Execute";
|
|
|
|
+$text['button-execute']['es-cl'] = "Ejecutar";
|
|
|
|
+$text['button-execute']['pt-pt'] = "Executar";
|
|
|
|
+$text['button-execute']['fr-fr'] = "Exécuter";
|
|
|
|
+$text['button-execute']['pt-br'] = "Executar";
|
|
|
|
+$text['button-execute']['pl'] = "Wykonaj";
|
|
|
|
+
|
|
|
|
+$text['button-edit']['en-us'] = "Edit";
|
|
|
|
+$text['button-edit']['es-cl'] = "Editar";
|
|
|
|
+$text['button-edit']['pt-pt'] = "Editar";
|
|
|
|
+$text['button-edit']['fr-fr'] = "Editer";
|
|
|
|
+$text['button-edit']['pt-br'] = "Editar";
|
|
|
|
+$text['button-edit']['pl'] = "Edytuj";
|
|
|
|
+
|
|
|
|
+$text['button-backup']['en-us'] = "Backup";
|
|
|
|
+$text['button-backup']['es-cl'] = "Respaldar";
|
|
|
|
+$text['button-backup']['pt-pt'] = "Backup";
|
|
|
|
+$text['button-backup']['fr-fr'] = "Sauvegarder";
|
|
|
|
+$text['button-backup']['pt-br'] = "Backup";
|
|
|
|
+$text['button-backup']['pl'] = "Kopia Zapasowa";
|
|
|
|
+
|
|
|
|
+$text['button-back']['en-us'] = "Back";
|
|
|
|
+$text['button-back']['es-cl'] = "Volver";
|
|
|
|
+$text['button-back']['pt-pt'] = "Voltar";
|
|
|
|
+$text['button-back']['fr-fr'] = "Retour";
|
|
|
|
+$text['button-back']['pt-br'] = "Voltar";
|
|
|
|
+$text['button-back']['pl'] = "Wróć";
|
|
|
|
+
|
|
|
|
+?>
|