mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
23 lines
496 B
JavaScript
23 lines
496 B
JavaScript
// HU lang variables
|
|
|
|
tinyMCE.addToLang('emotions',{
|
|
title : 'Hangulatjel beszúrása',
|
|
desc : 'Hangulatjelek',
|
|
cool : 'Király',
|
|
cry : 'Sírás',
|
|
embarassed : 'Zavart',
|
|
foot_in_mouth : 'Foot in mouth',
|
|
frown : 'Homlokráncolás',
|
|
innocent : 'Ártatlan',
|
|
kiss : 'Csók',
|
|
laughing : 'Nevetés',
|
|
money_mouth : 'Pénzéhes',
|
|
sealed : 'Elnémult',
|
|
smile : 'Mosolygás',
|
|
surprised : 'Meglepett',
|
|
tongue_out : 'Tongue out',
|
|
undecided : 'Határozatlan',
|
|
wink : 'Kacsintás',
|
|
yell : 'Sikoltás'
|
|
});
|