added localization for qr code

This commit is contained in:
DennisSchiefer 2012-08-30 15:13:22 +01:00
parent db857166b2
commit aee90bf530

View File

@ -134,7 +134,8 @@ OSRM.Localization["en"] = {
// do not translate below this line // do not translate below this line
"GUI_LEGAL_NOTICE": "Routing by <a href='http://project-osrm.org/'>Project OSRM</a> - Geocoder by <a href='http://wiki.openstreetmap.org/wiki/Nominatim/'>Nominatim</a> - OSRM hosting by <a href='http://algo2.iti.kit.edu/'>KIT</a>", "GUI_LEGAL_NOTICE": "Routing by <a href='http://project-osrm.org/'>Project OSRM</a> - Geocoder by <a href='http://wiki.openstreetmap.org/wiki/Nominatim/'>Nominatim</a> - OSRM hosting by <a href='http://algo2.iti.kit.edu/'>KIT</a>",
"GUI_DATA_TIMESTAMP": "data: ", "GUI_DATA_TIMESTAMP": "data: ",
"GUI_VERSION": "gui: " "GUI_VERSION": "gui: ",
"QR": "QR"
}; };
// set GUI language on load // set GUI language on load