mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
23 lines
484 B
JavaScript
Executable File
23 lines
484 B
JavaScript
Executable File
// IT lang variables
|
|
|
|
tinyMCE.addToLang('emotions',{
|
|
title : 'Inserisci emoticon',
|
|
desc : 'Emoticons',
|
|
cool : 'Fico',
|
|
cry : 'Pianto',
|
|
embarassed : 'Imbarazzo',
|
|
foot_in_mouth : 'Calcio in faccia',
|
|
frown : 'Tristezza',
|
|
innocent : 'Innocenza',
|
|
kiss : 'Bacio',
|
|
laughing : 'Risata',
|
|
money_mouth : 'Soldi',
|
|
sealed : 'Bocca chiusa',
|
|
smile : 'Sorriso',
|
|
surprised : 'Sorpresa',
|
|
tongue_out : 'Linguaccia',
|
|
undecided : 'Indecisione',
|
|
wink : 'Occhiolino',
|
|
yell : 'Urlo'
|
|
});
|