blob: 1914cc11830c1208597a2b2d5a6a84db8c58e76b (
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
123
124
125
126
|
<!-- 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 "Address Book">
<!-- Menus: the . means that the menu item isn't implemented yet -->
<!ENTITY blankResultsPaneMessage.label "This address book shows contacts only after a search">
<!ENTITY localResultsOnlyMessage.label "Contacts from remote address books are not shown until you search">
<!-- File Menu -->
<!ENTITY newContact.label "Contact…">
<!ENTITY newContact.accesskey "C">
<!ENTITY newContact.key "N">
<!ENTITY newListCmd.label "Mailing List…">
<!ENTITY newListCmd.accesskey "L">
<!ENTITY newAddressBookCmd.label "Address Book…">
<!ENTITY newAddressBookCmd.accesskey "o">
<!ENTITY newLDAPDirectoryCmd.label "LDAP Directory…">
<!ENTITY newLDAPDirectoryCmd.accesskey "D">
<!ENTITY newIM.label "IM">
<!ENTITY printContactViewCmd.label "Print Contact…">
<!ENTITY printContactViewCmd.accesskey "p">
<!ENTITY printContactViewCmd.key "P">
<!ENTITY printPreviewContactViewCmd.label "Print Preview Contact">
<!ENTITY printPreviewContactViewCmd.accesskey "v">
<!ENTITY printAddressBook.label "Print Address Book…">
<!ENTITY printAddressBook.accesskey "A">
<!ENTITY printPreviewAddressBook.label "Print Preview Address Book">
<!ENTITY printPreviewAddressBook.accesskey "B">
<!-- Edit Menu -->
<!ENTITY deleteAbCmd.label "Delete Address Book">
<!ENTITY deleteContactCmd.label "Delete Contact">
<!ENTITY deleteContactsCmd.label "Delete Selected Contacts">
<!ENTITY deleteListCmd.label "Delete List">
<!ENTITY deleteListsCmd.label "Delete Selected Lists">
<!ENTITY deleteItemsCmd.label "Delete Selected Items">
<!ENTITY swapFirstNameLastNameCmd.label "Swap First/Last Name">
<!ENTITY swapFirstNameLastNameCmd.accesskey "w">
<!ENTITY propertiesCmd.label "Properties…">
<!ENTITY propertiesCmd.accesskey "i">
<!ENTITY propertiesCmd.key "i">
<!-- View Menu -->
<!ENTITY showAbToolbarCmd.label "Address Book Toolbar">
<!ENTITY showAbToolbarCmd.accesskey "o">
<!ENTITY layoutMenu.label "Layout">
<!ENTITY layoutMenu.accesskey "L">
<!ENTITY showDirectoryPane.label "Directory Pane">
<!ENTITY showDirectoryPane.accesskey "D">
<!ENTITY showContactPane2.label "Contact Pane">
<!ENTITY showContactPane2.accesskey "C">
<!ENTITY menu_ShowNameAs.label "Show Name As">
<!ENTITY menu_ShowNameAs.accesskey "n">
<!ENTITY firstLastCmd.label "First Last">
<!ENTITY firstLastCmd.accesskey "f">
<!ENTITY lastFirstCmd.label "Last, First">
<!ENTITY lastFirstCmd.accesskey "l">
<!ENTITY displayNameCmd.label "Display Name">
<!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 "Import…">
<!ENTITY importCmd.accesskey "I">
<!ENTITY exportCmd.label "Export…">
<!ENTITY exportCmd.accesskey "E">
<!-- Toolbar and Popup items -->
<!ENTITY newContactButton.label "New Contact">
<!ENTITY newContactButton.accesskey "C">
<!ENTITY newlistButton.label "New List">
<!ENTITY newlistButton.accesskey "L">
<!ENTITY editItemButton.label "Properties">
<!ENTITY editItemButton.accesskey "P">
<!ENTITY newmsgButton.label "Compose">
<!ENTITY newmsgButton.accesskey "C">
<!ENTITY deleteItemButton.label "Delete">
<!ENTITY deleteItemButton.accesskey "D">
<!ENTITY newimButton.label "Instant Message">
<!ENTITY newimButton.accesskey "I">
<!ENTITY printButton.label "Print">
<!ENTITY printButton.accesskey "r">
<!ENTITY searchNameAndEmail.placeholder "Search Name and Email">
<!ENTITY searchBox.title "Search">
<!-- Tooltips -->
<!ENTITY addressbookToolbar.tooltip "Address Book Toolbar">
<!ENTITY newContactButton.tooltip "Create a new address book contact">
<!ENTITY newlistButton.tooltip "Create a new list">
<!ENTITY editItemButton.tooltip "Edit the selected item">
<!ENTITY newmsgButton.tooltip "Send a mail message">
<!ENTITY newIM.tooltip "Send an instant message or chat">
<!ENTITY printButton.tooltip "Print selected item">
<!ENTITY deleteItemButton.tooltip "Delete selected item">
<!ENTITY advancedButton.tooltip "Advanced address search">
<!-- Dir Tree header -->
<!ENTITY dirTreeHeader.label "Address Books">
<!-- Card Summary Pane -->
<!-- Box Headings -->
<!ENTITY contact.heading "Contact">
<!ENTITY home.heading "Home">
<!ENTITY other.heading "Other">
<!ENTITY chat.heading "Chat">
<!ENTITY phone.heading "Phone">
<!ENTITY work.heading "Work">
<!-- Special Box Headings, for mailing lists -->
<!ENTITY description.heading "Description">
<!ENTITY addresses.heading "Addresses">
<!-- For Map It! -->
<!ENTITY mapItButton.label "Get Map">
<!ENTITY mapIt.tooltip "Display a map of this address from the Web">
<!-- 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">
|