mirror of
https://github.com/shadoll/translate.git
synced 2025-12-21 14:35:10 +00:00
17 lines
575 B
PHP
Executable File
17 lines
575 B
PHP
Executable File
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Backup & Restore';
|
|
|
|
// Text
|
|
$_['text_backup'] = 'Download Backup';
|
|
$_['text_success'] = 'Success: You have successfully imported your database!';
|
|
$_['text_list'] = 'Upload List';
|
|
|
|
// Entry
|
|
$_['entry_restore'] = 'Restore Backup';
|
|
$_['entry_backup'] = 'Backup';
|
|
|
|
// Error
|
|
$_['error_permission'] = 'Warning: You do not have permission to modify backups!';
|
|
$_['error_backup'] = 'Warning: You must select at least one table to backup!';
|
|
$_['error_empty'] = 'Warning: The file you uploaded was empty!'; |