Magisk/app/src/main/res/values/strings.xml

194 lines
11 KiB
XML
Raw Normal View History

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>
2017-02-17 01:03:40 +00:00
<string name="magiskhide" translatable="false">Magisk Hide</string>
2016-08-28 22:35:07 +00:00
<string name="modules">Modules</string>
2016-09-27 14:57:20 +00:00
<string name="downloads">Downloads</string>
2017-01-25 17:13:23 +00:00
<string name="superuser">Superuser</string>
2016-08-28 22:35:07 +00:00
<string name="log">Log</string>
2016-09-28 17:42:25 +00:00
<string name="settings">Settings</string>
2016-12-24 19:05:22 +00:00
<string name="status">Status</string>
<string name="install">Install</string>
2016-08-28 22:35:07 +00:00
2016-12-24 19:05:22 +00:00
<!--Status Fragment-->
2016-08-25 10:08:07 +00:00
<string name="magisk_version">Installed Magisk v%1$s</string>
2017-02-04 20:40:52 +00:00
<string name="magisk_version_disable">Magisk v%1$s disabled</string>
2016-12-24 19:05:22 +00:00
<string name="magisk_version_error">Magisk not installed</string>
2016-08-25 10:08:07 +00:00
2016-12-24 19:05:22 +00:00
<string name="checking_for_updates">Checking for updates…</string>
2016-12-25 14:36:51 +00:00
<string name="magisk_update_available">Magisk v%1$.1f available!</string>
2016-12-24 19:05:22 +00:00
<string name="cannot_check_updates">Cannot check for updates, no Internet?</string>
2016-08-28 22:35:07 +00:00
<string name="up_to_date">Latest version of %1$s installed</string>
2016-12-24 19:05:22 +00:00
<string name="root_error">Rooted but no root permission, not allowed?</string>
<string name="not_rooted">Not rooted</string>
<string name="proper_root">Properly rooted</string>
2017-01-06 17:19:18 +00:00
<string name="safetyNet_check_text">Tap to start SafetyNet check</string>
2016-12-24 19:05:22 +00:00
<string name="checking_safetyNet_status">Checking SafetyNet status…</string>
2017-01-03 10:01:57 +00:00
<string name="safetyNet_connection_failed">Cannot connect to Google API</string>
<string name="safetyNet_connection_suspended">Connection to Google API was suspended</string>
2016-12-24 19:05:22 +00:00
<string name="safetyNet_error">Cannot check SafetyNet, no Internet?</string>
<string name="safetyNet_fail">SafetyNet Failed: CTS profile mismatch</string>
<string name="safetyNet_pass">SafetyNet Passed</string>
<string name="root_info_warning">Functionality greatly limited</string>
2016-08-28 22:35:07 +00:00
2016-12-26 20:38:16 +00:00
<!--Install Fragment-->
2017-02-17 01:03:40 +00:00
<string name="auto_detect">(Auto) %1$s</string>
2016-12-26 20:38:16 +00:00
<string name="boot_image_title">Boot Image Location</string>
<string name="detect_button">Detect</string>
<string name="advanced_settings_title">Advanced Settings</string>
<string name="keep_force_encryption">Keep force encryption</string>
<string name="keep_dm_verity">Keep dm-verity</string>
2017-01-06 18:46:50 +00:00
<string name="current_magisk_title">Installed Magisk Version: v%1$s</string>
<string name="install_magisk_title">Latest Magisk Version: v%1$.1f</string>
2017-02-05 19:19:41 +00:00
<string name="uninstall">Uninstall</string>
<string name="reboot_countdown">Rebooting in %1$d</string>
2016-08-25 10:08:07 +00:00
2016-08-28 22:35:07 +00:00
<!--Module Fragment-->
<string name="no_info_provided">(No info provided)</string>
2016-08-28 22:35:07 +00:00
<string name="no_modules_found">No modules found</string>
2016-09-28 19:37:57 +00:00
<string name="update_file_created">Module will be updated at next reboot</string>
<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>
<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-27 07:51:38 +00:00
<string name="author">Created by %1$s</string>
2016-11-09 16:22:01 +00:00
<string name="fab_flash_zip">Flash Module Zip</string>
2016-08-28 22:35:07 +00:00
2016-09-28 17:42:25 +00:00
<!--Repo Fragment-->
<string name="update_available">Update Available</string>
<string name="installed">Installed</string>
<string name="not_installed">Not Installed</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="menuReload">Reload</string>
<string name="menuClearLog">Clear log now</string>
<string name="logs_cleared">Log successfully cleared</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>
2016-09-28 17:42:25 +00:00
<string name="app_developers_"><![CDATA[App created by <a href="https://github.com/topjohnwu">topjohnwu</a> in collaboration with <a href="https://github.com/d8ahazard">Digitalhigh</a> and <a href="https://github.com/dvdandroid">Dvdandroid</a>.]]></string>
2016-08-23 15:02:32 +00:00
<string name="app_changelog">App\'s changelog</string>
2016-12-24 19:05:22 +00:00
<string name="translators" />
2016-08-23 15:02:32 +00:00
<string name="app_version">App\'s version</string>
<string name="app_source_code">Source code</string>
2016-09-29 15:24:31 +00:00
<string name="donation">Donation</string>
2016-08-23 15:02:32 +00:00
<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_thanks">No thanks</string>
2017-01-25 19:30:12 +00:00
<string name="yes">Yes</string>
2017-02-14 21:24:02 +00:00
<string name="ok">OK</string>
2017-02-15 21:45:31 +00:00
<string name="close">Close</string>
2016-09-29 15:24:31 +00:00
<string name="repo_install_title">Install %1$s</string>
<string name="repo_install_msg">Do you want to install %1$s ?</string>
2017-02-17 01:03:40 +00:00
<string name="download_install">Download &amp; Install</string>
2017-02-16 09:50:36 +00:00
<string name="download">Download</string>
2016-12-27 20:48:40 +00:00
<string name="goto_install">Go to \"Install\" section</string>
2016-08-28 22:35:07 +00:00
<string name="download_file_error">Error downloading file</string>
2016-09-27 07:51:38 +00:00
<string name="install_error">Installation error!</string>
2016-09-28 06:50:26 +00:00
<string name="invalid_zip">The zip is not a Magisk Module!!</string>
2016-08-28 22:35:07 +00:00
<string name="reboot_title">Installation succeeded!</string>
<string name="reboot_msg">Do you want to reboot now?</string>
<string name="reboot">Reboot</string>
2016-12-26 20:38:16 +00:00
<string name="copying_msg">Copying zip to temp directory</string>
2016-08-28 22:35:07 +00:00
<string name="zip_install_progress_title">Installing</string>
2017-02-16 09:50:36 +00:00
<string name="zip_unzip_msg">Unzipping zip file …</string>
<string name="zip_process_msg">Processing zip file …</string>
2017-02-17 01:03:40 +00:00
<string name="zip_install_progress_msg">Installing %1$s …</string>
2016-08-28 22:35:07 +00:00
<string name="no_magisk_title">No Magisk Installed!</string>
<string name="no_magisk_msg">Do you want to download and install Magisk?</string>
2016-12-27 06:30:26 +00:00
<string name="downloading_toast">Downloading %1$s</string>
2017-01-06 18:46:50 +00:00
<string name="magisk_update_title">New Magisk Update Available!</string>
2017-01-11 11:10:30 +00:00
<string name="settings_reboot_toast">Reboot to apply settings</string>
2017-02-15 21:45:31 +00:00
<string name="release_notes">Release notes</string>
2017-01-11 11:10:30 +00:00
<string name="repo_cache_cleared">Repo cache cleared</string>
<string name="safetyNet_hide_notice">This app uses SafetyNet\nAlready handled by MagiskHide by default</string>
2017-02-01 15:54:32 +00:00
<string name="start_magiskhide">Starting MagiskHide …</string>
<string name="no_magisksu_title">Not using MagiskSU!</string>
<string name="no_magisksu_msg">You are not rooted with MagiskSU, using MagiskHide itself might not be enough!\nIt\'s not officially supported, and you would need additional tools (e.g suhide) to pass Safety Net.</string>
<string name="understand">I understand</string>
2017-02-14 21:24:02 +00:00
<string name="process_error">Process error</string>
<string name="internal_storage">The zip is stored in:\n[Internal Storage]%1$s</string>
2017-02-16 09:50:36 +00:00
<string name="zip_process_title">Processing</string>
2016-09-19 02:08:46 +00:00
2016-11-08 21:17:50 +00:00
<!--Settings Activity -->
2016-09-29 15:24:31 +00:00
<string name="settings_general_category">General</string>
2017-01-25 20:17:51 +00:00
<string name="settings_dark_theme_title">Dark Theme</string>
2017-01-27 22:13:07 +00:00
<string name="settings_dark_theme_summary">Enable dark theme</string>
2017-01-11 11:10:30 +00:00
<string name="settings_clear_cache_title">Clear Repo Cache</string>
<string name="settings_clear_cache_summary">Clear the cached information for online repos, forces the app to refresh online</string>
2016-11-08 21:17:50 +00:00
2017-02-04 20:40:52 +00:00
<string name="settings_disable_title">Disable Magisk</string>
<string name="settings_disable_summary">Everything will be disabled except root (MagiskSU)</string>
2017-02-01 15:54:32 +00:00
<string name="settings_magiskhide_summary">Hide Magisk from various detections</string>
2016-09-29 15:24:31 +00:00
<string name="settings_busybox_title">Enable BusyBox</string>
2017-02-04 20:46:59 +00:00
<string name="settings_busybox_summary">Bind mount Magisk\'s built-in busybox to xbin</string>
2017-01-28 14:02:33 +00:00
<string name="settings_hosts_title">Systemless hosts</string>
<string name="settings_hosts_summary">Systemless hosts support for Adblock apps</string>
2016-09-29 15:24:31 +00:00
2017-01-27 22:13:07 +00:00
<string name="settings_su_app_adb">Apps and ADB</string>
<string name="settings_su_app">Apps only</string>
<string name="settings_su_adb">ADB only</string>
<string name="settings_su_disable">Disabled</string>
<string name="settings_su_request_10">10 seconds</string>
<string name="settings_su_request_20">20 seconds</string>
<string name="settings_su_request_30">30 seconds</string>
<string name="settings_su_request_60">60 seconds</string>
2017-01-28 14:02:33 +00:00
<string name="superuser_access">Superuser Access</string>
<string name="auto_response">Automatic Response</string>
<string name="request_timeout">Request Timeout</string>
<string name="superuser_notification">Superuser Notification</string>
<string name="request_timeout_summary">%1$s seconds</string>
2017-01-27 22:13:07 +00:00
<string name="settings_development_category">App Development</string>
2016-09-29 15:24:31 +00:00
<string name="settings_developer_logging_title">Enable advanced debug logging</string>
2017-01-11 11:10:30 +00:00
<string name="settings_developer_logging_summary">Check this to enable verbose logging</string>
2016-09-30 03:35:46 +00:00
<string name="settings_shell_logging_title">Enable shell command debug logging</string>
2017-01-11 11:10:30 +00:00
<string name="settings_shell_logging_summary">Check this to enable logging all shell commands and its output</string>
<!--Superuser-->
<string name="su_request_title">Superuser Request</string>
2017-01-27 22:13:07 +00:00
<string name="deny_with_str">Deny%1$s</string>
<string name="deny">Deny</string>
<string name="prompt">Prompt</string>
<string name="grant">Grant</string>
<string name="su_warning">Grants full access to your device.\nDeny if you\'re not sure!</string>
<string name="forever">Forever</string>
<string name="once">Once</string>
<string name="tenmin">10 min</string>
<string name="twentymin">20 min</string>
<string name="thirtymin">30 min</string>
<string name="sixtymin">60 min</string>
2017-01-25 19:30:12 +00:00
<string name="su_allow_toast">%1$s is granted Superuser rights</string>
<string name="su_deny_toast">%1$s is denied Superuser rights</string>
2017-01-25 17:13:23 +00:00
<string name="no_apps_found">No apps found</string>
2017-01-25 19:30:12 +00:00
<string name="su_snack_grant">Superuser rights of %1$s is granted</string>
<string name="su_snack_deny">Superuser rights of %1$s is denied</string>
<string name="su_snack_notif_on">Notifications of %1$s is enabled</string>
<string name="su_snack_notif_off">Notifications of %1$s is disabled</string>
<string name="su_snack_log_on">Logging of %1$s is enabled</string>
<string name="su_snack_log_off">Logging of %1$s is disabled</string>
<string name="su_snack_revoke">%1$s rights are revoked</string>
<string name="su_revoke_title">Revoke?</string>
<string name="su_revoke_msg">Confirm to revoke %1$s rights?</string>
2017-01-27 22:13:07 +00:00
<string name="toast">Toast</string>
<string name="none">None</string>
2017-01-11 11:10:30 +00:00
2017-01-27 17:10:50 +00:00
<!--Superuser logs-->
<string name="pid">PID:\u0020</string>
<string name="target_uid">Target UID:\u0020</string>
<string name="command">Command:\u0020</string>
2017-01-26 19:38:53 +00:00
2016-08-05 16:58:05 +00:00
</resources>