commit 0576f4c342cac4de112556a4593d3dbe7c9751b3 parent 4f84e3036aa8fc0a8d7d27e25ad1d991218283b7 Author: Release Engineering Landoscript <release+landoscript@mozilla.com> Date: Sat, 4 Oct 2025 00:10:10 +0000 No Bug - Import translations from https://github.com/mozilla-l10n/android-l10n CLOSED TREE Diffstat:
112 files changed, 798 insertions(+), 217 deletions(-)
diff --git a/mobile/android/android-components/components/compose/base/src/main/res/values-en-rCA/strings.xml b/mobile/android/android-components/components/compose/base/src/main/res/values-en-rCA/strings.xml @@ -10,4 +10,6 @@ <string name="text_field_cross_trailing_icon_default_content_description">Clear text</string> <!-- Announcement made by the screen reader when the progress bar is shown and a page is loading --> <string name="mozac_compose_base_progress_loading">Loading</string> + <!-- Content description for the dismiss icon of a Snackbar --> + <string name="mozac_compose_base_snackbar_dismiss_content_description">Dismiss message</string> </resources> diff --git a/mobile/android/android-components/components/feature/prompts/src/main/res/values-da/strings.xml b/mobile/android/android-components/components/feature/prompts/src/main/res/values-da/strings.xml @@ -52,6 +52,8 @@ <string name="mozac_feature_prompts_deny">Afvis</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">Tillad at dette websted åbnes?</string> + <!-- Text of the title of a dialog when a third-party redirect is blocked. --> + <string name="mozac_feature_prompts_redirect_dialog_title">Tillad omdirigering til dette websted?</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">Er du sikker?</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/prompts/src/main/res/values-en-rCA/strings.xml b/mobile/android/android-components/components/feature/prompts/src/main/res/values-en-rCA/strings.xml @@ -52,6 +52,8 @@ <string name="mozac_feature_prompts_deny">Deny</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">Allow this site to open?</string> + <!-- Text of the title of a dialog when a third-party redirect is blocked. --> + <string name="mozac_feature_prompts_redirect_dialog_title">Allow redirect to this site?</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">Are you sure?</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-en-rCA/strings.xml b/mobile/android/android-components/components/feature/sitepermissions/src/main/res/values-en-rCA/strings.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<resources> +<resources xmlns:tools="http://schemas.android.com/tools" xmlns:moz="http://mozac.org/tools"> <!-- Title of a dialog for a notification permission request. %1$s is the domain name of the website. --> <string name="mozac_feature_sitepermissions_notification_title">Allow %1$s to send notifications?</string> <!-- Title of a dialog for a camera permission request. %1$s is the domain name of the website. --> @@ -10,6 +10,10 @@ <string name="mozac_feature_sitepermissions_location_title">Allow %1$s to use your location?</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">Allow %1$s to use your camera and microphone?</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">Allow %1$s to access apps and services on devices connected to your local network?</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">Allow %1$s to access other apps and services on this device?</string> <!-- Option in a dialog for requesting a microphone permission, this option will give access to the first microphone @@ -35,8 +39,17 @@ access to this permission --> <string name="mozac_feature_sitepermissions_not_allow">Don’t allow</string> + <!-- + Alternate variant of the text for a negative button in a permission request dialog, + this button will not give access to this permission + --> + <string name="mozac_feature_sitepermissions_block">Block</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">Remember decision for this site</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_site3" moz:removedIn="144" tools:ignore="UnusedResources">Don’t ask again for this site</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_site4">Remember for this site</string> <!-- Text for a positive button in a permission request dialog. This will always allow and remember the decision of the user, this is the special case of the notification permission, that is only ask one time --> <string name="mozac_feature_sitepermissions_always_allow">Always</string> <!-- Text for a negative button in a permission request dialog. This will never allow and remember the decision of the user, this is the special case of the notification permission, that is only ask one time --> diff --git a/mobile/android/fenix/app/src/main/res/values-ab/strings.xml b/mobile/android/fenix/app/src/main/res/values-ab/strings.xml @@ -1049,9 +1049,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Ианыхтәуп аҭоурых</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Аҭоурых аныхуп</string> + <string name="history_delete_multiple_items_snackbar">Аҭоурых аныхуп</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s аныхуп</string> + <string name="history_delete_single_item_snackbar">%1$s аныхуп</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Аныхра</string> <!-- 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 @@ -1339,9 +1339,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">ታሪክ ሰርዝ</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">ታሪክ ተሰርዟል</string> + <string name="history_delete_multiple_items_snackbar">ታሪክ ተሰርዟል</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s ተሰርዟል</string> + <string name="history_delete_single_item_snackbar">%1$s ተሰርዟል</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">ሰርዝ</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-an/strings.xml b/mobile/android/fenix/app/src/main/res/values-an/strings.xml @@ -570,9 +570,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Borrar historial</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historial borrau</string> + <string name="history_delete_multiple_items_snackbar">Historial borrau</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">S’ha borrau %1$s</string> + <string name="history_delete_single_item_snackbar">S’ha borrau %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Borrar</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-ar/strings.xml b/mobile/android/fenix/app/src/main/res/values-ar/strings.xml @@ -1015,9 +1015,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">احذف التأريخ</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">حُذف التأريخ</string> + <string name="history_delete_multiple_items_snackbar">حُذف التأريخ</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">حُذف %1$s</string> + <string name="history_delete_single_item_snackbar">حُذف %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">احذف</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-ast/strings.xml b/mobile/android/fenix/app/src/main/res/values-ast/strings.xml @@ -740,9 +740,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Desaniciar l\'historial</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Desanicióse l\'historial</string> + <string name="history_delete_multiple_items_snackbar">Desanicióse l\'historial</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Desanicióse «%1$s»</string> + <string name="history_delete_single_item_snackbar">Desanicióse «%1$s»</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Desaniciar</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-azb/strings.xml b/mobile/android/fenix/app/src/main/res/values-azb/strings.xml @@ -1011,9 +1011,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">گئچمیشی سیل</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">گئچمیش سیلیندی</string> + <string name="history_delete_multiple_items_snackbar">گئچمیش سیلیندی</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s سیلیندی</string> + <string name="history_delete_single_item_snackbar">%1$s سیلیندی</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">سیل</string> <!-- 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 @@ -1176,9 +1176,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Выдаліць гісторыю</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Гісторыя выдалена</string> + <string name="history_delete_multiple_items_snackbar">Гісторыя выдалена</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s выдалены</string> + <string name="history_delete_single_item_snackbar">%1$s выдалены</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Выдаліць</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Изчистване на история</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Историята е изчистена</string> + <string name="history_delete_multiple_items_snackbar">Историята е изчистена</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Изтрито %1$s</string> + <string name="history_delete_single_item_snackbar">Изтрито %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Изтриване</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Скриване на парола</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Отключете, за да видите запазените пароли</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Отключване</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Напускане</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Защитете запазените пароли</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Изтриване на всички адреси</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Кредитни карти</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Добавяне на нова банкова карта</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Изтриване на всички банкови карти</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-bn/strings.xml b/mobile/android/fenix/app/src/main/res/values-bn/strings.xml @@ -389,9 +389,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">ইতিহাস মুছুন</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">ইতিহাস মুছে ফেলা হয়েছে</string> + <string name="history_delete_multiple_items_snackbar">ইতিহাস মুছে ফেলা হয়েছে</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s মুছে ফেলা হয়েছে</string> + <string name="history_delete_single_item_snackbar">%1$s মুছে ফেলা হয়েছে</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">মুছুন</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">پاک کردن ویرگار</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">ویرگار پاک وابی.</string> + <string name="history_delete_multiple_items_snackbar">ویرگار پاک وابی.</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s پاک وابی</string> + <string name="history_delete_single_item_snackbar">%1$s پاک وابی</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">پاک کردن</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">بؽڌار کردن رزم</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">گۊشیڌن چفت سی نیشتن رزما زفت وابیڌه</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">گۊشیڌن چفت</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">رئڌن</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">ٱمن کردن رزما زفت وابیڌه</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">پاک کردن پوی نشۊویا</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">کارتا ائتواری</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">ٱووردن کارت ائتواری نۊ</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">پاک کردن پوی کارتا ائتواری</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-br/strings.xml b/mobile/android/fenix/app/src/main/res/values-br/strings.xml @@ -1259,9 +1259,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Dilemel ar roll istor</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Roll istor dilamet</string> + <string name="history_delete_multiple_items_snackbar">Roll istor dilamet</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Dilamet %1$s</string> + <string name="history_delete_single_item_snackbar">Dilamet %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Dilemel</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Obriši historiju</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historija obrisana</string> + <string name="history_delete_multiple_items_snackbar">Historija obrisana</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Obrisao %1$s</string> + <string name="history_delete_single_item_snackbar">Obrisao %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Obriši</string> <!-- 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 @@ -1485,9 +1485,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Suprimeix l’historial</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">S’ha eliminat l’historial</string> + <string name="history_delete_multiple_items_snackbar">S’ha eliminat l’historial</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">S’ha suprimit %1$s</string> + <string name="history_delete_single_item_snackbar">S’ha suprimit %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Suprimeix</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-cak/strings.xml b/mobile/android/fenix/app/src/main/res/values-cak/strings.xml @@ -912,9 +912,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Tiyuj natab\'äl</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Xyuj Natab\'äl</string> + <string name="history_delete_multiple_items_snackbar">Xyuj Natab\'äl</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Xyuj %1$s</string> + <string name="history_delete_single_item_snackbar">Xyuj %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Tiyuj</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-ckb/strings.xml b/mobile/android/fenix/app/src/main/res/values-ckb/strings.xml @@ -457,9 +457,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">مێژووی کار بسڕەوە</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">مێژوو سڕایەوە</string> + <string name="history_delete_multiple_items_snackbar">مێژوو سڕایەوە</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s سڕایەوە</string> + <string name="history_delete_single_item_snackbar">%1$s سڕایەوە</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">سڕینەوە</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Squassà a cronolugia</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Cronolugia squassata</string> + <string name="history_delete_multiple_items_snackbar">Cronolugia squassata</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s squassatu</string> + <string name="history_delete_single_item_snackbar">%1$s squassatu</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Squassà</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Piattà a parolla d’intesa</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Spalancate per affissà e vostre parolle d’intesa arregistrate</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Spalancà</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Abbandunà</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Prutigite e vostre parolle d’intesa arregistrate</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Squassà tutti l’indirizzi</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Carte bancarie</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Aghunghje una carta bancaria nova</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Squassà tutte e carte bancarie</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-cs/strings.xml b/mobile/android/fenix/app/src/main/res/values-cs/strings.xml @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Vymazat historii</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historie byla smazána</string> + <string name="history_delete_multiple_items_snackbar">Historie byla smazána</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Položka %1$s odstraněna</string> + <string name="history_delete_single_item_snackbar">Položka %1$s odstraněna</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Smazat</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Skrýt heslo</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Pro zobrazení uložených hesel odemkněte</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Odemknout</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Opustit</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Zabezpečte svá uložená hesla</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Smazat všechny adresy</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Platební karty</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Přidat novou platební kartu</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Smazat všechny platební karty</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-cy/strings.xml b/mobile/android/fenix/app/src/main/res/values-cy/strings.xml @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Dileu hanes</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Hanes wedi’i Ddileu</string> + <string name="history_delete_multiple_items_snackbar">Hanes wedi’i Ddileu</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Wedi dileu %1$s</string> + <string name="history_delete_single_item_snackbar">Wedi dileu %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Dileu</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Cuddio cyfrinair</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Datgloi i weld eich cyfrineiriau wedi\'u cadw</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Datgloi</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Gadael</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Diogelwch eich cyfrineiriau wedi\'u cadw</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Dileu pob cyfeiriad</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Cardiau credyd</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Ychwanegu cerdyn credyd newydd</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Dileu pob cerdyn credyd</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-da/strings.xml b/mobile/android/fenix/app/src/main/res/values-da/strings.xml @@ -572,6 +572,30 @@ <string name="onboarding_redesign_tou_body_three_link_text">Håndter indstillinger</string> <!-- Terms of use (ToU) onboarding page continue button label. --> <string name="onboarding_redesign_tou_agree_and_continue_button_label">Fortsæt</string> + <!-- Onboarding header for the toolbar selection card. --> + <string name="onboarding_redesign_customize_toolbar_title">Hvor vil du have din adresselinje?</string> + <!-- Onboarding label for 'Continue' button. --> + <string name="onboarding_redesign_continue_button">Fortsæt</string> + <!-- Marketing onboarding page title. 'Firefox' is intentionally hardcoded. --> + <string name="onboarding_marketing_redesign_title" tools:ignore="BrandUsage">Hjælp os med at udvikle Firefox</string> + <!-- Marketing onboarding page opt-out checkbox. Unchecking the box does not increase data collection. Our data practices remain the same. 'Mozilla' is intentionally hardcoded. --> + <string name="onboarding_marketing_redesign_opt_out_checkbox" tools:ignore="BrandUsage">Del, hvordan du opdagede Firefox, og at du bruger appen med Mozillas partnere indenfor markedsføringsteknologi. Disse data vil aldrig blive solgt.</string> + <!-- Marketing onboarding page clickable link text to "learn more" on how data is used. --> + <string name="onboarding_marketing_redesign_learn_more">Sådan bruger vi dataene</string> + <!-- Marketing onboarding page button label. Button to confirm choice and start browsing. --> + <string name="onboarding_marketing_redesign_positive_button">Bekræft</string> + <!-- Set to default browser onboarding redesign title. --> + <string name="onboarding_redesign_set_default_browser_title">Få automatisk beskyttelse mod sporing som standard</string> + <!-- Set to default browser onboarding redesign body. --> + <string name="onboarding_redesign_set_default_browser_body">Et tryk gør det sværere for virksomheder at overvåge dine klik.</string> + <!-- Sync onboarding redesign title. 'Firefox' is intentionally hardcoded. --> + <string name="onboarding_redesign_sync_title" tools:ignore="BrandUsage">Synkroniser overalt, hvor du bruger Firefox</string> + <!-- Sync onboarding redesign body. --> + <string name="onboarding_redesign_sync_body">Få adgang til bogmærker, faneblade og adgangskoder på alle dine enheder. Alt sammen beskyttet med kryptering.</string> + <!-- Sync onboarding redesign positive button text. --> + <string name="onboarding_redesign_sync_positive_button">Start synkronisering</string> + <!-- Sync onboarding redesign negative button text. --> + <string name="onboarding_redesign_sync_negative_button">Ikke nu</string> <!-- Marketing onboarding page title. 'Firefox' is intentionally hardcoded. --> <string name="onboarding_marketing_title" tools:ignore="BrandUsage,UnusedResources">Hjælp os med at udvikle Firefox</string> <!-- Marketing onboarding page body. 'Firefox' is intentionally hardcoded. --> @@ -704,6 +728,8 @@ <string name="preferences_https_only_title">Tilstanden Kun-HTTPS</string> <!-- Preference title for using the screen lock to hide tabs in private browsing --> <string name="preferences_pbm_lock_screen_title">Brug skærmlås til at skjule faneblade i privat browsing</string> + <!-- Informs the user how to access the tabs when "Use screen lock to hide tabs in private browsing" is enabled --> + <string name="preferences_pbm_lock_screen_summary_3">Vis faneblade med dit fingeraftryk, pinkode eller ansigtslås. Hvis du aktiverer dette, forhindres skærmoptagelse og deling.</string> <string name="preferences_pbm_lock_screen_summary_2" tools:ignore="UnusedResources" moz:removedIn="144">Vis faneblade med dit fingeraftryk, pinkode eller ansigtslås.</string> <!-- Label for cookie banner section in quick settings panel. --> <string name="cookie_banner_blocker">Blokering af cookie-bannere</string> @@ -785,6 +811,8 @@ <string name="preferences_customize">Tilpas</string> <!-- Preference description for banner about signing in --> <string name="preferences_sign_in_description_2" tools:ignore="UnusedResources" moz:removedIn="145">Log ind for at synkronisere dine faneblade, bogmærker, adgangskoder med mere.</string> + <!-- Preference description shown in the banner prompting the user to sign in for sync features --> + <string name="preferences_sign_in_description">Synkroniser faneblade, bogmærker, adgangskoder m.m.</string> <!-- Preference shown instead of account display name while account profile information isn't available yet. --> <string name="preferences_account_default_name_2">Mozilla-konto</string> <!-- Preference text for account title when there was an error syncing FxA --> @@ -1187,6 +1215,8 @@ Header of the Sync and save your data preference view --> <string name="preferences_sync_2" tools:ignore="UnusedResources" moz:removedIn="145">Synkroniser og gem dine data</string> + <!-- Header of the Sign in preference view --> + <string name="preferences_sign_in">Log ind</string> <!-- Preference for reconnecting to FxA sync --> <string name="preferences_sync_sign_in_to_reconnect">Log ind for at genoprette forbindelse</string> <!-- Preference for removing FxA account --> @@ -1335,6 +1365,8 @@ <string name="close_tabs_after_one_month">Efter en måned</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">Luk automatisk åbne faneblade</string> + <!-- Content description (not visible, for screen readers etc.): Close tab button --> + <string name="tab_manager_close_tabs">Luk</string> <!-- Opening screen @@ -1485,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Slet historik</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historikken er ryddet</string> + <string name="history_delete_multiple_items_snackbar">Historikken er ryddet</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s slettet</string> + <string name="history_delete_single_item_snackbar">%1$s slettet</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Slet</string> <!-- @@ -1765,6 +1797,14 @@ <string name="bookmark_add_folder">Tilføj mappe</string> <!-- Snackbar title that confirms a bookmark was saved into a folder. %s is the name of the folder the bookmark was saved into. --> <string name="bookmark_saved_in_folder_snackbar">Gemt i “%s”</string> + <!-- Snackbar title describing failure to add a new folder --> + <string name="bookmark_error_add_folder">Kunne ikke tilføje mappe</string> + <!-- Snackbar title describing failure to edit an existing folder --> + <string name="bookmark_error_edit_folder">Kunne ikke redigere mappe</string> + <!-- Snackbar title describing failure to select a new parent folder for a bookmark or folder --> + <string name="bookmark_error_select_folder">Kunne ikke ændre den overordnede mappe</string> + <!-- Snackbar title describing failure to edit a bookmark --> + <string name="bookmark_error_edit_bookmark">Kunne ikke redigere bogmærke</string> <!-- Snackbar edit button shown after a bookmark has been created. --> <string name="edit_bookmark_snackbar_action">REDIGER</string> <!-- Bookmark menu move button --> @@ -2017,6 +2057,8 @@ <string name="create_collection_tabs_saved_new_collection_2">Samling gemt</string> <!-- Text shown in snackbar when one tab has been saved in a collection --> <string name="create_collection_tab_saved" tools:ignore="UnusedResources" moz:removedIn="144">Faneblad gemt!</string> + <!-- Text shown in snackbar when one tab has been saved in a collection --> + <string name="create_collection_tab_saved_2">Faneblad gemt</string> <!-- Content description (not visible, for screen readers etc.): button to close the collection creator --> <string name="create_collection_close">Luk</string> <!-- Button to save currently selected tabs in the "select tabs" step of the collection creator --> @@ -2064,6 +2106,8 @@ <string name="sync_sign_in">Log ind på Sync</string> <!-- An option from the three dot menu to sync and save data --> <string name="sync_menu_sync_and_save_data" tools:ignore="UnusedResources" moz:removedIn="145">Synkroniser og gem data</string> + <!-- An option from the three dot menu to sign in --> + <string name="sync_menu_sign_in">Log ind</string> <!-- An option from the share dialog to send link to all other sync devices --> <string name="sync_send_to_all">Send til alle enheder</string> <!-- An option from the share dialog to reconnect to sync --> @@ -2272,6 +2316,8 @@ Text shown in snackbar when multiple tabs have been sent to device --> <string name="sync_sent_tabs_snackbar" tools:ignore="UnusedResources" moz:removedIn="144">Faneblade sendt!</string> + <!-- Text shown in snackbar when multiple tabs have been sent to device --> + <string name="sync_sent_tabs_snackbar_2">Faneblade sendt</string> <!-- Text shown in snackbar when one tab has been sent to device --> <string name="sync_sent_tab_snackbar" tools:ignore="UnusedResources" moz:removedIn="144">Faneblad sendt!</string> <!-- Text shown in snackbar when one tab has been sent to device --> @@ -2658,6 +2704,10 @@ <string name="saved_login_hide_password">Skjul adgangskode</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Lås op for at se dine gemte adgangskoder</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Lås op</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Forlad</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Gør dine gemte adgangskoder sikre</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -2988,6 +3038,11 @@ Title text displayed in the tabs tray when a tab has been unused for 14 days. --> <string name="inactive_tabs_title">Inaktive faneblade</string> + <!-- + Text displayed in the tabs tray, indicating the number of inactive tabs. + %d is the number of inactive tabs. + --> + <string name="inactive_tabs_num_items">Elementer: %d</string> <!-- Content description for closing all inactive tabs --> <string name="inactive_tabs_delete_all">Luk alle inaktive faneblade</string> <!-- Content description for expanding the inactive tabs section. --> @@ -3547,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Slet alle adresser</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Betalingskort</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Tilføj nyt betalingskort</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Slet alle betalingskort</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-de/strings.xml b/mobile/android/fenix/app/src/main/res/values-de/strings.xml @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Chronik löschen</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Chronik gelöscht</string> + <string name="history_delete_multiple_items_snackbar">Chronik gelöscht</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s gelöscht</string> + <string name="history_delete_single_item_snackbar">%1$s gelöscht</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Löschen</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Passwort verbergen</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Zum Anzeigen Ihrer gespeicherten Passwörter entsperren</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Entsperren</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Verlassen</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Sichern Sie Ihre gespeicherten Passwörter</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Alle Adressen löschen</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Kreditkarten</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Neue Kreditkarte hinzufügen</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Alle Kreditkarten löschen</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-dsb/strings.xml b/mobile/android/fenix/app/src/main/res/values-dsb/strings.xml @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Historiju wulašowaś</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historija jo se wulašowała</string> + <string name="history_delete_multiple_items_snackbar">Historija jo se wulašowała</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s jo se wulašował</string> + <string name="history_delete_single_item_snackbar">%1$s jo se wulašował</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Lašowaś</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Gronidła schowaś</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Za zwobraznjowanje wašych skłaźonych kreditowych gronidłow wótwóriś</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Wótwóriś</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Spušćiś</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Zawěsććo swóje skłaźone gronidła</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Wšykne adrese lašowaś</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Kreditowe kórty</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Nowu kreditowu kórtu pśidaś</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Wšykne kreditowe kórty lašowaś</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-el/strings.xml b/mobile/android/fenix/app/src/main/res/values-el/strings.xml @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Διαγραφή ιστορικού</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Το ιστορικό διαγράφηκε</string> + <string name="history_delete_multiple_items_snackbar">Το ιστορικό διαγράφηκε</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Το «%1$s» διαγράφτηκε</string> + <string name="history_delete_single_item_snackbar">Το «%1$s» διαγράφτηκε</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Διαγραφή</string> <!-- 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 @@ -28,6 +28,12 @@ <string name="no_open_tabs_description">Your open tabs will be shown here.</string> <!-- No Private Tabs Message Description --> <string name="no_private_tabs_description">Your private tabs will be shown here.</string> + <!-- The header text displayed on the private tabs page when no private tabs are open --> + <string name="tab_manager_empty_private_tabs_page_header">Private browsing</string> + <!-- The supplementary text displayed on the private tabs page when no private tabs are open. %1$s is the name of the app (for example "Firefox") --> + <string name="tab_manager_empty_private_tabs_page_description">%1$s won’t remember any of your history or cookies, but new bookmarks will be saved.</string> + <!-- The header text displayed on the normal tabs page when no normal tabs are open --> + <string name="tab_manager_empty_normal_tabs_page_header">Create a new tab to start searching</string> <!-- Tab tray multi select title in app bar. %1$d is the number of tabs selected --> <string name="tab_tray_multi_select_title">%1$d selected</string> <!-- Tab tray multi select title in app bar when no tabs are selected --> @@ -42,6 +48,12 @@ <string name="tab_tray_close_multiselect_content_description">Exit multiselect mode</string> <!-- Content description for save to collection button while in multiselect mode in tab tray --> <string name="tab_tray_collection_button_multiselect_content_description">Save selected tabs to collection</string> + <!-- The header text displayed on the synced tabs page when the user is not logged into an account. --> + <string name="tab_manager_empty_synced_tabs_page_header">Grab tabs from any device</string> + <!-- The supplementary text displayed on the synced tabs page when the user is not logged into an account. --> + <string name="tab_manager_empty_synced_tabs_page_description">Sign in to manage synced tabs from all your devices.</string> + <!-- The action text displayed on the synced tabs page when the user is not logged into an account, prompting the user to sign into their account. When clicked, it takes the user to the account sign-in flow. --> + <string name="tab_manager_empty_synced_tabs_page_sign_in_cta">Sign in</string> <!-- Home - Bookmarks @@ -356,6 +368,18 @@ --> <string name="browser_toolbar_translated_successfully">Page translated from %1$s to %2$s.</string> <!-- + Translation Toolbar + + Translation toolbar label that is displayed when the current page has been translated by the translation feature. + %1$s is the name of the language that is displayed in the original page. (For example: English) + %2$s is the name of the language which the page was translated to. (For example: French) + --> + <string name="translation_toolbar_translated_from_and_to" tools:ignore="UnusedResources">Translated from %1$s to %2$s</string> + <!-- Content description for the translate toolbar action that opens the translations dialog. --> + <string name="translation_toolbar_expand_action">Open translation sheet</string> + <!-- Content description for the translate toolbar action that closes the translations toolbar. --> + <string name="translation_toolbar_close_action">Dismiss message</string> + <!-- Locale Settings Fragment Content description for tick mark on selected language @@ -483,6 +507,14 @@ <string name="onboarding_preferences_dialog_crash_reporting_description">Crash reports allow us to diagnose and fix issues with the browser. Reports may include personal or sensitive data.</string> <!-- Learn more link for the crash reporting option in the privacy preferences dialog shown during onboarding. --> <string name="onboarding_preferences_dialog_crash_reporting_learn_more_2">Learn more</string> + <!-- Title for the startup crash page. %s is the name of the app (for example "Firefox") --> + <string name="startup_crash_title">%s needs to restart</string> + <!-- Body text for the startup crash page. %s is the name of the app (for example "Firefox") --> + <string name="startup_crash_body">There was a problem opening %s.\n\nSending a crash report helps us diagnose and fix problems with the browser. Reports may include personal or sensitive data.</string> + <!-- Button text to submit a startup crash report --> + <string name="startup_crash_positive">Send crash report</string> + <!-- Button text to continue and not send a startup crash report --> + <string name="startup_crash_negative">No thanks</string> <!-- Title for the usage data option in the privacy preferences dialog shown during onboarding. Note: The word "Mozilla" should NOT be translated. --> <string name="onboarding_preferences_dialog_usage_data_title">Send technical and interaction data to Mozilla</string> <string name="onboarding_preferences_dialog_usage_data_description_2" tools:ignore="BrandUsage">Data about your device, hardware configuration, and how you use Firefox helps improve features, performance, and stability for everyone.</string> @@ -1396,9 +1428,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Delete history</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">History Deleted</string> + <string name="history_delete_multiple_items_snackbar">History Deleted</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Deleted %1$s</string> + <string name="history_delete_single_item_snackbar">Deleted %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Delete</string> <!-- @@ -1766,8 +1798,12 @@ <string name="bookmark_search_button_content_description">Search bookmarks</string> <!-- Content description for the overflow menu for a bookmark item. %s is a folder name or bookmark title. --> <string name="bookmark_item_menu_button_content_description">Item Menu for %s</string> + <!-- Content description for the "close" button in bookmarks screen. --> + <string name="bookmark_close_button_content_description">Close bookmarks</string> <!-- Title for the bookmark list empty state --> <string name="bookmark_empty_list_title">No bookmarks yet</string> + <!-- Bookmark screen folder description. %s is the count of bookmark folder children --> + <string name="bookmarks_folder_description">Bookmarks in folder: %s</string> <!-- Description for the bookmark list empty state when you're not signed into sync. --> <string name="bookmark_empty_list_guest_description">Save sites as you browse. Sign in to grab bookmarks from other synced devices.</string> <!-- Text for the button to navigate to sync authentication --> @@ -1808,6 +1844,10 @@ <string name="clear_permissions_on_all_sites">Clear permissions on all sites</string> <!-- Preference for altering video and audio autoplay for all websites --> <string name="preference_browser_feature_autoplay">Autoplay</string> + <!-- Preference for local device access for all websites --> + <string name="preference_browser_feature_local_device_access">Device apps and services</string> + <!-- Preference for local network access for all websites --> + <string name="preference_browser_feature_local_network_access">Local network devices</string> <!-- Preference for altering the camera access for all websites --> <string name="preference_phone_feature_camera">Camera</string> <!-- Preference for altering the microphone access for all websites --> @@ -1910,8 +1950,12 @@ <string name="create_collection_save_to_collection_tab_selected">%d tab selected</string> <!-- Text shown in snackbar when one or multiple tabs have been saved in a new collection --> <string name="create_collection_tabs_saved_new_collection" tools:ignore="UnusedResources" moz:removedIn="144">Collection saved!</string> + <!-- Text shown in snackbar when one or multiple tabs have been saved in a new collection --> + <string name="create_collection_tabs_saved_new_collection_2">Collection saved</string> <!-- Text shown in snackbar when one tab has been saved in a collection --> <string name="create_collection_tab_saved" tools:ignore="UnusedResources" moz:removedIn="144">Tab saved!</string> + <!-- Text shown in snackbar when one tab has been saved in a collection --> + <string name="create_collection_tab_saved_2">Tab saved</string> <!-- Content description (not visible, for screen readers etc.): button to close the collection creator --> <string name="create_collection_close">Close</string> <!-- Button to save currently selected tabs in the "select tabs" step of the collection creator --> @@ -1959,6 +2003,8 @@ <string name="sync_sign_in">Sign in to Sync</string> <!-- An option from the three dot menu to sync and save data --> <string name="sync_menu_sync_and_save_data" tools:ignore="UnusedResources" moz:removedIn="145">Sync and save data</string> + <!-- An option from the three dot menu to sign in --> + <string name="sync_menu_sign_in">Sign in</string> <!-- An option from the share dialog to send link to all other sync devices --> <string name="sync_send_to_all">Send to all devices</string> <!-- An option from the share dialog to reconnect to sync --> @@ -2049,6 +2095,8 @@ <string name="snackbar_num_tabs_closed">Tabs closed: %1$s</string> <!-- Text shown in snackbar when user bookmarks a list of tabs. %s is the name of the folder the bookmark was saved into. --> <string name="snackbar_message_bookmarks_saved_in" tools:ignore="UnusedResources" moz:removedIn="144">Bookmarks saved in “%s”!</string> + <!-- Text shown in snackbar when user bookmarks a list of tabs. %s is the name of the folder the bookmark was saved into. --> + <string name="snackbar_message_bookmarks_saved_in_2">Bookmarks saved in “%s”</string> <!-- Text shown in snackbar when user adds a site to shortcuts --> <string name="snackbar_added_to_shortcuts">Added to shortcuts!</string> <!-- Text shown in snackbar when user closes a private tab --> @@ -2165,8 +2213,12 @@ Text shown in snackbar when multiple tabs have been sent to device --> <string name="sync_sent_tabs_snackbar" tools:ignore="UnusedResources" moz:removedIn="144">Tabs sent!</string> + <!-- Text shown in snackbar when multiple tabs have been sent to device --> + <string name="sync_sent_tabs_snackbar_2">Tabs sent</string> <!-- Text shown in snackbar when one tab has been sent to device --> <string name="sync_sent_tab_snackbar" tools:ignore="UnusedResources" moz:removedIn="144">Tab sent!</string> + <!-- Text shown in snackbar when one tab has been sent to device --> + <string name="sync_sent_tab_snackbar_2">Tab sent</string> <!-- Text shown in snackbar when sharing tabs failed --> <string name="sync_sent_tab_error_snackbar">Unable to send</string> <!-- Text shown in snackbar for the "retry" action that the user has after sharing tabs failed --> @@ -2219,6 +2271,18 @@ <string name="preference_enhanced_tracking_protection_allow_list_baseline">Allow %1$s to automatically apply exceptions required to avoid major website breakage.</string> <!-- Preference description for the checkbox setting for "convenience" exceptions (a set of content blocking exceptions applied to fix convenience site features). --> <string name="preference_enhanced_tracking_protection_allow_list_convenience">Also apply exceptions automatically that are only required to fix minor issues and make convenience features available.</string> + <!-- + Dialog that appears after user tries to uncheck the baseline exceptions preference under Strict or Custom tracking protection + + Title for the dialog that appears after disabling the baseline exceptions preference under Strict or Custom tracking protection + --> + <string name="preference_enhanced_tracking_protection_allow_list_dialog_title">Are you sure you want to turn off fixes?</string> + <!-- Message for the dialog that appears after disabling the baseline exceptions preference under Strict or Custom tracking protection. %1$s is the name of the application (e.g. Fenix). --> + <string name="preference_enhanced_tracking_protection_allow_list_dialog_message">This setting helps fix the most common site problems. If you turn it off, some sites may not work, and %1$s won’t be able to help troubleshoot those issues.</string> + <!-- Confirmation button text for the dialog that appears after disabling the baseline exceptions preference under Strict or Custom tracking protection --> + <string name="preference_enhanced_tracking_protection_allow_list_dialog_confirm">Turn fixes off</string> + <!-- Cancel button text for the dialog that appears after disabling the baseline exceptions preference under Strict or Custom tracking protection. This dismisses the dialog and re-enables the preference. --> + <string name="preference_enhanced_tracking_protection_allow_list_dialog_cancel">Keep fixes on</string> <!-- Accessibility text for the Strict protection information icon --> <string name="preference_enhanced_tracking_protection_strict_info_button">What’s blocked by strict tracking protection</string> <!-- Preference for enhanced tracking protection for the custom protection settings --> @@ -2824,6 +2888,11 @@ Title text displayed for the shortcuts home screen section. --> <string name="homepage_shortcuts_title">Shortcuts</string> + <!-- + Context description text for the "Show all" button in the shortcuts home screen section + which navigates the user to a screen displaying all the shortcuts. + --> + <string name="homepage_shortcuts_show_all_content_description">Show all shortcuts</string> <!-- Title text displayed in the dialog when shortcuts limit is reached. --> <string name="shortcut_max_limit_title">Shortcut limit reached</string> <!-- Content description text displayed in the dialog when shortcut limit is reached. --> @@ -2862,6 +2931,11 @@ Title text displayed in the tabs tray when a tab has been unused for 14 days. --> <string name="inactive_tabs_title">Inactive tabs</string> + <!-- + Text displayed in the tabs tray, indicating the number of inactive tabs. + %d is the number of inactive tabs. + --> + <string name="inactive_tabs_num_items">Items: %d</string> <!-- Content description for closing all inactive tabs --> <string name="inactive_tabs_delete_all">Close all inactive tabs</string> <!-- Content description for expanding the inactive tabs section. --> @@ -2919,6 +2993,13 @@ Header text for a section on the home screen. --> <string name="pocket_stories_header_2">Stories</string> + <!-- + Context description text for the "Discover more" button in the stories home screen section + which navigates the user to a screen displaying more stories. + --> + <string name="stories_discover_more_content_description">Discover more stories</string> + <!-- Content description for the "Navigate back" button on the top app bar of the Stories screen. --> + <string name="stories_back_button_content_description">Navigate back</string> <!-- Text indicating that the Pocket story that also displays this text is a sponsored story by other 3rd party entity. --> <string name="pocket_stories_sponsor_indication">Sponsored</string> <!-- Snackbar message for enrolling in a Nimbus experiment from the secret settings when Studies preference is Off. --> @@ -3234,6 +3315,8 @@ <string name="protection_panel_num_trackers_blocked">Trackers blocked: %d</string> <!-- Text for when no trackers have been blocked. --> <string name="protection_panel_no_trackers_blocked">No trackers found</string> + <!-- Text for when tracking protection is disabled and no trackers are blocked. --> + <string name="protection_panel_etp_disabled_no_trackers_blocked">Trackers aren’t blocked</string> <!-- Link text to navigate to privacy and security settings from the protection panel. --> <string name="protection_panel_privacy_and_security_settings_2">Privacy Settings</string> <!-- Title text for the protection panel permissions section. --> @@ -3264,6 +3347,8 @@ <string name="connection_security_panel_secure">Secure connection</string> <!-- Text for the connection security panel when the site is not secure. --> <string name="connection_security_panel_not_secure">Connection not secure</string> + <!-- Text for the connection security panel when accessed from local PDF. --> + <string name="connection_security_panel_local_pdf">This page is stored on your device</string> <!-- Text for the connection security panel to indicate who the certificate was verified by. %s is a placeholder for the name of the certificate authority that issued the certificate. 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Delete history</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">History Deleted</string> + <string name="history_delete_multiple_items_snackbar">History Deleted</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Deleted %1$s</string> + <string name="history_delete_single_item_snackbar">Deleted %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Delete</string> <!-- 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 @@ -1485,9 +1485,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Forigi historion</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historio viŝita</string> + <string name="history_delete_multiple_items_snackbar">Historio viŝita</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s forigita</string> + <string name="history_delete_single_item_snackbar">%1$s forigita</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Forigi</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Eliminar historial</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historial eliminado</string> + <string name="history_delete_multiple_items_snackbar">Historial eliminado</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Se eliminó %1$s</string> + <string name="history_delete_single_item_snackbar">Se eliminó %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Eliminar</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Ocultar contraseña</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Desbloqueá para ver las contraseñas guardadas</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Desbloquear</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Salir</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Asegurá tus contraseñas guardadas</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Borrar todas las direcciones</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Tarjetas de crédito</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Agregar nueva tarjeta de crédito</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Eliminar todas las tarjetas de crédito</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-es-rCL/strings.xml b/mobile/android/fenix/app/src/main/res/values-es-rCL/strings.xml @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Eliminar historial</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historial eliminado</string> + <string name="history_delete_multiple_items_snackbar">Historial eliminado</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s eliminado</string> + <string name="history_delete_single_item_snackbar">%1$s eliminado</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Eliminar</string> <!-- 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 @@ -1440,9 +1440,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Eliminar historial</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historial eliminado</string> + <string name="history_delete_multiple_items_snackbar">Historial eliminado</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Se ha eliminado %1$s</string> + <string name="history_delete_single_item_snackbar">Se ha eliminado %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Eliminar</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-es-rMX/strings.xml b/mobile/android/fenix/app/src/main/res/values-es-rMX/strings.xml @@ -1188,9 +1188,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Eliminar historial</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historial eliminado</string> + <string name="history_delete_multiple_items_snackbar">Historial eliminado</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Se eliminó %1$s</string> + <string name="history_delete_single_item_snackbar">Se eliminó %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Eliminar</string> <!-- 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 @@ -1440,9 +1440,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Eliminar historial</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historial eliminado</string> + <string name="history_delete_multiple_items_snackbar">Historial eliminado</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Se ha eliminado %1$s</string> + <string name="history_delete_single_item_snackbar">Se ha eliminado %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Eliminar</string> <!-- 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 @@ -802,9 +802,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Kustuta ajalugu</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Ajalugu kustutatud</string> + <string name="history_delete_multiple_items_snackbar">Ajalugu kustutatud</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Ajaloost kustutati %1$s</string> + <string name="history_delete_single_item_snackbar">Ajaloost kustutati %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Kustuta</string> <!-- 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 @@ -1507,9 +1507,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Ezabatu historia</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historia ezabatuta</string> + <string name="history_delete_multiple_items_snackbar">Historia ezabatuta</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s ezabatuta</string> + <string name="history_delete_single_item_snackbar">%1$s ezabatuta</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Ezabatu</string> <!-- 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 @@ -1312,9 +1312,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">حذف تاریخچه</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">تاریخچه حذف شد.</string> + <string name="history_delete_multiple_items_snackbar">تاریخچه حذف شد.</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$sحذف شد</string> + <string name="history_delete_single_item_snackbar">%1$sحذف شد</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">حذف</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-ff/strings.xml b/mobile/android/fenix/app/src/main/res/values-ff/strings.xml @@ -532,9 +532,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Momtu aslol</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Aslol momtaama</string> + <string name="history_delete_multiple_items_snackbar">Aslol momtaama</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Momtaama %1$s</string> + <string name="history_delete_single_item_snackbar">Momtaama %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Momtu</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Poista historia</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historia poistettu</string> + <string name="history_delete_multiple_items_snackbar">Historia poistettu</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s poistettu</string> + <string name="history_delete_single_item_snackbar">%1$s poistettu</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Poista</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Piilota salasana</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Avaa lukitus nähdäksesi tallennetut salasanat</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Avaa</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Poistu</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Suojaa tallennetut salasanat</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Poista kaikki osoitteet</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Luottokortit</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Lisää uusi luottokortti</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Poista kaikki luottokortit</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-fr/strings.xml b/mobile/android/fenix/app/src/main/res/values-fr/strings.xml @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Effacer l’historique</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historique supprimé</string> + <string name="history_delete_multiple_items_snackbar">Historique supprimé</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s supprimé</string> + <string name="history_delete_single_item_snackbar">%1$s supprimé</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Supprimer</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Masquer le mot de passe</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Déverrouillez pour afficher vos mots de passe enregistrés</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Déverrouiller</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Quitter</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Sécurisez les mots de passe enregistrés</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Supprimer toutes les adresses</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Cartes bancaires</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Ajouter une nouvelle carte bancaire</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Supprimer toutes les cartes bancaires</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-fur/strings.xml b/mobile/android/fenix/app/src/main/res/values-fur/strings.xml @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Scancele la cronologjie</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Cronologjie eliminade</string> + <string name="history_delete_multiple_items_snackbar">Cronologjie eliminade</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s eliminât</string> + <string name="history_delete_single_item_snackbar">%1$s eliminât</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Elimine</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Plate password</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Sbloche par viodi lis passwords salvadis</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Sbloche</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Bandone</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Protêç lis passwords salvadis</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Elimine dutis lis direzions</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Cjartis di 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">Zonte gnove cjarte di credit</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Elimine dutis lis cjartis di 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-fy-rNL/strings.xml b/mobile/android/fenix/app/src/main/res/values-fy-rNL/strings.xml @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Skiednis wiskje</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Skiednis fuortsmiten</string> + <string name="history_delete_multiple_items_snackbar">Skiednis fuortsmiten</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s fuortsmiten</string> + <string name="history_delete_single_item_snackbar">%1$s fuortsmiten</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Fuortsmite</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Wachtwurd ferstopje</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Untskoattelje om jo bewarre wachtwurden te besjen</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Untskoattelje</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Ferlitte</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Befeiligje jo bewarre wachtwurden</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Alle adressen fuortsmite</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Creditcards</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Nije creditcard tafoegje</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Alle creditcards fuortsmite</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-gd/strings.xml b/mobile/android/fenix/app/src/main/res/values-gd/strings.xml @@ -1279,9 +1279,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Sguab an eachdraidh às</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Chaidh an eachdraidh a sguabadh às</string> + <string name="history_delete_multiple_items_snackbar">Chaidh an eachdraidh a sguabadh às</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Chaidh %1$s a sguabadh às</string> + <string name="history_delete_single_item_snackbar">Chaidh %1$s a sguabadh às</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Sguab às</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Eliminar historial</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historial eliminado</string> + <string name="history_delete_multiple_items_snackbar">Historial eliminado</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Eliminouse %1$s</string> + <string name="history_delete_single_item_snackbar">Eliminouse %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Eliminar</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Agochar contrasinal</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Desbloquear para ver os seus contrasinais gardados</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Desbloquear</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Abandonar</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Protexa os seus contrasinais gardados</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Elimina todos os enderezos</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Tarxetas de crédito</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Engade unha nova tarxeta de crédito</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Elimina todas as tarxetas de crédito</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-gn/strings.xml b/mobile/android/fenix/app/src/main/res/values-gn/strings.xml @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Emboguete tembiasakue</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Tembiasakue mboguepyre</string> + <string name="history_delete_multiple_items_snackbar">Tembiasakue mboguepyre</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Mboguepyre %1$s</string> + <string name="history_delete_single_item_snackbar">Mboguepyre %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Mboguete</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Emokañy ñe’ẽñemi</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Embojuruja ehecha hag̃ua ñe’ẽñemi ñongatupyre</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Mbojera</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Ñesẽ</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Emo’ã ne ñe’ẽñemi ñongatupyre</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Emboguepaite umi kundaharape</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Kuatia’atã ñemurã</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Embojuaju kuatia’atã ñemurã</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Emboguepaite kuatia’atã ñemurã</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-gu-rIN/strings.xml b/mobile/android/fenix/app/src/main/res/values-gu-rIN/strings.xml @@ -297,7 +297,7 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">ઇતિહાસ કાઢી નાખો</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s કાઢી નાખ્યું</string> + <string name="history_delete_single_item_snackbar">%1$s કાઢી નાખ્યું</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">કાઢો</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-hi-rIN/strings.xml b/mobile/android/fenix/app/src/main/res/values-hi-rIN/strings.xml @@ -540,9 +540,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">इतिहास मिटाएं</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">इतिहास मिटा दिया गया</string> + <string name="history_delete_multiple_items_snackbar">इतिहास मिटा दिया गया</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s मिटाया गया</string> + <string name="history_delete_single_item_snackbar">%1$s मिटाया गया</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">मिटाएं</string> <!-- 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 @@ -1337,9 +1337,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Izbriši povijest</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Povijest izbrisana</string> + <string name="history_delete_multiple_items_snackbar">Povijest izbrisana</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Izbrisano: %1$s</string> + <string name="history_delete_single_item_snackbar">Izbrisano: %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Izbriši</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Historiju zhašeć</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historija je so zhašała</string> + <string name="history_delete_multiple_items_snackbar">Historija je so zhašała</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s je so zhašał</string> + <string name="history_delete_single_item_snackbar">%1$s je so zhašał</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Zhašeć</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Hesło schować</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Za zwobraznjenje wašich składowanych hesłow wotewrěć</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Wotewrěć</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Wopušćić</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Zawěsćće swoje składowane hesła</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Wšě adresy zhašeć</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Kreditne karty</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Nowu kreditnu kartu přidać</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Wšě kreditne karty zhašeć</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-hu/strings.xml b/mobile/android/fenix/app/src/main/res/values-hu/strings.xml @@ -507,6 +507,8 @@ <string name="onboarding_preferences_dialog_crash_reporting_description">Az összeomlás-jelentések lehetővé teszik számunkra, hogy diagnosztizáljuk és megoldjuk a böngészőhibákat. A jelentések személyes vagy bizalmas adatokat tartalmazhatnak.</string> <!-- Learn more link for the crash reporting option in the privacy preferences dialog shown during onboarding. --> <string name="onboarding_preferences_dialog_crash_reporting_learn_more_2">További tudnivalók</string> + <!-- Body text for the startup crash page. %s is the name of the app (for example "Firefox") --> + <string name="startup_crash_body">Probléma adódott a %s megnyitásakor.\n\nAz összeomlás-jelentés küldése segít nekünk abban, hogy diagnosztizáljuk és megoldjuk a böngészőhibákat. A jelentések személyes vagy bizalmas adatokat tartalmazhatnak.</string> <!-- Button text to submit a startup crash report --> <string name="startup_crash_positive">Összeomlás-jelentés küldése</string> <!-- Button text to continue and not send a startup crash report --> @@ -1444,9 +1446,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Előzmények törlése</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Előzmények törölve</string> + <string name="history_delete_multiple_items_snackbar">Előzmények törölve</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s törölve</string> + <string name="history_delete_single_item_snackbar">%1$s törölve</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Törlés</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Ջնջել պատմությունը</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Պատմությունը ջնջվեց</string> + <string name="history_delete_multiple_items_snackbar">Պատմությունը ջնջվեց</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s-ը ջնջվեց</string> + <string name="history_delete_single_item_snackbar">%1$s-ը ջնջվեց</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Ջնջել</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Deler le chronologia</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Chronologia delite</string> + <string name="history_delete_multiple_items_snackbar">Chronologia delite</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Delite %1$s</string> + <string name="history_delete_single_item_snackbar">Delite %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Deler</string> <!-- 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 @@ -1515,9 +1515,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Hapus riwayat</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Riwayat Dihapus</string> + <string name="history_delete_multiple_items_snackbar">Riwayat Dihapus</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s terhapus</string> + <string name="history_delete_single_item_snackbar">%1$s terhapus</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Hapus</string> <!-- 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 @@ -1507,9 +1507,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Eyða ferli</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Hreinsa feril</string> + <string name="history_delete_multiple_items_snackbar">Hreinsa feril</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Eyða %1$s</string> + <string name="history_delete_single_item_snackbar">Eyða %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Eyða</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Cancella cronologia</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Cronologia eliminata</string> + <string name="history_delete_multiple_items_snackbar">Cronologia eliminata</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s eliminato</string> + <string name="history_delete_single_item_snackbar">%1$s eliminato</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Elimina</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Nascondi password</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Sblocca per visualizzare le password salvate</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Sblocca</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Esci</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Proteggi le password salvate</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Elimina tutti gli indirizzi</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Carte di credito</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Aggiungi nuova carta di credito</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Elimina tutte le carte di credito</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-iw/strings.xml b/mobile/android/fenix/app/src/main/res/values-iw/strings.xml @@ -1515,9 +1515,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">מחיקת היסטוריה</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">ההיסטוריה נמחקה</string> + <string name="history_delete_multiple_items_snackbar">ההיסטוריה נמחקה</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">נמחק %1$s</string> + <string name="history_delete_single_item_snackbar">נמחק %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">מחיקה</string> <!-- @@ -2700,6 +2700,10 @@ <string name="saved_login_hide_password">הסתרת ססמה</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">יש לבטל את הנעילה כדי להציג את הססמאות השמורות שלך</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">שחרור נעילה</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">לעזוב</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">אבטחת הססמאות השמורות שלך</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3590,6 +3594,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">מחיקת כל הכתובות</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">כרטיסי אשראי</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">הוספת כרטיס אשראי חדש</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">מחיקת כל כרטיסי האשראי</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-ja/strings.xml b/mobile/android/fenix/app/src/main/res/values-ja/strings.xml @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">履歴を削除</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">履歴が削除されました</string> + <string name="history_delete_multiple_items_snackbar">履歴が削除されました</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s を履歴から削除しました</string> + <string name="history_delete_single_item_snackbar">%1$s を履歴から削除しました</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">削除</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">ისტორიის წაშლა</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">ისტორია წაიშალა</string> + <string name="history_delete_multiple_items_snackbar">ისტორია წაიშალა</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">წაიშალა %1$s</string> + <string name="history_delete_single_item_snackbar">წაიშალა %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">წაშლა</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">პაროლის დამალვა</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">გახსენით შენახული ბარათების სანახავად</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">გახსნა</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">გამოსვლა</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">დაიცავით შენახული პაროლები</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">ყველა მისამართის წაშლა</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">საკრედიტო ბარათები</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">ახალი საკრედიტო ბარათის დამატება</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">ყველა საკრედიტო ბარათის წაშლა</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-kaa/strings.xml b/mobile/android/fenix/app/src/main/res/values-kaa/strings.xml @@ -738,9 +738,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Tariyxtı óshiriw</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Tariyx óshirildi</string> + <string name="history_delete_multiple_items_snackbar">Tariyx óshirildi</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s óshirildi</string> + <string name="history_delete_single_item_snackbar">%1$s óshirildi</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Óshiriw</string> <!-- 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 @@ -1441,9 +1441,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Kkes amazray</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Amazray yettwakkes</string> + <string name="history_delete_multiple_items_snackbar">Amazray yettwakkes</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s yettwakkes</string> + <string name="history_delete_single_item_snackbar">%1$s yettwakkes</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Kkes</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Тарихты өшіру</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Тарих өшірілді</string> + <string name="history_delete_multiple_items_snackbar">Тарих өшірілді</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s өшірілді</string> + <string name="history_delete_single_item_snackbar">%1$s өшірілді</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Өшіру</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-kmr/strings.xml b/mobile/android/fenix/app/src/main/res/values-kmr/strings.xml @@ -1116,9 +1116,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Raboriyê jê bibe</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Raborî hate jêbirin</string> + <string name="history_delete_multiple_items_snackbar">Raborî hate jêbirin</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s hate jêbirin</string> + <string name="history_delete_single_item_snackbar">%1$s hate jêbirin</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Jê bibe</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-kn/strings.xml b/mobile/android/fenix/app/src/main/res/values-kn/strings.xml @@ -319,9 +319,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">ಇತಿಹಾಸವನ್ನು ಅಳಿಸಿ</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">ಇತಿಹಾಸವನ್ನು ಅಳಿಸಲಾಗಿದೆ</string> + <string name="history_delete_multiple_items_snackbar">ಇತಿಹಾಸವನ್ನು ಅಳಿಸಲಾಗಿದೆ</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s ಅಳಿಸಲಾಗಿದೆ</string> + <string name="history_delete_single_item_snackbar">%1$s ಅಳಿಸಲಾಗಿದೆ</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">ಅಳಿಸು</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">기록 삭제</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">기록 삭제됨</string> + <string name="history_delete_multiple_items_snackbar">기록 삭제됨</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s 삭제됨</string> + <string name="history_delete_single_item_snackbar">%1$s 삭제됨</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">삭제</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">비밀번호 숨기기</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">저장된 비밀번호를 보시려면 잠금 해제하세요</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">잠금 해제</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">나가기</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">저장된 비밀번호를 보호하세요</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">모든 주소 삭제</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">신용 카드</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">새 신용 카드 추가</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">모든 신용 카드 삭제</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-lij/strings.xml b/mobile/android/fenix/app/src/main/res/values-lij/strings.xml @@ -319,9 +319,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Scancella stöia</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Stöia scancelâ</string> + <string name="history_delete_multiple_items_snackbar">Stöia scancelâ</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s scancelou</string> + <string name="history_delete_single_item_snackbar">%1$s scancelou</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Scancella</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">ລຶບປະຫວັດການໃຊ້ງານ</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">ລຶບປະຫວັດການໃຊ້ງານແລ້ວ</string> + <string name="history_delete_multiple_items_snackbar">ລຶບປະຫວັດການໃຊ້ງານແລ້ວ</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">ລຶບ %1$s ແລ້ວ</string> + <string name="history_delete_single_item_snackbar">ລຶບ %1$s ແລ້ວ</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">ລຶບ</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-lt/strings.xml b/mobile/android/fenix/app/src/main/res/values-lt/strings.xml @@ -606,9 +606,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Išvalyti žurnalą</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Žurnalas išvalytas</string> + <string name="history_delete_multiple_items_snackbar">Žurnalas išvalytas</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Pašalinta %1$s</string> + <string name="history_delete_single_item_snackbar">Pašalinta %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Pašalinti</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-meh/strings.xml b/mobile/android/fenix/app/src/main/res/values-meh/strings.xml @@ -920,9 +920,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Xita a nnánukunu</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">A nnánukunu nxita</string> + <string name="history_delete_multiple_items_snackbar">A nnánukunu nxita</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Nxita %1$s</string> + <string name="history_delete_single_item_snackbar">Nxita %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Xita</string> <!-- 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 @@ -1405,9 +1405,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">നാള്വഴികൾ ഇല്ലാതാക്കുക</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">നാൾവഴി മായച്ചു</string> + <string name="history_delete_multiple_items_snackbar">നാൾവഴി മായച്ചു</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s നീക്കം ചെയ്തു</string> + <string name="history_delete_single_item_snackbar">%1$s നീക്കം ചെയ്തു</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">നീക്കം ചെയ്യുക</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-mr/strings.xml b/mobile/android/fenix/app/src/main/res/values-mr/strings.xml @@ -319,9 +319,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">इतिहास नष्ट करा</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">इतिहास पुसला</string> + <string name="history_delete_multiple_items_snackbar">इतिहास पुसला</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s हटविले</string> + <string name="history_delete_single_item_snackbar">%1$s हटविले</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">नष्ट करा</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-my/strings.xml b/mobile/android/fenix/app/src/main/res/values-my/strings.xml @@ -527,9 +527,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">မှတ်တမ်းကို ဖျက်ပါ</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">မှတ်တမ်း ကို ဖျက်ပြီး</string> + <string name="history_delete_multiple_items_snackbar">မှတ်တမ်း ကို ဖျက်ပြီး</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s ခု ဖျက်ပြီး</string> + <string name="history_delete_single_item_snackbar">%1$s ခု ဖျက်ပြီး</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">ဖျက်ပါ</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Slett historikk</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historikk slettet</string> + <string name="history_delete_multiple_items_snackbar">Historikk slettet</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Slettet %1$s</string> + <string name="history_delete_single_item_snackbar">Slettet %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Slett</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Skjul passord</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Lås opp for å se dine lagrede passord</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Lås opp</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Forlat</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Sikre dine lagrede passord</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Slett alle adresser</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Betalingskort</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Legg til nytt betalingskort</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Slett alle betalingskort</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-nl/strings.xml b/mobile/android/fenix/app/src/main/res/values-nl/strings.xml @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Geschiedenis verwijderen</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Geschiedenis verwijderd</string> + <string name="history_delete_multiple_items_snackbar">Geschiedenis verwijderd</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s verwijderd</string> + <string name="history_delete_single_item_snackbar">%1$s verwijderd</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Verwijderen</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Wachtwoord verbergen</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Ontgrendel om uw opgeslagen wachtwoorden te bekijken</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Ontgrendelen</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Verlaten</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Beveilig uw opgeslagen wachtwoorden</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Alle adressen verwijderen</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Creditcards</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Nieuwe creditcard toevoegen</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Alle creditcards verwijderen</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-nn-rNO/strings.xml b/mobile/android/fenix/app/src/main/res/values-nn-rNO/strings.xml @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Slett historikk</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historikk sletta</string> + <string name="history_delete_multiple_items_snackbar">Historikk sletta</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Sletta %1$s</string> + <string name="history_delete_single_item_snackbar">Sletta %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Slett</string> <!-- 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 @@ -1273,9 +1273,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Escafar l’istoric</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Istoric escafat</string> + <string name="history_delete_multiple_items_snackbar">Istoric escafat</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s suprimit</string> + <string name="history_delete_single_item_snackbar">%1$s suprimit</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Suprimir</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">ਅਤੀਤ ਹਟਾਓ</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">ਅਤੀਤ ਹਟਾਇਆ ਗਿਆ</string> + <string name="history_delete_multiple_items_snackbar">ਅਤੀਤ ਹਟਾਇਆ ਗਿਆ</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s ਨੂੰ ਹਟਾਇਆ</string> + <string name="history_delete_single_item_snackbar">%1$s ਨੂੰ ਹਟਾਇਆ</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">ਹਟਾਓ</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-pa-rPK/strings.xml b/mobile/android/fenix/app/src/main/res/values-pa-rPK/strings.xml @@ -1009,9 +1009,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">تاریخ ہٹاؤ</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">تاریخ ہٹایا گیا</string> + <string name="history_delete_multiple_items_snackbar">تاریخ ہٹایا گیا</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s مٹا گیا</string> + <string name="history_delete_single_item_snackbar">%1$s مٹا گیا</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">مٹاؤ</string> <!-- 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 @@ -1485,9 +1485,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Usuń historię</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Usunięto historię</string> + <string name="history_delete_multiple_items_snackbar">Usunięto historię</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Usunięto „%1$s”</string> + <string name="history_delete_single_item_snackbar">Usunięto „%1$s”</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Usuń</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Limpar histórico</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Histórico excluído</string> + <string name="history_delete_multiple_items_snackbar">Histórico excluído</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s excluído</string> + <string name="history_delete_single_item_snackbar">%1$s excluído</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Excluir</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Eliminar histórico</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Histórico eliminado</string> + <string name="history_delete_multiple_items_snackbar">Histórico eliminado</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Eliminado %1$s</string> + <string name="history_delete_single_item_snackbar">Eliminado %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Eliminar</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Ocultar palavra-passe</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Desbloqueie para ver as palavras-passe guardadas</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Desbloquear</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Sair</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Proteja as suas palavras-passe guardadas</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Eliminar todos os endereços</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Cartões de crédito</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Adicionar novo cartão de crédito</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Eliminar todos os cartões de crédito</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-rm/strings.xml b/mobile/android/fenix/app/src/main/res/values-rm/strings.xml @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Stizzar la cronologia</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Stizzà la cronologia</string> + <string name="history_delete_multiple_items_snackbar">Stizzà la cronologia</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Stizzà %1$s</string> + <string name="history_delete_single_item_snackbar">Stizzà %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Stizzar</string> <!-- 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 @@ -1489,9 +1489,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Șterge istoricul</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Istoric șters</string> + <string name="history_delete_multiple_items_snackbar">Istoric șters</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s șters</string> + <string name="history_delete_single_item_snackbar">%1$s șters</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Șterge</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Удалить историю</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">История удалена</string> + <string name="history_delete_multiple_items_snackbar">История удалена</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s удалён</string> + <string name="history_delete_single_item_snackbar">%1$s удалён</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Удалить</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Скрыть пароль</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Разблокируйте, чтобы просмотреть сохранённые пароли</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Разблокировать</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Уйти</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Защитите сохранённые пароли</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Удалить все адреса</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Банковские карты</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Добавить новую банковскую карту</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Удалить все банковские карты</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-sat/strings.xml b/mobile/android/fenix/app/src/main/res/values-sat/strings.xml @@ -1414,9 +1414,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">ᱱᱟᱜᱟᱢ ᱢᱮᱴᱟᱣ ᱢᱮ</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">ᱱᱟᱜᱟᱢ ᱢᱮᱴᱟᱣᱮᱱᱟ</string> + <string name="history_delete_multiple_items_snackbar">ᱱᱟᱜᱟᱢ ᱢᱮᱴᱟᱣᱮᱱᱟ</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s ᱢᱮᱴᱟᱣᱮᱱᱟ</string> + <string name="history_delete_single_item_snackbar">%1$s ᱢᱮᱴᱟᱣᱮᱱᱟ</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">ᱢᱮᱴᱟᱣ ᱢᱮ</string> <!-- 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 @@ -1375,9 +1375,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Cantzella sa cronologia</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Cronologia cantzellada</string> + <string name="history_delete_multiple_items_snackbar">Cronologia cantzellada</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s cantzelladu</string> + <string name="history_delete_single_item_snackbar">%1$s cantzelladu</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Cantzella</string> <!-- 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 @@ -1396,9 +1396,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Scancella a crunuluggìa</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Scancillasti a crunuluggìa</string> + <string name="history_delete_multiple_items_snackbar">Scancillasti a crunuluggìa</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Scancillasti %1$s</string> + <string name="history_delete_single_item_snackbar">Scancillasti %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Scancella</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-si/strings.xml b/mobile/android/fenix/app/src/main/res/values-si/strings.xml @@ -1048,9 +1048,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">ඉතිහාසය මකන්න</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">ඉතිහාසය මකා ඇත</string> + <string name="history_delete_multiple_items_snackbar">ඉතිහාසය මකා ඇත</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s මැකිණි</string> + <string name="history_delete_single_item_snackbar">%1$s මැකිණි</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">මකන්න</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Vymazať históriu</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">História bola vymazaná</string> + <string name="history_delete_multiple_items_snackbar">História bola vymazaná</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Položka %1$s odstránená</string> + <string name="history_delete_single_item_snackbar">Položka %1$s odstránená</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Odstrániť</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Skryť heslo</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Ak chcete zobraziť uložené heslá, odomknite zariadenie</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Odomknúť</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Odísť</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Zabezpečte svoje heslá</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Odstrániť všetky adresy</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Platobné karty</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Pridať novú platobnú kartu</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Odstrániť všetky platobné karty</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-skr/strings.xml b/mobile/android/fenix/app/src/main/res/values-skr/strings.xml @@ -1046,9 +1046,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">تاریخ مٹاؤ</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">تاریخ مٹ ڳئی</string> + <string name="history_delete_multiple_items_snackbar">تاریخ مٹ ڳئی</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s مٹ ڳیا</string> + <string name="history_delete_single_item_snackbar">%1$s مٹ ڳیا</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">مٹاؤ</string> <!-- 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 @@ -1497,9 +1497,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Izbriši zgodovino</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Zgodovina izbrisana</string> + <string name="history_delete_multiple_items_snackbar">Zgodovina izbrisana</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Izbrisan %1$s</string> + <string name="history_delete_single_item_snackbar">Izbrisan %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Izbriši</string> <!-- 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 @@ -1274,9 +1274,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Fshije historikun</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historiku u Fshi</string> + <string name="history_delete_multiple_items_snackbar">Historiku u Fshi</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s u fshi</string> + <string name="history_delete_single_item_snackbar">%1$s u fshi</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Fshije</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-sr/strings.xml b/mobile/android/fenix/app/src/main/res/values-sr/strings.xml @@ -1051,9 +1051,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Обриши историју</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Историја је избрисана</string> + <string name="history_delete_multiple_items_snackbar">Историја је избрисана</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s избрисано</string> + <string name="history_delete_single_item_snackbar">%1$s избрисано</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Обриши</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-su/strings.xml b/mobile/android/fenix/app/src/main/res/values-su/strings.xml @@ -1021,9 +1021,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Hapus jujutan</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Mupus jujutan</string> + <string name="history_delete_multiple_items_snackbar">Mupus jujutan</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Mupus %1$s</string> + <string name="history_delete_single_item_snackbar">Mupus %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Pupus</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Rensa historik</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historik borttagen</string> + <string name="history_delete_multiple_items_snackbar">Historik borttagen</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Tog bort %1$s</string> + <string name="history_delete_single_item_snackbar">Tog bort %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Ta bort</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Dölj lösenord</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Lås upp för att se dina sparade lösenord</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Lås upp</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Lämna</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Säkra dina sparade lösenord</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Ta bort alla adresser</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Kreditkort</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Lägg till nytt kreditkort</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Ta bort alla kreditkort</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-szl/strings.xml b/mobile/android/fenix/app/src/main/res/values-szl/strings.xml @@ -762,9 +762,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Skasuj historyjo</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Historyjo je skasowano</string> + <string name="history_delete_multiple_items_snackbar">Historyjo je skasowano</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s je skasowane</string> + <string name="history_delete_single_item_snackbar">%1$s je skasowane</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Skasuj</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-ta/strings.xml b/mobile/android/fenix/app/src/main/res/values-ta/strings.xml @@ -393,9 +393,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">வரலாற்றை அழி</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">வரலாறு அழிக்கப்பட்டது</string> + <string name="history_delete_multiple_items_snackbar">வரலாறு அழிக்கப்பட்டது</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s அழிக்கப்பட்டது</string> + <string name="history_delete_single_item_snackbar">%1$s அழிக்கப்பட்டது</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">அழி</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-te/strings.xml b/mobile/android/fenix/app/src/main/res/values-te/strings.xml @@ -606,9 +606,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">చరిత్రను తొలగించు</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">చరిత్ర తొలగించబడింది</string> + <string name="history_delete_multiple_items_snackbar">చరిత్ర తొలగించబడింది</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s తొలగించబడింది</string> + <string name="history_delete_single_item_snackbar">%1$s తొలగించబడింది</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">తొలగించు</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Нест кардани таърих</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Таърих нест карда шуд</string> + <string name="history_delete_multiple_items_snackbar">Таърих нест карда шуд</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s нест карда шуд</string> + <string name="history_delete_single_item_snackbar">%1$s нест карда шуд</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Нест кардан</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">Пинҳон кардани ниҳонвожа</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Барои дидани ниҳонвожаҳои нигоҳдошташуда, қулфро кушоед</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Кушодани қулф</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Тарк кардан</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Ниҳонвожаҳои нигоҳдоштаро муҳофизат намоед</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Нест кардани ҳамаи нишониҳо</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Кортҳои кредитӣ</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Илова кардани корти кредитии нав</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Нест кардани ҳамаи кортҳои кредитӣ</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-th/strings.xml b/mobile/android/fenix/app/src/main/res/values-th/strings.xml @@ -1494,9 +1494,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">ลบประวัติ</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">ลบประวัติแล้ว</string> + <string name="history_delete_multiple_items_snackbar">ลบประวัติแล้ว</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">ลบ %1$s แล้ว</string> + <string name="history_delete_single_item_snackbar">ลบ %1$s แล้ว</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">ลบ</string> <!-- 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 @@ -1217,9 +1217,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Burahin ang kasaysayan</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Nabura na ang Kasaysayan</string> + <string name="history_delete_multiple_items_snackbar">Nabura na ang Kasaysayan</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Binura na ang %1$s</string> + <string name="history_delete_single_item_snackbar">Binura na ang %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Burahin</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-tok/strings.xml b/mobile/android/fenix/app/src/main/res/values-tok/strings.xml @@ -848,9 +848,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">o weka e lukin pini ale</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">mi weka e lukin pini ale</string> + <string name="history_delete_multiple_items_snackbar">mi weka e lukin pini ale</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">mi weka e lipu %1$s</string> + <string name="history_delete_single_item_snackbar">mi weka e lipu %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">o weka</string> <!-- Text for the header that groups the history for today --> 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 @@ -588,6 +588,8 @@ <string name="onboarding_redesign_set_default_browser_title">Otomatik izlenme koruması her an yanınızda</string> <!-- Set to default browser onboarding redesign body. --> <string name="onboarding_redesign_set_default_browser_body">Şirketlerin tıklamalarınızı gözetlemesini tek dokunuşla durdurabilirsiniz.</string> + <!-- Sync onboarding redesign title. 'Firefox' is intentionally hardcoded. --> + <string name="onboarding_redesign_sync_title" tools:ignore="BrandUsage">Firefox’u kullandığınız her yerde eşitleyin</string> <!-- Sync onboarding redesign body. --> <string name="onboarding_redesign_sync_body">Yer imlerinize, sekmelerinize ve parolalarınıza istediğiniz cihazdan ulaşın. Tüm bilgileriniz şifrelenerek korunur.</string> <!-- Sync onboarding redesign positive button text. --> @@ -719,13 +721,15 @@ <!-- Preference for allowing screenshots to be taken while in a private tab --> <string name="preferences_allow_screenshots_in_private_mode">Gizli gezintide ekran görüntüsü almaya izin ver</string> <!-- Will inform the user of the risk of activating Allow screenshots in private browsing option --> - <string name="preferences_screenshots_in_private_mode_disclaimer">İzin verirseniz gizli sekmeler birden fazla uygulama açıkken de görünür olacak</string> + <string name="preferences_screenshots_in_private_mode_disclaimer">İzin verirseniz gizli sekmeler birden fazla uygulama açıkken de görünür olacaktır</string> <!-- Preference for adding private browsing shortcut --> <string name="preferences_add_private_browsing_shortcut">Gizli gezinti kısayolu ekle</string> <!-- Preference for enabling "HTTPS-Only" mode --> <string name="preferences_https_only_title">Yalnızca HTTPS modu</string> <!-- Preference title for using the screen lock to hide tabs in private browsing --> <string name="preferences_pbm_lock_screen_title">Gizli gezintide sekmeleri gizlemek için ekran kilidini kullan</string> + <!-- Informs the user how to access the tabs when "Use screen lock to hide tabs in private browsing" is enabled --> + <string name="preferences_pbm_lock_screen_summary_3">Sekmeleri parmak izi, PIN veya yüz tanıma ile görüntüleyebilirsiniz. Bu özelliği etkinleştirdiğinizde ekran görüntüsü alma ve paylaşma da engellenir.</string> <string name="preferences_pbm_lock_screen_summary_2" tools:ignore="UnusedResources" moz:removedIn="144">Sekmeleri parmak izi, PIN veya yüz tanıma ile görüntüleyebilirsiniz.</string> <!-- Label for cookie banner section in quick settings panel. --> <string name="cookie_banner_blocker">Çerez bildirimi engelleyici</string> @@ -1513,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Geçmişi sil</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Geçmiş silindi</string> + <string name="history_delete_multiple_items_snackbar">Geçmiş silindi</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s silindi</string> + <string name="history_delete_single_item_snackbar">%1$s silindi</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Sil</string> <!-- @@ -2700,6 +2704,10 @@ <string name="saved_login_hide_password">Parolayı gizle</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">Kayıtlı parolalarınızı görmek için kilidi açın</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">Kilidi aç</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">Çık</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">Kayıtlı parolalarınızı güvence altına alın</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3594,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">Tüm adresleri sil</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">Kredi kartları</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">Yeni kredi kartı ekle</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">Tüm kredi kartlarını sil</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-trs/strings.xml b/mobile/android/fenix/app/src/main/res/values-trs/strings.xml @@ -768,9 +768,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Nādūre\' sa gini\'iājt</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Ngà nare\' nej sa gini\'iājt</string> + <string name="history_delete_multiple_items_snackbar">Ngà nare\' nej sa gini\'iājt</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Ngà nare\' %1$s</string> + <string name="history_delete_single_item_snackbar">Ngà nare\' %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Nādūre\'</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-tt/strings.xml b/mobile/android/fenix/app/src/main/res/values-tt/strings.xml @@ -985,9 +985,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Тарихны бетерү</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Тарих бетерелде</string> + <string name="history_delete_multiple_items_snackbar">Тарих бетерелде</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s бетерелде</string> + <string name="history_delete_single_item_snackbar">%1$s бетерелде</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Бетерү</string> <!-- 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 @@ -1414,9 +1414,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">تارىخنى ئۆچۈر</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">تارىخ ئۆچۈرۈلدى</string> + <string name="history_delete_multiple_items_snackbar">تارىخ ئۆچۈرۈلدى</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s ئۆچۈرۈلدى</string> + <string name="history_delete_single_item_snackbar">%1$s ئۆچۈرۈلدى</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">ئۆچۈر</string> <!-- 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 @@ -1485,9 +1485,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Видалити історію</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Історію видалено</string> + <string name="history_delete_multiple_items_snackbar">Історію видалено</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s видалено</string> + <string name="history_delete_single_item_snackbar">%1$s видалено</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Видалити</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-ur/strings.xml b/mobile/android/fenix/app/src/main/res/values-ur/strings.xml @@ -545,9 +545,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">سابقات حذف کریں</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">سابقات حذف کردی گئی</string> + <string name="history_delete_multiple_items_snackbar">سابقات حذف کردی گئی</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s حذف ہو گیا</string> + <string name="history_delete_single_item_snackbar">%1$s حذف ہو گیا</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">مٹائیں</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-uz/strings.xml b/mobile/android/fenix/app/src/main/res/values-uz/strings.xml @@ -680,9 +680,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Tarixni oʻchirish</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Tarix oʻchirildi</string> + <string name="history_delete_multiple_items_snackbar">Tarix oʻchirildi</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">%1$s oʻchirildi</string> + <string name="history_delete_single_item_snackbar">%1$s oʻchirildi</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Oʻchirish</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Xóa lịch sử</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Đã xóa lịch sử</string> + <string name="history_delete_multiple_items_snackbar">Đã xóa lịch sử</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Đã xóa %1$s</string> + <string name="history_delete_single_item_snackbar">Đã xóa %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Xóa</string> <!-- diff --git a/mobile/android/fenix/app/src/main/res/values-yo/strings.xml b/mobile/android/fenix/app/src/main/res/values-yo/strings.xml @@ -632,9 +632,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">Pa ìtàn rẹ́</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Ìtàn ti Parẹ́</string> + <string name="history_delete_multiple_items_snackbar">Ìtàn ti Parẹ́</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">Parẹ́ %1$s</string> + <string name="history_delete_single_item_snackbar">Parẹ́ %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">Parẹ́</string> <!-- 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 @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">删除历史记录</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">历史记录已删除</string> + <string name="history_delete_multiple_items_snackbar">历史记录已删除</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">已删除 %1$s</string> + <string name="history_delete_single_item_snackbar">已删除 %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">删除</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">隐藏密码</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">解锁以查看保存的密码</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">解锁</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">离开</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">保护您保存的密码</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">删除所有地址</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">信用卡</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">添加新信用卡</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">删除所有信用卡</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-zh-rTW/strings.xml b/mobile/android/fenix/app/src/main/res/values-zh-rTW/strings.xml @@ -1517,9 +1517,9 @@ <!-- Text for the button to clear all history --> <string name="history_delete_all">刪除瀏覽紀錄</string> <!-- Text for the snackbar to confirm that multiple browsing history items has been deleted --> - <string name="history_delete_multiple_items_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">已刪除瀏覽紀錄</string> + <string name="history_delete_multiple_items_snackbar">已刪除瀏覽紀錄</string> <!-- Text for the snackbar to confirm that a single browsing history item has been deleted. %1$s is the shortened URL of the deleted history item. --> - <string name="history_delete_single_item_snackbar" tools:ignore="UnusedResources" moz:removedIn="143">已刪除 %1$s</string> + <string name="history_delete_single_item_snackbar">已刪除 %1$s</string> <!-- Context description text for the button to delete a single history item --> <string name="history_delete_item">刪除</string> <!-- @@ -2704,6 +2704,10 @@ <string name="saved_login_hide_password">隱藏密碼</string> <!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their passwords --> <string name="logins_biometric_prompt_message_2">解鎖後即可檢視儲存的密碼</string> + <!-- Button for unlocking logins on the biometric lock screen --> + <string name="logins_biometric_unlock_button">解鎖</string> + <!-- Button for leaving logins on the biometric lock screen --> + <string name="logins_biometric_leave_button">離開</string> <!-- Title of warning dialog if users have no device authentication set up --> <string name="logins_warning_dialog_title_2">保護您儲存的密碼</string> <!-- Message of warning dialog if users have no device authentication set up --> @@ -3598,6 +3602,16 @@ <!-- The title of the button for deleting in the debug drawer all addresses. --> <string name="debug_drawer_delete_all_addresses">刪除所有地址</string> <!-- + Debug drawer credit cards + + The title of the credit cards feature in the Debug Drawer. + --> + <string name="debug_drawer_credit_cards_title">信用卡</string> + <!-- The title of the button in the debug drawer for adding a new credit card --> + <string name="debug_drawer_add_new_credit_card">新增信用卡</string> + <!-- The title of the button for deleting in the debug drawer all addresses. --> + <string name="debug_drawer_delete_all_credit_cards">刪除所有信用卡</string> + <!-- Debug drawer "contextual feature recommendation" (CFR) tools The title of the CFR Tools feature in the Debug Drawer