diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-en-GB/suite/chrome/mailnews | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-en-GB/suite/chrome/mailnews')
135 files changed, 6776 insertions, 0 deletions
diff --git a/l10n-en-GB/suite/chrome/mailnews/CustomHeaders.dtd b/l10n-en-GB/suite/chrome/mailnews/CustomHeaders.dtd new file mode 100644 index 0000000000..03fd269a71 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/CustomHeaders.dtd @@ -0,0 +1,11 @@ +<!-- 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/. --> + +<!ENTITY window.title "Customise Headers"> +<!ENTITY addButton.label "Add"> +<!ENTITY addButton.accesskey "A"> +<!ENTITY removeButton.label "Remove"> +<!ENTITY removeButton.accesskey "R"> +<!ENTITY newMsgHeader.label "New message header:"> +<!ENTITY newMsgHeader.accesskey "N"> diff --git a/l10n-en-GB/suite/chrome/mailnews/FilterEditor.dtd b/l10n-en-GB/suite/chrome/mailnews/FilterEditor.dtd new file mode 100644 index 0000000000..925a7fd362 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/FilterEditor.dtd @@ -0,0 +1,69 @@ +<!-- 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/. --> + +<!ENTITY window.title "Filter Rules"> +<!ENTITY filterEditorDialog.dimensions "width: 105ch;"> +<!ENTITY filterName.label "Filter name:"> +<!ENTITY filterName.accesskey "i"> + +<!ENTITY recentFolders.label "Recent"> + +<!ENTITY junk.label "Junk"> +<!ENTITY notJunk.label "Not Junk"> + +<!ENTITY lowestPriorityCmd.label "Lowest"> +<!ENTITY lowPriorityCmd.label "Low"> +<!ENTITY normalPriorityCmd.label "Normal"> +<!ENTITY highPriorityCmd.label "High"> +<!ENTITY highestPriorityCmd.label "Highest"> + +<!ENTITY contextDesc.label "Apply filter when:"> +<!ENTITY contextIncomingMail.label "Getting New Mail:"> +<!ENTITY contextIncomingMail.accesskey "G"> +<!ENTITY contextManual.label "Manually Run"> +<!ENTITY contextManual.accesskey "R"> +<!ENTITY contextBeforeCls.label "Filter before Junk Classification"> +<!ENTITY contextAfterCls.label "Filter after Junk Classification"> +<!ENTITY contextOutgoing.label "After Sending"> +<!ENTITY contextOutgoing.accesskey "S"> +<!ENTITY contextArchive.label "Archiving"> +<!ENTITY contextArchive.accesskey "A"> + +<!ENTITY contextPeriodic.accesskey "e"> + +<!ENTITY filterActionDesc.label "Perform these actions:"> +<!ENTITY filterActionDesc.accesskey "P"> + +<!ENTITY filterActionOrderWarning.label "Note: Filter actions will be run in a different order."> +<!ENTITY filterActionOrder.label "See execution order"> + +<!-- New Style Filter Rule Actions --> +<!ENTITY moveMessage.label "Move Message to"> +<!ENTITY copyMessage.label "Copy Message to"> +<!ENTITY forwardTo.label "Forward Message to"> +<!ENTITY replyWithTemplate.label "Reply with Template"> +<!ENTITY markMessageRead.label "Mark As Read"> +<!ENTITY markMessageUnread.label "Mark As Unread"> +<!ENTITY markMessageStarred.label "Mark As Flagged"> +<!ENTITY setPriority.label "Set Priority to"> +<!ENTITY addTag.label "Tag Message"> +<!ENTITY setJunkScore.label "Set Junk Status to"> +<!ENTITY deleteMessage.label "Delete Message"> +<!ENTITY deleteFromPOP.label "Delete From POP Server"> +<!ENTITY fetchFromPOP.label "Fetch From POP Server"> +<!ENTITY ignoreThread.label "Ignore Thread"> +<!ENTITY ignoreSubthread.label "Ignore Subthread"> +<!ENTITY watchThread.label "Watch Thread"> +<!ENTITY stopExecution.label "Stop Filter Execution"> + +<!ENTITY addAction.tooltip "Add a new action"> +<!ENTITY removeAction.tooltip "Remove this action"> +<!-- LOCALIZATION NOTE + The values below are used to control the widths of the filter action widgets. + Change the values only when the localized strings in the popup menus + are truncated in the widgets. + --> +<!-- Flex Attribute: https://developer.mozilla.org/docs/XUL/Attribute/flex --> +<!ENTITY filterActionTypeFlexValue "1"> +<!ENTITY filterActionTargetFlexValue "4"> diff --git a/l10n-en-GB/suite/chrome/mailnews/FilterListDialog.dtd b/l10n-en-GB/suite/chrome/mailnews/FilterListDialog.dtd new file mode 100644 index 0000000000..304d27679c --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/FilterListDialog.dtd @@ -0,0 +1,30 @@ +<!-- 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/. --> + +<!ENTITY filterListDialog.title "Message Filters"> +<!ENTITY nameColumn.label "Filter Name"> +<!ENTITY activeColumn.label "Enabled"> +<!ENTITY newButton.label "New…"> +<!ENTITY newButton.accesskey "N"> +<!ENTITY editButton.label "Edit…"> +<!ENTITY editButton.accesskey "E"> +<!ENTITY deleteButton.label "Delete"> +<!ENTITY deleteButton.accesskey "t"> +<!ENTITY reorderUpButton.label "Move Up"> +<!ENTITY reorderUpButton.accesskey "U"> +<!ENTITY reorderDownButton.label "Move Down"> +<!ENTITY reorderDownButton.accesskey "D"> +<!ENTITY filterHeader.label "Enabled filters are run automatically in the order shown below."> +<!ENTITY filtersForPrefix.label "Filters for:"> +<!ENTITY filtersForPrefix.accesskey "F"> +<!ENTITY viewLogButton.label "Filter Log"> +<!ENTITY viewLogButton.accesskey "L"> +<!ENTITY runFilters.label "Run Now"> +<!ENTITY runFilters.accesskey "R"> +<!ENTITY stopFilters.label "Stop"> +<!ENTITY stopFilters.accesskey "S"> +<!ENTITY folderPickerPrefix.label "Run selected filter(s) on:"> +<!ENTITY folderPickerPrefix.accesskey "c"> +<!ENTITY choosethis.label "choose this folder"> +<!ENTITY choosethisnewsserver.label "choose this news server"> diff --git a/l10n-en-GB/suite/chrome/mailnews/SearchDialog.dtd b/l10n-en-GB/suite/chrome/mailnews/SearchDialog.dtd new file mode 100644 index 0000000000..732ae790b3 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/SearchDialog.dtd @@ -0,0 +1,39 @@ +<!-- 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/. --> + +<!-- for SearchDialog.xul --> +<!ENTITY searchHeading.label "Search for messages in:"> +<!ENTITY searchHeading.accesskey "e"> +<!ENTITY searchSubfolders.label "Search subfolders"> +<!ENTITY searchSubfolders.accesskey "u"> +<!ENTITY searchOnHeading.label "Perform search operations on:"> +<!ENTITY searchOnHeading.accesskey "P"> +<!ENTITY searchOnRemote.label "Remote server"> +<!ENTITY searchOnLocal.label "Local system"> +<!ENTITY resetButton.label "Clear"> +<!ENTITY resetButton.accesskey "C"> +<!ENTITY openButton.label "Open"> +<!ENTITY openButton.accesskey "O"> +<!ENTITY deleteButton.label "Delete"> +<!ENTITY deleteButton.accesskey "D"> +<!ENTITY searchDialogTitle.label "Search Messages"> +<!ENTITY results.label "Results"> +<!ENTITY moveHereMenu.label "Move Here"> +<!ENTITY moveHereMenu.accesskey "H"> +<!ENTITY moveButton.label "Move To"> +<!ENTITY moveButton.accesskey "T"> +<!ENTITY goToFolderButton.label "Open Message Folder"> +<!ENTITY goToFolderButton.accesskey "n"> +<!ENTITY saveAsVFButton.label "Save as Search Folder"> +<!ENTITY saveAsVFButton.accesskey "v"> + +<!-- for ABSearchDialog.xul --> +<!ENTITY abSearchHeading.label "Search in:"> +<!ENTITY abSearchHeading.accesskey "h"> +<!ENTITY propertiesButton.label "Properties"> +<!ENTITY propertiesButton.accesskey "P"> +<!ENTITY composeButton.label "Compose"> +<!ENTITY composeButton.accesskey "e"> +<!ENTITY abSearchDialogTitle.label "Advanced Address Book Search"> + diff --git a/l10n-en-GB/suite/chrome/mailnews/addressbook/abAddressBookNameDialog.dtd b/l10n-en-GB/suite/chrome/mailnews/addressbook/abAddressBookNameDialog.dtd new file mode 100644 index 0000000000..f73630a8f6 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/addressbook/abAddressBookNameDialog.dtd @@ -0,0 +1,5 @@ +<!-- 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/. --> +<!ENTITY name.label "Address Book Name:"> +<!ENTITY name.accesskey "A"> diff --git a/l10n-en-GB/suite/chrome/mailnews/addressbook/abCardOverlay.dtd b/l10n-en-GB/suite/chrome/mailnews/addressbook/abCardOverlay.dtd new file mode 100644 index 0000000000..5f0019f34d --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/addressbook/abCardOverlay.dtd @@ -0,0 +1,161 @@ +<!-- 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/. --> + +<!ENTITY Contact.tab "Contact"> +<!ENTITY Contact.accesskey "C"> +<!ENTITY Name.box "Name"> + +<!-- LOCALIZATION NOTE: + NameField1, NameField2, PhoneticField1, PhoneticField2 + those fields are either LN or FN depends on the target country. + "FirstName" and "LastName" can be swapped for id to change the order + but they should not be translated (same applied to phonetic id). + Make sure the translation of label corresponds to the order of id. +--> + +<!-- LOCALIZATION NOTE (NameField1.id) : DONT_TRANSLATE --> +<!ENTITY NameField1.id "FirstName"> +<!-- LOCALIZATION NOTE (NameField2.id) : DONT_TRANSLATE --> +<!ENTITY NameField2.id "LastName"> +<!-- LOCALIZATION NOTE (PhoneticField1.id) : DONT_TRANSLATE --> +<!ENTITY PhoneticField1.id "PhoneticFirstName"> +<!-- LOCALIZATION NOTE (PhoneticField2.id) : DONT_TRANSLATE --> +<!ENTITY PhoneticField2.id "PhoneticLastName"> + +<!ENTITY NameField1.label "First:"> +<!ENTITY NameField1.accesskey "F"> +<!ENTITY NameField2.label "Last:"> +<!ENTITY NameField2.accesskey "L"> +<!ENTITY PhoneticField1.label "Phonetic:"> +<!ENTITY PhoneticField2.label "Phonetic:"> +<!ENTITY DisplayName.label "Display:"> +<!ENTITY DisplayName.accesskey "D"> +<!ENTITY preferDisplayName.label "Always prefer display name over message header"> +<!ENTITY preferDisplayName.accesskey "A"> +<!ENTITY preferDisplayName2.accesskey "y"> +<!ENTITY NickName.label "Nickname:"> +<!ENTITY NickName.accesskey "N"> + +<!ENTITY PrimaryEmail.label "Email:"> +<!ENTITY PrimaryEmail.accesskey "E"> +<!ENTITY SecondEmail.label "Additional Email:"> +<!ENTITY SecondEmail.accesskey "i"> +<!ENTITY PreferMailFormat.label "Prefers to receive messages formatted as:"> +<!ENTITY PreferMailFormat.accesskey "v"> +<!ENTITY PlainText.label "Plain Text"> +<!ENTITY HTML.label "HTML"> +<!ENTITY Unknown.label "Unknown"> +<!ENTITY ScreenName.label "Screen Name:"> +<!ENTITY ScreenName.accesskey "S"> + +<!ENTITY chatName.label "Chat Name:"> + +<!ENTITY WorkPhone.label "Work:"> +<!ENTITY WorkPhone.accesskey "k"> +<!ENTITY HomePhone.label "Home:"> +<!ENTITY HomePhone.accesskey "m"> +<!ENTITY FaxNumber.label "Fax:"> +<!ENTITY FaxNumber.accesskey "x"> +<!ENTITY PagerNumber.label "Pager:"> +<!ENTITY PagerNumber.accesskey "g"> +<!ENTITY CellularNumber.label "Mobile:"> +<!ENTITY CellularNumber.accesskey "b"> + +<!ENTITY Home.tab "Private"> +<!ENTITY Home.accesskey "P"> +<!ENTITY HomeAddress.label "Address:"> +<!ENTITY HomeAddress.accesskey "d"> +<!ENTITY HomeAddress2.label ""> +<!ENTITY HomeAddress2.accesskey ""> +<!ENTITY HomeCity.label "City:"> +<!ENTITY HomeCity.accesskey "y"> +<!ENTITY HomeState.label "County:"> +<!ENTITY HomeState.accesskey "u"> +<!ENTITY HomeZipCode.label "Post Code:"> +<!ENTITY HomeZipCode.accesskey "s"> +<!ENTITY HomeCountry.label "Country:"> +<!ENTITY HomeCountry.accesskey "r"> +<!ENTITY HomeWebPage.label "Web Page:"> +<!ENTITY HomeWebPage.accesskey "e"> +<!ENTITY Birthday.label "Birthday:"> +<!ENTITY Birthday.accesskey "B"> +<!ENTITY In.label ""> +<!ENTITY Year.placeholder "Year"> +<!ENTITY Or.value "or"> +<!ENTITY Age.placeholder "Age"> +<!ENTITY YearsOld.label ""> + +<!ENTITY Work.tab "Work"> +<!ENTITY Work.accesskey "W"> +<!ENTITY JobTitle.label "Title:"> +<!ENTITY JobTitle.accesskey "e"> +<!ENTITY Department.label "Department:"> +<!ENTITY Department.accesskey "m"> +<!ENTITY Company.label "Organisation:"> +<!ENTITY Company.accesskey "n"> +<!ENTITY WorkAddress.label "Address:"> +<!ENTITY WorkAddress.accesskey "d"> +<!ENTITY WorkAddress2.label ""> +<!ENTITY WorkAddress2.accesskey ""> +<!ENTITY WorkCity.label "City:"> +<!ENTITY WorkCity.accesskey "y"> +<!ENTITY WorkState.label "County:"> +<!ENTITY WorkState.accesskey "u"> +<!ENTITY WorkZipCode.label "Post Code:"> +<!ENTITY WorkZipCode.accesskey "s"> +<!ENTITY WorkCountry.label "Country:"> +<!ENTITY WorkCountry.accesskey "r"> +<!ENTITY WorkWebPage.label "Web Page:"> +<!ENTITY WorkWebPage.accesskey "b"> + +<!ENTITY Other.tab "Other"> +<!ENTITY Other.accesskey "h"> +<!ENTITY Custom1.label "Custom 1:"> +<!ENTITY Custom1.accesskey "1"> +<!ENTITY Custom2.label "Custom 2:"> +<!ENTITY Custom2.accesskey "2"> +<!ENTITY Custom3.label "Custom 3:"> +<!ENTITY Custom3.accesskey "3"> +<!ENTITY Custom4.label "Custom 4:"> +<!ENTITY Custom4.accesskey "4"> +<!ENTITY Notes.label "Notes:"> +<!ENTITY Notes.accesskey "N"> + +<!ENTITY Chat.tab "Chat"> +<!ENTITY Chat.accesskey "a"> +<!ENTITY Gtalk.label "Google Talk:"> +<!ENTITY Gtalk.accesskey "G"> +<!ENTITY AIM.label "AIM:"> +<!ENTITY AIM.accesskey "M"> +<!ENTITY Yahoo.label "Yahoo!:"> +<!ENTITY Yahoo.accesskey "Y"> +<!ENTITY Skype.label "Skype:"> +<!ENTITY Skype.accesskey "S"> +<!ENTITY QQ.label "QQ:"> +<!ENTITY QQ.accesskey "Q"> +<!ENTITY MSN.label "MSN:"> +<!ENTITY MSN.accesskey "N"> +<!ENTITY ICQ.label "ICQ:"> +<!ENTITY ICQ.accesskey "I"> +<!ENTITY XMPP.label "Jabber ID:"> +<!ENTITY XMPP.accesskey "J"> +<!ENTITY IRC.label "IRC Nick:"> +<!ENTITY IRC.accesskey "R"> + +<!ENTITY Photo.tab "Photo"> +<!ENTITY Photo.accesskey "o"> +<!ENTITY PhotoDesc.label "Pick one of the following:"> +<!ENTITY GenericPhoto.label "Generic Photo"> +<!ENTITY GenericPhoto.accesskey "G"> +<!ENTITY DefaultPhoto.label "Default"> +<!ENTITY PhotoFile.label "On this Computer"> +<!ENTITY PhotoFile.accesskey "n"> +<!ENTITY BrowsePhoto.label "Browse"> +<!ENTITY BrowsePhoto.accesskey "r"> +<!ENTITY PhotoURL.label "On the Web"> +<!ENTITY PhotoURL.accesskey "b"> +<!ENTITY PhotoURL.placeholder "Paste or type the web address of a photo"> +<!ENTITY UpdatePhoto.label "Update"> +<!ENTITY UpdatePhoto.accesskey "u"> +<!ENTITY PhotoDropTarget.label "Drag new photo here"> diff --git a/l10n-en-GB/suite/chrome/mailnews/addressbook/abMailListDialog.dtd b/l10n-en-GB/suite/chrome/mailnews/addressbook/abMailListDialog.dtd new file mode 100644 index 0000000000..2897d000b4 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/addressbook/abMailListDialog.dtd @@ -0,0 +1,20 @@ +<!-- 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 mailListWindow.title "Mailing List"> + +<!-- Labels and Access Keys --> +<!ENTITY addToAddressBook.label "Add to: "> +<!ENTITY addToAddressBook.accesskey "A"> +<!ENTITY ListName.label "List Name: "> +<!ENTITY ListName.accesskey "L"> +<!ENTITY ListNickName.label "List Nickname: "> +<!ENTITY ListNickName.accesskey "N"> +<!ENTITY ListDescription.label "Description: "> +<!ENTITY ListDescription.accesskey "D"> +<!-- See bug 58485, when we implement drag and drop, add 'or drag addresses' back in --> +<!ENTITY AddressTitle.label "Type email addresses to add them to the mailing list:"> +<!ENTITY AddressTitle.accesskey "m"> + diff --git a/l10n-en-GB/suite/chrome/mailnews/addressbook/abMainWindow.dtd b/l10n-en-GB/suite/chrome/mailnews/addressbook/abMainWindow.dtd new file mode 100644 index 0000000000..b077e95425 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/addressbook/abMainWindow.dtd @@ -0,0 +1,128 @@ +<!-- 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 throbber.tooltip "Go to the &vendorShortName; home page"> +<!ENTITY throbber.tooltip2 "Go to the &brandShortName; home page"> +<!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"> diff --git a/l10n-en-GB/suite/chrome/mailnews/addressbook/abNewCardDialog.dtd b/l10n-en-GB/suite/chrome/mailnews/addressbook/abNewCardDialog.dtd new file mode 100644 index 0000000000..709f2b6bd0 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/addressbook/abNewCardDialog.dtd @@ -0,0 +1,7 @@ +<!-- 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/. --> + +<!-- Labels --> +<!ENTITY chooseAddressBook.label "Add to: "> +<!ENTITY chooseAddressBook.accesskey "t"> diff --git a/l10n-en-GB/suite/chrome/mailnews/addressbook/abResultsPaneOverlay.dtd b/l10n-en-GB/suite/chrome/mailnews/addressbook/abResultsPaneOverlay.dtd new file mode 100644 index 0000000000..f1f48f6cb5 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/addressbook/abResultsPaneOverlay.dtd @@ -0,0 +1,54 @@ +<!-- 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/. --> + +<!ENTITY Addrbook.label "Address Book"> +<!ENTITY Addrbook.accesskey "B"> +<!ENTITY GeneratedName.label "Name"> +<!ENTITY GeneratedName.accesskey "N"> +<!ENTITY PrimaryEmail.label "Email"> +<!ENTITY PrimaryEmail.accesskey "E"> +<!ENTITY Company.label "Organisation"> +<!ENTITY Company.accesskey "z"> +<!ENTITY _PhoneticName.label "Phonetic Name"> +<!ENTITY _PhoneticName.accesskey "o"> +<!ENTITY NickName.label "Nickname"> +<!ENTITY NickName.accesskey "i"> +<!ENTITY SecondEmail.label "Additional Email"> +<!ENTITY SecondEmail.accesskey "l"> +<!ENTITY Department.label "Department"> +<!ENTITY Department.accesskey "r"> +<!ENTITY JobTitle.label "Title"> +<!ENTITY JobTitle.accesskey "T"> +<!ENTITY CellularNumber.label "Mobile"> +<!ENTITY CellularNumber.accesskey "M"> +<!ENTITY PagerNumber.label "Pager"> +<!ENTITY PagerNumber.accesskey "P"> +<!ENTITY FaxNumber.label "Fax"> +<!ENTITY FaxNumber.accesskey "F"> +<!ENTITY HomePhone.label "Home Phone"> +<!ENTITY HomePhone.accesskey "H"> +<!ENTITY WorkPhone.label "Work Phone"> +<!ENTITY WorkPhone.accesskey "W"> +<!ENTITY ScreenName.label "Screen Name"> +<!ENTITY ScreenName.accesskey "S"> +<!ENTITY ChatName.label "Chat Name"> +<!ENTITY ChatName.accesskey "C"> +<!ENTITY sortAscending.label "Ascending"> +<!ENTITY sortAscending.accesskey "A"> +<!ENTITY sortDescending.label "Descending"> +<!ENTITY sortDescending.accesskey "D"> + +<!-- context menu --> +<!ENTITY composeEmail.label "Compose Email To"> +<!ENTITY composeEmail.accesskey "C"> +<!ENTITY copyAddress.label "Copy Email Address"> +<!ENTITY copyAddress.accesskey "A"> +<!ENTITY deleteAddrBookCard.label "Delete"> +<!ENTITY deleteAddrBookCard.accesskey "D"> +<!ENTITY newAddrBookCard.label "New Card…"> +<!ENTITY newAddrBookCard.accesskey "N"> +<!ENTITY newAddrBookMailingList.label "New Mailing List…"> +<!ENTITY newAddrBookMailingList.accesskey "M"> +<!ENTITY addrBookCardProperties.label "Properties"> +<!ENTITY addrBookCardProperties.accesskey "P"> diff --git a/l10n-en-GB/suite/chrome/mailnews/addressbook/abSelectAddressesDialog.dtd b/l10n-en-GB/suite/chrome/mailnews/addressbook/abSelectAddressesDialog.dtd new file mode 100644 index 0000000000..1956cbe666 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/addressbook/abSelectAddressesDialog.dtd @@ -0,0 +1,31 @@ +<!-- 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 selectAddressWindow.title "Select Addresses"> + +<!-- Buttons --> +<!ENTITY toButton.label "To->"> +<!ENTITY toButton.accesskey "T"> +<!ENTITY ccButton.label "Cc->"> +<!ENTITY ccButton.accesskey "C"> +<!ENTITY bccButton.label "Bcc->"> +<!ENTITY bccButton.accesskey "B"> +<!ENTITY newButton.label "New…"> +<!ENTITY newButton.accesskey "N"> +<!ENTITY editButton.label "Edit…"> +<!ENTITY editButton.accesskey "E"> +<!ENTITY removeButton.label "Remove"> +<!ENTITY removeButton.accesskey "R"> +<!ENTITY lookIn.label "Look in:"> +<!ENTITY lookIn.accesskey "L"> +<!ENTITY for.label "for:"> +<!ENTITY for.accesskey "f"> +<!ENTITY for.placeholder "Name or Email"> +<!ENTITY addressMessageTo.label "Address message to:"> + +<!-- Tooltips items --> +<!ENTITY addressPickerNewButton.tooltip "Create a new address book card"> +<!ENTITY addressPickerEditButton.tooltip "Edit the selected card"> + diff --git a/l10n-en-GB/suite/chrome/mailnews/addressbook/addressBook.properties b/l10n-en-GB/suite/chrome/mailnews/addressbook/addressBook.properties new file mode 100644 index 0000000000..398903c5fa --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/addressbook/addressBook.properties @@ -0,0 +1,280 @@ +# 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/. + +# +# The following are used by the Mailing list dialog +# + +# The following are used by the Mailing list dialog. +# LOCALIZATION NOTE (mailingListTitleEdit): %S will be replaced by the Mailing List's display name. +mailingListTitleEdit=Edit %S +emptyListName=You must enter a list name. +lastFirstFormat=%S, %S +firstLastFormat=%S %S + +allAddressBooks=All Address Books + +newContactTitle=New Contact +# %S will be the card's display name +newContactTitleWithDisplayName=New Contact for %S +editContactTitle=Edit Contact +# %S will be the card's display name +editContactTitleWithDisplayName=Edit Contact for %S +# don't translate vCard +editVCardTitle=Edit vCard +# %S will be the card's display name, don't translate vCard +editVCardTitleWithDisplayName=Edit vCard for %S + +## LOCALIZATION NOTE (cardRequiredDataMissingMessage): do not localize \n +cardRequiredDataMissingMessage=You must enter at least one of the following items:\nEmail Address, First Name, Last Name, Display Name, Organisation. +cardRequiredDataMissingTitle=Required Information Missing +incorrectEmailAddressFormatMessage=The primary email address must be of the form user@host. +incorrectEmailAddressFormatTitle=Incorrect Email Address Format + +viewListTitle=Mailing List: %S +mailListNameExistsTitle=Mailing List Already Exists +mailListNameExistsMessage=A Mailing List with that name already exists. Please choose a different name. + +# used in the addressbook +confirmDeleteMailingListTitle=Delete Mailing List +confirmDeleteAddressbookTitle=Delete Address Book +confirmDeleteAddressbook=Are you sure you want to delete the selected address book? +confirmDeleteCollectionAddressbook=If this address book is deleted, %S will no longer collect addresses. Are you sure you want to delete the selected address book? +confirmDeleteContact=Are you sure you want to delete the selected contact? +confirmDeleteContacts=Are you sure you want to delete the selected contacts? +confirmDeleteMailingList=Are you sure you want to delete the selected mailing list? +confirmDeleteListsAndContacts=Are you sure you want to delete the selected contacts and mailing lists? +confirmDeleteMailingLists=Are you sure you want to delete the selected mailing lists? + +confirmDeleteThisContactTitle=Delete Contact +# LOCALIZATION NOTE (confirmDeleteThisContact): +# #1 The name of the selected contact +# Don't localize "\n• #1" unless your local layout comes out wrong. +# Example: Are you sure you want to delete this contact? +# • John Doe +confirmDeleteThisContact=Are you sure you want to delete this contact?\n• #1 + +confirmDelete2orMoreContactsTitle=Delete Multiple Contacts +# LOCALIZATION NOTE (confirmDelete2orMoreContacts): +# Semicolon list of plural forms. +# See: http://developer.mozilla.org/docs/Localization_and_Plurals +# #1 The number of selected contacts, always more than 1. +# Example: Are you sure you want to delete these 3 contacts? +confirmDelete2orMoreContacts=Are you sure you want to delete this #1 contact?;Are you sure you want to delete these #1 contacts? + +confirmRemoveThisContactTitle=Remove Contact +# LOCALIZATION NOTE (confirmRemoveThisContact): +# #1 The name of the selected contact +# #2 The name of the containing mailing list +# This title is about a contact in a mailing list, so it will not be deleted, +# but only removed from the list. +# Don't localize "\n• #1" unless your local layout comes out wrong. +# Example: Are you sure you want to remove this contact from the mailing list 'Customers List'? +# • John Doe +confirmRemoveThisContact=Are you sure you want to remove this contact from the mailing list '#2'?\n• #1 + +confirmRemove2orMoreContactsTitle=Remove Multiple Contacts +# LOCALIZATION NOTE (confirmRemove2orMoreContacts): +# Semicolon list of singular and plural forms. +# See: http://developer.mozilla.org/docs/Localization_and_Plurals +# #1 The number of selected contacts, always more than 1. +# #2 The name of the containing mailing list +# Example: Are you sure you want to remove these 3 contacts from the mailing list 'Customers List'? +confirmRemove2orMoreContacts=Are you sure you want to remove this #1 contact from the mailing list '#2'?;Are you sure you want to remove these #1 contacts from the mailing list '#2'? + +confirmDeleteThisMailingListTitle=Delete Mailing List +# LOCALIZATION NOTE (confirmDeleteThisMailingList): +# #1 The name of the selected mailing list +# Don't localize "\n• #1" unless your local layout comes out wrong. +# Example: Are you sure you want to delete this mailing list? +# • Customers List +confirmDeleteThisMailingList=Are you sure you want to delete this mailing list?\n• #1 + +confirmDelete2orMoreMailingListsTitle=Delete Multiple Mailing Lists +# LOCALIZATION NOTE (confirmDelete2orMoreMailingLists): +# Semicolon list of plural forms. +# See: http://developer.mozilla.org/docs/Localization_and_Plurals +# #1 The number of selected mailing lists, always more than 1 +# Example: Are you sure you want to delete these 3 mailing lists? +confirmDelete2orMoreMailingLists=Are you sure you want to delete this #1 mailing list?;Are you sure you want to delete these #1 mailing lists? + +confirmDelete2orMoreContactsAndListsTitle=Delete Contacts and Mailing Lists +# LOCALIZATION NOTE (confirmDelete2orMoreContactsAndLists): +# Semicolon list of and plural forms. +# See: http://developer.mozilla.org/docs/Localization_and_Plurals +# #1 The number of selected contacts and mailing lists, always more than 1 +# Example: Are you sure you want to delete these 3 contacts and mailing lists? +confirmDelete2orMoreContactsAndLists=Are you sure you want to delete these #1 contacts and mailing lists?;Are you sure you want to delete these #1 contacts and mailing lists? + +confirmDeleteThisAddressbookTitle=Delete Address Book +# LOCALIZATION NOTE (confirmDeleteThisAddressbookTitle): +# #1 The name of the selected address book +# Don't localize "\n• #1" unless your local layout comes out wrong. +# Example: Are you sure you want to delete this address book and all of its contacts? +# • Friends and Family Address Book +confirmDeleteThisAddressbook=Are you sure you want to delete this address book and all of its contacts?\n• #1 + +confirmDeleteThisLDAPDirTitle=Delete Local LDAP Directory +# LOCALIZATION NOTE (confirmDeleteThisLDAPDir): +# #1 The name of the selected LDAP directory +# Don't localize "\n• #1" unless your local layout comes out wrong. +# Example: Are you sure you want to delete the local copy of this LDAP directory and all of its offline contacts? +# • Mozilla LDAP Directory +confirmDeleteThisLDAPDir=Are you sure you want to delete the local copy of this LDAP directory and all of its offline contacts?\n• #1 + +confirmDeleteThisCollectionAddressbookTitle=Delete Collection Address Book +# LOCALIZATION NOTE (confirmDeleteThisCollectionAddressbook): +# #1 The name of the selected collection address book +# #2 The name of the application (Thunderbird) +# Don't localize "\n• #1" unless your local layout comes out wrong. +# Example: If this address book is deleted, Thunderbird will no longer collect addresses. +# Are you sure you want to delete this address book and all of its contacts? +# • My Collecting Addressbook +confirmDeleteThisCollectionAddressbook=If this address book is deleted, #2 will no longer collect addresses.\nAre you sure you want to delete this address book and all of its contacts?\n• #1 + +propertyPrimaryEmail=Email +propertyListName=List Name +propertySecondaryEmail=Additional Email +propertyScreenName=Screen Name +propertyNickname=Nickname +propertyDisplayName=Display Name +propertyWork=Work +propertyHome=Home +propertyFax=Fax +propertyCellular=Mobile +propertyPager=Pager +propertyBirthday=Birthday +propertyCustom1=Custom 1 +propertyCustom2=Custom 2 +propertyCustom3=Custom 3 +propertyCustom4=Custom 4 + +propertyGtalk=Google Talk +propertyAIM=AIM +propertyYahoo=Yahoo! +propertySkype=Skype +propertyQQ=QQ +propertyMSN=MSN +propertyICQ=ICQ +propertyXMPP=Jabber ID +propertyIRC=IRC Nick + +## LOCALIZATION NOTE (cityAndStateAndZip): +## %1$S is city, %2$S is state, %3$S is zip +cityAndStateAndZip=%1$S, %2$S %3$S +## LOCALIZATION NOTE (cityAndStateNoZip): +## %1$S is city, %2$S is state +cityAndStateNoZip=%1$S, %2$S +## LOCALIZATION NOTE (cityOrStateAndZip): +## %1$S is city or state, %2$S is zip +cityOrStateAndZip=%1$S %2$S + +stateZipSeparator= + +prefixTo=To +prefixCc=Cc +prefixBcc=Bcc +emptyEmailAddCard=You cannot add a card that has no primary email address +emptyEmailAddCardTitle=Cannot Add Card +addressBook=Address Book + +# Contact photo management +browsePhoto=Contact Photo + +stateImageSave=Saving the image… +errorInvalidUri=Error: Invalid source image. +errorNotAvailable=Error: The file is not accessible. +errorInvalidImage=Error: Only JPG, PNG and GIF image types are supported. +errorSaveOperation=Error: Could not save the image. + +# mailnews.js +ldap_2.servers.pab.description=Personal Address Book +ldap_2.servers.history.description=Collected Addresses +## LOCALIZATION NOTE (ldap_2.servers.oe.description is only used on Windows) +ldap_2.servers.oe.description=OE Contacts +## LOCALIZATION NOTE (ldap_2.servers.osx.description is only used on Mac OS X) +ldap_2.servers.osx.description=Mac OS X Address Book + +# status bar stuff +## LOCALIZATION NOTE (totalContactStatus): +## %1$S is address book name, %2$S is card count +totalContactStatus=Total contacts in %1$S: %2$S +noMatchFound=No matches found +## LOCALIZATION NOTE (matchesFound1): +## Semicolon-separated list of singular and plural forms. +## See: https://developer.mozilla.org/docs/Mozilla/Localization/Localization_and_Plurals +## #1 is the number of matching contacts found +matchesFound1=#1 match found;#1 matches found + +## LOCALIZATION NOTE (contactsCopied): Semi-colon list of plural forms +## %1$S is the number of contacts that were copied. This should be used multiple +## times wherever you need it. Do not replace by %S. +contactsCopied=%1$S contact copied;%1$S contacts copied + +## LOCALIZATION NOTE (contactsMoved): Semi-colon list of plural forms +## %1$S is the number of contacts that were moved. This should be used multiple +## times wherever you need it. Do not replace by %S. +contactsMoved=%1$S contact moved;%1$S contacts moved + +# LDAP directory stuff +invalidName=Please enter a valid Name. +invalidHostname=Please enter a valid Hostname. +invalidPortNumber=Please enter a valid Port Number. +invalidResults=Please enter a valid number in the results field. +abReplicationOfflineWarning=You must be online to perform LDAP replication. +abReplicationSaveSettings=Settings must be saved before a directory may be downloaded. + +# For importing / exporting +## LOCALIZATION NOTE (ExportAddressBookNameTitle): %S is the name of exported addressbook +ExportAddressBookNameTitle=Export Address Book - %S +LDIFFiles=LDIF +CSVFiles=Comma Separated +CSVFilesSysCharset=Comma Separated (System Charset) +CSVFilesUTF8=Comma Separated (UTF-8) +TABFiles=Tab Delimited +TABFilesSysCharset=Tab Delimited (System Charset) +TABFilesUTF8=Tab Delimited (UTF-8) +VCFFiles=vCard +failedToExportTitle=Export Failed +failedToExportMessageNoDeviceSpace=Failed to export addressbook, no space left on device. +failedToExportMessageFileAccessDenied=Failed to export addressbook, file access denied. + +# For getting authDN for replication using dlg box +AuthDlgTitle=Address Book LDAP Replication +AuthDlgDesc=To access the directory server, enter your user name and password. + +# LOCALIZATION NOTE(joinMeInThisChat) +# use + for spaces +joinMeInThisChat=Join+me+in+this+Chat. + +# For printing +headingHome=Home +headingWork=Work +headingOther=Other +headingChat=Chat +headingPhone=Phone +headingDescription=Description +headingAddresses=Addresses + +## For address books +addressBookTitleNew=New Address Book +# LOCALIZATION NOTE (addressBookTitleEdit): +# %S is the current name of the address book. +# Example: My Custom AB Properties +addressBookTitleEdit=%S Properties +duplicateNameTitle=Duplicate Address Book Name +# LOCALIZATION NOTE (duplicateNameText): +# Don't localize "\n• %S" unless your local layout comes out wrong. +# %S is the name of the existing address book. +# Example: An address book with this name already exists: +# • My Custom AB +duplicateNameText=An address book with this name already exists:\n• %S + +# For corrupt .mab files +corruptMabFileTitle=Corrupt Address Book File +corruptMabFileAlert=One of your address book files (%1$S file) could not be read. A new %2$S file will be created and a backup of the old file, called %3$S, will be created in the same directory. + +# For locked .mab files +lockedMabFileTitle=Unable to Load Address Book File +lockedMabFileAlert=Unable to load address book file %S. It may be read-only, or locked by another application. Please try again later. diff --git a/l10n-en-GB/suite/chrome/mailnews/addressbook/ldapAutoCompErrs.properties b/l10n-en-GB/suite/chrome/mailnews/addressbook/ldapAutoCompErrs.properties new file mode 100644 index 0000000000..04ef906bb5 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/addressbook/ldapAutoCompErrs.properties @@ -0,0 +1,104 @@ +# 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/. + +# These are error strings for problems that happen while in the +# various states declared in nsILDAPAutoCompFormatter.idl. Note that +# the number that indexes each error state is the same as the number +# corresponding to that state in nsILDAPAutoCompFormatter.idl. + +## @name ERR_STATE_UNBOUND +## @loc none +0=LDAP initialisation problem + +## @name ERR_STATE_INITIALIZING +## @loc none +1=LDAP server connection failed + +## @name ERR_STATE_BINDING +## @loc none +2=LDAP server connection failed + +## @name ERR_STATE_BOUND +## @loc none +3=LDAP server communications problem + +## @name ERR_STATE_SEARCHING +## @loc none +4=LDAP server search problem + + +# The format of the alert dialog itself +# +## @name ALERT_FORMAT +## @loc None of %1$S, %2$S and %3$S should be localized. +## %1$S is the error code itself, %2$S is an LDAP SDK error message from +## chrome://mozldap/locale/ldap.properties, and %3$S is a hint relating +## to that specific error, found in this file. +errorAlertFormat=Error code %1$S: %2$S\n\n %3$S + +## The following errors are for error codes other than LDAP-specific ones. +## Someday mozilla will actually have a system for mapping nsresults to +## error strings that's actually widely used, unlike nsIErrorService. But +## until it does, these strings live here… + +## @name HOST_NOT_FOUND +## @loc none +5000=Host not found + +## @name GENERIC_ERROR +## @loc none +9999=Unknown error + + +# Hints to for the user, associated with specific error codes (ie error code +# + 10000) + + +## @name TIMELIMIT_EXCEEDED_HINT +## @loc none +10003=Please try again later, or else contact your System Administrator. + +## @name STRONGAUTH_REQUIRED_HINT +## @loc none +10008=Strong authentication is not currently supported. + +## @name INVALID_SYNTAX_HINT +## @loc none +10021=Verify that the search filter is correct, and then try again, or else contact your System Administrator. To verify that the search filter is correct, from the Edit menu, choose Preferences, then choose Mail & Newsgroups, and then choose Addressing. Click Edit Directories, and select the LDAP server being used. Click Edit, and then click Advanced to display the Search Filter. + +## @name NO_SUCH_OBJECT_HINT +## @loc none +10032=Verify that the Base DN is correct, and then try again, or else contact your System Administrator. To verify that the Base DN is correct, from the Edit menu, choose Preferences, then choose Mail & Newsgroups, and then choose Addressing. Click Edit Directories, and select the LDAP server being used. Click Edit to display the Base DN. + +## @name BUSY_HINT +## @loc none +10051=Please try again later. + +## @name SERVER_DOWN_HINT +## @loc none +10081=Verify that the Hostname and Port Number are correct, and then try again, or else contact your System Administrator. To verify that the Hostname and Port Number are correct, from the Edit menu, choose Preferences, then choose Mail & Newsgroups, and then choose Addressing. Click Edit Directories, and select the LDAP server being used. Click Edit to display the Hostname. Click Advanced to display the Port Number. + +## @name TIMEOUT_HINT +## @loc none +10085=Please try again later. + +## @name FILTER_ERROR_HINT +## @loc none +10087=Verify that the search filter is correct, and then try again, or else contact your System Administrator. To verify that the search filter is correct, from the Edit menu, choose Preferences, then choose Mail & Newsgroups, and then choose Addressing. Click Edit Directories, and select the LDAP server being used. Click Edit, and then click Advanced to display the Search Filter. + +## @name NO_MEMORY_HINT +## @loc none +10090=Please close some other windows and/or applications and try again. + +## @name CONNECT_ERROR_HINT +## @loc none +10091=Verify that the Hostname and Port Number are correct, and then try again, or else contact your System Administrator. To verify that the Hostname and Port Number are correct, from the Edit menu, choose Preferences, then choose Mail & Newsgroups, and then choose Addressing. Click Edit Directories, and select the LDAP server being used. Click Edit to display the Hostname. Click Advanced to display the Port Number. + +## @name HOST_NOT_FOUND_HINT +## @loc none +15000=Verify that the Hostname is correct, and then try again, or else contact your System Administrator. To verify that the Hostname is correct, from the Edit menu, choose Preferences, then choose Mail & Newsgroups, and then choose Addressing. Click Edit Directories, and select the LDAP server being used. Click Edit to display the Hostname. + +## @name GENERIC_HINT +## @loc none +19999=Please contact your System Administrator. diff --git a/l10n-en-GB/suite/chrome/mailnews/appleMailImportMsgs.properties b/l10n-en-GB/suite/chrome/mailnews/appleMailImportMsgs.properties new file mode 100644 index 0000000000..38c9e3eaa0 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/appleMailImportMsgs.properties @@ -0,0 +1,20 @@ +# 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/. + +# Short name of import module +ApplemailImportName=Apple Mail + +# Description of import module +ApplemailImportDescription=Import Local Mail from Mac OS X Mail + +# Success Message +# LOCALIZATION NOTE(ApplemailImportMailboxSuccess): Do not translate the word "%S" below. +ApplemailImportMailboxSuccess=Local messages were successfully imported from %S + +# Error Message +ApplemailImportMailboxBadparam=An internal error occurred. Importing failed. Try importing again. + +# Error message +# LOCALIZATION NOTE(ApplemailImportMailboxConverterror): Do not translate the word "%S" below. +ApplemailImportMailboxConverterror=An error occurred while importing messages from %S. Messages were not imported. diff --git a/l10n-en-GB/suite/chrome/mailnews/beckyImportMsgs.properties b/l10n-en-GB/suite/chrome/mailnews/beckyImportMsgs.properties new file mode 100644 index 0000000000..97aa769651 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/beckyImportMsgs.properties @@ -0,0 +1,19 @@ +# 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/. +# +# The following are used by the becky import code to display status/error +# and informational messages + +# Short name of import module +BeckyImportName=Becky! Internet Mail + +# Description of import module +BeckyImportDescription=Import Local Mail from Becky! Internet Mail + +# Success Message +# LOCALIZATION NOTE : Do not translate the word "%S" below. +# The variable %S will contain the name of the Mailbox +BeckyImportMailboxSuccess=Local messages were successfully imported from %S. + +BeckyImportAddressSuccess=Address book imported diff --git a/l10n-en-GB/suite/chrome/mailnews/charsetTitles.properties b/l10n-en-GB/suite/chrome/mailnews/charsetTitles.properties new file mode 100644 index 0000000000..91fb080bfa --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/charsetTitles.properties @@ -0,0 +1,80 @@ +# 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/. + +## Rule of this file: +## 1. key should always be in lower case ascii so we can do case insensitive +## comparison in the code faster. + +## Format of this file: +## charset_name.title = a_title - specifies the human readable title for +## this charset + +iso-8859-1.title = Western (ISO-8859-1) +iso-8859-2.title = Central European (ISO-8859-2) +iso-8859-3.title = South European (ISO-8859-3) +iso-8859-4.title = Baltic (ISO-8859-4) +iso-8859-10.title = Nordic (ISO-8859-10) +iso-8859-13.title = Baltic (ISO-8859-13) +iso-8859-14.title = Celtic (ISO-8859-14) +iso-8859-15.title = Western (ISO-8859-15) +iso-8859-16.title = Romanian (ISO-8859-16) +windows-1250.title = Central European (Windows-1250) +windows-1252.title = Western (Windows-1252) +windows-1254.title = Turkish (Windows-1254) +windows-1257.title = Baltic (Windows-1257) +macintosh.title = Western (MacRoman) +x-mac-ce.title = Central European (MacCE) +x-mac-turkish.title = Turkish (MacTurkish) +x-mac-croatian.title = Croatian (MacCroatian) +x-mac-romanian.title = Romanian (MacRomanian) +x-mac-icelandic.title = Icelandic (MacIcelandic) +iso-2022-jp.title = Japanese (ISO-2022-JP) +shift_jis.title = Japanese (Shift_JIS) +euc-jp.title = Japanese (EUC-JP) +big5.title = Chinese Traditional (Big5) +big5-hkscs.title = Chinese Traditional (Big5-HKSCS) +gb2312.title = Chinese Simplified (GB2312) +gbk.title = Chinese Simplified (GBK) +euc-kr.title = Korean (EUC-KR) +utf-7.title = Unicode (UTF-7) +utf-8.title = Unicode (UTF-8) +utf-16.title = Unicode (UTF-16) +utf-16le.title = Unicode (UTF-16LE) +utf-16be.title = Unicode (UTF-16BE) +iso-8859-5.title = Cyrillic (ISO-8859-5) +windows-1251.title = Cyrillic (Windows-1251) +x-mac-cyrillic.title = Cyrillic (MacCyrillic) +x-mac-ukrainian.title = Cyrillic/Ukrainian (MacUkrainian) +koi8-r.title = Cyrillic (KOI8-R) +koi8-u.title = Cyrillic/Ukrainian (KOI8-U) +iso-8859-7.title = Greek (ISO-8859-7) +windows-1253.title = Greek (Windows-1253) +x-mac-greek.title = Greek (MacGreek) +windows-1258.title = Vietnamese (Windows-1258) +windows-874.title = Thai (Windows-874) +iso-8859-6.title = Arabic (ISO-8859-6) +iso-8859-8.title = Hebrew Visual (ISO-8859-8) +iso-8859-8-i.title = Hebrew (ISO-8859-8-I) +windows-1255.title = Hebrew (Windows-1255) +windows-1256.title = Arabic (Windows-1256) +x-user-defined.title = User Defined +ibm866.title = Cyrillic/Russian (CP-866) +gb18030.title = Chinese Simplified (GB18030) +x-mac-arabic.title = Arabic (MacArabic) +x-mac-farsi.title = Farsi (MacFarsi) +x-mac-hebrew.title = Hebrew (MacHebrew) +x-mac-devanagari.title = Hindi (MacDevanagari) +x-mac-gujarati.title = Gujarati (MacGujarati) +x-mac-gurmukhi.title = Gurmukhi (MacGurmukhi) + +chardet.off.title = (Off) +chardet.universal_charset_detector.title = Universal +chardet.ja_parallel_state_machine.title = Japanese +chardet.ko_parallel_state_machine.title = Korean +chardet.zhtw_parallel_state_machine.title = Traditional Chinese +chardet.zhcn_parallel_state_machine.title = Simplified Chinese +chardet.zh_parallel_state_machine.title = Chinese +chardet.cjk_parallel_state_machine.title = East Asian +chardet.ruprob.title = Russian +chardet.ukprob.title = Ukrainian diff --git a/l10n-en-GB/suite/chrome/mailnews/compose/addressingWidgetOverlay.dtd b/l10n-en-GB/suite/chrome/mailnews/compose/addressingWidgetOverlay.dtd new file mode 100644 index 0000000000..038042c293 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/compose/addressingWidgetOverlay.dtd @@ -0,0 +1,13 @@ +<!-- 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/. --> + +<!-- address labels --> +<!--LOCALIZATION NOTE addressingWidgetOverlay.dtd The basic mail/news composition headers as they are seen in UI --> +<!ENTITY toAddr.label "To:"> +<!ENTITY ccAddr.label "Cc:"> +<!ENTITY bccAddr.label "Bcc:"> +<!ENTITY replyAddr.label "Reply-To:"> +<!ENTITY newsgroupsAddr.label "Newsgroup:"> +<!ENTITY followupAddr.label "Followup-To:"> + diff --git a/l10n-en-GB/suite/chrome/mailnews/compose/askSendFormat.dtd b/l10n-en-GB/suite/chrome/mailnews/compose/askSendFormat.dtd new file mode 100644 index 0000000000..11e06a452b --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/compose/askSendFormat.dtd @@ -0,0 +1,20 @@ +<!-- 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/. --> + +<!--LOCALIZATION NOTE askSendFormat.dtd UI for dialog that asks the user, which format to use for sending a message --> +<!ENTITY windowTitle.label "HTML Mail Question"> + +<!ENTITY recipient.label "Some of the recipients are not listed as being able to receive HTML mail."> + +<!ENTITY question.label "Would you like to convert the message to plain text or send it in HTML anyway?"> + +<!ENTITY plainTextAndHtml.label "Send in Plain Text and HTML"> +<!ENTITY plainTextAndHtml.accesskey "a"> +<!ENTITY plainTextOnly.label "Send in Plain Text Only"> +<!ENTITY plainTextOnly.accesskey "P"> +<!ENTITY htmlOnly.label "Send in HTML Only"> +<!ENTITY htmlOnly.accesskey "H"> + +<!ENTITY send.label "Send"> +<!ENTITY send.accesskey "S"> diff --git a/l10n-en-GB/suite/chrome/mailnews/compose/askSendFormat.properties b/l10n-en-GB/suite/chrome/mailnews/compose/askSendFormat.properties new file mode 100644 index 0000000000..566a80090b --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/compose/askSendFormat.properties @@ -0,0 +1,8 @@ +# 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/. + +convertibleYes=Your message can be converted to plain text without losing information. +convertibleAltering=Your message can be converted to plain text without losing important information. However, the plain text version might look different to the version you created in the composer. +convertibleNo=However, you used formatting (e.g. colours) that will not be converted to plain text. +recommended=(recommended) diff --git a/l10n-en-GB/suite/chrome/mailnews/compose/composeMsgs.properties b/l10n-en-GB/suite/chrome/mailnews/compose/composeMsgs.properties new file mode 100644 index 0000000000..b0fe3e9198 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/compose/composeMsgs.properties @@ -0,0 +1,302 @@ +# 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/. + +# +# The following are used by the compose back end +# +## LOCALIZATION NOTE (unableToOpenFile, unableToOpenTmpFile): +## %S will be replaced with the name of file that could not be opened +unableToOpenFile=Unable to open the file %S. +unableToOpenTmpFile=Unable to open the temporary file %S. Check your 'Temporary Directory' setting. +unableToSaveTemplate=Unable to save your message as a template. +unableToSaveDraft=Unable to save your message as a draft. +couldntOpenFccFolder=Couldn't open the Sent mail folder. Please verify that your Mail preferences are correct. +noSender=No sender was specified. Please add your email address in the Mail & Newsgroups account settings. +noRecipients=No recipients were specified. Please enter a recipient or newsgroup in the addressing area. +errorWritingFile=Error writing temporary file. + +## LOCALIZATION NOTE (errorSendingFromCommand): argument %s is the Outgoing server (SMTP) response +errorSendingFromCommand=An error occurred while sending mail. The mail server responded: %s. Please verify that your email address is correct in your Mail preferences and try again. + +## LOCALIZATION NOTE (errorSendingDataCommand): argument %s is the Outgoing server (SMTP) response +errorSendingDataCommand=An Outgoing server (SMTP) error occurred while sending mail. The server responded: %s. + +## LOCALIZATION NOTE (errorSendingMessage): argument %s is the Outgoing server (SMTP) response +errorSendingMessage=An error occurred while sending mail. The mail server responded: %s. Please check the message and try again. +postFailed=The message could not be posted because connecting to the news server failed. The server may be unavailable or is refusing connections. Please verify that your news server settings are correct and try again. +errorQueuedDeliveryFailed=An error occurred while delivering unsent messages. +sendFailed=Sending of the message failed. + +## LOCALIZATION NOTE (sendFailedUnexpected): argument %X is a hex error code value +sendFailedUnexpected=Failed due to unexpected error %X. No description is available. + +## LOCALIZATION NOTE (smtpSecurityIssue): argument %S is the Outgoing smtp server name +smtpSecurityIssue=The configuration related to %S must be corrected. + +## LOCALIZATION NOTE (smtpServerError): argument %s is the Outgoing server (SMTP) response +smtpServerError=An error occurred while sending mail: Outgoing server (SMTP) error. The server responded: %s\n. +unableToSendLater=Sorry, we were unable to save your message for sending later. + +## LOCALIZATION NOTE (communicationsError): argument %d is the error code +communicationsError=A communications error occurred: %d. Please try again. +dontShowAlert=THIS IS JUST A PLACEHOLDER. YOU SHOULD NEVER SEE THIS STRING. + +couldNotGetUsersMailAddress2=An error occurred while sending mail: the sender's address (From:) was invalid. Please verify that this email address is correct and try again. +couldNotGetSendersIdentity=An error occurred while sending mail: the sender identity was invalid. Please verify the configuration of your identity and try again. +mimeMpartAttachmentError=Attachment error. +failedCopyOperation=The message was sent successfully, but could not be copied to your Sent folder. +nntpNoCrossPosting=You can only send a message to one news server at a time. +msgCancelling=Cancelling… +sendFailedButNntpOk=Your message has been posted to the newsgroup but has not been sent to the other recipient. +errorReadingFile=Error reading file. +followupToSenderMessage=The author of this message has requested that responses be sent only to the author. If you also want to reply to the newsgroup, add a new row to the addressing area, choose Newsgroup from the recipients list, and enter the name of the newsgroup. + +## LOCALIZATION NOTE (errorAttachingFile): argument %S is the file name/URI of object to be attached +errorAttachingFile=There was an error attaching %S. Please check that you have access to the file. + +## LOCALIZATION NOTE (incorrectSmtpGreeting): argument %s is the Outgoing server (SMTP) greeting +incorrectSmtpGreeting=An error occurred while sending mail: The mail server sent an incorrect greeting: %s. + +## LOCALIZATION NOTE (errorSendingRcptCommand): argument %1$S is the Outgoing server (SMTP) response, argument %2$S is the intended message recipient. +errorSendingRcptCommand=An error occurred while sending mail. The mail server responded: \n%1$S.\n Please check the message recipient "%2$S" and try again. + +## LOCALIZATION NOTE (startTlsFailed): argument %S is the Outgoing server (SMTP) +startTlsFailed=An error occurred while sending mail: Unable to establish a secure link with Outgoing server (SMTP) %S using STARTTLS since it doesn't advertise that feature. Switch off STARTTLS for this server or contact your service provider. + +## LOCALIZATION NOTE (smtpPasswordUndefined): argument %S is the Outgoing server (SMTP) account +smtpPasswordUndefined=An error occurred while sending mail: Could not get password for %S. The message was not sent. + +## LOCALIZATION NOTE (smtpSendNotAllowed): argument %s is the Outgoing server (SMTP) response +smtpSendNotAllowed=An error occurred while sending mail. The mail server responded:\n%s.\nPlease ensure that you are using the correct identity to send and that the used authentication method is correct. Verify that you are allowed to send via this SMTP server with your current credentials from your current network. + +## LOCALIZATION NOTE (smtpTempSizeExceeded): argument %s is the Outgoing server (SMTP) response +smtpTempSizeExceeded=The size of the message you are trying to send exceeds a temporary size limit of the server. The message was not sent; try to reduce the message size or wait some time and try again. The server responded: %s. + +## LOCALIZATION NOTE (smtpClientid): argument %s is the Outgoing server (SMTP) response +smtpClientid=The outgoing server (SMTP) detected an error in the CLIENTID command. The message was not sent. The server responded: %s + +## LOCALIZATION NOTE (smtpClientidPermission): argument %s is the Outgoing server (SMTP) response +smtpClientidPermission=The outgoing server (SMTP) response to the CLIENTID command indicates that your device is not permitted to send mail. The server responded: %s + +## LOCALIZATION NOTE (smtpPermSizeExceeded1): argument %d is the Outgoing server (SMTP) size limit +smtpPermSizeExceeded1=The size of the message you are trying to send exceeds the global size limit (%d bytes) of the server. The message was not sent; reduce the message size and try again. + +## LOCALIZATION NOTE (smtpPermSizeExceeded2): argument %s is the server's response +smtpPermSizeExceeded2=The size of the message you are trying to send exceeds the global size limit of the server. The message was not sent; reduce the message size and try again. The server responded: %s. + +## LOCALIZATION NOTE (smtpSendFailedUnknownServer): argument %S is the Outgoing server (SMTP) +smtpSendFailedUnknownServer=An error occurred while sending mail: Outgoing server (SMTP) %S is unknown. The server may be incorrectly configured. Please verify that your Outgoing server (SMTP) settings are correct and try again. + +## LOCALIZATION NOTE (smtpSendRequestRefused): argument %S is the Outgoing server (SMTP) +smtpSendRequestRefused=The message could not be sent because connecting to Outgoing server (SMTP) %S failed. The server may be unavailable or is refusing SMTP connections. Please verify that your Outgoing server (SMTP) settings are correct and try again. + +## LOCALIZATION NOTE (smtpSendInterrupted): argument %S is the Outgoing server (SMTP) +smtpSendInterrupted=The message could not be sent because the connection to Outgoing server (SMTP) %S was lost in the middle of the transaction. Try again. + +## LOCALIZATION NOTE (smtpSendTimeout): argument %S is the Outgoing server (SMTP) +smtpSendTimeout=The message could not be sent because the connection to Outgoing server (SMTP) %S timed out. Try again. + +## LOCALIZATION NOTE (smtpSendFailedUnknownReason): argument %S is the Outgoing server (SMTP) +smtpSendFailedUnknownReason=The message could not be sent using Outgoing server (SMTP) %S for an unknown reason. Please verify that your Outgoing server (SMTP) settings are correct and try again. + +# LOCALIZATION NOTE (smtpHintAuthEncryptToPlainNoSsl): %S is the server hostname +smtpHintAuthEncryptToPlainNoSsl=The Outgoing server (SMTP) %S does not seem to support encrypted passwords. If you just set up the account, try changing the 'Authentication method' in 'Account Settings | Outgoing server (SMTP)' to 'Password, transmitted insecurely'. If it used to work but now doesn't, you may be susceptible to getting your password stolen. + +# LOCALIZATION NOTE (smtpHintAuthEncryptToPlainSsl): %S is the server hostname +smtpHintAuthEncryptToPlainSsl=The Outgoing server (SMTP) %S does not seem to support encrypted passwords. If you just set up the account, try changing the 'Authentication method' in 'Account settings | Outgoing server (SMTP)' to 'Normal password'. + +# LOCALIZATION NOTE (smtpHintAuthPlainToEncrypt): %S is the server hostname +smtpHintAuthPlainToEncrypt=The Outgoing server (SMTP) %S does not allow plaintext passwords. Please try changing the 'Authentication method' in 'Account Settings | Outgoing server (SMTP)' to 'Encrypted password'. + +# LOCALIZATION NOTE (smtpAuthFailure): %S is the server hostname +smtpAuthFailure=Unable to authenticate to Outgoing server (SMTP) %S. Please check the password, and verify the 'Authentication method' in 'Account Settings | Outgoing server (SMTP)'. + +# LOCALIZATION NOTE (smtpAuthGssapi): %S is the server hostname +smtpAuthGssapi=The Kerberos/GSSAPI ticket was not accepted by the Outgoing server (SMTP) %S. Please check that you are logged in to the Kerberos/GSSAPI realm. + +# LOCALIZATION NOTE (smtpAuthMechNotSupported): %S is the server hostname +smtpAuthMechNotSupported=The Outgoing server (SMTP) %S does not support the selected authentication method. Please change the 'Authentication method' in 'Account Settings | Outgoing server (SMTP)'. + +# LOCALIZATION NOTE (errorIllegalLocalPart): %s is an email address with an illegal localpart +errorIllegalLocalPart=There are non-ASCII characters in the local part of the recipient address %s. This is not yet supported. Please change this address and try again. + +# LOCALIZATION NOTE (errorIllegalLocalPart2): %s is an email address with an illegal localpart +errorIllegalLocalPart2=There are non-ASCII characters in the local part of the recipient address %s and your server does not support SMTPUTF8. Please change this address and try again. + +## Strings used for the save message dialog shown when the user closes a message compose window +saveDlogTitle=Save Message + +## LOCALIZATION NOTE (saveDlogMessages3): Do not translate the words %1$S and \n. +## %1$S is replaced by the folder name configured for saving drafts (typically the "Drafts" folder). +## Translate "Compose" to match the translation of item "windowTitlePrefix" below. +saveDlogMessages3=Save this message to your drafts folder (%1$S) and close the Compose window? +discardButtonLabel=&Discard changes + +## generics string +defaultSubject=(no subject) +chooseFileToAttach=Attach File(s) + +## +windowTitlePrefix=Compose: + +## String used by the dialog that asks the user to enter a subject +sendMsgTitle=Send Message +subjectDlogMessage=You did not specify a subject for this message. If you would like to provide one, please type it now. + +## String used by the dialog that informs the user about the newsgroup recipient +recipientDlogMessage=This account only supports email recipients. Continuing will ignore newsgroups. + +## String used by the alert that tells the user an e-mail address is invalid +## LOCALIZATION NOTE (addressInvalid): %1$S is the email address +addressInvalid=%1$S is not a valid email address because it is not of the form user@host. You must correct it before sending the email. +genericFailureExplanation=Please verify that your Mail & Newsgroups account settings are correct and try again. + +## LOCALIZATION NOTE (undisclosedRecipients): this string must use only US_ASCII characters +undisclosedRecipients=undisclosed-recipients + +## String used for attachment pretty name, when the attachment is a message +messageAttachmentSafeName=Attached Message +## String used for attachment pretty name, when the attachment is a message part +partAttachmentSafeName=Attached Message Part + +## String used by the Initialization Error dialog +initErrorDlogTitle=Message Compose +initErrorDlgMessage=An error occurred while creating a message compose window. Please try again. + +## String used if the file to attach does not exist when passed as +## a command line argument +errorFileAttachTitle=File Attach + +## LOCALIZATION NOTE (errorFileAttachMessage): %1$S will be replaced by the non-existent file name. Do not translate +errorFileAttachMessage=The file %1$S does not exist so could not be attached to the message. + +## Strings used by the Save as Draft/Template dialog +SaveDialogTitle=Save Message + +## LOCALIZATION NOTE (SaveDialogMsg): %1$S is the folder name, %2$S is the host name +SaveDialogMsg=Your message has been saved to the folder %1$S under %2$S. +CheckMsg=Do not show me this dialogue box again. + +## Strings used by the prompt when Quitting while in progress +quitComposeWindowTitle=Sending Message + +## LOCALIZATION NOTE (quitComposeWindowMessage): don't translate \n +quitComposeWindowMessage2=%1$S is currently in the process of sending a message.\nWould you like to wait until the message has been sent before quitting or quit now? +quitComposeWindowQuitButtonLabel2=&Quit +quitComposeWindowWaitButtonLabel2=&Wait + +## Strings used by the prompt for Ctrl-Enter check before sending message +sendMessageCheckWindowTitle=Send Message +sendMessageCheckLabel=Are you sure you are ready to send this message? +sendMessageCheckSendButtonLabel=Send +assemblingMessageDone=Assembling message…Done +assemblingMessage=Assembling message… +smtpDeliveringMail=Delivering mail… +smtpMailSent=Mail sent successfully +assemblingMailInformation=Assembling mail information… + +## LOCALIZATION NOTE (gatheringAttachment): argument %S is the file name/URI of attachment +gatheringAttachment=Attaching %S… +creatingMailMessage=Creating mail message… + +## LOCALIZATION NOTE (copyMessageStart): argument %S is the folder name +copyMessageStart=Copying message to %S folder… +copyMessageComplete=Copy complete. +copyMessageFailed=Copy failed. +filterMessageComplete=Filter complete. +filterMessageFailed=Filter failed. + +## LOCALIZATION NOTE (largeMessageSendWarning): +## %S is the message size in user-friendly notation. Do not translate. +largeMessageSendWarning=Warning! You are about to send a message of size %S which may exceed the allowed limit on the mail server. Are you sure that you want to do this? +sendingMessage=Sending message… +sendMessageErrorTitle=Send Message Error +postingMessage=Posting message… +sendLaterErrorTitle=Send Later Error +saveDraftErrorTitle=Save Draft Error +saveTemplateErrorTitle=Save Template Error + +## LOCALIZATION NOTE (failureOnObjectEmbeddingWhileSaving): argument %.200S is the file name/URI of object to be embedded +failureOnObjectEmbeddingWhileSaving=There was a problem including the file %.200S in the message. Would you like to continue saving the message without this file? + +## LOCALIZATION NOTE (failureOnObjectEmbeddingWhileSending): argument %.200S is the file name/URI of object to be embedded +failureOnObjectEmbeddingWhileSending=There was a problem including the file %.200S in the message. Would you like to continue sending the message without this file? +returnToComposeWindowQuestion=Would you like to return to the compose window? + +## reply header in composeMsg +## LOCALIZATION NOTE (mailnews.reply_header_authorwrotesingle): #1 is the author (name of person replying to) +mailnews.reply_header_authorwrotesingle=#1 wrote: + +## LOCALIZATION NOTE (mailnews.reply_header_ondateauthorwrote): #1 is the author, #2 is the date, #3 is the time +mailnews.reply_header_ondateauthorwrote=On #2 #3, #1 wrote: + +## LOCALIZATION NOTE (mailnews.reply_header_authorwroteondate): #1 is the author, #2 is the date, #3 is the time +mailnews.reply_header_authorwroteondate=#1 wrote on #2 #3: + +## reply header in composeMsg +## user specified +mailnews.reply_header_originalmessage=-------- Original Message -------- + +## forwarded header in composeMsg +## user specified +mailnews.forward_header_originalmessage=-------- Forwarded Message -------- + +## Strings used by the rename attachment dialog +renameAttachmentTitle=Rename Attachment +renameAttachmentMessage=New attachment name: + +## LOCALIZATION NOTE(smtpEnterPasswordPrompt): Do not translate the +## word %S. Place the word %S where the host name should appear. +smtpEnterPasswordPrompt=Enter your password for %S: + +## LOCALIZATION NOTE(smtpEnterPasswordPromptWithUsername): Do not translate the +## words %1$S and %2$S. Place the word %1$S where the host name should appear, +## and %2$S where the user name should appear. +smtpEnterPasswordPromptWithUsername=Enter your password for %2$S on %1$S: +## LOCALIZATION NOTE(smtpEnterPasswordPromptTitleWithHostname): Do not translate the +## word %1$S. Place the word %1$S where the server host name should appear. +smtpEnterPasswordPromptTitleWithHostname=Password Required for Outgoing (SMTP) Server %1$S + +## LOCALIZATION NOTE(promptToSaveSentLocally2): Do not translate the strings %1$S, %2$S, %3$S and \n. +## %2$S will be replaced with the account name. $1$S will be replaced by the folder name +## configured to contain saved sent messages (typically the "Sent" folder). +## %3$S will be replaced with the local folders account name (typically "Local Folders"). +promptToSaveSentLocally2=Your message was sent but a copy was not placed in your sent folder (%1$S) due to network or file access errors.\nYou can retry or save the message locally to %3$S/%1$S-%2$S. +errorFilteringMsg=Your message has been sent and saved, but there was an error while running message filters on it. + +## LOCALIZATION NOTE(promptToSaveDraftLocally2): Do not translate the strings %1$S, %2$S, %3$S and \n. +## %2$S will be replaced with the account name. $1$S will be replaced by the folder name +## configured to contain saved draft messages (typically the "Drafts" folder). +## %3$S will be replaced with the local folders account name (typically "Local Folders"). +promptToSaveDraftLocally2=Your draft message was not copied to your drafts folder (%1$S) due to network or file access errors.\nYou can retry or save the draft locally to %3$S/%1$S-%2$S. +buttonLabelRetry2=&Retry + +## LOCALIZATION NOTE(promptToSaveTemplateLocally2): Do not translate the strings %1$S, %2$S, %3$S and \n. +## %2$S will be replaced with the account name. $1$S will be replaced by the folder name +## configured to contain saved templates (typically the "Templates" folder). +## %3$S will be replaced with the local folders account name (typically "Local Folders"). +promptToSaveTemplateLocally2=Your template was not copied to your templates folder (%1$S) due to network or file access errors.\nYou can retry or save the template locally to %3$S/%1$S-%2$S. + +## LOCALIZATION NOTE(saveToLocalFoldersFailed): Message appears after normal +## save fails (e.g., to Sent) and save to Local Folders also fails. This could +## occur if network is down and filesystem problems are present such as disk +## full, permission issues or hardware failure. +saveToLocalFoldersFailed=Unable to save your message to local folders. Possibly out of file storage space. + +## LOCALIZATION NOTE(blockedAllowResource): %S is the URL to load. +blockedAllowResource=Unblock %S +## LOCALIZATION NOTE (blockedContentMessage): Semi-colon list of plural forms. +## See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +## %S will be replaced by brandShortName. +## Files must be unblocked individually, therefore the plural form reads: +## Unblocking a file (one of several) will include it (that one file) in your sent message. +## In other words: +## Unblocking one/several file(s) will include it/them in your message. +blockedContentMessage=%S has blocked a file from loading into this message. Unblocking the file will include it in your sent message.;%S has blocked some files from loading into this message. Unblocking a file will include it in your sent message. + +## LOCALIZATION NOTE (blockedContentPrefLabel, blockedContentPrefAccesskey): +## Same content as (blockedContentPrefLabel, blockedContentPrefAccesskey) +## in mail directory. SeaMonkey does only use Options and not Preferences. +blockedContentPrefLabel=Options +blockedContentPrefAccesskey=O diff --git a/l10n-en-GB/suite/chrome/mailnews/compose/mailComposeEditorOverlay.dtd b/l10n-en-GB/suite/chrome/mailnews/compose/mailComposeEditorOverlay.dtd new file mode 100644 index 0000000000..e367a329b0 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/compose/mailComposeEditorOverlay.dtd @@ -0,0 +1,9 @@ +<!-- 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/. --> + +<!ENTITY attachImageSource.label "Attach this image to the message"> +<!ENTITY attachImageSource.accesskey "s"> + +<!ENTITY attachLinkSource.label "Attach the source of this link to the message"> +<!ENTITY attachLinkSource.accesskey "s"> diff --git a/l10n-en-GB/suite/chrome/mailnews/compose/messengercompose.dtd b/l10n-en-GB/suite/chrome/mailnews/compose/messengercompose.dtd new file mode 100644 index 0000000000..9cf6c5823c --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/compose/messengercompose.dtd @@ -0,0 +1,140 @@ +<!-- 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/. --> + +<!--LOCALIZATION NOTE messengercompose.dtd Main UI for message composition --> +<!ENTITY msgComposeWindow.title "Compose: (no subject)"> + +<!ENTITY fromAddr.label "From:"> +<!ENTITY fromAddr.accesskey "r"> +<!ENTITY toAddr.label "To:"> +<!ENTITY ccAddr.label "Cc:"> +<!ENTITY bccAddr.label "Bcc:"> +<!ENTITY replyAddr.label "Reply-To:"> +<!ENTITY newsgroupsAddr.label "Newsgroup:"> +<!ENTITY followupAddr.label "Followup-To:"> +<!ENTITY subject.label "Subject:"> +<!ENTITY subject.accesskey "S"> +<!ENTITY attachments.label "Attachments:"> +<!ENTITY attachments.accesskey "c"> + +<!-- menu items: the . means that the menu item isn't implemented yet --> + +<!-- File menu items --> +<!ENTITY saveCmd.label "Save"> +<!ENTITY saveCmd.accesskey "s"> +<!ENTITY saveAsCmd.label "Save As"> +<!ENTITY saveAsCmd.accesskey "A"> +<!ENTITY saveAsFileCmd.label "File…"> +<!ENTITY saveAsFileCmd.accesskey "F"> +<!ENTITY saveAsDraftCmd.label "Draft"> +<!ENTITY saveAsDraftCmd.accesskey "D"> +<!ENTITY saveAsTemplateCmd.label "Template"> +<!ENTITY saveAsTemplateCmd.accesskey "T"> +<!ENTITY attachMenu.label "Attach"> +<!ENTITY attachMenu.accesskey "t"> +<!ENTITY attachFileCmd.label "File(s)…"> +<!ENTITY attachFileCmd.accesskey "F"> +<!ENTITY attachPageCmd.label "Web Page…"> +<!ENTITY attachPageCmd.accesskey "W"> +<!--LOCALIZATION NOTE attachVCardCmd.label Don't translate the term 'vCard' --> +<!ENTITY attachVCardCmd.label "Personal Card (vCard)"> +<!ENTITY attachVCardCmd.accesskey "P"> +<!ENTITY sendNowCmd.label "Send Now"> +<!ENTITY sendCmd.keycode "VK_RETURN"> +<!ENTITY sendNowCmd.accesskey "d"> +<!ENTITY sendLaterCmd.label "Send Later"> +<!ENTITY sendLaterCmd.keycode "VK_RETURN"> +<!ENTITY sendLaterCmd.accesskey "L"> + +<!-- Edit menu items --> +<!ENTITY editRewrapCmd.label "Rewrap"> +<!ENTITY editRewrapCmd.key "R"> +<!ENTITY editRewrapCmd.accesskey "w"> +<!ENTITY accountManagerCmd.label "Mail & Newsgroups Account Settings…"> +<!ENTITY accountManagerCmd.accesskey "m"> + +<!-- View menu items --> +<!ENTITY showComposeToolbarCmd.label "Mail Toolbar"> +<!ENTITY showComposeToolbarCmd.accesskey "o"> +<!ENTITY showFormatToolbarCmd.label "Formatting Toolbar"> +<!ENTITY showFormatToolbarCmd.accesskey "F"> + +<!-- Format menu items --> +<!ENTITY formatMenu.label "Format"> +<!ENTITY formatMenu.accesskey "o"> + +<!-- Options menu items --> +<!ENTITY optionsMenu.label "Options"> +<!ENTITY optionsMenu.accesskey "p"> + +<!ENTITY quoteCmd.label "Quote Message"> +<!ENTITY quoteCmd.accesskey "Q"> +<!ENTITY selectAddressCmd.label "Select Addresses…"> +<!ENTITY selectAddressCmd.key ""> +<!ENTITY selectAddressCmd.accesskey "A"> + +<!ENTITY priorityMenu.label "Priority"> +<!ENTITY priorityMenu.accesskey "P"> +<!ENTITY lowestPriorityCmd.label "Lowest"> +<!ENTITY lowestPriorityCmd.accesskey "L"> +<!ENTITY lowPriorityCmd.label "Low"> +<!ENTITY lowPriorityCmd.accesskey "o"> +<!ENTITY normalPriorityCmd.label "Normal"> +<!ENTITY normalPriorityCmd.accesskey "N"> +<!ENTITY highPriorityCmd.label "High"> +<!ENTITY highPriorityCmd.accesskey "i"> +<!ENTITY highestPriorityCmd.label "Highest"> +<!ENTITY highestPriorityCmd.accesskey "H"> + +<!ENTITY returnReceiptMenu.label "Return Receipt"> +<!ENTITY returnReceiptMenu.accesskey "t"> +<!ENTITY dsnMenu.label "Delivery Status Notification"> +<!ENTITY dsnMenu.accesskey "N"> + +<!ENTITY outputFormatMenu.label "Format"> +<!ENTITY outputFormatMenu.accesskey "F"> +<!ENTITY autoFormatCmd.label "Auto-Detect"> +<!ENTITY autoFormatCmd.accesskey "A"> +<!ENTITY plainTextFormatCmd.label "Plain Text Only"> +<!ENTITY plainTextFormatCmd.accesskey "P"> +<!ENTITY htmlFormatCmd.label "Rich Text (HTML) Only"> +<!ENTITY htmlFormatCmd.accesskey "R"> +<!ENTITY bothFormatCmd.label "Plain and Rich (HTML) Text"> +<!ENTITY bothFormatCmd.accesskey "l"> + +<!ENTITY fileCarbonCopyCmd.label "Send a Copy To"> +<!ENTITY fileCarbonCopyCmd.accesskey "d"> +<!ENTITY fileHereMenu.label "File Here"> + +<!--LOCALIZATION NOTE Toolbar items Don't change any "chrome://" URLs --> +<!-- Toolbar items --> +<!ENTITY sendButton.label "Send"> +<!ENTITY addressButton.label "Address"> +<!ENTITY attachButton.label "Attach"> +<!ENTITY spellingButton.label "Spelling"> +<!ENTITY saveButton.label "Save"> +<!ENTITY stopButton.label "Stop"> + +<!--tooltips--> +<!-- We already inherit &menuBar.tooltip and &mailToolbar.tooltip from messenger.dtd --> +<!ENTITY addressBar.tooltip "Address Bar"> +<!ENTITY formatToolbar.tooltip "Formatting Toolbar"> +<!ENTITY sendButton.tooltip "Send this message now"> +<!ENTITY sendlaterButton.tooltip "Send this message later"> +<!ENTITY addressButton.tooltip "Select a recipient from an Address Book"> +<!ENTITY attachButton.tooltip "Include an attachment"> +<!ENTITY saveButton.tooltip "Save this message"> +<!ENTITY stopButton.tooltip "Stop the current transfer"> + +<!-- context menu items --> +<!ENTITY openAttachment.label "Open"> +<!ENTITY openAttachment.accesskey "O"> +<!ENTITY renameAttachment.label "Rename…"> +<!ENTITY renameAttachment.accesskey "R"> +<!ENTITY deleteAttachment.accesskey "D"> +<!ENTITY selectAllAttachments.accesskey "A"> +<!ENTITY attachFile.label "Attach File(s)…"> +<!ENTITY attachFile.accesskey "F"> +<!ENTITY attachPage.label "Attach Web Page…"> +<!ENTITY attachPage.accesskey "W"> diff --git a/l10n-en-GB/suite/chrome/mailnews/compose/sendProgress.dtd b/l10n-en-GB/suite/chrome/mailnews/compose/sendProgress.dtd new file mode 100644 index 0000000000..d6e3939055 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/compose/sendProgress.dtd @@ -0,0 +1,8 @@ +<!-- 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/. --> + +<!--LOCALIZATION NOTE sendprogress.dtd Main UI for Send Message Progress Dialog --> +<!ENTITY sendDialog.title "Processing Message"> +<!ENTITY status.label "Status:"> +<!ENTITY progress.label "Progress:"> diff --git a/l10n-en-GB/suite/chrome/mailnews/compose/sendProgress.properties b/l10n-en-GB/suite/chrome/mailnews/compose/sendProgress.properties new file mode 100644 index 0000000000..8855f9cbf2 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/compose/sendProgress.properties @@ -0,0 +1,20 @@ +# 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/. + +# LOCALIZATION NOTE (titleSendMsgSubject): +# %S will be replaced by the message subject. +titleSendMsgSubject=Sending Message - %S +titleSendMsg=Sending Message +# LOCALIZATION NOTE (titleSaveMsgSubject): +# %S will be replaced by the message subject. +titleSaveMsgSubject=Saving Message - %S +titleSaveMsg=Saving Message + +# LOCALIZATION NOTE (percentMsg): +# This string is used to format the text to the right of the progress meter. +# %S% will be replaced by the percentage of the file that has been saved +percentMsg=%S%% + +messageSent=Your message has been sent. +messageSaved=Your message has been saved. diff --git a/l10n-en-GB/suite/chrome/mailnews/custom.properties b/l10n-en-GB/suite/chrome/mailnews/custom.properties new file mode 100644 index 0000000000..f51faa3a68 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/custom.properties @@ -0,0 +1,5 @@ +# 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/. + +colonInHeaderName=The header you entered contains an invalid character, such as ':', a non-printable character, a non-ascii character, or an eight bit ascii character. Please remove the invalid character and try again. diff --git a/l10n-en-GB/suite/chrome/mailnews/downloadheaders.dtd b/l10n-en-GB/suite/chrome/mailnews/downloadheaders.dtd new file mode 100644 index 0000000000..a11bba91ed --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/downloadheaders.dtd @@ -0,0 +1,20 @@ +<!-- 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/. --> + +<!ENTITY all.label "Download all headers"> +<!ENTITY all.accesskey "D"> +<!--LOCALIZATION NOTE (download.label): + consider the download.label and headers.label as a single sentence + with the number of headers to be downloaded inserted between them: + EXAMPLE: "Download" <some number> "headers" + Either label could be set to null ("") if required grammatically. +--> + +<!ENTITY download.label "Download"> +<!ENTITY download.accesskey "o"> +<!--LOCALIZATION NOTE (headers.label): see note for download.label --> +<!ENTITY headers.label "headers"> +<!ENTITY headers.accesskey "h"> +<!ENTITY mark.label "Mark remaining headers as read"> +<!ENTITY mark.accesskey "M"> diff --git a/l10n-en-GB/suite/chrome/mailnews/fieldMapImport.dtd b/l10n-en-GB/suite/chrome/mailnews/fieldMapImport.dtd new file mode 100644 index 0000000000..ef366f4712 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/fieldMapImport.dtd @@ -0,0 +1,22 @@ +<!-- 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/. --> + +<!ENTITY fieldMapImport.title "Import Address Book"> +<!ENTITY fieldMapImport.size "width: 40em; height: 30em;"> +<!ENTITY fieldMapImport.recordNumber "Imported data for Record: "> +<!ENTITY fieldMapImport.next.label "Next"> +<!ENTITY fieldMapImport.next.accesskey "N"> +<!ENTITY fieldMapImport.previous.label "Previous"> +<!ENTITY fieldMapImport.previous.accesskey "P"> +<!ENTITY fieldMapImport.text "Use Move Up and Move Down to match the address book fields on the left to the correct data for import on the right. Untick items you do not want to import."> +<!ENTITY fieldMapImport.up.label "Move Up"> +<!ENTITY fieldMapImport.up.accesskey "U"> +<!ENTITY fieldMapImport.down.label "Move Down"> +<!ENTITY fieldMapImport.down.accesskey "D"> +<!ENTITY fieldMapImport.fieldListTitle "Address Book fields"> +<!ENTITY fieldMapImport.dataTitle "Record data to import"> +<!ENTITY fieldMapImport.skipFirstRecord.label "First record contains field names"> +<!ENTITY fieldMapImport.skipFirstRecord.accessKey "F"> + + diff --git a/l10n-en-GB/suite/chrome/mailnews/filter.properties b/l10n-en-GB/suite/chrome/mailnews/filter.properties new file mode 100644 index 0000000000..0d6e663db7 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/filter.properties @@ -0,0 +1,98 @@ +# 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/. + +mustSelectFolder=You must select a target folder. +enterValidEmailAddress=Enter a valid email address to forward to. +pickTemplateToReplyWith=Choose a template to reply with. +mustEnterName=You must give this filter a name. +cannotHaveDuplicateFilterTitle=Duplicate Filter Name +cannotHaveDuplicateFilterMessage=The filter name you entered already exists. Please enter a different filter name. +mustHaveFilterTypeTitle=No filter event selected +mustHaveFilterTypeMessage=You must select at least one event when this filter is applied. If you temporarily do not wish the filter to run at any event, uncheck its enabled state from the Message Filters dialog. +deleteFilterConfirmation=Are you sure you want to delete the selected filter(s)? +untitledFilterName=Untitled Filter +matchAllFilterName=Match All Messages +filterListBackUpMsg=Your filters do not work because the msgFilterRules.dat file, which contains your filters, could not be read. A new msgFilterRules.dat file will be created and a backup of the old file, called rulesbackup.dat, will be created in the same directory. +customHeaderOverflow=You've exceeded the limit of 50 custom headers. Please remove one or more custom headers and try again. +filterCustomHeaderOverflow=Your filters have exceeded the limit of 50 custom headers. Please edit the msgFilterRules.dat file, which contains your filters, to use fewer custom headers. +invalidCustomHeader=One of your filters uses a custom header that contains an invalid character, such as ':', a non-printable character, a non-ascii character, or an eight-bit ascii character. Please edit the msgFilterRules.dat file, which contains your filters, to remove invalid characters from your custom headers. +continueFilterExecution=Applying filter %S failed. Would you like to continue applying filters? +promptTitle=Running Filters +promptMsg=You are currently in the process of filtering messages.\nWould you like to continue applying filters? +stopButtonLabel=Stop +continueButtonLabel=Continue +cannotEnableFilter=This filter was probably created by a future version of this software. You cannot enable this filter because we don't know how to apply it. +# LOCALIZATION NOTE(cannotEnableIncompatFilter) +# %S=the name of the application +cannotEnableIncompatFilter=This filter was probably created by a newer or incompatible version of %S. You cannot enable this filter because we don't know how to apply it. +# LOCALIZATION NOTE(contextPeriodic.label): Semi-colon list of plural forms. +# #1=the number of minutes +contextPeriodic.label=Periodically, every minute;Periodically, every #1 minutes +# LOCALIZATION NOTE(filterFailureWarningPrefix) +# %1$S=filter error action +# %2$S=error code as hexadecimal string. +filterFailureWarningPrefix=Filter Action Failed: "%1$S" with error code=%2$S while attempting: +filterFailureSendingReplyError=Error sending reply +filterFailureSendingReplyAborted=Sending reply aborted +filterFailureMoveFailed=Move failed +filterFailureCopyFailed=Copy failed + +filterFailureAction=Failed applying the filter action + +searchTermsInvalidTitle=Search Terms Invalid +# LOCALIZATION NOTE(searchTermsInvalidRule) +# %1$S=search attribute name from the invalid rule +# %2$S=search operator from the bad rule +searchTermsInvalidRule=This filter cannot be saved because the search term "%1$S %2$S" is invalid in the current context. +# LOCALIZATION NOTE(filterActionOrderExplanation) +# Keep the \n\n that mean 2 linebreaks. +filterActionOrderExplanation=When a message matches this filter the actions will be run in this order:\n\n +filterActionOrderTitle=Real action order +## LOCALIZATION NOTE(filterActionItem): +# %1$S=sequence number of the action, %2$S=action text, %3$S=action argument +filterActionItem=%1$S. %2$S %3$S\n + +# for junk mail logging / mail filter logging +# LOCALIZATION NOTE(junkLogDetectStr) +# %1$S=author, %2$S=subject, %3$S=date +junkLogDetectStr=Detected junk message from %1$S - %2$S at %3$S +# LOCALIZATION NOTE(logMoveStr) +# %1$S=message id, %2$S=folder URI +logMoveStr=moved message id = %1$S to %2$S +# LOCALIZATION NOTE(logCopyStr) +# %1$S=message id, %2$S=folder URI +logCopyStr=copied message id = %1$S to %2$S +# LOCALIZATION NOTE(filterLogLine): +# %1$S=timestamp %2$S=log message +filterLogLine=[%1$S] %2$S +# LOCALIZATION NOTE(filterMessage): +# %1$S=filter name, %1$S=log message +filterMessage=Message from filter "%1$S": %2$S +# LOCALIZATION NOTE(filterLogDetectStr) +# %1$S=filter name %2$S=author, %3$S=subject, %4$S=date +filterLogDetectStr=Applied filter "%1$S" to message from %2$S - %3$S at %4$S +filterMissingCustomAction=Missing Custom Action +filterAction2=priority changed +filterAction3=deleted +filterAction4=marked as read +filterAction5=thread killed +filterAction6=thread watched +filterAction7=flagged +filterAction8=tagged +filterAction9=replied +filterAction10=forwarded +filterAction11=execution stopped +filterAction12=deleted from POP3 server +filterAction13=left on POP3 server +filterAction14=junk score +filterAction15=body fetched from POP3 server +filterAction16=copied to folder +filterAction17=tagged +filterAction18=ignored subthread +filterAction19=marked as unread +# LOCALIZATION NOTE(filterAutoNameStr) +# %1$S=Header or item to match, e.g. "From", "Tag", "Age in days", etc. +# %2$S=Operator, e.g. "Contains", "is", "is greater than", etc. +# %3$S=Value, e.g. "Steve Jobs", "Important", "42", etc. +filterAutoNameStr=%1$S %2$S: %3$S diff --git a/l10n-en-GB/suite/chrome/mailnews/folderProps.dtd b/l10n-en-GB/suite/chrome/mailnews/folderProps.dtd new file mode 100644 index 0000000000..c3edacff12 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/folderProps.dtd @@ -0,0 +1,71 @@ +<!-- 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/. --> + +<!ENTITY folderProps.windowtitle.label "Properties"> + +<!ENTITY generalInfo.label "General Information"> +<!ENTITY folderCharsetFallback2.label "Fallback Text Encoding:"> +<!ENTITY folderCharsetFallback2.accesskey "E"> +<!ENTITY folderCharsetEnforce2.label "Apply encoding to all messages in the folder (individual message text encoding settings and auto-detection will be ignored)"> +<!ENTITY folderCharsetEnforce2.accesskey "A"> +<!ENTITY folderRebuildSummaryFileTip2.label "Rebuild Summary File Index"> +<!ENTITY folderRebuildSummaryFile2.label "Repair Folder"> +<!ENTITY folderRebuildSummaryFile2.accesskey "R"> +<!ENTITY folderRebuildSummaryFile.explanation "Sometimes the folder index (.msf) file becomes damaged and messages may appear missing or deleted messages continue showing; repairing the folder may fix these issues."> +<!ENTITY folderIncludeInGlobalSearch.label "Include messages in this folder in Global Search results"> +<!ENTITY folderIncludeInGlobalSearch.accesskey "G"> + +<!ENTITY retention.label "Retention Policy"> +<!ENTITY retentionUseAccount.label "Use my account settings"> +<!ENTITY retentionUseAccount.accesskey "U"> +<!ENTITY daysOld.label "days old"> +<!ENTITY message.label "messages"> +<!ENTITY retentionCleanup.label "Keep messages:"> +<!ENTITY retentionCleanupImap.label "Keep messages, both the local copies and their originals on the server:"> +<!ENTITY retentionCleanupPop.label "Keep messages, including their originals on the server:"> +<!ENTITY retentionDeleteMsg.label "Delete messages more than"> +<!ENTITY retentionDeleteMsg.accesskey "m"> +<!ENTITY retentionKeepAll.label "All messages"> +<!ENTITY retentionKeepAll.accesskey "A"> +<!ENTITY retentionKeepRecent.label "The newest"> +<!ENTITY retentionKeepRecent.accesskey "n"> +<!ENTITY retentionApplyToFlagged.label "Always keep flagged messages"> +<!ENTITY retentionApplyToFlagged.accesskey "e"> + +<!ENTITY folderSynchronizationTab.label "Synchronisation"> +<!ENTITY folderCheckForNewMessages2.label "When getting new messages for this account, always check this folder"> +<!ENTITY folderCheckForNewMessages2.accesskey "c"> + +<!ENTITY offlineFolder.check.label "Select this folder for offline use"> +<!ENTITY offlineFolder.check.accesskey "S"> +<!ENTITY offlineFolder.button.label "Download Now"> +<!ENTITY offlineFolder.button.accesskey "D"> + +<!ENTITY selectofflineNewsgroup.check.label "Select this newsgroup for offline use"> +<!ENTITY selectofflineNewsgroup.check.accesskey "o"> +<!ENTITY offlineNewsgroup.button.label "Download Now"> +<!ENTITY offlineNewsgroup.button.accesskey "D"> + +<!ENTITY folderProps.name.label "Name:"> +<!ENTITY folderProps.name.accesskey "N"> +<!ENTITY folderProps.location.label "Location:"> +<!ENTITY folderProps.location.accesskey "L"> + +<!ENTITY folderSharingTab.label "Sharing"> +<!ENTITY privileges.button.label "Privileges…"> +<!ENTITY privileges.button.accesskey "P"> +<!ENTITY permissionsDesc.label "You have the following permissions:"> +<!ENTITY folderType.label "Folder Type:"> + +<!ENTITY folderQuotaTab.label "Quota"> +<!ENTITY folderQuotaRoot.label "Quota Root:"> +<!ENTITY folderQuotaUsage.label "Usage:"> +<!ENTITY folderQuotaStatus.label "Status:"> + +<!ENTITY numberOfMessages.label "Number of messages:"> +<!-- LOCALIZATION NOTE: When the number of messages can't be determined, this string is displayed as the number --> +<!ENTITY numberUnknown.label "unknown"> +<!ENTITY sizeOnDisk.label "Size on disk:"> +<!-- LOCALIZATION NOTE: When the size can't be determined, this string is displayed as the size --> +<!ENTITY sizeUnknown.label "unknown"> diff --git a/l10n-en-GB/suite/chrome/mailnews/folderWidgets.properties b/l10n-en-GB/suite/chrome/mailnews/folderWidgets.properties new file mode 100644 index 0000000000..82465951dd --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/folderWidgets.properties @@ -0,0 +1,12 @@ +# 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/. + +# LOCALIZATION NOTE(globalInbox) +# %S=name of the Local folders account +globalInbox=Global Inbox (%S) +# LOCALIZATION NOTE(verboseFolderFormat): %1$S is folder name, %2$S is server name +verboseFolderFormat=%1$S on %2$S +chooseFolder=Choose Folder… +chooseAccount=Choose Account… +noFolders=No available folders diff --git a/l10n-en-GB/suite/chrome/mailnews/folderpane.dtd b/l10n-en-GB/suite/chrome/mailnews/folderpane.dtd new file mode 100644 index 0000000000..dc1a22ecfd --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/folderpane.dtd @@ -0,0 +1,11 @@ +<!-- 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/. --> +<!ENTITY nameColumn.label "Name"> +<!ENTITY unreadColumn.label "Unread"> +<!ENTITY totalColumn.label "Total"> +<!ENTITY folderSizeColumn.label "Size"> +<!ENTITY folderLocationToolbarItem.title "Folder Location"> +<!ENTITY mailViewsToolbarItem.title "Mail Views"> +<!ENTITY searchToolbarItem.title "Search"> +<!ENTITY searchSubjectOrAddress.placeholder "Search Subject or Address"> diff --git a/l10n-en-GB/suite/chrome/mailnews/gloda.properties b/l10n-en-GB/suite/chrome/mailnews/gloda.properties new file mode 100644 index 0000000000..f5ff7a34bb --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/gloda.properties @@ -0,0 +1,104 @@ +# 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/. + +# LOCALIZATION NOTE (*.facetLabel): These are the labels used to label the facet +# displays in the global search facet display mechanism. + +# LOCALIZATION NOTE (*.includeLabel): The label to use for the included group +# in the facet display. If not provided, we will fall back to +# "glodaFacetView.facets.included.fallbackLabel". + +# LOCALIZATION NOTE (*.excludeLabel): The label to use for the excluded group +# in the facet display. If not provided, we will fall back to +# "glodaFacetView.facets.excluded.fallbackLabel". + +# LOCALIZATION NOTE (*.remainderLabel): The label to use for the remaining items +# that are neither part of the included group or the excluded group in the +# facet display. If not provided, we will fall back to +# "glodaFacetView.facets.remainder.fallbackLabel". + +# LOCALIZATION NOTE (gloda.message.attr.folder.*): Stores the message folder in +# which the message is stored. +gloda.message.attr.folder.facetLabel=Mail Folder + +# LOCALIZATION NOTE (gloda.message.attr.fromMe.*): Stores everyone involved +# with the message. This means from/to/cc/bcc. +gloda.message.attr.fromMe.facetLabel=From Me + +# LOCALIZATION NOTE (gloda.message.attr.toMe.*): Stores everyone involved +# with the message. This means from/to/cc/bcc. +gloda.message.attr.toMe.facetLabel=To Me + +# LOCALIZATION NOTE (gloda.message.attr.involves.*): Stores everyone involved +# with the message. This means from/to/cc/bcc. +gloda.message.attr.involves.facetLabel=People +gloda.message.attr.involves.includeLabel=involving any of: +gloda.message.attr.involves.excludeLabel=not involving: +gloda.message.attr.involves.remainderLabel=other participants: + +# LOCALIZATION NOTE (gloda.message.attr.date.*): Stores the date of the message. +# SeaMonkey normally stores the date the message claims it was composed +# according to the "Date" header. This is not the same as when the message +# was sent or when it was eventually received by the user. In the future we +# may change this to be one of the other dates, but not anytime soon. +gloda.message.attr.date.facetLabel=Date + +# LOCALIZATION NOTE (gloda.message.attr.attachmentTypes.*): Stores the list of +# MIME types (ex: image/png, text/plain) of real attachments (not just part of +# the message content but explicitly named attachments) on the message. +# Although we hope to be able to provide localized human-readable explanations +# of the MIME type (ex: "PowerPoint document"), I don't know if that is going +# to happen. +gloda.message.attr.attachmentTypes.facetLabel=Attachments + +# LOCALIZATION NOTE (gloda.message.attr.mailing-list.*): Stores the mailing +# lists detected in the message. This will normally be the e-mail address of +# the mailing list and only be detected in messages received from the mailing +# list. Extensions may contribute additional detected mailing-list-like +# things. +gloda.message.attr.mailing-list.facetLabel=Mail List Involved + +# LOCALIZATION NOTE (gloda.message.attr.tag.*): Stores the tags applied to the +# message. Notably, gmail's labels are not currently exposed via IMAP and we +# do not do anything clever with gmail, so this is indepdendent of gmail +# labels. This may change in the future, but it's a safe bet it's not +# happening on SeaMonkey's side prior to 2.0. +gloda.message.attr.tag.facetLabel=Tags + +# LOCALIZATION NOTE (gloda.message.attr.star.*): Stores whether the message is +# flagged or not, as indicated by a pretty flag icon. +# Thunderbird uses a star. +gloda.message.attr.star.facetLabel=Flagged + +# LOCALIZATION NOTE (gloda.message.attr.read.*): Stores whether the user has +# read the message or not. +gloda.message.attr.read.facetLabel=Read + +# LOCALIZATION NOTE (gloda.message.attr.repliedTo.*): Stores whether we believe +# the user has ever replied to the message. We normally show a little icon in +# the thread pane when this is the case. +gloda.message.attr.repliedTo.facetLabel=Replied + +# LOCALIZATION NOTE (gloda.message.attr.forwarded.*): Stores whether we believe +# the user has ever forwarded the message. We normally show a little icon in +# the thread pane when this is the case. +gloda.message.attr.forwarded.facetLabel=Forwarded + +# LOCALIZATION NOTE (gloda.mimetype.category.*.label): Map categories of MIME +# types defined in mimeTypeCategories.js to labels. +# LOCALIZATION NOTE (gloda.mimetype.category.archives.label): Archive is +# referring to things like zip files, tar files, tar.gz files, etc. +gloda.mimetype.category.archives.label=Archives +gloda.mimetype.category.documents.label=Documents +gloda.mimetype.category.images.label=Images +# LOCALIZATION NOTE (gloda.mimetype.category.media.label): Media is meant to +# encompass both audio and video. This is because video and audio streams are +# frequently stored in the same type of container and we cannot rely on the +# sending e-mail client to have been clever enough to figure out what was +# really in the file. So we group them together. +gloda.mimetype.category.media.label=Media (Audio, Video) +gloda.mimetype.category.pdf.label=PDF Files +# LOCALIZATION NOTE (gloda.mimetype.category.other.label): Other is the category +# for MIME types that we don't really know what it is. +gloda.mimetype.category.other.label=Other diff --git a/l10n-en-GB/suite/chrome/mailnews/imapMsgs.properties b/l10n-en-GB/suite/chrome/mailnews/imapMsgs.properties new file mode 100644 index 0000000000..1fa47529b7 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/imapMsgs.properties @@ -0,0 +1,275 @@ +# 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/. + +# +# The following are used by the imap code to display progress/status/error messages +# + +#LOCALIZATION NOTE(imapAlertDialogTile): Do not translate the word "%S" +# below. Place the word %S where the account name should appear. +imapAlertDialogTitle=Alert for account %S + +# Status - opening folder +imapStatusSelectingMailbox=Opening folder %S… + +# Status - create folder +imapStatusCreatingMailbox=Creating folder… + +# Status - deleting a folder +# LOCALIZATION NOTE (imapStatusDeletingMailbox): The "%S" below should not be translated. +# Instead, insert "%S" in your translation where you wish to display the name +# of the folder being deleted. +imapStatusDeletingMailbox=Deleting folder %S… + +# Status - renaming mailbox +# LOCALIZATION NOTE (imapStatusRenamingMailbox): The "%S" below should not be translated. +# Instead, insert "%S" in your translation where you wish to display the name +# of the folder being renamed. +imapStatusRenamingMailbox=Renaming folder %S… + +# Status - looking for mailboxes +imapStatusLookingForMailbox=Looking for folders… + +# Status - subscribing to mailbox +# LOCALIZATION NOTE (imapStatusSubscribeToMailbox): The "%S" below should not be translated. +# Instead, insert "%S" in your translation where you wish to display the name +# of the folder being subscribed to. +imapStatusSubscribeToMailbox=Subscribing to folder %S… + +# Status - unsubscribing from mailbox +# LOCALIZATION NOTE (imapStatusUnsubscribeMailbox): The "%S" below should not be translated. +# Instead, insert "%S" in your translation where you wish to display the name +# of the folder being unsubscribed from. +imapStatusUnsubscribeMailbox=Unsubscribing from folder %S… + +# Status - searching imap folder +imapStatusSearchMailbox=Searching folder… + +# Status - closing a folder +imapStatusCloseMailbox=Closing folder… + +# Status - compacting a folder +imapStatusExpungingMailbox=Compacting folder… + +# Status - logging out +imapStatusLoggingOut=Logging out… + +# Status - checking server capabilities +imapStatusCheckCompat=Checking mail server capabilities… + +# Status - logging on +imapStatusSendingLogin=Sending login information… + +# Status - auth logon +imapStatusSendingAuthLogin=Sending secure login information… + +# Status - downloading message +imapDownloadingMessage=Downloading message… + +# Status - getting acl for folder +# LOCALIZATION NOTE (imapGettingACLForFolder): Do not translate the word "ACL" below. +imapGettingACLForFolder=Getting folder ACL… + +# Status - getting server info +imapGettingServerInfo=Getting Server Configuration Info… + +# Status - getting mailbox info +imapGettingMailboxInfo=Getting Mailbox Configuration Info… + +# Status - empty mime part +imapEmptyMimePart=This body part will be downloaded on demand. + +# LOCALIZATION NOTE (imapReceivingMessageHeaders3): Do not translate the words "%1$S", "%2$S", and "%3$S" below. +# Place the word %1$S in your translation where the number of the header being downloaded should appear. +# Place the word %2$S in your translation where the total number of headers to be downloaded should appear. +# Place the word %3$S in your translation where the name of the folder being processed should appear. +# Note: The account name and separators (e.g. colon, space) are automatically added to the status message. +# Example: "Joe's Account: Downloading message header 100 of 1000 in Drafts…" +imapReceivingMessageHeaders3=Downloading message header %1$S of %2$S in %3$S… + +# LOCALIZATION NOTE (imapReceivingMessageFlags3): Do not translate the words "%1$S", "%2$S", and "%3$S" below. +# Place the word %1$S in your translation where the number of the flag being downloaded should appear. +# Place the word %2$S in your translation where the total number of flags to be downloaded should appear. +# Place the word %3$S in your translation where the name of the folder being processed should appear. +# Note: The account name and separators (e.g. colon, space) are automatically added to the status message. +# Example: "Jim's Account: Downloading message flag 100 of 1000 in INBOX…" +imapReceivingMessageFlags3=Downloading message flag %1$S of %2$S in %3$S… + +imapDeletingMessages=Deleting messages… + +imapDeletingMessage=Deleting message… + +# LOCALIZATION NOTE (imapMovingMessages): Do not translate the word "%S" below. +# Place the word %S in your translation where the name of the folder should appear. +imapMovingMessages=Moving messages to %S… + +# LOCALIZATION NOTE (imapMovingMessage): Do not translate the word "%S" below. +# Place the word %S in your translation where the name of the folder should appear. +imapMovingMessage=Moving message to %S… + +# LOCALIZATION NOTE (imapCopyingMessages): Do not translate the word "%S" below. +# Place the word %S in your translation where the name of the folder should appear. +imapCopyingMessages=Copying messages to %S… + +# LOCALIZATION NOTE (imapCopyingMessage): Do not translate the word "%S" below. +# Place the word %S in your translation where the name of the folder should appear. +imapCopyingMessage=Copying message to %S… + +# LOCALIZATION NOTE (imapFolderReceivingMessageOf3): Do not translate the words "%1$S", "%2$S", and "%3$S" below. +# Place the word %1$S in your translation where the number of the message being downloaded should appear. +# Place the word %2$S in your translation where the total number of messages to be downloaded should appear. +# Place the word %3$S in your translation where the name of the folder being processed should appear. +# Note: The account name and separators (e.g. colon, space) are automatically added to the status message. +# Example: "Juan's Account: Downloading message 100 of 1000 in Sent…" +imapFolderReceivingMessageOf3=Downloading message %1$S of %2$S in %3$S… + +# LOCALIZATION NOTE (imapDiscoveringMailbox): Do not translate the word "%S" below. +# Place the word %S in your translation where the name of the folder should appear. +imapDiscoveringMailbox=Found folder: %S + +# LOCALIZATION NOTE (imapEnterServerPasswordPrompt): Do not translate the words %1$S and %2$S below. +# Place the word %1$S in your translation where the username should appear. +# Place the word %2$S in your translation where the servername should appear. +imapEnterServerPasswordPrompt=Enter your password for %1$S on %2$S: + +# LOCALIZATION NOTE (imapServerNotImap4): Do not translate the word "IMAP4" below. +imapServerNotImap4=Mail server %S is not an IMAP4 mail server. + +# This is intentionally left blank. +imapDone= + +imapEnterPasswordPromptTitle=Mail Server Password Required + +# LOCALIZATION NOTE (imapEnterPasswordPromptTitleWithUsername): Do not translate the +# word %1$S. Place the word %1$S where the user name should appear. +imapEnterPasswordPromptTitleWithUsername=Enter your password for %1$S + +imapUnknownHostError=Failed to connect to server %S. +imapOAuth2Error=Authentication failure while connecting to server %S. + +imapConnectionRefusedError=Could not connect to mail server %S; the connection was refused. + +imapNetTimeoutError=Connection to server %S timed out. + +# Status - no messages to download +imapNoNewMessages=There are no new messages on the server. + +imapDefaultAccountName=Mail for %S + +imapSpecialChar2=The %S character is reserved on this imap server. Please choose another name. + +imapPersonalSharedFolderTypeName=Personal Folder + +imapPublicFolderTypeName=Public Folder + +imapOtherUsersFolderTypeName=Other User's Folder + +imapPersonalFolderTypeDescription=This is a personal mail folder. It is not shared. + +imapPersonalSharedFolderTypeDescription=This is a personal mail folder. It has been shared. + +imapPublicFolderTypeDescription=This is a public folder. + +imapOtherUsersFolderTypeDescription=This is a mail folder shared by the user '%S'. + +imapAclFullRights=Full Control + +imapAclLookupRight=Lookup + +imapAclReadRight=Read + +imapAclSeenRight=Set Read/Unread State + +imapAclWriteRight=Write + +imapAclInsertRight=Insert (Copy Into) + +imapAclPostRight=Post + +imapAclCreateRight=Create Subfolder + +imapAclDeleteRight=Delete Messages + +imapAclAdministerRight=Administer Folder + +imapServerDoesntSupportAcl=This server does not support shared folders. + +imapAclExpungeRight=Expunge + +imapServerDisconnected= Server %S has disconnected. The server may have gone down or there may be a network problem. + +# LOCALIZATION NOTE (autoSubscribeText): %1$S is the imap folder. +imapSubscribePrompt=Would you like to subscribe to %1$S? + +imapServerDroppedConnection=Unable to connect to your IMAP server. You may have exceeded the maximum number \ +of connections to this server. If so, use the Advanced IMAP Server Settings dialogue to \ +reduce the number of cached connections. + +# This will occur when a folder that has never been imap selected or opened +# (left-clicked) is first right-clicked to access quota properties. +imapQuotaStatusFolderNotOpen=Quota information is not available because the folder is not open. + +# The imap capability response reports that QUOTA is not supported. +imapQuotaStatusNotSupported=This server does not support quotas. + +imapQuotaStatusNoQuota=There are no storage quotas on this folder. + +# The getqutaroot command succeeded but reported no quota information. +imapQuotaStatusNoQuota2=This folder reports no quota information. + +# Folder properties were requested by the user (right-click) before the getquotaroot +# command was sent. +imapQuotaStatusInProgress=Quota information not yet available. + +# Out of memory +imapOutOfMemory=Application is out of memory. + +# LOCALIZATION NOTE (imapCopyingMessageOf2): Do not translate the word "%S" below. +# Place the word %3$S in your translation where the name of the destination folder should appear. +# Place the word %1$S where the currently copying message should appear. +# Place the word %2$S where the total number of messages should appear. +imapCopyingMessageOf2=Copying message %1$S of %2$S to %3$S… + +# LOCALIZATION NOTE (imapMoveFolderToTrash): Do not translate the word %S below. +# "%S" is the name of the folder. +imapMoveFolderToTrash=Are you sure you want to delete the folder '%S'? + +# LOCALIZATION NOTE (imapDeleteNoTrash): Do not translate the word %S below. +# "%S" is the name of the folder. +imapDeleteNoTrash=Deleting this folder cannot be undone; it will delete all of the messages it contains, and its sub-folders. Are you sure you still want to delete the folder '%S'? + +imapDeleteFolderDialogTitle=Delete Folder + +imapDeleteFolderButtonLabel=&Delete Folder + +# LOCALIZATION NOTE (imapAuthChangeEncryptToPlainSSL): %S is the server hostname +imapAuthChangeEncryptToPlainSSL=The IMAP server %S does not seem to support encrypted passwords. If you have just set up this account, please try changing to 'Normal password' as the 'Authentication method' in the 'Account Settings | Server settings'. If it used to work and now suddenly fails, please contact your email administrator or provider. + +# LOCALIZATION NOTE (imapAuthChangePlainToEncrypt): %S is the server hostname +imapAuthChangePlainToEncrypt=The IMAP server %S does not allow plaintext passwords. Please try changing to 'Encrypted password' as the 'Authentication method' in the 'Account Settings | Server settings'. + +# LOCALIZATION NOTE (imapAuthChangeEncryptToPlainNoSSL): %S is the server hostname +imapAuthChangeEncryptToPlainNoSSL=The IMAP server %S does not seem to support encrypted passwords. If you have just set up the account, please try changing to 'Password, transmitted insecurely' as the 'Authentication method' in the 'Account Settings | Server settings'. If it used to work and now suddenly fails, this is a common scenario how someone could steal your password. + +# LOCALIZATION NOTE (imapAuthMechNotSupported): %S is the server hostname +imapAuthMechNotSupported=The IMAP server %S does not support the selected authentication method. Please change the 'Authentication method' in the 'Account Settings | Server settings'. + +# LOCALIZATION NOTE (imapAuthGssapiFailed): %S is the server hostname +imapAuthGssapiFailed=The Kerberos/GSSAPI ticket was not accepted by the IMAP server %S. Please check that you are logged in to the Kerberos/GSSAPI realm. + +# LOCALIZATION NOTE (imapServerCommandFailed): +# Place the word %1$S in your translation where the name of the account name should appear. +# Place the word %2$S in your translation where the server response should appear. +imapServerCommandFailed=The current command did not succeed. The mail server for account %1$S responded: %2$S + +# LOCALIZATION NOTE (imapFolderCommandFailed): Do not translate the word %S below. +# Place the word %1$S in your translation where the name of the account should appear. +# Place the word %2$S in your translation where the name of the folder should appear. +# Place the word %3$S in your translation where the server response should appear. +imapFolderCommandFailed=The current operation on '%2$S' did not succeed. The mail server for account %1$S responded: %3$S + +# LOCALIZATION NOTE (imapServerAlert): +# Place the word %1$S in your translation where the name of the account should appear. +# Place the word %2$S in your translation where the alert from the server should appear. +imapServerAlert=Alert from account %1$S: %2$S diff --git a/l10n-en-GB/suite/chrome/mailnews/importDialog.dtd b/l10n-en-GB/suite/chrome/mailnews/importDialog.dtd new file mode 100644 index 0000000000..cc8591c2b5 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/importDialog.dtd @@ -0,0 +1,43 @@ +<!-- 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/. --> + +<!ENTITY importDialog.windowTitle "Import"> +<!ENTITY importAll.label "Import Everything"> +<!ENTITY importAll.accesskey "E"> +<!ENTITY importMail.label "Mail"> +<!ENTITY importMail.accesskey "M"> +<!ENTITY importFeeds.label "Feed Subscriptions"> +<!ENTITY importFeeds.accesskey "d"> +<!ENTITY importAddressbook.label "Address Books"> +<!ENTITY importAddressbook.accesskey "A"> +<!ENTITY importSettings.label "Settings"> +<!ENTITY importSettings.accesskey "S"> +<!ENTITY importFilters.label "Filters"> +<!ENTITY importFilters.accesskey "F"> + +<!ENTITY window.width "40em"> +<!ENTITY window.macWidth "45em"> + +<!ENTITY importTitle.label "&brandShortName; Import Wizard"> +<!ENTITY importShortDesc.label "Import Mail, Address Books, Settings, and Filters from other programs"> + +<!ENTITY importDescription1.label "This wizard will import mail messages, address book entries, preferences, and/or filters from other mail programs and common address book formats into &brandShortName;."> +<!ENTITY importDescription2.label "Once they have been imported, you will be able to access them from within &brandShortName;."> + +<!ENTITY selectDescription.label "Please select the type of file that you would like to import:"> +<!ENTITY selectDescriptionB.label "Please select an existing account or create a new account:"> +<!ENTITY selectDescription.accesskey "P"> +<!ENTITY acctName.label "Name:"> +<!ENTITY acctName.accesskey "N"> +<!ENTITY noModulesFound.label "No application or file to import data from found."> + +<!ENTITY back.label "< Back"> +<!ENTITY forward.label "Next >"> +<!ENTITY finish.label "Finish"> +<!ENTITY cancel.label "Cancel"> + +<!ENTITY select.label "or select the type of material to import:"> + +<!ENTITY title.label "Title"> +<!ENTITY processing.label "Importing…"> diff --git a/l10n-en-GB/suite/chrome/mailnews/importMsgs.properties b/l10n-en-GB/suite/chrome/mailnews/importMsgs.properties new file mode 100644 index 0000000000..27bd4690fe --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/importMsgs.properties @@ -0,0 +1,306 @@ +# 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/. + +# +# The following are used by the import code to display status/error +# and informational messages +# + +# Success message when no address books are found to import +## @name IMPORT_NO_ADDRBOOKS +## @loc None +2000=No address books were found to import. + +# Error: Address book import not intialized +## @name IMPORT_ERROR_AB_NOTINITIALIZED +## @loc None +2001=Unable to import address books: initialisation error. + +# Error: Unable to create the import thread +## @name IMPORT_ERROR_AB_NOTHREAD +## @loc None +2002=Unable to import address books: cannot create import thread. + +# Error: Unable to create the import thread +## @name IMPORT_ERROR_GETABOOK +## @loc None +# LOCALIZATION NOTE (Error 2003): Do not translate the word "%S" below. +2003=Error importing %S: unable to create address book. + +# Success message when no mailboxes are found to import +## @name IMPORT_NO_MAILBOXES +## @loc None +2004=No mailboxes were found to import + +# Error: Mailbox import not intialized +## @name IMPORT_ERROR_MB_NOTINITIALIZED +## @loc None +2005=Unable to import mailboxes, initialisation error + +# Error: Unable to create the import thread +## @name IMPORT_ERROR_MB_NOTHREAD +## @loc None +2006=Unable to import mailboxes, cannot create import thread + +# Error: Unable to create the proxy object for importing mailboxes +## @name IMPORT_ERROR_MB_NOPROXY +## @loc None +2007=Unable to import mailboxes, cannot create proxy object for destination mailboxes + +# Error: Error creating destination mailboxes +## @name IMPORT_ERROR_MB_FINDCHILD +## @loc None +# LOCALIZATION NOTE (Error 2008): Do not translate the word "%S" below. +# Place %S in your translation where the name of the mailbox should appear. +2008=Error creating destination mailboxes, cannot find mailbox %S + +# Error: Error creating destination mailboxes +## @name IMPORT_ERROR_MB_CREATE +## @loc None +# LOCALIZATION NOTE (Error 2009): Do not translate the word "%S" below. +# Place %S in your translation where the name of the mailbox should appear. +2009=Error importing mailbox %S, unable to create destination mailbox + +# Error: No destination folder to import mailboxes +## @name IMPORT_ERROR_MB_NODESTFOLDER +## @loc None +2010=Unable to create folder to import mail into + +# Description: Address book field name +## @name IMPORT_FIELD_DESC_START +## @loc None +2100=First Name + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2101=Last Name + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2102=Display Name + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2103=Nickname + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2104=Primary Email + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2105=Secondary Email + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2106=Work Phone + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2107=Home Phone + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2108=Fax Number + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2109=Pager Number + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2110=Mobile Number + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2111=Home Address + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2112=Home Address 2 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2113=Home City + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2114=Home County + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2115=Home Post Code + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2116=Home Country + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2117=Work Address + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2118=Work Address 2 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2119=Work City + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2120=Work County + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2121=Work Post Code + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2122=Work Country + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2123=Job Title + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2124=Department + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2125=Organisation + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2126=Web Page 1 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2127=Web Page 2 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2128=Birth Year + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2129=Birth Month + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2130=Birth Day + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2131=Custom 1 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2132=Custom 2 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2133=Custom 3 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2134=Custom 4 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2135=Notes + +# Description: Address book field name +## @name IMPORT_FIELD_DESC_END +## @loc None +2136=Screen Name + +#Error strings +ImportAlreadyInProgress=An import operation is currently in progress. Try again when the current import has finished. + +#Error strings for settings import +ImportSettingsBadModule=Unable to load settings module +ImportSettingsNotFound=Unable to find settings. Check to make sure the application is installed on this machine. +ImportSettingsFailed=An error occurred while importing settings. Some, or all, of the settings may not have been imported. +# LOCALIZATION NOTE : Do not translate the word "%S" below. +ImportSettingsSuccess=Settings were imported from %S + +#Error string for mail import +ImportMailBadModule=Unable to load mail import module +ImportMailNotFound=Unable to find mail to import. Check to make sure the mail application is correctly installed on this machine. +# LOCALIZATION NOTE : Do not translate the word "%S" below. +ImportMailFailed=An error occurred importing mail from %S +# LOCALIZATION NOTE : Do not translate the word "%S" below. +ImportMailSuccess=Mail was successfully imported from %S + +# Error string for address import +ImportAddressBadModule=Unable to load address book import module. +ImportAddressNotFound=Unable to find any address books to import. Check to make sure the selected application or format is correctly installed on this machine. +ImportEmptyAddressBook=Can't import empty address book %S. +# LOCALIZATION NOTE : Do not translate the word "%S" below. +ImportAddressFailed=An error occurred importing addresses from %S. +# LOCALIZATION NOTE : Do not translate the word "%S" below. +ImportAddressSuccess=Addresses successfully imported from %S. + +# Error string for filters import +ImportFiltersBadModule=Unable to load filters import module. +# LOCALIZATION NOTE : The %S will get replaced by the name of the import module. +ImportFiltersFailed=An error occurred importing filters from %S. +# LOCALIZATION NOTE : The %S will get replaced by the name of the import module. +ImportFiltersSuccess=Filters successfully imported from %S. +# LOCALIZATION NOTE : The %S will get replaced by the name of the import module. +ImportFiltersPartial=Filters partially imported from %S. Warnings below: + +#Progress strings +# LOCALIZATION NOTE : Do not translate the word "%S" below. +MailProgressMeterText=Converting mailboxes from %S +# LOCALIZATION NOTE : Do not translate the word "%S" below. +AddrProgressMeterText=Converting address books from %S + +#Import file dialog strings +ImportSelectSettings=Select Settings File +ImportSelectMailDir=Select Mail Directory +ImportSelectAddrDir=Select Address Book Directory +ImportSelectAddrFile=Select Address Book File + +# Folder Names for imported Mail +DefaultFolderName=Imported Mail +# LOCALIZATION NOTE: Do not translate the word "%S" below. +ImportModuleFolderName=%S Import diff --git a/l10n-en-GB/suite/chrome/mailnews/junkLog.dtd b/l10n-en-GB/suite/chrome/mailnews/junkLog.dtd new file mode 100644 index 0000000000..dba7e67dbc --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/junkLog.dtd @@ -0,0 +1,10 @@ +<!-- 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/. --> + +<!ENTITY adaptiveJunkLog.title "Adaptive Junk Mail Log"> +<!ENTITY adaptiveJunkLogInfo.label "Log of adaptive junk mail control activity."> +<!ENTITY clearLog.label "Clear Log"> +<!ENTITY clearLog.accesskey "C"> +<!ENTITY closeLog.label "Close"> +<!ENTITY closeLog.accesskey "o"> diff --git a/l10n-en-GB/suite/chrome/mailnews/junkMailInfo.dtd b/l10n-en-GB/suite/chrome/mailnews/junkMailInfo.dtd new file mode 100644 index 0000000000..900d9d66d1 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/junkMailInfo.dtd @@ -0,0 +1,11 @@ +<!-- 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/. --> + +<!ENTITY window.title "About Junk Mail"> +<!ENTITY window.width "450"> +<!ENTITY info1a.label "Mail automatically detects incoming messages that appear to be junk mail (also known as spam). Messages that Mail thinks are junk will display a junk icon"> +<!ENTITY info1b.label "."> +<!ENTITY info2.label "At first, you must train Mail to identify junk mail by using the Junk toolbar button to mark messages as junk or not junk."> +<!ENTITY info3.label "Once Mail is correctly identifying junk mail, you can use the Junk Mail Controls to automatically move incoming junk mail to the Junk folder."> +<!ENTITY info4.label "For more information, click Help."> diff --git a/l10n-en-GB/suite/chrome/mailnews/localMsgs.properties b/l10n-en-GB/suite/chrome/mailnews/localMsgs.properties new file mode 100644 index 0000000000..8e16598dbb --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/localMsgs.properties @@ -0,0 +1,151 @@ +# 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/. + +# +# The following are used by the local mail code to display progress/status/error messages +# + +# LOCALIZATION NOTE(pop3ErrorDialogTitle): Do not translate the word "%S" +# below. Place the word %S where the account name should appear. +pop3ErrorDialogTitle=Error with account %S + +pop3EnterPasswordPromptTitle=Enter your password + +# LOCALIZATION NOTE (pop3EnterPasswordPromptTitleWithUsername): Do not translate the +# word %1$S. Place the word %1$S where the user name should appear. +pop3EnterPasswordPromptTitleWithUsername=Enter your password for %1$S + +# LOCALIZATION NOTE(pop3EnterPasswordPrompt): Do not translate the words "%1$S" +# and "%2$S" below. Place the word %1$S where the user name should appear, and +# %2$S where the host name should appear. +pop3EnterPasswordPrompt=Enter your password for %1$S on %2$S: + +# LOCALIZATION NOTE(pop3PreviouslyEnteredPasswordIsInvalidPrompt): Do not +# translate the words "%1$S" and "%2$S" below. Place the word %1$S where the +# user name should appear, and %2$S where the host name should appear. +pop3PreviouslyEnteredPasswordIsInvalidPrompt=Please enter a new password for user %1$S on %2$S: + +# Status - Downloading message n of m +# LOCALIZATION NOTE (receivingMessages): Do not translate %1$S or %2$S in the following lines. +# Place the word %1$S where the number of messages downloaded so far should appear. +# Place the word %2$S where the total number of messages to receive should appear; +receivingMessages=Downloading message %1$S of %2$S… + +# Status - connecting to host +hostContact=Host contacted, sending login information… + +# Status - no messages to download +noNewMessages=There are no new messages. + +# Status - messages received after the download +#LOCALIZATION NOTE : Do not translate %1$S or %2$S in the following line. +# %1$S will receive the number of messages received +# %2$S will receive the total number of messages +receivedMsgs=Received %1$S of %2$S messages + +# Status - parsing folder +#LOCALIZATION NOTE (buildingSummary): Do not translate %S in the following line. +# Place the word %S where the name of the mailbox should appear +buildingSummary=Building summary file for %S… + +# Status - parsing folder +localStatusDocumentDone=Done + +# Status - pop3 server error +#LOCALIZATION NOTE (pop3ServerError): Do not translate POP3 in the following line. +pop3ServerError=An error occurred with the POP3 mail server. + +# Status - pop3 user name failed +pop3UsernameFailure=Sending of username did not succeed. + +# Status - password failed +#LOCALIZATION NOTE (pop3PasswordFailed): Do not translate "%1$S" below. +# Place the word %1$S where the user name should appear. +pop3PasswordFailed=Sending of password for user %1$S did not succeed. + +# Status - write error occurred +pop3MessageWriteError=Unable to write the email to the mailbox. Make sure the file system allows you write privileges, and you have enough disk space to copy the mailbox. + +# Status - pop3 server or folder busy +# LOCALIZATION NOTE (pop3ServerBusy): Do not translate the word "%S" below. +# Place %S where the account name should appear. +pop3ServerBusy=The account %S is being processed. Please wait until processing is complete to get messages. + +# Status - retr failure from the server +pop3RetrFailure=The RETR command did not succeed. Error retrieving a message. + +# Status - password undefined +pop3PasswordUndefined=Error getting mail password. + +# Status - username undefined +pop3UsernameUndefined=You have not supplied a username for this server. Please provide one in the account setup menu and try again. + +# Status - list failure +pop3ListFailure=The LIST command did not succeed. Error getting the ID and size of a message. + +# Status - delete error +pop3DeleFailure=The DELE command did not succeed. Error marking a message as deleted. + +# Status - stat failed +pop3StatFail=The STAT command did not succeed. Error getting message number and sizes. + +#LOCALIZATION NOTE (pop3ServerSaid): Do not remove the leading space during translation. +pop3ServerSaid= Mail server %S responded: + +copyingMessagesStatus=Copying %S of %S messages to %S + +movingMessagesStatus=Moving %S of %S messages to %S + +movemailCantOpenSpoolFile=Unable to open mail spool file %S. + +movemailCantCreateLock=Unable to create lock file %S. For movemail to work, it is necessary to create lock files in the mail spool directory. On many systems, this is best accomplished by making the spool directory be mode 01777. + +movemailCantDeleteLock=Unable to delete lock file %S. + +movemailCantTruncateSpoolFile=Unable to truncate spool file %S. + +movemailSpoolFileNotFound=Unable to locate mail spool file. + +#LOCALIZATION NOTE (movemailCantParseSpool): %S is file name +movemailCantParseSpool=Unable to parse spool file %S. The file may be corrupt or not valid. + +pop3TmpDownloadError=There was an error downloading the following message: \nFrom: %S\n Subject: %S\n This message may contain a virus or there is not enough disk space. Skip this message? + +# Status - the server doesn't support UIDL… +# LOCALIZATION NOTE(pop3ServerDoesNotSupportUidlEtc): The following sentence should be translated in this way: +# Do not translate "POP3" +# Do not translate "%S". Place %S in your translation where the name of the server should appear. +# Do not translate "UIDL" +pop3ServerDoesNotSupportUidlEtc=The POP3 mail server (%S) does not support UIDL or XTND XLST, which are required to implement the ``Leave on Server'', ``Maximum Message Size'' or ``Fetch Headers Only'' options. To download your mail, turn off these options in the Server Settings for your mail server in the Account Settings window. + +# Status - the server doesn't support the top command +# LOCALIZATION NOTE(pop3ServerDoesNotSupportTopCommand): The following sentence should be translated in this way: +# Do not translate "POP3" +# Do not translate "%S". Place %S in your translation where the name of the server should appear. +# Do not translate "TOP" +pop3ServerDoesNotSupportTopCommand=The POP3 mail server (%S) does not support the TOP command. Without server support for this, we cannot implement the ``Maximum Message Size'' or ``Fetch Headers Only'' preference. This option has been disabled, and messages will be downloaded regardless of their size. + +nsErrorCouldNotConnectViaTls=Unable to establish TLS connection to POP3 server. The server may be down or may be incorrectly configured. Please verify the correct configuration in the Server Settings for your mail server in the Account Settings window and try again. + +# LOCALIZATION NOTE (pop3MoveFolderToTrash): Do not translate the word %S below. +# "%S" is the name of the folder. +pop3MoveFolderToTrash=Are you sure you want to delete the folder '%S'? + +pop3DeleteFolderDialogTitle=Delete Folder + +pop3DeleteFolderButtonLabel=&Delete Folder + +pop3AuthInternalError=Internal state error during POP3 server authentication. This is an internal, unexpected error in the application, please report it as bug. + +pop3AuthChangeEncryptToPlainNoSSL=This POP3 server does not seem to support encrypted passwords. If you just set up the account, please try changing to 'Password, transmitted insecurely' as the 'Authentication method' in the 'Account Settings | Server settings'. If it used to work and now suddenly fails, this is a common scenario how someone could steal your password. + +pop3AuthChangeEncryptToPlainSSL=This POP3 server does not seem to support encrypted passwords. If you just set up this account, please try changing to 'Normal password' as the 'Authentication method' in the 'Account Settings | Server settings'. If it used to work and now suddenly fails, please contact your email administrator or provider. + +pop3AuthChangePlainToEncrypt=This POP3 server does not allow plaintext passwords. Please try changing to 'Encrypted password' as the 'Authentication method' in the 'Account Settings | Server settings'. + +# Authentication server caps and pref don't match +pop3AuthMechNotSupported=The server does not support the selected authentication method. Please change the 'Authentication method' in the 'Account Settings | Server settings'. + +# Status - Could not log in to GSSAPI, and it was the only method +pop3GssapiFailure=The Kerberos/GSSAPI ticket was not accepted by the POP server. Please check that you are logged in to the Kerberos/GSSAPI realm. diff --git a/l10n-en-GB/suite/chrome/mailnews/mailEditorOverlay.dtd b/l10n-en-GB/suite/chrome/mailnews/mailEditorOverlay.dtd new file mode 100644 index 0000000000..be8fca049d --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/mailEditorOverlay.dtd @@ -0,0 +1,7 @@ +<!-- 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/. --> + + +<!ENTITY sendPage.label "Send Page…"> +<!ENTITY sendPage.accesskey "g"> diff --git a/l10n-en-GB/suite/chrome/mailnews/mailKeysOverlay.dtd b/l10n-en-GB/suite/chrome/mailnews/mailKeysOverlay.dtd new file mode 100644 index 0000000000..5ff1278caa --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/mailKeysOverlay.dtd @@ -0,0 +1,26 @@ +<!-- 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/. --> + +<!ENTITY markAsReadCmd.label "As Read"> +<!ENTITY markAsReadCmd.accesskey "R"> +<!ENTITY markAsReadCmd.key "m"> + +<!ENTITY markFlaggedCmd.label "Flag"> +<!ENTITY markFlaggedCmd.accesskey "F"> +<!ENTITY markFlaggedCmd.key "i"> + +<!ENTITY openMessageWindowCmd.label "Open Message"> +<!ENTITY openMessageWindowCmd.accesskey "O"> +<!ENTITY openMessageWindowCmd.key "o"> + +<!ENTITY tagCmd0.key "0"> +<!ENTITY tagCmd1.key "1"> +<!ENTITY tagCmd2.key "2"> +<!ENTITY tagCmd3.key "3"> +<!ENTITY tagCmd4.key "4"> +<!ENTITY tagCmd5.key "5"> +<!ENTITY tagCmd6.key "6"> +<!ENTITY tagCmd7.key "7"> +<!ENTITY tagCmd8.key "8"> +<!ENTITY tagCmd9.key "9"> diff --git a/l10n-en-GB/suite/chrome/mailnews/mailOverlay.dtd b/l10n-en-GB/suite/chrome/mailnews/mailOverlay.dtd new file mode 100644 index 0000000000..63b833977a --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/mailOverlay.dtd @@ -0,0 +1,14 @@ +<!-- 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/. --> + + +<!ENTITY newMessageCmd.key "M"> +<!ENTITY newMessageCmd.label "Message"> +<!ENTITY newMessageCmd.accesskey "m"> + +<!ENTITY newContactCmd.label "Contact…"> +<!ENTITY newContactCmd.accesskey "C"> + +<!ENTITY printButton.label "Print"> +<!ENTITY printButton.tooltip "Print this message"> diff --git a/l10n-en-GB/suite/chrome/mailnews/mailTasksOverlay.dtd b/l10n-en-GB/suite/chrome/mailnews/mailTasksOverlay.dtd new file mode 100644 index 0000000000..7538470e3a --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/mailTasksOverlay.dtd @@ -0,0 +1,23 @@ +<!-- 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/. --> + + +<!-- LOCALIZATION NOTE (messengerCmd.label): DONT_TRANSLATE --> +<!ENTITY messengerCmd.label "Mail & Newsgroups"> +<!ENTITY messengerCmd.accesskey "m"> +<!ENTITY messengerCmd.commandkey "2"> +<!ENTITY addressBookCmd.label "Address Book"> +<!ENTITY addressBookCmd.accesskey "a"> +<!ENTITY addressBookCmd.commandkey "5"> + +<!ENTITY taskMessenger.tooltip "Mail & Newsgroups"> +<!ENTITY taskAddressBook.tooltip "Address Book"> + +<!-- searchAddressesCmd is also used by addressbook --> +<!ENTITY searchAddressesCmd.label "Search Addresses…"> +<!ENTITY searchAddressesCmd.accesskey "A"> + +<!ENTITY searchMailCmd.label "Search Messages…"> +<!ENTITY searchMailCmd.accesskey "M"> +<!ENTITY searchMailCmd.key "f"> diff --git a/l10n-en-GB/suite/chrome/mailnews/mailViewList.dtd b/l10n-en-GB/suite/chrome/mailnews/mailViewList.dtd new file mode 100644 index 0000000000..fcdfd26635 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/mailViewList.dtd @@ -0,0 +1,9 @@ +<!-- 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/. --> + +<!--LOCALIZATION NOTE msgViewPickerOverlay.dtd UI for showing various views on a folder --> + +<!ENTITY mailViewListTitle.label "Customise Message Views"> +<!ENTITY viewName.label "View Name"> + diff --git a/l10n-en-GB/suite/chrome/mailnews/mailViewSetup.dtd b/l10n-en-GB/suite/chrome/mailnews/mailViewSetup.dtd new file mode 100644 index 0000000000..598f7a23fb --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/mailViewSetup.dtd @@ -0,0 +1,11 @@ +<!-- 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/. --> + +<!--LOCALIZATION NOTE msgViewPickerOverlay.dtd UI for showing various views on a folder --> + +<!ENTITY mailViewSetupTitle.label "Message View Setup"> +<!ENTITY mailViewHeading.label "Message view name:"> +<!ENTITY mailViewHeading.accesskey "e"> +<!ENTITY searchTermCaption.label "When this view is selected, display only messages that:"> + diff --git a/l10n-en-GB/suite/chrome/mailnews/mailviews.properties b/l10n-en-GB/suite/chrome/mailnews/mailviews.properties new file mode 100644 index 0000000000..0257ac6d5d --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/mailviews.properties @@ -0,0 +1,13 @@ +# 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/. + +# +# Mail Views +# + +mailViewPeopleIKnow=People I Know +mailViewRecentMail=Recent Mail +mailViewLastFiveDays=Last 5 Days +mailViewNotJunk=Not Junk +mailViewHasAttachments=Has Attachments diff --git a/l10n-en-GB/suite/chrome/mailnews/mapi/mapi.properties b/l10n-en-GB/suite/chrome/mailnews/mapi/mapi.properties new file mode 100644 index 0000000000..c687dda694 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/mapi/mapi.properties @@ -0,0 +1,13 @@ +# 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/. + +# MAPI Messages +loginText=Please enter your password for %S: +loginTextwithName=Please enter your username and password +loginTitle=%S Mail +PasswordTitle=%S Mail + +# MAPI Security Messages +mapiBlindSendWarning=Another application is attempting to send mail using your user profile. Are you sure you want to send mail? +mapiBlindSendDontShowAgain=Warn me whenever other applications try to send mail from me diff --git a/l10n-en-GB/suite/chrome/mailnews/markByDate.dtd b/l10n-en-GB/suite/chrome/mailnews/markByDate.dtd new file mode 100644 index 0000000000..c34c23d9d9 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/markByDate.dtd @@ -0,0 +1,9 @@ +<!-- 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/. --> + +<!ENTITY messageMarkByDate.label "Mark Messages as Read by Date"> +<!ENTITY markByDateLower.label "Mark messages as read from:"> +<!ENTITY markByDateLower.accesskey "F"> +<!ENTITY markByDateUpper.accesskey "T"> +<!ENTITY markByDateUpper.label "To:"> diff --git a/l10n-en-GB/suite/chrome/mailnews/messenger.dtd b/l10n-en-GB/suite/chrome/mailnews/messenger.dtd new file mode 100644 index 0000000000..4ac7d0fc25 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/messenger.dtd @@ -0,0 +1,552 @@ +<!-- 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/. --> + +<!ENTITY messengerWindow.title "Mail & Newsgroups"> +<!ENTITY titleModifier.label "&brandShortName;"> +<!ENTITY titleSeparator.label " - "> + +<!-- tabmail --> +<!ENTITY tabmailClose.label "Close Tab"> +<!ENTITY tabmailClose.tooltip "Close tab"> +<!ENTITY tabmailNewButton.tooltip "Duplicate current tab"> +<!ENTITY tabmailCloseButton.tooltip "Close current tab"> +<!ENTITY tabmailAllTabs.tooltip "List all tabs"> + +<!-- menu items: the . means that the menu item isn't implemented yet --> + +<!-- File menu items --> +<!ENTITY newMessage.label "New Message"> +<!ENTITY newMessage.accesskey "N"> +<!ENTITY newFolderCmd.label "Folder…"> +<!ENTITY newFolderCmd.accesskey "F"> +<!ENTITY newVirtualFolderCmd.label "Saved Search…"> +<!ENTITY newVirtualFolderCmd.accesskey "S"> +<!ENTITY newTabCmd.label "Duplicate Tab"> +<!ENTITY newTabCmd.accesskey "T"> +<!ENTITY newTabCmd.key "t"> +<!ENTITY closeTabCmd.label "Close Tab"> +<!ENTITY closeTabCmd.accesskey "e"> +<!ENTITY newAccountCmd.label "Account…"> +<!ENTITY newAccountCmd.accesskey "A"> +<!ENTITY openMessageFileCmd.label "Open File…"> +<!ENTITY openMessageFileCmd.accesskey "O"> +<!ENTITY openAttachmentCmd.label "Attachments"> +<!ENTITY openAttachmentCmd.accesskey "h"> +<!ENTITY saveAsMenu.label "Save As"> +<!ENTITY saveAsMenu.accesskey "S"> +<!ENTITY saveAsFileCmd.label "File"> +<!ENTITY saveAsFileCmd.accesskey "F"> +<!ENTITY saveAsFileCmd.key "s"> +<!ENTITY saveAsTemplateCmd.label "Template"> +<!ENTITY saveAsTemplateCmd.accesskey "T"> +<!ENTITY getNewMsgCmd.label "Get New Messages"> +<!ENTITY getNewMsgCmd.accesskey "G"> +<!ENTITY getNewMsgCmd2.key "d"> +<!ENTITY getNewMsgForCmd.label "Get New Messages for"> +<!ENTITY getNewMsgForCmd.accesskey "w"> +<!ENTITY getAllNewMsgCmdPopupMenu.label "All Accounts"> +<!ENTITY getAllNewMsgCmdPopupMenu.accesskey "A"> +<!ENTITY getAllNewMsgCmd2.key "d"> +<!ENTITY getNextNMsgCmd.label "Get Next 500 News Messages"> +<!ENTITY getNextNMsgCmd.accesskey "t"> +<!ENTITY sendUnsentCmd.label "Send Unsent Messages"> +<!ENTITY sendUnsentCmd.accesskey "d"> +<!ENTITY subscribeCmd.label "Subscribe…"> +<!ENTITY subscribeCmd.accesskey "b"> +<!ENTITY renameFolder.label "Rename Folder…"> +<!ENTITY renameFolder.accesskey "R"> +<!ENTITY compactFolders.label "Compact Folders"> +<!ENTITY compactFolders.accesskey "F"> +<!ENTITY emptyTrashCmd.label "Empty Deleted"> +<!ENTITY emptyTrashCmd.accesskey "y"> +<!ENTITY offlineMenu.label "Offline"> +<!ENTITY offlineMenu.accesskey "l"> +<!ENTITY synchronizeOfflineCmd.label "Download/Synchronise Now…"> +<!ENTITY synchronizeOfflineCmd.accesskey "S"> +<!ENTITY settingsOfflineCmd.label "Offline Settings…"> +<!ENTITY settingsOfflineCmd.accesskey "e"> +<!ENTITY downloadSelectedCmd.label "Get Selected Messages"> +<!ENTITY downloadSelectedCmd.accesskey "t"> +<!ENTITY downloadFlaggedCmd.label "Get Flagged Messages"> +<!ENTITY downloadFlaggedCmd.accesskey "G"> + +<!-- Edit Menu --> +<!ENTITY deleteMsgCmd.label "Delete Message"> +<!ENTITY deleteMsgCmd.accesskey "D"> +<!ENTITY undeleteMsgCmd.label "Undelete Message"> +<!ENTITY undeleteMsgCmd.accesskey "d"> +<!ENTITY cancelNewsMsgCmd.label "Cancel Message"> +<!ENTITY cancelNewsMsgCmd.accesskey "n"> +<!ENTITY deleteMsgsCmd.label "Delete Selected Messages"> +<!ENTITY deleteMsgsCmd.accesskey "D"> +<!ENTITY undeleteMsgsCmd.label "Undelete Selected Messages"> +<!ENTITY undeleteMsgsCmd.accesskey "d"> +<!ENTITY deleteFolderCmd.label "Delete Folder"> +<!ENTITY deleteFolderCmd.accesskey "D"> +<!ENTITY unsubscribeNewsgroupCmd.label "Unsubscribe"> +<!ENTITY unsubscribeNewsgroupCmd.accesskey "n"> +<!ENTITY selectMenu.label "Select"> +<!ENTITY selectMenu.accesskey "S"> +<!ENTITY selectThreadCmd.label "Thread"> +<!ENTITY selectThreadCmd.accesskey "T"> +<!ENTITY selectThreadCmd.key "a"> +<!ENTITY selectFlaggedCmd.label "Flagged Messages"> +<!ENTITY selectFlaggedCmd.accesskey "F"> +<!ENTITY menuFavoriteFolder.label "Favourite Folder"> +<!ENTITY menuFavoriteFolder.accesskey "v"> +<!ENTITY folderPropsCmd.label "Properties…"> +<!ENTITY folderPropsFolderCmd.label "Folder Properties…"> +<!ENTITY folderPropsNewsgroupCmd.label "Newsgroup Properties…"> +<!ENTITY folderPropsCmd.accesskey "o"> +<!ENTITY accountManagerCmd.label "Mail & Newsgroups Account Settings…"> +<!ENTITY accountManagerCmd.accesskey "M"> +<!ENTITY undoDeleteMsgCmd.label "Undo Delete Message"> +<!ENTITY redoDeleteMsgCmd.label "Redo Delete Message"> +<!ENTITY undoMoveMsgCmd.label "Undo Move Message"> +<!ENTITY redoMoveMsgCmd.label "Redo Move Message"> +<!ENTITY undoCopyMsgCmd.label "Undo Copy Message"> +<!ENTITY redoCopyMsgCmd.label "Redo Copy Message"> +<!ENTITY undoMarkAllCmd.label "Undo Mark All Read"> +<!ENTITY redoMarkAllCmd.label "Redo Mark All Read"> +<!ENTITY undoDefaultCmd.label "Undo"> +<!ENTITY redoDefaultCmd.label "Redo"> + +<!-- View Menu --> +<!ENTITY showMessengerToolbarCmd.label "Mail Toolbar"> +<!ENTITY showMessengerToolbarCmd.accesskey "M"> +<!ENTITY showSearchToolbarCmd.label "Search Bar"> +<!ENTITY showSearchToolbarCmd.accesskey "e"> +<!ENTITY showTabsToolbarCmd.label "Tabs Toolbar"> +<!ENTITY showTabsToolbarCmd.accesskey "T"> + +<!ENTITY messagePaneLayoutStyle.label "Layout"> +<!ENTITY messagePaneLayoutStyle.accesskey "L"> +<!ENTITY messagePaneClassic.label "Classic View"> +<!ENTITY messagePaneClassic.accesskey "C"> +<!ENTITY messagePaneWide.label "Wide View"> +<!ENTITY messagePaneWide.accesskey "W"> +<!ENTITY messagePaneVertical.label "Vertical View"> +<!ENTITY messagePaneVertical.accesskey "V"> +<!ENTITY showMessagePaneCmd.label "Message Pane"> +<!ENTITY showMessagePaneCmd.accesskey "M"> +<!ENTITY showThreadPaneCmd.label "Thread Pane"> +<!ENTITY showThreadPaneCmd.accesskey "T"> +<!ENTITY showFolderPaneCmd.label "Folder Pane"> +<!ENTITY showFolderPaneCmd.accesskey "F"> +<!-- LOCALIZATION NOTE (toggleFolderPaneCmd.key): This is only used on the + mac platform, other platforms use VK_F9. --> +<!ENTITY toggleFolderPaneCmd.key "S"> + +<!-- sortMenu is also used by addressbook --> +<!ENTITY sortMenu.label "Sort by"> +<!ENTITY sortMenu.accesskey "t"> + +<!ENTITY sortByDateCmd.label "Date"> +<!ENTITY sortByDateCmd.accesskey "e"> +<!ENTITY sortByReceivedCmd.label "Received"> +<!ENTITY sortByReceivedCmd.accesskey "v"> +<!ENTITY sortByFlagCmd.label "Flag"> +<!ENTITY sortByFlagCmd.accesskey "l"> +<!ENTITY sortByPriorityCmd.label "Priority"> +<!ENTITY sortByPriorityCmd.accesskey "P"> +<!ENTITY sortBySizeCmd.label "Size"> +<!ENTITY sortBySizeCmd.accesskey "z"> +<!ENTITY sortByStatusCmd.label "Status"> +<!ENTITY sortByStatusCmd.accesskey "u"> +<!ENTITY sortByTagsCmd.label "Tags"> +<!ENTITY sortByTagsCmd.accesskey "g"> +<!ENTITY sortByJunkStatusCmd.label "Junk Status"> +<!ENTITY sortByJunkStatusCmd.accesskey "J"> +<!ENTITY sortBySubjectCmd.label "Subject"> +<!ENTITY sortBySubjectCmd.accesskey "S"> +<!ENTITY sortByFromCmd.label "From"> +<!ENTITY sortByFromCmd.accesskey "F"> +<!ENTITY sortByRecipientCmd.label "Recipient"> +<!ENTITY sortByRecipientCmd.accesskey "c"> +<!ENTITY sortByUnreadCmd.label "Read"> +<!ENTITY sortByUnreadCmd.accesskey "R"> +<!ENTITY sortByOrderReceivedCmd.label "Order Received"> +<!ENTITY sortByOrderReceivedCmd.accesskey "O"> +<!ENTITY sortByAttachmentsCmd.label "Attachments"> +<!ENTITY sortByAttachmentsCmd.accesskey "m"> +<!ENTITY sortAscending.label "Ascending"> +<!ENTITY sortAscending.accesskey "A"> +<!ENTITY sortDescending.label "Descending"> +<!ENTITY sortDescending.accesskey "D"> +<!ENTITY sortThreaded.label "Threaded"> +<!ENTITY sortThreaded.accesskey "T"> +<!ENTITY sortUnthreaded.label "Unthreaded"> +<!ENTITY sortUnthreaded.accesskey "h"> +<!ENTITY groupBySort.label "Grouped By Sort"> +<!ENTITY groupBySort.accesskey "G"> +<!ENTITY msgsMenu.label "Messages"> +<!ENTITY msgsMenu.accesskey "M"> +<!ENTITY threads.label "Threads"> +<!ENTITY threads.accesskey "e"> +<!ENTITY allMsgsCmd.label "All"> +<!ENTITY allMsgsCmd.accesskey "A"> +<!ENTITY expandAllThreadsCmd.label "Expand All Threads"> +<!ENTITY expandAllThreadsCmd.accesskey "E"> +<!ENTITY expandAllThreadsCmd.key "*"> +<!ENTITY collapseAllThreadsCmd.label "Collapse All Threads"> +<!ENTITY collapseAllThreadsCmd.accesskey "C"> +<!ENTITY collapseAllThreadsCmd.key "\"> +<!ENTITY unreadMsgsCmd.label "Unread"> +<!ENTITY unreadMsgsCmd.accesskey "U"> +<!ENTITY threadsWithUnreadCmd.label "Threads with Unread"> +<!ENTITY threadsWithUnreadCmd.accesskey "T"> +<!ENTITY watchedThreadsWithUnreadCmd.label "Watched Threads with Unread"> +<!ENTITY watchedThreadsWithUnreadCmd.accesskey "W"> +<!ENTITY ignoredThreadsCmd.label "Ignored Threads"> +<!ENTITY ignoredThreadsCmd.accesskey "i"> + +<!ENTITY headersMenu.label "Headers"> +<!ENTITY headersMenu.accesskey "H"> +<!ENTITY headersAllCmd.label "All"> +<!ENTITY headersAllCmd.accesskey "A"> +<!ENTITY headersNormalCmd.label "Normal"> +<!ENTITY headersNormalCmd.accesskey "N"> +<!ENTITY bodyMenu.label "Message Body As"> +<!ENTITY bodyMenu.accesskey "B"> +<!ENTITY bodyAllowHTML.label "Original HTML"> +<!ENTITY bodyAllowHTML.accesskey "H"> +<!ENTITY bodySanitized.label "Simple HTML"> +<!ENTITY bodySanitized.accesskey "S"> +<!ENTITY bodyAsPlaintext.label "Plain Text"> +<!ENTITY bodyAsPlaintext.accesskey "P"> +<!ENTITY bodyAllParts.label "All Body Parts"> +<!ENTITY bodyAllParts.accesskey "A"> + +<!ENTITY bodyMenuFeed.label "Feed Message Body As"> +<!ENTITY bodyMenuFeed.accesskey "B"> +<!ENTITY viewFeedWebPage.label "Web Page"> +<!ENTITY viewFeedWebPage.accesskey "W"> +<!ENTITY viewFeedSummary.label "Summary"> +<!ENTITY viewFeedSummary.accesskey "m"> +<!ENTITY viewFeedSummaryFeedPropsPref.label "Default Format"> +<!ENTITY viewFeedSummaryFeedPropsPref.accesskey "D"> + +<!ENTITY viewAttachmentsInlineCmd.label "Display Attachments Inline"> +<!ENTITY viewAttachmentsInlineCmd.accesskey "D"> +<!ENTITY reloadCmd.label "Reload"> +<!ENTITY reloadCmd.accesskey "R"> +<!ENTITY stopCmd.label "Stop"> +<!ENTITY stopCmd.accesskey "S"> +<!ENTITY pageSourceCmd.label "Message Source"> +<!ENTITY pageSourceCmd.accesskey "o"> +<!ENTITY pageSourceCmd.key "u"> + +<!ENTITY findCmd.label "Find in This Message…"> + +<!-- LOCALIZATION NOTE (quickFilterBar.show.key2): + This is the key used to show the Lightning quick filter bar. --> +<!ENTITY quickFilterBar.show.key2 "K"> + +<!-- Go Menu --> + +<!ENTITY goMenu.label "Go"> +<!ENTITY goMenu.accesskey "G"> +<!ENTITY nextMenu.label "Next"> +<!ENTITY nextMenu.accesskey "N"> +<!ENTITY nextMsgCmd.label "Message"> +<!ENTITY nextMsgCmd.accesskey "M"> +<!ENTITY nextMsgCmd.key "f"> +<!ENTITY nextUnreadMsgCmd.label "Unread Message"> +<!ENTITY nextUnreadMsgCmd.accesskey "U"> +<!ENTITY nextUnreadMsgCmd.key "n"> +<!ENTITY nextFlaggedMsgCmd.label "Flagged Message"> +<!ENTITY nextFlaggedMsgCmd.accesskey "F"> +<!ENTITY nextUnreadThread.label "Unread Thread"> +<!ENTITY nextUnreadThread.accesskey "T"> +<!ENTITY nextUnreadThread.key "t"> +<!ENTITY prevMenu.label "Previous"> +<!ENTITY prevMenu.accesskey "P"> +<!ENTITY prevMsgCmd.label "Message"> +<!ENTITY prevMsgCmd.accesskey "M"> +<!ENTITY prevMsgCmd.key "b"> +<!ENTITY prevUnreadMsgCmd.label "Unread Message"> +<!ENTITY prevUnreadMsgCmd.accesskey "U"> +<!ENTITY prevUnreadMsgCmd.key "p"> +<!ENTITY goBackCmd.label "Back"> +<!ENTITY goBackCmd.accesskey "B"> +<!ENTITY goBackCmd.commandKey "["> +<!ENTITY goForwardCmd.label "Forwards"> +<!ENTITY goForwardCmd.accesskey "F"> +<!ENTITY goForwardCmd.commandKey "]"> +<!ENTITY prevFlaggedMsgCmd.label "Flagged Message"> +<!ENTITY prevFlaggedMsgCmd.accesskey "F"> +<!ENTITY folderMenu.label "Folder"> +<!ENTITY folderMenu.accesskey "o"> +<!ENTITY startPageCmd.label "Mail Start Page"> +<!ENTITY startPageCmd.accesskey "S"> + +<!-- Message Menu --> +<!ENTITY msgMenu.label "Message"> +<!ENTITY msgMenu.accesskey "M"> +<!ENTITY newMsgCmd.label "New Message"> +<!ENTITY newMsgCmd.accesskey "N"> +<!ENTITY newNewMsgCmd.label "Message"> +<!ENTITY newNewMsgCmd.accesskey "M"> +<!ENTITY replyMsgCmd.label "Reply"> +<!ENTITY replyMsgCmd.accesskey "R"> +<!ENTITY replyMsgCmd.key "r"> +<!ENTITY replyListCmd.label "Reply to List"> +<!ENTITY replyListCmd.accesskey "y"> +<!ENTITY replyNewsgroupCmd.label "Reply to Newsgroup"> +<!ENTITY replyNewsgroupCmd.accesskey "y"> +<!ENTITY replySenderCmd.label "Reply to Sender Only"> +<!ENTITY replySenderCmd.accesskey "R"> +<!ENTITY replyToAllMsgCmd.label "Reply to All"> +<!ENTITY replyToAllMsgCmd.accesskey "p"> +<!ENTITY replyToAllMsgCmd.key "r"> +<!ENTITY replyToSenderAndNewsgroupCmd.label "Reply to Sender and Newsgroup"> +<!ENTITY replyToSenderAndNewsgroupCmd.accesskey "p"> +<!ENTITY replyToAllRecipientsCmd.label "Reply to All Recipients"> +<!ENTITY replyToAllRecipientsCmd.accesskey "a"> +<!ENTITY forwardMsgCmd.label "Forward"> +<!ENTITY forwardMsgCmd.accesskey "F"> +<!ENTITY forwardMsgCmd.key "l"> +<!ENTITY forwardAsMenu.label "Forward As"> +<!ENTITY forwardAsMenu.accesskey "o"> +<!ENTITY forwardAsInline.label "Inline"> +<!ENTITY forwardAsInline.accesskey "I"> +<!ENTITY forwardAsAttachmentCmd.label "Attachment"> +<!ENTITY forwardAsAttachmentCmd.accesskey "A"> +<!ENTITY editMsgAsNewCmd.label "Edit Message As New"> +<!ENTITY editMsgAsNewCmd.accesskey "E"> +<!ENTITY editMsgAsNewCmd.key "e"> +<!ENTITY createFilter.label "Create Filter From Message…"> +<!ENTITY createFilter.accesskey "a"> +<!ENTITY archiveMsgCmd.label "Archive"> +<!ENTITY archiveMsgCmd.accesskey "A"> +<!ENTITY archiveMsgCmd.key "a"> +<!ENTITY moveMsgToMenu.label "Move To"> +<!ENTITY moveMsgToMenu.accesskey "M"> +<!ENTITY copyMessageLocation.label "Copy Message Location"> +<!ENTITY copyMessageLocation.accesskey "M"> +<!ENTITY copyMsgToMenu.label "Copy To"> +<!ENTITY copyMsgToMenu.accesskey "C"> +<!ENTITY moveCopyMsgRecentMenu.label "Recent"> +<!ENTITY moveCopyMsgRecentMenu.accesskey "R"> +<!ENTITY killThreadMenu.label "Ignore Thread"> +<!ENTITY killThreadMenu.accesskey "I"> +<!ENTITY killThreadMenu.key "k"> +<!ENTITY killSubthreadMenu.label "Ignore Subthread"> +<!ENTITY killSubthreadMenu.accesskey "S"> +<!ENTITY killSubthreadMenu.key "k"> +<!ENTITY watchThreadMenu.label "Watch Thread"> +<!ENTITY watchThreadMenu.accesskey "W"> +<!ENTITY watchThreadMenu.key "w"> +<!ENTITY fileHereMenu.label "File Here"> +<!ENTITY fileHereMenu.accesskey "F"> +<!ENTITY copyHereMenu.label "Copy Here"> +<!ENTITY copyHereMenu.accesskey "C"> +<!ENTITY tagMenu.label "Tag"> +<!ENTITY tagMenu.accesskey "g"> +<!ENTITY tagCustomize.label "Customise…"> +<!ENTITY tagCustomize.accesskey "C"> +<!ENTITY markMenu.label "Mark"> +<!ENTITY markMenu.accesskey "k"> +<!ENTITY markThreadAsReadCmd.label "Thread As Read"> +<!ENTITY markThreadAsReadCmd.accesskey "T"> +<!ENTITY markThreadAsReadCmd.key "r"> +<!ENTITY markReadByDateCmd.label "As Read by Date…"> +<!ENTITY markReadByDateCmd.accesskey "D"> +<!ENTITY markReadByDateCmd.key "c"> +<!ENTITY markAllReadCmd.label "All Read"> +<!ENTITY markAllReadCmd.accesskey "A"> +<!ENTITY markAllReadCmd.key "c"> +<!ENTITY markAsJunkCmd.label "As Junk"> +<!ENTITY markAsJunkCmd.accesskey "J"> +<!ENTITY markAsJunkCmd.key "j"> +<!ENTITY markAsNotJunkCmd.label "As Not Junk"> +<!ENTITY markAsNotJunkCmd.accesskey "N"> +<!ENTITY markAsNotJunkCmd.key "j"> +<!ENTITY recalculateJunkScoreCmd.label "Run Junk Mail Controls"> +<!ENTITY recalculateJunkScoreCmd.accesskey "C"> +<!ENTITY markAsShowRemoteCmd.label "Show Remote Content"> +<!ENTITY markAsShowRemoteCmd.accesskey "e"> +<!ENTITY markAsShowRemoteCmd.key "r"> +<!ENTITY markAsNotPhishCmd.label "As Not Scam"> +<!ENTITY markAsNotPhishCmd.accesskey "S"> +<!ENTITY markAsNotPhishCmd.key "p"> +<!ENTITY openFeedMessage.label "Open Feed Message"> +<!ENTITY openFeedMessage.accesskey "O"> +<!ENTITY openFeedWebPageInWindow.label "Web Page in New Window"> +<!ENTITY openFeedWebPageInWindow.accesskey "W"> +<!ENTITY openFeedSummaryInWindow.label "Summary in New Window"> +<!ENTITY openFeedSummaryInWindow.accesskey "S"> +<!ENTITY openFeedWebPageInMP.label "Toggle Web Page and Summary in Message Pane"> +<!ENTITY openFeedWebPageInMP.accesskey "T"> + +<!-- Tools Menu --> +<!ENTITY searchMailCmd.label "Search Messages…"> +<!ENTITY searchMailCmd.accesskey "M"> +<!ENTITY searchMailCmd.key "s"> +<!ENTITY searchAddressesCmd.label "Search Addresses…"> +<!ENTITY searchAddressesCmd.accesskey "S"> +<!ENTITY filtersCmd.label "Message Filters…"> +<!ENTITY filtersCmd.accesskey "F"> +<!ENTITY filtersApply.label "Run Filters on Folder"> +<!ENTITY filtersApply.accesskey "R"> +<!ENTITY filtersApplyToSelection.label "Run Filters on Selected Messages"> +<!ENTITY filtersApplyToSelection.accesskey "g"> +<!ENTITY filtersApplyToMessage.label "Run Filters on Message"> +<!ENTITY filtersApplyToMessage.accesskey "g"> +<!ENTITY runJunkControls.label "Run Junk Mail Controls on Folder"> +<!ENTITY runJunkControls.accesskey "u"> +<!ENTITY deleteJunk.label "Delete Mail Marked as Junk in Folder"> +<!ENTITY deleteJunk.accesskey "e"> +<!ENTITY importCmd.label "Import…"> +<!ENTITY importCmd.accesskey "I"> + +<!-- Folder Pane --> +<!ENTITY nameColumn.label "Name"> +<!ENTITY unreadColumn.label "Unread"> +<!ENTITY totalColumn.label "Total"> + +<!-- Toolbar items --> +<!ENTITY getMsgButton.label "Get Msgs"> +<!ENTITY getAllNewMsgCmd.label "Get All New Messages"> +<!ENTITY getAllNewMsgCmd.accesskey "G"> +<!ENTITY newMsgButton.label "Compose"> +<!ENTITY newHTMLMessageCmd.label "Compose in HTML"> +<!ENTITY newHTMLMessageCmd.accesskey "H"> +<!ENTITY newPlainTextMessageCmd.label "Compose in Plain Text"> +<!ENTITY newPlainTextMessageCmd.accesskey "P"> +<!ENTITY replyButton.label "Reply"> +<!ENTITY replyAllButton.label "Reply All"> +<!ENTITY forwardButton.label "Forward"> +<!ENTITY fileButton.label "File"> +<!ENTITY nextButton.label "Next"> +<!ENTITY goBackButton.label "Go Back"> +<!ENTITY goForwardButton.label "Go Forwards"> +<!ENTITY deleteButton.label "Delete"> +<!ENTITY undeleteButton.label "Undelete"> +<!ENTITY markButton.label "Mark"> +<!ENTITY printButton.label "Print"> +<!ENTITY stopButton.label "Stop"> +<!ENTITY junkButton.label "Junk"> +<!ENTITY notJunkButton.label "Not Junk"> +<!ENTITY searchButton.title "Advanced Search"> + +<!-- Tooltips --> +<!ENTITY menuBar.tooltip "Menu Bar"> +<!ENTITY mailToolbar.tooltip "Mail Toolbar"> +<!ENTITY searchToolbar.tooltip "Search Bar"> +<!ENTITY advancedButton.tooltip "Advanced message search"> +<!ENTITY getMsgButton.tooltip "Get new messages"> +<!ENTITY newMsgButton.tooltip "Create a new message"> +<!ENTITY replyButton.tooltip "Reply to the message"> +<!ENTITY replyAllButton.tooltip "Reply to sender and all recipients"> +<!ENTITY replyAllButtonNews.tooltip "Reply to sender and newsgroup"> +<!ENTITY forwardButton.tooltip "Forward selected message"> +<!ENTITY fileButton.tooltip "File selected message"> +<!ENTITY nextButton.tooltip "Move to the next unread message"> +<!ENTITY goBackButton.tooltip "Go back one message"> +<!ENTITY goForwardButton.tooltip "Go forwards one message"> +<!ENTITY deleteButton.tooltip "Delete selected message or folder"> +<!ENTITY undeleteButton.tooltip "Undelete selected message"> +<!ENTITY markButton.tooltip "Mark messages"> +<!ENTITY printButton.tooltip "Print this message"> +<!ENTITY stopButton.tooltip "Stop the current transfer"> +<!ENTITY junkButton.tooltip "Mark the selected messages as junk"> +<!ENTITY notJunkButton.tooltip "Mark the selected messages as not junk"> + +<!-- Remote Content Button Popup --> +<!ENTITY remoteContentOptionsAllowForMsg.label "Show remote content in this message"> +<!ENTITY remoteContentOptionsAllowForMsg.accesskey "S"> +<!ENTITY editRemoteContentSettings.label "Edit permissions for remote content…"> +<!ENTITY editRemoteContentSettings.accesskey "E"> + +<!-- Statusbar --> +<!ENTITY statusText.label "Done"> + +<!-- Thread Pane Context Menu --> +<!ENTITY contextOpenNewWindow.label "Open Message in New Window"> +<!ENTITY contextOpenNewWindow.accesskey "W"> +<!ENTITY contextOpenNewTab.label "Open Message in New Tab"> +<!ENTITY contextOpenNewTab.accesskey "T"> +<!ENTITY contextEditAsNew.label "Edit As New…"> +<!ENTITY contextEditAsNew.accesskey "E"> +<!ENTITY contextReplySender.label "Reply to Sender Only"> +<!ENTITY contextReplySender.accesskey "O"> +<!ENTITY contextReplyList.label "Reply to List"> +<!ENTITY contextReplyList.accesskey "y"> +<!ENTITY contextReplyNewsgroup.label "Reply to Newsgroup"> +<!ENTITY contextReplyNewsgroup.accesskey "y"> +<!ENTITY contextReplyAll.label "Reply to All"> +<!ENTITY contextReplyAll.accesskey "R"> +<!ENTITY contextReplySenderAndNewsgroup.label "Reply to Sender and Newsgroup"> +<!ENTITY contextReplySenderAndNewsgroup.accesskey "p"> +<!ENTITY contextForward.label "Forward"> +<!ENTITY contextForward.accesskey "F"> +<!ENTITY contextForwardAsAttachment.label "Forward as Attachments"> +<!ENTITY contextForwardAsAttachment.accesskey "o"> +<!ENTITY contextArchive.label "Archive"> +<!ENTITY contextArchive.accesskey "A"> +<!ENTITY contextMoveMsgMenu.label "Move To"> +<!ENTITY contextMoveMsgMenu.accesskey "M"> +<!ENTITY contextCopyMsgMenu.label "Copy To"> +<!ENTITY contextCopyMsgMenu.accesskey "C"> +<!ENTITY contextMoveCopyMsgRecentMenu.label "Recent"> +<!ENTITY contextMoveCopyMsgRecentMenu.accesskey "R"> +<!ENTITY contextMoveCopyMsgFavoritesMenu.label "Favourites"> +<!ENTITY contextMoveCopyMsgFavoritesMenu.accesskey "F"> +<!ENTITY contextSaveAs.label "Save As…"> +<!ENTITY contextSaveAs.accesskey "S"> +<!ENTITY contextPrint.label "Print…"> +<!ENTITY contextPrint.accesskey "P"> +<!ENTITY contextPrintPreview.label "Print Preview"> +<!ENTITY contextPrintPreview.accesskey "v"> + +<!-- Folder Pane Context Menu --> +<!ENTITY folderContextGetMessages.label "Get Messages for Account"> +<!ENTITY folderContextGetMessages.accesskey "G"> +<!ENTITY folderContextMarkAllFoldersRead.label "Mark All Folders Read"> +<!ENTITY folderContextMarkAllFoldersRead.accesskey "M"> +<!ENTITY folderContextOpenNewWindow.label "Open in New Mail Window"> +<!ENTITY folderContextOpenNewWindow.accesskey "W"> +<!ENTITY folderContextOpenNewTab.label "Open in New Tab"> +<!ENTITY folderContextOpenNewTab.accesskey "T"> +<!ENTITY folderContextRename.label "Rename"> +<!ENTITY folderContextRename.accesskey "R"> +<!ENTITY folderContextRemove.label "Delete"> +<!ENTITY folderContextRemove.accesskey "D"> +<!ENTITY folderContextCompact.label "Compact This Folder"> +<!ENTITY folderContextCompact.accesskey "F"> +<!ENTITY folderContextEmptyTrash.label "Empty Deleted"> +<!ENTITY folderContextEmptyTrash.accesskey "y"> +<!ENTITY folderContextEmptyJunk.label "Empty Junk"> +<!ENTITY folderContextEmptyJunk.accesskey "J"> +<!ENTITY folderContextSendUnsentMessages.label "Send Unsent Messages"> +<!ENTITY folderContextSendUnsentMessages.accesskey "d"> +<!ENTITY folderContextUnsubscribe.label "Unsubscribe"> +<!ENTITY folderContextUnsubscribe.accesskey "U"> +<!ENTITY folderContextMarkNewsgroupRead.label "Mark Newsgroup Read"> +<!ENTITY folderContextMarkNewsgroupRead.accesskey "k"> +<!ENTITY folderContextMarkMailFolderRead.label "Mark Folder Read"> +<!ENTITY folderContextMarkMailFolderRead.accesskey "k"> +<!ENTITY folderContextNew.label "New Subfolder…"> +<!ENTITY folderContextNew.accesskey "N"> +<!ENTITY folderContextSubscribe.label "Subscribe…"> +<!ENTITY folderContextSubscribe.accesskey "b"> +<!ENTITY folderContextSearchMessages.label "Search Messages…"> +<!ENTITY folderContextSearchMessages.accesskey "S"> +<!ENTITY folderContextProperties.label "Properties…"> +<!ENTITY folderContextProperties.accesskey "P"> +<!ENTITY folderContextFavoriteFolder.label "Favourite Folder"> +<!ENTITY folderContextFavoriteFolder.accesskey "a"> +<!ENTITY folderContextSettings.label "Settings…"> +<!ENTITY folderContextSettings.accesskey "e"> + +<!-- focusSearchInput.key also used by addressbook --> +<!ENTITY focusSearchInput.key "k"> +<!ENTITY advancedButton.label "Advanced…"> +<!ENTITY advancedButton.accesskey "A"> +<!ENTITY searchButton.label "Search Messages…"> +<!ENTITY searchButton.accesskey "S"> + +<!ENTITY all.label "All"> +<!ENTITY all.accesskey "A"> diff --git a/l10n-en-GB/suite/chrome/mailnews/messenger.properties b/l10n-en-GB/suite/chrome/mailnews/messenger.properties new file mode 100644 index 0000000000..e56beb193b --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/messenger.properties @@ -0,0 +1,502 @@ +# 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/. + +# The following are used by the messenger application + +# LOCALIZATION NOTE(statusMessage): +# Do not translate the words %1$S and %2$S below. Place the word %1$S where the +# account name should appear and %2$S where the status message should appear. +# EXAMPLE: Jim's Account: Downloading messages... +statusMessage=%1$S: %2$S + +renameFolder=Rename Folder… +compactFolder=Compact This Folder +compactFolders=Compact This Folder;Compact These Folders +removeAccount=Delete Account… +removeFolder=Delete Folder +newFolderMenuItem=Folder… +newSubfolderMenuItem=Subfolder… +newFolder=New Folder… +newSubfolder=New Subfolder… +markFolderRead=Mark Folder Read;Mark Folders Read +markNewsgroupRead=Mark Newsgroup Read;Mark Newsgroups Read +folderProperties=Folder Properties +getMessages=Get Messages +getMessagesFor=Get Messages For Account +# LOCALIZATION NOTE (getNextNewsMessages): Semi-colon list of plural forms. +# #1 is the number of news messages to get. +getNextNewsMessages=Get Next #1 News Message;Get Next #1 News Messages +advanceNextPrompt=Advance to next unread message in %S? +titleNewsPreHost=on +titleMailPreHost=for +replyToSender=Reply to Sender +reply=Reply +EMLFiles=Mail Files +OpenEMLFiles=Open Message +# LOCALIZATION NOTE(defaultSaveMessageAsFileName): Do not translate ".eml" +# in the line below. Also, the complete file name should be 8.3. +defaultSaveMessageAsFileName=message.eml +SaveMailAs=Save Message As +SaveAttachment=Save Attachment +SaveAllAttachments=Save All Attachments +DetachAttachment=Detach Attachment +DetachAllAttachments=Detach All Attachments +ChooseFolder=Choose Folder +LoadingMessageToPrint=Loading message to print… +MessageLoaded=Message loaded… +PrintingMessage=Printing message… +PrintPreviewMessage=Print Previewing message… +PrintingContact=Printing contact… +PrintPreviewContact=Print Previewing contact… +PrintingAddrBook=Printing AddressBook… +PrintPreviewAddrBook=Print Previewing AddressBook… +PrintingComplete=Done. +PreviewTitle=%S - %S +LoadingMailMsgForPrint=(Loading content for Printing) +LoadingMailMsgForPrintPreview=(Loading content for Print Preview) +saveAttachmentFailed=Unable to save the attachment. Please check your file name and try again later. +saveMessageFailed=Unable to save the message. Please check your file name and try again later. +fileExists=%S already exists. Do you want to replace it? + +downloadingNewsgroups=Downloading Newsgroups for Offline Use +downloadingMail=Downloading Mail for Offline Use +sendingUnsent=Sending Unsent Messages + +folderExists=A folder with that name already exists. Please enter a different name. +# LOCALIZATION NOTE(confirmDuplicateFolderRename): %1$S is name of folder being moved, %2$S is parent folder name, %3$S is proposed new folder name +confirmDuplicateFolderRename=A subfolder with the name '%1$S' already exists in the folder '%2$S'. Would you like to move this folder using the new name '%3$S'? +folderCreationFailed=The folder could not be created because the folder name you specified contains an unrecognised character. Please enter a different name and try again. + +compactingFolder=Compacting folder %S… +# LOCALIZATION NOTE(compactingDone): %1$S is the compaction gain. +compactingDone=Done compacting (approx. %1$S saved). +autoCompactAllFoldersTitle=Compact Folders +# LOCALIZATION NOTE(autoCompactAllFoldersMsg): %1$S will be replaced by size gain of the compaction (including the unit), %2$S will be replaced by application name +autoCompactAllFoldersMsg=The messages you have deleted can be purged from disk. This operation will save about %1$S of disk space. Select the option below to let %2$S do this automatically without asking you. +autoCompactNeverAskCheckbox=Remove message deletions automatically and do not ask me. +proceedButton=&Proceed + +confirmFolderDeletionForFilter=Deleting the folder '%S' will disable its associated filter(s). Are you sure you want to delete the folder? +alertFilterChanged=Filters associated with this folder will be updated. +filterDisabled=The folder '%S' could not be found, so filter(s) associated with this folder will be disabled. Verify that the folder exists, and that filters point to a valid destination folder. +filterFolderDeniedLocked=The messages could not be filtered to folder '%S' because another operation is in progress. +parsingFolderFailed=Unable to open the folder %S because it is in use by some other operation. Please wait for that operation to finish and then select the folder again. +deletingMsgsFailed=Unable to delete messages in folder %S because it is in use by some other operation. Please wait for that operation to finish and then try again. +alertFilterCheckbox=Do not warn me again. +compactFolderDeniedLock=The folder '%S' cannot be compacted because another operation is in progress. Please try again later. +compactFolderWriteFailed=The folder '%S' could not be compacted because writing to folder failed. Verify that you have enough disk space, and that you have write privileges to the file system, then try again. +compactFolderInsufficientSpace=Some folders (e.g. '%S') cannot be compacted because there is not enough free disk space. Please delete some files and try again. +filterFolderHdrAddFailed=The messages could not be filtered to folder '%S' because adding a message to it failed. Verify that the folder is displaying properly or try to repair it from the folder properties. +filterFolderWriteFailed=The messages could not be filtered to folder '%S' because writing to folder failed. Verify that you have enough disk space, and that you have write privileges to the file system, then try again. +copyMsgWriteFailed=The messages could not be moved or copied to folder '%S' because writing to folder failed. To gain disk space, from the File menu, first choose Empty Deleted, and then choose Compact Folders, and then try again. +cantMoveMsgWOBodyOffline=While working offline, you cannot move or copy messages that were not downloaded for offline use. From the Mail window, open the File menu, choose Offline, then untick Work Offline, and then try again. +operationFailedFolderBusy=The operation failed because an other operation is using the folder. Please wait for that operation to finish and then try again. +folderRenameFailed=The folder could not be renamed. Perhaps the folder is being reparsed, or the new name is not a valid folder name. +# LOCALIZATION NOTE(verboseFolderFormat): %1$S is folder name, %2$S is server name +verboseFolderFormat=%1$S on %2$S +# LOCALIZATION NOTE(filterFolderTruncateFailed): %1$S is replaced by the folder name, %2$S is replaced by the brandShortName +filterFolderTruncateFailed=There was an error truncating the Inbox after filtering a message to folder '%1$S'. You may need to shutdown %2$S and delete INBOX.msf. + +mailboxTooLarge=The folder %S is full, and can't hold any more messages. To make room for more messages, delete any old or unwanted mail and compact the folder. +outOfDiskSpace=There is not enough disk space to download new messages. Try deleting old mail, emptying the Deleted folder, and compacting your mail folders, and then try again. +errorGettingDB=Unable to open the summary file for '%S'. Perhaps there was an error on disk, or the full path is too long. + +defaultServerTag=(Default) + +# Used in message database list view to provide a text value for graphic based cells. +messageUnread=Unread +messageHasFlag=Flagged +messageHasAttachment=Has Attachment +messageJunk=Junk +messageExpanded=Expanded +messageCollapsed=Collapsed + +# Used in the SMTP Account Settings panel when a server value has no properties +smtpServerList-NotSpecified=<not specified> +smtpServer-ConnectionSecurityType-0=None +smtpServer-ConnectionSecurityType-1=STARTTLS, if available +smtpServer-ConnectionSecurityType-2=STARTTLS +smtpServer-ConnectionSecurityType-3=SSL/TLS +smtpServers-confirmServerDeletionTitle=Delete Server +smtpServers-confirmServerDeletion=Are you sure you want to delete the server: \n %S? + +# Account Settings - Both Incoming and SMTP server +authNo=No authentication +authOld=Password, original method (insecure) +authPasswordCleartextInsecurely=Password, transmitted insecurely +authPasswordCleartextViaSSL=Normal password +authPasswordEncrypted=Encrypted password +authKerberos=Kerberos / GSSAPI +authExternal=TLS Certificate +authNTLM=NTLM +authOAuth2=OAuth2 +authAnySecure=Any secure method (deprecated) +authAny=Any method (insecure) + +# OAuth2 window title +# LOCALIZATION NOTE(oauth2WindowTitle): +# %1$S is the username (or full email address) used for authentication. +# %2$S is the hostname of the account being authenticated. +oauth2WindowTitle=Enter credentials for %1$S on %2$S + +# LOCALIZATION NOTE(serverType-nntp): Do not translate "NNTP" in the line below +serverType-nntp=News Server (NNTP) +# LOCALIZATION NOTE(serverType-pop3): Do not translate "POP" in the line below +serverType-pop3=POP Mail Server +# LOCALIZATION NOTE(serverType-imap): Do not translate "IMAP" in the line below +serverType-imap=IMAP Mail Server +serverType-none=Local Mail Store +# LOCALIZATION NOTE(serverType-movemail): DONT_TRANSLATE +serverType-movemail=Unix Movemail + +sizeColumnTooltip2=Sort by size +sizeColumnHeader=Size +linesColumnTooltip2=Sort by lines +linesColumnHeader=Lines + +# status feedback stuff +documentDone= +documentLoading=Loading Message… + +unreadMsgStatus=Unread: %S +selectedMsgStatus=Selected: %S +totalMsgStatus=Total: %S + +# localized folder names + +localFolders=Local Folders + +# LOCALIZATION NOTE (inboxFolderName): OK to translate all foldernames, bugzilla #57440 & bugzilla #23625 fixed +inboxFolderName=Inbox +trashFolderName=Deleted +sentFolderName=Sent +draftsFolderName=Drafts +templatesFolderName=Templates +outboxFolderName=Outbox +junkFolderName=Junk +archivesFolderName=Archives + +# "Normal" priority is often blank, +# depending on the consumers of these strings +priorityLowest=Lowest +priorityLow=Low +priorityNormal=Normal +priorityHigh=High +priorityHighest=Highest + +#Group by date thread pane titles +today=Today +yesterday=Yesterday +lastWeek=Last Week +last7Days=Last 7 Days +twoWeeksAgo=Two Weeks Ago +last14Days=Last 14 Days +older=Old Mail +futureDate=Future + +#Grouped By Tags +untaggedMessages=Untagged Messages + +# Grouped by status +messagesWithNoStatus=No Status + +#Grouped by priority +noPriority=No Priority + +#Grouped by has attachments +noAttachments=No Attachments +attachments=Attachments + +#Grouped by flagged +notFlagged=Not Flagged +groupFlagged=Flagged + +# defaults descriptions for tag prefs listed in mailnews.js +# (we keep the .labels. names for backwards compatibility) +mailnews.tags.remove=Remove All Tags +mailnews.labels.description.1=Important +mailnews.labels.description.2=Work +mailnews.labels.description.3=Personal +mailnews.labels.description.4=To Do +mailnews.labels.description.5=Later + +# Format definition tag menu texts. +# This is necessary in order to get the accesskeys to be the on the first +# character of the menu text instead of after the menu text. +# If a key definition exists for the tag at index n, that key's key will be +# taken as the accesskey, eg. +# <key id="key_tag3" key="&tagCmd3.key;" oncommand="ToggleMessageTagKey(3);"/> +# makes the third tag have the accesskey &tagCmd3.key;. +# In the menuitem's label, this accesskey appears at %1$S below; %2$S will be +# replaced by the tag label. +mailnews.tags.format=%1$S %2$S + +replied=Replied +forwarded=Forwarded +new=New +read=Read +flagged=Flagged + +# for junk status picker in search and mail views +junk=Junk + +# for junk score origin picker in search and mail views +junkScoreOriginPlugin=Plugin +junkScoreOriginFilter=Filter +junkScoreOriginWhitelist=Whitelist +junkScoreOriginUser=User +junkScoreOriginImapFlag=IMAP Flag + +# for the has attachment picker in search and mail views +hasAttachments=Has Attachments + +# for the Tag picker in search and mail views. +tag=Tag + +# LOCALIZATION NOTE(andOthers): +# for multiple authors, add this abbreviation to the first author to indicate +# there are more; for the From column in the threadpane message list. +andOthers=et al. + +# mailnews.js +mailnews.send_default_charset=UTF-8 +mailnews.view_default_charset=ISO-8859-1 + +# whether to generate display names in last first order +# LOCALIZATION NOTE(mail.addr_book.displayName.lastnamefirst): +# the only valid values are: true OR false (choose from the untranslated English words) +mail.addr_book.displayName.lastnamefirst=false + +# whether to also show phonetic fields in the addressbook +# LOCALIZATION NOTE(mail.addr_book.show_phonetic_fields): +# the only valid values are: true OR false (choose from the untranslated English words) +mail.addr_book.show_phonetic_fields=false + +# valid format options are: +# 1: yyyy/mm/dd +# 2: yyyy/dd/mm +# 3: mm/dd/yyyy +# 4: mm/yyyy/dd +# 5: dd/mm/yyyy +# 6: dd/yyyy/mm +# +# 0: auto-detect the current locale format +# a separator has to be either '/', '-', '.' and the year in Chistian year +# otherwise mm/dd/yyyy (option 3) is used +# +mailnews.search_date_format=0 +# separator for search date (e.g. "/", "-"), or empty when search_date_format is zero +mailnews.search_date_separator= +# leading zeros for day and month values, not used if mailnews.search_date_format is not zero +mailnews.search_date_leading_zeros=true + +# offline msg +nocachedbodybody2=The body of this message has not been downloaded from \ +the server for reading offline. To read this message, \ +you must reconnect to the network, choose Offline from \ +the File menu and then untick Work Offline. \ +In the future, you can select which messages or folders to read offline. To do \ +this, choose Offline from the file menu and then select Download/Sync Now. \ +You can adjust the Disk Space preference to prevent the downloading of large \ +messages. + +# accountCentral +mailnews.account_central_page.url=chrome://messenger/content/msgAccountCentral.xul +# LOCALIZATION NOTE(acctCentralTitleFormat): %1$S is brand, %2$S is account type, %3$S is account name +acctCentralTitleFormat=%1$S %2$S - %3$S +mailAcctType=Mail +newsAcctType=News +feedsAcctType=Feeds + +# LOCALIZATION NOTE(nocachedbodytitle): Do not translate "<TITLE>" or "</TITLE>" in the line below +nocachedbodytitle=<TITLE>Go Online to View This Message</TITLE>\n + +# mailWindowOverlay.js +confirmUnsubscribeTitle=Confirm Unsubscribe +confirmUnsubscribeText=Are you sure you want to unsubscribe from %S? + +confirmUnsubscribeManyText=Are you sure you want to unsubscribe from these newsgroups? + +# msgHdrViewOverlay.js +deleteAttachments=The following attachments will be permanently deleted from this message:\n%S\nThis action cannot be undone. Do you wish to continue? +detachAttachments=The following attachments have been successfully saved and will now be permanently deleted from this message:\n%S\nThis action cannot be undone. Do you wish to continue? +deleteAttachmentFailure=Failed to delete the selected attachments. + +# This is the format for prepending accesskeys to the +# each of the attachments in the file|attachments menu: +# ie: 1 file.txt +# 2 another file.txt +attachmentDisplayNameFormat=%S %S + +# This is the heading for the attachment summary when printing an email +attachmentsPrintHeader=Attachments: + +# Connection Error Messages +# LOCALIZATION NOTE(unknownHostError): %S is the server name +unknownHostError=Failed to connect to server %S. +# LOCALIZATION NOTE(connectionRefusedError): %S is the server name +connectionRefusedError=Could not connect to server %S; the connection was refused. +# LOCALIZATION NOTE(netTimeoutError): %S is the server name +netTimeoutError=Connection to server %S timed out. +# LOCALIZATION NOTE(netResetError): %S is the server name +netResetError=Connection to server %S was reset. +# LOCALIZATION NOTE(netInterruptError): %S is the server name +netInterruptError=Connection to server %S was interrupted. + +# LOCALIZATION NOTE(biffNotification): %1$S is the number of new messages +biffNotification_message=has %1$S new message +biffNotification_messages=has %1$S new messages + +# LOCALIZATION NOTE(macBiffNotification is Mac only): +# %1$S is the number of new messages +# %2$S is a list of names and/or email addresses separated by biffNotification_separator +# %3$S is the number of new messages not displayed in the biff alert +macBiffNotification_message=%1$S new message from %2$S. +macBiffNotification_messages=%1$S new messages from %2$S. +macBiffNotification_messages_extra=%1$S new messages from %2$S and %3$S more. +# Used to separate names/email addresses in a list. Note the trailing space ', ' +macBiffNotification_separator=,\u0020 + +# LOCALIZATION NOTE(newMailNotification_message): %1$S is the name of the account %2$S is the number of new messages +newMailNotification_message=%1$S received %2$S new message + +# LOCALIZATION NOTE(newMailNotification_messages): %1$S is the name of the account %2$S is the number of new messages +newMailNotification_messages=%1$S received %2$S new messages + +# LOCALIZATION NOTE(newMailAlert_message): +# Semi-colon list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the name of the account, #2 is the number of new messages +newMailAlert_message=#1 received #2 new message;#1 received #2 new messages + +# For the Quota tab in the mail folder properties dialog +quotaPercentUsed=%S%% full + +# for message views +confirmViewDeleteTitle=Confirm +confirmViewDeleteMessage=Are you sure you want to delete this view? + +# for virtual folders +confirmSavedSearchDeleteTitle=Delete Saved Search +confirmSavedSearchDeleteMessage=Are you sure you want to delete this saved search? +confirmSavedSearchDeleteButton=&Delete Saved Search + +## @name ENTER_PASSWORD_PROMPT +## @loc None +# LOCALIZATION NOTE (passwordPrompt): Do not translate the word %S below. +# Place the word "%S" in your translation where the email address +# or the username should appear +passwordPrompt=Enter your password for %1$S on %2$S: + +## @name ENTER_PASSWORD_PROMPT_TITLE +## @loc None +passwordTitle=Mail Server Password Required + +# for checking if the user really wants to open lots of messages in separate windows. +openWindowWarningTitle=Confirm +# LOCALIZATION NOTE (openWindowWarningConfirmation): Semi-colon list of plural forms. +# #1 is the number of messages the user is attempting to open. +openWindowWarningConfirmation=Opening #1 message may be slow. Continue?;Opening #1 messages may be slow. Continue? + +# for warning the user that a tag he's trying to create already exists +tagExists=A tag with that name already exists! + +# for checking if the user really wants to delete the adaptive filter training set +confirmResetJunkTrainingTitle=Confirm +confirmResetJunkTrainingText=Are you sure you want to reset the adaptive filter training data? + +# for the virtual folder list dialog title +# %S is the name of the saved search folder +editVirtualFolderPropertiesTitle=Edit Saved Search Properties for %S +# LOCALIZATION NOTE (foldersChosen): #1 number of chosen folders +virtualFolderSourcesChosen=#1 folder chosen;#1 folders chosen + +#alert to inform the user to choose one or more folders to search for a saved search folder +alertNoSearchFoldersSelected=You must choose at least one folder to search for the saved search folder. + +# These are displayed in the message and folder pane windows +# LOCALIZATION NOTE %.*f is the abbreviated size in the appropriate units +byteAbbreviation2=%.*f bytes +kiloByteAbbreviation2=%.*f kB +megaByteAbbreviation2=%.*f MB +gigaByteAbbreviation2=%.*f GB +teraByteAbbreviation2=%.*f TB +petaByteAbbreviation2=%.*f PB + +# Error message if message for a message id wasn't found +errorOpenMessageForMessageIdTitle=Error opening message-id +errorOpenMessageForMessageIdMessage=Message for message-id %S not found + +# Warnings to alert users about phishing urls +confirmPhishingTitle=Email Scam Alert +#LOCALIZATION NOTE %1$S is the brand name, %2$S is the host name of the url being visited +confirmPhishingUrl1=%1$S thinks this site is suspicious! It may be trying to impersonate the web page you want to visit. Most legitimate web sites use names instead of numbers. Are you sure you want to visit %2$S? +confirmPhishingUrl2=%1$S thinks this web site is suspicious! It may be trying to impersonate the web page you want to visit. Are you sure you want to visit %2$S? + +#LOCALIZATION NOTE(mdnBarMessageNormal) %1$S is the name of the sender +mdnBarMessageNormal=%1$S has asked to be notified when you read this message. +#LOCALIZATION NOTE(mdnBarMessageAddressDiffers) %1$S is the name of the sender, %2$S is the address(es) to send return receipt to +mdnBarMessageAddressDiffers=%1$S has asked to be notified at %2$S when you read this message. + +# mailCommands.js +emptyJunkTitle=Confirm +emptyJunkMessage=Are you sure you want to permanently delete all messages and subfolders in the Junk folder? +emptyJunkDontAsk=Don't ask me again. +emptyTrashTitle=Confirm +emptyTrashMessage=Are you sure you want to permanently delete all messages and subfolders in the Deleted folder? +emptyTrashDontAsk=Don't ask me again. + +# junkCommands.js +junkAnalysisPercentComplete=Junk analysis %S complete +processingJunkMessages=Processing Junk Messages + +# Messenger bootstrapping messages +fileNotFoundTitle = File Not Found +#LOCALIZATION NOTE(fileNotFoundMsg): %S is the filename +fileNotFoundMsg = The file %S does not exist. + +confirmMsgDelete.title=Confirm Deletion +confirmMsgDelete.collapsed.desc=This will delete messages in collapsed threads. Are you sure you want to continue? +confirmMsgDelete.deleteNoTrash.desc=This will delete messages immediately, without saving a copy to Deleted. Are you sure you want to continue? +confirmMsgDelete.deleteFromTrash.desc=This will permanently delete messages from Deleted. Are you sure you want to continue? +confirmMsgDelete.dontAsk.label=Don't ask me again. +confirmMsgDelete.delete.label=Delete + +mailServerLoginFailedTitle=Login Failed +# LOCALIZATION NOTE (mailServerLoginFailedTitleWithAccount): +# "%S" is the account name. +mailServerLoginFailedTitleWithAccount=Login to account "%S" failed +# LOCALIZATION NOTE (mailServerLoginFailed2): +# %1$S is the host name of the server, %2$S is the user name. +mailServerLoginFailed2=Login to server %1$S with username %2$S failed. +mailServerLoginFailedRetryButton=&Retry +mailServerLoginFailedEnterNewPasswordButton=&Enter New Password + +confirmMarkAllFoldersReadTitle=Mark All Folders Read +confirmMarkAllFoldersReadMessage=Are you sure you want to mark all messages in all folders of this account as read? + +# LOCALIZATION NOTE (junkBarMessage): %S is the brandname +junkBarMessage=%S regards this message as junk. +junkBarButton=Not Junk +junkBarButtonKey=N +junkBarInfoButton=? +junkBarInfoButtonKey=? +# LOCALIZATION NOTE (remoteContentBarMessage): %S is the brandname +remoteContentBarMessage=To protect your privacy, %S has blocked remote content in this message. +remoteContentPrefLabel=Options +remoteContentPrefAccesskey=O +# LOCALIZATION NOTE(remoteContentAllow): %S is host name +remoteContentAllow=Allow remote content for %S + +# LOCALIZATION NOTE (phishingBarMessage): %S is the brandname +phishingBarMessage=%S regards this message as an e-mail scam. +phishingBarIgnoreButton=Ignore Warning +phishingBarIgnoreButtonKey=I +mdnBarMessage=The sender of this message has asked to be notified when you read this message. Do you wish to notify the sender? +mdnBarIgnoreButton=Ignore Request +mdnBarIgnoreButtonKey=I +mdnBarSendReqButton=Send Receipt +mdnBarSendReqButtonKey=S +# LOCALIZATION NOTE (saveAsType): replace %S with the extension of the file to be saved. +saveAsType=%S file diff --git a/l10n-en-GB/suite/chrome/mailnews/mime.properties b/l10n-en-GB/suite/chrome/mailnews/mime.properties new file mode 100644 index 0000000000..f40a3f0310 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/mime.properties @@ -0,0 +1,156 @@ +# 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/. + +# +# The following are used by libmime to emit header display in HTML +# + +# Mail subject +## @name MIME_MHTML_SUBJECT +## @loc None +1000=Subject + +# Resent-Comments +## @name MIME_MHTML_RESENT_COMMENTS +## @loc +1001=Resent-Comments + +# Resent-Date +## @name MIME_MHTML_RESENT_DATE +## @loc +1002=Resent-Date + +# Resent-Sender +## @name MIME_MHTML_RESENT_SENDER +## @loc +1003=Resent-Sender + +# Resent-From +## @name MIME_MHTML_RESENT_FROM +## @loc +1004=Resent-From + +# Resent-To +## @name MIME_MHTML_RESENT_TO +## @loc +1005=Resent-To + +# Resent-CC +## @name MIME_MHTML_RESENT_CC +## @loc +# LOCALIZATION NOTE (1006): Do not translate "CC" below. +1006=Resent-CC + +# Date +## @name MIME_MHTML_DATE +## @loc +1007=Date + +# Sender +## @name MIME_MHTML_SENDER +## @loc +1008=Sender + +# From +## @name MIME_MHTML_FROM +## @loc +1009=From + +# Reply-To +## @name MIME_MHTML_REPLY_TO +## @loc +1010=Reply-To + +# Organization +## @name MIME_MHTML_ORGANIZATION +## @loc +1011=Organisation + +# To +## @name MIME_MHTML_TO +## @loc +1012=To + +# CC +## @name MIME_MHTML_CC +## @loc +# LOCALIZATION NOTE (1013): Do not translate "CC" below. +1013=CC + +# Newsgroups +## @name MIME_MHTML_NEWSGROUPS +## @loc +1014=Newsgroups + +# Followup-To +## @name MIME_MHTML_FOLLOWUP_TO +## @loc +1015=Followup-To + +# References +## @name MIME_MHTML_REFERENCES +## @loc +1016=References + +# Message ID +## @name MIME_MHTML_MESSAGE_ID +## @loc +1021=Message-ID + +# BCC +## @name MIME_MHTML_BCC +## @loc +1023=BCC + +# Link to doc +## @name MIME_MSG_LINK_TO_DOCUMENT +## @loc +1026=Link to Document + +# Get Doc info +## @name MIME_MSG_DOCUMENT_INFO +## @loc +1027=<B>Document Info:</B> + +# Msg Attachment +## @name MIME_MSG_ATTACHMENT +## @loc +1028=Attachment + +# default attachment name +## @name MIME_MSG_DEFAULT_ATTACHMENT_NAME +## @loc +# LOCALIZATION NOTE (1040): Do not translate "%s" below. +# Place the %s where you wish the part number of the attachment to appear +1040=Part %s + +# default forwarded message prefix +## @name MIME_FORWARDED_MESSAGE_HTML_USER_WROTE +## @loc +1041=-------- Original Message -------- + +# Partial Message Truncated +## @name MIME_MSG_PARTIAL_TRUNCATED +## @loc +MIME_MSG_PARTIAL_TRUNCATED=Truncated! + +# Partial Message Truncated Explanation +## @name MIME_MSG_PARTIAL_TRUNCATED_EXPLANATION +## @loc +MIME_MSG_PARTIAL_TRUNCATED_EXPLANATION=This message exceeded the Maximum Message Size set in Account Settings, so we have only downloaded the first few lines from the mail server. + +# Partial Message Not Downloaded +## @name MIME_MSG_PARTIAL_NOT_DOWNLOADED +## @loc +MIME_MSG_PARTIAL_NOT_DOWNLOADED=Not Downloaded + +# Partial Message Not Downloaded Explanation +## @name MIME_MSG_PARTIAL_NOT_DOWNLOADED_EXPLANATION +## @loc +MIME_MSG_PARTIAL_NOT_DOWNLOADED_EXPLANATION=Only the headers for this message were downloaded from the mail server. + +# MIME_MSG_PARTIAL_CLICK_FOR_REST +## @name MIME_MSG_PARTIAL_CLICK_FOR_REST +## @loc +MIME_MSG_PARTIAL_CLICK_FOR_REST=Download the rest of the message. diff --git a/l10n-en-GB/suite/chrome/mailnews/mimeheader.properties b/l10n-en-GB/suite/chrome/mailnews/mimeheader.properties new file mode 100644 index 0000000000..83f25f695b --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/mimeheader.properties @@ -0,0 +1,39 @@ +# 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/. + +# +# The following are used by libmime for header display in XML & HTML +# +TO=To +# LOCALIZATION NOTE (BCC); DONT_TRANSLATE +BCC=BCC +# LOCALIZATION NOTE (CC); DONT_TRANSLATE +CC=CC +DATE=Date +DISTRIBUTION=Distribution +# LOCALIZATION NOTE (FCC); DONT_TRANSLATE +FCC=FCC +FOLLOWUP-TO=Followup-To +FROM=From +STATUS=Status +LINES=Lines +MESSAGE-ID=Message-ID +MIME-VERSION=MIME-Version +NEWSGROUPS=Newsgroups +ORGANIZATION=Organisation +REFERENCES=References +REPLY-TO=Reply-To +RESENT-COMMENTS=Resent-Comments +RESENT-DATE=Resent-Date +RESENT-FROM=Resent-From +RESENT-MESSAGE-ID=Resent-Message-ID +RESENT-SENDER=Resent-Sender +RESENT-TO=Resent-To +# LOCALIZATION NOTE (RESENT-CC); Do not translate "CC" +RESENT-CC=Resent-CC +SENDER=Sender +SUBJECT=Subject +APPROVED-BY=Approved-By +USER-AGENT=User-Agent +FILENAME=Filename diff --git a/l10n-en-GB/suite/chrome/mailnews/msgAccountCentral.dtd b/l10n-en-GB/suite/chrome/mailnews/msgAccountCentral.dtd new file mode 100644 index 0000000000..0f7618f8f4 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/msgAccountCentral.dtd @@ -0,0 +1,25 @@ +<!-- 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/. --> + +<!ENTITY emailSectionHdr.label "Email"> +<!ENTITY readMsgsLink.label "Read messages"> +<!ENTITY composeMsgLink.label "Compose a new message"> + +<!ENTITY newsSectionHdr.label "Newsgroups"> +<!ENTITY subscribeNewsLink.label "Manage newsgroup subscriptions"> + +<!ENTITY accountsSectionHdr.label "Accounts"> +<!ENTITY subscribeImapFolders.label "Manage folder subscriptions"> +<!ENTITY settingsLink.label "View settings for this account"> +<!ENTITY newAcctLink.label "Create a new account"> + +<!ENTITY advFeaturesSectionHdr.label "Advanced Features"> +<!ENTITY searchMsgsLink.label "Search messages"> +<!ENTITY filtersLink.label "Manage message filters"> +<!ENTITY junkSettings.label "Junk mail settings"> +<!ENTITY offlineLink.label "Offline settings"> + +<!ENTITY feedsSectionHdr.label "Feeds"> +<!ENTITY subscribeFeeds.label "Manage subscriptions"> + diff --git a/l10n-en-GB/suite/chrome/mailnews/msgFolderPickerOverlay.dtd b/l10n-en-GB/suite/chrome/mailnews/msgFolderPickerOverlay.dtd new file mode 100644 index 0000000000..637dc9ede1 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/msgFolderPickerOverlay.dtd @@ -0,0 +1,7 @@ +<!-- 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/. --> + +<!-- Labels --> +<!ENTITY newfolderchoosethis.label "choose this for the parent"> +<!ENTITY filemessageschoosethis.label "choose this folder"> diff --git a/l10n-en-GB/suite/chrome/mailnews/msgHdrViewOverlay.dtd b/l10n-en-GB/suite/chrome/mailnews/msgHdrViewOverlay.dtd new file mode 100644 index 0000000000..0ac65383e3 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/msgHdrViewOverlay.dtd @@ -0,0 +1,46 @@ +<!-- 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/. --> + +<!ENTITY toField.label "To: "> +<!ENTITY fromField.label "From: "> +<!ENTITY senderField.label "Sender: "> +<!ENTITY organizationField.label "Organisation: "> +<!ENTITY replyToField.label "Reply-To: "> + +<!ENTITY subjectField.label "Subject: "> +<!--# LOCALIZATION NOTE (ccField.label): DONT_TRANSLATE --> +<!ENTITY ccField.label "Cc: "> +<!ENTITY bccField.label "Bcc: "> +<!ENTITY newsgroupsField.label "Newsgroups: "> +<!ENTITY followupToField.label "Followup-To: "> + +<!ENTITY tagsHdr.label "Tags: "> +<!ENTITY dateField.label "Date: "> +<!ENTITY userAgentField.label "User-Agent: "> +<!ENTITY referencesField.label "References: "> +<!ENTITY messageIdField.label "Message-ID: "> +<!ENTITY inReplyToField.label "In-Reply-To: "> +<!ENTITY originalWebsite.label "Web Site: "> + +<!ENTITY editMessage.label "Edit Draft…"> +<!ENTITY editMessage.accesskey "D"> + +<!ENTITY attachmentsTree.label "Attachments:"> +<!ENTITY attachmentsTree.accesskey "c"> +<!ENTITY openAttachmentCmd.label "Open"> +<!ENTITY openAttachmentCmd.accesskey "O"> +<!ENTITY viewAttachmentCmd.label "View Source"> +<!ENTITY viewAttachmentCmd.accesskey "V"> +<!ENTITY saveAsAttachmentCmd.label "Save As…"> +<!ENTITY saveAsAttachmentCmd.accesskey "A"> +<!ENTITY detachAttachmentCmd.label "Detach…"> +<!ENTITY detachAttachmentCmd.accesskey "h"> +<!ENTITY deleteAttachmentCmd.label "Delete"> +<!ENTITY deleteAttachmentCmd.accesskey "t"> +<!ENTITY saveAllAttachmentsCmd.label "Save All…"> +<!ENTITY saveAllAttachmentsCmd.accesskey "S"> +<!ENTITY detachAllAttachmentsCmd.label "Detach All…"> +<!ENTITY detachAllAttachmentsCmd.accesskey "D"> +<!ENTITY deleteAllAttachmentsCmd.label "Delete All…"> +<!ENTITY deleteAllAttachmentsCmd.accesskey "e"> diff --git a/l10n-en-GB/suite/chrome/mailnews/msgHdrViewPopup.dtd b/l10n-en-GB/suite/chrome/mailnews/msgHdrViewPopup.dtd new file mode 100644 index 0000000000..97076ea871 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/msgHdrViewPopup.dtd @@ -0,0 +1,31 @@ +<!-- 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/. --> + +<!-- Message Header View Popup --> +<!ENTITY AddToAddressBook.label "Add To Address Book…"> +<!ENTITY AddToAddressBook.accesskey "B"> +<!ENTITY EditContact.label "Edit Contact…"> +<!ENTITY EditContact.accesskey "E"> +<!ENTITY ViewContact.label "View Contact"> +<!ENTITY ViewContact.accesskey "V"> +<!ENTITY SendMailTo.label "Compose Mail To…"> +<!ENTITY SendMailTo.accesskey "s"> +<!ENTITY CopyEmailAddress.label "Copy Email Address"> +<!ENTITY CopyEmailAddress.accesskey "C"> +<!ENTITY CopyNameAndEmailAddress.label "Copy Name and Email Address"> +<!ENTITY CopyNameAndEmailAddress.accesskey "N"> +<!ENTITY CreateFilterFrom.label "Create Filter From…"> +<!ENTITY CreateFilterFrom.accesskey "F"> +<!ENTITY openInBrowser.label "Open in Browser"> +<!ENTITY openInBrowser.accesskey "O"> +<!ENTITY bookmarkLinkCmd.label "Bookmark This Link…"> +<!ENTITY bookmarkLinkCmd.accesskey "B"> +<!ENTITY copyLinkCmd.label "Copy Link Location"> +<!ENTITY copyLinkCmd.accesskey "C"> +<!ENTITY CopyMessageId.label "Copy Message-ID"> +<!ENTITY CopyMessageId.accesskey "C"> +<!ENTITY OpenMessageForMsgId.label "Open Message For ID"> +<!ENTITY OpenMessageForMsgId.accesskey "O"> +<!ENTITY OpenBrowserWithMsgId.label "Open Browser With Message-ID"> +<!ENTITY OpenBrowserWithMsgId.accesskey "B"> diff --git a/l10n-en-GB/suite/chrome/mailnews/msgPrintEngine.dtd b/l10n-en-GB/suite/chrome/mailnews/msgPrintEngine.dtd new file mode 100644 index 0000000000..08139ffaf8 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/msgPrintEngine.dtd @@ -0,0 +1,11 @@ +<!-- 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/. --> + +<!-- LOCALIZATION NOTE (printCmd.key, closeCmd.key): + As defined in msgPrintEngine.xul, Ctrl plus the command keys defined here + will be the keyboard shortcuts effective in print preview, e.g. Ctrl+P + --> + +<!ENTITY printCmd.key "P"> +<!ENTITY closeCmd.key "W"> diff --git a/l10n-en-GB/suite/chrome/mailnews/msgSynchronize.dtd b/l10n-en-GB/suite/chrome/mailnews/msgSynchronize.dtd new file mode 100644 index 0000000000..8246d6af17 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/msgSynchronize.dtd @@ -0,0 +1,23 @@ +<!-- 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/. --> + +<!-- extracted from MsgSynchronize.xul and msgSelectOffline.xul--> + +<!ENTITY MsgSynchronize.label "Download and Synchronise Messages"> +<!ENTITY MsgSelect.label "Items for Offline Use"> +<!ENTITY MsgSyncDesc.label "If you have already selected mail folders or newsgroups for offline use, you can download and/or synchronise them now. Otherwise, use the "Select" button to choose mail folders and newsgroups for offline use."> +<!ENTITY MsgSyncDirections.label "Download and/or synchronise the following:"> +<!ENTITY syncTypeMail.label "Mail messages"> +<!ENTITY syncTypeMail.accesskey "M"> +<!ENTITY syncTypeNews.label "Newsgroup messages"> +<!ENTITY syncTypeNews.accesskey "N"> +<!ENTITY sendMessage.label "Send Unsent messages"> +<!ENTITY sendMessage.accesskey "S"> +<!ENTITY workOffline.label "Work offline once download and/or synchronisation is complete"> +<!ENTITY workOffline.accesskey "W"> +<!ENTITY selectButton.label "Select…"> +<!ENTITY selectButton.accesskey "e"> +<!ENTITY MsgSelectDesc.label "Choose mail folders and newsgroups for offline use."> +<!ENTITY MsgSelectInd.label "Download"> +<!ENTITY MsgSelectItems.label "Folders and Newsgroups"> diff --git a/l10n-en-GB/suite/chrome/mailnews/msgViewPickerOverlay.dtd b/l10n-en-GB/suite/chrome/mailnews/msgViewPickerOverlay.dtd new file mode 100644 index 0000000000..96938c5a47 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/msgViewPickerOverlay.dtd @@ -0,0 +1,22 @@ +<!-- 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/. --> + +<!--LOCALIZATION NOTE msgViewPickerOverlay.dtd UI for showing various views on a folder --> + +<!ENTITY viewPicker.label "View:"> +<!ENTITY viewPicker.accesskey "i"> +<!ENTITY viewAll.label "All"> +<!ENTITY viewAll.accesskey "A"> +<!ENTITY viewUnread.label "Unread"> +<!ENTITY viewUnread.accesskey "U"> +<!ENTITY viewNotDeleted.label "Not Deleted"> +<!ENTITY viewNotDeleted.accesskey "D"> +<!ENTITY viewTags.label "Tags"> +<!ENTITY viewTags.accesskey "T"> +<!ENTITY viewCustomViews.label "Custom Views"> +<!ENTITY viewCustomViews.accesskey "V"> +<!ENTITY viewVirtualFolder.label "Save View as a Folder…"> +<!ENTITY viewVirtualFolder.accesskey "S"> +<!ENTITY viewCustomizeView.label "Customise…"> +<!ENTITY viewCustomizeView.accesskey "C"> diff --git a/l10n-en-GB/suite/chrome/mailnews/msgmdn.properties b/l10n-en-GB/suite/chrome/mailnews/msgmdn.properties new file mode 100644 index 0000000000..6a9ccf58f6 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/msgmdn.properties @@ -0,0 +1,18 @@ +# 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/. +## Msg Mdn Report strings +MsgMdnDisplayed=Note: This Return Receipt only acknowledges that the message was displayed on the recipient's computer. There is no guarantee that the recipient has read or understood the message contents. +MsgMdnDispatched=The message was either printed, faxed, or forwarded without being displayed to the recipient. There is no guarantee that the recipient will read the message at a later time. +MsgMdnProcessed=The message was processed by the recipient's mail client without being displayed. There is no guarantee that the message will be read at a later time. +MsgMdnDeleted=The message has been deleted. The person you sent it to may or may not have seen it. They might undelete it at a later time and read it. +MsgMdnDenied=The recipient of the message does not wish to send a return receipt back to you. +MsgMdnFailed=A failure occurred. A proper return receipt could not be generated or sent to you. +# LOCALIZATION NOTE : Do not translate the word "%S" below. +MsgMdnMsgSentTo=This is a Return Receipt for the mail that you sent to %S. +MdnDisplayedReceipt=Return Receipt (displayed) +MdnDispatchedReceipt=Return Receipt (dispatched) +MdnProcessedReceipt=Return Receipt (processed) +MdnDeletedReceipt=Return Receipt (deleted) +MdnDeniedReceipt=Return Receipt (denied) +MdnFailedReceipt=Return Receipt (failed) diff --git a/l10n-en-GB/suite/chrome/mailnews/newFolderDialog.dtd b/l10n-en-GB/suite/chrome/mailnews/newFolderDialog.dtd new file mode 100644 index 0000000000..c34028d2d4 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/newFolderDialog.dtd @@ -0,0 +1,16 @@ +<!-- 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/. --> + +<!-- Labels --> +<!ENTITY newFolderDialog.title "New Folder"> +<!ENTITY name.label "Name:"> +<!ENTITY name.accesskey "n"> +<!ENTITY description.label "Create as a subfolder of:"> +<!ENTITY description.accesskey "c"> +<!ENTITY folderRestriction1.label "This server restricts folders to two special kinds."> +<!ENTITY folderRestriction2.label "Allow your new folder to contain:"> +<!ENTITY foldersOnly.label "Folders Only"> +<!ENTITY messagesOnly.label "Messages Only"> +<!ENTITY accept.label "Create Folder"> +<!ENTITY accept.accesskey "r"> diff --git a/l10n-en-GB/suite/chrome/mailnews/news.properties b/l10n-en-GB/suite/chrome/mailnews/news.properties new file mode 100644 index 0000000000..e6659c1ae9 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/news.properties @@ -0,0 +1,56 @@ +# 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/. +downloadHeadersTitlePrefix=Download Headers +downloadHeadersInfoText=There are %S new message headers to download for this newsgroup. +cancelDisallowed=This message does not appear to be from you. You may only cancel your own posts, not those made by others. +cancelConfirm=Are you sure you want to cancel this message? +messageCancelled=Message cancelled. +enterUserPassTitle=News Server Username and Password Required +# LOCALIZATION NOTE (enterUserPassServer): %S is the server being accessed +enterUserPassServer=Please enter a username and password for %S: +# LOCALIZATION NOTE (enterUserPassGroup): %1$S is a specific newsgroup to set +# the password for; %2$S is the server from which the newsgroup is accessed +enterUserPassGroup=Please enter a username and password for %1$S on %2$S: +okButtonText=Download + +noNewMessages=There are no new messages on the server. +# LOCALIZATION NOTE (newNewsgroupHeaders): %1$S is the number of the current +# header being downloaded, %2$S is the number of headers to be downloaded, and +# %3$S is the newsgroup whose headers are being downloaded. +newNewsgroupHeaders=Downloading %1$S of %2$S headers on %3$S +# LOCALIZATION NOTE (newNewsgroupFilteringHeaders): %1$S is the name of the MIME +# header being filtered on, %2$S is the number of the current header being +# downloaded, %3$S is the number of headers to be downloaded, and %4$S is the +# newsgroup whose headers are being downloaded. +newNewsgroupFilteringHeaders=Getting headers for filters: %1$S (%2$S/%3$S) on %4$S +downloadingArticles=Downloading articles %S-%S +bytesReceived=Downloading newsgroups: %S received (%SkB read at %SkB/sec) +downloadingArticlesForOffline=Downloading articles %S-%S in %S + +# LOCALIZATION NOTE (autoUnsubscribeText): %1$S is the newsgroup and %2$S is the newsgroup-server it is being removed from. +autoUnsubscribeText=The newsgroup %1$S does not appear to exist on the host %2$S. Would you like to unsubscribe from it? + +# LOCALIZATION NOTE (autoSubscribeText): %1$S is the newsgroup. +autoSubscribeText=Would you like to subscribe to %1$S? + +# LOCALIZATION NOTE (Error -304): In the following item, don't translate "NNTP" +# Error - server error +## @name NNTP_ERROR_MESSAGE +## @loc None +-304=A News (NNTP) error occurred: + +# Error - newsgroup scan error +## @name NNTP_NEWSGROUP_SCAN_ERROR +## @loc None +-305=A News error occurred. The scan of all newsgroups is incomplete. Try to View All Newsgroups again + +# Error - NNTP authinfo failure +## @name NNTP_AUTH_FAILED +## @loc None +-260=An authorisation error occurred. Please try entering your name and/or password again. + +# Error - TCP error +## @name TCP_ERROR +## @loc None +-206=A communications error occurred. Try connecting again. TCP Error: diff --git a/l10n-en-GB/suite/chrome/mailnews/newsError.dtd b/l10n-en-GB/suite/chrome/mailnews/newsError.dtd new file mode 100644 index 0000000000..be88a12507 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/newsError.dtd @@ -0,0 +1,31 @@ +<!-- 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/. --> + +<!-- LOCALIZATION NOTE (newsError.title): The title of the news error page. + Not generally visible. --> +<!ENTITY newsError.title "Problem Loading Article"> + +<!-- LOCALIZATION NOTE (articleNotFound.title): The main heading for the news + error page. --> +<!ENTITY articleNotFound.title "Article not found"> + +<!-- LOCALIZATION NOTE (articleNotFound.desc): A longer description for the news + error page. --> +<!ENTITY articleNotFound.desc "The newsgroup server reports that it can't find the article."> + +<!-- LOCALIZATION NOTE (serverResponded.title): A string preceding the text + response from the newsgroup server describing the error. --> +<!ENTITY serverResponded.title "Newsgroup server responded:"> + +<!-- LOCALIZATION NOTE (articleExpired.title): A string explaining that the + article may have expired. --> +<!ENTITY articleExpired.title "Perhaps the article has expired?"> + +<!-- LOCALIZATION NOTE (trySearching.title): A string preceding the message's + ID. --> +<!ENTITY trySearching.title "Try searching for article:"> + +<!-- LOCALIZATION NOTE (removeExpiredArticles.title): The label for the button + to remove all expired articles from the newsgroup. --> +<!ENTITY removeExpiredArticles.title "Remove All Expired Articles"> diff --git a/l10n-en-GB/suite/chrome/mailnews/newsblog/am-newsblog.dtd b/l10n-en-GB/suite/chrome/mailnews/newsblog/am-newsblog.dtd new file mode 100644 index 0000000000..735204764c --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/newsblog/am-newsblog.dtd @@ -0,0 +1,19 @@ +<!-- 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/. --> + +<!ENTITY loginAtStartup.label "Check for new articles at startup"> +<!ENTITY loginAtStartup.accesskey "C"> +<!ENTITY biffAll.label "Enable updates for all feeds"> +<!ENTITY biffAll.accesskey "E"> + +<!ENTITY newFeedSettings.label "Default Settings for New Feeds"> + +<!ENTITY manageSubscriptions.label "Manage Subscriptions…"> +<!ENTITY manageSubscriptions.accesskey "M"> + +<!-- entities from rss.rdf --> +<!ENTITY feeds.accountName "Blogs & News Feeds"> +<!ENTITY feeds.wizardShortName "Feeds"> +<!ENTITY feeds.wizardLongName "Blogs & News Feeds"> +<!ENTITY feeds.wizardLongName.accesskey "F"> diff --git a/l10n-en-GB/suite/chrome/mailnews/newsblog/feed-subscriptions.dtd b/l10n-en-GB/suite/chrome/mailnews/newsblog/feed-subscriptions.dtd new file mode 100644 index 0000000000..35845f1f5d --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/newsblog/feed-subscriptions.dtd @@ -0,0 +1,56 @@ +<!-- 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/. --> + +<!-- Subscription Dialog --> +<!ENTITY feedSubscriptions.label "Feed Subscriptions"> +<!ENTITY learnMore.label "Learn more about Feeds"> + +<!ENTITY feedTitle.label "Title:"> +<!ENTITY feedTitle.accesskey "T"> + +<!ENTITY feedLocation.label "Feed URL:"> +<!ENTITY feedLocation.accesskey "F"> +<!ENTITY feedLocation.placeholder "Enter a valid feed url to Add"> +<!ENTITY feedLocation2.placeholder "Enter a valid feed url"> +<!ENTITY locationValidate.label "Validate"> +<!ENTITY validateText.label "Check validation and retrieve a valid url."> + +<!ENTITY feedFolder.label "Store Articles in:"> +<!ENTITY feedFolder.accesskey "S"> + +<!-- Account Settings and Subscription Dialog --> +<!ENTITY biffStart.label "Check for new articles every "> +<!ENTITY biffStart.accesskey "k"> +<!ENTITY biffMinutes.label "minutes"> +<!ENTITY biffMinutes.accesskey "n"> +<!ENTITY biffDays.label "days"> +<!ENTITY biffDays.accesskey "d"> +<!ENTITY recommendedUnits.label "Publisher recommends:"> + +<!ENTITY quickMode.label "Show the article summary instead of loading the web page"> +<!ENTITY quickMode.accesskey "h"> + +<!ENTITY autotagEnable.label "Automatically create tags from feed <category> names"> +<!ENTITY autotagEnable.accesskey "c"> +<!ENTITY autotagUsePrefix.label "Prefix tags with:"> +<!ENTITY autotagUsePrefix.accesskey "P"> +<!ENTITY autoTagPrefix.placeholder "Enter a tag prefix"> + +<!-- Subscription Dialog --> +<!ENTITY button.addFeed.label "Add"> +<!ENTITY button.addFeed.accesskey "A"> +<!ENTITY button.verifyFeed.label "Verify"> +<!ENTITY button.verifyFeed.accesskey "V"> +<!ENTITY button.updateFeed.label "Update"> +<!ENTITY button.updateFeed.accesskey "U"> +<!ENTITY button.removeFeed.label "Remove"> +<!ENTITY button.removeFeed.accesskey "R"> +<!ENTITY button.importOPML.label "Import"> +<!ENTITY button.importOPML.accesskey "I"> +<!ENTITY button.exportOPML.label "Export"> +<!ENTITY button.exportOPML.accesskey "x"> +<!ENTITY button.exportOPML.tooltip "Export Feeds with folder structure; ctrl click or ctrl enter to export Feeds as a list"> + +<!ENTITY cmd.close.commandKey "w"> +<!ENTITY button.close.label "Close"> diff --git a/l10n-en-GB/suite/chrome/mailnews/newsblog/newsblog.properties b/l10n-en-GB/suite/chrome/mailnews/newsblog/newsblog.properties new file mode 100644 index 0000000000..07b8fe38c0 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/newsblog/newsblog.properties @@ -0,0 +1,93 @@ +# 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/. + +subscribe-validating-feed=Verifying the feed… +subscribe-cancelSubscription=Are you sure you wish to cancel subscribing to the current feed? +subscribe-cancelSubscriptionTitle=Subscribing to a Feed… +subscribe-feedAlreadySubscribed=You already have a subscription for this feed. +subscribe-errorOpeningFile=Could not open the file. +subscribe-feedAdded=Feed added. +subscribe-feedUpdated=Feed updated. +subscribe-feedMoved=Feed subscription moved. +subscribe-feedCopied=Feed subscription copied. +subscribe-feedRemoved=Feed unsubscribed. +subscribe-feedNotValid=The Feed URL is not a valid feed. +subscribe-feedVerified=The Feed URL has been verified. +subscribe-networkError=The Feed URL could not be found. Please check the name and try again. +subscribe-noAuthError=The Feed URL is not authorised. +subscribe-loading=Loading, please wait… + +subscribe-OPMLImportTitle=Select OPML file to import +## LOCALIZATION NOTE(subscribe-OPMLExportTitleList): +## %S is the name of the feed account folder name. +subscribe-OPMLExportTitleList=Export %S as an OPML file - Feeds list +## LOCALIZATION NOTE(subscribe-OPMLExportTitleStruct): +## %S is the name of the feed account folder name. +subscribe-OPMLExportTitleStruct=Export %S as an OPML file - Feeds with folder structure +## LOCALIZATION NOTE(subscribe-OPMLExportFileDialogTitle): +## %1$S is the brandShortName, %2$S is the name of the feed account folder name. +subscribe-OPMLExportFileDialogTitle=%1$S OPML Export - %2$S +## LOCALIZATION NOTE(subscribe-OPMLExportDefaultFileName): +## %1$S is the brandShortName (Thunderbird for example), %2$S is the account name. +## The default extension (.opml) is added here as it is not automatically appended in the file picker on MacOS. +subscribe-OPMLExportDefaultFileName=My%1$SFeeds-%2$S.opml +## LOCALIZATION NOTE(subscribe-OPMLImportInvalidFile): %S is the name of the OPML file the user tried to import. +subscribe-OPMLImportInvalidFile=The file %S does not seem to be a valid OPML file. +## LOCALIZATION NOTE(subscribe-OPMLImportFeedCount): Semi-colon list of plural forms. +## See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +## #1 is the count of new imported entries. +subscribe-OPMLImportFeedCount=Imported #1 new feed.;Imported #1 new feeds. +## LOCALIZATION NOTE(subscribe-OPMLImportUniqueFeeds): Semi-colon list of plural forms. +## #1 is the count of new imported entries +subscribe-OPMLImportUniqueFeeds=Imported #1 new feed to which you aren't already subscribed;Imported #1 new feeds to which you aren't already subscribed +## LOCALIZATION NOTE(subscribe-OPMLImportFoundFeeds): +## #1 is total number of elements found in the file +subscribe-OPMLImportFoundFeeds=(out of #1 entry found);(out of #1 total entries found) +## LOCALIZATION NOTE(subscribe-OPMLImportStatus): +## This is the concatenation of the two strings defined above to compose 1 sentence. +## %1$S = subscribe-OPMLImportUniqueFeeds +## %2$S = subscribe-OPMLImportFoundFeeds +subscribe-OPMLImportStatus=%1$S %2$S. + +subscribe-OPMLExportOPMLFilesFilterText=OPML Files +## LOCALIZATION NOTE(subscribe-OPMLExportDone): %S is the export file name. +subscribe-OPMLExportDone=Feeds in this account have been exported to %S. + +subscribe-confirmFeedDeletionTitle=Remove Feed +## LOCALIZATION NOTE(subscribe-confirmFeedDeletion): %S is the name of the feed the user wants to unsubscribe from. +subscribe-confirmFeedDeletion=Are you sure you want to unsubscribe from the feed: \n %S? + +## LOCALIZATION NOTE(subscribe-gettingFeedItems): +## - The first %S is the number of articles processed so far; +## - The second %S is the total number of items +subscribe-gettingFeedItems=Downloading feed articles (%S of %S)… + +newsblog-noNewArticlesForFeed=There are no new articles for this feed. +## LOCALIZATION NOTE(newsblog-networkError): %S is the feed URL +newsblog-networkError=%S could not be found. Please check the name and try again. +## LOCALIZATION NOTE(newsblog-feedNotValid): %S is the feed URL +newsblog-feedNotValid=%S is not a valid feed. +## LOCALIZATION NOTE(newsblog-badCertError): %S is the feed URL host +newsblog-badCertError=%S uses an invalid security certificate. +## LOCALIZATION NOTE(newsblog-noAuthError): %S is the feed URL +newsblog-noAuthError=%S is not authorised. +newsblog-getNewMsgsCheck=Checking feeds for new items… + +## LOCALIZATION NOTE(feeds-accountname): This string should be the same as feeds.accountName in am-newsblog.dtd +feeds-accountname=Blogs & News Feeds + +## LOCALIZATION NOTE(externalAttachmentMsg): Content in the MIME part for external link attachments. +externalAttachmentMsg=This MIME attachment is stored separately from the message. + +## Import wizard. +ImportFeedsCreateNewListItem=* New Account * +ImportFeedsNewAccount=Create and import into a new Feeds account +ImportFeedsExistingAccount=Import into an existing Feeds account +## LOCALIZATION NOTE(ImportFeedsDone): +## - The first %S is the import file name; +## - The second %S is the value of either ImportFeedsNew or ImportFeedsExisting; +## - The third %S is the feed account name. +ImportFeedsNew=new +ImportFeedsExisting=existing +ImportFeedsDone=The feed subscriptions import from file %1$S into %2$S account '%3$S' has finished. diff --git a/l10n-en-GB/suite/chrome/mailnews/oeImportMsgs.properties b/l10n-en-GB/suite/chrome/mailnews/oeImportMsgs.properties new file mode 100644 index 0000000000..8ef8396268 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/oeImportMsgs.properties @@ -0,0 +1,77 @@ +# 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/. + +# +# The following are used by the outlook express import code to display status/error +# and informational messages +# + +# Short name of import module +## @name OEIMPORT_NAME +## @loc None +## LOCALIZATION NOTE (2000): DONT_TRANSLATE +2000=Outlook Express + +# Description of import module +## @name OEIMPORT_DESCRIPTION +## @loc None +## LOCALIZATION NOTE (2011): In this item, don't translate "Outlook Express" +2011=Outlook Express mail, address books, and settings + +# Success message +## @name OEIMPORT_MAILBOX_SUCCESS +## @loc None +## LOCALIZATION NOTE (2002): In this item, don't translate "%S" or "%d" +## The variable %S will contain the name of the Mailbox +## The variable %d will contain the number of messages + +2002=Mailbox %S, imported %d messages + +# Error message +## @name OEIMPORT_MAILBOX_BADPARAM +## @loc None +2003=Bad parameter passed to import mailbox. + +# Error message +## @name OEIMPORT_MAILBOX_BADSOURCEFILE +## @loc None +## LOCALIZATION NOTE (2004): In this item, don't translate "%S" +## The variable %S will contain the name of the Mailbox +2004=Error accessing file for mailbox %S. + +# Error message +## @name OEIMPORT_MAILBOX_CONVERTERROR +## @loc None +## LOCALIZATION NOTE (2005): In this item, don't translate "%S" +## The variable %S will contain the name of the Mailbox +2005=Error importing mailbox %S, all messages may not be imported from this mailbox. + +# Default name of imported addressbook +## @name OEIMPORT_DEFAULT_NAME +## @loc None +2006=Outlook Express Address Book + +# Autofind description +## @name OEIMPORT_AUTOFIND +## @loc None +2007=Outlook Express address book (windows address book) + +# Description +## @name OEIMPORT_ADDRESS_SUCCESS +## @loc None +## LOCALIZATION NOTE (2006): In this item, don't translate "%S" +## The variable %S will receive the name of the address book +2008=Imported address book %S + +# Error message +## @name OEIMPORT_ADDRESS_CONVERTERROR +## @loc None +## LOCALIZATION NOTE (2009): In this item, don't translate "%S" +## The variable %S will receive the name of the address book +2009=Error importing address book %S, all addresses may not have been imported. + +# Error message +## @name OEIMPORT_ADDRESS_BADPARAM +## @loc None +2010=Bad parameter passed to import addressbook. diff --git a/l10n-en-GB/suite/chrome/mailnews/offline.properties b/l10n-en-GB/suite/chrome/mailnews/offline.properties new file mode 100644 index 0000000000..d78de71c1b --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/offline.properties @@ -0,0 +1,51 @@ +# 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/. + +# LOCALIZATION NOTE : +# do not localize "\n". use "\n" to make the text fit nicely in the dialog. + +# +# Download Messages Prompt +# +downloadMessagesWindowTitle=Work Offline + +# LOCALIZATION NOTE : +# do not localize "\n". use "\n" to make the text fit nicely in the dialog. +downloadMessagesLabel=Do you want to download messages \nfor offline use before you go offline?\n\n + +downloadMessagesCheckboxLabel=Always ask me when I go offline +downloadMessagesDownloadButtonLabel=Download +downloadMessagesNoDownloadButtonLabel=Don't Download +downloadMessagesCancelButtonLabel=Cancel + +# +# Send Messages Prompt +# +sendMessagesWindowTitle=Work Online + +sendMessagesLabel2=Would you like to send your unsent messages now? +sendMessagesCheckboxLabel=Always ask me when I go online +sendMessagesSendButtonLabel=Send +sendMessagesNoSendButtonLabel=Don't Send +sendMessagesCancelButtonLabel=Cancel + +# +# GetMessages Offline Prompt +# +getMessagesOfflineWindowTitle=Get Messages + +# LOCALIZATION NOTE : +# do not localize "\n". use "\n" to make the text fit nicely in the dialog. +getMessagesOfflineLabel=You are currently offline. Would you like \nto go online to get your new messages?\n\n +getMessagesOfflineGoButtonLabel=Go online + +# +# Send Messages Offline Prompt +# +sendMessagesOfflineWindowTitle=Send Messages + +# LOCALIZATION NOTE : +# do not localize "\n". use "\n" to make the text fit nicely in the dialog. +sendMessagesOfflineLabel=You are currently offline. Would you like \nto go online and send your unsent messages?\n\n +sendMessagesOfflineGoButtonLabel=Go online diff --git a/l10n-en-GB/suite/chrome/mailnews/offlineStartup.properties b/l10n-en-GB/suite/chrome/mailnews/offlineStartup.properties new file mode 100644 index 0000000000..e6512a784b --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/offlineStartup.properties @@ -0,0 +1,8 @@ +# 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=Work Online +desc=Would you like to go online now?\n\n(If you choose to work offline, you can go online later - choose `Offline' from the `File' menu, then untick `Work Offline'.) +workOnline=Work Online +workOffline=Work Offline diff --git a/l10n-en-GB/suite/chrome/mailnews/outlookImportMsgs.properties b/l10n-en-GB/suite/chrome/mailnews/outlookImportMsgs.properties new file mode 100644 index 0000000000..cb70a486d2 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/outlookImportMsgs.properties @@ -0,0 +1,77 @@ +# 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/. + +# +# The following are used by the outlook express import code to display status/error +# and informational messages +# + +# Short name of import module +## @name OUTLOOKIMPORT_NAME +## @loc None +## LOCALIZATION NOTE (2000): DONT_TRANSLATE +2000=Outlook + +# Description of import module +## @name OUTLOOKIMPORT_DESCRIPTION +## @loc None +## LOCALIZATION NOTE (2010): In this item, don't translate "Outlook" +2010=Outlook mail, address books, and settings + +# Success message +## @name OUTLOOKIMPORT_MAILBOX_SUCCESS +## @loc None +## LOCALIZATION NOTE (2002): In this item, don't translate "%S" or "%d" +## The variable %S will receive the name of the mailbox +## The variable %d will receive the number of messages +2002=Mailbox %S, imported %d messages + +# Error message +## @name OUTLOOKIMPORT_MAILBOX_BADPARAM +## @loc None +2003=Bad parameter passed to import mailbox. + +# Error message +## @name OUTLOOKIMPORT_MAILBOX_CONVERTERROR +## @loc None +## LOCALIZATION NOTE (2004): In this item, don't translate "%S" +## The variable %S will receive the name of the mailbox +2004=Error importing mailbox %S, all messages may not be imported from this mailbox. + +# Address book name +## @name OUTLOOKIMPORT_ADDRNAME +## @loc None +## LOCALIZATION NOTE (2005): In this item, don't translate "Outlook" +2005=Outlook address books + +# Description +## @name OUTLOOKIMPORT_ADDRESS_SUCCESS +## @loc None +## LOCALIZATION NOTE (2006): In this item, don't translate "%S" +## The variable %S will receive the name of the address book +2006=Imported address book %S + +# Error message +## @name OUTLOOKIMPORT_ADDRESS_BADPARAM +## @loc None +2007=Bad parameter passed to import address book. + +# Error message +## @name OUTLOOKIMPORT_ADDRESS_BADSOURCEFILE +## @loc None +## LOCALIZATION NOTE (2008): In this item, don't translate "%S" +## The variable %S will receive the name of the address book +2008=Error accessing file for address book %S. + +# Error message +## @name OUTLOOKIMPORT_ADDRESS_CONVERTERROR +## @loc None +## LOCALIZATION NOTE (2009): In this item, don't translate "%S" +## The variable %S will receive the name of the address book +2009=Error importing address book %S, all addresses may not have been imported. + + + + + diff --git a/l10n-en-GB/suite/chrome/mailnews/pgpmime.properties b/l10n-en-GB/suite/chrome/mailnews/pgpmime.properties new file mode 100644 index 0000000000..723578bbe4 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pgpmime.properties @@ -0,0 +1,13 @@ +# 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/. + +# +# The following are used by the pgpmime content type handler +# + +# LOCALIZATION NOTE(pgpMimeNeedsAddon): The text can contain HTML tags. +# %S is the url to Enigmail on AMO supplied from preferences. +pgpMimeNeedsAddon=This is an encrypted OpenPGP message.<br>In order to decrypt this mail, you need to install an <a href="%S">OpenPGP add-on</a>. + + diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/AccountManager.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/AccountManager.dtd new file mode 100644 index 0000000000..605d48eb4a --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/AccountManager.dtd @@ -0,0 +1,26 @@ +<!-- 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/. --> + +<!-- extracted from AccountManager.xul --> + +<!ENTITY accountManagerTitle.label "Mail & Newsgroups Account Settings"> + +<!ENTITY addAccountButton.label "Add Account…"> +<!ENTITY addAccountButton.accesskey "A"> +<!ENTITY setDefaultButton.label "Set as Default"> +<!ENTITY setDefaultButton.accesskey "f"> +<!ENTITY removeButton.label "Remove Account"> +<!ENTITY removeButton.accesskey "R"> + +<!-- AccountManager.xul --> +<!-- LOCALIZATION NOTE : this is part of an inline-style attribute on the account + setting dialog, which specifies the width and height in em units of the dialog. + Localizers ONLY can increase these widths if they are having difficulty getting + panel content to fit. + 1ch = The width of the "0" (ZERO, U+0030) glyph for the current font. + 1em = The height of the font. + XUL/FE DEVELOPERS: DO NOT MODIFY THIS VALUE. It represents the correct size of + this window for en-US. --> +<!ENTITY accountManager.size "width: 97ch; height: 49em;"> +<!ENTITY accountTree.width "width: 31ch;"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/AccountWizard.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/AccountWizard.dtd new file mode 100644 index 0000000000..cdf768ed3f --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/AccountWizard.dtd @@ -0,0 +1,127 @@ +<!-- 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/. --> + +<!-- Entities for AccountWizard --> + +<!ENTITY windowTitle.label "Account Wizard"> +<!ENTITY accountWizard.size "width: 40em; height: 38em;"> + +<!-- Entities for Account Type page --> + +<!ENTITY accountSetupInfo2.label "In order to receive messages, you first need to set up an account."> +<!ENTITY accountTypeTitle.label "New Account Setup"> +<!ENTITY accountTypeDesc2.label "This Wizard will collect the information necessary to set up an account. If you do not know the information requested, please contact your System Administrator or Internet Service Provider."> +<!ENTITY accountTypeDirections.label "Select the type of account you would like to set up:"> +<!ENTITY accountTypeMail.label "Email account"> +<!ENTITY accountTypeMail.accesskey "m"> +<!ENTITY accountTypeNews.label "Newsgroup account"> +<!ENTITY accountTypeNews.accesskey "w"> +<!-- LOCALIZATION NOTE(accountTypeMovemail.label): do not translate 'Movemail' --> +<!ENTITY accountTypeMovemail.label "Unix Mailspool (Movemail)"> +<!ENTITY accountTypeMovemail.accesskey "U"> + +<!-- Entities for Identity page --> + +<!ENTITY identityTitle.label "Identity"> +<!ENTITY identityDesc.label "Each account has an identity, which is the information that identifies you to others when they receive your messages."> + +<!-- LOCALIZATION NOTE (fullnameDesc.label) : do not translate two of """ in below line --> +<!ENTITY fullnameDesc.label "Enter the name you would like to appear in the "From" field of your outgoing messages"> +<!-- LOCALIZATION NOTE (fullnameExample.label) : use following directions for below line + 1, do not translate two of """ + 2, Use localized full name instead of "John Smith" +--> +<!ENTITY fullnameExample.label "(for example, "John Smith")."> +<!ENTITY fullnameLabel.label "Your Name:"> +<!ENTITY fullnameLabel.accesskey "Y"> + +<!ENTITY emailLabel.label "Email Address:"> +<!ENTITY emailLabel.accesskey "E"> + +<!-- Entities for Incoming Server page --> + +<!ENTITY incomingTitle.label "Incoming Server Information"> +<!ENTITY incomingServerTypeDesc.label "Select the type of incoming server you are using."> +<!-- LOCALIZATION NOTE (imapType.label) : Do not translate "IMAP" in below line --> +<!ENTITY imapType.label "IMAP"> +<!ENTITY imapType.accesskey "I"> +<!-- LOCALIZATION NOTE (popType.label) : Do not translate "POP" in below line --> +<!ENTITY popType.label "POP"> +<!ENTITY popType.accesskey "P"> +<!ENTITY portNum.label "Port:"> +<!ENTITY portNum.accesskey "o"> +<!ENTITY defaultPortLabel.label "Default:"> +<!ENTITY defaultPortValue.label ""> +<!-- LOCALIZATION NOTE (incomingServerNameDesc.label) : Do not translate ""pop.example.net"" in below line --> +<!ENTITY incomingServer.description "Enter the name of your incoming server (for example, "mail.example.net")."> +<!ENTITY incomingServer.label "Incoming Server:"> +<!ENTITY incomingServer.accesskey "S"> +<!ENTITY leaveMsgsOnSrvr.label "Leave messages on server"> +<!ENTITY leaveMsgsOnSrvr.accesskey "L"> +<!-- LOCALIZATION NOTE (incomingUsername.description) : do not translate ""jsmith"" in below line --> +<!ENTITY incomingUsername.description "Enter the incoming user name given to you by your email provider (for example, "jsmith")."> +<!ENTITY incomingUsername.label "User Name:"> +<!ENTITY incomingUsername.accesskey "U"> +<!-- LOCALIZATION NOTE (newsServerNameDesc.label) : Do not translate "NNTP" or the """ entities in below line --> +<!ENTITY newsServerNameDesc.label "Enter the name of your news server (NNTP) (for example, "news.example.net")."> +<!ENTITY newsServerLabel.label "Newsgroup Server:"> +<!ENTITY newsServerLabel.accesskey "S"> + +<!-- Entities for Outgoing Server page --> + +<!ENTITY outgoingTitle.label "Outgoing Server Information"> +<!-- LOCALIZATION NOTE (outgoingServer.description) : Do not translate "SMTP" and ""smtp.example.net"" in below line --> +<!ENTITY outgoingServer.description "Enter the name of your outgoing server (SMTP) (for example, "smtp.example.net")."> +<!ENTITY outgoingServer.label "Outgoing Server:"> +<!ENTITY outgoingServer.accesskey "S"> +<!ENTITY outgoingUsername.description "Enter the outgoing user name given to you by your email provider (this is typically the same as your incoming user name)."> +<!ENTITY outgoingUsername.label "Outgoing User Name:"> +<!ENTITY outgoingUsername.accesskey "U"> + +<!-- LOCALIZATION NOTE (modifyOutgoing.suffix) : This string will be appended after each of + haveSmtp1.suffix3, haveSmtp2.suffix3, haveSmtp3.suffix3 . +--> +<!ENTITY modifyOutgoing.suffix "You can modify outgoing server settings from within Mail & Newsgroups Account Settings."> +<!-- LOCALIZATION NOTE (haveSmtp1.prefix and haveSmtp1.suffix3) : Do not translate "SMTP" and """ in + these variables. Also, translate haveSmtp1.prefix and haveSmtp1.suffix3 as a single sentence, inserting + text after the """ entity in haveSmtp1.suffix3, if required grammatically. +--> +<!ENTITY haveSmtp1.prefix "Your existing outgoing server (SMTP), ""> +<!ENTITY haveSmtp1.suffix3 "", will be used."> +<!-- LOCALIZATION NOTE (haveSmtp2.prefix and haveSmtp2.suffix3) : Do not translate "SMTP" and """ in + these variables. Also, translate haveSmtp2.prefix and haveSmtp2.suffix3 as a single sentence, inserting + text after the """ entity in haveSmtp2.suffix3, if required grammatically. +--> +<!ENTITY haveSmtp2.prefix "Your existing outgoing (SMTP) username, ""> +<!ENTITY haveSmtp2.suffix3 "", will be used."> +<!-- LOCALIZATION NOTE (haveSmtp3.prefix and haveSmtp3.suffix3) : Do not translate "SMTP" and """ in + these variables. Also, translate haveSmtp3.prefix and haveSmtp3.suffix3 as a single sentence, inserting + text after the """ entity in haveSmtp3.suffix3, if required grammatically. +--> +<!ENTITY haveSmtp3.prefix "Your outgoing (SMTP) server, ""> +<!ENTITY haveSmtp3.suffix3 "", is identical to your incoming server, your incoming user name will be used to access it."> + +<!-- Entities for Account name page --> + +<!ENTITY accnameTitle.label "Account Name"> +<!-- LOCALIZATION NOTE (accnameDesc.label) : do not translate any """ in below line --> +<!ENTITY accnameDesc.label "Enter the name by which you would like to refer to this account (for example, "Work Account", "Home Account" or "News Account")."> +<!ENTITY accnameLabel.label "Account Name:"> +<!ENTITY accnameLabel.accesskey "A"> + +<!-- Entities for Done (Congratulations) page --> + +<!ENTITY completionTitle.label "Congratulations!"> +<!ENTITY completionText.label "Please verify that the information below is correct."> +<!ENTITY serverTypePrefix.label "Incoming Server Type:"> +<!ENTITY serverNamePrefix.label "Incoming Server Name:"> +<!ENTITY smtpServerNamePrefix.label "Outgoing Server Name (SMTP):"> +<!ENTITY newsServerNamePrefix.label "News Server Name (NNTP):"> +<!ENTITY downloadOnLogin.label "Download messages now"> +<!ENTITY downloadOnLogin.accesskey "D"> +<!ENTITY deferStorageDesc.label "Tick this box to store mail for this account in the Local Folders Global Inbox. Otherwise the account appears as a top-level account and its mail is stored in its own directory."> +<!ENTITY deferStorage.label "Use Global Inbox (store mail in Local Folders)"> +<!ENTITY deferStorage.accesskey "G"> +<!ENTITY clickFinish.label "Click Finish to save these settings and exit the Account Wizard."> +<!ENTITY clickFinish.labelMac "Click Done to save these settings and exit the Account Wizard."> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/am-addressing.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/am-addressing.dtd new file mode 100644 index 0000000000..5d01e42bed --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/am-addressing.dtd @@ -0,0 +1,49 @@ +<!-- 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/. --> + +<!-- extracted from am-addressing.xul --> + +<!ENTITY addressing.label "Composition & Addressing"> +<!ENTITY addressingGroupTitle.label "Addressing"> +<!ENTITY autocompleteToMyDomain.label "Automatically append my domain to addresses"> +<!ENTITY autocompleteToMyDomain.accesskey "o"> +<!ENTITY addressingText.label "When looking up addresses:"> +<!-- LOCALIZATION NOTE (override.label) : do not translate "LDAP" in below line --> +<!ENTITY useGlobal.label "Use my global LDAP server preferences for this account"> +<!ENTITY useGlobal.accesskey "U"> +<!ENTITY editDirectories.label "Edit Directories…"> +<!ENTITY editDirectories.accesskey "E"> +<!-- LOCALIZATION NOTE (directories.label) : do not translate "LDAP" in below line --> +<!ENTITY directories.label "Use a different LDAP server:"> +<!ENTITY directories.accesskey "d"> +<!ENTITY directoriesNone.label "None"> + +<!-- am-addressing.xul --> + +<!ENTITY compositionGroupTitle.label "Composition"> +<!-- LOCALIZATION NOTE (useHtml.label) : do not translate "html" in below line --> +<!ENTITY useHtml.label "Compose messages in HTML format"> +<!ENTITY useHtml.accesskey "C"> +<!ENTITY autoQuote.label "Automatically quote the original message when replying"> +<!ENTITY autoQuote.accesskey "m"> +<!-- LOCALIZATION NOTE (quoting.label): This will concatenate with the 4 strings that follow. --> +<!ENTITY quoting.label "When quoting,"> +<!ENTITY quoting.accesskey "q"> +<!ENTITY aboveQuote.label "start my reply above the quote"> +<!ENTITY belowQuote.label "start my reply below the quote"> +<!ENTITY selectAndQuote.label "select the quote"> +<!ENTITY place.label "and place my signature"> +<!ENTITY place.accesskey "s"> +<!ENTITY belowText.label "below the quote (recommended)"> +<!ENTITY aboveText.label "below my reply (above the quote)"> +<!ENTITY includeSigOnReply.label "Include signature for replies"> +<!ENTITY includeSigOnReply.accesskey "s"> +<!ENTITY includeSigOnForward.label "Include signature for forwards"> +<!ENTITY includeSigOnForward.accesskey "w"> + +<!ENTITY globalComposingPrefs.label "Global Composing Preferences…"> +<!ENTITY globalComposingPrefs.accesskey "G"> + +<!ENTITY globalAddressingPrefs.label "Global Addressing Preferences…"> +<!ENTITY globalAddressingPrefs.accesskey "P"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/am-advanced.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/am-advanced.dtd new file mode 100644 index 0000000000..3496c1c52e --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/am-advanced.dtd @@ -0,0 +1,25 @@ +<!-- 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/. --> + +<!-- LOCALIZATION NOTE (smtpServer.label): do not translate "SMTP" in below line --> +<!ENTITY smtpServer.label "Outgoing Server (SMTP) Settings"> +<!-- LOCALIZATION NOTE (smtpDescription.label): do not translate "SMTP" in below line --> +<!ENTITY smtpDescription.label "When managing your identities you can use a server from this list by selecting it as the Outgoing Server (SMTP), or you can use the default server from this list by selecting "Use Default Server"."> + +<!ENTITY smtpListAdd.label "Add…"> +<!ENTITY smtpListAdd.accesskey "d"> +<!ENTITY smtpListEdit.label "Edit…"> +<!ENTITY smtpListEdit.accesskey "E"> +<!ENTITY smtpListDelete.label "Remove"> +<!ENTITY smtpListDelete.accesskey "m"> +<!ENTITY smtpListSetDefault.label "Set Default"> +<!ENTITY smtpListSetDefault.accesskey "t"> + +<!ENTITY serverDetails.label "Details of selected server:"> +<!ENTITY serverDescription.label "Description: "> +<!ENTITY serverName.label "Server Name: "> +<!ENTITY serverPort.label "Port: "> +<!ENTITY userName.label "User Name: "> +<!ENTITY connectionSecurity.label "Connection Security: "> +<!ENTITY authMethod.label "Authentication method: "> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/am-archiveoptions.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/am-archiveoptions.dtd new file mode 100644 index 0000000000..3e5702d7a4 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/am-archiveoptions.dtd @@ -0,0 +1,23 @@ +<!-- 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/. --> + +<!-- extracted from am-archiveoptions.xul --> + +<!ENTITY dialogTitle.label "Archive Options"> +<!ENTITY archiveGranularityPrefix.label "When archiving messages, place them in:"> +<!ENTITY archiveFlat.label "A single folder"> +<!ENTITY archiveFlat.accesskey "s"> +<!ENTITY archiveYearly.label "Yearly archived folders"> +<!ENTITY archiveYearly.accesskey "Y"> +<!ENTITY archiveMonthly.label "Monthly archived folders"> +<!ENTITY archiveMonthly.accesskey "M"> +<!ENTITY keepFolderStructure.label "Keep existing folder structure of archived messages"> +<!ENTITY keepFolderStructure.accesskey "K"> +<!ENTITY archiveExample.label "Example"> +<!-- LOCALIZATION NOTE (archiveFolderName.label): this should match the default + name for the "Archives" folder --> +<!ENTITY archiveFolderName.label "Archives"> +<!-- LOCALIZATION NOTE (inboxFolderName.label): this should match the default + name for the "Inbox" folder --> +<!ENTITY inboxFolderName.label "Inbox"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/am-copies.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/am-copies.dtd new file mode 100644 index 0000000000..bd6d3c8fb7 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/am-copies.dtd @@ -0,0 +1,50 @@ +<!-- 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/. --> + +<!-- extracted from am-copies.xul --> + +<!ENTITY copyAndFolderTitle.label "Copies & Folders"> +<!ENTITY sendingPrefix.label "When sending messages:"> +<!ENTITY fccMailFolder.label "Automatically place a copy in:"> +<!ENTITY fccMailFolder.accesskey "u"> +<!ENTITY fccReplyFollowsParent.label "Place replies in the folder of the message being replied to"> +<!ENTITY fccReplyFollowsParent.accesskey "P"> +<!-- LOCALIZATION NOTE (ccAddress.label): do not translate "Cc" in below line --> +<!ENTITY ccAddress.label "Cc these email addresses:"> +<!ENTITY ccAddress.accesskey "C"> +<!ENTITY ccAddressList.placeholder "Separate addresses with commas"> +<!-- LOCALIZATION NOTE (bccAddress.label): do not translate "Bcc" in below line --> +<!ENTITY bccAddress.label "Bcc these email addresses:"> +<!ENTITY bccAddress.accesskey "B"> +<!ENTITY bccAddressList.placeholder "Separate addresses with commas"> +<!ENTITY saveMessageDlg.label "Show confirmation dialogue when messages are saved"> +<!ENTITY saveMessageDlg.accesskey "w"> +<!-- LOCALIZATION NOTE (sentFolderOn.label): OK to translate this, bug #57440 --> +<!ENTITY sentFolderOn.label ""Sent" Folder on:"> +<!ENTITY sentFolderOn.accesskey "S"> +<!ENTITY sentInOtherFolder.label "Other Folder:"> +<!ENTITY sentInOtherFolder.accesskey "O"> +<!-- LOCALIZATION NOTE (archivesFolderOn.label): OK to translate this, bug #57440 --> +<!ENTITY archivesTitle.label "Message Archives"> +<!ENTITY keepArchives.label "Keep message archives in:"> +<!ENTITY keepArchives.accesskey "K"> +<!ENTITY archiveHierarchyButton.label "Archive options…"> +<!ENTITY archiveHierarchyButton.accesskey "n"> +<!ENTITY archivesFolderOn.label ""Archives" Folder on:"> +<!ENTITY archivesFolderOn.accesskey "v"> +<!ENTITY archiveInOtherFolder.label "Other Folder:"> +<!ENTITY archiveInOtherFolder.accesskey "l"> +<!ENTITY specialFolders.label "Drafts and Templates"> +<!ENTITY keepDrafts2.label "Keep draft messages in:"> +<!-- LOCALIZATION NOTE (draftsFolderOn.label): OK to translate this, bug #57440 --> +<!ENTITY draftsFolderOn.label ""Drafts" Folder on:"> +<!ENTITY draftsFolderOn.accesskey "D"> +<!ENTITY draftInOtherFolder.label "Other Folder:"> +<!ENTITY draftInOtherFolder.accesskey "t"> +<!ENTITY keepTemplates.label "Keep message templates in:"> +<!-- LOCALIZATION NOTE (templatesFolderOn.label): OK to translate this, bug #57440 --> +<!ENTITY templatesFolderOn.label ""Templates" Folder on:"> +<!ENTITY templatesFolderOn.accesskey "m"> +<!ENTITY templateInOtherFolder.label "Other Folder:"> +<!ENTITY templateInOtherFolder.accesskey "e"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/am-identities-list.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/am-identities-list.dtd new file mode 100644 index 0000000000..1935a37ba1 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/am-identities-list.dtd @@ -0,0 +1,15 @@ +<!-- 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/. --> + +<!ENTITY identitiesListManageDesc.label "Manage the identities for this account. The first identity is used by default."> +<!ENTITY identitiesListAdd.label "Add…"> +<!ENTITY identitiesListAdd.accesskey "A"> +<!ENTITY identitiesListEdit.label "Edit…"> +<!ENTITY identitiesListEdit.accesskey "E"> +<!ENTITY identitiesListDefault.label "Set Default"> +<!ENTITY identitiesListDefault.accesskey "S"> +<!ENTITY identitiesListDelete.label "Delete"> +<!ENTITY identitiesListDelete.accesskey "D"> +<!ENTITY identitiesListClose.label "Close"> +<!ENTITY identitiesListClose.accesskey "C"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/am-identity-edit.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/am-identity-edit.dtd new file mode 100644 index 0000000000..acb612dad8 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/am-identity-edit.dtd @@ -0,0 +1,18 @@ +<!-- 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/. --> + +<!-- LOCALIZATION NOTE (identityDialog.style): This value should be roughly + equal to the value of accountManager.size entity minus the value + of accountTree.width entity. --> +<!ENTITY identityDialog.style "min-width: 75ch;"> +<!ENTITY identityListDesc.label "Configure the settings for this identity:"> + +<!ENTITY settingsTab.label "Settings"> +<!ENTITY copiesFoldersTab.label "Copies & Folders"> +<!ENTITY addressingTab.label "Composition & Addressing"> + +<!ENTITY publicData.label "Public Data"> +<!ENTITY privateData.label "Private Data"> +<!ENTITY identityAlias.label "Identity Label:"> +<!ENTITY identityAlias.accesskey "b"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/am-junk.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/am-junk.dtd new file mode 100644 index 0000000000..0f9c55d881 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/am-junk.dtd @@ -0,0 +1,31 @@ +<!-- 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/. --> + +<!ENTITY junkSettings.label "Junk Settings"> +<!ENTITY trainingDescription.label "If enabled, you must first train &brandShortName; to identify junk mail by using the Junk toolbar button to mark messages as junk or not. You need to identify both junk and non junk messages. After that &brandShortName; will be able to mark junk automatically."> +<!ENTITY level.label "Enable adaptive junk mail controls for this account"> +<!ENTITY level.accesskey "E"> + +<!ENTITY move.label "Move new junk messages to:"> +<!ENTITY move.accesskey "M"> +<!ENTITY junkFolderOn.label ""Junk" folder on:"> +<!ENTITY junkFolderOn.accesskey "J"> +<!ENTITY otherFolder.label "Other:"> +<!ENTITY otherFolder.accesskey "O"> +<!ENTITY purge1.label "Automatically delete junk mail older than"> +<!ENTITY purge1.accesskey "u"> +<!ENTITY purge2.label "days"> + +<!ENTITY whitelistHeader.label "Do not automatically mark mail as junk if the sender is in: "> +<!ENTITY whitelistHeader.accesskey "D"> + +<!ENTITY ispHeadersWarning.label "If enabled, &brandShortName; will automatically consider messages marked by this external classifier as junk."> +<!ENTITY ispHeaders.label "Trust junk mail headers set by: "> +<!ENTITY ispHeaders.accesskey "T"> + +<!ENTITY junkClassification.label "Selection"> +<!ENTITY junkActions.label "Destination and Retention"> + +<!ENTITY globalJunkPrefs.label "Global Junk Preferences…"> +<!ENTITY globalJunkPrefs.accesskey "G"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/am-main.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/am-main.dtd new file mode 100644 index 0000000000..f394b8d75d --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/am-main.dtd @@ -0,0 +1,46 @@ +<!-- 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/. --> + +<!-- extracted from am-main.xul --> + +<!ENTITY accountTitle.label "Account Settings"> +<!ENTITY accountName.label "Account Name:"> +<!ENTITY accountName.accesskey "N"> +<!ENTITY identityTitle.label "Default Identity"> +<!ENTITY identityDesc.label "Each account has an identity, which is the information that other people see when they read your messages."> +<!ENTITY name.label "Your Name:"> +<!ENTITY name.accesskey "Y"> +<!ENTITY email.label "Email Address:"> +<!ENTITY email.accesskey "E"> +<!ENTITY catchAll.label "Reply from this identity when delivery headers match:"> +<!ENTITY catchAll.accesskey "d"> +<!ENTITY replyTo.label "Reply-to Address:"> +<!ENTITY replyTo.accesskey "s"> +<!ENTITY replyTo.placeholder "Recipients will reply to this other address"> +<!ENTITY organization.label "Organisation:"> +<!ENTITY organization.accesskey "O"> +<!ENTITY signatureText.label "Signature text:"> +<!ENTITY signatureText.accesskey "x"> +<!ENTITY signatureHtml.label "Use HTML"> +<!ENTITY signatureHtml.accesskey "L"> +<!ENTITY signatureFile.label "Attach the signature from a file instead:"> +<!ENTITY signatureFile.accesskey "t"> +<!ENTITY choose.label "Choose…"> +<!ENTITY choose.accesskey "C"> +<!ENTITY editVCard.label "Edit Card…"> +<!ENTITY editVCard.accesskey "d"> +<!-- LOCALIZATION NOTE (attachVCard.label) : do not translate "vCard" in below line --> +<!ENTITY attachVCard.label "Attach my vCard to messages"> +<!ENTITY attachVCard.accesskey "v"> + +<!ENTITY manageIdentities.label "Manage Identities…"> +<!ENTITY manageIdentities.accesskey "M"> + +<!-- LOCALIZATION NOTE (smtpName.label) : do not translate "SMTP" in below line --> +<!ENTITY smtpName.label "Outgoing Server (SMTP):"> +<!ENTITY smtpName.accesskey "u"> +<!ENTITY smtpDefaultServer.label "Use Default Server"> + +<!ENTITY smtpServerEdit.label "Edit SMTP server…"> +<!ENTITY smtpServerEdit.accesskey "P"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/am-mdn.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/am-mdn.dtd new file mode 100644 index 0000000000..446cc763f6 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/am-mdn.dtd @@ -0,0 +1,33 @@ +<!-- 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/. --> + +<!ENTITY pane.title "Return Receipts"> +<!ENTITY useGlobalPrefs.label "Use my global return receipt preferences for this account"> +<!ENTITY useGlobalPrefs.accesskey "U"> +<!ENTITY globalReceipts.label "Global Preferences…"> +<!ENTITY globalReceipts.accesskey "G"> +<!ENTITY useCustomPrefs.label "Customise return receipts for this account"> +<!ENTITY useCustomPrefs.accesskey "C"> +<!ENTITY requestReceipt.label "When sending messages, always request a return receipt"> +<!ENTITY requestReceipt.accesskey "W"> +<!ENTITY receiptArrive.label "When a receipt arrives:"> +<!ENTITY leaveIt.label "Leave it in my Inbox"> +<!ENTITY leaveIt.accesskey "I"> +<!-- LOCALIZATION NOTE moveToSent.label Translate: 'Sent' according to Netscape glossary --> +<!ENTITY moveToSent.label "Move it to my "Sent" folder"> +<!ENTITY moveToSent.accesskey "M"> +<!ENTITY requestMDN.label "When I receive a request for a return receipt:"> +<!ENTITY returnSome.label "Allow return receipts for some messages"> +<!ENTITY returnSome.accesskey "e"> +<!ENTITY never.label "Never send a return receipt"> +<!ENTITY never.accesskey "N"> +<!ENTITY notInToCc.label "If I'm not in the To or Cc of the message:"> +<!ENTITY notInToCc.accesskey "T"> +<!ENTITY outsideDomain.label "If the sender is outside my domain:"> +<!ENTITY outsideDomain.accesskey "s"> +<!ENTITY otherCases.label "In all other cases:"> +<!ENTITY otherCases.accesskey "o"> +<!ENTITY askMe.label "Ask me"> +<!ENTITY alwaysSend.label "Always send"> +<!ENTITY neverSend.label "Never send"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/am-mdn.properties b/l10n-en-GB/suite/chrome/mailnews/pref/am-mdn.properties new file mode 100644 index 0000000000..90dd7bcc4d --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/am-mdn.properties @@ -0,0 +1,6 @@ +# 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/. + +## Strings used in prefs. +prefPanel-mdn=Return Receipts diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/am-offline.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/am-offline.dtd new file mode 100644 index 0000000000..053e6bd113 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/am-offline.dtd @@ -0,0 +1,57 @@ +<!-- 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/. --> + +<!ENTITY doNotDownloadPop3Movemail.label "To save disk space, do not download:"> +<!ENTITY doNotDownloadNntp.label "To save disk space, do not download for offline use:"> +<!ENTITY doNotDownloadImap.label "To save disk space, downloading messages from the server and keeping local copies for offline use can be restricted by age or size."> +<!ENTITY allFoldersOffline2.label "Keep messages in all folders for this account on this computer"> +<!ENTITY allFoldersOffline2.accesskey "o"> +<!ENTITY allFoldersOfflineNote.label "Note: Changing this affects all folders in this account. To set individual folders, use the Advanced… button."> +<!ENTITY offlineNotDownload.label "Messages larger than"> +<!ENTITY offlineNotDownload.accesskey "M"> +<!ENTITY autosyncNotDownload.label "Don't download messages larger than"> +<!ENTITY autosyncNotDownload.accesskey "m"> +<!ENTITY kb.label "kB"> +<!ENTITY daysOld.label "days old"> +<!ENTITY message.label "messages"> +<!ENTITY nntpNotDownloadRead.label "Read messages"> +<!ENTITY nntpNotDownloadRead.accesskey "R"> +<!ENTITY nntpDownloadMsg.label "Messages more than"> +<!ENTITY nntpDownloadMsg.accesskey "e"> +<!ENTITY retentionCleanup.label "To recover disk space, old messages can be permanently deleted."> +<!ENTITY retentionCleanupImap.label "To recover disk space, old messages can be permanently deleted, both the local copies and their originals on the server."> +<!ENTITY retentionCleanupPop.label "To recover disk space, old messages can be permanently deleted, including their originals on the server."> +<!ENTITY retentionKeepMsg.label "Delete messages more than"> +<!ENTITY retentionKeepMsg.accesskey "t"> +<!ENTITY retentionKeepAll.label "Don't delete any messages"> +<!ENTITY retentionKeepAll.accesskey "n"> +<!ENTITY retentionKeepRecent.label "Delete all but the most recent"> +<!ENTITY retentionKeepRecent.accesskey "b"> +<!ENTITY retentionApplyToFlagged.label "Always keep flagged messages"> +<!ENTITY retentionApplyToFlagged.accesskey "k"> +<!ENTITY nntpRemoveMsgBody.label "Remove bodies from messages more than"> +<!ENTITY nntpRemoveMsgBody.accesskey "o"> +<!ENTITY offlineSelectNntp.label "Select newsgroups for offline use…"> +<!ENTITY offlineSelectNntp.accesskey "S"> +<!ENTITY offlineImapAdvancedOffline.label "Advanced…"> +<!ENTITY offlineImapAdvancedOffline.accesskey "v"> +<!ENTITY syncGroupTitle.label "Message Synchronising"> +<!ENTITY diskspaceGroupTitle.label "Disk Space"> + +<!-- LOCALIZATION NOTE: (ageAutosyncBefore.label, ageAutosyncMiddle.label, ageAutosyncAfter.label): + The entities ageAutosyncBefore.label, ageAutosyncMiddle.label, and ageAutosyncAfter.label appear + on a single line within the scope of useAutosync.ByAge as follows: + + &ageAutosyncBefore.label [textbox for autosync value] &ageAutosyncMiddle.label; [dropdown for autosync interval] &ageAutosyncAfter.label; +--> +<!ENTITY allAutosync.label "Synchronise all messages locally regardless of age"> +<!ENTITY allAutosync.accesskey "c"> +<!ENTITY ageAutosyncBefore.label "Synchronise the most recent"> +<!ENTITY ageAutosync.accesskey "S"> +<!ENTITY ageAutosyncMiddle.label ""> +<!ENTITY dayAgeInterval.label "Days"> +<!ENTITY weekAgeInterval.label "Weeks"> +<!ENTITY monthAgeInterval.label "Months"> +<!ENTITY yearAgeInterval.label "Years"> +<!ENTITY ageAutosyncAfter.label ""> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/am-server-advanced.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/am-server-advanced.dtd new file mode 100644 index 0000000000..d1e3e1c7f4 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/am-server-advanced.dtd @@ -0,0 +1,31 @@ +<!-- 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/. --> + +<!ENTITY serverAdvanced.label "Advanced Account Settings"> +<!-- LOCALIZATION NOTE (serverDirectory.label): DONT_TRANSLATE "IMAP" --> +<!ENTITY serverDirectory.label "IMAP server directory:"> +<!ENTITY serverDirectory.accesskey "d"> +<!ENTITY usingSubscription.label "Show only subscribed folders"> +<!ENTITY usingSubscription.accesskey "w"> +<!ENTITY dualUseFolders.label "Server supports folders that contain sub-folders and messages"> +<!ENTITY dualUseFolders.accesskey "f"> +<!ENTITY maximumConnectionsNumber.label "Maximum number of server connections to cache"> +<!ENTITY maximumConnectionsNumber.accesskey "M"> +<!-- LOCALIZATION NOTE (namespaceDesc.label): DONT_TRANSLATE "IMAP" --> +<!ENTITY namespaceDesc.label "These preferences specify the namespaces on your IMAP server"> +<!ENTITY personalNamespace.label "Personal namespace:"> +<!ENTITY personalNamespace.accesskey "P"> +<!ENTITY publicNamespace.label "Public (shared):"> +<!ENTITY publicNamespace.accesskey "u"> +<!ENTITY otherUsersNamespace.label "Other Users:"> +<!ENTITY otherUsersNamespace.accesskey "O"> +<!ENTITY overrideNamespaces.label "Allow server to override these namespaces"> +<!ENTITY overrideNamespaces.accesskey "A"> +<!ENTITY pop3DeferringDesc.label "When downloading mail from this account's server, use the following folder to store new messages:" > +<!ENTITY accountInbox.label "Inbox for this account"> +<!ENTITY accountInbox.accesskey "s"> +<!ENTITY deferToServer.label "Inbox for different account"> +<!ENTITY deferToServer.accesskey "D"> +<!ENTITY deferGetNewMail.label "Include this server when getting new mail"> +<!ENTITY deferGetNewMail.accesskey "I"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/am-server-top.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/am-server-top.dtd new file mode 100644 index 0000000000..1887500063 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/am-server-top.dtd @@ -0,0 +1,92 @@ +<!-- 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/. --> + +<!-- extracted from am-server-top.xul --> + +<!ENTITY messageStorage.label "Message Storage"> +<!ENTITY securitySettings.label "Security Settings"> +<!ENTITY serverSettings.label "Server Settings"> +<!ENTITY serverType.label "Server Type:"> +<!ENTITY serverName.label "Server Name:"> +<!ENTITY serverName.accesskey "S"> +<!ENTITY userName.label "User Name:"> +<!ENTITY userName.accesskey "N"> +<!ENTITY port.label "Port:"> +<!ENTITY port.accesskey "P"> +<!ENTITY serverPortDefault.label "Default:"> +<!-- LOCALIZATION NOTE (biffStart.label) : translate below 2 line with grammer dependency + For example, in Japanese cases: + biffStart.label "every" + biffEnd.label "minutes for new messages Check" +--> +<!ENTITY biffStart.label "Check for new messages every "> +<!ENTITY biffStart.accesskey "y"> +<!ENTITY biffEnd.label "minutes"> +<!ENTITY useIdleNotifications.label "Allow immediate server notifications when new messages arrive"> +<!ENTITY useIdleNotifications.accesskey "w"> +<!ENTITY connectionSecurity.label "Connection security:"> +<!ENTITY connectionSecurity.accesskey "u"> +<!ENTITY connectionSecurityType-0.label "None"> +<!ENTITY connectionSecurityType-1.label "STARTTLS, if available"> +<!ENTITY connectionSecurityType-2.label "STARTTLS"> +<!ENTITY connectionSecurityType-3.label "SSL/TLS"> +<!ENTITY authMethod.label "Authentication method:"> +<!ENTITY authMethod.accesskey "i"> +<!ENTITY leaveOnServer.label "Leave messages on server"> +<!ENTITY leaveOnServer.accesskey "g"> +<!ENTITY headersOnly.label "Fetch headers only"> +<!ENTITY headersOnly.accesskey "e"> +<!ENTITY deleteByAgeFromServer.label "For at most"> +<!ENTITY deleteByAgeFromServer.accesskey "o"> +<!ENTITY daysEnd.label "days"> +<!ENTITY deleteOnServer2.label "Until I delete them"> +<!ENTITY deleteOnServer2.accesskey "d"> +<!ENTITY downloadOnBiff.label "Automatically download new messages"> +<!ENTITY downloadOnBiff.accesskey "m"> +<!ENTITY username.label "Your Login Name"> +<!ENTITY deleteMessagePrefix.label "When I delete a message:"> +<!ENTITY modelMoveToTrash.label "Move it to this folder:"> +<!ENTITY modelMoveToTrash.accesskey "o"> +<!ENTITY modelMarkDeleted.label "Just mark it as deleted"> +<!ENTITY modelMarkDeleted.accesskey "k"> +<!ENTITY modelDeleteImmediately.label "Remove it immediately"> +<!ENTITY modelDeleteImmediately.accesskey "d"> +<!-- LOCALIZATION NOTE (expungeOnExit.label) : do not translate two of """ in below line --> +<!ENTITY expungeOnExit.label "Clean up ("Expunge") Inbox on Exit"> +<!ENTITY expungeOnExit.accesskey "E"> +<!ENTITY emptyTrashOnExit.label "Empty Deleted folder on Exit"> +<!ENTITY emptyTrashOnExit.accesskey "x"> +<!ENTITY loginAtStartup.label "Check for new messages at startup"> +<!ENTITY loginAtStartup.accesskey "C"> +<!-- LOCALIZATION NOTE (maxMessagesStart.label) : translate below 2 lines with grammar dependency + maxMessengerStart.label will be followed by maxMessagesEnd.label with the number + of messages between them +--> +<!ENTITY maxMessagesStart.label "Ask me before downloading more than"> +<!ENTITY maxMessagesStart.accesskey "m"> +<!-- LOCALIZATION NOTE (maxMessagesEnd.label) : see note for maxMessagesStart.label --> +<!ENTITY maxMessagesEnd.label "messages"> +<!ENTITY alwaysAuthenticate.label "Always request authentication when connecting to this server"> +<!ENTITY alwaysAuthenticate.accesskey "w"> +<!ENTITY newsrcFilePath.label "newsrc file:"> +<!ENTITY localPath.label "Local directory:"> +<!ENTITY abbreviate.label "Show newsgroup names in the Mail Folder pane as:"> +<!ENTITY abbreviateOn.label "Full names (For example, 'netscape.public.mozilla.mail-news')"> +<!ENTITY abbreviateOff.label "Abbreviate names (For example, 'n.p.m.mail-news')"> +<!ENTITY advancedButton.label "Advanced…"> +<!ENTITY serverDefaultCharset2.label "Default Text Encoding:"> +<!ENTITY advancedButton.accesskey "v"> +<!ENTITY localFolderPicker.label "Select Local Directory"> +<!ENTITY browseFolder.label "Browse…"> +<!ENTITY browseFolder.accesskey "B"> +<!ENTITY newsrcPicker.label "Select newsrc File"> +<!ENTITY browseNewsrc.label "Browse…"> +<!ENTITY browseNewsrc.accesskey "e"> + +<!ENTITY accountTitle.label "Account Settings"> +<!ENTITY accountSettingsDesc.label "The following is a special account. There are no identities associated with it."> +<!ENTITY storeType.label "Message Store Type:"> +<!ENTITY storeType.accesskey "T"> +<!ENTITY mboxStore2.label "File per folder (mbox)"> +<!ENTITY maildirStore.label "File per message (maildir)"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/am-serverwithnoidentities.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/am-serverwithnoidentities.dtd new file mode 100644 index 0000000000..f568613a16 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/am-serverwithnoidentities.dtd @@ -0,0 +1,6 @@ +<!-- 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/. --> + +<!ENTITY accountName.label "Account Name:"> +<!ENTITY accountName.accesskey "N"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/mailPrefsOverlay.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/mailPrefsOverlay.dtd new file mode 100644 index 0000000000..7f4e2e6905 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/mailPrefsOverlay.dtd @@ -0,0 +1,25 @@ +<!-- 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/. --> + +<!-- These are added to the Advanced - Scripts & Plugins panel --> +<!ENTITY enbPluginCheckMailNews.label "Mail & Newsgroups"> +<!ENTITY enbPluginCheckMailNews.accesskey "a"> + +<!-- These are added to the Window menu --> +<!ENTITY mail.label "Mail & Newsgroups"> +<!ENTITY mail.accesskey "M"> +<!ENTITY addressbook.label "Address Book"> +<!ENTITY addressbook.accesskey "A"> + +<!-- These are added to Preferences dialog --> +<!ENTITY viewingMessages.label "Message Display"> +<!ENTITY notifications.label "Notifications"> +<!ENTITY address.label "Addressing"> +<!ENTITY composingMessages.label "Composition"> +<!ENTITY format.label "Send Format"> +<!ENTITY return.label "Return Receipts"> +<!ENTITY junk.label "Junk & Suspect Mail"> +<!ENTITY tags.label "Tags"> +<!ENTITY characterEncoding2.label "Text Encoding"> +<!ENTITY networkStorage.label "Network & Storage"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/pref-addressing.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/pref-addressing.dtd new file mode 100644 index 0000000000..664f09603e --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/pref-addressing.dtd @@ -0,0 +1,22 @@ +<!-- 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/. --> + +<!ENTITY pref.addressing.title "Addressing"> +<!ENTITY emailCollectiontitle.label "Email Address Collection"> +<!ENTITY emailCollectionPicker.label "Add email addresses to my:"> +<!ENTITY emailCollectionPicker.accesskey "m"> +<!ENTITY emailCollectiontext.label "Email addresses from outgoing messages can be automatically added to a local address book."> + +<!-- Autocompletion --> +<!ENTITY addressingTitle.label "Address Autocompletion"> +<!ENTITY highlightNonMatches.label "Highlight addresses that do not autocomplete"> +<!ENTITY highlightNonMatches.accesskey "a"> +<!ENTITY addressingEnable.label "Local Address Books"> +<!ENTITY addressingEnable.accesskey "L"> +<!ENTITY autocompleteText.label "When addressing messages, look for matching entries in:"> +<!ENTITY directories.label "Directory Server:"> +<!ENTITY directories.accesskey "D"> +<!ENTITY directoriesNone.label "None"> +<!ENTITY editDirectories.label "Edit Directories…"> +<!ENTITY editDirectories.accesskey "E"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/pref-character_encoding.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/pref-character_encoding.dtd new file mode 100644 index 0000000000..a648d0ea7b --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/pref-character_encoding.dtd @@ -0,0 +1,17 @@ +<!-- 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/. --> + +<!ENTITY pref.character.encoding2.title "Text Encoding"> +<!ENTITY messageDisplay.caption "Message Display"> +<!ENTITY viewFallbackCharset2.label "Fallback Text Encoding:"> +<!ENTITY viewFallbackCharset2.accesskey "E"> +<!ENTITY viewFallbackCharset.desc "(Used for legacy content that does not declare its encoding.)"> + +<!ENTITY composingMessages.caption "Composing Messages"> +<!ENTITY useMIME.label "For messages that contain 8-bit characters, use 'quoted printable' MIME encoding. Leave unticked to send the messages as is."> +<!ENTITY useMIME.accesskey "F"> +<!ENTITY sendDefaultCharset2.label "Default Text Encoding:"> +<!ENTITY sendDefaultCharset2.accesskey "T"> +<!ENTITY replyInDefaultCharset3.label "When possible, use this default text encoding in replies. (When unticked, only new messages use this default.)"> +<!ENTITY replyInDefaultCharset3.accesskey "W"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/pref-composing_messages.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/pref-composing_messages.dtd new file mode 100644 index 0000000000..a687376010 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/pref-composing_messages.dtd @@ -0,0 +1,56 @@ +<!-- 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/. --> + +<!ENTITY pref.composing.messages.title "Composition"> +<!ENTITY generalComposing.label "General"> +<!ENTITY forwardMsg.label "Forward messages:"> +<!ENTITY inline.label "Inline"> +<!ENTITY inline.accesskey "n"> +<!ENTITY asAttachment.label "As Attachment"> +<!ENTITY asAttachment.accesskey "A"> + +<!ENTITY replyQuoteInline.label "Quote attachments viewed inline in replies"> +<!ENTITY replyQuoteInline.accesskey "Q"> +<!ENTITY warnOnSendAccelKey.label "Confirm when using keyboard shortcut to send message"> +<!ENTITY warnOnSendAccelKey.accesskey "k"> +<!-- LOCALIZATION NOTE (autoSave.label): This will concatenate with + "xxx minutes", using a number and (autoSaveEnd.label). --> +<!ENTITY autoSave.label "Automatically save the message every"> +<!ENTITY autoSave.accesskey "u"> +<!ENTITY autoSaveEnd.label "minutes"> +<!-- LOCALIZATION NOTE (wrapOutMsg.label): This will concatenate with "xxx characters", using a number and (char.label). --> +<!ENTITY wrapOutMsg.label "Wrap plain text messages at"> +<!ENTITY wrapOutMsg.accesskey "W"> +<!ENTITY char.label "characters"> + +<!ENTITY defaultMessagesHeader.label "Defaults for HTML Messages"> +<!ENTITY font.label "Font:"> +<!ENTITY font.accesskey "F"> +<!ENTITY size.label "Size:"> +<!ENTITY size.accesskey "S"> +<!ENTITY fontColor.label "Text:"> +<!ENTITY fontColor.accesskey "T"> +<!ENTITY bgColor.label "Background:"> +<!ENTITY bgColor.accesskey "B"> +<!ENTITY defaultCompose.label "Default composition format:"> +<!ENTITY defaultBodyText.label "Body Text (Enter key creates a new line)"> +<!ENTITY defaultBodyText.accesskey "o"> +<!ENTITY defaultParagraph.label "Paragraph (Enter key creates a new paragraph)"> +<!ENTITY defaultParagraph.accesskey "P"> + +<!ENTITY selectHeaderType.label "Select reply header type:"> +<!ENTITY selectHeaderType.accesskey "e"> +<!ENTITY noReplyOption.label "No Reply Header"> +<!-- LOCALIZATION NOTE (authorWroteOption.label): this is tied to the + mailnews.reply_header_authorwrote preference. [Author] needs to be + translated. --> +<!ENTITY authorWroteOption.label "[Author] wrote:"> +<!-- LOCALIZATION NOTE (onDateAuthorWroteOption.label): this is tied to the + mailnews.reply_header_ondateauthorwrote preference. [Author] and [date] + need to be translated. --> +<!ENTITY onDateAuthorWroteOption.label "On [date], [author] wrote:"> +<!-- LOCALIZATION NOTE (onDateAuthorWroteOption.label): this is tied to the + mailnews.reply_header_authorwroteondate preference. [Author] and [date] + need to be translated. --> +<!ENTITY authorWroteOnDateOption.label "[Author] wrote, On [date]:"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/pref-directory-add.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/pref-directory-add.dtd new file mode 100644 index 0000000000..a135d3bdec --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/pref-directory-add.dtd @@ -0,0 +1,45 @@ +<!-- 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/. --> + +<!ENTITY directoryName.label "Name: "> +<!ENTITY directoryName.accesskey "n"> +<!ENTITY directoryHostname.label "Hostname: "> +<!ENTITY directoryHostname.accesskey "o"> +<!ENTITY directoryBaseDN.label "Base DN: "> +<!ENTITY directoryBaseDN.accesskey "b"> +<!ENTITY findButton.label "Find"> +<!ENTITY findButton.accesskey "f"> +<!ENTITY directorySecure.label "Use secure connection (SSL)"> +<!ENTITY directorySecure.accesskey "U"> +<!ENTITY directoryLogin.label "Bind DN: "> +<!ENTITY directoryLogin.accesskey "i"> +<!ENTITY General.tab "General"> +<!ENTITY Offline.tab "Offline"> +<!ENTITY Advanced.tab "Advanced"> +<!ENTITY portNumber.label "Port number: "> +<!ENTITY portNumber.accesskey "p"> +<!ENTITY searchFilter.label "Search filter: "> +<!ENTITY searchFilter.accesskey "f"> +<!ENTITY scope.label "Scope: "> +<!ENTITY scope.accesskey "c"> +<!ENTITY scopeOneLevel.label "One Level"> +<!ENTITY scopeOneLevel.accesskey "L"> +<!ENTITY scopeSubtree.label "Subtree"> +<!ENTITY scopeSubtree.accesskey "S"> +<!ENTITY return.label "Don't return more than"> +<!ENTITY return.accesskey "r"> +<!ENTITY results.label "results"> +<!ENTITY offlineText.label "You can download a local copy of this directory so that it is available for use when you are working offline."> +<!ENTITY saslMechanism.label "Login method: "> +<!ENTITY saslMechanism.accesskey "m"> +<!ENTITY saslOff.label "Simple"> +<!ENTITY saslOff.accesskey "l"> +<!ENTITY saslGSSAPI.label "Kerberos (GSSAPI)"> +<!ENTITY saslGSSAPI.accesskey "K"> + +<!-- Localization note: this is here because the width of the dialog + is determined by the width of the base DN box; and that is likely + to vary somewhat with the language. +--> +<!ENTITY newDirectoryWidth "36em"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/pref-directory.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/pref-directory.dtd new file mode 100644 index 0000000000..874cfe4749 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/pref-directory.dtd @@ -0,0 +1,17 @@ +<!-- 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/. --> + +<!-- LOCALIZATION NOTE (window.title) : do not translate "LDAP" in below line --> +<!ENTITY pref.ldap.window.title "LDAP Directory Servers"> +<!-- LOCALIZATION NOTE (directories.label) : do not translate "LDAP" in below line --> +<!ENTITY directories.label "LDAP Directory Server:"> +<!-- LOCALIZATION NOTE (directoriesText.label) : do not translate "LDAP" in below line --> +<!ENTITY directoriesText.label "Select an LDAP Directory Server:"> +<!ENTITY directoriesText.accesskey "S"> +<!ENTITY addDirectory.label "Add"> +<!ENTITY addDirectory.accesskey "a"> +<!ENTITY editDirectory.label "Edit"> +<!ENTITY editDirectory.accesskey "e"> +<!ENTITY deleteDirectory.label "Delete"> +<!ENTITY deleteDirectory.accesskey "d"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/pref-formatting.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/pref-formatting.dtd new file mode 100644 index 0000000000..d4d699f0d4 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/pref-formatting.dtd @@ -0,0 +1,42 @@ +<!-- 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/. --> + +<!ENTITY pref.formatting.title "Send Format"> +<!ENTITY sendMaildesc.label "When sending formatted (HTML) messages and one or more recipients are not listed as being able to receive HTML:"> +<!ENTITY askMe.label "Ask me what to do (Mail prompts you to choose a format)"> +<!ENTITY askMe.accesskey "k"> +<!ENTITY convertPlain2.label "Convert the message to plain text (formatting may be lost)"> +<!ENTITY convertPlain2.accesskey "C"> +<!ENTITY sendHTML2.label "Send the message as HTML only (may cause display problems)"> +<!ENTITY sendHTML2.accesskey "S"> +<!ENTITY sendBoth2.label "Send the message as both plain text and HTML (larger size)"> +<!ENTITY sendBoth2.accesskey "n"> + +<!-- Html and Plain Text Domains --> +<!ENTITY domain.title "HTML and Plain Text Domains"> +<!ENTITY domaindesc.label "When you send a message to an address with one of the domain names listed below, Mail automatically sends the message in the preferred format (formatted text or plain text)."> +<!ENTITY HTMLdomaintitle.label "HTML Domains"> +<!ENTITY HTMLdomaintitle.accesskey "M"> +<!ENTITY PlainTexttitle.label "Plain Text Domains"> +<!ENTITY PlainTexttitle.accesskey "P"> +<!ENTITY AddButton.label "Add…"> +<!ENTITY AddHtmlDomain.accesskey "A"> +<!ENTITY AddPlainText.accesskey "d"> +<!ENTITY DeleteButton.label "Delete"> +<!ENTITY DeleteHtmlDomain.accesskey "e"> +<!ENTITY DeletePlainText.accesskey "t"> + +<!-- Add Domain Name --> +<!ENTITY add.htmltitle "Add HTML Domain Name"> +<!ENTITY add.htmldomain "HTML Domain Name:"> +<!ENTITY add.plaintexttitle "Add Plain Text Domain Name"> +<!ENTITY add.plaintextdomain "Plain Text Domain Name:"> + +<!ENTITY domainnameError.title "Domain Name Error"> +<!-- LOCALIZATION NOTE: do not translate @string@ --> +<!ENTITY invalidEntryError.label "The domain name @string@ is invalid and will be ignored. Valid domain names must include at least one '.' and characters on either side of it."> + +<!-- Global auto-detect switch --> +<!ENTITY autoDowngrade.label "Automatically send the message as plain text if no significant formatting is present (overrides other options)"> +<!ENTITY autoDowngrade.accesskey "o"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/pref-junk.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/pref-junk.dtd new file mode 100644 index 0000000000..a6a6689493 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/pref-junk.dtd @@ -0,0 +1,40 @@ +<!-- 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/. --> + +<!ENTITY pref.junk.title "Junk & Suspect Mail"> +<!ENTITY junkSettings.caption "Global Junk Mail Settings"> +<!ENTITY junkMail.intro "Goto Account Settings to configure account specific junk mail settings."> + +<!-- Junk Mail Controls --> +<!ENTITY manualMark.label "When I mark messages as junk:"> +<!ENTITY manualMark.accesskey "W"> +<!ENTITY manualMarkModeMove.label "Move them to the account's "Junk" folder"> +<!ENTITY manualMarkModeMove.accesskey "M"> +<!ENTITY manualMarkModeDelete.label "Delete them"> +<!ENTITY manualMarkModeDelete.accesskey "D"> + +<!ENTITY markAsRead.intro "Mark messages as read:"> +<!ENTITY autoMarkAsRead.label "When &brandShortName; determines that they are junk"> +<!ENTITY autoMarkAsRead.accesskey "u"> +<!ENTITY manualMarkAsRead.label "When I manually mark them as junk"> +<!ENTITY manualMarkAsRead.accesskey "k"> + +<!ENTITY enableJunkLogging.label "Enable junk filter logging"> +<!ENTITY enableJunkLogging.accesskey "E"> +<!ENTITY openJunkLog.label "Show log"> +<!ENTITY openJunkLog.accesskey "S"> +<!ENTITY resetTrainingData.label "Reset training data"> +<!ENTITY resetTrainingData.accesskey "R"> + +<!ENTITY pref.suspectMail.caption "Suspect Mail"> + +<!-- Phishing Detector --> +<!ENTITY pref.phishing.caption "Email Scams"> +<!ENTITY enablePhishingDetector.label "Tell me if the message I'm reading is a suspected email scam"> +<!ENTITY enablePhishingDetector.accesskey "T"> + +<!-- Anti Virus --> +<!ENTITY pref.antivirus.caption "Anti-Virus"> +<!ENTITY antiVirus.label "Allow anti-virus clients to scan incoming messages more easily"> +<!ENTITY antiVirus.accesskey "A"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/pref-mailnews.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/pref-mailnews.dtd new file mode 100644 index 0000000000..a98b2276ca --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/pref-mailnews.dtd @@ -0,0 +1,38 @@ +<!-- 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/. --> + +<!ENTITY pref.mailnews.title "Mail & Newsgroups"> +<!ENTITY generalSettings.caption "General Settings"> +<!ENTITY confirmMove.label "Confirm when moving folders to the Deleted folder"> +<!ENTITY confirmMove.accesskey "C"> +<!ENTITY preserveThreading.label "Preserve threading when sorting messages"> +<!ENTITY preserveThreading.accesskey "v"> +<!ENTITY loadInBackground.label "Switch to new tabs when opened"> +<!ENTITY loadInBackground.accesskey "t"> +<!ENTITY mailBiffOnNewWindow.label "Only check for new mail after opening Mail & Newsgroups"> +<!ENTITY mailBiffOnNewWindow.accesskey "O"> + +<!ENTITY defaultMailSettings.description "Make &brandShortName; the default application for:"> +<!ENTITY setDefaultMail.label "Mail"> +<!ENTITY setDefaultMail.accesskey "M"> +<!ENTITY setDefaultNews.label "News"> +<!ENTITY setDefaultNews.accesskey "N"> +<!ENTITY setDefaultFeed.label "Feeds"> +<!ENTITY setDefaultFeed.accesskey "e"> + +<!ENTITY useInternalSettings.description "Use &brandShortName; Mail & News when opening browser links for:"> +<!ENTITY useInternalMail.label "Mail (mailto:)"> +<!ENTITY useInternalMail.accesskey "a"> +<!ENTITY useInternalNews.label "News (news:, snews:, nntp:)"> +<!ENTITY useInternalNews.accesskey "s"> + +<!ENTITY messengerStartPage.caption "Mail Start Page"> +<!ENTITY enableStartPage.label "When Mail launches, show the Start Page in the message area"> +<!ENTITY enableStartPage.accesskey "W"> +<!ENTITY location.label "Location:"> +<!ENTITY location.accesskey "L"> +<!ENTITY useDefault.label "Restore Default"> +<!ENTITY useDefault.accesskey "D"> +<!ENTITY rememberLastMsg.label "Remember the last selected message"> +<!ENTITY rememberLastMsg.accesskey "R"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/pref-notifications.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/pref-notifications.dtd new file mode 100644 index 0000000000..8d4a5e1929 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/pref-notifications.dtd @@ -0,0 +1,46 @@ +<!-- 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/. --> + +<!ENTITY pref.notifications.title "Notifications"> +<!ENTITY notifications.caption "Notifications"> +<!ENTITY newMessagesArrive.label "When new messages arrive:"> + +<!-- LOCALIZATION NOTE: (showAlertFor.label, showAlertTimeEnd.label) + showAlertFor.label is associated with the checkbox to show the alert, + leading into a numerical field to enter a time in seconds, followed by + showAlertTimeEnd.label which in en-US is the unit of the value --> + +<!ENTITY showAlertFor.label "Show an alert for"> +<!ENTITY showAlertFor.accesskey "S"> +<!ENTITY showAlertTimeEnd.label "seconds"> + +<!ENTITY showAlertPreviewText.label "Show a preview of the message text"> +<!ENTITY showAlertPreviewText.accesskey "v"> +<!ENTITY showAlertSubject.label "Show the subject"> +<!ENTITY showAlertSubject.accesskey "u"> +<!ENTITY showAlertSender.label "Show the sender"> +<!ENTITY showAlertSender.accesskey "n"> +<!ENTITY useSystemAlert.label "Use the operating system's desktop notifications"> +<!ENTITY useSystemAlert.accesskey "d"> +<!ENTITY useBuiltInAlert.label "Use &brandShortName;'s own notification windows"> +<!ENTITY useBuiltInAlert.accesskey "w"> + +<!ENTITY showTrayIcon.label "Show a tray icon"> +<!ENTITY showTrayIcon.accesskey "t"> +<!ENTITY showBalloon.label "Show a balloon alert"> +<!ENTITY showBalloon.accesskey "o"> +<!ENTITY bounceSystemDockIcon.label "Animate the Dock icon"> +<!ENTITY bounceSystemDockIcon.accesskey "A"> + +<!ENTITY playSound.label "Play a sound"> +<!ENTITY playSound.accesskey "P"> +<!ENTITY playButton.label "Play"> +<!ENTITY playButton.accesskey "l"> +<!ENTITY systemsound.label "System New Mail Sound"> +<!ENTITY systemsound.accesskey "M"> +<!ENTITY customsound.label "Custom sound file"> +<!ENTITY customsound.accesskey "C"> +<!ENTITY browse.label "Browse…"> +<!ENTITY browse.accesskey "B"> +<!ENTITY browse.title "Choose file"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/pref-offline.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/pref-offline.dtd new file mode 100644 index 0000000000..988395a433 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/pref-offline.dtd @@ -0,0 +1,38 @@ +<!-- 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/. --> + +<!-- extracted from content/pref-offline.xul --> + +<!--LOCALIZATION NOTE : FILE The 'Offline' preferences dialog --> +<!ENTITY pref.network.title "Network & Storage"> +<!ENTITY pref.offline.caption "Offline"> +<!ENTITY textStartUp "When starting up:"> +<!ENTITY textStartUp.accesskey "W"> +<!ENTITY menuitemRememberPrevState "Remember previous online state"> +<!ENTITY menuitemAskMe "Ask me for online state at startup"> +<!ENTITY menuitemAlwaysOnline "Always start up online"> +<!ENTITY menuitemAlwaysOffline "Always start up offline"> +<!ENTITY menuitemAutomatic "Detect automatically (if available)"> +<!ENTITY textGoingOnline "Send unsent messages when going online?"> +<!ENTITY radioAutoSend "Yes"> +<!ENTITY radioAutoSend.accesskey "Y"> +<!ENTITY radioNotSend "No"> +<!ENTITY radioNotSend.accesskey "N"> +<!ENTITY radioAskUnsent "Ask me"> +<!ENTITY radioAskUnsent.accesskey "s"> +<!ENTITY textGoingOffline "Download messages for offline use when going offline?"> +<!ENTITY radioAutoDownload "Yes"> +<!ENTITY radioAutoDownload.accesskey "e"> +<!ENTITY radioNotDownload "No"> +<!ENTITY radioNotDownload.accesskey "o"> +<!ENTITY radioAskDownload "Ask me"> +<!ENTITY radioAskDownload.accesskey "k"> +<!ENTITY mailConnections.caption "Mail Connections"> +<!ENTITY mailnewsTimeout.label "Connection timeout:"> +<!ENTITY mailnewsTimeout.accesskey "m"> +<!ENTITY mailnewsTimeoutSeconds.label "seconds"> +<!ENTITY Diskspace "Disk Space"> +<!ENTITY offlineCompactFolders.label "Compact all folders when it will save over"> +<!ENTITY offlineCompactFolders.accesskey "C"> +<!ENTITY offlineCompactFoldersMB.label "MB in total"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/pref-receipts.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/pref-receipts.dtd new file mode 100644 index 0000000000..b36d1ba706 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/pref-receipts.dtd @@ -0,0 +1,28 @@ +<!-- 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/. --> + +<!-- LOCALIZATION NOTE pref-receipts.dtd: UI for Mail/News Return Receipts prefs --> +<!ENTITY pref.receipts.title "Return Receipts"> +<!ENTITY prefReceipts.caption "Return Receipts"> +<!ENTITY requestReceipt.label "When sending messages, always request a return receipt"> +<!ENTITY requestReceipt.accesskey "W"> +<!ENTITY receiptArrive.label "When a receipt arrives:"> +<!ENTITY leaveIt.label "Leave it in my Inbox"> +<!ENTITY leaveIt.accesskey "L"> +<!ENTITY moveToSent.label "Move it to my "Sent" folder"> +<!ENTITY moveToSent.accesskey "M"> +<!ENTITY requestMDN.label "When I receive a request for a return receipt:"> +<!ENTITY returnSome.label "Allow return receipts for some messages"> +<!ENTITY returnSome.accesskey "A"> +<!ENTITY never.label "Never send a return receipt"> +<!ENTITY never.accesskey "N"> +<!ENTITY notInToCc.label "If I'm not in the To or Cc of the message:"> +<!ENTITY notInToCc.accesskey "T"> +<!ENTITY outsideDomain.label "If the sender is outside my domain:"> +<!ENTITY outsideDomain.accesskey "s"> +<!ENTITY otherCases.label "In all other cases:"> +<!ENTITY otherCases.accesskey "o"> +<!ENTITY askMe.label "Ask me"> +<!ENTITY alwaysSend.label "Always send"> +<!ENTITY neverSend.label "Never send"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/pref-tags.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/pref-tags.dtd new file mode 100644 index 0000000000..fe61268e22 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/pref-tags.dtd @@ -0,0 +1,20 @@ +<!-- 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/. --> + +<!ENTITY pref.tags.title "Tags"> +<!ENTITY pref.tags.caption "Customise Tags"> +<!ENTITY pref.tags.description "Tags can be used to categorise and prioritise your messages. Modify the appearance and importance of tags using the settings below. Tags near the top are more important than those further down."> +<!ENTITY tagColumn.label "Tag"> +<!ENTITY colorColumn.label "Colour"> +<!ENTITY defaultTagName.label "Untitled Tag"> +<!ENTITY addTagButton.label "Add"> +<!ENTITY addTagButton.accesskey "A"> +<!ENTITY deleteTagButton.label "Delete"> +<!ENTITY deleteTagButton.accesskey "D"> +<!ENTITY raiseTagButton.label "Raise Importance"> +<!ENTITY raiseTagButton.accesskey "R"> +<!ENTITY lowerTagButton.label "Lower Importance"> +<!ENTITY lowerTagButton.accesskey "L"> +<!ENTITY restoreButton.label "Restore Defaults"> +<!ENTITY restoreButton.accesskey "s"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/pref-viewing_messages.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/pref-viewing_messages.dtd new file mode 100644 index 0000000000..fb21e56903 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/pref-viewing_messages.dtd @@ -0,0 +1,47 @@ +<!-- 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/. --> + +<!ENTITY pref.viewing.messages.title "Message Display"> +<!ENTITY style.label "Style:"> +<!ENTITY style.accesskey "S"> +<!ENTITY regular.label "Regular"> +<!ENTITY bold.label "Bold"> +<!ENTITY italic.label "Italic"> +<!ENTITY boldItalic.label "Bold Italic"> +<!ENTITY size.label "Size:"> +<!ENTITY size.accesskey "z"> +<!ENTITY bigger.label "Bigger"> +<!ENTITY smaller.label "Smaller"> +<!ENTITY color.label "Colour:"> +<!ENTITY color.accesskey "C"> +<!ENTITY displayPlainText.caption "Plain text messages"> +<!ENTITY fontPlainText.label "Font:"> +<!ENTITY fontPlainText.accesskey "F"> +<!ENTITY displayQuoted.label "Settings for quoted messages:"> +<!ENTITY wrapInMsg.label "Wrap text to fit window width"> +<!ENTITY wrapInMsg.accesskey "W"> +<!-- LOCALIZATION NOTE : (convertEmoticons.label) 'Emoticons' are also known as 'Smileys', e.g. :-) --> +<!ENTITY convertEmoticons.label "Display emoticons as graphics"> +<!ENTITY convertEmoticons.accesskey "D"> +<!ENTITY generalMessageDisplay.caption "General"> +<!ENTITY autoMarkAsRead.label "Automatically mark messages as read"> +<!ENTITY autoMarkAsRead.accesskey "A"> +<!-- LOCALIZATION NOTE (markAsReadAfter.label): This will concatenate to + "Only after displaying for [___] seconds", + using (markAsReadAfter.label) and a number (secondsLabel.label). --> +<!ENTITY markAsReadAfter.label "Only after displaying for"> +<!ENTITY markAsReadAfter.accesskey "t"> +<!ENTITY secondsLabel.label "seconds"> + +<!ENTITY openingMessages.label "When opening messages, display them in:"> +<!ENTITY newWindowRadio.label "A new message window"> +<!ENTITY newWindowRadio.accesskey "n"> +<!ENTITY existingWindowRadio.label "An existing message window"> +<!ENTITY existingWindowRadio.accesskey "e"> +<!ENTITY disableContent.label "Block images and other content from remote sources"> +<!ENTITY disableContent.accesskey "B"> +<!ENTITY showCondensedAddresses.label "Show only display name for people in my address book"> +<!ENTITY showCondensedAddresses.accesskey "o"> +<!ENTITY closeMsgWindowOnDelete.label "Close message window when deleting the message"> +<!ENTITY closeMsgWindowOnDelete.accesskey "l"> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/prefs.properties b/l10n-en-GB/suite/chrome/mailnews/pref/prefs.properties new file mode 100644 index 0000000000..2a60f638c3 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/prefs.properties @@ -0,0 +1,90 @@ +# 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/. + +# +# The following are used by the Account Wizard +# +enterValidEmail=Please enter a valid email address. +accountNameExists=An account with this name already exists. Please enter a different account name. +accountNameEmpty=The account name can not be empty. +modifiedAccountExists=An account with that user name and server name already exists. Please enter a different user name and/or server name. +userNameChanged=Your User Name has been updated. You may also need to update your Email Address and/or User Name associated with this account. +serverNameChanged=The server name setting has changed. Please verify that any folders used by filters exist on the new server. +# LOCALIZATION NOTE (junkSettingsBroken): %1$S is the account name +junkSettingsBroken=The Junk settings on account "%1$S" have a possible problem. Would you like to review them before saving Account Settings? +# LOCALIZATION NOTE (localDirectoryChanged): %1$S is program name (&brandShortName;) +localDirectoryChanged=%1$S needs to restart now to apply the change to the Local directory setting. +localDirectoryRestart=Restart +userNameEmpty=The user name can not be empty. +# LOCALIZATION NOTE (localDirectoryInvalid): %1$S is path to folder +localDirectoryInvalid=The Local Directory path "%1$S" is invalid. Please pick a different directory. +# LOCALIZATION NOTE (localDirectoryNotAllowed): %1$S is path to folder +localDirectoryNotAllowed=The Local Directory path "%1$S" is not suitable for message storage. Please choose another directory. +# if the user chooses to cancel the wizard when no accounts are there throw a message +# LOCALIZATION NOTE (cancelWizard) +# do not localize "\n\n" +cancelWizard=Are you sure you want to exit the Account Wizard?\n\nIf you exit, any information you have entered will be lost and the account will not be created. +accountWizard=Account Wizard +WizardExit=Exit +WizardContinue=Cancel +# when the wizard already has a domain (Should we say something different?) +enterValidServerName=Please enter a valid server name. +failedRemoveAccount=Failed to remove this account. +#LOCALIZATION NOTE: accountName: %1$S is server name, %2$S is user name +accountName=%1$S - %2$S + +# LOCALIZATION NOTE: confirmDeferAccountWarning: do not localize "\n\n", it means a new empty line in the string. +confirmDeferAccountWarning=If you store this account's new mail in a different account's Inbox, you will no longer be able to access already downloaded e-mail for this account. If you have mail in this account, please copy it to another account first.\n\nIf you have filters that filter mail into this account, you should disable them or change the destination folder. If any accounts have special folders in this account (Sent, Drafts, Templates, Archives, Junk), you should change them to be in another account.\n\nDo you still want to store this account's e-mail in a different account? +confirmDeferAccountTitle=Defer Account? + +directoryAlreadyUsedByOtherAccount=The directory specified in the Local Directory setting is already used by the "%S" account. Please pick a different directory. +directoryParentUsedByOtherAccount=A parent directory of the directory specified in the Local Directory setting is already used by the "%S" account. Please pick a different directory. +directoryChildUsedByOtherAccount=A subdirectory of the directory specified in the Local Directory setting is already used by the "%S" account. Please pick a different directory. +#Provide default example values for sample email address +exampleEmailUserName=user +exampleEmailDomain=example.net +emailFieldText=Email Address: +#LOCALIZATION NOTE: defaultEmailText: %1$S is user name, %2$S is domain +defaultEmailText=Enter your email address. This is the address others will use to send email to you (for example, "%1$S@%2$S"). +#LOCALIZATION NOTE: customizedEmailText: %1$S is provider, %2$S is email username, %3$S is sample email, %4$S is sample username +customizedEmailText=Enter your %1$S %2$S (for example, if your %1$S email address is "%3$S", your %2$S is "%4$S"). + +# account manager stuff +prefPanel-server=Server Settings +prefPanel-copies=Copies & Folders +prefPanel-synchronization=Synchronisation & Storage +prefPanel-diskspace=Disk Space +prefPanel-addressing=Composition & Addressing +prefPanel-junk=Junk Settings +## LOCALIZATION NOTE (prefPanel-smtp): Don't translate "SMTP" +prefPanel-smtp=Outgoing Server (SMTP) + +# account manager multiple identity support +#LOCALIZATION NOTE: accountName: %1$S +identity-list-title=Identities for %1$S + +identityDialogTitleAdd=New Identity +## LOCALIZATION NOTE (identityDialogTitleEdit): %S is the identity name +identityDialogTitleEdit=Edit %S + +identity-edit-req=You must specify a valid email address for this identity. +identity-edit-req-title=Error Creating Identity + +## LOCALIZATION NOTE (identity-delete-confirm): %S is the identity name +# and should be put on a new line. The new line is produced with the "\n" string. +identity-delete-confirm=Are you sure you want to delete the identity\n%S? +## LOCALIZATION NOTE (identity-delete-confirm-title): %S is the account name +identity-delete-confirm-title=Deleting identity for %S +identity-delete-confirm-button=Delete + +choosefile=Choose a file + +forAccount=For account "%S" + +removeFromServerTitle=Confirm permanent, automatic deletion of messages +removeFromServer=This setting will permanently delete old messages from the remote server AND your local storage. Are you sure you want to proceed? + +confirmSyncChangesTitle=Confirm synchronisation changes +confirmSyncChanges=The Message Synchronisation settings were changed.\n\nDo you want to save them? +confirmSyncChangesDiscard=Discard diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/removeAccount.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/removeAccount.dtd new file mode 100644 index 0000000000..fbc22bcec3 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/removeAccount.dtd @@ -0,0 +1,22 @@ +<!-- 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/. --> + +<!ENTITY dialogTitle "Remove Account and Data"> +<!ENTITY removeButton.label "Remove"> +<!ENTITY removeButton.accesskey "R"> +<!ENTITY removeAccount.label "Remove account information"> +<!ENTITY removeAccount.accesskey "a"> +<!ENTITY removeAccount.desc "Removes only &brandShortName;'s knowledge of this account. Does not affect the account itself on the server."> +<!ENTITY removeData.label "Remove message data"> +<!ENTITY removeData.accesskey "d"> +<!ENTITY removeDataChat.label "Remove conversation data"> +<!ENTITY removeDataChat.accesskey "d"> +<!ENTITY removeDataLocalAccount.desc "Removes all messages, folders and filters associated with this account from your local disk. This does not affect some messages which may still be kept on the server. Do not choose this if you plan to archive the local data or re-use it in &brandShortName; later."> +<!ENTITY removeDataServerAccount.desc "Removes all messages, folders and filters associated with this account from your local disk. Your messages and folders are still kept on the server."> +<!ENTITY removeDataChatAccount.desc "Removes all logs of conversations stored for this account on your local disk."> +<!ENTITY showData.label "Show data location"> +<!ENTITY showData.accesskey "S"> +<!ENTITY progressPending "Removing selected data…"> +<!ENTITY progressSuccess "Removal succeeded."> +<!ENTITY progressFailure "Removal failed."> diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/removeAccount.properties b/l10n-en-GB/suite/chrome/mailnews/pref/removeAccount.properties new file mode 100644 index 0000000000..535fd1ea9c --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/removeAccount.properties @@ -0,0 +1,5 @@ +# 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/. + +removeQuestion=Are you sure you want to remove the account "%S"? diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/replicationProgress.properties b/l10n-en-GB/suite/chrome/mailnews/pref/replicationProgress.properties new file mode 100644 index 0000000000..9acf606463 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/replicationProgress.properties @@ -0,0 +1,20 @@ +# 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/. +replicationStarted=Replication started… +changesStarted=Started finding changes to replicate… +replicationSucceeded=Replication succeeded +replicationFailed=Replication failed +replicationCancelled=Replication cancelled +# LOCALIZATION NOTE +# do not localize %S. %S is the current entry number (an integer) +currentCount=Replicating directory entry: %S + +downloadButton=Download Now +downloadButton.accesskey=D +cancelDownloadButton=Cancel Download +cancelDownloadButton.accesskey=C + +directoryTitleNew=New LDAP Directory +## LOCALIZATION NOTE (directoryTitleEdit): %S will be replaced by the LDAP directory's display name +directoryTitleEdit=%S Properties diff --git a/l10n-en-GB/suite/chrome/mailnews/pref/smtpEditOverlay.dtd b/l10n-en-GB/suite/chrome/mailnews/pref/smtpEditOverlay.dtd new file mode 100644 index 0000000000..593393a21b --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/pref/smtpEditOverlay.dtd @@ -0,0 +1,24 @@ +<!-- 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/. --> + +<!ENTITY settings.caption "Settings"> +<!ENTITY security.caption "Security and Authentication"> +<!ENTITY serverName.label "Server Name:"> +<!ENTITY serverName.accesskey "S"> +<!ENTITY serverDescription.label "Description:"> +<!ENTITY serverDescription.accesskey "D"> +<!ENTITY serverPort.label "Port:"> +<!ENTITY serverPort.accesskey "P"> +<!ENTITY userName.label "User Name:"> +<!ENTITY userName.accesskey "m"> +<!ENTITY connectionSecurity.label "Connection security:"> +<!ENTITY connectionSecurity.accesskey "n"> +<!ENTITY connectionSecurityType-0.label "None"> +<!ENTITY connectionSecurityType-1.label "STARTTLS, if available"> +<!ENTITY connectionSecurityType-2.label "STARTTLS"> +<!ENTITY connectionSecurityType-3.label "SSL/TLS"> +<!ENTITY smtpEditTitle.label "SMTP Server"> +<!ENTITY serverPortDefault.label "Default:"> +<!ENTITY authMethod.label "Authentication method:"> +<!ENTITY authMethod.accesskey "i"> diff --git a/l10n-en-GB/suite/chrome/mailnews/region.properties b/l10n-en-GB/suite/chrome/mailnews/region.properties new file mode 100644 index 0000000000..9884a145e6 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/region.properties @@ -0,0 +1,35 @@ +# 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/. + +# +# messenger.properties +# mailnews.js +mailnews.start_page.url=chrome://messenger/content/start.xhtml +messenger.throbber.url=http://www.seamonkey-project.org/ +compose.throbber.url=http://www.seamonkey-project.org/ +addressbook.throbber.url=http://www.seamonkey-project.org/ +# To make mapit buttons to disappear in the addressbook, specify empty string. For example: +# The mail.addr_book.mapit_url.format should start with the URL of the mapping +# service and then the query part with placeholders to be subsituted from values +# from the addressbook contact's address. +# Available placeholders are: +# The format for "mail.addr_book.mapit_url.format" is: +# @A1 == address, part 1 +# @A2 == address, part 2 +# @CI == city +# @ST == state +# @ZI == zip code +# @CO == country +# Default map service: +mail.addr_book.mapit_url.format=http://maps.google.com/maps?q=@A1%20@A2%20@CI%20@ST%20@ZI%20@CO +# List of available map services (up to 5 can be defined here): +mail.addr_book.mapit_url.1.name=Google Maps +mail.addr_book.mapit_url.1.format=http://maps.google.com/maps?q=@A1%20@A2%20@CI%20@ST%20@ZI%20@CO +mail.addr_book.mapit_url.2.name=OpenStreetMap +mail.addr_book.mapit_url.2.format=http://nominatim.openstreetmap.org/search.php?polygon=1&q=@A1%2C@A2%2C@CI%2C@ST%2C@ZI%2C@CO + +mailnews.messageid_browser.url=http://groups.google.com/groups?selm=%mid&rnum=1 +# Recognize non-standard versions of "Re:" in subjects from localized versions of MS Outlook et al. +# Specify a comma-separated list without spaces. For example: mailnews.localizedRe=AW,SV +mailnews.localizedRe= diff --git a/l10n-en-GB/suite/chrome/mailnews/renameFolderDialog.dtd b/l10n-en-GB/suite/chrome/mailnews/renameFolderDialog.dtd new file mode 100644 index 0000000000..62dd784f45 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/renameFolderDialog.dtd @@ -0,0 +1,9 @@ +<!-- 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/. --> + +<!ENTITY renameFolderDialog.title "Rename Folder"> +<!ENTITY rename.label "Enter the new name for your folder:"> +<!ENTITY rename.accesskey "E"> +<!ENTITY accept.label "Rename"> +<!ENTITY accept.accesskey "R"> diff --git a/l10n-en-GB/suite/chrome/mailnews/search-attributes.properties b/l10n-en-GB/suite/chrome/mailnews/search-attributes.properties new file mode 100644 index 0000000000..719f338915 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/search-attributes.properties @@ -0,0 +1,45 @@ +# 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/. + +#these need to match nsMsgSearchAttrib interface in nsMsgSearchCore.idl +#and nsMsgSearchAttribMap in nsMsgSearchAdapter.cpp +Subject=Subject +From=From +Body=Body +Date=Date +Priority=Priority +Status=Status +To=To +Cc=Cc +ToOrCc=To or Cc +AgeInDays=Age In Days +SizeKB=Size (kB) +Tags=Tags +# for AB and LDAP +AnyName=Any Name +DisplayName=Display Name +Nickname=Nickname +ScreenName=Screen Name +Email=Email +AdditionalEmail=Additional Email +AnyNumber=Any Number +WorkPhone=Work Phone +HomePhone=Home Phone +Fax=Fax +Pager=Pager +Mobile=Mobile +City=City +Street=Street +Title=Title +Organization=Organisation +Department=Department +# more mailnews +FromToCcOrBcc=From, To, Cc or Bcc +JunkScoreOrigin=Junk Score Origin +JunkPercent=Junk Percent +AttachmentStatus=Attachment Status +JunkStatus=Junk Status +Label=Label +Customize=Customise… +MissingCustomTerm=Missing Custom Term diff --git a/l10n-en-GB/suite/chrome/mailnews/search-operators.properties b/l10n-en-GB/suite/chrome/mailnews/search-operators.properties new file mode 100644 index 0000000000..e2f58e5b69 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/search-operators.properties @@ -0,0 +1,31 @@ +# 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/. + +0=contains +1=doesn't contain +2=is +3=isn't +4=is empty + +5=is before +6=is after + +7=is higher than +8=is lower than + +9=begins with +10=ends with + +11=sounds like +12=LdapDwim + +13=is greater than +14=is less than + +15=NameCompletion +16=is in my address book +17=isn't in my address book +18=isn't empty +19=matches +20=doesn't match diff --git a/l10n-en-GB/suite/chrome/mailnews/search.properties b/l10n-en-GB/suite/chrome/mailnews/search.properties new file mode 100644 index 0000000000..43a8c35e97 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/search.properties @@ -0,0 +1,28 @@ +# 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/. + +# search and filter strings +# +# these are the fields that get inserted in the search line +# for "and" searches, this looks like: +# +# searchAnd0 <attribute> searchAnd1 <operator> searchAnd2 <value> searchAnd4 +# +# for example, in english this looks like: +# and the [Sender ] [doesn't contain] [John] +# +# TODO: need to special-case the first line (filterindex==0) + +# filter stuff +searchingMessage=Searching… +# LOCALIZATION NOTE (matchesFound): #1 number of matches found +matchesFound=#1 match found;#1 matches found +noMatchesFound=No matches found +labelForStopButton=Stop +labelForSearchButton=Search +labelForStopButton.accesskey=S +labelForSearchButton.accesskey=S + +moreButtonTooltipText=Add a new rule +lessButtonTooltipText=Remove this rule diff --git a/l10n-en-GB/suite/chrome/mailnews/searchTermOverlay.dtd b/l10n-en-GB/suite/chrome/mailnews/searchTermOverlay.dtd new file mode 100644 index 0000000000..b156d4e7a9 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/searchTermOverlay.dtd @@ -0,0 +1,18 @@ +<!-- 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/. --> + +<!ENTITY matchAll.label "Match all of the following"> +<!ENTITY matchAll.accesskey "M"> +<!ENTITY matchAny.label "Match any of the following"> +<!ENTITY matchAny.accesskey "a"> +<!ENTITY matchAllMsgs.label "Match all messages"> +<!ENTITY matchAllMsgs.accesskey "t"> +<!-- LOCALIZATION NOTE + The values below are used to control the widths of the search widgets. + Change the values only when the localized strings in the popup menus + are truncated in the widgets. + --> +<!ENTITY searchTermListAttributesFlexValue "1"> +<!ENTITY searchTermListOperatorsFlexValue "1"> +<!ENTITY searchTermListValueFlexValue "3"> diff --git a/l10n-en-GB/suite/chrome/mailnews/shutdownWindow.properties b/l10n-en-GB/suite/chrome/mailnews/shutdownWindow.properties new file mode 100644 index 0000000000..95cbad1768 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/shutdownWindow.properties @@ -0,0 +1,10 @@ +# 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/. + + +# These strings are loaded and represented by the XUL dialog. +shutdownDialogTitle=Shutdown Progress Window +taskProgress=Processing %1$S of %2$S Tasks + +# These strings are loaded by the individual shutdown tasks. diff --git a/l10n-en-GB/suite/chrome/mailnews/smime.properties b/l10n-en-GB/suite/chrome/mailnews/smime.properties new file mode 100644 index 0000000000..6370ce7509 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/smime.properties @@ -0,0 +1,13 @@ +# 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/. + +# +# The following are used by the smime content type handler +# + +## @name NS_MSG_UNABLE_TO_OPEN_FILE +## LOCALIZATION NOTE: the text can contain HTML tags. +1000=This is an <B>ENCRYPTED</B> or <B>SIGNED</B> message.<br> This Mail application does not support encrypted or signed mail. + + diff --git a/l10n-en-GB/suite/chrome/mailnews/smime/am-smime.dtd b/l10n-en-GB/suite/chrome/mailnews/smime/am-smime.dtd new file mode 100644 index 0000000000..5c4e2063a3 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/smime/am-smime.dtd @@ -0,0 +1,37 @@ +<!-- 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/. --> + +<!ENTITY securityTitle.label "Security"> +<!ENTITY securityTab.label "Security"> +<!ENTITY securityHeading.label "To send and receive signed or encrypted messages, you should specify both a digital signing certificate and an encryption certificate."> +<!ENTITY encryptionGroupTitle.label "Encryption"> +<!ENTITY encryptionChoiceLabel.label "Default encryption setting when sending messages:"> +<!ENTITY neverEncrypt.label "Never (do not use encryption)"> +<!ENTITY neverEncrypt.accesskey "N"> +<!ENTITY alwaysEncryptMessage.label "Required (can't send message unless all recipients have certificates)"> +<!ENTITY alwaysEncryptMessage.accesskey "u"> +<!ENTITY encryptionCert.message "Use this certificate to encrypt & decrypt messages sent to you:"> +<!ENTITY digitalSign.certificate.button "Select…"> +<!ENTITY digitalSign.certificate.accesskey "S"> +<!ENTITY digitalSign.certificate_clear.button "Clear"> +<!ENTITY digitalSign.certificate_clear.accesskey "C"> +<!ENTITY encryption.certificate.button "Select…"> +<!ENTITY encryption.certificate.accesskey "t"> +<!ENTITY encryption.certificate_clear.button "Clear"> +<!ENTITY encryption.certificate_clear.accesskey "e"> +<!ENTITY signingGroupTitle.label "Digital Signing"> +<!ENTITY signMessage.label "Digitally sign messages (by default)"> +<!ENTITY signMessage.accesskey "D"> +<!ENTITY signingCert.message "Use this certificate to digitally sign messages you send:"> + +<!ENTITY certificates.label "Certificates"> +<!ENTITY manageCerts2.label "Manage Certificates…"> +<!ENTITY manageCerts2.accesskey "M"> +<!ENTITY manageDevices.label "Manage Security Devices…"> +<!ENTITY manageDevices.accesskey "g"> + +<!-- Strings for the cert picker dialog --> +<!ENTITY certPicker.title "Select Certificate"> +<!ENTITY certPicker.info "Certificate:"> +<!ENTITY certPicker.detailsLabel "Details of selected certificate:"> diff --git a/l10n-en-GB/suite/chrome/mailnews/smime/am-smime.properties b/l10n-en-GB/suite/chrome/mailnews/smime/am-smime.properties new file mode 100644 index 0000000000..7e1742efbb --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/smime/am-smime.properties @@ -0,0 +1,41 @@ +# 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/. + +## S/MIME error strings. +## Note to localization: %S is a placeholder +NoSenderSigningCert=You specified that this message should be digitally signed, but the application either failed to find the signing certificate specified in your Mail & Newsgroup Account Settings, or the certificate has expired. +NoSenderEncryptionCert=You specified encryption for this message, but the application either failed to find the encryption certificate specified in your Mail & Newsgroup Account Settings, or the certificate has expired. +MissingRecipientEncryptionCert=You specified encryption for this message, but the application failed to find an encryption certificate for %S. +ErrorEncryptMail=Unable to encrypt message. Please check that you have a valid email certificate for each recipient. Please check that the certificates specified in Mail & Newsgroups Account Settings for this mail account are valid and trusted for mail. +ErrorCanNotSignMail=Unable to sign message. Please check that the certificates specified in Mail & Newsgroups Account Settings for this mail account are valid and trusted for mail. + +## Strings used for in the prefs. +prefPanel-smime=Security +NoSigningCert=Certificate Manager can't locate a valid certificate that can be used to digitally sign your messages. +NoSigningCertForThisAddress=Certificate Manager can't locate a valid certificate that can be used to digitally sign your messages with an address of <%S>. +NoEncryptionCert=Certificate Manager can't locate a valid certificate that other people can use to send you encrypted email messages. +NoEncryptionCertForThisAddress=Certificate Manager can't locate a valid certificate that other people can use to send you encrypted email messages to the address <%S>. + +encryption_needCertWantSame=You should also specify a certificate for other people to use when they send you encrypted messages. Do you want to use the same certificate to encrypt & decrypt messages sent to you? +encryption_wantSame=Do you want to use the same certificate to encrypt & decrypt messages sent to you? +encryption_needCertWantToSelect=You should also specify a certificate for other people to use when they send you encrypted messages. Do you want to configure an encryption certificate now? +signing_needCertWantSame=You should also specify a certificate to use for digitally signing your messages. Do you want to use the same certificate to digitally sign your messages? +signing_wantSame=Do you want to use the same certificate to digitally sign your messages? +signing_needCertWantToSelect=You should also specify a certificate to use for digitally signing your messages. Do you want to configure a certificate for digitally signing messages now? + +## Strings used by nsMsgComposeSecure +mime_smimeEncryptedContentDesc=S/MIME Encrypted Message +mime_smimeSignatureContentDesc=S/MIME Cryptographic Signature + +## Strings used by the cert picker. +CertInfoIssuedFor=Issued to: +CertInfoIssuedBy=Issued by: +CertInfoValid=Valid +CertInfoFrom=from +CertInfoTo=to +CertInfoPurposes=Purposes +CertInfoEmail=Email +CertInfoStoredIn=Stored in: +NicknameExpired=(expired) +NicknameNotYetValid=(not yet valid) diff --git a/l10n-en-GB/suite/chrome/mailnews/smime/certFetchingStatus.dtd b/l10n-en-GB/suite/chrome/mailnews/smime/certFetchingStatus.dtd new file mode 100644 index 0000000000..8673b9ed9d --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/smime/certFetchingStatus.dtd @@ -0,0 +1,9 @@ +<!-- 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/. --> + +<!--LOCALIZATION NOTE shown while obtaining certificates from a directory --> + +<!ENTITY title.label "Downloading Certificates"> +<!ENTITY info.message "Searching the directory for recipients' certificates. This may take a few minutes."> +<!ENTITY stop.label "Stop Searching"> diff --git a/l10n-en-GB/suite/chrome/mailnews/smime/msgCompSMIMEOverlay.dtd b/l10n-en-GB/suite/chrome/mailnews/smime/msgCompSMIMEOverlay.dtd new file mode 100644 index 0000000000..f9ae79ef72 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/smime/msgCompSMIMEOverlay.dtd @@ -0,0 +1,20 @@ +<!-- 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/. --> + +<!--LOCALIZATION NOTE msgCompSMIMEOverlay.dtd UI for s/mime hooks in message composition --> + +<!ENTITY menu_securityEncryptRequire.label "Encrypt This Message"> +<!ENTITY menu_securityEncryptRequire.accesskey "E"> + +<!ENTITY menu_securitySign.label "Digitally Sign This Message"> +<!ENTITY menu_securitySign.accesskey "M"> + +<!ENTITY menu_securityStatus.label "View Security Info"> +<!ENTITY menu_securityStatus.accesskey "I"> + +<!ENTITY securityButton.label "Security"> +<!ENTITY securityButton.tooltip "View or change security settings"> + +<!ENTITY menu_viewSecurityStatus.label "Message Security Info"> +<!ENTITY menu_viewSecurityStatus.accesskey "I"> diff --git a/l10n-en-GB/suite/chrome/mailnews/smime/msgCompSMIMEOverlay.properties b/l10n-en-GB/suite/chrome/mailnews/smime/msgCompSMIMEOverlay.properties new file mode 100644 index 0000000000..285d3cbea6 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/smime/msgCompSMIMEOverlay.properties @@ -0,0 +1,6 @@ +# 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/. + +## S/MIME mail compose window error strings. +NeedSetup=You need to set up one or more personal certificates before you can use this security feature. Would you like to learn how to do this now? diff --git a/l10n-en-GB/suite/chrome/mailnews/smime/msgCompSecurityInfo.dtd b/l10n-en-GB/suite/chrome/mailnews/smime/msgCompSecurityInfo.dtd new file mode 100644 index 0000000000..d8dbe6df27 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/smime/msgCompSecurityInfo.dtd @@ -0,0 +1,18 @@ +<!-- 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/. --> + +<!--LOCALIZATION NOTE msgCompSecurityInfo.dtd UI for viewing security status when composing a message --> + +<!ENTITY title.label "Message Security"> +<!ENTITY subject.plaintextWarning "Please note: Subject lines of email messages are never encrypted."> +<!ENTITY status.heading "The contents of your message will be sent as follows:"> +<!ENTITY status.signed "Digitally signed:"> +<!ENTITY status.encrypted "Encrypted:"> +<!ENTITY status.certificates "Certificates:"> +<!ENTITY view.label "View"> +<!ENTITY view.accesskey "V"> +<!ENTITY tree.recipient "Recipient"> +<!ENTITY tree.status "Status"> +<!ENTITY tree.issuedDate "Issued"> +<!ENTITY tree.expiresDate "Expires"> diff --git a/l10n-en-GB/suite/chrome/mailnews/smime/msgCompSecurityInfo.properties b/l10n-en-GB/suite/chrome/mailnews/smime/msgCompSecurityInfo.properties new file mode 100644 index 0000000000..bf8ca06592 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/smime/msgCompSecurityInfo.properties @@ -0,0 +1,13 @@ +# 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/. + +StatusNotFound=Not Found +StatusValid=Valid +StatusExpired=Expired +StatusUntrusted=Not Trusted +StatusRevoked=Revoked +StatusInvalid=Invalid +StatusYes=Yes +StatusNo=No +StatusNotPossible=Not possible diff --git a/l10n-en-GB/suite/chrome/mailnews/smime/msgReadSMIMEOverlay.dtd b/l10n-en-GB/suite/chrome/mailnews/smime/msgReadSMIMEOverlay.dtd new file mode 100644 index 0000000000..f8dffb7df8 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/smime/msgReadSMIMEOverlay.dtd @@ -0,0 +1,8 @@ +<!-- 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/. --> + +<!--LOCALIZATION NOTE msgReadSMIMEOverlay.dtd UI for s/mime hooks in message reading --> + +<!ENTITY menu_securityStatus.label "Message Security Info"> +<!ENTITY menu_securityStatus.accesskey "I"> diff --git a/l10n-en-GB/suite/chrome/mailnews/smime/msgReadSMIMEOverlay.properties b/l10n-en-GB/suite/chrome/mailnews/smime/msgReadSMIMEOverlay.properties new file mode 100644 index 0000000000..c7a1862843 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/smime/msgReadSMIMEOverlay.properties @@ -0,0 +1,11 @@ +# 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/. + +ImapOnDemand=The displayed message has been digitally signed, but not all its attachments have been downloaded yet. Therefore, the signature cannot be validated. Click OK to download the complete message and validate the signature. +# +#NOTE To translater, anything between %..% and <..> should not be translated. +# the former will be replaced by java script, and the latter is HTML formatting. +# +CantDecryptTitle=%brand% cannot decrypt this message +CantDecryptBody=The sender encrypted this message to you using one of your digital certificates, however %brand% was not able to find this certificate and corresponding private key. <br> Possible solutions: <br><ul><li>If you have a smartcard, please insert it now. <li>If you are using a new machine, or if you are using a new %brand% profile, you will need to restore your certificate and private key from a backup. Certificate backups usually end in ".p12".</ul> diff --git a/l10n-en-GB/suite/chrome/mailnews/smime/msgReadSecurityInfo.dtd b/l10n-en-GB/suite/chrome/mailnews/smime/msgReadSecurityInfo.dtd new file mode 100644 index 0000000000..06f1788987 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/smime/msgReadSecurityInfo.dtd @@ -0,0 +1,14 @@ +<!-- 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/. --> + +<!--LOCALIZATION NOTE msgReadSecurityInfo.dtd UI for viewing security status when reading a received message --> + +<!ENTITY status.label "Message Security"> +<!ENTITY signatureCert.label "View Signature Certificate"> +<!ENTITY encryptionCert.label "View Encryption Certificate"> + +<!ENTITY signer.name "Signed by:"> +<!ENTITY recipient.name "Encrypted for:"> +<!ENTITY email.address "Email address:"> +<!ENTITY issuer.name "Certificate issued by:"> diff --git a/l10n-en-GB/suite/chrome/mailnews/smime/msgSecurityInfo.properties b/l10n-en-GB/suite/chrome/mailnews/smime/msgSecurityInfo.properties new file mode 100644 index 0000000000..ac78d8b22d --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/smime/msgSecurityInfo.properties @@ -0,0 +1,44 @@ +# 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/. + +## Signature Information strings +SINoneLabel=Message Has No Digital Signature +SINone=This message does not include the sender's digital signature. The absence of a digital signature means that the message could have been sent by someone pretending to have this email address. It is also possible that the message has been altered while in transit over the network. However, it is unlikely that either event has occurred. + +SIValidLabel=Message Is Signed +SIValid=This message includes a valid digital signature. The message has not been altered since it was sent. + +SIInvalidLabel=Digital Signature Is Not Valid +SIInvalidHeader=This message includes a digital signature, but the signature is invalid. + +SIContentAltered=The signature does not match the message content correctly. The message appears to have been altered after the sender signed it. You should not trust the validity of this message until you verify its contents with the sender. +SIExpired=The certificate used to sign the message appears to have expired. Make sure your computer's clock is set correctly. +SIRevoked=The certificate used to sign the message has been revoked. You should not trust the validity of this message until you verify its contents with the sender. +SINotYetValid=The certificate used to sign the message appears not to be valid yet. Make sure your computer's clock is set correctly. +SIUnknownCA=The certificate used to sign the message was issued by an unknown certificate authority. +SIUntrustedCA=The certificate used to sign the message was issued by a certificate authority that you do not trust for issuing this kind of certificate. +SIExpiredCA=The certificate used to sign the message was issued by a certificate authority whose own certificate has expired. Make sure your computer's clock is set correctly. +SIRevokedCA=The certificate used to sign the message was issued by a certificate authority whose own certificate has been revoked. You should not trust the validity of this message until you verify its contents with the sender. +SINotYetValidCA=The certificate used to sign the message was issued by a certificate authority whose own certificate is not yet valid. Make sure your computer's clock is set correctly. +SIInvalidCipher=The message was signed using an encryption strength that this version of your software does not support. +SIClueless=There are unknown problems with this digital signature. You should not trust the validity of this message until you verify its contents with the sender. + +SIPartiallyValidLabel=Message is signed +SIPartiallyValidHeader=Although the digital signature is valid, it is unknown whether sender and signer are the same person. + +SIHeaderMismatch=The email address listed in the signer's certificate is different from the email address that was used to send this message. Please look at the details of the signature certificate to learn who signed the message. +SICertWithoutAddress=The certificate used to sign the message does not contain an email address. Please look at the details of the signature certificate to learn who signed the message. + +## Encryption Information strings +EINoneLabel2=Message Is Not Encrypted +EINone=This message was not encrypted before it was sent. Information sent over the Internet without encryption can be seen by other people while in transit. + +EIValidLabel=Message Is Encrypted +EIValid=This message was encrypted before it was sent to you. Encryption makes it very difficult for other people to view information while it is travelling over the network. + +EIInvalidLabel=Message Cannot Be Decrypted +EIInvalidHeader=This message was encrypted before it was sent to you, but it cannot be decrypted. + +EIContentAltered=The message contents appear to have been altered during transmission. +EIClueless=There are unknown problems with this encrypted message. diff --git a/l10n-en-GB/suite/chrome/mailnews/start.dtd b/l10n-en-GB/suite/chrome/mailnews/start.dtd new file mode 100644 index 0000000000..42180e84a7 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/start.dtd @@ -0,0 +1,34 @@ +<!-- 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/. --> + +<!ENTITY startpage.title "Welcome to &brandShortName; Mail & Newsgroups"> +<!--# LOCALIZATION NOTE (headline.label): the URL for <a id="vendorURL"> is fetched from brand.properties --> +<!ENTITY headline.label +'Welcome to <a id="vendorURL" href="">&brandShortName;</a> Mail & Newsgroups!'> +<!ENTITY description.label +"&brandShortName; Mail & Newsgroups is a powerful open-source mail and news +client, supporting advanced junk mail detection and other useful features."> +<!ENTITY features.title "Features"> +<!ENTITY feat_multiacc.label "Support for multiple accounts"> +<!ENTITY feat_junk.label "Junk Mail detection"> +<!ENTITY feat_feeds.label "Feed Reader"> +<!ENTITY feat_filters.label "Message Filters"> +<!ENTITY feat_htmlmsg.label "HTML message support"> +<!ENTITY feat_abook.label "Address Book"> +<!ENTITY feat_tags.label "Customisable Tags and Mail Views"> +<!ENTITY feat_integration.label +"Tight integration with the &brandShortName; application suite"> +<!ENTITY dict.title "Dictionaries"> +<!ENTITY dict_intro.label "Dictionaries are used to check the spelling of your messages."> +<!--# LOCALIZATION NOTE (dict_info.label): the URL for <a id="dictURL"> is fetched from brand.properties --> +<!ENTITY dict_info.label2 +'Many additional languages can be installed from the +<a id="dictURL" href="">dictionaries</a> section on +<a href="https://addons.thunderbird.net/seamonkey/">SeaMonkey and Thunderbird Add-ons</a>.'> +<!ENTITY info.title "More Information"> +<!--# LOCALIZATION NOTE (info_bugs.label): the URL for <a id="releaseNotesURL"> is fetched from brand.properties --> +<!ENTITY info_bugs.label +'<a href="http://www.mozilla.org/mailnews/">We</a> welcome bug reports and feature +requests, but please read the <a id="releaseNotesURL" href="">release notes</a> and query +<a href="https://bugzilla.mozilla.org/query.cgi">Bugzilla</a> first.'> diff --git a/l10n-en-GB/suite/chrome/mailnews/subscribe.dtd b/l10n-en-GB/suite/chrome/mailnews/subscribe.dtd new file mode 100644 index 0000000000..9ce66e0559 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/subscribe.dtd @@ -0,0 +1,22 @@ +<!-- 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/. --> + +<!ENTITY subscribeDialog.title "Subscribe"> +<!ENTITY subscribeButton.label "Subscribe"> +<!ENTITY subscribeButton.accesskey "S"> +<!ENTITY unsubscribeButton.label "Unsubscribe"> +<!ENTITY unsubscribeButton.accesskey "U"> +<!ENTITY newGroupsTab.label "New Groups"> +<!ENTITY newGroupsTab.accesskey "N"> +<!ENTITY refreshButton.label "Refresh"> +<!ENTITY refreshButton.accesskey "R"> +<!ENTITY stopButton.label "Stop"> +<!ENTITY stopButton.accesskey "T"> +<!ENTITY server.label "Account:"> +<!ENTITY server.accesskey "A"> +<!ENTITY subscribedHeader.label "Subscribe"> +<!-- commenting out until bug 38906 is fixed +<!ENTITY messagesHeader.label "Messages"> --> +<!ENTITY namefield.label "Show items that contain:"> +<!ENTITY namefield.accesskey "O"> diff --git a/l10n-en-GB/suite/chrome/mailnews/subscribe.properties b/l10n-en-GB/suite/chrome/mailnews/subscribe.properties new file mode 100644 index 0000000000..60ec230ba5 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/subscribe.properties @@ -0,0 +1,14 @@ +# 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/. +columnHeader-nntp=Newsgroup name +columnHeader-imap=Folder name +subscribeLabel-nntp=Select the newsgroups to subscribe to: +subscribeLabel-imap=Select the folders to subscribe to: +currentListTab-nntp.label=Current Group List +currentListTab-nntp.accesskey=L +currentListTab-imap.label=Folder List +currentListTab-imap.accesskey=L +pleaseWaitString=Please wait… +offlineState=You are offline. Items could not be retrieved from the server. +errorPopulating=Error retrieving items from the server. diff --git a/l10n-en-GB/suite/chrome/mailnews/tabmail.properties b/l10n-en-GB/suite/chrome/mailnews/tabmail.properties new file mode 100644 index 0000000000..4d3788b4fc --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/tabmail.properties @@ -0,0 +1,13 @@ +# 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/. + +tabs.closeWarningTitleAll=Confirm close +# LOCALIZATION NOTE (tabs.closeWarningAll): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# The singular form is not considered since this string is used only for +# multiple tabs. +tabs.closeWarningAll=;This messenger window has #1 tabs open. Do you want to close it and all its tabs? +tabs.closeButtonAll=Close all tabs +tabs.closeWarningPromptMeAll=Warn me when closing multiple tabs diff --git a/l10n-en-GB/suite/chrome/mailnews/textImportMsgs.properties b/l10n-en-GB/suite/chrome/mailnews/textImportMsgs.properties new file mode 100644 index 0000000000..714a1250fb --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/textImportMsgs.properties @@ -0,0 +1,46 @@ +# 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/. + +# +# The following are used by the outlook express import code to display status/error +# and informational messages +# + +# Short name of import module +## @name TEXTIMPORT_NAME +## @loc None +2000=Text file (LDIF, .tab, .csv, .txt) + +# Description of import module +## @name TEXTIMPORT_DESCRIPTION +## @loc None +2001=Import an address book from a text file, including: LDIF (.ldif, .ldi), tab-delimited (.tab, .txt) or comma-separated (.csv) formats. + +# Description of import module +## @name TEXTIMPORT_ADDRESS_NAME +## @loc None +2002=Text Address Book + +# Description +## @name TEXTIMPORT_ADDRESS_SUCCESS +## @loc None +2003=Imported address book %S + +# Error message +## @name TEXTIMPORT_ADDRESS_BADPARAM +## @loc None +2004=Bad parameter passed to import address book. + +# Error message +## @name TEXTIMPORT_ADDRESS_BADSOURCEFILE +## @loc None +2005=Error accessing file for address book %S. + +# Error message +## @name TEXTIMPORT_ADDRESS_CONVERTERROR +## @loc None +2006=Error importing address book %S, all addresses may not have been imported. + + + diff --git a/l10n-en-GB/suite/chrome/mailnews/threadpane.dtd b/l10n-en-GB/suite/chrome/mailnews/threadpane.dtd new file mode 100644 index 0000000000..0b24aa1fbb --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/threadpane.dtd @@ -0,0 +1,45 @@ +<!-- 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/. --> + +<!ENTITY threadColumn.label "Thread"> +<!ENTITY fromColumn.label "From"> +<!ENTITY recipientColumn.label "Recipient"> +<!ENTITY attachmentColumn.label "Attachments"> +<!ENTITY subjectColumn.label "Subject"> +<!ENTITY dateColumn.label "Date"> +<!ENTITY priorityColumn.label "Priority"> +<!ENTITY tagsColumn.label "Tags"> +<!ENTITY accountColumn.label "Account"> +<!ENTITY statusColumn.label "Status"> +<!ENTITY sizeColumn.label "Size"> +<!ENTITY junkStatusColumn.label "Junk Status"> +<!ENTITY unreadColumn.label "Unread in Thread"> +<!ENTITY totalColumn.label "Total in Thread"> +<!ENTITY readColumn.label "Read"> +<!ENTITY receivedColumn.label "Received"> +<!ENTITY flagColumn.label "Flag"> +<!ENTITY locationColumn.label "Location"> +<!ENTITY idColumn.label "Order Received"> + +<!--Tooltips--> +<!ENTITY columnChooser2.tooltip "Select columns to display"> +<!ENTITY threadColumn2.tooltip "Display message threads"> +<!ENTITY fromColumn2.tooltip "Sort by from"> +<!ENTITY recipientColumn2.tooltip "Sort by recipient"> +<!ENTITY attachmentColumn2.tooltip "Sort by attachments"> +<!ENTITY subjectColumn2.tooltip "Sort by subject"> +<!ENTITY dateColumn2.tooltip "Sort by date"> +<!ENTITY priorityColumn2.tooltip "Sort by priority"> +<!ENTITY tagsColumn2.tooltip "Sort by tags"> +<!ENTITY accountColumn2.tooltip "Sort by account"> +<!ENTITY statusColumn2.tooltip "Sort by status"> +<!ENTITY sizeColumn2.tooltip "Sort by size"> +<!ENTITY junkStatusColumn2.tooltip "Sort by junk status"> +<!ENTITY unreadColumn2.tooltip "Number of unread messages in thread"> +<!ENTITY totalColumn2.tooltip "Total number of messages in thread"> +<!ENTITY readColumn2.tooltip "Sort by read"> +<!ENTITY receivedColumn2.tooltip "Sort by date received"> +<!ENTITY flagColumn2.tooltip "Sort by flag"> +<!ENTITY locationColumn2.tooltip "Sort by location"> +<!ENTITY idColumn2.tooltip "Sort by order received"> diff --git a/l10n-en-GB/suite/chrome/mailnews/vCardImportMsgs.properties b/l10n-en-GB/suite/chrome/mailnews/vCardImportMsgs.properties new file mode 100644 index 0000000000..0a24e9cf2d --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/vCardImportMsgs.properties @@ -0,0 +1,26 @@ +# 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/. + +# +# The following are used by the vCard import code to display status, error, and +# informational messages +# + +vCardImportName=vCard file (.vcf) + +vCardImportDescription=Import an address book from vCard format + +vCardImportAddressName=vCard Address Book + +# LOCALIZATION NOTE (vCardImportAddressSuccess): %S is replaced by the +# name of the address book being imported. +vCardImportAddressSuccess=Imported address book %S + +# LOCALIZATION NOTE (vCardImportAddressSuccess): %S is replaced by the +# name of the address book being imported. +vCardImportAddressBadSourceFile=Error accessing file for address book %S. + +# LOCALIZATION NOTE (vCardImportAddressSuccess): %S is replaced by the +# name of the address book being imported. +vCardImportAddressConvertError=Error importing address book %S, all addresses may not have been imported. diff --git a/l10n-en-GB/suite/chrome/mailnews/viewLog.dtd b/l10n-en-GB/suite/chrome/mailnews/viewLog.dtd new file mode 100644 index 0000000000..cbcbd3cf98 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/viewLog.dtd @@ -0,0 +1,12 @@ +<!-- 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/. --> + +<!ENTITY viewLog.title "Filter Log"> +<!ENTITY viewLogInfo.text "The Filter Log documents the filters that have been run for this account. Use the tick box below to enable logging."> +<!ENTITY clearLog.label "Clear Log"> +<!ENTITY clearLog.accesskey "C"> +<!ENTITY enableLog.label "Enable the Filter Log"> +<!ENTITY enableLog.accesskey "E"> +<!ENTITY closeLog.label "Close"> +<!ENTITY closeLog.accesskey "o"> diff --git a/l10n-en-GB/suite/chrome/mailnews/virtualFolderListDialog.dtd b/l10n-en-GB/suite/chrome/mailnews/virtualFolderListDialog.dtd new file mode 100644 index 0000000000..d3199adb48 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/virtualFolderListDialog.dtd @@ -0,0 +1,8 @@ +<!-- 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/. --> + +<!ENTITY virtualFolderListTitle.title "Select Folder(s)"> +<!ENTITY virtualFolderDesc.label "Select the folders to search:"> +<!ENTITY folderName.label "Folder name"> +<!ENTITY folderSearch.label "Search"> diff --git a/l10n-en-GB/suite/chrome/mailnews/virtualFolderProperties.dtd b/l10n-en-GB/suite/chrome/mailnews/virtualFolderProperties.dtd new file mode 100644 index 0000000000..ef4fc4128f --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/virtualFolderProperties.dtd @@ -0,0 +1,22 @@ +<!-- 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/. --> + +<!ENTITY virtualFolderProperties.title "New Saved Search Folder"> +<!ENTITY name.label "Name:"> +<!ENTITY name.accesskey "N"> +<!ENTITY description.label "Create as a subfolder of:"> +<!ENTITY description.accesskey "C"> + +<!ENTITY searchTermCaption.label "Configure the search criteria used for this saved search folder: "> + +<!ENTITY folderSelectionCaption.label "Select the folders to search: "> +<!ENTITY chooseFoldersButton.label "Choose…"> +<!ENTITY chooseFoldersButton.accesskey "h"> + +<!ENTITY searchOnline.label "Search Online (Gives up-to-date results for IMAP and News folders but increases time to open the folder)"> +<!ENTITY searchOnline.accesskey "S"> +<!ENTITY newFolderButton.label "Create"> +<!ENTITY newFolderButton.accesskey "r"> +<!ENTITY editFolderButton.label "Update"> +<!ENTITY editFolderButton.accesskey "U"> diff --git a/l10n-en-GB/suite/chrome/mailnews/wmImportMsgs.properties b/l10n-en-GB/suite/chrome/mailnews/wmImportMsgs.properties new file mode 100644 index 0000000000..42786af7c1 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/wmImportMsgs.properties @@ -0,0 +1,76 @@ +# 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/. + +# +# The following are used by the windows live mail import code to display status/error +# and informational messages +# + +# Short name of import module +## @name WMIMPORT_NAME +## @loc None +## LOCALIZATION NOTE (2000): DONT_TRANSLATE +2000=Windows Live Mail + +# Description of import module +## @name WMIMPORT_DESCRIPTION +## @loc None +## LOCALIZATION NOTE (2001): In this item, don't translate "Windows Live Mail" +2001=Windows Live Mail settings + +# Success message +## @name WMIMPORT_MAILBOX_SUCCESS +## @loc None +## LOCALIZATION NOTE (2002): In this item, don't translate "%1$S" or "%2$d" +## The variable %1$S will contain the name of the Mailbox +## The variable %2$d will contain the number of messages +2002=Mailbox %1$S, imported %2$d messages + +# Error message +## @name WMIMPORT_MAILBOX_BADPARAM +## @loc None +2003=Bad parameter passed to import mailbox. + +# Error message +## @name WMIMPORT_MAILBOX_BADSOURCEFILE +## @loc None +## LOCALIZATION NOTE (2004): In this item, don't translate "%S" +## The variable %S will contain the name of the Mailbox +2004=Error accessing file for mailbox %S. + +# Error message +## @name WMIMPORT_MAILBOX_CONVERTERROR +## @loc None +## LOCALIZATION NOTE (2005): In this item, don't translate "%S" +## The variable %S will contain the name of the Mailbox +2005=Error importing mailbox %S, all messages may not be imported from this mailbox. + +# Default name of imported addressbook +## @name WMIMPORT_DEFAULT_NAME +## @loc None +2006=Windows Live Mail Address Book + +# Autofind description +## @name WMIMPORT_AUTOFIND +## @loc None +2007=Windows Live Mail address book (windows address book) + +# Description +## @name WMIMPORT_ADDRESS_SUCCESS +## @loc None +## LOCALIZATION NOTE (2006): In this item, don't translate "%S" +## The variable %S will receive the name of the address book +2008=Imported address book %S + +# Error message +## @name WMIMPORT_ADDRESS_CONVERTERROR +## @loc None +## LOCALIZATION NOTE (2009): In this item, don't translate "%S" +## The variable %S will receive the name of the address book +2009=Error importing address book %S, all addresses may not have been imported. + +# Error message +## @name WMIMPORT_ADDRESS_BADPARAM +## @loc None +2010=Bad parameter passed to import addressbook. |