From: nicolasconnault <nicolasconnault>
Date: Thu, 1 Nov 2007 14:51:29 +0000 (+0000)
Subject: MDL-11790 Added missing strings
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=38f8f9ec6b65f048df2b390a74e99565054100eb;p=moodle.git

MDL-11790 Added missing strings
---

diff --git a/lang/en_utf8/glossary.php b/lang/en_utf8/glossary.php
index 3f51155731..8174ffb5cc 100644
--- a/lang/en_utf8/glossary.php
+++ b/lang/en_utf8/glossary.php
@@ -59,6 +59,10 @@ $string['erredittimeexpired'] = 'The editing time for this entry has expired.';
 $string['errcannoteditothers'] = 'You cannot edit other people\'s entries.';
 $string['dateview'] = 'Browse by date';
 $string['defaultapproval'] = 'Approved by default';
+$string['defaulthook'] = 'Default hook';
+$string['defaultmode'] = 'Default mode';
+$string['defaultsortkey'] = 'Default sort key';
+$string['defaultsortorder'] = 'Default sort order';
 $string['definition'] = 'Definition';
 $string['definitions'] = 'Definitions';
 $string['deleteentry'] = 'Delete entry';
@@ -148,6 +152,7 @@ $string['noentry'] = 'No entry found.';
 $string['notcategorised'] = 'Not categorised';
 $string['numberofentries'] = 'Number of entries';
 $string['onebyline'] = '(one per line)';
+$string['popupformat'] = 'Popup format';
 $string['printerfriendly'] = 'Printer-friendly version';
 $string['printviewnotallowed'] = 'Print view isn\'t allowed';
 $string['question'] = 'Question';