diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-es-ES/toolkit/toolkit/global/handlerDialog.ftl | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/l10n-es-ES/toolkit/toolkit/global/handlerDialog.ftl b/l10n-es-ES/toolkit/toolkit/global/handlerDialog.ftl new file mode 100644 index 0000000000..e5191ef48e --- /dev/null +++ b/l10n-es-ES/toolkit/toolkit/global/handlerDialog.ftl @@ -0,0 +1,72 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +## Permission Dialog +## Variables: +## $host - the hostname that is initiating the request +## $scheme - the type of link that's being opened. +## $appName - Name of the application that will be opened. + + +## Permission Dialog +## Variables: +## $host - the hostname that is initiating the request +## $scheme - the type of link that's being opened. +## $appName - Name of the application that will be opened. +## $extension - Name of extension that initiated the request + +permission-dialog-description = ¿Permitir que este sitio abra el enlace { $scheme }? +permission-dialog-description-file = ¿Permitir que este archivo abra el enlace { $scheme }? +permission-dialog-description-host = ¿Permitir que { $host } abra el enlace { $scheme }? +permission-dialog-description-extension = ¿Permitir que la extensión { $extension } abra el enlace { $scheme }? +permission-dialog-description-app = ¿Permitir que este sitio abra el enlace { $scheme } con { $appName }? +permission-dialog-description-host-app = ¿Permitir que { $host } abra el enlace { $scheme } con { $appName }? +permission-dialog-description-file-app = ¿Permitir que este archivo abra el enlace { $scheme } con { $appName }? +permission-dialog-description-extension-app = ¿Permitir que la extensión { $extension } abra el enlace { $scheme } con { $appName }? + +## Please keep the emphasis around the hostname and scheme (ie the +## `<strong>` HTML tags). Please also keep the hostname as close to the start +## of the sentence as your language's grammar allows. + +permission-dialog-remember = Siempre permitir a <strong>{ $host }</strong> abrir enlaces <strong>{ $scheme }</strong> +permission-dialog-remember-file = Siempre permitir que este archivo abra enlaces <strong>{ $scheme }</strong> +permission-dialog-remember-extension = Siempre permitir que esta extensión abra enlaces <strong>{ $scheme }</strong> + +## + +permission-dialog-btn-open-link = + .label = Abrir enlace + .accessKey = A +permission-dialog-btn-choose-app = + .label = Elegir aplicación + .accessKey = E +permission-dialog-unset-description = Tendrá que elegir una aplicación. +permission-dialog-set-change-app-link = Elija una aplicación diferente. + +## Chooser dialog +## Variables: +## $scheme - the type of link that's being opened. + +chooser-window = + .title = Elegir aplicación + .style = min-width: 26em; min-height: 26em; +chooser-dialog = + .buttonlabelaccept = Abrir enlace + .buttonaccesskeyaccept = A +chooser-dialog-description = Elija una aplicación para abrir el enlace { $scheme }. +# Please keep the emphasis around the scheme (ie the `<strong>` HTML tags). +chooser-dialog-remember = Utilizar siempre esta aplicación para abrir enlaces <strong>{ $scheme }</strong> +chooser-dialog-remember-extra = + { PLATFORM() -> + [windows] Esto se puede cambiar en las opciones de { -brand-short-name }. + *[other] Esto se puede cambiar en las preferencias de { -brand-short-name }. + } +choose-other-app-description = Elija otra aplicación +choose-app-btn = + .label = Elegir… + .accessKey = E +choose-other-app-window-title = Otra aplicación… +# Displayed under the name of a protocol handler in the Launch Application dialog. +choose-dialog-privatebrowsing-disabled = Deshabilitado en ventanas privadas |