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

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 2366 matching lines...) Expand 10 before | Expand all | Expand 10 after
2377 </message> 2377 </message>
2378 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST" desc="The message displayed in place of a list of nearby URLs when there are no URLs to display."> 2378 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST" desc="The message displayed in place of a list of nearby URLs when there are no URLs to display.">
2379 No nearby Physical Web pages found 2379 No nearby Physical Web pages found
2380 </message> 2380 </message>
2381 <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."> 2381 <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.">
2382 Looking for nearby Physical Web pages 2382 Looking for nearby Physical Web pages
2383 </message> 2383 </message>
2384 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs"> 2384 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs">
2385 Refresh 2385 Refresh
2386 </message> 2386 </message>
2387
2388 <!-- Password Manager strings -->
2389 <message name="IDS_UPDATE_PASSWORD" desc="The title of the update password infobar.">
2390 Do you want <ph name="PASSWORD_MANAGER_BRAND">^1<ex>Google Chrome</ex></ ph> to update your password for this site?
2391 </message>
2392 <message name="IDS_UPDATE_PASSWORD_FOR_ACCOUNT" desc="The title of the upd ate password infobar.">
2393 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?
2394 </message>
2387 </messages> 2395 </messages>
2388 </release> 2396 </release>
2389 </grit> 2397 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698