plugins/calendar/language/korean_utf-8.php
author Dirk Haun <dirk@haun-online.de>
Sun, 11 Oct 2009 19:18:47 +0200
branchHEAD
changeset 7371 6f0fe25ffbc7
parent 6358 c633cf2b508e
child 8052 45fa4bbadb7d
permissions -rw-r--r--
Synced all language files with their English equivalents
     1 <?php
     2 
     3 ###############################################################################
     4 # korean_utf-8.php
     5 # This is the Korean UTF-8 language page for the Geeklog Calendar Plug-in!
     6 #
     7 # Copyright (C) 2001 Tony Bibbs
     8 # tony@tonybibbs.com
     9 # Copyright (C) 2005 Trinity Bays
    10 # trinity93@gmail.com
    11 # Translated by IvySOHO Ivy(KOMMA Tetsuko/Kim Younghie)
    12 #
    13 # This program is free software; you can redistribute it and/or
    14 # modify it under the terms of the GNU General Public License
    15 # as published by the Free Software Foundation; either version 2
    16 # of the License, or (at your option) any later version.
    17 #
    18 # This program is distributed in the hope that it will be useful,
    19 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    21 # GNU General Public License for more details.
    22 #
    23 # You should have received a copy of the GNU General Public License
    24 # along with this program; if not, write to the Free Software
    25 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    26 #
    27 ###############################################################################
    28 
    29 global $LANG32;
    30 
    31 ###############################################################################
    32 # Array Format:
    33 # $LANGXX[YY]:  $LANG - variable name
    34 #               XX    - file id number
    35 #               YY    - phrase id number
    36 ###############################################################################
    37 
    38 # index.php
    39 $LANG_CAL_1 = array(
    40     1 => ' 이벤트스캐줄',
    41     2 => '-',
    42     3 => '일시',
    43     4 => '장소',
    44     5 => '설명',
    45     6 => '이벤트의 추가',
    46     7 => '앞으로의 이벤트',
    47     8 => '개인스캐줄에 이 이벤트를 추가하면, 「개인스캐줄」을 사용자 관리메뉴에서 선택하여 손쉽게 볼 수 있습니다。',
    48     9 => '개인스캐줄에 추가',
    49     10 => '개인스캐줄에서 삭제',
    50     11 => '이 이벤트를 %s씨의 개인스캐줄에 추가',
    51     12 => '이벤트',
    52     13 => '개시',
    53     14 => '종료',
    54     15 => '스캐줄로 돌아가기',
    55     16 => '스캐줄',
    56     17 => '개시일',
    57     18 => '종료일',
    58     19 => '이벤트의 등록신청',
    59     20 => '제목',
    60     21 => '개시일',
    61     22 => 'URL',
    62     23 => '개인 이벤트',
    63     24 => '사이트의 이벤트',
    64     25 => '-',
    65     26 => '이벤트에 덧글쓰기',
    66     27 => "{$_CONF['site_name']} 에 이벤트를 투고하면,사이트 전체스캐줄에 등록됩니다。<br" . XHTML . ">전체스캐줄의 이벤트는 각 사용자가 필요에 따라 개인스캐줄에 등록 할 수 있습니다。",
    67     28 => '제목',
    68     29 => '종료일시',
    69     30 => '개시일시',
    70     31 => '하루종일의 이벤트',
    71     32 => '주소1',
    72     33 => '주소2',
    73     34 => '지역이름',
    74     35 => '도시구분',
    75     36 => '우편번호',
    76     37 => '이벤트의 종류',
    77     38 => '이벤트의 종류를 편집',
    78     39 => '장소',
    79     40 => '이벤트를 추가:',
    80     41 => '전체스캐줄',
    81     42 => '개인스캐줄',
    82     43 => '링크',
    83     44 => 'HTML태그는 사용할 수 없습니다',
    84     45 => '덧글',
    85     46 => '시스템의 이벤트',
    86     47 => '이벤트의 상위 10건',
    87     48 => '검색수',
    88     49 => '이 사이트에는 이벤트가 없거나, 아무도 이벤트를 클릭한 적 없거나 어느 쪽일 것으로 생각됩니다。',
    89     50 => '이벤트',
    90     51 => '삭제'
    91 );
    92 
    93 $_LANG_CAL_SEARCH = array(
    94     'results' => '이벤트정보의 검색결과',
    95     'title' => '제목',
    96     'date_time' => '일시',
    97     'location' => '장소',
    98     'description' => '자세한 설명'
    99 );
   100 
   101 ###############################################################################
   102 # calendar.php ($LANG30)
   103 
   104 $LANG_CAL_2 = array(
   105     8 => '개인이벤트를 추가 ',
   106     9 => '%s 씨 이벤트',
   107     10 => '이벤트:',
   108     11 => '전체스캐줄',
   109     12 => '개인스캐줄',
   110     25 => '돌아가기:',
   111     26 => '하루종일',
   112     27 => '주',
   113     28 => '개인스캐줄:',
   114     29 => '전체스캐줄',
   115     30 => '이벤트 추가',
   116     31 => '추가',
   117     32 => '이벤트',
   118     33 => '날짜',
   119     34 => '시간',
   120     35 => '간단추가',
   121     36 => '덧글',
   122     37 => '이 사이트에는 개인스캐줄이 유효하지 않습니다。',
   123     38 => '개인이벤트 에디터',
   124     39 => '일',
   125     40 => '주',
   126     41 => '월',
   127     42 => '전체이벤트 추가',
   128     43 => '이벤트 덧글'
   129 );
   130 
   131 ###############################################################################
   132 # admin/plugins/calendar/index.php, formerly admin/event.php ($LANG22)
   133 
   134 $LANG_CAL_ADMIN = array(
   135     1 => '이벤트에디터',
   136     2 => '에러',
   137     3 => '덧글모드',
   138     4 => '이벤트URL',
   139     5 => '이벤트 개시일시',
   140     6 => '이벤트 종료일시',
   141     7 => '이벤트 장소',
   142     8 => '이벤트에 대한 설명',
   143     9 => '(http://부터 시작하시기 바랍니다)',
   144     10 => '이벤트 날짜・시간,제목,설명을 입력하시기 바랍니다。',
   145     11 => '스캐줄 관리',
   146     12 => '이벤트의 편집・삭제는,다음의 이벤트 편집아이콘을 클릭 하시기 바랍니다。 새로운 이벤트를 작성할 경우, 위의 「신규이벤트」를 클릭 하시기 바랍니다。',
   147     13 => '글쓴이',
   148     14 => '개시일시',
   149     15 => '종료일시',
   150     16 => '',
   151     17 => "관리권한이 없는 이벤트를 편집하려고 하셨습니다。 이 행위는 기록 됩니다. <a href=\"{$_CONF['site_admin_url']}/plugins/calendar/index.php\"> 이벤트 편집화면</a>으로 돌아가시기 바랍니다.。",
   152     18 => '',
   153     19 => '',
   154     20 => '보존',
   155     21 => '취소',
   156     22 => '삭제',
   157     23 => '개시일시를 정확하게 입력해 주시기 바랍니다。',
   158     24 => '종료일시를 정확하게 입력해 주시기 바랍니다。',
   159     25 => '종료일시를 정확하게 입력해 주시기 바랍니다。',
   160     26 => 'Delete old entries',
   161     27 => 'These are the events that are older than ',
   162     28 => ' months. Please click on the trashcan Icon on the bottom to delete them, or select a different timespan:<br' . XHTML . '>Find all entries that are older than ',
   163     29 => ' months.',
   164     30 => 'Update List',
   165     31 => 'Are You sure you want to permanently delete ALL selected users?',
   166     32 => 'List all',
   167     33 => 'No events selected for deletion',
   168     34 => 'Event ID',
   169     35 => 'could not be deleted',
   170     36 => 'Sucessfully deleted'
   171 );
   172 
   173 $LANG_CAL_MESSAGE = array(
   174     'save' => '이벤트가 보존 되었습니다。',
   175     'delete' => '이벤트가 삭제 되었습니다。',
   176     'private' => '이벤트가 개인스캐줄에 보존 되었습니다。',
   177     'login' => '개인스캐줄을 열때에는,먼저 로그인 해 주시기 바랍니다。',
   178     'removed' => '개인스캐줄에서 이벤트가 삭제 되었습니다。',
   179     'noprivate' => '죄송합니다만,이 사이트에서는,개인스캐줄이 무효합니다。',
   180     'unauth' => '죄송합니다만,이벤트 관리페이지에 접속할 권한이 없습니다。 이 접속이 기록 된다는 점을 양해해 주시기 바랍니다.'
   181 );
   182 
   183 $PLG_calendar_MESSAGE4 = "{$_CONF['site_name']} 에 이벤트를 투고해 주셔서 대단히 감사합니다。스탭에게 보내어져,승인을 기다리고 있는 상태입니다。 승인이 되면 이 사이트의 <a href=\"{$_CONF['site_url']}/calendar/index.php\">스캐줄</a> 부문에 표시 됩니다。";
   184 $PLG_calendar_MESSAGE17 = '이벤트가 보존 되었습니다。';
   185 $PLG_calendar_MESSAGE18 = '이벤트가 삭제 되었습니다。';
   186 $PLG_calendar_MESSAGE24 = '이벤트가 개인스캐줄에 보존 되었습니다。';
   187 $PLG_calendar_MESSAGE26 = '이벤트가 삭제 되었습니다。';
   188 
   189 // Messages for the plugin upgrade
   190 $PLG_calendar_MESSAGE3001 = 'Plugin upgrade not supported.';
   191 $PLG_calendar_MESSAGE3002 = $LANG32[9];
   192 
   193 // Localization of the Admin Configuration UI
   194 $LANG_configsections['calendar'] = array(
   195     'label' => 'Calendar',
   196     'title' => 'Calendar Configuration'
   197 );
   198 
   199 $LANG_confignames['calendar'] = array(
   200     'calendarloginrequired' => 'Calendar Login Required?',
   201     'hidecalendarmenu' => 'Hide Calendar Menu Entry?',
   202     'personalcalendars' => 'Enable Personal Calendars?',
   203     'eventsubmission' => 'Enable Submission Queue?',
   204     'showupcomingevents' => 'Show upcoming Events?',
   205     'upcomingeventsrange' => 'Upcoming Events Range',
   206     'event_types' => 'Event Types',
   207     'hour_mode' => 'Hour Mode',
   208     'notification' => 'Notification Email?',
   209     'delete_event' => 'Delete Events with Owner?',
   210     'aftersave' => 'After Saving Event',
   211     'default_permissions' => 'Event Default Permissions'
   212 );
   213 
   214 $LANG_configsubgroups['calendar'] = array(
   215     'sg_main' => 'Main Settings'
   216 );
   217 
   218 $LANG_fs['calendar'] = array(
   219     'fs_main' => 'General Calendar Settings',
   220     'fs_permissions' => 'Default Permissions'
   221 );
   222 
   223 // Note: entries 0, 1, 6, 9, 12 are the same as in $LANG_configselects['Core']
   224 $LANG_configselects['calendar'] = array(
   225     0 => array('True' => 1, 'False' => 0),
   226     1 => array('True' => true, 'False' => false),
   227     6 => array('12' => 12, '24' => 24),
   228     9 => array('Forward to Event' => 'item', 'Display Admin List' => 'list', 'Display Calendar' => 'plugin', 'Display Home' => 'home', 'Display Admin' => 'admin'),
   229     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
   230 );
   231 
   232 ?>