files.po 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: ownCloud\n"
  9. "Report-Msgid-Bugs-To: translations@owncloud.org\n"
  10. "POT-Creation-Date: 2014-01-06 01:55-0500\n"
  11. "PO-Revision-Date: 2014-01-05 17:20+0000\n"
  12. "Last-Translator: I Robot\n"
  13. "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: be\n"
  18. "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
  19. #: ajax/move.php:17
  20. #, php-format
  21. msgid "Could not move %s - File with this name already exists"
  22. msgstr ""
  23. #: ajax/move.php:27 ajax/move.php:30
  24. #, php-format
  25. msgid "Could not move %s"
  26. msgstr ""
  27. #: ajax/newfile.php:56 js/files.js:74
  28. msgid "File name cannot be empty."
  29. msgstr ""
  30. #: ajax/newfile.php:62
  31. msgid "File name must not contain \"/\". Please choose a different name."
  32. msgstr ""
  33. #: ajax/newfile.php:72 ajax/newfolder.php:37 lib/app.php:67
  34. #, php-format
  35. msgid ""
  36. "The name %s is already used in the folder %s. Please choose a different "
  37. "name."
  38. msgstr ""
  39. #: ajax/newfile.php:81
  40. msgid "Not a valid source"
  41. msgstr ""
  42. #: ajax/newfile.php:86
  43. msgid ""
  44. "Server is not allowed to open URLs, please check the server configuration"
  45. msgstr ""
  46. #: ajax/newfile.php:103
  47. #, php-format
  48. msgid "Error while downloading %s to %s"
  49. msgstr ""
  50. #: ajax/newfile.php:140
  51. msgid "Error when creating the file"
  52. msgstr ""
  53. #: ajax/newfolder.php:21
  54. msgid "Folder name cannot be empty."
  55. msgstr ""
  56. #: ajax/newfolder.php:27
  57. msgid "Folder name must not contain \"/\". Please choose a different name."
  58. msgstr ""
  59. #: ajax/newfolder.php:56
  60. msgid "Error when creating the folder"
  61. msgstr ""
  62. #: ajax/upload.php:18 ajax/upload.php:50
  63. msgid "Unable to set upload directory."
  64. msgstr ""
  65. #: ajax/upload.php:27
  66. msgid "Invalid Token"
  67. msgstr ""
  68. #: ajax/upload.php:64
  69. msgid "No file was uploaded. Unknown error"
  70. msgstr ""
  71. #: ajax/upload.php:71
  72. msgid "There is no error, the file uploaded with success"
  73. msgstr ""
  74. #: ajax/upload.php:72
  75. msgid ""
  76. "The uploaded file exceeds the upload_max_filesize directive in php.ini: "
  77. msgstr ""
  78. #: ajax/upload.php:74
  79. msgid ""
  80. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
  81. "the HTML form"
  82. msgstr ""
  83. #: ajax/upload.php:75
  84. msgid "The uploaded file was only partially uploaded"
  85. msgstr ""
  86. #: ajax/upload.php:76
  87. msgid "No file was uploaded"
  88. msgstr ""
  89. #: ajax/upload.php:77
  90. msgid "Missing a temporary folder"
  91. msgstr ""
  92. #: ajax/upload.php:78
  93. msgid "Failed to write to disk"
  94. msgstr ""
  95. #: ajax/upload.php:96
  96. msgid "Not enough storage available"
  97. msgstr ""
  98. #: ajax/upload.php:127 ajax/upload.php:154
  99. msgid "Upload failed. Could not get file info."
  100. msgstr ""
  101. #: ajax/upload.php:144
  102. msgid "Upload failed. Could not find uploaded file"
  103. msgstr ""
  104. #: ajax/upload.php:172
  105. msgid "Invalid directory."
  106. msgstr ""
  107. #: appinfo/app.php:11
  108. msgid "Files"
  109. msgstr ""
  110. #: js/file-upload.js:228
  111. msgid "Unable to upload {filename} as it is a directory or has 0 bytes"
  112. msgstr ""
  113. #: js/file-upload.js:239
  114. msgid "Not enough space available"
  115. msgstr ""
  116. #: js/file-upload.js:306
  117. msgid "Upload cancelled."
  118. msgstr ""
  119. #: js/file-upload.js:344
  120. msgid "Could not get result from server."
  121. msgstr ""
  122. #: js/file-upload.js:436
  123. msgid ""
  124. "File upload is in progress. Leaving the page now will cancel the upload."
  125. msgstr ""
  126. #: js/file-upload.js:523
  127. msgid "URL cannot be empty"
  128. msgstr ""
  129. #: js/file-upload.js:527 js/filelist.js:377
  130. msgid "In the home folder 'Shared' is a reserved filename"
  131. msgstr ""
  132. #: js/file-upload.js:529 js/filelist.js:379
  133. msgid "{new_name} already exists"
  134. msgstr ""
  135. #: js/file-upload.js:595
  136. msgid "Could not create file"
  137. msgstr ""
  138. #: js/file-upload.js:611
  139. msgid "Could not create folder"
  140. msgstr ""
  141. #: js/file-upload.js:661
  142. msgid "Error fetching URL"
  143. msgstr ""
  144. #: js/fileactions.js:125
  145. msgid "Share"
  146. msgstr ""
  147. #: js/fileactions.js:137
  148. msgid "Delete permanently"
  149. msgstr ""
  150. #: js/fileactions.js:194
  151. msgid "Rename"
  152. msgstr ""
  153. #: js/filelist.js:69 js/filelist.js:72 js/filelist.js:889
  154. msgid "Pending"
  155. msgstr ""
  156. #: js/filelist.js:405
  157. msgid "Could not rename file"
  158. msgstr ""
  159. #: js/filelist.js:539
  160. msgid "replaced {new_name} with {old_name}"
  161. msgstr ""
  162. #: js/filelist.js:539
  163. msgid "undo"
  164. msgstr ""
  165. #: js/filelist.js:591
  166. msgid "Error deleting file."
  167. msgstr ""
  168. #: js/filelist.js:609 js/filelist.js:683 js/files.js:631
  169. msgid "%n folder"
  170. msgid_plural "%n folders"
  171. msgstr[0] ""
  172. msgstr[1] ""
  173. msgstr[2] ""
  174. msgstr[3] ""
  175. #: js/filelist.js:610 js/filelist.js:684 js/files.js:637
  176. msgid "%n file"
  177. msgid_plural "%n files"
  178. msgstr[0] ""
  179. msgstr[1] ""
  180. msgstr[2] ""
  181. msgstr[3] ""
  182. #: js/filelist.js:617
  183. msgid "{dirs} and {files}"
  184. msgstr ""
  185. #: js/filelist.js:828 js/filelist.js:866
  186. msgid "Uploading %n file"
  187. msgid_plural "Uploading %n files"
  188. msgstr[0] ""
  189. msgstr[1] ""
  190. msgstr[2] ""
  191. msgstr[3] ""
  192. #: js/files.js:72
  193. msgid "'.' is an invalid file name."
  194. msgstr ""
  195. #: js/files.js:81
  196. msgid ""
  197. "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
  198. "allowed."
  199. msgstr ""
  200. #: js/files.js:93
  201. msgid "Your storage is full, files can not be updated or synced anymore!"
  202. msgstr ""
  203. #: js/files.js:97
  204. msgid "Your storage is almost full ({usedSpacePercent}%)"
  205. msgstr ""
  206. #: js/files.js:110
  207. msgid ""
  208. "Encryption App is enabled but your keys are not initialized, please log-out "
  209. "and log-in again"
  210. msgstr ""
  211. #: js/files.js:114
  212. msgid ""
  213. "Invalid private key for Encryption App. Please update your private key "
  214. "password in your personal settings to recover access to your encrypted "
  215. "files."
  216. msgstr ""
  217. #: js/files.js:118
  218. msgid ""
  219. "Encryption was disabled but your files are still encrypted. Please go to "
  220. "your personal settings to decrypt your files."
  221. msgstr ""
  222. #: js/files.js:349
  223. msgid ""
  224. "Your download is being prepared. This might take some time if the files are "
  225. "big."
  226. msgstr ""
  227. #: js/files.js:558 js/files.js:596
  228. msgid "Error moving file"
  229. msgstr ""
  230. #: js/files.js:558 js/files.js:596
  231. msgid "Error"
  232. msgstr "Памылка"
  233. #: js/files.js:613 templates/index.php:56
  234. msgid "Name"
  235. msgstr ""
  236. #: js/files.js:614 templates/index.php:68
  237. msgid "Size"
  238. msgstr ""
  239. #: js/files.js:615 templates/index.php:70
  240. msgid "Modified"
  241. msgstr ""
  242. #: lib/app.php:60
  243. msgid "Invalid folder name. Usage of 'Shared' is reserved."
  244. msgstr ""
  245. #: lib/app.php:101
  246. #, php-format
  247. msgid "%s could not be renamed"
  248. msgstr ""
  249. #: lib/helper.php:11 templates/index.php:16
  250. msgid "Upload"
  251. msgstr ""
  252. #: templates/admin.php:5
  253. msgid "File handling"
  254. msgstr ""
  255. #: templates/admin.php:7
  256. msgid "Maximum upload size"
  257. msgstr ""
  258. #: templates/admin.php:10
  259. msgid "max. possible: "
  260. msgstr ""
  261. #: templates/admin.php:15
  262. msgid "Needed for multi-file and folder downloads."
  263. msgstr ""
  264. #: templates/admin.php:17
  265. msgid "Enable ZIP-download"
  266. msgstr ""
  267. #: templates/admin.php:20
  268. msgid "0 is unlimited"
  269. msgstr ""
  270. #: templates/admin.php:22
  271. msgid "Maximum input size for ZIP files"
  272. msgstr ""
  273. #: templates/admin.php:26
  274. msgid "Save"
  275. msgstr ""
  276. #: templates/index.php:5
  277. msgid "New"
  278. msgstr ""
  279. #: templates/index.php:8
  280. msgid "New text file"
  281. msgstr ""
  282. #: templates/index.php:8
  283. msgid "Text file"
  284. msgstr ""
  285. #: templates/index.php:10
  286. msgid "New folder"
  287. msgstr ""
  288. #: templates/index.php:10
  289. msgid "Folder"
  290. msgstr ""
  291. #: templates/index.php:12
  292. msgid "From link"
  293. msgstr ""
  294. #: templates/index.php:29
  295. msgid "Deleted files"
  296. msgstr ""
  297. #: templates/index.php:34
  298. msgid "Cancel upload"
  299. msgstr ""
  300. #: templates/index.php:40
  301. msgid "You don’t have permission to upload or create files here"
  302. msgstr ""
  303. #: templates/index.php:45
  304. msgid "Nothing in here. Upload something!"
  305. msgstr ""
  306. #: templates/index.php:62
  307. msgid "Download"
  308. msgstr ""
  309. #: templates/index.php:73 templates/index.php:74
  310. msgid "Delete"
  311. msgstr ""
  312. #: templates/index.php:86
  313. msgid "Upload too large"
  314. msgstr ""
  315. #: templates/index.php:88
  316. msgid ""
  317. "The files you are trying to upload exceed the maximum size for file uploads "
  318. "on this server."
  319. msgstr ""
  320. #: templates/index.php:93
  321. msgid "Files are being scanned, please wait."
  322. msgstr ""
  323. #: templates/index.php:96
  324. msgid "Current scanning"
  325. msgstr ""
  326. #: templates/upgrade.php:2
  327. msgid "Upgrading filesystem cache..."
  328. msgstr ""