2014-12-01 12:45:40 +13:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Localizations for the Kolab Address Book plugin
|
|
|
|
*
|
|
|
|
* Copyright (C) 2014, Kolab Systems AG
|
|
|
|
*
|
|
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_addressbook/
|
|
|
|
*/
|
2016-05-18 16:38:39 +02:00
|
|
|
$labels['officelocation'] = '办公地点';
|
|
|
|
$labels['typecallback'] = '反馈';
|
|
|
|
$labels['settings'] = '设置';
|
2015-02-19 11:58:00 +13:00
|
|
|
$labels['bookremove'] = '从列表中移除';
|
2016-06-13 18:10:59 +02:00
|
|
|
$labels['showhistory'] = '显示历史';
|
2014-12-01 12:45:40 +13:00
|
|
|
?>
|