mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:12 +01:00
23 lines
483 B
JavaScript
23 lines
483 B
JavaScript
// RU lang variables cp1251
|
|
|
|
tinyMCE.addToLang('emotions',{
|
|
title : 'Âñòàâèòü ñìàéëèê',
|
|
desc : 'Ñìàéëèêè',
|
|
cool : 'Cool',
|
|
cry : 'Ïëà÷',
|
|
embarassed : 'Embarassed',
|
|
foot_in_mouth : 'Foot in mouth',
|
|
frown : 'Íàõìóðåííîñòü',
|
|
innocent : 'Ñâÿòîé',
|
|
kiss : 'Ïîöåëóé',
|
|
laughing : 'Ñìåõ',
|
|
money_mouth : 'Money mouth',
|
|
sealed : 'Çàêëååííûé',
|
|
smile : 'Óëûáêà',
|
|
surprised : 'Ñþðïðèç',
|
|
tongue_out : 'Âûñóíóòûé ÿçûê',
|
|
undecided : 'Undecided',
|
|
wink : 'Wink',
|
|
yell : 'Yell'
|
|
});
|