<% unless relation_details.relation_members.empty? %>
<tr valign="top">
- <th>Members:</th>
+ <th><%= t'browse.relation_details.members' %></th>
<td>
<table cellpadding="0">
<%= render :partial => "relation_member", :collection => relation_details.relation_members %>
<% unless relation_details.containing_relation_members.empty? %>
<tr>
- <th>Part of:</th>
+ <th><%= t'browse.relation_details.part_of' %></th>
<td>
<table cellpadding="0">
<%= render :partial => "containing_relation", :collection => relation_details.containing_relation_members %>
<%
@name = printable_name @relation
-@title = 'Relation History | ' + @name
+@title = t('browse.relation_history.relation_history') + ' | ' + @name
%>
-<h2>Relation History: <%= h(@name) %></h2>
+<h2><%= t'browse.relation_history.relation_history_title', :relation_name => h(@name) %></h2>
<table width="100%">
<tr valign="top">