1 |
efrain |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
// This file is part of Moodle - http://moodle.org/
|
|
|
4 |
//
|
|
|
5 |
// Moodle is free software: you can redistribute it and/or modify
|
|
|
6 |
// it under the terms of the GNU General Public License as published by
|
|
|
7 |
// the Free Software Foundation, either version 3 of the License, or
|
|
|
8 |
// (at your option) any later version.
|
|
|
9 |
//
|
|
|
10 |
// Moodle is distributed in the hope that it will be useful,
|
|
|
11 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
12 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
13 |
// GNU General Public License for more details.
|
|
|
14 |
//
|
|
|
15 |
// You should have received a copy of the GNU General Public License
|
|
|
16 |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
17 |
|
|
|
18 |
/**
|
|
|
19 |
* Strings for component 'resource', language 'en', branch 'MOODLE_20_STABLE'
|
|
|
20 |
*
|
|
|
21 |
* @package mod_resource
|
|
|
22 |
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
|
|
23 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
24 |
*/
|
|
|
25 |
|
|
|
26 |
$string['clicktodownload'] = 'Click {$a} link to download the file.';
|
|
|
27 |
$string['clicktoopen2'] = 'Click {$a} link to view the file.';
|
|
|
28 |
$string['configdisplayoptions'] = 'Select all options that should be available, existing settings are not modified. Hold CTRL key to select multiple fields.';
|
|
|
29 |
$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).';
|
|
|
30 |
$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.';
|
|
|
31 |
$string['configpopup'] = 'When adding a new resource which is able to be shown in a popup window, should this option be enabled by default?';
|
|
|
32 |
$string['configpopupdirectories'] = 'Should popup windows show directory links by default?';
|
|
|
33 |
$string['configpopupheight'] = 'What height should be the default height for new popup windows?';
|
|
|
34 |
$string['configpopuplocation'] = 'Should popup windows show the location bar by default?';
|
|
|
35 |
$string['configpopupmenubar'] = 'Should popup windows show the menu bar by default?';
|
|
|
36 |
$string['configpopupresizable'] = 'Should popup windows be resizable by default?';
|
|
|
37 |
$string['configpopupscrollbars'] = 'Should popup windows be scrollable by default?';
|
|
|
38 |
$string['configpopupstatus'] = 'Should popup windows show the status bar by default?';
|
|
|
39 |
$string['configpopuptoolbar'] = 'Should popup windows show the tool bar by default?';
|
|
|
40 |
$string['configpopupwidth'] = 'What width should be the default width for new popup windows?';
|
|
|
41 |
$string['contentheader'] = 'Content';
|
|
|
42 |
$string['displayoptions'] = 'Available display options';
|
|
|
43 |
$string['displayselect'] = 'Display';
|
|
|
44 |
$string['displayselect_help'] = 'This setting, together with the file type and whether the browser allows embedding, determines how the file is displayed. Options may include:
|
|
|
45 |
|
|
|
46 |
* Automatic - The best display option for the file type is selected automatically
|
|
|
47 |
* Embed - The file is displayed within the page below the navigation bar together with the file description and any blocks
|
|
|
48 |
* Force download - The user is prompted to download the file
|
|
|
49 |
* Open - Only the file is displayed in the browser window
|
|
|
50 |
* In pop-up - The file is displayed in a new browser window without menus or an address bar
|
|
|
51 |
* In frame - The file is displayed within a frame below the navigation bar and file description
|
|
|
52 |
* New window - The file is displayed in a new browser window with menus and an address bar';
|
|
|
53 |
$string['displayselect_link'] = 'mod/file/mod';
|
|
|
54 |
$string['displayselectexplain'] = 'Choose display type, unfortunately not all types are suitable for all files.';
|
|
|
55 |
$string['dnduploadresource'] = 'Create file resource';
|
|
|
56 |
$string['encryptedcode'] = 'Encrypted code';
|
|
|
57 |
$string['filenotfound'] = 'File not found, sorry.';
|
|
|
58 |
$string['filterfiles'] = 'Use filters on file content';
|
|
|
59 |
$string['filterfilesexplain'] = 'Select type of file content filtering, please note this may cause problems for some Flash and Java applets. Please make sure that all text files are in UTF-8 encoding.';
|
|
|
60 |
$string['filtername'] = 'Resource names auto-linking';
|
|
|
61 |
$string['forcedownload'] = 'Force download';
|
|
|
62 |
$string['framesize'] = 'Frame height';
|
|
|
63 |
$string['indicator:cognitivedepth'] = 'File cognitive';
|
|
|
64 |
$string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a File resource.';
|
|
|
65 |
$string['indicator:cognitivedepthdef'] = 'File cognitive';
|
|
|
66 |
$string['indicator:cognitivedepthdef_help'] = 'The participant has reached this percentage of the cognitive engagement offered by the File resources during this analysis interval (Levels = No view, View)';
|
|
|
67 |
$string['indicator:cognitivedepthdef_link'] = 'Learning_analytics_indicators#Cognitive_depth';
|
|
|
68 |
$string['indicator:socialbreadth'] = 'File social';
|
|
|
69 |
$string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in a File resource.';
|
|
|
70 |
$string['indicator:socialbreadthdef'] = 'File social';
|
|
|
71 |
$string['indicator:socialbreadthdef_help'] = 'The participant has reached this percentage of the social engagement offered by the File resources during this analysis interval (Levels = No participation, Participant alone)';
|
|
|
72 |
$string['indicator:socialbreadthdef_link'] = 'Learning_analytics_indicators#Social_breadth';
|
|
|
73 |
$string['legacyfiles'] = 'Migration of old course file';
|
|
|
74 |
$string['legacyfilesactive'] = 'Active';
|
|
|
75 |
$string['legacyfilesdone'] = 'Finished';
|
|
|
76 |
$string['modifieddate'] = 'Modified {$a}';
|
|
|
77 |
$string['modulename'] = 'File';
|
|
|
78 |
$string['modulename_help'] = 'The file module enables a teacher to provide a file as a course resource. Where possible, the file will be displayed within the course interface; otherwise students will be prompted to download it. The file may include supporting files, for example an HTML page may have embedded images.
|
|
|
79 |
|
|
|
80 |
Note that students need to have the appropriate software on their computers in order to open the file.
|
|
|
81 |
|
|
|
82 |
A file may be used
|
|
|
83 |
|
|
|
84 |
* To share presentations given in class
|
|
|
85 |
* To include a mini website as a course resource
|
|
|
86 |
* To provide draft files of software programs so students can edit and submit them for assessment';
|
|
|
87 |
$string['modulename_link'] = 'mod/resource/view';
|
|
|
88 |
$string['modulenameplural'] = 'Files';
|
|
|
89 |
$string['notmigrated'] = 'This legacy resource type ({$a}) was not yet migrated, sorry.';
|
|
|
90 |
$string['optionsheader'] = 'Display options';
|
|
|
91 |
$string['page-mod-resource-x'] = 'Any file module page';
|
|
|
92 |
$string['pluginadministration'] = 'File module administration';
|
|
|
93 |
$string['pluginname'] = 'File';
|
|
|
94 |
$string['popupheight'] = 'Pop-up height (in pixels)';
|
|
|
95 |
$string['popupheightexplain'] = 'Specifies default height of popup windows.';
|
|
|
96 |
$string['popupresource'] = 'This resource should appear in a popup window.';
|
|
|
97 |
$string['popupresourcelink'] = 'If it didn\'t, click here: {$a}';
|
|
|
98 |
$string['popupwidth'] = 'Pop-up width (in pixels)';
|
|
|
99 |
$string['popupwidthexplain'] = 'Specifies default width of popup windows.';
|
|
|
100 |
$string['printintro'] = 'Display resource description';
|
|
|
101 |
$string['printintroexplain'] = 'Display resource description below content? Some display types may not display description even if enabled.';
|
|
|
102 |
$string['privacy:metadata'] = 'The File resource plugin does not store any personal data.';
|
|
|
103 |
$string['resource:addinstance'] = 'Add a new resource';
|
|
|
104 |
$string['resourcecontent'] = 'Files and subfolders';
|
|
|
105 |
$string['resourcedetails_sizetype'] = '{$a->size} · {$a->type}';
|
|
|
106 |
$string['resourcedetails_sizedate'] = '{$a->size} · {$a->date}';
|
|
|
107 |
$string['resourcedetails_typedate'] = '{$a->type} · {$a->date}';
|
|
|
108 |
$string['resourcedetails_sizetypedate'] = '{$a->size} · {$a->type} · {$a->date}';
|
|
|
109 |
$string['resource:exportresource'] = 'Export resource';
|
|
|
110 |
$string['resource:view'] = 'View resource';
|
|
|
111 |
$string['search:activity'] = 'File';
|
|
|
112 |
$string['selectmainfile'] = 'Please select the main file by clicking the icon next to file name.';
|
|
|
113 |
$string['showdate'] = 'Show upload/modified date';
|
|
|
114 |
$string['showdate_desc'] = 'Display upload/modified date on course page?';
|
|
|
115 |
$string['showdate_help'] = 'Displays the upload/modified date beside links to the file.
|
|
|
116 |
|
|
|
117 |
If there are multiple files in this resource, the start file upload/modified date is displayed.';
|
|
|
118 |
$string['showsize'] = 'Show size';
|
|
|
119 |
$string['showsize_help'] = 'Displays the file size, such as \'3.1 MB\', beside links to the file.
|
|
|
120 |
|
|
|
121 |
If there are multiple files in this resource, the total size of all files is displayed.';
|
|
|
122 |
$string['showsize_desc'] = 'Display file size on course page?';
|
|
|
123 |
$string['showtype'] = 'Show type';
|
|
|
124 |
$string['showtype_desc'] = 'Display file type (e.g. \'Word document\') on course page?';
|
|
|
125 |
$string['showtype_help'] = 'Displays the type of the file, such as \'Word document\', beside links to the file.
|
|
|
126 |
|
|
|
127 |
If there are multiple files in this resource, the start file type is displayed.
|
|
|
128 |
|
|
|
129 |
If the file type is not known to the system, it will not display.';
|
|
|
130 |
$string['uploadeddate'] = 'Uploaded {$a}';
|