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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1315093002: Implement a bluetooth picker dialog for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 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">&lt;link&gt;</ph>pair with<ph name="END_LINK">&lt;/link&gt;</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">&lt;link1&gt;</ph>Search again<ph name="END_LINK1">&lt;/link1&gt;</ph> or <ph name="BEGIN_LINK2">&lt;link2&gt;</ph>Get help<ph name="END_LINK2">&lt;/link2&gt;</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">&lt;link&gt;</ph>Search again<ph name="END_LINK">&lt;/link&gt;</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">&lt;link&gt;</ph>device settings<ph name="END_LINK">&lt;/link&gt;</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">&lt;link&gt;</ph>Help<ph name="END_LINK">&lt;/link&gt;</ph>.
+ </message>
+
<!-- Sync error strings -->
<message name="IDS_SYNC_ERROR_GENERIC" desc="Sync error string for generic error. [CHAR-LIMIT=80]">
Sync error

Powered by Google App Engine
This is Rietveld 408576698