forked from extern/egroupware
7 lines
207 B
JavaScript
7 lines
207 B
JavaScript
|
// FR lang variables
|
||
|
// Modified by Motte, last updated 2006-03-23
|
||
|
|
||
|
tinyMCE.addToLang('',{
|
||
|
fullscreen_title : 'Affichage plein écran',
|
||
|
fullscreen_desc : 'Affichage plein écran/normal'
|
||
|
});
|