mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
refactoring i18n
This commit is contained in:
parent
8801feafe5
commit
032b85bcad
23 changed files with 133 additions and 69 deletions
|
@ -56,7 +56,7 @@
|
|||
<?php print _('delete');?>
|
||||
<input type="hidden" name="delete_url" value="/delete/cron/?job=<?php echo $data[$key]['JOB']; ?>" />
|
||||
<div id="delete_dialog_<?php echo $i ?>" class="confirmation-text-delete hidden" title="<?php print _('Confirmation');?>">
|
||||
<p class="counter-value"><?php print _('CRON_ACTION_CONFIRMATION',_('delete'));?></p>
|
||||
<p class="counter-value"><?php print _('DELETE_CRON_CONFIRMATION');?></p>
|
||||
</div>
|
||||
</span>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue