forked from organicmaps/organicmaps
Ran the script
This commit is contained in:
parent
6574b9d7a2
commit
3da1ced7d3
31 changed files with 645 additions and 7 deletions
|
@ -866,7 +866,7 @@
|
|||
<string name="minute">min</string>
|
||||
<string name="placepage_place_description">Beskrivelse</string>
|
||||
<string name="placepage_more_button">Mere</string>
|
||||
<string name="book_button">Bog</string>
|
||||
<string name="book_button">Book</string>
|
||||
<string name="placepage_call_button">Ring</string>
|
||||
<string name="placepage_edit_bookmark_button">Rediger bogmærke</string>
|
||||
<string name="placepage_bookmark_name_hint">Bogmærke</string>
|
||||
|
|
|
@ -971,7 +971,7 @@
|
|||
<!-- For place page hotel nearby block -->
|
||||
<string name="placepage_hotel_nearby">Рядом</string>
|
||||
<!-- For ordering a taxi (as opposed to hotels or other things) -->
|
||||
<string name="taxi_order">Заказать</string>
|
||||
<string name="taxi_order">Заказать такси</string>
|
||||
<!-- How long it is until the taxi arrives -->
|
||||
<string name="taxi_wait">Ожидание %s</string>
|
||||
<!-- When there are no available taxis nearby -->
|
||||
|
@ -1007,4 +1007,15 @@
|
|||
<string name="dialog_taxi_offline">Заказ такси недоступен офлайн.</string>
|
||||
<string name="dialog_taxi_error">Заказ такси временно недоступен.</string>
|
||||
<string name="advertisement">Реклама</string>
|
||||
<string name="mobile_data_dialog">Загружать дополнительную информацию через мобильный интернет?</string>
|
||||
<string name="mobile_data_option_always">Всегда</string>
|
||||
<string name="mobile_data_option_today">Только сегодня</string>
|
||||
<string name="mobile_data_option_not_today">Не сегодня</string>
|
||||
<string name="mobile_data">Мобильный интернет</string>
|
||||
<string name="mobile_data_description">Мобильный интернет требуется для отображения более детальной информации о местах: фотографий, цен, отзывов.</string>
|
||||
<string name="mobile_data_option_never">Никогда не использовать</string>
|
||||
<string name="mobile_data_option_ask">Всегда спрашивать</string>
|
||||
<string name="traffic_update_maps_text">Для отображения пробок необходимо обновить карты.</string>
|
||||
<string name="traffic_outdated">Данные о пробках устарели.</string>
|
||||
<string name="big_font">Увеличенные подписи</string>
|
||||
</resources>
|
||||
|
|
|
@ -975,7 +975,7 @@
|
|||
<!-- For place page hotel nearby block -->
|
||||
<string name="placepage_hotel_nearby">Nearby</string>
|
||||
<!-- For ordering a taxi (as opposed to hotels or other things) -->
|
||||
<string name="taxi_order">Order</string>
|
||||
<string name="taxi_order">Order a taxi</string>
|
||||
<!-- How long it is until the taxi arrives -->
|
||||
<string name="taxi_wait">Expected in %s</string>
|
||||
<!-- When there are no available taxis nearby -->
|
||||
|
@ -1011,4 +1011,15 @@
|
|||
<string name="dialog_taxi_offline">Taxi ordering is unavailable in offline mode.</string>
|
||||
<string name="dialog_taxi_error">Taxi ordering is temporarily unavailable.</string>
|
||||
<string name="advertisement">Advertisement</string>
|
||||
<string name="mobile_data_dialog">Use mobile internet to show detailed information?</string>
|
||||
<string name="mobile_data_option_always">Use Always</string>
|
||||
<string name="mobile_data_option_today">Only Today</string>
|
||||
<string name="mobile_data_option_not_today">Do not Use Today</string>
|
||||
<string name="mobile_data">Mobile Internet</string>
|
||||
<string name="mobile_data_description">Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.</string>
|
||||
<string name="mobile_data_option_never">Never Use</string>
|
||||
<string name="mobile_data_option_ask">Always Ask</string>
|
||||
<string name="traffic_update_maps_text">To display traffic data, maps must be updated.</string>
|
||||
<string name="traffic_outdated">Traffic data is outdated.</string>
|
||||
<string name="big_font">Bigger labels</string>
|
||||
</resources>
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "طلب تاكسي غير متاح مؤقتا.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "Objednání taxi není dočasně k dispozici.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1477,7 +1477,7 @@
|
|||
|
||||
"placepage_more_reviews_button" = "More Reviews";
|
||||
|
||||
"book_button" = "Bog";
|
||||
"book_button" = "Book";
|
||||
|
||||
"placepage_call_button" = "Ring";
|
||||
|
||||
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "Bestilling af en taxi er ikke muligt lige nu.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "Das Bestellen eines Taxis ist vorübergehend nicht verfügbar.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1637,7 +1637,7 @@
|
|||
"placepage_hotel_nearby" = "Nearby";
|
||||
|
||||
/* For ordering a taxi (as opposed to hotels or other things) */
|
||||
"taxi_order" = "Order";
|
||||
"taxi_order" = "Order a taxi";
|
||||
|
||||
/* How long it is until the taxi arrives */
|
||||
"taxi_wait" = "Expected in %s";
|
||||
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "Taxi booking is temporarily unavailable.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1637,7 +1637,7 @@
|
|||
"placepage_hotel_nearby" = "Nearby";
|
||||
|
||||
/* For ordering a taxi (as opposed to hotels or other things) */
|
||||
"taxi_order" = "Order";
|
||||
"taxi_order" = "Order a taxi";
|
||||
|
||||
/* How long it is until the taxi arrives */
|
||||
"taxi_wait" = "Expected in %s";
|
||||
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "Taxi ordering is temporarily unavailable.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "La opción para solicitar un taxi se encuentra temporalmente no disponible.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "Taksin tilaaminen ei ole tällä hetkellä mahdollista.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "La commande d'un taxi est temporairement indisponible.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "A taxirendelés átmenetileg nem elérhető.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "Memesan taksi untuk sementara tidak tersedia.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "La chiamata taxi è temporaneamente non disponibile.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "タクシーの予約が一時的に使用できません。";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "일시적으로 택시를 예약할 수 없습니다.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "Bestilling av taxi er ikke tilgjengelig for øyeblikket.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "Het bestellen van een taxi is tijdelijk niet beschikbaar.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "Zamawianie taksówek jest tymczasowo niedostępne.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "O serviço de táxi está temporariamente indisponível.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "Comandarea unui taxi este momentan indisponibilă.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1637,7 +1637,7 @@
|
|||
"placepage_hotel_nearby" = "Рядом";
|
||||
|
||||
/* For ordering a taxi (as opposed to hotels or other things) */
|
||||
"taxi_order" = "Заказать";
|
||||
"taxi_order" = "Заказать такси";
|
||||
|
||||
/* How long it is until the taxi arrives */
|
||||
"taxi_wait" = "Ожидание %s";
|
||||
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "Заказ такси временно недоступен.";
|
||||
|
||||
"advertisement" = "Реклама";
|
||||
|
||||
"mobile_data_dialog" = "Загружать дополнительную информацию через мобильный интернет?";
|
||||
|
||||
"mobile_data_option_always" = "Всегда";
|
||||
|
||||
"mobile_data_option_today" = "Только сегодня";
|
||||
|
||||
"mobile_data_option_not_today" = "Не сегодня";
|
||||
|
||||
"mobile_data" = "Мобильный интернет";
|
||||
|
||||
"mobile_data_description" = "Мобильный интернет требуется для отображения более детальной информации о местах: фотографий, цен, отзывов.";
|
||||
|
||||
"mobile_data_option_never" = "Никогда не использовать";
|
||||
|
||||
"mobile_data_option_ask" = "Всегда спрашивать";
|
||||
|
||||
"traffic_update_maps_text" = "Для отображения пробок необходимо обновить карты.";
|
||||
|
||||
"traffic_outdated" = "Данные о пробках устарели.";
|
||||
|
||||
"big_font" = "Увеличенные подписи";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "Objednanie taxíka je dočasne nedostupné.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "Du kan inte beställa en taxi just nu.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "ไม่สามารถทำการจองแท็กซี่ได้ชั่วคราว";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "Taksi çağırma geçici olarak kullanılamıyor.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "Замовлення таксі тимчасово недоступне.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "Gọi taxi tạm thời không khả dụng.";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "叫出租车服务暂时无法使用。";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
|
@ -1701,3 +1701,25 @@
|
|||
"dialog_taxi_error" = "叫計程車服務暫時無法使用。";
|
||||
|
||||
"advertisement" = "Advertisement";
|
||||
|
||||
"mobile_data_dialog" = "Use mobile internet to show detailed information?";
|
||||
|
||||
"mobile_data_option_always" = "Use Always";
|
||||
|
||||
"mobile_data_option_today" = "Only Today";
|
||||
|
||||
"mobile_data_option_not_today" = "Do not Use Today";
|
||||
|
||||
"mobile_data" = "Mobile Internet";
|
||||
|
||||
"mobile_data_description" = "Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.";
|
||||
|
||||
"mobile_data_option_never" = "Never Use";
|
||||
|
||||
"mobile_data_option_ask" = "Always Ask";
|
||||
|
||||
"traffic_update_maps_text" = "To display traffic data, maps must be updated.";
|
||||
|
||||
"traffic_outdated" = "Traffic data is outdated.";
|
||||
|
||||
"big_font" = "Bigger labels";
|
||||
|
|
Loading…
Add table
Reference in a new issue