upgrading tinymce to 2.0.5.1
This commit is contained in:
parent
c012e8913d
commit
c48e6b98dd
31 changed files with 499 additions and 0 deletions
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/si.js
vendored
Normal file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/si.js
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// SI lang variables ISO-8859-2
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Celozaslonski način',
|
||||
fullscreen_desc : 'Vklopi/izklopi celozaslonski način'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/tr.js
vendored
Normal file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/tr.js
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// TR lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Tam ekran modu',
|
||||
fullscreen_desc : 'Tam ekran moduna geç'
|
||||
});
|
||||
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/zh_cn_utf8.js
vendored
Executable file
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/zh_cn_utf8.js
vendored
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
// Simplified Chinese lang variables contributed by TinyMCE_China_Team ( tinymce_china {AT} yahoogroups {DOT} com ).
|
||||
// visit our homepage at: http://www.cube316.net/tinymce/ for more information.
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : '全屏模式',
|
||||
fullscreen_desc : '切换全屏模式'
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue