| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 This file contains definition of resources that will be translated for each | 4 This file contains definition of resources that will be translated for each |
| 5 locale. The variables is_win, is_macosx, is_linux, is_ios and is_posix are | 5 locale. The variables is_win, is_macosx, is_linux, is_ios and is_posix are |
| 6 available for making strings OS specific. Other platform defines such as | 6 available for making strings OS specific. Other platform defines such as |
| 7 use_titlecase are declared in build/common.gypi. | 7 use_titlecase are declared in build/common.gypi. |
| 8 | 8 |
| 9 The strings in this file are specific to iOS, thus is_ios will be true and | 9 The strings in this file are specific to iOS, thus is_ios will be true and |
| 10 all other OS specific variables will be false. | 10 all other OS specific variables will be false. |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 <!-- Password Manager --> | 193 <!-- Password Manager --> |
| 194 <message name="IDS_IOS_PASSWORD_MANAGER_SAVE_BUTTON" desc="Save button tex
t for password manager [Length: 10em]"> | 194 <message name="IDS_IOS_PASSWORD_MANAGER_SAVE_BUTTON" desc="Save button tex
t for password manager [Length: 10em]"> |
| 195 Save | 195 Save |
| 196 </message> | 196 </message> |
| 197 <message name="IDS_IOS_PASSWORD_MANAGER_BLACKLIST_BUTTON" desc="Button tex
t for the 'Save Password' infobar's 'Never remember for this site' option [Lengt
h: 10em]"> | 197 <message name="IDS_IOS_PASSWORD_MANAGER_BLACKLIST_BUTTON" desc="Button tex
t for the 'Save Password' infobar's 'Never remember for this site' option [Lengt
h: 10em]"> |
| 198 Never | 198 Never |
| 199 </message> | 199 </message> |
| 200 <message name="IDS_IOS_PASSWORD_MANAGER_UPDATE_BUTTON" desc="Label for the
'update' button in the Update Password infobar. This infobar asks if the user w
ishes to update the saved password for a site to a new password the user has jus
t entered; the button applies the suggested update. [Length: 10em]"> | 200 <message name="IDS_IOS_PASSWORD_MANAGER_UPDATE_BUTTON" desc="Label for the
'update' button in the Update Password infobar. This infobar asks if the user w
ishes to update the saved password for a site to a new password the user has jus
t entered; the button applies the suggested update. [Length: 10em]"> |
| 201 Update | 201 Update |
| 202 </message> | 202 </message> |
| 203 <message name="IDS_IOS_PASSWORD_MANAGER_CANCEL_BUTTON" desc="Label for the
'dismiss' button in the Update Password infobar. The UI asks the user if they w
ish to update their password; the button dismisses the UI without taking the sug
gested action."> | |
| 204 Nope | |
| 205 </message> | |
| 206 <message name="IDS_IOS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT_SMART_LOCK_BR
ANDING" desc="Info bar message to save a password, referring to the Google Smart
Lock | 203 <message name="IDS_IOS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT_SMART_LOCK_BR
ANDING" desc="Info bar message to save a password, referring to the Google Smart
Lock |
| 207 brand. [Length: 70em]"> | 204 brand. [Length: 70em]"> |
| 208 Do you want Google Smart Lock to save your password for this site? | 205 Do you want Google Smart Lock to save your password for this site? |
| 209 </message> | 206 </message> |
| 210 <message name="IDS_IOS_PASSWORD_MANAGER_UPDATE_PASSWORD" desc="Infobar mes
sage to update a password without associated credential [Length: 70em]."> | 207 <message name="IDS_IOS_PASSWORD_MANAGER_UPDATE_PASSWORD" desc="Infobar mes
sage to update a password without associated credential [Length: 70em]."> |
| 211 Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></
ph> to update your password for this site? | 208 Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></
ph> to update your password for this site? |
| 212 </message> | 209 </message> |
| 213 <message name="IDS_IOS_PASSWORD_MANAGER_UPDATE_PASSWORD_FOR_ACCOUNT" desc=
"Infobar message to update a password for named account, referring to PASSWORD_M
ANAGER_BRAND as the [Length:70em]"> | 210 <message name="IDS_IOS_PASSWORD_MANAGER_UPDATE_PASSWORD_FOR_ACCOUNT" desc=
"Infobar message to update a password for named account, referring to PASSWORD_M
ANAGER_BRAND as the [Length:70em]"> |
| 214 Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></
ph> to update your password for <ph name="USERNAME">$2<ex>don.john.lemon@example
.com</ex></ph> for this site? | 211 Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></
ph> to update your password for <ph name="USERNAME">$2<ex>don.john.lemon@example
.com</ex></ph> for this site? |
| 215 </message> | 212 </message> |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 </message> | 252 </message> |
| 256 | 253 |
| 257 <!-- The URL for Google Chrome privacy policy. --> | 254 <!-- The URL for Google Chrome privacy policy. --> |
| 258 <message name="IDS_IOS_PRIVACY_POLICY_URL" translateable="false"> | 255 <message name="IDS_IOS_PRIVACY_POLICY_URL" translateable="false"> |
| 259 http://www.google.com/intl/[GRITLANGCODE]/chrome/browser/privacy/ | 256 http://www.google.com/intl/[GRITLANGCODE]/chrome/browser/privacy/ |
| 260 </message> | 257 </message> |
| 261 | 258 |
| 262 </messages> | 259 </messages> |
| 263 </release> | 260 </release> |
| 264 </grit> | 261 </grit> |
| OLD | NEW |