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 ?>
|
|
|
|
|
|
|
|
|
|
<?= $update_translations_form ?>
|
|
|
|
|
|
|
|
|
|
<h2> <?= t("Your Own Translations") ?> </h2>
|
|
|
|
|
<?= $share_translations_form ?>
|
2009-02-10 05:37:42 +00:00
|
|
|
</div>
|