diff options
Diffstat (limited to 'l10n-es-MX/browser/chrome')
21 files changed, 2000 insertions, 0 deletions
diff --git a/l10n-es-MX/browser/chrome/browser/accounts.properties b/l10n-es-MX/browser/chrome/browser/accounts.properties new file mode 100644 index 0000000000..404215e2ec --- /dev/null +++ b/l10n-es-MX/browser/chrome/browser/accounts.properties @@ -0,0 +1,112 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.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 (reconnectDescription) - %S = Email address of user's Firefox Account +reconnectDescription = Reconectar %S + +# LOCALIZATION NOTE (verifyDescription) - %S = Email address of user's Firefox Account +verifyDescription = Verificar %S + +# These strings are shown in a desktop notification after the +# user requests we resend a verification email. +verificationSentTitle = Verificación enviada +# LOCALIZATION NOTE (verificationSentBody) - %S = Email address of user's Firefox Account +verificationSentBody = Un enlace de verificación ha sido enviado a %S. +verificationNotSentTitle = No es posible enviar la verificación +verificationNotSentBody = Por el momento no podemos enviar un correo de verificación, por favor, intenta de nuevo más tarde. + +# LOCALIZATION NOTE (deviceConnDisconnTitle) - the title shown in a notification +# when either this device or another device has connected to, or disconnected +# from, a Firefox Account. +deviceConnDisconnTitle = Cuenta de Firefox + +# LOCALIZATION NOTE (otherDeviceConnectedBody, otherDeviceConnectedBody.noDeviceName) +# These strings are used in a notification shown when a new device joins the +# Firefox account. +# %S is the name of the new device; otherDeviceConnectedBody.noDeviceName is shown +# instead of otherDeviceConnectedBody when the name is not known. +otherDeviceConnectedBody = Esta computadora está ahora conectada con %S. +otherDeviceConnectedBody.noDeviceName = Esta computadora está ahora conectada con un nuevo dispositivo. + +# LOCALIZATION NOTE (thisDeviceConnectedBody) - used in a notification shown +# after a Firefox Account is connected to the current device. +thisDeviceConnectedBody = Has iniciado sesión exitosamente + +# LOCALIZATION NOTE (thisDeviceDisconnectedBody) - used in a notification shown +# after the Firefox Account was disconnected remotely. +thisDeviceDisconnectedBody = Esta computadora ha sido desconectada. + +# LOCALIZATION NOTE (sendToAllDevices.menuitem) +# Displayed in the Send Tab/Page/Link to Device context menu when right clicking a tab, a page or a link. +sendToAllDevices.menuitem = Enviar a todos los dispositivos + +# LOCALIZATION NOTE (manageDevices.menuitem) +# Displayed in the Send Tab/Page/Link to Device context menu when right clicking a tab, a page or a link. +manageDevices.menuitem = Administrar dispositivos… + +# LOCALIZATION NOTE (sendTabToDevice.unconfigured, sendTabToDevice.unconfigured.label2) +# Displayed in the Send Tabs context menu when right clicking a tab, a page or a link +# and the Sync account is unconfigured. Redirects to a marketing page. +sendTabToDevice.unconfigured.label2 = No se ha iniciado sesión +sendTabToDevice.unconfigured = Saber acerca de enviar pestañas… + +# LOCALIZATION NOTE (sendTabToDevice.signintofxa) +# Displayed in the Send Tabs context menu and the page action panel when FxA is not +# configured. Allows users to immediately sign into FxA via the preferences. +# %S is replaced by brandProductName. +sendTabToDevice.signintofxa = Iniciar sesión a %S… + +# LOCALIZATION NOTE (sendTabToDevice.singledevice, sendTabToDevice.connectdevice, +# sendTabToDevice.singledevice.status) +# Displayed in the Send Tabs context menu when right clicking a tab, a page or a link +# and the Sync account has only 1 device. The sendTabToDevice.singledevice link +# redirects to a marketing page, the sendTabToDevice.connectdevice redirects +# to an FxAccounts page that tells to you to connect another device. +sendTabToDevice.singledevice.status = No hay dispositivos conectados +sendTabToDevice.singledevice = Saber acerca de enviar pestañas… +sendTabToDevice.connectdevice = Conectar otro dispositivo… + +# LOCALIZATION NOTE (sendTabToDevice.verify, sendTabToDevice.verify.status) +# Displayed in the Send Tabs context menu when right clicking a tab, a page or a link +# and the Sync account is unverified. Redirects to the Sync preferences page. +sendTabToDevice.verify.status = Cuenta no verificada +sendTabToDevice.verify = Verificar tu cuenta… + +# LOCALIZATION NOTE (tabArrivingNotification.title, tabArrivingNotificationWithDevice.title, +# multipleTabsArrivingNotification.title, unnamedTabsArrivingNotification2.body, +# unnamedTabsArrivingNotificationMultiple2.body, unnamedTabsArrivingNotificationNoDevice.body, +# singleTabArrivingWithTruncatedURL.body) +# These strings are used in a notification shown when we're opening tab(s) another device sent us to display. + +# LOCALIZATION NOTE (tabArrivingNotification.title, tabArrivingNotificationWithDevice.title) +# The body for these is the URL of the tab received +tabArrivingNotification.title = Pestaña recibida +# LOCALIZATION NOTE (tabArrivingNotificationWithDevice.title) %S is the device name +tabArrivingNotificationWithDevice.title = Pestaña de %S + +multipleTabsArrivingNotification.title = Pestañas recibidas +# LOCALIZATION NOTE (unnamedTabsArrivingNotification2.body): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs received and #2 is the device name. +unnamedTabsArrivingNotification2.body = #1 pestaña llegó desde #2;#1 pestañas llegaron desde #2 +# LOCALIZATION NOTE (unnamedTabsArrivingNotificationMultiple2.body): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs received. +unnamedTabsArrivingNotificationMultiple2.body = #1 pestaña llegó desde tus dispositivos conectados;#1 pestañas llegaron desde tus dispositivos conectados + +# LOCALIZATION NOTE (unnamedTabsArrivingNotificationNoDevice.body): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs received +# This version is used when we don't know any device names. +unnamedTabsArrivingNotificationNoDevice.body = Llegó #1 pestaña;Llegaron #1 pestañas + +# LOCALIZATION NOTE (singleTabArrivingWithTruncatedURL.body): +# Used when a tab from a remote device arrives but the URL must be truncated. +# Should display the URL with an indication that it's benen truncated. +# %S is the portion of the URL that remains after truncation. +singleTabArrivingWithTruncatedURL.body = %S… + diff --git a/l10n-es-MX/browser/chrome/browser/browser.properties b/l10n-es-MX/browser/chrome/browser/browser.properties new file mode 100644 index 0000000000..73f964fad2 --- /dev/null +++ b/l10n-es-MX/browser/chrome/browser/browser.properties @@ -0,0 +1,1064 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +nv_timeout=Tiempo excedido +openFile=Abrir archivo + +droponhometitle=Configurar página de inicio +droponhomemsg=¿Quieres que este documento sea tu página de inicio? +droponhomemsgMultiple=¿Quieres que estos documentos sean tus nuevas páginas de inicio? + +# context menu strings + +# LOCALIZATION NOTE (contextMenuSearch): %1$S is the search engine, +# %2$S is the selection string. +contextMenuSearch=Buscar “%2$S” en %1$S +contextMenuSearch.accesskey=B +contextMenuPrivateSearch=Buscar en ventana privada +contextMenuPrivateSearch.accesskey=h +# LOCALIZATION NOTE (contextMenuPrivateSearchOtherEngine): %S is the search +# engine name as set for Private Browsing mode. This label is only used when +# this engine is different from the default engine name used in normal mode. +contextMenuPrivateSearchOtherEngine=Buscar con %S en una ventana privada +contextMenuPrivateSearchOtherEngine.accesskey=h + +# bookmark dialog strings + +bookmarkAllTabsDefault=[Nombre de la carpeta] + +xpinstallPromptMessage=%S evitó que este sitio web te pidiera instalar software en tu equipo. +# LOCALIZATION NOTE (xpinstallPromptMessage.header) +# The string contains the hostname of the site the add-on is being installed from. +xpinstallPromptMessage.header=¿Permitir que %S instale un complemento? +xpinstallPromptMessage.message=Estás intentando instalar un complemento desde %S. Asegúrate de que confías en el sitio antes de continuar. +xpinstallPromptMessage.header.unknown=¿Permites que un sitio desconocido instale un complemento? +xpinstallPromptMessage.message.unknown=Estás intentando instalar un complemento desde un sitio desconocido. Asegúrate de que confías en el sitio antes de continuar. +xpinstallPromptMessage.learnMore=Saber más sobre cómo instalar complementos de forma segura +xpinstallPromptMessage.dontAllow=No permitir +xpinstallPromptMessage.dontAllow.accesskey=D +xpinstallPromptMessage.neverAllow=Nunca permitir +xpinstallPromptMessage.neverAllow.accesskey=N +# LOCALIZATION NOTE (xpinstallPromptMessage.neverAllowAndReport) +# Long text in this context make the dropdown menu extend awkwardly to the left, avoid +# a localization that's significantly longer than the English version. +xpinstallPromptMessage.neverAllowAndReport=Reportar sitio sospechoso +xpinstallPromptMessage.neverAllowAndReport.accesskey=R +# LOCALIZATION NOTE (sitePermissionInstallFirstPrompt.header) +# This message is shown when a SitePermissionsAddon install is triggered, i.e. when the +# website calls sensitive APIs (e.g. navigator.requestMIDIAccess). +sitePermissionInstallFirstPrompt.header=Este sitio está solicitando acceso a tus dispositivos. El acceso al dispositivo se puede habilitar instalando un complemento. +# LOCALIZATION NOTE (sitePermissionInstallFirstPrompt.message) +# This message is shown when a SitePermissionsAddon install is triggered, i.e. when the +# website calls sensitive APIs (e.g. navigator.requestMIDIAccess). +sitePermissionInstallFirstPrompt.message=Este complemento podría usarse para robar tus datos o atacar tu computadora. Continua solo si confías en este sitio. + +# Accessibility Note: +# Be sure you do not choose an accesskey that is used elsewhere in the active context (e.g. main menu bar, submenu of the warning popup button) +# See https://website-archive.mozilla.org/www.mozilla.org/access/access/keyboard/ for details +xpinstallPromptMessage.install=Continuar con la instalación +xpinstallPromptMessage.install.accesskey=C + +xpinstallDisabledMessageLocked=El administrador del sistema desactivó la instalación de software. +xpinstallDisabledMessage=La instalación de software está desactivada. Haz clic en Activar y vuelve a intentarlo. +xpinstallDisabledButton=Activar +xpinstallDisabledButton.accesskey=A + +# LOCALIZATION NOTE (addonInstallBlockedByPolicy) +# This message is shown when the installation of an add-on is blocked by +# enterprise policy. %1$S is replaced by the name of the add-on. +# %2$S is replaced by the ID of add-on. %3$S is a custom message that +# the administration can add to the message. +addonInstallBlockedByPolicy=%1$S (%2$S) está bloqueado por tu administrador de sistema.%3$S +# LOCALIZATION NOTE (addonDomainBlockedByPolicy) +# This message is shown when the installation of add-ons from a domain +# is blocked by enterprise policy. +addonDomainBlockedByPolicy=Tu administrador de sistema evitó que este sitio te pidiera que instalaras software en tu computadora. +addonInstallFullScreenBlocked=No se permite la instalación de complementos durante o tras acceder al modo pantalla completa. + +# LOCALIZATION NOTE (webextPerms.header,webextPerms.headerWithPerms,webextPerms.headerUnsigned,webextPerms.headerUnsignedWithPerms) +# This string is used as a header in the webextension permissions dialog, +# %S is replaced with the localized name of the extension being installed. +# See https://bug1308309.bmoattachments.org/attachment.cgi?id=8814612 +# for an example of the full dialog. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.header=¿Agregar %S? +webextPerms.headerWithPerms=¿Añadir %S? Este complemento tendrá permiso para: +webextPerms.headerUnsigned=¿Añadir %S? Este complemento no está verificado. Los complementos maliciosos pueden robar tu información privada y comprometer tu equipo. Instala este complementos sólo si confías en la fuente +webextPerms.headerUnsignedWithPerms=¿Añadir %S? Este complemento no esta verificado. Los complementos maliciosos pueden robar tu información privada y comprometer tu equipo. Solamente instala este complemento si confías en la fuente. Este complemento tendrá permiso para: + +webextPerms.learnMore2=Saber más +webextPerms.add.label=Añadir +webextPerms.add.accessKey=A +webextPerms.cancel.label=Cancelar +webextPerms.cancel.accessKey=C + +# LOCALIZATION NOTE (webextPerms.sideloadMenuItem) +# %1$S will be replaced with the localized name of the sideloaded add-on. +# %2$S will be replace with the name of the application (e.g., Firefox, Nightly) +webextPerms.sideloadMenuItem=%1$S se agregó a %2$S + +# LOCALIZATION NOTE (webextPerms.sideloadHeader) +# This string is used as a header in the webextension permissions dialog +# when the extension is side-loaded. +# %S is replaced with the localized name of the extension being installed. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.sideloadHeader=%S agregado +webextPerms.sideloadText2=Otro programa en tu computadora ha instalado un complemento que podría afectar a tu navegador. Por favor, revisa las solicitudes de permisos de este complemento y selecciona Habilitar o Cancelar (para dejarlo deshabilitado). +webextPerms.sideloadTextNoPerms=Otro programa en tu computadora ha instalado un complemento que podría afectar a tu navegador. Por favor, seleccionar Habilitar o Cancelar (para dejarlo deshabilitado). + +webextPerms.sideloadEnable.label=Habilitar +webextPerms.sideloadEnable.accessKey=E +webextPerms.sideloadCancel.label=Cancelar +webextPerms.sideloadCancel.accessKey=C + +# LOCALIZATION NOTE (webextPerms.updateMenuItem) +# %S will be replaced with the localized name of the extension which +# has been updated. +webextPerms.updateMenuItem=%S requiere nuevos permisos + +# LOCALIZATION NOTE (webextPerms.updateText) +# %S is replaced with the localized name of the updated extension. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.updateText2=Se actualizo %S. Tienes que aprobar nuevos permisos antes de que la versión actualizada se instale. Seleccionar “Cancelar” mantendrá la versión actual. Este complemento tendrá permisos para: + +webextPerms.updateAccept.label=Actualizar +webextPerms.updateAccept.accessKey=U + +# LOCALIZATION NOTE (webextPerms.optionalPermsHeader) +# %S is replace with the localized name of the extension requested new +# permissions. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.optionalPermsHeader=%S requiere permisos adicionales. +webextPerms.optionalPermsListIntro=Quiere: +webextPerms.optionalPermsAllow.label=Permitir +webextPerms.optionalPermsAllow.accessKey=A +webextPerms.optionalPermsDeny.label=Denegar +webextPerms.optionalPermsDeny.accessKey=D + +webextPerms.description.bookmarks=Leer y modificar marcadores +webextPerms.description.browserSettings=Leer y modificar configuración del navegador +webextPerms.description.browsingData=Borrar historial de navegación reciente, cookies y datos relacionados +webextPerms.description.clipboardRead=Obtener datos desde el portapapeles +webextPerms.description.clipboardWrite=Ingresar datos desde el portapapeles +webextPerms.description.declarativeNetRequest=Bloquear contenido en cualquier página +webextPerms.description.devtools=Extiende las herramientas de desarrollador para acceder a tus datos en las pestañas abiertas +webextPerms.description.downloads=Descargar archivos y leer y modificar el historial de descargas del navegador +webextPerms.description.downloads.open=Abrir archivos descargados a tu computadora +webextPerms.description.find=Leer el texto de todas las pestañas abiertas +webextPerms.description.geolocation=Acceder a tu ubicación +webextPerms.description.history=Acceder al historial de navegación +webextPerms.description.management=Controlar el uso de la extensión y administrar temas +# LOCALIZATION NOTE (webextPerms.description.nativeMessaging) +# %S will be replaced with the name of the application +webextPerms.description.nativeMessaging=Intercambiar mensajes con programas distintos a %S +webextPerms.description.notifications=Mostrarte notificaciones +webextPerms.description.pkcs11=Proporciona servicios autenticación criptográfica +webextPerms.description.privacy=Leer y modificar la configuración de privacidad +webextPerms.description.proxy=Controlar configuración del proxy del navegador +webextPerms.description.sessions=Acceder a pestañas recientemente cerradas del navegador +webextPerms.description.tabs=Acceder a pestañas del navegador +webextPerms.description.tabHide=Ocultar y mostrar pestañas de navegación +webextPerms.description.topSites=Acceder el historial de navegación +webextPerms.description.webNavigation=Acceder a la actividad del navegador durante la navegación + +webextPerms.hostDescription.allUrls=Acceder a tus datos para todos los sitios web + +# LOCALIZATION NOTE (webextPerms.hostDescription.wildcard) +# %S will be replaced by the DNS domain for which a webextension +# is requesting access (e.g., mozilla.org) +webextPerms.hostDescription.wildcard=Acceder a tus datos para los sitios del dominio %S + +# LOCALIZATION NOTE (webextPerms.hostDescription.tooManyWildcards): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 will be replaced by an integer indicating the number of additional +# domains for which this webextension is requesting permission. +webextPerms.hostDescription.tooManyWildcards=Accede a tus datos en #1 otro dominio;Accede a tus datos en #1 otros dominios + +# LOCALIZATION NOTE (webextPerms.hostDescription.oneSite) +# %S will be replaced by the DNS host name for which a webextension +# is requesting access (e.g., www.mozilla.org) +webextPerms.hostDescription.oneSite=Acceder a tus datos para %S + +# LOCALIZATION NOTE (webextPerms.hostDescription.tooManySites) +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 will be replaced by an integer indicating the number of additional +# hosts for which this webextension is requesting permission. +webextPerms.hostDescription.tooManySites=Acceder a tus datos en #1 otro sitio;Acceder a tus datos en #1 otros sitios + +# LOCALIZATION NOTE (webextSitePerms.headerWithPerms,webextSitePerms.headerUnsignedWithPerms) +# This string is used as a header in the webextension permissions dialog, +# %1$S is replaced with the localized name of the extension being installed. +# %2$S will be replaced by the DNS host name for which a webextension enables permissions +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextSitePerms.headerWithPerms=¿Agregar %1$S? Esta extensión otorga las siguientes capacidades a %2$S: +webextSitePerms.headerUnsignedWithPerms=¿Agregar %1$S? Esta extensión no está verificada. Las extensiones maliciosas pueden robar tu información privada o comprometer tu computadora. Instala este complemento sólo si confías en la fuente. Esta extensión otorga las siguientes capacidades a %2$S: + +# LOCALIZATION NOTE (webextSitePerms.headerWithGatedPerms.midi) +# This string is used as a header in the webextension permissions dialog for synthetic add-ons. +# The part of the string describing what privileges the extension gives should be consistent +# with the value of webextSitePerms.description.{sitePermission}. +# %S is the hostname of the site the add-on is being installed from. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextSitePerms.headerWithGatedPerms.midi=Este complemento le da a %S acceso a tus dispositivos MIDI. + +# LOCALIZATION NOTE (webextSitePerms.headerWithGatedPerms.midi-sysex) +# This string is used as a header in the webextension permissions dialog for synthetic add-ons. +# The part of the string describing what privileges the extension gives should be consistent +# with the value of webextSitePerms.description.{sitePermission}. +# %S is the hostname of the site the add-on is being installed from. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextSitePerms.headerWithGatedPerms.midi-sysex=Este complemento le da a %S acceso a tus dispositivos MIDI (con soporte SysEx). + +# LOCALIZATION NOTE (webextSitePerms.descriptionGatedPerms) +# This string is used as description in the webextension permissions dialog for synthetic add-ons. +# %S will be replaced by the DNS host name for which a webextension enables permissions +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextSitePerms.descriptionGatedPerms=Este acceso puede ser peligroso y permite que el sitio actúe como un software instalado en tu computadora. + +# These should remain in sync with permissions.NAME.label in sitePermissions.properties +webextSitePerms.description.midi=Acceder a dispositivos MIDI +webextSitePerms.description.midi-sysex=Acceder a dispositivos MIDI con soporte para SysEx + +# LOCALIZATION NOTE (webext.defaultSearch.description) +# %1$S is replaced with the localized named of the extension that is asking to change the default search engine. +# %2$S is replaced with the name of the current search engine +# %3$S is replaced with the name of the new search engine +webext.defaultSearch.description=A %1$S le gustaría cambiar tu motor de búsqueda predeterminado de %2$S a %3$S. ¿Está bien? +webext.defaultSearchYes.label=Sí +webext.defaultSearchYes.accessKey=S +webext.defaultSearchNo.label=No +webext.defaultSearchNo.accessKey=N + +# LOCALIZATION NOTE (webext.remove.confirmation.message) +# %1$S is the name of the extension which is about to be removed. +# %2$S is brandShorterName +webext.remove.confirmation.message=¿Eliminar %1$S desde %2$S? +webext.remove.confirmation.button=Eliminar + +# LOCALIZATION NOTE (addonPostInstall.message3) +# %S is replaced with the localized named of the extension that was +# just installed. +addonPostInstall.message3=%S fue agregada. + +# LOCALIZATION NOTE (addonDownloadingAndVerifying): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# Also see https://bugzilla.mozilla.org/show_bug.cgi?id=570012 for mockups +addonDownloadingAndVerifying=Descargando y verificando complemento…;Descargando y verificando #1 complementos… +addonDownloadVerifying=Verificando + +addonInstall.unsigned=(No verificado) +addonInstall.cancelButton.label=Cancelar +addonInstall.cancelButton.accesskey=C +addonInstall.acceptButton2.label=Agregar +addonInstall.acceptButton2.accesskey=A + +# LOCALIZATION NOTE (addonConfirmInstallMessage,addonConfirmInstallUnsigned): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is brandShortName +# #2 is the number of add-ons being installed +addonConfirmInstall.message=A este sitio le gustaría instalar un complemento en #1:;A este sitio le gustaría instalar #2 complementos en #1: +addonConfirmInstallUnsigned.message=Precaución: A este sitio le gustaría instalar un complemento no verificado en #1. Continuar bajo tu propio riesgo.;Precaución: A este sitio le gustaría instalar #2 complementos no verificados en #1. Proceder bajo tu propio riesgo. + +# LOCALIZATION NOTE (addonConfirmInstallSomeUnsigned.message): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is brandShortName +# #2 is the total number of add-ons being installed (at least 2) +addonConfirmInstallSomeUnsigned.message=;Precaución: A este sitio le gustaría instalar #2 complementos en #1, algunos de ellos no están verificados. Proceder bajo tu propio riesgo. + +# LOCALIZATION NOTE (addonInstalled): +# %S is the name of the add-on +addonInstalled=%S se ha instalado correctamente. +# LOCALIZATION NOTE (addonsGenericInstalled): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 number of add-ons +addonsGenericInstalled=#1 complemento ha sido instalado correctamente.;#1 complementos han sido instalados correctamente. + +# LOCALIZATION NOTE (addonInstallError-1, addonInstallError-2, addonInstallError-3, addonInstallError-4, addonInstallError-5, addonInstallError-8, addonLocalInstallError-1, addonLocalInstallError-2, addonLocalInstallError-3, addonLocalInstallError-4, addonLocalInstallError-5): +# %1$S is the application name, %2$S is the add-on name +addonInstallError-1=El complemento no se pudo descargar porque la conexión tuvo un fallo. +addonInstallError-2=El complemento no pudo ser instalado porque no se encuentra el complemento %1$S solicitado. +addonInstallError-3=El complemento descargado desde este sitio no pudo ser instalado porque parece estar corrupto. +addonInstallError-4=%2$S no pudo ser instalado porque %1$S no puede modificar el archivo necesario. +addonInstallError-5=%1$S evitó que este sitio instalara un complemento sin verificar. +addonInstallError-8=El complemento %2$S no puede ser instalado desde esta ubicación. +addonLocalInstallError-1=Este complemento no se pudo instalar debido a un error de sistema de archivos. +addonLocalInstallError-2=Este complemento no se pudo instalar porque no coincide el complemento %1$S esperado. +addonLocalInstallError-3=Este complemento no se pudo instalar debido a que parece estar dañado. +addonLocalInstallError-4=%2$S no pudo ser instalado porque %1$S no puede modificar el archivo necesario. +addonLocalInstallError-5=Este complemento no se pudo instalar debido a que no ha sido verificado. + +# LOCALIZATION NOTE (addonInstallErrorIncompatible): +# %1$S is the application name, %2$S is the application version, %3$S is the add-on name +addonInstallErrorIncompatible=%3$S no pudo ser instalado porque no es compatible con %1$S %2$S. + +# LOCALIZATION NOTE (addonInstallErrorBlocklisted): %S is add-on name +addonInstallErrorBlocklisted=%S no pudo ser instalado porque tiene un alto riesgo de causar problemas de seguridad. + +unsignedAddonsDisabled.message=Uno o más complementos instalados no pueden ser verificados y han sido deshabilitados. +unsignedAddonsDisabled.learnMore.label=Saber más +unsignedAddonsDisabled.learnMore.accesskey=S + +# LOCALIZATION NOTE (popupWarning.message): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is brandShortName and #2 is the number of pop-ups blocked. +popupWarning.message=#1 evitó que este sitio abriera una ventana emergente;#1 evitó que este sitio abriera #2 ventanas emergentes. +# LOCALIZATION NOTE (popupWarning.exceeded.message): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# The singular form is left empty for English, since the number of blocked pop-ups is always greater than 1. +# #1 is brandShortName and #2 is the number of pop-ups blocked. +popupWarning.exceeded.message=;#1 ha evitado que este sitio abra más de #2 ventanas emergentes. +popupWarningButton=Opciones +popupWarningButton.accesskey=O +popupWarningButtonUnix=Preferencias +popupWarningButtonUnix.accesskey=P +popupShowPopupPrefix=Mostrar '%S' + +# LOCALIZATION NOTE (geolocationLastAccessIndicatorText): %S is the relative time of the most recent geolocation access (e.g. 5 min. ago) +geolocationLastAccessIndicatorText=Último acceso %S + +# LOCALIZATION NOTE (openProtocolHandlerPermissionEntryLabel): %S is the scheme of the protocol the site may open an application for. For example: mailto +openProtocolHandlerPermissionEntryLabel=enlaces %S:// + +crashedpluginsMessage.title=El plugin %S dejó de funcionar. +crashedpluginsMessage.reloadButton.label=Recargar la página +crashedpluginsMessage.reloadButton.accesskey=R +crashedpluginsMessage.submitButton.label=Enviar un reporte del fallo +crashedpluginsMessage.submitButton.accesskey=E +crashedpluginsMessage.learnMore=Saber más… + +# Keyword fixup messages +# LOCALIZATION NOTE (keywordURIFixup.message): Used when the user tries to visit +# a local host page, by the time the DNS request recognizes it, we have already +# loaded a search page for the given word. An infobar then asks to the user +# whether he rather wanted to visit the host. %S is the recognized host. +keywordURIFixup.message=¿Quizá querías ir a %S? +keywordURIFixup.goTo=Si, llévame a %S +keywordURIFixup.goTo.accesskey=Y + +pluginInfo.unknownPlugin=Desconocido + +# Flash activation doorhanger UI +flashActivate.message=¿Quieres permitir que Adobe Flash se ejecute en este sitio? Permite el uso de Adobe Flash solo en sitios en los que confíes. +flashActivate.outdated.message=¿Quieres permitir que una versión desactualizada Adobe Flash se ejecute en este sitio? Una versión desactualizada puede afectar el rendimiento y la seguridad del navegador. +flashActivate.noAllow=No permitir +flashActivate.allow=Permitir +flashActivate.noAllow.accesskey=N +flashActivate.allow.accesskey=P + +# in-page UI +# LOCALIZATION NOTE (PluginClickToActivate2): Two changes were done to the +# previous version of the string. The first is that we changed the wording from +# "Activate" to "Run", because it's shorter and feels less technical in English. +# Feel free to keep using the previous wording in your language if it's already +# the best one. +# The second change is that we removed the period at the end of the phrase, because +# it's not natural in our UI, and the underline was removed from this, so it doesn't +# look like a link anymore. We suggest that everyone removes that period too. +PluginClickToActivate2=Ejecutar %S +PluginVulnerableUpdatable=Este plugin es vulnerable y debería ser actualizado. +PluginVulnerableNoUpdate=Este plugin tiene vulnerabilidades de seguridad. + +# Sanitize +# LOCALIZATION NOTE (update.downloadAndInstallButton.label): %S is replaced by the +# version of the update: "Update to 28.0". +update.downloadAndInstallButton.label=Actualizar a %S +update.downloadAndInstallButton.accesskey=u + +menuOpenAllInTabs.label=Abrir todo en pestañas + +# History menu +# LOCALIZATION NOTE (menuUndoCloseWindowLabel): Semicolon-separated list of plural forms. +# see bug 394759 +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 Window Title, #2 Number of tabs +menuUndoCloseWindowLabel=#1 (y #2 otra pestaña);#1 (y #2 otras pestañas) +menuUndoCloseWindowSingleTabLabel=#1 + +# Unified Back-/Forward Popup +tabHistory.current=Quedarse en esta página + +# Unified Back-/Forward Popup +tabHistory.reloadCurrent=Recargar esta página +tabHistory.goBack=Volver a esta página +tabHistory.goForward=Adelantar a esta página + +# URL Bar +pasteAndGo.label=Pegar e ir +# LOCALIZATION NOTE (reloadButton.tooltip): +# %S is the keyboard shortcut for reloading the current page +reloadButton.tooltip=Volver a cargar la página actual (%S) +# LOCALIZATION NOTE (stopButton.tooltip): +# %S is the keyboard shortcut for stopping loading the page +stopButton.tooltip=Detener la carga de esta página (%S) +# LOCALIZATION NOTE (urlbar-zoom-button.tooltip): +# %S is the keyboard shortcut for resetting the zoom level to 100% +urlbar-zoom-button.tooltip=Restablecer el nivel de zoom (%S) +# LOCALIZATION NOTE (reader-mode-button.tooltip): +# %S is the keyboard shortcut for entering/exiting reader view +reader-mode-button.tooltip=Cambiar vista de lectura (%S) + +# LOCALIZATION NOTE(zoom-button.label): %S is the current page zoom level, +# %% will be displayed as a single % character (% is commonly used to define +# format specifiers, so it needs to be escaped). +zoom-button.label = %S%% + +# Block autorefresh +refreshBlocked.goButton=Permitir +refreshBlocked.goButton.accesskey=A +refreshBlocked.refreshLabel=%S no le permitió recargarse automáticamente a esta página. +refreshBlocked.redirectLabel=%S no le permitió a esta página redireccionarse automáticamente hacia otra. + +# General bookmarks button +# LOCALIZATION NOTE (bookmarksMenuButton.tooltip): +# %S is the keyboard shortcut for "Show All Bookmarks" +bookmarksMenuButton.tooltip=Mostrar tus marcadores (%S) + +# Downloads button tooltip +# LOCALIZATION NOTE (downloads.tooltip): +# %S is the keyboard shortcut for "Downloads" +downloads.tooltip=Mostrar el progreso de las descargas en curso (%S) + +# New Window button tooltip +# LOCALIZATION NOTE (newWindowButton.tooltip): +# %S is the keyboard shortcut for "New Window" +newWindowButton.tooltip=Abrir una nueva ventana (%S) + +# New Tab button tooltip +# LOCALIZATION NOTE (newTabButton.tooltip): +# %S is the keyboard shortcut for "New Tab" +newTabButton.tooltip=Abrir una nueva pestaña (%S) +newTabContainer.tooltip=Abrir una nueva pestaña (%S)\nMantén presionado para abrir una nueva pestaña de contenedor +newTabAlwaysContainer.tooltip=Seleccionar contenedor para abrir una nueva pestaña + +# Offline web applications +offlineApps.available3=¿Permitir a %S almacenar datos en tu equipo? +offlineApps.allow.label=Permitir +offlineApps.allow.accesskey=P +offlineApps.block.label=Bloquear +offlineApps.block.accesskey=B + +# Canvas permission prompt +# LOCALIZATION NOTE (canvas.siteprompt2): %S is hostname +canvas.siteprompt2=¿Permitir que %S use tus datos de imagen de canvas HTML5? +canvas.siteprompt2.warning=Esto se puede utilizar para identificar a tu equipo de forma única. +canvas.block=Bloquear +canvas.block.accesskey=B +canvas.allow2=Permitir +canvas.allow2.accesskey=P +canvas.remember2=Recordar esta decisión + +# WebAuthn prompts +# LOCALIZATION NOTE (webauthn.registerPrompt2): %S is hostname +webauthn.registerPrompt2=%S quiere registrar una cuenta con una de tus llaves de seguridad. Puedes conectarte y autorizarlo ahora, o cancelar. +# LOCALIZATION NOTE (webauthn.CTAP2registerPrompt): %S is hostname +webauthn.CTAP2registerPrompt=%S quiere registrar una cuenta con una de tus claves de seguridad. Puedes conectarte y autorizar una ahora o cancelar. +# LOCALIZATION NOTE (webauthn.registerTouchDevice): %S is hostname +webauthn.registerTouchDevice=%S quiere registrar una cuenta con tu clave de seguridad. Puedes autorizar ahora o cancelar. +# LOCALIZATION NOTE (webauthn.registerDirectPrompt3): +# %S is hostname. +# The website is asking for extended information about your +# hardware authenticator that shouldn't be generally necessary. Permitting +# this is safe if you only use one account at this website. If you have +# multiple accounts at this website, and you use the same hardware +# authenticator, then the website could link those accounts together. +# And this is true even if you use a different profile / browser (or even Tor +# Browser). To avoid this, you should use different hardware authenticators +# for different accounts on this website. +webauthn.registerDirectPrompt3=%S está pidiendo más información acerca de tu clave de seguridad, lo cual puede afectar tu privacidad. +# LOCALIZATION NOTE (webauthn.registerDirectPromptHint): +# %S is brandShortName +webauthn.registerDirectPromptHint=%S puede anonimizar esto para ti, pero el sitio web puede rechazar esta clave. Si se rechaza, puedes intentarlo de nuevo. +# LOCALIZATION NOTE (webauthn.CTAP2signPrompt): %S is hostname +webauthn.CTAP2signPrompt=%S quiere autenticarte usando una clave de seguridad registrada. Puedes conectarte ahora o cancelar. +# LOCALIZATION NOTE (webauthn.signTouchDevice): %S is hostname +webauthn.signTouchDevice=%S quiere autenticarte usando tu clave de seguridad. Puedes autorizar ahora o cancelar. +# LOCALIZATION NOTE (webauthn.signPrompt2): %S is hostname +webauthn.signPrompt2=%S quiere autenticarte usando una llave de seguridad. Puedes conectarte y autorizarlo ahora o cancelar. +# LOCALIZATION NOTE (webauthn.selectSignResultPrompt): %S is hostname +webauthn.selectSignResultPrompt=Se encontraron varias cuentas para %S. Selecciona cuál usar o cancelar. +# LOCALIZATION NOTE (webauthn.selectDevicePrompt): %S is hostname +webauthn.selectDevicePrompt=Se encontraron varios dispositivos para %S. Por favor, selecciona uno. +# LOCALIZATION NOTE (webauthn.deviceBlockedPrompt): %S is hostname +webauthn.deviceBlockedPrompt=La verificación del usuario falló en %S. No quedan intentos y tu dispositivo ha sido bloqueado porque se proporcionó un PIN incorrecto demasiadas veces. El dispositivo necesita un restablecimiento. +# LOCALIZATION NOTE (webauthn.pinAuthBlockedPrompt): %S is hostname +webauthn.pinAuthBlockedPrompt=La verificación del usuario falló en %S. Hubo demasiados intentos fallidos seguidos y la autenticación con PIN se bloqueó temporalmente. Tu dispositivo necesita un ciclo de encendido (desconectar y reconectar). +webauthn.cancel=Cancelar +webauthn.cancel.accesskey=c +webauthn.proceed=Continuar +webauthn.proceed.accesskey=p +webauthn.anonymize=Anonimizar de todas formas + +# Spoof Accept-Language prompt +privacy.spoof_english=Cambiar la configuración del idioma al inglés hará que sea más difícil identificarlo y mejorar tu privacidad. ¿Deseas solicitar versiones en inglés de páginas web? + +# LOCALIZATION NOTE (identity.identified.verifier, identity.identified.state_and_country, identity.ev.contentOwner2): +# %S is the hostname of the site that is being displayed. +identity.identified.verifier=Verificado por: %S +identity.identified.verified_by_you=Has agregado una excepción de seguridad para este sitio. +identity.identified.state_and_country=%S, %S +identity.ev.contentOwner2=Certificado emitido a nombre de: %S + +# LOCALIZATION NOTE (identity.notSecure.label): +# Keep this string as short as possible, this is displayed in the URL bar +# use a synonym for "safe" or "private" if "secure" is too long. +identity.notSecure.label=No segura +identity.notSecure.tooltip=La conexión no es segura + +identity.extension.label=Extensión (%S) +identity.extension.tooltip=Cargada por la extensión: %S + +# LOCALIZATION NOTE (contentBlocking.trackersView.blocked.label): +# This label is shown next to a tracker in the trackers subview. +# It forms the end of the (imaginary) sentence "www.example.com [was] Blocked" +contentBlocking.trackersView.blocked.label=Bloqueado + +contentBlocking.trackersView.empty.label=Ninguno detectado en este sitio + +# LOCALIZATION NOTE (contentBlocking.cookies.blockingTrackers.label, contentBlocking.cookies.blocking3rdParty.label, +# contentBlocking.cookies.blockingUnvisited.label,contentBlocking.cookies.blockingAll.label): +contentBlocking.cookies.blockingTrackers3.label=Cookies de rastreo multisitio +contentBlocking.cookies.blocking3rdParty2.label=Cookies de terceros +contentBlocking.cookies.blockingUnvisited2.label=Cookies de sitios no visitados +contentBlocking.cookies.blockingAll2.label=Todas las cookies + +contentBlocking.cookiesView.firstParty.label=De este sitio +# LOCALIZATION NOTE (contentBlocking.cookiesView.firstParty.empty.label): +# This references the header from contentBlocking.cookiesView.firstParty.label: +# "[Cookies] From This Site: None detected on this site". +contentBlocking.cookiesView.firstParty.empty.label=Ninguna detectada en este sitio + +contentBlocking.cookiesView.trackers2.label=Cookies de seguimiento entre sitios +# LOCALIZATION NOTE (contentBlocking.cookiesView.trackers.empty.label): +# This references the header from contentBlocking.cookiesView.trackers.label: +# "Tracking Cookies: None detected on this site". +contentBlocking.cookiesView.trackers.empty.label=Ninguna detectada en este sitio + +contentBlocking.cookiesView.thirdParty.label=Cookies de terceros +# LOCALIZATION NOTE (contentBlocking.cookiesView.thirdParty.empty.label): +# This references the header from contentBlocking.cookiesView.thirdParty.label: +# "Third-Party Cookies: None detected on this site". +contentBlocking.cookiesView.thirdParty.empty.label=Ninguna detectada en este sitio + +# LOCALIZATION NOTE (contentBlocking.cookiesView.allowed.label): +# This label is shown next to a cookie origin in the cookies subview. +# It forms the end of the (imaginary) sentence "www.example.com [was] Allowed" +contentBlocking.cookiesView.allowed.label=Permitido +# LOCALIZATION NOTE (contentBlocking.cookiesView.blocked.label): +# This label is shown next to a cookie origin in the cookies subview. +# It forms the end of the (imaginary) sentence "www.example.com [was] Blocked" +contentBlocking.cookiesView.blocked.label=Bloqueado +# LOCALIZATION NOTE (contentBlocking.cookiesView.removeButton.tooltip): %S is the domain of the site. +contentBlocking.cookiesView.removeButton.tooltip=Eliminar la excepción de cookie para %S + +# LOCALIZATION NOTE (contentBlocking.fingerprintersView.blocked.label): +# This label is shown next to a fingerprinter in the fingerprinters subview. +# It forms the end of the (imaginary) sentence "www.example.com [was] Blocked" +contentBlocking.fingerprintersView.blocked.label=Bloqueado + +# LOCALIZATION NOTE (contentBlocking.cryptominersView.blocked.label): +# This label is shown next to a cryptominer in the cryptominers subview. +# It forms the end of the (imaginary) sentence "www.example.com [was] Blocked" +contentBlocking.cryptominersView.blocked.label=Bloqueado + +trackingProtection.icon.activeTooltip2=Bloqueo de rastreadores de redes sociales, cookies de rastreo de sitios cruzados y huellas digitales. +trackingProtection.icon.disabledTooltip2=La protección de seguimiento mejorada está DESACTIVADA para este sitio. +# LOCALIZATION NOTE (trackingProtection.icon.noTrackersDetectedTooltip): %S is brandShortName. +trackingProtection.icon.noTrackersDetectedTooltip=No se detectaron rastreadores conocidos por %S en esta página. + +# LOCALIZATION NOTE (protections.header): +# Header of the Protections Panel. %S is replaced with the site's hostname. +protections.header=Protecciones para %S + +# LOCALIZATION NOTE (protections.disableAriaLabel): +# Text that gets spoken by a screen reader if the button will disable protections. +# %s is the site's hostname. +protections.disableAriaLabel=Desactivar protecciones para %S + +# LOCALIZATION NOTE (protections.enableAriaLabel): +# Text that gets spoken by a screen reader if the button will enable protections. +# %s is the site's hostname. +protections.enableAriaLabel=Activar protecciones para %S + +# Blocking and Not Blocking sub-views in the Protections Panel +protections.blocking.fingerprinters.title=Huellas dactilares bloqueadas +protections.blocking.cryptominers.title=Criptomineros bloqueados +protections.blocking.cookies.trackers.title=Cookies de rastreo multisitio bloqueados +protections.blocking.cookies.3rdParty.title=Cookies de terceros bloqueadas +protections.blocking.cookies.all.title=Todas las cookies bloqueadas +protections.blocking.cookies.unvisited.title=Cookies del sitio no visitadas bloqueadas +protections.blocking.trackingContent.title=Seguimiento de contenido bloqueado +protections.blocking.socialMediaTrackers.title=Rastreadores de redes sociales bloqueados +protections.notBlocking.fingerprinters.title=No bloquear huellas digitales +protections.notBlocking.cryptominers.title=No bloquear criptomineros +protections.notBlocking.cookies.3rdParty.title=No bloqueando cookies de terceros +protections.notBlocking.cookies.all.title=No bloquear cookies +protections.notBlocking.crossSiteTrackingCookies.title=No bloquear las cookies de seguimiento entre sitios +protections.notBlocking.trackingContent.title=No bloquear contenido de seguimiento +protections.notBlocking.socialMediaTrackers.title=No bloquear rastreadores de redes sociales + +# Footer section in the Protections Panel +# LOCALIZATION NOTE (protections.footer.blockedTrackerCounter.description, +# protections.footer.blockedTrackerCounter.tooltip): +# This text indicates the total number of trackers blocked on all sites. In +# its tooltip, we show the date when we started counting this number. +# LOCALIZATION NOTE (protections.footer.blockedTrackerCounter.description): +# Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# Replacement for #1 is a locale-string converted positive integer. +protections.footer.blockedTrackerCounter.description=1 bloqueado;#1 bloqueados +# LOCALIZATION NOTE (protections.footer.blockedTrackerCounter.tooltip): +# %S is the date on which we started counting (e.g., July 17, 2019). +protections.footer.blockedTrackerCounter.tooltip=Desde %S + +# Milestones section in the Protections Panel +# LOCALIZATION NOTE (protections.milestone.description): +# Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is replaced with brandShortName. +# #2 is replaced with the (locale-formatted) number of trackers blocked +# #3 is replaced by a locale-formatted date with short month and numeric year. +# In English this looks like "Firefox blocked over 10,000 trackers since Oct 2019" +protections.milestone.description=#1 ha bloqueado #2 rastreador desde #3;#1 ha bloqueado más de #2 rastreadores desde #3 + +# Application menu + +# LOCALIZATION NOTE(zoomReduce-button.tooltip): %S is the keyboard shortcut. +zoomReduce-button.tooltip = Reducir (%S) +# LOCALIZATION NOTE(zoomReset-button.tooltip): %S is the keyboard shortcut. +zoomReset-button.tooltip = Restablecer el nivel de zoom (%S) +# LOCALIZATION NOTE(zoomEnlarge-button.tooltip): %S is the keyboard shortcut. +zoomEnlarge-button.tooltip = Ampliar (%S) + +# LOCALIZATION NOTE (cut-button.tooltip): %S is the keyboard shortcut. +cut-button.tooltip = Cortar (%S) +# LOCALIZATION NOTE (copy-button.tooltip): %S is the keyboard shortcut. +copy-button.tooltip = Copiar (%S) +# LOCALIZATION NOTE (paste-button.tooltip): %S is the keyboard shortcut. +paste-button.tooltip = Pegar (%S) + +# Geolocation UI + +geolocation.allow=Permitir +geolocation.allow.accesskey=P +geolocation.block=Bloquear +geolocation.block.accesskey=B +geolocation.shareWithSite4=¿Permitir a %S acceder a tu ubicación? +geolocation.shareWithFile4=¿Permitir a este archivo local acceder a tu ubicación? +# LOCALIZATION NOTE(geolocation.shareWithSiteUnsafeDelegation2): +# %1$S is the first party origin, %2$S is the third party origin. +geolocation.shareWithSiteUnsafeDelegation2=¿Permitir que %1$S dé permiso a %2$S para acceder a tu ubicación? +geolocation.remember=Recordar esta decisión + +# Virtual Reality Device UI +xr.allow2=Permitir +xr.allow2.accesskey=P +xr.block=Bloquear +xr.block.accesskey=B +xr.shareWithSite4=¿Permitir que %S acceda a dispositivos de realidad virtual? Esto puede exponer información sensible. +xr.shareWithFile4=¿Permitir que este archivo local acceda a dispositivos de realidad virtual? Esto puede exponer información sensible. +xr.remember=Recordar esta decisión + +# Persistent storage UI +persistentStorage.allow=Permitir +persistentStorage.allow.accesskey=A +persistentStorage.block.label=Bloquear +persistentStorage.block.accesskey=B +persistentStorage.allowWithSite2=¿Permitir que %S almacene datos en el almacenamiento persistente? + +# Web notifications UI +# LOCALIZATION NOTE (alwaysBlock, block) +# The two button strings will never be shown at the same time, so +# it's okay for them to have the same access key +webNotifications.allow2=Permitir +webNotifications.allow2.accesskey=P +webNotifications.notNow=Ahora no +webNotifications.notNow.accesskey=n +webNotifications.never=No permitir nunca +webNotifications.never.accesskey=v +webNotifications.alwaysBlock=Bloquear siempre +webNotifications.alwaysBlock.accesskey=B +webNotifications.block=Bloquear +webNotifications.block.accesskey=B +webNotifications.receiveFromSite3=¿Permitir a %S enviar notificaciones? + +# Phishing/Malware Notification Bar. +# LOCALIZATION NOTE (notADeceptiveSite, notAnAttack) +# The two button strings will never be shown at the same time, so +# it's okay for them to have the same access key +safebrowsing.getMeOutOfHereButton.label=¡Sácame de aquí! +safebrowsing.getMeOutOfHereButton.accessKey=S +safebrowsing.deceptiveSite=¡Sitio engañoso! +safebrowsing.notADeceptiveSiteButton.label=Este no es un sitio engañoso… +safebrowsing.notADeceptiveSiteButton.accessKey=e +safebrowsing.reportedAttackSite=¡Este sitio web es peligroso! +safebrowsing.notAnAttackButton.label=Este no es un sitio de ataque… +safebrowsing.notAnAttackButton.accessKey=a +safebrowsing.reportedUnwantedSite=¡Sitio reportado con software malicioso! +safebrowsing.reportedHarmfulSite=¡Sitio peligroso reportado! + +# Ctrl-Tab +# LOCALIZATION NOTE (ctrlTab.listAllTabs.label): #1 represents the number +# of tabs in the current browser window. It will always be 2 at least. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +ctrlTab.listAllTabs.label=;Listar todas #1 Pestañas + +# LOCALIZATION NOTE (addKeywordTitleAutoFill): %S will be replaced by the page's title +# Used as the bookmark name when saving a keyword for a search field. +addKeywordTitleAutoFill=Buscar %S + +# troubleshootModeRestart +# LOCALIZATION NOTE (troubleshootModeRestartPromptTitle): %S is the name of the product (e.g., Firefox) +troubleshootModeRestartPromptTitle=¿Reiniciar %S en modo de resolución de problemas? +troubleshootModeRestartPromptMessage=Tus extensiones, temas y ajustes personalizados se deshabilitarán temporalmente. +troubleshootModeRestartButton=Reiniciar + +# LOCALIZATION NOTE (browser.menu.showCharacterEncoding): Set to the string +# "true" (spelled and capitalized exactly that way) to show the "Text +# Encoding" menu in the main Firefox button on Windows. Any other value will +# hide it. Regardless of the value of this setting, the "Text Encoding" +# menu will always be accessible via the "Browser Tools" menu. +# This is not a string to translate; it just controls whether the menu shows +# up in the Firefox button. If users frequently use the "Text Encoding" +# menu, set this to "true". Otherwise, you can leave it as "false". +browser.menu.showCharacterEncoding=false + +# Process hang reporter +# LOCALIZATION NOTE (processHang.selected_tab.label): %1$S is the name of the product (e.g., Firefox) +processHang.selected_tab.label = Esta página está ralentizando %1$S. Para acelerar el navegador, detén esta página. +# LOCALIZATION NOTE (processHang.nonspecific_tab.label): %1$S is the name of the product (e.g., Firefox) +processHang.nonspecific_tab.label = Una página web está ralentizando %1$S. Para acelerar tu navegador, detén esa página. +# LOCALIZATION NOTE (processHang.specific_tab.label): %1$S is the title of the tab. +# %2$S is the name of the product (e.g., Firefox) +processHang.specific_tab.label = "%1$S" está ralentizando %2$S. Para acelerar tu navegador, detén esa página. +# LOCALIZATION NOTE (processHang.add-on.label2): %1$S is the name of the +# extension. %2$S is the name of the product (e.g., Firefox) +processHang.add-on.label2 = "%1$S" está ralentizando %2$S. Para acelerar tu navegador, detén esa extensión. +processHang.add-on.learn-more.text = Saber más +processHang.button_stop2.label = Detener +processHang.button_stop2.accessKey = D +processHang.button_debug.label = Depurar el script +processHang.button_debug.accessKey = D + +# LOCALIZATION NOTE (fullscreenButton.tooltip): %S is the keyboard shortcut for full screen +fullscreenButton.tooltip=Mostrar ventana en pantalla completa (%S) + +# These are visible when opening the popup inside the bookmarks sidebar +sidebar.moveToLeft=Mover la barra lateral a la izquierda +sidebar.moveToRight=Mover la barra lateral a la derecha + +# LOCALIZATION NOTE (getUserMedia.shareCamera3.message, +# getUserMedia.shareMicrophone3.message, +# getUserMedia.shareScreen4.message, +# getUserMedia.shareCameraAndMicrophone3.message, +# getUserMedia.shareCameraAndAudioCapture3.message, +# getUserMedia.shareScreenAndMicrophone4.message, +# getUserMedia.shareScreenAndAudioCapture4.message, +# getUserMedia.shareAudioCapture3.message): +# %S is the website origin (e.g. www.mozilla.org) +getUserMedia.shareCamera3.message = ¿Permitir que %S use tu cámara? +getUserMedia.shareMicrophone3.message = ¿Permitir que %S use tu micrófono? +getUserMedia.shareScreen4.message = ¿Permitir que %S vea tu pantalla? +getUserMedia.shareCameraAndMicrophone3.message = ¿Permitir a %S usar tu cámara y micrófono? +getUserMedia.shareCameraAndAudioCapture3.message = ¿Permitir a %S usar tu cámara y escuchar el audio de esta pestaña? +getUserMedia.shareScreenAndMicrophone4.message = ¿Permitir a %S usar tu micrófono y ver tu pantalla? +getUserMedia.shareScreenAndAudioCapture4.message = ¿Permitir a %S escuchar el audio de esta pestaña y ver tu pantalla? +getUserMedia.shareAudioCapture3.message = ¿Permitir a %S escuchar el audio de esta pestaña? +# LOCALIZATION NOTE (selectAudioOutput.shareSpeaker.message): +# "Speakers" is used in a general sense that might include headphones or +# another audio output connection. +# %S is the website origin (e.g. www.mozilla.org) +selectAudioOutput.shareSpeaker.message = ¿Permitir que %S use altavoces alternativos? + +# LOCALIZATION NOTE (getUserMedia.shareCameraUnsafeDelegation2.message, +# getUserMedia.shareMicrophoneUnsafeDelegation2.message, +# getUserMedia.shareScreenUnsafeDelegation2.message, +# getUserMedia.shareCameraAndMicrophoneUnsafeDelegation2.message, +# getUserMedia.shareCameraAndAudioCaptureUnsafeDelegation2.message, +# getUserMedia.shareScreenAndMicrophoneUnsafeDelegation2.message, +# getUserMedia.shareScreenAndAudioCaptureUnsafeDelegation2.message, +# %1$S is the first party origin. +# %2$S is the third party origin. +getUserMedia.shareCameraUnsafeDelegation2.message = ¿Permitir a %1$S dar a %2$S permiso para acceder a tu cámara? +getUserMedia.shareMicrophoneUnsafeDelegations2.message = ¿Permitir a %1$S dar permiso a %2$S para acceder a tu micrófono? +getUserMedia.shareScreenUnsafeDelegation2.message = ¿Permitir a %1$S dar permiso a %2$S para acceder a tu pantalla? +getUserMedia.shareCameraAndMicrophoneUnsafeDelegation2.message = ¿Permitir a %1$S dar permiso a %2$S para acceder a tu cámara y micrófono? +getUserMedia.shareCameraAndAudioCaptureUnsafeDelegation2.message = ¿Permitir a %1$S dar permiso a %2$S para acceder a tu cámara y escuchar al audio de esta pestaña? +getUserMedia.shareScreenAndMicrophoneUnsafeDelegation2.message = ¿Permitir a %1$S dar permiso a %2$S para acceder a tu micrófono y ver tu pantalla? +getUserMedia.shareScreenAndAudioCaptureUnsafeDelegation2.message = ¿Permitir a %1$S dar permiso a %2$S para escuchar al audio de esta pestaña y ver tu pantalla? +# LOCALIZATION NOTE (): +# "Speakers" is used in a general sense that might include headphones or +# another audio output connection. +# %1$S is the first party origin. +# %2$S is the third party origin. +selectAudioOutput.shareSpeakerUnsafeDelegation.message = ¿Permitir que %1$S de acceso a los altavoces alternativos a %2$S? + +# LOCALIZATION NOTE (getUserMedia.shareScreenWarning.message): NB: inserted via innerHTML, so please don't use <, > or & in this string. +getUserMedia.shareScreenWarning2.message = Comparte la pantalla solo con sitios en los que confíes. Compartirla puede permitir a sitios fraudulentos a navegar en tu nombre y robar tus datos privados. +# LOCALIZATION NOTE (getUserMedia.shareFirefoxWarning.message): NB: inserted via innerHTML, so please don't use <, > or & in this string. +# %S is brandShortName (eg. Firefox) +getUserMedia.shareFirefoxWarning2.message = Comparte %S solo con sitios con los que confíes. Compartirla puede permitir a sitios fraudulentos navegar en tu nombre y robar tus datos privados. +# LOCALIZATION NOTE(getUserMedia.shareScreen.learnMoreLabel): NB: inserted via innerHTML, so please don't use <, > or & in this string. +getUserMedia.shareScreen.learnMoreLabel = Saber Más +getUserMedia.selectWindowOrScreen2.label = Ventana o pantalla: +getUserMedia.selectWindowOrScreen2.accesskey = V +getUserMedia.pickWindowOrScreen.label = Seleccionar ventana o pantalla +getUserMedia.shareEntireScreen.label = Pantalla completa +getUserMedia.sharePipeWirePortal.label = Usar los ajustes del sistema operativo +# LOCALIZATION NOTE (getUserMedia.shareMonitor.label): +# %S is screen number (digits 1, 2, etc) +# Example: Screen 1, Screen 2,.. +getUserMedia.shareMonitor.label = Pantalla %S +# LOCALIZATION NOTE (getUserMedia.shareApplicationWindowCount.label): +# Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# Replacement for #1 is the name of the application. +# Replacement for #2 is the number of windows currently displayed by the application. +getUserMedia.shareApplicationWindowCount.label=#1 (#2 ventana);#1 (#2 ventanas) +# LOCALIZATION NOTE (getUserMedia.allow.label, +# getUserMedia.block.label): +# These two buttons are the possible answers to the various prompts in the +# "getUserMedia.share{device}.message" strings. +getUserMedia.allow.label = Permitir +getUserMedia.allow.accesskey = A +getUserMedia.block.label = Bloquear +getUserMedia.block.accesskey = B +getUserMedia.remember=Recordar esta decisión +# LOCALIZATION NOTE (getUserMedia.reasonForNoPermanentAllow.screen3, +# getUserMedia.reasonForNoPermanentAllow.audio, +# getUserMedia.reasonForNoPermanentAllow.insecure): +# %S is brandShortName +getUserMedia.reasonForNoPermanentAllow.screen3=%S no permite que se acceda de manera permanente a tu monitor. +getUserMedia.reasonForNoPermanentAllow.audio=%S no permite acceso permanente al audio de tu pestaña sin preguntar cuál audio se va a compartir. +getUserMedia.reasonForNoPermanentAllow.insecure=La conexión a este sitio no es segura. Por tu seguridad, %S solo permitirá el acceso por esta razón. + +getUserMedia.sharingMenu.label = Dispositivos que comparten pestañas +getUserMedia.sharingMenu.accesskey = d +# LOCALIZATION NOTE (getUserMedia.sharingMenuCamera +# getUserMedia.sharingMenuMicrophone, +# getUserMedia.sharingMenuAudioCapture, +# getUserMedia.sharingMenuApplication, +# getUserMedia.sharingMenuScreen, +# getUserMedia.sharingMenuWindow, +# getUserMedia.sharingMenuBrowser, +# getUserMedia.sharingMenuCameraMicrophone, +# getUserMedia.sharingMenuCameraMicrophoneApplication, +# getUserMedia.sharingMenuCameraMicrophoneScreen, +# getUserMedia.sharingMenuCameraMicrophoneWindow, +# getUserMedia.sharingMenuCameraMicrophoneBrowser, +# getUserMedia.sharingMenuCameraAudioCapture, +# getUserMedia.sharingMenuCameraAudioCaptureApplication, +# getUserMedia.sharingMenuCameraAudioCaptureScreen, +# getUserMedia.sharingMenuCameraAudioCaptureWindow, +# getUserMedia.sharingMenuCameraAudioCaptureBrowser, +# getUserMedia.sharingMenuCameraApplication, +# getUserMedia.sharingMenuCameraScreen, +# getUserMedia.sharingMenuCameraWindow, +# getUserMedia.sharingMenuCameraBrowser, +# getUserMedia.sharingMenuMicrophoneApplication, +# getUserMedia.sharingMenuMicrophoneScreen, +# getUserMedia.sharingMenuMicrophoneWindow, +# getUserMedia.sharingMenuMicrophoneBrowser, +# getUserMedia.sharingMenuAudioCaptureApplication, +# getUserMedia.sharingMenuAudioCaptureScreen, +# getUserMedia.sharingMenuAudioCaptureWindow, +# getUserMedia.sharingMenuAudioCaptureBrowser): +# %S is the website origin (e.g. www.mozilla.org) +getUserMedia.sharingMenuCamera = %S (cámara) +getUserMedia.sharingMenuMicrophone = %S (micrófono) +getUserMedia.sharingMenuAudioCapture = %S (pestaña de audio) +getUserMedia.sharingMenuApplication = %S (aplicación) +getUserMedia.sharingMenuScreen = %S (pantalla) +getUserMedia.sharingMenuWindow = %S (ventana) +getUserMedia.sharingMenuBrowser = %S (pestaña) +getUserMedia.sharingMenuCameraMicrophone = %S (cámara y micrófono) +getUserMedia.sharingMenuCameraMicrophoneApplication = %S (cámara, micrófono y aplicación) +getUserMedia.sharingMenuCameraMicrophoneScreen = %S (cámara, micrófono y pantalla) +getUserMedia.sharingMenuCameraMicrophoneWindow = %S (cámara, micrófono y ventana) +getUserMedia.sharingMenuCameraMicrophoneBrowser = %S (cámara, micrófono y pestaña) +getUserMedia.sharingMenuCameraAudioCapture = %S (cámara y pestaña de audio) +getUserMedia.sharingMenuCameraAudioCaptureApplication = %S (cámara, pestaña de audio y aplicación) +getUserMedia.sharingMenuCameraAudioCaptureScreen = %S (cámara, pestaña de audio y pantalla) +getUserMedia.sharingMenuCameraAudioCaptureWindow = %S (cámara, pestaña de audio y ventana) +getUserMedia.sharingMenuCameraAudioCaptureBrowser = %S (cámara, pestaña de audio y pestaña) +getUserMedia.sharingMenuCameraApplication = %S (cámara y aplicación) +getUserMedia.sharingMenuCameraScreen = %S (cámara y pantalla) +getUserMedia.sharingMenuCameraWindow = %S (cámara y ventana) +getUserMedia.sharingMenuCameraBrowser = %S (cámara y pestaña) +getUserMedia.sharingMenuMicrophoneApplication = %S (micrófono y aplicación) +getUserMedia.sharingMenuMicrophoneScreen = %S (micrófono y pantalla) +getUserMedia.sharingMenuMicrophoneWindow = %S (micrófono y ventana) +getUserMedia.sharingMenuMicrophoneBrowser = %S (micrófono y pestaña) +getUserMedia.sharingMenuAudioCaptureApplication = %S (pestaña de audio y aplicación) +getUserMedia.sharingMenuAudioCaptureScreen = %S (pestaña de audio y pantalla) +getUserMedia.sharingMenuAudioCaptureWindow = %S (pestaña de audio y ventana) +getUserMedia.sharingMenuAudioCaptureBrowser = %S (pestaña de audio y pestaña) +# LOCALIZATION NOTE(getUserMedia.sharingMenuUnknownHost): this is used for the website +# origin for the sharing menu if no readable origin could be deduced from the URL. +getUserMedia.sharingMenuUnknownHost = Origen desconocido + +# LOCALIZATION NOTE(emeNotifications.drmContentDisabled.message): NB: inserted via innerHTML, so please don't use <, > or & in this string. %S will be the 'learn more' link +emeNotifications.drmContentDisabled.message2 = Debes activar DRM para reproducir algún audio o video de esta página. +emeNotifications.drmContentDisabled.button.label = Habilitar DRM +emeNotifications.drmContentDisabled.button.accesskey = H + +# LOCALIZATION NOTE(emeNotifications.drmContentCDMInstalling.message): NB: inserted via innerHTML, so please don't use <, > or & in this string. %S is brandShortName +emeNotifications.drmContentCDMInstalling.message = %S está instalando componentes necesarios para reproducir audio o video en esta página. Por favor, intenta de nuevo más tarde. + +emeNotifications.unknownDRMSoftware = Desconocido + +# LOCALIZATION NOTE (customizeMode.tabTitle): %S is brandShortName +customizeMode.tabTitle = Personalizar %S + +e10s.accessibilityNotice.acceptButton.label = Aceptar +e10s.accessibilityNotice.acceptButton.accesskey = A + +# LOCALIZATION NOTE (e10s.accessibilityNotice.jawsMessage): %S is brandShortName +e10s.accessibilityNotice.jawsMessage = La visualización del contenido de la pestaña está desactivada debido a la incompatibilidad entre %S y tu software de accesibilidad. Actualiza tu lector de pantalla o cambia a la versión de Soporte Extendido de Firefox. + +# LOCALIZATION NOTE (userContextPersonal.label, +# userContextWork.label, +# userContextShopping.label, +# userContextBanking.label, +# userContextNone.label): +# These strings specify the four predefined contexts included in support of the +# Contextual Identity / Containers project. Each context is meant to represent +# the context that the user is in when interacting with the site. Different +# contexts will store cookies and other information from those sites in +# different, isolated locations. You can enable the feature by typing +# about:config in the URL bar and changing privacy.userContext.enabled to true. +# Once enabled, you can open a new tab in a specific context by clicking +# File > New Container Tab > (1 of 4 contexts). Once opened, you will see these +# strings on the right-hand side of the URL bar. +userContextPersonal.label = Personal +userContextWork.label = Trabajo +userContextBanking.label = Banca +userContextShopping.label = Comprar +userContextNone.label = Sin contenedor + +userContextPersonal.accesskey = P +userContextWork.accesskey = W +userContextBanking.accesskey = B +userContextShopping.accesskey = S +userContextNone.accesskey = N + +userContext.aboutPage.label = Administrar contenedores +userContext.aboutPage.accesskey = O + +muteTab.label = Silenciar pestaña +muteTab.accesskey = S +unmuteTab.label = Desilenciar Pestaña +unmuteTab.accesskey = i + +muteSelectedTabs2.label = Silenciar pestañas +# LOCALIZATION NOTE (muteSelectedTabs2.accesskey): The accesskey should +# match the accesskey for muteTab.accesskey +muteSelectedTabs2.accesskey = M +unmuteSelectedTabs2.label = Restaurar sonido de las pestañas +# LOCALIZATION NOTE (unmuteSelectedTabs2.accesskey): The accesskey should +# match the accesskey for unmuteTab.accesskey +unmuteSelectedTabs2.accesskey = m + +# LOCALIZATION NOTE (sendTabsToDevice.label): +# Semi-colon list of plural forms. +# See: https://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs sent to the device. +sendTabsToDevice.label = Enviar pestaña a dispositivo;Enviar #1 pestañas a dispositivo +sendTabsToDevice.accesskey = n + +# LOCALIZATION NOTE (pendingCrashReports2.label): Semi-colon list of plural forms +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of pending crash reports +pendingCrashReports2.label = Tienes un informe de fallos sin enviar;Tienes #1 informes de fallos sin enviar +pendingCrashReports.viewAll = Ver +pendingCrashReports.send = Enviar +pendingCrashReports.alwaysSend = Siempre enviar + +decoder.noCodecs.button = Aprende cómo +decoder.noCodecs.accesskey = L +decoder.noCodecsLinux.message = Para reproducir el video, puede ser necesario instalar los códecs de video requeridos. +decoder.noHWAcceleration.message = Para mejorar la calidad de video, puede ser necesario instalar el Media Feature Pack de Microsoft. +decoder.noPulseAudio.message = Para reproducir audio, necesitas instalar el software PulseAudio requerido. +decoder.unsupportedLibavcodec.message = libavcodec puede ser vulnerable o no está soportado y debería actualizarse para reproducir video. + +decoder.decodeError.message = Ocurrió un error al decodificar una fuente mediática. +decoder.decodeError.button = Reportar un problema con el sitio +decoder.decodeError.accesskey = R +decoder.decodeWarning.message = Ocurrió un error recuperable mientras se decodificaba una fuente mediática. + +# LOCALIZATION NOTE (captivePortal.infoMessage3): +# Shown in a notification bar when we detect a captive portal is blocking network access +# and requires the user to log in before browsing. +captivePortal.infoMessage3 = Debes acceder a esta red antes de que puedas ingresar a Internet. +# LOCALIZATION NOTE (captivePortal.showLoginPage2): +# The label for a button shown in the info bar in all tabs except the login page tab. +# The button shows the portal login page tab when clicked. +captivePortal.showLoginPage2 = Abrir página de inicio de sesión de la red + +# LOCALIZATION NOTE (permissions.header): +# %S is the hostname of the site that is being displayed. +permissions.header = Permisos para %S +permissions.remove.tooltip = Borrar este permiso y preguntar de nuevo + +permissions.fullscreen.promptCanceled = Se cancelaron las solicitudes de permisos pendientes: las solicitudes de permisos no deben emitirse antes de entrar en DOM a pantalla completa. +permissions.fullscreen.fullScreenCanceled = Se salió de la pantalla completa DOM: no se deben emitir solicitudes de permiso mientras se está en pantalla completa DOM. + +# LOCALIZATION NOTE (aboutDialog.architecture.*): +# The sixtyFourBit and thirtyTwoBit strings describe the architecture of the +# current Firefox build: 32-bit or 64-bit. These strings are used in parentheses +# between the Firefox version and the "What's new" link in the About dialog, +# e.g.: "48.0.2 (32-bit) <What's new>" or "51.0a1 (2016-09-05) (64-bit)". +aboutDialog.architecture.sixtyFourBit = 64-bits +aboutDialog.architecture.thirtyTwoBit = 32-bits + +midi.allow.label = Permitir +midi.allow.accesskey = P +midi.block.label = Bloquear +midi.block.accesskey = B +midi.remember=Recordar esta decisión +midi.shareWithFile = ¿Permitir que este archivo local acceda a tus dispositivos MIDI? +# LOCALIZATION NOTE (midi.shareWithSite): %S is the name of the site URL (https://...) requesting MIDI access +midi.shareWithSite = ¿Permitir a %S acceder a tus dispositivos MIDI? +midi.shareSysexWithFile = ¿Permitir a este archivo local acceder a tus dispositivos MIDI y enviar/recibir mensajes SysEx? +# LOCALIZATION NOTE (midi.shareSysexWithSite): %S is the name of the site URL (https://...) requesting MIDI access +midi.shareSysexWithSite = ¿Permitir a %S acceder a tus dispositivos MIDI y enviar/recibir mensajes SysEx? + +# LOCALIZATION NOTE (panel.back): +# This is used by screen readers to label the "back" button in various browser +# popup panels, including the sliding subviews of the main menu. +panel.back = Atrás + +storageAccess1.Allow.label = Permitir +storageAccess1.Allow.accesskey = A +storageAccess1.DontAllow.label = Bloquear +storageAccess1.DontAllow.accesskey = B +# LOCALIZATION NOTE (storageAccess4.message, storageAccess1.hintText): +# %1$S is the name of the site URL (www.site1.example) trying to track the user's activity. +# %2$S is the name of the site URL (www.site2.example) that the user is visiting. This is the same domain name displayed in the address bar. +storageAccess4.message = ¿Permitir que %1$S use sus cookies en %2$S? +storageAccess1.hintText = Puede que quieras bloquear el acceso si no está claro por qué %1$S necesita estos datos. + + + +confirmationHint.sendToDevice.label = ¡Enviado! +confirmationHint.copyURL.label = ¡Copiado al portapapeles! +confirmationHint.pageBookmarked2.label = Guardado en marcadores +confirmationHint.pinTab.label = ¡Fijada! +confirmationHint.pinTab.description = Haz clic derecho en la pestaña para desfijarla. +confirmationHint.passwordSaved.label = ¡Contraseña guardada! +confirmationHint.loginRemoved.label = ¡Inicio de sesión eliminado! +confirmationHint.breakageReport.label = Reporte enviado. ¡Gracias! + +# LOCALIZATION NOTE (gnomeSearchProviderSearch): +# Used for search by Gnome Shell activity screen, %S is a searched string. +gnomeSearchProviderSearch=Buscar %S en la web + +# LOCALIZATION NOTE (gnomeSearchProviderSearchWeb): +# Used for search by Gnome Shell activity screen, %S is a searched string. +gnomeSearchProviderSearchWeb=Buscar “%S” en internet diff --git a/l10n-es-MX/browser/chrome/browser/customizableui/customizableWidgets.properties b/l10n-es-MX/browser/chrome/browser/customizableui/customizableWidgets.properties new file mode 100644 index 0000000000..d5a6b2e9f6 --- /dev/null +++ b/l10n-es-MX/browser/chrome/browser/customizableui/customizableWidgets.properties @@ -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/. + +history-panelmenu.label = Historial +# LOCALIZATION NOTE(history-panelmenu.tooltiptext2): %S is the keyboard shortcut +history-panelmenu.tooltiptext2 = Mostrar tu historial (%S) + +find-button.label = Buscar +# LOCALIZATION NOTE(find-button.tooltiptext3): %S is the keyboard shortcut. +find-button.tooltiptext3 = Buscar en esta página (%S) + +developer-button.label = Desarrollador +# LOCALIZATION NOTE(developer-button.tooltiptext): %S is the keyboard shortcut +developer-button.tooltiptext2 = Herramientas de desarrollador web (%S) + +sidebar-button.label = Barras laterales +sidebar-button.tooltiptext2 = Mostrar barras laterales + +zoom-controls.label = Controles de tamaño +zoom-controls.tooltiptext2 = Controles de tamaño + +zoom-out-button.label = Reducir Zoom +# LOCALIZATION NOTE(zoom-out-button.tooltiptext2): %S is the keyboard shortcut. +zoom-out-button.tooltiptext2 = Reducir tamaño (%S) + +# LOCALIZATION NOTE(zoom-reset-button.tooltiptext2): %S is the keyboard shortcut. +zoom-reset-button.tooltiptext2 = Reiniciar nivel de ampliación (%S) + +zoom-in-button.label = Aumentar Zoom +# LOCALIZATION NOTE(zoom-in-button.tooltiptext2): %S is the keyboard shortcut. +zoom-in-button.tooltiptext2 = Aumentar tamaño (%S) + +edit-controls.label = Editar controles +edit-controls.tooltiptext2 = Editar controles + +cut-button.label = Cortar +# LOCALIZATION NOTE(cut-button.tooltiptext2): %S is the keyboard shortcut. +cut-button.tooltiptext2 = Cortar (%S) + +copy-button.label = Copiar +# LOCALIZATION NOTE(copy-button.tooltiptext2): %S is the keyboard shortcut. +copy-button.tooltiptext2 = Copiar (%S) + +paste-button.label = Pegar +# LOCALIZATION NOTE(paste-button.tooltiptext2): %S is the keyboard shortcut. +paste-button.tooltiptext2 = Pegar (%S) + +panic-button.label = Olvidar +panic-button.tooltiptext = Olvidar el historial de navegación + +toolbarspring.label = Espacio Flexible +toolbarseparator.label = Separador +toolbarspacer.label = Espacio diff --git a/l10n-es-MX/browser/chrome/browser/downloads/downloads.properties b/l10n-es-MX/browser/chrome/browser/downloads/downloads.properties new file mode 100644 index 0000000000..6a53a4e966 --- /dev/null +++ b/l10n-es-MX/browser/chrome/browser/downloads/downloads.properties @@ -0,0 +1,83 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.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 (stateStarting): +# Indicates that the download is starting. +stateStarting=Iniciando… +# LOCALIZATION NOTE (stateFailed): +# Indicates that the download failed because of an error. +stateFailed=Fallido +# LOCALIZATION NOTE (statePaused): +# Indicates that the download was paused by the user. +statePaused=Pausado +# LOCALIZATION NOTE (stateCanceled): +# Indicates that the download was canceled by the user. +stateCanceled=Cancelado +# LOCALIZATION NOTE (stateCompleted): +# Indicates that the download was completed. +stateCompleted=Completado +# LOCALIZATION NOTE (stateBlockedParentalControls): +# Indicates that the download was blocked by the Parental Controls feature of +# Windows. "Parental Controls" should be consistently named and capitalized +# with the display of this feature in Windows. The following article can +# provide a reference for the translation of "Parental Controls" in various +# languages: +# http://windows.microsoft.com/en-US/windows-vista/Set-up-Parental-Controls +stateBlockedParentalControls=Bloqueada por controles parentales +# LOCALIZATION NOTE (blockedMalware, blockedPotentiallyUnwanted, +# blockedUncommon2): +# These strings are shown in the panel for some types of blocked downloads. You +# may need to adjust "downloads.width" in "downloads.dtd" if this turns out to +# be longer than the other existing status strings. +blockedMalware=Este archivo contiene un virus o un malware. +blockedPotentiallyUnwanted=Este archivo puede dañar tu computadora. +blockedPotentiallyInsecure=Archivo no descargado: Riesgo potencial de seguridad. +blockedUncommon2=Este archivo no se suele descargar. + +# LOCALIZATION NOTE (fileMovedOrMissing): +# Displayed when a complete download which is not at the original folder. +fileMovedOrMissing=El archivo no está + +# LOCALIZATION NOTE (fileDeleted): +# Displayed when a downloaded file has been deleted by Firefox, e.g. by the +# "Delete File" context menu item. +fileDeleted=Archivo eliminado + +# LOCALIZATION NOTE (unblockHeaderUnblock, unblockHeaderOpen, +# unblockTypeMalware, unblockTypePotentiallyUnwanted2, +# unblockTypeUncommon2, unblockTip2, unblockButtonOpen, +# unblockButtonUnblock, unblockButtonConfirmBlock, unblockInsecure2): +# These strings are displayed in the dialog shown when the user asks a blocked +# download to be unblocked. The severity of the threat is expressed in +# descending order by the unblockType strings, it is higher for files detected +# as malware and lower for uncommon downloads. +unblockHeaderUnblock=¿Estás seguro de que quieres permitir esta descarga? +unblockHeaderOpen=¿Estás seguro de que quieres abrir este archivo? +unblockTypeMalware=Este archivo contiene un virus u otro malware que podría dañar tu computadora. +unblockTypePotentiallyUnwanted2=Este archivo está disfrazado como una descarga útil pero puede provocar cambios inesperados a tus programas y configuraciones. +unblockTypeUncommon2=Este archivo no es usualmente descargado y puede que no sea seguro abrirlo. Puede contener un virus o hacer cambios inesperados a tus programas y configuraciones. +unblockInsecure=El archivo utiliza una conexión insegura. Puede dañarse o ser manipulado durante el proceso de descarga. +unblockInsecure2=La descarga se ofrece a través de HTTP aunque el documento actual se entregó a través de una conexión HTTPS segura. Si continúas, la descarga puede dañarse o alterarse durante el proceso de descarga. +unblockTip2=Puedes buscar una fuente alternativa de descarga o volver a intentarlo más tarde. +unblockButtonOpen=Abrir +unblockButtonUnblock=Permitir descarga +unblockButtonConfirmBlock=Eliminar archivo + +# LOCALIZATION NOTE (sizeWithUnits): +# %1$S is replaced with the size number, and %2$S with the measurement unit. +sizeWithUnits=%1$S %2$S +sizeUnknown=Tamaño desconocido + +# LOCALIZATION NOTE (statusSeparator, statusSeparatorBeforeNumber): +# These strings define templates for the separation of different elements in the +# status line of a download item. As a separator, by default we use the Unicode +# character U+2014 'EM DASH' (long dash). Examples of status lines include +# "Canceled - 222.net", "1.1 MB - website2.com", or "Paused - 1.1 MB". Note +# that we use a wider space after the separator when it is followed by a number, +# just to avoid visually confusing it with with a minus sign with some fonts. +# If you use a different separator, this might not be necessary. However, there +# is usually no need to change the separator or the order of the substitutions, +# even for right-to-left languages, unless the defaults are not suitable. +statusSeparator=%1$S — %2$S +statusSeparatorBeforeNumber=%1$S — %2$S diff --git a/l10n-es-MX/browser/chrome/browser/feeds/subscribe.properties b/l10n-es-MX/browser/chrome/browser/feeds/subscribe.properties new file mode 100644 index 0000000000..94d0867dbf --- /dev/null +++ b/l10n-es-MX/browser/chrome/browser/feeds/subscribe.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/. + +# LOCALIZATION NOTE (addProtocolHandlerMessage): +# Message displayed when adding a protocol handler: +# %1$S is the application's domain, %2$S is the type of protocol +addProtocolHandlerMessage=¿Agregar “%1$S” como una aplicación para los enlaces de %2$S? +addProtocolHandlerAddButton=Añadir aplicación +addProtocolHandlerAddButtonAccesskey=A diff --git a/l10n-es-MX/browser/chrome/browser/places/bookmarkProperties.properties b/l10n-es-MX/browser/chrome/browser/places/bookmarkProperties.properties new file mode 100644 index 0000000000..e97c48955b --- /dev/null +++ b/l10n-es-MX/browser/chrome/browser/places/bookmarkProperties.properties @@ -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/. + +dialogAcceptLabelAddItem=Añadir +dialogAcceptLabelSaveItem=Guardar +dialogAcceptLabelAddMulti=Añadir marcadores +dialogAcceptLabelEdit=Guardar cambios +dialogTitleAddBookmark=Añadir marcador +dialogTitleAddFolder=Añadir carpeta +dialogTitleAddMulti=Añadir todas las pestañas a marcadores +dialogTitleEdit=Propiedades de "%S" + +dialogTitleAddNewBookmark2=Añadir marcador +dialogTitleEditBookmark=Editar “%S” +dialogTitleEditBookmark2=Editar marcador +dialogTitleAddBookmarksFolder=Agregar carpeta de marcadores +dialogTitleAddBookmarkFolder=Añadir carpeta de marcadores +dialogTitleEditBookmarksFolder=Editar carpeta de marcadores +dialogTitleEditBookmarkFolder=Editar carpeta de marcadores + +bookmarkAllTabsDefault=[Nombre de la carpeta] +newFolderDefault=Nueva carpeta +newBookmarkDefault=Nuevo marcador diff --git a/l10n-es-MX/browser/chrome/browser/places/places.properties b/l10n-es-MX/browser/chrome/browser/places/places.properties new file mode 100644 index 0000000000..b2d8ad8a3b --- /dev/null +++ b/l10n-es-MX/browser/chrome/browser/places/places.properties @@ -0,0 +1,79 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +load-js-data-url-error=Por razones de seguridad, las URLs javascript o de datos no se pueden cargar desde la ventana o el panel lateral del historial. +noTitle=(sin título) + +bookmarksMenuEmptyFolder=(Vacío) + +bookmarksBackupTitle=Nombre del fichero de copia de marcadores + +bookmarksRestoreAlertTitle=Revertir marcadores +bookmarksRestoreAlert=Esta acción reemplazará los marcadores por los almacenados en la copia de seguridad. ¿Deseas continuar? +bookmarksRestoreTitle=Seleccionar una copia de los marcadores +bookmarksRestoreFilterName=JSON + +bookmarksRestoreFormatError=Tipo de archivo no soportado. +bookmarksRestoreParseError=Incapaz de procesar la copia de seguridad de este archivo. + +# LOCALIZATION NOTE (view.sortBy.1.name.label): sortBy properties are versioned. +# When any of these changes, all of the properties must be bumped, and the +# change must be annotated here. Both label and accesskey must be updated. +# - version 1: changed view.sortBy.1.date. +view.sortBy.1.name.label=Ordenar por nombre +view.sortBy.1.name.accesskey=n +view.sortBy.1.url.label=Ordenar por ubicación +view.sortBy.1.url.accesskey=u +view.sortBy.1.date.label=Ordenar por visita más reciente +view.sortBy.1.date.accesskey=v +view.sortBy.1.visitCount.label=Ordenar por cantidad de visitas +view.sortBy.1.visitCount.accesskey=c +view.sortBy.1.dateAdded.label=Ordenar por fecha +view.sortBy.1.dateAdded.accesskey=e +view.sortBy.1.lastModified.label=Ordenar por última modificación +view.sortBy.1.lastModified.accesskey=m +view.sortBy.1.tags.label=Ordenar por etiquetas +view.sortBy.1.tags.accesskey=t + +searchBookmarks=Buscar marcadores +searchHistory=Buscar en el historial +searchDownloads=Buscar descargas + +SelectImport=Importar archivo de marcadores +EnterExport=Exportar archivo de marcadores + +detailsPane.noItems=Sin elementos +# LOCALIZATION NOTE (detailsPane.itemsCountLabel): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 number of items +# example: 111 items +detailsPane.itemsCountLabel=Un elemento;#1 elementos + +# LOCALIZATION NOTE (lockPrompt.text) +# %S will be replaced with the application name. +lockPrompt.text=El sistema del historial y los marcadores no funcionará por que uno de los archivos de %S está ocupado por otra aplicación. Algunos programas de seguridad pueden causar este problema. + +# LOCALIZATION NOTE (cmd.deleteSinglePage.accesskey, +# cmd.deleteMultiplePages.accesskey): these accesskeys can use the same +# character, since they're never displayed at the same time +cmd.deleteSinglePage.label=Eliminar página +cmd.deleteSinglePage.accesskey=D +cmd.deleteMultiplePages.label=Eliminar páginas +cmd.deleteMultiplePages.accesskey=D + +# LOCALIZATION NOTE (cmd.bookmarkSinglePage.accesskey, +# cmd.bookmarkMultiplePages.accesskey): these accesskeys can use the same +# character, since they're never displayed at the same time +cmd.bookmarkSinglePage.label=Agregar página a marcadores +cmd.bookmarkSinglePage.accesskey=B +cmd.bookmarkMultiplePages.label=Agregar páginas a marcadores +cmd.bookmarkMultiplePages.accesskey=B + +# LOCALIZATION NOTE (cmd.bookmarkSinglePage.accesskey, +# cmd.bookmarkMultiplePages.accesskey): these accesskeys can use the same +# character, since they're never displayed at the same time +cmd.bookmarkSinglePage2.label=Agregar página a marcadores… +cmd.bookmarkSinglePage2.accesskey=B +cmd.bookmarkMultiplePages2.label=Agregar páginas a marcadores… +cmd.bookmarkMultiplePages2.accesskey=B diff --git a/l10n-es-MX/browser/chrome/browser/safebrowsing/safebrowsing.properties b/l10n-es-MX/browser/chrome/browser/safebrowsing/safebrowsing.properties new file mode 100644 index 0000000000..7867f5f971 --- /dev/null +++ b/l10n-es-MX/browser/chrome/browser/safebrowsing/safebrowsing.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/. + +errorReportFalseDeceptiveTitle=Este no es un sitio engañoso +errorReportFalseDeceptiveMessage=En este momento no es posible informar sobre este error. diff --git a/l10n-es-MX/browser/chrome/browser/search.properties b/l10n-es-MX/browser/chrome/browser/search.properties new file mode 100644 index 0000000000..1725023668 --- /dev/null +++ b/l10n-es-MX/browser/chrome/browser/search.properties @@ -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/. + +searchtip=Buscar usando %S + +# LOCALIZATION NOTE (searchHeader): this is displayed at the top of the panel +# showing search suggestions. +# %S is replaced with the name of the current default search engine. +searchHeader=Buscar %S + +# LOCALIZATION NOTE (cmd_pasteAndSearch): "Search" is a verb, this is the +# search bar equivalent to the url bar's "Paste & Go" +cmd_pasteAndSearch=Pegar & Buscar + +cmd_clearHistory=Limpiar mi historial de búsquedas +cmd_clearHistory_accesskey=L + +# LOCALIZATION NOTE (searchForSomethingWith2): +# This string is used to build the header above the list of one-click +# search providers: "Search for <user-typed string> with:" +searchForSomethingWith2=Buscar %S con: + +# LOCALIZATION NOTE (searchWithHeader): +# The wording of this string should be as close as possible to +# searchForSomethingWith2. This string will be used when the user +# has not typed anything. +searchWithHeader=Buscar con: + +# LOCALIZATION NOTE (searchSettings): +# This is the label for the button that opens Search preferences. +searchSettings=Cambiar preferencias de búsqueda + diff --git a/l10n-es-MX/browser/chrome/browser/shellservice.properties b/l10n-es-MX/browser/chrome/browser/shellservice.properties new file mode 100644 index 0000000000..b45c279ba3 --- /dev/null +++ b/l10n-es-MX/browser/chrome/browser/shellservice.properties @@ -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/. + +# LOCALIZATION NOTE (setDefaultBrowserTitle, setDefaultBrowserMessage, setDefaultBrowserDontAsk, setDefaultBrowserAlertConfirm.label, setDefaultBrowserAlertNotNow.label): +# These strings are used as an alternative to the ones above, in a modal dialog. +# %S will be replaced by brandShortName +setDefaultBrowserTitle=Navegador predeterminado +setDefaultBrowserMessage=%S no es tu navegador web predeterminado. ¿Quieres establecerlo como tal? +setDefaultBrowserDontAsk=Revisar esta configuración cada vez que se inicie %S. +setDefaultBrowserAlertConfirm.label=Usar %S como mi navegador predeterminado +setDefaultBrowserAlertNotNow.label=Ahora no + +desktopBackgroundLeafNameWin=Fondo de escritorio.bmp +DesktopBackgroundDownloading=Guardando imagen… +DesktopBackgroundSet=Establecer como fondo de escritorio diff --git a/l10n-es-MX/browser/chrome/browser/siteData.properties b/l10n-es-MX/browser/chrome/browser/siteData.properties new file mode 100644 index 0000000000..52d0c1ceb6 --- /dev/null +++ b/l10n-es-MX/browser/chrome/browser/siteData.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/. + +clearSiteDataPromptTitle=Limpiar todas las cookies y datos del sitio +# LOCALIZATION NOTE (clearSiteDataPromptText): %S = brandShortName +clearSiteDataPromptText=Al seleccionar ‘Limpiar ahora’ eliminará todas las cookies y datos del sitio almacenados por %S. Esto puede cerrar tus sesiones activas de los sitios web y también borrar contenido web sin conexión. +clearSiteDataNow=Limpiar ahora diff --git a/l10n-es-MX/browser/chrome/browser/sitePermissions.properties b/l10n-es-MX/browser/chrome/browser/sitePermissions.properties new file mode 100644 index 0000000000..fe5185495e --- /dev/null +++ b/l10n-es-MX/browser/chrome/browser/sitePermissions.properties @@ -0,0 +1,55 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.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 (state.current.allowed, +# state.current.allowedForSession, +# state.current.allowedTemporarily, +# state.current.blockedTemporarily, +# state.current.blocked, +# state.current.hide): +# This label is used to display active permission states in the site +# identity popup (which does not have a lot of screen space). +state.current.allowed = Permitido +state.current.allowedForSession = Permitido para la sesión +state.current.allowedTemporarily = Permitido temporalmente +state.current.blockedTemporarily = Bloqueado temporalmente +state.current.blocked = Bloqueado +state.current.prompt = Preguntar siempre + +# LOCALIZATION NOTE (state.multichoice.alwaysAsk, +# state.multichoice.allow, +# state.multichoice.allowForSession, +# state.multichoice.block): +# Used to label permission state checkboxes in the page info dialog. +state.multichoice.alwaysAsk = Preguntar siempre +state.multichoice.allow = Permitir +state.multichoice.allowForSession = Permitir para la sesión +state.multichoice.block = Bloquear + +state.multichoice.autoplayblock = Bloquear audio +state.multichoice.autoplayblockall = Bloquear audio y video +state.multichoice.autoplayallow = Permitir audio y video + +permission.autoplay.label = Reproducción automática +permission.cookie.label = Establecer cookies +permission.desktop-notification3.label = Enviar notificaciones +permission.camera.label = Usar la cámara +permission.microphone.label = Usar el micrófono +permission.screen.label = Compartir la pantalla +# LOCALIZATION NOTE (permission.speaker.label): +# Short form for (permission to) "Choose and change audio output devices". +permission.speaker.label = Seleccionar altavoces +permission.install.label = Instalar complementos +permission.popup.label = Abrir ventanas emergentes +permission.geo.label = Acceder a tu ubicación +permission.xr.label = Acceso a dispositivos de realidad virtual +permission.shortcuts.label = Sobreponer atajos del teclado +permission.focus-tab-by-prompt.label = Cambiar a esta pestaña +permission.persistent-storage.label = Almacenar datos en almacenamiento persistente +permission.canvas.label = Extraer información de lienzo +permission.midi.label = Acceder a dispositivos MIDI +permission.midi-sysex.label = Acceder a dispositivos MIDI con compatibilidad para SysEx +# LOCALIZATION NOTE (permission.open-protocol-handler.label): +# Open as a verb. "This site may open applications". +permission.open-protocol-handler.label = Abrir aplicaciones diff --git a/l10n-es-MX/browser/chrome/browser/syncSetup.properties b/l10n-es-MX/browser/chrome/browser/syncSetup.properties new file mode 100644 index 0000000000..79a2d2a5cf --- /dev/null +++ b/l10n-es-MX/browser/chrome/browser/syncSetup.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/. + +# Several other strings are used (via Weave.Status.login), but they come from +# /services/sync + +# Firefox Accounts based setup. +continue.label = Continuar + +relinkVerify.title = Advertencia de Fusión +relinkVerify.heading = ¿Seguro que quieres conectarte a Sync? +# LOCALIZATION NOTE (relinkVerify.description): Email address of a user previously signed into sync. +relinkVerify.description = Otro usuario inició sesión previamente en Sync en este equipo. Iniciar sesión fusionará los marcadores, contraseñas y otra configuración de este navegador con los de %S diff --git a/l10n-es-MX/browser/chrome/browser/tabbrowser.properties b/l10n-es-MX/browser/chrome/browser/tabbrowser.properties new file mode 100644 index 0000000000..a4897807b3 --- /dev/null +++ b/l10n-es-MX/browser/chrome/browser/tabbrowser.properties @@ -0,0 +1,106 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.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.emptyTabTitle=Nueva pestaña +tabs.emptyPrivateTabTitle=Navegación privada +tabs.emptyPrivateTabTitle2=Nueva pestaña privada +tabs.closeTab=Cerrar pestaña +tabs.close=Cerrar + +# This section applies when closing a window with more than one tab open, +# or when quitting when only one window is open. +# LOCALIZATION NOTE (tabs.closeTabsTitle): +# 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.closeTabsTitle=;¿Cerrar #1 pestañas? +tabs.closeTabsConfirmCheckbox=Confirmar antes de cerrar varias pestañas +tabs.closeButtonMultiple=Cerrar pestañas + +# This section applies when quitting using the menu and multiple windows are open. +# LOCALIZATION NOTE (tabs.closeTitleTabs): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# The forms for 0 or 1 items are not considered since this string is used only for +# multiple windows. The %S replacement form will be replaced with the contents +tabs.closeWindowsTitle=;¿Cerrar #1 ventanas? +tabs.closeWindowsButton=Cerrar y salir +# Same as tabs.closeWindowsButton, but on Windows +tabs.closeWindowsButtonWin=Cerrar y salir + +# LOCALIZATION NOTE (tabs.closeTabsWithKeyTitle and closeTabsWithKeyButton): +# This section applies when quitting using the keyboard shortcut (Ctrl/Cmd+Q) +# Windows does not show a prompt on quit when using the keyboard shortcut by +# default. +# %S is replaced with brandShorterName +tabs.closeTabsWithKeyTitle=¿Cerrar la ventana y salir de %S? +# %S is replaced with brandShorterName +tabs.closeTabsWithKeyButton=Salir de %S + +# LOCALIZATION NOTE (tabs.closeTabsWithKeyConfirmCheckbox): +# %S is replaced with the text of the keyboard shortcut for quitting. +tabs.closeTabsWithKeyConfirmCheckbox=Confirmar antes de salir con %S + +# LOCALIZATION NOTE (tabs.closeTabs.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs that will be closed. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.closeTabs.tooltip=Cerrar pestaña;Cerrar #1 pestañas + +# LOCALIZATION NOTE (tabs.muteAudio2.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# %S is the keyboard shortcut for "Mute tab". +# #1 is the number of tabs that will be muted. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.muteAudio2.tooltip=Silenciar pestaña (%S);Silenciar #1 pestañas (%S) + +# LOCALIZATION NOTE (tabs.unmuteAudio2.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# %S is the keyboard shortcut for "Unmute tab". +# #1 is the number of tabs that will be unmuted. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.unmuteAudio2.tooltip=Activar audio en pestaña (%S);Activar audio en #1 pestañas (%S) + +# LOCALIZATION NOTE (tabs.muteAudio2.background.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs that will be muted. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.muteAudio2.background.tooltip=Silenciar pestaña;Silenciar #1 pestañas + +# LOCALIZATION NOTE (tabs.unmuteAudio2.background.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs that will be unmuted. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.unmuteAudio2.background.tooltip=Activar audio en pestaña;Activar audio en #1 pestañas + +# LOCALIZATION NOTE (tabs.unblockAudio2.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs that will have their audio unblocked. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.unblockAudio2.tooltip=Reproducir pestaña;Reproducir #1 pestañas + +# LOCALIZATION NOTE (tabs.containers.tooltip): +# Displayed as a tooltip on container tabs +# %1$S is the title of the current tab +# %2$S is the name of the current container +tabs.containers.tooltip=%1$S - %2$S + +# LOCALIZATION NOTE (tabs.openWarningTitle, tabs.openWarningMultipleBranded, tabs.openButtonMultiple, tabs.openWarningPromptMeBranded): +# These items are moved from chrome/browser/places/places.properties +# Now they are not specific to bookmark. +tabs.openWarningTitle=Confirmación de apertura +tabs.openWarningMultipleBranded=Está a punto de abrir %S pestañas. Esto podría ralentizar %S mientras se cargan las páginas. ¿Seguro que quieres continuar? +tabs.openButtonMultiple=Abrir pestañas +tabs.openWarningPromptMeBranded=Advertirme cuando abrir múltiples pestañas pueda ralentizar %S + +browsewithcaret.checkMsg=No mostrar esta ventana de diálogo otra vez. +browsewithcaret.checkWindowTitle=Navegación con cursor +browsewithcaret.checkLabel=Presionando F7 se habilita o deshabilita la navegación con cursor. Esta característica coloca un cursor móvil en las páginas web, permitiendo seleccionar texto con el teclado. ¿Deseas habilitar la navegación con cursor? diff --git a/l10n-es-MX/browser/chrome/browser/taskbar.properties b/l10n-es-MX/browser/chrome/browser/taskbar.properties new file mode 100644 index 0000000000..f6dae48635 --- /dev/null +++ b/l10n-es-MX/browser/chrome/browser/taskbar.properties @@ -0,0 +1,12 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +taskbar.tasks.newTab.label=Abrir una pestaña nueva +taskbar.tasks.newTab.description=Abrir una nueva pestaña de navegación. +taskbar.tasks.newWindow.label=Abrir nueva ventana +taskbar.tasks.newWindow.description=Abrir una nueva venta de navegación. +taskbar.tasks.newPrivateWindow.label=Nueva ventana privada +taskbar.tasks.newPrivateWindow.description=Abrir una ventana nueva en modo de navegación privada. +taskbar.frequent.label=Frecuente +taskbar.recent.label=Reciente diff --git a/l10n-es-MX/browser/chrome/browser/translation.dtd b/l10n-es-MX/browser/chrome/browser/translation.dtd new file mode 100644 index 0000000000..8faee988ef --- /dev/null +++ b/l10n-es-MX/browser/chrome/browser/translation.dtd @@ -0,0 +1,63 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- This file is only used by the Firefox Translations extension, + - and should be removed once possible. + - See: https://bugzilla.mozilla.org/show_bug.cgi?id=1788595 --> + +<!-- LOCALIZATION NOTE (translation.thisPageIsIn.label, + - translation.translateThisPage.label): + - These 2 strings are used to construct a sentence that contains a dropdown + - showing the detected language of the current web page. + - In en-US it looks like this: + - This page is in [detected language] Translate this page? + - "detected language" here is a language name coming from the + - global/languageNames.properties file; for some locales it may not be in + - the correct grammar case to keep the same structure of the original + - sentence. --> +<!ENTITY translation.thisPageIsIn.label "Esta página está en"> +<!ENTITY translation.translateThisPage.label "¿Traducir esta página?"> +<!ENTITY translation.translate.button "Traducir"> +<!ENTITY translation.notNow.button "Ahora no"> + +<!ENTITY translation.translatingContent.label "Traducir contenido de la página…"> + +<!-- LOCALIZATION NOTE (translation.translatedFrom.label, + - translation.translatedTo.label, + - translation.translatedToSuffix.label): + - These 3 strings are used to construct a sentence that contains 2 dropdowns + - showing the source and target language of a translated web page. + - In en-US it looks like this: + - This page has been translated from [from language] to [to language] + - "from language" and "to language" here are language names coming from the + - global/languageNames.properties file; for some locales they may not be in + - the correct grammar case to keep the same structure of the original + - sentence. + - + - translation.translatedToSuffix.label (empty in en-US) is for locales that + - need to display some text after the second drop down for the sentence to + - be grammatically correct. --> +<!ENTITY translation.translatedFrom.label "Esta página ha sido traducida del"> +<!ENTITY translation.translatedTo.label "para"> +<!ENTITY translation.translatedToSuffix.label ""> + +<!ENTITY translation.showOriginal.button "Mostrar original"> +<!ENTITY translation.showTranslation.button "Mostrar traducción"> + +<!ENTITY translation.errorTranslating.label "Ha habido un error al traducir esta página."> +<!ENTITY translation.tryAgain.button "Intentar de nuevo"> + +<!ENTITY translation.serviceUnavailable.label "La traducción no está disponible por el momento. Por favor intenta de nuevo más tarde."> + +<!ENTITY translation.options.menu "Opciones"> +<!-- LOCALIZATION NOTE (translation.options.neverForSite.accesskey, + - translation.options.preferences.accesskey): + - The accesskey values used here should not clash with the value used for + - translation.options.neverForLanguage.accesskey in translation.properties + --> +<!ENTITY translation.options.neverForSite.label "Nunca traducir este sitio"> +<!ENTITY translation.options.neverForSite.accesskey "e"> +<!ENTITY translation.options.preferences.label "Preferencias de Traducción"> +<!ENTITY translation.options.preferences.accesskey "T"> + diff --git a/l10n-es-MX/browser/chrome/browser/translation.properties b/l10n-es-MX/browser/chrome/browser/translation.properties new file mode 100644 index 0000000000..3a0ce5ff9e --- /dev/null +++ b/l10n-es-MX/browser/chrome/browser/translation.properties @@ -0,0 +1,12 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (translation.options.neverForLanguage.label): +# %S is a language name coming from the global/languageNames.properties file. +translation.options.neverForLanguage.label=Nunca traducir %S + +# LOCALIZATION NOTE (translation.options.neverForLanguage.accesskey): +# The accesskey value used here should not clash with the values used for +# translation.options.*.accesskey in translation.dtd +translation.options.neverForLanguage.accesskey=N diff --git a/l10n-es-MX/browser/chrome/browser/uiDensity.properties b/l10n-es-MX/browser/chrome/browser/uiDensity.properties new file mode 100644 index 0000000000..a9594cb502 --- /dev/null +++ b/l10n-es-MX/browser/chrome/browser/uiDensity.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/. + +uiDensity.menuitem-touch.acceltext=Modo tableta habilitado diff --git a/l10n-es-MX/browser/chrome/browser/webrtcIndicator.properties b/l10n-es-MX/browser/chrome/browser/webrtcIndicator.properties new file mode 100644 index 0000000000..7e34ec3489 --- /dev/null +++ b/l10n-es-MX/browser/chrome/browser/webrtcIndicator.properties @@ -0,0 +1,61 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.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 : FILE This file contains the webrtc global indicator strings + +# LOCALIZATION NOTE (webrtcIndicator.windowtitle): %S is the brand name (e.g. Firefox). +# This string is used so that the window has a title in tools that enumerate/look for window +# titles. It is not normally visible anywhere. +webrtcIndicator.windowtitle = %S - Compartir indicador + +webrtcIndicator.sharingCameraAndMicrophone.tooltip = La cámara y el micrófono están siendo compartidos. Haz clic para controlar el intercambio. +webrtcIndicator.sharingCamera.tooltip = La cámara se está compartiendo. Haz clic para controlar el intercambio. +webrtcIndicator.sharingMicrophone.tooltip = El micrófono se está compartiendo. Haz clic para controlar el intercambio. +webrtcIndicator.sharingApplication.tooltip = Una aplicación se está compartiendo. Haz clic para controlar la compartición. +webrtcIndicator.sharingScreen.tooltip = La pantalla se está compartiendo. Haz clic para controlar el intercambio. +webrtcIndicator.sharingWindow.tooltip = Una ventana se está compartiendo. Haz clic para controlar el intercambio. +webrtcIndicator.sharingBrowser.tooltip = Una ventana se está compartiendo. Haz clic para controlar el intercambio. + + +# LOCALIZATION NOTE : The following strings are only used on Mac for +# menus attached to icons near the clock on the mac menubar. + +# LOCALIZATION NOTE (webrtcIndicator.sharing*With.menuitem): +# %S is the title of the tab using the share. +webrtcIndicator.sharingCameraWith.menuitem = Compartiendo cámara con "%S" +webrtcIndicator.sharingMicrophoneWith.menuitem = Compartiendo micrófono con "%S" +webrtcIndicator.sharingApplicationWith.menuitem = Compartiendo un aplicación con "%S" +webrtcIndicator.sharingScreenWith.menuitem = Compartiendo pantalla con "%S" +webrtcIndicator.sharingWindowWith.menuitem = Compartiendo ventana con "%S" +webrtcIndicator.sharingBrowserWith.menuitem = Compartiendo una pestaña con "%S" +webrtcIndicator.controlSharing.menuitem = Controlar el intercambio +# LOCALIZATION NOTE (webrtcIndicator.sharingCameraWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +webrtcIndicator.sharingCameraWithNTabs.menuitem = Compartiendo cámara con #1 pestañas;Compartiendo cámara con #1 pestañas +# LOCALIZATION NOTE (webrtcIndicator.sharingMicrophoneWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +webrtcIndicator.sharingMicrophoneWithNTabs.menuitem = Compartiendo micrófono con #1 pestaña;Compartiendo micrófono con #1 pestañas +# LOCALIZATION NOTE (webrtcIndicator.sharingApplicationWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +webrtcIndicator.sharingApplicationWithNTabs.menuitem = Compartiendo una aplicación con #1 pestaña;Compartiendo aplicaciones con #1 pestañas +# LOCALIZATION NOTE (webrtcIndicator.sharingScreenWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +webrtcIndicator.sharingScreenWithNTabs.menuitem = Compartiendo pantalla con #1 pestaña;Compartiendo pantalla con #1 pestañas +# LOCALIZATION NOTE (webrtcIndicator.sharingWindowWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +webrtcIndicator.sharingWindowWithNTabs.menuitem = Compartiendo ventana con #1 pestaña;Compartiendo ventanas con #1 pestañas +# LOCALIZATION NOTE (webrtcIndicator.sharingBrowserWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# This message is shown when the contents of a tab is shared during a WebRTC +# session, which currently is only possible with Loop/Hello. +webrtcIndicator.sharingBrowserWithNTabs.menuitem = Compartiendo una pestaña con #1 pestaña; Compartiendo pestañas con #1 pestañas +# LOCALIZATION NOTE (webrtcIndicator.controlSharingOn.menuitem): +# %S is the title of the tab using the share. +webrtcIndicator.controlSharingOn.menuitem = Compartiendo control con "%S" diff --git a/l10n-es-MX/browser/chrome/overrides/appstrings.properties b/l10n-es-MX/browser/chrome/overrides/appstrings.properties new file mode 100644 index 0000000000..75cd762da0 --- /dev/null +++ b/l10n-es-MX/browser/chrome/overrides/appstrings.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/. + +malformedURI2=Por favor, revisa que la URL sea correcta y vuelve a intentarlo. +fileNotFound=Firefox no pudo encontrar el archivo en %S. +fileAccessDenied=El archivo en %S no se puede leer. +dnsNotFound2=No podemos conectarnos al servidor en %S. +unknownProtocolFound=Firefox no sabe como abrir esta dirección, porque alguno de los protocolos siguientes (%S) no está asociado con ningún programa o no es permitido en este contexto. +connectionFailure=Firefox no pudo establecer una conexión con el servidor en %S. +netInterrupt=La conexión con %S se interrumpió mientras se cargaba la página. +netTimeout=El servidor en %S está tomando mucho tiempo en responder. +redirectLoop=Firefox detectó que el servidor está redirigiendo la solicitud para esta dirección en un modo que nunca se completará. +## LOCALIZATION NOTE (confirmRepostPrompt): In this item, don’t translate "%S" +confirmRepostPrompt=Para mostrar esta página, %S enviará información que repetirá cualquier acción (como una búsqueda o una confirmación de pedido o pago) ejecutada previamente. +resendButton.label=Reenviar +unknownSocketType=Firefox no sabe cómo comunicarse con el servidor. +netReset=La conexión al servidor se reinició mientras se cargaba la página. +notCached=Este documento ya no está disponible. +netOffline=Firefox está en modo sin conexión y no puede navegar en la web. +isprinting=El documento no se puede cambiar mientras se imprime o previsualiza. +deniedPortAccess=Esta dirección está usando un puerto de red normalmente usado para propositos diferentes a la navegación web. Firefox canceló la solicitud para tu protección. +proxyResolveFailure=Firefox está configurado para usar un servidor proxy que no puede encontrar. +proxyConnectFailure=Firefox está configurado para usar un servidor proxy que está rechazando las conexiones. +contentEncodingError=La página que intentas ver no puede mostrarse porque usa una forma de compresión no válida o admitida. +unsafeContentType=La página que intentas ver no se puede mostrar porque contiene un tipo de archivo que puede ser inseguro si se abre. Contacta a los propietarios del sitio web para informarles sobre este problema. +externalProtocolTitle=Solicitud de protocolo externo +externalProtocolPrompt=Debes ejecutar una aplicación externa para manejar los enlaces %1$S:.\n\n\nEnlace solicitado:\n\n%2$S\n\nAplicación: %3$S\n\n\nSi no esperabas esta solicitud, podría ser un intento para aprovechar una vulnerabilidad en ese programa. Cancela la solicitud a menos que estés seguro que no es algo peligroso.\n +#LOCALIZATION NOTE (externalProtocolUnknown): The following string is shown if the application name can't be determined +externalProtocolUnknown=<Desconocido> +externalProtocolChkMsg=Recuerda mi elección para todos los enlaces de este tipo. +externalProtocolLaunchBtn=Ejecutar aplicación +malwareBlocked=Este sitio web %S está reportado como peligroso y se bloqueó con base en tus preferencias de seguridad. +harmfulBlocked=La página web en %S ha sido reportada como pontencialmente peligrosa y ha sido bloqueada, basándonos en tus preferencias de seguridad. +unwantedBlocked=Este sitio web %S está reportado como peligroso y se bloqueó con base en tus preferencias de seguridad. +deceptiveBlocked=Este sitio web %S se reporta peligroso y está bloqueado de acuerdo con tus preferencias de seguridad. +cspBlocked=Esta página tiene una política de seguridad de contenido que previene cargarla de esta forma. +xfoBlocked=Esta página tiene una política X-Frame-Options que le impide ser cargada en este contexto. +corruptedContentErrorv2=El sitio %S ha experimentado una violación de protocolo de red que no puede ser reparada. +## LOCALIZATION NOTE (sslv3Used) - Do not translate "%S". +sslv3Used=Firefox no puede garantizar la seguridad de tus datos en %S debido a que éste usa SSLv3, un protocolo de seguridad violado. +inadequateSecurityError=El sitio web trató de negociar un inadecuado nivel de seguridad. +blockedByPolicy=Tu organización ha bloqueado el acceso a esta página o sitio web. +networkProtocolError=Firefox ha experimentado una violación del protocolo de red que no puede ser reparada. diff --git a/l10n-es-MX/browser/chrome/overrides/netError.dtd b/l10n-es-MX/browser/chrome/overrides/netError.dtd new file mode 100644 index 0000000000..f68eb6d676 --- /dev/null +++ b/l10n-es-MX/browser/chrome/overrides/netError.dtd @@ -0,0 +1,139 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.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 % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> +%brandDTD; + +<!ENTITY loadError.label "Problemas al cargar la página"> +<!ENTITY retry.label "Intentar de nuevo"> +<!ENTITY returnToPreviousPage.label "Regresar"> +<!ENTITY returnToPreviousPage1.label "Volver (recomendado)"> +<!ENTITY advanced2.label "Avanzado…"> +<!ENTITY viewCertificate.label "Ver certificado"> + +<!-- Specific error messages --> + +<!ENTITY connectionFailure.longDesc "&sharedLongDesc;"> + +<!ENTITY deniedPortAccess.longDesc ""> + +<!ENTITY dnsNotFound.pageTitle "Servidor no encontrado"> +<!ENTITY dnsNotFound.longDesc1 " +<strong>Si esa dirección está correcta, aquí hay otras tres cosas que puedes probar:</strong> +<ul> + <li>Vuelve a intentarlo más tarde.</li> + <li>Revisa tu conexión de red.</li> + <li>Si estás conectado pero detrás de un firewall, revisa que &brandShortName; tenga permiso para acceder a la Web.</li> +</ul> +"> + +<!ENTITY fileNotFound.longDesc "<ul> <li>Comprueba que el nombre del archivo no contenga errores.</li> <li>Verifica si el archivo se borró, movió o renombró.</li> </ul>"> + +<!ENTITY fileAccessDenied.longDesc "<ul> + <li>Puede haber sido eliminado, movido o los permisos del archivo pueden evitar el acceso.</li> +</ul> +"> + +<!ENTITY generic.longDesc "<p>&brandShortName; no puede cargar esta página por alguna razón.</p>"> + +<!ENTITY captivePortal.title "Iniciar sesión en la red"> +<!ENTITY captivePortal.longDesc2 " +<p>Hay que iniciar sesión en esta red antes de poder acceder a Internet.</p> +"> + +<!ENTITY openPortalLoginPage.label2 "Abrir página de ingreso a la red"> + +<!ENTITY malformedURI.pageTitle "URL inválida"> + +<!ENTITY netInterrupt.longDesc "&sharedLongDesc;"> + +<!ENTITY notCached.longDesc "<p>El documento solicitado no está disponible en la caché de &brandShortName;.</p><ul><li>Como precaución de seguridad, &brandShortName; no solicita automáticamente documentos sensibles.</li><li>Haz clic en Intentar de nuevo para volver a solicitar el documento del sitio web.</li></ul>"> + +<!ENTITY netOffline.longDesc2 "<ul> <li>Pulsa "Intentar de nuevo" para cambiar al modo con conexión y recargar la página.</li> </ul>"> + +<!ENTITY contentEncodingError.longDesc "<ul> <li>Contacta a los propietarios del sitio web para informarles sobre este problema.</li> </ul>"> + +<!ENTITY unsafeContentType.longDesc "<ul> <li>Contacta a los propietarios del sitio web para informarles sobre este problema.</li> </ul>"> + +<!ENTITY netReset.longDesc "&sharedLongDesc;"> + +<!ENTITY netTimeout.longDesc "&sharedLongDesc;"> + +<!ENTITY unknownProtocolFound.longDesc "<ul> <li>Necesitas instalar otro programa para abrir esta dirección.</li> </ul>"> + +<!ENTITY proxyConnectFailure.longDesc "<ul> <li>Comprueba que la configuración del proxy esté correcta.</li> <li>Comunícate con el administrador de la red para comprobar que el servidor proxy está funcionando.</li> </ul>"> + +<!ENTITY proxyResolveFailure.longDesc "<ul> <li>Comprueba que la configuración del proxy esté correcta.</li> <li>Comprueba que la conexión de red de tu computadora esté funcionando.</li> <li>Si tu computadora o red están protegidos por un firewall o proxy, asegúrate que &brandShortName; tiene permisos para acceder a la web.</li> </ul>"> + +<!ENTITY redirectLoop.longDesc "<ul> <li>Este problema puede estar pasando por haber deshabilitado las cookies.</li> </ul>"> + +<!ENTITY unknownSocketType.longDesc "<ul> <li>Verifica que tu sistema tiene instalado el administrador de seguridad personal.</li> <li>Esto podría ser ocasionado por una configuración no estándar en el servidor.</li> </ul>"> + +<!ENTITY nssFailure2.longDesc2 "<ul> <li>La página que estás tratando de ver no se puede mostrar porque la autenticidad de los datos recibidos no pueden ser verificados.</li> <li>Por favor contacta a los propietarios del sitio web para informarles de este problema.</li> </ul>"> + +<!-- Localization note (certerror.introPara2) - The text content of the span tag +will be replaced at runtime with the name of the server to which the user +was trying to connect. --> +<!ENTITY certerror.introPara2 "&brandShortName; ha detectado una potencial amenaza y no ha continuado a <span class='hostname'/>. Si visitas este sitio, los atacantes podrían intentar robar tu información como tus contraseñas, correo o datos de tu tarjeta de crédito."> +<!ENTITY certerror.sts.introPara "&brandShortName; ha detectado una potencial amenaza de seguridad y no ha continuado a <span class='hostname'/> porque este sitio web requiere una conexión segura."> + +<!ENTITY certerror.expiredCert.introPara "&brandShortName; ha detectado un problema y no continuó a <span class='hostname'/>. El sitio web está mal configurado o el reloj de tu computadora tiene una hora incorrecta."> +<!ENTITY certerror.expiredCert.secondPara2 "Es probable que el certificado del sitio esté expirado, lo que previene a &brandShortName; de conectarse de forma segura. Si visitas este sitio, los atacantes pueden intentar robar tu información como contraseñas, correos electrónicos o detalles de tu tarjeta de crédito."> +<!ENTITY certerror.expiredCert.sts.secondPara "Probablemente el certificado del sitio ha expirado, impidiendo que &brandShortName; se conecte con seguridad."> + +<!ENTITY certerror.whatCanYouDoAboutItTitle "¿Qué puedes hacer al respecto?"> + +<!ENTITY certerror.unknownIssuer.whatCanYouDoAboutIt " +<p>Es probable que haya un problema con el sitio web y no hay nada que puedas hacer al respecto.</p> +<p>Si estás usando una red corporativa o un software antivirus, puedes contactarte con el equipo de asistencia técnica. También puedes notificarle al administrador del sitio sobre el problema.</p>"> + +<!ENTITY certerror.expiredCert.whatCanYouDoAboutIt2 " +<p>El reloj de tu computadora está ajustado a las <span id='wrongSystemTime_systemDate2'/>. Asegúrate de que tu computadora está ajustada a la fecha, hora y zona horaria correctas en los ajustes de tu sistema, y luego recarga <span class='hostname'/>.</p> +<p>Si tu reloj ya está ajustado a la hora correcta, el sitio web probablemente está mal configurado, y no hay nada que puedas hacer para resolverlo. Podrías intentar notificar al administrador del sitio sobre el problema.</p> +"> + +<!ENTITY certerror.badCertDomain.whatCanYouDoAboutIt " +<p>Es probable que haya un problema con el sitio web, y no hay nada que puedas hacer para resolverlo. Puedes notificar al administrador del sitio web sobre el problema.</p> +"> + +<!ENTITY sharedLongDesc "<ul> <li>El sitio podría estar temporalmente fuera de servicio o muy ocupado. Intenta nuevamente en un momento.</li> <li>Si no puedes cargar ninguna página, verifica la conexión de red de tu computadora.</li> <li>Si la red o tu computadora están protegidas por un firewall o proxy, asegúrate que &brandShortName; pueda acceder a internet.</li> </ul>"> + +<!ENTITY cspBlocked.longDesc "<p>&brandShortName; evitó que se cargara esta página en esta forma por que tiene una política de seguridad de contenido que no lo permite.</p>"> + +<!ENTITY xfoBlocked.longDesc "<p>&brandShortName; impidió que esta página se cargara en este contexto porque la página tiene una política X-Frame-Options que no lo permite.</p>"> + +<!ENTITY corruptedContentErrorv2.longDesc "<p>La página que estás tratando de ver no puede mostrarse porque se detectó un error en la transmisión de los datos.</p><ul><li>Por favor, contacta a los dueños del sitio web para informarles de este problema.</li></ul>"> + +<!ENTITY securityOverride.exceptionButton1Label "Aceptar el riesgo y continuar"> + +<!ENTITY errorReporting.automatic2 "Informa errores de este tipo para ayudar a Mozilla a identificar y bloquear sitios maliciosos."> +<!ENTITY errorReporting.learnMore "Saber más…"> + +<!-- LOCALIZATION NOTE (sslv3Used.longDesc2) - Do not translate + "SSL_ERROR_UNSUPPORTED_VERSION". --> +<!ENTITY sslv3Used.longDesc2 "Información avanzada: SSL_ERROR_UNSUPPORTED_VERSION"> + +<!ENTITY certerror.pagetitle2 "Advertencia: Riesgo potencial de seguridad a continuación"> +<!ENTITY certerror.sts.pagetitle "No se conectó: Potencial problema de seguridad"> +<!ENTITY certerror.whatShouldIDo.badStsCertExplanation1 "<span class='hostname'></span> tiene una política de seguridad llamada HTTP Strict transporte Security (HSTS), que significa que &brandShortName; solo puede conectarse a él con seguridad. No puedes agregar una excepción para visitar este sitio."> +<!ENTITY certerror.copyToClipboard.label "Copiar texto al portapapeles"> + +<!-- LOCALIZATION NOTE (inadequateSecurityError.longDesc) - Do not translate + "NS_ERROR_NET_INADEQUATE_SECURITY". --> +<!ENTITY inadequateSecurityError.longDesc "<p><span class='hostname'></span> usa tecnología de seguridad que es obsoleta y vulnerable a los ataques. Un atacante podría fácilmente revelar información que se piensa segura. El administrador del sitio web necesitará corregir el servidor antes de poder visitar el sitio.</p><p>Código de error: NS_ERROR_NET_INADEQUATE_SECURITY</p>"> + +<!ENTITY blockedByPolicy.title "Página bloqueada"> + +<!ENTITY certerror.mitm.longDesc "<span class='hostname'></span> es probablemente un sitio seguro, pero no se puede realizar una conexión segura. Este problema es causado por <span class='mitm-name'/>, el cual es un programa en su computadora o en tu red."> +<!ENTITY certerror.mitm.whatCanYouDoAboutIt1 "Si tu antivirus tiene una característica que escanea conexiones encriptadas (normalmente llamado “web scanning” o “https scanning”), puedes desactivar esta característica. Si no funciona, puedes eliminar y reinstalar el antivirus."> +<!ENTITY certerror.mitm.whatCanYouDoAboutIt2 "Si estás en una red corporativa, puedes comunicarte con el departamento de informática."> +<!ENTITY certerror.mitm.whatCanYouDoAboutIt3 "Si no estás familiarizado con <span class='mitm-name'/>, entonces esto puede ser un ataque y no sería bueno continuar al sitio."> +<!ENTITY certerror.mitm.sts.whatCanYouDoAboutIt3 "Si no estás familiarizado con <span class='mitm-name'/>, entonces esto puede ser un ataque y no hay nada que puedas hacer para acceder al sitio."> + +<!ENTITY clockSkewError.longDesc "Tu computadora cree que son las <span id='wrongSystemTime_systemDate1'/>, lo que previene a &brandShortName; de conectarse de forma segura. Para visitar <span class='hostname'></span>, actualiza la hora de tu computadora en los ajustes de tu sistema a la hora, fecha y zona horaria actuales, y luego recarga <span class='hostname'></span>."> + +<!ENTITY prefReset.longDesc "Parece que la configuración de seguridad de la red podría estar provocando esto. ¿Quieres la configuración predeterminada para restaurar?"> +<!ENTITY prefReset.label "Restaurar ajustes predeterminados"> + +<!ENTITY networkProtocolError.longDesc "<p>La página que estás intentando ver no se puede mostrar porque fue detectado un error del protocolo de red.</p><ul><li>Por favor, contacta con los propietarios del sitio web para informarles de este problema.</li></ul>"> |