Uplift Fenix strings from main to releases_v120

fenix/120.0
github-actions[bot] 7 months ago committed by mergify[bot]
parent 5fdc584f24
commit f116ad2803

@ -2369,8 +2369,12 @@
<!-- Accessibility services actions labels. These will be appended to accessibility actions like "Double tap to.." but not by or applications but by services like Talkback. -->
<!-- Action label for elements that can be collapsed if interacting with them. Talkback will append this to say "Double tap to collapse". -->
<string name="a11y_action_label_collapse">contraer</string>
<!-- Current state for elements that can be collapsed if interacting with them. Talkback will dictate this after a state change. -->
<string name="a11y_state_label_collapsed">contraído</string>
<!-- Action label for elements that can be expanded if interacting with them. Talkback will append this to say "Double tap to expand". -->
<string name="a11y_action_label_expand">expandir</string>
<!-- Current state for elements that can be expanded if interacting with them. Talkback will dictate this after a state change. -->
<string name="a11y_state_label_expanded">expandido</string>
<!-- Action label for links to a website containing documentation about a wallpaper collection. Talkback will append this to say "Double tap to open link to learn more about this collection". -->
<string name="a11y_action_label_wallpaper_collection_learn_more">abrir enlace para saber más sobre esta colección</string>
<!-- Action label for links that point to an article. Talkback will append this to say "Double tap to read the article". -->

