From afac85c9eba3ebd73cd7bd126cf5b96044d5bef4 Mon Sep 17 00:00:00 2001 From: robertall Date: Fri, 30 May 2008 21:00:06 +0000 Subject: [PATCH] [MDL-8407] Replace four language strings that will be used by 'mod/data/export_form.php' to be committed later. Merged from MOODLE_19_STABLE. --- lang/en_utf8/data.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/en_utf8/data.php b/lang/en_utf8/data.php index 1a260b22128..c8ab73383e5 100644 --- a/lang/en_utf8/data.php +++ b/lang/en_utf8/data.php @@ -50,7 +50,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['csvformatwithselecteddelimiter'] = 'CSV format with selected delimiter:'; +$string['csvwithselecteddelimiter'] = 'CSV text with selected delimiter:'; $string['csvimport'] = 'CSV file import'; $string['data:approve'] = 'Approve unapproved entries'; $string['data:comment'] = 'Write comments'; @@ -92,10 +92,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['excel'] = 'Excel'; $string['export'] = 'Export'; $string['exportaszip'] = 'Export as zip'; -$string['exportdatabase'] = 'Export Database records'; +$string['exportdatabaserecords'] = 'Export Database records'; $string['exportedtozip'] = 'Exported to temporary zip...'; $string['failedpresetdelete'] = 'Error deleting a preset!'; $string['fieldadded'] = 'Field added'; @@ -197,7 +197,7 @@ $string['number'] = 'Number'; $string['numberrssarticles'] = 'RSS articles'; $string['numnotapproved'] = 'Pending'; $string['numrecords'] = '$a entries'; -$string['odsformat'] = 'ODS Format'; +$string['ods'] = 'ODS (OpenOffice)'; $string['optionaldescription'] = 'Short description (optional)'; $string['optionalfilename'] = 'Filename (optional)'; $string['other'] = 'Other';