{** * controllers/grid/languages/installLanguageForm.tpl * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Form to install languages. *}
{csrf} {include file="controllers/notification/inPlaceNotification.tpl" notificationId="installLanguageFormNotification"} {fbvFormArea id="availableLocalesFormArea" title="admin.languages.availableLocales"} {fbvFormSection list="true" description="admin.languages.installNewLocalesInstructions"} {foreach name=locales from=$notInstalledLocales item=locale} {fbvElement type="checkbox" id="locale-$locale" name="localesToInstall[$locale]" value=$locale label=$allLocales.$locale translate=false} {foreachelse}

{translate key="admin.languages.noLocalesAvailable"}

{/foreach} {/fbvFormSection} {/fbvFormArea} {fbvFormArea id="downloadLocaleFormArea" title="admin.languages.downloadLocales"} {fbvFormSection list="true"} {if $downloadAvailable} {else}

{translate key="admin.languages.downloadUnavailable"}

{/if} {/fbvFormSection} {/fbvFormArea} {if not empty($notInstalledLocales)} {fbvFormButtons id="mastheadFormSubmit" submitText="common.save"} {/if}