app_languages.php 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644
  1. <?php
  2. #This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
  3. $text['title-manage-files']['en-us'] = "Manage Files";
  4. $text['title-manage-files']['ar-eg'] = "";
  5. $text['title-manage-files']['de-at'] = "Dateien verwalten"; //copied from de-de
  6. $text['title-manage-files']['de-ch'] = "Dateien verwalten"; //copied from de-de
  7. $text['title-manage-files']['de-de'] = "Dateien verwalten";
  8. $text['title-manage-files']['es-cl'] = "Gestión de Archivos";
  9. $text['title-manage-files']['es-mx'] = "Gestión de Archivos"; //copied from es-cl
  10. $text['title-manage-files']['fr-ca'] = "Gérer les Fichiers"; //copied from fr-fr
  11. $text['title-manage-files']['fr-fr'] = "Gérer les Fichiers";
  12. $text['title-manage-files']['he-il'] = "";
  13. $text['title-manage-files']['it-it'] = "Gestione Files";
  14. $text['title-manage-files']['nl-nl'] = "";
  15. $text['title-manage-files']['pl-pl'] = "";
  16. $text['title-manage-files']['pt-br'] = "Gerenciar Arquivos"; //copied from pt-pt
  17. $text['title-manage-files']['pt-pt'] = "Gerenciar Arquivos";
  18. $text['title-manage-files']['ro-ro'] = "";
  19. $text['title-manage-files']['ru-ru'] = "Управление файлами";
  20. $text['title-manage-files']['sv-se'] = "Hantera Filer";
  21. $text['title-manage-files']['uk-ua'] = "";
  22. $text['title-manage-clips']['en-us'] = "Manage Clips";
  23. $text['title-manage-clips']['ar-eg'] = "";
  24. $text['title-manage-clips']['de-at'] = "Clips verwalten"; //copied from de-de
  25. $text['title-manage-clips']['de-ch'] = "Clips verwalten"; //copied from de-de
  26. $text['title-manage-clips']['de-de'] = "Clips verwalten";
  27. $text['title-manage-clips']['es-cl'] = "Gestión de Clips";
  28. $text['title-manage-clips']['es-mx'] = "Gestión de Clips"; //copied from es-cl
  29. $text['title-manage-clips']['fr-ca'] = "Gérer Clips"; //copied from fr-fr
  30. $text['title-manage-clips']['fr-fr'] = "Gérer Clips";
  31. $text['title-manage-clips']['he-il'] = "";
  32. $text['title-manage-clips']['it-it'] = "Gestione Clips";
  33. $text['title-manage-clips']['nl-nl'] = "";
  34. $text['title-manage-clips']['pl-pl'] = "";
  35. $text['title-manage-clips']['pt-br'] = "Gerir Clipes"; //copied from pt-pt
  36. $text['title-manage-clips']['pt-pt'] = "Gerir Clipes";
  37. $text['title-manage-clips']['ro-ro'] = "";
  38. $text['title-manage-clips']['ru-ru'] = "Управление клипами";
  39. $text['title-manage-clips']['sv-se'] = "Hantera Klipp";
  40. $text['title-manage-clips']['uk-ua'] = "";
  41. $text['label-folder']['en-us'] = "Folder:";
  42. $text['label-folder']['ar-eg'] = "";
  43. $text['label-folder']['de-at'] = "Ordner:"; //copied from de-de
  44. $text['label-folder']['de-ch'] = "Ordner:"; //copied from de-de
  45. $text['label-folder']['de-de'] = "Ordner:";
  46. $text['label-folder']['es-cl'] = "Carpeta:";
  47. $text['label-folder']['es-mx'] = "Carpeta:"; //copied from es-cl
  48. $text['label-folder']['fr-ca'] = "Répertoire:"; //copied from fr-fr
  49. $text['label-folder']['fr-fr'] = "Répertoire:";
  50. $text['label-folder']['he-il'] = "";
  51. $text['label-folder']['it-it'] = "Cartella:";
  52. $text['label-folder']['nl-nl'] = "";
  53. $text['label-folder']['pl-pl'] = "";
  54. $text['label-folder']['pt-br'] = "Ficheiro:"; //copied from pt-pt
  55. $text['label-folder']['pt-pt'] = "Ficheiro:";
  56. $text['label-folder']['ro-ro'] = "";
  57. $text['label-folder']['ru-ru'] = "Папка:";
  58. $text['label-folder']['sv-se'] = "Mapp:";
  59. $text['label-folder']['uk-ua'] = "";
  60. $text['label-before-selection']['en-us'] = "Before Selection:";
  61. $text['label-before-selection']['ar-eg'] = "";
  62. $text['label-before-selection']['de-at'] = "Vor der Auswahl:"; //copied from de-de
  63. $text['label-before-selection']['de-ch'] = "Vor der Auswahl:"; //copied from de-de
  64. $text['label-before-selection']['de-de'] = "Vor der Auswahl:";
  65. $text['label-before-selection']['es-cl'] = "Antes de seleccionar:";
  66. $text['label-before-selection']['es-mx'] = "Antes de seleccionar:"; //copied from es-cl
  67. $text['label-before-selection']['fr-ca'] = "Avant la Selection:"; //copied from fr-fr
  68. $text['label-before-selection']['fr-fr'] = "Avant la Selection:";
  69. $text['label-before-selection']['he-il'] = "";
  70. $text['label-before-selection']['it-it'] = "Precedente Selezione:";
  71. $text['label-before-selection']['nl-nl'] = "";
  72. $text['label-before-selection']['pl-pl'] = "";
  73. $text['label-before-selection']['pt-br'] = "Antes da Selecção:"; //copied from pt-pt
  74. $text['label-before-selection']['pt-pt'] = "Antes da Selecção:";
  75. $text['label-before-selection']['ro-ro'] = "";
  76. $text['label-before-selection']['ru-ru'] = "Перед выбором:";
  77. $text['label-before-selection']['sv-se'] = "Före Val:";
  78. $text['label-before-selection']['uk-ua'] = "";
  79. $text['label-after-selection']['en-us'] = "After Selection:";
  80. $text['label-after-selection']['ar-eg'] = "";
  81. $text['label-after-selection']['de-at'] = "Nach der Auswahl:"; //copied from de-de
  82. $text['label-after-selection']['de-ch'] = "Nach der Auswahl:"; //copied from de-de
  83. $text['label-after-selection']['de-de'] = "Nach der Auswahl:";
  84. $text['label-after-selection']['es-cl'] = "Despues de seleccionar:";
  85. $text['label-after-selection']['es-mx'] = "Despues de seleccionar:"; //copied from es-cl
  86. $text['label-after-selection']['fr-ca'] = "Après la Selection:"; //copied from fr-fr
  87. $text['label-after-selection']['fr-fr'] = "Après la Selection:";
  88. $text['label-after-selection']['he-il'] = "";
  89. $text['label-after-selection']['it-it'] = "Successiva Selezione:";
  90. $text['label-after-selection']['nl-nl'] = "";
  91. $text['label-after-selection']['pl-pl'] = "";
  92. $text['label-after-selection']['pt-br'] = "Depois da Selecção:"; //copied from pt-pt
  93. $text['label-after-selection']['pt-pt'] = "Depois da Selecção:";
  94. $text['label-after-selection']['ro-ro'] = "";
  95. $text['label-after-selection']['ru-ru'] = "После выбора:";
  96. $text['label-after-selection']['sv-se'] = "Efter Val:";
  97. $text['label-after-selection']['uk-ua'] = "";
  98. $text['label-notes']['en-us'] = "Notes:";
  99. $text['label-notes']['ar-eg'] = "";
  100. $text['label-notes']['de-at'] = "Notiz:"; //copied from de-de
  101. $text['label-notes']['de-ch'] = "Notiz:"; //copied from de-de
  102. $text['label-notes']['de-de'] = "Notiz:";
  103. $text['label-notes']['es-cl'] = "Notas:";
  104. $text['label-notes']['es-mx'] = "Notas:"; //copied from es-cl
  105. $text['label-notes']['fr-ca'] = "Notes:"; //copied from fr-fr
  106. $text['label-notes']['fr-fr'] = "Notes:";
  107. $text['label-notes']['he-il'] = "";
  108. $text['label-notes']['it-it'] = "Note:";
  109. $text['label-notes']['nl-nl'] = "";
  110. $text['label-notes']['pl-pl'] = "";
  111. $text['label-notes']['pt-br'] = "Notas:"; //copied from pt-pt
  112. $text['label-notes']['pt-pt'] = "Notas:";
  113. $text['label-notes']['ro-ro'] = "";
  114. $text['label-notes']['ru-ru'] = "Заметки:";
  115. $text['label-notes']['sv-se'] = "Noteringar:";
  116. $text['label-notes']['uk-ua'] = "";
  117. $text['message-give-up']['en-us'] = "Giving up :( Cannot create an XMLHTTP instance";
  118. $text['message-give-up']['ar-eg'] = "";
  119. $text['message-give-up']['de-at'] = "Vorgang abgebrochen :( Konnte XMLHTTP Instanz nich erzeugen"; //copied from de-de
  120. $text['message-give-up']['de-ch'] = "Vorgang abgebrochen :( Konnte XMLHTTP Instanz nich erzeugen"; //copied from de-de
  121. $text['message-give-up']['de-de'] = "Vorgang abgebrochen :( Konnte XMLHTTP Instanz nich erzeugen";
  122. $text['message-give-up']['es-cl'] = "Cancelando, no se puede crear una instancia XMLHTTP";
  123. $text['message-give-up']['es-mx'] = "Cancelando, no se puede crear una instancia XMLHTTP"; //copied from es-cl
  124. $text['message-give-up']['fr-ca'] = "Abandon :( Ne peut pas créer un instance XMLHTTP"; //copied from fr-fr
  125. $text['message-give-up']['fr-fr'] = "Abandon :( Ne peut pas créer un instance XMLHTTP";
  126. $text['message-give-up']['he-il'] = "";
  127. $text['message-give-up']['it-it'] = "Abbandono :( Non riesco a creare un'instanza XMLHTTP";
  128. $text['message-give-up']['nl-nl'] = "";
  129. $text['message-give-up']['pl-pl'] = "";
  130. $text['message-give-up']['pt-br'] = "Desistindo :( Não é possível criar uma instância XMLHTTP"; //copied from pt-pt
  131. $text['message-give-up']['pt-pt'] = "Desistindo :( Não é possível criar uma instância XMLHTTP";
  132. $text['message-give-up']['ro-ro'] = "";
  133. $text['message-give-up']['ru-ru'] = "Операция отменена :( Невозможно создать XMLHTTP экземпляр";
  134. $text['message-give-up']['sv-se'] = "Ger upp :( Kan inte skapa en XMLHTTP instans";
  135. $text['message-give-up']['uk-ua'] = "";
  136. $text['message-problem']['en-us'] = "There was a problem with the request.";
  137. $text['message-problem']['ar-eg'] = "";
  138. $text['message-problem']['de-at'] = "Es gab ein Problem mit der Anfrage."; //copied from de-de
  139. $text['message-problem']['de-ch'] = "Es gab ein Problem mit der Anfrage."; //copied from de-de
  140. $text['message-problem']['de-de'] = "Es gab ein Problem mit der Anfrage.";
  141. $text['message-problem']['es-cl'] = "Hubo un problema con la petición.";
  142. $text['message-problem']['es-mx'] = "Hubo un problema con la petición."; //copied from es-cl
  143. $text['message-problem']['fr-ca'] = "Il y a une un problème avec la requête."; //copied from fr-fr
  144. $text['message-problem']['fr-fr'] = "Il y a une un problème avec la requête.";
  145. $text['message-problem']['he-il'] = "";
  146. $text['message-problem']['it-it'] = "C'è stato un problema con la richiesta.";
  147. $text['message-problem']['nl-nl'] = "";
  148. $text['message-problem']['pl-pl'] = "";
  149. $text['message-problem']['pt-br'] = "Ocorreu um problema com o pedido."; //copied from pt-pt
  150. $text['message-problem']['pt-pt'] = "Ocorreu um problema com o pedido.";
  151. $text['message-problem']['ro-ro'] = "";
  152. $text['message-problem']['ru-ru'] = "Возникла проблема с запросом.";
  153. $text['message-problem']['sv-se'] = "Det uppstod ett problem med begäran.";
  154. $text['message-problem']['uk-ua'] = "";
  155. $text['label-clip-library']['en-us'] = "Clip Library";
  156. $text['label-clip-library']['ar-eg'] = "";
  157. $text['label-clip-library']['de-at'] = "Clip Bibliothek"; //copied from de-de
  158. $text['label-clip-library']['de-ch'] = "Clip Bibliothek"; //copied from de-de
  159. $text['label-clip-library']['de-de'] = "Clip Bibliothek";
  160. $text['label-clip-library']['es-cl'] = "Librería de Clips";
  161. $text['label-clip-library']['es-mx'] = "Librería de Clips"; //copied from es-cl
  162. $text['label-clip-library']['fr-ca'] = "Clip Libraries"; //copied from fr-fr
  163. $text['label-clip-library']['fr-fr'] = "Clip Libraries";
  164. $text['label-clip-library']['he-il'] = "";
  165. $text['label-clip-library']['it-it'] = "Libreria Clip";
  166. $text['label-clip-library']['nl-nl'] = "";
  167. $text['label-clip-library']['pl-pl'] = "";
  168. $text['label-clip-library']['pt-br'] = "Biblioteca de Clips"; //copied from pt-pt
  169. $text['label-clip-library']['pt-pt'] = "Biblioteca de Clips";
  170. $text['label-clip-library']['ro-ro'] = "";
  171. $text['label-clip-library']['ru-ru'] = "Библиотека клипов";
  172. $text['label-clip-library']['sv-se'] = "Klipp Bibliotek";
  173. $text['label-clip-library']['uk-ua'] = "";
  174. $text['label-selected-clip']['en-us'] = "Selected Clip";
  175. $text['label-selected-clip']['ar-eg'] = "";
  176. $text['label-selected-clip']['de-at'] = "Ausgewählter Clip"; //copied from de-de
  177. $text['label-selected-clip']['de-ch'] = "Ausgewählter Clip"; //copied from de-de
  178. $text['label-selected-clip']['de-de'] = "Ausgewählter Clip";
  179. $text['label-selected-clip']['es-cl'] = "Clip Seleccionado";
  180. $text['label-selected-clip']['es-mx'] = "Clip Seleccionado"; //copied from es-cl
  181. $text['label-selected-clip']['fr-ca'] = "Clip Sélectionné"; //copied from fr-fr
  182. $text['label-selected-clip']['fr-fr'] = "Clip Sélectionné";
  183. $text['label-selected-clip']['he-il'] = "";
  184. $text['label-selected-clip']['it-it'] = "Clip Selezionate";
  185. $text['label-selected-clip']['nl-nl'] = "";
  186. $text['label-selected-clip']['pl-pl'] = "";
  187. $text['label-selected-clip']['pt-br'] = "Clipe Selecionado"; //copied from pt-pt
  188. $text['label-selected-clip']['pt-pt'] = "Clipe Selecionado";
  189. $text['label-selected-clip']['ro-ro'] = "";
  190. $text['label-selected-clip']['ru-ru'] = "Выбранный клип";
  191. $text['label-selected-clip']['sv-se'] = "";
  192. $text['label-selected-clip']['uk-ua'] = "";
  193. $text['button-edit-clip']['en-us'] = "Edit Clip";
  194. $text['button-edit-clip']['ar-eg'] = "";
  195. $text['button-edit-clip']['de-at'] = "Clip bearbeiten"; //copied from de-de
  196. $text['button-edit-clip']['de-ch'] = "Clip bearbeiten"; //copied from de-de
  197. $text['button-edit-clip']['de-de'] = "Clip bearbeiten";
  198. $text['button-edit-clip']['es-cl'] = "Editar Clip";
  199. $text['button-edit-clip']['es-mx'] = "Editar Clip"; //copied from es-cl
  200. $text['button-edit-clip']['fr-ca'] = "Editer le Clip"; //copied from fr-fr
  201. $text['button-edit-clip']['fr-fr'] = "Editer le Clip";
  202. $text['button-edit-clip']['he-il'] = "";
  203. $text['button-edit-clip']['it-it'] = "Modifica Clip";
  204. $text['button-edit-clip']['nl-nl'] = "";
  205. $text['button-edit-clip']['pl-pl'] = "";
  206. $text['button-edit-clip']['pt-br'] = "Editar Clip"; //copied from pt-pt
  207. $text['button-edit-clip']['pt-pt'] = "Editar Clip";
  208. $text['button-edit-clip']['ro-ro'] = "";
  209. $text['button-edit-clip']['ru-ru'] = "Редактировать клип";
  210. $text['button-edit-clip']['sv-se'] = "Ändra Klipp";
  211. $text['button-edit-clip']['uk-ua'] = "";
  212. $text['button-add-clip']['en-us'] = "Add Clip";
  213. $text['button-add-clip']['ar-eg'] = "";
  214. $text['button-add-clip']['de-at'] = "Clip hinzufügen"; //copied from de-de
  215. $text['button-add-clip']['de-ch'] = "Clip hinzufügen"; //copied from de-de
  216. $text['button-add-clip']['de-de'] = "Clip hinzufügen";
  217. $text['button-add-clip']['es-cl'] = "Agregar Clip";
  218. $text['button-add-clip']['es-mx'] = "Agregar Clip"; //copied from es-cl
  219. $text['button-add-clip']['fr-ca'] = "Ajouter un Clip"; //copied from fr-fr
  220. $text['button-add-clip']['fr-fr'] = "Ajouter un Clip";
  221. $text['button-add-clip']['he-il'] = "";
  222. $text['button-add-clip']['it-it'] = "Inserisci Clip";
  223. $text['button-add-clip']['nl-nl'] = "";
  224. $text['button-add-clip']['pl-pl'] = "";
  225. $text['button-add-clip']['pt-br'] = "Adicionar Clip"; //copied from pt-pt
  226. $text['button-add-clip']['pt-pt'] = "Adicionar Clip";
  227. $text['button-add-clip']['ro-ro'] = "";
  228. $text['button-add-clip']['ru-ru'] = "Добавить клип";
  229. $text['button-add-clip']['sv-se'] = "Lägg Till Klipp";
  230. $text['button-add-clip']['uk-ua'] = "";
  231. $text['message-delete-clip']['en-us'] = "Are you sure you want to delete the selected clip?";
  232. $text['message-delete-clip']['ar-eg'] = "";
  233. $text['message-delete-clip']['de-at'] = "Sind Sie sicher, dass Sie den ausgewählten Clip löschen möchten?"; //copied from de-de
  234. $text['message-delete-clip']['de-ch'] = "Sind Sie sicher, dass Sie den ausgewählten Clip löschen möchten?"; //copied from de-de
  235. $text['message-delete-clip']['de-de'] = "Sind Sie sicher, dass Sie den ausgewählten Clip löschen möchten?";
  236. $text['message-delete-clip']['es-cl'] = "¿Realmente desea eliminar el clip seleccionado?";
  237. $text['message-delete-clip']['es-mx'] = "¿Realmente desea eliminar el clip seleccionado?"; //copied from es-cl
  238. $text['message-delete-clip']['fr-ca'] = "Etes-vous sûr de vouloir supprimer le CLIP sélectionné?"; //copied from fr-fr
  239. $text['message-delete-clip']['fr-fr'] = "Etes-vous sûr de vouloir supprimer le CLIP sélectionné?";
  240. $text['message-delete-clip']['he-il'] = "";
  241. $text['message-delete-clip']['it-it'] = "Sei sicuro di voler cancellare le clip selezionate?";
  242. $text['message-delete-clip']['nl-nl'] = "";
  243. $text['message-delete-clip']['pl-pl'] = "";
  244. $text['message-delete-clip']['pt-br'] = "Tem a certeza que pretende remover o clip seleccionado?"; //copied from pt-pt
  245. $text['message-delete-clip']['pt-pt'] = "Tem a certeza que pretende remover o clip seleccionado?";
  246. $text['message-delete-clip']['ro-ro'] = "";
  247. $text['message-delete-clip']['ru-ru'] = "Вы действительно хотите удалить выбранный клип?";
  248. $text['message-delete-clip']['sv-se'] = "Är du säker på att du vill radera det valda klippet?";
  249. $text['message-delete-clip']['uk-ua'] = "";
  250. $text['button-close']['en-us'] = "Close";
  251. $text['button-close']['ar-eg'] = "";
  252. $text['button-close']['de-at'] = "Schließen"; //copied from de-de
  253. $text['button-close']['de-ch'] = "Schließen"; //copied from de-de
  254. $text['button-close']['de-de'] = "Schließen";
  255. $text['button-close']['es-cl'] = "Cerrar";
  256. $text['button-close']['es-mx'] = "Cerrar"; //copied from es-cl
  257. $text['button-close']['fr-ca'] = "Fermé"; //copied from fr-fr
  258. $text['button-close']['fr-fr'] = "Fermé";
  259. $text['button-close']['he-il'] = "";
  260. $text['button-close']['it-it'] = "Chiudi";
  261. $text['button-close']['nl-nl'] = "";
  262. $text['button-close']['pl-pl'] = "";
  263. $text['button-close']['pt-br'] = "Fechar"; //copied from pt-pt
  264. $text['button-close']['pt-pt'] = "Fechar";
  265. $text['button-close']['ro-ro'] = "";
  266. $text['button-close']['ru-ru'] = "Закрыть";
  267. $text['button-close']['sv-se'] = "Stäng";
  268. $text['button-close']['uk-ua'] = "";
  269. $text['label-path']['en-us'] = "Path:";
  270. $text['label-path']['ar-eg'] = "";
  271. $text['label-path']['de-at'] = "Pfad:"; //copied from de-de
  272. $text['label-path']['de-ch'] = "Pfad:"; //copied from de-de
  273. $text['label-path']['de-de'] = "Pfad:";
  274. $text['label-path']['es-cl'] = "Ruta:";
  275. $text['label-path']['es-mx'] = "Ruta:"; //copied from es-cl
  276. $text['label-path']['fr-ca'] = "Chemin:"; //copied from fr-fr
  277. $text['label-path']['fr-fr'] = "Chemin:";
  278. $text['label-path']['he-il'] = "";
  279. $text['label-path']['it-it'] = "Percorso:";
  280. $text['label-path']['nl-nl'] = "";
  281. $text['label-path']['pl-pl'] = "";
  282. $text['label-path']['pt-br'] = "Caminho:"; //copied from pt-pt
  283. $text['label-path']['pt-pt'] = "Caminho:";
  284. $text['label-path']['ro-ro'] = "";
  285. $text['label-path']['ru-ru'] = "Путь:";
  286. $text['label-path']['sv-se'] = "Sökväg:";
  287. $text['label-path']['uk-ua'] = "";
  288. $text['label-file-name']['en-us'] = "File Name:";
  289. $text['label-file-name']['ar-eg'] = "";
  290. $text['label-file-name']['de-at'] = "Dateiname:"; //copied from de-de
  291. $text['label-file-name']['de-ch'] = "Dateiname:"; //copied from de-de
  292. $text['label-file-name']['de-de'] = "Dateiname:";
  293. $text['label-file-name']['es-cl'] = "Nombre de Archivo:";
  294. $text['label-file-name']['es-mx'] = "Nombre de Archivo:"; //copied from es-cl
  295. $text['label-file-name']['fr-ca'] = "Nom du Fichier:"; //copied from fr-fr
  296. $text['label-file-name']['fr-fr'] = "Nom du Fichier:";
  297. $text['label-file-name']['he-il'] = "";
  298. $text['label-file-name']['it-it'] = "Nome File:";
  299. $text['label-file-name']['nl-nl'] = "";
  300. $text['label-file-name']['pl-pl'] = "";
  301. $text['label-file-name']['pt-br'] = "Nome do ficheiro:"; //copied from pt-pt
  302. $text['label-file-name']['pt-pt'] = "Nome do ficheiro:";
  303. $text['label-file-name']['ro-ro'] = "";
  304. $text['label-file-name']['ru-ru'] = "Имя Файла:";
  305. $text['label-file-name']['sv-se'] = "Filnamn:";
  306. $text['label-file-name']['uk-ua'] = "";
  307. $text['button-new-file']['en-us'] = "New File";
  308. $text['button-new-file']['ar-eg'] = "";
  309. $text['button-new-file']['de-at'] = "Neue Datei"; //copied from de-de
  310. $text['button-new-file']['de-ch'] = "Neue Datei"; //copied from de-de
  311. $text['button-new-file']['de-de'] = "Neue Datei";
  312. $text['button-new-file']['es-cl'] = "Nuevo Archivo";
  313. $text['button-new-file']['es-mx'] = "Nuevo Archivo"; //copied from es-cl
  314. $text['button-new-file']['fr-ca'] = "Nouveau Fichier"; //copied from fr-fr
  315. $text['button-new-file']['fr-fr'] = "Nouveau Fichier";
  316. $text['button-new-file']['he-il'] = "";
  317. $text['button-new-file']['it-it'] = "Nuovo File";
  318. $text['button-new-file']['nl-nl'] = "";
  319. $text['button-new-file']['pl-pl'] = "";
  320. $text['button-new-file']['pt-br'] = "Novo Ficheiro"; //copied from pt-pt
  321. $text['button-new-file']['pt-pt'] = "Novo Ficheiro";
  322. $text['button-new-file']['ro-ro'] = "";
  323. $text['button-new-file']['ru-ru'] = "Новый Файл";
  324. $text['button-new-file']['sv-se'] = "Ny Fil";
  325. $text['button-new-file']['uk-ua'] = "";
  326. $text['label-file-name-orig']['en-us'] = "Original File Name:";
  327. $text['label-file-name-orig']['ar-eg'] = "";
  328. $text['label-file-name-orig']['de-at'] = "Ursprünglicher Dateiname:"; //copied from de-de
  329. $text['label-file-name-orig']['de-ch'] = "Ursprünglicher Dateiname:"; //copied from de-de
  330. $text['label-file-name-orig']['de-de'] = "Ursprünglicher Dateiname:";
  331. $text['label-file-name-orig']['es-cl'] = "Nombre de Archivo Original:";
  332. $text['label-file-name-orig']['es-mx'] = "Nombre de Archivo Original:"; //copied from es-cl
  333. $text['label-file-name-orig']['fr-ca'] = "Nom du Fichier Original:"; //copied from fr-fr
  334. $text['label-file-name-orig']['fr-fr'] = "Nom du Fichier Original:";
  335. $text['label-file-name-orig']['he-il'] = "";
  336. $text['label-file-name-orig']['it-it'] = "Nome Originale File:";
  337. $text['label-file-name-orig']['nl-nl'] = "";
  338. $text['label-file-name-orig']['pl-pl'] = "";
  339. $text['label-file-name-orig']['pt-br'] = "Nome do Ficheiro Original:"; //copied from pt-pt
  340. $text['label-file-name-orig']['pt-pt'] = "Nome do Ficheiro Original:";
  341. $text['label-file-name-orig']['ro-ro'] = "";
  342. $text['label-file-name-orig']['ru-ru'] = "Оригинальное Имя Файла:";
  343. $text['label-file-name-orig']['sv-se'] = "Original Filnamn:";
  344. $text['label-file-name-orig']['uk-ua'] = "";
  345. $text['label-rename-file-to']['en-us'] = "Rename File To:";
  346. $text['label-rename-file-to']['ar-eg'] = "";
  347. $text['label-rename-file-to']['de-at'] = "Datei umbenennen in:"; //copied from de-de
  348. $text['label-rename-file-to']['de-ch'] = "Datei umbenennen in:"; //copied from de-de
  349. $text['label-rename-file-to']['de-de'] = "Datei umbenennen in:";
  350. $text['label-rename-file-to']['es-cl'] = "Renombrar a:";
  351. $text['label-rename-file-to']['es-mx'] = "Renombrar a:"; //copied from es-cl
  352. $text['label-rename-file-to']['fr-ca'] = "Renommer le Fichier en:"; //copied from fr-fr
  353. $text['label-rename-file-to']['fr-fr'] = "Renommer le Fichier en:";
  354. $text['label-rename-file-to']['he-il'] = "";
  355. $text['label-rename-file-to']['it-it'] = "Rinomina File In:";
  356. $text['label-rename-file-to']['nl-nl'] = "";
  357. $text['label-rename-file-to']['pl-pl'] = "";
  358. $text['label-rename-file-to']['pt-br'] = "Renomear Ficheiro Para:"; //copied from pt-pt
  359. $text['label-rename-file-to']['pt-pt'] = "Renomear Ficheiro Para:";
  360. $text['label-rename-file-to']['ro-ro'] = "";
  361. $text['label-rename-file-to']['ru-ru'] = "Переименовать Файл:";
  362. $text['label-rename-file-to']['sv-se'] = "Ändra Filnamn Till:";
  363. $text['label-rename-file-to']['uk-ua'] = "";
  364. $text['label-files']['en-us'] = "Files";
  365. $text['label-files']['ar-eg'] = "";
  366. $text['label-files']['de-at'] = "Dateien"; //copied from de-de
  367. $text['label-files']['de-ch'] = "Dateien"; //copied from de-de
  368. $text['label-files']['de-de'] = "Dateien";
  369. $text['label-files']['es-cl'] = "Archivos";
  370. $text['label-files']['es-mx'] = "Archivos"; //copied from es-cl
  371. $text['label-files']['fr-ca'] = "Fichiers"; //copied from fr-fr
  372. $text['label-files']['fr-fr'] = "Fichiers";
  373. $text['label-files']['he-il'] = "";
  374. $text['label-files']['it-it'] = "Files";
  375. $text['label-files']['nl-nl'] = "";
  376. $text['label-files']['pl-pl'] = "";
  377. $text['label-files']['pt-br'] = "Ficheiros"; //copied from pt-pt
  378. $text['label-files']['pt-pt'] = "Ficheiros";
  379. $text['label-files']['ro-ro'] = "";
  380. $text['label-files']['ru-ru'] = "Файлы";
  381. $text['label-files']['sv-se'] = "Filer";
  382. $text['label-files']['uk-ua'] = "";
  383. $text['button-add-file']['en-us'] = "Add File";
  384. $text['button-add-file']['ar-eg'] = "";
  385. $text['button-add-file']['de-at'] = "Datei hinzufügen"; //copied from de-de
  386. $text['button-add-file']['de-ch'] = "Datei hinzufügen"; //copied from de-de
  387. $text['button-add-file']['de-de'] = "Datei hinzufügen";
  388. $text['button-add-file']['es-cl'] = "";
  389. $text['button-add-file']['es-mx'] = "";
  390. $text['button-add-file']['fr-ca'] = "Ajouter Fichier"; //copied from fr-fr
  391. $text['button-add-file']['fr-fr'] = "Ajouter Fichier";
  392. $text['button-add-file']['he-il'] = "";
  393. $text['button-add-file']['it-it'] = "Inserisci File";
  394. $text['button-add-file']['nl-nl'] = "";
  395. $text['button-add-file']['pl-pl'] = "";
  396. $text['button-add-file']['pt-br'] = "Adicionar Ficheiro"; //copied from pt-pt
  397. $text['button-add-file']['pt-pt'] = "Adicionar Ficheiro";
  398. $text['button-add-file']['ro-ro'] = "";
  399. $text['button-add-file']['ru-ru'] = "Добавить Файл";
  400. $text['button-add-file']['sv-se'] = "Lägg Till Fil";
  401. $text['button-add-file']['uk-ua'] = "";
  402. $text['button-add-dir']['en-us'] = "Add Dir";
  403. $text['button-add-dir']['ar-eg'] = "";
  404. $text['button-add-dir']['de-at'] = "Verzeichnis erstellen"; //copied from de-de
  405. $text['button-add-dir']['de-ch'] = "Verzeichnis erstellen"; //copied from de-de
  406. $text['button-add-dir']['de-de'] = "Verzeichnis erstellen";
  407. $text['button-add-dir']['es-cl'] = "Agregar Carpeta";
  408. $text['button-add-dir']['es-mx'] = "Agregar Carpeta"; //copied from es-cl
  409. $text['button-add-dir']['fr-ca'] = "Ajouter un Répertoire"; //copied from fr-fr
  410. $text['button-add-dir']['fr-fr'] = "Ajouter un Répertoire";
  411. $text['button-add-dir']['he-il'] = "";
  412. $text['button-add-dir']['it-it'] = "Inserisci Dir";
  413. $text['button-add-dir']['nl-nl'] = "";
  414. $text['button-add-dir']['pl-pl'] = "";
  415. $text['button-add-dir']['pt-br'] = "Adicionar Directoria"; //copied from pt-pt
  416. $text['button-add-dir']['pt-pt'] = "Adicionar Directoria";
  417. $text['button-add-dir']['ro-ro'] = "";
  418. $text['button-add-dir']['ru-ru'] = "Добавить Каталог";
  419. $text['button-add-dir']['sv-se'] = "Lägg Till Katalog";
  420. $text['button-add-dir']['uk-ua'] = "";
  421. $text['button-rename-file']['en-us'] = "Rename File";
  422. $text['button-rename-file']['ar-eg'] = "";
  423. $text['button-rename-file']['de-at'] = "Datei umbenennen"; //copied from de-de
  424. $text['button-rename-file']['de-ch'] = "Datei umbenennen"; //copied from de-de
  425. $text['button-rename-file']['de-de'] = "Datei umbenennen";
  426. $text['button-rename-file']['es-cl'] = "Renombrar Archivo";
  427. $text['button-rename-file']['es-mx'] = "Renombrar Archivo"; //copied from es-cl
  428. $text['button-rename-file']['fr-ca'] = "Renommer le Fichier"; //copied from fr-fr
  429. $text['button-rename-file']['fr-fr'] = "Renommer le Fichier";
  430. $text['button-rename-file']['he-il'] = "";
  431. $text['button-rename-file']['it-it'] = "Rinomina File";
  432. $text['button-rename-file']['nl-nl'] = "";
  433. $text['button-rename-file']['pl-pl'] = "";
  434. $text['button-rename-file']['pt-br'] = "Renomear Ficheiro"; //copied from pt-pt
  435. $text['button-rename-file']['pt-pt'] = "Renomear Ficheiro";
  436. $text['button-rename-file']['ro-ro'] = "";
  437. $text['button-rename-file']['ru-ru'] = "Переименовать Файл";
  438. $text['button-rename-file']['sv-se'] = "Namnändra Fil";
  439. $text['button-rename-file']['uk-ua'] = "";
  440. $text['message-delete-file']['en-us'] = "Are you sure you want to delete the selected file?";
  441. $text['message-delete-file']['ar-eg'] = "";
  442. $text['message-delete-file']['de-at'] = "Sind Sie sicher, dass Sie die markierte Datei löschen möchten?"; //copied from de-de
  443. $text['message-delete-file']['de-ch'] = "Sind Sie sicher, dass Sie die markierte Datei löschen möchten?"; //copied from de-de
  444. $text['message-delete-file']['de-de'] = "Sind Sie sicher, dass Sie die markierte Datei löschen möchten?";
  445. $text['message-delete-file']['es-cl'] = "¿Realmente desea eliminar el archivo seleccionado?";
  446. $text['message-delete-file']['es-mx'] = "¿Realmente desea eliminar el archivo seleccionado?"; //copied from es-cl
  447. $text['message-delete-file']['fr-ca'] = "Etes-vous sûr de vouloir supprimer le fichier sélectionné?"; //copied from fr-fr
  448. $text['message-delete-file']['fr-fr'] = "Etes-vous sûr de vouloir supprimer le fichier sélectionné?";
  449. $text['message-delete-file']['he-il'] = "";
  450. $text['message-delete-file']['it-it'] = "Sei sicuro di voler cancellare il file selezionato?";
  451. $text['message-delete-file']['nl-nl'] = "";
  452. $text['message-delete-file']['pl-pl'] = "";
  453. $text['message-delete-file']['pt-br'] = "Tem a certeza que pretende remover o ficheiro seleccionado?"; //copied from pt-pt
  454. $text['message-delete-file']['pt-pt'] = "Tem a certeza que pretende remover o ficheiro seleccionado?";
  455. $text['message-delete-file']['ro-ro'] = "";
  456. $text['message-delete-file']['ru-ru'] = "Вы уверены, что хотите удалить выбранный файл?";
  457. $text['message-delete-file']['sv-se'] = "Är du säker på att du vill radera den valda filen?";
  458. $text['message-delete-file']['uk-ua'] = "";
  459. $text['button-del-file']['en-us'] = "Delete File";
  460. $text['button-del-file']['ar-eg'] = "";
  461. $text['button-del-file']['de-at'] = "Datei löschen"; //copied from de-de
  462. $text['button-del-file']['de-ch'] = "Datei löschen"; //copied from de-de
  463. $text['button-del-file']['de-de'] = "Datei löschen";
  464. $text['button-del-file']['es-cl'] = "Eliminar Archivo";
  465. $text['button-del-file']['es-mx'] = "Eliminar Archivo"; //copied from es-cl
  466. $text['button-del-file']['fr-ca'] = "Supprimer le Fichier"; //copied from fr-fr
  467. $text['button-del-file']['fr-fr'] = "Supprimer le Fichier";
  468. $text['button-del-file']['he-il'] = "";
  469. $text['button-del-file']['it-it'] = "Cancella File";
  470. $text['button-del-file']['nl-nl'] = "";
  471. $text['button-del-file']['pl-pl'] = "";
  472. $text['button-del-file']['pt-br'] = "Remover Ficheiro"; //copied from pt-pt
  473. $text['button-del-file']['pt-pt'] = "Remover Ficheiro";
  474. $text['button-del-file']['ro-ro'] = "";
  475. $text['button-del-file']['ru-ru'] = "Удалить Файл";
  476. $text['button-del-file']['sv-se'] = "Ta Bort Fil";
  477. $text['button-del-file']['uk-ua'] = "";
  478. $text['message-delete-folder']['en-us'] = "Are you sure you want to delete the selected folder?";
  479. $text['message-delete-folder']['ar-eg'] = "";
  480. $text['message-delete-folder']['de-at'] = "SSind Sie sicher, dass Sie den markierten Ordner löschen möchten?"; //copied from de-de
  481. $text['message-delete-folder']['de-ch'] = "SSind Sie sicher, dass Sie den markierten Ordner löschen möchten?"; //copied from de-de
  482. $text['message-delete-folder']['de-de'] = "SSind Sie sicher, dass Sie den markierten Ordner löschen möchten?";
  483. $text['message-delete-folder']['es-cl'] = "¿Realmente desea eliminar la carpeta seleccionada?";
  484. $text['message-delete-folder']['es-mx'] = "¿Realmente desea eliminar la carpeta seleccionada?"; //copied from es-cl
  485. $text['message-delete-folder']['fr-ca'] = "Etes-vous sûr de vouloir supprimer le répertoire sélectionné?"; //copied from fr-fr
  486. $text['message-delete-folder']['fr-fr'] = "Etes-vous sûr de vouloir supprimer le répertoire sélectionné?";
  487. $text['message-delete-folder']['he-il'] = "";
  488. $text['message-delete-folder']['it-it'] = "Sei sicuro di voler cancellare la cartella selezionata?";
  489. $text['message-delete-folder']['nl-nl'] = "";
  490. $text['message-delete-folder']['pl-pl'] = "";
  491. $text['message-delete-folder']['pt-br'] = "Tem a certeza que pretende remover a pasta seleccionada?"; //copied from pt-pt
  492. $text['message-delete-folder']['pt-pt'] = "Tem a certeza que pretende remover a pasta seleccionada?";
  493. $text['message-delete-folder']['ro-ro'] = "";
  494. $text['message-delete-folder']['ru-ru'] = "Вы действительно хотите удалить выбранный Каталог?";
  495. $text['message-delete-folder']['sv-se'] = "Är du säker på att du vill radera den valda mappen?";
  496. $text['message-delete-folder']['uk-ua'] = "";
  497. $text['button-del-dir']['en-us'] = "Delete Dir";
  498. $text['button-del-dir']['ar-eg'] = "";
  499. $text['button-del-dir']['de-at'] = "Verzeichnis löschen"; //copied from de-de
  500. $text['button-del-dir']['de-ch'] = "Verzeichnis löschen"; //copied from de-de
  501. $text['button-del-dir']['de-de'] = "Verzeichnis löschen";
  502. $text['button-del-dir']['es-cl'] = "Eliminar Carpeta";
  503. $text['button-del-dir']['es-mx'] = "Eliminar Carpeta"; //copied from es-cl
  504. $text['button-del-dir']['fr-ca'] = "Supprimer le Répertoire"; //copied from fr-fr
  505. $text['button-del-dir']['fr-fr'] = "Supprimer le Répertoire";
  506. $text['button-del-dir']['he-il'] = "";
  507. $text['button-del-dir']['it-it'] = "Cancella Dir";
  508. $text['button-del-dir']['nl-nl'] = "";
  509. $text['button-del-dir']['pl-pl'] = "";
  510. $text['button-del-dir']['pt-br'] = "Remover Directoria"; //copied from pt-pt
  511. $text['button-del-dir']['pt-pt'] = "Remover Directoria";
  512. $text['button-del-dir']['ro-ro'] = "";
  513. $text['button-del-dir']['ru-ru'] = "Удалить Каталог";
  514. $text['button-del-dir']['sv-se'] = "Ta Bort Mapp";
  515. $text['button-del-dir']['uk-ua'] = "";
  516. $text['message-error']['en-us'] = "Error!!";
  517. $text['message-error']['ar-eg'] = "";
  518. $text['message-error']['de-at'] = "Fehler!!"; //copied from de-de
  519. $text['message-error']['de-ch'] = "Fehler!!"; //copied from de-de
  520. $text['message-error']['de-de'] = "Fehler!!";
  521. $text['message-error']['es-cl'] = "Error";
  522. $text['message-error']['es-mx'] = "Error"; //copied from es-cl
  523. $text['message-error']['fr-ca'] = "Erreur!!"; //copied from fr-fr
  524. $text['message-error']['fr-fr'] = "Erreur!!";
  525. $text['message-error']['he-il'] = "";
  526. $text['message-error']['it-it'] = "Errore!!";
  527. $text['message-error']['nl-nl'] = "";
  528. $text['message-error']['pl-pl'] = "";
  529. $text['message-error']['pt-br'] = "Erro!!"; //copied from pt-pt
  530. $text['message-error']['pt-pt'] = "Erro!!";
  531. $text['message-error']['ro-ro'] = "";
  532. $text['message-error']['ru-ru'] = "Ошибка!!";
  533. $text['message-error']['sv-se'] = "Fel!!";
  534. $text['message-error']['uk-ua'] = "";
  535. $text['label-folder-name']['en-us'] = "Folder Name:";
  536. $text['label-folder-name']['ar-eg'] = "";
  537. $text['label-folder-name']['de-at'] = "Verzeichnis Name:"; //copied from de-de
  538. $text['label-folder-name']['de-ch'] = "Verzeichnis Name:"; //copied from de-de
  539. $text['label-folder-name']['de-de'] = "Verzeichnis Name:";
  540. $text['label-folder-name']['es-cl'] = "Nombre de Carpeta:";
  541. $text['label-folder-name']['es-mx'] = "Nombre de Carpeta:"; //copied from es-cl
  542. $text['label-folder-name']['fr-ca'] = "Nom du Répertoire:"; //copied from fr-fr
  543. $text['label-folder-name']['fr-fr'] = "Nom du Répertoire:";
  544. $text['label-folder-name']['he-il'] = "";
  545. $text['label-folder-name']['it-it'] = "Nome Cartella:";
  546. $text['label-folder-name']['nl-nl'] = "";
  547. $text['label-folder-name']['pl-pl'] = "";
  548. $text['label-folder-name']['pt-br'] = "Nome da Pasta:"; //copied from pt-pt
  549. $text['label-folder-name']['pt-pt'] = "Nome da Pasta:";
  550. $text['label-folder-name']['ro-ro'] = "";
  551. $text['label-folder-name']['ru-ru'] = "Имя Каталога";
  552. $text['label-folder-name']['sv-se'] = "Katalog Namn:";
  553. $text['label-folder-name']['uk-ua'] = "";
  554. $text['button-new-folder']['en-us'] = "New Folder";
  555. $text['button-new-folder']['ar-eg'] = "";
  556. $text['button-new-folder']['de-at'] = "Neues Verzeichnis"; //copied from de-de
  557. $text['button-new-folder']['de-ch'] = "Neues Verzeichnis"; //copied from de-de
  558. $text['button-new-folder']['de-de'] = "Neues Verzeichnis";
  559. $text['button-new-folder']['es-cl'] = "Nueva Carpeta";
  560. $text['button-new-folder']['es-mx'] = "Nueva Carpeta"; //copied from es-cl
  561. $text['button-new-folder']['fr-ca'] = "Nouveau Répertoire"; //copied from fr-fr
  562. $text['button-new-folder']['fr-fr'] = "Nouveau Répertoire";
  563. $text['button-new-folder']['he-il'] = "";
  564. $text['button-new-folder']['it-it'] = "Nuova Cartella";
  565. $text['button-new-folder']['nl-nl'] = "";
  566. $text['button-new-folder']['pl-pl'] = "";
  567. $text['button-new-folder']['pt-br'] = "Novo Ficheiro"; //copied from pt-pt
  568. $text['button-new-folder']['pt-pt'] = "Novo Ficheiro";
  569. $text['button-new-folder']['ro-ro'] = "";
  570. $text['button-new-folder']['ru-ru'] = "Новый Каталогr";
  571. $text['button-new-folder']['sv-se'] = "Ny Mapp";
  572. $text['button-new-folder']['uk-ua'] = "";
  573. $text['button-delete-this']['en-us'] = "Are you sure want to delete this?";
  574. $text['button-delete-this']['ar-eg'] = "";
  575. $text['button-delete-this']['de-at'] = "Sind Sie sicher, dass Sie dieses löschen möchten?"; //copied from de-de
  576. $text['button-delete-this']['de-ch'] = "Sind Sie sicher, dass Sie dieses löschen möchten?"; //copied from de-de
  577. $text['button-delete-this']['de-de'] = "Sind Sie sicher, dass Sie dieses löschen möchten?";
  578. $text['button-delete-this']['es-cl'] = "¿Realmente desea eliminar esto?";
  579. $text['button-delete-this']['es-mx'] = "¿Realmente desea eliminar esto?"; //copied from es-cl
  580. $text['button-delete-this']['fr-ca'] = "Voulez-vous vraiment supprimer cela?"; //copied from fr-fr
  581. $text['button-delete-this']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
  582. $text['button-delete-this']['he-il'] = "";
  583. $text['button-delete-this']['it-it'] = "Sei sicuro di volerlo cancellare?";
  584. $text['button-delete-this']['nl-nl'] = "";
  585. $text['button-delete-this']['pl-pl'] = "";
  586. $text['button-delete-this']['pt-br'] = "Tem a certeza que pretende remover isto?"; //copied from pt-pt
  587. $text['button-delete-this']['pt-pt'] = "Tem a certeza que pretende remover isto?";
  588. $text['button-delete-this']['ro-ro'] = "";
  589. $text['button-delete-this']['ru-ru'] = "Вы действительно хотите удалить это?";
  590. $text['button-delete-this']['sv-se'] = "Vill du verkligen ta bort det här?";
  591. $text['button-delete-this']['uk-ua'] = "";
  592. $text['label-file']['en-us'] = "File:";
  593. $text['label-file']['ar-eg'] = "";
  594. $text['label-file']['de-at'] = "Datei:"; //copied from de-de
  595. $text['label-file']['de-ch'] = "Datei:"; //copied from de-de
  596. $text['label-file']['de-de'] = "Datei:";
  597. $text['label-file']['es-cl'] = "Archivo:";
  598. $text['label-file']['es-mx'] = "Archivo:"; //copied from es-cl
  599. $text['label-file']['fr-ca'] = "Fichier:"; //copied from fr-fr
  600. $text['label-file']['fr-fr'] = "Fichier:";
  601. $text['label-file']['he-il'] = "";
  602. $text['label-file']['it-it'] = "File:";
  603. $text['label-file']['nl-nl'] = "";
  604. $text['label-file']['pl-pl'] = "";
  605. $text['label-file']['pt-br'] = "Ficheiro:"; //copied from pt-pt
  606. $text['label-file']['pt-pt'] = "Ficheiro:";
  607. $text['label-file']['ro-ro'] = "";
  608. $text['label-file']['ru-ru'] = "Файл:";
  609. $text['label-file']['sv-se'] = "Fil:";
  610. $text['label-file']['uk-ua'] = "";
  611. ?>