Localizable.strings 133 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_" = "Diddymu";
  24. "_tap_to_cancel_" = "Tap to cancel";
  25. "_cancel_request_" = "Do you want to cancel?";
  26. "_upload_file_" = "Upload file";
  27. "_download_file_" = "Download file";
  28. "_loading_" = "Llwytho";
  29. "_loading_with_points_" = "Yn llwytho …";
  30. "_loading_num_" = "Loading file %i";
  31. "_loading_autoupload_" = "Auto uploading";
  32. "_uploading_" = "Uploading";
  33. "_synchronization_" = "Synchronization";
  34. "_delete_" = "Dileu";
  35. "_delete_file_n_" = "Delete file %i of %i";
  36. "_rename_" = "Ailenwi";
  37. "_rename_file_" = "Rename file";
  38. "_rename_folder_" = "Rename folder";
  39. "_move_" = "Symud";
  40. "_move_file_n_" = "Move file %i of %i";
  41. "_creating_sharing_" = "Creating sharing";
  42. "_updating_sharing_" = "Updating sharing";
  43. "_removing_sharing_" = "Removing sharing";
  44. "_add_" = "Ychwanegu";
  45. "_login_" = "Mewngofnodi";
  46. "_save_" = "Cadw";
  47. "_warning_" = "Rhybudd";
  48. "_error_" = "Gwall";
  49. "_no_" = "No";
  50. "_yes_" = "Iawn";
  51. "_select_" = "Select";
  52. "_deselect_" = "Deselect";
  53. "_select_all_" = "Select all";
  54. "_upload_" = "Llwytho i fyny";
  55. "_home_" = "Ffeiliau";
  56. "_files_" = "Ffeiliau";
  57. "_home_dir_" = "Cartref";
  58. "_file_to_upload_" = "File to upload";
  59. "_destination_" = "Destination";
  60. "_ok_" = "Iawn";
  61. "_beta_version_" = "Beta version";
  62. "_function_in_testing_" = "Function in testing, please send information about any problems you run into.";
  63. "_done_" = "Done";
  64. "_clear_" = "Clear";
  65. "_passcode_too_short_" = "Passcode too short, at least 4 characters required";
  66. "_selected_" = "Selected";
  67. "_scan_fingerprint_" = "Scan fingerprint to authenticate";
  68. "_no_active_account_" = "No account found";
  69. "_info_" = "Info";
  70. "_warning_" = "Rhybudd";
  71. "_email_" = "E-bost";
  72. "_save_exit_" = "Do you want to exit without saving?";
  73. "_video_" = "Video";
  74. "_overwrite_" = "Overwrite";
  75. "_transfers_in_queue_" = "Transfers in progress, please wait …";
  76. "_too_errors_upload_" = "Too many errors, please verify the problem";
  77. "_create_" = "Creu";
  78. "_create_folder_" = "Create folder";
  79. "_create_folder_e2ee_" = "Create encrypted folder";
  80. "_create_folder_on_" = "Create folder on";
  81. "_close_" = "Cau";
  82. "_postpone_" = "Postpone";
  83. "_remove_" = "Gwaredu";
  84. "_file_not_found_" = "File not found";
  85. "_continue_" = "Continue";
  86. "_continue_editing_" = "Continue editing";
  87. "_continue_request_" = "Do you want to continue?";
  88. "_auto_upload_folder_" = "Auto upload";
  89. "_gallery_" = "Gallery";
  90. "_photo_" = "Photo";
  91. "_audio_" = "Sain";
  92. "_unknown_" = "Anhysbys";
  93. "_additional_view_options_" = "Additional view options";
  94. "_next_" = "Nesaf";
  95. "_success_" = "Success";
  96. "_initialization_" = "Initialization";
  97. "_experimental_" = "Experimental";
  98. "_select_dir_media_tab_" = "Select as folder \"Media\"";
  99. "_error_creation_file_" = "Oops! Could not create the file";
  100. "_save_path_" = "Save path";
  101. "_save_settings_" = "Save settings";
  102. "_mode_filename_" = "Filename mode";
  103. "_warning_owncloud_" = "You are connected to an ownCloud server. This is untested and unsupported, use at your own risk. To upgrade to Nextcloud, see https://nextcloud.com/migration";
  104. "_warning_unsupported_" = "You are using an unsupported version of Nextcloud. For the safety of your data we strongly recommend updating to the latest stable Nextcloud";
  105. "_restore_" = "Adfer";
  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_" = "Comments";
  119. "_sharing_" = "Sharing";
  120. "_details_" = "Manylion";
  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_" = "Ychwanegu manylion ffolder";
  134. "_back_" = "Nôl";
  135. "_search_" = "Chwilio";
  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_" = "Already existing files";
  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_" = "Copïo";
  149. "_now_" = "Now";
  150. "_wait_" = "Please wait …";
  151. "_attention_" = "Attention";
  152. "_recent_" = "Diweddar";
  153. "_view_in_folder_" = "View in folder";
  154. "_leave_share_" = "Leave this share";
  155. "_premium_" = "Premium";
  156. "_professional_" = "Professional";
  157. "_current_" = "Current";
  158. "_buy_" = "Buy";
  159. "_disabled_" = "Analluogwyd";
  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_" = "Lock";
  167. "_unlock_" = "Unlock";
  168. "_lock_file_" = "Lock file";
  169. "_unlock_file_" = "Unlock file";
  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_" = "Delete file";
  179. "_delete_folder_" = "Delete folder";
  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_" = "Maint";
  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_" = "Open settings";
  191. "_rename_ext_title_" = "Change file type?";
  192. "_rename_ext_message_" = "This file may behave differently if you change it from .%@ to %@";
  193. "_use_" = "Use";
  194. "_keep_" = "Keep";
  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_" = "Get source code";
  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_" = "File conflict";
  217. "_multi_file_conflict_title_" = "%@ File conflicts";
  218. "_replace_action_title_" = "Replace";
  219. "_keep_both_action_title_" = "Cadw'r ddau";
  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_" = "Status message";
  250. "_status_message_placehorder_" = "What is your status?";
  251. "_online_status_" = "Online status";
  252. "_clear_status_message_" = "Clear status message";
  253. "_set_status_message_" = "Set status message";
  254. "_clear_status_message_after_" = "Clear status message after";
  255. /* User status */
  256. "_select_option_" = "Dewiswch opsiwn";
  257. "_dont_clear_" = "Don't clear";
  258. "_30_minutes_" = "30 minutes";
  259. "_an_hour_" = "an hour";
  260. "_1_hour_" = "1 hour";
  261. "_4_hours_" = "4 hours";
  262. "day" = "Heddiw";
  263. "_this_week_" = "Wythnos yma";
  264. "_days_" = "Days";
  265. "_hours_" = "Hours";
  266. "_minutes_" = "Minutes";
  267. "_network_available_" = "Network available";
  268. "_network_not_available_" = "Network unavailable";
  269. "_file_too_big_" = "File size too big to be encrypted/decrypted";
  270. "_file_too_big_max_100_" = "File size too big (max 100 kb.)";
  271. "_...loading..._" = "Yn llwytho …";
  272. "_download_plist_" = " ";
  273. "_no_reuploadfile_" = "Could not find nor resend file. Delete the upload and reload the file to upload it.";
  274. "_file_already_exists_" = "Unable to complete the operation, a file with the same name exists";
  275. "_read_file_error_" = "Could not read the file";
  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_" = "Rhagor";
  279. "_notifications_" = "Hysbysiadau";
  280. "_logout_" = "Allgofnodi";
  281. "_quota_space_unlimited_" = "Unlimited";
  282. "_quota_space_unknown_" = "Anhysbys";
  283. "_quota_using_" = "You are using %@ of %@";
  284. "_acknowledgements_" = "Acknowledgements";
  285. "_settings_" = "Gosodiadau";
  286. "_passcode_" = "Cyfrinair";
  287. "_enter_password_" = "Enter password …";
  288. "_lock_" = "Lock";
  289. "_lock_active_" = "Lock: On";
  290. "_lock_not_active_" = "Lock: Off";
  291. "_lock_protection_no_screen_" = "Do not ask at startup";
  292. "_lock_protection_no_screen_footer_" = "Use \"Do not ask at startup\" for the encryption option.";
  293. "_enable_touch_face_id_" = "Enable Touch/Face ID";
  294. "_url_" = "URL";
  295. "_username_" = "Enw defnyddiwr";
  296. "_change_credentials_" = "Change your credentials";
  297. "_wifi_only_" = "Only use Wi-Fi connection";
  298. "_settings_autoupload_" = "Auto upload";
  299. "_app_version_" = "Application version";
  300. "_app_in_use_" = "Application in use";
  301. "_contact_by_email_" = "Contact us by email";
  302. "_clear_cache_" = "Clear cache";
  303. "_clear_cache_footer_" = "Clear downloaded and offline files from the app";
  304. "_exit_" = "Reset application";
  305. "_exit_footer_" = "Remove all accounts and local data from the app.";
  306. "_funct_not_enabled_" = "Functionality not enabled";
  307. "_passcode_activate_" = "Password lock on";
  308. "_disabling_passcode_" = "Removing password lock";
  309. "_want_exit_" = "Attention! Will be reset to initial state. Continue?";
  310. "_proceed_" = "Proceed";
  311. "_delete_cache_" = "Delete cache";
  312. "_want_delete_cache_" = "Do you want to delete the cache (this also removes the transfers in progress)?";
  313. "_want_delete_thumbnails_" = "Do you want to delete all thumbnails too?";
  314. "_mail_deleted_" = "Mail deleted";
  315. "_mail_saved_" = "Mail saved";
  316. "_mail_sent_" = "Anfonwyd yr e-bost";
  317. "_mail_failure_" = "Could not send email: %@";
  318. "_information_req_" = "Information request";
  319. "_write_in_english_" = "Kindly write to us in English";
  320. "_credentials_" = "Credentials";
  321. "_manage_account_" = "Manage account";
  322. "_change_password_" = "Change password";
  323. "_add_account_" = "Add account";
  324. "_delete_account_" = "Dileu cyfrif";
  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_" = "No, do not delete";
  329. "_yes_delete_" = "Yes, delete";
  330. "_remove_cache_" = "Deleting cache, please wait …";
  331. "_optimizations_" = "Optimizations";
  332. "_synchronizations_" = "Synchronizations folders";
  333. "_version_server_" = "Server version";
  334. "_help_" = "Cymorth";
  335. "_change_simply_passcode_" = "Change password type";
  336. "_quota_" = "Quota";
  337. "_available_" = "Available";
  338. "_not_available_" = "Not available";
  339. "_accounts_" = "Cyfrifon";
  340. "_information_" = "Information";
  341. "_personal_information_" = "Personal info";
  342. "_user_full_name_" = "Full name";
  343. "_user_address_" = "Cyfeiriad";
  344. "_user_phone_" = "Phone number";
  345. "_user_email_" = "E-bost";
  346. "_user_web_" = "Gwefan";
  347. "_user_twitter_" = "Twitter";
  348. "_user_job_" = "Job";
  349. "_user_businesssize_" = "Business size";
  350. "_user_businesstype_" = "Business type";
  351. "_user_city_" = "Dinas";
  352. "_user_country_" = "Gwlad";
  353. "_user_company_" = "Cwmni";
  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_" = "Uwch";
  362. "_permissions_" = "Permissions";
  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_" = "Auto upload photos/videos";
  371. "_autoupload_select_folder_" = "Select the \"Auto upload\" folder";
  372. "_autoupload_error_select_folder_" = "Select a valid folder for the \"Auto upload\"";
  373. "_autoupload_background_" = "Auto upload in the background";
  374. "_autoupload_photos_" = "Auto upload photos";
  375. "_autoupload_videos_" = "Auto upload videos";
  376. "_autoupload_favorites_" = "Auto upload favorites only";
  377. "_autoupload_description_" = "New photos/videos will be automatically uploaded to your server.";
  378. "_autoupload_description_background_" = "This option requires the use of GPS to trigger the detection of new photos/videos in the camera roll once the location changes significantly";
  379. "_autoupload_background_title_" = "Limitations";
  380. "_autoupload_background_msg_" = "Due to iOS restrictions, it is not yet possible to perform background processes, unless GPS services are activated. Once the cell in the cellular network is changed, the system wakes up for a short time and checks for new photos to upload to the cloud.";
  381. "_autoupload_change_location_" = "Change folder";
  382. "_autoupload_location_now_" = "Plygell";
  383. "_autoupload_location_default_" = "Restore default folder";
  384. "_autoupload_change_location_footer_" = "Change folder used for \"Automatic upload of camera photos\" (if the option is enabled)";
  385. "_autoupload_not_select_home_" = "Select a folder";
  386. "_autoupload_save_album_" = "Copy photo or video into the photo album";
  387. "_autoupload_fullphotos_" = "Upload the whole camera roll";
  388. "_autoupload_fullphotos_footer_" = "Adjust the options above before uploading.";
  389. "_autoupload_create_subfolder_" = "Use subfolders";
  390. "_autoupload_create_subfolder_footer_" = "Store in subfolders based on year, month or daily.";
  391. "_autoupload_subfolder_granularity_" = "Subfolder Granularity";
  392. "_filenamemask_" = "Change filename mask";
  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_" = "Tutorial";
  396. "_help_intro_" = "Introduction to Nextcloud";
  397. "_help_activity_verbose_" = "Detailed Activity feed";
  398. "_help_activity_mail_" = "Send activity via email";
  399. "_help_activity_clear_" = "Clear activity";
  400. "_show_hidden_files_" = "Dangos ffeiliau cudd";
  401. "_format_compatibility_" = "Most Compatible";
  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_" = "Do you want to connect to the server anyway?";
  421. "_server_is_trusted_" = "Do you consider this server trusted?";
  422. "_connection_error_" = "Connection error";
  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_" = "Don't have a server yet?\nChoose one of the providers.";
  427. "_error_multidomain_" = "Address not allowed, only the following domains are valid:";
  428. "_account_already_exists_" = "The account %@ already exists";
  429. "_traditional_login_" = "Revert to old login method";
  430. "_web_login_" = "Revert to web login method";
  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_" = "Ffefrynnau";
  434. "_favorite_short_" = "Favorite";
  435. "_unfavorite_" = "Unfavorite";
  436. "_no_files_uploaded_" = "No files uploaded";
  437. "_tutorial_favorite_view_" = "Files and folders you mark as favorites will show up here";
  438. "_tutorial_offline_view_" = "Files copied here will be available offline.\n\nThey will be synchronized with your cloud.";
  439. "_tutorial_groupfolders_view_" = "No Group folders yet";
  440. "_tutorial_local_view_" = "You'll find the unpacked files from your cloud.\n\nConnect to iTunes to share these files.";
  441. "_more_" = "Rhagor";
  442. "_favorite_no_files_" = "No favorites yet";
  443. "_pull_down_" = "Pull down to refresh";
  444. "_no_photo_load_" = "No photo or video";
  445. "_tutorial_autoupload_view_" = "You can enable auto uploads from \"Settings\"";
  446. "_no_date_information_" = "No date information";
  447. "_no_camera_information_" = "No camera information";
  448. "_no_lens_information_" = "No lens information";
  449. "_today_" = "Heddiw";
  450. "_yesterday_" = "Ddoe";
  451. "_time_" = "Time: %@\n\n%@";
  452. "_location_not_enabled_" = "Location Services not enabled";
  453. "_location_not_enabled_msg_" = "Please go to \"Settings\" and turn on \"Location Services\"";
  454. "_access_photo_not_enabled_" = "Access to Photos not enabled";
  455. "_access_photo_not_enabled_msg_" = "Please go to \"Settings\" and turn on \"Photo Access\"";
  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_" = "Access to Photos and Location not enabled";
  458. "_access_photo_location_not_enabled_msg_" = "Please go to \"Settings\" and turn on \"Photo Access\" and \"Location Services\"";
  459. "_tutorial_photo_view_" = "No photos or videos uploaded yet";
  460. "_error_createsubfolders_upload_" = "Error creating subfolders";
  461. "_activate_autoupload_" = "Enable auto upload";
  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_" = "byth";
  465. "_less_a_minute_" = "less than a minute ago";
  466. "_a_minute_ago_" = "a minute ago";
  467. "_minutes_ago_" = "%d minutes ago";
  468. "_an_hour_ago_" = "an hour ago";
  469. "_hours_ago_" = "%d hours ago";
  470. "_a_day_ago_" = "a day ago";
  471. "_days_ago_" = "%d days ago";
  472. "_over_30_days_" = "over 30 days";
  473. "_connection_internet_offline_" = "The Internet connection appears to be offline or only allowed Wi-Fi";
  474. "_insert_password_" = "Enter password";
  475. "_update_in_progress_" = "Version upgrade, please wait …";
  476. "_forbidden_characters_" = "Forbidden characters: %@";
  477. "_cannot_send_mail_error_" = "No account set up, or wrong email address entered";
  478. "_open_url_error_" = "Cannot open the URL for this action";
  479. "_photo_camera_" = "Lluniau";
  480. "_media_" = "Media";
  481. "_unzip_in_progress_" = "Extraction in progress on local storage …";
  482. "_file_unpacked_" = "File unpacked on local storage";
  483. "_file_saved_local_" = "File saved on local storage.";
  484. "_file_not_present_" = "Error: File not present, please reload.";
  485. "_order_by_" = "Trefnu yn ôl";
  486. "_name_" = "Name";
  487. "_date_" = "Date";
  488. "_size_" = "Maint";
  489. "_order_by_name_a_z_" = "Sort by name (from A to Z)";
  490. "_sorted_by_name_a_z_" = "Sorted by name (from A to Z)";
  491. "_order_by_name_z_a_" = "Sort by name (from Z to 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_" = "Delete files";
  502. "_move_selected_files_" = "Move files";
  503. "_move_or_copy_selected_files_" = "Move or copy files";
  504. "_download_selected_files_" = "Download files";
  505. "_download_selected_files_folders_" = "Download files and folders";
  506. "_error_operation_canc_" = "Error: Operation canceled.";
  507. "_only_lock_passcode_" = "Available only with Lock password activated. Activate it in the \"Settings\".";
  508. "_go_to_app_settings_" = "Go to app settings";
  509. "_passcode_protection_" = "Password protection";
  510. "_remove_favorites_" = "Remove from favorites";
  511. "_remove_offline_" = "Remove from offline";
  512. "_add_favorites_" = "Add to favorites";
  513. "_add_offline_" = "Add to offline";
  514. "_remove_passcode_" = "Remove password protection";
  515. "_protect_passcode_" = "Protect with password";
  516. "_share_" = "Rhannu";
  517. "_reload_" = "Reload";
  518. "_open_in_" = "Open in …";
  519. "_open_" = "Open …";
  520. "_remove_local_file_" = "Remove locally";
  521. "_add_local_" = "Add to local storage";
  522. "_comm_erro_pull_down_" = "Attention: Communication error with the server. Pull down to refresh.";
  523. "_file_not_downloaded_" = "file not dowloaded";
  524. "_file_not_uploaded_" = "file not uploaded";
  525. "_folders_" = "folders";
  526. "_folder_" = "folder";
  527. "_files_" = "Ffeiliau";
  528. "_file_" = "file";
  529. "_folder_blocked_" = "Folder blocked";
  530. "_downloading_progress_" = "Initiating download of files …";
  531. "_no_file_pull_down_" = "Upload a file or pull down to refresh";
  532. "_browse_images_" = "Browse images";
  533. "_synchronized_folder_" = "Keep the folder synchronized";
  534. "_remove_synchronized_folder_" = "Turn off the synchronization";
  535. "_synchronized_confirm_" = "Enabling the synchronization, all files in the folder will be synchronized with the server, continuous ?";
  536. "_offline_folder_confirm_" = "After enabling the offline folder, all files in it will be synchronized with the server, continue?";
  537. "_file_not_found_reload_" = "File not found, pull down to refresh";
  538. "_title_section_download_" = "DOWNLOAD";
  539. "_download_" = "Download";
  540. "_title_section_upload_" = "UPLOAD";
  541. "_group_alphabetic_yes_" = "✓ Group alphabetically";
  542. "_group_alphabetic_no_" = "Group alphabetically";
  543. "_group_typefile_yes_" = "✓ Group by Type File";
  544. "_group_typefile_no_" = "Group by Type File";
  545. "_group_date_yes_" = "✓ Group by Date";
  546. "_group_date_no_" = "Group by Date";
  547. "_element_" = "element";
  548. "_elements_" = "elements";
  549. "_tite_footer_upload_wwan_" = " Wi-Fi network required, %lu %@ to upload";
  550. "_tite_footer_upload_" = "%lu %@ to upload";
  551. "_tite_footer_download_wwan_" = " Wi-Fi network required, %lu %@ to download";
  552. "_tite_footer_download_" = "%lu %@ to download";
  553. "_limited_dimension_" = "Reached maximum size";
  554. "_save_selected_files_" = "Save to photo gallery";
  555. "_file_not_saved_cameraroll_" = "Error: File not saved in photo album";
  556. "_file_saved_cameraroll_" = "File saved in photo album";
  557. "_directory_on_top_yes_" = "✓ Folders on top";
  558. "_directory_on_top_no_" = "Folders on top";
  559. "_show_description_" = "Show description";
  560. "_no_description_available_" = "No description available for this folder";
  561. "_folder_automatic_upload_" = "Folder for \"Auto upload\"";
  562. "_search_no_record_found_" = "No result";
  563. "_search_in_progress_" = "Search in progress …";
  564. "_search_instruction_" = "Search for file (minimum 2 characters)";
  565. "_files_no_files_" = "No files in here";
  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" = "AUDIO";
  570. "compress" = "COMPRESS";
  571. "directory" = "FOLDERS";
  572. "document" = "DOCUMENTS";
  573. "image" = "IMAGES";
  574. "template" = "TEMPLATES";
  575. "unknow" = "UNKNOWN";
  576. "video" = "VIDEO";
  577. "_file_del_only_local_" = "File not present on server";
  578. "_copy_file_" = "Copïo";
  579. "_paste_file_" = "Paste";
  580. "_open_quicklook_" = "Open with Quick Look";
  581. "_search_this_folder_" = "Search in this folder";
  582. "_search_all_folders_" = "Search in all folders";
  583. "_search_sub_folder_" = "Search here and in subfolders";
  584. "_theming_is_light_" = "Server theming too brightly coloured, not applicable";
  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_" = "Secure PDF. Enter password";
  608. "_password_pdf_error_" = "Wrong password";
  609. "_error_download_photobrowser_" = "Error: Unable to download photo";
  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_" = "Rhannu dolen";
  619. "_share_link_button_" = "Send link to …";
  620. "_share_link_name_" = "Link name";
  621. "_password_" = "Cyfrinair";
  622. "_share_password_" = "Password protect link";
  623. "_share_expirationdate_" = "Set expiration date link";
  624. "_date_" = "Date";
  625. "_share_title_" = "Rhannu";
  626. "_add_sharee_" = "Add users or groups";
  627. "_add_sharee_footer_" = "You can share this resource by adding users or groups. To remove a share, remove all users and groups";
  628. "_find_sharee_title_" = "Chwilio";
  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_" = "(Group)";
  632. "_direct_sharee_title_" = "Rhannu";
  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_" = "Tap to change permissions";
  636. "_share_type_title_" = "Type of share";
  637. "_share_type_user_" = "User";
  638. "_share_type_group_" = "Grŵp";
  639. "_share_type_remote_" = "Remote";
  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_" = "New comment …";
  646. "_edit_comment_" = "Edit comment";
  647. "_delete_comment_" = "Delete comment";
  648. "_share_allow_editing_" = "Caniatáu golygu";
  649. "_share_read_only_" = "View only";
  650. "_share_editing_" = "Can edit";
  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_" = "Diogelu cyfrinair";
  656. "_share_expiration_date_" = "Gosod dyddiad dod i ben";
  657. "_share_note_recipient_" = "Note to recipient";
  658. "_share_delete_sharelink_" = "Delete link";
  659. "_share_add_sharelink_" = "Ychwanegu dolen arall";
  660. "_share_can_reshare_" = "Allow resharing";
  661. "_share_can_create_" = "Allow creating";
  662. "_share_can_change_" = "Caniatáu golygu";
  663. "_share_can_delete_" = "Allow deleting";
  664. "_share_can_download_" = "Allow download";
  665. "_share_unshare_" = "Dad-rannu";
  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_" = "No transfers yet";
  671. "_no_transfer_sub_" = "Uploads and downloads from this device will show up here";
  672. "_no_activity_" = "Dim gweithred eto";
  673. "_no_activity_footer_" = "No more activities to load";
  674. "_transfers_" = "Transfers";
  675. "_activity_" = "Gweithred";
  676. "_activity_file_not_present_" = "File no longer present";
  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_" = "Shares";
  679. "_list_shares_no_files_" = "No shares yet";
  680. "_tutorial_list_shares_view_" = "Files and folders you share will show up here";
  681. "_create_synchronization_" = "Create synchronization";
  682. "_offline_" = "Offline";
  683. "_local_storage_" = "Local storage";
  684. "_local_storage_no_record_" = "No files yet";
  685. "_upload_photos_videos_" = "Upload photos or videos";
  686. "_upload_file_" = "Upload file";
  687. "_upload_file_text_" = "Create text file";
  688. "_create_nextcloudtext_document_" = "Create text document";
  689. "_save_document_picker_" = "Save here";
  690. "_destination_folder_" = "Destination folder";
  691. "_use_folder_auto_upload_" = "Use the \"Auto upload\" folder as destination";
  692. "_rename_filename_" = "Ailenwi";
  693. "_filename_" = "Filename";
  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_" = "Example preview of filename. You can use the mask %@ for date/time";
  698. "_add_filenametype_" = "Specify type in filename";
  699. "_filenametype_photo_video_" = "Photo/Video";
  700. "_maintain_original_filename_" = "Maintain original filename";
  701. "_modify_photo_" = "Modify photo";
  702. "_notifications_" = "Hysbysiadau";
  703. "_no_notification_" = "No notifications yet";
  704. "_autoupload_filename_title_" = "Auto upload filename";
  705. "_untitled_" = "Untitled";
  706. "_text_upload_title_" = "Upload text file";
  707. "_e2e_settings_title_" = "Amgryptiad";
  708. "_e2e_settings_" = "End-to-end encryption";
  709. "_e2e_settings_start_" = "Start end-to-end encryption";
  710. "_e2e_settings_not_available_" = "End-to-end encryption not available";
  711. "_e2e_settings_activated_" = "End-to-end encryption activated";
  712. "_e2e_server_disabled_" = "End-to-end encryption app disabled on server";
  713. "_e2e_settings_view_passphrase_" = "All 12 words together make a very strong password, letting only you view and make use of your encrypted files. Please write it down and keep it somewhere safe.";
  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_" = "Insert the 12 words";
  719. "_e2e_settings_remove_" = "Remove the encryption locally";
  720. "_e2e_settings_remove_message_" = "Confirm removal of encryption along with the passphrase.";
  721. "_e2e_set_folder_encrypted_" = "Encrypt";
  722. "_e2e_remove_folder_encrypted_" = "Decrypt";
  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_" = "Scanned images";
  728. "_scan_document_pdf_page_" = "Page";
  729. "_scan_label_document_zone_" = "Tap or drag images down for document creation";
  730. "_filter_document_" = "Document";
  731. "_filter_original_" = "Original";
  732. "_filter_bn_" = "Black & White";
  733. "_filter_grayscale_" = "Grayscale";
  734. "_quality_image_title_" = "Preview image quality";
  735. "_quality_high_" = "Large file size of high quality";
  736. "_quality_medium_" = "Average file size of medium quality";
  737. "_quality_low_" = "Small file size of low quality";
  738. "_file_type_" = "File type";
  739. "_pdf_password_" = "PDF Password";
  740. "_file_creation_" = "File creation";
  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" = "Scanning";
  745. /* The "Next" button on the right side of the navigation bar on the Edit screen. */
  746. "wescan.edit.button.next" = "Nesaf";
  747. /* The title on the navigation bar of the Edit screen. */
  748. "wescan.edit.title" = "Edit Scan";
  749. /* The "Done" button on the right side of the navigation bar on the Review screen. */
  750. "wescan.review.button.done" = "Done";
  751. /* The title on the navigation bar of the Review screen. */
  752. "wescan.review.title" = "Review";
  753. "_trash_view_" = "Ffeiliau ddilewyd";
  754. "_trash_restore_all_" = "Restore all files";
  755. "_trash_delete_all_" = "Empty trash";
  756. "_trash_delete_permanently_" = "Dileu'n barhaol";
  757. "_trash_delete_all_description_" = "Do you want to empty the trash bin?";
  758. "_trash_no_trash_" = "No files deleted";
  759. "_trash_no_trash_description_" = "You can restore deleted files from here";
  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_" = "Set as available offline";
  766. "_remove_available_offline_" = "Remove as available offline";
  767. "_create_new_document_" = "Creu dogfen newydd";
  768. "_create_new_spreadsheet_" = "Creu taenlen newydd";
  769. "_create_new_presentation_" = "Creu cyflwyniad newydd";
  770. "_go_online_" = "Go online to see the document";
  771. "_intro_1_title_" = "Keep your data secure and under your control";
  772. "_intro_2_title_" = "Secure collaboration & file exchange";
  773. "_intro_3_title_" = "Easy-to-use web mail, calendaring & contacts";
  774. "_intro_4_title_" = "Screen sharing, online meetings & web conferences";
  775. "_log_in_" = "Mewngofnodi";
  776. "_sign_up_" = "Sign up with provider";
  777. "_host_your_own_server" = "Host your own server";
  778. "_unauthorized_" = "Unauthorized";
  779. "_bad_username_password_" = "Enw defnyddiwr neu gyfrinair anghywir";
  780. "_cancelled_by_user" = "Transfer canceled";
  781. "_error_folder_destiny_is_the_same_" = "It is not possible to move the folder into itself";
  782. "_error_not_permission_" = "You don't have permission to complete the operation";
  783. "_error_path_" = "Unable to open this file or folder. Please make sure it exists";
  784. "_file_upload_not_exitst_" = "The file that you want to upload does not exist";
  785. "_forbidden_characters_from_server_" = "The name contains at least one invalid character";
  786. "_error_not_modified_" = "Resource not modified";
  787. "_not_connected_internet_" = "Server connection error";
  788. "_not_possible_connect_to_server_" = "It is not possible to connect to the server at this time";
  789. "_not_possible_create_folder_" = "Folder could not be created";
  790. "_server_down_" = "Could not establish contact with server";
  791. "_time_out_" = "Timeout, try again";
  792. "_unknow_response_server_" = "Unexpected response from server";
  793. "_user_authentication_required_" = "User authentication required";
  794. "_file_directory_locked_" = "File or directory locked";
  795. "_ssl_certificate_untrusted_" = "The certificate for this server is invalid";
  796. "_ssl_certificate_changed_" = "The certificate for this server seems to have changed";
  797. "_internal_server_" = "Internal server error";
  798. "_file_already_exists_" = "Unable to complete the operation, a file with the same name exists";
  799. "_file_folder_not_exists_" = "The source file wasn't found at the specified path";
  800. "_folder_contents_nochanged_" = "The folder contents have not changed";
  801. "_images_invalid_converted_" = "The image is invalid and cannot be converted to a thumbnail";
  802. "_method_not_expected_" = "Unexpected request method";
  803. "_reauthenticate_user_" = "Access expired, log in again";
  804. "_server_error_retry_" = "The server is temporarily unavailable";
  805. "_too_many_files_" = "Too many files would be involved in this operation";
  806. "_too_many_request_" = "Sending too many requests caused the rate limit to be reached";
  807. "_user_over_quota_" = "Storage quota is reached";
  808. "_ssl_connection_error_" = "Connection SSL error, try again";
  809. "_bad_request_" = "Bad request";
  810. "_webdav_locked_" = "WebDAV Locked: Trying to access locked resource";
  811. "_error_user_not_available_" = "The user is no longer available";
  812. "_server_response_error_" = "Server response content error";
  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_" = "Invalid server URL";
  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_" = "internal error";
  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" = "Dileu";
  846. "Cancel" = "Diddymu";
  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_" = "byth";
  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_" = "Misol";
  868. "_yearly_" = "Blynyddol";
  869. "_weekly_" = "Wythnosol";
  870. "_daily_" = "Daily";
  871. "_day_" = "Diwrnod";
  872. "_used_space_" = "Used space";
  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_" = "Page";
  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_" = "Something went wrong";
  882. "_resolution_" = "Resolution";
  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_" = "Saving …";
  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_" = "Change color";
  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_" = "Recent activity";
  911. "_title_lockscreenwidget_" = "Statws";
  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_" = "Rhagolwg";
  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_" = "Created";
  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_" = "Reset application";
  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_" = "Light";
  977. "_dark_" = "Dark";
  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_" = "Subtitle";
  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_" = "Analluogi";
  1006. "_subtitle_not_dowloaded_" = "There are subtitles not downloaded locally";
  1007. "_user_" = "User";
  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_" = "Off";
  1035. "_grid_view_" = "Show grid view";
  1036. "_list_view_" = "Show list view";
  1037. "_list_" = "List";
  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" = "Done";
  1057. "Mantis.Cancel" = "Diddymu";
  1058. "Mantis.Reset" = "Reset";
  1059. "Mantis.Original" = "Original";
  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_" = "Cynorthwywr";
  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.";