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

16 lines
482 B
PHP
Raw Normal View History

2016-05-18 16:38:39 +02:00
<?php
/**
* Localizations for the Kolab calendaring utilities plugin
*
* Copyright (C) 2014, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/
*/
$labels['until'] = '까지';
$labels['frequency'] = '반복';
$labels['recurrencend'] = '까지';
2016-07-22 11:42:44 +02:00
$labels['statusorganizer'] = '주최자';
$labels['statustentative'] = '임시';
$labels['statusunknown'] = '알 수 없는';
2016-05-18 16:38:39 +02:00
$labels['savingdata'] = '자료 저장중...';