/* This program is free software; you can redistribute it and/or modify it under the terms of the GNU AFFERO General Public License as published by the Free Software Foundation; either version 3 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or see http://www.gnu.org/licenses/agpl.txt. */ // OSRM localization // [German language support] OSRM.Localization["de"] = { //gui "OPEN_JOSM": "JOSM", "OPEN_OSMBUGS": "OSM Bugs", "GUI_START": "Start", "GUI_END": "Ziel", "GUI_RESET": "Reset", "GUI_SEARCH": "Zeigen", "GUI_REVERSE": "Umdrehen", "GUI_OPTIONS": "Kartenwerkzeuge", "GUI_HIGHLIGHT_UNNAMED_ROADS": "Unbenannte Straßen hervorheben", "GUI_START_TOOLTIP": "Startposition eingeben", "GUI_END_TOOLTIP": "Zielposition eingeben", "GUI_LEGAL_NOTICE": "GUI2 v"+OSRM.VERSION+" "+OSRM.DATE+" - OSRM hosting by KIT - Geocoder by OSM", // geocoder "SEARCH_RESULTS": "Suchergebnisse", "TIMED_OUT": "Zeitüberschreitung", "NO_RESULTS_FOUND": "Keine Ergebnisse gefunden", "NO_RESULTS_FOUND_SOURCE": "Keine Ergebnisse gefunden für Start", "NO_RESULTS_FOUND_TARGET": "Keine Ergebnisse gefunden für Ziel", // routing "ROUTE_DESCRIPTION": "Routenbeschreibung", "GET_LINK_TO_ROUTE": "Generiere Link", "GENERATE_LINK_TO_ROUTE": "Warte auf Antwort", "LINK_TO_ROUTE_TIMEOUT": "nicht möglich", "GPX_FILE": "GPX Datei", "DISTANCE": "Distanz", "DURATION": "Dauer", "YOUR_ROUTE_IS_BEING_COMPUTED": "Ihre Route wird berechnet", "NO_ROUTE_FOUND": "Keine Route hierher möglich", // directions "N": "Norden", "O": "Ost", "S": "Süden", "W": "Westen", "NO": "Nordost", "SO": "Südost", "SW": "Südwest", "NW": "Nordwest" }; // set GUI language on load OSRM.GUI.setLanguage();