diff options
author | Andreas Gohr <andi@splitbrain.org> | 2007-02-10 21:11:16 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2007-02-10 21:11:16 +0100 |
commit | 54f7220e240f8b20d6750ed02327d78470a108b1 (patch) | |
tree | 5a2c216ca4e2a7009d08604842fc58f4fb96d4f4 /lib/plugins | |
parent | dd5eee545f77dc876d009aff6f71971d278f37ba (diff) | |
download | rpg-54f7220e240f8b20d6750ed02327d78470a108b1.tar.gz rpg-54f7220e240f8b20d6750ed02327d78470a108b1.tar.bz2 |
Korean update
darcs-hash:20070210201116-7ad00-59b350dd2a4ad9461e78c9463dbcbd21306b124d.gz
Diffstat (limited to 'lib/plugins')
-rw-r--r-- | lib/plugins/acl/lang/ko/intro.txt | 8 | ||||
-rw-r--r-- | lib/plugins/acl/lang/ko/lang.php | 25 | ||||
-rw-r--r-- | lib/plugins/config/lang/ko/intro.txt | 14 | ||||
-rw-r--r-- | lib/plugins/config/lang/ko/lang.php | 182 | ||||
-rw-r--r-- | lib/plugins/plugin/lang/ko/admin_plugin.txt | 6 | ||||
-rw-r--r-- | lib/plugins/plugin/lang/ko/lang.php | 72 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/ko/add.txt | 1 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/ko/delete.txt | 1 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/ko/edit.txt | 1 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/ko/intro.txt | 1 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/ko/lang.php | 58 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/ko/list.txt | 1 |
12 files changed, 370 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/ko/intro.txt b/lib/plugins/acl/lang/ko/intro.txt new file mode 100644 index 000000000..f3e703265 --- /dev/null +++ b/lib/plugins/acl/lang/ko/intro.txt @@ -0,0 +1,8 @@ +====== 접근 제어 목록 관리 ====== + +이 페이지에서 현재 페이지와 페이지가 포함된 [[doku>wiki:ko:namespaces|네임스페이스]]에 대한 권한을 추가하거나 삭제할 수 있습니다. +접근 제어가 동작하는 방법을 확실하게 이해하려면 먼저 [[doku>wiki:ko:acl|ACL공식 문서(번역)]]나 [[doku>wiki:acl|ACL공식 문서(영문)]]을 읽어보기 바랍니다. + +이 페이지는 현재 페이지에 의미있는 모든 권한을 보여줍니다. +다른 페이지들에 대한 권한은 보여주지 않습니다. -- 다른 페이지들을 수정하고 싶다면 먼저 해당 페이지로 [[this>doku.php?do=index|이동]]한 후, ACL 관리로 변경합니다. + diff --git a/lib/plugins/acl/lang/ko/lang.php b/lib/plugins/acl/lang/ko/lang.php new file mode 100644 index 000000000..5ba817f36 --- /dev/null +++ b/lib/plugins/acl/lang/ko/lang.php @@ -0,0 +1,25 @@ +<?php +/** + * korean language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * @author Andreas Gohr <andi@splitbrain.org> + * @author Anika Henke <henke@cosmocode.de> + * @author Matthias Grimm <matthiasgrimm@users.sourceforge.net> + * @author jk Lee <bootmeta@gmail.com> + */ + +$lang['admin_acl'] = '접근 제어 목록 관리'; +$lang['acl_group'] = '그룹'; +$lang['acl_user'] = '사용자'; +$lang['acl_perms'] = '권한'; +$lang['page'] = '페이지'; +$lang['namespace'] = '네임스페이스'; + +$lang['acl_perm1'] = '읽기'; +$lang['acl_perm2'] = '수정'; +$lang['acl_perm4'] = '생성'; +$lang['acl_perm8'] = '업로드'; +$lang['acl_perm16'] = '삭제'; +$lang['acl_new'] = '새 항목 추가'; +//Setup VIM: ex: et ts=2 enc=utf-8 : diff --git a/lib/plugins/config/lang/ko/intro.txt b/lib/plugins/config/lang/ko/intro.txt new file mode 100644 index 000000000..8d2b5fc2e --- /dev/null +++ b/lib/plugins/config/lang/ko/intro.txt @@ -0,0 +1,14 @@ +====== 환경 설정 관리 ====== + +DokuWiki 설치할 때 설정들을 변경하기 위해 사용하는 페이지입니다. +각 설정에 대한 자세한 도움말이 필요하다면 [[doku>wiki:ko:config|설정 문서(번역)]]와 [[doku>wiki:config|설정 문서(영문)]]를 참조합니다. + +플러그인에 대한 자세한 정보가 필요하다면 [[doku>plugin:config|플러그인 설정]]페이지를 참조합니다. +붉은 배경색과 함께 보이는 설정들은 이 플러인에서 변경하지 못하도록 되어있습니다. +파란 배경색과 함께 보이는 설정들은 기본 설정값을 가지고 있습니다. +흰색 배경색과 함께 보이는 설정들은 특별한 설치를 위해 수정되야 합니다. +파란색과 흰색 배경색 설정들이 수정 가능합니다. + +이페이지를 끝내기 전에 **저장**버튼을 누르지 않으면 설정값들은 적용되지 않습니다. + + diff --git a/lib/plugins/config/lang/ko/lang.php b/lib/plugins/config/lang/ko/lang.php new file mode 100644 index 000000000..d94f58789 --- /dev/null +++ b/lib/plugins/config/lang/ko/lang.php @@ -0,0 +1,182 @@ +<?php +/** + * korean language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * @author Christopher Smith <chris@jalakai.co.uk> + * @author jk Lee <bootmeta@gmail.com> + */ + +// for admin plugins, the menu prompt to be displayed in the admin menu +// if set here, the plugin doesn't need to override the getMenuText() method +$lang['menu'] = '환경 설정'; + +$lang['error'] = '잘못된 값때문에 설정들을 변경할 수 없습니다. 수정한 값들을 검사하고 확인을 누르기 바랍니다. + <br />잘못된 값(들)은 붉은 선으로 둘러싸여 있습니다.'; +$lang['updated'] = '설정이 성공적으로 변경되었습니다.'; +$lang['nochoice'] = '(다른 선택이 불가능합니다.)'; +$lang['locked'] = '환경 설정 파일을 수정할 수 없습니다. 의도된 행동이 아니라면,<br /> 파일이름과 권한이 맞는지 확인하기 바랍니다. '; + +/* --- Config Setting Headers --- */ +$lang['_configuration_manager'] = '환경 설정 관리자'; //same as heading in intro.txt +$lang['_header_dokuwiki'] = 'DokuWiki 설정'; +$lang['_header_plugin'] = 'Plugin 설정'; +$lang['_header_template'] = 'Template 설정'; +$lang['_header_undefined'] = '정의되지 않은 설정'; + +/* --- Config Setting Groups --- */ +$lang['_basic'] = '기본 설정'; +$lang['_display'] = '화면 표시 설정'; +$lang['_authentication'] = '인증 설정'; +$lang['_anti_spam'] = '안티-스팸 설정'; +$lang['_editing'] = '편집 설정'; +$lang['_links'] = '링크 설정'; +$lang['_media'] = '미디어 설정'; +$lang['_advanced'] = '진보된 설정'; +$lang['_network'] = '네트워크 설정'; +// The settings group name for plugins and templates can be set with +// plugin_settings_name and template_settings_name respectively. If one +// of these lang properties is not set, the group name will be generated +// from the plugin or template name and the localized suffix. +$lang['_plugin_sufix'] = 'Plugin 설정'; +$lang['_template_sufix'] = 'Template 설정'; + +/* --- Undefined Setting Messages --- */ +$lang['_msg_setting_undefined'] = '설정되지 않은 메타데이타.'; +$lang['_msg_setting_no_class'] = '설정되지 않은 클래스.'; +$lang['_msg_setting_no_default'] = '기본값 없음.'; + +/* -------------------- Config Options --------------------------- */ + +$lang['fmode'] = '파일 생성 모드'; +$lang['dmode'] = '디렉토리 생성 모드'; +$lang['lang'] = '언어'; +$lang['basedir'] = '기본 디렉토리'; +$lang['baseurl'] = '기본 URL'; +$lang['savedir'] = '데이타 저장 디렉토리'; +$lang['start'] = '시작 페이지 이름'; +$lang['title'] = '위키 제목'; +$lang['template'] = '템플릿'; +$lang['fullpath'] = '페이지 하단에 전체 경로 보여주기'; +$lang['recent'] = '최근에 바뀐 것'; +$lang['breadcrumbs'] = '위치 추적 수'; +$lang['youarehere'] = '계층형 위치 추적'; +$lang['typography'] = '기호 대체'; +$lang['htmlok'] = 'HTML 내장 허용'; +$lang['phpok'] = 'PHP 내장 허용'; +$lang['dformat'] = '날짜 포맷 (PHP <a href="http://www.php.net/date">date</a> 기능) 참조'; +$lang['signature'] = '서명'; +$lang['toptoclevel'] = '목차 최상위 항목'; +$lang['maxtoclevel'] = '목차 최대 단계'; +$lang['maxseclevel'] = '섹션 최대 편집 단계'; +$lang['camelcase'] = '링크에 CamelCase 사용'; +$lang['deaccent'] = '악센트 없는 페이지 이름'; +$lang['useheading'] = '페이지 이름으로 첫 헤드라인 사용'; +$lang['refcheck'] = '미디어 참조 검사'; +$lang['refshow'] = '보여줄 미디어 참조 수'; +$lang['allowdebug'] = '디버그 허용 <b>필요하지 않으면 금지!</b>'; + +$lang['usewordblock']= '금지단어를 사용해 스팸 막기'; +$lang['indexdelay'] = '색인 연기 시간(초)'; +$lang['relnofollow'] = '외부 링크에 rel="nofollow" 사용'; +$lang['mailguard'] = '이메일 주소를 알아볼 수 없게'; + +/* Authentication Options */ +$lang['useacl'] = '접근 제어 목록(ACL) 사용'; +$lang['autopasswd'] = '자동으로 만들어진 패스워드'; +$lang['authtype'] = '인증 백-엔드'; +$lang['passcrypt'] = '패스워드 암호화 방법'; +$lang['defaultgroup']= '기본 그룹'; +$lang['superuser'] = '슈퍼 유저'; +$lang['profileconfirm'] = '개인정보 변경시 암호 재확인'; +$lang['disableactions'] = 'DokuWiki Action 금지'; +$lang['disableactions_check'] = '검사'; +$lang['disableactions_subscription'] = '구독 신청/해지'; +$lang['disableactions_wikicode'] = '문서 소스 보기'; +$lang['disableactions_other'] = '다른 Action(comma로 구분)'; + +/* Advanced Options */ +$lang['updatecheck'] = '업데이트와 보안 문제를 검사(DokuWiki를 splitbrain.org에 연결해야 합니다.)'; +$lang['userewrite'] = 'URL rewriting기능을 사용'; +$lang['useslash'] = 'URL에서 네임스페이스 구분자로 슬래쉬 문자 사용'; +$lang['usedraft'] = '편집하는 동안 자동으로 문서 초안 저장'; +$lang['sepchar'] = '페이지 이름 단어 구분자'; +$lang['canonical'] = '완전한 canonical URL 사용'; +$lang['autoplural'] = '링크 연결시 plural폼 검사'; +$lang['compression'] = 'attic파일 압축 방법 선택'; +$lang['cachetime'] = '최대 캐쉬 생존 시간(초)'; +$lang['locktime'] = '쵀대 파일 잠금 시간(초)'; +$lang['fetchsize'] = 'fetch.php가 외부에서 다운로드할 수도 있는 최대 크기(바이트)'; +$lang['notify'] = '이메일 알람 기능'; +$lang['registernotify'] = '신규 등록자 알람 기능'; +$lang['mailfrom'] = '자동으로 보내지는 메일 발신자'; +$lang['gzip_output'] = 'xhml내용 gzip압출 여부'; +$lang['gdlib'] = 'GD 라이브러리 버전'; +$lang['im_convert'] = 'ImageMagick 위치'; +$lang['jpg_quality'] = 'JPG 압축 품질 (0-100)'; +$lang['spellchecker']= '맞춤법 검사기 사용'; +$lang['subscribers'] = '페이지 갱신 알람 기능'; +$lang['compress'] = '최적화된 CSS, javascript 출력'; +$lang['hidepages'] = '매칭된 페이지 숨기기(정규식 매칭)'; +$lang['send404'] = '존재하지 않는 페이지에 대해 "HTTP 404/Page Not Found" 응답'; +$lang['sitemap'] = '구글 사이트맵 생성(날짜)'; + +$lang['rss_type'] = 'XML feed 타잎'; +$lang['rss_linkto'] = 'XML feed 링크 정보'; +$lang['rss_update'] = 'XML feed 갱신 주기(초)'; +$lang['recent_days'] = '최근 바뀐 페이지 기준 시간(날짜)'; + +/* Target options */ +$lang['target____wiki'] = '내부 링크들에 대한 타겟 윈도우 '; +$lang['target____interwiki'] = 'InterWiki 링크들에 대한 타겟 윈도우'; +$lang['target____extern'] = '외부 링크들에 대한 타겟 윈도우'; +$lang['target____media'] = '미디어 링크들에 대한 타겟 윈도우'; +$lang['target____windows'] = '윈도우 링크들에 대한 타겟 윈도우'; + +/* Proxy Options */ +$lang['proxy____host'] = '프록시 서버 이름'; +$lang['proxy____port'] = '프록시 서버 포트'; +$lang['proxy____user'] = '프록시 사용자 이름'; +$lang['proxy____pass'] = '프록시 패스워드'; +$lang['proxy____ssl'] = '프록시 연결시 ssl사용'; + +/* Safemode Hack */ +$lang['safemodehack'] = 'safemode hack기능 사용'; +$lang['ftp____host'] = 'safemode hack의 FTP 서버'; +$lang['ftp____port'] = 'safemode hack의 FTP port'; +$lang['ftp____user'] = 'safemode hack의 FTP 사용자 이름'; +$lang['ftp____pass'] = 'safemode hack의 FTP 패스워드'; +$lang['ftp____root'] = 'safemode hack의 FTP 루트 디렉토리'; + +/* userewrite options */ +$lang['userewrite_o_0'] = '사용 안함'; +$lang['userewrite_o_1'] = '.htaccess'; +$lang['userewrite_o_2'] = 'DokuWiki 내부 기능'; + +/* deaccent options */ +$lang['deaccent_o_0'] = '사용 안함'; +$lang['deaccent_o_1'] = '악센트 제거'; +$lang['deaccent_o_2'] = '라틴문자화'; + +/* gdlib options */ +$lang['gdlib_o_0'] = 'GD 라이브러리 사용 안함'; +$lang['gdlib_o_1'] = '버전 1.x'; +$lang['gdlib_o_2'] = '자동 인식'; + +/* rss_type options */ +$lang['rss_type_o_rss'] = 'RSS 0.91'; +$lang['rss_type_o_rss1'] = 'RSS 1.0'; +$lang['rss_type_o_rss2'] = 'RSS 2.0'; +$lang['rss_type_o_atom'] = 'Atom 0.3'; + +/* rss_linkto options */ +$lang['rss_linkto_o_diff'] = '차이점 보기'; +$lang['rss_linkto_o_page'] = '변경 페이지 보기'; +$lang['rss_linkto_o_rev'] = '변경 목록 보기'; +$lang['rss_linkto_o_current'] = '최근 페이지 보기'; + +/* compression options */ +$lang['compression_o_0'] = '없음'; +$lang['compression_o_gz'] = 'gzip'; +$lang['compression_o_bz2'] = 'bz2'; + diff --git a/lib/plugins/plugin/lang/ko/admin_plugin.txt b/lib/plugins/plugin/lang/ko/admin_plugin.txt new file mode 100644 index 000000000..84c0cab3b --- /dev/null +++ b/lib/plugins/plugin/lang/ko/admin_plugin.txt @@ -0,0 +1,6 @@ +====== 플러그인 관리 ====== + +이 페이지에서 Dokuwiki[[doku>wiki:plugins|plugins]]에 관련된 모든 관리 작업을 합니다. +플러그인을 다운로드하거나 설치하기 위해서 웹서버가 플러그인 디렉토리에 대해 쓰기 권한을 가지고 있어야 합니다. + + diff --git a/lib/plugins/plugin/lang/ko/lang.php b/lib/plugins/plugin/lang/ko/lang.php new file mode 100644 index 000000000..ee34ace97 --- /dev/null +++ b/lib/plugins/plugin/lang/ko/lang.php @@ -0,0 +1,72 @@ +<?php +/** + * korean language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * @author Christopher Smith <chris@jalakai.co.uk> + * @author jk Lee <bootmeta@gmail.com> + */ + +$lang['menu'] = '플러그인 관리자'; + +// custom language strings for the plugin +$lang['download'] = "새로운 플러그인 다운로드 및 설치"; +$lang['manage'] = "이미 설치된 플러그인들"; + +$lang['btn_info'] = '정보'; +$lang['btn_update'] = '갱신'; +$lang['btn_delete'] = '삭제'; +$lang['btn_settings'] = '설정'; +$lang['btn_download'] = '다운로드'; +$lang['btn_enable'] = '저장'; + +$lang['url'] = 'URL'; + +$lang['installed'] = '설치된:'; +$lang['lastupdate'] = '가장 최근에 갱신된:'; +$lang['source'] = '소스:'; +$lang['unknown'] = '알 수 없는'; + +// ..ing = header message +// ..ed = success message + +$lang['updating'] = '갱신 중 ...'; +$lang['updated'] = '%s 플러그인이 성공적으로 갱신되었습니다.'; +$lang['updates'] = '다음 플러그인들이 성공적으로 갱신되었습니다:'; +$lang['update_none'] = '갱신 가능한 플러그인이 없습니다.'; + +$lang['deleting'] = '삭제 중 ...'; +$lang['deleted'] = '%s 플러그인이 삭제되었습니다.'; + +$lang['downloading'] = '다운로드 중 ...'; +$lang['downloaded'] = '%s 플러그인이 성공적으로 설치되었습니다.'; +$lang['downloads'] = '다음 플러그인들이 성공적으로 설치되었습니다:'; +$lang['download_none'] = '플러그인이 없거나 다운로드/설치 중에 알수 없는 문제가 발생했습니다.'; + +// info titles +$lang['plugin'] = '플러그인:'; +$lang['components'] = '콤퍼넌트들'; +$lang['noinfo'] = '이 플러그인은 어떤 정보도 없습니다. 유효한 플러그인이 아닐 지도 모릅니다.'; +$lang['name'] = '이름:'; +$lang['date'] = '날짜:'; +$lang['type'] = '타입:'; +$lang['desc'] = '설명:'; +$lang['author'] = '제작자:'; +$lang['www'] = '웹:'; + +// error messages +$lang['error'] = '알 수 없는 문제가 발생했습니다.'; +$lang['error_download'] = '플러그인 파일을 다운로드 할 수 없습니다: %s'; +$lang['error_badurl'] = '잘못된 URL같습니다. - URL에서 파일 이름을 알 수 없습니다.'; +$lang['error_dircreate'] = '다운로드를 받기 위한 임시 디렉토리를 만들 수 없습니다.'; +$lang['error_decompress'] = '플러그인 매니저가 다운로드 받은 파일을 압축해제할 수 없습니다.'. + '잘못 다운로드 받았을 수도 있으니 다시 한번 시도해보기 바랍니다; '. + '압축 포맷을 알 수 없는 경우에는 다운로드 후 수동으로 직접 설치하기 바랍니다.'; +$lang['error_copy'] = '플러그인 설치하는 동안 파일 복사 에러가 발생했습니다. '. + '<em>%s</em>: 디스크가 꽉 찼거나 파일 접근 권한이 잘못된 경우입니다. '. + '플러그인 설치가 부분적으로만 이루어졌을 것입니다.'. + '설치가 불완전합니다.'; +$lang['error_delete'] = '<em>%s</em> 플러그인 삭제 도중 에러가 발생했습니다. '. + '대부분의 경우, 불완전한 파일이거나 디렉토리 접근 권한이 잘못된 경우입니다.'; + +//Setup VIM: ex: et ts=4 enc=utf-8 : diff --git a/lib/plugins/usermanager/lang/ko/add.txt b/lib/plugins/usermanager/lang/ko/add.txt new file mode 100644 index 000000000..578ba5636 --- /dev/null +++ b/lib/plugins/usermanager/lang/ko/add.txt @@ -0,0 +1 @@ +===== 사용자 추가 ===== diff --git a/lib/plugins/usermanager/lang/ko/delete.txt b/lib/plugins/usermanager/lang/ko/delete.txt new file mode 100644 index 000000000..1e9c0ba73 --- /dev/null +++ b/lib/plugins/usermanager/lang/ko/delete.txt @@ -0,0 +1 @@ +===== 사용자 삭제 ===== diff --git a/lib/plugins/usermanager/lang/ko/edit.txt b/lib/plugins/usermanager/lang/ko/edit.txt new file mode 100644 index 000000000..b8b13c5c8 --- /dev/null +++ b/lib/plugins/usermanager/lang/ko/edit.txt @@ -0,0 +1 @@ +===== 사용자 정보 수정 ===== diff --git a/lib/plugins/usermanager/lang/ko/intro.txt b/lib/plugins/usermanager/lang/ko/intro.txt new file mode 100644 index 000000000..8c8bfa5b9 --- /dev/null +++ b/lib/plugins/usermanager/lang/ko/intro.txt @@ -0,0 +1 @@ +====== 사용자 관리 ====== diff --git a/lib/plugins/usermanager/lang/ko/lang.php b/lib/plugins/usermanager/lang/ko/lang.php new file mode 100644 index 000000000..f0b6ad5ac --- /dev/null +++ b/lib/plugins/usermanager/lang/ko/lang.php @@ -0,0 +1,58 @@ +<?php +/** + * korean language file + * + * @author Chris Smith <chris@jalakai.co.uk> + * @author jk Lee <bootmeta@gmail.com> + */ + +$lang['menu'] = '사용자 관리자'; + +// custom language strings for the plugin +$lang['noauth'] = '(사용자 인증이 불가능합니다.)'; +$lang['nosupport'] = '(사용자 관리가 지원되지 않습니다.)'; + +$lang['badauth'] = '유효하지 않은 인증 메카니즘입니다.'; // should never be displayed! + +$lang['user_id'] = '사용자'; +$lang['user_pass'] = '패스워드'; +$lang['user_name'] = '실제 이름'; +$lang['user_mail'] = '이메일 '; +$lang['user_groups'] = '그룹들'; + +$lang['field'] = '항목'; +$lang['value'] = '값'; +$lang['add'] = '추가'; +$lang['delete'] = '삭제'; +$lang['delete_selected'] = '삭제 선택'; +$lang['edit'] = '수정'; +$lang['edit_prompt'] = '이 사용자 수정'; +$lang['modify'] = '변경 저장'; +$lang['search'] = '검색'; +$lang['search_prompt'] = '검색 실행'; +$lang['clear'] = '검색 필터 초기화'; +$lang['filter'] = '필터'; + +$lang['summary'] = '검색된 사용자들 보기(%1$d-%2$d 중 %3$d). 전체 사용자 %4$d 명.'; +$lang['nonefound'] = '검색된 사용자가 없습니다. 전체 사용자 %d 명.'; +$lang['delete_ok'] = '%d 명의 사용자가 삭제되었습니다.'; +$lang['delete_fail'] = '%d 명의 사용자의 삭제가 실패했습니다.'; +$lang['update_ok'] = '사용자 갱신이 성공했습니다.'; +$lang['update_fail'] = '사용자 갱신이 실패했습니다.'; +$lang['update_exists'] = '사용자 이름 변경이 실패했습니다. 사용자 이름(%s)이 이미 존재합니다. (다른 항목들의 변경은 적용됩니다.)'; + +$lang['start'] = '시작'; +$lang['prev'] = '이전'; +$lang['next'] = '다음'; +$lang['last'] = '마지막'; + +// added after 2006-03-09 release +$lang['edit_usermissing'] = '선택된 사용자를 찾을 수 없습니다, 사용자 이름이 삭제되거나 변경됐을 수도 있습니다.'; +$lang['user_notify'] = '사용자에게 알림'; +$lang['note_notify'] = '사용자에게 새로운 암호를 준 경우에만 알림 이메일이 보내집니다.'; +$lang['note_group'] = '새로운 사용자들은 어떤 그룹도 설정하지 않은 경우에 기본 그룹(%s)에 추가됩니다.'; +$lang['add_ok'] = '사용자가 성공적으로 추가되었습니다.'; +$lang['add_fail'] = '사용자 추가가 실패했습니다.'; +$lang['notify_ok'] = '알림 이메일이 성공적으로 발송되었습니다. '; +$lang['notify_fail'] = '알림 이메일 발송이 실패했습니다.'; + diff --git a/lib/plugins/usermanager/lang/ko/list.txt b/lib/plugins/usermanager/lang/ko/list.txt new file mode 100644 index 000000000..93fa3d6f2 --- /dev/null +++ b/lib/plugins/usermanager/lang/ko/list.txt @@ -0,0 +1 @@ +===== 사용자 목록 ===== |