[ios] 'Search On Map' cell renamed

This commit is contained in:
Igor Khmurets 2014-07-02 23:21:35 +03:00 committed by Alex Zolotarev
parent 8133a240c3
commit 5df680899d
32 changed files with 44 additions and 12 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -548,4 +548,5 @@
/* Used in More Apps menu */
"buy" = "Koupit";
/* 1st search button-like result */
"search_on_map" = "Hledat na mapě";

View file

@ -548,4 +548,5 @@
/* Used in More Apps menu */
"buy" = "Kaufen";
/* 1st search button-like result */
"search_on_map" = "Auf der Landkarte suchen";

View file

@ -548,4 +548,5 @@
/* Used in More Apps menu */
"buy" = "Buy";
/* 1st search button-like result */
"search_on_map" = "Search on map";

View file

@ -548,4 +548,5 @@
/* Used in More Apps menu */
"buy" = "Comprar";
/* 1st search button-like result */
"search_on_map" = "Buscar en mapa";

View file

@ -548,4 +548,5 @@
/* Used in More Apps menu */
"buy" = "Acheter";
/* 1st search button-like result */
"search_on_map" = "Recherche sur la carte";

View file

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

View file

@ -548,4 +548,5 @@
/* Used in More Apps menu */
"buy" = "Acquista";
/* 1st search button-like result */
"search_on_map" = "Cerca sulla mappa";

View file

@ -548,4 +548,5 @@
/* Used in More Apps menu */
"buy" = "購入";
/* 1st search button-like result */
"search_on_map" = "地図を検索";

View file

@ -548,4 +548,5 @@
/* Used in More Apps menu */
"buy" = "구입";
/* 1st search button-like result */
"search_on_map" = "지도에서 검색";

View file

@ -548,4 +548,5 @@
/* Used in More Apps menu */
"buy" = "Koop";
/* 1st search button-like result */
"search_on_map" = "Op kaart zoeken";

View file

@ -548,4 +548,5 @@
/* Used in More Apps menu */
"buy" = "Kup";
/* 1st search button-like result */
"search_on_map" = "Szukaj na mapie";

View file

@ -548,4 +548,5 @@
/* Used in More Apps menu */
"buy" = "Comprar";
/* 1st search button-like result */
"search_on_map" = "Pesquisar no mapa";

View file

@ -548,4 +548,5 @@
/* Used in More Apps menu */
"buy" = "Купить";
/* 1st search button-like result */
"search_on_map" = "Искать на карте";

View file

@ -548,4 +548,5 @@
/* Used in More Apps menu */
"buy" = "Придбати";
/* 1st search button-like result */
"search_on_map" = "Шукати на карті";

View file

@ -548,4 +548,5 @@
/* Used in More Apps menu */
"buy" = "購買";
/* 1st search button-like result */
"search_on_map" = "在地圖上搜尋";

View file

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