diff options
author | Jaikumar Ganesh <jaikumar@google.com> | 2009-09-11 09:45:11 -0700 |
---|---|---|
committer | Jaikumar Ganesh <jaikumar@google.com> | 2009-09-11 12:00:14 -0700 |
commit | 5f23cb39a1bd9c319383108c209fca7f0256894b (patch) | |
tree | 6c64af89eed3f798eb6b5b6b52d0dc101314d723 /res/values/strings.xml | |
parent | d6375e975e74924082cbf3f9b4c6f2a67b1ee08d (diff) | |
download | packages_apps_Settings-5f23cb39a1bd9c319383108c209fca7f0256894b.tar.gz packages_apps_Settings-5f23cb39a1bd9c319383108c209fca7f0256894b.tar.bz2 packages_apps_Settings-5f23cb39a1bd9c319383108c209fca7f0256894b.zip |
Modify settings for 2.1
Add incoming pairing dialog
Add DisplayPasskey handling of pairing keyboards with 2.1 devices.
Modify code path to show errors when bonding request fails.
Misc fixes like string changes.
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 4d89630ce..4db21040c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -509,7 +509,7 @@ <string name="bluetooth_settings_summary">Manage connections, set device name & discoverability</string> <!-- Title for the dialog to enter PIN. --> - <string name="bluetooth_pin_entry">Bluetooth pairing request</string> + <string name="bluetooth_pairing_request">Bluetooth pairing request</string> <!-- Title for the bluetooth device info screen. --> <string name="bluetooth_device_info">Bluetooth device info</string> <!-- Message when bluetooth dialog for pin entry is showing --> @@ -518,10 +518,16 @@ <string name="bluetooth_enter_passkey_msg">\nType passkey to pair with \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022.</string> <!-- Message when bluetooth dialog for confirmation of passkey is showing --> <string name="bluetooth_confirm_passkey_msg">To pair with \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022, confirm that it is showing the passkey: <xliff:g id="passkey">%2$s</xliff:g>.</string> + <!-- Message when bluetooth incoming pairing request for (2.1 devices) dialog is showing --> + <string name="bluetooth_incoming_pairing_msg"><xliff:g id="device_name">%1$s</xliff:g>\nwants to pair.</string> + <!-- Message when bluetooth dialog when passkey needs to be displayed. --> + <string name="bluetooth_display_passkey_msg">Enter <xliff:g id="passkey">%2$s</xliff:g> on \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022 to pair. </string> <!-- Button text for accepting an incoming pairing request --> <string name="bluetooth_pairing_accept">Pair</string> <!-- Button text for declining an incoming pairing request --> <string name="bluetooth_pairing_decline">Don\u0027t Pair</string> + <!-- Generic string for remote Bluetooth device --> + <string name="bluetooth_remote_device">bluetooth device</string> <!-- Title for BT error dialogs. --> <string name="bluetooth_error_title">Attention</string> @@ -529,7 +535,7 @@ <string name="bluetooth_pairing_error_message">There was a problem pairing with <xliff:g id="device_name">%1$s</xliff:g>.</string> <!-- Message for the error dialog when BT pairing fails because the PIN / Passkey entered is incorrect. --> - <string name="bluetooth_pairing_pin_error_message">There was a problem pairing with <xliff:g id="device_name">%1$s</xliff:g> because the typed PIN or Passkey is incorrect.</string> + <string name="bluetooth_pairing_pin_error_message">There was a problem pairing with <xliff:g id="device_name">%1$s</xliff:g> because the PIN or Passkey is incorrect.</string> <!-- Message for the error dialog when BT pairing fails because the other device is down. --> <string name="bluetooth_pairing_device_down_error_message">Cannot establish communication with <xliff:g id="device_name">%1$s</xliff:g>.</string> <!-- Message for the error dialog when BT pairing fails because the other device rejected the pairing. --> |