blob: 6fe28fcafe535824f8a3a460a8dec2830593c349 (
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 = Të ruhet fjalëkalimi për { $host }?
password-manager-save-password-button-deny =
.label = Jo tani
.accesskey = J
password-manager-save-password-button-allow =
.label = Ruaje
.accesskey = R
password-manager-save-password-button-never =
.label = Mos e ruaj kurrë
.accesskey = u
# Variables
# $host (String) - Hostname for which the password is updated for.
password-manager-update-password-message = Të përditësohet fjalëkalimi për { $host }?
password-manager-update-password-button-delete =
.label = Hiq fjalëkalime të ruajtur
.accesskey = H
password-manager-update-login-add-username = Të shtohet emri i përdoruesit te fjalëkalimi i ruajtur?
password-manager-password-password-button-allow =
.label = Përditësoje
.accesskey = P
password-manager-update-password-button-deny =
.label = Mos e përditëso
.accesskey = M
# This is displayed in place of the username when it is missing.
password-manager-no-username-placeholder = Pa emër përdoruesi
password-manager-toggle-password =
.label = Shfaqe fjalëkalimin
.accesskey = q
password-manager-confirm-password-change = Ripohoni Ndryshimin e Fjalëkalimit
password-manager-select-username = Përzgjidhni cilat kredenciale hyrjeje të përditësohen:
|