<P><B>Web page</B> - A URL to somewhere on the web. Like the previous type, this
will display a web page. Unlike the previous type, though, the page will displayed
within a frame, as if it is integrated within the course.
+
+<P><B>Program</B> - an external program that requires information passed to it
+about the current Moodle user and course. This allows external web applications
+to cooperate with Moodle.
$string['resourcetype4'] = "Plain text";
$string['resourcetype5'] = "Web Link";
$string['resourcetype6'] = "HTML text";
+$string['resourcetype7'] = "Program";
?>
<P><B>Web page</B> - A URL to somewhere on the web. Like the previous type, this
will display a web page. Unlike the previous type, though, the page will displayed
within a frame, as if it is integrated within the course.
+
+<P><B>Program</B> - an external program that requires information passed to it
+about the current Moodle user and course. This allows external web applications
+to cooperate with Moodle.
$string['resourcetype4'] = "Plain text";
$string['resourcetype5'] = "Web Link";
$string['resourcetype6'] = "HTML text";
+$string['resourcetype7'] = "Program";
?>