OSDN Git Service

Set TERM in process environment and provide preference to choose value
[android-x86/packages-apps-AndroidTerm.git] / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3  * Copyright (C) 2008 The Android Open Source Project
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  *      http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16 -->
17 <resources>
18    <string name="application_terminal">Terminal Emulator</string>
19    <string name="preferences">Preferences</string>
20    <string name="new_window">New window</string>
21    <string name="close_window">Close window</string>
22    <string name="window_list">Windows</string>
23    <string name="prev_window">Prev window</string>
24    <string name="next_window">Next window</string>
25    <string name="reset">Reset term</string>
26    <string name="send_email">Email to</string>
27    <string name="special_keys">Special keys</string>
28    <string name="toggle_soft_keyboard">Toggle soft keyboard</string>
29
30    <string name="enable_wakelock">Take WakeLock</string>
31    <string name="disable_wakelock">Drop WakeLock</string>
32    <string name="enable_wifilock">Take WifiLock</string>
33    <string name="disable_wifilock">Drop WifiLock</string>
34
35    <string name="edit_text">Edit text</string>
36    <string name="select_text">Select text</string>
37    <string name="copy_all">Copy all</string>
38    <string name="paste">Paste</string>
39
40    <string name="window_title">Window %1$d</string>
41
42    <string name="service_notify_text">Terminal session is running</string>
43
44    <string name="process_exit_message">Terminal session finished</string>
45
46    <!-- Preference dialog -->
47    <string name="screen_preferences">Screen</string>
48
49    <string name="title_statusbar_preference">Status bar</string>
50    <string name="summary_statusbar_preference">Show/hide status bar.</string>
51    <string name="dialog_title_statusbar_preference">Status bar</string>
52
53    <string name="title_cursorstyle_preference">Cursor style</string>
54    <string name="summary_cursorstyle_preference">Choose cursor style.</string>
55    <string name="dialog_title_cursorstyle_preference">Cursor style</string>
56
57    <string name="title_cursorblink_preference">Cursor blink</string>
58    <string name="summary_cursorblink_preference">Choose cursor blink.</string>
59    <string name="dialog_title_cursorblink_preference">Cursor blink</string>
60
61    <string name="text_preferences">Text</string>
62
63    <string name="title_utf8_by_default_preference">Default to UTF-8</string>
64    <string name="summary_utf8_by_default_preference">Whether UTF-8 mode is enabled by default.</string>
65
66    <string name="title_fontsize_preference">Font size</string>
67    <string name="summary_fontsize_preference">Choose character height in points.</string>
68    <string name="dialog_title_fontsize_preference">Font size</string>
69
70    <string name="title_color_preference">Colors</string>
71    <string name="summary_color_preference">Choose text color.</string>
72    <string name="dialog_title_color_preference">Text color</string>
73
74    <string name="keyboard_preferences">Keyboard</string>
75
76    <string name="title_backaction_preference">Back button behavior</string>
77    <string name="summary_backaction_preference">Choose what pressing the back button does.</string>
78    <string name="dialog_title_backaction_preference">Back button behavior</string>
79
80    <string name="title_controlkey_preference">Control key</string>
81    <string name="summary_controlkey_preference">Choose control key.</string>
82    <string name="dialog_title_controlkey_preference">Control key</string>
83
84    <string name="title_fnkey_preference">Fn key</string>
85    <string name="summary_fnkey_preference">Choose Fn key.</string>
86    <string name="dialog_title_fnkey_preference">Fn key</string>
87
88    <string name="title_ime_preference">Input method</string>
89    <string name="summary_ime_preference">Choose input method for soft keyboard.</string>
90    <string name="dialog_title_ime_preference">Input method</string>
91
92    <string name="shell_preferences">Shell</string>
93    <string name="title_shell_preference">Command line</string>
94    <string name="summary_shell_preference">Specify the shell command line.</string>
95    <string name="dialog_title_shell_preference">Shell</string>
96
97    <string name="title_initialcommand_preference">Initial command</string>
98    <string name="summary_initialcommand_preference">Sent to the shell when it starts.</string>
99    <string name="dialog_title_initialcommand_preference">Initial Command</string>
100
101    <string name="title_termtype_preference">Terminal type</string>
102    <string name="summary_termtype_preference">What terminal type to report to the shell.</string>
103    <string name="dialog_title_termtype_preference">Terminal type</string>
104
105    <string name="title_close_window_on_process_exit_preference">Close window on exit</string>
106    <string name="summary_close_window_on_process_exit_preference">Whether a window should close when its shell exits.</string>
107
108    <!-- Don't localize these default values -->
109    <string name="default_value_statusbar_preference">0</string>
110    <string name="default_value_cursorstyle_preference">0</string>
111    <string name="default_value_cursorblink_preference">0</string>
112    <string name="default_value_fontsize_preference">10</string>
113    <string name="default_value_color_preference">2</string>
114    <string name="default_value_backaction_preference">0</string>
115    <string name="default_value_controlkey_preference">5</string>
116    <string name="default_value_fnkey_preference">4</string>
117    <string name="default_value_ime_preference">0</string>
118    <string name="default_value_shell_preference">/system/bin/sh -</string>
119    <string name="default_value_initialcommand_preference">export PATH=/data/local/bin:$PATH</string>
120    <string name="default_value_termtype_preference">vt100</string>
121    
122    <string name="control_key_dialog_title">Control and Function Keys</string>
123    <!-- The word CTRLKEY should be left un-translated. It will be replaced at run-time with the
124         actual control key key name. -->
125    <string name="control_key_dialog_control_text">CTRLKEY Space : Control-@ (NUL)\nCTRLKEY A..Z : Control-A..Z\nCTRLKEY 5 : Control-]\nCTRLKEY 6 : Control-^\nCTRLKEY 7 : Control-_\nCTRLKEY 9 : F11\nCTRLKEY 0 : F12</string>
126   <string name="control_key_dialog_control_disabled_text">No control key set.</string>
127   <!-- The word FNKEY should be left un-translated. It will be replaced at run-time with the
128        actual function key key name. -->
129   <string name="control_key_dialog_fn_text">FNKEY 1..9 : F1-F9\nFNKEY 0 : F10\nFNKEY W : Up\nFNKEY A : Left\nFNKEY S : Down\nFNKEY D : Right\nFNKEY P : PageUp\nFNKEY N : PageDown\nFNKEY T : Tab\nFNKEY L : | (pipe)\nFNKEY U : _ (underscore)\nFNKEY E : Control-[ (ESC)\nFNKEY X : Delete\nFNKEY I : Insert\nFNKEY H : Home\nFNKEY F : End\nFNKEY . : Control-\\\n</string>
130   <string name="control_key_dialog_fn_disabled_text">No function key set.</string>
131    
132 </resources>