1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 /* 4 ** Copyright 2016, The Android Open Source Project 5 ** 6 ** Licensed under the Apache License, Version 2.0 (the "License"); 7 ** you may not use this file except in compliance with the License. 8 ** You may obtain a copy of the License at 9 ** 10 ** http://www.apache.org/licenses/LICENSE-2.0 11 ** 12 ** Unless required by applicable law or agreed to in writing, software 13 ** distributed under the License is distributed on an "AS IS" BASIS, 14 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 ** See the License for the specific language governing permissions and 16 ** limitations under the License. 17 */ 18 --> 19 20 <resources> 21 <string name="help_force_browser">Force API Browser</string> 22 <string 23 name="stop_all">Stop All</string> 24 <string 25 name="application_title">SL4A</string> 26 <string 27 name="application_nice_title">Scripting Layer for Android</string> 28 <string 29 name="text_preferences">Text</string> 30 <string 31 name="title_fontsize_preference">Font size</string> 32 <string 33 name="summary_fontsize_preference">Choose character height in pixels.</string> 34 <string 35 name="dialog_title_fontsize_preference">Font size</string> 36 <string 37 name="title_color_preference">Colors</string> 38 <string 39 name="summary_color_preference">Choose text color.</string> 40 <string 41 name="dialog_title_color_preference">Text color</string> 42 <string 43 name="keyboard_preferences">Keyboard</string> 44 <string 45 name="title_controlkey_preference">Control key</string> 46 <string 47 name="summary_controlkey_preference">Choose control key.</string> 48 <string 49 name="dialog_title_controlkey_preference">Control key</string> 50 <string 51 name="shell_preferences">Shell</string> 52 <string 53 name="title_shell_preference">Command line</string> 54 <string 55 name="summary_shell_preference">Specify the shell command line.</string> 56 <string 57 name="dialog_title_shell_preference">Shell</string> 58 <string 59 name="title_initialcommand_preference">Initial command</string> 60 <string 61 name="summary_initialcommand_preference">Sent to the shell when it starts.</string> 62 <string 63 name="dialog_title_initialcommand_preference">Initial Command</string> 64 <string 65 name="default_value_fontsize_preference">10</string> 66 <string 67 name="default_value_color_preference">1</string> 68 <string 69 name="default_value_controlkey_preference">0</string> 70 <string 71 name="no_scripts_message">Start adding scripts and interpreters by pressing the menu 72 button.</string> 73 <string 74 name="no_apis_message">No matching APIs found.</string> 75 <string 76 name="notification_action_message">Tap to open Script Monitor.</string> 77 <string 78 name="notification_channel_name">Scripting Layer Service</string> 79 <string 80 name="notification_channel_description">Notifications that come from the Scripting Layer 81 Service.</string> 82 <string 83 name="no_running_scripts_message">There are no currently running scripts.</string> 84 <string 85 name="script_number_message">Number of running scripts:\t</string> 86 <string 87 name="no_triggers_message">No triggers.</string> 88 <string 89 name="no_bluetooth_devices_message">No Bluetooth devices found.</string> 90 <string 91 name="search_description_scripts">Search scripts</string> 92 <string 93 name="search_description_apis">Search APIs</string> 94 95 <string name="prompt_process_exited">Process has exited.\nClose terminal?</string> 96 <string name="prompt_confirm_exit">Confirm exit.\nKill process?</string> 97 98 <string name="terminal_copy_done">Copied %1$d bytes to clipboard</string> 99 <string name="terminal_copy_start">Touch and drag\nor use directional pad\nto select area to copy</string> 100 101 102 <string name="terminal_menu_close">Close</string> 103 <string name="terminal_menu_copy">Copy</string> 104 <string name="terminal_menu_paste">Paste</string> 105 <string name="terminal_menu_resize">Force Size</string> 106 107 <string name="button_resize">Resize</string> 108 109 <!-- Name for the scrollback size preference --> 110 <string name="pref_scrollback_title">Scrollback size</string> 111 <!-- Description of the scrollback size preference --> 112 <string name="pref_scrollback_summary">Size of scrollback buffer to keep in memory for each console</string> 113 <!-- Name for the rotation mode preference --> 114 <string name="pref_rotation_title">Rotation mode</string> 115 <!-- Summary for the rotation mode preference --> 116 <string name="pref_rotation_summary">How to change rotation when keyboard popped in/out</string> 117 <!-- Name for the full screen preference --> 118 <string name="pref_fullscreen_title">Full screen</string> 119 <!-- Summary for the full screen preference --> 120 <string name="pref_fullscreen_summary">Hide status bar while in console</string> 121 <!-- Name for the keyboard shortcuts preference --> 122 <string name="pref_keymode_title">Directory shortcuts</string> 123 <!-- Summary for the keyboard shortcuts preference --> 124 <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string> 125 <!-- Name for the camera shortcut usage preference --> 126 <string name="pref_camera_title">Camera shortcut</string> 127 <!-- Summary for the camera shortcut usage preference --> 128 <string name="pref_camera_summary">Select which shortcut to trigger when the camera button is pushed</string> 129 <!-- Name for the keep screen on preference --> 130 <string name="pref_keepalive_title">Keep screen awake</string> 131 <!-- Summary for the camera shortcut usage preference --> 132 <string name="pref_keepalive_summary">Prevent the screen from turning off when working in a console</string> 133 <!-- Name for the haptic feedback (bumpy arrow) preference --> 134 <string name="pref_bumpyarrows_title">Bumpy arrows</string> 135 <!-- Summary for the haptic feedback (bumpy arrow) preference --> 136 <string name="pref_bumpyarrows_summary">Vibrate when sending arrow keys from trackball</string> 137 <string name="pref_hidekeyboard_title">Hide Keyboard</string> 138 <string name="pref_hidekeyboard_summary">Hide soft keyboard in terminal on startup</string> 139 <!-- Category title for the Terminal Bell preferences --> 140 <string name="pref_bell_category">Terminal bell</string> 141 <!-- Checkbox preference title for the audible terminal bell feature --> 142 <string name="pref_bell_title">Audible bell</string> 143 <!-- Title for the slider preference to set the volume --> 144 <string name="pref_bell_volume_title">Bell volume</string> 145 <!-- Checkbox preference title for the vibrate on terminal bell feature --> 146 <string name="pref_bell_vibrate_title">Vibrate on bell</string> 147 <string name="pref_fontsize_title">Font size (pt)</string> 148 <!-- Setting for what key code is sent to the server when DEL key is pressed. --> 149 <string name="pref_delkey_title">DEL Key</string> 150 <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> 151 <string name="pref_delkey_summary">The key code sent when DEL key is pressed</string> 152 <!-- Host character encoding preference title --> 153 <string name="pref_encoding_title">Encoding</string> 154 <!-- Host character encoding preference summary --> 155 <string name="pref_encoding_summary">Character encoding for the host</string> 156 <string name="pref_hide_notifications">Hide Notifications</string> 157 <!-- Default screen rotation preference selection --> 158 <string name="list_rotation_default">Default</string> 159 <string name="list_rotation_land">Force landscape</string> 160 <string name="list_rotation_port">Force portrait</string> 161 <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> 162 <string name="list_rotation_auto">Automatic</string> 163 <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> 164 <string name="list_keymode_right">Use right-side keys</string> 165 <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> 166 <string name="list_keymode_left">Use left-side keys</string> 167 <!-- Preference selection to indicate never to use special shortcut keys. --> 168 <string name="list_keymode_none">Disable</string> 169 <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". --> 170 <string name="list_camera_ctrlaspace">Ctrl+A then Space</string> 171 <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". --> 172 <string name="list_camera_ctrla">Ctrl+A</string> 173 <!-- Selection to indicate pressing the Camera button should send the "Esc" key. --> 174 <string name="list_camera_esc">Esc</string> 175 <!-- Selection to indicate pressing the Camera button should send "Esc+A". --> 176 <string name="list_camera_esc_a">Esc+A</string> 177 <!-- Selection to indicate pressing the Camera button should send nothing at all. --> 178 <string name="list_camera_none">None</string> 179 <!-- Name for the backspace character --> 180 <string name="list_delkey_backspace">Backspace</string> 181 <!-- Name for the ASCII DEL character --> 182 <string name="list_delkey_del">Delete</string> 183 184 <!-- Window title for Help index --> 185 <string name="title_help">Help</string> 186 187 <string name="help_acks">SL4A uses <a href="http://code.google.com/p/connectbot/">ConnectBot</a> terminal.</string> 188 <string name="help_intro">Please select a topic below for more information on a particular subject.</string> 189 <string name="enable_auto_close">Enable Auto Close</string> 190 <string name="prompt_no">No</string> 191 <string name="prompt_yes">Yes</string> 192 <string name="prompt_finish">Finish</string> 193 <string name="default_width">80</string> 194 <string name="default_height">25</string> 195 <string name="display_days">Days</string> 196 <string name="display_hours">Hours</string> 197 <string name="display_minutes">Minutes</string> 198 <string name="display_seconds">Seconds</string> 199 <string name="display_find">Find</string> 200 <string name="display_replace">Replace</string> 201 <string name="display_whole_words">Whole Words</string> 202 <string name="display_case_sensitive">Case Sensitive</string> 203 <string name="display_replace_all">Replace All</string> 204 <string name="display_from_start">From Start</string> 205 <string name="findreplace_undo_reminder">Remember you can use the volume keys to undo mistakes.</string> 206 <string name="no_interpreters">No interpreters.</string> 207 <string name="no_logcat_msg">No logcat messages.</string> 208 <string name="cancel_all">Cancel All</string> 209 210 <string name="title_triggers">Triggers</string> 211 <string name="title_scripts">Scripts</string> 212 <string name="title_api_browser">API Browser</string> 213 <string name="title_logcat">Logcat</string> 214 <string name="title_interpreters">Interpreters</string> 215 <string name="title_script_monitor">Script Monitor</string> 216 <string name="title_bluetooth_devices">Bluetooth Devices</string> 217 218 </resources> 219