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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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 websites"> |
282 Auto Sign-in | 282 Auto Sign-in |
283 </message> | 283 </message> |
284 <message name="IDS_PASSWORDS_AUTO_SIGNIN_MESSAGE" desc="Message shown when user auto signins to site"> | |
newt (away)
2015/08/21 05:40:39
"... when the user is automatically signed in to a
melandory
2015/08/21 09:41:15
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 1953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2249 </message> | 2252 </message> |
2250 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> | 2253 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> |
2251 send_crash_report | 2254 send_crash_report |
2252 </message> | 2255 </message> |
2253 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> | 2256 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> |
2254 mobile_awsnap | 2257 mobile_awsnap |
2255 </message> | 2258 </message> |
2256 </messages> | 2259 </messages> |
2257 </release> | 2260 </release> |
2258 </grit> | 2261 </grit> |
OLD | NEW |