From 8a18d8b80633769718b23f9e19531d27fe052c0b Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Mon, 16 Aug 2010 08:53:18 +0000 Subject: [PATCH] MDL-22624 help string thanks to Davo Smith for suggested wording --- mod/url/lang/en/url.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/mod/url/lang/en/url.php b/mod/url/lang/en/url.php index 9caf8115bd6..422a0bae0f9 100644 --- a/mod/url/lang/en/url.php +++ b/mod/url/lang/en/url.php @@ -27,11 +27,20 @@ $string['clicktoopen'] = 'Click {$a} link to open URL.'; $string['configdisplayoptions'] = 'Select all options that should be available, existing settings are not modified. Hold CTRL key to select multiple fields.'; $string['configframesize'] = 'When a web page or an uploaded file is displayed within a frame, this value is the height (in pixels) of the top frame (which contains the navigation).'; -$string['configrolesinparams'] = 'Enable if you want to include localized role names in list of avaible parameter variables.'; +$string['configrolesinparams'] = 'Enable if you want to include localized role names in list of available parameter variables.'; $string['configsecretphrase'] = 'This secret phrase is used to produce encrypted code value that can be sent to some servers as a parameter. The encrypted code is produced by an md5 value of the current user IP address concatenated with your secret phrase. ie code = md5(IP.secretphrase). Please note that this is not reliable because IP address may change and is often shared by different computers.'; $string['contentheader'] = 'Content'; $string['displayoptions'] = 'Available display options'; $string['displayselect'] = 'Display'; +$string['displayselect_help'] = 'This setting, together with the URL file type and whether the browser allows embedding, determines how the URL is displayed. Options may include: + +* Automatic - The best display option for the URL is selected automatically +* Embed - The URL is displayed within the page below the navigation bar together with the URL description and any blocks +* Force download - The user is prompted to download the URL file +* Open - Only the URL is displayed in the browser window +* In pop-up - The URL is displayed in a new browser window without menus or an address bar +* In frame - The URL is displayed within a frame below the the navigation bar and URL description +* New window - The URL is displayed in a new browser window with menus and an address bar'; $string['displayselectexplain'] = 'Choose display type, unfortunately not all types are suitable for all URLs.'; $string['externalurl'] = 'External URL'; $string['framesize'] = 'Frame height'; -- 2.11.4.GIT