blob: 7f13ed655e4d9e5696f1327b8a255ed5defc2ae5 (
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
|
# 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/.
## Header lists
message-header-to-list-name = Προς
message-header-from-list-name = Από
message-header-sender-list-name = Αποστολέας
message-header-reply-to-list-name = Απάντηση σε
message-header-cc-list-name = Κοιν.
message-header-bcc-list-name = Κρυφή κοιν.
message-header-newsgroups-list-name = Ομάδες συζήτησης
message-header-tags-list-name = Ετικέτες
## Other message headers.
## The field-separator is for screen readers to separate the field name from the field value.
message-header-author-field = Συντάκτης<span data-l10n-name="field-separator">:</span>
message-header-organization-field = Οργανισμός<span data-l10n-name="field-separator">:</span>
message-header-subject-field = Θέμα<span data-l10n-name="field-separator">:</span>
message-header-followup-to-field = Απάντηση σε<span data-l10n-name="field-separator">:</span>
message-header-date-field = Ημερομηνία<span data-l10n-name="field-separator">:</span>
message-header-user-agent-field = Πρόγραμμα πελάτη<span data-l10n-name="field-separator">:</span>
message-header-references-field = Αναφορές<span data-l10n-name="field-separator">:</span>
message-header-message-id-field = ID μηνύματος<span data-l10n-name="field-separator">:</span>
message-header-in-reply-to-field = Σε απάντηση του<span data-l10n-name="field-separator">:</span>
message-header-website-field = Ιστότοπος<span data-l10n-name="field-separator">:</span>
# An additional email header field that the user has chosen to display. Unlike
# the other headers, the name of this header is not expected to be localised
# because it is generated from the raw field name found in the email header.
# $fieldName (String) - The field name.
message-header-custom-field = { $fieldName }<span data-l10n-name="field-separator">:</span>
##
message-header-address-in-address-book-icon2 =
.alt = Στο ευρετήριο
message-header-address-not-in-address-book-icon2 =
.alt = Όχι στο ευρετήριο
message-header-address-not-in-address-book-button =
.title = Αποθήκευση διεύθυνσης στο ευρετήριο
message-header-address-in-address-book-button =
.title = Επεξεργασία επαφής
message-header-field-show-more = Περισσότερα
.title = Εμφάνιση όλων των παραληπτών
message-ids-field-show-all = Εμφάνιση όλων
|