forked from organicmaps/organicmaps
[ios] 'Search On Map' cell renamed
This commit is contained in:
parent
8133a240c3
commit
5df680899d
32 changed files with 44 additions and 12 deletions
|
@ -335,5 +335,6 @@
|
|||
<string name="free">Zdarma</string>
|
||||
<!-- Used in More Apps menu -->
|
||||
<string name="buy">Koupit</string>
|
||||
<!-- 1st search button-like result -->
|
||||
<string name="search_on_map">Hledat na mapě</string>
|
||||
</resources>
|
||||
|
|
|
@ -339,5 +339,6 @@
|
|||
<string name="free">Kostenlos</string>
|
||||
<!-- Used in More Apps menu -->
|
||||
<string name="buy">Kaufen</string>
|
||||
<!-- 1st search button-like result -->
|
||||
<string name="search_on_map">Auf der Landkarte suchen</string>
|
||||
</resources>
|
||||
|
|
|
@ -325,5 +325,6 @@
|
|||
<string name="free">Gratis</string>
|
||||
<!-- Used in More Apps menu -->
|
||||
<string name="buy">Comprar</string>
|
||||
<!-- 1st search button-like result -->
|
||||
<string name="search_on_map">Buscar en mapa</string>
|
||||
</resources>
|
||||
|
|
|
@ -350,5 +350,6 @@
|
|||
<string name="free">Gratuit</string>
|
||||
<!-- Used in More Apps menu -->
|
||||
<string name="buy">Acheter</string>
|
||||
<!-- 1st search button-like result -->
|
||||
<string name="search_on_map">Recherche sur la carte</string>
|
||||
</resources>
|
||||
|
|
|
@ -348,5 +348,6 @@
|
|||
<string name="free">Ingyenes</string>
|
||||
<!-- Used in More Apps menu -->
|
||||
<string name="buy">Megvásárlás</string>
|
||||
<!-- 1st search button-like result -->
|
||||
<string name="search_on_map">Keresés a térképen</string>
|
||||
</resources>
|
||||
|
|
|
@ -335,5 +335,6 @@
|
|||
<string name="free">Gratis</string>
|
||||
<!-- Used in More Apps menu -->
|
||||
<string name="buy">Acquista</string>
|
||||
<!-- 1st search button-like result -->
|
||||
<string name="search_on_map">Cerca sulla mappa</string>
|
||||
</resources>
|
||||
|
|
|
@ -325,5 +325,6 @@
|
|||
<string name="free">無料</string>
|
||||
<!-- Used in More Apps menu -->
|
||||
<string name="buy">購入</string>
|
||||
<!-- 1st search button-like result -->
|
||||
<string name="search_on_map">地図を検索</string>
|
||||
</resources>
|
||||
|
|
|
@ -321,5 +321,6 @@
|
|||
<string name="free">무료</string>
|
||||
<!-- Used in More Apps menu -->
|
||||
<string name="buy">구입</string>
|
||||
<!-- 1st search button-like result -->
|
||||
<string name="search_on_map">지도에서 검색</string>
|
||||
</resources>
|
||||
|
|
|
@ -324,5 +324,6 @@
|
|||
<string name="free">Gratis</string>
|
||||
<!-- Used in More Apps menu -->
|
||||
<string name="buy">Koop</string>
|
||||
<!-- 1st search button-like result -->
|
||||
<string name="search_on_map">Op kaart zoeken</string>
|
||||
</resources>
|
||||
|
|
|
@ -348,5 +348,6 @@
|
|||
<string name="free">Darmowy</string>
|
||||
<!-- Used in More Apps menu -->
|
||||
<string name="buy">Kup</string>
|
||||
<!-- 1st search button-like result -->
|
||||
<string name="search_on_map">Szukaj na mapie</string>
|
||||
</resources>
|
||||
|
|
|
@ -346,5 +346,6 @@
|
|||
<string name="free">Grátis</string>
|
||||
<!-- Used in More Apps menu -->
|
||||
<string name="buy">Comprar</string>
|
||||
<!-- 1st search button-like result -->
|
||||
<string name="search_on_map">Pesquisar no mapa</string>
|
||||
</resources>
|
||||
|
|
|
@ -337,5 +337,6 @@
|
|||
<string name="free">Бесплатно</string>
|
||||
<!-- Used in More Apps menu -->
|
||||
<string name="buy">Купить</string>
|
||||
<!-- 1st search button-like result -->
|
||||
<string name="search_on_map">Искать на карте</string>
|
||||
</resources>
|
||||
|
|
|
@ -339,5 +339,6 @@
|
|||
<string name="free">Безкоштовно</string>
|
||||
<!-- Used in More Apps menu -->
|
||||
<string name="buy">Придбати</string>
|
||||
<!-- 1st search button-like result -->
|
||||
<string name="search_on_map">Шукати на карті</string>
|
||||
</resources>
|
||||
|
|
|
@ -317,5 +317,6 @@
|
|||
<string name="free">免費</string>
|
||||
<!-- Used in More Apps menu -->
|
||||
<string name="buy">購買</string>
|
||||
<!-- 1st search button-like result -->
|
||||
<string name="search_on_map">在地圖上搜尋</string>
|
||||
</resources>
|
||||
|
|
|
@ -353,5 +353,6 @@
|
|||
<string name="free">Free</string>
|
||||
<!-- Used in More Apps menu -->
|
||||
<string name="buy">Buy</string>
|
||||
<!-- 1st search button-like result -->
|
||||
<string name="search_on_map">Search on map</string>
|
||||
</resources>
|
||||
|
|
|
@ -475,7 +475,7 @@ static void onSearchResultCallback(search::Results const & results)
|
|||
{
|
||||
SearchUniversalCell * customCell = [tableView dequeueReusableCellWithIdentifier:[SearchUniversalCell className]];
|
||||
|
||||
[customCell setTitle:NSLocalizedString(@"search_show_on_map", nil) selectedRanges:nil];
|
||||
[customCell setTitle:NSLocalizedString(@"search_on_map", nil) selectedRanges:nil];
|
||||
customCell.subtitleLabel.text = nil;
|
||||
customCell.iconImageView.image = [UIImage imageNamed:@"SearchCellPinsIcon"];
|
||||
customCell.distanceLabel.text = nil;
|
||||
|
@ -535,7 +535,7 @@ static void onSearchResultCallback(search::Results const & results)
|
|||
}
|
||||
case CellTypeShowOnMap:
|
||||
{
|
||||
return [SearchUniversalCell cellHeightWithTitle:NSLocalizedString(@"search_show_on_map", nil) type:nil subtitle:nil distance:nil viewWidth:tableView.width];
|
||||
return [SearchUniversalCell cellHeightWithTitle:NSLocalizedString(@"search_on_map", nil) type:nil subtitle:nil distance:nil viewWidth:tableView.width];
|
||||
}
|
||||
case CellTypeResult:
|
||||
{
|
||||
|
|
|
@ -548,4 +548,5 @@
|
|||
/* Used in More Apps menu */
|
||||
"buy" = "Koupit";
|
||||
|
||||
/* 1st search button-like result */
|
||||
"search_on_map" = "Hledat na mapě";
|
||||
|
|
|
@ -548,4 +548,5 @@
|
|||
/* Used in More Apps menu */
|
||||
"buy" = "Kaufen";
|
||||
|
||||
/* 1st search button-like result */
|
||||
"search_on_map" = "Auf der Landkarte suchen";
|
||||
|
|
|
@ -548,4 +548,5 @@
|
|||
/* Used in More Apps menu */
|
||||
"buy" = "Buy";
|
||||
|
||||
/* 1st search button-like result */
|
||||
"search_on_map" = "Search on map";
|
||||
|
|
|
@ -548,4 +548,5 @@
|
|||
/* Used in More Apps menu */
|
||||
"buy" = "Comprar";
|
||||
|
||||
/* 1st search button-like result */
|
||||
"search_on_map" = "Buscar en mapa";
|
||||
|
|
|
@ -548,4 +548,5 @@
|
|||
/* Used in More Apps menu */
|
||||
"buy" = "Acheter";
|
||||
|
||||
/* 1st search button-like result */
|
||||
"search_on_map" = "Recherche sur la carte";
|
||||
|
|
|
@ -548,4 +548,5 @@
|
|||
/* Used in More Apps menu */
|
||||
"buy" = "Megvásárlás";
|
||||
|
||||
/* 1st search button-like result */
|
||||
"search_on_map" = "Keresés a térképen";
|
||||
|
|
|
@ -548,4 +548,5 @@
|
|||
/* Used in More Apps menu */
|
||||
"buy" = "Acquista";
|
||||
|
||||
/* 1st search button-like result */
|
||||
"search_on_map" = "Cerca sulla mappa";
|
||||
|
|
|
@ -548,4 +548,5 @@
|
|||
/* Used in More Apps menu */
|
||||
"buy" = "購入";
|
||||
|
||||
/* 1st search button-like result */
|
||||
"search_on_map" = "地図を検索";
|
||||
|
|
|
@ -548,4 +548,5 @@
|
|||
/* Used in More Apps menu */
|
||||
"buy" = "구입";
|
||||
|
||||
/* 1st search button-like result */
|
||||
"search_on_map" = "지도에서 검색";
|
||||
|
|
|
@ -548,4 +548,5 @@
|
|||
/* Used in More Apps menu */
|
||||
"buy" = "Koop";
|
||||
|
||||
/* 1st search button-like result */
|
||||
"search_on_map" = "Op kaart zoeken";
|
||||
|
|
|
@ -548,4 +548,5 @@
|
|||
/* Used in More Apps menu */
|
||||
"buy" = "Kup";
|
||||
|
||||
/* 1st search button-like result */
|
||||
"search_on_map" = "Szukaj na mapie";
|
||||
|
|
|
@ -548,4 +548,5 @@
|
|||
/* Used in More Apps menu */
|
||||
"buy" = "Comprar";
|
||||
|
||||
/* 1st search button-like result */
|
||||
"search_on_map" = "Pesquisar no mapa";
|
||||
|
|
|
@ -548,4 +548,5 @@
|
|||
/* Used in More Apps menu */
|
||||
"buy" = "Купить";
|
||||
|
||||
/* 1st search button-like result */
|
||||
"search_on_map" = "Искать на карте";
|
||||
|
|
|
@ -548,4 +548,5 @@
|
|||
/* Used in More Apps menu */
|
||||
"buy" = "Придбати";
|
||||
|
||||
/* 1st search button-like result */
|
||||
"search_on_map" = "Шукати на карті";
|
||||
|
|
|
@ -548,4 +548,5 @@
|
|||
/* Used in More Apps menu */
|
||||
"buy" = "購買";
|
||||
|
||||
/* 1st search button-like result */
|
||||
"search_on_map" = "在地圖上搜尋";
|
||||
|
|
22
strings.txt
22
strings.txt
|
@ -3245,18 +3245,20 @@
|
|||
hu = Megvásárlás
|
||||
|
||||
[search_on_map]
|
||||
ru = Искать на карте
|
||||
tags = ios
|
||||
comment = 1st search button-like result
|
||||
en = Search on map
|
||||
nl = Op kaart zoeken
|
||||
zh-Hant = 在地圖上搜尋
|
||||
de = Auf der Landkarte suchen
|
||||
fr = Recherche sur la carte
|
||||
it = Cerca sulla mappa
|
||||
ru = Искать на карте
|
||||
uk = Шукати на карті
|
||||
es = Buscar en mapa
|
||||
pt = Pesquisar no mapa
|
||||
pl = Szukaj na mapie
|
||||
ja = 地図を検索
|
||||
es = Buscar en mapa
|
||||
it = Cerca sulla mappa
|
||||
nl = Op kaart zoeken
|
||||
de = Auf der Landkarte suchen
|
||||
cs = Hledat na mapě
|
||||
uk = Шукати на карті
|
||||
hu = Keresés a térképen
|
||||
fr = Recherche sur la carte
|
||||
ja = 地図を検索
|
||||
ko = 지도에서 검색
|
||||
zh-Hant = 在地圖上搜尋
|
||||
hu = Keresés a térképen
|
||||
|
|
Loading…
Add table
Reference in a new issue