]> git.mjollnir.org Git - moodle.git/commitdiff
In English, it is probably better to use "Window" rather than "Display"
authormoodler <moodler>
Sun, 29 Aug 2004 04:28:55 +0000 (04:28 +0000)
committermoodler <moodler>
Sun, 29 Aug 2004 04:28:55 +0000 (04:28 +0000)
lang/en/resource.php

index d327b4c20fbae2aadae927b138414c53a276b5f6..c5ff8f501c63cdb0272c2a55fc2c86da50a9526c 100644 (file)
@@ -7,7 +7,7 @@ $string['chooseafile'] = 'Choose or upload a file';
 $string['configdefaulturl'] = 'This value is used to prefill the URL form when creating a new URL-based resource.';
 $string['configfilterexternalpages'] = 'Enabling this setting will cause all external resources (web pages, uploaded HTML files) to be processed by the currently defined site filters (such as glossary autolinks, for example).  Turning this option on may cause your course pages to slow down significantly - use with caution and only if you really need it.';
 $string['configframesize'] = 'When a web page or an uploaded file is displayed within a frame, this value is the size (in pixels) of the top frame (which contains the navigation).';
-$string['configparametersettings'] = 'This sets the default value for the parameter settings pane in the form when adding some new resources. After the first time, this becomes an individual user preference.';
+$string['configparametersettings'] = 'This sets the default value for the Parameter settings pane in the form when adding some new resources. After the first time, this becomes an individual user preference.';
 $string['configpopup'] = 'When adding a new resource which is able to be shown in a popup window, should this option be enabled by default?';
 $string['configpopupdirectories'] = 'Should popup windows show directory links by default?';
 $string['configpopupheight'] = 'What height should be the default height for new popup windows?';
@@ -20,10 +20,10 @@ $string['configpopuptoolbar'] = 'Should popup windows show the tool bar by defau
 $string['configpopupwidth'] = 'What width should be the default width for new popup windows?';
 $string['configsecretphrase'] = 'This secret phrase is used to produce the encrypted code value that can be sent to some resources as a parameter.  The encrypted code is produced by an md5 value of the current_users IP address concatenated with your secret phrase. ie code = md5(IP.secretphrase).  This allows the destination resource to verify the connection for extra security.';
 $string['configwebsearch'] = 'When adding a URL as a webpage or weblink, this location is offered as a site to help the user search for the URL they want.';
-$string['configwindowsettings'] = 'This sets the default value for the windows settings pane in the form when adding some new resources. After the first time, this becomes an individual user preference.';
+$string['configwindowsettings'] = 'This sets the default value for the Window settings pane in the form when adding some new resources. After the first time, this becomes an individual user preference.';
 $string['directlink'] = 'Direct link to this file';
 $string['directoryinfo'] = 'All the files in the chosen directory will be displayed.';
-$string['display'] = 'Display';
+$string['display'] = 'Window';
 $string['editingaresource'] = 'Editing a resource';
 $string['encryptedcode'] = 'Encrypted code';
 $string['example'] = 'Example';