11 lines
348 B
PHP
11 lines
348 B
PHP
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Virheloki';
|
|
|
|
// Text
|
|
$_['text_success'] = 'Success: You have successfully cleared your error log!';
|
|
$_['text_list'] = 'Virhelista';
|
|
|
|
// Error
|
|
$_['error_warning'] = 'Varoitus: Your error log file %s is %s!';
|
|
$_['error_permission'] = 'Varoitus: You do not have permission to clear error log!'; |