Skip to content

Commit

Permalink
Import android-components quarantine
Browse files Browse the repository at this point in the history
  • Loading branch information
l10n-bot authored and github-actions[bot] committed Oct 4, 2024
1 parent 491ce13 commit 70324d8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- Label for extensions sub menu item for extensions manager -->
<string name="mozac_browser_menu_extensions_manager">Extensions Manager</string>
<!-- Content description for the action bar "up" button -->
<string name="action_bar_up_description">Navigate up</string>
<string name="action_bar_up_description" moz:removedIn="133" tools:ignore="UnusedResources">Navigate up</string>
<!-- Content description for the action bar "up" button of the extensions sub menu item -->
<string name="mozac_browser_menu_extensions_content_description">Extensions, navigate up</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,12 @@
<string name="mozac_feature_addons_failed_to_translate">Translation not found, for locale %1$s neither default language %2$s</string>
<!-- Text shown after successfully installed an add-on. %1$s is the add-on name. -->
<string name="mozac_feature_addons_successfully_installed">Successfully installed %1$s</string>
<!-- Text shown after failed to install an add-on. %1$s is the add-on name. -->
<!-- Text shown after failing to install an add-on (when add-on type isn't supported or an unknown has errored). %1$s is the add-on name. -->
<string name="mozac_feature_addons_failed_to_install">Failed to install %1$s</string>
<!-- Text shown after failing to install an extension for which we don't have its name. -->
<!-- Text shown after failing to install an extension for which we don't have its name (when add-on type isn't supported or an unknown has errored). -->
<string name="mozac_feature_addons_extension_failed_to_install">Failed to install this extension.</string>
<!-- Text shown when installing an add-on has failed. -->
<string name="mozac_feature_addons_cant_install_extension">Can’t install extension</string>
<!-- Text shown when attempting to install an extension and a network error happened. -->
<string name="mozac_feature_addons_extension_failed_to_install_network_error">This extension could not be downloaded because of a connection failure.</string>
<!-- Text shown when attempting to install an extension and the downloaded file is corrupted. -->
Expand All @@ -202,6 +204,8 @@
<string name="mozac_feature_addons_blocklisted_1">%1$s could not be installed because it has a high risk of causing stability or security problems.</string>
<!-- Text shown when attempting to install an add-on that can only be install via Enterprise Policies, which is not supported on Android. %1$s is the add-on name. -->
<string name="mozac_feature_addons_admin_install_only">%1$s could not be installed because it can only be installed by an organization using enterprise policies, which isn‘t supported on this platform.</string>
<!-- Text shown when attempting to install an add-on that is soft-blocked. %1$s is the add-on name. -->
<string name="mozac_feature_addons_soft_blocked">%1$s violates Mozilla’s policies and can’t be installed.</string>
<!-- Text shown after successfully enabled an add-on. %1$s is the add-on name. -->
<string name="mozac_feature_addons_successfully_enabled">Successfully enabled %1$s</string>
<!-- Text shown after failed to enable an add-on. %1$s is the add-on name. -->
Expand Down Expand Up @@ -246,8 +250,14 @@
<string name="mozac_feature_addons_installed_dialog_okay_button_2">OK</string>
<!-- "Learn more" link displayed below an add-on status message. -->
<string name="mozac_feature_addons_status_learn_more">Learn more</string>
<!-- "See details" link displayed below an add-on status message. -->
<string name="mozac_feature_addons_status_see_details">See details</string>
<!-- Status message below an add-on in the add-ons manager when this add-on has been blocklisted. %1$s is the add-on name. -->
<string name="mozac_feature_addons_status_blocklisted">%1$s has been disabled due to security or stability issues.</string>
<!-- Status message below an add-on in the add-ons manager when this add-on has been soft-blocked. -->
<string name="mozac_feature_addons_status_softblocked">This extension violates Mozilla’s policies and has been disabled. You can enable it, but this may be risky.</string>
<!-- Status message below an add-on in the add-ons manager when this add-on has been soft-blocked but the user re-enabled it. -->
<string name="mozac_feature_addons_status_softblocked_re_enabled">This extension violates Mozilla’s policies. Using it may be risky.</string>
<!-- Status message below an add-on in the add-ons manager when this add-on hasn't been signed correctly. %1$s is the add-on name. -->
<string name="mozac_feature_addons_status_unsigned">%1$s could not be verified as secure and has been disabled.</string>
<!-- Status message below an add-on in the add-ons manager when this add-on isn't compatible with the application version. %1$s is the add-on name, %2$s is the app name and %3$s is the app version. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@
<!-- Text of reminder notification shown when the device's camera is shared with a website (WebRTC). %1$s is a placeholder that will be replaced by the app name-->
<string name="mozac_feature_media_sharing_camera_reminder_text">Reminder: %1$s is still using your camera. Tap to open the tab.</string>
<!-- Text of reminder notification shown when the device's microphone is shared with a website (WebRTC) %1$s is a placeholder that will be replaced by the app name-->
<string name="mozac_feature_media_sharing_microphone_reminder_text" moz:RemovedIn="124" tools:ignore="UnusedResources">Reminder: %1$s is still using your microphone. Tap to open the tab</string>
<!-- Text of reminder notification shown when the device's microphone is shared with a website (WebRTC) %1$s is a placeholder that will be replaced by the app name-->
<string name="mozac_feature_media_sharing_microphone_reminder_text_2">Reminder: %1$s is still using your microphone. Tap to open the tab.</string>
<!-- Text of reminder notification shown when the device's camera and microphone is shared with a website (WebRTC) %1$s is a placeholder that will be replaced by the app name-->
<string name="mozac_feature_media_sharing_camera_and_microphone_reminder_text" moz:RemovedIn="124" tools:ignore="UnusedResources">Reminder: %1$s is still using your microphone and camera. Tap to open the tab</string>
<!-- Text of reminder notification shown when the device's camera and microphone is shared with a website (WebRTC) %1$s is a placeholder that will be replaced by the app name-->
<string name="mozac_feature_media_sharing_camera_and_microphone_reminder_text_2">Reminder: %1$s is still using your microphone and camera. Tap to open the tab.</string>

