blob: 2b43f1b42479585af3d3c42bd2aa4a1f65519278 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?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/core_task::update_l10n?csrf=$csrf") ?>"
class="gDialogLink">
<?= t("Get updates") ?>
</a>
<h2> <?= t("Your Own Translations") ?> </h2>
<?= $share_translations_form ?>
</div>
|