added explanation to driving instruction localization

This commit is contained in:
DennisSchiefer 2012-04-16 18:57:21 +02:00
parent 3610e21854
commit 6f4e9a1d11
2 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,8 @@ OSRM.Localization["de"] = {
"SW": "Südwest",
"NW": "Nordwest",
// driving directions
// %s: road name
// [*]: will only be printed when there actually is a road name
"DIRECTION_0":"Unbekannte Anweisung[ auf <b>%s</b>]",
"DIRECTION_1":"Geradeaus weiterfahren[ auf <b>%s</b>]",
"DIRECTION_2":"Leicht rechts abbiegen[ auf <b>%s</b>]",

View File

@ -60,6 +60,8 @@ OSRM.Localization["en"] = {
"SW": "southwest",
"NW": "northwest",
// driving directions
// %s: road name
// [*]: will only be printed when there actually is a road name
"DIRECTION_0":"Unknown instruction[ on <b>%s</b>]",
"DIRECTION_1":"Continue[ on <b>%s</b>]",
"DIRECTION_2":"Turn slight right[ on <b>%s</b>]",