blob: dca20232df8ca96b39ea4292d14f5a6e0531e971 [file] [log] [blame]
Torsten Groted2dc3692020-09-30 15:14:49 -03001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2017-2021 The LineageOS Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Luca Stefani7e11a022019-11-02 23:09:40 +010018 <!-- Android debugging as root -->
19 <string name="adb_enable_root">Rooted debugging</string>
20 <string name="adb_enable_summary_root">Allow running Android debugging as root</string>
21
Torsten Groted2dc3692020-09-30 15:14:49 -030022 <!-- Backup Transport selection settings menu and activity title -->
23 <string name="backup_transport_setting_label">Change backup provider</string>
24 <string name="backup_transport_title">Select backup provider</string>
Bruno Martinsf89ae862018-01-15 08:44:46 +000025
Roman Birg3076e5a2018-02-22 15:27:46 +010026 <!-- Device Info screen. LineageOS legal. -->
27 <string name="lineagelicense_title">LineageOS legal</string>
28
Chirayu Desai43d83e02012-12-26 11:33:38 +053029 <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings -->
30 <plurals name="show_dev_countdown_cm">
31 <item quantity="one">You are now <xliff:g id="step_count">%1$d</xliff:g> step away from enabling development settings.</item>
32 <item quantity="other">You are now <xliff:g id="step_count">%1$d</xliff:g> steps away from enabling development settings.</item>
33 </plurals>
34 <!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer settings are enabled -->
35 <string name="show_dev_on_cm">You have enabled development settings!</string>
36 <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on -->
37 <string name="show_dev_already_cm">No need, you have already enabled development settings.</string>
38
Danny Baumann33c26322017-10-11 14:57:05 +020039 <!-- Increasing ring tone volume -->
40 <string name="increasing_ring_volume_option_title">Increasing ring volume</string>
41 <string name="increasing_ring_min_volume_title">Start volume</string>
42 <string name="increasing_ring_ramp_up_time_title">Ramp-up time</string>
43
Michael Bestasb35206c2013-12-12 05:40:54 +020044 <!-- Lock screen pattern size -->
45 <string name="lock_pattern_size_3" translatable="false">3 \u00d7 3</string>
46 <string name="lock_pattern_size_4" translatable="false">4 \u00d7 4</string>
47 <string name="lock_pattern_size_5" translatable="false">5 \u00d7 5</string>
48 <string name="lock_pattern_size_6" translatable="false">6 \u00d7 6</string>
49 <string name="lock_settings_picker_pattern_size_message">Choose a pattern size</string>
50 <!-- Whether a visible red line will be drawn after the user has drawn the unlock pattern incorrectly -->
51 <string name="lockpattern_settings_enable_error_path_title">Show pattern error</string>
52 <!-- Whether the dots will be drawn when using the lockscreen pattern -->
53 <string name="lockpattern_settings_enable_dots_title">Show pattern dots</string>
Danny Baumann33c26322017-10-11 14:57:05 +020054
Bruno Martinsf89ae862018-01-15 08:44:46 +000055 <!-- Volume link notification -->
56 <string name="volume_link_notification_title">Link ring &amp; notification volumes</string>
Torsten Groted2dc3692020-09-30 15:14:49 -030057</resources>