# This file is distributed under the same license as the Django package.
# 
# Translators:
# Ian Y. Choi <ianyrchoi@gmail.com>, 2016
# Le Tartuffe <magno79@gmail.com>, 2014
# Kyoung Up, Jung <perhapsspy@gmail.com>, 2016
# Yeonsu Bak <yeonsubak@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: django-formtools\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-03-25 09:31-0500\n"
"PO-Revision-Date: 2017-09-20 12:01+0000\n"
"Last-Translator: Kyoung Up, Jung <perhapsspy@gmail.com>\n"
"Language-Team: Korean (http://www.transifex.com/django/django-formtools/language/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ko\n"
"Plural-Forms: nplurals=1; plural=0;\n"

#: apps.py:7
msgid "Form Tools"
msgstr "폼 도구"

#: templates/formtools/form.html:6
msgid "Please correct the following errors"
msgstr "다음과 같은 오류들을 고치세요."

#: templates/formtools/form.html:6 templates/formtools/preview.html:24
msgid "Submit"
msgstr "제출"

#: templates/formtools/form.html:13 templates/formtools/preview.html:34
msgid "Preview"
msgstr "미리보기"

#: templates/formtools/preview.html:6
msgid "Preview your submission"
msgstr "제출 미리보기"

#: templates/formtools/preview.html:17
#, python-format
msgid "Security hash: %(hash_value)s"
msgstr "보안 해시: %(hash_value)s"

#: templates/formtools/preview.html:27
msgid "Or edit it again"
msgstr "또는 다시 수정"

#: templates/formtools/wizard/wizard_form.html:16
msgid "first step"
msgstr "첫번째 단계"

#: templates/formtools/wizard/wizard_form.html:17
msgid "prev step"
msgstr "이전 단계"

#: templates/formtools/wizard/wizard_form.html:19
msgid "submit"
msgstr "제출"

#: wizard/views.py:276
msgid "ManagementForm data is missing or has been tampered."
msgstr "관리폼 데이터가 없거나 변조되었습니다."
