mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
신고를 취소하는 기능 추가
This commit is contained in:
parent
daf51c24fd
commit
7e345870a0
10 changed files with 226 additions and 3 deletions
|
|
@ -250,6 +250,7 @@ $lang->msg_crypto_not_available = 'OpenSSL extension is not installed.';
|
|||
$lang->comment_to_be_approved = 'Your comment must be approved by admin before being published.';
|
||||
$lang->success_registed = 'Registered successfully.';
|
||||
$lang->success_declared = 'Reported successfully.';
|
||||
$lang->success_declared_cancel = 'The report successfully canceled.';
|
||||
$lang->success_updated = 'Updated successfully.';
|
||||
$lang->success_deleted = 'Deleted successfully.';
|
||||
$lang->success_declare_canceled = 'Your report has been canceled.';
|
||||
|
|
@ -273,6 +274,7 @@ $lang->failed_voted_canceled = 'You cannot cancel an upvote that you did\'t make
|
|||
$lang->failed_blamed = 'No permission to downvote.';
|
||||
$lang->failed_blamed_canceled = 'You cannot cancel a downvote that you did\'t make.';
|
||||
$lang->failed_declared = 'No permission to Report.';
|
||||
$lang->failed_declared_cancel = 'You cannot cancel the report.';
|
||||
$lang->fail_to_delete_have_children = 'Cannot delete the article with comments.';
|
||||
$lang->confirm_submit = 'Are you sure you want to submit?';
|
||||
$lang->confirm_logout = 'Are you sure you want to sign out?';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue