|
1 | 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 | 2 | <resources> |
18 | 3 | <string name="new_window">新視窗</string> |
19 | 4 | <string name="close_window">關閉視窗</string> |
|
35 | 20 | <string name="window_title">視窗 %1$d</string> |
36 | 21 | <string name="service_notify_text">終端機工作階段正在執行</string> |
37 | 22 | <string name="process_exit_message">終端機工作階段已完成</string> |
38 | | - <!-- Preference dialog --> |
39 | 23 | <string name="screen_preferences">螢幕</string> |
40 | 24 | <string name="title_cursorblink_preference">游標閃爍</string> |
41 | 25 | <string name="summary_cursorblink_preference">在終端機視窗中定期閃爍游標</string> |
|
94 | 78 | <string name="use_keyboard_shortcuts_summary_on">Ctrl-Tab:循環顯示視窗\nCtrl-Shift-N:新視窗\nCtrl-Shift-V:貼上</string> |
95 | 79 | <string name="help">說明</string> |
96 | 80 | <string name="activity_term_here_title">詞彙</string> |
97 | | - <!-- BEGIN SHORTCUT RELATED STRINGS --> |
98 | | - <!-- AndroidManifest.xml --> |
99 | 81 | <string name="activity_shortcut_create">詞彙捷徑</string> |
100 | | - <!-- FSNavigator.java |
101 | | - <string name="fsnavigator_title">FILE SELECTOR</string> |
102 | | - <string name="fsnavigator_no_external_storage">External storage not available</string> |
103 | | - <string name="fsnavigator_optional_enter_path">Or enter path here.</string> |
104 | | - <string name="fsnavigator_change_theme">Change theme</string> |
105 | | - --> |
106 | | - <!-- AddShortcut.java --> |
107 | 82 | <string name="addshortcut_command_hint">命令</string> |
108 | 83 | <string name="addshortcut_button_find_command">尋找命令</string> |
109 | 84 | <string name="addshortcut_navigator_title">選取捷徑目標</string> |
110 | 85 | <string name="addshortcut_command_window_instructions">命令視窗需要完整路徑,無需引數。其它命令則使用引數視窗 (如:cd /sdcard)</string> |
111 | 86 | <string name="addshortcut_arguments_label">引數\:</string> |
112 | 87 | <string name="addshortcut_shortcut_label">捷徑標籤\:</string> |
113 | | - <!-- ColorValue.java --> |
114 | 88 | <string name="colorvalue_label_lock_button_column">鎖定</string> |
115 | 89 | <string name="colorvalue_icon_text_entry_hint">輸入圖示文字</string> |
116 | | - <!-- END SHORTCUT RELATED STRINGS --> |
117 | 90 | </resources> |
0 commit comments