From 7ac53b833469376e4e100aecfd22f939ddbc1017 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 30 Aug 2004 04:21:56 +0000 Subject: [PATCH] Added chooseparamter ... bug 1824 --- lang/en/resource.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/resource.php b/lang/en/resource.php index c5ff8f501c6..3a823d37ba3 100644 --- a/lang/en/resource.php +++ b/lang/en/resource.php @@ -4,6 +4,7 @@ $string['addresource'] = 'Add a resource'; $string['chooseafile'] = 'Choose or upload a file'; +$string['chooseparameter'] = 'Choose parameter'; $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).';