[fenix] Import l10n.

pull/600/head
Mozilla L10n Automation Bot 3 years ago committed by mergify[bot]
parent 6a0652d71e
commit a5090ad038

@ -4,6 +4,7 @@
<string name="app_name_private_5">Privačioji „%s“</string>
<!-- 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_4">„%s“ (privačioji)</string>
<!-- Home Fragment -->
<!-- Content description (not visible, for screen readers etc.): "Three dot" menu button. -->
<string name="content_description_menu">Daugiau parinkčių</string>
@ -48,6 +49,16 @@
<!-- Content description on checkmark while tab is selected in multiselect mode in tab tray -->
<string name="tab_tray_multiselect_selected_content_description">Pažymėta</string>
<!-- Home - Recently saved bookmarks -->
<!-- Title for the home screen section with recently saved bookmarks. -->
<string name="recently_saved_bookmarks">Paskiausiai įtraukta</string>
<!-- Content description for the recently saved bookmarks section on the home screen. -->
<string name="recently_saved_bookmarks_content_description">Paskiausiai įtraukti adresyno įrašai</string>
<!-- Title for the button which navigates the user to show all of their saved bookmarks. -->
<string name="recently_saved_show_all">Rodyti viską</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">Visų įtrauktų adresyno įrašų rodymo mygtukas</string>
<!-- About content. The first parameter is the name of the application. (For example: Fenix) -->
<string name="about_content">„%1$s“ kūrėjai yra „Mozilla“.</string>
@ -92,13 +103,6 @@
<!-- Text for the negative action button to dismiss the Close Tabs Banner. -->
<string name="tab_tray_close_tabs_banner_negative_button_text">Paslėpti</string>
<!-- Text for the banner message to tell users about our grid view feature. -->
<string name="tab_tray_grid_view_banner_message">Pakeiskite atvertų kortelių išdėstymą. Eikite į nuostatas, ir pasirinkite tinklelį prie kortelių rodinio.</string>
<!-- Text for the positive action button to go to Settings for auto close tabs. -->
<string name="tab_tray_grid_view_banner_positive_button_text">Eiti į nuostatas</string>
<!-- Text for the negative action button to dismiss the Close Tabs Banner. -->
<string name="tab_tray_grid_view_banner_negative_button_text">Paslėpti</string>
<!-- Home screen icons - Long press shortcuts -->
<!-- Shortcut action to open new tab -->
<string name="home_screen_shortcut_open_new_tab_2">Nauja kortelė</string>
@ -108,6 +112,12 @@
<!-- Heading for the Top Sites block -->
<string name="home_screen_top_sites_heading">Lankomiausios svetainės</string>
<!-- Recent Tabs -->
<!-- Header text for jumping back into the recent tab in the home screen -->
<string name="recent_tabs_header">Sugrįžkite</string>
<!-- Button text for showing all the tabs in the tabs tray -->
<string name="recent_tabs_show_all">Rodyti viską</string>
<!-- Browser Fragment -->
<!-- Content description (not visible, for screen readers etc.): Navigate to open tabs -->
<string name="browser_tabs_button">Atvertos kortelės</string>
@ -183,6 +193,10 @@
<!-- Browser menu label for editing a bookmark -->
<string name="browser_menu_edit">Keisti</string>
<!-- Browser Toolbar -->
<!-- Content description for the Home screen button on the browser toolbar -->
<string name="browser_toolbar_home">Pradžios ekranas</string>
<!-- Error message to show when the user tries to access a scheme not
handled by the app (Ex: blob, tel etc) -->
<string name="unknown_scheme_error_message">Nepavyko prisijungti. Neatpažįstama URL schema.</string>
@ -547,8 +561,6 @@
<string name="library_new_tab">Nauja kortelė</string>
<!-- Option in Library to find text in page -->
<string name="library_find_in_page">Rasti tinklalapyje</string>
<!-- Option in Library to open Synced Tabs page -->
<string name="library_synced_tabs">Sinchronizuotos kortelės</string>
<!-- Option in Library to open Reading List -->
<string name="library_reading_list">Skaitinių sąrašas</string>
<!-- Menu Item Label for Search in Library -->
@ -593,6 +605,12 @@
<!-- Option for auto closing tabs that will auto close tabs after one month -->
<string name="close_tabs_after_one_month">Po vieno mėnesio</string>
<!-- Option for starting on the home screen after after four hours or inactivity -->
<string name="start_on_home_after_four_hours">Po keturių valandų</string>
<!-- Option for always starting on the home screen -->
<string name="start_on_home_always">Visada</string>
<!-- Option for never starting on the home screen -->
<string name="start_on_home_never">Niekada</string>
<!-- Summary for tabs preference when auto closing tabs setting is set to manual close-->
<string name="close_tabs_manually_summary">Užverti rankiniu būdu</string>
<!-- Summary for tabs preference when auto closing tabs setting is set to auto close tabs after one day-->
@ -1583,6 +1601,10 @@
<string name="credit_cards_card_number">Kortelės numeris</string>
<!-- The header for the expiration date of a credit card -->
<string name="credit_cards_expiration_date">Galiojimo data</string>
<!-- The label for the expiration date month of a credit card to be used by a11y services-->
<string name="credit_cards_expiration_date_month">Galiojimo datos mėnuo</string>
<!-- The label for the expiration date year of a credit card to be used by a11y services-->
<string name="credit_cards_expiration_date_year">Galiojimo datos metai</string>
<!-- The header for the name on the credit card -->
<string name="credit_cards_name_on_card">Vardas ant kortelės</string>
<!-- The header for the nickname for a credit card -->
@ -1603,6 +1625,8 @@
<!-- Error message for credit card number validation -->
<string name="credit_cards_number_validation_error_message">Įveskite teisingą mokėjimo kortelės numerį</string>
<!-- Error message for credit card name on card validation -->
<string name="credit_cards_name_on_card_validation_error_message">Užpildykite šį lauką</string>
<!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their saved credit cards -->
<string name="credit_cards_biometric_prompt_message">Atrakinkite, norėdami peržiūrėti įrašytas korteles</string>
<!-- Title of warning dialog if users have no device authentication set up -->

Loading…
Cancel
Save