forked from organicmaps/organicmaps
[iOS] Enable FB, Twitter menus in About.
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
afd1213fc6
commit
a9c8e942dd
3 changed files with 40 additions and 5 deletions
|
@ -6998,6 +6998,41 @@
|
|||
sk = Komunita OMaps
|
||||
fa = انجمن OMaps
|
||||
|
||||
[like_on_facebook]
|
||||
comment = Text in menu
|
||||
tags = ios, android
|
||||
en = Like on Facebook
|
||||
ru = OMaps в Facebook
|
||||
ar = أعجبني على الفيسبوك
|
||||
cs = Lajknout na Facebooku
|
||||
da = Synes godt om på Facebook
|
||||
nl = Ons leuk vinden op Facebook
|
||||
fi = Tykkää meistä Facebookissa
|
||||
fr = Aimer sur Facebook
|
||||
de = „Gefällt mir“ auf Facebook
|
||||
hu = Lájkolj minket Facebookon
|
||||
id = Sukai di Facebook
|
||||
it = Dai Mi Piace su Facebook
|
||||
ja = Facebookでいいねをクリック
|
||||
ko = Facebook에서 좋아요
|
||||
nb = Lik på Facebook
|
||||
pl = Polub nas na Facebooku
|
||||
pt = Gostar no Facebook
|
||||
pt-BR = Curtir no Facebook
|
||||
ro = Apreciați-ne pe Facebook
|
||||
es = Pulsa "Me gusta" en Facebook
|
||||
sv = Gilla på Facebook
|
||||
th = ถูกใจบน Facebook
|
||||
tr = Facebook'da beğen
|
||||
uk = OMaps у Facebook
|
||||
vi = Thích trên Facebook
|
||||
zh-Hans = 在Facebook 上点赞
|
||||
zh-Hant = 在 Facebook 上按讚
|
||||
el = Κάντε Like στο Facebook
|
||||
he = עשו 'לייק' בפייסבוק
|
||||
sk = Označiť pomocou Páči sa mi to na Facebooku
|
||||
fa = ما را در فیسبوک لایک کنید
|
||||
|
||||
[follow_on_twitter]
|
||||
comment = Text in menu
|
||||
tags = ios, android
|
||||
|
|
|
@ -52,11 +52,11 @@
|
|||
}
|
||||
else if (cell == self.facebookCell)
|
||||
{
|
||||
[self openUrl:[NSURL URLWithString:@"https://facebook.com/MapsWithMe"]];
|
||||
[self openUrl:[NSURL URLWithString:@"https://facebook.com/OMapsApp"]];
|
||||
}
|
||||
else if (cell == self.twitterCell)
|
||||
{
|
||||
[self openUrl:[NSURL URLWithString:@"https://twitter.com/OMaps"]];
|
||||
[self openUrl:[NSURL URLWithString:@"https://twitter.com/OMapsApp"]];
|
||||
}
|
||||
else if (cell == self.osmCell)
|
||||
{
|
||||
|
|
|
@ -1401,7 +1401,7 @@
|
|||
<outlet property="title" destination="dRQ-jj-BMn" id="rXq-ie-1BA"/>
|
||||
</connections>
|
||||
</tableViewCell>
|
||||
<tableViewCell hidden="YES" contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="AwY-rw-AMm" customClass="SettingsTableViewLinkCell" customModule="OMaps" customModuleProvider="target">
|
||||
<tableViewCell contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="AwY-rw-AMm" customClass="SettingsTableViewLinkCell" customModule="OMaps" customModuleProvider="target">
|
||||
<rect key="frame" x="0.0" y="62" width="414" height="44"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="AwY-rw-AMm" id="AUp-Ql-usV">
|
||||
|
@ -1429,7 +1429,7 @@
|
|||
<outlet property="title" destination="VRr-XH-vvX" id="1RC-qM-3D2"/>
|
||||
</connections>
|
||||
</tableViewCell>
|
||||
<tableViewCell hidden="YES" contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="PYl-5B-hBB" customClass="SettingsTableViewLinkCell" customModule="OMaps" customModuleProvider="target">
|
||||
<tableViewCell contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="PYl-5B-hBB" customClass="SettingsTableViewLinkCell" customModule="OMaps" customModuleProvider="target">
|
||||
<rect key="frame" x="0.0" y="106" width="414" height="44"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="PYl-5B-hBB" id="99g-g6-dgY">
|
||||
|
@ -1751,7 +1751,7 @@
|
|||
<color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||
<sections>
|
||||
<tableViewSection id="ZQX-Sz-7s0">
|
||||
<string key="footerTitle">Мобильный интернет требуется для отображения более детальной информации о местах: фотографий, цен, отзывов.
|
||||
<string key="footerTitle">Мобильный интернет требуется для отображения более детальной информации о местах: фотографий, цен, отзывов.
|
||||
|
||||
Приложение не использует мобильный интернет в роуминге.</string>
|
||||
<cells>
|
||||
|
|
Loading…
Add table
Reference in a new issue