en-CA.js 670 B

123456789101112131415161718192021
  1. /**
  2. * @requires OpenLayers/Lang/en.js
  3. */
  4. /**
  5. * Namespace: OpenLayers.Lang["en-CA"]
  6. * Dictionary for English-CA. This dictionary inherits from the standard
  7. * English dictionary. Override only those entries with language specific
  8. * to the CA region.
  9. *
  10. * Keys for entries are used in calls to <OpenLayers.Lang.translate>. Entry
  11. * bodies are normal strings or strings formatted for use with
  12. * <OpenLayers.String.format> calls.
  13. */
  14. OpenLayers.Lang['en-CA'] = OpenLayers.Util.applyDefaults({
  15. // add any entries specific for this region here
  16. // e.g.
  17. // "someKey": "Some regionally specific value"
  18. }, OpenLayers.Lang["en"]);