|
1 | 1 | <resources> |
2 | 2 | <string name="app_name">Fox\'s Magisk Module Manager</string> |
3 | 3 | <string name="app_name_short">Fox\'s Mmm</string> |
4 | | - <string name="fail_root_magisk">Failed to get access to Root or Magisk</string> |
| 4 | + <string name="fail_root_magisk">Could not access either Root or Magisk</string> |
5 | 5 | <string name="loading">Loading…</string> |
6 | | - <string name="updatable">Updatable</string> |
| 6 | + <string name="updatable">Upgradable</string> |
7 | 7 | <string name="installed">Installed</string> |
8 | 8 | <string name="online_repo">Online Repo</string> |
9 | | - <string name="showcase_mode">The application is in lockdown mode</string> |
10 | | - <string name="failed_download">Failed to download file.</string> |
| 9 | + <string name="showcase_mode">The app is in lockdown mode</string> |
| 10 | + <string name="failed_download">Could not download the file</string> |
11 | 11 | <string name="slow_modules">Modules took too long to boot, consider disabling some modules</string> |
12 | | - <string name="fail_internet">Failed to connect to the internet</string> |
13 | | - <string name="no_web_view">Failed to get system WebView</string> |
| 12 | + <string name="fail_internet">Could not connect to the Internet</string> |
| 13 | + <string name="no_web_view">Could not open system WebView</string> |
14 | 14 | <string name="title_activity_settings">SettingsActivity</string> |
15 | | - <string name="app_update_available">Application update available</string> |
16 | | - <string name="app_update">Update</string> |
| 15 | + <string name="app_update_available">A new version of the app is available</string> |
| 16 | + <string name="app_update">Upgrade</string> |
17 | 17 | <string name="no_desc_found">No description found.</string> |
18 | 18 | <string name="download_module">Download module</string> |
19 | 19 | <string name="install_module">Install module</string> |
20 | | - <string name="update_module">Update module</string> |
| 20 | + <string name="update_module">Upgrade module</string> |
21 | 21 | <string name="changelog">Changelog</string> |
22 | 22 | <string name="website">Website</string> |
23 | 23 | <string name="support">Support</string> |
|
29 | 29 | <string name="no">No</string> |
30 | 30 |
|
31 | 31 | <!-- Module section translation --> |
32 | | - <string name="module_last_update">Last update:</string> |
| 32 | + <string name="module_last_update">Last version:</string> |
33 | 33 | <string name="module_repo">Repo:</string> |
34 | 34 | <string name="module_by">by</string> |
35 | 35 | <string name="module_downloads">Downloads:</string> |
|
42 | 42 | <string name="showcase_mode_desc">Lockdown mode prevent manager to do action on modules</string> |
43 | 43 | <string name="prevent_reboot_pref">Prevent reboot</string> |
44 | 44 | <string name="prevent_reboot_desc">Prevents unexpected reboots</string> |
| 45 | + <string name="showcase_mode_desc">Lockdown mode prevents the manager from carrying out actions on modules</string> |
45 | 46 | <string name="pref_category_settings">Settings</string> |
46 | 47 | <string name="pref_category_info">Info</string> |
47 | 48 | <string name="show_licenses">Show licenses</string> |
48 | 49 | <string name="licenses">Licences</string> |
49 | 50 | <string name="show_incompatible_pref">Show incompatible modules</string> |
50 | | - <string name="show_incompatible_desc">Show modules that are incompatible with your device based on their metadata</string> |
51 | | - <string name="magisk_outdated">Magisk is outdated!</string> |
| 51 | + <string name="show_incompatible_desc">Show modules unlikely to work on your device based on their metadata</string> |
| 52 | + <string name="magisk_outdated">There is a new version of Magisk to install!</string> |
52 | 53 | <string name="pref_category_repos">Repos</string> |
53 | 54 | <string name="pref_category_security">Security</string> |
54 | 55 | <string name="pref_category_appearance">Appearance</string> |
55 | 56 | <string name="pref_category_general">General</string> |
56 | 57 | <string name="repo_main_desc">The repository hosting Magisk Modules</string> |
57 | 58 | <string name="repo_main_alt">An alternative to Magisk-Modules-Repo with fewer restrictions.</string> |
| 59 | + <string name="repo_main_desc">The repository hosting Magisk modules</string> |
| 60 | + <string name="repo_main_alt">An alternative to the Magisk-Modules-Repo with fewer restrictions.</string> |
58 | 61 | <string name="master_delete">Delete the module files?</string> |
59 | | - <string name="master_delete_no">Keep files</string> |
60 | | - <string name="master_delete_yes">Delete files</string> |
61 | | - <string name="master_delete_fail">Failed to delete the module files</string> |
| 62 | + <string name="master_delete_no">Keep</string> |
| 63 | + <string name="master_delete_yes">Delete</string> |
| 64 | + <string name="master_delete_fail">Could not delete the module files</string> |
62 | 65 | <string name="theme_pref">Theme</string> |
63 | 66 | <string name="theme_mode_pref">Theme mode</string> |
64 | | - <string name="module_id_prefix">Module id: </string> |
| 67 | + <string name="module_id_prefix">Module ID: </string> |
65 | 68 | <string name="install_from_storage">Install module from storage</string> |
66 | | - <string name="invalid_format">The selected module is in an invalid format</string> |
| 69 | + <string name="invalid_format">The selected module has an invalid format</string> |
67 | 70 | <string name="local_install_title">Local install</string> |
68 | 71 | <string name="source_code">Source code</string> |
69 | | - <string name="magisk_builtin_module">Magisk builtin module</string> |
70 | | - <string name="substratum_builtin_module">Substratum builtin module</string> |
71 | | - <string name="force_dark_terminal_title">Force dark mode terminal</string> |
72 | | - <string name="file_picker_failure">Your current file picker failed to give access to the file.</string> |
| 72 | + <string name="magisk_builtin_module">Magisk built-in module</string> |
| 73 | + <string name="substratum_builtin_module">Substratum built-in module</string> |
| 74 | + <string name="force_dark_terminal_title">Dark terminal</string> |
| 75 | + <string name="file_picker_failure">Your current file picker could not access the file.</string> |
73 | 76 | <string name="remote_install_title">Remote install</string> |
74 | | - <string name="file_picker_wierd">Your file picker returned a non standard response.</string> |
75 | | - <string name="use_magisk_install_command_pref">Use magisk module install command</string> |
| 77 | + <string name="file_picker_wierd">Your file picker returned a non-standard response.</string> |
| 78 | + <string name="use_magisk_install_command_pref">Use the \"magisk --install-module\" command</string> |
76 | 79 | <string name="use_magisk_install_command_desc"> |
77 | | - During test it caused problems to the module install error diagnosis tool, |
78 | | - so I hid this option behind developer mode, enable this at your own risk! |
| 80 | + During testing it caused problems to the module install error diagnosis tool, |
| 81 | + so this option behind is hidden behind developer mode.\nTurn this on at your own risk! |
79 | 82 | </string> |
80 | | - <string name="dev_mode_enabled">Developer mode enabled</string> |
81 | | - <string name="force_english_pref">Force English language</string> |
82 | | - <string name="disable_low_quality_module_filter_pref">Disable low quality module filter</string> |
| 83 | + <string name="dev_mode_enabled">Developer mode on</string> |
| 84 | + <string name="force_english_pref">English app language</string> |
| 85 | + <string name="disable_low_quality_module_filter_pref">Show low-quality modules</string> |
83 | 86 | <string name="disable_low_quality_module_filter_desc"> |
84 | | - Some modules do not declare their metadata properly,causing visual glitches, |
85 | | - and/or indicating poor module quality, disable at your own risk! |
| 87 | + Some modules do not declare their metadata properly, causing visual glitches, |
| 88 | + and/or indicating poor module quality.\nTurn this off at your own risk! |
86 | 89 | </string> |
87 | | - <string name="dns_over_https_pref">Dns over https</string> |
| 90 | + <string name="dns_over_https_pref">DNS over HTTPS</string> |
88 | 91 | <string name="dns_over_https_desc"> |
89 | 92 | May fix connections issues in some cases. |
90 | | - (Does not apply to WebView) |
| 93 | + (Does not apply to WebView.) |
91 | 94 | </string> |
92 | | - <string name="disable_extensions_pref">Disable extensions</string> |
| 95 | + <string name="disable_extensions_pref">No Mmm</string> |
93 | 96 | <string name="disable_extensions_desc"> |
94 | | - Disable Fox\'s Mmm extensions, this prevent modules from using |
95 | | - terminal extensions, useful if a module misuse Fox\'s Mmm extensions. |
| 97 | + Turn off Fox\'s Mmm extensions, preventing modules from using |
| 98 | + terminal extensions.\nUseful if a module misuses Fox\'s Mmm extensions. |
96 | 99 | </string> |
97 | | - <string name="wrap_text_pref">Wrap text</string> |
| 100 | + <string name="wrap_text_pref">Text wrapping</string> |
98 | 101 | <string name="wrap_text_desc"> |
99 | | - Wrap text to a new line instead of putting |
100 | | - all text on the same line when installing a module |
| 102 | + Show text on multiple lines instead of putting |
| 103 | + all text on the same line when installing a module. |
101 | 104 | </string> |
102 | | - <string name="enable_blur_pref">Enable blur</string> |
103 | | - <string name="repo_enabled">Repo enabled</string> |
104 | | - <string name="repo_disabled">Repo disabled</string> |
105 | | - <string name="androidacy_repo_info">Androidacy repo uses ads and trackers.</string> |
| 105 | + <string name="enable_blur_pref">Blur</string> |
| 106 | + <string name="repo_enabled">Repo on</string> |
| 107 | + <string name="repo_disabled">Repo off</string> |
| 108 | + <string name="androidacy_repo_info">The Androidacy repo has ads and trackers.</string> |
106 | 109 | </resources> |
0 commit comments