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"><link></ph>Get help<ph name="END_LINK"></link></ph> |
+ </message> |
</messages> |
</release> |
</grit> |