# Czech translation of Drupal 7 driver for SQL Server (6.x-1.0-alpha1)
# Copyright (c) 2010 by the Czech translation team
#
msgid ""
msgstr ""
"Project-Id-Version: Drupal 7 driver for SQL Server (6.x-1.0-alpha1)\n"
"POT-Creation-Date: 2010-12-16 13:31+0000\n"
"PO-Revision-Date: 2010-12-11 10:36+0000\n"
"Language-Team: Czech\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=((((n%10)==1)&&((n%100)!=11))?(0):(((((n%10)>=2)&&((n%10)<=4))&&(((n%100)<10)||((n%100)>=20)))?(1):2));\n"

msgid "php"
msgstr "php"
msgid "%type: %message in %function (line %line of %file)."
msgstr "%type: %message v %function (řádek %line z %file)."
msgid ""
"Drupal could not be correctly setup with the existing database. Revise "
"any errors."
msgstr ""
"Drupal nemůže být s existující databází správně nastaven. "
"Odstraňte chyby."
msgid "Table %name already exists."
msgstr "Tabulka %name již existuje."
msgid "Cannot rename %table to %table_new: table %table doesn't exist."
msgstr "Nelze přejmenovat %table na %table_new: tabulka %table neexistuje."
msgid "Cannot rename %table to %table_new: table %table_new already exists."
msgstr ""
"Nelze přejmenovat %table na %table_new: tabulka %table_new již "
"existuje."
msgid "Cannot add field %table.%field: table doesn't exist."
msgstr "Nelze přidat sloupec %table.%field: tabulka neexistuje."
msgid "Cannot add field %table.%field: field already exists."
msgstr "Nelze přidat pole %table.%field: pole již existuje."
msgid "Cannot set default value of field %table.%field: field doesn't exist."
msgstr "Nelze nastavit výchozí hodnotu pole %table.%field: pole neexistuje."
msgid ""
"Cannot remove default value of field %table.%field: field doesn't "
"exist."
msgstr ""
"Nelze odstranit implicitní hodnotu sloupce %table.%field: sloupec "
"neexistuje."
msgid "Cannot add primary key to table %table: table doesn't exist."
msgstr "Nelze přidat primární klíč do tabulky %table: tabulka neexistuje."
msgid "Cannot add primary key to table %table: primary key already exists."
msgstr ""
"Nelze přidat primární klíč do tabulky %table: primární klíč "
"již existuje."
msgid "Cannot add unique key %name to table %table: table doesn't exist."
msgstr ""
"Nelze přidat unikátní klíč %name do tabulky %table: tabulka "
"neexistuje."
msgid ""
"Cannot add unique key %name to table %table: unique key already "
"exists."
msgstr ""
"Nelze přidat unikátní klíč %name do tabulky %table: unikátní "
"klíč již existuje."
msgid "Cannot add index %name to table %table: table doesn't exist."
msgstr "Nelze přidat index %name do tabulky %table: tabulka neexistuje."
msgid "Cannot add index %name to table %table: index already exists."
msgstr "Nelze přidat index %name do tabulky %table: index již existuje."
msgid ""
"Cannot change the definition of field %table.%name: field doesn't "
"exist."
msgstr "Nelze změnit definici sloupce %table.%name: sloupec neexistuje."
msgid ""
"Cannot rename field %table.%name to %name_new: target field already "
"exists."
msgstr ""
"Nelze přejmenovat sloupec %table.%name na %name_new: výsledný "
"sloupec již existuje."
