X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c992d51fe230bdc5d76d6d5b8d5b856e762e0744..dda0fb6597eab2f330f815e439acc611030a836d:/config/locales/en.yml diff --git a/config/locales/en.yml b/config/locales/en.yml index 3fabe13c1..e1dd3c303 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -330,10 +330,8 @@ en: coordinates_html: "%{latitude}, %{longitude}" node: title_html: "Node: %{name}" - history_title_html: "Node History: %{name}" way: title_html: "Way: %{name}" - history_title_html: "Way History: %{name}" nodes: "Nodes" nodes_count: one: "%{count} node" @@ -343,7 +341,6 @@ en: other: "part of ways %{related_ways}" relation: title_html: "Relation: %{name}" - history_title_html: "Relation History: %{name}" members: "Members" members_count: one: "%{count} member" @@ -402,6 +399,14 @@ en: introduction: "Click on the map to find nearby features." nearby: "Nearby features" enclosing: "Enclosing features" + old_elements: + index: + node: + title_html: "Node History: %{name}" + way: + title_html: "Way History: %{name}" + relation: + title_html: "Relation History: %{name}" nodes: timeout: sorry: "Sorry, the data for the node with the id %{id} took too long to retrieve."