mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
131 lines
7.9 KiB
XML
131 lines
7.9 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">
|
|
<!ENTITY TERMUX_PROPERTIES_PRIMARY_PATH_SHORT "~/.termux/termux.properties">
|
|
]>
|
|
|
|
<resources>
|
|
<string name="application_name">&TERMUX_APP_NAME;</string>
|
|
<string name="shared_user_label">&TERMUX_APP_NAME; user</string>
|
|
<string name="run_command_permission_label">Run commands in &TERMUX_APP_NAME; environment</string>
|
|
<string name="run_command_permission_description">execute arbitrary commands within &TERMUX_APP_NAME;
|
|
environment</string>
|
|
<string name="new_session">New session</string>
|
|
<string name="new_session_failsafe">Failsafe</string>
|
|
<string name="toggle_soft_keyboard">Keyboard</string>
|
|
<string name="reset_terminal">Reset</string>
|
|
<string name="style_terminal">Style</string>
|
|
<string name="share_transcript_title">Terminal transcript</string>
|
|
<string name="help">Help</string>
|
|
<string name="toggle_keep_screen_on">Keep screen on</string>
|
|
<string name="autofill_password">Autofill password</string>
|
|
|
|
<string name="bootstrap_installer_body">Installing bootstrap packages…</string>
|
|
<string name="bootstrap_error_title">Unable to install bootstrap</string>
|
|
<string name="bootstrap_error_body">&TERMUX_APP_NAME; was unable to install the bootstrap packages.</string>
|
|
<string name="bootstrap_error_abort">Abort</string>
|
|
<string name="bootstrap_error_try_again">Try again</string>
|
|
<string name="bootstrap_error_not_primary_user_message">&TERMUX_APP_NAME; can only be run as the primary user.\nBootstrap binaries compiled for &TERMUX_APP_NAME; have hardcoded $PREFIX path and cannot be installed under any path other than \"%1$s\".</string>
|
|
|
|
<string name="max_terminals_reached_title">Max terminals reached</string>
|
|
<string name="max_terminals_reached_message">Close down existing ones before creating new.</string>
|
|
|
|
<string name="reset_toast_notification">Terminal reset.</string>
|
|
|
|
<string name="select_url">Select URL</string>
|
|
<string name="select_url_dialog_title">Click URL to copy or long press to open</string>
|
|
<string name="select_all_and_share">Share transcript</string>
|
|
<string name="select_url_no_found">No URL found in the terminal.</string>
|
|
<string name="select_url_copied_to_clipboard">URL copied to clipboard</string>
|
|
<string name="share_transcript_chooser_title">Send text to:</string>
|
|
|
|
<string name="kill_process">Kill process (%d)</string>
|
|
<string name="confirm_kill_process">Really kill this session?</string>
|
|
|
|
<string name="session_rename_title">Set session name</string>
|
|
<string name="session_rename_positive_button">Set</string>
|
|
<string name="session_new_named_title">New named session</string>
|
|
<string name="session_new_named_positive_button">Create</string>
|
|
|
|
<string name="styling_not_installed">The &TERMUX_STYLING_APP_NAME; Plugin App is not installed.</string>
|
|
<string name="styling_install">Install</string>
|
|
|
|
<string name="notification_action_exit">Exit</string>
|
|
<string name="notification_action_wake_lock">Acquire wakelock</string>
|
|
<string name="notification_action_wake_unlock">Release wakelock</string>
|
|
|
|
<string name="file_received_title">Save file in ~/downloads/</string>
|
|
<string name="file_received_edit_button">Edit</string>
|
|
<string name="file_received_open_folder_button">Open folder</string>
|
|
|
|
<string name="executable_absolute_path">Executable Absolute Path: \"%1$s\"</string>
|
|
<string name="working_directory_absolute_path">Working Directory Absolute Path: \"%1$s\"</string>
|
|
|
|
<string name="executable_required">Executable required.</string>
|
|
<string name="null_or_empty_path">The path is null or empty.</string>
|
|
<string name="null_or_empty_file">The file is null or empty.</string>
|
|
<string name="null_or_empty_executable">The executable is null or empty.</string>
|
|
<string name="null_or_empty_directory">The directory is null or empty.</string>
|
|
<string name="invalid_file_permissions_string_to_check">The file permission string to check is invalid.</string>
|
|
<string name="no_regular_file_found">Regular file not found at path.</string>
|
|
<string name="no_directory_found">Directory not found at path.</string>
|
|
<string name="file_not_readable">%1$s at path is not readable. Permission Denied.</string>
|
|
<string name="file_not_writable">%1$s at path is not writable. Permission Denied.</string>
|
|
<string name="file_not_executable">%1$s at path is not executable. Permission Denied.</string>
|
|
<string name="non_regular_file_found">Non-regular file found at path.</string>
|
|
<string name="non_directory_file_found">Non-directory file found at path.</string>
|
|
<string name="creating_missing_directory_failed">Failed to create missing directory at path: \"%1$s\"</string>
|
|
<string name="validate_file_existence_and_permissions_failed_with_exception">Validating file existence and permissions fafiled: \"%1$s\"\nException: %2$s</string>
|
|
<string name="validate_directory_existence_and_permissions_failed_with_exception">Validating directory existence and permissions fafiled: \"%1$s\"\nException: %2$s</string>
|
|
|
|
<string name="run_command_service_invalid_action">Invalid intent action to RunCommandService: `%1$s`</string>
|
|
<string name="run_command_service_invalid_command_path">Invalid coommand path to RunCommandService: `%1$s`</string>
|
|
<string name="run_command_service_allow_external_apps_ungranted_warning">RunCommandService require `allow-external-apps` property to be set to `true` in `&TERMUX_PROPERTIES_PRIMARY_PATH_SHORT;` file.</string>
|
|
<string name="run_command_service_api_help">Visit https://github.com/termux/termux-app/blob/master/app/src/main/java/com/termux/app/RunCommandService.java for more info on RUN_COMMAND Intent usage.</string>
|
|
|
|
<string name="share">Share</string>
|
|
<string name="share_with">Share With</string>
|
|
<string name="copy">Copy</string>
|
|
<string name="report_text">Report Text</string>
|
|
|
|
|
|
|
|
<!-- Termux Settings -->
|
|
<string name="settings">Settings</string>
|
|
<string name="title_activity_termux_settings">&TERMUX_APP_NAME; Settings</string>
|
|
|
|
<!-- Debugging Preferences -->
|
|
<string name="debugging_preferences">Debugging</string>
|
|
|
|
<!-- Logging Category -->
|
|
<string name="logging_header">Logging</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>
|
|
|
|
<!-- Terminal View Key Logging -->
|
|
<string name="terminal_view_key_logging_title">Terminal View Key Logging</string>
|
|
<string name="terminal_view_key_logging_off">Logs will not have entries for terminal view keys. (Default)</string>
|
|
<string name="terminal_view_key_logging_on">Logcat logs will have entries for terminal view keys. These are very verbose and should be disabled under normal circumstances or will cause performance issues.</string>
|
|
|
|
<!-- Plugin Error Notifications -->
|
|
<string name="plugin_error_notifications_title">Plugin Error Notifications</string>
|
|
<string name="plugin_error_notifications_off">Disable flashes and notifications for plugin errors.</string>
|
|
<string name="plugin_error_notifications_on">Show flashes and notifications for plugin errors. (Default)</string>
|
|
|
|
</resources>
|