OSDN Git Service

Merge pull request #65 from damor/master
[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="reset_toast_notification">This window\'s terminal state has been reset.</string>
31
32    <string name="enable_wakelock">Take WakeLock</string>
33    <string name="disable_wakelock">Drop WakeLock</string>
34    <string name="enable_wifilock">Take WifiLock</string>
35    <string name="disable_wifilock">Drop WifiLock</string>
36
37    <string name="edit_text">Edit text</string>
38    <string name="select_text">Select text</string>
39    <string name="copy_all">Copy all</string>
40    <string name="paste">Paste</string>
41
42    <string name="window_title">Window %1$d</string>
43
44    <string name="service_notify_text">Terminal session is running</string>
45
46    <string name="process_exit_message">Terminal session finished</string>
47
48    <!-- Preference dialog -->
49    <string name="screen_preferences">Screen</string>
50
51    <string name="title_statusbar_preference">Status bar</string>
52    <string name="summary_statusbar_preference">Show/hide status bar.</string>
53    <string name="dialog_title_statusbar_preference">Status bar</string>
54
55    <string name="title_actionbar_preference">Action bar</string>
56    <string name="summary_actionbar_preference">Choose the action bar\'s behavior (Android 3.0 and up).</string>
57    <string name="dialog_title_actionbar_preference">Action bar behavior</string>
58
59    <string name="title_cursorstyle_preference">Cursor style</string>
60    <string name="summary_cursorstyle_preference">Choose cursor style.</string>
61    <string name="dialog_title_cursorstyle_preference">Cursor style</string>
62
63    <string name="title_cursorblink_preference">Cursor blink</string>
64    <string name="summary_cursorblink_preference">Choose cursor blink.</string>
65    <string name="dialog_title_cursorblink_preference">Cursor blink</string>
66
67    <string name="text_preferences">Text</string>
68
69    <string name="title_utf8_by_default_preference">Default to UTF-8</string>
70    <string name="summary_utf8_by_default_preference">Whether UTF-8 mode is enabled by default.</string>
71
72    <string name="title_fontsize_preference">Font size</string>
73    <string name="summary_fontsize_preference">Choose character height in points.</string>
74    <string name="dialog_title_fontsize_preference">Font size</string>
75
76    <string name="title_color_preference">Colors</string>
77    <string name="summary_color_preference">Choose text color.</string>
78    <string name="dialog_title_color_preference">Text color</string>
79
80    <string name="keyboard_preferences">Keyboard</string>
81
82    <string name="title_backaction_preference">Back button behavior</string>
83    <string name="summary_backaction_preference">Choose what pressing the back button does.</string>
84    <string name="dialog_title_backaction_preference">Back button behavior</string>
85
86    <string name="title_controlkey_preference">Control key</string>
87    <string name="summary_controlkey_preference">Choose control key.</string>
88    <string name="dialog_title_controlkey_preference">Control key</string>
89
90    <string name="title_fnkey_preference">Fn key</string>
91    <string name="summary_fnkey_preference">Choose Fn key.</string>
92    <string name="dialog_title_fnkey_preference">Fn key</string>
93
94    <string name="title_ime_preference">Input method</string>
95    <string name="summary_ime_preference">Choose input method for soft keyboard.</string>
96    <string name="dialog_title_ime_preference">Input method</string>
97
98    <string name="shell_preferences">Shell</string>
99    <string name="title_shell_preference">Command line</string>
100    <string name="summary_shell_preference">Specify the shell command line.</string>
101    <string name="dialog_title_shell_preference">Shell</string>
102
103    <string name="title_initialcommand_preference">Initial command</string>
104    <string name="summary_initialcommand_preference">Sent to the shell when it starts.</string>
105    <string name="dialog_title_initialcommand_preference">Initial Command</string>
106
107    <string name="title_termtype_preference">Terminal type</string>
108    <string name="summary_termtype_preference">What terminal type to report to the shell.</string>
109    <string name="dialog_title_termtype_preference">Terminal type</string>
110
111    <string name="title_close_window_on_process_exit_preference">Close window on exit</string>
112    <string name="summary_close_window_on_process_exit_preference">Whether a window should close when its shell exits.</string>
113
114    <string name="control_key_dialog_title">Control and Function Keys</string>
115    <!-- The word CTRLKEY should be left un-translated. It will be replaced at run-time with the
116         actual control key key name. -->
117    <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>
118   <string name="control_key_dialog_control_disabled_text">No control key set.</string>
119   <!-- The word FNKEY should be left un-translated. It will be replaced at run-time with the
120        actual function key key name. -->
121   <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>
122   <string name="control_key_dialog_fn_disabled_text">No function key set.</string>
123
124 </resources>