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-es-AR/mail/chrome/messenger/addressbook | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.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-es-AR/mail/chrome/messenger/addressbook')
12 files changed, 954 insertions, 0 deletions
diff --git a/l10n-es-AR/mail/chrome/messenger/addressbook/abAddressBookNameDialog.dtd b/l10n-es-AR/mail/chrome/messenger/addressbook/abAddressBookNameDialog.dtd new file mode 100644 index 0000000000..5bb126503f --- /dev/null +++ b/l10n-es-AR/mail/chrome/messenger/addressbook/abAddressBookNameDialog.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 name.label "Nombre de la libreta de direcciones"> +<!ENTITY name.accesskey "a"> diff --git a/l10n-es-AR/mail/chrome/messenger/addressbook/abCard.dtd b/l10n-es-AR/mail/chrome/messenger/addressbook/abCard.dtd new file mode 100644 index 0000000000..b7c50e7de4 --- /dev/null +++ b/l10n-es-AR/mail/chrome/messenger/addressbook/abCard.dtd @@ -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/. --> + +<!ENTITY Contact.tab "Contacto"> +<!ENTITY Contact.accesskey "C"> +<!ENTITY Name.box "Nombre"> + +<!-- 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 "Nombre:"> +<!ENTITY NameField1.accesskey "N"> +<!ENTITY NameField2.label "Apellido:"> +<!ENTITY NameField2.accesskey "L"> +<!ENTITY PhoneticField1.label "Nombre fonético:"> +<!ENTITY PhoneticField2.label "Nombre fonético:"> +<!ENTITY DisplayName.label "Mostrar:"> +<!ENTITY DisplayName.accesskey "M"> +<!ENTITY preferDisplayName.label "Siempre preferir el nombre para mostrar sobre el encabezado del mensaje"> +<!ENTITY preferDisplayName.accesskey "y"> +<!ENTITY NickName.label "Apodo:"> +<!ENTITY NickName.accesskey "B"> + +<!ENTITY PrimaryEmail.label "Correo electrónico:"> +<!ENTITY PrimaryEmail.accesskey "E"> +<!ENTITY SecondEmail.label "Otro correo electrónico:"> +<!ENTITY SecondEmail.accesskey "i"> +<!ENTITY PreferMailFormat.label "Prefiere recibir el mensaje formateado como:"> +<!ENTITY PreferMailFormat.accesskey "v"> +<!ENTITY PlainText.label "Texto sin formato"> +<!ENTITY HTML.label "HTML"> +<!ENTITY Unknown.label "Desconocido"> +<!ENTITY chatName.label "Nombre de chat:"> + +<!ENTITY WorkPhone.label "Trabajo:"> +<!ENTITY WorkPhone.accesskey "j"> +<!ENTITY HomePhone.label "Casa:"> +<!ENTITY HomePhone.accesskey "C"> +<!ENTITY FaxNumber.label "Fax:"> +<!ENTITY FaxNumber.accesskey "x"> +<!ENTITY PagerNumber.label "Buscapersonas:"> +<!ENTITY PagerNumber.accesskey "r"> +<!ENTITY CellularNumber.label "Teléfono celular:"> +<!ENTITY CellularNumber.accesskey "e"> + +<!ENTITY Home.tab "Privado"> +<!ENTITY Home.accesskey "P"> +<!ENTITY HomeAddress.label "Dirección:"> +<!ENTITY HomeAddress.accesskey "d"> +<!ENTITY HomeAddress2.label ""> +<!ENTITY HomeAddress2.accesskey ""> +<!ENTITY HomeCity.label "Ciudad:"> +<!ENTITY HomeCity.accesskey "u"> +<!ENTITY HomeState.label "Provincia/estado:"> +<!ENTITY HomeState.accesskey "S"> +<!ENTITY HomeZipCode.label "Código postal:"> +<!ENTITY HomeZipCode.accesskey "o"> +<!ENTITY HomeCountry.label "País:"> +<!ENTITY HomeCountry.accesskey "a"> +<!ENTITY HomeWebPage.label "Página web:"> +<!ENTITY HomeWebPage.accesskey "w"> +<!ENTITY Birthday.label "Cumpleaños:"> +<!ENTITY Birthday.accesskey "p"> +<!ENTITY Month.placeholder "Mes"> +<!ENTITY Day.placeholder "Día"> +<!ENTITY Year.placeholder "Año"> +<!ENTITY Age.label "Edad:"> +<!ENTITY Age.placeholder "Edad"> + +<!ENTITY Work.tab "Trabajo"> +<!ENTITY Work.accesskey "W"> +<!ENTITY JobTitle.label "Título:"> +<!ENTITY JobTitle.accesskey "i"> +<!ENTITY Department.label "Departamento:"> +<!ENTITY Department.accesskey "m"> +<!ENTITY Company.label "Organización:"> +<!ENTITY Company.accesskey "n"> +<!ENTITY WorkAddress.label "Dirección:"> +<!ENTITY WorkAddress.accesskey "d"> +<!ENTITY WorkAddress2.label ""> +<!ENTITY WorkAddress2.accesskey ""> +<!ENTITY WorkCity.label "Ciudad:"> +<!ENTITY WorkCity.accesskey "u"> +<!ENTITY WorkState.label "Provincia/estado:"> +<!ENTITY WorkState.accesskey "S"> +<!ENTITY WorkZipCode.label "Código postal:"> +<!ENTITY WorkZipCode.accesskey "o"> +<!ENTITY WorkCountry.label "País:"> +<!ENTITY WorkCountry.accesskey "a"> +<!ENTITY WorkWebPage.label "Página web:"> +<!ENTITY WorkWebPage.accesskey "w"> + +<!ENTITY Other.tab "Otros"> +<!ENTITY Other.accesskey "O"> +<!ENTITY Custom1.label "Personalizado 1:"> +<!ENTITY Custom1.accesskey "1"> +<!ENTITY Custom2.label "Personalizado 2:"> +<!ENTITY Custom2.accesskey "2"> +<!ENTITY Custom3.label "Personalizado 3:"> +<!ENTITY Custom3.accesskey "3"> +<!ENTITY Custom4.label "Personalizado 4:"> +<!ENTITY Custom4.accesskey "4"> +<!ENTITY Notes.label "Notas:"> +<!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 AIM2.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 MSN2.accesskey "N"> +<!ENTITY ICQ.label "ICQ:"> +<!ENTITY ICQ.accesskey "I"> +<!ENTITY XMPP.label "Jabber ID:"> +<!ENTITY XMPP.accesskey "J"> +<!ENTITY IRC.label "Apodo en IRC:"> +<!ENTITY IRC.accesskey "R"> + +<!ENTITY Photo.tab "Foto"> +<!ENTITY Photo.accesskey "o"> +<!ENTITY GenericPhoto.label "Foto genérica"> +<!ENTITY GenericPhoto.accesskey "G"> +<!ENTITY DefaultPhoto.label "Predeterminado"> +<!ENTITY PhotoFile.label "En esta computadora"> +<!ENTITY PhotoFile.accesskey "n"> +<!ENTITY BrowsePhoto.label "Examinar"> +<!ENTITY BrowsePhoto.accesskey "x"> +<!ENTITY PhotoURL.label "En la web"> +<!ENTITY PhotoURL.accesskey "b"> +<!ENTITY PhotoURL.placeholder "Pegar o escribir la dirección web de una foto"> +<!ENTITY UpdatePhoto.label "Actualizar"> +<!ENTITY UpdatePhoto.accesskey "u"> +<!ENTITY PhotoDropTarget.label "Arrastrar la foto nueva aquí"> diff --git a/l10n-es-AR/mail/chrome/messenger/addressbook/abContactsPanel.dtd b/l10n-es-AR/mail/chrome/messenger/addressbook/abContactsPanel.dtd new file mode 100644 index 0000000000..10bd7ca2b7 --- /dev/null +++ b/l10n-es-AR/mail/chrome/messenger/addressbook/abContactsPanel.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/. --> + +<!ENTITY propertiesMenu.label "Propiedades"> +<!ENTITY propertiesMenu.accesskey "i"> +<!ENTITY propertiesCmd.key "i"> +<!ENTITY abPropertiesMenu.label "Propiedades de libreta de direcciones"> +<!ENTITY abPropertiesMenu.accesskey "i"> +<!ENTITY contactPropertiesMenu.label "Propiedades de contacto"> +<!ENTITY contactPropertiesMenu.accesskey "i"> +<!ENTITY mailingListPropertiesMenu.label "Propiedades de lista de correo"> +<!ENTITY mailingListPropertiesMenu.accesskey "i"> + +<!ENTITY abContextMenuButton.tooltip "Mostrar menú contextual de la libreta de direcciones"> +<!ENTITY addressbookPicker.label "Libreta de direcciones:"> +<!ENTITY addressbookPicker.accesskey "d"> +<!ENTITY searchContacts.label "Buscar contactos:"> +<!ENTITY searchContacts.accesskey "n"> +<!ENTITY SearchNameOrEmail.label "Nombre o Correo electrónico"> + +<!ENTITY addtoToFieldMenu.label "Agregar a campo Para"> +<!ENTITY addtoToFieldMenu.accesskey "A"> +<!ENTITY addtoCcFieldMenu.label "Agregar a campo CC"> +<!ENTITY addtoCcFieldMenu.accesskey "C"> +<!ENTITY addtoBccFieldMenu.label "Agregar a campo CCO"> +<!ENTITY addtoBccFieldMenu.accesskey "O"> +<!ENTITY deleteAddrBookCard.label "Borrar"> +<!ENTITY deleteAddrBookCard.accesskey "B"> +<!ENTITY propertiesContext.label "Propiedades"> +<!ENTITY propertiesContext.accesskey "i"> +<!ENTITY abPropertiesContext.label "Propiedades"> +<!ENTITY abPropertiesContext.accesskey "i"> +<!ENTITY editContactContext.label "Editar contacto"> +<!ENTITY editContactContext.accesskey "E"> +<!ENTITY editMailingListContext.label "Editar lista"> +<!ENTITY editMailingListContext.accesskey "E"> + +<!ENTITY newContactAbContext.label "Nuevo contacto"> +<!ENTITY newContactAbContext.accesskey "C"> +<!ENTITY newListAbContext.label "Nueva lista"> +<!ENTITY newListAbContext.accesskey "l"> + +<!ENTITY toButton.label "Agregar a Para:"> +<!ENTITY toButton.accesskey "A"> +<!ENTITY ccButton.label "Agregar a CC:"> +<!ENTITY ccButton.accesskey "C"> +<!ENTITY bccButton.label "Agregar a CCO:"> +<!ENTITY bccButton.accesskey "O"> diff --git a/l10n-es-AR/mail/chrome/messenger/addressbook/abMailListDialog.dtd b/l10n-es-AR/mail/chrome/messenger/addressbook/abMailListDialog.dtd new file mode 100644 index 0000000000..c4da838688 --- /dev/null +++ b/l10n-es-AR/mail/chrome/messenger/addressbook/abMailListDialog.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/. --> + +<!-- Title --> +<!ENTITY mailListWindowAdd.title "Nueva lista de correo"> + +<!-- Labels and Access Keys --> +<!ENTITY addToAddressBook.label "Añadir a:"> +<!ENTITY addToAddressBook.accesskey "A"> +<!ENTITY ListName.label "Nombre de lista:"> +<!ENTITY ListName.accesskey "l"> +<!ENTITY ListNickName.label "Apodo de lista:"> +<!ENTITY ListNickName.accesskey "p"> +<!ENTITY ListDescription.label "Descripción:"> +<!ENTITY ListDescription.accesskey "e"> +<!-- See bug 58485, when we implement drag and drop, add 'or drag addresses' back in --> +<!ENTITY AddressTitle.label "Escriba direcciones de correo para añadirlas a la lista:"> +<!ENTITY AddressTitle.accesskey "E"> +<!ENTITY UpButton.label "Subir"> +<!ENTITY DownButton.label "Bajar"> + diff --git a/l10n-es-AR/mail/chrome/messenger/addressbook/abMainWindow.dtd b/l10n-es-AR/mail/chrome/messenger/addressbook/abMainWindow.dtd new file mode 100644 index 0000000000..dd764fcbb6 --- /dev/null +++ b/l10n-es-AR/mail/chrome/messenger/addressbook/abMainWindow.dtd @@ -0,0 +1,221 @@ +<!-- 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 addressbookWindow.title "Libreta de direcciones"> +<!ENTITY blankResultsPaneMessage.label "Esta libreta de direcciones muestra contactos solamente después de una búsqueda"> +<!ENTITY localResultsOnlyMessage.label "Los contactos de libretas de direcciones remotas no se muestran hasta que los busque"> + +<!-- File Menu --> +<!ENTITY fileMenu.label "Archivo"> +<!ENTITY fileMenu.accesskey "A"> +<!ENTITY newMenu.label "Nuevo"> +<!ENTITY newMenu.accesskey "N"> +<!ENTITY newContact.label "Contacto de libreta de direcciones…"> +<!ENTITY newContact.accesskey "C"> +<!ENTITY newContact.key "N"> +<!ENTITY newListCmd.label "Lista de correo…"> +<!ENTITY newListCmd.accesskey "L"> +<!ENTITY newAddressBookCmd.label "Libreta de direcciones…"> +<!ENTITY newAddressBookCmd.accesskey "b"> +<!ENTITY newCardDAVBookCmd.label "Libreta de direcciones CardDAV..."> +<!ENTITY newCardDAVBookCmd.accesskey "V"> +<!ENTITY newLDAPDirectoryCmd.label "Directorio LDAP…"> +<!ENTITY newLDAPDirectoryCmd.accesskey "D"> +<!ENTITY newMessageCmd.label "Mensaje"> +<!ENTITY newMessageCmd.key "M"> +<!ENTITY newMessageCmd.accesskey "M"> +<!-- LOCALIZATION NOTE (osxAddressBook) : These entities are only used on Mac --> +<!ENTITY osxAddressBook.label "Utilizar Libreta de direcciones de Mac OS X"> +<!ENTITY osxAddressBook.accesskey "O"> +<!ENTITY closeCmd.label "Cerrar"> +<!ENTITY closeCmd.key "W"> +<!ENTITY closeCmd.accesskey "C"> +<!ENTITY printSetupCmd.label "Configurar página…"> +<!ENTITY printSetupCmd.accesskey "u"> +<!ENTITY printPreviewContactCmd.label "Vista previa del contacto"> +<!ENTITY printPreviewContactCmd.accesskey "v"> +<!ENTITY printPreviewAddressBook.label "Vista previa de la libreta de direcciones"> +<!ENTITY printPreviewAddressBook.accesskey "b"> +<!ENTITY printContactCmd.label "Imprimir contacto…"> +<!ENTITY printContactCmd.accesskey "P"> +<!ENTITY printContactCmd.key "P"> +<!ENTITY printAddressBook.label "Imprimir libreta de direcciones…"> +<!ENTITY printAddressBook.accesskey "a"> + +<!-- Edit Menu --> +<!ENTITY editMenu.label "Editar"> +<!ENTITY editMenu.accesskey "E"> +<!ENTITY deleteCmd.label "Borrar"> +<!ENTITY deleteAbCmd.label "Borrar libreta de direcciones"> +<!ENTITY deleteContactCmd.label "Borrar contacto"> +<!ENTITY deleteContactsCmd.label "Borrar contactos"> +<!ENTITY deleteListCmd.label "Borrar lista"> +<!ENTITY deleteListsCmd.label "Borrar listas seleccionadas"> +<!ENTITY deleteItemsCmd.label "Borrar elementos"> +<!ENTITY searchAddressesCmd.key "f"> +<!ENTITY propertiesMenu.label "Propiedades"> +<!ENTITY propertiesMenu.accesskey "i"> +<!ENTITY propertiesCmd.key "i"> +<!ENTITY abPropertiesMenu.label "Propiedades de libreta de direcciones"> +<!ENTITY abPropertiesMenu.accesskey "i"> +<!ENTITY contactPropertiesMenu.label "Propiedades de contacto"> +<!ENTITY contactPropertiesMenu.accesskey "i"> +<!ENTITY mailingListPropertiesMenu.label "Propiedades de lista de correo"> +<!ENTITY mailingListPropertiesMenu.accesskey "i"> + +<!-- View Menu --> +<!ENTITY viewMenu.label "Ver"> +<!ENTITY viewMenu.accesskey "V"> +<!ENTITY viewToolbarsMenu.label "Barras de herramientas"> +<!ENTITY viewToolbarsMenu.accesskey "h"> +<!ENTITY menubarCmd.label "Barra de menú"> +<!ENTITY menubarCmd.accesskey "m"> +<!ENTITY showAbToolbarCmd.label "Barra de herramientas de la libreta de direcciones"> +<!ENTITY showAbToolbarCmd.accesskey "o"> +<!ENTITY showTaskbarCmd.label "Barra de estado"> +<!ENTITY showTaskbarCmd.accesskey "s"> +<!ENTITY customizeToolbar.label "Personalizar…"> +<!ENTITY customizeToolbar.accesskey "P"> +<!ENTITY layoutMenu.label "Disposición"> +<!ENTITY layoutMenu.accesskey "D"> +<!ENTITY showDirectoryPane.label "Vista de guía"> +<!ENTITY showDirectoryPane.accesskey "V"> +<!ENTITY showContactPane2.label "Vista de contactos"> +<!ENTITY showContactPane2.accesskey "c"> +<!ENTITY menu_ShowNameAs.label "Mostrar nombre como"> +<!ENTITY menu_ShowNameAs.accesskey "n"> +<!-- LOCALIZATION NOTE (firstLastCmd2.label): We're not including a comma here +because displayed names don't have the comma in between. --> +<!ENTITY firstLastCmd2.label "Nombre y apellido"> +<!ENTITY firstLastCmd2.accesskey "N"> +<!ENTITY lastFirstCmd.label "Apellido, nombre"> +<!ENTITY lastFirstCmd.accesskey "l"> +<!ENTITY displayNameCmd.label "Nombre mostrado"> +<!ENTITY displayNameCmd.accesskey "d"> +<!ENTITY sortMenu.label "Ordenar por"> +<!ENTITY sortMenu.accesskey "O"> + +<!-- Tools Menu --> +<!ENTITY tasksMenu.label "Herramientas"> +<!ENTITY tasksMenu.accesskey "t"> +<!ENTITY messengerCmd.label "Correo y noticias"> +<!ENTITY messengerCmd.accesskey "o"> +<!ENTITY messengerCmd.commandkey "1"> +<!ENTITY searchAddressesCmd.label "Buscar direcciones…"> +<!ENTITY searchAddressesCmd.accesskey "s"> +<!ENTITY importCmd.label "Importar…"> +<!ENTITY importCmd.accesskey "I"> +<!ENTITY exportCmd.label "Exportar…"> +<!ENTITY exportCmd.accesskey "E"> +<!ENTITY preferencesCmd2.label "Opciones"> +<!ENTITY preferencesCmd2.accesskey "n"> +<!ENTITY preferencesCmdUnix.label "Preferencias"> +<!ENTITY preferencesCmdUnix.accesskey "n"> + +<!-- Address Book Toolbar and Context Menus --> +<!ENTITY newContactButton.label "Nuevo contacto"> +<!ENTITY newContactButton.accesskey "C"> +<!ENTITY newlistButton.label "Nueva lista"> +<!ENTITY newlistButton.accesskey "l"> +<!ENTITY showAsDefault.label "Carpeta de inicio predeterminada"> +<!ENTITY showAsDefault.accesskey "a"> +<!ENTITY editPropertiesButton.label "Editar"> +<!ENTITY propertiesContext.label "Propiedades"> +<!ENTITY propertiesContext.accesskey "i"> +<!ENTITY abPropertiesContext.label "Propiedades"> +<!ENTITY abPropertiesContext.accesskey "i"> +<!ENTITY syncContext.label "Sincronizar"> +<!ENTITY syncContext.accesskey "z"> +<!ENTITY editContactContext.label "Editar contacto"> +<!ENTITY editContactContext.accesskey "E"> +<!ENTITY editMailingListContext.label "Editar lista"> +<!ENTITY editMailingListContext.accesskey "E"> +<!ENTITY newmsgButton.label "Redactar"> +<!ENTITY newmsgButton.accesskey "c"> +<!ENTITY newIM.label "Mensaje instantáneo"> +<!ENTITY newIM.accesskey "I"> +<!ENTITY printButton.label "Imprimir…"> +<!ENTITY printButton.accesskey "r"> +<!ENTITY deleteButton2.label "Borrar"> +<!ENTITY deleteButton2.accesskey "B"> + +<!-- Address Book Toolbar Tooltips --> +<!ENTITY columnChooser.tooltip "Seleccionar qué columnas quiere mostrar"> +<!ENTITY newContactButton.tooltip "Crear un nuevo contacto en la libreta de direcciones"> +<!ENTITY newlistButton.tooltip "Crear nueva lista"> +<!ENTITY editPropertiesButton.tooltip "Editar el ítem seleccionado"> +<!ENTITY editAbPropertiesButton.tooltip "Editar las propiedades de la libreta de direcciones seleccionada"> +<!ENTITY editContactPropertiesButton.tooltip "Editar el contacto seleccionado"> +<!ENTITY editMailingListPropertiesButton.tooltip "Editar la lista de correo seleccionada"> +<!ENTITY newmsgButton.tooltip "Enviar un mensaje de correo"> +<!ENTITY newIM.tooltip "Enviar un mensaje o conversación instantáneos"> +<!ENTITY deleteButton2.tooltip "Borar el ítem seleccionado"> + +<!-- Search Bar --> +<!ENTITY SearchNameOrEmail.label "El nombre o el correo electrónico contienen:"> +<!ENTITY SearchNameOrEmail.accesskey "n"> +<!ENTITY advancedButton.tooltip "Búsqueda avanzada de direcciones"> +<!ENTITY quickSearchCmd.key "k"> +<!ENTITY searchItem.title "Búsqueda rápida"> + +<!-- Results Pane --> +<!ENTITY Addrbook.label "Libreta de direcciones"> +<!ENTITY Addrbook.accesskey "b"> +<!ENTITY GeneratedName.label "Nombre"> +<!ENTITY GeneratedName.accesskey "N"> +<!ENTITY PrimaryEmail.label "Correo electrónico"> +<!ENTITY PrimaryEmail.accesskey "e"> +<!ENTITY ChatName.label "Nombre de chat"> +<!ENTITY ChatName.accesskey "c"> +<!ENTITY Company.label "Organización"> +<!ENTITY Company.accesskey "z"> +<!ENTITY NickName.label "Apodo"> +<!ENTITY NickName.accesskey "d"> +<!ENTITY SecondEmail.label "Correo electrónico adicional"> +<!ENTITY SecondEmail.accesskey "l"> +<!ENTITY Department.label "Departamento"> +<!ENTITY Department.accesskey "r"> +<!ENTITY JobTitle.label "Cargo"> +<!ENTITY JobTitle.accesskey "C"> +<!ENTITY CellularNumber.label "Teléfono celular"> +<!ENTITY CellularNumber.accesskey "u"> +<!ENTITY PagerNumber.label "Buscapersonas"> +<!ENTITY PagerNumber.accesskey "p"> +<!ENTITY FaxNumber.label "Fax"> +<!ENTITY FaxNumber.accesskey "F"> +<!ENTITY HomePhone.label "Teléfono particular"> +<!ENTITY HomePhone.accesskey "c"> +<!ENTITY WorkPhone.label "Teléfono del trabajo"> +<!ENTITY WorkPhone.accesskey "T"> +<!ENTITY sortAscending.label "Ascendente"> +<!ENTITY sortAscending.accesskey "A"> +<!ENTITY sortDescending.label "Descendente"> +<!ENTITY sortDescending.accesskey "D"> +<!ENTITY _PhoneticName.label "Nombre fonético"> +<!ENTITY _PhoneticName.accesskey "o"> + +<!-- Card Summary Pane --> +<!-- Box Headings --> +<!ENTITY contact.heading "Contacto"> +<!ENTITY home.heading "Inicio"> +<!ENTITY other.heading "Otro"> +<!ENTITY chat.heading "Chat"> +<!ENTITY phone.heading "Teléfono"> +<!ENTITY work.heading "Trabajo"> +<!-- Special Box Headings, for mailing lists --> +<!ENTITY description.heading "Descripción"> +<!ENTITY addresses.heading "Direcciones"> +<!-- For Map It! --> +<!ENTITY mapItButton.label "Obtener mapa"> +<!ENTITY mapIt.tooltip "Mostrar una página web con un mapa de esta dirección."> + +<!-- Status Bar --> +<!ENTITY statusText.label ""> + +<!-- Mac OS X Window Menu --> +<!ENTITY windowMenu.label "Ventana"> +<!ENTITY minimizeWindow.label "Minimizar ventana"> +<!ENTITY minimizeWindow.key "m"> +<!ENTITY bringAllToFront.label "Traer todo al frente"> +<!ENTITY zoomWindow.label "Acercar ventana"> diff --git a/l10n-es-AR/mail/chrome/messenger/addressbook/abNewCardDialog.dtd b/l10n-es-AR/mail/chrome/messenger/addressbook/abNewCardDialog.dtd new file mode 100644 index 0000000000..ca3df88fad --- /dev/null +++ b/l10n-es-AR/mail/chrome/messenger/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 "Añadir a:"> +<!ENTITY chooseAddressBook.accesskey "A"> diff --git a/l10n-es-AR/mail/chrome/messenger/addressbook/abResultsPane.dtd b/l10n-es-AR/mail/chrome/messenger/addressbook/abResultsPane.dtd new file mode 100644 index 0000000000..4d052638f5 --- /dev/null +++ b/l10n-es-AR/mail/chrome/messenger/addressbook/abResultsPane.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 Addrbook.label "Libreta de direcciones"> +<!ENTITY Addrbook.accesskey "B"> +<!ENTITY GeneratedName.label "Nombre"> +<!ENTITY GeneratedName.accesskey "N"> +<!ENTITY PrimaryEmail.label "Correo electrónico"> +<!ENTITY PrimaryEmail.accesskey "E"> +<!ENTITY Company.label "Organización"> +<!ENTITY Company.accesskey "z"> +<!ENTITY _PhoneticName.label "Nombre fonético"> +<!ENTITY _PhoneticName.accesskey "o"> +<!ENTITY NickName.label "Apodo"> +<!ENTITY NickName.accesskey "i"> +<!ENTITY SecondEmail.label "Otro correo electrónico"> +<!ENTITY SecondEmail.accesskey "l"> +<!ENTITY Department.label "Departamento"> +<!ENTITY Department.accesskey "r"> +<!ENTITY JobTitle.label "Título"> +<!ENTITY JobTitle.accesskey "T"> +<!ENTITY CellularNumber.label "Teléfono celular"> +<!ENTITY CellularNumber.accesskey "M"> +<!ENTITY PagerNumber.label "Buscapersonas"> +<!ENTITY PagerNumber.accesskey "P"> +<!ENTITY FaxNumber.label "Fax"> +<!ENTITY FaxNumber.accesskey "F"> +<!ENTITY HomePhone.label "Teléfono particular"> +<!ENTITY HomePhone.accesskey "o"> +<!ENTITY WorkPhone.label "Teléfono del trabajo"> +<!ENTITY WorkPhone.accesskey "j"> +<!ENTITY ChatName.label "Nombre de chat"> +<!ENTITY ChatName.accesskey "C"> +<!ENTITY sortAscending.label "Ascendente"> +<!ENTITY sortAscending.accesskey "A"> +<!ENTITY sortDescending.label "Descendente"> +<!ENTITY sortDescending.accesskey "D"> diff --git a/l10n-es-AR/mail/chrome/messenger/addressbook/addressBook.properties b/l10n-es-AR/mail/chrome/messenger/addressbook/addressBook.properties new file mode 100644 index 0000000000..3214aad424 --- /dev/null +++ b/l10n-es-AR/mail/chrome/messenger/addressbook/addressBook.properties @@ -0,0 +1,262 @@ +# 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. +# LOCALIZATION NOTE (mailingListTitleEdit): %S will be replaced by the Mailing List's display name. +mailingListTitleEdit=Editar %S +emptyListName=Debe introducir un nombre de lista. +badListNameCharacters=El nombre de una lista no puede contener ninguno de los siguientes caracteres: < > ; , " +badListNameSpaces=El nombre de una lista no puede contener múltiples espacios adyacentes. +lastFirstFormat=%S, %S +firstLastFormat=%S %S + +allAddressBooks=Todas las libretas de direcciones + +newContactTitle=Nuevo contacto +# %S will be the contact's display name +newContactTitleWithDisplayName=Nuevo contacto para %S +editContactTitle=Editar contacto +# %S will be the contact's display name +editContactTitleWithDisplayName=Editar contacto para %S +# don't translate vCard +editVCardTitle=Editar vCard +# %S will be the card's display name, don't translate vCard +editVCardTitleWithDisplayName=Editar vCard de %S + +## LOCALIZATION NOTE (cardRequiredDataMissingMessage): do not localize \n +cardRequiredDataMissingMessage=Debe ingresar al menos uno de los siguientes ítems:\nCorreo electrónico, Nombre, Apellidos, Mostrado, Organización. +cardRequiredDataMissingTitle=Falta información necesaria +incorrectEmailAddressFormatMessage=La dirección de correo electrónico primaria debe ser de la forma usuario@servidor. +incorrectEmailAddressFormatTitle=Formato de correo electrónico incorrecto + +viewListTitle=Lista de correo: %S +mailListNameExistsTitle=Ya existe la lista de correo. +mailListNameExistsMessage=Ya existe una lista de correo con ese nombre. Por favor, elija un nombre diferente. + +confirmDeleteThisContactTitle=Borrar contacto +# 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=¿Está seguro de querer borrar este contacto?\n• #1 + +confirmDelete2orMoreContactsTitle=Borrar contactos múltiples +# LOCALIZATION NOTE (confirmDelete2orMoreContacts): +# Semicolon list of plural forms. +# See: https://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=¿Está seguro de querer borrar #1 contacto?;¿Está seguro de querer borrar #1 contactos? + +confirmRemoveThisContactTitle=Eliminar contacto +# 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=¿Está seguro de querer borrar este contacto de la lista de correo '#2'?\n• #1 + +confirmRemove2orMoreContactsTitle=Eliminar contactos múltiples +# LOCALIZATION NOTE (confirmRemove2orMoreContacts): +# Semicolon list of singular and plural forms. +# See: https://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=¿Está seguro de querer borrar #1 contacto de la lista de correo '#2'?;¿Está seguro de querer borrar #1 contactos de la lista de correo '#2'? + +confirmDeleteThisMailingListTitle=Borrar lista de correo +# 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=¿Está seguro de querer borrar esta lista de correo?\n• #1 + +confirmDelete2orMoreMailingListsTitle=Borrar múltiples listas de correo +# LOCALIZATION NOTE (confirmDelete2orMoreMailingLists): +# Semicolon list of plural forms. +# See: https://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=¿Está seguro de querer borrar #1 lista de correo?;¿Está seguro de querer borrar #1 listas de correo? + +confirmDelete2orMoreContactsAndListsTitle=Borar contactos y listas de correo +# LOCALIZATION NOTE (confirmDelete2orMoreContactsAndLists): +# Semicolon list of and plural forms. +# See: https://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=¿Está seguro de querer borrar #1 contacto y lista de correo?;¿Está seguro de querer borrar #1 contactos y listas de correo? + +confirmDeleteThisAddressbookTitle=Borrar libreta de direcciones +# 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=¿Está seguro de querer borrar esta libreta de direcciones y todos sus contactos?\n• #1 + +confirmDeleteThisLDAPDirTitle=Borrar directorio local LDAP +# 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=¿Está seguro de querer borrar la copia local de este directorio LDAP y todos sus contactos sin fuera de línea?\n• #1 + +confirmDeleteThisCollectionAddressbookTitle=Eliminar libreta de direcciones de recolección +# 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=Si esta libreta de direcciones es borrada, #2 no recolectará más direcciones.\n¿Está seguro de querer borrar esta libreta de direcciones y todos sus contactos?\n• #1 + +propertyPrimaryEmail=Correo electrónico +propertyListName=Nombre de la lista +propertySecondaryEmail=Correo electrónico adicional +propertyNickname=Apodo +propertyDisplayName=Nombre mostrado +propertyWork=Teléfono del trabajo +propertyHome=Teléfono particular +propertyFax=Fax +propertyCellular=Teléfono celular +propertyPager=Buscapersonas +propertyBirthday=Cumpleaños +propertyCustom1=Personalizado 1 +propertyCustom2=Personalizado 2 +propertyCustom3=Personalizado 3 +propertyCustom4=Personalizado 4 + +propertyGtalk=Google Talk +propertyAIM=AIM +propertyYahoo=Yahoo! +propertySkype=Skype +propertyQQ=QQ +propertyMSN=MSN +propertyICQ=ICQ +propertyXMPP=ID de Jabber +propertyIRC=Nick de IRC + +## 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=Para +prefixCc=Cc +prefixBcc=Cco +addressBook=Libreta de direcciones + +# Contact photo management +browsePhoto=Foto de contacto +stateImageSave=Guardando la imagen… +errorInvalidUri=Error: La fuente de la imagen no es válida. +errorNotAvailable=Error: No se puede acceder a este archivo. +errorInvalidImage=Error: Solo se permiten las imágenes JPG, PNG y GIF. +errorSaveOperation=Error: No se pudo guardar la imagen. + +# mailnews.js +ldap_2.servers.pab.description=Libreta de direcciones personal +ldap_2.servers.history.description=Direcciones recopiladas +## 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 contact count +totalContactStatus=Contactos totales en %1$S: %2$S +noMatchFound=No se encontraron coincidencias +## 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 coincidencia encontrada;#1 coincidencias encontradas + +## 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 contacto copiado;%1$S contactos copiados + +## 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 contacto movido;%1$S contactos movidos + +# LDAP directory stuff +invalidName=Por favor, introduzca un nombre válido. +invalidHostname=Por favor, introduzca un nombre de servidor válido. +invalidPortNumber=Por favor, introduzca un número de puerto válido. +invalidResults=Por favor, introduzca un número válido en el campo de resultados. +abReplicationOfflineWarning=Tiene que estar conectado para poder realizar una replicación LDAP. **************************** +abReplicationSaveSettings=Las configuraciones deben ser guardadas antes de que un directorio pueda ser descargado. + +# For importing / exporting +## LOCALIZATION NOTE (ExportAddressBookNameTitle): %S is the name of exported addressbook +ExportAddressBookNameTitle=Exportar libreta de direcciones - %S +LDIFFiles=LDIF +CSVFiles=Separado por comas +CSVFilesSysCharset=Separado por comas (Caracteres del sistema) +CSVFilesUTF8=Separado por comas (UTF-8) +TABFiles=Delimitado por tabuladores +TABFilesSysCharset=Delimitado por tabuladores (Caracteres del sistema) +TABFilesUTF8=Delimitado por tabuladores (UTF-8) +VCFFiles=vCard +SupportedABFiles=Archivos de libreta de direcciones compatibles +failedToExportTitle=No se puede exportar +failedToExportMessageNoDeviceSpace=No se puede exportar la libreta de direcciones. No queda espacio en el dispositivo. +failedToExportMessageFileAccessDenied=No se puede exportar la libreta de direcciones, acceso al archivo denegado. + +# For getting authDN for replication using dlg box +AuthDlgTitle=Réplica LDAP de libreta de direcciones *************************************** +AuthDlgDesc=Para acceder al servidor de directorio, introduzca su usuario y contraseña. + +# LOCALIZATION NOTE(joinMeInThisChat) +# use + for spaces +joinMeInThisChat=Únete+a+mí+en+este+chat. + +# For printing +headingHome=Casa +headingWork=Trabajo +headingOther=Otro +headingChat=Chat +headingPhone=Teléfono +headingDescription=Descripción +headingAddresses=Direcciones + +## For address books +addressBookTitleNew=Nueva libreta de direcciones +# LOCALIZATION NOTE (addressBookTitleEdit): +# %S is the current name of the address book. +# Example: My Custom AB Properties +addressBookTitleEdit=Propiedades de %S +duplicateNameTitle=Nombre de libreta de direcciones duplicado +# 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=Ya existe una libreta de direcciones con este nombre:\n• %S + +# For corrupt .mab files +corruptMabFileTitle=Archivo de libreta de direcciones corrupto +corruptMabFileAlert=Una de sus libretas de direcciones (archivo %1$S) no se pudo leer. En el mismo directorio se creará un nuevo archivo %2$S y una copia del archivo antiguo, llamada %3$S. + +# For locked .mab files +lockedMabFileTitle=No se puede cargar el archivo de libreta de direcciones +lockedMabFileAlert=No se puede cargar la libreta de direcciones %S. Puede ser de sólo lectura o puede estar bloqueada por otra aplicación. Por favor, intente nuevamente. diff --git a/l10n-es-AR/mail/chrome/messenger/addressbook/ldapAutoCompErrs.properties b/l10n-es-AR/mail/chrome/messenger/addressbook/ldapAutoCompErrs.properties new file mode 100644 index 0000000000..c1902acd2f --- /dev/null +++ b/l10n-es-AR/mail/chrome/messenger/addressbook/ldapAutoCompErrs.properties @@ -0,0 +1,110 @@ +# 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. + +# 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=Problema de inicialización LDAP + +## @name ERR_STATE_INITIALIZING +## @loc none +1=Falló la conexión con el servidor LDAP + +## @name ERR_STATE_BINDING +## @loc none +2=Falló la conexión con el servidor LDAP + +## @name ERR_STATE_BOUND +## @loc none +3=Problema de comunicaciones del servidor LDAP + +## @name ERR_STATE_SEARCHING +## @loc none +4=Problema de búsqueda del servidor LDAP + + +# The format of the alert dialog itself +# +## @name ALERT_FORMAT +## @loc None of $S, $S, $S, and $S should be localized. $S is the +## ERROR_CODE string below, $S is the error code itself, $S is an +## LDAP SDK error message from chrome://mozldap/locale/ldap.properties, +## and $S is a hint relating to that specific error, found in this file. +errorAlertFormat=Código de error %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 no encontrado + +## @name GENERIC_ERROR +## @loc none +9999=Error desconocido + + +# Hints to for the user, associated with specific error codes (ie error code +# + 10000) + + +## @name TIMELIMIT_EXCEEDED_HINT +## @loc none +10003=Por favor inténtelo más tarde, o contacte al administrador del sistema. + +## @name STRONGAUTH_REQUIRED_HINT +## @loc none +10008=La identificación con cifrado fuerte no se admite actualmente. + +## @name INVALID_SYNTAX_HINT +## @loc none +10021=Verifique que el filtro de búsqueda es correcto, y vuelva a intentarlo, o contacte al administrador del sistema. Para verificar que el filtro de búsqueda es correcto, desde el menú Edición, elija Preferencias, luego elija Correo y Noticias, y después elija Direcciones. Pulse Editar directorios, y seleccione el servidor LDAP que esté utilizando. Pulse Editar, y luego haga clic en Avanzadas para mostrar el filtro de búsqueda. + +## @name NO_SUCH_OBJECT_HINT +## @loc none +10032=Verifique que el DN base es correcto, y vuelva a intentarlo, o contacte al administrador del sistema. Para verificar que el DN base es correcto, desde el menú Edición, escoja Preferencias, luego elija Correo y Noticias, y después elija Direcciones. Pulse en Editar directorios, y seleccione el servidor LDAP que esté usando. Pulse Editar para mostrar el DN base. + +## @name BUSY_HINT +## @loc none +10051=Por favor, inténtelo más tarde. + +## @name SERVER_DOWN_HINT +## @loc none +10081=Verifique que el nombre del host y el número de puerto son correctos y vuelva a intentarlo, o contacte al administrador del sistema. Para verificar que el nombre de host y el puerto son correctos, desde el menú Editar, elija Preferencias, luego elija Correo y Noticias, y después elija Direcciones. Pulse Editar directorios, y seleccione el servidor LDAP que esté usando. Haga clic en Editar para mostrar el nombre de host. Pulse en Avanzadas para mostrar el número de puerto. + +## @name TIMEOUT_HINT +## @loc none +10085=Por favor, inténtelo más tarde. + +## @name FILTER_ERROR_HINT +## @loc none +10087=Verifique que el filtro de búsqueda es correcto, y vuelva a intentarlo, o contacte al administrador del sistema. Para verificar que el filtro de búsqueda es correcto, desde el menú Edición, elija Preferencias, luego elija Correo y Noticias, y después elija Direcciones. Pulse Editar directorios, y seleccione el servidor LDAP que esté utilizando. Pulse Editar, y luego haga clic en Avanzadas para mostrar el filtro de búsqueda. + +## @name NO_MEMORY_HINT +## @loc none +10090=Por favor cierre algunas otras ventanas y/o aplicaciones y vuelva a intentarlo. + +## @name CONNECT_ERROR_HINT +## @loc none +10091=Verifique que el nombre del host y el número de puerto sean correctos y vuelva a intentarlo, o contacte al administrador del sistema. Para verificar que el nombre de host y el puerto son correctos, desde el menú Editar, elija Preferencias, luego elija Correo y Noticias, y después elija Direcciones. Pulse Editar directorios, y seleccione el servidor LDAP que esté usando. Haga clic en Editar para mostrar el nombre de host. Pulse en Avanzadas para mostrar el número de puerto. + +## @name HOST_NOT_FOUND_HINT +## @loc none +15000=Verifique que el nombre de host es correcto y vuelva a intentarlo, o contacte al administrador del sistema. Para verificar que el nombre de host es correcto, desde el menú Edición, elija Preferencias, luego elija Correo y Noticias, y después elija Direcciones. Pulse Editar directorios, y seleccione el servidor LDAP que esté utilizando. Haga clic en Editar para mostrar el nombre de host. + +## @name GENERIC_HINT +## @loc none +19999=Por favor contacte al administrador del sistema. diff --git a/l10n-es-AR/mail/chrome/messenger/addressbook/pref-directory-add.dtd b/l10n-es-AR/mail/chrome/messenger/addressbook/pref-directory-add.dtd new file mode 100644 index 0000000000..3e0c2fbd35 --- /dev/null +++ b/l10n-es-AR/mail/chrome/messenger/addressbook/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 "Nombre:"> +<!ENTITY directoryName.accesskey "N"> +<!ENTITY directoryHostname.label "Servidor:"> +<!ENTITY directoryHostname.accesskey "o"> +<!ENTITY directoryBaseDN.label "DN base:"> +<!ENTITY directoryBaseDN.accesskey "b"> +<!ENTITY findButton.label "Buscar"> +<!ENTITY findButton.accesskey "B"> +<!ENTITY directorySecure.label "Usar conexión segura (SSL)"> +<!ENTITY directorySecure.accesskey "U"> +<!ENTITY directoryLogin.label "DN para inicio de sesión:"> +<!ENTITY directoryLogin.accesskey "i"> +<!ENTITY General.tab "General"> +<!ENTITY Offline.tab "Desconectado"> +<!ENTITY Advanced.tab "Avanzadas"> +<!ENTITY portNumber.label "Número de puerto:"> +<!ENTITY portNumber.accesskey "p"> +<!ENTITY searchFilter.label "Filtro de búsqueda:"> +<!ENTITY searchFilter.accesskey "F"> +<!ENTITY scope.label "Alcance:"> +<!ENTITY scope.accesskey "c"> +<!ENTITY scopeOneLevel.label "Un nivel"> +<!ENTITY scopeOneLevel.accesskey "l"> +<!ENTITY scopeSubtree.label "Subárbol"> +<!ENTITY scopeSubtree.accesskey "S"> +<!ENTITY return.label "No devolver más que esto"> +<!ENTITY return.accesskey "r"> +<!ENTITY results.label "resultados"> +<!ENTITY offlineText.label "Puede descargar una copia en local de este directorio para poder trabajar con ella cuando este desconectado."> +<!ENTITY saslMechanism.label "Método de ingreso: "> +<!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-es-AR/mail/chrome/messenger/addressbook/pref-directory.dtd b/l10n-es-AR/mail/chrome/messenger/addressbook/pref-directory.dtd new file mode 100644 index 0000000000..ce3f3b8379 --- /dev/null +++ b/l10n-es-AR/mail/chrome/messenger/addressbook/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 "Servidores de directorio LDAP"> +<!-- LOCALIZATION NOTE (directories.label) : do not translate "LDAP" in below line --> +<!ENTITY directories.label "Servidor de directorio LDAP:"> +<!-- LOCALIZATION NOTE (directoriesText.label) : do not translate "LDAP" in below line --> +<!ENTITY directoriesText.label "Selecionar un servidor de directorio LDAP:"> +<!ENTITY directoriesText.accesskey "S"> +<!ENTITY addDirectory.label "Añadir"> +<!ENTITY addDirectory.accesskey "A"> +<!ENTITY editDirectory.label "Editar"> +<!ENTITY editDirectory.accesskey "E"> +<!ENTITY deleteDirectory.label "Borrar"> +<!ENTITY deleteDirectory.accesskey "B"> diff --git a/l10n-es-AR/mail/chrome/messenger/addressbook/replicationProgress.properties b/l10n-es-AR/mail/chrome/messenger/addressbook/replicationProgress.properties new file mode 100644 index 0000000000..bdfacd033a --- /dev/null +++ b/l10n-es-AR/mail/chrome/messenger/addressbook/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=Comienzo de la réplica… +changesStarted=Buscando cambios para replicar… +replicationSucceeded=La réplica acabó correctamente. +replicationFailed=La réplica falló. +replicationCancelled=La réplica fue cancelada. +# LOCALIZATION NOTE +# do not localize %S. %S is the current entry number (an integer) +currentCount=Replicando entrada de directorio: %S + +downloadButton=Descargar ya +downloadButton.accesskey=D +cancelDownloadButton=Cancelar la descarga +cancelDownloadButton.accesskey=C + +directoryTitleNew=Nuevo directorio LDAP +## LOCALIZATION NOTE (directoryTitleEdit): %S will be replaced by the LDAP directory's display name +directoryTitleEdit=Propiedades de %S |