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,11 @@
// FI lang variables
tinyMCE.addToLang('flash',{
title : 'Lisää / muokkaa Flash animaatio',
desc : 'Lisää / muokkaa Flash animaatio',
file : 'Flash-tiedosto (.swf)',
size : 'Koko',
list : 'Flash tiedostot',
props : 'Flash ominaisuudet',
general : 'Yleiset'
});

View file

@ -0,0 +1,11 @@
// IT lang variables
tinyMCE.addToLang('flash',{
title : 'Inserisci o modifica oggetto Flash',
desc : 'Inserisci o modifica oggetto Flash',
file : 'File Flash (.swf)',
size : 'Dimensioni',
list : 'Lista file',
props : 'Proprietà',
general : 'Generale'
});

View file

@ -0,0 +1,11 @@
// Japanese euc variables
tinyMCE.addToLang('flash',{
title : '挿入・編集フラッシュ',
desc : '挿入・編集フラッシュ',
file : 'フラッシュ (.swf)',
size : 'サイズ',
list : 'フラッシュのファイル',
props : 'フラッシュのプロパティ',
general : '一般'
});

View file

@ -0,0 +1,11 @@
// Japanese shift_jis variables
tinyMCE.addToLang('flash',{
title : '挿入・編集フラッシュ',
desc : '挿入・編集フラッシュ',
file : 'フラッシュ (.swf)',
size : 'サイズ',
list : 'フラッシュのファイル',
props : 'フラッシュのプロパティ',
general : '一般'
});

View file

@ -0,0 +1,11 @@
// Japanese utf-8 variables
tinyMCE.addToLang('flash',{
title : '挿入・編集フラッシュ',
desc : '挿入・編集フラッシュ',
file : 'フラッシュ (.swf)',
size : 'サイズ',
list : 'フラッシュのファイル',
props : 'フラッシュのプロパティ',
general : '一般'
});