plugins/links/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 6791 ba2231f87362
child 7992 5efb7abbd4b8
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 Japanese language page for the Geeklog links Plug-in!
     6 #
     7 # Copyright (C) 2001 Tony Bibbs
     8 # tony@tonybibbs.com
     9 # Copyright (C) 2005 Trinity Bays
    10 # trinity93@gmail.com
    11 # Tranlated 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 $LANG_LINKS = array(
    39     10 => '덧글',
    40     14 => '링크',
    41     84 => '링크',
    42     88 => '-',
    43     114 => '링크',
    44     116 => '링크 추가',
    45     117 => 'Report Broken Link',
    46     118 => 'Broken Link Report',
    47     119 => 'The following link has been reported to be broken: ',
    48     120 => 'To edit the link, click here: ',
    49     121 => 'The broken Link was reported by: ',
    50     122 => 'Thank you for reporting this broken link. The administrator will correct the problem as soon as possible',
    51     123 => 'Thank you',
    52     124 => 'Go',
    53     125 => 'Categories',
    54     126 => 'You are here:',
    55     'root' => 'Root'
    56 );
    57 
    58 ###############################################################################
    59 # for stats
    60 
    61 $LANG_LINKS_STATS = array(
    62     'links' => '등록된 링크(링크수)',
    63     'stats_headline' => '링크(상위 10건)',
    64     'stats_page_title' => '링크',
    65     'stats_hits' => '힛트',
    66     'stats_no_hits' => '이 사이트에는 링크가 없거나, 클릭한 사람이 없거나 어느 쪽일 것입니다。'
    67 );
    68 
    69 ###############################################################################
    70 # for the search
    71 
    72 $LANG_LINKS_SEARCH = array(
    73     'results' => '링크 검색결과',
    74     'title' => '제목',
    75     'date' => '추가한 일시',
    76     'author' => '글쓴이',
    77     'hits' => '링크수'
    78 );
    79 
    80 ###############################################################################
    81 # for the submission form
    82 
    83 $LANG_LINKS_SUBMIT = array(
    84     1 => '링크의 등록',
    85     2 => '링크',
    86     3 => '카테고리',
    87     4 => '그 외',
    88     5 => '새로운 카테고리 이름',
    89     6 => '에러:카테고리를 선택하기기 바랍니다',
    90     7 => '「그 외」를 선택할 경우 새로운 카테고리 이름을 적어주시기 바랍니다。',
    91     8 => '제목',
    92     9 => 'URL',
    93     10 => '카테고리',
    94     11 => '링크의 등록신청'
    95 );
    96 
    97 ###############################################################################
    98 # Messages for COM_showMessage the submission form
    99 
   100 $PLG_links_MESSAGE1 = "{$_CONF['site_name']} 의 링크에 등록해 주셔서 감사합니다。 스탭이 내용을 확인하고 있습니다。 승인이 되면 <a 
   101 href={$_CONF['site_url']}/links/index.php> 링크</a> 부문에 표시됩니다。";
   102 $PLG_links_MESSAGE2 = '링크는 무사히 등록 되었습니다。';
   103 $PLG_links_MESSAGE3 = '링크의 삭제가 완료 되었습니다。';
   104 $PLG_links_MESSAGE4 = "{$_CONF['site_name']} 의 링크에 등록해 주셔서 감사합니다。<a href={$_CONF['site_url']}/links/index.php>링크</a>에서 확인 하시기 바랍니다。";
   105 $PLG_links_MESSAGE5 = 'You do not have sufficient access rights to view this category.';
   106 $PLG_links_MESSAGE6 = 'You do not have sufficient rights to edit this category.';
   107 $PLG_links_MESSAGE7 = 'Please enter a Category Name and Description.';
   108 $PLG_links_MESSAGE10 = 'Your category has been successfully saved.';
   109 $PLG_links_MESSAGE11 = 'You are not allowed to set the id of a category to "site" or "user" - these are reserved for internal use.';
   110 $PLG_links_MESSAGE12 = 'You are trying to make a parent category the child of it\'s own subcategory. This would create an orphan category, so please first move the child category or categories up to a higher level.';
   111 $PLG_links_MESSAGE13 = 'The category has been successfully deleted.';
   112 $PLG_links_MESSAGE14 = 'Category contains links and/or categories. Please remove these first.';
   113 $PLG_links_MESSAGE15 = 'You do not have sufficient rights to delete this category.';
   114 $PLG_links_MESSAGE16 = 'No such category exists.';
   115 $PLG_links_MESSAGE17 = 'This category id is already in use.';
   116 
   117 // Messages for the plugin upgrade
   118 $PLG_links_MESSAGE3001 = 'Plugin upgrade not supported.';
   119 $PLG_links_MESSAGE3002 = $LANG32[9];
   120 
   121 ###############################################################################
   122 # admin/plugins/links/index.php
   123 
   124 $LANG_LINKS_ADMIN = array(
   125     1 => '링크의 편집',
   126     2 => 'ID',
   127     3 => '제목',
   128     4 => 'URL',
   129     5 => '카테고리',
   130     6 => '(http://를 넣어주시기 바랍니다)',
   131     7 => '그 외',
   132     8 => '링크의 참조',
   133     9 => '설명',
   134     10 => '제목,URL,설명이 필요합니다',
   135     11 => '링크의 관리',
   136     12 => '링크를 수정,삭제 할 경우에는 각 링크의 「편집」아이콘을 클릭 하시기 바랍니다。신규작성은 위의「신규」를 클릭하시기 바랍니다。',
   137     14 => '카테고리',
   138     16 => '접속에 실패했습니다',
   139     17 => "권한이 없는 링크에 접속하려고 하셨기 때문에 로그에 기록 되었습니다.<aref=\"{$_CONF['site_admin_url']}/plugins/links/index.php\"> 링크의 관리화면으로 돌아가시기</a>바랍니다。",
   140     20 => '그 외를 지정',
   141     21 => '보존',
   142     22 => '취소',
   143     23 => '삭제',
   144     24 => 'Link not found',
   145     25 => 'The link you selected for editing could not be found.',
   146     26 => 'Validate Links',
   147     27 => 'HTML Status',
   148     28 => 'Edit category',
   149     29 => 'Enter or edit the details below.',
   150     30 => 'Category',
   151     31 => 'Description',
   152     32 => 'Category ID',
   153     33 => 'Topic',
   154     34 => 'Parent',
   155     35 => 'All',
   156     40 => 'Edit this category',
   157     41 => 'Create child category',
   158     42 => 'Delete this category',
   159     43 => 'Site categories',
   160     44 => 'Add&nbsp;child',
   161     46 => 'User %s tried to delete a category to which they do not have access rights',
   162     50 => 'List categories',
   163     51 => 'New link',
   164     52 => 'New category',
   165     53 => 'List links',
   166     54 => 'Category Manager',
   167     55 => 'Edit categories below. Note that you cannot delete a category that contains other categories or links - you should delete these first, or move them to another category.',
   168     56 => 'Category Editor',
   169     57 => 'Not validated yet',
   170     58 => 'Validate now',
   171     59 => '<p>To validate all links displayed, please click on the "Validate now" link below. Please note that this might take some time depending on the amount of links displayed.</p>',
   172     60 => 'User %s tried illegally to edit category %s.',
   173     61 => 'Links in Category'
   174 );
   175 
   176 
   177 $LANG_LINKS_STATUS = array(
   178     100 => 'Continue',
   179     101 => 'Switching Protocols',
   180     200 => 'OK',
   181     201 => 'Created',
   182     202 => 'Accepted',
   183     203 => 'Non-Authoritative Information',
   184     204 => 'No Content',
   185     205 => 'Reset Content',
   186     206 => 'Partial Content',
   187     300 => 'Multiple Choices',
   188     301 => 'Moved Permanently',
   189     302 => 'Found',
   190     303 => 'See Other',
   191     304 => 'Not Modified',
   192     305 => 'Use Proxy',
   193     307 => 'Temporary Redirect',
   194     400 => 'Bad Request',
   195     401 => 'Unauthorized',
   196     402 => 'Payment Required',
   197     403 => 'Forbidden',
   198     404 => 'Not Found',
   199     405 => 'Method Not Allowed',
   200     406 => 'Not Acceptable',
   201     407 => 'Proxy Authentication Required',
   202     408 => 'Request Timeout',
   203     409 => 'Conflict',
   204     410 => 'Gone',
   205     411 => 'Length Required',
   206     412 => 'Precondition Failed',
   207     413 => 'Request Entity Too Large',
   208     414 => 'Request-URI Too Long',
   209     415 => 'Unsupported Media Type',
   210     416 => 'Requested Range Not Satisfiable',
   211     417 => 'Expectation Failed',
   212     500 => 'Internal Server Error',
   213     501 => 'Not Implemented',
   214     502 => 'Bad Gateway',
   215     503 => 'Service Unavailable',
   216     504 => 'Gateway Timeout',
   217     505 => 'HTTP Version Not Supported',
   218     999 => 'Connection Timed out'
   219 );
   220 
   221 // Localization of the Admin Configuration UI
   222 $LANG_configsections['links'] = array(
   223     'label' => 'Links',
   224     'title' => 'Links Configuration'
   225 );
   226 
   227 $LANG_confignames['links'] = array(
   228     'linksloginrequired' => 'Links Login Required?',
   229     'linksubmission' => 'Enable Submission Queue?',
   230     'newlinksinterval' => 'New Links Interval',
   231     'hidenewlinks' => 'Hide New Links?',
   232     'hidelinksmenu' => 'Hide Links Menu Entry?',
   233     'linkcols' => 'Categories per Column',
   234     'linksperpage' => 'Links per Page',
   235     'show_top10' => 'Show Top 10 Links?',
   236     'notification' => 'Notification Email?',
   237     'delete_links' => 'Delete Links with Owner?',
   238     'aftersave' => 'After Saving Link',
   239     'show_category_descriptions' => 'Show Category Description?',
   240     'new_window' => 'Open external links in new window?',
   241     'root' => 'ID of Root Category',
   242     'default_permissions' => 'Link Default Permissions',
   243     'category_permissions' => 'Category Default Permissions'
   244 );
   245 
   246 $LANG_configsubgroups['links'] = array(
   247     'sg_main' => 'Main Settings'
   248 );
   249 
   250 $LANG_fs['links'] = array(
   251     'fs_public' => 'Public Links List Settings',
   252     'fs_admin' => 'Links Admin Settings',
   253     'fs_permissions' => 'Default Permissions',
   254     'fs_cpermissions' => 'Category Permissions'
   255 );
   256 
   257 // Note: entries 0, 1, and 12 are the same as in $LANG_configselects['Core']
   258 $LANG_configselects['links'] = array(
   259     0 => array('True' => 1, 'False' => 0),
   260     1 => array('True' => true, 'False' => false),
   261     9 => array('Forward to Linked Site' => 'item', 'Display Admin List' => 'list', 'Display Public List' => 'plugin', 'Display Home' => 'home', 'Display Admin' => 'admin'),
   262     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
   263 );
   264 
   265 ?>