From 32a25d85246f4dc23d7e6550a462ecf101d6e9c7 Mon Sep 17 00:00:00 2001 From: leidel Date: Sat, 23 Aug 2008 22:12:17 +0000 Subject: [PATCH] Added Hebrew translation, thanks mkriheli git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@43 cfb8ba98-e953-0410-9cff-959ffddf5974 committer: leidel --HG-- extra : convert_revision : f75b729367d58618ba8670166236938f760e2633 --- dbtemplates/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 717 bytes dbtemplates/locale/he/LC_MESSAGES/django.po | 50 ++++++++++++++++++++ setup.py | 2 +- 3 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 dbtemplates/locale/he/LC_MESSAGES/django.mo create mode 100644 dbtemplates/locale/he/LC_MESSAGES/django.po diff --git a/dbtemplates/locale/he/LC_MESSAGES/django.mo b/dbtemplates/locale/he/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..34b95874ffd4ceec44e00b87940a010a4b123c74 GIT binary patch literal 717 zcmaKo&ubGw6vs!czqTqO9(x!;C|IW5q=Ip+LXE2gjR|q>#nZSu*>2gL4YL!ee}%0Y zu!!1&NDUsmc=x|}H_?B=zrgRLk$?vu`{ncA%$xUPe_WUwG1zHn0ZO2=&=<(rPv|`K z3%UgThE75kj~wPLfM*b20q4ML;3;qobTvb89_m2n5I;G}*ky1Fba^kpdGO7YA3;~= zE9imWKv(}eh!X4sY{dFqVHRYCy zt!O1;LzxQw0^VJ3-e12L@{O?fsMUGs_0*s=R zvxt-|(6!xahqF;@%f8n<++IY_2N=PsZM%XkGkwD?Zz^SPK925+#w^cu=qn>a9hXU_ z(||XgX4YdgrX4z, 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',