| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,94 @@ |
| 1 |
+// UK lang variables |
|
| 2 |
+ |
|
| 3 |
+tinyMCE.addToLang('media',{
|
|
| 4 |
+title : 'Insert / edit embedded media', |
|
| 5 |
+desc : 'Insert / edit embedded media', |
|
| 6 |
+general : 'General', |
|
| 7 |
+advanced : 'Advanced', |
|
| 8 |
+file : 'File', |
|
| 9 |
+list : 'List', |
|
| 10 |
+size : 'Dimensions', |
|
| 11 |
+preview : 'Preview', |
|
| 12 |
+constrain_proportions : 'Constrain proportions', |
|
| 13 |
+type : 'Type', |
|
| 14 |
+id : 'Id', |
|
| 15 |
+name : 'Name', |
|
| 16 |
+class_name : 'Class', |
|
| 17 |
+vspace : 'V-Space', |
|
| 18 |
+hspace : 'H-Space', |
|
| 19 |
+play : 'Auto play', |
|
| 20 |
+loop : 'Loop', |
|
| 21 |
+menu : 'Show menu', |
|
| 22 |
+quality : 'Quality', |
|
| 23 |
+scale : 'Scale', |
|
| 24 |
+align : 'Align', |
|
| 25 |
+salign : 'SAlign', |
|
| 26 |
+wmode : 'WMode', |
|
| 27 |
+bgcolor : 'Background', |
|
| 28 |
+base : 'Base', |
|
| 29 |
+flashvars : 'Flashvars', |
|
| 30 |
+liveconnect : 'SWLiveConnect', |
|
| 31 |
+autohref : 'AutoHREF', |
|
| 32 |
+cache : 'Cache', |
|
| 33 |
+hidden : 'Hidden', |
|
| 34 |
+controller : 'Controller', |
|
| 35 |
+kioskmode : 'Kiosk mode', |
|
| 36 |
+playeveryframe : 'Play every frame', |
|
| 37 |
+targetcache : 'Target cache', |
|
| 38 |
+correction : 'No correction', |
|
| 39 |
+enablejavascript : 'Enable JavaScript', |
|
| 40 |
+starttime : 'Start time', |
|
| 41 |
+endtime : 'End time', |
|
| 42 |
+href : 'Href', |
|
| 43 |
+qtsrcchokespeed : 'Choke speed', |
|
| 44 |
+target : 'Target', |
|
| 45 |
+volume : 'Volume', |
|
| 46 |
+autostart : 'Auto start', |
|
| 47 |
+enabled : 'Enabled', |
|
| 48 |
+fullscreen : 'Fullscreen', |
|
| 49 |
+invokeurls : 'Invoke URLs', |
|
| 50 |
+mute : 'Mute', |
|
| 51 |
+stretchtofit : 'Stretch to fit', |
|
| 52 |
+windowlessvideo : 'Windowless video', |
|
| 53 |
+balance : 'Balance', |
|
| 54 |
+baseurl : 'Base URL', |
|
| 55 |
+captioningid : 'Captioning id', |
|
| 56 |
+currentmarker : 'Current marker', |
|
| 57 |
+currentposition : 'Current position', |
|
| 58 |
+defaultframe : 'Default frame', |
|
| 59 |
+playcount : 'Play count', |
|
| 60 |
+rate : 'Rate', |
|
| 61 |
+uimode : 'UI Mode', |
|
| 62 |
+flash_options : 'Flash options', |
|
| 63 |
+qt_options : 'Quicktime options', |
|
| 64 |
+wmp_options : 'Windows media player options', |
|
| 65 |
+rmp_options : 'Real media player options', |
|
| 66 |
+shockwave_options : 'Shockwave options', |
|
| 67 |
+autogotourl : 'Auto goto URL', |
|
| 68 |
+center : 'Center', |
|
| 69 |
+imagestatus : 'Image status', |
|
| 70 |
+maintainaspect : 'Maintain aspect', |
|
| 71 |
+nojava : 'No java', |
|
| 72 |
+prefetch : 'Prefetch', |
|
| 73 |
+shuffle : 'Shuffle', |
|
| 74 |
+console : 'Console', |
|
| 75 |
+numloop : 'Num loops', |
|
| 76 |
+controls : 'Controls', |
|
| 77 |
+scriptcallbacks : 'Script callbacks', |
|
| 78 |
+swstretchstyle : 'Stretch style', |
|
| 79 |
+swstretchhalign : 'Stretch H-Align', |
|
| 80 |
+swstretchvalign : 'Stretch V-Align', |
|
| 81 |
+sound : 'Sound', |
|
| 82 |
+progress : 'Progress', |
|
| 83 |
+qtsrc : 'QT Src', |
|
| 84 |
+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..', |
|
| 85 |
+align_top : 'Top', |
|
| 86 |
+align_right : 'Right', |
|
| 87 |
+align_bottom : 'Bottom', |
|
| 88 |
+align_left : 'Left', |
|
| 89 |
+align_center : 'Center', |
|
| 90 |
+align_top_left : 'Top left', |
|
| 91 |
+align_top_right : 'Top right', |
|
| 92 |
+align_bottom_left : 'Bottom left', |
|
| 93 |
+align_bottom_right : 'Bottom right' |
|
| 94 |
+}); |
|
| 0 | 95 |
\ No newline at end of file |