mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:12 +01:00
23 lines
446 B
JavaScript
Executable File
23 lines
446 B
JavaScript
Executable File
// 日本語 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 : '叫ぶ'
|
|
});
|