mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-14 18:51:49 +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'
|
||
|
});
|