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

Unified 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: address comments 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 10b56ef29487906d04ce3fa6244c5c1fd3f4b90f..4d63acd581d02907640c297c9cd438fe1acab9c1 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -2400,6 +2400,23 @@ You can control the Physical Web in Chrome privacy settings.
<message name="IDS_UPDATE_PASSWORD_FOR_ACCOUNT" desc="A message shown to users to allow updating a saved password for a site, where user has multiple credentials saved, shown in an infobar that appears after user uses new password to sign in to the site or uses a password change form.">
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?
</message>
+
+ <!-- WebUsb Picker UI strings -->
+ <!-- USB Chooser Dialog Prompt -->
newt (away) 2016/03/15 19:03:53 nit: there's probably no need for the individual c
juncai 2016/03/16 00:40:36 Done.
+ <message name="IDS_USB_CHOOSER_DIALOG_PROMPT" desc="The text that is used to introduce the USB chooser dialog to the user.">
+ <ph name="SITE">%1$s<ex>https://www.google.com</ex></ph> wants to connect to:</message>
newt (away) 2016/03/15 19:03:53 put </message> on the next line, like the other st
juncai 2016/03/16 00:40:36 Done.
+ <!-- USB Chooser Dialog No Devices Found Prompt -->
+ <message name="IDS_USB_CHOOSER_DIALOG_NO_DEVICES_FOUND_PROMPT" desc="The text that is used to inform user that no devices found in the USB chooser dialog.">
Finnur 2016/03/14 11:36:50 nit: s/user/the user/
juncai 2016/03/16 00:40:36 Done.
+ No devices found.
+ </message>
+ <!-- USB Chooser Dialog Connect Button Text -->
+ <message name="IDS_USB_CHOOSER_DIALOG_CONNECT_BUTTON_TEXT" desc="The text that is shown on the connect button in the USB chooser dialog.">
+ Connect
+ </message>
+ <!-- USB Chooser Dialog Footnote Text -->
+ <message name="IDS_USB_CHOOSER_DIALOG_FOOTNOTE_TEXT" desc="This text is shown at the bottom of the USB chooser dialog with a link to part of its text.">
+ Not seeing your device? <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help<ph name="END_LINK">&lt;/link&gt;</ph>
+ </message>
</messages>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698