diff options
Diffstat (limited to 'chromium/components/browsing_data_strings.grdp')
-rw-r--r-- | chromium/components/browsing_data_strings.grdp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chromium/components/browsing_data_strings.grdp b/chromium/components/browsing_data_strings.grdp index b3bc9079b3c..146b0c4175f 100644 --- a/chromium/components/browsing_data_strings.grdp +++ b/chromium/components/browsing_data_strings.grdp @@ -45,6 +45,12 @@ =2 {2 passwords (for <ph name="DOMAIN_LIST">$1<ex>google.com, chrome.com</ex></ph>, synced)} other {# passwords (for <ph name="DOMAIN_LIST">$1<ex>google.com, chrome.com, and 2 more</ex></ph>, synced)}} </message> + <message name="IDS_DEL_ACCOUNT_PASSWORDS_COUNTER" desc="A counter showing how many passwords the user has stored in their Google account. The list of example domains associated with the user's passwords is denoted by the placeholder DOMAIN_LIST."> + {COUNT, plural, + =0 {None} + =1 {1 password in your account (for <ph name="DOMAIN_LIST">$1<ex>google.com</ex></ph>)} + other {# passwords in your account (for <ph name="DOMAIN_LIST">$1<ex>google.com, chrome.com, and 2 more</ex></ph>)}} + </message> <message name="IDS_DEL_PASSWORDS_DOMAINS_DISPLAY" desc="This message is shown alongside the passwords count displaying example domains. If there is at least one password, we will show at most two example domain names, denoted by the placeholders EXAMPLE_DOMAIN_1 and EXAMPLE_DOMAIN_2. If there are more than two domains, we will also say 'and X more.'"> {COUNT, plural, =0 {None} @@ -66,7 +72,7 @@ <message name="IDS_DEL_PASSWORDS_AND_SIGNIN_DATA_COUNTER_NONE" desc="A counter showing that the user has no passwords or other sign-in data."> None </message> - <message name="IDS_DEL_PASSWORDS_AND_SIGNIN_DATA_COUNTER_COMBINATION" desc="A counter showing that the user has passwords and other sign-in data. The types and their counts will be substituted, this message only provides the semicolon separator."> + <message name="IDS_DEL_PASSWORDS_AND_SIGNIN_DATA_COUNTER_COMBINATION" desc="A counter showing that the user has passwords and/or other sign-in data. The types and their counts will be substituted, this message only provides the semicolon separator."> <ph name="PASSWORDS">$1<ex>2 passwords</ex></ph>; <ph name="SIGNIN_DATA">$2<ex>sign-in data from 1 account</ex></ph> </message> <message name="IDS_DEL_SITE_SETTINGS_COUNTER" desc="A counter showing how many sites with site settings the user has."> |