mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-11 07:34:36 +02:00
Translation Updates
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php if ($action == 'chunk') { ?><h2><?php echo __('New chunk', 'themes'); ?></h2><?php } ?>
|
||||
<?php if ($action == 'template') { ?><h2><?php echo __('New template', 'themes'); ?></h2><?php } ?>
|
||||
<?php if ($action == 'styles') { ?><h2><?php echo __('New styles', 'themes'); ?></h2><?php } ?>
|
||||
<?php if ($action == 'script') { ?><h2><?php echo __('New script', 'themes'); ?></h2><?php } ?>
|
||||
<?php if ($action == 'chunk') { ?><h2><?php echo __('New Chunk', 'themes'); ?></h2><?php } ?>
|
||||
<?php if ($action == 'template') { ?><h2><?php echo __('New Template', 'themes'); ?></h2><?php } ?>
|
||||
<?php if ($action == 'styles') { ?><h2><?php echo __('New Styles', 'themes'); ?></h2><?php } ?>
|
||||
<?php if ($action == 'script') { ?><h2><?php echo __('New Script', 'themes'); ?></h2><?php } ?>
|
||||
<br />
|
||||
|
||||
<?php if (Notification::get('success')) Alert::success(Notification::get('success')); ?>
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
echo (
|
||||
Html::br(2).
|
||||
Form::submit('add_file_and_exit', __('Save and exit', 'themes'), array('class' => 'btn')).Html::nbsp(2).
|
||||
Form::submit('add_file_and_exit', __('Save and Exit', 'themes'), array('class' => 'btn')).Html::nbsp(2).
|
||||
Form::submit('add_file', __('Save', 'themes'), array('class' => 'btn')).
|
||||
Form::close()
|
||||
);
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<?php if ($action == 'chunk') { ?><h2><?php echo __('Edit chunk', 'themes'); ?></h2><?php } ?>
|
||||
<?php if ($action == 'template') { ?><h2><?php echo __('Edit template', 'themes'); ?></h2><?php } ?>
|
||||
<?php if ($action == 'styles') { ?><h2><?php echo __('Edit styles', 'themes'); ?></h2><?php } ?>
|
||||
<?php if ($action == 'script') { ?><h2><?php echo __('Edit script', 'themes'); ?></h2><?php } ?>
|
||||
<?php if ($action == 'chunk') { ?><h2><?php echo __('Edit Chunk', 'themes'); ?></h2><?php } ?>
|
||||
<?php if ($action == 'template') { ?><h2><?php echo __('Edit Template', 'themes'); ?></h2><?php } ?>
|
||||
<?php if ($action == 'styles') { ?><h2><?php echo __('Edit Styles', 'themes'); ?></h2><?php } ?>
|
||||
<?php if ($action == 'script') { ?><h2><?php echo __('Edit Script', 'themes'); ?></h2><?php } ?>
|
||||
<br />
|
||||
|
||||
<?php if (Notification::get('success')) Alert::success(Notification::get('success')); ?>
|
||||
@@ -48,7 +48,7 @@
|
||||
echo (
|
||||
Form::textarea('content', Html::toText($content), array('style' => 'width:100%;height:400px;', 'class' => 'source-editor')).
|
||||
Html::br(2).
|
||||
Form::submit('edit_file_and_exit', __('Save and exit', 'themes'), array('class' => 'btn')).Html::nbsp(2).
|
||||
Form::submit('edit_file_and_exit', __('Save and Exit', 'themes'), array('class' => 'btn')).Html::nbsp(2).
|
||||
Form::submit('edit_file', __('Save', 'themes'), array('class' => 'btn')). Html::nbsp().
|
||||
Form::close()
|
||||
);
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
<div class="span6">
|
||||
|
||||
<h2><?php echo __('Site theme', 'themes'); ?></h2>
|
||||
<h2><?php echo __('Site Theme', 'themes'); ?></h2>
|
||||
<br />
|
||||
|
||||
<!-- Themes_selector -->
|
||||
@@ -10,7 +10,7 @@
|
||||
echo (
|
||||
Form::open().
|
||||
Form::hidden('csrf', Security::token()).
|
||||
Form::label('themes', __('Select theme', 'themes')).
|
||||
Form::label('themes', __('Select Theme', 'themes')).
|
||||
Form::select('themes', $themes_site, $current_site_theme, array('class' => 'input-xlarge')). Html::br().
|
||||
Form::submit('save_site_theme', __('Save', 'themes'), array('class' => 'btn')).
|
||||
Form::close()
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
<div class="span6">
|
||||
|
||||
<h2><?php echo __('Admin theme', 'themes'); ?></h2>
|
||||
<h2><?php echo __('Admin Theme', 'themes'); ?></h2>
|
||||
<br />
|
||||
|
||||
<!-- Themes_selector -->
|
||||
@@ -30,7 +30,7 @@
|
||||
echo (
|
||||
Form::open().
|
||||
Form::hidden('csrf', Security::token()).
|
||||
Form::label('themes', __('Select theme', 'themes')).
|
||||
Form::label('themes', __('Select Theme', 'themes')).
|
||||
Form::select('themes', $themes_admin, $current_admin_theme, array('class' => 'input-xlarge')). Html::br().
|
||||
Form::submit('save_admin_theme', __('Save', 'themes'), array('class' => 'btn')).
|
||||
Form::close()
|
||||
@@ -50,11 +50,11 @@
|
||||
|
||||
<?php
|
||||
echo (
|
||||
Html::heading(__('Current site theme', 'themes') . ': '. $current_site_theme, 2). Html::br()
|
||||
Html::heading(__('Current Site Theme', 'themes') . ': '. $current_site_theme, 2). Html::br()
|
||||
);
|
||||
?>
|
||||
|
||||
<?php echo (Html::anchor(__('Create new template', 'themes'), 'index.php?id=themes&action=add_template', array('title' => __('Create new template'), 'class' => 'btn btn-small')).Html::br(2)); ?>
|
||||
<?php echo (Html::anchor(__('Create New Template', 'themes'), 'index.php?id=themes&action=add_template', array('title' => __('Create New Template'), 'class' => 'btn btn-small')).Html::br(2)); ?>
|
||||
|
||||
<!-- Templates_list -->
|
||||
<table class="table table-bordered">
|
||||
@@ -89,7 +89,7 @@
|
||||
</table>
|
||||
<!-- /Templates_list -->
|
||||
|
||||
<?php echo (Html::anchor(__('Create new chunk', 'themes'), 'index.php?id=themes&action=add_chunk', array('title' => __('Create new chnuk', 'themes'), 'class' => 'btn btn-small')).Html::br(2)); ?>
|
||||
<?php echo (Html::anchor(__('Create New Chunk', 'themes'), 'index.php?id=themes&action=add_chunk', array('title' => __('Create New Chnuk', 'themes'), 'class' => 'btn btn-small')).Html::br(2)); ?>
|
||||
|
||||
<!-- Chunks_list -->
|
||||
<table class="table table-bordered">
|
||||
@@ -124,7 +124,7 @@
|
||||
</table>
|
||||
<!-- /Chunks_list -->
|
||||
|
||||
<?php echo (Html::anchor(__('Create new styles', 'themes'), 'index.php?id=themes&action=add_styles', array('title' => __('Create new style', 'themes'), 'class' => 'btn btn-small')).Html::br(2)); ?>
|
||||
<?php echo (Html::anchor(__('Create New Styles', 'themes'), 'index.php?id=themes&action=add_styles', array('title' => __('Create New Style', 'themes'), 'class' => 'btn btn-small')).Html::br(2)); ?>
|
||||
|
||||
<!-- Styles_list -->
|
||||
<table class="table table-bordered">
|
||||
@@ -159,7 +159,7 @@
|
||||
</table>
|
||||
<!-- /Styles_list -->
|
||||
|
||||
<?php echo (Html::anchor(__('Create new script', 'themes'), 'index.php?id=themes&action=add_script', array('title' => __('Create new script', 'themes'), 'class' => 'btn btn-small')).Html::br(2)); ?>
|
||||
<?php echo (Html::anchor(__('Create New Script', 'themes'), 'index.php?id=themes&action=add_script', array('title' => __('Create New Script', 'themes'), 'class' => 'btn btn-small')).Html::br(2)); ?>
|
||||
|
||||
<!-- Scripts_list -->
|
||||
<table class="table table-bordered">
|
||||
|
Reference in New Issue
Block a user