From abeb084bb883f04606ade9e9640388a4d0e37e93 Mon Sep 17 00:00:00 2001 From: "a.marchuk" Date: Thu, 16 Jul 2015 18:00:27 +0300 Subject: [PATCH] [android] add: Generated strings. --- android/res/values-ru/strings.xml | 8 ++++++++ android/res/values/strings.xml | 8 ++++++++ iphone/Maps/ar.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/cs.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/da.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/de.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/en.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/es.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/fi.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/fr.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/hu.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/id.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/it.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/ja.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/ko.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/nb.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/nl.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/pl.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/pt.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/ro.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/ru.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/sk.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/sv.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/th.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/tr.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/uk.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/vi.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/zh-Hans.lproj/Localizable.strings | 12 ++++++++++++ iphone/Maps/zh-Hant.lproj/Localizable.strings | 12 ++++++++++++ 29 files changed, 340 insertions(+) diff --git a/android/res/values-ru/strings.xml b/android/res/values-ru/strings.xml index d02fdcf16a..b1f60b0314 100644 --- a/android/res/values-ru/strings.xml +++ b/android/res/values-ru/strings.xml @@ -758,4 +758,12 @@ Выбрать карту
 Выбрать другую карту Автомобильные маршруты + + Показать + + Скрыть + + Переименовать + + Ещё… diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml index 0e3945d61f..2fe7776e9d 100644 --- a/android/res/values/strings.xml +++ b/android/res/values/strings.xml @@ -760,4 +760,12 @@ Select Map Select Another Map Driving directions + + Show + + Hide + + Rename + + More… diff --git a/iphone/Maps/ar.lproj/Localizable.strings b/iphone/Maps/ar.lproj/Localizable.strings index 4045765d94..01d83e724b 100644 --- a/iphone/Maps/ar.lproj/Localizable.strings +++ b/iphone/Maps/ar.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "اختيار خريطة أخرى"; "search_vehicle_routes" = "اتجاهات القيادة"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/cs.lproj/Localizable.strings b/iphone/Maps/cs.lproj/Localizable.strings index 255d2839b8..23f02e9346 100644 --- a/iphone/Maps/cs.lproj/Localizable.strings +++ b/iphone/Maps/cs.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Vybrat jinou mapu"; "search_vehicle_routes" = "Pokyny pro řízení"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/da.lproj/Localizable.strings b/iphone/Maps/da.lproj/Localizable.strings index 45d6bfcfc2..e5a79903df 100644 --- a/iphone/Maps/da.lproj/Localizable.strings +++ b/iphone/Maps/da.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Vælg et andet kort"; "search_vehicle_routes" = "Kørselsvejledning"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/de.lproj/Localizable.strings b/iphone/Maps/de.lproj/Localizable.strings index 4734dbbf44..1d2c5f69ea 100644 --- a/iphone/Maps/de.lproj/Localizable.strings +++ b/iphone/Maps/de.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Eine andere karte auswählen"; "search_vehicle_routes" = "Fahranweisungen"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/en.lproj/Localizable.strings b/iphone/Maps/en.lproj/Localizable.strings index 385381f8af..6c1ba0adbf 100644 --- a/iphone/Maps/en.lproj/Localizable.strings +++ b/iphone/Maps/en.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Select Another Map"; "search_vehicle_routes" = "Driving directions"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/es.lproj/Localizable.strings b/iphone/Maps/es.lproj/Localizable.strings index f4a5aa7570..f0af534af8 100644 --- a/iphone/Maps/es.lproj/Localizable.strings +++ b/iphone/Maps/es.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Seleccionar otro mapa"; "search_vehicle_routes" = "Direcciones de conducción"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/fi.lproj/Localizable.strings b/iphone/Maps/fi.lproj/Localizable.strings index 4550310dcf..19874f0f05 100644 --- a/iphone/Maps/fi.lproj/Localizable.strings +++ b/iphone/Maps/fi.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Valitse toinen kartta"; "search_vehicle_routes" = "Ajo-ohjeet"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/fr.lproj/Localizable.strings b/iphone/Maps/fr.lproj/Localizable.strings index 63ab5abbda..65fda38287 100644 --- a/iphone/Maps/fr.lproj/Localizable.strings +++ b/iphone/Maps/fr.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Sélectionner une autre carte"; "search_vehicle_routes" = "Indications routières"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/hu.lproj/Localizable.strings b/iphone/Maps/hu.lproj/Localizable.strings index 51473ad397..b4f0b9c216 100644 --- a/iphone/Maps/hu.lproj/Localizable.strings +++ b/iphone/Maps/hu.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Jelölj ki másik térképet"; "search_vehicle_routes" = "Útvonaltervezés"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/id.lproj/Localizable.strings b/iphone/Maps/id.lproj/Localizable.strings index 7c9aa6d868..f2271f1f2e 100644 --- a/iphone/Maps/id.lproj/Localizable.strings +++ b/iphone/Maps/id.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Pilih Peta Lain"; "search_vehicle_routes" = "Petunjuk arah mengemudi"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/it.lproj/Localizable.strings b/iphone/Maps/it.lproj/Localizable.strings index eec0ab240f..bb2d5d70a6 100644 --- a/iphone/Maps/it.lproj/Localizable.strings +++ b/iphone/Maps/it.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Seleziona un'altra mappa"; "search_vehicle_routes" = "Indicazioni stradali"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/ja.lproj/Localizable.strings b/iphone/Maps/ja.lproj/Localizable.strings index 247d3d7cca..e6bf71c2b2 100644 --- a/iphone/Maps/ja.lproj/Localizable.strings +++ b/iphone/Maps/ja.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "別の地図を選択"; "search_vehicle_routes" = "道案内"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/ko.lproj/Localizable.strings b/iphone/Maps/ko.lproj/Localizable.strings index 77c365f3d5..928929bf91 100644 --- a/iphone/Maps/ko.lproj/Localizable.strings +++ b/iphone/Maps/ko.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "다른 지도 선택"; "search_vehicle_routes" = "운전 방향"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/nb.lproj/Localizable.strings b/iphone/Maps/nb.lproj/Localizable.strings index db08a53260..91dd0ee1e5 100644 --- a/iphone/Maps/nb.lproj/Localizable.strings +++ b/iphone/Maps/nb.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Velg et annet kart"; "search_vehicle_routes" = "Veibeskrivelser"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/nl.lproj/Localizable.strings b/iphone/Maps/nl.lproj/Localizable.strings index b3058ebd1d..ee71b6b1da 100644 --- a/iphone/Maps/nl.lproj/Localizable.strings +++ b/iphone/Maps/nl.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Selecteer een andere kaart"; "search_vehicle_routes" = "Routebeschrijving"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/pl.lproj/Localizable.strings b/iphone/Maps/pl.lproj/Localizable.strings index ba95defa9a..eb12aa78d3 100644 --- a/iphone/Maps/pl.lproj/Localizable.strings +++ b/iphone/Maps/pl.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Wybierz inną mapę"; "search_vehicle_routes" = "Wskazówki dojazdu"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/pt.lproj/Localizable.strings b/iphone/Maps/pt.lproj/Localizable.strings index df8849ea1a..c116377010 100644 --- a/iphone/Maps/pt.lproj/Localizable.strings +++ b/iphone/Maps/pt.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Selecionar Outro Mapa"; "search_vehicle_routes" = "Instruções de direção"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/ro.lproj/Localizable.strings b/iphone/Maps/ro.lproj/Localizable.strings index 20623ea34d..f70b6f3b56 100644 --- a/iphone/Maps/ro.lproj/Localizable.strings +++ b/iphone/Maps/ro.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Selectați altă hartă"; "search_vehicle_routes" = "Indicații rutiere"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/ru.lproj/Localizable.strings b/iphone/Maps/ru.lproj/Localizable.strings index 14318477d5..43daa28b7d 100644 --- a/iphone/Maps/ru.lproj/Localizable.strings +++ b/iphone/Maps/ru.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Выбрать другую карту"; "search_vehicle_routes" = "Автомобильные маршруты"; + +/* «Show» context menu */ +"show" = "Показать"; + +/* «Hide» context menu */ +"hide" = "Скрыть"; + +/* «Rename» context menu */ +"rename" = "Переименовать"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "Ещё…"; diff --git a/iphone/Maps/sk.lproj/Localizable.strings b/iphone/Maps/sk.lproj/Localizable.strings index fcde4b8858..e3b5ee6b79 100644 --- a/iphone/Maps/sk.lproj/Localizable.strings +++ b/iphone/Maps/sk.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Vybrať inú mapu"; "search_vehicle_routes" = "Smer jazdy"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/sv.lproj/Localizable.strings b/iphone/Maps/sv.lproj/Localizable.strings index ddfe5a9268..0a58f4b1c4 100644 --- a/iphone/Maps/sv.lproj/Localizable.strings +++ b/iphone/Maps/sv.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Välj en annan karta"; "search_vehicle_routes" = "Vägbeskrivning"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/th.lproj/Localizable.strings b/iphone/Maps/th.lproj/Localizable.strings index db42e2bd30..b0ddf55b6b 100644 --- a/iphone/Maps/th.lproj/Localizable.strings +++ b/iphone/Maps/th.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "เลือกแผนที่อื่น"; "search_vehicle_routes" = "เส้นทางการขับรถ"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/tr.lproj/Localizable.strings b/iphone/Maps/tr.lproj/Localizable.strings index 74f43b5461..3e75a4bc0a 100644 --- a/iphone/Maps/tr.lproj/Localizable.strings +++ b/iphone/Maps/tr.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Başka Bir Harita Seçin"; "search_vehicle_routes" = "Trafik yönleri"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/uk.lproj/Localizable.strings b/iphone/Maps/uk.lproj/Localizable.strings index 2cf217ee27..9bd7178ce0 100644 --- a/iphone/Maps/uk.lproj/Localizable.strings +++ b/iphone/Maps/uk.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Вибрати іншу карту"; "search_vehicle_routes" = "Напрямки руху"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/vi.lproj/Localizable.strings b/iphone/Maps/vi.lproj/Localizable.strings index d57c8ad053..9deb142473 100644 --- a/iphone/Maps/vi.lproj/Localizable.strings +++ b/iphone/Maps/vi.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "Chọn bản đồ khác"; "search_vehicle_routes" = "Hướng dẫn lái xe"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/zh-Hans.lproj/Localizable.strings b/iphone/Maps/zh-Hans.lproj/Localizable.strings index 3ea3af1982..96629062a8 100644 --- a/iphone/Maps/zh-Hans.lproj/Localizable.strings +++ b/iphone/Maps/zh-Hans.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "选择另一个地图"; "search_vehicle_routes" = "驾车路线"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…"; diff --git a/iphone/Maps/zh-Hant.lproj/Localizable.strings b/iphone/Maps/zh-Hant.lproj/Localizable.strings index bebd2833a0..f250ad03fe 100644 --- a/iphone/Maps/zh-Hant.lproj/Localizable.strings +++ b/iphone/Maps/zh-Hant.lproj/Localizable.strings @@ -1176,3 +1176,15 @@ "search_select_other_map" = "選擇另一個地圖"; "search_vehicle_routes" = "駕車路線"; + +/* «Show» context menu */ +"show" = "Show"; + +/* «Hide» context menu */ +"hide" = "Hide"; + +/* «Rename» context menu */ +"rename" = "Rename"; + +/* Bottom sheet: expand button (should be short) */ +"bottom_sheet_more" = "More…";