diff options
| author | Marco Jacob <mjacob@union06.de> | 2013-10-28 19:23:47 +0100 |
|---|---|---|
| committer | Marco Jacob <mjacob@union06.de> | 2013-11-02 08:01:22 +0100 |
| commit | a59bb2bbc742dda2bc48491b4b7e98c53398225c (patch) | |
| tree | f3164ab29a4a7a6a39aaa4ed15a6c937e1d09df3 /main/res | |
| parent | bd9535698bd9239bc6e60580c20e6c275449ff61 (diff) | |
| download | cgeo-a59bb2bbc742dda2bc48491b4b7e98c53398225c.zip cgeo-a59bb2bbc742dda2bc48491b4b7e98c53398225c.tar.gz cgeo-a59bb2bbc742dda2bc48491b4b7e98c53398225c.tar.bz2 | |
fixes #2976 - make SimpleDirChooser path editable
Diffstat (limited to 'main/res')
| -rw-r--r-- | main/res/values-de/strings.xml | 1 | ||||
| -rw-r--r-- | main/res/values/strings.xml | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/main/res/values-de/strings.xml b/main/res/values-de/strings.xml index 55f9d36..31c601d 100644 --- a/main/res/values-de/strings.xml +++ b/main/res/values-de/strings.xml @@ -620,6 +620,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/strings.xml b/main/res/values/strings.xml index a4e7350..a9bf793 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -715,7 +715,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> |
