13 lines
404 B
PHP
13 lines
404 B
PHP
<?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'] = '이름';
|
|
$labels['removelist'] = '목록에서 삭제';
|
|
$labels['savingdata'] = '자료 저장중...';
|