[Tizen] Add string resources.

This commit is contained in:
Sergey Pisarchik 2014-06-02 21:52:26 +03:00 committed by Alex Zolotarev
parent 6d7ec83b99
commit 5de6160a21
12 changed files with 349 additions and 21 deletions

View file

@ -1906,7 +1906,7 @@
hu = A képernyőn
[food]
en = food
tags = ios,android
tags = ios,android,tizen
comment = Search Suggestion
cs = jídlo
de = Essen
@ -1924,7 +1924,7 @@
hu = élelmiszer
[transport]
en = transport
tags = ios,android
tags = ios,android,tizen
comment = Search Suggestion
cs = doprava
de = Verkehr
@ -1942,7 +1942,7 @@
hu = közlekedés
[fuel]
en = gas
tags = ios,android
tags = ios,android,tizen
comment = Search Suggestion
cs = čerpací stanice
de = Tankstelle
@ -1960,7 +1960,7 @@
hu = benzinkút
[parking]
en = parking
tags = ios,android
tags = ios,android,tizen
comment = Search Suggestion
cs = parkoviště
de = Parkplatz
@ -1978,7 +1978,7 @@
hu = parkoló
[shop]
en = shop
tags = ios,android
tags = ios,android,tizen
comment = Search Suggestion
cs = obchod
de = Laden
@ -1996,7 +1996,7 @@
hu = bolt
[hotel]
en = hotel
tags = ios,android
tags = ios,android,tizen
cs = hotel
de = Hotel
es = hotel
@ -2013,7 +2013,7 @@
hu = szálloda
[tourism]
en = sights
tags = ios,android
tags = ios,android,tizen
comment = Search Suggestion
cs = pamětihodnosti
de = Sehenswürdigkeit
@ -2031,7 +2031,7 @@
hu = látnivaló
[entertainment]
en = entertainment
tags = ios,android
tags = ios,android,tizen
comment = Search Suggestion
cs = zábava
de = Unterhaltung
@ -2049,7 +2049,7 @@
hu = szórakozás
[atm]
en = atm
tags = ios,android
tags = ios,android,tizen
comment = Search Suggestion
cs = bankomat
de = Geldautomat
@ -2066,7 +2066,7 @@
hu = pénzautomata
[bank]
en = bank
tags = ios,android
tags = ios,android,tizen
comment = Search Suggestion
cs = banka
de = Bank
@ -2084,7 +2084,7 @@
hu = bank
[pharmacy]
en = pharmacy
tags = ios,android
tags = ios,android,tizen
comment = Search Suggestion
cs = lékárna
de = Apotheke
@ -2102,7 +2102,7 @@
hu = gyógyszertár
[hospital]
en = hospital
tags = ios,android
tags = ios,android,tizen
comment = Search Suggestion
cs = nemocnice
de = Spital
@ -2120,7 +2120,7 @@
hu = kórház
[toilet]
en = toilet
tags = ios,android
tags = ios,android,tizen
comment = Search Suggestion
cs = záchody
de = Toilette
@ -2138,7 +2138,7 @@
hu = mosdó
[post]
en = post
tags = ios,android
tags = ios,android,tizen
comment = Search Suggestion
cs = pošta
de = Post
@ -2156,7 +2156,7 @@
hu = posta
[police]
en = police
tags = ios,android
tags = ios,android,tizen
comment = Search Suggestion
cs = policie
de = Polizeistation
@ -2174,7 +2174,7 @@
hu = rendőrség
[no_search_results_found]
en = No results found
tags = ios,android
tags = ios,android,tizen
comment = String in search result list, when nothing found
cs = Žádné výsledky
de = Keine Ergebnisse gefunden

View file

