diff options
author | PauloftheWest <paulofthewest@google.com> | 2014-08-03 12:45:33 -0700 |
---|---|---|
committer | Paul West <paulofthewest@google.com> | 2014-08-03 19:50:22 +0000 |
commit | 386e5ebbc274ee18e8f4fb00bc51212a0b764ad7 (patch) | |
tree | 20d9a56bea00f40a20b181999560b742ec2574b4 | |
parent | 249cf50b19c5b1d9ddce0667fb9d439fcdb6f033 (diff) | |
download | packages_apps_Settings-386e5ebbc274ee18e8f4fb00bc51212a0b764ad7.zip packages_apps_Settings-386e5ebbc274ee18e8f4fb00bc51212a0b764ad7.tar.gz packages_apps_Settings-386e5ebbc274ee18e8f4fb00bc51212a0b764ad7.tar.bz2 |
Updated comments in strings.xml for translators.
Bug: 16321904
Bug: 16340357
Change-Id: I5e4a854742a1f4e51c7aed2e786b2436260795ec
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 362e5d8..29ab3cb 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1255,7 +1255,8 @@ <string name="bluetooth_device_advanced_online_mode_title">Connect</string> <!-- Bluetooth settings. Connection options screen. The summary of the online mode checkbox. This describes what the setting does in the context of the screen. --> <string name="bluetooth_device_advanced_online_mode_summary">Connect to Bluetooth device</string> - <!-- Bluetooth settings. Connection options screen. The title of the header that is above all of the profiles. --> + <!-- Bluetooth settings. Connection options screen. The title of the header that is above all of the profiles. + When a user decides what Bluetooth capabilities to use with the device. --> <string name="bluetooth_device_advanced_profile_header_title">Use for</string> <!-- Bluetooth settings. Connection options screen. Title for option to rename the device. [CHAR LIMIT=30] --> <string name="bluetooth_device_advanced_rename_device">Rename</string> @@ -5353,7 +5354,8 @@ <string name="amber_alerts_title">AMBER alerts</string> <!-- Amber alerts summary. [CHAR LIMIT=60] --> <string name="amber_alerts_summary">Receive bulletins about child abductions</string> - <!-- repeat title. [CHAR LIMIT=30] --> + <!-- repeat title. Allows the user to set how oftem to repeat alert reminders. + For example, they may have alerts just once or every 2 or 15 minutes. [CHAR LIMIT=30] --> <string name="repeat_title">Repeat</string> <!-- Call Manager enable settings title. [CHAR LIMIT=50] --> |