diff options
Diffstat (limited to '')
-rw-r--r-- | toolkit/locales/en-US/toolkit/global/handlerDialog.ftl | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/toolkit/global/handlerDialog.ftl b/toolkit/locales/en-US/toolkit/global/handlerDialog.ftl new file mode 100644 index 0000000000..9d4eaab55e --- /dev/null +++ b/toolkit/locales/en-US/toolkit/global/handlerDialog.ftl @@ -0,0 +1,97 @@ +# 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 (string) - The hostname that is initiating the request +## $scheme (string) - The type of link that's being opened. +## $appName (string) - Name of the application that will be opened. +## $extension (string) - Name of extension that initiated the request + +permission-dialog-description = + Allow this site to open the { $scheme } link? + +permission-dialog-description-file = + Allow this file to open the { $scheme } link? + +permission-dialog-description-host = + Allow { $host } to open the { $scheme } link? + +permission-dialog-description-extension = + Allow the extension { $extension } to open the { $scheme } link? + +permission-dialog-description-app = + Allow this site to open the { $scheme } link with { $appName }? + +permission-dialog-description-host-app = + Allow { $host } to open the { $scheme } link with { $appName }? + +permission-dialog-description-file-app = + Allow this file to open the { $scheme } link with { $appName }? + +permission-dialog-description-extension-app = + Allow the extension { $extension } to open the { $scheme } link with { $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. +## Variables: +## $host (string) - The hostname that is initiating the request +## $scheme (string) - The type of link that's being opened. + +permission-dialog-remember = + Always allow <strong>{ $host }</strong> to open <strong>{ $scheme }</strong> links + +permission-dialog-remember-file = + Always allow this file to open <strong>{ $scheme }</strong> links + +permission-dialog-remember-extension = + Always allow this extension to open <strong>{ $scheme }</strong> links + +## + +permission-dialog-btn-open-link = + .label = Open Link + .accessKey = O + +permission-dialog-btn-choose-app = + .label = Choose Application + .accessKey = A + +permission-dialog-unset-description = You’ll need to choose an application. + +permission-dialog-set-change-app-link = Choose a different application. + +## Chooser dialog +## Variables: +## $scheme (string) - The type of link that's being opened. + +chooser-window = + .title = Choose Application + .style = min-width: 26em; min-height: 26em; + +chooser-dialog = + .buttonlabelaccept = Open Link + .buttonaccesskeyaccept = O + +chooser-dialog-description = Choose an application to open the { $scheme } link. + +# Please keep the emphasis around the scheme (ie the `<strong>` HTML tags). +chooser-dialog-remember = + Always use this application to open <strong>{ $scheme }</strong> links + +chooser-dialog-remember-extra = { + PLATFORM() -> + [windows] This can be changed in { -brand-short-name }’s options. + *[other] This can be changed in { -brand-short-name }’s preferences. + } + +choose-other-app-description = Choose other Application +choose-app-btn = + .label = Choose… + .accessKey = C +choose-other-app-window-title = Another Application… + +# Displayed under the name of a protocol handler in the Launch Application dialog. +choose-dialog-privatebrowsing-disabled = Disabled in Private Windows |