summaryrefslogtreecommitdiff
path: root/plugins/acl/localization/ko_KR.inc
blob: 54f7d403268db42d8ffb945659362cc43c4fa822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?php

/*
 +-----------------------------------------------------------------------+
 | localization/ko_KR/labels.inc                                         |
 |                                                                       |
 | Language file of the Roundcube Webmail client                         |
 | Copyright (C) 2012, The Roundcube Dev Team                            |
 | Licensed under the GNU General Public License                         |
 |                                                                       |
 +-----------------------------------------------------------------------+
 | Author: Kim, Woohyun <woohyun.kim@gmail.com>                          |
 +-----------------------------------------------------------------------+
*/

$labels = array();
$labels['sharing'] = '공유';
$labels['myrights'] = '접근 권한';
$labels['username'] = '사용자:';
$labels['newuser'] = '엔트리 추가';
$labels['identifier'] = '식별자';
$labels['acls'] = '읽은 상태로 유지';
$labels['aclp'] = '게시';
$labels['shortaclp'] = '게시';
$labels['aclc'] = '하위 폴더 만들기';
$labels['aclk'] = '하위 폴더 만들기';
$labels['acld'] = '메시지 삭제';
$labels['aclt'] = '메시지 삭제';
$labels['aclx'] = '폴더 삭제';
$labels['acla'] = '관리자';
$labels['shortacla'] = '관리자';
$labels['shortaclx'] = '폴더 삭제';
$labels['longacli'] = '폴더에 메시지를 복사하거나 작성할 수 있음';
$labels['longaclp'] = '이 폴더로 메시지를 게시할 수 있음';
$labels['longaclc'] = '이 폴더의 바로 밑에 폴더를 생성(또는 이름 변경)할 수 있음';
$labels['longaclk'] = '이 폴더의 바로 밑에 폴더를 생성(또는 이름 변경)할 수 있음';
$labels['longacld'] = '메시지 삭제 플래그가 변경될 수 있음';
$labels['longaclt'] = '메시지 삭제 플래그가 변경될 수 있음';
$labels['longaclx'] = '폴더를 삭제하거나 이름 변경 할 수 있음';
$labels['longacla'] = '폴더의 접근 권한을 변경할 수 있음';
$labels['longaclfull'] = '폴더 관리를 포함한 모든 제어권';
$labels['longaclwrite'] = '메시지에 표시하거나, 폴더로 메시지를 복사하거나 작성할 수 있음';
$labels['longacldelete'] = '메시지를 삭제할 수 있음';
$labels['deleting'] = '접근 권한 삭제 중...';
$labels['saving'] = '접근 권한 저장 중...';
$labels['updatesuccess'] = '접근 권한을 변경하는데 성공 함.';
$labels['deletesuccess'] = '접근 권한을 삭제하는데 성공 함.';
$labels['createsuccess'] = '접근 권한을 추가하는데 성공 함.';
$labels['updateerror'] = '접근 권한을 갱신할 수 없음.';
$labels['deleteerror'] = '접근 권한을 삭제할 수 없음.';
$labels['createerror'] = '접근 권한을 추가할 수 없음.';
$labels['deleteconfirm'] = '선택한 사용자(들)의 접근 권한을 삭제하고자 하는 것이 확실 합니까?';
$labels['norights'] = '지정된 권한이 없음!';
$labels['nouser'] = '지정된 username이 없음!';