]> git.openstreetmap.org Git - rails.git/blobdiff - config/locales/en.yml
Create invalid_char validators and apply to models
[rails.git] / config / locales / en.yml
index f6d396f761ffc6d3a490bf1c399413a61bdef261..c53ae19c8e014530174b64266fa239a328f14f71 100644 (file)
@@ -1798,6 +1798,7 @@ en:
         other: "GPX file with %{count} points from %{user}"
       description_without_count: "GPX file from %{user}"
   application:
+    permission_denied: You do not have permission to access that action
     require_cookies:
       cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing."
     require_admin:
@@ -2561,3 +2562,7 @@ en:
       not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it."
       flash: "Redaction destroyed."
       error: "There was an error destroying this redaction."
+  validations:
+    leading whitespace: "has leading whitespace"
+    trailing whitespace: "has trailing whitespace"
+    invalid chars: "must not contain an invalid char: %{invalid_chars}"