X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/16bef0c8ecad24ac0ca93963196bc844adbb57de..dd302f4f2c56d1e9f1a2e39a54670f6f5a9bbd34:/config/locales/en.yml diff --git a/config/locales/en.yml b/config/locales/en.yml index 7b13a894b..8a0c62b03 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -213,7 +213,7 @@ en: introduction: "Click on the map to find nearby features." nearby: "Nearby features" enclosing: "Enclosing features" - changeset: + changesets: changeset_paging_nav: showing_page: "Page %{page}" next: "Next »" @@ -242,14 +242,18 @@ en: load_more: "Load more" timeout: sorry: "Sorry, the list of changesets you requested took too long to retrieve." - rss: - title_all: OpenStreetMap changeset discussion - title_particular: "OpenStreetMap changeset #%{changeset_id} discussion" + changeset_comments: + comment: comment: "New comment on changeset #%{changeset_id} by %{author}" - commented_at_html: "Updated %{when} ago" commented_at_by_html: "Updated %{when} ago by %{user}" - full: Full discussion - diary_entry: + comments: + comment: "New comment on changeset #%{changeset_id} by %{author}" + index: + title_all: OpenStreetMap changeset discussion + title_particular: "OpenStreetMap changeset #%{changeset_id} discussion" + timeout: + sorry: "Sorry, the list of changeset comments you requested took too long to retrieve." + diary_entries: new: title: New Diary Entry publish_button: "Publish" @@ -2562,3 +2566,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})"