Author: mtredinnick Date: 2007-09-13 14:27:50 -0500 (Thu, 13 Sep 2007) New Revision: 6129
Modified: django/trunk/django/conf/locale/ko/LC_MESSAGES/django.mo django/trunk/django/conf/locale/ko/LC_MESSAGES/django.po Log: Fixed #3943 -- Fixed some typos in the Korean translation. Thanks, [EMAIL PROTECTED] Modified: django/trunk/django/conf/locale/ko/LC_MESSAGES/django.mo =================================================================== (Binary files differ) Modified: django/trunk/django/conf/locale/ko/LC_MESSAGES/django.po =================================================================== --- django/trunk/django/conf/locale/ko/LC_MESSAGES/django.po 2007-09-13 18:06:01 UTC (rev 6128) +++ django/trunk/django/conf/locale/ko/LC_MESSAGES/django.po 2007-09-13 19:27:50 UTC (rev 6129) @@ -825,12 +825,12 @@ #: newforms/fields.py:130 #, python-format msgid "Ensure this value is less than or equal to %s." -msgstr "%s 자 이하로 입력해 주세요." +msgstr "%s 이하의 값을 입력해 주세요." #: newforms/fields.py:132 #, python-format msgid "Ensure this value is greater than or equal to %s." -msgstr "%s 자 이상 입력해 주세요." +msgstr "%s 이상의 값을 입력해 주세요." #: newforms/fields.py:165 msgid "Enter a valid date." --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
