Fix issue 1945
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ countries.reginfo
|
||||||
h_*.png
|
h_*.png
|
||||||
g_*.png
|
g_*.png
|
||||||
mm_*.png
|
mm_*.png
|
||||||
|
mx_*.png
|
||||||
|
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 384 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 216 B |
Before Width: | Height: | Size: 750 B After Width: | Height: | Size: 279 B |
Before Width: | Height: | Size: 892 B After Width: | Height: | Size: 186 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 483 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 252 B |
|
@ -1,4 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?><resources>
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||||
|
<resources>
|
||||||
<string name="local_index_gpx_timespan">\nZeitspanne: %1$d:%2$02d:%3$02d</string>
|
<string name="local_index_gpx_timespan">\nZeitspanne: %1$d:%2$02d:%3$02d</string>
|
||||||
<string name="local_index_gpx_timemoving">\nZeit in Bewegung: %1$d:%2$02d:%3$02d</string>
|
<string name="local_index_gpx_timemoving">\nZeit in Bewegung: %1$d:%2$02d:%3$02d</string>
|
||||||
<string name="context_menu_item_destination_point">Als Ziel wählen</string>
|
<string name="context_menu_item_destination_point">Als Ziel wählen</string>
|
||||||
|
|