diff --git a/android/res/values-ru/strings.xml b/android/res/values-ru/strings.xml
index cbfae25fb1..aed25bfd85 100644
--- a/android/res/values-ru/strings.xml
+++ b/android/res/values-ru/strings.xml
@@ -1278,4 +1278,6 @@
Бронирование отелей
Хранение багажа
Максим
+ Имя списка не может быть пустым
+ Введите имя списка, пожалуйста
diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml
index 7b172f88b5..c1c6aa38b9 100644
--- a/android/res/values/strings.xml
+++ b/android/res/values/strings.xml
@@ -1290,4 +1290,6 @@
Book hotels
Luggage storage
maxim
+ The name couldn\'t be empty
+ Please enter the list name
diff --git a/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings
index cbd26ca21e..640aece6c3 100644
--- a/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "مخزن الحقائب";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings
index 3337086b63..0d8136073a 100644
--- a/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Úschovna zavazadel";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings
index 67b0a4e4eb..247839014d 100644
--- a/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Bagageopbevaring";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings
index 26ad9540d8..38dd032620 100644
--- a/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Gepäckaufbewahrung";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings
index cf7ca6ad26..db9790fa70 100644
--- a/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Χώρος αποθήκευσης αποσκευών";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings
index e4a61a6435..a10beaf0a5 100644
--- a/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Luggage storage";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings
index b39ffa13d7..6c2e871605 100644
--- a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Luggage storage";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings
index 67eac1555c..0c5d88c115 100644
--- a/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Almacenamiento de equipaje";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings
index bf385af5a1..8b592d39b4 100644
--- a/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Matkatavaroiden säilytys";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings
index ddc7ebef2b..2eef256d47 100644
--- a/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Compartiment de bagage";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings
index a9286a469f..301503e0bc 100644
--- a/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Csomagmegőrzés";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings
index 53f901cb0f..131f9992dd 100644
--- a/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Penyimpanan barang";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings
index d92c9c9d4c..17bcc3eea5 100644
--- a/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Deposito bagagli";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings
index a6d429e58a..9b83f530a7 100644
--- a/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "荷物スペース";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings
index 63e1ba1e08..f026194393 100644
--- a/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "수하물 보관소";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings
index eb72b7f8b9..c1dde06751 100644
--- a/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Bagasjerom";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings
index d944c5c59c..de9b42be1b 100644
--- a/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Bagageopslag";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings
index 977c741c38..f2173a4a3e 100644
--- a/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Przechowalnia bagażu";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings
index d34ab80cc8..2b6af4ca56 100644
--- a/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Armazenamento de bagagem";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings
index 78121215da..40f5aee06a 100644
--- a/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Depozitare bagaje";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings
index 485a86869f..9595f800eb 100644
--- a/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Хранение багажа";
"maxim_taxi_title" = "Максим";
+
+"bookmarks_eror_title_empty_list_name" = "Имя списка не может быть пустым";
+
+"bookmarks_error_message_empty_list" = "Введите имя списка, пожалуйста";
diff --git a/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings
index 445cefba91..d059a3432b 100644
--- a/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Odkladací priestor pre batožinu";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings
index 7e244ca8b9..da5991110c 100644
--- a/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Bagageförvaring";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings
index a815749837..66e4600204 100644
--- a/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "พื้นที่จัดเก็บกระเป๋าเดินทาง";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings
index 7d9c2ea770..0c8fbdd85e 100644
--- a/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Bagaj saklama";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings
index 9fd6a5c5ec..6c486840db 100644
--- a/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Камера схову багажу";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings
index 0ab75eca85..388fa4a16b 100644
--- a/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "Giữ hộ hành lý";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings
index 1f6390190f..1404ea42ac 100644
--- a/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "行李寄存";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";
diff --git a/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings
index 4f47d73355..e46d99978b 100644
--- a/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings
+++ b/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings
@@ -2230,3 +2230,7 @@
"luggage_storage" = "行李寄存";
"maxim_taxi_title" = "maxim";
+
+"bookmarks_eror_title_empty_list_name" = "The name couldn't be empty";
+
+"bookmarks_error_message_empty_list" = "Please enter the list name";