summaryrefslogtreecommitdiffstats
path: root/DeviceSettings/res/values/strings.xml
blob: 472e160b4c0c5d1e7a79340542aaa2ab12ed15b5 (plain)
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
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">Advanced settings</string>

    <string name="defaults_button">Reset to default</string>

    <!-- Screen Preference -->
    <string name="category_screen_title">Screen</string>
    <string name="screen_colors_title">Colors</string>

    <!-- Content adaptive backlight control -->
    <string name="cabc_title_head">CABC</string>
    <string name="cabc_summary_head">Enable content adaptive backlight control</string>

    <!-- mDNIe -->
    <string name="mdnie_scenario_title_head">Scenario</string>
    <string name="mdnie_scenario_summary_head">Set the mDNIe Scenario</string>
    <string name="mdnie_mode_title_head">Mode</string>
    <string name="mdnie_mode_summary_head">Set the mDNIe Mode</string>
    <string name="mdnie_negative_title_head">Negative Mode</string>
    <string name="mdnie_negative_summary_head">Enable/Disable inverted colors</string>

    <!-- LED -->
    <string name="led_subcat_title">Notification LED</string>
    <string name="led_fade_title_head">LED Fading</string>
    <string name="led_fade_summary_head">Enable LED smooth fading instead of sharp blinking.</string>

    <!-- Touchkey tuning -->
    <string name="touchkey_subcat_title">Touchkeys</string>
    <string name="touchkey_light_title_head">Backlight</string>
    <string name="touchkey_light_summary_off">Enable backlight</string>
    <string name="touchkey_light_summary_on">Disable backlight</string>
    <string name="touchkey_timeout_title_head">Backlight timeout</string>
    <string name="touchkey_timeout_summary_head">Set timeout for the backlight</string>

    <!-- Haptic Preference -->
    <string name="category_haptic_title">Haptic</string>

    <!-- VibratorTuning -->
    <string name="vibrator_title">Vibrator</string>
    <string name="vibrator_tuning_title">Vibration strength</string>
    <string name="vibrator_tuning_summary_head">Adjust the strength of the vibration feedback</string>
    <string name="vibrator_warning">Values higher than %1$d are not recommended</string>

    <!-- Radio Preference -->
    <string name="category_radio_title">Radio</string>
    <string name="hspa_title_head">HSPA</string>
    <string name="hspa_summary_head">Enable HSDPA/HSUPA</string>

    <!-- Audio Preference -->
    <string name="category_audio_title">Audio</string>
    <string name="dockaudio_subcat_title">Dock audio</string>
    <string name="use_dock_audio_title_head">Use USB Dock Audio</string>
    <string name="use_dock_audio_summary_head">Use the passive audio out on the dock</string>
    <string name="incallaudio_subcat_title">In-call audio volumes</string>
    <string name="incall_earpiece_audio_title_head">Earpiece</string>
    <string name="incall_headphone_audio_title_head">Headphone</string>
    <string name="incall_speaker_audio_title_head">Speaker</string>
    <string name="incall_bt_audio_title_head">BT</string>
    <string name="incall_warning">Values higher than %1$d are not recommended</string>
    <string name="audioout_subcat_title">Streaming audio volumes</string>
    <string name="audioout_headphone_audio_title_head">Headphone</string>
    <string name="audioout_speaker_audio_title_head">Speaker</string>
    <string name="audioout_warning">Values higher than %1$d are not recommended</string>

    <!-- S-Pen -->
    <string name="spen_subcat_title">S-Pen</string>
    <string name="spen_power_save_title_head">Power saving mode</string>
    <string name="spen_power_save_summary_head">Disable stylus digitizer when S-Pen is in device</string>

</resources>