forked from organicmaps/organicmaps-tmp
[android] Add a help button to the main toolbar
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
531f35c7a6
commit
5aafe6604f
101 changed files with 984 additions and 1182 deletions
|
@ -275,6 +275,17 @@
|
|||
android:label="@string/settings"
|
||||
android:parentActivityName="com.mapswithme.maps.MwmActivity" />
|
||||
|
||||
<activity
|
||||
android:name="com.mapswithme.maps.help.HelpActivity"
|
||||
android:configChanges="orientation|screenLayout|screenSize"
|
||||
android:label="@string/help"
|
||||
android:parentActivityName="com.mapswithme.maps.MwmActivity">
|
||||
<intent-filter>
|
||||
<action android:name="com.mapswithme.maps.help.HelpActivity" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name="com.mapswithme.maps.bookmarks.BookmarkCategoriesActivity"
|
||||
android:configChanges="orientation|screenLayout|screenSize"
|
||||
|
|
|
@ -170,7 +170,7 @@ android {
|
|||
targetSdkVersion propTargetSdkVersion.toInteger()
|
||||
applicationId project.ext.appId
|
||||
buildConfigField 'String', 'SUPPORT_MAIL', '"android@organicmaps.app"'
|
||||
buildConfigField 'String', 'REVIEW_URL', '"market://details?id=app.organicmaps"'
|
||||
buildConfigField 'String', 'REVIEW_URL', '"https://organicmaps.app/donate/"'
|
||||
buildConfigField 'int', 'RATING_THRESHOLD', '5'
|
||||
|
||||
multiDexEnabled true
|
||||
|
@ -224,6 +224,7 @@ android {
|
|||
dimension "default"
|
||||
versionName = android.defaultConfig.versionName + '-Google'
|
||||
buildConfigField 'String', 'SUPPORT_MAIL', '"googleplay@organicmaps.app"'
|
||||
buildConfigField 'String', 'REVIEW_URL', '"market://details?id=app.organicmaps"'
|
||||
android.sourceSets.google.assets.srcDirs = ['flavors/world-enabled']
|
||||
}
|
||||
|
||||
|
@ -246,6 +247,7 @@ android {
|
|||
versionName = android.defaultConfig.versionName + '-Huawei'
|
||||
versionCode = HUAWEI_VERSION_CODE_BASE + android.defaultConfig.versionCode
|
||||
buildConfigField 'String', 'SUPPORT_MAIL', '"huawei@organicmaps.app"'
|
||||
buildConfigField 'String', 'REVIEW_URL', '"appmarket://details?id=app.organicmaps"'
|
||||
android.sourceSets.huawei.assets.srcDirs = ['flavors/world-enabled']
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 306 B |
Binary file not shown.
Before Width: | Height: | Size: 210 B |
Binary file not shown.
Before Width: | Height: | Size: 388 B |
Binary file not shown.
Before Width: | Height: | Size: 554 B |
Binary file not shown.
Before Width: | Height: | Size: 708 B |
15
android/res/drawable/ic_contribute.xml
Normal file
15
android/res/drawable/ic_contribute.xml
Normal file
|
@ -0,0 +1,15 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M1,11h4v11h-4z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M16,3.25C16.65,2.49 17.66,2 18.7,2C20.55,2 22,3.45 22,5.3c0,2.27 -2.91,4.9 -6,7.7c-3.09,-2.81 -6,-5.44 -6,-7.7C10,3.45 11.45,2 13.3,2C14.34,2 15.35,2.49 16,3.25z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M20,17h-7l-2.09,-0.73l0.33,-0.94L13,16h2.82c0.65,0 1.18,-0.53 1.18,-1.18v0c0,-0.49 -0.31,-0.93 -0.77,-1.11L8.97,11H7v9.02L14,22l8.01,-3v0C22,17.9 21.11,17 20,17z"
|
||||
android:fillColor="#000000"/>
|
||||
</vector>
|
|
@ -1,15 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="48dp"
|
||||
android:height="48dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group
|
||||
android:pivotX="12"
|
||||
android:pivotY="12"
|
||||
android:scaleX="0.65"
|
||||
android:scaleY="0.65">
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M12,5.99L19.53,19L4.47,19L12,5.99M12,2L1,21h22L12,2zM13,16h-2v2h2v-2zM13,10h-2v4h2v-4z" />
|
||||
</group>
|
||||
</vector>
|
10
android/res/drawable/ic_question_mark.xml
Executable file
10
android/res/drawable/ic_question_mark.xml
Executable file
|
@ -0,0 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M11.07,12.85c0.77,-1.39 2.25,-2.21 3.11,-3.44c0.91,-1.29 0.4,-3.7 -2.18,-3.7c-1.69,0 -2.52,1.28 -2.87,2.34L6.54,6.96C7.25,4.83 9.18,3 11.99,3c2.35,0 3.96,1.07 4.78,2.41c0.7,1.15 1.11,3.3 0.03,4.9c-1.2,1.77 -2.35,2.31 -2.97,3.45c-0.25,0.46 -0.35,0.76 -0.35,2.24h-2.89C10.58,15.22 10.46,13.95 11.07,12.85zM14,20c0,1.1 -0.9,2 -2,2s-2,-0.9 -2,-2c0,-1.1 0.9,-2 2,-2S14,18.9 14,20z"/>
|
||||
</vector>
|
10
android/res/drawable/ic_rate.xml
Normal file
10
android/res/drawable/ic_rate.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M14.43,10l-2.43,-8l-2.43,8l-7.57,0l6.18,4.41l-2.35,7.59l6.17,-4.69l6.18,4.69l-2.35,-7.59l6.17,-4.41z"/>
|
||||
</vector>
|
10
android/res/drawable/ic_report_a_bug.xml
Executable file
10
android/res/drawable/ic_report_a_bug.xml
Executable file
|
@ -0,0 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M20,8h-2.81c-0.45,-0.78 -1.07,-1.45 -1.82,-1.96L17,4.41 15.59,3l-2.17,2.17C12.96,5.06 12.49,5 12,5s-0.96,0.06 -1.41,0.17L8.41,3 7,4.41l1.62,1.63C7.88,6.55 7.26,7.22 6.81,8L4,8v2h2.09c-0.05,0.33 -0.09,0.66 -0.09,1v1L4,12v2h2v1c0,0.34 0.04,0.67 0.09,1L4,16v2h2.81c1.04,1.79 2.97,3 5.19,3s4.15,-1.21 5.19,-3L20,18v-2h-2.09c0.05,-0.33 0.09,-0.66 0.09,-1v-1h2v-2h-2v-1c0,-0.34 -0.04,-0.67 -0.09,-1L20,10L20,8zM14,16h-4v-2h4v2zM14,12h-4v-2h4v2z"/>
|
||||
</vector>
|
|
@ -11,40 +11,83 @@
|
|||
<LinearLayout android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
<ImageView android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/margin_base_plus"
|
||||
android:layout_marginBottom="@dimen/margin_base"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:src="@mipmap/ic_launcher"/>
|
||||
|
||||
<TextView android:id="@+id/version"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
android:textAppearance="@style/MwmTextAppearance.Body1"
|
||||
android:textIsSelectable="true"
|
||||
tools:text="Version: 5.0.0"/>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/margin_base"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/data_version"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
android:textAppearance="@style/MwmTextAppearance.Body4"
|
||||
android:textIsSelectable="true"
|
||||
tools:text="Data: 151215"/>
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginLeft="@dimen/margin_base_plus"
|
||||
android:src="@mipmap/ic_launcher" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:orientation="vertical">
|
||||
<TextView
|
||||
android:id="@+id/version"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
android:textAppearance="@style/MwmTextAppearance.Body2"
|
||||
android:textIsSelectable="true"
|
||||
tools:text="2021.10.15-15-Google" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/data_version"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
android:textAppearance="@style/MwmTextAppearance.Body2"
|
||||
android:textIsSelectable="true"
|
||||
tools:text="Data: 151215" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<TextView android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
android:layout_marginTop="@dimen/margin_base_plus"
|
||||
android:layout_marginBottom="@dimen/margin_base_plus"
|
||||
android:layout_marginTop="@dimen/margin_base"
|
||||
android:layout_marginBottom="@dimen/margin_base"
|
||||
android:layout_marginStart="@dimen/margin_base"
|
||||
android:layout_marginEnd="@dimen/margin_base"
|
||||
android:textAppearance="@style/MwmTextAppearance.Body2"
|
||||
android:textAppearance="@style/MwmTextAppearance.Body1"
|
||||
android:text="@string/about_description"/>
|
||||
|
||||
<TextView android:id="@+id/faq"
|
||||
style="@style/MwmWidget.TextView.Item"
|
||||
android:text="@string/faq"
|
||||
app:drawableStartCompat="@drawable/ic_question_mark"/>
|
||||
|
||||
<TextView android:id="@+id/report"
|
||||
style="@style/MwmWidget.TextView.Item"
|
||||
android:text="@string/report_a_bug"
|
||||
app:drawableStartCompat="@drawable/ic_report_a_bug"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/contribute"
|
||||
style="@style/MwmWidget.TextView.Item"
|
||||
android:text="@string/how_to_support_us"
|
||||
app:drawableStartCompat="@drawable/ic_contribute" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/rate"
|
||||
style="@style/MwmWidget.TextView.Item"
|
||||
android:text="@string/rate_the_app"
|
||||
app:drawableStartCompat="@drawable/ic_rate" />
|
||||
|
||||
<View android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_marginTop="@dimen/margin_quarter"
|
||||
android:layout_marginBottom="@dimen/margin_quarter"
|
||||
android:background="?dividerHorizontal"/>
|
||||
|
||||
<TextView android:id="@+id/telegram"
|
||||
style="@style/MwmWidget.TextView.Item"
|
||||
android:text="@string/telegram"
|
||||
|
@ -75,22 +118,6 @@
|
|||
android:text="@string/instagram"
|
||||
app:drawableStartCompat="@drawable/ic_instagram"/>
|
||||
|
||||
<View android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_marginTop="@dimen/margin_quarter"
|
||||
android:layout_marginBottom="@dimen/margin_quarter"
|
||||
android:background="?dividerHorizontal"/>
|
||||
|
||||
<TextView android:id="@+id/rate"
|
||||
style="@style/MwmWidget.TextView.Item"
|
||||
android:text="@string/rate_gp"
|
||||
app:drawableStartCompat="@drawable/ic_rate"/>
|
||||
|
||||
<TextView android:id="@+id/share"
|
||||
style="@style/MwmWidget.TextView.Item"
|
||||
android:text="@string/tell_friends"
|
||||
app:drawableStartCompat="@drawable/ic_share"/>
|
||||
|
||||
<View android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_marginTop="@dimen/margin_quarter"
|
||||
|
|
|
@ -1,64 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.mapswithme.maps.widget.HeightLimitedFrameLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
android:minWidth="@dimen/width_dialog_base"
|
||||
android:orientation="vertical"
|
||||
android:padding="@dimen/margin_base">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="@dimen/margin_half_plus"
|
||||
android:fontFamily="@string/robotoMedium"
|
||||
android:text="@string/thank_you"
|
||||
android:textAppearance="@style/MwmTextAppearance.Body1"
|
||||
tools:ignore="UnusedAttribute"/>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="@dimen/margin_half_plus"
|
||||
android:src="@drawable/img_editor_medal"
|
||||
android:tag="@string/tag_height_limited"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/viral"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="@dimen/margin_base_plus"
|
||||
android:gravity="center"
|
||||
android:textAppearance="@style/MwmTextAppearance.Body1"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tell_friend"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="@dimen/height_block_base"
|
||||
android:layout_gravity="end"
|
||||
android:background="?clickableBackground"
|
||||
android:gravity="end|center_vertical"
|
||||
android:padding="@dimen/margin_half"
|
||||
android:text="@string/share_with_friends"
|
||||
android:textAppearance="@style/MwmTextAppearance.PlacePage.Accent"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/close"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="@dimen/height_block_base"
|
||||
android:layout_gravity="end"
|
||||
android:background="?clickableBackground"
|
||||
android:gravity="end|center_vertical"
|
||||
android:padding="@dimen/margin_half"
|
||||
android:text="@string/close"
|
||||
android:textAppearance="@style/MwmTextAppearance.PlacePage.Accent"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</com.mapswithme.maps.widget.HeightLimitedFrameLayout>
|
16
android/res/layout/help_activity.xml
Normal file
16
android/res/layout/help_activity.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
<include
|
||||
android:id="@+id/toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?attr/actionBarSize"
|
||||
layout="@layout/toolbar_with_optional_search"/>
|
||||
<FrameLayout
|
||||
android:id="@+id/fragment_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
</LinearLayout>
|
|
@ -11,9 +11,9 @@
|
|||
android:orientation="horizontal">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/p2p"
|
||||
android:id="@+id/help"
|
||||
style="@style/MwmTheme.Menu.Line.Button"
|
||||
android:src="@drawable/ic_menu_point_to_point"
|
||||
android:src="@drawable/ic_question_mark"
|
||||
android:tag="@string/tag_menu_collapse"/>
|
||||
|
||||
<Space
|
||||
|
|
|
@ -68,12 +68,6 @@
|
|||
android:drawableStart="@drawable/ic_menu_settings"
|
||||
android:text="@string/settings"
|
||||
tools:background="#20FF0000" />
|
||||
<TextView
|
||||
android:id="@+id/report"
|
||||
style="@style/MwmTheme.Menu.Content.ListItem"
|
||||
android:drawableStart="@drawable/ic_menu_report"
|
||||
android:text="@string/report_a_bug"
|
||||
tools:background="#20FF0000" />
|
||||
<TextView
|
||||
android:id="@+id/share"
|
||||
style="@style/MwmTheme.Menu.Content.ListItem"
|
||||
|
|
|
@ -222,9 +222,13 @@
|
|||
<string name="rate_the_app">تقييم التطبيق</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">مساعدة</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">ﺔﺑﻮﺟﺃﻭ ﺔﻠﺌﺳﺃ</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">كيف تدعم لنا؟</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">حقوق الطبع والنشر</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">الإبلاغ عن خطأ</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">لم يتم تعيين البريد الإلكتروني للعميل. يرجى تكوينه أو استخدام أي وسيلة أخرى للاتصال بنا على %s</string>
|
||||
|
@ -560,14 +564,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">انظر</string>
|
||||
<string name="recent_track_background_dialog_message">يستخدم Organic Maps موقعك الجغرافي في الخلفية لتسجيل مسار سفرك الأخير.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">تصنيف على Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">أخبر صديق</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">مرحبًا! تثبيت Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps هو تطبيق أساسي للسفر بدون اتصال بالإنترنت. يعتمد برنامج Organic Maps على بيانات OpenStreetMap ويتيح تحريرها.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps هو تطبيق مجاني. تم تطويره من قبل عدد قليل من المهندسين في وقت فراغنا. جميع بيانات الخريطة من OpenStreetMap. لا اعلانات. لا تتبع. لم يتم جمع بياناتك الشخصية.</string>
|
||||
<string name="general_settings">إعدادات عامة</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">قبول</string>
|
||||
|
|
|
@ -230,9 +230,13 @@
|
|||
<string name="rate_the_app">Ацаніць дадатак</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Дапамога</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Пытанні і адказы</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Як нас падтрымаць?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Капірайт</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Паведаміць аб памылцы</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">Паштовы кліент не наладжаны. Наладзьце яго альбо звяжыцеся з намі па адрасе %s іншым чынам.</string>
|
||||
|
@ -570,14 +574,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Паглядзі</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps ужывае вашу геалакацыю ў фонавым рэжыме каб запісваць ваш нядаўна пройдзены маршрут.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Ацаніць на Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Рассказаць сябрам</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Прывітанне! Усталюй Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps — неабходны дататак для падарожжаў, каторы працуе без падлучэння да інтэрнэту. Organic Maps ужывае дадзеныя OpenStreetMap і дазваляе іх правіць.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps гэта бясплатнае прыкладанне. Ён распрацаваны некалькіх інжынераў у вольны час. Усе дадзеныя карты з OpenstreetMap. Няма аб\'яваў. Няма адсочвання. Вашы асабістыя дадзеныя не збіраюцца.</string>
|
||||
<string name="general_settings">Агульныя налады</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Прыняць</string>
|
||||
|
|
|
@ -220,9 +220,13 @@
|
|||
<string name="rate_the_app">Ohodnotit aplikaci</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Nápověda</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Otázky a odpovědi</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Jak nás podpořit?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Autorská práva</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Nahlásit chybu</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">Emailový klient nebyl ještě nakonfigurován. Nastavte ho, prosím, nebo použijte jiný způsob k našemu kontaktování na %s</string>
|
||||
|
@ -558,14 +562,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Odjezd</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps používají geopozici na pozadí, aby se zaznamenala vaše nedávno ujetá trasa.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Ohodnotit na Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Sdílet s přáteli</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Ahoj! Naisntalujte si Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps je základní aplikace pro každého cestovatele. Organic Maps je založena na datech z OpenStreetMap a umožňuje je upravovat.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps je bezplatná aplikace. Vyvíjejí se několik inženýrů v našem volném čase. Všechna mapová data jsou z OpenStreetMap. Žádné reklamy. Žádné sledování. Vaše osobní údaje nejsou shromažďovány.</string>
|
||||
<string name="general_settings">Obecná nastavení</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Přijmout</string>
|
||||
|
|
|
@ -220,9 +220,13 @@
|
|||
<string name="rate_the_app">Bedøm appen</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Hjælp</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Spørgsmål og svar</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Sådan støtter vi os?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Copyright</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Rapportér fejl</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">Emailklienten er ikke blevet sat op. Venligst konfigurér den eller brug en anden måde til at kontakte os på %s</string>
|
||||
|
@ -558,14 +562,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Tjek</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps anvender din geoposition i baggrunden til at gemme din seneste rejserute.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Bedøm på Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Sig det videre til en ven</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Hej! Installer Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps er en essentiel offline-app for rejsende. Organic Maps er baseret på data fra OpenStreetMap, og gør det muligt at redigere disse data.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps er en gratis applikation. Det er udviklet af et par ingeniører i vores fritid. Alle kortdata er fra OpenSTreetMap. Ingen annoncer. Ingen sporing. Dine personlige data indsamles ikke.</string>
|
||||
<string name="general_settings">Generelle indstillinger</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Accepter</string>
|
||||
|
|
|
@ -228,9 +228,13 @@
|
|||
<string name="rate_the_app">Bewerten Sie die App</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Hilfe</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Fragen und Antworten</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Wie unterstützen Sie uns?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Copyright</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Fehler melden</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">Der Email-Client ist noch nicht eingerichtet worden. Konfigurieren Sie ihn bitte oder nutzen Sie eine andere Möglichkeit, uns unter %s zu erreichen.</string>
|
||||
|
@ -566,14 +570,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Nachsehen</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps verwendet Ihre Geoposition im Hintergrund, um Ihre kürzlich gefahrene Route aufzunehmen.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Bei Google Play bewerten</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Einem Freund empfehlen</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Hallo! Installiere dir Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps ist eine wichtige Offline-App zum Reisen. Organic Maps basiert auf OpenStreetMap-Daten und ermöglicht das Bearbeiten dieser.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps ist eine kostenlose Anwendung. Es wird von einigen Ingenieuren in unserer Freizeit entwickelt. Alle Kartendaten stammen aus OpenStreetMap. Keine Werbung. Keine Verfolgung. Ihre persönlichen Daten werden nicht gesammelt.</string>
|
||||
<string name="general_settings">Allgemeine Einstellungen</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Annehmen</string>
|
||||
|
|
|
@ -222,9 +222,13 @@
|
|||
<string name="rate_the_app">Βαθμολογήστε την εφαρμογή</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Βοήθεια</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Ερωτήσεις και απαντήσεις</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Πώς να μας υποστηρίξετε;</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Πνευματικά δικαιώματα</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Αναφορά σφάλματος</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">Το πρόγραμμα-client ηλεκτρονικού ταχυδρομείου έχει δεν έχει ρυθμιστεί. Ρυθμίστε το ή χρησιμοποιήστε άλλο τρόπο να επικοινωνήσετε μαζί μας στη διεύθυνση %s</string>
|
||||
|
@ -548,14 +552,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Αναχώρηση</string>
|
||||
<string name="recent_track_background_dialog_message">Το Organic Maps χρησιμοποιεί τη γεωγραφική σας τοποθεσία στο παρασκήνιο για την καταγραφή των πρόσφατων διαδρομών σας.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Βαθμολογήστε το στο Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Πείτε το σε ένα φίλο</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Γεια σας! Εγκαταστήστε το Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Το Organic Maps είναι η απαραίτητη εφαρμογή γα ταξίδια που λειτουργεί εκτός σύνδεσης. Το Organic Maps βασίζεται σε δεδομένα OpenStreetMap και σας επιτρέπει να τα επεξεργαστείτε.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Ο Organic Maps είναι μια δωρεάν εφαρμογή. Αναπτύσσεται από λίγους μηχανικούς στον ελεύθερο χρόνο μας. Όλα τα δεδομένα χάρτη είναι από το OpenStreetMap. Χωρίς διαφημίσεις. Χωρίς εντοπισμό. Τα προσωπικά σας δεδομένα δεν συλλέγονται.</string>
|
||||
<string name="general_settings">Γενικές ρυθμίσεις</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Συμφωνώ</string>
|
||||
|
|
|
@ -218,9 +218,13 @@
|
|||
<string name="rate_the_app">Valora la aplicación</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Ayuda</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Preguntas y respuestas</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">¿Cómo apoyarnos?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Copyright</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Hay un error</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">No se ha configurado el cliente de correo electrónico. Por favor, configúralo o utiliza alguna otra forma de ponerte en contacto con nosotros en %s</string>
|
||||
|
@ -556,14 +560,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Comprueba</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps usa tu geolocalización en segundo plano para registrar tu ruta recorrida recientemente.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Valorar en Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Enviar a un amigo</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">¡Hola! ¡Instala Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps es una aplicación esencial offline para viajar. Organic Maps se basa en datos de OpenStreetMap y permite editarla.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps es una aplicación gratuita. Es desarrollado por unos pocos ingenieros en nuestro tiempo libre. Todos los datos de mapas son de OpenStreetMap. Sin anuncios. Sin seguimiento. Sus datos personales no se recopilan.</string>
|
||||
<string name="general_settings">Ajustes generales</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Aceptar</string>
|
||||
|
|
|
@ -214,9 +214,13 @@
|
|||
<string name="rate_the_app">امتیاز به این اپلیکیشن</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">کمک</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">ﺦﺳﺎﭘ ﻭ ﺶﺳﺮﭘ</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">چگونه از ما حمایت کنیم؟</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">حق نشر و کپی رایت</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">گزارش خطا</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">کلاینت ایمیل شما پیکربندی نشده است.لطفا ان را پیکربندی کنید یا از طریق دیگر با ما تماس بگیرید %s</string>
|
||||
|
@ -546,14 +550,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">بررسی کنید</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps از اطلاعات موقعیت مکانی شما در پس ضمینه برای ذخیره مسیر هایی که اخیرا سفر کرده اید استفاده می کند.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">امتیاز دادن در گوگل پلی</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">به یک دوست بگویید</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">سلام! Organic Maps را نصب کنید.</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps یک نرم افزار افلاین مخصوص سفر است. Organic Maps بر پایه دیتای OpenStreetMap است و به شما اجازه ویرایش در ان را می دهد.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps یک برنامه رایگان است. این توسط چند مهندس در زمان آزاد ما توسعه یافته است. تمام داده های نقشه از OpenStreetMap است. بدون تبلیغاتبدون ردیابیاطلاعات شخصی شما جمع آوری نشده است.</string>
|
||||
<string name="general_settings">تنظیمات عمومی</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">موافقم</string>
|
||||
|
|
|
@ -222,9 +222,13 @@
|
|||
<string name="rate_the_app">Arvioi sovellus</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Ohje</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Kysymykset ja vastaukset</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Kuinka tukea meitä?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Copyright</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Ilmoita virheestä</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">Sähköpostisovellusta ei ole asetettu. Ole hyvä ja määritä sähköpostiasetukset tai ota meihin yhteyttä toista kautta osoitteessa %s</string>
|
||||
|
@ -560,14 +564,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Tarkastele</string>
|
||||
<string name="recent_track_background_dialog_message">MAPS.SE käyttää taustalla geosijaintia sinun viimeisen matkareitin tallentamiseksi.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Arvioi Google Playssa</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Kerro kaverille</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Hei, asenna Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps on ehdoton offline-sovellus matkoja varten. Organic Maps perustuu OpenStreetMap-dataan ja sallii sen muokkauksen.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps on ilmainen sovellus. Se kehittää muutamia insinöörejä vapaa-ajalla. Kaikki karttatiedot ovat OpenStreetMapista. Ei mainoksia. Ei seurantaa. Henkilötietojasi ei kerätä.</string>
|
||||
<string name="general_settings">Yleiset asetukset</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Hyväksy</string>
|
||||
|
|
|
@ -228,9 +228,13 @@
|
|||
<string name="rate_the_app">Évaluer l\'appli</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Aide</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Questions et réponses</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Comment nous soutenir?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Tous droits réservés</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Signaler un bug</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">Le client de courriel n\'a pas été configuré. Veuillez le faire ou employer tout autre moyen pour nous contacter à %s</string>
|
||||
|
@ -568,14 +572,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Consultez</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps utilise votre géolocalisation en arrière-plan pour enregistrer vos itinéraires récents.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Noter sur Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Recommander à un ami</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Salut! Installe Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps est une application hors ligne essentielle pour les voyages. Organic Maps se base sur les données OpenStreetMap et permet de les modifier.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps est une application gratuite. Il est développé par quelques ingénieurs dans notre temps libre. Toutes les données cartographiques proviennent de OpenStreetMap. Pas de pubs. Pas de localisation. Vos données personnelles ne sont pas collectées.</string>
|
||||
<string name="general_settings">Paramètres généraux</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Accepter</string>
|
||||
|
|
|
@ -220,9 +220,13 @@
|
|||
<string name="rate_the_app">Értékeld az alkalmazást</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Segítség</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Kérdések és válaszok</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Hogyan támogat minket?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Szerzői jog</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Hibabejelentés</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">Az email kliens nincs beállítva. Kérjük, konfiguráld vagy próbálj meg valamilyen más módon kapcsolatba lépni velünk a %s email címen keresztül.</string>
|
||||
|
@ -557,14 +561,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Tekintse meg</string>
|
||||
<string name="recent_track_background_dialog_message">A Organic Maps a geopozíciód használatával a háttérben rögzíti a legutóbb megtett utad.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Arány a Google Play-n</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Mondja el egy ismerősének</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Szia! Telepítsd a Organic Maps alkalmazást!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">A Organic Maps egy nélkülözhetetlen alkalmazás utazáshoz. A Organic Maps az OpenStreetMap adataira épül, és lehetővé teszi ezek szerkesztését.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Az Organic Maps ingyenes alkalmazás. A szabadidőben néhány mérnök fejlett. Az összes térképadat az OpenStreetMapból származik. Nincsenek hirdetések. Nincs nyomkövetés. Az Ön személyes adatait nem gyűjtik össze.</string>
|
||||
<string name="general_settings">Általános beállítások</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Elfogadja</string>
|
||||
|
|
|
@ -222,9 +222,13 @@
|
|||
<string name="rate_the_app">Beri nilai aplikasi</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Bantuan</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Pertanyaan dan jawaban</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Bagaimana cara mendukung kami?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Hak cipta</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Laporkan gangguan</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">Surel pelanggan belum diatur. Mohon konfigurasikan atau gunakan cara lain untuk menghubungi kami di %s</string>
|
||||
|
@ -560,14 +564,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Lihat</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps menggunakan geoposisi di latar belakang untuk merekam rute yang baru Anda lalui.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Beri nilai di Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Beri Tahu Teman</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Hai! Instal Organic Maps yuk!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps adalah aplikasi offline yang sangat berguna untuk bepergian. Organic Maps didasarkan pada data OpenStreetMap dan memungkinkan kita untuk mengeditnya.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps adalah aplikasi gratis. Ini dikembangkan oleh beberapa insinyur di waktu luang kami. Semua data peta berasal dari openstreetmap. Tanpa iklan. Tidak ada pelacakan. Data pribadi Anda tidak dikumpulkan.</string>
|
||||
<string name="general_settings">Setelan umum</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Terima</string>
|
||||
|
|
|
@ -218,9 +218,13 @@
|
|||
<string name="rate_the_app">Vota l\'app</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Aiuto</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Domande e risposte</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Come supportarci?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Copyright</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Riporta un bug</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">Il client email non è stato configurato. Si prega di configurarlo o di usare qualsiasi altro metodo per contattarci all\'indirizzo %s</string>
|
||||
|
@ -556,14 +560,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Dai uno sguardo</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps usa la tua posizione geografica in background per registrare il tuo percorso effettuato più di recente.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Vota su Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Dillo a un amico</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Ciao! Installa Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps è un\'applicazione offline essenziale per chi ama viaggiare. Organic Maps si basa sui dati OpenStreetMap e consente di apportare modifiche.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps è un\'applicazione gratuita. È sviluppato da alcuni ingegneri nel nostro tempo libero. Tutti i dati della mappa provengono da OpenStreetMap. Nessuna pubblicità. No tracciabilità. I tuoi dati personali non sono raccolti.</string>
|
||||
<string name="general_settings">Impostazioni generali</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Accetta</string>
|
||||
|
|
|
@ -218,9 +218,13 @@
|
|||
<string name="rate_the_app">アプリを評価</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">ヘルプ</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">質問と回答</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">どのように私たちを支持する方法?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">著作権</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">バグを報告</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">このメールクライアントはセットアップされていません。設定するか、他の方法で%sにご連絡ください。</string>
|
||||
|
@ -556,14 +560,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">ご覧ください</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Mapsは、あなたの位置情報をバックグラウンドで使用して最近の走行ルートを記録します。</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Google Play で評価</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">友達に教える</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">こんにちは!Organic Maps をインストールしましょう!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps は旅に必要不可欠なオフラインアプリケーションです。Organic Maps は OpenStreetMap データに基づいており、データを編集することができます。</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Mapsは無料のアプリケーションです。それは私たちの自由な時間にいくつかのエンジニアによって開発されています。すべての地図データはOpenStreetMapからのものです。広告なし。全く追跡しません。あなたの個人データは収集されません。</string>
|
||||
<string name="general_settings">一般設定</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">了解</string>
|
||||
|
|
|
@ -220,9 +220,13 @@
|
|||
<string name="rate_the_app">앱 평가</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">도움말</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">질문과 답변</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">우리를 지원하는 방법?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">저작권</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">오류 신고</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">이메일 클라이언트가 설정되지 않았습니다. 이를 구성하거나 %s로 연락할 다른 방법을 사용하십시오.</string>
|
||||
|
@ -558,14 +562,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">체크아웃</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps는 최근 여행한 경로를 녹음하기 위해 배경 화면에서 지역 위치 서비스를 사용합니다.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Google Play에서 평가</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">친구에게 알려주기</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">안녕하세요! Organic Maps를 설치하세요!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps는 여행용 필수 오프라인 응용 프로그램입니다. Organic Maps는 OpenStreetMap 데이터를 기반으로 하며 이 데이터 편집을 허용합니다.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps는 무료 응용 프로그램입니다. 그것은 자유 시간에 몇 명의 엔지니어가 개발했습니다. 모든지도 데이터는 OpenStreetMap에서입니다. 광고 없음. 추적 없음. 귀하의 개인 데이터는 수집되지 않습니다.</string>
|
||||
<string name="general_settings">일반 설정</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">동의</string>
|
||||
|
|
|
@ -222,9 +222,13 @@
|
|||
<string name="rate_the_app">Ranger appen</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Hjelp</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Spørsmål og svar</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Hvordan støtte oss?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Opphavsrett</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Rapporter en feil</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">E-postklienten har ikke blitt konfigurert. Konfigurer den eller bruk en annen måte å kontakte oss på %s</string>
|
||||
|
@ -558,14 +562,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Sjekk ut</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps bruker geografiske funksjoner i bakgrunnen for å registrere din nylig reiste rute.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Gi vurdering på Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Fortell en venn</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Hei! Installer Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps er en offline app for reising. Organic Maps bygger på OpenStreetMap-data og tillater redigering av den.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps er en gratis applikasjon. Den er utviklet av noen ingeniører på fritiden. Alle kartdata er fra OpenStreetMap. Ingen annonser. Ingen sporing. Dine personopplysninger er ikke samlet.</string>
|
||||
<string name="general_settings">Generelle innstillinger</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Godta</string>
|
||||
|
|
|
@ -224,9 +224,13 @@
|
|||
<string name="rate_the_app">App beoordelen</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Hulp</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Vragen en antwoorden</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Hoe ons te steunen?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Auteursrechten</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Meld een fout</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">De emailcliënt is niet ingesteld. Gelieve de cliënt te configureren of op een andere manier contact met ons op te nemen op %s</string>
|
||||
|
@ -562,14 +566,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Bekijk</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps gebruikt uw geografische positie op de achtergrond om uw onlangs afgelegde route vast te leggen.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Beoordeel op Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Vertel een Vriend</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Hallo! Installeer Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps is een essentiële offline applicatie om te reizen. Organic Maps is gebaseerd op OpenStreetMap gegevens en laat bewerking toe.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps is een gratis applicatie. Het is ontwikkeld door een paar ingenieurs in onze vrije tijd. Alle kaartgegevens zijn van OpenStreetMap. Geen advertenties. Geen volgen. Uw persoonlijke gegevens worden niet verzameld.</string>
|
||||
<string name="general_settings">Algemene instellingen</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Aanvaarden</string>
|
||||
|
|
|
@ -227,9 +227,13 @@
|
|||
<string name="rate_the_app">Oceń aplikację</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Pomoc</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Pytania i odpowiedzi</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Jak nas wspierać?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Prawa autorskie</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Zgłoś błąd</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">Email klienta nie został założony. Proszę skonfigurować adres email, bądź skorzystać z innych opcji, aby się z nami skontaktować na %s</string>
|
||||
|
@ -570,14 +574,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Sprawdź</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps używa w tle geolokalizacji w celu rejestrowania niedawno przebytej trasy.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Oceń w Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Powiadom znajomego</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Cześć! Zainstaluj Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps to niezbędna aplikacja do podróży działająca w trybie offline. Organic Maps opiera się o dane OpenStreetMap oraz umożliwia ich edycję.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps to darmowa aplikacja. Jest rozwijany przez kilku inżynierów w naszym wolnym czasie. Wszystkie dane mapowe pochodzą z OpenStreetMap. Bez reklam. Bez śledzenia. Twoje dane osobowe nie są gromadzone.</string>
|
||||
<string name="general_settings">Ustawienia ogólne</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Zaakceptuj</string>
|
||||
|
|
|
@ -227,9 +227,11 @@
|
|||
<string name="rate_the_app">Avaliar o aplicativo</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Ajuda</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Perguntas e respostas</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Direitos autorais</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Relatar um problema</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">O cliente de email não está configurado. Por favor, configure-o ou utilize qualquer outro modo para nos contatar através de %s</string>
|
||||
|
@ -566,14 +568,6 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Procure</string>
|
||||
<string name="recent_track_background_dialog_message">O Organic Maps usa sua localização geográfica em segundo plano para registrar sua rota recente.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Avaliar em Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Indique a um amigo</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Olá! Instale o Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">O Organic Maps é um aplicativo offline essencial para viajar. O Organic Maps se baseia nos dados do OpenStreetMap e permite editá-los.</string>
|
||||
<string name="general_settings">Definições gerais</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Aceitar</string>
|
||||
|
|
|
@ -227,9 +227,13 @@
|
|||
<string name="rate_the_app">Avaliar a aplicação</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Ajuda</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Perguntas e respostas</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Como nos apoiar?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Direitos de autor</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Reportar um problema</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">O programa de email não está configurado. Por favor, configure-o ou utilize qualquer outra forma de nos contactar através de %s</string>
|
||||
|
@ -567,14 +571,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Verificar</string>
|
||||
<string name="recent_track_background_dialog_message">O Organic Maps usa a sua localização geográfica em segundo plano para gravar a sua rota recente.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Avaliar no Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Indique a um amigo</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Olá! Instale o Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">O Organic Maps é uma aplicação offline essencial para viajar. O Organic Maps baseia-se nos dados do OpenStreetMap e permite editá-los.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps é um aplicativo gratuito. É desenvolvido por alguns engenheiros em nosso tempo livre. Todos os dados do mapa são do OpenStreetMap. Nenhum anúncio. Nenhum rastreamento. Seus dados pessoais não são coletados.</string>
|
||||
<string name="general_settings">Configurações gerais</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Aceitar</string>
|
||||
|
|
|
@ -220,9 +220,13 @@
|
|||
<string name="rate_the_app">Votați-ne aplicația</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Ajutor</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Intrebari si raspunsuri</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Cum să ne sprijiniți?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Drepturi de autor</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Raportează o eroare</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">Nu a fost stabilit programul de e-mail. Stabilește-l sau utilizează un alt mod de a ne contacta la %s.</string>
|
||||
|
@ -557,14 +561,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Aruncați o privire</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps folosește în fundal geo-locația pentru a înregistra cel mai recent traseu urmat.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Dați un calificativ pe Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Spuneți unui prieten</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Bună! Instalați Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps este o aplicație offline esențială când călătoriți. Organic Maps utilizează datele OpenStreeMap și permite editarea acestora.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps este o aplicație gratuită. Este dezvoltat de câțiva ingineri în timpul liber. Toate datele hărților sunt din OpenStreetMap. Fără reclame. Nici o urmărire. Datele dvs. personale nu sunt colectate.</string>
|
||||
<string name="general_settings">Setări generale</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Acceptați</string>
|
||||
|
|
|
@ -230,9 +230,13 @@
|
|||
<string name="rate_the_app">Оценить приложение</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Справка</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Вопросы и ответы</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Как наc поддержать?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Копирайт</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Сообщить о проблеме</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">Почтовый клиент не настроен. Настройте его или используйте другие способы для связи. Наш адрес - %s.</string>
|
||||
|
@ -573,14 +577,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Посмотри</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps использует вашу геопозицию в фоновом режиме для записи недавно пройденного пути.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Оценить в Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Рассказать друзьям</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Привет! Установи Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps — незаменимое приложение для путешествий, работающее без подключения к интернету. Organic Maps использует данные OpenStreetMap и позволяет их улучшать.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps - это бесплатное приложение, разработанное несколькими гиками свободное временя. Все данные карты из OpenStreetMap. Без рекламы. Нет отслеживания. Ваши личные данные не собираются.</string>
|
||||
<string name="general_settings">Общие настройки</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Принять</string>
|
||||
|
|
|
@ -220,9 +220,13 @@
|
|||
<string name="rate_the_app">Ohodnotiť aplikáciu</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Nápoveda</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Otázky a odpovede</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Ako nás podporiť?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Autorské práva</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Nahlásiť chybu</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">Emailový klient nebol nastavený. Nakonfigurujte ho prosím alebo použite iný spôsob k tomu, abyste nás kontaktovali na %s</string>
|
||||
|
@ -556,14 +560,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Pozrite si</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps používa vašu geopozíciu na pozadí pre zaznamenávanie vami nedávno precestovanej trasy.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Ohodnotiť v službe Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Povedať priateľovi</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Ahoj! Nainštaluj si aplikáciu Organic Maps</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps je offine aplikácia na cestovanie. Základom aplikácie Organic Maps sú dáta OpenStreetMap, pričom aplikácia nám ich umožňuje upravovať.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps je bezplatná aplikácia. Je vyvinutý niekoľkými inžiniermi v našom voľnom čase. Všetky údaje mapy sú z OpenSTREETMAP. Žiadne reklamy. Žiadne sledovanie. Vaše osobné údaje sa nezbierajú.</string>
|
||||
<string name="general_settings">Všeobecné nastavenia</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Prijať</string>
|
||||
|
|
|
@ -220,9 +220,13 @@
|
|||
<string name="rate_the_app">Ge appen ett betyg</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Hjälp</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Frågor och svar</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Hur stöder vi oss?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Copyright</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Rapportera en bugg</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">Emailklienten har inte konfigurerats. Konfigurera den eller använd ett annat sätt att kontakta oss på %s</string>
|
||||
|
@ -556,14 +560,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Kolla in</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps använder din geografiska position i bakgrunden för att spela in din senaste resta rutt.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Betygsätt på Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Tipsa en vän</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Hej! Installera Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps är en offline-applikation som du behöver när du reser. Organic Maps baseras på OpenStreetMap-data och tillåter redigering i den.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps är en gratis applikation. Den är utvecklad av några ingenjörer på vår fritid. Alla kartdata är från OpenStreetMap. Inga annonser. Ingen spårning. Dina personuppgifter samlas inte in.</string>
|
||||
<string name="general_settings">Allmänna inställningar</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Acceptera</string>
|
||||
|
|
|
@ -222,9 +222,13 @@
|
|||
<string name="rate_the_app">ให้คะแนนแอป</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">ความช่วยเหลือ</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">คำถามและคำตอบ</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">วิธีการสนับสนุนเรา</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">ลิขสิทธิ์</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">แจ้งข้อผิดพลาด</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">อีเมลลูกค้ายังไม่ได้รับการจัดตั้งขึ้น กรุณาตั้งค่าหรือใช้วิธีอื่นที่จะติดต่อเราที่ %s</string>
|
||||
|
@ -560,14 +564,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">ตรวจชม</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps ใช้ตำแหน่งทางภูมิศาสตร์ของคุณในพื้นหลังเพื่อบันทึกเส้นทางที่คุณเดินทางเมื่อเร็ว ๆ นี้</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">ให้คะแนนบน Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">บอกเพื่อน</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">สวัสดี! ติดตั้ง Organic Maps กันเถอะ!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps เป็นแอปพลิเคชั่นออฟไลน์ที่จำเป็นสำหรับการท่องเที่ยว Organic Maps นั้นใช้งานบนพื้นฐานของข้อมูล OpenStreetMap และใช้แก้ไขได้ด้วย</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps เป็นแอปพลิเคชั่นฟรีมันได้รับการพัฒนาโดยวิศวกรสองสามคนในเวลาว่างของเราข้อมูลแผนที่ทั้งหมดมาจาก OpenStreetMapไม่มีโฆษณาไม่มีการติดตาม. ข้อมูลส่วนบุคคลของคุณจะไม่ถูกเก็บรวบรวม</string>
|
||||
<string name="general_settings">การตั้งค่าทั่วไป</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">ยอมรับ</string>
|
||||
|
|
|
@ -222,9 +222,13 @@
|
|||
<string name="rate_the_app">Uygulamayı değerlendir</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Yardım</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Sorular ve cevaplar</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Bizi nasıl destekleyebilirim?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Telif hakkı</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Hata bildir</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">E-posta istemcisi henüz kurulmamış. Lütfen e-posta istemcisini yapılandırın ya da bize %s adresinden ulaşmak için başka bir yöntem deneyin</string>
|
||||
|
@ -560,14 +564,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">İncele</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps, en son seyahat ettiğiniz rotayı kaydetmek için arka planda coğrafi konumunuzu kullanır.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Google Play\'de Oy Ver</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Arkadaşınıza söyleyin</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Merhaba! Organic Maps\'yi hemen yükle!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps, seyahatler için vazgeçilmez bir çevrimdışı uygulamadır. Organic Maps, OpenStreetMap verilerine dayanmakta ve bu verilerin düzenlenmesini sağlamaktadır.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps ücretsiz bir uygulamadır. Boş zamanlarımızda birkaç mühendis tarafından geliştirilmiştir. Tüm harita verileri OpenStreetMap\'tendir. Reklamsız. İzleme yok. Kişisel verileriniz toplanmaz.</string>
|
||||
<string name="general_settings">Genel ayarlar</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Kabul</string>
|
||||
|
|
|
@ -223,9 +223,13 @@
|
|||
<string name="rate_the_app">Оцінити застосунок</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Допомога</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Питання та відповіді</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Як нас підтримати?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Копірайт</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Сповістити про помилку</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">Поштовий клієнт не налаштований. Налаштуйте його або скористайтеся іншими способами зв\'язку. Наша адреса – %s.</string>
|
||||
|
@ -565,14 +569,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Подивись,</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps використовує вашу геопозицію у фоновому режимі для запису нещодавно пройденого шляху.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Рейтинг на Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Розповісти другу</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Привіт! Встанови Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps — це додаток must-have для мандрівників. У Organic Maps використовуються офлайн-дані OpenStreetMap, які можна редагувати.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps - це безкоштовна програма. Він розроблений кількома інженерами у вільний час. Всі дані карти є від OpenStreetMap. Немає реклами. Немає відстеження. Ваші особисті дані не збираються.</string>
|
||||
<string name="general_settings">Загальні налаштування</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Прийняти</string>
|
||||
|
|
|
@ -220,9 +220,13 @@
|
|||
<string name="rate_the_app">Cho điểm ứng dụng</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Trợ giúp</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">Câu hỏi và trả lời</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">Làm thế nào để hỗ trợ chúng tôi?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Bản quyền</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Báo cáo lỗi</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">Trình khách email này chưa được thiết lập. Bạn vui lòng cấu hình nó hoặc sử dụng một cách khác để liên hệ với chúng tôi tại %s</string>
|
||||
|
@ -558,14 +562,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Xem</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps sử dụng định vị của bạn trong ứng dụng chạy nền để ghi lại tuyến đường đã đi gần đây của bạn.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Cho điểm trên Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Giới thiệu với Bạn bè</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Xin chào! Hãy cài đặt Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps là một ứng dụng ngoại tuyến thiết yếu khi đi du lịch. Organic Maps được dựa trên dữ liệu của OpenStreetMap và cho phép bạn hiệu chỉnh nó.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps là một ứng dụng miễn phí. Nó được phát triển bởi một vài kỹ sư trong thời gian rảnh của chúng tôi. Tất cả dữ liệu bản đồ là từ OpenStreetMap. Không quảng cáo. Không theo dõi. Dữ liệu cá nhân của bạn không được thu thập.</string>
|
||||
<string name="general_settings">Thiết lập chung</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Chấp nhận</string>
|
||||
|
|
|
@ -230,9 +230,13 @@
|
|||
<string name="rate_the_app">為該應用程式評分</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">幫助</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">問題和解答</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">如何支持我們?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">版權</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">報告錯誤</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">電子郵件客戶端尚未建立。請設定或使用任何其他方式與我們聯絡%s</string>
|
||||
|
@ -570,14 +574,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">看一看</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps使用背景中的地理位置記錄您最近去過的路徑。</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">在 Google Play 評分</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">告訴朋友</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">嗨!安裝 Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps 是一款基本離線旅遊應用程式。Organic Maps 以 OpenStreetMap 數據為基礎,並允許對其進行編輯。</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps是免費的申請。它是由我們的空閒時間的少數工程師開發的。所有地圖數據都來自OpenStreetMap。無廣告。沒有跟踪。您的個人數據不會收集。</string>
|
||||
<string name="general_settings">一般設定</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">接受</string>
|
||||
|
|
|
@ -230,9 +230,13 @@
|
|||
<string name="rate_the_app">为该应用打分</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">帮助</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">问题和解答</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">如何支持我们?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">版权</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">报告漏洞</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">电子邮件客户端尚未建立。请配置或使用任何其他方式与我们联系%s</string>
|
||||
|
@ -570,14 +574,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">来看看</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps使用背景中的地理位置记录您最近去过的路径。</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">在 Google Play 上的评分</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">告诉朋友</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">您好!安装 Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps 是一款基本的离线旅行应用。Organic Maps 基于 OpenStreetMap 数据并且允许对其进行编辑。</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps是免费的申请。它是由我们的空闲时间的少数工程师开发的。所有地图数据都来自OpenStreetMap。无广告。没有跟踪。您的个人数据不会收集。</string>
|
||||
<string name="general_settings">常规设置</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">接受</string>
|
||||
|
|
|
@ -244,9 +244,13 @@
|
|||
<string name="rate_the_app">Rate the app</string>
|
||||
<!-- Text in menu -->
|
||||
<string name="help">Help</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="faq">FAQ</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="how_to_support_us">How to support us?</string>
|
||||
<!-- Button in the main Help dialog -->
|
||||
<string name="copyright">Copyright</string>
|
||||
<!-- Text in menu -->
|
||||
<!-- Text in menu + Button in the main Help dialog -->
|
||||
<string name="report_a_bug">Report a bug</string>
|
||||
<!-- Alert text -->
|
||||
<string name="email_error_body">The email client has not been set up. Please configure it or use any other way to contact us at %s</string>
|
||||
|
@ -589,14 +593,8 @@
|
|||
<!-- For sharing via SMS and so on -->
|
||||
<string name="sharing_call_action_look">Check out</string>
|
||||
<string name="recent_track_background_dialog_message">Organic Maps uses your geoposition in the background for recording your recently traveled route.</string>
|
||||
<!-- Rate on Google Play (Android only) -->
|
||||
<string name="rate_gp">Rate on Google Play</string>
|
||||
<!-- Share with friends: menu item title -->
|
||||
<string name="tell_friends">Tell a Friend</string>
|
||||
<!-- Share with friends: sharing text -->
|
||||
<string name="tell_friends_text">Hi! Install Organic Maps!</string>
|
||||
<!-- About short text (below logo) -->
|
||||
<string name="about_description">Organic Maps is an essential offline application for travelling. Organic Maps is based on OpenStreetMap data and allows editing it.</string>
|
||||
<!-- About short text -->
|
||||
<string name="about_description">Organic Maps is a free and open-source offline maps app, developed by a few geeks in their free time. All map data is from OpenStreetMap. No ads. No tracking and personal data collection.</string>
|
||||
<string name="general_settings">General settings</string>
|
||||
<!-- For the first routing -->
|
||||
<string name="accept">Accept</string>
|
||||
|
|
|
@ -165,12 +165,8 @@
|
|||
<Preference
|
||||
android:key="@string/pref_help"
|
||||
android:title="@string/help"
|
||||
android:fragment="com.mapswithme.maps.settings.HelpFragment"
|
||||
android:order="1"/>
|
||||
<Preference
|
||||
android:key="@string/pref_about"
|
||||
android:title="@string/about_menu_title"
|
||||
android:fragment="com.mapswithme.maps.settings.AboutFragment"
|
||||
android:order="2"/>
|
||||
android:order="1">
|
||||
<intent android:action="com.mapswithme.maps.help.HelpActivity"/>
|
||||
</Preference>
|
||||
</androidx.preference.PreferenceCategory>
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
|
|
@ -8,7 +8,6 @@ import android.content.DialogInterface;
|
|||
import android.content.Intent;
|
||||
import android.location.Location;
|
||||
import android.net.Uri;
|
||||
import android.os.Build;
|
||||
import android.os.Bundle;
|
||||
import android.text.TextUtils;
|
||||
import android.view.KeyEvent;
|
||||
|
@ -54,6 +53,7 @@ import com.mapswithme.maps.editor.EditorActivity;
|
|||
import com.mapswithme.maps.editor.EditorHostFragment;
|
||||
import com.mapswithme.maps.editor.FeatureCategoryActivity;
|
||||
import com.mapswithme.maps.editor.ReportFragment;
|
||||
import com.mapswithme.maps.help.HelpActivity;
|
||||
import com.mapswithme.maps.intent.Factory;
|
||||
import com.mapswithme.maps.intent.MapTask;
|
||||
import com.mapswithme.maps.location.CompassData;
|
||||
|
@ -2135,9 +2135,9 @@ public class MwmActivity extends BaseMwmFragmentActivity
|
|||
}
|
||||
}
|
||||
|
||||
public static class PointToPointDelegate extends AbstractClickMenuDelegate
|
||||
public static class HelpDelegate extends AbstractClickMenuDelegate
|
||||
{
|
||||
public PointToPointDelegate(@NonNull MwmActivity activity, @NonNull MainMenu.Item item)
|
||||
public HelpDelegate(@NonNull MwmActivity activity, @NonNull MainMenu.Item item)
|
||||
{
|
||||
super(activity, item);
|
||||
}
|
||||
|
@ -2145,7 +2145,8 @@ public class MwmActivity extends BaseMwmFragmentActivity
|
|||
@Override
|
||||
void onMenuItemClickInternal()
|
||||
{
|
||||
getActivity().startLocationToPoint(null, false);
|
||||
Intent intent = new Intent(getActivity(), HelpActivity.class);
|
||||
getActivity().startActivity(intent);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -17,11 +17,6 @@ public class BaseMwmFragment extends Fragment implements OnBackPressListener
|
|||
Utils.detachFragmentIfCoreNotInitialized(context, this);
|
||||
}
|
||||
|
||||
public BaseMwmFragmentActivity getMwmActivity()
|
||||
{
|
||||
return Utils.castTo(getActivity());
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onBackPressed()
|
||||
{
|
||||
|
|
|
@ -14,6 +14,9 @@ import com.mapswithme.util.UiUtils;
|
|||
|
||||
public abstract class BaseToolbarActivity extends BaseMwmFragmentActivity
|
||||
{
|
||||
@Nullable
|
||||
private String mLastTitle;
|
||||
|
||||
@CallSuper
|
||||
@Override
|
||||
protected void onSafeCreate(@Nullable Bundle savedInstanceState)
|
||||
|
@ -64,4 +67,39 @@ public abstract class BaseToolbarActivity extends BaseMwmFragmentActivity
|
|||
return R.id.fragment_container;
|
||||
}
|
||||
|
||||
public void stackFragment(@NonNull Class<? extends Fragment> fragmentClass,
|
||||
@Nullable String title, @Nullable Bundle args)
|
||||
{
|
||||
final int resId = getFragmentContentResId();
|
||||
if (resId <= 0 || findViewById(resId) == null)
|
||||
throw new IllegalStateException("Fragment can't be added, since getFragmentContentResId() " +
|
||||
"isn't implemented or returns wrong resourceId.");
|
||||
|
||||
String name = fragmentClass.getName();
|
||||
final Fragment fragment = Fragment.instantiate(this, name, args);
|
||||
getSupportFragmentManager().beginTransaction()
|
||||
.replace(resId, fragment, name)
|
||||
.addToBackStack(null)
|
||||
.commitAllowingStateLoss();
|
||||
getSupportFragmentManager().executePendingTransactions();
|
||||
|
||||
if (title != null)
|
||||
{
|
||||
Toolbar toolbar = getToolbar();
|
||||
if (toolbar != null && toolbar.getTitle() != null)
|
||||
{
|
||||
mLastTitle = toolbar.getTitle().toString();
|
||||
toolbar.setTitle(title);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onBackPressed()
|
||||
{
|
||||
if (mLastTitle != null)
|
||||
getToolbar().setTitle(mLastTitle);
|
||||
|
||||
super.onBackPressed();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,12 +12,14 @@ import android.widget.TextView;
|
|||
|
||||
import androidx.annotation.Nullable;
|
||||
|
||||
import com.mapswithme.maps.MwmActivity;
|
||||
import com.mapswithme.maps.R;
|
||||
import com.mapswithme.maps.base.BaseMwmFragment;
|
||||
import com.mapswithme.maps.location.LocationHelper;
|
||||
import com.mapswithme.maps.widget.WheelProgressView;
|
||||
import com.mapswithme.util.StringUtils;
|
||||
import com.mapswithme.util.UiUtils;
|
||||
import com.mapswithme.util.Utils;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Locale;
|
||||
|
@ -213,7 +215,8 @@ public class CountrySuggestFragment extends BaseMwmFragment implements View.OnCl
|
|||
break;
|
||||
|
||||
case R.id.btn__select_map:
|
||||
getMwmActivity().replaceFragment(DownloaderFragment.class, null, null);
|
||||
MwmActivity activity = Utils.castTo(getActivity());
|
||||
activity.replaceFragment(DownloaderFragment.class, null, null);
|
||||
break;
|
||||
|
||||
case R.id.wpv__download_progress:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.mapswithme.maps.settings;
|
||||
package com.mapswithme.maps.help;
|
||||
|
||||
import android.content.Intent;
|
||||
import android.os.Bundle;
|
||||
|
@ -10,24 +10,18 @@ import androidx.annotation.Nullable;
|
|||
|
||||
import com.mapswithme.maps.R;
|
||||
import com.mapswithme.maps.WebContainerDelegate;
|
||||
import com.mapswithme.maps.base.BaseMwmFragment;
|
||||
import com.mapswithme.maps.base.OnBackPressListener;
|
||||
import com.mapswithme.util.Constants;
|
||||
|
||||
public class CopyrightFragment extends BaseSettingsFragment
|
||||
implements OnBackPressListener
|
||||
public class CopyrightFragment extends BaseMwmFragment implements OnBackPressListener
|
||||
{
|
||||
private WebContainerDelegate mDelegate;
|
||||
|
||||
@Override
|
||||
protected int getLayoutRes()
|
||||
{
|
||||
return R.layout.fragment_web_view_with_progress;
|
||||
}
|
||||
|
||||
@Override
|
||||
public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState)
|
||||
{
|
||||
View root = super.onCreateView(inflater, container, savedInstanceState);
|
||||
View root = inflater.inflate(R.layout.fragment_web_view_with_progress, container, false);
|
||||
|
||||
mDelegate = new WebContainerDelegate(root, Constants.Url.COPYRIGHT)
|
||||
{
|
||||
|
@ -45,8 +39,9 @@ public class CopyrightFragment extends BaseSettingsFragment
|
|||
public boolean onBackPressed()
|
||||
{
|
||||
if (!mDelegate.onBackPressed())
|
||||
getSettingsActivity().replaceFragment(AboutFragment.class,
|
||||
getString(R.string.about_menu_title), null);
|
||||
{
|
||||
((HelpActivity) getActivity()).stackFragment(HelpFragment.class, getString(R.string.help), null);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
package com.mapswithme.maps.settings;
|
||||
package com.mapswithme.maps.help;
|
||||
|
||||
import android.content.DialogInterface;
|
||||
import android.content.Intent;
|
||||
|
@ -14,10 +14,11 @@ import androidx.appcompat.app.AlertDialog;
|
|||
|
||||
import com.mapswithme.maps.R;
|
||||
import com.mapswithme.maps.WebContainerDelegate;
|
||||
import com.mapswithme.maps.base.BaseMwmFragment;
|
||||
import com.mapswithme.util.Constants;
|
||||
import com.mapswithme.util.Utils;
|
||||
|
||||
public class HelpFragment extends BaseSettingsFragment
|
||||
public class FaqFragment extends BaseMwmFragment
|
||||
{
|
||||
@NonNull
|
||||
private final DialogInterface.OnClickListener mDialogClickListener = new DialogInterface.OnClickListener()
|
||||
|
@ -48,16 +49,10 @@ public class HelpFragment extends BaseSettingsFragment
|
|||
}
|
||||
};
|
||||
|
||||
@Override
|
||||
protected int getLayoutRes()
|
||||
{
|
||||
return R.layout.fragment_prefs_help;
|
||||
}
|
||||
|
||||
@Override
|
||||
public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState)
|
||||
{
|
||||
View root = super.onCreateView(inflater, container, savedInstanceState);
|
||||
View root = inflater.inflate(R.layout.fragment_prefs_faq, container, false);
|
||||
|
||||
new WebContainerDelegate(root, Constants.Url.FAQ)
|
||||
{
|
14
android/src/com/mapswithme/maps/help/HelpActivity.java
Normal file
14
android/src/com/mapswithme/maps/help/HelpActivity.java
Normal file
|
@ -0,0 +1,14 @@
|
|||
package com.mapswithme.maps.help;
|
||||
|
||||
import androidx.fragment.app.Fragment;
|
||||
|
||||
import com.mapswithme.maps.base.BaseToolbarActivity;
|
||||
|
||||
public class HelpActivity extends BaseToolbarActivity
|
||||
{
|
||||
@Override
|
||||
protected Class<? extends Fragment> getFragmentClass()
|
||||
{
|
||||
return HelpFragment.class;
|
||||
}
|
||||
}
|
|
@ -1,7 +1,6 @@
|
|||
package com.mapswithme.maps.settings;
|
||||
package com.mapswithme.maps.help;
|
||||
|
||||
|
||||
import android.content.ActivityNotFoundException;
|
||||
import android.content.Intent;
|
||||
import android.net.Uri;
|
||||
import android.os.Bundle;
|
||||
|
@ -17,13 +16,12 @@ import androidx.annotation.Nullable;
|
|||
import com.mapswithme.maps.BuildConfig;
|
||||
import com.mapswithme.maps.Framework;
|
||||
import com.mapswithme.maps.R;
|
||||
import com.mapswithme.maps.base.BaseMwmFragment;
|
||||
import com.mapswithme.util.Constants;
|
||||
import com.mapswithme.util.Graphics;
|
||||
import com.mapswithme.util.SharingUtils;
|
||||
import com.mapswithme.util.Utils;
|
||||
|
||||
public class AboutFragment extends BaseSettingsFragment
|
||||
implements View.OnClickListener
|
||||
public class HelpFragment extends BaseMwmFragment implements View.OnClickListener
|
||||
{
|
||||
private void setupItem(@IdRes int id, boolean tint, @NonNull View frame)
|
||||
{
|
||||
|
@ -33,19 +31,13 @@ public class AboutFragment extends BaseSettingsFragment
|
|||
Graphics.tint(view);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int getLayoutRes()
|
||||
{
|
||||
return R.layout.about;
|
||||
}
|
||||
|
||||
@Override
|
||||
public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState)
|
||||
{
|
||||
View root = super.onCreateView(inflater, container, savedInstanceState);
|
||||
View root = inflater.inflate(R.layout.about, container, false);
|
||||
|
||||
((TextView) root.findViewById(R.id.version))
|
||||
.setText(getString(R.string.version, BuildConfig.VERSION_NAME));
|
||||
.setText(BuildConfig.VERSION_NAME);
|
||||
|
||||
((TextView) root.findViewById(R.id.data_version))
|
||||
.setText(getString(R.string.data_version, Framework.nativeGetDataVersion()));
|
||||
|
@ -56,8 +48,10 @@ public class AboutFragment extends BaseSettingsFragment
|
|||
setupItem(R.id.instagram, false, root);
|
||||
setupItem(R.id.facebook, false, root);
|
||||
setupItem(R.id.twitter, false, root);
|
||||
setupItem(R.id.faq, true, root);
|
||||
setupItem(R.id.report, true, root);
|
||||
setupItem(R.id.contribute, true, root);
|
||||
setupItem(R.id.rate, true, root);
|
||||
setupItem(R.id.share, true, root);
|
||||
setupItem(R.id.copyright, false, root);
|
||||
View termOfUseView = root.findViewById(R.id.term_of_use_link);
|
||||
View privacyPolicyView = root.findViewById(R.id.privacy_policy);
|
||||
|
@ -85,49 +79,51 @@ public class AboutFragment extends BaseSettingsFragment
|
|||
@Override
|
||||
public void onClick(View v)
|
||||
{
|
||||
try
|
||||
switch (v.getId())
|
||||
{
|
||||
switch (v.getId())
|
||||
{
|
||||
case R.id.web:
|
||||
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(Constants.Url.WEB_SITE)));
|
||||
break;
|
||||
case R.id.web:
|
||||
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(Constants.Url.WEB_SITE)));
|
||||
break;
|
||||
|
||||
case R.id.github:
|
||||
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(Constants.Url.GITHUB)));
|
||||
break;
|
||||
case R.id.github:
|
||||
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(Constants.Url.GITHUB)));
|
||||
break;
|
||||
|
||||
case R.id.telegram:
|
||||
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(Constants.Url.TELEGRAM)));
|
||||
break;
|
||||
case R.id.telegram:
|
||||
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(Constants.Url.TELEGRAM)));
|
||||
break;
|
||||
|
||||
case R.id.instagram:
|
||||
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(Constants.Url.INSTAGRAM)));
|
||||
break;
|
||||
case R.id.instagram:
|
||||
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(Constants.Url.INSTAGRAM)));
|
||||
break;
|
||||
|
||||
case R.id.facebook:
|
||||
Utils.showFacebookPage(getActivity());
|
||||
break;
|
||||
case R.id.facebook:
|
||||
Utils.showFacebookPage(getActivity());
|
||||
break;
|
||||
|
||||
case R.id.twitter:
|
||||
Utils.showTwitterPage(getActivity());
|
||||
break;
|
||||
case R.id.twitter:
|
||||
Utils.showTwitterPage(getActivity());
|
||||
break;
|
||||
|
||||
case R.id.rate:
|
||||
Utils.openAppInMarket(getActivity(), BuildConfig.REVIEW_URL);
|
||||
break;
|
||||
case R.id.faq:
|
||||
((HelpActivity) getActivity()).stackFragment(FaqFragment.class, getString(R.string.faq), null);
|
||||
break;
|
||||
|
||||
case R.id.share:
|
||||
SharingUtils.shareApplication(getContext());
|
||||
break;
|
||||
case R.id.report:
|
||||
Utils.sendFeedback(getActivity());
|
||||
break;
|
||||
|
||||
case R.id.copyright:
|
||||
getSettingsActivity().replaceFragment(CopyrightFragment.class,
|
||||
getString(R.string.copyright), null);
|
||||
break;
|
||||
}
|
||||
} catch (ActivityNotFoundException e)
|
||||
{
|
||||
case R.id.contribute:
|
||||
Utils.showContributionPage(getActivity());
|
||||
break;
|
||||
|
||||
case R.id.rate:
|
||||
Utils.openAppInMarket(getActivity(), BuildConfig.REVIEW_URL);
|
||||
break;
|
||||
|
||||
case R.id.copyright:
|
||||
((HelpActivity) getActivity()).stackFragment(CopyrightFragment.class, getString(R.string.copyright), null);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,9 +3,6 @@ package com.mapswithme.maps.settings;
|
|||
import android.os.Bundle;
|
||||
import android.text.TextUtils;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.annotation.Nullable;
|
||||
import androidx.appcompat.widget.Toolbar;
|
||||
import androidx.fragment.app.Fragment;
|
||||
import androidx.preference.Preference;
|
||||
import androidx.preference.PreferenceFragmentCompat;
|
||||
|
@ -18,9 +15,6 @@ public class SettingsActivity extends BaseToolbarActivity
|
|||
implements PreferenceFragmentCompat.OnPreferenceStartFragmentCallback,
|
||||
PreferenceFragmentCompat.OnPreferenceStartScreenCallback
|
||||
{
|
||||
@Nullable
|
||||
private String mLastTitle;
|
||||
|
||||
@Override
|
||||
protected int getContentLayoutResId()
|
||||
{
|
||||
|
@ -41,7 +35,7 @@ public class SettingsActivity extends BaseToolbarActivity
|
|||
try
|
||||
{
|
||||
Class<? extends Fragment> fragment = (Class<? extends Fragment>) Class.forName(pref.getFragment());
|
||||
replaceFragment(fragment, title, pref.getExtras());
|
||||
stackFragment(fragment, title, pref.getExtras());
|
||||
} catch (ClassNotFoundException e)
|
||||
{
|
||||
e.printStackTrace();
|
||||
|
@ -54,43 +48,7 @@ public class SettingsActivity extends BaseToolbarActivity
|
|||
{
|
||||
Bundle args = new Bundle();
|
||||
args.putString(PreferenceFragmentCompat.ARG_PREFERENCE_ROOT, preferenceScreen.getKey());
|
||||
replaceFragment(SettingsPrefsFragment.class, preferenceScreen.getTitle().toString(), args);
|
||||
stackFragment(SettingsPrefsFragment.class, preferenceScreen.getTitle().toString(), args);
|
||||
return true;
|
||||
}
|
||||
|
||||
public void replaceFragment(@NonNull Class<? extends Fragment> fragmentClass,
|
||||
@Nullable String title, @Nullable Bundle args)
|
||||
{
|
||||
final int resId = getFragmentContentResId();
|
||||
if (resId <= 0 || findViewById(resId) == null)
|
||||
throw new IllegalStateException("Fragment can't be added, since getFragmentContentResId() " +
|
||||
"isn't implemented or returns wrong resourceId.");
|
||||
|
||||
String name = fragmentClass.getName();
|
||||
final Fragment fragment = Fragment.instantiate(this, name, args);
|
||||
getSupportFragmentManager().beginTransaction()
|
||||
.replace(resId, fragment, name)
|
||||
.addToBackStack(null)
|
||||
.commitAllowingStateLoss();
|
||||
getSupportFragmentManager().executePendingTransactions();
|
||||
|
||||
if (title != null)
|
||||
{
|
||||
Toolbar toolbar = getToolbar();
|
||||
if (toolbar != null && toolbar.getTitle() != null)
|
||||
{
|
||||
mLastTitle = toolbar.getTitle().toString();
|
||||
toolbar.setTitle(title);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onBackPressed()
|
||||
{
|
||||
if (mLastTitle != null)
|
||||
getToolbar().setTitle(mLastTitle);
|
||||
|
||||
super.onBackPressed();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -722,7 +722,7 @@ public class SettingsPrefsFragment extends BaseXmlSettingsFragment
|
|||
.show();
|
||||
else
|
||||
// getSettingsActivity().switchToFragment(StoragePathFragment.class, R.string.maps_storage);
|
||||
getSettingsActivity().replaceFragment(StoragePathFragment.class,
|
||||
getSettingsActivity().stackFragment(StoragePathFragment.class,
|
||||
getString(R.string.maps_storage), null);
|
||||
|
||||
return true;
|
||||
|
|
|
@ -75,14 +75,14 @@ public class MainMenu extends BaseMenu
|
|||
return new MwmActivity.SearchClickDelegate(activity, item);
|
||||
}
|
||||
},
|
||||
POINT_TO_POINT(R.id.p2p)
|
||||
HELP(R.id.help)
|
||||
{
|
||||
@NonNull
|
||||
@Override
|
||||
public ClickMenuDelegate createClickDelegate(@NonNull MwmActivity activity,
|
||||
@NonNull Item item)
|
||||
{
|
||||
return new MwmActivity.PointToPointDelegate(activity, item);
|
||||
return new MwmActivity.HelpDelegate(activity, item);
|
||||
}
|
||||
},
|
||||
BOOKMARKS(R.id.bookmarks)
|
||||
|
@ -210,7 +210,7 @@ public class MainMenu extends BaseMenu
|
|||
{
|
||||
mapItem(Item.ADD_PLACE);
|
||||
mapItem(Item.SEARCH);
|
||||
mapItem(Item.POINT_TO_POINT);
|
||||
mapItem(Item.HELP);
|
||||
mapItem(Item.BOOKMARKS);
|
||||
mapItem(Item.SHARE_MY_LOCATION);
|
||||
mapItem(Item.DOWNLOAD_MAPS);
|
||||
|
|
|
@ -83,9 +83,6 @@ public class MainMenuRenderer implements MenuRenderer
|
|||
TextView share = view.findViewById(R.id.share);
|
||||
share.setOnClickListener(v -> mListener.onShareLocationOptionSelected());
|
||||
Graphics.tint(share);
|
||||
TextView report = view.findViewById(R.id.report);
|
||||
report.setOnClickListener(v -> mListener.onReportOptionSelected());
|
||||
Graphics.tint(report);
|
||||
}
|
||||
|
||||
private void initLayersRecycler(@NonNull View view)
|
||||
|
|
|
@ -15,6 +15,7 @@ public final class Constants
|
|||
{
|
||||
public static final String SHORT_SHARE_PREFIX = "om://";
|
||||
public static final String HTTP_SHARE_PREFIX = "https://omaps.app/";
|
||||
public static final String INSTALL_LINK = "https://omaps.app/";
|
||||
|
||||
public static final String MAILTO_SCHEME = "mailto:";
|
||||
public static final String MAIL_SUBJECT = "?subject=";
|
||||
|
@ -27,6 +28,8 @@ public final class Constants
|
|||
public static final String TELEGRAM = "https://t.me/OrganicMapsApp";
|
||||
public static final String INSTAGRAM = "https://www.instagram.com/organicmaps.app";
|
||||
|
||||
public static final String CONTRIBUTE = "https://github.com/organicmaps/organicmaps/blob/master/docs/CONTRIBUTING.md#how-can-i-contribute";
|
||||
|
||||
public static final String WEB_SITE = "https://organicmaps.app";
|
||||
public static final String GITHUB = "https://github.com/organicmaps/organicmaps";
|
||||
|
||||
|
|
|
@ -116,18 +116,4 @@ public class SharingUtils
|
|||
|
||||
context.startActivity(Intent.createChooser(intent, context.getString(R.string.share)));
|
||||
}
|
||||
|
||||
public static void shareApplication(@NonNull Context context)
|
||||
{
|
||||
Intent intent = new Intent(Intent.ACTION_SEND);
|
||||
intent.setType(TEXT_MIME_TYPE);
|
||||
|
||||
final String subject = context.getString(R.string.tell_friends);
|
||||
intent.putExtra(Intent.EXTRA_SUBJECT, subject);
|
||||
|
||||
final String text = context.getString(R.string.tell_friends_text);
|
||||
intent.putExtra(Intent.EXTRA_TEXT, text);
|
||||
|
||||
context.startActivity(Intent.createChooser(intent, context.getString(R.string.share)));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -246,6 +246,11 @@ public class Utils
|
|||
activity.startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(Constants.Url.TWITTER)));
|
||||
}
|
||||
|
||||
public static void showContributionPage(Activity activity)
|
||||
{
|
||||
activity.startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(Constants.Url.CONTRIBUTE)));
|
||||
}
|
||||
|
||||
public static void openUrl(@NonNull Context context, @Nullable String url)
|
||||
{
|
||||
if (TextUtils.isEmpty(url))
|
||||
|
|
|
@ -803,7 +803,7 @@
|
|||
zh-Hant = 再試一次
|
||||
|
||||
[about_menu_title]
|
||||
tags = android, ios
|
||||
tags = ios
|
||||
en = About Organic Maps
|
||||
ar = حول Organic Maps
|
||||
be = Аб дадатку Organic Maps
|
||||
|
@ -3307,7 +3307,7 @@
|
|||
|
||||
[version]
|
||||
comment = Prints version number in About dialog
|
||||
tags = android, ios
|
||||
tags = ios
|
||||
en = Version: %@
|
||||
ar = الاصدار: %@
|
||||
be = Версія: %@
|
||||
|
@ -4508,7 +4508,7 @@
|
|||
|
||||
[rate_the_app]
|
||||
comment = Text in menu
|
||||
tags = ios
|
||||
tags = android, ios
|
||||
en = Rate the app
|
||||
ar = تقييم التطبيق
|
||||
be = Ацаніць дадатак
|
||||
|
@ -4580,8 +4580,83 @@
|
|||
zh-Hans = 帮助
|
||||
zh-Hant = 幫助
|
||||
|
||||
[faq]
|
||||
comment = Button in the main Help dialog
|
||||
tags = android
|
||||
en = FAQ
|
||||
ar = ﺔﺑﻮﺟﺃﻭ ﺔﻠﺌﺳﺃ
|
||||
be = Пытанні і адказы
|
||||
bg = Въпроси и отговори
|
||||
cs = Otázky a odpovědi
|
||||
da = Spørgsmål og svar
|
||||
de = Fragen und Antworten
|
||||
el = Ερωτήσεις και απαντήσεις
|
||||
es = Preguntas y respuestas
|
||||
fa = ﺦﺳﺎﭘ ﻭ ﺶﺳﺮﭘ
|
||||
fi = Kysymykset ja vastaukset
|
||||
fr = Questions et réponses
|
||||
he = תובושתו תולאש
|
||||
hu = Kérdések és válaszok
|
||||
id = Pertanyaan dan jawaban
|
||||
it = Domande e risposte
|
||||
ja = 質問と回答
|
||||
ko = 질문과 답변
|
||||
nb = Spørsmål og svar
|
||||
nl = Vragen en antwoorden
|
||||
pl = Pytania i odpowiedzi
|
||||
pt = Perguntas e respostas
|
||||
pt-BR = Perguntas e respostas
|
||||
ro = Intrebari si raspunsuri
|
||||
ru = Вопросы и ответы
|
||||
sk = Otázky a odpovede
|
||||
sv = Frågor och svar
|
||||
sw = Maswali na majibu
|
||||
th = คำถามและคำตอบ
|
||||
tr = Sorular ve cevaplar
|
||||
uk = Питання та відповіді
|
||||
vi = Câu hỏi và trả lời
|
||||
zh-Hans = 问题和解答
|
||||
zh-Hant = 問題和解答
|
||||
|
||||
[how_to_support_us]
|
||||
comment = Button in the main Help dialog
|
||||
tags = android
|
||||
en = How to support us?
|
||||
ar = كيف تدعم لنا؟
|
||||
be = Як нас падтрымаць?
|
||||
bg = Как да ни подкрепите?
|
||||
cs = Jak nás podpořit?
|
||||
da = Sådan støtter vi os?
|
||||
de = Wie unterstützen Sie uns?
|
||||
el = Πώς να μας υποστηρίξετε;
|
||||
es = ¿Cómo apoyarnos?
|
||||
fa = چگونه از ما حمایت کنیم؟
|
||||
fi = Kuinka tukea meitä?
|
||||
fr = Comment nous soutenir?
|
||||
he = כיצד לתמוך בנו?
|
||||
hu = Hogyan támogat minket?
|
||||
id = Bagaimana cara mendukung kami?
|
||||
it = Come supportarci?
|
||||
ja = どのように私たちを支持する方法?
|
||||
ko = 우리를 지원하는 방법?
|
||||
nb = Hvordan støtte oss?
|
||||
nl = Hoe ons te steunen?
|
||||
pl = Jak nas wspierać?
|
||||
pt = Como nos apoiar?
|
||||
ro = Cum să ne sprijiniți?
|
||||
ru = Как наc поддержать?
|
||||
sk = Ako nás podporiť?
|
||||
sv = Hur stöder vi oss?
|
||||
sw = Jinsi ya kutuunga mkono?
|
||||
th = วิธีการสนับสนุนเรา
|
||||
tr = Bizi nasıl destekleyebilirim?
|
||||
uk = Як нас підтримати?
|
||||
vi = Làm thế nào để hỗ trợ chúng tôi?
|
||||
zh-Hans = 如何支持我们?
|
||||
zh-Hant = 如何支持我們?
|
||||
|
||||
[copyright]
|
||||
comment = Text in menu
|
||||
comment = Button in the main Help dialog
|
||||
tags = android, ios
|
||||
en = Copyright
|
||||
ar = حقوق الطبع والنشر
|
||||
|
@ -4618,7 +4693,7 @@
|
|||
zh-Hant = 版權
|
||||
|
||||
[report_a_bug]
|
||||
comment = Text in menu
|
||||
comment = Text in menu + Button in the main Help dialog
|
||||
tags = android, ios
|
||||
en = Report a bug
|
||||
ar = الإبلاغ عن خطأ
|
||||
|
@ -9113,7 +9188,7 @@
|
|||
zh-Hant = 您已經改變了世界地圖。別藏私!告訴您的朋友們一起來編輯。
|
||||
|
||||
[share_with_friends]
|
||||
tags = android, ios
|
||||
tags = ios
|
||||
en = Share with friends
|
||||
ar = شارك مع الأصدقاء
|
||||
be = Падзяліцца з сябрамі
|
||||
|
@ -13910,149 +13985,42 @@
|
|||
zh-Hans = Organic Maps使用背景中的地理位置记录您最近去过的路径。
|
||||
zh-Hant = Organic Maps使用背景中的地理位置記錄您最近去過的路徑。
|
||||
|
||||
[rate_gp]
|
||||
comment = Rate on Google Play (Android only)
|
||||
tags = android
|
||||
en = Rate on Google Play
|
||||
ar = تصنيف على Google Play
|
||||
be = Ацаніць на Google Play
|
||||
bg = Оценка в Google Play
|
||||
cs = Ohodnotit na Google Play
|
||||
da = Bedøm på Google Play
|
||||
de = Bei Google Play bewerten
|
||||
el = Βαθμολογήστε το στο Google Play
|
||||
es = Valorar en Google Play
|
||||
fa = امتیاز دادن در گوگل پلی
|
||||
fi = Arvioi Google Playssa
|
||||
fr = Noter sur Google Play
|
||||
hu = Arány a Google Play-n
|
||||
id = Beri nilai di Google Play
|
||||
it = Vota su Google Play
|
||||
ja = Google Play で評価
|
||||
ko = Google Play에서 평가
|
||||
nb = Gi vurdering på Google Play
|
||||
nl = Beoordeel op Google Play
|
||||
pl = Oceń w Google Play
|
||||
pt = Avaliar no Google Play
|
||||
pt-BR = Avaliar em Google Play
|
||||
ro = Dați un calificativ pe Google Play
|
||||
ru = Оценить в Google Play
|
||||
sk = Ohodnotiť v službe Google Play
|
||||
sv = Betygsätt på Google Play
|
||||
th = ให้คะแนนบน Google Play
|
||||
tr = Google Play'de Oy Ver
|
||||
uk = Рейтинг на Google Play
|
||||
vi = Cho điểm trên Google Play
|
||||
zh-Hans = 在 Google Play 上的评分
|
||||
zh-Hant = 在 Google Play 評分
|
||||
|
||||
[tell_friends]
|
||||
comment = Share with friends: menu item title
|
||||
tags = android
|
||||
en = Tell a Friend
|
||||
ar = أخبر صديق
|
||||
be = Рассказаць сябрам
|
||||
bg = Кажи на приятел
|
||||
cs = Sdílet s přáteli
|
||||
da = Sig det videre til en ven
|
||||
de = Einem Freund empfehlen
|
||||
el = Πείτε το σε ένα φίλο
|
||||
es = Enviar a un amigo
|
||||
fa = به یک دوست بگویید
|
||||
fi = Kerro kaverille
|
||||
fr = Recommander à un ami
|
||||
hu = Mondja el egy ismerősének
|
||||
id = Beri Tahu Teman
|
||||
it = Dillo a un amico
|
||||
ja = 友達に教える
|
||||
ko = 친구에게 알려주기
|
||||
nb = Fortell en venn
|
||||
nl = Vertel een Vriend
|
||||
pl = Powiadom znajomego
|
||||
pt = Indique a um amigo
|
||||
pt-BR = Indique a um amigo
|
||||
ro = Spuneți unui prieten
|
||||
ru = Рассказать друзьям
|
||||
sk = Povedať priateľovi
|
||||
sv = Tipsa en vän
|
||||
th = บอกเพื่อน
|
||||
tr = Arkadaşınıza söyleyin
|
||||
uk = Розповісти другу
|
||||
vi = Giới thiệu với Bạn bè
|
||||
zh-Hans = 告诉朋友
|
||||
zh-Hant = 告訴朋友
|
||||
|
||||
[tell_friends_text]
|
||||
comment = Share with friends: sharing text
|
||||
tags = android
|
||||
en = Hi! Install Organic Maps!
|
||||
ar = مرحبًا! تثبيت Organic Maps!
|
||||
be = Прывітанне! Усталюй Organic Maps!
|
||||
bg = Здравей! Инсталирай Organic Maps!
|
||||
cs = Ahoj! Naisntalujte si Organic Maps!
|
||||
da = Hej! Installer Organic Maps!
|
||||
de = Hallo! Installiere dir Organic Maps!
|
||||
el = Γεια σας! Εγκαταστήστε το Organic Maps!
|
||||
es = ¡Hola! ¡Instala Organic Maps!
|
||||
fa = سلام! Organic Maps را نصب کنید.
|
||||
fi = Hei, asenna Organic Maps!
|
||||
fr = Salut! Installe Organic Maps!
|
||||
hu = Szia! Telepítsd a Organic Maps alkalmazást!
|
||||
id = Hai! Instal Organic Maps yuk!
|
||||
it = Ciao! Installa Organic Maps!
|
||||
ja = こんにちは!Organic Maps をインストールしましょう!
|
||||
ko = 안녕하세요! Organic Maps를 설치하세요!
|
||||
nb = Hei! Installer Organic Maps!
|
||||
nl = Hallo! Installeer Organic Maps!
|
||||
pl = Cześć! Zainstaluj Organic Maps!
|
||||
pt = Olá! Instale o Organic Maps!
|
||||
pt-BR = Olá! Instale o Organic Maps!
|
||||
ro = Bună! Instalați Organic Maps!
|
||||
ru = Привет! Установи Organic Maps!
|
||||
sk = Ahoj! Nainštaluj si aplikáciu Organic Maps
|
||||
sv = Hej! Installera Organic Maps!
|
||||
th = สวัสดี! ติดตั้ง Organic Maps กันเถอะ!
|
||||
tr = Merhaba! Organic Maps'yi hemen yükle!
|
||||
uk = Привіт! Встанови Organic Maps!
|
||||
vi = Xin chào! Hãy cài đặt Organic Maps!
|
||||
zh-Hans = 您好!安装 Organic Maps!
|
||||
zh-Hant = 嗨!安裝 Organic Maps!
|
||||
|
||||
[about_description]
|
||||
comment = About short text (below logo)
|
||||
comment = About short text
|
||||
tags = android, ios
|
||||
en = Organic Maps is an essential offline application for travelling. Organic Maps is based on OpenStreetMap data and allows editing it.
|
||||
ar = Organic Maps هو تطبيق أساسي للسفر بدون اتصال بالإنترنت. يعتمد برنامج Organic Maps على بيانات OpenStreetMap ويتيح تحريرها.
|
||||
be = Organic Maps — неабходны дататак для падарожжаў, каторы працуе без падлучэння да інтэрнэту. Organic Maps ужывае дадзеныя OpenStreetMap і дазваляе іх правіць.
|
||||
bg = Organic Maps е офлайн приложение за пътуване. Organic Maps се основава на данни от OpenStreetMap и позволява тяхното редактиране.
|
||||
cs = Organic Maps je základní aplikace pro každého cestovatele. Organic Maps je založena na datech z OpenStreetMap a umožňuje je upravovat.
|
||||
da = Organic Maps er en essentiel offline-app for rejsende. Organic Maps er baseret på data fra OpenStreetMap, og gør det muligt at redigere disse data.
|
||||
de = Organic Maps ist eine wichtige Offline-App zum Reisen. Organic Maps basiert auf OpenStreetMap-Daten und ermöglicht das Bearbeiten dieser.
|
||||
el = Το Organic Maps είναι η απαραίτητη εφαρμογή γα ταξίδια που λειτουργεί εκτός σύνδεσης. Το Organic Maps βασίζεται σε δεδομένα OpenStreetMap και σας επιτρέπει να τα επεξεργαστείτε.
|
||||
es = Organic Maps es una aplicación esencial offline para viajar. Organic Maps se basa en datos de OpenStreetMap y permite editarla.
|
||||
fa = Organic Maps یک نرم افزار افلاین مخصوص سفر است. Organic Maps بر پایه دیتای OpenStreetMap است و به شما اجازه ویرایش در ان را می دهد.
|
||||
fi = Organic Maps on ehdoton offline-sovellus matkoja varten. Organic Maps perustuu OpenStreetMap-dataan ja sallii sen muokkauksen.
|
||||
fr = Organic Maps est une application hors ligne essentielle pour les voyages. Organic Maps se base sur les données OpenStreetMap et permet de les modifier.
|
||||
hu = A Organic Maps egy nélkülözhetetlen alkalmazás utazáshoz. A Organic Maps az OpenStreetMap adataira épül, és lehetővé teszi ezek szerkesztését.
|
||||
id = Organic Maps adalah aplikasi offline yang sangat berguna untuk bepergian. Organic Maps didasarkan pada data OpenStreetMap dan memungkinkan kita untuk mengeditnya.
|
||||
it = Organic Maps è un'applicazione offline essenziale per chi ama viaggiare. Organic Maps si basa sui dati OpenStreetMap e consente di apportare modifiche.
|
||||
ja = Organic Maps は旅に必要不可欠なオフラインアプリケーションです。Organic Maps は OpenStreetMap データに基づいており、データを編集することができます。
|
||||
ko = Organic Maps는 여행용 필수 오프라인 응용 프로그램입니다. Organic Maps는 OpenStreetMap 데이터를 기반으로 하며 이 데이터 편집을 허용합니다.
|
||||
nb = Organic Maps er en offline app for reising. Organic Maps bygger på OpenStreetMap-data og tillater redigering av den.
|
||||
nl = Organic Maps is een essentiële offline applicatie om te reizen. Organic Maps is gebaseerd op OpenStreetMap gegevens en laat bewerking toe.
|
||||
pl = Organic Maps to niezbędna aplikacja do podróży działająca w trybie offline. Organic Maps opiera się o dane OpenStreetMap oraz umożliwia ich edycję.
|
||||
pt = O Organic Maps é uma aplicação offline essencial para viajar. O Organic Maps baseia-se nos dados do OpenStreetMap e permite editá-los.
|
||||
pt-BR = O Organic Maps é um aplicativo offline essencial para viajar. O Organic Maps se baseia nos dados do OpenStreetMap e permite editá-los.
|
||||
ro = Organic Maps este o aplicație offline esențială când călătoriți. Organic Maps utilizează datele OpenStreeMap și permite editarea acestora.
|
||||
ru = Organic Maps — незаменимое приложение для путешествий, работающее без подключения к интернету. Organic Maps использует данные OpenStreetMap и позволяет их улучшать.
|
||||
sk = Organic Maps je offine aplikácia na cestovanie. Základom aplikácie Organic Maps sú dáta OpenStreetMap, pričom aplikácia nám ich umožňuje upravovať.
|
||||
sv = Organic Maps är en offline-applikation som du behöver när du reser. Organic Maps baseras på OpenStreetMap-data och tillåter redigering i den.
|
||||
th = Organic Maps เป็นแอปพลิเคชั่นออฟไลน์ที่จำเป็นสำหรับการท่องเที่ยว Organic Maps นั้นใช้งานบนพื้นฐานของข้อมูล OpenStreetMap และใช้แก้ไขได้ด้วย
|
||||
tr = Organic Maps, seyahatler için vazgeçilmez bir çevrimdışı uygulamadır. Organic Maps, OpenStreetMap verilerine dayanmakta ve bu verilerin düzenlenmesini sağlamaktadır.
|
||||
uk = Organic Maps — це додаток must-have для мандрівників. У Organic Maps використовуються офлайн-дані OpenStreetMap, які можна редагувати.
|
||||
vi = Organic Maps là một ứng dụng ngoại tuyến thiết yếu khi đi du lịch. Organic Maps được dựa trên dữ liệu của OpenStreetMap và cho phép bạn hiệu chỉnh nó.
|
||||
zh-Hans = Organic Maps 是一款基本的离线旅行应用。Organic Maps 基于 OpenStreetMap 数据并且允许对其进行编辑。
|
||||
zh-Hant = Organic Maps 是一款基本離線旅遊應用程式。Organic Maps 以 OpenStreetMap 數據為基礎,並允許對其進行編輯。
|
||||
en = Organic Maps is a free and open-source offline maps app, developed by a few geeks in their free time. All map data is from OpenStreetMap. No ads. No tracking and personal data collection.
|
||||
ar = Organic Maps هو تطبيق مجاني. تم تطويره من قبل عدد قليل من المهندسين في وقت فراغنا. جميع بيانات الخريطة من OpenStreetMap. لا اعلانات. لا تتبع. لم يتم جمع بياناتك الشخصية.
|
||||
be = Organic Maps гэта бясплатнае прыкладанне. Ён распрацаваны некалькіх інжынераў у вольны час. Усе дадзеныя карты з OpenstreetMap. Няма аб'яваў. Няма адсочвання. Вашы асабістыя дадзеныя не збіраюцца.
|
||||
bg = Organic Maps е безплатно приложение. Разработено е от няколко инженери в свободното ни време. Всички картографски данни са от OpenstreetMap. Без реклами. Без проследяване. Вашите лични данни не се събират.
|
||||
cs = Organic Maps je bezplatná aplikace. Vyvíjejí se několik inženýrů v našem volném čase. Všechna mapová data jsou z OpenStreetMap. Žádné reklamy. Žádné sledování. Vaše osobní údaje nejsou shromažďovány.
|
||||
da = Organic Maps er en gratis applikation. Det er udviklet af et par ingeniører i vores fritid. Alle kortdata er fra OpenSTreetMap. Ingen annoncer. Ingen sporing. Dine personlige data indsamles ikke.
|
||||
de = Organic Maps ist eine kostenlose Anwendung. Es wird von einigen Ingenieuren in unserer Freizeit entwickelt. Alle Kartendaten stammen aus OpenStreetMap. Keine Werbung. Keine Verfolgung. Ihre persönlichen Daten werden nicht gesammelt.
|
||||
el = Ο Organic Maps είναι μια δωρεάν εφαρμογή. Αναπτύσσεται από λίγους μηχανικούς στον ελεύθερο χρόνο μας. Όλα τα δεδομένα χάρτη είναι από το OpenStreetMap. Χωρίς διαφημίσεις. Χωρίς εντοπισμό. Τα προσωπικά σας δεδομένα δεν συλλέγονται.
|
||||
es = Organic Maps es una aplicación gratuita. Es desarrollado por unos pocos ingenieros en nuestro tiempo libre. Todos los datos de mapas son de OpenStreetMap. Sin anuncios. Sin seguimiento. Sus datos personales no se recopilan.
|
||||
fa = Organic Maps یک برنامه رایگان است. این توسط چند مهندس در زمان آزاد ما توسعه یافته است. تمام داده های نقشه از OpenStreetMap است. بدون تبلیغاتبدون ردیابیاطلاعات شخصی شما جمع آوری نشده است.
|
||||
fi = Organic Maps on ilmainen sovellus. Se kehittää muutamia insinöörejä vapaa-ajalla. Kaikki karttatiedot ovat OpenStreetMapista. Ei mainoksia. Ei seurantaa. Henkilötietojasi ei kerätä.
|
||||
fr = Organic Maps est une application gratuite. Il est développé par quelques ingénieurs dans notre temps libre. Toutes les données cartographiques proviennent de OpenStreetMap. Pas de pubs. Pas de localisation. Vos données personnelles ne sont pas collectées.
|
||||
he = Organic Maps הוא יישום חינם. הוא פותח על ידי כמה מהנדסים בזמן הפנוי שלנו. כל נתוני המפה הם מ- OpenStreetmap. ללא פרסומות. אין מעקב. הנתונים האישיים שלך אינם נאספים.
|
||||
hu = Az Organic Maps ingyenes alkalmazás. A szabadidőben néhány mérnök fejlett. Az összes térképadat az OpenStreetMapból származik. Nincsenek hirdetések. Nincs nyomkövetés. Az Ön személyes adatait nem gyűjtik össze.
|
||||
id = Organic Maps adalah aplikasi gratis. Ini dikembangkan oleh beberapa insinyur di waktu luang kami. Semua data peta berasal dari openstreetmap. Tanpa iklan. Tidak ada pelacakan. Data pribadi Anda tidak dikumpulkan.
|
||||
it = Organic Maps è un'applicazione gratuita. È sviluppato da alcuni ingegneri nel nostro tempo libero. Tutti i dati della mappa provengono da OpenStreetMap. Nessuna pubblicità. No tracciabilità. I tuoi dati personali non sono raccolti.
|
||||
ja = Organic Mapsは無料のアプリケーションです。それは私たちの自由な時間にいくつかのエンジニアによって開発されています。すべての地図データはOpenStreetMapからのものです。広告なし。全く追跡しません。あなたの個人データは収集されません。
|
||||
ko = Organic Maps는 무료 응용 프로그램입니다. 그것은 자유 시간에 몇 명의 엔지니어가 개발했습니다. 모든지도 데이터는 OpenStreetMap에서입니다. 광고 없음. 추적 없음. 귀하의 개인 데이터는 수집되지 않습니다.
|
||||
nb = Organic Maps er en gratis applikasjon. Den er utviklet av noen ingeniører på fritiden. Alle kartdata er fra OpenStreetMap. Ingen annonser. Ingen sporing. Dine personopplysninger er ikke samlet.
|
||||
nl = Organic Maps is een gratis applicatie. Het is ontwikkeld door een paar ingenieurs in onze vrije tijd. Alle kaartgegevens zijn van OpenStreetMap. Geen advertenties. Geen volgen. Uw persoonlijke gegevens worden niet verzameld.
|
||||
pl = Organic Maps to darmowa aplikacja. Jest rozwijany przez kilku inżynierów w naszym wolnym czasie. Wszystkie dane mapowe pochodzą z OpenStreetMap. Bez reklam. Bez śledzenia. Twoje dane osobowe nie są gromadzone.
|
||||
pt = Organic Maps é um aplicativo gratuito. É desenvolvido por alguns engenheiros em nosso tempo livre. Todos os dados do mapa são do OpenStreetMap. Nenhum anúncio. Nenhum rastreamento. Seus dados pessoais não são coletados.
|
||||
ro = Organic Maps este o aplicație gratuită. Este dezvoltat de câțiva ingineri în timpul liber. Toate datele hărților sunt din OpenStreetMap. Fără reclame. Nici o urmărire. Datele dvs. personale nu sunt colectate.
|
||||
ru = Organic Maps - это бесплатное приложение, разработанное несколькими гиками свободное временя. Все данные карты из OpenStreetMap. Без рекламы. Нет отслеживания. Ваши личные данные не собираются.
|
||||
sk = Organic Maps je bezplatná aplikácia. Je vyvinutý niekoľkými inžiniermi v našom voľnom čase. Všetky údaje mapy sú z OpenSTREETMAP. Žiadne reklamy. Žiadne sledovanie. Vaše osobné údaje sa nezbierajú.
|
||||
sv = Organic Maps är en gratis applikation. Den är utvecklad av några ingenjörer på vår fritid. Alla kartdata är från OpenStreetMap. Inga annonser. Ingen spårning. Dina personuppgifter samlas inte in.
|
||||
sw = Organic Maps ni programu ya bure. Inatengenezwa na wahandisi wachache wakati wetu wa bure. Takwimu zote za ramani ni kutoka kwa OpenStreetMap. Hakuna matangazo. Hakuna kufuatilia. Takwimu zako za kibinafsi hazikusanywa.
|
||||
th = Organic Maps เป็นแอปพลิเคชั่นฟรีมันได้รับการพัฒนาโดยวิศวกรสองสามคนในเวลาว่างของเราข้อมูลแผนที่ทั้งหมดมาจาก OpenStreetMapไม่มีโฆษณาไม่มีการติดตาม. ข้อมูลส่วนบุคคลของคุณจะไม่ถูกเก็บรวบรวม
|
||||
tr = Organic Maps ücretsiz bir uygulamadır. Boş zamanlarımızda birkaç mühendis tarafından geliştirilmiştir. Tüm harita verileri OpenStreetMap'tendir. Reklamsız. İzleme yok. Kişisel verileriniz toplanmaz.
|
||||
uk = Organic Maps - це безкоштовна програма. Він розроблений кількома інженерами у вільний час. Всі дані карти є від OpenStreetMap. Немає реклами. Немає відстеження. Ваші особисті дані не збираються.
|
||||
vi = Organic Maps là một ứng dụng miễn phí. Nó được phát triển bởi một vài kỹ sư trong thời gian rảnh của chúng tôi. Tất cả dữ liệu bản đồ là từ OpenStreetMap. Không quảng cáo. Không theo dõi. Dữ liệu cá nhân của bạn không được thu thập.
|
||||
zh-Hans = Organic Maps是免费的申请。它是由我们的空闲时间的少数工程师开发的。所有地图数据都来自OpenStreetMap。无广告。没有跟踪。您的个人数据不会收集。
|
||||
zh-Hant = Organic Maps是免費的申請。它是由我們的空閒時間的少數工程師開發的。所有地圖數據都來自OpenStreetMap。無廣告。沒有跟踪。您的個人數據不會收集。
|
||||
|
||||
[general_settings]
|
||||
tags = ios
|
||||
|
@ -17499,7 +17467,7 @@
|
|||
zh-Hant = 從卡中隱藏
|
||||
|
||||
[public_access]
|
||||
tags = android, ios
|
||||
tags = android
|
||||
en = Public access
|
||||
ar = إطلاع الجمهور
|
||||
be = Публічны доступ
|
||||
|
@ -17536,7 +17504,7 @@
|
|||
zh-Hant = 公共訪問
|
||||
|
||||
[limited_access]
|
||||
tags = android, ios
|
||||
tags = android
|
||||
en = Limited access
|
||||
ar = محدودية فرص حصول
|
||||
be = Абмежаваны доступ
|
||||
|
@ -17645,7 +17613,7 @@
|
|||
zh-Hant = 添加說明(文字或html)
|
||||
|
||||
[not_shared]
|
||||
tags = android, ios
|
||||
tags = android
|
||||
en = Private
|
||||
ar = خاص
|
||||
be = Прыватны
|
||||
|
@ -18237,7 +18205,7 @@
|
|||
zh-Hant = 此選項啟用以記錄操作來進行診斷。這有助於團隊識別應用程序的問題。請僅在Organic Maps支持請求時開啟該選項。
|
||||
|
||||
[access_rules_author_only]
|
||||
tags = android, ios
|
||||
tags = android
|
||||
en = Online editing
|
||||
ar = التحرير على الإنترنت
|
||||
be = Рэдагаванне анлайн
|
||||
|
|
|
@ -6,6 +6,10 @@ Thank you for your interest in contributing to Organic Maps!
|
|||
|
||||
There are many ways to contribute.
|
||||
|
||||
### Donate
|
||||
|
||||
See https://organicmaps.app/donate/
|
||||
|
||||
### Bug Reports
|
||||
|
||||
The simplest way to contribute is to [submit an issue](https://github.com/organicmaps/organicmaps/issues).
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "مساعدة";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "ﺔﺑﻮﺟﺃﻭ ﺔﻠﺌﺳﺃ";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "كيف تدعم لنا؟";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "حقوق الطبع والنشر";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "الإبلاغ عن خطأ";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "يستخدم Organic Maps موقعك الجغرافي في الخلفية لتسجيل مسار سفرك الأخير.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "تصنيف على Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "أخبر صديق";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "مرحبًا! تثبيت Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps هو تطبيق أساسي للسفر بدون اتصال بالإنترنت. يعتمد برنامج Organic Maps على بيانات OpenStreetMap ويتيح تحريرها.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps هو تطبيق مجاني. تم تطويره من قبل عدد قليل من المهندسين في وقت فراغنا. جميع بيانات الخريطة من OpenStreetMap. لا اعلانات. لا تتبع. لم يتم جمع بياناتك الشخصية.";
|
||||
|
||||
"general_settings" = "إعدادات عامة";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Дапамога";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Пытанні і адказы";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Як нас падтрымаць?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Капірайт";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Паведаміць аб памылцы";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps ужывае вашу геалакацыю ў фонавым рэжыме каб запісваць ваш нядаўна пройдзены маршрут.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Ацаніць на Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Рассказаць сябрам";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Прывітанне! Усталюй Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps — неабходны дататак для падарожжаў, каторы працуе без падлучэння да інтэрнэту. Organic Maps ужывае дадзеныя OpenStreetMap і дазваляе іх правіць.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps гэта бясплатнае прыкладанне. Ён распрацаваны некалькіх інжынераў у вольны час. Усе дадзеныя карты з OpenstreetMap. Няма аб'яваў. Няма адсочвання. Вашы асабістыя дадзеныя не збіраюцца.";
|
||||
|
||||
"general_settings" = "Агульныя налады";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Помощ";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Въпроси и отговори";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Как да ни подкрепите?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Авторски права";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Докладване на проблем";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps използва геопозицията ви във фонов режим за записване на последния ви маршрут.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Оценка в Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Кажи на приятел";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Здравей! Инсталирай Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps е офлайн приложение за пътуване. Organic Maps се основава на данни от OpenStreetMap и позволява тяхното редактиране.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps е безплатно приложение. Разработено е от няколко инженери в свободното ни време. Всички картографски данни са от OpenstreetMap. Без реклами. Без проследяване. Вашите лични данни не се събират.";
|
||||
|
||||
"general_settings" = "Общи настройки";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Nápověda";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Otázky a odpovědi";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Jak nás podpořit?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Autorská práva";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Nahlásit chybu";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps používají geopozici na pozadí, aby se zaznamenala vaše nedávno ujetá trasa.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Ohodnotit na Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Sdílet s přáteli";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Ahoj! Naisntalujte si Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps je základní aplikace pro každého cestovatele. Organic Maps je založena na datech z OpenStreetMap a umožňuje je upravovat.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps je bezplatná aplikace. Vyvíjejí se několik inženýrů v našem volném čase. Všechna mapová data jsou z OpenStreetMap. Žádné reklamy. Žádné sledování. Vaše osobní údaje nejsou shromažďovány.";
|
||||
|
||||
"general_settings" = "Obecná nastavení";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Hjælp";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Spørgsmål og svar";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Sådan støtter vi os?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Copyright";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Rapportér fejl";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps anvender din geoposition i baggrunden til at gemme din seneste rejserute.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Bedøm på Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Sig det videre til en ven";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Hej! Installer Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps er en essentiel offline-app for rejsende. Organic Maps er baseret på data fra OpenStreetMap, og gør det muligt at redigere disse data.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps er en gratis applikation. Det er udviklet af et par ingeniører i vores fritid. Alle kortdata er fra OpenSTreetMap. Ingen annoncer. Ingen sporing. Dine personlige data indsamles ikke.";
|
||||
|
||||
"general_settings" = "Generelle indstillinger";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Hilfe";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Fragen und Antworten";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Wie unterstützen Sie uns?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Copyright";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Fehler melden";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps verwendet Ihre Geoposition im Hintergrund, um Ihre kürzlich gefahrene Route aufzunehmen.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Bei Google Play bewerten";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Einem Freund empfehlen";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Hallo! Installiere dir Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps ist eine wichtige Offline-App zum Reisen. Organic Maps basiert auf OpenStreetMap-Daten und ermöglicht das Bearbeiten dieser.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps ist eine kostenlose Anwendung. Es wird von einigen Ingenieuren in unserer Freizeit entwickelt. Alle Kartendaten stammen aus OpenStreetMap. Keine Werbung. Keine Verfolgung. Ihre persönlichen Daten werden nicht gesammelt.";
|
||||
|
||||
"general_settings" = "Allgemeine Einstellungen";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Βοήθεια";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Ερωτήσεις και απαντήσεις";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Πώς να μας υποστηρίξετε;";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Πνευματικά δικαιώματα";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Αναφορά σφάλματος";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Το Organic Maps χρησιμοποιεί τη γεωγραφική σας τοποθεσία στο παρασκήνιο για την καταγραφή των πρόσφατων διαδρομών σας.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Βαθμολογήστε το στο Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Πείτε το σε ένα φίλο";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Γεια σας! Εγκαταστήστε το Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Το Organic Maps είναι η απαραίτητη εφαρμογή γα ταξίδια που λειτουργεί εκτός σύνδεσης. Το Organic Maps βασίζεται σε δεδομένα OpenStreetMap και σας επιτρέπει να τα επεξεργαστείτε.";
|
||||
/* About short text */
|
||||
"about_description" = "Ο Organic Maps είναι μια δωρεάν εφαρμογή. Αναπτύσσεται από λίγους μηχανικούς στον ελεύθερο χρόνο μας. Όλα τα δεδομένα χάρτη είναι από το OpenStreetMap. Χωρίς διαφημίσεις. Χωρίς εντοπισμό. Τα προσωπικά σας δεδομένα δεν συλλέγονται.";
|
||||
|
||||
"general_settings" = "Γενικές ρυθμίσεις";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Help";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "FAQ";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "How to support us?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Copyright";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Report a bug";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps uses your geoposition in the background for recording your recently traveled route.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Rate on Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Tell a Friend";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Hi! Install Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps is an essential offline application for travelling. Organic Maps is based on OpenStreetMap data and allows editing it.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps is a free and open-source offline maps app, developed by a few geeks in their free time. All map data is from OpenStreetMap. No ads. No tracking and personal data collection.";
|
||||
|
||||
"general_settings" = "General settings";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Help";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "FAQ";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "How to support us?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Copyright";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Report a bug";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps uses your geoposition in the background for recording your recently traveled route.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Rate on Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Tell a Friend";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Hi! Install Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps is an essential offline application for travelling. Organic Maps is based on OpenStreetMap data and allows editing it.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps is a free and open-source offline maps app, developed by a few geeks in their free time. All map data is from OpenStreetMap. No ads. No tracking and personal data collection.";
|
||||
|
||||
"general_settings" = "General settings";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Help";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "FAQ";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "How to support us?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Copyright";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Report a bug";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps uses your geoposition in the background for recording your recently traveled route.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Rate on Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Tell a Friend";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Hi! Install Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps is an essential offline application for travelling. Organic Maps is based on OpenStreetMap data and allows editing it.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps is a free and open-source offline maps app, developed by a few geeks in their free time. All map data is from OpenStreetMap. No ads. No tracking and personal data collection.";
|
||||
|
||||
"general_settings" = "General settings";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Ayuda";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Preguntas y respuestas";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "¿Cómo apoyarnos?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Copyright";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Hay un error";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps usa tu geolocalización en segundo plano para registrar tu ruta recorrida recientemente.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Valorar en Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Enviar a un amigo";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "¡Hola! ¡Instala Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps es una aplicación esencial offline para viajar. Organic Maps se basa en datos de OpenStreetMap y permite editarla.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps es una aplicación gratuita. Es desarrollado por unos pocos ingenieros en nuestro tiempo libre. Todos los datos de mapas son de OpenStreetMap. Sin anuncios. Sin seguimiento. Sus datos personales no se recopilan.";
|
||||
|
||||
"general_settings" = "Ajustes generales";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "کمک";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "ﺦﺳﺎﭘ ﻭ ﺶﺳﺮﭘ";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "چگونه از ما حمایت کنیم؟";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "حق نشر و کپی رایت";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "گزارش خطا";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps از اطلاعات موقعیت مکانی شما در پس ضمینه برای ذخیره مسیر هایی که اخیرا سفر کرده اید استفاده می کند.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "امتیاز دادن در گوگل پلی";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "به یک دوست بگویید";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "سلام! Organic Maps را نصب کنید.";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps یک نرم افزار افلاین مخصوص سفر است. Organic Maps بر پایه دیتای OpenStreetMap است و به شما اجازه ویرایش در ان را می دهد.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps یک برنامه رایگان است. این توسط چند مهندس در زمان آزاد ما توسعه یافته است. تمام داده های نقشه از OpenStreetMap است. بدون تبلیغاتبدون ردیابیاطلاعات شخصی شما جمع آوری نشده است.";
|
||||
|
||||
"general_settings" = "تنظیمات عمومی";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Ohje";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Kysymykset ja vastaukset";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Kuinka tukea meitä?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Copyright";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Ilmoita virheestä";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "MAPS.SE käyttää taustalla geosijaintia sinun viimeisen matkareitin tallentamiseksi.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Arvioi Google Playssa";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Kerro kaverille";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Hei, asenna Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps on ehdoton offline-sovellus matkoja varten. Organic Maps perustuu OpenStreetMap-dataan ja sallii sen muokkauksen.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps on ilmainen sovellus. Se kehittää muutamia insinöörejä vapaa-ajalla. Kaikki karttatiedot ovat OpenStreetMapista. Ei mainoksia. Ei seurantaa. Henkilötietojasi ei kerätä.";
|
||||
|
||||
"general_settings" = "Yleiset asetukset";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Aide";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Questions et réponses";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Comment nous soutenir?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Tous droits réservés";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Signaler un bug";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps utilise votre géolocalisation en arrière-plan pour enregistrer vos itinéraires récents.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Noter sur Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Recommander à un ami";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Salut! Installe Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps est une application hors ligne essentielle pour les voyages. Organic Maps se base sur les données OpenStreetMap et permet de les modifier.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps est une application gratuite. Il est développé par quelques ingénieurs dans notre temps libre. Toutes les données cartographiques proviennent de OpenStreetMap. Pas de pubs. Pas de localisation. Vos données personnelles ne sont pas collectées.";
|
||||
|
||||
"general_settings" = "Paramètres généraux";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Segítség";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Kérdések és válaszok";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Hogyan támogat minket?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Szerzői jog";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Hibabejelentés";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "A Organic Maps a geopozíciód használatával a háttérben rögzíti a legutóbb megtett utad.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Arány a Google Play-n";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Mondja el egy ismerősének";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Szia! Telepítsd a Organic Maps alkalmazást!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "A Organic Maps egy nélkülözhetetlen alkalmazás utazáshoz. A Organic Maps az OpenStreetMap adataira épül, és lehetővé teszi ezek szerkesztését.";
|
||||
/* About short text */
|
||||
"about_description" = "Az Organic Maps ingyenes alkalmazás. A szabadidőben néhány mérnök fejlett. Az összes térképadat az OpenStreetMapból származik. Nincsenek hirdetések. Nincs nyomkövetés. Az Ön személyes adatait nem gyűjtik össze.";
|
||||
|
||||
"general_settings" = "Általános beállítások";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Bantuan";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Pertanyaan dan jawaban";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Bagaimana cara mendukung kami?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Hak cipta";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Laporkan gangguan";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps menggunakan geoposisi di latar belakang untuk merekam rute yang baru Anda lalui.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Beri nilai di Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Beri Tahu Teman";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Hai! Instal Organic Maps yuk!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps adalah aplikasi offline yang sangat berguna untuk bepergian. Organic Maps didasarkan pada data OpenStreetMap dan memungkinkan kita untuk mengeditnya.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps adalah aplikasi gratis. Ini dikembangkan oleh beberapa insinyur di waktu luang kami. Semua data peta berasal dari openstreetmap. Tanpa iklan. Tidak ada pelacakan. Data pribadi Anda tidak dikumpulkan.";
|
||||
|
||||
"general_settings" = "Setelan umum";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Aiuto";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Domande e risposte";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Come supportarci?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Copyright";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Riporta un bug";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps usa la tua posizione geografica in background per registrare il tuo percorso effettuato più di recente.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Vota su Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Dillo a un amico";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Ciao! Installa Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps è un'applicazione offline essenziale per chi ama viaggiare. Organic Maps si basa sui dati OpenStreetMap e consente di apportare modifiche.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps è un'applicazione gratuita. È sviluppato da alcuni ingegneri nel nostro tempo libero. Tutti i dati della mappa provengono da OpenStreetMap. Nessuna pubblicità. No tracciabilità. I tuoi dati personali non sono raccolti.";
|
||||
|
||||
"general_settings" = "Impostazioni generali";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "ヘルプ";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "質問と回答";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "どのように私たちを支持する方法?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "著作権";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "バグを報告";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Mapsは、あなたの位置情報をバックグラウンドで使用して最近の走行ルートを記録します。";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Google Play で評価";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "友達に教える";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "こんにちは!Organic Maps をインストールしましょう!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps は旅に必要不可欠なオフラインアプリケーションです。Organic Maps は OpenStreetMap データに基づいており、データを編集することができます。";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Mapsは無料のアプリケーションです。それは私たちの自由な時間にいくつかのエンジニアによって開発されています。すべての地図データはOpenStreetMapからのものです。広告なし。全く追跡しません。あなたの個人データは収集されません。";
|
||||
|
||||
"general_settings" = "一般設定";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "도움말";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "질문과 답변";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "우리를 지원하는 방법?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "저작권";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "오류 신고";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps는 최근 여행한 경로를 녹음하기 위해 배경 화면에서 지역 위치 서비스를 사용합니다.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Google Play에서 평가";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "친구에게 알려주기";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "안녕하세요! Organic Maps를 설치하세요!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps는 여행용 필수 오프라인 응용 프로그램입니다. Organic Maps는 OpenStreetMap 데이터를 기반으로 하며 이 데이터 편집을 허용합니다.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps는 무료 응용 프로그램입니다. 그것은 자유 시간에 몇 명의 엔지니어가 개발했습니다. 모든지도 데이터는 OpenStreetMap에서입니다. 광고 없음. 추적 없음. 귀하의 개인 데이터는 수집되지 않습니다.";
|
||||
|
||||
"general_settings" = "일반 설정";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Hjelp";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Spørsmål og svar";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Hvordan støtte oss?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Opphavsrett";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Rapporter en feil";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps bruker geografiske funksjoner i bakgrunnen for å registrere din nylig reiste rute.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Gi vurdering på Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Fortell en venn";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Hei! Installer Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps er en offline app for reising. Organic Maps bygger på OpenStreetMap-data og tillater redigering av den.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps er en gratis applikasjon. Den er utviklet av noen ingeniører på fritiden. Alle kartdata er fra OpenStreetMap. Ingen annonser. Ingen sporing. Dine personopplysninger er ikke samlet.";
|
||||
|
||||
"general_settings" = "Generelle innstillinger";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Hulp";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Vragen en antwoorden";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Hoe ons te steunen?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Auteursrechten";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Meld een fout";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps gebruikt uw geografische positie op de achtergrond om uw onlangs afgelegde route vast te leggen.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Beoordeel op Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Vertel een Vriend";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Hallo! Installeer Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps is een essentiële offline applicatie om te reizen. Organic Maps is gebaseerd op OpenStreetMap gegevens en laat bewerking toe.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps is een gratis applicatie. Het is ontwikkeld door een paar ingenieurs in onze vrije tijd. Alle kaartgegevens zijn van OpenStreetMap. Geen advertenties. Geen volgen. Uw persoonlijke gegevens worden niet verzameld.";
|
||||
|
||||
"general_settings" = "Algemene instellingen";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Pomoc";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Pytania i odpowiedzi";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Jak nas wspierać?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Prawa autorskie";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Zgłoś błąd";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps używa w tle geolokalizacji w celu rejestrowania niedawno przebytej trasy.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Oceń w Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Powiadom znajomego";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Cześć! Zainstaluj Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps to niezbędna aplikacja do podróży działająca w trybie offline. Organic Maps opiera się o dane OpenStreetMap oraz umożliwia ich edycję.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps to darmowa aplikacja. Jest rozwijany przez kilku inżynierów w naszym wolnym czasie. Wszystkie dane mapowe pochodzą z OpenStreetMap. Bez reklam. Bez śledzenia. Twoje dane osobowe nie są gromadzone.";
|
||||
|
||||
"general_settings" = "Ustawienia ogólne";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Ajuda";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Perguntas e respostas";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "How to support us?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Direitos autorais";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Relatar um problema";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "O Organic Maps usa sua localização geográfica em segundo plano para registrar sua rota recente.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Avaliar em Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Indique a um amigo";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Olá! Instale o Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "O Organic Maps é um aplicativo offline essencial para viajar. O Organic Maps se baseia nos dados do OpenStreetMap e permite editá-los.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps is a free and open-source offline maps app, developed by a few geeks in their free time. All map data is from OpenStreetMap. No ads. No tracking and personal data collection.";
|
||||
|
||||
"general_settings" = "Definições gerais";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Ajuda";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Perguntas e respostas";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Como nos apoiar?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Direitos de autor";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Reportar um problema";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "O Organic Maps usa a sua localização geográfica em segundo plano para gravar a sua rota recente.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Avaliar no Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Indique a um amigo";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Olá! Instale o Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "O Organic Maps é uma aplicação offline essencial para viajar. O Organic Maps baseia-se nos dados do OpenStreetMap e permite editá-los.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps é um aplicativo gratuito. É desenvolvido por alguns engenheiros em nosso tempo livre. Todos os dados do mapa são do OpenStreetMap. Nenhum anúncio. Nenhum rastreamento. Seus dados pessoais não são coletados.";
|
||||
|
||||
"general_settings" = "Configurações gerais";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Ajutor";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Intrebari si raspunsuri";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Cum să ne sprijiniți?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Drepturi de autor";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Raportează o eroare";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps folosește în fundal geo-locația pentru a înregistra cel mai recent traseu urmat.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Dați un calificativ pe Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Spuneți unui prieten";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Bună! Instalați Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps este o aplicație offline esențială când călătoriți. Organic Maps utilizează datele OpenStreeMap și permite editarea acestora.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps este o aplicație gratuită. Este dezvoltat de câțiva ingineri în timpul liber. Toate datele hărților sunt din OpenStreetMap. Fără reclame. Nici o urmărire. Datele dvs. personale nu sunt colectate.";
|
||||
|
||||
"general_settings" = "Setări generale";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Справка";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Вопросы и ответы";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Как наc поддержать?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Копирайт";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Сообщить о проблеме";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps использует вашу геопозицию в фоновом режиме для записи недавно пройденного пути.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Оценить в Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Рассказать друзьям";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Привет! Установи Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps — незаменимое приложение для путешествий, работающее без подключения к интернету. Organic Maps использует данные OpenStreetMap и позволяет их улучшать.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps - это бесплатное приложение, разработанное несколькими гиками свободное временя. Все данные карты из OpenStreetMap. Без рекламы. Нет отслеживания. Ваши личные данные не собираются.";
|
||||
|
||||
"general_settings" = "Общие настройки";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Nápoveda";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Otázky a odpovede";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Ako nás podporiť?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Autorské práva";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Nahlásiť chybu";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps používa vašu geopozíciu na pozadí pre zaznamenávanie vami nedávno precestovanej trasy.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Ohodnotiť v službe Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Povedať priateľovi";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Ahoj! Nainštaluj si aplikáciu Organic Maps";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps je offine aplikácia na cestovanie. Základom aplikácie Organic Maps sú dáta OpenStreetMap, pričom aplikácia nám ich umožňuje upravovať.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps je bezplatná aplikácia. Je vyvinutý niekoľkými inžiniermi v našom voľnom čase. Všetky údaje mapy sú z OpenSTREETMAP. Žiadne reklamy. Žiadne sledovanie. Vaše osobné údaje sa nezbierajú.";
|
||||
|
||||
"general_settings" = "Všeobecné nastavenia";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Hjälp";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Frågor och svar";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Hur stöder vi oss?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Copyright";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Rapportera en bugg";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps använder din geografiska position i bakgrunden för att spela in din senaste resta rutt.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Betygsätt på Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Tipsa en vän";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Hej! Installera Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps är en offline-applikation som du behöver när du reser. Organic Maps baseras på OpenStreetMap-data och tillåter redigering i den.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps är en gratis applikation. Den är utvecklad av några ingenjörer på vår fritid. Alla kartdata är från OpenStreetMap. Inga annonser. Ingen spårning. Dina personuppgifter samlas inte in.";
|
||||
|
||||
"general_settings" = "Allmänna inställningar";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "ความช่วยเหลือ";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "คำถามและคำตอบ";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "วิธีการสนับสนุนเรา";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "ลิขสิทธิ์";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "แจ้งข้อผิดพลาด";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps ใช้ตำแหน่งทางภูมิศาสตร์ของคุณในพื้นหลังเพื่อบันทึกเส้นทางที่คุณเดินทางเมื่อเร็ว ๆ นี้";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "ให้คะแนนบน Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "บอกเพื่อน";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "สวัสดี! ติดตั้ง Organic Maps กันเถอะ!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps เป็นแอปพลิเคชั่นออฟไลน์ที่จำเป็นสำหรับการท่องเที่ยว Organic Maps นั้นใช้งานบนพื้นฐานของข้อมูล OpenStreetMap และใช้แก้ไขได้ด้วย";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps เป็นแอปพลิเคชั่นฟรีมันได้รับการพัฒนาโดยวิศวกรสองสามคนในเวลาว่างของเราข้อมูลแผนที่ทั้งหมดมาจาก OpenStreetMapไม่มีโฆษณาไม่มีการติดตาม. ข้อมูลส่วนบุคคลของคุณจะไม่ถูกเก็บรวบรวม";
|
||||
|
||||
"general_settings" = "การตั้งค่าทั่วไป";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Yardım";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Sorular ve cevaplar";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Bizi nasıl destekleyebilirim?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Telif hakkı";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Hata bildir";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps, en son seyahat ettiğiniz rotayı kaydetmek için arka planda coğrafi konumunuzu kullanır.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Google Play'de Oy Ver";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Arkadaşınıza söyleyin";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Merhaba! Organic Maps'yi hemen yükle!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps, seyahatler için vazgeçilmez bir çevrimdışı uygulamadır. Organic Maps, OpenStreetMap verilerine dayanmakta ve bu verilerin düzenlenmesini sağlamaktadır.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps ücretsiz bir uygulamadır. Boş zamanlarımızda birkaç mühendis tarafından geliştirilmiştir. Tüm harita verileri OpenStreetMap'tendir. Reklamsız. İzleme yok. Kişisel verileriniz toplanmaz.";
|
||||
|
||||
"general_settings" = "Genel ayarlar";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Допомога";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Питання та відповіді";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Як нас підтримати?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Копірайт";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Сповістити про помилку";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps використовує вашу геопозицію у фоновому режимі для запису нещодавно пройденого шляху.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Рейтинг на Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Розповісти другу";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Привіт! Встанови Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps — це додаток must-have для мандрівників. У Organic Maps використовуються офлайн-дані OpenStreetMap, які можна редагувати.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps - це безкоштовна програма. Він розроблений кількома інженерами у вільний час. Всі дані карти є від OpenStreetMap. Немає реклами. Немає відстеження. Ваші особисті дані не збираються.";
|
||||
|
||||
"general_settings" = "Загальні налаштування";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "Trợ giúp";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "Câu hỏi và trả lời";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "Làm thế nào để hỗ trợ chúng tôi?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Bản quyền";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "Báo cáo lỗi";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps sử dụng định vị của bạn trong ứng dụng chạy nền để ghi lại tuyến đường đã đi gần đây của bạn.";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "Cho điểm trên Google Play";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "Giới thiệu với Bạn bè";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "Xin chào! Hãy cài đặt Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps là một ứng dụng ngoại tuyến thiết yếu khi đi du lịch. Organic Maps được dựa trên dữ liệu của OpenStreetMap và cho phép bạn hiệu chỉnh nó.";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps là một ứng dụng miễn phí. Nó được phát triển bởi một vài kỹ sư trong thời gian rảnh của chúng tôi. Tất cả dữ liệu bản đồ là từ OpenStreetMap. Không quảng cáo. Không theo dõi. Dữ liệu cá nhân của bạn không được thu thập.";
|
||||
|
||||
"general_settings" = "Thiết lập chung";
|
||||
|
||||
|
|
|
@ -381,10 +381,16 @@
|
|||
/* Text in menu */
|
||||
"help" = "帮助";
|
||||
|
||||
/* Text in menu */
|
||||
/* Button in the main Help dialog */
|
||||
"faq" = "问题和解答";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "如何支持我们?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "版权";
|
||||
|
||||
/* Text in menu */
|
||||
/* Text in menu + Button in the main Help dialog */
|
||||
"report_a_bug" = "报告漏洞";
|
||||
|
||||
/* Alert text */
|
||||
|
@ -996,17 +1002,8 @@
|
|||
|
||||
"recent_track_background_dialog_message" = "Organic Maps使用背景中的地理位置记录您最近去过的路径。";
|
||||
|
||||
/* Rate on Google Play (Android only) */
|
||||
"rate_gp" = "在 Google Play 上的评分";
|
||||
|
||||
/* Share with friends: menu item title */
|
||||
"tell_friends" = "告诉朋友";
|
||||
|
||||
/* Share with friends: sharing text */
|
||||
"tell_friends_text" = "您好!安装 Organic Maps!";
|
||||
|
||||
/* About short text (below logo) */
|
||||
"about_description" = "Organic Maps 是一款基本的离线旅行应用。Organic Maps 基于 OpenStreetMap 数据并且允许对其进行编辑。";
|
||||
/* About short text */
|
||||
"about_description" = "Organic Maps是免费的申请。它是由我们的空闲时间的少数工程师开发的。所有地图数据都来自OpenStreetMap。无广告。没有跟踪。您的个人数据不会收集。";
|
||||
|
||||
"general_settings" = "常规设置";
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue