Files
gallery3/modules/gallery/views/admin_languages.html.php
Bharat Mediratta 88a3d43ba9 Update all references to the core application to now point to the
gallery module.  This type of mass update is prone to some small bugs.
2009-05-27 16:17:29 -07:00

16 lines
436 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="gLanguages">
<h2> <?= t("Languages") ?> </h2>
<?= $settings_form ?>
<h2> <?= t("Download translations") ?> </h2>
<a href="<?= url::site("admin/maintenance/start/gallery_task::update_l10n?csrf=$csrf") ?>"
class="gDialogLink">
<?= t("Get updates") ?>
</a>
<h2> <?= t("Your Own Translations") ?> </h2>
<?= $share_translations_form ?>
</div>