[app] Move untranslatable strings into standalone file
* As per user request.
This commit is contained in:
parent
80bc9c0b35
commit
58f1f5f17f
|
|
@ -19,8 +19,6 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name" translatable="false">LSPosed</string>
|
|
||||||
|
|
||||||
<!-- MainActivity -->
|
<!-- MainActivity -->
|
||||||
<string name="info">Info</string>
|
<string name="info">Info</string>
|
||||||
<string name="Install">Install</string>
|
<string name="Install">Install</string>
|
||||||
|
|
@ -170,8 +168,6 @@
|
||||||
<string name="module_release_no_more">No more release</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="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="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="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>
|
<string name="lsposed_not_active">LSPosed is not currently installed or active.</string>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
Loading…
Reference in New Issue