From 196ec225c5c9e035cab278078ea3dabfb9f2159a Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Thu, 13 Sep 2007 19:27:50 +0000 Subject: Fixed #3943 -- Fixed some typos in the Korean translation. Thanks, lurker86@gmail.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6129 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/conf/locale/ko/LC_MESSAGES/django.mo | Bin 42603 -> 42612 bytes django/conf/locale/ko/LC_MESSAGES/django.po | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django/conf/locale/ko/LC_MESSAGES/django.mo b/django/conf/locale/ko/LC_MESSAGES/django.mo index 58e97b496e..9b576377ae 100644 Binary files a/django/conf/locale/ko/LC_MESSAGES/django.mo and b/django/conf/locale/ko/LC_MESSAGES/django.mo differ diff --git a/django/conf/locale/ko/LC_MESSAGES/django.po b/django/conf/locale/ko/LC_MESSAGES/django.po index 476f7316ba..264c5f630d 100644 --- a/django/conf/locale/ko/LC_MESSAGES/django.po +++ b/django/conf/locale/ko/LC_MESSAGES/django.po @@ -825,12 +825,12 @@ msgstr "%d 자 이상 입력해 주세요." #: 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." -- cgit v1.3