roundcubemail-plugins-kolab/plugins/libcalendaring/localization/zh_CN.inc

31 lines
1.1 KiB
PHP
Raw Normal View History

2014-12-01 12:45:40 +13:00
<?php
/**
* Localizations for the Kolab calendaring utilities plugin
*
* Copyright (C) 2014, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/
*/
2016-07-22 11:42:44 +02:00
$labels['until'] = '直到';
$labels['at'] = '在';
$labels['alarmemail'] = '发送邮件';
$labels['alarmdisplay'] = '显示消息';
2016-05-18 16:38:39 +02:00
$labels['alarmaudio'] = '播放声音';
2016-07-22 11:42:44 +02:00
$labels['alarmdisplayoption'] = '消息';
$labels['alarmemailoption'] = '邮件';
$labels['alarmaudiooption'] = '声音';
$labels['alarmat'] = '在 $datetime';
$labels['trigger-M'] = '分钟以前';
$labels['trigger-H'] = '小时以前';
$labels['trigger-D'] = '天以前';
$labels['trigger+M'] = '分钟以后';
$labels['trigger+H'] = '小时以后';
$labels['trigger+D'] = '天以后';
$labels['triggerend-M'] = '还有xxx分钟结束 # xxx was supposed to be the number before "minutes before end"';
2015-02-19 11:58:00 +13:00
$labels['frequency'] = '循环';
2016-07-22 11:42:44 +02:00
$labels['recurrencend'] = '直到';
$labels['statusorganizer'] = '组织者';
$labels['statustentative'] = '临时';
$labels['statusunknown'] = '未知';
2015-02-19 11:58:00 +13:00
$labels['savingdata'] = '保存数据...';