aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
diff options
context:
space:
mode:
authorkoem <koem@petoria.de>2013-04-30 16:50:25 -0500
committerkoem <koem@petoria.de>2013-05-01 18:26:32 -0500
commit9eae0750719e94dab9dae6540095e19fa7b11ff9 (patch)
tree6d9d661b734b55bd64f73032d2454a060f93f65c /main/res
parent2f938427afe4b6c5c77f67e78955a53a468c7ceb (diff)
downloadcgeo-9eae0750719e94dab9dae6540095e19fa7b11ff9.zip
cgeo-9eae0750719e94dab9dae6540095e19fa7b11ff9.tar.gz
cgeo-9eae0750719e94dab9dae6540095e19fa7b11ff9.tar.bz2
issue2662 OC: leichtes Klettern
Diffstat (limited to 'main/res')
-rw-r--r--main/res/drawable-mdpi/attribute_easy_climbing.pngbin0 -> 1236 bytes
-rw-r--r--main/res/values-de/strings.xml2
-rw-r--r--main/res/values/strings.xml2
3 files changed, 4 insertions, 0 deletions
diff --git a/main/res/drawable-mdpi/attribute_easy_climbing.png b/main/res/drawable-mdpi/attribute_easy_climbing.png
new file mode 100644
index 0000000..ecf10b8
--- /dev/null
+++ b/main/res/drawable-mdpi/attribute_easy_climbing.png
Binary files differ
diff --git a/main/res/values-de/strings.xml b/main/res/values-de/strings.xml
index ab0b11e..37aa5aa 100644
--- a/main/res/values-de/strings.xml
+++ b/main/res/values-de/strings.xml
@@ -991,6 +991,8 @@
<string name="attribute_swamp_no">Nicht sumpfig / kein matschiges Gelände</string>
<string name="attribute_hills_yes">Hügeliges Gelände</string>
<string name="attribute_hills_no">Kein hügeliges Gelände</string>
+ <string name="attribute_easy_climbing_yes">Einfaches Klettern</string>
+ <string name="attribute_easy_climbing_no">Kein einfaches Klettern</string>
<string name="attribute_poi_yes">Interessanter Ort</string>
<string name="attribute_poi_no">Uninteressanter Ort</string>
<string name="attribute_moving_target_yes">Bewegliches Ziel</string>
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml
index 28a57e0..b08ad5a 100644
--- a/main/res/values/strings.xml
+++ b/main/res/values/strings.xml
@@ -1005,6 +1005,8 @@
<string name="attribute_swamp_no">No swamp or marsh</string>
<string name="attribute_hills_yes">Hilly area</string>
<string name="attribute_hills_no">No hilly area</string>
+ <string name="attribute_easy_climbing_yes">Easy climbing</string>
+ <string name="attribute_easy_climbing_no">No easy climbing</string>
<string name="attribute_poi_yes">Point of interest</string>
<string name="attribute_poi_no">No point of interest</string>
<string name="attribute_moving_target_yes">Moving target</string>