X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/acfbc091982fbf74baeef7d16ff7d84f63c84951..26777c44648f908b723c0c74b65972f75ac5fd3d:/config/locales/en.yml diff --git a/config/locales/en.yml b/config/locales/en.yml index 7b13a894b..d0b574a09 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -249,7 +249,7 @@ en: commented_at_html: "Updated %{when} ago" commented_at_by_html: "Updated %{when} ago by %{user}" full: Full discussion - diary_entry: + diary_entries: new: title: New Diary Entry publish_button: "Publish" @@ -2562,3 +2562,8 @@ 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_characters: "contains invalid characters" + url_characters: "contains special URL characters (%{characters})"