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 c5ec0b19704ba8c23802ac3bbe1aab36b38178b1..3344a0c07414971854727467c947aa019a4dff57 100644 |
--- a/chrome/android/java/strings/android_chrome_strings.grd |
+++ b/chrome/android/java/strings/android_chrome_strings.grd |
@@ -2386,6 +2386,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 --> |
+ <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.
|
+ <ph name="SITE">%1$s<ex>https://www.google.com</ex></ph> wants to connect to:</message> |
+ <!-- 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 chooser dialog."> |
Finnur
2016/03/08 10:26:20
s/chooser/USB/
(same below)
juncai
2016/03/09 01:26:50
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 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 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> |