Files
gallery3/core/views/admin_languages.html.php
Andy Staudacher 222f6e2e23 Functional l10n_client / server interaction:
- Get / verify API Key from l10n server
 - Submit translations
 - Fetch translations / updates

Reference: Tasks: 75, 76, 55

TODO: Move out of core (and a series of other tasks).
2009-03-18 00:53:44 +00:00

12 lines
270 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="gLanguages">
<h2> <?= t("Languages") ?> </h2>
<?= $settings_form ?>
<?= $update_translations_form ?>
<h2> <?= t("Your Own Translations") ?> </h2>
<?= $share_translations_form ?>
</div>