[app] Move untranslatable strings into standalone file

* As per user request.
This commit is contained in:
Wang Han 2021-04-04 11:04:00 +08:00
parent 80bc9c0b35
commit 58f1f5f17f
2 changed files with 23 additions and 4 deletions

View File

@ -19,8 +19,6 @@
-->
<resources>
<string name="app_name" translatable="false">LSPosed</string>
<!-- MainActivity -->
<string name="info">Info</string>
<string name="Install">Install</string>
@ -170,8 +168,6 @@
<string name="module_release_no_more">No more release</string>
<string name="repo_load_failed">Failed to load module repo: %s</string>
<string name="about_source" translatable="false">https://github.com/LSPosed/LSPosed/</string>
<string name="app_destroyed">This application has been destroyed, please make sure you download it from the official source.</string>
<string name="outdated_manager">Version of LSPosed Manager and LSPosed Core are not consistent. Please re-install the corresponding version.</string>
<string name="lsposed_not_active">LSPosed is not currently installed or active.</string>

View File

@ -0,0 +1,23 @@
<!--
~ 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>
<string name="app_name" translatable="false">LSPosed</string>
<string name="about_source" translatable="false">https://github.com/LSPosed/LSPosed/</string>
</resources>