~dongpo-deng/sahana-eden/test

1 by Deng Dongpo
initial
1
/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
2
 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
3
 * full text of the license. */
4
5
/* Translators (2009 onwards):
6
 *  - DCLXVI
7
 */
8
9
/**
10
 * @requires OpenLayers/Lang.js
11
 */
12
13
/**
14
 * Namespace: OpenLayers.Lang["bg"]
15
 * Dictionary for Български.  Keys for entries are used in calls to
16
 *     <OpenLayers.Lang.translate>.  Entry bodies are normal strings or
17
 *     strings formatted for use with <OpenLayers.String.format> calls.
18
 */
19
OpenLayers.Lang["bg"] = OpenLayers.Util.applyDefaults({
20
21
    'permalink': "Постоянна препратка",
22
23
    'baseLayer': "Основен слой",
24
25
    'errorLoadingGML': "Грешка при зареждане на GML файл ${url}",
26
27
    'scale': "Мащаб = 1 : ${scaleDenom}",
28
29
    'layerAlreadyAdded': "Опитахте да добавите слой ${layerName} в картата, но той вече е добавен",
30
31
    'methodDeprecated': "Този метод е остарял и ще бъде премахват в 3.0. Вместо него използвайте ${newMethod}."
32
33
});