mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 21:49:28 +01:00
9 lines
282 B
JavaScript
9 lines
282 B
JavaScript
|
// ES lang variables by Alvaro Velasco and Adolfo Sanz De Diego (asanzdiego) <asanzdiego@yahoo.es>
|
||
|
// Last Updated : October 2005
|
||
|
// TinyMCE Version : 2.0RC3
|
||
|
|
||
|
tinyMCE.addToLang('',{
|
||
|
fullscreen_title : 'Pantalla completa',
|
||
|
fullscreen_desc : 'Cambiar a pantalla completa'
|
||
|
});
|