mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Translate page titles, dialog captions, 'Shortcuts', firewall actions & protocols, and list2ban chains
I think protocols and chains shouldn't be translated
This commit is contained in:
parent
7be9a01b8d
commit
e76c3fd808
8 changed files with 37 additions and 37 deletions
|
@ -8,16 +8,16 @@
|
|||
<script type="text/javascript" src="/js/templates.js?1446554103"></script>
|
||||
<script src="/js/jquery.finder.js"></script>
|
||||
|
||||
<script>
|
||||
<script>
|
||||
$(document).ready(function(){ hover_menu(); }); </script>
|
||||
|
||||
<div title="Confirmation" class="confirmation-text-redirect hidden">
|
||||
<div title="<?=__('Confirmation')?>" class="confirmation-text-redirect hidden">
|
||||
<p class="confirmation"><?=__('LEAVE_PAGE_CONFIRMATION')?></p>
|
||||
</div>
|
||||
|
||||
<div class="shortcuts" style="display:none">
|
||||
<div class="header">
|
||||
<div class="title">Shortcuts</div>
|
||||
<div class="title"><?=__('Shortcuts')?></div>
|
||||
<div class="close"></div>
|
||||
</div>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue