diff options
Diffstat (limited to 'l10n-es-AR/mail/messenger/addressbook/vcard.ftl')
-rw-r--r-- | l10n-es-AR/mail/messenger/addressbook/vcard.ftl | 193 |
1 files changed, 193 insertions, 0 deletions
diff --git a/l10n-es-AR/mail/messenger/addressbook/vcard.ftl b/l10n-es-AR/mail/messenger/addressbook/vcard.ftl new file mode 100644 index 0000000000..b1e187f7be --- /dev/null +++ b/l10n-es-AR/mail/messenger/addressbook/vcard.ftl @@ -0,0 +1,193 @@ +# 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 = Nombre para mostrar + +vcard-displayname-placeholder = + .placeholder = { vcard-displayname } + +# Type selection + +vcard-entry-type-label = Tipo + +vcard-entry-type-home = Casa + +vcard-entry-type-work = Trabajo + +vcard-entry-type-none = Ninguno + +vcard-entry-type-custom = Personalizado + +# N vCard field + +vcard-name-header = Nombre + +vcard-n-prefix = Prefijo + +vcard-n-add-prefix = + .title = Agregar prefijo + +vcard-n-firstname = Nombre + +vcard-n-add-firstname = + .title = Agregar nombre + +vcard-n-middlename = Segundo nombre + +vcard-n-add-middlename = + .title = Agregar segundo nombre + +vcard-n-lastname = Apellido + +vcard-n-add-lastname = + .title = Agregar apellido + +vcard-n-suffix = Sufijo + +vcard-n-add-suffix = + .title = Agregar sufijo + +# Nickname + +vcard-nickname = Apodo + +# Email vCard field + +vcard-email-header = Direcciones de correo electrónico + +vcard-email-add = Agregar dirección de correo electrónico + +vcard-email-label = Dirección de correo electrónico + +vcard-primary-email-label = Predeterminado + +# URL vCard field + +vcard-url-header = Sitios web + +vcard-url-add = Agregar sitio web + +vcard-url-label = Sitio web + +# Tel vCard field + +vcard-tel-header = Números de teléfono + +vcard-tel-add = Agregar número de teléfono + +vcard-tel-label = Número de teléfono + +# Or "Mobile" +vcard-entry-type-cell = Celular + +vcard-entry-type-fax = Fax + +vcard-entry-type-pager = Buscapersonas + +# TZ vCard field + +vcard-tz-header = Huso horario + +vcard-tz-add = Agregar huso horario + +# IMPP vCard field + +vcard-impp2-header = Mensajería instantánea + +vcard-impp-add = Agregar cuenta de chat + +vcard-impp-label = Cuenta de chat + +vcard-impp-select = Protocolo +vcard-impp-option-other = Otros + +vcard-impp-input-label = URI +vcard-impp-input-title = URI para mensajería instantánea + +# BDAY and ANNIVERSARY vCard field + +vcard-bday-anniversary-header = Fechas especiales + +vcard-bday-anniversary-add = Agregar fecha especial + +vcard-bday-label = Cumpleaños + +vcard-anniversary-label = Aniversario + +vcard-date-day = Día + +vcard-date-month = Mes + +vcard-date-year = Año + +# ADR vCard field + +vcard-adr-header = Direcciones + +vcard-adr-add = Agregar dirección + +vcard-adr-label = Dirección + +vcard-adr-delivery-label = Etiqueta de entrega + +vcard-adr-street = Dirección de la calle + +# Or "Locality" +vcard-adr-locality = Ciudad + +# Or "Region" +vcard-adr-region = Estado/provincia + +# The term "ZIP code" only applies in USA. Most locales should use "Postal code" only. +vcard-adr-code = Zip/Código postal + +vcard-adr-country = País + +# NOTE vCard field + +vcard-note-header = Notas + +vcard-note-add = Agregar nota + +# TITLE, ROLE and ORGANIZATION vCard fields + +vcard-org-header = Propiedades organizativas + +vcard-org-add = Agregar propiedades organizativas + +vcard-org-title = Título + +vcard-org-title-input = + .title = Puesto o trabajo + .placeholder = Título del puesto + +vcard-org-role = Rol + +vcard-org-role-input = + .title = Función o papel jugado en una situación particular + .placeholder = Rol en un proyecto + +vcard-org-org = Organización + +vcard-org-org-input = + .title = Nombre de la organización + .placeholder = Nombre de la compañía +vcard-org-org-unit = Departamento +vcard-org-org-unit-input = + .title = Nombre de la unidad de la Organización + .placeholder = Departamento + +# Custom properties + +vcard-custom-header = Propiedades personalizadas + +vcard-custom-add = Agregar propiedades personalizadas + +vcard-remove-button-title = + .title = Eliminar + +vcard-remove-button = Eliminar |