From d7652a4e1f5086a6a441588af59e71adb59abe0b Mon Sep 17 00:00:00 2001 From: robertall Date: Fri, 30 May 2008 20:57:22 +0000 Subject: [PATCH] [MDL-8407] Replace four language strings that will be used by 'mod/data/export_form.php' to be committed later. --- lang/en_utf8/data.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lang/en_utf8/data.php b/lang/en_utf8/data.php index 588d54ecd47..ba89745cc61 100644 --- a/lang/en_utf8/data.php +++ b/lang/en_utf8/data.php @@ -1,6 +1,4 @@ -CSV text with selected delimiter:'; $string['csvimport'] = 'CSV file import'; $string['data:approve'] = 'Approve unapproved entries'; $string['data:comment'] = 'Write comments'; @@ -86,10 +84,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'; @@ -181,7 +179,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';