strings.go 226 B

12345678910
  1. // This file is subject to a 1-clause BSD license.
  2. // Its contents can be found in the enclosed LICENSE file.
  3. package url
  4. const (
  5. TextDisplay = "De link van %s toont: %s"
  6. TextYoutubeDuration = " (speelduur: %s)"
  7. )