1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 21:26:58 +02:00
Files
php-monstra/plugins/box/themes/languages/sk.lang.php
Sergey Romanenko 01a9112966 Update sk.lang.php
2014-08-01 18:44:36 +04:00

53 lines
2.6 KiB
PHP

<?php
return array(
'themes' => array(
'Themes' => 'Témy',
'Themes manager' => 'Manažér tém',
'Select Theme' => 'Vybrať tému',
'Save' => 'Uložiť',
'Save and Exit' => 'Uložiť a ukončiť',
'Name' => 'Názov',
'Create New Template' => 'Vytvoriť novú tému',
'New Template' => 'Nová téma',
'Delete template: :name' => 'Vymazať tému: :name',
'Delete chunk: :name' => 'Vymazať sekciu: :name',
'Delete styles: :name' => 'Vymazať CSS štýl: :name',
'Templates' => 'Témy',
'Clone' => 'Klonovať',
'Edit' => 'Editovať',
'Delete' => 'Vymazať',
'Actions' => 'Akcie',
'Create New Chunk' => 'Vytvoriť novú sekciu',
'New Chunk' => 'Nová sekcia',
'Chunks' => 'Sekcie',
'Create New Styles' => 'Vytvoriť nový CSS štýl',
'New Styles' => 'Nový CSS štýl',
'Styles' => 'CSS štýly',
'Template content' => 'Obsah témy',
'Styles content' => 'Obsah CSS štýlu',
'Chunk content' => 'Obsah sekcie',
'Edit Template' => 'Editovať tému',
'Edit Chunk' => 'Editovať sekciu',
'Edit Styles' => 'Editovať CSS štýl',
'Current Site Theme' => 'Aktuálna téma webstránky',
'Current admin theme' => 'Aktuálna téma administrácie',
'This template already exists' => 'Táto téma už existuje',
'This chunk already exists' => 'Táto sekcia už existuje',
'This styles already exist' => 'Tento CSS štýl už existuje',
'Components templates' => 'Témy komponentov',
'Your changes to the chunk <i>:name</i> have been saved.' => 'Vaše zmeny v sekcii <i>:name</i> boli uložené.',
'Your changes to the styles <i>:name</i> have been saved.' => 'Vaše zmeny v CSS štýle <i>:name</i> boli uložené.',
'Your changes to the template <i>:name</i> have been saved.' => 'Vaše zmeny v téme <i>:name</i> boli uložené.',
'Chunk <i>:name</i> deleted' => 'Chunk <i>:name</i> deleted',
'Required field' => 'Povinné políčko',
'Scripts' => 'Skripty',
'Site Theme' => 'Site Theme',
'Admin Theme' => 'Admin Theme',
'Create New Script' => 'Vytvoriť nový skript',
'Script content' => 'Obsah skriptu',
'New Script' => 'Nový skript',
'Edit Script' => 'Editovať skript',
)
);