diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-09-13 19:52:59 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-09-13 19:52:59 +0000 |
| commit | 3ac39749b1cbb33eacd2780127f53e6d66f074aa (patch) | |
| tree | 1be3b113846fc28f2d82e7311a609f247783d94f | |
| parent | c42fd0766735f8f565a9761b57d2e265430aeda0 (diff) | |
Fixed #5337 -- Updated Hebrew translation. Thanks, Amit Ramon.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6137 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | django/conf/locale/he/LC_MESSAGES/django.mo | bin | 48281 -> 48283 bytes | |||
| -rw-r--r-- | django/conf/locale/he/LC_MESSAGES/django.po | 10 |
3 files changed, 6 insertions, 5 deletions
@@ -239,6 +239,7 @@ answer newbie questions, and generally made Django that much better: Johann Queuniet <johann.queuniet@adh.naellia.eu> J. Rademaker Michael Radziej <mir@noris.de> + Amit Ramon <amit.ramon@gmail.com> Massimiliano Ravelli <massimiliano.ravelli@gmail.com> Brian Ray <http://brianray.chipy.org/> remco@diji.biz diff --git a/django/conf/locale/he/LC_MESSAGES/django.mo b/django/conf/locale/he/LC_MESSAGES/django.mo Binary files differindex 50021ed86d..a0cb5fa62a 100644 --- a/django/conf/locale/he/LC_MESSAGES/django.mo +++ b/django/conf/locale/he/LC_MESSAGES/django.mo diff --git a/django/conf/locale/he/LC_MESSAGES/django.po b/django/conf/locale/he/LC_MESSAGES/django.po index 9fc5d7ee80..3ea69510c8 100644 --- a/django/conf/locale/he/LC_MESSAGES/django.po +++ b/django/conf/locale/he/LC_MESSAGES/django.po @@ -205,7 +205,7 @@ msgstr "פברואר" #: utils/dates.py:14 utils/dates.py:27 msgid "March" -msgstr "מרץ" +msgstr "מרס" #: utils/dates.py:14 utils/dates.py:27 msgid "April" @@ -241,11 +241,11 @@ msgstr "נובמבר" #: utils/dates.py:16 msgid "December" -msgstr "תצבר" +msgstr "דצמבר" #: utils/dates.py:19 msgid "jan" -msgstr "יאנ" +msgstr "ינו" #: utils/dates.py:19 msgid "feb" @@ -253,7 +253,7 @@ msgstr "פבר" #: utils/dates.py:19 msgid "mar" -msgstr "מרץ" +msgstr "מרס" #: utils/dates.py:19 msgid "apr" @@ -293,7 +293,7 @@ msgstr "דצמ" #: utils/dates.py:27 msgid "Jan." -msgstr "יאנ'" +msgstr "ינו'" #: utils/dates.py:27 msgid "Feb." |
