mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
[MDL-8407] Finish preparation of language strings required to allow exporting records of a database avtivity. Merged from MOODLE_19_STABLE.
This commit is contained in:
parent
7048e9a4f6
commit
aa40f47a87
@ -37,6 +37,8 @@ $string['cannotinsertrate'] = 'Could not insert a new rating ($a[0] = $a[1])';
|
||||
$string['cannotinsertempty'] = 'Could not make an empty record!';
|
||||
$string['cancel'] = 'Cancel';
|
||||
$string['checkbox'] = 'Checkbox';
|
||||
$string['chooseexportfields'] = 'Choose the fields you wish to export:';
|
||||
$string['chooseexportformat'] = 'Choose the format you wish to export to:';
|
||||
$string['chooseorupload'] = 'Choose file';
|
||||
$string['columns'] = 'columns';
|
||||
$string['commentdeleted'] = 'Comment deleted';
|
||||
@ -50,6 +52,7 @@ $string['confirmdeletefield'] = 'You are about to delete this field, are you sur
|
||||
$string['confirmdeleterecord'] = 'Are you sure you want to delete this entry?';
|
||||
$string['csstemplate'] = 'CSS template';
|
||||
$string['csvfile'] = 'CSV file';
|
||||
$string['csvformat'] = 'CSV format';
|
||||
$string['csvimport'] = 'CSV file import';
|
||||
$string['data:approve'] = 'Approve unapproved entries';
|
||||
$string['data:comment'] = 'Write comments';
|
||||
@ -91,8 +94,10 @@ $string['entry'] = 'Entry';
|
||||
$string['entrysaved'] = 'Your entry has been saved';
|
||||
$string['errormustbeteacher'] = 'You need to be a teacher to use this page!';
|
||||
$string['example'] = 'Database module example';
|
||||
$string['excelformat'] = 'Excel format';
|
||||
$string['export'] = 'Export';
|
||||
$string['exportaszip'] = 'Export as zip';
|
||||
$string['exportdatabase'] = 'Export Database records';
|
||||
$string['exportedtozip'] = 'Exported to temporary zip...';
|
||||
$string['failedpresetdelete'] = 'Error deleting a preset!';
|
||||
$string['fieldadded'] = 'Field added';
|
||||
@ -194,6 +199,7 @@ $string['number'] = 'Number';
|
||||
$string['numberrssarticles'] = 'RSS articles';
|
||||
$string['numnotapproved'] = 'Pending';
|
||||
$string['numrecords'] = '$a entries';
|
||||
$string['odsformat'] = 'ODS Format';
|
||||
$string['optionaldescription'] = 'Short description (optional)';
|
||||
$string['optionalfilename'] = 'Filename (optional)';
|
||||
$string['other'] = 'Other';
|
||||
@ -254,6 +260,7 @@ $string['timemodified'] = 'Time modified';
|
||||
$string['todatabase'] = 'to this database.';
|
||||
$string['type'] = 'Field type';
|
||||
$string['undefinedprocessactionmethod'] = 'No action method defined in Data_Preset to handle action \"$a\".';
|
||||
$string['unsupportedexport'] = '($a->fieldtype) cannot be exported.';
|
||||
$string['updatefield'] = 'Update an existing field';
|
||||
$string['uploadfile'] = 'Upload file';
|
||||
$string['uploadrecords'] = 'Upload entries from a file';
|
||||
|
Loading…
x
Reference in New Issue
Block a user