Skip to content

Commit

Permalink
Added greek translation
Browse files Browse the repository at this point in the history
  • Loading branch information
spapas committed Mar 19, 2013
1 parent b300b7a commit 6fbfdd4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
Binary file added django_tables2/locale/el/LC_MESSAGES/django.mo
Binary file not shown.
36 changes: 36 additions & 0 deletions django_tables2/locale/el/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# 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: 2013-03-19 21:56+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"
"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"

#: .\templates\django_tables2\table.html.py:55
msgid "Previous"
msgstr "Προηγούμενη"

#: .\templates\django_tables2\table.html.py:59
#, python-format
msgid "Page %(current)s of %(total)s"
msgstr "Σελίδα %(current)s από %(total)s"

#: .\templates\django_tables2\table.html.py:63
msgid "Next"
msgstr "Επόμενη"

#: .\templates\django_tables2\table.html.py:66
#, python-format
msgid "%(count)s of %(total)s"
msgstr "%(count)s από %(total)s"

0 comments on commit 6fbfdd4

Please sign in to comment.