From: moodler Date: Wed, 5 Apr 2006 01:40:02 +0000 (+0000) Subject: Various fixes X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7c05ae7aa86f89dace665da053a75a1c2b19d838;p=moodle.git Various fixes --- diff --git a/lang/en_utf8/data.php b/lang/en_utf8/data.php index 65e6349d7e..758c657acd 100644 --- a/lang/en_utf8/data.php +++ b/lang/en_utf8/data.php @@ -21,6 +21,7 @@ $string['checkbox'] = 'Checkbox'; $string['commentdeleted'] = 'Comment deleted'; $string['comments'] = 'Comments'; $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?'; @@ -138,6 +139,8 @@ $string['rssglobaldisabled'] = 'Disabled. See site configuration variables.'; $string['rsshowmany'] = '(number of latest entries to show, 0 to disable RSS)'; $string['rsstemplate'] = 'RSS template'; $string['save'] = 'Save'; +$string['saveandadd'] = 'Save and add another'; +$string['saveandview'] = 'Save and view'; $string['savesettings'] = 'Save settings'; $string['savetemplate'] = 'Save template'; $string['sendinratings'] = 'Send in my latest ratings';