Localizable.strings 120 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010
  1. //
  2. // Localizable.strings
  3. // Nextcloud
  4. //
  5. // Copyright © 2017 Marino Faggiana. All rights reserved.
  6. //
  7. // Author Marino Faggiana <marino.faggiana@nextcloud.com>
  8. //
  9. // This program is free software: you can redistribute it and/or modify
  10. // it under the terms of the GNU General Public License as published by
  11. // the Free Software Foundation, either version 3 of the License, or
  12. // (at your option) any later version.
  13. //
  14. // This program is distributed in the hope that it will be useful,
  15. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. // GNU General Public License for more details.
  18. //
  19. // You should have received a copy of the GNU General Public License
  20. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. //
  22. "_itunes_" = "iTunes";
  23. "_cancel_" = "Anulează";
  24. "_tap_to_cancel_" = "Tap to cancel";
  25. "_cancel_request_" = "Do you want to cancel?";
  26. "_upload_file_" = "Încarcă fișier";
  27. "_download_file_" = "Descarcă fișier";
  28. "_loading_" = "Loading";
  29. "_loading_with_points_" = "Se încarcă…";
  30. "_loading_num_" = "Loading file %i";
  31. "_loading_autoupload_" = "Încărcare automată";
  32. "_uploading_" = "Încărcare";
  33. "_synchronization_" = "Sincronizare";
  34. "_delete_" = "Șterge";
  35. "_delete_file_n_" = "Delete file %i of %i";
  36. "_rename_" = "Redenumire";
  37. "_rename_file_" = "Redenumește fișier";
  38. "_rename_folder_" = "Redenumește dosar";
  39. "_move_" = "Mută";
  40. "_move_file_n_" = "Move file %i of %i";
  41. "_creating_sharing_" = "Creating sharing";
  42. "_updating_sharing_" = "Updating sharing";
  43. "_removing_sharing_" = "Removing sharing";
  44. "_add_" = "Adaugă";
  45. "_login_" = "Autentificare";
  46. "_save_" = "Salvează";
  47. "_warning_" = "Atenție";
  48. "_error_" = "Eroare";
  49. "_no_" = "Nu";
  50. "_yes_" = "a";
  51. "_select_" = "Select";
  52. "_deselect_" = "Deselectează";
  53. "_select_all_" = "Selectează tot";
  54. "_upload_" = "Încarcă";
  55. "_home_" = "Fișiere";
  56. "_files_" = "Fișiere";
  57. "_home_dir_" = "Acasă";
  58. "_file_to_upload_" = "File to upload";
  59. "_destination_" = "Destination";
  60. "_ok_" = "OK";
  61. "_beta_version_" = "Beta version";
  62. "_function_in_testing_" = "Funcționalitate în teste, vă rugăm să trimiteți informații în legătură cu orice problemă întâlnită.";
  63. "_done_" = "Realizat";
  64. "_clear_" = "Șterge ";
  65. "_passcode_too_short_" = "Parola este prea scurtă, sunt necesare cel puțin 4 caractere";
  66. "_selected_" = "Selected";
  67. "_scan_fingerprint_" = "Scan fingerprint to authenticate";
  68. "_no_active_account_" = "No account found";
  69. "_info_" = "Info";
  70. "_warning_" = "Atenție";
  71. "_email_" = "Email";
  72. "_save_exit_" = "Do you want to exit without saving?";
  73. "_video_" = "Video";
  74. "_overwrite_" = "Suprascrie";
  75. "_transfers_in_queue_" = "Transfer în desfășurare, vă rugăm așteptați...";
  76. "_too_errors_upload_" = "Prea multe erori, vă rugăm verificați problema";
  77. "_create_folder_" = "Creează dosar";
  78. "_create_folder_e2ee_" = "Create encrypted folder";
  79. "_create_folder_on_" = "Creează dosar pe";
  80. "_close_" = "Închide";
  81. "_postpone_" = "Amânare";
  82. "_remove_" = "Șterge";
  83. "_file_not_found_" = "Fișierul nu a fost găsit";
  84. "_continue_" = "Continuă";
  85. "_continue_editing_" = "Continue editing";
  86. "_continue_request_" = "Doriți să continuați ?";
  87. "_auto_upload_folder_" = "Încărcare automată";
  88. "_gallery_" = "Galerie";
  89. "_photo_" = "Poză";
  90. "_audio_" = "Audio";
  91. "_unknown_" = "Necunoscut";
  92. "_next_" = "Următorul";
  93. "_success_" = "Succes";
  94. "_initialization_" = "Inițializare";
  95. "_experimental_" = "Experimental";
  96. "_select_dir_media_tab_" = "Selectează dosarul \"Media\"";
  97. "_error_creation_file_" = "Oops! Could not create the file";
  98. "_save_path_" = "Salvează calea";
  99. "_save_settings_" = "Salvează setări";
  100. "_mode_filename_" = "Numele fișierului";
  101. "_warning_owncloud_" = "Sunteți conectat la un server ownCloud. Acest server este netestat și nu este suportat, folosiți acest server pe riscul propriu. Pentru a face upgrade la Nextcloud vizitați https://nextcloud.com/migration";
  102. "_warning_unsupported_" = "Folosiți o versiune ce nu mai este suportată de Nextcloud Pentru a vă ține datele în siguranță vă recomandăm să faceți upgrade la ultima versiune stabilă de Nextcloud";
  103. "_restore_" = "Restaurare";
  104. "_camera_roll_" = "Camera roll";
  105. "_tap_here_to_change_" = "Apăsați aici pentru a schimba";
  106. "_no_albums_" = "Nu sunt albume";
  107. "_denied_album_" = "Această aplicație nu are acces la \"Imagini\", puteți să activați accesul în Setări de confidențialitate";
  108. "_denied_camera_" = "Această aplicație nu are acces la \"Cameră\", puteți să activați accesul în Setări de confidențialitate";
  109. "_start_" = "Începe";
  110. "_force_start_" = "Forțează pornirea";
  111. "_purchase_" = "Cumpără";
  112. "_account_not_available_" = "Contul %@ din %@ nu există, vă rugăm să îl adăugați pentru a putea citi fișierul %@";
  113. "_the_account_" = "The account";
  114. "_does_not_exist_" = "does not exist";
  115. "_error_parameter_schema_" = "Parametrii sunt greșiți, continuarea este imposibilă";
  116. "_comments_" = "Comentarii";
  117. "_sharing_" = "Partajare";
  118. "_details_" = "Detalii";
  119. "_sub_details_" = "Subscription Details";
  120. "_subscriptions_" = "Subscriptions";
  121. "_dark_mode_" = "Temă întunecată";
  122. "_dark_mode_detect_" = "Detectează tema întunecată a iOS";
  123. "_screen_" = "Ecran";
  124. "_wipe_account_" = "Contul a fost șters de pe server";
  125. "_appconfig_view_title_" = "Configurarea contului în desfășurare...";
  126. "_no_permission_add_file_" = "Nu aveți permisiunea să adăugați fișiere";
  127. "_no_permission_delete_file_" = "Nu aveți permisiunea de a șterge fișiere";
  128. "_no_permission_modify_file_" = "Nu aveți permisiunea să modificați fișiere";
  129. "_request_upload_new_ver_" = "The file has been modified, do you want to upload the new version?";
  130. "_add_folder_info_" = "Adaugă informații despre dosar";
  131. "_back_" = "Înapoi";
  132. "_search_" = "Caută";
  133. "_of_" = "de";
  134. "_internal_modify_" = "Editează cu editorul intern";
  135. "_database_corrupt_" = "Oops ceva nu a mers bine, Vă rugăm să reintroduceți credențialele. Nu vă faceți griji fișierele dumneavoastră au rămas securizate";
  136. "_download_locally_" = "Download locally";
  137. "_livephoto_save_" = "Salvează Live Photo în albumul photo";
  138. "_livephoto_save_error_" = "A apărut o eroare în timpul salvării Live Photo";
  139. "_file_conflict_num_" = "conflict de fișiere";
  140. "_file_conflicts_num_" = "conflict de fișiere";
  141. "_file_conflict_desc_" = "Ce fișiere doriți să păstrați? Dacă selectați ambele versiuni, fișierul local va avea un număr atașat la numele acestuia.";
  142. "_file_conflict_new_" = "Fișiere noi";
  143. "_file_conflict_exists_" = "Fișiere deja existente";
  144. "_file_not_rewite_doc_" = "Nu este posibil să suprascrieți un fișier, dar puteți să creeați un fișier nou";
  145. "_move_or_copy_" = "Mută sau copiază";
  146. "_copy_" = "Copiază";
  147. "_now_" = "Acum";
  148. "_wait_" = "Vă rugăm așteptați...";
  149. "_attention_" = "Atenție";
  150. "_recent_" = "Recente";
  151. "_view_in_folder_" = "Vizualizează în director";
  152. "_leave_share_" = "Părăsește acest cerc";
  153. "_premium_" = "Premium";
  154. "_professional_" = "Professional";
  155. "_current_" = "Curent";
  156. "_buy_" = "Buy";
  157. "_disabled_" = "Disabled";
  158. /* MARK: Files lock */
  159. "_lock_file_" = "Blochează fișierul";
  160. "_unlock_file_" = "Deblochează fișierul";
  161. "_lock_selected_files_" = "Lock files";
  162. "_unlock_selected_files_" = "Unlock files";
  163. "_locked_by_" = "Locked by %@";
  164. "_file_locked_no_override_" = "This file is locked. It cannot be overridden.";
  165. /* Remove a file from a list, don't delete it entirely */
  166. "_remove_file_" = "Șterge fișier";
  167. /* Delete file and put it into the trash */
  168. "_delete_file_" = "Șterge fișier";
  169. "_delete_folder_" = "Șterge director";
  170. "_delete_photo_" = "Șterge imaginea";
  171. "_delete_video_" = "Șterge video-ul";
  172. "_automatic_Download_Image_" = "Folosește imaginile în rezoluție maximă";
  173. "_automatic_Download_Image_footer_" = "La vizualizarea imaginilor deascarcă-le doar dacă aceastea nu sunt disponibile în resoluție maximă";
  174. "_size_" = "Mărime";
  175. "_file_size_" = "Exported file size";
  176. "_dimension_" = "Dimensiune";
  177. "_duration_" = "Durată";
  178. "_model_" = "Model";
  179. "_set_user_status_" = "Setează status-ul utilizatorului";
  180. "_open_settings_" = "Deschide setările";
  181. "_rename_ext_title_" = "Schimbați tipul fișierului ?";
  182. "_rename_ext_message_" = "Acest fișier s-ar putea să se comporte diferit dacă schimbați tipul de la %@ la %@";
  183. "_use_" = "Utilizează";
  184. "_keep_" = "Păstrează";
  185. "_account_request_" = "Solicită cont";
  186. "_settings_account_request_" = "Solicită cont la pornire";
  187. "_print_" = "Printează";
  188. "_alias_" = "Alias";
  189. "_alias_footer_" = "Folosește un nume descriptiv pentru denumirea contului precum Acasă, Birou, Școală...";
  190. "_chunk_size_mb_" = "Dimensiunea bucăților în MB";
  191. "_chunk_footer_title_" = "Încărcare pe bucăți (0 înseamnă oprit)\nImportant: încărcarea pe bucăți funcționează numai când aplicația este \"activă\"";
  192. "_privacy_legal_" = "Politica legală și de confidențialitate";
  193. "_source_code_" = "Obține codul sursă";
  194. "_account_select_" = "Selectează contul";
  195. "_account_select_to_add_" = "Select the account to add";
  196. "_host_insert_" = "Introdu de exemplu numele de host:";
  197. "_certificate_not_found_" = "Fișierul %@ nu a fost găsit în dosarul documente.";
  198. "_copy_failed_" = "Copierea a eșuat";
  199. "_certificate_installed_" = "Certificat instalat";
  200. "_want_delete_account_" = "Doriți să ștergeți contul %@";
  201. "_prevent_http_redirection_"= "Redirecționarea în HTTP nu este permisă";
  202. "_pdf_vertical_" = "Afișarea verticală a fișierelor PDF";
  203. "_pdf_horizontal_" = "Afișarea orizontală a fișierelor PDF";
  204. "_single_file_conflict_title_" = "Conflict de fișiere";
  205. "_multi_file_conflict_title_" = "%@ conflict de fișiere";
  206. "_replace_action_title_" = "Înlocuiește";
  207. "_keep_both_action_title_" = "Păstrează amândouă";
  208. "_cancel_keep_existing_action_title_" = "Anulează și păstrează fișierul existent";
  209. "_replace_all_action_title_" = "Înlocuiește tot";
  210. "_keep_both_for_all_action_title_" = "Păstrează ambele pentru toate";
  211. "_more_action_title_" = "Mai multe detalii";
  212. /* Background of the file listing view */
  213. "_use_as_background_" = "Folosește ca fundal";
  214. /* Background of the file listing view */
  215. "_background_" = "Fundal";
  216. "_dark_mode_" = "Temă întunecată";
  217. "_default_color_" = "Folosește culoarea implicită";
  218. "_as_default_color_" = "Folosește culoarea implicită";
  219. // MARK: User Status
  220. /* User status */
  221. "_online_" = "Online";
  222. /* User status */
  223. "_away_" = "Plecat";
  224. /* User status */
  225. "_dnd_" = "Nu deranja";
  226. /* User status */
  227. "_dnd_description_" = "Dezactivați toate notificările";
  228. /* User status */
  229. "_invisible_" = "Invizibil";
  230. /* User status */
  231. "_invisible_description_" = "Apari deconectat";
  232. /* User status */
  233. "_status_message_" = "Mesaj de status";
  234. "_status_message_placehorder_" = "Care este statusul dumneavoastră?";
  235. "_online_status_" = "Status online";
  236. "_clear_status_message_" = "Șterge mesajul de stare";
  237. "_set_status_message_" = "Setează mesajul de status";
  238. "_clear_status_message_after_" = "Șterge mesajul de stare după";
  239. /* User status */
  240. "_select_option_" = "Selectatți opțiunea";
  241. "_dont_clear_" = "Nu curăța";
  242. "_30_minutes_" = "30 de minute";
  243. "_an_hour_" = "o oră";
  244. "_1_hour_" = "1 oră";
  245. "_4_hours_" = "4 ore";
  246. "day" = "Astăzi";
  247. "_this_week_" = "Săptămâna aceasta";
  248. "_days_" = "Zile";
  249. "_hours_" = "Ore";
  250. "_minutes_" = "Minute";
  251. "_network_available_" = "Network available";
  252. "_network_not_available_" = "Rețeaua nu este disponibilă";
  253. "_file_too_big_" = "File size too big to be encrypted/decrypted";
  254. "_file_too_big_max_100_" = "File size too big (max 100 kb.)";
  255. "_...loading..._" = "Se încarcă…";
  256. "_download_plist_" = " ";
  257. "_no_reuploadfile_" = "Nu s-a putut găsi sau retrimite fișierul. Ștergeți procesul de încărcare și reîncărcați fișierul pentru încărcare.";
  258. "_file_already_exists_" = "Nu s-a putut completa operațiunea, un fișier cu același nume există deja";
  259. "_read_file_error_" = "Nu se poate citi fișierul";
  260. "_write_file_error_" = "Nu se poate scrie în fișier";
  261. "_files_lock_error_" = "There was an error changing the lock of this file";
  262. "_more_" = "Mai mult";
  263. "_notifications_" = "Notificari";
  264. "_logout_" = "Ieșire";
  265. "_quota_space_unlimited_" = "Nelimitată";
  266. "_quota_space_unknown_" = "Necunoscut";
  267. "_quota_using_" = "Folosiți %@ din %@";
  268. "_acknowledgements_" = "Acknowledgements";
  269. "_settings_" = "Setări";
  270. "_passcode_" = "Parolă";
  271. "_enter_password_" = "Enter password …";
  272. "_lock_" = "Blochează";
  273. "_lock_active_" = "Blocare: Pornită";
  274. "_lock_not_active_" = "Blocare: Oprită";
  275. "_lock_protection_no_screen_" = "Nu întreba la pornire";
  276. "_lock_protection_no_screen_footer_" = "Folosiți \"Nu întreba la pornire\" petru opțiunea de criptare";
  277. "_enable_touch_face_id_" = "Activează Touch/Face ID";
  278. "_url_" = "URL";
  279. "_username_" = "Nume utilizator";
  280. "_change_credentials_" = "Change your credentials";
  281. "_wifi_only_" = "Only use Wi-Fi connection";
  282. "_settings_autoupload_" = "Încărcare automată";
  283. "_app_version_" = "Versiunea aplicației";
  284. "_app_in_use_" = "Application in use";
  285. "_contact_by_email_" = "Contact us by email";
  286. "_clear_cache_" = "Șterge cache";
  287. "_clear_cache_footer_" = "Șterge fișierele descărcate și fișierele disponibile offline din aplicație";
  288. "_exit_" = "Resetează aplicația";
  289. "_exit_footer_" = "Șterge toate conturile și datele locale din aplicație";
  290. "_funct_not_enabled_" = "Functionality not enabled";
  291. "_passcode_activate_" = "Blocare folosind cod pornit";
  292. "_disabling_passcode_" = "Blocare folosind cod oprit";
  293. "_want_exit_" = "Atenție! Setările vor fi resetate în starea inițială. Continuați ?";
  294. "_proceed_" = "Proceed";
  295. "_delete_cache_" = "Delete cache";
  296. "_want_delete_cache_" = "Do you want to delete the cache (this also removes the transfers in progress)?";
  297. "_want_delete_thumbnails_" = "Doriți de asemenea să ștergeți toate thumbnail-urile ?";
  298. "_mail_deleted_" = "Mail deleted";
  299. "_mail_saved_" = "Mail saved";
  300. "_mail_sent_" = "Mesajul a fost expediat";
  301. "_mail_failure_" = "Nu am putut trimite emailul: %@";
  302. "_information_req_" = "Information request";
  303. "_write_in_english_" = "Vă rugăm să ne scrieți în Engleză";
  304. "_credentials_" = "Detalii de autentificare";
  305. "_manage_account_" = "Manage account";
  306. "_change_password_" = "Schimbă parola";
  307. "_add_account_" = "Adaugă cont";
  308. "_delete_account_" = "Sterge contul";
  309. "_delete_active_account_" = "Șterge contul activ";
  310. "_want_delete_" = "Chiar doriți să ștergeți ?";
  311. "_no_delete_" = "Nu, nu șterge";
  312. "_yes_delete_" = "Da, șterge";
  313. "_remove_cache_" = "Se golește memoria cache... Vă rugăm așteptați.";
  314. "_optimizations_" = "Optimizations";
  315. "_synchronizations_" = "Synchronizations folders";
  316. "_version_server_" = "Server version";
  317. "_help_" = "Ajutor";
  318. "_change_simply_passcode_" = "Change password type";
  319. "_quota_" = "Procent";
  320. "_available_" = "Disponibil";
  321. "_not_available_" = "Nu este disponibil";
  322. "_accounts_" = "Conturi";
  323. "_information_" = "Informații";
  324. "_personal_information_" = "Informații personale";
  325. "_user_full_name_" = "Nume complet";
  326. "_user_address_" = "Adresă";
  327. "_user_phone_" = "Număr telefon";
  328. "_user_email_" = "Email";
  329. "_user_web_" = "Site web";
  330. "_user_twitter_" = "Twitter";
  331. "_user_job_" = "Job";
  332. "_user_businesssize_" = "Mărimea afacerii";
  333. "_user_businesstype_" = "Tipul afacerii";
  334. "_user_city_" = "Oraș";
  335. "_user_country_" = "Țară";
  336. "_user_company_" = "Companie";
  337. "_user_role_" = "Rol";
  338. "_user_zip_" = "Cod poștal";
  339. "_user_owner_" = "Proprietar";
  340. "_user_employee_" = "Angajat";
  341. "_user_contractor_" = "Contractor";
  342. "_user_editprofile_" = "Editează profilul";
  343. "_select_offline_warning_" = "Making multiple files and folders available offline may take a while and use a lot of memory while doing so.";
  344. "_advanced_" = "Avansat";
  345. "_permissions_" = "Permissions";
  346. "_disable_files_app_" = "Dezactivează integrarea aplicației Files";
  347. "_disable_files_app_footer_" = "Nu permite accesul fișierelor din aplicația de Fișiere din iOS";
  348. "_trial_" = "Probă";
  349. "_trial_expired_day_" = "Zile rămase";
  350. "_time_remaining_" = "%@ remaining";
  351. "_disableLocalCacheAfterUpload_footer_" = "După încărcarea fișierelor, nu le păstrați în memoria cache locală";
  352. "_disableLocalCacheAfterUpload_" = "Dezactivează cache local";
  353. "_autoupload_" = "Auto încărcare fișiere foto/video ";
  354. "_autoupload_select_folder_" = "Selectează dosarul pentru \"Incărcare automată\" ";
  355. "_autoupload_error_select_folder_" = "Selectează un dosar valid pentru \"Auto încărcare\"";
  356. "_autoupload_background_" = "Încărcare automată în fundal";
  357. "_autoupload_photos_" = "Încarcă automat fotografii";
  358. "_autoupload_videos_" = "Încarcă automat fișiere video";
  359. "_autoupload_description_" = "Fișierele noi foto/video vor fi încărcate automat în Nextcloud";
  360. "_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";
  361. "_autoupload_background_title_" = "Limitations";
  362. "_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.";
  363. "_autoupload_change_location_" = "Change folder";
  364. "_autoupload_location_now_" = "Director";
  365. "_autoupload_location_default_" = "Restore default folder";
  366. "_autoupload_change_location_footer_" = "Change folder used for \"Automatic upload of camera photos\" (if the option is enabled)";
  367. "_autoupload_not_select_home_" = "Select a folder";
  368. "_autoupload_save_album_" = "Copiază fotografia sau video-ul în albumul foto";
  369. "_autoupload_fullphotos_" = "Încarcă toate pozele";
  370. "_autoupload_fullphotos_footer_" = "Adjust the options above before uploading";
  371. "_autoupload_create_subfolder_" = "Folosește subdosare";
  372. "_autoupload_create_subfolder_footer_" = "Store in subfolders based on year, month or daily";
  373. "_autoupload_subfolder_granularity_" = "Subfolder Granularity";
  374. "_autoupload_filenamemask_" = "Change filename mask";
  375. "_autoupload_filenamemask_footer_" = "Change the automatic filename mask";
  376. "_autoupload_current_folder_" = "Dosarul selectat în acest moment";
  377. "_help_tutorial_" = "Tutorial";
  378. "_help_intro_" = "Introducere în Nextcloud";
  379. "_help_activity_verbose_" = "Flux de activitate detaliat";
  380. "_help_activity_mail_" = "Trimite activitatea prin email";
  381. "_help_activity_clear_" = "Golește activitatea";
  382. "_show_hidden_files_" = "Arată fișierele ascunse";
  383. "_format_compatibility_" = "Cel mai compatibil";
  384. "_format_compatibility_footer_" = "Opțiunea \"Cel mai compatibil\" va salva fotografiile ca fișiere JPEG, dacă este posibil. ";
  385. "_terms_" = "Terms of Service";
  386. "_privacy_" = "Confindențialitate";
  387. "_privacy_policy_" = "Privacy Policy";
  388. "_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";
  389. "_crashservice_title_" = "Disable crash reporter";
  390. "_crashservice_alert_" = "This option requires a restart of the app to take effect";
  391. "_upload_mov_livephoto_" = "Live Photo";
  392. "_upload_mov_livephoto_footer_" = "\"Live Photo\" will save the selected photo in \"Live Photo\" format, if possible.";
  393. "_view_capabilities_" = "Vizualizați capabilitățile";
  394. "_capabilities_" = "Capabilities";
  395. "_no_capabilities_found_" = "Capabilities not found";
  396. "_diagnostics_" = "Diagnostics";
  397. "_view_log_" = "View log file";
  398. "_clear_log_" = "Clear log file";
  399. "_level_log_" = "Set Log level (disabled, standard, maximum)";
  400. "_connect_server_anyway_" = "Do you want to connect to the server anyway?";
  401. "_server_is_trusted_" = "Do you consider this server trusted?";
  402. "_connection_error_" = "Connection error";
  403. "_serverstatus_error_" = "Connection to server failure, verify your server address or network status";
  404. "_add_your_nextcloud_" = "Add your Nextcloud account";
  405. "_login_url_" = "Server address https:// …";
  406. "_login_bottom_label_" = "Don't have a server yet?\nChoose one of the providers.";
  407. "_error_multidomain_" = "Address not allowed, only the following domains are valid:";
  408. "_account_already_exists_" = "The account %@ already exists";
  409. "_traditional_login_" = "Revert to old login method";
  410. "_web_login_" = "Revert to web login method";
  411. "_login_url_error_" = "URL error, please verify your server URL";
  412. "_webflow_not_available_" = "Web login not available, use the old login method";
  413. "_favorites_" = "Favorite";
  414. "_favorite_" = "Favorite";
  415. "_unfavorite_" = "Unfavorite";
  416. "_no_files_uploaded_" = "No files uploaded";
  417. "_tutorial_favorite_view_" = "FIșierele și dosarele pe care le marcați ca favorite vor apărea aici";
  418. "_tutorial_offline_view_" = "Files copied here will be available offline.\n\nThey will be synchronized with your cloud.";
  419. "_tutorial_groupfolders_view_" = "No Group folders yet";
  420. "_tutorial_local_view_" = "You'll find the unpacked files from your cloud.\n\nConnect to iTunes to share these files.";
  421. "_more_" = "Mai mult";
  422. "_favorite_no_files_" = "Nu aveți favorite încă";
  423. "_pull_down_" = "Pull down to refresh";
  424. "_no_photo_load_" = "No photo or video";
  425. "_tutorial_autoupload_view_" = "You can enable auto uploads from \"Settings\"";
  426. "_no_date_information_" = "No date information";
  427. "_no_camera_information_" = "No camera information";
  428. "_no_lens_information_" = "No lens information";
  429. "_today_" = "Azi";
  430. "_yesterday_" = "Ieri";
  431. "_time_" = "Time: %@\n\n%@";
  432. "_location_not_enabled_" = "Location Services not enabled";
  433. "_location_not_enabled_msg_" = "Please go to \"Settings\" and turn on \"Location Services\"";
  434. "_access_photo_not_enabled_" = "Accesul la Fotografii nu este activat";
  435. "_access_photo_not_enabled_msg_" = "Please go to \"Settings\" and turn on \"Photo Access\"";
  436. "_access_photo_location_not_enabled_" = "Accesul la Fotografii și Locație nu este activat";
  437. "_access_photo_location_not_enabled_msg_" = "Vă rugăm să accesați „Setări” și activați „Acces fotografie” și „Servicii locație”";
  438. "_tutorial_photo_view_" = "No photos or videos uploaded yet";
  439. "_create_full_upload_" = "Creating archive … May take a long time. During this process, keep the application active during the transfer as well.";
  440. "_error_createsubfolders_upload_" = "Error creating subfolders";
  441. "_activate_autoupload_" = "Enable auto upload";
  442. "_remove_photo_CameraRoll_" = "Remove from camera roll";
  443. "_remove_photo_CameraRoll_desc_" = "\"Remove from camera roll\" after uploads, a confirmation message will be displayed to delete the uploaded photos or videos from the camera roll. The deleted photos or videos will still be available in the iOS Photos Trash for 30 days.";
  444. "_never_" = "niciodată";
  445. "_less_a_minute_" = "less than a minute ago";
  446. "_a_minute_ago_" = "a minute ago";
  447. "_minutes_ago_" = "%d minutes ago";
  448. "_an_hour_ago_" = "an hour ago";
  449. "_hours_ago_" = "%d hours ago";
  450. "_a_day_ago_" = "a day ago";
  451. "_days_ago_" = "%d days ago";
  452. "_over_30_days_" = "over 30 days";
  453. "_connection_internet_offline_" = "The Internet connection appears to be offline or only allowed Wi-Fi";
  454. "_insert_password_" = "Enter password";
  455. "_update_in_progress_" = "Version upgrade, please wait …";
  456. "_forbidden_characters_" = "The file or folder name contains invalid characters";
  457. "_cannot_send_mail_error_" = "No account set up, or wrong email address entered";
  458. "_open_url_error_" = "Cannot open the URL for this action";
  459. "_photo_camera_" = "Poze";
  460. "_media_" = "Media";
  461. "_unzip_in_progress_" = "Extraction in progress on local storage …";
  462. "_file_unpacked_" = "File unpacked on local storage";
  463. "_file_saved_local_" = "File saved on local storage.";
  464. "_file_not_present_" = "Error: File not present, please reload.";
  465. "_order_by_" = "Sortare după";
  466. "_order_by_name_a_z_" = "Sort by name (from A to Z)";
  467. "_sorted_by_name_a_z_" = "Sorted by name (from A to Z)";
  468. "_order_by_name_z_a_" = "Sort by name (from Z to A)";
  469. "_sorted_by_name_z_a_" = "Sorted by name (from Z to A)";
  470. "_order_by_date_more_recent_" = "Sort by newest";
  471. "_sorted_by_date_more_recent_" = "Sorted by newest";
  472. "_order_by_date_less_recent_" = "Sort by oldest";
  473. "_sorted_by_date_less_recent_" = "Sorted by oldest";
  474. "_order_by_size_smallest_" = "Sort by smallest";
  475. "_sorted_by_size_smallest_" = "Sorted by smallest";
  476. "_order_by_size_largest_" = "Sort by largest";
  477. "_sorted_by_size_largest_" = "Sorted by largest";
  478. "_delete_selected_files_" = "Delete files";
  479. "_move_selected_files_" = "Move files";
  480. "_move_or_copy_selected_files_" = "Move or copy files";
  481. "_download_selected_files_" = "Download files";
  482. "_download_selected_files_folders_" = "Download files and folders";
  483. "_error_operation_canc_" = "Error: Operation canceled.";
  484. "_only_lock_passcode_" = "Available only with Lock password activated. Activate it in the \"Settings\".";
  485. "_go_to_app_settings_" = "Go to app settings";
  486. "_passcode_protection_" = "Password protection";
  487. "_remove_favorites_" = "Șterge din favorite";
  488. "_remove_offline_" = "Remove from offline";
  489. "_add_favorites_" = "Adăugați la favorite";
  490. "_add_offline_" = "Add to offline";
  491. "_remove_passcode_" = "Remove password protection";
  492. "_protect_passcode_" = "Protejează cu parolă";
  493. "_share_" = "Partajează";
  494. "_reload_" = "Reîncarcă";
  495. "_open_in_" = "Open in …";
  496. "_open_" = "Open …";
  497. "_remove_local_file_" = "Remove from cache";
  498. "_add_local_" = "Add to local storage";
  499. "_comm_erro_pull_down_" = "Attention: Communication error with the server. Pull down to refresh.";
  500. "_file_not_downloaded_" = "file not dowloaded";
  501. "_file_not_uploaded_" = "file not uploaded";
  502. "_folders_" = "folders";
  503. "_folder_" = "folder";
  504. "_files_" = "Fișiere";
  505. "_file_" = "file";
  506. "_folder_blocked_" = "Folder blocked";
  507. "_downloading_progress_" = "Initiating download of files …";
  508. "_no_file_pull_down_" = "Upload a file or pull down to refresh";
  509. "_browse_images_" = "Browse images";
  510. "_synchronized_folder_" = "Keep the folder synchronized";
  511. "_remove_synchronized_folder_" = "Turn off the synchronization";
  512. "_synchronized_confirm_" = "Enabling the synchronization, all files in the folder will be synchronized with the server, continuous ?";
  513. "_offline_folder_confirm_" = "After enabling the offline folder, all files in it will be synchronized with the server, continue?";
  514. "_file_not_found_reload_" = "File not found, pull down to refresh";
  515. "_title_section_download_" = "DOWNLOAD";
  516. "_title_section_upload_" = "UPLOAD";
  517. "_group_alphabetic_yes_" = "✓ Group alphabetically";
  518. "_group_alphabetic_no_" = "Group alphabetically";
  519. "_group_typefile_yes_" = "✓ Group by Type File";
  520. "_group_typefile_no_" = "Group by Type File";
  521. "_group_date_yes_" = "✓ Group by Date";
  522. "_group_date_no_" = "Group by Date";
  523. "_element_" = "element";
  524. "_elements_" = "elements";
  525. "_tite_footer_upload_wwan_" = " Wi-Fi network required, %lu %@ to upload";
  526. "_tite_footer_upload_" = "%lu %@ to upload";
  527. "_tite_footer_download_wwan_" = " Wi-Fi network required, %lu %@ to download";
  528. "_tite_footer_download_" = "%lu %@ to download";
  529. "_limited_dimension_" = "Reached maximum size";
  530. "_save_selected_files_" = "Save to photo gallery";
  531. "_file_not_saved_cameraroll_" = "Error: File not saved in photo album";
  532. "_file_saved_cameraroll_" = "File saved in photo album";
  533. "_directory_on_top_yes_" = "✓ Folders on top";
  534. "_directory_on_top_no_" = "Folders on top";
  535. "_folder_automatic_upload_" = "Folder for \"Auto upload\"";
  536. "_search_no_record_found_" = "No result";
  537. "_search_in_progress_" = "Search in progress …";
  538. "_search_instruction_" = "Search for file (minimum 2 characters)";
  539. "_files_no_files_" = "Nu sunt fișiere aici";
  540. "_files_no_folders_" = "No folders in here";
  541. "_request_in_progress_" = "Request to server in progress …";
  542. "audio" = "AUDIO";
  543. "compress" = "COMPRESS";
  544. "directory" = "FOLDERS";
  545. "document" = "DOCUMENTS";
  546. "image" = "IMAGES";
  547. "template" = "TEMPLATES";
  548. "unknow" = "UNKNOWN";
  549. "video" = "VIDEO";
  550. "_file_del_only_local_" = "File not present on server";
  551. "_copy_file_" = "Copiază";
  552. "_paste_file_" = "Paste";
  553. "_open_quicklook_" = "Open with Quick Look";
  554. "_search_this_folder_" = "Search in this folder";
  555. "_search_all_folders_" = "Search in all folders";
  556. "_search_sub_folder_" = "Search here and in subfolders";
  557. "_theming_is_light_" = "Server theming too brightly coloured, not applicable";
  558. "_cancel_all_task_" = "Cancel all transfers";
  559. "_status_wait_download_" = "Waiting for download";
  560. "_status_in_download_" = "In download";
  561. "_status_downloading_" = "Downloading";
  562. "_status_wait_upload_" = "Waiting for upload";
  563. "_status_in_upload_" = "In upload";
  564. "_status_uploading_" = "Încărcare";
  565. "_status_upload_error_" = "Error, waiting for upload";
  566. "_select_media_folder_" = "Select the \"Media\" folder";
  567. "_media_viewimage_show_" = "Show images";
  568. "_media_viewimage_hide_" = "Hide images";
  569. "_media_viewvideo_show_" = "Show video";
  570. "_media_viewvideo_hide_" = "Hide video";
  571. "_media_by_created_date_" = "Sort by created date";
  572. "_media_by_upload_date_" = "Sort by upload date";
  573. "_media_by_modified_date_" = "Sortare după data ultimei modificări ";
  574. "_insert_password_pfd_" = "Secure PDF. Enter password";
  575. "_password_pdf_error_" = "Wrong password";
  576. "_error_download_photobrowser_" = "Error: Unable to download photo";
  577. "_good_morning_" = "Bună dimineața";
  578. "_good_day_" = "Good day";
  579. "_good_afternoon_" = "Bună ziua";
  580. "_good_evening_" = "Bună seara";
  581. "_good_night_" = "Seara bună";
  582. // MARK: Share
  583. "_share_link_" = "Partajează link-ul";
  584. "_share_link_button_" = "Send link to …";
  585. "_share_link_name_" = "Link name";
  586. "_password_" = "Parolă";
  587. "_share_password_" = "Password protect link";
  588. "_share_expirationdate_" = "Set expiration date link";
  589. "_date_" = "Date";
  590. "_share_title_" = "Partajează";
  591. "_add_sharee_" = "Add users or groups";
  592. "_add_sharee_footer_" = "You can share this resource by adding users or groups. To remove a share, remove all users and groups";
  593. "_find_sharee_title_" = "Caută";
  594. "_find_sharee_" = "Search for user or group …";
  595. "_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";
  596. "_user_is_group_" = "(Group)";
  597. "_direct_sharee_title_" = "Partajează";
  598. "_direct_sharee_footer_" = "If you already know the name, enter it, then select the share type and press \"Done\" to confirm";
  599. "_direct_sharee_" = "Enter the username …";
  600. "_user_sharee_footer_" = "Tap to change permissions";
  601. "_share_type_title_" = "Type of share";
  602. "_share_type_user_" = "Utilizator";
  603. "_share_type_group_" = "Grup";
  604. "_share_type_remote_" = "Remote";
  605. "_enforce_password_protection_" = "Impune protecția prin parolă";
  606. "_password_obligatory_" = "Enforce password protection enabled, password obligatory";
  607. "_shared_with_you_by_" = "Shared with you by";
  608. "_shareLinksearch_placeholder_" = "Type a name and press Search";
  609. "_shareLinksearch_mail_placeholder_" = "Type a name or an email and press Search";
  610. "_new_comment_" = "Comentariu nou...";
  611. "_edit_comment_" = "Editează comentariu";
  612. "_delete_comment_" = "Șterge comentariu";
  613. "_share_allow_editing_" = "Permite editarea";
  614. "_share_read_only_" = "Numai se vizualizează";
  615. "_share_editing_" = "Se modifică";
  616. "_share_allow_upload_" = "Permite încărcarea și editarea";
  617. "_share_file_drop_" = "Aruncă fișierul (numai încărcare)";
  618. "_share_secure_file_drop_" = "Secure file drop (upload only)";
  619. "_share_hide_download_" = "Ascunde descărcarea";
  620. "_share_password_protect_" = "Protejare cu parolă";
  621. "_share_expiration_date_" = "Specifică data expirării";
  622. "_share_note_recipient_" = "Notă către destinatar";
  623. "_share_delete_sharelink_" = "Delete link";
  624. "_share_add_sharelink_" = "Adaugă un alt link";
  625. "_share_can_reshare_" = "Permite repartajarea";
  626. "_share_can_create_" = "Permite crearea";
  627. "_share_can_change_" = "Permite editarea";
  628. "_share_can_delete_" = "Permite ștergerea";
  629. "_share_can_download_" = "Allow download";
  630. "_share_unshare_" = "Oprește partajarea";
  631. "_share_internal_link_" = "Internal link";
  632. "_share_internal_link_des_" = "Only works for users with access to this folder";
  633. "_share_reshare_disabled_" = "You are not allowed to reshare this file/folder";
  634. "_share_reshare_restricted_" = "Note: You only have limited permission to reshare this file/folder";
  635. "_no_transfer_" = "No transfers yet";
  636. "_no_transfer_sub_" = "Uploads and downloads from this device will show up here";
  637. "_no_activity_" = "Momentan fără activitate";
  638. "_no_activity_footer_" = "No more activities to load";
  639. "_transfers_" = "Transferuri";
  640. "_activity_" = "Activitate";
  641. "_activity_file_not_present_" = "File no longer present";
  642. "_trash_file_not_found_" = "It seems that the file is not in the trash, go to the trash to update it and try again";
  643. "_list_shares_" = "Partajări";
  644. "_list_shares_no_files_" = "No shares yet";
  645. "_tutorial_list_shares_view_" = "Fișierele și directoarele pe care le partajați vor apărea aici";
  646. "_create_synchronization_" = "Create synchronization";
  647. "_offline_" = "Offline";
  648. "_local_storage_" = "Local storage";
  649. "_local_storage_no_record_" = "No files yet";
  650. "_upload_photos_videos_" = "Upload photos or videos";
  651. "_upload_file_" = "Încarcă fișier";
  652. "_upload_file_text_" = "Create text file";
  653. "_create_nextcloudtext_document_" = "Create text document";
  654. "_save_document_picker_" = "Save here";
  655. "_destination_folder_" = "Destination folder";
  656. "_use_folder_auto_upload_" = "Use the \"Auto upload\" folder as destination";
  657. "_rename_filename_" = "Redenumire";
  658. "_filename_" = "Nume fișier";
  659. "_enter_filename_" = "Enter filename …";
  660. "_preview_filename_" = "Example preview of filename. You can use the mask %@ for date/time";
  661. "_forbidden_characters_" = "The file or folder name contains invalid characters";
  662. "_add_filenametype_" = "Specify type in filename";
  663. "_filenametype_photo_video_" = "Photo/Video";
  664. "_maintain_original_filename_" = "Maintain original filename";
  665. "_modify_photo_" = "Modify photo";
  666. "_notifications_" = "Notificari";
  667. "_no_notification_" = "No notifications yet";
  668. "_autoupload_filename_title_" = "Auto upload filename";
  669. "_untitled_txt_" = "Untitled.txt";
  670. "_text_upload_title_" = "Upload text file";
  671. "_e2e_settings_title_" = "Încriptare";
  672. "_e2e_settings_" = "End-to-end encryption";
  673. "_e2e_settings_start_" = "Start end-to-end encryption";
  674. "_e2e_settings_not_available_" = "End-to-end encryption not available";
  675. "_e2e_settings_activated_" = "End-to-end encryption activated";
  676. "_e2e_server_disabled_" = "End-to-end encryption app disabled on server";
  677. "_e2e_settings_view_passphrase_" = "Împreună, cele 12 cuvinte sunt o parolă foarte puternică, ceea ce face ca numai tu să vezi și să utilizezi documentele tale criptate. Te rog scrie-o și păstreaz-o undeva în siguranță.";
  678. "_e2e_settings_read_passphrase_" = "Read passphrase";
  679. "_e2e_settings_lock_not_active_" = "Lock not active, go back to \"Settings\" and activate it";
  680. "_e2e_settings_the_passphrase_is_" = "The passphrase is:";
  681. "_e2e_passphrase_request_title_" = "Request passphrase";
  682. "_e2e_passphrase_request_message_" = "Insert the 12 words";
  683. "_e2e_settings_remove_" = "Remove the encryption locally";
  684. "_e2e_settings_remove_message_" = "Confirm removal of encryption along with the passphrase.";
  685. "_e2e_set_folder_encrypted_" = "Encrypt";
  686. "_e2e_remove_folder_encrypted_" = "Decrypt";
  687. "_e2e_goto_settings_for_enable_" = "This is an encrypted directory, go to \"Settings\" and enable end-to-end encryption";
  688. "_e2e_error_" = "Serious internal error end-to-end encryption";
  689. "_e2e_in_upload_" = "Upload in progress, please wait for all files to be transferred";
  690. "_scans_document_" = "Scan document";
  691. "_scanned_images_" = "Scanned images";
  692. "_scan_document_pdf_page_" = "Page";
  693. "_scan_label_document_zone_" = "Drag images down for document creation";
  694. "_filter_document_" = "Document";
  695. "_filter_original_" = "Original";
  696. "_filter_bn_" = "Black & White";
  697. "_filter_grayscale_" = "Grayscale";
  698. "_quality_image_title_" = "Preview image quality";
  699. "_quality_high_" = "Large file size of high quality";
  700. "_quality_medium_" = "Average file size of medium quality";
  701. "_quality_low_" = "Small file size of low quality";
  702. "_file_type_" = "File type";
  703. "_pdf_password_" = "PDF Password";
  704. "_file_creation_" = "File creation";
  705. "_delete_all_scanned_images_" = "Delete all scanned images";
  706. "_text_recognition_" = "Text recognition";
  707. /* The title on the navigation bar of the Scanning screen. */
  708. "wescan.scanning.title" = "Scanning";
  709. /* The "Next" button on the right side of the navigation bar on the Edit screen. */
  710. "wescan.edit.button.next" = "Următorul";
  711. /* The title on the navigation bar of the Edit screen. */
  712. "wescan.edit.title" = "Edit Scan";
  713. /* The "Done" button on the right side of the navigation bar on the Review screen. */
  714. "wescan.review.button.done" = "Realizat";
  715. /* The title on the navigation bar of the Review screen. */
  716. "wescan.review.title" = "Review";
  717. "_trash_view_" = "Fișiere șterse";
  718. "_trash_restore_all_" = "Restore all files";
  719. "_trash_delete_all_" = "Empty trash";
  720. "_trash_delete_permanently_" = "Șterge permanent";
  721. "_trash_delete_all_description_" = "Do you want to empty the trash bin?";
  722. "_trash_no_trash_" = "No files deleted";
  723. "_trash_no_trash_description_" = "You can restore deleted files from here";
  724. "_trash_restore_selected_" = "Restore selected files";
  725. "_trash_delete_selected_" = "Delete selected files";
  726. "_manage_file_offline_" = "Manage offline files";
  727. "_set_available_offline_" = "Set as available offline";
  728. "_remove_available_offline_" = "Remove as available offline";
  729. "_create_new_document_" = "Crează document nou";
  730. "_create_new_spreadsheet_" = "Crează foaie de calcul nouă";
  731. "_create_new_presentation_" = "Crează prezentare nouă";
  732. "_go_online_" = "Go online to see the document";
  733. "_intro_1_title_" = "Păstrează datele tale în siguranță și sub controlul tău";
  734. "_intro_2_title_" = "Secure collaboration & file exchange";
  735. "_intro_3_title_" = "Easy-to-use web mail, calendaring & contacts";
  736. "_intro_4_title_" = "Screen sharing, online meetings & web conferences";
  737. "_log_in_" = "Autentificare";
  738. "_sign_up_" = "Înscriete cu un furnizor";
  739. "_host_your_own_server" = "Găzduiește-ți propriul server";
  740. "_unauthorized_" = "Unauthorized";
  741. "_bad_username_password_" = "Nume de utilizator sau parolă greșite";
  742. "_cancelled_by_user" = "Transfer canceled";
  743. "_error_folder_destiny_is_the_same_" = "It is not possible to move the folder into itself";
  744. "_error_not_permission_" = "You don't have permission to complete the operation";
  745. "_error_path_" = "Unable to open this file or folder. Please make sure it exists";
  746. "_file_upload_not_exitst_" = "The file that you want to upload does not exist";
  747. "_forbidden_characters_from_server_" = "The name contains at least one invalid character";
  748. "_error_not_modified_" = "Resource not modified";
  749. "_not_connected_internet_" = "Server connection error";
  750. "_not_possible_connect_to_server_" = "It is not possible to connect to the server at this time";
  751. "_not_possible_create_folder_" = "Folder could not be created";
  752. "_server_down_" = "Could not establish contact with server";
  753. "_time_out_" = "Timeout, try again";
  754. "_unknow_response_server_" = "Unexpected response from server";
  755. "_user_authentication_required_" = "User authentication required";
  756. "_file_directory_locked_" = "File or directory locked";
  757. "_ssl_certificate_untrusted_" = "The certificate for this server is invalid";
  758. "_ssl_certificate_changed_" = "The certificate for this server seems to have changed";
  759. "_internal_server_" = "Internal server error";
  760. "_file_already_exists_" = "Nu s-a putut completa operațiunea, un fișier cu același nume există deja";
  761. "_file_folder_not_exists_" = "The source file wasn't found at the specified path";
  762. "_folder_contents_nochanged_" = "The folder contents have not changed";
  763. "_images_invalid_converted_" = "The image is invalid and cannot be converted to a thumbnail";
  764. "_method_not_expected_" = "Unexpected request method";
  765. "_reauthenticate_user_" = "Access expired, log in again";
  766. "_server_error_retry_" = "The server is temporarily unavailable";
  767. "_too_many_files_" = "Too many files would be involved in this operation";
  768. "_too_many_request_" = "Sending too many requests caused the rate limit to be reached";
  769. "_user_over_quota_" = "Storage quota is reached";
  770. "_ssl_connection_error_" = "Connection SSL error, try again";
  771. "_bad_request_" = "Bad request";
  772. "_webdav_locked_" = "WebDAV Locked: Trying to access locked resource";
  773. "_error_user_not_available_" = "The user is no longer available";
  774. "_server_response_error_" = "Server response content error";
  775. "_no_nextcloud_found_" = "Nextcloud server not found";
  776. "_error_decompressing_" = "Error during decompressing. Unknown compression method or the file is corrupt";
  777. "_error_json_decoding_" = "Serious internal error in decoding metadata (The data couldn't be read because it isn't in the correct format.)";
  778. "_error_check_remote_user_" = "Server responded with error, password re-entry is required";
  779. "_request_entity_too_large_" = "The file is too large";
  780. "_not_possible_download_" = "It is not possible to download the file";
  781. "_not_possible_upload_" = "It is not possible to upload the file";
  782. "_error_files_upload_" = "Error uploading files";
  783. "_method_not_allowed_" = "The requested method is not supported";
  784. "_invalid_url_" = "URL server invalid";
  785. "_invalid_literal_" = "Invalid search string";
  786. "_invalid_date_format_" = "Invalid date format";
  787. "_invalid_data_format_" = "Invalid data format";
  788. "_error_decode_xml_" = "Invalid response, error decode XML";
  789. "_internal_generic_error_" = "eroare internă";
  790. "_editor_unknown_" = "Failed to open file: Editor is unknown";
  791. "_err_file_not_found_" = "File not found, removed";
  792. "_err_e2ee_app_version_" = "The app version of end-to-end encryption is not compatible with the server, please update your server";
  793. "_err_permission_microphone_" = "Please allow Microphone usage from Settings";
  794. "_err_permission_photolibrary_" = "Please allow Photos from Settings";
  795. "_err_permission_locationmanager_" = "Please allow Location - Always from Settings";
  796. "_qrcode_not_authorized_" = "This app is not authorized to use Back Camera";
  797. "_qrcode_not_supported_" = "QR code not supported by the current device";
  798. "_create_voice_memo_" = "Create voice memo";
  799. "_voice_memo_start_" = "Tap to start";
  800. "_voice_memo_stop_" = "Tap to stop";
  801. "_voice_memo_filename_" = "Voice memo";
  802. "_voice_memo_title_" = "Upload voice memo";
  803. "Enter Passcode" = "Enter Passcode";
  804. "Enter a new passcode" = "Enter a new passcode";
  805. "Confirm new passcode" = "Confirm new passcode";
  806. "Passcodes didn't match. Try again." = "Passcodes didn't match. Try again.";
  807. "Delete" = "Șterge";
  808. "Cancel" = "Anulează";
  809. "_certificate_details_" = "Certificate Server details";
  810. "_certificate_pn_details_" = "Certificate Push Notification details";
  811. "_certificate_view_" = "Certificate Server";
  812. "_certificate_pn_view_" = "Certificate Push Notification";
  813. "_save_as_scan_" = "Save as scan";
  814. "_modify_" = "Modify";
  815. "_overwrite_original_" = "Overwrite original";
  816. "_save_as_copy_" = "Save as copy";
  817. "_discard_changes_" = "Close and discard changes";
  818. "_message_disable_overwrite_livephoto_" = "This image is a Live Photo, overwrite will not be possible";
  819. "_discard_changes_info_" = "Your changes will be discarded.";
  820. "_delete_files_desc_" = "Delete files to free up space";
  821. "_delete_old_files_" = "Delete, in the cache, all files older than";
  822. "_never_" = "niciodată";
  823. "_1_year_" = "1 year";
  824. "_6_months_" = "6 months";
  825. "_3_months_" = "3 months";
  826. "_1_month_" = "1 month";
  827. "_1_week_" = "1 săptămână";
  828. "_1_day_" = "1 zi";
  829. "_monthly_" = "Lunar";
  830. "_yearly_" = "Anual";
  831. "_weekly_" = "Săptămânal";
  832. "_daily_" = "Daily";
  833. "_day_" = "Zi";
  834. "_used_space_" = "Used space";
  835. "_open_in_onlyoffice_" = "Open in ONLYOFFICE";
  836. "_open_in_collabora_" = "Open with Collabora Online";
  837. "_login_address_detail_" = "The link to your %@ web interface when you open it in the browser.";
  838. "_go_to_page_" = "Go to page";
  839. "_page_" = "Page";
  840. "_this_document_has_%@_pages_" = "This document has %@ pages";
  841. "_invalid_page_" = "Invalid Page";
  842. "_the_entered_page_number_does_not_exist_" = "The entered page number does not exist";
  843. "_error_something_wrong_" = "Something went wrong";
  844. "_resolution_" = "Rezoluție";
  845. "_try_download_full_resolution_" = "Download full resolution image";
  846. "_full_resolution_image_info_" = "This may reveal more information about the photo.";
  847. "_copied_path_" = "Copied path";
  848. "_copy_path_" = "Copy path";
  849. "_certificates_" = "Certificates";
  850. "_privacy_screen_" = "Splash screen when app inactive";
  851. "_saving_" = "Se salvează";
  852. "_video_not_streamed_" = "The server does not allow video streaming, do you want to download it?";
  853. "_video_not_streamed_e2ee_" = "The server does not allow video streaming because it is encrypted, do you want to download it?";
  854. "_scan_" = "Scan";
  855. "_in_" = "in";
  856. "_enter_passphrase_" = "Enter passphrase (12 words)";
  857. "_show_more_results_" = "Show more results";
  858. "_waiting_for_" = "Waiting for:";
  859. "_reachable_wifi_" = "network reachable via Wi-Fi or cable";
  860. "_ITMS-90076_" = "Due to a change in the Nextcloud application identifier, the settings and password for accessing your cloud are reset, so please re-enter your account data and check your Settings. We are sorry about that.";
  861. "_password_not_present_" = "Please re-insert your credentials.";
  862. "_copy_passphrase_" = "Copy passphrase";
  863. "_ok_copy_passphrase_" = "OK and copy passphrase";
  864. "_select_color_" = "Select the color";
  865. "_change_color_" = "Change color";
  866. "_description_dashboardwidget_" = "Having the Dashboard always at your fingertips has never been easier.";
  867. "_description_fileswidget_" = "View your recent files and use the toolbar to speed up your operations.";
  868. "_description_toolbarwidget_" = "A toolbar to speed up your operations.";
  869. "_no_data_available_" = "No data available";
  870. "_widget_available_nc25_" = "Widget only available starting with Nextcloud 25";
  871. "_keep_running_" = "Keep the app running for a better user experience";
  872. "_recent_activity_" = "Activitate recentă";
  873. "_title_lockscreenwidget_" = "Stare";
  874. "_description_lockscreenwidget_" = "Keep an eye on available space and recent activity";
  875. "_no_items_" = "No items";
  876. "_check_back_later_" = "Check back later";
  877. "_exporting_video_" = "Exporting video … Tap to cancel.";
  878. "_apps_nextcloud_detect_" = "Detected %@ apps";
  879. "_add_existing_account_" = "Other %@ Apps has been detected, do you want to add an existing account?";
  880. "_status_in_progress_" = "Status reading in progress …";
  881. "_status_e2ee_on_server_" = "The end-to-end encryption is already configured in the server but not yet enabled on this device";
  882. "_status_e2ee_not_setup_" = "The end-to-end encryption is not yet configured on the server";
  883. "_status_e2ee_configured_" = "The end-to-end encryption is correctly configured";
  884. "_change_upload_filename_" = "Do you want to save the file with a different name?";
  885. "_save_file_as_" = "Save file as %@";
  886. "_password_ascii_" = "The password cannot contain special characters";
  887. "_calendar_contacts_" = "Calendar and Contacts";
  888. "_mobile_config_" = "Download the configuration profile";
  889. "_calendar_contacts_footer_" = "After the downloading you need to go to the Settings app to install it. If a profile is not installed within 8 minutes of downloading it, it is automatically deleted";
  890. "_preview_" = "Previzualizare";
  891. "_crop_" = "Crop";
  892. "_modify_image_desc_" = "Tap the image for modify";
  893. "_message_disable_livephoto_" = "This image is a Live Photo, changing it will lose the Live effect";
  894. "_enable_livephoto_" = "Enable Live Photo";
  895. "_disable_livephoto_" = "Disable Live Photo";
  896. "_undo_modify_" = "Undo the modify";
  897. "_unauthorizedFilesPasscode_" = "Files cannot be used with an activated passcode";
  898. "_disableFilesApp_" = "Files cannot be used because it is disabled";
  899. "_reset_application_done_" = "Reset application, done.";
  900. "_rename_already_exists_" = "A file with this name already exists";
  901. "_created_" = "Created";
  902. "_recipients_" = "Recipients";
  903. "_are_sure_" = "Are you sure?";
  904. "_creation_" = "Creation";
  905. "_modified_" = "Modified";
  906. "_group_folders_" = "Group folders";
  907. "_play_from_files_" = "Play movie by Files";
  908. "_play_from_url_" = "Play movie by URL";
  909. "_valid_video_url_" = "Insert a valid URL";
  910. "_deletion_progess_" = "Deletion in progress";
  911. "_copying_progess_" = "Copying in progress";
  912. "_moving_progess_" = "Moving in progress";
  913. "_chunk_enough_memory_" = "It seems there is not enough space to send the file";
  914. "_chunk_create_folder_" = "The file could not be sent, please check the server log";
  915. "_chunk_files_null_" = "The file for sending could not be created";
  916. "_chunk_move_" = "The sent file could not be reassembled, please check the server log";
  917. // Video
  918. "_select_trace_" = "Select the trace";
  919. "_video_processing_" = "Video processing";
  920. "_video_being_processed_" = "Video being processed …";
  921. "_downloading_" = "Downloading";
  922. "_download_error_" = "Download error";
  923. "_subtitle_" = "Subtitle";
  924. "_dts_to_ac3_" = "The DTS is not supported, it requires a conversion to Dolby Digital";
  925. "_reuired_conversion_" = "This video takes a long time to convert.";
  926. "_stay_app_foreground_" = "Keep the app in the foreground …";
  927. "_conversion_available_" = "The conversion is always available on menu";
  928. "_video_format_not_recognized_" = "This video needs to be processed to be played, do you want to do it now?";
  929. "_video_must_download_" = "This video needs to be downloaded and processed to be played, do you want to do it now?";
  930. "_conversion_max_compatibility_" = "Max compatibility, the conversion can take much longer";
  931. "_video_tap_for_close_" = "A slight pressure to close the processing";
  932. "_subtitle_not_found_" = "Subtitle not found";
  933. "_disable_" = "Dezactivează";
  934. "_subtitle_not_dowloaded_" = "There are subtitles not downloaded locally";
  935. "_user_" = "Utilizator";
  936. "_add_subtitle_" = "Add an external subtitle";
  937. "_add_audio_" = "Add an external audio";
  938. "_maintenance_mode_" = "Server is currently in maintenance mode";
  939. "_upload_foreground_msg_" = "Do not close %@ to complete the transfer …";
  940. // Tip
  941. "_tip_pdf_thumbnails_" = "Swipe left from the right edge of the screen to show the thumbnails.";
  942. "_tip_accountrequest_" = "Touch here to change account or to add a new one";
  943. "_tip_addcopyimage_" = "Long press to paste a copied image";
  944. "_tip_open_mediadetail_" = "Swipe up to show the details";
  945. // MARK: Accessibility
  946. // Accessibility, floating panel top element
  947. "_cart_controller_" = "Card controller";
  948. "_accessibility_add_upload_" = "Adaugă și încarcă";
  949. "_dismiss_menu_" = "Dismiss the menu";
  950. "_show_profile_" = "Show profile";
  951. // a11y: On/Off
  952. "_on_" = "On";
  953. // a11y: On/Off
  954. "_off_" = "Oprit";
  955. "_grid_view_" = "Show grid view";
  956. "_list_view_" = "Show list view";
  957. // MARK: Plan customer
  958. "_leave_plan_title" = "We're sorry to see you go";
  959. "_leave_plan_description" = "You'll no longer have access to:";
  960. "_current_plan_" = "Current Plan";
  961. "_billing_plan_" = "Billing Plan";
  962. "_keep_plan_" = "Keep Plan";
  963. "_leave_plan_" = "Leave Plan";
  964. "_change_plan_" = "Change Plan";
  965. "_manage_plan_" = "Manage Plan";
  966. "_purchase_plan_" = "Purchase Plan";
  967. "_restore_plan_" = "Restore Purchased Plan";
  968. "_purchase_plan_description_" = "Purchases have been restored";
  969. "_choose_plan_" = "You should choose a plan in order to purchase it.";
  970. "_already_plan_" = "The selected plan has already been bought.";
  971. "_change_billing_" = "Change Billing";
  972. "_payment_method_" = "Payment Method";
  973. // MARK: Mantis library
  974. "Mantis.Done" = "Realizat";
  975. "Mantis.Cancel" = "Anulare";
  976. "Mantis.Reset" = "Resetare";
  977. "Mantis.Original" = "Original";
  978. "Mantis.Square" = "Square";