Localizable.strings 97 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817
  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. "_cancel_" = "Annullér";
  23. "_upload_file_" = "Upload fil";
  24. "_accessibility_add_upload_" = "Add and upload";
  25. "_download_file_" = "Download fil";
  26. "_loading_" = "Indlæser";
  27. "_loading_with_points_" = "Indlæser…";
  28. "_loading_num_" = "Indlæser fil %i";
  29. "_loading_autoupload_" = "Auto uploading";
  30. "_uploading_" = "Uploading";
  31. "_synchronization_" = "Synchronization";
  32. "_delete_" = "Slet";
  33. "_delete_file_n_" = "Slet fil %i af %i";
  34. "_rename_" = "Omdøb";
  35. "_rename_file_" = "Rename file";
  36. "_rename_folder_" = "Rename folder";
  37. "_move_" = "Flyt";
  38. "_move_file_n_" = "Flyt fil %i af %i";
  39. "_creating_sharing_" = "Creating sharing";
  40. "_updating_sharing_" = "Updating sharing";
  41. "_removing_sharing_" = "Removing sharing";
  42. "_add_" = "Tilføj";
  43. "_login_" = "Log ind";
  44. "_save_" = "Gem";
  45. "_warning_" = "Advarsel";
  46. "_error_" = "Fejl";
  47. "_error_e2ee_" = "Fejl E2EE";
  48. "_no_" = "Nej";
  49. "_yes_" = "Ja";
  50. "_select_" = "Vælg";
  51. "_deselect_" = "Fravælg";
  52. "_select_all_" = "Vælg alle";
  53. "_upload_" = "Upload";
  54. "_home_" = "Filer";
  55. "_files_" = "Files";
  56. "_home_dir_" = "Home";
  57. "_file_to_upload_" = "File to upload";
  58. "_destination_" = "Destination";
  59. "_ok_" = "OK";
  60. "_beta_version_" = "Beta version";
  61. "_function_in_testing_" = "Funktion under prøve, send gerne information omkring problemer du måtte løbe ind i.";
  62. "_done_" = "Done";
  63. "_passcode_too_short_" = "Adgangskode for kort, mindst 4 karakterer påkrævet";
  64. "_selected_" = "Valgt";
  65. "_scan_fingerprint_" = "Scan fingerprint to authenticate";
  66. "_no_active_account_" = "No account found";
  67. "_info_" = "Info";
  68. "_warning_" = "Advarsel";
  69. "_email_" = "email";
  70. "_save_exit_" = "Do you want to exit without saving?";
  71. "_video_" = "Video";
  72. "_overwrite_" = "Overskriv";
  73. "_transfers_in_queue_" = "Tranfers in progress, please wait…";
  74. "_too_errors_upload_" = "Too many errors, please verify the problem";
  75. "_create_folder_" = "Opret mappe";
  76. "_create_folder_on_" = "Opret mappe på";
  77. "_close_" = "Luk";
  78. "_postpone_" = "Udsæt";
  79. "_remove_" = "Fjern";
  80. "_file_not_found_" = "Fil ikke fundet";
  81. "_continue_" = "Fortsæt";
  82. "_continue_request_" = "Vil du fortsætte?";
  83. "_auto_upload_folder_" = "Auto upload";
  84. "_gallery_" = "Galleri";
  85. "_photo_" = "Foto";
  86. "_audio_" = "Audio";
  87. "_unknown_" = "Ukendt";
  88. "_next_" = "Næste";
  89. "_success_" = "Succes";
  90. "_initialization_" = "Initialisering";
  91. "_experimental_" = "Eksperimental";
  92. "_select_dir_media_tab_" = "Vælg mappe som \"Medie\"";
  93. "_error_creation_file_" = "Oops! Kunne ikke lave filen";
  94. "_save_path_" = "Gem sti";
  95. "_save_settings_" = "Gem indstillinger";
  96. "_mode_filename_" = "Filnavn tilstand";
  97. "_warning_owncloud_" = "Du er forbundet til en ownCloud server. Dette er ikke testet og ikke supporteret, bruges på eget ansvar. For at opgradere til Nextcloud, se https://nextcloud.com/migration";
  98. "_warning_unsupported_" = "Du bruger en ikke supporteret version af Nextcloud. For sikkerheden af din data, foreslår vi på det stærkeste,at du opdaterer til den nyeste stabile Nextcloud";
  99. "_restore_" = "Gendan";
  100. "_camera_roll_" = "Kamerarulle";
  101. "_tap_here_to_change_" = "Klik her for at ændre";
  102. "_no_albums_" = "Ingen albummer";
  103. "_denied_album_" = "Denne app har ikke adgang til \"Photos\", du kan aktiverer adgangen i Privatlivs Indstillingerne";
  104. "_denied_camera_" = "Denne app har ikke adgang til \"Kamera\", du kan tillade adgang i Privatlivs Indstillingerne";
  105. "_start_" = "Start";
  106. "_force_start_" = "Force the start";
  107. "_purchase_" = "Køb";
  108. "_account_not_available_" = "The account %@ of %@ does not exist, please add it to be able to read the file %@";
  109. "_error_parameter_schema_" = "Wrong parameters, impossible to continue";
  110. "_comments_" = "Kommentarer";
  111. "_sharing_" = "Deling";
  112. "_details_" = "Detaljer";
  113. "_dark_mode_" = "Dark mode";
  114. "_dark_mode_detect_" = "Detect iOS dark mode";
  115. "_screen_" = "Skærm";
  116. "_wipe_account_" = "Account wiped from server";
  117. "_appconfig_view_title_" = "Account configuration in progress…";
  118. "_no_permission_add_file_" = "You don't have permission to add files";
  119. "_no_permission_delete_file_" = "You don't have permission to delete files";
  120. "_no_permission_modify_file_" = "You don't have permission to modify files";
  121. "_request_upload_new_ver_" = "The file has been modified, do you want to upload the new version ?";
  122. "_add_folder_info_" = "Tilføj mappe info";
  123. "_back_" = "Tilbage";
  124. "_search_" = "Search";
  125. "_of_" = "of";
  126. "_internal_modify_" = "Edit with internal editor";
  127. "_database_corrupt_" = "Oops something went wrong, please enter your credentials but don't worry, your files have remained secure";
  128. "_download_image_max_" = "Download the image in full resolution";
  129. "_livephoto_save_" = "Save Live Photo to photo album";
  130. "_livephoto_save_error_" = "Error during save of Live Photo";
  131. "_file_conflict_num_" = "file conflict";
  132. "_file_conflicts_num_" = "file conflicts";
  133. "_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.";
  134. "_file_conflict_new_" = "New files";
  135. "_file_conflict_exists_" = "Allerede eksisterende filer";
  136. "_file_not_rewite_doc_" = "It is not possible to overwrite a document but only to create a new one";
  137. "_move_or_copy_" = "Flyt eller kopier";
  138. "_copy_" = "Kopiér";
  139. "_now_" = "Now";
  140. "_wait_" = "Please wait …";
  141. "_attention_" = "Pas på";
  142. "_recent_" = "Seneste";
  143. "_view_in_folder_" = "Vis i mappe";
  144. "_leave_share_" = "Leave this share";
  145. "_delete_file_" = "Slet fil";
  146. "_delete_folder_" = "Slet mappe";
  147. "_delete_photo_" = "Delete photo";
  148. "_delete_video_" = "Delete video";
  149. "_automatic_Download_Image_" = "Use images in full resolution";
  150. "_automatic_Download_Image_footer_" = "When viewing images always download, if not available locally, the images in full resolution";
  151. "_size_" = "Size";
  152. "_dimension_" = "Dimension";
  153. "_duration_" = "Duration";
  154. "_model_" = "Model";
  155. "_set_user_status_" = "Set user status";
  156. "_open_settings_" = "Open settings";
  157. "_rename_ext_title_" = "Change file type?";
  158. "_rename_ext_message_" = "This file may behave differently if you change it from .%@ to %@";
  159. "_use_" = "Use";
  160. "_keep_" = "Keep";
  161. "_account_request_" = "Request account";
  162. "_settings_account_request_" = "Request account at startup";
  163. "_print_" = "Print";
  164. "_alias_" = "Alias";
  165. "_alias_footer_" = "Give your account names a descriptive name such as Home, Office, School …";
  166. "_upload_chunk_" = "The file you are uploading is large, keep the app in the foreground until complete";
  167. "_upload_e2ee_" = "The file you are uploading is encrypted, keep the app in the foreground until complete";
  168. "_chunk_size_mb_" = "Chunk size in MB";
  169. "_chunk_footer_title_" = "Chunked file upload (0 is disabled)\nImportant: the chunked upload works only when the app is \"active\".";
  170. "_privacy_" = "Privatliv";
  171. "_source_code_" = "Get source code";
  172. "_account_select_" = "Select the account";
  173. "_host_insert_" = "Insert the host name, for example:";
  174. "_certificate_not_found_" = "File %@ in documents directory not found.";
  175. "_copy_failed_" = "Copy failed";
  176. "_certificate_installed_" = "Certificate installed";
  177. "_want_delete_account_" = "Do you want to delete the account %@";
  178. "_prevent_http_redirection_"= "The redirection in HTTP is not permitted";
  179. "_pdf_vertical_" = "PDF vertical display";
  180. "_pdf_horizontal_" = "PDF horizontal display";
  181. "_single_file_conflict_title_" = "File conflict";
  182. "_multi_file_conflict_title_" = "%@ File conflicts";
  183. "_replace_action_title_" = "Replace";
  184. "_keep_both_action_title_" = "Keep both";
  185. "_cancel_keep_existing_action_title_" = "Cancel and keep existing";
  186. "_replace_all_action_title_" = "Replace all";
  187. "_keep_both_for_all_action_title_" = "Keep both for all";
  188. "_more_action_title_" = "More Details";
  189. /* Background of the file listing view */
  190. "_use_as_background_" = "Use it as a background";
  191. /* Background of the file listing view */
  192. "_background_" = "Background";
  193. "_dark_mode_" = "Dark mode";
  194. "_default_color_" = "Use the default color";
  195. "_as_default_color_" = "Use as default color";
  196. /* User status */
  197. "_online_" = "Online";
  198. /* User status */
  199. "_away_" = "Away";
  200. /* User status */
  201. "_dnd_" = "Do not disturb";
  202. /* User status */
  203. "_dnd_description_" = "Mute all notifications";
  204. /* User status */
  205. "_invisible_" = "Invisible";
  206. /* User status */
  207. "_invisible_description_" = "Appear offline";
  208. /* User status */
  209. "_status_message_" = "Status message";
  210. "_status_message_placehorder_" = "What is your status?";
  211. "_online_status_" = "Online status";
  212. "_clear_status_message_" = "Clear status message";
  213. "_set_status_message_" = "Set status message";
  214. "_clear_status_message_after_" = "Clear status message after";
  215. /* User status */
  216. "_select_option_" = "Select option";
  217. "_dont_clear_" = "Don't clear";
  218. "_30_minutes_" = "30 minutes";
  219. "_an_hour_" = "an hour";
  220. "_1_hour_" = "1 hour";
  221. "_4_hours_" = "4 hours";
  222. "day" = "Today";
  223. "_this_week_" = "This week";
  224. "_days_" = "Days";
  225. "_hours_" = "Hours";
  226. "_minutes_" = "Minutes";
  227. "_network_available_" = "Network available";
  228. "_network_not_available_" = "Netværk utilgængeligt";
  229. "_file_too_big_" = "Fil for stor til at blive krypteret/dekrypteret";
  230. "_file_too_big_max_100_" = "Fil for stor (max 100 kb.)";
  231. "_...loading..._" = "Indlæser…";
  232. "_download_plist_" = " ";
  233. "_no_reuploadfile_" = "Kunne ikke finde eller gensende fil. Slet uploaden og genindlæs filen for at uploade den.";
  234. "_file_already_exists_" = "Kunne ikke fuldføre operationen, en fil med samme navn eksisterer";
  235. "_read_file_error_" = "Kunne ikke åbne filen";
  236. "_write_file_error_" = "Could not write the file";
  237. "_more_" = "More";
  238. "_notifications_" = "Notifikationer";
  239. "_logout_" = "Log ud";
  240. "_quota_space_unlimited_" = "Ubegrænset";
  241. "_quota_space_unknown_" = "Ukendt";
  242. "_quota_using_" = "Du bruger %@ af %@";
  243. "_acknowledgements_" = "Acknowledgements";
  244. "_settings_" = "Indstillinger";
  245. "_passcode_" = "Password";
  246. "_lock_" = "Lås";
  247. "_lock_active_" = "Lås: Tændt";
  248. "_lock_not_active_" = "Lås: Slukket";
  249. "_lock_protection_no_screen_" = "Spørg ikke ved opstart";
  250. "_lock_protection_no_screen_footer_" = "Use \"Do not ask at startup\" for the encryption option";
  251. "_enable_touch_face_id_" = "Aktiver Touch/Face ID";
  252. "_url_" = "Url";
  253. "_username_" = "Username";
  254. "_change_credentials_" = "Change your credentials";
  255. "_wifi_only_" = "Only use Wi-Fi connection";
  256. "_settings_autoupload_" = "Auto upload";
  257. "_app_version_" = "Applikationsversion";
  258. "_app_in_use_" = "Application in use";
  259. "_contact_by_email_" = "Contact us by email";
  260. "_clear_cache_" = "Ryd cache";
  261. "_clear_cache_footer_" = "Ryd downloaded og offline filer fra appen";
  262. "_exit_" = "Nulstil applikation";
  263. "_exit_footer_" = "Slet alle konto og lokal data fra appen";
  264. "_funct_not_enabled_" = "Functionality not enabled";
  265. "_passcode_activate_" = "Adgangskode lås tændt";
  266. "_disabling_passcode_" = "Fjerner adgangskode lås";
  267. "_want_exit_" = "Bemærk! Vil blive nulstillet til begyndelsestilstand. Fortsæt?";
  268. "_proceed_" = "Proceed";
  269. "_delete_cache_" = "Delete cache";
  270. "_want_delete_cache_" = "Do you want to delete the cache (this also removes the transfers in progress) ?";
  271. "_want_delete_thumbnails_" = "Vil du også slette alle thumbnails?";
  272. "_mail_deleted_" = "Mail deleted";
  273. "_mail_saved_" = "Mail saved";
  274. "_mail_sent_" = "Email sendt";
  275. "_mail_failure_" = "Kunne ikke email: %@";
  276. "_information_req_" = "Information request";
  277. "_write_in_english_" = "Vær venlig at skrive til os på Engelsk";
  278. "_credentials_" = "Credentials";
  279. "_manage_account_" = "Manage account";
  280. "_change_password_" = "Skift kodeord";
  281. "_add_account_" = "Tilføj konto";
  282. "_delete_account_" = "Fjern konto";
  283. "_delete_active_account_" = "Remove active account";
  284. "_want_delete_" = "Er du sikker på at du vil slette?";
  285. "_no_delete_" = "Nej, lad være med at slette";
  286. "_yes_delete_" = "Ja, slet";
  287. "_remove_cache_" = "Vent venligst, sletter cache...";
  288. "_optimizations_" = "Optimizations";
  289. "_synchronizations_" = "Synchronizations folders";
  290. "_version_server_" = "Server version";
  291. "_help_" = "Help";
  292. "_change_simply_passcode_" = "Change password type";
  293. "_quota_" = "Kvote";
  294. "_available_" = "Available";
  295. "_not_available_" = "Not available";
  296. "_accounts_" = "Konti";
  297. "_information_" = "Information";
  298. "_personal_information_" = "Personlige oplysninger";
  299. "_user_full_name_" = "Fulde navn";
  300. "_user_address_" = "Adresse";
  301. "_user_phone_" = "Telefonnummer";
  302. "_user_email_" = "Email";
  303. "_user_web_" = "Hjemmeside";
  304. "_user_twitter_" = "Twitter";
  305. "_user_job_" = "Job";
  306. "_user_businesssize_" = "Business size";
  307. "_user_businesstype_" = "Business type";
  308. "_user_city_" = "By";
  309. "_user_country_" = "Land";
  310. "_user_company_" = "Firma";
  311. "_user_role_" = "Rolle";
  312. "_user_zip_" = "Postnummer";
  313. "_user_owner_" = "Ejer";
  314. "_user_employee_" = "Ansat";
  315. "_user_contractor_" = "Contractor";
  316. "_user_editprofile_" = "Redigér profil";
  317. "_favorite_offline_" = "Favoritter tilgængelige offline";
  318. "_favorite_offline_footer_" = "At gøre alle favoritter tilgængelige offline kan tage et stykke tid og bruge meget hukommelse imens.";
  319. "_advanced_" = "Avanceret";
  320. "_disable_files_app_" = "Deaktiver Filer App Integration";
  321. "_disable_files_app_footer_" = "Do not permit the access of files via the iOS Files application";
  322. "_trial_" = "Prøve";
  323. "_trial_expired_day_" = "Days remaining";
  324. "_disableLocalCacheAfterUpload_footer_" = "After uploading the file, do not keep it in the local cache";
  325. "_disableLocalCacheAfterUpload_" = "Disable local cache";
  326. "_autoupload_" = "Auto upload fotos/videoer";
  327. "_autoupload_select_folder_" = "Vælg \"Auto upload\" mappen";
  328. "_autoupload_error_select_folder_" = "Vælg en gyldig mappe til \"Auto upload\"";
  329. "_autoupload_background_" = "Auto upload i baggrunden";
  330. "_autoupload_photos_" = "Auto upload fotos";
  331. "_autoupload_videos_" = "Auto upload videoer";
  332. "_autoupload_description_" = "New photos/videos will be automatically uploaded to your Nextcloud";
  333. "_autoupload_description_background_" = "Denne indstilling kræver brugen af GPS for at udløse opdagelsen af nye fotos/videoer i kamerarullen så snart placeringen ændres markant";
  334. "_autoupload_background_title_" = "Begrænsninger";
  335. "_autoupload_background_msg_" = "Grundet iOS begrænsninger, er det endnu ikke muligt at udføre baggrundsprocesser, med mindre GPS tjenester er aktiveret. Så snart din placering på mobildatanettet ændres, vågner systemet op kort og tjekker for nye billeder der kan uploades til skyen.";
  336. "_autoupload_change_location_" = "Skift mappe";
  337. "_autoupload_location_now_" = "Mappe";
  338. "_autoupload_location_default_" = "Gendan standard mappe";
  339. "_autoupload_change_location_footer_" = "Change folder used for \"Automatic upload of camera photos\" (if the option is enabled)";
  340. "_autoupload_not_select_home_" = "Vælg en mappe";
  341. "_autoupload_save_album_" = "Kopier foto eller video til foto albummet";
  342. "_autoupload_fullphotos_" = "Upload hele kamerarullen";
  343. "_autoupload_fullphotos_footer_" = "Juster indstillingerne før upload";
  344. "_autoupload_create_subfolder_" = "Brug undermapper";
  345. "_autoupload_create_subfolder_footer_" = "Opbevar i undermapper baseret på år og måned";
  346. "_autoupload_filenamemask_" = "Skift filnavnsmasken";
  347. "_autoupload_filenamemask_footer_" = "Skift den automatiske filnavnsmaske";
  348. "_autoupload_current_folder_" = "Aktuelt valgt mappe";
  349. "_help_tutorial_" = "Tutorial";
  350. "_help_intro_" = "Introduktion til Nextcloud";
  351. "_help_activity_verbose_" = "Detaljeret Aktivitetsfeed";
  352. "_help_activity_mail_" = "Send aktivitet via mail";
  353. "_help_activity_clear_" = "Ryd aktivitet";
  354. "_show_hidden_files_" = "Vis skjulte filer";
  355. "_format_compatibility_" = "Mest kompatibel";
  356. "_format_compatibility_footer_" = "\"Most compatible\" will save photos as JPEG, if possible.";
  357. "_privacy_" = "Privatliv";
  358. "_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";
  359. "_crashservice_title_" = "Disable crash reporter";
  360. "_crashservice_alert_" = "This option requires a restart of the app to take effect";
  361. "_upload_mov_livephoto_" = "Live Photo";
  362. "_upload_mov_livephoto_footer_" = "\"Live Photo\" will save the selected photo in \"Live Photo\" format, if possible.";
  363. "_view_capabilities_" = "View the capabilities";
  364. "_capabilities_" = "Capabilities";
  365. "_no_capabilities_found_" = "Capabilities not found";
  366. "_diagnostics_" = "Diagnostics";
  367. "_view_log_" = "View Log file";
  368. "_clear_log_" = "Clear Log file";
  369. "_level_log_" = "Set Log level (disabled, standard, maximum)";
  370. "_connect_server_anyway_" = "Do you want to connect to the server anyway?";
  371. "_server_is_trusted_" = "Do you consider this server trusted?";
  372. "_connection_error_" = "Connection error";
  373. "_serverstatus_error_" = "Forbindelse til serveren fejlede, tjek din serveradresse eller netværksstatus";
  374. "_add_your_nextcloud_" = "Add your Nextcloud account";
  375. "_login_url_" = "Serveradresse https://...";
  376. "_login_bottom_label_" = "Har du ikke en server endnu?\nVælg en af disse udbydere.";
  377. "_error_multidomain_" = "Adresse ikke tilladt, kun de følgende er tilladt:";
  378. "_account_already_exists_" = "Kontoen %@ eksisterer allerede";
  379. "_traditional_login_" = "Vend tilbage til den gamle login metode";
  380. "_web_login_" = "Vend tilbage til web login metode";
  381. "_login_url_error_" = "URL error, please verify your server URL";
  382. "_webflow_not_available_" = "Web login not available, use the old login method";
  383. "_favorites_" = "Foretrukne";
  384. "_favorite_" = "Foretrukken";
  385. "_unfavorite_" = "U-favorit";
  386. "_no_files_uploaded_" = "Ingen filer uploadet";
  387. "_tutorial_favorite_view_" = "Filer og mapper du markerer som favoritter vil blive vist her";
  388. "_tutorial_offline_view_" = "Filer kopieret her vil være tilgængelige offline.\n\nDe vil blive synkroniseret med din sky.";
  389. "_tutorial_local_view_" = "Du vil finde de udpakkede filer fra din sky.\n\nForbind til iTunes for at dele disse filer.";
  390. "_more_" = "More";
  391. "_favorite_no_files_" = "Ingen foretrukne endnu";
  392. "_pull_down_" = "Pull down to refresh";
  393. "_no_photo_load_" = "Ingen foto eller video";
  394. "_tutorial_autoupload_view_" = "Du kan aktivere auto uploads fra \"Indstillinger\"";
  395. "_no_date_" = "No date";
  396. "_today_" = "Today";
  397. "_yesterday_" = "I går";
  398. "_time_" = "Tid %@\n\n%@";
  399. "_location_not_enabled_" = "Location Services not enabled";
  400. "_location_not_enabled_msg_" = "Vær venlig og gå til \"Indstillinger\" og tænd for \"Lokationstjenester\"";
  401. "_access_photo_not_enabled_" = "Access to Photos not enabled";
  402. "_access_photo_not_enabled_msg_" = "Vær venlig og til \"Indstillinger\" og tænd for \"Foto adgang\"";
  403. "_access_photo_location_not_enabled_" = "Access to Photos and Location not enabled";
  404. "_access_photo_location_not_enabled_msg_" = "Vær venlig og gå til \"Indstillinger\" og tænd for \"Foto adgang\" og \"Lokationstjenester\"";
  405. "_tutorial_photo_view_" = "Ingen fotos eller videoer uploaded endnu";
  406. "_create_full_upload_" = "Creating archive… May take a long time. During this process, keep the application active during the transfer as well.";
  407. "_error_createsubfolders_upload_" = "Fejl ved skabelse af undermapper";
  408. "_activate_autoupload_" = "Aktiver auto upload";
  409. "_remove_photo_CameraRoll_" = "Remove from camera roll";
  410. "_remove_photo_CameraRoll_desc_" = "After successful automatic 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.";
  411. "_never_" = "never";
  412. "_less_a_minute_" = "less than a minute ago";
  413. "_a_minute_ago_" = "a minute ago";
  414. "_minutes_ago_" = "%d minutes ago";
  415. "_an_hour_ago_" = "an hour ago";
  416. "_hours_ago_" = "%d hours ago";
  417. "_a_day_ago_" = "a day ago";
  418. "_days_ago_" = "%d days ago";
  419. "_over_30_days_" = "over 30 days";
  420. "_connection_internet_offline_" = "The internet connection appears to be offline or Wi-Fi is required";
  421. "_insert_password_" = "Enter password";
  422. "_update_in_progress_" = "Verion opgradering, vent venligst...";
  423. "_forbidden_characters_" = "File- eller mappenavnet indeholder ugyldige karakterer";
  424. "_mail_not_can_send_mail_" = "Ingen konto opsat, eller forkert email adresse indtastet";
  425. "_photo_camera_" = "Photos";
  426. "_media_" = "Medie";
  427. "_unzip_in_progress_" = "Udtræk af undervejs på lokalt lager...";
  428. "_file_unpacked_" = "Fil udpakket på lokalt lager";
  429. "_file_saved_local_" = "Fil gemt på lokalt lager.";
  430. "_file_not_present_" = "Fejl: Fil ikke til stede, venligst genindlæs.";
  431. "_order_by_" = "Sorter efter";
  432. "_order_by_name_a_z_" = "Sorfter efter navn (from A til Å)";
  433. "_sorted_by_name_a_z_" = "Sorted by name (from A to Z)";
  434. "_order_by_name_z_a_" = "Sorfter efter navn (from Å til A)";
  435. "_sorted_by_name_z_a_" = "Sorted by name (from Z to A)";
  436. "_order_by_date_more_recent_" = "Sort by newest";
  437. "_sorted_by_date_more_recent_" = "Sorted by newest";
  438. "_order_by_date_less_recent_" = "Sort by oldest";
  439. "_sorted_by_date_less_recent_" = "Sorted by oldest";
  440. "_order_by_size_smallest_" = "Sort by smallest";
  441. "_sorted_by_size_smallest_" = "Sorted by smallest";
  442. "_order_by_size_largest_" = "Sort by largest";
  443. "_sorted_by_size_largest_" = "Sorted by largest";
  444. "_delete_selected_files_" = "Delete files";
  445. "_move_selected_files_" = "Move files";
  446. "_move_or_copy_selected_files_" = "Move or copy files";
  447. "_download_selected_files_" = "Download files";
  448. "_download_selected_files_folders_" = "Download filer og mapper";
  449. "_error_operation_canc_" = "Fejl: Operation annulleret.";
  450. "_only_lock_passcode_" = "Kun tilgængelig med Lås adgangskode aktiveret. Aktiver det under \"Indstillinger\".";
  451. "_go_to_app_settings_" = "Go to app settings";
  452. "_passcode_protection_" = "Password protection";
  453. "_remove_favorites_" = "Remove from favorites";
  454. "_remove_offline_" = "Fjern fra offline";
  455. "_add_favorites_" = "Add to favorites";
  456. "_add_offline_" = "Tilføj til offline";
  457. "_remove_passcode_" = "Remove password protection";
  458. "_protect_passcode_" = "Protect with password";
  459. "_share_" = "Share";
  460. "_reload_" = "Genindlæs";
  461. "_open_in_" = "Åben i...";
  462. "_open_" = "Open…";
  463. "_remove_local_file_" = "Fjern fra cache";
  464. "_add_local_" = "Add to local storage";
  465. "_comm_erro_pull_down_" = "Bemærk: Kommunikationsfejl med serveren. Træk ned for at genindlæse.";
  466. "_file_not_downloaded_" = "file not dowloaded";
  467. "_file_not_uploaded_" = "file not uploaded";
  468. "_folders_" = "folders";
  469. "_folder_" = "folder";
  470. "_files_" = "Files";
  471. "_file_" = "fil";
  472. "_folder_blocked_" = "Folder blocked";
  473. "_downloading_progress_" = "Initialiserer download af filer...";
  474. "_no_file_pull_down_" = "Upload en fil eller træk ned for at genindlæse";
  475. "_browse_images_" = "Browse images";
  476. "_synchronized_folder_" = "Keep the folder synchronized";
  477. "_remove_synchronized_folder_" = "Sluk for synkronisering";
  478. "_synchronized_confirm_" = "Enabling the synchronization, all files in the folder will be synchronized with the server, continuous ?";
  479. "_offline_folder_confirm_" = "Efter aktivering af offline mappe, vil alle filer i den blive synkroniseret med serveren, fortsæt?";
  480. "_file_not_found_reload_" = "File not found, pull down to refresh";
  481. "_title_section_download_" = "DOWNLOAD";
  482. "_title_section_upload_" = "UPLOAD";
  483. "_group_alphabetic_yes_" = "✓ Grupper alfabetisk";
  484. "_group_alphabetic_no_" = "Grupper alfabetisk";
  485. "_group_typefile_yes_" = "✓ Group by Type File";
  486. "_group_typefile_no_" = "Group by Type File";
  487. "_group_date_yes_" = "✓ Group by Date";
  488. "_group_date_no_" = "Group by Date";
  489. "_element_" = "element";
  490. "_elements_" = "elements";
  491. "_tite_footer_upload_wwan_" = "Wi-Fi netværk påkrævet, %lu %@ for at uploade";
  492. "_tite_footer_upload_" = "%lu %@ til upload";
  493. "_tite_footer_download_wwan_" = "Wi-FI er påkrævet for at kunne downloade %lu %@";
  494. "_tite_footer_download_" = "%lu %@ til download";
  495. "_limited_dimension_" = "Reached maximum size";
  496. "_save_selected_files_" = "Save to photo gallery";
  497. "_file_not_saved_cameraroll_" = "Fejl: Fil ikke gemt i foto album";
  498. "_file_saved_cameraroll_" = "Fil gemt i foto album";
  499. "_directory_on_top_yes_" = "✓ Mapper på toppen";
  500. "_directory_on_top_no_" = "Mapper på toppen";
  501. "_folder_automatic_upload_" = "Mappe for \"Auto upload\"";
  502. "_search_no_record_found_" = "Intet resultat";
  503. "_search_in_progress_" = "Søgning undervejs...";
  504. "_search_instruction_" = "Søg efter fil (mindst 2 karakterer)";
  505. "_files_no_files_" = "Ingen filer herinde";
  506. "_files_no_folders_" = "Ingen mapper herinde";
  507. "_request_in_progress_" = "Anmodning til server undervejs...";
  508. "audio" = "AUDIO";
  509. "compress" = "COMPRESS";
  510. "directory" = "FOLDERS";
  511. "document" = "DOCUMENTS";
  512. "image" = "IMAGES";
  513. "template" = "TEMPLATES";
  514. "unknow" = "UNKNOWN";
  515. "video" = "VIDEO";
  516. "_file_del_only_local_" = "Fil ikke til stede på server";
  517. "_copy_file_" = "Copy";
  518. "_paste_file_" = "Paste";
  519. "_open_quicklook_" = "Open with Quick Look";
  520. "_search_this_folder_" = "Søg i denne mappe";
  521. "_search_all_folders_" = "Søg i alle mapper";
  522. "_search_sub_folder_" = "Søg her og inde i undermapper";
  523. "_theming_is_light_" = "Server tematisering for lys, ikke anvendelig";
  524. "_cancel_all_task_" = "Annuller alle overførsler";
  525. "_status_wait_download_" = "Venter på download";
  526. "_status_in_download_" = "I download";
  527. "_status_downloading_" = "Downloader";
  528. "_status_wait_upload_" = "Venter på upload";
  529. "_status_in_upload_" = "I upload";
  530. "_status_uploading_" = "Uploader";
  531. "_status_upload_error_" = "Error, waiting for upload";
  532. "_select_media_folder_" = "Vælg \"Medie\" mappen";
  533. "_media_viewimage_show_" = "Vis billeder";
  534. "_media_viewimage_hide_" = "Skjul billeder";
  535. "_media_viewvideo_show_" = "Vis video";
  536. "_media_viewvideo_hide_" = "Skjul video";
  537. "_media_by_created_date_" = "Sort by created date";
  538. "_media_by_upload_date_" = "Sort by upload date";
  539. "_media_by_modified_date_" = "Sort by modified date";
  540. "_insert_password_pfd_" = "Secure PDF. Enter password";
  541. "_password_pdf_error_" = "Wrong password";
  542. "_error_download_photobrowser_" = "Fejl: Ude af stand til at downloade foto";
  543. "_share_link_" = "Share link";
  544. "_share_link_button_" = "Send link til...";
  545. "_Link_name_" = "Link name";
  546. "_password_" = "Password";
  547. "_share_password_" = "Password protect link";
  548. "_share_expirationdate_" = "Set expiration date link";
  549. "_date_" = "Date";
  550. "_share_title_" = "Share";
  551. "_add_sharee_" = "Add users or groups";
  552. "_add_sharee_footer_" = "Du kan dele denne ressource ved at tilføje brugere og grupper. For at fjerne en deling, fjern alle brugere og grupper";
  553. "_find_sharee_title_" = "Search";
  554. "_find_sharee_" = "Søg efter en bruger eller gruppe...";
  555. "_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";
  556. "_user_is_group_" = "(Group)";
  557. "_direct_sharee_title_" = "Del";
  558. "_direct_sharee_footer_" = "If you already know the name, enter it, then select the share type and press \"Done\" to confirm";
  559. "_direct_sharee_" = "Indtast brugernavnet...";
  560. "_user_sharee_footer_" = "Tryk for at ændre tilladelser";
  561. "_share_type_title_" = "Type af deling";
  562. "_share_type_user_" = "Bruger";
  563. "_share_type_group_" = "Gruppe";
  564. "_share_type_remote_" = "Ekstern";
  565. "_enforce_password_protection_" = "Gennemtving adgangskodebeskyttelse";
  566. "_password_obligatory_" = "Foretag adgangskodebeskyttelse aktiveret, adgangskode obligatorisk";
  567. "_shared_with_you_by_" = "Delt med dig af";
  568. "_shareLinksearch_placeholder_" = "Type a name and press Enter";
  569. "_new_comment_" = "Ny kommentar...";
  570. "_edit_comment_" = "Redigér kommentar";
  571. "_delete_comment_" = "Slet kommentar";
  572. "_share_allow_editing_" = "Tillad redigering";
  573. "_share_read_only_" = "View only";
  574. "_share_editing_" = "Editing";
  575. "_share_allow_upload_" = "Tillad upload og redigering";
  576. "_share_file_drop_" = "Fil drop (kun upload)";
  577. "_share_hide_download_" = "Skjul download";
  578. "_share_password_protect_" = "Beskyt med adgangskode";
  579. "_share_expiration_date_" = "Angiv udløbsdato";
  580. "_share_note_recipient_" = "Note til modtager";
  581. "_share_delete_sharelink_" = "Delete link";
  582. "_share_add_sharelink_" = "Tilføj et link mere";
  583. "_share_can_reshare_" = "Allow resharing";
  584. "_share_can_create_" = "Allow creating";
  585. "_share_can_change_" = "Allow editing";
  586. "_share_can_delete_" = "Allow deleting";
  587. "_share_unshare_" = "Fjern deling";
  588. "_share_internal_link_" = "Internal link";
  589. "_share_internal_link_des_" = "Only works for users with access to this folder";
  590. "_no_transfer_" = "Ingen overførsler endnu";
  591. "_no_transfer_sub_" = "Uploads og downloads fra denne enhed vil dukke op her";
  592. "_no_activity_" = "Ingen aktivitet endnu";
  593. "_transfers_" = "Overførsler";
  594. "_activity_" = "Aktivitet";
  595. "_activity_file_not_present_" = "Fil ikke længere til stede";
  596. "_trash_file_not_found_" = "It seems that the file is not in the trash, go to the trash to update it and try again";
  597. "_list_shares_" = "Delinger";
  598. "_list_shares_no_files_" = "Ingen delinger endnu";
  599. "_tutorial_list_shares_view_" = "Filer og mapper du deler vil dukke op her";
  600. "_create_synchronization_" = "Skab synkronisering";
  601. "_offline_" = "Offline";
  602. "_local_storage_" = "Local storage";
  603. "_local_storage_no_record_" = "Ingen filer endnu";
  604. "_upload_photos_videos_" = "Upload fotos og videoer";
  605. "_upload_file_" = "Upload fil";
  606. "_upload_file_text_" = "Opret tekstdokument";
  607. "_create_nextcloudtext_document_" = "Opret tekstdokument";
  608. "_save_document_picker_" = "Gem her";
  609. "_destination_folder_" = "Destinationsmappe";
  610. "_use_folder_auto_upload_" = "Brug \"Auto upload\" mappen som destination";
  611. "_rename_filename_" = "Omdøb";
  612. "_filename_" = "Filnavn";
  613. "_preview_filename_" = "Eksempel visning af filnavn. Du kan bruge denne maske %@ for dato/tid";
  614. "_forbidden_characters_" = "File- eller mappenavnet indeholder ugyldige karakterer";
  615. "_add_filenametype_" = "Specificer type i filnavnet";
  616. "_filenametype_photo_video_" = "Foto/Video";
  617. "_maintain_original_filename_" = "Oprethold originalt filnavn";
  618. "_modify_photo_" = "Modificer foto";
  619. "_notification_" = "Notifikation";
  620. "_no_notification_" = "No notifications yet";
  621. "_autoupload_filename_title_" = "Auto upload filnavn";
  622. "_untitled_txt_" = "Ikke-navngivet.txt";
  623. "_text_upload_title_" = "Upload tekst fil";
  624. "_e2e_settings_title_" = "Kryptering";
  625. "_e2e_settings_" = "End-to-end kryptering";
  626. "_e2e_settings_start_" = "Start end-to-end kryptering";
  627. "_e2e_settings_not_available_" = "End-to-end kryptering ikke tilgængelig";
  628. "_e2e_settings_activated_" = "End-to-end kryptering aktiveret";
  629. "_e2e_settings_view_passphrase_" = "Alle 12 ord sammensat skabe ren meget stærk adgangskode, tillader kun dig at se og skabe krypterede filer. Skriv koden ned og gem den et sikkert sted.";
  630. "_e2e_settings_read_passphrase_" = "Læs kodeord";
  631. "_e2e_settings_lock_not_active_" = "Lås ikke aktiv, gå tilbage til \"Indstillinger\" og aktivér det";
  632. "_e2e_settings_the_passphrase_is_" = "Kodeordet er:";
  633. "_e2e_passphrase_request_title_" = "Anmod om kodeord";
  634. "_e2e_passphrase_request_message_" = "Indsæt de 12 ord";
  635. "_e2e_settings_remove_" = "Fjern kryptering lokalt";
  636. "_e2e_settings_remove_message_" = "Bekræft fjernelsen af kryptering sammen med kodeordet.";
  637. "_e2e_set_folder_encrypted_" = "Krypter";
  638. "_e2e_remove_folder_encrypted_" = "Dekrypter";
  639. "_e2e_goto_settings_for_enable_" = "Dette er en krypteret mappe, gå til \"Indstillinger\" og aktiver end-to-end kryptering";
  640. "_e2e_delete_folder_not_permitted_" = "Deletion of the directory marked as \"encrypted\" is not allowed";
  641. "_e2e_error_encode_metadata_" = "Seriøst intern fejl i enkodnings metadata";
  642. "_e2e_error_decode_metadata_" = "Seriøst intern fejl i dekodnings metadata";
  643. "_e2e_error_create_encrypted_" = "Kunne ikke lave krypteret fil";
  644. "_e2e_error_update_metadata_" = "Opdater metadata fejl";
  645. "_e2e_error_store_metadata_" = "Kunne ikke gemme metadata";
  646. "_e2e_error_send_metadata_" = "Kunne ikke sende metadata";
  647. "_e2e_error_delete_metadata_" = "Kunne ikke slette metadata";
  648. "_e2e_error_get_metadata_" = "Kunne ikke skaffe metadata";
  649. "_e2e_error_not_enabled_" = "Seriøs intern fejl. End-to-end kryptering ikke aktiveret";
  650. "_e2e_error_record_not_found_" = "Seriøs intern fejl. Opslag ikke fundet";
  651. "_e2e_error_unlock_" = "Kunne ikke låse op for mappe";
  652. "_e2e_error_lock_" = "Kunne ikke låse mappe";
  653. "_e2e_error_delete_mark_folder_" = "Dekrypter markeret mappe";
  654. "_e2e_error_mark_folder_" = "Krypter mappe";
  655. "_e2e_error_directory_not_empty_" = "Mappen er ikke tom";
  656. "_e2e_error_not_move_" = "It is not possible move files to encrypted directory";
  657. "_scans_document_" = "Scan dokument";
  658. "_scanned_images_" = "Skannede billeder";
  659. "_scan_document_pdf_page_" = "Side";
  660. "_scan_label_document_zone_" = "Træk billeder ned for at lave et dokument";
  661. "_filter_original_" = "Original";
  662. "_filter_bn_" = "Sort & hvid";
  663. "_filter_grayscale_" = "Gråtone";
  664. "_quality_image_title_" = "Billedkvalitet";
  665. "_quality_high_" = "Stor filetørrelse af høj kvalitet";
  666. "_quality_medium_" = "Gennemsnitlig filstørrelse af mellem kvalitet";
  667. "_quality_low_" = "Lille filstørrelse af lav kvalitet";
  668. "_file_type_" = "Filtype";
  669. "_pdf_password_" = "PDF adgangskode";
  670. "_file_creation_" = "Fil skabelse";
  671. "_delete_all_scanned_images_" = "Vil du slette alle skannede billeder?";
  672. "_text_recognition_" = "Tekstgenkendelse";
  673. /* The title on the navigation bar of the Scanning screen. */
  674. "wescan.scanning.title" = "Skanner";
  675. /* The "Next" button on the right side of the navigation bar on the Edit screen. */
  676. "wescan.edit.button.next" = "Næste";
  677. /* The title on the navigation bar of the Edit screen. */
  678. "wescan.edit.title" = "Rediger Skan";
  679. /* The "Done" button on the right side of the navigation bar on the Review screen. */
  680. "wescan.review.button.done" = "Færdig";
  681. /* The title on the navigation bar of the Review screen. */
  682. "wescan.review.title" = "Gennemse";
  683. "_trash_view_" = "Slettede filer";
  684. "_trash_restore_all_" = "Gendan alle filer";
  685. "_trash_delete_all_" = "Tøm skrald";
  686. "_trash_no_trash_" = "Ingen filer slettet";
  687. "_trash_no_trash_description_" = "Du kan gendanne slettede filer her";
  688. "_trash_restore_selected_" = "Gendan de valgte filer";
  689. "_trash_delete_selected_" = "Slet de valgte filer";
  690. "_manage_file_offline_" = "Håndter filer offline";
  691. "_set_available_offline_" = "Sæt som tilgængelig offline";
  692. "_remove_available_offline_" = "Fjern som tilgængelig offline";
  693. "_create_new_document_" = "Skab nyt dokument";
  694. "_create_new_spreadsheet_" = "Skab nyt regneark";
  695. "_create_new_presentation_" = "Skab ny præsentation";
  696. "_go_online_" = "Go online to see the document";
  697. "_intro_1_title_" = "Et sikket hjem til alt dit data";
  698. "_intro_2_title_" = "Sikkert samarbejde & filudveksling";
  699. "_intro_3_title_" = "Start";
  700. "_intro_4_title_" = "Skærmdeling, online møder og web konferencer";
  701. "_log_in_" = "Log in";
  702. "_sign_up_" = "Sign up with provider";
  703. "_host_your_own_server" = "Host din egen server";
  704. "_unauthorized_" = "Uautoriseret";
  705. "_bad_username_password_" = "Bad username or password";
  706. "_cancelled_by_user" = "Transfer canceled";
  707. "_error_folder_destiny_is_the_same_" = "Det er ikke muligt at flytte mappen ind i sig selv";
  708. "_error_not_permission_" = "You don't have permission to complete the operation";
  709. "_error_path_" = "Unable to open this file or folder. Please make sure it exists";
  710. "_file_upload_not_exitst_" = "Filen du gerne vil uploade findes ikke";
  711. "_forbidden_characters_from_server_" = "The name contains at least one invalid character";
  712. "_error_not_modified_" = "Resource not modified";
  713. "_not_connected_internet_" = "Server connection error";
  714. "_not_possible_connect_to_server_" = "It is not possible to connect to the server at this time";
  715. "_not_possible_create_folder_" = "Folder could not be created";
  716. "_server_down_" = "Kunne ikke oprette kontakt med server";
  717. "_time_out_" = "Timeout, try again";
  718. "_unknow_response_server_" = "Unexpected response from server";
  719. "_user_authentication_required_" = "Bruger autentificering påkrævet";
  720. "_file_directory_locked_" = "Fil eller mappe er låst";
  721. "_ssl_certificate_untrusted_" = "Certefikatet for denne server er ikke korrekt";
  722. "_ssl_certificate_changed_" = "The certificate for this server seems to have changed";
  723. "_internal_server_" = "Intern server fejl";
  724. "_file_already_exists_" = "Kunne ikke fuldføre operationen, en fil med samme navn eksisterer";
  725. "_file_folder_not_exists_" = "The source file wasn't found at the specified path";
  726. "_folder_contents_nochanged_" = "The folder contents have not changed";
  727. "_images_invalid_converted_" = "The image is invalid and cannot be converted to a thumbnail";
  728. "_method_not_expected_" = "Uventet anmodningsmetode";
  729. "_reauthenticate_user_" = "Adgang udløbet, log in igen";
  730. "_server_error_retry_" = "Serveren er midlertidig utilgængelig";
  731. "_too_many_files_" = "For mange filer ville være involveret i denne operation";
  732. "_too_many_request_" = "For mange filer sendt gjorde at kvotegrænsen blev nået";
  733. "_user_over_quota_" = "Pladsbegrænsningen er ramt";
  734. "_ssl_connection_error_" = "Connection SSL error, try again";
  735. "_bad_request_" = "Dårlig anmodning";
  736. "_webdav_locked_" = "WebDAV låst: Prøver at tilgå en låst ressource";
  737. "_error_user_not_available_" = "Den bruger er ikke længere tilgængelig";
  738. "_server_response_error_" = "Server respons indholdsfejl";
  739. "_no_nextcloud_found_" = "Nextcloud server ikke fundet";
  740. "_error_decompressing_" = "Error during decompressing. Unknown compression method or the file is corrupt";
  741. "_error_json_decoding_" = "Serious internal error in decoding metadata (The data couldn’t be read because it isn’t in the correct format.)";
  742. "_error_check_remote_user_" = "Server responded with error, password re-entry is required";
  743. "_request_entity_too_large_" = "The file is too large";
  744. "_not_possible_download_" = "It is not possible to download the file";
  745. "_not_possible_upload_" = "It is not possible to upload the file";
  746. "_method_not_allowed_" = "The requested method is not supported";
  747. "_invalid_url_" = "Ugyldig server adresse";
  748. "_invalid_literal_" = "Invalid search string";
  749. "_invalid_date_format_" = "Invalid date format";
  750. "_invalid_data_format_" = "Invalid data format";
  751. "_error_decode_xml_" = "Invalid response, error decode XML";
  752. "_internal_generic_error_" = "Intern fejl";
  753. "_editor_unknown_" = "Failed to open file: Editor is unknown";
  754. "_err_file_not_found_" = "File not found, removed";
  755. "_err_e2ee_app_version_" = "The app version of end-to-end encryption is not compatible with the server, please update your server";
  756. "_err_permission_microphone_" = "Please allow Microphone usage from Settings";
  757. "_err_permission_photolibrary_" = "Please allow Photos from Settings";
  758. "_err_permission_locationmanager_" = "Please allow Location - Always from Settings";
  759. "_qrcode_not_authorized_" = "Denne app er ikke autoriseret til at bruge det primære kamera";
  760. "_qrcode_not_supported_" = "QR code not supported by the current device";
  761. "_create_voice_memo_" = "Tilføj tale meddelelse ";
  762. "_voice_memo_start_" = "Tap to start";
  763. "_voice_memo_stop_" = "Tap to stop";
  764. "_voice_memo_filename_" = "Voice memo";
  765. "_voice_memo_title_" = "Upload tale medelelse";
  766. "Enter Passcode" = "Enter Passcode";
  767. "Enter a new passcode" = "Enter a new passcode";
  768. "Confirm new passcode" = "Confirm new passcode";
  769. "Passcodes didn't match. Try again." = "Passcodes didn't match. Try again.";
  770. "Delete" = "Slet";
  771. "Cancel" = "Annullér";
  772. "_certificate_details_" = "Certificate details";
  773. "_save_as_scan_" = "Save as scan";
  774. "_modify_" = "Modify";
  775. "_overwrite_original_" = "Overwrite original";
  776. "_save_as_copy_" = "Save as copy";
  777. "_discard_changes_" = "Close and discard changes";
  778. "_message_disable_overwrite_livephoto_" = "This image it's a Live Photo, the overwrite will not possible";
  779. "_delete_files_desc_" = "Delete files to free up space";
  780. "_delete_old_files_" = "Delete all files older than";
  781. "_never_" = "never";
  782. "_1_year_" = "1 year";
  783. "_6_months_" = "6 months";
  784. "_3_months_" = "3 months";
  785. "_1_month_" = "1 month";
  786. "_1_week_" = "1 week";
  787. "_1_day_" = "1 day";
  788. "_used_space_" = "Used space";
  789. "_open_in_onlyoffice_" = "Open in ONLYOFFICE";
  790. "_open_in_collabora_" = "Open with Collabora Online";
  791. "_login_address_detail_" = "The link to your %@ web interface when you open it in the browser.";
  792. "_go_to_page_" = "Go to page";
  793. "_page_" = "Page";
  794. "_this_document_has_%@_pages_" = "This document has %@ pages";
  795. "_invalid_page_" = "Invalid Page";
  796. "_the_entered_page_number_doesn't_exist_" = "The entered page number doesn't exist";
  797. "_error_something_wrong_" = "Something went wrong";
  798. "_resolution_" = "Resolution";
  799. "_try_download_full_resolution_" = "For more detail try to download the image in full resolution";