upgrading to tinymce 2.0.6.1
This commit is contained in:
parent
7582dbe9b1
commit
dd804d81d0
43 changed files with 845 additions and 0 deletions
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/fi.js
vendored
Executable file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/fi.js
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
// FI lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Kokoruututila',
|
||||
fullscreen_desc : 'Vaihda kokoruututila päälle/pois'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/it.js
vendored
Executable file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/it.js
vendored
Executable 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'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/ja_euc-jp.js
vendored
Executable file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/ja_euc-jp.js
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
// Japanese euc variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : '全画面表示',
|
||||
fullscreen_desc : '全画面表示をトグル'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/ja_shift_jis.js
vendored
Executable file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/ja_shift_jis.js
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
// Japanese shift_jis variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : '全画面表示',
|
||||
fullscreen_desc : '全画面表示をトグル'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/ja_utf-8.js
vendored
Executable file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/ja_utf-8.js
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
// Japanese utf-8 variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : '全画面表示',
|
||||
fullscreen_desc : '全画面表示をトグル'
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue