|
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> |
24 | 24 | <string name="donate">Donate</string> |
25 | 25 | <string name="submit_modules">Submit a module</string> |
26 | | - <string name="require_android_6">Require Android 6.0+</string> |
| 26 | + <string name="require_android_6">Requires Android 6.0+</string> |
27 | 27 |
|
28 | 28 | <!-- Module section translation --> |
29 | | - <string name="module_last_update">Last update:</string> |
| 29 | + <string name="module_last_update">Last version:</string> |
30 | 30 | <string name="module_repo">Repo:</string> |
31 | 31 | <string name="module_by">by</string> |
32 | 32 | <string name="module_downloads">Downloads:</string> |
|
36 | 36 | <!-- Note: Lockdown mode used to be called showcase mode --> |
37 | 37 | <string name="manage_repos_pref">Manage repos</string> |
38 | 38 | <string name="showcase_mode_pref">Lockdown mode</string> |
39 | | - <string name="showcase_mode_desc">Lockdown mode prevent manager to do action on modules</string> |
| 39 | + <string name="showcase_mode_desc">Lockdown mode prevents the manager from carrying out actions on modules</string> |
40 | 40 | <string name="pref_category_settings">Settings</string> |
41 | 41 | <string name="pref_category_info">Info</string> |
42 | 42 | <string name="show_licenses">Show licenses</string> |
43 | 43 | <string name="licenses">Licences</string> |
44 | 44 | <string name="show_incompatible_pref">Show incompatible modules</string> |
45 | | - <string name="show_incompatible_desc">Show modules that are incompatible with your device based on their metadata</string> |
46 | | - <string name="magisk_outdated">Magisk is outdated!</string> |
| 45 | + <string name="show_incompatible_desc">Show modules unlikely to work on your device based on their metadata</string> |
| 46 | + <string name="magisk_outdated">There is a new version of Magisk to install!</string> |
47 | 47 | <string name="pref_category_repos">Repos</string> |
48 | | - <string name="repo_main_desc">The repository hosting Magisk Modules</string> |
49 | | - <string name="repo_main_alt">An alternative to Magisk-Modules-Repo with fewer restrictions.</string> |
| 48 | + <string name="repo_main_desc">The repository hosting Magisk modules</string> |
| 49 | + <string name="repo_main_alt">An alternative to the Magisk-Modules-Repo with fewer restrictions.</string> |
50 | 50 | <string name="master_delete">Delete the module files?</string> |
51 | | - <string name="master_delete_no">Keep files</string> |
52 | | - <string name="master_delete_yes">Delete files</string> |
53 | | - <string name="master_delete_fail">Failed to delete the module files</string> |
| 51 | + <string name="master_delete_no">Keep</string> |
| 52 | + <string name="master_delete_yes">Delete</string> |
| 53 | + <string name="master_delete_fail">Could not delete the module files</string> |
54 | 54 | <string name="theme_pref">Theme</string> |
55 | 55 | <string name="theme_mode_pref">Theme mode</string> |
56 | | - <string name="module_id_prefix">Module id: </string> |
| 56 | + <string name="module_id_prefix">Module ID: </string> |
57 | 57 | <string name="install_from_storage">Install module from storage</string> |
58 | | - <string name="invalid_format">The selected module is in an invalid format</string> |
| 58 | + <string name="invalid_format">The selected module has an invalid format</string> |
59 | 59 | <string name="local_install_title">Local install</string> |
60 | 60 | <string name="source_code">Source code</string> |
61 | | - <string name="magisk_builtin_module">Magisk builtin module</string> |
62 | | - <string name="substratum_builtin_module">Substratum builtin module</string> |
63 | | - <string name="force_dark_terminal_title">Force dark mode terminal</string> |
64 | | - <string name="file_picker_failure">Your current file picker failed to give access to the file.</string> |
| 61 | + <string name="magisk_builtin_module">Magisk built-in module</string> |
| 62 | + <string name="substratum_builtin_module">Substratum built-in module</string> |
| 63 | + <string name="force_dark_terminal_title">Dark terminal</string> |
| 64 | + <string name="file_picker_failure">Your current file picker could not access the file.</string> |
65 | 65 | <string name="remote_install_title">Remote install</string> |
66 | | - <string name="file_picker_wierd">Your file picker returned a non standard response.</string> |
67 | | - <string name="use_magisk_install_command_pref">Use magisk module install command</string> |
| 66 | + <string name="file_picker_wierd">Your file picker returned a non-standard response.</string> |
| 67 | + <string name="use_magisk_install_command_pref">Use the \"magisk --install-module\" command</string> |
68 | 68 | <string name="use_magisk_install_command_desc"> |
69 | | - During test it caused problems to the module install error diagnosis tool, |
70 | | - so I hid this option behind developer mode, enable this at your own risk! |
| 69 | + During testing it caused problems to the module install error diagnosis tool, |
| 70 | + so this option behind is hidden behind developer mode.\nTurn this on at your own risk! |
71 | 71 | </string> |
72 | | - <string name="dev_mode_enabled">Developer mode enabled</string> |
73 | | - <string name="force_english_pref">Force English language</string> |
74 | | - <string name="disable_low_quality_module_filter_pref">Disable low quality module filter</string> |
| 72 | + <string name="dev_mode_enabled">Developer mode on</string> |
| 73 | + <string name="force_english_pref">English app language</string> |
| 74 | + <string name="disable_low_quality_module_filter_pref">Show low-quality modules</string> |
75 | 75 | <string name="disable_low_quality_module_filter_desc"> |
76 | | - Some modules do not declare their metadata properly,causing visual glitches, |
77 | | - and/or indicating poor module quality, disable at your own risk! |
| 76 | + Some modules do not declare their metadata properly, causing visual glitches, |
| 77 | + and/or indicating poor module quality.\nTurn this off at your own risk! |
78 | 78 | </string> |
79 | | - <string name="dns_over_https_pref">Dns over https</string> |
| 79 | + <string name="dns_over_https_pref">DNS over HTTPS</string> |
80 | 80 | <string name="dns_over_https_desc"> |
81 | 81 | May fix connections issues in some cases. |
82 | | - (Does not apply to WebView) |
| 82 | + (Does not apply to WebView.) |
83 | 83 | </string> |
84 | | - <string name="disable_extensions_pref">Disable extensions</string> |
| 84 | + <string name="disable_extensions_pref">No Mmm</string> |
85 | 85 | <string name="disable_extensions_desc"> |
86 | | - Disable Fox\'s Mmm extensions, this prevent modules from using |
87 | | - terminal extensions, useful if a module misuse Fox\'s Mmm extensions. |
| 86 | + Turn off Fox\'s Mmm extensions, preventing modules from using |
| 87 | + terminal extensions.\nUseful if a module misuses Fox\'s Mmm extensions. |
88 | 88 | </string> |
89 | | - <string name="wrap_text_pref">Wrap text</string> |
| 89 | + <string name="wrap_text_pref">Text wrapping</string> |
90 | 90 | <string name="wrap_text_desc"> |
91 | | - Wrap text to a new line instead of putting |
92 | | - all text on the same line when installing a module |
| 91 | + Show text on multiple lines instead of putting |
| 92 | + all text on the same line when installing a module. |
93 | 93 | </string> |
94 | | - <string name="enable_blur_pref">Enable blur</string> |
95 | | - <string name="repo_enabled">Repo enabled</string> |
96 | | - <string name="repo_disabled">Repo disabled</string> |
97 | | - <string name="androidacy_repo_info">Androidacy repo uses ads and trackers.</string> |
| 94 | + <string name="enable_blur_pref">Blur</string> |
| 95 | + <string name="repo_enabled">Repo on</string> |
| 96 | + <string name="repo_disabled">Repo off</string> |
| 97 | + <string name="androidacy_repo_info">The Androidacy repo has ads and trackers.</string> |
98 | 98 | </resources> |
0 commit comments