title for import welcome screen
This commit is contained in:
parent
78cdd2a176
commit
5329be85b5
3 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="shared_string_import2osmand">Zu OsmAnd importieren</string>
|
||||
<string name="tips_and_tricks_descr">Häufig gestellte Fragen, neueste Änderungen und anderes</string>
|
||||
<string name="delay_to_start_navigation">Routenführung beginnen nach…</string>
|
||||
<string name="delay_to_start_navigation_descr">Wartezeit festlegen, um mit der Routenführung zu beginnen</string>
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
3. All your modified/created strings are in the top of the file (to make easier find what\'s translated).
|
||||
PLEASE: Have a look at http://code.google.com/p/osmand/wiki/UIConsistency, it may really improve your and our work :-) Thx - Hardy
|
||||
-->
|
||||
<string name="shared_string_import2osmand">Import to OsmAnd</string>
|
||||
<string name="read_full_article">Read full article</string>
|
||||
<string name="download_wikipedia_item">Wikipedia</string>
|
||||
<string name="local_indexes_cat_wiki">Wikipedia</string>
|
||||
|
|
|
@ -339,6 +339,7 @@ public class GpxImportHelper {
|
|||
};
|
||||
|
||||
new AlertDialog.Builder(mapActivity)
|
||||
.setTitle(R.string.shared_string_import2osmand)
|
||||
.setMessage(R.string.import_file_favourites)
|
||||
.setPositiveButton(R.string.shared_string_import, importFavouritesListener)
|
||||
.setNegativeButton(R.string.shared_string_save, importFavouritesListener)
|
||||
|
|
Loading…
Reference in a new issue