strings.xml (15781B)
1 <?xml version="1.0" encoding="utf-8" standalone="yes"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <resources xmlns:tools="http://schemas.android.com/tools" xmlns:moz="http://mozac.org/tools"> 6 <!-- Text for confirmation for a positive action in dialog --> 7 <string name="mozac_feature_prompts_ok">OK</string> 8 <!-- Text for confirmation for a negative action in dialog. --> 9 <string name="mozac_feature_prompts_cancel">Cancel</string> 10 <!-- When a page shows many dialogs, this checkbox will appear for letting the user choose to prevent showing more dialogs. --> 11 <string name="mozac_feature_prompts_no_more_dialogs">Prevent this page from creating additional dialogs</string> 12 <!-- Text for a positive button, when an user selects a date in date/time picker. --> 13 <string name="mozac_feature_prompts_set_date">Set</string> 14 <!-- Text for a button that clears the selected input in the date/time picker. --> 15 <string name="mozac_feature_prompts_clear">Clear</string> 16 <!-- Text for the title of an authentication dialog. --> 17 <string name="mozac_feature_prompt_sign_in">Sign in</string> 18 <!-- Text for username field in an authentication dialog. --> 19 <string name="mozac_feature_prompt_username_hint">Username</string> 20 <!-- Text for password field in an authentication dialog. --> 21 <string name="mozac_feature_prompt_password_hint">Password</string> 22 <!-- Negative confirmation that we should not save the new or updated login --> 23 <string name="mozac_feature_prompt_dont_save_2">Not now</string> 24 <!-- Negative confirmation that we should never save a login for this site --> 25 <string name="mozac_feature_prompt_never_save">Never save</string> 26 <!-- Negative confirmation that we should not save a credit card for this site --> 27 <string name="mozac_feature_prompt_not_now">Not now</string> 28 <!-- Positive confirmation that we should save the new or updated login --> 29 <string name="mozac_feature_prompt_save_confirmation">Save</string> 30 <!-- Negative confirmation that we should not save the updated login --> 31 <string name="mozac_feature_prompt_dont_update_2">Not now</string> 32 <!-- Positive confirmation that we should save the updated login --> 33 <string name="mozac_feature_prompt_update_confirmation">Update</string> 34 <!-- Error text displayed underneath the password field when it is in an error case --> 35 <string name="mozac_feature_prompt_error_empty_password_2">Enter a password</string> 36 <!-- Error text displayed underneath the password field when it is in an error case --> 37 <string name="mozac_feature_prompt_error_unknown_cause_2">Can’t save password</string> 38 <!-- 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. --> 39 <string name="mozac_feature_prompt_login_save_headline_2">Save password?</string> 40 <!-- 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. --> 41 <string name="mozac_feature_prompt_login_update_headline_2">Update password?</string> 42 <!-- 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. --> 43 <string name="mozac_feature_prompt_login_add_username_headline_2">Update username?</string> 44 <!-- Text for a label for the field when prompt requesting a text is shown. --> 45 <!-- For more info take a look here https://developer.mozilla.org/en-US/docs/Web/API/Window/prompt --> 46 <string name="mozac_feature_prompts_content_description_input_label">Label for entering a text input field</string> 47 <!-- Title of a color picker dialog, this text is shown above a color picker. --> 48 <string name="mozac_feature_prompts_choose_a_color">Choose a color</string> 49 <!-- Text of a confirm button in dialog requesting to open a new window. --> 50 <string name="mozac_feature_prompts_allow">Allow</string> 51 <!-- Text of a negative button in dialog requesting to open a new window. --> 52 <string name="mozac_feature_prompts_deny">Deny</string> 53 <!-- Text of the title of a dialog when a page is requesting to open a new window. --> 54 <string name="mozac_feature_prompts_popup_dialog_title">Allow this site to open?</string> 55 <!-- Text of the title of a dialog when a third-party redirect is blocked. --> 56 <string name="mozac_feature_prompts_redirect_dialog_title">Allow redirect to this site?</string> 57 <!-- Title of the dialog shown when a user is leaving a website and there is still data not saved yet. --> 58 <string name="mozac_feature_prompt_before_unload_dialog_title">Are you sure?</string> 59 <!-- Body text of the dialog shown when a user is leaving a website and there is still data not saved yet. --> 60 <string name="mozac_feature_prompt_before_unload_dialog_body">Do you want to leave this site? Data you have entered may not be saved</string> 61 <!-- Stay button of the dialog shown when a user is leaving a website and there is still data not saved yet, this indicates that the user wants to stay in the website. --> 62 <string name="mozac_feature_prompts_before_unload_stay">Stay</string> 63 <!-- Leave button of the dialog shown when a user is leaving a website and there is still data not saved yet, this indicates that the user wants to leave in the website. --> 64 <string name="mozac_feature_prompts_before_unload_leave">Leave</string> 65 <!-- Title of the month chooser dialog. --> 66 <string name="mozac_feature_prompts_set_month">Pick a month</string> 67 <!-- January (short description), used on the month chooser dialog. --> 68 <string name="mozac_feature_prompts_jan">Jan</string> 69 <!-- February month of the year (short description), used on the month chooser dialog. --> 70 <string name="mozac_feature_prompts_feb">Feb</string> 71 <!-- March month of the year (short description), used on the month chooser dialog. --> 72 <string name="mozac_feature_prompts_mar">Mar</string> 73 <!-- April month of the year (short description), used on the month chooser dialog. --> 74 <string name="mozac_feature_prompts_apr">Apr</string> 75 <!-- May month of the year (short description), used on the month chooser dialog. --> 76 <string name="mozac_feature_prompts_may">May</string> 77 <!-- June month of the year (short description), used on the month chooser dialog. --> 78 <string name="mozac_feature_prompts_jun">Jun</string> 79 <!-- July month of the year (short description), used on the month chooser dialog. --> 80 <string name="mozac_feature_prompts_jul">Jul</string> 81 <!-- August month of the year (short description), used on the month chooser dialog. --> 82 <string name="mozac_feature_prompts_aug">Aug</string> 83 <!-- September month of the year (short description), used on the month chooser dialog. --> 84 <string name="mozac_feature_prompts_sep">Sep</string> 85 <!-- October month of the year (short description), used on the month chooser dialog. --> 86 <string name="mozac_feature_prompts_oct">Oct</string> 87 <!-- November month of the year (short description), used on the month chooser dialog. --> 88 <string name="mozac_feature_prompts_nov">Nov</string> 89 <!-- December month of the year (short description), used on the month chooser dialog. --> 90 <string name="mozac_feature_prompts_dec">Dec</string> 91 <!-- Title of the time picker dialog. --> 92 <string name="mozac_feature_prompts_set_time">Set time</string> 93 <!-- Option in expanded select password prompt that links to password settings --> 94 <string name="mozac_feature_prompts_manage_logins_2">Manage passwords</string> 95 <!-- Content description for expanding the saved passwords options in the select password prompt --> 96 <string name="mozac_feature_prompts_expand_logins_content_description_2">Expand saved passwords</string> 97 <!-- Content description for collapsing the saved passwords options in the select password prompt --> 98 <string name="mozac_feature_prompts_collapse_logins_content_description_2">Collapse saved passwords</string> 99 <!-- Header for the select password prompt to allow users to fill a form with a saved password --> 100 <string name="mozac_feature_prompts_saved_logins_2">Saved passwords</string> 101 102 <!-- Content description for the suggest strong password prompt to allow users to fill a form with a suggested strong password --> 103 <string name="mozac_feature_prompts_suggest_strong_password_content_description">Suggest strong password</string> 104 <!-- Header for the suggest strong password prompt to allow users to fill a form with a suggested strong password --> 105 <string name="mozac_feature_prompts_suggest_strong_password_2">Use strong password</string> 106 <!-- Title for using the suggest strong password confirmation dialog. %1$s will be replaced with the generated password --> 107 <string name="mozac_feature_prompts_suggest_strong_password_message">Use strong password: %1$s</string> 108 109 <!-- Title for using the suggest strong password confirmation dialog --> 110 <string name="mozac_feature_prompts_suggest_strong_password_title">Use strong password?</string> 111 <!-- Content description for the suggest strong password confirmation dialog --> 112 <string name="mozac_feature_prompts_suggest_strong_password_description_3">Protect your account by using a strong, randomly generated password. It’ll be saved into your account for future use.</string> 113 114 <!-- Pressing this will use the suggested strong password --> 115 <string name="mozac_feature_prompts_suggest_strong_password_use_password">Use password</string> 116 <!-- Pressing this will dismiss the suggested strong password dialog --> 117 <string name="mozac_feature_prompts_suggest_strong_password_dismiss">Not now</string> 118 <!-- Title for showing the suggest strong password updated confirmation snackbar --> 119 <string name="mozac_feature_prompts_suggest_strong_password_updated_snackbar_title">Password updated</string> 120 121 <!-- Strings shown in a dialog that appear when users try to refresh a certain kind of webpages --> 122 <string name="mozac_feature_prompt_repost_title">Resend data to this site?</string> 123 <string name="mozac_feature_prompt_repost_message">Refreshing this page could duplicate recent actions, such as sending a payment or posting a comment twice.</string> 124 <!-- Pressing this will dismiss the dialog and reload the page sending again the previous data --> 125 <string name="mozac_feature_prompt_repost_positive_button_text">Resend data</string> 126 <!-- Pressing this will dismiss the dialog and not refresh the webpage --> 127 <string name="mozac_feature_prompt_repost_negative_button_text">Cancel</string> 128 129 <!-- Strings show in a dialog that appear when user confirm folder upload --> 130 <string name="mozac_feature_prompt_folder_upload_confirm_title">Upload files?</string> 131 <!-- Prompt message displayed when user selects a specific folder. %1$s is a folder / directory name. --> 132 <string name="mozac_feature_prompt_folder_upload_confirm_message">Make sure you trust this site before you upload from “%1$s”.</string> 133 <!-- Pressing this will dismiss the dialog and allow to upload folder --> 134 <string name="mozac_feature_prompt_folder_upload_confirm_positive_button_text">Upload</string> 135 <!-- Pressing this will dismiss the dialog and disallow to upload folder --> 136 <string name="mozac_feature_prompt_folder_upload_confirm_negative_button_text">Cancel</string> 137 138 <!-- Credit Card Autofill --> 139 <!-- Header for the select card prompt to allow users to fill a form with a saved card. --> 140 <string name="mozac_feature_prompts_select_credit_card_2">Use saved card</string> 141 <!-- Content description for expanding the saved card options in the select card prompt. --> 142 <string name="mozac_feature_prompts_expand_credit_cards_content_description_2">Expand saved cards</string> 143 <!-- Content description for collapsing the saved card options in the select prompt. --> 144 <string name="mozac_feature_prompts_collapse_credit_cards_content_description_2">Collapse saved cards</string> 145 <!-- Option in the expanded select card prompt that links to cards settings. --> 146 <string name="mozac_feature_prompts_manage_credit_cards_2">Manage cards</string> 147 <!-- Text for the title of a save credit card dialog. --> 148 <string name="mozac_feature_prompts_save_credit_card_prompt_title">Securely save this card?</string> 149 <!-- Text for the title of an update credit card dialog. --> 150 <string name="mozac_feature_prompts_update_credit_card_prompt_title">Update card expiration date?</string> 151 <!-- Subtitle text displayed under the title of the saved card dialog. %s is the name of the app (for example "Firefox"). --> 152 <string name="mozac_feature_prompts_save_credit_card_prompt_body_2">%s encrypts your card number. Your security code won’t be saved.</string> 153 154 <!-- Address Autofill --> 155 <!-- Header for the select address prompt to allow users to fill a form with a saved address. --> 156 <string name="mozac_feature_prompts_select_address_2">Select address</string> 157 <!-- Content description for expanding the saved addresses options in the select address prompt. --> 158 <string name="mozac_feature_prompts_expand_address_content_description_2">Expand saved addresses</string> 159 <!-- Content description for collapsing the saved address options in the select address prompt. --> 160 <string name="mozac_feature_prompts_collapse_address_content_description_2">Collapse saved addresses</string> 161 <!-- Text for the manage addresses button. --> 162 <string name="mozac_feature_prompts_manage_address">Manage addresses</string> 163 164 <!-- Federated Credential Management prompts --> 165 <!--Content description for the Account picture in the Select Account FedCM prompt --> 166 <string name="mozac_feature_prompts_account_picture">Account picture</string> 167 <!-- Title of the Identity Credential provider dialog chooser. --> 168 <string name="mozac_feature_prompts_identity_credentials_choose_provider">Choose a login provider</string> 169 <!-- Title of an account picker dialog for identity credentials. The %1$s will be replaced with the name of the provider --> 170 <string name="mozac_feature_prompts_identity_credentials_choose_account_for_provider">Sign in with a %1$s account</string> 171 <!-- Title of the Identity Credential privacy policy dialog title. The %1$s will be replaced with the name of the provider. --> 172 <string name="mozac_feature_prompts_identity_credentials_privacy_policy_title">Use %1$s as a login provider</string> 173 <!-- Title of the Identity Credential privacy policy dialog description. The %1$s will be replaced with the name of the provider, %2$s will be replaced with the account, %3$s will be replaced with the privacy policy url and %4$s will be replaced with the terms of service. --> 174 <string name="mozac_feature_prompts_identity_credentials_privacy_policy_description" tools:ignore="IncorrectStraightDoubleQuote"><![CDATA[Logging in to %1$s with a %2$s account is subject to their <a href="%3$s">Privacy Policy</a> and <a href="%4$s">Terms of Service</a>]]></string> 175 <!-- Text for the positive button of the Identity Credential dialogs. --> 176 <string name="mozac_feature_prompts_identity_credentials_continue">Continue</string> 177 <!-- Text for the cancel button of the Identity Credential dialogs. --> 178 <string name="mozac_feature_prompts_identity_credentials_cancel">Cancel</string> 179 </resources>