20 lines
577 B
PHP
20 lines
577 B
PHP
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Varmuuskopioi & Palauta';
|
|
|
|
// Text
|
|
$_['text_success'] = 'Success: You have successfully imported your database!';
|
|
|
|
// Entry
|
|
$_['entry_progress'] = 'Progress';
|
|
$_['entry_export'] = 'Export';
|
|
|
|
// Tab
|
|
$_['tab_backup'] = 'Varmuuskopioi';
|
|
$_['tab_restore'] = 'Palauta';
|
|
|
|
// Error
|
|
$_['error_permission'] = 'Varoitus: You do not have permission to modify Backup & Restore!';
|
|
$_['error_export'] = 'Varoitus: You must select at least one table to export!';
|
|
$_['error_file'] = 'File could not be found!';
|