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,11 @@
// SI lang variables ISO-8859-2
tinyMCE.addToLang('flash',{
title : 'Vstavi/uredi Flash film',
desc : 'Vstavi/uredi Flash film',
file : 'Flash datoteka (.swf)',
size : 'Velikost',
list : 'Flash datoteke',
props : 'Lastnosti',
general : 'Splošno'
});

View file

@ -0,0 +1,11 @@
// TR lang variables
tinyMCE.addToLang('flash',{
title : 'Flash ekle/düzenle',
desc : 'Flash ekle/düzenle',
file : 'Flash-Dosyası (.swf)',
size : 'Boyut',
list : 'Flash Dosyaları',
props : 'Flash özellikleri',
general : 'Genel'
});

View file

@ -0,0 +1,11 @@
// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
tinyMCE.addToLang('flash',{
title : 'Thêm/sửa phim flash',
desc : 'Thêm/sửa phim flash',
file : 'File flash (.swf)',
size : 'Kích thước',
list : 'File flash',
props : 'Thuộc tính flash',
general : 'Chung'
});

View file

@ -0,0 +1,12 @@
// 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('flash',{
title : '插入/编辑 Flash电影',
desc : 'Flash电影描述',
file : 'Flash插件(.swf)',
size : '尺寸',
list : 'Flash插件列表',
props : 'Flash属性',
general : '一般'
});