mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
resource: MDL-10021 upload file resource: change "keep navigation visible" into select box (No, yes with frame, yes without frame)
This commit is contained in:
parent
2e4a6b26b0
commit
4d800fd210
3 changed files with 114 additions and 70 deletions
|
@ -59,6 +59,9 @@ $string['imspackageloaded'] = 'Package loaded';
|
|||
$string['invalidassignment'] = 'incorrect assignment';
|
||||
$string['invalidid'] = 'Resource ID was incorrect';
|
||||
$string['keepnavigationvisible'] = 'Keep page navigation visible on the same page';
|
||||
$string['keepnavigationvisibleno'] = 'No';
|
||||
$string['keepnavigationvisibleyesframe'] = 'Yes, with frame';
|
||||
$string['keepnavigationvisibleyesobject'] = 'Yes, without frame';
|
||||
$string['localfile'] = 'Local file';
|
||||
$string['localfilechoose'] = 'Choose a local file (CD-ROM)';
|
||||
$string['localfilehelp'] = 'Help displaying local files';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue