glossary.inc.php 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $TermAddNew = "Add new glossary term";
  6. $TermName = "Term";
  7. $TermDefinition = "Term definition";
  8. $TermDeleted = "Term removed";
  9. $TermUpdated = "Term updated";
  10. $TermConfirmDelete = "Do you really want to delete this term";
  11. $TermAddButton = "Save term";
  12. $TermUpdateButton = "Update term";
  13. $TermEdit = "Edit term";
  14. $TermDeleteAction = "Delete term";
  15. $OrderBy = "Order by";
  16. $CreationDate = "Creation date";
  17. $UpdateDate = "Updated";
  18. $PreSelectedOrder = "Pre-defined";
  19. $TermAdded = "Term added";
  20. $YouMustEnterATermName = "You must enter a term";
  21. $YouMustEnterATermDefinition = "You must enter a term definition";
  22. $TableView = "Table view";
  23. $GlossaryTermAlreadyExistsYouShouldEditIt = "This glossary term already exists. Please change the term name.";
  24. $GlossaryManagement = "Glossary management";
  25. $TermMoved = "The term has moved";
  26. $ShowGlossaryInExtraToolsTitle = "Show the glossary terms in extra tools";
  27. $ShowGlossaryInExtraToolsComment = "From here you can configure how to add the glossary terms in extra tools as learning path and exercice tool";
  28. $ImportGlossary = "Import glossary";
  29. $ReplaceGlossary = "Replace glossary";
  30. $CannotDeleteGlossary = "Cannot delete glossary";
  31. $TermsImported = "Terms imported";
  32. $TermsNotImported = "Terms not imported";
  33. $ExportGlossaryAsCSV = "Export glossary as a CSV file";
  34. $List = "List";
  35. $GlossaryTermUpdated = "Term updated";
  36. $DeleteAllGlossaryTerms = "Delete all terms";
  37. ?>