blob: 63f8ebb4f355710b5ae05463aebdd54852ccb852 (
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 = Simpan sandi untuk { $host }?
password-manager-save-password-button-allow =
.label = Simpan
.accesskey = S
password-manager-save-password-button-never =
.label = Jangan Pernah Simpan
.accesskey = J
# Variables
# $host (String) - Hostname for which the password is updated for.
password-manager-update-password-message = Perbarui sandi untuk { $host }?
password-manager-update-login-add-username = Tambahkan nama pengguna ke kata sandi yang disimpan?
password-manager-password-password-button-allow =
.label = Perbarui
.accesskey = P
password-manager-update-password-button-deny =
.label = Jangan Perbarui
.accesskey = J
# This is displayed in place of the username when it is missing.
password-manager-no-username-placeholder = Tidak ada nama pengguna
password-manager-toggle-password =
.label = Tampilkan sandi
.accesskey = m
password-manager-confirm-password-change = Konfirmasi Penggantian Sandi
password-manager-select-username = Pilih info masuk mana yang diperbarui:
|