Torsten Grote | d2dc369 | 2020-09-30 15:14:49 -0300 | [diff] [blame] | 1 | <?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 Stefani | 7e11a02 | 2019-11-02 23:09:40 +0100 | [diff] [blame] | 18 | <!-- 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 Grote | d2dc369 | 2020-09-30 15:14:49 -0300 | [diff] [blame] | 22 | <!-- 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 Martins | f89ae86 | 2018-01-15 08:44:46 +0000 | [diff] [blame] | 25 | |
Roman Birg | 3076e5a | 2018-02-22 15:27:46 +0100 | [diff] [blame] | 26 | <!-- Device Info screen. LineageOS legal. --> |
| 27 | <string name="lineagelicense_title">LineageOS legal</string> |
| 28 | |
Chirayu Desai | 43d83e0 | 2012-12-26 11:33:38 +0530 | [diff] [blame] | 29 | <!-- [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 Baumann | 33c2632 | 2017-10-11 14:57:05 +0200 | [diff] [blame] | 39 | <!-- 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 Bestas | b35206c | 2013-12-12 05:40:54 +0200 | [diff] [blame] | 44 | <!-- 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 Baumann | 33c2632 | 2017-10-11 14:57:05 +0200 | [diff] [blame] | 54 | |
Bruno Martins | f89ae86 | 2018-01-15 08:44:46 +0000 | [diff] [blame] | 55 | <!-- Volume link notification --> |
| 56 | <string name="volume_link_notification_title">Link ring & notification volumes</string> |
Torsten Grote | d2dc369 | 2020-09-30 15:14:49 -0300 | [diff] [blame] | 57 | </resources> |