diff options
author | black <blackzigong@gmail.com> | 2015-07-10 17:30:48 -0700 |
---|---|---|
committer | black <blackzigong@gmail.com> | 2015-07-11 05:37:20 -0700 |
commit | 1125b8dd3445fec583feca5515ba6a07e904f7e8 (patch) | |
tree | b4fedcfc455f57748a16f685bd8c59879f051d37 /res | |
parent | b28f9c0a765126fe4aebb28849cfd0267094d2b5 (diff) | |
download | packages_apps_SetupWizard-1125b8dd3445fec583feca5515ba6a07e904f7e8.zip packages_apps_SetupWizard-1125b8dd3445fec583feca5515ba6a07e904f7e8.tar.gz packages_apps_SetupWizard-1125b8dd3445fec583feca5515ba6a07e904f7e8.tar.bz2 |
SetupWizard: Fix translatability
In case that there are 2 or more "%s" strings within a line, the order can't be changed.
Change-Id: I8f68d0ed6b6e5b9ac07316e7c6295df0fa1c4e74
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index d42c2ea..2bd67c6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -73,12 +73,12 @@ <string name="services_explanation" product="default">These services work for you to extend the capabilities of your phone. 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_metrics_label"><xliff:g id="name" example="Help improve CyanogenMod">%1$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">%2$s</xliff:g> features.</string> <string name="services_apply_theme">Apply the <xliff:g id="name" example="Material">%s</xliff:g> theme</string> <string name="services_apply_theme_label"><xliff:g id="name" example="Apply the Material theme">%s</xliff:g> enabling unique icons, wallpapers, and fonts.</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> + <string name="services_secure_sms_label"><xliff:g id="name" example="Use secure SMS">%1$s</xliff:g> to encrypt SMS conversations with other users using secure SMS on a <xliff:g id="name" example="CyanogenMod">%2$s</xliff:g> device.</string> <string name="setup_unlock">Unlock</string> <string name="setup_device_locked">This device has been locked by the user.</string> |