From 1ee0e69b7b1e928b083431434c1c4fb6d3cc7362 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 20 Oct 2010 22:47:15 +0200 Subject: [PATCH] Comments --- adminer/lang/cs.inc.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/adminer/lang/cs.inc.php b/adminer/lang/cs.inc.php index 4c91e62a..ffc92cf2 100644 --- a/adminer/lang/cs.inc.php +++ b/adminer/lang/cs.inc.php @@ -183,7 +183,10 @@ $translations = array( 'Truncate' => 'Vyprázdnit', 'Tables have been truncated.' => 'Tabulky byly vyprázdněny.', 'Rows' => 'Řádků', + + // thousands separator - must contain single byte ',' => ' ', + 'Tables have been moved.' => 'Tabulky byly přesunuty.', 'Move to other database' => 'Přesunout do jiné databáze', 'Move' => 'Přesunout', @@ -206,9 +209,16 @@ $translations = array( 'Stop on error' => 'Zastavit při chybě', 'Maximum number of allowed fields exceeded. Please increase %s and %s.' => 'Byl překročen maximální povolený počet polí. Zvyšte prosím %s a %s.', 'anywhere' => 'kdekoliv', + + // sprintf() format for time of the command '%.3f s' => '%.3f s', + + // date format in Editor: $1 yyyy, $2 yy, $3 mm, $4 m, $5 dd, $6 d '$1-$3-$5' => '$6.$4.$1', + + // hint for date format - use language equivalents for day, month and year shortcuts '[yyyy]-mm-dd' => 'd.m.[rrrr]', + 'History' => 'Historie', 'Variables' => 'Proměnné', 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.' => 'Zdrojové a cílové sloupce musí mít stejný datový typ, nad cílovými sloupci musí být definován index a odkazovaná data musí existovat.',