aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/values/strings.xml
diff options
context:
space:
mode:
authorcampbeb <bpcampbell@gmail.com>2012-03-17 10:05:10 +0900
committercampbeb <bpcampbell@gmail.com>2012-03-17 10:05:10 +0900
commitf75b7f9f0a37a54b3f62355c7d9a57a969c0047e (patch)
tree303d2f352e9bd7b05c902ec309d843aea78c94e3 /main/res/values/strings.xml
parentac0bc13fe7551abbbed6270ffb7d49af3e373a7a (diff)
downloadcgeo-f75b7f9f0a37a54b3f62355c7d9a57a969c0047e.zip
cgeo-f75b7f9f0a37a54b3f62355c7d9a57a969c0047e.tar.gz
cgeo-f75b7f9f0a37a54b3f62355c7d9a57a969c0047e.tar.bz2
Prompt user to install missing calendar add-on from Google Play
Diffstat (limited to 'main/res/values/strings.xml')
-rw-r--r--main/res/values/strings.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml
index 8e7d6ed..f64ea4d 100644
--- a/main/res/values/strings.xml
+++ b/main/res/values/strings.xml
@@ -774,7 +774,7 @@
<string name="helper_manual_title">Manual</string>
<string name="helper_manual_description">Comprehensive manual for c:geo that contains description of all possibilities of this application (even hidden ones).</string>
<string name="helper_calendar_title">c:geo calendar add-on</string>
- <string name="helper_calendar_missing">c:geo calendar add-on not installed</string>
+ <string name="helper_calendar_missing">c:geo calendar add-on not installed.</string>
<string name="helper_calendar_description">Enables you to export event caches into the calendar on your device.</string>
<string name="helper_locus_title">Locus</string>
<string name="helper_locus_description">Simple usable application showing Online maps and allowing to download them directly into Offline mode (raster maps only). Also support track recording, POI handling and many other useful functions.</string>
@@ -784,7 +784,11 @@
<string name="helper_bluetoothgps_description">Allows you to use external GPS device to get better reception, more precise location and can spare battery of your phone.</string>
<string name="helper_barcode_title">Barcode Scanner</string>
<string name="helper_barcode_description">There are Greasemonkey scripts and websites which allow to display a geocode as barcode. With this app c:geo can read that geocode directly from the screen of your computer.</string>
-
+
+ <!-- add-ons -->
+ <string name="addon_missing_title">Missing Add-On</string>
+ <string name="addon_download_prompt">Get it now from Google Play.</string>
+
<!-- attributes (permissions -> allowed, not allowed) -->
<string name="attribute_dogs_yes">Dogs allowed</string>
<string name="attribute_dogs_no">Dogs not allowed</string>