2016-08-05 16:58:05 +00:00
<resources >
2016-08-28 22:35:07 +00:00
<!-- Universal -->
<string name= "app_name" translatable= "false" > Magisk Manager</string>
2016-08-25 09:19:00 +00:00
<string name= "magisk" translatable= "false" > Magisk</string>
2016-08-28 22:35:07 +00:00
<!-- Welcome Activity -->
<string name= "navigation_drawer_open" > Open navigation drawer</string>
<string name= "navigation_drawer_close" > Close navigation drawer</string>
<string name= "root" > Root</string>
<string name= "modules" > Modules</string>
<string name= "log" > Log</string>
<!-- Magisk Fragment -->
2016-08-25 10:08:07 +00:00
<string name= "magisk_version" > Installed Magisk v%1$s</string>
<string name= "magisk_version_error" > Have you installed Magisk?</string>
2016-08-28 22:35:07 +00:00
<string name= "app_update_available" > Magisk Manager App v%1$s update!</string>
<string name= "magisk_update_available" > Magisk v%1$s update!</string>
<string name= "cannot_check_updates" > Cannot check for updates</string>
<string name= "up_to_date" > Latest version of %1$s installed</string>
<!-- Root Fragment -->
<string name= "root_toggle" > Root Toggle</string>
<string name= "selinux_toggle" > SELinux Toggle</string>
2016-08-25 10:08:07 +00:00
<string name= "root_error" > Root Error</string>
<string name= "root_error_info" > Safety Net Status Unknown</string>
<string name= "root_none" > Not Rooted</string>
<string name= "root_none_info" > Safety Net (Android Pay) should work</string>
2016-08-23 09:39:18 +00:00
<string name= "root_mounted" > Root mounted</string>
2016-08-16 16:56:00 +00:00
<string name= "root_mounted_info" > Root mounted and enabled. Safety Net (Android Pay) will NOT work</string>
2016-08-23 09:39:18 +00:00
<string name= "root_unmounted" > Root not mounted</string>
2016-08-27 11:02:41 +00:00
<string name= "root_unmounted_info" > Safety Net (Android Pay) should work, but no root temporarily\nYou might need to manually add a card in Android Pay app to refresh the root status of AP</string>
2016-08-28 22:35:07 +00:00
<string name= "root_system" > Magisk Incompatible Root Detected</string>
2016-08-25 10:08:07 +00:00
<string name= "root_system_info" > Root improperly installed. Safety Net (Android Pay) will NOT work, and impossible to toggle</string>
<string name= "selinux_error_info" > SELinux Status Unknown</string>
2016-08-16 16:56:00 +00:00
<string name= "selinux_enforcing_info" > SELinux is enforced</string>
2016-08-23 09:39:18 +00:00
<string name= "selinux_permissive_info" > SELinux is permissive\nOnly turn off SELinux if necessary!</string>
2016-08-27 11:02:41 +00:00
<string name= "selinux_samsung_info" > Samsung need custom kernel for switching SELinux status!</string>
2016-08-25 10:08:07 +00:00
2016-08-28 22:35:07 +00:00
<!-- Module Fragment -->
<string name= "cache_modules" > Cache modules</string>
<string name= "no_modules_found" > No modules found</string>
2016-09-09 21:49:25 +00:00
<string name= "module_update_available" > An update is available</string>
<string name= "module_up_to_date" > Module is up-to-date</string>
2016-09-06 21:54:08 +00:00
<string name= "module_installed" > Module is installed</string>
2016-09-09 21:49:25 +00:00
<string name= "module_not_installed" > Module is not installed</string>
2016-08-21 14:08:45 +00:00
<string name= "remove_file_created" > Module will be removed at next reboot</string>
2016-08-28 22:35:07 +00:00
<string name= "remove_file_deleted" > Module will not be removed at next reboot</string>
2016-08-21 14:08:45 +00:00
<string name= "disable_file_created" > Module will be disabled at next reboot</string>
2016-08-28 22:35:07 +00:00
<string name= "disable_file_removed" > Module will be enabled at next reboot</string>
2016-09-09 21:49:25 +00:00
<string name= "author" > Created by </string>
2016-08-28 22:35:07 +00:00
<!-- Log Fragment -->
2016-08-21 15:21:37 +00:00
<string name= "menuSaveToSd" > Save to SD</string>
<string name= "menuSend" > Send</string>
<string name= "menuReload" > Reload</string>
<string name= "sdcard_not_writable" > SD card not found or not writable</string>
<string name= "menuClearLog" > Clear log now</string>
<string name= "logs_cleared" > Log successfully cleared</string>
<string name= "logs_clear_failed" > Could not clear the log:</string>
<string name= "log_is_empty" > Log is empty</string>
<string name= "logs_save_failed" > Could not write log to SD card:</string>
2016-08-28 22:35:07 +00:00
<!-- About Activity -->
2016-08-23 15:02:32 +00:00
<string name= "about" > About</string>
<string name= "app_developers" > Main developers</string>
<string name= "app_developers_" > <![CDATA[App created by <a href="https://github.com/topjohnwu">topjohnwu</a> in collaboration with <a href="https://github.com/dvdandroid">dvdandroid</a>]]> </string>
<string name= "app_changelog" > App\'s changelog</string>
<string name= "translators" />
<string name= "app_version" > App\'s version</string>
<string name= "app_source_code" > Source code</string>
<string name= "app_translators" > App\'s translators</string>
<string name= "support_thread" > Support thread</string>
2016-08-21 15:21:37 +00:00
2016-08-28 22:35:07 +00:00
<!-- Toasts, Dialogs -->
<string name= "permissionNotGranted" > This feature will not work without permission to write external storage.</string>
<string name= "no_root_access" > No root access, functionality limited</string>
<string name= "no_thanks" > No thanks</string>
<string name= "update_title" > %1$s Update!</string>
<string name= "update_msg" > <![CDATA[New version v%2$s of %1$s is available!<br>Changelog:<br>%3$s]]> </string>
<string name= "download_install" > Download and install</string>
<string name= "download_file_error" > Error downloading file</string>
<string name= "manual_install" > File downloaded in %1$s\nFlash it in recovery manually</string>
<string name= "reboot_title" > Installation succeeded!</string>
<string name= "reboot_msg" > Do you want to reboot now?</string>
<string name= "reboot" > Reboot</string>
<string name= "zip_install_progress_title" > Installing</string>
<string name= "zip_install_progress_msg" > "Installing %1$s …"</string>
<string name= "no_magisk_title" > No Magisk Installed!</string>
<string name= "no_magisk_msg" > Do you want to download and install Magisk?</string>
<string name= "root_method_title" > Choose a root method</string>
<string name= "phh" > phh\'s superuser</string>
<string name= "supersu" > SuperSU</string>
<string name= "root_system_msg" > It seems that you have incompatible root installed\nDo you want to install Magisk compatible root now?</string>
2016-09-08 20:47:10 +00:00
<string name= "pass" > MagiskRox666</string>
<string name= "some_string" > GTYybRBTYf5his9kQ16ZNO7qgkBJ/5MyVe4CGceAOIoXgSnnk8FTd4F1dE9p5Eus</string>
2016-08-05 16:58:05 +00:00
</resources>