import-messages.adp
Delivered as text/html
Related Files
[ hide source ] | [ make this the default ]
File Contents
<master>
<property name="doc(title)">@page_title;literal@</property>
Import results for
<if @package_key@ nil>
<strong>all packages</strong>
</if>
<else>
package <strong>@package_key@</strong>
</else>
and
<if @locale@ nil>
<strong>all locales</strong>.
</if>
<else>
locale <strong>@locale@</strong>.
</else>
<p>
<adp:icon name="check">
Import finished. Number of messages processed: @message_count.processed@, added: @message_count.added@, updated: @message_count.updated@,
deleted: @message_count.deleted@.
</p>
<if @message_count.errors@ not nil>
<p>
The following errors were produced:
@errors_list;noquote@
</p>
</if>
<if @conflict_count@ gt 0>
<font color="red">There are @conflict_count@ message conflicts in the database.</font>
<ul class="action-links">
<li><a href="@conflict_url@">Proceed to resolve conflicts</a></li>
</ul>
</if>
<else>
There are currently no conflicts in the database.
</else>
<ul class="action-links">
<li><a href="@return_url@">Return</a></li>
</ul>