Merge branch 'MDL-32164-master-2' of git://git.luns.net.uk/moodle
This commit is contained in:
@@ -22,7 +22,7 @@ class mod_data_import_form extends moodleform {
|
||||
$mform->addElement('text', 'fieldenclosure', get_string('fieldenclosure', 'data'));
|
||||
|
||||
$choices = textlib::get_encodings();
|
||||
$mform->addElement('select', 'encoding', get_string('encoding', 'admin'), $choices);
|
||||
$mform->addElement('select', 'encoding', get_string('fileencoding', 'mod_data'), $choices);
|
||||
$mform->setDefault('encoding', 'UTF-8');
|
||||
|
||||
$submit_string = get_string('submit');
|
||||
|
||||
@@ -112,6 +112,7 @@ $string['editordisable'] = 'Disable editor';
|
||||
$string['editorenable'] = 'Enable editor';
|
||||
$string['emptyadd'] = 'The Add template is empty, generating a default form...';
|
||||
$string['emptyaddform'] = 'You did not fill out any fields!';
|
||||
$string['fileencoding'] = 'Encoding';
|
||||
$string['entries'] = 'Entries';
|
||||
$string['entrieslefttoadd'] = 'You must add {$a->entriesleft} more entry/entries in order to complete this activity';
|
||||
$string['entrieslefttoaddtoview'] = 'You must add {$a->entrieslefttoview} more entry/entries before you can view other participants\' entries.';
|
||||
|
||||
Reference in New Issue
Block a user