Author: russellm Date: 2009-09-13 01:33:49 -0500 (Sun, 13 Sep 2009) New Revision: 11572
Modified: django/branches/releases/1.1.X/django/conf/locale/he/LC_MESSAGES/django.mo django/branches/releases/1.1.X/django/conf/locale/he/LC_MESSAGES/django.po Log: [1.1.X] Fixed #11862 -- Corrected an error in the Hebrew translation. Thanks to Adam Rimon for the fix. Merge of r11550 from trunk. Modified: django/branches/releases/1.1.X/django/conf/locale/he/LC_MESSAGES/django.mo =================================================================== (Binary files differ) Modified: django/branches/releases/1.1.X/django/conf/locale/he/LC_MESSAGES/django.po =================================================================== --- django/branches/releases/1.1.X/django/conf/locale/he/LC_MESSAGES/django.po 2009-09-13 06:33:35 UTC (rev 11571) +++ django/branches/releases/1.1.X/django/conf/locale/he/LC_MESSAGES/django.po 2009-09-13 06:33:49 UTC (rev 11572) @@ -391,7 +391,7 @@ #: contrib/admin/options.py:1003 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." -msgstr "הפריט %(name)s עם המקש %(key)r אינו קיים." +msgstr "הפריט %(name)s עם המפתח הראשי %(key)r אינו קיים." #: contrib/admin/options.py:860 #, python-format --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django 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/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
