Localizable.strings 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. /*
  2. Localizable.strings
  3. Crypto Cloud - Nextcloud
  4. Created by Marino Faggiana on 30/10/15.
  5. Copyright © 2016 TWS. All rights reserved.
  6. */
  7. // General
  8. "_cancel_" = "Peruuta";
  9. "_upload_file_" = "Upload file";
  10. "_download_file_" = "Download file";
  11. "_upload_encrypted_file_" = "Upload encrypted file";
  12. "_loading_" = "Loading";
  13. "_loading_num_" = "Loading file %i";
  14. "_loading_camera_upload_" = "Automatic uploading";
  15. "_uploading_" = "Uploading";
  16. "_synchronization_" = "Synchronization";
  17. "_delete_" = "Delete";
  18. "_delete_file_n_" = "Delete file %i of %i";
  19. "_rename_" = "Rename";
  20. "_move_" = "Move";
  21. "_move_file_n_" = "Move file %i of %i";
  22. "_create_folder_" = "Create a new folder";
  23. "_creating_sharing_" = "Creating sharing";
  24. "_updating_sharing_" = "Updating sharing";
  25. "_removing_sharing_" = "Removing sharing";
  26. "_add_" = "Add";
  27. "_login_" = "Login";
  28. "_save_" = "Save";
  29. "_save_encrypted_" = "Save encrypted";
  30. "_warning_" = "Warning";
  31. "_error_" = "Error";
  32. "_no_" = "No";
  33. "_yes_" = "Yes";
  34. "_select_" = "Select";
  35. "_crypto_cloud_upload_" = "_brand_ - Upload";
  36. "_home_" = "File";
  37. "_file_to_upload_" = "File to upload";
  38. "_destination_" = "Destination";
  39. "_ok_" = "Ok";
  40. "_beta_version_" = "Beta version";
  41. "_function_in_testing_" = "Function in testing, please send information to any problems or malfunctions.";
  42. "_done_" = "Done";
  43. "_passcode_too_short_" = "Passcode too short, at least 4 characters";
  44. "_selected_" = "Selected";
  45. "_scan_fingerprint_" = "Scan fingerprint to authenticate";
  46. "_no_active_account_" = "No account found";
  47. "_info_" = "Info";
  48. "_save_exit_" = "Do you want to exit without saving?";
  49. "_video_" = "Video";
  50. "_overwrite_" = "Overwrite";
  51. "_transfers_in_queue_" = "Tranfers in progress, please wait ...";
  52. "_too_errors_automatic_all_"= "Too many errors, go to Control Center to verify the problem";
  53. "_create_folder_" = "Create a new folder";
  54. // App
  55. "_synchronization_header_" = "Synchronization of encrypted header in progress ...";
  56. "_network_available_" = "Network available";
  57. "_network_not_available_" = "Network not available";
  58. // Networking
  59. "_file_too_big_" = "File size too big to be encrypted/decrypted";
  60. "_file_too_big_max_100_" = "File size too big (max 100 kb.)";
  61. "_...loading..._" = ".. loading ..";
  62. "_download_plist_" = " ";
  63. "_no_reuploadfile_" = "File not found, can not resend it, delete upload and reload the file to be upload.";
  64. "_file_already_exists_" = "Unable to complete the operation, there is a file with the same name";
  65. "_read_file_error_" = "Read file error";
  66. // Settings
  67. "_acknowledgements_" = "Acknowledgements";
  68. "_settings_" = "Settings";
  69. "_passcode_" = "Password";
  70. "_lock_active_" = "Lock : Active";
  71. "_lock_not_active_" = "Lock : Not Active";
  72. "_lock_protection_folder_" = "Lock for protected folders only";
  73. "_url_" = "Url";
  74. "_username_" = "Username";
  75. "_change_credentials_" = "Change your credentials";
  76. "_wifi_only_" = "Only use Wi-Fi connection";
  77. "_uploading_from_camera_" = "Automatic uploading from the camera";
  78. "_app_version_" = "Application Version";
  79. "_app_in_use_" = "Application in use";
  80. "_contact_by_email_" = "Contact us by email";
  81. "_clear_cache_" = "Clear Cache (used %@)";
  82. "_exit_" = "Exit _brand_";
  83. "_funct_not_enabled_" = "Functionality not enabled";
  84. "_passcode_activate_" = "Password Lock activated";
  85. "_disabling_passcode_" = "Disabling Password Lock";
  86. "_want_exit_" = "Attention! _brand_ will be reset to the initial state. Continue? (Nothing will be modified in cloud)";
  87. "_proceed_" = "Proceed";
  88. "_delete_cache_" = "Delete cache";
  89. "_want_delete_cache_" = "Do you want to delete cache (will also delete all local files and reset the favorite)?";
  90. "_mail_deleted_" = "Mail deleted";
  91. "_mail_saved_" = "Mail saved";
  92. "_mail_sent_" = "Mail sent successfully";
  93. "_mail_failure_" = "Mail sent failure: %@";
  94. "_information_req_" = "Information request";
  95. "_credentials_" = "Credentials";
  96. "_manage_account_" = "Manage account";
  97. "_modify_account_" = "Modify account";
  98. "_add_owncloud_" = "Add ownCloud account";
  99. "_add_dropbox_" = "Add Dropbox account";
  100. "_add_nextcloud_" = "Add Nextcloud account";
  101. "_delete_account_" = "Delete account";
  102. "_want_delete_" = "Do you really want to delete it?";
  103. "_no_delete_" = "No, do not delete it";
  104. "_yes_delete_" = "Yes, delete it";
  105. "_remove_cache_" = "Please wait, delete cache in progress ...";
  106. "_optimizations_" = "Optimizations";
  107. "_synchronizations_" = "Synchronizations folders";
  108. "_version_server_" = "Server version";
  109. "_check_key_aes_256_" = "Control passcode key encryption";
  110. "_encryptpass_by_email_" = "Send passcode key encryption by mail";
  111. "_title_mail_encryptpass_" = "Passcode Key Encryption _brand_";
  112. "_text1_mail_encryptpass_" = "Your encryption key passcode is";
  113. "_text2_mail_encryptpass_" = "store it securely and away from prying eyes.";
  114. "_help_" = "Help";
  115. "_lock_protection_simply_" = "Password protection simple";
  116. "_change_simply_passcode_" = "Change password type";
  117. // Manage Camera Upload
  118. "_upload_camera_" = "Uploading the camera";
  119. "_upload_camera_background_"= "Uploading in background";
  120. "_upload_foto_camera_" = "Uploading photos from camera";
  121. "_upload_encry_camup_" = "Uploading encrypted";
  122. "_upload_video_camera_" = "Uploading videos from camera";
  123. "_upload_automatic_photos_" = "Uploading photos automatically by camera";
  124. "_upload_automatic_videos_" = "Uploading videos automatically by camera";
  125. "_photo_folder_photocamera_"= "The photos will be uploaded to the folder photos in your Cloud";
  126. "_upload_automatic_videos_footer_" = "Due to the use of the CPU, the videos will be sent only when _brand_ is active and in the foreground.";
  127. "_photo_folder_background_" = "This option required the use of GPS for detect new photos from camera roll every change significative of location";
  128. "_cameraupload_background_title_" = "Limitations";
  129. "_cameraupload_background_msg_" = "Due to IOS restrictions, it is not yet possible to perform background processes, unless GPS services are activated. Thanks to this, when changes of cell in the cellular network occur, the application wakes up _brand_ for a short time so as to enable it to check if there are new photos to be sent to the cloud.";
  130. "_upload_camera_change_location_" = "Change folder";
  131. "_upload_camera_location_now_" = "Folder";
  132. "_upload_camera_location_default_" = "Restore default folder";
  133. "_upload_camera_change_location_footer_" = "Change Photos folder where he will also run the 'Automatic upload from camera' (if the option is enabled)";
  134. "_camera_upload_not_select_home_" = "Select a folder";
  135. "_upload_camera_save_album_" = "Copy photo or video in the photo album";
  136. "_upload_camera_save_album_footer_" = "After the automatic sending of the photo or video, a copy is saved in the photo album : _brand_ (does not require more space in the camera roll)";
  137. "_upload_camera_fullphotos_" = "Upload all camera photos/videos";
  138. "_upload_camera_fullphotos_footer_" = "Select the options above before uploading";
  139. "_upload_camera_create_subfolder_" = "Use subfolders";
  140. "_upload_camera_create_subfolder_footer_" = "Store in subfolders based on year and month";
  141. // Manage Photos
  142. "_change_folder_photos_" = "Change folder Photos";
  143. // Manage Help
  144. "_help_tutorial_" = "Tutorial";
  145. "_help_intro_" = "Introduction _brand_";
  146. "_help_synchronizations_" = "Synchronizations folders";
  147. "_help_share_" = "Sharing files or folders";
  148. "_help_itunes_share_" = "iTunes files sharing & Fingerprint";
  149. "_help_share_ext_" = "Share extension & Share permission";
  150. "_help_copy_paste_" = "Copy Paste Files";
  151. "_help_control_center_" = "Control Center";
  152. "_help_switch_user_" = "Quickly switch between your accounts";
  153. // Manage Optimizations
  154. "_optimized_photos_" = "Optimized photos resolution";
  155. "_upload_del_photos_" = "Remove files after upload";
  156. "_optimized_photos_how_" = "If your iPhone is low on space, full-resolution photos, uploaded or downloaded ,are automatically replaced with optimized versions, full-resolution versions are stored in your Cloud.";
  157. "_upload_del_photos_how_" = "Files will be cancelled from _brand_ memory after they’ve been uploaded on the Cloud. They will remain in the camera roll. Just download the files to see them.";
  158. // Manage Synchronizations
  159. "_sync_wifi_how_" = "The files in synchronized folders will be updated only in the presence of Wi-Fi";
  160. "_sync_active_" = "Active synchronizations in folders";
  161. "_sync_active_footer_" = "You can swipe to delete a active synchronization";
  162. // Login
  163. "_connect_server_anyway_" = "Do you want to connect to the server anyway?";
  164. "_connection_error_" = "Connection error";
  165. "_add_your_owncloud_" = "Add your ownCloud account";
  166. "_add_your_dropbox_" = "Add your Dropbox account";
  167. "_add_your_nextcloud_" = "Add your Nextcloud account";
  168. "_key_aes_256_" = "Passcode key encryption";
  169. "_security_init_required_hint_" = "Passcode key encryption Hint (Recommended)";
  170. "_hint_" = "Hint";
  171. "_security_init_required_mail_" = "Enter your email address that the encryption key passcode is send to(recommended). If you can not or do not want to do that now you can configure this later in the settings.";
  172. "_email_" = "email";
  173. "_title_form_security_init_" = "Security options";
  174. // Favorite
  175. "_favorites_" = "Favorites";
  176. "_local_storage_" = "Local storage";
  177. "_no_files_uploaded_" = "No files uploaded";
  178. "_tutorial_favorite_view_" = "Copy here the files you want to consult offline and will continue to be synchronized with your cloud.";
  179. "_tutorial_local_view_" = "Copy here the files you want to have available offline, but that will no longer be synchronized with your cloud. \n\n You'll find the unpacked files from your cloud. \n\n Connect to iTunes to share these files.";
  180. "_more_" = "More";
  181. // Camera Upload
  182. "_pull_down_" = "Pull down to refresh";
  183. "_no_photo_load_" = "No Photo or Video";
  184. "_tutorial_camera_upload_view_" = "No photos or videos loaded, to enable the automatic upload of photos and video from the camera go into settings and activate the service 'Automatic uploading from the camera'";
  185. "_no_date_" = "No date";
  186. "_today_" = "Today";
  187. "_time_" = "Time : %@\n\n%@";
  188. "_location_not_enabled_" = "Location Services not enabled";
  189. "_location_not_enabled_msg_" = "Please go to Settings and turn on Location Services to allow Camera uploads.";
  190. "_access_photo_not_enabled_" = "Access to Photos not enabled";
  191. "_access_photo_not_enabled_msg_" = "Please go to Setting and turn on Photo Access to allow Photo camera uploads.";
  192. "_access_photo_location_not_enabled_" = "Access to Photos and Location not enabled";
  193. "_access_photo_location_not_enabled_msg_" = "Please go to Setting and turn on Photo Access and Location Services to allow Camera uploads.";
  194. "_processing_send_camera_upload_" = "Uploading Camera ..";
  195. "_select_only_localfile_" = "Not downloaded file";
  196. "_tutorial_photo_view_" = "No photos or videos loaded";
  197. "_create_full_upload_" = "Creating archive .. may take a long time, please wait";
  198. "_error_createsubfolders_upload_" = "Error creating subfolders";
  199. // Template
  200. "_title_" = "Title";
  201. "_web_account_data_" = "Web account data";
  202. "_url:_" = "Url :";
  203. "_login:_" = "Login :";
  204. "_password:_" = "Password :";
  205. "_notes_" = "Notes";
  206. "_web_account_" = "Web account";
  207. "_enter_title_" = "Enter Title";
  208. "_add_folder_" = "Add folder";
  209. "_add_photos_videos_" = "Add photos or videos";
  210. "_add_folder_encryptated_" = "Add folder with encrypted name";
  211. "_add_encrypted_photo_video_" = "Add encrypted photos or videos";
  212. "_add_credit_card_" = "Add template for credit card";
  213. "_add_atm_" = "Add template for ATM card";
  214. "_add_bank_account_" = "Add template for bank account";
  215. "_add_web_account_" = "Add web account";
  216. "_add_notes_" = "Add notes";
  217. "_add_driving_license_" = "Add template driving license";
  218. "_add_id_card_" = "Add template id card";
  219. "_add_passport_" = "Add template passport";
  220. "_add_atm_card_" = "ATM card data";
  221. "_bank_name:_" = "Bank name :";
  222. "_code:_" = "Code :";
  223. "_security_code:_" = "Security code :";
  224. "_pin:_" = "PIN :";
  225. "_atm_card_" = "ATM card";
  226. "_credi_card_data_" = "Credit Card data";
  227. "_name_surname:_" = "Name Surname :";
  228. "_expiry_date:_" = "Expiry date :";
  229. "_credit_card_" = "Credit Card";
  230. "_id_card_" = "ID Card";
  231. "_number:_" = "Number :";
  232. "_place_of_birth:_" = "Place of birth :";
  233. "_date_of_birth:_" = "Date of birth :";
  234. "_date_of_issue:_" = "Date of issue :";
  235. "_date_of_expiry:_" = "Date of expiry :";
  236. "_bank_account_data_" = "Bank account data";
  237. "_account_n:_" = "Account N. :";
  238. "_iban:_" = "IBAN :";
  239. "_swift:_" = "SWIFT :";
  240. "_agency:_" = "Agency :";
  241. "_bank_account_" = "Bank account";
  242. "_passport_" = "Passport";
  243. "_driving_license_" = "Driving license";
  244. "_license_number:_" = "License number :";
  245. "_vehicle_types:_" = "Vehicle types :";
  246. // Utility
  247. "_never_" = "never";
  248. "_less_a_minute_" = "less than a minute ago";
  249. "_minutes_ago_" = "%d minutes ago";
  250. "_hours_ago_" = "%d hours ago";
  251. "_days_ago_" = "%d days ago";
  252. "_over_30_days_" = "over 30 days";
  253. "_connection_internet_offline_" = "The Internet connection appears to be offline or only allowed Wi-Fi";
  254. "_insert_password_" = "insert password";
  255. "_update_in_progress_" = "Version upgrade, please wait ...";
  256. "_forbidden_characters_" = "The file or folder have forbidden characters";
  257. "_mail_not_can_send_mail_" = "No configured account or wrong email address";
  258. // File
  259. "_photo_camera_" = "Photos";
  260. "_unzip_in_progress_" = "Unzip in progress in local storage ...";
  261. "_file_unpacked_" = "File successfully unpacked on local storage";
  262. "_file_saved_local_" = "File saved successfully on local storage.";
  263. "_file_not_present_" = "Error, file not present, reload.";
  264. "_order_by_date_" = "Order by date";
  265. "_current_order_name_" = "(current order by name)";
  266. "_order_by_name_" = "Order by name";
  267. "_current_order_date_" = "(current order by date)";
  268. "_sort_descending_" = "Sort descending";
  269. "_current_sort_ascending_" = "(current sort: ascending)";
  270. "_sort_ascending_" = "Sort ascending";
  271. "_current_sort_descending_" = "(current sort: descending)";
  272. "_delete_selected_files_" = "Delete files";
  273. "_move_selected_files_" = "Move files";
  274. "_encrypted_selected_files_" = "Encrypted files";
  275. "_decrypted_selected_files_" = "Decrypted files";
  276. "_download_selected_files_" = "Download files";
  277. "_error_passcode_" = "Error passcode key encryption.";
  278. "_error_operation_canc_" = "Virhe, toiminto peruttu.";
  279. "_only_lock_passcode_" = "Available only with Lock password activated. Activate from the Settings.";
  280. "_passcode_protection_" = "Password protection";
  281. "_encrypt_" = "Encrypt";
  282. "_decrypt_" = "Decrypt";
  283. "_remove_favorites_" = "Remove from favorites";
  284. "_add_favorites_" = "Add to favorites";
  285. "_remove_passcode_" = "Remove password protection";
  286. "_protect_passcode_" = "Protect with password";
  287. "_share_" = "Share";
  288. "_reload_" = "Reload";
  289. "_open_in_" = "Open in...";
  290. "_add_local_" = "Add to local storage";
  291. "_comm_erro_pull_down_" = "Attention communication error with the server, pull down to refresh.";
  292. "_file_not_downloaded_" = "file not dowloaded";
  293. "_file_not_uploaded_" = "file not uploaded";
  294. "_folders_" = "folders";
  295. "_folder_" = "folder";
  296. "_files_" = "files";
  297. "_file_" = "file";
  298. "_folder_blocked_" = "Folder blocked";
  299. "_downloading_progress_" = "Initiating download of files ...";
  300. "_encrypted_progress_" = "Encrypted ...";
  301. "_decrypted_progress_" = "Decrypted ...";
  302. "_no_file_pull_down_" = "No files found. Upload a file or pull down to refresh";
  303. "_browse_images_" = "Browse images";
  304. "_synchronized_folder_" = "Keep the folder synchronized";
  305. "_remove_synchronized_folder_" = "Remove the synchronization";
  306. "_synchronized_confirm_" = "Enabling the synchronization, all files in the folder will be synchronized with the server, continuous ?";
  307. "_same_device_different_passcode_" = "The file was encrypted on the same device but with different passcode. Keep in mind that if the old passcode is entered, files encrypted with the new passcode will not be readable.";
  308. "_file_encrypted_another_device_" = "The file was encrypted on another device [%@], enter the passcode to decrypt its content.";
  309. "_file_not_found_reload_" = "File not found, pull down to refresh";
  310. "_title_section_download_" = "DOWNLOAD";
  311. "_title_section_upload_" = "UPLOAD";
  312. "_group_alphabetic_yes_" = "✓ Group by Alphabetical Order";
  313. "_group_alphabetic_no_" = "Group by Alphabetical Order";
  314. "_group_typefile_yes_" = "✓ Group by Type File";
  315. "_group_typefile_no_" = "Group by Type File";
  316. "_group_date_yes_" = "✓ Group by Date";
  317. "_group_date_no_" = "Group by Date";
  318. "_element_" = "element";
  319. "_elements_" = "elements";
  320. "_tite_footer_upload_wwan_" = " Wi-Fi network required, %lu %@ to upload";
  321. "_tite_footer_upload_" = "%lu %@ to upload";
  322. "_tite_footer_download_wwan_" = " Wi-Fi network required, %lu %@ to download";
  323. "_tite_footer_download_" = "%lu %@ to download";
  324. "_limited_dimension_" = "Reached maximum size";
  325. "_same_device_different_passcode_hint_" = "The file was encrypted by the same device but with different Passcode key encryption. Attention if the old Passcode is entered,files encrypted with the new Passcode will not be readable. \n\n Hint : %@";
  326. "_file_encrypted_another_device_hint_" = "The file was encrypted by another device [%@], enter the Passcode key encryption to read its contents. \n\n Hint : %@";
  327. "_save_selected_files_" = "Save images and videos on Photo Album";
  328. "_file_not_saved_cameraroll_" = "Error, file not saved on Photo Album";
  329. "_file_saved_cameraroll_" = "File saved on Photo Album";
  330. "_directory_on_top_yes_" = "✓ Folders on top";
  331. "_directory_on_top_no_" = "Folders on top";
  332. "audio" = "AUDIO";
  333. "compress" = "COMPRESS";
  334. "directory" = "FOLDERS";
  335. "document" = "DOCUMENTS";
  336. "image" = "IMAGES";
  337. "template" = "TEMPLATES";
  338. "unknow" = "UNKNOWN";
  339. "video" = "VIDEO";
  340. "_Device_Jailbroken_" = "Warning! Your device is Jailbroken, the operation of _brand_ does not appear to be entirely compatible !!";
  341. "_no_plist_pull_down_" = "Encrypted files not updated, pull down to refresh";
  342. "_file_del_only_local_" = "Missing files on the server";
  343. "_copy_file_" = "Copy file";
  344. "_copy_files_" = "Copy files";
  345. "_paste_file_" = "Paste file";
  346. "_paste_file_encrypted_" = "Paste encrypted file";
  347. "_paste_files_" = "Paste files";
  348. "_paste_files_encrypted_" = "Paste encrypted files";
  349. "_paste_cryptated_" = "Paste Encrypted";
  350. // Security
  351. "_reload_folder_" = "Reload folder";
  352. "_encrypt_error_" = "During the encryption of file %@ occurred errors. [%@]";
  353. "_decrypt_error_" = "During the decryption of file %@ occurred errors. [%@]";
  354. "_encryption_" = "Encryption ...";
  355. "_decryption_" = "Decryption ...";
  356. // CoreData
  357. "_required_new_database_" = "Sorry for the inconvenience, but for new improvements it's required a new version of the database, please re-enter your login.";
  358. // Files Preview
  359. "_insert_password_pfd_" = "Secure PDF. Enter password";
  360. "_password_pdf_error_" = "Wrong password";
  361. "_error_download_photobrowser_" = "Error, unable to download the photo";
  362. // Share
  363. "_share_link_" = "Share link";
  364. "_share_link_button_" = "Send link to ...";
  365. "_password_" = "Password";
  366. "_share_password_" = "Password protect link";
  367. "_share_expirationdate_" = "Set expiration date link";
  368. "_date_" = "Date";
  369. "_share_title_" = "Share";
  370. "_add_sharee_" = "Add users or groups";
  371. "_add_sharee_footer_" = "You can share this resource by adding users or groups. To remove a share erases all users or groups";
  372. "_find_sharee_title_" = "Search";
  373. "_find_sharee_" = "Search user or group ...";
  374. "_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";
  375. "_user_is_group_" = " (group)";
  376. "_direct_sharee_title_" = "Share";
  377. "_direct_sharee_footer_" = "If you already know the name of the user enter it and press 'Done' to confirm";
  378. "_direct_sharee_" = "Enter the username ...";
  379. "_user_sharee_footer_" = "Tap for change privileges";
  380. // Share Permission
  381. "_share_permission_title_" = "Privileges";
  382. "_share_permission_edit_" = "Can edit";
  383. "_share_permission_file_can_write_" = "Can write file";
  384. "_share_permission_create_" = "Can create";
  385. "_share_permission_create_file_" = "Can create files";
  386. "_share_permission_create_folder_" = "Can create folders";
  387. "_share_permission_change_" = "Can change";
  388. "_share_permission_delete_" = "Can delete";
  389. "_share_permission_share_" = "Can share";
  390. "_share_permission_rename_" = "Can rename";
  391. "_share_permission_move_" = "Can move";
  392. "_share_permission_info_" = "Sharing information";
  393. "_share_permission_path_" = "File/Folder";
  394. "_share_permission_type_" = "Type";
  395. "_share_permission_typeuser_" = "User";
  396. "_share_permission_typegroup_" = "Group";
  397. "_share_permission_typepubliclink_" = "Link";
  398. "_share_permission_typefederated_" = "Federated";
  399. "_share_permission_owner_" = "Owner";
  400. "_share_permission_date_" = "Date";
  401. "_share_permission_email_" = "Notification via email";
  402. // ShareInfoCMOC
  403. "_type_resource_connect_you_" = "Shared with you";
  404. "_type_resource_external_" = "External storage";
  405. // Share Ext
  406. "_destiny_folder_" = "Folder : %@";
  407. // List Transfers
  408. "_no_transfer_" = "No transfer";
  409. // Synchronization
  410. "_create_synchronization_" = "Create synchronization";
  411. // -----------------------------------------------------------------------------------------------------------
  412. "Done" = "Done";
  413. "Select Photos" = "Select Photos";
  414. "photo" = "photo";
  415. "photos" = "photos";
  416. "of" = "of";
  417. "%i of %i" = "%1$i of %2$i";