Forked from LineageOS android_packages_apps_SetupWizard. Changes from upstream: - Package renamed from org.lineageos.setupwizard to me.pawlet.setupwizard - Module renamed from LineageSetupWizard to PawletSetupWizard - Source tree moved from src/org/lineageos/ to src/me/pawlet/ - WelcomeActivity and FinishActivity migrated to Kotlin/Compose - PawletTheme: Material3 lavender color scheme with Ubuntu font family - WelcomeScreen and FinishScreen Compose composables - Added Ubuntu font assets (regular/medium/bold) - Added missing strings: setup_welcome_description, setup_complete_title, setup_complete_description; os_name set to PawletOS - Android.bp: added Compose deps, pawlet-system framework API - Privapp-permissions file renamed to me.pawlet.setupwizard.xml - Helper scripts renamed from start_lineage_wizard to start_pawlet_wizard - Removed unused org.lineageos.platform.internal dependency
27 lines
3.1 KiB
XML
27 lines
3.1 KiB
XML
<?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">ୱି୍ଜାର୍ଡ ସେଟଅପ୍ କରନ୍ତୁ</string>
|
|
<string name="next">ପରବର୍ତ୍ତୀ</string>
|
|
<string name="skip">ସ୍କିପ୍</string>
|
|
<string name="start">ଆରମ୍ଭ</string>
|
|
<string name="ok">ଓକେ</string>
|
|
<string name="loading">ଏକ କ୍ଷଣ ମାତ୍ର\u2026</string>
|
|
<string name="emergency_call">ଜରୁରୀକାଳୀନ କଲ୍</string>
|
|
<string name="sim_locale_changed">%1$s SIM ସନ୍ଧାନ କରାଯାଇଛି</string>
|
|
<string name="setup_sim_missing">SIM କାର୍ଡ ନାହିଁ</string>
|
|
<string name="sim_missing_summary" product="tablet">ଆପଣଙ୍କ ଟାବ୍ଲେଟ୍ରେ କୌଣସି SIM କାର୍ଡର ସନ୍ଧାନ ମିଳିନାହିଁ। ଏକ SIM କାର୍ଡ ଭର୍ତ୍ତି କରିବା ପାଇଁ, ଆପଣଙ୍କ ଡିଭାଇସ୍ ସହ ଆସିଥିବା ସୂଚନାବଳିକୁ ପଢନ୍ତୁ।</string>
|
|
<string name="sim_missing_summary" product="default">ଆପଣଙ୍କ ଫୋନ୍ରେ କୌଣସି SIM କାର୍ଡର ସନ୍ଧାନ ମିଳିନାହିଁ। ଏକ SIM କାର୍ଡ ଭର୍ତ୍ତି କରିବା ପାଇଁ, ଆପଣଙ୍କ ଡିଭାଇସ୍ ସହ ଆସିଥିବା ସୂଚନାବଳିକୁ ପଢନ୍ତୁ।</string>
|
|
<string name="setup_datetime">ତାରିଖ ଏବଂ ସମୟ</string>
|
|
<string name="date_time_summary">ଆପଣଙ୍କ ସମୟ ଜୋନ୍ ସେଟ୍ କରନ୍ତୁ ଓ ଯଦି ଆବଶ୍ୟକ ହୁଏ ସମୋପ୍ରତି ତାରିଖ ଓ ସମୟ ଆଡ୍ଜଷ୍ଟ କରନ୍ତୁ</string>
|
|
<string name="setup_current_date">ସମ୍ପ୍ରତି ତାରିଖ</string>
|
|
<string name="setup_current_time">ସମ୍ପ୍ରତି ସମୟ</string>
|
|
<string name="setup_location">ଅବସ୍ଥାନ ସେବାଗୁଡିକ</string>
|
|
<string name="location_access_summary">ଆପଣଙ୍କ ଅବସ୍ଥାନ ସୂଚନା ବ୍ୟବହାର କରିବା ପାଇଁ<b>ଯେଉଁ ଆପ୍ଲିକେସନ୍ ଆପଣଙ୍କ ଠାରୁ ଅନୁମତି ମା୍ଗିଛନ୍ତି। ତାଙ୍କୁ ଅନୁମତି ଦିଅନ୍ତୁ।</b> ଏହା ଆପଣଙ୍କ ସମ୍ପ୍ରତୋ ଅବସ୍ଥାନ ଓ ପୂର୍ବ ଅବସ୍ଥାନ ଅନ୍ତଭୁକ୍ତ କ୍ରିପାରେ।</string>
|
|
<string name="services_os_nav_keys_label">ହା୍ର୍ଡ୍ଓୟାର୍ କୀ ବଦଳରେ<b>ଅନ୍ସ୍କ୍ରିନ୍ ନେଭିଗେସନ୍ କୀ ବ୍ୟବହାର କରନ୍ତୁ</b> ।</string>
|
|
</resources>
|