diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-01-04 15:26:35 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-01-04 15:26:35 +0100 |
| commit | 114888857c816fb87d52bb703703c38021366f2e (patch) | |
| tree | 1c26c5c009747d17868ed2e21d47af4e04ced2a6 /main/res | |
| parent | e89da5864a49b4b0f05b0c2a9f62c2ffae8cafa8 (diff) | |
| download | cgeo-114888857c816fb87d52bb703703c38021366f2e.zip cgeo-114888857c816fb87d52bb703703c38021366f2e.tar.gz cgeo-114888857c816fb87d52bb703703c38021366f2e.tar.bz2 | |
refactoring: make search by owner/finder connector capabilities
Diffstat (limited to 'main/res')
| -rw-r--r-- | main/res/layout/search_activity.xml | 4 | ||||
| -rw-r--r-- | main/res/values-de/strings.xml | 3 | ||||
| -rw-r--r-- | main/res/values-fr/strings.xml | 3 | ||||
| -rw-r--r-- | main/res/values/strings.xml | 3 |
4 files changed, 8 insertions, 5 deletions
diff --git a/main/res/layout/search_activity.xml b/main/res/layout/search_activity.xml index a0a699d..25f914b 100644 --- a/main/res/layout/search_activity.xml +++ b/main/res/layout/search_activity.xml @@ -120,13 +120,13 @@ </RelativeLayout> <EditText - android:id="@+id/username" + android:id="@+id/finder" style="@style/edittext_full" android:hint="@string/search_fbu_prefill" android:imeOptions="actionGo" /> <Button - android:id="@+id/search_username" + android:id="@+id/search_finder" style="@style/button_full" android:text="@string/search_fbu_button" /> <!-- ** --> diff --git a/main/res/values-de/strings.xml b/main/res/values-de/strings.xml index 65412b7..a71f81c 100644 --- a/main/res/values-de/strings.xml +++ b/main/res/values-de/strings.xml @@ -481,11 +481,12 @@ <string name="feature_log_images">Loggen mit angehängtem Bild</string> <string name="feature_watch_list">Watchlist</string> <string name="feature_own_coordinates">Modifizierte Cache-Koordinaten</string> - <string name="feature_search_user">Suche nach Owner/Finder</string> <string name="feature_search_keyword">Stichwortsuche</string> <string name="feature_search_live_map">Live-Karte</string> <string name="feature_search_center">Suche mit Koordinaten </string> <string name="feature_search_geocode">Suche mit Geocode</string> + <string name="feature_search_owner">Suche nach Besitzer</string> + <string name="feature_search_finder">Suche nach Finder</string> <string name="map_source_google_map">Google: Karte</string> <string name="map_source_google_satellite">Google: Satellit</string> <string name="map_source_osm_mapnik">OSM: Mapnik</string> diff --git a/main/res/values-fr/strings.xml b/main/res/values-fr/strings.xml index f5f3d2b..7b8a8d7 100644 --- a/main/res/values-fr/strings.xml +++ b/main/res/values-fr/strings.xml @@ -493,7 +493,8 @@ <string name="feature_log_images">Joindre des images aux entrées de journal</string> <string name="feature_watch_list">Liste de suivi</string> <string name="feature_own_coordinates">Stockage de coordonnées modifiées</string> - <string name="feature_search_user">Recherche par propriétaire/découvreur</string> + <string name="feature_search_owner">Recherche par propriétaire</string> + <string name="feature_search_finder">Recherche par découvreur</string> <string name="feature_search_keyword">Recherche par mot clé</string> <string name="feature_search_live_map">Carte active</string> <string name="feature_search_center">Recherche par position</string> diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 74c92f2..7b40811 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -540,11 +540,12 @@ <string name="feature_log_images">Attach images to logs</string> <string name="feature_watch_list">Watch list</string> <string name="feature_own_coordinates">Storing of modified coordinates</string> - <string name="feature_search_user">Search by owner/finder</string> <string name="feature_search_keyword">Search by keyword</string> <string name="feature_search_live_map">Live map</string> <string name="feature_search_center">Search by position</string> <string name="feature_search_geocode">Search by geocode</string> + <string name="feature_search_owner">Search by owner</string> + <string name="feature_search_finder">Search by finder</string> <!-- map sources --> <string name="map_source_google_map">Google: Map</string> |
