14 lines
407 B
PHP
14 lines
407 B
PHP
<?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/
|
|
*/
|
|
$labels['officelocation'] = '办公地点';
|
|
$labels['typecallback'] = '反馈';
|
|
$labels['settings'] = '设置';
|
|
$labels['bookremove'] = '从列表中移除';
|
|
$labels['showhistory'] = '显示历史';
|
|
?>
|