-
Notifications
You must be signed in to change notification settings - Fork 694
Expand file tree
/
Copy pathstrings.xml
More file actions
260 lines (259 loc) · 17.3 KB
/
strings.xml
File metadata and controls
260 lines (259 loc) · 17.3 KB
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
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of LSPosed.
~
~ LSPosed is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ LSPosed is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with LSPosed. If not, see <https://www.gnu.org/licenses/>.
~
~ Copyright (C) 2021 LSPosed Contributors
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:keep="@string/xposed_module_updated_notification_*,@string/module_is_not_activated_*">
<!-- MainActivity -->
<string name="overview">Overview</string>
<string name="Modules">Modules</string>
<plurals name="modules_enabled_count">
<item quantity="one">%d module enabled</item>
<item quantity="other">%d modules enabled</item>
</plurals>
<string name="Logs">Logs</string>
<string name="Settings">Settings</string>
<string name="feedback_or_suggestion">Feedback or suggestion</string>
<string name="About">About</string>
<string name="report_issue">Report issue</string>
<string name="module_repo">Repository</string>
<string name="module_repo_up_to_date">All modules up to date</string>
<string name="module_repo_published_time">Published at %s</string>
<string name="module_repo_updated_time">Updated at %s</string>
<plurals name="module_repo_upgradable">
<item quantity="one">%d module upgradable</item>
<item quantity="other">%d modules upgradable</item>
</plurals>
<string name="about_view_source_code"><![CDATA[View source code at %1$s<br/>Join our %2$s channel]]></string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">null</string>
<string name="install">Install</string>
<string name="install_summary">Tap to install LSPosed</string>
<string name="not_installed">Not installed</string>
<string name="not_install_summary">LSPosed is not Installed</string>
<string name="activated">Activated</string>
<string name="partial_activated">Partially activated</string>
<string name="selinux_policy_not_loaded_summary">SEPolicy is not loaded properly</string>
<string name="selinux_policy_not_loaded"><![CDATA[Some features will not work.<br/>Please report this to <a href="https://github.com/topjohnwu/Magisk/issues"><b>Magisk</b></a> developer.]]></string>
<string name="system_inject_fail_summary">System Framework injection failed</string>
<string name="system_inject_fail"><![CDATA[This is rare and may be caused by <b>Magisk</b> or some low-quality Magisk modules.<br/>Please try to disable Magisk modules other than Riru and LSPosed or submit full log to developers.]]></string>
<string name="system_prop_incorrect_summary">System prop incorrect</string>
<string name="system_prop_incorrect"><![CDATA[Some necessary system properties deleted or modified.<br/>Modules may invalidate occasionally.]]></string>
<string name="need_update">Need to update</string>
<string name="please_update_summary">Please install the latest version of LSPosed</string>
<string name="developer_warning_title">Tips for module developer</string>
<string name="developer_warning_summary">Please disable deploy optimizations on Android Studio, or use `gradlew installDebug` command to install. Otherwise the module apk will not be updated.</string>
<string name="info_api_version">API version</string>
<string name="info_framework_version">Framework version</string>
<string name="info_manager_package_name">Manager package name</string>
<string name="info_system_version">System version</string>
<string name="info_device">Device</string>
<string name="info_system_abi">System ABI</string>
<string name="info_dex2oat_wrapper">Dex Optimizer Wrapper</string>
<string name="enabled">Enabled</string>
<string name="not_enabled">Not enabled</string>
<string name="supported">Supported</string>
<string name="unsupported">Unsupported</string>
<string name="android_version_unsatisfied">Android version unsatisfied</string>
<string name="crashed">Crashed</string>
<string name="mount_failed">Mount failed</string>
<string name="selinux_permissive">SELinux is permissive</string>
<string name="sepolicy_incorrect">SELinux policy is incorrect</string>
<string name="update_lsposed">Update LSPosed</string>
<string name="update_lsposed_msg">Confirm to update LSPosed? This device will reboot after update completion</string>
<string name="info_copied">Copied to clipboard</string>
<!-- WelcomeDialog -->
<string name="parasitic_welcome">Welcome to LSPosed</string>
<string name="parasitic_welcome_summary">You are using the parasitic manager, which can create shortcut or still open from notification.</string>
<string name="parasitic_welcome_summary_no_shortcut_support">You are using the parasitic manager, which can open from notification.</string>
<string name="create_shortcut">Create shortcut</string>
<string name="never_show">Never show</string>
<string name="app_welcome">Parasitic Manager Recommended</string>
<string name="app_welcome_summary">LSPosed now supports system parasitization to avoid detection, you can open parasitic manager from notification. It is recommended to uninstall the current application.</string>
<!-- LogsActivity -->
<string name="menuSaveToSd">Save</string>
<string name="nav_item_logs_verbose">Verbose Logs</string>
<string name="nav_item_logs_module">Modules Logs</string>
<string name="logs_saving">Saving log, please wait</string>
<string name="logs_saved">Logs saved</string>
<string name="logs_save_failed2">Failed to save:\n%s</string>
<string name="menuClearLog">Clear log now</string>
<string name="logs_cleared">Log successfully cleared.</string>
<string name="scroll_top">Scroll to top</string>
<string name="loading">Loading…</string>
<string name="scroll_bottom">Scroll to bottom</string>
<string name="menuReload">Reload</string>
<string name="logs_clear_failed_2">Failed to clear the log</string>
<string name="menu_enable_word_wrap">Word Wrap</string>
<string name="enabled_verbose_log">Verbose log enabled</string>
<string name="disabled_verbose_log">Verbose log disabled</string>
<!-- ModulesActivity -->
<string name="module_empty_description">(no description provided)</string>
<string name="warning_xposed_min_version">This module requires a newer Xposed version (%d) and thus cannot be activated</string>
<string name="warning_target_version_higher">This module is designed for a newer Xposed version (%d) and thus some functionalities may not work</string>
<string name="no_min_version_specified">This module does not specify the Xposed version it needs.</string>
<string name="warning_min_version_too_low">This module was created for Xposed version %1$d, but due to incompatible changes in version %2$d, it has been disabled</string>
<string name="warning_installed_on_external_storage">This module cannot be loaded because it\'s installed on the SD card, please move it to internal storage</string>
<string name="module_uninstall">Uninstall</string>
<string name="module_settings">Module settings</string>
<string name="view_in_repo">View in Repo</string>
<string name="module_uninstall_message">Do you want to uninstall this module?</string>
<string name="module_uninstalled">Uninstalled %1$s</string>
<string name="module_uninstall_failed">Uninstall unsuccessful</string>
<string name="add_module_to_user">Add module to user</string>
<string name="module_installed">Added %1$s to user %2$s</string>
<string name="module_install_failed">Adding module failed</string>
<string name="install_to_user">Install to user %s</string>
<string name="install_to_user_message">Want to install %1$s to user %2$s? It is recommended to install manually, forcing installation via LSPosed may cause problems.</string>
<string name="expand">expand</string>
<string name="collapse">collapse</string>
<!-- AppListActivity -->
<string name="compile_speed">Re-optimize</string>
<string name="compile_speed_msg">Optimizing…</string>
<string name="compile_done">Optimization complete</string>
<string name="app_launch">Launch it</string>
<string name="compile_failed">Optimization failed: return value is empty</string>
<string name="compile_failed_with_info">Optimization failed: </string>
<string name="sort_by_name">Application name</string>
<string name="sort_by_package_name">Package name</string>
<string name="sort_by_install_time">Install time</string>
<string name="sort_by_update_time">Update time</string>
<string name="sort_reverse">Reverse</string>
<string name="menu_show_system_apps">System apps</string>
<string name="menu_sort">Sorting</string>
<string name="enable_module">Enable module</string>
<string name="no_scope_selected">You did not select any app. Continue?</string>
<string name="menu_show_games">Games</string>
<string name="menu_show_modules">Modules</string>
<string name="menu_show_denylist">Denylist</string>
<string name="failed_to_save_scope_list">Failed to save scope list</string>
<string name="app_version">Version: %1$s</string>
<string name="menu_select">Select</string>
<string name="use_recommended">Recommended</string>
<string name="no_scope_selected_has_recommended">You did not select any app. Select recommended apps?</string>
<string name="use_recommended_message">Select recommended apps?</string>
<string name="menu_select_all">All</string>
<string name="menu_select_none">None</string>
<string name="menu_auto_include">Auto-Include</string>
<string name="module_is_not_activated_yet">Xposed module is not activated yet</string>
<string name="requested_by_module">Recommended</string>
<string name="update_available">Update available: %1$s</string>
<string name="module_disabled_no_selection">Module %s has been disabled since no app selected.</string>
<string name="android_framework">System Framework</string>
<string name="menu_backup_and_restore">Backup</string>
<string name="menu_backup">Backup</string>
<string name="menu_restore">Restore</string>
<string name="force_stop">Force stop</string>
<string name="force_stop_dlg_title">Force stop?</string>
<string name="force_stop_dlg_text">If you force stop an app, it may misbehave.</string>
<string name="reboot_required">Reboot is required for this change to apply</string>
<string name="reboot">Reboot</string>
<string name="menu_hide">Hide</string>
<string name="deny_list">%s is on denylist. It may not take effect.</string>
<string name="deny_list_info">On denylist</string>
<!-- ModulesActivity and AppListActivity -->
<string name="modules_other_app">View in other app</string>
<string name="module_app_info">App info</string>
<string name="list_empty">¯\\_(ツ)_\/¯\nNothing here</string>
<!-- SettingsActivity -->
<string name="settings_group_framework">Framework</string>
<string name="settings_disable_verbose_log">Disable verbose logs</string>
<string name="settings_disable_verbose_log_summary">Verbose logs are required to report issues</string>
<string name="settings_enable_log_watchdog">Enable log watchdog</string>
<string name="settings_enable_log_watchdog_summary">Log watchdog of LSPosed modifies system properties, which could be exploited to detect LSPosed</string>
<string name="pure_black_dark_theme">Black dark theme</string>
<string name="pure_black_dark_theme_summary">Use the pure black theme if dark theme is enabled</string>
<string name="settings_group_theme">Theme</string>
<string name="settings_backup_and_restore">Backup and restore</string>
<string name="settings_backup_summery">Backup module list and scope lists.</string>
<string name="settings_restore_summery">Restore module list and scope lists.</string>
<string name="settings_backup">Backup</string>
<string name="settings_backup_failed2">Failed to backup:\n%s</string>
<string name="enable_documentui">Please enable DocumentUI</string>
<string name="settings_restore">Restore</string>
<string name="settings_restore_failed2">Failed to restore:\n%s</string>
<string name="group_network">Network</string>
<string name="dns_over_http">DNS over HTTPS</string>
<string name="dns_over_http_summary">Workaround DNS poisoning in some nations</string>
<string name="theme_color">Theme color</string>
<string name="theme_color_system">System theme color</string>
<string name="settings_show_hidden_icon_apps_enabled">Force apps to show launcher icons</string>
<string name="settings_show_hidden_icon_apps_enabled_summary">After Android 10, apps are not allowed to hide their launcher icons. Turn off the toggle to disable this system feature.</string>
<string name="settings_group_system">System</string>
<string name="settings_language">Language</string>
<string name="settings_translation_contributors">Translation contributors</string>
<string name="settings_translation">Participate in translation</string>
<string name="settings_translation_summary">Help us translate %s into your language</string>
<string name="settings_create_shortcut_summary">Create a shortcut that can open parasitic manager</string>
<string name="settings_shortcut_pinned_hint">Shortcut pinned</string>
<string name="settings_unsupported_pin_shortcut_summary">The current default launcher does not support pin shortcuts</string>
<string name="settings_enable_status_notification">Status Notification</string>
<string name="settings_enable_status_notification_summary">Show a notification that can open parasitic manager</string>
<string name="disable_status_notification_error">No shortcut, cannot disable notification</string>
<string name="settings_update_channel">Update channel</string>
<string name="update_channel_stable">Stable</string>
<string name="update_channel_bate">Beta</string>
<string name="update_channel_nightly">Nightly build</string>
<string name="settings_xposed_api_call_protection">Xposed API call protection</string>
<string name="settings_xposed_api_call_protection_summary">Block dynamically loaded module code to use Xposed API, this may break some modules but benefit security</string>
<string name="settings_group_cli">Command line interface</string>
<string name="pref_title_enable_cli">Enable CLI feature</string>
<!-- Default summary when disabled -->
<string name="pref_summary_enable_cli">Automate LSPosed with shell scripts via PIN authentication</string>
<!-- Summary for Release builds when enabled -->
<string name="pref_summary_cli_pin">Your CLI auth PIN is: <B>%1$s</B><br/></string>
<!-- Summary for Debug builds when enabled -->
<string name="pref_summary_cli_debug">Enabled for debugging. No authentication required.</string>
<string name="disabled">Disabled</string>
<!-- Module Repo -->
<string name="module_readme">Readme</string>
<string name="module_releases">Releases</string>
<string name="module_information">Info</string>
<string name="module_information_homepage">Homepage</string>
<string name="module_information_source_url">Source code</string>
<string name="module_information_collaborators">Collaborators</string>
<string name="module_release_view_assets">Assets</string>
<string name="menu_open_in_browser">Open in browser</string>
<string name="module_release_load_more">Show older versions</string>
<string name="module_release_no_more">No more release</string>
<string name="repo_load_failed">Failed to load module repo: %s</string>
<string name="sort_upgradable_first">Upgradable first</string>
<string name="installed">Installed</string>
<plurals name="module_release_assets_download_count">
<item quantity="one">%d download</item>
<item quantity="other">%d downloads</item>
</plurals>
<!-- Colors -->
<string name="color_sakura">Sakura</string>
<string name="color_red">Red</string>
<string name="color_pink">Pink</string>
<string name="color_purple">Purple</string>
<string name="color_deep_purple">Deep purple</string>
<string name="color_indigo">Indigo</string>
<string name="color_blue">Blue</string>
<string name="color_light_blue">Light blue</string>
<string name="color_cyan">Cyan</string>
<string name="color_teal">Teal</string>
<string name="color_green">Green</string>
<string name="color_light_green">Light green</string>
<string name="color_lime">Lime</string>
<string name="color_yellow">Yellow</string>
<string name="color_amber">Amber</string>
<string name="color_orange">Orange</string>
<string name="color_deep_orange">Deep orange</string>
<string name="color_brown">Brown</string>
<string name="color_blue_grey">Blue grey</string>
</resources>