{** * plugins/generic/translator/errors.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Error list for a checked locale * *} {strip} {assign var="pageTitle" value="plugins.generic.translator.errors"} {include file="common/header.tpl"} {/strip}
{if $error}
{translate key="plugins.generic.translator.filesNotWriteable"}
{/if} {foreach from=$errors key=type item=categoryErrors} {if !empty($categoryErrors)}

{translate key="plugins.generic.translator.errors.$type.title"}

{if $categoryCount}     (Total {$categoryCount|escape} Words) {/if} {/foreach} {foreach from=$emailErrors key=type item=categoryErrors} {if !empty($categoryErrors)}

{translate key="plugins.generic.translator.errors.$type.title"}

{/foreach} {if !empty($errors)} {/if}
{include file="common/footer.tpl"}