diff options
Diffstat (limited to 'main/res')
| -rw-r--r-- | main/res/values-de/strings.xml | 1 | ||||
| -rw-r--r-- | main/res/values/changelog_master.xml | 6 | ||||
| -rw-r--r-- | main/res/values/strings.xml | 3 |
3 files changed, 8 insertions, 2 deletions
diff --git a/main/res/values-de/strings.xml b/main/res/values-de/strings.xml index bf11f2c..deacfb1 100644 --- a/main/res/values-de/strings.xml +++ b/main/res/values-de/strings.xml @@ -622,6 +622,7 @@ <string name="file_title_searching">Suche</string> <string name="simple_dir_chooser_title">Verzeichnis wählen</string> <string name="simple_dir_chooser_current_path">Pfad:</string> + <string name="simple_dir_chooser_invalid_path">Ungültiger Pfad</string> <string name="gpx_import_loading_caches">Lade Caches aus GPX-Datei</string> <string name="gpx_import_loading_waypoints">Lade Wegpunkte aus GPX-Datei</string> <string name="gpx_import_store_static_maps">Schreibe statische Karten</string> diff --git a/main/res/values/changelog_master.xml b/main/res/values/changelog_master.xml index 096ba60..d53158b 100644 --- a/main/res/values/changelog_master.xml +++ b/main/res/values/changelog_master.xml @@ -4,11 +4,13 @@ <string name="changelog_master" translatable="false"> <b>Next feature release</b>\n <b>New Features:</b>\n + · Browse pocket queries online (long press on nearby)\n · Popup on map shows date of event caches\n · Show cache where a Geokrety is currently placed\n - · Editable twitter templates\n + · Configurable twitter templates\n · Creating a new WP the type will be preset depending on the cache type\n · Show event date for OC event caches in search results\n + · Sorting caches by favorite point percentage\n \n <b>Bugfixes:</b>\n · Cache type filter was not applied for OC nearby search\n @@ -18,7 +20,9 @@ · Disallow deletion of all caches incl. list if a filter is in use\n · OC authorization page not shown in light theme\n · DirChooser not showing all dirs on some devices\n + · Allow manual path input in dirchooser\n · Network timeout reduced to 30 seconds to avoid long waiting time\n + · Show as list also possible when map is not live\n \n </string> </resources> diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 172076d..280bc44 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -717,7 +717,8 @@ <!-- simple_dir_chooser --> <string name="simple_dir_chooser_title">Choose directory</string> <string name="simple_dir_chooser_current_path">Path:</string> - + <string name="simple_dir_chooser_invalid_path">Invalid Path</string> + <!-- gpx --> <string name="gpx_import_loading_caches">Loading caches from .gpx file</string> <string name="gpx_import_loading_waypoints">Loading waypoints file</string> |
