forked from organicmaps/organicmaps
[strings] Change 'My position' to 'My location'
Signed-off-by: Gonzalo Pesquero <gpesquero@yahoo.es>
This commit is contained in:
parent
466b9365f6
commit
63fb86895f
101 changed files with 194 additions and 283 deletions
|
@ -252,7 +252,7 @@ public class MwmApplication extends Application implements Application.ActivityL
|
|||
nativeAddLocalization("core_entrance", getString(R.string.core_entrance));
|
||||
nativeAddLocalization("core_exit", getString(R.string.core_exit));
|
||||
nativeAddLocalization("core_my_places", getString(R.string.core_my_places));
|
||||
nativeAddLocalization("core_my_position", getString(R.string.core_my_position));
|
||||
nativeAddLocalization("core_my_location", getString(R.string.core_my_location));
|
||||
nativeAddLocalization("core_placepage_unknown_place", getString(R.string.core_placepage_unknown_place));
|
||||
nativeAddLocalization("postal_code", getString(R.string.postal_code));
|
||||
nativeAddLocalization("wifi", getString(R.string.category_wifi));
|
||||
|
|
|
@ -97,7 +97,7 @@ public class ManageRouteAdapter extends RecyclerView.Adapter<ManageRouteAdapter.
|
|||
if (mRoutePoints.get(position).mIsMyPosition)
|
||||
{
|
||||
// My position point.
|
||||
title = mContext.getString(R.string.core_my_position);
|
||||
title = mContext.getString(R.string.core_my_location);
|
||||
|
||||
if (mRoutePoints.get(position).mPointType != RoutePointInfo.ROUTE_MARK_START)
|
||||
subtitle = mRoutePoints.get(position).mTitle;
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
style="@style/MwmWidget.TextView.Search"
|
||||
android:text="@string/p2p_your_location"
|
||||
android:text="@string/core_my_location"
|
||||
app:drawableStartCompat="@drawable/ic_search_my_position"/>
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/my_position"
|
||||
style="@style/MwmWidget.MapButton"
|
||||
android:contentDescription="@string/core_my_position" />
|
||||
android:contentDescription="@string/core_my_location"/>
|
|
@ -19,8 +19,8 @@
|
|||
<string name="gb">GB</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Myle</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">My posisie</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">My posisie</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Later</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -400,7 +400,6 @@
|
|||
<string name="search_history_title">Soekgeskiedenis</string>
|
||||
<string name="search_history_text">Bekyk al u onlangse soektogte.</string>
|
||||
<string name="clear_search">Wis soekgeskiedenis</string>
|
||||
<string name="p2p_your_location">U ligging</string>
|
||||
<string name="p2p_start">Begin</string>
|
||||
<string name="p2p_from_here">Roete vanaf</string>
|
||||
<string name="p2p_to_here">Roete na</string>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
<string name="gb">غيغابايت</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">الأميال</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">موقعي</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">موقعي</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">ًلاحقا</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -428,7 +428,6 @@
|
|||
<string name="clear_search">مسح سجل البحث</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">ويكيبيديا</string>
|
||||
<string name="p2p_your_location">موقعك</string>
|
||||
<string name="p2p_start">ابدأ</string>
|
||||
<string name="p2p_from_here">الطريق من هنا</string>
|
||||
<string name="p2p_to_here">الطريق إلى</string>
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
<string name="elevation_profile_difficulty">Dificultá</string>
|
||||
<string name="delete">Desaniciar</string>
|
||||
<string name="kilometres">Quilómetros</string>
|
||||
<string name="core_my_position">La mio posición</string>
|
||||
<string name="core_my_location">La mio posición</string>
|
||||
<string name="search">Guetar</string>
|
||||
<string name="search_map">Guetar nel mapa</string>
|
||||
<string name="zoom_to_country">Amosar nel mapa</string>
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
<string name="mb">MB</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Mil</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Ünvanım</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Ünvanım</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Daha sonra</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -414,7 +414,6 @@
|
|||
<string name="clear_search">Axtarış Tarixçəsini silin</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">Vikipediya</string>
|
||||
<string name="p2p_your_location">Məkanınız</string>
|
||||
<string name="p2p_start">Başla</string>
|
||||
<string name="p2p_from_here">Başlanğıc</string>
|
||||
<string name="p2p_to_here">Son dayanacaq</string>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
<string name="gb">ГБ</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Мілі</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Маё месцазнаходжанне</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Маё месцазнаходжанне</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Потым</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -410,7 +410,6 @@
|
|||
<string name="clear_search">Ачысціць гісторыю пошуку</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">Вікіпедыя</string>
|
||||
<string name="p2p_your_location">Ваша месцазнаходжанне</string>
|
||||
<string name="p2p_start">Пачаць</string>
|
||||
<string name="p2p_from_here">Адсюль</string>
|
||||
<string name="p2p_to_here">Дасюль</string>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
<string name="gb">ГБ</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Мили</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Мое местоположение</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Мое местоположение</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">По-късно</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -379,7 +379,6 @@
|
|||
<string name="search_history_title">История на търсенията</string>
|
||||
<string name="search_history_text">Преглед на последните търсения.</string>
|
||||
<string name="clear_search">Изчистване на историята на търсенията</string>
|
||||
<string name="p2p_your_location">Вашето местоположение</string>
|
||||
<string name="p2p_start">Начало</string>
|
||||
<string name="p2p_from_here">Маршрут от</string>
|
||||
<string name="p2p_to_here">Маршрут към</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">Quilòmetres</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Milles</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">La meva posició</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">La meva posició</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Més tard</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -411,7 +411,6 @@
|
|||
<string name="clear_search">Neteja l’historial de cerques</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">Viquipèdia</string>
|
||||
<string name="p2p_your_location">La vostra ubicació</string>
|
||||
<string name="p2p_start">Inicia</string>
|
||||
<string name="p2p_from_here">De</string>
|
||||
<string name="p2p_to_here">A</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">Kilometry</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Míle</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Moje poloha</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Moje poloha</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Později</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -389,7 +389,6 @@
|
|||
<string name="search_history_title">Historie vyhledávání</string>
|
||||
<string name="search_history_text">Získejte rychlý přístup k hledaným výrazům.</string>
|
||||
<string name="clear_search">Vymazat historii vyhledávání</string>
|
||||
<string name="p2p_your_location">Vaše umístění</string>
|
||||
<string name="p2p_start">Start</string>
|
||||
<string name="p2p_from_here">Trasa z</string>
|
||||
<string name="p2p_to_here">Trasa do</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">Kilometer</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Miles</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Min position</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Min position</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Senere</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -381,7 +381,6 @@
|
|||
<string name="search_history_title">Søgehistorik</string>
|
||||
<string name="search_history_text">Se dine seneste søgninger.</string>
|
||||
<string name="clear_search">Ryd søgehistorik</string>
|
||||
<string name="p2p_your_location">Din placering</string>
|
||||
<string name="p2p_start">Start</string>
|
||||
<string name="p2p_from_here">Rute fra</string>
|
||||
<string name="p2p_to_here">Rute til</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">Kilometer</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Meilen</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Mein Standort</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Mein Standort</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Später</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -407,7 +407,6 @@
|
|||
<string name="search_history_title">Suchverlauf</string>
|
||||
<string name="search_history_text">Hier werden Ihre letzten Suchanfragen angezeigt.</string>
|
||||
<string name="clear_search">Suchverlauf löschen</string>
|
||||
<string name="p2p_your_location">Ihr Standort</string>
|
||||
<string name="p2p_start">Start</string>
|
||||
<string name="p2p_from_here">Von</string>
|
||||
<string name="p2p_to_here">Nach</string>
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
<string name="gb">GB</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Μίλια</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Η θέση μου</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Η θέση μου</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Αργότερα</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -412,7 +412,6 @@
|
|||
<string name="clear_search">Εκκαθάριση ιστορικού αναζητήσεων</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">Βικιπέδια</string>
|
||||
<string name="p2p_your_location">Η τοποθεσία σας</string>
|
||||
<string name="p2p_start">Έναρξη</string>
|
||||
<string name="p2p_from_here">Διαδρομή από</string>
|
||||
<string name="p2p_to_here">Διαδρομή προς</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">Kilómetros</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Millas</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Mi posición</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Mi posición</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Luego</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -405,7 +405,6 @@
|
|||
<string name="clear_search">Vaciar historial de búsquedas</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">Wikipedia</string>
|
||||
<string name="p2p_your_location">Su ubicación</string>
|
||||
<string name="p2p_start">Empezar</string>
|
||||
<string name="p2p_from_here">Ruta desde</string>
|
||||
<string name="p2p_to_here">Ruta hacia</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">Kilomeetrid</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Miilid</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Minu asukoht</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Minu asukoht</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Hiljem</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -395,7 +395,6 @@
|
|||
<string name="clear_search">Kustuta otsinguajalugu</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">Vikipeedia</string>
|
||||
<string name="p2p_your_location">Sinu asukoht</string>
|
||||
<string name="p2p_start">Alusta</string>
|
||||
<string name="p2p_from_here">Teekond lähtekohast</string>
|
||||
<string name="p2p_to_here">Teekond sihtkohta</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">Kilometro</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Miliak</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Nire kokapena</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Nire kokapena</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Geroago</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -412,7 +412,6 @@
|
|||
<string name="search_history_title">Bilaketa historia</string>
|
||||
<string name="search_history_text">Ikusi azken bilaketak.</string>
|
||||
<string name="clear_search">Garbitu bilaketa historia</string>
|
||||
<string name="p2p_your_location">Zure kokapena</string>
|
||||
<string name="p2p_start">Hasi</string>
|
||||
<string name="p2p_from_here">Hemendik</string>
|
||||
<string name="p2p_to_here">Bidea hona</string>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
<string name="gb">گیگابایت</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">مایل</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">مکان من</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">مکان من</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">بعداً</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -381,7 +381,6 @@
|
|||
<string name="clear_search">پاک کردن سابقه جستجوها</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">ویکی پدیا</string>
|
||||
<string name="p2p_your_location">موقعیت شما</string>
|
||||
<string name="p2p_start">شروع</string>
|
||||
<string name="p2p_from_here">مسیر از</string>
|
||||
<string name="p2p_to_here">مسیر به</string>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
<string name="gb">Gt</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Mailit</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Sijaintini</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Sijaintini</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Myöhemmin</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -412,7 +412,6 @@
|
|||
<string name="clear_search">Poista hakuhistoria</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">Wikipedia</string>
|
||||
<string name="p2p_your_location">Sijaintisi</string>
|
||||
<string name="p2p_start">Aloita</string>
|
||||
<string name="p2p_from_here">Lähtöpaikka</string>
|
||||
<string name="p2p_to_here">Reitin loppupiste</string>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
<string name="gb">Go</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Miles</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Ma position</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Ma position</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Plus tard</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -418,7 +418,6 @@
|
|||
<string name="clear_search">Effacer l\'historique de recherche</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">Wikipédia</string>
|
||||
<string name="p2p_your_location">Votre emplacement</string>
|
||||
<string name="p2p_start">Démarrer</string>
|
||||
<string name="p2p_from_here">Depuis</string>
|
||||
<string name="p2p_to_here">Itinéraire vers</string>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
<string name="gb">गीगाबाइट</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">मील</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">मेरा स्थान</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">मेरा स्थान</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">बाद में</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">Kilométer</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Mérföld</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Saját helyzet</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Saját helyzet</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Később</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -404,7 +404,6 @@
|
|||
<string name="search_history_title">Keresési előzmények</string>
|
||||
<string name="search_history_text">Legutóbbi keresések gyors elérése.</string>
|
||||
<string name="clear_search">A keresési előzmények törlése</string>
|
||||
<string name="p2p_your_location">Az Ön helyzete</string>
|
||||
<string name="p2p_start">Indítás</string>
|
||||
<string name="p2p_from_here">Kiindulópont</string>
|
||||
<string name="p2p_to_here">Célpont</string>
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
<string name="mb">MB</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Mil</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Posisi Saya</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Posisi Saya</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Nanti</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -391,7 +391,6 @@
|
|||
<string name="search_history_title">Riwayat Pencarian</string>
|
||||
<string name="search_history_text">Akses kueri pencarian terbaru dengan cepat.</string>
|
||||
<string name="clear_search">Bersihkan riwayat pencarian</string>
|
||||
<string name="p2p_your_location">Lokasi Anda</string>
|
||||
<string name="p2p_start">Mulai</string>
|
||||
<string name="p2p_from_here">Dari</string>
|
||||
<string name="p2p_to_here">Rute ke</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">Chilometri</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Miglia</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">La mia posizione</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">La mia posizione</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Più tardi</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -401,7 +401,6 @@
|
|||
<string name="clear_search">Cancella сronologia ricerche</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">Wikipedia</string>
|
||||
<string name="p2p_your_location">La tua posizione</string>
|
||||
<string name="p2p_start">Inizia</string>
|
||||
<string name="p2p_from_here">Parti da</string>
|
||||
<string name="p2p_to_here">Vai a</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">ק\"מ</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">מייל</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">המיקום שלי</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">המיקום שלי</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">מאוחר יותר</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -409,7 +409,6 @@
|
|||
<string name="clear_search">נקה היסטוריית חיפוש</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">ויקיפדיה</string>
|
||||
<string name="p2p_your_location">המיקום שלך</string>
|
||||
<string name="p2p_start">צא לדרך</string>
|
||||
<string name="p2p_from_here">מסלול מכאן</string>
|
||||
<string name="p2p_to_here">מסלול לכאן</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">キロメートル</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">マイル</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">現在地</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">現在地</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">後で</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -418,7 +418,6 @@
|
|||
<string name="read_in_wikipedia">ウィキペディア</string>
|
||||
<!-- Place Page link to Wikimedia Commons. -->
|
||||
<string name="wikimedia_commons">ウィキメディア・コモンズ</string>
|
||||
<string name="p2p_your_location">現在位置</string>
|
||||
<string name="p2p_start">開始</string>
|
||||
<string name="p2p_from_here">出発地</string>
|
||||
<string name="p2p_to_here">目的地</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">킬로미터</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">마일</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">나의 위치</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">나의 위치</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">나중에</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -385,7 +385,6 @@
|
|||
<string name="search_history_title">검색 기록</string>
|
||||
<string name="search_history_text">최근 검색 쿼리에 신속하게 액세스할 수 있습니다.</string>
|
||||
<string name="clear_search">이력 검색 지우기</string>
|
||||
<string name="p2p_your_location">위치</string>
|
||||
<string name="p2p_start">시작</string>
|
||||
<string name="p2p_from_here">출발지</string>
|
||||
<string name="p2p_to_here">목적지</string>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
<string name="gb">GB</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Mylios</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Mano vieta</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Mano vieta</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Vėliau</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -402,7 +402,6 @@
|
|||
<string name="read_in_wikipedia">Vikipedija</string>
|
||||
<!-- Place Page link to Wikimedia Commons. -->
|
||||
<string name="wikimedia_commons">Vikiteka</string>
|
||||
<string name="p2p_your_location">Jūsų vieta</string>
|
||||
<string name="p2p_start">Pradėti</string>
|
||||
<string name="p2p_from_here">Maršrutas iš</string>
|
||||
<string name="p2p_to_here">Maršrutas į</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">Kilometri</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Jūdzes</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Mana vieta</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Mana vieta</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Vēlāk</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -410,7 +410,6 @@
|
|||
<string name="clear_search">Notīrīt vēsturi</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">Vikipēdija</string>
|
||||
<string name="p2p_your_location">Jūsu atrašanās vieta</string>
|
||||
<string name="p2p_start">Sākt</string>
|
||||
<string name="p2p_from_here">Maršruts no</string>
|
||||
<string name="p2p_to_here">Kurp</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">किलोमीटर</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">मैल</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">माझे स्थान</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">माझे स्थान</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">नंतर</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -385,7 +385,6 @@
|
|||
<string name="clear_search">शोध इतिहास पुसून टाका</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">विकिपीडिया</string>
|
||||
<string name="p2p_your_location">तुमचे स्थान</string>
|
||||
<string name="p2p_start">सुरू करा</string>
|
||||
<string name="p2p_from_here">पासून मार्ग</string>
|
||||
<string name="p2p_to_here">पर्यंतचा मार्ग</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">Kilometri</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Mili</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Il-Pożizzjoni Kurrenti</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Il-Pożizzjoni Kurrenti</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Aktar tard</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
<string name="mb">MB</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Miles</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Min posisjon</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Min posisjon</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Senere</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -411,7 +411,6 @@
|
|||
<string name="search_history_title">Søkehistorikk</string>
|
||||
<string name="search_history_text">Vis de siste søkene raskt.</string>
|
||||
<string name="clear_search">Tøm søkehistorikk</string>
|
||||
<string name="p2p_your_location">Din beliggenhet</string>
|
||||
<string name="p2p_start">Start</string>
|
||||
<string name="p2p_from_here">Fra</string>
|
||||
<string name="p2p_to_here">Rute til</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">Kilometers</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Mijlen</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Mijn locatie</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Mijn locatie</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Later</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -411,7 +411,6 @@
|
|||
<string name="search_history_title">Zoekgeschiedenis</string>
|
||||
<string name="search_history_text">Snel toegang tot recente zoekopdrachten.</string>
|
||||
<string name="clear_search">Wis zoekgeschiedenis</string>
|
||||
<string name="p2p_your_location">Uw locatie</string>
|
||||
<string name="p2p_start">Start</string>
|
||||
<string name="p2p_from_here">Van</string>
|
||||
<string name="p2p_to_here">Route naar</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">Kilometry</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Mile</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Moje położenie</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Moje położenie</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Później</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -415,7 +415,6 @@
|
|||
<string name="clear_search">Wyczyść historię wyszukiwania</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">Wikipedia</string>
|
||||
<string name="p2p_your_location">Twoja lokalizacja</string>
|
||||
<string name="p2p_start">Start</string>
|
||||
<string name="p2p_from_here">Trasa od</string>
|
||||
<string name="p2p_to_here">Trasa do</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">Quilômetros</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Milhas</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Minha posição</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Minha posição</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Mais tarde</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -381,7 +381,6 @@
|
|||
<string name="clear_search">Limpar histórico de pesquisa</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">Wikipédia</string>
|
||||
<string name="p2p_your_location">Localização atual</string>
|
||||
<string name="p2p_start">Iniciar</string>
|
||||
<string name="p2p_from_here">De</string>
|
||||
<string name="p2p_to_here">Para</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">Quilómetros</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Milhas</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">A minha posição</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">A minha posição</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Mais tarde</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -401,7 +401,6 @@
|
|||
<string name="clear_search">Limpar histórico de pesquisas</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">Wikipédia</string>
|
||||
<string name="p2p_your_location">Localização atual</string>
|
||||
<string name="p2p_start">Iniciar</string>
|
||||
<string name="p2p_from_here">De</string>
|
||||
<string name="p2p_to_here">Itinerário para</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">Kilometri</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Mile</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Poziția mea</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Poziția mea</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Mai târziu</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -399,7 +399,6 @@
|
|||
<string name="clear_search">Șterge istoricul căutărilor</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">Wikipedia</string>
|
||||
<string name="p2p_your_location">Poziția ta</string>
|
||||
<string name="p2p_start">Pornește</string>
|
||||
<string name="p2p_from_here">De la</string>
|
||||
<string name="p2p_to_here">La</string>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
<string name="gb">ГБ</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Мили</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Мое местоположение</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Мое местоположение</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Не сейчас</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -414,7 +414,6 @@
|
|||
<string name="clear_search">Очистить историю поиска</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">Википедия</string>
|
||||
<string name="p2p_your_location">Ваше местоположение</string>
|
||||
<string name="p2p_start">Начать</string>
|
||||
<string name="p2p_from_here">Отсюда</string>
|
||||
<string name="p2p_to_here">Сюда</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">Kilometre</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Míle</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Moja poloha</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Moja poloha</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Neskôr</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -413,7 +413,6 @@
|
|||
<string name="clear_search">Vymazať históriu vyhľadávania</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">Wikipédia</string>
|
||||
<string name="p2p_your_location">Vaša poloha</string>
|
||||
<string name="p2p_start">Štart</string>
|
||||
<string name="p2p_from_here">Cesta z</string>
|
||||
<string name="p2p_to_here">Cesta do</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">Колиметри</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Миље</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Моја позиција</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Моја позиција</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Касније</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -404,7 +404,6 @@
|
|||
<string name="read_in_wikipedia">Википедија</string>
|
||||
<!-- Place Page link to Wikimedia Commons. -->
|
||||
<string name="wikimedia_commons">Викимедијина остава</string>
|
||||
<string name="p2p_your_location">Ваша локација</string>
|
||||
<string name="p2p_start">Крени</string>
|
||||
<string name="p2p_from_here">Рута од</string>
|
||||
<string name="p2p_to_here">Рута до</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">Kilometer</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Mile</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Min position</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Min position</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Senare</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -388,7 +388,6 @@
|
|||
<string name="search_history_title">Sökhistorik</string>
|
||||
<string name="search_history_text">Se senaste sökningar.</string>
|
||||
<string name="clear_search">Rensa sökhistorik</string>
|
||||
<string name="p2p_your_location">Din plats</string>
|
||||
<string name="p2p_start">Start</string>
|
||||
<string name="p2p_from_here">Rutt från</string>
|
||||
<string name="p2p_to_here">Rutt till</string>
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
<string name="mb">MB</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">ไมล์</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">ตำแหน่งของฉัน</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">ตำแหน่งของฉัน</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">ภายหลัง</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -392,7 +392,6 @@
|
|||
<string name="search_history_title">ประวัติการค้นหา</string>
|
||||
<string name="search_history_text">เข้าถึงคำถามที่ใช้ในการค้นหาเมื่อเร็ว ๆ นี้ได้อย่างรวดเร็ว</string>
|
||||
<string name="clear_search">ล้างการค้นหาประวัติ</string>
|
||||
<string name="p2p_your_location">ตำแหน่งที่ตั้งของคุณ</string>
|
||||
<string name="p2p_start">เริ่มต้น</string>
|
||||
<string name="p2p_from_here">จาก</string>
|
||||
<string name="p2p_to_here">เส้นทางถึง</string>
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
<string name="mb">MB</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Mil</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Konumum</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Konumum</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Daha sonra</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -415,7 +415,6 @@
|
|||
<string name="clear_search">Arama Geçmişini Temizle</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">Vikipedi</string>
|
||||
<string name="p2p_your_location">Konumunuz</string>
|
||||
<string name="p2p_start">Başla</string>
|
||||
<string name="p2p_from_here">Başlangıç</string>
|
||||
<string name="p2p_to_here">Varış yeri</string>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
<string name="gb">ГБ</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Милі</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Моє місцезнаходження</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Моє місцезнаходження</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Не зараз</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -413,7 +413,6 @@
|
|||
<string name="clear_search">Очистити історію пошуку</string>
|
||||
<!-- Place Page link to Wikipedia article (if map object has it). -->
|
||||
<string name="read_in_wikipedia">Вікіпедія</string>
|
||||
<string name="p2p_your_location">Ваше місцезнаходження</string>
|
||||
<string name="p2p_start">Почати рух</string>
|
||||
<string name="p2p_from_here">Звідси</string>
|
||||
<string name="p2p_to_here">Сюди</string>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<string name="kilometres">Kilômét</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Dặm</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Vị trí của Tôi</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">Vị trí của Tôi</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Để sau</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -390,7 +390,6 @@
|
|||
<string name="search_history_title">Lịch sử tìm kiếm</string>
|
||||
<string name="search_history_text">Truy cập nhanh chóng đến câu hỏi tìm kiếm gần đây.</string>
|
||||
<string name="clear_search">Xóa Lịch sử Tìm kiếm</string>
|
||||
<string name="p2p_your_location">Vị trí của bạn</string>
|
||||
<string name="p2p_start">Bắt đầu</string>
|
||||
<string name="p2p_from_here">Từ</string>
|
||||
<string name="p2p_to_here">Tuyến đến</string>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
<string name="gb">GB</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">英哩</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">我的位置</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">我的位置</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">以後再說</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -424,7 +424,6 @@
|
|||
<string name="read_in_wikipedia">維基百科</string>
|
||||
<!-- Place Page link to Wikimedia Commons. -->
|
||||
<string name="wikimedia_commons">維基共享資源</string>
|
||||
<string name="p2p_your_location">您的位置</string>
|
||||
<string name="p2p_start">開始</string>
|
||||
<string name="p2p_from_here">從這裡出發</string>
|
||||
<string name="p2p_to_here">到這裡去</string>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
<string name="gb">GB</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">英里</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">我的位置</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">我的位置</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">以后再说</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -424,7 +424,6 @@
|
|||
<string name="read_in_wikipedia">维基百科</string>
|
||||
<!-- Place Page link to Wikimedia Commons. -->
|
||||
<string name="wikimedia_commons">维基共享资源</string>
|
||||
<string name="p2p_your_location">您的位置</string>
|
||||
<string name="p2p_start">开始</string>
|
||||
<string name="p2p_from_here">从这出发</string>
|
||||
<string name="p2p_to_here">到这去</string>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
<string name="gb">GB</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Miles</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">My Position</string>
|
||||
<!-- A text for current gps location point/arrow -->
|
||||
<string name="core_my_location">My location</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Later</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
|
@ -440,7 +440,6 @@
|
|||
<string name="read_in_wikipedia">Wikipedia</string>
|
||||
<!-- Place Page link to Wikimedia Commons. -->
|
||||
<string name="wikimedia_commons">Wikimedia Commons</string>
|
||||
<string name="p2p_your_location">Your Location</string>
|
||||
<string name="p2p_start">Start</string>
|
||||
<string name="p2p_from_here">Route from</string>
|
||||
<string name="p2p_to_here">Route to</string>
|
||||
|
|
|
@ -52,7 +52,7 @@ void InitLocalizedStrings() {
|
|||
f.AddString("core_entrance", L(@"core_entrance").UTF8String);
|
||||
f.AddString("core_exit", L(@"core_exit").UTF8String);
|
||||
f.AddString("core_my_places", L(@"core_my_places").UTF8String);
|
||||
f.AddString("core_my_position", L(@"core_my_position").UTF8String);
|
||||
f.AddString("core_my_location", L(@"core_my_location").UTF8String);
|
||||
f.AddString("core_placepage_unknown_place", L(@"core_placepage_unknown_place").UTF8String);
|
||||
f.AddString("postal_code", L(@"postal_code").UTF8String);
|
||||
}
|
||||
|
|
|
@ -58,7 +58,7 @@ NSString * httpGe0Url(NSString * shortUrl)
|
|||
auto const title = ^NSString *(PlacePageData *data)
|
||||
{
|
||||
if (!data || data.isMyPosition)
|
||||
return L(@"core_my_position");
|
||||
return L(@"core_my_location");
|
||||
else if (data.previewData.title.length > 0)
|
||||
return data.previewData.title;
|
||||
else if (data.previewData.subtitle.length)
|
||||
|
@ -107,7 +107,7 @@ NSString * httpGe0Url(NSString * shortUrl)
|
|||
{
|
||||
LPLinkMetadata * metadata = [[LPLinkMetadata alloc] init];
|
||||
metadata.originalURL = [NSURL URLWithString:[self url:NO]];
|
||||
metadata.title = self.isMyPosition ? L(@"core_my_position") : self.data.previewData.title;
|
||||
metadata.title = self.isMyPosition ? L(@"core_my_location") : self.data.previewData.title;
|
||||
metadata.iconProvider = [[NSItemProvider alloc] initWithObject:[UIImage imageNamed:@"imgLogo"]];
|
||||
return metadata;
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
if (self)
|
||||
{
|
||||
_point = lastLocation.mercator;
|
||||
_title = L(@"p2p_your_location");
|
||||
_title = L(@"core_my_location");
|
||||
_subtitle = @"";
|
||||
_isMyPosition = YES;
|
||||
_type = type;
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Myle";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "My posisie";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "My posisie";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Later";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "U ligging";
|
||||
"p2p_start" = "Begin";
|
||||
"p2p_from_here" = "Roete vanaf";
|
||||
"p2p_to_here" = "Roete na";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "الأميال";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "موقعي";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "موقعي";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "ًلاحقا";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "موقعك";
|
||||
"p2p_start" = "ابدأ";
|
||||
"p2p_from_here" = "الطريق من هنا";
|
||||
"p2p_to_here" = "الطريق إلى";
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"no" = "Non";
|
||||
"open_in_app" = "Abrir n’otra aplicación";
|
||||
"parkings" = "Aparcaderu";
|
||||
"core_my_position" = "La mio posición";
|
||||
"core_my_location" = "La mio posición";
|
||||
"later" = "Más sero";
|
||||
"thank_you" = "Gracies";
|
||||
"museums" = "Museos";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Mil";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Ünvanım";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Ünvanım";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Daha sonra";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Məkanınız";
|
||||
"p2p_start" = "Başla";
|
||||
"p2p_from_here" = "Başlanğıc";
|
||||
"p2p_to_here" = "Son dayanacaq";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Мілі";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Маё месцазнаходжанне";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Маё месцазнаходжанне";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Потым";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Ваша месцазнаходжанне";
|
||||
"p2p_start" = "Пачаць";
|
||||
"p2p_from_here" = "Адсюль";
|
||||
"p2p_to_here" = "Дасюль";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Мили";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Мое местоположение";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Мое местоположение";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "По-късно";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Вашето местоположение";
|
||||
"p2p_start" = "Начало";
|
||||
"p2p_from_here" = "Маршрут от";
|
||||
"p2p_to_here" = "Маршрут към";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Milles";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "La meva posició";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "La meva posició";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Més tard";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "La vostra ubicació";
|
||||
"p2p_start" = "Inicia";
|
||||
"p2p_from_here" = "De";
|
||||
"p2p_to_here" = "A";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Míle";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Moje poloha";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Moje poloha";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Později";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Vaše umístění";
|
||||
"p2p_start" = "Start";
|
||||
"p2p_from_here" = "Trasa z";
|
||||
"p2p_to_here" = "Trasa do";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Miles";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Min position";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Min position";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Senere";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Din placering";
|
||||
"p2p_start" = "Start";
|
||||
"p2p_from_here" = "Rute fra";
|
||||
"p2p_to_here" = "Rute til";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Meilen";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Mein Standort";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Mein Standort";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Später";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Ihr Standort";
|
||||
"p2p_start" = "Start";
|
||||
"p2p_from_here" = "Von";
|
||||
"p2p_to_here" = "Nach";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Μίλια";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Η θέση μου";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Η θέση μου";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Αργότερα";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Η τοποθεσία σας";
|
||||
"p2p_start" = "Έναρξη";
|
||||
"p2p_from_here" = "Διαδρομή από";
|
||||
"p2p_to_here" = "Διαδρομή προς";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Miles";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "My Position";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "My Position";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Later";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Your Location";
|
||||
"p2p_start" = "Start";
|
||||
"p2p_from_here" = "Route from";
|
||||
"p2p_to_here" = "Route to";
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Miles";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "My Position";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "My location";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Later";
|
||||
|
@ -488,7 +488,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Your Location";
|
||||
"p2p_start" = "Start";
|
||||
"p2p_from_here" = "Route from";
|
||||
"p2p_to_here" = "Route to";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Millas";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Mi posición";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Mi posición";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Luego";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Su ubicación";
|
||||
"p2p_start" = "Empezar";
|
||||
"p2p_from_here" = "Ruta desde";
|
||||
"p2p_to_here" = "Ruta hacia";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Millas";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Mi posición";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Mi posición";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Luego";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Su ubicación";
|
||||
"p2p_start" = "Empezar";
|
||||
"p2p_from_here" = "Ruta desde";
|
||||
"p2p_to_here" = "Ruta hacia";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Miilid";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Minu asukoht";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Minu asukoht";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Hiljem";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Sinu asukoht";
|
||||
"p2p_start" = "Alusta";
|
||||
"p2p_from_here" = "Teekond lähtekohast";
|
||||
"p2p_to_here" = "Teekond sihtkohta";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Miliak";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Nire kokapena";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Nire kokapena";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Geroago";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Zure kokapena";
|
||||
"p2p_start" = "Hasi";
|
||||
"p2p_from_here" = "Hemendik";
|
||||
"p2p_to_here" = "Bidea hona";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "مایل";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "مکان من";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "مکان من";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "بعداً";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "موقعیت شما";
|
||||
"p2p_start" = "شروع";
|
||||
"p2p_from_here" = "مسیر از";
|
||||
"p2p_to_here" = "مسیر به";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Mailit";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Sijaintini";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Sijaintini";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Myöhemmin";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Sijaintisi";
|
||||
"p2p_start" = "Aloita";
|
||||
"p2p_from_here" = "Lähtöpaikka";
|
||||
"p2p_to_here" = "Reitin loppupiste";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Miles";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Ma position";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Ma position";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Plus tard";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Votre emplacement";
|
||||
"p2p_start" = "Démarrer";
|
||||
"p2p_from_here" = "Depuis";
|
||||
"p2p_to_here" = "Itinéraire vers";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "מייל";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "המיקום שלי";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "המיקום שלי";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "מאוחר יותר";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "המיקום שלך";
|
||||
"p2p_start" = "צא לדרך";
|
||||
"p2p_from_here" = "מסלול מכאן";
|
||||
"p2p_to_here" = "מסלול לכאן";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "मील";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "मेरा स्थान";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "मेरा स्थान";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "बाद में";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Your Location";
|
||||
"p2p_start" = "जाएँ";
|
||||
"p2p_from_here" = "यहाँ से";
|
||||
"p2p_to_here" = "यहाँ तक";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Mérföld";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Saját helyzet";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Saját helyzet";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Később";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Az Ön helyzete";
|
||||
"p2p_start" = "Indítás";
|
||||
"p2p_from_here" = "Kiindulópont";
|
||||
"p2p_to_here" = "Célpont";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Mil";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Posisi Saya";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Posisi Saya";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Nanti";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Lokasi Anda";
|
||||
"p2p_start" = "Mulai";
|
||||
"p2p_from_here" = "Dari";
|
||||
"p2p_to_here" = "Rute ke";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Miglia";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "La mia posizione";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "La mia posizione";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Più tardi";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "La tua posizione";
|
||||
"p2p_start" = "Inizia";
|
||||
"p2p_from_here" = "Parti da";
|
||||
"p2p_to_here" = "Vai a";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "マイル";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "現在地";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "現在地";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "後で";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "ウィキメディア・コモンズ";
|
||||
"p2p_your_location" = "現在位置";
|
||||
"p2p_start" = "開始";
|
||||
"p2p_from_here" = "出発地";
|
||||
"p2p_to_here" = "目的地";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "마일";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "나의 위치";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "나의 위치";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "나중에";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "위치";
|
||||
"p2p_start" = "시작";
|
||||
"p2p_from_here" = "출발지";
|
||||
"p2p_to_here" = "목적지";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Mylios";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Mano vieta";
|
||||
* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Mano vieta";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Vėliau";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Vikiteka";
|
||||
"p2p_your_location" = "Jūsų vieta";
|
||||
"p2p_start" = "Pradėti";
|
||||
"p2p_from_here" = "Maršrutas iš";
|
||||
"p2p_to_here" = "Maršrutas į";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Jūdzes";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Mana vieta";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Mana vieta";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Vēlāk";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Vikikrātuve";
|
||||
"p2p_your_location" = "Jūsu atrašanās vieta";
|
||||
"p2p_start" = "Sākt";
|
||||
"p2p_from_here" = "Maršruts no";
|
||||
"p2p_to_here" = "Kurp";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "मैल";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "माझे स्थान";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "माझे स्थान";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "नंतर";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "तुमचे स्थान";
|
||||
"p2p_start" = "सुरू करा";
|
||||
"p2p_from_here" = "पासून मार्ग";
|
||||
"p2p_to_here" = "पर्यंतचा मार्ग";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Mili";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Il-Pożizzjoni Kurrenti";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Il-Pożizzjoni Kurrenti";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Aktar tard";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Your Location";
|
||||
"p2p_start" = "Start";
|
||||
"p2p_from_here" = "Route from";
|
||||
"p2p_to_here" = "Route to";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Miles";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Min posisjon";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Min posisjon";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Senere";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Din beliggenhet";
|
||||
"p2p_start" = "Start";
|
||||
"p2p_from_here" = "Fra";
|
||||
"p2p_to_here" = "Rute til";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Mijlen";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Mijn locatie";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Mijn locatie";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Later";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Uw locatie";
|
||||
"p2p_start" = "Start";
|
||||
"p2p_from_here" = "Van";
|
||||
"p2p_to_here" = "Route naar";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Mile";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Moje położenie";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Moje położenie";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Później";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Twoja lokalizacja";
|
||||
"p2p_start" = "Start";
|
||||
"p2p_from_here" = "Trasa od";
|
||||
"p2p_to_here" = "Trasa do";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Milhas";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Minha posição";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Minha posição";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Mais tarde";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Localização atual";
|
||||
"p2p_start" = "Iniciar";
|
||||
"p2p_from_here" = "De";
|
||||
"p2p_to_here" = "Para";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Milhas";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "A minha posição";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "A minha posição";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Mais tarde";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Localização atual";
|
||||
"p2p_start" = "Iniciar";
|
||||
"p2p_from_here" = "De";
|
||||
"p2p_to_here" = "Itinerário para";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Mile";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Poziția mea";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Poziția mea";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Mai târziu";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Poziția ta";
|
||||
"p2p_start" = "Pornește";
|
||||
"p2p_from_here" = "De la";
|
||||
"p2p_to_here" = "La";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Мили";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Мое местоположение";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Мое местоположение";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Не сейчас";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Ваше местоположение";
|
||||
"p2p_start" = "Начать";
|
||||
"p2p_from_here" = "Отсюда";
|
||||
"p2p_to_here" = "Сюда";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Míle";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Moja poloha";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Moja poloha";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Neskôr";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Vaša poloha";
|
||||
"p2p_start" = "Štart";
|
||||
"p2p_from_here" = "Cesta z";
|
||||
"p2p_to_here" = "Cesta do";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Миље";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Моја позиција";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Моја позиција";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Касније";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Викимедијина остава";
|
||||
"p2p_your_location" = "Ваша локација";
|
||||
"p2p_start" = "Крени";
|
||||
"p2p_from_here" = "Рута од";
|
||||
"p2p_to_here" = "Рута до";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Mile";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Min position";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Min position";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Senare";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Din plats";
|
||||
"p2p_start" = "Start";
|
||||
"p2p_from_here" = "Rutt från";
|
||||
"p2p_to_here" = "Rutt till";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Miles";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "My Position";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "My Position";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Later";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Your Location";
|
||||
"p2p_start" = "Start";
|
||||
"p2p_from_here" = "Route from";
|
||||
"p2p_to_here" = "Route to";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "ไมล์";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "ตำแหน่งของฉัน";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "ตำแหน่งของฉัน";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "ภายหลัง";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "ตำแหน่งที่ตั้งของคุณ";
|
||||
"p2p_start" = "เริ่มต้น";
|
||||
"p2p_from_here" = "จาก";
|
||||
"p2p_to_here" = "เส้นทางถึง";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Mil";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Konumum";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Konumum";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Daha sonra";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Konumunuz";
|
||||
"p2p_start" = "Başla";
|
||||
"p2p_from_here" = "Başlangıç";
|
||||
"p2p_to_here" = "Varış yeri";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Милі";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Моє місцезнаходження";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Моє місцезнаходження";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Не зараз";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Ваше місцезнаходження";
|
||||
"p2p_start" = "Почати рух";
|
||||
"p2p_from_here" = "Звідси";
|
||||
"p2p_to_here" = "Сюди";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "Dặm";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "Vị trí của Tôi";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "Vị trí của Tôi";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "Để sau";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "Wikimedia Commons";
|
||||
"p2p_your_location" = "Vị trí của bạn";
|
||||
"p2p_start" = "Bắt đầu";
|
||||
"p2p_from_here" = "Từ";
|
||||
"p2p_to_here" = "Tuyến đến";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "英里";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "我的位置";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "我的位置";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "以后再说";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "维基共享资源";
|
||||
"p2p_your_location" = "您的位置";
|
||||
"p2p_start" = "开始";
|
||||
"p2p_from_here" = "从这出发";
|
||||
"p2p_to_here" = "到这去";
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/* Choose measurement on first launch alert - choose imperial system button */
|
||||
"miles" = "英哩";
|
||||
|
||||
/* A text for current gps location point/arrow selected on the map */
|
||||
"core_my_position" = "我的位置";
|
||||
/* A text for current gps location point/arrow */
|
||||
"core_my_location" = "我的位置";
|
||||
|
||||
/* Update maps later button text */
|
||||
"later" = "以後再說";
|
||||
|
@ -468,7 +468,6 @@
|
|||
|
||||
/* Place Page link to Wikimedia Commons. */
|
||||
"wikimedia_commons" = "維基共享資源";
|
||||
"p2p_your_location" = "您的位置";
|
||||
"p2p_start" = "開始";
|
||||
"p2p_from_here" = "從這裡出發";
|
||||
"p2p_to_here" = "到這裡去";
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue