Skip to content

Commit

Permalink
Import l10n.
Browse files Browse the repository at this point in the history
  • Loading branch information
mozilla-l10n-automation-bot authored and mergify[bot] committed Aug 30, 2021
1 parent af117e4 commit 9181962
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 16 deletions.
13 changes: 8 additions & 5 deletions app/src/main/res/values-hr/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<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">Privatni %s</string>
Expand Down Expand Up @@ -646,6 +646,9 @@
<!-- Dialog button text for canceling removing a study. -->
<string name="studies_restart_dialog_cancel">Odustani</string>

<!-- Toast shown after turning on/off studies preferences -->
<string name="studies_toast_quit_application" tools:ignore="UnusedResources">Zatvaranje aplikacije radi primjene promjena...</string>

<!-- Sessions -->
<!-- Title for the list of tabs -->
<string name="tab_header_label">Otvorene kartice</string>
Expand Down Expand Up @@ -1141,7 +1144,7 @@
<!-- Tab collection deletion prompt dialog option to delete the collection -->
<string name="tab_collection_dialog_positive">Izbriši</string>
<!-- Tab collection deletion prompt dialog option to cancel deleting the collection -->
<string name="tab_collection_dialog_negative" tools:ignore="UnusedResources">Odustani</string>
<string moz:removedIn="93" name="tab_collection_dialog_negative" tools:ignore="UnusedResources">Odustani</string>
<!-- Text displayed in a notification when the user enters full screen mode -->
<string name="full_screen_notification">Pokretanje cjeloekranskog prikaza</string>
<!-- Message for copying the URL via long press on the toolbar -->
Expand Down Expand Up @@ -1308,7 +1311,7 @@
<string name="onboarding_privacy_notice_read_button">Pročitaj naša pravila privatnosti</string>

<!-- Content description (not visible, for screen readers etc.): Close onboarding screen -->
<string name="onboarding_close" tools:ignore="UnusedResources">Zatvori</string>
<string moz:removedIn="93" name="onboarding_close" tools:ignore="UnusedResources">Zatvori</string>

<!-- text for the button to finish onboarding -->
<string name="onboarding_finish">Započni surfati</string>
Expand Down Expand Up @@ -1440,7 +1443,7 @@
<string name="etp_tracking_content_description">Zaustavlja učitavanje vanjskih oglasa, videozapisa i drugog sadržaja koji sadrži kod za praćenje. Može utjecati na neke funkcionalnosti web-stranice.</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" tools:ignore="UnusedResources">Svaki puta kada je štit ljubičast, %s je blokirao softver za praćenje na stranici. Dodirni za više informacija.</string>
<string moz:removedIn="93" name="etp_onboarding_cfr_message" tools:ignore="UnusedResources">Svaki puta kada je štit ljubičast, %s je blokirao softver za praćenje na stranici. Dodirni za više informacija.</string>
<!-- Enhanced Tracking Protection message that protection is currently on for this site -->
<string name="etp_panel_on">Za ovu web-stranicu zaštite su UKLJUČENE</string>
<!-- Enhanced Tracking Protection message that protection is currently off for this site -->
Expand Down Expand Up @@ -1522,7 +1525,7 @@
<!-- Preference option for never saving passwords in Fenix -->
<string name="preferences_passwords_save_logins_never_save">Nikad ne spremaj</string>
<!-- Preference for autofilling saved logins in Fenix -->
<string name="preferences_passwords_autofill" tools:ignore="UnusedResources">Automatsko ispunjavanje</string>
<string moz:removedIn="93" name="preferences_passwords_autofill" tools:ignore="UnusedResources">Automatsko ispunjavanje</string>
<!-- Preference for autofilling saved logins in Firefox (in web content), %1$s will be replaced with the app name -->
<string name="preferences_passwords_autofill2">Automatski ispuni u %1$s</string>
<!-- Description for the preference for autofilling saved logins in Firefox (in web content), %1$s will be replaced with the app name -->
Expand Down
33 changes: 28 additions & 5 deletions app/src/main/res/values-kk/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<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">Жекелік %s</string>
<!-- App name for private browsing mode. The first parameter is the name of the app defined in app_name (for example: Fenix)-->
Expand Down Expand Up @@ -117,6 +117,11 @@
<!-- Button text for showing all the tabs in the tabs tray -->
<string name="recent_tabs_show_all">Барлығын көрсету</string>

