mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +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?';
|
||||
|
|
|
|||
|
|
@ -250,6 +250,7 @@ $lang->msg_crypto_not_available = 'openssl 확장모듈이 설치되어 있지
|
|||
$lang->comment_to_be_approved = '관리자의 확인이 필요한 댓글입니다.';
|
||||
$lang->success_registed = '등록했습니다.';
|
||||
$lang->success_declared = '신고했습니다.';
|
||||
$lang->success_declared_cancel = '신고를 취소 했습니다.';
|
||||
$lang->success_updated = '수정했습니다.';
|
||||
$lang->success_deleted = '삭제했습니다.';
|
||||
$lang->success_declare_canceled = '신고가 취소되었습니다.';
|
||||
|
|
@ -273,6 +274,7 @@ $lang->failed_voted_canceled = '추천한 적이 없으므로 취소할 수 없
|
|||
$lang->failed_blamed = '비추천할 수 없습니다.';
|
||||
$lang->failed_blamed_canceled = '비추천한 적이 없으므로 취소할 수 없습니다.';
|
||||
$lang->failed_declared = '신고할 수 없습니다.';
|
||||
$lang->failed_declared_cancel = '신고를 취소할 수 없습니다.';
|
||||
$lang->fail_to_delete_have_children = '댓글이 있어서 삭제할 수 없습니다.';
|
||||
$lang->confirm_submit = '등록하시겠습니까?';
|
||||
$lang->confirm_logout = '로그아웃하시겠습니까?';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue