Added Hebrew translation, thanks mkriheli

git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@43 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : f75b729367d58618ba8670166236938f760e2633
This commit is contained in:
leidel 2008-08-23 22:12:17 +00:00
parent c2277c3931
commit 32a25d8524
3 changed files with 51 additions and 1 deletions

Binary file not shown.

View file

@ -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 "תבניות"

View file

@ -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',