]> git.mjollnir.org Git - moodle.git/commitdiff
Some new strings to predefined formats in glossary module.
authorstronk7 <stronk7>
Tue, 27 Jul 2004 17:22:07 +0000 (17:22 +0000)
committerstronk7 <stronk7>
Tue, 27 Jul 2004 17:22:07 +0000 (17:22 +0000)
Bug 936
(http://moodle.org/bugs/bug.php?op=show&bugid=936)

lang/en/glossary.php

index bf76a71ba58a801ede8102e78352c960258cd999..5e37340d31ed2c40f890a0d10771e6323ba019f4 100644 (file)
@@ -62,13 +62,13 @@ $string['descending'] = '(descending)';
 $string['destination'] = 'Destination';
 $string['displayformat'] = 'Display format';
 $string['displayformats'] = 'Display formats';
-$string['displayformat2'] = 'Full with author';
-$string['displayformat3'] = 'Encyclopedia';
-$string['displayformat4'] = 'FAQ';
-$string['displayformat5'] = 'Full without author';
-$string['displayformat6'] = 'Entry list';
 $string['displayformatcontinuous'] = 'Continuous without author';
-$string['displayformatdefault'] = 'Simple, dictionary style';
+$string['displayformatdictionary'] = 'Simple, dictionary style';
+$string['displayformatencyclopedia'] = 'Encyclopedia';
+$string['displayformatentrylist'] = 'Entry list';
+$string['displayformatfaq'] = 'FAQ';
+$string['displayformatfullwithauthor'] = 'Full with author';
+$string['displayformatfullwithoutauthor'] = 'Full without author';
 $string['displayformatssetup'] = 'Display Formats Setup';
 $string['duplicateentry'] = 'Duplicate entry';
 $string['editcategories'] = 'Edit categories';