@ -507,16 +507,16 @@
<!-- Long text for a detail explanation indicating what will happen if cookie banner handling is on for a site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is the application name -->
<string name="reduce_cookie_banner_details_panel_description_on_for_site_2">%1$s пытается автоматически отклонить все запросы кук на поддерживаемых сайтах.</string>
<!-- Title text for the cookie banner re-engagement dialog. The first parameter is the application name. -->
<string name="reduce_cookie_banner_dialog_title">Разрешить %1$s отклонять уведомления о куках?</string>
<string name="reduce_cookie_banner_dialog_title" moz:RemovedIn="120" tools:ignore="UnusedResources">Разрешить %1$s отклонять уведомления о куках?</string>
<!-- Body text for the cookie banner re-engagement dialog use. The first parameter is the application name. -->
<string name="reduce_cookie_banner_dialog_body">%1$s может автоматически отклонять многие запросы уведомлений о куках.</string>
<string name="reduce_cookie_banner_dialog_body" moz:RemovedIn="120" tools:ignore="UnusedResources">%1$s может автоматически отклонять многие запросы уведомлений о куках.</string>
<!-- Remind me later text button for the onboarding dialog -->
<string name="reduce_cookie_banner_dialog_not_now_button">Не сейчас</string>
<string name="reduce_cookie_banner_dialog_not_now_button" moz:RemovedIn="120" tools:ignore="UnusedResources">Не сейчас</string>
<!-- Snack text for the cookie banner dialog, after user hit the dismiss banner button -->
<string name="reduce_cookie_banner_dialog_snackbar_text">Вы увидите меньше запросов на принятие кук</string>
<string name="reduce_cookie_banner_dialog_snackbar_text" moz:RemovedIn="120" tools:ignore="UnusedResources">Вы увидите меньше запросов на принятие кук</string>
<!-- Change setting text button, for the cookie banner re-engagement dialog -->
<string name="reduce_cookie_banner_dialog_change_setting_button">Разрешить</string>
<string name="reduce_cookie_banner_dialog_change_setting_button" moz:RemovedIn="120" tools:ignore="UnusedResources">Разрешить</string>
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Автоматически пытаться подключиться к сайтам через протокол шифрования HTTPS для повышения безопасности.</string>
@ -688,16 +688,10 @@
<!-- Text for classic wallpapers title. The first parameter is the Firefox name. -->
<string name="wallpaper_classic_title">Классический %s</string>
<!-- Text for limited edition wallpapers title. -->
<string name="wallpaper_limited_edition_title" moz:RemovedIn="118" tools:ignore="UnusedResources">Ограниченный выпуск</string>
<!-- Text for artist series wallpapers title. "Artist series" represents a collection of artist collaborated wallpapers. -->
<string name="wallpaper_artist_series_title">Художественная серия</string>
<!-- Description text for the limited edition wallpapers with learn more link. The first parameter is the learn more string defined in wallpaper_learn_more-->
<string name="wallpaper_limited_edition_description_with_learn_more" moz:RemovedIn="118" tools:ignore="UnusedResources">Новая подборка «Независимые голоса». %s</string>
<!-- Description text for the artist series wallpapers with learn more link. The first parameter is the learn more string defined in wallpaper_learn_more. "Independent voices" is the name of the wallpaper collection -->
<string name="wallpaper_artist_series_description_with_learn_more">Подборка «Независимые голоса». %s</string>
<!-- Description text for the limited edition wallpapers. -->
<string name="wallpaper_limited_edition_description" moz:RemovedIn="118" tools:ignore="UnusedResources">Новая подборка «Независимые голоса».</string>
<!-- Description text for the artist series wallpapers. "Independent voices" is the name of the wallpaper collection -->
<string name="wallpaper_artist_series_description">Подборка «Независимые голоса».</string>
<!-- Wallpaper onboarding dialog header text. -->
@ -707,6 +701,15 @@
<!-- Wallpaper onboarding dialog learn more button text. The button navigates to the wallpaper settings screen. -->
<string name="wallpapers_onboarding_dialog_explore_more_button_text">Просмотреть больше обоев</string>
<!-- Add-ons general availability nimbus message-->
<!-- Title of the Nimbus message for add-ons general availability-->
<string name="addon_ga_message_title" tools:ignore="UnusedResources">Доступны новые дополнения</string>
<!-- Body of the Nimbus message for add-ons general availability. 'Firefox' intentionally hardcoded here-->
<string name="addon_ga_message_body" tools:ignore="UnusedResources">Ознакомьтесь с более чем 100 новыми расширениями, которые позволят вам сделать Firefox своим собственным.</string>
<!-- Button text of the Nimbus message for add-ons general availability. -->
<string name="addon_ga_message_button" tools:ignore="UnusedResources">Исследуйте дополнения</string>
<!-- Add-on Installation from AMO-->
<!-- Error displayed when user attempts to install an add-on from AMO (addons.mozilla.org) that is not supported -->
<string name="addon_not_supported_error" moz:removedIn="120" tools:ignore="UnusedResources">Дополнение не поддерживается</string>
@ -1469,14 +1472,11 @@
<!-- Subtitle for the tabs item in Delete browsing data, parameter will be replaced with the number of open tabs -->
<string name="preferences_delete_browsing_data_tabs_subtitle">Вкладок: %d</string>
<!-- Title for the data and history items in Delete browsing data -->
<string name="preferences_delete_browsing_data_browsing_data_title" moz:removedIn="118" tools:ignore="UnusedResources">История просмотра сети и данные сайтов</string>
<!-- Title for the history item in Delete browsing data -->
<string name="preferences_delete_browsing_data_browsing_history_title">Журнал посещений</string>
<!-- Subtitle for the data and history items in delete browsing data, parameter will be replaced with the
number of history items the user has -->
<string name="preferences_delete_browsing_data_browsing_data_subtitle">Адресов: %d</string>
<!-- Title for the cookies item in Delete browsing data -->
<string name="preferences_delete_browsing_data_cookies" moz:removedIn="118" tools:ignore="UnusedResources">Куки</string>
<!-- Title for the cookies and site data items in Delete browsing data -->
<string name="preferences_delete_browsing_data_cookies_and_site_data">Куки и данные сайтов</string>
<!-- Subtitle for the cookies item in Delete browsing data -->
@ -1534,63 +1534,10 @@
<string name="delete_history_group_snackbar">Группа удалена</string>
<!-- Onboarding -->
<!-- Text for onboarding welcome header. -->
<string name="onboarding_header_2" moz:RemovedIn="118" tools:ignore="UnusedResources">Добро пожаловать в лучший Интернет</string>
<!-- Text for the onboarding welcome message. -->
<string name="onboarding_message" moz:RemovedIn="118" tools:ignore="UnusedResources">Браузер, созданный для людей, а не для прибыли.</string>
<!-- Text for the Firefox account onboarding sign in card header. -->
<string name="onboarding_account_sign_in_header" moz:RemovedIn="118" tools:ignore="UnusedResources">Начните с того места, на котором остановились</string>
<!-- Text for the button to learn more about signing in to your Firefox account. -->
<string name="onboarding_manual_sign_in_description" moz:RemovedIn="118" tools:ignore="UnusedResources">Синхронизируйте вкладки и пароли между устройствами для бесшовного перехода между экранами.</string>
<!-- Text for the button to manually sign into Firefox account. -->
<string name="onboarding_firefox_account_sign_in" moz:RemovedIn="118" tools:ignore="UnusedResources">Войти</string>
<!-- text to display in the snackbar once account is signed-in -->
<string name="onboarding_firefox_account_sync_is_on">Началась синхронизация</string>
<!-- Text for the tracking protection onboarding card header -->
<string name="onboarding_tracking_protection_header" moz:RemovedIn="118" tools:ignore="UnusedResources">Защита приватности по умолчанию</string>
<!-- Text for the tracking protection card description. The first parameter is the name of the application.-->
<string name="onboarding_tracking_protection_description_old" moz:RemovedIn="118" tools:ignore="UnusedResources">%1$s автоматически предотвращает тайную слежку компаний за вами в сети.</string>
<!-- Text for the tracking protection card description. -->
<string name="onboarding_tracking_protection_description" moz:RemovedIn="118" tools:ignore="UnusedResources">Представляем полную защиту от кук, не позволяющую трекерам использовать куки для отслеживания вас на разных сайтах.</string>
<!-- text for tracking protection radio button option for standard level of blocking -->
<string name="onboarding_tracking_protection_standard_button_2" moz:RemovedIn="118" tools:ignore="UnusedResources">Обычная (по умолчанию)</string>
<!-- text for standard blocking option button description -->
<string name="onboarding_tracking_protection_standard_button_description_3" moz:RemovedIn="118" tools:ignore="UnusedResources">Золотая середина: приватность и производительность. Страницы будут загружаться приемлемо.</string>
<!-- text for tracking protection radio button option for strict level of blocking -->
<string name="onboarding_tracking_protection_strict_option" moz:RemovedIn="118" tools:ignore="UnusedResources">Строгая</string>
<!-- text for strict blocking option button description -->
<string name="onboarding_tracking_protection_strict_button_description_3" moz:RemovedIn="118" tools:ignore="UnusedResources">Блокирует больше трекеров, так что страницы загружаются быстрее, но некоторые страницы могут работать неправильно.</string>
<!-- text for the toolbar position card header -->
<string name="onboarding_toolbar_placement_header_1" moz:RemovedIn="118" tools:ignore="UnusedResources">Выберите размещение панели инструментов</string>
<!-- Text for the toolbar position card description -->
<string name="onboarding_toolbar_placement_description" moz:RemovedIn="118" tools:ignore="UnusedResources">Оставьте её внизу или переместите наверх.</string>
<!-- Text for the privacy notice onboarding card header -->
<string name="onboarding_privacy_notice_header_1" moz:RemovedIn="118" tools:ignore="UnusedResources">Вы управляете своими данными</string>
<!-- Text for the privacy notice onboarding card description. -->
<string name="onboarding_privacy_notice_description" moz:RemovedIn="118" tools:ignore="UnusedResources">Firefox даёт вам управлять тем, чем вы делитесь — как в сети, так и с нами.</string>
<!-- Text for the button to read the privacy notice -->
<string name="onboarding_privacy_notice_read_button" moz:RemovedIn="118" tools:ignore="UnusedResources">Уведомление о конфиденциальности</string>
<!-- Text for the conclusion onboarding message -->
<string name="onboarding_conclusion_header" moz:RemovedIn="118" tools:ignore="UnusedResources">Готовы открыть для себя удивительный Интернет?</string>
<!-- text for the button to finish onboarding -->
<string name="onboarding_finish" moz:RemovedIn="118" tools:ignore="UnusedResources">Начать просмотр сети</string>
<!-- Onboarding theme -->
<!-- text for the theme picker onboarding card header -->
<string name="onboarding_theme_picker_header" moz:RemovedIn="118" tools:ignore="UnusedResources">Выберите вашу тему</string>
<!-- text for the theme picker onboarding card description -->
<string name="onboarding_theme_picker_description_2" moz:RemovedIn="118" tools:ignore="UnusedResources">Сохраните заряд аккумулятора и ваше зрение с помощью тёмной темы.</string>
<!-- Automatic theme setting (will follow device setting) -->
<string name="onboarding_theme_automatic_title" moz:RemovedIn="118" tools:ignore="UnusedResources">Автоматическая</string>
<!-- Summary of automatic theme setting (will follow device setting) -->
<string name="onboarding_theme_automatic_summary" moz:RemovedIn="118" tools:ignore="UnusedResources">Использует настройки вашего устройства</string>
<!-- Theme setting for dark mode -->
<string name="onboarding_theme_dark_title" moz:RemovedIn="118" tools:ignore="UnusedResources">Тёмная тема</string>
<!-- Theme setting for light mode -->
<string name="onboarding_theme_light_title" moz:RemovedIn="118" tools:ignore="UnusedResources">Светлая тема</string>
<!-- Text shown in snackbar when multiple tabs have been sent to device -->
<string name="sync_sent_tabs_snackbar">Вкладки отправлены!</string>
<!-- Text shown in snackbar when one tab has been sent to device -->
@ -2030,8 +1977,6 @@
<!-- Placeholder text shown in the Search Suggestion String TextField before a user enters text -->
<string name="search_add_custom_engine_suggest_string_hint">URL-адрес API поисковых предложений</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
<string name="search_add_custom_engine_suggest_string_example" formatted="false" moz:RemovedIn="118" tools:ignore="UnusedResources">Замените запрос на «%s». Пример:\nhttp://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- Description text for the Search Suggestion String TextField. The %s is part of the string -->
<string name="search_add_custom_engine_suggest_string_example_2" formatted="false">Замените запрос на «%s». Пример:\nhttps://suggestqueries.google.com/complete/search?client=firefox&amp;q=%s</string>
<!-- The text for the "Save" button for saving a custom search engine -->
<string name="search_custom_engine_save_button">Сохранить</string>
@ -2417,8 +2362,12 @@
<!-- Accessibility services actions labels. These will be appended to accessibility actions like "Double tap to.." but not by or applications but by services like Talkback. -->
<!-- Action label for elements that can be collapsed if interacting with them. Talkback will append this to say "Double tap to collapse". -->
<string name="a11y_action_label_collapse">свернуть</string>
<!-- Current state for elements that can be collapsed if interacting with them. Talkback will dictate this after a state change. -->
<string name="a11y_state_label_collapsed">свернуто</string>
<!-- Action label for elements that can be expanded if interacting with them. Talkback will append this to say "Double tap to expand". -->
<string name="a11y_action_label_expand">развернуть</string>
<!-- Current state for elements that can be expanded if interacting with them. Talkback will dictate this after a state change. -->
<string name="a11y_state_label_expanded">развернуто</string>
<!-- Action label for links to a website containing documentation about a wallpaper collection. Talkback will append this to say "Double tap to open link to learn more about this collection". -->
<string name="a11y_action_label_wallpaper_collection_learn_more">откройте ссылку, чтобы узнать больше об этом сборнике</string>
<!-- Action label for links that point to an article. Talkback will append this to say "Double tap to read the article". -->

