mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 13:16:54 +02:00
@@ -53,18 +53,20 @@
|
|||||||
</table>
|
</table>
|
||||||
<!-- /Blocks_list -->
|
<!-- /Blocks_list -->
|
||||||
|
|
||||||
<div id="embedCodes" class="modal hide fade">
|
<div class="modal fade" id="embedCodes">
|
||||||
<div class="modal-header">
|
<div class="modal-dialog">
|
||||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
<div class="modal-content">
|
||||||
<h3><?php echo __('Embed Code', 'blocks'); ?></h3>
|
<div class="modal-header">
|
||||||
</div>
|
<a class="close" data-dismiss="modal">×</a>
|
||||||
<div class="modal-body">
|
<h4 class="modal-title"><?php echo __('Embed Code', 'snippets'); ?></h4>
|
||||||
<p>
|
</div>
|
||||||
<b><?php echo __('Shortcode', 'blocks'); ?></b><br>
|
<div class="modal-body">
|
||||||
<code id="shortcode"></code>
|
<b><?php echo __('Shortcode', 'snippets'); ?></b><br>
|
||||||
<br> <br>
|
<code id="shortcode"></code>
|
||||||
<b><?php echo __('PHP Code', 'blocks'); ?></b><br>
|
<br> <br>
|
||||||
<code id="phpcode"></code>
|
<b><?php echo __('PHP Code', 'snippets'); ?></b><br>
|
||||||
</p>
|
<code id="phpcode"></code>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
@@ -5,8 +5,8 @@
|
|||||||
<?php echo (Form::hidden('csrf', Security::token())); ?>
|
<?php echo (Form::hidden('csrf', Security::token())); ?>
|
||||||
<?php if (isset($errors['menu_item_name_empty'])) $error_class = ' error'; else $error_class = ''; ?>
|
<?php if (isset($errors['menu_item_name_empty'])) $error_class = ' error'; else $error_class = ''; ?>
|
||||||
|
|
||||||
<a href="javascript:;" class="btn btn-default" data-toggle="modal" data-toggle="modal" data-target="#selectPageModal"><?php echo __('Select page', 'menu'); ?></a>
|
<a href="javascript:;" class="btn btn-default" data-toggle="modal" data-target="#selectPageModal"><?php echo __('Select page', 'menu'); ?></a>
|
||||||
<a href="javascript:;" class="btn btn-default" data-toggle="modal" data-toggle="modal" data-target="#selectCategoryModal"><?php echo __('Select category', 'menu'); ?></a>
|
<a href="javascript:;" class="btn btn-default" data-toggle="modal" data-target="#selectCategoryModal"><?php echo __('Select category', 'menu'); ?></a>
|
||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
<div class="modal-dialog">
|
<div class="modal-dialog">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<a class="close" data-dismiss="modal">×</a>
|
<a class="close" data-dismiss="modal">×</a>
|
||||||
<h4 class="modal-title"><?php echo __('Select page', 'menu'); ?></h4>
|
<h4 class="modal-title"><?php echo __('Select page', 'menu'); ?></h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
<div class="modal-dialog">
|
<div class="modal-dialog">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<a class="close" data-dismiss="modal">×</a>
|
<a class="close" data-dismiss="modal">×</a>
|
||||||
<h4 class="modal-title"><?php echo __('Select category', 'menu'); ?></h4>
|
<h4 class="modal-title"><?php echo __('Select category', 'menu'); ?></h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
'Second' => 'sekunda',
|
'Second' => 'sekunda',
|
||||||
'This field should not be empty' => 'To pole nie może być puste',
|
'This field should not be empty' => 'To pole nie może być puste',
|
||||||
'This page already exists' => 'Ta strona już istnieje',
|
'This page already exists' => 'Ta strona już istnieje',
|
||||||
'Extra' => 'Extra',
|
'Extra' => 'Ekstra',
|
||||||
'Save' => 'Zapisz',
|
'Save' => 'Zapisz',
|
||||||
'Save and Exit' => 'Zapisz i wyjdź',
|
'Save and Exit' => 'Zapisz i wyjdź',
|
||||||
'Your changes to the page <i>:page</i> have been saved.' => 'Twoje zmiany na stronie <i> :page </i> zostały zapisane.',
|
'Your changes to the page <i>:page</i> have been saved.' => 'Twoje zmiany na stronie <i> :page </i> zostały zapisane.',
|
||||||
|
@@ -53,18 +53,20 @@
|
|||||||
</table>
|
</table>
|
||||||
<!-- /Snippets_list -->
|
<!-- /Snippets_list -->
|
||||||
|
|
||||||
<div id="embedCodes" class="modal hide fade">
|
<div class="modal fade" id="embedCodes">
|
||||||
<div class="modal-header">
|
<div class="modal-dialog">
|
||||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
<div class="modal-content">
|
||||||
<h3><?php echo __('Embed Code', 'snippets'); ?></h3>
|
<div class="modal-header">
|
||||||
</div>
|
<a class="close" data-dismiss="modal">×</a>
|
||||||
<div class="modal-body">
|
<h4 class="modal-title"><?php echo __('Embed Code', 'snippets'); ?></h4>
|
||||||
<p>
|
</div>
|
||||||
<b><?php echo __('Shortcode', 'snippets'); ?></b><br>
|
<div class="modal-body">
|
||||||
<code id="shortcode"></code>
|
<b><?php echo __('Shortcode', 'snippets'); ?></b><br>
|
||||||
<br> <br>
|
<code id="shortcode"></code>
|
||||||
<b><?php echo __('PHP Code', 'snippets'); ?></b><br>
|
<br> <br>
|
||||||
<code id="phpcode"></code>
|
<b><?php echo __('PHP Code', 'snippets'); ?></b><br>
|
||||||
</p>
|
<code id="phpcode"></code>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
@@ -76,5 +76,6 @@
|
|||||||
'Main .htaccess file not writable' => 'Główny plik .htaccess nie ma możliwości zapisu',
|
'Main .htaccess file not writable' => 'Główny plik .htaccess nie ma możliwości zapisu',
|
||||||
'Official Support Forum' => 'Wsparcie oficjalnego forum',
|
'Official Support Forum' => 'Wsparcie oficjalnego forum',
|
||||||
'Documentation' => 'Dokumentacja',
|
'Documentation' => 'Dokumentacja',
|
||||||
|
'Your changes have been saved.' => 'Twoje zmiany zostały zapisane.',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
@@ -63,5 +63,6 @@
|
|||||||
'Your login details for :site_name' => 'Twoje dane logowania dla :site_name',
|
'Your login details for :site_name' => 'Twoje dane logowania dla :site_name',
|
||||||
'About Me' => 'O mnie',
|
'About Me' => 'O mnie',
|
||||||
'Profile' => 'Profil',
|
'Profile' => 'Profil',
|
||||||
|
'You are banned for 10 minutes. Try again later' => 'Jesteś zbanowany na 10 minut. Spróbuj ponownie później',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user