mirror of
https://github.com/danpros/htmly.git
synced 2026-04-22 21:46:22 +05:30
added language support - updated keys (pt_BR and en_US completed - others langs was added keys in english version needed translation
This commit is contained in:
parent
c08e4d51ca
commit
cb53e6c087
40 changed files with 1007 additions and 198 deletions
|
|
@ -11,8 +11,8 @@ if (login()) {
|
|||
}
|
||||
}
|
||||
?>
|
||||
<h2>Your backups</h2>
|
||||
<h2><?php echo i18n('Your_backups');?></h2>
|
||||
<br>
|
||||
<a class="btn btn-primary" href="<?php echo site_url() ?>admin/backup-start">Create backup</a>
|
||||
<a class="btn btn-primary" href="<?php echo site_url() ?>admin/backup-start"><?php echo i18n('Create_backup');?></a>
|
||||
<br><br>
|
||||
<?php echo get_backup_files() ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue