You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Jannis Leidel <jannis@leidel.info>, 2011
  5. # Nikolas Demiridis <nikolas@demiridis.gr>, 2014
  6. # Pãnoș <panos.laganakos@gmail.com>, 2014
  7. # Pãnoș <panos.laganakos@gmail.com>, 2016
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: django\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2015-01-17 11:07+0100\n"
  13. "PO-Revision-Date: 2017-09-23 18:54+0000\n"
  14. "Last-Translator: Pãnoș <panos.laganakos@gmail.com>\n"
  15. "Language-Team: Greek (http://www.transifex.com/django/django/language/el/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Language: el\n"
  20. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  21. msgid "Content Types"
  22. msgstr "Τύποι Περιεχομένου"
  23. msgid "python model class name"
  24. msgstr "όνομα κλάσης μοντέλου python"
  25. msgid "content type"
  26. msgstr "τύπος περιεχομένου"
  27. msgid "content types"
  28. msgstr "τύποι περιεχομένου"
  29. #, python-format
  30. msgid "Content type %(ct_id)s object has no associated model"
  31. msgstr ""
  32. "Το αντικείμενο %(ct_id)s τύπου περιεχομένου δεν έχει συσχετισμένο μοντέλο"
  33. #, python-format
  34. msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
  35. msgstr "Το αντικείμενο %(obj_id)s τύπου περιεχομένου %(ct_id)s δεν υπάρχει"
  36. #, python-format
  37. msgid "%(ct_name)s objects don't have a get_absolute_url() method"
  38. msgstr "τα αντικείμενα %(ct_name)s δεν έχουν μέθοδο get_absolute_url()"