File: sk.js

package info (click to toggle)
owl-dms 0.90-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 17,292 kB
  • ctags: 10,919
  • sloc: php: 48,457; sql: 3,603; sh: 363; perl: 204; makefile: 73
file content (18 lines) | stat: -rw-r--r-- 563 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * Slovak lang variables 
 * encoding: utf-8
 * 
 * @author Vladimir VASIL vvasil@post.sk
 *    
 * $Id: sk.js,v 1.1 2006/02/24 18:01:17 b0zz Exp $ 
 */  

tinyMCE.addToLang('',{
paste_text_desc : 'Vložiť neformatovaný text',
paste_text_title : 'Použi CTRL + V na klávesnici pre vloženie textu do okna.',
paste_text_linebreaks : 'Nechaj prerušenie riadkov',
paste_word_desc : 'Vložiť text s aplikáce Word',
paste_word_title : 'Použi CTRL + V na klávesnici pre vloženie textu do okna.',
selectall_desc : 'Označiť všetko'
});