<!--This is the title of the "play" action media shown in the media notification while web content is playing media. Clicking it will resume playing paused media. On most modern Android system only an icon is visible. But screen readers may read this title. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
<!-- Text for password field in an authentication dialog. -->
<string name="mozac_feature_prompt_password_hint">Password</string>
<!-- Negative confirmation that we should not save the new or updated login -->
<string name="mozac_feature_prompt_dont_save" moz:removedIn="125" tools:ignore="UnusedResources">Don’t save</string>
<!-- Negative confirmation that we should not save the new or updated login -->
<string name="mozac_feature_prompt_dont_save_2">Not now</string>
<!-- Negative confirmation that we should never save a login for this site -->
<string name="mozac_feature_prompt_never_save">Never save</string>
Expand All @@ -27,25 +25,15 @@
<!-- Positive confirmation that we should save the new or updated login -->
<string name="mozac_feature_prompt_save_confirmation">Save</string>
<!-- Negative confirmation that we should not save the updated login -->
<string name="mozac_feature_prompt_dont_update" moz:removedIn="125" tools:ignore="UnusedResources">Don’t update</string>
<!-- Negative confirmation that we should not save the updated login -->
<string name="mozac_feature_prompt_dont_update_2">Not now</string>
<!-- Positive confirmation that we should save the updated login -->
<string name="mozac_feature_prompt_update_confirmation">Update</string>
<!-- Error text displayed underneath the password field when it is in an error case -->
<string name="mozac_feature_prompt_error_empty_password" moz:removedIn="125" tools:ignore="UnusedResources">Password field must not be empty</string>
<!-- Error text displayed underneath the password field when it is in an error case -->
<string name="mozac_feature_prompt_error_empty_password_2">Enter a password</string>
<!-- Error text displayed underneath the login field when it is in an error case -->
<string name="mozac_feature_prompt_error_unknown_cause" moz:removedIn="125" tools:ignore="UnusedResources">Unable to save login</string>
<!-- Error text displayed underneath the password field when it is in an error case -->
<string name="mozac_feature_prompt_error_unknown_cause_2">Can’t save password</string>
<!-- Prompt message displayed when app detects a user has entered a new username and password and user decides if app should save the new login. -->
<string name="mozac_feature_prompt_login_save_headline" moz:removedIn="125" tools:ignore="UnusedResources">Save this login?</string>
<!-- Prompt message displayed when app detects a user has entered a new username and password and user decides if app should save the new password. -->
<string name="mozac_feature_prompt_login_save_headline_2">Save password?</string>
<!-- Prompt message displayed when app detects a user has entered a new password for an existing login and user decides if app should update the login. -->
<string name="mozac_feature_prompt_login_update_headline" moz:removedIn="125" tools:ignore="UnusedResources">Update this login?</string>
<!-- Prompt message displayed when app detects a user has entered a new password for an existing login and user decides if app should update the password. -->
<string name="mozac_feature_prompt_login_update_headline_2">Update password?</string>
<!-- Prompt message displayed when app detects a user has entered a username for an existing login without a username and user decides if app should update the login. -->
Expand Down Expand Up @@ -95,20 +83,12 @@
<string name="mozac_feature_prompts_dec">Dec</string>
<!-- Title of the time picker dialog. -->
<string name="mozac_feature_prompts_set_time">Set time</string>
<!-- Option in expanded select login prompt that links to login settings -->
<string name="mozac_feature_prompts_manage_logins" moz:removedIn="125" tools:ignore="UnusedResources">Manage logins</string>
<!-- Option in expanded select password prompt that links to password settings -->
<string name="mozac_feature_prompts_manage_logins_2">Manage passwords</string>
<!-- Content description for expanding the saved logins options in the select login prompt -->
<string name="mozac_feature_prompts_expand_logins_content_description" moz:removedIn="125" tools:ignore="UnusedResources">Expand suggested logins</string>
<!-- Content description for expanding the saved passwords options in the select password prompt -->
<string name="mozac_feature_prompts_expand_logins_content_description_2">Expand saved passwords</string>
<!-- Content description for collapsing the saved logins options in the select login prompt -->
<string name="mozac_feature_prompts_collapse_logins_content_description" moz:removedIn="125" tools:ignore="UnusedResources">Collapse suggested logins</string>
<!-- Content description for collapsing the saved passwords options in the select password prompt -->
<string name="mozac_feature_prompts_collapse_logins_content_description_2">Collapse saved passwords</string>
<!-- Header for the select login prompt to allow users to fill a form with a saved login -->
<string name="mozac_feature_prompts_saved_logins" moz:removedIn="125" tools:ignore="UnusedResources">Suggested logins</string>
<!-- Header for the select password prompt to allow users to fill a form with a saved password -->
<string name="mozac_feature_prompts_saved_logins_2">Saved passwords</string>

