PluginProbe
Timed Content / 1.2
Timed Content v1.2
2.99 trunk 1.0 1.1 1.2 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.10 2.11 2.12 2.15 2.2 2.3 2.3.1 2.4 2.5 2.5.1 2.50 2.51 2.52 All 67 releases
timed-content / tinymce_plugin / langs / en_dlg.js

en_dlg.js in Timed Content 1.2, at tinymce_plugin/langs/en_dlg.js

18 lines 681 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 tinyMCE.addI18n('en.timed_content_dlg',{
2 window_title : 'Add Timed Content shortcode',
3 client_tab: 'Client',
4 server_tab: 'Server',
5 client_instruction : 'Select the actions you wish to perform and the times after the Page/Post is loaded when they should occur.',
6 server_instruction : 'Select the actions you wish to perform and the dates/times when they should occur.',
7 optional : 'Optional',
8 time : 'Time (mm:ss)',
9 dt : 'Date/Time',
10 server_dt : 'Server Date/Time',
11 server_tz : 'Server Timezone',
12 fadein : 'Fade in (ms)',
13 fadeout : 'Fade out (ms)',
14 show : 'Show',
15 hide : 'Hide',
16 server_debug : 'Add date/time debugging statements to HTML source'
17 });
18