Localizable.strings 135 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128
  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. "_itunes_" = "iTunes";
  23. "_cancel_" = "Hætta við";
  24. "_tap_to_cancel_" = "Tap to cancel";
  25. "_cancel_request_" = "Do you want to cancel?";
  26. "_upload_file_" = "Senda inn skrá";
  27. "_download_file_" = "Sækja skrá";
  28. "_loading_" = "Hleð inn";
  29. "_loading_with_points_" = "Hleð inn …";
  30. "_loading_num_" = "Hleð inn skrá %i";
  31. "_loading_autoupload_" = "Sjálfvirk innsending";
  32. "_uploading_" = "Sendi inn";
  33. "_synchronization_" = "Samstilling";
  34. "_delete_" = "Eyða";
  35. "_delete_file_n_" = "Eyða skrá %i af %i";
  36. "_rename_" = "Endurnefna";
  37. "_rename_file_" = "Rename file";
  38. "_rename_folder_" = "Endurnefna möppu";
  39. "_move_" = "Færa";
  40. "_move_file_n_" = "Færa skrá %i af %i";
  41. "_creating_sharing_" = "Búa til sameign";
  42. "_updating_sharing_" = "Uppfæra sameign";
  43. "_removing_sharing_" = "Fjarlægja sameign";
  44. "_add_" = "Bæta við";
  45. "_login_" = "Skrá inn";
  46. "_save_" = "Vista";
  47. "_warning_" = "Aðvörun";
  48. "_error_" = "Villa";
  49. "_no_" = "Nei";
  50. "_yes_" = "Já";
  51. "_select_" = "Velja";
  52. "_deselect_" = "Afvelja";
  53. "_select_all_" = "Select all";
  54. "_upload_" = "Senda inn";
  55. "_home_" = "Skrár";
  56. "_files_" = "Skrár";
  57. "_home_dir_" = "Heima";
  58. "_file_to_upload_" = "Skrá til að senda inn";
  59. "_destination_" = "Áfangastaður";
  60. "_ok_" = "Í lagi";
  61. "_beta_version_" = "Beta-prófunarútgáfa";
  62. "_function_in_testing_" = "Function in testing, please send information about any problems you run into.";
  63. "_done_" = "Lokið";
  64. "_clear_" = "Hreinsa";
  65. "_passcode_too_short_" = "Lykilorðið verður að innihalda að minnsta kosti 4 stafi";
  66. "_selected_" = "Valið";
  67. "_scan_fingerprint_" = "Skanna fingrafar til að auðkenna";
  68. "_no_active_account_" = "Enginn notandaaðgangur fannst";
  69. "_info_" = "Upplýsingar";
  70. "_warning_" = "Aðvörun";
  71. "_email_" = "Tölvupóstfang";
  72. "_save_exit_" = "Viltu hætta án þess að vista?";
  73. "_video_" = "Myndskeið";
  74. "_overwrite_" = "Skrifa yfir";
  75. "_transfers_in_queue_" = "Transfers in progress, please wait …";
  76. "_too_errors_upload_" = "Too many errors, please verify the problem";
  77. "_create_" = "Búa til";
  78. "_create_folder_" = "Búa til möppu";
  79. "_create_folder_e2ee_" = "Create encrypted folder";
  80. "_create_folder_on_" = "Búa til möppu á";
  81. "_close_" = "Loka";
  82. "_postpone_" = "Fresta";
  83. "_remove_" = "Fjarlægja";
  84. "_file_not_found_" = "Skrá finnst ekki";
  85. "_continue_" = "Continue";
  86. "_continue_editing_" = "Continue editing";
  87. "_continue_request_" = "Do you want to continue?";
  88. "_auto_upload_folder_" = "Sjálfvirk innsending";
  89. "_gallery_" = "Myndasafn";
  90. "_photo_" = "Ljósmynd";
  91. "_audio_" = "Hljóð";
  92. "_unknown_" = "Óþekkt";
  93. "_additional_view_options_" = "Additional view options";
  94. "_next_" = "Næsta";
  95. "_success_" = "Tókst";
  96. "_initialization_" = "Frumstilling";
  97. "_experimental_" = "Á tilraunastigi";
  98. "_select_dir_media_tab_" = "Velja sem möppu fyrir margmiðlunargögn";
  99. "_error_creation_file_" = "Oops! Could not create the file";
  100. "_save_path_" = "Vista slóð";
  101. "_save_settings_" = "Vista stillingar";
  102. "_mode_filename_" = "Skráaheitahamur";
  103. "_warning_owncloud_" = "Þú ert tengdur við ownCloud-þjón. Þetta hefur ekki verið prófað til fulls og er ekki stutt, notaðu þetta á þína eigin ábyrgð. Til að uppfæra í Nextcloud, skoðaðu https://nextcloud.com/migration";
  104. "_warning_unsupported_" = "Þú ert að nota óstudda útgáfu af Nextcloud. Öryggis gagnanna þinna vegna, mælum við ákveðið með því að þú uppfærir í næstu stöðugu útgáfu Nextcloud";
  105. "_restore_" = "Endurheimta";
  106. "_camera_roll_" = "Camera roll";
  107. "_tap_here_to_change_" = "Tap here to change";
  108. "_no_albums_" = "No albums";
  109. "_denied_album_" = "This app does not have access to \"Photos\", you can enable access in Privacy Settings";
  110. "_denied_camera_" = "This app does not have access to \"Camera\", you can enable access in Privacy Settings";
  111. "_start_" = "Start";
  112. "_force_start_" = "Force the start";
  113. "_purchase_" = "Purchase";
  114. "_account_not_available_" = "The account %@ of %@ does not exist, please add it to be able to read the file %@";
  115. "_the_account_" = "The account";
  116. "_does_not_exist_" = "does not exist";
  117. "_error_parameter_schema_" = "Wrong parameters, impossible to continue";
  118. "_comments_" = "Athugasemdir";
  119. "_sharing_" = "Sharing";
  120. "_details_" = "Details";
  121. "_sub_details_" = "Subscription Details";
  122. "_subscriptions_" = "Subscriptions";
  123. "_dark_mode_" = "Dark mode";
  124. "_dark_mode_detect_" = "Detect iOS dark mode";
  125. "_screen_" = "Screen";
  126. "_wipe_account_" = "Account is wiped from server";
  127. "_appconfig_view_title_" = "Account configuration in progress …";
  128. "_no_permission_add_file_" = "You don't have permission to add files";
  129. "_no_permission_delete_file_" = "You don't have permission to delete files";
  130. "_no_permission_modify_file_" = "You don't have permission to modify files";
  131. "_no_permission_favorite_file_" = "You don't have permission to add the file to your favorites";
  132. "_request_upload_new_ver_" = "The file has been modified, do you want to upload the new version?";
  133. "_add_folder_info_" = "Bæta við upplýsingum möppu";
  134. "_back_" = "Til baka";
  135. "_search_" = "Search";
  136. "_of_" = "of";
  137. "_internal_modify_" = "Edit with internal editor";
  138. "_database_corrupt_" = "Oops something went wrong, please enter your credentials but don't worry, your files have remained secure";
  139. "_livephoto_save_" = "Save Live Photo to Photo Album";
  140. "_livephoto_save_error_" = "Error during save of Live Photo";
  141. "_file_conflict_num_" = "file conflict";
  142. "_file_conflicts_num_" = "file conflicts";
  143. "_file_conflict_desc_" = "Which files do you want to keep?\nIf you select both versions, the copied file will have a number added to its name.";
  144. "_file_conflict_new_" = "New files";
  145. "_file_conflict_exists_" = "Skrá er nú þegar til";
  146. "_file_not_rewite_doc_" = "It is not possible to overwrite a document but only to create a new one";
  147. "_move_or_copy_" = "Move or copy";
  148. "_copy_" = "Afrita";
  149. "_now_" = "Now";
  150. "_wait_" = "Bíddu aðeins …";
  151. "_attention_" = "Aðvörun";
  152. "_recent_" = "Nýlegt";
  153. "_view_in_folder_" = "Skoða í möppu";
  154. "_leave_share_" = "Leave this share";
  155. "_premium_" = "Premium";
  156. "_professional_" = "Professional";
  157. "_current_" = "Núverandi";
  158. "_buy_" = "Buy";
  159. "_disabled_" = "Disabled";
  160. "_standard_" = "Standard";
  161. "_maximum_" = "Maximum";
  162. "_error_occurred_" = "An error occurred, please try again";
  163. "_retry_" = "Retry";
  164. "_images_" = "Images";
  165. /* MARK: Files lock */
  166. "_lock_" = "Læsa";
  167. "_unlock_" = "Aflæsa";
  168. "_lock_file_" = "Læsa skrá";
  169. "_unlock_file_" = "Aflæsa skrá";
  170. "_lock_selected_files_" = "Lock files";
  171. "_unlock_selected_files_" = "Unlock files";
  172. "_locked_by_" = "Locked by %@";
  173. "_file_locked_no_override_" = "This file is locked. It cannot be overridden.";
  174. "_lock_no_permissions_selected_" = "Not allowed for some selected files or folders";
  175. /* Remove a file from a list, don't delete it entirely */
  176. "_remove_file_" = "Remove file";
  177. /* Delete file and put it into the trash */
  178. "_delete_file_" = "Eyða skrá";
  179. "_delete_folder_" = "Eyða möppu";
  180. "_delete_photo_" = "Delete photo";
  181. "_delete_video_" = "Delete video";
  182. "_automatic_Download_Image_" = "Use images in full resolution";
  183. "_automatic_Download_Image_footer_" = "When viewing images always download, if not available locally, the images in full resolution";
  184. "_size_" = "Size";
  185. "_file_size_" = "Exported file size";
  186. "_dimension_" = "Dimension";
  187. "_duration_" = "Duration";
  188. "_model_" = "Model";
  189. "_set_user_status_" = "Set user status";
  190. "_open_settings_" = "Opna stillingar";
  191. "_rename_ext_title_" = "Change file type?";
  192. "_rename_ext_message_" = "This file may behave differently if you change it from .%@ to %@";
  193. "_use_" = "Nota";
  194. "_keep_" = "Halda";
  195. "_account_request_" = "Request account";
  196. "_settings_account_request_" = "Request account at startup";
  197. "_print_" = "Print";
  198. "_alias_" = "Alias";
  199. "_alias_placeholder_" = "Write the alias";
  200. "_alias_footer_" = "Give your account names a descriptive name such as Home, Office, School …";
  201. "_chunk_size_mb_" = "Chunk size in MB";
  202. "_chunk_footer_title_" = "Chunked file upload (0 is disabled)\nImportant: the chunked upload works only when the app is \"active\".";
  203. "_privacy_legal_" = "Privacy and Legal Policy";
  204. "_source_code_" = "Náðu í grunnkóðann";
  205. "_account_select_" = "Select the account";
  206. "_account_select_to_add_" = "Select the account to add";
  207. "_host_insert_" = "Insert the hostname, for example:";
  208. "_certificate_not_found_" = "File %@ in documents directory not found.";
  209. "_copy_failed_" = "Copy failed";
  210. "_certificate_installed_" = "Certificate installed";
  211. "_remove_local_account_" = "Remove local account";
  212. "_want_delete_account_" = "Do you want to remove local account?";
  213. "_prevent_http_redirection_"= "The redirection in HTTP is not permitted";
  214. "_pdf_vertical_" = "PDF vertical display";
  215. "_pdf_horizontal_" = "PDF horizontal display";
  216. "_single_file_conflict_title_" = "Árekstur skráa";
  217. "_multi_file_conflict_title_" = "%@ File conflicts";
  218. "_replace_action_title_" = "Skipta út";
  219. "_keep_both_action_title_" = "Halda báðum";
  220. "_cancel_keep_existing_action_title_" = "Cancel and keep existing";
  221. "_replace_all_action_title_" = "Replace all";
  222. "_keep_both_for_all_action_title_" = "Keep both for all";
  223. "_more_action_title_" = "More Details";
  224. "_wait_file_preparation_" = "Please wait, preparing file upload…";
  225. "_wait_file_encryption_" = "Please wait, encrypting file…";
  226. "_passcode_counter_fail_" = "Too many failed attempts, please wait before reattempting";
  227. "_seconds_" = "seconds";
  228. /* Background of the file listing view */
  229. "_use_as_background_" = "Use it as a background";
  230. /* Background of the file listing view */
  231. "_background_" = "Background";
  232. "_dark_mode_" = "Dark mode";
  233. "_default_color_" = "Use the default color";
  234. "_as_default_color_" = "Use as default color";
  235. // MARK: User Status
  236. /* User status */
  237. "_online_" = "Online";
  238. /* User status */
  239. "_away_" = "Away";
  240. /* User status */
  241. "_dnd_" = "Do not disturb";
  242. /* User status */
  243. "_dnd_description_" = "Mute all notifications";
  244. /* User status */
  245. "_invisible_" = "Invisible";
  246. /* User status */
  247. "_invisible_description_" = "Appear offline";
  248. /* User status */
  249. "_status_message_" = "Stöðuskilaboð";
  250. "_status_message_placehorder_" = "Hver er staðan á þér?";
  251. "_online_status_" = "Staða á netinu";
  252. "_clear_status_message_" = "Hreinsa stöðuskilaboð";
  253. "_set_status_message_" = "Setja stöðuskilaboð";
  254. "_clear_status_message_after_" = "Hreinsa stöðuskilaboð eftir";
  255. /* User status */
  256. "_select_option_" = "Veldu valkost";
  257. "_dont_clear_" = "Ekki hreinsa";
  258. "_30_minutes_" = "30 mínútur";
  259. "_an_hour_" = "klukkustund";
  260. "_1_hour_" = "1 klukkustund";
  261. "_4_hours_" = "4 klukkustundir";
  262. "day" = "Í dag";
  263. "_this_week_" = "Í þessari viku";
  264. "_days_" = "Dagar";
  265. "_hours_" = "klukkustundir";
  266. "_minutes_" = "mínútur";
  267. "_network_available_" = "Net er tiltækt";
  268. "_network_not_available_" = "Net er ekki tiltækt";
  269. "_file_too_big_" = "Skrá er of stór til að dulrita/afkóða";
  270. "_file_too_big_max_100_" = "Skráarstærð of mikil (hám. 100 kb.)";
  271. "_...loading..._" = "Hleð inn …";
  272. "_download_plist_" = " ";
  273. "_no_reuploadfile_" = "Gat hvorki fundið né endursent skrá. Eyddu innsendingunni og endurhladdu skránni til að senda hana inn.";
  274. "_file_already_exists_" = "Gat ekki lokið aðgerðinni, það er til skrá með sama nafni";
  275. "_read_file_error_" = "Gat ekki lesið skrána";
  276. "_write_file_error_" = "Could not write the file";
  277. "_files_lock_error_" = "There was an error changing the lock of this file";
  278. "_more_" = "Meira";
  279. "_notifications_" = "Tilkynningar";
  280. "_logout_" = "Skrá út";
  281. "_quota_space_unlimited_" = "Unlimited";
  282. "_quota_space_unknown_" = "Unknown";
  283. "_quota_using_" = "Þú ert að nota %@ af %@";
  284. "_acknowledgements_" = "Þakkir";
  285. "_settings_" = "Stillingar";
  286. "_passcode_" = "Lykilorð";
  287. "_enter_password_" = "Enter password …";
  288. "_lock_" = "Læsa";
  289. "_lock_active_" = "Læsing: Á";
  290. "_lock_not_active_" = "Læsing: AF";
  291. "_lock_protection_no_screen_" = "Ekki spyrja í ræsingu";
  292. "_lock_protection_no_screen_footer_" = "Use \"Do not ask at startup\" for the encryption option.";
  293. "_enable_touch_face_id_" = "Virkja Touch/Face ID";
  294. "_url_" = "Slóð (URL)";
  295. "_username_" = "Notandanafn";
  296. "_change_credentials_" = "Breyta auðkennum þínum";
  297. "_wifi_only_" = "Einungis nota Wi-Fi tengingu";
  298. "_settings_autoupload_" = "Sjálfvirk innsending";
  299. "_app_version_" = "Útgáfa forrits";
  300. "_app_in_use_" = "Forrit í notkun";
  301. "_contact_by_email_" = "Hafðu samband við okkur með tölvupósti";
  302. "_clear_cache_" = "Hreinsa skyndiminni";
  303. "_clear_cache_footer_" = "Hreinsa niðurhöl og ónettengdar skrár úr forritinu";
  304. "_exit_" = "Núllstilla forrit";
  305. "_exit_footer_" = "Remove all accounts and local data from the app.";
  306. "_funct_not_enabled_" = "Eiginleiki ekki virkur";
  307. "_passcode_activate_" = "Læsing með lykilkóða er á";
  308. "_disabling_passcode_" = "Fjarlægi læsingu með lykilkóða";
  309. "_want_exit_" = "Aðvörun! Verður frumstillt í upprunalegt ástand. Halda áfram?";
  310. "_proceed_" = "Halda áfram";
  311. "_delete_cache_" = "Eyða skyndiminni";
  312. "_want_delete_cache_" = "Do you want to delete the cache (this also removes the transfers in progress)?";
  313. "_want_delete_thumbnails_" = "Viltu líka eyða öllum smámyndunum ?";
  314. "_mail_deleted_" = "Tölvupósti eytt";
  315. "_mail_saved_" = "Tölvupóstur vistaður";
  316. "_mail_sent_" = "Tölvupóstur sendur";
  317. "_mail_failure_" = "Gat ekki sent tölvupóst: %@";
  318. "_information_req_" = "Beiðni um upplýsingar";
  319. "_write_in_english_" = "Endilega skrifaðu okkur á ensku";
  320. "_credentials_" = "Auðkenni";
  321. "_manage_account_" = "Sýsla með notandaaðgang";
  322. "_change_password_" = "Breyta lykilorði";
  323. "_add_account_" = "Bæta við notandaaðgangi";
  324. "_delete_account_" = "Remove account";
  325. "_delete_active_account_" = "Remove active account";
  326. "_want_delete_" = "You will delete the following: ";
  327. "_want_leave_share_" = "You will leave the following shares: ";
  328. "_no_delete_" = "Nei, ekki eyða";
  329. "_yes_delete_" = "Já, eyða";
  330. "_remove_cache_" = "Deleting cache, please wait …";
  331. "_optimizations_" = "Betrumbætur";
  332. "_synchronizations_" = "Samstilltar möppur";
  333. "_version_server_" = "Útgáfa á þjóni";
  334. "_help_" = "Hjálp";
  335. "_change_simply_passcode_" = "Breyta tegund lykilorðs";
  336. "_quota_" = "Kvóti";
  337. "_available_" = "Tiltækt";
  338. "_not_available_" = "Not available";
  339. "_accounts_" = "Accounts";
  340. "_information_" = "Upplýsingar";
  341. "_personal_information_" = "Persónulegar upplýsingar";
  342. "_user_full_name_" = "Fullt nafn";
  343. "_user_address_" = "Heimilisfang";
  344. "_user_phone_" = "Símanúmer";
  345. "_user_email_" = "Tölvupóstfang";
  346. "_user_web_" = "Vefsvæði";
  347. "_user_twitter_" = "Twitter";
  348. "_user_job_" = "Job";
  349. "_user_businesssize_" = "Business size";
  350. "_user_businesstype_" = "Business type";
  351. "_user_city_" = "City";
  352. "_user_country_" = "Country";
  353. "_user_company_" = "Company";
  354. "_user_role_" = "Role";
  355. "_user_zip_" = "Zip";
  356. "_user_owner_" = "Owner";
  357. "_user_employee_" = "Employee";
  358. "_user_contractor_" = "Contractor";
  359. "_user_editprofile_" = "Edit profile";
  360. "_select_offline_warning_" = "Making multiple files and folders available offline may take a while and use a lot of memory while doing so.";
  361. "_advanced_" = "Ítarlegt";
  362. "_permissions_" = "Heimildir";
  363. "_disable_files_app_" = "Disable Files App integration";
  364. "_disable_files_app_footer_" = "Do not permit the access of files via the iOS Files application.";
  365. "_trial_" = "Trial";
  366. "_trial_expired_day_" = "Days remaining";
  367. "_time_remaining_" = "%@ remaining";
  368. "_disableLocalCacheAfterUpload_footer_" = "After uploading the file, do not keep it in the local cache";
  369. "_disableLocalCacheAfterUpload_" = "Disable local cache";
  370. "_autoupload_" = "Sjálfvirk innsending mynda/myndskeiða";
  371. "_autoupload_select_folder_" = "Veldu möppu fyrir sjálfvirkar innsendingar";
  372. "_autoupload_error_select_folder_" = "Veldu gilda möppu fyrir sjálfvirkar innsendingar";
  373. "_autoupload_background_" = "Sjálfvirk innsending í bakgrunni";
  374. "_autoupload_photos_" = "Sjálfvirk innsending mynda";
  375. "_autoupload_videos_" = "Sjálfvirk innsending myndskeiða";
  376. "_autoupload_favorites_" = "Auto upload favorites only";
  377. "_autoupload_description_" = "New photos/videos will be automatically uploaded to your server.";
  378. "_autoupload_description_background_" = "Þessi valkostur krefst notkunar á GPS til að finna nýjar myndir/myndskeið í tökuseríu um leið og staðsetning breytist verulega.";
  379. "_autoupload_background_title_" = "Takmörk";
  380. "_autoupload_background_msg_" = "Vegna takmarkana í iOS, þá er ekki ennþá hægt að framkvæma bakgrunnsferli nema að GPS-þjónustur séu virkjaðar. Vegna þessa, þegar breytingar verða á sellu í reitskiptu fjarskiptakerfi (cellular network), mun forritið vekja upp kerfið í stuttan tíma svo hægt sé að athuga hvort til séu nýjar myndir sem þá ætti að senda inn á skýið.";
  381. "_autoupload_change_location_" = "Skipta um möppu";
  382. "_autoupload_location_now_" = "Mappa";
  383. "_autoupload_location_default_" = "Endurheimta sjálfgefna möppu";
  384. "_autoupload_change_location_footer_" = "Change folder used for \"Automatic upload of camera photos\" (if the option is enabled)";
  385. "_autoupload_not_select_home_" = "Veldu möppu";
  386. "_autoupload_save_album_" = "Afrita ljósmynd eða myndskeið inn í myndaalbúmið";
  387. "_autoupload_fullphotos_" = "Senda inn alla tökuseríuna";
  388. "_autoupload_fullphotos_footer_" = "Adjust the options above before uploading.";
  389. "_autoupload_create_subfolder_" = "Nota undirmöppur";
  390. "_autoupload_create_subfolder_footer_" = "Store in subfolders based on year, month or daily.";
  391. "_autoupload_subfolder_granularity_" = "Subfolder Granularity";
  392. "_filenamemask_" = "Skipta um sniðmát skráaheita";
  393. "_filenamemask_footer_" = "By default, when a file is uploaded, it automatically gets the following format: yy-mm-dd hh-mm-ss plus a 4-digit counter. If you do not like this format, you can change it here except for the final 4-digit counter, which cannot be omitted.";
  394. "_autoupload_current_folder_" = "Currently selected folder";
  395. "_help_tutorial_" = "Kennsluefni";
  396. "_help_intro_" = "Kynning á Nextcloud";
  397. "_help_activity_verbose_" = "Ítarlegt um virkniveitu";
  398. "_help_activity_mail_" = "Senda virkni með tölvupósti";
  399. "_help_activity_clear_" = "Hreinsa virkni";
  400. "_show_hidden_files_" = "Sýna faldar skrár";
  401. "_format_compatibility_" = "Samhæfanlegast";
  402. "_format_compatibility_footer_" = "\"Most compatible\" will save photos as JPEG, if possible.";
  403. "_terms_" = "Terms of Service";
  404. "_privacy_" = "Privacy";
  405. "_privacy_policy_" = "Privacy Policy";
  406. "_privacy_footer_" = "This app 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.";
  407. "_crashservice_title_" = "Disable crash reporter";
  408. "_crashservice_alert_" = "This option requires a restart of the app to take effect";
  409. "_upload_mov_livephoto_" = "Live Photo";
  410. "_upload_mov_livephoto_footer_" = "\"Live Photo\" will save the selected photo in \"Live Photo\" format, if possible.";
  411. "_view_capabilities_" = "View the capabilities";
  412. "_capabilities_" = "Capabilities";
  413. "_no_capabilities_found_" = "Capabilities not found";
  414. "_capabilities_footer_" = "Display the packages used by the app if they are installed and available on the server.";
  415. "_diagnostics_" = "Diagnostics";
  416. "_view_log_" = "View log file";
  417. "_clear_log_" = "Clear log file";
  418. "_set_log_level_" = "Set Log level";
  419. "_log_file_clear_alert_" = "Log file cleared \n successfully!";
  420. "_connect_server_anyway_" = "Viltu samt tengjast við þjóninn?";
  421. "_server_is_trusted_" = "Do you consider this server trusted?";
  422. "_connection_error_" = "Villa við tengingu";
  423. "_serverstatus_error_" = "Connection to server failure, verify your server address or network status";
  424. "_add_your_nextcloud_" = "Add your account";
  425. "_login_url_" = "Server address https:// …";
  426. "_login_bottom_label_" = "Ertu ekki enn með skýjaþjón?\nSmelltu hér til að fá þér einn frá þjónustuaðila.";
  427. "_error_multidomain_" = "Vistfang er ekki leyfilegt, einungis eru gild eftirfarandi lén:";
  428. "_account_already_exists_" = "Aðgangurinn %@ er þegar til staðar";
  429. "_traditional_login_" = "Fara til baka í gömlu innskráningaraðferðina";
  430. "_web_login_" = "Fara til baka í vef-innskráningaraðferðina";
  431. "_login_url_error_" = "URL error, please verify your server URL";
  432. "_webflow_not_available_" = "Web login not available, use the old login method";
  433. "_favorites_" = "Eftirlæti";
  434. "_favorite_short_" = "Favorite";
  435. "_unfavorite_" = "Taka úr eftirlætum";
  436. "_no_files_uploaded_" = "Engar skrár voru sendar inn";
  437. "_tutorial_favorite_view_" = "Skrár og möppur sem þú merkir sem eftirlæti birtast hér";
  438. "_tutorial_offline_view_" = "Skrár sem afritaðar eru hingað verða tiltækar án nettegingar.\n\nÞær verða samstilltar við skýið þitt.";
  439. "_tutorial_groupfolders_view_" = "No Group folders yet";
  440. "_tutorial_local_view_" = "Þú munt finna ópökkuðu skrárnar úr tölvuskýinu þínu.\n\nTengstu við iTunes til að deila þessum skrám.";
  441. "_more_" = "Meira";
  442. "_favorite_no_files_" = "Engin eftirlæti ennþá";
  443. "_pull_down_" = "Draga niður til að endurlesa";
  444. "_no_photo_load_" = "Engar ljósmyndir eða myndskeið";
  445. "_tutorial_autoupload_view_" = "Þú getur virkjað sjálfvirkar innsendingar í stillingunum.";
  446. "_no_date_information_" = "No date information";
  447. "_no_camera_information_" = "No camera information";
  448. "_no_lens_information_" = "No lens information";
  449. "_today_" = "Í dag";
  450. "_yesterday_" = "Yesterday";
  451. "_time_" = "Tími: %@\n\n%@";
  452. "_location_not_enabled_" = "Staðsetningarþjónusta er ekki virk";
  453. "_location_not_enabled_msg_" = "Farðu í stillingar og kveiktu á aðgangi að staðsetningarþjónustum";
  454. "_access_photo_not_enabled_" = "Aðgangur að myndum er ekki virkur";
  455. "_access_photo_not_enabled_msg_" = "Farðu í stillingar og kveiktu á aðgangi að myndum";
  456. "_access_background_app_refresh_denied_" = "\"Background App Refresh\" is denied. Please enable it in \"Settings\" otherwise, new photos or videos will not be detected when the application is in the background";
  457. "_access_photo_location_not_enabled_" = "Aðgangur að myndum og staðsetningu er ekki virkur";
  458. "_access_photo_location_not_enabled_msg_" = "Farðu í stillingar og kveiktu á aðgangi að myndum og staðsetningarþjónustum";
  459. "_tutorial_photo_view_" = "Engar ljósmyndir eða myndskeið hafa verið sendar inn";
  460. "_error_createsubfolders_upload_" = "Villa við að búa til undirmöppur";
  461. "_activate_autoupload_" = "Virkja sjálfvirkar innsendingar";
  462. "_remove_photo_CameraRoll_" = "Remove from camera roll";
  463. "_remove_photo_CameraRoll_desc_" = "\"Remove from camera roll\" after uploads, a confirmation message will be displayed to delete the uploaded photos or videos from the camera roll. The deleted photos or videos will still be available in the iOS Photos Trash for 30 days.";
  464. "_never_" = "aldrei";
  465. "_less_a_minute_" = "fyrir minna en mínútu síðan";
  466. "_a_minute_ago_" = "a minute ago";
  467. "_minutes_ago_" = "fyrir %d mínútum síðan";
  468. "_an_hour_ago_" = "an hour ago";
  469. "_hours_ago_" = "fyrir %d klukkustundum síðan";
  470. "_a_day_ago_" = "a day ago";
  471. "_days_ago_" = "fyrir %d dögum síðan";
  472. "_over_30_days_" = "eldra en 30 daga";
  473. "_connection_internet_offline_" = "Internettengingin virðist vera ótengd eða að krafist sé þráðlauss WiFi-nets";
  474. "_insert_password_" = "Enter password";
  475. "_update_in_progress_" = "Version upgrade, please wait …";
  476. "_forbidden_characters_" = "Forbidden characters: %@";
  477. "_cannot_send_mail_error_" = "Enginn notandaaðgangur uppsettur, eða að rangt tölvupóstfang hefur verið sett inn";
  478. "_open_url_error_" = "Cannot open the URL for this action";
  479. "_photo_camera_" = "Ljósmyndir";
  480. "_media_" = "Margmiðlunargögn";
  481. "_unzip_in_progress_" = "Extraction in progress on local storage …";
  482. "_file_unpacked_" = "Skrá afþjöppuð í staðværri gagnageymslu.";
  483. "_file_saved_local_" = "Skrá vistuð í staðværri gagnageymslu.";
  484. "_file_not_present_" = "Villa: Skráin er ekki til staðar, láttu endurlesa";
  485. "_order_by_" = "Raða eftir";
  486. "_name_" = "Name";
  487. "_date_" = "Dagsetning";
  488. "_size_" = "Size";
  489. "_order_by_name_a_z_" = "Raða eftir heiti (A til Ö)";
  490. "_sorted_by_name_a_z_" = "Sorted by name (from A to Z)";
  491. "_order_by_name_z_a_" = "Raða eftir heiti (Ö til A)";
  492. "_sorted_by_name_z_a_" = "Sorted by name (from Z to A)";
  493. "_order_by_date_more_recent_" = "Sort by newest";
  494. "_sorted_by_date_more_recent_" = "Sorted by newest";
  495. "_order_by_date_less_recent_" = "Sort by oldest";
  496. "_sorted_by_date_less_recent_" = "Sorted by oldest";
  497. "_order_by_size_smallest_" = "Sort by smallest";
  498. "_sorted_by_size_smallest_" = "Sorted by smallest";
  499. "_order_by_size_largest_" = "Sort by largest";
  500. "_sorted_by_size_largest_" = "Sorted by largest";
  501. "_delete_selected_files_" = "Eyða skrám";
  502. "_move_selected_files_" = "Færa skrár";
  503. "_move_or_copy_selected_files_" = "Move or copy files";
  504. "_download_selected_files_" = "Sækja skrár";
  505. "_download_selected_files_folders_" = "Sækja skrár og möppur";
  506. "_error_operation_canc_" = "Villa: Hætt við aðgerð.";
  507. "_only_lock_passcode_" = "Einungis tiltækt þegar lykilorðalás er virkur. Virkjaðu hann í stillingunum.";
  508. "_go_to_app_settings_" = "Go to app settings";
  509. "_passcode_protection_" = "Verndun með lykilorði";
  510. "_remove_favorites_" = "Fjarlægja úr eftirlætum";
  511. "_remove_offline_" = "Fjarlægja úr ónettengdri vinnslu";
  512. "_add_favorites_" = "Bæta í eftirlæti";
  513. "_add_offline_" = "Bæta við ónettengda vinnslu";
  514. "_remove_passcode_" = "Fjarlægja verndun með lykilorði";
  515. "_protect_passcode_" = "Verja með lykilorði";
  516. "_share_" = "Deila";
  517. "_reload_" = "Endurhlaða";
  518. "_open_in_" = "Open in …";
  519. "_open_" = "Open …";
  520. "_remove_local_file_" = "Remove locally";
  521. "_add_local_" = "Bæta í staðværa gagnageymslu";
  522. "_comm_erro_pull_down_" = "Athugaðu: Samskiptavilla við þjóninn. Dragðu niður til að endurlesa.";
  523. "_file_not_downloaded_" = "skrá ekki sótt";
  524. "_file_not_uploaded_" = "skrá ekki send inn";
  525. "_folders_" = "möppur";
  526. "_folder_" = "mappa";
  527. "_files_" = "Skrár";
  528. "_file_" = "skrá";
  529. "_folder_blocked_" = "Mappa útilokuð";
  530. "_downloading_progress_" = "Initiating download of files …";
  531. "_no_file_pull_down_" = "Sendu inn skrá eða dragðu niður til að endurlesa";
  532. "_browse_images_" = "Skoða myndir";
  533. "_synchronized_folder_" = "Halda möppunni samstilltri";
  534. "_remove_synchronized_folder_" = "Slökkva á samstillingunni";
  535. "_synchronized_confirm_" = "Eftir að samstilling hefur verið gerð virk, munu allar skrár í möppunni verða samstilltar við þjóninn, halda áfram?";
  536. "_offline_folder_confirm_" = "Eftir að ónettengda mappan hefur verið gerð virk, munu allar skrár í möppunni verða samstilltar við þjóninn, halda áfram?";
  537. "_file_not_found_reload_" = "Skrá fannst ekki, dragðu niður til að endurlesa";
  538. "_title_section_download_" = "SÆKJA";
  539. "_download_" = "Sækja";
  540. "_title_section_upload_" = "SENDA INN";
  541. "_group_alphabetic_yes_" = "✓ Hópa í stafrófsröð";
  542. "_group_alphabetic_no_" = "Hópa í stafrófsröð";
  543. "_group_typefile_yes_" = "✓ Hópa eftir skráategund";
  544. "_group_typefile_no_" = "Hópa eftir skráategund";
  545. "_group_date_yes_" = "✓ Hópa eftir dagsetningu";
  546. "_group_date_no_" = "Hópa eftir dagsetningu";
  547. "_element_" = "stak";
  548. "_elements_" = "stök";
  549. "_tite_footer_upload_wwan_" = " Wi-Fi-nets krafist, %lu %@ til að senda inn";
  550. "_tite_footer_upload_" = "%lu %@ til að senda inn";
  551. "_tite_footer_download_wwan_" = " Wi-Fi-nets krafist, %lu %@ til að sækja";
  552. "_tite_footer_download_" = "%lu %@ til að sækja";
  553. "_limited_dimension_" = "Hámarksstærð náð";
  554. "_save_selected_files_" = "Save to photo gallery";
  555. "_file_not_saved_cameraroll_" = "Villa: Skrá ekki vistuð í myndamöppu";
  556. "_file_saved_cameraroll_" = "Skrá vistuð í myndamöppu";
  557. "_directory_on_top_yes_" = "✓ Möppur efst";
  558. "_directory_on_top_no_" = "Möppur efst";
  559. "_show_description_" = "Show description";
  560. "_no_description_available_" = "No description available for this folder";
  561. "_folder_automatic_upload_" = "Mappa fyrir sjálfvirkar innsendingar";
  562. "_search_no_record_found_" = "Engar niðurstöður";
  563. "_search_in_progress_" = "Search in progress …";
  564. "_search_instruction_" = "Leita að skrá (lágmark 2 stafir)";
  565. "_files_no_files_" = "Engar skrár hér";
  566. "_files_no_folders_" = "No folders in here";
  567. "_request_in_progress_" = "Request to server in progress …";
  568. "_personal_files_only_" = "Personal files only";
  569. "audio" = "HLJÓÐ";
  570. "compress" = "ÞJAPPA";
  571. "directory" = "MÖPPUR";
  572. "document" = "SKJÖL";
  573. "image" = "MYNDIR";
  574. "template" = "SNIÐMÁT";
  575. "unknow" = "ÓÞEKKT";
  576. "video" = "MYNDSKEIÐ";
  577. "_file_del_only_local_" = "Skráin er ekki til staðar á þjóni";
  578. "_copy_file_" = "Afrita";
  579. "_paste_file_" = "Paste";
  580. "_open_quicklook_" = "Open with Quick Look";
  581. "_search_this_folder_" = "Leita í þessari möppu";
  582. "_search_all_folders_" = "Leita í öllum möppum";
  583. "_search_sub_folder_" = "Leita hér og í undirmöppum";
  584. "_theming_is_light_" = "Of skærir litir í þema netþjóns; ekki viðeigandi";
  585. "_cancel_all_task_" = "Cancel all transfers";
  586. "_status_wait_download_" = "Waiting for download";
  587. "_status_in_download_" = "In download";
  588. "_status_downloading_" = "Downloading";
  589. "_status_wait_upload_" = "Waiting to upload";
  590. "_status_wait_create_folder_" = "Waiting to create the folder";
  591. "_status_wait_delete_" = "Waiting to delete";
  592. "_status_wait_rename_" = "Waiting to rename";
  593. "_status_wait_favorite_" = "Waiting to change favorite";
  594. "_status_wait_copy_" = "Waiting to copy";
  595. "_status_wait_move_" = "Waiting to move";
  596. "_status_in_upload_" = "In upload";
  597. "_status_uploading_" = "Uploading";
  598. "_status_upload_error_" = "Error, waiting to upload";
  599. "_select_media_folder_" = "Set Media folder";
  600. "_media_viewimage_show_" = "Show only images";
  601. "_media_viewvideo_show_" = "Show only video";
  602. "_media_show_all_" = "Show both";
  603. "_media_view_options_" = "View options";
  604. "_media_by_created_date_" = "Sort by created date";
  605. "_media_by_upload_date_" = "Sort by upload date";
  606. "_media_by_modified_date_" = "Sort by modified date";
  607. "_insert_password_pfd_" = "Varið PDF. Settu inn lykilorð";
  608. "_password_pdf_error_" = "Rangt lykilorð";
  609. "_error_download_photobrowser_" = "Villa: Tókst ekki að sækja mynd";
  610. "_good_morning_" = "Good morning";
  611. "_good_day_" = "Good day";
  612. "_good_afternoon_" = "Good afternoon";
  613. "_good_evening_" = "Good evening";
  614. "_good_night_" = "Good night";
  615. "_servers_" = "Servers";
  616. "_select_server_" = "Please select a server...";
  617. // MARK: Share
  618. "_share_link_" = "Deila tengli";
  619. "_share_link_button_" = "Send link to …";
  620. "_share_link_name_" = "Link name";
  621. "_password_" = "Lykilorð";
  622. "_share_password_" = "Verja tengil með lykilorði";
  623. "_share_expirationdate_" = "Setja gildistíma fyrir tengil";
  624. "_date_" = "Dagsetning";
  625. "_share_title_" = "Deila";
  626. "_add_sharee_" = "Bæta við notendum eða hópum";
  627. "_add_sharee_footer_" = "Þú getur deilt þessu tilfangi með því að bæta við notendum eða hópum. Til að fjarlægja slíka sameign, fjarlægðu alla notendur og hópa";
  628. "_find_sharee_title_" = "Leita";
  629. "_find_sharee_" = "Search for user or group …";
  630. "_find_sharee_footer_" = "Enter part of the name of the user or group to search for (at least 2 characters) followed by \"Return\", select the users that should be allowed to access the share followed by \"Done\" to confirm";
  631. "_user_is_group_" = "(Hópur)";
  632. "_direct_sharee_title_" = "Deila";
  633. "_direct_sharee_footer_" = "If you already know the name, enter it, then select the share type and press \"Done\" to confirm";
  634. "_direct_sharee_" = "Enter the username …";
  635. "_user_sharee_footer_" = "Bankaðu til að breyta heimildum";
  636. "_share_type_title_" = "Tegund sameignar";
  637. "_share_type_user_" = "Notandi";
  638. "_share_type_group_" = "Hópur";
  639. "_share_type_remote_" = "Fjartengt";
  640. "_enforce_password_protection_" = "Enforce password protection";
  641. "_password_obligatory_" = "Enforce password protection enabled, password obligatory";
  642. "_shared_with_you_by_" = "Shared with you by";
  643. "_shareLinksearch_placeholder_" = "Name, email, or Federated Cloud ID …";
  644. "_shareLinksearch_mail_placeholder_" = "Type a name or an email and press Search";
  645. "_new_comment_" = "Ný ummæli …";
  646. "_edit_comment_" = "Edit comment";
  647. "_delete_comment_" = "Delete comment";
  648. "_share_allow_editing_" = "Allow editing";
  649. "_share_read_only_" = "View only";
  650. "_share_editing_" = "Getur breytt";
  651. "_share_allow_upload_" = "Allow upload and editing";
  652. "_share_file_drop_" = "File drop (upload only)";
  653. "_share_secure_file_drop_" = "Secure file drop (upload only)";
  654. "_share_hide_download_" = "Hide download";
  655. "_share_password_protect_" = "Password protect";
  656. "_share_expiration_date_" = "Set expiration date";
  657. "_share_note_recipient_" = "Note to recipient";
  658. "_share_delete_sharelink_" = "Eyða tengli";
  659. "_share_add_sharelink_" = "Add another link";
  660. "_share_can_reshare_" = "Leyfa endurdeilingu";
  661. "_share_can_create_" = "Allow creating";
  662. "_share_can_change_" = "Leyfa breytingar";
  663. "_share_can_delete_" = "Allow deleting";
  664. "_share_can_download_" = "Allow download";
  665. "_share_unshare_" = "Unshare";
  666. "_share_internal_link_" = "Internal link";
  667. "_share_internal_link_des_" = "Only works for users with access to this file/folder";
  668. "_share_reshare_disabled_" = "You are not allowed to reshare this file/folder";
  669. "_share_reshare_restricted_" = "Note: You only have limited permission to reshare this file/folder";
  670. "_no_transfer_" = "Engar millifærslur ennþá";
  671. "_no_transfer_sub_" = "Innsendar óg sóttar skrár á þessu tæki munu birtast hér";
  672. "_no_activity_" = "Engin virkni ennþá";
  673. "_no_activity_footer_" = "No more activities to load";
  674. "_transfers_" = "Flutningar";
  675. "_activity_" = "Virkni";
  676. "_activity_file_not_present_" = "Skrá ekki lengur tiltæk";
  677. "_trash_file_not_found_" = "It seems that the file is not in the trash. Go to the trash to update it and try again";
  678. "_list_shares_" = "Sameignir";
  679. "_list_shares_no_files_" = "Engar sameignir ennþá";
  680. "_tutorial_list_shares_view_" = "Skrár og möppur sem þú deilir birtast hér";
  681. "_create_synchronization_" = "Búa til samstillingu";
  682. "_offline_" = "Ótengt neti";
  683. "_local_storage_" = "Staðvær gagnageymsla";
  684. "_local_storage_no_record_" = "Engar skrár ennþá";
  685. "_upload_photos_videos_" = "Senda inn myndir eða myndskeið";
  686. "_upload_file_" = "Senda inn skrá";
  687. "_upload_file_text_" = "Búa til textaskrá";
  688. "_create_nextcloudtext_document_" = "Create text document";
  689. "_save_document_picker_" = "Vista hér";
  690. "_destination_folder_" = "Móttökumappa";
  691. "_use_folder_auto_upload_" = "Nota möppuna fyrir sjálfvirkar innsendingar sem áfangastað";
  692. "_rename_filename_" = "Endurnefna";
  693. "_filename_" = "Skráarheiti";
  694. "_enter_filename_" = "Enter filename …";
  695. "_default_preview_filename_footer_" = "Example preview of filename: IMG_0001.JPG";
  696. "_filename_header_" = "Enter filename";
  697. "_preview_filename_" = "Dæmi um framsetningu skráaheitis, þú getur notað maskann %@ fyrir tíma/dagsetninguna";
  698. "_add_filenametype_" = "Tilgreina tegund í skráaheiti";
  699. "_filenametype_photo_video_" = "Ljósmynd/myndskeið";
  700. "_maintain_original_filename_" = "Maintain original filename";
  701. "_modify_photo_" = "Modify photo";
  702. "_notifications_" = "Tilkynningar";
  703. "_no_notification_" = "No notifications yet";
  704. "_autoupload_filename_title_" = "Skráaheiti fyrir sjálfvirka innsendingu";
  705. "_untitled_" = "Untitled";
  706. "_text_upload_title_" = "Upload text file";
  707. "_e2e_settings_title_" = "Dulritun";
  708. "_e2e_settings_" = "Enda-í-enda dulritun";
  709. "_e2e_settings_start_" = "Hefja enda-í-enda dulritun";
  710. "_e2e_settings_not_available_" = "Enda-í-enda dulritun er ekki tiltæk";
  711. "_e2e_settings_activated_" = "Enda-í-enda dulritun virkjuð";
  712. "_e2e_server_disabled_" = "End-to-end encryption app disabled on server";
  713. "_e2e_settings_view_passphrase_" = "Öll 12 orðin saman gera mjög sterkt lykilorð, þannig að einungis þú getur skoðað og notað dulrituðu skrárnar þínar. Endilega skrifaðu þau niður og geymdu á öruggum stað.";
  714. "_e2e_settings_read_passphrase_" = "Read passphrase";
  715. "_e2e_settings_lock_not_active_" = "Lock not active, go back to \"Settings\" and activate it";
  716. "_e2e_settings_the_passphrase_is_" = "The passphrase is:";
  717. "_e2e_passphrase_request_title_" = "Request passphrase";
  718. "_e2e_passphrase_request_message_" = "Setja inn orðin 12";
  719. "_e2e_settings_remove_" = "Fjarlægja dulritunina staðvært";
  720. "_e2e_settings_remove_message_" = "Confirm removal of encryption along with the passphrase.";
  721. "_e2e_set_folder_encrypted_" = "Dulrita";
  722. "_e2e_remove_folder_encrypted_" = "Afkóða";
  723. "_e2e_goto_settings_for_enable_" = "This is an encrypted directory, go to \"Settings\" and enable end-to-end encryption";
  724. "_e2e_error_" = "An internal end-to-end encryption error occurred";
  725. "_e2e_in_upload_" = "Upload in progress, please wait for all files to be transferred";
  726. "_scans_document_" = "Scan document";
  727. "_scanned_images_" = "Skannaðar myndir";
  728. "_scan_document_pdf_page_" = "Síða";
  729. "_scan_label_document_zone_" = "Tap or drag images down for document creation";
  730. "_filter_document_" = "Document";
  731. "_filter_original_" = "Upprunalegt";
  732. "_filter_bn_" = "Svarthvítt";
  733. "_filter_grayscale_" = "Grátóna";
  734. "_quality_image_title_" = "Preview image quality";
  735. "_quality_high_" = "Stór skrá með miklum gæðum";
  736. "_quality_medium_" = "Meðalstór skrá með miðlungs gæðum";
  737. "_quality_low_" = "Lítil skrá með lélegum gæðum";
  738. "_file_type_" = "Skráartegund";
  739. "_pdf_password_" = "Lykilorð á PDF";
  740. "_file_creation_" = "Gerð skráar";
  741. "_delete_all_scanned_images_" = "Delete all scanned images";
  742. "_text_recognition_" = "Text recognition";
  743. /* The title on the navigation bar of the Scanning screen. */
  744. "wescan.scanning.title" = "Skönnun";
  745. /* The "Next" button on the right side of the navigation bar on the Edit screen. */
  746. "wescan.edit.button.next" = "Næsta";
  747. /* The title on the navigation bar of the Edit screen. */
  748. "wescan.edit.title" = "Breyta skönnun";
  749. /* The "Done" button on the right side of the navigation bar on the Review screen. */
  750. "wescan.review.button.done" = "Lokið";
  751. /* The title on the navigation bar of the Review screen. */
  752. "wescan.review.title" = "Yfirfara";
  753. "_trash_view_" = "Eyddar skrár";
  754. "_trash_restore_all_" = "Endurheimta allar skrár";
  755. "_trash_delete_all_" = "Tæma rusl";
  756. "_trash_delete_permanently_" = "Eyða varanlega";
  757. "_trash_delete_all_description_" = "Do you want to empty the trash bin?";
  758. "_trash_no_trash_" = "Engum skrám eytt";
  759. "_trash_no_trash_description_" = "Þú getur endurheimt eyddar skrár héðan";
  760. "_trash_restore_selected_" = "Restore selected files?";
  761. "_trash_delete_selected_" = "Delete selected files?";
  762. "_recover_" = "Recover";
  763. "_confirm_delete_selected_" = "Are you sure you want to delete the selected items?";
  764. "_manage_file_offline_" = "Manage offline files";
  765. "_set_available_offline_" = "Stilla sem tiltækt án nettengingar";
  766. "_remove_available_offline_" = "Fjarlægja sem tiltækt án nettengingar";
  767. "_create_new_document_" = "Create new document";
  768. "_create_new_spreadsheet_" = "Create new spreadsheet";
  769. "_create_new_presentation_" = "Create new presentation";
  770. "_go_online_" = "Go online to see the document";
  771. "_intro_1_title_" = "Haltu gögnum þínum öruggum og undir þinni stjórn";
  772. "_intro_2_title_" = "Örugg samvinna og skráaskipti";
  773. "_intro_3_title_" = "Easy-to-use web mail, calendaring & contacts";
  774. "_intro_4_title_" = "Screen sharing, online meetings & web conferences";
  775. "_log_in_" = "Skrá inn";
  776. "_sign_up_" = "Skráðu þig hjá þjónustu";
  777. "_host_your_own_server" = "Hýstu þinn eigin þjón";
  778. "_unauthorized_" = "Ekki heimilað";
  779. "_bad_username_password_" = "Rangt notandanafn eða lykilorð";
  780. "_cancelled_by_user" = "Hætt við flutning";
  781. "_error_folder_destiny_is_the_same_" = "Ekki er hægt að færa möppu inn í sjálfa sig";
  782. "_error_not_permission_" = "Þú hefur ekki heimild til að ljúka þessari aðgerð";
  783. "_error_path_" = "Get ekki opnað þessa skrá eða möppu. Athugaðu hvort hún sé til";
  784. "_file_upload_not_exitst_" = "Síðan sem þú ætlar að senda inn er ekki til";
  785. "_forbidden_characters_from_server_" = "Heitið inniheldur að minnsta kosti einn ógildan staf";
  786. "_error_not_modified_" = "Resource not modified";
  787. "_not_connected_internet_" = "Villa í tengingu við þjón";
  788. "_not_possible_connect_to_server_" = "Ekki er hægt að tengjast þjóninum í augnablikinu";
  789. "_not_possible_create_folder_" = "Tókst ekki að búa til möppu";
  790. "_server_down_" = "Gat ekki komið á tengingu við þjóninn";
  791. "_time_out_" = "Féll á tíma, reyndu aftur";
  792. "_unknow_response_server_" = "Óvænt svar frá þjóni";
  793. "_user_authentication_required_" = "User authentication required";
  794. "_file_directory_locked_" = "Skrá eða mappa er læst";
  795. "_ssl_certificate_untrusted_" = "Skilríkið fyrir þennan þjón er ógilt";
  796. "_ssl_certificate_changed_" = "The certificate for this server seems to have changed";
  797. "_internal_server_" = "Innri villa í þjóni";
  798. "_file_already_exists_" = "Gat ekki lokið aðgerðinni, það er til skrá með sama nafni";
  799. "_file_folder_not_exists_" = "Upprunaskráin fannst ekki á uppgefinni slóð";
  800. "_folder_contents_nochanged_" = "Innihald möppunnar hefur ekki breyst";
  801. "_images_invalid_converted_" = "Myndin er ógild og er ekki hægt að umbreyta í smámynd";
  802. "_method_not_expected_" = "Óvænt aðferð við beiðni";
  803. "_reauthenticate_user_" = "Aðgangur útrunninn, skráðu þig inn aftur";
  804. "_server_error_retry_" = "Þjónninn ekki tiltækur í augnablikinu";
  805. "_too_many_files_" = "Of margar skrár kæmu við sögu í þessari aðgerð";
  806. "_too_many_request_" = "Of margar sendar beiðnir ullu því að takmörkum var náð";
  807. "_user_over_quota_" = "Mörkum geymslukvóta er náð";
  808. "_ssl_connection_error_" = "Villa við SSL-tengingu, reyndu aftur";
  809. "_bad_request_" = "Ógild fyrirspurn";
  810. "_webdav_locked_" = "WebDAV er læst : Umbeðið tilfang er læst";
  811. "_error_user_not_available_" = "Notandinn er ekki tiltækur lengur";
  812. "_server_response_error_" = "Villa í efni svars frá þjóni";
  813. "_no_nextcloud_found_" = "Server not found";
  814. "_error_decompressing_" = "Error during decompressing. Unknown compression method or the file is corrupt";
  815. "_error_json_decoding_" = "Serious internal error in decoding metadata (The data couldn't be read because it isn't in the correct format.)";
  816. "_error_check_remote_user_" = "Server responded with an error. Please log in again";
  817. "_request_entity_too_large_" = "The file is too large";
  818. "_not_possible_download_" = "It is not possible to download the file";
  819. "_not_possible_upload_" = "It is not possible to upload the file";
  820. "_error_files_upload_" = "Error uploading files";
  821. "_method_not_allowed_" = "The requested method is not supported";
  822. "_invalid_url_" = "Ógild URI-slóð vefþjóns";
  823. "_invalid_literal_" = "Invalid search string";
  824. "_invalid_date_format_" = "Invalid date format";
  825. "_invalid_data_format_" = "Invalid data format";
  826. "_error_decode_xml_" = "Invalid response, error decode XML";
  827. "_internal_generic_error_" = "innri villa";
  828. "_editor_unknown_" = "Failed to open file: Editor is unknown";
  829. "_err_file_not_found_" = "File not found, removed";
  830. "_err_e2ee_app_version_" = "The app version of end-to-end encryption is not compatible with the server, please update your server";
  831. "_err_permission_microphone_" = "Please allow Microphone usage from Settings";
  832. "_err_permission_photolibrary_" = "Please allow Photos from Settings";
  833. "_err_permission_locationmanager_" = "Please allow Location - Always from Settings";
  834. "_qrcode_not_authorized_" = "This app is not authorized to use Back Camera";
  835. "_qrcode_not_supported_" = "QR code not supported by the current device";
  836. "_create_voice_memo_" = "Create voice memo";
  837. "_voice_memo_start_" = "Tap to start";
  838. "_voice_memo_stop_" = "Tap to stop";
  839. "_voice_memo_filename_" = "Voice memo";
  840. "_voice_memo_title_" = "Upload voice memo";
  841. "Enter Passcode" = "Enter Passcode";
  842. "Enter a new passcode" = "Enter a new passcode";
  843. "Confirm new passcode" = "Confirm new passcode";
  844. "Passcodes didn't match. Try again." = "Passcodes didn't match. Try again.";
  845. "Delete" = "Eyða";
  846. "Cancel" = "Hætta við";
  847. "_certificate_details_" = "Certificate Server details";
  848. "_certificate_pn_details_" = "Certificate Push Notification details";
  849. "_certificate_view_" = "Certificate Server";
  850. "_certificate_pn_view_" = "Certificate Push Notification";
  851. "_save_as_scan_" = "Save as scan";
  852. "_modify_" = "Modify";
  853. "_overwrite_original_" = "Overwrite original";
  854. "_save_as_copy_" = "Save as copy";
  855. "_discard_changes_" = "Close and discard changes";
  856. "_message_disable_overwrite_livephoto_" = "This image is a Live Photo, overwrite will not be possible";
  857. "_discard_changes_info_" = "Your changes will be discarded.";
  858. "_delete_files_desc_" = "Delete files to free up space";
  859. "_delete_old_files_" = "Delete, in the cache, all files older than";
  860. "_never_" = "aldrei";
  861. "_1_year_" = "1 year";
  862. "_6_months_" = "6 months";
  863. "_3_months_" = "3 months";
  864. "_1_month_" = "1 month";
  865. "_1_week_" = "1 week";
  866. "_1_day_" = "1 day";
  867. "_monthly_" = "Mánaðarlega";
  868. "_yearly_" = "Árlega";
  869. "_weekly_" = "Vikulega";
  870. "_daily_" = "Daily";
  871. "_day_" = "Dagur";
  872. "_used_space_" = "Notað geymslupláss";
  873. "_open_in_onlyoffice_" = "Open in ONLYOFFICE";
  874. "_open_in_collabora_" = "Open with Collabora Online";
  875. "_login_address_detail_" = "The link to your %@ web interface when you open it in the browser.";
  876. "_go_to_page_" = "Go to page";
  877. "_page_" = "Síða";
  878. "_this_document_has_%@_pages_" = "This document has %@ pages";
  879. "_invalid_page_" = "Invalid Page";
  880. "_the_entered_page_number_does_not_exist_" = "The entered page number does not exist";
  881. "_error_something_wrong_" = "Eitthvað fór úrskeiðis";
  882. "_resolution_" = "Upplausn";
  883. "_try_download_full_resolution_" = "Download full resolution image";
  884. "_full_resolution_image_info_" = "This may reveal more information about the photo.";
  885. "_copied_path_" = "Copied path";
  886. "_copy_path_" = "Copy path";
  887. "_certificates_" = "Certificates";
  888. "_privacy_screen_" = "Splash screen when app inactive";
  889. "_saving_" = "Vista …";
  890. "_video_not_streamed_" = "The server does not allow video streaming, do you want to download it?";
  891. "_video_not_streamed_e2ee_" = "The server does not allow video streaming because it is encrypted, do you want to download it?";
  892. "_scan_" = "Scan";
  893. "_in_" = "in";
  894. "_enter_passphrase_" = "Enter passphrase (12 words)";
  895. "_show_more_results_" = "Show more results";
  896. "_waiting_for_" = "Waiting for:";
  897. "_waiting_" = "Waiting …";
  898. "_reachable_wifi_" = "network reachable via Wi-Fi or cable";
  899. "_password_not_present_" = "Please re-insert your credentials.";
  900. "_copy_passphrase_" = "Copy passphrase";
  901. "_ok_copy_passphrase_" = "OK and copy passphrase";
  902. "_select_color_" = "Select the color";
  903. "_change_color_" = "Breyta lit";
  904. "_description_dashboardwidget_" = "Having the Dashboard always at your fingertips has never been easier.";
  905. "_description_fileswidget_" = "View your recent files and use the toolbar to speed up your operations.";
  906. "_description_toolbarwidget_" = "A toolbar to speed up your operations.";
  907. "_no_data_available_" = "No data available";
  908. "_widget_available_nc25_" = "Widget only available starting with server version 25";
  909. "_keep_running_" = "Keep the app running for a better user experience";
  910. "_recent_activity_" = "Nýleg virkni";
  911. "_title_lockscreenwidget_" = "Staða";
  912. "_description_lockscreenwidget_" = "Keep an eye on available space and recent activity";
  913. "_no_items_" = "No items";
  914. "_check_back_later_" = "Check back later";
  915. "_exporting_video_" = "Exporting video … Tap to cancel.";
  916. "_apps_nextcloud_detect_" = "Detected %@ apps";
  917. "_add_existing_account_" = "Other %@ Apps has been detected, do you want to add an existing account?";
  918. "_status_in_progress_" = "Status reading in progress …";
  919. "_status_e2ee_on_server_" = "The end-to-end encryption is already configured in the server but not yet enabled on this device";
  920. "_status_e2ee_not_setup_" = "The end-to-end encryption is not yet configured on the server";
  921. "_status_e2ee_configured_" = "The end-to-end encryption is correctly configured";
  922. "_e2ee_set_as_offline_" = "Not allowed for encrypted files or folders";
  923. "_change_upload_filename_" = "Do you want to save the file with a different name?";
  924. "_save_file_as_" = "Save file as %@";
  925. "_password_ascii_" = "The password cannot contain special characters";
  926. "_calendar_contacts_" = "Calendar and Contacts";
  927. "_mobile_config_" = "Download the configuration profile";
  928. "_calendar_contacts_footer_warning_" = "Configuration profile can only be downloaded if Safari is set as default browser";
  929. "_calendar_contacts_footer_" = "After downloading the profile you can install it from Settings.";
  930. "_preview_" = "Forskoðun";
  931. "_crop_" = "Crop";
  932. "_modify_image_desc_" = "Tap on a file to modify or rename.";
  933. "_message_disable_livephoto_" = "This image is a Live Photo, changing it will lose the Live Photo effect";
  934. "_enable_livephoto_" = "Enable Live Photo";
  935. "_disable_livephoto_" = "Disable Live Photo";
  936. "_undo_modify_" = "Undo modifying";
  937. "_unauthorizedFilesPasscode_" = "Files app cannot be used with an activated passcode";
  938. "_disableFilesApp_" = "Files app cannot be used because it is disabled";
  939. "_reset_application_done_" = "Reset application, done.";
  940. "_rename_already_exists_" = "A file with this name already exists";
  941. "_created_" = "Búið til þann";
  942. "_recipients_" = "Recipients";
  943. "_are_sure_" = "Are you sure?";
  944. "_creation_" = "Creation";
  945. "_modified_" = "Modified";
  946. "_group_folders_" = "Group folders";
  947. "_play_from_files_" = "Play movie from a file";
  948. "_play_from_url_" = "Play movie from URL";
  949. "_valid_video_url_" = "Insert a valid URL";
  950. "_deletion_progess_" = "Deletion in progress";
  951. "_copying_progess_" = "Copying in progress";
  952. "_moving_progess_" = "Moving in progress";
  953. "_chunk_enough_memory_" = "It seems there is not enough space to send the file";
  954. "_chunk_create_folder_" = "The file could not be sent, please check the server log";
  955. "_chunk_files_null_" = "The file for sending could not be created";
  956. "_chunk_file_null_" = "The file could not be sent";
  957. "_chunk_move_" = "The sent file could not be reassembled, please check the server log";
  958. "_download_image_" = "Download image";
  959. "_download_video_" = "Download video";
  960. "_reset_wrong_passcode_" = "Núllstilla forrit";
  961. "_reset_wrong_passcode_desc_" = "Use \"Reset application\" to remove all accounts and local data after %d failed code entry attempts.";
  962. "_deviceOwnerAuthentication_" = "The biometric sensor has been temporarily disabled due to multiple failed attempts. Enter the device passcode to re-enable the sensor.";
  963. "_virus_detect_" = "Virus detected. Upload cannot be completed!";
  964. "_zoom_" = "Zoom";
  965. "_zoom_in_" = "Zoom in";
  966. "_zoom_out_" = "Zoom out";
  967. "_select_photos_" = "Select photos";
  968. "_selected_photo_" = "selected photo";
  969. "_selected_photos_" = "selected photos";
  970. "_delete_selected_photos_" = "Delete selected photos";
  971. "_media_square_" = "Square grid";
  972. "_media_ratio_" = "Aspect ratio grid";
  973. "_autoupload_notice_" = "To ensure the proper functioning of the application, it is necessary to enable Background App Refresh. Otherwise, new photos or videos will not be detected when the application is in the background.\n\nAdditionally, please note that the application will not be able to detect new photos and videos if it is manually terminated. When the app is in the background, data transfer may be slower, and new photos and/or videos will generally be detected every 10 minutes, depending on the device’s battery level.\n\nTo verify that the app is functioning correctly, you can use the log file available in Advanced settings.";
  974. "_display_" = "Display";
  975. "_appearance_" = "Appearance";
  976. "_light_" = "Ljóst";
  977. "_dark_" = "Dökkt";
  978. "_use_system_style_" = "Use system style";
  979. "_account_settings_" = "Account settings";
  980. "_users_" = "Users";
  981. "_users_footer_" = "Every time the app is reactivated, the account will be requested.";
  982. "_additional_view_options_" = "Additional view options";
  983. "_while_charging_" = "While charging";
  984. "_additional_options_" = "Additional options";
  985. "_keep_screen_awake_" = "Keep screen awake\nwhile transferring files";
  986. "_error_not_found_" = "The requested resource could not be found";
  987. "_error_conflict_" = "The request could not be completed due to a conflict with the current state of the resource";
  988. "_error_precondition_" = "The server does not meet one of the preconditions that the requester";
  989. // Video
  990. "_select_trace_" = "Select the trace";
  991. "_video_processing_" = "Video processing";
  992. "_video_being_processed_" = "Video being processed …";
  993. "_downloading_" = "Downloading";
  994. "_download_error_" = "Download error";
  995. "_subtitle_" = "Undirtexti";
  996. "_dts_to_ac3_" = "The DTS is not supported, it requires a conversion to Dolby Digital";
  997. "_reuired_conversion_" = "This video takes a long time to convert.";
  998. "_stay_app_foreground_" = "Keep the app in the foreground …";
  999. "_conversion_available_" = "The conversion is always available on menu";
  1000. "_video_format_not_recognized_" = "This video needs to be processed to be played, do you want to do it now?";
  1001. "_video_must_download_" = "This video needs to be downloaded and processed to be played, do you want to do it now?";
  1002. "_conversion_max_compatibility_" = "Max compatibility, the conversion can take much longer";
  1003. "_video_tap_for_close_" = "A slight pressure to close the processing";
  1004. "_subtitle_not_found_" = "Subtitle not found";
  1005. "_disable_" = "Gera óvirkt";
  1006. "_subtitle_not_dowloaded_" = "There are subtitles not downloaded locally";
  1007. "_user_" = "Notandi";
  1008. "_add_subtitle_" = "Add an external subtitle";
  1009. "_add_audio_" = "Add an external audio";
  1010. "_server_maintenance_mode_" = "Server is currently in maintenance mode";
  1011. "_upload_foreground_msg_" = "Do not close %@ to complete the transfer …";
  1012. "_upload_background_msg_" = "Files upload in progress …";
  1013. "_create_folder_error_" = "An error has occurred while creating the folder:\n%@.\n\nPlease resolve the issue as soon as possible.\n\nAll uploads are suspended until the problem is resolved.\n";
  1014. "_rename_file_error_" = "An error has occurred while renaming the file:\n%@.";
  1015. "_creating_dir_progress_" = "Creating directories in progress … keep the application active";
  1016. "_creating_db_photo_progress" = "Creating photo archive in progress … keep the application active";
  1017. "_account_unauthorized_" = "Warning, %@, you are not authorized, your account has been deleted, if you have changed your password, re-authenticate.";
  1018. "_folder_offline_desc_" = "Even without an internet connection, you can organize your folders, create files. Once you're back online, your pending actions will automatically sync.";
  1019. "_offline_not_allowed_" = "This operation is not allowed in offline mode";
  1020. // Tip
  1021. "_tip_pdf_thumbnails_" = "Swipe left from the right edge of the screen to show the thumbnails.";
  1022. "_tip_accountrequest_" = "Touch here to change account or to add a new one";
  1023. "_tip_addcopyimage_" = "Long press to paste a copied image";
  1024. "_tip_open_mediadetail_" = "Swipe up to show the details";
  1025. // MARK: Accessibility
  1026. // Accessibility, floating panel top element
  1027. "_cart_controller_" = "Card controller";
  1028. "_accessibility_add_upload_" = "Add and upload";
  1029. "_dismiss_menu_" = "Dismiss the menu";
  1030. "_show_profile_" = "Show profile";
  1031. // a11y: On/Off
  1032. "_on_" = "On";
  1033. // a11y: On/Off
  1034. "_off_" = "Slökkt";
  1035. "_grid_view_" = "Show grid view";
  1036. "_list_view_" = "Show list view";
  1037. "_list_" = "Listi";
  1038. "_icons_" = "Icons";
  1039. // MARK: Plan customer
  1040. "_leave_plan_title" = "We're sorry to see you go";
  1041. "_leave_plan_description" = "You'll no longer have access to:";
  1042. "_current_plan_" = "Current Plan";
  1043. "_billing_plan_" = "Billing Plan";
  1044. "_keep_plan_" = "Keep Plan";
  1045. "_leave_plan_" = "Leave Plan";
  1046. "_change_plan_" = "Change Plan";
  1047. "_manage_plan_" = "Manage Plan";
  1048. "_purchase_plan_" = "Purchase Plan";
  1049. "_restore_plan_" = "Restore Purchased Plan";
  1050. "_purchase_plan_description_" = "Purchases have been restored";
  1051. "_choose_plan_" = "You should choose a plan in order to purchase it.";
  1052. "_already_plan_" = "The selected plan has already been bought.";
  1053. "_change_billing_" = "Change Billing";
  1054. "_payment_method_" = "Payment Method";
  1055. // MARK: Mantis library
  1056. "Mantis.Done" = "Lokið";
  1057. "Mantis.Cancel" = "Hætta við";
  1058. "Mantis.Reset" = "Endurstilla";
  1059. "Mantis.Original" = "Upprunalegt";
  1060. "Mantis.Square" = "Square";
  1061. // MARK: Assistant
  1062. "_assistant_task_unknown_" = "Unknown";
  1063. "_assistant_task_scheduled_" = "Scheduled";
  1064. "_assistant_task_in_progress_" = "In Progress";
  1065. "_assistant_task_completed_" = "Completed";
  1066. "_assistant_task_failed_" = "Failed";
  1067. "_all_" = "All";
  1068. "_input_" = "Input";
  1069. "_output_" = "Output";
  1070. "_task_details_" = "Task details";
  1071. "_assistant_" = "Aðstoðarmaður";
  1072. "_new_task_" = "New %@ task";
  1073. "_no_tasks_" = "No tasks in here";
  1074. "_create_task_subtitle_" = "Use the + button to create one";
  1075. "_no_types_" = "No provider found";
  1076. "_no_types_subtitle_" = "AI Providers need to be installed to use the Assistant";
  1077. // MARK: Client certificate
  1078. "_no_client_cert_found_" = "The server is requesting a client certificate";
  1079. "_no_client_cert_found_desc_" = "Do you want to install a TLS client certificate? \n Note that only .p12 archives created through OpenSSL with the -legacy flag can work on Apple devices.";
  1080. "_client_cert_enter_password_" = "Enter the password for the chosen certificate";
  1081. "_client_cert_wrong_password_" = "Sorry, you entered an invalid password";
  1082. // MARK: Login poll
  1083. "_poll_desc_" = "Please complete the log in process in your browser";
  1084. // MARK: File name validator
  1085. "_file_name_validator_error_ends_with_space_period_" = "Name must not contain spaces at the beginning or end.";
  1086. "_file_name_validator_error_reserved_name_" = "\"%@\" is a forbidden name.";
  1087. "_file_name_validator_error_forbidden_file_extension_" = "\".%@\" is a forbidden file extension.";
  1088. "_file_name_validator_error_invalid_character_" = "Name contains an invalid character: \"%@\".";
  1089. "_file_name_validator_error_space_" = "Name must not contain spaces at the beginning or end.";
  1090. "_file_name_new_extension_" = "Changing the extension might cause this file to open in a different application.";
  1091. "_please_rename_file_" = "Please rename the file or folder.";
  1092. "hidden_file_name_warning" = "Name will result in a hidden file.";