]> git.openstreetmap.org Git - rails.git/blobdiff - config/locales/en.yml
Convert browse details to sidebar layout
[rails.git] / config / locales / en.yml
index 3268e7733d1f84410e990493ca4d5a847bebda31..06e6442ff11934e393405a7d531b4b99264c68a9 100644 (file)
@@ -97,7 +97,7 @@ en:
   browse:
     changeset:
       title: "Changeset"
-      changeset: "Changeset: %{id}"
+      changeset: "Changeset %{id}"
       changesetxml: "Changeset XML"
       osmchangexml: "osmChange XML"
       feed:
@@ -127,30 +127,20 @@ en:
         prev_note_tooltip: "Previous note"
         next_note_tooltip: "Next note"
     changeset_details:
-      created_at: "Created at:"
-      closed_at: "Closed at:"
-      belongs_to: "Belongs to:"
-      bounding_box: "Bounding box:"
-      no_bounding_box: "No bounding box has been stored for this changeset."
-      show_area_box: "Show Area Box"
-      box: "box"
-      has_nodes:
-        one: "Has the following %{count} node:"
-        other: "Has the following %{count} nodes:"
-      has_ways:
-        one:  "Has the following %{count} way:"
-        other: "Has the following %{count} ways:"
-      has_relations:
-        one:  "Has the following %{count} relation:"
-        other: "Has the following %{count} relations:"
+      created_at: "Created"
+      closed_at: "Closed"
+      belongs_to: "Author"
+      has_nodes: "Nodes (%{count})"
+      has_ways: "Ways (%{count})"
+      has_relations: "Relations (%{count})"
     common_details:
-      edited_at: "Edited at:"
-      edited_by: "Edited by:"
-      deleted_at: "Deleted at:"
-      deleted_by: "Deleted by:"
-      version: "Version:"
-      in_changeset: "In changeset:"
-      changeset_comment: "Comment:"
+      edited_at: "Edited At"
+      edited_by: "Edited By"
+      deleted_at: "Deleted At"
+      deleted_by: "Deleted By"
+      version: "Version"
+      in_changeset: "Changeset"
+      changeset_comment: "Comment"
     containing_relation:
       entry: "Relation %{relation_name}"
       entry_role: "Relation %{relation_name} (as %{relation_role})"
@@ -266,7 +256,7 @@ en:
             way: "Way %{id}"
             # There is no 'relation' type because it is not represented in OpenLayers
     tag_details:
-      tags: "Tags:"
+      tags: "Tags"
       wiki_link:
         key: "The wiki description page for the %{key} tag"
         tag: "The wiki description page for the %{key}=%{value} tag"
@@ -292,13 +282,13 @@ en:
       title: "Note"
       open_title: "Unresolved note: %{note_name}"
       closed_title: "Resolved note: %{note_name}"
-      opened: "Opened:"
-      last_modified: "Last modified:"
-      closed: "Closed:"
+      opened: "Opened"
+      last_modified: "Last modified"
+      closed: "Closed"
       at_html: "%{when} ago"
       at_by_html: "%{when} ago by %{user}"
-      description: "Description:"
-      comments: "Comments:"
+      description: "Description"
+      comments: "Comments"
   changeset:
     changeset_paging_nav:
       showing_page: "Page %{page}"