2009-02-10 05:37:42 +00:00
|
|
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
|
|
|
<div id="gLanguages">
|
2009-03-18 00:53:44 +00:00
|
|
|
<h2> <?= t("Languages") ?> </h2>
|
2009-02-10 05:37:42 +00:00
|
|
|
|
2009-03-18 00:53:44 +00:00
|
|
|
<?= $settings_form ?>
|
|
|
|
|
|
2009-03-26 07:10:47 +00:00
|
|
|
<h2> <?= t("Download translations") ?> </h2>
|
|
|
|
|
<a href="<?= url::site("admin/maintenance/start/core_task::update_l10n?csrf=$csrf") ?>"
|
|
|
|
|
class="gDialogLink">
|
|
|
|
|
<?= t("Get updates") ?>
|
|
|
|
|
</a>
|
2009-03-18 00:53:44 +00:00
|
|
|
|
|
|
|
|
<h2> <?= t("Your Own Translations") ?> </h2>
|
|
|
|
|
<?= $share_translations_form ?>
|
2009-02-10 05:37:42 +00:00
|
|
|
</div>
|