blob: e4e4b18c4cd34d8052af35f03cc216fca266be21 (
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
|
<!-- 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/. -->
<!-- Title -->
<!ENTITY addressbookWindow.title "通讯录">
<!ENTITY blankResultsPaneMessage.label "进行搜索后才会显示此通讯录的联系人">
<!ENTITY localResultsOnlyMessage.label "在进行搜索之前将不会显示远程通讯录中的联系人">
<!-- File Menu -->
<!ENTITY newContact.label "联系...">
<!ENTITY newContact.accesskey "C">
<!ENTITY newContact.key "N">
<!ENTITY newListCmd.label "邮递列表…">
<!ENTITY newListCmd.accesskey "L">
<!ENTITY newAddressBookCmd.label "通讯录…">
<!ENTITY newAddressBookCmd.accesskey "o">
<!ENTITY newLDAPDirectoryCmd.label "LDAP目录…">
<!ENTITY newLDAPDirectoryCmd.accesskey "D">
<!ENTITY newIM.label "即时通讯软件">
<!ENTITY printContactViewCmd.label "打印联系人…">
<!ENTITY printContactViewCmd.accesskey "P">
<!ENTITY printContactViewCmd.key "P">
<!ENTITY printPreviewContactViewCmd.label "联系人打印预览">
<!ENTITY printPreviewContactViewCmd.accesskey "v">
<!ENTITY printAddressBook.label "打印通讯录…">
<!ENTITY printAddressBook.accesskey "A">
<!ENTITY printPreviewAddressBook.label "通讯录打印预览">
<!ENTITY printPreviewAddressBook.accesskey "B">
<!-- Edit Menu -->
<!ENTITY deleteAbCmd.label "删除通讯录">
<!ENTITY deleteContactCmd.label "删除联系人">
<!ENTITY deleteContactsCmd.label "删除已选择的联系人">
<!ENTITY deleteListCmd.label "删除列表">
<!ENTITY deleteListsCmd.label "删除选择的列表">
<!ENTITY deleteItemsCmd.label "删除所选项">
<!ENTITY swapFirstNameLastNameCmd.label "切换 姓/名">
<!ENTITY swapFirstNameLastNameCmd.accesskey "w">
<!ENTITY propertiesCmd.label "属性…">
<!ENTITY propertiesCmd.accesskey "i">
<!ENTITY propertiesCmd.key "i">
<!-- View Menu -->
<!ENTITY showAbToolbarCmd.label "通讯录工具栏">
<!ENTITY showAbToolbarCmd.accesskey "o">
<!ENTITY layoutMenu.label "布局">
<!ENTITY layoutMenu.accesskey "L">
<!ENTITY showDirectoryPane.label "文件夹窗格">
<!ENTITY showDirectoryPane.accesskey "D">
<!ENTITY showContactPane2.label "联系人窗格">
<!ENTITY showContactPane2.accesskey "C">
<!ENTITY menu_ShowNameAs.label "名称显示方式">
<!ENTITY menu_ShowNameAs.accesskey "N">
<!ENTITY firstLastCmd.label "姓名">
<!ENTITY firstLastCmd.accesskey "F">
<!ENTITY lastFirstCmd.label "姓氏,名字">
<!ENTITY lastFirstCmd.accesskey "L">
<!ENTITY displayNameCmd.label "显示名称">
<!ENTITY displayNameCmd.accesskey "D">
<!-- LOCALIZATION NOTE (toggleDirectoryPaneCmd.key): This is only used on the
mac platform, other platforms use VK_F9. -->
<!ENTITY toggleDirectoryPaneCmd.key "S">
<!-- Tasks Menu -->
<!ENTITY importCmd.label "导入…">
<!ENTITY importCmd.accesskey "I">
<!ENTITY exportCmd.label "导出…">
<!ENTITY exportCmd.accesskey "E">
<!-- Toolbar and Popup items -->
<!ENTITY newContactButton.label "新建联系人">
<!ENTITY newContactButton.accesskey "C">
<!ENTITY newlistButton.label "新建列表">
<!ENTITY newlistButton.accesskey "L">
<!ENTITY editItemButton.label "属性">
<!ENTITY editItemButton.accesskey "P">
<!ENTITY newmsgButton.label "撰写">
<!ENTITY newmsgButton.accesskey "C">
<!ENTITY deleteItemButton.label "删除">
<!ENTITY deleteItemButton.accesskey "D">
<!ENTITY newimButton.label "实时消息">
<!ENTITY newimButton.accesskey "I">
<!ENTITY printButton.label "打印">
<!ENTITY printButton.accesskey "r">
<!ENTITY searchNameAndEmail.placeholder "搜索名字和邮件">
<!ENTITY searchBox.title "搜索">
<!-- Tooltips -->
<!ENTITY addressbookToolbar.tooltip "通讯录工具栏">
<!ENTITY newContactButton.tooltip "创建新的通讯录联系人">
<!ENTITY newlistButton.tooltip "创建新列表">
<!ENTITY editItemButton.tooltip "编辑选中项">
<!ENTITY newmsgButton.tooltip "发送一个邮件消息">
<!ENTITY newIM.tooltip "发送一条即时消息或聊天">
<!ENTITY printButton.tooltip "打印所选项目">
<!ENTITY deleteItemButton.tooltip "删除选中项">
<!ENTITY advancedButton.tooltip "高级地址搜索">
<!-- Dir Tree header -->
<!ENTITY dirTreeHeader.label "通讯录">
<!-- Card Summary Pane -->
<!-- Box Headings -->
<!ENTITY contact.heading "联系人">
<!ENTITY home.heading "主页">
<!ENTITY other.heading "其它">
<!ENTITY chat.heading "聊天">
<!ENTITY phone.heading "电话">
<!ENTITY work.heading "工作">
<!-- Special Box Headings, for mailing lists -->
<!ENTITY description.heading "描述">
<!ENTITY addresses.heading "地址">
<!-- For Map It! -->
<!ENTITY mapItButton.label "获取地图">
<!ENTITY mapIt.tooltip "从网站显示一幅此地址的地图">
<!-- Status Bar -->
<!ENTITY statusText.label "">
<!-- LOCALIZATION NOTE (hideSwapFnLnUI) : DONT_TRANSLATE -->
<!-- Swap FN/LN UI Set to "false" to show swap fn/ln UI -->
<!ENTITY hideSwapFnLnUI "true">
|