mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:12 +01:00
8 lines
189 B
JavaScript
8 lines
189 B
JavaScript
|
// FR lang variables
|
||
|
// Modified by Motte, last updated 2006-03-23
|
||
|
|
||
|
tinyMCE.addToLang('',{
|
||
|
directionality_ltr_desc : 'Vers la droite',
|
||
|
directionality_rtl_desc : 'Vers la gauche'
|
||
|
});
|