# Korean translation of [D7] NuoDB Driver (7.x-1.0)
# Copyright (c) 2015 by the Korean translation team
#
msgid ""
msgstr ""
"Project-Id-Version: [D7] NuoDB Driver (7.x-1.0)\n"
"POT-Creation-Date: 2015-09-19 09:07+0000\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\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=2; plural=(n!=1);\n"

msgid "Cannot add field %table.%field: table doesn't exist."
msgstr ""
"존재하지 않는 테이블 %table 에 필드 %field 를 추가할 "
"수 없습니다."
msgid "Cannot add field %table.%field: field already exists."
msgstr ""
"이미 존재하는 %table.%field 필드를 추가할 수 "
"없습니다."
msgid "Cannot set default value of field %table.%field: field doesn't exist."
msgstr ""
"존재하지 않는 %table.%field 필드에 기본값을 정할 수 "
"없습니다."
msgid ""
"Cannot remove default value of field %table.%field: field doesn't "
"exist."
msgstr ""
"존재하지 않는 %table.%field 필드에서 기본값을 제거할 "
"수 없습니다."
msgid "Cannot add primary key to table %table: table doesn't exist."
msgstr ""
"존재하지 않는 %table 테이블에 기본키를 추가할 수 "
"없습니다."
msgid "Cannot add primary key to table %table: primary key already exists."
msgstr ""
"%table 테이블에 기본키가 이미 존재하여 추가할 수 "
"없습니다."
msgid "Cannot add unique key %name to table %table: table doesn't exist."
msgstr ""
"존재하지 않는 %table 에 고유키를 추가할 수 "
"없습니다."
msgid ""
"Cannot add unique key %name to table %table: unique key already "
"exists."
msgstr ""
"%table 테이블에 고유키가 이미 존재하여 추가할 수 "
"없습니다."
msgid "Cannot add index %name to table %table: table doesn't exist."
msgstr ""
"존재하지 않는 %table 테이블에 인덱스를 추가할 수 "
"없습니다."
msgid "Cannot add index %name to table %table: index already exists."
msgstr ""
"%table 테이블에 %name 인덱스가 이미 존재하여 추가할 "
"수 없습니다."
msgid ""
"Cannot change the definition of field %table.%name: field doesn't "
"exist."
msgstr ""
"존재하지 않는 %table.%name 필드의 정의를 바꿀 수 "
"없습니다."
msgid ""
"Cannot rename field %table.%name to %name_new: target field already "
"exists."
msgstr ""
"%name_new 필드가 이미 존재하여 %table.%name 의 이름을 "
"바꿀 수 없습니다."
msgid "Cannot rename @table to @table_new: table @table doesn't exist."
msgstr ""
"@table 테이블 이름을 @table_new으로 변경할 수 "
"없습니다: @table 테이블이 없습니다."
msgid "Cannot rename @table to @table_new: table @table_new already exists."
msgstr ""
"@table 테이블 이름을 @table_new으로 변경할 수 "
"없습니다: @table_new 테이블은 이미 존재합니다."
