Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1234063002: [Smart Lock] Auto sign-in snackbar UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased on top of master Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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">&lt;link&gt;</p h>passwords.google.com<ph name="END_LINK">&lt;/link&gt;</ph> 297 View and manage saved passwords at <ph name="BEGIN_LINK">&lt;link&gt;</p h>passwords.google.com<ph name="END_LINK">&lt;/link&gt;</ph>
295 </message> 298 </message>
(...skipping 1953 matching lines...) Expand 10 before | Expand all | Expand 10 after
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698