diff options
| author | rsudev <rasch@munin-soft.de> | 2013-12-24 13:05:58 +0100 |
|---|---|---|
| committer | rsudev <rasch@munin-soft.de> | 2013-12-24 13:05:58 +0100 |
| commit | bfb6ba671ee39b48825f2c86c0e41c2b0bd202aa (patch) | |
| tree | 8c25aa4d527f7f631d80d2f119bd4183e8088372 /main/res/values | |
| parent | 3652910d49777fa5b2303acce347255d56842044 (diff) | |
| download | cgeo-bfb6ba671ee39b48825f2c86c0e41c2b0bd202aa.zip cgeo-bfb6ba671ee39b48825f2c86c0e41c2b0bd202aa.tar.gz cgeo-bfb6ba671ee39b48825f2c86c0e41c2b0bd202aa.tar.bz2 | |
Fixes #3462, Wrong attribute icon in OC.de cache
Additionally some new icons for oc attributes
Diffstat (limited to 'main/res/values')
| -rw-r--r-- | main/res/values/strings.xml | 8 | ||||
| -rw-r--r-- | main/res/values/strings_not_translatable.xml | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 7c74481..4f16860 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -1161,6 +1161,14 @@ <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> + <string name="attribute_kids_2_yes">Take your children</string> + <string name="attribute_kids_2_no">Do not take your children</string> + <string name="attribute_historic_site_yes">Historic site</string> + <string name="attribute_historic_site_no">No historic site</string> + <string name="attribute_magnetic_yes">Magnetic cache</string> + <string name="attribute_magnetic_no">No magnetic cache</string> + <string name="attribute_usb_cache_yes">Dead drop USB cache</string> + <string name="attribute_usb_cache_no">No dead drop USB cache</string> <!-- next things --> <string name="quote">To make geocaching easier, to make users lazier.</string> diff --git a/main/res/values/strings_not_translatable.xml b/main/res/values/strings_not_translatable.xml index e5db27c..87cc291 100644 --- a/main/res/values/strings_not_translatable.xml +++ b/main/res/values/strings_not_translatable.xml @@ -90,7 +90,8 @@ · zenobios (code, loc. DE EN)\n \n · <a href="http://code.google.com/p/mapsforge/">Mapsforge</a> (OSM-rendering)\n - · <a href="http://thenounproject.com/">The Noun Project</a> (basis for attribute icons)\n + · <a href="http://thenounproject.com/">The Noun Project</a> (basis for attribute icons):\n +    · USB by Kenneth Von Alt from The Noun Project\n · <a href="http://commons.apache.org/">The Apache Commons Project</a>\n · <a href="http://androidicons.com/">Android Icons</a> (<a href="https://creativecommons.org/licenses/by/3.0/">CC-BY 3.0</a>)\n · <a href="http://rrze-icon-set.berlios.de/index.html">RRZE Icon set</a> (<a href="http://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA 3.0</a>)\n |
