annotate plugins/libcalendaring/localization/zh_CN.inc @ 38:ac106d4c8961 default tip

flip /etc/roundcube to point here
author Charlie Root
date Sat, 29 Dec 2018 05:39:53 -0500
parents 888e774ee983
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
1 <?php
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
2 /**
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
3 * Localizations for the Kolab calendaring utilities plugin
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
4 *
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
5 * Copyright (C) 2014, Kolab Systems AG
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
6 *
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
7 * For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
8 */
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
9 $labels['until'] = '直到';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
10 $labels['at'] = '在';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
11 $labels['alarmemail'] = '发送邮件';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
12 $labels['alarmdisplay'] = '显示消息';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
13 $labels['alarmaudio'] = '播放声音';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
14 $labels['alarmdisplayoption'] = '消息';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
15 $labels['alarmemailoption'] = '邮件';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
16 $labels['alarmaudiooption'] = '声音';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
17 $labels['alarmat'] = '在 $datetime';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
18 $labels['trigger-M'] = '分钟以前';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
19 $labels['trigger-H'] = '小时以前';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
20 $labels['trigger-D'] = '天以前';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
21 $labels['trigger+M'] = '分钟以后';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
22 $labels['trigger+H'] = '小时以后';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
23 $labels['trigger+D'] = '天以后';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
24 $labels['triggerend-M'] = '还有xxx分钟结束 # xxx was supposed to be the number before "minutes before end"';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
25 $labels['frequency'] = '循环';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
26 $labels['recurrencend'] = '直到';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
27 $labels['statusorganizer'] = '组织者';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
28 $labels['statustentative'] = '临时';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
29 $labels['statusunknown'] = '未知';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
30 $labels['savingdata'] = '保存数据...';