@ -2332,8 +2332,12 @@
<!-- Accessibility services actions labels. These will be appended to accessibility actions like "Double tap to.." but not by or applications but by services like Talkback. -->
<!-- Action label for elements that can be collapsed if interacting with them. Talkback will append this to say "Double tap to collapse". -->
<string name="a11y_action_label_collapse">tkurre</string>
<!-- Current state for elements that can be collapsed if interacting with them. Talkback will dictate this after a state change. -->
<string name="a11y_state_label_collapsed">të tkurrur</string>
<!-- Action label for elements that can be expanded if interacting with them. Talkback will append this to say "Double tap to expand". -->
<string name="a11y_action_label_expand">zgjeroje</string>
<!-- Current state for elements that can be expanded if interacting with them. Talkback will dictate this after a state change. -->
<string name="a11y_state_label_expanded">të zgjeruar</string>
<!-- Action label for links to a website containing documentation about a wallpaper collection. Talkback will append this to say "Double tap to open link to learn more about this collection". -->
<string name="a11y_action_label_wallpaper_collection_learn_more">që të mësoni më tepër mbi këtë koleksion, hapni lidhjen</string>
<!-- Action label for links that point to an article. Talkback will append this to say "Double tap to read the article". -->

@ -2081,7 +2081,7 @@
<string name="synced_tabs_no_open_tabs">Inga öppna flikar</string>
<!-- Content description for expanding a group of synced tabs. -->
<string name="synced_tabs_expand_group">Utöka gruppen med synkroniserade flikar</string>
<string name="synced_tabs_expand_group">Expandera gruppen med synkroniserade flikar</string>
<!-- Content description for collapsing a group of synced tabs. -->
<string name="synced_tabs_collapse_group">Komprimera grupp av synkroniserade flikar</string>
@ -2348,9 +2348,13 @@
<!-- Accessibility services actions labels. These will be appended to accessibility actions like "Double tap to.." but not by or applications but by services like Talkback. -->
<!-- Action label for elements that can be collapsed if interacting with them. Talkback will append this to say "Double tap to collapse". -->
<string name="a11y_action_label_collapse">fäll in</string>
<string name="a11y_action_label_collapse">komprimera</string>
<!-- Current state for elements that can be collapsed if interacting with them. Talkback will dictate this after a state change. -->
<string name="a11y_state_label_collapsed">komprimerad</string>
<!-- Action label for elements that can be expanded if interacting with them. Talkback will append this to say "Double tap to expand". -->
<string name="a11y_action_label_expand">expandera</string>
<!-- Current state for elements that can be expanded if interacting with them. Talkback will dictate this after a state change. -->
<string name="a11y_state_label_expanded">expanderad</string>
<!-- Action label for links to a website containing documentation about a wallpaper collection. Talkback will append this to say "Double tap to open link to learn more about this collection". -->
<string name="a11y_action_label_wallpaper_collection_learn_more">öppna länken för att lära dig mer om denna samling</string>
<!-- Action label for links that point to an article. Talkback will append this to say "Double tap to read the article". -->

