upgrading to tinymce 2.0.6.1
This commit is contained in:
parent
f8e69afdf4
commit
0534118f8d
70 changed files with 1159 additions and 555 deletions
|
|
@ -1,17 +1,18 @@
|
|||
// Traduit par Normand Lamoureux le 2005-11-12
|
||||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Choisir une émoticône',
|
||||
desc : 'Insérer une émoticône',
|
||||
title : 'Choisir une émoticône',
|
||||
desc : 'Insérer une émoticône',
|
||||
cool : 'Cool',
|
||||
cry : 'Triste',
|
||||
embarassed : 'Embarrassé',
|
||||
embarassed : 'Embarrassé',
|
||||
foot_in_mouth : 'Oups !',
|
||||
frown : 'Mécontent',
|
||||
frown : 'Mécontent',
|
||||
innocent : 'Innocent',
|
||||
kiss : 'Bisou',
|
||||
laughing : 'Mort de rire',
|
||||
money_mouth : 'Sencuré',
|
||||
money_mouth : 'Sencuré',
|
||||
sealed : 'Motus',
|
||||
smile : 'Sourire',
|
||||
surprised : 'Surprise',
|
||||
|
|
|
|||
|
|
@ -1,6 +1,22 @@
|
|||
//IT lang variables
|
||||
// IT lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_emotions_title : 'Inserisci una emoticon',
|
||||
emotions_desc : 'Emoticon'
|
||||
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'
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue