-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathstrings.xml
More file actions
105 lines (91 loc) · 5.28 KB
/
strings.xml
File metadata and controls
105 lines (91 loc) · 5.28 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="xposed_description">Add a filter to your screen</string>
<!-- About -->
<string name="about_author"><![CDATA[<b>tonymanou</b> (<b>tony78960</b> on XDA)]]></string>
<string name="about_translation">Translation:</string>
<string name="about_translator"></string>
<string name="about_thread">Support thread:</string>
<string name="about_source">Source code:</string>
<string name="about_libraries">Used libraries:</string>
<!-- Toolbox -->
<string name="filter_off">OFF</string>
<!-- Filter settings -->
<string name="dim_filter">Darkening filter</string>
<string name="color_filter">Color filter</string>
<string name="transparency">Transparency:</string>
<string name="min_transparency">Minimum:</string>
<string name="max_transparency">Maximum:</string>
<string name="set">Set</string>
<string name="change">Change</string>
<string name="intensity">Intensity:</string>
<string name="color">Color</string>
<string name="temperature">Temperature</string>
<string name="default_value">Default:</string>
<!-- Locale/Tasker -->
<string name="donotchange">Do not change</string>
<string name="enable">Enable</string>
<string name="disable">Disable</string>
<string name="toggle">Toggle</string>
<!-- Shortcut -->
<string name="toggle_dim">Toggle darkening filter</string>
<string name="toggle_color">Toggle color filter</string>
<string name="toggle_both_linked">Toggle both (linked)</string>
<string name="toggle_both">Toggle both</string>
<!-- Customization -->
<string name="do_nothing">Do nothing</string>
<string name="customize">Customize</string>
<string name="double_tap">Double tap</string>
<string name="simple_press">Simple press</string>
<string name="long_press">Long press</string>
<!-- Color picker dialog -->
<string name="realtime_preview">Preview the changes in real-time</string>
<string name="realtime_preview_warn">The darkening filter is temporarily disabled during preview</string>
<string name="cp_hue">Hue</string>
<string name="cp_saturation">Saturation</string>
<string name="cp_value">Value</string>
<string name="cp_alpha">Alpha</string>
<string name="cp_red">Red</string>
<string name="cp_green">Green</string>
<string name="cp_blue">Blue</string>
<string name="number_picker_legend">Enter a number between %1$s and %2$s:</string>
<!-- Transparency range dialog -->
<string name="transparency_range">Transparency range</string>
<string name="warn_min_transparency">I agree with the fact that using a minimum transparency below 40 can make my screen entirely black and unreadable.</string>
<!-- Error messages -->
<string name="not_supported">Not supported</string>
<string name="not_supported_by_rom">Not supported by some ROMs</string>
<string name="wrong_version">Screen Filter was updated,\n\nplease reboot your device to apply the changes.</string>
<string name="no_service">Filter service not found!\n\nCheck that Screen Filter is enabled in Xposed Installer and reboot your device.</string>
<string name="fatal_error">Something went wrong in SystemUI!\n\nPlease check Xposed\'s logs and report the error on XDA.</string>
<!-- Menu -->
<string name="navdrawer_open">Open navigation drawer</string>
<string name="navdrawer_close">Close navigation drawer</string>
<string name="menu_about">About</string>
<string name="menu_filters">Filters</string>
<string name="menu_settings">Settings</string>
<!-- Settings -->
<string name="settings_toolbox">Toolbox</string>
<string name="settings_show_toolbox">Show toolbox in extended status bar</string>
<string name="settings_hide_toolbox">Hide when the filter is not active</string>
<string name="settings_show_toolbox_notification">Show toolbox above notifications</string>
<string name="settings_show_toolbox_quicksettings">Show toolbox above quick settings</string>
<string name="settings_toolbox_background">Use colored background</string>
<string name="settings_toolbox_tint">Tint text and icon</string>
<string name="settings_other">Other</string>
<string name="settings_link_filters">Link the state of color and darkening filters</string>
<string name="settings_disable_hw_button_light">Disable hardware buttons backlight when filter is active</string>
<string name="settings_enable_boot">Enable at device boot</string>
<string name="settings_debug">Debug</string>
<string name="settings_debug_log">Debug log (need reboot)</string>
<string name="please_reboot">Reboot your device to apply the changes</string>
<!-- Help -->
<string name="help">Help</string>
<string name="help_open_activity">Open the settings activity</string>
<string name="help_toggle_dim">Toggle the darkening filter</string>
<string name="help_toggle_color">Toggle the color filter</string>
<string name="help_default_dim">Enable the darkening filter at the default value</string>
<string name="help_default_color">Enable the color filter at the default value</string>
<string name="help_use_default">Use the default value</string>
<string name="help_store_default">Store the current value as default</string>
</resources>