summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml72
1 files changed, 0 insertions, 72 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 82c9a67..0186db2 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -285,8 +285,6 @@
<!-- Bluetooth settings. Message for disabling a profile of a bluetooth device. [CHAR LIMIT=NONE] -->
<string name="bluetooth_disable_profile_message">This will disable:&lt;br>&lt;b><xliff:g id="profile_name">%1$s</xliff:g>&lt;/b>&lt;br>&lt;br>From:&lt;br>&lt;b><xliff:g id="device_name">%2$s</xliff:g>&lt;/b></string>
- <!-- Bluetooth settings. Message when connected to a device. [CHAR LIMIT=40] -->
- <string name="bluetooth_connected">Connected</string>
<!-- Bluetooth settings. Message when connected to a device, except for phone audio. [CHAR LIMIT=40] -->
<string name="bluetooth_connected_no_headset">Connected (no phone)</string>
<!-- Bluetooth settings. Message when connected to a device, except for media audio. [CHAR LIMIT=40] -->
@@ -295,12 +293,6 @@
<string name="bluetooth_connected_no_map">Connected (no message access)</string>
<!-- Bluetooth settings. Message when connected to a device, except for phone/media audio. [CHAR LIMIT=40] -->
<string name="bluetooth_connected_no_headset_no_a2dp">Connected (no phone or media)</string>
- <!-- Bluetooth settings. Message when a device is disconnected -->
- <string name="bluetooth_disconnected">Disconnected</string>
- <!-- Bluetooth settings. Message when disconnecting from a device -->
- <string name="bluetooth_disconnecting">Disconnecting\u2026</string>
- <!-- Bluetooth settings. Message when connecting to a device -->
- <string name="bluetooth_connecting">Connecting\u2026</string>
<!-- Bluetooth settings. Message when the device state is unknown -->
<string name="bluetooth_unknown" />
<!--Bluetooth settings screen, summary text under individual Bluetooth devices when pairing -->
@@ -1145,27 +1137,11 @@
<!-- Message when bluetooth dialog when passkey or pin needs to be displayed. -->
<string name="bluetooth_display_passkey_pin_msg">To pair with:<xliff:g id="bold1">&lt;br>&lt;b></xliff:g><xliff:g id="device_name">%1$s</xliff:g><xliff:g id="end_bold1">&lt;/b>&lt;br>&lt;br></xliff:g>Type on it:<xliff:g id="bold2">&lt;br>&lt;b></xliff:g><xliff:g id="passkey">%2$s</xliff:g><xliff:g id="end_bold2">&lt;/b></xliff:g>, then press Return or Enter.</string>
- <!-- Button text for accepting an incoming pairing request. [CHAR LIMIT=20] -->
- <string name="bluetooth_pairing_accept">Pair</string>
- <!-- Button text for accepting an incoming pairing request in all caps. [CHAR LIMIT=20] -->
- <string name="bluetooth_pairing_accept_all_caps">PAIR</string>
- <!-- Button text for declining an incoming pairing request. [CHAR LIMIT=20] -->
- <string name="bluetooth_pairing_decline">Cancel</string>
-
<!-- Message in pairing dialogs. [CHAR LIMIT=NONE] -->
<string name="bluetooth_pairing_will_share_phonebook">Pairing grants access to your contacts and call history when connected.</string>
<!-- Title for BT error dialogs. -->
<string name="bluetooth_error_title"></string>
- <!-- Message for the error dialog when BT pairing fails generically. -->
- <string name="bluetooth_pairing_error_message">Couldn\'t pair 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">Couldn\'t pair with <xliff:g id="device_name">%1$s</xliff:g> because of an incorrect PIN or passkey.</string>
- <!-- Message for the error dialog when BT pairing fails because the other device is down. -->
- <string name="bluetooth_pairing_device_down_error_message">Can\'t communicate 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. -->
- <string name="bluetooth_pairing_rejected_error_message">Pairing rejected by <xliff:g id="device_name">%1$s</xliff:g>.</string>
<!-- Message for the error dialog when BT connecting operation fails generically. -->
<string name="bluetooth_connecting_error_message">Couldn\'t connect to <xliff:g id="device_name">%1$s</xliff:g>.</string>
@@ -1225,25 +1201,6 @@
<!-- Bluetooth settings. The title of the screen to pick which profiles to connect to on the device. For example, headphones may have both A2DP and headset, this allows the user to choose which one he wants to connect to. -->
<string name="bluetooth_connect_specific_profiles_title">Connect to\u2026</string>
- <!-- Bluetooth settings. The user-visible string that is used whenever referring to the A2DP profile. -->
- <string name="bluetooth_profile_a2dp">Media audio</string>
- <!-- Bluetooth settings. The user-visible string that is used whenever referring to the headset or handsfree profile. -->
- <string name="bluetooth_profile_headset">Phone audio</string>
- <!-- Bluetooth settings. The user-visible string that is used whenever referring to the OPP profile. -->
- <string name="bluetooth_profile_opp">File transfer</string>
- <!-- Bluetooth settings. The user-visible string that is used whenever referring to the HID profile. -->
- <string name="bluetooth_profile_hid">Input device</string>
- <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile (accessing Internet through remote device). [CHAR LIMIT=40] -->
- <string name="bluetooth_profile_pan">Internet access</string>
- <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PBAP profile. [CHAR LIMIT=40] -->
- <string name="bluetooth_profile_pbap">Contact sharing</string>
- <!-- Bluetooth settings. The user-visible summary string that is used whenever referring to the PBAP profile (sharing contacts). [CHAR LIMIT=60] -->
- <string name="bluetooth_profile_pbap_summary">Use for contact sharing</string>
- <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile (sharing this device's Internet connection). [CHAR LIMIT=40] -->
- <string name="bluetooth_profile_pan_nap">Internet connection sharing</string>
- <!-- Bluetooth settings. The user-visible string that is used whenever referring to the map profile. -->
- <string name="bluetooth_profile_map">Message Access</string>
-
<!-- Bluetooth settings. Message for disconnecting from the A2DP profile. [CHAR LIMIT=80] -->
<string name="bluetooth_disconnect_a2dp_profile"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from media audio.</string>
<!-- Bluetooth settings. Message for disconnecting from the headset profile. [CHAR LIMIT=80] -->
@@ -1270,40 +1227,11 @@
<string name="bluetooth_device_advanced_rename_device">Rename</string>
<!-- Bluetooth settings. Connection options screen. Title for checkbox to enable incoming file transfers [CHAR LIMIT=30] -->
<string name="bluetooth_device_advanced_enable_opp_title">Allow incoming file transfers</string>
- <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference when A2DP is connected. -->
- <string name="bluetooth_a2dp_profile_summary_connected">Connected to media audio</string>
- <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference when headset is connected. -->
- <string name="bluetooth_headset_profile_summary_connected">Connected to phone audio</string>
- <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is connected. -->
- <string name="bluetooth_opp_profile_summary_connected">Connected to file transfer server</string>
- <!-- Bluetooth settings. Connection options screen. The summary for the map checkbox preference when map is connected. -->
- <string name="bluetooth_map_profile_summary_connected">Connected to map</string>
- <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is not connected. -->
- <string name="bluetooth_opp_profile_summary_not_connected">Not connected to file transfer server</string>
- <!-- Bluetooth settings. Connection options screen. The summary for the HID checkbox preference when HID is connected. -->
- <string name="bluetooth_hid_profile_summary_connected">Connected to input device</string>
<!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (user role). [CHAR LIMIT=25]-->
<string name="bluetooth_pan_user_profile_summary_connected">Connected to device for Internet access</string>
<!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (NAP role). [CHAR LIMIT=25]-->
<string name="bluetooth_pan_nap_profile_summary_connected">Sharing local Internet connection with device</string>
- <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference that describes how checking it will set the A2DP profile as preferred. -->
- <string name="bluetooth_a2dp_profile_summary_use_for">Use for media audio</string>
- <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference that describes how checking it will set the headset profile as preferred. -->
- <string name="bluetooth_headset_profile_summary_use_for">Use for phone audio</string>
- <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference that describes how checking it will set the OPP profile as preferred. -->
- <string name="bluetooth_opp_profile_summary_use_for">Use for file transfer</string>
- <!-- Bluetooth settings. Connection options screen. The summary
- for the HID checkbox preference that describes how checking it
- will set the HID profile as preferred. -->
- <string name="bluetooth_hid_profile_summary_use_for">Use for input</string>
- <!-- Bluetooth settings. Connection options screen. The summary
- for the PAN checkbox preference that describes how checking it
- will set the PAN profile as preferred. -->
- <string name="bluetooth_pan_profile_summary_use_for">Use for Internet access</string>
- <!-- Bluetooth settings. Connection options screen. The summary for the map checkbox preference that describes how checking it will set the map profile as preferred. -->
- <string name="bluetooth_map_profile_summary_use_for">Use for map</string>
-
<!-- Bluetooth settings. Dock Setting Title -->
<string name="bluetooth_dock_settings">Dock Settings</string>
<!-- Bluetooth settings. Dock Setting Dialog Title -->