Localizable.strings 91 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820
  1. //
  2. // Localizable.strings
  3. // Nextcloud
  4. //
  5. // Copyright © 2017 Marino Faggiana. All rights reserved.
  6. //
  7. // Author Marino Faggiana <marino.faggiana@nextcloud.com>
  8. //
  9. // This program is free software: you can redistribute it and/or modify
  10. // it under the terms of the GNU General Public License as published by
  11. // the Free Software Foundation, either version 3 of the License, or
  12. // (at your option) any later version.
  13. //
  14. // This program is distributed in the hope that it will be useful,
  15. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. // GNU General Public License for more details.
  18. //
  19. // You should have received a copy of the GNU General Public License
  20. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. //
  22. // General
  23. "_cancel_" = "Utzi";
  24. "_upload_file_" = "Igo fitxategia";
  25. "_download_file_" = "Deskargatu fitxategia";
  26. "_loading_" = "Kargatzen";
  27. "_loading_with_points_" = "Kargatzen…";
  28. "_loading_num_" = "%i fitxategia kargatzen";
  29. "_loading_autoupload_" = "Igoera automatikoa";
  30. "_uploading_" = "Igotzen";
  31. "_synchronization_" = "Sinkronizazioa";
  32. "_delete_" = "Ezabatu";
  33. "_delete_file_n_" = "Delete file %i of %i";
  34. "_rename_" = "Aldatu izena";
  35. "_move_" = "Mugitu";
  36. "_move_file_n_" = "Move file %i of %i";
  37. "_creating_sharing_" = "Partekatua sortzen";
  38. "_updating_sharing_" = "Partekatzea eguneratzen";
  39. "_removing_sharing_" = "Partekatzea kentzen";
  40. "_add_" = "Gehitu";
  41. "_login_" = "Hasi saioa";
  42. "_save_" = "Gorde";
  43. "_warning_" = "Abisua";
  44. "_error_" = "Errorea";
  45. "_error_e2ee_" = "E2EE errorea";
  46. "_no_" = "Ez";
  47. "_yes_" = "Yes";
  48. "_select_" = "Hautatu";
  49. "_deselect_" = "Deshautatu";
  50. "_select_all_" = "Hautatu denak";
  51. "_upload_" = "Igo";
  52. "_home_" = "Fitxategiak";
  53. "_file_to_upload_" = "Igotzeko fitxategia";
  54. "_destination_" = "Helburua";
  55. "_ok_" = "Ados";
  56. "_beta_version_" = "Beta bertsioa";
  57. "_function_in_testing_" = "Function in testing, please send information about any problems you run into.";
  58. "_done_" = "Egina";
  59. "_passcode_too_short_" = "Pasahitza laburregia da, gutxienez 4 karaktere behar dira";
  60. "_selected_" = "Hautatua";
  61. "_scan_fingerprint_" = "Scan fingerprint to authenticate";
  62. "_no_active_account_" = "Ez da konturik aurkitu";
  63. "_info_" = "Informazioa";
  64. "_warning_" = "Abisua";
  65. "_email_" = "Helbide elektronikoa";
  66. "_save_exit_" = "Gorde gabe irten nahi duzu?";
  67. "_video_" = "Bideoa";
  68. "_overwrite_" = "Gaindatzi";
  69. "_transfers_in_queue_" = "Transferentzia abioan, itxaron mesedez…";
  70. "_too_errors_automatic_all_"= "Too many errors, go to \"Control Center\" to verify the problem";
  71. "_create_folder_" = "Sortu karpeta";
  72. "_create_folder_on_" = "Sortu karpeta hemen";
  73. "_close_" = "Itxi";
  74. "_postpone_" = "Atzeratu";
  75. "_remove_" = "Kendu";
  76. "_file_not_found_" = "Fitxategia ez da aurkitu";
  77. "_continue_" = "Jarraitu";
  78. "_continue_request_" = "Jarraitu nahi duzu?";
  79. "_auto_upload_folder_" = "Eguneratu automatikoki";
  80. "_gallery_" = "Galeria";
  81. "_photo_" = "Argazkia";
  82. "_audio_" = "Audioa";
  83. "_unknown_" = "Ezezaguna";
  84. "_next_" = "Hurrengoa";
  85. "_success_" = "Arrakasta";
  86. "_initialization_" = "Hasieratzea";
  87. "_experimental_" = "Esperimentala";
  88. "_select_dir_media_tab_" = "Hautatu \"Media\" karpeta gisa";
  89. "_error_creation_file_" = "Ops! Ezin izan da fitxategia sortu";
  90. "_save_path_" = "Gordetzeko bidea";
  91. "_save_settings_" = "Gorde ezarpenak";
  92. "_mode_filename_" = "Fitxategi-izena modua";
  93. "_warning_owncloud_" = "OwnCloud zerbitzari batera konektatuta zaude. Froga hau eta probatu gabe dago, zure ardurapean erabili. Nextcloud eguneratzeko, ikusi https://nextcloud.com/migration";
  94. "_warning_unsupported_" = "Nextcloud-en onartzen ez den bertsioa erabiltzen ari zara. Zure datuen segurtasunari dagokionez, azken Nextcloud egonkorrera eguneratzea gomendatzen dugu";
  95. "_restore_" = "Berrezarri";
  96. "_camera_roll_" = "Argazki-filma";
  97. "_tap_here_to_change_" = "Sakatu hemen aldatzeko";
  98. "_no_albums_" = "Ez dago albumik";
  99. "_denied_album_" = "This app does not have access to \"Photos\", you can enable access in Privacy Settings";
  100. "_denied_camera_" = "This app does not have access to \"Camera\", you can enable access in Privacy Settings";
  101. "_start_" = "Hasi";
  102. "_purchase_" = "Erosi";
  103. "_account_not_available_" = "The account %@ of %@ does not exist, please add it to be able to read the file %@";
  104. "_error_parameter_schema_" = "Parametro okerrak, ezin da jarraitu";
  105. "_comments_" = "Iruzkinak";
  106. "_sharing_" = "Partekatzen";
  107. "_details_" = "Xehetasunak";
  108. "_dark_mode_" = "Modu iluna";
  109. "_dark_mode_detect_" = "Detektatu iOS modu iluna";
  110. "_screen_" = "Pantaila";
  111. "_wipe_account_" = "Kontua zerbitzaritik ezabatuta";
  112. "_appconfig_view_title_" = "Kontuaren konfigurazioa abian...";
  113. "_no_permission_add_file_" = "Ez duzu fitxategiak gehitzeko baimenik";
  114. "_no_permission_delete_file_" = "Ez duzu fitxategiak ezabatzeko baimenik";
  115. "_no_permission_modify_file_" = "Ez duzu fitxategiak aldatzeko baimenik";
  116. "_request_upload_new_ver_" = "Fitxategia aldatu egin da, bertsio berria igo nahi duzu ?";
  117. "_add_folder_info_" = "Gehitu karpetaren informazioa";
  118. "_back_" = "Itzuli";
  119. "_search_" = "Bilatu";
  120. "_of_" = "of";
  121. "_internal_modify_" = "Editatu barneko editorearekin";
  122. "_database_corrupt_" = "Oops something went wrong, please enter your credentials but don't worry, your files have remained secure";
  123. "_download_image_max_" = "Deskargatu irudia erresoluzio osoan";
  124. "_livephoto_save_" = "Gorde Live Photo argazki albumean";
  125. "_livephoto_save_error_" = "Errorea Live Photo gordetzerakoan";
  126. "_file_conflict_num_" = "fitxategi-gatazka";
  127. "_file_conflicts_num_" = "fitxategi-gatazkak";
  128. "_file_conflict_desc_" = "Which files do you want to keep?\nIf you select both versions, the copied file will have a number added to its name.";
  129. "_file_conflict_new_" = "Fitxategi berriak";
  130. "_file_conflict_exists_" = "Dagoeneko existitzen diren fitxategiak";
  131. "_file_not_rewite_doc_" = "It is not possible to overwrite a document but only to create a new one";
  132. "_move_or_copy_" = "Lekuz aldatu edo kopiatu";
  133. "_copy_" = "Kopiatu";
  134. "_now_" = "Orain";
  135. // App
  136. "_network_available_" = "Network available";
  137. "_network_not_available_" = "Sarea ez dago eskuragarri";
  138. // Networking
  139. "_file_too_big_" = "Fitxategi handiegia zifratua/deszifratua izateko";
  140. "_file_too_big_max_100_" = "File size too big (max 100 kb.)";
  141. "_...loading..._" = "Kargatzen…";
  142. "_download_plist_" = " ";
  143. "_no_reuploadfile_" = "Could not find nor resend file. Delete the upload and reload the file to upload it.";
  144. "_file_already_exists_" = "Unable to complete the operation, a file with the same name exists";
  145. "_read_file_error_" = "Ezin izan da fitxategia irakurri";
  146. // More
  147. "_more_" = "Gehiago";
  148. "_notifications_" = "Jakinarazpenak";
  149. "_logout_" = "Amaitu saioa";
  150. "_quota_space_unlimited_" = "Mugagabea";
  151. "_quota_space_unknown_" = "Ezezaguna";
  152. "_quota_using_" = "You are using %@ of %@";
  153. // Settings
  154. "_acknowledgements_" = "Acknowledgements";
  155. "_settings_" = "Ezarpenak";
  156. "_passcode_" = "Pasahitza";
  157. "_lock_" = "Blokeatu";
  158. "_lock_active_" = "Blokeoa: Aktibatuta";
  159. "_lock_not_active_" = "Blokeoa: Desaktibatuta";
  160. "_lock_protection_no_screen_" = "Ez galdetu abioan";
  161. "_lock_protection_no_screen_footer_" = "Use \"Do not ask at startup\" for the encryption option";
  162. "_url_" = "URLa";
  163. "_username_" = "Erabiltzaile-izena";
  164. "_change_credentials_" = "Change your credentials";
  165. "_wifi_only_" = "Only use Wi-Fi connection";
  166. "_settings_autoupload_" = "Eguneratu automatikoki";
  167. "_app_version_" = "Aplikazioaren bertsioa";
  168. "_app_in_use_" = "Application in use";
  169. "_contact_by_email_" = "Contact us by email";
  170. "_clear_cache_" = "Garbitu cachea";
  171. "_clear_cache_footer_" = "Garbitu deskargatutako eta lineaz kanpoko fitxategiak aplikaziotik";
  172. "_exit_" = "Berrezarri aplikazioa";
  173. "_exit_footer_" = "Kendu kontuak eta tokiko datuak aplikaziotik";
  174. "_funct_not_enabled_" = "Functionality not enabled";
  175. "_passcode_activate_" = "Pasahitzaren blokeoa aktibatuta dago";
  176. "_disabling_passcode_" = "Pasahitzaren blokeoa kentzen";
  177. "_want_exit_" = "Arreta! Hasierako egoerara berrezarriko da. Jarraitu?";
  178. "_proceed_" = "Jarraitu";
  179. "_delete_cache_" = "Delete cache";
  180. "_want_delete_cache_" = "Cachea ezabatu nahi duzu (horrek abian diren transferentziak ere kentzen ditu) ?";
  181. "_want_delete_thumbnails_" = "Koadro txikiak ere ezabatu nahi dituzu?";
  182. "_mail_deleted_" = "Mail deleted";
  183. "_mail_saved_" = "E-maila gordeta";
  184. "_mail_sent_" = "Eposta bidalia";
  185. "_mail_failure_" = "Ezin izan da helbide elektronikoa bidali: %@";
  186. "_information_req_" = "Information request";
  187. "_write_in_english_" = "Atsegin handiz idatzi iezaguzu ingelesez";
  188. "_credentials_" = "Kredentzialak";
  189. "_manage_account_" = "Manage account";
  190. "_change_password_" = "Aldatu pasahitza";
  191. "_add_account_" = "Gehitu kontua";
  192. "_delete_account_" = "Kendu kontua";
  193. "_want_delete_" = "Ezabatu nahi duzu?";
  194. "_no_delete_" = "Ez, ez ezabatu";
  195. "_yes_delete_" = "Bai, ezabatu";
  196. "_remove_cache_" = "Itxaron mesedez, cachea ezabatzen...";
  197. "_optimizations_" = "Optimizazioak";
  198. "_synchronizations_" = "Synchronizations folders";
  199. "_version_server_" = "Server version";
  200. "_help_" = "Laguntza";
  201. "_change_simply_passcode_" = "Aldatu pasahitz mota";
  202. "_quota_" = "Kuota";
  203. "_available_" = "eskuragarri";
  204. "_accounts_" = "Kontuak";
  205. "_information_" = "Informazioa";
  206. "_personal_information_" = "Informazio pertsonala";
  207. "_user_full_name_" = "Izen osoa";
  208. "_user_address_" = "Helbidea";
  209. "_user_phone_" = "Telefono zenbakia";
  210. "_user_email_" = "Helbide elektronikoa";
  211. "_user_web_" = "Webgunea";
  212. "_user_twitter_" = "Twitter";
  213. "_user_job_" = "Lana";
  214. "_user_businesssize_" = "Enpresa tamaina";
  215. "_user_businesstype_" = "Enpresa mota";
  216. "_user_city_" = "Hiria";
  217. "_user_country_" = "Herrialdea";
  218. "_user_company_" = "Enpresa";
  219. "_user_role_" = "Zeregina";
  220. "_user_zip_" = "Zip";
  221. "_user_owner_" = "Jabea";
  222. "_user_employee_" = "Langilea";
  223. "_user_contractor_" = "Kontratatzailea";
  224. "_user_editprofile_" = "Editatu profila";
  225. "_favorite_offline_" = "Gogokoak lineaz kanpo eskuragarri";
  226. "_favorite_offline_footer_" = "Making all favorites available offline may take a while and use a lot of memory while doing it.";
  227. "_advanced_" = "Aurreratua";
  228. "_disable_files_app_" = "Desgaitu fitxategien aplikazioaren integrazioa";
  229. "_disable_files_app_footer_" = "Do not permit the access of files across the Apple Files application";
  230. "_trial_" = "Proba";
  231. "_trial_expired_day_" = "Geratzen diren egunak";
  232. "_disableLocalCacheAfterUpload_footer_" = "Fitxategia kargatu ondoren, ez itzazu tokiko cachean gorde";
  233. "_disableLocalCacheAfterUpload_" = "Desgaitu tokiko cachea";
  234. // Manage AutoUpload
  235. "_autoupload_" = "Argazkiak/bideoak automatikoki kargatu";
  236. "_autoupload_select_folder_" = "Hautatu \"Auto igoera\" karpeta";
  237. "_autoupload_error_select_folder_" = "Hautatu \"Karga automatikoa\" baliozko karpeta bat.";
  238. "_autoupload_background_" = "Karga automatikoa atzeko planoan";
  239. "_autoupload_photos_" = "Automatikoki kargatu argazkiak";
  240. "_autoupload_videos_" = "Automatikoki kargatu bideoak";
  241. "_autoupload_description_" = "Argazki/bideo berriak zure Hodeian kargatuko dira";
  242. "_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";
  243. "_autoupload_background_title_" = "Limitations";
  244. "_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.";
  245. "_autoupload_change_location_" = "Aldatu karpeta";
  246. "_autoupload_location_now_" = "Karpeta";
  247. "_autoupload_location_default_" = "Restore default folder";
  248. "_autoupload_change_location_footer_" = "Change folder used for 'Automatic upload of camera photos' (if the option is enabled)";
  249. "_autoupload_not_select_home_" = "Hautatu karpeta bat";
  250. "_autoupload_save_album_" = "Kopiatu argazkia edo bideoa argazki albumera";
  251. "_autoupload_fullphotos_" = "Upload the whole camera roll";
  252. "_autoupload_fullphotos_footer_" = "Egokitu goiko aukerak igo aurretik";
  253. "_autoupload_create_subfolder_" = "Erabili azpi-karpetak";
  254. "_autoupload_create_subfolder_footer_" = "Biltegiratu urtearen eta hilabetearen araberako azpi-karpetetan";
  255. "_autoupload_filenamemask_" = "Aldatu fitxategi-izena maskara";
  256. "_autoupload_filenamemask_footer_" = "Aldatu fitxategi-izenaren maskara automatikoa";
  257. "_autoupload_current_folder_" = "Une honetan hautatutako karpeta";
  258. // Manage Help
  259. "_help_tutorial_" = "Tutoriala";
  260. "_help_intro_" = "Nextcloud-rako sarrera";
  261. "_help_activity_verbose_" = "Jardueraren xehetasunen jarioa";
  262. "_help_activity_mail_" = "Bidali jarduera helbide elektroniko bidez";
  263. "_help_activity_clear_" = "Garbitu jarduera";
  264. // Manage Advanced
  265. "_show_hidden_files_" = "Erakutsi ezkutuko fitxategiak";
  266. "_format_compatibility_" = "Bateragarrienak";
  267. "_format_compatibility_footer_" = "\"Bateragarrienak\", ahal denean, argazkiak JPEG gisa gordeko ditu";
  268. "_privacy_" = "Pribatutasuna";
  269. "_privacy_footer_" = "Nextcloud iOS uses a service for the analysis of a crash. Your personal information is not sent with the report. If you want disable it, please change the setting \"Disable crash reporter\" to ON";
  270. "_crashservice_title_" = "Disable crash reporter";
  271. "_crashservice_alert_" = "This option requires a restart of the app to take effect";
  272. "_upload_mov_livephoto_" = "Live Photo";
  273. "_upload_mov_livephoto_footer_" = "\"Live Photo\" moduan aukeratutako argazki bat, ahal denean, \"Live Photo\" formatuan gordeko da";
  274. // Login
  275. "_connect_server_anyway_" = "Do you want to connect to the server anyway?";
  276. "_connection_error_" = "Konexio errorea";
  277. "_serverstatus_error_" = "Connection to server failure, verify your server address or network status";
  278. "_add_your_nextcloud_" = "Add your Nextcloud account";
  279. "_login_url_" = "Zerbitzariaren helbidea https://…";
  280. "_login_bottom_label_" = "Ez duzu zerbitzaririk oraindik?\nAukeratu hornitzailetako bat.";
  281. "_error_multidomain_" = "Address not allowed, only the following domains are valid:";
  282. "_account_already_exists_" = "%@ kontua lehendik dago";
  283. "_traditional_login_" = "Lehengo erregistro-metodora itzuli";
  284. "_web_login_" = "Bueltatu saioa hasteko web metodora";
  285. "_login_url_error_" = "URL errorea, mesedez egiaztatu zure zerbitzariaren URLa";
  286. // Favorite
  287. "_favorites_" = "Gogokoak";
  288. "_favorite_" = "Gogokoa";
  289. "_unfavorite_" = "Kendu gogokoetatik";
  290. "_no_files_uploaded_" = "No files uploaded";
  291. "_tutorial_favorite_view_" = "Gogoko bezala markatutako fitxategi zein karpetak hemen agertuko dira";
  292. "_tutorial_offline_view_" = "Files copied here will be available offline.\n\nThey will be synchronized with your cloud.";
  293. "_tutorial_local_view_" = "You'll find the unpacked files from your cloud.\n\nConnect to iTunes to share these files.";
  294. "_more_" = "Gehiago";
  295. "_favorite_no_files_" = "Gogokorik ez oraindik";
  296. // Auto Upload
  297. "_pull_down_" = "Pull down to refresh";
  298. "_no_photo_load_" = "Argazki edo bideorik ez";
  299. "_tutorial_autoupload_view_" = "You can enable auto uploads from \"Settings\"";
  300. "_no_date_" = "Datarik gabe";
  301. "_today_" = "Gaur";
  302. "_yesterday_" = "Atzo";
  303. "_time_" = "Denbora: %@\n\n%@";
  304. "_location_not_enabled_" = "Location Services not enabled";
  305. "_location_not_enabled_msg_" = "Please go to \"Settings\" and turn on \"Location Services\"";
  306. "_access_photo_not_enabled_" = "Access to Photos not enabled";
  307. "_access_photo_not_enabled_msg_" = "Mesedez joan ezarpenetara eta gaitu \"Argazki baimena\"";
  308. "_access_photo_location_not_enabled_" = "Access to Photos and Location not enabled";
  309. "_access_photo_location_not_enabled_msg_" = "Please go to \"Settings\" and turn on \"Photo Access\" and \"Location Services\"";
  310. "_tutorial_photo_view_" = "Oraindik ez da argazki edo bideorik kargatu";
  311. "_create_full_upload_" = "Artxiboa sortzen… Denbora luzea iraun dezake, mesedez itxaron.";
  312. "_error_createsubfolders_upload_" = "Errorea azpikarpetak sortzean";
  313. "_activate_autoupload_" = "Gaitu auto-kargatzea";
  314. "_remove_photo_CameraRoll_" = "Kendu argazki-filmetik";
  315. "_remove_photo_CameraRoll_desc_" = "In case of a successful automatic upload, a message confirmation is required to delete the photos or videos from the camera roll. Remember that the deleted photos or videos are available in the Trash for 30 days.";
  316. // Utility
  317. "_never_" = "inoiz ez";
  318. "_less_a_minute_" = "duela minutu bat baino gutxiago";
  319. "_minutes_ago_" = "Duela %d minutu";
  320. "_hours_ago_" = "duela %d ordu";
  321. "_days_ago_" = "%d days ago";
  322. "_over_30_days_" = "over 30 days";
  323. "_connection_internet_offline_" = "Interneteko konexioa lineaz kanpokoa dela edo Wi-Fi beharrezkoa da";
  324. "_insert_password_" = "insert password";
  325. "_update_in_progress_" = "Bertsio berritzea, itxaron mesedez...";
  326. "_forbidden_characters_" = "Fitxategi edo karpetaren izenak karaktere baliogabeak ditu";
  327. "_mail_not_can_send_mail_" = "Ez dago konturik konfiguratuta, edo e-posta okerra sartu da";
  328. // File
  329. "_photo_camera_" = "Argazkiak";
  330. "_media_" = "Multimedia";
  331. "_unzip_in_progress_" = "Erauzketa prozesua abian biltegiratze lokalean...";
  332. "_file_unpacked_" = "Fitxategia biltegiratze lokalean despaketatu da";
  333. "_file_saved_local_" = "Fitxategia biltegiratze lokalean gorde da";
  334. "_file_not_present_" = "Errorea: fitxategia ez dago, mesedez freskatu.";
  335. "_order_by_" = "Ordenatu honen arabera";
  336. "_order_by_name_a_z_" = "Ordenatu izenaren arabera (A-tik Z-ra)";
  337. "_sorted_by_name_a_z_" = "Izenez ordenatuta (A-tik Z-ra)";
  338. "_order_by_name_z_a_" = "Ordenatu izenaren arabera (Z-tik A-ra)";
  339. "_sorted_by_name_z_a_" = "Izenez ordenatuta (Z-tik A-ra)";
  340. "_order_by_date_more_recent_" = "Ordenantu berrienetatik";
  341. "_sorted_by_date_more_recent_" = "Berrienetatik ordenatuta";
  342. "_order_by_date_less_recent_" = "Sort from the less recent";
  343. "_sorted_by_date_less_recent_" = "Zaharrenetatik ordenatuta";
  344. "_order_by_size_smallest_" = "Ordenatu txikienetatik";
  345. "_sorted_by_size_smallest_" = "Txikienetatik ordenatuta";
  346. "_order_by_size_largest_" = "Ordenatu handienetatik";
  347. "_sorted_by_size_largest_" = "Handienetatik ordenatuta";
  348. "_delete_selected_files_" = "Ezabatu fitxategiak";
  349. "_move_selected_files_" = "Move files";
  350. "_move_or_copy_selected_files_" = "Mugitu edo kopiatu fitxategiak";
  351. "_download_selected_files_" = "Deskargatu fitxategiak";
  352. "_download_selected_files_folders_" = "Deskargatu fitxategiak eta karpetak";
  353. "_error_operation_canc_" = "Errorea: eragiketa bertan behera utzi da.";
  354. "_only_lock_passcode_" = "Available only with Lock password activated. Activate it in the \"Settings\".";
  355. "_go_to_app_settings_" = "Joan aplikazioaren ezarpenetara";
  356. "_passcode_protection_" = "Pasahitz bidezko babesa";
  357. "_remove_favorites_" = "Kendu gogokoetatik";
  358. "_remove_offline_" = "Kendu lineatik kanpo";
  359. "_add_favorites_" = "Gehitu gogokoetan";
  360. "_add_offline_" = "Add to offline";
  361. "_remove_passcode_" = "Kendu pasahitz bidezko babesa";
  362. "_protect_passcode_" = "Babestu pasahitzaz";
  363. "_share_" = "Partekatu";
  364. "_reload_" = "Birkargatu";
  365. "_open_in_" = "Ireki honekin…";
  366. "_remove_local_file_" = "Kendu katxetik";
  367. "_add_local_" = "Gehitu biltegiratze lokalera";
  368. "_comm_erro_pull_down_" = "Attention: Communication error with the server. Pull down to refresh.";
  369. "_file_not_downloaded_" = "file not dowloaded";
  370. "_file_not_uploaded_" = "fitxategia ez da igo";
  371. "_folders_" = "karpetak";
  372. "_folder_" = "karpeta";
  373. "_files_" = "fitxategiak";
  374. "_file_" = "fitxategia";
  375. "_folder_blocked_" = "Folder blocked";
  376. "_downloading_progress_" = "Fitxategien deskarga hasten...";
  377. "_no_file_pull_down_" = "Kargatu fitxategi bat edo tiratu beherantz freskatzeko";
  378. "_browse_images_" = "Browse images";
  379. "_synchronized_folder_" = "Keep the folder synchronized";
  380. "_remove_synchronized_folder_" = "Itzali sinkronizazioa";
  381. "_synchronized_confirm_" = "Enabling the synchronization, all files in the folder will be synchronized with the server, continuous ?";
  382. "_offline_folder_confirm_" = "After enabling the offline folder, all files in it will be synchronized with the server, continue?";
  383. "_file_not_found_reload_" = "File not found, pull down to refresh";
  384. "_title_section_download_" = "DESKARGATU";
  385. "_title_section_upload_" = "UPLOAD";
  386. "_group_alphabetic_yes_" = "✓ Ordenatu alfabetikoki";
  387. "_group_alphabetic_no_" = "Taldekatu alfabetikoki";
  388. "_group_typefile_yes_" = "✓ Group by Type File";
  389. "_group_typefile_no_" = "Group by Type File";
  390. "_group_date_yes_" = "✓ Taldekatu dataren arabera";
  391. "_group_date_no_" = "Taldekatu dataren arabera";
  392. "_element_" = "elementua";
  393. "_elements_" = "elementuak";
  394. "_tite_footer_upload_wwan_" = " Wi-Fi network required, %lu %@ to upload";
  395. "_tite_footer_upload_" = "%lu %@ to upload";
  396. "_tite_footer_download_wwan_" = " Wi-Fi network required, %lu %@ to download";
  397. "_tite_footer_download_" = "%lu %@ to download";
  398. "_limited_dimension_" = "Reached maximum size";
  399. "_save_selected_files_" = "Gorde irudiak eta bideoak argazki albumean";
  400. "_file_not_saved_cameraroll_" = "Errorea: fitxategia ez da argazki albumean gorde";
  401. "_file_saved_cameraroll_" = "Fitxategia argazki albumean gorde da";
  402. "_directory_on_top_yes_" = "✓ Karpetak goian";
  403. "_directory_on_top_no_" = "Karpetak goian";
  404. "_folder_automatic_upload_" = "Folder for \"Auto upload\"";
  405. "_search_no_record_found_" = "Emaitzarik ez";
  406. "_search_in_progress_" = "Bilatzen...";
  407. "_search_instruction_" = "Search for file (minimum 2 characters)";
  408. "_files_no_files_" = "Ez dago fitxategirik hemen";
  409. "_files_no_folders_" = "Ez dago karpetarik hemen";
  410. "_request_in_progress_" = "Zerbitzariari eskatzen...";
  411. "audio" = "AUDIOA";
  412. "compress" = "KONPRIMITU";
  413. "directory" = "KARPETAK";
  414. "document" = "DOKUMENTUAK";
  415. "image" = "IRUDIAK";
  416. "template" = "TXANTILOIAK";
  417. "unknow" = "UNKNOWN";
  418. "video" = "VIDEO";
  419. "_file_del_only_local_" = "Fitxategia ez dago zerbitzarian";
  420. "_copy_file_" = "Kopiatu fitxategia";
  421. "_copy_files_" = "Kopiatu fitxategiak";
  422. "_paste_file_" = "Itsatsi fitxategia";
  423. "_paste_files_" = "Itsatsi fitxategiak";
  424. "_open_quicklook_" = "Open with Quick Look";
  425. "_search_this_folder_" = "Bilatu karpeta honetan";
  426. "_search_all_folders_" = "Bilatu karpeta guztietan";
  427. "_search_sub_folder_" = "Bilatu hemen eta azpikarpetetan";
  428. "_theming_is_light_" = "Server theming too brightly coloured, not applicable";
  429. "_cancel_all_task_" = "Utzi transferentzia guztiak";
  430. "_status_wait_download_" = "Deskargaren zain";
  431. "_status_in_download_" = "Deskargan";
  432. "_status_downloading_" = "Deskargatzen";
  433. "_status_wait_upload_" = "Kargatzeko zain";
  434. "_status_in_upload_" = "Kargatzen";
  435. "_status_uploading_" = "Igotzen";
  436. // Media
  437. "_select_media_folder_" = "hautatu \"Multimedia\" karpeta";
  438. "_media_viewimage_show_" = "Erakutsi irudiak";
  439. "_media_viewimage_hide_" = "Ezkutatu irudiak";
  440. "_media_viewvideo_show_" = "Erakutsi bideoa";
  441. "_media_viewvideo_hide_" = "Ezkutatu bideoa";
  442. // Files Preview
  443. "_insert_password_pfd_" = "Secure PDF. Enter password";
  444. "_password_pdf_error_" = "Pasahitz okerra";
  445. "_error_download_photobrowser_" = "Errorea: ezin izan da argazkia deskargatu";
  446. // Share
  447. "_share_link_" = "Partekatu esteka";
  448. "_share_link_button_" = "Bidali esteka honi…";
  449. "_password_" = "Pasahitza";
  450. "_share_password_" = "Pasahitzaz babestutako esteka";
  451. "_share_expirationdate_" = "Ezarri estekaren iraungitze-data";
  452. "_date_" = "Data";
  453. "_share_title_" = "Partekatu";
  454. "_add_sharee_" = "Add users or groups";
  455. "_add_sharee_footer_" = "You can share this resource by adding users or groups. To remove a share, remove all users and groups";
  456. "_find_sharee_title_" = "Bilatu";
  457. "_find_sharee_" = "Bilatu erabiltzaile edo taldez...";
  458. "_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";
  459. "_user_is_group_" = " (group)";
  460. "_direct_sharee_title_" = "Partekatu";
  461. "_direct_sharee_footer_" = "If you already know the name, enter it, then select the share type and press 'Done' to confirm";
  462. "_direct_sharee_" = "Sartu erabiltzaile-izena...";
  463. "_user_sharee_footer_" = "Klik egin baimenak aldatzeko";
  464. "_share_type_title_" = "Partekatze mota";
  465. "_share_type_user_" = "Erabiltzailea";
  466. "_share_type_group_" = "Taldea";
  467. "_share_type_remote_" = "Urrunekoa";
  468. "_enforce_password_protection_" = "Betearazi pasahitzaren babesa";
  469. "_password_obligatory_" = "Enforce password protection enabled, password obligatory";
  470. "_shared_with_you_by_" = "Zurekin partekatuta honengatik:";
  471. "_shareLinksearch_placeholder_" = "Sartu izen bat eta sakatu Enter";
  472. "_new_comment_" = "Iruzkin berria...";
  473. "_edit_comment_" = "Editatu iruzkina";
  474. "_delete_comment_" = "Ezabatu Iruzkina";
  475. "_share_allow_editing_" = "Baimendu editatzea";
  476. "_share_read_only_" = "Irakurtzeko soilik";
  477. "_share_allow_upload_" = "Onartu kargatzea eta edizioa";
  478. "_share_file_drop_" = "Fitxategia jaregin (kargatzeko soilik)";
  479. "_share_hide_download_" = "ezkutuko deskarga";
  480. "_share_password_protect_" = "Babestu pasahitzarekin";
  481. "_share_expiration_date_" = "Ezarri iraungitze-data";
  482. "_share_note_recipient_" = "Oharra hartzailearentzat";
  483. "_share_delete_sharelink_" = "Ezabatu partekatze esteka";
  484. "_share_add_sharelink_" = "Gehitu beste esteka bat";
  485. "_share_can_reshare_" = "Berriz partekatu dezake";
  486. "_share_can_create_" = "Sortu dezake";
  487. "_share_can_change_" = "Aldatu dezake";
  488. "_share_can_delete_" = "Ezabatu dezake";
  489. "_share_unshare_" = "Ez partekatu";
  490. // Share Permission
  491. "_share_permission_title_" = "Privileges";
  492. "_share_permission_edit_" = "Editatu dezake";
  493. "_share_permission_file_can_write_" = "Can write file";
  494. "_share_permission_create_" = "Sortu dezake";
  495. "_share_permission_create_file_" = "Can create files";
  496. "_share_permission_create_folder_" = "Karpetak sortu ditzake";
  497. "_share_permission_change_" = "Aldatu dezake";
  498. "_share_permission_delete_" = "Ezabatu dezake";
  499. "_share_permission_share_" = "Partekatu dezake";
  500. "_share_permission_rename_" = "Izenak aldatu ditzake";
  501. "_share_permission_move_" = "Can move";
  502. "_share_permission_read_" = "Irakurri dezake";
  503. "_share_permission_info_" = "Sharing information";
  504. "_share_permission_path_" = "Fitxategia/Karpeta";
  505. "_share_permission_type_" = "Mota";
  506. "_share_permission_typeuser_" = "Erabiltzailea";
  507. "_share_permission_typegroup_" = "Taldea";
  508. "_share_permission_typepubliclink_" = "Esteka";
  509. "_share_permission_typefederated_" = "Federatua";
  510. "_share_permission_owner_" = "Jabea";
  511. "_share_permission_date_" = "Data";
  512. "_share_permission_email_" = "Notification via email";
  513. "_share_link_readonly_" = "Irakurtzeko soilik";
  514. "_share_link_modify_" = "Baimendu editatzea";
  515. "_share_link_upload_" = "Fitxategia jaregin (kargatzeko soilik)";
  516. "_share_link_upload_modify_" = "Onartu kargatzea eta edizioa";
  517. "_share_link_hide_download_" = "ezkutuko deskarga";
  518. // ShareInfoCMOC
  519. "_type_resource_connect_you_" = "Zurekin partekatua";
  520. "_type_resource_external_" = "External storage";
  521. // Share Ext
  522. "_destiny_folder_" = "Karpeta: %@";
  523. "_no_transfer_" = "Ez dago transferentziarik oraindik";
  524. "_no_transfer_sub_" = "Uploads and downloads from this device will show up here";
  525. "_no_activity_" = "Jarduerarik ez oraindik";
  526. "_transfers_" = "Transferentziak";
  527. "_activity_" = "Jarduera";
  528. "_activity_file_not_present_" = "Fitxategia ez dago jada";
  529. "_trash_file_not_found_" = "It seems that the file is not in the trash, go to the trash to update it and try again";
  530. // List Shares
  531. "_list_shares_" = "Partekatzeak";
  532. "_list_shares_no_files_" = "Ez dago partekatzerik oraindik";
  533. "_tutorial_list_shares_view_" = "Partekatzen dituzun fitxategi eta karpetak hemen agertuko dira";
  534. // Offline - Local Storage
  535. "_create_synchronization_" = "Sortu sinkronizazioa";
  536. "_offline_" = "Lineaz kanpo";
  537. "_local_storage_" = "Biltegiratze lokala";
  538. "_local_storage_no_record_" = "Ez dago fitxategirik oraindik";
  539. // Create Cloud
  540. "_upload_photos_videos_" = "Kargatu argazkiak edo bideoak";
  541. "_upload_file_" = "Igo fitxategia";
  542. "_upload_file_text_" = "Sortu testu fitxategia";
  543. "_create_nextcloudtext_document_" = "Sortu testu dokumentua";
  544. // Document Picker
  545. "_save_document_picker_" = "Gorde hemen";
  546. // CreateFormUploadAssets
  547. "_destination_folder_" = "Helburuko karpeta";
  548. "_use_folder_auto_upload_" = "Use the \"Auto upload\" folder as destination";
  549. "_rename_filename_" = "Aldatu izena";
  550. "_filename_" = "Fitxategi-izena";
  551. "_preview_filename_" = "Example preview of filename. You can use the mask %@ for date/time";
  552. "_forbidden_characters_" = "Fitxategi edo karpetaren izenak karaktere baliogabeak ditu";
  553. "_add_filenametype_" = "Zehaztu mota fitxategiaren izenean";
  554. "_filenametype_photo_video_" = "Argazkia/Bideoa";
  555. "_maintain_original_filename_" = "Mantendu jatorrizko fitxategi-izena";
  556. "_modify_photo_" = "Aldatu argazkia";
  557. // Notification
  558. "_notification_" = "Jakinarazpena";
  559. "_no_notification_" = "Ez dago jakinarazpenik oraindik";
  560. // Photo Browser
  561. "Done" = "Egina";
  562. "Select Photos" = "Select Photos";
  563. "photo" = "argazkia";
  564. "photos" = "photos";
  565. "of" = "of";
  566. "%i of %i" = "%1$i of %2$i";
  567. // Manage Auto Upload FileName
  568. "_autoupload_filename_title_" = "Auto upload filename";
  569. // Text File
  570. "_untitled_txt_" = "Izengabea.txt";
  571. "_text_upload_title_" = "Kargatu testu fitxategia";
  572. // EndToEnd Encryption
  573. "_e2e_settings_title_" = "Zifratzea";
  574. "_e2e_settings_" = "Muturretik muturrerako zifratzea";
  575. "_e2e_settings_start_" = "Hasi muturretik muturrerako zifratzea";
  576. "_e2e_settings_not_available_" = "Muturretik muturrerako zifratzea ez dago erabilgarri";
  577. "_e2e_settings_activated_" = "Muturretik muturrerako zifratzea aktibatuta";
  578. "_e2e_settings_view_passphrase_" = "12 hitz guztiek batera pasahitz oso gogorra osatzen dute, zure enkriptatutako fitxategiak bakarrik ikusi eta erabil ditzazun. Idatzi eta gorde itzazu nonbait.";
  579. "_e2e_settings_read_passphrase_" = "Irakurri pasahitza";
  580. "_e2e_settings_lock_not_active_" = "Lock not active, go back to \"Settings\" and activate it";
  581. "_e2e_settings_the_passphrase_is_" = "The passphrase is:";
  582. "_e2e_passphrase_request_title_" = "Eskatu pasahitza";
  583. "_e2e_passphrase_request_message_" = "Sartu 12 hitz";
  584. "_e2e_settings_remove_" = "Kendu zifratzea lokalki";
  585. "_e2e_settings_remove_message_" = "Confirm removal of encryption along with the passphrase.";
  586. "_e2e_set_folder_encrypted_" = "Zifratu";
  587. "_e2e_remove_folder_encrypted_" = "Deszifratu";
  588. "_e2e_goto_settings_for_enable_" = "This is an encrypted directory, go to \"Settings\" and enable end-to-end encryption";
  589. "_e2e_delete_folder_not_permitted_" = "Deletion of the directory marked as 'encrypted' is not allowed";
  590. "_e2e_error_encode_metadata_" = "Serious internal error in encoding metadata";
  591. "_e2e_error_decode_metadata_" = "Serious internal error in decoding metadata";
  592. "_e2e_error_create_encrypted_" = "Ezin izan da zifratutako fitxategia sortu";
  593. "_e2e_error_update_metadata_" = "Errorea metadatuak eguneratzen";
  594. "_e2e_error_store_metadata_" = "Ezin izan dira metadatuak gorde";
  595. "_e2e_error_send_metadata_" = "Ezin izan dira meta-datuak bidali";"_e2e_error_delete_metadata_" = "Ezin izan dira metadatuak ezabatu";
  596. "_e2e_error_get_metadata_" = "Could not fetch metadata";
  597. "_e2e_error_not_enabled_" = "Serious internal error. End-to-end encryption not enabled";
  598. "_e2e_error_record_not_found_" = "Serious internal error. Records not found";
  599. "_e2e_error_unlock_" = "Ezin izan da karpeta desblokeatu";
  600. "_e2e_error_lock_" = "Ezin izan da karpeta blokeatu";
  601. "_e2e_error_delete_mark_folder_" = "Decrypt marked folder";
  602. "_e2e_error_mark_folder_" = "Zifratze-karpeta";
  603. "_e2e_error_directory_not_empty_" = "Karpeta ez dago hutsik";
  604. // Scan Document
  605. "_scans_document_" = "Eskaneatu dokumentua";
  606. "_scanned_images_" = "Eskaneatutako irudiak";
  607. "_scan_document_pdf_page_" = "Orria";
  608. "_scan_label_document_zone_" = "Drag images down for document creation";
  609. "_filter_original_" = "Jatorrizkoa";
  610. "_filter_bn_" = "Zuri eta beltza";
  611. "_filter_grayscale_" = "Gris eskala";
  612. "_quality_image_title_" = "Irudiaren kalitatea";
  613. "_quality_high_" = "Kalitate handiko fitxategiaren tamaina handia";
  614. "_quality_medium_" = "Kalitate ertainerako fitxategiaren batez besteko tamaina ";
  615. "_quality_low_" = "Kalitate txikiko fitxategiaren tamaina txikia";
  616. "_file_type_" = "Fitxategi mota";
  617. "_pdf_password_" = "PDF Pasahitza";
  618. "_file_creation_" = "Fitxategiaren sorrera";
  619. "_delete_all_scanned_images_" = "Eskaneatutako irudi guztiak ezabatu nahi dituzu?";
  620. "_text_recognition_" = "Text recognition";
  621. /* The title on the navigation bar of the Scanning screen. */
  622. "wescan.scanning.title" = "Aztertzen";
  623. /* The "Next" button on the right side of the navigation bar on the Edit screen. */
  624. "wescan.edit.button.next" = "Hurrengoa";
  625. /* The title on the navigation bar of the Edit screen. */
  626. "wescan.edit.title" = "Editatu eskaneoa";
  627. /* The "Done" button on the right side of the navigation bar on the Review screen. */
  628. "wescan.review.button.done" = "Egina";
  629. /* The title on the navigation bar of the Review screen. */
  630. "wescan.review.title" = "Berrikusi";
  631. // Trah
  632. "_trash_view_" = "Ezabatutako fitxategiak";
  633. "_trash_restore_all_" = "Berreskuratu fitxategi guztiak";
  634. "_trash_delete_all_" = "Hustu zakarrontzia";
  635. "_trash_no_trash_" = "Ez da fitxategirik ezabatu";
  636. "_trash_no_trash_description_" = "You can restore deleted files from here";
  637. "_trash_restore_selected_" = "Berreskuratu hautatutako fitxategiak";
  638. "_trash_delete_selected_" = "Ezabatutako hautatutako fitxategiak";
  639. // Offline
  640. "_manage_file_offline_" = "Kudeatu lineaz kanpoko fitxategiak";
  641. "_set_available_offline_" = "Set as available offline";
  642. "_remove_available_offline_" = "Remove as available offline";
  643. // Richdocuments
  644. "_create_new_document_" = "Sortu dokumentu berria";
  645. "_create_new_spreadsheet_" = "Sortu kalkulu orri berria";
  646. "_create_new_presentation_" = "Sortu aurkezpen berria";
  647. "_go_online_" = "Go online to see the document";
  648. // Intro
  649. "_intro_1_title_" = "Mantendu zure datuak seguru eta zure kontrolpean";
  650. "_intro_2_title_" = "Lankidetza segurua eta fitxategien partekatzea";
  651. "_intro_3_title_" = "Easy-to-use web mail, calendering & contacts";
  652. "_intro_4_title_" = "Pantaila partekatzea, online bilerak eta web konferentziak";
  653. "_log_in_" = "Hasi saioa";
  654. "_sign_up_" = "Erregistratu hornitzaile batekin";
  655. "_host_your_own_server" = "Ostatatu zure zerbitzaria";
  656. // Error
  657. "_unauthorized_" = "Baimenik gabe";
  658. "_bad_username_password_" = "Erabiltzaile edo pasahitz okerra";
  659. "_cancelled_by_user" = "Transfer canceled";
  660. "_error_folder_destiny_is_the_same_" = "It is not possible to move the folder into itself";
  661. "_error_not_permission_" = "You don't have permission to complete the operation";
  662. "_error_path_" = "Unable to open this file or folder. Please make sure it exists";
  663. "_file_upload_not_exitst_" = "Kargatu nahi duzun fitxategia ez da existitzen";
  664. "_forbidden_characters_from_server_" = "The name contains at least one invalid character";
  665. "_not_connected_internet_" = "Server connection error";
  666. "_not_possible_connect_to_server_" = "It is not possible to connect to the server at this time";
  667. "_not_possible_create_folder_" = "Folder could not be created";
  668. "_server_down_" = "Ezin izan da zerbitzaria atzitu";
  669. "_time_out_" = "Denbora-muga, saiatu berriro";
  670. "_unknow_response_server_" = "Unexpected response from server";
  671. "_user_authentication_required_" = "Erabiltzaile autentifikazioa beharrezkoa";
  672. "_file_directory_locked_" = "Fitxategia edo direktorio blokeatua";
  673. "_ssl_certificate_untrusted_" = "Zerbitzari honen ziurtagiria baliogabea da";
  674. "_internal_server_" = "Barneko zerbitzari-errorea";
  675. "_file_already_exists_" = "Unable to complete the operation, a file with the same name exists";
  676. "_file_folder_not_exists_" = "The source file wasn't found at the specified path";
  677. "_folder_contents_nochanged_" = "The folder contents have not changed";
  678. "_images_invalid_converted_" = "The image is invalid and cannot be converted to a thumbnail";
  679. "_method_not_expected_" = "Ustekabeko eskaera metodoa";
  680. "_reauthenticate_user_" = "Sarbidea iraungita, saioa berriro hasi";
  681. "_server_error_retry_" = "Zerbitzaria aldi baterako ez dago erabilgarri";
  682. "_too_many_files_" = "Fitxategi gehiegi egongo lirateke eragiketa honetan";
  683. "_too_many_request_" = "Eskaera gehiegi bidaltzeak tasa mugara iristea eragin du";
  684. "_user_over_quota_" = "Biltegiratze kuotara iritsi da";
  685. "_ssl_connection_error_" = "Connection SSL error, try again";
  686. "_bad_request_" = "Okerreko eskaera";
  687. "_webdav_locked_" = "WebDAV Locked: Trying to access locked resource";
  688. "_error_user_not_available_" = "Erabiltzailea ez dago eskuragarri";
  689. "_server_response_error_" = "Zerbitzariaren erantzun edukiaren errorea";
  690. "_no_nextcloud_found_" = "Ez da aurkitu Nextcloud zerbitzaria";
  691. "_error_decompressing_" = "Error during decompressing. Unknown compression method or the file is corrupt";
  692. "_error_json_decoding_" = "Serious internal error in decoding metadata (The data couldn’t be read because it isn’t in the correct format.)";
  693. "_error_check_remote_user_" = "Zerbitzariak errorearekin erantzun du, pasahitza berriro sartu behar da";
  694. "_request_entity_too_large_" = "Fitxategia handiegia da";
  695. "_not_possible_download_" = "Ezin da fitxategia deskargatu";
  696. "_not_possible_upload_" = "Ezin da fitxategia kargatu";
  697. "_method_not_allowed_" = "The requested method is not supported";
  698. "_invalid_url_" = "Baliogabeko zerbitzariaren url-a";
  699. "_invalid_literal_" = "Invalid search string";
  700. "_invalid_date_format_" = "Invalid date format";
  701. "_invalid_data_format_" = "Invalid data format";
  702. "_error_decode_xml_" = "Invalid response, error decode XML";
  703. "_internal_generic_error_" = "barne errorea";
  704. // QRCode
  705. "_qrcode_not_authorized_" = "Aplikazio honek ez du atzeko kamera erabiltzeko baimenik";
  706. "_qrcode_not_supported_" = "QRCodea ez da uneko gailuan onartzen";
  707. // Voice Memo
  708. "_create_voice_memo_" = "Sortu ahots-oharra";
  709. "_voice_memo_start_" = "Sakatu hasteko";
  710. "_voice_memo_stop_" = "Sakatu gelditzeko";
  711. "_voice_memo_filename_" = "Voice memo";
  712. "_voice_memo_title_" = "Kargatu ahots-oharra";
  713. // Passcode
  714. "Enter Passcode" = "Sartu pasahitza";
  715. "Enter a new passcode" = "Sartu pasahitz berri bat";
  716. "Confirm new passcode" = "Berretsi pasahitz berria";
  717. "Passcodes didn't match. Try again." = "Passcodes didn't match. Try again.";
  718. "Delete" = "Ezabatu";
  719. "Cancel" = "Utzi";
  720. // IM
  721. "_textnote_" = "Testu-oharra";
  722. "_audionote_" = "Audio-oharra";
  723. "_removeaudionote_" = "Do you want delete the audio note?";
  724. "_detailpicture_" = "Detail picture";
  725. "_creation_archive_error_" = "Errorea artxiboa sortzean";
  726. "_read_audio_error_" = "Errorea audio fitxategia irakurtzean";
  727. "_create_audio_error_" = "Errorea audio fitxategia sortzean";
  728. "_create_image_error_" = "Errorea irudi fitxategia sortzean";
  729. "_error_open_file_" = "Errorea fitxategi bat zabaltzean";
  730. "_new_background_im_" = "Hautatu irudi bat, hartu argazki bat edo ez dezazu ezer hautatu atzeko planoko oihal gisa ezartzeko. Egin klik \"Eginda\" botoian bukatzeko.";