Mercurial > hg > rc1
comparison plugins/libcalendaring/localization/zh_CN.inc @ 4:888e774ee983
libcalendar plugin as distributed
author | Charlie Root |
---|---|
date | Sat, 13 Jan 2018 08:57:56 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3:f6fe4b6ae66a | 4:888e774ee983 |
---|---|
1 <?php | |
2 /** | |
3 * Localizations for the Kolab calendaring utilities plugin | |
4 * | |
5 * Copyright (C) 2014, Kolab Systems AG | |
6 * | |
7 * For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/ | |
8 */ | |
9 $labels['until'] = '直到'; | |
10 $labels['at'] = '在'; | |
11 $labels['alarmemail'] = '发送邮件'; | |
12 $labels['alarmdisplay'] = '显示消息'; | |
13 $labels['alarmaudio'] = '播放声音'; | |
14 $labels['alarmdisplayoption'] = '消息'; | |
15 $labels['alarmemailoption'] = '邮件'; | |
16 $labels['alarmaudiooption'] = '声音'; | |
17 $labels['alarmat'] = '在 $datetime'; | |
18 $labels['trigger-M'] = '分钟以前'; | |
19 $labels['trigger-H'] = '小时以前'; | |
20 $labels['trigger-D'] = '天以前'; | |
21 $labels['trigger+M'] = '分钟以后'; | |
22 $labels['trigger+H'] = '小时以后'; | |
23 $labels['trigger+D'] = '天以后'; | |
24 $labels['triggerend-M'] = '还有xxx分钟结束 # xxx was supposed to be the number before "minutes before end"'; | |
25 $labels['frequency'] = '循环'; | |
26 $labels['recurrencend'] = '直到'; | |
27 $labels['statusorganizer'] = '组织者'; | |
28 $labels['statustentative'] = '临时'; | |
29 $labels['statusunknown'] = '未知'; | |
30 $labels['savingdata'] = '保存数据...'; |