Changeset 84
- Timestamp:
- 04/06/07 09:19:10 (2 years ago)
- Files:
-
- contenttoolbar/contenttoolbar_video_wizard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
contenttoolbar/contenttoolbar_video_wizard.php
r82 r84 25 25 $metatags .= "<link rel=\"stylesheet\" href=\"" . $CFG->wwwroot . "mod/contenttoolbar/css.css\" type=\"text/css\" media=\"screen\" />"; 26 26 27 $explanation = __gettext("To embed videos from popular sites like Google Video and Youtube, obtain the required conde and put it in the following form and configure your preferred size");27 $explanation = __gettext("To embed videos from popular sites like Google Video and Youtube, obtain the 'embed code', paste it in the following form and configure your preferred size:"); 28 28 $video_url_label = __gettext("Video URL"); 29 29 $video_size_label = __gettext("Video size"); 30 $video_button_label = __gettext("Insert Video");31 $error_msg = __gettext(" You must to specify a valid and not empty video string");30 $video_button_label = __gettext("Insert video"); 31 $error_msg = __gettext("We couldn't understand this code. Are you sure this is the embed HTML for your video?"); 32 32 33 33 $run_result = templates_draw(array('context'=>'video_wizard',
