mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
new feature: complain
This commit is contained in:
@@ -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',
|
||||
];
|
||||
Reference in New Issue
Block a user