Notify users of API status

This commit is contained in:
Ansis Brammanis
2013-04-16 12:36:58 -04:00
parent c0c71a54d5
commit 7e75ea4bad
7 changed files with 70 additions and 0 deletions
+4
View File
@@ -129,6 +129,10 @@ en:
logout: logout
loading_auth: "Connecting to OpenStreetMap..."
report_a_bug: report a bug
status:
error: Unable to connect to API.
offline: The API is offline. Please try editing later.
readonly: The API is read-only. You will need to wait to save your changes.
commit:
title: Save Changes
description_placeholder: Brief description of your contributions
+5
View File
@@ -163,6 +163,11 @@ locale.en = {
"logout": "logout",
"loading_auth": "Connecting to OpenStreetMap...",
"report_a_bug": "report a bug",
"status": {
"error": "Unable to connect to API.",
"offline": "The API is offline. Please try editing later.",
"readonly": "The API is read-only. You will need to wait to save your changes."
},
"commit": {
"title": "Save Changes",
"description_placeholder": "Brief description of your contributions",