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,22 @@
<?php
// Heading
$_['heading_title'] = 'Anti-Spam';
// Text
$_['text_success'] = 'Success: You have modified anti-spam!';
$_['text_list'] = 'Anti-Spam List';
$_['text_add'] = 'Add Anti-Spam';
$_['text_edit'] = 'Edit Anti-Spam';
// Column
$_['column_keyword'] = 'Keyword';
$_['column_action'] = 'Action';
// Entry
$_['entry_keyword'] = 'Keyword';
// Error
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
$_['error_permission'] = 'Warning: You do not have permission to modify anti-spam!';
$_['error_keyword'] = 'Keyword must be between 1 and 64 characters!';
$_['error_keyword_exists'] = 'Keyword must be unique!';