mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-07 03:31:23 +01:00
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'
|
||
|
});
|