@ -1,19 +1,17 @@
#ifndef _APP_RESOURCE_ID_H_
#define _APP_RESOURCE_ID_H_
#pragma once
#endif // _APP_RESOURCE_ID_H_
extern const wchar_t* IDC_ABOUT_BUTTON;
extern const wchar_t* IDC_CLOSE_BUTTON;
extern const wchar_t* IDC_DOWNLOAD_LISTVIEW;
extern const wchar_t* IDC_ENABLE_GPS;
extern const wchar_t* IDC_ENABLE_SCALE_BUTTONS_CB;
extern const wchar_t* IDC_FOOTS_CHECKBUTTON;
extern const wchar_t* IDC_LISTVIEW;
extern const wchar_t* IDC_MEASUREMENT_NOTE;
extern const wchar_t* IDC_MEASUREMENT_UNITS_LABEL;
extern const wchar_t* IDC_MENU;
extern const wchar_t* IDC_METERS_CHECKBUTTON;
extern const wchar_t* IDC_SEARCHBAR;
extern const wchar_t* IDC_VERSION_LABEL;
extern const wchar_t* IDC_WEB;
extern const wchar_t* IDC_ZOOM_IN;
@ -21,8 +19,11 @@ extern const wchar_t* IDC_ZOOM_OUT;
extern const wchar_t* IDF_ABOUT_FORM;
extern const wchar_t* IDF_DOWNLOAD_FORM;
extern const wchar_t* IDF_MAIN_FORM;
extern const wchar_t* IDF_SEARCH_FORM;
extern const wchar_t* IDS_ABOUT;
extern const wchar_t* IDS_ARE_YOU_SURE;
extern const wchar_t* IDS_ATM;
extern const wchar_t* IDS_BANK;
extern const wchar_t* IDS_BECOME_A_PRO;
extern const wchar_t* IDS_CANCEL;
extern const wchar_t* IDS_CANCEL_DOWNLOAD;
@ -30,15 +31,29 @@ extern const wchar_t* IDS_DELETE;
extern const wchar_t* IDS_DOWNLOAD;
extern const wchar_t* IDS_DOWNLOAD_COUNTRY_FAILED;
extern const wchar_t* IDS_DOWNLOAD_MAPS;
extern const wchar_t* IDS_ENTERTAINMENT;
extern const wchar_t* IDS_FOOD;
extern const wchar_t* IDS_FUEL;
extern const wchar_t* IDS_HOSPITAL;
extern const wchar_t* IDS_HOTEL;
extern const wchar_t* IDS_KILOMETRES;
extern const wchar_t* IDS_MB;
extern const wchar_t* IDS_MEASUREMENT_UNITS;
extern const wchar_t* IDS_MEASUREMENT_UNITS_SUMMARY;
extern const wchar_t* IDS_MILES;
extern const wchar_t* IDS_NO_SEARCH_RESULTS_FOUND;
extern const wchar_t* IDS_PARKING;
extern const wchar_t* IDS_PHARMACY;
extern const wchar_t* IDS_POLICE;
extern const wchar_t* IDS_POST;
extern const wchar_t* IDS_PREF_ZOOM_SUMMARY;
extern const wchar_t* IDS_PREF_ZOOM_TITLE;
extern const wchar_t* IDS_SETTINGS;
extern const wchar_t* IDS_SHARE_MY_LOCATION;
extern const wchar_t* IDS_SHOP;
extern const wchar_t* IDS_TOILET;
extern const wchar_t* IDS_TOURISM;
extern const wchar_t* IDS_TRANSPORT;
extern const wchar_t* IDS_VERSION;
// main form
extern const wchar_t * IDB_MY_POSITION_NORMAL;
@ -52,3 +67,6 @@ extern const wchar_t * IDB_MWM_PRO;
extern const wchar_t * IDB_DOWNLOAD_MAP;
extern const wchar_t * IDB_SETTINGS;
extern const wchar_t * IDB_SHARE;
//search
extern const wchar_t * IDB_SINGLE_RESULT;
extern const wchar_t * IDB_SUGGESTION_RESULT;

View file

@ -26,6 +26,37 @@
<text id="IDS_MEASUREMENT_UNITS">Měřicí jednotky</text>
<!-- Detailed description of Measurement Units settings button -->
<text id="IDS_MEASUREMENT_UNITS_SUMMARY">Vyber si míle nebo kilometry</text>
<!-- Search Suggestion -->
<text id="IDS_FOOD">jídlo</text>
<!-- Search Suggestion -->
<text id="IDS_TRANSPORT">doprava</text>
<!-- Search Suggestion -->
<text id="IDS_FUEL">čerpací stanice</text>
<!-- Search Suggestion -->
<text id="IDS_PARKING">parkoviště</text>
<!-- Search Suggestion -->
<text id="IDS_SHOP">obchod</text>
<text id="IDS_HOTEL">hotel</text>
<!-- Search Suggestion -->
<text id="IDS_TOURISM">pamětihodnosti</text>
<!-- Search Suggestion -->
<text id="IDS_ENTERTAINMENT">zábava</text>
<!-- Search Suggestion -->
<text id="IDS_ATM">bankomat</text>
<!-- Search Suggestion -->
<text id="IDS_BANK">banka</text>
<!-- Search Suggestion -->
<text id="IDS_PHARMACY">lékárna</text>
<!-- Search Suggestion -->
<text id="IDS_HOSPITAL">nemocnice</text>
<!-- Search Suggestion -->
<text id="IDS_TOILET">záchody</text>
<!-- Search Suggestion -->
<text id="IDS_POST">pošta</text>
<!-- Search Suggestion -->
<text id="IDS_POLICE">policie</text>
<!-- String in search result list, when nothing found -->
<text id="IDS_NO_SEARCH_RESULTS_FOUND">Žádné výsledky</text>
<!-- Prints version number in About dialog -->
<text id="IDS_VERSION">Verze: %s</text>
<!-- Confirmation in downloading countries dialog -->

