This is the only place where these string are used.
<% if changeset %>
<%= t(".latest_edit_html", :ago => friendly_date_ago(changeset.created_at)) %>
<% comment = changeset.tags["comment"].to_s == "" ? t("browse.no_comment") : changeset.tags["comment"] %>
<% if changeset %>
<%= t(".latest_edit_html", :ago => friendly_date_ago(changeset.created_at)) %>
<% comment = changeset.tags["comment"].to_s == "" ? t("browse.no_comment") : changeset.tags["comment"] %>
- <q><%= link_to comment, changeset, :title => t("changesets.changeset.view_changeset_details") %></q>
+ <q><%= link_to comment, changeset, :title => t(".view_changeset_details") %></q>
- <%= t "changesets.changeset.no_edits" %>
sorry: "Sorry, the list of changeset comments you requested took too long to retrieve."
changesets:
changeset:
sorry: "Sorry, the list of changeset comments you requested took too long to retrieve."
changesets:
changeset:
- no_edits: "(no edits)"
- view_changeset_details: "View changeset details"
comments:
one: "%{count} comment"
other: "%{count} comments"
comments:
one: "%{count} comment"
other: "%{count} comments"
km away: "%{count}km away"
m away: "%{count}m away"
latest_edit_html: "Latest edit (%{ago}):"
km away: "%{count}km away"
m away: "%{count}m away"
latest_edit_html: "Latest edit (%{ago}):"
+ no_edits: "(no edits)"
+ view_changeset_details: "View changeset details"
popup:
your location: "Your location"
nearby mapper: "Nearby mapper"
popup:
your location: "Your location"
nearby mapper: "Nearby mapper"