From: moodler Date: Wed, 29 Mar 2006 18:30:03 +0000 (+0000) Subject: Some new strings for CSS X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c4e576f1ff6cd7ccc6c01918383d74802a5a6876;p=moodle.git Some new strings for CSS --- diff --git a/lang/en_utf8/data.php b/lang/en_utf8/data.php index 7c273e11c3..9da29b77f4 100644 --- a/lang/en_utf8/data.php +++ b/lang/en_utf8/data.php @@ -25,6 +25,7 @@ $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['csstemplate'] = 'CSS template'; $string['csvfile'] = 'CSV file'; $string['csvimport'] = 'CSV file import'; $string['dateentered'] = 'Date entered'; @@ -65,9 +66,10 @@ $string['file'] = 'File'; $string['filtername'] = 'Database Auto-linking'; $string['footer'] = 'Footer'; $string['header'] = 'Header'; -$string['headeraddtemplate'] = 'Defines the interface when adding new entries'; +$string['headeraddtemplate'] = 'Defines the interface when editing entries'; $string['headerlisttemplate'] = 'Defines browsing interface for multiple entries'; $string['headerrsstemplate'] = 'Defines appearance of entries in RSS feeds'; +$string['headercsstemplate'] = 'Defines local CSS styles for the other templates'; $string['headersingletemplate'] = 'Defines browsing interface for a single entry'; $string['insufficiententries'] = 'more entries needed to view this database'; $string['intro'] = 'Introduction';