Import l10n.

upstream-sync
Mozilla L10n Automation Bot 3 years ago committed by mergify[bot]
parent 0a1f9e0020
commit a31f859508

@ -1860,6 +1860,11 @@
<!-- Title text displayed in the tabs tray when a tab has been unused for 4 days. -->
<string name="inactive_tabs_title">Неактыўныя карткі</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 дзён</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 тыдзень</string>
<!-- Default browser experiment -->
<string name="default_browser_experiment_card_text">Наладзьце аўтаматычна адкрываць спасылкі з сайтаў, пошты і паведамленняў у Firefox.</string>

@ -236,7 +236,7 @@
<!-- Search suggestion onboarding hint title text -->
<string name="search_suggestions_onboarding_title">Permitir sugestões de pesquisa em sessões privativas?</string>
<!-- Search suggestion onboarding hint description text, first parameter is the name of the app defined in app_name (for example: Fenix)-->
<string name="search_suggestions_onboarding_text">O %s compartilha o que você digita na barra de endereços com seu mecanismo de pesquisa padrão.</string>
<string name="search_suggestions_onboarding_text">O %s irá compartilhar o que você digitar na barra de endereços com seu mecanismo de pesquisa padrão.</string>
<!-- Search suggestion onboarding hint Learn more link text -->
<string name="search_suggestions_onboarding_learn_more_link">Saiba mais</string>

@ -58,6 +58,9 @@
<!-- Title for the button which navigates the user to show all of their saved bookmarks. -->
<string name="recently_saved_show_all">Prikaži vse</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">Gumb za prikaz vseh shranjenih zaznamkov</string>
<!-- About content. The first parameter is the name of the application. (For example: Fenix) -->
<string name="about_content">%1$s izdeluje Mozilla.</string>
@ -112,6 +115,9 @@
<!-- Heading for the Top Sites block -->
<string name="home_screen_top_sites_heading">Glavne strani</string>
<!-- Recent Tabs -->
<!-- Header text for jumping back into the recent tab in the home screen -->
<string name="recent_tabs_header">Skoči nazaj</string>
<!-- Button text for showing all the tabs in the tabs tray -->
<string name="recent_tabs_show_all">Prikaži vse</string>
@ -476,6 +482,8 @@
<string name="preferences_marketing_data">Podatki za trženje</string>
<!-- Preference description for marketing data collection, parameter is the app name (e.g. Firefox) -->
<string name="preferences_marketing_data_description">Deli podatke o možnostih, ki jih uporabljate v %1$su z Leanplumom, našim ponudnikom mobilnega oglaševanja.</string>
<!-- Preference description for marketing data collection -->
<string name="preferences_marketing_data_description2">Deli osnovne podatke o uporabi z Adjustom, našim ponudnikom mobilnega trženja</string>
<!-- Title for studies preferences -->
<string name="preference_experiments_2">Raziskave</string>
<!-- Summary for studies preferences -->
@ -1527,9 +1535,14 @@
<!-- Preference for autofilling saved logins in Firefox (in web content), %1$s will be replaced with the app name -->
<string name="preferences_passwords_autofill2">Samodejno izpolni v %1$su</string>
<!-- Description for the preference for autofilling saved logins in Firefox (in web content), %1$s will be replaced with the app name -->
<string name="preferences_passwords_autofill_description">Izpolnjuj in shranjuj uporabniška imena in gesla na spletnih mestih, ko uporabljate %1$s.</string>
<!-- Preference for autofilling logins from Fenix in other apps (e.g. autofilling the Twitter app) -->
<string name="preferences_android_autofill">Samodejno izpolni v drugih aplikacijah</string>
<!-- Description for the preference for autofilling logins from Fenix in other apps (e.g. autofilling the Twitter app) -->
<string name="preferences_android_autofill_description">Izpolnjuj uporabniška imena in gesla v drugih aplikacijah na napravi.</string>
<!-- Preference for syncing saved logins in Fenix -->
<string name="preferences_passwords_sync_logins">Sinhronizacija prijav</string>
<!-- Preference for syncing saved logins in Fenix, when not signed in-->
@ -1691,6 +1704,9 @@
<!-- Title of PIN verification dialog to direct users to re-enter their device credentials to access their credit cards -->
<string name="credit_cards_biometric_prompt_message_pin">Odklenite svojo napravo</string>
<!-- Message displayed in biometric prompt for authentication, before allowing users to use their stored credit card information -->
<string name="credit_cards_biometric_prompt_unlock_message">Odklenite za uporabo shranjenih podatkov o kreditnih karticah</string>
<!-- Title of the Add search engine screen -->
<string name="search_engine_add_custom_search_engine_title">Dodaj iskalnik</string>
<!-- Title of the Edit search engine screen -->
@ -1872,6 +1888,9 @@
<!-- Content description radio buttons with a link to more information -->
<string name="radio_preference_info_content_description">Kliknite za podrobnosti</string>
<!-- Content description for the action bar "up" button -->
<string name="action_bar_up_description">Pojdi gor</string>
<!-- Content description for privacy content close button -->
<string name="privacy_content_close_button_content_description">Zapri</string>

Loading…
Cancel
Save