app_languages.php 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436
  1. <?php
  2. #This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
  3. $text['title-databases']['en-us'] = "Databases";
  4. $text['title-databases']['ar-eg'] = "";
  5. $text['title-databases']['de-at'] = "Datenbanken";
  6. $text['title-databases']['de-de'] = "Datenbanken";
  7. $text['title-databases']['es-cl'] = "Bases de datos";
  8. $text['title-databases']['fr-fr'] = "Bases de données";
  9. $text['title-databases']['he-il'] = "";
  10. $text['title-databases']['it-it'] = "Database";
  11. $text['title-databases']['nl-nl'] = "";
  12. $text['title-databases']['pl-pl'] = "Bazy danych";
  13. $text['title-databases']['pt-br'] = "Base de dados";
  14. $text['title-databases']['pt-pt'] = "Bases de Dados";
  15. $text['title-databases']['ru-ru'] = "Базы даных";
  16. $text['title-databases']['sv-se'] = "Databaser";
  17. $text['title-databases']['uk-ua'] = "Бази даних";
  18. $text['title-command']['en-us'] = "Command";
  19. $text['title-command']['ar-eg'] = "";
  20. $text['title-command']['de-at'] = "Befehl";
  21. $text['title-command']['de-de'] = "Befehl";
  22. $text['title-command']['es-cl'] = "Comando";
  23. $text['title-command']['fr-fr'] = "Commande";
  24. $text['title-command']['he-il'] = "";
  25. $text['title-command']['it-it'] = "Comando";
  26. $text['title-command']['nl-nl'] = "";
  27. $text['title-command']['pl-pl'] = "Polecenie";
  28. $text['title-command']['pt-br'] = "Comando";
  29. $text['title-command']['pt-pt'] = "Comando";
  30. $text['title-command']['ru-ru'] = "Команды";
  31. $text['title-command']['sv-se'] = "Kommando";
  32. $text['title-command']['uk-ua'] = "Команди";
  33. $text['option-result_type_view']['en-us'] = "View";
  34. $text['option-result_type_view']['ar-eg'] = "";
  35. $text['option-result_type_view']['de-at'] = "Ansicht";
  36. $text['option-result_type_view']['de-de'] = "Ansicht";
  37. $text['option-result_type_view']['es-cl'] = "Ver";
  38. $text['option-result_type_view']['fr-fr'] = "Voir";
  39. $text['option-result_type_view']['he-il'] = "";
  40. $text['option-result_type_view']['it-it'] = "Visualizza";
  41. $text['option-result_type_view']['nl-nl'] = "";
  42. $text['option-result_type_view']['pl-pl'] = "Widok";
  43. $text['option-result_type_view']['pt-br'] = "Visualizar";
  44. $text['option-result_type_view']['pt-pt'] = "Ver";
  45. $text['option-result_type_view']['ru-ru'] = "Просмотр";
  46. $text['option-result_type_view']['sv-se'] = "Granska";
  47. $text['option-result_type_view']['uk-ua'] = "Перегляд";
  48. $text['option-result_type_insert']['en-us'] = "SQL";
  49. $text['option-result_type_insert']['ar-eg'] = "";
  50. $text['option-result_type_insert']['de-at'] = "SQL";
  51. $text['option-result_type_insert']['de-de'] = "SQL";
  52. $text['option-result_type_insert']['es-cl'] = "SQL";
  53. $text['option-result_type_insert']['fr-fr'] = "SQL";
  54. $text['option-result_type_insert']['he-il'] = "";
  55. $text['option-result_type_insert']['it-it'] = "SQL";
  56. $text['option-result_type_insert']['nl-nl'] = "";
  57. $text['option-result_type_insert']['pl-pl'] = "SQL";
  58. $text['option-result_type_insert']['pt-br'] = "SQL";
  59. $text['option-result_type_insert']['pt-pt'] = "SQL";
  60. $text['option-result_type_insert']['ru-ru'] = "SQL";
  61. $text['option-result_type_insert']['sv-se'] = "SQL";
  62. $text['option-result_type_insert']['uk-ua'] = "SQL ";
  63. $text['option-result_type_csv']['en-us'] = "CSV";
  64. $text['option-result_type_csv']['ar-eg'] = "";
  65. $text['option-result_type_csv']['de-at'] = "CSV";
  66. $text['option-result_type_csv']['de-de'] = "CSV";
  67. $text['option-result_type_csv']['es-cl'] = "CSV";
  68. $text['option-result_type_csv']['fr-fr'] = "CSV";
  69. $text['option-result_type_csv']['he-il'] = "";
  70. $text['option-result_type_csv']['it-it'] = "CSV";
  71. $text['option-result_type_csv']['nl-nl'] = "";
  72. $text['option-result_type_csv']['pl-pl'] = "CSV";
  73. $text['option-result_type_csv']['pt-br'] = "CSV";
  74. $text['option-result_type_csv']['pt-pt'] = "CSV";
  75. $text['option-result_type_csv']['ru-ru'] = "CSV";
  76. $text['option-result_type_csv']['sv-se'] = "CSV";
  77. $text['option-result_type_csv']['uk-ua'] = "CSV ";
  78. $text['label-table']['en-us'] = "Table";
  79. $text['label-table']['ar-eg'] = "";
  80. $text['label-table']['de-at'] = "Tabelle";
  81. $text['label-table']['de-de'] = "Tabelle";
  82. $text['label-table']['es-cl'] = "Tabla";
  83. $text['label-table']['fr-fr'] = "Table";
  84. $text['label-table']['he-il'] = "";
  85. $text['label-table']['it-it'] = "Tabella";
  86. $text['label-table']['nl-nl'] = "";
  87. $text['label-table']['pl-pl'] = "Tabela";
  88. $text['label-table']['pt-br'] = "Tabela";
  89. $text['label-table']['pt-pt'] = "Tabela";
  90. $text['label-table']['ru-ru'] = "Таблица";
  91. $text['label-table']['sv-se'] = "TAbell";
  92. $text['label-table']['uk-ua'] = "Таблиця";
  93. $text['label-switch']['en-us'] = "Switch";
  94. $text['label-switch']['ar-eg'] = "";
  95. $text['label-switch']['de-at'] = "Switch";
  96. $text['label-switch']['de-de'] = "Switch";
  97. $text['label-switch']['es-cl'] = "Comando de switch";
  98. $text['label-switch']['fr-fr'] = "Commande CLI Freeswitch";
  99. $text['label-switch']['he-il'] = "";
  100. $text['label-switch']['it-it'] = "Switch";
  101. $text['label-switch']['nl-nl'] = "";
  102. $text['label-switch']['pl-pl'] = "PBX";
  103. $text['label-switch']['pt-br'] = "Comando Freeswitch ";
  104. $text['label-switch']['pt-pt'] = "Comando Freeswitch";
  105. $text['label-switch']['ru-ru'] = "Команды CLI Freeswitch";
  106. $text['label-switch']['sv-se'] = "Switch";
  107. $text['label-switch']['uk-ua'] = "FreeSwitch";
  108. $text['label-shell']['en-us'] = "Shell";
  109. $text['label-shell']['ar-eg'] = "";
  110. $text['label-shell']['de-at'] = "Shell";
  111. $text['label-shell']['de-de'] = "Shell";
  112. $text['label-shell']['es-cl'] = "Terminal de Comandos";
  113. $text['label-shell']['fr-fr'] = "Commande Shell";
  114. $text['label-shell']['he-il'] = "";
  115. $text['label-shell']['it-it'] = "Terminale dei Comandi";
  116. $text['label-shell']['nl-nl'] = "";
  117. $text['label-shell']['pl-pl'] = "Powłoka (shell)";
  118. $text['label-shell']['pt-br'] = "Comando Shell ";
  119. $text['label-shell']['pt-pt'] = "Comando Shell";
  120. $text['label-shell']['ru-ru'] = "Консоль";
  121. $text['label-shell']['sv-se'] = "Shell";
  122. $text['label-shell']['uk-ua'] = "Консоль";
  123. $text['label-results']['en-us'] = "Results";
  124. $text['label-results']['ar-eg'] = "";
  125. $text['label-results']['de-at'] = "Ergebnisse";
  126. $text['label-results']['de-de'] = "Ergebnisse";
  127. $text['label-results']['es-cl'] = "Resultados";
  128. $text['label-results']['fr-fr'] = "Résultats";
  129. $text['label-results']['he-il'] = "";
  130. $text['label-results']['it-it'] = "Risultati";
  131. $text['label-results']['nl-nl'] = "";
  132. $text['label-results']['pl-pl'] = "Rezultaty";
  133. $text['label-results']['pt-br'] = "Resultados";
  134. $text['label-results']['pt-pt'] = "Resultados";
  135. $text['label-results']['ru-ru'] = "Результаты";
  136. $text['label-results']['sv-se'] = "Resultat";
  137. $text['label-results']['uk-ua'] = "Результати";
  138. $text['label-result_type']['en-us'] = "Result";
  139. $text['label-result_type']['ar-eg'] = "";
  140. $text['label-result_type']['de-at'] = "Ergebnis";
  141. $text['label-result_type']['de-de'] = "Ergebnis";
  142. $text['label-result_type']['es-cl'] = "Resultado";
  143. $text['label-result_type']['fr-fr'] = "Résultat";
  144. $text['label-result_type']['he-il'] = "";
  145. $text['label-result_type']['it-it'] = "Risultati";
  146. $text['label-result_type']['nl-nl'] = "";
  147. $text['label-result_type']['pl-pl'] = "Rezultat";
  148. $text['label-result_type']['pt-br'] = "Resultado";
  149. $text['label-result_type']['pt-pt'] = "Resultado";
  150. $text['label-result_type']['ru-ru'] = "Результат";
  151. $text['label-result_type']['sv-se'] = "Resultat";
  152. $text['label-result_type']['uk-ua'] = "Результат";
  153. $text['label-response']['en-us'] = "Response";
  154. $text['label-response']['ar-eg'] = "";
  155. $text['label-response']['de-at'] = "Antwort";
  156. $text['label-response']['de-de'] = "Antwort";
  157. $text['label-response']['es-cl'] = "Respuesta";
  158. $text['label-response']['fr-fr'] = "Réponse";
  159. $text['label-response']['he-il'] = "";
  160. $text['label-response']['it-it'] = "Risposta";
  161. $text['label-response']['nl-nl'] = "";
  162. $text['label-response']['pl-pl'] = "Odpowiedź";
  163. $text['label-response']['pt-br'] = "Resposta";
  164. $text['label-response']['pt-pt'] = "Resposta";
  165. $text['label-response']['ru-ru'] = "Ответ";
  166. $text['label-response']['sv-se'] = "Respons";
  167. $text['label-response']['uk-ua'] = "Відповідь";
  168. $text['label-reset']['en-us'] = "Reset";
  169. $text['label-reset']['ar-eg'] = "إعادة تعيين";
  170. $text['label-reset']['de-at'] = "Zurücksetzen";
  171. $text['label-reset']['de-de'] = "Zurücksetzen";
  172. $text['label-reset']['es-cl'] = "Reajustar";
  173. $text['label-reset']['fr-fr'] = "Remettre";
  174. $text['label-reset']['he-il'] = "אפס";
  175. $text['label-reset']['it-it'] = "Reimposta";
  176. $text['label-reset']['nl-nl'] = "";
  177. $text['label-reset']['pl-pl'] = "Resetuj";
  178. $text['label-reset']['pt-br'] = "Restabelecer";
  179. $text['label-reset']['pt-pt'] = "Restabelecer";
  180. $text['label-reset']['ru-ru'] = "Сбросить";
  181. $text['label-reset']['sv-se'] = "Återställ";
  182. $text['label-reset']['uk-ua'] = "Скинути";
  183. $text['label-records']['en-us'] = "Records";
  184. $text['label-records']['ar-eg'] = "";
  185. $text['label-records']['de-at'] = "Einträge";
  186. $text['label-records']['de-de'] = "Einträge";
  187. $text['label-records']['es-cl'] = "Archivos";
  188. $text['label-records']['fr-fr'] = "Enregistrements";
  189. $text['label-records']['he-il'] = "";
  190. $text['label-records']['it-it'] = "Records";
  191. $text['label-records']['nl-nl'] = "";
  192. $text['label-records']['pl-pl'] = "Dokumentacja";
  193. $text['label-records']['pt-br'] = "Registros";
  194. $text['label-records']['pt-pt'] = "Registros";
  195. $text['label-records']['ru-ru'] = "Записи";
  196. $text['label-records']['sv-se'] = "Uppgifter";
  197. $text['label-records']['uk-ua'] = "документація";
  198. $text['label-sql']['en-us'] = "SQL";
  199. $text['label-sql']['ar-eg'] = "";
  200. $text['label-sql']['de-at'] = "SQL";
  201. $text['label-sql']['de-de'] = "SQL";
  202. $text['label-sql']['es-cl'] = "SQL";
  203. $text['label-sql']['fr-fr'] = "SQL";
  204. $text['label-sql']['he-il'] = "";
  205. $text['label-sql']['it-it'] = "SQL";
  206. $text['label-sql']['nl-nl'] = "";
  207. $text['label-sql']['pl-pl'] = "SQL";
  208. $text['label-sql']['pt-br'] = "SQL";
  209. $text['label-sql']['pt-pt'] = "SQL";
  210. $text['label-sql']['ru-ru'] = "SQL";
  211. $text['label-sql']['sv-se'] = "SQL";
  212. $text['label-sql']['uk-ua'] = "SQL";
  213. $text['label-php']['en-us'] = "PHP";
  214. $text['label-php']['ar-eg'] = "";
  215. $text['label-php']['de-at'] = "PHP";
  216. $text['label-php']['de-de'] = "PHP";
  217. $text['label-php']['es-cl'] = "Comando PHP";
  218. $text['label-php']['fr-fr'] = "Commande PHP";
  219. $text['label-php']['he-il'] = "";
  220. $text['label-php']['it-it'] = "PHP";
  221. $text['label-php']['nl-nl'] = "";
  222. $text['label-php']['pl-pl'] = "PHP";
  223. $text['label-php']['pt-br'] = "Comandos PHP ";
  224. $text['label-php']['pt-pt'] = "Comandos PHP";
  225. $text['label-php']['ru-ru'] = "Команды PHP";
  226. $text['label-php']['sv-se'] = "PHP";
  227. $text['label-php']['uk-ua'] = "PHP";
  228. $text['label-execute']['en-us'] = "Execute Command";
  229. $text['label-execute']['ar-eg'] = "";
  230. $text['label-execute']['de-at'] = "Befehl Ausführen";
  231. $text['label-execute']['de-de'] = "Befehl Ausführen";
  232. $text['label-execute']['es-cl'] = "Ejecutar Comando";
  233. $text['label-execute']['fr-fr'] = "Executer la Commande";
  234. $text['label-execute']['he-il'] = "";
  235. $text['label-execute']['it-it'] = "Esegui Comando";
  236. $text['label-execute']['nl-nl'] = "";
  237. $text['label-execute']['pl-pl'] = "Wykonywanie poleceń";
  238. $text['label-execute']['pt-br'] = "Executar";
  239. $text['label-execute']['pt-pt'] = "Executar Comando";
  240. $text['label-execute']['ru-ru'] = "Выполнить команду";
  241. $text['label-execute']['sv-se'] = "Utför Kommando";
  242. $text['label-execute']['uk-ua'] = "Виконання команд";
  243. $text['label-error']['en-us'] = "Error";
  244. $text['label-error']['ar-eg'] = "";
  245. $text['label-error']['de-at'] = "Fehler";
  246. $text['label-error']['de-de'] = "Fehler";
  247. $text['label-error']['es-cl'] = "Error";
  248. $text['label-error']['fr-fr'] = "Erreur";
  249. $text['label-error']['he-il'] = "";
  250. $text['label-error']['it-it'] = "Errore";
  251. $text['label-error']['nl-nl'] = "";
  252. $text['label-error']['pl-pl'] = "Błąd";
  253. $text['label-error']['pt-br'] = "Erro";
  254. $text['label-error']['pt-pt'] = "Erro";
  255. $text['label-error']['ru-ru'] = "Ошибка";
  256. $text['label-error']['sv-se'] = "Fel";
  257. $text['label-error']['uk-ua'] = "Помилка";
  258. $text['header-databases']['en-us'] = "Databases";
  259. $text['header-databases']['ar-eg'] = "";
  260. $text['header-databases']['de-at'] = "Datenbanken";
  261. $text['header-databases']['de-de'] = "Datenbanken";
  262. $text['header-databases']['es-cl'] = "Bases de datos";
  263. $text['header-databases']['fr-fr'] = "Bases de données";
  264. $text['header-databases']['he-il'] = "";
  265. $text['header-databases']['it-it'] = "Databases";
  266. $text['header-databases']['nl-nl'] = "";
  267. $text['header-databases']['pl-pl'] = "Bazy danych";
  268. $text['header-databases']['pt-br'] = "Base de dados";
  269. $text['header-databases']['pt-pt'] = "Bases de Dados";
  270. $text['header-databases']['ru-ru'] = "База Данных";
  271. $text['header-databases']['sv-se'] = "Databaser";
  272. $text['header-databases']['uk-ua'] = "Бази даних";
  273. $text['description-switch']['en-us'] = "Switch CLI. View valid commands with: 'help'.";
  274. $text['description-switch']['ar-eg'] = "";
  275. $text['description-switch']['de-at'] = "Um eine Liste der gültigen Befehle zu erhalten tippen Sie: 'help'";
  276. $text['description-switch']['de-de'] = "Um eine Liste der gültigen Befehle zu erhalten tippen Sie: 'help'";
  277. $text['description-switch']['es-cl'] = "Para un listado de comandos válidos use: help";
  278. $text['description-switch']['fr-fr'] = "Pour la liste des commandes valides, utiliser : help";
  279. $text['description-switch']['he-il'] = "";
  280. $text['description-switch']['it-it'] = "Switch CLI. Visualizza i comandi validi digitando: 'help'.";
  281. $text['description-switch']['nl-nl'] = "";
  282. $text['description-switch']['pl-pl'] = "Aby uzyskać listę poprawnych poleceń użyj pomocy";
  283. $text['description-switch']['pt-br'] = "Para verificar a lista de comandos válidos utilize: Ajuda";
  284. $text['description-switch']['pt-pt'] = "Para uma lista dos comandos válidos utilize: help";
  285. $text['description-switch']['ru-ru'] = "Switch CLI.Для получения списка доступных команд, используйте:'help'.";
  286. $text['description-switch']['sv-se'] = "För en lista med giltiga kommandon använd: help";
  287. $text['description-switch']['uk-ua'] = "Для перегляду списку команд виконайте команду: help";
  288. $text['description-shell']['en-us'] = "Execute system commands.";
  289. $text['description-shell']['ar-eg'] = "";
  290. $text['description-shell']['de-at'] = "System Befehle ausführen";
  291. $text['description-shell']['de-de'] = "System Befehle ausführen";
  292. $text['description-shell']['es-cl'] = "Comandos de sistema";
  293. $text['description-shell']['fr-fr'] = "Commande Système";
  294. $text['description-shell']['he-il'] = "";
  295. $text['description-shell']['it-it'] = "Esegui comandi di sistema.";
  296. $text['description-shell']['nl-nl'] = "";
  297. $text['description-shell']['pl-pl'] = "Polecenia systemowe.";
  298. $text['description-shell']['pt-br'] = "Comando do sistema";
  299. $text['description-shell']['pt-pt'] = "Comandos do sistema.";
  300. $text['description-shell']['ru-ru'] = "Выполните системные команды.";
  301. $text['description-shell']['sv-se'] = "System Kommandon.";
  302. $text['description-shell']['uk-ua'] = "Системні команди";
  303. $text['description-sql']['en-us'] = "Execute statements against the database.";
  304. $text['description-sql']['ar-eg'] = "";
  305. $text['description-sql']['de-at'] = "Abfragen gegen die Datenbank ausführen.";
  306. $text['description-sql']['de-de'] = "";
  307. $text['description-sql']['es-cl'] = "Ejecutar instrucciones de consulta contra la base de datos.";
  308. $text['description-sql']['fr-fr'] = "Exécuter les instructions de requête contre la base de données.";
  309. $text['description-sql']['he-il'] = "";
  310. $text['description-sql']['it-it'] = "Esegue istruzioni nel database.";
  311. $text['description-sql']['nl-nl'] = "";
  312. $text['description-sql']['pl-pl'] = "Wykonać polecenie zapytania do bazy danych.";
  313. $text['description-sql']['pt-br'] = "Executar instruções de consulta no banco de dados.";
  314. $text['description-sql']['pt-pt'] = "Executar instruções de consulta no banco de dados.";
  315. $text['description-sql']['ru-ru'] = "Выполнение запросов для базы данных.";
  316. $text['description-sql']['sv-se'] = "Utför fråge uttalanden mot databasen.";
  317. $text['description-sql']['uk-ua'] = "Виконання операторів запитів до бази даних.";
  318. $text['description-php']['en-us'] = "Execute PHP commands. See: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
  319. $text['description-php']['ar-eg'] = "";
  320. $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>";
  321. $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>";
  322. $text['description-php']['es-cl'] = "Utilice el siguiente enlace como referencia para PHP: <a href='http://php.net/manual/' target='_blank'>Manual PHP</a>";
  323. $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>";
  324. $text['description-php']['he-il'] = "";
  325. $text['description-php']['it-it'] = "Esegui comandi PHP. Visualizza: <a href='http://php.net/manual/' target='_blank'>Manuale PHP</a>";
  326. $text['description-php']['nl-nl'] = "";
  327. $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>";
  328. $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>";
  329. $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>";
  330. $text['description-php']['ru-ru'] = "Выполнение PHP команд. Смотрите: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
  331. $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>";
  332. $text['description-php']['uk-ua'] = "Посилання на довідку PHP: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
  333. $text['description-execute']['en-us'] = "Provides a conventient way to execute system, PHP, switch and SQL commands.";
  334. $text['description-execute']['ar-eg'] = "";
  335. $text['description-execute']['de-at'] = "Bietet die Möglichkeit System, PHP, Switch und SQL Befehle auszuführen.";
  336. $text['description-execute']['de-de'] = "Bietet die Möglichkeit System, PHP, Switch und SQL Befehle auszuführen.";
  337. $text['description-execute']['es-cl'] = "Provee un modo conveniente de ejecutar comandos de sistema, PHP o del switch.";
  338. $text['description-execute']['fr-fr'] = "Fournir un moyen pour executer des commandes système, PHP et switch. ";
  339. $text['description-execute']['he-il'] = "";
  340. $text['description-execute']['it-it'] = "Offre un modo comodo per eseguire comandi di sistema, PHP, switch e SQL.";
  341. $text['description-execute']['nl-nl'] = "";
  342. $text['description-execute']['pl-pl'] = "Ta funkcja zapewnia dogodny sposób wykonywania poleceń systemowych, PHP oraz switch.";
  343. $text['description-execute']['pt-br'] = "Utilize facilmente a execução de comandos do sistema, PHP e switch ";
  344. $text['description-execute']['pt-pt'] = "Oferece uma maneira fácil de executar comandos de sistema, PHP, e switch.";
  345. $text['description-execute']['ru-ru'] = "Обеспечивает удобный способ выполнения команд системы, PHP, FreeSwitch и SQL.";
  346. $text['description-execute']['sv-se'] = "Erbjuder ett smidigt sätt att köra system, PHP och switch kommandon.";
  347. $text['description-execute']['uk-ua'] = "Забезпечує зручний спосіб виконати команди PHP, switch, а також системні команди";
  348. $text['description-databases']['en-us'] = "Select the database to execute SQL query statements against.";
  349. $text['description-databases']['ar-eg'] = "";
  350. $text['description-databases']['de-at'] = "Wählen Sie die Datenbank für die SQL Abfrage aus.";
  351. $text['description-databases']['de-de'] = "Wählen Sie die Datenbank für die SQL Abfrage aus.";
  352. $text['description-databases']['es-cl'] = "Seleccione la base de datos para ejecutar la consulta SQL.";
  353. $text['description-databases']['fr-fr'] = "Choisir la base de données utilisée par la requête SQL.";
  354. $text['description-databases']['he-il'] = "";
  355. $text['description-databases']['it-it'] = "Seleziona il database su cui eseguire la query SQL.";
  356. $text['description-databases']['nl-nl'] = "";
  357. $text['description-databases']['pl-pl'] = "Informacje o bazie danych.";
  358. $text['description-databases']['pt-br'] = "Informações sobre a base de dados";
  359. $text['description-databases']['pt-pt'] = "Escolha a base de dados a utilizar.";
  360. $text['description-databases']['ru-ru'] = "Выберите базу данных для выполнения SQL-запросов.";
  361. $text['description-databases']['sv-se'] = "Välj databas att använda för SQL Fråga.";
  362. $text['description-databases']['uk-ua'] = "Інформація про базу даних.";
  363. $text['button-select_database']['en-us'] = "Select Database";
  364. $text['button-select_database']['ar-eg'] = "";
  365. $text['button-select_database']['de-at'] = "Datenbank auswählen";
  366. $text['button-select_database']['de-de'] = "Datenbank auswählen";
  367. $text['button-select_database']['es-cl'] = "Seleccionar Base de Datos";
  368. $text['button-select_database']['fr-fr'] = "Choisir la Base de données";
  369. $text['button-select_database']['he-il'] = "";
  370. $text['button-select_database']['it-it'] = "Seleziona Database";
  371. $text['button-select_database']['nl-nl'] = "";
  372. $text['button-select_database']['pl-pl'] = "Wybierz bazę danych";
  373. $text['button-select_database']['pt-br'] = "Selecionar base de dados";
  374. $text['button-select_database']['pt-pt'] = "Seleccionar Base de Dados";
  375. $text['button-select_database']['ru-ru'] = "Выберите Базу Данных";
  376. $text['button-select_database']['sv-se'] = "Välj Databas";
  377. $text['button-select_database']['uk-ua'] = "Вибрати БД";
  378. $text['button-manage']['en-us'] = "Manage";
  379. $text['button-manage']['ar-eg'] = "";
  380. $text['button-manage']['de-at'] = "Verwalten";
  381. $text['button-manage']['de-de'] = "Verwalten";
  382. $text['button-manage']['es-cl'] = "Administrar";
  383. $text['button-manage']['fr-fr'] = "Gérer";
  384. $text['button-manage']['he-il'] = "";
  385. $text['button-manage']['it-it'] = "Gestisci";
  386. $text['button-manage']['nl-nl'] = "";
  387. $text['button-manage']['pl-pl'] = "Zarządzaj";
  388. $text['button-manage']['pt-br'] = "Gerenciar";
  389. $text['button-manage']['pt-pt'] = "Gerir";
  390. $text['button-manage']['ru-ru'] = "Управление";
  391. $text['button-manage']['sv-se'] = "Hantera";
  392. $text['button-manage']['uk-ua'] = "Керувати";
  393. $text['button-backup']['en-us'] = "Backup";
  394. $text['button-backup']['ar-eg'] = "";
  395. $text['button-backup']['de-at'] = "Sichern";
  396. $text['button-backup']['de-de'] = "Sichern";
  397. $text['button-backup']['es-cl'] = "Respaldar";
  398. $text['button-backup']['fr-fr'] = "Sauvegarder";
  399. $text['button-backup']['he-il'] = "";
  400. $text['button-backup']['it-it'] = "Backup";
  401. $text['button-backup']['nl-nl'] = "";
  402. $text['button-backup']['pl-pl'] = "Kopia Zapasowa";
  403. $text['button-backup']['pt-br'] = "Backup";
  404. $text['button-backup']['pt-pt'] = "Backup";
  405. $text['button-backup']['ru-ru'] = "Резервное Копирование";
  406. $text['button-backup']['sv-se'] = "Backup";
  407. $text['button-backup']['uk-ua'] = "Резервна копія";
  408. ?>