blob: a40ea4c381c49bf743ca6b5b50adbdbeb6ac9882 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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/.
## Save and update password doorhanger
# Variables
# $host (String) - Hostname for which the password is saved for.
password-manager-save-password-message = Gorde pasahitza { $host } gunerako?
password-manager-save-password-button-allow =
.label = Gorde
.accesskey = G
password-manager-save-password-button-never =
.label = Ez gorde inoiz
.accesskey = z
# Variables
# $host (String) - Hostname for which the password is updated for.
password-manager-update-password-message = Eguneratu { $host } gunerako pasahitza?
password-manager-update-login-add-username = Gehitu erabiltzaile-izena gordetako pasahitzari?
password-manager-password-password-button-allow =
.label = Eguneratu
.accesskey = E
password-manager-update-password-button-deny =
.label = Ez eguneratu
.accesskey = E
# This is displayed in place of the username when it is missing.
password-manager-no-username-placeholder = Erabiltzaile-izenik ez
password-manager-toggle-password =
.label = Erakutsi pasahitza
.accesskey = r
password-manager-confirm-password-change = Berretsi pasahitz aldaketa
password-manager-select-username = Hautatu eguneratu beharreko saio-hasiera:
|