Advertisement
Guest User

Untitled

a guest
Mar 15th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. /**
  6.  * @requires OpenLayers/Lang.js
  7.  */
  8.  
  9. /**
  10.  * Namespace: OpenLayers.Lang["cs"]
  11.  * Dictionary for Czech.  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.cs = {
  16.  
  17.     'unhandledRequest': "Neznámý požadavek vracející ${statusText}",
  18.  
  19.     'permalink': "Trvalý odkaz",
  20.  
  21.     'overlays': "Vrstvy",
  22.  
  23.     'baseLayer': "Podklad",
  24.  
  25.     'sameProjection':
  26.         "Přehledová mapa funguje pouze pokud je ve stejné projekci jako hlavní mapa",
  27.  
  28.     'readNotImplemented': "Čtení neimplementováno.",
  29.  
  30.     'writeNotImplemented': "Psaní neimplementováno.",
  31.  
  32.     'noFID': "Nelze aktualizovat funkci, pro kterou chybí FID.",
  33.  
  34.     'errorLoadingGML': "Chyba při načítání souboru GML ${url}",
  35.  
  36.     'browserNotSupported':
  37.         "Váš prohlížeč nepodporuje vykreslování vektorů. Aktuálně podporované vykreslovače jsou:\n${renderers}",
  38.  
  39.     'componentShouldBe': "addFeatures : složka by měla být ${geomType}",
  40.  
  41.     // console message
  42.     'getFeatureError':
  43.         "getFeatureFromEvent called on layer with no renderer. This usually means you " +
  44.         "destroyed a layer, but not some handler which is associated with it.",
  45.  
  46.     // console message
  47.     'minZoomLevelError':
  48.         "The minZoomLevel property is only intended for use " +
  49.         "with the FixedZoomLevels-descendent layers. That this " +
  50.         "wfs layer checks for minZoomLevel is a relic of the" +
  51.         "past. We cannot, however, remove it without possibly " +
  52.         "breaking OL based applications that may depend on it." +
  53.         " Therefore we are deprecating it -- the minZoomLevel " +
  54.         "check below will be removed at 3.0. Please instead " +
  55.         "use min/max resolution setting as described here: " +
  56.         "http://trac.openlayers.org/wiki/SettingZoomLevels",
  57.  
  58.     'commitSuccess': "Transakce WFS: ÚSPĚCH ${response}",
  59.  
  60.     'commitFailed': "Transakce WFS: CHYBA ${response}",
  61.  
  62.     'googleWarning':
  63.         "Nebylo možné správně načíst vrstvu Googlu.<br><br>" +
  64.         "Pro skrytí této zprávy vyberte nový podklad " +
  65.         "v přepínači vrstev vpravo nahoře.<br><br>" +
  66.         "Pravděpodobně je tato chyba způsobena tím, že skript knihovny Google Maps " +
  67.         "buď nebyl vložen nebo neobsahuje " +
  68.         "správný klíč API pro vaši webovou stránku.<br><br>" +
  69.         "Pro vývojáře: Pro pomoc s rozběhnutím této funkce " +
  70.         "<a href='http://trac.openlayers.org/wiki/Google' " +
  71.         "target='_blank'>klikněte sem</a>",
  72.  
  73.     'getLayerWarning':
  74.         "Nebylo možné správně načíst vrstvu ${layerType}.<br><br>" +
  75.         "Pro skrytí této zprávy vyberte nový podklad " +
  76.         "v přepínači vrstev vpravo nahoře.<br><br>" +
  77.         "Pravděpodobně je tato chyba způsobena tím, že skript knihovny ${layerLib} " +
  78.         "nebyl správně vložen.<br><br>" +
  79.         "Pro vývojáře: Pro pomoc s rozběhnutím této funkce " +
  80.         "<a href='http://trac.openlayers.org/wiki/${layerLib}' " +
  81.         "target='_blank'>klikněte sem</a>",
  82.  
  83.     'scale': "Měřítko = 1 : ${scaleDenom}",
  84.    
  85.     //labels for the graticule control
  86.     'W': 'Z',
  87.     'E': 'V',
  88.     'N': 'S',
  89.     'S': 'J',
  90.  
  91.     // console message
  92.     'layerAlreadyAdded':
  93.         "You tried to add the layer: ${layerName} to the map, but it has already been added",
  94.  
  95.     // console message
  96.     'reprojectDeprecated':
  97.         "You are using the 'reproject' option " +
  98.         "on the ${layerName} layer. This option is deprecated: " +
  99.         "its use was designed to support displaying data over commercial " +
  100.         "basemaps, but that functionality should now be achieved by using " +
  101.         "Spherical Mercator support. More information is available from " +
  102.         "http://trac.openlayers.org/wiki/SphericalMercator.",
  103.  
  104.     // console message
  105.     'methodDeprecated':
  106.         "This method has been deprecated and will be removed in 3.0. " +
  107.         "Please use ${newMethod} instead.",
  108.  
  109.     // console message
  110.     'boundsAddError': "You must pass both x and y values to the add function.",
  111.  
  112.     // console message
  113.     'lonlatAddError': "You must pass both lon and lat values to the add function.",
  114.  
  115.     // console message
  116.     'pixelAddError': "You must pass both x and y values to the add function.",
  117.  
  118.     // console message
  119.     'unsupportedGeometryType': "Unsupported geometry type: ${geomType}",
  120.  
  121.     // console message
  122.     'pagePositionFailed':
  123.         "OpenLayers.Util.pagePosition failed: element with id ${elemId} may be misplaced.",
  124.                    
  125.     'end': '',
  126.  
  127.     // console message
  128.     'filterEvaluateNotImplemented': "evaluate is not implemented for this filter type."
  129. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement