diff options
| author | campbeb <bpcampbell@gmail.com> | 2013-05-25 13:40:59 -1000 |
|---|---|---|
| committer | campbeb <bpcampbell@gmail.com> | 2013-05-25 13:49:21 -1000 |
| commit | 0e5632331731467330148c0944148c5eae8da071 (patch) | |
| tree | 3bf92a1a613ab074b58e62166ed078273c216586 /main/res | |
| parent | d6388f0d97cafaa896f3ee9fc1c55eba8b7c3c91 (diff) | |
| download | cgeo-0e5632331731467330148c0944148c5eae8da071.zip cgeo-0e5632331731467330148c0944148c5eae8da071.tar.gz cgeo-0e5632331731467330148c0944148c5eae8da071.tar.bz2 | |
Fix #2727 - Support GeoTour attribute
Also some minor changes to attritube generation files for
additional explanation
Diffstat (limited to 'main/res')
| -rw-r--r-- | main/res/drawable-mdpi/attribute_geotour.png | bin | 0 -> 961 bytes | |||
| -rw-r--r-- | main/res/values/cache_attributes.xml | 4 | ||||
| -rw-r--r-- | main/res/values/strings.xml | 4 |
3 files changed, 7 insertions, 1 deletions
diff --git a/main/res/drawable-mdpi/attribute_geotour.png b/main/res/drawable-mdpi/attribute_geotour.png Binary files differnew file mode 100644 index 0000000..f1f0c24 --- /dev/null +++ b/main/res/drawable-mdpi/attribute_geotour.png diff --git a/main/res/values/cache_attributes.xml b/main/res/values/cache_attributes.xml index 815e007..c392b6f 100644 --- a/main/res/values/cache_attributes.xml +++ b/main/res/values/cache_attributes.xml @@ -69,10 +69,14 @@ <item>frontyard_no</item> <item>teamwork_yes</item> <item>teamwork_no</item> + + <!-- attributes (specials -> yes, no) --> <item>landf_yes</item> <item>landf_no</item> <item>partnership_yes</item> <item>partnership_no</item> + <item>geotour_yes</item> + <item>geotour_no</item> <!-- attributes (equipment -> required, not required) --> <item>fee_yes</item> diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index dd0f937..1a5d2d1 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -1052,7 +1052,9 @@ <string name="attribute_ask_owner_no">Don\'t ask owner for start conditions</string> <string name="attribute_unknown_yes">Unknown attribute present</string> <string name="attribute_unknown_no">No unknown attribute present</string> - + <string name="attribute_geotour_yes">Part of GeoTour</string> + <string name="attribute_geotour_no">Not part of GeoTour</string> + <!-- next things --> <string name="legal_note">To use the services of Geocaching.com, terms and conditions of the <a href="http://www.geocaching.com/about/termsofuse.aspx">Groundspeak disclaimer</a> have to be agreed.</string> <string name="quote">To make geocaching easier, to make users lazier.</string> |
