mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:12 +01:00
13 lines
349 B
JavaScript
Executable File
13 lines
349 B
JavaScript
Executable File
// 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'
|
|
});
|