Strings - app/src/main/res/values-ro/strings.xml

pull/393/head
runner 3 years ago committed by Arturo Mejia
parent 143500b9e0
commit 04d3cebd90

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:moz="http://mozac.org/tools">
<!-- App name for private browsing mode. The first parameter is the name of the app defined in app_name (for example: Fenix)-->
<string name="app_name_private_5">Privat %s</string>
<!-- App name for private browsing mode. The first parameter is the name of the app defined in app_name (for example: Fenix)-->
@ -47,6 +47,11 @@
<!-- Content description on checkmark while tab is selected in multiselect mode in tab tray -->
<string name="tab_tray_multiselect_selected_content_description">Selectate</string>
<!-- Title for the button which navigates the user to show all of their saved bookmarks. -->
<string name="recently_saved_show_all">Afișează toate</string>
<!-- Content description for the button which navigates the user to show all of their saved bookmarks. -->
<string name="recently_saved_show_all_content_description">Afișează butonul cu toate marcajele salvate</string>
<!-- About content. The first parameter is the name of the application. (For example: Fenix) -->
<string name="about_content">%1$s este realizat de Mozilla.</string>
@ -69,6 +74,22 @@
<!-- Text for the negative button -->
<string name="cfr_neg_button_text">Nu, mulțumesc</string>
<!-- Text for the positive action button -->
<string name="open_in_app_cfr_positive_button_text">Mergi la setări</string>
<!-- Text for the negative action button -->
<string name="open_in_app_cfr_negative_button_text">Înlătură</string>
<!-- Text for the negative action button to dismiss the dialog. -->
<string name="camera_permissions_needed_negative_button_text">Înlătură</string>
<!-- Text for the banner message to tell users about our auto close feature. -->
<string name="tab_tray_close_tabs_banner_message">Setează închiderea automată a filelor deschise care nu au fost văzute în ultima zi, săptămână sau lună.</string>
<!-- Text for the positive action button to go to Settings for auto close tabs. -->
<string name="tab_tray_close_tabs_banner_positive_button_text">Vezi opțiunile</string>
<!-- Text for the negative action button to dismiss the Close Tabs Banner. -->
<string name="tab_tray_close_tabs_banner_negative_button_text">Înlătură</string>
<!-- Home screen icons - Long press shortcuts -->
<!-- Shortcut action to open new tab -->
<string name="home_screen_shortcut_open_new_tab_2">Filă nouă</string>
@ -78,6 +99,12 @@
<!-- Heading for the Top Sites block -->
<string name="home_screen_top_sites_heading">Site-uri de top</string>
<!-- Recent Tabs -->
<!-- Header text for jumping back into the recent tab in the home screen -->
<string name="recent_tabs_header">Revino la această filă</string>
<!-- Button text for showing all the tabs in the tabs tray -->
<string name="recent_tabs_show_all">Afișează toate</string>
<!-- Browser Fragment -->
<!-- Content description (not visible, for screen readers etc.): Navigate to open tabs -->
<string name="browser_tabs_button">File deschise</string>
@ -305,6 +332,8 @@
<!-- Preference for notifications -->
<string name="preferences_notifications">Notificări</string>
<!-- Button caption to confirm the add-on collection configuration -->
<string name="customize_addon_collection_ok">OK</string>
<!-- Hint displayed on input field for custom collection name -->
<string name="customize_addon_collection_hint">Numele colecției</string>
@ -465,6 +494,43 @@
<!-- Content description (not visible, for screen readers etc.): "Close button for library settings" -->
<string name="content_description_close_button">Închide</string>
<!-- Option in library for Recently Closed Tabs -->
<string name="library_recently_closed_tabs">File închise recent</string>
<!-- Option in library to open Recently Closed Tabs page -->
<string name="recently_closed_show_full_history">Afișează tot istoricul</string>
<!-- Text to show users they have multiple tabs saved in the Recently Closed Tabs section of history.
%d is a placeholder for the number of tabs selected. -->
<string name="recently_closed_tabs">%d file</string>
<!-- Text to show users they have one tab saved in the Recently Closed Tabs section of history.
%d is a placeholder for the number of tabs selected. -->
<string name="recently_closed_tab">%d filă</string>
<!-- Recently closed tabs screen message when there are no recently closed tabs -->
<string name="recently_closed_empty_message">Nu există file închise recent aici</string>
<!-- Title of preference that allows a user to auto close tabs after a specified amount of time -->
<string name="preferences_close_tabs">Închide filele</string>
<!-- Option for auto closing tabs that will never auto close tabs, always allows user to manually close tabs -->
<string name="close_tabs_manually">Manual</string>
<!-- Option for auto closing tabs that will auto close tabs after one day -->
<string name="close_tabs_after_one_day">După o zi</string>
<!-- Option for auto closing tabs that will auto close tabs after one week -->
<string name="close_tabs_after_one_week">După o săptămână</string>
<!-- Option for auto closing tabs that will auto close tabs after one month -->
<string name="close_tabs_after_one_month">După o lună</string>
<!-- Summary for tabs preference when auto closing tabs setting is set to manual close-->
<string name="close_tabs_manually_summary">Închide manual</string>
<!-- Summary for tabs preference when auto closing tabs setting is set to auto close tabs after one day-->
<string name="close_tabs_after_one_day_summary">Închide după o zi</string>
<!-- Summary for tabs preference when auto closing tabs setting is set to auto close tabs after one week-->
<string name="close_tabs_after_one_week_summary">Închide după o săptămână</string>
<!-- Summary for tabs preference when auto closing tabs setting is set to auto close tabs after one month-->
<string name="close_tabs_after_one_month_summary">Închide după o lună</string>
<!-- Dialog button to confirm the removing a study. -->
<string name="studies_restart_dialog_ok">OK</string>
<!-- Sessions -->
<!-- Title for the list of tabs -->
<string name="tab_header_label">Deschide filele</string>
@ -484,6 +550,10 @@
<string name="tab_tray_menu_item_save">Salvează în colecție</string>
<!-- Text shown in the menu for sharing all tabs -->
<string name="tab_tray_menu_item_share">Partajează toate filele</string>
<!-- Text shown in the menu to view recently closed tabs -->
<string name="tab_tray_menu_recently_closed">File închise recent</string>
<!-- Text shown in the tabs tray inactive tabs section -->
<string name="tab_tray_inactive_recently_closed">Închise recent</string>
<!-- Text shown in the menu for closing all tabs -->
<string name="tab_tray_menu_item_close">Închide toate filele</string>
<!-- Shortcut action to open new tab -->
@ -492,6 +562,8 @@
<string name="tab_tray_menu_home">Acasă</string>
<!-- Shortcut action to toggle private mode -->
<string name="tab_tray_menu_toggle">Mod de comutare a filelor</string>
<!-- Text shown in the multiselect menu for closing selected tabs. -->
<string name="tab_tray_multiselect_menu_item_close">Închide</string>
<!-- Content description (not visible, for screen readers etc.): Removes tab from collection button. Removes the selected tab from collection when pressed -->
<string name="remove_tab_from_collection">Elimină fila din colecție</string>
<!-- Content description (not visible, for screen readers etc.): Close tab button. Closes the current session when pressed -->
@ -529,6 +601,8 @@
<!-- Text for the menu button to remove a top site -->
<string name="remove_top_site">Șterge</string>
<!-- Text for the menu button to delete a top site from history -->
<string name="delete_from_history">Șterge din istoric</string>
<!-- Postfix for private WebApp titles, placeholder is replaced with app name -->
<string name="pwa_site_controls_title_private">%1$s (mod privat)</string>
@ -843,6 +917,8 @@
<string name="snackbar_tab_closed">Filă închisă</string>
<!-- Text shown in snackbar when user closes all tabs -->
<string name="snackbar_tabs_closed">File închise</string>
<!-- Text shown in snackbar when user closes tabs -->
<string name="snackbar_message_tabs_closed">File închise!</string>
<!-- Text shown in snackbar when user adds a site to top sites -->
<string name="snackbar_added_to_top_sites">Adăugat pe site-urile de top!</string>
<!-- Text shown in snackbar when user closes a private tab -->
@ -875,7 +951,7 @@
<!-- Tab collection deletion prompt dialog option to delete the collection -->
<string name="tab_collection_dialog_positive">Șterge</string>
<!-- Tab collection deletion prompt dialog option to cancel deleting the collection -->
<string name="tab_collection_dialog_negative">Renunță</string>
<string moz:removedIn="93" name="tab_collection_dialog_negative" tools:ignore="UnusedResources">Renunță</string>
<!-- Text displayed in a notification when the user enters full screen mode -->
<string name="full_screen_notification">Se intră în modul ecran complet</string>
<!-- Message for copying the URL via long press on the toolbar -->
@ -1016,7 +1092,7 @@
<string name="onboarding_privacy_notice_read_button">Citește notificarea noastră privind confidențialitatea</string>
<!-- Content description (not visible, for screen readers etc.): Close onboarding screen -->
<string name="onboarding_close">Închide</string>
<string moz:removedIn="93" name="onboarding_close" tools:ignore="UnusedResources">Închide</string>
<!-- text for the button to finish onboarding -->
<string name="onboarding_finish">Începe navigarea</string>
@ -1111,6 +1187,7 @@
<string name="preference_enhanced_tracking_protection_custom_cryptominers">Criptomineri</string>
<!-- Preference for enhanced tracking protection for the custom protection settings -->
<string name="preference_enhanced_tracking_protection_custom_fingerprinters">Detectoare de amprente digitale</string>
<!-- Header for categories that are being being blocked by current Enhanced Tracking Protection settings -->
<string name="enhanced_tracking_protection_blocked">Blocate</string>
<!-- Header for categories that are being not being blocked by current Enhanced Tracking Protection settings -->
<string name="enhanced_tracking_protection_allowed">Permise</string>
@ -1136,7 +1213,7 @@
<!-- Description of tracking content that can be blocked by Enhanced Tracking Protection -->
<string name="etp_tracking_content_description">Oprește încărcarea reclamelor, videoclipurilor și a altor conținuturi externe care conțin coduri de urmărire. Poate afecta anumite funcționalități ale site-ului.</string>
<!-- Enhanced Tracking Protection Onboarding Message shown in a dialog above the toolbar. The first parameter is the name of the application (For example: Fenix) -->
<string name="etp_onboarding_cfr_message">Când scutul este violet, %s a blocat elemente de urmărire de pe un site. Atinge pentru mai multe informații.</string>
<string moz:removedIn="93" name="etp_onboarding_cfr_message" tools:ignore="UnusedResources">Când scutul este violet, %s a blocat elemente de urmărire de pe un site. Atinge pentru mai multe informații.</string>
<!-- Enhanced Tracking Protection message that protection is currently on for this site -->
<string name="etp_panel_on">Protecțiile sunt ACTIVE pentru acest site</string>
<!-- Enhanced Tracking Protection message that protection is currently off for this site -->
@ -1209,7 +1286,8 @@
<!-- Preference option for never saving passwords in Fenix -->
<string name="preferences_passwords_save_logins_never_save">Nu salva niciodată</string>
<!-- Preference for autofilling saved logins in Fenix -->
<string name="preferences_passwords_autofill">Completare automată</string>
<string moz:removedIn="93" name="preferences_passwords_autofill" tools:ignore="UnusedResources">Completare automată</string>
<!-- Preference for syncing saved logins in Fenix -->
<string name="preferences_passwords_sync_logins">Sincronizează datele de autentificare</string>
<!-- Preference for syncing saved logins in Fenix, when not signed in-->
@ -1444,13 +1522,24 @@
<!-- Title text displayed in the dialog when top sites limit is reached. -->
<string name="top_sites_max_limit_title">A fost atinsă limita de site-uri de top</string>
<!-- Confirmation dialog button text when top sites limit is reached. -->
<string name="top_sites_max_limit_confirmation_button">Ok, am înțeles</string>
<string name="top_sites_max_limit_confirmation_button">OK, am înțeles</string>
<!-- Label for the show most visited sites preference -->
<string name="top_sites_toggle_top_frecent_sites">Afișează cele mai vizitate site-uri</string>
<!-- Title text displayed in the rename top site dialog. -->
<string name="top_sites_rename_dialog_title">Nume</string>
<!-- Button caption to confirm the renaming of the top site. -->
<string name="top_sites_rename_dialog_ok">OK</string>
<!-- In-activate tabs in the tabs tray -->
<!-- Title text displayed in the tabs tray when a tab has been unused for 4 days. -->
<string name="inactive_tabs_title">File inactive</string>
<!-- The amount of time until a tab in the "inactive" section of the tabs tray will be closed. See string inactive_tabs_description as well -->
<string name="inactive_tabs_30_days">30 de zile</string>
<!-- The amount of time until a tab in the "inactive" section of the tabs tray will be closed. See string inactive_tabs_description as well -->
<string name="inactive_tabs_7_days">1 săptămână</string>
<!-- Content description for close button in collection placeholder. -->
<string name="remove_home_collection_placeholder_content_description">Elimină</string>

Loading…
Cancel
Save