Localizable.strings 82 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790
  1. //
  2. // Localizable.strings
  3. // Nextcloud
  4. //
  5. // Copyright © 2017 Marino Faggiana. All rights reserved.
  6. //
  7. // Author Marino Faggiana <marino.faggiana@nextcloud.com>
  8. //
  9. // This program is free software: you can redistribute it and/or modify
  10. // it under the terms of the GNU General Public License as published by
  11. // the Free Software Foundation, either version 3 of the License, or
  12. // (at your option) any later version.
  13. //
  14. // This program is distributed in the hope that it will be useful,
  15. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. // GNU General Public License for more details.
  18. //
  19. // You should have received a copy of the GNU General Public License
  20. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. //
  22. // General
  23. "_cancel_" = "Одустани";
  24. "_upload_file_" = "Отпреми фајл";
  25. "_download_file_" = "Преузми фајл";
  26. "_loading_" = "Учитавам";
  27. "_loading_with_points_" = "Учитавам…";
  28. "_loading_num_" = "Учитавам фајл %i";
  29. "_loading_autoupload_" = "Аутоматско отпремање";
  30. "_uploading_" = "Отпремам";
  31. "_synchronization_" = "Синхронизација";
  32. "_delete_" = "Обриши";
  33. "_delete_file_n_" = "Брисање фајла %i од %i";
  34. "_rename_" = "Преименуј";
  35. "_move_" = "Премести";
  36. "_move_file_n_" = "Премештање фајла %i од %i";
  37. "_creating_sharing_" = "Правим дељење";
  38. "_updating_sharing_" = "Ажурирам дељење";
  39. "_removing_sharing_" = "Уклањам дељење";
  40. "_add_" = "Додај";
  41. "_login_" = "Пријава";
  42. "_save_" = "Сачувај";
  43. "_warning_" = "Упозорење";
  44. "_error_" = "Грешка";
  45. "_error_e2ee_" = "Грешка у шифровању са краја на крај";
  46. "_no_" = "Не";
  47. "_yes_" = "Да";
  48. "_select_" = "Одабери";
  49. "_select_all_" = "Одабери све ";
  50. "_upload_" = "Отпреми";
  51. "_home_" = "Фајлови";
  52. "_file_to_upload_" = "Фајл за отпремање";
  53. "_destination_" = "Одредиште";
  54. "_ok_" = "У реду";
  55. "_beta_version_" = "Бета верзија";
  56. "_function_in_testing_" = "Ова функција је у тестирању, пошаљите нам информације о свим проблемима на које налетите.";
  57. "_done_" = "Готово";
  58. "_passcode_too_short_" = "Код је прекратак, потребна су бар 4 карактера";
  59. "_selected_" = "Одабрано";
  60. "_scan_fingerprint_" = "Скенирајте отисак прста за пријављивање";
  61. "_no_active_account_" = "Није пронађен ниједан налог";
  62. "_info_" = "Инфо";
  63. "_warning_" = "Упозорење";
  64. "_email_" = "Е-пошта";
  65. "_save_exit_" = "Да ли желите да изађете без снимања?";
  66. "_video_" = "Видео снимак";
  67. "_overwrite_" = "Препиши";
  68. "_transfers_in_queue_" = "Трансфер у току, сачекајте…";
  69. "_too_errors_automatic_all_"= "Превише грешака, идите у \"Контролни центар\" да верификујете проблем";
  70. "_create_folder_" = "Направи фасциклу";
  71. "_create_folder_on_" = "Направи фасциклу на";
  72. "_close_" = "Затвори";
  73. "_postpone_" = "Одложи";
  74. "_remove_" = "Уклони";
  75. "_file_not_found_" = "Фајл није нађен";
  76. "_continue_" = "Continue";
  77. "_continue_request_" = "Do you want to continue?";
  78. "_auto_upload_folder_" = "Аутоматско отпремање";
  79. "_gallery_" = "Галерија";
  80. "_photo_" = "Слика";
  81. "_audio_" = "Звук";
  82. "_unknown_" = "Непознато";
  83. "_next_" = "Следеће";
  84. "_success_" = "Успешно";
  85. "_initialization_" = "Иницијализација";
  86. "_experimental_" = "Експериментално";
  87. "_select_dir_media_tab_" = "Означи као мултимедијалну фасциклу";
  88. "_error_creation_file_" = "Ops! Could not create the file";
  89. "_save_path_" = "Save path";
  90. "_save_settings_" = "Save settings";
  91. "_mode_filename_" = "Filename mode";
  92. "_warning_owncloud_" = "You are connected to an ownCloud server. This is untested and unsupported, use at your own risk. To upgrade to Nextcloud, see https://nextcloud.com/migration";
  93. "_warning_unsupported_" = "You are using an unsupported version of Nextcloud. For the safety of your data we strongly recommend updating to the latest stable Nextcloud";
  94. "_restore_" = "Restore";
  95. "_camera_roll_" = "Camera roll";
  96. "_tap_here_to_change_" = "Tap here to change";
  97. "_no_albums_" = "No albums";
  98. "_denied_album_" = "This app does not have access to \"Photos\", you can enable access in Privacy Settings";
  99. "_denied_camera_" = "This app does not have access to \"Camera\", you can enable access in Privacy Settings";
  100. "_start_" = "Start";
  101. "_purchase_" = "Purchase";
  102. "_account_not_available_" = "The account %@ of %@ do not exists, please add it to be able to read the file %@";
  103. "_error_parameter_schema_" = "Wrong parameters, impossible to continue";
  104. "_comments_" = "Comments";
  105. "_sharing_" = "Sharing";
  106. "_details_" = "Details";
  107. "_dark_mode_" = "Dark mode";
  108. "_screen_" = "Screen";
  109. // App
  110. "_network_available_" = "Мрежа доступна";
  111. "_network_not_available_" = "Мрежа недоступна";
  112. // Networking
  113. "_file_too_big_" = "Фајл је превелик за шифровање/дешифровање";
  114. "_file_too_big_max_100_" = "Фајл превелик (макс. 100Kb)";
  115. "_...loading..._" = "Учитавам…";
  116. "_download_plist_" = " ";
  117. "_no_reuploadfile_" = "Не могу ни да пронађем ни да поново пошаљем фајл. Избришите отпремање и поново учитајте фајл да бисте га опет отпремили.";
  118. "_file_already_exists_" = "Не могу да завршим операцију, већ постоји фајл са истим именом";
  119. "_read_file_error_" = "Не могу да прочитам фајл";
  120. // More
  121. "_more_" = "Више";
  122. "_notifications_" = "Обавештења";
  123. "_logout_" = "Одјава";
  124. "_quota_space_unlimited_" = "Неограничено";
  125. "_quota_space_unknown_" = "Непознато";
  126. "_quota_using_" = "Користите %@ од %@";
  127. // Settings
  128. "_acknowledgements_" = "Признања";
  129. "_settings_" = "Поставке";
  130. "_passcode_" = "Лозинка";
  131. "_lock_" = "Закључавање";
  132. "_lock_active_" = "Закључавање: Укљ";
  133. "_lock_not_active_" = "Закључавање: Искљ";
  134. "_lock_protection_no_screen_" = "Не питај по покретању";
  135. "_lock_protection_no_screen_footer_" = "Користи \"Не питај по покретању\" само за заштићене фасцикле опције шифровања";
  136. "_url_" = "Адреса";
  137. "_username_" = "Корисничко име";
  138. "_change_credentials_" = "Измените акредитиве";
  139. "_wifi_only_" = "Користи само бежичну везу";
  140. "_settings_autoupload_" = "Аутоматско отпремање";
  141. "_app_version_" = "Верзија апликације";
  142. "_app_in_use_" = "Апликација у употреби";
  143. "_contact_by_email_" = "Контактирајте нас е-поштом";
  144. "_clear_cache_" = "Clear cache";
  145. "_clear_cache_footer_" = "Clear downloaded and offline files from the app";
  146. "_exit_" = "Reset application";
  147. "_exit_footer_" = "Remove all accounts and local data from the app";
  148. "_funct_not_enabled_" = "Функционалност није укључена";
  149. "_passcode_activate_" = "Закључавање лозинком укључено";
  150. "_disabling_passcode_" = "Закључавање лозинком искључено";
  151. "_want_exit_" = "Пажња! Биће ресетовано на почетно стање. Наставити?";
  152. "_proceed_" = "Настави";
  153. "_delete_cache_" = "Избриши кеш";
  154. "_want_delete_cache_" = "Do you want to delete the cache (this also removes the transfers in progress) ?";
  155. "_want_delete_thumbnails_" = "Да ли желите и да избришете све сличице?";
  156. "_mail_deleted_" = "Е-пошта избрисана";
  157. "_mail_saved_" = "Е-пошта сачувана";
  158. "_mail_sent_" = "Е-пошта послата";
  159. "_mail_failure_" = "Не могу да пошаљем е-пошту: %@";
  160. "_information_req_" = "Захтевана информација";
  161. "_write_in_english_" = "Љубазно Вас молимо, пишите нам на енглеском";
  162. "_credentials_" = "Акредитиви";
  163. "_manage_account_" = "Управљање налогом";
  164. "_change_password_" = "Промени лозинку";
  165. "_add_account_" = "Додај налог";
  166. "_delete_account_" = "Remove account";
  167. "_want_delete_" = "Да ли стварно желите да га обришете?";
  168. "_no_delete_" = "Не, не бриши";
  169. "_yes_delete_" = "Да, бриши";
  170. "_remove_cache_" = "Сачекате, брисање кеша…";
  171. "_optimizations_" = "Оптимизације";
  172. "_synchronizations_" = "Синхронизоване фасцикле";
  173. "_version_server_" = "Верзија сервера";
  174. "_help_" = "Помоћ";
  175. "_lock_protection_simply_" = "Слава заштита лозинком";
  176. "_change_simply_passcode_" = "Промени тип лозинке";
  177. "_quota_" = "Квота";
  178. "_available_" = "доступно";
  179. "_accounts_" = "Accounts";
  180. "_information_" = "Информације";
  181. "_personal_information_" = "Лични подаци";
  182. "_user_full_name_" = "Пуно име";
  183. "_user_address_" = "Адреса";
  184. "_user_phone_" = "Број телефона";
  185. "_user_email_" = "Е-пошта";
  186. "_user_web_" = "Веб сајт";
  187. "_user_twitter_" = "Твитер";
  188. "_user_job_" = "Job";
  189. "_user_businesssize_" = "Business size";
  190. "_user_businesstype_" = "Business type";
  191. "_user_city_" = "City";
  192. "_user_country_" = "Country";
  193. "_user_company_" = "Company";
  194. "_user_role_" = "Role";
  195. "_user_zip_" = "Zip";
  196. "_user_owner_" = "Owner";
  197. "_user_employee_" = "Employee";
  198. "_user_contractor_" = "Contractor";
  199. "_user_editprofile_" = "Edit profile";
  200. "_favorite_offline_" = "Омиљени доступни и ван мреже";
  201. "_favorite_offline_footer_" = "Ако желите да Вам омиљени фајлови буду доступни и ван мреже, то операција може да потраје и да користи доста меморије док ради.";
  202. "_advanced_" = "Напредно";
  203. "_disable_files_app_" = "Искључи интеграцију са апликацијом Фајлова";
  204. "_disable_files_app_footer_" = "Не дозвољавај приступ фајловима нигде из Епл Фајлови апликације";
  205. "_trial_" = "Trial";
  206. "_trial_expired_day_" = "Days remaining";
  207. "_disableLocalCacheAfterUpload_footer_" = "After uploading the file, do not keep it in the local cache";
  208. "_disableLocalCacheAfterUpload_" = "Disable local cache";
  209. // Manage AutoUpload
  210. "_autoupload_" = "Аутоматски отпремај слике/видео снимке";
  211. "_autoupload_select_folder_" = "Select the \"Auto upload\" folder";
  212. "_autoupload_error_select_folder_" = "Select a valid folder for the \"Auto upload\"";
  213. "_autoupload_background_" = "Аутоматско отпремај у позадини";
  214. "_autoupload_photos_" = "Аутоматски отпремај слике";
  215. "_autoupload_videos_" = "Аутоматски отпремај видео снимке";
  216. "_autoupload_description_" = "Нове слике и видео снимци ће бити отпремљени у Ваш Облак";
  217. "_autoupload_description_background_" = "Ова опција захтева коришћење GPS-а да се окине детекција нових слика/видео снимака у камери онда када се локација драстичније промени";
  218. "_autoupload_background_title_" = "Ограничења";
  219. "_autoupload_background_msg_" = "Због iOS ограничења, још није могуће обављати позадински процес, ако GPS није укључен. Када се локација приметно промени, систем се буди на кратко и проверава да ли има нових слика које треба отпремити.";
  220. "_autoupload_change_location_" = "Промени фасциклу";
  221. "_autoupload_location_now_" = "Фасцикла";
  222. "_autoupload_location_default_" = "Поврати подразумевану фасциклу";
  223. "_autoupload_change_location_footer_" = "Промени фасциклу која се користи за \"Аутоматско отпремање слика са камере\" (ако је опција укључена)";
  224. "_autoupload_not_select_home_" = "Одаберите фасциклу";
  225. "_autoupload_save_album_" = "Копирај слику или видео у фото албум";
  226. "_autoupload_fullphotos_" = "Отпреми све слике са камере";
  227. "_autoupload_fullphotos_footer_" = "Подесите опције изнад пре отпремања";
  228. "_autoupload_create_subfolder_" = "Користи подфасцикле";
  229. "_autoupload_create_subfolder_footer_" = "Смештај у подфасциклама према години и месецу";
  230. "_autoupload_filenamemask_" = "Измени маску имена фајла";
  231. "_autoupload_filenamemask_footer_" = "Измените аутоматску маску имена фајла";
  232. "_autoupload_current_folder_" = "Currently selected folder";
  233. // Manage Help
  234. "_help_tutorial_" = "Водич за рад";
  235. "_help_intro_" = "Увод у Некстклауд";
  236. "_help_activity_verbose_" = "Детаљни довод активности";
  237. "_help_activity_mail_" = "Шаљи активности е-поштом";
  238. "_help_activity_clear_" = "Очисти активности";
  239. // Manage Advanced
  240. "_show_hidden_files_" = "Прикажи скривене фајлове";
  241. "_format_compatibility_" = "Најкомпатибилније";
  242. "_format_compatibility_footer_" = "\"Најкомпатибилније\" ће снимати, када је то могуће, слике као JPEG";
  243. "_privacy_" = "Privacy";
  244. "_privacy_footer_" = "Nextcloud iOS uses a service for the analysis of a crash. Your personal information is not sent with the report. If you want disable it, please change the setting \"Disable crash reporter\" to ON";
  245. "_crashservice_title_" = "Disable crash reporter";
  246. "_crashservice_alert_" = "This option requires a restart of the app to take effect";
  247. // Login
  248. "_connect_server_anyway_" = "Да ли ипак желите да се повежете са сервером?";
  249. "_connection_error_" = "Грешка у конекцији";
  250. "_serverstatus_error_" = "Грешка у повезивању са сервером, проверите адресу сервера и статус мреже";
  251. "_add_your_nextcloud_" = "Додајте Ваш Некстклауд налог";
  252. "_login_url_" = "Адреса сервера https://…";
  253. "_login_bottom_label_" = "Још увек немате сервер?\nОдаберите једног од провајдера.";
  254. "_error_multidomain_" = "Адреса није дозвољена, дозвољени су само следећи домени:";
  255. "_account_already_exists_" = "Налог %@ већ постоји";
  256. "_traditional_login_" = "Врати се на стари начин пријаве";
  257. "_web_login_" = "Врати се на веб начин пријаве";
  258. // Favorite
  259. "_favorites_" = "Омиљени";
  260. "_favorite_" = "Омиљени";
  261. "_unfavorite_" = "Склони да је омиљени";
  262. "_no_files_uploaded_" = "Ниједан фајл није отпремљен";
  263. "_tutorial_favorite_view_" = "Фајлови и фасцикле које означите као омиљени ће се приказати овде";
  264. "_tutorial_offline_view_" = "Фајлови копирани овде ће бити доступни и ван везе.\n\nБиће синхронизовани са Вашим облаком.";
  265. "_tutorial_local_view_" = "Наћи ћете отпаковане фајлове из Вашег облака.\n\nПовежите се на iTunes да их делите.";
  266. "_more_" = "Више";
  267. "_favorite_no_files_" = "Jош нема омиљених";
  268. // Auto Upload
  269. "_pull_down_" = "Повуците да освежите";
  270. "_no_photo_load_" = "Нема слика ни видео снимака";
  271. "_tutorial_autoupload_view_" = "Можете укључити аутоматска отпремања из \"Поставки\"";
  272. "_no_date_" = "Нема датума";
  273. "_today_" = "Данас";
  274. "_yesterday_" = "Yesterday";
  275. "_time_" = "Време: %@\n\n%@";
  276. "_location_not_enabled_" = "Сервиси налажења локације нису омогућени";
  277. "_location_not_enabled_msg_" = "Идите на \"Поставке\" и укључите \"Сервисе Локације\"";
  278. "_access_photo_not_enabled_" = "Приступ сликама није омогућен";
  279. "_access_photo_not_enabled_msg_" = "Идите на \"Поставке\" и укључите \"Приступ Сликама\"";
  280. "_access_photo_location_not_enabled_" = "Приступ сликама и локацији није омогућен";
  281. "_access_photo_location_not_enabled_msg_" = "Идите на \"Поставке\" и укључите \"Сервисе Локације\" и \"Приступ сликама\"";
  282. "_tutorial_photo_view_" = "Нема отпремљених ни слика ни видео снимака";
  283. "_create_full_upload_" = "Правим архиву… Ово може да потраје доста, сачекајте.";
  284. "_error_createsubfolders_upload_" = "Грешка при креирању подфасцикле";
  285. "_activate_autoupload_" = "Укључи аутоматско отпремање";
  286. // Utility
  287. "_never_" = "никад";
  288. "_less_a_minute_" = "пре мање од минута";
  289. "_minutes_ago_" = "пре %d минута";
  290. "_hours_ago_" = "пре %d сати";
  291. "_days_ago_" = "пре %d дана";
  292. "_over_30_days_" = "пре више од 30 дана";
  293. "_connection_internet_offline_" = "Изгледа да немате интернет или је потребна бежична веза";
  294. "_insert_password_" = "унесите лозинку";
  295. "_update_in_progress_" = "Ажурирање верзије, сачекајте…";
  296. "_forbidden_characters_" = "Име фајла или фасцикле садржи неисправне карактере";
  297. "_mail_not_can_send_mail_" = "Нема подешеног налога, унета погрешна адреса е-поште";
  298. // File
  299. "_photo_camera_" = "Слике";
  300. "_media_" = "Мултимедија";
  301. "_unzip_in_progress_" = "Распакивање на локално складиште у току…";
  302. "_file_unpacked_" = "Фајл отпакован на локално складиште";
  303. "_file_saved_local_" = "Фајл снимљен у локално складиште.";
  304. "_file_not_present_" = "Грешка: фајл не постоји, учитајте поново.";
  305. "_order_by_" = "Sort by";
  306. "_order_by_name_a_z_" = "Sort by name (from A to Z)";
  307. "_order_by_name_z_a_" = "Sort by name (from Z to A)";
  308. "_order_by_date_more_recent_" = "Sort from the most recent";
  309. "_order_by_date_less_recent_" = "Sort from the less recent";
  310. "_order_by_size_smallest_" = "Sort from the smallest";
  311. "_order_by_size_largest_" = "Sort from the largest";
  312. "_delete_selected_files_" = "Избриши фајлове";
  313. "_move_selected_files_" = "Премести фајлове";
  314. "_download_selected_files_" = "Скини фајлове";
  315. "_download_selected_files_folders_" = "Скини фајлове и фасцикле";
  316. "_error_operation_canc_" = "Грешка: операција отказана.";
  317. "_only_lock_passcode_" = "Омогућено само када је укључено закључавање лозинком. Укључите га у \"Поставкама\".";
  318. "_passcode_protection_" = "Заштита лозинком";
  319. "_remove_favorites_" = "Уклони из омиљених";
  320. "_remove_offline_" = "Уклони из доступних и ван мреже";
  321. "_add_favorites_" = "Додај у омиљене";
  322. "_add_offline_" = "Додај у доступне ван мреже";
  323. "_remove_passcode_" = "Уклони заштиту лозинком";
  324. "_protect_passcode_" = "Заштити лозинком";
  325. "_share_" = "Подели";
  326. "_reload_" = "Поново учитај";
  327. "_open_in_" = "Отвори у…";
  328. "_remove_local_file_" = "Уклони из кеша";
  329. "_add_local_" = "Додај у локално складиште";
  330. "_comm_erro_pull_down_" = "Пажња: грешка у комуникацији са сервером. Повуците на доле да освежите.";
  331. "_file_not_downloaded_" = "фајл није скинут";
  332. "_file_not_uploaded_" = "фајл није отпремљен";
  333. "_folders_" = "фасцикле";
  334. "_folder_" = "фасцикла";
  335. "_files_" = "фајлови";
  336. "_file_" = "file";
  337. "_folder_blocked_" = "Фасцикла блокирана";
  338. "_downloading_progress_" = "Покрећем преузимање фајлова…";
  339. "_no_file_pull_down_" = "Отпремите фајл или повуците на доле да освежите";
  340. "_browse_images_" = "Претражи слике";
  341. "_synchronized_folder_" = "Држи фасциклу синхронизованом";
  342. "_remove_synchronized_folder_" = "Искључи синхронизацију";
  343. "_synchronized_confirm_" = "По укључивању синхронизације, сви фајлови у фасцикли ће бити синхронизовано са сервером, наставити?";
  344. "_offline_folder_confirm_" = "По укључивању досупности фасцикле и ван мреже, сви фајлови ће бити синхронизовани са сервером, наставити?";
  345. "_file_not_found_reload_" = "Фајл није нађен, повуците доле да освежите";
  346. "_title_section_download_" = "ПРЕУЗМИ";
  347. "_title_section_upload_" = "ОТПРЕМИ";
  348. "_group_alphabetic_yes_" = "✓ Групиши по абецеди";
  349. "_group_alphabetic_no_" = "Групиши по абецеди";
  350. "_group_typefile_yes_" = "✓ Групиши по типу фајла";
  351. "_group_typefile_no_" = "Групиши по типу фајла";
  352. "_group_date_yes_" = "✓ Групиши по датуму";
  353. "_group_date_no_" = "Групиши по датуму";
  354. "_element_" = "елемент";
  355. "_elements_" = "елементи";
  356. "_tite_footer_upload_wwan_" = " Потребна бежична мрежа, %lu %@ за отпремање";
  357. "_tite_footer_upload_" = "%lu %@ за отпремање";
  358. "_tite_footer_download_wwan_" = " Потребна бежична мрежа, %lu %@ за скидање";
  359. "_tite_footer_download_" = "%lu %@ за скидање";
  360. "_limited_dimension_" = "Достигнута највећа величина";
  361. "_save_selected_files_" = "Сачувајте слике и видео снимке у фото албум";
  362. "_file_not_saved_cameraroll_" = "Грешка: фајл није сачуван у фото албуму";
  363. "_file_saved_cameraroll_" = "Фајл сачуван у фото албуму";
  364. "_directory_on_top_yes_" = "✓ Прво фасцикле";
  365. "_directory_on_top_no_" = "Прво фасцикле";
  366. "_folder_automatic_upload_" = "Folder for \"Auto upload\"";
  367. "_search_no_record_found_" = "Нема резултата";
  368. "_search_in_progress_" = "Претрага у току…";
  369. "_search_instruction_" = "Претражи фајл (минимално 2 карактера)";
  370. "_files_no_files_" = "Овде нема фајлова";
  371. "_files_no_folders_" = "No folders in here";
  372. "_request_in_progress_" = "Request to server in progress…";
  373. "audio" = "АУДИО";
  374. "compress" = "КОМПРЕСУЈ";
  375. "directory" = "ФАСЦИКЛЕ";
  376. "document" = "ДОКУМЕНТА";
  377. "image" = "СЛИКЕ";
  378. "template" = "ШАБЛОНИ";
  379. "unknow" = "НЕПОЗНАТО";
  380. "video" = "ВИДЕО";
  381. "_file_del_only_local_" = "Фајл не постоји на серверу";
  382. "_copy_file_" = "Копирај фајл";
  383. "_copy_files_" = "Копирај фајлове";
  384. "_paste_file_" = "Налепи фајлове";
  385. "_paste_files_" = "Пренеси фајлове";
  386. "_search_this_folder_" = "Претражи у овој фасцикли";
  387. "_search_all_folders_" = "Претражи у свим фасциклама";
  388. "_search_sub_folder_" = "Претражи овде и у подфасциклама";
  389. "_theming_is_light_" = "Тема са сервера је превише светла, није применљива";
  390. "_cancel_all_task_" = "Прекини све трансфере";
  391. "_status_wait_download_" = "Чекам на преузимање";
  392. "_status_in_download_" = "У преузимању";
  393. "_status_downloading_" = "Преузимам";
  394. "_status_wait_upload_" = "Чекам на отпремање";
  395. "_status_in_upload_" = "У отпремању";
  396. "_status_uploading_" = "Отпремам";
  397. // Media
  398. "_select_media_folder_" = "Select the \"Media\" folder";
  399. "_media_viewimage_show_" = "Прикажи слике";
  400. "_media_viewimage_hide_" = "Сакриј слике";
  401. "_media_viewvideo_show_" = "Прикажи видео";
  402. "_media_viewvideo_hide_" = "Сакриј видео";
  403. // Files Preview
  404. "_insert_password_pfd_" = "Заштићени PDF. Унесите лозинку";
  405. "_password_pdf_error_" = "Погрешна лозинка";
  406. "_error_download_photobrowser_" = "Грешка: не могу да преузмем слику";
  407. // Share
  408. "_share_link_" = "Подели везу";
  409. "_share_link_button_" = "Пошаљу везу на…";
  410. "_password_" = "Лозинка";
  411. "_share_password_" = "Веза заштићена лозинком";
  412. "_share_expirationdate_" = "Поставите датум истека за везу";
  413. "_date_" = "Датум";
  414. "_share_title_" = "Подели";
  415. "_add_sharee_" = "Додај кориснике или групе";
  416. "_add_sharee_footer_" = "Можете делити овај ресурс додавањем корисника или група. Да уклоните дељење, избаците све кориснике и групе";
  417. "_find_sharee_title_" = "Претрага";
  418. "_find_sharee_" = "Претражи кориснике или групе…";
  419. "_find_sharee_footer_" = "Унесите део имена корисника или групе које тражите (бар 2 карактера) и притисните 'Return', одаберите корисника коме треба дати приступ дељењу и притисните \"Готово\" да потврдите";
  420. "_user_is_group_" = "(група)";
  421. "_direct_sharee_title_" = "Подели";
  422. "_direct_sharee_footer_" = "Ако већ знате име, унесите га, онда одаберите тип дељења и притисните \"Готово\" да потврдите";
  423. "_direct_sharee_" = "Унесите корисничко име…";
  424. "_user_sharee_footer_" = "Тапните да промените дозволе";
  425. "_share_type_title_" = "Тип дељења";
  426. "_share_type_user_" = "Корисник";
  427. "_share_type_group_" = "Група";
  428. "_share_type_remote_" = "Удаљено";
  429. "_enforce_password_protection_" = "Enforce password protection";
  430. "_password_obligatory_" = "Enforce password protection enabled, password obligatory";
  431. "_shared_with_you_by_" = "Shared with you by";
  432. "_shareLinksearch_placeholder_" = "Search for user or group…";
  433. "_new_comment_" = "New comment…";
  434. "_edit_comment_" = "Edit comment";
  435. "_delete_comment_" = "Delete comment";
  436. "_share_allow_editing_" = "Allow editing";
  437. "_share_read_only_" = "Read only";
  438. "_share_allow_upload_" = "Allow upload and editing";
  439. "_share_file_drop_" = "File drop (upload only)";
  440. "_share_hide_download_" = "Hide download";
  441. "_share_password_protect_" = "Password protect";
  442. "_share_expiration_date_" = "Set expiration date";
  443. "_share_note_recipient_" = "Note to recipient";
  444. "_share_delete_sharelink_" = "Delete share link";
  445. "_share_add_sharelink_" = "Add another link";
  446. "_share_can_reshare_" = "Can reshare";
  447. "_share_can_create_" = "Can create";
  448. "_share_can_change_" = "Can change";
  449. "_share_can_delete_" = "Can delete";
  450. "_share_unshare_" = "Unshare";
  451. // Share Permission
  452. "_share_permission_title_" = "Овлашћења";
  453. "_share_permission_edit_" = "Може да мења";
  454. "_share_permission_file_can_write_" = "Може да пише фајл";
  455. "_share_permission_create_" = "Може да прави";
  456. "_share_permission_create_file_" = "Може да прави фајлове";
  457. "_share_permission_create_folder_" = "Може да прави фасцикле";
  458. "_share_permission_change_" = "Може да мења";
  459. "_share_permission_delete_" = "Може да брише";
  460. "_share_permission_share_" = "Може да дели";
  461. "_share_permission_rename_" = "Може да преименује";
  462. "_share_permission_move_" = "Може да премешта";
  463. "_share_permission_read_" = "Може да чита";
  464. "_share_permission_info_" = "Информације о дељењу";
  465. "_share_permission_path_" = "Фајл/фасцикла";
  466. "_share_permission_type_" = "Тип";
  467. "_share_permission_typeuser_" = "Корисник ";
  468. "_share_permission_typegroup_" = "Група";
  469. "_share_permission_typepubliclink_" = "Веза";
  470. "_share_permission_typefederated_" = "Здружено";
  471. "_share_permission_owner_" = "Власник";
  472. "_share_permission_date_" = "Датум";
  473. "_share_permission_email_" = "Обавештења путем е-поште";
  474. "_share_link_readonly_" = "Read only";
  475. "_share_link_modify_" = "Allow editing";
  476. "_share_link_upload_" = "File drop (upload only)";
  477. "_share_link_upload_modify_" = "Allow upload and editing";
  478. "_share_link_hide_download_" = "Hide download";
  479. // ShareInfoCMOC
  480. "_type_resource_connect_you_" = "Дељено са Вама";
  481. "_type_resource_external_" = "Спољашње складиште";
  482. // Share Ext
  483. "_destiny_folder_" = "Фасцикла: %@";
  484. "_no_transfer_" = "Још нема преноса";
  485. "_no_transfer_sub_" = "Слања и примања са овог уређаја ће бити приказана овде";
  486. "_no_activity_" = "Још нема активности";
  487. "_transfers_" = "Преноси";
  488. "_activity_" = "Активност";
  489. "_activity_file_not_present_" = "Фајл више не постоји";
  490. "_trash_file_not_found_" = "It seems that the file is not in the trash, go to the trash to update it and try again";
  491. // List Shares
  492. "_list_shares_" = "Дељења";
  493. "_list_shares_no_files_" = "Још нема дељења";
  494. "_tutorial_list_shares_view_" = "Фајлови и фасцикле које делите ће бити приказане овде";
  495. // Offline - Local Storage
  496. "_create_synchronization_" = "Направи синхронизацију";
  497. "_offline_" = "Ван мреже";
  498. "_local_storage_" = "Локално складиште";
  499. "_local_storage_no_record_" = "Још нема фајлова";
  500. // Create Cloud
  501. "_upload_photos_videos_" = "Отпремите слике или видео записе";
  502. "_upload_file_" = "Отпреми фајл";
  503. "_upload_file_text_" = "Направи текстуални фајл";
  504. // Document Picker
  505. "_save_document_picker_" = "Сачувај овде";
  506. // CreateFormUploadAssets
  507. "_destination_folder_" = "Одредишна фасцикла";
  508. "_use_folder_auto_upload_" = "Use the \"Auto upload\" folder as destination";
  509. "_rename_filename_" = "Преименуј";
  510. "_filename_" = "Име фајла";
  511. "_preview_filename_" = "Пример претпрегледа имена фајла. Можете користити маску %@ за датуме/време";
  512. "_forbidden_characters_" = "Име фајла или фасцикле садржи неисправне карактере";
  513. "_add_filenametype_" = "Наведите тип у имену фајла";
  514. "_filenametype_photo_video_" = "Слика/Видео";
  515. "_maintain_original_filename_" = "Сачувај оригинално име фајла";
  516. "_modify_photo_" = "Modify photo";
  517. // Notification
  518. "_notification_" = "Обавештење";
  519. // Photo Browser
  520. "Done" = "Готово";
  521. "Select Photos" = "Одаберите слике";
  522. "photo" = "слика";
  523. "photos" = "слике";
  524. "of" = "од";
  525. "%i of %i" = "%1$i од %2$i";
  526. // Manage Auto Upload FileName
  527. "_autoupload_filename_title_" = "Аутоматски отпреми име фајла";
  528. // Text File
  529. "_untitled_txt_" = "Untitled.txt";
  530. "_text_upload_title_" = "Upload text file";
  531. // EndToEnd Encryption
  532. "_e2e_settings_title_" = "Шифровање";
  533. "_e2e_settings_" = "Шифровање са краја на крај";
  534. "_e2e_settings_start_" = "Почни шифровање са краја на крај";
  535. "_e2e_settings_not_available_" = "Шифровање са краја на крај није доступно";
  536. "_e2e_settings_activated_" = "Шифровање са краја на крај активирано";
  537. "_e2e_settings_view_passphrase_" = "Ових 12 речи чини веома јаку лозинку која омогућава да само Ви имате пун приступ гледању и коришћењу шифрованих фајлова. Запишите је и држите је негде на сигурном.";
  538. "_e2e_settings_read_passphrase_" = "Прочитај вишеделну лозинку";
  539. "_e2e_settings_lock_not_active_" = "Закључавање није укључено, идите на \"Поставке\" и укључите га";
  540. "_e2e_settings_the_passphrase_is_" = "Вишеделна лозинка је:";
  541. "_e2e_passphrase_request_title_" = "Затражи вишеделну лозинку";
  542. "_e2e_passphrase_request_message_" = "Убаците 12 речи";
  543. "_e2e_settings_remove_" = "Локално уклоните шифровање";
  544. "_e2e_settings_remove_message_" = "Потврдите уклањање шифровања, као и вишеделне лозинке";
  545. "_e2e_set_folder_encrypted_" = "Шифруј";
  546. "_e2e_remove_folder_encrypted_" = "Дешифруј";
  547. "_e2e_goto_settings_for_enable_" = "Ово је шифрована фасцикла, идите у \"Подешавања\" и укључите шифровање са краја на крај";
  548. "_e2e_delete_folder_not_permitted_" = "Није дозвољено брисање фасцикле означене као \"шифрована\"";
  549. "_e2e_error_encode_metadata_" = "Озбиљна интерна грешка у кодирању метаподатака";
  550. "_e2e_error_decode_metadata_" = "Озбиљна интерна грешка у декодирању метаподатака";
  551. "_e2e_error_create_encrypted_" = "Не могу да направим шифровани фајл";
  552. "_e2e_error_update_metadata_" = "Грешка у ажурирању метаподатака";
  553. "_e2e_error_store_metadata_" = "Не могу да сачувам метаподатке";
  554. "_e2e_error_send_metadata_" = "Не могу да пошаљем метаподатке";"_e2e_error_delete_metadata_" = "Не могу да обришем метаподатке";
  555. "_e2e_error_get_metadata_" = "Не могу да скинем метаподатке";
  556. "_e2e_error_not_enabled_" = "Озбиљна интерна грешка. Шифровање са краја на крај није укључено";
  557. "_e2e_error_record_not_found_" = "Озбиљна интерна грешка. Подаци нису нађени";
  558. "_e2e_error_unlock_" = "Не могу да откључам закључану фасциклу";
  559. "_e2e_error_lock_" = "Не могу да закључам фасциклу";
  560. "_e2e_error_delete_mark_folder_" = "Дешифруј означену фасциклу";
  561. "_e2e_error_mark_folder_" = "Шифруј фасциклу";
  562. "_e2e_error_directory_not_empty_" = "Фасцикла није празна";
  563. // Scan Document
  564. "_scans_document_" = "Scan document";
  565. "_scanned_images_" = "Скенирате слике";
  566. "_scan_document_pdf_page_" = "Страна";
  567. "_scan_label_document_zone_" = "Drag images down for document creation";
  568. "_filter_original_" = "Оригинал";
  569. "_filter_bn_" = "Црно-бело";
  570. "_filter_grayscale_" = "У нијансама сиве";
  571. "_quality_image_title_" = "Квалитет слике";
  572. "_quality_high_" = "Већа величина фајла већег квалитета";
  573. "_quality_medium_" = "Просечна величина фајла средњег квалитета";
  574. "_quality_low_" = "Мала величина фајла ниског квалитета";
  575. "_file_type_" = "Тип фајла";
  576. "_pdf_password_" = "PDF лозинка";
  577. "_file_creation_" = "Креирање фајла";
  578. "_delete_all_scanned_images_" = "Do you want to delete all scanned images?";
  579. "_text_recognition_" = "Text recognition";
  580. /* The title on the navigation bar of the Scanning screen. */
  581. "wescan.scanning.title" = "Скенирање";
  582. /* The "Next" button on the right side of the navigation bar on the Edit screen. */
  583. "wescan.edit.button.next" = "Следећа";
  584. /* The title on the navigation bar of the Edit screen. */
  585. "wescan.edit.title" = "Измени скен";
  586. /* The "Done" button on the right side of the navigation bar on the Review screen. */
  587. "wescan.review.button.done" = "Готово";
  588. /* The title on the navigation bar of the Review screen. */
  589. "wescan.review.title" = "Претпреглед";
  590. // Trah
  591. "_trash_view_" = "Deleted files";
  592. "_trash_restore_all_" = "Restore all files";
  593. "_trash_delete_all_" = "Empty trash";
  594. "_trash_no_trash_" = "No files deleted";
  595. "_trash_no_trash_description_" = "You can restore deleted files from here";
  596. "_trash_restore_selected_" = "Restore selected files";
  597. "_trash_delete_selected_" = "Deleted selected files";
  598. // Offline
  599. "_manage_file_offline_" = "Manage offline files";
  600. "_set_available_offline_" = "Set as available offline";
  601. "_remove_available_offline_" = "Remove as available offline";
  602. // Richdocuments
  603. "_create_new_document_" = "Create new document";
  604. "_create_new_spreadsheet_" = "Create new spreadsheet";
  605. "_create_new_presentation_" = "Create new presentation";
  606. "_go_online_" = "Go online to see the document";
  607. // Intro
  608. "_intro_1_title_" = "Keep your data secure and under your control";
  609. "_intro_2_title_" = "Secure collaboration & file exchange";
  610. "_intro_3_title_" = "Easy-to-use web mail, calendering & contacts";
  611. "_intro_4_title_" = "Screensharing, online meetings & web conferences";
  612. "_log_in_" = "Log in";
  613. "_sign_up_" = "Sign up with provider";
  614. "_host_your_own_server" = "Host your own server";
  615. // Error
  616. "_bad_username_password_" = "Wrong username or password";
  617. "_cancelled_by_user" = "Transfer canceled";
  618. "_error_folder_destiny_is_the_same_" = "It is not possible to move the folder into itself";
  619. "_error_not_permission_" = "You don't have permission to complete the operation";
  620. "_error_path_" = "Unable to open this file or folder. Please make sure it exists";
  621. "_file_upload_not_exitst_" = "The file that you want to upload does not exist";
  622. "_forbidden_characters_from_server_" = "The name contains at least one invalid character";
  623. "_not_connected_internet_" = "Server connection error";
  624. "_not_possible_connect_to_server_" = "It is not possible to connect to the server at this time";
  625. "_not_possible_create_folder_" = "Folder could not be created";
  626. "_server_down_" = "Could not establish contact with server";
  627. "_time_out_" = "Timeout, try again";
  628. "_unknow_response_server_" = "Unexpected response from server";
  629. "_user_authentication_required_" = "User authentication required";
  630. "_file_directory_locked_" = "File or directory locked";
  631. "_ssl_certificate_untrusted_" = "The certificate for this server is invalid";
  632. "_internal_server_" = "Internal server error";
  633. "_file_already_exists_" = "Не могу да завршим операцију, већ постоји фајл са истим именом";
  634. "_file_folder_not_exists_" = "The source file wasn't found at the specified path";
  635. "_folder_contents_nochanged_" = "The folder contents have not changed";
  636. "_images_invalid_converted_" = "The image is invalid and cannot be converted to a thumbnail";
  637. "_method_not_expected_" = "Unexpected request method";
  638. "_reauthenticate_user_" = "Access expired, log in again";
  639. "_server_error_retry_" = "The server is temporarily unavailable";
  640. "_too_many_files_" = "Too many files would be involved in this operation";
  641. "_too_many_request_" = "Sending too many requests caused the rate limit to be reached";
  642. "_user_over_quota_" = "Storage quota is reached";
  643. "_ssl_connection_error_" = "Connection SSL error, try again";
  644. "_bad_request_" = "Bad request";
  645. "_webdav_locked_" = "WebDAV Locked: Trying to access locked resource";
  646. "_error_user_not_available_" = "The user is no longer available";
  647. "_server_response_error_" = "Server response content error";
  648. "_no_nextcloud_found_" = "Nextcloud server not found";
  649. "_error_decompressing_" = "Error during decompressing. Unknown compression method or the file is corrupt";
  650. "_error_json_decoding_" = "Serious internal error in decoding metadata (The data couldn’t be read because it isn’t in the correct format.)";
  651. // BKPasscode
  652. "%d Failed Passcode Attempts" = "%d failed passcode attempts";
  653. "%d Failed Password Attempts" = "%d failed password attempts";
  654. "1 Failed Passcode Attempt" = "1 failed passcode attempt";
  655. "1 Failed Password Attempt" = "1 failed password attempt";
  656. "Do you want to use Touch ID for authentication?" = "Do you want to use Touch/Face ID for authentication?";
  657. "Done" = "Готово";
  658. "Enable Touch ID" = "Enable Touch/Face ID";
  659. "Enter a different passcode. Cannot re-use the same passcode." = "Enter a different passcode. Cannot re-use the same passcode.";
  660. "Enter a different password. Cannot re-use the same password." = "Enter a different password. Cannot re-use the same password.";
  661. "Enter a passcode" = "Enter a passcode";
  662. "Enter a password" = "Enter a password";
  663. "Enter your new passcode" = "Enter your new passcode";
  664. "Enter your new password" = "Enter your new password";
  665. "Enter your old passcode" = "Enter your old passcode";
  666. "Enter your old password" = "Enter your old password";
  667. "Enter your passcode" = "Enter your passcode";
  668. "Enter your password" = "Enter your password";
  669. "Invalid Passcode" = "Invalid passcode";
  670. "Invalid Password" = "Invalid password";
  671. "Passcodes did not match.\nTry again." = "Passcodes did not match.\nTry again.";
  672. "Password did not match.\nTry again." = "Password did not match.\nTry again.";
  673. "Re-enter your passcode" = "Re-enter your passcode";
  674. "Re-enter your password" = "Re-enter your password";
  675. "Try again in %d minutes" = "Try again in %d minutes";
  676. "Try again in 1 minute" = "Try again in 1 minute";
  677. // QRCode
  678. "_qrcode_not_authorized_" = "This app is not authorized to use Back Camera";
  679. "_qrcode_not_supported_" = "QRCode not supported by the current device";
  680. // Voice Memo
  681. "_create_voice_memo_" = "Create voice memo";
  682. "_voice_memo_start_" = "tap to start";
  683. "_voice_memo_stop_" = "tap to stop";
  684. "_voice_memo_filename_" = "voice memo";
  685. "_voice_memo_title_" = "Upload voice memo";