Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. | 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. |
| 4 | 4 |
| 5 FAQ: | 5 FAQ: |
| 6 - How do I add, change, or remove a string? | 6 - How do I add, change, or remove a string? |
| 7 Just update this file. | 7 Just update this file. |
| 8 - Translations will happen automatically?? | 8 - Translations will happen automatically?? |
| 9 Yes, indeed. Just add your string before the branch point and | 9 Yes, indeed. Just add your string before the branch point and |
| 10 make the description good. | 10 make the description good. |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 271 From Google Payments | 271 From Google Payments |
| 272 </message> | 272 </message> |
| 273 | 273 |
| 274 <!-- Save passwords preferences --> | 274 <!-- Save passwords preferences --> |
| 275 <message name="IDS_PREFS_SAVED_PASSWORDS" desc="Title for the Saved Passwo rds preferences. [CHAR-LIMIT=32]"> | 275 <message name="IDS_PREFS_SAVED_PASSWORDS" desc="Title for the Saved Passwo rds preferences. [CHAR-LIMIT=32]"> |
| 276 Save passwords | 276 Save passwords |
| 277 </message> | 277 </message> |
| 278 <message name="IDS_PREFS_SMART_LOCK_FOR_PASSWORDS" desc="The brand name of the password manager to be displayed in preferences instead of the title 'Save Passwords' when a user is signed in. [CHAR-LIMIT=32]"> | 278 <message name="IDS_PREFS_SMART_LOCK_FOR_PASSWORDS" desc="The brand name of the password manager to be displayed in preferences instead of the title 'Save Passwords' when a user is signed in. [CHAR-LIMIT=32]"> |
| 279 Smart Lock for Passwords | 279 Smart Lock for Passwords |
| 280 </message> | 280 </message> |
| 281 <message name="IDS_PASSWORDS_AUTO_SIGNIN_TITLE" desc="Title for checkbox t o enable automatically signing the user in to websites"> | 281 <message name="IDS_PASSWORDS_AUTO_SIGNIN_TITLE" desc="Title for checkbox t o enable automatically signing the user in to a websites"> |
|
newt (away)
2015/08/21 16:47:32
remove "a"
melandory
2015/08/21 19:04:09
Done.
| |
| 282 Auto Sign-in | 282 Auto Sign-in |
| 283 </message> | 283 </message> |
| 284 <message name="IDS_PASSWORDS_AUTO_SIGNIN_MESSAGE" desc="Message shown when the user is automatically signed in to a website"> | |
|
newt (away)
2015/08/21 16:47:32
s/whenthe/when the
melandory
2015/08/21 19:04:09
Done.
| |
| 285 Signed in as <ph name="USERNAME">%1$s<ex>don.john.lemon@gmail.com</ex></ ph> | |
| 286 </message> | |
| 284 <message name="IDS_PASSWORDS_AUTO_SIGNIN_DESCRIPTION" desc="Text under 'Au to sign-in' checkbox"> | 287 <message name="IDS_PASSWORDS_AUTO_SIGNIN_DESCRIPTION" desc="Text under 'Au to sign-in' checkbox"> |
| 285 Automatically sign in to websites using stored credentials. When the feat ure is off, you'll be asked for verification every time before signing in to a w ebsite. | 288 Automatically sign in to websites using stored credentials. When the fea ture is off, you'll be asked for verification every time before signing in to a website. |
| 286 </message> | 289 </message> |
| 287 <message name="IDS_SECTION_SAVED_PASSWORDS" desc="Header for the list of p asswords that have been saved in Chrome. [CHAR-LIMIT=32]"> | 290 <message name="IDS_SECTION_SAVED_PASSWORDS" desc="Header for the list of p asswords that have been saved in Chrome. [CHAR-LIMIT=32]"> |
| 288 Passwords | 291 Passwords |
| 289 </message> | 292 </message> |
| 290 <message name="IDS_SECTION_SAVED_PASSWORDS_EXCEPTIONS" desc="Header for th e list of websites for which user selected to never save passwords. [CHAR-LIMIT= 32]"> | 293 <message name="IDS_SECTION_SAVED_PASSWORDS_EXCEPTIONS" desc="Header for th e list of websites for which user selected to never save passwords. [CHAR-LIMIT= 32]"> |
| 291 Never saved | 294 Never saved |
| 292 </message> | 295 </message> |
| 293 <message name="IDS_MANAGE_PASSWORDS_TEXT" desc="Text for link to manage pa sswords on Account Central."> | 296 <message name="IDS_MANAGE_PASSWORDS_TEXT" desc="Text for link to manage pa sswords on Account Central."> |
| 294 View and manage saved passwords at <ph name="BEGIN_LINK"><link></p h>passwords.google.com<ph name="END_LINK"></link></ph> | 297 View and manage saved passwords at <ph name="BEGIN_LINK"><link></p h>passwords.google.com<ph name="END_LINK"></link></ph> |
| 295 </message> | 298 </message> |
| (...skipping 1941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2237 </message> | 2240 </message> |
| 2238 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> | 2241 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> |
| 2239 send_crash_report | 2242 send_crash_report |
| 2240 </message> | 2243 </message> |
| 2241 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> | 2244 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> |
| 2242 mobile_awsnap | 2245 mobile_awsnap |
| 2243 </message> | 2246 </message> |
| 2244 </messages> | 2247 </messages> |
| 2245 </release> | 2248 </release> |
| 2246 </grit> | 2249 </grit> |
| OLD | NEW |