<!-- History Metadata -->
<!-- Header text for a section on the home screen that displays grouped highlights from the
user's browsing history, such as topics they have researched or explored on the web -->
<string name="history_metadata_header">Бұрыңғы зерттеулер</string>

<!-- Browser Fragment -->
<!-- Content description (not visible, for screen readers etc.): Navigate to open tabs -->
<string name="browser_tabs_button">Ашық беттер</string>
Expand Down Expand Up @@ -625,6 +630,15 @@
<!-- Learn more link for studies, links to an article for more information about studies. -->
<string name="studies_learn_more">Көбірек білу</string>

<!-- Dialog message shown after removing a study -->
<string name="studies_restart_app">Қолданба өзгерістерді іске асыру үшін жабылады</string>
<!-- Dialog button to confirm the removing a study. -->
<string name="studies_restart_dialog_ok">ОК</string>
<!-- Dialog button text for canceling removing a study. -->
<string name="studies_restart_dialog_cancel">Бас тарту</string>
<!-- Toast shown after turning on/off studies preferences -->
<string name="studies_toast_quit_application" tools:ignore="UnusedResources">Өзгерістерді іске асыру үшін қолданбадан шығу…</string>

<!-- Sessions -->
<!-- Title for the list of tabs -->
<string name="tab_header_label">Ашық беттер</string>
Expand Down Expand Up @@ -1113,7 +1127,7 @@
<!-- Tab collection deletion prompt dialog option to delete the collection -->
<string name="tab_collection_dialog_positive">Өшіру</string>
<!-- Tab collection deletion prompt dialog option to cancel deleting the collection -->
<string name="tab_collection_dialog_negative">Бас тарту</string>
<string moz:removedIn="93" name="tab_collection_dialog_negative" tools:ignore="UnusedResources">Бас тарту</string>

<!-- Text displayed in a notification when the user enters full screen mode -->
<string name="full_screen_notification">Толық экран режиміне өту</string>
Expand Down Expand Up @@ -1282,7 +1296,7 @@
<!-- Text for the button to read the privacy notice -->
<string name="onboarding_privacy_notice_read_button">Біздің жекелік ескертуімізді оқыңыз</string>
<!-- Content description (not visible, for screen readers etc.): Close onboarding screen -->
<string name="onboarding_close" tools:ignore="UnusedResources">Жабу</string>
<string moz:removedIn="93" name="onboarding_close" tools:ignore="UnusedResources">Жабу</string>

<!-- text for the button to finish onboarding -->
<string name="onboarding_finish">Шолуды бастау</string>
Expand Down Expand Up @@ -1416,7 +1430,7 @@
<!-- Description of tracking content that can be blocked by Enhanced Tracking Protection -->
<string name="etp_tracking_content_description">Бақылау коды бар сыртқы жарнама, видео және басқа жа мазмұннын жүктеуіне жол бермейді. Кейбір веб-сайттардың жұмысына әсер етуі мүмкін.</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" tools:ignore="UnusedResources">Әр рет қалқан күлгін болған сайын, %s сайттағы трекерлерді бұғаттаған. Қосымша ақпарат алу үшін шертіңіз.</string>
<string moz:removedIn="93" name="etp_onboarding_cfr_message" tools:ignore="UnusedResources">Әр рет қалқан күлгін болған сайын, %s сайттағы трекерлерді бұғаттаған. Қосымша ақпарат алу үшін шертіңіз.</string>
<!-- Enhanced Tracking Protection message that protection is currently on for this site -->
<string name="etp_panel_on">Бұл сайт үшін қорғаныс ІСКЕ ҚОСЫЛҒАН</string>
<!-- Enhanced Tracking Protection message that protection is currently off for this site -->
Expand Down Expand Up @@ -1496,11 +1510,18 @@
<!-- Preference option for never saving passwords in Fenix -->
<string name="preferences_passwords_save_logins_never_save">Ешқашан сақтамау</string>
<!-- Preference for autofilling saved logins in Fenix -->
<string name="preferences_passwords_autofill" tools:ignore="UnusedResources">Автотолтыру</string>
<string moz:removedIn="93" name="preferences_passwords_autofill" tools:ignore="UnusedResources">Автотолтыру</string>

