Path: blob/master/app/src/main/res/values/strings.xml
1637 views
<?xml version="1.0" encoding="utf-8"?>12<!DOCTYPE resources [3<!ENTITY TERMUX_PACKAGE_NAME "com.termux">4<!ENTITY TERMUX_APP_NAME "Termux">5<!ENTITY TERMUX_API_APP_NAME "Termux:API">6<!ENTITY TERMUX_BOOT_APP_NAME "Termux:Boot">7<!ENTITY TERMUX_FLOAT_APP_NAME "Termux:Float">8<!ENTITY TERMUX_STYLING_APP_NAME "Termux:Styling">9<!ENTITY TERMUX_TASKER_APP_NAME "Termux:Tasker">10<!ENTITY TERMUX_WIDGET_APP_NAME "Termux:Widget">11]>1213<resources>1415<string name="application_name">&TERMUX_APP_NAME;</string>16<string name="shared_user_label">&TERMUX_APP_NAME; user</string>17181920<!-- Termux RUN_COMMAND permission -->21<string name="permission_run_command_label">Run commands in &TERMUX_APP_NAME; environment</string>22<string name="permission_run_command_description">execute arbitrary commands within &TERMUX_APP_NAME;23environment and access files</string>24252627<!-- Termux Bootstrap Packages Installation -->28<string name="bootstrap_installer_body">Installing bootstrap packages…</string>29<string name="bootstrap_error_title">Unable to install bootstrap</string>30<string name="bootstrap_error_body">&TERMUX_APP_NAME; was unable to install the bootstrap packages.</string>31<string name="bootstrap_error_abort">Abort</string>32<string name="bootstrap_error_try_again">Try again</string>33<string name="bootstrap_error_not_primary_user_message">&TERMUX_APP_NAME; can only be run as the primary user.34\nBootstrap binaries compiled for &TERMUX_APP_NAME; have hardcoded $PREFIX path and cannot be installed35under any path other than:\n%1$s.</string>36<string name="bootstrap_error_installed_on_portable_sd">&TERMUX_APP_NAME; cannot be installed on37portable/external/removable sd card on your device.38\nBootstrap binaries compiled for &TERMUX_APP_NAME; have hardcoded $PREFIX path and cannot be installed39under any path other than:\n%1$s.</string>40414243<!-- Terminal Sidebar and Shortcuts -->44<string name="action_new_session">New session</string>45<string name="action_new_session_failsafe">Failsafe</string>46<string name="title_max_terminals_reached">Max terminals reached</string>47<string name="msg_max_terminals_reached">Close down existing ones before creating new.</string>4849<string name="title_rename_session">Set session name</string>50<string name="action_rename_session_confirm">Set</string>51<string name="title_create_named_session">New named session</string>52<string name="action_create_named_session_confirm">Create</string>5354<string name="action_toggle_soft_keyboard">Keyboard</string>5556<string name="msg_enabling_terminal_toolbar">Enabling Terminal Toolbar</string>57<string name="msg_disabling_terminal_toolbar">Disabling Terminal Toolbar</string>58596061<!-- Terminal Popup -->62<string name="action_select_url">Select URL</string>63<string name="title_select_url_dialog">Click URL to copy or long press to open</string>64<string name="title_select_url_none_found">No URL found in the terminal.</string>65<string name="msg_select_url_copied_to_clipboard">URL copied to clipboard</string>6667<string name="action_share_transcript">Share transcript</string>68<string name="title_share_transcript">Terminal transcript</string>69<string name="title_share_transcript_with">Send transcript to:</string>7071<string name="action_share_selected_text">Share selected text</string>72<string name="title_share_selected_text">Terminal Text</string>73<string name="title_share_selected_text_with">Send selected text to:</string>7475<string name="action_autofill_username">Autofill username</string>76<string name="action_autofill_password">Autofill password</string>7778<string name="action_reset_terminal">Reset</string>79<string name="msg_terminal_reset">Terminal reset</string>8081<string name="action_kill_process">Kill process (%d)</string>82<string name="title_confirm_kill_process">Really kill this session?</string>8384<string name="action_style_terminal">Style</string>85<string name="action_toggle_keep_screen_on">Keep screen on</string>86<string name="action_open_help">Help</string>87<string name="action_open_settings">Settings</string>8889<string name="action_report_issue">Report Issue</string>90<string name="msg_generating_report">Generating Report</string>91<string name="msg_add_termux_debug_info">Add termux debug info to report?</string>9293<string name="error_styling_not_installed">The &TERMUX_STYLING_APP_NAME; Plugin App is not installed.</string>94<string name="action_styling_install">Install</string>95969798<!-- Termux Notifications -->99<string name="notification_action_exit">Exit</string>100<string name="notification_action_wake_lock">Acquire wakelock</string>101<string name="notification_action_wake_unlock">Release wakelock</string>102103104105<!-- TermuxService -->106<string name="error_display_over_other_apps_permission_not_granted_to_start_terminal">&TERMUX_APP_NAME; requires107\"Display over other apps\" permission to start terminal sessions from background on Android >= 10.108Grants it from Settings -> Apps -> &TERMUX_APP_NAME; -> Advanced</string>109<string name="error_termux_service_invalid_execution_command_runner">Invalid execution command runner to TermuxService: `%1$s`</string>110<string name="error_termux_service_unsupported_execution_command_runner">Unsupported execution command runner to TermuxService: `%1$s`</string>111<string name="error_termux_service_unsupported_execution_command_shell_create_mode">Unsupported execution command shell create mode to TermuxService: `%1$s`</string>112<string name="error_termux_service_execution_command_shell_name_unset">Shell name not set but `%1$s` shell create mode passed</string>113114115116<!-- Termux RunCommandService -->117<string name="error_run_command_service_invalid_intent_action">Invalid intent action to RunCommandService: `%1$s`</string>118<string name="error_run_command_service_invalid_execution_command_runner">Invalid execution command runner to RunCommandService: `%1$s`</string>119<string name="error_run_command_service_mandatory_extra_missing">Mandatory extra missing to RunCommandService: \"%1$s\"</string>120<string name="error_run_command_service_api_help">Visit %1$s for more info on RUN_COMMAND Intent usage.</string>121122123124<!-- Termux File Receiver -->125<string name="title_file_received">Save file in ~/downloads/</string>126<string name="action_file_received_edit">Edit</string>127<string name="action_file_received_open_directory">Open directory</string>128129130131<!-- Miscellaneous -->132<string name="error_termux_service_start_failed_general">Failed to start TermuxService. Check logcat for exception message.</string>133<string name="error_termux_service_start_failed_bg">Failed to start TermuxService while app is in background due to android bg restrictions.</string>134135136137<!-- Termux Settings -->138<string name="title_activity_termux_settings">&TERMUX_APP_NAME; Settings</string>139140<!-- Termux App Preferences -->141<string name="termux_preferences_title">&TERMUX_APP_NAME;</string>142<string name="termux_preferences_summary">Preferences for &TERMUX_APP_NAME; app</string>143144<!-- Debugging Preferences -->145<string name="termux_debugging_preferences_title">Debugging</string>146<string name="termux_debugging_preferences_summary">Preferences for debugging</string>147148<!-- Logging Category -->149<string name="termux_logging_header">Logging</string>150151<!-- Log Level -->152<string name="termux_log_level_title">Log Level</string>153154<!-- Terminal View Key Logging -->155<string name="termux_terminal_view_key_logging_enabled_title">Terminal View Key Logging</string>156<string name="termux_terminal_view_key_logging_enabled_off">Logs will not have entries for terminal view keys. (Default)</string>157<string name="termux_terminal_view_key_logging_enabled_on">Logcat logs will have entries for terminal view keys.158These are very verbose and should be disabled under normal circumstances or will cause performance issues.</string>159160<!-- Plugin Error Notifications -->161<string name="termux_plugin_error_notifications_enabled_title">Plugin Error Notifications</string>162<string name="termux_plugin_error_notifications_enabled_off">Disable flashes and notifications for plugin errors.</string>163<string name="termux_plugin_error_notifications_enabled_on">Show flashes and notifications for plugin errors. (Default)</string>164165<!-- Crash Report Notifications -->166<string name="termux_crash_report_notifications_enabled_title">Crash Report Notifications</string>167<string name="termux_crash_report_notifications_enabled_off">Disable notifications for crash reports.</string>168<string name="termux_crash_report_notifications_enabled_on">Show notifications for crash reports. (Default)</string>169170171<!-- Terminal IO Preferences -->172<string name="termux_terminal_io_preferences_title">Terminal I/O</string>173<string name="termux_terminal_io_preferences_summary">Preferences for terminal I/O</string>174175<!-- Keyboard Category -->176<string name="termux_keyboard_header">Keyboard</string>177178<!-- Soft Keyboard -->179<string name="termux_soft_keyboard_enabled_title">Soft Keyboard Enabled</string>180<string name="termux_soft_keyboard_enabled_off">Soft keyboard will be disabled.</string>181<string name="termux_soft_keyboard_enabled_on">Soft keyboard will be enabled. (Default)</string>182183<!-- Soft Keyboard Only If No Hardware-->184<string name="termux_soft_keyboard_enabled_only_if_no_hardware_title">Soft Keyboard Only If No Hardware</string>185<string name="termux_soft_keyboard_enabled_only_if_no_hardware_off">Soft keyboard will be enabled even if186hardware keyboard is connected. (Default)</string>187<string name="termux_soft_keyboard_enabled_only_if_no_hardware_on">Soft keyboard will be enabled only if188no hardware keyboard is connected.</string>189190191<!-- Terminal View Preferences -->192<string name="termux_terminal_view_preferences_title">Terminal View</string>193<string name="termux_terminal_view_preferences_summary">Preferences for terminal view</string>194195<!-- View Category -->196<string name="termux_terminal_view_view_header">View</string>197198<!-- Terminal View Margin Adjustment -->199<string name="termux_terminal_view_terminal_margin_adjustment_title">Terminal Margin Adjustment</string>200<string name="termux_terminal_view_terminal_margin_adjustment_off">Terminal margin adjustment will be disabled.</string>201<string name="termux_terminal_view_terminal_margin_adjustment_on">Terminal margin adjustment will be enabled.202It should be enabled to try to fix the issue where soft keyboard covers part of extra keys/terminal view.203If it causes screen flickering on your devices, then disable it. (Default)</string>204205206207<!-- Termux:API App Preferences -->208<string name="termux_api_preferences_title">&TERMUX_API_APP_NAME;</string>209<string name="termux_api_preferences_summary">Preferences for &TERMUX_API_APP_NAME; app</string>210211212213<!-- Termux:Float App Preferences -->214<string name="termux_float_preferences_title">&TERMUX_FLOAT_APP_NAME;</string>215<string name="termux_float_preferences_summary">Preferences for &TERMUX_FLOAT_APP_NAME; app</string>216217218219<!-- Termux:Tasker App Preferences -->220<string name="termux_tasker_preferences_title">&TERMUX_TASKER_APP_NAME;</string>221<string name="termux_tasker_preferences_summary">Preferences for &TERMUX_TASKER_APP_NAME; app</string>222223224225<!-- Termux:Widget App Preferences -->226<string name="termux_widget_preferences_title">&TERMUX_WIDGET_APP_NAME;</string>227<string name="termux_widget_preferences_summary">Preferences for &TERMUX_WIDGET_APP_NAME; app</string>228229230231<!-- About Preference -->232<string name="about_preference_title">About</string>233234<!-- Donate Preference -->235<string name="donate_preference_title">Donate</string>236237</resources>238239240