mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 21:43:11 +01:00
12 lines
251 B
JavaScript
12 lines
251 B
JavaScript
// UK lang variables
|
|
|
|
tinyMCE.addToLang('flash',{
|
|
title : 'Insert / edit Flash Movie',
|
|
desc : 'Insert / edit Flash Movie',
|
|
file : 'Flash-File (.swf)',
|
|
size : 'Size',
|
|
list : 'Flash files',
|
|
props : 'Flash properties',
|
|
general : 'General'
|
|
});
|