From 9be4ad6dc9bfa89904f67fefe5cc15ee53803f6f Mon Sep 17 00:00:00 2001 From: arborrow Date: Mon, 17 Aug 2009 16:45:36 +0000 Subject: [PATCH] MDL-11790 Added missing lang strings to MOODLE_19_STABLE --- lang/en_utf8/glossary.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/en_utf8/glossary.php b/lang/en_utf8/glossary.php index 088a3e296b5..aab631a0ec8 100644 --- a/lang/en_utf8/glossary.php +++ b/lang/en_utf8/glossary.php @@ -62,6 +62,10 @@ $string['errcannoteditothers'] = 'You cannot edit other people\'s entries.'; $string['date'] = 'date'; $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'; @@ -156,6 +160,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['resetglossariesall'] = 'Delete entries from all glossaries';