From c1fa3c7df99cfbdceb06cde8313f5820cf5a5d41 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Mon, 25 Jan 2016 19:53:23 +0300 Subject: [PATCH] Fixing strings after rebase. --- android/res/values/strings.xml | 4 +++- iphone/Maps/ar.lproj/Localizable.strings | 4 ++++ iphone/Maps/cs.lproj/Localizable.strings | 4 ++++ iphone/Maps/da.lproj/Localizable.strings | 4 ++++ iphone/Maps/de.lproj/Localizable.strings | 4 ++++ iphone/Maps/en.lproj/Localizable.strings | 6 +++++- iphone/Maps/es.lproj/Localizable.strings | 4 ++++ iphone/Maps/fi.lproj/Localizable.strings | 4 ++++ iphone/Maps/fr.lproj/Localizable.strings | 4 ++++ iphone/Maps/hu.lproj/Localizable.strings | 4 ++++ iphone/Maps/id.lproj/Localizable.strings | 4 ++++ iphone/Maps/it.lproj/Localizable.strings | 4 ++++ iphone/Maps/ja.lproj/Localizable.strings | 4 ++++ iphone/Maps/ko.lproj/Localizable.strings | 4 ++++ iphone/Maps/nb.lproj/Localizable.strings | 4 ++++ iphone/Maps/nl.lproj/Localizable.strings | 4 ++++ iphone/Maps/pl.lproj/Localizable.strings | 4 ++++ iphone/Maps/pt.lproj/Localizable.strings | 4 ++++ iphone/Maps/ro.lproj/Localizable.strings | 4 ++++ iphone/Maps/ru.lproj/Localizable.strings | 4 ++++ iphone/Maps/sk.lproj/Localizable.strings | 4 ++++ iphone/Maps/sv.lproj/Localizable.strings | 4 ++++ iphone/Maps/th.lproj/Localizable.strings | 4 ++++ iphone/Maps/tr.lproj/Localizable.strings | 4 ++++ iphone/Maps/uk.lproj/Localizable.strings | 4 ++++ iphone/Maps/vi.lproj/Localizable.strings | 4 ++++ iphone/Maps/zh-Hans.lproj/Localizable.strings | 4 ++++ iphone/Maps/zh-Hant.lproj/Localizable.strings | 4 ++++ 28 files changed, 112 insertions(+), 2 deletions(-) diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml index ff3adcc3e3..e53d78d218 100644 --- a/android/res/values/strings.xml +++ b/android/res/values/strings.xml @@ -877,9 +877,11 @@ Add Hours Closed Opening hours Advanced Mode - Simple Mode + Simple mode Hours Closed Example Values Correct mistake You made an editing mistake. Please correct it or switch to simple mode. + Important! + In order to support new data format we have to erase installed maps. Then you should download maps again. diff --git a/iphone/Maps/ar.lproj/Localizable.strings b/iphone/Maps/ar.lproj/Localizable.strings index 2e9f789ade..d9e2126574 100644 --- a/iphone/Maps/ar.lproj/Localizable.strings +++ b/iphone/Maps/ar.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "تصحيح الخطأ"; "editor_correct_mistake_message" = "قمت بخطأ في التحرير. يرجى تصحيح الخطأ أو التبديل إلى الوضع البسيط."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/cs.lproj/Localizable.strings b/iphone/Maps/cs.lproj/Localizable.strings index b8294e8400..091b964e92 100644 --- a/iphone/Maps/cs.lproj/Localizable.strings +++ b/iphone/Maps/cs.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Opravit chybu"; "editor_correct_mistake_message" = "Při úpravách jste udělali chybu. Opravte ji prosím, nebo přepněte do jednoduchého režimu."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/da.lproj/Localizable.strings b/iphone/Maps/da.lproj/Localizable.strings index 37e9bb698d..1bfa767bb2 100644 --- a/iphone/Maps/da.lproj/Localizable.strings +++ b/iphone/Maps/da.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Ret fejl"; "editor_correct_mistake_message" = "Du har lavet en redigeringsfejl. Ret den, eller skift til enkel tilstand."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/de.lproj/Localizable.strings b/iphone/Maps/de.lproj/Localizable.strings index 788eef434f..41c9c548bf 100644 --- a/iphone/Maps/de.lproj/Localizable.strings +++ b/iphone/Maps/de.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Fehler korrigieren"; "editor_correct_mistake_message" = "Es ist ein Bearbeitungsfehler aufgetreten. Bitte korrigieren oder zum Einfachmodus wechseln."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/en.lproj/Localizable.strings b/iphone/Maps/en.lproj/Localizable.strings index 2963d098d9..3198ce9625 100644 --- a/iphone/Maps/en.lproj/Localizable.strings +++ b/iphone/Maps/en.lproj/Localizable.strings @@ -1377,7 +1377,7 @@ "editor_time_advanced" = "Advanced Mode"; -"editor_time_simple" = "Simple Mode"; +"editor_time_simple" = "Simple mode"; "editor_hours_closed" = "Hours Closed"; @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Correct mistake"; "editor_correct_mistake_message" = "You made an editing mistake. Please correct it or switch to simple mode."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/es.lproj/Localizable.strings b/iphone/Maps/es.lproj/Localizable.strings index 2ebcc64d4e..acc6efd8ce 100644 --- a/iphone/Maps/es.lproj/Localizable.strings +++ b/iphone/Maps/es.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Corregir error"; "editor_correct_mistake_message" = "Ha cometido un error de edición. Por favor, corríjalo o cambie a modo sencillo."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/fi.lproj/Localizable.strings b/iphone/Maps/fi.lproj/Localizable.strings index d4792e55f9..56e4d4686d 100644 --- a/iphone/Maps/fi.lproj/Localizable.strings +++ b/iphone/Maps/fi.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Korjaa virhe"; "editor_correct_mistake_message" = "Teit muokkausvirheen. Korjaa se tai vaihda yksinkertaiseen malliin."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/fr.lproj/Localizable.strings b/iphone/Maps/fr.lproj/Localizable.strings index 6e918c1de8..d703b081c6 100644 --- a/iphone/Maps/fr.lproj/Localizable.strings +++ b/iphone/Maps/fr.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Corriger l'erreur"; "editor_correct_mistake_message" = "Vous avez fait une erreur d'édition. Veuillez la corriger ou passer en mode simple."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/hu.lproj/Localizable.strings b/iphone/Maps/hu.lproj/Localizable.strings index b873ba102e..7429c1cd96 100644 --- a/iphone/Maps/hu.lproj/Localizable.strings +++ b/iphone/Maps/hu.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Hiba javítása"; "editor_correct_mistake_message" = "Szerkesztési hibát vétett. Javítsa ki vagy váltson egyszerű módba."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/id.lproj/Localizable.strings b/iphone/Maps/id.lproj/Localizable.strings index c2a92ff3d8..f3925c0b8a 100644 --- a/iphone/Maps/id.lproj/Localizable.strings +++ b/iphone/Maps/id.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Koreksi kesalahan"; "editor_correct_mistake_message" = "Pengeditan salah. Koreksi atau ubah ke mode sederhana."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/it.lproj/Localizable.strings b/iphone/Maps/it.lproj/Localizable.strings index 8a60e25c0d..1e84ea27ee 100644 --- a/iphone/Maps/it.lproj/Localizable.strings +++ b/iphone/Maps/it.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Correggi errore"; "editor_correct_mistake_message" = "Hai commesso un errore nella modifica. Correggerlo o passare alla modalità semplice."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/ja.lproj/Localizable.strings b/iphone/Maps/ja.lproj/Localizable.strings index cc51133fc6..3a72f81dbb 100644 --- a/iphone/Maps/ja.lproj/Localizable.strings +++ b/iphone/Maps/ja.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "間違いの訂正"; "editor_correct_mistake_message" = "編集の間違いがあります。訂正するか、シンプルモードに切り替えてください。"; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/ko.lproj/Localizable.strings b/iphone/Maps/ko.lproj/Localizable.strings index d3aa0c889a..871b15e90e 100644 --- a/iphone/Maps/ko.lproj/Localizable.strings +++ b/iphone/Maps/ko.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "입력 수정"; "editor_correct_mistake_message" = "잘못 입력했습니다. 수정하거나 기본 모드로 전환하세요."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/nb.lproj/Localizable.strings b/iphone/Maps/nb.lproj/Localizable.strings index 99e82b0ac0..6b19d9dad6 100644 --- a/iphone/Maps/nb.lproj/Localizable.strings +++ b/iphone/Maps/nb.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Rett feil"; "editor_correct_mistake_message" = "Du har gjort en redigeringsfeil. Rett den eller bytt til enkel modus."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/nl.lproj/Localizable.strings b/iphone/Maps/nl.lproj/Localizable.strings index 627ac1292b..e67b0bb3fa 100644 --- a/iphone/Maps/nl.lproj/Localizable.strings +++ b/iphone/Maps/nl.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Fout corrigeren"; "editor_correct_mistake_message" = "U hebt een bewerkingsfout gemaakt. Corrigeer deze of schakel over naar de eenvoudige modus."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/pl.lproj/Localizable.strings b/iphone/Maps/pl.lproj/Localizable.strings index 9aa26551aa..6285b94a41 100644 --- a/iphone/Maps/pl.lproj/Localizable.strings +++ b/iphone/Maps/pl.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Popraw błąd"; "editor_correct_mistake_message" = "Popełniono błąd podczas edycji. Popraw go lub przełącz się na tryb prosty."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/pt.lproj/Localizable.strings b/iphone/Maps/pt.lproj/Localizable.strings index 3383ca2f41..eca536d232 100644 --- a/iphone/Maps/pt.lproj/Localizable.strings +++ b/iphone/Maps/pt.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Corrigir erro"; "editor_correct_mistake_message" = "Fez um erro de edição. Corrija-o ou mude para o modo simples."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/ro.lproj/Localizable.strings b/iphone/Maps/ro.lproj/Localizable.strings index 46127f2c9a..e42cdaeae5 100644 --- a/iphone/Maps/ro.lproj/Localizable.strings +++ b/iphone/Maps/ro.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Corectare greșeală"; "editor_correct_mistake_message" = "Ați efectuat o eroare de editare. Corectați eroarea sau treceți în modul Simplu."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/ru.lproj/Localizable.strings b/iphone/Maps/ru.lproj/Localizable.strings index 5e05f738c9..f126fc281c 100644 --- a/iphone/Maps/ru.lproj/Localizable.strings +++ b/iphone/Maps/ru.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Исправьте ошибку"; "editor_correct_mistake_message" = "При редактировании времени работы вы допустили ошибку. Исправьте её или переключитесь в простой режим."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/sk.lproj/Localizable.strings b/iphone/Maps/sk.lproj/Localizable.strings index 503c649d48..8f8bb1534c 100644 --- a/iphone/Maps/sk.lproj/Localizable.strings +++ b/iphone/Maps/sk.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Opraviť chybu"; "editor_correct_mistake_message" = "Chyba pri úprave. Opravte chybu, alebo sa prepnite do jednoduchého režimu."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/sv.lproj/Localizable.strings b/iphone/Maps/sv.lproj/Localizable.strings index 0ed94e1749..7d17ed2eee 100644 --- a/iphone/Maps/sv.lproj/Localizable.strings +++ b/iphone/Maps/sv.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Korrigera fel"; "editor_correct_mistake_message" = "Du har gjort ett fel i redigeringen. Var vänlig korrigera det eller byt till enkelt läge."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/th.lproj/Localizable.strings b/iphone/Maps/th.lproj/Localizable.strings index 1cfcf2a506..82befe1990 100644 --- a/iphone/Maps/th.lproj/Localizable.strings +++ b/iphone/Maps/th.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "แก้ไขข้อผิดพลาด"; "editor_correct_mistake_message" = "มีข้อผิดพลาดเกิดขึ้นจากการแก้ไขของคุณ โปรดแก้ไขให้ถูกต้อง หรือ สลับไปใช้ในโหมดแบบง่าย"; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/tr.lproj/Localizable.strings b/iphone/Maps/tr.lproj/Localizable.strings index 601bbb55d7..b1c36c3bcd 100644 --- a/iphone/Maps/tr.lproj/Localizable.strings +++ b/iphone/Maps/tr.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Hatayı düzelt"; "editor_correct_mistake_message" = "Bir düzenleme hatası yaptınız. Lütfen düzeltin veya basit moda geçin."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/uk.lproj/Localizable.strings b/iphone/Maps/uk.lproj/Localizable.strings index 2796f350cb..1613f5aecc 100644 --- a/iphone/Maps/uk.lproj/Localizable.strings +++ b/iphone/Maps/uk.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Виправте помилку"; "editor_correct_mistake_message" = "Під час редагування часу роботи ви зробили помилку. Виправте її або перейдіть у простий режим."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/vi.lproj/Localizable.strings b/iphone/Maps/vi.lproj/Localizable.strings index 0d32423503..305acf9c26 100644 --- a/iphone/Maps/vi.lproj/Localizable.strings +++ b/iphone/Maps/vi.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "Sửa lỗi"; "editor_correct_mistake_message" = "Bạn đã mắc lỗi chỉnh sửa. Vui lòng sửa lỗi hoặc chuyển qua chế độ đơn giản."; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/zh-Hans.lproj/Localizable.strings b/iphone/Maps/zh-Hans.lproj/Localizable.strings index e62852b90b..9404b61b15 100644 --- a/iphone/Maps/zh-Hans.lproj/Localizable.strings +++ b/iphone/Maps/zh-Hans.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "纠正错误"; "editor_correct_mistake_message" = "出现编辑错误,请纠正或切换至简单模式。"; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again."; diff --git a/iphone/Maps/zh-Hant.lproj/Localizable.strings b/iphone/Maps/zh-Hant.lproj/Localizable.strings index 7339dbee3a..4f8bf2bbae 100644 --- a/iphone/Maps/zh-Hant.lproj/Localizable.strings +++ b/iphone/Maps/zh-Hant.lproj/Localizable.strings @@ -1386,3 +1386,7 @@ "editor_correct_mistake" = "修正錯誤"; "editor_correct_mistake_message" = "編輯時出錯。請修正或切換到簡易模式。"; + +"migrate_title" = "Important!"; + +"migrate_subtitle" = "In order to support new data format we have to erase installed maps. Then you should download maps again.";