Fix bugs due to recent code standards enforcement
[busui.git] / labs / io.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Translators (2009 onwards):
 *  - Malafaya
 */
 
/**
 * @requires OpenLayers/Lang.js
 */
 
/**
 * Namespace: OpenLayers.Lang["io"]
 * Dictionary for Ido.  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["io"] = OpenLayers.Util.applyDefaults({
 
    'scale': "Skalo = 1 : ${scaleDenom}"
 
});