Bug 1943650 - Command-line --help output misformatted after --dbus-service. r=emilio
[gecko.git] / toolkit / components / credentialmanagement / credentialChooser.ftl
blob46feb8e3423ed1ad3cb40f2d45f6ad6139da3804
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 ## Credential Chooser panel
6 ##
7 ## Variables:
8 ##  $host (String): the hostname of the website that the user is on.
9 ##  $provider (String): the hostname of a website the user has an account on, but is not the one they are on now (e.g. "apple.com", "accounts.google.com", "identity.example.com")
11 credential-chooser-header = Would you like to sign in to { $host }?
12 credential-chooser-identity = Use a { $provider } account
13 credential-chooser-sign-in-button =
14     .label = Sign In
15     .accesskey = S
16 credential-chooser-cancel-button =
17     .label = Cancel
18     .accesskey = C
19 credential-chooser-urlbar-anchor =
20     .tooltiptext = Open credential panel
21 # This indicates that an account is initially from another website.
22 # This is short for "we are getting this thing from { $provider } in English.
23 # This is displayed on a new line below the provider's name.
24 credential-chooser-host-descriptor = from { $provider }