django1/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po

78 lines
1.9 KiB
Plaintext

# Django Korean Translation
# Copyright (C) 2009
# This file is distributed under the same license as the django package.
# Hyun Mi Ae, Joongi Kim (me@daybreaker.info), Sung-Jin Hong (serialx.net@gmail.com)
#
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-12-29 00:24+0100\n"
"PO-Revision-Date: 2007-04-06 11:04+0900\n"
"Last-Translator: Joongi Kim (me@daybreaker.info)\n"
"Language-Team: Korean\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0\n"
#: admin.py:8 models.py:7
msgid "URL"
msgstr "URL"
#: admin.py:9
msgid ""
"Example: '/about/contact/'. Make sure to have leading and trailing slashes."
msgstr "앞, 뒤에 슬래시(/)를 넣으세요. 예:'/about/contact/' "
#: admin.py:11
#, fuzzy
msgid ""
"This value must contain only letters, numbers, dots, underscores, dashes, "
"slashes or tildes."
msgstr "문자, 숫자, '_', '-', '/'만 가능합니다."
#: admin.py:22
msgid "Advanced options"
msgstr "고급 옵션"
#: models.py:8
msgid "title"
msgstr "제목"
#: models.py:9
msgid "content"
msgstr "내용"
#: models.py:10
msgid "enable comments"
msgstr "사용 가능한 코멘트"
#: models.py:11
msgid "template name"
msgstr "템플릿명"
#: models.py:12
msgid ""
"Example: 'flatpages/contact_page.html'. If this isn't provided, the system "
"will use 'flatpages/default.html'."
msgstr ""
"예: 'flatpages/contact_page.html' 를 사용할 수 없는 경우 시스템이 'flatpages/"
"default.html' (을)를 사용합니다."
#: models.py:13
msgid "registration required"
msgstr "등록하세요."
#: models.py:13
msgid "If this is checked, only logged-in users will be able to view the page."
msgstr "체크할 경우, 로그인 사용자만 해당 페이지를 볼 수 있습니다."
#: models.py:18
msgid "flat page"
msgstr "플랫 페이지"
#: models.py:19
msgid "flat pages"
msgstr "플랫 페이지(들)"