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

15 lines
337 B
PHP
Raw Normal View History

2016-05-18 16:38:39 +02:00
<?php
/**
* Localizations for the Kolab Files plugin
*
* Copyright (C) 2014, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_files/
*/
$labels['save'] = '저장';
$labels['cancel'] = '취소';
$labels['name'] = '이름';
$labels['edit'] = '수정';
$labels['save'] = '저장';
?>