diff options
| author | doc HD <doc.divxm@gmail.com> | 2021-02-21 12:51:33 +0300 |
|---|---|---|
| committer | mosimchah <mosimchah@gmail.com> | 2021-03-29 14:51:20 -0400 |
| commit | a3c45d2b6c80c64ad3dc04953192361b7a5e011b (patch) | |
| tree | eeaf56f467be4ed524bf5a0cf39b643b926250ca | |
| parent | b126f12a798d33a150814743ba832366c3142025 (diff) | |
suw: rebrand strings for AICP
Change-Id: I4b98690d09e536966cb676d1702ccaa0d2ee9b6c
| -rw-r--r-- | res/values/strings.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index e2b9354..0fde63a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -17,7 +17,7 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="app_name">Setup Wizard</string> - <string name="os_name" translatable="false">LineageOS</string> + <string name="os_name" translatable="false">AICP</string> <string name="lineage_wizard_script_uri" translatable="false">android.resource://org.lineageos.setupwizard/raw/lineage_wizard_script</string> <string name="lineage_wizard_script_user_uri" translatable="false">android.resource://org.lineageos.setupwizard/raw/lineage_wizard_script_user</string> @@ -67,12 +67,12 @@ <string name="emergency_call">Emergency call</string> - <string name="setup_services">LineageOS features</string> - <string name="services_explanation" product="tablet">These services work for you to extend the capabilities of your tablet. Data will be used in accordance with LineageOS\'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. Data will be used in accordance with LineageOS\'s <xliff:g id="name" example="Privacy Policy">%s</xliff:g>.</string> + <string name="setup_services">AICP features</string> + <string name="services_explanation" product="tablet">These services work for you to extend the capabilities of your tablet. Data will be used in accordance with AICP\'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. Data will be used in accordance with AICP\'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="LineageOS">%s</xliff:g></string> - <string name="services_metrics_label"><xliff:g id="name" example="Help improve LineageOS">%1$s</xliff:g> by automatically sending diagnostic and usage data to LineageOS. 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="LineageOS">%2$s</xliff:g> features.</string> + <string name="services_help_improve_cm">Help improve <xliff:g id="name" example="AICP">%s</xliff:g></string> + <string name="services_metrics_label"><xliff:g id="name" example="Help improve AICP">%1$s</xliff:g> by automatically sending diagnostic and usage data to AICP. 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="AICP">%2$s</xliff:g> features.</string> <string name="services_os_nav_keys_label"><b>Use on screen navigation keys</b> instead of hardware keys.</string> <string name="setup_unlock">Unlock</string> @@ -103,13 +103,13 @@ <!-- Backup Restore --> <string name="intro_restore_title">Restore apps and data</string> - <string name="intro_restore_subtitle" product="tablet">If you have a backup from your last LineageOS tablet, you can restore it here.</string> - <string name="intro_restore_subtitle" product="default">If you have a backup from your last LineageOS phone, you can restore it here.</string> + <string name="intro_restore_subtitle" product="tablet">If you have a backup from your last AICP tablet, you can restore it here.</string> + <string name="intro_restore_subtitle" product="default">If you have a backup from your last AICP phone, you can restore it here.</string> <string name="intro_restore_button">Restore from backup</string> <!-- Update Recovery --> - <string name="update_recovery_title">Update Lineage Recovery</string> - <string name="update_recovery_description">Updates Lineage Recovery on first boot subsequent to every update.</string> + <string name="update_recovery_title">Update Recovery</string> + <string name="update_recovery_description">Updates Recovery on first boot subsequent to every update.</string> <string name="update_recovery_warning">Recovery will be updated as soon as you finish the setup. If you wish to keep it intact, disable this feature.</string> - <string name="update_recovery_setting">Update Lineage Recovery alongside the OS</string> + <string name="update_recovery_setting">Update Recovery alongside the OS</string> </resources> |
