mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-15 03:01:19 +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'
|
|
});
|