X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/afe8dd51ece21325eea8a108515b9426764de5b2..272d73e9a76ff55a05a0889bd02a9e3c31a35910:/app/views/changeset/list_bbox.rhtml diff --git a/app/views/changeset/list_bbox.rhtml b/app/views/changeset/list_bbox.rhtml index f1d8633f0..3905c4441 100644 --- a/app/views/changeset/list_bbox.rhtml +++ b/app/views/changeset/list_bbox.rhtml @@ -1,38 +1,28 @@ -
-Changsets within the area: -(<%= format("%0.3f",lat1) -%>,<%= format("%0.3f",lon1) -%>) to -(<%= format("%0.3f",lat2) -%>,<%= format("%0.3f",lon2) -%>) +<%= t'changeset.list_bbox.changesets_within_the_area' %> + ('><%= format("%0.3f",minlon) -%>,<%= format("%0.3f",minlat) -%>,<%= format("%0.3f",maxlon) -%>,<%= format("%0.3f",maxlat) -%>) +
<% if @edits.nil? or @edits.empty? %> -No changesets
+<%= t'changeset.list_bbox.no_changesets' %>
<% else %> <%= render :partial => 'changeset_paging_nav' %> - -ID | -Saved at | -User | -Comment | -Area | -- |
---|
<%= t'changeset.list_bbox.all_changes_everywhere' , :recent_changes_link => link_to(t('changest.list_bbox.recent_changes'), :controller => "browse", :action => "changesets") %>
+ <% end @@ -40,11 +30,12 @@ else #bbox is nil. happens if the user surfs to this page directly. %> -No area specified
-First use the view tab to pan and zoom to an area of interest, then click the history tab
+<%= t'changeset.list_bbox.no_area_specified' %>
+<%= t'changeset.list_bbox.first_use_view', :view_tab_link => '' + t('changeset.list_bbox.view_tab') + '' %>
+<%= t'changeset.list_bbox.alternatively_view', :recent_changes_link => link_to(t('changeset.list_bbox.recent_changes'), :controller => "browse", :action => "changesets") %>
<% end %>