blob: 139d3d91f7da68be255be20bbd41f1f15c4166b1 (
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
34
35
36
37
38
39
|
# 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 = 要保存 { $host } 的密码吗?
password-manager-save-password-button-deny =
.label = 暂时不要
.accesskey = N
password-manager-save-password-button-allow =
.label = 保存
.accesskey = S
password-manager-save-password-button-never =
.label = 永不保存
.accesskey = e
# Variables
# $host (String) - Hostname for which the password is updated for.
password-manager-update-password-message = 要更新 { $host } 的密码吗?
password-manager-update-password-button-delete =
.label = 移除保存的密码
.accesskey = R
password-manager-update-login-add-username = 要将用户名添加到已存密码吗?
password-manager-password-password-button-allow =
.label = 更新
.accesskey = U
password-manager-update-password-button-deny =
.label = 不更新
.accesskey = D
# This is displayed in place of the username when it is missing.
password-manager-no-username-placeholder = 无用户名
password-manager-toggle-password =
.label = 显示密码
.accesskey = h
password-manager-confirm-password-change = 确认更改密码
password-manager-select-username = 选择要更新的登录信息:
|