diff --git a/dbtemplates/locale/he/LC_MESSAGES/django.mo b/dbtemplates/locale/he/LC_MESSAGES/django.mo new file mode 100644 index 0000000..34b9587 Binary files /dev/null and b/dbtemplates/locale/he/LC_MESSAGES/django.mo differ diff --git a/dbtemplates/locale/he/LC_MESSAGES/django.po b/dbtemplates/locale/he/LC_MESSAGES/django.po new file mode 100644 index 0000000..0100c4a --- /dev/null +++ b/dbtemplates/locale/he/LC_MESSAGES/django.po @@ -0,0 +1,50 @@ +# translation of PACKAGE. +# Copyright (C) 2008 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# <>, 2008. +# , fuzzy +# +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-08-24 00:09+0200\n" +"PO-Revision-Date: 2008-08-21 12:31+0300\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: admin.py:9 +msgid "Date information" +msgstr "תאריכים" + +#: models.py:14 +msgid "name" +msgstr "שם" + +#: models.py:14 +msgid "Example: 'flatpages/default.html'" +msgstr "דוגמא: 'flatpages/default.html'" + +#: models.py:15 +msgid "content" +msgstr "תוכן" + +#: models.py:17 +msgid "creation date" +msgstr "נוצר ב" + +#: models.py:18 +msgid "last changed" +msgstr "שונה ב" + +#: models.py:22 +msgid "template" +msgstr "תבנית" + +#: models.py:23 +msgid "templates" +msgstr "תבניות" diff --git a/setup.py b/setup.py index 2129dec..85457b4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name='dbtemplates', - version='0.4.1', + version='0.4.2', description='Template loader for database stored templates', author='Jannis Leidel', author_email='jannis@leidel.info',