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

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

Issue 1490193003: [Password Manager] Update Confirmation UI for saved password change for Chrome on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 2344 matching lines...) Expand 10 before | Expand all | Expand 10 after
2355 </message> 2355 </message>
2356 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs"> 2356 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs">
2357 Refresh 2357 Refresh
2358 </message> 2358 </message>
2359 <message name="IDS_PHYSICAL_WEB_LAUNCH_BUTTON" desc="The label for a butto n that opens a list of nearby URLs"> 2359 <message name="IDS_PHYSICAL_WEB_LAUNCH_BUTTON" desc="The label for a butto n that opens a list of nearby URLs">
2360 See what's nearby 2360 See what's nearby
2361 </message> 2361 </message>
2362 <message name="IDS_PHYSICAL_WEB_BOTTOM_BAR" desc="A message displayed in t he nearby URLs list activity informing the user that a notification will appear whenever devices broadcasting URLs are nearby"> 2362 <message name="IDS_PHYSICAL_WEB_BOTTOM_BAR" desc="A message displayed in t he nearby URLs list activity informing the user that a notification will appear whenever devices broadcasting URLs are nearby">
2363 Future nearby Physical Web pages will show up in your notifications list 2363 Future nearby Physical Web pages will show up in your notifications list
2364 </message> 2364 </message>
2365
2366 <!-- Password Manager strings -->
2367 <message name="IDS_UPDATE_PASSWORD" desc="A message shown to users to allo w updating a saved password for a site, shown in an infobar that appears after t he user uses a different password to sign in to the site or uses change password form.">
Peter Kasting 2016/02/22 22:38:12 Nit: change password -> a password change (2 place
melandory 2016/02/23 16:35:07 Done.
2368 Do you want <ph name="PASSWORD_MANAGER_BRAND">^1<ex>Google Chrome</ex></ ph> to update your password for this site?
2369 </message>
2370 <message name="IDS_UPDATE_PASSWORD_FOR_ACCOUNT" desc="A message shown to u sers to allow updating a saved password for a site, where user has multiple cred entials saved, shown in an infobar that appears after user uses new password to sign in to the site or uses change password form.">
2371 Do you want <ph name="PASSWORD_MANAGER_BRAND">^1<ex>Google Chrome</ex></ ph> to update the password for <ph name="USERNAME">^2<ex>don.john.lemon@example. com</ex></ph> for this site?
2372 </message>
2365 </messages> 2373 </messages>
2366 </release> 2374 </release>
2367 </grit> 2375 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698