forked from extern/egroupware
73 lines
2.5 KiB
JavaScript
Executable File
73 lines
2.5 KiB
JavaScript
Executable File
/**
|
|
* Slovak lang variables
|
|
* encoding: utf-8
|
|
*
|
|
* @author Vladimir VASIL vvasil@post.sk
|
|
*
|
|
* $Id: sk.js,v 1.1 2005/11/22 20:56:45 spocke Exp $
|
|
*/
|
|
|
|
|
|
tinyMCE.addToLang('',{
|
|
theme_style_select : 'Štýly',
|
|
theme_code_desc : 'Zobraziť HTML',
|
|
theme_code_title : 'Editácia HTML',
|
|
theme_code_wordwrap : 'Bez delení slov',
|
|
theme_sub_desc : 'Dolný index',
|
|
theme_sup_desc : 'Horný index',
|
|
theme_hr_desc : 'Vložiť vodorovný oddeľovač',
|
|
theme_removeformat_desc : 'Zrušiť formátovanie',
|
|
theme_custom1_desc : 'Ľubovolný popisok',
|
|
insert_image_border : 'Rámček',
|
|
insert_image_dimensions : 'Rozmery',
|
|
insert_image_vspace : 'Vertikálný okraj',
|
|
insert_image_hspace : 'Horizontálný okraj',
|
|
insert_image_align : 'Zarovnánie',
|
|
insert_image_align_default : 'Výchozi',
|
|
insert_image_align_baseline : 'Na čiare',
|
|
insert_image_align_top : 'Nahor',
|
|
insert_image_align_middle : 'Na stred',
|
|
insert_image_align_bottom : 'Dole',
|
|
insert_image_align_texttop : 'Najvyšší bod textu',
|
|
insert_image_align_absmiddle : 'Stred riadku',
|
|
insert_image_align_absbottom : 'Spodok riadku',
|
|
insert_image_align_left : 'Vľavo',
|
|
insert_image_align_right : 'Vpravo',
|
|
theme_font_size : '-- Veľkosť textu --',
|
|
theme_fontdefault : '-- Písmo --',
|
|
theme_block : '-- Formát --',
|
|
theme_paragraph : 'Odstavec',
|
|
theme_div : 'Div',
|
|
theme_address : 'Adresa',
|
|
theme_pre : 'Predformát',
|
|
theme_h1 : 'Nadpis 1',
|
|
theme_h2 : 'Nadpis 2',
|
|
theme_h3 : 'Nadpis 3',
|
|
theme_h4 : 'Nadpis 4',
|
|
theme_h5 : 'Nadpis 5',
|
|
theme_h6 : 'Nadpis 6',
|
|
theme_colorpicker_title : 'Výber farby',
|
|
theme_colorpicker_apply : 'Vybrať',
|
|
theme_forecolor_desc : 'Farba popredia',
|
|
theme_backcolor_desc : 'Farba pozadia',
|
|
theme_charmap_title : 'Výber znaku',
|
|
theme_charmap_desc : 'Vložiť znak',
|
|
theme_visualaid_desc : 'Zapnúť značky/neviditeľné prvky',
|
|
insert_anchor_title : 'Vloženie/editácia záložky',
|
|
insert_anchor_name : 'Názov',
|
|
theme_anchor_desc : 'Vložiť/editovať záložku',
|
|
theme_insert_link_titlefield : 'Názov',
|
|
theme_clipboard_msg : 'Funkcie Kopírovať/vystrihnúť/vložiť niesú použiteľné v Mozille a Firefoxe.\nChcete viac informacií o tomto probléme?',
|
|
theme_path : 'Cesta',
|
|
cut_desc : 'Vystrihnúť',
|
|
copy_desc : 'Kopírovať',
|
|
paste_desc : 'Vložiť',
|
|
link_list : 'Zoznam',
|
|
image_list : 'Zoznam',
|
|
browse : 'Prechádzať',
|
|
image_props_desc : 'Vlastnosti obrázku',
|
|
newdocument_desc : 'Nový dokument',
|
|
newdocument : 'Ste si istý(á), že chcete vymazať všetok obsah?'
|
|
});
|
|
|