strings.go 316 B

123456789101112
  1. // This file is subject to a 1-clause BSD license.
  2. // Its contents can be found in the enclosed LICENSE file.
  3. package knmi
  4. // Language specific constants for this package
  5. const (
  6. TextForecastName = "knmi"
  7. TextNoForecast = "ophalen voorspelling niet gelukt (URL ontbreekt in configuratie)"
  8. )