upgrading to tinymce 2.0.6.1

This commit is contained in:
JT Smith 2006-06-23 18:27:09 +00:00
parent 7582dbe9b1
commit dd804d81d0
43 changed files with 845 additions and 0 deletions

View file

@ -0,0 +1,6 @@
// FI lang variables
tinyMCE.addToLang('',{
fullscreen_title : 'Kokoruututila',
fullscreen_desc : 'Vaihda kokoruututila päälle/pois'
});

View file

@ -0,0 +1,6 @@
// IT lang variables
tinyMCE.addToLang('',{
fullscreen_title : 'Modalità a schermo intero',
fullscreen_desc : 'Abilita o disabilita la modalità a schermo intero'
});

View file

@ -0,0 +1,6 @@
// Japanese euc variables
tinyMCE.addToLang('',{
fullscreen_title : '全画面表示',
fullscreen_desc : '全画面表示をトグル'
});

View file

@ -0,0 +1,6 @@
// Japanese shift_jis variables
tinyMCE.addToLang('',{
fullscreen_title : '全画面表示',
fullscreen_desc : '全画面表示をトグル'
});

View file

@ -0,0 +1,6 @@
// Japanese utf-8 variables
tinyMCE.addToLang('',{
fullscreen_title : '全画面表示',
fullscreen_desc : '全画面表示をトグル'
});