mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
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:
parent
c2277c3931
commit
32a25d8524
3 changed files with 51 additions and 1 deletions
BIN
dbtemplates/locale/he/LC_MESSAGES/django.mo
Normal file
BIN
dbtemplates/locale/he/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
50
dbtemplates/locale/he/LC_MESSAGES/django.po
Normal file
50
dbtemplates/locale/he/LC_MESSAGES/django.po
Normal 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 "תבניות"
|
||||
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue