Merge pull request #266 from igrechuhin/ig-plist

[omim][ios] Added app configuration strings localization.
This commit is contained in:
Vlad Mihaylenko 2015-10-19 10:28:31 +03:00
commit f274104956
31 changed files with 485 additions and 2 deletions

View file

@ -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 = "<group>"; };
342BB7AA1BC7CC5C00DF6443 /* PlacePageBookmarkCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PlacePageBookmarkCell.xib; sourceTree = "<group>"; };
342E75A11B302FCC00A8635F /* MWMPlacePageViewManagerDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MWMPlacePageViewManagerDelegate.h; sourceTree = "<group>"; };
3434D7701BD12AEA00C77E44 /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3434D7711BD12AEA00C77E44 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3434D7721BD12AEA00C77E44 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
3434D7731BD12AEA00C77E44 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3434D7741BD12AF800C77E44 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3434D7751BD12AF800C77E44 /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3434D7761BD12AF800C77E44 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3434D7771BD12AF800C77E44 /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3434D7781BD12B0500C77E44 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3434D7791BD12B0500C77E44 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3434D77A1BD12B0500C77E44 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3434D77B1BD12B0500C77E44 /* id */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = id; path = id.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3434D77C1BD12B1600C77E44 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3434D77D1BD12B1600C77E44 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3434D77E1BD12B1600C77E44 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3434D77F1BD12B1600C77E44 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3434D7801BD12B2000C77E44 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
3434D7811BD12B2000C77E44 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3434D7821BD12B2000C77E44 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3438CDF21B85F1170051AA78 /* MWMConsole.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMConsole.h; sourceTree = "<group>"; };
3438CDF31B85F1170051AA78 /* MWMConsole.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MWMConsole.mm; sourceTree = "<group>"; };
3438CDF51B8616760051AA78 /* MWMSearchShowOnMapCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMSearchShowOnMapCell.h; sourceTree = "<group>"; };
@ -431,6 +453,10 @@
3465E7D71B6658C000854C4D /* MWMAPIBar.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MWMAPIBar.mm; sourceTree = "<group>"; };
346EDAD91B9F0E35004F8DB5 /* MWMMultilineLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMMultilineLabel.h; sourceTree = "<group>"; };
346EDADA1B9F0E35004F8DB5 /* MWMMultilineLabel.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MWMMultilineLabel.mm; sourceTree = "<group>"; };
346F27931BD12AA80092D801 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/InfoPlist.strings; sourceTree = "<group>"; };
346F27941BD12AA80092D801 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
346F27951BD12AA80092D801 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/InfoPlist.strings; sourceTree = "<group>"; };
346F27961BD12AA80092D801 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = "<group>"; };
347274721B0F4EE000756B37 /* me.maps.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = me.maps.entitlements; sourceTree = "<group>"; };
347274761B0F4F3900756B37 /* me.maps.watchkitextension.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = me.maps.watchkitextension.entitlements; sourceTree = "<group>"; };
347274781B0F4FD900756B37 /* me.maps.watchkitextension.production.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = me.maps.watchkitextension.production.entitlements; sourceTree = "<group>"; };
@ -511,6 +537,10 @@
34BC721E1B0DECAE0012A34B /* MWMZoomButtonsView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMZoomButtonsView.h; sourceTree = "<group>"; };
34BC721F1B0DECAE0012A34B /* MWMZoomButtonsView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MWMZoomButtonsView.mm; sourceTree = "<group>"; };
34BC72201B0DECAE0012A34B /* MWMZoomButtonsView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MWMZoomButtonsView.xib; sourceTree = "<group>"; };
34C659461BD12A77009DC20A /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/InfoPlist.strings; sourceTree = "<group>"; };
34C659491BD12A81009DC20A /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/InfoPlist.strings; sourceTree = "<group>"; };
34C6594A1BD12A89009DC20A /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/InfoPlist.strings; sourceTree = "<group>"; };
34C6594B1BD12A89009DC20A /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/InfoPlist.strings; sourceTree = "<group>"; };
34CC4C061B81F3B500E44C1F /* MWMSearchTabbedViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MWMSearchTabbedViewController.h; sourceTree = "<group>"; };
34CC4C071B81F3B500E44C1F /* MWMSearchTabbedViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MWMSearchTabbedViewController.mm; sourceTree = "<group>"; };
34CC4C081B81F3B500E44C1F /* MWMSearchTabbedViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MWMSearchTabbedViewController.xib; sourceTree = "<group>"; };
@ -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 = "<group>";
};
B0DFE62F1A1B78A200B6C35E /* LocalNotifications.plist */ = {
isa = PBXVariantGroup;
children = (

View file

@ -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" = "مشاركة موقعي";

View file

@ -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í";

View file

@ -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";

View file

@ -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";

View file

@ -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";

View file

@ -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";

View file

@ -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";

View file

@ -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";

View file

@ -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";

View file

@ -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";

View file

@ -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";

View file

@ -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" = "位置情報を共有する";

View file

@ -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" = "내 위치 공유";

View file

@ -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";

View file

@ -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";

View file

@ -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ę";

View file

@ -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";

View file

@ -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";

View file

@ -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" = "Поделиться местоположением";

View file

@ -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";

View file

@ -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";

View file

@ -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" = "แชร์ตำแหน่งที่ตั้งของฉัน";

View file

@ -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ş";

View file

@ -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" = "Поділитися моїм місцезнаходженням";

View file

@ -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";

View file

@ -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" = "共享我的位置";

View file

@ -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" = "分享我的位置";

63
iphone/plist.txt Normal file
View file

@ -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

View file

@ -62,7 +62,7 @@
<!-- Search Suggestion -->
<text id="IDS_PHARMACY">Apotheke</text>
<!-- Search Suggestion -->
<text id="IDS_HOSPITAL">Spital</text>
<text id="IDS_HOSPITAL">Krankenhaus</text>
<!-- Search Suggestion -->
<text id="IDS_TOILET">Toilette</text>
<!-- Search Suggestion -->
@ -76,7 +76,7 @@
<!-- Share one specific bookmark using SMS, %1$@ contains ge0:// and %2$@ http://ge0.me link. @NOTE non-ascii symbols in the link will make 70 bytes sms instead of 140 -->
<text id="IDS_BOOKMARK_SHARE_SMS">Meine Nadel auf der Karte sehen. Klicke auf den Link %1$s oder %2$s</text>
<!-- Share my position using SMS, %1$@ contains ge0:// and %2$@ http://ge0.me link WITHOUT NAME. @NOTE non-ascii symbols in the link will make 70 bytes sms instead of 140 -->
<text id="IDS_MY_POSITION_SHARE_SMS">Sieh, wo ich gerade bin. Klicke auf den Link %1$s oder %2$s</text>
<text id="IDS_MY_POSITION_SHARE_SMS">Schau wo ich gerade bin. Klicke auf den Link %1$s oder %2$s</text>
<!-- Subject for emailed bookmark -->
<text id="IDS_BOOKMARK_SHARE_EMAIL_SUBJECT">Schau dir meine Nadel auf der MAPS.ME-Karte an</text>
<!-- Share one specific bookmark using EMail, %1$@ is bookmark's name, %2$@ is ge0:// link and %3$@ http://ge0.me -->

View file

@ -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