X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5c551d475fa2e055e4b644c26bd7ca8f99b748a1..b4b59df75e4048eaebff7c7efeeee66aa3bfa5a3:/config/locales/en.yml
diff --git a/config/locales/en.yml b/config/locales/en.yml
index e142a6d4d..ec08012fe 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -126,6 +126,7 @@ en:
description: "Description"
languages: "Languages"
pass_crypt: "Password"
+ pass_crypt_confirmation: "Confirm Password"
help:
trace:
tagstring: comma delimited
@@ -231,10 +232,18 @@ en:
anonymous: "anonymous"
no_comment: "(no comment)"
part_of: "Part of"
+ part_of_relations:
+ one: 1 relation
+ other: "%{count} relations"
+ part_of_ways:
+ one: 1 way
+ other: "%{count} ways"
download_xml: "Download XML"
view_history: "View History"
view_details: "View Details"
location: "Location:"
+ common_details:
+ coordinates_html: "%{latitude}, %{longitude}"
changeset:
title: "Changeset: %{id}"
belongs_to: "Author"
@@ -262,6 +271,8 @@ en:
title_html: "Way: %{name}"
history_title_html: "Way History: %{name}"
nodes: "Nodes"
+ nodes_count:
+ other: "%{count} nodes"
also_part_of_html:
one: "part of way %{related_ways}"
other: "part of ways %{related_ways}"
@@ -269,6 +280,9 @@ en:
title_html: "Relation: %{name}"
history_title_html: "Relation History: %{name}"
members: "Members"
+ members_count:
+ one: 1 member
+ other: "%{count} members"
relation_member:
entry_html: "%{type} %{name}"
entry_role_html: "%{type} %{name} as %{role}"
@@ -333,6 +347,7 @@ en:
reopened_by_anonymous: "Reactivated by anonymous %{when}"
hidden_by: "Hidden by %{user} %{when}"
report: Report this note
+ coordinates_html: "%{latitude}, %{longitude}"
query:
title: "Query Features"
introduction: "Click on the map to find nearby features."
@@ -438,6 +453,7 @@ en:
location: "Location:"
view: "View"
edit: "Edit"
+ coordinates: "%{latitude}; %{longitude}"
feed:
user:
title: "OpenStreetMap diary entries for %{user}"
@@ -2056,6 +2072,7 @@ en:
uploaded: "Uploaded:"
points: "Points:"
start_coordinates: "Start coordinate:"
+ coordinates_html: "%{latitude}; %{longitude}"
map: "map"
edit: "edit"
owner: "Owner:"
@@ -2252,8 +2269,6 @@ en:
reset_password:
title: "Reset password"
heading: "Reset Password for %{user}"
- password: "Password:"
- confirm password: "Confirm Password:"
reset: "Reset Password"
flash changed: "Your password has been changed."
flash token bad: "Did not find that token, check the URL maybe?"