forked from richardbarran/django-envelope
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'raratiru/greek' into develop
- Loading branch information
Showing
2 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-03-08 15:21+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <LL@li.org>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
#: envelope/forms.py:53 | ||
msgid "From" | ||
msgstr "Αποστολέας" | ||
|
||
#: envelope/forms.py:54 | ||
msgid "Email" | ||
msgstr "Email" | ||
|
||
#: envelope/forms.py:55 | ||
msgid "Subject" | ||
msgstr "Θέμα" | ||
|
||
#: envelope/forms.py:56 | ||
msgid "Message" | ||
msgstr "Μήνυμα" | ||
|
||
#: envelope/forms.py:94 | ||
#, python-format | ||
msgid "Contact form submitted and sent (from: %s)" | ||
msgstr "Η Φόρμα Επικοινωνίας απεστάλη επιτυχώς (αποστολέας: %s)" | ||
|
||
#: envelope/forms.py:97 | ||
msgid "An error occured while sending the email" | ||
msgstr "Υπήρξε λάθος κατά την αποστολή του email" | ||
|
||
#: envelope/settings.py:19 | ||
msgid "Message from contact form: " | ||
msgstr "Μήνυμα από τη Φόρμα Επικοινωνίας: " | ||
|
||
#: envelope/templates/envelope/contact_form.html:14 | ||
msgid "Send!" | ||
msgstr "Αποστολή!" | ||
|
||
#: envelope/templates/envelope/email_body.html:6 | ||
#: envelope/templates/envelope/email_body.html:34 | ||
#: envelope/templates/envelope/email_body.txt:2 | ||
msgid "Message from the contact form" | ||
msgstr "Μήνυμα από τη Φόρμα Επικοινωνίας" | ||
|
||
#: envelope/templates/envelope/email_body.html:78 | ||
#: envelope/templates/envelope/email_body.txt:3 | ||
msgid "Sender" | ||
msgstr "Αποστολέας" | ||
|
||
#: envelope/templates/envelope/email_body.html:103 | ||
#: envelope/templates/envelope/email_body.txt:10 | ||
msgid "message sent with envelope - a contact form app for Django" | ||
msgstr "το μήνυμα εστάλη με το envelope" | ||
|
||
#: envelope/templates/envelope/email_body.txt:4 | ||
msgid "The message follows." | ||
msgstr "Ακολουθεί το μήνυμα." |