2021-10-01 20:19:42 +00:00
|
|
|
<resources>
|
|
|
|
<string name="app_name">Fox\'s Magisk Module Manager</string>
|
|
|
|
<string name="app_name_short">Fox\'s Mmm</string>
|
2022-04-17 04:34:32 +00:00
|
|
|
<string name="fail_root_magisk">Could not access either Root or Magisk</string>
|
2021-10-01 20:19:42 +00:00
|
|
|
<string name="loading">Loading…</string>
|
2022-04-17 04:34:32 +00:00
|
|
|
<string name="updatable">Upgradable</string>
|
2021-10-01 20:19:42 +00:00
|
|
|
<string name="installed">Installed</string>
|
|
|
|
<string name="online_repo">Online Repo</string>
|
2022-04-17 04:34:32 +00:00
|
|
|
<string name="showcase_mode">The app is in lockdown mode</string>
|
|
|
|
<string name="failed_download">Could not download the file</string>
|
2021-10-01 20:19:42 +00:00
|
|
|
<string name="slow_modules">Modules took too long to boot, consider disabling some modules</string>
|
2022-04-17 04:34:32 +00:00
|
|
|
<string name="fail_internet">Could not connect to the Internet</string>
|
|
|
|
<string name="no_web_view">Could not open system WebView</string>
|
2021-10-01 20:19:42 +00:00
|
|
|
<string name="title_activity_settings">SettingsActivity</string>
|
2022-04-17 04:34:32 +00:00
|
|
|
<string name="app_update_available">A new version of the app is available</string>
|
2021-11-25 00:42:01 +00:00
|
|
|
<string name="app_update">Update</string>
|
2022-01-23 18:17:08 +00:00
|
|
|
<string name="no_desc_found">No description found.</string>
|
|
|
|
<string name="download_module">Download module</string>
|
|
|
|
<string name="install_module">Install module</string>
|
2022-04-17 04:34:32 +00:00
|
|
|
<string name="update_module">Upgrade module</string>
|
2022-01-23 18:17:08 +00:00
|
|
|
<string name="changelog">Changelog</string>
|
2022-01-28 12:29:20 +00:00
|
|
|
<string name="website">Website</string>
|
2022-01-23 18:17:08 +00:00
|
|
|
<string name="support">Support</string>
|
|
|
|
<string name="donate">Donate</string>
|
2022-01-28 12:29:20 +00:00
|
|
|
<string name="submit_modules">Submit a module</string>
|
2022-02-24 19:27:10 +00:00
|
|
|
<string name="require_android_6">Require Android 6.0+</string>
|
2021-11-25 00:42:01 +00:00
|
|
|
|
|
|
|
<!-- Module section translation -->
|
2022-04-17 04:34:32 +00:00
|
|
|
<string name="module_last_update">Last version:</string>
|
2021-11-25 00:42:01 +00:00
|
|
|
<string name="module_repo">Repo:</string>
|
|
|
|
<string name="module_by">by</string>
|
2022-01-28 12:29:20 +00:00
|
|
|
<string name="module_downloads">Downloads:</string>
|
|
|
|
<string name="module_stars">Stars:</string>
|
2021-10-01 20:19:42 +00:00
|
|
|
|
|
|
|
<!-- Preference Titles -->
|
2021-11-19 21:42:15 +00:00
|
|
|
<!-- Note: Lockdown mode used to be called showcase mode -->
|
2022-01-28 12:29:20 +00:00
|
|
|
<string name="manage_repos_pref">Manage repos</string>
|
2021-11-19 21:42:15 +00:00
|
|
|
<string name="showcase_mode_pref">Lockdown mode</string>
|
2022-04-17 04:34:32 +00:00
|
|
|
<string name="showcase_mode_desc">Lockdown mode prevents the manager from carrying out actions on modules</string>
|
2021-10-01 20:19:42 +00:00
|
|
|
<string name="pref_category_settings">Settings</string>
|
|
|
|
<string name="pref_category_info">Info</string>
|
|
|
|
<string name="show_licenses">Show licenses</string>
|
|
|
|
<string name="licenses">Licences</string>
|
|
|
|
<string name="show_incompatible_pref">Show incompatible modules</string>
|
2022-04-17 04:34:32 +00:00
|
|
|
<string name="show_incompatible_desc">Show modules unlikely to work on your device based on their metadata</string>
|
2021-10-01 20:19:42 +00:00
|
|
|
<string name="magisk_outdated">Magisk is outdated!</string>
|
|
|
|
<string name="pref_category_repos">Repos</string>
|
2022-04-17 04:34:32 +00:00
|
|
|
<string name="repo_main_desc">The repository hosting Magisk modules</string>
|
|
|
|
<string name="repo_main_alt">An alternative to the Magisk-Modules-Repo with fewer restrictions.</string>
|
2021-10-01 20:19:42 +00:00
|
|
|
<string name="master_delete">Delete the module files?</string>
|
2022-04-17 04:34:32 +00:00
|
|
|
<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>
|
2021-10-01 20:19:42 +00:00
|
|
|
<string name="theme_pref">Theme</string>
|
2022-02-24 19:27:10 +00:00
|
|
|
<string name="theme_mode_pref">Theme mode</string>
|
2022-04-17 04:34:32 +00:00
|
|
|
<string name="module_id_prefix">Module ID: </string>
|
2021-10-01 20:19:42 +00:00
|
|
|
<string name="install_from_storage">Install module from storage</string>
|
|
|
|
<string name="invalid_format">The selected module is in an invalid format</string>
|
|
|
|
<string name="local_install_title">Local install</string>
|
|
|
|
<string name="source_code">Source code</string>
|
2022-04-17 04:34:32 +00:00
|
|
|
<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">Force dark-mode terminal</string>
|
|
|
|
<string name="file_picker_failure">Your current file picker failed to grant access to the file.</string>
|
2021-10-12 20:06:17 +00:00
|
|
|
<string name="remote_install_title">Remote install</string>
|
2022-04-17 14:18:20 +00:00
|
|
|
<string name="file_picker_wierd">Your file picker returned a non-standard response.</string>
|
2022-04-17 14:18:55 +00:00
|
|
|
<string name="use_magisk_install_command_pref">Use the \"magisk --install-module\" command</string>
|
2021-10-23 16:14:40 +00:00
|
|
|
<string name="use_magisk_install_command_desc">
|
2022-04-17 04:34:32 +00:00
|
|
|
During testing it caused problems to the module install error diagnosis tool,
|
|
|
|
so this option behind is hidden behind developer mode. Turn this on at your own risk!
|
2021-10-23 16:14:40 +00:00
|
|
|
</string>
|
2022-04-17 04:34:32 +00:00
|
|
|
<string name="dev_mode_enabled">Developer mode on</string>
|
2021-11-25 00:42:01 +00:00
|
|
|
<string name="force_english_pref">Force English language</string>
|
2022-04-17 04:34:32 +00:00
|
|
|
<string name="disable_low_quality_module_filter_pref">Turn off low quality module filter</string>
|
2021-12-15 21:28:27 +00:00
|
|
|
<string name="disable_low_quality_module_filter_desc">
|
2022-04-17 04:34:32 +00:00
|
|
|
Some modules do not declare their metadata properly, causing visual glitches,
|
|
|
|
and/or indicating poor module quality. Turn this off at your own risk!
|
2021-12-15 21:28:27 +00:00
|
|
|
</string>
|
2022-04-17 04:34:32 +00:00
|
|
|
<string name="dns_over_https_pref">DNS over HTTPS</string>
|
2022-02-01 21:14:03 +00:00
|
|
|
<string name="dns_over_https_desc">
|
|
|
|
May fix connections issues in some cases.
|
2022-04-17 04:34:32 +00:00
|
|
|
(Does not apply to WebView.)
|
2022-02-01 21:14:03 +00:00
|
|
|
</string>
|
2022-04-17 04:34:32 +00:00
|
|
|
<string name="disable_extensions_pref">No Mmm</string>
|
2022-01-23 18:17:08 +00:00
|
|
|
<string name="disable_extensions_desc">
|
2022-04-17 04:34:32 +00:00
|
|
|
Turn off Fox\'s Mmm extensions, preventing modules from using
|
|
|
|
terminal extensions. Useful if a module misuses Fox\'s Mmm extensions.
|
2022-01-23 18:17:08 +00:00
|
|
|
</string>
|
2022-01-26 19:34:36 +00:00
|
|
|
<string name="wrap_text_pref">Wrap text</string>
|
|
|
|
<string name="wrap_text_desc">
|
|
|
|
Wrap text to a new line instead of putting
|
2022-04-17 04:34:32 +00:00
|
|
|
all text on the same line when installing a module.
|
2022-01-23 18:17:08 +00:00
|
|
|
</string>
|
2022-04-17 04:34:32 +00:00
|
|
|
<string name="enable_blur_pref">Blur</string>
|
|
|
|
<string name="repo_enabled">Repo on</string>
|
|
|
|
<string name="repo_disabled">Repo off</string>
|
|
|
|
<string name="androidacy_repo_info">The Androidacy repo has ads and trackers.</string>
|
2022-04-02 10:44:27 +00:00
|
|
|
</resources>
|