mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:08 +01:00
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
// DE lang variables
|
|
|
|
tinyMCE.addToLang('',{
|
|
fullscreen_title : 'Vollbild-Modus',
|
|
fullscreen_desc : 'Vollbild-Modus umschalten'
|
|
});
|