includes/clientside/tinymce/plugins/flash/langs/en.js
author Dan
Sun, 07 Oct 2007 22:06:15 -0400
changeset 182 c69730750be3
parent 1 fe660c52c48f
permissions -rw-r--r--
Fixed the security hole (really, I'm a moron - used $failed > $threshold instead of $failed >= $threashold) and patched up some...erm... math issues

// 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'
});