diff options
Diffstat (limited to 'app/i18n/ko/conf.php')
| -rw-r--r-- | app/i18n/ko/conf.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/i18n/ko/conf.php b/app/i18n/ko/conf.php index a88fcf9e0..4bd293af2 100644 --- a/app/i18n/ko/conf.php +++ b/app/i18n/ko/conf.php @@ -66,6 +66,13 @@ return array( ), 'timezone' => 'Time zone', // TODO 'title' => '표시', + 'website' => array( + 'full' => 'Icon and name', // TODO + 'icon' => 'Icon only', // TODO + 'label' => 'Website', // TODO + 'name' => 'Name only', // TODO + 'none' => 'None', // TODO + ), 'width' => array( 'content' => '내용 표시 너비', 'large' => '넓게', |
