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="no_running_scripts_message">There are no currently running scripts.</string>
79  <string
80    name="script_number_message">Number of running scripts:\t</string>
81  <string
82    name="no_triggers_message">No triggers.</string>
83  <string
84    name="no_bluetooth_devices_message">No Bluetooth devices found.</string>
85  <string
86    name="search_description_scripts">Search scripts</string>
87  <string
88    name="search_description_apis">Search APIs</string>
89
90  <string name="prompt_process_exited">Process has exited.\nClose terminal?</string>
91  <string name="prompt_confirm_exit">Confirm exit.\nKill process?</string>
92
93  <string name="terminal_copy_done">Copied %1$d bytes to clipboard</string>
94  <string name="terminal_copy_start">Touch and drag\nor use directional pad\nto select area to copy</string>
95
96
97  <string name="terminal_menu_close">Close</string>
98  <string name="terminal_menu_copy">Copy</string>
99  <string name="terminal_menu_paste">Paste</string>
100  <string name="terminal_menu_resize">Force Size</string>
101
102  <string name="button_resize">Resize</string>
103
104  <!-- Name for the scrollback size preference -->
105  <string name="pref_scrollback_title">Scrollback size</string>
106  <!-- Description of the scrollback size preference -->
107  <string name="pref_scrollback_summary">Size of scrollback buffer to keep in memory for each console</string>
108  <!-- Name for the rotation mode preference -->
109  <string name="pref_rotation_title">Rotation mode</string>
110  <!-- Summary for the rotation mode preference -->
111  <string name="pref_rotation_summary">How to change rotation when keyboard popped in/out</string>
112    <!-- Name for the full screen preference -->
113  <string name="pref_fullscreen_title">Full screen</string>
114  <!-- Summary for the full screen preference -->
115  <string name="pref_fullscreen_summary">Hide status bar while in console</string>
116    <!-- Name for the keyboard shortcuts preference -->
117  <string name="pref_keymode_title">Directory shortcuts</string>
118  <!-- Summary for the keyboard shortcuts preference -->
119  <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string>
120  <!-- Name for the camera shortcut usage preference -->
121  <string name="pref_camera_title">Camera shortcut</string>
122  <!-- Summary for the camera shortcut usage preference -->
123  <string name="pref_camera_summary">Select which shortcut to trigger when the camera button is pushed</string>
124  <!-- Name for the keep screen on preference -->
125  <string name="pref_keepalive_title">Keep screen awake</string>
126  <!-- Summary for the camera shortcut usage preference -->
127  <string name="pref_keepalive_summary">Prevent the screen from turning off when working in a console</string>
128  <!-- Name for the haptic feedback (bumpy arrow) preference -->
129  <string name="pref_bumpyarrows_title">Bumpy arrows</string>
130  <!-- Summary for the haptic feedback (bumpy arrow) preference -->
131  <string name="pref_bumpyarrows_summary">Vibrate when sending arrow keys from trackball</string>
132  <string name="pref_hidekeyboard_title">Hide Keyboard</string>
133  <string name="pref_hidekeyboard_summary">Hide soft keyboard in terminal on startup</string>
134  <!-- Category title for the Terminal Bell preferences -->
135  <string name="pref_bell_category">Terminal bell</string>
136  <!-- Checkbox preference title for the audible terminal bell feature -->
137  <string name="pref_bell_title">Audible bell</string>
138  <!-- Title for the slider preference to set the volume -->
139  <string name="pref_bell_volume_title">Bell volume</string>
140  <!-- Checkbox preference title for the vibrate on terminal bell feature -->
141  <string name="pref_bell_vibrate_title">Vibrate on bell</string>
142  <string name="pref_fontsize_title">Font size (pt)</string>
143      <!-- Setting for what key code is sent to the server when DEL key is pressed. -->
144  <string name="pref_delkey_title">DEL Key</string>
145  <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. -->
146  <string name="pref_delkey_summary">The key code sent when DEL key is pressed</string>
147  <!-- Host character encoding preference title -->
148  <string name="pref_encoding_title">Encoding</string>
149  <!-- Host character encoding preference summary -->
150  <string name="pref_encoding_summary">Character encoding for the host</string>
151  <string name="pref_hide_notifications">Hide Notifications</string>
152      <!-- Default screen rotation preference selection -->
153  <string name="list_rotation_default">Default</string>
154  <string name="list_rotation_land">Force landscape</string>
155  <string name="list_rotation_port">Force portrait</string>
156  <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. -->
157  <string name="list_rotation_auto">Automatic</string>
158    <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. -->
159  <string name="list_keymode_right">Use right-side keys</string>
160  <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. -->
161  <string name="list_keymode_left">Use left-side keys</string>
162  <!-- Preference selection to indicate never to use special shortcut keys. -->
163  <string name="list_keymode_none">Disable</string>
164    <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". -->
165  <string name="list_camera_ctrlaspace">Ctrl+A then Space</string>
166  <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". -->
167  <string name="list_camera_ctrla">Ctrl+A</string>
168  <!-- Selection to indicate pressing the Camera button should send the "Esc" key. -->
169  <string name="list_camera_esc">Esc</string>
170  <!-- Selection to indicate pressing the Camera button should send "Esc+A". -->
171  <string name="list_camera_esc_a">Esc+A</string>
172  <!-- Selection to indicate pressing the Camera button should send nothing at all. -->
173  <string name="list_camera_none">None</string>
174    <!-- Name for the backspace character -->
175  <string name="list_delkey_backspace">Backspace</string>
176  <!-- Name for the ASCII DEL character -->
177  <string name="list_delkey_del">Delete</string>
178
179  <!-- Window title for Help index -->
180  <string name="title_help">Help</string>
181
182  <string name="help_acks">SL4A uses <a href="http://code.google.com/p/connectbot/">ConnectBot</a> terminal.</string>
183  <string name="help_intro">Please select a topic below for more information on a particular subject.</string>
184  <string name="enable_auto_close">Enable Auto Close</string>
185  <string name="prompt_no">No</string>
186  <string name="prompt_yes">Yes</string>
187  <string name="prompt_finish">Finish</string>
188  <string name="default_width">80</string>
189  <string name="default_height">25</string>
190  <string name="display_days">Days</string>
191  <string name="display_hours">Hours</string>
192  <string name="display_minutes">Minutes</string>
193  <string name="display_seconds">Seconds</string>
194  <string name="display_find">Find</string>
195  <string name="display_replace">Replace</string>
196  <string name="display_whole_words">Whole Words</string>
197  <string name="display_case_sensitive">Case Sensitive</string>
198  <string name="display_replace_all">Replace All</string>
199  <string name="display_from_start">From Start</string>
200  <string name="findreplace_undo_reminder">Remember you can use the volume keys to undo mistakes.</string>
201  <string name="no_interpreters">No interpreters.</string>
202  <string name="no_logcat_msg">No logcat messages.</string>
203  <string name="cancel_all">Cancel All</string>
204
205  <string name="title_triggers">Triggers</string>
206  <string name="title_scripts">Scripts</string>
207  <string name="title_api_browser">API Browser</string>
208  <string name="title_logcat">Logcat</string>
209  <string name="title_interpreters">Interpreters</string>
210  <string name="title_script_monitor">Script Monitor</string>
211  <string name="title_bluetooth_devices">Bluetooth Devices</string>
212
213</resources>
214