diff options
Diffstat (limited to 'comm/mail/locales/en-US/messenger/addressbook')
5 files changed, 560 insertions, 0 deletions
diff --git a/comm/mail/locales/en-US/messenger/addressbook/abCardDAVDialog.ftl b/comm/mail/locales/en-US/messenger/addressbook/abCardDAVDialog.ftl new file mode 100644 index 0000000000..8558b4a2d9 --- /dev/null +++ b/comm/mail/locales/en-US/messenger/addressbook/abCardDAVDialog.ftl @@ -0,0 +1,29 @@ +# 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/. + +carddav-window-title = New CardDAV Address Book + +carddav-dialog = + .buttonlabelaccept = Continue + .buttonaccesskeyaccept = C + +carddav-username-label = + .value = Username: + .accesskey = U +carddav-location-label = + .value = Location: + .accesskey = L +carddav-location = + .default-placeholder = URL or host name of the address book server + +carddav-loading = Looking up configuration… + +# Variables: +# $url (String) - CardDAV endpoint hostname. For example "example.com". +carddav-known-incompatible = { $url } is known to be incompatible with { -brand-short-name }. +carddav-connection-error = Failed to connect. +carddav-none-found = Found no address books to add for the specified account. +carddav-already-added = All address books for the specified account have already been added. + +carddav-available-books = Available address books: diff --git a/comm/mail/locales/en-US/messenger/addressbook/abCardDAVProperties.ftl b/comm/mail/locales/en-US/messenger/addressbook/abCardDAVProperties.ftl new file mode 100644 index 0000000000..4306c8bf78 --- /dev/null +++ b/comm/mail/locales/en-US/messenger/addressbook/abCardDAVProperties.ftl @@ -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/. + +carddav-url-label = + .value = CardDAV URL: + .accesskey = V + +carddav-refreshinterval-label = + .label = Synchronize: + .accesskey = S + +# Variables: +# $minutes (integer) - Number of minutes between address book synchronizations +carddav-refreshinterval-minutes-value = + .label = { $minutes -> + [one] every minute + *[other] every { $minutes } minutes + } + +# Variables: +# $hours (integer) - Number of hours between address book synchronizations +carddav-refreshinterval-hours-value = + .label = { $hours -> + [one] every hour + *[other] every { $hours } hours + } + +carddav-readonly-label = + .label = Read-only + .accesskey = R diff --git a/comm/mail/locales/en-US/messenger/addressbook/aboutAddressBook.ftl b/comm/mail/locales/en-US/messenger/addressbook/aboutAddressBook.ftl new file mode 100644 index 0000000000..cd3e13fd05 --- /dev/null +++ b/comm/mail/locales/en-US/messenger/addressbook/aboutAddressBook.ftl @@ -0,0 +1,299 @@ +# 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/. + +about-addressbook-title = Address Book + +## Toolbar + +about-addressbook-toolbar-new-address-book = + .label = New Address Book +about-addressbook-toolbar-add-carddav-address-book = + .label = Add CardDAV Address Book +about-addressbook-toolbar-add-ldap-address-book = + .label = Add LDAP Address Book +about-addressbook-toolbar-new-contact = + .label = New Contact +about-addressbook-toolbar-new-list = + .label = New List +about-addressbook-toolbar-import = + .label = Import + +## Books + +all-address-books-row = + .title = All Address Books +all-address-books = All Address Books + +# Variables: +# $name (String) - The name of the selected book/list. +# $count (Number) - The number of contacts in the selected book/list. +about-addressbook-card-count = Total contacts in { $name }: { $count } +# Variables: +# $count (Number) - The number of contacts in all address books. +about-addressbook-card-count-all = Total contacts in all address books: { $count } + +about-addressbook-books-context-properties = + .label = Properties +about-addressbook-books-context-edit-list = + .label = Edit list +about-addressbook-books-context-synchronize = + .label = Synchronize +about-addressbook-books-context-edit = + .label = Edit +about-addressbook-books-context-print = + .label = Print… +about-addressbook-books-context-export = + .label = Export… +about-addressbook-books-context-delete = + .label = Delete +about-addressbook-books-context-remove = + .label = Remove +about-addressbook-books-context-startup-default = + .label = Default startup directory + +about-addressbook-confirm-delete-book-title = Delete Address Book +# Variables: +# $name (String) - Name of the address book to be deleted. +about-addressbook-confirm-delete-book = + Are you sure you want to delete { $name } and all of its contacts? +about-addressbook-confirm-remove-remote-book-title = Remove Address Book +# Variables: +# $name (String) - Name of the remote address book to be removed. +about-addressbook-confirm-remove-remote-book = + Are you sure you want to remove { $name }? + +## Cards + +# Variables: +# $name (String) - Name of the address book that will be searched. +about-addressbook-search = + .placeholder = Search { $name } +about-addressbook-search-all = + .placeholder = Search all address books + +about-addressbook-sort-button2 = + .title = List display options + +about-addressbook-name-format-display = + .label = Display Name +about-addressbook-name-format-firstlast = + .label = First Last +about-addressbook-name-format-lastfirst = + .label = Last, First + +about-addressbook-sort-name-ascending = + .label = Sort by name (A > Z) +about-addressbook-sort-name-descending = + .label = Sort by name (Z > A) +about-addressbook-sort-email-ascending = + .label = Sort by email address (A > Z) +about-addressbook-sort-email-descending = + .label = Sort by email address (Z > A) + +about-addressbook-table-layout = + .label = Table layout + +## Card column headers +## Each string is listed here twice, and the values should match. + +about-addressbook-column-header-generatedname2 = Name + .title = Sort by name +about-addressbook-column-label-generatedname2 = + .label = Name + +about-addressbook-column-header-emailaddresses2 = Email Addresses + .title = Sort by email addresses +about-addressbook-column-label-emailaddresses2 = + .label = Email Addresses + +about-addressbook-column-header-nickname2 = Nickname + .title = Sort by nickname +about-addressbook-column-label-nickname2 = + .label = Nickname + +about-addressbook-column-header-phonenumbers2 = Phone Numbers + .title = Sort by phone numbers +about-addressbook-column-label-phonenumbers2 = + .label = Phone Numbers + +about-addressbook-column-header-addresses2 = Addresses + .title = Sort by addresses +about-addressbook-column-label-addresses2 = + .label = Addresses + +about-addressbook-column-header-title2 = Title + .title = Sort by title +about-addressbook-column-label-title2 = + .label = Title + +about-addressbook-column-header-department2 = Department + .title = Sort by department +about-addressbook-column-label-department2 = + .label = Department + +about-addressbook-column-header-organization2 = Organization + .title = Sort by organization +about-addressbook-column-label-organization2 = + .label = Organization + +about-addressbook-column-header-addrbook2 = Address Book + .title = Sort by address book +about-addressbook-column-label-addrbook2 = + .label = Address Book + +about-addressbook-cards-context-write = + .label = Write + +about-addressbook-confirm-delete-mixed-title = Delete Contacts and Lists +# Variables: +# $count (Number) - The number of contacts and lists to be deleted. Always greater than 1. +about-addressbook-confirm-delete-mixed = + Are you sure you want to delete these { $count } contacts and lists? +# Variables: +# $count (Number) - The number of lists to be deleted. +about-addressbook-confirm-delete-lists-title = + { $count -> + [one] Delete List + *[other] Delete Lists + } +# Variables: +# $count (Number) - The number of lists to be deleted. +# $name (String) - The name of the list to be deleted, if $count is 1. +about-addressbook-confirm-delete-lists = + { $count -> + [one] Are you sure you want to delete the list { $name }? + *[other] Are you sure you want to delete these { $count } lists? + } +# Variables: +# $count (Number) - The number of contacts to be removed. +about-addressbook-confirm-remove-contacts-title = + { $count -> + [one] Remove Contact + *[other] Remove Contacts + } +# Variables: +# $name (String) - The name of the contact to be removed. +# $list (String) - The name of the list that contacts will be removed from. +about-addressbook-confirm-remove-contacts-single = + Are you sure you want to remove { $name } from { $list }? +# Variables: +# $count (Number) - The number of contacts to be removed. +# $list (String) - The name of the list that contacts will be removed from. +about-addressbook-confirm-remove-contacts-multi = + { $count -> + *[other] Are you sure you want to remove these { $count } contacts from { $list }? + } +# Variables: +# $count (Number) - The number of contacts to be deleted. +about-addressbook-confirm-delete-contacts-title = + { $count -> + [one] Delete Contact + *[other] Delete Contacts + } +# Variables: +# $name (String) - The name of the contact to be deleted. +about-addressbook-confirm-delete-contacts-single = + Are you sure you want to delete the contact { $name }? +# Variables: +# $count (Number) - The number of contacts to be deleted. +about-addressbook-confirm-delete-contacts-multi = + { $count -> + *[other] Are you sure you want to delete these { $count } contacts? + } + +## Card list placeholder +## Shown when there are no cards in the list + +about-addressbook-placeholder-empty-book = No contacts available +about-addressbook-placeholder-new-contact = New Contact +about-addressbook-placeholder-search-only = This address book shows contacts only after a search +about-addressbook-placeholder-searching = Searching… +about-addressbook-placeholder-no-search-results = No contacts found + +## Details + +# Variables: +# $count (Number) - The number of selected items (will never be fewer than 2). +about-addressbook-selection-mixed-header2 = + { $count -> + *[other] { $count } selected address book entries + } +# Variables: +# $count (Number) - The number of selected contacts +about-addressbook-selection-contacts-header2 = + { $count -> + [one] { $count } selected contact + *[other] { $count } selected contacts + } +# Variables: +# $count (Number) - The number of selected lists +about-addressbook-selection-lists-header2 = + { $count -> + [one] { $count } selected list + *[other] { $count } selected lists + } + +about-addressbook-details-edit-photo = + .title = Edit contact photo + +about-addressbook-new-contact-header = New Contact + +about-addressbook-prefer-display-name = Prefer display name over message header + +about-addressbook-write-action-button = Write +about-addressbook-event-action-button = Event +about-addressbook-search-action-button = Search +about-addressbook-new-list-action-button = New List + +about-addressbook-begin-edit-contact-button = Edit +about-addressbook-delete-edit-contact-button = Delete +about-addressbook-cancel-edit-contact-button = Cancel +about-addressbook-save-edit-contact-button = Save + +about-addressbook-add-contact-to = Add to: + +about-addressbook-details-email-addresses-header = Email Addresses +about-addressbook-details-phone-numbers-header = Phone Numbers +about-addressbook-details-addresses-header = Addresses +about-addressbook-details-notes-header = Notes +about-addressbook-details-impp-header = Instant Messaging +about-addressbook-details-websites-header = Websites +about-addressbook-details-other-info-header = Other Information + +about-addressbook-entry-type-work = Work +about-addressbook-entry-type-home = Home +about-addressbook-entry-type-fax = Fax +# Or "Mobile" +about-addressbook-entry-type-cell = Cell +about-addressbook-entry-type-pager = Pager + +about-addressbook-entry-name-birthday = Birthday +about-addressbook-entry-name-anniversary = Anniversary +about-addressbook-entry-name-title = Title +about-addressbook-entry-name-role = Role +about-addressbook-entry-name-organization = Organization +about-addressbook-entry-name-website = Website +about-addressbook-entry-name-time-zone = Time Zone +about-addressbook-entry-name-custom1 = Custom 1 +about-addressbook-entry-name-custom2 = Custom 2 +about-addressbook-entry-name-custom3 = Custom 3 +about-addressbook-entry-name-custom4 = Custom 4 + +about-addressbook-unsaved-changes-prompt-title = Unsaved Changes +about-addressbook-unsaved-changes-prompt = Do you want to save your changes before leaving the edit view? + +# Photo dialog + +about-addressbook-photo-drop-target = Drop or paste a photo here, or click to select a file. +about-addressbook-photo-drop-loading = Loading photo… +about-addressbook-photo-drop-error = Failed to load photo. +about-addressbook-photo-filepicker-title = Select an image file + +about-addressbook-photo-discard = Discard existing photo +about-addressbook-photo-cancel = Cancel +about-addressbook-photo-save = Save + +# Keyboard shortcuts + +about-addressbook-new-contact-key = N diff --git a/comm/mail/locales/en-US/messenger/addressbook/fieldMapImport.ftl b/comm/mail/locales/en-US/messenger/addressbook/fieldMapImport.ftl new file mode 100644 index 0000000000..5e39bf05ea --- /dev/null +++ b/comm/mail/locales/en-US/messenger/addressbook/fieldMapImport.ftl @@ -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/. + +import-ab-csv-dialog-title = Import Address Book from Text File + +# $recordNumber (Number) - The current record number of the preview data. +import-ab-csv-preview-record-number = Preview of the data import for record { $recordNumber } + +import-ab-csv-dialog = + .buttonlabelaccept = Import + .buttonaccesskeyaccept = I diff --git a/comm/mail/locales/en-US/messenger/addressbook/vcard.ftl b/comm/mail/locales/en-US/messenger/addressbook/vcard.ftl new file mode 100644 index 0000000000..febae64507 --- /dev/null +++ b/comm/mail/locales/en-US/messenger/addressbook/vcard.ftl @@ -0,0 +1,189 @@ +# 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/. + +# Display Name + +vcard-displayname = Display name + +vcard-displayname-placeholder = + .placeholder = { vcard-displayname } + +# Type selection + +vcard-entry-type-label = Type + +vcard-entry-type-home = Home + +vcard-entry-type-work = Work + +vcard-entry-type-none = None + +vcard-entry-type-custom = Custom + +# N vCard field + +vcard-name-header = Name + +vcard-n-prefix = Prefix + +vcard-n-add-prefix = + .title = Add prefix + +vcard-n-firstname = First name + +vcard-n-add-firstname = + .title = Add first name + +vcard-n-middlename = Middle name + +vcard-n-add-middlename = + .title = Add middle name + +vcard-n-lastname = Last name + +vcard-n-add-lastname = + .title = Add last name + +vcard-n-suffix = Suffix + +vcard-n-add-suffix = + .title = Add suffix + +# Nickname + +vcard-nickname = Nickname + +# Email vCard field + +vcard-email-header = Email Addresses + +vcard-email-add = Add email address + +vcard-email-label = Email address + +vcard-primary-email-label = Default + +# URL vCard field + +vcard-url-header = Websites + +vcard-url-add = Add website + +vcard-url-label = Website + +# Tel vCard field + +vcard-tel-header = Phone Numbers + +vcard-tel-add = Add phone number + +vcard-tel-label = Phone number + +# Or "Mobile" +vcard-entry-type-cell = Cell + +vcard-entry-type-fax = Fax + +vcard-entry-type-pager = Pager + +# TZ vCard field + +vcard-tz-header = Time Zone + +vcard-tz-add = Add time zone + +# IMPP vCard field + +vcard-impp2-header = Instant Messaging + +vcard-impp-add = Add chat account + +vcard-impp-label = Chat account + +vcard-impp-select = Protocol +vcard-impp-option-other = Other + +vcard-impp-input-label = URI +vcard-impp-input-title = URI for instant messaging + +# BDAY and ANNIVERSARY vCard field + +vcard-bday-anniversary-header = Special Dates + +vcard-bday-anniversary-add = Add special date + +vcard-bday-label = Birthday + +vcard-anniversary-label = Anniversary + +vcard-date-day = Day + +vcard-date-month = Month + +vcard-date-year = Year + +# ADR vCard field + +vcard-adr-header = Addresses + +vcard-adr-add = Add address + +vcard-adr-label = Address + +vcard-adr-delivery-label = Delivery label + +vcard-adr-street = Street address + +# Or "Locality" +vcard-adr-locality = City + +# Or "Region" +vcard-adr-region = State/Province + +# The term "ZIP code" only applies in USA. Most locales should use "Postal code" only. +vcard-adr-code = ZIP/Postal code + +vcard-adr-country = Country + +# NOTE vCard field + +vcard-note-header = Notes + +vcard-note-add = Add note + +# TITLE, ROLE and ORGANIZATION vCard fields + +vcard-org-header = Organizational Properties + +vcard-org-add = Add organizational properties + +vcard-org-title = Title +vcard-org-title-input = + .title = Position or job + .placeholder = Job title + +vcard-org-role = Role +vcard-org-role-input = + .title = Function or part played in a particular situation + .placeholder = Role in a project + +vcard-org-org = Organization +vcard-org-org-input = + .title = Organizational name + .placeholder = Company name +vcard-org-org-unit = Department +vcard-org-org-unit-input = + .title = Organizational unit name + .placeholder = Department + +# Custom properties + +vcard-custom-header = Custom Properties + +vcard-custom-add = Add custom properties + +vcard-remove-button-title = + .title = Remove + +vcard-remove-button = Remove |