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..a4f63ef47c0135903677f7c6300b9370523896f2 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 shown on top of the dialog that lets the user pick a Bluetooth device for the site to pair with. Shown above a list of Bluetooth devices discovered. "> |
+ <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 Bluetooth picker dialog while scanning for devices."> |
+ Searching for devices... |
+ </message> |
+ <message name="IDS_BLUETOOTH_CONFIRM_BUTTON" desc="The button to confirm association of a website with a Bluetooth device."> |
Jeffrey Yasskin
2015/08/31 17:03:53
In English, we're using the same term Bluetooth us
Finnur
2015/09/01 11:53:50
Done.
|
+ Pair |
+ </message> |
+ <message name="IDS_BLUETOOTH_NOT_SEEING_IT" desc="The message to show at the bottom of the dialog when Bluetooth scanning has uncovered some items. Allows the user to restart the scan, in case their device is not listed."> |
+ 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 Bluetooth device 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 scanning cannot start because 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 (to get Help)."> |
+ <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 |