From 7b1476eb6d0757b9eb3e2e833ee6740dcbe9de4b Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Thu, 12 Mar 2009 14:38:09 +0000 Subject: [PATCH] MDL-18535: Adding checks for field name mismatches and "proper" error messages. --- lang/en_utf8/data.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/en_utf8/data.php b/lang/en_utf8/data.php index 5c3a7737781..3479dd7df18 100644 --- a/lang/en_utf8/data.php +++ b/lang/en_utf8/data.php @@ -41,9 +41,10 @@ $string['configenablerssfeeds'] = 'This switch will enable the possibility of RS $string['confirmdeletefield'] = 'You are about to delete this field, are you sure?'; $string['confirmdeleterecord'] = 'Are you sure you want to delete this entry?'; $string['csstemplate'] = 'CSS template'; +$string['csvfailed'] = 'Unable to read the raw data from the CSV file'; $string['csvfile'] = 'CSV file'; -$string['csvwithselecteddelimiter'] = 'CSV text with selected delimiter:'; $string['csvimport'] = 'CSV file import'; +$string['csvwithselecteddelimiter'] = 'CSV text with selected delimiter:'; $string['data:approve'] = 'Approve unapproved entries'; $string['data:comment'] = 'Write comments'; $string['data:managecomments'] = 'Manage comments'; @@ -105,6 +106,7 @@ $string['fieldname'] = 'Field name'; $string['fieldoptions'] = 'Options (one per line)'; $string['fields'] = 'Fields'; $string['fieldids'] = 'Field ids'; +$string['fieldnotmatched'] = 'The following fields in your file are not known in this database: $a'; $string['fieldupdated'] = 'Field updated'; $string['fieldwidth'] = 'Width'; $string['fieldwidthlistview'] = 'Width in list view';