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,22 @@
// SI lang variables ISO-8859-2
tinyMCE.addToLang('emotions',{
title : 'Vstavi smeškota',
desc : 'Smeškoti',
cool : 'Kul',
cry : 'Jok',
embarassed : 'Osramočen',
foot_in_mouth : 'Foot in mouth',
frown : 'Nakremžen',
innocent : 'Nedolžen',
kiss : 'Poljub',
laughing : 'Smeh',
money_mouth : 'Denar',
sealed : 'Zapečaten',
smile : 'Nasmeh',
surprised : 'Presenečen',
tongue_out : 'Jezik ven',
undecided : 'Neodločen',
wink : 'Pomežik',
yell : 'Kričim'
});

View file

@ -0,0 +1,22 @@
// TR lang variables
tinyMCE.addToLang('emotions',{
title : 'Yüz ifadesi ekle',
desc : 'Yüz ifadeleri',
cool : 'Soðukkanlý',
cry : 'Aðlayan',
embarassed : 'Utangaç',
foot_in_mouth : 'Foot in mouth',
frown : 'Kaþlarý çatýk',
innocent : 'Masum',
kiss : 'Öpücük',
laughing : 'Gülen',
money_mouth : 'Money mouth',
sealed : 'Týp',
smile : 'Gülümseyen',
surprised : 'Þaþýrmýþ',
tongue_out : 'Dili dýþarda',
undecided : 'Kararsýz',
wink : 'Göz kýrpan',
yell : 'Haykýran'
});

View file

@ -0,0 +1,22 @@
// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
tinyMCE.addToLang('emotions',{
title : 'Thêm biểu cảm',
desc : 'Biểu cảm',
cool : 'Tuyệt',
cry : 'Khóc',
embarassed : 'Bối rối',
foot_in_mouth : 'Chân trong miệng',
frown : 'Cau mày',
innocent : 'Ngây thơ',
kiss : 'Hôn',
laughing : 'Cười',
money_mouth : 'Ngậm tiền',
sealed : 'Dán miệng',
smile : 'Mỉm cười',
surprised : 'Ngạc nhiên',
tongue_out : 'Thè lưỡi',
undecided : 'Chưa quyết định',
wink : 'Nháy mắt',
yell : 'La hét'
});

View file

@ -0,0 +1,23 @@
// 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('emotions',{
title : '插入表情',
desc : '表情',
cool : '酷',
cry : '哭',
embarassed : '尴尬',
foot_in_mouth : 'Foot in mouth',
frown : '皱眉',
innocent : '无辜',
kiss : '亲吻',
laughing : '大笑',
money_mouth : 'Money mouth',
sealed : '保密',
smile : '微笑',
surprised : '惊讶',
tongue_out : '吐舌',
undecided : '犹豫',
wink : '眨眼',
yell : '大叫'
});