aboutsummaryrefslogtreecommitdiff
path: root/web/views
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2012-01-24 18:31:51 +0100
committerJochen Topf <jochen@topf.org>2012-01-24 18:31:51 +0100
commit90d39cf1da031958b188591556164d97db24e026 (patch)
tree3b104d3a9b99e5a18f15b365e5b9373462efddef /web/views
parentd932dc515b51156ab50c40ee239ea210dd4406fa (diff)
downloadtaginfo-90d39cf1da031958b188591556164d97db24e026.tar
taginfo-90d39cf1da031958b188591556164d97db24e026.tar.gz
I18N cleanup
Diffstat (limited to 'web/views')
-rw-r--r--web/views/download.erb10
-rw-r--r--web/views/reports/index.erb6
-rw-r--r--web/views/sources.erb8
3 files changed, 12 insertions, 12 deletions
diff --git a/web/views/download.erb b/web/views/download.erb
index 34b3d6f..cf87a52 100644
--- a/web/views/download.erb
+++ b/web/views/download.erb
@@ -1,14 +1,14 @@
<div class="pre">
<h1 class="section"><%= t.taginfo.download %></h1>
- <%= t.pages.download.index.intro %>
+ <%= t.pages.download.intro %>
</div>
<div class="box resize">
<table class="list">
<tr>
- <th class="tl"><%= t.pages.download.index.file %></th>
- <th class="tr"><%= t.pages.download.index.packed %></th>
- <th class="tr"><%= t.pages.download.index.unpacked %></th>
- <th class="tl"><%= t.pages.download.index.description %></th>
+ <th class="tl"><%= t.pages.download.file %></th>
+ <th class="tr"><%= t.pages.download.packed %></th>
+ <th class="tr"><%= t.pages.download.unpacked %></th>
+ <th class="tl"><%= t.pages.download.description %></th>
</tr>
<tr>
<td class="tl"><a rel="nofollow" href="/download/taginfo-master.db.bz2">taginfo-master.db.bz2</a></td>
diff --git a/web/views/reports/index.erb b/web/views/reports/index.erb
index a9a25f2..1717977 100644
--- a/web/views/reports/index.erb
+++ b/web/views/reports/index.erb
@@ -1,11 +1,11 @@
<div class="pre">
<h1 class="section"><%= t.taginfo.reports %></h1>
- <p><%= t.pages.reports.index.intro %></p>
+ <p><%= t.pages.reports.intro %></p>
</div>
<div class="box resize">
- <h2><%= t.pages.reports.index.list %></h2>
+ <h2><%= t.pages.reports.list %></h2>
<table class="list">
- <tr><th class="tc" colspan="<%= Source.visible.size %>"/><%= t.pages.reports.index.data_sources %></th><th class="tl"><%= t.taginfo.report %></th></tr>
+ <tr><th class="tc" colspan="<%= Source.visible.size %>"/><%= t.pages.reports.data_sources %></th><th class="tl"><%= t.taginfo.report %></th></tr>
<% Report.each_with_index do |report, n| c = (n%2!=0) ? ' even' : '' %>
<tr>
<% Source.visible.each do |source| %>
diff --git a/web/views/sources.erb b/web/views/sources.erb
index 0412a51..adc790b 100644
--- a/web/views/sources.erb
+++ b/web/views/sources.erb
@@ -1,20 +1,20 @@
<div class="pre">
<h1 class="section"><%= t.taginfo.sources %></h1>
- <%= t.pages.sources.index.intro %>
+ <%= t.pages.sources.intro %>
</div>
<div class="box resize">
<table class="list">
<tr>
- <th class="tl"><%= t.taginfo.source %></th><th><%= t.pages.sources.index.data_until %>*</th><th><%= t.pages.sources.index.last_update_run %></th>
+ <th class="tl"><%= t.taginfo.source %></th><th><%= t.pages.sources.data_until %>*</th><th><%= t.pages.sources.last_update_run %></th>
</tr>
<% Source.visible.each_with_index do |source, n| c = (n%2!=0) ? ' even' : '' %>
<tr>
<td class="<%= c %>"><%= source.name %>
<td class="tc<%= c %>"><%= source.data_until %> UTC</td>
- <td class="tc<%= c %>"><%= source.update_start + ' ' + t.pages.sources.index.to + ' ' + source.update_end %> UTC</td>
+ <td class="tc<%= c %>"><%= source.update_start + ' ' + t.pages.sources.to + ' ' + source.update_end %> UTC</td>
</tr>
<% end %>
</table>
- <p style="font-size: 80%">* <%= t.pages.sources.index.data_until_explanation %></p>
+ <p style="font-size: 80%">* <%= t.pages.sources.data_until_explanation %></p>
</div>