diff options
author | Zhihai Xu <zhihaixu@google.com> | 2013-09-13 23:00:36 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-09-13 23:00:36 +0000 |
commit | 856df43c064bea26e467e2305791ce022fe4cf6e (patch) | |
tree | d871b702547f83a6783298cb83c3c872dfa0298e /res | |
parent | e238a47f5ea6de128cf76eca8ad2b852cb12f4a0 (diff) | |
parent | 5d2595f05182910c1dd0ed1302bf59071b55ae79 (diff) | |
download | packages_apps_Settings-856df43c064bea26e467e2305791ce022fe4cf6e.zip packages_apps_Settings-856df43c064bea26e467e2305791ce022fe4cf6e.tar.gz packages_apps_Settings-856df43c064bea26e467e2305791ce022fe4cf6e.tar.bz2 |
Merge "MAP 1.1 Review fixes" into klp-dev
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/bluetooth_access.xml | 3 | ||||
-rw-r--r-- | res/values/strings.xml | 12 |
2 files changed, 12 insertions, 3 deletions
diff --git a/res/layout/bluetooth_access.xml b/res/layout/bluetooth_access.xml index 3bfb689..f398cef 100644 --- a/res/layout/bluetooth_access.xml +++ b/res/layout/bluetooth_access.xml @@ -40,7 +40,8 @@ style="?android:attr/textAppearanceMedium" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="2dip" + android:layout_marginTop="20dip" + android:layout_marginBottom="20dip" android:text="@string/bluetooth_remember_choice" /> </LinearLayout> diff --git a/res/values/strings.xml b/res/values/strings.xml index ad3e5be..4b3e261 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -276,6 +276,8 @@ <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] --> <string name="bluetooth_connected_no_a2dp">Connected (no media)</string> + <!-- Bluetooth settings. Message when connected to a device, except for map. [CHAR LIMIT=40] --> + <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 --> @@ -349,7 +351,7 @@ <string name="bluetooth_connection_dialog_text">"Do you want to connect to \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022?"</string> <!-- Activity label of BluetoothPbPermissionActivity, also used as Strings in the permission dialog [CHAR LIMIT=none] --> - <string name="bluetooth_phonebook_request">"Phone book request"</string> + <string name="bluetooth_phonebook_request">"Phone book access request"</string> <!-- Bluetooth phone book permission Alert Activity text [CHAR LIMIT=none] --> <string name="bluetooth_pb_acceptance_dialog_text">%1$s wants to access your contacts and call history. Give access to %2$s?</string> @@ -360,7 +362,7 @@ <string name="bluetooth_pb_remember_choice">Don\'t ask again</string> <!-- Activity label of BluetoothMessagePermissionActivity, also used as Strings in the permission dialog [CHAR LIMIT=none] --> - <string name="bluetooth_map_request">"Message request"</string> + <string name="bluetooth_map_request">"Message access request"</string> <!-- Bluetooth message permission Alert Activity text [CHAR LIMIT=none] --> <string name="bluetooth_map_acceptance_dialog_text">%1$s wants to access your messages. Give access to %2$s?</string> @@ -1147,6 +1149,8 @@ <string name="bluetooth_profile_pan">Internet access</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> @@ -1179,6 +1183,8 @@ <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. --> @@ -1202,6 +1208,8 @@ 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> |