strings.go 390 B

1234567891011
  1. // This file is subject to a 1-clause BSD license.
  2. // Its contents can be found in the enclosed LICENSE file.
  3. package cmd
  4. const (
  5. TextMissingParameters = "Ontbrekende parameters voor commando: %s"
  6. TextInvalidParameter = "Commando %s: ongeldige waarde voor parameter %q"
  7. TextAccessDenied = "Helaas, pindakaas. Het commando %q mag uitsluitend door beheerders uitgevoerd worden."
  8. )