strings.go 372 B

123456789101112131415
  1. // This file is subject to a 1-clause BSD license.
  2. // Its contents can be found in the enclosed LICENSE file.
  3. package dictionary
  4. const (
  5. TextDefineName = "watis"
  6. TextDefineTermName = "term"
  7. TextDefineNotFound = "%s, de term %s is niet bekend."
  8. TextDefineDisplay = "%s: %s"
  9. TextDefinitionsName = "definities"
  10. TextDefinitionsDisplay = "Ik ken %s termen:"
  11. )