Localizable.strings 73 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719
  1. //
  2. // Localizable.strings
  3. // Nextcloud iOS
  4. //
  5. // Copyright © 2017 Marino Faggiana. All rights reserved.
  6. //
  7. // Author Marino Faggiana <marino.faggiana@nextcloud.com>
  8. //
  9. // This program is free software: you can redistribute it and/or modify
  10. // it under the terms of the GNU General Public License as published by
  11. // the Free Software Foundation, either version 3 of the License, or
  12. // (at your option) any later version.
  13. //
  14. // This program is distributed in the hope that it will be useful,
  15. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. // GNU General Public License for more details.
  18. //
  19. // You should have received a copy of the GNU General Public License
  20. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. //
  22. // General
  23. "_cancel_" = "Cancel";
  24. "_upload_file_" = "Upload file";
  25. "_download_file_" = "Download file";
  26. "_loading_" = "Loading";
  27. "_loading_with_points_" = "Loading…";
  28. "_loading_num_" = "Loading file %i";
  29. "_loading_autoupload_" = "Auto uploading";
  30. "_uploading_" = "Uploading";
  31. "_synchronization_" = "Synchronization";
  32. "_delete_" = "Delete";
  33. "_delete_file_n_" = "Delete file %i of %i";
  34. "_rename_" = "Rename";
  35. "_move_" = "Move";
  36. "_move_file_n_" = "Move file %i of %i";
  37. "_creating_sharing_" = "Creating sharing";
  38. "_updating_sharing_" = "Updating sharing";
  39. "_removing_sharing_" = "Removing sharing";
  40. "_add_" = "Add";
  41. "_login_" = "Log in";
  42. "_save_" = "Save";
  43. "_warning_" = "Warning";
  44. "_error_" = "Error";
  45. "_error_e2ee_" = "Error E2EE";
  46. "_no_" = "No";
  47. "_yes_" = "Yes";
  48. "_select_" = "Select";
  49. "_select_all_" = "Select all";
  50. "_upload_" = "Upload";
  51. "_home_" = "Files";
  52. "_file_to_upload_" = "File to upload";
  53. "_destination_" = "Destination";
  54. "_ok_" = "OK";
  55. "_beta_version_" = "Beta version";
  56. "_function_in_testing_" = "Function in testing, please send information about any problems you run into.";
  57. "_done_" = "Done";
  58. "_passcode_too_short_" = "Passcode too short, at least 4 characters required";
  59. "_selected_" = "Selected";
  60. "_scan_fingerprint_" = "Scan fingerprint to authenticate";
  61. "_no_active_account_" = "No account found";
  62. "_info_" = "Info";
  63. "_warning_" = "Warning";
  64. "_email_" = "Email";
  65. "_save_exit_" = "Do you want to exit without saving?";
  66. "_video_" = "Video";
  67. "_overwrite_" = "Overwrite";
  68. "_transfers_in_queue_" = "Transfers in progress, please wait…";
  69. "_too_errors_automatic_all_"= "Too many errors, go to \"Control Centre\" to verify the problem";
  70. "_create_folder_" = "Create folder";
  71. "_create_folder_on_" = "Create folder on";
  72. "_close_" = "Close";
  73. "_postpone_" = "Postpone";
  74. "_remove_" = "Remove";
  75. "_file_not_found_" = "File not found";
  76. "_continue_" = "Do you want to continue?";
  77. "_auto_upload_folder_" = "Auto upload";
  78. "_gallery_" = "Gallery";
  79. "_photo_" = "Photo";
  80. "_audio_" = "Audio";
  81. "_unknown_" = "Unknown";
  82. "_next_" = "Next";
  83. "_success_" = "Success";
  84. "_initialization_" = "Initialisation";
  85. "_experimental_" = "Experimental";
  86. "_select_dir_media_tab_" = "Select as folder \"Media\"";
  87. "_error_creation_file_" = "Oops! Could not create the file";
  88. "_save_path_" = "Save path";
  89. "_save_settings_" = "Save settings";
  90. "_mode_filename_" = "Filename mode";
  91. "_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";
  92. "_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";
  93. "_restore_" = "Restore";
  94. "_camera_roll_" = "Camera roll";
  95. "_tap_here_to_change_" = "Tap here to change";
  96. "_no_albums_" = "No albums";
  97. "_denied_album_" = "This app does not have access to \"Photos\", you can enable access in Privacy Settings";
  98. "_denied_camera_" = "This app does not have access to \"Camera\", you can enable access in Privacy Settings";
  99. // App
  100. "_network_available_" = "Network available";
  101. "_network_not_available_" = "Network unavailable";
  102. // Networking
  103. "_file_too_big_" = "File too large to be encrypted/decrypted";
  104. "_file_too_big_max_100_" = "File too large (max 100 kb.)";
  105. "_...loading..._" = "Loading…";
  106. "_download_plist_" = " ";
  107. "_no_reuploadfile_" = "Could not find nor resend file. Delete the upload and reload the file to upload it.";
  108. "_file_already_exists_" = "Unable to complete the operation, a file with the same name exists";
  109. "_read_file_error_" = "Could not read the file";
  110. // More
  111. "_more_" = "More";
  112. "_notifications_" = "Notifications";
  113. "_logout_" = "Log out";
  114. "_quota_space_unlimited_" = "Unlimited";
  115. "_quota_space_unknown_" = "Unknown";
  116. "_quota_using_" = "You are using %@ of %@";
  117. // Settings
  118. "_acknowledgements_" = "Acknowledgements";
  119. "_settings_" = "Settings";
  120. "_passcode_" = "Password";
  121. "_lock_" = "Lock";
  122. "_lock_active_" = "Lock: On";
  123. "_lock_not_active_" = "Lock: Off";
  124. "_lock_protection_no_screen_" = "Do not ask at startup";
  125. "_lock_protection_no_screen_footer_" = "Use \"Do not ask at startup\" for protected folders only or for the encryption option";
  126. "_url_" = "Url";
  127. "_username_" = "Username";
  128. "_change_credentials_" = "Change your credentials";
  129. "_wifi_only_" = "Only use Wi-Fi connection";
  130. "_settings_autoupload_" = "Auto upload";
  131. "_app_version_" = "Application version";
  132. "_app_in_use_" = "Application in use";
  133. "_contact_by_email_" = "Contact us by email";
  134. "_clear_cache_" = "Clear cache";
  135. "_clear_cache_footer_" = "Clear downloaded and offline files from the app";
  136. "_exit_" = "Reset application";
  137. "_exit_footer_" = "Remove all accounts and local data from the app";
  138. "_funct_not_enabled_" = "Functionality not enabled";
  139. "_passcode_activate_" = "Password lock on";
  140. "_disabling_passcode_" = "Removing password lock";
  141. "_want_exit_" = "Attention! Will be reset to initial state. Continue?";
  142. "_proceed_" = "Proceed";
  143. "_delete_cache_" = "Delete cache";
  144. "_want_delete_cache_" = "Do you want to delete the cache?";
  145. "_delete_cache_and_db_" = "Yes and remove the transfers in progress";
  146. "_want_delete_thumbnails_" = "Do you want to delete all thumbnails too?";
  147. "_mail_deleted_" = "Mail deleted";
  148. "_mail_saved_" = "Mail saved";
  149. "_mail_sent_" = "Email sent";
  150. "_mail_failure_" = "Could not send email: %@";
  151. "_information_req_" = "Information request";
  152. "_write_in_english_" = "Kindly write to us in English";
  153. "_credentials_" = "Credentials";
  154. "_manage_account_" = "Manage account";
  155. "_change_password_" = "Change password";
  156. "_add_account_" = "Add account";
  157. "_delete_account_" = "Delete account";
  158. "_want_delete_" = "Do you really want to delete?";
  159. "_no_delete_" = "No, do not delete";
  160. "_yes_delete_" = "Yes, delete";
  161. "_remove_cache_" = "Please wait, deleting cache…";
  162. "_optimizations_" = "Optimizations";
  163. "_synchronizations_" = "Synchronized folders";
  164. "_version_server_" = "Server version";
  165. "_help_" = "Help";
  166. "_lock_protection_simply_" = "Password protection simple";
  167. "_change_simply_passcode_" = "Change password type";
  168. "_quota_" = "Quota";
  169. "_available_" = "available";
  170. "_cloud_account_" = "Cloud Account";
  171. "_information_" = "Information";
  172. "_personal_information_" = "Personal info";
  173. "_user_full_name_" = "Full name";
  174. "_user_address_" = "Address";
  175. "_user_phone_" = "Phone number";
  176. "_user_email_" = "Email";
  177. "_user_web_" = "Website";
  178. "_user_twitter_" = "Twitter";
  179. "_favorite_offline_" = "Favourites available offline";
  180. "_favorite_offline_footer_" = "Making all favourites available offline may take a while and use a lot of memory while doing it.";
  181. "_advanced_" = "Advanced";
  182. "Skip" = "Skip";
  183. "Start" = "Start";
  184. "_disable_files_app_" = "Disable Files App integration";
  185. "_disable_files_app_footer_" = "Do not permit the access of files across the Apple Files application";
  186. // Manage AutoUpload
  187. "_autoupload_" = "Auto upload photos/videos";
  188. "_autoupload_select_folder_" = "Select the \"Auto upload\" folder";
  189. "_autoupload_error_select_folder_" = "Select a valid folder for the \"Auto upload\"";
  190. "_autoupload_background_" = "Auto upload in the background";
  191. "_autoupload_photos_" = "Auto upload photos";
  192. "_autoupload_videos_" = "Auto upload videos";
  193. "_autoupload_description_" = "The new photos/videos will be uploaded in your Cloud";
  194. "_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";
  195. "_autoupload_background_title_" = "Limitations";
  196. "_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.";
  197. "_autoupload_change_location_" = "Change folder";
  198. "_autoupload_location_now_" = "Folder";
  199. "_autoupload_location_default_" = "Restore default folder";
  200. "_autoupload_change_location_footer_" = "Change folder used for 'Automatic upload of camera photos' (if the option is enabled)";
  201. "_autoupload_not_select_home_" = "Select a folder";
  202. "_autoupload_save_album_" = "Copy photo or video into the photo album";
  203. "_autoupload_fullphotos_" = "Upload the whole camera roll";
  204. "_autoupload_fullphotos_footer_" = "Adjust the options above before uploading";
  205. "_autoupload_create_subfolder_" = "Use subfolders";
  206. "_autoupload_create_subfolder_footer_" = "Store in subfolders based on year and month";
  207. "_autoupload_filenamemask_" = "Change filename mask";
  208. "_autoupload_filenamemask_footer_" = "Change the automatic filename mask";
  209. "_autoupload_current_folder_" = "Currently selected folder";
  210. // Manage Help
  211. "_help_tutorial_" = "Tutorial";
  212. "_help_intro_" = "Introduction to Nextcloud";
  213. "_help_activity_verbose_" = "Detailed Activity feed";
  214. "_help_activity_mail_" = "Send activity via email";
  215. "_help_activity_clear_" = "Clear activity";
  216. // Manage Advanced
  217. "_show_hidden_files_" = "Show hidden files";
  218. "_format_compatibility_" = "Most Compatible";
  219. "_format_compatibility_footer_" = "\"Most compatible\" will save, when possible, photos as JPEG";
  220. // Login
  221. "_connect_server_anyway_" = "Do you want to connect to the server anyway?";
  222. "_connection_error_" = "Connection error";
  223. "_serverstatus_error_" = "Connection to server failure, verify your server address or network status";
  224. "_add_your_nextcloud_" = "Add your Nextcloud account";
  225. "_login_url_" = "Server address https://…";
  226. "_login_bottom_label_" = "Don't have a server yet?\nChoose one of the providers.";
  227. "_error_multidomain_" = "Address not allowed, only the following domains are valid:";
  228. "_account_already_exists_" = "The account %@ already exists";
  229. "_traditional_login_" = "Revert to old login method";
  230. "_web_login_" = "Revert to web login method";
  231. // Favorite
  232. "_favorites_" = "Favourites";
  233. "_favorite_" = "Favourite";
  234. "_unfavorite_" = "Unfavourite";
  235. "_no_files_uploaded_" = "No files uploaded";
  236. "_tutorial_favorite_view_" = "Files and folders you mark as favourites will show up here";
  237. "_tutorial_offline_view_" = "Files copied here will be available offline.\n\nThey will be synchronised with your cloud.";
  238. "_tutorial_local_view_" = "You'll find the unpacked files from your cloud.\n\nConnect to iTunes to share these files.";
  239. "_more_" = "More";
  240. "_favorite_no_files_" = "No favourites yet";
  241. // Auto Upload
  242. "_pull_down_" = "Pull down to refresh";
  243. "_no_photo_load_" = "No photo or video";
  244. "_tutorial_autoupload_view_" = "You can enable auto uploads from \"Settings\"";
  245. "_no_date_" = "No date";
  246. "_today_" = "Today";
  247. "_time_" = "Time: %@\n\n%@";
  248. "_location_not_enabled_" = "Location Services not enabled";
  249. "_location_not_enabled_msg_" = "Please go to \"Settings\" and turn on \"Location Services\"";
  250. "_access_photo_not_enabled_" = "Access to Photos not enabled";
  251. "_access_photo_not_enabled_msg_" = "Please go to \"Settings\" and turn on \"Photo Access\"";
  252. "_access_photo_location_not_enabled_" = "Access to Photos and Location not enabled";
  253. "_access_photo_location_not_enabled_msg_" = "Please go to \"Settings\" and turn on \"Photo Access\" and \"Location Services\"";
  254. "_tutorial_photo_view_" = "No photos or videos uploaded yet";
  255. "_create_full_upload_" = "Creating archive… May take a long time, please wait.";
  256. "_error_createsubfolders_upload_" = "Error creating subfolders";
  257. "_activate_autoupload_" = "Enable auto upload";
  258. // Utility
  259. "_never_" = "never";
  260. "_less_a_minute_" = "less than a minute ago";
  261. "_minutes_ago_" = "%d minutes ago";
  262. "_hours_ago_" = "%d hours ago";
  263. "_days_ago_" = "%d days ago";
  264. "_over_30_days_" = "more than 30 days ago";
  265. "_connection_internet_offline_" = "The Internet connection appears to be offline or Wi-Fi is required";
  266. "_insert_password_" = "insert password";
  267. "_update_in_progress_" = "Version upgrade, please wait…";
  268. "_forbidden_characters_" = "The file or folder name contains invalid characters";
  269. "_mail_not_can_send_mail_" = "No account set up, or wrong email address entered";
  270. // File
  271. "_photo_camera_" = "Photos";
  272. "_media_" = "Media";
  273. "_unzip_in_progress_" = "Extraction in progress on local storage…";
  274. "_file_unpacked_" = "File unpacked on local storage";
  275. "_file_saved_local_" = "File saved on local storage.";
  276. "_file_not_present_" = "Error: File not present, please reload.";
  277. "_order_by_" = "Sort by";
  278. "_order_by_name_a_z_" = "Sort by name (from A to Z)";
  279. "_order_by_name_z_a_" = "Sort by name (from Z to A)";
  280. "_order_by_date_more_recent_" = "Sort from the most recent";
  281. "_order_by_date_less_recent_" = "Sort from the less recent";
  282. "_order_by_size_smallest_" = "Sort from the smallest";
  283. "_order_by_size_largest_" = "Sort from the largest";
  284. "_delete_selected_files_" = "Delete files";
  285. "_move_selected_files_" = "Move files";
  286. "_download_selected_files_" = "Download files";
  287. "_download_selected_files_folders_" = "Download files and folders";
  288. "_error_operation_canc_" = "Error: Operation cancelled.";
  289. "_only_lock_passcode_" = "Available only with Lock password activated. Activate it in the \"Settings\".";
  290. "_passcode_protection_" = "Password protection";
  291. "_remove_favorites_" = "Remove from favourites";
  292. "_remove_offline_" = "Remove from offline";
  293. "_add_favorites_" = "Add to favourites";
  294. "_add_offline_" = "Add to offline";
  295. "_remove_passcode_" = "Remove password protection";
  296. "_protect_passcode_" = "Protect with password";
  297. "_share_" = "Share";
  298. "_reload_" = "Reload";
  299. "_open_in_" = "Open in…";
  300. "_remove_local_file_" = "Remove from cache";
  301. "_add_local_" = "Add to local storage";
  302. "_comm_erro_pull_down_" = "Attention: Communication error with the server. Pull down to refresh.";
  303. "_file_not_downloaded_" = "file not downloaded";
  304. "_file_not_uploaded_" = "file not uploaded";
  305. "_folders_" = "folders";
  306. "_folder_" = "folder";
  307. "_files_" = "files";
  308. "_file_" = "file";
  309. "_folder_blocked_" = "Folder blocked";
  310. "_downloading_progress_" = "Initiating download of files…";
  311. "_no_file_pull_down_" = "Upload a file or pull down to refresh";
  312. "_browse_images_" = "Browse images";
  313. "_synchronized_folder_" = "Keep the folder synchronized";
  314. "_remove_synchronized_folder_" = "Turn off the synchronization";
  315. "_synchronized_confirm_" = "Enabling the synchronization, all files in the folder will be synchronized with the server, continuous ?";
  316. "_offline_folder_confirm_" = "After enabling the offline folder, all files in it will be synchronized with the server. Continue?";
  317. "_file_not_found_reload_" = "File not found, pull down to refresh";
  318. "_title_section_download_" = "DOWNLOAD";
  319. "_title_section_upload_" = "UPLOAD";
  320. "_group_alphabetic_yes_" = "✓ Group alphabetically";
  321. "_group_alphabetic_no_" = "Group alphabetically";
  322. "_group_typefile_yes_" = "✓ Group by file type";
  323. "_group_typefile_no_" = "Group by file type";
  324. "_group_date_yes_" = "✓ Group by date";
  325. "_group_date_no_" = "Group by date";
  326. "_element_" = "element";
  327. "_elements_" = "elements";
  328. "_tite_footer_upload_wwan_" = " Wi-Fi network required, %lu %@ to upload";
  329. "_tite_footer_upload_" = "%lu %@ to upload";
  330. "_tite_footer_download_wwan_" = " Wi-Fi network required, %lu %@ to download";
  331. "_tite_footer_download_" = "%lu %@ to download";
  332. "_limited_dimension_" = "Reached maximum size";
  333. "_save_selected_files_" = "Save images and videos to photo album";
  334. "_file_not_saved_cameraroll_" = "Error: File not saved in photo album";
  335. "_file_saved_cameraroll_" = "File saved in photo album";
  336. "_directory_on_top_yes_" = "✓ Folders on top";
  337. "_directory_on_top_no_" = "Folders on top";
  338. "_folder_automatic_upload_" = "Folder for \"Auto upload\"";
  339. "_search_no_record_found_" = "No result";
  340. "_search_in_progress_" = "Search in progress…";
  341. "_search_instruction_" = "Search for file (minimum 2 characters)";
  342. "_files_no_files_" = "No files in here";
  343. "_files_no_folders_" = "No folders in here";
  344. "_request_in_progress_" = "Request to server in progress…";
  345. "audio" = "AUDIO";
  346. "compress" = "COMPRESS";
  347. "directory" = "FOLDERS";
  348. "document" = "DOCUMENTS";
  349. "image" = "IMAGES";
  350. "template" = "TEMPLATES";
  351. "unknow" = "UNKNOWN";
  352. "video" = "VIDEO";
  353. "_file_del_only_local_" = "File not present on server";
  354. "_copy_file_" = "Copy file";
  355. "_copy_files_" = "Copy files";
  356. "_paste_file_" = "Paste file";
  357. "_paste_files_" = "Paste files";
  358. "_search_this_folder_" = "Search in this folder";
  359. "_search_all_folders_" = "Search in all folders";
  360. "_search_sub_folder_" = "Search here and in subfolders";
  361. "_theming_is_light_" = "Server theming too brightly coloured, not applicable";
  362. "_cancel_all_task_" = "Cancel all transfers";
  363. "_status_wait_download_" = "Waiting for download";
  364. "_status_in_download_" = "In download";
  365. "_status_downloading_" = "Downloading";
  366. "_status_wait_upload_" = "Waiting for upload";
  367. "_status_in_upload_" = "In upload";
  368. "_status_uploading_" = "Uploading";
  369. // Media
  370. "_select_media_folder_" = "Select the \"Media\" folder";
  371. "_media_viewimage_show_" = "Show images";
  372. "_media_viewimage_hide_" = "Hide images";
  373. "_media_viewvideo_show_" = "Show video";
  374. "_media_viewvideo_hide_" = "Hide video";
  375. // Files Preview
  376. "_insert_password_pfd_" = "Secure PDF. Enter password";
  377. "_password_pdf_error_" = "Wrong password";
  378. "_error_download_photobrowser_" = "Error: Unable to download photo";
  379. // Share
  380. "_share_link_" = "Share link";
  381. "_share_link_button_" = "Send link to…";
  382. "_password_" = "Password";
  383. "_share_password_" = "Password protect link";
  384. "_share_expirationdate_" = "Set expiration date link";
  385. "_date_" = "Date";
  386. "_share_title_" = "Share";
  387. "_add_sharee_" = "Add users or groups";
  388. "_add_sharee_footer_" = "You can share this resource by adding users or groups. To remove a share, remove all users and groups";
  389. "_find_sharee_title_" = "Search";
  390. "_find_sharee_" = "Search for user or group…";
  391. "_find_sharee_footer_" = "Enter part of the name of the user or group to be searched (at least 2 characters) followed by 'Return', select the users that can access the share followed by 'Done' to confirm";
  392. "_user_is_group_" = " (group)";
  393. "_direct_sharee_title_" = "Share";
  394. "_direct_sharee_footer_" = "If you already know the name, enter it, then select the share type and press 'Done' to confirm";
  395. "_direct_sharee_" = "Enter the username…";
  396. "_user_sharee_footer_" = "Tap to change permissions";
  397. "_share_type_title_" = "Type of share";
  398. "_share_type_user_" = "User";
  399. "_share_type_group_" = "Group";
  400. "_share_type_remote_" = "Remote";
  401. // Share Permission
  402. "_share_permission_title_" = "Privileges";
  403. "_share_permission_edit_" = "Can edit";
  404. "_share_permission_file_can_write_" = "Can write file";
  405. "_share_permission_create_" = "Can create";
  406. "_share_permission_create_file_" = "Can create files";
  407. "_share_permission_create_folder_" = "Can create folders";
  408. "_share_permission_change_" = "Can change";
  409. "_share_permission_delete_" = "Can delete";
  410. "_share_permission_share_" = "Can share";
  411. "_share_permission_rename_" = "Can rename";
  412. "_share_permission_move_" = "Can move";
  413. "_share_permission_read_" = "Can read";
  414. "_share_permission_info_" = "Sharing information";
  415. "_share_permission_path_" = "File/Folder";
  416. "_share_permission_type_" = "Type";
  417. "_share_permission_typeuser_" = "User";
  418. "_share_permission_typegroup_" = "Group";
  419. "_share_permission_typepubliclink_" = "Link";
  420. "_share_permission_typefederated_" = "Federated";
  421. "_share_permission_owner_" = "Owner";
  422. "_share_permission_date_" = "Date";
  423. "_share_permission_email_" = "Notification via email";
  424. "_share_link_readonly_" = "Read only";
  425. "_share_link_modify_" = "Allow editing";
  426. "_share_link_upload_" = "File drop (upload only)";
  427. "_share_link_upload_modify_" = "Allow upload and editing";
  428. "_share_link_hide_download_" = "Hide download";
  429. // ShareInfoCMOC
  430. "_type_resource_connect_you_" = "Shared with you";
  431. "_type_resource_external_" = "External storage";
  432. // Share Ext
  433. "_destiny_folder_" = "Folder: %@";
  434. "_no_transfer_" = "No transfers yet";
  435. "_no_transfer_sub_" = "Uploads and downloads from this device will show up here";
  436. "_no_activity_" = "No activity yet";
  437. "_transfers_" = "Transfers";
  438. "_activity_" = "Activity";
  439. "_activity_file_not_present_" = "File no longer present";
  440. // List Shares
  441. "_list_shares_" = "Shares";
  442. "_list_shares_no_files_" = "No shares yet";
  443. "_tutorial_list_shares_view_" = "Files and folders you share will show up here";
  444. // Offline - Local Storage
  445. "_create_synchronization_" = "Create synchronisation";
  446. "_offline_" = "Offline";
  447. "_local_storage_" = "Local storage";
  448. "_local_storage_no_record_" = "No files yet";
  449. // Create Cloud
  450. "_upload_photos_videos_" = "Upload photos or videos";
  451. "_upload_file_" = "Upload file";
  452. "_upload_file_text_" = "Create text file";
  453. // Document Picker
  454. "_save_document_picker_" = "Save here";
  455. // CreateFormUploadAssets
  456. "_destination_folder_" = "Destination folder";
  457. "_use_folder_auto_upload_" = "Use the \"Auto upload\" folder as destination";
  458. "_rename_filename_" = "Rename";
  459. "_filename_" = "Filename";
  460. "_preview_filename_" = "Example preview of filename. You can use the mask %@ for date/time";
  461. "_forbidden_characters_" = "The file or folder name contains invalid characters";
  462. "_add_filenametype_" = "Specify type in filename";
  463. "_filenametype_photo_video_" = "Photo/Video";
  464. "_maintain_original_filename_" = "Maintain original filename";
  465. "_modify_photo_" = "Modify photo";
  466. // Notification
  467. "_notification_" = "Notification";
  468. // Photo Browser
  469. "Done" = "Done";
  470. "Select Photos" = "Select Photos";
  471. "photo" = "photo";
  472. "photos" = "photos";
  473. "of" = "of";
  474. "%i of %i" = "%1$i of %2$i";
  475. // Manage Auto Upload FileName
  476. "_autoupload_filename_title_" = "Auto upload filename";
  477. // Text File
  478. "_untitled_txt_" = "Untitled.txt";
  479. // EndToEnd Encryption
  480. "_e2e_settings_title_" = "Encryption";
  481. "_e2e_settings_" = "End-to-end encryption";
  482. "_e2e_settings_start_" = "Start end-to-end encryption";
  483. "_e2e_settings_not_available_" = "End-to-end encryption not available";
  484. "_e2e_settings_activated_" = "End-to-end encryption activated";
  485. "_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.";
  486. "_e2e_settings_read_passphrase_" = "Read passphrase";
  487. "_e2e_settings_lock_not_active_" = "Lock not active, go back to \"Settings\" and activate it";
  488. "_e2e_settings_the_passphrase_is_" = "The passphrase is:";
  489. "_e2e_passphrase_request_title_" = "Request passphrase";
  490. "_e2e_passphrase_request_message_" = "Insert the 12 words";
  491. "_e2e_settings_remove_" = "Remove the encryption locally";
  492. "_e2e_settings_remove_message_" = "Confirm removal of encryption along with the passphrase.";
  493. "_e2e_set_folder_encrypted_" = "Encrypt";
  494. "_e2e_remove_folder_encrypted_" = "Decrypt";
  495. "_e2e_goto_settings_for_enable_" = "This is an encrypted directory, go to \"Settings\" and enable end-to-end encryption";
  496. "_e2e_delete_folder_not_permitted_" = "Deletion of the directory marked as 'encrypted' is not allowed";
  497. "_e2e_error_encode_metadata_" = "Serious internal error in encoding metadata";
  498. "_e2e_error_decode_metadata_" = "Serious internal error in decoding metadata";
  499. "_e2e_error_create_encrypted_" = "Could not create encrypted file";
  500. "_e2e_error_update_metadata_" = "Update metadata error";
  501. "_e2e_error_store_metadata_" = "Could not save metadata";
  502. "_e2e_error_send_metadata_" = "Could not send metadata";
  503. "_e2e_error_delete_metadata_" = "Could not delete metadata";
  504. "_e2e_error_get_metadata_" = "Could not fetch metadata";
  505. "_e2e_error_not_enabled_" = "Serious internal error. End-to-end encryption not enabled";
  506. "_e2e_error_record_not_found_" = "Serious internal error. Records not found";
  507. "_e2e_error_unlock_" = "Could not unlock folder";
  508. "_e2e_error_lock_" = "Could not lock folder";
  509. "_e2e_error_delete_mark_folder_" = "Decrypt marked folder";
  510. "_e2e_error_mark_folder_" = "Encrypt folder";
  511. "_e2e_error_directory_not_empty_" = "The directory is not empty";
  512. // Scan Document
  513. "_scans_document_" = "Scans document";
  514. "_scanned_images_" = "Scanned images";
  515. "_scan_document_pdf_page_" = "Page";
  516. "_scan_label_document_zone_" = "Drag images down for document creation";
  517. "_filter_original_" = "Original";
  518. "_filter_bn_" = "Black & White";
  519. "_filter_grayscale_" = "Grayscale";
  520. "_quality_image_title_" = "Image quality";
  521. "_quality_high_" = "Large file size of high quality";
  522. "_quality_medium_" = "Average file size of medium quality";
  523. "_quality_low_" = "Small file size of low quality";
  524. "_file_type_" = "File type";
  525. "_pdf_password_" = "PDF Password";
  526. "_file_creation_" = "File creation";
  527. "_delete_all_scanned_images_" = "Do you want to delete all scanned images?";
  528. /* The title on the navigation bar of the Scanning screen. */
  529. "wescan.scanning.title" = "Scanning";
  530. /* The "Next" button on the right side of the navigation bar on the Edit screen. */
  531. "wescan.edit.button.next" = "Next";
  532. /* The title on the navigation bar of the Edit screen. */
  533. "wescan.edit.title" = "Edit scan";
  534. /* The "Done" button on the right side of the navigation bar on the Review screen. */
  535. "wescan.review.button.done" = "Done";
  536. /* The title on the navigation bar of the Review screen. */
  537. "wescan.review.title" = "Review";
  538. // Trah
  539. "_trash_view_" = "Deleted files";
  540. "_trash_restore_all_" = "Restore all files";
  541. "_trash_delete_all_" = "Empty trash";
  542. "_trash_no_trash_" = "No files deleted";
  543. "_trash_no_trash_description_" = "You can restore deleted files from here";
  544. "_trash_restore_selected_" = "Restore selected files";
  545. "_trash_delete_selected_" = "Deleted selected files";
  546. // Offline
  547. "_manage_file_offline_" = "Manage file offline";
  548. "_set_available_offline_" = "Set as available offline";
  549. "_remove_available_offline_" = "Remove as available offline";
  550. // Richdocuments
  551. "_create_new_document_" = "Create new document";
  552. "_create_new_spreadsheet_" = "Create new spreadsheet";
  553. "_create_new_presentation_" = "Create new presentation";
  554. // Intro
  555. "_intro_1_title_" = "Keep your data secure and under your control";
  556. "_intro_2_title_" = "Secure collaboration & file exchange";
  557. "_intro_3_title_" = "Easy-to-use web mail, calendering & contacts";
  558. "_intro_4_title_" = "Screensharing, online meetings & web conferences";
  559. "_log_in_" = "Log in";
  560. "_sign_up_" = "Sign up with provider";
  561. "_host_your_own_server" = "Host your own server";
  562. // Error
  563. "_bad_username_password_" = "Wrong username or password";
  564. "_cancelled_by_user" = "Transfer canceled";
  565. "_error_folder_destiny_is_the_same_" = "It is not possible to move the folder into itself";
  566. "_error_not_permission_" = "You don't have permission to complete the operation";
  567. "_error_path_" = "Unable to open this file or folder. Please make sure it exists";
  568. "_file_upload_not_exitst_" = "The file that you want to upload does not exist";
  569. "_forbidden_characters_from_server_" = "The name contains at least one invalid character";
  570. "_not_connected_internet_" = "Server connection error";
  571. "_not_possible_connect_to_server_" = "It is not possible to connect to the server at this time";
  572. "_not_possible_create_folder_" = "Folder could not be created";
  573. "_server_down_" = "Could not establish contact with server";
  574. "_time_out_" = "Timeout, try again";
  575. "_unknow_response_server_" = "Unexpected response from server";
  576. "_user_authentication_required_" = "User authentication required";
  577. "_file_directory_locked_" = "File or directory locked";
  578. "_ssl_certificate_untrusted_" = "The certificate for this server is invalid";
  579. "_internal_server_" = "Internal server error";
  580. "_file_already_exists_" = "Unable to complete the operation, a file with the same name exists";
  581. "_file_folder_not_exists_" = "The source file wasn't found at the specified path";
  582. "_folder_contents_nochanged_" = "The folder contents have not changed";
  583. "_images_invalid_converted_" = "The image is invalid and cannot be converted to a thumbnail";
  584. "_method_not_expected_" = "Unexpected request method";
  585. "_reauthenticate_user_" = "Access expired, log in again";
  586. "_server_error_retry_" = "The server is temporarily unavailable";
  587. "_too_many_files_" = "Too many files would be involved in this operation";
  588. "_too_many_request_" = "Sending too many requests caused the rate limit to be reached";
  589. "_user_over_quota_" = "Storage quota is reached";
  590. "_ssl_connection_error_" = "Connection SSL error, try again";
  591. "_bad_request_" = "Bad request";
  592. "_webdav_locked_" = "WebDAV Locked: Trying to access locked resource";
  593. "_error_user_not_available_" = "The user is no longer available";
  594. "_server_response_error_" = "Server response content error";
  595. "_no_nextcloud_found_" = "Nextcloud server not found";
  596. // BKPasscode
  597. "%d Failed Passcode Attempts" = "%d failed passcode attempts";
  598. "%d Failed Password Attempts" = "%d failed password attempts";
  599. "1 Failed Passcode Attempt" = "1 failed passcode attempt";
  600. "1 Failed Password Attempt" = "1 failed password attempt";
  601. "Do you want to use Touch ID for authentication?" = "Do you want to use Touch/Face ID for authentication?";
  602. "Done" = "Done";
  603. "Enable Touch ID" = "Enable Touch/Face ID";
  604. "Enter a different passcode. Cannot re-use the same passcode." = "Enter a different passcode. Cannot re-use the same passcode.";
  605. "Enter a different password. Cannot re-use the same password." = "Enter a different password. Cannot re-use the same password.";
  606. "Enter a passcode" = "Enter a passcode";
  607. "Enter a password" = "Enter a password";
  608. "Enter your new passcode" = "Enter your new passcode";
  609. "Enter your new password" = "Enter your new password";
  610. "Enter your old passcode" = "Enter your old passcode";
  611. "Enter your old password" = "Enter your old password";
  612. "Enter your passcode" = "Enter your passcode";
  613. "Enter your password" = "Enter your password";
  614. "Invalid Passcode" = "Invalid passcode";
  615. "Invalid Password" = "Invalid password";
  616. "Passcodes did not match.\nTry again." = "Passcodes did not match.\nTry again.";
  617. "Password did not match.\nTry again." = "Password did not match.\nTry again.";
  618. "Re-enter your passcode" = "Re-enter your passcode";
  619. "Re-enter your password" = "Re-enter your password";
  620. "Try again in %d minutes" = "Try again in %d minutes";
  621. "Try again in 1 minute" = "Try again in 1 minute";