commit cbd064b8c2fe2a680b46cefd4e100651726e7141 parent 9e4855064b24310bc0fbed764397c3913f8370cf Author: Release Engineering Landoscript <release+landoscript@mozilla.com> Date: Tue, 14 Oct 2025 00:11:57 +0000 No Bug - Import translations from https://github.com/mozilla-l10n/android-l10n CLOSED TREE Diffstat:
82 files changed, 269 insertions(+), 119 deletions(-)
diff --git a/mobile/android/android-components/components/feature/addons/src/main/res/values-es-rMX/strings.xml b/mobile/android/android-components/components/feature/addons/src/main/res/values-es-rMX/strings.xml @@ -64,10 +64,22 @@ <string name="mozac_feature_addons_permissions_devtools_description">Ampliar las herramientas para desarrolladores para acceder a tus datos en las pestañas abiertas</string> <!-- The text shown when an extension requests the userScripts permission, near the usual description of the userScripts permission --> <string name="mozac_feature_addons_permissions_user_scripts_extra_warning">Los scripts no verificados pueden suponer riesgos de seguridad y privacidad. Ejecuta únicamente scripts de extensiones o fuentes en las que confíes.</string> + <!-- The sentence used when the extension has data collection permissions. %1$s is a formatted list of permissions. --> + <string name="mozac_feature_addons_permissions_required_data_collection_description_2">El desarrollador dice que esta extensión recopila: %1$s</string> + <!-- The sentence used when the extension requests new data collection permissions. %1$s is a formatted list of permissions. --> + <string name="mozac_feature_addons_permissions_data_collection_optional_description">El desarrollador dice que la extensión quiere recopilar: %1$s</string> <!-- Description for text button that expands the list of domain permissions --> <string name="mozac_feature_addons_permissions_show_all_sites">Mostrar todos los sitios</string> <!-- Description for text button that hides the majority of the list of domain permissions --> <string name="mozac_feature_addons_permissions_show_fewer_sites">Mostrar menos sitios</string> + <!-- Short description for the authenticationInfo data collection permission --> + <string name="mozac_feature_addons_permissions_data_collection_authenticationInfo_short_description">información de autenticación</string> + <!-- Short description for the bookmarksInfo data collection permission --> + <string name="mozac_feature_addons_permissions_data_collection_bookmarksInfo_short_description">marcadores</string> + <!-- Short description for the browsingActivity data collection permission --> + <string name="mozac_feature_addons_permissions_data_collection_browsingActivity_short_description">actividad de navegación</string> + <!-- Short description for the financialAndPaymentInfo data collection permission --> + <string name="mozac_feature_addons_permissions_data_collection_financialAndPaymentInfo_short_description">información financiera y de pagos</string> <!-- The version on of add-on. --> <string name="mozac_feature_addons_version">Versión</string> <!-- The author of an add-on. --> diff --git a/mobile/android/android-components/components/feature/addons/src/main/res/values-es/strings.xml b/mobile/android/android-components/components/feature/addons/src/main/res/values-es/strings.xml @@ -318,6 +318,10 @@ <string name="mozac_feature_addons_updater_notification_cancel_button">Cancelar</string> <!-- The title of the system notification shown to the user when an add-on has a new update that requires new permissions. %1$s is the name of the add-on. --> <string name="mozac_feature_addons_updater_notification_title_2">%1$s tiene una actualización</string> + <!-- A short explanation shown in the notification displayed when an add-on has a new update that requires new permissions. --> + <string name="mozac_feature_addons_updater_notification_short_intro">Cancelar para conservar su versión y configuración actuales.</string> + <!-- The heading for the permissions section in the system notification shown when an add-on has an update that requires user confirmation. %1$s is a list of sentences. --> + <string name="mozac_feature_addons_updater_notification_heading_permissions">Nuevos permisos requeridos: %1$s</string> <!-- Name of the "notification channel" used for displaying a notification for updating an extension. See https://developer.android.com/training/notify-user/channels --> <string name="mozac_feature_addons_updater_notification_channel_2">Actualizaciones de extensiones</string> <!-- Name of the "notification channel" used for displaying a notification for new supported add-ons. See https://developer.android.com/training/notify-user/channels --> @@ -392,6 +396,10 @@ <string name="mozac_feature_addons_updater_dialog_last_attempt">Último intento:</string> <!-- Displayed in the "Status" field for the updater when an add-on has been correctly updated --> <string name="mozac_feature_addons_updater_dialog_status">Estado:</string> + <!-- Text shown in the dialog when add-on installation is completed. %1$s is the add-on name. --> + <string name="mozac_feature_addons_installed_dialog_title_2">Se ha añadido %1$s</string> + <!-- Used as text for the link in the description of the post-installation dialog. --> + <string name="mozac_feature_addons_installed_dialog_description_link_text">ajustes de extensión</string> <!-- Confirmation button text for the dialog when add-on installation is completed. --> <string name="mozac_feature_addons_installed_dialog_okay_button_2">Aceptar</string> <!-- "Learn more" link displayed below an add-on status message. --> diff --git a/mobile/android/android-components/components/feature/prompts/src/main/res/values-es/strings.xml b/mobile/android/android-components/components/feature/prompts/src/main/res/values-es/strings.xml @@ -52,6 +52,8 @@ <string name="mozac_feature_prompts_deny">Denegar</string> <!-- Text of the title of a dialog when a page is requesting to open a new window. --> <string name="mozac_feature_prompts_popup_dialog_title">¿Permitir que se abra este sitio?</string> + <!-- Text of the title of a dialog when a third-party redirect is blocked. --> + <string name="mozac_feature_prompts_redirect_dialog_title">¿Permitir redirección a este sitio?</string> <!-- Title of the dialog shown when a user is leaving a website and there is still data not saved yet. --> <string name="mozac_feature_prompt_before_unload_dialog_title">¿Estás seguro?</string> <!-- Body text of the dialog shown when a user is leaving a website and there is still data not saved yet. --> diff --git a/mobile/android/android-components/components/feature/sitepermissions/src/main/res/values-cs/strings.xml b/mobile/android/android-components/components/feature/sitepermissions/src/main/res/values-cs/strings.xml @@ -44,6 +44,12 @@ this button will not give access to this permission --> <string name="mozac_feature_sitepermissions_block">Blokovat</string> + <!-- Message of a dialog offering more context about the app level notification permission request. %1$s will be replaced with the name of the app. --> + <string name="mozac_feature_sitepermissions_notification_permission_rationale_dialog_message">Abyste z tohoto webu mohli dostávat upozornění, musíte v aplikaci %1$s povolit oznámení.</string> + <!-- Button label in a notification permission request dialog to dismiss the dialog. --> + <string name="mozac_feature_sitepermissions_notification_permission_rationale_dialog_dismiss_label">Zrušit</string> + <!-- Button label in a notification permission request dialog. It will let the user go to Android Settings to grant the permission. --> + <string name="mozac_feature_sitepermissions_notification_permission_rationale_dialog_settings_label">Přejít do nastavení</string> <!-- Text for a checkbox in a permission request dialog, this will allow to not show again the prompt --> <string name="mozac_feature_sitepermissions_do_not_ask_again_on_this_site2">Pamatovat si pro tento server</string> <!-- Text for a checkbox in a permission request dialog, this will allow to not show again the prompt --> diff --git a/mobile/android/android-components/components/feature/sitepermissions/src/main/res/values-es/strings.xml b/mobile/android/android-components/components/feature/sitepermissions/src/main/res/values-es/strings.xml @@ -10,6 +10,8 @@ <string name="mozac_feature_sitepermissions_location_title">¿Permitir que %1$s acceda a tu ubicación?</string> <!-- Title of a dialog for a camera and microphone permission request. %1$s is the domain name of the website. --> <string name="mozac_feature_sitepermissions_camera_and_microphone">¿Permitir que %1$s use tu cámara y micrófono?</string> + <!-- Title of a dialog for a local network access request. %1$s is the domain name of the website --> + <string name="mozac_feature_sitepermissions_local_network_access_title">¿Permitir que %1$s acceda a aplicaciones y servicios en dispositivos conectados a su red local?</string> <!-- Title of a dialog for a local device access request. %1$s is the domain name of the website --> <string name="mozac_feature_sitepermissions_local_device_access_title">¿Permitir que %1$s acceda a otras aplicaciones y servicios en este dispositivo?</string> <!-- diff --git a/mobile/android/android-components/components/feature/sitepermissions/src/main/res/values-ka/strings.xml b/mobile/android/android-components/components/feature/sitepermissions/src/main/res/values-ka/strings.xml @@ -44,6 +44,12 @@ this button will not give access to this permission --> <string name="mozac_feature_sitepermissions_block">აკრძალვა</string> + <!-- Message of a dialog offering more context about the app level notification permission request. %1$s will be replaced with the name of the app. --> + <string name="mozac_feature_sitepermissions_notification_permission_rationale_dialog_message">შეტყობინების ნებართვას საჭიროებს თქვენგან %1$s ამ საიტიდან მისაღებად.</string> + <!-- Button label in a notification permission request dialog to dismiss the dialog. --> + <string name="mozac_feature_sitepermissions_notification_permission_rationale_dialog_dismiss_label">გაუქმება</string> + <!-- Button label in a notification permission request dialog. It will let the user go to Android Settings to grant the permission. --> + <string name="mozac_feature_sitepermissions_notification_permission_rationale_dialog_settings_label">პარამეტრებზე გადასვლა</string> <!-- Text for a checkbox in a permission request dialog, this will allow to not show again the prompt --> <string name="mozac_feature_sitepermissions_do_not_ask_again_on_this_site2">დამახსოვრება ამ საიტისთვის</string> <!-- Text for a checkbox in a permission request dialog, this will allow to not show again the prompt --> diff --git a/mobile/android/android-components/components/feature/sitepermissions/src/main/res/values-nb-rNO/strings.xml b/mobile/android/android-components/components/feature/sitepermissions/src/main/res/values-nb-rNO/strings.xml @@ -44,6 +44,12 @@ this button will not give access to this permission --> <string name="mozac_feature_sitepermissions_block">Blokker</string> + <!-- Message of a dialog offering more context about the app level notification permission request. %1$s will be replaced with the name of the app. --> + <string name="mozac_feature_sitepermissions_notification_permission_rationale_dialog_message">Du må tillate varsler i %1$s for å motta dem fra dette nettstedet.</string> + <!-- Button label in a notification permission request dialog to dismiss the dialog. --> + <string name="mozac_feature_sitepermissions_notification_permission_rationale_dialog_dismiss_label">Avbryt</string> + <!-- Button label in a notification permission request dialog. It will let the user go to Android Settings to grant the permission. --> + <string name="mozac_feature_sitepermissions_notification_permission_rationale_dialog_settings_label">Gå til innstillinger</string> <!-- Text for a checkbox in a permission request dialog, this will allow to not show again the prompt --> <string name="mozac_feature_sitepermissions_do_not_ask_again_on_this_site2">Husk avgjørelsen for dette nettstedet</string> <!-- Text for a checkbox in a permission request dialog, this will allow to not show again the prompt --> diff --git a/mobile/android/android-components/components/feature/sitepermissions/src/main/res/values-nl/strings.xml b/mobile/android/android-components/components/feature/sitepermissions/src/main/res/values-nl/strings.xml @@ -44,6 +44,8 @@ this button will not give access to this permission --> <string name="mozac_feature_sitepermissions_block">Blokkeren</string> + <!-- Message of a dialog offering more context about the app level notification permission request. %1$s will be replaced with the name of the app. --> + <string name="mozac_feature_sitepermissions_notification_permission_rationale_dialog_message">U moet notificaties in %1$s toestaan om ze van deze website te ontvangen.</string> <!-- Button label in a notification permission request dialog to dismiss the dialog. --> <string name="mozac_feature_sitepermissions_notification_permission_rationale_dialog_dismiss_label">Annuleren</string> <!-- Button label in a notification permission request dialog. It will let the user go to Android Settings to grant the permission. --> diff --git a/mobile/android/android-components/components/feature/sitepermissions/src/main/res/values-rm/strings.xml b/mobile/android/android-components/components/feature/sitepermissions/src/main/res/values-rm/strings.xml @@ -44,6 +44,12 @@ this button will not give access to this permission --> <string name="mozac_feature_sitepermissions_block">Bloccar</string> + <!-- Message of a dialog offering more context about the app level notification permission request. %1$s will be replaced with the name of the app. --> + <string name="mozac_feature_sitepermissions_notification_permission_rationale_dialog_message">Ti stos permetter notificaziuns en %1$s per las pudair retschaiver da questa website.</string> + <!-- Button label in a notification permission request dialog to dismiss the dialog. --> + <string name="mozac_feature_sitepermissions_notification_permission_rationale_dialog_dismiss_label">Interrumper</string> + <!-- Button label in a notification permission request dialog. It will let the user go to Android Settings to grant the permission. --> + <string name="mozac_feature_sitepermissions_notification_permission_rationale_dialog_settings_label">Ir als parameters</string> <!-- Text for a checkbox in a permission request dialog, this will allow to not show again the prompt --> <string name="mozac_feature_sitepermissions_do_not_ask_again_on_this_site2">Memorisar la decisiun per questa website</string> <!-- Text for a checkbox in a permission request dialog, this will allow to not show again the prompt --> diff --git a/mobile/android/fenix/app/src/main/res/values-am/strings.xml b/mobile/android/fenix/app/src/main/res/values-am/strings.xml @@ -1303,7 +1303,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">የተመረጡ የትሮች ምናሌ</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">መነሻ ገጽ</string> + <string name="tab_tray_homepage_tab">መነሻ ገጽ</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">ትርን ከስብስብ ያስወግዱ</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-be/strings.xml b/mobile/android/fenix/app/src/main/res/values-be/strings.xml @@ -1172,9 +1172,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Меню выбраных картак</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Хатняя старонка</string> + <string name="tab_tray_homepage_tab">Хатняя старонка</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Хатняя старонка %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Хатняя старонка %s</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">Выдаліць картку з калекцыі</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-bg/strings.xml b/mobile/android/fenix/app/src/main/res/values-bg/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Меню избрани раздели</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Начална страница</string> + <string name="tab_tray_homepage_tab">Начална страница</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">начална страница на %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">начална страница на %s</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">Премахване на раздела от спъсъка</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-bqi/strings.xml b/mobile/android/fenix/app/src/main/res/values-bqi/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">نومگه بلگه یل پسند بیڌه</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">بلگه هووه ای</string> + <string name="tab_tray_homepage_tab">بلگه هووه ای</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%sبلگه هووه ای</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%sبلگه هووه ای</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">پاک کردن بلگه ز کتن</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-br/strings.xml b/mobile/android/fenix/app/src/main/res/values-br/strings.xml @@ -1223,7 +1223,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Lañser an ivinelloù diuzet</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Degemer</string> + <string name="tab_tray_homepage_tab">Degemer</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">Dilemel an ivinell eus an dastumad</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-bs/strings.xml b/mobile/android/fenix/app/src/main/res/values-bs/strings.xml @@ -1481,7 +1481,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Meni odabranih tabova</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Početna stranica</string> + <string name="tab_tray_homepage_tab">Početna stranica</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">Ukloni tab iz kolekcije</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-ca/strings.xml b/mobile/android/fenix/app/src/main/res/values-ca/strings.xml @@ -1449,7 +1449,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menú de pestanyes seleccionades</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Pàgina d’inici</string> + <string name="tab_tray_homepage_tab">Pàgina d’inici</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">Elimina la pestanya de la col·lecció</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-co/strings.xml b/mobile/android/fenix/app/src/main/res/values-co/strings.xml @@ -1481,7 +1481,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Listinu di l’unghjette selezziunate</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Pagina d’accolta</string> + <string name="tab_tray_homepage_tab">Pagina d’accolta</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">Caccià l’unghjetta da a cullezzione</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-cs/strings.xml b/mobile/android/fenix/app/src/main/res/values-cs/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Nabídka pro vybrané panely</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Domovská stránka</string> + <string name="tab_tray_homepage_tab">Domovská stránka</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Domovská stránka aplikace %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Domovská stránka aplikace %s</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">Odstranit panel ze sbírky</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-cy/strings.xml b/mobile/android/fenix/app/src/main/res/values-cy/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Dewislen tabiau penodol</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Tudalen Cartref</string> + <string name="tab_tray_homepage_tab">Tudalen Cartref</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Tudalen cartref %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Tudalen cartref %s</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">Tynnu tab o’r casgliad</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-da/strings.xml b/mobile/android/fenix/app/src/main/res/values-da/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menu for valgte faneblade</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Startside</string> + <string name="tab_tray_homepage_tab">Startside</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%s startside</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s startside</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">Fjern faneblad fra samling</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-de/strings.xml b/mobile/android/fenix/app/src/main/res/values-de/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menü „Ausgewählte Tabs“</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Startseite</string> + <string name="tab_tray_homepage_tab">Startseite</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%s-Startseite</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s-Startseite</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">Tab aus Sammlung entfernen</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-dsb/strings.xml b/mobile/android/fenix/app/src/main/res/values-dsb/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Meni wubranych rejtarikow</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Startowy bok</string> + <string name="tab_tray_homepage_tab">Startowy bok</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">startowy bok %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">startowy bok %s</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">Rejtaŕk ze zběrki wótwónoźeś</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-el/strings.xml b/mobile/android/fenix/app/src/main/res/values-el/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Μενού επιλεγμένων καρτελών</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Αρχική σελίδα</string> + <string name="tab_tray_homepage_tab">Αρχική σελίδα</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%s αρχική σελίδα</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s αρχική σελίδα</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">Αφαίρεση καρτέλας από τη συλλογή</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-en-rCA/strings.xml b/mobile/android/fenix/app/src/main/res/values-en-rCA/strings.xml @@ -1392,7 +1392,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Selected tabs menu</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Homepage</string> + <string name="tab_tray_homepage_tab">Homepage</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">Remove tab from collection</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-en-rGB/strings.xml b/mobile/android/fenix/app/src/main/res/values-en-rGB/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Selected tabs menu</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Homepage</string> + <string name="tab_tray_homepage_tab">Homepage</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%s homepage</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s homepage</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">Remove tab from collection</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-eo/strings.xml b/mobile/android/fenix/app/src/main/res/values-eo/strings.xml @@ -1481,7 +1481,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Dividi menuon de langetoj</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Eka paĝo</string> + <string name="tab_tray_homepage_tab">Eka paĝo</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">Forigi langeton el kolekto</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-es-rAR/strings.xml b/mobile/android/fenix/app/src/main/res/values-es-rAR/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menú de pestañas seleccionadas</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Página de inicio</string> + <string name="tab_tray_homepage_tab">Página de inicio</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Página de inicio de %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Página de inicio de %s</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">Eliminar pestaña de la colección</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-es-rCL/strings.xml b/mobile/android/fenix/app/src/main/res/values-es-rCL/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menú de pestañas seleccionadas</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Página de inicio</string> + <string name="tab_tray_homepage_tab">Página de inicio</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Página de inicio de %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Página de inicio de %s</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">Eliminar pestaña de la colección</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-es-rES/strings.xml b/mobile/android/fenix/app/src/main/res/values-es-rES/strings.xml @@ -1466,7 +1466,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menú de pestañas seleccionadas</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Página de inicio</string> + <string name="tab_tray_homepage_tab">Página de inicio</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">Eliminar pestaña de la colección</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-es/strings.xml b/mobile/android/fenix/app/src/main/res/values-es/strings.xml @@ -594,6 +594,8 @@ <string name="onboarding_redesign_sync_body">Accede a marcadores, pestañas y contraseñas en cualquier dispositivo. Todo protegido con cifrado.</string> <!-- Sync onboarding redesign positive button text. --> <string name="onboarding_redesign_sync_positive_button">Empezar a sincronizar</string> + <!-- Sync onboarding redesign negative button text. --> + <string name="onboarding_redesign_sync_negative_button">Ahora no</string> <!-- Marketing onboarding page title. 'Firefox' is intentionally hardcoded. --> <string name="onboarding_marketing_title" tools:ignore="BrandUsage,UnusedResources">Ayúdanos a mejorar Firefox</string> <!-- Marketing onboarding page body. 'Firefox' is intentionally hardcoded. --> @@ -795,12 +797,18 @@ <string name="preferences_theme">Tema</string> <!-- Preference for customizing the home screen --> <string name="preferences_home_2">Página de inicio</string> + <!-- Preference for customizing the app icon --> + <string name="preferences_app_icon">Icono de la aplicación</string> + <!-- Preference for showing the tab strip --> + <string name="preferences_tab_strip">Visualización de la barra de pestañas</string> <!-- Preference for gestures based actions --> <string name="preferences_gestures">Gestos</string> <!-- Preference for settings related to visual options --> <string name="preferences_customize">Personalizar</string> <!-- Preference description for banner about signing in --> <string name="preferences_sign_in_description_2" tools:ignore="UnusedResources" moz:removedIn="145">Inicia sesión para sincronizar pestañas, marcadores, contraseñas y más.</string> + <!-- Preference description shown in the banner prompting the user to sign in for sync features --> + <string name="preferences_sign_in_description">Sincronizar pestañas, marcadores, contraseñas y más.</string> <!-- Preference shown instead of account display name while account profile information isn't available yet. --> <string name="preferences_account_default_name_2">Cuenta de Mozilla</string> <!-- Preference text for account title when there was an error syncing FxA --> @@ -1032,12 +1040,28 @@ <string name="alternative_app_icon_option_momo">Momo</string> <!-- Subtitle for the "Momo" themed alternative app icon variant in the icon picker screen. The app icon was created by artist @heyheymomodraws and features a unique hand-drawn style with a friendly fox. --> <string name="alternative_app_icon_option_momo_subtitle">Creado por @heyheymomodraws</string> + <!-- Title for the "Cuddling" themed alternative app icon variant in the icon picker screen. The app icon features a playful design with an adorable aesthetic. --> + <string name="alternative_app_icon_option_cuddling">Abrazos</string> + <!-- Title for the "Flaming" themed alternative app icon variant in the icon picker screen. The app icon features a fiery design, with the Firefox logo surrounded by flames for a bold, energetic look. --> + <string name="alternative_app_icon_option_flaming">En llamas</string> + <!-- Title for the "Cool" themed alternative app icon variant in the icon picker screen. The app icon uses a warm orange-to-yellow gradient background with a sleek, modern twist on the Firefox logo, giving it a fresh and stylish appearance. --> + <string name="alternative_app_icon_option_cool">Fresco</string> <!-- Title for the "Solid colors" group of alternative app icon variants in the icon picker screen. This group contains icons with flat, uniform color backgrounds. --> <string name="alternative_app_icon_group_solid_colors">Colores sólidos</string> <!-- Title for the "Gradients" group of alternative app icon variants in the icon picker screen. This group contains icons with gradient backgrounds inspired by natural light conditions. --> <string name="alternative_app_icon_group_gradients">Degradados</string> <!-- Title for the "Other" group of alternative app icon variants in the icon picker screen. This group includes retro, pixel art, themed, and artist-created icons. --> <string name="alternative_app_icon_group_other">Otros</string> + <!-- Title to show in alert when user selects an alternative app icon --> + <string name="restart_warning_dialog_title">¿Cambiar el icono de la aplicación?</string> + <!-- Message to warn users that applying an alternative app icon requires an app restart --> + <string name="restart_warning_dialog_body" tools:ignore="UnusedResources" moz:removedIn="144">Cambiar el icono requiere que la aplicación se reinicie.</string> + <!-- Dialog button text for confirming the app restart to apply the selected icon --> + <string name="restart_warning_dialog_button_positive" tools:ignore="UnusedResources" moz:removedIn="144">Reiniciar ahora</string> + <!-- Dialog button text for confirming the possible app restart and new icon selection --> + <string name="restart_warning_dialog_button_positive_2">Cambiar icono</string> + <!-- Dialog button text for cancelling app icon change --> + <string name="restart_warning_dialog_button_negative">Cancelar</string> <!-- Add-ons general availability nimbus message @@ -1154,6 +1178,8 @@ <string name="preferences_daily_usage_ping_title">Ping de uso diario</string> <string name="preferences_daily_usage_ping_description">Esto ayuda a Mozilla a estimar los usuarios activos.</string> <string name="preferences_daily_usage_ping_learn_more">Saber más sobre el ping de uso diario</string> + <!-- Title for the crash reporting option in the privacy preferences dialog shown during onboarding. --> + <string name="crash_reporting_snack_bar_message">Informe enviado</string> <!-- Text for sumo link to learn more about crash reports in data collection screen --> <string name="preferences_crashes_learn_more">Saber más sobre los informes de fallos</string> <!-- Title Headers for data collection settings screen --> @@ -1183,6 +1209,8 @@ Header of the Sync and save your data preference view --> <string name="preferences_sync_2" tools:ignore="UnusedResources" moz:removedIn="145">Sincronizar y guardar tus datos</string> + <!-- Header of the Sign in preference view --> + <string name="preferences_sign_in">Iniciar sesión</string> <!-- Preference for reconnecting to FxA sync --> <string name="preferences_sync_sign_in_to_reconnect">Inicia sesión para reconectar</string> <!-- Preference for removing FxA account --> @@ -1205,6 +1233,14 @@ <string name="preference_simple_toolbar">Simple</string> <!-- Preference for using expanded toolbar --> <string name="preference_expanded_toolbar">Expandido</string> + <!-- Preference description indicating the toolbar location preference is disabled when the tab strip is enabled --> + <string name="preference_toolbar_pref_disabled_explanation">La barra de direcciones debe estar arriba cuando se muestre la barra de pestañas.</string> + <!-- + App icon Preferences + + Title for the preference that lets the user pick a new app icon + --> + <string name="preference_select_app_icon_title">Seleccionar icono de aplicación</string> <!-- Theme Preferences @@ -1218,6 +1254,12 @@ <!-- Preference for using following device theme --> <string name="preference_follow_device_theme">Seguir tema del dispositivo</string> <!-- + Tab Strip Preferences + + Preferences for showing tab strip + --> + <string name="preference_tab_strip_show">Mostrar barra de pestañas</string> + <!-- Gestures Preferences Preferences for using pull to refresh in a webpage @@ -1317,6 +1359,8 @@ <string name="close_tabs_after_one_month">Después de un mes</string> <!-- Title of preference that allows a user to specify the auto-close settings for open tabs --> <string name="preference_auto_close_tabs" tools:ignore="UnusedResources">Cerrar automáticamente pestañas abiertas</string> + <!-- Content description (not visible, for screen readers etc.): Close tab button --> + <string name="tab_manager_close_tabs">Cerrar</string> <!-- Opening screen @@ -1375,6 +1419,16 @@ The %1$s will be replaced by the number of opened synced tabs --> <string name="tabs_header_synced_tabs_counter_title">Pestañas sincronizadas abiertas: %1$s. Toca para cambiar de pestaña.</string> + <!-- Text for the tabs header private tabs --> + <string name="tabs_header_private_tabs_title">Privado</string> + <!-- Text for the tabs header normal tabs --> + <string name="tabs_header_normal_tabs_title">Pestañas</string> + <!-- Text for the new tab button in the Tab Manager to indicate opening a new normal tab --> + <string name="tab_manager_floating_action_button_new_normal_tab">Nueva pestaña</string> + <!-- Text for the new tab button in the Tab Manager to indicate opening a new private tab --> + <string name="tab_manager_floating_action_button_new_private_tab">Nueva pestaña privada</string> + <!-- Text for floating action button in the Tab Manager used to initiate a re-sync of synced tabs --> + <string name="tab_manager_floating_action_button_sync_tabs">Sincronizar pestañas</string> <!-- Content description (not visible, for screen readers etc.): Add tab button. Adds a news tab when pressed --> <string name="add_tab">Agregar pestaña</string> <!-- Content description (not visible, for screen readers etc.): Add tab button. Adds a news tab when pressed --> @@ -1397,8 +1451,16 @@ <string name="tab_tray_menu_item_close">Cerrar todas las pestañas</string> <!-- Text shown in the multiselect menu for bookmarking selected tabs. --> <string name="tab_tray_multiselect_menu_item_bookmark">Marcador</string> + <!-- Content description (not visible, for screen readers etc.): Bookmarks selected tabs. --> + <string name="tab_manager_multiselect_menu_item_bookmark_content_description">Añadir las pestañas seleccionadas a los marcadores</string> <!-- Text shown in the multiselect menu for closing selected tabs. --> <string name="tab_tray_multiselect_menu_item_close">Cerrar</string> + <!-- Content description (not visible, for screen readers etc.): Closes selected tabs. --> + <string name="tab_manager_multiselect_menu_item_close_content_description">Cerrar pestañas seleccionadas</string> + <!-- Text shown in the multiselect menu for sharing selected tabs. --> + <string name="tab_manager_multiselect_menu_item_share">Compartir</string> + <!-- Text shown in the multiselect menu for adding selected tabs to collections. --> + <string name="tab_manager_multiselect_menu_item_add_to_collection">Añadir a la colección</string> <!-- Content description for tabs tray multiselect share button --> <string name="tab_tray_multiselect_share_content_description">Compartir pestañas seleccionadas</string> <!-- Content description for tabs tray multiselect menu --> @@ -1631,6 +1693,8 @@ <string name="webcompat_reporter_label_description">Describir el problema (opcional)</string> <!-- The button text for navigating away from the feature to provide more information on the broken site's bug report. --> <string name="webcompat_reporter_send_more_info" moz:removedIn="144" tools:ignore="UnusedResources">Enviar más información</string> + <!-- The button text for navigating away from the feature to provide more information on the broken site's bug report. --> + <string name="webcompat_reporter_add_more_info">Añadir más información</string> <!-- The button text for the cancel button to leave the Web Compat Reporter feature. --> <string name="webcompat_reporter_cancel">Cancelar</string> <!-- The button text for the send button to submit the provided form data. --> diff --git a/mobile/android/fenix/app/src/main/res/values-et/strings.xml b/mobile/android/fenix/app/src/main/res/values-et/strings.xml @@ -766,7 +766,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Valitud kaartide menüü</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Avaleht</string> + <string name="tab_tray_homepage_tab">Avaleht</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">Eemalda kaart kollektsioonist</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-eu/strings.xml b/mobile/android/fenix/app/src/main/res/values-eu/strings.xml @@ -1481,7 +1481,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Hautatutako fitxen menua</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Hasiera-orria</string> + <string name="tab_tray_homepage_tab">Hasiera-orria</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">Kendu fitxa bildumatik</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-fa/strings.xml b/mobile/android/fenix/app/src/main/res/values-fa/strings.xml @@ -1276,7 +1276,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">منوی زبانههای انتخاب شده</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">صفحه اصلی</string> + <string name="tab_tray_homepage_tab">صفحه اصلی</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">حذف زبانه از مجموعه</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-fi/strings.xml b/mobile/android/fenix/app/src/main/res/values-fi/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Valittujen välilehtien valikko</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Kotisivu</string> + <string name="tab_tray_homepage_tab">Kotisivu</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%sin aloitussivu</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%sin aloitussivu</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">Poista välilehti kokoelmasta</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-fr/strings.xml b/mobile/android/fenix/app/src/main/res/values-fr/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menu des onglets sélectionnés</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Page d’accueil</string> + <string name="tab_tray_homepage_tab">Page d’accueil</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Page d’accueil de %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Page d’accueil de %s</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">Supprimer l’onglet de la collection</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-fur/strings.xml b/mobile/android/fenix/app/src/main/res/values-fur/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menù schedis selezionadis</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Pagjine iniziâl</string> + <string name="tab_tray_homepage_tab">Pagjine iniziâl</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Pagjine iniziâl di %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Pagjine iniziâl di %s</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">Gjave schede de racuelte</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-fy-rNL/strings.xml b/mobile/android/fenix/app/src/main/res/values-fy-rNL/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menu Selektearre ljepblêden</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Startside</string> + <string name="tab_tray_homepage_tab">Startside</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%s-startside</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s-startside</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">Ljepblêd út kolleksje fuortsmite</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-gl/strings.xml b/mobile/android/fenix/app/src/main/res/values-gl/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menú de lapelas seleccionadas</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Páxina de inicio</string> + <string name="tab_tray_homepage_tab">Páxina de inicio</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Páxina de inicio de %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Páxina de inicio de %s</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">Eliminar lapela da colección</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-gn/strings.xml b/mobile/android/fenix/app/src/main/res/values-gn/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Tendayke poravorã mbosa’ypyre</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Kuatiarogue ñepyrũha</string> + <string name="tab_tray_homepage_tab">Kuatiarogue ñepyrũha</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%s kuatiarogue ñepyrũ</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s kuatiarogue ñepyrũ</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">Embogue tendayke mbyatypyregua</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-hr/strings.xml b/mobile/android/fenix/app/src/main/res/values-hr/strings.xml @@ -1301,7 +1301,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Izbornik odabranih kartica</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Početna stranica</string> + <string name="tab_tray_homepage_tab">Početna stranica</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">Ukloni karticu iz zbirke</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-hsb/strings.xml b/mobile/android/fenix/app/src/main/res/values-hsb/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Meni wubranych rajtarkow</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Startowa strona</string> + <string name="tab_tray_homepage_tab">Startowa strona</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">startowa strona %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">startowa strona %s</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">Rajtark ze zběrki wotstronić</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-hu/strings.xml b/mobile/android/fenix/app/src/main/res/values-hu/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Kijelölt lapok menü</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Honlap</string> + <string name="tab_tray_homepage_tab">Honlap</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%s kezdőlap</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s kezdőlap</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">Lap eltávolítása a gyűjteményből</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-hy-rAM/strings.xml b/mobile/android/fenix/app/src/main/res/values-hy-rAM/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Ընտրված ներդիրների ցանկը</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Տնային էջ</string> + <string name="tab_tray_homepage_tab">Տնային էջ</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%s-ի տնէջ</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s-ի տնէջ</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">Հեռացնել ներդիրը հավաքածուից</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-ia/strings.xml b/mobile/android/fenix/app/src/main/res/values-ia/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menu de schedas seligite</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Pagina initial</string> + <string name="tab_tray_homepage_tab">Pagina initial</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Pagina initial de %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Pagina initial de %s</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">Remover le scheda ex le collection</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-in/strings.xml b/mobile/android/fenix/app/src/main/res/values-in/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menu tab terpilih</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Beranda</string> + <string name="tab_tray_homepage_tab">Beranda</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Beranda %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Beranda %s</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">Hapus tab dari koleksi</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-is/strings.xml b/mobile/android/fenix/app/src/main/res/values-is/strings.xml @@ -1471,9 +1471,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Valmynd valinna flipa</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Upphafssíða</string> + <string name="tab_tray_homepage_tab">Upphafssíða</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Heimasíða %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Heimasíða %s</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">Fjarlæga flipann úr safni</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-it/strings.xml b/mobile/android/fenix/app/src/main/res/values-it/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menu schede selezionate</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Pagina iniziale</string> + <string name="tab_tray_homepage_tab">Pagina iniziale</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Pagina iniziale di %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Pagina iniziale di %s</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">Rimuovi scheda dalla raccolta</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-iw/strings.xml b/mobile/android/fenix/app/src/main/res/values-iw/strings.xml @@ -1484,9 +1484,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">תפריט לשוניות נבחרות</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">דף הבית</string> + <string name="tab_tray_homepage_tab">דף הבית</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">דף הבית של %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">דף הבית של %s</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">הסרת לשונית מהאוסף</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-ja/strings.xml b/mobile/android/fenix/app/src/main/res/values-ja/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">選択したタブのメニュー</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">ホームページ</string> + <string name="tab_tray_homepage_tab">ホームページ</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%s ホームページ</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s ホームページ</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">タブをコレクションから削除</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-ka/strings.xml b/mobile/android/fenix/app/src/main/res/values-ka/strings.xml @@ -84,6 +84,11 @@ --> <string name="felt_privacy_info_card_subtitle_2">%1$s წაშლის თქვენს ფუნთუშებს, ისტორიასა და საიტის მონაცემებს ყველა პირადი ჩანართის დახურვისას. %2$s</string> <!-- + Description of private browsing mode displayed to users on the homepage when they enable private mode. + %1$s is the name of the app (for example "Firefox"). + --> + <string name="felt_privacy_info_card_subtitle_3">%1$s წაშლის თქვენს ფუნთუშებს, ისტორიასა და საიტის მონაცემებს ყველა პირადი ჩანართის დახურვისას.</string> + <!-- Clickable portion of the explanation for private browsing that links the user to our about privacy page. This string is used in felt_privacy_info_card_subtitle as the text for the link. @@ -1481,7 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">არჩეული ჩანართების მენიუ</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">საწყისი გვერდი</string> + <string name="tab_tray_homepage_tab">საწყისი გვერდი</string> + <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s – საწყისი გვერდი</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">ჩანართის მოცილება კრებულიდან</string> <!-- Text for button to enter multiselect mode in tabs tray --> @@ -1724,6 +1731,10 @@ <string name="webcompat_reporter_dismiss_success_snackbar_text" moz:removedIn="144" tools:ignore="UnusedResources">დახურვა</string> <!-- Placeholder text for the description field to prompt the user on what they should type. --> <string name="webcompat_reporter_problem_description_placeholder_text">რა მოხდა? რა უნდა მომხდარიყო?</string> + <!-- Label of the checkbox on the “Report broken site” screen for sending URLS blocked by Enhanced Tracking Protection. --> + <string name="webcompat_reporter_etp_checkbox_text">თვალთვალისგან დაცვისას შეზღუდული ბმულების გადაგზავნა</string> + <!-- Description text for the checkbox on the “Report broken site” screen for sending URLS blocked by Enhanced Tracking Protection. It informs the user when checked, the report will include the list of URLs that were blocked by Enhanced Tracking Protection on the current page. --> + <string name="webcompat_reporter_etp_checkbox_description">თვალთვალისგან გაძლიერებულმა დაცვამ ზოგიერთ საიტზე შეიძლება შეზღუდოს გამართულად მუშაობისთვის საჭირო მეთვალყურეები და სკრიპტები.</string> <!-- These reason strings are dropdown options on a WebCompat reporter form, indicating what is broken on the site. diff --git a/mobile/android/fenix/app/src/main/res/values-kab/strings.xml b/mobile/android/fenix/app/src/main/res/values-kab/strings.xml @@ -1415,7 +1415,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Umuɣ n waccaren i yettwafernen</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Asebter agejdan</string> + <string name="tab_tray_homepage_tab">Asebter agejdan</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">Kkes iccer seg tegrumma</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-kk/strings.xml b/mobile/android/fenix/app/src/main/res/values-kk/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Таңдалған беттер мәзірі</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Үй парағы</string> + <string name="tab_tray_homepage_tab">Үй парағы</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%s басты беті</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s басты беті</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">Бетті жинақтан өшіру</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-ko/strings.xml b/mobile/android/fenix/app/src/main/res/values-ko/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">선택한 탭 메뉴</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">홈페이지</string> + <string name="tab_tray_homepage_tab">홈페이지</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%s 홈페이지</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s 홈페이지</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">모음집에서 탭 삭제</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-lo/strings.xml b/mobile/android/fenix/app/src/main/res/values-lo/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">ເລືອກເມນູແທັບແລ້ວ</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">ຫນ້າທຳອິດ</string> + <string name="tab_tray_homepage_tab">ຫນ້າທຳອິດ</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%s ໜ້າຫຼັກ</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s ໜ້າຫຼັກ</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">ລຶບແຖບອອກຈາກບ່ອນເກັບສະສົມ</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-ml/strings.xml b/mobile/android/fenix/app/src/main/res/values-ml/strings.xml @@ -1369,7 +1369,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">തിരഞ്ഞെടുത്ത ടാബുകളുടെ കുറിപ്പടികട്ട</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">ആമുഖതാൾ</string> + <string name="tab_tray_homepage_tab">ആമുഖതാൾ</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">ശേഖരത്തിൽ നിന്ന് ടാബ് നീക്കം ചെയ്യുക</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-nb-rNO/strings.xml b/mobile/android/fenix/app/src/main/res/values-nb-rNO/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Valgte faner-meny</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Startside</string> + <string name="tab_tray_homepage_tab">Startside</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%s startside</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s startside</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">Fjern fane fra samlingen</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-nl/strings.xml b/mobile/android/fenix/app/src/main/res/values-nl/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menu Geselecteerde tabbladen</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Startpagina</string> + <string name="tab_tray_homepage_tab">Startpagina</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%s-startpagina</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s-startpagina</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">Tabblad uit collectie verwijderen</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-nn-rNO/strings.xml b/mobile/android/fenix/app/src/main/res/values-nn-rNO/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Meny for valde faner</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Heimeside</string> + <string name="tab_tray_homepage_tab">Heimeside</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%s startside</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s startside</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">Fjern fane frå samlinga</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-oc/strings.xml b/mobile/android/fenix/app/src/main/res/values-oc/strings.xml @@ -1237,7 +1237,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menú dels onglets seleccionats</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Pagina d\'acuèlh</string> + <string name="tab_tray_homepage_tab">Pagina d\'acuèlh</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">Suprimir l’onglet de la colleccion</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-pa-rIN/strings.xml b/mobile/android/fenix/app/src/main/res/values-pa-rIN/strings.xml @@ -1481,7 +1481,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">ਚੁਣੀਆਂ ਟੈਬਾਂ ਦਾ ਮੇਨੂ</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">ਮੁੱਖ ਸਫ਼ਾ</string> + <string name="tab_tray_homepage_tab">ਮੁੱਖ ਸਫ਼ਾ</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">ਟੈਬ ਨੂੰ ਭੰਡਾਰ ਵਿੱਚੋਂ ਹਟਾਓ</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-pl/strings.xml b/mobile/android/fenix/app/src/main/res/values-pl/strings.xml @@ -1486,7 +1486,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menu zaznaczonych kart</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Strona startowa</string> + <string name="tab_tray_homepage_tab">Strona startowa</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">Usuń kartę z kolekcji</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-pt-rBR/strings.xml b/mobile/android/fenix/app/src/main/res/values-pt-rBR/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menu de abas selecionadas</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Página inicial</string> + <string name="tab_tray_homepage_tab">Página inicial</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Página inicial do %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Página inicial do %s</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">Remover aba da coleção</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-pt-rPT/strings.xml b/mobile/android/fenix/app/src/main/res/values-pt-rPT/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menu de separadores selecionados</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Página inicial</string> + <string name="tab_tray_homepage_tab">Página inicial</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Página inicial do %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Página inicial do %s</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">Remover separador da coleção</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-rm/strings.xml b/mobile/android/fenix/app/src/main/res/values-rm/strings.xml @@ -84,6 +84,11 @@ --> <string name="felt_privacy_info_card_subtitle_2">%1$s stizza tes cookies, la cronologia e las datas da websites cura che ti serras tut tes tabs privats. %2$s</string> <!-- + Description of private browsing mode displayed to users on the homepage when they enable private mode. + %1$s is the name of the app (for example "Firefox"). + --> + <string name="felt_privacy_info_card_subtitle_3">%1$s stizza tes cookies, la cronologia e datas da websites cura che ti serras tut tes tabs privats.</string> + <!-- Clickable portion of the explanation for private browsing that links the user to our about privacy page. This string is used in felt_privacy_info_card_subtitle as the text for the link. @@ -1481,7 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menu da tabs tschernids</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Pagina da partenza</string> + <string name="tab_tray_homepage_tab">Pagina da partenza</string> + <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Pagina da partenza da %s</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">Allontanar il tab da la collecziun</string> <!-- Text for button to enter multiselect mode in tabs tray --> @@ -1724,6 +1731,10 @@ <string name="webcompat_reporter_dismiss_success_snackbar_text" moz:removedIn="144" tools:ignore="UnusedResources">Serrar</string> <!-- Placeholder text for the description field to prompt the user on what they should type. --> <string name="webcompat_reporter_problem_description_placeholder_text">Tge è capità? Tge avess stuì capitar?</string> + <!-- Label of the checkbox on the “Report broken site” screen for sending URLS blocked by Enhanced Tracking Protection. --> + <string name="webcompat_reporter_etp_checkbox_text">Trametter URLs bloccadas da la protecziun cunter il fastizar</string> + <!-- Description text for the checkbox on the “Report broken site” screen for sending URLS blocked by Enhanced Tracking Protection. It informs the user when checked, the report will include the list of URLs that were blocked by Enhanced Tracking Protection on the current page. --> + <string name="webcompat_reporter_etp_checkbox_description">La protecziun avanzada cunter il fastizar blochescha eventualmain fastizaders e scripts che tschertas websites dovran per funcziunar endretg.</string> <!-- These reason strings are dropdown options on a WebCompat reporter form, indicating what is broken on the site. @@ -2704,6 +2715,10 @@ <string name="saved_login_hide_password">Zuppentar il pled-clav</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Debloccar per vesair tes pleds-clav memorisads</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Debloccar</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Bandunar</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Protegia tes pleds-clav memorisads</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3613,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Stizzar tut las adressas</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Cartas da credit</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Agiuntar ina nova carta da credit</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Stizzar tut las cartas da credit</string> + <!-- Debug drawer "contextual feature recommendation" (CFR) tools The title of the CFR Tools feature in the Debug Drawer diff --git a/mobile/android/fenix/app/src/main/res/values-ro/strings.xml b/mobile/android/fenix/app/src/main/res/values-ro/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Meniul filelor selectate</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Pagină de start</string> + <string name="tab_tray_homepage_tab">Pagină de start</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">pagină de start %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">pagină de start %s</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> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-ru/strings.xml b/mobile/android/fenix/app/src/main/res/values-ru/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Меню выбранных вкладок</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Домашняя страница</string> + <string name="tab_tray_homepage_tab">Домашняя страница</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Домашняя страница %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Домашняя страница %s</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">Удалить вкладку из коллекции</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-sat/strings.xml b/mobile/android/fenix/app/src/main/res/values-sat/strings.xml @@ -1447,7 +1447,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">ᱵᱟᱪᱷᱟᱣ ᱟᱠᱟᱱ ᱴᱮᱵᱽ ᱢᱮᱱᱭᱩ ᱠᱚ</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">ᱚᱲᱟᱜ ᱥᱟᱦᱴᱟ</string> + <string name="tab_tray_homepage_tab">ᱚᱲᱟᱜ ᱥᱟᱦᱴᱟ</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">ᱴᱮᱵᱽ ᱛᱩᱢᱟᱹᱞ ᱠᱷᱚᱱ ᱚᱪᱚᱜ ᱢᱮ</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-sc/strings.xml b/mobile/android/fenix/app/src/main/res/values-sc/strings.xml @@ -1339,7 +1339,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menù de ischedas seletzionadas</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Pàgina printzipale</string> + <string name="tab_tray_homepage_tab">Pàgina printzipale</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">Boga is ischedas dae sa colletzione</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-scn/strings.xml b/mobile/android/fenix/app/src/main/res/values-scn/strings.xml @@ -1360,7 +1360,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Minù dî schedi scartati</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Pàggina mastra</string> + <string name="tab_tray_homepage_tab">Pàggina mastra</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">Leva scheda dâ ricota</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-sk/strings.xml b/mobile/android/fenix/app/src/main/res/values-sk/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Ponuka vybratých kariet</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Domovská stránka</string> + <string name="tab_tray_homepage_tab">Domovská stránka</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Domovská stránka %su</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Domovská stránka %su</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">Odstrániť kartu z kolekcie</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-sl/strings.xml b/mobile/android/fenix/app/src/main/res/values-sl/strings.xml @@ -1467,9 +1467,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Meni izbranih zavihkov</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Domača stran</string> + <string name="tab_tray_homepage_tab">Domača stran</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Domača stran %sa</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Domača stran %sa</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">Odstrani zavihek iz zbirke</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-sq/strings.xml b/mobile/android/fenix/app/src/main/res/values-sq/strings.xml @@ -1238,7 +1238,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menu skedash të përzgjedhura</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Kreu</string> + <string name="tab_tray_homepage_tab">Kreu</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">Hiq skedë prej koleksionit</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-sv-rSE/strings.xml b/mobile/android/fenix/app/src/main/res/values-sv-rSE/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Meny för valda flikar</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Startsida</string> + <string name="tab_tray_homepage_tab">Startsida</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Hemsida för %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Hemsida för %s</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">Ta bort flik från samlingen</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-tg/strings.xml b/mobile/android/fenix/app/src/main/res/values-tg/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Менюи варақаҳои интихобшуда</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Саҳифаи асосӣ</string> + <string name="tab_tray_homepage_tab">Саҳифаи асосӣ</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Саҳифаи асосии «%s»</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Саҳифаи асосии «%s»</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">Тоза кардани варақаҳо аз маҷмуа</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-th/strings.xml b/mobile/android/fenix/app/src/main/res/values-th/strings.xml @@ -1460,7 +1460,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">เมนูแท็บที่เลือก</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">หน้าแรก</string> + <string name="tab_tray_homepage_tab">หน้าแรก</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">เอาแท็บออกจากชุดสะสม</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-tl/strings.xml b/mobile/android/fenix/app/src/main/res/values-tl/strings.xml @@ -1181,7 +1181,7 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menu para sa mga napiling tab</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Homepage</string> + <string name="tab_tray_homepage_tab">Homepage</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">Alisin ang tab sa koleksyon</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-tr/strings.xml b/mobile/android/fenix/app/src/main/res/values-tr/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Seçili sekmeler menüsü</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Giriş sayfası</string> + <string name="tab_tray_homepage_tab">Giriş sayfası</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%s giriş sayfası</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s giriş sayfası</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">Sekmeyi koleksiyondan çıkar</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-ug/strings.xml b/mobile/android/fenix/app/src/main/res/values-ug/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">تاللانغان بەتكۈچ تىزىملىكى</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">باش بەت</string> + <string name="tab_tray_homepage_tab">باش بەت</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%s باش بەت</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s باش بەت</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">بەتكۈچنى يىغقۇچتىن چىقىرىۋەت</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-uk/strings.xml b/mobile/android/fenix/app/src/main/res/values-uk/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Меню вибраних вкладок</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Домівка</string> + <string name="tab_tray_homepage_tab">Домівка</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Домівка %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Домівка %s</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">Видалити вкладку зі збірки</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-vi/strings.xml b/mobile/android/fenix/app/src/main/res/values-vi/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">Menu thẻ đã chọn</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">Trang chủ</string> + <string name="tab_tray_homepage_tab">Trang chủ</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">Trang chủ %s</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">Trang chủ %s</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">Xóa thẻ khỏi bộ sưu tập</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-zh-rCN/strings.xml b/mobile/android/fenix/app/src/main/res/values-zh-rCN/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">选择标签页菜单</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">主页</string> + <string name="tab_tray_homepage_tab">主页</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%s 主页</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s 主页</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">将标签页从收藏集移除</string> <!-- Text for button to enter multiselect mode in tabs tray --> diff --git a/mobile/android/fenix/app/src/main/res/values-zh-rTW/strings.xml b/mobile/android/fenix/app/src/main/res/values-zh-rTW/strings.xml @@ -1486,9 +1486,9 @@ <!-- Content description for tabs tray multiselect menu --> <string name="tab_tray_multiselect_menu_content_description">選擇分頁選單</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> - <string name="tab_tray_homepage_tab" tools:ignore="UnusedResources" moz:removedIn="145">首頁</string> + <string name="tab_tray_homepage_tab">首頁</string> <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2">%s 首頁</string> + <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s 首頁</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">將分頁從收藏集移除</string> <!-- Text for button to enter multiselect mode in tabs tray -->