<!-- Preference for autofilling saved logins in Firefox (in web content), %1$s will be replaced with the app name -->
<string name="preferences_passwords_autofill2">%1$s ішінде автотолтыру</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">%1$s қолдану кезінде веб-сайттарда пайдаланушы аттары мен парольдерін толтыру және сақтау.</string>
<!-- Preference for autofilling logins from Fenix in other apps (e.g. autofilling the Twitter app) -->
<string name="preferences_android_autofill">Басқа қолданбаларда автотолтыру</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">Құрылғыңыздағы басқа қолданбаларда пайдаланушы аттары мен парольдерін толтыру.</string>

<!-- Preference for syncing saved logins in Fenix -->
<string name="preferences_passwords_sync_logins">Логиндерді синхрондау</string>
<!-- Preference for syncing saved logins in Fenix, when not signed in-->
Expand Down Expand Up @@ -1823,6 +1844,8 @@
<!-- 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">Белсенді емес беттер</string>
<!-- A description below the section of "inactive" tabs to notify the user when those tabs will be closed, if appropriate. See strings inactive_tabs_30_days and inactive_tabs_7_days for placeholders options. -->
<string name="inactive_tabs_description">Беттер осында %s ішінде қолжетімді. Осы уақыттан кейін беттер автоматты түрде жабылады.</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 -->
Expand Down
41 changes: 35 additions & 6 deletions app/src/main/res/values-nn-rNO/strings.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -629,6 +629,18 @@
<!-- 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">Lat att etter ein månad</string>

<!-- Studies -->
<!-- Title of the remove studies button -->
<string name="studies_remove">Fjern</string>
<!-- Title of the active section on the studies list -->
<string name="studies_active">Aktiv</string>
<!-- Learn more link for studies, links to an article for more information about studies. -->
<string name="studies_learn_more">Les meir</string>
<!-- Dialog button to confirm the removing a study. -->
<string name="studies_restart_dialog_ok">OK</string>
<!-- Dialog button text for canceling removing a study. -->
<string name="studies_restart_dialog_cancel">Avbryt</string>

<!-- Sessions -->
<!-- Title for the list of tabs -->
<string name="tab_header_label">Opne faner</string>
Expand Down Expand Up @@ -955,6 +967,11 @@
<!-- Summary of delete browsing data on quit preference if it is set to off -->
<string name="delete_browsing_data_quit_off">Av</string>

<!-- Summary of studies preference if it is set to on -->
<string name="studies_on">På</string>
<!-- Summary of studies data on quit preference if it is set to off -->
<string name="studies_off">Av</string>

<!-- Collections -->
<!-- Collections header on home fragment -->
<string name="collections_header">Samlingar</string>
Expand Down Expand Up @@ -1118,7 +1135,7 @@
<!-- Tab collection deletion prompt dialog option to delete the collection -->
<string name="tab_collection_dialog_positive">Slett</string>
<!-- Tab collection deletion prompt dialog option to cancel deleting the collection -->
<string name="tab_collection_dialog_negative">Avbryt</string>
<string moz:removedIn="93" name="tab_collection_dialog_negative" tools:ignore="UnusedResources">Avbryt</string>
<!-- Text displayed in a notification when the user enters full screen mode -->
<string name="full_screen_notification">Startar fullskjermmodus</string>
<!-- Message for copying the URL via long press on the toolbar -->
Expand Down Expand Up @@ -1287,7 +1304,7 @@
<string name="onboarding_privacy_notice_read_button">Les personvernmerknaden vår</string>

