From a05a5e5d615c771022861261723f32a5e40aef21 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 11 Apr 2006 12:36:12 +0000 Subject: [PATCH] Consistently use Entries instead of Records --- lang/en_utf8/data.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/lang/en_utf8/data.php b/lang/en_utf8/data.php index 42f82a9fd9..b663c186a1 100644 --- a/lang/en_utf8/data.php +++ b/lang/en_utf8/data.php @@ -24,7 +24,7 @@ $string['commentsaved'] = 'Comment saved'; $string['commentsn'] = '$a comments'; $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['confirmdeleterecord'] = 'Are you sure you want to delete this entry?'; $string['csstemplate'] = 'CSS template'; $string['csvfile'] = 'CSV file'; $string['csvimport'] = 'CSV file import'; @@ -43,6 +43,7 @@ $string['editcomment'] = 'Edit comment'; $string['editentry'] = 'Edit entry'; $string['emptyadd'] = 'The Add template is empty, generating a default form...'; $string['emptyaddform'] = 'You did not fill out any fields!'; +$string['entries'] = 'Entries'; $string['entrysaved'] = 'Your entry has been saved'; $string['errormustbeteacher'] = 'You need to be a teacher to use this page!'; $string['example'] = 'Database module example'; @@ -107,7 +108,7 @@ $string['nosingletemplate'] = 'Single template is not yet defined'; $string['nomaximum'] = 'No maximum'; $string['numnotapproved'] = 'Pending'; $string['numberrssarticles'] = 'RSS articles'; -$string['numrecords'] = '$a records'; +$string['numrecords'] = '$a entries'; $string['noaccess'] = 'You do not have access to this page'; $string['nomatch'] = 'No matching entries found!'; $string['norecords'] = 'No entries in database'; @@ -127,10 +128,10 @@ $string['ratingpublicnot'] = '$a can only see their own ratings'; $string['ratings'] = 'Ratings'; $string['ratingssaved'] = 'Ratings saved'; $string['ratingsuse'] = 'Use ratings'; -$string['recordapproved'] = 'Record approved'; -$string['recorddeleted'] = 'Record deleted'; -$string['recordssaved'] = 'record(s) saved'; -$string['recordsnotsaved'] = 'No record was saved. Please check the format of the uploaded file.'; +$string['recordapproved'] = 'Entry approved'; +$string['recorddeleted'] = 'Entry deleted'; +$string['recordssaved'] = 'entries saved'; +$string['recordsnotsaved'] = 'No entry was saved. Please check the format of the uploaded file.'; $string['requireapproval'] = 'Require approval?'; $string['requiredentries'] = 'Required entries'; $string['requiredentriestoview'] = 'Entries required before viewing'; @@ -154,7 +155,7 @@ $string['text'] = 'Text'; $string['textarea'] = 'Textarea'; $string['type'] = 'Field type'; $string['updatefield'] = 'Update an existing field'; -$string['uploadrecords'] = 'Upload records from a file'; +$string['uploadrecords'] = 'Upload entries from a file'; $string['uploadfile'] = 'Upload file'; $string['url'] = 'Url'; $string['viewfromdate'] = 'Viewable from'; -- 2.39.5