]> git.mjollnir.org Git - moodle.git/commitdiff
[MDL-8407] Finish preparation of language strings required to allow exporting records...
authorrobertall <robertall>
Wed, 28 May 2008 12:23:38 +0000 (12:23 +0000)
committerrobertall <robertall>
Wed, 28 May 2008 12:23:38 +0000 (12:23 +0000)
lang/en_utf8/data.php

index a754de04ff1ad4d7e56c87c7120b8d77c0754752..5d787662514688448f1780e40b43329f20f7127e 100644 (file)
@@ -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';