mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
utf8 related cleanup in glossary import and export code - please test
This commit is contained in:
parent
dcd51df25e
commit
212039c0d8
5 changed files with 106 additions and 143 deletions
|
@ -92,12 +92,11 @@ $string['entryusedynalink'] = 'This entry should be automatically linked';
|
|||
$string['explainaddentry'] = 'Add a new entry to the current glossary.<br />Concept and definition are mandatory fields.';
|
||||
$string['explainall'] = 'Shows ALL entries on one page';
|
||||
$string['explainalphabet'] = 'Browse the glossary using this index';
|
||||
$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.';
|
||||
$string['explainexport'] = 'Click on the button below to export glossary entries.<br />You can import it anytime you wish in this or other course.<p>Please note that attachments (e.g. images) and authors are not exported.</p>';
|
||||
$string['explainimport'] = 'You must specify the file to import and define the criteria of the process.<p>Submit your request and review the results.</p>';
|
||||
$string['explainspecial'] = 'Shows entries that do not begin with a letter';
|
||||
$string['exportedentry'] = 'Exported entry';
|
||||
$string['exportedfile'] = 'Exported file';
|
||||
$string['exportentries'] = 'Export entries';
|
||||
$string['exportfile'] = 'Export entries to file';
|
||||
$string['exportglossary'] = 'Export glossary';
|
||||
$string['exporttomainglossary'] = 'Export to main glossary';
|
||||
$string['filetoimport'] = 'File to import';
|
||||
|
@ -107,7 +106,6 @@ $string['fullmatch'] = 'Match whole words only';
|
|||
$string['globalglossary'] = 'Global glossary';
|
||||
$string['glossaryleveldefaultsettings'] = 'Glossary Level Default Settings';
|
||||
$string['glossarytype'] = 'Glossary Type';
|
||||
$string['glosssaryexported'] = 'Glossary exported.';
|
||||
$string['importcategories'] = 'Import categories';
|
||||
$string['importedcategories'] = 'Imported categories';
|
||||
$string['importedentries'] = 'Imported entries';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue