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

12 lines
349 B
PHP
Raw Permalink Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
2020-02-16 12:18:44 +00:00
$_['heading_title'] = 'Virheloki';
2020-02-12 21:25:39 +00:00
// Text
$_['text_success'] = 'Success: You have successfully cleared your error log!';
2020-02-16 12:18:44 +00:00
$_['text_list'] = 'Virhelista';
2020-02-12 21:25:39 +00:00
// Error
2020-02-16 11:32:04 +00:00
$_['error_warning'] = 'Varoitus: Your error log file %s is %s!';
2020-03-02 00:28:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to clear error log!';