]> git.mjollnir.org Git - moodle.git/commitdiff
Changes related to new popup capabilities for "Web Links".
authormoodler <moodler>
Sun, 20 Jul 2003 14:07:37 +0000 (14:07 +0000)
committermoodler <moodler>
Sun, 20 Jul 2003 14:07:37 +0000 (14:07 +0000)
TRANSLATORS PLEASE NOTE:  help/resource/resourcetype.html has changed slightly.

lang/en/help/resource/resourcetype.html
lang/en/resource.php

index 107605dd87e89438a73b86a81830a6b59e0d74c0..ed0e67a87d59f8b8789ebc36b821679c21e8f740 100644 (file)
@@ -18,7 +18,8 @@ you need to do it all manually using HTML codes.
 <P><B>Uploaded file</B> - displays any file you have uploaded into the course.  See the 'Files' section.
 
 <P><B>Web link</B> - A URL to somewhere on the web.  When anyone clicks on this resource 
-activity they will be taken out of the course (the page you've specified will fill the browser window).
+activity they will be taken out of the course (the page you've specified will fill the browser window,
+or if you specify it, will launch in a completely new window).
 
 <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 
index 0fe4880e313dd4682b06336a2a6eedd097f8167b..ed093e8e80ec704973a3bf76af386c9b1b1459e8 100644 (file)
@@ -14,6 +14,18 @@ $string['filename'] = "File name";
 $string['fulltext'] = "Full text";
 $string['htmlfragment'] = "HTML fragment";
 $string['neverseen'] = "Never seen";
+$string['newheight'] = "Default window height";
+$string['newwidth'] = "Default window width";
+$string['newfullscreen'] = "Fill the whole screen";
+$string['newresizable'] = "Allow the window to be resized";
+$string['newscrollbars'] = "Allow the window to be scrolled";
+$string['newdirectories'] = "Show the directory links";
+$string['newlocation'] = "Show the location bar";
+$string['newmenubar'] = "Show the menu bar";
+$string['newstatus'] = "Show the status bar";
+$string['newtoolbar'] = "Show the toolbar";
+$string['newwindow'] = "New window";
+$string['newwindowopen'] = "Display this resource in a new popup window";
 $string['note'] = "Note";
 $string['notefile'] = "To upload more files into the course (so they appear in this list) use the 
 <A HREF=\$a >File Manager</A>.";