Thanks twisted1919, I would not send here my question if I do not have this done. Of course I have it in articles.php:
return array (
'View articles' => 'Pozrieť články',
'Articles' => 'Články',
'Published' => 'Publikované',
'Unpublished' => 'Nepublikované',
'Article' => 'Článok',
'Title' => 'Názov',
'Slug' => 'StruÄŤnĂ˝ titulok',
'Content' => 'Obsah',
'View article categories' => 'Pozrieť kategórie článkov',
'Categories' => 'KategĂłrie',
'Article categories' => 'Kategórie článkov',
'Category' => 'KategĂłria',
'Parent' => 'RodiÄŤ',
'Name' => 'Meno',
'Description' => 'Popis',
'View zones' => 'PozrieĹĄ zĂłny',
'List of helpful articles' => 'Zoznam článkov',
);
Pls tell me where I should insert 'app, 'File' and 'app, Sort order'. I have it translated in app.php. Thanks.