X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7d4b48f0f8cc86abb03d747d71f578265951ba07..60dd5ce6e6e4e3222920fa9d6804c25deae3529c:/config/locales/en.yml diff --git a/config/locales/en.yml b/config/locales/en.yml index 18a10f7af..6db6e77b4 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -308,12 +308,6 @@ en: destroy: success: "Account Deleted." browse: - created: "Created" - closed: "Closed" - created_ago_html: "Created %{time_ago}" - closed_ago_html: "Closed %{time_ago}" - created_ago_by_html: "Created %{time_ago} by %{user}" - closed_ago_by_html: "Closed %{time_ago} by %{user}" deleted_ago_by_html: "Deleted %{time_ago} by %{user}" edited_ago_by_html: "Edited %{time_ago} by %{user}" version: "Version" @@ -333,8 +327,6 @@ en: location: "Location:" common_details: coordinates_html: "%{latitude}, %{longitude}" - changeset: - belongs_to: "Author" node: title_html: "Node: %{name}" history_title_html: "Node History: %{name}" @@ -450,6 +442,9 @@ en: feed: title: "Changeset %{id}" title_comment: "Changeset %{id} - %{comment}" + created: "Created" + closed: "Closed" + belongs_to: "Author" subscribe: heading: Subscribe to the following changeset discussion? button: Subscribe to discussion @@ -465,6 +460,12 @@ en: body: "Sorry, there is no changeset with the id %{id}. Please check your spelling, or maybe the link you clicked is wrong." show: title: "Changeset: %{id}" + created: "Created: %{when}" + closed: "Closed: %{when}" + created_ago_html: "Created %{time_ago}" + closed_ago_html: "Closed %{time_ago}" + created_ago_by_html: "Created %{time_ago} by %{user}" + closed_ago_by_html: "Closed %{time_ago} by %{user}" discussion: Discussion join_discussion: "Log in to join the discussion" still_open: "Changeset still open - discussion will open once the changeset is closed."