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

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

Issue 1135333006: [Smart Lock] Update strings for Save Passwords page on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase #2 Created 5 years, 7 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 https://wallet.google.com/manage/addressBook 228 https://wallet.google.com/manage/addressBook
229 </message> 229 </message>
230 <message name="IDS_AUTOFILL_FROM_GOOGLE_ACCOUNT_LONG" desc="Text that indi cates an address or credit card came from Google servers."> 230 <message name="IDS_AUTOFILL_FROM_GOOGLE_ACCOUNT_LONG" desc="Text that indi cates an address or credit card came from Google servers.">
231 From Google Wallet 231 From Google Wallet
232 </message> 232 </message>
233 233
234 <!-- Save passwords preferences --> 234 <!-- Save passwords preferences -->
235 <message name="IDS_PREFS_SAVED_PASSWORDS" desc="Title for the Saved Passwo rds preferences. [CHAR-LIMIT=32]"> 235 <message name="IDS_PREFS_SAVED_PASSWORDS" desc="Title for the Saved Passwo rds preferences. [CHAR-LIMIT=32]">
236 Save passwords 236 Save passwords
237 </message> 237 </message>
238 <message name="IDS_PASSWORDS_AUTO_SIGNIN_TITLE" desc="Title for checkbox to enable automatically signing the user in to websites"> 238 <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]">
239 Smart Lock for Passwords
240 </message>
241 <message name="IDS_PASSWORDS_AUTO_SIGNIN_TITLE" desc="Title for checkbox t o enable automatically signing the user in to websites">
239 Auto Sign-in 242 Auto Sign-in
240 </message> 243 </message>
241 <message name="IDS_PASSWORDS_AUTO_SIGNIN_DESCRIPTION" desc="Text under 'Au to sign-in' checkbox"> 244 <message name="IDS_PASSWORDS_AUTO_SIGNIN_DESCRIPTION" desc="Text under 'Au to sign-in' checkbox">
242 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. 245 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.
243 </message> 246 </message>
244 <message name="IDS_SECTION_SAVED_PASSWORDS" desc="Header for the list of p asswords that have been saved in Chrome. [CHAR-LIMIT=32]"> 247 <message name="IDS_SECTION_SAVED_PASSWORDS" desc="Header for the list of p asswords that have been saved in Chrome. [CHAR-LIMIT=32]">
245 Passwords 248 Passwords
246 </message> 249 </message>
247 <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]"> 250 <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]">
248 Never saved 251 Never saved
(...skipping 1263 matching lines...) Expand 10 before | Expand all | Expand 10 after
1512 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media."> 1515 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media.">
1513 Pause 1516 Pause
1514 </message> 1517 </message>
1515 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media."> 1518 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media.">
1516 Stop 1519 Stop
1517 </message> 1520 </message>
1518 1521
1519 </messages> 1522 </messages>
1520 </release> 1523 </release>
1521 </grit> 1524 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698