]> git.openstreetmap.org Git - rails.git/blob - app/views/site/copyright.html.erb
4a7a57bea8962785bb1dd7a37edab2a27db8ffa8
[rails.git] / app / views / site / copyright.html.erb
1 <% if @locale == 'en' %>
2   <!-- Maybe ease foreigners back to their native page -->
3   <% if t('license_page.legal_babble', :locale => I18n.locale) != t('license_page.legal_babble', :locale => :en) %>
4     <h2><%= t 'license_page.native.title' %></h2>
5     <p>
6       <%= raw t 'license_page.native.text',
7                   :native_link => link_to(t('license_page.native.native_link'),
8                                               :controller => 'site',
9                                               :action => 'copyright',
10                                               :copyright_locale => nil),
11                   :mapping_link => link_to(t('license_page.native.mapping_link'),
12                                               :controller => 'site',
13                                               :action => 'index') %>
14     </p>
15     <hr />
16   <% end %>
17 <% else %>
18   <!-- Maybe note that this page has been translated -->
19   <% if t('license_page.legal_babble', :locale => @locale) != t('license_page.legal_babble', :locale => :en) %>
20     <h2><%= t 'license_page.foreign.title' %></h2>
21     <p>
22       <%= raw t 'license_page.foreign.text',
23                   :english_original_link => link_to(t('license_page.foreign.english_link'),
24                                                         :controller => 'site',
25                                                         :action => 'copyright',
26                                                         :copyright_locale => 'en') %>
27     </p>
28     <hr />
29   <% end %>
30 <% end %>
31
32 <h2><%= t "license_page.legal_babble.title_html", :locale => @locale %></h2>
33
34 <p><%= t "license_page.legal_babble.intro_1_html", :locale => @locale %></p>
35 <p><%= t "license_page.legal_babble.intro_2_html", :locale => @locale %></p>
36 <p><%= t "license_page.legal_babble.intro_3_html", :locale => @locale %></p>
37
38 <h3><%= t "license_page.legal_babble.credit_title_html", :locale => @locale %></h3>
39 <p><%= t "license_page.legal_babble.credit_1_html", :locale => @locale %></p>
40 <p><%= t "license_page.legal_babble.credit_2_html", :locale => @locale %></p>
41
42 <h3><%= t "license_page.legal_babble.more_title_html", :locale => @locale %></h3>
43 <p><%= t "license_page.legal_babble.more_1_html", :locale => @locale %></p>
44 <p><%= t "license_page.legal_babble.more_2_html", :locale => @locale %></p>
45
46 <h3><%= t "license_page.legal_babble.contributors_title_html", :locale => @locale %></h3>
47 <p><%= t "license_page.legal_babble.contributors_intro_html", :locale => @locale %></p>
48 <ul id="contributors">
49   <li><%= t "license_page.legal_babble.contributors_at_html", :locale => @locale %></li>
50   <li><%= t "license_page.legal_babble.contributors_ca_html", :locale => @locale %></li>
51   <li><%= t "license_page.legal_babble.contributors_fr_html", :locale => @locale %></li>
52   <li><%= t "license_page.legal_babble.contributors_nl_html", :locale => @locale %></li>
53   <li><%= t "license_page.legal_babble.contributors_nz_html", :locale => @locale %></li>
54   <li><%= t "license_page.legal_babble.contributors_za_html", :locale => @locale %></li>
55   <li><%= t "license_page.legal_babble.contributors_gb_html", :locale => @locale %></li>
56 </ul>
57 <p><%= t "license_page.legal_babble.contributors_footer_1_html", :locale => @locale %></p>
58 <p><%= t "license_page.legal_babble.contributors_footer_2_html", :locale => @locale %></p>
59
60 <h3><%= t "license_page.legal_babble.infringement_title_html", :locale => @locale %></h3>
61 <p><%= t "license_page.legal_babble.infringement_1_html", :locale => @locale %></p>
62 <p><%= t "license_page.legal_babble.infringement_2_html", :locale => @locale %></p>