You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/plugins/hide_blockquote/localization/ko_KR.inc

21 lines
941 B
PHP

<?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['hide'] = '숨기기';
$labels['show'] = '보이기';
$labels['quotelimit'] = '라인 개수가 정해진 개수보다 클 때 인용구 감추기';