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

19
admin/tool/backup.php Normal file
View File

@@ -0,0 +1,19 @@
<?php
// Heading
$_['heading_title'] = 'Backup &amp; Restore';
// Text
$_['text_success'] = 'Success: You have successfully imported your database!';
// Entry
$_['entry_progress'] = 'Progress';
$_['entry_export'] = 'Export';
// Tab
$_['tab_backup'] = 'Backup';
$_['tab_restore'] = 'Restore';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Backup &amp; Restore!';
$_['error_export'] = 'Warning: You must select at least one table to export!';
$_['error_file'] = 'File could not be found!';

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!';

21
admin/tool/upload.php Normal file
View File

@@ -0,0 +1,21 @@
<?php
// Heading
$_['heading_title'] = 'Uploads';
// Text
$_['text_success'] = 'Success: You have modified uploads!';
$_['text_list'] = 'Upload List';
// Column
$_['column_name'] = 'Upload Name';
$_['column_filename'] = 'Filename';
$_['column_date_added'] = 'Date Added';
$_['column_action'] = 'Action';
// Entry
$_['entry_name'] = 'Upload Name';
$_['entry_filename'] = 'Filename';
$_['entry_date_added'] = 'Date Added';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify uploads!';