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

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 2316 matching lines...) Expand 10 before | Expand all | Expand 10 after
2327 </message> 2327 </message>
2328 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis played in place of a list of nearby URLs while still scanning for nearby URLs."> 2328 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis played in place of a list of nearby URLs while still scanning for nearby URLs.">
2329 Looking for nearby Physical Web pages 2329 Looking for nearby Physical Web pages
2330 </message> 2330 </message>
2331 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs"> 2331 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs">
2332 Refresh 2332 Refresh
2333 </message> 2333 </message>
2334 <message name="IDS_PHYSICAL_WEB_LAUNCH_BUTTON" desc="The label for a butto n that opens a list of nearby URLs"> 2334 <message name="IDS_PHYSICAL_WEB_LAUNCH_BUTTON" desc="The label for a butto n that opens a list of nearby URLs">
2335 See what's nearby 2335 See what's nearby
2336 </message> 2336 </message>
2337
2338 <!-- Password Manager strings -->
2339 <message name="IDS_UPDATE_PASSWORD" desc="The title of the update password infobar.">
Peter Kasting 2016/02/13 01:44:52 Neither of these strings is a "title", they're mes
melandory 2016/02/22 12:41:09 Done.
2340 Do you want <ph name="PASSWORD_MANAGER_BRAND">^1<ex>Google Chrome</ex></ ph> to update your password for this site?
2341 </message>
2342 <message name="IDS_UPDATE_PASSWORD_FOR_ACCOUNT" desc="The title of the upd ate password infobar.">
2343 Do you want <ph name="PASSWORD_MANAGER_BRAND">^1<ex>Google Chrome</ex></ ph> to update your password of <ph name="USERNAME">^2<ex>don.john.lemon@example. com</ex></ph> for this site?
Peter Kasting 2016/02/13 01:44:52 This sentence doesn't read very grammatically. Di
melandory 2016/02/22 12:41:09 No, it wasn't. It was string form mocks.
2344 </message>
2337 </messages> 2345 </messages>
2338 </release> 2346 </release>
2339 </grit> 2347 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698