Author: leidel
Date: Sat Nov 1 17:06:16 2008
New Revision: 61
Modified:
trunk/dbtemplates/locale/de/LC_MESSAGES/django.mo
trunk/dbtemplates/locale/de/LC_MESSAGES/django.po
trunk/dbtemplates/locale/he/LC_MESSAGES/django.mo
trunk/dbtemplates/locale/he/LC_MESSAGES/django.po
trunk/setup.py
Log:
Updated German and Hebrew locales (Thanks to Alex Gaynor) and bumped
version to 0.5.0
Modified: trunk/dbtemplates/locale/de/LC_MESSAGES/django.mo
==============================================================================
Binary files
/export/hde3/borgletdata/dirs/0.worktable2.workers.default.codesite.583041696/logs.0.worktable2.workers.default.codesite.583041696/tmp/tmpMOlX0u
and
/export/hde3/borgletdata/dirs/0.worktable2.workers.default.codesite.583041696/logs.0.worktable2.workers.default.codesite.583041696/tmp/tmphS8aIA
differ
Modified: trunk/dbtemplates/locale/de/LC_MESSAGES/django.po
==============================================================================
--- trunk/dbtemplates/locale/de/LC_MESSAGES/django.po (original)
+++ trunk/dbtemplates/locale/de/LC_MESSAGES/django.po Sat Nov 1 17:06:16
2008
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: 0.4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-19 17:09+0200\n"
+"POT-Creation-Date: 2008-11-01 23:45+0100\n"
"PO-Revision-Date: 2008-08-19 17:11+0100\n"
"Last-Translator: Jannis Leidel <[EMAIL PROTECTED]>\n"
"Language-Team: Jannis Leidel <[EMAIL PROTECTED]>\n"
@@ -11,35 +11,42 @@
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: German\n"
-#: admin.py:9
+#: admin.py:23
+msgid ""
+"Leaving this empty causes Django to look for a template with the given
name "
+"and populate this field with its content."
+msgstr ""
+"Wenn Sie dieses Feld leer lassen, wird Django versuchen, das Template
mit "
+"dem angegebenen Namen zu finden und mit dessen Inhalt das Feld zu füllen."
+
+#: admin.py:37
msgid "Date information"
msgstr "Datum"
-#: models.py:14
+#: models.py:17
msgid "name"
msgstr "Name"
-#: models.py:14
+#: models.py:17
msgid "Example: 'flatpages/default.html'"
msgstr "Zum Beispiel: 'flatpages/default.html'"
-#: models.py:15
+#: models.py:18
msgid "content"
msgstr "Inhalt"
-#: models.py:17
+#: models.py:20
msgid "creation date"
msgstr "Erstellt"
-#: models.py:18
+#: models.py:21
msgid "last changed"
msgstr "Geändert"
-#: models.py:22
+#: models.py:25
msgid "template"
msgstr "Template"
-#: models.py:23
+#: models.py:26
msgid "templates"
msgstr "Templates"
-
Modified: trunk/dbtemplates/locale/he/LC_MESSAGES/django.mo
==============================================================================
Binary files
/export/hde3/borgletdata/dirs/0.worktable2.workers.default.codesite.583041696/logs.0.worktable2.workers.default.codesite.583041696/tmp/tmpR8H_o9
and
/export/hde3/borgletdata/dirs/0.worktable2.workers.default.codesite.583041696/logs.0.worktable2.workers.default.codesite.583041696/tmp/tmpceAsrK
differ
Modified: trunk/dbtemplates/locale/he/LC_MESSAGES/django.po
==============================================================================
--- trunk/dbtemplates/locale/he/LC_MESSAGES/django.po (original)
+++ trunk/dbtemplates/locale/he/LC_MESSAGES/django.po Sat Nov 1 17:06:16
2008
@@ -3,13 +3,13 @@
# 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"
+"POT-Creation-Date: 2008-11-01 23:47+0100\n"
"PO-Revision-Date: 2008-08-21 12:31+0300\n"
"Last-Translator: <>\n"
"Language-Team: \n"
@@ -17,34 +17,40 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: admin.py:9
+#: admin.py:23
+msgid ""
+"Leaving this empty causes Django to look for a template with the given
name "
+"and populate this field with its content."
+msgstr "אם זה ריק אז ג'נגו מחפש תבנית עם שם סיפק וממלא את השדה עם תוכנו"
+
+#: admin.py:37
msgid "Date information"
msgstr "תאריכים"
-#: models.py:14
+#: models.py:17
msgid "name"
msgstr "שם"
-#: models.py:14
+#: models.py:17
msgid "Example: 'flatpages/default.html'"
msgstr "דוגמא: 'flatpages/default.html'"
-#: models.py:15
+#: models.py:18
msgid "content"
msgstr "תוכן"
-#: models.py:17
+#: models.py:20
msgid "creation date"
msgstr "נוצר ב"
-#: models.py:18
+#: models.py:21
msgid "last changed"
msgstr "שונה ב"
-#: models.py:22
+#: models.py:25
msgid "template"
msgstr "תבנית"
-#: models.py:23
+#: models.py:26
msgid "templates"
msgstr "תבניות"
Modified: trunk/setup.py
==============================================================================
--- trunk/setup.py (original)
+++ trunk/setup.py Sat Nov 1 17:06:16 2008
@@ -2,7 +2,7 @@
setup(
name='django-dbtemplates',
- version='0.4.7',
+ version='0.5.0',
description='Template loader for database stored templates',
long_description=open('README.rst').read(),
author='Jannis Leidel',
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---