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

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

Issue 978913004: Add auto sign in slider in Clank settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 <grit current_release="1" latest_public_release="0"> 2 <grit current_release="1" latest_public_release="0">
3 <outputs> 3 <outputs>
4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" /> 4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" />
5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" /> 5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" />
6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" /> 6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" />
7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" /> 7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" />
8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" /> 8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" />
9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" /> 9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" />
10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" /> 10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" />
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 Clear cache 222 Clear cache
223 </message> 223 </message>
224 <message name="IDS_AUTOFILL_MANAGE_WALLET_CARDS_URL" desc="URL for managin g wallet credit cards" translateable="false"> 224 <message name="IDS_AUTOFILL_MANAGE_WALLET_CARDS_URL" desc="URL for managin g wallet credit cards" translateable="false">
225 https://wallet.google.com/manage/w/0/paymentMethods 225 https://wallet.google.com/manage/w/0/paymentMethods
226 </message> 226 </message>
227 227
228 <!-- Save passwords preferences --> 228 <!-- Save passwords preferences -->
229 <message name="IDS_PREFS_SAVED_PASSWORDS" desc="Title for the Saved Passwo rds preferences. [CHAR-LIMIT=32]"> 229 <message name="IDS_PREFS_SAVED_PASSWORDS" desc="Title for the Saved Passwo rds preferences. [CHAR-LIMIT=32]">
230 Save passwords 230 Save passwords
231 </message> 231 </message>
232 <message name="IDS_PASSWORDS_AUTO_SIGNIN_TITLE" desc="Title for checkbox to enable automatically signing the user in to websites">
233 Auto Sign-in
234 </message>
235 <message name="IDS_PASSWORDS_AUTO_SIGNIN_DESCRIPTION" desc="Text under 'Au to sign-in' checkbox">
236 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.
237 </message>
232 <message name="IDS_SECTION_SAVED_PASSWORDS" desc="Header for the list of p asswords that have been saved in Chrome. [CHAR-LIMIT=32]"> 238 <message name="IDS_SECTION_SAVED_PASSWORDS" desc="Header for the list of p asswords that have been saved in Chrome. [CHAR-LIMIT=32]">
233 Passwords 239 Passwords
234 </message> 240 </message>
235 <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]"> 241 <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]">
236 Never saved 242 Never saved
237 </message> 243 </message>
238 <message name="IDS_MANAGE_PASSWORDS_TEXT" desc="Text for link to manage pa sswords on Account Central."> 244 <message name="IDS_MANAGE_PASSWORDS_TEXT" desc="Text for link to manage pa sswords on Account Central.">
239 Manage saved passwords in your <ph name="BEGIN_LINK">&lt;link&gt;</ph>Go ogle Account<ph name="END_LINK">&lt;/link&gt;</ph> 245 Manage saved passwords in your <ph name="BEGIN_LINK">&lt;link&gt;</ph>Go ogle Account<ph name="END_LINK">&lt;/link&gt;</ph>
240 </message> 246 </message>
241 <message name="IDS_SAVED_PASSWORDS_NONE_TEXT" desc="Text when there are no saved passwords/exceptions."> 247 <message name="IDS_SAVED_PASSWORDS_NONE_TEXT" desc="Text when there are no saved passwords/exceptions.">
(...skipping 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1441 <message name="IDS_FRE_NEW_RECENTS_MENU_TITLE" desc="Title for the Recents Menu what's-new-screen"> 1447 <message name="IDS_FRE_NEW_RECENTS_MENU_TITLE" desc="Title for the Recents Menu what's-new-screen">
1442 Find your tabs here 1448 Find your tabs here
1443 </message> 1449 </message>
1444 <message name="IDS_FRE_NEW_RECENTS_MENU_TEXT" desc="Text for the Recents M enu what's-new-screen"> 1450 <message name="IDS_FRE_NEW_RECENTS_MENU_TEXT" desc="Text for the Recents M enu what's-new-screen">
1445 Your tabs and apps are now in the same place for easier access. You can turn this feature off in <ph name="BEGIN_LINK">&lt;link&gt;</ph>Settings<ph nam e="END_LINK">&lt;/link&gt;</ph>. 1451 Your tabs and apps are now in the same place for easier access. You can turn this feature off in <ph name="BEGIN_LINK">&lt;link&gt;</ph>Settings<ph nam e="END_LINK">&lt;/link&gt;</ph>.
1446 </message> 1452 </message>
1447 1453
1448 </messages> 1454 </messages>
1449 </release> 1455 </release>
1450 </grit> 1456 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698