mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:12 +01:00
7 lines
186 B
JavaScript
7 lines
186 B
JavaScript
|
// FR lang variables
|
||
|
// Modified by Motte, last updated 2006-03-23
|
||
|
|
||
|
tinyMCE.addToLang('',{
|
||
|
autosave_unload_msg : 'Vos modifications seront perdues si vous quittez cette page.'
|
||
|
});
|