upgrading tinymce to 2.0.5.1

This commit is contained in:
JT Smith 2006-04-15 20:17:29 +00:00
parent c48e6b98dd
commit acbf0f01a0
49 changed files with 2705 additions and 0 deletions

View file

@ -0,0 +1,6 @@
// SI lang variables ISO-8859-2
tinyMCE.addToLang('',{
directionality_ltr_desc : 'Smer od leve proti desni',
directionality_rtl_desc : 'Smer od desne proti levi'
});

View file

@ -0,0 +1,6 @@
// TR lang variables
tinyMCE.addToLang('',{
directionality_ltr_desc : 'Yön soldan saða',
directionality_rtl_desc : 'Yön saðdan sola'
});

View file

@ -0,0 +1,6 @@
// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
tinyMCE.addToLang('',{
directionality_ltr_desc : 'Hướng trái sang phải',
directionality_rtl_desc : 'Hướng phải sang trái'
});

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('',{
directionality_ltr_desc : '方向从左往右',
directionality_rtl_desc : '方向从右往左'
});