<!-- Content description (not visible, for screen readers etc.): Close onboarding screen -->
<string name="onboarding_close">Lat att</string>
<string moz:removedIn="93" name="onboarding_close" tools:ignore="UnusedResources">Lat att</string>

<!-- text for the button to finish onboarding -->
<string name="onboarding_finish">Start nettlesinga</string>
Expand Down Expand Up @@ -1390,6 +1407,9 @@
<string name="preference_enhanced_tracking_protection_custom_cryptominers">Kryptoutvinnarar</string>
<!-- Preference for enhanced tracking protection for the custom protection settings -->
<string name="preference_enhanced_tracking_protection_custom_fingerprinters">Fingerprinters</string>
<!-- Button label for navigating to the Enhanced Tracking Protection details -->
<string name="enhanced_tracking_protection_details">Detaljar</string>
<!-- Header for categories that are being being blocked by current Enhanced Tracking Protection settings -->
<string name="enhanced_tracking_protection_blocked">Blokkert</string>
<!-- Header for categories that are being not being blocked by current Enhanced Tracking Protection settings -->
<string name="enhanced_tracking_protection_allowed">Tillatne</string>
Expand All @@ -1414,7 +1434,7 @@
<!-- Description of tracking content that can be blocked by Enhanced Tracking Protection -->
<string name="etp_tracking_content_description">Stoppar innlasting av eksterne annonsar, videoar og anna innhald, då dei kan innehalde sporingskode. Kan påverke visse nettstadfunksjonar.</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">Kvar gong skjoldet er lilla, har %s blokkert sporarar på ein nettstad. Trykk for meir info.</string>
<string moz:removedIn="93" name="etp_onboarding_cfr_message" tools:ignore="UnusedResources">Kvar gong skjoldet er lilla, har %s blokkert sporarar på ein nettstad. Trykk for meir info.</string>
<!-- Enhanced Tracking Protection message that protection is currently on for this site -->
<string name="etp_panel_on">Vern er slått PÅ for denne nettstaden</string>
<!-- Enhanced Tracking Protection message that protection is currently off for this site -->
Expand Down Expand Up @@ -1497,7 +1517,8 @@
<!-- Preference option for never saving passwords in Fenix -->
<string name="preferences_passwords_save_logins_never_save">Lagre aldri</string>
<!-- Preference for autofilling saved logins in Fenix -->
<string name="preferences_passwords_autofill">Autofyll</string>
<string moz:removedIn="93" name="preferences_passwords_autofill" tools:ignore="UnusedResources">Autofyll</string>

<!-- Preference for syncing saved logins in Fenix -->
<string name="preferences_passwords_sync_logins">Synkroniser innloggingar</string>
<!-- Preference for syncing saved logins in Fenix, when not signed in-->
Expand Down Expand Up @@ -1680,7 +1701,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">Søkjestreng å bruke</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
<string name="search_add_custom_engine_search_string_example">Byt ut spørjinga med «%s». Eksempel:\nhttps://www.google.com/search?q=%s</string>
<string formatted="false" name="search_add_custom_engine_search_string_example">Byt ut spørjinga med «%s». Eksempel:\nhttps://www.google.com/search?q=%s</string>
<!-- Text for the button to learn more about adding a custom search engine -->
<string name="search_add_custom_engine_learn_more_label">Les meir</string>

Expand Down Expand Up @@ -1822,6 +1843,14 @@
<!-- Dialog button text for canceling the rename top site prompt. -->
<string name="top_sites_rename_dialog_cancel">Avbryt</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">Inaktive faner</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 dagar</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 veke</string>

<!-- Default browser experiment -->
<string name="default_browser_experiment_card_text">Vel at lenker frå nettstadar, e-postmeldingar og meldingar skal opnast automatisk i Firefox.</string>

Expand Down

0 comments on commit 9181962

Please sign in to comment.