diff --git a/android/res/values-ru/strings.xml b/android/res/values-ru/strings.xml
index ebc44a56ab..25cadd5205 100644
--- a/android/res/values-ru/strings.xml
+++ b/android/res/values-ru/strings.xml
@@ -600,6 +600,8 @@
Измените конечную точку маршрута
Маршрут не построен. Не определена конечная точка маршрута.
Пожалуйста, выберите конечную точку маршрута ближе к дороге.
+ Выберите другую промежуточную точку, пожалуйста
+ Промежуточная точка не обнаружена.
Системная ошибка
Не удалось проложить маршрут из-за ошибки приложения.
Попробуйте снова
@@ -979,6 +981,8 @@
Ожидание %s
Не удалось найти такси поблизости
+
+ Не удалось найти поставщика услуг такси поблизости
Установить
Фильтр
diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml
index 9eb7b14307..ab4c08870e 100644
--- a/android/res/values/strings.xml
+++ b/android/res/values/strings.xml
@@ -602,6 +602,8 @@
Adjust destination
Route was not created. Unable to locate the destination.
Please select a destination point located closer to a road.
+ Please select another intermediate point
+ An intermediate point is not determined.
System error
Unable to create route due to an application error.
Please try again
@@ -998,6 +1000,8 @@
Expected in %s
Couldn\'t find a taxi nearby
+
+ Couldn’t find a taxi provider nearby
Install
Filter
diff --git a/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings
index 3031468472..959cb2dae2 100644
--- a/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "يُرجى تحديد نقطة وجهة تقع أكثر قربًا من الطريق.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "خطأ في النظام";
"dialog_routing_application_error" = "تعذر إنشاء مسار نتيجة وجود خطأ في التطبيق.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "لا يمكن العثور على تاكسي قريب";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "تثبيت";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings
index 105a50f332..610d9f7857 100644
--- a/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Vyberte cílový bod blíže k silnici.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "Systémová chyba";
"dialog_routing_application_error" = "Trasu se nepodařilo vytvořit z důvodu chyby aplikace.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Nelze najít taxi v okolí";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Instalovat";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings
index 8e7f334c6e..986f5b38bd 100644
--- a/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Angiv en destination, der ligger tættere på en vej.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "Systemfejl";
"dialog_routing_application_error" = "Det lykkedes ikke at planlægge en rute. Der opstod en fejl i systemet.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Kunne ikke finde en taxi i nærheden";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Installer";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings
index af7bda1566..9353593515 100644
--- a/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Bitte wählen Sie einen Zielort in der Nähe einer Straße aus.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "Systemfehler";
"dialog_routing_application_error" = "Route kann wegen eines Anwendungsfehlers nicht erstellt werden.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Es konnte kein Taxi in der Nähe gefunden werden";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Installieren";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings
index 9349797508..6acc8ca539 100644
--- a/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Επιλέξτε ένα σημείο προορισμού πιο κοντά σε ένα δρόμο.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "Σφάλμα συστήματος";
"dialog_routing_application_error" = "Δεν είναι δυνατή η δημιουργία διαδρομής εξαιτίας σφάλματος εφαρμογής.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Δε βρέθηκε ταξί σε κοντινή απόσταση";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Εγκατάσταση";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings
index 8696dd757a..1b0c9848be 100644
--- a/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Please select a destination point located closer to a road.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "System error";
"dialog_routing_application_error" = "Unable to create route due to an application error.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Couldn't find a taxi nearby";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Install";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings
index 4574af4be6..e35b928341 100644
--- a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Please select a destination point located closer to a road.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "System error";
"dialog_routing_application_error" = "Unable to create route due to an application error.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Couldn't find a taxi nearby";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Install";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings
index 8646252b9d..b845018c52 100644
--- a/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Seleccione un punto de destino cercano a una carretera.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "Error del sistema";
"dialog_routing_application_error" = "No se pudo crear la ruta debido a un error en la aplicación.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "No se puede encontrar un taxi cerca";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Instalar";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings
index 1ee97b0a16..2e3a0d675c 100644
--- a/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Valitse lähempänä tietä oleva määränpää.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "Järjestelmävirhe";
"dialog_routing_application_error" = "Reittiä ei voi luoda sovellusvirheen vuoksi.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Läheltä ei löytynyt taksia";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Asenna";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings
index 63c85d1426..0196ac982d 100644
--- a/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Choisissez une destination à proximité d'une route.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "Erreur système";
"dialog_routing_application_error" = "Impossible de créer l'itinéraire à cause d'une erreur dans l'application.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Impossible de trouver un taxi à proximité";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Installer";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings
index 64d4e0d316..0c77d71709 100644
--- a/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Kérjük, válasszon egy úthoz közelebb eső célállomást.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "Rendszerhiba";
"dialog_routing_application_error" = "Egy alkalmazáshiba miatt nem sikerült az útvonal létrehozása.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Nem talált taxit a közelben";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Telepítés";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings
index 2ccbdbe637..9237b529e3 100644
--- a/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Pilih titik tujuan yang lebih dekat dengan jalan.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "Kesalahan sistem";
"dialog_routing_application_error" = "Tidak dapat membuat rute karena kesalahan aplikasi.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Tidak dapat menemukan taksi di dekat lokasi";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Pasang";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings
index 9771df9a8f..0301f3615d 100644
--- a/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Seleziona un punto di destinazione più vicino a una strada.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "Errore di sistema";
"dialog_routing_application_error" = "Impossibile creare il percorso a causa di un errore dell'applicazione.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Impossibile trovare un taxi nelle vicinanze";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Installa";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings
index bc4fd76dde..fad1c23177 100644
--- a/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "道路に近い位置にある目的地を設定してください。";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "システムエラー";
"dialog_routing_application_error" = "アプリケーションのエラーにより案内ルートを作成できませんでした。";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "近隣にタクシーは見つかりませんでした";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "インストール";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings
index 96d943ea5b..5a3403013c 100644
--- a/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "도로와 가까운 목적지를 지정해주세요.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "시스템 오류";
"dialog_routing_application_error" = "애플리케이션 오류로 인해 경로를 설정하지 못했습니다.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "근처에서 택시를 찾을 수 없음";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "설치";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings
index c7821545de..ff8028fa24 100644
--- a/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Velg et bestemmelsessted som er i nærheten av en vei.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "Systemfeil";
"dialog_routing_application_error" = "En applikasjonsfeil førte til at ruten ikke kunne opprettes.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Kunne ikke finne drosje i nærheten";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Installer";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings
index 3dbef57d49..015b2d67f7 100644
--- a/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Kies een bestemming die dichter bij een weg ligt.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "Systeemfout";
"dialog_routing_application_error" = "Route samenstellen mislukt door een applicatiefout.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Kon geen taxi vinden in de buurt";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Installeer";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings
index 05893f1291..3ce3262565 100644
--- a/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Wybierz punkt docelowy położony bliżej drogi.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "Błąd systemowy";
"dialog_routing_application_error" = "Nie można wyznaczyć trasy z powodu błędu aplikacji.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Nie można znaleźć taksówki w pobliżu";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Zainstaluj";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings
index ac9f3850a1..2d4f2b8aa4 100644
--- a/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Selecione um ponto de chegada mais perto de uma estrada.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "Erro de sistema";
"dialog_routing_application_error" = "Não foi possível traçar uma rota devido a um erro no aplicativo.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Não consegui encontrar um táxi nas proximidades";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Instalar";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings
index 89a0926158..1495bef347 100644
--- a/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Setaţi un punct de destinaţie mai aproape de un drum.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "Eroare sistem";
"dialog_routing_application_error" = "Crearea traseului a eşuat din cauza unei erori a aplicaţiei.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Nu am găsit niciun taxi în apropiere ";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Instalați";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings
index 33a6e7c43c..6eaab73595 100644
--- a/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Пожалуйста, выберите конечную точку маршрута ближе к дороге.";
+"dialog_routing_change_intermediate" = "Выберите другую промежуточную точку, пожалуйста";
+
+"dialog_routing_intermediate_not_determined" = "Промежуточная точка не обнаружена.";
+
"dialog_routing_system_error" = "Системная ошибка";
"dialog_routing_application_error" = "Не удалось проложить маршрут из-за ошибки приложения.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Не удалось найти такси поблизости";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Не удалось найти поставщика услуг такси поблизости";
+
"install_app" = "Установить";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings
index 876589bb12..f38c6dc6a1 100644
--- a/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Vyberte cieľové miesto nachádzajúce sa bližšie k ceste.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "Systémová chyba";
"dialog_routing_application_error" = "Nedá sa vytvoriť trasa z dôvodu aplikačnej chyby.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "V okolí sa nepodarilo nájsť žiaden taxík";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Nainštalovať";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings
index f8399244f6..018262459e 100644
--- a/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Välj en destinationspunkt närmare en väg.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "Systemfel";
"dialog_routing_application_error" = "Kan inte skapa väg på grund av ett programfel.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Hittade ingen taxi i närheten";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Installera";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings
index 1011448e38..400950ca48 100644
--- a/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "กรุณาเลือกที่หมายที่ใกล้ถนนมากขึ้น";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "ระบบเกิดข้อผิดพลาด";
"dialog_routing_application_error" = "ไม่สามารถสร้างเส้นทางได้เนื่องจากเกิดข้อผิดพลาดของแอปพลิเคชัน";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "ไม่พบแท็กซี่ในบริเวณใกล้เคียง";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "ติดตั้ง";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings
index adfab2bb0d..83f2f029b6 100644
--- a/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Lütfen yola daha yakın bir hedef noktası seçin.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "Sistem hatası";
"dialog_routing_application_error" = "Uygulama hatası nedeniyle güzergah oluşturulamadı.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Yakın hiç taksi bulunamadı";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Kur";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings
index 6d5bae7b66..af3855db8e 100644
--- a/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Будь ласка, виберіть кінцеву точку маршруту ближче до дороги.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "Системна помилка";
"dialog_routing_application_error" = "Не вдалося прокласти маршрут через помилки програми.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Не вдалося знайти таксі поблизу";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Встановити";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings
index 404029f646..d589fa6006 100644
--- a/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "Hãy chọn điểm đến gần với một con đường hơn.";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "Lỗi hệ thống";
"dialog_routing_application_error" = "Không thể tạo tuyến đường do lỗi ứng dụng.";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "Không thể tìm thấy một taxi ở gần đây";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "Cài đặt";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings
index b7ee5fb581..c3af070ef9 100644
--- a/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "请选择更靠近公路的目的地位置。";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "系统错误";
"dialog_routing_application_error" = "由于应用程序错误,无法创建路线。";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "无法在附近找到出租车";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "安装";
/* `Filter` is a noun here */
diff --git a/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings
index dd13742a9b..fcb2bee5e8 100644
--- a/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings
@@ -943,6 +943,10 @@
"dialog_routing_select_closer_end" = "請選擇更接近道路的目的地。";
+"dialog_routing_change_intermediate" = "Please select another intermediate point";
+
+"dialog_routing_intermediate_not_determined" = "An intermediate point is not determined.";
+
"dialog_routing_system_error" = "系統錯誤";
"dialog_routing_application_error" = "由於此錯誤,尚未建立路線。";
@@ -1682,6 +1686,9 @@
/* When there are no available taxis nearby */
"taxi_not_found" = "無法在附近找到計程車";
+/* When there are no available taxi providers nearby */
+"taxi_no_providers" = "Couldn’t find a taxi provider nearby";
+
"install_app" = "安裝";
/* `Filter` is a noun here */