mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 14:33:20 +01:00
23 lines
589 B
JavaScript
23 lines
589 B
JavaScript
|
// 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 : '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
|
|||
|
desc : '<27><><EFBFBD><EFBFBD>',
|
|||
|
cool : '<27><>',
|
|||
|
cry : '<27><>',
|
|||
|
embarassed : '<27><><EFBFBD><EFBFBD>',
|
|||
|
foot_in_mouth : 'Foot in mouth',
|
|||
|
frown : '<27><>ü',
|
|||
|
innocent : '<27><EFBFBD>',
|
|||
|
kiss : '<27><><EFBFBD><EFBFBD>',
|
|||
|
laughing : '<27><>Ц',
|
|||
|
money_mouth : 'Money mouth',
|
|||
|
sealed : '<27><><EFBFBD><EFBFBD>',
|
|||
|
smile : 'Ц',
|
|||
|
surprised : '<27><><EFBFBD><EFBFBD>',
|
|||
|
tongue_out : '<27><><EFBFBD><EFBFBD>',
|
|||
|
undecided : '<27><>ԥ',
|
|||
|
wink : 'գ<><D5A3>',
|
|||
|
yell : '<27><><EFBFBD><EFBFBD>'
|
|||
|
});
|