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

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

Issue 1739523002: WebUsb Android chooser UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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 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 2368 matching lines...) Expand 10 before | Expand all | Expand 10 after
2379 Future nearby Physical Web pages will show up in your notifications list 2379 Future nearby Physical Web pages will show up in your notifications list
2380 </message> 2380 </message>
2381 2381
2382 <!-- Password Manager strings --> 2382 <!-- Password Manager strings -->
2383 <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 a password chan ge form."> 2383 <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 a password chan ge form.">
2384 Do you want <ph name="PASSWORD_MANAGER_BRAND">^1<ex>Google Chrome</ex></ ph> to update your password for this site? 2384 Do you want <ph name="PASSWORD_MANAGER_BRAND">^1<ex>Google Chrome</ex></ ph> to update your password for this site?
2385 </message> 2385 </message>
2386 <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 a password change form."> 2386 <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 a password change form.">
2387 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? 2387 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?
2388 </message> 2388 </message>
2389
2390 <!-- WebUsb Picker UI strings -->
2391 <!-- USB Chooser Dialog Prompt -->
2392 <message name="IDS_USB_CHOOSER_DIALOG_PROMPT" desc="The text that is used to introduce chooser dialog details to the user.">
Finnur 2016/03/08 10:26:20 s/chooser/the USB chooser/ ... and drop the word
juncai 2016/03/09 01:26:50 Done.
2393 <ph name="SITE">%1$s<ex>https://www.google.com</ex></ph> wants to connec t to:</message>
2394 <!-- USB Chooser Dialog No Devices Found Prompt -->
2395 <message name="IDS_USB_CHOOSER_DIALOG_NO_DEVICES_FOUND_PROMPT" desc="The t ext that is used to inform user that no devices found in the chooser dialog.">
Finnur 2016/03/08 10:26:20 s/chooser/USB/ (same below)
juncai 2016/03/09 01:26:50 Done.
2396 No devices found.
2397 </message>
2398 <!-- USB Chooser Dialog Connect Button Text -->
2399 <message name="IDS_USB_CHOOSER_DIALOG_CONNECT_BUTTON_TEXT" desc="The text that is shown on the connect button in the chooser dialog.">
2400 Connect
2401 </message>
2402 <!-- USB Chooser Dialog Footnote Text -->
2403 <message name="IDS_USB_CHOOSER_DIALOG_FOOTNOTE_TEXT" desc="This text is sh own at the bottom of the chooser dialog with a link to part of its text.">
2404 Not seeing your device? <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help< ph name="END_LINK">&lt;/link&gt;</ph>
2405 </message>
2389 </messages> 2406 </messages>
2390 </release> 2407 </release>
2391 </grit> 2408 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698