]> code.citadel.org Git - citadel.git/blob - webcit/tiny_mce/plugins/emotions/langs/it.js
* serv_ldap.c: upon successful connect to an LDAP server, post an aide message warnin...
[citadel.git] / webcit / tiny_mce / plugins / emotions / langs / it.js
1 /**
2  * IT lang variables
3  * 
4  * Author : Luciano Vernaschi <luciano@virgilio.it>
5  * Last Updated : Mar. 1st, 2007
6  * TinyMCE Version : 2.1.0
7  */
8
9 tinyMCE.addToLang('emotions',{
10 title : 'Inserisci emoticon',
11 desc : 'Emoticons',
12 cool : 'Fico',
13 cry : 'Pianto',
14 embarassed : 'Imbarazzo',
15 foot_in_mouth : 'Calcio in faccia',
16 frown : 'Tristezza',
17 innocent : 'Innocenza',
18 kiss : 'Bacio',
19 laughing : 'Risata',
20 money_mouth : 'Soldi',
21 sealed : 'Bocca chiusa',
22 smile : 'Sorriso',
23 surprised : 'Sorpresa',
24 tongue_out : 'Linguaccia',
25 undecided : 'Indecisione',
26 wink : 'Occhiolino',
27 yell : 'Urlo'
28 });