-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
strings.xml
433 lines (428 loc) · 39.2 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
<!--
~ Copyright (c) 2023 to present Androidacy and contributors. Names, logos, icons, and the Androidacy name are all trademarks of Androidacy and may not be used without license. See LICENSE for more information.
-->
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">Fox\'s Magisk Module Manager</string>
<!-- redesign name -->
<string name="app_name_v2">Androidacy Module Manager</string>
<string name="app_name_short_v2">AMM</string>
<string name="fail_root_magisk">Could not access either Root or Magisk</string>
<string name="fail_root_denied">Root has been denied via the Magisk app</string>
<string name="fail_magisk_missing">Magisk is not installed on this device</string>
<string name="loading">Loading…</string>
<string name="updatable">Upgradable</string>
<string name="installed">Installed</string>
<string name="online_repo">Online Repo</string>
<string name="showcase_mode">The app is in lockdown mode</string>
<string name="failed_download">Could not download the file</string>
<string name="fail_internet">Could not connect to the Internet</string>
<string name="no_web_view">Could not open system WebView</string>
<string name="title_activity_settings">SettingsActivity</string>
<string name="app_update_available">A new version of the app is available</string>
<string name="no_desc_found">No description found.</string>
<string name="download_module">Download module</string>
<string name="install_module">Install module</string>
<string name="update_module">Upgrade module</string>
<string name="website">Website</string>
<string name="support">Support</string>
<string name="donate">Donate</string>
<string name="update">Update</string>
<string name="install">Install</string>
<string name="description">Description</string>
<string name="uninstall">Uninstall</string>
<string name="config">Config</string>
<string name="report_bugs">Report bugs</string>
<string name="submit_modules">Submit a module</string>
<string name="require_android_12">Requires Android 12+</string>
<string name="install_terminal_reboot_now">Reboot</string>
<string name="language">Language</string>
<string name="yes" translatable="false">@android:string/yes</string>
<string name="no" translatable="false">@android:string/no</string>
<string name="ok" translatable="false">@android:string/ok</string>
<string name="cancel" translatable="false">@android:string/cancel</string>
<!-- Module section translation -->
<string name="module_last_update">Last update:</string>
<string name="module_repo">Repo:</string>
<string name="module_by">by</string>
<string name="module_downloads">Downloads:</string>
<string name="module_stars">Stars:</string>
<string name="module_needs_ramdisk">Needs ramdisk</string>
<string name="module_needs_ramdisk_desc">This module need boot ramdisk to be installed</string>
<string name="module_can_change_boot">Can change boot</string>
<string name="module_can_change_boot_desc">This module may change the boot image</string>
<string name="module_min_magisk_chip">Min. Magisk "%s"</string>
<string name="module_min_sdk_chip">Min. Android</string>
<string name="module_max_sdk_chip">Max. Android</string>
<!-- Preference Titles -->
<!-- Note: Lockdown mode used to be called showcase mode -->
<string name="manage_repos_pref">Manage repos</string>
<string name="showcase_mode_pref">Lockdown mode</string>
<string name="showcase_mode_desc">Lockdown mode prevents the manager from carrying out actions on modules</string>
<string name="prevent_reboot_pref">Prevent reboot</string>
<string name="prevent_reboot_desc">Prevents unexpected reboots</string>
<string name="enable_monet">Enable Monet</string>
<string name="pref_category_info">Info</string>
<string name="show_licenses">Show licenses</string>
<string name="show_incompatible_pref">Show incompatible modules</string>
<string name="show_incompatible_desc">Show modules unlikely to work on your device based on their metadata</string>
<string name="magisk_outdated">There is a new version of Magisk to install!</string>
<string name="pref_category_security">Security</string>
<string name="pref_category_appearance">Appearance</string>
<string name="master_delete">Delete the module files?</string>
<string name="master_delete_no">Keep</string>
<string name="master_delete_yes">Delete</string>
<string name="master_delete_fail">Could not delete the module files</string>
<string name="theme_pref">Theme</string>
<string name="module_id_prefix">Module ID: </string>
<string name="install_from_storage">Install module from storage</string>
<string name="invalid_format">The selected module has an invalid format</string>
<string name="low_quality_module">Low-quality module</string>
<string name="local_install_title">Local install</string>
<string name="source_code">Source code</string>
<string name="magisk_builtin_module">Magisk built-in module</string>
<string name="substratum_builtin_module">Substratum built-in module</string>
<string name="force_dark_terminal_title">Dark terminal</string>
<string name="file_picker_failure">Your current file picker could not access the file.</string>
<string name="remote_install_title">Remote install</string>
<string name="file_picker_wierd">Your file picker returned a non-standard response.</string>
<string name="use_magisk_install_command_pref" tools:ignore="TypographyDashes">Use the \"magisk --install-module\" command</string>
<string name="use_magisk_install_command_desc">
During testing it caused problems to the module install error diagnosis tool,
so this option behind is hidden behind developer mode.\nTurn this on at your own risk!
</string>
<string name="dev_mode_enabled">Developer mode on</string>
<string name="dev_mode_disabled">Developer mode off</string>
<string name="disable_low_quality_module_filter_pref">Show low-quality modules</string>
<string name="disable_low_quality_module_filter_desc">
Some modules do not declare their metadata properly, causing visual glitches,
and/or indicating poor module quality.\nTurn this on at your own risk!
</string>
<string name="dns_over_https_pref">DNS over HTTPS</string>
<string name="dns_over_https_desc">
May fix connections issues in some cases.
(Does not apply to WebView.)
</string>
<string name="wrap_text_pref">Text wrapping</string>
<string name="wrap_text_desc">
Show text on multiple lines instead of putting
all text on the same line when installing a module.
</string>
<string name="enable_blur_pref">Blur</string>
<string name="repo_enabled">Repo on</string>
<string name="repo_disabled">Repo off</string>
<string name="add_repo">Add Repo</string>
<string name="remove_repo">Remove Repo</string>
<string name="custom_url">Custom url</string>
<string name="link_copied">Link copied</string>
<string name="androidacy_repo_info">This repository may display some non-intrusive advertising to cover server and development costs. Features reviews, automatic virus scans, and more.</string>
<string name="androidacy_test_mode_pref">Androidacy test mode</string>
<string name="androidacy_test_mode_desc">Use staging Androidacy endpoint instead of release endpoint. (Will restart app)</string>
<!-- Background Notification translation -->
<string name="notification_update_title">Found %1$d module updates</string>
<string name="notification_update_pref">Automatic modules update check</string>
<string name="notification_update_desc">May increase battery usage</string>
<string name="notification_update_debug_pref">Test Notification</string>
<!-- Set to true in translation file if your language is right to left -->
<bool name="lang_support_rtl">false</bool>
<!-- Always copy language_support_level when translating -->
<!-- Replace with your own username when translating -->
<string name="language_translated_by">Translated by Fox2Code (Put your name here)</string>
<string name="crash_reporting">Automatically report bugs and performance to the developers</string>
<string name="crash_reporting_desc">If you disable this, the developer will not get automatic bug reports, and this may make troubleshooting harder</string>
<string name="api_key">Androidacy API Key</string>
<string name="api_key_summary">Use a custom API key for Androidacy. Useful for premium subscribers, to remove ads and more.</string>
<string name="api_key_invalid">Could not validate API key. Please check it and try again.</string>
<string name="api_key_valid">API key is valid.</string>
<string name="checking_api_key">Validating API key…</string>
<string name="please_wait">Please wait</string>
<string name="api_key_removed">Successfully reset API key</string>
<string name="save_api_key">Validate</string>
<string name="warning">Warning!</string>
<string name="androidacy_test_mode_warning">You are setting the app to use a non-production endpoint for Androidacy. This may result in app instability and failure to load the online repo. Do NOT report bugs if you have this switch on. App will be restarted to reload repos.</string>
<string name="crash">Crash the app for testing</string>
<string name="crash_reporting_restart_title">Restart app to apply changes?</string>
<string name="crash_reporting_restart_message">The app needs to restart to apply this setting</string>
<string name="restart">Restart</string>
<string name="androidacy_test_mode_disable_warning">App will be restarted to disable staging endpoint</string>
<string name="androidacy_failed_to_validate_token">Could not validate token for Androidacy. Please try again later.</string>
<string name="androidacy_need_captcha">Androidacy update blocked by Captcha</string>
<string name="api_key_restart">API key has been changed. Restart the app to apply changes.</string>
<string name="api_key_unchanged">The API key you input is the same as the one already in use.</string>
<string name="permission_notification_title">Allow notifications?</string>
<string name="permission_notification_message">We need the notifications permission to notify you on app and module updates. If you don\'t grant this permission, Automatic update checks will not run.</string>
<string name="permission_notification_grant">Grant permission</string>
<string name="background_update_check_permission_required">Please enable notifications to enable this option.</string>
<string name="dont_ask_again">Don\'t ask again</string>
<string name="androidacy_repo_disabled">This repo is currently disabled</string>
<string name="androidacy_repo_disabled_message">This build is missing client keys for the
Androidacy Repo.
Please
download the GitHub release if you\'d like to benefit from features like module reviews, automatic security checks, and more.</string>
<string name="download_full_app">Download full version</string>
<string name="repo_update_failed">Some repos have failed to update</string>
<string name="monet_disabled_summary">Monet is not compatible with transparent themes.</string>
<string name="blur_disabled_summary">Blur is not compatible with transparent themes.</string>
<string name="transparent_theme_dialogue_title">You are setting a transparent theme</string>
<string name="transparent_theme_dialogue_message">Transparent themes may have some inconsistencies and may not work on all ROMs. In addition, monet and blur will be disabled. You can change back at any time.</string>
<string name="custom_repo_always_on">Custom repos are always on until you remove them.</string>
<string name="sentry_dialogue_failed_toast">Could not submit feedback due to an error</string>
<string name="sentry_dialogue_success">Submitted feedback successfully. We\'ll review it
shortly</string>
<string name="pref_pkg_info_summary">%1$s v%2$s (%3$d) | %4$s Build</string>
<string name="official">Official</string>
<string name="unofficial">Unofficial</string>
<string name="setup_title">First time setup</string>
<string name="setup_message">Welcome! This app will help you install and manage Magisk modules. To get started, please select the options below. These and more can be configured from settings later.</string>
<string name="setup_background_update_check">Automatic update check</string>
<string name="setup_background_update_check_summary">Allow us to check for module and app updates in the background. This feature may use more battery and data.</string>
<string name="setup_androidacy_repo">Enable the Androidacy repo</string>
<string name="setup_androidacy_repo_summary">Features user reviews, automatic virus scans, fast updates, a wide selection, and is backed by Androidacy.</string>
<!-- Maybe once alt repo fixes their shit and stops allowing crappy modules or outright kanged modules, we'll reword this. -->
<string name="setup_magisk_alt_repo">Enable the Magisk Alt Repo</string>
<string name="setup_magisk_alt_repo_summary">Much more lax than the original. Has a lot of modules at the cost of some safety.</string>
<string name="setup_crash_reporting">Enable Sentry</string>
<string name="setup_crash_reporting_summary">Crash reporting and performance monitoring. All reports are strictly anonymous and confidential.</string>
<string name="setup_custom_repos">You can add custom repos later in settings.</string>
<string name="repos">Repos</string>
<string name="low_performance_device_dialogue_title">Enabling blur on lower-end device</string>
<string name="low_performance_device_dialogue_message">You are trying to enable blur on a device that may not perform well with it.\nYou may enable it, but this may lead to a poor user experience and we recommend you don\'t.</string>
<string name="alt_repo_info">This repo has less restrictions and reviews, which may lead to lower quality modules. Pretty bare bones but has a lot of modules.</string>
<string name="install_terminal_reboot_now_message">You are about to reboot your device. If you\'ve saved your work, hit OK to continue. Otherwise, hit cancel.</string>
<string name="install_terminal_config_missing">Package %s is missing for module config, so we cannot launch it.</string>
<string name="clear_app_data">Clear app data</string>
<string name="clear_data_dialogue_title">Clear app data?</string>
<string name="clear_data_dialogue_message">You\'re about to clear the app data. Please confirm this action.</string>
<string name="debug_build">This is a debug build. Expect some bugs and worse performance.</string>
<string name="androidacy_repo_name">Androidacy Repo</string>
<string name="magisk_alt_repo_name">Magisk Alt Repo</string>
<string name="repo_enabled_changed">You\'ve enabled or disabled a repo. Please refresh the module list or restart the app.</string>
<string name="finish">Finish</string>
<string name="theme">Theme</string>
<string name="theme_system">System</string>
<string name="theme_dark">Dark</string>
<string name="theme_black">AMOLED Black</string>
<string name="theme_transparent_light">Light (transparency)</string>
<string name="theme_light">Light</string>
<string name="androidacy_update_needed">This app is outdated.</string>
<string name="androidacy_update_needed_message">Please update the app to the latest version.</string>
<string name="language_cta">Don\'t see your language?</string>
<string name="language_cta_desc">Help us by translating it! Tap here to find out more.</string>
<string name="source_code_summary"><b>Commit</b> %1$s @ %2$s</string>
<string name="no_file_provided">No file was provided when trying to open zip.</string>
<string name="zip_load_failed">Could not load the zip file</string>
<string name="zip_prop_load_failed">Could not load the module properties</string>
<string name="zip_security_warning">Install %s?</string>
<string name="zip_intent_module_install">Do you really want to install the module \"%1$s\" from the ZIP file \"%2$s\"?\n\nMake sure you trust the source of this module, as modules are very powerful and can do almost anything.</string>
<string name="androidacy_thanks">Developed in part by Androidacy</string>
<string name="androidacy_thanks_desc">Huge shoutout to Androidacy for their integration and contributions to the app.</string>
<string name="contributors">And of course, thanks to all of our contributors, whether it\'s translations, code, or just being fun to hang out with! We love you all.</string>
<string name="zip_unpacking">Inspecting module…</string>
<string name="warning_message">This module has indicators it may have been installed without your knowledge, or may be attempting to hide itself.\n\nUninstall is strongly recommended.</string>
<string name="understand">I understand</string>
<string name="setup_theme_title">Choose theme</string>
<string name="title_activity_setup">Setup Wizard</string>
<string name="action_settings">Settings</string>
<string name="repo_update_failed_message">The following repos have failed to update:\n\n%s</string>
<string name="reset_api_key">Reset API keys</string>
<string name="upgrade_androidacy_promo">Upgrade to premium</string>
<string name="upgrade_androidacy_promo_desc">Upgrading to premium will remove ads, captchas, and downloads for the Androidacy Repository, and support Androidacy and the module authors.</string>
<string name="pref_category_contributors">Contributors</string>
<string name="fox2code_thanks_desc">Fox2Code is the original creator of the app. Without him, this would have never been possible.</string>
<string name="fox2code_thanks">Created by Fox2Code</string>
<string name="save_logs">Save logs to storage and share</string>
<string name="error_saving_logs">Could not save logs</string>
<string name="share_logs">Share AMM logs</string>
<string name="not_official_build">This app is an unofficial AMM build.</string>
<string name="crash_text">Uh-oh, we hit a snag!</string>
<string name="feedback_message">Give us more details about what you were doing when this happened. The more, the merrier!</string>
<string name="please_feedback">Please help us out by telling us what you were trying to do when this happened.</string>
<string name="sentry_dialogue_disabled">Crash reporting is disabled. Enable it to submit feedback.</string>
<string name="feedback_name">Name (optional)</string>
<string name="feedback_email">Email (optional)</string>
<string name="sentry_dialogue_empty_message">You didn\'t specify additional feedback.</string>
<string name="crash_icon">Crash icon</string>
<string name="copy_button">Copy text</string>
<string name="crash_details">Unknown cause</string>
<string name="crash_details_copied">Copied stacktrace to clipboard!</string>
<string name="crash_full_stacktrace">Stacktrace:\n%1$s</string>
<string name="sentry_enable_nag">It looks like crash reporting is disabled. Please enable it to submit feedback.</string>
<string name="reset_app">Reset the app</string>
<string name="upgraded_summary">You\'re pretty awesome! Looks like you\'ve already upgraded your subscription and are supporting Androidacy.</string>
<string name="upgraded">Premium active</string>
<string name="reset_warning">If you keep seeing this screen, resetting the app might help. This will clear app data but will not effect installed modules.</string>
<string name="reset">Reset</string>
<string name="reset_app_confirmation">This is going to completely wipe app data, but will not effect modules.</string>
<string name="error_adding">Failed to add custom repo</string>
<string name="api_key_mismatch">API key is in an invalid format</string>
<string name="notification_update_ignore_desc">List of modules to exclude from update checks</string>
<string name="notification_update_ignore_pref">Exclude modules</string>
<string name="pref_category_updates">Updates</string>
<string name="background_update_check_excludes">Modules to exclude from automatic update checks</string>
<string name="update_title">Update app</string>
<string name="update_message">Please wait while we check for and install updates to AMM. This may take a few minutes</string>
<string name="error_no_extras">ERROR: Invalid data received on launch</string>
<string name="update_debug_warning">You appear to be running a debug build. Debug builds must be updated manually, and do not support in-app updates</string>
<string name="error_no_action">ERROR: Invalid action specified. Refusing to continue.</string>
<string name="update_available">Update found</string>
<string name="checking_for_update">Checking for updates…</string>
<string name="no_update_available">You\'re up to date!</string>
<string name="download_update">Download update</string>
<string name="error_download_update">An error occurred downloading the update information.</string>
<string name="downloading_update">Downloading update… %1$d%%</string>
<string name="installing_update">Installing update…</string>
<string name="no_file_found">ERROR: Could not find update package.</string>
<string name="check_for_updates">Check for app updates</string>
<string name="update_debug_download_pref">Test update download mechanism</string>
<string name="invalid_repo_url">The URL you entered for the repo is invalid</string>
<string name="add_repo_message">Repos must be served over HTTPS, and must follow the spec outlined in the documentation.</string>
<string name="notification_update_summary">The following modules can be updated:</string>
<string name="notification_update_module_template">%1$s to version %2$s</string>
<string name="notification_channel_background_update">Checking for updates…</string>
<string name="notification_channel_background_update_description">AMM is checking for updates in the background.</string>
<string name="notification_channel_category_background_update">Background update status</string>
<string name="notification_channel_category_background_update_description">Shows a notification while checking for updates so the system doesn\'t kill it</string>
<string name="notification_update_wifi_desc">Only check on WiFi</string>
<string name="notification_update_wifi_pref">Require wi-fi or an unmetered network for update checks. Recommended to leave on if you have limited mobile data.</string>
<string name="background_update_check_excludes_no_modules">No modules installed on device</string>
<string name="auto_updates_notifs">Notifies when module updates are found</string>
<string name="notification_group_updates">Updates</string>
<string name="low_quality_module_desc">This module has metadata that is either invalid or considered a marker for a low-quality module. Uninstallation is recommended.</string>
<string name="online">Online</string>
<string name="safe">Safe</string>
<string name="safe_module">Verified safe module</string>
<string name="safe_message">This module has been verified by the repository as safe, meaning it passes certain quality and safety thresholds, and is checked for malware.</string>
<string name="notification_update_app_desc">Enable automatically checking for app updates. Updates will not download automatically.</string>
<string name="notification_update_app_pref">Check for app updates</string>
<string name="notification_channel_category_app_update">App updates</string>
<string name="notification_channel_category_app_update_description">Notifies when an app update is available</string>
<string name="notification_channel_background_update_app">App update available!</string>
<string name="notification_channel_background_update_app_description">An update is available for AMM. Tap here to update.</string>
<string name="keep_tapping_to_enter_hogwarts">Keep tapping to be admitted into Hogwarts!</string>
<string name="no_browser">You do not have a browser installed. Please install one to continue.</string>
<string name="setup_update_check_headline">Update checks</string>
<string name="setup_background_update_check_require_wifi">Require wifi for update checks</string>
<string name="setup_background_update_check_require_wifi_summary">Require wifi or an otherwise unmetered connection to do update checks</string>
<string name="setup_app_analytics">Allow app analytics</string>
<string name="clear_app_cache">Clear app cache</string>
<string name="clear_app_cache_desc">This shouldn\'t be necessary normally but may help fix some issues.</string>
<string name="cache_cleared">Successfully cleared cache</string>
<string name="cache_clear_failed">Failed to clear cache</string>
<string name="clear_cache_dialogue_title">Clear app cache?</string>
<string name="clear_cache_dialogue_message">This will clear app cache. Your preferences will be saved, but the app may take longer to do some operations temporarily.</string>
<string name="pref_category_privacy">Privacy</string>
<string name="crash_reporting_pii_desc">Allows sending additional information in crash reports, some of which may contain personally identifiable information such as IP address and device identifiers.</string>
<string name="crash_reporting_pii">Send additional information</string>
<string name="setup_crash_reporting_pii">Send additional info in crash reports.</string>
<string name="setup_crash_reporting_pii_summary">This may include device identifiers and IP addresses. No data will be used for any other purpose besides analyzing crashes and improving performance.</string>
<string name="error_creating_cookie_database">Error accessing WebView. Functionality may be impacted.</string>
<string name="empty_field">URL is required</string>
<string name="repo_already_added">Repo already exists.</string>
<string name="language_not_available">Language %s has not been translated. Help translate it?</string>
<string name="blur_desc">Creates a blur effect behind some dialogs and elements. Note that blur may not perform well on some devices and may not work for everyone.</string>
<string name="error_encrypted_shared_preferences">An error occurred reading shared preferences. Please reset the app.</string>
<string name="showcase_mode_dialogue_message">An app restart is required to enable showcase mode.</string>
<string name="eula_agree_v2">You agree to be bound by the LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.en.html) license and the EULA (https://www.androidacy.com/foxmmm-eula/), in addition to any third party terms, and that the authors of this app bear no responsibility of your usage of it, nor do we offer any warranties express or implied.</string>
<string name="eula_agree_v3">By using this app, you agree to the EULA (https://www.androidacy.com/foxmmm-eula/) and the Androidacy Terms of Service (https://www.androidacy.com/terms-of-service/). You understand your data will be processed in accordance with the Androidacy Privacy Policy (https://www.androidacy.com/privacy-policy/). The source code of this app is available under the LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.en.html) license.</string>
<string name="analytics_desc">Allow us to track app usage and installs. Fully GDPR compliant and uses Countly, hosted by Androidacy.</string>
<string name="debug_cat">Debugging</string>
<string name="announcements">News and updates</string>
<string name="back">Go back</string>
<string name="donate_fox">Donate to Fox2Code</string>
<string name="donate_androidacy">Donate to Androidacy</string>
<string name="donate_androidacy_sum">Buy a premium subscription to Androidacy to support the app and the repo.</string>
<string name="promo_code_copied">Use the copied code for half off your first month!</string>
<string name="warning_pls_restart">Please note that some settings may not take effect until you restart the app.</string>
<string name="reinstall">Reinstall</string>
<string name="setup_scroll_down_v2">To enable the finish button, scroll to the bottom and acknowledge you have read and agree to the EULA and license(s).</string>
<string name="notification_update_ignore_version_desc">Ignore specific versions when checking for module updates. Disabling update checks per-module above overrides this setting!</string>
<string name="notification_update_ignore_version_pref">Exclude version(s) from update checks</string>
<string name="background_update_check_excludes_version">Exclude version(s) of modules from checks</string>
<string name="background_update_check_excludes_version_summary">Specify a version of module updates you\'d like to ignore. Please use the version code only. You can find this by holding down on the version in the module list. Use ^ at the beginning to match that version and newer. Use $ at the end to match up until that version.</string>
<string name="module_version">"Version: "</string>
<string name="module_remote_version">Remote version</string>
<string name="background_update_check_excludes_version_hint">Version code to ignore</string>
<string name="androidacy_thanks_up">Thanks for upgrading! Module downloads and READMEs will not show ads, and downloads will be unthrottled. In the future. you will be able to directly download modules with one click.</string>
<string name="androidacy_thanks_up_title">You\'ve already upgraded!</string>
<string name="upgrade_snackbar">Androidacy Premium offers faster downloads, an ad-free experience, and more!</string>
<string name="upgrade_now">Upgrade</string>
<string name="crash_details_suggestion">The stacktrace may be found below. However, we <b>strongly</b> recommend you to use the feedback form below to submit feedback instead. This way, instead of manually copying the stacktrace, it will send it to us automatically. It also is deobfuscated that way and additional details are reported automatically.</string>
<string name="reinstall_warning">Most modules should be uninstalled, then reinstalled cleanly. For this reason, AMM does not support reinstalling modules while they are installed on the device.</string>
<string name="build_expired">This build has expired. Please update to the latest version.</string>
<string name="eula_agree_v2_headline">EULA and Terms</string>
<string name="error_creating_repos_database">Could not create repos db</string>
<string name="error_creating_modulelistcache_database">Failed to create module cache db</string>
<string name="blur_performance_warning_summary">Device is not compatible with blur</string>
<string name="reboot">Reboot</string>
<string name="search">Search</string>
<string name="reboot_recovery">Reboot to recovery</string>
<string name="reboot_bootloader">Reboot to bootloader</string>
<string name="reboot_edl">Reboot to EDL mode</string>
<string name="install_terminal_reboot_prevented">Reboot is disabled in app settings</string>
<string name="androidacy_api_error">Error while communicating with API: %d</string>
<string name="reboot_extra_warning">You are about to reboot to EDL mode, a special mode intended for OEMs to flash and fix low level problems. Unless you are sure you want to do this and have the necessary tools to get out of this mode or use it, we strongly encourage you to use the other reboot options.</string>
<string name="expired">This build has expired!</string>
<string name="expired_message">The build you are using is expired and will no longer run. Please update to the latest stable build.</string>
<string name="download_latest">Download latest</string>
<string name="logs_saved">Saved logs successfully</string>
<string name="error_opening_notes">Error in opening module notes. Logs may have the reason.</string>
<string name="submit_feedback">Submit feedback</string>
<string name="ssl_error">Potential SSL interception detected.</string>
<string name="no_sentry_id">Unable to submit feedback - no event ID from Sentry. The last event may not have sent.</string>
<string name="remote_module">Available from an online repo</string>
<string name="remote_message">%s is available from a online repo. <b>We strongly advise you to clean install it because most modules do not handle re-installation gracefully,</b> but you can reinstall instead at your own risk.</string>
<string name="debug_build_toast">AMM debug build %1$s built on %2$s with %3$d days remaining</string>
<string name="remote_message_no_update">%s is available from a online repo. Please uninstall it to see it in the online tab.</string>
<string name="credits">Credits</string>
<string name="notification_update_frequency_pref">Background check frequency</string>
<string name="notification_update_frequency_desc">How often to check for updates in the background. Setting too low a value could result in battery drain.</string>
<string name="update_frequency_15">15 minutes</string>
<string name="update_frequency_30">30 minutes</string>
<string name="update_frequency_60">Hourly</string>
<string name="update_frequency_360">6 hours</string>
<string name="update_frequency_720">12 hours</string>
<string name="update_frequency_1440">Daily</string>
<string name="ksu_experimental">KernelSU support is currently <b>experimental</b> and may have issues. Compatibility with modules is not guaraunteed.></string>
<string name="setup_uninstall_title">Uninstall other version?</string>
<string name="setup_uninstall_message">There\'s another version of this app present on your device. We recommend removing it to prevent unexpected behavior.\n\nApp: %s</string>
<string name="require_safe_modules_desc">Require that modules are safe. This status is repository dependent and will disable local install.</string>
<string name="require_safe_modules_pref">Only allow safe modules</string>
<string name="install_from_storage_safe_modules">For your security, local module install is disabled by module security. You can toggle this in settings <b>at your own risk</b>.</string>
<string name="install_blocked">Install blocked</string>
<string name="install_blocked_message">You currently cannot install this module because you have module security enabled in settings. Please disable it if you want to continue, but you disable <b>at your own risk</b>.</string>
<string name="setup_require_security">Require modules be safe</string>
<string name="setup_require_security_summary">Requires modules to be marked as safe before installing. This will disable local module install and module safety is determined by the repository owner.</string>
<string name="setup_agree_eula_toast">Please agree to the terms first</string>
<string name="setup_androidacy_repo_recommendation">We recommend you to enable just the Androidacy repo. This ensures you will receive an optimized and more secure experience.</string>
<string name="install_terminal_support_link">Support: %s</string>
<string name="feedback_placeholder">We\'re sorry for this error. If you enabled crash reporting, we already received a report and are working on the issue. Feel free to restart the app when you\'re ready! You may also reset the app if you keep seeing this screen.</string>
<string name="crash_details_suggestion_v2">Below is the stacktrace. However, automatic reporting will automatically send this to us if enabled in settings. Hit the copy icon in the corner to copy it to your clipboard.</string>
<string name="androidacy_thanks_desc_v2">This app is maintained, updated, and supported by Androidacy, and names, logos, and trademarks are copyright Androidacy.</string>
<string name="androidacy_thanks_v2">An Androidacy app</string>
<string name="fox2code_thanks_v2">v0.x by Fox2Code</string>
<string name="fox2code_thanks_desc_v2">Versions before 0.6.8 were developed by Fox2Code and versions up to 1.1 were contributed to by him. We thank him for his work.</string>
<string name="force_debug_logging_desc">Forces debug logging in release builds. CAUTION: this may slow down the app significantly. Please do not turn on unless requested by support.</string>
<string name="force_debug_logging_pref">Force debug logging</string>
<string name="download_started">Started downloading</string>
<string name="download_module_description">Downloading Module %s</string>
<string name="download_completed">Download finished and saved to default download folder</string>
<string name="download_failed">Failed to download!</string>
<string name="download_finished">Finished downloading and saved to downloads folder</string>
<string name="file_picker_not_zip">The file you picked is not a valid zip file.</string>
<string name="crash_notification_title">AMM crashed!</string>
<string name="crash_notification_text">AMM has encountered an error and has crashed. %s</string>
<string name="crash_notification_body">AMM has crashed. The developers have been notified. Tap here to see details or restart the app.</string>
<string name="crash_notification_body_noreport">AMM has crashed. If you keep seeing this, please report a bug. If you enabled crash reporting in settings, you can have this done for you.</string>
<string name="crash_reporting_disabled_desc">You have disabled crash reporting. This may make it harder for us to find bugs and fix crashes.</string>
<string name="crash_reporting_enabled_desc">Crash reporting is on, and the app will automatically send a report when it crashes or freezes.</string>
<string name="analytics_disabled_desc">You have analytics off. This may make it harder to improve and develop the app. If you enable this setting, no personal info will be sent!</string>
<string name="analytics_enabled_desc">You\'ve opted into analytics. We will use this data to develop and improve the app. No personal info is sent.</string>
<string name="setup_crash_reporting_generic">Report crashes</string>
<string name="upgrade_dialog_message">Purchasing a premium subscription helps support this app and our other services, and unlocks cool features like ad removal, fast unlimited downloads, and so much more! Plans start at $3.49 USD a month (subject to change). Cancel anytime.\n\n<i>Note: The core features of this app remain free but may be limited.</i></string>
<string name="reinstall_warning_v2">This module is available from an online source and a local one. For security, you\'ll need to head over to the online tab to update. If there\'s no update available, you may need to remove this module before attemtping to reinstall.</string>
<string name="update_failed">Could not check for updates</string>
<string name="update_failed_description">Failed to check for updates. If this keeps happening, please ensure the app is not restricted from background usage.</string>
<string name="install_from_storage_file_not_found">Could not find selected file. Please try again.</string>
<string name="invalid_update_url">No update URL found</string>
<string name="invalid_update_url_message">Could not determine a suitable URL to reinstall or update this module from. Please check with the source you got this module from.</string>
<string name="show_apps">Our other apps</string>
</resources>