mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
Prevent renaming or deleting the default scrap folder
This commit is contained in:
parent
25b6e71cf4
commit
645902fc41
6 changed files with 24 additions and 2 deletions
|
|
@ -122,6 +122,7 @@ $lang->cmd_send_email = 'Send Mail';
|
|||
$lang->msg_email_not_exists = 'You have entered an invalid email address.';
|
||||
$lang->msg_alreay_scrapped = 'This article is already scrapped.';
|
||||
$lang->msg_folder_alreay_exists = 'A folder with the same name already exists.';
|
||||
$lang->msg_folder_is_default = 'The default folder cannot be renamed or deleted.';
|
||||
$lang->msg_folder_not_empty = 'The folder is not empty.';
|
||||
$lang->msg_cart_is_null = 'Please select the target.';
|
||||
$lang->msg_checked_file_is_deleted = '%d attached file(s) is(are) deleted.';
|
||||
|
|
|
|||
|
|
@ -126,6 +126,7 @@ $lang->cmd_member_profile_view = '회원 프로필사진 보이기';
|
|||
$lang->msg_email_not_exists = '이메일 주소가 존재하지 않습니다.';
|
||||
$lang->msg_alreay_scrapped = '이미 스크랩된 게시물입니다.';
|
||||
$lang->msg_folder_alreay_exists = '이미 존재하는 폴더 이름입니다.';
|
||||
$lang->msg_folder_is_default = '기본 폴더는 이름을 변경하거나 삭제할 수 없습니다.';
|
||||
$lang->msg_folder_not_empty = '폴더가 비어 있지 않습니다.';
|
||||
$lang->msg_cart_is_null = '대상을 선택해주세요.';
|
||||
$lang->msg_checked_file_is_deleted = '%d개의 첨부 파일이 삭제되었습니다.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue