55 lines
2.9 KiB
XML
55 lines
2.9 KiB
XML
<?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) 2020 EdXposed Contributors
|
|
~ 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="Modules">Mòduls</string>
|
|
<plurals name="modules_enabled_count">
|
|
<item quantity="one">%d Mòdul activat</item>
|
|
<item quantity="other">%d Mòduls activats</item>
|
|
</plurals>
|
|
<string name="Logs">Logs</string>
|
|
<string name="Settings">Configuració</string>
|
|
<string name="About">Sobre</string>
|
|
<string name="report_issue">Reportar problema</string>
|
|
<string name="module_repo">Repositori</string>
|
|
<string name="about_view_source_code"><![CDATA[Veure codi font a %1$s<br/>Uneix-te al nostre %2$s canal]]></string>
|
|
<string name="install">Instalar</string>
|
|
<string name="install_summary">Toca per instal·lar LSPosed</string>
|
|
<string name="not_installed">No instalat</string>
|
|
<string name="not_install_summary">LSPosed no està instal·lat</string>
|
|
<string name="activated">Activat</string>
|
|
<string name="partial_activated">Parcialment activat</string>
|
|
<string name="selinux_policy_not_loaded_summary">SEPolicy no s\'ha carregat correctament</string>
|
|
<string name="selinux_policy_not_loaded"><![CDATA[Els mòduls que enganxen el marc del sistema no funcionen<br/>Si us plau, informa a <a href="https://github.com/topjohnwu/Magisk/issues"><b>Magisk</b></a> desarrollador.]]></string>
|
|
<string name="system_inject_fail_summary">La injecció del marc del sistema ha fallat</string>
|
|
<string name="system_inject_fail"><![CDATA[Això és poc comú i podria ser causat per <b>Magisk</b> o algún Mòdul de baixa qualitat<br/>Si us plau, prova a desactivar els demés mòduls de magisk excepte Riru i LSPosed o envia un informe complet als desarrolladors.]]></string>
|
|
<!-- LogsActivity -->
|
|
<!-- Notification -->
|
|
<!-- ModulesActivity -->
|
|
<!-- AppListActivity -->
|
|
<string name="menu_show_modules">Mòduls</string>
|
|
<!-- ModulesActivity and AppListActivity -->
|
|
<!-- SettingsActivity -->
|
|
<!-- Module Repo -->
|
|
<!-- CrashReportActivity -->
|
|
<!-- Colors -->
|
|
</resources>
|