View file

@ -26,6 +26,37 @@
<text id="IDS_MEASUREMENT_UNITS">Maßeinheiten</text>
<!-- Detailed description of Measurement Units settings button -->
<text id="IDS_MEASUREMENT_UNITS_SUMMARY">Auswahl zwischen Meilen und Kilometern</text>
<!-- Search Suggestion -->
<text id="IDS_FOOD">Essen</text>
<!-- Search Suggestion -->
<text id="IDS_TRANSPORT">Verkehr</text>
<!-- Search Suggestion -->
<text id="IDS_FUEL">Tankstelle</text>
<!-- Search Suggestion -->
<text id="IDS_PARKING">Parkplatz</text>
<!-- Search Suggestion -->
<text id="IDS_SHOP">Laden</text>
<text id="IDS_HOTEL">Hotel</text>
<!-- Search Suggestion -->
<text id="IDS_TOURISM">Sehenswürdigkeit</text>
<!-- Search Suggestion -->
<text id="IDS_ENTERTAINMENT">Unterhaltung</text>
<!-- Search Suggestion -->
<text id="IDS_ATM">Geldautomat</text>
<!-- Search Suggestion -->
<text id="IDS_BANK">Bank</text>
<!-- Search Suggestion -->
<text id="IDS_PHARMACY">Apotheke</text>
<!-- Search Suggestion -->
<text id="IDS_HOSPITAL">Spital</text>
<!-- Search Suggestion -->
<text id="IDS_TOILET">Toilette</text>
<!-- Search Suggestion -->
<text id="IDS_POST">Post</text>
<!-- Search Suggestion -->
<text id="IDS_POLICE">Polizeistation</text>
<!-- String in search result list, when nothing found -->
<text id="IDS_NO_SEARCH_RESULTS_FOUND">Keine Ergebnisse gefunden</text>
<!-- Prints version number in About dialog -->
<text id="IDS_VERSION">Version: %s</text>
<!-- Confirmation in downloading countries dialog -->

View file

@ -28,6 +28,37 @@
<text id="IDS_MEASUREMENT_UNITS">Measurement Units</text>
<!-- Detailed description of Measurement Units settings button -->
<text id="IDS_MEASUREMENT_UNITS_SUMMARY">Choose between miles and kilometres</text>
<!-- Search Suggestion -->
<text id="IDS_FOOD">food</text>
<!-- Search Suggestion -->
<text id="IDS_TRANSPORT">transport</text>
<!-- Search Suggestion -->
<text id="IDS_FUEL">gas</text>
<!-- Search Suggestion -->
<text id="IDS_PARKING">parking</text>
<!-- Search Suggestion -->
<text id="IDS_SHOP">shop</text>
<text id="IDS_HOTEL">hotel</text>
<!-- Search Suggestion -->
<text id="IDS_TOURISM">sights</text>
<!-- Search Suggestion -->
<text id="IDS_ENTERTAINMENT">entertainment</text>
<!-- Search Suggestion -->
<text id="IDS_ATM">atm</text>
<!-- Search Suggestion -->
<text id="IDS_BANK">bank</text>
<!-- Search Suggestion -->
<text id="IDS_PHARMACY">pharmacy</text>
<!-- Search Suggestion -->
<text id="IDS_HOSPITAL">hospital</text>
<!-- Search Suggestion -->
<text id="IDS_TOILET">toilet</text>
<!-- Search Suggestion -->
<text id="IDS_POST">post</text>
<!-- Search Suggestion -->
<text id="IDS_POLICE">police</text>
<!-- String in search result list, when nothing found -->
<text id="IDS_NO_SEARCH_RESULTS_FOUND">No results found</text>
<!-- Prints version number in About dialog -->
<text id="IDS_VERSION">Version: %s</text>
<!-- Confirmation in downloading countries dialog -->

