| 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 |
|