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

View File

@ -0,0 +1,43 @@
<?php
// Heading
$_['heading_title'] = 'Articles';
// Text
$_['text_success'] = 'Success: You have modified articles!';
$_['text_list'] = 'Article List';
$_['text_add'] = 'Add Article';
$_['text_edit'] = 'Edit Article';
$_['text_default'] = 'Default';
$_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';
// Column
$_['column_name'] = 'Article Name';
$_['column_author'] = 'Author';
$_['column_date_added'] = 'Date Added';
$_['column_action'] = 'Action';
// Entry
$_['entry_image'] = 'Image';
$_['entry_name'] = 'Article Name';
$_['entry_description'] = 'Description';
$_['entry_tag'] = 'Tags';
$_['entry_meta_title'] = 'Meta Tag Title';
$_['entry_meta_keyword'] = 'Meta Tag Keywords';
$_['entry_meta_description'] = 'Meta Tag Description';
$_['entry_topic'] = 'Topic';
$_['entry_author'] = 'Author';
$_['entry_store'] = 'Stores';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_status'] = 'Status';
$_['entry_keyword'] = 'Keyword';
$_['entry_layout'] = 'Layout Override';
// Error
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
$_['error_permission'] = 'Warning: You do not have permission to modify articles!';
$_['error_name'] = 'Article Name must be between 1 and 255 characters!';
$_['error_meta_title'] = 'Meta Title must be greater than 1 and less than 255 characters!';
$_['error_keyword'] = 'SEO URL must be between 1 and 64 characters!';
$_['error_keyword_exists'] = 'SEO URL must be unique!';
$_['error_keyword_character'] = 'Keyword can only use characters a-z, 0-9, - and _!';
$_['error_author'] = 'Author must be between 3 and 64 characters!';

View File

@ -0,0 +1,27 @@
<?php
// Heading
$_['heading_title'] = 'Article Comments';
// Text
$_['text_success'] = 'Success: You have modified article comments!';
$_['text_list'] = 'Article Comments List';
$_['text_filter'] = 'Filter';
// Column
$_['column_comment'] = 'Comment';
$_['column_article'] = 'Article';
$_['column_status'] = 'Status';
$_['column_date_added'] = 'Date Added';
$_['column_action'] = 'Action';
// Entry
$_['entry_keyword'] = 'Keyword';
$_['entry_article'] = 'Article';
$_['entry_customer'] = 'Customer';
$_['entry_status'] = 'Status';
$_['entry_date_added'] = 'Date Added';
// Error
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
$_['error_permission'] = 'Warning: You do not have permission to modify article comments!';
$_['error_keyword'] = 'Keyword must be between 1 and 64 characters!';

View File

@ -0,0 +1,37 @@
<?php
// Heading
$_['heading_title'] = 'Topics';
// Text
$_['text_success'] = 'Success: You have modified topics!';
$_['text_list'] = 'Topic List';
$_['text_add'] = 'Add Topic';
$_['text_edit'] = 'Edit Topic';
$_['text_default'] = 'Default';
$_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';
// Column
$_['column_name'] = 'Topic Name';
$_['column_sort_order'] = 'Sort Order';
$_['column_action'] = 'Action';
// Entry
$_['entry_image'] = 'Image';
$_['entry_name'] = 'Topic Name';
$_['entry_description'] = 'Description';
$_['entry_meta_title'] = 'Meta Tag Title';
$_['entry_meta_keyword'] = 'Meta Tag Keywords';
$_['entry_meta_description'] = 'Meta Tag Description';
$_['entry_store'] = 'Stores';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_status'] = 'Status';
$_['entry_keyword'] = 'Keyword';
// Error
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
$_['error_permission'] = 'Warning: You do not have permission to modify topics!';
$_['error_name'] = 'Topic Name must be between 1 and 255 characters!';
$_['error_meta_title'] = 'Meta Title must be greater than 1 and less than 255 characters!';
$_['error_keyword'] = 'SEO URL must be between 1 and 64 characters!';
$_['error_keyword_exists'] = 'SEO URL must be unique!';
$_['error_keyword_character'] = 'Keyword can only use characters a-z, 0-9, - and _!';