summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: f3102e44e1ba666167565d1f95c3d17d4b749641 (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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<resources>
    <string name="app_name">Buoy</string>

    <string name="title_permission">Permissions</string>

    <string name="permission_title">Woah there!</string>
    <string name="permission_message">We need a special permission to continue. Use ADB to run the following command (one line):</string>
    <string name="permission_command" translatable="false">adb shell pm grant com.draco.buoy android.permission.WRITE_SECURE_SETTINGS</string>

    <string name="please_wait">Waiting for permission</string>
    <string name="copied">Copied to clipboard</string>

    <string name="snackbar_intent_failed">Could not handle this action</string>
    <string name="snackbar_failed_to_apply">Failed to apply; device is likely incompatible</string>
    <string name="snackbar_low_power">Changes will take effect when device is in battery saver mode</string>
    <string name="snackbar_applied">Successfully applied profile</string>
    <string name="snackbar_reset">Successfully reset profile</string>

    <string name="developer_url" translatable="false">https://www.github.com/tytydraco</string>
    <string name="source_url" translatable="false">https://www.github.com/tytydraco/Buoy</string>
    <string name="contact_url" translatable="false">mailto:tylernij@gmail.com</string>

    <string name="export_share_title">Battery Saver Constants</string>

    <string name="category_profiles">Profiles</string>
    <string name="category_share">Share</string>
    <string name="category_about">About</string>
    <string name="category_config">Configuration</string>

    <string name="pref_profile_key_default" translatable="false">default</string>
    <string name="pref_profile_title_default">Default</string>
    <string name="pref_profile_summary_default">Use the device\'s default battery saver settings</string>

    <string name="pref_profile_key_light" translatable="false">light</string>
    <string name="pref_profile_title_light">Light</string>
    <string name="pref_profile_summary_light">Marginal conservation of battery power which barely affects the user experience</string>

    <string name="pref_profile_key_moderate" translatable="false">moderate</string>
    <string name="pref_profile_title_moderate">Moderate</string>
    <string name="pref_profile_summary_moderate">Balanced set of tweaks to conserve battery life while not hurting performance</string>

    <string name="pref_profile_key_high" translatable="false">high</string>
    <string name="pref_profile_title_high">High</string>
    <string name="pref_profile_summary_high">Aggressive reduction in power consumption with significant performance loss</string>

    <string name="pref_profile_key_extreme" translatable="false">extreme</string>
    <string name="pref_profile_title_extreme">Extreme</string>
    <string name="pref_profile_summary_extreme">Ultimate set of tweaks to save as much power as possible</string>

    <string name="pref_key_export" translatable="false">export</string>
    <string name="pref_title_export">Export</string>
    <string name="pref_summary_export">Share the battery saver constants elsewhere</string>

    <string name="pref_key_import" translatable="false">import</string>
    <string name="pref_title_import">Import</string>
    <string name="pref_summary_import">Configure using a new profile</string>

    <string name="pref_config_key_advertise_is_enabled" translatable="false">advertise_is_enabled</string>
    <string name="pref_config_title_advertise_is_enabled">Advertise power saver</string>
    <string name="pref_config_summary_advertise_is_enabled">Alert apps that the device is in low power mode; some apps will use this information to reduce their power draw</string>

    <string name="pref_config_key_datasaver_enabled" translatable="false">datasaver_enabled</string>
    <string name="pref_config_title_datasaver_enabled">Enable data saver</string>
    <string name="pref_config_summary_datasaver_enabled">Reduce the data sent and received on metered connections and on mobile data</string>

    <string name="pref_config_key_enable_night_mode" translatable="false">enable_night_mode</string>
    <string name="pref_config_title_enable_night_mode">Enable night mode</string>
    <string name="pref_config_summary_enable_night_mode">Use darker colors to reduce the power draw on OLED panels</string>

    <string name="pref_config_key_launch_boost_enabled" translatable="false">launch_boost_enabled</string>
    <string name="pref_config_title_launch_boost_enabled">Enable launch boost</string>
    <string name="pref_config_summary_launch_boost_enabled">Accelerate the CPU while opening applications to expedite their startup time</string>

    <string name="pref_config_key_vibration_enabled" translatable="false">vibration_enabled</string>
    <string name="pref_config_title_vibration_enabled">Enable vibrations</string>
    <string name="pref_config_summary_vibration_enabled">Allow touch and notification vibrations</string>

    <string name="pref_config_key_animation_enabled" translatable="false">animation_enabled</string>
    <string name="pref_config_title_animation_enabled">Enable animations</string>
    <string name="pref_config_summary_animation_enabled">Continue to display animations</string>

    <string name="pref_config_key_soundtrigger_enabled" translatable="false">soundtrigger_enabled</string>
    <string name="pref_config_title_soundtrigger_enabled">Enable sound triggers</string>
    <string name="pref_config_summary_soundtrigger_enabled">Allow access to the SoundTrigger hardware API</string>

    <string name="pref_config_key_fullbackup_deferred" translatable="false">fullbackup_deferred</string>
    <string name="pref_config_title_fullbackup_deferred">Defer full backups</string>
    <string name="pref_config_summary_fullbackup_deferred">Reschedule device cloud backups for later</string>

    <string name="pref_config_key_keyvaluebackup_deferred" translatable="false">keyvaluebackup_deferred</string>
    <string name="pref_config_title_keyvaluebackup_deferred">Defer keyvalue backups</string>
    <string name="pref_config_summary_keyvaluebackup_deferred">Reschedule application settings cloud backups for later</string>

    <string name="pref_config_key_firewall_enabled" translatable="false">firewall_enabled</string>
    <string name="pref_config_title_firewall_enabled">Enable firewall</string>
    <string name="pref_config_summary_firewall_enabled">Defend against possibly malicious web requests</string>

    <string name="pref_config_key_gps_mode" translatable="false">gps_mode</string>
    <string name="pref_config_title_gps_mode">Location mode</string>
    <string name="pref_config_summary_gps_mode">How location requests are handled in low power mode</string>

    <string name="pref_config_key_adjust_brightness_enabled" translatable="false">adjust_brightness_enabled</string>
    <string name="pref_config_title_adjust_brightness_enabled">Adjust brightness</string>
    <string name="pref_config_summary_adjust_brightness_enabled">Reduce the maximum brightness on the panel</string>

    <string name="pref_config_key_adjust_brightness_factor" translatable="false">adjust_brightness_factor</string>
    <string name="pref_config_title_adjust_brightness_factor">Brightness factor</string>
    <string name="pref_config_summary_adjust_brightness_factor">By what factor to reduce the screen brightness by</string>

    <string name="pref_config_key_force_all_apps_standby" translatable="false">force_all_apps_standby</string>
    <string name="pref_config_title_force_all_apps_standby">Force apps into standby</string>
    <string name="pref_config_summary_force_all_apps_standby">Background apps are put to sleep very quickly</string>

    <string name="pref_config_key_force_background_check" translatable="false">force_background_check</string>
    <string name="pref_config_summary_force_background_check">Stop background services for idle processes</string>

    <string name="pref_config_key_optional_sensors_enabled" translatable="false">optional_sensors_enabled</string>
    <string name="pref_config_title_optional_sensors_enabled">Enable optional sensors</string>
    <string name="pref_config_summary_optional_sensors_enabled">Allow unnecessary sensor requests (i.e. edge sensors)</string>

    <string name="pref_config_key_aod_enabled" translatable="false">aod_enabled</string>
    <string name="pref_config_title_aod_enabled">Always-on-display enabled</string>
    <string name="pref_config_summary_aod_enabled">Display the AOD in sleep mode</string>

    <string name="pref_config_key_quick_doze_enabled" translatable="false">quick_doze_enabled</string>
    <string name="pref_config_title_quick_doze_enabled">Quick doze enabled</string>
    <string name="pref_config_summary_quick_doze_enabled">Enter deep sleep as soon as the screen is turned off</string>

    <string name="pref_developer_title">Developer</string>
    <string name="pref_developer_summary" translatable="false">Tyler Nijmeh</string>
    <string name="pref_developer_key" translatable="false">developer</string>

    <string name="pref_source_title">Source code</string>
    <string name="pref_source_summary">Check out this project on GitHub</string>
    <string name="pref_source_key" translatable="false">source</string>

    <string name="pref_contact_title">Contact</string>
    <string name="pref_contact_summary">Email me with questions, comments, and concerns</string>
    <string name="pref_contact_key" translatable="false">contact</string>

    <string name="pref_licenses_title">Licenses</string>
    <string name="pref_licenses_summary">View the open source licenses</string>
    <string name="pref_licenses_key" translatable="false">licenses</string>
    <string name="pref_config_title_force_background_check">Force background check</string>
</resources>