From: moodler Date: Sun, 20 Jul 2003 14:07:37 +0000 (+0000) Subject: Changes related to new popup capabilities for "Web Links". X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=058811c1c7dcd941cb6e26fe0060089dd73eaa38;p=moodle.git Changes related to new popup capabilities for "Web Links". TRANSLATORS PLEASE NOTE: help/resource/resourcetype.html has changed slightly. --- diff --git a/lang/en/help/resource/resourcetype.html b/lang/en/help/resource/resourcetype.html index 107605dd87..ed0e67a87d 100644 --- a/lang/en/help/resource/resourcetype.html +++ b/lang/en/help/resource/resourcetype.html @@ -18,7 +18,8 @@ you need to do it all manually using HTML codes.

Uploaded file - displays any file you have uploaded into the course. See the 'Files' section.

Web link - 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).

Web page - 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 diff --git a/lang/en/resource.php b/lang/en/resource.php index 0fe4880e31..ed093e8e80 100644 --- a/lang/en/resource.php +++ b/lang/en/resource.php @@ -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 File Manager.";