diff --git a/po/cs.po b/po/cs.po index f82aab1d2..75547ec04 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2010-09-15 15:08+0200\n" -"PO-Revision-Date: 2010-09-15 15:07+0200\n" +"PO-Revision-Date: 2010-09-15 15:12+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: czech \n" "Language: cs\n" @@ -5367,7 +5367,6 @@ msgid "CREATE TABLE options:" msgstr "Parametry CREATE TABLE:" #: libraries/export/sql.php:123 -#, fuzzy #| msgid "" #| "Enclose table and field names with backquotes (Protects field and " #| "table names formed with special characters)" @@ -5404,6 +5403,9 @@ msgid "" "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" +"přidat názvy sloupců v každém příkazu INSERT
  " +"    Příklad: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " +"(1,2,3)" #: libraries/export/sql.php:155 msgid "" @@ -5411,30 +5413,41 @@ msgid "" "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" +"vložit více záznamů každým příkazem INSERT
    " +"  Příklad: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/export/sql.php:156 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" +"obě výše uvedené možnosti
      Příklad: INSERT " +"INTO tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/export/sql.php:157 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" +"ani jedno z výše uvedených
      Příklad: INSERT " +"INTO tbl_name VALUES (1,2,3)" #: libraries/export/sql.php:167 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" +"Vypisovat binární pole šestnáctkově (například, \"abc\" becomes 0x616263)" +"" #: libraries/export/sql.php:171 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" +"Vypisovat pole TIMESTAMP v UTC (usnadní přenost polí TIMESTAMP mezi " +"servery v různých časových pásmech)" #: libraries/export/sql.php:435 libraries/export/xml.php:34 msgid "Procedures" @@ -5547,6 +5560,8 @@ msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" +"První řádka souboru obsahuje jména polí (pokud toto nezaškrtnete, první " +"řádka bude součástí dat)" #: libraries/import/csv.php:39 msgid "" @@ -5554,6 +5569,9 @@ msgid "" "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" +"Pokud pořadí polí v souboru není stejné jako pořadí v databázi, zadejte zde " +"odpovídající jména polí. Jména musí být oddělena čárkami a nesmí být " +"uzavřena do uvozovek." #: libraries/import/csv.php:41 msgid "Column names: "