-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathcustom_strings.xml
More file actions
62 lines (54 loc) · 3.08 KB
/
custom_strings.xml
File metadata and controls
62 lines (54 loc) · 3.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2014 The OmniROM 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">
<!-- About phone screen, setting option name-->
<string name="mod_version">ErcOne version</string>
<string name="mod_version_default">Unknown</string>
<!-- Main list strings -->
<string name="performance_settings">Performance</string>
<string name="advanced_settings_title">Advanced</string>
<string name="button_settings">Buttons</string>
<!-- Setting checkbox summary for displaying USB debugging notification -->
<string name="adb_notify">USB debugging notify</string>
<string name="adb_notify_summary">Display a notification when USB debugging is connected</string>
<string name="volume_adjust_sound_title">Volume adjust sound</string>
<!-- Advanced reboot options -->
<string name="advanced_reboot_title">Advanced reboot</string>
<string name="advanced_reboot_summary">Include options in the power menu for rebooting into recovery or bootloader</string>
<!-- UI debug setting: show CPU info? [CHAR LIMIT=25] -->
<string name="show_cpu_info">Show CPU info</string>
<!-- UI debug setting: show cpu usage summary [CHAR LIMIT=50] -->
<string name="show_cpu_info_summary">Screen overlay showing current CPU info</string>
<!-- Android debugging over WiFi -->
<string name="adb_over_network">ADB over network</string>
<string name="adb_over_network_summary">Enable TCP/IP debugging over network interfaces (Wi-Fi, USB networks). This setting is reset on reboot</string>
<!-- Warning for Adb over Network -->
<string name="adb_over_network_warning">WARNING: When ADB over network is enabled, your phone is open for intrusions on all connected networks, including GSM data network!\n\nOnly use this feature when you are connected on trusted networks.\n\nDo you really want to enable this function?</string>
<!-- Display : Rotation -->
<string name="display_rotation_title">Rotation</string>
<string name="display_rotation_disabled">Disabled</string>
<string name="display_rotation_unit">degrees</string>
<string name="display_rotation_category_title">Rotation modes</string>
<string name="display_rotation_0_title">0 degrees</string>
<string name="display_rotation_90_title">90 degrees</string>
<string name="display_rotation_180_title">180 degrees</string>
<string name="display_rotation_270_title">270 degrees</string>
<string name="alarm_ringtone_title">Default alarm ringtone</string>
</resources>