mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
13 lines
349 B
JavaScript
13 lines
349 B
JavaScript
|
// FR lang variables
|
||
|
// Modified by Motte, last updated 2006-03-23
|
||
|
|
||
|
tinyMCE.addToLang('flash',{
|
||
|
title : 'Gestionnaire d\'animation Flash',
|
||
|
desc : 'Insérer une animation Flash',
|
||
|
file : 'Fichier Flash (.swf)',
|
||
|
size : 'Taille',
|
||
|
list : 'Fichiers Flash',
|
||
|
props : 'Propriétés Flash',
|
||
|
general : 'Général'
|
||
|
});
|