app_languages.php 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881
  1. <?php
  2. $text['title-databases']['en-us'] = "Databases";
  3. $text['title-databases']['en-gb'] = "Databases";
  4. $text['title-databases']['ar-eg'] = "قواعد بيانات";
  5. $text['title-databases']['de-at'] = "Datenbanken"; //copied from de-de
  6. $text['title-databases']['de-ch'] = "Datenbanken"; //copied from de-de
  7. $text['title-databases']['de-de'] = "Datenbanken";
  8. $text['title-databases']['es-cl'] = "Bases de datos";
  9. $text['title-databases']['es-mx'] = "Bases de datos"; //copied from es-cl
  10. $text['title-databases']['fr-ca'] = "Bases de données"; //copied from fr-fr
  11. $text['title-databases']['fr-fr'] = "Bases de données";
  12. $text['title-databases']['he-il'] = "מאגרי מידע";
  13. $text['title-databases']['it-it'] = "Database";
  14. $text['title-databases']['nl-nl'] = "Databases";
  15. $text['title-databases']['pl-pl'] = "Bazy danych";
  16. $text['title-databases']['pt-br'] = "Base de dados";
  17. $text['title-databases']['pt-pt'] = "Bases de Dados";
  18. $text['title-databases']['ro-ro'] = "Baze de date";
  19. $text['title-databases']['ru-ru'] = "Базы даных";
  20. $text['title-databases']['sv-se'] = "Databaser";
  21. $text['title-databases']['uk-ua'] = "Бази даних";
  22. $text['title-databases']['zh-cn'] = "数据库";
  23. $text['title-databases']['ja-jp'] = "データベース";
  24. $text['title-databases']['ko-kr'] = "데이터베이스";
  25. $text['title-sql_query']['en-us'] = "SQL Query";
  26. $text['title-sql_query']['en-gb'] = "SQL Query";
  27. $text['title-sql_query']['ar-eg'] = "استعلام SQL";
  28. $text['title-sql_query']['de-at'] = "Befehl"; //copied from de-de
  29. $text['title-sql_query']['de-ch'] = "Befehl"; //copied from de-de
  30. $text['title-sql_query']['de-de'] = "Befehl";
  31. $text['title-sql_query']['es-cl'] = "Comando";
  32. $text['title-sql_query']['es-mx'] = "Comando"; //copied from es-cl
  33. $text['title-sql_query']['fr-ca'] = "Commande"; //copied from fr-fr
  34. $text['title-sql_query']['fr-fr'] = "Commande";
  35. $text['title-sql_query']['he-il'] = "שאילתת SQL";
  36. $text['title-sql_query']['it-it'] = "Comando";
  37. $text['title-sql_query']['nl-nl'] = "Commando";
  38. $text['title-sql_query']['pl-pl'] = "Polecenie";
  39. $text['title-sql_query']['pt-br'] = "Comando"; //copied from pt-pt
  40. $text['title-sql_query']['pt-pt'] = "Comando";
  41. $text['title-sql_query']['ro-ro'] = "Interogare SQL";
  42. $text['title-sql_query']['ru-ru'] = "Команды";
  43. $text['title-sql_query']['sv-se'] = "Kommando";
  44. $text['title-sql_query']['uk-ua'] = "Команди";
  45. $text['title-sql_query']['zh-cn'] = "SQL查询";
  46. $text['title-sql_query']['ja-jp'] = "SQLクエリ";
  47. $text['title-sql_query']['ko-kr'] = "SQL 쿼리";
  48. $text['option-result_type_view']['en-us'] = "View";
  49. $text['option-result_type_view']['en-gb'] = "View";
  50. $text['option-result_type_view']['ar-eg'] = "منظر";
  51. $text['option-result_type_view']['de-at'] = "Ansicht"; //copied from de-de
  52. $text['option-result_type_view']['de-ch'] = "Ansicht"; //copied from de-de
  53. $text['option-result_type_view']['de-de'] = "Ansicht";
  54. $text['option-result_type_view']['es-cl'] = "Ver";
  55. $text['option-result_type_view']['es-mx'] = "Ver"; //copied from es-cl
  56. $text['option-result_type_view']['fr-ca'] = "Voir"; //copied from fr-fr
  57. $text['option-result_type_view']['fr-fr'] = "Voir";
  58. $text['option-result_type_view']['he-il'] = "נוף";
  59. $text['option-result_type_view']['it-it'] = "Mostra";
  60. $text['option-result_type_view']['nl-nl'] = "Bekijk";
  61. $text['option-result_type_view']['pl-pl'] = "Widok";
  62. $text['option-result_type_view']['pt-br'] = "Visualizar";
  63. $text['option-result_type_view']['pt-pt'] = "Ver";
  64. $text['option-result_type_view']['ro-ro'] = "Vedere";
  65. $text['option-result_type_view']['ru-ru'] = "Просмотр";
  66. $text['option-result_type_view']['sv-se'] = "Granska";
  67. $text['option-result_type_view']['uk-ua'] = "Перегляд";
  68. $text['option-result_type_view']['zh-cn'] = "看法";
  69. $text['option-result_type_view']['ja-jp'] = "ビュー";
  70. $text['option-result_type_view']['ko-kr'] = "보다";
  71. $text['option-result_type_insert']['en-us'] = "SQL";
  72. $text['option-result_type_insert']['en-gb'] = "SQL";
  73. $text['option-result_type_insert']['ar-eg'] = "SQL";
  74. $text['option-result_type_insert']['de-at'] = "SQL"; //copied from de-de
  75. $text['option-result_type_insert']['de-ch'] = "SQL"; //copied from de-de
  76. $text['option-result_type_insert']['de-de'] = "SQL";
  77. $text['option-result_type_insert']['es-cl'] = "SQL";
  78. $text['option-result_type_insert']['es-mx'] = "SQL"; //copied from es-cl
  79. $text['option-result_type_insert']['fr-ca'] = "SQL"; //copied from fr-fr
  80. $text['option-result_type_insert']['fr-fr'] = "SQL";
  81. $text['option-result_type_insert']['he-il'] = "SQL";
  82. $text['option-result_type_insert']['it-it'] = "SQL";
  83. $text['option-result_type_insert']['nl-nl'] = "SQL";
  84. $text['option-result_type_insert']['pl-pl'] = "SQL";
  85. $text['option-result_type_insert']['pt-br'] = "SQL"; //copied from pt-pt
  86. $text['option-result_type_insert']['pt-pt'] = "SQL";
  87. $text['option-result_type_insert']['ro-ro'] = "SQL";
  88. $text['option-result_type_insert']['ru-ru'] = "SQL";
  89. $text['option-result_type_insert']['sv-se'] = "SQL";
  90. $text['option-result_type_insert']['uk-ua'] = "SQL";
  91. $text['option-result_type_insert']['zh-cn'] = "SQL";
  92. $text['option-result_type_insert']['ja-jp'] = "SQL";
  93. $text['option-result_type_insert']['ko-kr'] = "SQL";
  94. $text['option-result_type_csv']['en-us'] = "CSV";
  95. $text['option-result_type_csv']['en-gb'] = "CSV";
  96. $text['option-result_type_csv']['ar-eg'] = "CSV";
  97. $text['option-result_type_csv']['de-at'] = "CSV"; //copied from de-de
  98. $text['option-result_type_csv']['de-ch'] = "CSV"; //copied from de-de
  99. $text['option-result_type_csv']['de-de'] = "CSV";
  100. $text['option-result_type_csv']['es-cl'] = "CSV";
  101. $text['option-result_type_csv']['es-mx'] = "CSV"; //copied from es-cl
  102. $text['option-result_type_csv']['fr-ca'] = "CSV"; //copied from fr-fr
  103. $text['option-result_type_csv']['fr-fr'] = "CSV";
  104. $text['option-result_type_csv']['he-il'] = "CSV";
  105. $text['option-result_type_csv']['it-it'] = "CSV";
  106. $text['option-result_type_csv']['nl-nl'] = "CSV";
  107. $text['option-result_type_csv']['pl-pl'] = "CSV";
  108. $text['option-result_type_csv']['pt-br'] = "CSV"; //copied from pt-pt
  109. $text['option-result_type_csv']['pt-pt'] = "CSV";
  110. $text['option-result_type_csv']['ro-ro'] = "CSV";
  111. $text['option-result_type_csv']['ru-ru'] = "CSV";
  112. $text['option-result_type_csv']['sv-se'] = "CSV";
  113. $text['option-result_type_csv']['uk-ua'] = "CSV";
  114. $text['option-result_type_csv']['zh-cn'] = "CSV";
  115. $text['option-result_type_csv']['ja-jp'] = "CSV";
  116. $text['option-result_type_csv']['ko-kr'] = "CSV";
  117. $text['label-table']['en-us'] = "Table";
  118. $text['label-table']['en-gb'] = "Table";
  119. $text['label-table']['ar-eg'] = "طاولة";
  120. $text['label-table']['de-at'] = "Tabelle"; //copied from de-de
  121. $text['label-table']['de-ch'] = "Tabelle"; //copied from de-de
  122. $text['label-table']['de-de'] = "Tabelle";
  123. $text['label-table']['es-cl'] = "Tabla";
  124. $text['label-table']['es-mx'] = "Tabla"; //copied from es-cl
  125. $text['label-table']['fr-ca'] = "Table"; //copied from fr-fr
  126. $text['label-table']['fr-fr'] = "Table";
  127. $text['label-table']['he-il'] = "שולחן";
  128. $text['label-table']['it-it'] = "Tabella";
  129. $text['label-table']['nl-nl'] = "Tabel";
  130. $text['label-table']['pl-pl'] = "Tabela";
  131. $text['label-table']['pt-br'] = "Tabela"; //copied from pt-pt
  132. $text['label-table']['pt-pt'] = "Tabela";
  133. $text['label-table']['ro-ro'] = "Masa";
  134. $text['label-table']['ru-ru'] = "Таблица";
  135. $text['label-table']['sv-se'] = "TAbell";
  136. $text['label-table']['uk-ua'] = "Таблиця";
  137. $text['label-table']['zh-cn'] = "桌子";
  138. $text['label-table']['ja-jp'] = "テーブル";
  139. $text['label-table']['ko-kr'] = "테이블";
  140. $text['label-switch']['en-us'] = "Switch";
  141. $text['label-switch']['en-gb'] = "Switch";
  142. $text['label-switch']['ar-eg'] = "يُحوّل";
  143. $text['label-switch']['de-at'] = "Switch"; //copied from de-de
  144. $text['label-switch']['de-ch'] = "Switch"; //copied from de-de
  145. $text['label-switch']['de-de'] = "Switch";
  146. $text['label-switch']['es-cl'] = "Cambiar";
  147. $text['label-switch']['es-mx'] = "Cambiar"; //copied from es-cl
  148. $text['label-switch']['fr-ca'] = "Interrupteur"; //copied from fr-fr
  149. $text['label-switch']['fr-fr'] = "Interrupteur";
  150. $text['label-switch']['he-il'] = "החלף";
  151. $text['label-switch']['it-it'] = "Switch";
  152. $text['label-switch']['nl-nl'] = "Centrale";
  153. $text['label-switch']['pl-pl'] = "Przełącznik";
  154. $text['label-switch']['pt-br'] = "Interruptor"; //copied from pt-pt
  155. $text['label-switch']['pt-pt'] = "Interruptor";
  156. $text['label-switch']['ro-ro'] = "Intrerupator";
  157. $text['label-switch']['ru-ru'] = "FreeSwitch";
  158. $text['label-switch']['sv-se'] = "Switch";
  159. $text['label-switch']['uk-ua'] = "перемикач";
  160. $text['label-switch']['zh-cn'] = "转变";
  161. $text['label-switch']['ja-jp'] = "スイッチ";
  162. $text['label-switch']['ko-kr'] = "스위치";
  163. $text['label-shell']['en-us'] = "Shell";
  164. $text['label-shell']['en-gb'] = "Shell";
  165. $text['label-shell']['ar-eg'] = "Coajă";
  166. $text['label-shell']['de-at'] = "Shell"; //copied from de-de
  167. $text['label-shell']['de-ch'] = "Shell"; //copied from de-de
  168. $text['label-shell']['de-de'] = "Shell";
  169. $text['label-shell']['es-cl'] = "Terminal de Comandos";
  170. $text['label-shell']['es-mx'] = "Terminal de Comandos"; //copied from es-cl
  171. $text['label-shell']['fr-ca'] = "Commande Shell"; //copied from fr-fr
  172. $text['label-shell']['fr-fr'] = "Commande Shell";
  173. $text['label-shell']['he-il'] = "صدَفَة";
  174. $text['label-shell']['it-it'] = "Shell";
  175. $text['label-shell']['nl-nl'] = "Shell";
  176. $text['label-shell']['pl-pl'] = "Powłoka (shell)";
  177. $text['label-shell']['pt-br'] = "Comando Shell ";
  178. $text['label-shell']['pt-pt'] = "Comando Shell";
  179. $text['label-shell']['ro-ro'] = "Coajă";
  180. $text['label-shell']['ru-ru'] = "Консоль";
  181. $text['label-shell']['sv-se'] = "Shell";
  182. $text['label-shell']['uk-ua'] = "Консоль";
  183. $text['label-shell']['zh-cn'] = "壳";
  184. $text['label-shell']['ja-jp'] = "シェル";
  185. $text['label-shell']['ko-kr'] = "껍데기";
  186. $text['label-results']['en-us'] = "Results";
  187. $text['label-results']['en-gb'] = "Results";
  188. $text['label-results']['ar-eg'] = "نتائج";
  189. $text['label-results']['de-at'] = "Ergebnisse"; //copied from de-de
  190. $text['label-results']['de-ch'] = "Ergebnisse"; //copied from de-de
  191. $text['label-results']['de-de'] = "Ergebnisse";
  192. $text['label-results']['es-cl'] = "Resultados";
  193. $text['label-results']['es-mx'] = "Resultados"; //copied from es-cl
  194. $text['label-results']['fr-ca'] = "Résultats"; //copied from fr-fr
  195. $text['label-results']['fr-fr'] = "Résultats";
  196. $text['label-results']['he-il'] = "תוצאות";
  197. $text['label-results']['it-it'] = "Risultati";
  198. $text['label-results']['nl-nl'] = "Resultaten";
  199. $text['label-results']['pl-pl'] = "Rezultaty";
  200. $text['label-results']['pt-br'] = "Resultados"; //copied from pt-pt
  201. $text['label-results']['pt-pt'] = "Resultados";
  202. $text['label-results']['ro-ro'] = "Rezultate";
  203. $text['label-results']['ru-ru'] = "Результаты";
  204. $text['label-results']['sv-se'] = "Resultat";
  205. $text['label-results']['uk-ua'] = "Результати";
  206. $text['label-results']['zh-cn'] = "结果";
  207. $text['label-results']['ja-jp'] = "結果";
  208. $text['label-results']['ko-kr'] = "결과";
  209. $text['label-result_type']['en-us'] = "Result";
  210. $text['label-result_type']['en-gb'] = "Result";
  211. $text['label-result_type']['ar-eg'] = "Rezultate";
  212. $text['label-result_type']['de-at'] = "Ergebnis"; //copied from de-de
  213. $text['label-result_type']['de-ch'] = "Ergebnis"; //copied from de-de
  214. $text['label-result_type']['de-de'] = "Ergebnis";
  215. $text['label-result_type']['es-cl'] = "Resultado";
  216. $text['label-result_type']['es-mx'] = "Resultado"; //copied from es-cl
  217. $text['label-result_type']['fr-ca'] = "Résultat"; //copied from fr-fr
  218. $text['label-result_type']['fr-fr'] = "Résultat";
  219. $text['label-result_type']['he-il'] = "תוֹצָאָה";
  220. $text['label-result_type']['it-it'] = "Risultato";
  221. $text['label-result_type']['nl-nl'] = "Resultaat";
  222. $text['label-result_type']['pl-pl'] = "Rezultat";
  223. $text['label-result_type']['pt-br'] = "Resultado"; //copied from pt-pt
  224. $text['label-result_type']['pt-pt'] = "Resultado";
  225. $text['label-result_type']['ro-ro'] = "Rezultate";
  226. $text['label-result_type']['ru-ru'] = "Результат";
  227. $text['label-result_type']['sv-se'] = "Resultat";
  228. $text['label-result_type']['uk-ua'] = "Результат";
  229. $text['label-result_type']['zh-cn'] = "结果";
  230. $text['label-result_type']['ja-jp'] = "結果";
  231. $text['label-result_type']['ko-kr'] = "결과";
  232. $text['label-response']['en-us'] = "Response";
  233. $text['label-response']['en-gb'] = "Response";
  234. $text['label-response']['ar-eg'] = "إجابة";
  235. $text['label-response']['de-at'] = "Antwort"; //copied from de-de
  236. $text['label-response']['de-ch'] = "Antwort"; //copied from de-de
  237. $text['label-response']['de-de'] = "Antwort";
  238. $text['label-response']['es-cl'] = "Respuesta";
  239. $text['label-response']['es-mx'] = "Respuesta"; //copied from es-cl
  240. $text['label-response']['fr-ca'] = "Réponse"; //copied from fr-fr
  241. $text['label-response']['fr-fr'] = "Réponse";
  242. $text['label-response']['he-il'] = "תְגוּבָה";
  243. $text['label-response']['it-it'] = "Risposta";
  244. $text['label-response']['nl-nl'] = "Antwoord";
  245. $text['label-response']['pl-pl'] = "Odpowiedź";
  246. $text['label-response']['pt-br'] = "Resposta"; //copied from pt-pt
  247. $text['label-response']['pt-pt'] = "Resposta";
  248. $text['label-response']['ro-ro'] = "Raspuns";
  249. $text['label-response']['ru-ru'] = "Ответ";
  250. $text['label-response']['sv-se'] = "Respons";
  251. $text['label-response']['uk-ua'] = "Відповідь";
  252. $text['label-response']['zh-cn'] = "回复";
  253. $text['label-response']['ja-jp'] = "応答";
  254. $text['label-response']['ko-kr'] = "응답";
  255. $text['label-reset']['en-us'] = "Reset";
  256. $text['label-reset']['en-gb'] = "Reset";
  257. $text['label-reset']['ar-eg'] = "إعادة تعيين";
  258. $text['label-reset']['de-at'] = "Zurücksetzen"; //copied from de-de
  259. $text['label-reset']['de-ch'] = "Zurücksetzen"; //copied from de-de
  260. $text['label-reset']['de-de'] = "Zurücksetzen";
  261. $text['label-reset']['es-cl'] = "Reajustar";
  262. $text['label-reset']['es-mx'] = "Reajustar"; //copied from es-cl
  263. $text['label-reset']['fr-ca'] = "Remettre"; //copied from fr-fr
  264. $text['label-reset']['fr-fr'] = "Remettre";
  265. $text['label-reset']['he-il'] = "אפס";
  266. $text['label-reset']['it-it'] = "Resetta";
  267. $text['label-reset']['nl-nl'] = "Reset";
  268. $text['label-reset']['pl-pl'] = "Resetuj";
  269. $text['label-reset']['pt-br'] = "Restabelecer"; //copied from pt-pt
  270. $text['label-reset']['pt-pt'] = "Restabelecer";
  271. $text['label-reset']['ro-ro'] = "Inițializare";
  272. $text['label-reset']['ru-ru'] = "Сбросить";
  273. $text['label-reset']['sv-se'] = "Återställ";
  274. $text['label-reset']['uk-ua'] = "Скинути";
  275. $text['label-reset']['zh-cn'] = "重置";
  276. $text['label-reset']['ja-jp'] = "リセット";
  277. $text['label-reset']['ko-kr'] = "초기화";
  278. $text['label-records']['en-us'] = "Records";
  279. $text['label-records']['en-gb'] = "Records";
  280. $text['label-records']['ar-eg'] = "السجلات";
  281. $text['label-records']['de-at'] = "Einträge"; //copied from de-de
  282. $text['label-records']['de-ch'] = "Einträge"; //copied from de-de
  283. $text['label-records']['de-de'] = "Einträge";
  284. $text['label-records']['es-cl'] = "Archivos";
  285. $text['label-records']['es-mx'] = "Archivos"; //copied from es-cl
  286. $text['label-records']['fr-ca'] = "Enregistrements"; //copied from fr-fr
  287. $text['label-records']['fr-fr'] = "Enregistrements";
  288. $text['label-records']['he-il'] = "שיאים";
  289. $text['label-records']['it-it'] = "Dati";
  290. $text['label-records']['nl-nl'] = "Vastlegging";
  291. $text['label-records']['pl-pl'] = "Dokumentacja";
  292. $text['label-records']['pt-br'] = "Registros"; //copied from pt-pt
  293. $text['label-records']['pt-pt'] = "Registros";
  294. $text['label-records']['ro-ro'] = "Înregistrări";
  295. $text['label-records']['ru-ru'] = "Записи";
  296. $text['label-records']['sv-se'] = "Uppgifter";
  297. $text['label-records']['uk-ua'] = "документація";
  298. $text['label-records']['zh-cn'] = "记录";
  299. $text['label-records']['ja-jp'] = "記録";
  300. $text['label-records']['ko-kr'] = "기록";
  301. $text['label-sql']['en-us'] = "SQL";
  302. $text['label-sql']['en-gb'] = "SQL";
  303. $text['label-sql']['ar-eg'] = "SQL";
  304. $text['label-sql']['de-at'] = "SQL"; //copied from de-de
  305. $text['label-sql']['de-ch'] = "SQL"; //copied from de-de
  306. $text['label-sql']['de-de'] = "SQL";
  307. $text['label-sql']['es-cl'] = "SQL";
  308. $text['label-sql']['es-mx'] = "SQL"; //copied from es-cl
  309. $text['label-sql']['fr-ca'] = "SQL"; //copied from fr-fr
  310. $text['label-sql']['fr-fr'] = "SQL";
  311. $text['label-sql']['he-il'] = "SQL";
  312. $text['label-sql']['it-it'] = "SQL";
  313. $text['label-sql']['nl-nl'] = "SQL";
  314. $text['label-sql']['pl-pl'] = "SQL";
  315. $text['label-sql']['pt-br'] = "SQL"; //copied from pt-pt
  316. $text['label-sql']['pt-pt'] = "SQL";
  317. $text['label-sql']['ro-ro'] = "SQL";
  318. $text['label-sql']['ru-ru'] = "SQL";
  319. $text['label-sql']['sv-se'] = "SQL";
  320. $text['label-sql']['uk-ua'] = "SQL";
  321. $text['label-sql']['zh-cn'] = "SQL";
  322. $text['label-sql']['ja-jp'] = "SQL";
  323. $text['label-sql']['ko-kr'] = "SQL";
  324. $text['label-php']['en-us'] = "PHP";
  325. $text['label-php']['en-gb'] = "PHP";
  326. $text['label-php']['ar-eg'] = "PHP";
  327. $text['label-php']['de-at'] = "PHP"; //copied from de-de
  328. $text['label-php']['de-ch'] = "PHP"; //copied from de-de
  329. $text['label-php']['de-de'] = "PHP";
  330. $text['label-php']['es-cl'] = "Comando PHP";
  331. $text['label-php']['es-mx'] = "Comando PHP"; //copied from es-cl
  332. $text['label-php']['fr-ca'] = "Commande PHP"; //copied from fr-fr
  333. $text['label-php']['fr-fr'] = "Commande PHP";
  334. $text['label-php']['he-il'] = "PHP";
  335. $text['label-php']['it-it'] = "PHP";
  336. $text['label-php']['nl-nl'] = "PHP";
  337. $text['label-php']['pl-pl'] = "PHP";
  338. $text['label-php']['pt-br'] = "Comandos PHP ";
  339. $text['label-php']['pt-pt'] = "Comandos PHP";
  340. $text['label-php']['ro-ro'] = "PHP";
  341. $text['label-php']['ru-ru'] = "Команды PHP";
  342. $text['label-php']['sv-se'] = "PHP";
  343. $text['label-php']['uk-ua'] = "PHP";
  344. $text['label-php']['zh-cn'] = "PHP";
  345. $text['label-php']['ja-jp'] = "PHP";
  346. $text['label-php']['ko-kr'] = "PHP";
  347. $text['label-execute']['en-us'] = "Execute Command";
  348. $text['label-execute']['en-gb'] = "Execute Command";
  349. $text['label-execute']['ar-eg'] = "تنفيذ الأوامر";
  350. $text['label-execute']['de-at'] = "Befehl Ausführen"; //copied from de-de
  351. $text['label-execute']['de-ch'] = "Befehl Ausführen"; //copied from de-de
  352. $text['label-execute']['de-de'] = "Befehl Ausführen";
  353. $text['label-execute']['es-cl'] = "Ejecutar Comando";
  354. $text['label-execute']['es-mx'] = "Ejecutar Comando"; //copied from es-cl
  355. $text['label-execute']['fr-ca'] = "Executer la Commande"; //copied from fr-fr
  356. $text['label-execute']['fr-fr'] = "Executer la Commande";
  357. $text['label-execute']['he-il'] = "בצע פקודה";
  358. $text['label-execute']['it-it'] = "Esegui Comando";
  359. $text['label-execute']['nl-nl'] = "Voer commando uit";
  360. $text['label-execute']['pl-pl'] = "Wykonywanie poleceń";
  361. $text['label-execute']['pt-br'] = "Executar";
  362. $text['label-execute']['pt-pt'] = "Executar Comando";
  363. $text['label-execute']['ro-ro'] = "Executați comanda";
  364. $text['label-execute']['ru-ru'] = "Выполнить команду";
  365. $text['label-execute']['sv-se'] = "Utför Kommando";
  366. $text['label-execute']['uk-ua'] = "Виконання команд";
  367. $text['label-execute']['zh-cn'] = "执行命令";
  368. $text['label-execute']['ja-jp'] = "コマンドの実行";
  369. $text['label-execute']['ko-kr'] = "명령 실행";
  370. $text['label-error']['en-us'] = "Error";
  371. $text['label-error']['en-gb'] = "Error";
  372. $text['label-error']['ar-eg'] = "خطأ";
  373. $text['label-error']['de-at'] = "Fehler"; //copied from de-de
  374. $text['label-error']['de-ch'] = "Fehler"; //copied from de-de
  375. $text['label-error']['de-de'] = "Fehler";
  376. $text['label-error']['es-cl'] = "Error";
  377. $text['label-error']['es-mx'] = "Error"; //copied from es-cl
  378. $text['label-error']['fr-ca'] = "Erreur"; //copied from fr-fr
  379. $text['label-error']['fr-fr'] = "Erreur";
  380. $text['label-error']['he-il'] = "שְׁגִיאָה";
  381. $text['label-error']['it-it'] = "Errore";
  382. $text['label-error']['nl-nl'] = "Fout";
  383. $text['label-error']['pl-pl'] = "Błąd";
  384. $text['label-error']['pt-br'] = "Erro"; //copied from pt-pt
  385. $text['label-error']['pt-pt'] = "Erro";
  386. $text['label-error']['ro-ro'] = "Eroare";
  387. $text['label-error']['ru-ru'] = "Ошибка";
  388. $text['label-error']['sv-se'] = "Fel";
  389. $text['label-error']['uk-ua'] = "Помилка";
  390. $text['label-error']['zh-cn'] = "错误";
  391. $text['label-error']['ja-jp'] = "エラー";
  392. $text['label-error']['ko-kr'] = "오류";
  393. $text['header-databases']['en-us'] = "Databases";
  394. $text['header-databases']['en-gb'] = "Databases";
  395. $text['header-databases']['ar-eg'] = "قواعد بيانات";
  396. $text['header-databases']['de-at'] = "Datenbanken"; //copied from de-de
  397. $text['header-databases']['de-ch'] = "Datenbanken"; //copied from de-de
  398. $text['header-databases']['de-de'] = "Datenbanken";
  399. $text['header-databases']['es-cl'] = "Bases de datos";
  400. $text['header-databases']['es-mx'] = "Bases de datos"; //copied from es-cl
  401. $text['header-databases']['fr-ca'] = "Bases de données"; //copied from fr-fr
  402. $text['header-databases']['fr-fr'] = "Bases de données";
  403. $text['header-databases']['he-il'] = "מאגרי מידע";
  404. $text['header-databases']['it-it'] = "Database";
  405. $text['header-databases']['nl-nl'] = "Databases";
  406. $text['header-databases']['pl-pl'] = "Bazy danych";
  407. $text['header-databases']['pt-br'] = "Base de dados";
  408. $text['header-databases']['pt-pt'] = "Bases de Dados";
  409. $text['header-databases']['ro-ro'] = "Baze de date";
  410. $text['header-databases']['ru-ru'] = "База Данных";
  411. $text['header-databases']['sv-se'] = "Databaser";
  412. $text['header-databases']['uk-ua'] = "Бази даних";
  413. $text['header-databases']['zh-cn'] = "数据库";
  414. $text['header-databases']['ja-jp'] = "データベース";
  415. $text['header-databases']['ko-kr'] = "데이터베이스";
  416. $text['description-switch']['en-us'] = "Switch CLI. View valid commands with: 'help'.";
  417. $text['description-switch']['en-gb'] = "Switch CLI. View valid commands with: 'help'.";
  418. $text['description-switch']['ar-eg'] = 'تبديل CLI. عرض الأوامر الصالحة باستخدام: "مساعدة".';
  419. $text['description-switch']['de-at'] = "Um eine Liste der gültigen Befehle zu erhalten tippen Sie: 'help'"; //copied from de-de
  420. $text['description-switch']['de-ch'] = "Um eine Liste der gültigen Befehle zu erhalten tippen Sie: 'help'"; //copied from de-de
  421. $text['description-switch']['de-de'] = "Um eine Liste der gültigen Befehle zu erhalten tippen Sie: 'help'";
  422. $text['description-switch']['es-cl'] = "Para un listado de comandos válidos use: help";
  423. $text['description-switch']['es-mx'] = "Para un listado de comandos válidos use: help"; //copied from es-cl
  424. $text['description-switch']['fr-ca'] = "Pour la liste des commandes valides, utiliser : help"; //copied from fr-fr
  425. $text['description-switch']['fr-fr'] = "Pour la liste des commandes valides, utiliser : help";
  426. $text['description-switch']['he-il'] = "החלף CLI. הצג פקודות חוקיות עם: 'עזרה'.";
  427. $text['description-switch']['it-it'] = "CLI Sqitch Telefonico. Visualizza comandi validi con: 'help'.";
  428. $text['description-switch']['nl-nl'] = "Centrale CLI, bekijk geldige commando's met: 'help'.";
  429. $text['description-switch']['pl-pl'] = "Aby uzyskać listę poprawnych poleceń użyj pomocy";
  430. $text['description-switch']['pt-br'] = "Para verificar a lista de comandos válidos utilize: Ajuda";
  431. $text['description-switch']['pt-pt'] = "Para uma lista dos comandos válidos utilize: help";
  432. $text['description-switch']['ro-ro'] = "Comutați CLI. Vizualizați comenzile valide cu: „ajutor”.";
  433. $text['description-switch']['ru-ru'] = "Switch CLI.Для получения списка доступных команд, используйте:'help'.";
  434. $text['description-switch']['sv-se'] = "För en lista med giltiga kommandon använd: help";
  435. $text['description-switch']['uk-ua'] = "Для перегляду списку команд виконайте команду: help";
  436. $text['description-switch']['zh-cn'] = "切换 CLI。 使用“help”查看有效命令。";
  437. $text['description-switch']['ja-jp'] = "CLIを切り替えます。 有効なコマンドを表示するには、「help」を使用します。";
  438. $text['description-switch']['ko-kr'] = "CLI를 전환하세요. 'help'를 사용하여 유효한 명령을 확인하세요.";
  439. $text['description-shell']['en-us'] = "Execute system commands.";
  440. $text['description-shell']['en-gb'] = "Execute system commands.";
  441. $text['description-shell']['ar-eg'] = "نفذ أوامر النظام.";
  442. $text['description-shell']['de-at'] = "System Befehle ausführen"; //copied from de-de
  443. $text['description-shell']['de-ch'] = "System Befehle ausführen"; //copied from de-de
  444. $text['description-shell']['de-de'] = "System Befehle ausführen";
  445. $text['description-shell']['es-cl'] = "Comandos de sistema";
  446. $text['description-shell']['es-mx'] = "Comandos de sistema"; //copied from es-cl
  447. $text['description-shell']['fr-ca'] = "Commande Système"; //copied from fr-fr
  448. $text['description-shell']['fr-fr'] = "Commande Système";
  449. $text['description-shell']['he-il'] = "בצע פקודות מערכת.";
  450. $text['description-shell']['it-it'] = "Esegui comandi di sistema.";
  451. $text['description-shell']['nl-nl'] = "Voer systeem commando's uit.";
  452. $text['description-shell']['pl-pl'] = "Polecenia systemowe.";
  453. $text['description-shell']['pt-br'] = "Comando do sistema";
  454. $text['description-shell']['pt-pt'] = "Comandos do sistema.";
  455. $text['description-shell']['ro-ro'] = "Executați comenzile sistemului.";
  456. $text['description-shell']['ru-ru'] = "Выполните системные команды.";
  457. $text['description-shell']['sv-se'] = "System Kommandon.";
  458. $text['description-shell']['uk-ua'] = "Системні команди";
  459. $text['description-shell']['zh-cn'] = "执行系统命令。";
  460. $text['description-shell']['ja-jp'] = "システムコマンドを実行します。";
  461. $text['description-shell']['ko-kr'] = "시스템 명령을 실행합니다.";
  462. $text['description-sql']['en-us'] = "Execute statements against the database.";
  463. $text['description-sql']['en-gb'] = "Execute statements against the database.";
  464. $text['description-sql']['ar-eg'] = "تنفيذ العبارات على قاعدة البيانات.";
  465. $text['description-sql']['de-at'] = "Abfragen gegen die Datenbank ausführen."; //copied from de-de
  466. $text['description-sql']['de-ch'] = "Abfragen gegen die Datenbank ausführen."; //copied from de-de
  467. $text['description-sql']['de-de'] = "Abfragen gegen die Datenbank ausführen.";
  468. $text['description-sql']['es-cl'] = "Ejecutar instrucciones de consulta contra la base de datos.";
  469. $text['description-sql']['es-mx'] = "Ejecutar instrucciones de consulta contra la base de datos."; //copied from es-cl
  470. $text['description-sql']['fr-ca'] = "Exécuter les instructions de requête contre la base de données."; //copied from fr-fr
  471. $text['description-sql']['fr-fr'] = "Exécuter les instructions de requête contre la base de données.";
  472. $text['description-sql']['he-il'] = "בצע הצהרות כנגד מסד הנתונים.";
  473. $text['description-sql']['it-it'] = "Esegui istruzioni sul database.";
  474. $text['description-sql']['nl-nl'] = "Voer instructies uit op de database.";
  475. $text['description-sql']['pl-pl'] = "Wykonać polecenie zapytania do bazy danych.";
  476. $text['description-sql']['pt-br'] = "Executar instruções de consulta no banco de dados."; //copied from pt-pt
  477. $text['description-sql']['pt-pt'] = "Executar instruções de consulta no banco de dados.";
  478. $text['description-sql']['ro-ro'] = "Executați instrucțiuni în baza de date.";
  479. $text['description-sql']['ru-ru'] = "Выполнение запросов для базы данных.";
  480. $text['description-sql']['sv-se'] = "Utför fråge uttalanden mot databasen.";
  481. $text['description-sql']['uk-ua'] = "Виконання операторів запитів до бази даних.";
  482. $text['description-sql']['zh-cn'] = "针对数据库执行语句。";
  483. $text['description-sql']['ja-jp'] = "データベースに対してステートメントを実行します。";
  484. $text['description-sql']['ko-kr'] = "데이터베이스에 대해 명령문을 실행합니다.";
  485. $text['description-php']['en-us'] = "Execute PHP commands. See: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
  486. $text['description-php']['en-gb'] = "Execute PHP commands. See: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
  487. $text['description-php']['ar-eg'] = "تنفيذ أوامر PHP. راجع: <a href='http://php.net/manual/' target='_blank'>دليل PHP</a>";
  488. $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
  489. $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
  490. $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>";
  491. $text['description-php']['es-cl'] = "Utilice el siguiente enlace como referencia para PHP: <a href='http://php.net/manual/' target='_blank'>Manual PHP</a>";
  492. $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
  493. $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
  494. $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>";
  495. $text['description-php']['he-il'] = "בצע פקודות PHP. ראה: <a href='http://php.net/manual/' target='_blank'>מדריך PHP</a>";
  496. $text['description-php']['it-it'] = "Esegue comandi PHP. Vedi: <a href='http://php.net/manual/' target='_blank'>Manuale PHP</a>";
  497. $text['description-php']['nl-nl'] = "Voer PHP commando's uit. Zie: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
  498. $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>";
  499. $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
  500. $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>";
  501. $text['description-php']['ro-ro'] = "Executați comenzi PHP. Consultați: <a href='http://php.net/manual/' target='_blank'>Manual PHP</a>";
  502. $text['description-php']['ru-ru'] = "Выполнение PHP команд. Смотрите: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
  503. $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>";
  504. $text['description-php']['uk-ua'] = "Посилання на довідку PHP: <a href='http://php.net/manual/' target='_blank'>PHP Manual</a>";
  505. $text['description-php']['zh-cn'] = "执行 PHP 命令。 请参阅:<a href='http://php.net/manual/' target='_blank'>PHP 手册</a>";
  506. $text['description-php']['ja-jp'] = "PHPコマンドを実行します。 参照先: <a href='http://php.net/manual/' target='_blank'>PHP マニュアル</a>";
  507. $text['description-php']['ko-kr'] = "PHP 명령을 실행합니다. 참조: <a href='http://php.net/manual/' target='_blank'>PHP 매뉴얼</a>";
  508. $text['description-sql_query']['en-us'] = "Provides a conventient way to execute SQL commands.";
  509. $text['description-sql_query']['en-gb'] = "Provides a conventient way to execute SQL commands.";
  510. $text['description-sql_query']['ar-eg'] = "يوفر طريقة ملائمة لتنفيذ أوامر SQL.";
  511. $text['description-sql_query']['de-at'] = "Bietet die Möglichkeit SQL Befehle auszuführen."; //copied from de-de
  512. $text['description-sql_query']['de-ch'] = "Bietet die Möglichkeit SQL Befehle auszuführen."; //copied from de-de
  513. $text['description-sql_query']['de-de'] = "Bietet die Möglichkeit SQL Befehle auszuführen.";
  514. $text['description-sql_query']['es-cl'] = "Provee un modo conveniente de ejecutar comandos de sistema, PHP o del switch.";
  515. $text['description-sql_query']['es-mx'] = "Provee un modo conveniente de ejecutar comandos de sistema, PHP o del switch."; //copied from es-cl
  516. $text['description-sql_query']['fr-ca'] = "Fournir un moyen pour executer des commandes système, PHP et switch. "; //copied from fr-fr
  517. $text['description-sql_query']['fr-fr'] = "Fournir un moyen pour executer des commandes système, PHP et switch. ";
  518. $text['description-sql_query']['he-il'] = "מספק דרך נוחה לביצוע פקודות SQL.";
  519. $text['description-sql_query']['it-it'] = "Fornisce un facile sistema per eseguire i comandi di sistema, PHP, SQL e dello Switch.";
  520. $text['description-sql_query']['nl-nl'] = "Voorzie in een makkelijke manier om opdrachten uit te voeren voor: systeem, PHP, centrale en SQL";
  521. $text['description-sql_query']['pl-pl'] = "Ta funkcja zapewnia dogodny sposób wykonywania poleceń systemowych, PHP oraz switch.";
  522. $text['description-sql_query']['pt-br'] = "Utilize facilmente a execução de comandos do sistema, PHP e switch ";
  523. $text['description-sql_query']['pt-pt'] = "Oferece uma maneira fácil de executar comandos de sistema, PHP, e switch.";
  524. $text['description-sql_query']['ro-ro'] = "Oferă o modalitate convenabilă de a executa comenzi SQL.";
  525. $text['description-sql_query']['ru-ru'] = "Обеспечивает удобный способ выполнения команд системы, PHP, FreeSwitch и SQL.";
  526. $text['description-sql_query']['sv-se'] = "Erbjuder ett smidigt sätt att köra system, PHP och switch kommandon.";
  527. $text['description-sql_query']['uk-ua'] = "Забезпечує зручний спосіб виконати команди PHP, switch, а також системні команди";
  528. $text['description-sql_query']['zh-cn'] = "提供了一种执行 SQL 命令的便捷方法。";
  529. $text['description-sql_query']['ja-jp'] = "SQL コマンドを実行する便利な方法を提供します。";
  530. $text['description-sql_query']['ko-kr'] = "SQL 명령을 실행하는 편리한 방법을 제공합니다.";
  531. $text['description-databases']['en-us'] = "Select the database to execute SQL query statements against.";
  532. $text['description-databases']['en-gb'] = "Select the database to execute SQL query statements against.";
  533. $text['description-databases']['ar-eg'] = "حدد قاعدة البيانات لتنفيذ عبارات استعلام SQL مقابلها.";
  534. $text['description-databases']['de-at'] = "Wählen Sie die Datenbank für die SQL Abfrage aus."; //copied from de-de
  535. $text['description-databases']['de-ch'] = "Wählen Sie die Datenbank für die SQL Abfrage aus."; //copied from de-de
  536. $text['description-databases']['de-de'] = "Wählen Sie die Datenbank für die SQL Abfrage aus.";
  537. $text['description-databases']['es-cl'] = "Seleccione la base de datos para ejecutar la consulta SQL.";
  538. $text['description-databases']['es-mx'] = "Seleccione la base de datos para ejecutar la consulta SQL."; //copied from es-cl
  539. $text['description-databases']['fr-ca'] = "Choisir la base de données utilisée par la requête SQL."; //copied from fr-fr
  540. $text['description-databases']['fr-fr'] = "Choisir la base de données utilisée par la requête SQL.";
  541. $text['description-databases']['he-il'] = "בחר את מסד הנתונים שעבורו יש לבצע הצהרות שאילתת SQL.";
  542. $text['description-databases']['it-it'] = "Selezionare il database sul quale eseguire query SQL.";
  543. $text['description-databases']['nl-nl'] = "Kies de database waatop het SQL statment uitgevoerd moet worden.";
  544. $text['description-databases']['pl-pl'] = "Informacje o bazie danych.";
  545. $text['description-databases']['pt-br'] = "Informações sobre a base de dados";
  546. $text['description-databases']['pt-pt'] = "Escolha a base de dados a utilizar.";
  547. $text['description-databases']['ro-ro'] = "Selectați baza de date pentru a executa instrucțiunile de interogare SQL.";
  548. $text['description-databases']['ru-ru'] = "Выберите базу данных для выполнения SQL-запросов.";
  549. $text['description-databases']['sv-se'] = "Välj databas att använda för SQL Fråga.";
  550. $text['description-databases']['uk-ua'] = "Інформація про базу даних.";
  551. $text['description-databases']['zh-cn'] = "选择要执行 SQL 查询语句的数据库。";
  552. $text['description-databases']['ja-jp'] = "SQL クエリ ステートメントを実行するデータベースを選択します。";
  553. $text['description-databases']['ko-kr'] = "SQL 쿼리 문을 실행할 데이터베이스를 선택합니다.";
  554. $text['button-select_database']['en-us'] = "Select Database";
  555. $text['button-select_database']['en-gb'] = "Select Database";
  556. $text['button-select_database']['ar-eg'] = "حدد قاعدة البيانات";
  557. $text['button-select_database']['de-at'] = "Datenbank auswählen"; //copied from de-de
  558. $text['button-select_database']['de-ch'] = "Datenbank auswählen"; //copied from de-de
  559. $text['button-select_database']['de-de'] = "Datenbank auswählen";
  560. $text['button-select_database']['es-cl'] = "Seleccionar Base de Datos";
  561. $text['button-select_database']['es-mx'] = "Seleccionar Base de Datos"; //copied from es-cl
  562. $text['button-select_database']['fr-ca'] = "Choisir la Base de données"; //copied from fr-fr
  563. $text['button-select_database']['fr-fr'] = "Choisir la Base de données";
  564. $text['button-select_database']['he-il'] = "בחר מסד נתונים";
  565. $text['button-select_database']['it-it'] = "Selezionare Database";
  566. $text['button-select_database']['nl-nl'] = "Kies database";
  567. $text['button-select_database']['pl-pl'] = "Wybierz bazę danych";
  568. $text['button-select_database']['pt-br'] = "Selecionar base de dados";
  569. $text['button-select_database']['pt-pt'] = "Seleccionar Base de Dados";
  570. $text['button-select_database']['ro-ro'] = "Selectați Baza de date";
  571. $text['button-select_database']['ru-ru'] = "Выберите Базу Данных";
  572. $text['button-select_database']['sv-se'] = "Välj Databas";
  573. $text['button-select_database']['uk-ua'] = "Вибрати БД";
  574. $text['button-select_database']['zh-cn'] = "选择数据库";
  575. $text['button-select_database']['ja-jp'] = "データベースの選択";
  576. $text['button-select_database']['ko-kr'] = "데이터베이스 선택";
  577. $text['button-manage']['en-us'] = "Manage";
  578. $text['button-manage']['en-gb'] = "Manage";
  579. $text['button-manage']['ar-eg'] = "يدير";
  580. $text['button-manage']['de-at'] = "Verwalten"; //copied from de-de
  581. $text['button-manage']['de-ch'] = "Verwalten"; //copied from de-de
  582. $text['button-manage']['de-de'] = "Verwalten";
  583. $text['button-manage']['es-cl'] = "Administrar";
  584. $text['button-manage']['es-mx'] = "Administrar"; //copied from es-cl
  585. $text['button-manage']['fr-ca'] = "Gérer"; //copied from fr-fr
  586. $text['button-manage']['fr-fr'] = "Gérer";
  587. $text['button-manage']['he-il'] = "לנהל";
  588. $text['button-manage']['it-it'] = "Gestione";
  589. $text['button-manage']['nl-nl'] = "Beheer";
  590. $text['button-manage']['pl-pl'] = "Zarządzaj";
  591. $text['button-manage']['pt-br'] = "Gerenciar";
  592. $text['button-manage']['pt-pt'] = "Gerir";
  593. $text['button-manage']['ro-ro'] = "Administra";
  594. $text['button-manage']['ru-ru'] = "Управление";
  595. $text['button-manage']['sv-se'] = "Hantera";
  596. $text['button-manage']['uk-ua'] = "Керувати";
  597. $text['button-manage']['zh-cn'] = "管理";
  598. $text['button-manage']['ja-jp'] = "管理";
  599. $text['button-manage']['ko-kr'] = "관리하다";
  600. $text['button-backup']['en-us'] = "Backup";
  601. $text['button-backup']['en-gb'] = "Backup";
  602. $text['button-backup']['ar-eg'] = "دعم";
  603. $text['button-backup']['de-at'] = "Sichern"; //copied from de-de
  604. $text['button-backup']['de-ch'] = "Sichern"; //copied from de-de
  605. $text['button-backup']['de-de'] = "Sichern";
  606. $text['button-backup']['es-cl'] = "Respaldar";
  607. $text['button-backup']['es-mx'] = "Respaldar"; //copied from es-cl
  608. $text['button-backup']['fr-ca'] = "Sauvegarder"; //copied from fr-fr
  609. $text['button-backup']['fr-fr'] = "Sauvegarder";
  610. $text['button-backup']['he-il'] = "גיבוי";
  611. $text['button-backup']['it-it'] = "Backup";
  612. $text['button-backup']['nl-nl'] = "Backup";
  613. $text['button-backup']['pl-pl'] = "Kopia Zapasowa";
  614. $text['button-backup']['pt-br'] = "Backup"; //copied from pt-pt
  615. $text['button-backup']['pt-pt'] = "Backup";
  616. $text['button-backup']['ro-ro'] = "Backup";
  617. $text['button-backup']['ru-ru'] = "Резервное Копирование";
  618. $text['button-backup']['sv-se'] = "Backup";
  619. $text['button-backup']['uk-ua'] = "Резервна копія";
  620. $text['button-backup']['zh-cn'] = "备份";
  621. $text['button-backup']['ja-jp'] = "バックアップ";
  622. $text['button-backup']['ko-kr'] = "지원";
  623. $text['label-clip-library']['en-us'] = "Clip Library";
  624. $text['label-clip-library']['ar-eg'] = "المكتبة";
  625. $text['label-clip-library']['de-at'] = "Clip Bibliothek";
  626. $text['label-clip-library']['de-ch'] = "Clip Bibliothek";
  627. $text['label-clip-library']['de-de'] = "Clip Bibliothek";
  628. $text['label-clip-library']['es-cl'] = "Librería de Clips";
  629. $text['label-clip-library']['es-mx'] = "Librería de Clips";
  630. $text['label-clip-library']['fr-ca'] = "Clip Libraries";
  631. $text['label-clip-library']['fr-fr'] = "Clip Libraries";
  632. $text['label-clip-library']['he-il'] = "ספריית קליפ";
  633. $text['label-clip-library']['it-it'] = "Libreria Clip";
  634. $text['label-clip-library']['nl-nl'] = "Clip bibliotheek";
  635. $text['label-clip-library']['pl-pl'] = "biblioteki";
  636. $text['label-clip-library']['pt-br'] = "Biblioteca de Clips";
  637. $text['label-clip-library']['pt-pt'] = "Biblioteca de Clips";
  638. $text['label-clip-library']['ro-ro'] = "";
  639. $text['label-clip-library']['ru-ru'] = "Библиотека клипов";
  640. $text['label-clip-library']['sv-se'] = "Klipp Bibliotek";
  641. $text['label-clip-library']['uk-ua'] = "Бібліотека кліпів";
  642. $text['label-selected-clip']['en-us'] = "Selected Clip";
  643. $text['label-selected-clip']['ar-eg'] = "مقطع مختار";
  644. $text['label-selected-clip']['de-at'] = "Ausgewählter Clip";
  645. $text['label-selected-clip']['de-ch'] = "Ausgewählter Clip";
  646. $text['label-selected-clip']['de-de'] = "Ausgewählter Clip";
  647. $text['label-selected-clip']['es-cl'] = "Clip Seleccionado";
  648. $text['label-selected-clip']['es-mx'] = "Clip Seleccionado";
  649. $text['label-selected-clip']['fr-ca'] = "Clip Sélectionné";
  650. $text['label-selected-clip']['fr-fr'] = "Clip Sélectionné";
  651. $text['label-selected-clip']['he-il'] = "נבחר קליפ";
  652. $text['label-selected-clip']['it-it'] = "Clip Selezionate";
  653. $text['label-selected-clip']['nl-nl'] = "Gekozen Clip";
  654. $text['label-selected-clip']['pl-pl'] = "Wybrany Clip";
  655. $text['label-selected-clip']['pt-br'] = "Clipe Selecionado";
  656. $text['label-selected-clip']['pt-pt'] = "Clipe Selecionado";
  657. $text['label-selected-clip']['ro-ro'] = "";
  658. $text['label-selected-clip']['ru-ru'] = "Выбранный клип";
  659. $text['label-selected-clip']['sv-se'] = "Valt Clip";
  660. $text['label-selected-clip']['uk-ua'] = "Вибраний кліп";
  661. $text['button-edit-clip']['en-us'] = "Edit Clip";
  662. $text['button-edit-clip']['ar-eg'] = "مشبك التحرير";
  663. $text['button-edit-clip']['de-at'] = "Clip bearbeiten";
  664. $text['button-edit-clip']['de-ch'] = "Clip bearbeiten";
  665. $text['button-edit-clip']['de-de'] = "Clip bearbeiten";
  666. $text['button-edit-clip']['es-cl'] = "Editar Clip";
  667. $text['button-edit-clip']['es-mx'] = "Editar Clip";
  668. $text['button-edit-clip']['fr-ca'] = "Editer le Clip";
  669. $text['button-edit-clip']['fr-fr'] = "Editer le Clip";
  670. $text['button-edit-clip']['he-il'] = "Edit קליפ";
  671. $text['button-edit-clip']['it-it'] = "Modifica Clip";
  672. $text['button-edit-clip']['nl-nl'] = "Bewerk Clip";
  673. $text['button-edit-clip']['pl-pl'] = "edit clip";
  674. $text['button-edit-clip']['pt-br'] = "Editar Clip";
  675. $text['button-edit-clip']['pt-pt'] = "Editar Clip";
  676. $text['button-edit-clip']['ro-ro'] = "";
  677. $text['button-edit-clip']['ru-ru'] = "Редактировать клип";
  678. $text['button-edit-clip']['sv-se'] = "Ändra Klipp";
  679. $text['button-edit-clip']['uk-ua'] = "Редагувати кліп";
  680. $text['button-add-clip']['en-us'] = "Add Clip";
  681. $text['button-add-clip']['ar-eg'] = "مشط";
  682. $text['button-add-clip']['de-at'] = "Clip hinzufügen";
  683. $text['button-add-clip']['de-ch'] = "Clip hinzufügen";
  684. $text['button-add-clip']['de-de'] = "Clip hinzufügen";
  685. $text['button-add-clip']['es-cl'] = "Agregar Clip";
  686. $text['button-add-clip']['es-mx'] = "Agregar Clip";
  687. $text['button-add-clip']['fr-ca'] = "Ajouter un Clip";
  688. $text['button-add-clip']['fr-fr'] = "Ajouter un Clip";
  689. $text['button-add-clip']['he-il'] = "הוסף קליפ";
  690. $text['button-add-clip']['it-it'] = "Inserisci Clip";
  691. $text['button-add-clip']['nl-nl'] = "Voeg Clip toe";
  692. $text['button-add-clip']['pl-pl'] = "Addd Clip";
  693. $text['button-add-clip']['pt-br'] = "Adicionar Clip";
  694. $text['button-add-clip']['pt-pt'] = "Adicionar Clip";
  695. $text['button-add-clip']['ro-ro'] = "";
  696. $text['button-add-clip']['ru-ru'] = "Добавить клип";
  697. $text['button-add-clip']['sv-se'] = "Lägg Till Klipp";
  698. $text['button-add-clip']['uk-ua'] = "Додати кліп";
  699. $text['label-folder']['en-us'] = "Folder:";
  700. $text['label-folder']['ar-eg'] = "فولدر:";
  701. $text['label-folder']['de-at'] = "Ordner:";
  702. $text['label-folder']['de-ch'] = "Ordner:";
  703. $text['label-folder']['de-de'] = "Ordner:";
  704. $text['label-folder']['es-cl'] = "Carpeta:";
  705. $text['label-folder']['es-mx'] = "Carpeta:";
  706. $text['label-folder']['fr-ca'] = "Dossier:";
  707. $text['label-folder']['fr-fr'] = "Dossier:";
  708. $text['label-folder']['he-il'] = "מקור:";
  709. $text['label-folder']['it-it'] = "Cartella:";
  710. $text['label-folder']['nl-nl'] = "Map:";
  711. $text['label-folder']['pl-pl'] = "folder: folder";
  712. $text['label-folder']['pt-br'] = "Ficheiro:";
  713. $text['label-folder']['pt-pt'] = "Ficheiro:";
  714. $text['label-folder']['ro-ro'] = "";
  715. $text['label-folder']['ru-ru'] = "Папка:";
  716. $text['label-folder']['sv-se'] = "Mapp:";
  717. $text['label-folder']['uk-ua'] = "Склад:";
  718. $text['label-before-selection']['en-us'] = "Before Selection:";
  719. $text['label-before-selection']['ar-eg'] = "قبل الاختيار:";
  720. $text['label-before-selection']['de-at'] = "Vor der Auswahl:";
  721. $text['label-before-selection']['de-ch'] = "Vor der Auswahl:";
  722. $text['label-before-selection']['de-de'] = "Vor der Auswahl:";
  723. $text['label-before-selection']['es-cl'] = "Antes de seleccionar:";
  724. $text['label-before-selection']['es-mx'] = "Antes de seleccionar:";
  725. $text['label-before-selection']['fr-ca'] = "Avant la Selection:";
  726. $text['label-before-selection']['fr-fr'] = "Avant la Selection:";
  727. $text['label-before-selection']['he-il'] = "לפני הבחירה:";
  728. $text['label-before-selection']['it-it'] = "Precedente Selezione:";
  729. $text['label-before-selection']['nl-nl'] = "Voor selectie:";
  730. $text['label-before-selection']['pl-pl'] = "Przed wyborem";
  731. $text['label-before-selection']['pt-br'] = "Antes da Selecção:";
  732. $text['label-before-selection']['pt-pt'] = "Antes da Selecção:";
  733. $text['label-before-selection']['ro-ro'] = "";
  734. $text['label-before-selection']['ru-ru'] = "Перед выбором:";
  735. $text['label-before-selection']['sv-se'] = "Före Val:";
  736. $text['label-before-selection']['uk-ua'] = "До вибору:";
  737. $text['label-after-selection']['en-us'] = "After Selection:";
  738. $text['label-after-selection']['ar-eg'] = "بعد الاختيار:";
  739. $text['label-after-selection']['de-at'] = "Nach der Auswahl:";
  740. $text['label-after-selection']['de-ch'] = "Nach der Auswahl:";
  741. $text['label-after-selection']['de-de'] = "Nach der Auswahl:";
  742. $text['label-after-selection']['es-cl'] = "Despues de seleccionar:";
  743. $text['label-after-selection']['es-mx'] = "Despues de seleccionar:";
  744. $text['label-after-selection']['fr-ca'] = "Après la Selection:";
  745. $text['label-after-selection']['fr-fr'] = "Après la Selection:";
  746. $text['label-after-selection']['he-il'] = "לאחר הבחירה:";
  747. $text['label-after-selection']['it-it'] = "Successiva Selezione:";
  748. $text['label-after-selection']['nl-nl'] = "Na Selectie:";
  749. $text['label-after-selection']['pl-pl'] = "Po wyborach:";
  750. $text['label-after-selection']['pt-br'] = "Depois da Selecção:";
  751. $text['label-after-selection']['pt-pt'] = "Depois da Selecção:";
  752. $text['label-after-selection']['ro-ro'] = "";
  753. $text['label-after-selection']['ru-ru'] = "После выбора:";
  754. $text['label-after-selection']['sv-se'] = "Efter Val:";
  755. $text['label-after-selection']['uk-ua'] = "Після вибору:";
  756. $text['label-notes']['en-us'] = "Notes:";
  757. $text['label-notes']['ar-eg'] = "الحواشي:";
  758. $text['label-notes']['de-at'] = "Notiz:";
  759. $text['label-notes']['de-ch'] = "Notiz:";
  760. $text['label-notes']['de-de'] = "Notiz:";
  761. $text['label-notes']['es-cl'] = "Notas:";
  762. $text['label-notes']['es-mx'] = "Notas:";
  763. $text['label-notes']['fr-ca'] = "Remarques:";
  764. $text['label-notes']['fr-fr'] = "Remarques:";
  765. $text['label-notes']['he-il'] = "הערות:";
  766. $text['label-notes']['it-it'] = "Note:";
  767. $text['label-notes']['nl-nl'] = "Notitie:";
  768. $text['label-notes']['pl-pl'] = "Nota:";
  769. $text['label-notes']['pt-br'] = "Notas:";
  770. $text['label-notes']['pt-pt'] = "Notas:";
  771. $text['label-notes']['ro-ro'] = "";
  772. $text['label-notes']['ru-ru'] = "Заметки:";
  773. $text['label-notes']['sv-se'] = "Noteringar:";
  774. $text['label-notes']['uk-ua'] = "Примітки:";
  775. $text['message-delete-clip']['en-us'] = "Are you sure you want to delete the selected clip?";
  776. $text['message-delete-clip']['ar-eg'] = "هل أنت متأكد من أنك تريد حذف المقطع المختار؟";
  777. $text['message-delete-clip']['de-at'] = "Sind Sie sicher, dass Sie den ausgewählten Clip löschen möchten?";
  778. $text['message-delete-clip']['de-ch'] = "Sind Sie sicher, dass Sie den ausgewählten Clip löschen möchten?";
  779. $text['message-delete-clip']['de-de'] = "Sind Sie sicher, dass Sie den ausgewählten Clip löschen möchten?";
  780. $text['message-delete-clip']['es-cl'] = "¿Realmente desea eliminar el clip seleccionado?";
  781. $text['message-delete-clip']['es-mx'] = "¿Realmente desea eliminar el clip seleccionado?";
  782. $text['message-delete-clip']['fr-ca'] = "Etes-vous sûr de vouloir supprimer le CLIP sélectionné?";
  783. $text['message-delete-clip']['fr-fr'] = "Etes-vous sûr de vouloir supprimer le CLIP sélectionné?";
  784. $text['message-delete-clip']['he-il'] = "אתה בטוח שאתה רוצה למחוק את הסרטון שנבחר?";
  785. $text['message-delete-clip']['it-it'] = "Sei sicuro di voler cancellare le clip selezionate?";
  786. $text['message-delete-clip']['nl-nl'] = "Weet je zeker dat je de gekozen Clip wil verwijderen?";
  787. $text['message-delete-clip']['pl-pl'] = "Czy chcesz usunąć wybrane klipy?";
  788. $text['message-delete-clip']['pt-br'] = "Tem a certeza que pretende remover o clip seleccionado?";
  789. $text['message-delete-clip']['pt-pt'] = "Tem a certeza que pretende remover o clip seleccionado?";
  790. $text['message-delete-clip']['ro-ro'] = "";
  791. $text['message-delete-clip']['ru-ru'] = "Вы действительно хотите удалить выбранный клип?";
  792. $text['message-delete-clip']['sv-se'] = "Är du säker på att du vill radera det valda klippet?";
  793. $text['message-delete-clip']['uk-ua'] = "Ви впевнені, що ви хочете видалити вибраний кліп?";
  794. $text['message-give-up']['en-us'] = "Giving up :( Cannot create an XMLHTTP instance";
  795. $text['message-give-up']['en-gb'] = "Giving up :( Cannot create an XMLHTTP instance";
  796. $text['message-give-up']['ar-eg'] = ": لا يُمكن أن يُخلق مثال على ذلك";
  797. $text['message-give-up']['de-at'] = "Vorgang abgebrochen :( Konnte XMLHTTP Instanz nich erzeugen";
  798. $text['message-give-up']['de-ch'] = "Vorgang abgebrochen :( Konnte XMLHTTP Instanz nich erzeugen";
  799. $text['message-give-up']['de-de'] = "Vorgang abgebrochen :( Konnte XMLHTTP Instanz nich erzeugen";
  800. $text['message-give-up']['es-cl'] = "Cancelando, no se puede crear una instancia XMLHTTP";
  801. $text['message-give-up']['es-mx'] = "Cancelando, no se puede crear una instancia XMLHTTP";
  802. $text['message-give-up']['fr-ca'] = "Abandonner :( Ne peut pas créer un instance XMLHTTP";
  803. $text['message-give-up']['fr-fr'] = "Abandonner :( Ne peut pas créer un instance XMLHTTP";
  804. $text['message-give-up']['he-il'] = "לוותר:( לא יכול ליצור מקרה XMLHTTP";
  805. $text['message-give-up']['it-it'] = "Abbandono :( Non riesco a creare un'instanza XMLHTTP";
  806. $text['message-give-up']['nl-nl'] = "Opgegeven :( kan geen XMLHTTP verbinding maken";
  807. $text['message-give-up']['pl-pl'] = "Śmiertelnia: (pol.). Cannot stworzył instancję XMLHTTP.";
  808. $text['message-give-up']['pt-br'] = "Desistindo :( Não é possível criar uma instância XMLHTTP";
  809. $text['message-give-up']['pt-pt'] = "Desistindo :( Não é possível criar uma instância XMLHTTP";
  810. $text['message-give-up']['ro-ro'] = "Renunțare :( Nu se poate crea o instanță XMLHTTP";
  811. $text['message-give-up']['ru-ru'] = "Операция отменена :( Невозможно создать XMLHTTP экземпляр";
  812. $text['message-give-up']['sv-se'] = "Ger upp :( Kan inte skapa en XMLHTTP instans";
  813. $text['message-give-up']['uk-ua'] = "Досягнення :( Не створювати екземпляр XMLHTTP";
  814. $text['message-give-up']['zh-cn'] = "放弃 :( 无法创建 XMLHTTP 实例";
  815. $text['message-give-up']['ja-jp'] = "諦めます:( XMLHTTP インスタンスを作成できません";
  816. $text['message-give-up']['ko-kr'] = "포기합니다 :( XMLHTTP 인스턴스를 생성할 수 없습니다";
  817. $text['message-problem']['en-us'] = "There was a problem with the request.";
  818. $text['message-problem']['en-gb'] = "There was a problem with the request.";
  819. $text['message-problem']['ar-eg'] = "كانت هناك مشكلة مع الطلب";
  820. $text['message-problem']['de-at'] = "Es gab ein Problem mit der Anfrage.";
  821. $text['message-problem']['de-ch'] = "Es gab ein Problem mit der Anfrage.";
  822. $text['message-problem']['de-de'] = "Es gab ein Problem mit der Anfrage.";
  823. $text['message-problem']['es-cl'] = "Hubo un problema con la petición.";
  824. $text['message-problem']['es-mx'] = "Hubo un problema con la petición.";
  825. $text['message-problem']['fr-ca'] = "Il y avait un problème avec la demande.";
  826. $text['message-problem']['fr-fr'] = "Il y avait un problème avec la demande.";
  827. $text['message-problem']['he-il'] = "הייתה בעיה עם הבקשה.";
  828. $text['message-problem']['it-it'] = "C'è stato un problema con la richiesta.";
  829. $text['message-problem']['nl-nl'] = "Er was een prbleem emt de aanvraag";
  830. $text['message-problem']['pl-pl'] = "Na prośbę doszło do problemu.";
  831. $text['message-problem']['pt-br'] = "Ocorreu um problema com o pedido.";
  832. $text['message-problem']['pt-pt'] = "Ocorreu um problema com o pedido.";
  833. $text['message-problem']['ro-ro'] = "A apărut o problemă cu cererea.";
  834. $text['message-problem']['ru-ru'] = "Возникла проблема с запросом.";
  835. $text['message-problem']['sv-se'] = "Det uppstod ett problem med begäran.";
  836. $text['message-problem']['uk-ua'] = "Проблема з запитом.";
  837. $text['message-problem']['zh-cn'] = "这个要求有个问题。";
  838. $text['message-problem']['ja-jp'] = "リクエストに問題がありました。";
  839. $text['message-problem']['ko-kr'] = "요청에 문제가 발생했습니다.";
  840. ?>