Files
openlayers/lib/OpenLayers/Lang/nn.js

20 lines
486 B
JavaScript
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/* Translators (2009 onwards):
* - Harald Khan
*/
/**
* @requires OpenLayers/Lang.js
*/
/**
* Namespace: OpenLayers.Lang["nn"]
* Dictionary for Norsk (nynorsk). Keys for entries are used in calls to
* <OpenLayers.Lang.translate>. Entry bodies are normal strings or
* strings formatted for use with <OpenLayers.String.format> calls.
*/
OpenLayers.Lang["nn"] = OpenLayers.Util.applyDefaults({
'Scale = 1 : ${scaleDenom}': "Skala = 1 : ${scaleDenom}"
});