1
0
opencart-languagepack-finnish/admin/tool/backup.php

20 lines
577 B
PHP
Raw Permalink Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
2020-03-02 00:28:04 +00:00
$_['heading_title'] = 'Varmuuskopioi &amp; Palauta';
2020-02-12 21:25:39 +00:00
// Text
$_['text_success'] = 'Success: You have successfully imported your database!';
// Entry
$_['entry_progress'] = 'Progress';
$_['entry_export'] = 'Export';
// Tab
2020-03-02 00:28:04 +00:00
$_['tab_backup'] = 'Varmuuskopioi';
$_['tab_restore'] = 'Palauta';
2020-02-12 21:25:39 +00:00
// Error
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify Backup &amp; Restore!';
$_['error_export'] = 'Varoitus: You must select at least one table to export!';
2020-02-12 21:25:39 +00:00
$_['error_file'] = 'File could not be found!';