@ -410,8 +410,14 @@
<string name="preferences_search">Arama</string>
<!-- Preference for settings related to Search engines -->
<string name="preferences_search_engines">Arama motorları</string>
<!-- Preference for settings related to Search engines suggestions-->
<string name="preferences_search_engines_suggestions">Arama motorlarından öneriler</string>
<!-- Preference for settings related to Search address bar -->
<string name="preferences_search_address_bar" moz:removedIn="120" tools:ignore="UnusedResources">Adres çubuğu</string>
<!-- Preference Category for settings related to Search address bar -->
<string name="preferences_settings_address_bar">Adres çubuğu tercihleri</string>
<!-- Preference Category for settings to Firefox Suggest -->
<string name="preference_search_address_bar_fx_suggest">Adres çubuğu - Firefox Önerileri</string>
<!-- Preference link to rating Fenix on the Play Store -->
<string name="preferences_rate">Google Playde puan ver</string>
<!-- Preference linking to about page for Fenix
@ -477,16 +483,16 @@
<!-- Long text for a detail explanation indicating what will happen if cookie banner handling is on for a site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is the application name -->
<string name="reduce_cookie_banner_details_panel_description_on_for_site_2">%1$s, desteklenen sitelerdeki tüm çerez isteklerini otomatik olarak reddetmeye çalışır.</string>
<!-- Title text for the cookie banner re-engagement dialog. The first parameter is the application name. -->
<string name="reduce_cookie_banner_dialog_title">%1$s çerez bildirimlerini reddedebilsin mi?</string>
<string name="reduce_cookie_banner_dialog_title" moz:RemovedIn="120" tools:ignore="UnusedResources">%1$s çerez bildirimlerini reddedebilsin mi?</string>
<!-- Body text for the cookie banner re-engagement dialog use. The first parameter is the application name. -->
<string name="reduce_cookie_banner_dialog_body">%1$s birçok çerez bildirimini otomatik olarak reddedebilir.</string>
<string name="reduce_cookie_banner_dialog_body" moz:RemovedIn="120" tools:ignore="UnusedResources">%1$s birçok çerez bildirimini otomatik olarak reddedebilir.</string>
<!-- Remind me later text button for the onboarding dialog -->
<string name="reduce_cookie_banner_dialog_not_now_button">Şimdi değil</string>
<string name="reduce_cookie_banner_dialog_not_now_button" moz:RemovedIn="120" tools:ignore="UnusedResources">Şimdi değil</string>
<!-- Snack text for the cookie banner dialog, after user hit the dismiss banner button -->
<string name="reduce_cookie_banner_dialog_snackbar_text">Daha az çerez isteği göreceksiniz</string>
<string name="reduce_cookie_banner_dialog_snackbar_text" moz:RemovedIn="120" tools:ignore="UnusedResources">Daha az çerez isteği göreceksiniz</string>
<!-- Change setting text button, for the cookie banner re-engagement dialog -->
<string name="reduce_cookie_banner_dialog_change_setting_button">İzin ver</string>
<string name="reduce_cookie_banner_dialog_change_setting_button" moz:RemovedIn="120" tools:ignore="UnusedResources">İzin ver</string>
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Daha fazla güvenlik için sitelere otomatik olarak HTTPS şifreleme protokolüyle bağlanmaya çalışır.</string>
@ -671,6 +677,9 @@
<!-- Wallpaper onboarding dialog learn more button text. The button navigates to the wallpaper settings screen. -->
<string name="wallpapers_onboarding_dialog_explore_more_button_text">Daha fazla duvar kâğıdı keşfedin</string>
<!-- Button text of the Nimbus message for add-ons general availability. -->
<string name="addon_ga_message_button" tools:ignore="UnusedResources">Eklentileri keşfet</string>
<!-- Add-on Installation from AMO-->
<!-- Error displayed when user attempts to install an add-on from AMO (addons.mozilla.org) that is not supported -->
<string name="addon_not_supported_error" moz:removedIn="120" tools:ignore="UnusedResources">Eklenti desteklenmiyor</string>
@ -2280,8 +2289,12 @@
<!-- Accessibility services actions labels. These will be appended to accessibility actions like "Double tap to.." but not by or applications but by services like Talkback. -->
<!-- Action label for elements that can be collapsed if interacting with them. Talkback will append this to say "Double tap to collapse". -->
<string name="a11y_action_label_collapse">daralt</string>
<!-- Current state for elements that can be collapsed if interacting with them. Talkback will dictate this after a state change. -->
<string name="a11y_state_label_collapsed">daraltıldı</string>
<!-- Action label for elements that can be expanded if interacting with them. Talkback will append this to say "Double tap to expand". -->
<string name="a11y_action_label_expand">genişlet</string>
<!-- Current state for elements that can be expanded if interacting with them. Talkback will dictate this after a state change. -->
<string name="a11y_state_label_expanded">genişletildi</string>
<!-- Action label for links to a website containing documentation about a wallpaper collection. Talkback will append this to say "Double tap to open link to learn more about this collection". -->
<string name="a11y_action_label_wallpaper_collection_learn_more">bu koleksiyon hakkında daha fazla bilgi edinmek için bağlantıyıın</string>
<!-- Action label for links that point to an article. Talkback will append this to say "Double tap to read the article". -->

@ -833,7 +833,7 @@
<!-- Preferences for using pull to refresh in a webpage -->
<string name="preference_gestures_website_pull_to_refresh">Потягнути для оновлення</string>
<!-- Preference for using the dynamic toolbar -->
<string name="preference_gestures_dynamic_toolbar">Прокрутити для приховання панелі інструментів</string>
<string name="preference_gestures_dynamic_toolbar">Прокрутити, щоб сховати панель інструментів</string>
<!-- Preference for switching tabs by swiping horizontally on the toolbar -->
<string name="preference_gestures_swipe_toolbar_switch_tabs">Провести вбік на панелі інструментів для перемикання вкладок</string>
<!-- Preference for showing the opened tabs by swiping up on the toolbar-->
@ -1709,11 +1709,11 @@
<!-- 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>
<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>
<string name="preferences_android_autofill_description">Заповнювати імена користувачів і паролі в інших програмах на цьому пристрої.</string>
<!-- Preference option for adding a login -->
<string name="preferences_logins_add_login">Додати пароль</string>

Loading…
Cancel
Save