Localizable.strings 77 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_" = "Ακύρωση";
  24. "_upload_file_" = "Μεταφόρτωση αρχείου";
  25. "_download_file_" = "Λήψη αρχείου";
  26. "_loading_" = "Γίνεται φόρτωση";
  27. "_loading_with_points_" = "Φόρτωση...";
  28. "_loading_num_" = "Γίνεται φόρτωση του αρχείου %i";
  29. "_loading_autoupload_" = "Αυτόματη μεταφόρτωση";
  30. "_uploading_" = "Γίνεται μεταφόρτωση";
  31. "_synchronization_" = "Συγχρονισμός";
  32. "_delete_" = "Διαγραφή";
  33. "_delete_file_n_" = "Διαγραφή αρχείου %i από %i";
  34. "_rename_" = "Μετονομασία";
  35. "_move_" = "Μετακίνηση";
  36. "_move_file_n_" = "Μετακίνηση αρχείου %i από %i";
  37. "_creating_sharing_" = "Δημιουργία διαμοιρασμού";
  38. "_updating_sharing_" = "Γίνεται ενημέρωση κοινόχρηστου";
  39. "_removing_sharing_" = "Γίνεται αφαίρεση κοινόχρηστου";
  40. "_add_" = "Προσθήκη";
  41. "_login_" = "Είσοδος";
  42. "_save_" = "Αποθήκευση";
  43. "_warning_" = "Προειδοποίηση";
  44. "_error_" = "Σφάλμα";
  45. "_error_e2ee_" = "Σφάλμα E2EE";
  46. "_no_" = "Όχι";
  47. "_yes_" = "Ναι";
  48. "_select_" = "Επιλογή";
  49. "_select_all_" = "Select all";
  50. "_upload_" = "Μεταφόρτωση";
  51. "_home_" = "Αρχεία";
  52. "_file_to_upload_" = "Αρχείο προς μεταφόρτωση";
  53. "_destination_" = "Προορισμός";
  54. "_ok_" = "OK";
  55. "_beta_version_" = "Εκδοση Beta";
  56. "_function_in_testing_" = "Function in testing, please send information about any problems you run into.";
  57. "_done_" = "Ολοκληρώθηκε";
  58. "_passcode_too_short_" = "Passcode too short, at least 4 characters required";
  59. "_selected_" = "Επιλέχθηκαν";
  60. "_scan_fingerprint_" = "Σάρωση δακτυλικού αποτυπώματος για πιστοποίηση";
  61. "_no_active_account_" = "Δεν βρέθηκε λογαριασμός";
  62. "_info_" = "Πληροφορίες";
  63. "_warning_" = "Προειδοποίηση";
  64. "_email_" = "Ηλεκτρονικό ταχυδρομείο";
  65. "_save_exit_" = "Θέλετε να εξέλθετε χωρίς αποθήκευση;";
  66. "_video_" = "Βίντεο";
  67. "_overwrite_" = "Αντικατάσταση";
  68. "_transfers_in_queue_" = "Tranfers in progress, please wait…";
  69. "_too_errors_automatic_all_"= "Too many errors, go to \"Control Center\" to verify the problem";
  70. "_create_folder_" = "Δημιουργία φακέλου";
  71. "_create_folder_on_" = "Δημιουργία φακέλου σε";
  72. "_close_" = "Κλείσιμο";
  73. "_postpone_" = "Αναβολή";
  74. "_remove_" = "Αφαίρεση";
  75. "_file_not_found_" = "Δεν βρέθηκε το αρχείο";
  76. "_continue_" = "Θέλετε να συνεχίσετε;";
  77. "_auto_upload_folder_" = "Αυτόματη μεταφόρτωση";
  78. "_gallery_" = "Gallery";
  79. "_photo_" = "Φωτογραφία";
  80. "_audio_" = "Audio";
  81. "_unknown_" = "Άγνωστο";
  82. "_next_" = "Επόμενο";
  83. "_success_" = "Success";
  84. "_initialization_" = "Αρχικοποίηση";
  85. "_experimental_" = "Experimental";
  86. "_select_dir_media_tab_" = "Select as folder \"Media\"";
  87. "_error_creation_file_" = "Ops! 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_" = "Διαθέσιμο δίκτυο";
  101. "_network_not_available_" = "Μη διαθέσιμο δίκτυο";
  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_" = "Περισσότερα";
  112. "_notifications_" = "Ειδοποιήσεις";
  113. "_logout_" = "Έξοδος";
  114. "_quota_space_unlimited_" = "Unlimited";
  115. "_quota_space_unknown_" = "Unknown";
  116. "_quota_using_" = "Χρησιμοποιείτε %@ από %@";
  117. // Settings
  118. "_acknowledgements_" = "Ευχαριστίες";
  119. "_settings_" = "Ρυθμίσεις";
  120. "_passcode_" = "Συνθηματικό";
  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_" = "Όνομα χρήστη";
  128. "_change_credentials_" = "Αλλαγή των διαπιστευτηρίων σας";
  129. "_wifi_only_" = "Χρήση μόνο με σύνδεση Wi-Fi";
  130. "_settings_autoupload_" = "Αυτόματη μεταφόρτωση";
  131. "_app_version_" = "Έκδοση εφαρμογής";
  132. "_app_in_use_" = "Εφαρμογή σε χρήση";
  133. "_contact_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_" = "Η λειτουργία δεν είναι ενεργοποιημένη";
  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_" = "Συνέχεια";
  143. "_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_" = "Διαγράφηκε το μήνυμα ηλ. ταχυδρομείου";
  148. "_mail_saved_" = "Αποθηκεύτηκε το μήνυμα ηλ. ταχυδρομείου";
  149. "_mail_sent_" = "Στάλθηκε μήνυμα ηλεκτρονικού ταχυδρομείου";
  150. "_mail_failure_" = "Could not send email: %@";
  151. "_information_req_" = "Αίτημα πληροφοριών";
  152. "_write_in_english_" = "Kindly write to us in English";
  153. "_credentials_" = "Διαπιστευτήρια";
  154. "_manage_account_" = "Διαχείριση λογαριασμού";
  155. "_change_password_" = "Αλλαγή συνθημτικού";
  156. "_add_account_" = "Προσθήκη λογαριασμού";
  157. "_delete_account_" = "Διαγραφή λογαριασμού";
  158. "_want_delete_" = "Θέλετε την διαγραφή;";
  159. "_no_delete_" = "Όχι, να μην διαγραφεί";
  160. "_yes_delete_" = "Ναι, να διαγραφεί";
  161. "_remove_cache_" = "Please wait, deleting cache…";
  162. "_optimizations_" = "Βελτιστοποιήσεις";
  163. "_synchronizations_" = "Συγχρονισμένοι φάκελοι";
  164. "_version_server_" = "Έκδοση διακομιστή";
  165. "_help_" = "Βοήθεια";
  166. "_lock_protection_simply_" = "Αδύναμο συνθηματικό";
  167. "_change_simply_passcode_" = "Αλλαγή τύπου συνθηματικού";
  168. "_quota_" = "Σύνολο χώρου";
  169. "_available_" = "διαθέσιμο";
  170. "_cloud_account_" = "Λογαριασμός Cloud";
  171. "_information_" = "Πληροφορίες";
  172. "_personal_information_" = "Προσωπικές πληροφορίες";
  173. "_user_full_name_" = "Πλήρες όνομα";
  174. "_user_address_" = "Διεύθυνση";
  175. "_user_phone_" = "Αριθμός τηλεφώνου";
  176. "_user_email_" = "Διεύθυνση ηλεκτρονικού ταχυδρομείου";
  177. "_user_web_" = "Διεύθυνση ιστοσελίδας";
  178. "_user_twitter_" = "Twitter";
  179. "_favorite_offline_" = "Τα αγαπημένα είναι διαθέσιμα εκτός σύνδεσης";
  180. "_favorite_offline_footer_" = "Making all favorites available offline may take a while and use a lot of memory while doing it.";
  181. "_advanced_" = "Για προχωρημένους";
  182. "Skip" = "Παράλειψη";
  183. "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_" = "Αυτόματη μεταφόρτωση φωτογραφιών/βίντεο";
  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_" = "Αυτόματη μεταφόρτωση στο παρασκήνιο";
  191. "_autoupload_photos_" = "Αυτόματη μεταφόρτωση φωτογραφιών";
  192. "_autoupload_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_" = "Λόγω περιορισμών στο iOS, δεν είναι ακόμη δυνατή η εκτέλεση εργασιών παρασκηνίου, εκτός εάν έχουν ενεργοποιηθεί οι υπηρεσίες GPS. Μόλις αλλάξει η κυψέλη στο κυψελοειδές δίκτυο, το σύστημα ξυπνάει για μικρό χρονικό διάστημα και ελέγχει για νέες φωτογραφίες που θα μεταφορτωθούν στο σύννεφο.";
  197. "_autoupload_change_location_" = "Αλλαγή φακέλου";
  198. "_autoupload_location_now_" = "Φάκελος";
  199. "_autoupload_location_default_" = "Επαναφορά προεπιλεγμένου φακέλου";
  200. "_autoupload_change_location_footer_" = "Change folder used for 'Automatic upload of camera photos' (if the option is enabled)";
  201. "_autoupload_not_select_home_" = "Επιλογή φακέλου";
  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_" = "Χρήση υποφακέλων";
  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_" = "Εγχειρίδιο";
  212. "_help_intro_" = "Introduction to Nextcloud";
  213. "_help_activity_verbose_" = "Λεπτομερής Δραστηριότητα ροής";
  214. "_help_activity_mail_" = "Αποστολή δραστηριότητας μέσω email";
  215. "_help_activity_clear_" = "Εκκαθάριση δραστηριότητας";
  216. // Manage Advanced
  217. "_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_" = "Θέλετε να συνδεθείτε στον διακομιστή;";
  222. "_connection_error_" = "Σφάλμα σύνδεσης";
  223. "_serverstatus_error_" = "Connection to server failure, verify your server address or network status";
  224. "_add_your_nextcloud_" = "Προσθήκη του Nextcloud λογαριασμού σας";
  225. "_login_url_" = "Διεύθυνση διακομιστή https://…";
  226. "_login_bottom_label_" = "Δεν έχετε ακόμα διακομιστή;\nΕπιλέξτε έναν πάροχο υπηρεσιών.";
  227. "_error_multidomain_" = "Η διεύθυνση δεν επιτρέπεται, μόνο οι ακόλουθοι τομείς είναι έγκυροι:";
  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_" = "Αγαπημένα";
  233. "_favorite_" = "Προσθήκη στα αγαπημένα";
  234. "_unfavorite_" = "Αφαίρεση από τα αγαπημένα";
  235. "_no_files_uploaded_" = "Δεν έχουν μεταφορτωθεί αρχεία";
  236. "_tutorial_favorite_view_" = "Files and folders you mark as favorites will show up here";
  237. "_tutorial_offline_view_" = "Files copied here will be available offline.\n\nThey will be synchronized with your cloud.";
  238. "_tutorial_local_view_" = "Θα βρείτε τα μη πακεταρισμένα αρχεία από το cloud σας.\n\nΣυνδεθείτε στο iTunes για να διαμοιραστείτε αυτά τα αρχεία.";
  239. "_more_" = "Περισσότερα";
  240. "_favorite_no_files_" = "Κανένα αγαπημένο ακόμα";
  241. // Auto Upload
  242. "_pull_down_" = "Σύρετε προς τα κάτω για ανανέωση";
  243. "_no_photo_load_" = "Καμιά φωτογραφία ή βίντεο";
  244. "_tutorial_autoupload_view_" = "You can enable auto uploads from \"Settings\"";
  245. "_no_date_" = "Καμία ημερομηνία";
  246. "_today_" = "Σήμερα";
  247. "_time_" = "Time: %@\n\n%@";
  248. "_location_not_enabled_" = "Μη ενεργοποιημένες υπηρεσίες τοποθεσίας";
  249. "_location_not_enabled_msg_" = "Please go to \"Settings\" and turn on \"Location Services\"";
  250. "_access_photo_not_enabled_" = "Δεν είναι ενεργοποιημένη η πρόσβαση στις φωτογραφίες";
  251. "_access_photo_not_enabled_msg_" = "Please go to \"Settings\" and turn on \"Photo Access\"";
  252. "_access_photo_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_" = "Δεν μεταφορτώθηκαν ακόμα φωτογραφίες ή βίντεο";
  255. "_create_full_upload_" = "Creating archive… May take a long time, please wait.";
  256. "_error_createsubfolders_upload_" = "Σφάλμα δημιουργίας υποφακέλων";
  257. "_activate_autoupload_" = "Ενεργοποίηση αυτόματης μεταφόρτωσης";
  258. // Utility
  259. "_never_" = "ποτέ";
  260. "_less_a_minute_" = "λιγότερο από ένα λεπτό πριν";
  261. "_minutes_ago_" = "%d λεπτά πριν";
  262. "_hours_ago_" = "%d ώρες πριν";
  263. "_days_ago_" = "%d ημέρες πριν";
  264. "_over_30_days_" = "πάνω από 30 ημέρες";
  265. "_connection_internet_offline_" = "The Internet connection appears to be offline or Wi-Fi is required";
  266. "_insert_password_" = "εισάγετε συνθηματικό";
  267. "_update_in_progress_" = "Αναβάθμιση έκδοσης, παρακαλούμε περιμένετε...";
  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_" = "Φωτογραφίες";
  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_" = "Διαγραφή αρχείων";
  285. "_move_selected_files_" = "Μετακίνηση αρχείων";
  286. "_download_selected_files_" = "Λήψη αρχείων";
  287. "_download_selected_files_folders_" = "Λήψη αρχείων και φακέλων";
  288. "_error_operation_canc_" = "Error: Operation canceled.";
  289. "_only_lock_passcode_" = "Available only with Lock password activated. Activate it in the \"Settings\".";
  290. "_passcode_protection_" = "Προστασία συνθηματικού";
  291. "_remove_favorites_" = "Αφαίρεση από τα αγαπημένα";
  292. "_remove_offline_" = "Remove from offline";
  293. "_add_favorites_" = "Προσθήκη στα αγαπημένα";
  294. "_add_offline_" = "Add to offline";
  295. "_remove_passcode_" = "Αφαίρεση προστασίας συνθηματικού";
  296. "_protect_passcode_" = "Προστασία με συνθηματικό";
  297. "_share_" = "Διαμοιρασμός";
  298. "_reload_" = "Επαναφόρτωση";
  299. "_open_in_" = "Άνοιγμα σε...";
  300. "_remove_local_file_" = "Αφαίρεση από τη λανθάνουσα μνήμη";
  301. "_add_local_" = "Προσθήκη σε τοπικό αποθηκευτικό χώρο";
  302. "_comm_erro_pull_down_" = "Attention: Communication error with the server. Pull down to refresh.";
  303. "_file_not_downloaded_" = "δεν λήφθηκε το αρχείο";
  304. "_file_not_uploaded_" = "δεν μεταφορτώθηκε το αρχείο";
  305. "_folders_" = "φάκελοι";
  306. "_folder_" = "φάκελος";
  307. "_files_" = "αρχεία";
  308. "_file_" = "file";
  309. "_folder_blocked_" = "Folder blocked";
  310. "_downloading_progress_" = "Αρχικοποίηση λήψης αρχείων...";
  311. "_no_file_pull_down_" = "Μεταφόρτωση αρχείου ή τραβήξτε προς τα κάτω για ανανέωση";
  312. "_browse_images_" = "Αναζήτηση εικόνων";
  313. "_synchronized_folder_" = "Διατήρηση συγχρονισμένου φακέλου";
  314. "_remove_synchronized_folder_" = "Απενεργοποίηση συγχρονισμού";
  315. "_synchronized_confirm_" = "After enabling the synchronization, all files in the folder will be synchronized with the server, continue?";
  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_" = "Το αρχείο δεν βρέθηκε, τραβήξτε προς τα κάτω για ανανέωση";
  318. "_title_section_download_" = "ΛΗΨΗ";
  319. "_title_section_upload_" = "ΜΕΤΑΦΟΡΤΩΣΗ";
  320. "_group_alphabetic_yes_" = "✓ Group alphabetically";
  321. "_group_alphabetic_no_" = "Group alphabetically";
  322. "_group_typefile_yes_" = "✓ Ομαδοποίηση ανά τύπο αρχείου";
  323. "_group_typefile_no_" = "Ομαδοποίηση ανά τύπο αρχείου";
  324. "_group_date_yes_" = "✓ Ομαδοποίηση ανά ημερομηνία";
  325. "_group_date_no_" = "Ομαδοποίηση ανά ημερομηνία";
  326. "_element_" = "στοιχείο";
  327. "_elements_" = "στοιχεία";
  328. "_tite_footer_upload_wwan_" = " Απαιτείται το δίκτυο Wi-Fi, %lu %@ για μεταφόρτωση";
  329. "_tite_footer_upload_" = "%lu %@ προς μεταφόρτωση";
  330. "_tite_footer_download_wwan_" = "Απαιτείται το δίκτυο Wi-Fi, %lu %@ για λήψη";
  331. "_tite_footer_download_" = "%lu %@ προς λήψη";
  332. "_limited_dimension_" = "Maximum size reached";
  333. "_save_selected_files_" = "Αποθήκευση εικόνων και βίντεο στο άλμπουμ φωτογραφιών";
  334. "_file_not_saved_cameraroll_" = "Σφάλμα: Το αρχείο δεν αποθηκεύτηκε στο άλμπουμ φωτογραφιών";
  335. "_file_saved_cameraroll_" = "Τα αρχεία αποθηκεύτηκαν στο άλμπουμ φωτογραφιών";
  336. "_directory_on_top_yes_" = "Φάκελοι στην κορυφή";
  337. "_directory_on_top_no_" = "Φάκελοι στην κορυφή";
  338. "_folder_automatic_upload_" = "Folder for \"Auto upload\"";
  339. "_search_no_record_found_" = "Κανένα αποτέλεσμα";
  340. "_search_in_progress_" = "Αναζήτηση σε εξέλιξη...";
  341. "_search_instruction_" = "Αναζήτηση για το αρχείο (ελάχιστο 2 χαρακτήρες)";
  342. "_files_no_files_" = "Δεν υπάρχουν αρχεία εδώ";
  343. "_files_no_folders_" = "No folders in here";
  344. "_request_in_progress_" = "Request to server in progress…";
  345. "audio" = "ΗΧΟΣ";
  346. "compress" = "ΣΥΜΠΙΕΣΗ";
  347. "directory" = "ΦΑΚΕΛΟΙ";
  348. "document" = "ΕΓΓΡΑΦΑ";
  349. "image" = "ΕΙΚΟΝΕΣ";
  350. "template" = "ΠΡΟΤΥΠΑ";
  351. "unknow" = "ΑΓΝΩΣΤΟ";
  352. "video" = "ΒΙΝΤΕΟ";
  353. "_file_del_only_local_" = "Το αρχείο δεν βρίσκεται στον διακομιστή";
  354. "_copy_file_" = "Αντιγραφή αρχείου";
  355. "_copy_files_" = "Αντιγραφή αρχείων";
  356. "_paste_file_" = "Επικόλληση αρχείου";
  357. "_paste_files_" = "Επικόλληση αρχείων";
  358. "_search_this_folder_" = "Αναζήτηση σε αυτόν τον φάκελο";
  359. "_search_all_folders_" = "Αναζήτηση σε όλους τους φακέλους";
  360. "_search_sub_folder_" = "Αναζήτηση εδώ και στους υποφακέλους";
  361. "_theming_is_light_" = "Server theming too brightly coloured, not applicable";
  362. "_cancel_all_task_" = "Ακύρωση όλων των μεταφορών";
  363. "_status_wait_download_" = "Αναμονή για λήψη";
  364. "_status_in_download_" = "In download";
  365. "_status_downloading_" = "Γίνεται λήψη";
  366. "_status_wait_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_" = "Ασφαλές PDF. Εισάγετε συνθηματικό";
  377. "_password_pdf_error_" = "Εσφαλμένο συνθηματικό";
  378. "_error_download_photobrowser_" = "Σφάλμα: αδυναμία λήψης φωτογραφίας";
  379. // Share
  380. "_share_link_" = "Διαμοιρασμός συνδέσμου";
  381. "_share_link_button_" = "Αποστολή συνδέσμου σε...";
  382. "_password_" = "Συνθηματικό";
  383. "_share_password_" = "Σύνδεσμος προστατευμένος με συνθηματικό";
  384. "_share_expirationdate_" = "Ορισμός ημερομηνίας λήξης για τον σύνδεσμο";
  385. "_date_" = "Ημερομηνία";
  386. "_share_title_" = "Διαμοιρασμός";
  387. "_add_sharee_" = "Προσθήκη χρηστών ή ομάδων";
  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_" = "Αναζήτηση";
  390. "_find_sharee_" = "Αναζήτηση για χρήστη ή ομάδα...";
  391. "_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";
  392. "_user_is_group_" = "(ομάδα)";
  393. "_direct_sharee_title_" = "Διαμοιρασμός";
  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_" = "Εισάγετε το όνομα χρήστη...";
  396. "_user_sharee_footer_" = "Tap to change permissions";
  397. "_share_type_title_" = "Τύπος κοινόχρηστου";
  398. "_share_type_user_" = "Χρήστης";
  399. "_share_type_group_" = "Ομάδα";
  400. "_share_type_remote_" = "Απομακρυσμένο";
  401. // Share Permission
  402. "_share_permission_title_" = "Δικαιώματα";
  403. "_share_permission_edit_" = "Μπορεί να επεξεργαστεί";
  404. "_share_permission_file_can_write_" = "Δυνατότητα εγγραφής αρχείου";
  405. "_share_permission_create_" = "Μπορεί να δημιουργήσει";
  406. "_share_permission_create_file_" = "Μπορεί να δημιουργήσει αρχεία";
  407. "_share_permission_create_folder_" = "Μπορεί να δημιουργήσει φακέλους";
  408. "_share_permission_change_" = "Μπορεί να αλλάξει";
  409. "_share_permission_delete_" = "Μπορεί να διαγράψει";
  410. "_share_permission_share_" = "Μπορεί να διαμοιράσει";
  411. "_share_permission_rename_" = "Μπορεί να μετονομάσει";
  412. "_share_permission_move_" = "Μπορεί να μετακινηθεί";
  413. "_share_permission_read_" = "Can read";
  414. "_share_permission_info_" = "Πληροφορίες διαμοιρασμού";
  415. "_share_permission_path_" = "Αρχείο/Φάκελος";
  416. "_share_permission_type_" = "Τύπος";
  417. "_share_permission_typeuser_" = "Χρήστης";
  418. "_share_permission_typegroup_" = "Ομάδα";
  419. "_share_permission_typepubliclink_" = "Σύνδεσμος";
  420. "_share_permission_typefederated_" = "Federated";
  421. "_share_permission_owner_" = "Ιδιοκτήτης";
  422. "_share_permission_date_" = "Ημερομηνία";
  423. "_share_permission_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_" = "Διαμοιρασμένα μαζί σας";
  431. "_type_resource_external_" = "Εξωτερικός αποθηκευτικός χώρος";
  432. // Share Ext
  433. "_destiny_folder_" = "Φάκελος: %@";
  434. "_no_transfer_" = "Καμία ακόμα μεταφορά";
  435. "_no_transfer_sub_" = "Οι μεταφορτώσεις και οι λήψεις από αυτήν την συσκευή θα εμφανιστούν εδώ";
  436. "_no_activity_" = "Καμία δραστηριότητα ακόμα";
  437. "_transfers_" = "Μεταφορές";
  438. "_activity_" = "Δραστηριότητα";
  439. "_activity_file_not_present_" = "Το αρχείο δεν υπάρχει πλέον";
  440. // List Shares
  441. "_list_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_" = "Δημουργία συγχρονισμού";
  446. "_offline_" = "Εκτός σύνδεσης";
  447. "_local_storage_" = "Τοπικός αποθηκευτικός χώρος";
  448. "_local_storage_no_record_" = "Δεν υπάρχουν ακόμα αρχεία";
  449. // Create Cloud
  450. "_upload_photos_videos_" = "Μεταφόρτωση φωτογραφιών ή βίντεο";
  451. "_upload_file_" = "Μεταφόρτωση αρχείου";
  452. "_upload_file_text_" = "Δημιουργία αρχείου κειμένου";
  453. // Document Picker
  454. "_save_document_picker_" = "Αποθήκευση εδώ";
  455. // CreateFormUploadAssets
  456. "_destination_folder_" = "Φάκελος προορισμού";
  457. "_use_folder_auto_upload_" = "Use the \"Auto upload\" folder as destination";
  458. "_rename_filename_" = "Μετονομασία";
  459. "_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_" = "Φωτογραφία/Βίντεο";
  464. "_maintain_original_filename_" = "Maintain original filename";
  465. "_modify_photo_" = "Modify photo";
  466. // Notification
  467. "_notification_" = "Ειδοποίηση";
  468. // Photo Browser
  469. "Done" = "Ολοκληρώθηκε";
  470. "Select Photos" = "Επιλογή φωτογραφιών";
  471. "photo" = "φωτογραφία";
  472. "photos" = "φωτογραφίες";
  473. "of" = "από";
  474. "%i of %i" = "%1$i από %2$i";
  475. // Manage Auto Upload FileName
  476. "_autoupload_filename_title_" = "Αυτόματη μεταφόρτωση ονόματος αρχείου";
  477. // Text File
  478. "_untitled_txt_" = "Ανώνυμο.txt";
  479. // EndToEnd Encryption
  480. "_e2e_settings_title_" = "Κρυπτογράφηση";
  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_" = "Ο κωδικός είναι:";
  489. "_e2e_passphrase_request_title_" = "Αίτηση κωδικού";
  490. "_e2e_passphrase_request_message_" = "Εισάγετε τις 12 λέξεις";
  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_" = "Κρυπτογράφηση";
  494. "_e2e_remove_folder_encrypted_" = "Αποκρυπτογράφηση";
  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_" = "Σφάλμα ενημέρωσης μεταδεδομένων";
  501. "_e2e_error_store_metadata_" = "Αδυναμία αποθήκευσης μεταδεδομένων";
  502. "_e2e_error_send_metadata_" = "Αδυναμία αποστολής μεταδεδομένων";
  503. "_e2e_error_delete_metadata_" = "Αδυναμία διαγραφής μεταδεδομένων";
  504. "_e2e_error_get_metadata_" = "Αδυναμία ανάκτησης μεταδεδομένων";
  505. "_e2e_error_not_enabled_" = "Serious internal error. End-to-end encryption not enabled";
  506. "_e2e_error_record_not_found_" = "Σοβαρό εσωτερικό σφάλμα. Δεν βρέθηκαν εγγραφές";
  507. "_e2e_error_unlock_" = "Αδυναμία ξεκλειδώματος φακέλου";
  508. "_e2e_error_lock_" = "Αδυναμία κλειδώματος φακέλου";
  509. "_e2e_error_delete_mark_folder_" = "Decrypt marked folder";
  510. "_e2e_error_mark_folder_" = "Encrypt folder";
  511. "_e2e_error_directory_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_" = "Δημιουργία νέου εγγράφου";
  552. "_create_new_spreadsheet_" = "Create new spreadsheet";
  553. "_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_" = "Είσοδος";
  560. "_sign_up_" = "Σύνδεση με πάροχο";
  561. "_host_your_own_server" = "Host your own server";
  562. // Error
  563. "_bad_username_password_" = "Εσφαλμένο όνομα χρήστη ή συνθηματικό";
  564. "_cancelled_by_user" = "Η μεταφορά ακυρώθηκε";
  565. "_error_folder_destiny_is_the_same_" = "Δεν είναι δυνατή η μετακίνηση του φακέλου στον εαυτό του";
  566. "_error_not_permission_" = "Δεν έχετε δικαιώματα για να ολοκληρώσετε την λειτουργία";
  567. "_error_path_" = "Αδυναμία ανοίγματος αρχείου ή φακέλου. Παρακαλούμε βεβαιωθείτε αν υπάρχει το αρχείο";
  568. "_file_upload_not_exitst_" = "The file that you want to upload does not exist";
  569. "_forbidden_characters_from_server_" = "Το όνομα περιέχει τουλάχιστο ένα μη έγκυρο χαρακτήρα";
  570. "_not_connected_internet_" = "Σφάλμα σύνδεσης διακομιστή";
  571. "_not_possible_connect_to_server_" = "Αδυναμία σύνδεσης με τον διακομιστή αυτή τη στιγμή";
  572. "_not_possible_create_folder_" = "Αδυναμία δημιουργίας φακέλου";
  573. "_server_down_" = "Could not establish contact with server";
  574. "_time_out_" = "Λήξη χρόνου, δοκιμάστε ξανά";
  575. "_unknow_response_server_" = "Μη αναμενόμενη απάντηση από τον διακομιστή";
  576. "_user_autentication_required_" = "Απαιτείται πιστοποίηση χρήστη";
  577. "_file_directory_locked_" = "Κλειδώθηκε το αρχείο ή ο κατάλογος";
  578. "_ssl_certificate_untrusted_" = "Το πιστοποιητικό για αυτόν τον διακομιστή δεν είναι έγκυρο";
  579. "_internal_server_" = "Εσωτερικό σφάλμα διακομιστή";
  580. "_file_already_exists_" = "Unable to complete the operation, a file with the same name exists";
  581. "_file_folder_not_exists_" = "Το πηγαίο αρχείο δεν βρέθηκε στην καθορισμένη διαδρομή";
  582. "_folder_contents_nochanged_" = "Τα περιεχόμενα του φακέλου δεν άλλαξαν";
  583. "_images_invalid_converted_" = "Η εικόνα δεν είναι έγκυρη και δεν μπορεί να μετατραπεί σε μικρογραφία";
  584. "_method_not_expected_" = "Unexpected request method";
  585. "_reauthenticate_user_" = "Access expired, log in again";
  586. "_server_error_retry_" = "Ο διακομιστής δεν είναι προσωρινά διαθέσιμος";
  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_" = "Επιτεύχθηκε το όριο αποθηκευτικου χώρου";
  590. "_ssl_connection_error_" = "Σφάλμα σύνδεσης SSL, δοκιμάστε ξανά";
  591. "_bad_request_" = "Bad request";
  592. "_webdav_locked_" = "WebDAV Locked: Trying to access locked resource";
  593. "_error_user_not_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 αποτυχημένες προσπάθειες κωδικού πρόσβασης";
  598. "%d Failed Password Attempts" = "%d αποτυχημένες προσπάθειες συνθηματικού";
  599. "1 Failed Passcode Attempt" = "1 αποτυχημένη προσπάθεια κωδικού πρόσβασης";
  600. "1 Failed Password Attempt" = "1 αποτυχημένη προσπάθεια συνθηματικού";
  601. "Do you want to use Touch ID for authentication?" = "Do you want to use Touch/Face ID for authentication?";
  602. "Done" = "Ολοκληρώθηκε";
  603. "Enable Touch ID" = "Enable Touch/Face ID";
  604. "Enter a different passcode. Cannot re-use the same passcode." = "Εισάγετε διαφορετικό κωδικό πρόσβασης. Αδυναμία χρήσης ξανά του ίδιου κωδικού πρόσβασης.";
  605. "Enter a different password. Cannot re-use the same password." = "Εισάγετε διαφορετικό συνθηματικό. Αδυναμία χρήσης ξανά του ίδιου συνθηματικού.";
  606. "Enter a passcode" = "Εισάγετε ένα κωδικό πρόσβασης";
  607. "Enter a password" = "Εισάγετε ένα συνθηματικό";
  608. "Enter your new passcode" = "Εισάγετε το νέο σας συνθηματικό";
  609. "Enter your new password" = "Εισάγετε το νέο σας συνθηματικό";
  610. "Enter your old passcode" = "Εισάγετε το παλιό σας συνθηματικό";
  611. "Enter your old password" = "Εισάγετε το παλιό σας συνθηματικό";
  612. "Enter your passcode" = "Εισάγετε τον κωδικό πρόσβασης";
  613. "Enter your password" = "Εισάγετε το συνθηματικό σας";
  614. "Invalid Passcode" = "Μη έγκυρος κωδικός πρόσβασης";
  615. "Invalid Password" = "Μη έγκυρο συνθηματικό";
  616. "Passcodes did not match.\nTry again." = "Οι κωδικοί πρόσβασης δεν ταιριάζουν.\nΔοκιμάστε ξανά.";
  617. "Password did not match.\nTry again." = "Τα συνθηματικά δεν ταιριάζουν.\nΔοκιμάστε ξανά.";
  618. "Re-enter your passcode" = "Εισάγετε ξανά τον κωδικό πρόσβασης";
  619. "Re-enter your password" = "Εισάγετε ξανά το συνθηματικό";
  620. "Try again in %d minutes" = "Δοκιμάστε ξανά σε %d λεπτά";
  621. "Try again in 1 minute" = "Δοκιμάστε ξανά σε 1 λεπτό";