]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-9758, add 4 new string for database tags, see tracker.
authordongsheng <dongsheng>
Fri, 11 Apr 2008 02:38:50 +0000 (02:38 +0000)
committerdongsheng <dongsheng>
Fri, 11 Apr 2008 02:38:50 +0000 (02:38 +0000)
lang/en_utf8/data.php

index b44f33140859b05927809029ee1929fd90ede544..4bf7b774147aa2a93803bf56a5de57a18af46585 100644 (file)
@@ -41,6 +41,8 @@ $string['csstemplate'] = 'CSS template';
 $string['csvfile'] = 'CSV file';
 $string['csvimport'] = 'CSV file import';
 $string['data:approve'] = 'Approve unapproved entries';
+$string['data:added'] = '<b>Added date</b>: ';
+$string['data:modified'] = '<b>Modified date</b>: ';
 $string['data:comment'] = 'Write comments';
 $string['data:managecomments'] = 'Manage comments';
 $string['data:manageentries'] = 'Manage entries';
@@ -223,6 +225,8 @@ $string['templates'] = 'Templates';
 $string['templatesaved'] = 'Template saved';
 $string['text'] = 'Text';
 $string['textarea'] = 'Textarea';
+$string['timeadded'] = 'Added Time';
+$string['timemodified'] = 'Modified Time';
 $string['todatabase'] = 'to this database.';
 $string['type'] = 'Field type';
 $string['undefinedprocessactionmethod'] = 'No action method defined in Data_Preset to handle action \"$a\".';