2014-12-01 12:45:40 +13: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/
|
|
|
|
*/
|
2015-02-19 11:58:00 +13:00
|
|
|
$labels['save'] = '保存';
|
|
|
|
$labels['cancel'] = '取消';
|
|
|
|
$labels['name'] = '名称';
|
|
|
|
$labels['edit'] = '编辑';
|
|
|
|
$labels['save'] = '保存';
|
2014-12-01 12:45:40 +13:00
|
|
|
?>
|