LSPosed/app/src/main/res/values-hu/strings.xml

52 lines
2.3 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="info">Információ</string>
<string name="Modules">Modulok</string>
<plurals name="modules_enabled_count">
<item quantity="one">%d modul aktiválva</item>
<item quantity="other">%d modulok aktiválva</item>
</plurals>
<string name="Logs">Log fileok</string>
<string name="Settings">Beállítasok</string>
<string name="About">Névjegy</string>
<string name="report_issue">Hiba bejelentés</string>
<string name="module_repo">Modulok</string>
<string name="about_view_source_code"><![CDATA[A forráskódot megnézheted itt: %1$s<br/> Iratkozz fel a %2$s csatornánkra]]></string>
<string name="install">Telepítés</string>
<string name="install_summary">Koppints az LSPosed telepítéséhez</string>
<string name="not_installed">Nincs telepítve</string>
<string name="not_install_summary">LSPosed nincs telepítve</string>
<string name="activated">Aktiválva</string>
<string name="partial_activated">Részben aktiválva</string>
<string name="selinux_policy_not_loaded_summary">SEPolicy betöltése nem megfelelő</string>
<!-- LogsActivity -->
<!-- Notification -->
<!-- ModulesActivity -->
<!-- AppListActivity -->
<!-- ModulesActivity and AppListActivity -->
<!-- SettingsActivity -->
<!-- Module Repo -->
<!-- CrashReportActivity -->
<!-- Colors -->
</resources>