From: moodler Date: Fri, 21 Nov 2003 05:18:10 +0000 (+0000) Subject: Added some missing strings X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=08ff4ca6fb9fc58d21edbd6afa75d82170875087;p=moodle.git Added some missing strings --- diff --git a/lang/en/glossary.php b/lang/en/glossary.php index 2c23cc4f5f..772dd5966b 100644 --- a/lang/en/glossary.php +++ b/lang/en/glossary.php @@ -89,6 +89,7 @@ $string['explainimport'] = 'You must specify the file to import and define the c $string['explainspecial'] = 'Shows entries that do not begin with a letter'; $string['exportedentry'] = 'Exported entry'; $string['exportedfile'] = 'Exported file'; +$string['exportentries'] = 'Export entries'; $string['exportglossary'] = 'Export glossary'; $string['exporttomainglossary'] = 'Export to main glossary'; $string['filetoimport'] = 'File to import'; @@ -99,6 +100,7 @@ $string['glosssaryexported'] = 'Glossary exported.'; $string['importcategories'] = 'Import categories'; $string['importedcategories'] = 'Imported categories'; $string['importedentries'] = 'Imported entries'; +$string['importentries'] = 'Import entries'; $string['isglobal'] = 'Is this glossary global?'; $string['linkcategory'] = 'Automatically link this category'; $string['mainglossary'] = 'Main glossary';