View file

@ -28,6 +28,37 @@
<text id="IDS_MEASUREMENT_UNITS">Unités de mesure</text>
<!-- Detailed description of Measurement Units settings button -->
<text id="IDS_MEASUREMENT_UNITS_SUMMARY">Choisissez entre miles et kilomètres</text>
<!-- Search Suggestion -->
<text id="IDS_FOOD">alimentation</text>
<!-- Search Suggestion -->
<text id="IDS_TRANSPORT">transport</text>
<!-- Search Suggestion -->
<text id="IDS_FUEL">carburant</text>
<!-- Search Suggestion -->
<text id="IDS_PARKING">parking</text>
<!-- Search Suggestion -->
<text id="IDS_SHOP">magasin</text>
<text id="IDS_HOTEL">hôtel</text>
<!-- Search Suggestion -->
<text id="IDS_TOURISM">site touristique</text>
<!-- Search Suggestion -->
<text id="IDS_ENTERTAINMENT">divertissement</text>
<!-- Search Suggestion -->
<text id="IDS_ATM">distributeur de billets</text>
<!-- Search Suggestion -->
<text id="IDS_BANK">banque</text>
<!-- Search Suggestion -->
<text id="IDS_PHARMACY">pharmacie</text>
<!-- Search Suggestion -->
<text id="IDS_HOSPITAL">hôpital/clinique</text>
<!-- Search Suggestion -->
<text id="IDS_TOILET">toilettes</text>
<!-- Search Suggestion -->
<text id="IDS_POST">poste</text>
<!-- Search Suggestion -->
<text id="IDS_POLICE">police/gendarmerie</text>
<!-- String in search result list, when nothing found -->
<text id="IDS_NO_SEARCH_RESULTS_FOUND">Aucun résultat trouvé</text>
<!-- Prints version number in About dialog -->
<text id="IDS_VERSION">Version : %s</text>
<!-- Confirmation in downloading countries dialog -->

View file

@ -28,6 +28,37 @@
<text id="IDS_MEASUREMENT_UNITS">Unità di misura</text>
<!-- Detailed description of Measurement Units settings button -->
<text id="IDS_MEASUREMENT_UNITS_SUMMARY">Scegli tra miglia e chilometri</text>
<!-- Search Suggestion -->
<text id="IDS_FOOD">mangiare</text>
<!-- Search Suggestion -->
<text id="IDS_TRANSPORT">transporto</text>
<!-- Search Suggestion -->
<text id="IDS_FUEL">stazione di rifornimento</text>
<!-- Search Suggestion -->
<text id="IDS_PARKING">parcheggio</text>
<!-- Search Suggestion -->
<text id="IDS_SHOP">negozio</text>
<text id="IDS_HOTEL">hôtel</text>
<!-- Search Suggestion -->
<text id="IDS_TOURISM">turistico</text>
<!-- Search Suggestion -->
<text id="IDS_ENTERTAINMENT">divertimento</text>
<!-- Search Suggestion -->
<text id="IDS_ATM">bancomat</text>
<!-- Search Suggestion -->
<text id="IDS_BANK">banca</text>
<!-- Search Suggestion -->
<text id="IDS_PHARMACY">farmacia</text>
<!-- Search Suggestion -->
<text id="IDS_HOSPITAL">ospedale</text>
<!-- Search Suggestion -->
<text id="IDS_TOILET">toilette</text>
<!-- Search Suggestion -->
<text id="IDS_POST">posta</text>
<!-- Search Suggestion -->
<text id="IDS_POLICE">posto di polizia</text>
<!-- String in search result list, when nothing found -->
<text id="IDS_NO_SEARCH_RESULTS_FOUND">Nessun risultato trovato</text>
<!-- Prints version number in About dialog -->
<text id="IDS_VERSION">Versione: %s</text>
<!-- Confirmation in downloading countries dialog -->

View file

