~ubuntu-branches/ubuntu/hoary/moodle/hoary

« back to all changes in this revision

Viewing changes to lang/en_us/glossary.php

  • Committer: Bazaar Package Importer
  • Author(s): Isaac Clerencia
  • Date: 2004-12-29 00:49:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041229004952-gliyqzpj2w3e7clx
Tags: 1.4.3-1
* Urgency high as upstream release fixes several security bugs
* New upstream release
* Write database creation errors and warn the user about it, 
closes: #285842, #285842

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?PHP // $Id: glossary.php,v 1.2 2003/12/10 07:49:09 moodler Exp $ 
 
1
<?PHP // $Id$ 
2
2
      // glossary.php - created with Moodle 1.2 development (2003120700)
3
3
 
4
4
 
82
82
$string['entryexported'] = 'Entry succesfully exported';
83
83
$string['entryishidden'] = '(this entry is currently hidden)';
84
84
$string['entryusedynalink'] = 'This entry should be automatically linked';
85
 
$string['explainaddentry'] = 'Add a new entry to the current glossary.<br>Concept and definition are mandatory fields.';
 
85
$string['explainaddentry'] = 'Add a new entry to the current glossary.<br />Concept and definition are mandatory fields.';
86
86
$string['explainall'] = 'Shows ALL entries on one page';
87
87
$string['explainalphabet'] = 'Browse the glossary using this index';
88
 
$string['explainexport'] = 'A file has been generated.<br>Download it and keep it safe. You can import it anytime you wish in this or other course.';
 
88
$string['explainexport'] = 'A file has been generated.<br />Download it and keep it safe. You can import it anytime you wish in this or other course.';
89
89
$string['explainimport'] = 'You must specify the file to import and define the criteria of the process.<p>Submit your request and review the results.';
90
90
$string['explainspecial'] = 'Shows entries that do not begin with a letter';
91
91
$string['exportedentry'] = 'Exported entry';