Project

General

Profile

Download (465 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/* Translators (2009 onwards):
2
 *  - Malafaya
3
 */
4

    
5
/**
6
 * @requires OpenLayers/Lang.js
7
 */
8

    
9
/**
10
 * Namespace: OpenLayers.Lang["io"]
11
 * Dictionary for Ido.  Keys for entries are used in calls to
12
 *     <OpenLayers.Lang.translate>.  Entry bodies are normal strings or
13
 *     strings formatted for use with <OpenLayers.String.format> calls.
14
 */
15
OpenLayers.Lang["io"] = OpenLayers.Util.applyDefaults({
16

    
17
    'Scale = 1 : ${scaleDenom}': "Skalo = 1 : ${scaleDenom}"
18

    
19
});
(23-23/45)