blob: 505c6d319cb7ef611070958aa3b8ed93f167c4b7 (
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
# 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/.
saved-logins =
.title = Αποθηκευμένες συνδέσεις
window-close =
.key = w
focus-search-shortcut =
.key = f
focus-search-altshortcut =
.key = k
copy-provider-url-cmd =
.label = Αντιγραφή URL
.accesskey = φ
copy-username-cmd =
.label = Αντιγραφή ονόματος χρήστη
.accesskey = χ
edit-username-cmd =
.label = Επεξεργασία ονόματος χρήστη
.accesskey = ξ
copy-password-cmd =
.label = Αντιγραφή κωδικού πρόσβασης
.accesskey = Α
edit-password-cmd =
.label = Επεξεργασία κωδικού πρόσβασης
.accesskey = Ε
search-filter =
.accesskey = Α
.placeholder = Αναζήτηση
column-heading-provider =
.label = Πάροχος
column-heading-username =
.label = Όνομα χρήστη
column-heading-password =
.label = Κωδικός πρόσβασης
column-heading-time-created =
.label = Πρώτη χρήση
column-heading-time-last-used =
.label = Τελευταία χρήση
column-heading-time-password-changed =
.label = Τελευταία αλλαγή
column-heading-times-used =
.label = Φορές χρήσεων
remove =
.label = Αφαίρεση
.accesskey = Α
import =
.label = Εισαγωγή…
.accesskey = Ε
close-button =
.label = Κλείσιμο
.accesskey = Κ
show-passwords =
.label = Εμφάνιση κωδικών πρόσβασης
.accesskey = κ
hide-passwords =
.label = Απόκρυψη κωδικών πρόσβασης
.accesskey = κ
logins-description-all = Τα διαπιστευτήρια για τους παρακάτω παρόχους είναι αποθηκευμένα στον υπολογιστή σας
logins-description-filtered = Τα παρακάτω διαπιστευτήρια ταιριάζουν με την αναζήτησή σας:
remove-all =
.label = Αφαίρεση όλων
.accesskey = Α
remove-all-shown =
.label = Αφαίρεση όλων των εμφανιζόμενων
.accesskey = Α
remove-all-passwords-prompt = Θέλετε σίγουρα να αφαιρέσετε όλους τους κωδικούς πρόσβασης;
remove-all-passwords-title = Αφαίρεση όλων των κωδικών πρόσβασης
no-master-password-prompt = Θέλετε σίγουρα να γίνει εμφάνιση των κωδικών πρόσβασής σας;
## OS Authentication dialog
# This message can be seen by trying to show or copy the passwords.
password-os-auth-dialog-message = Επαληθεύστε την ταυτότητά σας για αποκάλυψη των αποθηκευμένων κωδικών πρόσβασης.
# This message can be seen by trying to show or copy the passwords.
# The macOS strings are preceded by the operating system with "Thunderbird is trying to "
# and includes subtitle of "Enter password for the user "xxx" to allow this." These
# notes are only valid for English. Please test in your locale.
password-os-auth-dialog-message-macosx = αποκαλύψει τους αποθηκευμένους κωδικούς πρόσβασης
# Don't change this label.
password-os-auth-dialog-caption = { -brand-full-name }
|