Blame view
sources/apps/imprint/l10n/sk_SK.php
1.04 KB
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<?php $TRANSLATIONS = array( "Legal notice" => "Právne informácie", "Nothing here yet" => "Ešte tu nič nie je", "The content of the legal notice has to be configured first" => "Najskôr musíte nastaviť obsah právnych informácií", "That configuration is done in the administration section." => "Nastavenia vykonajte v sekcii Administrácia", "That configuration has to be done by the system administration." => "Nastavenie musí byť vykonané administrátorom systému.", "Imprint" => "Podmienky používania", "Placement" => "Umiestnenie", "Standalone app" => "Samostatná aplikácia", "Header left" => "V hlavičke vľavo", "Header right" => "V hlavičke vpravo", "Navigation top" => "V navigácii navrchu", "Navigation bottom" => "V navigácii naspodu", "During login" => "Počas prihlásenia", "Content" => "Obsah", "You can use html markup (e.g. <br> for a linebreak) and inline style attributes (e.g. <a style=\"color:red;\">)." => "Môžete používať html značky (e.g. <br> pre riadkovanie) a atribúty štýlov (napr. <a style=\"color:red;\">)." ); |