blob: 14b333ce959ebf7516019ee8895fcb04bd1b710b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!-- Used in networks-edit dialog -->
<!ENTITY networksEditDialog.title "聊天網路編輯器">
<!-- LOCALIZATION NOTE
- width should be 62ch + length of longest serverList*.label -->
<!ENTITY networksEditDialog.size "width: 75ch; height: 28em;">
<!ENTITY restoreButton.label "回復為預設值">
<!ENTITY restoreButton.accesskey "f">
<!ENTITY connectNetwork.label "連線到網路">
<!ENTITY connectNetwork.accesskey "N">
<!ENTITY networkListAdd.label "新增網路…">
<!ENTITY networkListAdd.accesskey "A">
<!ENTITY networkListAdd.tooltip "新增網路">
<!ENTITY networkListEdit.label "編輯網路…">
<!ENTITY networkListEdit.accesskey "E">
<!ENTITY networkListEdit.tooltip "編輯選取的網路">
<!ENTITY networkListRemove.label "移除網路">
<!ENTITY networkListRemove.accesskey "R">
<!ENTITY networkListRemove.tooltip "移除選取的網路">
<!ENTITY serverListUp.label "上移">
<!ENTITY serverListUp.accesskey "U">
<!ENTITY serverListUp.tooltip "在清單中將選擇的伺服器向上移動">
<!ENTITY serverListDown.label "下移">
<!ENTITY serverListDown.accesskey "D">
<!ENTITY serverListDown.tooltip "在清單中將選擇的伺服器向下移動">
<!ENTITY serverListAdd.label "新增伺服器…">
<!ENTITY serverListAdd.accesskey "S">
<!ENTITY serverListAdd.tooltip "新增伺服器">
<!ENTITY serverListEdit.label "編輯伺服器…">
<!ENTITY serverListEdit.accesskey "i">
<!ENTITY serverListEdit.tooltip "編輯選取的伺服器">
<!ENTITY serverListRemove.label "移除伺服器">
<!ENTITY serverListRemove.accesskey "m">
<!ENTITY serverListRemove.tooltip "移除選取的伺服器">
<!-- LOCALIZATION NOTE:
- *.label are shared between networks-edit and networks-server dialogs
- *.accesskey are only used in network-servers dialog -->
<!ENTITY serverDetails.label "選取的伺服器的詳細資訊:">
<!ENTITY serverName.label "伺服器:">
<!ENTITY serverName.accesskey "S">
<!ENTITY serverPort.label "通訊埠:">
<!ENTITY serverPort.accesskey "P">
<!ENTITY connectionSecurity.label "連線安全性:">
<!ENTITY connectionSecurity.accesskey "n">
<!-- Used in networks-server dialog -->
<!ENTITY serverEditDialog.title "IRC 伺服器">
<!ENTITY settings.caption "選項">
<!ENTITY security.caption "安全性">
<!ENTITY serverPortDefault.label "預設值:">
|