mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 20:51:23 +01:00
12 lines
346 B
JavaScript
12 lines
346 B
JavaScript
|
// DK lang variables contributed by Jan Moelgaard, John Dalsgaard and Bo Frederiksen.
|
||
|
|
||
|
tinyMCE.addToLang('flash',{
|
||
|
title : 'Indsæt / rediger Flash-film',
|
||
|
desc : 'Indsæt / rediger Flash-film',
|
||
|
file : 'Flash-Fil (.swf)',
|
||
|
size : 'Størrelse',
|
||
|
list : 'Flash filer',
|
||
|
props : 'Flash egenskaber',
|
||
|
general : 'Genererelt'
|
||
|
});
|