diff options
| author | Andy Staudacher <andy.st@gmail.com> | 2009-03-18 00:53:44 +0000 | 
|---|---|---|
| committer | Andy Staudacher <andy.st@gmail.com> | 2009-03-18 00:53:44 +0000 | 
| commit | 222f6e2e23a878b5c598fa189a8c385fe6f0ebf3 (patch) | |
| tree | d2fe7d60b1036b63447dd7e8d823ffcdd035c7e8 /core/views/admin_languages.html.php | |
| parent | 8c1f6006114b9bae79b869ae4e51bc35836a3270 (diff) | |
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).
Diffstat (limited to 'core/views/admin_languages.html.php')
| -rw-r--r-- | core/views/admin_languages.html.php | 9 | 
1 files changed, 7 insertions, 2 deletions
| diff --git a/core/views/admin_languages.html.php b/core/views/admin_languages.html.php index b0f6fa26..abeaf362 100644 --- a/core/views/admin_languages.html.php +++ b/core/views/admin_languages.html.php @@ -1,6 +1,11 @@  <?php defined("SYSPATH") or die("No direct script access.") ?>  <div id="gLanguages"> -  <h1> <?= t("Language Settings") ?> </h1> +  <h2> <?= t("Languages") ?> </h2> -  <?= $form ?> +  <?= $settings_form ?> + +  <?= $update_translations_form ?> + +  <h2> <?= t("Your Own Translations") ?> </h2> +  <?= $share_translations_form ?>  </div> | 
