forked from franciscofranco/FKMU_localisation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstrings.xml
434 lines (434 loc) · 38.3 KB
/
strings.xml
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="backup_restore_title">Backup & restore</string>
<string name="cpu_manager_title">CPU manager</string>
<string name="kernel_settings_title">Kernel settings</string>
<string name="color_control_title">Display control</string>
<string name="power_modes_title">Per-App profiles</string>
<string name="system_monitor_title">System monitor</string>
<string name="file_manager_title">File manager</string>
<string name="settings_title">Options</string>
<string name="support_title">Help & support</string>
<string name="yes">Yes</string>
<string name="changelog_internal_error_parsing">Error while parsing file</string>
<string name="changelog_header_version">"Version "</string>
<string name="no_internet_connection">No internet connection</string>
<string name="auto_flash">Auto flash</string>
<string name="download_zip">Download zip</string>
<string name="changelog_title">Change-log</string>
<string name="share_kernel_msg_title">New Franco Kernel version for the</string>
<string name="share_kernel_sent_from">*Franco Kernel Manager & Updater* is the best companion for this Kernel</string>
<string name="my_backups">Kernels</string>
<string name="max_cpu_freq">Max CPU frequency</string>
<string name="min_cpu_freq">Min CPU frequency</string>
<string name="cluster_max_cpu_freq">%1$s max CPU freq</string>
<string name="cluster_min_cpu_freq">%1$s min CPU freq</string>
<string name="cpu_governor">CPU governor</string>
<string name="cluster_cpu_governor">%1$s CPU governor</string>
<string name="backup_all_the_things">Backup your Kernel</string>
<string name="no_backups">You don\'t have any backups</string>
<string name="auto_flash_and_reboot">Auto-flash & reboot</string>
<string name="auto_flash_and_reboot_summary">Are you sure you want to restore this Kernel backup and reboot?</string>
<string name="misc">Misc</string>
<string name="auto_reboot_summary_on">The device will automatically reboot after a successful auto-flash</string>
<string name="auto_reboot_summary_off">The device won\'t reboot after an auto-flash</string>
<string name="new_kernel_notify_title">New Kernel auto-notify</string>
<string name="new_kernel_notify_summary_on">Checking once every 24 hours for new FK updates.</string>
<string name="new_kernel_notify_summary_off">Not checking for Kernel updates automatically</string>
<string name="per_app_modes">Per-App profiles</string>
<string name="cpu_temperature">CPU temperature</string>
<string name="play_games">Play Games</string>
<string name="download_path_title">ZIPs download path</string>
<string name="disable_per_app_modes_service_title">Per-App profiles service</string>
<string name="disable_per_app_modes_service_summary_on">The service is disabled</string>
<string name="disable_per_app_modes_toast_title">Profile applied info message</string>
<string name="disable_per_app_modes_toast_summary_on">Messages won\'t be shown when a mode is applied</string>
<string name="disable_per_app_modes_toast_summary_off">A message will show when a profile is applied</string>
<string name="cpu_temp_notification_title">Temperature</string>
<string name="cpu_temp_notification_summary_on">Showing the temperature on the notification bar</string>
<string name="cpu_temp_notification_summary_off">Temperature notification disabled</string>
<string name="cpu_temperature_type_title">Unit</string>
<string name="cpu_temperature_type_summary_celsius">Celsius (Cº)</string>
<string name="play_games_sign_in_title">Play Games sign-in</string>
<string name="play_games_sign_in_summary_off">Not signed in</string>
<string name="play_games_sign_in_summary_on">You\'re signed in</string>
<string name="achievements_title">Achievements</string>
<string name="achievements_summary">Check your progress</string>
<string name="kernel_up_to_date">You\'re up to date!</string>
<string name="kernel_update_available">Update available!</string>
<string name="downloading">Downloading %1$s%2$s</string>
<string name="calculating">Little gnomes are calculating download\'s ETA</string>
<string name="voltage_control">Voltage control</string>
<string name="cpu_boost">CPU-boost</string>
<string name="gpu_control">GPU control</string>
<string name="governor_control">Governor control</string>
<string name="cluster_governor_control">%1$s governor control</string>
<string name="hotplug_control">Hotplug Control</string>
<string name="set_on_boot_msg">Set on boot: %1$s</string>
<string name="md5_error">Auto-flash aborted!</string>
<string name="md5_error_msg">The MD5 doesn\'t match. Re-download please.</string>
<string name="auto_flash_success_auto_reboot">Auto-flashed successfully! Rebooting…</string>
<string name="auto_flash_success">Auto-flashed successfully!</string>
<string name="download_complete">Download is complete!</string>
<string name="io_scheduler">I/O Scheduler</string>
<string name="temp_threshold">CPU thermal threshold</string>
<string name="fsync">I/O fsync</string>
<string name="vibrator_amp">Vibrator amp</string>
<string name="usb_fast_charge">USB fast charge</string>
<string name="tegra_smartdimmer">Tegra SmartDimmer</string>
<string name="omap_throttle_enable">OMAP Thermal throttle</string>
<string name="logcat_toggle">Logcat</string>
<string name="blx">Battery Life Extender</string>
<string name="backlight_dimmer">Backlight dimmer</string>
<string name="backlight_min_brightness">Backlight minimum brightness</string>
<string name="headphones_gain">Headphones volume gain</string>
<string name="headset_gain">Headset volume gain</string>
<string name="mic_gain">Microphone volume gain</string>
<string name="mic_gain_2">Mic volume gain</string>
<string name="speaker_gain">Speaker volume gain</string>
<string name="speaker_gain_left">Left speaker volume gain</string>
<string name="speaker_gain_right">Right speaker volume gain</string>
<string name="disabled">Disabled</string>
<string name="enabled">Enabled</string>
<string name="uknown">Unknown</string>
<string name="delete">Delete</string>
<string name="fm_feature_title">Features & Actions</string>
<string name="fm_feature_1"> • Auto-flash boot.img and anyKernel zips</string>
<string name="fm_feature_2"> • Browse through the sdcard</string>
<string name="fm_feature_3"> • Open any file</string>
<string name="fm_feature_4"> • Obtain info about individual files</string>
<string name="fm_feature_5"> • Delete files</string>
<string name="fm_feature_6"> • Installs .apk files</string>
<string name="input_boost_frequency">Input boost frequency</string>
<string name="max_gpu_freq">Max GPU frequency</string>
<string name="gpu_up_threshold">GPU up_threshold</string>
<string name="gpu_down_threshold">GPU down_threshold</string>
<string name="online_cores_threshold">Online cores threshold</string>
<string name="new_profile">New profile</string>
<string name="per_app_profile_applied">Per-App Profile: %1$s applied!</string>
<string name="per_app_profile_disabled">Per-App Profile: system returns to defaults!</string>
<string name="apply_profile">Apply a profile</string>
<string name="applications_list">Apps</string>
<string name="new_app_profile">New</string>
<string name="profile_manager">Manager</string>
<string name="profile_created_success">Profile created successfully. Now you can apply it on the Application List panel!</string>
<string name="no_per_app_profiles">Create your first Per-App Profile</string>
<string name="performance_profiles_title">Performance profiles</string>
<string name="vibrator_amp2">Device vibration</string>
<string name="vibrator_amp3">Vibration</string>
<string name="haptic_vibration">Haptic vibration</string>
<string name="power_saving_description">It lowers the CPU, GPU and input boost frequency clocks to save some precious juice during usage</string>
<string name="power_saving_title">Power-saving</string>
<string name="balance_title">Balance</string>
<string name="balance_description">Loads the default Franco Kernel settings. It\'s a safe harbour and it\'ll yield you the best results without visually sacrificing performance</string>
<string name="performance_title">Performance</string>
<string name="performance_description">GPU runs on its maximum clock all the time, input boost duration and frequency clock are increased. Buttery!</string>
<string name="new_profile_hint">Profile name</string>
<string name="disable_per_app_modes_service_summary_off">The service is enabled</string>
<string name="device">Device</string>
<string name="device_status">Status</string>
<string name="app_info">Version: %1$s (%2$d)\nCopyright © 2011–2017\nFrancisco Franco</string>
<string name="supported">Supported</string>
<string name="not_supported">Not supported</string>
<string name="social">Social</string>
<string name="communities">G+ FK Community</string>
<string name="rgb_calibration">RGB adjustments</string>
<string name="rgb_title">RGB adjustments</string>
<string name="rgb_summary">Tune your display color temperature.</string>
<string name="gamma_calibration_title">GAMMA adjustments</string>
<string name="gamma_calibration_summary">Adjust your display gamma curve.</string>
<string name="performance_profiles_no_root">Your Root access is missing or broken. This functionality won\'t show until your Root is fixed</string>
<string name="performance_profiles_empty_view">Your Kernel doesn\'t support this feature. It will be available soon</string>
<string name="new_kernel">New Franco Kernel version!</string>
<string name="new_kernel_description">%1$s is ready for download</string>
<string name="performance_profiles_not_supported_widget">Your device\'s Kernel does not support this feature or your Root permission for this app wasn\'t properly given… can\'t really tell!</string>
<string name="temp_not_supported">CPU temperature not supported</string>
<string name="cpu_temperature_type_summary_fahrenheit">Fahrenheit (ºF)</string>
<string name="system_monitor_lite">System Monitor Lite</string>
<string name="donate">Donate</string>
<string name="beer_title">Beer</string>
<string name="beer_summary">…is life</string>
<string name="fku_summary">If you think that I deserve to be paid again for the constant updates over 5 years of free updates and support</string>
<string name="meal_title">Meal</string>
<string name="meal_summary">There\'s no better way to pause long coding sessions than a pizza or some chicken tenders. OK, caesar salad it is</string>
<string name="big_meal_title">Bigger meal</string>
<string name="big_meal_summary">This will not also fuel me, but fuel my cat, which spends its days doing Quality Assurance (QA) for free… well as long as I feed her properly</string>
<string name="item_purchase_success">Thank you SO much for this, you\'re amazing! Send me an e-mail so that I can thank you \"personally\" :)</string>
<string name="max_cpu_info">CPU\'s maximum attainable frequency. Anything lower than the default will save you battery, but you\'ll lose performance</string>
<string name="min_cpu_info">This is the minimum frequency your CPU supports</string>
<string name="cur_governor_info">The governor is a piece of code that manages the CPU frequencies based on the current system load. The default is usually the recommended one</string>
<string name="voltages_info">Electrical voltage levels for CPU frequency steps. Lower values will help decrease the overall system temperature on stress scenarios, but can lead to instability. Find your sweetspot, all chips handle different voltage points</string>
<string name="governor_tunables_info">Configuration files for your governor. These set of items give you great power over your CPU configuration and how the frequencies scale based on this set of rules. It\'s for advanced users</string>
<string name="cpu_boost_info">Set of items for Qualcomm devices to configure some CPU parameters. For advanced users.</string>
<string name="gpu_info">Set of parameters for the GPU. For advanced users</string>
<string name="hotplug_control_info">Set of parameters to control my Hotplug driver, which controls how CPU cores behave dependent on system load and other variables. For advanced users.</string>
<string name="io_scheduler_info">This scheduler is responsible for ordering the I/O (input/output) requests from the system. The default is usually the best option. For more information on the different schedulers a simple Google search will do.</string>
<string name="thermal_throttle_info">Maximum CPU temperature before the CPU gets throttled down to become cooler. Unit is in centigrades.</string>
<string name="fsync_info">fsync is a Kernel call that flushes the IO data from the buffer to the disk to prevent data loss if there is a crash of a power failure. Enabled for data safety, disable for an IO performance boost with the cost of potential data loss/corruption if there is system crash.</string>
<string name="vibration_info">Controls the intensity of your device vibration amplifier engine.</string>
<string name="usb_fast_charge_info">Fast charge allows your device to be charged faster during USB connection. Be warned though as this may disable any data connection between the device and the computer due to higher charging amp.</string>
<string name="tegra_smartdimmer_info">Automatically adjusts the display colors/temperature while watching videos.</string>
<string name="omap_throttle_enable_info">Guard to throttle the device when it reaches higher CPU temperature.</string>
<string name="blx_info">The percentage of battery that can be charged. It\'s used to extend the number of charging cycles before the battery dies.</string>
<string name="backlight_dimmer_info">Enables a custom dimmer algorithm for smooth brightness transitions when Auto-Brightness is enabled.</string>
<string name="backlight_min_brightness_info">Controls the minimum allowed brightness for the backlight in case you need lower or higher minimum brightness.</string>
<string name="headphones_gain_info">Increase or decrease the volume gain for Headphones output.</string>
<string name="headset_gain_info">Increase or decrease the volume gain for Headset output.</string>
<string name="speaker_gain_info">Increase or decrease the volume gain for Speaker output.</string>
<string name="mic_gain_info">Increase or decrease the volume gain for Mic input.</string>
<string name="profile_edit_mode">Edit mode</string>
<string name="profile_edit_success">Successfully edited!</string>
<string name="per_app_profile_rename">Rename this profile</string>
<string name="cancel">Cancel</string>
<string name="supported_device_no_kernel">Although your device is officially supported there\'s currently no FK available for your Android version just yet.\nMost likely coming soon™.\nCheck out the XDA thread below in the mean time to keep up with the latest developments</string>
<string name="double_tap_to_wake">Double tap to wake</string>
<string name="vibrator_amp4">Vibrator strength</string>
<string name="boot_service_init">FK Manager & Updater - applying set-on-boot settings</string>
<string name="boot_service_exit">FK Manager & Updater - finished set-on-boot service</string>
<string name="kernel_download">Kernel download</string>
<string name="download_start">Kernel download has started</string>
<string name="download_finish">Kernel download is completed</string>
<string name="add_a_new_profile">Add a new profile</string>
<string name="gpu_oc">GPU OC</string>
<string name="destination_folder">Destination folder</string>
<string name="new_directory">New directory</string>
<string name="new_directory_hint">New directory\'s name</string>
<string name="led_max_brightness">Charging LED</string>
<string name="xda_card_summary">Franco Kernel thread for your device</string>
<string name="xda_card_title">XDA-Developers</string>
<string name="file_name_already_exists">A file with this name already exists</string>
<string name="battery_service_level">Power-saving</string>
<string name="turn_on_automatically">Turn on automatically</string>
<string name="never">Never</string>
<string name="battery_5">at 5\%% battery</string>
<string name="battery_10">at 10\%% battery</string>
<string name="battery_15">at 15\%% battery</string>
<string name="battery_20">at 20\%% battery</string>
<string name="battery_25">at 25\%% battery</string>
<string name="echo">echo %2$s > %1$s</string>
<string name="cat">cat %1$s</string>
<string name="loading_empty">Loading…</string>
<string name="empty_directory">This directory is empty</string>
<string name="contrast">Contrast</string>
<string name="load_threshold">System load threshold to decide when online or offline cores from. 0 to 100. 0 turns the device into a permanent quad-core, and 100 into a permanent dual-core.</string>
<string name="high_load_counter">Counter to filter online/offline calls. The load needs to be above load_threshold X high_load_counter times for the cores to go online otherwise they stay offline.</string>
<string name="max_load_counter">Max number of samples counters allowed to be counted. The higher the value the longer it will take the driver to offline cores after a period of high and continuous load.</string>
<string name="cpufreq_unplug_limit">If the current CPU freq is above this limit don\'t offline the cores for a couple of extra samples.</string>
<string name="min_time_cpu_online">Minimum time in seconds that a core stays online to avoid too many online/offline calls. Value is in seconds.</string>
<string name="timer">Sample timer in seconds. The default value of 1 equals to 10 samples every second. The higher the value the less samples per second it runs.</string>
<string name="hue">Hue</string>
<string name="invert">Color inversion</string>
<string name="saturation">Saturation</string>
<string name="display_value">Display value</string>
<string name="set_on_boot_toast_summary_off">A toast message won\'t be shown when you toggle the set on boot switch</string>
<string name="set_on_boot_toast_summary_on">A message will be shown every time you set some setting to be restored on reboots</string>
<string name="set_on_boot_toast_title">Set on boot toast message</string>
<string name="error_in_app_payment">There was an error contacting Google Play Services. Try again</string>
<string name="donate_title">Donation packages</string>
<string name="donate_summary">If you feel that I deserve a some more shinnies for all my on-going efforts</string>
<string name="theme">Theme</string>
<string name="app_theme">Application theme</string>
<string name="theme_donate_title">Support Dark theme!</string>
<string name="theme_donate_summary">Consider a small donation for the free addition of the Dark theme. For $1/1€ it awards an achievement and removes this annoying dialog!</string>
<string name="boot_service_toast_summary_off">There won\'t be any toast message displayed when the boot service runs after a reboot.</string>
<string name="boot_service_toast_summary_on">A toast message announcing the boot service is starting shows after a reboot</string>
<string name="boot_service_toast_title">Boot service toast message</string>
<string name="cpu_temp_notif_low_priority_summary_off">The notification icon is shown on the status bar when the CPU temperature service is running.</string>
<string name="cpu_temp_notif_low_priority_summary_on">Status bar icon of CPU temperature notification is hidden</string>
<string name="cpu_temp_notif_low_priority_title">Notification priority</string>
<string name="navigation_bar_color_summary_off">The nav bar is black</string>
<string name="navigation_bar_color_summary_on">The navigation bar is colored based on the app primary color</string>
<string name="navigation_bar_color">Navigation bar coloring</string>
<string name="global">Global</string>
<string name="ok">OK</string>
<string name="name">Name</string>
<string name="red">Red</string>
<string name="green">Green</string>
<string name="blue">Blue</string>
<string name="profile_whitespace_warning">Name cannot contain whitespaces</string>
<string name="profile_length_warning">Name size is too big (max 15 chars)</string>
<string name="profile_separator_warning">Name cannot contain path separators</string>
<string name="profile_empty_warning">Name cannot be empty</string>
<string name="profile_default_exists_warning">Name you chose is reserved. Please, use a different one</string>
<string name="new_name">New name</string>
<string name="set">Set</string>
<string name="no_activity_exception">You don\'t have any app to handle this action - you need a browser.</string>
<string name="low_power_cluster">Low power cluster</string>
<string name="high_perf_cluster">High perf cluster</string>
<string name="camera_mic_gain">Camera mic gain</string>
<string name="up_to_date_msg">Kernel version %1$s for the %2$s</string>
<string name="current_kernel_version">Your Kernel version: %1$s</string>
<string name="uh_oh">Uh oh!</string>
<string name="your_device_not_supported">Your device is not supported by Franco Kernel</string>
<string name="double_tap_to_wake_2">Double-tap-to-wake</string>
<string name="high_brightness_mode_title">High brightness mode</string>
<string name="download_lower_case">Download</string>
<string name="usage_stats_permission_title">Usage stats access permission</string>
<string name="per_app_profile_service_disabled">Per-App profiles service is off. Go to Settings to enable it</string>
<string name="usage_stats_disabled">Needed for Per-App profiles to detect the top foreground app.\n(Disabled)</string>
<string name="usage_stats_needed_summary">Usage stats permission needs to be granted below</string>
<string name="backlight_dim">Backlight dim</string>
<string name="max_brightness_for_calibration">Brighter display for easier calibration</string>
<string name="cooler">Cooler</string>
<string name="warmer">Warmer</string>
<string name="blue_light_reduction_desc">Warmer tones allow your eyes to relax so that falling asleep is easier</string>
<string name="no_description_yet">No description yet</string>
<string name="max_cpu_high_perf_cluster_desc">Maximum CPU frequency of your big cluster (A57 cores). Anything lower than the default will save you battery, but you\'ll lose performance</string>
<string name="min_cpu_high_perf_cluster_desc">Minimum CPU frequency of your big cluster (A57 cores)</string>
<string name="min_sample_time_desc">The minimum amount of time to spend at the current frequency before ramping down. This is to ensure that the governor has seen enough historic cpu load data to determine the appropriate workload</string>
<string name="hispeed_freq_desc">An intermediate \"hi speed\" at which to initially ramp when CPU load hits the value specified in go_hispeed_load. If load stays high for the amount of time specified in above_hispeed_delay, then speed may be bumped higher</string>
<string name="go_hispeed_load_desc">The CPU load at which to ramp to the intermediate \"hi speed\"</string>
<string name="above_hispeed_delay_desc">Once speed is set to hispeed_freq, wait for this long before bumping speed higher in response to continued high load</string>
<string name="timer_rate_desc">Sample rate for reevaluating cpu load when the system is not idle</string>
<string name="gpu_control_desc">Parameters to control how your GPU behaves, such as min, max frequencies, or different governors</string>
<string name="sensor_ind_desc">Allows you to disable sensor_id wakelock.\n\nEnabled = the wakelock can be activated\nDisabled = the wakelock is disabled</string>
<string name="msm_hsic_host_desc">Allows you to disable msm_hsic_host wakelock.\n\nEnabled = the wakelock can be activated\nDisabled = the wakelock is disabled</string>
<string name="wlan_rx_wake_desc">Allows you to disable wlan_rx_wake wakelock.\n\nEnabled = the wakelock can be activated\nDisabled = the wakelock is disabled</string>
<string name="wlan_ctrl_wake_desc">Allows you to disable wlan_ctr_wake wakelock.\n\nEnabled = the wakelock can be activated\nDisabled = the wakelock is disabled</string>
<string name="wlan_wake_desc">Allows you to disable wlan_wake wakelock.\n\nEnabled = the wakelock can be activated\nDisabled = the wakelock is disabled</string>
<string name="bluedroid_timer_ws_desc">Allows you to disable bluedroid wakelock.\n\nEnabled = the wakelock can be activated\nDisabled = the wakelock is disabled</string>
<string name="temp_threshold_hmp">Big cluster thermal threshold</string>
<string name="error_anykernel_flash">There was an error trying to flash the zip. *shrugs*</string>
<string name="automation">Automation</string>
<string name="copied_to_clipboard">Copied to the clipboard</string>
<string name="automation_summary">You can use the \'actions\' below to apply the setting through automation apps - such as Tasker.\n\nTouch a row to copy its value to the clipboard to use with your favorite automation app</string>
<string name="options">Options</string>
<string name="compatible_apps">Compatible apps</string>
<string name="open">Open</string>
<string name="no">No</string>
<string name="are_you_sure_you_want_to_auto_flash_and_reboot">Are you sure you want to auto-flash this and reboot?</string>
<string name="little_cluster">Little cluster</string>
<string name="big_cluster">Big cluster</string>
<string name="auto_flashing">Flashing the Kernel…</string>
<string name="magical_enhancements_incoming">Magical enhancements incoming</string>
<string name="kernel_download_error">Some error occurred when trying to download the Kernel - can\'t pinpoint the cause - sorry!</string>
<string name="donate_description">FK Manager & Updater exists since January 2012! It\'s been 5 years of continuous support and updates. To the next 5 years!</string>
<string name="donate_description_title">You are amazing, thank you!</string>
<string name="wifi_status">Wi-Fi status</string>
<string name="android_battery_saver">Android Battery Saver</string>
<string name="location_mode">Location mode</string>
<string name="location_off">Location off</string>
<string name="device_only">Device only</string>
<string name="battery_saving">Battery saving</string>
<string name="high_accuracy">High accuracy</string>
<string name="special_params">Special parameters</string>
<string name="kernel_params">Kernel parameters</string>
<string name="how_to">how to</string>
<string name="share">Share</string>
<string name="checking_file_integrity">Checking file integrity</string>
<string name="preparing_to_flash">Preparing to flash</string>
<string name="re_download">Re-download</string>
<string name="tunables">Tunables</string>
<string name="naptime_ad">I also strongly suggest you install Naptime (https://play.google.com/store/apps/details?id=com.franco.doze), for free, to achieve the best battery life through out the day. Try it, you won\'t be disappointed!</string>
<string name="bcl">BCL hotplug</string>
<string name="display_resolution">Display resolution</string>
<string name="native_resolution">Native</string>
<string name="accelerometer_rotation">Display orientation</string>
<string name="portrait">Portrait</string>
<string name="auto_rotate">Auto-rotate</string>
<string name="input_boost_duration">Input boost duration</string>
<string name="search">Search</string>
<string name="apps_with_profiles">Apps with profiles</string>
<string name="apps_list">Apps list</string>
<string name="night_shift">Night Shift</string>
<string name="night_shift_description">Many studies show that exposure to bright-blue light in the evening can affect your circadian rhythms and make it harder to fall asleep. Night Shift automatically shifts the colors of your display to the warmer end of the color spectrum after dark. This may help you get a better night\'s sleep.</string>
<string name="scheduled">Scheduled</string>
<string name="color_temperature">Color temperature</string>
<string name="from">From</string>
<string name="to">To</string>
<string name="gradual_shift">Gradual shift</string>
<string name="gradual_shift_duration">Gradual shift duration</string>
<string name="fast_shift_summary">The shift will be applied gradually for 60 seconds. It only counts when the display is on</string>
<string name="display_profiles">Display profiles</string>
<string name="import_profile">Import</string>
<string name="save_profile">Save</string>
<string name="profiles">Profiles</string>
<string name="unchanged">Unchanged</string>
<string name="display_profile_set_on_boot">Restore a display profile on boot</string>
<string name="no_profile_applied">You gotta apply a display profile before trying to set it on boot</string>
<string name="display_profile_title_new">New display color profile</string>
<string name="display_profile_hint_new">profile_name</string>
<string name="display_off_profile_warning">You have to power cycle the display for the profile to apply</string>
<string name="delete_color_profile_title">Delete a profile</string>
<string name="delete_color_profile_content">Are you sure you want to delete %s?</string>
<string name="display_profile_name_exists">This profile name already exists</string>
<string name="status">Status</string>
<string name="restore_the_defaults">Restore to default</string>
<string name="haptic_vibration_strength">Haptic vibration level</string>
<string name="hp_gain">Headphone gain</string>
<string name="hp_amp_gain">Headphones power amp gain</string>
<string name="earpiece_gain">Earpiece gain</string>
<string name="microphone_gain">Microphone gain</string>
<string name="mono_speaker_gain">Speaker gain</string>
<string name="set_home">Set home</string>
<string name="fm_bookmark_home">Bookmark home path</string>
<string name="fm_bookmark_home_content">Are you sure you want to bookmark\n%s\nas your home path?</string>
<string name="on">On</string>
<string name="ambient_light_threshold">Ambient light threshold</string>
<string name="sunlight">Sunlight</string>
<string name="shadow">Shadow</string>
<string name="automatic_hbm">Auto high brightness mode</string>
<string name="take_my_money">take my money</string>
<string name="connecting">Connecting…</string>
<string name="night_shift_not_supported">Night Shift isn\'t supported on your device/Kernel configuration</string>
<string name="hbm_not_supported">High brightness mode isn\'t supported by your device/Kernel configuration</string>
<string name="gpu_governor">GPU governor</string>
<string name="rate_me">Rate me!</string>
<string name="android_battery_saver_title">Android Battery Saver</string>
<string name="android_battery_saver_summary_on">Automatically enabled when Power-saving profile is active</string>
<string name="android_battery_saver_summary_off">Default system behavior</string>
<string name="battery_labs_title">Battery life labs</string>
<string name="battery_life_labs_description">A set of simple suggestions & hints to improve your device\'s battery life.\nClicking the cards will expand them showing useful information.\nThe overflow menu gives you options for the tips, or direct link to those sections</string>
<string name="cpu_underclock">Underclock the CPU</string>
<string name="cpu_underclock_description">Lowering the CPU clocks will greatly increase your screen on time at the expense of performance. Most of the device\'s operations aren\'t really CPU intensive so lowering it at least 25% is enough to greatly reduce power consumption</string>
<string name="apply">Apply</string>
<string name="apply_percentage">Apply %1$d%% lower clocks</string>
<string name="tips">Tips</string>
<string name="gpu_underclock">Underclock the GPU</string>
<string name="gpu_underclock_description">Most operations don\'t need any real GPU computation, but every time the framebuffer refreshes the GPU core needs to come out of sleep. Some implementations even ramp up the GPU for every touch input. Reducing the maximum GPU clock can also provide some great power consumption reduction, without adding jank</string>
<string name="performance_profile_power_saving">Power-saving profile</string>
<string name="performance_profile_power_saving_description">Tightly integrated with FK, this profile changes the CPU, GPU, input boost frequency and duration, and sometimes (depending on the device) it also changes governor parameters. This profile is very aggressive and you might experience some jank here and there, but the power consumption reduction during screen on will be immense</string>
<string name="auto_sync">Disable auto-sync</string>
<string name="auto_sync_description">Disabling automatic background syncing has two sides of the coin. For one, disabling it will certainly reduce needlessly idle wakeups (when doze isn\'t active), but then you\'ll lose some features, such as announces for new e-mails when they arrive on your inbox, and other pieces that constantly backup/query online services. It really depends on your usage and needs</string>
<string name="per_app_profiles">Create Per-App Profiles</string>
<string name="per_app_profiles_description">If you want to go deep into the rabbit hole you can create custom power profiles to be applied on a per-app basis.\nSocial network apps, or Maps, news, or generally anything heavily text based without fancy elements or crazy animations will work fine on a very restrictive power profile. Since these can be applied for each app, you can leave your system defaults on all the time, and then when you open an app with a profile bound to it, let\'s say Messages, the profile will kick in and apply your settings while you\'re using it. As soon as you leave the app, the settings will go back to defaults.\nIt\'s very powerful and you can create a very unique and personal experience</string>
<string name="naptime_description">With Naptime by toggling in the \"Aggressive doze\" option Doze will kick in right after you screen off AND it disables your sensors so that it doesn\'t kick you out from Doze mode if you move around. When your device screens on everything goes back to normal. It\'s just like magic, providing you an amazing idle batter life</string>
<string name="naptime">Install Naptime</string>
<string name="create">Create</string>
<string name="install">Install</string>
<string name="applied">applied</string>
<string name="restore">Restore</string>
<string name="installed">Installed</string>
<string name="low_cpu_underclock">25% power reduction</string>
<string name="medium_cpu_underclock">50% power reduction</string>
<string name="high_cpu_underclock">75% power reduction</string>
<string name="lower_max_brightness">Lower max brightness</string>
<string name="lower_max_brightness_description">The display is one of the two components that use the most power. Even with adaptive brightness the panel will reach high nits of light, sometimes unnecessarily. By reducing the maximum value it can achieve you\'ll save some very precious battery when you need it the most.</string>
<string name="low_lower_max_brightness">20% lower max brightness</string>
<string name="medium_lower_max_brightness">40% lower max brightness</string>
<string name="high_lower_max_brightness">60% lower max brightness</string>
<string name="very_high_lower_max_brightness">80% lower max brightness</string>
<string name="apply_display_brightness_percentage">Apply %1$d%% lower max brightness</string>
<string name="no_root_title">Root access is unavailable</string>
<string name="no_root_message">Without root access none of the app\'s features will work and some of the initial states information will most likely show wrong information because, you guessed, there\'s no root access</string>
<string name="close_the_app">Close the app</string>
<string name="applying">Applying…</string>
<string name="restoring">Restoring…</string>
<string name="gpu_underclock_overflow_troll">Nothing here, just left the icon for layout symmetry</string>
<string name="naptime_overflow_msg">Nothing to see here if Naptime isn\'t installed</string>
<string name="franco_kernel_updater_free">If you don\'t (yet) have my full featured app you can always just download its *free* counter part which lets you seamlessly and automagically update Franco Kernel on your device. It\'s free and my cat approves!</string>
<string name="something_wrong_happened">Something really wrong happened, but we\'re not sure what :|</string>
<string name="new_io_scheduler">IO Scheduler</string>
<string name="save_per_app_profile_error">Some error happened when trying to save the profile. Try to set it up again from scratch. Sorry!</string>
<string name="max_panel_brightness">Maximum display brightness</string>
<string name="max_panel_brightness_summary">100%</string>
<string name="display_max_brightness_error">The value needs to be higher than 0 up to a maximum of 100</string>
<string name="disabled_wakelock">This wakelock is disabled and it\'s blocked from running to maximize battery life</string>
<string name="enabled_wakelock">Enabled but may reduce battery life during screen off</string>
<string name="no_backups_found">No backups found</string>
<string name="translate_title">Help me with translations!</string>
<string name="translate_summary">I want you to help me translate this app into more languages. Your name will be displayed in a contributors list for recognition</string>
<string name="boot_service_init_delay">FK Manager & Updater - applying \"set on boot\" settings in ~10 seconds</string>
<string name="no_play_store">You need to have Google\'s Play Store installed</string>
<string name="locale_title">Language</string>
</resources>