diff options
| author | Rainer <rschum@web.de> | 2011-07-20 15:45:15 +0200 |
|---|---|---|
| committer | Rainer <rschum@web.de> | 2011-07-20 15:45:15 +0200 |
| commit | 35af6b3cd0c649e1fc3b263dcef8812aec5818ed (patch) | |
| tree | 83d25e1de327b0d2e378bf5ea78a5b75b8137077 /res/values/strings.xml | |
| parent | 9795caed1c55ae9e886780f9c2711520d784c3c7 (diff) | |
| download | cgeo-35af6b3cd0c649e1fc3b263dcef8812aec5818ed.zip cgeo-35af6b3cd0c649e1fc3b263dcef8812aec5818ed.tar.gz cgeo-35af6b3cd0c649e1fc3b263dcef8812aec5818ed.tar.bz2 | |
File selector base and map file selector
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 6c9ab8f..2266c6d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -402,6 +402,7 @@ <string name="init_mapsources">Map Sources</string> <!-- since: 2.26 RC3 --> <string name="init_mapsources_description">Here you can select the source for your maps. As an alternative to Google maps various OpenStreetMap styles are available and even off line map files (see http://code.google.com/p/mapsforge/ for details).</string> <!-- since: 2.26 RC3 --> <string name="init_mapsource_select">Select map source</string> + <string name="init_select_mapfile">...</string> <!-- map sources --> <string-array name="map_sources"> @@ -511,6 +512,12 @@ <string name="cache_spoiler_images_loading">Loading spoiler images...</string> <string name="cache_log_types">Log types</string> <!-- since: 2.10 RC2 --> <string name="cache_coordinates_no">This cache has no coordinates.</string> <!-- since: 2.26 RC2 --> + + <!-- file list base --> + <string name="file_searching_in">Searching for files\nin</string> + <string name="file_list_no_files">Sorry, c:geo found no appropriate files.</string> + <string name="file_searching">Searching for matching files</string> + <string name="file_title_searching">Searching</string> <!-- gpx --> <string name="gpx_import_searching_in">Searching for .gpx files\nin</string> |
