4
|
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'] = '保存数据...';
|