Quellcode durchsuchen

Added missing translations (#7)

* Update app_menu.php

* Update app_languages.php
Alex vor 2 Jahren
Ursprung
Commit
07825a6f87
2 geänderte Dateien mit 27 neuen und 23 gelöschten Zeilen
  1. 5 5
      app_languages.php
  2. 22 18
      app_menu.php

+ 5 - 5
app_languages.php

@@ -10,7 +10,7 @@ $text['title-databases']['es-cl'] = "Bases de datos";
 $text['title-databases']['es-mx'] = "Bases de datos"; //copied from es-cl
 $text['title-databases']['fr-ca'] = "Bases de données"; //copied from fr-fr
 $text['title-databases']['fr-fr'] = "Bases de données";
-$text['title-databases']['he-il'] = "Databanken";
+$text['title-databases']['he-il'] = "מאגרי מידע";
 $text['title-databases']['it-it'] = "Database";
 $text['title-databases']['nl-nl'] = "Databases";
 $text['title-databases']['pl-pl'] = "Bazy danych";
@@ -199,7 +199,7 @@ $text['label-result_type']['es-cl'] = "Resultado";
 $text['label-result_type']['es-mx'] = "Resultado"; //copied from es-cl
 $text['label-result_type']['fr-ca'] = "Résultat"; //copied from fr-fr
 $text['label-result_type']['fr-fr'] = "Résultat";
-$text['label-result_type']['he-il'] = "Rezultate";
+$text['label-result_type']['he-il'] = "תוֹצָאָה";
 $text['label-result_type']['it-it'] = "Risultato";
 $text['label-result_type']['nl-nl'] = "Resultaat";
 $text['label-result_type']['pl-pl'] = "Rezultat";
@@ -443,7 +443,7 @@ $text['description-sql']['uk-ua'] = "Виконання операторів з
 
 $text['description-php']['en-us'] = "Execute PHP commands.  See: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
 $text['description-php']['en-gb'] = "Execute PHP commands.  See: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
-$text['description-php']['ar-eg'] = "نفذ أوامر PHP.";
+$text['description-php']['ar-eg'] = "تنفيذ أوامر PHP. راجع: <a href='http://php.net/manual/' target='_blank'>دليل PHP</a>";
 $text['description-php']['de-at'] = "PHP Befehle ausführen. Benutzen Sie folgenden Link als PHP Referenz: <a href='http://php.net/manual/>PHP Manual</a>"; //copied from de-de
 $text['description-php']['de-ch'] = "PHP Befehle ausführen. Benutzen Sie folgenden Link als PHP Referenz: <a href='http://php.net/manual/>PHP Manual</a>"; //copied from de-de
 $text['description-php']['de-de'] = "PHP Befehle ausführen. Benutzen Sie folgenden Link als PHP Referenz: <a href='http://php.net/manual/>PHP Manual</a>";
@@ -451,13 +451,13 @@ $text['description-php']['es-cl'] = "Utilice el siguiente enlace como referencia
 $text['description-php']['es-mx'] = "Utilice el siguiente enlace como referencia para PHP: <a href='http://php.net/manual/' target='_blank'>Manual PHP</a>"; //copied from es-cl
 $text['description-php']['fr-ca'] = "Utiliser le lien suivant comme référence pour le PHP: <a href='http://php.net/manual/' target='_blank'>Manuel PHP</a>"; //copied from fr-fr
 $text['description-php']['fr-fr'] = "Utiliser le lien suivant comme référence pour le PHP: <a href='http://php.net/manual/' target='_blank'>Manuel PHP</a>";
-$text['description-php']['he-il'] = "בצע פקודות PHP.";
+$text['description-php']['he-il'] = "בצע פקודות PHP. ראה: <a href='http://php.net/manual/' target='_blank'>מדריך PHP</a>";
 $text['description-php']['it-it'] = "Esegue comandi PHP. Vedi: <a href='http://php.net/manual/' target='_blank'>Manuale PHP</a>";
 $text['description-php']['nl-nl'] = "Voer PHP commando's uit. Zie: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
 $text['description-php']['pl-pl'] = "Aby użyć odniesienia do PHP kliknij na ten link: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
 $text['description-php']['pt-br'] = "Utilize a ligação seguinte como referência para o PHP: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>"; //copied from pt-pt
 $text['description-php']['pt-pt'] = "Utilize a ligação seguinte como referência para o PHP: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
-$text['description-php']['ro-ro'] = "Executați comenzi PHP.";
+$text['description-php']['ro-ro'] = "Executați comenzi PHP. Consultați: <a href='http://php.net/manual/' target='_blank'>Manual PHP</a>";
 $text['description-php']['ru-ru'] = "Выполнение PHP команд. Смотрите: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
 $text['description-php']['sv-se'] = "Använd följande länk som en referens gällande PHP: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
 $text['description-php']['uk-ua'] = "Посилання на довідку PHP: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";

+ 22 - 18
app_menu.php

@@ -2,24 +2,28 @@
 
 	$y=0;
 	$apps[$x]['menu'][$y]['title']['en-us'] = "SQL Query";
-	$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
-	$apps[$x]['menu'][$y]['title']['de-at'] = "Befehle";
-	$apps[$x]['menu'][$y]['title']['de-ch'] = "";
-	$apps[$x]['menu'][$y]['title']['de-de'] = "Befehle";
-	$apps[$x]['menu'][$y]['title']['es-cl'] = "Comando";
-	$apps[$x]['menu'][$y]['title']['es-mx'] = "Comando";
-	$apps[$x]['menu'][$y]['title']['fr-ca'] = "Command";
-	$apps[$x]['menu'][$y]['title']['fr-fr'] = "Commande";
-	$apps[$x]['menu'][$y]['title']['he-il'] = "";
-	$apps[$x]['menu'][$y]['title']['it-it'] = "Comando";
-	$apps[$x]['menu'][$y]['title']['nl-nl'] = "Commando";
-	$apps[$x]['menu'][$y]['title']['pl-pl'] = "Polecenie";
-	$apps[$x]['menu'][$y]['title']['pt-br'] = "Comandos";
-	$apps[$x]['menu'][$y]['title']['pt-pt'] = "Comandos";
-	$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
-	$apps[$x]['menu'][$y]['title']['ru-ru'] = "Выполнение команд";
-	$apps[$x]['menu'][$y]['title']['sv-se'] = "Kommando";
-	$apps[$x]['menu'][$y]['title']['uk-ua'] = "Команди";
+	$apps[$x]['menu'][$y]['title']['en-gb'] = "SQL Query";
+	$apps[$x]['menu'][$y]['title']['ar-eg'] = "استعلام SQL";
+	$apps[$x]['menu'][$y]['title']['de-at'] = "SQL-Abfrage";
+	$apps[$x]['menu'][$y]['title']['de-ch'] = "SQL-Abfrage";
+	$apps[$x]['menu'][$y]['title']['de-de'] = "SQL-Abfrage";
+	$apps[$x]['menu'][$y]['title']['es-cl'] = "consulta SQL";
+	$apps[$x]['menu'][$y]['title']['es-mx'] = "consulta SQL";
+	$apps[$x]['menu'][$y]['title']['fr-ca'] = "Requête SQL";
+	$apps[$x]['menu'][$y]['title']['fr-fr'] = "Requête SQL";
+	$apps[$x]['menu'][$y]['title']['he-il'] = "שאילתת SQL";
+	$apps[$x]['menu'][$y]['title']['it-it'] = "Interrogazione SQL";
+	$apps[$x]['menu'][$y]['title']['nl-nl'] = "SQL-query";
+	$apps[$x]['menu'][$y]['title']['pl-pl'] = "Zapytanie SQL";
+	$apps[$x]['menu'][$y]['title']['pt-br'] = "Consulta SQL";
+	$apps[$x]['menu'][$y]['title']['pt-pt'] = "Consulta SQL";
+	$apps[$x]['menu'][$y]['title']['ro-ro'] = "Interogare SQL";
+	$apps[$x]['menu'][$y]['title']['ru-ru'] = "SQL-запрос";
+	$apps[$x]['menu'][$y]['title']['sv-se'] = "SQL-fråga";
+	$apps[$x]['menu'][$y]['title']['uk-ua'] = "SQL запит";
+	$apps[$x]['menu'][$y]['title']['zh-cn'] = "SQL查询";
+	$apps[$x]['menu'][$y]['title']['ja-jp'] = "SQLクエリ";
+	$apps[$x]['menu'][$y]['title']['ko-kr'] = "SQL 쿼리";
 	$apps[$x]['menu'][$y]['uuid'] = "bb3ab92d-c329-42b6-9753-b6ea88d5e700";
 	$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
 	$apps[$x]['menu'][$y]['category'] = "internal";