1
0
opencart-languagepack-finnish/admin/common/security.php

30 lines
1.2 KiB
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Important Security Notification!';
// Text
$_['text_success'] = 'Success: You have modified the storage folder!';
$_['text_admin'] = 'Edit admin/config.php and change';
2021-10-08 15:17:57 +00:00
$_['text_security'] = 'It is very important that you move the storage directory outside of the web directory (e.g. public_html, www or htdocs).';
2020-02-12 21:25:39 +00:00
$_['text_choose'] = 'Choose how to move the storage directory';
$_['text_automatic'] = 'Automatically Move';
$_['text_manual'] = 'Manually Move';
$_['text_move'] = 'Move';
$_['text_to'] = 'to';
$_['text_config'] = 'Edit config.php change';
$_['text_admin'] = 'Edit admin/config.php and change';
2021-10-08 15:17:57 +00:00
// Entry
$_['entry_directory'] = 'Directory';
2020-02-12 21:25:39 +00:00
// Button
$_['button_move'] = 'Move';
$_['button_manual'] = 'Manual';
// Error
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify the storage directory!';
$_['error_path'] = 'Varoitus: Invalid path!';
$_['error_directory'] = 'Varoitus: Invalid directory!';
$_['error_exists'] = 'Varoitus: Directory already exists!';
$_['error_writable'] = 'Varoitus: config.php and admin/config.php need to be made writable!';