/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
 * full text of the license. */

/**
 * @requires OpenLayers/Lang/en.js
 */

/**
 * Namespace: OpenLayers.Lang["de"]
 * Dictionary for German.  Keys for entries are used in calls to
 *     <OpenLayers.Lang.translate>.  Entry bodies are normal strings or
 *     strings formatted for use with <OpenLayers.String.format> calls.
 */
OpenLayers.Lang.de = OpenLayers.Util.applyDefaults({

    'overlays': "Themen",

    'baseLayer': "Hintergrundkarte",

    'scale': "Maßstab = 1 : ${scaleDenom}",
    
    'mouseposition': "Mausposition: ",
    
    'printcurrentmap': "aktuelle Kartenansicht drucken"

}, OpenLayers.Lang["de"]);

OpenLayers.Lang.en = OpenLayers.Util.applyDefaults({

    'overlays': "Overlays",

    'baseLayer': "Base Layer",

    'scale': "Scale = 1 : ${scaleDenom}",
    
    'mouseposition': "Mouse-Position: ",
    
    'printcurrentmap': "print current map"

}, OpenLayers.Lang["en"]);

