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:
Fabiano Santos 2021-03-09 13:32:57 -03:00
commit cb53e6c087
40 changed files with 1007 additions and 198 deletions

View file

@ -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() ?>