Files
SetupWizard/res/values/strings.xml
oxmc 2ef798acff setupwizard: remove all LineageOS branding and references
- Rename LineageSettingsActivity -> PawletSettingsActivity
- Rename all LINEAGE_* intent action names to drop the LINEAGE_ prefix
  (BLUETOOTH_SETUP, WELCOME, LOCALE, SIM_MISSING, NETWORK_SETUP, DATETIME,
   RESTORE_BACKUP, LOCATION_SETTINGS, RECOVERY_UPDATE, PAWLET_SETTINGS,
   BIOMETRIC_SETTINGS, LOCKSCREEN_SETTINGS, SETUP_COMPLETE)
- Rename lineage_wizard_script* raw resources to pawlet_wizard_script*
- Rename setup_lineage_settings layout to setup_pawlet_settings
- Update wizard_script.xml and wizard_script_user.xml action names
- Fix DeviceSpecificActivity SUW_SETTINGS action to me.pawlet.settings.device
- Update user-visible strings: "Lineage Recovery", "LineageOS features"
- Update privacy policy URI from lineageos.org to pawletos.oxmc.me
2026-06-15 01:26:27 -07:00

90 lines
6.1 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
SPDX-FileCopyrightText: The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name">Setup Wizard</string>
<string name="os_name" translatable="false">PawletOS</string>
<string name="pawlet_wizard_script_uri" translatable="false">android.resource://me.pawlet.setupwizard/raw/pawlet_wizard_script</string>
<string name="pawlet_wizard_script_user_uri" translatable="false">android.resource://me.pawlet.setupwizard/raw/pawlet_wizard_script_user</string>
<string name="pawlet_wizard_script_managed_profile_uri" translatable="false">android.resource://me.pawlet.setupwizard/raw/pawlet_wizard_script_managed_profile</string>
<string name="activity_label_empty" />
<string name="next">Next</string>
<string name="skip">Skip</string>
<string name="start">Start</string>
<string name="done">Done</string>
<string name="ok">OK</string>
<string name="loading">Just a sec\u2026</string>
<!-- Welcome page -->
<string name="setup_welcome_message">Welcome to <xliff:g id="name" example="PawletOS">%1$s</xliff:g></string>
<string name="setup_managed_profile_welcome_message">Set up your work profile</string>
<string name="setup_welcome_description">Let\'s get your device set up.</string>
<string name="emergency_call">Emergency call</string>
<string name="accessibility_settings">Accessibility settings</string>
<!-- Locale page -->
<string name="setup_locale">Language</string>
<string name="sim_locale_changed">%1$s SIM detected</string>
<!-- Missing SIM page -->
<string name="setup_sim_missing">SIM card missing</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>
<!-- Date & time page -->
<string name="setup_datetime">Date &amp; time</string>
<string name="date_time_summary">Set your time zone and adjust current date and time if needed</string>
<string name="setup_current_date">Current date</string>
<string name="setup_current_time">Current time</string>
<!-- Restore backup page -->
<string name="intro_restore_title">Restore apps and data</string>
<string name="intro_restore_subtitle">If you have a Seedvault backup from <xliff:g id="name" example="LineageOS">%s</xliff:g> or any other OS, you can restore it here.</string>
<string name="intro_restore_button">Restore from backup</string>
<!-- Location page -->
<string name="setup_location">Location services</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_agps_access_summary">When location is on, <b>download satellite assistance data from the internet</b>, which can greatly improve the GPS startup performance.</string>
<!-- Recovery update page -->
<string name="update_recovery_title">Update Recovery</string>
<string name="update_recovery_description">Updates the recovery partition 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 recovery alongside the OS</string>
<string name="update_recovery_full_description"><xliff:g id="recovery_update_description">%1$s</xliff:g>\n<xliff:g id="recovery_update_warning">%2$s</xliff:g></string>
<!-- PawletOS features page -->
<string name="setup_services">PawletOS features</string>
<string name="services_pp_explanation">These services work for you to extend the capabilities of your device. Data will be used in accordance with <xliff:g id="name" example="LineageOS">%1$s</xliff:g>\'s privacy policy.</string>
<string name="services_find_privacy_policy">You can read the privacy policy on another device by visiting <xliff:g id="uri" example="https://lineageos.org/legal">%1$s</xliff:g></string>
<string name="services_privacy_policy_uri" translatable="false">https://pawletos.oxmc.me/legal</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 <xliff:g id="name" example="LineageOS">%2$s</xliff:g>. This information cant 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">%3$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="services_full_description"><xliff:g id="pp_explanation">%1$s</xliff:g>\n<xliff:g id="pp_find">%2$s</xliff:g></string>
<!-- Navigation page -->
<string name="setup_navigation">Navigation</string>
<string name="navigation_summary">Choose preferred navigation method</string>
<string name="gesture_navigation">Gesture navigation</string>
<string name="navbar_navigation">3-button navigation</string>
<string name="hide_gesture_hint">Hide gestural navigation hint</string>
<!-- Theme page -->
<string name="setup_theme">Theme</string>
<string name="theme_summary">Dark theme uses a black background to help keep battery alive longer on some screens</string>
<string name="dark">Dark</string>
<string name="light">Light</string>
<!-- Finish page -->
<string name="setup_complete_title">You\'re all set!</string>
<string name="setup_complete_description">Your device is ready. Enjoy PawletOS.</string>
</resources>