From f0ea59bc8873461e060032f69d46032a97b68331 Mon Sep 17 00:00:00 2001 From: svncommit Date: Wed, 8 Nov 2006 02:23:06 +0000 Subject: upgrade to TinyMCE v2.0.8 --- program/js/tiny_mce/plugins/media/langs/en.js | 85 +++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100755 program/js/tiny_mce/plugins/media/langs/en.js (limited to 'program/js/tiny_mce/plugins/media/langs') diff --git a/program/js/tiny_mce/plugins/media/langs/en.js b/program/js/tiny_mce/plugins/media/langs/en.js new file mode 100755 index 000000000..4cbfae654 --- /dev/null +++ b/program/js/tiny_mce/plugins/media/langs/en.js @@ -0,0 +1,85 @@ +// UK lang variables + +tinyMCE.addToLang('media',{ +title : 'Insert / edit embedded media', +desc : 'Insert / edit embedded media', +general : 'General', +advanced : 'Advanced', +file : 'File', +list : 'List', +size : 'Dimensions', +preview : 'Preview', +constrain_proportions : 'Constrain proportions', +type : 'Type', +id : 'Id', +name : 'Name', +class_name : 'Class', +vspace : 'V-Space', +hspace : 'H-Space', +play : 'Auto play', +loop : 'Loop', +menu : 'Show menu', +quality : 'Quality', +scale : 'Scale', +align : 'Align', +salign : 'SAlign', +wmode : 'WMode', +bgcolor : 'Background', +base : 'Base', +flashvars : 'Flashvars', +liveconnect : 'SWLiveConnect', +autohref : 'AutoHREF', +cache : 'Cache', +hidden : 'Hidden', +controller : 'Controller', +kioskmode : 'Kiosk mode', +playeveryframe : 'Play every frame', +targetcache : 'Target cache', +correction : 'No correction', +enablejavascript : 'Enable JavaScript', +starttime : 'Start time', +endtime : 'End time', +href : 'Href', +qtsrcchokespeed : 'Choke speed', +target : 'Target', +volume : 'Volume', +autostart : 'Auto start', +enabled : 'Enabled', +fullscreen : 'Fullscreen', +invokeurls : 'Invoke URLs', +mute : 'Mute', +stretchtofit : 'Stretch to fit', +windowlessvideo : 'Windowless video', +balance : 'Balance', +baseurl : 'Base URL', +captioningid : 'Captioning id', +currentmarker : 'Current marker', +currentposition : 'Current position', +defaultframe : 'Default frame', +playcount : 'Play count', +rate : 'Rate', +uimode : 'UI Mode', +flash_options : 'Flash options', +qt_options : 'Quicktime options', +wmp_options : 'Windows media player options', +rmp_options : 'Real media player options', +shockwave_options : 'Shockwave options', +autogotourl : 'Auto goto URL', +center : 'Center', +imagestatus : 'Image status', +maintainaspect : 'Maintain aspect', +nojava : 'No java', +prefetch : 'Prefetch', +shuffle : 'Shuffle', +console : 'Console', +numloop : 'Num loops', +controls : 'Controls', +scriptcallbacks : 'Script callbacks', +swstretchstyle : 'Stretch style', +swstretchhalign : 'Stretch H-Align', +swstretchvalign : 'Stretch V-Align', +sound : 'Sound', +progress : 'Progress', +qtsrc : 'QT Src', +qt_stream_warn : 'Streamed rtsp resources should be added to the QT Src field under the advanced tab.\nYou should also add a non streamed version to the Src field..' +}); -- cgit v1.2.3