Files
SetupWizard/res/values-mr/strings.xml
oxmc 54f52cd200 SetupWizard: Initial PawletOS fork
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
2026-06-13 07:22:37 -07:00

27 lines
2.7 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 सिम आढळले</string>
<string name="setup_sim_missing">सिम कार्ड गहाळ आहे</string>
<string name="sim_missing_summary" product="tablet">तुमच्या टॅब्लेटमध्ये सिम कार्ड आढळले नाही. सिम कार्ड इन्सर्ट करण्यासाठी, तुमच्या डिव्हाइससह येणाऱ्या सूचना वाचा.</string>
<string name="sim_missing_summary" product="default">तुमच्या फोनमध्ये सिम कार्ड आढळले नाही. सिम कार्ड इन्सर्ट करण्यासाठी, तुमच्या डिव्हाइससह येणाऱ्या सूचना वाचा.</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>