mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:12 +01:00
21 lines
564 B
JavaScript
Executable File
21 lines
564 B
JavaScript
Executable File
/**
|
|
* ES lang variables
|
|
*
|
|
* Authors : Alvaro Velasco,
|
|
* Adolfo Sanz De Diego (asanzdiego) <asanzdiego@yahoo.es>,
|
|
* Carlos C Soto (eclipxe) <csoto@sia-solutions.com>
|
|
* Eneko Castresana Vara
|
|
* Last Updated : July 14, 2006
|
|
* TinyMCE Version : 2.0.6.1
|
|
*/
|
|
|
|
tinyMCE.addToLang('flash',{
|
|
title : 'Insertar / editar película Flash',
|
|
desc : 'Insert / edit Flash Movie',
|
|
file : 'Fichero Flash (.swf)',
|
|
size : 'Tamaño',
|
|
list : 'Ficheros Flash',
|
|
props : 'Propiedades del Flash',
|
|
general : 'General'
|
|
});
|