From 8283c0550a3671494e41e750c06bb4e7f5e99439 Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Fri, 16 Oct 2015 16:06:37 +0300 Subject: [PATCH 1/4] [ios] Added 3d touch plist localization strings. --- iphone/plist.txt | 63 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 iphone/plist.txt diff --git a/iphone/plist.txt b/iphone/plist.txt new file mode 100644 index 0000000000..8603ab3912 --- /dev/null +++ b/iphone/plist.txt @@ -0,0 +1,63 @@ +[[3d touch strings]] + [search] + tags = ios + comment = Used in home screen quick actions. + en = Search + cs = Hledat + sk = Hľadať + de = Suche + es = Buscar + fr = Recherche + it = Cerca + ja = 検索 + ko = 검색하기 + nl = Zoeken + ru = Поиск + uk = Пошук + zh-Hant = 搜尋 + pl = Szukaj + pt = Procura + hu = Keresés + th = ค้นหา + zh-Hans = 搜索 + ar = البحث + da = Søg + tr = Ara + sv = Sök + id = Cari + vi = Tìm kiếm + ro = Căutare + nb = Søk + fi = Haku + + [share_my_location] + tags = ios + comment = Used in home screen quick actions. + en = Share My Location + ru = Поделиться местоположением + uk = Поділитися моїм місцезнаходженням + es = Compartir mi ubicación + pt = Partilhar a minha localização + pl = Udostępnij moją lokalizację + it = Condividi la mia location + nl = Deel mijn locatie + de = Meinen Standort teilen + cs = Sdílet mé umístění + sk = Zdielať moje umiestnenie + fr = Partager ma position + ja = 位置情報を共有する + ko = 내 위치 공유 + zh-Hant = 分享我的位置 + hu = Helyzetem megosztása + th = แชร์ตำแหน่งที่ตั้งของฉัน + zh-Hans = 共享我的位置 + ar = مشاركة موقعي + da = Del min lokation + tr = Yerimi paylaş + sv = Dela Min Plats + he = שתף את מקומי + id = Bagikan Lokasi Saya + vi = Chia sẻ Vị trí của tôi + ro = Partajează-mi poziția + nb = Del posisjonen min + fi = Jaa sijaintini From b0c2084a543c26bf81400a547b524a9e3068e05b Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Fri, 16 Oct 2015 16:07:29 +0300 Subject: [PATCH 2/4] [omim][ios] Added ios plist strings processing. --- tools/unix/generate_localizations.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/unix/generate_localizations.sh b/tools/unix/generate_localizations.sh index 39a940fb7e..eb2b885978 100755 --- a/tools/unix/generate_localizations.sh +++ b/tools/unix/generate_localizations.sh @@ -5,5 +5,6 @@ set -e -u -x # TODO: Add "--untagged --tags android" when tags are properly set. ./tools/twine/twine --format android generate-all-string-files ./strings.txt ./android/res/ ./tools/twine/twine --format apple generate-all-string-files ./strings.txt ./iphone/Maps/ +./tools/twine/twine --format apple --file-name InfoPlist.strings generate-all-string-files ./iphone/plist.txt ./iphone/Maps/ ./tools/twine/twine --format tizen generate-all-string-files ./strings.txt ./tizen/MapsWithMe/res/ --tags tizen From c06fb3b46b129143ea89bb991f120dd1b287d1e1 Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Fri, 16 Oct 2015 16:08:01 +0300 Subject: [PATCH 3/4] [omim][ios] Generated localized strings. --- iphone/Maps/ar.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/cs.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/da.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/de.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/en.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/es.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/fi.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/fr.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/hu.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/id.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/it.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/ja.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/ko.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/nb.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/nl.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/pl.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/pt.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/ro.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/ru.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/sk.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/sv.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/th.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/tr.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/uk.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/vi.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/zh-Hans.lproj/InfoPlist.strings | 13 +++++++++++++ iphone/Maps/zh-Hant.lproj/InfoPlist.strings | 13 +++++++++++++ tizen/MapsWithMe/res/deu-DE.xml | 4 ++-- 28 files changed, 353 insertions(+), 2 deletions(-) create mode 100644 iphone/Maps/ar.lproj/InfoPlist.strings create mode 100644 iphone/Maps/cs.lproj/InfoPlist.strings create mode 100644 iphone/Maps/da.lproj/InfoPlist.strings create mode 100644 iphone/Maps/de.lproj/InfoPlist.strings create mode 100644 iphone/Maps/en.lproj/InfoPlist.strings create mode 100644 iphone/Maps/es.lproj/InfoPlist.strings create mode 100644 iphone/Maps/fi.lproj/InfoPlist.strings create mode 100644 iphone/Maps/fr.lproj/InfoPlist.strings create mode 100644 iphone/Maps/hu.lproj/InfoPlist.strings create mode 100644 iphone/Maps/id.lproj/InfoPlist.strings create mode 100644 iphone/Maps/it.lproj/InfoPlist.strings create mode 100644 iphone/Maps/ja.lproj/InfoPlist.strings create mode 100644 iphone/Maps/ko.lproj/InfoPlist.strings create mode 100644 iphone/Maps/nb.lproj/InfoPlist.strings create mode 100644 iphone/Maps/nl.lproj/InfoPlist.strings create mode 100644 iphone/Maps/pl.lproj/InfoPlist.strings create mode 100644 iphone/Maps/pt.lproj/InfoPlist.strings create mode 100644 iphone/Maps/ro.lproj/InfoPlist.strings create mode 100644 iphone/Maps/ru.lproj/InfoPlist.strings create mode 100644 iphone/Maps/sk.lproj/InfoPlist.strings create mode 100644 iphone/Maps/sv.lproj/InfoPlist.strings create mode 100644 iphone/Maps/th.lproj/InfoPlist.strings create mode 100644 iphone/Maps/tr.lproj/InfoPlist.strings create mode 100644 iphone/Maps/uk.lproj/InfoPlist.strings create mode 100644 iphone/Maps/vi.lproj/InfoPlist.strings create mode 100644 iphone/Maps/zh-Hans.lproj/InfoPlist.strings create mode 100644 iphone/Maps/zh-Hant.lproj/InfoPlist.strings diff --git a/iphone/Maps/ar.lproj/InfoPlist.strings b/iphone/Maps/ar.lproj/InfoPlist.strings new file mode 100644 index 0000000000..1bc7364f91 --- /dev/null +++ b/iphone/Maps/ar.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: ar + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "البحث"; + +/* Used in home screen quick actions. */ +"share_my_location" = "مشاركة موقعي"; diff --git a/iphone/Maps/cs.lproj/InfoPlist.strings b/iphone/Maps/cs.lproj/InfoPlist.strings new file mode 100644 index 0000000000..5bdfa32c41 --- /dev/null +++ b/iphone/Maps/cs.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: cs + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Hledat"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Sdílet mé umístění"; diff --git a/iphone/Maps/da.lproj/InfoPlist.strings b/iphone/Maps/da.lproj/InfoPlist.strings new file mode 100644 index 0000000000..f8b0d7d909 --- /dev/null +++ b/iphone/Maps/da.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: da + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Søg"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Del min lokation"; diff --git a/iphone/Maps/de.lproj/InfoPlist.strings b/iphone/Maps/de.lproj/InfoPlist.strings new file mode 100644 index 0000000000..157502719c --- /dev/null +++ b/iphone/Maps/de.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: de + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Suche"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Meinen Standort teilen"; diff --git a/iphone/Maps/en.lproj/InfoPlist.strings b/iphone/Maps/en.lproj/InfoPlist.strings new file mode 100644 index 0000000000..ab21d39f41 --- /dev/null +++ b/iphone/Maps/en.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: en + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Search"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Share My Location"; diff --git a/iphone/Maps/es.lproj/InfoPlist.strings b/iphone/Maps/es.lproj/InfoPlist.strings new file mode 100644 index 0000000000..f266c55d8e --- /dev/null +++ b/iphone/Maps/es.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: es + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Buscar"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Compartir mi ubicación"; diff --git a/iphone/Maps/fi.lproj/InfoPlist.strings b/iphone/Maps/fi.lproj/InfoPlist.strings new file mode 100644 index 0000000000..dc20e54d29 --- /dev/null +++ b/iphone/Maps/fi.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: fi + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Haku"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Jaa sijaintini"; diff --git a/iphone/Maps/fr.lproj/InfoPlist.strings b/iphone/Maps/fr.lproj/InfoPlist.strings new file mode 100644 index 0000000000..41abd1f376 --- /dev/null +++ b/iphone/Maps/fr.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: fr + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Recherche"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Partager ma position"; diff --git a/iphone/Maps/hu.lproj/InfoPlist.strings b/iphone/Maps/hu.lproj/InfoPlist.strings new file mode 100644 index 0000000000..e1ae2438ab --- /dev/null +++ b/iphone/Maps/hu.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: hu + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Keresés"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Helyzetem megosztása"; diff --git a/iphone/Maps/id.lproj/InfoPlist.strings b/iphone/Maps/id.lproj/InfoPlist.strings new file mode 100644 index 0000000000..a926623b9a --- /dev/null +++ b/iphone/Maps/id.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: id + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Cari"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Bagikan Lokasi Saya"; diff --git a/iphone/Maps/it.lproj/InfoPlist.strings b/iphone/Maps/it.lproj/InfoPlist.strings new file mode 100644 index 0000000000..2f1ed264ed --- /dev/null +++ b/iphone/Maps/it.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: it + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Cerca"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Condividi la mia location"; diff --git a/iphone/Maps/ja.lproj/InfoPlist.strings b/iphone/Maps/ja.lproj/InfoPlist.strings new file mode 100644 index 0000000000..87effa5142 --- /dev/null +++ b/iphone/Maps/ja.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: ja + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "検索"; + +/* Used in home screen quick actions. */ +"share_my_location" = "位置情報を共有する"; diff --git a/iphone/Maps/ko.lproj/InfoPlist.strings b/iphone/Maps/ko.lproj/InfoPlist.strings new file mode 100644 index 0000000000..64162fbff5 --- /dev/null +++ b/iphone/Maps/ko.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: ko + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "검색하기"; + +/* Used in home screen quick actions. */ +"share_my_location" = "내 위치 공유"; diff --git a/iphone/Maps/nb.lproj/InfoPlist.strings b/iphone/Maps/nb.lproj/InfoPlist.strings new file mode 100644 index 0000000000..994bde2f96 --- /dev/null +++ b/iphone/Maps/nb.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: nb + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Søk"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Del posisjonen min"; diff --git a/iphone/Maps/nl.lproj/InfoPlist.strings b/iphone/Maps/nl.lproj/InfoPlist.strings new file mode 100644 index 0000000000..fa7c90d2ef --- /dev/null +++ b/iphone/Maps/nl.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: nl + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Zoeken"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Deel mijn locatie"; diff --git a/iphone/Maps/pl.lproj/InfoPlist.strings b/iphone/Maps/pl.lproj/InfoPlist.strings new file mode 100644 index 0000000000..8d66c86c49 --- /dev/null +++ b/iphone/Maps/pl.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: pl + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Szukaj"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Udostępnij moją lokalizację"; diff --git a/iphone/Maps/pt.lproj/InfoPlist.strings b/iphone/Maps/pt.lproj/InfoPlist.strings new file mode 100644 index 0000000000..f980131cee --- /dev/null +++ b/iphone/Maps/pt.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: pt + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Procura"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Partilhar a minha localização"; diff --git a/iphone/Maps/ro.lproj/InfoPlist.strings b/iphone/Maps/ro.lproj/InfoPlist.strings new file mode 100644 index 0000000000..6c14caced1 --- /dev/null +++ b/iphone/Maps/ro.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: ro + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Căutare"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Partajează-mi poziția"; diff --git a/iphone/Maps/ru.lproj/InfoPlist.strings b/iphone/Maps/ru.lproj/InfoPlist.strings new file mode 100644 index 0000000000..623d5b6886 --- /dev/null +++ b/iphone/Maps/ru.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: ru + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Поиск"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Поделиться местоположением"; diff --git a/iphone/Maps/sk.lproj/InfoPlist.strings b/iphone/Maps/sk.lproj/InfoPlist.strings new file mode 100644 index 0000000000..9af55f06b1 --- /dev/null +++ b/iphone/Maps/sk.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: sk + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Hľadať"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Zdielať moje umiestnenie"; diff --git a/iphone/Maps/sv.lproj/InfoPlist.strings b/iphone/Maps/sv.lproj/InfoPlist.strings new file mode 100644 index 0000000000..13c41f56ba --- /dev/null +++ b/iphone/Maps/sv.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: sv + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Sök"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Dela Min Plats"; diff --git a/iphone/Maps/th.lproj/InfoPlist.strings b/iphone/Maps/th.lproj/InfoPlist.strings new file mode 100644 index 0000000000..ffa65ef9a8 --- /dev/null +++ b/iphone/Maps/th.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: th + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "ค้นหา"; + +/* Used in home screen quick actions. */ +"share_my_location" = "แชร์ตำแหน่งที่ตั้งของฉัน"; diff --git a/iphone/Maps/tr.lproj/InfoPlist.strings b/iphone/Maps/tr.lproj/InfoPlist.strings new file mode 100644 index 0000000000..cfa4542981 --- /dev/null +++ b/iphone/Maps/tr.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: tr + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Ara"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Yerimi paylaş"; diff --git a/iphone/Maps/uk.lproj/InfoPlist.strings b/iphone/Maps/uk.lproj/InfoPlist.strings new file mode 100644 index 0000000000..77f3a643ac --- /dev/null +++ b/iphone/Maps/uk.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: uk + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Пошук"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Поділитися моїм місцезнаходженням"; diff --git a/iphone/Maps/vi.lproj/InfoPlist.strings b/iphone/Maps/vi.lproj/InfoPlist.strings new file mode 100644 index 0000000000..76fc11e42b --- /dev/null +++ b/iphone/Maps/vi.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: vi + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "Tìm kiếm"; + +/* Used in home screen quick actions. */ +"share_my_location" = "Chia sẻ Vị trí của tôi"; diff --git a/iphone/Maps/zh-Hans.lproj/InfoPlist.strings b/iphone/Maps/zh-Hans.lproj/InfoPlist.strings new file mode 100644 index 0000000000..619bd40c7c --- /dev/null +++ b/iphone/Maps/zh-Hans.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: zh-Hans + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "搜索"; + +/* Used in home screen quick actions. */ +"share_my_location" = "共享我的位置"; diff --git a/iphone/Maps/zh-Hant.lproj/InfoPlist.strings b/iphone/Maps/zh-Hant.lproj/InfoPlist.strings new file mode 100644 index 0000000000..6290d67a7d --- /dev/null +++ b/iphone/Maps/zh-Hant.lproj/InfoPlist.strings @@ -0,0 +1,13 @@ +/** + * Apple Strings File + * Generated by Twine 0.6.0 + * Language: zh-Hant + */ + +/********** 3d touch strings **********/ + +/* Used in home screen quick actions. */ +"search" = "搜尋"; + +/* Used in home screen quick actions. */ +"share_my_location" = "分享我的位置"; diff --git a/tizen/MapsWithMe/res/deu-DE.xml b/tizen/MapsWithMe/res/deu-DE.xml index 9e8aa6d2df..7748428012 100644 --- a/tizen/MapsWithMe/res/deu-DE.xml +++ b/tizen/MapsWithMe/res/deu-DE.xml @@ -62,7 +62,7 @@ Apotheke - Spital + Krankenhaus Toilette @@ -76,7 +76,7 @@ Meine Nadel auf der Karte sehen. Klicke auf den Link %1$s oder %2$s - Sieh, wo ich gerade bin. Klicke auf den Link %1$s oder %2$s + Schau wo ich gerade bin. Klicke auf den Link %1$s oder %2$s Schau dir meine Nadel auf der MAPS.ME-Karte an From 1842f1899a9dc62af478f52d0fb4a5bca450d739 Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Fri, 16 Oct 2015 16:09:09 +0300 Subject: [PATCH 4/4] [ios] Added plist localized strings to project. --- iphone/Maps/Maps.xcodeproj/project.pbxproj | 68 ++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/iphone/Maps/Maps.xcodeproj/project.pbxproj b/iphone/Maps/Maps.xcodeproj/project.pbxproj index c6e04b64ea..25256e1c1b 100644 --- a/iphone/Maps/Maps.xcodeproj/project.pbxproj +++ b/iphone/Maps/Maps.xcodeproj/project.pbxproj @@ -98,6 +98,9 @@ 34BC72291B0DECAE0012A34B /* MWMZoomButtons.mm in Sources */ = {isa = PBXBuildFile; fileRef = 34BC721D1B0DECAE0012A34B /* MWMZoomButtons.mm */; }; 34BC722A1B0DECAE0012A34B /* MWMZoomButtonsView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 34BC721F1B0DECAE0012A34B /* MWMZoomButtonsView.mm */; }; 34BC722B1B0DECAE0012A34B /* MWMZoomButtonsView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 34BC72201B0DECAE0012A34B /* MWMZoomButtonsView.xib */; }; + 34C659471BD12A77009DC20A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 34C659451BD12A77009DC20A /* InfoPlist.strings */; settings = {ASSET_TAGS = (); }; }; + 34C659481BD12A77009DC20A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 34C659451BD12A77009DC20A /* InfoPlist.strings */; settings = {ASSET_TAGS = (); }; }; + 34C6594C1BD12A89009DC20A /* sound-strings in Resources */ = {isa = PBXBuildFile; fileRef = 5605022E1B6211E100169CAD /* sound-strings */; settings = {ASSET_TAGS = (); }; }; 34CC4C091B81F3B500E44C1F /* MWMSearchTabbedViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 34CC4C071B81F3B500E44C1F /* MWMSearchTabbedViewController.mm */; }; 34CC4C0A1B81F3B500E44C1F /* MWMSearchTabbedViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 34CC4C081B81F3B500E44C1F /* MWMSearchTabbedViewController.xib */; }; 34CC4C0E1B82069C00E44C1F /* MWMSearchTabbedCollectionViewCell.mm in Sources */ = {isa = PBXBuildFile; fileRef = 34CC4C0C1B82069C00E44C1F /* MWMSearchTabbedCollectionViewCell.mm */; }; @@ -394,6 +397,25 @@ 342AD7711B53D32F00E0B997 /* UIView+RuntimeAttributes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+RuntimeAttributes.m"; sourceTree = ""; }; 342BB7AA1BC7CC5C00DF6443 /* PlacePageBookmarkCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PlacePageBookmarkCell.xib; sourceTree = ""; }; 342E75A11B302FCC00A8635F /* MWMPlacePageViewManagerDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MWMPlacePageViewManagerDelegate.h; sourceTree = ""; }; + 3434D7701BD12AEA00C77E44 /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/InfoPlist.strings; sourceTree = ""; }; + 3434D7711BD12AEA00C77E44 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/InfoPlist.strings; sourceTree = ""; }; + 3434D7721BD12AEA00C77E44 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/InfoPlist.strings"; sourceTree = ""; }; + 3434D7731BD12AEA00C77E44 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/InfoPlist.strings; sourceTree = ""; }; + 3434D7741BD12AF800C77E44 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/InfoPlist.strings; sourceTree = ""; }; + 3434D7751BD12AF800C77E44 /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/InfoPlist.strings; sourceTree = ""; }; + 3434D7761BD12AF800C77E44 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 3434D7771BD12AF800C77E44 /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/InfoPlist.strings; sourceTree = ""; }; + 3434D7781BD12B0500C77E44 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/InfoPlist.strings; sourceTree = ""; }; + 3434D7791BD12B0500C77E44 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/InfoPlist.strings; sourceTree = ""; }; + 3434D77A1BD12B0500C77E44 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/InfoPlist.strings; sourceTree = ""; }; + 3434D77B1BD12B0500C77E44 /* id */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = id; path = id.lproj/InfoPlist.strings; sourceTree = ""; }; + 3434D77C1BD12B1600C77E44 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = ""; }; + 3434D77D1BD12B1600C77E44 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/InfoPlist.strings; sourceTree = ""; }; + 3434D77E1BD12B1600C77E44 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; + 3434D77F1BD12B1600C77E44 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/InfoPlist.strings; sourceTree = ""; }; + 3434D7801BD12B2000C77E44 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/InfoPlist.strings"; sourceTree = ""; }; + 3434D7811BD12B2000C77E44 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = ""; }; + 3434D7821BD12B2000C77E44 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/InfoPlist.strings; sourceTree = ""; }; 3438CDF21B85F1170051AA78 /* MWMConsole.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMConsole.h; sourceTree = ""; }; 3438CDF31B85F1170051AA78 /* MWMConsole.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MWMConsole.mm; sourceTree = ""; }; 3438CDF51B8616760051AA78 /* MWMSearchShowOnMapCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMSearchShowOnMapCell.h; sourceTree = ""; }; @@ -431,6 +453,10 @@ 3465E7D71B6658C000854C4D /* MWMAPIBar.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MWMAPIBar.mm; sourceTree = ""; }; 346EDAD91B9F0E35004F8DB5 /* MWMMultilineLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMMultilineLabel.h; sourceTree = ""; }; 346EDADA1B9F0E35004F8DB5 /* MWMMultilineLabel.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MWMMultilineLabel.mm; sourceTree = ""; }; + 346F27931BD12AA80092D801 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/InfoPlist.strings; sourceTree = ""; }; + 346F27941BD12AA80092D801 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; + 346F27951BD12AA80092D801 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/InfoPlist.strings; sourceTree = ""; }; + 346F27961BD12AA80092D801 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = ""; }; 347274721B0F4EE000756B37 /* me.maps.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = me.maps.entitlements; sourceTree = ""; }; 347274761B0F4F3900756B37 /* me.maps.watchkitextension.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = me.maps.watchkitextension.entitlements; sourceTree = ""; }; 347274781B0F4FD900756B37 /* me.maps.watchkitextension.production.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = me.maps.watchkitextension.production.entitlements; sourceTree = ""; }; @@ -511,6 +537,10 @@ 34BC721E1B0DECAE0012A34B /* MWMZoomButtonsView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMZoomButtonsView.h; sourceTree = ""; }; 34BC721F1B0DECAE0012A34B /* MWMZoomButtonsView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MWMZoomButtonsView.mm; sourceTree = ""; }; 34BC72201B0DECAE0012A34B /* MWMZoomButtonsView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MWMZoomButtonsView.xib; sourceTree = ""; }; + 34C659461BD12A77009DC20A /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/InfoPlist.strings; sourceTree = ""; }; + 34C659491BD12A81009DC20A /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/InfoPlist.strings; sourceTree = ""; }; + 34C6594A1BD12A89009DC20A /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/InfoPlist.strings; sourceTree = ""; }; + 34C6594B1BD12A89009DC20A /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/InfoPlist.strings; sourceTree = ""; }; 34CC4C061B81F3B500E44C1F /* MWMSearchTabbedViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMSearchTabbedViewController.h; sourceTree = ""; }; 34CC4C071B81F3B500E44C1F /* MWMSearchTabbedViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MWMSearchTabbedViewController.mm; sourceTree = ""; }; 34CC4C081B81F3B500E44C1F /* MWMSearchTabbedViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MWMSearchTabbedViewController.xib; sourceTree = ""; }; @@ -1010,6 +1040,7 @@ children = ( 347274711B0F4EB300756B37 /* Entitlements */, 97D40C09184D031900A1D572 /* Images.xcassets */, + 34C659451BD12A77009DC20A /* InfoPlist.strings */, FA99CB71147089B100689A9A /* Localizable.strings */, 5605022E1B6211E100169CAD /* sound-strings */, 347FDDA01BB59B4E00871410 /* Mapsme.storyboard */, @@ -2266,6 +2297,7 @@ FAAFD697139D9BE2000AE70C /* categories.txt in Resources */, FA64D9A913F975AD00350ECF /* types.txt in Resources */, 97FC99DC19C1A2CD00C1CF98 /* resources-mdpi in Resources */, + 34C659471BD12A77009DC20A /* InfoPlist.strings in Resources */, F63774E71B59375E00BCF54D /* MWMRoutingDisclaimerAlert.xib in Resources */, 4A7D89C71B2EBF3B00AC843E /* resources-xhdpi_dark in Resources */, 97FC99DE19C1A2CD00C1CF98 /* resources-xhdpi in Resources */, @@ -2347,7 +2379,9 @@ 4579C8A51AD2FAB1001D6B90 /* 05_khmeros.ttf in Resources */, 4579C8A61AD2FAB1001D6B90 /* 06_code2000.ttf in Resources */, 347274791B0F4FD900756B37 /* me.maps.watchkitextension.production.entitlements in Resources */, + 34C659481BD12A77009DC20A /* InfoPlist.strings in Resources */, 4579C89F1AD2FA36001D6B90 /* packed_polygons.bin in Resources */, + 34C6594C1BD12A89009DC20A /* sound-strings in Resources */, 4579C89D1AD2F9E6001D6B90 /* drules_proto_dark.bin in Resources */, 4579C89E1AD2F9E6001D6B90 /* drules_proto.bin in Resources */, 347274771B0F4F3900756B37 /* me.maps.watchkitextension.entitlements in Resources */, @@ -2595,6 +2629,40 @@ /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ + 34C659451BD12A77009DC20A /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 34C659461BD12A77009DC20A /* ja */, + 34C659491BD12A81009DC20A /* it */, + 34C6594A1BD12A89009DC20A /* vi */, + 34C6594B1BD12A89009DC20A /* cs */, + 346F27931BD12AA80092D801 /* ko */, + 346F27941BD12AA80092D801 /* pl */, + 346F27951BD12AA80092D801 /* pt */, + 346F27961BD12AA80092D801 /* ru */, + 3434D7701BD12AEA00C77E44 /* th */, + 3434D7711BD12AEA00C77E44 /* uk */, + 3434D7721BD12AEA00C77E44 /* zh-Hant */, + 3434D7731BD12AEA00C77E44 /* nl */, + 3434D7741BD12AF800C77E44 /* sv */, + 3434D7751BD12AF800C77E44 /* sk */, + 3434D7761BD12AF800C77E44 /* en */, + 3434D7771BD12AF800C77E44 /* ro */, + 3434D7781BD12B0500C77E44 /* hu */, + 3434D7791BD12B0500C77E44 /* da */, + 3434D77A1BD12B0500C77E44 /* ar */, + 3434D77B1BD12B0500C77E44 /* id */, + 3434D77C1BD12B1600C77E44 /* es */, + 3434D77D1BD12B1600C77E44 /* nb */, + 3434D77E1BD12B1600C77E44 /* tr */, + 3434D77F1BD12B1600C77E44 /* fi */, + 3434D7801BD12B2000C77E44 /* zh-Hans */, + 3434D7811BD12B2000C77E44 /* de */, + 3434D7821BD12B2000C77E44 /* fr */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; B0DFE62F1A1B78A200B6C35E /* LocalNotifications.plist */ = { isa = PBXVariantGroup; children = (