mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:12 +01:00
12 lines
267 B
JavaScript
12 lines
267 B
JavaScript
|
// SI lang variables ISO-8859-2
|
||
|
|
||
|
tinyMCE.addToLang('flash',{
|
||
|
title : 'Vstavi/uredi Flash film',
|
||
|
desc : 'Vstavi/uredi Flash film',
|
||
|
file : 'Flash datoteka (.swf)',
|
||
|
size : 'Velikost',
|
||
|
list : 'Flash datoteke',
|
||
|
props : 'Lastnosti',
|
||
|
general : 'Splošno'
|
||
|
});
|