mirror of
https://github.com/moodle/moodle.git
synced 2025-02-20 16:15:54 +01:00
36 lines
2.4 KiB
PHP
36 lines
2.4 KiB
PHP
<?php
|
|
|
|
$string['clicktoopen'] = 'Click $a link to open URL.';
|
|
$string['chooseavariable'] = 'Choose a variable...';
|
|
$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['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['displayauto'] = 'Automatic';
|
|
$string['displayembed'] = 'Embed';
|
|
$string['displayframe'] = 'In frame';
|
|
$string['displaynew'] = 'New window';
|
|
$string['displayopen'] = 'Open';
|
|
$string['displayoptions'] = 'Available display options';
|
|
$string['displaypopup'] = 'In pop-up';
|
|
$string['displayselect'] = 'Display';
|
|
$string['displayselectexplain'] = 'Choose display type, unfortunately not all types are suitable for all URLs.';
|
|
$string['externalurl'] = 'External URL';
|
|
$string['framesize'] = 'Frame height';
|
|
$string['modulename'] = 'URL';
|
|
$string['modulenameplural'] = 'URLs';
|
|
$string['neverseen'] = 'Never seen';
|
|
$string['optionsheader'] = 'Options';
|
|
$string['parameterinfo'] = 'parameter=variable';
|
|
$string['parametersheader'] = 'Parameters';
|
|
$string['popupheight'] = 'Popup height (in pixels)';
|
|
$string['popupheightexplain'] = 'Specifies default height of popup windows.';
|
|
$string['popupwidth'] = 'Popup width (in pixels)';
|
|
$string['popupwidthexplain'] = 'Specifies default width of popup windows.';
|
|
$string['printheading'] = 'Display URL name';
|
|
$string['printheadingexplain'] = 'Display URL name above content? Some display types may not display URL name even if enabled.';
|
|
$string['printintro'] = 'Display URL description';
|
|
$string['printintroexplain'] = 'Display URL description bellow content? Some display types may not display description even if enabled.';
|
|
$string['rolesinparams'] = 'Include role names in parameters';
|