~dongpo-deng/sahana-eden/test

« back to all changes in this revision

Viewing changes to static/scripts/gis/openlayers/lib/OpenLayers/Lang/bg.js

  • Committer: Deng Dongpo
  • Date: 2010-08-01 09:29:44 UTC
  • Revision ID: dongpo@dhcp-21193.iis.sinica.edu.tw-20100801092944-8t9obt4xtl7otesb
initial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
});
 
 
b'\\ No newline at end of file'