Add description to support new features Setting
This commit is contained in:
parent
5ea56cd969
commit
4a0bbd4cec
3 changed files with 38 additions and 37 deletions
|
@ -162,6 +162,7 @@
|
||||||
<string name="validate_gpx_upload_name_pwd">Bitte trage OSM Benutzername und Passwort ein, um GPX-Dateien hochzuladen.</string>
|
<string name="validate_gpx_upload_name_pwd">Bitte trage OSM Benutzername und Passwort ein, um GPX-Dateien hochzuladen.</string>
|
||||||
<string name="default_buttons_support">Unterstütze OsmAnd</string>
|
<string name="default_buttons_support">Unterstütze OsmAnd</string>
|
||||||
<string name="support_new_features">Unterstütze neue Features</string>
|
<string name="support_new_features">Unterstütze neue Features</string>
|
||||||
|
<string name="support_new_features_descr">Fördere die Entwicklung neuer Features in der Applikation</string>
|
||||||
<string name="show_ruler_level_descr">Zeige Maßstab auf der Karte an</string>
|
<string name="show_ruler_level_descr">Zeige Maßstab auf der Karte an</string>
|
||||||
<string name="show_ruler_level">Zeige Maßstab an</string>
|
<string name="show_ruler_level">Zeige Maßstab an</string>
|
||||||
<string name="info_button">Info</string>
|
<string name="info_button">Info</string>
|
||||||
|
|
|
@ -429,6 +429,7 @@
|
||||||
<string name="validate_gpx_upload_name_pwd">Please specify OSM user name and password to upload GPX files.</string>
|
<string name="validate_gpx_upload_name_pwd">Please specify OSM user name and password to upload GPX files.</string>
|
||||||
<string name="default_buttons_support">Support</string>
|
<string name="default_buttons_support">Support</string>
|
||||||
<string name="support_new_features">Support new features</string>
|
<string name="support_new_features">Support new features</string>
|
||||||
|
<string name="support_new_features_descr">Donate to see new features implemented in the application</string>
|
||||||
<string name="show_ruler_level">Display ruler</string>
|
<string name="show_ruler_level">Display ruler</string>
|
||||||
<string name="info_button">Info</string>
|
<string name="info_button">Info</string>
|
||||||
<string name="back_to_location">Back to position</string>
|
<string name="back_to_location">Back to position</string>
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
<ListPreference android:key="rotate_map" android:title="@string/rotate_map_to_bearing" android:summary="@string/rotate_map_to_bearing_descr"></ListPreference>
|
<ListPreference android:key="rotate_map" android:title="@string/rotate_map_to_bearing" android:summary="@string/rotate_map_to_bearing_descr"></ListPreference>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
<!-- <PreferenceCategory android:title="@string/global_settings" android:key="global_settings" > -->
|
<!-- <PreferenceCategory android:title="@string/global_settings" android:key="global_settings" > -->
|
||||||
<PreferenceScreen android:key="general_settings" android:title="@string/general_settings" android:summary="@string/general_settings_descr">
|
<PreferenceScreen android:key="general_settings" android:title="@string/general_settings" android:summary="@string/general_settings_descr">
|
||||||
<PreferenceCategory android:title="@string/global_app_settings" android:key="global_app_settings">
|
<PreferenceCategory android:title="@string/global_app_settings" android:key="global_app_settings">
|
||||||
|
@ -44,6 +43,6 @@
|
||||||
|
|
||||||
<Preference android:title="@string/prefs_plugins" android:summary="@string/prefs_plugins_descr" android:key="plugins"/>
|
<Preference android:title="@string/prefs_plugins" android:summary="@string/prefs_plugins_descr" android:key="plugins"/>
|
||||||
|
|
||||||
<Preference android:title="@string/support_new_features" android:key="bidforfix"/>
|
<Preference android:title="@string/support_new_features" android:summary="@string/support_new_features_descr" android:key="bidforfix"/>
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|
Loading…
Reference in a new issue