diff options
| author | 2021-02-03 19:17:50 -0500 | |
|---|---|---|
| committer | 2021-02-03 19:17:50 -0500 | |
| commit | 475d074fd74425efbe783fad08f97f2df0c4909f (patch) | |
| tree | 2acdae53999b3c74b716efa4edb5b40311fa356a /nikola/data/themes/base/messages/messages_el.py | |
| parent | cd502d52787f666fff3254d7d7e7578930c813c2 (diff) | |
| parent | 3a0d66f07b112b6d2bdc2b57bbf717a89a351ce6 (diff) | |
Update upstream source from tag 'upstream/8.1.2'
Update to upstream version '8.1.2'
with Debian dir e5e966a9e6010ef70618dc9a61558fa4db35aceb
Diffstat (limited to 'nikola/data/themes/base/messages/messages_el.py')
| -rw-r--r-- | nikola/data/themes/base/messages/messages_el.py | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/nikola/data/themes/base/messages/messages_el.py b/nikola/data/themes/base/messages/messages_el.py index 7e32afa..7021d84 100644 --- a/nikola/data/themes/base/messages/messages_el.py +++ b/nikola/data/themes/base/messages/messages_el.py @@ -1,11 +1,12 @@ # -*- encoding:utf-8 -*- -from __future__ import unicode_literals +"""Autogenerated file, do not edit. Submit translations on Transifex.""" MESSAGES = { "%d min remaining to read": "", "(active)": "", "Also available in:": "Διαθέσιμο και στα:", "Archive": "Αρχείο", + "Atom feed": "", "Authors": "", "Categories": "Κατηγορίες", "Comments": "Σχόλια", @@ -14,6 +15,7 @@ MESSAGES = { "More posts about %s": "Περισσότερες αναρτήσεις για %s", "Newer posts": "Νεότερες αναρτήσεις", "Next post": "Επόμενη ανάρτηση", + "Next": "", "No posts found.": "Δε βρέθηκαν αναρτήσεις", "Nothing found.": "Δε βρέθηκε περιεχόμενο", "Older posts": "Παλαιότερες αναρτήσεις", @@ -22,9 +24,10 @@ MESSAGES = { "Posts about %s": "Αναρτήσεις για %s", "Posts by %s": "", "Posts for year %s": "Αναρτήσεις για το έτος %s", - "Posts for {month} {day}, {year}": "Αναρτήσεις στις {day} {month}, {year}", - "Posts for {month} {year}": "Αναρτήσεις για τον {month} του {year}", + "Posts for {month_day_year}": "Αναρτήσεις στις {month_day_year}", + "Posts for {month_year}": "Αναρτήσεις για τον {month_year}", "Previous post": "Προηγούμενη ανάρτηση", + "Previous": "", "Publication date": "Ημερομηνία δημοσίευσης", "RSS feed": "", "Read in English": "Διαβάστε στα Ελληνικά", @@ -36,9 +39,11 @@ MESSAGES = { "Tags": "Ετικέτες", "Toggle navigation": "", "Uncategorized": "", + "Up": "", "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "σελίδα παλαιότερων αναρτήσεων %d", "page %d": "σελίδα %d", + "updated": "", } |
