comparison plugins/acl/localization/ko_KR.inc @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
1 <?php
2
3 /*
4 +-----------------------------------------------------------------------+
5 | plugins/acl/localization/<lang>.inc |
6 | |
7 | Localization file of the Roundcube Webmail ACL plugin |
8 | Copyright (C) 2012-2013, The Roundcube Dev Team |
9 | |
10 | Licensed under the GNU General Public License version 3 or |
11 | any later version with exceptions for skins & plugins. |
12 | See the README file for a full license statement. |
13 | |
14 +-----------------------------------------------------------------------+
15
16 For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/
17 */
18 $labels['sharing'] = '공유';
19 $labels['myrights'] = '접근 권한';
20 $labels['username'] = '사용자:';
21 $labels['advanced'] = '고급 모드';
22 $labels['newuser'] = '입력내용 추가';
23 $labels['editperms'] = '권한 수정';
24 $labels['actions'] = '접근 권한 동작...';
25 $labels['anyone'] = '모든 사용자 (아무나)';
26 $labels['anonymous'] = '방문자 (익명)';
27 $labels['identifier'] = '식별자';
28 $labels['acll'] = '조회';
29 $labels['aclr'] = '읽은 메시지';
30 $labels['acls'] = '읽은 상태 유지';
31 $labels['aclw'] = '쓰기 깃발';
32 $labels['acli'] = '삽입 (복사할 위치)';
33 $labels['aclp'] = '게시';
34 $labels['aclc'] = '하위 폴더 생성';
35 $labels['aclk'] = '하위 폴더 생성';
36 $labels['acld'] = '메시지 삭제';
37 $labels['aclt'] = '메시지 삭제';
38 $labels['acle'] = '영구 제거';
39 $labels['aclx'] = '폴더 삭제';
40 $labels['acla'] = '관리';
41 $labels['acln'] = '메시지에 주석 추가';
42 $labels['aclfull'] = '전체 제어 권한';
43 $labels['aclother'] = '기타';
44 $labels['aclread'] = '읽음';
45 $labels['aclwrite'] = '쓰기';
46 $labels['acldelete'] = '삭제';
47 $labels['shortacll'] = '조회';
48 $labels['shortaclr'] = '읽음';
49 $labels['shortacls'] = '보관';
50 $labels['shortaclw'] = '쓰기';
51 $labels['shortacli'] = '삽입';
52 $labels['shortaclp'] = '게시';
53 $labels['shortaclc'] = '생성';
54 $labels['shortaclk'] = '생성';
55 $labels['shortacld'] = '삭제';
56 $labels['shortaclt'] = '삭제';
57 $labels['shortacle'] = '지움';
58 $labels['shortaclx'] = '폴더 삭제';
59 $labels['shortacla'] = '관리';
60 $labels['shortacln'] = '주석 추가';
61 $labels['shortaclother'] = '기타';
62 $labels['shortaclread'] = '읽기';
63 $labels['shortaclwrite'] = '쓱';
64 $labels['shortacldelete'] = '삭제';
65 $labels['longacll'] = '폴더가 목록에 나타나고 다음 사용자가 구독할 수 있음:';
66 $labels['longaclr'] = '읽기 위해 폴더를 열 수 있음';
67 $labels['longacls'] = '읽은 메시지 깃발이 변경될 수 있음';
68 $labels['longaclw'] = '메시지 깃발 및 키워드를 변경할 수 있음, 다만 읽음 및 삭제됨은 제외됨';
69 $labels['longacli'] = '메시지를 폴더에 복사하거나 작성할 수 있음';
70 $labels['longaclp'] = '메시지가 이 폴더에 게시될 수 있음';
71 $labels['longaclc'] = '이 폴더의 바로 아래에 폴더를 생성(또는 이름 변경)할 수 있음';
72 $labels['longaclk'] = '이 폴더의 바로 아래에 폴더를 생성(또는 이름 변경)할 수 있음';
73 $labels['longacld'] = '메시지 삭제 깃발이 변경될 수 있음';
74 $labels['longaclt'] = '메시지 삭제 깃발이 변경될 수 있음';
75 $labels['longacle'] = '메시지가 영구 제거될 수 있음';
76 $labels['longaclx'] = '폴더를 삭제하거나 이름을 변경 할 수 있음';
77 $labels['longacla'] = '폴더의 접근 권한을 변경할 수 있음';
78 $labels['longacln'] = '공유된 메타데이터(주석)은 변경될 수 있습니다';
79 $labels['longaclfull'] = '폴더 관리를 포함한 전체 제어 권한';
80 $labels['longaclread'] = '폴더를 열어 읽을 수 있음';
81 $labels['longaclwrite'] = '메시지를 표시하거나, 폴더로 이동 또는 복사할 수 있음';
82 $labels['longacldelete'] = '메시지를 삭제할 수 있음';
83 $labels['longaclother'] = '기타 접근 권한';
84 $labels['ariasummaryacltable'] = '접근 권한 목록';
85 $labels['arialabelaclactions'] = '목록 동작';
86 $labels['arialabelaclform'] = '접근 권한 양식';
87 $messages['deleting'] = '접근 권한을 삭제하는 중...';
88 $messages['saving'] = '접근 권한을 저장하는 중...';
89 $messages['updatesuccess'] = '접근 권한을 성공적으로 변경함';
90 $messages['deletesuccess'] = '접근 권한을 성공적으로 삭제함.';
91 $messages['createsuccess'] = '접근 권한을 성공적으로 추가함.';
92 $messages['updateerror'] = '접근 권한을 업데이트 할 수 없음';
93 $messages['deleteerror'] = '접근 권한을 삭제할 수 없음';
94 $messages['createerror'] = '접근 권한을 추가할 수 없음';
95 $messages['deleteconfirm'] = '정말로 선택한 사용자의 접근 권한을 삭제하시겠습니까?';
96 $messages['norights'] = '지정된 권한이 없음!';
97 $messages['nouser'] = '지정된 사용자명이 없음!';
98 ?>