Updated French and UK terms to 1.2.4

This commit is contained in:
Matt Amos 2011-04-10 23:40:19 +01:00 committed by Tom Hughes
parent 2bcb052cce
commit 55cc2e0fcf
4 changed files with 42 additions and 24 deletions

View file

@ -5,7 +5,14 @@
<ol>
<li>
<p><%= @text['section_1'] %></p>
<% unless @text['section_1a'].nil? %>
<ol style="list-style-type: lower-alpha">
<li><%= @text['section_1a'] %></li>
<li><%= @text['section_1b'] %></li>
</ol>
<% end %>
</li>
<h3><%= @text['rights_granted'] %></h3>
<li>
<p><%= @text['section_2'] %></p>
</li>
@ -13,6 +20,7 @@
<p><%= @text['section_3'] %></p>
<p><%= @text['active_defn_1'] %></p>
<p><%= @text['active_defn_2'] %></p>
</ul>
</li>
<li>
<p><%= @text['section_4'] %></p>
@ -20,13 +28,14 @@
<li>
<p><%= @text['section_5'] %></p>
</li>
<h3><%= @text['limitation_of_liability'] %></h3>
<li>
<p><%= @text['section_6'] %></p>
<ol>
<li><p><%= @text['section_6_1'] %></p></li>
<li><p><%= @text['section_6_2'] %></p></li>
</ol>
</li>
<h3><%= @text['miscellaneous'] %></h3>
<li>
<p id="last"><%= @text['section_7'] %></p>
</li>