@ -28,6 +28,37 @@
<text id="IDS_MEASUREMENT_UNITS">Jednostki miary</text>
<!-- Detailed description of Measurement Units settings button -->
<text id="IDS_MEASUREMENT_UNITS_SUMMARY">Wybierz pomiędzy milami, a kilometrami</text>
<!-- Search Suggestion -->
<text id="IDS_FOOD">jedzenie</text>
<!-- Search Suggestion -->
<text id="IDS_TRANSPORT">transport</text>
<!-- Search Suggestion -->
<text id="IDS_FUEL">stacja benzynowa</text>
<!-- Search Suggestion -->
<text id="IDS_PARKING">parking</text>
<!-- Search Suggestion -->
<text id="IDS_SHOP">sklep</text>
<text id="IDS_HOTEL">hotel</text>
<!-- Search Suggestion -->
<text id="IDS_TOURISM">osobliwości miasta</text>
<!-- Search Suggestion -->
<text id="IDS_ENTERTAINMENT">rozrywka</text>
<!-- Search Suggestion -->
<text id="IDS_ATM">bankomat</text>
<!-- Search Suggestion -->
<text id="IDS_BANK">bank</text>
<!-- Search Suggestion -->
<text id="IDS_PHARMACY">apteka</text>
<!-- Search Suggestion -->
<text id="IDS_HOSPITAL">szpital</text>
<!-- Search Suggestion -->
<text id="IDS_TOILET">toaleta</text>
<!-- Search Suggestion -->
<text id="IDS_POST">poczta</text>
<!-- Search Suggestion -->
<text id="IDS_POLICE">policja</text>
<!-- String in search result list, when nothing found -->
<text id="IDS_NO_SEARCH_RESULTS_FOUND">Nie znaleziono</text>
<!-- Prints version number in About dialog -->
<text id="IDS_VERSION">Wersja: %s</text>
<!-- Confirmation in downloading countries dialog -->

View file

@ -28,6 +28,37 @@
<text id="IDS_MEASUREMENT_UNITS">Unidades de medida</text>
<!-- Detailed description of Measurement Units settings button -->
<text id="IDS_MEASUREMENT_UNITS_SUMMARY">Escolha entre milhas e quilómetros</text>
<!-- Search Suggestion -->
<text id="IDS_FOOD">alimentação</text>
<!-- Search Suggestion -->
<text id="IDS_TRANSPORT">transporte</text>
<!-- Search Suggestion -->
<text id="IDS_FUEL">combustível</text>
<!-- Search Suggestion -->
<text id="IDS_PARKING">estacionamento</text>
<!-- Search Suggestion -->
<text id="IDS_SHOP">compras</text>
<text id="IDS_HOTEL">hotel</text>
<!-- Search Suggestion -->
<text id="IDS_TOURISM">vistas</text>
<!-- Search Suggestion -->
<text id="IDS_ENTERTAINMENT">entretenimento</text>
<!-- Search Suggestion -->
<text id="IDS_ATM">multibanco</text>
<!-- Search Suggestion -->
<text id="IDS_BANK">banco</text>
<!-- Search Suggestion -->
<text id="IDS_PHARMACY">farmácia</text>
<!-- Search Suggestion -->
<text id="IDS_HOSPITAL">hospital</text>
<!-- Search Suggestion -->
<text id="IDS_TOILET">WC</text>
<!-- Search Suggestion -->
<text id="IDS_POST">correios</text>
<!-- Search Suggestion -->
<text id="IDS_POLICE">polícia</text>
<!-- String in search result list, when nothing found -->
<text id="IDS_NO_SEARCH_RESULTS_FOUND">Não foram encontrados resultados</text>
<!-- Prints version number in About dialog -->
<text id="IDS_VERSION">Versão: %s</text>
<!-- Confirmation in downloading countries dialog -->

View file

@ -28,6 +28,37 @@
<text id="IDS_MEASUREMENT_UNITS">Единицы измерения</text>
<!-- Detailed description of Measurement Units settings button -->
<text id="IDS_MEASUREMENT_UNITS_SUMMARY">Использовать километры или мили</text>
<!-- Search Suggestion -->
<text id="IDS_FOOD">еда</text>
<!-- Search Suggestion -->
<text id="IDS_TRANSPORT">транспорт</text>
<!-- Search Suggestion -->
<text id="IDS_FUEL">заправка</text>
<!-- Search Suggestion -->
<text id="IDS_PARKING">парковка</text>
<!-- Search Suggestion -->
<text id="IDS_SHOP">магазин</text>
<text id="IDS_HOTEL">гостиница</text>
<!-- Search Suggestion -->
<text id="IDS_TOURISM">достопримечательность</text>
<!-- Search Suggestion -->
<text id="IDS_ENTERTAINMENT">развлечения</text>
<!-- Search Suggestion -->
<text id="IDS_ATM">банкомат</text>
<!-- Search Suggestion -->
<text id="IDS_BANK">банк</text>
<!-- Search Suggestion -->
<text id="IDS_PHARMACY">аптека</text>
<!-- Search Suggestion -->
<text id="IDS_HOSPITAL">больница</text>
<!-- Search Suggestion -->
<text id="IDS_TOILET">туалет</text>
<!-- Search Suggestion -->
<text id="IDS_POST">почта</text>
<!-- Search Suggestion -->
<text id="IDS_POLICE">полиция</text>
<!-- String in search result list, when nothing found -->
<text id="IDS_NO_SEARCH_RESULTS_FOUND">Нет результатов поиска</text>
<!-- Prints version number in About dialog -->
<text id="IDS_VERSION">Версия: %s</text>
<!-- Confirmation in downloading countries dialog -->

