This commit is contained in:
Jakub Vrana 2010-10-20 22:47:15 +02:00
parent c1363a6ae4
commit 1ee0e69b7b

View file

@ -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.',