diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2014-04-09 09:09:02 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2014-04-09 09:09:02 +0200 |
| commit | 9ac1f781c468373acd7e97caba6b9f8dce681a6d (patch) | |
| tree | b2f1aa3195d6c4f8d4b9c9f269c7ac4234d3380e /main | |
| parent | b57fa23281da734faafb224b62ea73314fc790f7 (diff) | |
| download | cgeo-9ac1f781c468373acd7e97caba6b9f8dce681a6d.zip cgeo-9ac1f781c468373acd7e97caba6b9f8dce681a6d.tar.gz cgeo-9ac1f781c468373acd7e97caba6b9f8dce681a6d.tar.bz2 | |
Add status message for geocaching.com maintenance
We did not have a message ready for the latest maintenance window. Now
we will have one which will get translated into various languages.
Diffstat (limited to 'main')
| -rw-r--r-- | main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index cd7f3be..f4c9d14 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -1233,6 +1233,7 @@ <string name="status_new_rc" tools:ignore="UnusedResources">New release candidate available.\nClick to install.</string> <string name="status_geocaching_change" tools:ignore="UnusedResources">Recent changes on geocaching.com broke c:geo.\nWe are working on it, check again soon.</string> <string name="status_geocaching_livemap" tools:ignore="UnusedResources">Recent changes on geocaching.com broke the live map feature.\nWe are working on it, check again soon.</string> + <string name="status_geocaching_maintenance" tools:ignore="UnusedResources">geocaching.com is under maintenance.\nYou might run into various issues.</string> <string name="status_closeout_warning" tools:ignore="UnusedResources">You appear to be using a version of Android older than 2.1. Future releases of c:geo might no longer be available for your device.</string> <!-- text-to-speech for compass view --> |
