1
0

Added default language pack (en-gb)

This commit is contained in:
Christer Waren
2020-02-12 23:25:39 +02:00
parent 27b4234c0f
commit 704d608ff8
465 changed files with 15946 additions and 0 deletions

11
admin/tool/log.php Normal file
View File

@ -0,0 +1,11 @@
<?php
// Heading
$_['heading_title'] = 'Error Log';
// Text
$_['text_success'] = 'Success: You have successfully cleared your error log!';
$_['text_list'] = 'Errors List';
// Error
$_['error_warning'] = 'Warning: Your error log file %s is %s!';
$_['error_permission'] = 'Warning: You do not have permission to clear error log!';