mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
12 lines
293 B
JavaScript
12 lines
293 B
JavaScript
|
// FI lang variables
|
||
|
|
||
|
tinyMCE.addToLang('flash',{
|
||
|
title : 'Lisää / muokkaa Flash animaatio',
|
||
|
desc : 'Lisää / muokkaa Flash animaatio',
|
||
|
file : 'Flash-tiedosto (.swf)',
|
||
|
size : 'Koko',
|
||
|
list : 'Flash tiedostot',
|
||
|
props : 'Flash ominaisuudet',
|
||
|
general : 'Yleiset'
|
||
|
});
|