upgrading to tinymce 2.0.6.1

This commit is contained in:
JT Smith 2006-06-23 18:29:19 +00:00
parent dd804d81d0
commit 4206167c57
30 changed files with 454 additions and 0 deletions

View file

@ -0,0 +1,22 @@
// FI lang variables
tinyMCE.addToLang('Hymiöt',{
title : 'Lisää hymiö',
desc : 'Hymiö',
cool : 'Cooli',
cry : 'Surullinen',
embarassed : 'Nolostunut',
foot_in_mouth : 'Jalka suussa',
frown : 'Otsa rypyssä',
innocent : 'Viaton',
kiss : 'Suudelma',
laughing : 'Naurava',
money_mouth : 'Rahasuu',
sealed : 'Sinetöity',
smile : 'Hymyilevä',
surprised : 'Yllättynyt',
tongue_out : 'Kieli ulkona',
undecided : 'Päättämätön',
wink : 'Silmää iskevä',
yell : 'Huutaa'
});

View file

@ -0,0 +1,22 @@
// 日本語 EUC lang variables
tinyMCE.addToLang('emotions',{
title : '顔キャラを挿入',
desc : '顔キャラ',
cool : 'カッコイイ',
cry : '泣く',
embarassed : '照れる',
foot_in_mouth : '口にチャック',
frown : 'ボーッ',
innocent : '天使',
kiss : 'キス',
laughing : '笑う',
money_mouth : 'お金',
sealed : '',
smile : '笑顔',
surprised : 'ビックリ',
tongue_out : 'ペロッ',
undecided : 'ふ~ん',
wink : 'ウィンク',
yell : '叫ぶ'
});

View file

@ -0,0 +1,22 @@
// 日本語 Shift_JIS lang variables
tinyMCE.addToLang('emotions',{
title : '顔キャラを挿入',
desc : '顔キャラ',
cool : 'カッコイイ',
cry : '泣く',
embarassed : '照れる',
foot_in_mouth : '口にチャック',
frown : 'ボーッ',
innocent : '天使',
kiss : 'キス',
laughing : '笑う',
money_mouth : 'お金',
sealed : '',
smile : '笑顔',
surprised : 'ビックリ',
tongue_out : 'ペロッ',
undecided : 'ふ~ん',
wink : 'ウィンク',
yell : '叫ぶ'
});

View file

@ -0,0 +1,22 @@
// 日本語 utf-8 lang variables
tinyMCE.addToLang('emotions',{
title : '顔キャラを挿入',
desc : '顔キャラ',
cool : 'カッコイイ',
cry : '泣く',
embarassed : '照れる',
foot_in_mouth : '口にチャック',
frown : 'ボーッ',
innocent : '天使',
kiss : 'キス',
laughing : '笑う',
money_mouth : 'お金',
sealed : '',
smile : '笑顔',
surprised : 'ビックリ',
tongue_out : 'ペロッ',
undecided : 'ふ~ん',
wink : 'ウィンク',
yell : '叫ぶ'
});