Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 13... Línea 13...
13
//
13
//
14
// You should have received a copy of the GNU General Public License
14
// You should have received a copy of the GNU General Public License
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
Línea 16... Línea 16...
16
 
16
 
17
/**
17
/**
18
 * Strings for component 'scorm', language 'en'
18
 * Strings for component 'mod_scorm', language 'en'
19
 *
19
 *
20
 * @package   mod_scorm
20
 * @package   mod_scorm
21
 * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
21
 * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
22
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
22
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Línea 105... Línea 105...
105
$string['datadir'] = 'Filesystem error: Can\'t create course data directory';
105
$string['datadir'] = 'Filesystem error: Can\'t create course data directory';
106
$string['defaultdisplaysettings'] = 'Default display settings';
106
$string['defaultdisplaysettings'] = 'Default display settings';
107
$string['defaultgradesettings'] = 'Default grade settings';
107
$string['defaultgradesettings'] = 'Default grade settings';
108
$string['defaultothersettings'] = 'Other default settings';
108
$string['defaultothersettings'] = 'Other default settings';
109
$string['deleteattemptcheck'] = 'Are you absolutely sure you want to completely delete these attempts?';
109
$string['deleteattemptcheck'] = 'Are you absolutely sure you want to completely delete these attempts?';
110
$string['deleteallattempts'] = 'Delete all SCORM attempts';
110
$string['deleteallattempts'] = 'All SCORM attempts';
111
$string['deleteselected'] = 'Delete selected attempts';
111
$string['deleteselected'] = 'Delete selected attempts';
112
$string['deleteuserattemptcheck'] = 'Are you absolutely sure you want to completely delete all your attempts?';
112
$string['deleteuserattemptcheck'] = 'Are you absolutely sure you want to completely delete all your attempts?';
113
$string['details'] = 'Track details';
113
$string['details'] = 'Track details';
114
$string['directories'] = 'Show the directory links';
114
$string['directories'] = 'Show the directory links';
115
$string['disabled'] = 'Disabled';
115
$string['disabled'] = 'Disabled';
Línea 453... Línea 453...
453
* The settings "Force completed", "Force new attempt" and "Lock after final attempt" also provide further management of multiple attempts.';
453
* The settings "Force completed", "Force new attempt" and "Lock after final attempt" also provide further management of multiple attempts.';
454
$string['whatgradedesc'] = 'Whether the highest, average (mean), first or last completed attempt is recorded in the gradebook if multiple attempts are allowed.';
454
$string['whatgradedesc'] = 'Whether the highest, average (mean), first or last completed attempt is recorded in the gradebook if multiple attempts are allowed.';
455
$string['width'] = 'Width';
455
$string['width'] = 'Width';
456
$string['window'] = 'Window';
456
$string['window'] = 'Window';
457
$string['youmustselectastatus'] = 'You must select a status to require';
457
$string['youmustselectastatus'] = 'You must select a status to require';
458
 
-
 
459
// Deprecated since Moodle 4.3.
-
 
460
$string['completionscorerequired_help'] = 'Enabling this setting will require a user to have at least the minimum score entered to be marked complete in this SCORM activity, as well as any other Activity Completion requirements.';
-