]> git.openstreetmap.org Git - rails.git/blobdiff - config/locales/en.yml
Move changeset created/closed popup/feed strings to changesets locale
[rails.git] / config / locales / en.yml
index aa0725ca6633fc31a84e98c395206b5e2cd23764..eb0f034a66941293759986b35915e8f91e2db667 100644 (file)
@@ -308,8 +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}"
@@ -448,6 +446,8 @@ 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?
@@ -464,6 +464,8 @@ 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}"
       discussion: Discussion
       join_discussion: "Log in to join the discussion"
       still_open: "Changeset still open - discussion will open once the changeset is closed."