From aa40f47a87297d569acd762b166cb23cd0c62617 Mon Sep 17 00:00:00 2001 From: robertall Date: Wed, 28 May 2008 12:23:38 +0000 Subject: [PATCH] [MDL-8407] Finish preparation of language strings required to allow exporting records of a database avtivity. Merged from MOODLE_19_STABLE. --- lang/en_utf8/data.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lang/en_utf8/data.php b/lang/en_utf8/data.php index a754de04ff1..5d787662514 100644 --- a/lang/en_utf8/data.php +++ b/lang/en_utf8/data.php @@ -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';