{** * plugins/generic/customLocale/index.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. * * List of operations this plugin can perform * *} {strip} {assign var="pageTitle" value="plugins.generic.customLocale.name"} {include file="common/header.tpl"} {/strip}

{translate key="plugins.generic.customLocale.longDescription"}

{translate key="plugins.generic.customLocale.availableLocales"}

{iterate from=locales key=localeKey item=localeName} {/iterate} {if $locales->wasEmpty()} {else} {/if}
 
{translate key="plugins.generic.customLocale.localeKey"} {translate key="plugins.generic.customLocale.localeName"} {translate key="common.action"}
 
{$localeKey|escape} {$localeName|escape} {translate key="common.edit"}
 
{translate key="common.none"}
 
{page_info iterator=$locales} {page_links anchor="locales" name="locales" iterator=$locales}
{include file="common/footer.tpl"}