D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
application
/
default
/
resources
/
languages
/
ko-KR
/
components
/
Filename :
elements.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'access.onAccess' => '허가됨', 'access.offAccess' => '거부됨', 'access.notConfigured' => '일부 설정이 구성되지 않아 액세스가 거부되었습니다.', 'double-list-selector.selectedTitle' => '선택 항목:', 'double-list-selector.unselectedTitle' => '사용 가능:', 'double-list-selector.searchTitle' => '검색...', 'double-list-selector.loadingTitle' => '기다려 주십시오. 로딩 중...', 'double-list-selector.selectedEmpty' => '선택된 개체가 없음', 'double-list-selector.unselectedEmpty' => '사용 가능한 개체가 없음', 'double-list-selector.controlText-none' => '개체를 클릭하거나 확인란 사용', 'double-list-selector.controlText-first' => '{count, plural, other {개체 #개}} 선택', 'double-list-selector.controlText-second' => '{count, plural, other {개체 #개}} 지우기', 'file.fileUploadErrorIniSize' => '업로드하려는 파일이 정의된 ini 크기를 초과합니다.', 'file.fileUploadErrorFormSize' => '업로드하려는 파일이 정의된 폼 크기를 초과합니다.', 'file.fileUploadErrorPartial' => '파일이 일부만 업로드되었습니다.', 'file.fileUploadErrorNoFile' => '파일이 업로드되지 않았습니다.', 'file.fileUploadErrorNoTmpDir' => '업로드하려는 파일에 대한 임시 디렉터리를 찾지 못했습니다.', 'file.fileUploadErrorCantWrite' => '업로드하려는 파일에 쓸 수 없습니다.', 'file.fileUploadErrorExtension' => '파일을 업로드하는 중에 확장자가 오류를 반환했습니다.', 'file.fileUploadErrorAttack' => '파일이 잘못 업로드되었습니다. 침입 시도의 가능성이 있습니다.', 'file.fileUploadErrorFileNotFound' => '업로드하려는 파일을 찾지 못했습니다.', 'file.fileUploadErrorUnknown' => '파일을 업로드하는 중에 알 수 없는 오류가 발생했습니다.', 'file.fileExtensionFalse' => '업로드하려는 파일에 허용되지 않는 확장자가 있습니다.', 'lookup.loading' => "로딩 중…", 'lookup.nothingFound' => "찾은 일치 항목 없음", 'lookup.moreObjectsAvailable' => '%%count%%개 이상 개체가 있습니다', 'switch.onState' => '켜기', 'switch.offState' => '끄기', ];