upgrading tinymce to 2.0.5.1

This commit is contained in:
JT Smith 2006-04-15 20:13:07 +00:00
parent c012e8913d
commit c48e6b98dd
31 changed files with 499 additions and 0 deletions

View 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'
});

View file

@ -0,0 +1,6 @@
// TR lang variables
tinyMCE.addToLang('',{
fullscreen_title : 'Tam ekran modu',
fullscreen_desc : 'Tam ekran moduna geç'
});

View 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 : '切换全屏模式'
});