source:
trunk/workshop-routing-foss4g/web/OpenLayers/lib/OpenLayers/Lang/fur.js
@
81
Revision 76, 746 bytes checked in by djay, 13 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[76] | 1 | /* Translators (2009 onwards): |
2 | * - Klenje | |
3 | */ | |
4 | ||
5 | /** | |
6 | * @requires OpenLayers/Lang.js | |
7 | */ | |
8 | ||
9 | /** | |
10 | * Namespace: OpenLayers.Lang["fur"] | |
11 | * Dictionary for Furlan. 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["fur"] = OpenLayers.Util.applyDefaults({ | |
16 | ||
17 | 'permalink': "Leam Permanent", | |
18 | ||
19 | 'overlays': "Livei parsore", | |
20 | ||
21 | 'baseLayer': "Livel di base", | |
22 | ||
23 | 'browserNotSupported': "Il to sgarfadÎr nol supuarte la renderizazion vetoriâl. Al moment a son supuartâts:\n${renderers}", | |
24 | ||
25 | 'scale': "Scjale = 1 : ${scaleDenom}", | |
26 | ||
27 | 'W': "O", | |
28 | ||
29 | 'E': "E", | |
30 | ||
31 | 'N': "N", | |
32 | ||
33 | 'S': "S" | |
34 | ||
35 | }); |
Note: See TracBrowser
for help on using the repository browser.