diff --git a/adminer/lang/sk.inc.php b/adminer/lang/sk.inc.php index ad6bebb3..7429b667 100644 --- a/adminer/lang/sk.inc.php +++ b/adminer/lang/sk.inc.php @@ -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', );