變壓器位置with範圍展示
yuanhung
2016-08-16 e3d6da37ac178414e3b607cd39475963acbe6766
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* 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}"
 
});