diff --git a/lang/en_utf8/data.php b/lang/en_utf8/data.php index 73078f6396f..9fa14f36770 100644 --- a/lang/en_utf8/data.php +++ b/lang/en_utf8/data.php @@ -23,7 +23,13 @@ $string['commentsaved'] = 'Comment Saved'; $string['configenablerssfeeds'] = 'This switch will enable the possibility of RSS feeds for all databases. You will still need to turn feeds on manually in the settings for each database.'; $string['confirmdeletefield'] = 'You are about to delete this field, are you sure?'; $string['confirmdeleterecord'] = 'Are you sure you want to delete this record?'; +$string['csvfile'] = 'CSV file:'; +$string['csvimporthelptitle'] = 'Help: CSV File Import for Data Module'; +$string['csvimporthelptext'] = 'The expected file format is a plain text file with a list of field names as the first record. The data then follows. The field delimiter defaults to a comma character and the field enclosure is not set by default. Field enclosures are placed at the beginning and at the end of a field. Records should be delimited by new lines (usually generated by pressing RETURN or ENTER in your text editor). The defaults can be overridden by defining your own character(s) to be used. Tabs can be specified by using \\\\t and newlines by \\\\n. Currently the import facility does not fully work with the following field types: File, Picture, URL.'; +$string['csvimporthelptitle'] = 'Help: CSV File Import for Data Module'; $string['dateentered'] = 'Date entered'; +$string['defaultfielddelimiter'] = '(default is the comma character)'; +$string['defaultfieldenclosure'] = '(default is none)'; $string['descending'] = 'Descending'; $string['delete'] = 'Delete'; $string['deleted'] = 'deleted'; @@ -39,6 +45,8 @@ $string['example'] = 'Database module example'; $string['fieldadded'] = 'Field added'; $string['fieldallowautolink'] = 'Allow autolink'; $string['fielddeleted'] = 'Field deleted'; +$string['fielddelimiter'] = 'Field delimiter:'; +$string['fieldenclosure'] = 'Field enclosure:'; $string['fielddescription'] = 'Field description'; $string['fieldname'] = 'Field name'; $string['fieldoptions'] = 'Options (Line Separated)'; @@ -108,6 +116,8 @@ $string['ratings'] = 'Ratings'; $string['ratingssaved'] = 'Ratings saved'; $string['ratingsuse'] = 'Use ratings'; $string['recorddeleted'] = 'Record Deleted'; +$string['recordssaved'] = 'record(s) saved'; +$string['recordsnotsaved'] = 'No record was saved. Please check the format of the uploaded file.'; $string['requireapproval'] = 'Require Approval?'; $string['requiredentries'] = 'Required entries'; $string['requiredentriestoview'] = 'Entries required before viewing'; @@ -125,8 +135,10 @@ $string['text'] = 'Text'; $string['textarea'] = 'Textarea'; $string['type'] = 'Field type'; $string['updatefield'] = 'Update an existing field'; +$string['uploadrecords'] = 'Upload Records'; +$string['uploadfile'] = 'Upload File'; $string['url'] = 'Url'; $string['viewfromdate'] = 'Viewable from'; $string['viewtodate'] = 'Viewable to'; -?> +?> \ No newline at end of file