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

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: Feedback 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/settings_strings.grdp
diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp
index 17413dcb26c064499386b7b0abaa6c5da08a315e..8e59700e743b1bbc9e40408763e1dad10073c242 100644
--- a/chrome/app/settings_strings.grdp
+++ b/chrome/app/settings_strings.grdp
@@ -393,9 +393,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">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698