View file

@ -26,6 +26,37 @@
<text id="IDS_MEASUREMENT_UNITS">Unidades de medida</text>
<!-- Detailed description of Measurement Units settings button -->
<text id="IDS_MEASUREMENT_UNITS_SUMMARY">Elija entre millas y kilómetros</text>
<!-- Search Suggestion -->
<text id="IDS_FOOD">comer</text>
<!-- Search Suggestion -->
<text id="IDS_TRANSPORT">transporte</text>
<!-- Search Suggestion -->
<text id="IDS_FUEL">gasolinera</text>
<!-- Search Suggestion -->
<text id="IDS_PARKING">estacionamiento</text>
<!-- Search Suggestion -->
<text id="IDS_SHOP">tienda</text>
<text id="IDS_HOTEL">hotel</text>
<!-- Search Suggestion -->
<text id="IDS_TOURISM">turismo</text>
<!-- Search Suggestion -->
<text id="IDS_ENTERTAINMENT">entretenimiento</text>
<!-- Search Suggestion -->
<text id="IDS_ATM">atm</text>
<!-- Search Suggestion -->
<text id="IDS_BANK">banco</text>
<!-- Search Suggestion -->
<text id="IDS_PHARMACY">farmacia</text>
<!-- Search Suggestion -->
<text id="IDS_HOSPITAL">hospital</text>
<!-- Search Suggestion -->
<text id="IDS_TOILET">servicios sanitario</text>
<!-- Search Suggestion -->
<text id="IDS_POST">oficina de correos</text>
<!-- Search Suggestion -->
<text id="IDS_POLICE">policía</text>
<!-- String in search result list, when nothing found -->
<text id="IDS_NO_SEARCH_RESULTS_FOUND">No se han encontrado resultados</text>
<!-- Prints version number in About dialog -->
<text id="IDS_VERSION">Versión: %s</text>
<!-- Confirmation in downloading countries dialog -->

View file

@ -28,6 +28,37 @@
<text id="IDS_MEASUREMENT_UNITS">Одиниці виміру</text>
<!-- Detailed description of Measurement Units settings button -->
<text id="IDS_MEASUREMENT_UNITS_SUMMARY">Використовувати милі чи кілометри</text>
<!-- Search Suggestion -->
<text id="IDS_FOOD">їжа</text>
<!-- Search Suggestion -->
<text id="IDS_TRANSPORT">транспорт</text>
<!-- Search Suggestion -->
<text id="IDS_FUEL">заправка</text>
<!-- Search Suggestion -->
<text id="IDS_PARKING">парковка</text>
<!-- Search Suggestion -->
<text id="IDS_SHOP">крамниця</text>
<text id="IDS_HOTEL">готель</text>
<!-- Search Suggestion -->
<text id="IDS_TOURISM">пам’ятні місця</text>
<!-- Search Suggestion -->
<text id="IDS_ENTERTAINMENT">розваги</text>
<!-- Search Suggestion -->
<text id="IDS_ATM">банкомат</text>
<!-- Search Suggestion -->
<text id="IDS_BANK">банк</text>
<!-- Search Suggestion -->
<text id="IDS_PHARMACY">аптека</text>
<!-- Search Suggestion -->
<text id="IDS_HOSPITAL">лікарня</text>
<!-- Search Suggestion -->
<text id="IDS_TOILET">туалет</text>
<!-- Search Suggestion -->
<text id="IDS_POST">пошта</text>
<!-- Search Suggestion -->
<text id="IDS_POLICE">міліція</text>
<!-- String in search result list, when nothing found -->
<text id="IDS_NO_SEARCH_RESULTS_FOUND">Результатів не знайдено</text>
<!-- Prints version number in About dialog -->
<text id="IDS_VERSION">Версія: %s</text>
<!-- Confirmation in downloading countries dialog -->