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 10004d52453870ddfdabd7e1f6c544d2ef51589d..05fbbba6ace9a8bc1560916dd69c7225c3e23899 100644 |
--- a/chrome/android/java/strings/android_chrome_strings.grd |
+++ b/chrome/android/java/strings/android_chrome_strings.grd |
@@ -1009,6 +1009,28 @@ To obtain new licenses, connect to the internet and play your downloaded content |
Loading… |
</message> |
+ <!-- Bluetooth Picker UI strings --> |
+ <message name="IDS_BLUETOOTH_DIALOG_TITLE" desc="The header message for the dialog."> |
scheib
2015/08/29 20:15:18
As pointed out in chromium dev [1], we should be c
Finnur
2015/08/31 15:25:22
Fair enough. Is this clearer?
scheib
2015/08/31 17:26:11
Yes, Thanks.
|
+ <ph name="SITE">%1$s<ex>https://www.google.com</ex></ph> wants to <ph name="BEGIN_LINK"><link></ph>pair with<ph name="END_LINK"></link></ph>:</message> |
+ <message name="IDS_BLUETOOTH_SEARCHING" desc="The message shown in the dialog while scanning."> |
+ Searching for devices... |
+ </message> |
+ <message name="IDS_BLUETOOTH_CONFIRM_BUTTON" desc="The button to confirm association with a device."> |
+ Pair |
+ </message> |
+ <message name="IDS_BLUETOOTH_NOT_SEEING_IT" desc="The message to show when scanning has uncovered some items."> |
+ Not seeing your device? <ph name="BEGIN_LINK1"><link1></ph>Search again<ph name="END_LINK1"></link1></ph> or <ph name="BEGIN_LINK2"><link2></ph>Get help<ph name="END_LINK2"></link2></ph>. |
+ </message> |
+ <message name="IDS_BLUETOOTH_NOT_FOUND" desc="The message to show when no items were found during scanning."> |
+ No bluetooth devices found. <ph name="BEGIN_LINK"><link></ph>Search again<ph name="END_LINK"></link></ph>. |
+ </message> |
+ <message name="IDS_BLUETOOTH_ADAPTER_OFF" desc="The message to show when the bluetooth adapter is turned off."> |
+ Turn on Bluetooth in <ph name="BEGIN_LINK"><link></ph>device settings<ph name="END_LINK"></link></ph> to allow pairing. |
+ </message> |
+ <message name="IDS_BLUETOOTH_ADAPTER_OFF_HELP" desc="The status message to show along with the message when the bluetooth adapter is turned off."> |
+ <ph name="BEGIN_LINK"><link></ph>Help<ph name="END_LINK"></link></ph>. |
+ </message> |
+ |
<!-- Sync error strings --> |
<message name="IDS_SYNC_ERROR_GENERIC" desc="Sync error string for generic error. [CHAR-LIMIT=80]"> |
Sync error |