-<?PHP // $Id$ \r
- // glossary.php - created with Moodle 1.1 Beta (2003082001)\r
-\r
-$string['addentry'] = "Add entry";\r
-$string['allentries'] = "ALL";\r
-$string['allowduplicatedentries'] = "Are duplicated entries allowed?";\r
-$string['alphabet'] = "A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z";\r
-$string['areyousuredelete'] = "Are you sure you want to delete this entry?";\r
-$string['attachment'] = "Attachment";\r
-$string['studentcanpost'] = "Students can add entries";\r
-$string['concept'] = "Concept";\r
-$string['concepts'] = "Concepts";\r
-$string['definition'] = "Definition";\r
-$string['definitions'] = "Definitions";\r
-$string['deleteentry'] = "Delete entry";\r
-$string['displayformat'] = "Display format?";\r
-$string['displayformatdefault'] = "Simple, dictionary style";\r
-$string['displayformat1'] = "Full with author.";\r
-$string['displayformat2'] = "Full without author.";\r
-$string['editentry'] = "Edit entry";\r
-$string['entryalreadyexist'] = "Entry already exist.";\r
-$string['entrydeleted'] = "Entry deleted.";\r
-$string['entryexported'] = "Entry succesfully exported.";\r
-$string['exporttomainglossary'] = "Export to main glossary";\r
-$string['glossaryformat'] = "Glossary format";\r
-$string['mainglossary'] = "Main glossary";\r
-$string['modulename'] = "Glossary";\r
-$string['modulenameplural'] = "Glossaries";\r
-$string['newglossaryentries'] = "New glossary entries:";\r
-$string['noentries'] = "No entries found in this section";\r
-$string['noentry'] = "No entry found.";\r
-$string['searchconcept'] = "Search concept:";\r
-$string['searchindefinition'] = "Search in concept AND definitions?";\r
-$string['secundaryglossary'] = "Secundary glossary";\r
-$string['selectletter'] = "Select the letter you want to look for.<p><b>Special</b> will show all concepts that does not begin with a letter.<br><b>ALL</b> will show all entries in one page.";\r
-$string['special'] = "Special";\r
-$string['writtenby'] = "By";\r
-?>\r
+<?PHP // $Id$
+
+ // glossary.php - created with Moodle 1.1 Beta (2003082001)
+
+
+
+$string['addentry'] = "Add entry";
+
+$string['allentries'] = "ALL";
+
+$string['allowduplicatedentries'] = "Duplicated entries allowed";
+
+$string['alphabet'] = "A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z";
+
+$string['areyousuredelete'] = "Are you sure you want to delete this entry?";
+
+$string['attachment'] = "Attachment";
+
+$string['studentcanpost'] = "Students can add entries";
+
+$string['concept'] = "Concept";
+
+$string['concepts'] = "Concepts";
+
+$string['definition'] = "Definition";
+
+$string['definitions'] = "Definitions";
+
+$string['deleteentry'] = "Delete entry";
+
+$string['displayformat'] = "Display format?";
+
+$string['displayformatdefault'] = "Simple, dictionary style";
+
+$string['displayformat1'] = "Full with author.";
+
+$string['displayformat2'] = "Full without author.";
+
+$string['editentry'] = "Edit entry";
+
+$string['entryalreadyexist'] = "Entry already exist.";
+
+$string['entrydeleted'] = "Entry deleted.";
+
+$string['entryexported'] = "Entry succesfully exported.";
+
+$string['exporttomainglossary'] = "Export to main glossary";
+
+$string['glossaryformat'] = "Glossary format";
+
+$string['mainglossary'] = "Main glossary";
+
+$string['modulename'] = "Glossary";
+
+$string['modulenameplural'] = "Glossaries";
+
+$string['newglossaryentries'] = "New glossary entries:";
+
+$string['noentries'] = "No entries found in this section";
+
+$string['noentry'] = "No entry found.";
+
+$string['searchconcept'] = "Search:";
+
+$string['searchindefinition'] = "Search in concept AND definitions?";
+
+$string['secundaryglossary'] = "Secundary glossary";
+
+$string['selectletter'] = "Select the letter you want to look for.<p><b>Special</b> will show all concepts that does not begin with a letter.<br><b>ALL</b> will show all entries in one page.";
+
+$string['special'] = "Special";
+
+$string['writtenby'] = "By";
+
+?>
+