Add ability to take GPX storage offline.

This commit is contained in:
Tom Hughes 2009-12-12 13:06:56 +00:00
parent 70dfeb0f3b
commit 0f5646d7f0
6 changed files with 26 additions and 4 deletions

View file

@ -23,6 +23,7 @@ API_VERSION = ENV['OSM_API_VERSION'] || '0.6'
# :api_offline - site online but API offline
# :database_readonly - database and site in read-only mode
# :database_offline - database offline with site in emergency mode
# :gpx_offline - gpx storage offline
#
OSM_STATUS = :online

View file

@ -1252,6 +1252,11 @@ en:
scheduled_for_deletion: "Trace scheduled for deletion"
make_public:
made_public: "Trace made public"
offline_warning:
message: "The GPX file upload system is currently unavailable"
offline:
heading: "GPX Storage Offline"
message: "The GPX file storage and upload system is currently unavailable."
application:
require_cookies:
cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."