mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
12 lines
275 B
JavaScript
12 lines
275 B
JavaScript
|
// IT lang variables
|
||
|
|
||
|
tinyMCE.addToLang('flash',{
|
||
|
title : 'Inserisci o modifica oggetto Flash',
|
||
|
desc : 'Inserisci o modifica oggetto Flash',
|
||
|
file : 'File Flash (.swf)',
|
||
|
size : 'Dimensioni',
|
||
|
list : 'Lista file',
|
||
|
props : 'Proprietà',
|
||
|
general : 'Generale'
|
||
|
});
|