Update translation

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@968 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-08-06 09:54:22 +00:00
parent 3342bc6ea1
commit 7c96e526c7

View file

@ -214,5 +214,20 @@ $translations = array(
'$1-$3-$5' => '$6.$4.$1',
'History' => 'História',
'Variables' => 'Premenné',
'Source and target columns must have the same data type and there must be an index on the target columns.' => 'Zdrojové a cieľové stĺpce musia mať rovnaký dátový typ a nad cieľovými stĺpcami musí byť definovaný index.',
'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 cieľové stĺpce musia mať rovnaký datový typ, nad cieľovými stĺpcami musí byť definovaný index a odkazované dáta musia existovať.',
'E-mail' => 'E-mail',
'From' => 'Odosielateľ',
'Subject' => 'Predmet',
'Send' => 'Odoslať',
'%d e-mail(s) have been sent.' => array('Bol odoslaný %d e-mail.', 'Boli odoslané %d e-maily.', 'Bolo odoslaných %d e-mailov.'),
'Run file' => 'Spustiť súbor',
'Numbers' => 'Čísla',
'Date and time' => 'Dátum a čas',
'Strings' => 'Reťazce',
'Binary' => 'Binárne',
'Lists' => 'Zoznamy',
'Relations' => 'Vzťahy',
'Maximum allowed file size is %sB.' => 'Maximálna povolená veľkosť súboru je %sB.',
'Clear' => 'Vyčistiť',
'Editor' => 'Editor',
);