diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-09-13 19:27:50 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-09-13 19:27:50 +0000 |
| commit | 196ec225c5c9e035cab278078ea3dabfb9f2159a (patch) | |
| tree | 78a6193c0ad07892ff6125c6a1748af5cd22afd8 | |
| parent | 28d27a77e8f5d80844c7b7ca54b1e1731ec8b3e0 (diff) | |
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
| -rw-r--r-- | django/conf/locale/ko/LC_MESSAGES/django.mo | bin | 42603 -> 42612 bytes | |||
| -rw-r--r-- | 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 Binary files differindex 58e97b496e..9b576377ae 100644 --- a/django/conf/locale/ko/LC_MESSAGES/django.mo +++ b/django/conf/locale/ko/LC_MESSAGES/django.mo 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." |
