From 1423d80556a386044c2c45d69610c1416edc9442 Mon Sep 17 00:00:00 2001 From: DennisSchiefer Date: Mon, 18 Jun 2012 08:48:03 +0100 Subject: [PATCH] fixed language error on vs. onto --- WebContent/localization/OSRM.Locale.en.js | 42 +++++++++++------------ 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/WebContent/localization/OSRM.Locale.en.js b/WebContent/localization/OSRM.Locale.en.js index 6f67e3249..bfd1f12a8 100644 --- a/WebContent/localization/OSRM.Locale.en.js +++ b/WebContent/localization/OSRM.Locale.en.js @@ -26,7 +26,7 @@ OSRM.Localization["en"] = { "GUI_START": "Start", "GUI_END": "End", "GUI_RESET": "  Reset  ", -"GUI_ZOOM": "Zoom on Route", +"GUI_ZOOM": "Zoom onto Route", "GUI_SEARCH": "  Show  ", "GUI_REVERSE": "Reverse", "GUI_START_TOOLTIP": "Enter start", @@ -78,26 +78,26 @@ OSRM.Localization["en"] = { // %s: road name // %d: direction // [*]: will only be printed when there actually is a road name -"DIRECTION_0":"Unknown instruction[ on %s]", -"DIRECTION_1":"Continue[ on %s]", -"DIRECTION_2":"Turn slight right[ on %s]", -"DIRECTION_3":"Turn right[ on %s]", -"DIRECTION_4":"Turn sharp right[ on %s]", -"DIRECTION_5":"U-Turn[ on %s]", -"DIRECTION_6":"Turn sharp left[ on %s]", -"DIRECTION_7":"Turn left[ on %s]", -"DIRECTION_8":"Turn slight left[ on %s]", -"DIRECTION_10":"Head %d[ on %s]", -"DIRECTION_11-1":"Enter roundabout and leave at first exit[ on %s]", -"DIRECTION_11-2":"Enter roundabout and leave at second exit[ on %s]", -"DIRECTION_11-3":"Enter roundabout and leave at third exit[ on %s]", -"DIRECTION_11-4":"Enter roundabout and leave at fourth exit[ on %s]", -"DIRECTION_11-5":"Enter roundabout and leave at fifth exit[ on %s]", -"DIRECTION_11-6":"Enter roundabout and leave at sixth exit[ on %s]", -"DIRECTION_11-7":"Enter roundabout and leave at seventh exit[ on %s]", -"DIRECTION_11-8":"Enter roundabout and leave at eighth exit[ on %s]", -"DIRECTION_11-9":"Enter roundabout and leave at nineth exit[ on %s]", -"DIRECTION_11-x":"Enter roundabout and leave at one of the too many exits[ on %s]", +"DIRECTION_0":"Unknown instruction[ onto %s]", +"DIRECTION_1":"Continue[ onto %s]", +"DIRECTION_2":"Turn slight right[ onto %s]", +"DIRECTION_3":"Turn right[ onto %s]", +"DIRECTION_4":"Turn sharp right[ onto %s]", +"DIRECTION_5":"U-Turn[ onto %s]", +"DIRECTION_6":"Turn sharp left[ onto %s]", +"DIRECTION_7":"Turn left[ onto %s]", +"DIRECTION_8":"Turn slight left[ onto %s]", +"DIRECTION_10":"Head %d[ onto %s]", +"DIRECTION_11-1":"Enter roundabout and leave at first exit[ onto %s]", +"DIRECTION_11-2":"Enter roundabout and leave at second exit[ onto %s]", +"DIRECTION_11-3":"Enter roundabout and leave at third exit[ onto %s]", +"DIRECTION_11-4":"Enter roundabout and leave at fourth exit[ onto %s]", +"DIRECTION_11-5":"Enter roundabout and leave at fifth exit[ onto %s]", +"DIRECTION_11-6":"Enter roundabout and leave at sixth exit[ onto %s]", +"DIRECTION_11-7":"Enter roundabout and leave at seventh exit[ onto %s]", +"DIRECTION_11-8":"Enter roundabout and leave at eighth exit[ onto %s]", +"DIRECTION_11-9":"Enter roundabout and leave at nineth exit[ onto %s]", +"DIRECTION_11-x":"Enter roundabout and leave at one of the too many exits[ onto %s]", "DIRECTION_15":"You have reached your destination" };