diff options
Diffstat (limited to '')
135 files changed, 6780 insertions, 0 deletions
diff --git a/l10n-es-AR/suite/chrome/mailnews/CustomHeaders.dtd b/l10n-es-AR/suite/chrome/mailnews/CustomHeaders.dtd new file mode 100644 index 0000000000..1737c95e2d --- /dev/null +++ b/l10n-es-AR/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 "Personalizar encabezados"> +<!ENTITY addButton.label "Agregar"> +<!ENTITY addButton.accesskey "A"> +<!ENTITY removeButton.label "Eliminar"> +<!ENTITY removeButton.accesskey "R"> +<!ENTITY newMsgHeader.label "Nuevo encabezado de mensaje:"> +<!ENTITY newMsgHeader.accesskey "N"> diff --git a/l10n-es-AR/suite/chrome/mailnews/FilterEditor.dtd b/l10n-es-AR/suite/chrome/mailnews/FilterEditor.dtd new file mode 100644 index 0000000000..300b16b42f --- /dev/null +++ b/l10n-es-AR/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 "Reglas de filtrado"> +<!ENTITY filterEditorDialog.dimensions "width: 105ch;"> +<!ENTITY filterName.label "Nombre del filtro"> +<!ENTITY filterName.accesskey "i"> + +<!ENTITY recentFolders.label "Reciente"> + +<!ENTITY junk.label "Basura"> +<!ENTITY notJunk.label "No es basura"> + +<!ENTITY lowestPriorityCmd.label "La más baja"> +<!ENTITY lowPriorityCmd.label "Baja"> +<!ENTITY normalPriorityCmd.label "Normal"> +<!ENTITY highPriorityCmd.label "Alta"> +<!ENTITY highestPriorityCmd.label "La más alta"> + +<!ENTITY contextDesc.label "Aplicar el filtro cuando:"> +<!ENTITY contextIncomingMail.label "se busque correo nuevo:"> +<!ENTITY contextIncomingMail.accesskey "b"> +<!ENTITY contextManual.label "se ejecute manualmente"> +<!ENTITY contextManual.accesskey "e"> +<!ENTITY contextBeforeCls.label "Filtrar antes de la clasificación de basura"> +<!ENTITY contextAfterCls.label "Filtrar después de la clasificación de basura"> +<!ENTITY contextOutgoing.label "Después de enviar"> +<!ENTITY contextOutgoing.accesskey "s"> +<!ENTITY contextArchive.label "Archivar"> +<!ENTITY contextArchive.accesskey "A"> + +<!ENTITY contextPeriodic.accesskey "e"> + +<!ENTITY filterActionDesc.label "Ejecutar estas acciones:"> +<!ENTITY filterActionDesc.accesskey "E"> + +<!ENTITY filterActionOrderWarning.label "Nota: Las acciones de filtrado se ejecutarán en un orden diferente."> +<!ENTITY filterActionOrder.label "Ver orden de ejecución"> + +<!-- New Style Filter Rule Actions --> +<!ENTITY moveMessage.label "Mover mensaje a"> +<!ENTITY copyMessage.label "Copiar mensaje a"> +<!ENTITY forwardTo.label "Reenviar mensaje a"> +<!ENTITY replyWithTemplate.label "Responder con plantilla"> +<!ENTITY markMessageRead.label "Marcar como leído"> +<!ENTITY markMessageUnread.label "Marcar como no leído"> +<!ENTITY markMessageStarred.label "Marcar como destacado"> +<!ENTITY setPriority.label "Establecer prioridad a"> +<!ENTITY addTag.label "Etiquetar mensaje"> +<!ENTITY setJunkScore.label "Establecer estado de correo basura a"> +<!ENTITY deleteMessage.label "Borrar mensaje"> +<!ENTITY deleteFromPOP.label "Borrar del servidor POP"> +<!ENTITY fetchFromPOP.label "Traer del servidor POP"> +<!ENTITY ignoreThread.label "Ignorar conversación"> +<!ENTITY ignoreSubthread.label "Ignorar subconversación"> +<!ENTITY watchThread.label "Observar conversación"> +<!ENTITY stopExecution.label "Detener ejecución del filtro"> + +<!ENTITY addAction.tooltip "Agregar una nueva acción"> +<!ENTITY removeAction.tooltip "Eliminar esta acción"> +<!-- 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-es-AR/suite/chrome/mailnews/FilterListDialog.dtd b/l10n-es-AR/suite/chrome/mailnews/FilterListDialog.dtd new file mode 100644 index 0000000000..8867a27f98 --- /dev/null +++ b/l10n-es-AR/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 "Filtros de mensaje"> +<!ENTITY nameColumn.label "Nombre del filtro"> +<!ENTITY activeColumn.label "Habilitado"> +<!ENTITY newButton.label "Nuevo…"> +<!ENTITY newButton.accesskey "N"> +<!ENTITY editButton.label "Editar…"> +<!ENTITY editButton.accesskey "E"> +<!ENTITY deleteButton.label "Borrar"> +<!ENTITY deleteButton.accesskey "B"> +<!ENTITY reorderUpButton.label "Subir"> +<!ENTITY reorderUpButton.accesskey "S"> +<!ENTITY reorderDownButton.label "Bajar"> +<!ENTITY reorderDownButton.accesskey "B"> +<!ENTITY filterHeader.label "Los filtros activos se ejecutan automáticamente en el orden indicado debajo."> +<!ENTITY filtersForPrefix.label "Filtros para:"> +<!ENTITY filtersForPrefix.accesskey "F"> +<!ENTITY viewLogButton.label "Registro de filtros"> +<!ENTITY viewLogButton.accesskey "l"> +<!ENTITY runFilters.label "Ejecutar ahora"> +<!ENTITY runFilters.accesskey "r"> +<!ENTITY stopFilters.label "Detener"> +<!ENTITY stopFilters.accesskey "D"> +<!ENTITY folderPickerPrefix.label "Ejecutar los filtros seleccionados en:"> +<!ENTITY folderPickerPrefix.accesskey "c"> +<!ENTITY choosethis.label "seleccionar esta carpeta"> +<!ENTITY choosethisnewsserver.label "elegir este servidor de noticias"> diff --git a/l10n-es-AR/suite/chrome/mailnews/SearchDialog.dtd b/l10n-es-AR/suite/chrome/mailnews/SearchDialog.dtd new file mode 100644 index 0000000000..ac104ed0fd --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/SearchDialog.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/. --> + + +<!-- for SearchDialog.xul --> +<!ENTITY searchHeading.label "Buscar mensajes en:"> +<!ENTITY searchHeading.accesskey "B"> +<!ENTITY searchSubfolders.label "Buscar subcarpetas"> +<!ENTITY searchSubfolders.accesskey "e"> +<!ENTITY searchOnHeading.label "Realizar operaciones de búsqueda en:"> +<!ENTITY searchOnHeading.accesskey "p"> +<!ENTITY searchOnRemote.label "Servidor remoto"> +<!ENTITY searchOnLocal.label "Sistema local"> +<!ENTITY resetButton.label "Borrar"> +<!ENTITY resetButton.accesskey "B"> +<!ENTITY openButton.label "Abrir"> +<!ENTITY openButton.accesskey "A"> +<!ENTITY deleteButton.label "Borrar"> +<!ENTITY deleteButton.accesskey "B"> +<!ENTITY searchDialogTitle.label "Buscar mensajes"> +<!ENTITY results.label "Resultados"> +<!ENTITY moveHereMenu.label "Mover aquí"> +<!ENTITY moveHereMenu.accesskey "M"> +<!ENTITY moveButton.label "Mover a"> +<!ENTITY moveButton.accesskey "v"> +<!ENTITY goToFolderButton.label "Abrir carpeta de mensajes"> +<!ENTITY goToFolderButton.accesskey "r"> +<!ENTITY saveAsVFButton.label "Guardar como carpeta de búsqueda"> +<!ENTITY saveAsVFButton.accesskey "a"> + +<!-- for ABSearchDialog.xul --> +<!ENTITY abSearchHeading.label "Buscar en:"> +<!ENTITY abSearchHeading.accesskey "B"> +<!ENTITY propertiesButton.label "Propiedades"> +<!ENTITY propertiesButton.accesskey "P"> +<!ENTITY composeButton.label "Redactar"> +<!ENTITY composeButton.accesskey "e"> +<!ENTITY abSearchDialogTitle.label "Búsqueda avanzada en la libreta de direcciones"> + diff --git a/l10n-es-AR/suite/chrome/mailnews/addressbook/abAddressBookNameDialog.dtd b/l10n-es-AR/suite/chrome/mailnews/addressbook/abAddressBookNameDialog.dtd new file mode 100644 index 0000000000..c35f94e5b9 --- /dev/null +++ b/l10n-es-AR/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 "Nombre de libreta de direcciones:"> +<!ENTITY name.accesskey "a"> diff --git a/l10n-es-AR/suite/chrome/mailnews/addressbook/abCardOverlay.dtd b/l10n-es-AR/suite/chrome/mailnews/addressbook/abCardOverlay.dtd new file mode 100644 index 0000000000..4db2ce7ab8 --- /dev/null +++ b/l10n-es-AR/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 "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 "Apellidos:"> +<!ENTITY NameField2.accesskey "l"> +<!ENTITY PhoneticField1.label "Nombre fonético:"> +<!ENTITY PhoneticField2.label "Nombre fonético:"> +<!ENTITY DisplayName.label "Mostrado:"> +<!ENTITY DisplayName.accesskey "d"> +<!ENTITY preferDisplayName.label "Siempre preferir ese nombre sobre el encabezado del mensaje"> +<!ENTITY preferDisplayName.accesskey "S"> +<!ENTITY preferDisplayName2.accesskey "y"> +<!ENTITY NickName.label "Apodo:"> +<!ENTITY NickName.accesskey "A"> + +<!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 "P"> +<!ENTITY PlainText.label "Texto sin formato"> +<!ENTITY HTML.label "HTML"> +<!ENTITY Unknown.label "Desconocido"> +<!ENTITY ScreenName.label "Nombre de usuario AIM:"> +<!ENTITY ScreenName.accesskey "N"> + +<!ENTITY chatName.label "Nombre del chat:"> + +<!ENTITY WorkPhone.label "Trabajo:"> +<!ENTITY WorkPhone.accesskey "T"> +<!ENTITY HomePhone.label "Casa:"> +<!ENTITY HomePhone.accesskey "C"> +<!ENTITY FaxNumber.label "Fax:"> +<!ENTITY FaxNumber.accesskey "x"> +<!ENTITY PagerNumber.label "Buscapersonas:"> +<!ENTITY PagerNumber.accesskey "B"> +<!ENTITY CellularNumber.label "Teléfono celular:"> +<!ENTITY CellularNumber.accesskey "T"> + +<!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 "C"> +<!ENTITY HomeState.label "Provincia/estado:"> +<!ENTITY HomeState.accesskey "s"> +<!ENTITY HomeZipCode.label "Código postal:"> +<!ENTITY HomeZipCode.accesskey "C"> +<!ENTITY HomeCountry.label "País:"> +<!ENTITY HomeCountry.accesskey "P"> +<!ENTITY HomeWebPage.label "Página web:"> +<!ENTITY HomeWebPage.accesskey "e"> +<!ENTITY Birthday.label "Cumpleaños:"> +<!ENTITY Birthday.accesskey "C"> +<!ENTITY In.label ""> +<!ENTITY Year.placeholder "Año"> +<!ENTITY Or.value "o"> +<!ENTITY Age.placeholder "Edad"> +<!ENTITY YearsOld.label ""> + +<!ENTITY Work.tab "Trabajo"> +<!ENTITY Work.accesskey "j"> +<!ENTITY JobTitle.label "Puesto:"> +<!ENTITY JobTitle.accesskey "P"> +<!ENTITY Department.label "Departamento:"> +<!ENTITY Department.accesskey "m"> +<!ENTITY Company.label "Organización:"> +<!ENTITY Company.accesskey "O"> +<!ENTITY WorkAddress.label "Dirección:"> +<!ENTITY WorkAddress.accesskey "D"> +<!ENTITY WorkAddress2.label ""> +<!ENTITY WorkAddress2.accesskey ""> +<!ENTITY WorkCity.label "Ciudad:"> +<!ENTITY WorkCity.accesskey "C"> +<!ENTITY WorkState.label "Provincia/estado:"> +<!ENTITY WorkState.accesskey "s"> +<!ENTITY WorkZipCode.label "Código postal:"> +<!ENTITY WorkZipCode.accesskey "C"> +<!ENTITY WorkCountry.label "País:"> +<!ENTITY WorkCountry.accesskey "P"> +<!ENTITY WorkWebPage.label "Página web:"> +<!ENTITY WorkWebPage.accesskey "e"> + +<!ENTITY Other.tab "Otros"> +<!ENTITY Other.accesskey "h"> +<!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 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 "ID de Jabber:"> +<!ENTITY XMPP.accesskey "J"> +<!ENTITY IRC.label "Apodo en IRC:"> +<!ENTITY IRC.accesskey "R"> + +<!ENTITY Photo.tab "Foto"> +<!ENTITY Photo.accesskey "o"> +<!ENTITY PhotoDesc.label "Elija uno de los siguientes:"> +<!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/suite/chrome/mailnews/addressbook/abMailListDialog.dtd b/l10n-es-AR/suite/chrome/mailnews/addressbook/abMailListDialog.dtd new file mode 100644 index 0000000000..a2f3fe1ba4 --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/addressbook/abMailListDialog.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/. --> + +<!-- Title --> +<!ENTITY mailListWindow.title "Lista de correo"> + +<!-- Labels and Access Keys --> +<!ENTITY addToAddressBook.label "Agregar 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 "Ingrese direcciones de correo electrónico para agregarlas a la lista de correo:"> +<!ENTITY AddressTitle.accesskey "c"> diff --git a/l10n-es-AR/suite/chrome/mailnews/addressbook/abMainWindow.dtd b/l10n-es-AR/suite/chrome/mailnews/addressbook/abMainWindow.dtd new file mode 100644 index 0000000000..207ba9793b --- /dev/null +++ b/l10n-es-AR/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 "Libreta de direcciones"> + +<!-- Menus: the . means that the menu item isn't implemented yet --> + +<!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 newContact.label "Contacto…"> +<!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 "o"> +<!ENTITY newLDAPDirectoryCmd.label "Directorio LDAP…"> +<!ENTITY newLDAPDirectoryCmd.accesskey "D"> +<!ENTITY newIM.label "MI"> +<!ENTITY printContactViewCmd.label "Imprimir contacto…"> +<!ENTITY printContactViewCmd.accesskey "p"> +<!ENTITY printContactViewCmd.key "P"> +<!ENTITY printPreviewContactViewCmd.label "Imprimir la previsualización del contacto"> +<!ENTITY printPreviewContactViewCmd.accesskey "v"> +<!ENTITY printAddressBook.label "Imprimir libreta de direcciones…"> +<!ENTITY printAddressBook.accesskey "a"> +<!ENTITY printPreviewAddressBook.label "Vista previa de la libreta de direcciones"> +<!ENTITY printPreviewAddressBook.accesskey "b"> + +<!-- Edit Menu --> +<!ENTITY deleteAbCmd.label "Borrar libreta de direcciones"> +<!ENTITY deleteContactCmd.label "Borrar contacto"> +<!ENTITY deleteContactsCmd.label "Borrar contactos seleccionados"> +<!ENTITY deleteListCmd.label "Borrar lista"> +<!ENTITY deleteListsCmd.label "Borrar listas seleccionadas"> +<!ENTITY deleteItemsCmd.label "Borrar ítems seleccionados"> +<!ENTITY swapFirstNameLastNameCmd.label "Intercambiar nombre y apellidos"> +<!ENTITY swapFirstNameLastNameCmd.accesskey "I"> +<!ENTITY propertiesCmd.label "Propiedades…"> +<!ENTITY propertiesCmd.accesskey "i"> +<!ENTITY propertiesCmd.key "i"> + +<!-- View Menu --> +<!ENTITY showAbToolbarCmd.label "Barra de herramientas de la libreta de direcciones"> +<!ENTITY showAbToolbarCmd.accesskey "o"> +<!ENTITY layoutMenu.label "Disposición"> +<!ENTITY layoutMenu.accesskey "D"> +<!ENTITY showDirectoryPane.label "Vista de guía"> +<!ENTITY showDirectoryPane.accesskey "g"> +<!ENTITY showContactPane2.label "Vista de contactos"> +<!ENTITY showContactPane2.accesskey "c"> +<!ENTITY menu_ShowNameAs.label "Mostrar nombre como"> +<!ENTITY menu_ShowNameAs.accesskey "s"> +<!ENTITY firstLastCmd.label "Nombre Apellido"> +<!ENTITY firstLastCmd.accesskey "N"> +<!ENTITY lastFirstCmd.label "Apellidos, nombre"> +<!ENTITY lastFirstCmd.accesskey "l"> +<!ENTITY displayNameCmd.label "Nombre mostrado"> +<!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 "Importar…"> +<!ENTITY importCmd.accesskey "I"> +<!ENTITY exportCmd.label "Exportar…"> +<!ENTITY exportCmd.accesskey "E"> + +<!-- Toolbar and Popup items --> +<!ENTITY newContactButton.label "Nuevo contacto"> +<!ENTITY newContactButton.accesskey "c"> +<!ENTITY newlistButton.label "Nueva lista"> +<!ENTITY newlistButton.accesskey "l"> +<!ENTITY editItemButton.label "Propiedades"> +<!ENTITY editItemButton.accesskey "P"> +<!ENTITY newmsgButton.label "Redactar"> +<!ENTITY newmsgButton.accesskey "c"> +<!ENTITY deleteItemButton.label "Borrar"> +<!ENTITY deleteItemButton.accesskey "B"> +<!ENTITY newimButton.label "IM"> +<!ENTITY newimButton.accesskey "I"> +<!ENTITY printButton.label "Imprimir"> +<!ENTITY printButton.accesskey "r"> +<!ENTITY searchNameAndEmail.placeholder "Buscar nombre y correo"> +<!ENTITY searchBox.title "Buscar"> + +<!-- Tooltips --> +<!ENTITY addressbookToolbar.tooltip "Barra de herramientas de la libreta de direcciones"> +<!ENTITY newContactButton.tooltip "Crear un nuevo contacto de libreta de direcciones"> +<!ENTITY newlistButton.tooltip "Crear nueva lista"> +<!ENTITY editItemButton.tooltip "Editar el ítem seleccionado"> +<!ENTITY newmsgButton.tooltip "Enviar un mensaje de correo"> +<!ENTITY newIM.tooltip "Enviar un mensaje o conversación instantáneos"> +<!ENTITY printButton.tooltip "Imprimir elemento seleccionado"> +<!ENTITY deleteItemButton.tooltip "Borrar el ítem seleccionado"> +<!ENTITY throbber.tooltip "Ir a la página web de &vendorShortName;"> +<!ENTITY throbber.tooltip2 "Ir a la página de inicio de &brandShortName;"> +<!ENTITY advancedButton.tooltip "Búsqueda avanzada de direcciones"> + +<!-- Dir Tree header --> +<!ENTITY dirTreeHeader.label "Libretas de direcciones"> + +<!-- Card Summary Pane --> +<!-- Box Headings --> +<!ENTITY contact.heading "Contacto"> +<!ENTITY home.heading "Casa"> +<!ENTITY other.heading "Otros"> +<!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 un mapa de esta dirección desde la 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-es-AR/suite/chrome/mailnews/addressbook/abNewCardDialog.dtd b/l10n-es-AR/suite/chrome/mailnews/addressbook/abNewCardDialog.dtd new file mode 100644 index 0000000000..84c396d0c1 --- /dev/null +++ b/l10n-es-AR/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 "Agregar a: "> +<!ENTITY chooseAddressBook.accesskey "g"> diff --git a/l10n-es-AR/suite/chrome/mailnews/addressbook/abResultsPaneOverlay.dtd b/l10n-es-AR/suite/chrome/mailnews/addressbook/abResultsPaneOverlay.dtd new file mode 100644 index 0000000000..d9cbc92231 --- /dev/null +++ b/l10n-es-AR/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 "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 "A"> +<!ENTITY SecondEmail.label "Correo electrónico adicional"> +<!ENTITY SecondEmail.accesskey "l"> +<!ENTITY Department.label "Departamento"> +<!ENTITY Department.accesskey "r"> +<!ENTITY JobTitle.label "Puesto"> +<!ENTITY JobTitle.accesskey "t"> +<!ENTITY CellularNumber.label "Teléfono celular"> +<!ENTITY CellularNumber.accesskey "T"> +<!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 "T"> +<!ENTITY WorkPhone.label "Teléfono del trabajo"> +<!ENTITY WorkPhone.accesskey "T"> +<!ENTITY ScreenName.label "Nombre de usuario AIM"> +<!ENTITY ScreenName.accesskey "N"> +<!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"> + +<!-- context menu --> +<!ENTITY composeEmail.label "Redactar correo a"> +<!ENTITY composeEmail.accesskey "c"> +<!ENTITY copyAddress.label "Copiar dirección de correo electrónico"> +<!ENTITY copyAddress.accesskey "a"> +<!ENTITY deleteAddrBookCard.label "Borrar"> +<!ENTITY deleteAddrBookCard.accesskey "B"> +<!ENTITY newAddrBookCard.label "Nueva tarjeta…"> +<!ENTITY newAddrBookCard.accesskey "N"> +<!ENTITY newAddrBookMailingList.label "Nueva lista de correo…"> +<!ENTITY newAddrBookMailingList.accesskey "N"> +<!ENTITY addrBookCardProperties.label "Propiedades"> +<!ENTITY addrBookCardProperties.accesskey "P"> diff --git a/l10n-es-AR/suite/chrome/mailnews/addressbook/abSelectAddressesDialog.dtd b/l10n-es-AR/suite/chrome/mailnews/addressbook/abSelectAddressesDialog.dtd new file mode 100644 index 0000000000..fb5ccd57ee --- /dev/null +++ b/l10n-es-AR/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 "Seleccionar direcciones"> + +<!-- Buttons --> +<!ENTITY toButton.label "A->"> +<!ENTITY toButton.accesskey "A"> +<!ENTITY ccButton.label "Cc->"> +<!ENTITY ccButton.accesskey "C"> +<!ENTITY bccButton.label "Cco->"> +<!ENTITY bccButton.accesskey "C"> +<!ENTITY newButton.label "Nueva…"> +<!ENTITY newButton.accesskey "N"> +<!ENTITY editButton.label "Editar…"> +<!ENTITY editButton.accesskey "E"> +<!ENTITY removeButton.label "Eliminar"> +<!ENTITY removeButton.accesskey "r"> +<!ENTITY lookIn.label "Buscar en:"> +<!ENTITY lookIn.accesskey "B"> +<!ENTITY for.label "para:"> +<!ENTITY for.accesskey "p"> +<!ENTITY for.placeholder "Nombre o correo electrónico"> +<!ENTITY addressMessageTo.label "Redactar mensaje a:"> + +<!-- Tooltips items --> +<!ENTITY addressPickerNewButton.tooltip "Crear una nueva tarjeta de direcciones"> +<!ENTITY addressPickerEditButton.tooltip "Editar la tarjeta seleccionada"> + diff --git a/l10n-es-AR/suite/chrome/mailnews/addressbook/addressBook.properties b/l10n-es-AR/suite/chrome/mailnews/addressbook/addressBook.properties new file mode 100644 index 0000000000..f4572ad051 --- /dev/null +++ b/l10n-es-AR/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=Editar %S +emptyListName=Debe introducir un nombre de lista. +lastFirstFormat=%S, %S +firstLastFormat=%S %S + +allAddressBooks=Todas las libretas de direcciones + +newContactTitle=Nuevo contacto +# %S will be the card's display name +newContactTitleWithDisplayName=Nuevo contacto para %S +editContactTitle=Editar contacto +# %S will be the card'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, escoja un nombre diferente. + +# used in the addressbook +confirmDeleteMailingListTitle=Borrar lista de correos +confirmDeleteAddressbookTitle=Borrar libreta de direcciones +confirmDeleteAddressbook=¿Está seguro de querer borrar las libretas de direcciones seleccionadas? +confirmDeleteCollectionAddressbook=Si esta libreta de direcciones es borrada, %S no podrá guardar más direcciones. ¿Está seguro de querer borrar la libreta de direcciones seleccionada? +confirmDeleteContact=¿Está seguro de querer borrar el contacto seleccionado? +confirmDeleteContacts=¿Está seguro de querer borrar los contactos seleccionados? +confirmDeleteMailingList=¿Está seguro de querer borrar la lista de correo seleccionada? +confirmDeleteListsAndContacts=¿Está seguro de querer borrar los contactos y listas de correo seleccionados? +confirmDeleteMailingLists=¿Está seguro de querer borrar las listas de correo seleccionadas? + +confirmDeleteThisContactTitle=Eliminar 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 eliminarar este contacto?\n• #1 + +confirmDelete2orMoreContactsTitle=Eliminar múltiples contactos +# 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=¿Seguro de que quiere eliminar este #1 contacto?;¿Seguro de que quiere eliminar estos #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=¿Seguro de que quiere eliminar este contacto de la lista de correo '#2'?\n• #1 + +confirmRemove2orMoreContactsTitle=Eliminar múltiples contactos +# 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=¿Seguro de que quiere eliminar #1 éste contacto de la lista de correo '#2'?;¿Seguro de que quiere elimimar éstos #1 contactos de la lista de correo '#2'? + +confirmDeleteThisMailingListTitle=Borrar lista de correos +# 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=¿Seguro de que quiere eliminar esta lista de correo?\n• #1 + +confirmDelete2orMoreMailingListsTitle=Eliminar múltiples listas de correo +# 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=¿Seguro de que quiere eliminar ésta #1 lista de correo?;¿Seguro de que quiere eliminar estas #1 listas de correo? + +confirmDelete2orMoreContactsAndListsTitle=Eliminar contactos y listas de correo +# 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=¿Seguro de que quiere eliminar éstos #1 contacto y lista de correo?;¿Seguro de que quiere eliminar éstos #1 contactos y listas de correo? + +confirmDeleteThisAddressbookTitle=Eliminar 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=¿Seguro de que quiere eliminar esta libreta de direcciones y todos sus contactos?\n• #1 + +confirmDeleteThisLDAPDirTitle=Eliminar 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=¿Seguro de que quiere eliminar la copia local de éste directorio LDAP y todos sus contactos fuera de línea?\n• #1 + +confirmDeleteThisCollectionAddressbookTitle=Eliminar colección de libretas de direcciones +# 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 se elimina esta libreta de direcciones , #2 no recolectará más direcciones.\n¿Seguro de que quiere elininar esta libreta de direcciones y todos sus contactos?\n• #1 + +propertyPrimaryEmail=Correo electrónico +propertyListName=Nombre de la lista +propertySecondaryEmail=Correo electrónico adicional +propertyScreenName=Nombre de usuario AIM +propertyNickname=Apodo +propertyDisplayName=Nombre mostrado +propertyWork=Trabajo +propertyHome=Casa +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=Apodo en 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 +emptyEmailAddCard=No se puede agregar una tarjeta que no tenga dirección primaria de correo electrónico +emptyEmailAddCardTitle=No se puede agregar la tarjeta +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.oe.description is only used on Windows) +ldap_2.servers.oe.description=Contactos de OE +## LOCALIZATION NOTE (ldap_2.servers.osx.description is only used on Mac OS X) +ldap_2.servers.osx.description=Libreta de direcciones de Mac OS X + +# status bar stuff +## LOCALIZATION NOTE (totalContactStatus): +## %1$S is address book name, %2$S is card count +totalContactStatus=Contactos totales en %1$S: %2$S +noMatchFound=No se han encontrado 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 +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=Inicio +headingWork=Trabajo +headingOther=Otros +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/suite/chrome/mailnews/addressbook/ldapAutoCompErrs.properties b/l10n-es-AR/suite/chrome/mailnews/addressbook/ldapAutoCompErrs.properties new file mode 100644 index 0000000000..bf2d663505 --- /dev/null +++ b/l10n-es-AR/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=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 %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=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=Servidor 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 autenticación fuerte no se admite actualmente. + +## @name INVALID_SYNTAX_HINT +## @loc none +10021=Verifique que el filtro de búsqueda sea correcto e intente nuevamente o contacte a su administrador de sistemas. Para verificar que el filtro de búsqueda es correcto, vaya al menú Editar, seleccione Preferencias, de ahí Correo y Noticias y seleccione Direcciones. Haga clic en Editar Directorios y seleccione el servidor LDAP que esté usando. Haga clic en Editar y luego en Avanzadas para mostrar el filtro de búsquedas. + +## @name NO_SUCH_OBJECT_HINT +## @loc none +10032=Verifique que el DN base sea correcto e intente nuevamente o contacte a su administrador de sistemas. Para verificar que el DN base es correcto, vaya al menú Editar, seleccione Preferencias, de allí Correo y Noticias y luego Addressing. Haga clic en Editar Directorios y seleccione el servidor LDAP que esté usando. Haga clic en 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 servidor y el número de puerto son correctos e intente nuevamente o contacte al administrador de sistemas. Para verificar que el nombre de servidor y el puerto son correctos, desde el menú Editar, elija Preferencias, luego Correo y noticias y después Direcciones. Haga clic en Editar directorios y seleccione el servidor LDAP que esté usando. Haga clic en Editar para mostrar el nombre del servidor. Haga clic 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 sea correcto e intente nuevamente o contacte a su administrador de sistemas. Para verificar que el filtro de búsqueda es correcto, vaya al menú Editar, seleccione Preferencias, de ahí Correo y Noticias y seleccione Direcciones. Haga clic en Editar Directorios y seleccione el servidor LDAP que esté usando. Haga clic en Editar y luego en Avanzadas para mostrar el filtro de búsquedas. + +## @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 servidor y el número de puerto son correctos e intente nuevamente o contacte al administrador de sistemas. Para verificar que el nombre de servidor y el puerto son correctos, desde el menú Editar, elija Preferencias, luego Correo y noticias y después Direcciones. Haga clic en Editar directorios y seleccione el servidor LDAP que esté usando. Haga clic en Editar para mostrar el nombre del servidor. Haga clic en Avanzadas para mostrar el número de puerto. + +## @name HOST_NOT_FOUND_HINT +## @loc none +15000=Verifique que el nombre del servidor es correcto y vuelva a intentarlo o contacte al administrador de sistemas. Para verificar que el nombre del servidor es correcto, desde el menú Editar, elija Preferencias, luego Correo y noticias y después Direcciones. Haga clic en Editar directorios y seleccione el servidor LDAP que esté utilizando. Haga clic en Editar para mostrar el nombre del servidor. + +## @name GENERIC_HINT +## @loc none +19999=Por favor, contacte al administrador de sistemas. diff --git a/l10n-es-AR/suite/chrome/mailnews/appleMailImportMsgs.properties b/l10n-es-AR/suite/chrome/mailnews/appleMailImportMsgs.properties new file mode 100644 index 0000000000..0eef74e82b --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/appleMailImportMsgs.properties @@ -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/. + + +# Short name of import module +ApplemailImportName=Apple Mail + +# Description of import module +ApplemailImportDescription=Importar correo local de Mac OS X Mail + +# Success Message +# LOCALIZATION NOTE : Do not translate the word "%S" below. +ApplemailImportMailboxSuccess=Los mensajes locales fueron importados exitosamente desde %S + +# Error Message +ApplemailImportMailboxBadparam=Ocurrió un error interno. Fallo en la importación. Intente importar nuevamente. + +# Error message +# LOCALIZATION NOTE : Do not translate the word "%S" below. +ApplemailImportMailboxConverterror=Ocurrió un error al importar mensajes desde %S. Los mensajes no fueron importados. + diff --git a/l10n-es-AR/suite/chrome/mailnews/beckyImportMsgs.properties b/l10n-es-AR/suite/chrome/mailnews/beckyImportMsgs.properties new file mode 100644 index 0000000000..eef73b055a --- /dev/null +++ b/l10n-es-AR/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=Importar correo local desde 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=Los mensajes locales fueron importados exitosamente desde %S. + +BeckyImportAddressSuccess=Libreta de direcciones importada diff --git a/l10n-es-AR/suite/chrome/mailnews/charsetTitles.properties b/l10n-es-AR/suite/chrome/mailnews/charsetTitles.properties new file mode 100644 index 0000000000..bf37ee3c33 --- /dev/null +++ b/l10n-es-AR/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 = Occidental (ISO-8859-1) +iso-8859-2.title = Centroeuropeo (ISO-8859-2) +iso-8859-3.title = Sudeuropeo (ISO-8859-3) +iso-8859-4.title = Báltico (ISO-8859-4) +iso-8859-10.title = Nórdico (ISO-8859-10) +iso-8859-13.title = Báltico (ISO-8859-13) +iso-8859-14.title = Celta (ISO-8859-14) +iso-8859-15.title = Occidental (ISO-8859-15) +iso-8859-16.title = Rumano (ISO-8859-16) +windows-1250.title = Centroeuropeo (Windows-1250) +windows-1252.title = Occidental (Windows-1252) +windows-1254.title = Turco (Windows-1254) +windows-1257.title = Báltico (Windows-1257) +macintosh.title = Occidental (MacRoman) +x-mac-ce.title = Centroeuropeo (MacCE) +x-mac-turkish.title = Turco (MacTurkish) +x-mac-croatian.title = Croata (MacCroatian) +x-mac-romanian.title = Rumano (MacRomanian) +x-mac-icelandic.title = Islandés (MacIcelandic) +iso-2022-jp.title = Japonés (ISO-2022-JP) +shift_jis.title = Japonés (Shift_JIS) +euc-jp.title = Japonés (EUC-JP) +big5.title = Chino tradicional (Big5) +big5-hkscs.title = Chino tradicional (Big5-HKSCS) +gb2312.title = Chino simplificado (GB2312) +gbk.title = Chino simplificado (GBK) +euc-kr.title = Coreano (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 = Cirílico (ISO-8859-5) +windows-1251.title = Cirílico (Windows-1251) +x-mac-cyrillic.title = Cirílico (MacCyrillic) +x-mac-ukrainian.title = Cirílico/ucraniano (MacUkrainian) +koi8-r.title = Cirílico (KOI8-R) +koi8-u.title = Cirílico/ucraniano (KOI8-U) +iso-8859-7.title = Griego (ISO-8859-7) +windows-1253.title = Griego (Windows-1253) +x-mac-greek.title = Griego (MacGreek) +windows-1258.title = Vietnamita (Windows-1258) +windows-874.title = Tailandés (Windows-874) +iso-8859-6.title = Arábigo (ISO-8859-6) +iso-8859-8.title = Hebreo visual (ISO-8859-8) +iso-8859-8-i.title = Hebreo (ISO-8859-8-I) +windows-1255.title = Hebreo (Windows-1255) +windows-1256.title = Arábigo (Windows-1256) +x-user-defined.title = Definido por el usuario +ibm866.title = Cirílico/ruso (CP-866) +gb18030.title = Chino simplificado (GB18030) +x-mac-arabic.title = Arábigo (MacArabic) +x-mac-farsi.title = Farsi (MacFarsi) +x-mac-hebrew.title = Hebreo (MacHebrew) +x-mac-devanagari.title = Hindú (MacDevanagari) +x-mac-gujarati.title = Gujarati (MacGujarati) +x-mac-gurmukhi.title = Gurmukhi (MacGurmukhi) + +chardet.off.title = (apagado) +chardet.universal_charset_detector.title = Universal +chardet.ja_parallel_state_machine.title = Japonés +chardet.ko_parallel_state_machine.title = Coreano +chardet.zhtw_parallel_state_machine.title = Chino tradicional +chardet.zhcn_parallel_state_machine.title = Chino simplificado +chardet.zh_parallel_state_machine.title = Chino +chardet.cjk_parallel_state_machine.title = Asiático oriental +chardet.ruprob.title = Ruso +chardet.ukprob.title = Ucraniano diff --git a/l10n-es-AR/suite/chrome/mailnews/compose/addressingWidgetOverlay.dtd b/l10n-es-AR/suite/chrome/mailnews/compose/addressingWidgetOverlay.dtd new file mode 100644 index 0000000000..b335a20aa0 --- /dev/null +++ b/l10n-es-AR/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 "Para:"> +<!ENTITY ccAddr.label "Cc:"> +<!ENTITY bccAddr.label "Cco:"> +<!ENTITY replyAddr.label "Responder a:"> +<!ENTITY newsgroupsAddr.label "Grupo de noticias:"> +<!ENTITY followupAddr.label "Reenviar a:"> + diff --git a/l10n-es-AR/suite/chrome/mailnews/compose/askSendFormat.dtd b/l10n-es-AR/suite/chrome/mailnews/compose/askSendFormat.dtd new file mode 100644 index 0000000000..19c164986b --- /dev/null +++ b/l10n-es-AR/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 "Pregunta: Correo HTML"> + +<!ENTITY recipient.label "Algunos de los destinatarios no están listados como capaces de recibir correo HTML."> + +<!ENTITY question.label "¿Quiere convertir el mensaje a texto sin formato o enviarlo en HTML de todas formas?"> + +<!ENTITY plainTextAndHtml.label "Enviar como texto sin formato y HTML"> +<!ENTITY plainTextAndHtml.accesskey "a"> +<!ENTITY plainTextOnly.label "Enviar solamente como texto sin formato"> +<!ENTITY plainTextOnly.accesskey "E"> +<!ENTITY htmlOnly.label "Enviar solamente en HTML"> +<!ENTITY htmlOnly.accesskey "H"> + +<!ENTITY send.label "Enviar"> +<!ENTITY send.accesskey "E"> diff --git a/l10n-es-AR/suite/chrome/mailnews/compose/askSendFormat.properties b/l10n-es-AR/suite/chrome/mailnews/compose/askSendFormat.properties new file mode 100644 index 0000000000..96215bf018 --- /dev/null +++ b/l10n-es-AR/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=Su mensaje puede convertirse a texto plano sin perder información. +convertibleAltering=Su mensaje puede convertirse a texto plano sin perder información importante. Sin embargo, la versión de texto plano puede verse diferente de la que vio en el editor. +convertibleNo=Sin embargo, ha usado formateo (ej. colores) que no serán convertidos a texto plano. +recommended=(recomendado) diff --git a/l10n-es-AR/suite/chrome/mailnews/compose/composeMsgs.properties b/l10n-es-AR/suite/chrome/mailnews/compose/composeMsgs.properties new file mode 100644 index 0000000000..1f8274e2ce --- /dev/null +++ b/l10n-es-AR/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=No es posible abrir el archivo %S. +unableToOpenTmpFile=No es posible abrir el archivo temporal %S. Compruebe su configuración 'Directorio temporal' . +unableToSaveTemplate=No es posible guardar su mensaje como plantilla. +unableToSaveDraft=No es posible guardar su mensaje como un borrador. +couldntOpenFccFolder=No se pudo abrir la carpeta de mensajes enviados. Por favor, compruebe que sus preferencias de Correo son correctas. +noSender=No se especificó remitente. Por favor, complete su dirección de correo electrónico en las preferencias de Correo y Noticias. +noRecipients=No se especificaron destinatarios. Por favor, ingrese un destinatario o grupo de noticias en el área de dirección. +errorWritingFile=Error al escribir el archivo temporal. + +## LOCALIZATION NOTE (errorSendingFromCommand): argument %s is the Outgoing server (SMTP) response +errorSendingFromCommand=Ocurrió un error mientras se enviaba el correo. El servidor de correo respondió: %s. Por favor, verifique que su dirección de correo electrónico es correcta en las preferencias de correo y vuelva a intentarlo. + +## LOCALIZATION NOTE (errorSendingDataCommand): argument %s is the Outgoing server (SMTP) response +errorSendingDataCommand=Ocurrió un error (SMTP) al enviar el correo. El servidor respondió: %s. + +## LOCALIZATION NOTE (errorSendingMessage): argument %s is the Outgoing server (SMTP) response +errorSendingMessage=Ocurrió un error al enviar el correo. El servidor de correo respondió: %s. Por favor, compruebe el mensaje y vuelva a intentarlo. +postFailed=Este mensaje no pudo ser publicado porque falló el intento de conexión con el servidor de noticias. El servidor puede no estar disponible o no acepta conexiones. Por favor, verifique que sus configuración del servidor de noticias es correcta y vuelva a intentarlo, o contacte con el administrador de su red. +errorQueuedDeliveryFailed=Ocurrió un error al procesar sus mensajes no enviados. +sendFailed=Falló el envío del mensaje. + +## LOCALIZATION NOTE (sendFailedUnexpected): argument %X is a hex error code value +sendFailedUnexpected=Falló debido a un error inesperado %X. No hay una descripción disponible. + +## LOCALIZATION NOTE (smtpSecurityIssue): argument %S is the Outgoing smtp server name +smtpSecurityIssue=Se debe corregir la configuración relacionada con %S. + +## LOCALIZATION NOTE (smtpServerError): argument %s is the Outgoing server (SMTP) response +smtpServerError=Ocurrió un error al enviar el correo: Error del servidor SMTP. El servidor respondió: %s\n Contacte con el administrador de su correo para obtener ayuda. +unableToSendLater=No es posible guardar su mensaje para poder enviarlo más tarde. + +## LOCALIZATION NOTE (communicationsError): argument %d is the error code +communicationsError=Ocurrió un error de comunicación: %d. Por favor, vuelva a intentarlo. +dontShowAlert=THIS IS JUST A PLACEHOLDER. YOU SHOULD NEVER SEE THIS STRING. + +couldNotGetUsersMailAddress2=Ocurrió un error al enviar el correo: la dirección del remitente (De:) no era válida. Por favor verifique que esta dirección de correo electrónico sea correcta e intente de nuevo. +couldNotGetSendersIdentity=Ocurrió un error al enviar correo: la identidad del remitente no era válida. Por favor verifique la configuración de su identidad y vuelva a intentarlo. +mimeMpartAttachmentError=Error en adjunto. +failedCopyOperation=El mensaje se envió con éxito, pero no pudo copiarse a la carpeta Enviados. +nntpNoCrossPosting=Sólo puede enviar un mensaje a un servidor de noticias a la vez. +msgCancelling=Cancelando… +sendFailedButNntpOk=Su mensaje ha sido enviado al grupo de noticias pero no ha sido enviado a otros destinatarios. +errorReadingFile=Error leyendo archivo. +followupToSenderMessage=El autor de este mensaje ha pedido que las respuestas sean enviadas únicamente al autor. Si también quiere responder al grupo de noticias, agregue una nueva fila al área de direcciones, elija Grupo de la lista de encabezados e introduzca el nombre del grupo de noticias. + +## LOCALIZATION NOTE (errorAttachingFile): argument %S is the file name/URI of object to be attached +errorAttachingFile=Hubo un problema al adjuntar %S. Por favor, compruebe si tiene acceso al archivo. + +## LOCALIZATION NOTE (incorrectSmtpGreeting): argument %s is the Outgoing server (SMTP) greeting +incorrectSmtpGreeting=Ocurrió un error al enviar el correo: El servidor de correo envió un saludo incorrecto: %s. + +## LOCALIZATION NOTE (errorSendingRcptCommand): argument %1$S is the Outgoing server (SMTP) response, argument %2$S is the intended message recipient. +errorSendingRcptCommand=Hubo un error mientras se enviaba el correo: El servidor de correo respondió: \n%1$S.\nRevise el destinatario "%2$S" e inténtelo nuevamente. + +## LOCALIZATION NOTE (startTlsFailed): argument %S is the Outgoing server (SMTP) +startTlsFailed=Hubo un error mientras se enviaba el correo: No se pudo establecer una conexión segura con el servidor SMTP %S usando STARTTLS porque no anuncia esa funcionalidad . Deshabilite STARTTLS para ese servidor o contacte a su proveedor. + +## LOCALIZATION NOTE (smtpPasswordUndefined): argument %S is the Outgoing server (SMTP) account +smtpPasswordUndefined=Hubo un error mientras se enviaba el correo: No se pudo obtener la contraseña para %S. El mensaje no fue enviado. + +## LOCALIZATION NOTE (smtpSendNotAllowed): argument %s is the Outgoing server (SMTP) response +smtpSendNotAllowed=Hubo un error al enviar el correo. El servidor de correo respondió: \n%s.\n Por favor asegúrese de estar usando la identidad correcta para enviar y de que el método de autenticación utilizado sea correcto. Verifique que tiene permiso para enviar a través de este servidor SMTP con sus credenciales actuales desde su red actual. + +## LOCALIZATION NOTE (smtpTempSizeExceeded): argument %s is the Outgoing server (SMTP) response +smtpTempSizeExceeded=El tamaño del mensaje que está intentando enviar excede el límite temporal del servidor. El mensaje no fue enviado; intente reducir el tamaño del mensaje o espere y vuelva a intentarlo. El servidor respondió: %s. + +## LOCALIZATION NOTE (smtpClientid): argument %s is the Outgoing server (SMTP) response +smtpClientid=El servidor saliente (SMTP) detectó un error en el comando CLIENTID. El mensaje no fue enviado. El servidor respondió: %s + +## LOCALIZATION NOTE (smtpClientidPermission): argument %s is the Outgoing server (SMTP) response +smtpClientidPermission=La respuesta del servidor saliente (SMTP) al comando CLIENTID indica que el dispositivo no tiene permitido enviar correo electrónico. El servidor respondió: %s + +## LOCALIZATION NOTE (smtpPermSizeExceeded1): argument %d is the Outgoing server (SMTP) size limit +smtpPermSizeExceeded1=El tamaño del mensaje que está intentando enviar excede el límite global del servidor (%d bytes). El mensaje no fue enviado; reduzca el tamaño del mensaje e intente nuevamente. + +## LOCALIZATION NOTE (smtpPermSizeExceeded2): argument %s is the server's response +smtpPermSizeExceeded2=El tamaño del mensaje que está intentando enviar excede el límite global del servidor. El mensaje no fue enviado; reduzca el tamaño del mensaje e intente nuevamente. El servidor respondió: %s. + +## LOCALIZATION NOTE (smtpSendFailedUnknownServer): argument %S is the Outgoing server (SMTP) +smtpSendFailedUnknownServer=Hubo un error mientras se enviaba el correo: El servidor SMTP %S es desconocido. El servidor puede estar mal configurado. Verifique que las opciones de su servidor SMTP sean correctas e intente nuevamente. + +## LOCALIZATION NOTE (smtpSendRequestRefused): argument %S is the Outgoing server (SMTP) +smtpSendRequestRefused=El mensaje no pudo ser enviado porque falló la conexión al servidor saliente (SMTP) %S. El servidor puede no estar disponible o está rechazando las conexiones SMTP. Verifique que las opciones de su servidor saliente (SMTP) sean correctas e intente nuevamente. + +## LOCALIZATION NOTE (smtpSendInterrupted): argument %S is the Outgoing server (SMTP) +smtpSendInterrupted=El mensaje no pudo ser enviado porque se perdió la conexión al servidor SMTP %S en medio de la transacción. Intente nuevamente o contacte a su administrador de red. + +## LOCALIZATION NOTE (smtpSendTimeout): argument %S is the Outgoing server (SMTP) +smtpSendTimeout=El mensaje no pudo ser enviado porque se terminó el tiempo para la conexión al servidor SMTP %S. Intente nuevamente o contacte a su administrador de red. + +## LOCALIZATION NOTE (smtpSendFailedUnknownReason): argument %S is the Outgoing server (SMTP) +smtpSendFailedUnknownReason=El mensaje no pudo ser enviado usando el servidor SMTP %S por una razón desconocida. Verifique que las opciones del servidor SMTP sean correctas e intente nuevamente o contacte a su administrador de redes. + +# LOCALIZATION NOTE (smtpHintAuthEncryptToPlainNoSsl): %S is the server hostname +smtpHintAuthEncryptToPlainNoSsl=El servidor saliente (SMTP) %S no parece soportar contraseñas cifradas. Si acaba de configurar esta cuenta, intente cambiar el 'Método de autenticación' a 'Contraseña, trasmitida inseguramente' en 'Configuración de cuenta | Configuración del servidor'. Si solía funcionar y ahora de repente falla, es un escenario común sobre como alguien puede robarle su contraseña. + +# LOCALIZATION NOTE (smtpHintAuthEncryptToPlainSsl): %S is the server hostname +smtpHintAuthEncryptToPlainSsl=El servidor saliente (SMTP) %S no parece soportar contraseñas cifradas. Si acaba de configurar esta cuenta, intente cambiar el 'Método de autenticación' a 'Contraseña normal' en 'Configuración de cuenta | Configuración del servidor'. + +# LOCALIZATION NOTE (smtpHintAuthPlainToEncrypt): %S is the server hostname +smtpHintAuthPlainToEncrypt=El servidor saliente (SMTP) %S no permite contraseñas en texto plano. Intente cambiar el 'Método de autenticación' a 'Contraseña cifrada' en 'Configuración de cuenta | Configuración del servidor'. + +# LOCALIZATION NOTE (smtpAuthFailure): %S is the server hostname +smtpAuthFailure=No se puede autenticar al servidor SMTP %S. Verifique la contraseña y 'Método de autenticación' en 'Configuración de cuenta | Configuración del servidor saliente (SMTP)'. + +# LOCALIZATION NOTE (smtpAuthGssapi): %S is the server hostname +smtpAuthGssapi=El ticket Kerberos/GSSAPI no fue aceptado por el servidor SMTP %S. Verifique que inició sesión en Kerberos/GSSAPI. + +# LOCALIZATION NOTE (smtpAuthMechNotSupported): %S is the server hostname +smtpAuthMechNotSupported=El servidor %S no soporta el método de autenticación seleccionado. Cambie el 'Método de autenticación' en 'Configuración de cuenta | Configuración del servidor saliente (SMTP)'. + +# LOCALIZATION NOTE (errorIllegalLocalPart): %s is an email address with an illegal localpart +errorIllegalLocalPart=Hay caracteres no ASCII en la parte local de la dirección de destino %s. Ésto todavía no es soportado. Cambie esta dirección e intente nuevamente. + +# LOCALIZATION NOTE (errorIllegalLocalPart2): %s is an email address with an illegal localpart +errorIllegalLocalPart2=Hay caracteres que no son ASCII en la parte local de la dirección del destinatario %s y su servidor no es compatible con SMTPUTF8. Cambie esta dirección y vuelva a intentarlo. + +## Strings used for the save message dialog shown when the user closes a message compose window +saveDlogTitle=Guardar mensaje + +## 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=¿Guardar este mensaje en la carpeta de borradores (%1$S) y cerrar la ventana Redactar? +discardButtonLabel=&Descartar cambios + +## generics string +defaultSubject=(sin asunto) +chooseFileToAttach=Adjuntar archivo(s) + +## +windowTitlePrefix=Redactar: + +## String used by the dialog that asks the user to enter a subject +sendMsgTitle=Enviar mensaje +subjectDlogMessage=No especificó un asunto para este mensaje. Si desea proporcionar uno, ingréselo ahora. + +## String used by the dialog that informs the user about the newsgroup recipient +recipientDlogMessage=Esta cuenta solamente soporta correo. Si continúa, se ignorarán los grupos de noticias. + +## 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 no es una dirección de correo válida porque no tiene la forma usuario@servidor. Debe corregirla antes de enviar el correo electrónico. +genericFailureExplanation=Verifique que su cuenta de correo y grupos de noticias sea correcta e intente nuevamente. + +## 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=Mensaje adjunto +## String used for attachment pretty name, when the attachment is a message part +partAttachmentSafeName=Parte del mensaje adjunto + +## String used by the Initialization Error dialog +initErrorDlogTitle=Redacción de mensaje +initErrorDlgMessage=Ocurrió un error mientras se creaba una ventana de redacción de mensaje. Inténtelo nuevamente. + +## String used if the file to attach does not exist when passed as +## a command line argument +errorFileAttachTitle=Adjuntar archivo + +## LOCALIZATION NOTE (errorFileAttachMessage): %1$S will be replaced by the non-existent file name. Do not translate +errorFileAttachMessage=El archivo %1$S no existe así que no pudo adjuntarse al mensaje. + +## Strings used by the Save as Draft/Template dialog +SaveDialogTitle=Guardar mensaje + +## LOCALIZATION NOTE (SaveDialogMsg): %1$S is the folder name, %2$S is the host name +SaveDialogMsg=Su mensaje se ha guardado en la carpeta %1$S en %2$S. +CheckMsg=No mostrar este diálogo nuevamente. + +## Strings used by the prompt when Quitting while in progress +quitComposeWindowTitle=Enviando mensaje + +## LOCALIZATION NOTE (quitComposeWindowMessage): don't translate \n +quitComposeWindowMessage2=%1$S está en proceso de enviar un mensaje.\n¿Quiere esperar a que el mensaje haya sido enviado antes de salir o salir ahora? +quitComposeWindowQuitButtonLabel2=&Salir +quitComposeWindowWaitButtonLabel2=&Esperar + +## Strings used by the prompt for Ctrl-Enter check before sending message +sendMessageCheckWindowTitle=Enviar mensaje +sendMessageCheckLabel=¿Está seguro de querer enviar este mensaje? +sendMessageCheckSendButtonLabel=Enviar +assemblingMessageDone=Ensamblando mensaje…Listo +assemblingMessage=Ensamblando mensaje… +smtpDeliveringMail=Enviando correo… +smtpMailSent=Correo enviado exitosamente +assemblingMailInformation=Ensamblando información de correo… + +## LOCALIZATION NOTE (gatheringAttachment): argument %S is the file name/URI of attachment +gatheringAttachment=Adjuntando %S… +creatingMailMessage=Creando mensaje de correo… + +## LOCALIZATION NOTE (copyMessageStart): argument %S is the folder name +copyMessageStart=Copiando mensaje a la carpeta %S… +copyMessageComplete=Copia completa. +copyMessageFailed=Falló la copia. +filterMessageComplete=Filtro completo. +filterMessageFailed=Falló el filtro. + +## LOCALIZATION NOTE (largeMessageSendWarning): +## %S is the message size in user-friendly notation. Do not translate. +largeMessageSendWarning=¡Advertencia! Está por enviar un mensaje de tamaño %S que puede exceder los límites permitidos del servidor de correo. ¿Está seguro de querer hacer esto? +sendingMessage=Enviando mensaje… +sendMessageErrorTitle=Error al enviar el mensaje +postingMessage=Publicando mensaje… +sendLaterErrorTitle=Erro al enviar después +saveDraftErrorTitle=Error al guardar borrador +saveTemplateErrorTitle=Error al guardar plantilla + +## LOCALIZATION NOTE (failureOnObjectEmbeddingWhileSaving): argument %.200S is the file name/URI of object to be embedded +failureOnObjectEmbeddingWhileSaving=Hubo un problema al incluir el archivo %.200S en el mensaje. ¿Desea continuar guardando el mensaje sin este archivo? + +## LOCALIZATION NOTE (failureOnObjectEmbeddingWhileSending): argument %.200S is the file name/URI of object to be embedded +failureOnObjectEmbeddingWhileSending=Hubo un problema al incluir el archivo %.200S en el mensaje. ¿Desea continuar enviando el mensaje sin este archivo? +returnToComposeWindowQuestion=¿Desea regresar a la ventana de redacción? + +## reply header in composeMsg +## LOCALIZATION NOTE (mailnews.reply_header_authorwrotesingle): #1 is the author (name of person replying to) +mailnews.reply_header_authorwrotesingle=#1 escribió: + +## LOCALIZATION NOTE (mailnews.reply_header_ondateauthorwrote): #1 is the author, #2 is the date, #3 is the time +mailnews.reply_header_ondateauthorwrote=El #2 a las #3, #1 escribió: + +## LOCALIZATION NOTE (mailnews.reply_header_authorwroteondate): #1 is the author, #2 is the date, #3 is the time +mailnews.reply_header_authorwroteondate=#1 escribió el #2 a las #3: + +## reply header in composeMsg +## user specified +mailnews.reply_header_originalmessage=-------- Mensaje original -------- + +## forwarded header in composeMsg +## user specified +mailnews.forward_header_originalmessage=-------- Mensaje reenviado -------- + +## Strings used by the rename attachment dialog +renameAttachmentTitle=Renombrar adjunto +renameAttachmentMessage=Nuevo nombre del adjunto: + +## LOCALIZATION NOTE(smtpEnterPasswordPrompt): Do not translate the +## word %S. Place the word %S where the host name should appear. +smtpEnterPasswordPrompt=Ingrese su contraseña para %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=Ingrese la contraseña para %2$S en %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=Se necesita contraseña para el servidor saliente (SMTP) %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=El mensaje fue enviado pero no se colocó una copia en la carpeta de enviados (%1$S) debido a errores de la red o del acceso a archivos.\nPuede reintentar o guardar el mensaje localmente en %3$S/%1$S-%2$S. +errorFilteringMsg=Su mensaje ha sido enviado y guardado, pero hubo un error al ejecutar los filtros de mensaje. + +## 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=El borrador no fue copiado a la carpeta de borradores (%1$S) debido a errores de la red o del acceso a archivos\nPuede reintentar o guardar el borrador localmente en %3$S/%1$S-%2$S. +buttonLabelRetry2=&Reintentar + +## 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=La plantilla no fue copiada a la carpeta de plantillas (%1$S) debido a errores de la red o del acceso a archivos.\nPuede reintentar o guardar la plantilla localmente en %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=No se pudo guardar el mensaje en las carpetas locales. Posiblemente no haya espacio de almacenamiento libre. + +## LOCALIZATION NOTE(blockedAllowResource): %S is the URL to load. +blockedAllowResource=Desbloquear %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 ha bloqueado la carga de un archivo en este mensaje. Desbloquearlo lo incluirá en el mensaje enviado;%S ha bloqueado la carga de algunos archivos en este mensaje. Si desbloquea un archivo se incluirá en su mensaje enviado. + +## LOCALIZATION NOTE (blockedContentPrefLabel, blockedContentPrefAccesskey): +## Same content as (blockedContentPrefLabel, blockedContentPrefAccesskey) +## in mail directory. SeaMonkey does only use Options and not Preferences. +blockedContentPrefLabel=Opciones +blockedContentPrefAccesskey=O diff --git a/l10n-es-AR/suite/chrome/mailnews/compose/mailComposeEditorOverlay.dtd b/l10n-es-AR/suite/chrome/mailnews/compose/mailComposeEditorOverlay.dtd new file mode 100755 index 0000000000..9b5072f0b8 --- /dev/null +++ b/l10n-es-AR/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 "Adjuntar esta imagen al mensaje"> +<!ENTITY attachImageSource.accesskey "s"> + +<!ENTITY attachLinkSource.label "Adjuntar el código fuente de este enlace al mensaje"> +<!ENTITY attachLinkSource.accesskey "s"> diff --git a/l10n-es-AR/suite/chrome/mailnews/compose/messengercompose.dtd b/l10n-es-AR/suite/chrome/mailnews/compose/messengercompose.dtd new file mode 100644 index 0000000000..a2060b25be --- /dev/null +++ b/l10n-es-AR/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 "Redactar: (sin asunto)"> + +<!ENTITY fromAddr.label "De:"> +<!ENTITY fromAddr.accesskey "D"> +<!ENTITY toAddr.label "Para:"> +<!ENTITY ccAddr.label "Cc:"> +<!ENTITY bccAddr.label "Cco:"> +<!ENTITY replyAddr.label "Responder a:"> +<!ENTITY newsgroupsAddr.label "Grupo de noticias:"> +<!ENTITY followupAddr.label "Reenviar a:"> +<!ENTITY subject.label "Asunto:"> +<!ENTITY subject.accesskey "s"> +<!ENTITY attachments.label "Adjuntos:"> +<!ENTITY attachments.accesskey "A"> + +<!-- menu items: the . means that the menu item isn't implemented yet --> + +<!-- File menu items --> +<!ENTITY saveCmd.label "Guardar"> +<!ENTITY saveCmd.accesskey "G"> +<!ENTITY saveAsCmd.label "Guardar como"> +<!ENTITY saveAsCmd.accesskey "a"> +<!ENTITY saveAsFileCmd.label "Archivo…"> +<!ENTITY saveAsFileCmd.accesskey "A"> +<!ENTITY saveAsDraftCmd.label "Borrador"> +<!ENTITY saveAsDraftCmd.accesskey "d"> +<!ENTITY saveAsTemplateCmd.label "Plantilla"> +<!ENTITY saveAsTemplateCmd.accesskey "t"> +<!ENTITY attachMenu.label "Adjuntar"> +<!ENTITY attachMenu.accesskey "t"> +<!ENTITY attachFileCmd.label "Archivo(s)…"> +<!ENTITY attachFileCmd.accesskey "A"> +<!ENTITY attachPageCmd.label "Página web…"> +<!ENTITY attachPageCmd.accesskey "w"> +<!--LOCALIZATION NOTE attachVCardCmd.label Don't translate the term 'vCard' --> +<!ENTITY attachVCardCmd.label "Tarjeta personal (vCard)"> +<!ENTITY attachVCardCmd.accesskey "p"> +<!ENTITY sendNowCmd.label "Enviar ahora"> +<!ENTITY sendCmd.keycode "VK_RETURN"> +<!ENTITY sendNowCmd.accesskey "E"> +<!ENTITY sendLaterCmd.label "Enviar más tarde"> +<!ENTITY sendLaterCmd.keycode "VK_RETURN"> +<!ENTITY sendLaterCmd.accesskey "E"> + +<!-- Edit menu items --> +<!ENTITY editRewrapCmd.label "Reajuste de línea"> +<!ENTITY editRewrapCmd.key "R"> +<!ENTITY editRewrapCmd.accesskey "R"> +<!ENTITY accountManagerCmd.label "Opciones de cuentas de correo y noticias…"> +<!ENTITY accountManagerCmd.accesskey "O"> + +<!-- View menu items --> +<!ENTITY showComposeToolbarCmd.label "Barra de herramientas de correo"> +<!ENTITY showComposeToolbarCmd.accesskey "o"> +<!ENTITY showFormatToolbarCmd.label "Barra de herramientas de formato"> +<!ENTITY showFormatToolbarCmd.accesskey "f"> + +<!-- Format menu items --> +<!ENTITY formatMenu.label "Formato"> +<!ENTITY formatMenu.accesskey "o"> + +<!-- Options menu items --> +<!ENTITY optionsMenu.label "Opciones"> +<!ENTITY optionsMenu.accesskey "p"> + +<!ENTITY quoteCmd.label "Citar mensaje"> +<!ENTITY quoteCmd.accesskey "C"> +<!ENTITY selectAddressCmd.label "Seleccionar direcciones…"> +<!ENTITY selectAddressCmd.key ""> +<!ENTITY selectAddressCmd.accesskey "a"> + +<!ENTITY priorityMenu.label "Prioridad"> +<!ENTITY priorityMenu.accesskey "P"> +<!ENTITY lowestPriorityCmd.label "La más baja"> +<!ENTITY lowestPriorityCmd.accesskey "L"> +<!ENTITY lowPriorityCmd.label "Baja"> +<!ENTITY lowPriorityCmd.accesskey "B"> +<!ENTITY normalPriorityCmd.label "Normal"> +<!ENTITY normalPriorityCmd.accesskey "N"> +<!ENTITY highPriorityCmd.label "Alta"> +<!ENTITY highPriorityCmd.accesskey "A"> +<!ENTITY highestPriorityCmd.label "La más alta"> +<!ENTITY highestPriorityCmd.accesskey "L"> + +<!ENTITY returnReceiptMenu.label "Acuse de recibo"> +<!ENTITY returnReceiptMenu.accesskey "A"> +<!ENTITY dsnMenu.label "Notificación de estado de entrega"> +<!ENTITY dsnMenu.accesskey "N"> + +<!ENTITY outputFormatMenu.label "Acuse de recibo"> +<!ENTITY outputFormatMenu.accesskey "A"> +<!ENTITY autoFormatCmd.label "Formato"> +<!ENTITY autoFormatCmd.accesskey "a"> +<!ENTITY plainTextFormatCmd.label "Sólo texto sin formato"> +<!ENTITY plainTextFormatCmd.accesskey "S"> +<!ENTITY htmlFormatCmd.label "Sólo texto enriquecido (HTML)"> +<!ENTITY htmlFormatCmd.accesskey "r"> +<!ENTITY bothFormatCmd.label "Texto simple y texto enriquecido (HTML)"> +<!ENTITY bothFormatCmd.accesskey "L"> + +<!ENTITY fileCarbonCopyCmd.label "Enviar una copia a"> +<!ENTITY fileCarbonCopyCmd.accesskey "E"> +<!ENTITY fileHereMenu.label "Archivar aquí"> + +<!--LOCALIZATION NOTE Toolbar items Don't change any "chrome://" URLs --> +<!-- Toolbar items --> +<!ENTITY sendButton.label "Enviar"> +<!ENTITY addressButton.label "Dirección"> +<!ENTITY attachButton.label "Adjuntar"> +<!ENTITY spellingButton.label "Ortografía"> +<!ENTITY saveButton.label "Guardar"> +<!ENTITY stopButton.label "Detener"> + +<!--tooltips--> +<!-- We already inherit &menuBar.tooltip and &mailToolbar.tooltip from messenger.dtd --> +<!ENTITY addressBar.tooltip "Barra de direcciones"> +<!ENTITY formatToolbar.tooltip "Barra de herramientas de formato"> +<!ENTITY sendButton.tooltip "Enviar este mensaje ahora"> +<!ENTITY sendlaterButton.tooltip "Enviar este mensaje más tarde"> +<!ENTITY addressButton.tooltip "Seleccionar un destinatario de una libreta de direcciones"> +<!ENTITY attachButton.tooltip "Incluir un adjunto"> +<!ENTITY saveButton.tooltip "Guardar este mensaje"> +<!ENTITY stopButton.tooltip "Detener la transferencia actual"> + +<!-- context menu items --> +<!ENTITY openAttachment.label "Abrir"> +<!ENTITY openAttachment.accesskey "A"> +<!ENTITY renameAttachment.label "Renombrar…"> +<!ENTITY renameAttachment.accesskey "R"> +<!ENTITY deleteAttachment.accesskey "B"> +<!ENTITY selectAllAttachments.accesskey "t"> +<!ENTITY attachFile.label "Adjuntar archivo(s)…"> +<!ENTITY attachFile.accesskey "A"> +<!ENTITY attachPage.label "Adjuntar página web…"> +<!ENTITY attachPage.accesskey "w"> diff --git a/l10n-es-AR/suite/chrome/mailnews/compose/sendProgress.dtd b/l10n-es-AR/suite/chrome/mailnews/compose/sendProgress.dtd new file mode 100644 index 0000000000..dc7118877c --- /dev/null +++ b/l10n-es-AR/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 "Procesando mensaje"> +<!ENTITY status.label "Estado:"> +<!ENTITY progress.label "Progreso:"> diff --git a/l10n-es-AR/suite/chrome/mailnews/compose/sendProgress.properties b/l10n-es-AR/suite/chrome/mailnews/compose/sendProgress.properties new file mode 100644 index 0000000000..3b6e8bf8fc --- /dev/null +++ b/l10n-es-AR/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=Enviando mensaje - %S +titleSendMsg=Enviando mensaje +# LOCALIZATION NOTE (titleSaveMsgSubject): +# %S will be replaced by the message subject. +titleSaveMsgSubject=Guardando mensaje - %S +titleSaveMsg=Guardando mensaje + +# 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=Su mensaje ha sido enviado. +messageSaved=Su mensaje ha sido guardado. diff --git a/l10n-es-AR/suite/chrome/mailnews/custom.properties b/l10n-es-AR/suite/chrome/mailnews/custom.properties new file mode 100644 index 0000000000..41574c0480 --- /dev/null +++ b/l10n-es-AR/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=El encabezado que ha introducido contiene un caracter no válido, tal como ':', un caracter no imprimible, un caracter no-ASCII, o un caracter con el octavo bit activado. Por favor, elimine el caracter no válido y vuelva a intentarlo. diff --git a/l10n-es-AR/suite/chrome/mailnews/downloadheaders.dtd b/l10n-es-AR/suite/chrome/mailnews/downloadheaders.dtd new file mode 100644 index 0000000000..bc2a78e633 --- /dev/null +++ b/l10n-es-AR/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 "Descargar todos los encabezados"> +<!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 "Descargar"> +<!ENTITY download.accesskey "s"> +<!--LOCALIZATION NOTE (headers.label): see note for download.label --> +<!ENTITY headers.label "encabezados"> +<!ENTITY headers.accesskey "e"> +<!ENTITY mark.label "Marcar los encabezados restantes como leídos"> +<!ENTITY mark.accesskey "M"> diff --git a/l10n-es-AR/suite/chrome/mailnews/fieldMapImport.dtd b/l10n-es-AR/suite/chrome/mailnews/fieldMapImport.dtd new file mode 100644 index 0000000000..76ba40c08c --- /dev/null +++ b/l10n-es-AR/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 "Importar libreta de direcciones"> +<!ENTITY fieldMapImport.size "width: 40em; height: 30em;"> +<!ENTITY fieldMapImport.recordNumber "Registro:"> +<!ENTITY fieldMapImport.next.label "Siguiente"> +<!ENTITY fieldMapImport.next.accesskey "n"> +<!ENTITY fieldMapImport.previous.label "Anterior"> +<!ENTITY fieldMapImport.previous.accesskey "A"> +<!ENTITY fieldMapImport.text "Use subir y bajar para elegir el orden los campos de la libreta de direcciones de la izquierda para importar en la parte derecha. Desmarque los elementos que no quiera importar."> +<!ENTITY fieldMapImport.up.label "Subir"> +<!ENTITY fieldMapImport.up.accesskey "S"> +<!ENTITY fieldMapImport.down.label "Bajar"> +<!ENTITY fieldMapImport.down.accesskey "B"> +<!ENTITY fieldMapImport.fieldListTitle "Campos de la libreta de direcciones"> +<!ENTITY fieldMapImport.dataTitle "Registros de datos a importar:"> +<!ENTITY fieldMapImport.skipFirstRecord.label "Primer registro contiene nombres de campo"> +<!ENTITY fieldMapImport.skipFirstRecord.accessKey "N"> + + diff --git a/l10n-es-AR/suite/chrome/mailnews/filter.properties b/l10n-es-AR/suite/chrome/mailnews/filter.properties new file mode 100644 index 0000000000..d8497e41ab --- /dev/null +++ b/l10n-es-AR/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=Debe seleccionar una carpeta de destino. +enterValidEmailAddress=Ingrese una dirección válida de correo a quien reenviar. +pickTemplateToReplyWith=Seleccione una plantilla con la cual responder. +mustEnterName=Debe dar un nombre al filtro. +cannotHaveDuplicateFilterTitle=Nombre de filtro duplicado +cannotHaveDuplicateFilterMessage=El nombre de filtro que ha elegido ya existe. Por favor, elija un nombre distinto. +mustHaveFilterTypeTitle=No hay evento de filtro seleccionado +mustHaveFilterTypeMessage=Debe seleccionar al menos un evento cuando se aplique este filtro. Si temporariamente no desea que el filtro se ejecute ante ningún evento, desmarque el estado habilitado del diálogo de filtros de mensaje. +deleteFilterConfirmation=¿Está seguro de querer borrar el/los filtro(s) seleccionado(s)? +untitledFilterName=Filtro sin título +matchAllFilterName=Coincidir todos los mensajes +filterListBackUpMsg=Sus filtros no funcionan porque el archivo msgFilterRules.dat, que contiene sus filtros, no se puede leer. Se creará un nuevo archivo msgFilterRules.dat y se hará una copia del antiguo en el mismo directorio, llamado rulesbackup.dat. +customHeaderOverflow=Ha excedido el límite de 50 encabezados personalizados. Por favor, elimine una o más encabezadoss personalizados y vuelva a intentarlo. +filterCustomHeaderOverflow=Sus filtros han excedido el límite de 50 encabezados personalizados. Por favor, edite el archivo msgFilterRules.dat, que contiene sus filtros, para utilizar menos encabezados personalizados. +invalidCustomHeader=Uno de sus fitros utiliza una encabezado personalizado que contiene un caracter no válido, tal como ':', un caracter no imprimible, un caracter no-ASCII o un caracter con el octavo bit activado. Por favor, edite el archivo msgFilterRules.dat, que contiene sus filtros, para eliminar los caracteres no válidos de sus encabezados personalizados. +continueFilterExecution=Ha fallado la aplicación del filtro %S. ¿Quiere continuar aplicando filtros? +promptTitle=Ejecutando filtros +promptMsg=En este momento está procesando el filtrado de mensajes.\n¿Quiere continuar aplicando filtros? +stopButtonLabel=Parar +continueButtonLabel=Continuar +cannotEnableFilter=Este filtro probablemente ha sido creado por versiones más modernas de Mozilla/Netscape. No puede habilitar este filtro porque esta versión de la aplicación no sabe cómo aplicarlo. +# LOCALIZATION NOTE(cannotEnableIncompatFilter) +# %S=the name of the application +cannotEnableIncompatFilter=Este filtro fue probablemente creado por una versión de %S nueva o incompatible. No se puede habilitar este filtro porque no sabemos como aplicarlo. +# LOCALIZATION NOTE(contextPeriodic.label): Semi-colon list of plural forms. +# #1=the number of minutes +contextPeriodic.label=Periódicamente, cada minuto;Periódicamente, cada #1 minutos +# LOCALIZATION NOTE(filterFailureWarningPrefix) +# %1$S=filter error action +# %2$S=error code as hexadecimal string. +filterFailureWarningPrefix=Falló la acción del filtro: "%1$S" con código de error=%2$S al intentar: +filterFailureSendingReplyError=Error al enviar la respuesta +filterFailureSendingReplyAborted=Envío de respuesta abortado +filterFailureMoveFailed=Falló al mover +filterFailureCopyFailed=Falló la copia + +filterFailureAction=Falló en aplicar la acción de filtro + +searchTermsInvalidTitle=Términos de búsqueda no válidos +# LOCALIZATION NOTE(searchTermsInvalidRule) +# %1$S=search attribute name from the invalid rule +# %2$S=search operator from the bad rule +searchTermsInvalidRule=Este filtro no puede guardarse porque el término de búsqueda "%1$S %2$S" no es válido en el contexto actual. +# LOCALIZATION NOTE(filterActionOrderExplanation) +# Keep the \n\n that mean 2 linebreaks. +filterActionOrderExplanation=Cuando un mensaje coincida con este filtro, las acciones se ejecutarán en este orden:\n\n +filterActionOrderTitle=Orden de acción real +## 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=Mensaje basura detectado desde %1$S - %2$S en %3$S +# LOCALIZATION NOTE(logMoveStr) +# %1$S=message id, %2$S=folder URI +logMoveStr=id de mensaje movido = %1$S a %2$S +# LOCALIZATION NOTE(logCopyStr) +# %1$S=message id, %2$S=folder URI +logCopyStr=id de mensaje copiado = %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=Mensaje del filtro "%1$S": %2$S +# LOCALIZATION NOTE(filterLogDetectStr) +# %1$S=filter name %2$S=author, %3$S=subject, %4$S=date +filterLogDetectStr=Filtro "%1$S" aplicado al mensaje de %2$S - %3$S en %4$S +filterMissingCustomAction=Falta acción personalizada +filterAction2=prioridad cambiada +filterAction3=borrado +filterAction4=marcado como leído +filterAction5=conversación eliminada +filterAction6=conversación observada +filterAction7=destacado +filterAction8=etiquetado +filterAction9=respondido +filterAction10=reenviado +filterAction11=ejecución detenida +filterAction12=borrado del servidor POP3 +filterAction13=dejado en servidor POP3 +filterAction14=puntaje de basura +filterAction15=cuerpo descargado de servidor POP3 +filterAction16=copiado a carpeta +filterAction17=etiquetado +filterAction18=conversación ignorada +filterAction19=marcar como no leído +# 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-es-AR/suite/chrome/mailnews/folderProps.dtd b/l10n-es-AR/suite/chrome/mailnews/folderProps.dtd new file mode 100644 index 0000000000..b3575ef1b9 --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/folderProps.dtd @@ -0,0 +1,72 @@ +<!-- 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 "Propiedades"> + +<!ENTITY generalInfo.label "Información general"> +<!ENTITY folderCharsetFallback2.label "Codificación de texto de emergencia:"> +<!ENTITY folderCharsetFallback2.accesskey "E"> +<!ENTITY folderCharsetEnforce2.label "Aplicar la codificación a todos los mensajes en la carpeta (la codificación de texto individual y la detección automática serán ignoradas)"> +<!ENTITY folderCharsetEnforce2.accesskey "A"> +<!ENTITY folderRebuildSummaryFileTip2.label "Reconstruir archivo índice resumen"> +<!ENTITY folderRebuildSummaryFile2.label "Reparar carpeta"> +<!ENTITY folderRebuildSummaryFile2.accesskey "R"> +<!ENTITY folderRebuildSummaryFile.explanation "Algunas veces el archivo índice de carpetas (.msf) puede dañarse y pueden aparecer mensajes perdidos o algunos mensajes borrados vueven a mostrarse; reparar la carpeta puede solucionar estos problemas."> +<!ENTITY folderIncludeInGlobalSearch.label "Incluir mensajes de esta carpeta en los resultados globales de búsqueda"> +<!ENTITY folderIncludeInGlobalSearch.accesskey "g"> + +<!ENTITY retention.label "Política de retención"> +<!ENTITY retentionUseAccount.label "Usar mi configuración de cuenta"> +<!ENTITY retentionUseAccount.accesskey "U"> +<!ENTITY daysOld.label "días"> +<!ENTITY message.label "mensajes"> +<!ENTITY retentionCleanup.label "Para recuperar espacio en disco, los mensajes viejos pueden ser borrados permanentemente"> +<!ENTITY retentionCleanupImap.label "Para recuperar espacio en disco, los mensajes viejos pueden ser borrados permanentemente tanto las copias locales como los originales en el servidor remoto."> +<!ENTITY retentionCleanupPop.label "Para recuperar espacio en disco, los mensajes viejos pueden ser borrados permanentemente incluyendo los originales en el servidor remoto."> +<!ENTITY retentionDeleteMsg.label "Borrar mensajes de más de"> +<!ENTITY retentionDeleteMsg.accesskey "m"> +<!ENTITY retentionKeepAll.label "No borrar ningún mensaje"> +<!ENTITY retentionKeepAll.accesskey "a"> +<!ENTITY retentionKeepRecent.label "Los más nuevos"> +<!ENTITY retentionKeepRecent.accesskey "n"> +<!ENTITY retentionApplyToFlagged.label "Siempre mantener los mensajes destacados"> +<!ENTITY retentionApplyToFlagged.accesskey "e"> + +<!ENTITY folderSynchronizationTab.label "Sincronización"> +<!ENTITY folderCheckForNewMessages2.label "Al obtener nuevos mensajes para esta cuenta, siempre verificar esta carpeta"> +<!ENTITY folderCheckForNewMessages2.accesskey "c"> + +<!ENTITY offlineFolder.check.label "Seleccionar esta carpeta para usar sin conexión"> +<!ENTITY offlineFolder.check.accesskey "S"> +<!ENTITY offlineFolder.button.label "Descargar ahora"> +<!ENTITY offlineFolder.button.accesskey "D"> + +<!ENTITY selectofflineNewsgroup.check.label "Seleccionar este grupo de noticias para usar sin conexión"> +<!ENTITY selectofflineNewsgroup.check.accesskey "o"> +<!ENTITY offlineNewsgroup.button.label "Descargar ahora"> +<!ENTITY offlineNewsgroup.button.accesskey "D"> + +<!ENTITY folderProps.name.label "Nombre:"> +<!ENTITY folderProps.name.accesskey "N"> +<!ENTITY folderProps.location.label "Ubicación:"> +<!ENTITY folderProps.location.accesskey "U"> + +<!ENTITY folderSharingTab.label "Compartir"> +<!ENTITY privileges.button.label "Privilegios…"> +<!ENTITY privileges.button.accesskey "P"> +<!ENTITY permissionsDesc.label "Tiene los siguientes permisos:"> +<!ENTITY folderType.label "Tipo de carpeta:"> + +<!ENTITY folderQuotaTab.label "Cuota"> +<!ENTITY folderQuotaRoot.label "Cuota raíz:"> +<!ENTITY folderQuotaUsage.label "Uso:"> +<!ENTITY folderQuotaStatus.label "Estado:"> + +<!ENTITY numberOfMessages.label "Número de mensajes:"> +<!-- LOCALIZATION NOTE: When the number of messages can't be determined, this string is displayed as the number --> +<!ENTITY numberUnknown.label "desconocido"> +<!ENTITY sizeOnDisk.label "Tamaño en disco:"> +<!-- LOCALIZATION NOTE: When the size can't be determined, this string is displayed as the size --> +<!ENTITY sizeUnknown.label "desconocido"> + diff --git a/l10n-es-AR/suite/chrome/mailnews/folderWidgets.properties b/l10n-es-AR/suite/chrome/mailnews/folderWidgets.properties new file mode 100644 index 0000000000..8220e85771 --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/folderWidgets.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/. + +# LOCALIZATION NOTE(globalInbox) +# %S=name of the Local folders account +globalInbox=Bandeja de entrada global (%S) +# LOCALIZATION NOTE(verboseFolderFormat): %1$S is folder name, %2$S is server name +verboseFolderFormat=%1$S en %2$S +chooseFolder=Seleccionar carpeta… +chooseAccount=Seleccionar cuenta… +noFolders=No hay carpetas disponibles + + diff --git a/l10n-es-AR/suite/chrome/mailnews/folderpane.dtd b/l10n-es-AR/suite/chrome/mailnews/folderpane.dtd new file mode 100644 index 0000000000..e515715166 --- /dev/null +++ b/l10n-es-AR/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 "Nombre"> +<!ENTITY unreadColumn.label "No leído"> +<!ENTITY totalColumn.label "Total"> +<!ENTITY folderSizeColumn.label "Tamaño"> +<!ENTITY folderLocationToolbarItem.title "Ubicación de la carpeta"> +<!ENTITY mailViewsToolbarItem.title "Vistas de correo"> +<!ENTITY searchToolbarItem.title "Buscar"> +<!ENTITY searchSubjectOrAddress.placeholder "Buscar asunto o dirección"> diff --git a/l10n-es-AR/suite/chrome/mailnews/gloda.properties b/l10n-es-AR/suite/chrome/mailnews/gloda.properties new file mode 100644 index 0000000000..e529e3ae1c --- /dev/null +++ b/l10n-es-AR/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=Carpeta de correo + +# LOCALIZATION NOTE (gloda.message.attr.fromMe.*): Stores everyone involved +# with the message. This means from/to/cc/bcc. +gloda.message.attr.fromMe.facetLabel=Enviados desde mi cuenta + +# LOCALIZATION NOTE (gloda.message.attr.toMe.*): Stores everyone involved +# with the message. This means from/to/cc/bcc. +gloda.message.attr.toMe.facetLabel=Recibidos en mi cuenta + +# LOCALIZATION NOTE (gloda.message.attr.involves.*): Stores everyone involved +# with the message. This means from/to/cc/bcc. +gloda.message.attr.involves.facetLabel=Personas +gloda.message.attr.involves.includeLabel=incluye a: +gloda.message.attr.involves.excludeLabel=no incluye a: +gloda.message.attr.involves.remainderLabel=otros participantes: + +# LOCALIZATION NOTE (gloda.message.attr.date.*): Stores the date of the message. +# Thunderbird 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=Fecha + +# 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=Adjuntos + +# 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=Incluye lista de correo + +# 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 Thunderbird's side prior to 3.0. +gloda.message.attr.tag.facetLabel=Etiquetas + +# LOCALIZATION NOTE (gloda.message.attr.tag.*): Stores whether the message is +# starred or not, as indicated by a pretty star icon. In the past, the icon +# used to be a flag. The IMAP terminology continues to be "flagged". +gloda.message.attr.star.facetLabel=Destacados + +# LOCALIZATION NOTE (gloda.message.attr.read.*): Stores whether the user has +# read the message or not. +gloda.message.attr.read.facetLabel=Leídos + +# 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=Respondidos + +# 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=Reenviados + +# 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=Archivos +gloda.mimetype.category.documents.label=Documentos +gloda.mimetype.category.images.label=Imágenes +# 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=Multimedia (audio y video) +gloda.mimetype.category.pdf.label=Archivos PDF +# 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=Otros diff --git a/l10n-es-AR/suite/chrome/mailnews/imapMsgs.properties b/l10n-es-AR/suite/chrome/mailnews/imapMsgs.properties new file mode 100644 index 0000000000..c3e4a320fe --- /dev/null +++ b/l10n-es-AR/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=Alerta para la cuenta %S + +# Status - opening folder +imapStatusSelectingMailbox=Abriendo carpeta %S… + +# Status - create folder +imapStatusCreatingMailbox=Creando carpeta… + +# 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=Borrando carpeta %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=Renombrando carpeta %S… + +# Status - looking for mailboxes +imapStatusLookingForMailbox=Buscando carpetas… + +# 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=Suscribiéndose a la carpeta %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=Cancelando suscripción a la carpeta %S… + +# Status - searching imap folder +imapStatusSearchMailbox=Buscando carpeta… + +# Status - closing a folder +imapStatusCloseMailbox=Cerrando carpeta… + +# Status - compacting a folder +imapStatusExpungingMailbox=Comprimiendo carpeta… + +# Status - logging out +imapStatusLoggingOut=Cerrando sesión… + +# Status - checking server capabilities +imapStatusCheckCompat=Comprobando las características del servidor de correo + +# Status - logging on +imapStatusSendingLogin=Enviando información de identificación… + +# Status - auth logon +imapStatusSendingAuthLogin=Enviando información de identificación… + +# Status - downloading message +imapDownloadingMessage=Descargando mensaje… + +# Status - getting acl for folder +# LOCALIZATION NOTE (imapGettingACLForFolder): Do not translate the word "ACL" below. +imapGettingACLForFolder=Obteniendo carpeta ACL… + +# Status - getting server info +imapGettingServerInfo=Obteniendo información sobre el servidor… + +# Status - getting mailbox info +imapGettingMailboxInfo=Obteniendo información sobre el buzón… + +# Status - empty mime part +imapEmptyMimePart=Esta parte del cuerpo del mensaje se descargará bajo demanda. + +# 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=Descargando encabezado de mensaje %1$S de %2$S en %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=Descargar bandera de mensaje %1$S de %2$S en %3$S… + +imapDeletingMessages=Borrando mensajes… + +imapDeletingMessage=Borrando mensaje… + +# 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=Moviendo mensajes a %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=Moviendo mensaje a %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=Copiando mensajes a %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=Copiando mensaje a %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=Descargando mensaje %1$S de %2$S en %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=Encontrada la carpeta: %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=Ingrese su contraseña para %1$S en %2$S: + +# LOCALIZATION NOTE (imapServerNotImap4): Do not translate the word "IMAP4" below. +imapServerNotImap4=El servidor de correo %S no es un servidor de correo IMAP4 + +# This is intentionally left blank. +imapDone= + +imapEnterPasswordPromptTitle=Es necesaria la contraseña del servidor de correo + +# LOCALIZATION NOTE (imapEnterPasswordPromptTitleWithUsername): Do not translate the +# word %1$S. Place the word %1$S where the user name should appear. +imapEnterPasswordPromptTitleWithUsername=Ingrese su contraseña para %1$S + +imapUnknownHostError=No se pudo conectar con el servidor %S +imapOAuth2Error=Falló la autenticación al conectar al servidor %S. + +imapConnectionRefusedError=No se pudo conectar al servidor de correo %S; a conexión ha sido rechazada. + +imapNetTimeoutError=La conexión al servidor %S ha superado el tiempo de espera máximo. + +# Status - no messages to download +imapNoNewMessages=No hay mensajes nuevos en el servidor + +imapDefaultAccountName=Correo para %S + +imapSpecialChar2=El caracter %S está reservado en este servidor imap. Elija otro nombre. + +imapPersonalSharedFolderTypeName=Carpeta personal + +imapPublicFolderTypeName=Carpeta pública + +imapOtherUsersFolderTypeName=Carpeta de otro usuario + +imapPersonalFolderTypeDescription=Esta es una carpeta de correo personal. No está compartida. + +imapPersonalSharedFolderTypeDescription=Esta es una carpeta de correo personal. Ha sido compartida. + +imapPublicFolderTypeDescription=Esta es una carpeta pública. + +imapOtherUsersFolderTypeDescription=Esta es una carpeta de correo compartida por el usuario '%S'. + +imapAclFullRights=Control total + +imapAclLookupRight=Buscar + +imapAclReadRight=Leer + +imapAclSeenRight=Cambiar estado Leído/No leído + +imapAclWriteRight=Escribir + +imapAclInsertRight=Insertar (copiar en) + +imapAclPostRight=Enviar + +imapAclCreateRight=Crear subcarpeta + +imapAclDeleteRight=Borrar mensajes + +imapAclAdministerRight=Administrar carpeta + +imapServerDoesntSupportAcl=Este servidor no soporta carpetas compartidas. + +imapAclExpungeRight=Expunge + +imapServerDisconnected= El servidor %S ha cortado la conexión. Puede que el servidor se haya caído o que haya un problema en la red. + +# LOCALIZATION NOTE (autoSubscribeText): %1$S is the imap folder. +imapSubscribePrompt=¿Quiere suscribirse a %1$S? + +imapServerDroppedConnection=No es posible conectar a su servidor IMAP. Puede que haya superado el número máximo \ +de conexiones a este servidor. Si es así, utilice el cuadro de diálogo de configuraciones \ +avanzadas del servidor IMAP para reducir el número de conexiones cacheadas. + +# 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=La información de cuota no está disponible porque la carpeta no está abierta. + +# The imap capability response reports that QUOTA is not supported. +imapQuotaStatusNotSupported=Este servidor no incluye la característica de cuotas. + +imapQuotaStatusNoQuota=No hay cuotas de almacenamiento en esta carpeta. + +# The getqutaroot command succeeded but reported no quota information. +imapQuotaStatusNoQuota2=Esta carpeta no da información de cuota. + +# Folder properties were requested by the user (right-click) before the getquotaroot +# command was sent. +imapQuotaStatusInProgress=La información de cuota todavía no está disponible + +# Out of memory +imapOutOfMemory=La aplicación se ha quedado sin memoria. + +# 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=Copiando mensaje %1$S de %2$S a %3$S… + +# LOCALIZATION NOTE (imapMoveFolderToTrash): Do not translate the word %S below. +# "%S" is the name of the folder. +imapMoveFolderToTrash=¿Seguro desea borrar la carpeta '%S'? + +# LOCALIZATION NOTE (imapDeleteNoTrash): Do not translate the word %S below. +# "%S" is the name of the folder. +imapDeleteNoTrash=Borrar esta carpeta no se podrá deshacer y borrará todos los mensajes que contenga y sus subcarpetas. ¿Seguro desea borrar la carpeta '%S'? + +imapDeleteFolderDialogTitle=Borrar carpeta + +imapDeleteFolderButtonLabel=&Borrar carpeta + +# LOCALIZATION NOTE (imapAuthChangeEncryptToPlainSSL): %S is the server hostname +imapAuthChangeEncryptToPlainSSL=El servidor IMAP %S no parece soportar contraseñas cifradas. Si acaba de configurar esta cuenta, intente cambiar a 'Contraseña normal' el 'Método de autenticación' en 'Configuración de cuenta | Configuración del servidor'. Si solía funcionar y ahora de repente falla, contacte a su administrador o proveedor de correo electrónico. + +# LOCALIZATION NOTE (imapAuthChangePlainToEncrypt): %S is the server hostname +imapAuthChangePlainToEncrypt=El servidor IMAP %S no permite contraseñas en texto plano. Intente cambiar a 'Contraseña cifrada' el 'Método de autenticación' en 'Configuración de cuenta | Configuración del servidor'. + +# LOCALIZATION NOTE (imapAuthChangeEncryptToPlainNoSSL): %S is the server hostname +imapAuthChangeEncryptToPlainNoSSL=El servidor IMAP %S parece no soportar contraseñas cifradas. Si acaba de configurar esta cuenta, intente cambiar a 'Contraseña, trasmitida inseguramente' como 'Método de autenticación' en 'Configuración de cuenta | Configuración del servidor'. Si solía funcionar y ahora de repente falla, es un escenario común sobre como alguien puede robarle su contraseña. + +# LOCALIZATION NOTE (imapAuthMechNotSupported): %S is the server hostname +imapAuthMechNotSupported=El servidor IMAP %S no soporta el método de autenticación seleccionado. Cambie el 'Método de autenticación' en 'Configuración de cuenta | Configuración del servidor'. + +# LOCALIZATION NOTE (imapAuthGssapiFailed): %S is the server hostname +imapAuthGssapiFailed=El ticket Kerberos/GSSAPI no fue aceptado por el servidor IMAP %S. Verifique que inició sesión en Kerberos/GSSAPI. + +# 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=El comando actual no tuvo éxito. El servidor de correo para la cuenta %1$S respondió: %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=La operación actual en '%2$S' no tuvo éxito. El servidor de correo para la cuenta %1$S respondió: %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=Alerta desde la cuenta %1$S: %2$S diff --git a/l10n-es-AR/suite/chrome/mailnews/importDialog.dtd b/l10n-es-AR/suite/chrome/mailnews/importDialog.dtd new file mode 100644 index 0000000000..459ccd6cfe --- /dev/null +++ b/l10n-es-AR/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 "Importar"> +<!ENTITY importAll.label "Importar todo"> +<!ENTITY importAll.accesskey "I"> +<!ENTITY importMail.label "Correo"> +<!ENTITY importMail.accesskey "C"> +<!ENTITY importFeeds.label "Suscripciones a canales"> +<!ENTITY importFeeds.accesskey "S"> +<!ENTITY importAddressbook.label "Libretas de direcciones"> +<!ENTITY importAddressbook.accesskey "L"> +<!ENTITY importSettings.label "Configuración"> +<!ENTITY importSettings.accesskey "o"> +<!ENTITY importFilters.label "Filtros"> +<!ENTITY importFilters.accesskey "F"> + +<!ENTITY window.width "40em"> +<!ENTITY window.macWidth "45em"> + +<!ENTITY importTitle.label "Asistente de &brandShortName;"> +<!ENTITY importShortDesc.label "Importar correo, libretas de direcciones, configuraciones y filtros de otros programas"> + +<!ENTITY importDescription1.label "Este asistente importará los mensajes de correo, entradas en la libreta de direcciones, preferencias y/o filtros desde otros programas de correo y formatos comunes de libretas de direcciones a &brandShortName;."> +<!ENTITY importDescription2.label "Cuando hayan sido importados, podrá acceder a ellos desde &brandShortName;."> + +<!ENTITY selectDescription.label "Seleccione el tipo de archivo que quiere importar:"> +<!ENTITY selectDescriptionB.label "Seleccione una cuenta existente o cree una cuenta nueva:"> +<!ENTITY selectDescription.accesskey "S"> +<!ENTITY acctName.label "Nombre:"> +<!ENTITY acctName.accesskey "N"> +<!ENTITY noModulesFound.label "No se encontró ninguna aplicación o archivo para importar datos."> + +<!ENTITY back.label "< Atrás"> +<!ENTITY forward.label "Siguiente >"> +<!ENTITY finish.label "Finalizar"> +<!ENTITY cancel.label "Cancelar"> + +<!ENTITY select.label "o seleccione el tipo de material a importar:"> + +<!ENTITY title.label "Título"> +<!ENTITY processing.label "Importando…"> diff --git a/l10n-es-AR/suite/chrome/mailnews/importMsgs.properties b/l10n-es-AR/suite/chrome/mailnews/importMsgs.properties new file mode 100644 index 0000000000..8e90a7c29b --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/importMsgs.properties @@ -0,0 +1,308 @@ +# 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 se encontraron libretas de direcciones para importar. + +# Error: Address book import not intialized +## @name IMPORT_ERROR_AB_NOTINITIALIZED +## @loc None +2001=No se ha podido importar la libreta de direcciones: error de inicialización. + +# Error: Unable to create the import thread +## @name IMPORT_ERROR_AB_NOTHREAD +## @loc None +2002=Imposible importar la libreta de direcciones: no se pudo crear la conversación de importación + +# 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 importando %S: no se ha podido crear una libreta de direcciones. + +# Success message when no mailboxes are found to import +## @name IMPORT_NO_MAILBOXES +## @loc None +2004=No se encontraron buzones a importar + +# Error: Mailbox import not intialized +## @name IMPORT_ERROR_MB_NOTINITIALIZED +## @loc None +2005=No se han podido importar los buzones. Error de inicialización + +# Error: Unable to create the import thread +## @name IMPORT_ERROR_MB_NOTHREAD +## @loc None +2006=No se han podido importar los buzones. No se pudo crear un hilo de proceso para importar + +# Error: Unable to create the proxy object for importing mailboxes +## @name IMPORT_ERROR_MB_NOPROXY +## @loc None +2007=No se han podido importar los buzones. Fue imposible crear objetos intermedios para los buzones de destino + +# 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 creando buzones de destino. No se pudo encontrar el buzón %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 importando buzón %S. No se ha podido crear un buzón de destino + +# Error: No destination folder to import mailboxes +## @name IMPORT_ERROR_MB_NODESTFOLDER +## @loc None +2010=No se ha podido crear una carpeta para importar el correo + +# Description: Address book field name +## @name IMPORT_FIELD_DESC_START +## @loc None +2100=Nombres + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2101=Apellido + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2102=Nombre mostrado + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2103=Apodo + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2104=Dirección de correo electrónico principal + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2105=Dirección de correo electrónico secundaria + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2106=Teléfono (Trabajo) + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2107=Teléfono particular + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2108=Fax + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2109=Buscapersonas + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2110=Teléfono móvil + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2111=Dirección personal + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2112=Dirección personal 2 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2113=Ciudad donde vive + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2114=Provincia + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2115=Código postal + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2116=País de residencia + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2117=Dirección de trabajo + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2118=Dirección de trabajo 2 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2119=Ciudad (Trabajo) + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2120=Provincia (Trabajo) + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2121=Código postal (Trabajo) + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2122=País (Trabajo) + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2123=Cargo + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2124=Departamento + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2125=Compañía + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2126=Página web 1 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2127=Página web 2 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2128=Año de nacimiento + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2129=Mes de nacimiento + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2130=Día de nacimiento + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2131=Personalizado 1 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2132=Personalizado 2 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2133=Personalizado 3 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2134=Personalizado 4 + +# Description: Address book field name +## @name IMPORT_FIELD_DESC +## @loc None +2135=Notas + +# Description: Address book field name +## @name IMPORT_FIELD_DESC_END +## @loc None +2136=Nombre de usuario AIM + +#Error strings +ImportAlreadyInProgress=Operación de importación en curso. Vuelva a intentarlo cuando la operación actual haya terminado. + +#Error strings for settings import +ImportSettingsBadModule=No se ha podido cargar el módulo de configuración +ImportSettingsNotFound=No se encontró la configuración. Compruebe que la aplicación esté instalada en la computadora. +ImportSettingsFailed=Ocurrió un error al importar la configuración. Algunos, o todos, los datos podrían haberse no importado. +# LOCALIZATION NOTE : Do not translate the word "%S" below. +ImportSettingsSuccess=La configuración fue importada de %S + +#Error string for mail import +ImportMailBadModule=No se ha podido cargar el módulo para importar correo +ImportMailNotFound=No se encontró correo para importar. Compruebe que la aplicación de correo está correctamente instalada en esta computadora. +# LOCALIZATION NOTE : Do not translate the word "%S" below. +ImportMailFailed=Ocurrió un error al importar correo desde %S +# LOCALIZATION NOTE : Do not translate the word "%S" below. +ImportMailSuccess=Se importó exitosamente el correo desde %S + +# Error string for address import +ImportAddressBadModule=No se ha podido cargar el módulo para importar libretas de direcciones +ImportAddressNotFound=No se encontró ningún libreta para importar. Compruebe que la aplicación seleccionada está correctamente instalada o que el formato del archivo sea correcto. +ImportEmptyAddressBook=No se puede importar una libreta de direcciones %S vacía. +# LOCALIZATION NOTE : Do not translate the word "%S" below. +ImportAddressFailed=Ocurrió un error importando direcciones de %S +# LOCALIZATION NOTE : Do not translate the word "%S" below. +ImportAddressSuccess=Las direcciones fueron correctamente importadas de %S + +# Error string for filters import +ImportFiltersBadModule=No se puede cargar el módulo de importación de filtros. +# LOCALIZATION NOTE : The %S will get replaced by the name of the import module. +ImportFiltersFailed=Ocurrió un error al importar filtros desde %S. +# LOCALIZATION NOTE : The %S will get replaced by the name of the import module. +ImportFiltersSuccess=Filtros exitosamente importados desde %S. +# LOCALIZATION NOTE : The %S will get replaced by the name of the import module. +ImportFiltersPartial=Filtros parcialmente importados desde %S. Advertencias: + +#Progress strings +# LOCALIZATION NOTE : Do not translate the word "%S" below. +MailProgressMeterText=Convirtiendo buzones de correo de %S +# LOCALIZATION NOTE : Do not translate the word "%S" below. +AddrProgressMeterText=Convirtiendo libretas de direcciones de %S + +#Import file dialog strings +ImportSelectSettings=Seleccione archivo de configuración +ImportSelectMailDir=Seleccione el directorio para el correo +ImportSelectAddrDir=Seleccione el directorio de la libreta de direcciones +ImportSelectAddrFile=Seleccione el archivo de la libreta de direcciones + + +# Folder Names for imported Mail +DefaultFolderName=Correo importado +# LOCALIZATION NOTE: Do not translate the word "%S" below. +ImportModuleFolderName=Importar %S + diff --git a/l10n-es-AR/suite/chrome/mailnews/junkLog.dtd b/l10n-es-AR/suite/chrome/mailnews/junkLog.dtd new file mode 100644 index 0000000000..4c87c4a502 --- /dev/null +++ b/l10n-es-AR/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 "Registro de correo basura adaptivo"> +<!ENTITY adaptiveJunkLogInfo.label "Control de actividad del registro del correo basura adaptivo."> +<!ENTITY clearLog.label "Limpiar el registro"> +<!ENTITY clearLog.accesskey "L"> +<!ENTITY closeLog.label "Cerrar"> +<!ENTITY closeLog.accesskey "C"> diff --git a/l10n-es-AR/suite/chrome/mailnews/junkMailInfo.dtd b/l10n-es-AR/suite/chrome/mailnews/junkMailInfo.dtd new file mode 100644 index 0000000000..03ef249749 --- /dev/null +++ b/l10n-es-AR/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 "Sobre el correo basura"> +<!ENTITY window.width "450"> +<!ENTITY info1a.label "El programa de correo detectó mensajes que parecen ser correo basura (también conocido como spam). Los mensajes que parecen spam llevarán un ícono que los identifique"> +<!ENTITY info1b.label "."> +<!ENTITY info2.label "Al principio deberás entrenar al programa de correo para que identifique el correo basura usando el botón de basura de la barra de herramientas para marcar los mensajes que son basura."> +<!ENTITY info3.label "Una vez que el programa de correo identifique correctamente el correo basura, puede usar los controles de correo basura para mover automáticamente el correo basura que recibe a la carpeta de basura."> +<!ENTITY info4.label "Para más información, pulse Ayuda."> diff --git a/l10n-es-AR/suite/chrome/mailnews/localMsgs.properties b/l10n-es-AR/suite/chrome/mailnews/localMsgs.properties new file mode 100644 index 0000000000..eb458addf6 --- /dev/null +++ b/l10n-es-AR/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 con la cuenta %S + +pop3EnterPasswordPromptTitle=Ingrese su contraseña + +# LOCALIZATION NOTE (pop3EnterPasswordPromptTitleWithUsername): Do not translate the +# word %1$S. Place the word %1$S where the user name should appear. +pop3EnterPasswordPromptTitleWithUsername=Ingrese su contraseña para %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=Ingrese la contraseña para %1$S en %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=Ingrese una nueva contraseña para el usuario %1$S en %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=Descargando mensaje %1$S de %2$S… + +# Status - connecting to host +hostContact=Servidor contactado, enviando información de conexión… + +# Status - no messages to download +noNewMessages=No hay mensajes nuevos. + +# 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=%1$S de %2$S mensajes recibidos + +# 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=Construyendo archivo de resumen para %S… + +# Status - parsing folder +localStatusDocumentDone=Terminado + +# Status - pop3 server error +#LOCALIZATION NOTE (pop3ServerError): Do not translate POP3 in the following line. +pop3ServerError=Ocurrió un error con el servidor de correo POP3. + +# Status - pop3 user name failed +pop3UsernameFailure=Falló el envío del nombre de usuario. + +# Status - password failed +#LOCALIZATION NOTE (pop3PasswordFailed): Do not translate "%1$S" below. +# Place the word %1$S where the user name should appear. +pop3PasswordFailed=Falló el envío de la contraseña para el usuario %1$S. + +# Status - write error occurred +pop3MessageWriteError=Error al guardar el mensaje en la casilla de correo. Verifique que el sistema de archivos le brinde la autorización para escribir y que tenga suficiente espacio en el disco como para copiar la casilla de correo. + +# 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=La cuenta %S está siendo procesada. Espere hasta que se complete el proceso para obtener los mensajes. + +# Status - retr failure from the server +pop3RetrFailure=Falló el comando RETR. Error al recuperar el mensaje. + +# Status - password undefined +pop3PasswordUndefined=Error al obtener la contraseña de correo. + +# Status - username undefined +pop3UsernameUndefined=No ha especificado un usuario para este servidor. Por favor, ingrese uno en el menú de configuración de la cuenta y vuelva a intentarlo. + +# Status - list failure +pop3ListFailure=Falló el comando LIST. Error al obtener el ID y tamaño de un mensaje. + +# Status - delete error +pop3DeleFailure=Falló el comando DELE. Error marcando un mensaje como borrado. + +# Status - stat failed +pop3StatFail=Falló el comando STAT. Error al obtener el número de mensajes y sus tamaños. + +#LOCALIZATION NOTE (pop3ServerSaid): Do not remove the leading space during translation. +pop3ServerSaid= El servidor de correo %S respondió: + +copyingMessagesStatus=Copiando %S de %S mensajes a %S + +movingMessagesStatus=Moviendo %S de %S mensajes a %S + +movemailCantOpenSpoolFile=No se puede abrir el archivo de spool de correo %S. + +movemailCantCreateLock=No se puede crear el archivo de bloqueo %S. Para que movemail funcione, hay que crear archivos de bloqueo en el directorio de spool de correo. En muchos sistemas, esto se hace fijando el modo 01777 en el directorio spool. + +movemailCantDeleteLock=No se puede borrar el archivo de bloqueo %S. + +movemailCantTruncateSpoolFile=No se puede truncar el archivo de spool %S. + +movemailSpoolFileNotFound=No se puede encontrar el archivo de spool de correo. + +#LOCALIZATION NOTE (movemailCantParseSpool): %S is file name +movemailCantParseSpool=No se puede analizar el archivo de spool %S. El archivo puede estar corrupto o no es válido. + +pop3TmpDownloadError=Hubo un error descargando el siguiente mensaje: \nDe: %S\n Asunto: %S\n Este mensaje puede contener un virus o no hay espacio suficiente en disco. ¿Saltear este mensaje? + +# 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=El servidor de correo POP3 (%S) no soporta UIDL o XTND XLST, que son requeridos para implementar las opciones de ``Dejar en el servidor'', ``Tamaño máximo de mensaje'' o ``Recuperar solamente encabezados''. Para descargar el correo, desactive estas opciones en la configuración del servidor para su servidor de correo en la ventana de Configuración de cuenta. + +# 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=El servidor de correo POP3 (%S) no soporta el comando TOP. Sin soporte de servidor para ésto, no podemos implementar las preferencias de ``Tamaño máximo de mensaje'' o ``Recuperar solamente encabezados''. Esta opción ha sido deshabilitada y los mensajes se descargarán sin importar su tamaño. + +nsErrorCouldNotConnectViaTls=No se puede establecer una conexión TLS con el servidor POP3. El servidor puede estar caído o puede estar configurado incorrectamente. Verifique la configuración correcta en las opciones de servidor para su servidor de correo en la ventana de Configuración de cuenta e intente nuevamente. + +# LOCALIZATION NOTE (pop3MoveFolderToTrash): Do not translate the word %S below. +# "%S" is the name of the folder. +pop3MoveFolderToTrash=¿Seguro desea borrar la carpeta '%S'? + +pop3DeleteFolderDialogTitle=Borrar carpeta + +pop3DeleteFolderButtonLabel=&Borrar carpeta + +pop3AuthInternalError=Error interno de estado durante autentitación al servidor POP3. Éste es un error interno, inesperado en la aplicación, infórmelo como un error. + +pop3AuthChangeEncryptToPlainNoSSL=Este servidor POP3 no parece soportar contraseñas cifradas. Si acaba de configurar esta cuenta, intente cambiar a 'Contraseña, trasmitida inseguramente' como 'Método de autenticación' en 'Configuración de cuenta | Configuración del servidor'. Si solía funcionar y ahora de repente falla, es un escenario común sobre como alguien puede robarle su contraseña. + +pop3AuthChangeEncryptToPlainSSL=Este servidor POP3 no parece soportar contraseñas cifradas. Si acaba de configurar esta cuenta, intente cambiar a 'Contraseña normal' como 'Método de autenticación' en 'Configuración de cuenta | Configuración del servidor'. Si solía funcionar y ahora de repente falla, contacte a su administrador o proveedor de correo electrónico. + +pop3AuthChangePlainToEncrypt=Este servidor POP3 no parece soportar contraseñas en texto plano. Intente cambiar a 'Contraseña cifrada' el 'Método de autenticación' en 'Configuración de cuenta | Configuración del servidor'. + +# Authentication server caps and pref don't match +pop3AuthMechNotSupported=El servidor de correo no soporta el método de autenticación seleccionado. Cambie el 'Método de autenticación' en 'Configuración de cuenta | Configuración del servidor'. + +# Status - Could not log in to GSSAPI, and it was the only method +pop3GssapiFailure=El ticket Kerberos/GSSAPI no fue aceptado por el servidor POP. Verifique que inició sesión en Kerberos/GSSAPI. diff --git a/l10n-es-AR/suite/chrome/mailnews/mailEditorOverlay.dtd b/l10n-es-AR/suite/chrome/mailnews/mailEditorOverlay.dtd new file mode 100644 index 0000000000..35e4ab1b56 --- /dev/null +++ b/l10n-es-AR/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 "Enviar página…"> +<!ENTITY sendPage.accesskey "g"> diff --git a/l10n-es-AR/suite/chrome/mailnews/mailKeysOverlay.dtd b/l10n-es-AR/suite/chrome/mailnews/mailKeysOverlay.dtd new file mode 100644 index 0000000000..15c6d00018 --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/mailKeysOverlay.dtd @@ -0,0 +1,27 @@ +<!-- 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 "Como leídos"> +<!ENTITY markAsReadCmd.accesskey "l"> +<!ENTITY markAsReadCmd.key "m"> + +<!ENTITY markFlaggedCmd.label "Destacado"> +<!ENTITY markFlaggedCmd.accesskey "D"> +<!ENTITY markFlaggedCmd.key "i"> + +<!ENTITY openMessageWindowCmd.label "Abrir mensaje"> +<!ENTITY openMessageWindowCmd.accesskey "A"> +<!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-es-AR/suite/chrome/mailnews/mailOverlay.dtd b/l10n-es-AR/suite/chrome/mailnews/mailOverlay.dtd new file mode 100644 index 0000000000..913ab00056 --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/mailOverlay.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 newMessageCmd.key "M"> +<!ENTITY newMessageCmd.label "Mensaje"> +<!ENTITY newMessageCmd.accesskey "M"> + +<!ENTITY newContactCmd.label "Contacto…"> +<!ENTITY newContactCmd.accesskey "C"> + +<!ENTITY printButton.label "Imprimir"> +<!ENTITY printButton.tooltip "Imprimir este mensaje"> + diff --git a/l10n-es-AR/suite/chrome/mailnews/mailTasksOverlay.dtd b/l10n-es-AR/suite/chrome/mailnews/mailTasksOverlay.dtd new file mode 100644 index 0000000000..6e8d86b50b --- /dev/null +++ b/l10n-es-AR/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 "Correo y noticias"> +<!ENTITY messengerCmd.accesskey "C"> +<!ENTITY messengerCmd.commandkey "2"> +<!ENTITY addressBookCmd.label "Libreta de direcciones"> +<!ENTITY addressBookCmd.accesskey "a"> +<!ENTITY addressBookCmd.commandkey "5"> + +<!ENTITY taskMessenger.tooltip "Correo y noticias"> +<!ENTITY taskAddressBook.tooltip "Libreta de direcciones"> + +<!-- searchAddressesCmd is also used by addressbook --> +<!ENTITY searchAddressesCmd.label "Buscar direcciones…"> +<!ENTITY searchAddressesCmd.accesskey "a"> + +<!ENTITY searchMailCmd.label "Buscar mensajes…"> +<!ENTITY searchMailCmd.accesskey "m"> +<!ENTITY searchMailCmd.key "f"> diff --git a/l10n-es-AR/suite/chrome/mailnews/mailViewList.dtd b/l10n-es-AR/suite/chrome/mailnews/mailViewList.dtd new file mode 100644 index 0000000000..838e0a410b --- /dev/null +++ b/l10n-es-AR/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 "Personalizar las vistas de mensajes"> +<!ENTITY viewName.label "Ver nombre"> + diff --git a/l10n-es-AR/suite/chrome/mailnews/mailViewSetup.dtd b/l10n-es-AR/suite/chrome/mailnews/mailViewSetup.dtd new file mode 100644 index 0000000000..282f07e3c7 --- /dev/null +++ b/l10n-es-AR/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 "Configuración de vistas de mensajes"> +<!ENTITY mailViewHeading.label "Nombre de la vista de mensajes:"> +<!ENTITY mailViewHeading.accesskey "e"> +<!ENTITY searchTermCaption.label "Cuando se selecciona esta vista, mostrar sólo los mensajes que:"> + diff --git a/l10n-es-AR/suite/chrome/mailnews/mailviews.properties b/l10n-es-AR/suite/chrome/mailnews/mailviews.properties new file mode 100644 index 0000000000..bd5bd1fa13 --- /dev/null +++ b/l10n-es-AR/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=Gente que conozco +mailViewRecentMail=Correo reciente +mailViewLastFiveDays=Últimos cinco días +mailViewNotJunk=No es basura +mailViewHasAttachments=Tiene adjuntos diff --git a/l10n-es-AR/suite/chrome/mailnews/mapi/mapi.properties b/l10n-es-AR/suite/chrome/mailnews/mapi/mapi.properties new file mode 100644 index 0000000000..ca42417821 --- /dev/null +++ b/l10n-es-AR/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=Ingrese su contraseña para %S: +loginTextwithName=Ingrese su nombre de usuario y contraseña +loginTitle=Correo %S +PasswordTitle=Correo %S + +# MAPI Security Messages +mapiBlindSendWarning=Otra aplicación está intentando enviar correo usando su perfil de usuario. ¿Está seguro de querer enviar el correo? +mapiBlindSendDontShowAgain=Avisarme cuando otras aplicaciones intenten enviar correo en mi nombre diff --git a/l10n-es-AR/suite/chrome/mailnews/markByDate.dtd b/l10n-es-AR/suite/chrome/mailnews/markByDate.dtd new file mode 100644 index 0000000000..d887164387 --- /dev/null +++ b/l10n-es-AR/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 "Marcar mensajes como leídos por fecha"> +<!ENTITY markByDateLower.label "Marcar mensajes como leídos desde:"> +<!ENTITY markByDateLower.accesskey "M"> +<!ENTITY markByDateUpper.accesskey "t"> +<!ENTITY markByDateUpper.label "Hasta:"> diff --git a/l10n-es-AR/suite/chrome/mailnews/messenger.dtd b/l10n-es-AR/suite/chrome/mailnews/messenger.dtd new file mode 100644 index 0000000000..3a826b8f33 --- /dev/null +++ b/l10n-es-AR/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 "Correo y noticias"> +<!ENTITY titleModifier.label "&brandShortName;"> +<!ENTITY titleSeparator.label " - "> + +<!-- tabmail --> +<!ENTITY tabmailClose.label "Cerrar pestaña"> +<!ENTITY tabmailClose.tooltip "Cerrar pestaña"> +<!ENTITY tabmailNewButton.tooltip "Duplicar pestaña actual"> +<!ENTITY tabmailCloseButton.tooltip "Cerrar la pestaña actual"> +<!ENTITY tabmailAllTabs.tooltip "Listar todas las pestañas"> + +<!-- menu items: the . means that the menu item isn't implemented yet --> + +<!-- File menu items --> +<!ENTITY newMessage.label "Nuevo mensaje"> +<!ENTITY newMessage.accesskey "N"> +<!ENTITY newFolderCmd.label "Carpeta…"> +<!ENTITY newFolderCmd.accesskey "C"> +<!ENTITY newVirtualFolderCmd.label "Búsqueda guardada…"> +<!ENTITY newVirtualFolderCmd.accesskey "s"> +<!ENTITY newTabCmd.label "Duplicar pestaña"> +<!ENTITY newTabCmd.accesskey "t"> +<!ENTITY newTabCmd.key "t"> +<!ENTITY closeTabCmd.label "Cerrar pestaña"> +<!ENTITY closeTabCmd.accesskey "e"> +<!ENTITY newAccountCmd.label "Cuenta…"> +<!ENTITY newAccountCmd.accesskey "a"> +<!ENTITY openMessageFileCmd.label "Abrir mensaje guardado…"> +<!ENTITY openMessageFileCmd.accesskey "m"> +<!ENTITY openAttachmentCmd.label "Adjuntos"> +<!ENTITY openAttachmentCmd.accesskey "j"> +<!ENTITY saveAsMenu.label "Guardar como"> +<!ENTITY saveAsMenu.accesskey "m"> +<!ENTITY saveAsFileCmd.label "Archivo"> +<!ENTITY saveAsFileCmd.accesskey "r"> +<!ENTITY saveAsFileCmd.key "s"> +<!ENTITY saveAsTemplateCmd.label "Plantilla"> +<!ENTITY saveAsTemplateCmd.accesskey "P"> +<!ENTITY getNewMsgCmd.label "Obtener nuevos mensajes"> +<!ENTITY getNewMsgCmd.accesskey "O"> +<!ENTITY getNewMsgCmd2.key "d"> +<!ENTITY getNewMsgForCmd.label "Recibir mensajes nuevos de"> +<!ENTITY getNewMsgForCmd.accesskey "b"> +<!ENTITY getAllNewMsgCmdPopupMenu.label "todas las cuentas"> +<!ENTITY getAllNewMsgCmdPopupMenu.accesskey "a"> +<!ENTITY getAllNewMsgCmd2.key "d"> +<!ENTITY getNextNMsgCmd.label "Obtener 500 nuevos mensajes"> +<!ENTITY getNextNMsgCmd.accesskey "t"> +<!ENTITY sendUnsentCmd.label "Procesar mensajes no enviados"> +<!ENTITY sendUnsentCmd.accesskey "v"> +<!ENTITY subscribeCmd.label "Suscribirse…"> +<!ENTITY subscribeCmd.accesskey "b"> +<!ENTITY renameFolder.label "Renombrar carpeta"> +<!ENTITY renameFolder.accesskey "R"> +<!ENTITY compactFolders.label "Compactar carpetas"> +<!ENTITY compactFolders.accesskey "C"> +<!ENTITY emptyTrashCmd.label "Vaciar papelera"> +<!ENTITY emptyTrashCmd.accesskey "p"> +<!ENTITY offlineMenu.label "Sin conexión"> +<!ENTITY offlineMenu.accesskey "x"> +<!ENTITY synchronizeOfflineCmd.label "Descargar/sincronizar ahora…"> +<!ENTITY synchronizeOfflineCmd.accesskey "s"> +<!ENTITY settingsOfflineCmd.label "Opciones sin conexión…"> +<!ENTITY settingsOfflineCmd.accesskey "e"> +<!ENTITY downloadSelectedCmd.label "Obtener mensajes seleccionados"> +<!ENTITY downloadSelectedCmd.accesskey "l"> +<!ENTITY downloadFlaggedCmd.label "Obtener mensajes destacados"> +<!ENTITY downloadFlaggedCmd.accesskey "O"> + +<!-- Edit Menu --> +<!ENTITY deleteMsgCmd.label "Borrar mensaje"> +<!ENTITY deleteMsgCmd.accesskey "r"> +<!ENTITY undeleteMsgCmd.label "Restaurar mensaje"> +<!ENTITY undeleteMsgCmd.accesskey "R"> +<!ENTITY cancelNewsMsgCmd.label "Cancelar mensaje"> +<!ENTITY cancelNewsMsgCmd.accesskey "n"> +<!ENTITY deleteMsgsCmd.label "Borrar mensajes seleccionados"> +<!ENTITY deleteMsgsCmd.accesskey "B"> +<!ENTITY undeleteMsgsCmd.label "Restaurar mensajes seleccionados"> +<!ENTITY undeleteMsgsCmd.accesskey "R"> +<!ENTITY deleteFolderCmd.label "Borrar carpeta"> +<!ENTITY deleteFolderCmd.accesskey "B"> +<!ENTITY unsubscribeNewsgroupCmd.label "Cancelar suscripción"> +<!ENTITY unsubscribeNewsgroupCmd.accesskey "C"> +<!ENTITY selectMenu.label "Seleccionar"> +<!ENTITY selectMenu.accesskey "l"> +<!ENTITY selectThreadCmd.label "Conversación"> +<!ENTITY selectThreadCmd.accesskey "C"> +<!ENTITY selectThreadCmd.key "a"> +<!ENTITY selectFlaggedCmd.label "Mensajes destacados"> +<!ENTITY selectFlaggedCmd.accesskey "s"> +<!ENTITY menuFavoriteFolder.label "Carpeta favorita"> +<!ENTITY menuFavoriteFolder.accesskey "v"> +<!ENTITY folderPropsCmd.label "Propiedades…"> +<!ENTITY folderPropsFolderCmd.label "Propiedades de carpeta…"> +<!ENTITY folderPropsNewsgroupCmd.label "Propiedades del grupo…"> +<!ENTITY folderPropsCmd.accesskey "o"> +<!ENTITY accountManagerCmd.label "Configuración de cuentas…"> +<!ENTITY accountManagerCmd.accesskey "f"> +<!ENTITY undoDeleteMsgCmd.label "Deshacer Borrar mensaje"> +<!ENTITY redoDeleteMsgCmd.label "Rehacer Borrar mensaje"> +<!ENTITY undoMoveMsgCmd.label "Deshacer Mover mensaje"> +<!ENTITY redoMoveMsgCmd.label "Rehacer Mover mensaje"> +<!ENTITY undoCopyMsgCmd.label "Deshacer Copiar mensaje"> +<!ENTITY redoCopyMsgCmd.label "Rehacer Copiar mensaje"> +<!ENTITY undoMarkAllCmd.label "Deshacer Marcar todos como leídos"> +<!ENTITY redoMarkAllCmd.label "Rehacer Marcar todos como leídos"> +<!ENTITY undoDefaultCmd.label "Deshacer"> +<!ENTITY redoDefaultCmd.label "Repetir"> + +<!-- View Menu --> +<!ENTITY showMessengerToolbarCmd.label "Barra de herramientas de correo"> +<!ENTITY showMessengerToolbarCmd.accesskey "o"> +<!ENTITY showSearchToolbarCmd.label "Barra de búsquedas"> +<!ENTITY showSearchToolbarCmd.accesskey "e"> +<!ENTITY showTabsToolbarCmd.label "Barra de pestañas"> +<!ENTITY showTabsToolbarCmd.accesskey "t"> + +<!ENTITY messagePaneLayoutStyle.label "Disposición"> +<!ENTITY messagePaneLayoutStyle.accesskey "D"> +<!ENTITY messagePaneClassic.label "Vista clásica"> +<!ENTITY messagePaneClassic.accesskey "c"> +<!ENTITY messagePaneWide.label "Vista amplia"> +<!ENTITY messagePaneWide.accesskey "m"> +<!ENTITY messagePaneVertical.label "Vista vertical"> +<!ENTITY messagePaneVertical.accesskey "V"> +<!ENTITY showMessagePaneCmd.label "Vista de mensaje"> +<!ENTITY showMessagePaneCmd.accesskey "m"> +<!ENTITY showThreadPaneCmd.label "Vista de conversaciones"> +<!ENTITY showThreadPaneCmd.accesskey "t"> +<!ENTITY showFolderPaneCmd.label "Panel carpetas"> +<!ENTITY showFolderPaneCmd.accesskey "P"> +<!-- 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 "Ordenar por"> +<!ENTITY sortMenu.accesskey "O"> + +<!ENTITY sortByDateCmd.label "Fecha"> +<!ENTITY sortByDateCmd.accesskey "F"> +<!ENTITY sortByReceivedCmd.label "Recibido"> +<!ENTITY sortByReceivedCmd.accesskey "b"> +<!ENTITY sortByFlagCmd.label "Destacado"> +<!ENTITY sortByFlagCmd.accesskey "D"> +<!ENTITY sortByPriorityCmd.label "Prioridad"> +<!ENTITY sortByPriorityCmd.accesskey "P"> +<!ENTITY sortBySizeCmd.label "Tamaño"> +<!ENTITY sortBySizeCmd.accesskey "T"> +<!ENTITY sortByStatusCmd.label "Estado"> +<!ENTITY sortByStatusCmd.accesskey "E"> +<!ENTITY sortByTagsCmd.label "Etiquetas"> +<!ENTITY sortByTagsCmd.accesskey "q"> +<!ENTITY sortByJunkStatusCmd.label "Estado de correo basura"> +<!ENTITY sortByJunkStatusCmd.accesskey "s"> +<!ENTITY sortBySubjectCmd.label "Asunto"> +<!ENTITY sortBySubjectCmd.accesskey "A"> +<!ENTITY sortByFromCmd.label "De"> +<!ENTITY sortByFromCmd.accesskey "e"> +<!ENTITY sortByRecipientCmd.label "Destinatario"> +<!ENTITY sortByRecipientCmd.accesskey "D"> +<!ENTITY sortByUnreadCmd.label "Leídos"> +<!ENTITY sortByUnreadCmd.accesskey "L"> +<!ENTITY sortByOrderReceivedCmd.label "Orden de recepción"> +<!ENTITY sortByOrderReceivedCmd.accesskey "O"> +<!ENTITY sortByAttachmentsCmd.label "Adjuntos"> +<!ENTITY sortByAttachmentsCmd.accesskey "j"> +<!ENTITY sortAscending.label "Ascendente"> +<!ENTITY sortAscending.accesskey "A"> +<!ENTITY sortDescending.label "Descendente"> +<!ENTITY sortDescending.accesskey "D"> +<!ENTITY sortThreaded.label "Anidado"> +<!ENTITY sortThreaded.accesskey "A"> +<!ENTITY sortUnthreaded.label "No anidado"> +<!ENTITY sortUnthreaded.accesskey "N"> +<!ENTITY groupBySort.label "Agrupados por orden"> +<!ENTITY groupBySort.accesskey "g"> +<!ENTITY msgsMenu.label "Mensajes"> +<!ENTITY msgsMenu.accesskey "M"> +<!ENTITY threads.label "Conversaciones"> +<!ENTITY threads.accesskey "v"> +<!ENTITY allMsgsCmd.label "Todo"> +<!ENTITY allMsgsCmd.accesskey "T"> +<!ENTITY expandAllThreadsCmd.label "Expandir todas las conversaciones"> +<!ENTITY expandAllThreadsCmd.accesskey "E"> +<!ENTITY expandAllThreadsCmd.key "*"> +<!ENTITY collapseAllThreadsCmd.label "Contraer todas las conversaciones"> +<!ENTITY collapseAllThreadsCmd.accesskey "C"> +<!ENTITY collapseAllThreadsCmd.key "\"> +<!ENTITY unreadMsgsCmd.label "No leídos"> +<!ENTITY unreadMsgsCmd.accesskey "N"> +<!ENTITY threadsWithUnreadCmd.label "Conversaciones con no leídos"> +<!ENTITY threadsWithUnreadCmd.accesskey "o"> +<!ENTITY watchedThreadsWithUnreadCmd.label "Conversaciones observadas con no leídos"> +<!ENTITY watchedThreadsWithUnreadCmd.accesskey "v"> +<!ENTITY ignoredThreadsCmd.label "Conversaciones ignoradas"> +<!ENTITY ignoredThreadsCmd.accesskey "i"> + +<!ENTITY headersMenu.label "Encabezados"> +<!ENTITY headersMenu.accesskey "c"> +<!ENTITY headersAllCmd.label "Todo"> +<!ENTITY headersAllCmd.accesskey "T"> +<!ENTITY headersNormalCmd.label "Normal"> +<!ENTITY headersNormalCmd.accesskey "N"> +<!ENTITY bodyMenu.label "Cuerpo del mensaje como"> +<!ENTITY bodyMenu.accesskey "u"> +<!ENTITY bodyAllowHTML.label "HTML original"> +<!ENTITY bodyAllowHTML.accesskey "H"> +<!ENTITY bodySanitized.label "HTML simple"> +<!ENTITY bodySanitized.accesskey "s"> +<!ENTITY bodyAsPlaintext.label "Texto sin formato"> +<!ENTITY bodyAsPlaintext.accesskey "T"> +<!ENTITY bodyAllParts.label "Todas las partes del cuerpo"> +<!ENTITY bodyAllParts.accesskey "a"> + +<!ENTITY bodyMenuFeed.label "Feed Message Body As"> +<!ENTITY bodyMenuFeed.accesskey "S"> +<!ENTITY viewFeedWebPage.label "Página web"> +<!ENTITY viewFeedWebPage.accesskey "w"> +<!ENTITY viewFeedSummary.label "Resumen"> +<!ENTITY viewFeedSummary.accesskey "m"> +<!ENTITY viewFeedSummaryFeedPropsPref.label "Formato predeterminado"> +<!ENTITY viewFeedSummaryFeedPropsPref.accesskey "d"> + +<!ENTITY viewAttachmentsInlineCmd.label "Ver adjuntos incorporados"> +<!ENTITY viewAttachmentsInlineCmd.accesskey "a"> +<!ENTITY reloadCmd.label "Recargar"> +<!ENTITY reloadCmd.accesskey "R"> +<!ENTITY stopCmd.label "Detener"> +<!ENTITY stopCmd.accesskey "D"> +<!ENTITY pageSourceCmd.label "Fuente del mensaje"> +<!ENTITY pageSourceCmd.accesskey "u"> +<!ENTITY pageSourceCmd.key "u"> + +<!ENTITY findCmd.label "Buscar en este mensaje…"> + +<!-- 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 "Ir"> +<!ENTITY goMenu.accesskey "I"> +<!ENTITY nextMenu.label "Siguiente"> +<!ENTITY nextMenu.accesskey "S"> +<!ENTITY nextMsgCmd.label "Mensaje"> +<!ENTITY nextMsgCmd.accesskey "M"> +<!ENTITY nextMsgCmd.key "f"> +<!ENTITY nextUnreadMsgCmd.label "Mensaje no leído"> +<!ENTITY nextUnreadMsgCmd.accesskey "n"> +<!ENTITY nextUnreadMsgCmd.key "n"> +<!ENTITY nextFlaggedMsgCmd.label "Mensaje destacado"> +<!ENTITY nextFlaggedMsgCmd.accesskey "M"> +<!ENTITY nextUnreadThread.label "Conversación no leída"> +<!ENTITY nextUnreadThread.accesskey "c"> +<!ENTITY nextUnreadThread.key "t"> +<!ENTITY prevMenu.label "Anterior"> +<!ENTITY prevMenu.accesskey "A"> +<!ENTITY prevMsgCmd.label "Mensaje"> +<!ENTITY prevMsgCmd.accesskey "M"> +<!ENTITY prevMsgCmd.key "b"> +<!ENTITY prevUnreadMsgCmd.label "Mensaje no leído"> +<!ENTITY prevUnreadMsgCmd.accesskey "n"> +<!ENTITY prevUnreadMsgCmd.key "p"> +<!ENTITY goBackCmd.label "Atrás"> +<!ENTITY goBackCmd.accesskey "t"> +<!ENTITY goBackCmd.commandKey "["> +<!ENTITY goForwardCmd.label "Adelante"> +<!ENTITY goForwardCmd.accesskey "A"> +<!ENTITY goForwardCmd.commandKey "]"> +<!ENTITY prevFlaggedMsgCmd.label "Mensaje destacado"> +<!ENTITY prevFlaggedMsgCmd.accesskey "M"> +<!ENTITY folderMenu.label "Carpeta"> +<!ENTITY folderMenu.accesskey "o"> +<!ENTITY startPageCmd.label "Página de inicio del correo"> +<!ENTITY startPageCmd.accesskey "i"> + +<!-- Message Menu --> +<!ENTITY msgMenu.label "Mensaje"> +<!ENTITY msgMenu.accesskey "M"> +<!ENTITY newMsgCmd.label "Nuevo mensaje"> +<!ENTITY newMsgCmd.accesskey "N"> +<!ENTITY newNewMsgCmd.label "Mensaje"> +<!ENTITY newNewMsgCmd.accesskey "M"> +<!ENTITY replyMsgCmd.label "Responder"> +<!ENTITY replyMsgCmd.accesskey "R"> +<!ENTITY replyMsgCmd.key "r"> +<!ENTITY replyListCmd.label "Responder a lista"> +<!ENTITY replyListCmd.accesskey "i"> +<!ENTITY replyNewsgroupCmd.label "Responder al grupo de noticias"> +<!ENTITY replyNewsgroupCmd.accesskey "g"> +<!ENTITY replySenderCmd.label "Responder sólo al remitente"> +<!ENTITY replySenderCmd.accesskey "R"> +<!ENTITY replyToAllMsgCmd.label "Responder a todos"> +<!ENTITY replyToAllMsgCmd.accesskey "p"> +<!ENTITY replyToAllMsgCmd.key "r"> +<!ENTITY replyToSenderAndNewsgroupCmd.label "Responder al remitente y grupo de noticas"> +<!ENTITY replyToSenderAndNewsgroupCmd.accesskey "p"> +<!ENTITY replyToAllRecipientsCmd.label "Responder a todos los destinatarios"> +<!ENTITY replyToAllRecipientsCmd.accesskey "R"> +<!ENTITY forwardMsgCmd.label "Reenviar"> +<!ENTITY forwardMsgCmd.accesskey "v"> +<!ENTITY forwardMsgCmd.key "l"> +<!ENTITY forwardAsMenu.label "Reenviar como"> +<!ENTITY forwardAsMenu.accesskey "o"> +<!ENTITY forwardAsInline.label "Incorporado"> +<!ENTITY forwardAsInline.accesskey "I"> +<!ENTITY forwardAsAttachmentCmd.label "Adjunto"> +<!ENTITY forwardAsAttachmentCmd.accesskey "A"> +<!ENTITY editMsgAsNewCmd.label "Editar mensaje como nuevo"> +<!ENTITY editMsgAsNewCmd.accesskey "E"> +<!ENTITY editMsgAsNewCmd.key "e"> +<!ENTITY createFilter.label "Crear filtro a partir del mensaje…"> +<!ENTITY createFilter.accesskey "a"> +<!ENTITY archiveMsgCmd.label "Archivar"> +<!ENTITY archiveMsgCmd.accesskey "A"> +<!ENTITY archiveMsgCmd.key "a"> +<!ENTITY moveMsgToMenu.label "Mover a"> +<!ENTITY moveMsgToMenu.accesskey "M"> +<!ENTITY copyMessageLocation.label "Copiar dirección del mensaje"> +<!ENTITY copyMessageLocation.accesskey "m"> +<!ENTITY copyMsgToMenu.label "Copiar a"> +<!ENTITY copyMsgToMenu.accesskey "C"> +<!ENTITY moveCopyMsgRecentMenu.label "Reciente"> +<!ENTITY moveCopyMsgRecentMenu.accesskey "R"> +<!ENTITY killThreadMenu.label "Ignorar conversación"> +<!ENTITY killThreadMenu.accesskey "I"> +<!ENTITY killThreadMenu.key "k"> +<!ENTITY killSubthreadMenu.label "Ignorar subconversación"> +<!ENTITY killSubthreadMenu.accesskey "s"> +<!ENTITY killSubthreadMenu.key "k"> +<!ENTITY watchThreadMenu.label "Observar conversación"> +<!ENTITY watchThreadMenu.accesskey "b"> +<!ENTITY watchThreadMenu.key "w"> +<!ENTITY fileHereMenu.label "Archivar aquí"> +<!ENTITY fileHereMenu.accesskey "A"> +<!ENTITY copyHereMenu.label "Copiar aquí"> +<!ENTITY copyHereMenu.accesskey "C"> +<!ENTITY tagMenu.label "Etiqueta"> +<!ENTITY tagMenu.accesskey "E"> +<!ENTITY tagCustomize.label "Personalizar…"> +<!ENTITY tagCustomize.accesskey "P"> +<!ENTITY markMenu.label "Marcar"> +<!ENTITY markMenu.accesskey "c"> +<!ENTITY markThreadAsReadCmd.label "Conversación como leída"> +<!ENTITY markThreadAsReadCmd.accesskey "C"> +<!ENTITY markThreadAsReadCmd.key "r"> +<!ENTITY markReadByDateCmd.label "Como leídos por fecha…"> +<!ENTITY markReadByDateCmd.accesskey "d"> +<!ENTITY markReadByDateCmd.key "c"> +<!ENTITY markAllReadCmd.label "Todos leídos"> +<!ENTITY markAllReadCmd.accesskey "T"> +<!ENTITY markAllReadCmd.key "c"> +<!ENTITY markAsJunkCmd.label "Como correo basura"> +<!ENTITY markAsJunkCmd.accesskey "s"> +<!ENTITY markAsJunkCmd.key "j"> +<!ENTITY markAsNotJunkCmd.label "Como correo normal"> +<!ENTITY markAsNotJunkCmd.accesskey "n"> +<!ENTITY markAsNotJunkCmd.key "j"> +<!ENTITY recalculateJunkScoreCmd.label "Ejecutar controles de correo basura"> +<!ENTITY recalculateJunkScoreCmd.accesskey "c"> +<!ENTITY markAsShowRemoteCmd.label "Mostrar contenido remoto"> +<!ENTITY markAsShowRemoteCmd.accesskey "e"> +<!ENTITY markAsShowRemoteCmd.key "r"> +<!ENTITY markAsNotPhishCmd.label "No es fraude"> +<!ENTITY markAsNotPhishCmd.accesskey "s"> +<!ENTITY markAsNotPhishCmd.key "p"> +<!ENTITY openFeedMessage.label "Open Feed Message"> +<!ENTITY openFeedMessage.accesskey "O"> +<!ENTITY openFeedWebPageInWindow.label "Página web en nueva ventana"> +<!ENTITY openFeedWebPageInWindow.accesskey "w"> +<!ENTITY openFeedSummaryInWindow.label "Resumen en nueva ventana"> +<!ENTITY openFeedSummaryInWindow.accesskey "s"> +<!ENTITY openFeedWebPageInMP.label "Intercambiár página web y resumen en la vista de mensaje"> +<!ENTITY openFeedWebPageInMP.accesskey "t"> + +<!-- Tools Menu --> +<!ENTITY searchMailCmd.label "Buscar mensajes…"> +<!ENTITY searchMailCmd.accesskey "B"> +<!ENTITY searchMailCmd.key "s"> +<!ENTITY searchAddressesCmd.label "Buscar direcciones…"> +<!ENTITY searchAddressesCmd.accesskey "s"> +<!ENTITY filtersCmd.label "Filtros de mensaje…"> +<!ENTITY filtersCmd.accesskey "F"> +<!ENTITY filtersApply.label "Ejecutar filtros en la carpeta"> +<!ENTITY filtersApply.accesskey "r"> +<!ENTITY filtersApplyToSelection.label "Ejecutar filtros en los mensajes seleccionados"> +<!ENTITY filtersApplyToSelection.accesskey "s"> +<!ENTITY filtersApplyToMessage.label "Ejecutar filtros en el mensaje"> +<!ENTITY filtersApplyToMessage.accesskey "s"> +<!ENTITY runJunkControls.label "Ejecutar controles de correo basura en la carpeta"> +<!ENTITY runJunkControls.accesskey "u"> +<!ENTITY deleteJunk.label "Borrar mensajes marcados como basura en la carpeta"> +<!ENTITY deleteJunk.accesskey "B"> +<!ENTITY importCmd.label "Importar…"> +<!ENTITY importCmd.accesskey "p"> + +<!-- Folder Pane --> +<!ENTITY nameColumn.label "Nombre"> +<!ENTITY unreadColumn.label "No leídos"> +<!ENTITY totalColumn.label "Total"> + +<!-- Toolbar items --> +<!ENTITY getMsgButton.label "Recibir mensajes"> +<!ENTITY getAllNewMsgCmd.label "Recibir todos los mensajes nuevos"> +<!ENTITY getAllNewMsgCmd.accesskey "G"> +<!ENTITY newMsgButton.label "Redactar"> +<!ENTITY newHTMLMessageCmd.label "Redactar en HTML"> +<!ENTITY newHTMLMessageCmd.accesskey "H"> +<!ENTITY newPlainTextMessageCmd.label "Redactar en texto plano"> +<!ENTITY newPlainTextMessageCmd.accesskey "p"> +<!ENTITY replyButton.label "Responder"> +<!ENTITY replyAllButton.label "Resp. a todos"> +<!ENTITY forwardButton.label "Reenviar"> +<!ENTITY fileButton.label "Archivo"> +<!ENTITY nextButton.label "Siguiente"> +<!ENTITY goBackButton.label "Atrás"> +<!ENTITY goForwardButton.label "Ir adelante"> +<!ENTITY deleteButton.label "Borrar"> +<!ENTITY undeleteButton.label "Recuperar"> +<!ENTITY markButton.label "Marcar"> +<!ENTITY printButton.label "Imprimir"> +<!ENTITY stopButton.label "Detener"> +<!ENTITY junkButton.label "Basura"> +<!ENTITY notJunkButton.label "No es basura"> +<!ENTITY searchButton.title "Búsqueda avanzada"> + +<!-- Tooltips --> +<!ENTITY menuBar.tooltip "Barra de menú"> +<!ENTITY mailToolbar.tooltip "Barra de herramientas de correo"> +<!ENTITY searchToolbar.tooltip "Barra de búsquedas"> +<!ENTITY advancedButton.tooltip "Búsqueda avanzada de mensajes"> +<!ENTITY getMsgButton.tooltip "Recibir mensajes nuevos"> +<!ENTITY newMsgButton.tooltip "Crear nuevo mensaje"> +<!ENTITY replyButton.tooltip "Responder al mensaje"> +<!ENTITY replyAllButton.tooltip "Responder al remitente y a todos los destinatarios"> +<!ENTITY replyAllButtonNews.tooltip "Responder al remitente y al grupo de noticias"> +<!ENTITY forwardButton.tooltip "Reenviar mensaje seleccionado"> +<!ENTITY fileButton.tooltip "Archivar mensaje seleccionado"> +<!ENTITY nextButton.tooltip "Ir al siguiente mensaje no leído"> +<!ENTITY goBackButton.tooltip "Retroceder un mensaje"> +<!ENTITY goForwardButton.tooltip "Avanzar un mensaje"> +<!ENTITY deleteButton.tooltip "Borrar el mensaje o la carpeta seleccionados"> +<!ENTITY undeleteButton.tooltip "Recuperar mensaje borrado"> +<!ENTITY markButton.tooltip "Marcar mensajes"> +<!ENTITY printButton.tooltip "Imprimir este mensaje"> +<!ENTITY stopButton.tooltip "Detener la transferencia actual"> +<!ENTITY junkButton.tooltip "Marcar los mensajes seleccionados como correo basura"> +<!ENTITY notJunkButton.tooltip "Marcar los mensajes seleccionados como correo normal"> + +<!-- Remote Content Button Popup --> +<!ENTITY remoteContentOptionsAllowForMsg.label "Mostrar contenido remoto en este mensaje"> +<!ENTITY remoteContentOptionsAllowForMsg.accesskey "S"> +<!ENTITY editRemoteContentSettings.label "Editar permisos para contenido remoto…"> +<!ENTITY editRemoteContentSettings.accesskey "E"> + +<!-- Statusbar --> +<!ENTITY statusText.label "Terminado"> + +<!-- Thread Pane Context Menu --> +<!ENTITY contextOpenNewWindow.label "Abrir el mensaje en una ventana nueva"> +<!ENTITY contextOpenNewWindow.accesskey "v"> +<!ENTITY contextOpenNewTab.label "Abrir el mensaje en una nueva pestaña"> +<!ENTITY contextOpenNewTab.accesskey "t"> +<!ENTITY contextEditAsNew.label "Editar como nuevo…"> +<!ENTITY contextEditAsNew.accesskey "E"> +<!ENTITY contextReplySender.label "Responder sólo al remitente"> +<!ENTITY contextReplySender.accesskey "R"> +<!ENTITY contextReplyList.label "Responder a lista"> +<!ENTITY contextReplyList.accesskey "i"> +<!ENTITY contextReplyNewsgroup.label "Responder al grupo de noticias"> +<!ENTITY contextReplyNewsgroup.accesskey "g"> +<!ENTITY contextReplyAll.label "Responder a todos"> +<!ENTITY contextReplyAll.accesskey "p"> +<!ENTITY contextReplySenderAndNewsgroup.label "Responder al remitente y grupo de noticas"> +<!ENTITY contextReplySenderAndNewsgroup.accesskey "p"> +<!ENTITY contextForward.label "Reenviar"> +<!ENTITY contextForward.accesskey "v"> +<!ENTITY contextForwardAsAttachment.label "Reenviar como adjunto"> +<!ENTITY contextForwardAsAttachment.accesskey "o"> +<!ENTITY contextArchive.label "Archivar"> +<!ENTITY contextArchive.accesskey "A"> +<!ENTITY contextMoveMsgMenu.label "Mover a"> +<!ENTITY contextMoveMsgMenu.accesskey "M"> +<!ENTITY contextCopyMsgMenu.label "Copiar a"> +<!ENTITY contextCopyMsgMenu.accesskey "C"> +<!ENTITY contextMoveCopyMsgRecentMenu.label "Reciente"> +<!ENTITY contextMoveCopyMsgRecentMenu.accesskey "R"> +<!ENTITY contextMoveCopyMsgFavoritesMenu.label "Favoritos"> +<!ENTITY contextMoveCopyMsgFavoritesMenu.accesskey "F"> +<!ENTITY contextSaveAs.label "Guardar como…"> +<!ENTITY contextSaveAs.accesskey "G"> +<!ENTITY contextPrint.label "Imprimir…"> +<!ENTITY contextPrint.accesskey "I"> +<!ENTITY contextPrintPreview.label "Vista previa"> +<!ENTITY contextPrintPreview.accesskey "V"> + +<!-- Folder Pane Context Menu --> +<!ENTITY folderContextGetMessages.label "Recibir mensajes de la cuenta"> +<!ENTITY folderContextGetMessages.accesskey "j"> +<!ENTITY folderContextMarkAllFoldersRead.label "Marcar todas las carpetas como leídas"> +<!ENTITY folderContextMarkAllFoldersRead.accesskey "M"> +<!ENTITY folderContextOpenNewWindow.label "Abrir"> +<!ENTITY folderContextOpenNewWindow.accesskey "b"> +<!ENTITY folderContextOpenNewTab.label "Abrir en nueva pestaña"> +<!ENTITY folderContextOpenNewTab.accesskey "t"> +<!ENTITY folderContextRename.label "Renombrar"> +<!ENTITY folderContextRename.accesskey "R"> +<!ENTITY folderContextRemove.label "Borrar"> +<!ENTITY folderContextRemove.accesskey "B"> +<!ENTITY folderContextCompact.label "Compactar esta carpeta"> +<!ENTITY folderContextCompact.accesskey "m"> +<!ENTITY folderContextEmptyTrash.label "Vaciar papelera"> +<!ENTITY folderContextEmptyTrash.accesskey "p"> +<!ENTITY folderContextEmptyJunk.label "Vaciar basura"> +<!ENTITY folderContextEmptyJunk.accesskey "V"> +<!ENTITY folderContextSendUnsentMessages.label "Enviar mensajes pendientes…"> +<!ENTITY folderContextSendUnsentMessages.accesskey "n"> +<!ENTITY folderContextUnsubscribe.label "Cancelar suscripción"> +<!ENTITY folderContextUnsubscribe.accesskey "u"> +<!ENTITY folderContextMarkNewsgroupRead.label "Marcar grupo de noticias como leído"> +<!ENTITY folderContextMarkNewsgroupRead.accesskey "g"> +<!ENTITY folderContextMarkMailFolderRead.label "Marcar carpeta como leída"> +<!ENTITY folderContextMarkMailFolderRead.accesskey "l"> +<!ENTITY folderContextNew.label "Nueva subcarpeta…"> +<!ENTITY folderContextNew.accesskey "N"> +<!ENTITY folderContextSubscribe.label "Suscribirse…"> +<!ENTITY folderContextSubscribe.accesskey "b"> +<!ENTITY folderContextSearchMessages.label "Buscar…"> +<!ENTITY folderContextSearchMessages.accesskey "s"> +<!ENTITY folderContextProperties.label "Propiedades…"> +<!ENTITY folderContextProperties.accesskey "o"> +<!ENTITY folderContextFavoriteFolder.label "Carpeta favorita"> +<!ENTITY folderContextFavoriteFolder.accesskey "a"> +<!ENTITY folderContextSettings.label "Opciones…"> +<!ENTITY folderContextSettings.accesskey "e"> + +<!-- focusSearchInput.key also used by addressbook --> +<!ENTITY focusSearchInput.key "k"> +<!ENTITY advancedButton.label "Avanzadas…"> +<!ENTITY advancedButton.accesskey "A"> +<!ENTITY searchButton.label "Buscar mensajes…"> +<!ENTITY searchButton.accesskey "S"> + +<!ENTITY all.label "Todo"> +<!ENTITY all.accesskey "T"> diff --git a/l10n-es-AR/suite/chrome/mailnews/messenger.properties b/l10n-es-AR/suite/chrome/mailnews/messenger.properties new file mode 100644 index 0000000000..4f0546244d --- /dev/null +++ b/l10n-es-AR/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=Renombrar carpeta… +compactFolder=Compactar esta carpeta +compactFolders=Compactar esta carpeta;Compactar estas carpetas +removeAccount=Borrar cuenta… +removeFolder=Borrar carpeta +newFolderMenuItem=Carpeta… +newSubfolderMenuItem=Subcarpeta… +newFolder=Nueva carpeta… +newSubfolder=Nueva subcarpeta… +markFolderRead=Marcar la carpeta como leída;Marcar las carpetas como leídas +markNewsgroupRead=Marcar el grupo de noticias como leído; Marcar los grupos de noticias como leído +folderProperties=Propiedades de carpeta +getMessages=Obtener mensajes +getMessagesFor=Obtener mensajes para la cuenta +# LOCALIZATION NOTE (getNextNewsMessages): Semi-colon list of plural forms. +# #1 is the number of news messages to get. +getNextNewsMessages=Obtener el siguiente menaje de noticias;Obtener los siguientes #1 mensajes de noticias +advanceNextPrompt=¿Ir al siguiente mensaje no leído en %S? +titleNewsPreHost=en +titleMailPreHost=para +replyToSender=Responder al remitente +reply=Responder +EMLFiles=Archivos de correo +OpenEMLFiles=Abrir mensaje +# LOCALIZATION NOTE(defaultSaveMessageAsFileName): Do not translate ".eml" +# in the line below. Also, the complete file name should be 8.3. +defaultSaveMessageAsFileName=mensaje.eml +SaveMailAs=Guardar mensaje como +SaveAttachment=Guardar adjunto +SaveAllAttachments=Guardar todos los adjuntos +DetachAttachment=Quitar adjunto +DetachAllAttachments=Quitar todos los adjuntos +ChooseFolder=Seleccionar carpeta +LoadingMessageToPrint=Cargando mensaje a imprimir… +MessageLoaded=Mensaje cargado… +PrintingMessage=Imprimiendo mensaje… +PrintPreviewMessage=Mostrando vista previa de mensaje… +PrintingContact=Imprimiendo contacto… +PrintPreviewContact=Mostrando vista previa del contacto… +PrintingAddrBook=Imprimiendo libreta de direcciones… +PrintPreviewAddrBook=Mostrando vista previa de la libreta de direcciones… +PrintingComplete=Terminado. +PreviewTitle=%S - %S +LoadingMailMsgForPrint=(Cargando contenido para imprimir) +LoadingMailMsgForPrintPreview=(Cargando contenido para vista previa) +saveAttachmentFailed=Imposible guardar el adjunto. Por favor, compruebe el nombre del archivo y vuelva a intentar. +saveMessageFailed=Imposible guardar el mensaje. Por favor, compruebe el nombre del archivo y vuelva a intentar. +fileExists=%S ya existe. ¿Desea reemplazarlo? + +downloadingNewsgroups=Descargando grupos de noticias para usar sin conexión +downloadingMail=Descargando el correo para uso sin conexión +sendingUnsent=Procesando mensajes no enviados + +folderExists=Ya existe una carpeta con ese nombre. Intente un nombre diferente. +# 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=Una subcarpeta con el nombre '%1$S' ya existe en la carpeta '%2$S'. ¿Desea mover esta carpeta usando el nuevo nombre '%3$S'? +folderCreationFailed=La carpeta no pudo crearse porque el nombre que ha especificado contiene un caracter no reconocido. Intgrese un nombre diferente y vuelva a intentar. + +compactingFolder=Compactando la carpeta %S… +# LOCALIZATION NOTE(compactingDone): %1$S is the compaction gain. +compactingDone=Compactado finalizado (aprox. %1$S ahorrado). +autoCompactAllFoldersTitle=Compactar carpetas +# 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=Los mensajes que eliminó pueden purgarse del disco. Esta operación va a ahorrar aproximadamente %1$S de espacio en el disco. Seleccione la opción siguiente para permitir que %2$S haga esto automáticamente sin preguntarle. +autoCompactNeverAskCheckbox=Borre las eliminaciones de mensajes automáticamente y no me pregunte. +proceedButton=&Continuar + +confirmFolderDeletionForFilter=Al borrar la carpeta '%S' se desactivarán los filtros asociados. ¿Seguro que quiere borrar la carpeta? +alertFilterChanged=Los filtros asociados con esta carpeta serán actualizados. +filterDisabled=La carpeta '%S' no se pudo encontrar, por lo que los filtros asociados con esta carpeta serán desactivados. Compruebe que la carpeta existe, y que los filtros apuntan a una carpeta de destino válida. +filterFolderDeniedLocked=Los mensajes no pudieron ser filtrados a la carpeta '%S' porque hay otra operación en curso. +parsingFolderFailed=No se pudo abrir la carpeta %S porque ésta está en uso por alguna otra operación. Por favor, espere que termine esa operación y seleccione esa carpeta de nuevo. +deletingMsgsFailed=No se pudieron eliminar mensajes en la carpeta %S porque está en uso por alguna otra operación. Por favor, espere que esa operación concluya y vuelva a intentar. +alertFilterCheckbox=No volver a avisarme. +compactFolderDeniedLock=La carpeta '%S' no puede ser compactada porque hay otra operación en curso. Por favor, inténtelo más tarde. +compactFolderWriteFailed=La carpeta '%S' no se pudo compactar porque falló la escritura en la carpeta. Compruebe que tiene suficiente espacio en disco y privilegios de escritura en el directorio, y vuelva a intentar. +compactFolderInsufficientSpace=Algunas carpetas (ej. '%S') no pueden compactarse porque no hay espacio libre en disco. Borre algunos archivos e intente nuevamente. +filterFolderHdrAddFailed=Los mensajes no pudieron ser filtrados a la carpeta '%S' porque agregar un mensaje falló. Verifique que la carpeta se está mostrano correctamente o trate de repararla desde las propiedades de carpeta. +filterFolderWriteFailed=Los mensajes no pudieron ser filtrados a la carpeta '%S' porque falló la escritura a esa carpeta. Compruebe que tiene suficiente espacio en disco y permiso de escritura en el directorio, e inténtelo de nuevo. +copyMsgWriteFailed=Los mensajes no han podido ser movidos o copiados a la carpeta '%S' porque falló la escritura en esa carpeta. Para conseguir más espacio, desde el menú Archivo, escoja primero Vaciar papelera, y luego escoja Compactar carpetas, y vuelva a intentar. +cantMoveMsgWOBodyOffline=Cuando se encuentra en modo sin conexión, no puede mover o copiar mensajes que no hayan sido descargados para su uso sin conexión. Desde la ventana de Correo, abra el menú Archivo, escoja Sin conexión, y luego escoja Trabajar con conexión, y vuelva a intentar. +operationFailedFolderBusy=La operación ha fallado porque otra operación está usando la carpeta. Por favor, espere a que ésta termine e inténtelo de nuevo. +folderRenameFailed=No se pudo renombrar la carpeta. Tal vez la carpeta está siendo releída, o el nuevo nombre de la carpeta no es válido. +# LOCALIZATION NOTE(verboseFolderFormat): %1$S is folder name, %2$S is server name +verboseFolderFormat=%1$S en %2$S +# LOCALIZATION NOTE(filterFolderTruncateFailed): %1$S is replaced by the folder name, %2$S is replaced by the brandShortName +filterFolderTruncateFailed=Ha sucedido un error al truncar la bandeja de entrada tras filtrar un mensaje a la carpeta '%1$S'. Puede que necesite cerrar %2$S y borrar INBOX.msf. + +mailboxTooLarge=La carpeta %S está llena y no puede contener ningún mensaje más. Para hacer lugar para más mensajes, borre los correos viejos o no deseados y compacte la carpeta. +outOfDiskSpace=No hay espacio suficiente en disco para descargar nuevos mensajes. Intente borrar los correos viejos, vaciar la Papelera y compactar sus carpetas de correo e intente nuevamente. +errorGettingDB=No se puede abrir el archivo resumen de %S. Quizás hubo un error en disco o la ruta completa es demasiado larga. + +defaultServerTag=(Predeterminado) + +# Used in message database list view to provide a text value for graphic based cells. +messageUnread=No leído +messageHasFlag=Destacado +messageHasAttachment=Tiene adjunto +messageJunk=Basura +messageExpanded=Expandido +messageCollapsed=Colapsado + +# Used in the SMTP Account Settings panel when a server value has no properties +smtpServerList-NotSpecified=<no especificado> +smtpServer-ConnectionSecurityType-0=Ninguno +smtpServer-ConnectionSecurityType-1=STARTTLS, si esta disponible +smtpServer-ConnectionSecurityType-2=STARTTLS +smtpServer-ConnectionSecurityType-3=SSL/TLS +smtpServers-confirmServerDeletionTitle=Borrar servidor +smtpServers-confirmServerDeletion=¿Seguro desea borrar el servidor: \n %S? + +# Account Settings - Both Incoming and SMTP server +authNo=Sin autenticación +authOld=Contraseña, método original (inseguro) +authPasswordCleartextInsecurely=Contraseña, transmitida inseguramente +authPasswordCleartextViaSSL=Contraseña normal +authPasswordEncrypted=Contraseña cifrada +authKerberos=Kerberos / GSSAPI +authExternal=Certificado TLS +authNTLM=NTLM +authOAuth2=OAuth2 +authAnySecure=Cualquier método seguro (obsoleto) +authAny=Cualquier método (inseguro) + +# 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=Ingrese credenciales para %1$S en %2$S + +# LOCALIZATION NOTE(serverType-nntp): Do not translate "NNTP" in the line below +serverType-nntp=Servidor de noticias (NNTP) +# LOCALIZATION NOTE(serverType-pop3): Do not translate "POP" in the line below +serverType-pop3=Servidor de correo POP +# LOCALIZATION NOTE(serverType-imap): Do not translate "IMAP" in the line below +serverType-imap=Servidor de correo IMAP +serverType-none=Almacén de correo local +# LOCALIZATION NOTE(serverType-movemail): DONT_TRANSLATE +serverType-movemail=Movemail unix + +sizeColumnTooltip2=Ordenar por tamaño +sizeColumnHeader=Tamaño +linesColumnTooltip2=Ordenar por número de líneas +linesColumnHeader=Líneas + +# status feedback stuff +documentDone= +documentLoading=Cargando mensaje… + +unreadMsgStatus=Sin leer: %S +selectedMsgStatus=Seleccionado: %S +totalMsgStatus=Total: %S + +# localized folder names + +localFolders=Carpetas locales + +# LOCALIZATION NOTE (inboxFolderName): OK to translate all foldernames, bugzilla #57440 & bugzilla #23625 fixed +inboxFolderName=Bandeja de entrada +trashFolderName=Papelera +sentFolderName=Enviados +draftsFolderName=Borradores +templatesFolderName=Plantillas +outboxFolderName=Bandeja de salida +junkFolderName=Basura +archivesFolderName=Archivados + +# "Normal" priority is often blank, +# depending on the consumers of these strings +priorityLowest=La más baja +priorityLow=Baja +priorityNormal=Normal +priorityHigh=Alta +priorityHighest=La más alta + +#Group by date thread pane titles +today=Hoy +yesterday=Ayer +lastWeek=La semana pasada +last7Days=Últimos 7 días +twoWeeksAgo=Hace dos semanas +last14Days=Últimos 14 días +older=Correo antiguo +futureDate=Futuro + +#Grouped By Tags +untaggedMessages=Mensajes sin etiqueta + +# Grouped by status +messagesWithNoStatus=Sin estado + +#Grouped by priority +noPriority=Sin prioridad + +#Grouped by has attachments +noAttachments=Sin adjuntos +attachments=Adjuntos + +#Grouped by flagged +notFlagged=No destacado +groupFlagged=Destacado + +# defaults descriptions for tag prefs listed in mailnews.js +# (we keep the .labels. names for backwards compatibility) +mailnews.tags.remove=Eliminar todas las etiquetas +mailnews.labels.description.1=Importante +mailnews.labels.description.2=Trabajo +mailnews.labels.description.3=Personal +mailnews.labels.description.4=Por hacer +mailnews.labels.description.5=Más tarde + +# 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=Respondido +forwarded=Reenviado +new=Nuevo +read=Leído +flagged=Destacado + +# for junk status picker in search and mail views +junk=Basura + +# for junk score origin picker in search and mail views +junkScoreOriginPlugin=Plugin +junkScoreOriginFilter=Filtro +junkScoreOriginWhitelist=Lista blanca +junkScoreOriginUser=Usuario +junkScoreOriginImapFlag=Bandera IMAP + +# for the has attachment picker in search and mail views +hasAttachments=Tiene adjuntos + +# for the Tag picker in search and mail views. +tag=Etiquetas + +# 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=ISO-8859-1 +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=falso + +# 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=falso + +# 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=El cuerpo de este mensaje no se ha descargado desde \ +el servidor para leerlo sin conexión. Para leer este mensaje, \ +debe volver a conectarse, elegir Sin conexión en \ +el menú Archivo y luego elegir Trabajar con conexión. \ +En el futuro, puede seleccionar qué mensajes o carpetas leer sin conexión. Para ello, \ +elija Sin conexión en el menú Archivo y luego Descargar/Sincronizar ahora. \ +Puede ajustar las preferencias de espacio en disco para evitar descargar mensajes \ +largos. + +# 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=Correo +newsAcctType=Noticias +feedsAcctType=Canales + +# LOCALIZATION NOTE(nocachedbodytitle): Do not translate "<TITLE>" or "</TITLE>" in the line below +nocachedbodytitle=<TITLE>Pasar a modo con conexión para ver este mensaje</TITLE> + +# mailWindowOverlay.js +confirmUnsubscribeTitle=Confirmar la cancelación de la suscripción +confirmUnsubscribeText=¿Está seguro de querer cancelar la suscripción a %S? + +confirmUnsubscribeManyText=¿Está seguro de que quiere cancelar la suscripción a estos grupos de noticias? + +# msgHdrViewOverlay.js +deleteAttachments=Los siguientes adjuntos serán permanentemente borrados de este mensaje:\n%S\nEsta acción no puede deshacerse. ¿Desea continuar? +detachAttachments=Los siguientes adjuntos han sido guardados exitosamente y ahora serán permanentemente borrados de este mensaje:\n%S\nEsta acción no puede deshacerse. ¿Desea continuar? +deleteAttachmentFailure=Falló el borrado de los adjuntos seleccionados. + +# 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=Adjuntos: + +# Connection Error Messages +# LOCALIZATION NOTE(unknownHostError): %S is the server name +unknownHostError=Falló la conexión con el servidor %S. +# LOCALIZATION NOTE(connectionRefusedError): %S is the server name +connectionRefusedError=No se pudo conectar con el servidor %S; la conexión fue rechazada. +# LOCALIZATION NOTE(netTimeoutError): %S is the server name +netTimeoutError=El tiempo de espera para el servidor %S se ha agotado. +# LOCALIZATION NOTE(netResetError): %S is the server name +netResetError=La conexión al servidor %S fue restablecida. +# LOCALIZATION NOTE(netInterruptError): %S is the server name +netInterruptError=La conexión al servidor %S fue interrumplida. + +# LOCALIZATION NOTE(biffNotification): %1$S is the number of new messages +biffNotification_message=tiene %1$S mensaje nuevo +biffNotification_messages=tiene %1$S mensajes nuevos + +# 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 nuevo mensaje de %2$S. +macBiffNotification_messages=%1$S nuevos mensajes de %2$S. +macBiffNotification_messages_extra=%1$S nuevos mensajes de %2$S y %3$S más. +# 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 recibió %2$S nuevo mensaje + +# LOCALIZATION NOTE(newMailNotification_messages): %1$S is the name of the account %2$S is the number of new messages +newMailNotification_messages=%1$S recibió %2$S nuevos mensajes + +# 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 recibió #2 nuevo mensaje;#1 recibió #2 nuevos mensajes + +# For the Quota tab in the mail folder properties dialog +quotaPercentUsed=%S%% lleno + +# for message views +confirmViewDeleteTitle=Confirmar +confirmViewDeleteMessage=¿Está seguro de querer borrar esta vista? + +# for virtual folders +confirmSavedSearchDeleteTitle=Borrar búsqueda guardada +confirmSavedSearchDeleteMessage=¿Está seguro de querer borrar esta búsqueda guardada? +confirmSavedSearchDeleteButton=&Borrar búsqueda guardada + +## @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=Ingrese su contraseña para %1$S en %2$S: + +## @name ENTER_PASSWORD_PROMPT_TITLE +## @loc None +passwordTitle=Contraseña para el servidor de correo requerida + +# for checking if the user really wants to open lots of messages in separate windows. +openWindowWarningTitle=Confirmar +# LOCALIZATION NOTE (openWindowWarningConfirmation): Semi-colon list of plural forms. +# #1 is the number of messages the user is attempting to open. +openWindowWarningConfirmation=Abrir #1 mensaje puede resultar lento. ¿Continuar?;Abrir #1 mensajes puede resultar lento. ¿Continuar? + +# for warning the user that a tag he's trying to create already exists +tagExists=Ya existe una etiqueta con ese nombre. + +# for checking if the user really wants to delete the adaptive filter training set +confirmResetJunkTrainingTitle=Confirmar +confirmResetJunkTrainingText=¿Está seguro de querer reiniciar los datos de entrenamiento del filtro adaptivo? + +# for the virtual folder list dialog title +# %S is the name of the saved search folder +editVirtualFolderPropertiesTitle=Editar las propiedades de la búsqueda %S +# LOCALIZATION NOTE (foldersChosen): #1 number of chosen folders +virtualFolderSourcesChosen=#1 carpeta seleccionada;#1 carpetas seleccionadas + +#alert to inform the user to choose one or more folders to search for a saved search folder +alertNoSearchFoldersSelected=Debe elegir al menos una carpeta en la que buscar para guardar la búsqueda: + +# 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 abriendo message-id +errorOpenMessageForMessageIdMessage=Mensaje para message-id %S no encontrado + +# Warnings to alert users about phishing urls +confirmPhishingTitle=Alerta de estafa por correo electrónico +#LOCALIZATION NOTE %1$S is the brand name, %2$S is the host name of the url being visited +confirmPhishingUrl1=¡%1$S piensa que este sitio es sospechoso! Puede estar intentando imitar la página web que este intentando visitar. La mayoría de lo sitios legítimos usan nombres en lugar de números. ¿Está seguro de querer visitar %2$S? +confirmPhishingUrl2=¡%1$S piensa que este sitio es sospechoso! Puede estar intentando imitar la página web que quiere visitar. ¿Está seguro que quiere visitar la página %2$S? + +#LOCALIZATION NOTE(mdnBarMessageNormal) %1$S is the name of the sender +mdnBarMessageNormal=%1$S ha pedido ser notificado cuando usted lea este mensaje. +#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 ha pedido ser notificado en %2$S cuando usted lea este mensaje. + +# mailCommands.js +emptyJunkTitle=Confirmar +emptyJunkMessage=¿Está seguro de querer borrar todos los mensajes y subcarpetas de la carpeta Basura de forma permanente? +emptyJunkDontAsk=No preguntar nuevamente. +emptyTrashTitle=Confirmar +emptyTrashMessage=¿Está seguro de querer borrar todos los mensajes y subcarpetas de la Papelera de forma permanente? +emptyTrashDontAsk=No preguntar nuevamente. + +# junkCommands.js +junkAnalysisPercentComplete=Análisis de basura %S completo +processingJunkMessages=Procesando mensajes basura + +# Messenger bootstrapping messages +fileNotFoundTitle = Archivo no encontrado +#LOCALIZATION NOTE(fileNotFoundMsg): %S is the filename +fileNotFoundMsg = El archivo %S no existe. + +confirmMsgDelete.title=Confirmar borrado +confirmMsgDelete.collapsed.desc=Ésto borrará mensajes en hilos colapsados. ¿Está seguro de querer continuar? +confirmMsgDelete.deleteNoTrash.desc=Ésto borrará los mensajes inmediatamente sin guardar una copia en la papelera. ¿Está seguro de querer continuar? +confirmMsgDelete.deleteFromTrash.desc=Esta opción barrará permanentemente los mensajes de la papelera. ¿Está seguro de querer continuar? +confirmMsgDelete.dontAsk.label=No preguntarme nuevamente +confirmMsgDelete.delete.label=Borrar + +mailServerLoginFailedTitle=Falló el ingreso +# LOCALIZATION NOTE (mailServerLoginFailedTitleWithAccount): +# "%S" is the account name. +mailServerLoginFailedTitleWithAccount=Ingreso fallido a la cuenta "%S" +# LOCALIZATION NOTE (mailServerLoginFailed2): +# %1$S is the host name of the server, %2$S is the user name. +mailServerLoginFailed2=Ingreso fallido al servidor %1$S con nombre de usuario %2$S. +mailServerLoginFailedRetryButton=&Reintentar +mailServerLoginFailedEnterNewPasswordButton=Ingr&ese nueva contraseña + +confirmMarkAllFoldersReadTitle=Marcar todas las carpetas como leídas +confirmMarkAllFoldersReadMessage=¿Está seguro de que quiere marcar todos los mensajes en todas las carpetas de esta cuenta como leídos? + +# LOCALIZATION NOTE (junkBarMessage): %S is the brandname +junkBarMessage=%S se refiere a este mensaje como basura. +junkBarButton=No es basura +junkBarButtonKey=N +junkBarInfoButton=? +junkBarInfoButtonKey=? +# LOCALIZATION NOTE (remoteContentBarMessage): %S is the brandname +remoteContentBarMessage=Para proteger su privacidad, %S ha bloqueado el contenido remoto de este mensaje. +remoteContentPrefLabel=Opciones +remoteContentPrefAccesskey=O +# LOCALIZATION NOTE(remoteContentAllow): %S is host name +remoteContentAllow=Permitir contenido remoto para %S + +# LOCALIZATION NOTE (phishingBarMessage): %S is the brandname +phishingBarMessage=%S se refiere a este mensaje como una estafa. +phishingBarIgnoreButton=Ignorar advertencia +phishingBarIgnoreButtonKey=I +mdnBarMessage=El remitente de este mensaje ha solicitado ser notificado cuando usted lea este mensaje. ¿Desea notificar al remitente? +mdnBarIgnoreButton=Ignorar pedido +mdnBarIgnoreButtonKey=I +mdnBarSendReqButton=Enviar acuse +mdnBarSendReqButtonKey=s +# LOCALIZATION NOTE (saveAsType): replace %S with the extension of the file to be saved. +saveAsType=Archivo %S diff --git a/l10n-es-AR/suite/chrome/mailnews/mime.properties b/l10n-es-AR/suite/chrome/mailnews/mime.properties new file mode 100644 index 0000000000..729d5744c2 --- /dev/null +++ b/l10n-es-AR/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=Asunto + +# 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=Fecha + +# Sender +## @name MIME_MHTML_SENDER +## @loc +1008=Remitente + +# From +## @name MIME_MHTML_FROM +## @loc +1009=De + +# Reply-To +## @name MIME_MHTML_REPLY_TO +## @loc +1010=Reply-To + +# Organization +## @name MIME_MHTML_ORGANIZATION +## @loc +1011=Organización + +# To +## @name MIME_MHTML_TO +## @loc +1012=Para + +# CC +## @name MIME_MHTML_CC +## @loc +# LOCALIZATION NOTE (1013): Do not translate "CC" below. +1013=CC + +# Newsgroups +## @name MIME_MHTML_NEWSGROUPS +## @loc +1014=Grupos de noticias + +# Followup-To +## @name MIME_MHTML_FOLLOWUP_TO +## @loc +1015=Followup-To + +# References +## @name MIME_MHTML_REFERENCES +## @loc +1016=Referencias + +# 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=Enlace al documento + +# Get Doc info +## @name MIME_MSG_DOCUMENT_INFO +## @loc +1027=<B>Información del documento:</B> + +# Msg Attachment +## @name MIME_MSG_ATTACHMENT +## @loc +1028=Adjunto + +# 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=Parte %s + +# default forwarded message prefix +## @name MIME_FORWARDED_MESSAGE_HTML_USER_WROTE +## @loc +1041=-------- Mensaje original -------- + +# Partial Message Truncated +## @name MIME_MSG_PARTIAL_TRUNCATED +## @loc +MIME_MSG_PARTIAL_TRUNCATED=¡Truncado! + +# Partial Message Truncated Explanation +## @name MIME_MSG_PARTIAL_TRUNCATED_EXPLANATION +## @loc +MIME_MSG_PARTIAL_TRUNCATED_EXPLANATION=Este mensaje excede el tamaño máximo de mensaje establecido en la configuración de cuenta, así que solamente se descargaron las primeras líneas desde el servidor de correo. + +# Partial Message Not Downloaded +## @name MIME_MSG_PARTIAL_NOT_DOWNLOADED +## @loc +MIME_MSG_PARTIAL_NOT_DOWNLOADED=No descargado + +# Partial Message Not Downloaded Explanation +## @name MIME_MSG_PARTIAL_NOT_DOWNLOADED_EXPLANATION +## @loc +MIME_MSG_PARTIAL_NOT_DOWNLOADED_EXPLANATION=Sólo los encabezados de este mensaje se descargaron del servidor de correo. + +# MIME_MSG_PARTIAL_CLICK_FOR_REST +## @name MIME_MSG_PARTIAL_CLICK_FOR_REST +## @loc +MIME_MSG_PARTIAL_CLICK_FOR_REST=Descargar el resto del mensaje. diff --git a/l10n-es-AR/suite/chrome/mailnews/mimeheader.properties b/l10n-es-AR/suite/chrome/mailnews/mimeheader.properties new file mode 100644 index 0000000000..a0502650f4 --- /dev/null +++ b/l10n-es-AR/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=Para +# LOCALIZATION NOTE (BCC); DONT_TRANSLATE +BCC=CCO +# LOCALIZATION NOTE (CC); DONT_TRANSLATE +CC=CC +DATE=Fecha +DISTRIBUTION=Distribución +# LOCALIZATION NOTE (FCC); DONT_TRANSLATE +FCC=FCC +FOLLOWUP-TO=Reenviado-a +FROM=Remitente +STATUS=Estado +LINES=Líneas +MESSAGE-ID=Message-ID +MIME-VERSION=MIME-Version +NEWSGROUPS=Grupos de noticias +ORGANIZATION=Organización +REFERENCES=Referencias +REPLY-TO=Responder a +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=Remitente +SUBJECT=Asunto +APPROVED-BY=Approved-By +USER-AGENT=User-Agent +FILENAME=Nombre de archivo diff --git a/l10n-es-AR/suite/chrome/mailnews/msgAccountCentral.dtd b/l10n-es-AR/suite/chrome/mailnews/msgAccountCentral.dtd new file mode 100644 index 0000000000..4df25d4b2a --- /dev/null +++ b/l10n-es-AR/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 "Correo electrónico"> +<!ENTITY readMsgsLink.label "Leer mensajes"> +<!ENTITY composeMsgLink.label "Redactar un mensaje nuevo"> + +<!ENTITY newsSectionHdr.label "Grupos de noticias"> +<!ENTITY subscribeNewsLink.label "Administrar suscripciones a grupos de noticias"> + +<!ENTITY accountsSectionHdr.label "Cuentas"> +<!ENTITY subscribeImapFolders.label "Administrar suscripciones a carpetas"> +<!ENTITY settingsLink.label "Ver configuración de esta cuenta"> +<!ENTITY newAcctLink.label "Crear una cuenta nueva"> + +<!ENTITY advFeaturesSectionHdr.label "Funciones avanzadas"> +<!ENTITY searchMsgsLink.label "Buscar mensajes"> +<!ENTITY filtersLink.label "Administrar filtros de mensaje"> +<!ENTITY junkSettings.label "Configuración de correo basura"> +<!ENTITY offlineLink.label "Configuración sin conexión"> + +<!ENTITY feedsSectionHdr.label "Canales"> +<!ENTITY subscribeFeeds.label "Administrar suscripciones"> + diff --git a/l10n-es-AR/suite/chrome/mailnews/msgFolderPickerOverlay.dtd b/l10n-es-AR/suite/chrome/mailnews/msgFolderPickerOverlay.dtd new file mode 100644 index 0000000000..cda978436c --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/msgFolderPickerOverlay.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/. --> + +<!-- Labels --> +<!ENTITY newfolderchoosethis.label "seleccionar ésta para el nivel superior"> +<!ENTITY filemessageschoosethis.label "seleccionar esta carpeta"> + diff --git a/l10n-es-AR/suite/chrome/mailnews/msgHdrViewOverlay.dtd b/l10n-es-AR/suite/chrome/mailnews/msgHdrViewOverlay.dtd new file mode 100644 index 0000000000..c9f4002168 --- /dev/null +++ b/l10n-es-AR/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 "Para: "> +<!ENTITY fromField.label "De: "> +<!ENTITY senderField.label "Remitente: "> +<!ENTITY organizationField.label "Organización: "> +<!ENTITY replyToField.label "Responder a: "> + +<!ENTITY subjectField.label "Asunto: "> +<!--# LOCALIZATION NOTE (ccField.label): DONT_TRANSLATE --> +<!ENTITY ccField.label "Cc: "> +<!ENTITY bccField.label "Cco: "> +<!ENTITY newsgroupsField.label "Grupo de noticias: "> +<!ENTITY followupToField.label "Followup-To: "> + +<!ENTITY tagsHdr.label "Etiquetas: "> +<!ENTITY dateField.label "Fecha: "> +<!ENTITY userAgentField.label "Cliente correo: "> +<!ENTITY referencesField.label "Referencias: "> +<!ENTITY messageIdField.label "Message-ID: "> +<!ENTITY inReplyToField.label "En-respuesta-a: "> +<!ENTITY originalWebsite.label "Sitio web: "> + +<!ENTITY editMessage.label "Editar borrador…"> +<!ENTITY editMessage.accesskey "E"> + +<!ENTITY attachmentsTree.label "Adjuntos:"> +<!ENTITY attachmentsTree.accesskey "A"> +<!ENTITY openAttachmentCmd.label "Abrir"> +<!ENTITY openAttachmentCmd.accesskey "A"> +<!ENTITY viewAttachmentCmd.label "Ver código fuente"> +<!ENTITY viewAttachmentCmd.accesskey "V"> +<!ENTITY saveAsAttachmentCmd.label "Guardar como…"> +<!ENTITY saveAsAttachmentCmd.accesskey "a"> +<!ENTITY detachAttachmentCmd.label "Despegar…"> +<!ENTITY detachAttachmentCmd.accesskey "D"> +<!ENTITY deleteAttachmentCmd.label "Borrar"> +<!ENTITY deleteAttachmentCmd.accesskey "B"> +<!ENTITY saveAllAttachmentsCmd.label "Guardar todo…"> +<!ENTITY saveAllAttachmentsCmd.accesskey "G"> +<!ENTITY detachAllAttachmentsCmd.label "Despegar todo…"> +<!ENTITY detachAllAttachmentsCmd.accesskey "D"> +<!ENTITY deleteAllAttachmentsCmd.label "Borrar todo…"> +<!ENTITY deleteAllAttachmentsCmd.accesskey "B"> diff --git a/l10n-es-AR/suite/chrome/mailnews/msgHdrViewPopup.dtd b/l10n-es-AR/suite/chrome/mailnews/msgHdrViewPopup.dtd new file mode 100644 index 0000000000..0232c8a7f2 --- /dev/null +++ b/l10n-es-AR/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 "Agregar a la libreta de direcciones…"> +<!ENTITY AddToAddressBook.accesskey "b"> +<!ENTITY EditContact.label "Editar contacto…"> +<!ENTITY EditContact.accesskey "E"> +<!ENTITY ViewContact.label "Ver contacto"> +<!ENTITY ViewContact.accesskey "V"> +<!ENTITY SendMailTo.label "Redactar mensaje a…"> +<!ENTITY SendMailTo.accesskey "s"> +<!ENTITY CopyEmailAddress.label "Copiar dirección de correo electrónico"> +<!ENTITY CopyEmailAddress.accesskey "C"> +<!ENTITY CopyNameAndEmailAddress.label "Copiar Nombre y Dirección de correo electrónico"> +<!ENTITY CopyNameAndEmailAddress.accesskey "N"> +<!ENTITY CreateFilterFrom.label "Crear filtro desde…"> +<!ENTITY CreateFilterFrom.accesskey "f"> +<!ENTITY openInBrowser.label "Abrir en navegador"> +<!ENTITY openInBrowser.accesskey "o"> +<!ENTITY bookmarkLinkCmd.label "Marcar este enlace…"> +<!ENTITY bookmarkLinkCmd.accesskey "M"> +<!ENTITY copyLinkCmd.label "Copiar dirección del enlace"> +<!ENTITY copyLinkCmd.accesskey "C"> +<!ENTITY CopyMessageId.label "Copiar ID del mensaje"> +<!ENTITY CopyMessageId.accesskey "C"> +<!ENTITY OpenMessageForMsgId.label "Abrir mensaje para ID"> +<!ENTITY OpenMessageForMsgId.accesskey "A"> +<!ENTITY OpenBrowserWithMsgId.label "Abrir navegador con ID del mensaje"> +<!ENTITY OpenBrowserWithMsgId.accesskey "b"> diff --git a/l10n-es-AR/suite/chrome/mailnews/msgPrintEngine.dtd b/l10n-es-AR/suite/chrome/mailnews/msgPrintEngine.dtd new file mode 100644 index 0000000000..08139ffaf8 --- /dev/null +++ b/l10n-es-AR/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-es-AR/suite/chrome/mailnews/msgSynchronize.dtd b/l10n-es-AR/suite/chrome/mailnews/msgSynchronize.dtd new file mode 100644 index 0000000000..96364c3b36 --- /dev/null +++ b/l10n-es-AR/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 "Descargar y sincronizar mensajes"> +<!ENTITY MsgSelect.label "Elementos para usar sin conexión"> +<!ENTITY MsgSyncDesc.label "Si ya ha seleccionado las carpetas de correo o grupos de noticias para usar sin conexión, puede descargarlas y/o sincronizarlas ahora. Si no, utilice el botón "Seleccionar" para elegir las carpetas de correo y noticias que quiera utilizar sin conexión."> +<!ENTITY MsgSyncDirections.label "Descargar y/o sincronizar lo siguiente:"> +<!ENTITY syncTypeMail.label "Mensajes de correo"> +<!ENTITY syncTypeMail.accesskey "M"> +<!ENTITY syncTypeNews.label "Mensajes de grupos de noticias"> +<!ENTITY syncTypeNews.accesskey "n"> +<!ENTITY sendMessage.label "Enviar mensajes pendientes"> +<!ENTITY sendMessage.accesskey "s"> +<!ENTITY workOffline.label "Trabajar sin conexión al completar la descarga y/o sincronización"> +<!ENTITY workOffline.accesskey "T"> +<!ENTITY selectButton.label "Seleccionar…"> +<!ENTITY selectButton.accesskey "e"> +<!ENTITY MsgSelectDesc.label "Seleccionar las carpetas de correo y noticias para usar sin conexión."> +<!ENTITY MsgSelectInd.label "Descargar"> +<!ENTITY MsgSelectItems.label "Carpetas y grupos de noticias"> diff --git a/l10n-es-AR/suite/chrome/mailnews/msgViewPickerOverlay.dtd b/l10n-es-AR/suite/chrome/mailnews/msgViewPickerOverlay.dtd new file mode 100644 index 0000000000..b4034184a8 --- /dev/null +++ b/l10n-es-AR/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 "Ver:"> +<!ENTITY viewPicker.accesskey "V"> +<!ENTITY viewAll.label "Todos"> +<!ENTITY viewAll.accesskey "o"> +<!ENTITY viewUnread.label "No leídos"> +<!ENTITY viewUnread.accesskey "N"> +<!ENTITY viewNotDeleted.label "No Borrados"> +<!ENTITY viewNotDeleted.accesskey "d"> +<!ENTITY viewTags.label "Etiquetas"> +<!ENTITY viewTags.accesskey "t"> +<!ENTITY viewCustomViews.label "Vistas personalizadas"> +<!ENTITY viewCustomViews.accesskey "V"> +<!ENTITY viewVirtualFolder.label "Guardar vista como una carpeta…"> +<!ENTITY viewVirtualFolder.accesskey "s"> +<!ENTITY viewCustomizeView.label "Personalizar…"> +<!ENTITY viewCustomizeView.accesskey "P"> diff --git a/l10n-es-AR/suite/chrome/mailnews/msgmdn.properties b/l10n-es-AR/suite/chrome/mailnews/msgmdn.properties new file mode 100644 index 0000000000..c88a1df899 --- /dev/null +++ b/l10n-es-AR/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=Nota: Este acuse de recibo sólo acredita que el mensaje se mostró en la computadora del destinatario. No hay garantía de que el destinatario haya leído o comprendido el contenido del mensaje. +MsgMdnDispatched=El mensaje fue impreso, enviado por fax o reenviado sin ser mostrado al destinatario. No hay garantía de que el destinatario leerá el mensaje posteriormente. +MsgMdnProcessed=El mensaje fue procesado por el cliente de correo del destinatario sin ser mostrado. No hay garantía de que el mensaje será leído con posterioridad. +MsgMdnDeleted=El mensaje ha sido borrado. La persona a quien lo envió puede no haberlo visto. Pero podrá restaurarlo posteriormente y leerlo. +MsgMdnDenied=El destinatario del mensaje no desea enviarle el acuse de recibo. +MsgMdnFailed=Ha ocurrido un fallo. No se ha podido generar o enviar un acuse de recibo apropiado. +# LOCALIZATION NOTE : Do not translate the word "%S" below. +MsgMdnMsgSentTo=Este es un acuse de recibo para el mensaje que usted envió a %S. +MdnDisplayedReceipt=Acuse de recibo (mostrado) +MdnDispatchedReceipt=Acuse de recibo (enviado) +MdnProcessedReceipt=Acuse de recibo (procesado) +MdnDeletedReceipt=Acuse de recibo (borrado) +MdnDeniedReceipt=Acuse de recibo (denegado) +MdnFailedReceipt=Acuse de recibo (fallo) diff --git a/l10n-es-AR/suite/chrome/mailnews/newFolderDialog.dtd b/l10n-es-AR/suite/chrome/mailnews/newFolderDialog.dtd new file mode 100644 index 0000000000..ee5892f190 --- /dev/null +++ b/l10n-es-AR/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 "Nueva carpeta"> +<!ENTITY name.label "Nombre:"> +<!ENTITY name.accesskey "N"> +<!ENTITY description.label "Crear como subcarpeta de:"> +<!ENTITY description.accesskey "C"> +<!ENTITY folderRestriction1.label "Este servidor restringe las carpetas a dos tipos especiales."> +<!ENTITY folderRestriction2.label "Permitir que su nueva carpeta contenga:"> +<!ENTITY foldersOnly.label "Sólo carpetas"> +<!ENTITY messagesOnly.label "Sólo mensajes"> +<!ENTITY accept.label "Crear carpeta"> +<!ENTITY accept.accesskey "r"> diff --git a/l10n-es-AR/suite/chrome/mailnews/news.properties b/l10n-es-AR/suite/chrome/mailnews/news.properties new file mode 100644 index 0000000000..34c820ae48 --- /dev/null +++ b/l10n-es-AR/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=Descargar encabezados +downloadHeadersInfoText=Hay %S nuevos encabezados de mensajes para descargar en este grupo de noticias. +cancelDisallowed=Parece que este mensaje no es suyo. Sólo se pueden cancelar mensajes propios, no los de otras personas. +cancelConfirm=¿Desea cancelar este mensaje? +messageCancelled=Mensaje cancelado. +enterUserPassTitle=El servidor de noticias requiere nombre de usuario y contraseña +# LOCALIZATION NOTE (enterUserPassServer): %S is the server being accessed +enterUserPassServer=Ingrese nombre de usuario y contraseña para %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=Ingrese nombre de usuario y contraseña para %1$S en %2$S: +okButtonText=Descargar + +noNewMessages=No hay mensajes nuevos en el servidor. +# 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=Descargando %1$S de %2$S encabezados para %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=Obteniendo encabezados para filtros: %1$S (%2$S/%3$S) en %4$S +downloadingArticles=Descargando artículos %S-%S +bytesReceived=Descargando grupos de noticias: %S recibidos (%SKB leídos a %SKB/seg) +downloadingArticlesForOffline=Descargando los artículos %S-%S en %S + +# LOCALIZATION NOTE (autoUnsubscribeText): %1$S is the newsgroup and %2$S is the newsgroup-server it is being removed from. +autoUnsubscribeText=Pareciera que el grupo %1$S no existe en el servidor %2$S. ¿Desea desuscribirse? + +# LOCALIZATION NOTE (autoSubscribeText): %1$S is the newsgroup. +autoSubscribeText=¿Quiere suscribirse a %1$S? + +# LOCALIZATION NOTE (Error -304): In the following item, don't translate "NNTP" +# Error - server error +## @name NNTP_ERROR_MESSAGE +## @loc None +-304=Se ha producido un error en el servidor de noticias (NNTP): + +# Error - newsgroup scan error +## @name NNTP_NEWSGROUP_SCAN_ERROR +## @loc None +-305=Se ha producido un error en el servidor de noticias. La exploración de los grupos de noticias es incompleta. Intente visualizar todos los grupos de noticias nuevamente + +# Error - NNTP authinfo failure +## @name NNTP_AUTH_FAILED +## @loc None +-260=Se ha producido un error de autorización. Vuelva a ingresar su nombre y/o contraseña. + +# Error - TCP error +## @name TCP_ERROR +## @loc None +-206=Se ha producido un error de comunicaciones. Vuelva a intentar la conexión. Error de TCP: diff --git a/l10n-es-AR/suite/chrome/mailnews/newsError.dtd b/l10n-es-AR/suite/chrome/mailnews/newsError.dtd new file mode 100644 index 0000000000..5c324f26a1 --- /dev/null +++ b/l10n-es-AR/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 "Problema cargando el artículo"> + +<!-- LOCALIZATION NOTE (articleNotFound.title): The main heading for the news + error page. --> +<!ENTITY articleNotFound.title "Artículo no encontrado"> + +<!-- LOCALIZATION NOTE (articleNotFound.desc): A longer description for the news + error page. --> +<!ENTITY articleNotFound.desc "El servidor de noticias informa que no puede encontrar el artículo."> + +<!-- LOCALIZATION NOTE (serverResponded.title): A string preceding the text + response from the newsgroup server describing the error. --> +<!ENTITY serverResponded.title "El servidor de noticias informó:"> + +<!-- LOCALIZATION NOTE (articleExpired.title): A string explaining that the + article may have expired. --> +<!ENTITY articleExpired.title "¿Tal vez el artículo ha expirado?"> + +<!-- LOCALIZATION NOTE (trySearching.title): A string preceding the message's + ID. --> +<!ENTITY trySearching.title "Intente buscar el artículo:"> + +<!-- LOCALIZATION NOTE (removeExpiredArticles.title): The label for the button + to remove all expired articles from the newsgroup. --> +<!ENTITY removeExpiredArticles.title "Eliminar todos los artículos expirados"> diff --git a/l10n-es-AR/suite/chrome/mailnews/newsblog/am-newsblog.dtd b/l10n-es-AR/suite/chrome/mailnews/newsblog/am-newsblog.dtd new file mode 100644 index 0000000000..3799183bc1 --- /dev/null +++ b/l10n-es-AR/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 "Comprobar si hay mensajes nuevos al iniciar"> +<!ENTITY loginAtStartup.accesskey "C"> +<!ENTITY biffAll.label "Habilitar actualizaciones para todos los canales"> +<!ENTITY biffAll.accesskey "E"> + +<!ENTITY newFeedSettings.label "Configuración predeterminada para nuevos canales"> + +<!ENTITY manageSubscriptions.label "Administrar suscripciones…"> +<!ENTITY manageSubscriptions.accesskey "m"> + +<!-- entities from rss.rdf --> +<!ENTITY feeds.accountName "Blogs y canales de noticias"> +<!ENTITY feeds.wizardShortName "Canales"> +<!ENTITY feeds.wizardLongName "Blogs y canales de noticias"> +<!ENTITY feeds.wizardLongName.accesskey "B"> diff --git a/l10n-es-AR/suite/chrome/mailnews/newsblog/feed-subscriptions.dtd b/l10n-es-AR/suite/chrome/mailnews/newsblog/feed-subscriptions.dtd new file mode 100644 index 0000000000..9cb6de0403 --- /dev/null +++ b/l10n-es-AR/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 "Suscripciones a canales"> +<!ENTITY learnMore.label "Concer más sobre los canales"> + +<!ENTITY feedTitle.label "Título:"> +<!ENTITY feedTitle.accesskey "T"> + +<!ENTITY feedLocation.label "URL del canal:"> +<!ENTITY feedLocation.accesskey "U"> +<!ENTITY feedLocation.placeholder "Ingrese una dirección de canal valida para agregar"> +<!ENTITY feedLocation2.placeholder "Ingrese una dirección de canal válida"> +<!ENTITY locationValidate.label "Validar"> +<!ENTITY validateText.label "Verificar validación y recuperar una dirección válida."> + +<!ENTITY feedFolder.label "Almacenar los artículos en:"> +<!ENTITY feedFolder.accesskey "s"> + +<!-- Account Settings and Subscription Dialog --> +<!ENTITY biffStart.label "Buscar nuevos artículos cada "> +<!ENTITY biffStart.accesskey "B"> +<!ENTITY biffMinutes.label "minutos"> +<!ENTITY biffMinutes.accesskey "n"> +<!ENTITY biffDays.label "días"> +<!ENTITY biffDays.accesskey "d"> +<!ENTITY recommendedUnits.label "Recomendados del editor:"> + +<!ENTITY quickMode.label "Mostrar el resumen del artículo en vez de cargar la página web"> +<!ENTITY quickMode.accesskey "M"> + +<!ENTITY autotagEnable.label "Crear etiquetas automáticamentes de los nombres de <categoría> del canal"> +<!ENTITY autotagEnable.accesskey "C"> +<!ENTITY autotagUsePrefix.label "Anteponer etiquetas con:"> +<!ENTITY autotagUsePrefix.accesskey "p"> +<!ENTITY autoTagPrefix.placeholder "Ingrese un prefijo de etiqueta"> + +<!-- Subscription Dialog --> +<!ENTITY button.addFeed.label "Agregar"> +<!ENTITY button.addFeed.accesskey "A"> +<!ENTITY button.verifyFeed.label "Verificar"> +<!ENTITY button.verifyFeed.accesskey "V"> +<!ENTITY button.updateFeed.label "Actualizar"> +<!ENTITY button.updateFeed.accesskey "u"> +<!ENTITY button.removeFeed.label "Eliminar"> +<!ENTITY button.removeFeed.accesskey "r"> +<!ENTITY button.importOPML.label "Importar"> +<!ENTITY button.importOPML.accesskey "I"> +<!ENTITY button.exportOPML.label "Exportar"> +<!ENTITY button.exportOPML.accesskey "x"> +<!ENTITY button.exportOPML.tooltip "Exportar canales con estructura de carpetas; ctrl clic o ctrl intro para exportar canales como una lista"> + +<!ENTITY cmd.close.commandKey "w"> +<!ENTITY button.close.label "Cerrar"> diff --git a/l10n-es-AR/suite/chrome/mailnews/newsblog/newsblog.properties b/l10n-es-AR/suite/chrome/mailnews/newsblog/newsblog.properties new file mode 100644 index 0000000000..3f1c008ef6 --- /dev/null +++ b/l10n-es-AR/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=Comprobando el canal… +subscribe-cancelSubscription=¿Seguro desea cancelar la suscripción actual? +subscribe-cancelSubscriptionTitle=Suscribirse a un canal de noticias +subscribe-feedAlreadySubscribed=Ya tiene una suscripción para este canal. +subscribe-errorOpeningFile=No se puede abrir el archivo. +subscribe-feedAdded=Canal agregado. +subscribe-feedUpdated=Canal actualizado. +subscribe-feedMoved=Suscripción al canal movida. +subscribe-feedCopied=Suscripción al canal copiada. +subscribe-feedRemoved=Canal desuscripto. +subscribe-feedNotValid=URL del canal no es un canal válido. +subscribe-feedVerified=URL del canal ha sido verficiada. +subscribe-networkError=No pudo encontrarse URL del canal. Verifique el nombre e intente nuevamente. +subscribe-noAuthError=URL del canal no autorizada. +subscribe-loading=Cargando, espere… + +subscribe-OPMLImportTitle=Seleccione archivo OPML para importar +## LOCALIZATION NOTE(subscribe-OPMLExportTitleList): +## %S is the name of the feed account folder name. +subscribe-OPMLExportTitleList=Exportar %S como archivo OPML - Lista de canales +## LOCALIZATION NOTE(subscribe-OPMLExportTitleStruct): +## %S is the name of the feed account folder name. +subscribe-OPMLExportTitleStruct=Exportar %S como archivo OPML - Canales con estructura de carpeta +## LOCALIZATION NOTE(subscribe-OPMLExportFileDialogTitle): +## %1$S is the brandShortName, %2$S is the name of the feed account folder name. +subscribe-OPMLExportFileDialogTitle=Exportar OPML de %1$S OPML - %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=MisCanales%1$S-%2$S.opml +## LOCALIZATION NOTE(subscribe-OPMLImportInvalidFile): %S is the name of the OPML file the user tried to import. +subscribe-OPMLImportInvalidFile=El archivo %S no parece ser un archivo OPML válido. +## 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=Se importó #1 canal nuevo.;Se importaron #1 canales nuevos. +## LOCALIZATION NOTE(subscribe-OPMLImportUniqueFeeds): Semi-colon list of plural forms. +## #1 is the count of new imported entries +subscribe-OPMLImportUniqueFeeds=Se importó #1 canal nuevo al cual no estaba ya suscripto;Se importaron #1 canales nuevos a los cuales no estaba ya suscripto +## LOCALIZATION NOTE(subscribe-OPMLImportFoundFeeds): +## #1 is total number of elements found in the file +subscribe-OPMLImportFoundFeeds=(de #1 entrada encontrada);(de #1 entradas totales encontradas) +## 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=Archivos OPML +## LOCALIZATION NOTE(subscribe-OPMLExportDone): %S is the export file name. +subscribe-OPMLExportDone=Los canales de esta cuenta fueron exportados a %S. + +subscribe-confirmFeedDeletionTitle=Eliminar canal +## LOCALIZATION NOTE(subscribe-confirmFeedDeletion): %S is the name of the feed the user wants to unsubscribe from. +subscribe-confirmFeedDeletion=¿Seguro desea desuscribirse del canal: \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=Descargando artículos del canal (%S de %S)… + +newsblog-noNewArticlesForFeed=No hay nuevos artículos para este canal. +## LOCALIZATION NOTE(newsblog-networkError): %S is the feed URL +newsblog-networkError=No se pudo encontrar %S. Por favor, compruebe el nombre y vuelva a intentarlo. +## LOCALIZATION NOTE(newsblog-feedNotValid): %S is the feed URL +newsblog-feedNotValid=%S no es un canal válido +## LOCALIZATION NOTE(newsblog-badCertError): %S is the feed URL host +newsblog-badCertError=%S usa un certificado de seguridad inválido. +## LOCALIZATION NOTE(newsblog-noAuthError): %S is the feed URL +newsblog-noAuthError=%S no está autorizado. +newsblog-getNewMsgsCheck=Buscando nuevos ítems en los canales… + +## LOCALIZATION NOTE(feeds-accountname): This string should be the same as feeds.accountName in am-newsblog.dtd +feeds-accountname=Blogs y canales de noticias + +## LOCALIZATION NOTE(externalAttachmentMsg): Content in the MIME part for external link attachments. +externalAttachmentMsg=El adjunto MIME está guardado separado del mensaje. + +## Import wizard. +ImportFeedsCreateNewListItem=* Nueva cuenta * +ImportFeedsNewAccount=Crear e importar en una nueva cuenta de canales +ImportFeedsExistingAccount=Importar en una cuenta de canales existente +## 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=nueva +ImportFeedsExisting=existente +ImportFeedsDone=La importación de suscripción de canales del archivo %1$S a la cuenta %2$S '%3$S' ha terminado. diff --git a/l10n-es-AR/suite/chrome/mailnews/oeImportMsgs.properties b/l10n-es-AR/suite/chrome/mailnews/oeImportMsgs.properties new file mode 100644 index 0000000000..d65f1af039 --- /dev/null +++ b/l10n-es-AR/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=Correo, libretas de direcciones y opciones de Outlook Express + +# 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=Bandeja %S, se importaron %d mensajes + +# Error message +## @name OEIMPORT_MAILBOX_BADPARAM +## @loc None +2003=Parámetro incorrecto pasado para importar bandeja. + +# 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 accediendo al archivo de la bandeja %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 importando bandeja %S, puede que no se hayan importado todos los mensajes de esta bandeja. + +# Default name of imported addressbook +## @name OEIMPORT_DEFAULT_NAME +## @loc None +2006=Libreta de direcciones de Outlook Express + +# Autofind description +## @name OEIMPORT_AUTOFIND +## @loc None +2007=Libreta de direcciones de Outlook Express (Libreta de direcciones de Windows) + +# 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=Se ha importado la libreta de direcciones %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 importando libreta de direcciones %S, algunas direcciones podrían no haberse importado. + +# Error message +## @name OEIMPORT_ADDRESS_BADPARAM +## @loc None +2010=Parámetro incorrecto al importar la libreta de direcciones. diff --git a/l10n-es-AR/suite/chrome/mailnews/offline.properties b/l10n-es-AR/suite/chrome/mailnews/offline.properties new file mode 100644 index 0000000000..26dd75bea5 --- /dev/null +++ b/l10n-es-AR/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=Trabajar sin conexión + +# LOCALIZATION NOTE : +# do not localize "\n". use "\n" to make the text fit nicely in the dialog. +downloadMessagesLabel=¿Quiere descargar los mensajes para poder\nverlos cuando este desconectado antes de desconectarse?\n\n + +downloadMessagesCheckboxLabel=Preguntarme siempre al desconectar +downloadMessagesDownloadButtonLabel=Descargar +downloadMessagesNoDownloadButtonLabel=No descargar +downloadMessagesCancelButtonLabel=Cancelar + +# +# Send Messages Prompt +# +sendMessagesWindowTitle=Trabajar con conexión + +sendMessagesLabel2=¿Quiere enviar ahora los mensajes que no hayan sido enviados? +sendMessagesCheckboxLabel=Preguntarme siempre que pase a modo con conexión +sendMessagesSendButtonLabel=Enviar +sendMessagesNoSendButtonLabel=No enviar +sendMessagesCancelButtonLabel=Cancelar + +# +# GetMessages Offline Prompt +# +getMessagesOfflineWindowTitle=Cancelar + +# LOCALIZATION NOTE : +# do not localize "\n". use "\n" to make the text fit nicely in the dialog. +getMessagesOfflineLabel=Cancelar +getMessagesOfflineGoButtonLabel=Conectarse + +# +# Send Messages Offline Prompt +# +sendMessagesOfflineWindowTitle=Enviar mensajes + +# LOCALIZATION NOTE : +# do not localize "\n". use "\n" to make the text fit nicely in the dialog. +sendMessagesOfflineLabel=Actualmente está desconectado. ¿Quiere conectarse \npara enviar los mensajes que no hayan sido enviados?\n\n +sendMessagesOfflineGoButtonLabel=Conectarse diff --git a/l10n-es-AR/suite/chrome/mailnews/offlineStartup.properties b/l10n-es-AR/suite/chrome/mailnews/offlineStartup.properties new file mode 100644 index 0000000000..becbc27f96 --- /dev/null +++ b/l10n-es-AR/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=Trabajar con conexión +desc=¿Desea trabajar con conexión ahora?\n\n(Si decide trabajar sin conexión, puede conectarse posteriormente - choose `Offline' from the `File' menu, then uncheck `Work Offline'.) +workOnline=Trabajar con conexión +workOffline=Trabajar sin conexión diff --git a/l10n-es-AR/suite/chrome/mailnews/outlookImportMsgs.properties b/l10n-es-AR/suite/chrome/mailnews/outlookImportMsgs.properties new file mode 100644 index 0000000000..3a4cb21763 --- /dev/null +++ b/l10n-es-AR/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=Correo, libretas de direcciones y opciones de Outlook + +# 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=Bandeja %S, importados %d mensajes + +# Error message +## @name OUTLOOKIMPORT_MAILBOX_BADPARAM +## @loc None +2003=Parámetro incorrecto pasado para importar bandeja. + +# 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 importando bandeja %S, puede que no se hayan importado todos los mensajes de esta bandeja. + +# Address book name +## @name OUTLOOKIMPORT_ADDRNAME +## @loc None +## LOCALIZATION NOTE (2005): In this item, don't translate "Outlook" +2005=Libretas de direcciones de Outlook + +# 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=Libreta de direcciones %S importada + +# Error message +## @name OUTLOOKIMPORT_ADDRESS_BADPARAM +## @loc None +2007=Parámetro erróneo pasado para importar libreta de direcciones. + +# 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 accediendo al archivo de la libreta de direcciones %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 importando libreta de direcciones %S, algunas direcciones podrían no haberse importado. + + + + + diff --git a/l10n-es-AR/suite/chrome/mailnews/pgpmime.properties b/l10n-es-AR/suite/chrome/mailnews/pgpmime.properties new file mode 100644 index 0000000000..fa2334146d --- /dev/null +++ b/l10n-es-AR/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=Éste es un mensaje cifrado con OpenPGP.<br>Para descifrar este correo, necesita instalar un <a href="%S">complemento de OpenPGP</a>. + + diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/AccountManager.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/AccountManager.dtd new file mode 100644 index 0000000000..c2277b2c08 --- /dev/null +++ b/l10n-es-AR/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 "Configuración de cuentas de Correo y Grupos de noticias"> + +<!ENTITY addAccountButton.label "Añadir cuenta…"> +<!ENTITY addAccountButton.accesskey "A"> +<!ENTITY setDefaultButton.label "Definir como predeterminada"> +<!ENTITY setDefaultButton.accesskey "f"> +<!ENTITY removeButton.label "Eliminar cuenta"> +<!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-es-AR/suite/chrome/mailnews/pref/AccountWizard.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/AccountWizard.dtd new file mode 100644 index 0000000000..b9e573e7dc --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/pref/AccountWizard.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/. --> + +<!-- Entities for AccountWizard --> + +<!ENTITY windowTitle.label "Asistente de cuentas"> +<!ENTITY accountWizard.size "width: 42em; height: 38em;"> + +<!-- Entities for Account Type page --> + +<!ENTITY accountSetupInfo2.label "Para poder recibir mensajes, primero tiene que configurar una cuenta."> +<!ENTITY accountTypeTitle.label "Configuración de nueva cuenta"> +<!ENTITY accountTypeDesc2.label "Este asistente recogerá la información necesaria para configurar su cuenta. Si desconoce la información que se le pide, por favor póngase en contacto con el administrador del sistema o su proveedor de Internet."> +<!ENTITY accountTypeDirections.label "Seleccione el tipo de cuenta que quiere configurar:"> +<!ENTITY accountTypeMail.label "Cuenta de correo electrónico"> +<!ENTITY accountTypeMail.accesskey "e"> +<!ENTITY accountTypeNews.label "Cuenta de noticias"> +<!ENTITY accountTypeNews.accesskey "n"> + +<!-- 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 "Identidad"> +<!ENTITY identityDesc.label "Cada cuenta tiene una identidad, que es la información que le identifica a usted ante otros cuando ellos reciben sus mensajes."> + +<!-- LOCALIZATION NOTE (fullnameDesc.label) : do not translate two of """ in below line --> +<!ENTITY fullnameDesc.label "Ingrese el nombre que quiere que aparezca en el campo "De" al enviar mensajes"> +<!-- 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 "(por ejemplo, "José Pérez")."> +<!ENTITY fullnameLabel.label "Su nombre:"> +<!ENTITY fullnameLabel.accesskey "S"> + +<!ENTITY emailLabel.label "Dirección de correo electrónico:"> +<!ENTITY emailLabel.accesskey "e"> + +<!-- Entities for Incoming Server page --> + +<!ENTITY incomingTitle.label "Información de servidor entrante"> +<!ENTITY incomingServerTypeDesc.label "Seleccione el tipo de servidor entrante que está utilizando."> +<!-- 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 "Puerto:"> +<!ENTITY portNum.accesskey "o"> +<!ENTITY defaultPortLabel.label "Predeterminado:"> +<!ENTITY defaultPortValue.label ""> +<!-- LOCALIZATION NOTE (incomingServerNameDesc.label) : Do not translate ""pop.example.net"" in below line --> +<!ENTITY incomingServer.description "Ingrese el nombre de su servidor entrante (por ejemplo "mail.ejemplo.net")."> +<!ENTITY incomingServer.label "Servidor entrante:"> +<!ENTITY incomingServer.accesskey "S"> +<!ENTITY leaveMsgsOnSrvr.label "Dejar mensajes en el servidor"> +<!ENTITY leaveMsgsOnSrvr.accesskey "l"> +<!-- LOCALIZATION NOTE (incomingUsername.description) : do not translate ""jsmith"" in below line --> +<!ENTITY incomingUsername.description "Ingrese el nombre de usuario entrante asignado por su proveedor de correo electrónico (por ejemplo "jperez")."> +<!ENTITY incomingUsername.label "Nombre de usuario:"> +<!ENTITY incomingUsername.accesskey "u"> +<!-- LOCALIZATION NOTE (newsServerNameDesc.label) : Do not translate "NNTP" or the """ entities in below line --> +<!ENTITY newsServerNameDesc.label "Ingrese el nombre de su servidor de noticias (NNTP) (por ejemplo "news.ejemplo.net")."> +<!ENTITY newsServerLabel.label "Servidor de noticias:"> +<!ENTITY newsServerLabel.accesskey "S"> + +<!-- Entities for Outgoing Server page --> + +<!ENTITY outgoingTitle.label "Información de servidor saliente"> +<!-- LOCALIZATION NOTE (outgoingServer.description) : Do not translate "SMTP" and ""smtp.example.net"" in below line --> +<!ENTITY outgoingServer.description "Ingrese el nombre de su servidor saliente (SMTP) (por ejemplo "smtp.ejemplo.net")."> +<!ENTITY outgoingServer.label "Servidor saliente:"> +<!ENTITY outgoingServer.accesskey "S"> +<!ENTITY outgoingUsername.description "Ingrese el nombre de usuario saliente asignado por su proveedor de correo electrónico (normalmente es el mismo que su nombre de usuario entrante)."> +<!ENTITY outgoingUsername.label "Nombre de usuario saliente:"> +<!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 "Puede modificar la configuración del servidor saliente desde dentro de la configuración de cuenta de correo y noticias."> +<!-- 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 "Su servidor saliente (SMTP) existente, ""> +<!ENTITY haveSmtp1.suffix3 "", será el usado."> +<!-- 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 "Su nombre de usuario saliente (SMTP) existente, ""> +<!ENTITY haveSmtp2.suffix3 "", será el usado."> +<!-- 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 "Su servidor saliente (SMTP), ""> +<!ENTITY haveSmtp3.suffix3 "" es igual al servidor entrante, se usará el mismo nombre de usuario para acceder a él."> + +<!-- Entities for Account name page --> + +<!ENTITY accnameTitle.label "Nombre de la cuenta"> +<!-- LOCALIZATION NOTE (accnameDesc.label) : do not translate any """ in below line --> +<!ENTITY accnameDesc.label "Introduzca el nombre por el que desea referirse a esta cuenta (por ejemplo, "Cuenta del trabajo", "Cuenta de casa" o "Cuenta de noticias")."> +<!ENTITY accnameLabel.label "Nombre de cuenta:"> +<!ENTITY accnameLabel.accesskey "N"> + +<!-- Entities for Done (Congratulations) page --> + +<!ENTITY completionTitle.label "¡Felicitaciones!"> +<!ENTITY completionText.label "Por favor, compruebe que la siguiente información sea correcta."> +<!ENTITY serverTypePrefix.label "Tipo de servidor entrante:"> +<!ENTITY serverNamePrefix.label "Nombre del servidor entrante:"> +<!ENTITY smtpServerNamePrefix.label "Nombre del servidor de correo saliente (SMTP):"> +<!ENTITY newsServerNamePrefix.label "Nombre del servidor de noticias (NNTP):"> +<!ENTITY downloadOnLogin.label "Descargar mensajes ahora"> +<!ENTITY downloadOnLogin.accesskey "D"> +<!ENTITY deferStorageDesc.label "Desmarque esta casilla para guardar el correo de esta cuenta en su propio directorio. Esto hará que esta cuenta aparezca como una cuenta del nivel principal. Si no, formará parte de la cuenta de la bandeja de entrada global en las carpetas locales."> +<!ENTITY deferStorage.label "Usar la bandeja de entrada global (almacenar en las carpetas locales)"> +<!ENTITY deferStorage.accesskey "g"> +<!ENTITY clickFinish.label "Haga clic en Finalizar para guardar estas configuraciones y salir del asistente de cuentas."> +<!ENTITY clickFinish.labelMac "Haga clic en Listo para guardar estas configuraciones y salir del asistente de cuentas."> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/am-addressing.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/am-addressing.dtd new file mode 100644 index 0000000000..4981bfd6a3 --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/pref/am-addressing.dtd @@ -0,0 +1,52 @@ +<!-- 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 "Redacción y direcciones"> +<!ENTITY addressingGroupTitle.label "Direcciones"> +<!ENTITY autocompleteToMyDomain.label "Añadir mi dominio a las direcciones automáticamente"> +<!ENTITY autocompleteToMyDomain.accesskey "o"> +<!ENTITY addressingText.label "Cuando se busquen direcciones:"> +<!-- LOCALIZATION NOTE (override.label) : do not translate "LDAP" in below line --> +<!ENTITY useGlobal.label "Utilizar mis preferencias de servidor LDAP globales para esta cuenta"> +<!ENTITY useGlobal.accesskey "U"> +<!ENTITY editDirectories.label "Editar directorios…"> +<!ENTITY editDirectories.accesskey "E"> +<!-- LOCALIZATION NOTE (directories.label) : do not translate "LDAP" in below line --> +<!ENTITY directories.label "Utilizar un servidor LDAP diferente:"> +<!ENTITY directories.accesskey "D"> +<!ENTITY directoriesNone.label "Ninguno"> + +<!-- am-addressing.xul --> + +<!ENTITY compositionGroupTitle.label "Redacción"> +<!-- LOCALIZATION NOTE (useHtml.label) : do not translate "html" in below line --> +<!ENTITY useHtml.label "Redactar mensajes en formato HTML"> +<!ENTITY useHtml.accesskey "R"> +<!ENTITY autoQuote.label "Citar automáticamente el mensaje original al responder"> +<!ENTITY autoQuote.accesskey "C"> +<!-- LOCALIZATION NOTE (then.label): This will concatenate with the 4 strings that follow. --> +<!ENTITY then.label "Entonces,"> +<!ENTITY then.accesskey "t"> +<!-- LOCALIZATION NOTE (quoting.label): This will concatenate with the 4 strings that follow. --> +<!ENTITY quoting.label "Cuando citando,"> +<!ENTITY quoting.accesskey "q"> +<!ENTITY aboveQuote.label "comenzar mi respuesta sobre el texto citado"> +<!ENTITY belowQuote.label "comenzar mi respuesta bajo el texto citado"> +<!ENTITY selectAndQuote.label "seleccionar el texto citado"> +<!ENTITY place.label "y poner mi firma"> +<!ENTITY place.accesskey "p"> +<!ENTITY belowText.label "bajo el texto citado (recomendado)"> +<!ENTITY aboveText.label "bajo mi respuesta (sobre el texto citado)"> +<!ENTITY includeSigOnReply.label "Incluir firmas en las respuestas"> +<!ENTITY includeSigOnReply.accesskey "s"> +<!ENTITY includeSigOnForward.label "Incluir firmas en los reenvíos"> +<!ENTITY includeSigOnForward.accesskey "I"> + +<!ENTITY globalComposingPrefs.label "Preferencas globales de escritura…"> +<!ENTITY globalComposingPrefs.accesskey "g"> + +<!ENTITY globalAddressingPrefs.label "Preferencias globales de direcciones…"> +<!ENTITY globalAddressingPrefs.accesskey "P"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/am-advanced.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/am-advanced.dtd new file mode 100644 index 0000000000..f06f3ef728 --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/pref/am-advanced.dtd @@ -0,0 +1,21 @@ +<!-- LOCALIZATION NOTE (smtpServer.label): do not translate "SMTP" in below line --> +<!ENTITY smtpServer.label "Configuración del servidor saliente (SMTP)"> +<!-- LOCALIZATION NOTE (smtpDescription.label): do not translate "SMTP" in below line --> +<!ENTITY smtpDescription.label "Al administrar sus identidades, puede usar un servidor de esta lista seleccionándolo como el servidor saliente (SMTP) o puede usar el servidor predeterminado desde esta lista seleccionando "Usar servidor predeterminado"."> + +<!ENTITY smtpListAdd.label "Agregar…"> +<!ENTITY smtpListAdd.accesskey "A"> +<!ENTITY smtpListEdit.label "Editar…"> +<!ENTITY smtpListEdit.accesskey "E"> +<!ENTITY smtpListDelete.label "Eliminar"> +<!ENTITY smtpListDelete.accesskey "m"> +<!ENTITY smtpListSetDefault.label "Predeterminado"> +<!ENTITY smtpListSetDefault.accesskey "t"> + +<!ENTITY serverDetails.label "Detalles del servidor seleccionado:"> +<!ENTITY serverDescription.label "Descripción: "> +<!ENTITY serverName.label "Servidor: "> +<!ENTITY serverPort.label "Puerto: "> +<!ENTITY userName.label "Usuario: "> +<!ENTITY connectionSecurity.label "Seguridad de la conexión: "> +<!ENTITY authMethod.label "Método de autenticación: "> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/am-archiveoptions.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/am-archiveoptions.dtd new file mode 100644 index 0000000000..a034db4421 --- /dev/null +++ b/l10n-es-AR/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 "Opciones de archivo"> +<!ENTITY archiveGranularityPrefix.label "Al archivar mensajes, ponerlos en:"> +<!ENTITY archiveFlat.label "Una carpeta sola"> +<!ENTITY archiveFlat.accesskey "s"> +<!ENTITY archiveYearly.label "Carpetas archivadas por año"> +<!ENTITY archiveYearly.accesskey "a"> +<!ENTITY archiveMonthly.label "Carpetas archivadas por mes"> +<!ENTITY archiveMonthly.accesskey "m"> +<!ENTITY keepFolderStructure.label "Mantener la estructura de carpetas existente para los mensajes archivados"> +<!ENTITY keepFolderStructure.accesskey "e"> +<!ENTITY archiveExample.label "Ejemplo"> +<!-- LOCALIZATION NOTE (archiveFolderName.label): this should match the default + name for the "Archives" folder --> +<!ENTITY archiveFolderName.label "Archivos"> +<!-- LOCALIZATION NOTE (inboxFolderName.label): this should match the default + name for the "Inbox" folder --> +<!ENTITY inboxFolderName.label "Bandeja de entrada"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/am-copies.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/am-copies.dtd new file mode 100644 index 0000000000..3382c76948 --- /dev/null +++ b/l10n-es-AR/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 "Copias y carpetas"> +<!ENTITY sendingPrefix.label "Al enviar mensajes, automáticamente: "> +<!ENTITY fccMailFolder.label "Dejar una copia en:"> +<!ENTITY fccMailFolder.accesskey "p"> +<!ENTITY fccReplyFollowsParent.label "Dejar las respuestas en la carpeta del mensaje al que se está respondiendo"> +<!ENTITY fccReplyFollowsParent.accesskey "c"> +<!-- LOCALIZATION NOTE (ccAddress.label): do not translate "Cc" in below line --> +<!ENTITY ccAddress.label "Cc a estas direcciones:"> +<!ENTITY ccAddress.accesskey "C"> +<!ENTITY ccAddressList.placeholder "Separar direcciones con comas"> +<!-- LOCALIZATION NOTE (bccAddress.label): do not translate "Bcc" in below line --> +<!ENTITY bccAddress.label "Cco a estas direcciones:"> +<!ENTITY bccAddress.accesskey "o"> +<!ENTITY bccAddressList.placeholder "Separar direcciones con comas"> +<!ENTITY saveMessageDlg.label "Mostrar diálogo de confirmación cuando se guarden los mensajes"> +<!ENTITY saveMessageDlg.accesskey "M"> +<!-- LOCALIZATION NOTE (sentFolderOn.label): OK to translate this, bug #57440 --> +<!ENTITY sentFolderOn.label "Carpeta "Enviados" en:"> +<!ENTITY sentFolderOn.accesskey "s"> +<!ENTITY sentInOtherFolder.label "Otra carpeta:"> +<!ENTITY sentInOtherFolder.accesskey "O"> +<!-- LOCALIZATION NOTE (archivesFolderOn.label): OK to translate this, bug #57440 --> +<!ENTITY archivesTitle.label "Archivo de mensajes"> +<!ENTITY keepArchives.label "Mantener los archivo de mensajes en:"> +<!ENTITY keepArchives.accesskey "v"> +<!ENTITY archiveHierarchyButton.label "Opciones de archivo…"> +<!ENTITY archiveHierarchyButton.accesskey "a"> +<!ENTITY archivesFolderOn.label "Carpeta "Archivados" en:"> +<!ENTITY archivesFolderOn.accesskey "d"> +<!ENTITY archiveInOtherFolder.label "Otra:"> +<!ENTITY archiveInOtherFolder.accesskey "t"> +<!ENTITY specialFolders.label "Borradores y plantillas"> +<!ENTITY keepDrafts2.label "Mantener mensajes borrador en:"> +<!-- LOCALIZATION NOTE (draftsFolderOn.label): OK to translate this, bug #57440 --> +<!ENTITY draftsFolderOn.label "Carpeta "Borradores" en:"> +<!ENTITY draftsFolderOn.accesskey "d"> +<!ENTITY draftInOtherFolder.label "Otra carpeta:"> +<!ENTITY draftInOtherFolder.accesskey "t"> +<!ENTITY keepTemplates.label "Mantener plantillas de mensajes en:"> +<!-- LOCALIZATION NOTE (templatesFolderOn.label): OK to translate this, bug #57440 --> +<!ENTITY templatesFolderOn.label "Carpeta "Plantillas" en"> +<!ENTITY templatesFolderOn.accesskey "n"> +<!ENTITY templateInOtherFolder.label "Otro:"> +<!ENTITY templateInOtherFolder.accesskey "r"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/am-identities-list.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/am-identities-list.dtd new file mode 100644 index 0000000000..bb7e318575 --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/pref/am-identities-list.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/. --> + +<!ENTITY identitiesListManageDesc.label "Administrar las identidades para esta cuenta. La primer identidad es usada por defecto."> +<!ENTITY identitiesListAdd.label "Agregar…"> +<!ENTITY identitiesListAdd.accesskey "A"> +<!ENTITY identitiesListEdit.label "Editar…"> +<!ENTITY identitiesListEdit.accesskey "E"> +<!ENTITY identitiesListDefault.label "Establecer predeterminada"> +<!ENTITY identitiesListDefault.accesskey "s"> +<!ENTITY identitiesListDelete.label "Borrar"> +<!ENTITY identitiesListDelete.accesskey "B"> +<!ENTITY identitiesListClose.label "Cerrar"> +<!ENTITY identitiesListClose.accesskey "C"> + diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/am-identity-edit.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/am-identity-edit.dtd new file mode 100644 index 0000000000..d38156f5f9 --- /dev/null +++ b/l10n-es-AR/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: 67ch;"> +<!ENTITY identityListDesc.label "Establecer la configuración para esta identidad:"> + +<!ENTITY settingsTab.label "Opciones"> +<!ENTITY copiesFoldersTab.label "Copias y carpetas"> +<!ENTITY addressingTab.label "Redacción y direcciones"> + +<!ENTITY publicData.label "Datos públicos"> +<!ENTITY privateData.label "Datos privados"> +<!ENTITY identityAlias.label "Etiqueta de identidad:"> +<!ENTITY identityAlias.accesskey "d"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/am-junk.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/am-junk.dtd new file mode 100644 index 0000000000..cf4ad75f77 --- /dev/null +++ b/l10n-es-AR/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 "Opciones de correo basura"> +<!ENTITY trainingDescription.label "Si se habilita, primero debe entrenar a &brandShortName; para identificar el correo basura usando el botón Basura para marcar los mensajes como basura o no. Necesita identificar tanto los mensajes que sean basura como los que no lo sean. Después de eso, &brandShortName; podrá marcar la basura automáticamente."> +<!ENTITY level.label "Habilitar controles adaptivos de basura para esta cuenta"> +<!ENTITY level.accesskey "e"> + +<!ENTITY move.label "Mover nuevos mensajes basura a:"> +<!ENTITY move.accesskey "M"> +<!ENTITY junkFolderOn.label "Carpeta "Basura" en:"> +<!ENTITY junkFolderOn.accesskey "u"> +<!ENTITY otherFolder.label "Otro:"> +<!ENTITY otherFolder.accesskey "r"> +<!ENTITY purge1.label "Automáticamente borrar correo basura de más de"> +<!ENTITY purge1.accesskey "A"> +<!ENTITY purge2.label "días"> + +<!ENTITY whitelistHeader.label "No marcar automáticamente el correo como basura si el remitente está en: "> +<!ENTITY whitelistHeader.accesskey "N"> + +<!ENTITY ispHeadersWarning.label "Si se habilita, &brandShortName; considerará automáticamente los mensajes marcados por este clasificador externo como basura."> +<!ENTITY ispHeaders.label "Confiar en los encabezados de basura de: "> +<!ENTITY ispHeaders.accesskey "C"> + +<!ENTITY junkClassification.label "Selección"> +<!ENTITY junkActions.label "Destino y retención"> + +<!ENTITY globalJunkPrefs.label "Preferencias globales de basura…"> +<!ENTITY globalJunkPrefs.accesskey "g"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/am-main.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/am-main.dtd new file mode 100644 index 0000000000..94e6b9a95e --- /dev/null +++ b/l10n-es-AR/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 "Configuración de cuenta"> +<!ENTITY accountName.label "Nombre de la cuenta:"> +<!ENTITY accountName.accesskey "N"> +<!ENTITY identityTitle.label "Identidad"> +<!ENTITY identityDesc.label "Cada cuenta tiene una identidad, que es la información que otras personas verán al leer sus mensajes."> +<!ENTITY name.label "Su nombre:"> +<!ENTITY name.accesskey "b"> +<!ENTITY email.label "Dirección de correo electrónico:"> +<!ENTITY email.accesskey "e"> +<!ENTITY catchAll.label "Responder desde esta identidad cuando los encabezados de entrega coincidan:"> +<!ENTITY catchAll.accesskey "d"> +<!ENTITY replyTo.label "Dirección de respuesta:"> +<!ENTITY replyTo.accesskey "s"> +<!ENTITY replyTo.placeholder "Los destinatarios responderán a esta otra dirección"> +<!ENTITY organization.label "Organización:"> +<!ENTITY organization.accesskey "O"> +<!ENTITY signatureText.label "Texto de la firma:"> +<!ENTITY signatureText.accesskey "x"> +<!ENTITY signatureHtml.label "Usar HTML"> +<!ENTITY signatureHtml.accesskey "L"> +<!ENTITY signatureFile.label "Adjuntar la firma desde un archivo:"> +<!ENTITY signatureFile.accesskey "t"> +<!ENTITY choose.label "Seleccionar…"> +<!ENTITY choose.accesskey "c"> +<!ENTITY editVCard.label "Editar tarjeta…"> +<!ENTITY editVCard.accesskey "d"> +<!-- LOCALIZATION NOTE (attachVCard.label) : do not translate "vCard" in below line --> +<!ENTITY attachVCard.label "Adjuntar mi tarjeta en los mensajes."> +<!ENTITY attachVCard.accesskey "t"> + +<!ENTITY manageIdentities.label "Administrar identidades…"> +<!ENTITY manageIdentities.accesskey "m"> + +<!-- LOCALIZATION NOTE (smtpName.label) : do not translate "SMTP" in below line --> +<!ENTITY smtpName.label "Servidor saliente (SMTP):"> +<!ENTITY smtpName.accesskey "v"> +<!ENTITY smtpDefaultServer.label "Usar servidor predeterminado"> + +<!ENTITY smtpServerEdit.label "Editar servidor SMTP…"> +<!ENTITY smtpServerEdit.accesskey "P"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/am-mdn.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/am-mdn.dtd new file mode 100644 index 0000000000..812c7ec075 --- /dev/null +++ b/l10n-es-AR/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 "Acuses de recibo"> +<!ENTITY useGlobalPrefs.label "Usar las preferencias globales de acuse de recibo para esta cuenta"> +<!ENTITY useGlobalPrefs.accesskey "U"> +<!ENTITY globalReceipts.label "Preferencias globales…"> +<!ENTITY globalReceipts.accesskey "g"> +<!ENTITY useCustomPrefs.label "Personalizar acuse de recibo para esta cuenta"> +<!ENTITY useCustomPrefs.accesskey "c"> +<!ENTITY requestReceipt.label "Al enviar mensajes, solicitar siempre un acuse de recibo"> +<!ENTITY requestReceipt.accesskey "v"> +<!ENTITY receiptArrive.label "Cuando llegue un acuse de recibo:"> +<!ENTITY leaveIt.label "Dejarlo en mi bandeja de entrada"> +<!ENTITY leaveIt.accesskey "i"> +<!-- LOCALIZATION NOTE moveToSent.label Translate: 'Sent' according to Netscape glossary --> +<!ENTITY moveToSent.label "Moverlo a mi carpeta "Enviado""> +<!ENTITY moveToSent.accesskey "M"> +<!ENTITY requestMDN.label "Cuando me sea solicitado un acuse de recibo:"> +<!ENTITY returnSome.label "Permitir acuse de recibo para algunos mensajes"> +<!ENTITY returnSome.accesskey "e"> +<!ENTITY never.label "Nunca enviar acuse de recibo"> +<!ENTITY never.accesskey "N"> +<!ENTITY notInToCc.label "Si no estoy en el A: o CC: del mensaje:"> +<!ENTITY notInToCc.accesskey "t"> +<!ENTITY outsideDomain.label "Si el remitente no está en mi dominio:"> +<!ENTITY outsideDomain.accesskey "S"> +<!ENTITY otherCases.label "En los demás casos:"> +<!ENTITY otherCases.accesskey "o"> +<!ENTITY askMe.label "Preguntarme"> +<!ENTITY alwaysSend.label "Enviar siempre"> +<!ENTITY neverSend.label "No enviar nunca"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/am-mdn.properties b/l10n-es-AR/suite/chrome/mailnews/pref/am-mdn.properties new file mode 100644 index 0000000000..25514196ca --- /dev/null +++ b/l10n-es-AR/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=Acuses de recibo diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/am-offline.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/am-offline.dtd new file mode 100644 index 0000000000..1c17891898 --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/pref/am-offline.dtd @@ -0,0 +1,59 @@ +<!-- 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 "Para ahorrar espacio en disco, no descargar:"> +<!ENTITY doNotDownloadNntp.label "Para ahorrar espacio en disco, no descargar para su uso sin conexión:"> +<!ENTITY doNotDownloadImap.label "Para ahorrar espacio en disco, la descarga de mensajes del servidor manteniendo copias locales para usar sin conexión puede ser restringida por antigüedad o tamaño."> +<!ENTITY allFoldersOffline.label "Mantener mensajes para esta cuenta en esta computadora"> +<!ENTITY allFoldersOffline.accesskey "o"> +<!ENTITY allFoldersOffline2.label "Mantener mensajes en todas las carpetas para esta cuenta en esta computadora"> +<!ENTITY allFoldersOffline2.accesskey "o"> +<!ENTITY allFoldersOfflineNote.label "Nota: Cambiar esto afectará a todas las carpetas de esta cuenta. Para configurar carpetas individuales use el botón Avanzadas…"> +<!ENTITY offlineNotDownload.label "Mensajes de tamaño superior a"> +<!ENTITY offlineNotDownload.accesskey "M"> +<!ENTITY autosyncNotDownload.label "No descargar mensajes más grandes que"> +<!ENTITY autosyncNotDownload.accesskey "m"> +<!ENTITY kb.label "KB"> +<!ENTITY daysOld.label "días de antigüedad"> +<!ENTITY message.label "mensajes"> +<!ENTITY nntpNotDownloadRead.label "Mensajes leídos"> +<!ENTITY nntpNotDownloadRead.accesskey "l"> +<!ENTITY nntpDownloadMsg.label "Mensajes de más de"> +<!ENTITY nntpDownloadMsg.accesskey "e"> +<!ENTITY retentionCleanup.label "Para recuperar espacio en disco, los mensajes viejos pueden ser borrados permanentemente."> +<!ENTITY retentionCleanupImap.label "Para recuperar espacio en disco, los mensajes viejos pueden ser borrados permanentemente, tanto las copias locales como sus originales en el servidor."> +<!ENTITY retentionCleanupPop.label "Para recuperar espacio en disco, los mensajes viejos pueden ser borrados permanentemente, incluyendo los originales en el servidor."> +<!ENTITY retentionKeepMsg.label "Borrar mensajes de más de"> +<!ENTITY retentionKeepMsg.accesskey "B"> +<!ENTITY retentionKeepAll.label "No borrar ningún mensaje"> +<!ENTITY retentionKeepAll.accesskey "N"> +<!ENTITY retentionKeepRecent.label "Borrar todos excepto los más recientes"> +<!ENTITY retentionKeepRecent.accesskey "B"> +<!ENTITY retentionApplyToFlagged.label "Siempre guardar los mensajes etiquetados"> +<!ENTITY retentionApplyToFlagged.accesskey "e"> +<!ENTITY nntpRemoveMsgBody.label "Eliminar cuerpos de los mensajes de más de"> +<!ENTITY nntpRemoveMsgBody.accesskey "o"> +<!ENTITY offlineSelectNntp.label "Seleccionar grupos de noticias para su uso sin conexión…"> +<!ENTITY offlineSelectNntp.accesskey "S"> +<!ENTITY offlineImapAdvancedOffline.label "Avanzadas…"> +<!ENTITY offlineImapAdvancedOffline.accesskey "A"> +<!ENTITY syncGroupTitle.label "Sincronización de mensajes"> +<!ENTITY diskspaceGroupTitle.label "Espacio en disco"> + +<!-- 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 "Sincronizar todos los mensajes localmente sin importar la antigüedad"> +<!ENTITY allAutosync.accesskey "c"> +<!ENTITY ageAutosyncBefore.label "Sincronizar los más recientes"> +<!ENTITY ageAutosync.accesskey "z"> +<!ENTITY ageAutosyncMiddle.label ""> +<!ENTITY dayAgeInterval.label "Días"> +<!ENTITY weekAgeInterval.label "Semanas"> +<!ENTITY monthAgeInterval.label "Meses"> +<!ENTITY yearAgeInterval.label "Años"> +<!ENTITY ageAutosyncAfter.label ""> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/am-server-advanced.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/am-server-advanced.dtd new file mode 100644 index 0000000000..c569483590 --- /dev/null +++ b/l10n-es-AR/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 "Configuración avanzada de cuentas"> +<!-- LOCALIZATION NOTE (serverDirectory.label): DONT_TRANSLATE "IMAP" --> +<!ENTITY serverDirectory.label "Directorio del servidor IMAP:"> +<!ENTITY serverDirectory.accesskey "D"> +<!ENTITY usingSubscription.label "Mostrar sólo las carpetas suscriptas"> +<!ENTITY usingSubscription.accesskey "u"> +<!ENTITY dualUseFolders.label "El servidor soporta carpetas que contengan subcarpetas y mensajes"> +<!ENTITY dualUseFolders.accesskey "E"> +<!ENTITY maximumConnectionsNumber.label "Número máximo de conexiones del servidor a caché"> +<!ENTITY maximumConnectionsNumber.accesskey "m"> +<!-- LOCALIZATION NOTE (namespaceDesc.label): DONT_TRANSLATE "IMAP" --> +<!ENTITY namespaceDesc.label "Estas preferencias especifican los espacios de nombres en su servidor IMAP"> +<!ENTITY personalNamespace.label "Espacio de nombres personal:"> +<!ENTITY personalNamespace.accesskey "p"> +<!ENTITY publicNamespace.label "Público (compartido):"> +<!ENTITY publicNamespace.accesskey "b"> +<!ENTITY otherUsersNamespace.label "Otros usuarios:"> +<!ENTITY otherUsersNamespace.accesskey "O"> +<!ENTITY overrideNamespaces.label "Permitir que el servidor reemplace estos espacios de nombres"> +<!ENTITY overrideNamespaces.accesskey "a"> +<!ENTITY pop3DeferringDesc.label "Al descargar el correo del servidor de esta cuenta, usar la siguiente carpeta para guardar nuevos mensajes:" > +<!ENTITY accountInbox.label "Bandeja de entrada para esta cuenta"> +<!ENTITY accountInbox.accesskey "s"> +<!ENTITY deferToServer.label "Bandeja de entrada para una cuenta diferente"> +<!ENTITY deferToServer.accesskey "d"> +<!ENTITY deferGetNewMail.label "Incluir este servidor al recibir correo nuevo"> +<!ENTITY deferGetNewMail.accesskey "I"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/am-server-top.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/am-server-top.dtd new file mode 100644 index 0000000000..f551eed89b --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/pref/am-server-top.dtd @@ -0,0 +1,88 @@ +<!-- extracted from am-server-top.xul --> + +<!ENTITY messageStorage.label "Almacenamiento de mensajes"> +<!ENTITY securitySettings.label "Opciones de seguridad"> +<!ENTITY serverSettings.label "Configuración del servidor"> +<!ENTITY serverType.label "Tipo de servidor:"> +<!ENTITY serverName.label "Nombre del servidor:"> +<!ENTITY serverName.accesskey "s"> +<!ENTITY userName.label "Nombre de usuario:"> +<!ENTITY userName.accesskey "N"> +<!ENTITY port.label "Puerto:"> +<!ENTITY port.accesskey "P"> +<!ENTITY serverPortDefault.label "Predeterminado:"> +<!-- 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 "Buscar nuevos mensajes cada "> +<!ENTITY biffStart.accesskey "B"> +<!ENTITY biffEnd.label "minutos"> +<!ENTITY useIdleNotifications.label "Permitir notificaciones de servidor inmediatas cuando lleguen nuevos mensajes"> +<!ENTITY useIdleNotifications.accesskey "a"> +<!ENTITY connectionSecurity.label "Seguridad de la conexión:"> +<!ENTITY connectionSecurity.accesskey "u"> +<!ENTITY connectionSecurityType-0.label "Ninguna"> +<!ENTITY connectionSecurityType-1.label "STARTTLS, si está disponible"> +<!ENTITY connectionSecurityType-2.label "STARTTLS"> +<!ENTITY connectionSecurityType-3.label "SSL/TLS"> +<!ENTITY authMethod.label "Método de autenticación:"> +<!ENTITY authMethod.accesskey "i"> +<!ENTITY leaveOnServer.label "Dejar los mensajes en el servidor."> +<!ENTITY leaveOnServer.accesskey "D"> +<!ENTITY headersOnly.label "Descargar sólo los encabezados"> +<!ENTITY headersOnly.accesskey "e"> +<!ENTITY deleteByAgeFromServer.label "Por al menos"> +<!ENTITY deleteByAgeFromServer.accesskey "o"> +<!ENTITY daysEnd.label "días"> +<!ENTITY deleteOnServer2.label "Hasta que los borre"> +<!ENTITY deleteOnServer2.accesskey "H"> +<!ENTITY downloadOnBiff.label "Descargar automáticamente los mensajes nuevos"> +<!ENTITY downloadOnBiff.accesskey "m"> +<!ENTITY username.label "Su nombre de usuario"> +<!ENTITY deleteMessagePrefix.label "Cuando borre un mensaje:"> +<!ENTITY modelMoveToTrash.label "Moverlo a esta carpeta:"> +<!ENTITY modelMoveToTrash.accesskey "o"> +<!ENTITY modelMarkDeleted.label "Marcarlo como borrado"> +<!ENTITY modelMarkDeleted.accesskey "M"> +<!ENTITY modelDeleteImmediately.label "Eliminarlo inmediatamente"> +<!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 "Vaciar la papelera al salir"> +<!ENTITY emptyTrashOnExit.accesskey "V"> +<!ENTITY loginAtStartup.label "Comprobar si hay mensajes nuevos al iniciar"> +<!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 "Preguntarme antes de descargar más de"> +<!ENTITY maxMessagesStart.accesskey "m"> +<!-- LOCALIZATION NOTE (maxMessagesEnd.label) : see note for maxMessagesStart.label --> +<!ENTITY maxMessagesEnd.label "mensajes"> +<!ENTITY alwaysAuthenticate.label "Siempre solicitar autenticación cuando se conecte con este servidor"> +<!ENTITY alwaysAuthenticate.accesskey "S"> +<!ENTITY newsrcFilePath.label "archivo newsrc:"> +<!ENTITY localPath.label "Directorio local:"> +<!ENTITY abbreviate.label "Mostrar nombres de los grupos de noticias en la vista de carpeta de correo como:"> +<!ENTITY abbreviateOn.label "Nombres completos (Por ejemplo, 'netscape.public.mozilla.mail-news')"> +<!ENTITY abbreviateOff.label "Nombres abreviados (Por ejemplo,'n.p.m.mail-news')"> +<!ENTITY advancedButton.label "Avanzadas…"> +<!ENTITY serverDefaultCharset2.label "Codificación de texto predeterminada:"> +<!ENTITY advancedButton.accesskey "v"> +<!ENTITY localFolderPicker.label "Seleccione directorio local"> +<!ENTITY browseFolder.label "Examinar…"> +<!ENTITY browseFolder.accesskey "E"> +<!ENTITY newsrcPicker.label "Seleccionar archivo newsrc"> +<!ENTITY browseNewsrc.label "Examinar…"> +<!ENTITY browseNewsrc.accesskey "E"> + +<!ENTITY accountTitle.label "Configuración de cuenta"> +<!ENTITY accountSettingsDesc.label "La siguiente cuenta es especial. No tiene identidades asociadas."> +<!ENTITY storeType.label "Tipo de almacenamiento de mensajes:"> +<!ENTITY storeType.accesskey "T"> +<!ENTITY mboxStore2.label "Un archivo por carpeta (mbox)"> +<!ENTITY maildirStore.label "Un archivo por mensaje (maildir)"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/am-serverwithnoidentities.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/am-serverwithnoidentities.dtd new file mode 100644 index 0000000000..a29dee6cd9 --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/pref/am-serverwithnoidentities.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 accountName.label "Nombre de cuenta:"> +<!ENTITY accountName.accesskey "N"> + diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/mailPrefsOverlay.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/mailPrefsOverlay.dtd new file mode 100644 index 0000000000..1bbb80d3a0 --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/pref/mailPrefsOverlay.dtd @@ -0,0 +1,21 @@ +<!-- These are added to the Advanced - Scripts & Plugins panel --> +<!ENTITY enbPluginCheckMailNews.label "Correo y noticias"> +<!ENTITY enbPluginCheckMailNews.accesskey "a"> + +<!-- These are added to the Window menu --> +<!ENTITY mail.label "Correo y noticias"> +<!ENTITY mail.accesskey "C"> +<!ENTITY addressbook.label "Libreta de direcciones"> +<!ENTITY addressbook.accesskey "d"> + +<!-- These are added to Preferences dialog --> +<!ENTITY viewingMessages.label "Vista de Mensajes"> +<!ENTITY notifications.label "Notificaciones"> +<!ENTITY address.label "Direcciones"> +<!ENTITY composingMessages.label "Redacción"> +<!ENTITY format.label "Formato de envío"> +<!ENTITY return.label "Acuses de recibo"> +<!ENTITY junk.label "Correo basura"> +<!ENTITY tags.label "Tags"> +<!ENTITY characterEncoding2.label "Codificación de texto"> +<!ENTITY networkStorage.label "Red y almacenamiento"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/pref-addressing.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/pref-addressing.dtd new file mode 100644 index 0000000000..f6b74dfec8 --- /dev/null +++ b/l10n-es-AR/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 "Direcciones"> +<!ENTITY emailCollectiontitle.label "Colección de cuentas de correo"> +<!ENTITY emailCollectionPicker.label "Agregar dirección de correo a:"> +<!ENTITY emailCollectionPicker.accesskey "c"> +<!ENTITY emailCollectiontext.label "Las direcciones de correo de los mensajes que llegan pueden agregarse automáticamente a la libreta de direcciones local."> + +<!-- Autocompletion --> +<!ENTITY addressingTitle.label "Autocompletar direcciones"> +<!ENTITY highlightNonMatches.label "Remarcar direcciones que no se completan automáticamente"> +<!ENTITY highlightNonMatches.accesskey "a"> +<!ENTITY addressingEnable.label "Libretas de direcciones locales"> +<!ENTITY addressingEnable.accesskey "L"> +<!ENTITY autocompleteText.label "Al escribir una dirección, buscar coincidencias en:"> +<!ENTITY directories.label "Servidor de directorios:"> +<!ENTITY directories.accesskey "d"> +<!ENTITY directoriesNone.label "Ninguno"> +<!ENTITY editDirectories.label "Editar directorios…"> +<!ENTITY editDirectories.accesskey "E"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/pref-character_encoding.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/pref-character_encoding.dtd new file mode 100755 index 0000000000..d5341bf13a --- /dev/null +++ b/l10n-es-AR/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 "Codificación de texto"> +<!ENTITY messageDisplay.caption "Vista de Mensajes"> +<!ENTITY viewFallbackCharset2.label "Codificación de texto de emergencia:"> +<!ENTITY viewFallbackCharset2.accesskey "E"> +<!ENTITY viewFallbackCharset.desc "(Usado para contenido heredado que no declare su codificación.)"> + +<!ENTITY composingMessages.caption "Redactar mensajes"> +<!ENTITY useMIME.label "Para mensajes que contienen caracteres de 8 bits, use la codificación MIME 'quoted printable'. Deje sin tildar para enviar el mensaje como está ahora."> +<!ENTITY useMIME.accesskey "f"> +<!ENTITY sendDefaultCharset2.label "Codificación de texto predeterminada:"> +<!ENTITY sendDefaultCharset2.accesskey "C"> +<!ENTITY replyInDefaultCharset3.label "Cuando sea posible, usar la codificación de texto predeterminada en las respuestas (cuando no está tildada, sólo los mensajes nuevos usan esta opción)."> +<!ENTITY replyInDefaultCharset3.accesskey "u"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/pref-composing_messages.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/pref-composing_messages.dtd new file mode 100644 index 0000000000..0d8053927f --- /dev/null +++ b/l10n-es-AR/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 "Redacción"> +<!ENTITY generalComposing.label "General"> +<!ENTITY forwardMsg.label "Reenviar mensajes:"> +<!ENTITY inline.label "Inline"> +<!ENTITY inline.accesskey "n"> +<!ENTITY asAttachment.label "Como adjunto"> +<!ENTITY asAttachment.accesskey "a"> + +<!ENTITY replyQuoteInline.label "Los adjuntos citados se ven dentro del documento en las respuestas"> +<!ENTITY replyQuoteInline.accesskey "L"> +<!ENTITY warnOnSendAccelKey.label "Confirmar cuando se usan atajos de teclados para enviar mensajes"> +<!ENTITY warnOnSendAccelKey.accesskey "s"> +<!-- LOCALIZATION NOTE (autoSave.label): This will concatenate with + "xxx minutes", using a number and (autoSaveEnd.label). --> +<!ENTITY autoSave.label "Guardar el mensaje automáticamente cada"> +<!ENTITY autoSave.accesskey "u"> +<!ENTITY autoSaveEnd.label "minutos"> +<!-- LOCALIZATION NOTE (wrapOutMsg.label): This will concatenate with "xxx characters", using a number and (char.label). --> +<!ENTITY wrapOutMsg.label "Cortar mensajes de texto simple a los"> +<!ENTITY wrapOutMsg.accesskey "C"> +<!ENTITY char.label "caracteres"> + +<!ENTITY defaultMessagesHeader.label "Predeterminados para mensajes HTML"> +<!ENTITY font.label "Tipografía:"> +<!ENTITY font.accesskey "r"> +<!ENTITY size.label "Tamaño:"> +<!ENTITY size.accesskey "m"> +<!ENTITY fontColor.label "Texto:"> +<!ENTITY fontColor.accesskey "T"> +<!ENTITY bgColor.label "Fondo:"> +<!ENTITY bgColor.accesskey "F"> +<!ENTITY defaultCompose.label "Formato de composición predeterminado:"> +<!ENTITY defaultBodyText.label "Texto del mensaje (Tecla Intro crea una nueva línea)"> +<!ENTITY defaultBodyText.accesskey "o"> +<!ENTITY defaultParagraph.label "Párrafo (Tecla Intro crea un nuevo párrafo)"> +<!ENTITY defaultParagraph.accesskey "P"> + +<!ENTITY selectHeaderType.label "Seleccione tipo de encabezado de respuesta:"> +<!ENTITY selectHeaderType.accesskey "e"> +<!ENTITY noReplyOption.label "Sin encabezado de respuesta"> +<!-- LOCALIZATION NOTE (authorWroteOption.label): this is tied to the + mailnews.reply_header_authorwrotesingle preference. [Author] needs to be + translated. --> +<!ENTITY authorWroteOption.label "[Autor] escribió:"> +<!-- LOCALIZATION NOTE (onDateAuthorWroteOption.label): this is tied to the + mailnews.reply_header_ondateauthorwrote preference. [Author] and [date] + need to be translated. --> +<!ENTITY onDateAuthorWroteOption.label "El [fecha], [autor] escribió:"> +<!-- LOCALIZATION NOTE (onDateAuthorWroteOption.label): this is tied to the + mailnews.reply_header_authorwroteondate preference. [Author] and [date] + need to be translated. --> +<!ENTITY authorWroteOnDateOption.label "[Autor] escribió, el [fecha]:"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/pref-directory-add.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/pref-directory-add.dtd new file mode 100644 index 0000000000..d11ab67e90 --- /dev/null +++ b/l10n-es-AR/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 "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 "Bind DN: "> +<!ENTITY directoryLogin.accesskey "i"> +<!ENTITY General.tab "General"> +<!ENTITY Offline.tab "Sin conexión"> +<!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 "Subtree"> +<!ENTITY scopeSubtree.accesskey "S"> +<!ENTITY return.label "No devolver más que"> +<!ENTITY return.accesskey "r"> +<!ENTITY results.label "resultados"> +<!ENTITY offlineText.label "Puede descargar una copia local de este directorio para que esté disponible para su uso cuando esté 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/suite/chrome/mailnews/pref/pref-directory.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/pref-directory.dtd new file mode 100644 index 0000000000..465d5878c3 --- /dev/null +++ b/l10n-es-AR/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 "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 "Agregar"> +<!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/suite/chrome/mailnews/pref/pref-formatting.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/pref-formatting.dtd new file mode 100644 index 0000000000..d1a5fa3b43 --- /dev/null +++ b/l10n-es-AR/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 "Formato de envío"> +<!ENTITY sendMaildesc.label "Al enviar mensajes con formato (HTML) y uno o más destinatarios no están listados como capaces de recibir HTML:"> +<!ENTITY askMe.label "Preguntarme qué hacer (Mail le pide elegir un formato)"> +<!ENTITY askMe.accesskey "P"> +<!ENTITY convertPlain2.label "Convertir el mensaje a texto plano (se puede perder algún formato)"> +<!ENTITY convertPlain2.accesskey "C"> +<!ENTITY sendHTML2.label "Enviar el mensaje como HTML solamente (puede causar problemas)"> +<!ENTITY sendHTML2.accesskey "s"> +<!ENTITY sendBoth2.label "Enviar el mensaje tanto en texto plano como en HTML (tendrá más tamaño)"> +<!ENTITY sendBoth2.accesskey "n"> + +<!-- Html and Plain Text Domains --> +<!ENTITY domain.title "Dominios HTML y texto plano"> +<!ENTITY domaindesc.label "Cuando envíe un mensaje a una dirección de alguno de los dominios listados debajo, Mail enviará automáticamente el mensaje en el formato preferido (texto con formato o texto plano)."> +<!ENTITY HTMLdomaintitle.label "Dominios HTML"> +<!ENTITY HTMLdomaintitle.accesskey "M"> +<!ENTITY PlainTexttitle.label "Dominios de texto plano"> +<!ENTITY PlainTexttitle.accesskey "t"> +<!ENTITY AddButton.label "Agregar…"> +<!ENTITY AddHtmlDomain.accesskey "A"> +<!ENTITY AddPlainText.accesskey "g"> +<!ENTITY DeleteButton.label "Borrar"> +<!ENTITY DeleteHtmlDomain.accesskey "B"> +<!ENTITY DeletePlainText.accesskey "r"> + +<!-- Add Domain Name --> +<!ENTITY add.htmltitle "Agregar un nombre de dominio HTML"> +<!ENTITY add.htmldomain "Agregar un nombre de dominio HTML"> +<!ENTITY add.plaintexttitle "Nombre de dominio HTML:"> +<!ENTITY add.plaintextdomain "Nombre de dominio de texto plano:"> + +<!ENTITY domainnameError.title "Error en el nombre de dominio"> +<!-- LOCALIZATION NOTE: do not translate @string@ --> +<!ENTITY invalidEntryError.label "El nombre de dominio @string@ no es válido y será ignorado. Los nombres de dominio válidos deben incluír al menos un '.' y caracteres a ambos lados del mismo."> + +<!-- Global auto-detect switch --> +<!ENTITY autoDowngrade.label "Enviar el mensaje como texto plano automáticamente si no hay formato significativo (anula otras opcione)"> +<!ENTITY autoDowngrade.accesskey "o"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/pref-junk.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/pref-junk.dtd new file mode 100644 index 0000000000..f376e78974 --- /dev/null +++ b/l10n-es-AR/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 "Basura y correo sospechoso"> +<!ENTITY junkSettings.caption "Opciones globales de correo basura"> +<!ENTITY junkMail.intro "Vaya a Opciones de cuenta para configurar opciones de correo basura específicas para esta cuenta."> + +<!-- Junk Mail Controls --> +<!ENTITY manualMark.label "Cuando marque mensajes como basura:"> +<!ENTITY manualMark.accesskey "C"> +<!ENTITY manualMarkModeMove.label "Moverlos a la carpeta "Basura" de la cuenta"> +<!ENTITY manualMarkModeMove.accesskey "M"> +<!ENTITY manualMarkModeDelete.label "Borrarlos"> +<!ENTITY manualMarkModeDelete.accesskey "B"> + +<!ENTITY markAsRead.intro "Marcar mensajes como leídos:"> +<!ENTITY autoMarkAsRead.label "Cuando &brandShortName; determine que son basura"> +<!ENTITY autoMarkAsRead.accesskey "u"> +<!ENTITY manualMarkAsRead.label "Cuando los marque manualmente como basura"> +<!ENTITY manualMarkAsRead.accesskey "C"> + +<!ENTITY enableJunkLogging.label "Habilitar el registro del filtro basura"> +<!ENTITY enableJunkLogging.accesskey "e"> +<!ENTITY openJunkLog.label "Mostrar el registro"> +<!ENTITY openJunkLog.accesskey "s"> +<!ENTITY resetTrainingData.label "Reiniciar datos de entrenamiento"> +<!ENTITY resetTrainingData.accesskey "t"> + +<!ENTITY pref.suspectMail.caption "Correo sospechoso"> + +<!-- Phishing Detector --> +<!ENTITY pref.phishing.caption "Fraudes de correo"> +<!ENTITY enablePhishingDetector.label "Avisarme si el mensaje que estoy leyendo se sospecha que puede ser una estafa"> +<!ENTITY enablePhishingDetector.accesskey "t"> + +<!-- Anti Virus --> +<!ENTITY pref.antivirus.caption "Antivirus"> +<!ENTITY antiVirus.label "Permitir a los clientes antivirus que verifiquen los mensajes entrantes más fácilmente"> +<!ENTITY antiVirus.accesskey "a"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/pref-mailnews.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/pref-mailnews.dtd new file mode 100644 index 0000000000..513f8a129b --- /dev/null +++ b/l10n-es-AR/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 "Correo y noticias"> +<!ENTITY generalSettings.caption "Opciones generales"> +<!ENTITY confirmMove.label "Confirmar al mover carpetas a la Papelera"> +<!ENTITY confirmMove.accesskey "C"> +<!ENTITY preserveThreading.label "Mantener el hilo de los mensajes cuando se ordenan"> +<!ENTITY preserveThreading.accesskey "M"> +<!ENTITY loadInBackground.label "Cambiar a pestañas nuevas al abrir"> +<!ENTITY loadInBackground.accesskey "t"> +<!ENTITY mailBiffOnNewWindow.label "Solamente buscar correo nuevo al abrir la ventana de Correo y Noticias"> +<!ENTITY mailBiffOnNewWindow.accesskey "o"> + +<!ENTITY defaultMailSettings.description "Hacer que &brandShortName; sea la aplicación predeterminada para:"> +<!ENTITY setDefaultMail.label "Correo"> +<!ENTITY setDefaultMail.accesskey "C"> +<!ENTITY setDefaultNews.label "Noticias"> +<!ENTITY setDefaultNews.accesskey "N"> +<!ENTITY setDefaultFeed.label "Canales"> +<!ENTITY setDefaultFeed.accesskey "e"> + +<!ENTITY useInternalSettings.description "Use correo y noticias de &brandShortName; al abrir enlaces del navegador para:"> +<!ENTITY useInternalMail.label "Correo (mailto:)"> +<!ENTITY useInternalMail.accesskey "a"> +<!ENTITY useInternalNews.label "Noticias (news:, snews:, nntp:)"> +<!ENTITY useInternalNews.accesskey "s"> + +<!ENTITY messengerStartPage.caption "Página de inicio del correo"> +<!ENTITY enableStartPage.label "Al iniciar Mail, mostrar la página de inicio en el área de mensajes"> +<!ENTITY enableStartPage.accesskey "A"> +<!ENTITY location.label "Ubicación:"> +<!ENTITY location.accesskey "U"> +<!ENTITY useDefault.label "Restaurar predeterminados"> +<!ENTITY useDefault.accesskey "d"> +<!ENTITY rememberLastMsg.label "Recordar el último mensaje seleccionado"> +<!ENTITY rememberLastMsg.accesskey "R"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/pref-notifications.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/pref-notifications.dtd new file mode 100644 index 0000000000..5bbec804ad --- /dev/null +++ b/l10n-es-AR/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 "Notificaciones"> +<!ENTITY notifications.caption "Notificaciones"> +<!ENTITY newMessagesArrive.label "Cuando llegue un nuevo mensaje:"> + +<!-- 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 "Mostrar una alerta por"> +<!ENTITY showAlertFor.accesskey "s"> +<!ENTITY showAlertTimeEnd.label "segundos"> + +<!ENTITY showAlertPreviewText.label "Mostrar una vista previa del texto del mensaje"> +<!ENTITY showAlertPreviewText.accesskey "v"> +<!ENTITY showAlertSubject.label "Mostrar el asunto"> +<!ENTITY showAlertSubject.accesskey "u"> +<!ENTITY showAlertSender.label "Mostrar el remitente"> +<!ENTITY showAlertSender.accesskey "n"> +<!ENTITY useSystemAlert.label "Usar las notificaciones de escritorio del sistema operativo"> +<!ENTITY useSystemAlert.accesskey "d"> +<!ENTITY useBuiltInAlert.label "Usar las ventanas de notificaciones propias de &brandShortName;'"> +<!ENTITY useBuiltInAlert.accesskey "f"> + +<!ENTITY showTrayIcon.label "Mostrar un ícono en el panel"> +<!ENTITY showTrayIcon.accesskey "t"> +<!ENTITY showBalloon.label "Mostrar un globo de alerta"> +<!ENTITY showBalloon.accesskey "o"> +<!ENTITY bounceSystemDockIcon.label "Animar el ícono del dock"> +<!ENTITY bounceSystemDockIcon.accesskey "A"> + +<!ENTITY playSound.label "Reproducir sonido"> +<!ENTITY playSound.accesskey "p"> +<!ENTITY playButton.label "Reproducir"> +<!ENTITY playButton.accesskey "R"> +<!ENTITY systemsound.label "Sonido del sistema para Nuevo mensaje"> +<!ENTITY systemsound.accesskey "m"> +<!ENTITY customsound.label "Archivo de sonido personalizado"> +<!ENTITY customsound.accesskey "c"> +<!ENTITY browse.label "Examinar…"> +<!ENTITY browse.accesskey "x"> +<!ENTITY browse.title "Seleccionar archivo"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/pref-offline.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/pref-offline.dtd new file mode 100644 index 0000000000..0565bdc4d3 --- /dev/null +++ b/l10n-es-AR/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 "Red y almacenamiento"> +<!ENTITY pref.offline.caption "Sin conexión"> +<!ENTITY textStartUp "Al iniciar:"> +<!ENTITY textStartUp.accesskey "A"> +<!ENTITY menuitemRememberPrevState "Recordar el estado anterior de la conexión"> +<!ENTITY menuitemAskMe "Preguntarme el estado al iniciar"> +<!ENTITY menuitemAlwaysOnline "Siempre iniciar conectado"> +<!ENTITY menuitemAlwaysOffline "Siempre iniciar sin conexión"> +<!ENTITY menuitemAutomatic "Detectar automáticamente (si está disponible)"> +<!ENTITY textGoingOnline "¿Enviar mensajes pendientes al conectarse?"> +<!ENTITY radioAutoSend "Sí"> +<!ENTITY radioAutoSend.accesskey "S"> +<!ENTITY radioNotSend "No"> +<!ENTITY radioNotSend.accesskey "N"> +<!ENTITY radioAskUnsent "Preguntarme"> +<!ENTITY radioAskUnsent.accesskey "P"> +<!ENTITY textGoingOffline "Al desconectarse, ¿descargar mensajes para usar sin conexión?"> +<!ENTITY radioAutoDownload "Sí"> +<!ENTITY radioAutoDownload.accesskey "S"> +<!ENTITY radioNotDownload "No"> +<!ENTITY radioNotDownload.accesskey "o"> +<!ENTITY radioAskDownload "Preguntarme"> +<!ENTITY radioAskDownload.accesskey "r"> +<!ENTITY mailConnections.caption "Conexiones de correo"> +<!ENTITY mailnewsTimeout.label "Tiempo de conexión excedido:"> +<!ENTITY mailnewsTimeout.accesskey "m"> +<!ENTITY mailnewsTimeoutSeconds.label "segundos"> +<!ENTITY Diskspace "Espacio en disco"> +<!ENTITY offlineCompactFolders.label "Compactar carpetas cuando se recuperen más de"> +<!ENTITY offlineCompactFolders.accesskey "C"> +<!ENTITY offlineCompactFoldersMB.label "MB en total"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/pref-receipts.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/pref-receipts.dtd new file mode 100644 index 0000000000..728c404f8b --- /dev/null +++ b/l10n-es-AR/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 "Acuses de recibo"> +<!ENTITY prefReceipts.caption "Acuses de recibo"> +<!ENTITY requestReceipt.label "Al enviar mensajes, solicitar siempre un acuse de recibo"> +<!ENTITY requestReceipt.accesskey "r"> +<!ENTITY receiptArrive.label "Cuando llegue un acuse de recibo:"> +<!ENTITY leaveIt.label "Dejarlo en mi bandeja de entrada"> +<!ENTITY leaveIt.accesskey "l"> +<!ENTITY moveToSent.label "Moverlo a mi carpeta "Enviados""> +<!ENTITY moveToSent.accesskey "M"> +<!ENTITY requestMDN.label "Cuando recibo una solicitud de acuse de recibo:"> +<!ENTITY returnSome.label "Permitir acuse de recibo para algunos mensajes"> +<!ENTITY returnSome.accesskey "a"> +<!ENTITY never.label "Nunca enviar acuse de recibo"> +<!ENTITY never.accesskey "N"> +<!ENTITY notInToCc.label "Si no estoy en A: o CC: del mensaje:"> +<!ENTITY notInToCc.accesskey "t"> +<!ENTITY outsideDomain.label "Si el remitente está fuera de mi dominio web:"> +<!ENTITY outsideDomain.accesskey "S"> +<!ENTITY otherCases.label "En los demás casos:"> +<!ENTITY otherCases.accesskey "o"> +<!ENTITY askMe.label "Preguntarme"> +<!ENTITY alwaysSend.label "Enviar siempre"> +<!ENTITY neverSend.label "No enviar nunca"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/pref-tags.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/pref-tags.dtd new file mode 100644 index 0000000000..781f9e5415 --- /dev/null +++ b/l10n-es-AR/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 "Etiquetas"> +<!ENTITY pref.tags.caption "Personalizar etiquetas"> +<!ENTITY pref.tags.description "Las etiquetas pueden usarse para categorizar y priorizar sus mensajes. Modifique la apariencia e importancia de las etiquetas con las opciones siguientes. Las etiquetas están ordenadas por importancia de arriba a abajo."> +<!ENTITY tagColumn.label "Tag"> +<!ENTITY colorColumn.label "Color"> +<!ENTITY defaultTagName.label "Etiqueta sin título"> +<!ENTITY addTagButton.label "Agregar"> +<!ENTITY addTagButton.accesskey "A"> +<!ENTITY deleteTagButton.label "Borrar"> +<!ENTITY deleteTagButton.accesskey "B"> +<!ENTITY raiseTagButton.label "Aumentar importancia"> +<!ENTITY raiseTagButton.accesskey "r"> +<!ENTITY lowerTagButton.label "Disminuir importancia"> +<!ENTITY lowerTagButton.accesskey "D"> +<!ENTITY restoreButton.label "Restaurar predeterminadas"> +<!ENTITY restoreButton.accesskey "s"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/pref-viewing_messages.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/pref-viewing_messages.dtd new file mode 100644 index 0000000000..4c4a5160ab --- /dev/null +++ b/l10n-es-AR/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 "Vista de Mensajes"> +<!ENTITY style.label "Estilo:"> +<!ENTITY style.accesskey "s"> +<!ENTITY regular.label "Regular"> +<!ENTITY bold.label "Negrita"> +<!ENTITY italic.label "Itálica"> +<!ENTITY boldItalic.label "Negrita itálica"> +<!ENTITY size.label "Tamaño:"> +<!ENTITY size.accesskey "T"> +<!ENTITY bigger.label "Más grande"> +<!ENTITY smaller.label "Más chico"> +<!ENTITY color.label "Color:"> +<!ENTITY color.accesskey "C"> +<!ENTITY displayPlainText.caption "Mensajes en texto plano"> +<!ENTITY fontPlainText.label "Font:"> +<!ENTITY fontPlainText.accesskey "F"> +<!ENTITY displayQuoted.label "Opciones para mensajes citados:"> +<!ENTITY wrapInMsg.label "Ajustar texto al ancho de la ventana"> +<!ENTITY wrapInMsg.accesskey "A"> +<!-- LOCALIZATION NOTE : (convertEmoticons.label) 'Emoticons' are also known as 'Smileys', e.g. :-) --> +<!ENTITY convertEmoticons.label "Mostrar emoticones como gráficos"> +<!ENTITY convertEmoticons.accesskey "M"> +<!ENTITY generalMessageDisplay.caption "General"> +<!ENTITY autoMarkAsRead.label "Marcar mensajes como leídos automáticamente"> +<!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 "Solo después de mostrarlo por"> +<!ENTITY markAsReadAfter.accesskey "t"> +<!ENTITY secondsLabel.label "segundos"> + +<!ENTITY openingMessages.label "Al abrir mensajes, mostrarlos en:"> +<!ENTITY newWindowRadio.label "Una nueva ventana de mensaje"> +<!ENTITY newWindowRadio.accesskey "n"> +<!ENTITY existingWindowRadio.label "Una ventana de mensaje existente"> +<!ENTITY existingWindowRadio.accesskey "e"> +<!ENTITY disableContent.label "Bloquear imágenes y otros contenidos de fuentes remotas"> +<!ENTITY disableContent.accesskey "B"> +<!ENTITY showCondensedAddresses.label "Mostrar solamente el nombre para las personas de mi libreta de direcciones"> +<!ENTITY showCondensedAddresses.accesskey "o"> +<!ENTITY closeMsgWindowOnDelete.label "Cerrar la ventana del mensaje al borrarlo"> +<!ENTITY closeMsgWindowOnDelete.accesskey "l"> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/prefs.properties b/l10n-es-AR/suite/chrome/mailnews/pref/prefs.properties new file mode 100644 index 0000000000..59d29e8539 --- /dev/null +++ b/l10n-es-AR/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=Por favor, ingrese una dirección de correo electrónico válida. +accountNameExists=Ya existe una cuenta con este nombre. Ingrese un nombre de cuenta diferente. +accountNameEmpty=El nombre de cuenta no puede estar vacío. +modifiedAccountExists=Ya existe una cuenta con ese nombre de usuario y servidor. Ingrese un nombre de usuario y/o servidor diferente. +userNameChanged=Su nombre de usuario ha sido actualizado. Puede que también necesite actualizar su dirección de correo y/o el nombre de usuario asociado a esta cuenta. +serverNameChanged=Ha cambiado el nombre del servidor en la configuración. Verifique que las carpetas utilizadas por los filtros existen en el nuevo servidor. +# LOCALIZATION NOTE (junkSettingsBroken): %1$S is the account name +junkSettingsBroken=La configuración de basura en la cuenta "%1$S" posiblemente tenga un problema. ¿Quiere revisarlo antes de guardar la configuración de la cuenta? +# LOCALIZATION NOTE (localDirectoryChanged): %1$S is program name (&brandShortName;) +localDirectoryChanged=%1$S necesita reiniciar ahora para aplicar el cambio a la configuración de directorio local. +localDirectoryRestart=Reiniciar +userNameEmpty=El nombre de usuario no puede estar vacío. +# LOCALIZATION NOTE (localDirectoryInvalid): %1$S is path to folder +localDirectoryInvalid=El directorio local "%1$S" no es válido. Seleccione uno diferente. +# LOCALIZATION NOTE (localDirectoryNotAllowed): %1$S is path to folder +localDirectoryNotAllowed=El directorio local "%1$S" no es apto para guardar mensajes. Seleccione uno diferente. +# 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=¿Está seguro de querer salir del asistente para cuentas?\n\nSi sale, cualquier información ingresada se perderá y no se creará la cuenta. +accountWizard=Asistente para cuentas +WizardExit=Salir +WizardContinue=Cancelar +# when the wizard already has a domain (Should we say something different?) +enterValidServerName=Ingrese un nombre de servidor válido. +failedRemoveAccount=Falló la eliminación de la cuenta. +#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=Si almacena el correo nuevo de esta cuenta en la bandeja de entrada de una cuenta distinta, ya no podrá acceder al correo que está descargado de esta cuenta. Si tiene correo en esta cuenta, por favor cópielo a otra cuenta primero.\n\nSi tiene filtros de correo en esta cuenta, debe desactivarlos o cambiar la carpeta de destino. Si cualquier cuenta tiene carpetas especiales en esta cuenta (Enviados, Borradores, Plantillas, Archivos, Basura), debe cambiarlas para que estén en otra cuenta.\n\n¿Todavía desea guardar el correo de esta cuenta en una cuenta distinta? +confirmDeferAccountTitle=¿Delegar cuenta? + +directoryAlreadyUsedByOtherAccount=El directorio especificado en la opción Directorio Local ya está en uso por la cuenta "%S". Seleccione uno diferente. +directoryParentUsedByOtherAccount=Un directorio padre del directorio especificado en la opción Directorio Local ya está en uso por la cuenta "%S". Seleccione uno diferente. +directoryChildUsedByOtherAccount=Un subdirectorio del directorio especificado en la opción Directorio Local ya está en uso por la cuenta "%S". Seleccione uno diferente. +#Provide default example values for sample email address +exampleEmailUserName=usuario +exampleEmailDomain=ejemplo.net +emailFieldText=Dirección de correo electrónico: +#LOCALIZATION NOTE: defaultEmailText: %1$S is user name, %2$S is domain +defaultEmailText=Ingrese su dirección de correo electrónico. Es la dirección que utilizarán los demás para enviarle correos (por ejemplo, "%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=Ingrese su %2$S de %1$S (por ejemplo, si su dirección de correo electrónico en %1$S es "%3$S", su %2$S es "%4$S"). + +# account manager stuff +prefPanel-server=Configuración del servidor +prefPanel-copies=Copias y carpetas +prefPanel-synchronization=Sincronización y almacenamiento +prefPanel-diskspace=Espacio en disco +prefPanel-addressing=Redacción y direcciones +prefPanel-junk=Opciones de correo basura +## LOCALIZATION NOTE (prefPanel-smtp): Don't translate "SMTP" +prefPanel-smtp=Servidor saliente (SMTP) + +# account manager multiple identity support +#LOCALIZATION NOTE: accountName: %1$S +identity-list-title=Identidades para %1$S + +identityDialogTitleAdd=Nueva identidad +## LOCALIZATION NOTE (identityDialogTitleEdit): %S is the identity name +identityDialogTitleEdit=Editar %S + +identity-edit-req=Debe especificar una dirección de correo válida para esta identidad. +identity-edit-req-title=Error al crear la identidad + +## 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=¿Está seguro de querer borrar la identidad\n%S? +## LOCALIZATION NOTE (identity-delete-confirm-title): %S is the account name +identity-delete-confirm-title=Borrar identidad para %S +identity-delete-confirm-button=Borrar + +choosefile=Elegir archivo + +forAccount=Para cuenta "%S" + +removeFromServerTitle=Confirmar borrado de mensaje automático y permanente +removeFromServer=Esta configuración borrará permantentemente los mensajes viejos del servidor remoto Y DEL almacenamiento local. ¿Está seguro de seguir? + +confirmSyncChangesTitle=Confirmar cambios de sincronización +confirmSyncChanges=Las opciones de sincronización de mensajes han cambiado.\n\n¿Desea guardarlas? +confirmSyncChangesDiscard=Descartar diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/removeAccount.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/removeAccount.dtd new file mode 100644 index 0000000000..6ea9f52a72 --- /dev/null +++ b/l10n-es-AR/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 "Eliminar cuenta y datos"> +<!ENTITY removeButton.label "Eliminar"> +<!ENTITY removeButton.accesskey "r"> +<!ENTITY removeAccount.label "Eliminar información de cuenta"> +<!ENTITY removeAccount.accesskey "a"> +<!ENTITY removeAccount.desc "Elimina solaemente el conocimiento de &brandShortName; de esta cuenta. No afecta la cuenta en sí misma en el servidor."> +<!ENTITY removeData.label "Eliminar datos de mensajes"> +<!ENTITY removeData.accesskey "d"> +<!ENTITY removeDataChat.label "Eliminar datos de conversación"> +<!ENTITY removeDataChat.accesskey "d"> +<!ENTITY removeDataLocalAccount.desc "Eliminar todos los mensajes, carpetas y filtros asociados con esta cuenta del disco local. Esto no afecta algunos mensajes que aún pueden mantenerse en el servidor. No seleccionar si se planea archivar los datos locales o reusarlos en &brandShortName; más tarde."> +<!ENTITY removeDataServerAccount.desc "Eliminar todos los mensajes, carpetas y filtros asociados con esta cuenta del disco local. Los mensajes y carpetas aún se mantienen en el servidor."> +<!ENTITY removeDataChatAccount.desc "Eliminar todos los registros de conversaciones de esta cuemta guardados en el disco local."> +<!ENTITY showData.label "Mostrar ubicación de datos"> +<!ENTITY showData.accesskey "s"> +<!ENTITY progressPending "Eliminar datos seleccionados…"> +<!ENTITY progressSuccess "Eliminación exitosa."> +<!ENTITY progressFailure "Eliminación fallida."> diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/removeAccount.properties b/l10n-es-AR/suite/chrome/mailnews/pref/removeAccount.properties new file mode 100644 index 0000000000..b84faa0afd --- /dev/null +++ b/l10n-es-AR/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=¿Está seguro de querer eliminar la cuenta "%S"? diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/replicationProgress.properties b/l10n-es-AR/suite/chrome/mailnews/pref/replicationProgress.properties new file mode 100644 index 0000000000..e1d5254db0 --- /dev/null +++ b/l10n-es-AR/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=Comenzó la réplica… +changesStarted=Buscando cambios para replicar… +replicationSucceeded=Réplica exitosa +replicationFailed=La réplica falló +replicationCancelled=Réplica cancelada +# LOCALIZATION NOTE +# do not localize %S. %S is the current entry number (an integer) +currentCount=Replicando entrada de directorio: %S + +downloadButton=Descargar ahora +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 diff --git a/l10n-es-AR/suite/chrome/mailnews/pref/smtpEditOverlay.dtd b/l10n-es-AR/suite/chrome/mailnews/pref/smtpEditOverlay.dtd new file mode 100644 index 0000000000..02e6a24ac1 --- /dev/null +++ b/l10n-es-AR/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 "Configuración"> +<!ENTITY security.caption "Seguridad y autenticación"> +<!ENTITY serverName.label "Nombre del servidor:"> +<!ENTITY serverName.accesskey "s"> +<!ENTITY serverDescription.label "Descripción:"> +<!ENTITY serverDescription.accesskey "D"> +<!ENTITY serverPort.label "Puerto:"> +<!ENTITY serverPort.accesskey "P"> +<!ENTITY userName.label "Nombre de usuario:"> +<!ENTITY userName.accesskey "m"> +<!ENTITY connectionSecurity.label "Seguridad de la conexión:"> +<!ENTITY connectionSecurity.accesskey "n"> +<!ENTITY connectionSecurityType-0.label "Nada"> +<!ENTITY connectionSecurityType-1.label "Ninguna"> +<!ENTITY connectionSecurityType-2.label "STARTTLS, si está disponible"> +<!ENTITY connectionSecurityType-3.label "SSL/TLS"> +<!ENTITY smtpEditTitle.label "Servidor SMTP"> +<!ENTITY serverPortDefault.label "Predeterminado:"> +<!ENTITY authMethod.label "Método de autenticación:"> +<!ENTITY authMethod.accesskey "i"> diff --git a/l10n-es-AR/suite/chrome/mailnews/region.properties b/l10n-es-AR/suite/chrome/mailnews/region.properties new file mode 100644 index 0000000000..b05edd38c4 --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/region.properties @@ -0,0 +1,26 @@ +# +# 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: +# mail.addr_book.mapit_url.format= +# 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 +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-es-AR/suite/chrome/mailnews/renameFolderDialog.dtd b/l10n-es-AR/suite/chrome/mailnews/renameFolderDialog.dtd new file mode 100644 index 0000000000..7f266cae35 --- /dev/null +++ b/l10n-es-AR/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 "Renombrar carpeta"> +<!ENTITY rename.label "Introduzca el nuevo nombre de la carpeta:"> +<!ENTITY rename.accesskey "e"> +<!ENTITY accept.label "Renombrar"> +<!ENTITY accept.accesskey "R"> diff --git a/l10n-es-AR/suite/chrome/mailnews/search-attributes.properties b/l10n-es-AR/suite/chrome/mailnews/search-attributes.properties new file mode 100644 index 0000000000..f355b05f79 --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/search-attributes.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/. + +#these need to match nsMsgSearchAttrib interface in nsMsgSearchCore.idl +#and nsMsgSearchAttribMap in nsMsgSearchAdapter.cpp +Subject=Asunto +From=Remitente +Body=Cuerpo +Date=Fecha +Priority=Prioridad +Status=Estado +To=Para +Cc=Cc +ToOrCc=Para o CC +AgeInDays=Antigüedad en días +SizeKB=Tamaño (KB) +Tags=Etiquetas +# for AB and LDAP +AnyName=Cualquier nombre +DisplayName=Nombre mostrado +Nickname=Nick +ScreenName=Nombre de usuario AIM +Email=Correo electrónico +AdditionalEmail=Correo electrónico adicional +AnyNumber=Cualquier número +WorkPhone=Teléfono del trabajo +HomePhone=Teléfono particular +Fax=Fax +Pager=Buscapersonas +Mobile=Celular +City=Ciudad +Street=Calle +Title=Título +Organization=Organización +Department=Departamento +# more mailnews +FromToCcOrBcc=De, Para, CC o CCO +JunkScoreOrigin=Origen del puntaje de basura +JunkPercent=Porcentaje de basura +AttachmentStatus=Estado del adjunto +JunkStatus=Estado de correo basura +Label=Etiqueta +Customize=Personalizar… +MissingCustomTerm=Término personalizado faltante + diff --git a/l10n-es-AR/suite/chrome/mailnews/search-operators.properties b/l10n-es-AR/suite/chrome/mailnews/search-operators.properties new file mode 100644 index 0000000000..0ac24a3470 --- /dev/null +++ b/l10n-es-AR/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=contiene +1=no contiene +2=es +3=no es +4=está vacío + +5=es anterior a +6=es posterior a + +7=es mayor que +8=es menor que + +9=comienza con +10=finaliza con + +11=suena como +12=LdapDwim + +13=es mayor que +14=es menor que + +15=CompletarNombre +16=está en mi libreta de direcciones +17=no está en mi libreta de direcciones +18=no está vacío +19=coincidencias +20=no hay coincidencias diff --git a/l10n-es-AR/suite/chrome/mailnews/search.properties b/l10n-es-AR/suite/chrome/mailnews/search.properties new file mode 100644 index 0000000000..d7eba46dcc --- /dev/null +++ b/l10n-es-AR/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=Buscando… +# LOCALIZATION NOTE (matchesFound): #1 number of matches found +matchesFound=#1 coincidencia encontrada;#1 coincidencias encontradas +noMatchesFound=No se han encontrado coincidencias +labelForStopButton=Detener +labelForSearchButton=Buscar +labelForStopButton.accesskey=D +labelForSearchButton.accesskey=s + +moreButtonTooltipText=Agregar una nueva regla +lessButtonTooltipText=Eliminar esta regla diff --git a/l10n-es-AR/suite/chrome/mailnews/searchTermOverlay.dtd b/l10n-es-AR/suite/chrome/mailnews/searchTermOverlay.dtd new file mode 100644 index 0000000000..a7d3581f0c --- /dev/null +++ b/l10n-es-AR/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 "Que cumplan todas las siguientes"> +<!ENTITY matchAll.accesskey "a"> +<!ENTITY matchAny.label "Que cumplan cualquiera de las siguientes"> +<!ENTITY matchAny.accesskey "a"> +<!ENTITY matchAllMsgs.label "Todos los mensajes"> +<!ENTITY matchAllMsgs.accesskey "m"> +<!-- 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 "5"> +<!ENTITY searchTermListOperatorsFlexValue "5"> +<!ENTITY searchTermListValueFlexValue "5"> diff --git a/l10n-es-AR/suite/chrome/mailnews/shutdownWindow.properties b/l10n-es-AR/suite/chrome/mailnews/shutdownWindow.properties new file mode 100644 index 0000000000..c73a6bac60 --- /dev/null +++ b/l10n-es-AR/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=Ventana de progreso de cerrado +taskProgress=Procesando %1$S de %2$S tareas + +# These strings are loaded by the individual shutdown tasks. diff --git a/l10n-es-AR/suite/chrome/mailnews/smime.properties b/l10n-es-AR/suite/chrome/mailnews/smime.properties new file mode 100644 index 0000000000..e5c0ce0a27 --- /dev/null +++ b/l10n-es-AR/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=Este es un mensaje <B>CIFRADO</B> o <B>FIRMADO</B>.<br>Esta aplicación de correo no soporta correo cifrado o firmado. + + diff --git a/l10n-es-AR/suite/chrome/mailnews/smime/am-smime.dtd b/l10n-es-AR/suite/chrome/mailnews/smime/am-smime.dtd new file mode 100644 index 0000000000..5452e0b9cb --- /dev/null +++ b/l10n-es-AR/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 "Seguridad"> +<!ENTITY securityTab.label "Seguridad"> +<!ENTITY securityHeading.label "Para enviar y recibir mensajes firmados o cifrados, debe especificar tanto un certificado de firma digital como un certificado de cifrado."> +<!ENTITY encryptionGroupTitle.label "Cifrado"> +<!ENTITY encryptionChoiceLabel.label "Cifrado predeterminado al enviar mensajes:"> +<!ENTITY neverEncrypt.label "Nunca (no usar cifrado)"> +<!ENTITY neverEncrypt.accesskey "N"> +<!ENTITY alwaysEncryptMessage.label "Requerido (no se puede enviar el mensaje a menos que todos los destinatarios tengan certificados)"> +<!ENTITY alwaysEncryptMessage.accesskey "u"> +<!ENTITY encryptionCert.message "Usar este certificado para cifrar y descifrar mensajes que le sean enviados:"> +<!ENTITY digitalSign.certificate.button "Seleccionar…"> +<!ENTITY digitalSign.certificate.accesskey "S"> +<!ENTITY digitalSign.certificate_clear.button "Borrar"> +<!ENTITY digitalSign.certificate_clear.accesskey "B"> +<!ENTITY encryption.certificate.button "Seleccionar…"> +<!ENTITY encryption.certificate.accesskey "t"> +<!ENTITY encryption.certificate_clear.button "Borrar"> +<!ENTITY encryption.certificate_clear.accesskey "B"> +<!ENTITY signingGroupTitle.label "Firma digital"> +<!ENTITY signMessage.label "Firmar los mensajes digitalmente (por defecto)"> +<!ENTITY signMessage.accesskey "d"> +<!ENTITY signingCert.message "Usar este certificado para firmar digitalmente los mensajes que envíe:"> + +<!ENTITY certificates.label "Certificados"> +<!ENTITY manageCerts2.label "Administrar certificados…"> +<!ENTITY manageCerts2.accesskey "m"> +<!ENTITY manageDevices.label "Administrar dispositivos de seguridad…"> +<!ENTITY manageDevices.accesskey "g"> + +<!-- Strings for the cert picker dialog --> +<!ENTITY certPicker.title "Seleccionar certificado"> +<!ENTITY certPicker.info "Certificado:"> +<!ENTITY certPicker.detailsLabel "Detalles del certificado seleccionado:"> diff --git a/l10n-es-AR/suite/chrome/mailnews/smime/am-smime.properties b/l10n-es-AR/suite/chrome/mailnews/smime/am-smime.properties new file mode 100644 index 0000000000..bccd2826a3 --- /dev/null +++ b/l10n-es-AR/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=Ha especificado que este mensaje debería ser firmado digitalmente, pero la aplicación o no encontró certificado para firmar especificado en sus preferencias de cuenta de correo y noticias o el certificado ha expirado. +NoSenderEncryptionCert=Ha especificado cifrar este mensaje, pero la aplicación no pudo encontrar el certificado de cifrado especificado en las preferencias de correo y noticias o el certificado ha expirado. +MissingRecipientEncryptionCert=Ha especificado cifrar este mensaje, pero la aplicación no pudo encontrar un certificado de cifrado para %S. +ErrorEncryptMail=No se pudo cifrar el mensaje. Verifique que tiene un certificado válido de correo para cada destino y que los certificados especificados en las opciones de cuentas de correo y noticias para esta cuenta de correo son válidos y de confianza. +ErrorCanNotSignMail=No se pudo firmar el mensaje. Verifique que los certificados especificados en las opciones de cuentas de correo y noticias para esta cuenta de correo son válidos y de confianza. + +## Strings used for in the prefs. +prefPanel-smime=Seguridad +NoSigningCert=El administrador de certificados no puede encontrar un certificado válido que pueda ser utilizado para firmar digitalmente sus mensajes. +NoSigningCertForThisAddress=El administrador de certificados no pudo localizar un certificado válido que pueda ser usado para firmar digitalmente sus mensajes con una dirección de <%S>. +NoEncryptionCert=El administrador de certificados no puede encontrar un certificado válido que otras personas puedan usar para enviarle mensajes cifrados. +NoEncryptionCertForThisAddress=El administrador de certificados no pudo localizar un certificado válido que otras personas pueden usar para enviarle mensajes de correo electrónico a la dirección <%S>. + +encryption_needCertWantSame=Debería especificar también un certificado para que lo usen otras personas cuando le envíen mensajes cifrados. ¿Quiere utilizar el mismo certificado para cifrar y descrifrar mensajes que le lleguen? +encryption_wantSame=¿Quiere utilizar el mismo certificado para cifrar y descifrar mensajes que le lleguen? +encryption_needCertWantToSelect=Debería especificar también un certificado para que lo usen otras personas cuando le envíen mensajes cifrados. ¿Quiere configurar ahora un certificado de cifrado? +signing_needCertWantSame=Debería especificar también un certificado para firmar digitalmente sus mensajes. ¿Quiere utilizar el mismo certificado para firmar digitalmente sus mensajes? +signing_wantSame=¿Quiere utilizar el mismo certificado para firmar digitalmente sus mensajes? +signing_needCertWantToSelect=Debería especificar también un certificado para firmar digitalmente sus mensajes. ¿Quiere configurar ahora un certificado para firmar digitalmente sus mensajes? + +## Strings used by nsMsgComposeSecure +mime_smimeEncryptedContentDesc=Mensaje cifrado S/MIME +mime_smimeSignatureContentDesc=Firma criptográfica S/MIME + +## Strings used by the cert picker. +CertInfoIssuedFor=Expedido a: +CertInfoIssuedBy=Expedido por: +CertInfoValid=Válido +CertInfoFrom=desde +CertInfoTo=hasta +CertInfoPurposes=Propósitos +CertInfoEmail=Correo electrónico +CertInfoStoredIn=Guardado en: +NicknameExpired=(expirado) +NicknameNotYetValid=(no válido aún) diff --git a/l10n-es-AR/suite/chrome/mailnews/smime/certFetchingStatus.dtd b/l10n-es-AR/suite/chrome/mailnews/smime/certFetchingStatus.dtd new file mode 100644 index 0000000000..5bb53a2eaa --- /dev/null +++ b/l10n-es-AR/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 "Descargando certificados"> +<!ENTITY info.message "Buscando en el directorio los certificados de los destinatarios. Esto puede llevar unos minutos."> +<!ENTITY stop.label "Detener la búsqueda"> diff --git a/l10n-es-AR/suite/chrome/mailnews/smime/msgCompSMIMEOverlay.dtd b/l10n-es-AR/suite/chrome/mailnews/smime/msgCompSMIMEOverlay.dtd new file mode 100644 index 0000000000..e755f33000 --- /dev/null +++ b/l10n-es-AR/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 "Cifrar este mensaje"> +<!ENTITY menu_securityEncryptRequire.accesskey "e"> + +<!ENTITY menu_securitySign.label "Firmar digitalmente este mensaje"> +<!ENTITY menu_securitySign.accesskey "s"> + +<!ENTITY menu_securityStatus.label "Ver información de seguridad"> +<!ENTITY menu_securityStatus.accesskey "i"> + +<!ENTITY securityButton.label "Seguridad"> +<!ENTITY securityButton.tooltip "Ver o cambiar las opciones de seguridad"> + +<!ENTITY menu_viewSecurityStatus.label "Información de seguridad del mensaje"> +<!ENTITY menu_viewSecurityStatus.accesskey "I"> diff --git a/l10n-es-AR/suite/chrome/mailnews/smime/msgCompSMIMEOverlay.properties b/l10n-es-AR/suite/chrome/mailnews/smime/msgCompSMIMEOverlay.properties new file mode 100644 index 0000000000..35aa401bad --- /dev/null +++ b/l10n-es-AR/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=Necesita uno o más certificados personales antes de poder usar esta característica de seguridad. ¿Desea aprender cómo hacerlo? diff --git a/l10n-es-AR/suite/chrome/mailnews/smime/msgCompSecurityInfo.dtd b/l10n-es-AR/suite/chrome/mailnews/smime/msgCompSecurityInfo.dtd new file mode 100644 index 0000000000..cc21c6ab53 --- /dev/null +++ b/l10n-es-AR/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 "Seguridad del mensaje"> +<!ENTITY subject.plaintextWarning "Nota: Las líneas de asunto del mensaje nunca se cifran."> +<!ENTITY status.heading "El contenido de su mensaje se enviará de la siguiente manera:"> +<!ENTITY status.signed "Firmado digitalmente:"> +<!ENTITY status.encrypted "Cifrado:"> +<!ENTITY status.certificates "Certificados:"> +<!ENTITY view.label "Ver"> +<!ENTITY view.accesskey "V"> +<!ENTITY tree.recipient "Destinatario"> +<!ENTITY tree.status "Estado"> +<!ENTITY tree.issuedDate "Emitido"> +<!ENTITY tree.expiresDate "Expira"> diff --git a/l10n-es-AR/suite/chrome/mailnews/smime/msgCompSecurityInfo.properties b/l10n-es-AR/suite/chrome/mailnews/smime/msgCompSecurityInfo.properties new file mode 100644 index 0000000000..648be33be5 --- /dev/null +++ b/l10n-es-AR/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=No encontrado +StatusValid=Válido +StatusExpired=Expirado +StatusUntrusted=No confiable +StatusRevoked=Revocado +StatusInvalid=No válido +StatusYes=Sí +StatusNo=No +StatusNotPossible=No es posible diff --git a/l10n-es-AR/suite/chrome/mailnews/smime/msgReadSMIMEOverlay.dtd b/l10n-es-AR/suite/chrome/mailnews/smime/msgReadSMIMEOverlay.dtd new file mode 100644 index 0000000000..fbaa74bfb4 --- /dev/null +++ b/l10n-es-AR/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 "Información de seguridad del mensaje"> +<!ENTITY menu_securityStatus.accesskey "I"> diff --git a/l10n-es-AR/suite/chrome/mailnews/smime/msgReadSMIMEOverlay.properties b/l10n-es-AR/suite/chrome/mailnews/smime/msgReadSMIMEOverlay.properties new file mode 100644 index 0000000000..a462e42f09 --- /dev/null +++ b/l10n-es-AR/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=El mensaje mostrado ha sido firmado digitalmente, pero no todos sus adjuntos han sido descargados aún. Por lo tanto la firma no puede ser validada. Haga clic en Aceptar para descargar el mensaje completo y validar la firma. +# +#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% no puede descifrar este mensaje +CantDecryptBody=El remitente cifró este mensaje usando uno de sus certificados digitales, sin embargo, %brand% no pudo encontrar el certificado y su correspondiente clave privada. <br> Posibles soluciones: <br><ul><li>Si tiene una smartcard, insértela ahora. <li>Si está usando una nueva máquina, o si está usando un nuevo perfil de %brand%, necesitará restaurar sus certificados y clave privada desde un backup. Backups de certificados usualmente terminan en ".p12".</ul> diff --git a/l10n-es-AR/suite/chrome/mailnews/smime/msgReadSecurityInfo.dtd b/l10n-es-AR/suite/chrome/mailnews/smime/msgReadSecurityInfo.dtd new file mode 100644 index 0000000000..545823aa1d --- /dev/null +++ b/l10n-es-AR/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 "Seguridad del mensaje"> +<!ENTITY signatureCert.label "Ver certificado de firma"> +<!ENTITY encryptionCert.label "Ver certificado de cifrado"> + +<!ENTITY signer.name "Firmado por:"> +<!ENTITY recipient.name "Cifrado por:"> +<!ENTITY email.address "Dirección de correo:"> +<!ENTITY issuer.name "Certificado emitido por:"> diff --git a/l10n-es-AR/suite/chrome/mailnews/smime/msgSecurityInfo.properties b/l10n-es-AR/suite/chrome/mailnews/smime/msgSecurityInfo.properties new file mode 100644 index 0000000000..d4ad913c0c --- /dev/null +++ b/l10n-es-AR/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=El mensaje no tiene firma digital +SINone=Este mensaje no incluye la firma digital del remitente. La ausencia de una firma digital significa que el mensaje pudo haber sido enviado por alguien que finge tener esta dirección de correo electrónico. También es posible que el mensaje haya sido alterado mientras circulaba por la red. Sin embargo, es poco probable que haya ocurrido alguno de estos eventos. + +SIValidLabel=El mensaje está firmado +SIValid=Este mensaje incluye una firma digital válida. El mensaje no ha sido alterado desde que fue enviado. + +SIInvalidLabel=La firma digital no es válida +SIInvalidHeader=Este mensaje incluye una firma digital, pero la firma no es válida. + +SIContentAltered=La firma no coincide correctamente con el contenido del mensaje. El mensaje parece haber sido alterado después que el remitente lo firmara. No debería confiar en la validez de este mensaje hasta que verifique su contenido con el remitente. +SIExpired=El certificado usado para firmar el mensaje parece haber expirado. Asegúrese que la fecha de su computadora sea la correcta. +SIRevoked=El certificado usado para firmar el mensaje ha sido revocado. No debería confiar en la validez de este mensaje hasta que verifique su contenido con el remitente. +SINotYetValid=El certificado utilizado para firmar el mensaje parece que aún no es válido. Asegúrese que la fecha de su computadora sea la correcta. +SIUnknownCA=El certificado utilizado para firmar el mensaje fue emitido por una autoridad certificadora desconocida. +SIUntrustedCA=El certificado utilizado para firmar el mensaje fue emitido por una autoridad certificadora en la que no confía para emitir este tipo de certificado. +SIExpiredCA=El certificado utilizado para firmar el mensaje fue emitido por una autoridad certificadora cuyo propio certificado ha expirado. Asegúrese que la fecha de su computadora esté correcta. +SIRevokedCA=El certificado utilizado para firmar este mensaje fue emitido por una autoridad certificadora cuyo propio certificado ha sido revocado. No debería confiar en la validez de este mensaje hasta que verifique su contenido con el remitente. +SINotYetValidCA=El certificado usado para firmar este mensaje fue emitido por una autoridad certificadora cuyo propio certificado aún no es válido. Asegúrese que la fecha de su computadora esté correcta. +SIInvalidCipher=El mensaje fue firmado usando un cifrado no soportado por esta versión. +SIClueless=Hay un problema desconocido con esta firma digital. No debería confiar en la validez de este mensaje hasta que verifique su contenido con el remitente. + +SIPartiallyValidLabel=El mensaje está firmado +SIPartiallyValidHeader=Aunque la firma digital es válida, se desconoce si el remitente y el firmante son la misma persona. + +SIHeaderMismatch=La dirección de correo indicada en el certificado del firmante es diferente de la dirección de correo que se ha usado para enviar este mensaje. Verifique los detalles del certificado de la firma para saber quién firmó el mensaje. +SICertWithoutAddress=El certificado utilizado para firmar el mensaje no contiene una dirección de correo electrónico. Verifique los detalles del certificado usado para la firma para saber quién firmó el mensaje. + +## Encryption Information strings +EINoneLabel2=Message sin cifrar +EINone=Este mensaje no fue cifrado antes de ser enviado. La información que se envía a Internet sin cifrar puede ser vista por otras personas mientras llega a su destino. + +EIValidLabel=Mensaje cifrado +EIValid=Este mensaje fue cifrado antes de ser enviado. El cifrado hace muy difícil que otras personas puedan ver información mientras ésta viaja por la red. + +EIInvalidLabel=El mensaje no puede ser descifrado +EIInvalidHeader=Este mensaje fue cifrado antes de ser enviado, pero no puede ser descifrado. + +EIContentAltered=El contenido del mensaje parece haber sido alterado durante la transmisión. +EIClueless=Hay un problema desconocido con este mensaje cifrado. diff --git a/l10n-es-AR/suite/chrome/mailnews/start.dtd b/l10n-es-AR/suite/chrome/mailnews/start.dtd new file mode 100644 index 0000000000..a5d29c6fe6 --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/start.dtd @@ -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/. --> + +<!ENTITY startpage.title "Bienvenido a &brandShortName;, correo y grupos de noticias"> +<!--# LOCALIZATION NOTE (headline.label): the URL for <a id="vendorURL"> is fetched from brand.properties --> +<!ENTITY headline.label +'¡Bienvenido a <a id="vendorURL" href="">&brandShortName;</a>, correo y grupos de noticias!'> +<!ENTITY description.label +"&brandShortName;, correo y grupo de noticias es un poderoso cliente de correo electrónico y grupos de noticias de código abierto, soportando detección avanzada de correo basura y otras características útiles."> +<!ENTITY features.title "Características"> +<!ENTITY feat_multiacc.label "Soporte para múltiples cuentas"> +<!ENTITY feat_junk.label "Detección de correo basura"> +<!ENTITY feat_feeds.label "Lector de canales"> +<!ENTITY feat_filters.label "Filtros de mensaje"> +<!ENTITY feat_htmlmsg.label "Soporte de mensajes HTML"> +<!ENTITY feat_abook.label "Libreta de direcciones"> +<!ENTITY feat_tags.label "Etiquetas y vistas de correo personalizables"> +<!ENTITY feat_integration.label +"Integración fuerte con la aplicación &brandShortName;"> +<!ENTITY dict.title "Diccionarios"> +<!ENTITY dict_intro.label "Los diccionarios son usados para verificar la ortografía de sus mensajes."> +<!--# LOCALIZATION NOTE (dict_info.label): the URL for <a id="dictURL"> is fetched from brand.properties --> +<!ENTITY dict_info.label +'Muchos idiomas adicionales pueden instalarse de la sección +<a id="dictURL" href="">diccionarios</a> en +<a href="https://addons.mozilla.org/seamonkey/">Complementos de Mozilla</a>.'> +<!ENTITY dict_info.label2 +'Se pueden instalar muchos idiomas adicionales desde la sección<a id="dictURL" href="">de diccionarios</a> en<a href="https://addons.thunderbird.net/seamonkey/"> y complementos de Thunderbird</a>.'> +<!ENTITY info.title "Más información"> +<!--# 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/">Nosotros</a> apreciamos los informes de errores y pedidos de nuevas +características, pero lea las <a id="releaseNotesURL" href="">notas de la versión</a> y notifique en +<a href="https://bugzilla.mozilla.org/query.cgi">Bugzilla</a> primero.'> diff --git a/l10n-es-AR/suite/chrome/mailnews/subscribe.dtd b/l10n-es-AR/suite/chrome/mailnews/subscribe.dtd new file mode 100644 index 0000000000..935c4a31e9 --- /dev/null +++ b/l10n-es-AR/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 "Suscribirse"> +<!ENTITY subscribeButton.label "Suscribirse"> +<!ENTITY subscribeButton.accesskey "S"> +<!ENTITY unsubscribeButton.label "Desuscribirse"> +<!ENTITY unsubscribeButton.accesskey "u"> +<!ENTITY newGroupsTab.label "Nuevos grupos"> +<!ENTITY newGroupsTab.accesskey "N"> +<!ENTITY refreshButton.label "Recargar"> +<!ENTITY refreshButton.accesskey "R"> +<!ENTITY stopButton.label "Detener"> +<!ENTITY stopButton.accesskey "t"> +<!ENTITY server.label "Cuenta:"> +<!ENTITY server.accesskey "a"> +<!ENTITY subscribedHeader.label "Suscribirse"> +<!-- commenting out until bug 38906 is fixed +<!ENTITY messagesHeader.label "Mensajes"> --> +<!ENTITY namefield.label "Mostrar los elementos que contengan:"> +<!ENTITY namefield.accesskey "o"> diff --git a/l10n-es-AR/suite/chrome/mailnews/subscribe.properties b/l10n-es-AR/suite/chrome/mailnews/subscribe.properties new file mode 100644 index 0000000000..5e62ac3307 --- /dev/null +++ b/l10n-es-AR/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=Nombre del grupo de noticias +columnHeader-imap=Nombre de carpeta +subscribeLabel-nntp=Seleccionar los grupos de noticias a los que suscribirse: +subscribeLabel-imap=Seleccionar las carpetas a las que suscribirse: +currentListTab-nntp.label=Lista de grupos actual +currentListTab-nntp.accesskey=L +currentListTab-imap.label=Lista de carpetas +currentListTab-imap.accesskey=c +pleaseWaitString=Espere… +offlineState=Está sin conexión. Los elementos no pudieron descargarse del servidor. +errorPopulating=Error al recuperar elementos del servidor. diff --git a/l10n-es-AR/suite/chrome/mailnews/tabmail.properties b/l10n-es-AR/suite/chrome/mailnews/tabmail.properties new file mode 100644 index 0000000000..b2e2c8ddea --- /dev/null +++ b/l10n-es-AR/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=Confirmar cierre +# 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=;Esta ventana del mensajero tiene #1pestañas abiertas. ¿Quiere cerrarlo con todas las pestañas? +tabs.closeButtonAll=Cerrar todas las pestañas +tabs.closeWarningPromptMeAll=Avisarme cuando cierre múltiples pestañas diff --git a/l10n-es-AR/suite/chrome/mailnews/textImportMsgs.properties b/l10n-es-AR/suite/chrome/mailnews/textImportMsgs.properties new file mode 100644 index 0000000000..41930befcc --- /dev/null +++ b/l10n-es-AR/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=Archivos de texto (LDIF, .tab, .csv, .txt) + +# Description of import module +## @name TEXTIMPORT_DESCRIPTION +## @loc None +2001=Importar una libreta de direcciones desde un archivo de texto, incluyendo: LDIF (.ldif, .ldi), delimitado por tabuladores (.tab, .txt) o delimitado por comas (.csv). + +# Description of import module +## @name TEXTIMPORT_ADDRESS_NAME +## @loc None +2002=Libreta de direcciones de texto + +# Description +## @name TEXTIMPORT_ADDRESS_SUCCESS +## @loc None +2003=Libreta de direcciones %S importada + +# Error message +## @name TEXTIMPORT_ADDRESS_BADPARAM +## @loc None +2004=Parámetro erróneo pasado para importar libreta de direcciones. + +# Error message +## @name TEXTIMPORT_ADDRESS_BADSOURCEFILE +## @loc None +2005=Error accediendo al archivo de la libreta de direcciones %S. + +# Error message +## @name TEXTIMPORT_ADDRESS_CONVERTERROR +## @loc None +2006=Error importando libreta de direcciones %S, algunas direcciones podrían no haberse importado. + + + diff --git a/l10n-es-AR/suite/chrome/mailnews/threadpane.dtd b/l10n-es-AR/suite/chrome/mailnews/threadpane.dtd new file mode 100644 index 0000000000..0de71151e3 --- /dev/null +++ b/l10n-es-AR/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 "Conversación"> +<!ENTITY fromColumn.label "De"> +<!ENTITY recipientColumn.label "Destinatario"> +<!ENTITY attachmentColumn.label "Adjuntos"> +<!ENTITY subjectColumn.label "Asunto"> +<!ENTITY dateColumn.label "Fecha"> +<!ENTITY priorityColumn.label "Prioridad"> +<!ENTITY tagsColumn.label "Etiquetas"> +<!ENTITY accountColumn.label "Cuenta"> +<!ENTITY statusColumn.label "Estado"> +<!ENTITY sizeColumn.label "Tamaño"> +<!ENTITY junkStatusColumn.label "Estado de correo basura"> +<!ENTITY unreadColumn.label "Sin leer en la conversación"> +<!ENTITY totalColumn.label "Total en la conversación"> +<!ENTITY readColumn.label "Leídos"> +<!ENTITY receivedColumn.label "Recibidos"> +<!ENTITY flagColumn.label "Destacado"> +<!ENTITY locationColumn.label "Ubicación"> +<!ENTITY idColumn.label "Orden de recepción"> + +<!--Tooltips--> +<!ENTITY columnChooser2.tooltip "Seleccionar columnas a mostrar"> +<!ENTITY threadColumn2.tooltip "Mostrar mensajes como conversaciones"> +<!ENTITY fromColumn2.tooltip "Ordenar desde"> +<!ENTITY recipientColumn2.tooltip "Ordenar por destinatario"> +<!ENTITY attachmentColumn2.tooltip "Ordenar por adjuntos"> +<!ENTITY subjectColumn2.tooltip "Ordenar por asunto"> +<!ENTITY dateColumn2.tooltip "Ordenar por fecha"> +<!ENTITY priorityColumn2.tooltip "Ordenar por prioridad"> +<!ENTITY tagsColumn2.tooltip "Ordenar por etiquetas"> +<!ENTITY accountColumn2.tooltip "Ordenar por cuenta"> +<!ENTITY statusColumn2.tooltip "Ordenar por estado"> +<!ENTITY sizeColumn2.tooltip "Ordenar por tamaño"> +<!ENTITY junkStatusColumn2.tooltip "Ordenar por estado de basura"> +<!ENTITY unreadColumn2.tooltip "Número de mensajes no leídos en la conversación"> +<!ENTITY totalColumn2.tooltip "Número total de mensajes en la conversación"> +<!ENTITY readColumn2.tooltip "Ordenar por leídos"> +<!ENTITY receivedColumn2.tooltip "Ordenar por fecha de recepción"> +<!ENTITY flagColumn2.tooltip "Ordenar por etiqueta"> +<!ENTITY locationColumn2.tooltip "Ordenar por ubicación"> +<!ENTITY idColumn2.tooltip "Ordenar por recepción"> diff --git a/l10n-es-AR/suite/chrome/mailnews/vCardImportMsgs.properties b/l10n-es-AR/suite/chrome/mailnews/vCardImportMsgs.properties new file mode 100644 index 0000000000..302ea2d6c6 --- /dev/null +++ b/l10n-es-AR/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=Archivo vCard (.vcf) + +vCardImportDescription=Importar una libreta de direcciones en formato vCard + +vCardImportAddressName=Libreta de direcciones vCard + +# LOCALIZATION NOTE (vCardImportAddressSuccess): %S is replaced by the +# name of the address book being imported. +vCardImportAddressSuccess=Libreta de direcciones %S importada + +# LOCALIZATION NOTE (vCardImportAddressSuccess): %S is replaced by the +# name of the address book being imported. +vCardImportAddressBadSourceFile=Error accediendo al archivo de la libreta de direcciones %S. + +# LOCALIZATION NOTE (vCardImportAddressSuccess): %S is replaced by the +# name of the address book being imported. +vCardImportAddressConvertError=Error importando libreta de direcciones %S, puede que no todas las direcciones se hayan importado. diff --git a/l10n-es-AR/suite/chrome/mailnews/viewLog.dtd b/l10n-es-AR/suite/chrome/mailnews/viewLog.dtd new file mode 100644 index 0000000000..debafd8d3e --- /dev/null +++ b/l10n-es-AR/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 "Registro de filtros"> +<!ENTITY viewLogInfo.text "El registro de filtros es un archivo que documenta qué filtros han sido ejecutados. Utilice la casilla de selección que hay debajo para habilitar el registro."> +<!ENTITY clearLog.label "Limpiar el registro"> +<!ENTITY clearLog.accesskey "L"> +<!ENTITY enableLog.label "Habilitar el registro de filtros"> +<!ENTITY enableLog.accesskey "e"> +<!ENTITY closeLog.label "Cerrar"> +<!ENTITY closeLog.accesskey "C"> diff --git a/l10n-es-AR/suite/chrome/mailnews/virtualFolderListDialog.dtd b/l10n-es-AR/suite/chrome/mailnews/virtualFolderListDialog.dtd new file mode 100644 index 0000000000..829592b739 --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/virtualFolderListDialog.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/. --> + +<!ENTITY server.label "Cuenta: "> +<!ENTITY server.accesskey "a"> + +<!ENTITY virtualFolderListTitle.title "Seleccionar carpeta(s)"> +<!ENTITY virtualFolderDesc.label "Seleccionar las carpetas en las que buscar:"> + + +<!ENTITY folderName.label "Nombre de carpeta"> +<!ENTITY folderSearch.label "Buscar"> diff --git a/l10n-es-AR/suite/chrome/mailnews/virtualFolderProperties.dtd b/l10n-es-AR/suite/chrome/mailnews/virtualFolderProperties.dtd new file mode 100644 index 0000000000..996655223d --- /dev/null +++ b/l10n-es-AR/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 "Nueva carpeta de búsquedas guardadas"> +<!ENTITY name.label "Nombre:"> +<!ENTITY name.accesskey "N"> +<!ENTITY description.label "Crear como subcarpeta de:"> +<!ENTITY description.accesskey "C"> + +<!ENTITY searchTermCaption.label "Configurar el criterio de busqueda usado para esta carpeta virtual:"> + +<!ENTITY folderSelectionCaption.label "Seleccionar las carpetas en las que buscar:"> +<!ENTITY chooseFoldersButton.label "Elegir…"> +<!ENTITY chooseFoldersButton.accesskey "E"> + +<!ENTITY searchOnline.label "Buscar en línea (da resultados actualizados de carpetas IMAP y de noticias, pero aumenta el tiempo de apertura de la carpeta)"> +<!ENTITY searchOnline.accesskey "o"> +<!ENTITY newFolderButton.label "Crear"> +<!ENTITY newFolderButton.accesskey "r"> +<!ENTITY editFolderButton.label "Actualizar"> +<!ENTITY editFolderButton.accesskey "u"> diff --git a/l10n-es-AR/suite/chrome/mailnews/wmImportMsgs.properties b/l10n-es-AR/suite/chrome/mailnews/wmImportMsgs.properties new file mode 100644 index 0000000000..7d85e056a6 --- /dev/null +++ b/l10n-es-AR/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=Opciones de Windows Live Mail + +# 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=Bandeja %1$S, importados %2$d mensajes + +# Error message +## @name WMIMPORT_MAILBOX_BADPARAM +## @loc None +2003=Mal parámetro pasado al importar bandeja. + +# 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 accediendo al archivo de la bandeja %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 importando bandeja %S, all messages may not be imported from this mailbox. + +# Default name of imported addressbook +## @name WMIMPORT_DEFAULT_NAME +## @loc None +2006=Libreta de direcciones de Windows Live Mail + +# Autofind description +## @name WMIMPORT_AUTOFIND +## @loc None +2007=Libreta de direcciones de Windows Live Mail (libreta de direcciones de windows) + +# 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=Libreta de direcciones %S importada + +# 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 importando libreta de direcciones %S, all addresses may not have been imported. + +# Error message +## @name WMIMPORT_ADDRESS_BADPARAM +## @loc None +2010=Mal parámetro pasado al importar libreta de direcciones. |