mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-08 11:34:07 +08:00
68 lines
3.3 KiB
XML
68 lines
3.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!DOCTYPE resources [
|
|
<!ENTITY TERMUX_PACKAGE_NAME "com.termux">
|
|
<!ENTITY TERMUX_APP_NAME "Termux">
|
|
<!ENTITY TERMUX_API_APP_NAME "Termux:API">
|
|
<!ENTITY TERMUX_BOOT_APP_NAME "Termux:Boot">
|
|
<!ENTITY TERMUX_FLOAT_APP_NAME "Termux:Float">
|
|
<!ENTITY TERMUX_STYLING_APP_NAME "Termux:Styling">
|
|
<!ENTITY TERMUX_TASKER_APP_NAME "Termux:Tasker">
|
|
<!ENTITY TERMUX_WIDGET_APP_NAME "Termux:Widget">
|
|
]>
|
|
|
|
<resources>
|
|
|
|
<string name="msg_directory_absolute_path">%1$s Directory Absolute Path: \"%2$s\"</string>
|
|
|
|
|
|
|
|
<!-- PackageUtils -->
|
|
<string name="error_get_package_context_failed_title">Failed To Get Package Context</string>
|
|
<string name="error_get_package_context_failed_message">Failed to get package context for the \"%1$s\" package. This may be because the app package is not installed or it has different APK signature from the current app. Check install instruction at %2$s for more details.</string>
|
|
|
|
|
|
|
|
<!-- PermissionUtils -->
|
|
<string name="message_sudo_please_grant_permissions">Please grant permissions on next screen</string>
|
|
|
|
|
|
|
|
<!-- ReportActivity -->
|
|
<string name="action_copy">Copy</string>
|
|
<string name="action_share">Share</string>
|
|
<string name="title_report_text">Report Text</string>
|
|
|
|
|
|
|
|
<!-- ShareUtils -->
|
|
<string name="title_share_with">Share With</string>
|
|
|
|
|
|
|
|
<!-- ShellUtils -->
|
|
<string name="error_sending_sigkill_to_process">Sending SIGKILL to process on user request or because android is killing the execution service</string>
|
|
<string name="error_execution_cancelled">Execution has been cancelled since execution service is being killed</string>
|
|
<string name="error_failed_to_execute_termux_session_command">"Failed to execute \"%1$s\" termux session command"</string>
|
|
<string name="error_failed_to_execute_termux_task_command">"Failed to execute \"%1$s\" termux task command"</string>
|
|
<string name="error_exception_received_while_executing_termux_session_command">Exception received while to executing \"%1$s\" termux session command.\nException: %2$s</string>
|
|
<string name="error_exception_received_while_executing_termux_task_command">Exception received while to executing \"%1$s\" termux task command.\nException: %2$s"</string>
|
|
|
|
|
|
|
|
<!-- TermuxUtils -->
|
|
<string name="msg_report_issue">If you want to report this issue, then copy its text from the options menu (3-dots on top right) and post an issue on one of the following links.\n\nIf you are posting a Termux app crash report, then please provide details on what you were doing that caused the crash and how to reproduce it, if possible.\n\nIf you are posting an issue on Github, then post it in the repository at which the report belongs at. You may optionally remove any device specific info that you consider private or don\'t want to share or that is not relevant to the issue.</string>
|
|
|
|
|
|
|
|
<!-- Log Level -->
|
|
<string name="log_level_title">Log Level</string>
|
|
<string name="log_level_off">"Off"</string>
|
|
<string name="log_level_normal">"Normal"</string>
|
|
<string name="log_level_debug">"Debug"</string>
|
|
<string name="log_level_verbose">"Verbose"</string>
|
|
<string name="log_level_unknown">"*Unknown*"</string>
|
|
<string name="log_level_value">Logcat log level set to \"%1$s\"</string>
|
|
|
|
</resources>
|