mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
22 lines
483 B
JavaScript
Executable File
22 lines
483 B
JavaScript
Executable File
// UK lang variables
|
|
|
|
tinyMCE.addToLang('emotions',{
|
|
title : 'Nderfut emocione',
|
|
desc : 'Emocione',
|
|
cool : 'Njesh',
|
|
cry : 'Qaj',
|
|
embarassed : 'Ne siklet',
|
|
foot_in_mouth : 'Kemben ne goje',
|
|
frown : 'Hmm...',
|
|
innocent : 'I pafajshem',
|
|
kiss : 'Puthje',
|
|
laughing : 'Qeshje',
|
|
money_mouth : 'Goje me para',
|
|
sealed : 'I vulosur',
|
|
smile : 'Buzeqeshje',
|
|
surprised : 'I çuditur',
|
|
tongue_out : 'Perqeshje',
|
|
undecided : 'I pavendosur',
|
|
wink : 'Hmm...',
|
|
yell : 'Bertitje'
|
|
}); |