diff options
Diffstat (limited to 'apps/files/l10n/ko.js')
-rw-r--r-- | apps/files/l10n/ko.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js index fe00289b837..a8d1f4bfc86 100644 --- a/apps/files/l10n/ko.js +++ b/apps/files/l10n/ko.js @@ -185,8 +185,6 @@ OC.L10N.register( "Cancel" : "취소", "Failed to redirect to client" : "클라이언트로 리디렉션 하는데 실패함", "Edit locally" : "로컬에서 편집", - "Destination is not a folder" : "대상이 폴더가 아닙니다.", - "This file/folder is already in that directory" : "이 파일/폴더가 이미 그 경로에 있습니다.", "You cannot move a file/folder onto itself or into a subfolder of itself" : "파일/폴더를 그 안이나 그 안의 폴더로 이동할 수 없습니다.", "(copy)" : "(복사)", "(copy %n)" : "(%n 복사)", @@ -341,6 +339,8 @@ OC.L10N.register( "Storage informations" : "저장소 정보", "Open the files app settings" : "파일 앱 설정을 열기", "You might not have have permissions to view it, ask the sender to share it" : "이것을 볼 권한이 없는 것 같습니다, 보낸 이에게 공유를 요청하세요.", + "Destination is not a folder" : "대상이 폴더가 아닙니다.", + "This file/folder is already in that directory" : "이 파일/폴더가 이미 그 경로에 있습니다.", "The files is locked" : "이 파일은 잠겼습니다.", "Create new templates folder" : "새로운 템플릿 폴더 만들기", "List of favorites files and folders." : "즐겨찾는 파일과 폴더의 목록", |