Mercurial > public > sg101
comparison static/js/tiny_mce/plugins/media/langs/en_dlg.js @ 312:88b2b9cb8c1f
Fixing #142; cut over to the django.contrib.staticfiles app.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 27 Jan 2011 02:56:10 +0000 |
parents | |
children | 6c182ceb7147 |
comparison
equal
deleted
inserted
replaced
311:b1c39788e511 | 312:88b2b9cb8c1f |
---|---|
1 tinyMCE.addI18n('en.media_dlg',{ | |
2 title:"Insert / edit embedded media", | |
3 general:"General", | |
4 advanced:"Advanced", | |
5 file:"File/URL", | |
6 list:"List", | |
7 size:"Dimensions", | |
8 preview:"Preview", | |
9 constrain_proportions:"Constrain proportions", | |
10 type:"Type", | |
11 id:"Id", | |
12 name:"Name", | |
13 class_name:"Class", | |
14 vspace:"V-Space", | |
15 hspace:"H-Space", | |
16 play:"Auto play", | |
17 loop:"Loop", | |
18 menu:"Show menu", | |
19 quality:"Quality", | |
20 scale:"Scale", | |
21 align:"Align", | |
22 salign:"SAlign", | |
23 wmode:"WMode", | |
24 bgcolor:"Background", | |
25 base:"Base", | |
26 flashvars:"Flashvars", | |
27 liveconnect:"SWLiveConnect", | |
28 autohref:"AutoHREF", | |
29 cache:"Cache", | |
30 hidden:"Hidden", | |
31 controller:"Controller", | |
32 kioskmode:"Kiosk mode", | |
33 playeveryframe:"Play every frame", | |
34 targetcache:"Target cache", | |
35 correction:"No correction", | |
36 enablejavascript:"Enable JavaScript", | |
37 starttime:"Start time", | |
38 endtime:"End time", | |
39 href:"Href", | |
40 qtsrcchokespeed:"Choke speed", | |
41 target:"Target", | |
42 volume:"Volume", | |
43 autostart:"Auto start", | |
44 enabled:"Enabled", | |
45 fullscreen:"Fullscreen", | |
46 invokeurls:"Invoke URLs", | |
47 mute:"Mute", | |
48 stretchtofit:"Stretch to fit", | |
49 windowlessvideo:"Windowless video", | |
50 balance:"Balance", | |
51 baseurl:"Base URL", | |
52 captioningid:"Captioning id", | |
53 currentmarker:"Current marker", | |
54 currentposition:"Current position", | |
55 defaultframe:"Default frame", | |
56 playcount:"Play count", | |
57 rate:"Rate", | |
58 uimode:"UI Mode", | |
59 flash_options:"Flash options", | |
60 qt_options:"Quicktime options", | |
61 wmp_options:"Windows media player options", | |
62 rmp_options:"Real media player options", | |
63 shockwave_options:"Shockwave options", | |
64 autogotourl:"Auto goto URL", | |
65 center:"Center", | |
66 imagestatus:"Image status", | |
67 maintainaspect:"Maintain aspect", | |
68 nojava:"No java", | |
69 prefetch:"Prefetch", | |
70 shuffle:"Shuffle", | |
71 console:"Console", | |
72 numloop:"Num loops", | |
73 controls:"Controls", | |
74 scriptcallbacks:"Script callbacks", | |
75 swstretchstyle:"Stretch style", | |
76 swstretchhalign:"Stretch H-Align", | |
77 swstretchvalign:"Stretch V-Align", | |
78 sound:"Sound", | |
79 progress:"Progress", | |
80 qtsrc:"QT Src", | |
81 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..", | |
82 align_top:"Top", | |
83 align_right:"Right", | |
84 align_bottom:"Bottom", | |
85 align_left:"Left", | |
86 align_center:"Center", | |
87 align_top_left:"Top left", | |
88 align_top_right:"Top right", | |
89 align_bottom_left:"Bottom left", | |
90 align_bottom_right:"Bottom right", | |
91 flv_options:"Flash video options", | |
92 flv_scalemode:"Scale mode", | |
93 flv_buffer:"Buffer", | |
94 flv_startimage:"Start image", | |
95 flv_starttime:"Start time", | |
96 flv_defaultvolume:"Default volumne", | |
97 flv_hiddengui:"Hidden GUI", | |
98 flv_autostart:"Auto start", | |
99 flv_loop:"Loop", | |
100 flv_showscalemodes:"Show scale modes", | |
101 flv_smoothvideo:"Smooth video", | |
102 flv_jscallback:"JS Callback" | |
103 }); |