diff options
author | Michael Bestas <mikeioannina@gmail.com> | 2015-02-08 09:46:38 +0200 |
---|---|---|
committer | Michael Bestas <mikeioannina@gmail.com> | 2015-02-09 23:31:18 +0200 |
commit | c8c57d10901218c4e9c9744296f893d147287115 (patch) | |
tree | c8744497ca0b9ce6952a86804ae49b594bd74bcd /res | |
parent | 67cc3b5c01325bf51615b1a7d51d6e1bf70d670d (diff) | |
download | packages_apps_SetupWizard-c8c57d10901218c4e9c9744296f893d147287115.zip packages_apps_SetupWizard-c8c57d10901218c4e9c9744296f893d147287115.tar.gz packages_apps_SetupWizard-c8c57d10901218c4e9c9744296f893d147287115.tar.bz2 |
More string improvements
Change-Id: I3dd79f90bb87fb5150dc00de39c938fb7a0642a8
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 1a7a6fc..f237810 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -38,8 +38,10 @@ <string name="setup_current_date">Current date</string> <string name="setup_current_time">Current time</string> - <string name="sim_missing_summary">A SIM card has not been detected in your device. To insert a SIM card, read the instructions that came with your device.</string> - <string name="choose_data_sim_summary">Which SIM do you want to use for data? The selected SIM may incur network charges as it will be used to set up your device.</string> + <string name="sim_missing_summary" product="tablet">A SIM card has not been detected in your tablet. To insert a SIM card, read the instructions that came with your device.</string> + <string name="sim_missing_summary" product="default">A SIM card has not been detected in your phone. To insert a SIM card, read the instructions that came with your device.</string> + <string name="choose_data_sim_summary" product="tablet">Which SIM do you want to use for data? The selected SIM may incur network charges as it will be used to set up your tablet.</string> + <string name="choose_data_sim_summary" product="default">Which SIM do you want to use for data? The selected SIM may incur network charges as it will be used to set up your phone.</string> <string name="date_time_summary">Set your time zone and adjust current date and time if needed</string> @@ -48,7 +50,8 @@ <string name="location_services_summary">Location services allows Maps and other apps to gather and use data such as your approximate location. For example, Maps may use your approximate location to locate nearby coffee shops.</string> <string name="location_access_summary"><b>Allow apps that have asked your permission</b> to use your location information. This may include your current location and past locations.</string> - <string name="location_gps"><b>Improve location accuracy</b> by allowing apps to use the GPS on your phone.</string> + <string name="location_gps" product="tablet"><b>Improve location accuracy</b> by allowing apps to use the GPS on your tablet.</string> + <string name="location_gps" product="default"><b>Improve location accuracy</b> by allowing apps to use the GPS on your phone.</string> <string name="location_network"><b>Use Google\'s location service</b> to help apps determine your location. This means sending annonymous location data to Google, even when no apps are running.</string> <string name="setup_mobile_data">Turn on mobile data</string> @@ -63,11 +66,12 @@ <string name="emergency_call">Emergency call</string> <string name="setup_services">Cyanogen services</string> - <string name="services_explanation">These services work for you to extend the capabilities of your device. You can turn them off at anytime. Data will be used in accordance with Cyanogen\'s <xliff:g id="name" example="Privacy Policy">%s</xliff:g>.</string> + <string name="services_explanation" product="tablet">These services work for you to extend the capabilities of your tablet. You can turn them off at anytime. Data will be used in accordance with Cyanogen\'s <xliff:g id="name" example="Privacy Policy">%s</xliff:g>.</string> + <string name="services_explanation" product="default">These services work for you to extend the capabilities of your phone. You can turn them off at anytime. Data will be used in accordance with Cyanogen\'s <xliff:g id="name" example="Privacy Policy">%s</xliff:g>.</string> <string name="services_privacy_policy">Privacy Policy</string> <string name="services_help_improve_cm">Help improve <xliff:g id="name" example="CyanogenMod">%s</xliff:g></string> <string name="services_metrics_label"><xliff:g id="name" example="Help improve CyanogenMod">%s</xliff:g> by automatically sending diagnostic and usage data to Cyanogen. This information can’t be used to identify you and lends a hand to teams working on things like battery life, app performance, and new <xliff:g id="name" example="CyanogenMod">%s</xliff:g> features.</string> - <string name="services_os_nav_keys_label"><b>Use on screen navigation keys</b> to move between screens instead of hardware keys.</string> + <string name="services_os_nav_keys_label"><b>Use on screen navigation keys</b> instead of hardware keys.</string> <string name="services_use_secure_sms">Use secure SMS</string> <string name="services_secure_sms_label"><xliff:g id="name" example="Use secure SMS">%s</xliff:g> to encrypt SMS conversations with other users using secure SMS on a <xliff:g id="name" example="CyanogenMod">%s</xliff:g> device.</string> </resources> |