Compare commits
124 Commits
lineage-19
...
lineage-22
Author | SHA1 | Date | |
---|---|---|---|
|
28bd97d717 | ||
|
205d2e036d | ||
|
b5133a44b5 | ||
|
6a8260b7c3 | ||
|
875c71cac3 | ||
|
cae1abc267 | ||
|
da50cca4ce | ||
|
139ed346e5 | ||
|
b7e8fd69f5 | ||
|
75fd9fdb15 | ||
|
0d3264d67f | ||
|
4ed687c330 | ||
|
8dad806a61 | ||
|
a4dd79f78d | ||
|
1d833219d8 | ||
|
5948809bb4 | ||
|
635998c42d | ||
|
3ba6626aab | ||
|
ddd0c8d7ac | ||
|
5584669c2e | ||
|
2db34a23d7 | ||
|
ab9a5ea27b | ||
|
0e299f2129 | ||
|
d7dd5b0d0f | ||
|
a1a6530ddd | ||
|
ac47a02936 | ||
|
1bbf009729 | ||
|
ecaeda6224 | ||
|
3616338149 | ||
|
12c7da294f | ||
|
8792be5031 | ||
|
8b77e3eea4 | ||
|
c09271bb1b | ||
|
62e48dcaa0 | ||
|
3ed0a33ee7 | ||
|
5dd3549573 | ||
|
2ec7da3228 | ||
|
5b49c1fa4c | ||
|
6665ca7958 | ||
|
d9d285909a | ||
|
10343a5e1f | ||
|
79e9f1cdbd | ||
|
935ba6902d | ||
|
6cb268b222 | ||
|
a09594c415 | ||
|
112f926f77 | ||
|
2b605d17bb | ||
|
db86c22c41 | ||
|
b69c30c4ed | ||
|
f3d2943c38 | ||
|
ab27e602cb | ||
|
95cf350cc0 | ||
|
ee0104638c | ||
|
965cd0c223 | ||
|
ec05005cfe | ||
|
1db317b962 | ||
|
feadacc46b | ||
|
fd0fdb8a49 | ||
|
7664461e5f | ||
|
f609cd21c8 | ||
|
9e8aa8c9ff | ||
|
ed1a968160 | ||
|
63bbec0258 | ||
|
f58c0f4b83 | ||
|
83338c4ae6 | ||
|
51fde0aa49 | ||
|
bd92956625 | ||
|
973660d02e | ||
|
f515276ebd | ||
|
554f63530a | ||
|
04c9f463d5 | ||
|
86ed621eff | ||
|
11e55ab3b2 | ||
|
11b7f4cb1b | ||
|
0dc2e90fad | ||
|
9b3f1afb50 | ||
|
e54fdc16cc | ||
|
4959595167 | ||
|
5fb7fc2f4b | ||
|
3a685cceed | ||
|
ec63fcccc1 | ||
|
c98b8c2c11 | ||
|
0ace5b6bd4 | ||
|
2e8785ecb9 | ||
|
cb5f357b1c | ||
|
0a77fdb0e9 | ||
|
0e05ffc9d0 | ||
|
a40c802d0c | ||
|
cfa23a111a | ||
|
faf57f3609 | ||
|
6ab8d24231 | ||
|
ec40f087f0 | ||
|
0456a86d80 | ||
|
a5ba5dfaad | ||
|
eecf4a91ad | ||
|
66c117f2c2 | ||
|
344e6b8aea | ||
|
7ad1585886 | ||
|
d4425ac708 | ||
|
aff7773c4d | ||
|
11f7a3408a | ||
|
b37d7e52ae | ||
|
31769160ec | ||
|
963195cd88 | ||
|
4c8cc2f348 | ||
|
fb6285a35e | ||
|
0002daed48 | ||
|
8e8329a05c | ||
|
6059326b6d | ||
|
c9359bfe37 | ||
|
8813787d3f | ||
|
94710707e5 | ||
|
278e83d12a | ||
|
f85129e80b | ||
|
78b01d53c8 | ||
|
6a4d8ba53e | ||
|
78eed39482 | ||
|
036461b523 | ||
|
ef8c57e62b | ||
|
60324847fe | ||
|
b9f0caf940 | ||
|
fb30f3d270 | ||
|
086a2c804d | ||
|
fee1c7fc94 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +0,0 @@
|
||||
values-v1
|
18
Android.bp
18
Android.bp
@@ -1,17 +1,6 @@
|
||||
//
|
||||
// Copyright (C) 2021 The LineageOS Project
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
// SPDX-FileCopyrightText: 2021-2024 The LineageOS Project
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
android_app {
|
||||
@@ -31,10 +20,11 @@ android_app {
|
||||
},
|
||||
|
||||
static_libs: [
|
||||
"androidx.core_core",
|
||||
"androidx.activity_activity",
|
||||
"SettingsLib",
|
||||
"setupcompat",
|
||||
"setupdesign",
|
||||
"SystemUISharedLib",
|
||||
"org.lineageos.platform.internal",
|
||||
],
|
||||
|
||||
|
@@ -1,25 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013 The CyanogenMod Project
|
||||
Copyright (C) 2017-2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
|
||||
package="org.lineageos.setupwizard"
|
||||
android:versionCode="5"
|
||||
android:sharedUserId="android.uid.system">
|
||||
package="org.lineageos.setupwizard"
|
||||
android:versionCode="5"
|
||||
android:sharedUserId="android.uid.system">
|
||||
|
||||
<uses-permission android:name="android.permission.CHANGE_CONFIGURATION" />
|
||||
<uses-permission android:name="android.permission.STATUS_BAR" />
|
||||
@@ -28,10 +16,10 @@
|
||||
<uses-permission android:name="android.permission.SET_TIME_ZONE" />
|
||||
<uses-permission android:name="android.permission.SET_TIME" />
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE"/>
|
||||
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
|
||||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
||||
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.GET_ACCOUNTS_PRIVILEGED" />
|
||||
<uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
|
||||
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
|
||||
@@ -50,28 +38,30 @@
|
||||
android:name="lineageos.permission.FINISH_SETUP"
|
||||
android:protectionLevel="signatureOrSystem" />
|
||||
|
||||
<protected-broadcast android:name="org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE"
|
||||
android:permission="lineageos.permission.FINISH_SETUP"/>
|
||||
<protected-broadcast
|
||||
android:name="org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE"
|
||||
android:permission="lineageos.permission.FINISH_SETUP" />
|
||||
|
||||
<protected-broadcast android:name="org.lineageos.setupwizard.SETUP_FINISHED"
|
||||
android:permission="lineageos.permission.FINISH_SETUP"/>
|
||||
<protected-broadcast
|
||||
android:name="org.lineageos.setupwizard.SETUP_FINISHED"
|
||||
android:permission="lineageos.permission.FINISH_SETUP" />
|
||||
|
||||
<application android:label="@string/app_name"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:theme="@style/Theme.Setup"
|
||||
android:uiOptions="none"
|
||||
android:taskAffinity="com.android.wizard"
|
||||
android:name=".SetupWizardApp">
|
||||
<application
|
||||
android:label="@string/app_name"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:theme="@style/Theme.Setup"
|
||||
android:uiOptions="none"
|
||||
android:taskAffinity="com.android.wizard"
|
||||
android:name=".SetupWizardApp">
|
||||
|
||||
|
||||
<activity android:theme="@style/NoDisplay"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:name=".wizardmanager.WizardManager"
|
||||
android:enabled="false"
|
||||
android:exported="false"
|
||||
android:excludeFromRecents="true"
|
||||
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
|
||||
android:immersive="true">
|
||||
<activity
|
||||
android:theme="@style/NoDisplay"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:name=".wizardmanager.WizardManager"
|
||||
android:enabled="false"
|
||||
android:exported="false"
|
||||
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
|
||||
android:immersive="true">
|
||||
<intent-filter>
|
||||
<action android:name="com.android.wizard.LOAD" />
|
||||
<action android:name="com.android.wizard.NEXT" />
|
||||
@@ -79,16 +69,16 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".SetupWizardActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:lockTaskMode="normal"
|
||||
android:launchMode="singleTask"
|
||||
android:excludeFromRecents="true"
|
||||
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
|
||||
android:immersive="true"
|
||||
android:exported="true"
|
||||
android:windowSoftInputMode="stateAlwaysHidden"
|
||||
android:theme="@style/NoDisplay">
|
||||
<activity
|
||||
android:name=".SetupWizardActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:lockTaskMode="normal"
|
||||
android:launchMode="singleTask"
|
||||
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
|
||||
android:immersive="true"
|
||||
android:exported="true"
|
||||
android:windowSoftInputMode="stateAlwaysHidden"
|
||||
android:theme="@style/NoDisplay">
|
||||
|
||||
<intent-filter android:priority="9">
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
@@ -98,244 +88,222 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".BluetoothSetupActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:excludeFromRecents="true"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<activity
|
||||
android:name=".BluetoothSetupActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<intent-filter>
|
||||
<action android:name="org.lineageos.setupwizard.LINEAGE_BLUETOOTH_SETUP" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".WelcomeActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:excludeFromRecents="true"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<activity
|
||||
android:name=".WelcomeActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<intent-filter>
|
||||
<action android:name="org.lineageos.setupwizard.LINEAGE_WELCOME" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".LocaleActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:excludeFromRecents="true"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<activity
|
||||
android:name=".LocaleActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<intent-filter>
|
||||
<action android:name="org.lineageos.setupwizard.LINEAGE_LOCALE" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".DateTimeActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:excludeFromRecents="true"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<activity
|
||||
android:name=".DateTimeActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<intent-filter>
|
||||
<action android:name="org.lineageos.setupwizard.LINEAGE_DATETIME" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".SimMissingActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:excludeFromRecents="true"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<activity
|
||||
android:name=".SimMissingActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<intent-filter>
|
||||
<action android:name="org.lineageos.setupwizard.LINEAGE_SIM_MISSING" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".NetworkSetupActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:excludeFromRecents="true"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<activity
|
||||
android:name=".NetworkSetupActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<intent-filter>
|
||||
<action android:name="org.lineageos.setupwizard.LINEAGE_NETWORK_SETUP" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".CaptivePortalSetupActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:excludeFromRecents="true"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<intent-filter>
|
||||
<action android:name="org.lineageos.setupwizard.LINEAGE_CAPTIVE_PORTAL_SETUP" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".LocationSettingsActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:excludeFromRecents="true"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<activity
|
||||
android:name=".LocationSettingsActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<intent-filter>
|
||||
<action android:name="org.lineageos.setupwizard.LINEAGE_LOCATION_SETTINGS" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".UpdateRecoveryActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:excludeFromRecents="true"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="true"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<activity
|
||||
android:name=".UpdateRecoveryActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="true"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<intent-filter>
|
||||
<action android:name="org.lineageos.setupwizard.LINEAGE_RECOVERY_UPDATE"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<action android:name="org.lineageos.setupwizard.LINEAGE_RECOVERY_UPDATE" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".DeviceSpecificActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:excludeFromRecents="true"
|
||||
android:immersive="true"
|
||||
android:exported="true"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<activity
|
||||
android:name=".DeviceSpecificActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:immersive="true"
|
||||
android:exported="true"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<intent-filter>
|
||||
<action android:name="org.lineageos.setupwizard.DEVICE_SPECIFIC"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<action android:name="org.lineageos.setupwizard.DEVICE_SPECIFIC" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".LineageSettingsActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:excludeFromRecents="true"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="true"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<activity
|
||||
android:name=".LineageSettingsActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="true"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<intent-filter>
|
||||
<action android:name="org.lineageos.setupwizard.LINEAGE_SETTINGS" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".NavigationSettingsActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:excludeFromRecents="true"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="true"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<activity
|
||||
android:name=".NavigationSettingsActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="true"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<intent-filter>
|
||||
<action android:name="org.lineageos.setupwizard.NAVIGATION_SETTINGS" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".BiometricActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:excludeFromRecents="true"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<activity
|
||||
android:name=".BiometricActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<intent-filter>
|
||||
<action android:name="org.lineageos.setupwizard.LINEAGE_BIOMETRIC_SETTINGS" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".ScreenLockActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:excludeFromRecents="true"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<activity
|
||||
android:name=".ScreenLockActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="false"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<intent-filter>
|
||||
<action android:name="org.lineageos.setupwizard.LINEAGE_LOCKSCREEN_SETTINGS" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".backup.RestoreIntroActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:excludeFromRecents="true"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="true"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<activity
|
||||
android:name=".backup.RestoreIntroActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="true"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<intent-filter>
|
||||
<action android:name="org.lineageos.setupwizard.LINEAGE_RESTORE_BACKUP"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".FinishActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:excludeFromRecents="true"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="true"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<intent-filter>
|
||||
<action android:name="org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE" />
|
||||
<action android:name="org.lineageos.setupwizard.LINEAGE_RESTORE_BACKUP" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".SetupWizardExitActivity"
|
||||
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
|
||||
android:excludeFromRecents="true"
|
||||
android:immersive="true"
|
||||
android:exported="false"
|
||||
android:label="@@string/activity_label_empty"
|
||||
android:theme="@style/NoDisplay">
|
||||
<activity
|
||||
android:name=".ThemeSettingsActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="true"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<intent-filter>
|
||||
<action android:name="org.lineageos.setupwizard.EXIT"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<action android:name="org.lineageos.setupwizard.THEME_SETTINGS" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".SetupWizardTestActivity"
|
||||
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
|
||||
android:exported="false"
|
||||
android:immersive="true"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:launchMode="singleInstance"
|
||||
android:theme="@style/NoDisplay"/>
|
||||
<activity
|
||||
android:name=".FinishActivity"
|
||||
android:label="@string/activity_label_empty"
|
||||
android:configChanges="mcc|mnc"
|
||||
android:immersive="true"
|
||||
android:exported="true"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<intent-filter>
|
||||
<action android:name="org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE" />
|
||||
<action android:name="org.lineageos.setupwizard.SETUP_FINISHED" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<receiver android:name=".PartnerReceiver"
|
||||
android:exported="true">
|
||||
<receiver
|
||||
android:name=".PartnerReceiver"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="com.android.setupwizard.action.PARTNER_CUSTOMIZATION" />
|
||||
<action android:name="com.google.android.tvsetup.action.PARTNER_CUSTOMIZATION" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<service android:name=".SetupWizardExitService"
|
||||
android:exported="false"/>
|
||||
</application>
|
||||
</manifest>
|
||||
|
73
LICENSES/Apache-2.0.txt
Normal file
73
LICENSES/Apache-2.0.txt
Normal file
@@ -0,0 +1,73 @@
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
13
REUSE.toml
Normal file
13
REUSE.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
# SPDX-FileCopyrightText: 2024 The LineageOS Project
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
version = 1
|
||||
SPDX-PackageName = "SetupWizard"
|
||||
SPDX-PackageSupplier = "The LineageOS Project"
|
||||
SPDX-PackageDownloadLocation = "https://github.com/LineageOS/android_packages_apps_SetupWizard"
|
||||
|
||||
[[annotations]]
|
||||
path = ["res/raw/lottie_system_nav_2_button.json", "res/raw/lottie_system_nav_3_button.json", "res/raw/lottie_system_nav_fully_gestural.json"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2019 The Android Open Source Project"
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
@@ -1,20 +1,23 @@
|
||||
#!/bin/bash
|
||||
|
||||
# SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
adb root
|
||||
wait ${!}
|
||||
has_google_suw=$(adb shell pm list packages com.google.android.setupwizard)
|
||||
adb shell pm enable org.lineageos.setupwizard/org.lineageos.setupwizard.SetupWizardExitActivity || true
|
||||
adb shell pm enable org.lineageos.setupwizard/.FinishActivity || true
|
||||
if [[ ! -z "$has_google_suw" ]]
|
||||
then
|
||||
wait ${!}
|
||||
adb shell pm enable com.google.android.setupwizard/com.google.android.setupwizard.SetupWizardExitActivity || true
|
||||
adb shell pm enable com.google.android.setupwizard/.SetupWizardExitActivity || true
|
||||
wait ${!}
|
||||
fi
|
||||
sleep 1
|
||||
adb shell am start org.lineageos.setupwizard/org.lineageos.setupwizard.SetupWizardExitActivity || true
|
||||
adb shell am start org.lineageos.setupwizard/.FinishActivity || true
|
||||
if [[ ! -z "$has_google_suw" ]]
|
||||
then
|
||||
wait ${!}
|
||||
sleep 1
|
||||
adb shell am start com.google.android.setupwizard/com.google.android.setupwizard.SetupWizardExitActivity
|
||||
adb shell am start com.google.android.setupwizard/.SetupWizardExitActivity
|
||||
fi
|
||||
|
@@ -1,31 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2017-2020 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2017-2020 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<permissions>
|
||||
<privapp-permissions package="org.lineageos.setupwizard">
|
||||
<permission name="android.permission.BACKUP"/>
|
||||
<permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
|
||||
<permission name="android.permission.CHANGE_CONFIGURATION"/>
|
||||
<permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
<permission name="android.permission.MANAGE_USERS"/>
|
||||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
|
||||
<permission name="android.permission.SET_TIME"/>
|
||||
<permission name="android.permission.SET_TIME_ZONE"/>
|
||||
<permission name="android.permission.STATUS_BAR"/>
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
<permission name="android.permission.BACKUP" />
|
||||
<permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE" />
|
||||
<permission name="android.permission.CHANGE_CONFIGURATION" />
|
||||
<permission name="android.permission.GET_ACCOUNTS_PRIVILEGED" />
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS" />
|
||||
<permission name="android.permission.MANAGE_USERS" />
|
||||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
|
||||
<permission name="android.permission.SET_TIME" />
|
||||
<permission name="android.permission.SET_TIME_ZONE" />
|
||||
<permission name="android.permission.STATUS_BAR" />
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS" />
|
||||
</privapp-permissions>
|
||||
</permissions>
|
||||
|
@@ -1,3 +1,7 @@
|
||||
# SPDX-FileCopyrightText: 2015 The CyanogenMod Project
|
||||
# SPDX-FileCopyrightText: 2017-2019 The LineageOS Project
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
-keep class * extends java.util.ListResourceBundle {
|
||||
protected Object[][] getContents();
|
||||
}
|
||||
|
@@ -1,24 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2009, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
SPDX-FileCopyrightText: 2009 The Android Open Source Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:interpolator/decelerate_quad">
|
||||
<alpha android:fromAlpha="0.0" android:toAlpha="1.0"
|
||||
android:duration="@android:integer/config_shortAnimTime"/>
|
||||
android:interpolator="@android:interpolator/decelerate_quad">
|
||||
<alpha
|
||||
android:fromAlpha="0.0"
|
||||
android:toAlpha="1.0"
|
||||
android:duration="@android:integer/config_shortAnimTime" />
|
||||
</set>
|
||||
|
@@ -1,24 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2009, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
SPDX-FileCopyrightText: 2009 The Android Open Source Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:interpolator/accelerate_quad">
|
||||
<alpha android:fromAlpha="1.0" android:toAlpha="0"
|
||||
android:duration="@android:integer/config_shortAnimTime"/>
|
||||
android:interpolator="@android:interpolator/accelerate_quad">
|
||||
<alpha
|
||||
android:fromAlpha="1.0"
|
||||
android:toAlpha="0"
|
||||
android:duration="@android:integer/config_shortAnimTime" />
|
||||
</set>
|
||||
|
@@ -1,20 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The CyanogenMod Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2015 The CyanogenMod Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="false" android:color="@color/button_bar_text_disabled" />
|
||||
<item android:color="@color/button_bar_text_enabled" />
|
||||
|
8
res/drawable/background.xml
Normal file
8
res/drawable/background.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="?android:attr/colorBackground" />
|
||||
</shape>
|
@@ -1,20 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The CyanogenMod Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2015 The CyanogenMod Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/divider" />
|
||||
<size android:width="316dp" android:height="1px"/>
|
||||
<size
|
||||
android:width="316dp"
|
||||
android:height="1px" />
|
||||
</shape>
|
||||
|
@@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (c) 2015 The CyanogenMod Project
|
||||
Copyright (c) 2017 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="@color/accent"
|
||||
android:pathData="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z" />
|
||||
</vector>
|
@@ -1,18 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (c) 2017 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2017 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
@@ -20,10 +9,9 @@
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path android:pathData="M0 0h24v24H0z" />
|
||||
<path
|
||||
android:pathData="M0 0h24v24H0z" />
|
||||
<path
|
||||
android:fillColor="@color/black"
|
||||
android:fillColor="?android:colorControlNormal"
|
||||
android:pathData="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99 .9 -1.99 2L3 19c0 1.1 .89 2 2 2h14c1.1 0
|
||||
2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z" />
|
||||
</vector>
|
||||
|
@@ -1,18 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (c) 2021 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2021-2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
|
@@ -1,18 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (c) 2021 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2021-2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
|
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2019 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="@color/black"
|
||||
android:pathData="M10.25,13c0,0.69-0.56,1.25-1.25,1.25S7.75,13.69,7.75,13S8.31,11.75,9,11.75S10.25,12.31,10.25,13z M15,11.75 c-0.69,0-1.25,0.56-1.25,1.25s0.56,1.25,1.25,1.25s1.25-0.56,1.25-1.25S15.69,11.75,15,11.75z M22,12c0,5.52-4.48,10-10,10 S2,17.52,2,12S6.48,2,12,2S22,6.48,22,12z M20,12c0-0.78-0.12-1.53-0.33-2.24C18.97,9.91,18.25,10,17.5,10 c-3.13,0-5.92-1.44-7.76-3.69c-1.05,2.56-3.14,4.57-5.74,5.55C4.01,11.9,4,11.95,4,12c0,4.41,3.59,8,8,8S20,16.41,20,12z" />
|
||||
<path
|
||||
android:pathData="M0,0h24v24H0V0z" />
|
||||
</vector>
|
@@ -1,18 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (c) 2017 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2017 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
@@ -20,10 +9,9 @@
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path android:pathData="M0 0h24v24H0V0z" />
|
||||
<path
|
||||
android:pathData="M0 0h24v24H0V0z" />
|
||||
<path
|
||||
android:fillColor="@color/black"
|
||||
android:fillColor="?android:colorControlNormal"
|
||||
android:pathData="M11.8 12.5v-1l1.1-.8c.1-.1 .1 -.2 .1 -.3l-1-1.7c-.1-.1-.2-.2-.3-.1l-1.3 .4
|
||||
c-.3-.2-.6-.4-.9-.5l-.2-1.3c0-.1-.1-.2-.3-.2H7c-.1 0-.2 .1 -.3 .2 l-.2 1.3c-.3
|
||||
.1 -.6 .3 -.9 .5 l-1.3-.5c-.1 0-.2 0-.3 .1 l-1 1.7c-.1 .1 0 .2 .1 .3l1.1 .8
|
||||
|
@@ -1,52 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (c) 2017 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="@color/black"
|
||||
android:pathData="M17.81 4.47c-.08 0-.16-.02-.23-.06C15.66 3.42 14 3 12.01 3c-1.98 0-3.86 .47
|
||||
-5.57 1.41-.24 .13 -.54 .04 -.68-.2-.13-.24-.04-.55 .2 -.68C7.82 2.52 9.86 2
|
||||
12.01 2c2.13 0 3.99 .47 6.03 1.52 .25 .13 .34 .43 .21 .67-.09 .18 -.26 .28 -.44
|
||||
.28 zM3.5 9.72c-.1 0-.2-.03-.29-.09-.23-.16-.28-.47-.12-.7 .99 -1.4 2.25-2.5
|
||||
3.75-3.27C9.98 4.04 14 4.03 17.15 5.65c1.5 .77 2.76 1.86 3.75 3.25 .16 .22 .11
|
||||
.54-.12 .7 -.23 .16 -.54 .11
|
||||
-.7-.12-.9-1.26-2.04-2.25-3.39-2.94-2.87-1.47-6.54-1.47-9.4 .01 -1.36 .7 -2.5
|
||||
1.7-3.4 2.96-.08 .14 -.23 .21 -.39 .21 zm6.25 12.07c-.13
|
||||
0-.26-.05-.35-.15-.87-.87-1.34-1.43-2.01-2.64-.69-1.23-1.05-2.73-1.05-4.34
|
||||
0-2.97 2.54-5.39 5.66-5.39s5.66 2.42 5.66 5.39c0 .28-.22 .5 -.5 .5
|
||||
s-.5-.22-.5-.5c0-2.42-2.09-4.39-4.66-4.39-2.57 0-4.66 1.97-4.66 4.39 0 1.44 .32
|
||||
2.77 .93 3.85 .64 1.15 1.08 1.64 1.85 2.42 .19 .2 .19 .51 0 .71-.11 .1 -.24 .15
|
||||
-.37 .15 zm7.17-1.85c-1.19 0-2.24-.3-3.1-.89-1.49-1.01-2.38-2.65-2.38-4.39 0-.28
|
||||
.22 -.5 .5 -.5s.5 .22 .5 .5 c0 1.41 .72 2.74 1.94 3.56 .71 .48 1.54 .71 2.54 .71
|
||||
.24 0 .64-.03 1.04-.1 .27 -.05 .53 .13 .58 .41 .05 .27-.13 .53 -.41 .58 -.57 .11
|
||||
-1.07 .12 -1.21 .12 zM14.91 22c-.04
|
||||
0-.09-.01-.13-.02-1.59-.44-2.63-1.03-3.72-2.1-1.4-1.39-2.17-3.24-2.17-5.22
|
||||
0-1.62 1.38-2.94 3.08-2.94 1.7 0 3.08 1.32 3.08 2.94 0 1.07 .93 1.94 2.08
|
||||
1.94s2.08-.87 2.08-1.94c0-3.77-3.25-6.83-7.25-6.83-2.84 0-5.44 1.58-6.61
|
||||
4.03-.39 .81 -.59 1.76-.59 2.8 0 .78 .07 2.01 .67 3.61 .1 .26-.03 .55 -.29 .64
|
||||
-.26 .1 -.55-.04-.64-.29-.49-1.31-.73-2.61-.73-3.96 0-1.2 .23 -2.29 .68 -3.24
|
||||
1.33-2.79 4.28-4.6 7.51-4.6 4.55 0 8.25 3.51 8.25 7.83 0 1.62-1.38 2.94-3.08
|
||||
2.94s-3.08-1.32-3.08-2.94c0-1.07-.93-1.94-2.08-1.94s-2.08 .87 -2.08 1.94c0 1.71
|
||||
.66 3.31 1.87 4.51 .95 .94 1.86 1.46 3.27 1.85 .27 .07 .42 .35 .35 .61-.05 .23
|
||||
-.26 .38 -.47 .38 z" />
|
||||
<path
|
||||
android:pathData="M0 0h24v24H0z" />
|
||||
</vector>
|
@@ -8,7 +8,8 @@
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<path
|
||||
android:pathData="M0,0h108v108h-108z"
|
||||
android:fillColor="#ffffff"/>
|
||||
|
||||
<path
|
||||
android:pathData="M0,0h108v108h-108z"
|
||||
android:fillColor="#ffffff" />
|
||||
</vector>
|
||||
|
@@ -9,25 +9,29 @@
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<group>
|
||||
<clip-path
|
||||
android:pathData="M0,0h108v108h-108z"/>
|
||||
<path
|
||||
android:pathData="M53.671,54.898C53.707,54.605 53.744,54.312 53.744,54C53.744,53.688 53.707,53.395 53.671,53.102L55.651,51.598C55.834,51.47 55.87,51.213 55.761,51.012L53.872,47.84C53.762,47.638 53.506,47.565 53.304,47.638L50.957,48.555C50.462,48.188 49.931,47.895 49.362,47.657L48.995,45.218C48.995,44.998 48.794,44.833 48.556,44.833H44.797C44.559,44.833 44.357,44.998 44.32,45.218L43.954,47.638C43.386,47.858 42.854,48.188 42.359,48.537L40.012,47.62C39.792,47.528 39.554,47.62 39.444,47.822L37.556,50.993C37.445,51.213 37.5,51.452 37.684,51.598L39.664,53.102C39.627,53.395 39.609,53.707 39.609,54C39.609,54.312 39.646,54.605 39.682,54.898L37.684,56.42C37.5,56.548 37.464,56.805 37.574,57.007L39.462,60.178C39.572,60.38 39.829,60.453 40.03,60.38L42.377,59.463C42.872,59.83 43.404,60.123 43.972,60.362L44.339,62.782C44.357,63.002 44.559,63.167 44.797,63.167H48.574C48.812,63.167 49.014,63.002 49.032,62.782L49.399,60.362C49.967,60.142 50.499,59.812 50.994,59.463L53.34,60.38C53.561,60.472 53.799,60.38 53.909,60.178L55.797,57.007C55.907,56.805 55.87,56.567 55.687,56.42L53.671,54.898ZM46.667,57.208C44.852,57.208 43.367,55.778 43.367,54C43.367,52.222 44.852,50.792 46.667,50.792C48.482,50.792 49.967,52.222 49.967,54C49.967,55.778 48.5,57.208 46.667,57.208ZM66.834,33.852L48.5,33.833C46.484,33.833 44.834,35.483 44.834,37.5V43H48.5V41.167H66.834V66.833H48.5V65H44.834V70.5C44.834,72.517 46.484,74.167 48.5,74.167H66.834C68.851,74.167 70.501,72.517 70.501,70.5V37.5C70.501,35.483 68.851,33.852 66.834,33.852Z"
|
||||
android:fillColor="#167C80"/>
|
||||
<path
|
||||
android:pathData="M28.54,28.54m-72,0a72,72 0,1 1,144 0a72,72 0,1 1,-144 0"
|
||||
android:fillAlpha="0.6">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:gradientRadius="72"
|
||||
android:centerX="28.54"
|
||||
android:centerY="28.54"
|
||||
android:type="radial">
|
||||
<item android:offset="0" android:color="#19FFFFFF"/>
|
||||
<item android:offset="1" android:color="#00FFFFFF"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<clip-path android:pathData="M0,0h108v108h-108z" />
|
||||
<path
|
||||
android:pathData="M53.671,54.898C53.707,54.605 53.744,54.312 53.744,54C53.744,53.688 53.707,53.395 53.671,53.102L55.651,51.598C55.834,51.47 55.87,51.213 55.761,51.012L53.872,47.84C53.762,47.638 53.506,47.565 53.304,47.638L50.957,48.555C50.462,48.188 49.931,47.895 49.362,47.657L48.995,45.218C48.995,44.998 48.794,44.833 48.556,44.833H44.797C44.559,44.833 44.357,44.998 44.32,45.218L43.954,47.638C43.386,47.858 42.854,48.188 42.359,48.537L40.012,47.62C39.792,47.528 39.554,47.62 39.444,47.822L37.556,50.993C37.445,51.213 37.5,51.452 37.684,51.598L39.664,53.102C39.627,53.395 39.609,53.707 39.609,54C39.609,54.312 39.646,54.605 39.682,54.898L37.684,56.42C37.5,56.548 37.464,56.805 37.574,57.007L39.462,60.178C39.572,60.38 39.829,60.453 40.03,60.38L42.377,59.463C42.872,59.83 43.404,60.123 43.972,60.362L44.339,62.782C44.357,63.002 44.559,63.167 44.797,63.167H48.574C48.812,63.167 49.014,63.002 49.032,62.782L49.399,60.362C49.967,60.142 50.499,59.812 50.994,59.463L53.34,60.38C53.561,60.472 53.799,60.38 53.909,60.178L55.797,57.007C55.907,56.805 55.87,56.567 55.687,56.42L53.671,54.898ZM46.667,57.208C44.852,57.208 43.367,55.778 43.367,54C43.367,52.222 44.852,50.792 46.667,50.792C48.482,50.792 49.967,52.222 49.967,54C49.967,55.778 48.5,57.208 46.667,57.208ZM66.834,33.852L48.5,33.833C46.484,33.833 44.834,35.483 44.834,37.5V43H48.5V41.167H66.834V66.833H48.5V65H44.834V70.5C44.834,72.517 46.484,74.167 48.5,74.167H66.834C68.851,74.167 70.501,72.517 70.501,70.5V37.5C70.501,35.483 68.851,33.852 66.834,33.852Z"
|
||||
android:fillColor="#167C80" />
|
||||
<path
|
||||
android:pathData="M28.54,28.54m-72,0a72,72 0,1 1,144 0a72,72 0,1 1,-144 0"
|
||||
android:fillAlpha="0.6">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:gradientRadius="72"
|
||||
android:centerX="28.54"
|
||||
android:centerY="28.54"
|
||||
android:type="radial">
|
||||
<item
|
||||
android:offset="0"
|
||||
android:color="#19FFFFFF" />
|
||||
<item
|
||||
android:offset="1"
|
||||
android:color="#00FFFFFF" />
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
</group>
|
||||
</vector>
|
||||
|
@@ -1,18 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (c) 2017 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2017 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
@@ -20,10 +9,9 @@
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path android:pathData="M0 0h24v24H0z" />
|
||||
<path
|
||||
android:pathData="M0 0h24v24H0z" />
|
||||
<path
|
||||
android:fillColor="@color/black"
|
||||
android:fillColor="?android:colorControlNormal"
|
||||
android:pathData="M12.87 15.07l-2.54-2.51 .03 -.03c1.74-1.94 2.98-4.17
|
||||
3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3
|
||||
9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11 .76
|
||||
|
@@ -1,18 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (c) 2017 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2017 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
@@ -21,9 +10,8 @@
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="@color/black"
|
||||
android:fillColor="?android:colorControlNormal"
|
||||
android:pathData="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0
|
||||
9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z" />
|
||||
<path
|
||||
android:pathData="M0 0h24v24H0z" />
|
||||
<path android:pathData="M0 0h24v24H0z" />
|
||||
</vector>
|
||||
|
@@ -1,30 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (c) 2017 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:pathData="M0 0h24v24H0z" />
|
||||
<path
|
||||
android:fillColor="@color/black"
|
||||
android:pathData="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1 .9 2 2
|
||||
2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9
|
||||
2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z" />
|
||||
</vector>
|
@@ -1,4 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Material Design Authors / Google LLC
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
@@ -6,7 +10,6 @@
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="@color/black"
|
||||
android:fillColor="?android:colorControlNormal"
|
||||
android:pathData="M4.59,6.89C5.29,6.18 6,5.54 6.3,5.67C6.8,5.87 6.3,6.7 6,7.19C5.75,7.61 3.14,11.08 3.14,13.5C3.14,14.78 3.62,15.84 4.5,16.5C5.23,17.04 6.22,17.21 7.12,16.94C8.19,16.63 9.07,15.54 10.18,14.17C11.39,12.68 13,10.73 14.26,10.73C15.89,10.73 15.91,11.74 16,12.5C12.24,13.16 10.64,16.19 10.64,17.89C10.64,19.59 12.08,21 13.85,21C15.5,21 18.14,19.65 18.54,14.88H21V12.38H18.53C18.38,10.73 17.44,8.18 14.5,8.18C12.25,8.18 10.32,10.09 9.56,11C9,11.75 7.5,13.5 7.27,13.74C7,14.04 6.59,14.58 6.16,14.58C5.71,14.58 5.44,13.75 5.8,12.66C6.15,11.57 7.2,9.8 7.65,9.14C8.43,8 8.95,7.22 8.95,5.86C8.95,3.69 7.31,3 6.44,3C5.12,3 3.97,4 3.72,4.25C3.36,4.61 3.06,4.91 2.84,5.18L4.59,6.89M13.88,18.55C13.57,18.55 13.14,18.29 13.14,17.83C13.14,17.23 13.87,15.63 16,15.07C15.71,17.76 14.58,18.55 13.88,18.55Z" />
|
||||
|
||||
</vector>
|
||||
|
@@ -1,8 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Material Design Authors / Google LLC
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:height="24dp"
|
||||
android:width="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path android:fillColor="#000"
|
||||
android:pathData="M17,13L12,18L7,13H10V9H14V13M19.35,10.03C18.67,6.59 15.64,4 12,4C9.11,4 6.6,5.64 5.35,8.03C2.34,8.36 0,10.9 0,14A6,6 0 0,0 6,20H19A5,5 0 0,0 24,15C24,12.36 21.95,10.22 19.35,10.03Z"/>
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="?android:colorControlNormal"
|
||||
android:pathData="M17,13L12,18L7,13H10V9H14V13M19.35,10.03C18.67,6.59 15.64,4 12,4C9.11,4 6.6,5.64 5.35,8.03C2.34,8.36 0,10.9 0,14A6,6 0 0,0 6,20H19A5,5 0 0,0 24,15C24,12.36 21.95,10.22 19.35,10.03Z" />
|
||||
</vector>
|
||||
|
@@ -1,18 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (c) 2017 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2017 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
@@ -21,7 +10,7 @@
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="@color/black"
|
||||
android:fillColor="?android:colorControlNormal"
|
||||
android:pathData="M19.99 4c0-1.1-.89-2-1.99-2h-8L4 8v12c0 1.1 .9 2 2 2h12.01c1.1 0 1.99-.9
|
||||
1.99-2l-.01-16zM9 19H7v-2h2v2zm8 0h-2v-2h2v2zm-8-4H7v-4h2v4zm4
|
||||
4h-2v-4h2v4zm0-6h-2v-2h2v2zm4 2h-2v-4h2v4z" />
|
||||
|
@@ -1,25 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (c) 2020 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2020 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
|
||||
<path
|
||||
android:fillColor="@color/black"
|
||||
android:pathData="M17,1.01L7,1c-1.1,0 -2,0.9 -2,2v18c0,1.1 0.9,2 2,2h10c1.1,0 2,-0.9 2,-2L19,3c0,-1.1 -0.9,-1.99 -2,-1.99zM17,19L7,19L7,5h10v14zM16,13h-3L13,8h-2v5L8,13l4,4 4,-4z"/>
|
||||
android:fillColor="?android:colorControlNormal"
|
||||
android:pathData="M17,1.01L7,1c-1.1,0 -2,0.9 -2,2v18c0,1.1 0.9,2 2,2h10c1.1,0 2,-0.9 2,-2L19,3c0,-1.1 -0.9,-1.99 -2,-1.99zM17,19L7,19L7,5h10v14zM16,13h-3L13,8h-2v5L8,13l4,4 4,-4z" />
|
||||
</vector>
|
||||
|
15
res/drawable/ic_theme.xml
Normal file
15
res/drawable/ic_theme.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2019 The Android Open Source Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="?android:colorControlNormal"
|
||||
android:pathData="M4,2v9c0,1.65 1.35,3 3,3h2v6c0,1.1 0.9,2 2,2h2c1.1,0 2,-0.9 2,-2v-6h2c1.65,0 3,-1.35 3,-3V2C20,2 4,2 4,2zM11,20v-6h2v6H11zM18,11c0,0.55 -0.45,1 -1,1h-2H9H7c-0.55,0 -1,-0.45 -1,-1v-0.93h12V11zM18,8.07H6V4h2.81v2.15h2V4h2.38v2.15h2V4H18V8.07z" />
|
||||
</vector>
|
@@ -1,18 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (c) 2017, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2017-2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="512dp"
|
||||
|
@@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The CyanogenMod Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<solid android:color="@color/page_background" />
|
||||
</shape>
|
@@ -1,51 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The CyanogenMod Project
|
||||
2017-2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<com.google.android.setupdesign.GlifLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/setup_wizard_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/page"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1">
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
style="@style/SudContentFrame">
|
||||
|
||||
</LinearLayout>
|
||||
</FrameLayout>
|
||||
|
||||
<org.lineageos.setupwizard.NavigationLayout
|
||||
android:id="@+id/navigation_bar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
</LinearLayout>
|
||||
</com.google.android.setupdesign.GlifLayout>
|
@@ -1,23 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2016 The CyanogenMod Project
|
||||
2017-2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2016 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
@@ -40,10 +28,10 @@
|
||||
android:adjustViewBounds="true"
|
||||
android:scaleType="fitCenter"
|
||||
android:gravity="center"
|
||||
android:paddingTop="@dimen/content_margin_left"
|
||||
android:paddingTop="@dimen/content_margin_top"
|
||||
android:paddingRight="@dimen/content_margin_left"
|
||||
android:paddingLeft="@dimen/content_margin_left"
|
||||
android:paddingBottom="0dp"/>
|
||||
android:paddingBottom="0dp" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
@@ -51,12 +39,15 @@
|
||||
android:layout_weight="35"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
style="@style/WelcomeTitle"
|
||||
android:id="@+id/welcome_title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hyphenationFrequency="none" />
|
||||
android:hyphenationFrequency="none"
|
||||
android:gravity="center" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/start"
|
||||
android:layout_width="wrap_content"
|
86
res/layout-television/welcome_activity.xml
Normal file
86
res/layout-television/welcome_activity.xml
Normal file
@@ -0,0 +1,86 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2016 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
style="@style/SudContentFrame">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center_vertical"
|
||||
android:weightSum="100"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/brand_logo"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="65"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/logo"
|
||||
android:adjustViewBounds="true"
|
||||
android:scaleType="fitCenter"
|
||||
android:gravity="center"
|
||||
android:paddingTop="@dimen/content_margin_top"
|
||||
android:paddingRight="@dimen/content_margin_left"
|
||||
android:paddingLeft="@dimen/content_margin_left"
|
||||
android:paddingBottom="0dp" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="35"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
style="@style/WelcomeTitle"
|
||||
android:id="@+id/welcome_title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hyphenationFrequency="none"
|
||||
android:gravity="center" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/start"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:text="@string/start"
|
||||
style="@style/SudGlifButton.Primary" />
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:gravity="center"
|
||||
android:visibility="gone">
|
||||
|
||||
<Button
|
||||
android:id="@+id/emerg_dialer"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableTop="@drawable/ic_dialer"
|
||||
android:text="@string/emergency_call"
|
||||
style="@style/SudGlifButton.Secondary" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/launch_accessibility"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableTop="@drawable/ic_eye"
|
||||
android:text="@string/accessibility_settings"
|
||||
style="@style/SudGlifButton.Secondary" />
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
@@ -1,26 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013 The CyanogenMod Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013 The CyanogenMod Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<!-- Based on simple_list_item_2.xml in framework -->
|
||||
<TwoLineListItem xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="?android:attr/listPreferredItemHeight"
|
||||
android:mode="twoLine"
|
||||
android:gravity="center_vertical">
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="?android:attr/listPreferredItemHeight"
|
||||
android:mode="twoLine"
|
||||
android:gravity="center_vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@android:id/text1"
|
||||
|
@@ -1,21 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The CyanogenMod Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2015 The CyanogenMod Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:scaleType="fitXY"
|
||||
android:src="@drawable/divider" />
|
||||
<ImageView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:scaleType="fitXY"
|
||||
android:src="@drawable/divider" />
|
||||
|
@@ -1,21 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2016 The CyanogenMod Project
|
||||
Copyright (C) 2017-2021 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2016 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<org.lineageos.setupwizard.widget.ScrimInsetsFrameLayout
|
||||
<android.widget.FrameLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/root"
|
||||
@@ -25,7 +14,15 @@
|
||||
android:fitsSystemWindows="true"
|
||||
app:insetForeground="@android:color/transparent">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/background"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@drawable/background"
|
||||
android:visibility="visible"/>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/linear_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
@@ -49,11 +46,4 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/reveal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@drawable/reveal"
|
||||
android:visibility="invisible"/>
|
||||
|
||||
</org.lineageos.setupwizard.widget.ScrimInsetsFrameLayout>
|
||||
</android.widget.FrameLayout>
|
||||
|
@@ -1,26 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The CyanogenMod Project
|
||||
2017-2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<com.google.android.setupdesign.GlifLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/setup_wizard_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/setup_wizard_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
@@ -28,10 +17,11 @@
|
||||
android:layout_height="match_parent"
|
||||
style="@style/SudContentFrame">
|
||||
|
||||
<View android:id="@+id/page"
|
||||
<View
|
||||
android:id="@+id/page"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"/>
|
||||
android:layout_weight="1" />
|
||||
|
||||
<org.lineageos.setupwizard.NavigationLayout
|
||||
android:id="@+id/navigation_bar"
|
||||
|
@@ -1,44 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
**
|
||||
** Copyright 2008, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
SPDX-FileCopyrightText: 2008 The Android Open Source Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<ImageButton android:id="@+id/lp__increment"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="22dip"
|
||||
android:paddingBottom="22dip"/>
|
||||
<ImageButton
|
||||
android:id="@+id/lp__increment"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="22dip"
|
||||
android:paddingBottom="22dip" />
|
||||
|
||||
<view class="org.lineageos.setupwizard.widget.LocalePicker$CustomEditText"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
android:id="@+id/localepicker_input"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:singleLine="true"
|
||||
android:background="@null" />
|
||||
<view
|
||||
class="org.lineageos.setupwizard.widget.LocalePicker$CustomEditText"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
android:id="@+id/localepicker_input"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:singleLine="true"
|
||||
android:background="@null" />
|
||||
|
||||
<ImageButton android:id="@+id/lp__decrement"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="22dip"
|
||||
android:paddingBottom="22dip"/>
|
||||
<ImageButton
|
||||
android:id="@+id/lp__decrement"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="22dip"
|
||||
android:paddingBottom="22dip" />
|
||||
|
||||
</merge>
|
||||
|
@@ -1,33 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013 The CyanogenMod Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013 The CyanogenMod Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="horizontal"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:gravity="left"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingTop="6dp"
|
||||
android:paddingBottom="6dp"
|
||||
android:paddingEnd="16dp">
|
||||
android:orientation="horizontal"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:gravity="left"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingTop="6dp"
|
||||
android:paddingBottom="6dp"
|
||||
android:paddingEnd="16dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/locale"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="left"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
||||
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||||
</LinearLayout>
|
||||
|
@@ -1,23 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013 The CyanogenMod Project
|
||||
Copyright (C) 2017-2021 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<com.google.android.setupdesign.GlifLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/setup_wizard_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
@@ -71,6 +59,34 @@
|
||||
style="@style/SudCheckBox.Multiline" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/location_agps"
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/location_margin_left"
|
||||
android:paddingRight="@dimen/content_margin_right"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
android:clickable="true">
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/location_agps_checkbox"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:duplicateParentState="true"
|
||||
android:clickable="false"
|
||||
android:checked="true"
|
||||
style="@style/SudCheckBox.Multiline" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/location_agps_summary"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/location_agps_access_summary"
|
||||
style="@style/SudCheckBox.Multiline" />
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
</FrameLayout>
|
||||
|
@@ -1,22 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2021 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2021-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<RelativeLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
|
@@ -1,89 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2021 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<com.google.android.setupdesign.GlifLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/setup_wizard_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
style="@style/SudContentFrame">
|
||||
|
||||
<FrameLayout android:id="@+id/page"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1">
|
||||
|
||||
<ScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:fillViewport="true">
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/setup_biometric_summary"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/SudItemContainer.Verbose"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="24dp"
|
||||
android:paddingLeft="@dimen/content_margin_left"
|
||||
android:paddingRight="@dimen/location_text_margin_right"
|
||||
android:drawableStart="@drawable/ic_check_mark"
|
||||
android:drawablePadding="24dp"
|
||||
android:gravity="center_vertical"
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold"
|
||||
android:text="@string/biometric_setup_backup_lock_method"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/setup_add_biometric"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="24dp"
|
||||
android:paddingLeft="@dimen/content_margin_left"
|
||||
android:paddingRight="@dimen/location_text_margin_right"
|
||||
android:drawableStart="@drawable/ic_check_mark"
|
||||
android:drawablePadding="24dp"
|
||||
android:gravity="center_vertical"
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold"/>
|
||||
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
</FrameLayout>
|
||||
|
||||
<org.lineageos.setupwizard.NavigationLayout
|
||||
android:id="@+id/navigation_bar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:showSkipButton="true" />
|
||||
|
||||
</LinearLayout>
|
||||
</com.google.android.setupdesign.GlifLayout>
|
@@ -1,23 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013 The CyanogenMod Project
|
||||
2017-2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<com.google.android.setupdesign.GlifLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/setup_wizard_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
@@ -49,7 +37,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="24dp"
|
||||
android:saveEnabled="false"/>
|
||||
android:saveEnabled="false" />
|
||||
|
||||
<TwoLineListItem
|
||||
android:id="@+id/date_item"
|
||||
|
@@ -1,20 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2021 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2021 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
|
@@ -1,23 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The CyanogenMod Project
|
||||
2017-2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<com.google.android.setupdesign.GlifLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/setup_wizard_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
@@ -1,53 +1,41 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2021 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<com.google.android.setupdesign.GlifLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/setup_wizard_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/setup_wizard_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/progressBar1"
|
||||
style="?android:attr/progressBarStyleHorizontal"
|
||||
android:indeterminateOnly="true"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="8dp"
|
||||
android:paddingStart="0dp"
|
||||
android:paddingEnd="0dp" />
|
||||
<ProgressBar
|
||||
android:id="@+id/progressBar1"
|
||||
style="?android:attr/progressBarStyleHorizontal"
|
||||
android:indeterminateOnly="true"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="8dp"
|
||||
android:paddingStart="0dp"
|
||||
android:paddingEnd="0dp" />
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/page"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
style="@style/SudContentFrame"/>
|
||||
<FrameLayout
|
||||
android:id="@+id/page"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
style="@style/SudContentFrame" />
|
||||
|
||||
<com.google.android.setupdesign.view.NavigationBar
|
||||
android:id="@+id/navigation_bar"
|
||||
style="@style/SudNavBarTheme"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/sud_navbar_height" />
|
||||
<com.google.android.setupdesign.view.NavigationBar
|
||||
android:id="@+id/navigation_bar"
|
||||
style="@style/SudNavBarTheme"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/sud_navbar_height" />
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</com.google.android.setupdesign.GlifLayout>
|
||||
|
@@ -1,23 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013 The CyanogenMod Project
|
||||
Copyright (C) 2017-2021 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<com.google.android.setupdesign.GlifLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/setup_wizard_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
@@ -1,43 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The CyanogenMod Project
|
||||
2017-2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<com.google.android.setupdesign.GlifLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/setup_wizard_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
style="@style/SudContentFrame">
|
||||
|
||||
<View android:id="@+id/page"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"/>
|
||||
|
||||
<org.lineageos.setupwizard.NavigationLayout
|
||||
android:id="@+id/navigation_bar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:showSkipButton="true" />
|
||||
|
||||
</LinearLayout>
|
||||
</com.google.android.setupdesign.GlifLayout>
|
@@ -1,18 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<com.google.android.setupdesign.GlifLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
@@ -44,13 +33,13 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<com.airbnb.lottie.LottieAnimationView
|
||||
android:id="@+id/navigation_illustration"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:lottie_rawRes="@raw/lottie_system_nav_fully_gestural"
|
||||
app:lottie_autoPlay="true"
|
||||
app:lottie_loop="true" />
|
||||
<com.airbnb.lottie.LottieAnimationView
|
||||
android:id="@+id/navigation_illustration"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:lottie_rawRes="@raw/lottie_system_nav_fully_gestural"
|
||||
app:lottie_autoPlay="true"
|
||||
app:lottie_loop="true" />
|
||||
|
||||
<RadioGroup
|
||||
android:id="@+id/navigation_radio_group"
|
||||
|
55
res/layout/setup_theme.xml
Normal file
55
res/layout/setup_theme.xml
Normal file
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2023 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<com.google.android.setupdesign.GlifLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/setup_wizard_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
style="@style/SudContentFrame"
|
||||
android:layout_marginTop="@dimen/base_margin_top">
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/page"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1">
|
||||
|
||||
<ScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:fillViewport="true">
|
||||
|
||||
<RadioGroup
|
||||
android:id="@+id/theme_radio_group"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/radio_dark"
|
||||
android:text="@string/dark"
|
||||
style="@style/SudRadioButton" />
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/radio_light"
|
||||
android:text="@string/light"
|
||||
style="@style/SudRadioButton" />
|
||||
|
||||
</RadioGroup>
|
||||
</ScrollView>
|
||||
</FrameLayout>
|
||||
|
||||
<org.lineageos.setupwizard.NavigationLayout
|
||||
android:id="@+id/navigation_bar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
</LinearLayout>
|
||||
</com.google.android.setupdesign.GlifLayout>
|
@@ -1,23 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The CyanogenMod Project
|
||||
2017-2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<com.google.android.setupdesign.GlifLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/setup_wizard_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
@@ -1,23 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The CyanogenMod Project
|
||||
2017-2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<com.google.android.setupdesign.GlifLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/setup_wizard_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
@@ -1,23 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2016 The CyanogenMod Project
|
||||
Copyright (C) 2017-2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2016 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<com.google.android.setupdesign.GlifLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/setup_wizard_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
@@ -37,7 +25,7 @@
|
||||
<Space
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="2"/>
|
||||
android:layout_weight="2" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/brand_logo"
|
||||
@@ -50,7 +38,7 @@
|
||||
<Space
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="0.5"/>
|
||||
android:layout_weight="0.5" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -75,7 +63,7 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hyphenationFrequency="none"
|
||||
android:paddingBottom="@dimen/welcome_content_container_padding_bottom"/>
|
||||
android:paddingBottom="@dimen/welcome_content_container_padding_bottom" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="fill_parent"
|
||||
|
@@ -4,6 +4,6 @@
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@drawable/ic_launcher_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
<background android:drawable="@drawable/ic_launcher_background" />
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground" />
|
||||
</adaptive-icon>
|
||||
|
@@ -1,55 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!--
|
||||
Copyright (C) 2016 The CyanogenMod Project
|
||||
Copyright (C) 2017 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<WizardScript xmlns:wizard="http://schemas.android.com/apk/res/com.google.android.setupwizard"
|
||||
wizard:firstAction="bluetooth_setup">
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_BLUETOOTH_SETUP;end" id="bluetooth_setup">
|
||||
<result wizard:action="welcome" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_WELCOME;end" id="welcome">
|
||||
<result wizard:action="locale" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_LOCALE;end" id="locale">
|
||||
<result wizard:action="wifi_setup" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_WIFI_SETUP;end" id="wifi_setup">
|
||||
<result wizard:action="device_specific" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.DEVICE_SPECIFIC;end" id="device_specific">
|
||||
<result wizard:action="recovery_update" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_RECOVERY_UPDATE;end" id="recovery_update">
|
||||
<result wizard:action="lineage_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_SETTINGS;end" id="lineage_settings">
|
||||
<result wizard:action="finish" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE;end" id="finish">
|
||||
<result wizard:action="exit" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.EXIT;end" id="exit" />
|
||||
|
||||
</WizardScript>
|
55
res/raw-television/lineage_wizard_script.xml
Normal file
55
res/raw-television/lineage_wizard_script.xml
Normal file
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2016 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<WizardScript xmlns:wizard="http://schemas.android.com/apk/res/com.google.android.setupwizard"
|
||||
wizard:firstAction="bluetooth_setup">
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_BLUETOOTH_SETUP;end"
|
||||
id="bluetooth_setup">
|
||||
<result wizard:action="welcome" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_WELCOME;end"
|
||||
id="welcome">
|
||||
<result wizard:action="locale" />
|
||||
</WizardAction>
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_LOCALE;end"
|
||||
id="locale">
|
||||
<result wizard:action="network_setup" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_NETWORK_SETUP;end"
|
||||
id="network_setup">
|
||||
<result wizard:action="device_specific" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.DEVICE_SPECIFIC;end"
|
||||
id="device_specific">
|
||||
<result wizard:action="recovery_update" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_RECOVERY_UPDATE;end"
|
||||
id="recovery_update">
|
||||
<result wizard:action="lineage_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_SETTINGS;end"
|
||||
id="lineage_settings">
|
||||
<result wizard:action="finish" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE;end"
|
||||
id="finish" />
|
||||
|
||||
</WizardScript>
|
@@ -1,83 +1,105 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!--
|
||||
Copyright (C) 2016 The CyanogenMod Project
|
||||
Copyright (C) 2017-2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2016 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<WizardScript xmlns:wizard="http://schemas.android.com/apk/res/com.google.android.setupwizard"
|
||||
wizard:firstAction="bluetooth_setup">
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_BLUETOOTH_SETUP;end" id="bluetooth_setup">
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_BLUETOOTH_SETUP;end"
|
||||
id="bluetooth_setup">
|
||||
<result wizard:action="welcome" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_WELCOME;end" id="welcome">
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_WELCOME;end"
|
||||
id="welcome">
|
||||
<result wizard:name="skip" wizard:resultCode="1" />
|
||||
<result wizard:action="locale" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_LOCALE;end" id="locale">
|
||||
<result wizard:action="datetime" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_DATETIME;end" id="datetime">
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_LOCALE;end"
|
||||
id="locale">
|
||||
<result wizard:action="sim_missing" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_SIM_MISSING;end" id="sim_missing">
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_SIM_MISSING;end"
|
||||
id="sim_missing">
|
||||
<result wizard:action="network_setup" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_NETWORK_SETUP;end" id="network_setup">
|
||||
<result wizard:action="location_settings" />
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_NETWORK_SETUP;end"
|
||||
id="network_setup">
|
||||
<result wizard:action="datetime" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_LOCATION_SETTINGS;end" id="location_settings">
|
||||
<result wizard:action="device_specific" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.DEVICE_SPECIFIC;end" id="device_specific">
|
||||
<result wizard:action="recovery_update" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_RECOVERY_UPDATE;end" id="recovery_update">
|
||||
<result wizard:action="lineage_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_SETTINGS;end" id="lineage_settings">
|
||||
<result wizard:action="navigation_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.NAVIGATION_SETTINGS;end" id="navigation_settings">
|
||||
<result wizard:action="biometric_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_BIOMETRIC_SETTINGS;end" id="biometric_settings">
|
||||
<result wizard:action="lockscreen_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_LOCKSCREEN_SETTINGS;end" id="lockscreen_settings">
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_DATETIME;end"
|
||||
id="datetime">
|
||||
<result wizard:action="restore" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_RESTORE_BACKUP;end" id="restore">
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_RESTORE_BACKUP;end"
|
||||
id="restore">
|
||||
<result wizard:action="location_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_LOCATION_SETTINGS;end"
|
||||
id="location_settings">
|
||||
<result wizard:action="device_specific" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.DEVICE_SPECIFIC;end"
|
||||
id="device_specific">
|
||||
<result wizard:action="recovery_update" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_RECOVERY_UPDATE;end"
|
||||
id="recovery_update">
|
||||
<result wizard:action="lineage_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_SETTINGS;end"
|
||||
id="lineage_settings">
|
||||
<result wizard:action="biometric_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_BIOMETRIC_SETTINGS;end"
|
||||
id="biometric_settings">
|
||||
<result wizard:action="lockscreen_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_LOCKSCREEN_SETTINGS;end"
|
||||
id="lockscreen_settings">
|
||||
<result wizard:action="theme_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.THEME_SETTINGS;end"
|
||||
id="theme_settings">
|
||||
<result wizard:action="navigation_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.NAVIGATION_SETTINGS;end"
|
||||
id="navigation_settings">
|
||||
<result wizard:action="finish" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE;end" id="finish">
|
||||
<result wizard:action="exit" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.EXIT;end" id="exit" />
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE;end"
|
||||
id="finish" />
|
||||
|
||||
</WizardScript>
|
||||
|
34
res/raw/lineage_wizard_script_managed_profile.xml
Normal file
34
res/raw/lineage_wizard_script_managed_profile.xml
Normal file
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2016 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2021 The Calyx Institute
|
||||
SPDX-FileCopyrightText: 2021-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<WizardScript xmlns:wizard="http://schemas.android.com/apk/res/com.google.android.setupwizard"
|
||||
wizard:firstAction="welcome">
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_WELCOME;end"
|
||||
id="welcome">
|
||||
<result wizard:name="skip" wizard:resultCode="1" />
|
||||
<result wizard:action="restore" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_RESTORE_BACKUP;end"
|
||||
id="restore">
|
||||
<result wizard:action="location_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_LOCATION_SETTINGS;end"
|
||||
id="location_settings">
|
||||
<result wizard:action="finish" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE;end"
|
||||
id="finish" />
|
||||
|
||||
</WizardScript>
|
@@ -1,27 +1,57 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!--
|
||||
Copyright (C) 2016 The CyanogenMod Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2016 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2021-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<WizardScript xmlns:wizard="http://schemas.android.com/apk/res/com.google.android.setupwizard"
|
||||
wizard:firstAction="finish">
|
||||
wizard:firstAction="welcome">
|
||||
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE;end" id="finish">
|
||||
<result wizard:action="exit" />
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_WELCOME;end"
|
||||
id="welcome">
|
||||
<result wizard:name="skip" wizard:resultCode="1" />
|
||||
<result wizard:action="restore" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.EXIT;end" id="exit" />
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_RESTORE_BACKUP;end"
|
||||
id="restore">
|
||||
<result wizard:action="location_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_LOCATION_SETTINGS;end"
|
||||
id="location_settings">
|
||||
<result wizard:action="biometric_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_BIOMETRIC_SETTINGS;end"
|
||||
id="biometric_settings">
|
||||
<result wizard:action="lockscreen_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_LOCKSCREEN_SETTINGS;end"
|
||||
id="lockscreen_settings">
|
||||
<result wizard:action="theme_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.THEME_SETTINGS;end"
|
||||
id="theme_settings">
|
||||
<result wizard:action="navigation_settings" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.NAVIGATION_SETTINGS;end"
|
||||
id="navigation_settings">
|
||||
<result wizard:action="finish" />
|
||||
</WizardAction>
|
||||
|
||||
<WizardAction
|
||||
wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE;end"
|
||||
id="finish" />
|
||||
|
||||
</WizardScript>
|
||||
|
@@ -1,20 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!--
|
||||
Copyright (c) 2014 Google Inc.
|
||||
Copyright (C) 2017,2019-2020 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2014 Google Inc.
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<!--
|
||||
@@ -24,11 +12,10 @@
|
||||
|
||||
adb shell am to-intent-uri -a com.android.setupwizard.WELCOME -f 0x10000000 \-\-ez firstRun true
|
||||
-->
|
||||
|
||||
<WizardScript wizard:version="2"
|
||||
xmlns:wizard="http://schemas.android.com/apk/res/com.google.android.setupwizard">
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.OEM_PRE_SETUP;end" id="oem_pre_setup" />
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.WELCOME;end" id="welcome">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.WELCOME;end" id="welcome">
|
||||
<result wizard:action="check_user_unlock_qr" wizard:name="start_qr_provision" wizard:resultCode="101" />
|
||||
<result wizard:action="check_user_unlock_dpm_user_complete" wizard:name="dpm_user_complete" wizard:resultCode="111" />
|
||||
<result wizard:action="check_user_unlock_dpm_user_complete" wizard:name="dpm_profile_complete" wizard:resultCode="112" />
|
||||
@@ -36,45 +23,52 @@
|
||||
<result wizard:action="check_user_unlock_work_setup_interrupted_consumer_flow" wizard:name="check_user_unlock_work_setup_interrupted_consumer_flow" wizard:resultCode="115" />
|
||||
<result wizard:action="check_user_unlock" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.CHECK_USER_UNLOCK;end" id="check_user_unlock_work_setup_interrupted_qr_scan" />
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.google.android.setupwizard.WORK_SETUP_INTERRUPTED;end" id="work_setup_interrupted_qr_scan">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.CHECK_USER_UNLOCK;end" id="check_user_unlock_work_setup_interrupted_qr_scan" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.google.android.setupwizard.WORK_SETUP_INTERRUPTED;end" id="work_setup_interrupted_qr_scan">
|
||||
<result wizard:action="check_user_unlock_qr" wizard:name="continue_start_qr_scan" wizard:resultCode="1" />
|
||||
<result wizard:action="factory_reset" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.CHECK_USER_UNLOCK;end" id="check_user_unlock_work_setup_interrupted_consumer_flow" />
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.google.android.setupwizard.WORK_SETUP_INTERRUPTED;end" id="work_setup_interrupted_consumer_flow">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.CHECK_USER_UNLOCK;end" id="check_user_unlock_work_setup_interrupted_consumer_flow" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.google.android.setupwizard.WORK_SETUP_INTERRUPTED;end" id="work_setup_interrupted_consumer_flow">
|
||||
<result wizard:action="check_user_unlock" wizard:name="continue_start_consumer_flow" wizard:resultCode="1" />
|
||||
<result wizard:action="factory_reset" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.CHECK_USER_UNLOCK;end" id="check_user_unlock_qr">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.CHECK_USER_UNLOCK;end" id="check_user_unlock_qr">
|
||||
<result wizard:action="qr_provision_flow" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.CHECK_USER_UNLOCK;end" id="check_user_unlock_dpm_user_complete">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.CHECK_USER_UNLOCK;end" id="check_user_unlock_dpm_user_complete">
|
||||
<result wizard:action="oem_post_setup" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.CHECK_USER_UNLOCK;end" id="check_user_unlock" />
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.SLOTS_SELECTION;end" id="slots_selection">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.CHECK_USER_UNLOCK;end" id="check_user_unlock" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.SLOTS_SELECTION;end" id="slots_selection">
|
||||
<result wizard:action="sim_missing" wizard:name="skip" wizard:resultCode="1" />
|
||||
<result wizard:action="carrier_setup" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.SIM_MISSING;end" id="sim_missing">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.SIM_MISSING;end" id="sim_missing">
|
||||
<result wizard:action="esim_intro" wizard:name="esim" wizard:resultCode="101" />
|
||||
<result wizard:action="carrier_setup" wizard:name="esim_only" wizard:resultCode="102" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.SIM_READY;end" id="sim_ready">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.SIM_READY;end" id="sim_ready">
|
||||
<result wizard:action="carrier_setup" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.ESIM_INTRO;end" id="esim_intro" />
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.CARRIER_SETUP;end" id="carrier_setup">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.ESIM_INTRO;end" id="esim_intro" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.CARRIER_SETUP;end" id="carrier_setup">
|
||||
<result wizard:action="sim_setup" wizard:name="all_subscriptions_completed" wizard:resultCode="98765" />
|
||||
<result wizard:action="sim_setup" wizard:name="skip" wizard:resultCode="1" />
|
||||
<result wizard:action="carrier_setup" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.SIM_SETUP;end" id="sim_setup" />
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.google.android.setupwizard.DEVICE_OWNER_WARNING;end" id="device_owner_warning">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.SIM_SETUP;end" id="sim_setup" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.google.android.setupwizard.DEVICE_OWNER_WARNING;end" id="device_owner_warning">
|
||||
<result wizard:action="check_frp" wizard:name="skip" wizard:resultCode="1" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.google.android.setupwizard.FACTORY_RESET;end" id="factory_reset" />
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.google.android.setupwizard.CHECK_FRP;end" id="check_frp" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.google.android.setupwizard.FACTORY_RESET;end" id="factory_reset" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.google.android.setupwizard.CHECK_FRP;end" id="check_frp" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.CHECK_QUICK_START;end" id="check_quick_start">
|
||||
<result wizard:action="quick_start_flow" wizard:name="quick_start" wizard:resultCode="101" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:script="android.resource://com.google.android.setupwizard/xml/wizard_script_quick_start_flow" id="quick_start_flow">
|
||||
<result wizard:action="oem_post_setup" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:script="android.resource://com.google.android.setupwizard/xml/wizard_script_connect_and_update_flow" id="connect_and_update">
|
||||
<result wizard:action="no_network_flow" wizard:name="no_connection" wizard:resultCode="1" />
|
||||
</WizardAction>
|
||||
@@ -95,7 +89,7 @@
|
||||
<WizardAction wizard:script="android.resource://com.google.android.setupwizard/xml/wizard_script_no_network_flow" id="no_network_flow">
|
||||
<result wizard:action="oem_post_setup" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.google.android.setupwizard.TRANSITION_TO_PERSONAL_PROFILE_SETUP;end" id="transition_to_personal_profile_setup">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.google.android.setupwizard.TRANSITION_TO_PERSONAL_PROFILE_SETUP;end" id="transition_to_personal_profile_setup">
|
||||
<result wizard:action="add_personal_account_after_work_profile" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:script="android.resource://com.google.android.setupwizard/xml/wizard_script_account_flow" id="add_personal_account_after_work_profile">
|
||||
@@ -108,25 +102,28 @@
|
||||
<result wizard:action="oem_post_setup" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:script="android.resource://com.google.android.setupwizard/xml/wizard_script_qr_provision_flow" id="qr_provision_flow" />
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.DEVICE_SPECIFIC;end" id="oem_post_setup">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=org.lineageos.setupwizard;action=org.lineageos.setupwizard.LINEAGE_RESTORE_BACKUP;end" id="oem_post_setup">
|
||||
<result wizard:action="device_specific" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;package=org.lineageos.setupwizard;action=org.lineageos.setupwizard.DEVICE_SPECIFIC;end" id="device_specific">
|
||||
<result wizard:action="recovery_update" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_RECOVERY_UPDATE;end" id="recovery_update">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=org.lineageos.setupwizard;action=org.lineageos.setupwizard.LINEAGE_RECOVERY_UPDATE;end" id="recovery_update">
|
||||
<result wizard:action="lineage_settings" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_SETTINGS;end" id="lineage_settings">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=org.lineageos.setupwizard;action=org.lineageos.setupwizard.LINEAGE_SETTINGS;end" id="lineage_settings">
|
||||
<result wizard:action="theme_settings" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;package=org.lineageos.setupwizard;action=org.lineageos.setupwizard.THEME_SETTINGS;end" id="theme_settings">
|
||||
<result wizard:action="navigation_settings" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.NAVIGATION_SETTINGS;end" id="navigation_settings">
|
||||
<result wizard:action="restore" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_RESTORE_BACKUP;end" id="restore">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=org.lineageos.setupwizard;action=org.lineageos.setupwizard.NAVIGATION_SETTINGS;end" id="navigation_settings">
|
||||
<result wizard:action="finish" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE;end" id="finish">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=org.lineageos.setupwizard;action=org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE;end" id="finish">
|
||||
<result wizard:action="exit" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:script="android.resource://com.google.android.setupwizard/xml/wizard_script_post_dpm_provision_finalization_flow" id="enterprise_finalization_flow" />
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.google.android.setupwizard.KID_POST_SETUP;end" id="kid_post_setup" />
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.EXIT;end" id="exit" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.google.android.setupwizard.KID_POST_SETUP;end" id="kid_post_setup" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.EXIT;end" id="exit" />
|
||||
</WizardScript>
|
||||
|
@@ -1,20 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!--
|
||||
Copyright (c) 2014 Google Inc.
|
||||
Copyright (C) 2017,2019-2020 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2014 Google Inc.
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<!--
|
||||
@@ -26,42 +14,42 @@
|
||||
-->
|
||||
<WizardScript wizard:version="2"
|
||||
xmlns:wizard="http://schemas.android.com/apk/res/com.google.android.setupwizard">
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.OEM_PRE_SETUP;end" id="oem_pre_setup" />
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.USER_WARNING;end" id="secondary_user_warning">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.OEM_PRE_SETUP;end" id="oem_pre_setup" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.USER_WARNING;end" id="secondary_user_warning">
|
||||
<result wizard:action="check_user_unlock_dpm_user_complete" wizard:name="dpm_user_complete" wizard:resultCode="111" />
|
||||
<result wizard:action="check_user_unlock" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.CHECK_USER_UNLOCK;end" id="check_user_unlock_dpm_user_complete">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.CHECK_USER_UNLOCK;end" id="check_user_unlock_dpm_user_complete">
|
||||
<result wizard:action="oem_post_setup" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.CHECK_USER_UNLOCK;end" id="check_user_unlock" />
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.google.android.setupwizard.COMPLETE_IN_FLIGHT_UPDATES;end" id="complete_in_flight_updates" />
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.NETWORK_SETTINGS;end" id="network_settings">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.CHECK_USER_UNLOCK;end" id="check_user_unlock" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.google.android.setupwizard.COMPLETE_IN_FLIGHT_UPDATES;end" id="complete_in_flight_updates" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.NETWORK_SETTINGS;end" id="network_settings">
|
||||
<result wizard:action="wifi_settings" wizard:name="see_all_wifi" wizard:resultCode="102" />
|
||||
<result wizard:action="no_account_flow" wizard:name="skip" wizard:resultCode="1" />
|
||||
<result wizard:action="consolidate_captive_portal" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.WIFI_SETTINGS;end" id="wifi_settings">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.WIFI_SETTINGS;end" id="wifi_settings">
|
||||
<result wizard:action="no_account_flow" wizard:name="skip" wizard:resultCode="1" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.CONSOLIDATE_CAPTIVE_PORTAL;end" id="consolidate_captive_portal">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.CONSOLIDATE_CAPTIVE_PORTAL;end" id="consolidate_captive_portal">
|
||||
<result wizard:action="network_unavailable" wizard:name="timeout" wizard:resultCode="101" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.google.android.setupwizard.PRE_CHECKIN_AND_UPDATE;end" id="pre_checkin_and_update">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.google.android.setupwizard.PRE_CHECKIN_AND_UPDATE;end" id="pre_checkin_and_update">
|
||||
<result wizard:action="network_timeout" wizard:name="timeout" wizard:resultCode="101" />
|
||||
<result wizard:action="post_checkin_and_update" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.google.android.setupwizard.NETWORK_TIMEOUT;end" id="network_timeout" />
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.google.android.setupwizard.POST_CHECKIN_AND_UPDATE;end" id="post_checkin_and_update">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.google.android.setupwizard.NETWORK_TIMEOUT;end" id="network_timeout" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.google.android.setupwizard.POST_CHECKIN_AND_UPDATE;end" id="post_checkin_and_update">
|
||||
<result wizard:action="network_check" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.google.android.setupwizard.NETWORK_CHECK;end" id="network_check">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.google.android.setupwizard.NETWORK_CHECK;end" id="network_check">
|
||||
<result wizard:action="network_unavailable" wizard:name="no_connection" wizard:resultCode="1" />
|
||||
<result wizard:action="load_account_intent" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.google.android.setupwizard.NETWORK_TIMEOUT;end" id="network_unavailable" />
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.google.android.setupwizard.LOAD_ADD_ACCOUNT_INTENT;end" id="load_account_intent" />
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.google.android.setupwizard.ACCOUNT_SETUP;end" id="account_setup">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.google.android.setupwizard.NETWORK_TIMEOUT;end" id="network_unavailable" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.google.android.setupwizard.LOAD_ADD_ACCOUNT_INTENT;end" id="load_account_intent" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.google.android.setupwizard.ACCOUNT_SETUP;end" id="account_setup">
|
||||
<result wizard:action="no_account_flow" wizard:name="skip" wizard:resultCode="1" />
|
||||
<result wizard:action="rollback_auth_early_update" wizard:name="unintentional_cancel" wizard:resultCode="102" />
|
||||
<result wizard:action="oem_post_setup" wizard:name="dpm_user_complete" wizard:resultCode="111" />
|
||||
@@ -70,7 +58,7 @@
|
||||
<WizardAction wizard:script="android.resource://com.google.android.setupwizard/xml/wizard_script_rollback_auth_early_update_flow" id="rollback_auth_early_update">
|
||||
<result wizard:action="load_account_intent" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.google.android.setupwizard.GMS_ACCOUNT_CHECKIN;end" id="gms_account_checkin">
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.google.android.setupwizard.GMS_ACCOUNT_CHECKIN;end" id="gms_account_checkin">
|
||||
<result wizard:action="no_account_flow" wizard:name="skip" wizard:resultCode="1" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:flow="UserAccountFlow" wizard:script="android.resource://com.google.android.setupwizard/xml/wizard_script_user_account_flow" id="account_flow">
|
||||
@@ -79,8 +67,8 @@
|
||||
<WizardAction wizard:script="android.resource://com.google.android.setupwizard/xml/wizard_script_user_account_flow" id="no_account_flow">
|
||||
<result wizard:action="oem_post_setup" />
|
||||
</WizardAction>
|
||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE;end" id="oem_post_setup" />
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.google.android.setupwizard.KID_POST_SETUP;end" id="kid_post_setup" />
|
||||
<WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.EXIT;end" id="exit" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=org.lineageos.setupwizard;action=org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE;end" id="oem_post_setup" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.google.android.setupwizard.KID_POST_SETUP;end" id="kid_post_setup" />
|
||||
<WizardAction wizard:uri="intent:#Intent;package=com.google.android.setupwizard;action=com.android.setupwizard.EXIT;end" id="exit" />
|
||||
<WizardAction id="END_OF_SCRIPT" />
|
||||
</WizardScript>
|
||||
|
@@ -1,17 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The CyanogenMod Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<explode/>
|
@@ -1,25 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The CyanogenMod Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<transitionSet xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:transitionOrdering="sequential">
|
||||
<changeBounds/>
|
||||
<slide android:slideEdge="left" >
|
||||
<targets>
|
||||
<target android:targetId="@id/page" />
|
||||
</targets>
|
||||
</slide>
|
||||
</transitionSet>
|
@@ -1,25 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The CyanogenMod Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<transitionSet xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:transitionOrdering="sequential">
|
||||
<changeBounds/>
|
||||
<slide android:slideEdge="right" >
|
||||
<targets>
|
||||
<target android:targetId="@id/page" />
|
||||
</targets>
|
||||
</slide>
|
||||
</transitionSet>
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Opstel Ghoeroe</string>
|
||||
@@ -23,43 +12,18 @@
|
||||
<string name="done">Gedoen</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="loading">Net \'n sekonde\u2026</string>
|
||||
<string name="setup_complete">Opstelling is voltooi</string>
|
||||
<string name="setup_welcome">Welkom</string>
|
||||
<string name="emergency_call">Noodoproep</string>
|
||||
<string name="setup_locale">Taal</string>
|
||||
<string name="setup_wifi">Kies Wi\u2011Fi</string>
|
||||
<string name="sim_locale_changed">%1$s SIM opgespoor</string>
|
||||
<string name="setup_sim_missing">SIM-kaart ontbreek</string>
|
||||
<string name="setup_choose_data_sim">Kies \'n SIM vir data</string>
|
||||
<string name="setup_location">Ligging dienste</string>
|
||||
<string name="setup_other">Ander dienste</string>
|
||||
<string name="setup_datetime">Datum & tyd</string>
|
||||
<string name="setup_current_date">Huidige datum</string>
|
||||
<string name="setup_current_time">Huidige tyd</string>
|
||||
<string name="sim_missing_summary" product="tablet">\'n SIM-kaart is nie bespeur in jou tablet. Om \'n SIM-kaart by te voeg, lees die instruksies wat saam gekom het met jou tablet.</string>
|
||||
<string name="sim_missing_summary" product="default">\'n SIM-kaart is nie bespeur in jou foon. Om \'n SIM-kaart by te voeg, lees die instruksies wat saam gekom het met jou foon.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">Watter SIM wil jy gebruik vir data? Die gekose SIM kan netwerk koste aangaan, dit sal gebruik word met die opstel van jou tablet.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Watter SIM wil jy gebruik vir data? Die gekose SIM kan netwerk koste aangaan, dit sal gebruik word met die opstel van jou foon.</string>
|
||||
<string name="setup_datetime">Datum & tyd</string>
|
||||
<string name="date_time_summary">Stel jou tydsone en pas huidige datum en tyd toe, indien nodig</string>
|
||||
<string name="setup_current_date">Huidige datum</string>
|
||||
<string name="setup_current_time">Huidige tyd</string>
|
||||
<string name="setup_location">Ligging dienste</string>
|
||||
<string name="location_access_summary"><b>Laat programme toe wat jou toestemming gevra het</b> om jou ligging inligting te gebruik. Dit kan jou huidige ligging en plekke asook liggings en plekke uit die verlede insluit.</string>
|
||||
<string name="setup_mobile_data">Skakel mobiele data aan</string>
|
||||
<string name="setup_mobile_data_no_service">Geen diens</string>
|
||||
<string name="setup_mobile_data_emergency_only">Net Noodoproepe</string>
|
||||
<string name="enable_mobile_data_summary">Wil jy sellulêre data aanskakel gedurende opstelling? Wanneer aangeskakel kan dit tot data kostes lui.</string>
|
||||
<string name="no">Nee</string>
|
||||
<string name="yes">Ja</string>
|
||||
<string name="emergency_call">Noodoproep</string>
|
||||
<string name="setup_services">LineageOS kenmerke</string>
|
||||
<string name="services_os_nav_keys_label"><b>Gebruik skerm navigasie sleutels</b> in plaas van hardeware sleutels.</string>
|
||||
<string name="settings_biometric_setup_title">Kies nog \'n skerm sluit tipe</string>
|
||||
<string name="settings_biometric_setup_details">Hoe wil jy jou skerm sluit?</string>
|
||||
<string name="fingerprint_setup_title">Vingerafdruk opstelling</string>
|
||||
<string name="fingerprint_setup_summary">Om jou vingerafdruk sensor te gebruik om jou skerm te ontsluit, benodig jy:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Voeg jou vingerafdruk by</string>
|
||||
<string name="biometric_setup_backup_lock_method">Stel \'n tweede ontsluit metode op</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Stel skerm sluit op</string>
|
||||
<string name="sim_locale_changed">%1$s SIM opgespoor</string>
|
||||
<string name="settings_lockscreen_setup_title">Kies skerm sluit tipe</string>
|
||||
<string name="settings_lockscreen_setup_details">Hoe wil jy jou skerm sluit?</string>
|
||||
<string name="lockscreen_setup_title" product="default">Beskerm jou foon</string>
|
||||
<string name="lockscreen_setup_summary"><b>Beskerm die toestel</b>\" en vereis \'n PIN, patroon of wagwoord om skerm te ontsluit\"</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Stel op</string>
|
||||
</resources>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 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>
|
||||
@@ -23,55 +12,37 @@
|
||||
<string name="done">تم</string>
|
||||
<string name="ok">موافق</string>
|
||||
<string name="loading">ثانية واحدة</string>
|
||||
<string name="setup_complete">الإعداد تم</string>
|
||||
<string name="setup_welcome">مرحبا</string>
|
||||
<string name="setup_welcome_message">مرحبا بك في <xliff:g id="name" example="LineageOS">%1$s</xliff:g></string>
|
||||
<string name="emergency_call">مكالمة طوارئ</string>
|
||||
<string name="accessibility_settings">إعدادات إمكانية الوصول</string>
|
||||
<string name="setup_locale">اللغة</string>
|
||||
<string name="setup_wifi">تحديد الواي فاي</string>
|
||||
<string name="sim_locale_changed">تم اكتشاف %1$s SIM</string>
|
||||
<string name="setup_sim_missing">شريحة SIM مفقودة</string>
|
||||
<string name="setup_choose_data_sim">اختر شريحة SIM للبيانات</string>
|
||||
<string name="setup_location">خدمات الموقع</string>
|
||||
<string name="setup_other">خدمات أخرى</string>
|
||||
<string name="setup_datetime">التاريخ والوقت</string>
|
||||
<string name="setup_current_date">التاريخ الحالي</string>
|
||||
<string name="setup_current_time">الوقت الحالي</string>
|
||||
<string name="sim_missing_summary" product="tablet">لم يتم العثور على شريحة SIM في الكمبيوتر اللوحي الخاص بك. لإدخال شريحة SIM، عليك قراءة الإرشادات المرفقة بجهازك.</string>
|
||||
<string name="sim_missing_summary" product="default">لم يتم العثور على شريحة SIM في هاتفك. لإدخال شريحة SIM، عليك قراءة الإرشادات المرفقة بجهازك.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">أي شريحة SIM تريد استخدامها للبيانات؟ شريحة SIM المحددة قد يترتب عليها رسوماً للشبكة لأنها ستُستخدم لإعداد الكمبيوتر اللوحي الخاص بك.</string>
|
||||
<string name="choose_data_sim_summary" product="default">أي شريحة SIM تريد استخدامها للبيانات؟ شريحة SIM المحددة قد يترتب عليها رسوماً للشبكة لأنها ستُستخدم لإعداد هاتفك.</string>
|
||||
<string name="setup_datetime">التاريخ والوقت</string>
|
||||
<string name="date_time_summary">تعيين منطقتك الزمنية وضبط الوقت والتاريخ الحالي إذا لزم الأمر</string>
|
||||
<string name="location_access_summary"><b>يسمح للتطبيقات التي طلبت إذنك</b> باستخدام معلومات موقعك. وقد يشمل ذلك موقعك الحالي ومواقعك السابقة.</string>
|
||||
<string name="setup_mobile_data">تشغيل البيانات الخلوية</string>
|
||||
<string name="setup_mobile_data_no_service">لا توجد خدمة</string>
|
||||
<string name="setup_mobile_data_emergency_only">مكالمات الطوارئ فقط</string>
|
||||
<string name="enable_mobile_data_summary">هل تريد استخدام البيانات الخلوية أثناء عملية الإعداد؟ قد يخضع تشغيل البيانات الخلوية إلى تطبيق رسوم بيانات.</string>
|
||||
<string name="no">لا</string>
|
||||
<string name="yes">نعم</string>
|
||||
<string name="data_sim_name">شريحة <xliff:g id="sub">%1$d</xliff:g> - <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="emergency_call">مكالمة طوارئ</string>
|
||||
<string name="setup_services">ميزات LineageOS</string>
|
||||
<string name="services_help_improve_cm">ساهم في تحسين <xliff:g id="name" example="LineageOS">%s</xliff:g></string>
|
||||
<string name="services_os_nav_keys_label"><b>استخدام مفاتيح التنقل على الشاشة</b> بدلاً من مفاتيح الأجهزة.</string>
|
||||
<string name="settings_biometric_setup_title">حدد نوعاً احتياطياً لشاشة القفل</string>
|
||||
<string name="settings_biometric_setup_details">كيف تريد إقفال الشاشة؟</string>
|
||||
<string name="fingerprint_setup_title">إنشاء بصمة الإصبع</string>
|
||||
<string name="fingerprint_setup_summary">لاستخدام مستشعر بصمات الأصابع لفتح شاشتك، سيكون عليك:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">أضف بصمتك</string>
|
||||
<string name="face_setup_title">إعداد الوجه</string>
|
||||
<string name="face_setup_summary">لاستخدام وجهك في فتح شاشتك، سيكون عليك:</string>
|
||||
<string name="face_setup_add_face">إضافة وجهك</string>
|
||||
<string name="biometric_setup_backup_lock_method">إنشاء طريقة احتياطية لإلغاء إقفال الشاشة</string>
|
||||
<string name="biometric_setup_screen_lock_setup">إنشاء إقفال الشاشة</string>
|
||||
<string name="sim_locale_changed">تم اكتشاف %1$s SIM</string>
|
||||
<string name="settings_lockscreen_setup_title">حدد نوع شاشة القفل</string>
|
||||
<string name="settings_lockscreen_setup_details">كيف تريد إقفال الشاشة؟</string>
|
||||
<string name="lockscreen_setup_title" product="tablet">حماية جهازك اللوحي</string>
|
||||
<string name="lockscreen_setup_title" product="default">حماية هاتفك</string>
|
||||
<string name="lockscreen_setup_summary"><b>حماية هذا الجهاز</b> وطلب رقم تعريف شخصي أو نمط أو كلمة مرور لإلغاء قفل الشاشة.</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">إعداد</string>
|
||||
<string name="setup_current_date">التاريخ الحالي</string>
|
||||
<string name="setup_current_time">الوقت الحالي</string>
|
||||
<string name="intro_restore_title">استعادة التطبيقات والبيانات</string>
|
||||
<string name="intro_restore_button">استعادة من نسخة احتياطية</string>
|
||||
<string name="setup_location">خدمات الموقع</string>
|
||||
<string name="location_access_summary"><b>يسمح للتطبيقات التي طلبت إذنك</b> باستخدام معلومات موقعك. وقد يشمل ذلك موقعك الحالي ومواقعك السابقة.</string>
|
||||
<string name="location_agps_access_summary">عندما يكون الموقع قيد التشغيل، <b>قم بتنزيل بيانات مساعدة الأقمار الصناعية من الإنترنت</b>، مما يمكن أن يحسن أداء بدء تشغيل GPS بشكل كبير.</string>
|
||||
<string name="update_recovery_title">تحديث وضع الاسترداد (recovery)</string>
|
||||
<string name="update_recovery_description">تحديث Lineage Recovery عند أول تشغيل بعد كل تحديث.</string>
|
||||
<string name="update_recovery_warning">سيُحدث وضع الاسترداد بمجرد الانتهاء من الإعداد. إذا كنت ترغب في الحفاظ على وضع الاسترداد الحالي، قم بتعطيل هذه الميزة.</string>
|
||||
<string name="update_recovery_setting">تحديث Lineage Recovery إلى جانب نظام التشغيل</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>
|
||||
<string name="setup_services">ميزات LineageOS</string>
|
||||
<string name="services_find_privacy_policy">يمكنك قراءة سياسة الخصوصية على جهاز آخر بزيارة <xliff:g id="uri" example="https://lineageos.org/legal">%1$s</xliff:g></string>
|
||||
<string name="services_help_improve_cm">ساهم في تحسين <xliff:g id="name" example="LineageOS">%s</xliff:g></string>
|
||||
<string name="services_os_nav_keys_label"><b>استخدام مفاتيح التنقل على الشاشة</b> بدلاً من مفاتيح الأجهزة.</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>
|
||||
<string name="setup_navigation">التنقل</string>
|
||||
<string name="navigation_summary">اختر طريقة التنقل المفضلة</string>
|
||||
<string name="gesture_navigation">التنقل بالإيماءات</string>
|
||||
<string name="two_button_navigation">التنقل باستخدام زرّين</string>
|
||||
<string name="navbar_navigation">التنقل باستخدام ثلاثة أزرار</string>
|
||||
<string name="hide_gesture_hint">إخفاء تلميحات التنقل الإيمائي</string>
|
||||
</resources>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 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>
|
||||
@@ -22,37 +11,16 @@
|
||||
<string name="start">আৰম্ভ</string>
|
||||
<string name="ok">ঠিক</string>
|
||||
<string name="loading">মাত্র একছেকেণ্ড\u2026</string>
|
||||
<string name="setup_complete">ছেটআপ সম্পূৰ্ণ হৈছে</string>
|
||||
<string name="setup_welcome">স্বাগতম</string>
|
||||
<string name="setup_wifi">Wi-Fi চয়ন কৰক</string>
|
||||
<string name="emergency_call">জৰুৰীকালীন কল</string>
|
||||
<string name="sim_locale_changed">%1$s SIM চিনাক্ত কৰা হৈছে</string>
|
||||
<string name="setup_sim_missing">SIM কার্ড হেৰাইছে</string>
|
||||
<string name="setup_choose_data_sim">ডাটাৰ বাবে এখন SIM কাৰ্ড পচন্দ কৰক</string>
|
||||
<string name="setup_location">স্থান সেৱাসমূহ</string>
|
||||
<string name="setup_other">অন্যান্য সেৱাবোৰ</string>
|
||||
<string name="setup_datetime">তাৰিখ আৰু সময়</string>
|
||||
<string name="setup_current_date">চলিত তাৰিখ</string>
|
||||
<string name="setup_current_time">চলিত সময়</string>
|
||||
<string name="sim_missing_summary" product="tablet">আপোনাৰ টেবলেটত এখন SIM কাৰ্ড চিনাক্ত কৰা হোৱা নাই। এখন SIM কাৰ্ড আন্তঃসংযোগ কৰিবলৈ আপোনাৰ ডিভাইচৰ সৈতে অহা নিৰ্দেশনা পঢ়ক।</string>
|
||||
<string name="sim_missing_summary" product="default">আপোনাৰ ফোনত এখন SIM কাৰ্ড চিনাক্ত কৰা হোৱা নাই। এখন SIM কাৰ্ড আন্তঃসংযোগ কৰিবলৈ আপোনাৰ ডিভাইচৰ সৈতে অহা নিৰ্দেশনা পঢ়ক।</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">ডাটাৰ বাবে আপুনি কোনখন SIM ব্যৱহাৰ কৰিবলৈ বিচাৰে? নিৰ্বাচিত SIM ৰ বাবে নেটৱৰ্ক মাচুল লাগিব পাৰে যিহেতু আপোনাৰ টেবলেট কম্পিউটাৰ ছেটআপ কৰিবলৈ ইয়াক ব্যৱহাৰ কৰা হ\'ব।</string>
|
||||
<string name="choose_data_sim_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="setup_mobile_data">ম\'বাইল ডাটা অন কৰক</string>
|
||||
<string name="setup_mobile_data_no_service">ছাৰ্ভিচ নাই</string>
|
||||
<string name="setup_mobile_data_emergency_only">কেৱলমাত্ৰ জৰুৰীকালীন ফোনসমূহ</string>
|
||||
<string name="enable_mobile_data_summary">আপুনি ছেটআপৰ সময়ত ম\'বাইল ডাটা ব্যৱহাৰ কৰিব বিচাৰে নে? ম\'বাইল ডাটা অন কৰাটো ডাটা মাচুল সাপেক্ষ হ\'ব পাৰে।</string>
|
||||
<string name="no">নহয়</string>
|
||||
<string name="yes">হয়</string>
|
||||
<string name="emergency_call">জৰুৰীকালীন কল</string>
|
||||
<string name="services_os_nav_keys_label">হাৰ্ডৱেৰ কীবোৰৰ পৰিৱৰ্তে স্ক্ৰীণ <b>নেভিগেচন কীবোৰ ব্যৱহাৰ কৰক</b>।</string>
|
||||
<string name="settings_biometric_setup_title">স্ক্ৰীণৰ বেকআপ লকৰ প্ৰকাৰ চয়ন কৰক</string>
|
||||
<string name="settings_biometric_setup_details">আপুনি আপোনাৰ স্ক্ৰীণ লক কেনেকৈ কৰিবলৈ বিচাৰিব?</string>
|
||||
<string name="fingerprint_setup_title">আঙুলিৰছাপ ছেটআপ</string>
|
||||
<string name="fingerprint_setup_summary">আপোনাৰ স্ক্ৰীণ আনলক কৰিবলৈ আঙুলিৰছাপ চেনচৰ ব্যৱহাৰ কৰিবলৈ, আপোনাৰ প্ৰয়োজন হ\'ব:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">আপোনাৰ আঙুলিৰছাপ যোগ কৰক</string>
|
||||
<string name="biometric_setup_backup_lock_method">দ্বিতীয় এটা আনলক পদ্ধতি ছেটআপ কৰক</string>
|
||||
<string name="biometric_setup_screen_lock_setup">স্ক্ৰীণ লক ছেটআপ কৰক</string>
|
||||
<string name="sim_locale_changed">%1$s SIM চিনাক্ত কৰা হৈছে</string>
|
||||
<string name="settings_lockscreen_setup_details">আপুনি আপোনাৰ স্ক্ৰীণ লক কেনেকৈ কৰিবলৈ বিচাৰিব?</string>
|
||||
</resources>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Encontu pa la configuración</string>
|
||||
@@ -23,58 +12,42 @@
|
||||
<string name="done">Fecho</string>
|
||||
<string name="ok">D\'acuerdu</string>
|
||||
<string name="loading">Un segundín\u2026</string>
|
||||
<string name="setup_welcome">Afáyate</string>
|
||||
<string name="setup_welcome_message">Afáyate en <xliff:g id="name" example="LineageOS">%1$s</xliff:g></string>
|
||||
<string name="emergency_call">Llamada d\'emerxencia</string>
|
||||
<string name="accessibility_settings">Configuración de l\'accesibilidá</string>
|
||||
<string name="setup_locale">Llingua</string>
|
||||
<string name="sim_locale_changed">Detectóse la locale «%1$s» de la SIM</string>
|
||||
<string name="setup_sim_missing">Falta la tarxeta SIM</string>
|
||||
<string name="setup_location">Servicios de llocalización</string>
|
||||
<string name="setup_other">Otros servicios</string>
|
||||
<string name="setup_datetime">Data y hora</string>
|
||||
<string name="setup_current_date">Data actual</string>
|
||||
<string name="setup_current_time">Hora actual</string>
|
||||
<string name="sim_missing_summary" product="tablet">Nun se detectó nenguna tarxeta SIM na tableta. Pa inxertar una, llei les instrucciones que vinieron col preséu.</string>
|
||||
<string name="sim_missing_summary" product="default">Nun se detectó nenguna tarxeta SIM nel teléfonu. Pa inxertar una, llei les instrucciones que vinieron col preséu.</string>
|
||||
<string name="setup_datetime">Data y hora</string>
|
||||
<string name="date_time_summary">Si ye preciso, afita\'l to fusu horariu y configura la data y la hora actuales</string>
|
||||
<string name="setup_current_date">Data actual</string>
|
||||
<string name="setup_current_time">Hora actual</string>
|
||||
<string name="intro_restore_title">Restauración d\'aplicaciones y datos</string>
|
||||
<string name="intro_restore_subtitle">Si tienes una copia de seguranza de Seedvault de <xliff:g id="name" example="LineageOS">%s</xliff:g> o d\'otru SO, pues restaurala equí.</string>
|
||||
<string name="setup_location">Servicios de llocalización</string>
|
||||
<string name="location_access_summary"><b>Permitir que les aplicaciones que pidieren el to permisu</b> usen la información de la llocalización. Esta opción pue incluyir la llocalización actual y les anteriores.</string>
|
||||
<string name="setup_mobile_data_emergency_only">Namás llamaes d\'emerxencia</string>
|
||||
<string name="enable_mobile_data_summary">¿Quies usar los datos móviles na configuración? La so activación pue xenerar cargos.</string>
|
||||
<string name="no">Non</string>
|
||||
<string name="yes">Sí</string>
|
||||
<string name="data_sim_name">SIM <xliff:g id="sub">%1$d</xliff:g> - <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="emergency_call">Llamada d\'emerxencia</string>
|
||||
<string name="accessibility_settings">Axustes de l\'accesibilidá</string>
|
||||
<string name="location_agps_access_summary">Al activar la llocalización, <b>baxa los datos d\'asistencia satelitales d\'internet</b> que puen ameyorar muncho\'l rindimientu inicial del GPS</string>
|
||||
<string name="update_recovery_title">Anovar el recovery de Lineage</string>
|
||||
<string name="update_recovery_description">Anueva\'l recovery de Lineage nel primer arrinque de cada anovamientu.</string>
|
||||
<string name="update_recovery_warning">El recovery anuévase namás que fine la configuración. Si nun lu quies tocar, desactiva esta función.</string>
|
||||
<string name="update_recovery_setting">Anovar el recovery xunto con LineageOS</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>
|
||||
<string name="setup_services">Funciones de LineageOS</string>
|
||||
<string name="services_pp_explanation">Estos servicios funcionen p\'aumentar les funciones del preséu. Los datos van usase d\'acuerdu cola política de privacidá de <xliff:g id="name" example="LineageOS">%1$s</xliff:g></string>
|
||||
<string name="services_find_privacy_policy">Pues lleer la política de privacidá n\'otru preséu pente la visita a <xliff:g id="uri" example="https://lineageos.org/legal">%1$s</xliff:g></string>
|
||||
<string name="services_help_improve_cm">Ayudar a ameyorar <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> pente l\'unviu los datos de diagnósticu y d\'usu a <xliff:g id="name" example="LineageOS">%2$s</xliff:g>. Esta información nun se pue usar pa identificate mas val p\'agabitar a los desendolcadores pa que trabayen en coses como la duración de la batería, el rindimientu de les aplicaciones y les funciones nueves de <xliff:g id="name" example="LineageOS">%3$s</xliff:g>.</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>
|
||||
<string name="settings_biometric_setup_details">¿Cómo quies bloquiar la pantalla?</string>
|
||||
<string name="fingerprint_setup_title">Configuración de buelgues</string>
|
||||
<string name="fingerprint_setup_summary">Pa usar el sensor de buelgues y desbloquiar la pantalla:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Amiesta la to buelga</string>
|
||||
<string name="face_setup_title">Configuración facial</string>
|
||||
<string name="face_setup_summary">Pa usar la cara y desbloquiar la pantalla:</string>
|
||||
<string name="face_setup_add_face">Amiesta la to cara</string>
|
||||
<string name="biometric_setup_backup_lock_method">Configura un métodu secundariu de desbloquéu</string>
|
||||
<string name="sim_locale_changed">Detectóse la locale «%1$s» de la SIM</string>
|
||||
<string name="settings_lockscreen_setup_details">¿Cómo quies bloquiar la pantalla?</string>
|
||||
<string name="lockscreen_setup_title" product="tablet">Proteición de la tableta</string>
|
||||
<string name="lockscreen_setup_title" product="default">Proteición del teléfonu</string>
|
||||
<string name="lockscreen_setup_summary"><b>Protexi esti preséu</b> y riqui un PIN, una contraseña o un patrón pa desbloquiar la pantalla</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Configurar</string>
|
||||
<string name="intro_restore_title">Restauración d\'aplicaciones y datos</string>
|
||||
<string name="intro_restore_subtitle" product="tablet">Si tienes dalguna copia de seguranza de <xliff:g id="name" example="LineageOS">%s</xliff:g> pa la tableta, pues restaurala equí.</string>
|
||||
<string name="intro_restore_subtitle" product="default">Si tienes dalguna copia de seguranza de <xliff:g id="name" example="LineageOS">%s</xliff:g> pal teléfonu, pues restaurala equí.</string>
|
||||
<string name="update_recovery_title">Anovar el recovery de Lineage</string>
|
||||
<string name="update_recovery_description">Anueva\'l recovery de Lineage nel primer arrinque de cada anovamientu.</string>
|
||||
<string name="update_recovery_warning">El recovery anuévase namás que fine la configuración. Si nun lu quies tocar, desactiva esta función.</string>
|
||||
<string name="update_recovery_setting">Anovar el recovery xunto con LineageOS</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>
|
||||
<string name="setup_navigation">Navegación</string>
|
||||
<string name="navigation_summary">Escueyi\'l métodu de navegación preferíu</string>
|
||||
<string name="gesture_navigation">Navegación xestual</string>
|
||||
<string name="two_button_navigation">Navegación con dos botones</string>
|
||||
<string name="navbar_navigation">Navegación con trés botones</string>
|
||||
<string name="hide_gesture_hint">Anubrir l\'indicador de la navegación xestual</string>
|
||||
<string name="hide_gesture_hint">Esconder l\'indicador de la navegación xestual</string>
|
||||
<string name="setup_theme">Estilu</string>
|
||||
<string name="theme_summary">L\'estilu «Escuridá» usa un fondu en prieto p\'ayudar a que la batería de los preseos con pantalles OLED dure más</string>
|
||||
<string name="dark">Escuridá</string>
|
||||
<string name="light">Claridá</string>
|
||||
</resources>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Quraşdırma Sehrbazı</string>
|
||||
@@ -23,70 +12,45 @@
|
||||
<string name="done">Hazırdır</string>
|
||||
<string name="ok">Oldu</string>
|
||||
<string name="loading">Bir saniyə\u2026</string>
|
||||
<string name="setup_complete">Quraşdırma tamamlandı</string>
|
||||
<string name="setup_welcome">Xoş gəldiniz</string>
|
||||
<string name="setup_welcome_message"><xliff:g id="name" example="LineageOS">%1$s</xliff:g> xoş gəldiniz</string>
|
||||
<string name="setup_managed_profile_welcome_message">İş profilinizi qurun</string>
|
||||
<string name="emergency_call">Fövqəladə hal zəngləri</string>
|
||||
<string name="accessibility_settings">Əlçatımlılıq ayarları</string>
|
||||
<string name="setup_locale">Dil</string>
|
||||
<string name="setup_wifi">Wi-Fi seçin</string>
|
||||
<string name="sim_locale_changed">%1$s SIM aşkarlandı</string>
|
||||
<string name="setup_sim_missing">SIM kart yoxdur</string>
|
||||
<string name="setup_choose_data_sim">İnternet üçün bir SIM seçin</string>
|
||||
<string name="setup_location">Yerləşmə xidmətləri</string>
|
||||
<string name="setup_other">Digər xidmətlər</string>
|
||||
<string name="setup_datetime">Tarix & vaxt</string>
|
||||
<string name="setup_current_date">Hazırki tarix</string>
|
||||
<string name="setup_current_time">Hazırki vaxt</string>
|
||||
<string name="sim_missing_summary" product="tablet">Planşetinizdə SIM kart aşkarlanmadı. SIM kart taxmaq üçün cihazınızla birgə gələn təlimatları oxuyun.</string>
|
||||
<string name="sim_missing_summary" product="default">Telefonunuzda SIM kart aşkarlanmadı. SIM kart taxmaq üçün cihazınızla birgə gələn təlimatları oxuyun.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">Hansı SIM-i internet üçün istifadə etmək istəyirsiz? Şəbəkə planşetinizin quraşdırılması üçün seçilən SIM-ə görə ödəniş tətbiq edə bilər.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Hansı SIM-i internet üçün istifadə etmək istəyirsiz? Şəbəkə telefonunuzun quraşdırılması üçün seçilən SIM-ə görə ödəniş tətbiq edə bilər.</string>
|
||||
<string name="date_time_summary">Saat qurşağınızı seçin və lazım olsa hazırki tarix və saatı tənzimləyin</string>
|
||||
<string name="location_access_summary"><b>Yer məlumatlarınızı istəyən tətbiqetmələrə icazə ver.</b> Bu hazırki və keçmiş yerləşmənizi ehtiva edə bilər.</string>
|
||||
<string name="setup_mobile_data">Mobil interneti aç</string>
|
||||
<string name="setup_mobile_data_no_service">Xidmət yoxdur</string>
|
||||
<string name="setup_mobile_data_emergency_only">Yalnız fövqəladə vəziyyət zəngləri</string>
|
||||
<string name="enable_mobile_data_summary">Quraşdırma vaxtı mobil interneti istifadə etmək istəyirsiniz? Mobil interneti açmaq əlavə xərclərə səbəb ola bilər.</string>
|
||||
<string name="no">Xeyr</string>
|
||||
<string name="yes">Bəli</string>
|
||||
<string name="data_sim_name">SIM <xliff:g id="sub">%1$d</xliff:g> - <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="emergency_call">Fövqəladə vəziyyət zəngləri</string>
|
||||
<string name="accessibility_settings">Əlçatımlılıq tənzimləmələri</string>
|
||||
<string name="setup_datetime">Tarix & vaxt</string>
|
||||
<string name="date_time_summary">Saat qurşağınızı seçin və lazım olsa hazırkı tarix və saatı ayarlayın</string>
|
||||
<string name="setup_current_date">Hazırkı tarix</string>
|
||||
<string name="setup_current_time">Hazırkı vaxt</string>
|
||||
<string name="intro_restore_title">Tətbiqləri və datanı bərpa et</string>
|
||||
<string name="intro_restore_subtitle"><xliff:g id="name" example="LineageOS">%s</xliff:g> və ya başqa bir əməliyyat sistemindən Seedvault nüsxəniz varsa, onu burada bərpa edə bilərsiniz.</string>
|
||||
<string name="intro_restore_button">Nüsxədən bərpa et</string>
|
||||
<string name="setup_location">Yerləşmə xidmətləri</string>
|
||||
<string name="location_access_summary"><b>Yer məlumatlarınızı istəyən tətbiqlərə icazə verin.</b> Bu hazırkı və keçmiş yerləşmənizi ehtiva edə bilər.</string>
|
||||
<string name="location_agps_access_summary">Yerləşmə açıq olduqda, <b>peyk köməkçi datalarını internetdən endirin</b>, bu GPS-in başlatma performansını əhəmiyyətli dərəcədə artıra bilər.</string>
|
||||
<string name="update_recovery_title">Lineage Geri qaytarma Rejimini Güncəllə</string>
|
||||
<string name="update_recovery_description">Hər güncəlləmədən sonrakı ilk açılışda Lineage Geri qaytarma rejimini güncəlləyir.</string>
|
||||
<string name="update_recovery_warning">Quraşdırma bitən kimi Geri qaytarma rejimi güncəllənəcək. Sağlam qalmasını istəyirsinizsə, bu özəlliyi sıradan çıxardın.</string>
|
||||
<string name="update_recovery_setting">ƏS ilə birgə Lineage Geri qaytarma rejimini də güncəllə</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>
|
||||
<string name="setup_services">LineageOS özəllikləri</string>
|
||||
<string name="services_pp_explanation">Bu xidmətlər cihazınızın imkanlarını artırır. Verilənlər, <xliff:g id="name" example="LineageOS">%1$s</xliff:g>un gizlilik siyasətinə uyğun olaraq istifadə ediləcək.</string>
|
||||
<string name="services_pp_explanation">Bu xidmətlər cihazınızın imkanlarını artırır. Datalar, <xliff:g id="name" example="LineageOS">%1$s</xliff:g>un gizlilik siyasətinə uyğun olaraq istifadə ediləcək.</string>
|
||||
<string name="services_find_privacy_policy">Gizlilik siyasətini fərqli cihazda <xliff:g id="uri" example="https://lineageos.org/legal">%1$s</xliff:g> ünvanını ziyarət edərək oxuya bilərsiniz</string>
|
||||
<string name="services_help_improve_cm"><xliff:g id="name" example="LineageOS">%s</xliff:g>u təkmilləşdirməyə kömək edin</string>
|
||||
<string name="services_metrics_label"><xliff:g id="name" example="LineageOS">%2$s</xliff:g>-a diaqnostikanı və istifadə verilənlərini avtomatik göndərərək <xliff:g id="name" example="Help improve LineageOS">%1$s</xliff:g>. Bu məlumatlar, kimliyinizi müəyyənləşdirmək üçün istifadə edilmir və batareya ömrü, tətbiq performansı və yeni <xliff:g id="name" example="LineageOS">%3$s</xliff:g> xüsusiyyətləri kimi işlərlə məşğul olan komandalara kömək edir.</string>
|
||||
<string name="services_metrics_label"><xliff:g id="name" example="LineageOS">%2$s</xliff:g>-a diaqnostikanı və istifadə datasıını avtomatik göndərərək <xliff:g id="name" example="Help improve LineageOS">%1$s</xliff:g>. Bu məlumatlar, kimliyinizi müəyyənləşdirmək üçün istifadə edilmir və batareya ömrü, tətbiq performansı və yeni <xliff:g id="name" example="LineageOS">%3$s</xliff:g> xüsusiyyətləri kimi işlərlə məşğul olan komandalara kömək edir.</string>
|
||||
<string name="services_os_nav_keys_label"><b>Avadanlıq düymələri əvəzinə ekran üstü hərəkət düymələrindən istifadə edin.</b></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>
|
||||
<string name="settings_biometric_setup_title">Ehtiyat ekran kilidi növünü seçin</string>
|
||||
<string name="settings_biometric_setup_details">Ekranınızı necə kilidləmək istərdiniz?</string>
|
||||
<string name="fingerprint_setup_title">Barmaq izi quraşdırma</string>
|
||||
<string name="fingerprint_setup_summary">Ekran kilidini açmaq üçün barmaq izi sensorunuzun istifadəsi üçün:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Barmaq izinizi əlavə edin</string>
|
||||
<string name="face_setup_title">Üz quraşdırma</string>
|
||||
<string name="face_setup_summary">Ekran kilidini açmaq üçün üzün istifadəsi üçün:</string>
|
||||
<string name="face_setup_add_face">Üzünüzü əlavə edin</string>
|
||||
<string name="biometric_setup_backup_lock_method">İkinci kilid açma üsulunu quraşdırın</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Ekran kilidi qurun</string>
|
||||
<string name="sim_locale_changed">%1$s SIM aşkarlandı</string>
|
||||
<string name="settings_lockscreen_setup_title">Ekran kilid növünü seçin</string>
|
||||
<string name="settings_lockscreen_setup_details">Ekranınızı necə kilidləmək istərdiniz?</string>
|
||||
<string name="lockscreen_setup_title" product="tablet">Planşetinizi qoruyun</string>
|
||||
<string name="lockscreen_setup_title" product="default">Telefonunuzu qoruyun</string>
|
||||
<string name="lockscreen_setup_summary"><b>Bu cihazı qoruyun</b> və ekran kilidini açmaq üçün PIN, forma və ya parol tələb edin</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Qur</string>
|
||||
<string name="intro_restore_title">Tətbiq və verilənləri bərpa edin</string>
|
||||
<string name="intro_restore_subtitle" product="tablet">Son <xliff:g id="name" example="LineageOS">%s</xliff:g> planşetinizdə bir nüsxəniz varsa, burada geri yükləyə bilərsiniz.</string>
|
||||
<string name="intro_restore_subtitle" product="default">Son <xliff:g id="name" example="LineageOS">%s</xliff:g> telefonunuzda bir nüsxəniz varsa, burada geri yükləyə bilərsiniz.</string>
|
||||
<string name="intro_restore_button">Nüsxədən bərpa et</string>
|
||||
<string name="update_recovery_title">Lineage Bərpa Rejimini Güncəllə</string>
|
||||
<string name="update_recovery_description">Hər güncəlləmədən sonrakı ilk açılışda Lineage Bərpa rejimini güncəlləyir.</string>
|
||||
<string name="update_recovery_warning">Quraşdırma bitən kimi Bərpa rejimi güncəllənəcək. Sağlam qalmasını istəyirsinizsə, bu özəlliyi sıradan çıxardın.</string>
|
||||
<string name="update_recovery_setting">ƏS ilə birgə Lineage Bərpa rejimini də güncəllə</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>
|
||||
<string name="setup_navigation">Hərəkət</string>
|
||||
<string name="navigation_summary">Tərcih edilən naviqasiya metodunu seçin</string>
|
||||
<string name="navigation_summary">Tərcih edilən naviqasiya üsulunu seçin</string>
|
||||
<string name="gesture_navigation">Jest hərəkəti</string>
|
||||
<string name="two_button_navigation">2 düyməli hərəkət</string>
|
||||
<string name="navbar_navigation">3 düyməli hərəkət</string>
|
||||
<string name="hide_gesture_hint">Jestlə hərəkət məsləhətini gizlət</string>
|
||||
<string name="setup_theme">Tema</string>
|
||||
<string name="theme_summary">Qaranlıq tema, bəzi ekranlarda batareyanın daha uzun müddət dayanmasına kömək etmək üçün qara arxaplan istifadə edir</string>
|
||||
<string name="dark">Qaranlıq</string>
|
||||
<string name="light">İşıqlı</string>
|
||||
</resources>
|
||||
|
@@ -1,58 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 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="setup_complete">Налада завершана</string>
|
||||
<string name="setup_welcome">Вітаем</string>
|
||||
<string name="setup_wifi">Выбраць сетку Wi-Fi</string>
|
||||
<string name="setup_sim_missing">SIM-карта адсутнічае</string>
|
||||
<string name="setup_choose_data_sim">Абярыце SIM-карту для перадачы дадзеных</string>
|
||||
<string name="setup_location">Службы месцазнаходжання</string>
|
||||
<string name="setup_other">Іншыя службы</string>
|
||||
<string name="setup_welcome_message">Вітаем у <xliff:g id="name" example="LineageOS">%1$s</xliff:g></string>
|
||||
<string name="emergency_call">Экстранны выклік</string>
|
||||
<string name="setup_locale">Мова</string>
|
||||
<string name="setup_sim_missing">SIM-картка адсутнічае</string>
|
||||
<string name="setup_datetime">Дата і час</string>
|
||||
<string name="setup_current_date">Бягучая дата</string>
|
||||
<string name="setup_current_time">Бягучы час</string>
|
||||
<string name="sim_missing_summary" product="tablet">Не выяўлена ўсталяванай SIM-карты ў планшэце. Каб пазнаць, як уставіць SIM-карту, прачытайце інструкцыю да вашай прылады.</string>
|
||||
<string name="sim_missing_summary" product="default">Не выяўлена ўсталяванай SIM-карты ў тэлефоне. Каб пазнаць, як уставіць SIM-карту, прачытайце інструкцыю да вашай прылады.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">Якую SIM вы хочаце скарыстаць для перадачы дадзеных? Абраная SIM можа пацягнуць выдаткі, бо яна будзе выкарыстоўвацца для налады планшэта.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Якую SIM вы хочаце скарыстаць для перадачы дадзеных? Абраная SIM можа пацягнуць выдаткі, бо яна будзе выкарыстоўвацца для налады тэлефона.</string>
|
||||
<string name="date_time_summary">Усталюйце свой часавы пояс і наладзьце бягучую дату і час, калі трэба</string>
|
||||
<string name="location_access_summary"><b>Дазволіць дадаткам, якія запыталі ваш дазвол</b> скарыстаць інфармацыю пра ваша месцазнаходжанне. Гэта можа ўлучаць ваша бягучае і мінулыя месцазнаходжанні.</string>
|
||||
<string name="setup_mobile_data">Падлучыць мабільны трафік</string>
|
||||
<string name="setup_mobile_data_no_service">Няма сеткі</string>
|
||||
<string name="setup_mobile_data_emergency_only">Толькі экстраныя выклікі</string>
|
||||
<string name="enable_mobile_data_summary">Выкарыстоўваць мабільную сувязь падчас налады? Ўключэнне перадачы дадзеных па сотавых сетках можа пацягнуць выдаткі.</string>
|
||||
<string name="no">Не</string>
|
||||
<string name="yes">Так</string>
|
||||
<string name="emergency_call">Экстранны выклік</string>
|
||||
<string name="services_os_nav_keys_label"><b>Скарыстаць на экранные навігацыйныя кнопкі</b> заміж апаратных.</string>
|
||||
<string name="settings_biometric_setup_title">Выбраць рэзервовы спосаб блакавання экрана</string>
|
||||
<string name="settings_biometric_setup_details">Абярыце спосаб блакавання экрана.</string>
|
||||
<string name="fingerprint_setup_title">Налада адбіткаў пальцаў</string>
|
||||
<string name="fingerprint_setup_summary">Каб скарыстаць сканар адбіткаў пальцаў для разблакоўкі экрана, трэба:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Дадаць адбітак пальца</string>
|
||||
<string name="biometric_setup_backup_lock_method">Наладзіць дадатковы спосаб разблакоўкі</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Наладзіць блакаванне экрану</string>
|
||||
<string name="sim_locale_changed">%1$s SIM знойдзена</string>
|
||||
<string name="settings_lockscreen_setup_details">Абярыце спосаб блакавання экрана.</string>
|
||||
<string name="intro_restore_title">Аднавіць праграмы і даныя</string>
|
||||
<string name="setup_location">Службы месцазнаходжання</string>
|
||||
<string name="location_access_summary"><b>Дазволіць праграмам, якія запыталі ваш дазвол</b> выкарыстоўваць інфармацыю вашага месцазнаходжання. Гэта можа ўключаць ваша бягучыя і папярэднія месцазнаходжанні.</string>
|
||||
<string name="location_agps_access_summary">Калі месцазнаходжанне ўключана, <b>спампуйце даныя дапамогі спадарожнікаў з інтэрнэту</b>, якія могуць значна падвысіць хуткасць запуску GPS.</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>
|
||||
<string name="services_os_nav_keys_label"><b>Выкарыстоўваць кнопкі навігацыі на экране</b> замест апаратных.</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>
|
||||
<string name="setup_navigation">Навігацыя</string>
|
||||
<string name="gesture_navigation">Навігацыя жэстамі</string>
|
||||
</resources>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 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>
|
||||
@@ -23,61 +12,29 @@
|
||||
<string name="done">Готово</string>
|
||||
<string name="ok">Добре</string>
|
||||
<string name="loading">Само секунда\u2026</string>
|
||||
<string name="setup_complete">Настройването е завършено</string>
|
||||
<string name="setup_welcome">Добре дошли</string>
|
||||
<string name="setup_locale">Език</string>
|
||||
<string name="setup_wifi">Изберете Wi-Fi</string>
|
||||
<string name="setup_sim_missing">Липсва СИМ карта</string>
|
||||
<string name="setup_choose_data_sim">Изберете СИМ карта за данни</string>
|
||||
<string name="setup_location">Услуги за местоположение</string>
|
||||
<string name="setup_other">Други услуги</string>
|
||||
<string name="setup_datetime">Дата & час</string>
|
||||
<string name="setup_current_date">Днешна дата</string>
|
||||
<string name="setup_current_time">Актуално време</string>
|
||||
<string name="sim_missing_summary" product="tablet">СИМ карта не е открита в таблета. За да научите как да поставите СИМ карта, прочетете инструкциите на устройството.</string>
|
||||
<string name="sim_missing_summary" product="default">СИМ карта не е открита в телефона. За да научите как да поставите СИМ карта, прочетете инструкциите на устройството.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">Коя СИМ карта искате да използвате за данни? Избраната СИМ карта може да добави разходи, тъй като тя ще се използва за настройване на таблета.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Коя СИМ карта искате да използвате за данни? Избраната СИМ карта може да добави разходи, тъй като тя ще се използва за настройване на телефона.</string>
|
||||
<string name="date_time_summary">Задайте часовата си зона и настройте текущата дата и час, ако е необходимо</string>
|
||||
<string name="location_access_summary"><b>Разреши приложения, които са поискали разрешение</b> за да използва информацията за вашето местоположение. Това може да включва текущото местоположение и последните места.</string>
|
||||
<string name="setup_mobile_data">Включване на мобилните данни</string>
|
||||
<string name="setup_mobile_data_no_service">Няма поддръжка</string>
|
||||
<string name="setup_mobile_data_emergency_only">Само спешни повиквания</string>
|
||||
<string name="enable_mobile_data_summary">Желаете ли да се използват мобилни данни по време на инсталацията? Активирането на мобилните данни може да доведе до допълнителни такси.</string>
|
||||
<string name="no">Не</string>
|
||||
<string name="yes">Да</string>
|
||||
<string name="data_sim_name">СИМ карта<xliff:g id="sub">%1$d</xliff:g> - <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="emergency_call">Спешни повиквания</string>
|
||||
<string name="accessibility_settings">Настройки на достъпност</string>
|
||||
<string name="setup_locale">Език</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="intro_restore_title">Възстановяване на приложения и данни</string>
|
||||
<string name="intro_restore_button">Възстановяване от архив</string>
|
||||
<string name="setup_location">Услуги за местоположение</string>
|
||||
<string name="location_access_summary"><b>Разреши приложения, които са поискали разрешение</b> за да използва информацията за вашето местоположение. Това може да включва текущото местоположение и последните места.</string>
|
||||
<string name="update_recovery_title">Актуализиране на Lineage Recovery</string>
|
||||
<string name="update_recovery_description">Актуализира Lineage Recovery при първо зареждане след всяка актуализация.</string>
|
||||
<string name="update_recovery_warning">Recovery ще се актуализира веднага щом завършите настройката. Ако искате да го запазите непокътнат, деактивирайте тази функция.</string>
|
||||
<string name="update_recovery_setting">Актуализирайте Lineage Recovery заедно с операционната система</string>
|
||||
<string name="setup_services">LineageOS функции</string>
|
||||
<string name="services_pp_explanation">Тези услуги работят за вас, за да разширите възможностите на вашето устройство. Данните ще бъдат използвани в съответствие с<xliff:g id="name" example="LineageOS">%1$s</xliff:g> политика за поверителност.</string>
|
||||
<string name="services_find_privacy_policy">Можете да прочетете политиката за поверителност на друго устройство, като посетите <xliff:g id="uri" example="https://lineageos.org/legal">%1$s</xliff:g></string>
|
||||
<string name="services_help_improve_cm">Помогне за подобряване на <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> чрез автоматично изпращане на диагностични данни и данни за употреба до <xliff:g id="name" example="LineageOS">%2$s</xliff:g>. Тази информация не може да се използва, за да ви идентифицира и помага на екипи, работещи по неща като живот на батерията, производителност на приложенията и нови <xliff:g id="name" example="LineageOS">%3$s</xliff:g> функции.</string>
|
||||
<string name="services_os_nav_keys_label"><b>Използване на клавишите за навигация на екрана</b> вместо хардуерните бутони.</string>
|
||||
<string name="settings_biometric_setup_title">Изберете резервен метод за заключване на екрана</string>
|
||||
<string name="settings_biometric_setup_details">Как бихте желали да заключите вашият екран?</string>
|
||||
<string name="fingerprint_setup_title">Създаване на пръстов отпечатък</string>
|
||||
<string name="fingerprint_setup_summary">За да използвате сензора за пръстови отпечатъци за отключите вашият екран, ще трябва да:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Добавете вашият пръстов отпечатък</string>
|
||||
<string name="face_setup_title">Настройка на лицево отключване</string>
|
||||
<string name="face_setup_summary">За да използвате лицеви данни, за отключване на екрана, ще трябва:</string>
|
||||
<string name="face_setup_add_face">Добави лицеви данни</string>
|
||||
<string name="biometric_setup_backup_lock_method">Настройка на втори метод за отключване</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Настройка на екрана за заключване</string>
|
||||
<string name="sim_locale_changed">Намерена %1$s СИМ карта</string>
|
||||
<string name="settings_lockscreen_setup_title">Изберете метод на заключване на екрана</string>
|
||||
<string name="settings_lockscreen_setup_details">Как бихте желали да заключите вашият екран?</string>
|
||||
<string name="lockscreen_setup_title" product="tablet">Защитете вашия таблет</string>
|
||||
<string name="lockscreen_setup_title" product="default">Защитете телефона си</string>
|
||||
<string name="lockscreen_setup_summary"><b>Защитете у-вото</b> и изисквайте ПИН код, фигура или парола за отключване на екрана</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Конфигуриране</string>
|
||||
<string name="intro_restore_title">Възстановяване на приложения и данни</string>
|
||||
<string name="intro_restore_subtitle" product="tablet">Ако имате резервно копие от последния си <xliff:g id="name" example="LineageOS">%s</xliff:g> таблет, тук може да го възстановите.</string>
|
||||
<string name="intro_restore_subtitle" product="default">Ако имате резервно копие от последния си <xliff:g id="name" example="LineageOS">%s</xliff:g> телефон, тук може да го възстановите.</string>
|
||||
<string name="intro_restore_button">Възстановяване от архив</string>
|
||||
<string name="update_recovery_title">Актуализиране на Lineage Recovery</string>
|
||||
<string name="update_recovery_description">Актуализира Lineage Recovery при първо зареждане след всяка актуализация.</string>
|
||||
<string name="update_recovery_warning">Recovery ще се актуализира веднага щом завършите настройката. Ако искате да го запазите непокътнат, деактивирайте тази функция.</string>
|
||||
<string name="update_recovery_setting">Актуализирайте Lineage Recovery заедно с операционната система</string>
|
||||
</resources>
|
||||
|
@@ -1,62 +1,37 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 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="app_name">সেটাপ উইজার্ড</string>
|
||||
<string name="next">পরবর্তী</string>
|
||||
<string name="skip">এড়িয়ে যান</string>
|
||||
<string name="start">শুরু</string>
|
||||
<string name="done">সম্পন্ন</string>
|
||||
<string name="ok">ঠিক আছে</string>
|
||||
<string name="loading">মাত্র কয়েক মুহূর্ত\u2026</string>
|
||||
<string name="setup_welcome">স্বাগতম</string>
|
||||
<string name="setup_welcome_message"><xliff:g id="name" example="LineageOS">%1$s</xliff:g> এ আপনাকে স্বাগতম!</string>
|
||||
<string name="emergency_call">জরুরী কল</string>
|
||||
<string name="setup_locale">ভাষা</string>
|
||||
<string name="setup_wifi">Wi-Fi নির্বাচন করুন</string>
|
||||
<string name="setup_location">অবস্থান পরিষেবা</string>
|
||||
<string name="setup_other">অন্যান্য পরিষেবা</string>
|
||||
<string name="setup_datetime">তারিখ & সময়</string>
|
||||
<string name="setup_current_date">বর্তমান তারিখ</string>
|
||||
<string name="setup_current_time">বর্তমান সময়</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="choose_data_sim_summary" product="tablet">কোন সিম দিয়ে ডাটা ব্যবহার করতে চান? ট্যাবলেট সেটআপ করতে ডাটা ব্যবহারের কারণে নির্বাচিত সিমে মূল্য ব্যয় করা হতে পারে।</string>
|
||||
<string name="choose_data_sim_summary" product="default">কোন সিম দিয়ে ডাটা ব্যবহার করতে চান? ফোন সেটআপ করতে ডাটা ব্যবহারের কারণে নির্বাচিত সিমে মূল্য ব্যয় করা হতে পারে।</string>
|
||||
<string name="setup_datetime">তারিখ & সময়</string>
|
||||
<string name="date_time_summary">আপনার সময় অঞ্চল নির্ধারণ করুন এবং প্রয়োজন হলে বর্তমান তারিখ এবং সময় ঠিক করুন</string>
|
||||
<string name="setup_mobile_data">সেলুলার ডাটা চালু করুন</string>
|
||||
<string name="setup_mobile_data_no_service">কোনো পরিষেবা নেই</string>
|
||||
<string name="setup_mobile_data_emergency_only">শুধুমাত্র জরুরী কল</string>
|
||||
<string name="enable_mobile_data_summary">প্রথমবার প্রস্তুত করার সময় আপনি কি সেলুলার ডাটা ব্যবহার করতে চান? সেলুলার ডাটা চালু করলে মূল্য দিতে হতে পারে।</string>
|
||||
<string name="no">না</string>
|
||||
<string name="yes">হ্যাঁ</string>
|
||||
<string name="data_sim_name">সিম <xliff:g id="sub">%1$d</xliff:g> - <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="emergency_call">জরুরী কল</string>
|
||||
<string name="setup_services">LineageOS এর বৈশিষ্ট্যসমূহ</string>
|
||||
<string name="services_metrics_label"><xliff:g id="name" example="Help improve LineageOS">%1$s</xliff:g> কে সাহায্য করুন সয়ংক্রিয়ভাবে ইউজেজ ও ডায়াগনস্টিক ডাটা
|
||||
<xliff:g id="name" example="LineageOS">%2$s</xliff:g> কে পাঠানোর মাধ্যমে। এই তথ্য দ্বারা আপনাকে চিহ্নিত করা যাবে না এবং আপনি এর মাধ্যমে প্রজেক্ট এর দলকে বিভিন্ন <xliff:g id="name" example="LineageOS">%3$s</xliff:g> ফিচার তৈরিতে সাহায্য করতে পারবেন।</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>
|
||||
<string name="lockscreen_setup_screen_lock_setup">সেট আপ করুন</string>
|
||||
<string name="intro_restore_subtitle" product="tablet">আপনার যদি পুরানো <xliff:g id="name" example="LineageOS">%s</xliff:g> ট্যাবলেট এর কোনো ব্যাকআপ থাকে, আপনি তা এখানে রিস্টোর করতে পারেন।</string>
|
||||
<string name="intro_restore_subtitle" product="default">আপনার যদি পুরানো <xliff:g id="name" example="LineageOS">%s</xliff:g> ফোন এর কোনো ব্যাকআপ থাকে তাহলে আপনি তা রিস্টোর করতে পারেন</string>
|
||||
<string name="setup_current_date">বর্তমান তারিখ</string>
|
||||
<string name="setup_current_time">বর্তমান সময়</string>
|
||||
<string name="setup_location">অবস্থান পরিষেবা</string>
|
||||
<string name="update_recovery_title">লিনিয়েজ রিকভারি আপডেট করুন</string>
|
||||
<string name="update_recovery_description">প্রতিবার আপডেট সম্পন্ন হওয়ার পর প্রথম বুটে লিনিয়েজ রিকভারি আপডেট করে</string>
|
||||
<string name="update_recovery_warning">সেটআপটি সম্পন্ন করার সাথে সাথে রিকভারি আপডেট হয়ে যাবে। আপনি যদি রিকভারি আপডেট করতে না চান, এই ফিচারটি অক্ষম করুন।</string>
|
||||
<string name="update_recovery_setting">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>
|
||||
<string name="setup_services">LineageOS এর বৈশিষ্ট্যসমূহ</string>
|
||||
<string name="services_metrics_label"><xliff:g id="name" example="Help improve LineageOS">%1$s</xliff:g> কে সাহায্য করুন সয়ংক্রিয়ভাবে ইউজেজ ও ডায়াগনস্টিক ডাটা
|
||||
<xliff:g id="name" example="LineageOS">%2$s</xliff:g> কে পাঠানোর মাধ্যমে। এই তথ্য দ্বারা আপনাকে চিহ্নিত করা যাবে না এবং আপনি এর মাধ্যমে প্রজেক্ট এর দলকে বিভিন্ন <xliff:g id="name" example="LineageOS">%3$s</xliff:g> ফিচার তৈরিতে সাহায্য করতে পারবেন।</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>
|
||||
<string name="setup_navigation">ন্যাভিগেশন</string>
|
||||
<string name="navigation_summary">আপনার পছন্দের ন্যাভিগেশন মাধ্যম বেছে নিন</string>
|
||||
<string name="gesture_navigation">জেশচার ন্যাভিগেশন</string>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="services_help_improve_cm">Pomozite poboljšati <xliff:g id="name" example="LineageOS">%s</xliff:g></string>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Assistent de configuració</string>
|
||||
@@ -23,32 +12,30 @@
|
||||
<string name="done">Fet</string>
|
||||
<string name="ok">Accepta</string>
|
||||
<string name="loading">Només un seg\u2026</string>
|
||||
<string name="setup_complete">Configuració completa</string>
|
||||
<string name="setup_welcome">Benvingut</string>
|
||||
<string name="setup_locale">Idioma</string>
|
||||
<string name="setup_wifi">Selecciona Wi-Fi</string>
|
||||
<string name="setup_sim_missing">Falta la targeta SIM</string>
|
||||
<string name="setup_choose_data_sim">Tria una targeta SIM per a les dades</string>
|
||||
<string name="setup_location">Serveis d\'ubicació</string>
|
||||
<string name="setup_other">Altres serveis</string>
|
||||
<string name="setup_datetime">Data i hora</string>
|
||||
<string name="setup_current_date">Data actual</string>
|
||||
<string name="setup_current_time">Hora actual</string>
|
||||
<string name="sim_missing_summary" product="tablet">No s\'ha detectat una targeta SIM a la teva tauleta. Per inserir una targeta SIM, llegeix les instruccions que venien amb el teu dispositiu.</string>
|
||||
<string name="sim_missing_summary" product="default">No s\'ha detectat una targeta SIM al teu telèfon. Per inserir una targeta SIM, llegeix les instruccions que venien amb el teu dispositiu.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">Quina SIM vols utilitzar per a les dades? La SIM seleccionada pot provocar càrrecs per part de l\'operador ja que servirà per configurar la teva tauleta.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Quina SIM vols utilitzar per a les dades? La SIM seleccionada pot provocar càrrecs per part de l\'operador ja que servirà per configurar el teu telèfon.</string>
|
||||
<string name="date_time_summary">Estableix el teu fus horari i ajusta la data i hora actual si és necessari</string>
|
||||
<string name="location_access_summary"><b>Permet a les aplicacions que han demanat el teu permís</b> utilitzar la teva informació d\'ubicació. Això pot incloure la teva ubicació i ubicacions anteriors.</string>
|
||||
<string name="setup_mobile_data">Encén les dades mòbils</string>
|
||||
<string name="setup_mobile_data_no_service">Sense servei</string>
|
||||
<string name="setup_mobile_data_emergency_only">Només trucades d\'emergència</string>
|
||||
<string name="enable_mobile_data_summary">Vols utilitzar les dades mòbils durant la instal·lació? Encendre les dades mòbils pot provocar càrrecs de dades.</string>
|
||||
<string name="no">No</string>
|
||||
<string name="yes">Sí</string>
|
||||
<string name="data_sim_name">SIM <xliff:g id="sub">%1$d</xliff:g> - <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="setup_welcome_message">Benvingut a <xliff:g id="name" example="LineageOS">%1$s</xliff:g></string>
|
||||
<string name="setup_managed_profile_welcome_message">Configureu el perfil de treball</string>
|
||||
<string name="emergency_call">Trucada d\'emergència</string>
|
||||
<string name="accessibility_settings">Configuració d\'accessibilitat</string>
|
||||
<string name="setup_locale">Idioma</string>
|
||||
<string name="sim_locale_changed">%1$s SIM detectada</string>
|
||||
<string name="setup_sim_missing">Falta la targeta SIM</string>
|
||||
<string name="sim_missing_summary" product="tablet">No s\'ha detectat una targeta SIM a la teva tauleta. Per inserir una targeta SIM, llegeix les instruccions que venien amb el teu dispositiu.</string>
|
||||
<string name="sim_missing_summary" product="default">No s\'ha detectat una targeta SIM al teu telèfon. Per inserir una targeta SIM, llegeix les instruccions que venien amb el teu dispositiu.</string>
|
||||
<string name="setup_datetime">Data i hora</string>
|
||||
<string name="date_time_summary">Estableix el teu fus horari i ajusta la data i hora actual si és necessari</string>
|
||||
<string name="setup_current_date">Data actual</string>
|
||||
<string name="setup_current_time">Hora actual</string>
|
||||
<string name="intro_restore_title">Restauració d\'aplicacions i dades</string>
|
||||
<string name="intro_restore_subtitle">Si teniu una còpia de seguretat del Seedvault de <xliff:g id="name" example="LineageOS">%s</xliff:g> o qualsevol altre sistema operatiu, podeu recuperar-la aquí.</string>
|
||||
<string name="intro_restore_button">Restaura des de la còpia de seguretat</string>
|
||||
<string name="setup_location">Serveis d\'ubicació</string>
|
||||
<string name="location_access_summary"><b>Permet a les aplicacions que han demanat el teu permís</b> utilitzar la teva informació d\'ubicació. Això pot incloure la teva ubicació i ubicacions anteriors.</string>
|
||||
<string name="location_agps_access_summary">Quan la ubicació està activada, <b>baixa dades d\'assistència satelital d\'Internet</b>, cosa que pot millorar en gran mesura el rendiment inicial del GPS.</string>
|
||||
<string name="update_recovery_title">Actualització del recuperador del Lineage</string>
|
||||
<string name="update_recovery_description">Actualitza el recuperador del Lineage en el primer inici posterior a cada actualització.</string>
|
||||
<string name="update_recovery_warning">La recuperació s\'actualitzarà tan bon punt hàgiu acabat la configuració. Si voleu mantenir-lo intacte, desactiveu aquesta funció.</string>
|
||||
<string name="update_recovery_setting">Actualitza el recuperador del Lineage juntament amb el sistema operatiu</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>
|
||||
<string name="setup_services">Característiques de LineageOS</string>
|
||||
<string name="services_pp_explanation">Aquests serveis funcionen per ampliar les capacitats del vostre dispositiu. Les dades s\'utilitzaran d\'acord amb la política de privadesa de <xliff:g id="name" example="LineageOS">.</string>
|
||||
<string name="services_find_privacy_policy">Podeu llegir la política de privadesa en un altre dispositiu visitant <xliff:g id="uri" example="https://lineageos.org/legal">%1$s</xliff:g></string>
|
||||
@@ -56,35 +43,14 @@
|
||||
<string name="services_metrics_label"><xliff:g id="name" example="Help improve LineageOS"> enviant automàticament dades de diagnòstic i d\'ús a <xliff:g id="name" example="LineageOS">. Aquesta informació no es pot utilitzar per identificar-vos i dóna un cop de mà als equips que treballen en coses com ara la durada de la bateria, el rendiment de les aplicacions i les noves característiques de <xliff:g id="name" example="LineageOS">.</string>
|
||||
<string name="services_os_nav_keys_label"><b>Utilitza les tecles de navegació en pantalla</b> enlloc de les tecles físiques.</string>
|
||||
<string name="services_full_description"><xliff:g id="pp_explanation"/>\n<xliff:g id="pp_find">%2$s</xliff:g></string>
|
||||
<string name="settings_biometric_setup_title">Selecciona el tipus de bloqueig de pantalla de reserva</string>
|
||||
<string name="settings_biometric_setup_details">Com t\'agradaria bloquejar la teva pantalla?</string>
|
||||
<string name="fingerprint_setup_title">Configuració de l\'empremta digital</string>
|
||||
<string name="fingerprint_setup_summary">Per utilitzar el teu sensor d\'empremtes digitals per desbloquejar la pantalla, hauràs de:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Afegeix la teva empremta digital</string>
|
||||
<string name="face_setup_title">Configuració facial</string>
|
||||
<string name="face_setup_summary">Per utilitzar la cara per desbloquejar la pantalla, haureu de:</string>
|
||||
<string name="face_setup_add_face">Afegiu la vostra cara</string>
|
||||
<string name="biometric_setup_backup_lock_method">Configura el mètode de desbloqueig alternatiu</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Configuració del bloqueig de pantalla</string>
|
||||
<string name="sim_locale_changed">%1$s SIM detectada</string>
|
||||
<string name="settings_lockscreen_setup_title">Selecciona el tipus de bloqueig de pantalla</string>
|
||||
<string name="settings_lockscreen_setup_details">Com t\'agradaria bloquejar la teva pantalla?</string>
|
||||
<string name="lockscreen_setup_title" product="tablet">Protegeix la tauleta</string>
|
||||
<string name="lockscreen_setup_title" product="default">Protegeix el teu telèfon</string>
|
||||
<string name="lockscreen_setup_summary"><b>Protegeix el dispositiu</b> i estableix un PIN, un patró o una contrasenya per desbloquejar la pantalla</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Configura</string>
|
||||
<string name="intro_restore_title">Restauració d\'aplicacions i dades</string>
|
||||
<string name="intro_restore_subtitle" product="tablet">Si teniu una còpia de seguretat de la vostra darrera tauleta <xliff:g id="name" example="LineageOS">, podeu restaurar-la aquí.</string>
|
||||
<string name="intro_restore_subtitle" product="default">Si teniu una còpia de seguretat del vostre darrer telèfon <xliff:g id="name" example="LineageOS">, podeu restaurar-la aquí.</string>
|
||||
<string name="intro_restore_button">Restaura des de la còpia de seguretat</string>
|
||||
<string name="update_recovery_title">Actualització del recuperador del Lineage</string>
|
||||
<string name="update_recovery_description">Actualitza el recuperador del Lineage en el primer inici posterior a cada actualització.</string>
|
||||
<string name="update_recovery_warning">La recuperació s\'actualitzarà tan bon punt hàgiu acabat la configuració. Si voleu mantenir-lo intacte, desactiveu aquesta funció.</string>
|
||||
<string name="update_recovery_setting">Actualitza el recuperador del Lineage juntament amb el sistema operatiu</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>
|
||||
<string name="setup_navigation">Navegació</string>
|
||||
<string name="navigation_summary">Trieu el mètode de navegació preferit</string>
|
||||
<string name="gesture_navigation">Navegació gestual</string>
|
||||
<string name="two_button_navigation">Navegació de 2 botons</string>
|
||||
<string name="navbar_navigation">Navegació de 3 botons</string>
|
||||
<string name="hide_gesture_hint">Amaga l\'indicador de navegació gestual</string>
|
||||
<string name="setup_theme">Tema</string>
|
||||
<string name="theme_summary">El tema fosc utilitza un fons negre per mantenir la bateria viva durant més temps en algunes pantalles</string>
|
||||
<string name="dark">Fosc</string>
|
||||
<string name="light">Clar</string>
|
||||
</resources>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Průvodce instalací</string>
|
||||
@@ -23,55 +12,45 @@
|
||||
<string name="done">Hotovo</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="loading">Jen chvilku\u2026</string>
|
||||
<string name="setup_complete">Instalace je dokončena</string>
|
||||
<string name="setup_welcome">Vítejte</string>
|
||||
<string name="setup_welcome_message">Vítejte v\u00a0<xliff:g id="name" example="LineageOS">%1$s</xliff:g></string>
|
||||
<string name="setup_managed_profile_welcome_message">Nastavte svůj pracovní profil</string>
|
||||
<string name="emergency_call">Tísňové volání</string>
|
||||
<string name="accessibility_settings">Nastavení přístupnosti</string>
|
||||
<string name="setup_locale">Jazyk</string>
|
||||
<string name="setup_wifi">Vyberte Wi\u2011Fi</string>
|
||||
<string name="sim_locale_changed">Zjištěna %1$s SIM</string>
|
||||
<string name="setup_sim_missing">Chybí karta SIM</string>
|
||||
<string name="setup_choose_data_sim">Zvolte SIM pro data</string>
|
||||
<string name="setup_location">Služby určení polohy</string>
|
||||
<string name="setup_other">Ostatní služby</string>
|
||||
<string name="setup_datetime">Datum & čas</string>
|
||||
<string name="setup_current_date">Aktuální datum</string>
|
||||
<string name="setup_current_time">Aktuální čas</string>
|
||||
<string name="sim_missing_summary" product="tablet">SIM karta nebyla nalezena. Pro vložení SIM karty si přečtěte pokyny dodané s telefonem.</string>
|
||||
<string name="sim_missing_summary" product="default">SIM karta nebyla nalezena. Pro vložení SIM karty si přečtěte pokyny dodané s telefonem.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">Kterou SIM kartu chcete použít pro mobilní data? Mohou být na ní účtovány poplatky.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Kterou SIM kartu chcete použít pro mobilní data? Mohou být na ní účtovány poplatky.</string>
|
||||
<string name="setup_datetime">Datum & čas</string>
|
||||
<string name="date_time_summary">Je-li třeba, nastavte časové pásmo a upravte aktuální datum a čas</string>
|
||||
<string name="location_access_summary"><b>Povolí aplikacím, které žádaly oprávnění</b> použít vaše informace o poloze. To může zahrnovat vaši aktuální, ale i minulé polohy.</string>
|
||||
<string name="setup_mobile_data">Zapnout mobilní data</string>
|
||||
<string name="setup_mobile_data_no_service">Žádná síť</string>
|
||||
<string name="setup_mobile_data_emergency_only">Pouze tísňová volání</string>
|
||||
<string name="enable_mobile_data_summary">Chcete využít mobilní data při prvotní nastavení? Mobilní data mohou být zpoplatněna.</string>
|
||||
<string name="no">Ne</string>
|
||||
<string name="yes">Ano</string>
|
||||
<string name="data_sim_name">SIM <xliff:g id="sub">%1$d</xliff:g> – <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="emergency_call">Tísňové volání</string>
|
||||
<string name="setup_services">LineageOS funkce</string>
|
||||
<string name="services_help_improve_cm">Pomozte vylepšit <xliff:g id="name" example="LineageOS">%s</xliff:g></string>
|
||||
<string name="services_os_nav_keys_label"><b>Použít navigační klávesy na obrazovce</b> namísto hw kláves.</string>
|
||||
<string name="settings_biometric_setup_title">Vyberte záložní typ zámku obrazovky</string>
|
||||
<string name="settings_biometric_setup_details">Jak chcete zamykat obrazovku?</string>
|
||||
<string name="fingerprint_setup_title">Nastavení otisku prstu</string>
|
||||
<string name="fingerprint_setup_summary">Chcete-li použít snímač otisků prstů pro odemknutí obrazovky, budete potřeba:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Přidat otisk prstu</string>
|
||||
<string name="face_setup_title">Nastavení obličeje</string>
|
||||
<string name="face_setup_summary">Chcete‑li k\u00a0odemknutí obrazovky použít obličej, budete muset:</string>
|
||||
<string name="face_setup_add_face">Přidat svůj obličej</string>
|
||||
<string name="biometric_setup_backup_lock_method">Nastavení alternativní metody odemčení</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Nastavit zámek obrazovky</string>
|
||||
<string name="sim_locale_changed">Zjištěna %1$s SIM</string>
|
||||
<string name="settings_lockscreen_setup_title">Vyberte typ zámku obrazovky</string>
|
||||
<string name="settings_lockscreen_setup_details">Jak chcete zamykat obrazovku?</string>
|
||||
<string name="lockscreen_setup_title" product="tablet">Zabezpečte svůj tablet</string>
|
||||
<string name="lockscreen_setup_title" product="default">Chraňte svůj telefon</string>
|
||||
<string name="lockscreen_setup_summary"><b>Chránit toto zařízení</b> a před odemknutím obrazovky požadovat kód PIN, gesto nebo heslo</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Nastavit</string>
|
||||
<string name="setup_current_date">Aktuální datum</string>
|
||||
<string name="setup_current_time">Aktuální čas</string>
|
||||
<string name="intro_restore_title">Obnovit aplikace a\u00a0data</string>
|
||||
<string name="intro_restore_subtitle">Pokud máte zálohu Seedvault z <xliff:g id="name" example="LineageOS">%s</xliff:g> nebo jiného OS, můžete ji zde obnovit.</string>
|
||||
<string name="intro_restore_button">Obnovit ze zálohy</string>
|
||||
<string name="setup_location">Služby určení polohy</string>
|
||||
<string name="location_access_summary"><b>Povolí aplikacím, které žádaly oprávnění</b> použít vaše informace o poloze. To může zahrnovat vaši aktuální, ale i minulé polohy.</string>
|
||||
<string name="location_agps_access_summary">Když je poloha zapnutá, <b>stahujte data satelitní asistence z internetu</b>, což může výrazně zlepšit výkon spuštění systému GPS.</string>
|
||||
<string name="update_recovery_title">Aktualizovat Lineage recovery</string>
|
||||
<string name="update_recovery_description">Aktualizace Lineage recovery při prvním spuštění po každé aktualizaci</string>
|
||||
<string name="update_recovery_warning">Oddíl recovery bude aktualizován ihned poté, co dokončíte nastavení. Vypněte tuto funkci, jestliže si přejete ponechat oddíl nezměněný.</string>
|
||||
<string name="update_recovery_setting">Aktualizovat Lineage recovery společně s 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>
|
||||
<string name="setup_services">LineageOS funkce</string>
|
||||
<string name="services_pp_explanation">Tyto služby rozšiřují funkce vašeho zařízení. Data budou použita v souladu se zásadami ochrany osobních údajů <xliff:g id="name" example="LineageOS">%1$s</xliff:g>.</string>
|
||||
<string name="services_find_privacy_policy">Zásady ochrany osobních údajů si můžete přečíst na jiném zařízení navštívením odkazu <xliff:g id="uri" example="https://lineageos.org/legal">%1$s</xliff:g></string>
|
||||
<string name="services_help_improve_cm">Pomozte vylepšit <xliff:g id="name" example="LineageOS">%s</xliff:g></string>
|
||||
<string name="services_metrics_label"><xliff:g id="name" example="Pomozte vylepšit LineageOS">%1$s</xliff:g> automatickým odesíláním diagnostických dat a dat o používání <xliff:g id="name" example="LineageOS">%2$s</xliff:g>. Tato data nelze použít pro Vaší identifikaci, ale pomohou vývojářskému týmu s informacemi o výdrži baterie, výkonu aplikací a vývoji nových funkcí pro <xliff:g id="name" example="LineageOS">%2$s</xliff:g>.</string>
|
||||
<string name="services_os_nav_keys_label"><b>Použít navigační klávesy na obrazovce</b> namísto hw kláves.</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>
|
||||
<string name="setup_navigation">Navigace</string>
|
||||
<string name="navigation_summary">Zvolte preferovanou metodu navigace</string>
|
||||
<string name="gesture_navigation">Ovládání gesty</string>
|
||||
<string name="two_button_navigation">Navigace dvěma tlačítky</string>
|
||||
<string name="navbar_navigation">Navigace třemi tlačítky</string>
|
||||
<string name="hide_gesture_hint">Skrýt napovědy navigačních gest</string>
|
||||
<string name="setup_theme">Motiv</string>
|
||||
<string name="theme_summary">Tmavý motiv používá černé pozadí, které pomáhá na některých modelech šetřit baterii</string>
|
||||
<string name="dark">Tmavý</string>
|
||||
<string name="light">Světlý</string>
|
||||
</resources>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Dewin gosod</string>
|
||||
@@ -23,63 +12,35 @@
|
||||
<string name="done">Cwblhau</string>
|
||||
<string name="ok">Iawn</string>
|
||||
<string name="loading">Un eiliad\u2026</string>
|
||||
<string name="setup_complete">Mae\'r gosodiad wedi ei gwblhau.</string>
|
||||
<string name="setup_welcome">Croeso</string>
|
||||
<string name="setup_locale">Iaith</string>
|
||||
<string name="setup_wifi">Dewis Wi-Fi</string>
|
||||
<string name="setup_sim_missing">Cerdyn SIM ar goll</string>
|
||||
<string name="setup_choose_data_sim">Dewis SIM ar gyfer data</string>
|
||||
<string name="setup_location">Gwasanaethau lleoliad</string>
|
||||
<string name="setup_other">Gwasanaethau eraill</string>
|
||||
<string name="setup_datetime">Dyddiad ac amser</string>
|
||||
<string name="setup_current_date">Dyddiad heddiw</string>
|
||||
<string name="setup_current_time">Amser nawr</string>
|
||||
<string name="sim_missing_summary" product="tablet">Nid yw\'n ymddangos bod cerdyn SIM yn dy lechen. I osod cerdyn SIM, gweler y cyfarwyddiadau a ddaeth gyda dy ddyfais.</string>
|
||||
<string name="sim_missing_summary" product="default">Nid yw\'n ymddangos bod cerdyn SIM yn dy ffôn. I osod cerdyn SIM, gweler y cyfarwyddiadau a ddaeth gyda dy ddyfais.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">Pa gerdyn SIM wyt ti am ddefnyddio ar gyfer data? Bydd y SIM hwn yn cael yn ei ddefnyddio wrth sefydlu dy lechen ac mae\'n bosib y bydd costau data, yn dibynnu ar dy gytundeb rhwydwaith symudol.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Pa gerdyn SIM wyt ti am ddefnyddio ar gyfer data? Bydd y SIM hwn yn cael yn ei ddefnyddio wrth sefydlu dy ffôn ac mae\'n bosib y bydd costau data, yn dibynnu ar dy gytundeb rhwydwaith symudol.</string>
|
||||
<string name="date_time_summary">Gosoda dy gylchfa amser ac addasu’r dyddiad ac amser os oes angen.</string>
|
||||
<string name="location_access_summary"><b>Caniatáu i apiau sydd wedi gofyn am dy ganiatâd</b> medru defnyddio gwybodaeth dy leoliad. Gall hyn gynnwys dy leoliad cyfredol a lleoliadau yn y gorffennol.</string>
|
||||
<string name="setup_mobile_data">Defnyddio data symudol</string>
|
||||
<string name="setup_mobile_data_no_service">Dim gwasanaeth</string>
|
||||
<string name="setup_mobile_data_emergency_only">Galwadau brys yn unig</string>
|
||||
<string name="enable_mobile_data_summary">Wyt ti am ddefnyddio data symudol yn ystod y gosod? Gall troi data symudol ymlaen arwain at gostau defnydd data.</string>
|
||||
<string name="no">Ydw</string>
|
||||
<string name="yes">Iawn</string>
|
||||
<string name="data_sim_name">SIM <xliff:g id="sub">%1$d</xliff:g> - <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="setup_welcome_message">Croeso i <xliff:g id="name" example="LineageOS">%1$s</xliff:g></string>
|
||||
<string name="setup_managed_profile_welcome_message">Gosod dy broffil gwaith</string>
|
||||
<string name="emergency_call">Galwad brys</string>
|
||||
<string name="accessibility_settings">Gosodiadau hygyrchedd</string>
|
||||
<string name="setup_locale">Iaith</string>
|
||||
<string name="sim_locale_changed">Synhwyrwyd %1$s SIM</string>
|
||||
<string name="setup_sim_missing">Cerdyn SIM ar goll</string>
|
||||
<string name="sim_missing_summary" product="tablet">Nid yw\'n ymddangos bod cerdyn SIM yn dy lechen. I osod cerdyn SIM, gweler y cyfarwyddiadau a ddaeth gyda dy ddyfais.</string>
|
||||
<string name="sim_missing_summary" product="default">Nid yw\'n ymddangos bod cerdyn SIM yn dy ffôn. I osod cerdyn SIM, gweler y cyfarwyddiadau a ddaeth gyda dy ddyfais.</string>
|
||||
<string name="setup_datetime">Dyddiad ac amser</string>
|
||||
<string name="date_time_summary">Gosoda dy gylchfa amser ac addasu’r dyddiad ac amser os oes angen.</string>
|
||||
<string name="setup_current_date">Dyddiad heddiw</string>
|
||||
<string name="setup_current_time">Amser nawr</string>
|
||||
<string name="intro_restore_title">Adfer apiau a data</string>
|
||||
<string name="intro_restore_button">Adfer o gopi wrth gefn</string>
|
||||
<string name="setup_location">Gwasanaethau lleoliad</string>
|
||||
<string name="location_access_summary"><b>Caniatáu i apiau sydd wedi gofyn am dy ganiatâd</b> medru defnyddio gwybodaeth dy leoliad. Gall hyn gynnwys dy leoliad cyfredol a lleoliadau yn y gorffennol.</string>
|
||||
<string name="update_recovery_title">Diweddaru Modd Adfer Lineage </string>
|
||||
<string name="update_recovery_description">Mae\'n diweddaru Lineage Recovery wrth y cychwyn cyntaf wedi pob diweddariad.</string>
|
||||
<string name="update_recovery_warning">Caiff Recovery ei ddiweddaru yn syth ar ôl cwblhau\'r gosod. Os hoffet ti ei gadw\'n gyfan, analluoga\'r nodwedd hon.</string>
|
||||
<string name="update_recovery_setting">Diweddaru Lineage Recovery ochr yn ochr â\'r 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>
|
||||
<string name="setup_services">Nodweddion LineageOS</string>
|
||||
<string name="services_pp_explanation">Mae\'r gwasanaethau hyn yn gweithio i ti fedru ymestyn gallu dy ddyfais. Caiff data ei ddefnyddio yn ôl polisi preifatrwydd <xliff:g id="name" example="LineageOS">%1$s</xliff:g>.</string>
|
||||
<string name="services_find_privacy_policy">Gellir darllen y polisi preifatrwydd ar ddyfais arall wrth ymweld â <xliff:g id="uri" example="https://lineageos.org/legal">%1$s</xliff:g></string>
|
||||
<string name="services_help_improve_cm">Helpu i wella <xliff:g id="name" example="CyanogenMod">%s</xliff:g></string>
|
||||
<string name="services_metrics_label"><xliff:g id="name" example="Help improve LineageOS">%1$s</xliff:g> wrth anfon gwybodaeth ddiagnostig a defnydd data at <xliff:g id="name" example="LineageOS">%2$s</xliff:g>. Ni fydd yn bosib defnyddio\'r wybodaeth i dy adnabod di ac mi fydd o help mawr i\'r timau sy\'n gweithio ar bethau fel gwella perfformiad apiau a bywyd batri a chreu nodweddion newydd yn <xliff:g id="name" example="LineageOS">%3$s</xliff:g>.</string>
|
||||
<string name="services_os_nav_keys_label"><b>Defnyddio bysellau llywio ar y sgrin</b> yn hytrach na botymau\'r ddyfais.</string>
|
||||
<string name="settings_biometric_setup_title">Dewis math o glo sgrin wrth gefn</string>
|
||||
<string name="settings_biometric_setup_details">Sut hoffet gloi dy sgrin?</string>
|
||||
<string name="fingerprint_setup_title">Gosod ôl bys</string>
|
||||
<string name="fingerprint_setup_summary">I ddefnyddio\'r synhwyrydd olion bysedd i ddatgloi dy sgrin, mae angen:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Ychwanegu ôl dy fys</string>
|
||||
<string name="face_setup_title">Gosod wyneb</string>
|
||||
<string name="face_setup_summary">I ddefnyddio dy wyneb i ddatgloi dy sgrin, bydd angen i ti:</string>
|
||||
<string name="face_setup_add_face">Ychwanegu dy wyneb</string>
|
||||
<string name="biometric_setup_backup_lock_method">Gosod ail ddull o ddatgloi</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Gosod clo\'r sgrin</string>
|
||||
<string name="sim_locale_changed">Synhwyrwyd %1$s SIM</string>
|
||||
<string name="settings_lockscreen_setup_title">Dewis math o sgrin cloi</string>
|
||||
<string name="settings_lockscreen_setup_details">Sut hoffet gloi dy sgrin?</string>
|
||||
<string name="lockscreen_setup_title" product="tablet">Diogelu dy lechen</string>
|
||||
<string name="lockscreen_setup_title" product="default">Diogelu dy ffôn</string>
|
||||
<string name="lockscreen_setup_summary"><b>Diogela\'r ddyfais hon</b> gan osod PIN, patrwm, neu gyfrinair er mwyn datgloi\'r sgrin.</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Gosod</string>
|
||||
<string name="intro_restore_title">Adfer apiau a data</string>
|
||||
<string name="intro_restore_subtitle" product="tablet">Os oes gennyt gopi wrth gefn o dy lechen <xliff:g id="name" example="LineageOS">%s</xliff:g> diwethaf, gellir ei adfer fan hyn.</string>
|
||||
<string name="intro_restore_subtitle" product="default">Os oes gennyt gopi wrth gefn o dy ffôn <xliff:g id="name" example="LineageOS">%s</xliff:g> diwethaf, gellir ei adfer fan hyn.</string>
|
||||
<string name="intro_restore_button">Adfer o gopi wrth gefn</string>
|
||||
<string name="update_recovery_title">Diweddaru Modd Adfer Lineage </string>
|
||||
<string name="update_recovery_description">Mae\'n diweddaru Lineage Recovery wrth y cychwyn cyntaf wedi pob diweddariad.</string>
|
||||
<string name="update_recovery_warning">Caiff Recovery ei ddiweddaru yn syth ar ôl cwblhau\'r gosod. Os hoffet ti ei gadw\'n gyfan, analluoga\'r nodwedd hon.</string>
|
||||
<string name="update_recovery_setting">Diweddaru Lineage Recovery ochr yn ochr â\'r OS</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>
|
||||
<string name="setup_navigation">Llywio</string>
|
||||
<string name="navigation_summary">Dewisa pa ddull llywio sydd well gennyt</string>
|
||||
<string name="gesture_navigation">Llywio ag ystumiau</string>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Opsætningsvejledning</string>
|
||||
@@ -23,33 +12,28 @@
|
||||
<string name="done">Færdig</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="loading">Lige et øjeblik\u2026</string>
|
||||
<string name="setup_complete">Opsætning er fuldført</string>
|
||||
<string name="setup_welcome">Velkommen</string>
|
||||
<string name="setup_welcome_message">Velkommen til <xliff:g id="name" example="LineageOS">%1$s</xliff:g></string>
|
||||
<string name="setup_locale">Sprog</string>
|
||||
<string name="setup_wifi">Vælg Wi-Fi</string>
|
||||
<string name="setup_sim_missing">SIM-kort mangler</string>
|
||||
<string name="setup_choose_data_sim">Vælg et SIM til data</string>
|
||||
<string name="setup_location">Lokalitetstjenester</string>
|
||||
<string name="setup_other">Andre tjenester</string>
|
||||
<string name="setup_datetime">Dato & tid</string>
|
||||
<string name="setup_current_date">Aktuelle dato</string>
|
||||
<string name="setup_current_time">Aktuelle tidspunkt</string>
|
||||
<string name="sim_missing_summary" product="tablet">Et SIM-kort er ikke blevet fundet i din tablet-computer. Læs de instruktioner der fulgte med din enhed, for at indsætte et SIM-kort.</string>
|
||||
<string name="sim_missing_summary" product="default">Et SIM-kort er ikke blevet fundet i din telefon. Læs de instruktioner der fulgte med din enhed, for at indsætte et SIM-kort.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">Hvilket SIM ønsker du at bruge til data? Det valgte SIM kan medføre netværksudgifter, da det vil blive brugt til at indstille din tablet-computer.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Hvilket SIM ønsker du at bruge til data? Det valgte SIM kan medføre netværksudgifter, da det vil blive brugt til at indstille din telefon.</string>
|
||||
<string name="date_time_summary">Angiv din tidszone og justér aktuel dato og tid, hvis det behøves</string>
|
||||
<string name="location_access_summary"><b>Tillad apps, der har bedt om din tilladelse</b> at bruge din lokalitetsinformation. Dette kan inkludere din aktuelle lokalitet og tidligere lokaliteter.</string>
|
||||
<string name="setup_mobile_data">Tænd for mobildata</string>
|
||||
<string name="setup_mobile_data_no_service">Ingen tjeneste</string>
|
||||
<string name="setup_mobile_data_emergency_only">Kun nødopkald</string>
|
||||
<string name="enable_mobile_data_summary">Vil du bruge mobildata under opsætning? Aktivering af mobildata kan medføre dataudgifter.</string>
|
||||
<string name="no">Nej</string>
|
||||
<string name="yes">Ja</string>
|
||||
<string name="data_sim_name">SIM <xliff:g id="sub">%1$d</xliff:g> - <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="emergency_call">Nødopkald</string>
|
||||
<string name="accessibility_settings">Hjælpefunktioner</string>
|
||||
<string name="setup_locale">Sprog</string>
|
||||
<string name="sim_locale_changed">%1$s SIM fundet</string>
|
||||
<string name="setup_sim_missing">SIM-kort mangler</string>
|
||||
<string name="sim_missing_summary" product="tablet">Et SIM-kort er ikke blevet fundet i din tablet-computer. Læs de instruktioner der fulgte med din enhed, for at indsætte et SIM-kort.</string>
|
||||
<string name="sim_missing_summary" product="default">Et SIM-kort er ikke blevet fundet i din telefon. Læs de instruktioner der fulgte med din enhed, for at indsætte et SIM-kort.</string>
|
||||
<string name="setup_datetime">Dato & tid</string>
|
||||
<string name="date_time_summary">Angiv din tidszone og justér aktuel dato og tid, hvis det behøves</string>
|
||||
<string name="setup_current_date">Aktuelle dato</string>
|
||||
<string name="setup_current_time">Aktuelle tidspunkt</string>
|
||||
<string name="intro_restore_title">Gendan apps og data</string>
|
||||
<string name="intro_restore_button">Gendan fra backup</string>
|
||||
<string name="setup_location">Lokalitetstjenester</string>
|
||||
<string name="location_access_summary"><b>Tillad apps, der har bedt om din tilladelse</b> at bruge din lokalitetsinformation. Dette kan inkludere din aktuelle lokalitet og tidligere lokaliteter.</string>
|
||||
<string name="location_agps_access_summary">Når lokation er tændt, <b>download satellit hjælpedata fra internettet</b>, som kan hjælpe meget med GPS opstartsfunktion</string>
|
||||
<string name="update_recovery_title">Opdater Lineage Genddanelse</string>
|
||||
<string name="update_recovery_description">Opdateringer Lineage Recovery ved første opstart efter hver opdatering.</string>
|
||||
<string name="update_recovery_warning">Gendannelse vil blive opdateret, så snart du er færdig med opsætningen. Hvis du ønsker at holde det intakt, skal du deaktivere denne funktion.</string>
|
||||
<string name="update_recovery_setting">Opdater Lineage Recovery sammen med 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>
|
||||
<string name="setup_services">LineageOS-funktioner</string>
|
||||
<string name="services_pp_explanation"><xliff:g id="name" example="LineageOS">Disse tjenester virker for at udvide funktionerne på din enhed. Data vil blive brugt i overensstemmelse med <xliff:g id="name" example="LineageOS">%1$s</xliff:g>\'s privatlivspolitik.</string>
|
||||
<string name="services_find_privacy_policy">Du kan læse privatlivspolitikken på en anden enhed ved at besøge <xliff:g id="uri" example="https://lineageos.org/legal">%1$s</xliff:g></string>
|
||||
@@ -57,32 +41,6 @@
|
||||
<string name="services_metrics_label"><xliff:g id="name" example="Help improve LineageOS">%1$s</xliff:g> ved automatisk at sende diagnose og forbrugsdata til <xliff:g id="name" example="LineageOS">%2$s</xliff:g>. Denne information kan ikke bruge til at identificere dig men giver en hjælpende hånd til de hold der arbejder med batteri levetid, app præstation og nye<xliff:g id="name" example="LineageOS">%3$s</xliff:g> funktioner.</string>
|
||||
<string name="services_os_nav_keys_label"><b>Brug navigationstaster på skærm</b> i stedet for fysiske-taster.</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>
|
||||
<string name="settings_biometric_setup_title">Vælg sikkerheds-låseskærmtype</string>
|
||||
<string name="settings_biometric_setup_details">Hvordan vil du låse din skærm?</string>
|
||||
<string name="fingerprint_setup_title">Fingeraftryksopsætning</string>
|
||||
<string name="fingerprint_setup_summary">For at bruge din fingeraftryks-sensor til at låse din skærm op, er du nødt til at:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Tilføj dit fingeraftryk</string>
|
||||
<string name="face_setup_title">Ansigt opsætning</string>
|
||||
<string name="face_setup_summary">For at bruge dit ansigt til at låse din skærm op, skal du:</string>
|
||||
<string name="face_setup_add_face">Tilføj dit ansigt</string>
|
||||
<string name="biometric_setup_backup_lock_method">Indstil en sekundær oplåsningsmetode</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Indstil skærmlås</string>
|
||||
<string name="sim_locale_changed">%1$s SIM fundet</string>
|
||||
<string name="settings_lockscreen_setup_title">Vælg skærmlåstype</string>
|
||||
<string name="settings_lockscreen_setup_details">Hvordan vil du låse din skærm?</string>
|
||||
<string name="lockscreen_setup_title" product="tablet">Beskyt din tablet</string>
|
||||
<string name="lockscreen_setup_title" product="default">Beskyt din telefon</string>
|
||||
<string name="lockscreen_setup_summary"><b>Beskyt denne enhed</b>, og kræv en PIN, et mønster, eller en adgangskode, for at låse skærmen op</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Opsætning</string>
|
||||
<string name="intro_restore_title">Gendan apps og data</string>
|
||||
<string name="intro_restore_subtitle" product="tablet">Hvis du har en sikkerhedskopi fra din sidste <xliff:g id="name" example="LineageOS">%s</xliff:g> tablet, kan du gendanne den her.</string>
|
||||
<string name="intro_restore_subtitle" product="default">Hvis du har en sikkerhedskopi fra din sidste <xliff:g id="name" example="LineageOS">%s</xliff:g> telefon, kan du gendanne den her.</string>
|
||||
<string name="intro_restore_button">Gendan fra backup</string>
|
||||
<string name="update_recovery_title">Opdater Lineage Genddanelse</string>
|
||||
<string name="update_recovery_description">Opdateringer Lineage Recovery ved første opstart efter hver opdatering.</string>
|
||||
<string name="update_recovery_warning">Gendannelse vil blive opdateret, så snart du er færdig med opsætningen. Hvis du ønsker at holde det intakt, skal du deaktivere denne funktion.</string>
|
||||
<string name="update_recovery_setting">Opdater Lineage Recovery sammen med 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>
|
||||
<string name="setup_navigation">Navigation</string>
|
||||
<string name="navigation_summary">Vælg foretrukken navigationsmetode</string>
|
||||
<string name="gesture_navigation">Navigering med bevægelser</string>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Einrichtungsassistent</string>
|
||||
@@ -23,33 +12,30 @@
|
||||
<string name="done">Fertig</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="loading">Einen Moment\u2026</string>
|
||||
<string name="setup_complete">Einrichtung abgeschlossen</string>
|
||||
<string name="setup_welcome">Willkommen</string>
|
||||
<string name="setup_welcome_message">Willkommen bei <xliff:g id="name" example="LineageOS">%1$s</xliff:g></string>
|
||||
<string name="setup_locale">Sprache</string>
|
||||
<string name="setup_wifi">WLAN auswählen</string>
|
||||
<string name="setup_sim_missing">SIM-Karte fehlt</string>
|
||||
<string name="setup_choose_data_sim">SIM-Karte für Daten wählen</string>
|
||||
<string name="setup_location">Standortdienste</string>
|
||||
<string name="setup_other">Andere Dienste</string>
|
||||
<string name="setup_datetime">Datum und Uhrzeit</string>
|
||||
<string name="setup_current_date">Aktuelles Datum</string>
|
||||
<string name="setup_current_time">Aktuelle Zeit</string>
|
||||
<string name="sim_missing_summary" product="tablet">Es wurde keine SIM-Karte in deinem Tablet erkannt. Wie du eine SIM-Karte einlegst, kannst du in der Bedienungsanleitung deines Tablets nachlesen.</string>
|
||||
<string name="sim_missing_summary" product="default">Es wurde keine SIM-Karte in deinem Telefon erkannt. Wie du eine SIM-Karte einlegst, kannst du in der Bedienungsanleitung des Telefons nachlesen.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">Welche SIM-Karte soll für Daten verwendet werden? Da die ausgewählte SIM-Karte bei der Einrichtung des Tablets verwendet wird, können Kosten für dich anfallen.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Welche SIM-Karte soll für Daten verwendet werden? Da die ausgewählte SIM-Karte bei der Einrichtung des Smartphones verwendet wird, können Kosten für dich anfallen.</string>
|
||||
<string name="date_time_summary">Zeitzone setzen und ggf. aktuelles Datum und Uhrzeit anpassen</string>
|
||||
<string name="location_access_summary"><b>Erlaubt Apps, die um deine Erlaubnis gebeten haben, </b>deine Standortinformationen zu verwenden. Dies können Informationen zu deinem aktuellen Standort und zu vergangenen Standorten sein.</string>
|
||||
<string name="setup_mobile_data">Mobile Datenverbindung aktivieren</string>
|
||||
<string name="setup_mobile_data_no_service">Kein Service</string>
|
||||
<string name="setup_mobile_data_emergency_only">Nur Notrufe</string>
|
||||
<string name="enable_mobile_data_summary">Möchtest du Datenverbindungen über das Mobilfunknetz aktivieren? Dies kann eventuell Kosten verursachen.</string>
|
||||
<string name="no">Nein</string>
|
||||
<string name="yes">Ja</string>
|
||||
<string name="data_sim_name">SIM <xliff:g id="sub">%1$d</xliff:g> - <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="setup_managed_profile_welcome_message">Erstelle dein Arbeitsprofil</string>
|
||||
<string name="emergency_call">Notruf</string>
|
||||
<string name="accessibility_settings">Einstellungen zur Barrierefreiheit</string>
|
||||
<string name="setup_locale">Sprache</string>
|
||||
<string name="sim_locale_changed">%1$s SIM-Karte erkannt</string>
|
||||
<string name="setup_sim_missing">SIM-Karte fehlt</string>
|
||||
<string name="sim_missing_summary" product="tablet">Es wurde keine SIM-Karte in deinem Tablet erkannt. Wie du eine SIM-Karte einlegst, kannst du in der Bedienungsanleitung deines Tablets nachlesen.</string>
|
||||
<string name="sim_missing_summary" product="default">Es wurde keine SIM-Karte in deinem Telefon erkannt. Wie du eine SIM-Karte einlegst, kannst du in der Bedienungsanleitung des Telefons nachlesen.</string>
|
||||
<string name="setup_datetime">Datum und Uhrzeit</string>
|
||||
<string name="date_time_summary">Zeitzone setzen und ggf. aktuelles Datum und Uhrzeit anpassen</string>
|
||||
<string name="setup_current_date">Aktuelles Datum</string>
|
||||
<string name="setup_current_time">Aktuelle Zeit</string>
|
||||
<string name="intro_restore_title">Apps und Daten wiederherstellen</string>
|
||||
<string name="intro_restore_subtitle">Wenn du eine Seedvault-Sicherung von <xliff:g id="name" example="LineageOS">%s</xliff:g> oder einem anderen Betriebssystem hast, kannst du sie hier wiederherstellen.</string>
|
||||
<string name="intro_restore_button">Aus Backup wiederherstellen</string>
|
||||
<string name="setup_location">Standortdienste</string>
|
||||
<string name="location_access_summary"><b>Erlaubt Apps, die um deine Erlaubnis gebeten haben, </b>deine Standortinformationen zu verwenden. Dies können Informationen zu deinem aktuellen Standort und zu vergangenen Standorten sein.</string>
|
||||
<string name="location_agps_access_summary">Wenn die Standortbestimmung eingeschaltet ist, kannst du <b>Satellitenhilfsdaten aus dem Internet herunterladen</b>, wodurch der Startvorgang von GPS deutlich beschleunigt werden kann.</string>
|
||||
<string name="update_recovery_title">Lineage-Recovery aktualisieren</string>
|
||||
<string name="update_recovery_description">Aktualisiert das Lineage-Recovery-Image beim ersten Start nach jedem Update.</string>
|
||||
<string name="update_recovery_warning">Das Recovery-Image wird aktualisiert, sobald du die Einrichtung abgeschlossen hast. Wenn es unverändert bleiben soll, deaktiviere diese Funktion.</string>
|
||||
<string name="update_recovery_setting">Lineage-Recovery zusammen mit dem Betriebssystem aktualisieren</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>
|
||||
<string name="setup_services">LineageOS-Funktionen</string>
|
||||
<string name="services_pp_explanation">Diese Dienste werden verwendet, um die Funktionen deines Gerätes zu erweitern. Deine Daten werden in Übereinstimmung mit der <xliff:g id="name" example="LineageOS">%1$s</xliff:g> Datenschutzerklärung verwendet.</string>
|
||||
<string name="services_find_privacy_policy">Du kannst die Datenschutzbestimmungen auf einem anderen Gerät lesen, indem du <xliff:g id="uri" example="https://lineageos.org/legal">%1$s</xliff:g> aufrufst.</string>
|
||||
@@ -57,36 +43,14 @@
|
||||
<string name="services_metrics_label"><xliff:g id="name" example="Hilf LineageOS zu verbessern">%1$s</xliff:g>, indem du automatisch Diagnose- und Nutzungsdaten an <xliff:g id="name" example="LineageOS">%2$s</xliff:g> sendest. Diese Informationen können nicht verwendet werden, um dich zu identifizieren und helfen den Teams, die an Dingen wie Akkulaufzeit, App-Leistung und neuen <xliff:g id="name" example="LineageOS">%3$s</xliff:g>-Funktionen arbeiten.</string>
|
||||
<string name="services_os_nav_keys_label"><b>Bildschirm-Navigationstasten</b> statt Hardwaretasten verwenden.</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>
|
||||
<string name="settings_biometric_setup_title">Wähle den Typ der Ersatz-Bildschirmsperre.</string>
|
||||
<string name="settings_biometric_setup_details">Wie möchtest du deinen Bildschirm sperren?</string>
|
||||
<string name="fingerprint_setup_title">Fingerabdruck einrichten</string>
|
||||
<string name="fingerprint_setup_summary">Wenn du deinen Fingerabdrucksensor zum Entsperren deines Bildschirms verwenden möchtest, gehe wie folgt vor:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Füge deinen Fingerabdruck hinzu</string>
|
||||
<string name="face_setup_title">Gesichtseinstellung</string>
|
||||
<string name="face_setup_summary">Um dein Gesicht zum Entsperren des Bildschirms verwenden zu können, musst du folgendes tun:</string>
|
||||
<string name="face_setup_add_face">Füge dein Gesicht hinzu</string>
|
||||
<string name="biometric_setup_backup_lock_method">Einrichtung einer sekundären Methode zum Entsperren</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Bildschirmsperre einrichten</string>
|
||||
<string name="sim_locale_changed">%1$s SIM-Karte erkannt</string>
|
||||
<string name="settings_lockscreen_setup_title">Wähle einen Sperrbildschirm-Typ</string>
|
||||
<string name="settings_lockscreen_setup_details">Wie möchtest du deinen Bildschirm sperren?</string>
|
||||
<string name="lockscreen_setup_title" product="tablet">Schütze dein Tablet</string>
|
||||
<string name="lockscreen_setup_title" product="default">Schütze dein Telefon</string>
|
||||
<string name="lockscreen_setup_summary"><b>Gerät schützen</b> und PIN, Muster oder Passwort zur Display-Entsperrung verwenden</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Einrichten</string>
|
||||
<string name="intro_restore_title">Apps und Daten wiederherstellen</string>
|
||||
<string name="intro_restore_subtitle" product="tablet">Wenn du ein Backup von deinem letzten <xliff:g id="name" example="LineageOS">%s</xliff:g>-Tablet hast, kannst du es hier wiederherstellen.</string>
|
||||
<string name="intro_restore_subtitle" product="default">Wenn du ein Backup von deinem letzten <xliff:g id="name" example="LineageOS">%s</xliff:g>-Smartphone hast, kannst du es hier wiederherstellen.</string>
|
||||
<string name="intro_restore_button">Aus Backup wiederherstellen</string>
|
||||
<string name="update_recovery_title">Lineage-Recovery aktualisieren</string>
|
||||
<string name="update_recovery_description">Aktualisiert das Lineage-Recovery-Image beim ersten Start nach jedem Update.</string>
|
||||
<string name="update_recovery_warning">Das Recovery-Image wird aktualisiert, sobald du die Einrichtung abgeschlossen hast. Wenn es unverändert bleiben soll, deaktiviere diese Funktion.</string>
|
||||
<string name="update_recovery_setting">Lineage-Recovery zusammen mit dem Betriebssystem aktualisieren</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>
|
||||
<string name="setup_navigation">Navigation</string>
|
||||
<string name="navigation_summary">Bevorzugte Steuerungsmethode auswählen</string>
|
||||
<string name="gesture_navigation">Steuerung durch Gesten</string>
|
||||
<string name="two_button_navigation">2-Tasten-Steuerung</string>
|
||||
<string name="navbar_navigation">3-Tasten-Steuerung</string>
|
||||
<string name="hide_gesture_hint">Gestensteuerungshinweis ausblenden</string>
|
||||
<string name="setup_theme">Darstellung</string>
|
||||
<string name="theme_summary">Beim dunklen Design wird ein schwarzer Hintergrund verwendet, um bei bestimmten Displaytypen die Akkulaufzeit zu verbessern</string>
|
||||
<string name="dark">Dunkel</string>
|
||||
<string name="light">Hell</string>
|
||||
</resources>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 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>
|
||||
@@ -23,33 +12,30 @@
|
||||
<string name="done">Ολοκληρώθηκε</string>
|
||||
<string name="ok">ΟΚ</string>
|
||||
<string name="loading">Μισό λεπτό\u2026</string>
|
||||
<string name="setup_complete">Η εγκατάσταση ολοκληρώθηκε</string>
|
||||
<string name="setup_welcome">Καλώς ήλθατε</string>
|
||||
<string name="setup_welcome_message">Καλώς ήλθατε στο <xliff:g id="name" example="LineageOS">%1$s</xliff:g></string>
|
||||
<string name="setup_locale">Γλώσσα</string>
|
||||
<string name="setup_wifi">Επιλέξτε Wi-Fi</string>
|
||||
<string name="setup_sim_missing">Η κάρτα SIM λείπει</string>
|
||||
<string name="setup_choose_data_sim">Επιλέξτε μια SIM για δεδομένα</string>
|
||||
<string name="setup_location">Υπηρεσίες τοποθεσίας</string>
|
||||
<string name="setup_other">Άλλες υπηρεσίες</string>
|
||||
<string name="setup_datetime">Ημερομηνία & ώρα</string>
|
||||
<string name="setup_current_date">Τρέχουσα ημερομηνία</string>
|
||||
<string name="setup_current_time">Τρέχουσα ώρα</string>
|
||||
<string name="sim_missing_summary" product="tablet">Δεν εντοπίστηκε κάρτα SIM στο tablet σας. Για να εισάγετε μια κάρτα SIM, διαβάστε τις οδηγίες που συνοδεύουν τη συσκευή σας.</string>
|
||||
<string name="sim_missing_summary" product="default">Δεν εντοπίστηκε κάρτα SIM στο τηλέφωνό σας. Για να εισάγετε μια κάρτα SIM, διαβάστε τις οδηγίες που συνοδεύουν τη συσκευή σας.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">Ποιά SIM θέλετε να χρησιμοποιήσετε για τα δεδομένα; Η επιλεγμένη SIM μπορεί να επιφέρει χρεώσεις δικτύου, αφού θα χρησιμοποιηθεί για τη ρύθμιση του tablet σας.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Ποιά SIM θέλετε να χρησιμοποιήσετε για τα δεδομένα; Η επιλεγμένη SIM μπορεί να επιφέρει χρεώσεις δικτύου, αφού θα χρησιμοποιηθεί για τη ρύθμιση του τηλεφώνου σας.</string>
|
||||
<string name="date_time_summary">Ορίστε τη ζώνη ώρας σας και προσαρμόστε την τρέχουσα ημερομηνία και ώρα εάν χρειάζεται</string>
|
||||
<string name="location_access_summary"><b>Επιτρέπει σε εφαρμογές που έχουν ζητήσει την άδειά σας</b> να χρησιμοποιήσουν τις πληροφορίες τοποθεσίας σας. Αυτό μπορεί να περιλαμβάνει την τρέχουσα και τις προηγούμενες τοποθεσίες σας.</string>
|
||||
<string name="setup_mobile_data">Ενεργοποίηση δεδομένων κινητής τηλεφωνίας</string>
|
||||
<string name="setup_mobile_data_no_service">Καμία υπηρεσία</string>
|
||||
<string name="setup_mobile_data_emergency_only">Μόνο κλήσεις έκτακτης ανάγκης</string>
|
||||
<string name="enable_mobile_data_summary">Θέλετε να χρησιμοποιήσετε τα δεδομένα κινητής τηλεφωνίας κατά την διάρκεια της εγκατάστασης;. Η ενεργοποίηση των δεδομένων κινητής τηλεφωνίας μπορεί να υπόκειται σε χρεώσεις από το πάροχο σας.</string>
|
||||
<string name="no">Όχι</string>
|
||||
<string name="yes">Ναι</string>
|
||||
<string name="data_sim_name">SIM <xliff:g id="sub">%1$d</xliff:g> - <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="setup_managed_profile_welcome_message">Ρύθμιση του προφίλ εργασίας σας</string>
|
||||
<string name="emergency_call">Κλήση έκτακτης ανάγκης</string>
|
||||
<string name="accessibility_settings">Ρυθμίσεις προσβασιμότητας</string>
|
||||
<string name="setup_locale">Γλώσσα</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 στο tablet σας. Για να εισάγετε μια κάρτα 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="intro_restore_title">Επαναφορά εφαρμογών και δεδομένων</string>
|
||||
<string name="intro_restore_subtitle">Εάν έχετε ένα αντίγραφο ασφαλείας Seedvault από το <xliff:g id="name" example="LineageOS">%s</xliff:g> ή οποιοδήποτε άλλο λειτουργικό σύστημα, μπορείτε να το επαναφέρετε εδώ.</string>
|
||||
<string name="intro_restore_button">Επαναφορά από αντίγραφο ασφαλείας</string>
|
||||
<string name="setup_location">Υπηρεσίες τοποθεσίας</string>
|
||||
<string name="location_access_summary"><b>Επιτρέπει σε εφαρμογές που έχουν ζητήσει την άδειά σας</b> να χρησιμοποιήσουν τις πληροφορίες τοποθεσίας σας. Αυτό μπορεί να περιλαμβάνει την τρέχουσα και τις προηγούμενες τοποθεσίες σας.</string>
|
||||
<string name="location_agps_access_summary">Όταν η τοποθεσία είναι ενεργοποιημένη, <b>λήψη δεδομένων δορυφορικής βοήθειας από το διαδίκτυο</b>, τα οποία μπορούν να βελτιώσουν σημαντικά την απόδοση εκκίνησης GPS.</string>
|
||||
<string name="update_recovery_title">Ενημέρωση Lineage Recovery</string>
|
||||
<string name="update_recovery_description">Ενημέρωση της Lineage Recovery στην πρώτη εκκίνηση μετά από κάθε ενημέρωση.</string>
|
||||
<string name="update_recovery_warning">Η Recovery θα ενημερωθεί μόλις ολοκληρώσετε τη ρύθμιση. Αν θέλετε να κρατήσετε την τρέχουσα recovery, απενεργοποιήστε αυτή την επιλογή.</string>
|
||||
<string name="update_recovery_setting">Ενημέρωση Lineage Recovery παράλληλα με το λειτουργικό σύστημα</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>
|
||||
<string name="setup_services">Χαρακτηριστικά LineageOS</string>
|
||||
<string name="services_pp_explanation">Οι υπηρεσίες αυτές έχουν σκοπό να επεκτείνουν τις δυνατότητες της συσκευής σας. Τα δεδομένα θα χρησιμοποιηθούν σύμφωνα με την πολιτική απορρήτου του <xliff:g id="name" example="LineageOS">%1$s</xliff:g>.</string>
|
||||
<string name="services_find_privacy_policy">Μπορείτε να διαβάσετε την πολιτική απορρήτου σε μια άλλη συσκευή επισκεπτόμενοι το <xliff:g id="uri" example="https://lineageos.org/legal">%1$s</xliff:g></string>
|
||||
@@ -57,36 +43,14 @@
|
||||
<string name="services_metrics_label"><xliff:g id="name" example="Help improve LineageOS">%1$s</xliff:g> στέλνοντας αυτόματα διαγνωστικά δεδομένα και στατιστικά χρήσης στο <xliff:g id="name" example="LineageOS">%2$s</xliff:g>. Αυτές οι πληροφορίες δε μπορούν να χρησιμοποιηθούν για να σας αναγνωρίσουν και δίνουν ένα χέρι βοηθείας στις ομάδες που εργάζονται σε θέματα όπως η διάρκεια ζωής μπαταρίας, επιδόσεις εφαρμογών και νέα χαρακτηριστικά του <xliff:g id="name" example="LineageOS">%2$s</xliff:g>.</string>
|
||||
<string name="services_os_nav_keys_label"><b>Κάντε χρήση των πλήκτρων πλοήγησης της οθόνης</b> αντί των φυσικών πλήκτρων.</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>
|
||||
<string name="settings_biometric_setup_title">Επιλέξτε δευτερεύον κλείδωμα οθόνης</string>
|
||||
<string name="settings_biometric_setup_details">Πώς θα θέλατε να κλειδώνετε την οθόνη σας;</string>
|
||||
<string name="fingerprint_setup_title">Ρύθμιση δακτυλικού αποτυπώματος</string>
|
||||
<string name="fingerprint_setup_summary">Για να χρησιμοποιήσετε τον αισθητήρα δακτυλικών αποτυπωμάτων για να ξεκλειδώνετε την οθόνη σας, θα πρέπει να:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Προσθέστε το δακτυλικό σας αποτύπωμα</string>
|
||||
<string name="face_setup_title">Ρύθμιση προσώπου</string>
|
||||
<string name="face_setup_summary">Για να χρησιμοποιήσετε το πρόσωπό σας για να ξεκλειδώνετε την οθόνη σας, θα πρέπει να:</string>
|
||||
<string name="face_setup_add_face">Προσθέστε το πρόσωπό σας</string>
|
||||
<string name="biometric_setup_backup_lock_method">Ρυθμίστε ένα δευτερεύον κλείδωμα οθόνης</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Ρύθμιση κλειδώματος οθόνης</string>
|
||||
<string name="sim_locale_changed">Ανιχνεύθηκε %1$s SIM</string>
|
||||
<string name="settings_lockscreen_setup_title">Επιλέξτε κλείδωμα οθόνης</string>
|
||||
<string name="settings_lockscreen_setup_details">Πώς θα θέλατε να κλειδώνετε την οθόνη σας;</string>
|
||||
<string name="lockscreen_setup_title" product="tablet">Προστατέψτε το tablet σας</string>
|
||||
<string name="lockscreen_setup_title" product="default">Προστατέψτε το τηλέφωνό σας</string>
|
||||
<string name="lockscreen_setup_summary"><b>Προστατέψτε αυτήν τη συσκευή</b> και ζητήστε ένα PIN, ένα μοτίβο ή έναν κωδικό πρόσβασης για να ξεκλειδώσετε την οθόνη</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Ρύθμιση</string>
|
||||
<string name="intro_restore_title">Επαναφορά εφαρμογών και δεδομένων</string>
|
||||
<string name="intro_restore_subtitle" product="tablet">Εάν έχετε αντίγραφο ασφαλείας από το τελευταίο <xliff:g id="name" example="LineageOS">%s</xliff:g> tablet σας, μπορείτε να το επαναφέρετε εδώ.</string>
|
||||
<string name="intro_restore_subtitle" product="default">Εάν έχετε αντίγραφο ασφαλείας από το τελευταίο <xliff:g id="name" example="LineageOS">%s</xliff:g> τηλέφωνό σας, μπορείτε να το επαναφέρετε εδώ.</string>
|
||||
<string name="intro_restore_button">Επαναφορά από αντίγραφο ασφαλείας</string>
|
||||
<string name="update_recovery_title">Ενημέρωση Lineage Recovery</string>
|
||||
<string name="update_recovery_description">Ενημέρωση της Lineage Recovery στην πρώτη εκκίνηση μετά από κάθε ενημέρωση.</string>
|
||||
<string name="update_recovery_warning">Η Recovery θα ενημερωθεί μόλις ολοκληρώσετε τη ρύθμιση. Αν θέλετε να κρατήσετε την τρέχουσα recovery, απενεργοποιήστε αυτή την επιλογή.</string>
|
||||
<string name="update_recovery_setting">Ενημέρωση Lineage Recovery παράλληλα με το λειτουργικό σύστημα</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>
|
||||
<string name="setup_navigation">Πλοήγηση</string>
|
||||
<string name="navigation_summary">Επιλογή προτιμώμενης μεθόδου πλοήγησης</string>
|
||||
<string name="gesture_navigation">Πλοήγηση με χειρονομίες</string>
|
||||
<string name="two_button_navigation">Πλοήγηση με δύο πλήκτρα</string>
|
||||
<string name="navbar_navigation">Πλοήγηση με τρία πλήκτρα</string>
|
||||
<string name="hide_gesture_hint">Απόκρυψη υποδείξεων πλοήγησης με χειρονομίες</string>
|
||||
<string name="setup_theme">Θέμα</string>
|
||||
<string name="theme_summary">Το Σκούρο θέμα χρησιμοποιεί μαύρο φόντο για να συμβάλλει στην αύξηση της διάρκειας της μπαταρίας σε ορισμένες οθόνες</string>
|
||||
<string name="dark">Σκούρο</string>
|
||||
<string name="light">Ανοιχτόχρωμο</string>
|
||||
</resources>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 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>
|
||||
@@ -23,33 +12,30 @@
|
||||
<string name="done">Done</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="loading">Just a sec\u2026</string>
|
||||
<string name="setup_complete">Setup is complete</string>
|
||||
<string name="setup_welcome">Welcome</string>
|
||||
<string name="setup_welcome_message">Welcome to <xliff:g id="name" example="LineageOS">%1$s</xliff:g></string>
|
||||
<string name="setup_locale">Language</string>
|
||||
<string name="setup_wifi">Select Wi-Fi</string>
|
||||
<string name="setup_sim_missing">SIM card missing</string>
|
||||
<string name="setup_choose_data_sim">Choose a SIM for data</string>
|
||||
<string name="setup_location">Location services</string>
|
||||
<string name="setup_other">Other services</string>
|
||||
<string name="setup_datetime">Date & time</string>
|
||||
<string name="setup_current_date">Current date</string>
|
||||
<string name="setup_current_time">Current time</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>
|
||||
<string name="choose_data_sim_summary" product="tablet">Which SIM do you want to use for data? The selected SIM may incur network charges as it will be used to set up your tablet.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Which SIM do you want to use for data? The selected SIM may incur network charges as it will be used to set up your phone.</string>
|
||||
<string name="date_time_summary">Set your time zone and adjust current date and time if needed</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="setup_mobile_data">Turn on mobile data</string>
|
||||
<string name="setup_mobile_data_no_service">No service</string>
|
||||
<string name="setup_mobile_data_emergency_only">Emergency calls only</string>
|
||||
<string name="enable_mobile_data_summary">Do you want to use mobile data during setup? Turning on mobile data may be subject to data charges.</string>
|
||||
<string name="no">No</string>
|
||||
<string name="yes">Yes</string>
|
||||
<string name="data_sim_name">SIM <xliff:g id="sub">%1$d</xliff:g> - <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="setup_managed_profile_welcome_message">Set up your work profile</string>
|
||||
<string name="emergency_call">Emergency call</string>
|
||||
<string name="accessibility_settings">Accessibility settings</string>
|
||||
<string name="setup_locale">Language</string>
|
||||
<string name="sim_locale_changed">%1$s SIM detected</string>
|
||||
<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>
|
||||
<string name="setup_datetime">Date & 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>
|
||||
<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>
|
||||
<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>
|
||||
<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_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_full_description"><xliff:g id="recovery_update_description">%1$s</xliff:g>\n<xliff:g id="recovery_update_warning">%2$s</xliff:g></string>
|
||||
<string name="setup_services">LineageOS 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>
|
||||
@@ -57,36 +43,14 @@
|
||||
<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 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">%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>
|
||||
<string name="settings_biometric_setup_title">Select backup screen lock type</string>
|
||||
<string name="settings_biometric_setup_details">How would you like to lock your screen?</string>
|
||||
<string name="fingerprint_setup_title">Fingerprint setup</string>
|
||||
<string name="fingerprint_setup_summary">To use your fingerprint sensor to unlock your screen, you\'ll need to:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Add your fingerprint</string>
|
||||
<string name="face_setup_title">Face setup</string>
|
||||
<string name="face_setup_summary">To use your face to unlock your screen, you\'ll need to:</string>
|
||||
<string name="face_setup_add_face">Add your face</string>
|
||||
<string name="biometric_setup_backup_lock_method">Setup a secondary unlock method</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Setup screen lock</string>
|
||||
<string name="sim_locale_changed">%1$s SIM detected</string>
|
||||
<string name="settings_lockscreen_setup_title">Select screen lock type</string>
|
||||
<string name="settings_lockscreen_setup_details">How would you like to lock your screen?</string>
|
||||
<string name="lockscreen_setup_title" product="tablet">Protect your tablet</string>
|
||||
<string name="lockscreen_setup_title" product="default">Protect your phone</string>
|
||||
<string name="lockscreen_setup_summary"><b>Protect this device</b> and require a PIN, pattern, or password to unlock the screen</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Set up</string>
|
||||
<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 <xliff:g id="name" example="LineageOS">%s</xliff:g> tablet, you can restore it here.</string>
|
||||
<string name="intro_restore_subtitle" product="default">If you have a backup from your last <xliff:g id="name" example="LineageOS">%s</xliff:g> phone, you can restore it here.</string>
|
||||
<string name="intro_restore_button">Restore from backup</string>
|
||||
<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_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_full_description"><xliff:g id="recovery_update_description">%1$s</xliff:g>\n<xliff:g id="recovery_update_warning">%2$s</xliff:g></string>
|
||||
<string name="setup_navigation">Navigation</string>
|
||||
<string name="navigation_summary">Choose preferred navigation method</string>
|
||||
<string name="gesture_navigation">Gesture navigation</string>
|
||||
<string name="two_button_navigation">2-button navigation</string>
|
||||
<string name="navbar_navigation">3-button navigation</string>
|
||||
<string name="hide_gesture_hint">Hide gestural navigation hint</string>
|
||||
<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>
|
||||
</resources>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 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>
|
||||
@@ -23,33 +12,30 @@
|
||||
<string name="done">Done</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="loading">Just a sec\u2026</string>
|
||||
<string name="setup_complete">Setup is complete</string>
|
||||
<string name="setup_welcome">Welcome</string>
|
||||
<string name="setup_welcome_message">Welcome to <xliff:g id="name" example="LineageOS">%1$s</xliff:g></string>
|
||||
<string name="setup_locale">Language</string>
|
||||
<string name="setup_wifi">Select Wi-Fi</string>
|
||||
<string name="setup_sim_missing">SIM card missing</string>
|
||||
<string name="setup_choose_data_sim">Choose a SIM for data</string>
|
||||
<string name="setup_location">Location services</string>
|
||||
<string name="setup_other">Other services</string>
|
||||
<string name="setup_datetime">Date & time</string>
|
||||
<string name="setup_current_date">Current date</string>
|
||||
<string name="setup_current_time">Current time</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>
|
||||
<string name="choose_data_sim_summary" product="tablet">Which SIM do you want to use for data? The selected SIM may incur network charges as it will be used to set up your tablet.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Which SIM do you want to use for data? The selected SIM may incur network charges as it will be used to set up your phone.</string>
|
||||
<string name="date_time_summary">Set your time zone and adjust current date and time if needed</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="setup_mobile_data">Turn on cellular data</string>
|
||||
<string name="setup_mobile_data_no_service">No service</string>
|
||||
<string name="setup_mobile_data_emergency_only">Emergency calls only</string>
|
||||
<string name="enable_mobile_data_summary">Do you want to use cellular data during setup? Turning on cellular data may be subject to data charges.</string>
|
||||
<string name="no">No</string>
|
||||
<string name="yes">Yes</string>
|
||||
<string name="data_sim_name">SIM <xliff:g id="sub">%1$d</xliff:g> - <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="setup_managed_profile_welcome_message">Set up your work profile</string>
|
||||
<string name="emergency_call">Emergency call</string>
|
||||
<string name="accessibility_settings">Accessibility settings</string>
|
||||
<string name="setup_locale">Language</string>
|
||||
<string name="sim_locale_changed">%1$s SIM detected</string>
|
||||
<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>
|
||||
<string name="setup_datetime">Date & 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>
|
||||
<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>
|
||||
<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>
|
||||
<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_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_full_description"><xliff:g id="recovery_update_description">%1$s</xliff:g>\n<xliff:g id="recovery_update_warning">%2$s</xliff:g></string>
|
||||
<string name="setup_services">LineageOS 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>
|
||||
@@ -57,36 +43,14 @@
|
||||
<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 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">%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>
|
||||
<string name="settings_biometric_setup_title">Select backup screen lock type</string>
|
||||
<string name="settings_biometric_setup_details">How would you like to lock your screen?</string>
|
||||
<string name="fingerprint_setup_title">Fingerprint setup</string>
|
||||
<string name="fingerprint_setup_summary">To use your fingerprint sensor to unlock your screen, you\'ll need to:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Add your fingerprint</string>
|
||||
<string name="face_setup_title">Face setup</string>
|
||||
<string name="face_setup_summary">To use your face to unlock your screen, you\'ll need to:</string>
|
||||
<string name="face_setup_add_face">Add your face</string>
|
||||
<string name="biometric_setup_backup_lock_method">Setup a secondary unlock method</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Setup screen lock</string>
|
||||
<string name="sim_locale_changed">%1$s SIM detected</string>
|
||||
<string name="settings_lockscreen_setup_title">Select screen lock type</string>
|
||||
<string name="settings_lockscreen_setup_details">How would you like to lock your screen?</string>
|
||||
<string name="lockscreen_setup_title" product="tablet">Protect your tablet</string>
|
||||
<string name="lockscreen_setup_title" product="default">Protect your phone</string>
|
||||
<string name="lockscreen_setup_summary"><b>Protect this device</b> and require a PIN, pattern, or password to unlock the screen</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Set up</string>
|
||||
<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 <xliff:g id="name" example="LineageOS">%s</xliff:g> tablet, you can restore it here.</string>
|
||||
<string name="intro_restore_subtitle" product="default">If you have a backup from your last <xliff:g id="name" example="LineageOS">%s</xliff:g> phone, you can restore it here.</string>
|
||||
<string name="intro_restore_button">Restore from backup</string>
|
||||
<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_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_full_description"><xliff:g id="recovery_update_description">%1$s</xliff:g>\n<xliff:g id="recovery_update_warning">%2$s</xliff:g></string>
|
||||
<string name="setup_navigation">Navigation</string>
|
||||
<string name="navigation_summary">Choose preferred navigation method</string>
|
||||
<string name="gesture_navigation">Gesture navigation</string>
|
||||
<string name="two_button_navigation">2-button navigation</string>
|
||||
<string name="navbar_navigation">3-button navigation</string>
|
||||
<string name="hide_gesture_hint">Hide gestural navigation hint</string>
|
||||
<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>
|
||||
</resources>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 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>
|
||||
@@ -23,33 +12,30 @@
|
||||
<string name="done">Done</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="loading">Just a sec\u2026</string>
|
||||
<string name="setup_complete">Setup is complete</string>
|
||||
<string name="setup_welcome">Welcome</string>
|
||||
<string name="setup_welcome_message">Welcome to <xliff:g id="name" example="LineageOS">%1$s</xliff:g></string>
|
||||
<string name="setup_locale">Language</string>
|
||||
<string name="setup_wifi">Select Wi-Fi</string>
|
||||
<string name="setup_sim_missing">SIM card missing</string>
|
||||
<string name="setup_choose_data_sim">Choose a SIM for data</string>
|
||||
<string name="setup_location">Location services</string>
|
||||
<string name="setup_other">Other services</string>
|
||||
<string name="setup_datetime">Date & time</string>
|
||||
<string name="setup_current_date">Current date</string>
|
||||
<string name="setup_current_time">Current time</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>
|
||||
<string name="choose_data_sim_summary" product="tablet">Which SIM do you want to use for data? The selected SIM may incur network charges as it will be used to set up your tablet.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Which SIM do you want to use for data? The selected SIM may incur network charges as it will be used to set up your phone.</string>
|
||||
<string name="date_time_summary">Set your time zone and adjust current date and time if needed</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="setup_mobile_data">Turn on mobile data</string>
|
||||
<string name="setup_mobile_data_no_service">No service</string>
|
||||
<string name="setup_mobile_data_emergency_only">Emergency calls only</string>
|
||||
<string name="enable_mobile_data_summary">Do you want to use mobile data during setup? Turning on mobile data may be subject to data charges.</string>
|
||||
<string name="no">No</string>
|
||||
<string name="yes">Yes</string>
|
||||
<string name="data_sim_name">SIM <xliff:g id="sub">%1$d</xliff:g> - <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="setup_managed_profile_welcome_message">Set up your work profile</string>
|
||||
<string name="emergency_call">Emergency call</string>
|
||||
<string name="accessibility_settings">Accessibility settings</string>
|
||||
<string name="setup_locale">Language</string>
|
||||
<string name="sim_locale_changed">%1$s SIM detected</string>
|
||||
<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>
|
||||
<string name="setup_datetime">Date & 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>
|
||||
<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>
|
||||
<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>
|
||||
<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_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_full_description"><xliff:g id="recovery_update_description">%1$s</xliff:g>\n<xliff:g id="recovery_update_warning">%2$s</xliff:g></string>
|
||||
<string name="setup_services">LineageOS 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>
|
||||
@@ -57,36 +43,14 @@
|
||||
<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 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">%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>
|
||||
<string name="settings_biometric_setup_title">Select backup screen lock type</string>
|
||||
<string name="settings_biometric_setup_details">How would you like to lock your screen?</string>
|
||||
<string name="fingerprint_setup_title">Fingerprint setup</string>
|
||||
<string name="fingerprint_setup_summary">To use your fingerprint sensor to unlock your screen, you\'ll need to:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Add your fingerprint</string>
|
||||
<string name="face_setup_title">Face setup</string>
|
||||
<string name="face_setup_summary">To use your face to unlock your screen, you\'ll need to:</string>
|
||||
<string name="face_setup_add_face">Add your face</string>
|
||||
<string name="biometric_setup_backup_lock_method">Set up a secondary unlock method</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Setup screen lock</string>
|
||||
<string name="sim_locale_changed">%1$s SIM detected</string>
|
||||
<string name="settings_lockscreen_setup_title">Select screen lock type</string>
|
||||
<string name="settings_lockscreen_setup_details">How would you like to lock your screen?</string>
|
||||
<string name="lockscreen_setup_title" product="tablet">Protect your tablet</string>
|
||||
<string name="lockscreen_setup_title" product="default">Protect your phone</string>
|
||||
<string name="lockscreen_setup_summary"><b>Protect this device</b> and require a PIN, pattern, or password to unlock the screen</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Set up</string>
|
||||
<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 <xliff:g id="name" example="LineageOS">%s</xliff:g> tablet, you can restore it here.</string>
|
||||
<string name="intro_restore_subtitle" product="default">If you have a backup from your last <xliff:g id="name" example="LineageOS">%s</xliff:g> phone, you can restore it here.</string>
|
||||
<string name="intro_restore_button">Restore from backup</string>
|
||||
<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_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_full_description"><xliff:g id="recovery_update_description">%1$s</xliff:g>\n<xliff:g id="recovery_update_warning">%2$s</xliff:g></string>
|
||||
<string name="setup_navigation">Navigation</string>
|
||||
<string name="navigation_summary">Choose preferred navigation method</string>
|
||||
<string name="gesture_navigation">Gesture navigation</string>
|
||||
<string name="two_button_navigation">2-button navigation</string>
|
||||
<string name="navbar_navigation">3-button navigation</string>
|
||||
<string name="hide_gesture_hint">Hide gestural navigation hint</string>
|
||||
<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>
|
||||
</resources>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 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>
|
||||
@@ -23,33 +12,30 @@
|
||||
<string name="done">Done</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="loading">Just a sec\u2026</string>
|
||||
<string name="setup_complete">Setup is complete</string>
|
||||
<string name="setup_welcome">Welcome</string>
|
||||
<string name="setup_welcome_message">Welcome to <xliff:g id="name" example="LineageOS">%1$s</xliff:g></string>
|
||||
<string name="setup_locale">Language</string>
|
||||
<string name="setup_wifi">Select Wi-Fi</string>
|
||||
<string name="setup_sim_missing">SIM card missing</string>
|
||||
<string name="setup_choose_data_sim">Choose a SIM for data</string>
|
||||
<string name="setup_location">Location services</string>
|
||||
<string name="setup_other">Other services</string>
|
||||
<string name="setup_datetime">Date & time</string>
|
||||
<string name="setup_current_date">Current date</string>
|
||||
<string name="setup_current_time">Current time</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>
|
||||
<string name="choose_data_sim_summary" product="tablet">Which SIM do you want to use for data? The selected SIM may incur network charges as it will be used to set up your tablet.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Which SIM do you want to use for data? The selected SIM may incur network charges as it will be used to set up your phone.</string>
|
||||
<string name="date_time_summary">Set your time zone and adjust current date and time if needed</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="setup_mobile_data">Turn on cellular data</string>
|
||||
<string name="setup_mobile_data_no_service">No service</string>
|
||||
<string name="setup_mobile_data_emergency_only">Emergency calls only</string>
|
||||
<string name="enable_mobile_data_summary">Do you want to use cellular data during setup? Turning on cellular data may be subject to data charges.</string>
|
||||
<string name="no">No</string>
|
||||
<string name="yes">Yes</string>
|
||||
<string name="data_sim_name">SIM <xliff:g id="sub">%1$d</xliff:g> - <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="setup_managed_profile_welcome_message">Set up your work profile</string>
|
||||
<string name="emergency_call">Emergency call</string>
|
||||
<string name="accessibility_settings">Accessibility settings</string>
|
||||
<string name="setup_locale">Language</string>
|
||||
<string name="sim_locale_changed">%1$s SIM detected</string>
|
||||
<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>
|
||||
<string name="setup_datetime">Date & 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>
|
||||
<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>
|
||||
<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>
|
||||
<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_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_full_description"><xliff:g id="recovery_update_description">%1$s</xliff:g>\n<xliff:g id="recovery_update_warning">%2$s</xliff:g></string>
|
||||
<string name="setup_services">LineageOS 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>
|
||||
@@ -57,36 +43,14 @@
|
||||
<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 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">%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>
|
||||
<string name="settings_biometric_setup_title">Select backup screen lock type</string>
|
||||
<string name="settings_biometric_setup_details">How would you like to lock your screen?</string>
|
||||
<string name="fingerprint_setup_title">Fingerprint setup</string>
|
||||
<string name="fingerprint_setup_summary">To use your fingerprint sensor to unlock your screen, you\'ll need to:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Add your fingerprint</string>
|
||||
<string name="face_setup_title">Face setup</string>
|
||||
<string name="face_setup_summary">To use your face to unlock your screen, you\'ll need to:</string>
|
||||
<string name="face_setup_add_face">Add your face</string>
|
||||
<string name="biometric_setup_backup_lock_method">Setup a secondary unlock method</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Setup screen lock</string>
|
||||
<string name="sim_locale_changed">%1$s SIM detected</string>
|
||||
<string name="settings_lockscreen_setup_title">Select screen lock type</string>
|
||||
<string name="settings_lockscreen_setup_details">How would you like to lock your screen?</string>
|
||||
<string name="lockscreen_setup_title" product="tablet">Protect your tablet</string>
|
||||
<string name="lockscreen_setup_title" product="default">Protect your phone</string>
|
||||
<string name="lockscreen_setup_summary"><b>Protect this device</b> and require a PIN, pattern, or password to unlock the screen</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Set up</string>
|
||||
<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 <xliff:g id="name" example="LineageOS">%s</xliff:g> tablet, you can restore it here.</string>
|
||||
<string name="intro_restore_subtitle" product="default">If you have a backup from your last <xliff:g id="name" example="LineageOS">%s</xliff:g> phone, you can restore it here.</string>
|
||||
<string name="intro_restore_button">Restore from backup</string>
|
||||
<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_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_full_description"><xliff:g id="recovery_update_description">%1$s</xliff:g>\n<xliff:g id="recovery_update_warning">%2$s</xliff:g></string>
|
||||
<string name="setup_navigation">Navigation</string>
|
||||
<string name="navigation_summary">Choose preferred navigation method</string>
|
||||
<string name="gesture_navigation">Gesture navigation</string>
|
||||
<string name="two_button_navigation">2-button navigation</string>
|
||||
<string name="navbar_navigation">3-button navigation</string>
|
||||
<string name="hide_gesture_hint">Hide gestural navigation hint</string>
|
||||
<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>
|
||||
</resources>
|
||||
|
@@ -1,20 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="yes">Jes</string>
|
||||
</resources>
|
@@ -1,22 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="setup_mobile_data">Activar datos móviles</string>
|
||||
<string name="enable_mobile_data_summary">¿Deseas utilizar datos móviles durante la instalación? Activar los datos móviles puede provocar cargos de datos.</string>
|
||||
<string name="sim_locale_changed">%1$s SIM detectada</string>
|
||||
</resources>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Asistente de configuración</string>
|
||||
@@ -23,48 +12,20 @@
|
||||
<string name="done">Listo</string>
|
||||
<string name="ok">Aceptar</string>
|
||||
<string name="loading">Un segundo\u2026</string>
|
||||
<string name="setup_complete">Configuración finalizada</string>
|
||||
<string name="setup_welcome">Bienvenido</string>
|
||||
<string name="emergency_call">Llamada de emergencia</string>
|
||||
<string name="setup_locale">Idioma</string>
|
||||
<string name="setup_wifi">Selecciona una red Wi-Fi</string>
|
||||
<string name="sim_locale_changed">%1$s SIM detectada</string>
|
||||
<string name="setup_sim_missing">Falta la tarjeta SIM</string>
|
||||
<string name="setup_choose_data_sim">Elige una SIM para datos</string>
|
||||
<string name="setup_location">Servicios de ubicación</string>
|
||||
<string name="setup_other">Otros servicios</string>
|
||||
<string name="setup_datetime">Fecha y hora</string>
|
||||
<string name="setup_current_date">Fecha actual</string>
|
||||
<string name="setup_current_time">Hora actual</string>
|
||||
<string name="sim_missing_summary" product="tablet">No se ha detectado una tarjeta SIM en la tableta. Para insertar una tarjeta SIM, lee las instrucciones que vienen con la tableta.</string>
|
||||
<string name="sim_missing_summary" product="default">No se ha detectado una tarjeta SIM en el teléfono. Para insertar una tarjeta SIM, lee las instrucciones que vienen con el teléfono.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">¿Qué tarjeta SIM quieres utilizar para los datos? La tarjeta SIM seleccionada puede incurrir en cargos de red ya que se utilizará para configurar la tableta.</string>
|
||||
<string name="choose_data_sim_summary" product="default">¿Qué tarjeta SIM quieres utilizar para los datos? La tarjeta SIM seleccionada puede incurrir en cargos de red ya que se utilizará para configurar el teléfono.</string>
|
||||
<string name="setup_datetime">Fecha y hora</string>
|
||||
<string name="date_time_summary">Configurar la zona horaria y ajustar la fecha y hora actuales si es necesario</string>
|
||||
<string name="setup_current_date">Fecha actual</string>
|
||||
<string name="setup_current_time">Hora actual</string>
|
||||
<string name="intro_restore_button">Restaurar desde copia de seguridad</string>
|
||||
<string name="setup_location">Servicios de ubicación</string>
|
||||
<string name="location_access_summary"><b>Permitir aplicaciones que han solicitado el permiso</b> para usar la información de ubicación. Esto puede incluir la ubicación actual y otras ubicaciones recientes.</string>
|
||||
<string name="setup_mobile_data">Activar datos móviles</string>
|
||||
<string name="setup_mobile_data_no_service">Sin servicio</string>
|
||||
<string name="setup_mobile_data_emergency_only">Sólo llamadas de emergencia</string>
|
||||
<string name="enable_mobile_data_summary">¿Quieres usar los datos móviles durante la instalación? Activar los datos móviles puede provocar cargos de datos.</string>
|
||||
<string name="no">No</string>
|
||||
<string name="yes">Sí</string>
|
||||
<string name="emergency_call">Llamada de emergencia</string>
|
||||
<string name="setup_services">Características de LineageOS</string>
|
||||
<string name="services_help_improve_cm">Ayuda a mejorar <xliff:g id="name" example="LineageOS">%s</xliff:g></string>
|
||||
<string name="services_os_nav_keys_label"><b>Usar las teclas de navegación en pantalla</b> en vez de las teclas físicas.</string>
|
||||
<string name="settings_biometric_setup_title">Selecciona el tipo de copia de seguridad de pantalla bloqueada</string>
|
||||
<string name="settings_biometric_setup_details">¿Cómo quieres bloquear tu pantalla?</string>
|
||||
<string name="fingerprint_setup_title">Ajustes de huella digital</string>
|
||||
<string name="fingerprint_setup_summary">Para utilizar el sensor de huella digital para desbloquear la pantalla, deberás:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Añadir tu huella digital</string>
|
||||
<string name="face_setup_title">Configuración facial</string>
|
||||
<string name="face_setup_add_face">Añadir cara</string>
|
||||
<string name="biometric_setup_backup_lock_method">Establecer un método secundario de desbloqueo</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Configurar la pantalla bloqueada</string>
|
||||
<string name="sim_locale_changed">%1$s SIM detectada</string>
|
||||
<string name="settings_lockscreen_setup_title">Seleccione el tipo de bloqueo de pantalla</string>
|
||||
<string name="settings_lockscreen_setup_details">¿Cómo quieres bloquear tu pantalla?</string>
|
||||
<string name="lockscreen_setup_title" product="tablet">Protege tu tableta</string>
|
||||
<string name="lockscreen_setup_title" product="default">Protege el teléfono</string>
|
||||
<string name="lockscreen_setup_summary"><b>Proteger dispositivo</b> y solicitar PIN/patrón/contraseña para desbloquear pantalla</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Configurar</string>
|
||||
<string name="intro_restore_button">Restaurar desde copia de seguridad</string>
|
||||
</resources>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Asistente de configuración</string>
|
||||
@@ -23,50 +12,45 @@
|
||||
<string name="done">Listo</string>
|
||||
<string name="ok">Aceptar</string>
|
||||
<string name="loading">Un segundo\u2026</string>
|
||||
<string name="setup_complete">Configuración completada</string>
|
||||
<string name="setup_welcome">¡Bienvenido/a!</string>
|
||||
<string name="setup_welcome_message">Bienvenido a <xliff:g id="name" example="LineageOS">%1$s</xliff:g></string>
|
||||
<string name="setup_managed_profile_welcome_message">Configura tu perfil de trabajo</string>
|
||||
<string name="emergency_call">Llamada de emergencia</string>
|
||||
<string name="accessibility_settings">Ajustes de accesibilidad</string>
|
||||
<string name="setup_locale">Idioma</string>
|
||||
<string name="setup_wifi">Selecciona una red Wi-Fi</string>
|
||||
<string name="sim_locale_changed">%1$s SIM detectada</string>
|
||||
<string name="setup_sim_missing">Falta la tarjeta SIM</string>
|
||||
<string name="setup_choose_data_sim">Elige una SIM para datos</string>
|
||||
<string name="setup_location">Servicios de ubicación</string>
|
||||
<string name="setup_other">Otros servicios</string>
|
||||
<string name="setup_datetime">Fecha y hora</string>
|
||||
<string name="setup_current_date">Fecha actual</string>
|
||||
<string name="setup_current_time">Hora actual</string>
|
||||
<string name="sim_missing_summary" product="tablet">No se ha detectado una tarjeta SIM en el tablet. Para insertar una tarjeta SIM, lee las instrucciones que vienen con el tablet.</string>
|
||||
<string name="sim_missing_summary" product="default">No se ha detectado una tarjeta SIM en el teléfono. Para insertar una tarjeta SIM, lee las instrucciones que vienen con el teléfono.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">¿Qué tarjeta SIM quieres utilizar para los datos? La tarjeta SIM seleccionada puede incurrir en cargos de red ya que se utilizará para configurar el tablet.</string>
|
||||
<string name="choose_data_sim_summary" product="default">¿Qué tarjeta SIM quieres utilizar para los datos? La tarjeta SIM seleccionada puede incurrir en cargos de red ya que se utilizará para configurar el teléfono.</string>
|
||||
<string name="setup_datetime">Fecha y hora</string>
|
||||
<string name="date_time_summary">Configura la zona horaria y ajusta la fecha y hora actuales si es necesario</string>
|
||||
<string name="location_access_summary"><b>Permitir aplicaciones que han solicitado tu permiso</b> para usar tu información de ubicación. Esto puede incluir tus ubicaciones anteriores y la actual.</string>
|
||||
<string name="setup_mobile_data">Activar datos móviles</string>
|
||||
<string name="setup_mobile_data_no_service">Sin servicio</string>
|
||||
<string name="setup_mobile_data_emergency_only">Solo llamadas de emergencia</string>
|
||||
<string name="enable_mobile_data_summary">¿Deseas utilizar los datos móviles durante la instalación? Activar los datos móviles puede provocar cargos de datos.</string>
|
||||
<string name="no">No</string>
|
||||
<string name="yes">Sí</string>
|
||||
<string name="data_sim_name">SIM <xliff:g id="sub">%1$d</xliff:g> - <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="emergency_call">Llamada de emergencia</string>
|
||||
<string name="setup_services">Características de LineageOS</string>
|
||||
<string name="services_help_improve_cm">Ayuda a mejorar <xliff:g id="name" example="LineageOS">%s</xliff:g></string>
|
||||
<string name="services_os_nav_keys_label"><b>Usar las teclas de navegación en pantalla</b> en vez de las teclas físicas.</string>
|
||||
<string name="settings_biometric_setup_title">Selecciona el tipo de copia de seguridad de pantalla de bloqueo</string>
|
||||
<string name="settings_biometric_setup_details">¿Cómo quieres bloquear tu pantalla?</string>
|
||||
<string name="fingerprint_setup_title">Ajustes de huella digital</string>
|
||||
<string name="fingerprint_setup_summary">Para utilizar el sensor de huella digital para desbloquear la pantalla, necesitarás:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Añade tu huella digital</string>
|
||||
<string name="face_setup_title">Configuración facial</string>
|
||||
<string name="face_setup_summary">Para utilizar su cara para desbloquear la pantalla, necesitarás:</string>
|
||||
<string name="face_setup_add_face">Añadir su cara</string>
|
||||
<string name="biometric_setup_backup_lock_method">Establecer un método secundario de desbloqueo</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Ajustes de pantalla de bloqueo</string>
|
||||
<string name="sim_locale_changed">%1$s SIM detectada</string>
|
||||
<string name="settings_lockscreen_setup_title">Seleccione el tipo de bloqueo de la pantalla</string>
|
||||
<string name="settings_lockscreen_setup_details">¿Cómo quieres bloquear tu pantalla?</string>
|
||||
<string name="lockscreen_setup_title" product="default">Proteja su teléfono</string>
|
||||
<string name="lockscreen_setup_summary"><b>Proteger este dispositivo</b> y establecer un PIN, un patrón o una contraseña para desbloquear la pantalla</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Configurar</string>
|
||||
<string name="setup_current_date">Fecha actual</string>
|
||||
<string name="setup_current_time">Hora actual</string>
|
||||
<string name="intro_restore_title">Restaurar aplicaciones y datos</string>
|
||||
<string name="intro_restore_subtitle">Si tienes una copia de seguridad Seedvault de <xliff:g id="name" example="LineageOS">%s</xliff:g> o de cualquier otro sistema operativo, puedes restaurarla aquí.</string>
|
||||
<string name="intro_restore_button">Restaurar desde copia de seguridad</string>
|
||||
<string name="setup_location">Servicios de ubicación</string>
|
||||
<string name="location_access_summary"><b>Permitir aplicaciones que han solicitado tu permiso</b> para usar tu información de ubicación. Esto puede incluir tus ubicaciones anteriores y la actual.</string>
|
||||
<string name="location_agps_access_summary">Cuando la ubicación está activada en <b>Descargar datos de asistencia por satélite de Internet</b>, puede mejorar en gran medida el rendimiento de arranque del GPS.</string>
|
||||
<string name="update_recovery_title">Actualizar el modo de recuperación de Lineage</string>
|
||||
<string name="update_recovery_description">Actualiza el modo de recuperación de Lineage en el primer arranque posterior a cada actualización.</string>
|
||||
<string name="update_recovery_warning">El modo de recuperación se actualizará tan pronto como finalice la configuración. Si deseas mantenerlo intacto, desactiva esta función.</string>
|
||||
<string name="update_recovery_setting">Actualizar el modo de recuperación de Lineage junto con el sistema operativo</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>
|
||||
<string name="setup_services">Características de LineageOS</string>
|
||||
<string name="services_pp_explanation">Estos servicios sirven para extender las capacidades de tu dispositivo. Los datos se utilizarán de acuerdo a la política de privacidad de <xliff:g id="name" example="LineageOS">%1$s</xliff:g>.</string>
|
||||
<string name="services_find_privacy_policy">Puedes leer la política de privacidad en otro dispositivo visitando <xliff:g id="uri" example="https://lineageos.org/legal">%1$s</xliff:g></string>
|
||||
<string name="services_help_improve_cm">Ayuda a mejorar <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> enviando automáticamente datos de diagnóstico y uso a <xliff:g id="name" example="LineageOS">%2$s</xliff:g>. Esta información no puede usarse para identificarte y ayuda a los equipos que trabajan en aspectos como la duración de la batería, el rendimiento de la aplicación y las nuevas funciones de <xliff:g id="name" example="LineageOS">%3$s</xliff:g>.</string>
|
||||
<string name="services_os_nav_keys_label"><b>Usar las teclas de navegación en pantalla</b> en vez de las teclas físicas.</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>
|
||||
<string name="setup_navigation">Navegación</string>
|
||||
<string name="navigation_summary">Elegir método de navegación preferido</string>
|
||||
<string name="gesture_navigation">Navegación por gestos</string>
|
||||
<string name="two_button_navigation">Navegación con dos botones</string>
|
||||
<string name="navbar_navigation">Navegación con tres botones</string>
|
||||
<string name="hide_gesture_hint">Ocultar la ayuda de navegación por gestos.</string>
|
||||
<string name="setup_theme">Tema</string>
|
||||
<string name="theme_summary">El tema oscuro utiliza un fondo negro para que la batería dure más en algunas pantallas</string>
|
||||
<string name="dark">Oscuro</string>
|
||||
<string name="light">Claro</string>
|
||||
</resources>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Häälestusviisard</string>
|
||||
@@ -22,43 +11,20 @@
|
||||
<string name="start">Alusta</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="loading">Oota hetk\u2026</string>
|
||||
<string name="setup_complete">Seadistus on valmis</string>
|
||||
<string name="setup_welcome">Tere tulemast</string>
|
||||
<string name="setup_wifi">Vali Wi-Fi</string>
|
||||
<string name="emergency_call">Hädaabinumbril helistamine</string>
|
||||
<string name="setup_sim_missing">SIM-kaart on puudu</string>
|
||||
<string name="setup_choose_data_sim">Vali SIM andmete jaoks</string>
|
||||
<string name="setup_location">Asukohateenused</string>
|
||||
<string name="setup_other">Muud teenused</string>
|
||||
<string name="setup_datetime">Kuupäev & kellaaeg</string>
|
||||
<string name="setup_current_date">Tänane kuupäev</string>
|
||||
<string name="setup_current_time">Praegune kellaaeg</string>
|
||||
<string name="sim_missing_summary" product="tablet">SIM-kaarti ei leitud. SIM-kaardi sisestamiseks tutvu seadmega kaasas oleva kasutusjuhendiga.</string>
|
||||
<string name="sim_missing_summary" product="default">SIM-kaarti ei leitud. SIM-kaardi sisestamiseks tutvu seadmega kaasas oleva kasutusjuhendiga.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">Millist SIM-kaarti soovid andmeside kasutamiseks? Valitud SIM-ga võivad kaasneda võrgutasud, kuna seda kasutatakse tahvelarvuti seadistamiseks.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Millist SIM-kaarti soovid andmeside kasutamiseks? Valitud SIM-ga võivad kaasneda võrgutasud, kuna seda kasutatakse nutitelefoni seadistamiseks.</string>
|
||||
<string name="setup_datetime">Kuupäev & kellaaeg</string>
|
||||
<string name="date_time_summary">Määra ajavöönd ning kohandada vajadusel tänast kuupäeva ja kellaaega</string>
|
||||
<string name="location_access_summary"><b>Luba rakendustel, mis on küsinud Teie nõusolekut</b> kasutada Teie asukoha informatsiooni. See võib tähendada nii Teie praegust kui ka eelnevaid asukohti.</string>
|
||||
<string name="setup_mobile_data_no_service">Teenus puudub</string>
|
||||
<string name="setup_mobile_data_emergency_only">Üksnes hädaabikõned</string>
|
||||
<string name="no">Ei</string>
|
||||
<string name="yes">Jah</string>
|
||||
<string name="data_sim_name">SIM <xliff:g id="sub">%1$d</xliff:g> - <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="emergency_call">Hädaabinumbril helistamine</string>
|
||||
<string name="services_help_improve_cm">Aita parendada <xliff:g id="name" example="LineageOS">%s</xliff:g>i</string>
|
||||
<string name="services_os_nav_keys_label"><b>Kasuta ekraanil olevaid navigeerimisklahve</b> riistvaraliste nuppude asemel.</string>
|
||||
<string name="settings_biometric_setup_title">Valige alternatiivne ekraani luku tüüp</string>
|
||||
<string name="settings_biometric_setup_details">Kuidas soovite ekraani lukustada?</string>
|
||||
<string name="fingerprint_setup_title">Sõrmejälgede seadistamine</string>
|
||||
<string name="fingerprint_setup_summary">Et kasutada sõrmejäljelugejat ekraani avamiseks, peate:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Lisa oma sõrmejälg</string>
|
||||
<string name="face_setup_title">Näo seadistus</string>
|
||||
<string name="face_setup_summary">Näo kasutamiseks ekraani lahti lukustamisel pead sa:</string>
|
||||
<string name="face_setup_add_face">Lisa oma nägu</string>
|
||||
<string name="biometric_setup_backup_lock_method">Häälesta teisejärguline avamise meetod</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Ekraaniluku seadistamine</string>
|
||||
<string name="settings_lockscreen_setup_details">Kuidas soovite ekraani lukustada?</string>
|
||||
<string name="setup_current_date">Tänane kuupäev</string>
|
||||
<string name="setup_current_time">Praegune kellaaeg</string>
|
||||
<string name="intro_restore_title">Taasta rakendused ja andmed</string>
|
||||
<string name="intro_restore_button">Taasta varundusest</string>
|
||||
<string name="setup_location">Asukohateenused</string>
|
||||
<string name="location_access_summary"><b>Luba rakendustel, mis on küsinud Teie nõusolekut</b> kasutada Teie asukoha informatsiooni. See võib tähendada nii Teie praegust kui ka eelnevaid asukohti.</string>
|
||||
<string name="update_recovery_title">Uuenda Lineage Recoveryt</string>
|
||||
<string name="update_recovery_setting">Uuenda Lineage Recoveryt koos OSiga</string>
|
||||
<string name="services_help_improve_cm">Aita parendada <xliff:g id="name" example="LineageOS">%s</xliff:g>i</string>
|
||||
<string name="services_os_nav_keys_label"><b>Kasuta ekraanil olevaid navigeerimisklahve</b> riistvaraliste nuppude asemel.</string>
|
||||
</resources>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Ezarpen laguntzailea</string>
|
||||
@@ -23,44 +12,19 @@
|
||||
<string name="done">Eginda</string>
|
||||
<string name="ok">Ados</string>
|
||||
<string name="loading">Une bat\u2026</string>
|
||||
<string name="setup_complete">Ezarpena burutu da</string>
|
||||
<string name="setup_welcome">Ongi etorri</string>
|
||||
<string name="emergency_call">Larrialdi deia</string>
|
||||
<string name="setup_locale">Hizkuntza</string>
|
||||
<string name="setup_wifi">Hautatu Wi-Fia</string>
|
||||
<string name="sim_locale_changed">%1$s SIM antzeman da</string>
|
||||
<string name="setup_sim_missing">SIM txartela falta da</string>
|
||||
<string name="setup_choose_data_sim">Aukeratu datuetarako SIM txartela</string>
|
||||
<string name="setup_location">Kokaleku zerbitzuak</string>
|
||||
<string name="setup_other">Bestelako zerbitzuak</string>
|
||||
<string name="setup_datetime">Data eta ordua</string>
|
||||
<string name="setup_current_date">Uneko data</string>
|
||||
<string name="setup_current_time">Uneko ordua</string>
|
||||
<string name="sim_missing_summary" product="tablet">Ez da SIM txartelik antzeman zure tabletan. SIM txartel bat sartzeko jarraitu zure gailuarekin zetozen argibideak.</string>
|
||||
<string name="sim_missing_summary" product="default">Ez da SIM txartelik antzeman zure telefonoan. SIM txartel bat sartzeko jarraitu zure gailuarekin zetozen argibideak.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">Zein SIM erabili nahi duzu datu mugikorretarako? Hautatutako SIM txartelean gastuak sor litzake zure tableta ezartzeko erabiliko baita.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Zein SIM erabili nahi duzu datu mugikorretarako? Hautatutako SIM txartelean gastuak sor litzake zure telefonoa ezartzeko erabiliko baita.</string>
|
||||
<string name="setup_datetime">Data eta ordua</string>
|
||||
<string name="date_time_summary">Ezarri zure ordu-zona eta doitu oraingo data beharrezkoa bada</string>
|
||||
<string name="setup_current_date">Uneko data</string>
|
||||
<string name="setup_current_time">Uneko ordua</string>
|
||||
<string name="setup_location">Kokaleku zerbitzuak</string>
|
||||
<string name="location_access_summary"><b>Baimena eskatu dizuten aplikazioei</b> zure kokaleku informazioa erabiltzea ahalbidetu. Uneko zein iraganeko kokalekuak barne.</string>
|
||||
<string name="setup_mobile_data">Piztu datu mugikorrak</string>
|
||||
<string name="setup_mobile_data_no_service">Zerbitzurik ez</string>
|
||||
<string name="setup_mobile_data_emergency_only">Larrialdi deiak besterik ez</string>
|
||||
<string name="enable_mobile_data_summary">Datu mugikorrak erabili nahi dituzu ezarpenean? Datu mugikorrak pizteak gastuak ekar ditzake.</string>
|
||||
<string name="no">Ez</string>
|
||||
<string name="yes">Bai</string>
|
||||
<string name="emergency_call">Larrialdi deia</string>
|
||||
<string name="setup_services">LineageOS ezaugarriak</string>
|
||||
<string name="services_help_improve_cm">Lagundu <xliff:g id="name" example="LineageOS">%s</xliff:g> hobetzen</string>
|
||||
<string name="services_os_nav_keys_label"><b>Erabili pantailako nabigazio teklak</b> hardware teklen ordez.</string>
|
||||
<string name="settings_biometric_setup_title">Aukeratu ordezko pantaila blokeo mota</string>
|
||||
<string name="settings_biometric_setup_details">Nola blokeatu nahi duzu pantaila?</string>
|
||||
<string name="fingerprint_setup_title">Hatz-markaren ezarpena</string>
|
||||
<string name="fingerprint_setup_summary">Zure hatz-marka sentsorea erabiliz zure pantaila desblokeatzeko, honako hau egin behar duzu:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Gehitu zure hatz-marka</string>
|
||||
<string name="biometric_setup_backup_lock_method">Ezarri ordezko desblokeo metodo bat</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Ezarri pantaila blokeoa</string>
|
||||
<string name="sim_locale_changed">%1$s SIM antzeman da</string>
|
||||
<string name="settings_lockscreen_setup_title">Hautatu pantaila-blokeo mota</string>
|
||||
<string name="settings_lockscreen_setup_details">Nola blokeatu nahi duzu pantaila?</string>
|
||||
<string name="lockscreen_setup_title" product="default">Babestu telefonoa</string>
|
||||
<string name="lockscreen_setup_summary"><b>Babestu gailua</b> eta eskatu PIN kode, eredu edo pasahitz bat pantaila desblokeatzeko</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Ezarri</string>
|
||||
</resources>
|
||||
|
@@ -1,54 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 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="start">شروع</string>
|
||||
<string name="loading">یک لحظه لطفا\u2026</string>
|
||||
<string name="setup_complete">راهاندازی کامل شد</string>
|
||||
<string name="setup_welcome">خوش آمدید</string>
|
||||
<string name="setup_wifi">انتخاب وایفای</string>
|
||||
<string name="emergency_call">تماس اضطراری</string>
|
||||
<string name="setup_sim_missing">دستگاه فاقد سیم کارت است</string>
|
||||
<string name="setup_choose_data_sim">انتخاب سیم کارت برای داده همراه</string>
|
||||
<string name="setup_location">خدمات مکان</string>
|
||||
<string name="setup_other">سایر خدمات</string>
|
||||
<string name="setup_datetime">تاریخ و زمان</string>
|
||||
<string name="setup_current_date">تاریخ کنونی</string>
|
||||
<string name="setup_current_time">زمان کنونی</string>
|
||||
<string name="sim_missing_summary" product="tablet">سیم کارتی در تبلت شما یافت نشد. برای قرار دادن یک سیم کارت، دستورالعمل همراه دستگاه خود را بخوانید.</string>
|
||||
<string name="sim_missing_summary" product="default">سیم کارتی در گوشی شما یافت نشد. برای قرار دادن یک سیم کارت، دستورالعمل همراه دستگاه خود را بخوانید.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">از کدام سیم کارت برای داده همراه استفاده میکنید؟ سیم کارت انتخابی ممکن است باعث هزینههای اضافی داده شود چرا که برای راهاندازی تبلت شما استفاده میشود.</string>
|
||||
<string name="choose_data_sim_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="setup_mobile_data_no_service">بدون سرویس</string>
|
||||
<string name="setup_mobile_data_emergency_only">فقط تماس اضطراری</string>
|
||||
<string name="no">خیر</string>
|
||||
<string name="yes">بله</string>
|
||||
<string name="emergency_call">تماس اضطراری</string>
|
||||
<string name="setup_services">ویژگیهای لینیِج اواِس</string>
|
||||
<string name="services_os_nav_keys_label"><b>استفاده از کلیدهای پیمایش صفحه نمایش</b> به جای کلیدهای سختافزاری.</string>
|
||||
<string name="settings_biometric_setup_title">انتخاب قفل پشتیبان صفحه</string>
|
||||
<string name="settings_biometric_setup_details">چگونه میخواهید صفحه خود را قفل کنید؟</string>
|
||||
<string name="fingerprint_setup_title">تنظیمات اثر انگشت</string>
|
||||
<string name="fingerprint_setup_summary">برای استفاده از حسگر اثر انگشت برای باز کردن قفل صفحه، به این موارد نیاز دارید:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">افزودن اثر انگشت خود</string>
|
||||
<string name="biometric_setup_backup_lock_method">تنظیم روش دوم باز کردن قفل</string>
|
||||
<string name="biometric_setup_screen_lock_setup">تنظیمات قفل صفحه</string>
|
||||
<string name="settings_lockscreen_setup_details">چگونه میخواهید صفحه خود را قفل کنید؟</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">برپا سازی</string>
|
||||
</resources>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Ohjattu asennus</string>
|
||||
@@ -23,55 +12,25 @@
|
||||
<string name="done">Valmis</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="loading">Odota hetki\u2026</string>
|
||||
<string name="setup_complete">Asennus on valmis</string>
|
||||
<string name="setup_welcome">Tervetuloa</string>
|
||||
<string name="emergency_call">Hätäpuhelu</string>
|
||||
<string name="setup_locale">Kieli</string>
|
||||
<string name="setup_wifi">Valitse Wi-Fi-verkko</string>
|
||||
<string name="sim_locale_changed">%1$s SIM tunnistettu</string>
|
||||
<string name="setup_sim_missing">SIM-kortti puuttuu</string>
|
||||
<string name="setup_choose_data_sim">Valitse SIM-kortti mobiilidatalle</string>
|
||||
<string name="setup_location">Sijaintipalvelut</string>
|
||||
<string name="setup_other">Muut palvelut</string>
|
||||
<string name="setup_datetime">Päivämäärä & aika</string>
|
||||
<string name="setup_current_date">Nykyinen päivämäärä</string>
|
||||
<string name="setup_current_time">Nykyinen aika</string>
|
||||
<string name="sim_missing_summary" product="tablet">SIM-korttia ei ole havaittu tabletissasi. Asettaaksesi SIM-kortin, lue tabletin mukana tulleita ohjeita.</string>
|
||||
<string name="sim_missing_summary" product="default">SIM-korttia ei ole havaittu puhelimessasi. Asettaaksesi SIM-kortin, lue puhelimen mukana tulleita ohjeita.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">Mitä SIM-korttia haluat käyttää mobiilitiedonsiirtoon? Mobiilidatan käyttö voi aiheuttaa tiedonsiirtokuluja.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Mitä SIM-korttia haluat käyttää mobiilitiedonsiirtoon? Mobiilidatan käyttö voi aiheuttaa tiedonsiirtokuluja.</string>
|
||||
<string name="setup_datetime">Päivämäärä & aika</string>
|
||||
<string name="date_time_summary">Valitse aikavyöhyke ja määritä aika ja päivämäärä tarvittaessa</string>
|
||||
<string name="location_access_summary"><b>Salli sovellusten, jotka ovat kysyneet sinulta lupaa</b> käyttää sijaintitietojasi. Tämä saattaa sisältää nykyisen sijaintisi ja aiemmat sijaintisi.</string>
|
||||
<string name="setup_mobile_data">Ota mobiilidata käyttöön</string>
|
||||
<string name="setup_mobile_data_no_service">Ei palvelua</string>
|
||||
<string name="setup_mobile_data_emergency_only">Vain hätäpuhelut</string>
|
||||
<string name="enable_mobile_data_summary">Haluatko käyttää mobiilidataa asennuksen aikana? Mobiilidatan käyttöönottaminen voi aiheuttaa tiedonsiirtokuluja.</string>
|
||||
<string name="no">Ei</string>
|
||||
<string name="yes">Kyllä</string>
|
||||
<string name="data_sim_name">SIM <xliff:g id="sub">%1$d</xliff:g> - <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="emergency_call">Hätäpuhelu</string>
|
||||
<string name="setup_services">LineageOS-ominaisuudet</string>
|
||||
<string name="services_help_improve_cm">Auta parantamaan <xliff:g id="name" example="LineageOS">%s</xliff:g>ia</string>
|
||||
<string name="services_os_nav_keys_label"><b>Käytä näytön navigointipalkkia</b> fyysisten näppäinten sijaan.</string>
|
||||
<string name="settings_biometric_setup_title">Valitse toinen näytön lukitustapa</string>
|
||||
<string name="settings_biometric_setup_details">Miten haluat lukita näyttösi?</string>
|
||||
<string name="fingerprint_setup_title">Sormenjäljen asetus</string>
|
||||
<string name="fingerprint_setup_summary">Käyttääksesi sormenjälkitunnistinta avataksesi näytön lukituksen, sinun tulee:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Lisää sormenjälkesi</string>
|
||||
<string name="face_setup_title">Kasvojen asetus</string>
|
||||
<string name="face_setup_summary">Käyttääksesi kasvontunnistusta avataksesi näytön lukituksen, sinun tulee:</string>
|
||||
<string name="face_setup_add_face">Lisätä kasvosi</string>
|
||||
<string name="biometric_setup_backup_lock_method">Asentaa toissijainen näytön avaustapa</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Aseta näytön lukitus</string>
|
||||
<string name="sim_locale_changed">%1$s SIM tunnistettu</string>
|
||||
<string name="settings_lockscreen_setup_title">Valitse näytön lukitustapa</string>
|
||||
<string name="settings_lockscreen_setup_details">Miten haluat lukita näyttösi?</string>
|
||||
<string name="lockscreen_setup_title" product="tablet">Suojaa tablettisi</string>
|
||||
<string name="lockscreen_setup_title" product="default">Suojaa puhelintasi</string>
|
||||
<string name="lockscreen_setup_summary"><b>Suojaa laitetta</b> avaamalla näytön lukitus PIN-koodin, kuvion tai salasanan avulla</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Asetusten määritys</string>
|
||||
<string name="setup_current_date">Nykyinen päivämäärä</string>
|
||||
<string name="setup_current_time">Nykyinen aika</string>
|
||||
<string name="intro_restore_title">Palauta sovellukset ja tiedot</string>
|
||||
<string name="intro_restore_button">Palauta varmuuskopiosta</string>
|
||||
<string name="setup_location">Sijaintipalvelut</string>
|
||||
<string name="location_access_summary"><b>Salli sovellusten, jotka ovat kysyneet sinulta lupaa</b> käyttää sijaintitietojasi. Tämä saattaa sisältää nykyisen sijaintisi ja aiemmat sijaintisi.</string>
|
||||
<string name="update_recovery_title">Päivitä Lineage Recovery</string>
|
||||
<string name="update_recovery_description">Päivittää Lineage Recoveryn jokaisen päivityksen jälkeen ensimmäisellä käynnistyskerralla</string>
|
||||
<string name="update_recovery_warning">Recovery pävitetään kun asennus on valmis. Jos haluat säilyttää sen ennallaan, poista tämä ominaisuus käytöstä.</string>
|
||||
<string name="update_recovery_setting">Päivitä Lineage Recovery käyttöjärjestelmän rinnalla</string>
|
||||
<string name="setup_services">LineageOS-ominaisuudet</string>
|
||||
<string name="services_help_improve_cm">Auta parantamaan <xliff:g id="name" example="LineageOS">%s</xliff:g>ia</string>
|
||||
<string name="services_os_nav_keys_label"><b>Käytä näytön navigointipalkkia</b> fyysisten näppäinten sijaan.</string>
|
||||
</resources>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Assistant de configuration</string>
|
||||
@@ -23,56 +12,45 @@
|
||||
<string name="done">Effectué</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="loading">Juste une seconde\u2026</string>
|
||||
<string name="setup_complete">Configuration terminée</string>
|
||||
<string name="setup_welcome">Bienvenue</string>
|
||||
<string name="setup_locale">Langue</string>
|
||||
<string name="setup_wifi">Sélectionner le Wi-Fi</string>
|
||||
<string name="setup_sim_missing">Carte SIM manquante</string>
|
||||
<string name="setup_choose_data_sim">Choisir une carte SIM pour les données</string>
|
||||
<string name="setup_location">Services de localisation</string>
|
||||
<string name="setup_other">Autres services</string>
|
||||
<string name="setup_datetime">Date et heure</string>
|
||||
<string name="setup_current_date">Date</string>
|
||||
<string name="setup_current_time">Heure</string>
|
||||
<string name="sim_missing_summary" product="tablet">Aucune carte SIM n\'a été détectée dans votre tablette. Pour insérer une carte SIM, lisez les instructions fournies avec votre appareil.</string>
|
||||
<string name="sim_missing_summary" product="default">Aucune carte SIM n\'a été détectée dans votre téléphone. Pour insérer une carte SIM, lisez les instructions fournies avec votre appareil.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">Quelle carte SIM souhaitez-vous utiliser pour les données mobiles ? La carte SIM sélectionnée pourra engendrer des frais, car elle sera utilisée pour configurer votre tablette.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Quelle carte SIM souhaitez-vous utiliser pour les données mobiles ? La carte SIM sélectionnée pourra engendrer des frais, car elle sera utilisée pour configurer votre téléphone.</string>
|
||||
<string name="date_time_summary">Définir votre fuseau horaire et régler la date et l\'heure si nécessaire</string>
|
||||
<string name="location_access_summary"><b>Permettre aux applications ayant obtenu votre autorisation</b> d\'utiliser vos informations de localisation. Cela peut inclure votre position actuelle et les dernières positions.</string>
|
||||
<string name="setup_mobile_data">Activer les données mobiles</string>
|
||||
<string name="setup_mobile_data_no_service">Aucun service</string>
|
||||
<string name="setup_mobile_data_emergency_only">Appels d\'urgence uniquement</string>
|
||||
<string name="enable_mobile_data_summary">Voulez-vous utiliser les données mobiles lors de l\'installation ? L\'activation des données mobiles peut entraîner des frais de données.</string>
|
||||
<string name="no">Non</string>
|
||||
<string name="yes">Oui</string>
|
||||
<string name="data_sim_name">SIM <xliff:g id="sub">%1$d</xliff:g> - <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="setup_welcome_message">Bienvenue sur <xliff:g id="name" example="LineageOS">%1$s</xliff:g></string>
|
||||
<string name="setup_managed_profile_welcome_message">Configurez votre profil de travail</string>
|
||||
<string name="emergency_call">Appel d\'urgence</string>
|
||||
<string name="accessibility_settings">Paramètres d\'accessibilité</string>
|
||||
<string name="setup_services">Fonctionnalités de LineageOS</string>
|
||||
<string name="services_help_improve_cm">Contribuer à l\'amélioration de <xliff:g id="name" example="LineageOS">%s</xliff:g></string>
|
||||
<string name="services_os_nav_keys_label"><b>Utilisation des touches de navigation de l\'écran</b> au lieu des touches physiques.</string>
|
||||
<string name="settings_biometric_setup_title">Sélection du type de verrouillage d\'écran de sauvegarde</string>
|
||||
<string name="settings_biometric_setup_details">Comment voulez-vous verrouiller votre écran ?</string>
|
||||
<string name="fingerprint_setup_title">Enregistrement d\'empreintes digitales</string>
|
||||
<string name="fingerprint_setup_summary">Pour utiliser le capteur d\'empreintes digitales pour déverrouiller votre écran, vous devrez :</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Ajouter votre empreinte digitale</string>
|
||||
<string name="face_setup_title">Configuration du visage</string>
|
||||
<string name="face_setup_summary">Pour utiliser votre visage afin de déverrouiller votre écran, vous devrez :</string>
|
||||
<string name="face_setup_add_face">Ajouter votre visage</string>
|
||||
<string name="biometric_setup_backup_lock_method">Configurer une méthode de déblocage secondaire</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Configurer le verrouillage de l\'écran</string>
|
||||
<string name="setup_locale">Langue</string>
|
||||
<string name="sim_locale_changed">%1$s carte SIM détectée</string>
|
||||
<string name="settings_lockscreen_setup_title">Sélectionner le type de verrouillage de l\'écran</string>
|
||||
<string name="settings_lockscreen_setup_details">Comment voulez-vous verrouiller votre écran ?</string>
|
||||
<string name="lockscreen_setup_title" product="tablet">Protégez votre tablette</string>
|
||||
<string name="lockscreen_setup_title" product="default">Protéger votre téléphone</string>
|
||||
<string name="lockscreen_setup_summary"><b>Protéger l\'appareil</b> et exiger un code, schéma ou mot de passe pour déverrouiller l\'écran</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Configurer</string>
|
||||
<string name="setup_sim_missing">Carte SIM manquante</string>
|
||||
<string name="sim_missing_summary" product="tablet">Aucune carte SIM n\'a été détectée dans votre tablette. Pour insérer une carte SIM, lisez les instructions fournies avec votre appareil.</string>
|
||||
<string name="sim_missing_summary" product="default">Aucune carte SIM n\'a été détectée dans votre téléphone. Pour insérer une carte SIM, lisez les instructions fournies avec votre appareil.</string>
|
||||
<string name="setup_datetime">Date et heure</string>
|
||||
<string name="date_time_summary">Définir votre fuseau horaire et régler la date et l\'heure si nécessaire</string>
|
||||
<string name="setup_current_date">Date</string>
|
||||
<string name="setup_current_time">Heure</string>
|
||||
<string name="intro_restore_title">Restaurer les applications et les données</string>
|
||||
<string name="intro_restore_subtitle">Si vous avez une sauvegarde Seedvault depuis <xliff:g id="name" example="LineageOS">%s</xliff:g> ou tout autre OS, vous pouvez la restaurer ici.</string>
|
||||
<string name="intro_restore_button">Restaurer depuis une sauvegarde</string>
|
||||
<string name="setup_location">Services de localisation</string>
|
||||
<string name="location_access_summary"><b>Permettre aux applications ayant obtenu votre autorisation</b> d\'utiliser vos informations de localisation. Cela peut inclure votre position actuelle et les dernières positions.</string>
|
||||
<string name="location_agps_access_summary">Lorsque la localisation est activée, <b>téléchargez les données d\'assistance par satellite depuis internet</b>, ce qui peut grandement améliorer les performances de démarrage du GPS.</string>
|
||||
<string name="update_recovery_title">Mettre à jour la récupération de Lineage</string>
|
||||
<string name="update_recovery_description">Met à jour Lineage Recovery au premier démarrage après chaque mise à jour.</string>
|
||||
<string name="update_recovery_warning">La récupération sera mise à jour dès que vous aurez terminé la configuration. Si vous souhaitez la garder intacte, veuillez désactiver cette fonctionnalité.</string>
|
||||
<string name="update_recovery_setting">Mettre à jour Lineage Recovery en même temps que le système d\'exploitation</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>
|
||||
<string name="setup_services">Fonctionnalités de LineageOS</string>
|
||||
<string name="services_pp_explanation">Ces services fonctionnent pour étendre les fonctionnalités de votre appareil. Les données seront utilisées conformément à la politique de confidentialité de <xliff:g id="name" example="LineageOS">%1$s</xliff:g>.</string>
|
||||
<string name="services_find_privacy_policy">Vous pouvez lire la politique de confidentialité sur un autre appareil en visitant <xliff:g id="uri" example="https://lineageos.org/legal">%1$s</xliff:g></string>
|
||||
<string name="services_help_improve_cm">Contribuer à l\'amélioration de <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> en envoyant automatiquement des données de diagnostic et d\'utilisation à <xliff:g id="name" example="LineageOS">%2$s</xliff:g>. Cette information ne peut pas être utilisée pour vous identifier et est d\'une grande aide aux équipes travaillant sur des sujets tels que la durée de vie de la batterie, les performances des applications, et de nouvelles fonctionnalités de <xliff:g id="name" example="LineageOS">%3$s</xliff:g>.</string>
|
||||
<string name="services_os_nav_keys_label"><b>Utilisation des touches de navigation de l\'écran</b> au lieu des touches physiques.</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>
|
||||
<string name="setup_navigation">Navigation</string>
|
||||
<string name="navigation_summary">Choisir la méthode de navigation préférée</string>
|
||||
<string name="gesture_navigation">Navigation gestuelle</string>
|
||||
<string name="two_button_navigation">Navigation à deux boutons</string>
|
||||
<string name="navbar_navigation">Navigation à trois boutons</string>
|
||||
<string name="hide_gesture_hint">Cacher l\'indice de navigation gestuelle</string>
|
||||
<string name="setup_theme">Thème</string>
|
||||
<string name="theme_summary">Le thème sombre utilise un fond noir pour aider à prolonger l\'autonomie de la batterie sur certains écrans</string>
|
||||
<string name="dark">Sombre</string>
|
||||
<string name="light">Clair</string>
|
||||
</resources>
|
||||
|
56
res/values-fur-rIT/strings.xml
Normal file
56
res/values-fur-rIT/strings.xml
Normal file
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Instalazion vuidade</string>
|
||||
<string name="next">Indenant</string>
|
||||
<string name="skip">Salte</string>
|
||||
<string name="start">Scomence</string>
|
||||
<string name="done">Fat</string>
|
||||
<string name="ok">Va ben</string>
|
||||
<string name="loading">Dome un secont\u2026</string>
|
||||
<string name="setup_welcome_message">Benvignûts su <xliff:g id="name" example="LineageOS">%1$s</xliff:g></string>
|
||||
<string name="setup_managed_profile_welcome_message">Configure il to profîl di lavôr</string>
|
||||
<string name="emergency_call">Clamade di emergjence</string>
|
||||
<string name="accessibility_settings">Impostazions di acès facilitât</string>
|
||||
<string name="setup_locale">Lenghe</string>
|
||||
<string name="sim_locale_changed">SIM %1$s rilevade</string>
|
||||
<string name="setup_sim_missing">E mancje la schede SIM</string>
|
||||
<string name="sim_missing_summary" product="tablet">No je stade rilevade nissune schede SIM tal to tablet. Per inserî une schede SIM, lei lis istruzions dadis cul to dispositîf.</string>
|
||||
<string name="sim_missing_summary" product="default">No je stade rilevade nissune schede SIM tal to telefon. Per inserî une schede SIM, lei lis istruzions dadis cul to dispositîf.</string>
|
||||
<string name="setup_datetime">Date e ore</string>
|
||||
<string name="date_time_summary">Configure il fûs orari e se al covente juste la date e la ore</string>
|
||||
<string name="setup_current_date">Date atuâl</string>
|
||||
<string name="setup_current_time">Ore atuâl</string>
|
||||
<string name="intro_restore_title">Ripristine aplicazions e dâts</string>
|
||||
<string name="intro_restore_subtitle">Se tu âs un backup Seedvault di <xliff:g id="name" example="LineageOS">%s</xliff:g> o di un altri SO, tu puedis ripristinâlu achì.</string>
|
||||
<string name="intro_restore_button">Ripristine dal backup</string>
|
||||
<string name="setup_location">Servizis di localizazion</string>
|
||||
<string name="location_access_summary"><b>Permet aes aplicazions che a àn domandât la tô autorizazion</b> di doprâ informazions su la tô posizion. Chest al pues includi la tô posizion atuâl e chês di prime.</string>
|
||||
<string name="location_agps_access_summary">Cuant che la gjeolocalizazion e je ative, <b>discjame di internet i dâts di assistence satelitâr</b>, che a puedin miorâ une vore lis prestazions di inviament dal GPS.</string>
|
||||
<string name="update_recovery_title">Inzorne Recovery di Lineage</string>
|
||||
<string name="update_recovery_description">Al inzorne il Recovery di Lineage al prin inviament sucessîf di ogni inzornament.</string>
|
||||
<string name="update_recovery_warning">Recovery al vignarà inzornât a pene che tu finissis la configurazion. Se tu desideris tignîlu intat, disative cheste funzionalitât.</string>
|
||||
<string name="update_recovery_setting">Inzorne il Recovery di Lineage adun cul SO</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>
|
||||
<string name="setup_services">Funzionalitâts di LineageOS</string>
|
||||
<string name="services_pp_explanation">Chescj servizis a funzionin par slargjâ lis funzionalitâts dal to dispositîf. I dâts a vignaran doprâts in conformitât cu la informative su la riservatece di <xliff:g id="name" example="LineageOS">%1$s</xliff:g>.</string>
|
||||
<string name="services_find_privacy_policy">Tu puedis lei la informative su la riservatece suntun altri dispositîf visitant <xliff:g id="uri" example="https://lineageos.org/legal">%1$s</xliff:g></string>
|
||||
<string name="services_help_improve_cm">Jude a miorâ <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> inviant in automatic i dâts diagnostiche di consum ai svilupadôrs di <xliff:g id="name" example="LineageOS">%2$s</xliff:g>. Nol sarà pussibil doprâ chestis informazions par identificâti ma a dan une man ai grups che a lavorin su robis come la durade de batarie, lis prestazions des aplicazions e lis gnovis funzionalitâts di <xliff:g id="name" example="LineageOS">%3$s</xliff:g>.</string>
|
||||
<string name="services_os_nav_keys_label"><b>Dopre i botons virtuâi sul schermi</b> invezit di chei fisics.</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>
|
||||
<string name="setup_navigation">Navigazion</string>
|
||||
<string name="navigation_summary">Sielç il metodi di navigazion preferît</string>
|
||||
<string name="gesture_navigation">Navigazion a mots</string>
|
||||
<string name="two_button_navigation">Navigazion a 2 botons</string>
|
||||
<string name="navbar_navigation">Navigazion a 3 botons</string>
|
||||
<string name="hide_gesture_hint">Plate i sugjeriments pe navigazion a mots</string>
|
||||
<string name="setup_theme">Teme</string>
|
||||
<string name="theme_summary">Il teme scûr al dopre un fonts neri par aumentâ la durade de cjarie de batarie su cualchi schermi</string>
|
||||
<string name="dark">Scûr</string>
|
||||
<string name="light">Clâr</string>
|
||||
</resources>
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Ynstelhelper</string>
|
||||
@@ -23,46 +12,19 @@
|
||||
<string name="done">Foltôge</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="loading">In amerijke\u2026</string>
|
||||
<string name="setup_complete">Ynstellen foltôge</string>
|
||||
<string name="setup_welcome">Wolkom</string>
|
||||
<string name="emergency_call">Needoprop</string>
|
||||
<string name="setup_locale">Taal</string>
|
||||
<string name="setup_wifi">Wifi selektearje</string>
|
||||
<string name="sim_locale_changed">%1$s simkaart detektearre</string>
|
||||
<string name="setup_sim_missing">Simkaart ûntbrekt</string>
|
||||
<string name="setup_choose_data_sim">Kies in simkaart foar gegevensferbining</string>
|
||||
<string name="setup_location">Lokaasjetsjinsten</string>
|
||||
<string name="setup_other">Oare tsjinsten</string>
|
||||
<string name="setup_datetime">Datum & tiid</string>
|
||||
<string name="setup_current_date">Hjoeddeistige datum</string>
|
||||
<string name="setup_current_time">Hjoeddeistige tiid</string>
|
||||
<string name="sim_missing_summary" product="tablet">Gjin simkaart yn jo tablet detektearre. Om in simkaart te pleatsen, lês de ynstruksje dy\'t by jo tablet levere is.</string>
|
||||
<string name="sim_missing_summary" product="default">Gjin simkaart yn jo telefoan detektearre. Om in simkaart te pleatsen, lês de ynstruksje dy\'t by jo telefoan levere is.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">Hokker simkaart wolle jo brûke foar mobyl ynternet? Foar dizze simkaart kinne ekstra kosten yn rekkening brocht wurde, omdat dizze brûkt wurdt om jo tablet yn te stellen.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Hokker simkaart wolle jo brûke foar mobyl ynternet? Foar dizze simkaart kinne ekstra kosten yn rekkening brocht wurde, omdat dizze brûkt wurdt om jo telefoan yn te stellen.</string>
|
||||
<string name="setup_datetime">Datum & tiid</string>
|
||||
<string name="date_time_summary">Selektearje jo tiidssône en pas wannear nedich de hjoeddeistige datum en tiid oan</string>
|
||||
<string name="setup_current_date">Hjoeddeistige datum</string>
|
||||
<string name="setup_current_time">Hjoeddeistige tiid</string>
|
||||
<string name="setup_location">Lokaasjetsjinsten</string>
|
||||
<string name="location_access_summary"><b>Apps tastean dy\'t jo tastimming frege hawwe</b> om ynformaasje oer jo lokaasje te brûken. Dit kin jo aktuele lokaasje en foargeande lokaasjes omfetsje.</string>
|
||||
<string name="setup_mobile_data">Mobile gegevens ynskeakelje</string>
|
||||
<string name="setup_mobile_data_no_service">Gjin ferbining</string>
|
||||
<string name="setup_mobile_data_emergency_only">Allinnich needoproppen</string>
|
||||
<string name="enable_mobile_data_summary">Wolle jo mobile gegevens brûke wylst it ynstellen? Hjirmei kinne kosten oan ferbûn wêze.</string>
|
||||
<string name="no">Nee</string>
|
||||
<string name="yes">Ja</string>
|
||||
<string name="data_sim_name">SIM <xliff:g id="sub">%1$d</xliff:g> - <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="emergency_call">Needoprop</string>
|
||||
<string name="setup_services">Funksjes fan LineageOS</string>
|
||||
<string name="services_help_improve_cm">Help mei mei it ferbetterjen fan <xliff:g id="name" example="LineageOS">%s</xliff:g></string>
|
||||
<string name="services_os_nav_keys_label"><b>On-screen navigaasjeknoppen</b> brûke yn stee fan de hardwareknoppen.</string>
|
||||
<string name="settings_biometric_setup_title">Reservemetoade selektearje foar skermbeskoatteling</string>
|
||||
<string name="settings_biometric_setup_details">Hoe wolle jo jo skerm beskoattelje?</string>
|
||||
<string name="fingerprint_setup_title">Fingerôfdruk ynstelle</string>
|
||||
<string name="fingerprint_setup_summary">Om de fingerôfdruksensor te brûken om jo skerm te ûntskoatteljen moatte jo:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Jo fingerôfdruk tafoegje</string>
|
||||
<string name="biometric_setup_backup_lock_method">In twaddde ûntskoattelmetoade ynstelle</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Skermbeskoatteling ynstelle</string>
|
||||
<string name="sim_locale_changed">%1$s simkaart detektearre</string>
|
||||
<string name="settings_lockscreen_setup_title">Type skermbeskoatteling selektearje</string>
|
||||
<string name="settings_lockscreen_setup_details">Hoe wolle jo jo skerm beskoattelje?</string>
|
||||
<string name="lockscreen_setup_title" product="tablet">Beskermje jo tablet</string>
|
||||
<string name="lockscreen_setup_title" product="default">Beskermje jo telefoan</string>
|
||||
<string name="lockscreen_setup_summary"><b>Beskermje dit apparaat</b> en freegje om in pinkoade, patroan of wachtwurd om it skerm te ûntskoatteljen</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Ynstelle</string>
|
||||
</resources>
|
||||
|
56
res/values-ga-rIE/strings.xml
Normal file
56
res/values-ga-rIE/strings.xml
Normal file
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Treoraí Socraithe</string>
|
||||
<string name="next">Ar aghaidh</string>
|
||||
<string name="skip">Scipeáil</string>
|
||||
<string name="start">Tosaigh</string>
|
||||
<string name="done">Déanta</string>
|
||||
<string name="ok">Ceart go leor</string>
|
||||
<string name="loading">Níl ann ach soic\u2026</string>
|
||||
<string name="setup_welcome_message">Fáilte go <xliff:g id="name" example="LineageOS">%1$s</xliff:g></string>
|
||||
<string name="setup_managed_profile_welcome_message">Socraigh do phróifíl oibre</string>
|
||||
<string name="emergency_call">Glao éigeandála</string>
|
||||
<string name="accessibility_settings">Socruithe inrochtaineachta</string>
|
||||
<string name="setup_locale">Teanga</string>
|
||||
<string name="sim_locale_changed">Braitheadh %1$s SIM</string>
|
||||
<string name="setup_sim_missing">Cárta SIM in easnamh</string>
|
||||
<string name="sim_missing_summary" product="tablet">Níor aimsíodh cárta SIM ar do tháibléad. Chun cárta SIM a chur isteach, léigh na treoracha a tháinig le do ghléas.</string>
|
||||
<string name="sim_missing_summary" product="default">Níor aimsíodh cárta SIM ar do ghuthán. Chun cárta SIM a chur isteach, léigh na treoracha a tháinig le do ghléas.</string>
|
||||
<string name="setup_datetime">Dáta & am</string>
|
||||
<string name="date_time_summary">Socraigh do chrios ama agus coigeartaigh an dáta agus an t-am reatha más gá</string>
|
||||
<string name="setup_current_date">Dáta reatha</string>
|
||||
<string name="setup_current_time">Am reatha</string>
|
||||
<string name="intro_restore_title">Athchóirigh aipeanna agus sonraí</string>
|
||||
<string name="intro_restore_subtitle">Má tá cúltaca Seedvault agat ó <xliff:g id="name" example="LineageOS">%s</xliff:g> nó ó aon OS eile, is féidir leat é a aischur anseo.</string>
|
||||
<string name="intro_restore_button">Athchóirigh ó chúltaca</string>
|
||||
<string name="setup_location">Seirbhísí suímh</string>
|
||||
<string name="location_access_summary"><b>Ceadaigh d’aipeanna a d’iarr do chead</b> do chuid faisnéise suímh a úsáid. Seans go n-áireofaí anseo do shuíomh reatha agus láithreacha san am a chuaigh thart.</string>
|
||||
<string name="location_agps_access_summary">Nuair atá an suíomh ar siúl, <b>íoslódáil sonraí cúnaimh satailíte ón idirlíon</b>, rud a d\'fhéadfadh feabhas mór a chur ar fheidhmíocht tosaithe GPS.</string>
|
||||
<string name="update_recovery_title">Nuashonraigh Aisghabháil Lineage</string>
|
||||
<string name="update_recovery_description">Nuashonruithe Aisghabháil Lineage ar an gcéad tosaithe tar éis gach nuashonraithe.</string>
|
||||
<string name="update_recovery_warning">Déanfar aisghabháil a nuashonrú chomh luath agus a chríochnaíonn tú an socrú. Más mian leat é a choinneáil slán, díchumasaigh an ghné seo.</string>
|
||||
<string name="update_recovery_setting">Nuashonraigh Aisghabháil Lineage taobh leis an 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>
|
||||
<string name="setup_services">LineageOS gnéithe</string>
|
||||
<string name="services_pp_explanation">Oibríonn na seirbhísí seo duit chun cumais do ghléis a leathnú. Úsáidfear sonraí de réir pholasaí príobháideachais <xliff:g id="name" example="LineageOS">%1$s</xliff:g>.</string>
|
||||
<string name="services_find_privacy_policy">Is féidir leat an polasaí príobháideachais a léamh ar ghléas eile trí chuairt a thabhairt ar <xliff:g id="uri" example="https://lineageos.org/legal">%1$s</xliff:g></string>
|
||||
<string name="services_help_improve_cm">Cabhraigh le feabhas a chur ar <xliff:g id="name" example="LineageOS"> %s</xliff:g></string>
|
||||
<string name="services_metrics_label"><xliff:g id="name" example="Cabhraigh le LineageOS a fheabhsú">%1$s</xliff:g> trí shonraí diagnóiseacha agus úsáide a sheoladh go huathoibríoch chuig <xliff:g id="name" example="LineageOS">%2$s</xliff:g>. Ní féidir an fhaisnéis seo a úsáid chun tú a aithint agus tugann sé cúnamh d\'fhoirne atá ag obair ar rudaí cosúil le saol ceallraí, feidhmíocht aipe agus <xliff:g id="name" example="LineageOS">%3$s</xliff:g> gnéithe.</string>
|
||||
<string name="services_os_nav_keys_label"><b>Úsáid eochracha nascleanúna scáileáin</b> in ionad eochracha crua-earraí.</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>
|
||||
<string name="setup_navigation">Nascleanúint</string>
|
||||
<string name="navigation_summary">Roghnaigh modh nascleanúna is fearr leat</string>
|
||||
<string name="gesture_navigation">Gotha nascleanúint</string>
|
||||
<string name="two_button_navigation">Nascleanúint 2-cnaipe</string>
|
||||
<string name="navbar_navigation">Nascleanúint 3-cnaipe</string>
|
||||
<string name="hide_gesture_hint">Folaigh leid loingseoireachta gothaí</string>
|
||||
<string name="setup_theme">Téama</string>
|
||||
<string name="theme_summary">Úsáideann téama dorcha cúlra dubh chun an ceallraí a choinneáil beo níos faide ar roinnt scáileáin</string>
|
||||
<string name="dark">Dorcha</string>
|
||||
<string name="light">Solas</string>
|
||||
</resources>
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Draoidh stàlaidh</string>
|
||||
@@ -23,61 +12,29 @@
|
||||
<string name="done">Deiseil</string>
|
||||
<string name="ok">Ceart ma-thà</string>
|
||||
<string name="loading">Fuirich greiseag\u2026</string>
|
||||
<string name="setup_complete">Tha an rèiteachadh deiseil</string>
|
||||
<string name="setup_welcome">Fàilte ort</string>
|
||||
<string name="setup_locale">Cànan</string>
|
||||
<string name="setup_wifi">Tagh WiFi</string>
|
||||
<string name="setup_sim_missing">Tha cairt SIM a dhìth</string>
|
||||
<string name="setup_choose_data_sim">Tagh SIM airson dàta</string>
|
||||
<string name="setup_location">Seirbheisean ionaid</string>
|
||||
<string name="setup_other">Seirbheisean eile</string>
|
||||
<string name="setup_datetime">Ceann-là ⁊ àm</string>
|
||||
<string name="setup_current_date">An ceann-là an-diugh</string>
|
||||
<string name="setup_current_time">An t-àm làithreach</string>
|
||||
<string name="sim_missing_summary" product="tablet">Cha do mhothaich sinn do chairt SIM san tablaid agad. Airson cairt SIM a chur a-steach, leugh na mìneachaidhean a fhuair thu leis an uidheam agad.</string>
|
||||
<string name="sim_missing_summary" product="default">Cha do mhothaich sinn do chairt SIM san fhòn agad. Airson cairt SIM a chur a-steach, leugh na mìneachaidhean a fhuair thu leis an uidheam agad.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">Dè an SIM a bu toigh leat cleachdadh airson dàta? Dh’fhaoidte gun èirich cosgaisean lìonraidh an cois an t-SIM a thagh thu on a thèid a chleachdadh airson an tablaid agad a shuidheachadh.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Dè an SIM a bu toigh leat cleachdadh airson dàta? Dh’fhaoidte gun èirich cosgaisean lìonraidh an cois an t-SIM a thagh thu on a thèid a chleachdadh airson an fhòn agad a shuidheachadh.</string>
|
||||
<string name="date_time_summary">Suidhich an roinn-tìde agad agus cuir an ceann-là ’s an t-àm air gleus ma bhios feum air</string>
|
||||
<string name="location_access_summary"><b>Leig le aplacaidean a dh’iarr cead uat</b> fiosrachadh mu d’ ionad a chleachdadh. Dh’fhaoidte gun gabh seo a-staigh an dà chuid d’ ionad làithreach agus far an robh thu roimhe.</string>
|
||||
<string name="setup_mobile_data">Cuir an dàta mobile air</string>
|
||||
<string name="setup_mobile_data_no_service">Chan eil seirbheis ann</string>
|
||||
<string name="setup_mobile_data_emergency_only">Gairmean-èiginn a-mhàin</string>
|
||||
<string name="enable_mobile_data_summary">A bheil thu airson dàta mobile a chleachdadh rè an t-suidheachaidh? Ma chuireas tu dàta mobile air, dh’fhaoidte gun èirich cosgaisean dàta ’na lùib.</string>
|
||||
<string name="no">Chan eil</string>
|
||||
<string name="yes">Tha</string>
|
||||
<string name="data_sim_name">SIM <xliff:g id="sub">%1$d</xliff:g> – <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="emergency_call">Gairm-èiginn</string>
|
||||
<string name="accessibility_settings">Roghainnean na so-inntrigeachd</string>
|
||||
<string name="setup_locale">Cànan</string>
|
||||
<string name="sim_locale_changed">Mhothaich sinn do SIM %1$s</string>
|
||||
<string name="setup_sim_missing">Tha cairt SIM a dhìth</string>
|
||||
<string name="sim_missing_summary" product="tablet">Cha do mhothaich sinn do chairt SIM san tablaid agad. Airson cairt SIM a chur a-steach, leugh na mìneachaidhean a fhuair thu leis an uidheam agad.</string>
|
||||
<string name="sim_missing_summary" product="default">Cha do mhothaich sinn do chairt SIM san fhòn agad. Airson cairt SIM a chur a-steach, leugh na mìneachaidhean a fhuair thu leis an uidheam agad.</string>
|
||||
<string name="setup_datetime">Ceann-là ⁊ àm</string>
|
||||
<string name="date_time_summary">Suidhich an roinn-tìde agad agus cuir an ceann-là ’s an t-àm air gleus ma bhios feum air</string>
|
||||
<string name="setup_current_date">An ceann-là an-diugh</string>
|
||||
<string name="setup_current_time">An t-àm làithreach</string>
|
||||
<string name="intro_restore_title">Aisig aplacaidean is dàta</string>
|
||||
<string name="intro_restore_button">Aisig o lethbhreac-glèidhidh</string>
|
||||
<string name="setup_location">Seirbheisean ionaid</string>
|
||||
<string name="location_access_summary"><b>Leig le aplacaidean a dh’iarr cead uat</b> fiosrachadh mu d’ ionad a chleachdadh. Dh’fhaoidte gun gabh seo a-staigh an dà chuid d’ ionad làithreach agus far an robh thu roimhe.</string>
|
||||
<string name="update_recovery_title">Ùraich aiseag Lineage</string>
|
||||
<string name="update_recovery_description">Ùraichidh seo aiseag Lineage air a’ chiad bhùtadh às dèidh gach ùrachadh.</string>
|
||||
<string name="update_recovery_warning">Thèid an t-aiseag ùrachadh cho luath ’s a bhios tu deiseil leis an t-suidheachadh. Ma tha thu airson a chumail mar a bha e, cuir an gleus seo à comas.</string>
|
||||
<string name="update_recovery_setting">Ùraich aiseag Lineage leis an t-siostam obrachaidh</string>
|
||||
<string name="setup_services">Gleusan LineageOS</string>
|
||||
<string name="services_pp_explanation">Leudaichidh na seirbheisean seo comasan an uidheim agad. Thèid an dàta a chleachdadh a-rèir poileasaidh prìobhaideachd <xliff:g id="name" example="LineageOS">%1$s</xliff:g>.</string>
|
||||
<string name="services_find_privacy_policy">’S urrainn dhut am poileasaidh a leughadh air uidheam eile is tu a’ tadhal air <xliff:g id="uri" example="https://lineageos.org/legal">%1$s</xliff:g></string>
|
||||
<string name="services_help_improve_cm">Cuidich gus piseach a thoirt air <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> is tu a’ cur dàta na diagnosachd ’s a’ chleachdaidh gu <xliff:g id="name" example="LineageOS">%2$s</xliff:g> gu fèin-obrachail. Cha ghabh an dàta sin a chleachdadh airson d’ aithneachadh agus bheir e cuideachadh dha na sgiobaidhean a bhios ag obair air rudan mar beatha a’ bhataraidh, dèanadas nan aplacaidean agus gleusan <xliff:g id="name" example="LineageOS">%3$s</xliff:g> ùra.</string>
|
||||
<string name="services_os_nav_keys_label"><b>Cleachd iuchraichean seòladaireachd air an sgrìn</b> seach iuchraichean bathair-chruaidh.</string>
|
||||
<string name="settings_biometric_setup_title">Tagh seòrsa dàrnach de ghlasadh na sgrìn</string>
|
||||
<string name="settings_biometric_setup_details">Dè an dòigh air am bu chaomh leat an sgrìn agad a ghlasadh?</string>
|
||||
<string name="fingerprint_setup_title">Suidhich lorg-mheòir</string>
|
||||
<string name="fingerprint_setup_summary">Seo na dh’fheumas tu dèanamh mus cleachd thu mothaichear nan lorgan-meòir a chur a’ ghlas far na sgrìn:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Cuir do lorg-mheòir ris</string>
|
||||
<string name="face_setup_title">Suidheachadh aodainn</string>
|
||||
<string name="face_setup_summary">Seo na dh’fheumas tu dèanamh mus cleachd thu d’ aodann a chur a’ ghlas far an sgrìn:</string>
|
||||
<string name="face_setup_add_face">Cuir d’ aodann ris</string>
|
||||
<string name="biometric_setup_backup_lock_method">Suidhich dòigh dhàrnach airson a’ ghlas a thoirt far na sgrìn</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Suidhich glasadh na sgrìn</string>
|
||||
<string name="sim_locale_changed">Mhothaich sinn do SIM %1$s</string>
|
||||
<string name="settings_lockscreen_setup_title">Tagh seòrsa de ghlasadh na sgrìn</string>
|
||||
<string name="settings_lockscreen_setup_details">Dè an dòigh air am bu chaomh leat an sgrìn agad a ghlasadh?</string>
|
||||
<string name="lockscreen_setup_title" product="tablet">Dìon an tablaid agad</string>
|
||||
<string name="lockscreen_setup_title" product="default">Dìon am fòn agad</string>
|
||||
<string name="lockscreen_setup_summary"><b>Dìon an t-uidheam seo</b> agus iarr PIN, pàtran no facal-faire gus a’ ghlas a thoirt far na sgrìn</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Suidhich</string>
|
||||
<string name="intro_restore_title">Aisig aplacaidean is dàta</string>
|
||||
<string name="intro_restore_subtitle" product="tablet">Ma tha lethbhreac-glèidhidh on tablaid <xliff:g id="name" example="LineageOS">%s</xliff:g> mu dheireadh agad, ’s urrainn dhut aiseag an-seo.</string>
|
||||
<string name="intro_restore_subtitle" product="default">Ma tha lethbhreac-glèidhidh on fhòn <xliff:g id="name" example="LineageOS">%s</xliff:g> mu dheireadh agad, ’s urrainn dhut aiseag an-seo.</string>
|
||||
<string name="intro_restore_button">Aisig o lethbhreac-glèidhidh</string>
|
||||
<string name="update_recovery_title">Ùraich aiseag Lineage</string>
|
||||
<string name="update_recovery_description">Ùraichidh seo aiseag Lineage air a’ chiad bhùtadh às dèidh gach ùrachadh.</string>
|
||||
<string name="update_recovery_warning">Thèid an t-aiseag ùrachadh cho luath ’s a bhios tu deiseil leis an t-suidheachadh. Ma tha thu airson a chumail mar a bha e, cuir an gleus seo à comas.</string>
|
||||
<string name="update_recovery_setting">Ùraich aiseag Lineage leis an t-siostam obrachaidh</string>
|
||||
</resources>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="app_name">Asistente de configuración</string>
|
||||
@@ -23,61 +12,29 @@
|
||||
<string name="done">Feito</string>
|
||||
<string name="ok">Aceptar</string>
|
||||
<string name="loading">Só un seg.\u2026</string>
|
||||
<string name="setup_complete">A configuración está completa</string>
|
||||
<string name="setup_welcome">Dámoslle a benvida</string>
|
||||
<string name="setup_locale">Linguaxe</string>
|
||||
<string name="setup_wifi">Escolle rede Wi-Fi</string>
|
||||
<string name="setup_sim_missing">Falta a tarxeta SIM</string>
|
||||
<string name="setup_choose_data_sim">Escolle unha SIM para datos</string>
|
||||
<string name="setup_location">Servizos de localización</string>
|
||||
<string name="setup_other">Outros servizos</string>
|
||||
<string name="setup_datetime">Data e hora</string>
|
||||
<string name="setup_current_date">Data actual</string>
|
||||
<string name="setup_current_time">Hora actual</string>
|
||||
<string name="sim_missing_summary" product="tablet">Non se detectou a tarxeta SIM na túa tableta. Para inserila, le as instrucións que veñen co dispositivo.</string>
|
||||
<string name="sim_missing_summary" product="default">Non se detectou a tarxeta SIM no teu teléfono. Para inserila, le as instrucións que veñen co dispositivo.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">Que SIM quere utilizar para datos? A tarxeta SIM elixida podería incorrer en cargos adicionais e utilizarase para configurar a súa tableta.</string>
|
||||
<string name="choose_data_sim_summary" product="default">Que SIM quere utilizar para datos? A tarxeta SIM elixida podería incorrer en cargos adicionais e utilizarase para configurar o seu teléfono.</string>
|
||||
<string name="date_time_summary">Configure a súa zona horaria e axuste a hora e data se é preciso</string>
|
||||
<string name="location_access_summary"><b>Permite que as aplicacións se teñen o teu permiso</b> utilicen a información sobre a túa localización, o que pode incluír á presente e ás pasadas.</string>
|
||||
<string name="setup_mobile_data">Activar os datos móbeis</string>
|
||||
<string name="setup_mobile_data_no_service">Sen servizo</string>
|
||||
<string name="setup_mobile_data_emergency_only">Só chamadas de urxencia</string>
|
||||
<string name="enable_mobile_data_summary">Queres utilizar os datos móbeis durante a configuración? Ao facelo pódense producir gastos adicionais no plan de datos contratado.</string>
|
||||
<string name="no">Non</string>
|
||||
<string name="yes">Si</string>
|
||||
<string name="data_sim_name">SIM <xliff:g id="sub">%1$d</xliff:g> - <xliff:g id="name">%2$s</xliff:g></string>
|
||||
<string name="emergency_call">Chamada de emerxencia</string>
|
||||
<string name="accessibility_settings">Configuración da accesibilidade</string>
|
||||
<string name="setup_locale">Linguaxe</string>
|
||||
<string name="sim_locale_changed">%1$s SIM detectado</string>
|
||||
<string name="setup_sim_missing">Falta a tarxeta SIM</string>
|
||||
<string name="sim_missing_summary" product="tablet">Non se detectou a tarxeta SIM na túa tableta. Para inserila, le as instrucións que veñen co dispositivo.</string>
|
||||
<string name="sim_missing_summary" product="default">Non se detectou a tarxeta SIM no teu teléfono. Para inserila, le as instrucións que veñen co dispositivo.</string>
|
||||
<string name="setup_datetime">Data e hora</string>
|
||||
<string name="date_time_summary">Configure a súa zona horaria e axuste a hora e data se é preciso</string>
|
||||
<string name="setup_current_date">Data actual</string>
|
||||
<string name="setup_current_time">Hora actual</string>
|
||||
<string name="intro_restore_title">Restaurar aplicacións e datos</string>
|
||||
<string name="intro_restore_button">Restaurar dende a copia de seguranza</string>
|
||||
<string name="setup_location">Servizos de localización</string>
|
||||
<string name="location_access_summary"><b>Permite que as aplicacións se teñen o teu permiso</b> utilicen a información sobre a túa localización, o que pode incluír á presente e ás pasadas.</string>
|
||||
<string name="update_recovery_title">Actualizar Recuperador de Lineage</string>
|
||||
<string name="update_recovery_description">Actualiza o Recuperador do Lineage no primeiro arranque despois de cada actualización.</string>
|
||||
<string name="update_recovery_warning">O Recuperador actualizarase axiña que remates a configuración. Se desexas mantelo intacto, desactiva esta función.</string>
|
||||
<string name="update_recovery_setting">Actualizar o Recuperador de Lineage xunto co sistema operativo</string>
|
||||
<string name="setup_services">Actualizacións de LineageOS</string>
|
||||
<string name="services_pp_explanation">Estes servizos serven para mellorar as capacidades do seu dispositivo. Os datos utilizaranse de acordo coa <xliff:g id="name" example="Politica de privacidade">%1$s</xliff:g> de LineageOS</string>
|
||||
<string name="services_find_privacy_policy">Podes ler a política de privacidade noutro dispositivo visitando <xliff:g id="uri" example="https://lineageos.org/legal">%1$s</xliff:g></string>
|
||||
<string name="services_help_improve_cm">Axuda a mellorar <xliff:g id="name" example="LineageOS">%s</xliff:g></string>
|
||||
<string name="services_metrics_label"><xliff:g id="name" example="Axuda a mellorar LineageOS">%1$s</xliff:g> enviando automaticamente diagnóstico e uso de datos a <xliff:g id="name" example="LineageOS">%2$s</xliff:g>. Esta información non se pode utilizar para identificalo a vostede e acaba nas mans dos equipos que traballan en cousas como a duración da batería, rendemento das aplicacións e novas características de <xliff:g id="name" example="LineageOS">%3$s</xliff:g>.</string>
|
||||
<string name="services_os_nav_keys_label"><b>Usar as teclas de navegación</b> en vez das do hardware.</string>
|
||||
<string name="settings_biometric_setup_title">Seleccione o tipo de copia de seguranza de pantalla de bloqueo</string>
|
||||
<string name="settings_biometric_setup_details">Como quere bloquear a súa pantalla?</string>
|
||||
<string name="fingerprint_setup_title">Configuración da pegada dactilar</string>
|
||||
<string name="fingerprint_setup_summary">Para utilizar o sensor de pegada dactilar co que desbloquear a pantalla, precisará:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">Engadir a súa pegada dactilar</string>
|
||||
<string name="face_setup_title">Configurar faciana</string>
|
||||
<string name="face_setup_summary">Para empregar a túa faciana para desbloquear a pantalla, precisarás:</string>
|
||||
<string name="face_setup_add_face">Engade a túa faciana</string>
|
||||
<string name="biometric_setup_backup_lock_method">Configurar un método secundario de desbloqueo</string>
|
||||
<string name="biometric_setup_screen_lock_setup">Configurar o bloqueo da pantalla</string>
|
||||
<string name="sim_locale_changed">%1$s SIM detectado</string>
|
||||
<string name="settings_lockscreen_setup_title">Seleccionar o tipo de bloqueo da pantalla</string>
|
||||
<string name="settings_lockscreen_setup_details">Como quere bloquear a súa pantalla?</string>
|
||||
<string name="lockscreen_setup_title" product="tablet">Protexe a túa tableta</string>
|
||||
<string name="lockscreen_setup_title" product="default">Protexe o teu móbil</string>
|
||||
<string name="lockscreen_setup_summary"><b>Protexe o dispositivo</b> e solicitar un PIN, patrón ou contrasinal para desbloquear a pantalla</string>
|
||||
<string name="lockscreen_setup_screen_lock_setup">Configura</string>
|
||||
<string name="intro_restore_title">Restaurar aplicacións e datos</string>
|
||||
<string name="intro_restore_subtitle" product="tablet">Se tes unha copia de seguridade da túa última tablet <xliff:g id="name" example="LineageOS">%s</xliff:g>, podes restaurala aquí.</string>
|
||||
<string name="intro_restore_subtitle" product="default">Se tes unha copia de seguridade do teu último teléfono <xliff:g id="name" example="LineageOS">%s</xliff:g>, podes restaurala aquí.</string>
|
||||
<string name="intro_restore_button">Restaurar dende a copia de seguranza</string>
|
||||
<string name="update_recovery_title">Actualizar Recuperador de Lineage</string>
|
||||
<string name="update_recovery_description">Actualiza o Recuperador do Lineage no primeiro arranque despois de cada actualización.</string>
|
||||
<string name="update_recovery_warning">O Recuperador actualizarase axiña que remates a configuración. Se desexas mantelo intacto, desactiva esta función.</string>
|
||||
<string name="update_recovery_setting">Actualizar o Recuperador de Lineage xunto co sistema operativo</string>
|
||||
</resources>
|
||||
|
@@ -1,19 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2013-2015 The CyanogenMod Project
|
||||
Copyright (C) 2017-2020, 2022 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
|
||||
SPDX-FileCopyrightText: 2017-2024 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>
|
||||
@@ -22,39 +11,16 @@
|
||||
<string name="start">પ્રારંભ કરો</string>
|
||||
<string name="ok">ઑકે</string>
|
||||
<string name="loading">માત્ર એક સેકન્ડ\u2026</string>
|
||||
<string name="setup_complete">સેટઅપ પૂર્ણ થયું</string>
|
||||
<string name="setup_welcome">સ્વાગત છે</string>
|
||||
<string name="setup_wifi">Wi-Fi પસંદ કરો</string>
|
||||
<string name="emergency_call">કટોકટીનો કૉલ</string>
|
||||
<string name="sim_locale_changed">%1$s SIM સૂચિત</string>
|
||||
<string name="setup_sim_missing">SIM કાર્ડ ગૂમ</string>
|
||||
<string name="setup_choose_data_sim">ડેટા માટે SIM પસંદ કરો</string>
|
||||
<string name="setup_location">સ્થાન સેવાઓ</string>
|
||||
<string name="setup_other">અન્ય સેવાઓ</string>
|
||||
<string name="setup_datetime">તારીખ & સમય</string>
|
||||
<string name="setup_current_date">હાલની તારીખ</string>
|
||||
<string name="setup_current_time">હાલનો સમય</string>
|
||||
<string name="sim_missing_summary" product="tablet">તમારા ટૅબ્લેટમાં SIM કાર્ડ સૂચિત થયો નથી. SIM કાર્ડ દાખલ કરવા માટે તમારા ડિવાઇસ સાથે આવેલ સૂચનાઓ વાંચો.</string>
|
||||
<string name="sim_missing_summary" product="default">તમારા ફોનમાં SIM કાર્ડ સૂચિત થયો નથી. SIM કાર્ડ દાખલ કરવા માટે તમારા ડિવાઇસ સાથે આવેલ સૂચનાઓ વાંચો.</string>
|
||||
<string name="choose_data_sim_summary" product="tablet">ડેટા માટે તમારે કયો SIM વાપરવો છે? પસંદ કરેલ SIMથી નેટવર્ક શુલ્કો લાગુ થઈ શકે કારણ કે તેનો ઉપયોગ તમારા ટૅબ્લેટ સેટઅપ કરવા થશે.</string>
|
||||
<string name="choose_data_sim_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="setup_mobile_data">મોબાઇલ ડેટા ચાલુ કરો</string>
|
||||
<string name="setup_mobile_data_no_service">કોઇ સેવા નથી</string>
|
||||
<string name="setup_mobile_data_emergency_only">ફક્ત કટોકટીના કૉલ્સ</string>
|
||||
<string name="enable_mobile_data_summary">શું સેટઅપ દરમિયાન તમારે મોબાઇલ ડેટાનો ઉપયોગ કરવો છે? મોબાઇલ ડેટા ચાલુ કરવો ડેટા શુલ્કોને આધિન હશે.</string>
|
||||
<string name="no">નહીં</string>
|
||||
<string name="yes">હા</string>
|
||||
<string name="emergency_call">કટોકટીનો કૉલ</string>
|
||||
<string name="services_os_nav_keys_label">હાર્ડવેર કીને બદલે <b>સ્ક્રીન નૅવિગેશન કીનો ઉપયોગ કરો</b>.</string>
|
||||
<string name="settings_biometric_setup_title">બૅકઅપ સ્ક્રીન લૉક ટાઇપ પસંદ કરો</string>
|
||||
<string name="settings_biometric_setup_details">તમે કેવી રીતે તમારું સ્ક્રીન લૉક કરવા માંગો છો?</string>
|
||||
<string name="fingerprint_setup_title">ફિંગરપ્રિન્ટ સેટઅપ</string>
|
||||
<string name="fingerprint_setup_summary">તમારી સ્ક્રીન અનલૉક કરવા માટે તમારા ફિંગરપ્રિન્ટ સેન્સરનો ઉપયોગ કરવા, તમારે આ કરવું જરૂરી છે:</string>
|
||||
<string name="fingerprint_setup_add_fingerprint">તમારી ફિંગરપ્રિન્ટ ઉમેરો</string>
|
||||
<string name="biometric_setup_backup_lock_method">સેકન્ડરિ અનલૉક પદ્ધતિ સેટઅપ કરો</string>
|
||||
<string name="biometric_setup_screen_lock_setup">સ્ક્રીન લૉક સેટઅપ કરો</string>
|
||||
<string name="sim_locale_changed">%1$s SIM સૂચિત</string>
|
||||
<string name="settings_lockscreen_setup_details">તમે કેવી રીતે તમારું સ્ક્રીન લૉક કરવા માંગો છો?</string>
|
||||
<string name="lockscreen_setup_title" product="default">તમારા ફોનને સુરક્ષિત કરો</string>
|
||||
<string name="lockscreen_setup_summary"><b>આ ઉપકરણને સુરક્ષિત કરો</b> અને સ્ક્રીનને અનલૉક કરવા માટે PIN, પેટર્ન અથવા પાસવર્ડ જરૂરી</string>
|
||||
</resources>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user