Translate UI

This commit is contained in:
Sam Georges 2014-07-24 19:23:21 +10:00
parent f9a68456ae
commit c0e7beebf7
2 changed files with 6 additions and 2 deletions

View File

@ -31,12 +31,14 @@
<h5>
<i class="icon-picture-o"></i>
<?= e(array_get($theme, 'name', 'Unknown')) ?>
<small>Theme</small>
<small><?= e(trans('system::lang.updates.theme_label')) ?></small>
</h5>
<dl>
<dt><?= e(array_get($theme, 'version', 'v1.0.0')) ?></dt>
<dd>New theme installation.</dd>
<dd><?= e(trans('system::lang.updates.theme_new_install')) ?></dd>
</dl>
<input type="hidden" name="themes[<?= e($code) ?>]" value="<?= e($theme['hash']) ?>" />
<?php endforeach ?>
<?php foreach ($pluginList as $code => $plugin): ?>

View File

@ -143,6 +143,8 @@ return [
'update_success' => 'The update process was performed successfully.',
'update_failed_label' => 'Update failed',
'force_label' => 'Force update',
'theme_label' => 'Theme',
'theme_new_install' => 'New theme installation.',
'found' => [
'label' => 'Found new updates!',
'help' => 'Click Update software to begin the update process.',