Skip to content

Commit

Permalink
Merge pull request #56 from comradekingu/patch-1
Browse files Browse the repository at this point in the history
App strings reworked
  • Loading branch information
bmax121 authored Jan 8, 2024
2 parents 0cb4551 + 13f2da2 commit fc36fbc
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<string name="home">Home</string>

<string name="patch_warnning">Installation comes with risks, please ensure your data is backed up.</string>
<string name="patch_warnning">Installation comes with risks. Please ensure your data is backed up.</string>

<string name="kernel_patch">KernelPatch</string>
<string name="android_patch">AndroidPatch</string>
Expand Down Expand Up @@ -33,18 +33,18 @@
<string name="home_not_installed">Not installed</string>
<string name="home_install_unknown">Unknown</string>
<string name="home_click_to_install">Click to install</string>
<string name="home_working">Working</string>
<string name="home_installing">Installing</string>
<string name="home_need_update">Update available</string>
<string name="kpatch_version">Version: %d.%d.%d</string>
<string name="apatch_version">Version: %s</string>
<string name="apatch_version_update">Version: %s -> %s</string>
<string name="home_su_path">su: %s</string>
<string name="home_su_path_ex">su: %s -> %s</string>
<string name="kpatch_shadow_path">kpatch: %s -> %s</string>
<string name="home_apatch_version">APatch: %s</string>
<string name="home_working">Working</string>
<string name="home_installing">Installing</string>
<string name="home_need_update">New version available</string>
<string name="kpatch_version">Version %d.%d.%d</string>
<string name="apatch_version">Version %s</string>
<string name="apatch_version_update">Version %s %s</string>
<string name="home_su_path">su %s</string>
<string name="home_su_path_ex">su %s %s</string>
<string name="kpatch_shadow_path">kpatch %s %s</string>
<string name="home_apatch_version">APatch %s</string>
<string name="home_auth_key_title">Enter SuperKey</string>
<string name="home_auth_key_desc">Start work after certification</string>
<string name="home_auth_key_desc">Start after certification</string>

<string name="home_ap_cando_install">Install</string>
<string name="home_ap_cando_update">Update</string>
Expand All @@ -57,17 +57,17 @@
<string name="home_fingerprint">Fingerprint</string>

<string name="home_selinux_status">SELinux status</string>
<string name="home_selinux_status_disabled">Disabled</string>
<string name="home_selinux_status_disabled">Off</string>
<string name="home_selinux_status_enforcing">Enforcing</string>
<string name="home_selinux_status_permissive">Permissive</string>
<string name="home_selinux_status_unknown">Unknown</string>

<string name="kpm">KPModule</string>
<string name="kpm_kp_not_installed">Kernel Patch Not Installed</string>
<string name="kpm_kp_not_installed">KernelPatch not installed</string>
<string name="kpm_load">Load</string>
<string name="kpm_load_toast_succ">Load succeed</string>
<string name="kpm_load_toast_failed">Load failed</string>
<string name="kpm_unload_confirm">Are you sure you want to unload module %s?</string>
<string name="kpm_unload_confirm">Unload \"%s\" module?</string>
<string name="kpm_unload">Unload</string>
<string name="kpm_apm_empty">No module loaded</string>
<string name="kpm_version">Version</string>
Expand All @@ -87,24 +87,24 @@
<string name="su_refresh">Refresh</string>

<string name="apm">APModule</string>
<string name="apm_not_installed">Android Patch Not Installed</string>
<string name="apm_failed_to_enable">Failed to enable module: %s</string>
<string name="apm_failed_to_disable">Failed to disable module: %s</string>
<string name="apm_not_installed">AndroidPatch not installed</string>
<string name="apm_failed_to_enable">Could not turn on the \"%s\" module</string>
<string name="apm_failed_to_disable">Could not turn off the \"%s\" module</string>
<string name="apm_empty">No module installed</string>
<string name="apm_uninstall">Uninstall</string>
<string name="apm_install">Install</string>
<string name="apm_uninstall_confirm">Are you sure you want to uninstall module %s?</string>
<string name="apm_uninstall_confirm">Uninstall the \"%s\" module?</string>
<string name="apm_uninstall_success">%s uninstalled</string>
<string name="apm_uninstall_failed">Failed to uninstall: %s</string>
<string name="apm_uninstall_failed">Could not uninstall %s</string>
<string name="apm_version">Version</string>
<string name="apm_author">Author</string>
<string name="apm_desc">Desc</string>
<string name="apm_overlay_fs_not_available">overlayfs is not available, module cannot work!</string>
<string name="apm_magisk_conflict">Modules are disabled because it is conflict with Magisk\'s!</string>
<string name="apm_overlay_fs_not_available">OverlayFS is not available. The module cannot work.</string>
<string name="apm_magisk_conflict">Modules are turned off due to a conflict with the ones in Magisk.</string>
<string name="apm_reboot_to_apply">Reboot to take effect</string>
<string name="apm_changelog">Changelog</string>
<string name="apm_update">Update</string>
<string name="apm_downloading">Downloading module: %s</string>
<string name="apm_start_downloading">Start downloading: %s</string>
<string name="apm_new_version_available">New version: %s is available, click to upgrade</string>
<string name="apm_downloading">Downloading \"%s\" module…</string>
<string name="apm_start_downloading">Start downloading %s</string>
<string name="apm_new_version_available">Click to install the new version, %s.</string>
</resources>

0 comments on commit fc36fbc

Please sign in to comment.