OSDN Git Service

Add configurable back button behavior
[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    <!-- Preference dialog -->
45    <string name="screen_preferences">Screen</string>
46
47    <string name="title_statusbar_preference">Status bar</string>
48    <string name="summary_statusbar_preference">Show/hide status bar.</string>
49    <string name="dialog_title_statusbar_preference">Status bar</string>
50
51    <string name="title_cursorstyle_preference">Cursor style</string>
52    <string name="summary_cursorstyle_preference">Choose cursor style.</string>
53    <string name="dialog_title_cursorstyle_preference">Cursor style</string>
54
55    <string name="title_cursorblink_preference">Cursor blink</string>
56    <string name="summary_cursorblink_preference">Choose cursor blink.</string>
57    <string name="dialog_title_cursorblink_preference">Cursor blink</string>
58
59    <string name="text_preferences">Text</string>
60
61    <string name="title_utf8_by_default_preference">Default to UTF-8</string>
62    <string name="summary_utf8_by_default_preference">Whether UTF-8 mode is enabled by default.</string>
63
64    <string name="title_fontsize_preference">Font size</string>
65    <string name="summary_fontsize_preference">Choose character height in points.</string>
66    <string name="dialog_title_fontsize_preference">Font size</string>
67
68    <string name="title_color_preference">Colors</string>
69    <string name="summary_color_preference">Choose text color.</string>
70    <string name="dialog_title_color_preference">Text color</string>
71
72    <string name="keyboard_preferences">Keyboard</string>
73
74    <string name="title_backaction_preference">Back button behavior</string>
75    <string name="summary_backaction_preference">Choose what pressing the back button does.</string>
76    <string name="dialog_title_backaction_preference">Back button behavior</string>
77
78    <string name="title_controlkey_preference">Control key</string>
79    <string name="summary_controlkey_preference">Choose control key.</string>
80    <string name="dialog_title_controlkey_preference">Control key</string>
81
82    <string name="title_fnkey_preference">Fn key</string>
83    <string name="summary_fnkey_preference">Choose Fn key.</string>
84    <string name="dialog_title_fnkey_preference">Fn key</string>
85
86    <string name="title_ime_preference">Input method</string>
87    <string name="summary_ime_preference">Choose input method for soft keyboard.</string>
88    <string name="dialog_title_ime_preference">Input method</string>
89
90    <string name="shell_preferences">Shell</string>
91    <string name="title_shell_preference">Command line</string>
92    <string name="summary_shell_preference">Specify the shell command line.</string>
93    <string name="dialog_title_shell_preference">Shell</string>
94
95    <string name="title_initialcommand_preference">Initial command</string>
96    <string name="summary_initialcommand_preference">Sent to the shell when it starts.</string>
97    <string name="dialog_title_initialcommand_preference">Initial Command</string>
98
99    <!-- Don't localize these default values -->
100    <string name="default_value_statusbar_preference">0</string>
101    <string name="default_value_cursorstyle_preference">0</string>
102    <string name="default_value_cursorblink_preference">0</string>
103    <string name="default_value_fontsize_preference">10</string>
104    <string name="default_value_color_preference">2</string>
105    <string name="default_value_backaction_preference">0</string>
106    <string name="default_value_controlkey_preference">5</string>
107    <string name="default_value_fnkey_preference">4</string>
108    <string name="default_value_ime_preference">0</string>
109    <string name="default_value_shell_preference">/system/bin/sh -</string>
110    <string name="default_value_initialcommand_preference">export PATH=/data/local/bin:$PATH</string>
111    
112    <string name="control_key_dialog_title">Control and Function Keys</string>
113    <!-- The word CTRLKEY should be left un-translated. It will be replaced at run-time with the
114         actual control key key name. -->
115    <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>
116   <string name="control_key_dialog_control_disabled_text">No control key set.</string>
117   <!-- The word FNKEY should be left un-translated. It will be replaced at run-time with the
118        actual function key key name. -->
119   <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>
120   <string name="control_key_dialog_fn_disabled_text">No function key set.</string>
121    
122 </resources>