Expand Down Expand Up @@ -146,40 +126,26 @@
<string name="mozac_feature_prompt_repost_negative_button_text">Cancel</string>

<!-- Credit Card Autofill -->
<!-- Header for the select credit card prompt to allow users to fill a form with a saved credit card. -->
<string name="mozac_feature_prompts_select_credit_card" moz:removedIn="125" tools:ignore="UnusedResources">Select credit card</string>
<!-- Header for the select card prompt to allow users to fill a form with a saved card. -->
<string name="mozac_feature_prompts_select_credit_card_2">Use saved card</string>
<!-- Content description for expanding the select credit card options in the select credit card prompt. -->
<string name="mozac_feature_prompts_expand_credit_cards_content_description" moz:removedIn="125" tools:ignore="UnusedResources">Expand suggested credit cards</string>
<!-- Content description for expanding the saved card options in the select card prompt. -->
<string name="mozac_feature_prompts_expand_credit_cards_content_description_2">Expand saved cards</string>
<!-- Content description for collapsing the select credit card options in the select credit prompt. -->
<string name="mozac_feature_prompts_collapse_credit_cards_content_description" moz:removedIn="125" tools:ignore="UnusedResources">Collapse suggested credit cards</string>
<!-- Content description for collapsing the saved card options in the select prompt. -->
<string name="mozac_feature_prompts_collapse_credit_cards_content_description_2">Collapse saved cards</string>
<!-- Option in the expanded select credit card prompt that links to credit cards settings. -->
<string name="mozac_feature_prompts_manage_credit_cards" moz:removedIn="125" tools:ignore="UnusedResources">Manage credit cards</string>
<!-- Option in the expanded select card prompt that links to cards settings. -->
<string name="mozac_feature_prompts_manage_credit_cards_2">Manage cards</string>
<!-- Text for the title of a save credit card dialog. -->
<string name="mozac_feature_prompts_save_credit_card_prompt_title">Securely save this card?</string>
<!-- Text for the title of an update credit card dialog. -->
<string name="mozac_feature_prompts_update_credit_card_prompt_title">Update card expiration date?</string>
<!-- Subtitle text displayed under the title of the save credit card dialog. -->
<string name="mozac_feature_prompts_save_credit_card_prompt_body" moz:removedIn="125" tools:ignore="UnusedResources">Card number will be encrypted. Security code won’t be saved.</string>
<!-- Subtitle text displayed under the title of the saved card dialog. Parameter will be replaced by app name-->
<string name="mozac_feature_prompts_save_credit_card_prompt_body_2">%s encrypts your card number. Your security code won’t be saved.</string>

<!-- Address Autofill -->
<!-- Header for the select address prompt to allow users to fill a form with a saved address. -->
<string name="mozac_feature_prompts_select_address_2">Select address</string>
<!-- Content description for expanding the select addresses options in the select address prompt. -->
<string name="mozac_feature_prompts_expand_address_content_description" moz:removedIn="125" tools:ignore="UnusedResources">Expand suggested addresses</string>
<!-- Content description for expanding the saved addresses options in the select address prompt. -->
<string name="mozac_feature_prompts_expand_address_content_description_2">Expand saved addresses</string>
<!-- Content description for collapsing the select address options in the select address prompt. -->
<string name="mozac_feature_prompts_collapse_address_content_description" moz:removedIn="125" tools:ignore="UnusedResources">Collapse suggested addresses</string>
<!-- Content description for collapsing the saved address options in the select address prompt. -->
<string name="mozac_feature_prompts_collapse_address_content_description_2">Collapse saved addresses</string>
<!-- Text for the manage addresses button. -->
Expand Down

0 comments on commit 70324d8

Please sign in to comment.