aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/values
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-12-17 13:54:48 +0100
committerBananeweizen <bananeweizen@gmx.de>2013-12-17 13:54:48 +0100
commitb31e133c42e0896b318046d3d6a82a5646f50421 (patch)
treec68e938c1943b155f54015ac932019b0d1e11064 /main/res/values
parent64e4e15b5e59b1597337d47261bf5fb5744afcf3 (diff)
downloadcgeo-b31e133c42e0896b318046d3d6a82a5646f50421.zip
cgeo-b31e133c42e0896b318046d3d6a82a5646f50421.tar.gz
cgeo-b31e133c42e0896b318046d3d6a82a5646f50421.tar.bz2
new: make connectors report their features to the user
Diffstat (limited to 'main/res/values')
-rw-r--r--main/res/values/attrs.xml1
-rw-r--r--main/res/values/strings.xml12
2 files changed, 13 insertions, 0 deletions
diff --git a/main/res/values/attrs.xml b/main/res/values/attrs.xml
index 5eaa6a0..ab1db9f 100644
--- a/main/res/values/attrs.xml
+++ b/main/res/values/attrs.xml
@@ -46,6 +46,7 @@
<attr name="text" format="string" />
<attr name="url" format="string" />
<attr name="urlButton" format="string" />
+ <attr name="connector" format="string" />
<!-- others -->
<attr name="compass" format="integer" />
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml
index 5c6c8ae..ca669ac 100644
--- a/main/res/values/strings.xml
+++ b/main/res/values/strings.xml
@@ -532,6 +532,18 @@
<string name="init_ec_icons">Map Icons</string>
<string name="settings_ec_icons_other">Other</string>
<string name="settings_ec_icons_oc">OC</string>
+ <string name="settings_features">Supported Features</string>
+ <string name="feature_description">The following <b>online</b> features of this website are supported in c:geo (in addition to the offline features):</string>
+ <string name="feature_personal_notes">Personal notes</string>
+ <string name="feature_online_logging">Online logging</string>
+ <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>
<!-- map sources -->
<string name="map_source_google_map">Google: Map</string>