roundcubemail-plugins-kolab/plugins/kolab_notes/localization/ko_KR.inc

15 lines
438 B
PHP
Raw Normal View History

2016-05-18 16:38:39 +02:00
<?php
/**
* Localizations for the Kolab Folders plugin
*
* Copyright (C) 2015, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_notes/
*/
$labels['created'] = '작성됨';
$labels['changed'] = '마지막으로 수정됨';
$labels['listname'] = '이름';
2021-10-11 11:04:38 +02:00
$labels['tabsharing'] = '공우';
2016-05-18 16:38:39 +02:00
$labels['removelist'] = '목록에서 삭제';
$labels['savingdata'] = '자료 저장중...';