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

Unified Diff: chrome/app/settings_strings.grdp

Issue 2146553005: MD Settings: Bluetooth: Add error dialog and messages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_602538_bluetooth_fixes_0
Patch Set: . Created 4 years, 5 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/app/settings_strings.grdp
diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp
index 6e5d76a53f4717df023cd9c5625761e22946e0b4..f92d969bcdc7b0e05a6fb206e5214d17cd18ba09 100644
--- a/chrome/app/settings_strings.grdp
+++ b/chrome/app/settings_strings.grdp
@@ -363,9 +363,63 @@
<message name="IDS_SETTINGS_BLUETOOTH_CONFIRM_PASSKEY" desc="Bluetooth pairing message typically shown when pairing with a device that has a display.">
Please confirm this passkey is shown on "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>":
</message>
+ <message name="IDS_SETTINGS_BLUETOOTH_CONNECTING">
+ Connecting...
+ </message>
<message name="IDS_SETTINGS_BLUETOOTH_START_CONNECTING">
Connecting to "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>".
</message>
+ <message name="IDS_SETTINGS_BLUETOOTH_CONNECT_UNKNOWN_ERROR">
+ An unknown error occurred trying to connect to "<ph name="DEVICE_NAME">$1<ex>Nexus 4</ex></ph>".
+ </message>
+ <message name="IDS_SETTINGS_BLUETOOTH_CONNECT_IN_PROGRESS">
+ Connection to "<ph name="DEVICE_NAME">$1<ex>Nexus 4</ex></ph>" still in progress.
+ </message>
+ <message name="IDS_SETTINGS_BLUETOOTH_CONNECT_FAILED">
+ Failed to connect to "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>".
+ </message>
+ <message name="IDS_SETTINGS_BLUETOOTH_CONNECT_AUTH_FAILED">
+ Authentication failed while connecting to "<ph name="DEVICE_NAME">$1<ex>Nexus 4</ex></ph>".
+ </message>
+ <message name="IDS_SETTINGS_BLUETOOTH_CONNECT_AUTH_CANCELED">
+ Authentication canceled while connecting to "<ph name="DEVICE_NAME">$1<ex>Nexus 4</ex></ph>".
+ </message>
+ <message name="IDS_SETTINGS_BLUETOOTH_CONNECT_AUTH_REJECTED">
+ Authentication code rejected while connecting to "<ph name="DEVICE_NAME">$1<ex>Nexus 4</ex></ph>".
+ </message>
+ <message name="IDS_SETTINGS_BLUETOOTH_CONNECT_AUTH_TIMEOUT">
+ Authentication timeout while connecting to "<ph name="DEVICE_NAME">$1<ex>Nexus 4</ex></ph>".
+ </message>
+ <message name="IDS_SETTINGS_BLUETOOTH_CONNECT_UNSUPPORTED_DEVICE">
+ Unsupported Bluetooth device: "<ph name="DEVICE_NAME">$1<ex>Nexus 4</ex></ph>".
+ </message>
+ <message name="IDS_SETTINGS_BLUETOOTH_CONNECT_ATTRIBUTE_LENGTH_INVALID">
+ Write operation exceeds the maximum length of the attribute to: "<ph name="DEVICE_NAME">$1<ex>Nexus 4</ex></ph>".
+ </message>
+ <message name="IDS_SETTINGS_BLUETOOTH_CONNECT_CONNECTION_CONGESTED">
+ Connection is congested to remote device: "<ph name="DEVICE_NAME">$1<ex>Nexus 4</ex></ph>".
+ </message>
+ <message name="IDS_SETTINGS_BLUETOOTH_CONNECT_INSUFFICIENT_ENCRYPTION">
+ Insufficient encryption for a given operation on: "<ph name="DEVICE_NAME">$1<ex>Nexus 4</ex></ph>".
+ </message>
+ <message name="IDS_SETTINGS_BLUETOOTH_CONNECT_OFFSET_INVALID">
+ Read or write operation was requested with an invalid offset on: "<ph name="DEVICE_NAME">$1<ex>Nexus 4</ex></ph>".
+ </message>
+ <message name="IDS_SETTINGS_BLUETOOTH_CONNECT_READ_NOT_PERMITTED">
+ Read operation is not permitted on: "<ph name="DEVICE_NAME">$1<ex>Nexus 4</ex></ph>".
+ </message>
+ <message name="IDS_SETTINGS_BLUETOOTH_CONNECT_REQUEST_NOT_SUPPORTED">
+ The given request is not supported to: "<ph name="DEVICE_NAME">$1<ex>Nexus 4</ex></ph>".
+ </message>
+ <message name="IDS_SETTINGS_BLUETOOTH_CONNECT_WRITE_NOT_PERMITTED">
+ Write operation is not permitted on: "<ph name="DEVICE_NAME">$1<ex>Nexus 4</ex></ph>".
+ </message>
+ <message name="IDS_SETTINGS_BLUETOOTH_DISCONNECT_FAILED">
+ Failed to disconnect from "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>".
+ </message>
+ <message name="IDS_SETTINGS_BLUETOOTH_FORGET_FAILED">
+ Failed to disconnect and unpair from "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>".
+ </message>
</if>
<if expr="use_nss_certs">

Powered by Google App Engine
This is Rietveld 408576698