diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-si/suite/chrome/mailnews/addressbook/abMainWindow.dtd | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/l10n-si/suite/chrome/mailnews/addressbook/abMainWindow.dtd b/l10n-si/suite/chrome/mailnews/addressbook/abMainWindow.dtd new file mode 100644 index 0000000000..5e670d6321 --- /dev/null +++ b/l10n-si/suite/chrome/mailnews/addressbook/abMainWindow.dtd @@ -0,0 +1,103 @@ +<!-- 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 --> + +<!-- File Menu --> +<!ENTITY newContact.label "Contact…"> +<!-- LOCALIZATION NOTE (newContact.accesskey) : DONT_TRANSLATE --> +<!ENTITY newContact.accesskey "C"> +<!ENTITY newListCmd.label "Mailing List…"> +<!-- LOCALIZATION NOTE (newListCmd.accesskey) : DONT_TRANSLATE --> +<!ENTITY newListCmd.accesskey "L"> +<!ENTITY newAddressBookCmd.label "Address Book…"> +<!ENTITY newAddressBookCmd.accesskey "o"> +<!ENTITY newLDAPDirectoryCmd.label "LDAP Directory…"> +<!-- LOCALIZATION NOTE (newLDAPDirectoryCmd.accesskey) : DONT_TRANSLATE --> +<!ENTITY newLDAPDirectoryCmd.accesskey "D"> +<!ENTITY newIM.label "IM"> +<!ENTITY printContactViewCmd.label "Print Contact…"> +<!ENTITY printContactViewCmd.accesskey "p"> +<!ENTITY printPreviewContactViewCmd.label "Print Preview Contact"> +<!ENTITY printPreviewContactViewCmd.accesskey "v"> +<!ENTITY printContactViewCmd.key "P"> +<!ENTITY printAddressBook.label "Print Address Book…"> +<!ENTITY printAddressBook.accesskey "A"> +<!ENTITY printPreviewAddressBook.label "Print Preview Address Book"> +<!ENTITY printPreviewAddressBook.accesskey "B"> +<!ENTITY printSetupCmd.label "Page Setup…"> +<!ENTITY printSetupCmd.accesskey "u"> + +<!-- 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…"> +<!-- LOCALIZATION NOTE (propertiesCmd.accesskey) : DONT_TRANSLATE --> +<!ENTITY propertiesCmd.accesskey "i"> +<!ENTITY propertiesCmd.key "i"> + +<!-- View Menu --> +<!ENTITY showAbToolbarCmd.label "Address Book Toolbar"> +<!ENTITY showAbToolbarCmd.accesskey "o"> + +<!ENTITY showCardPane.label "Card Summary Pane"> +<!ENTITY showCardPane.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"> + +<!-- 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 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 deleteItemButton.tooltip "Delete selected item"> +<!ENTITY throbber.tooltip "Go to the &vendorShortName; home page"> +<!ENTITY advancedButton.tooltip "Advanced address search"> + +<!-- 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"> |