repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git]
/
lib
/
editor
/
tinymce
/
jscripts
/
tiny_mce
/
plugins
/
fullscreen
/
langs
/
sk.js
blob
8222c4497a25bc37cb55ff4059ca23ac5f7567eb
1
/**
2
* Slovak lang variables
3
* encoding: utf-8
4
*
5
* @author Vladimir VASIL vvasil@post.sk
6
*
7
* $Id$
8
*/
9
10
tinyMCE.addToLang('',{
11
fullscreen_title : 'Na celú obrazovku',
12
fullscreen_desc : 'Prepnúť na celú obrazovku'
13
});
14