]> git.mjollnir.org Git - moodle.git/commitdiff
Consistently use Entries instead of Records
authormoodler <moodler>
Tue, 11 Apr 2006 12:36:12 +0000 (12:36 +0000)
committermoodler <moodler>
Tue, 11 Apr 2006 12:36:12 +0000 (12:36 +0000)
lang/en_utf8/data.php

index 42f82a9fd9202d9f99784abc233003d9ef9270b2..b663c186a10a10b91248e25f00cadfad9221945b 100644 (file)
@@ -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';