new feature: complain

This commit is contained in:
xiaomlove
2022-05-06 17:42:18 +08:00
parent f64834b594
commit 585e2ccfc3
15 changed files with 327 additions and 4 deletions
+29
View File
@@ -0,0 +1,29 @@
<?php
$lang_complains = [
'text_complain' => 'Complain account issue',
'text_new_complain' => 'New complain',
'text_new_email' => 'Account Email',
'text_new_body' => 'Complain Detail',
'text_new_body_placeholder' => "Describe issue here:\nRelated proof is applicable: Images are shown in form of [img=URL]",
'text_new_submit' => 'Submit',
'text_new_failure' => 'Bad email or empty complain entered.',
'text_created_title' => 'Complain created',
'text_created_note' => 'Please bookmark this page so that you can check its updates later. DO NOT REVEAL THIS URL TO ANYBODY! Otherwise your complaint would not be dealt with.',
'text_search_account' => 'Search account with this email',
'text_reply' => 'Reply',
'text_replies' => 'Following up messages',
'text_complainer' => 'Complainer',
'text_added' => 'Time added',
'text_no_replies' => 'No messages now',
'text_closed' => 'This complaint has been answered and locked for new replies.',
'text_answer_it' => 'CLOSE',
'text_unanswer_it' => 'REOPEN',
'th_complain_at' => 'Complain at',
'th_complain_account' => 'Complain account',
'th_action_view' => 'View',
'pending_complaints' => 'Pending complaints',
'no_pending_complaints' => 'No pending complaints',
'complaints_processed' => 'Complaints processed',
'no_complaints_have_been_processed' => 'No complaints have been processed',
];
+1
View File
@@ -325,6 +325,7 @@ $lang_functions = array
'spoiler_expand_collapse' => 'Click to expand/collapse',
'spoiler_default_title' => 'Collapse content',
'menu_claim' => 'Claim: ',
'text_complains' => 'There %s %u pending complaint%s.',
);
?>
+1
View File
@@ -34,6 +34,7 @@ $lang_login = array
'head_login' => "Login",
'rowhead_two_step_code' => 'Two-Factor Authentication',
'two_step_code_tooltip' => 'If enabled must be filled in',
'text_complain' => 'Complaint Channel',
);
?>