first commit

This commit is contained in:
sujan
2024-08-06 18:06:00 +05:45
commit a2fa49071a
2745 changed files with 391199 additions and 0 deletions

View File

@ -0,0 +1,33 @@
<?php
// Heading
$_['heading_title'] = 'Backup &amp; Restore';
// Text
$_['text_success'] = 'Success: You have successfully modified your database!';
$_['text_backup'] = 'Backing up table %s records %s to %s records';
$_['text_restore'] = 'Restoring %s of %s';
$_['text_option'] = 'Backup Options';
$_['text_history'] = 'Backup History';
$_['text_progress'] = 'Progress';
$_['text_import'] = 'For large backup files it is better to upload the SQL file via FTP to the <strong>~/storage/backup/</strong> directory.';
// Column
$_['column_filename'] = 'Filename';
$_['column_size'] = 'Size';
$_['column_date_added'] = 'Date Added';
$_['column_action'] = 'Action';
// Entry
$_['entry_progress'] = 'Progress';
$_['entry_export'] = 'Export';
// 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_table'] = 'Table %s is not in the allowed list!';
$_['error_file'] = 'File could not be found!';
$_['error_directory'] = 'Directory could not be found!';
$_['error_not_found'] = 'Error: Could not find file %s !';
$_['error_headers_sent'] = 'Error: Headers already sent out!';
$_['error_upload_size'] = 'Upload file cannot be larger than %s!';

View File

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

View File

@ -0,0 +1,14 @@
<?php
// Heading
$_['heading_title'] = 'Notifications';
// Text
$_['text_success'] = 'Success: You have modified notifications!';
$_['text_list'] = 'Notification List';
// Column
$_['column_message'] = 'Message';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify notifications!';

View File

@ -0,0 +1,30 @@
<?php
// Heading
$_['heading_title'] = 'Upgrade';
// Text
$_['text_success'] = 'Success: You are using the latest version %s!';
$_['text_upgrade'] = 'Check Latest Version';
$_['text_information'] = 'Version Information';
$_['text_current_version'] = 'Current Version';
$_['text_latest_version'] = 'Latest Version';
$_['text_date_added'] = 'Release Date';
$_['text_change'] = 'Change Log';
$_['text_status'] = 'Upgrade Status';
$_['text_ready'] = 'Click the upgrade button to upgrade to the latest version...';
$_['text_download'] = 'Downloading latest...';
$_['text_install'] = 'Copying files...';
$_['text_patch'] = 'Applying patches...';
// Button
$_['button_upgrade'] = 'Upgrade';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify upgrades!';
$_['error_connection'] = 'Could not connect to the upgrade server!';
$_['error_version'] = 'Version is lower than the current version!';
$_['error_download'] = 'Upgrade could not be downloaded!';
$_['error_file'] = 'Upgrade file could not be found!';
$_['error_directory'] = 'Could not create directory %s!';
$_['error_copy'] = 'Could not copy file %s to %s!';
$_['error_unzip'] = 'Zip file could not be opened!';

View File

@ -0,0 +1,28 @@
<?php
// Heading
$_['heading_title'] = 'Uploads';
// Text
$_['text_success'] = 'Success: You have modified uploads!';
$_['text_list'] = 'Upload List';
$_['text_filter'] = 'Filter';
// Column
$_['column_name'] = 'Upload Name';
$_['column_code'] = 'Code';
$_['column_date_added'] = 'Date Added';
$_['column_action'] = 'Action';
// Entry
$_['entry_name'] = 'Upload Name';
$_['entry_filename'] = 'Filename';
$_['entry_date_from'] = 'Date From';
$_['entry_date_to'] = 'Date To';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify uploads!';
$_['error_not_found'] = 'Error: Could not find file %s !';
$_['error_headers_sent'] = 'Error: Headers already sent out!';
$_['error_upload'] = 'File could not be uploaded!';
$_['error_filename'] = 'Filename must be between 3 and 128 characters!';
$_['error_file_type'] = 'Invalid file type!';