From 58de44666dc32e5ba09aee38e7b6b9d856918ef8 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Thu, 8 Nov 2007 04:39:10 +0000 Subject: [PATCH] MDL-11790 Fixed hard-coded strings. Merci Nicolas! --- lang/en_utf8/glossary.php | 5 +++++ mod/glossary/formats.php | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/lang/en_utf8/glossary.php b/lang/en_utf8/glossary.php index 8174ffb5cc..e92bcabd23 100644 --- a/lang/en_utf8/glossary.php +++ b/lang/en_utf8/glossary.php @@ -19,12 +19,14 @@ $string['areyousuredeletecomment'] = 'Are you sure you want to delete this comme $string['areyousureexport'] = 'Are you sure you want to export this entry to'; $string['ascending'] = 'ascending'; $string['attachment'] = 'Attachment'; +$string['author'] = 'author'; $string['authorview'] = 'Browse by Author'; $string['back'] = 'Back'; $string['cantinsertcat'] = 'Can\'t insert category'; $string['cantinsertrec'] = 'Can\'t insert record'; $string['cantinsertrel'] = 'Can\'t insert relation category-entry'; $string['casesensitive'] = 'This entry is case sensitive'; +$string['cat'] = 'cat'; $string['categories'] = 'Categories'; $string['category'] = 'Category'; $string['categorydeleted'] = 'Category deleted'; @@ -57,6 +59,7 @@ $string['current']= 'Currently sorted $a'; $string['errconceptalreadyexists'] = 'This concept already exists. No duplicates allowed in this glossary.'; $string['erredittimeexpired'] = 'The editing time for this entry has expired.'; $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'; @@ -133,7 +136,9 @@ $string['importedcategories'] = 'Imported categories'; $string['importedentries'] = 'Imported entries'; $string['importentries'] = 'Import entries'; $string['importentriesfromxml'] = 'Import entries from XML file'; +$string['includegroupbreaks'] = 'Include group breaks'; $string['isglobal'] = 'Is this glossary global?'; +$string['letter'] = 'letter'; $string['linkcategory'] = 'Automatically link this category'; $string['linking'] = 'Auto-linking'; $string['mainglossary'] = 'Main glossary'; diff --git a/mod/glossary/formats.php b/mod/glossary/formats.php index f1c55a6e2d..2ae1104efb 100644 --- a/mod/glossary/formats.php +++ b/mod/glossary/formats.php @@ -128,10 +128,10 @@ break; } ?> - - - - + + + + @@ -238,7 +238,7 @@ - Include Group Breaks: + :