aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
diff options
context:
space:
mode:
authorMichael Keppler <bananeweizen@gmx.de>2013-12-25 19:13:29 +0100
committerMichael Keppler <bananeweizen@gmx.de>2013-12-25 19:13:29 +0100
commit8ad11e0e6631001e1566e39a825df09476b8108c (patch)
tree029c5f2ef945f9cd1a716681f38f180f37b8a1e7 /main/res
parent70b46351fe51e68df1efbf2f089b02fc49cd2dbb (diff)
downloadcgeo-8ad11e0e6631001e1566e39a825df09476b8108c.zip
cgeo-8ad11e0e6631001e1566e39a825df09476b8108c.tar.gz
cgeo-8ad11e0e6631001e1566e39a825df09476b8108c.tar.bz2
fix #3481: new navigation menu for Pebble application
Diffstat (limited to 'main/res')
-rw-r--r--main/res/values/ids.xml1
-rw-r--r--main/res/values/preference_keys.xml1
-rw-r--r--main/res/values/strings.xml1
3 files changed, 3 insertions, 0 deletions
diff --git a/main/res/values/ids.xml b/main/res/values/ids.xml
index 4e02973..8539275 100644
--- a/main/res/values/ids.xml
+++ b/main/res/values/ids.xml
@@ -23,5 +23,6 @@
<item name="cache_app_download_static_maps" type="id"/>
<item name="cache_app_show_static_maps" type="id"/>
<item name="cache_app_locus" type="id"/>
+ <item name="cache_app_pebble" type="id"/>
</resources> \ No newline at end of file
diff --git a/main/res/values/preference_keys.xml b/main/res/values/preference_keys.xml
index e11f5c1..0e4675d 100644
--- a/main/res/values/preference_keys.xml
+++ b/main/res/values/preference_keys.xml
@@ -120,6 +120,7 @@
<string name="pref_navigation_menu_cache_beacon">navigationCacheBeacon</string>
<string name="pref_navigation_menu_gcc">navigationGcc</string>
<string name="pref_navigation_menu_where_you_go">navigationWhereYouGo</string>
+ <string name="pref_navigation_menu_pebble">navigationPebble</string>
<string name="pref_ocpl_tokensecret">ocpl_tokensecret</string>
<string name="pref_ocpl_tokenpublic">ocpl_tokenpublic</string>
<string name="pref_temp_ocpl_token_secret">ocpl-temp-token-secret</string>
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml
index d05e52e..385bec3 100644
--- a/main/res/values/strings.xml
+++ b/main/res/values/strings.xml
@@ -691,6 +691,7 @@
<string name="cache_menu_oruxmaps">OruxMaps</string>
<string name="cache_menu_cachebeacon">Cache Beacon</string>
<string name="cache_menu_navigon">Navigon</string>
+ <string name="cache_menu_pebble">Pebble</string>
<string name="cache_status">Status</string>
<string name="cache_status_offline_log">Saved Log</string>
<string name="cache_status_found">Found</string>