summaryrefslogtreecommitdiffstats
path: root/apps/calendar/l10n/zh_CN.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/calendar/l10n/zh_CN.php')
-rw-r--r--apps/calendar/l10n/zh_CN.php83
1 files changed, 83 insertions, 0 deletions
diff --git a/apps/calendar/l10n/zh_CN.php b/apps/calendar/l10n/zh_CN.php
new file mode 100644
index 00000000000..2b7dc5677a4
--- /dev/null
+++ b/apps/calendar/l10n/zh_CN.php
@@ -0,0 +1,83 @@
+<?php $TRANSLATIONS = array(
+"Authentication error" => "验证错误",
+"Timezone changed" => "时区已修改",
+"Invalid request" => "非法请求",
+"Calendar" => "日历",
+"Does not repeat" => "不重复",
+"Daily" => "每天",
+"Weekly" => "每周",
+"Every Weekday" => "每个工作日",
+"Bi-Weekly" => "每两周",
+"Monthly" => "每月",
+"Yearly" => "每年",
+"All day" => "全天",
+"Sunday" => "星期日",
+"Monday" => "星期一",
+"Tuesday" => "星期二",
+"Wednesday" => "星期三",
+"Thursday" => "星期四",
+"Friday" => "星期五",
+"Saturday" => "星期六",
+"Sun." => "日",
+"Mon." => "一",
+"Tue." => "二",
+"Wed." => "三",
+"Thu." => "四",
+"Fri." => "五",
+"Sat." => "六",
+"January" => "1月",
+"February" => "2月",
+"March" => "3月",
+"April" => "4月",
+"May" => "5月",
+"June" => "6月",
+"July" => "7月",
+"August" => "8月",
+"September" => "9月",
+"October" => "10月",
+"November" => "11月",
+"December" => "12月",
+"Jan." => "1月",
+"Feb." => "2月",
+"Mar." => "3月",
+"Apr." => "4月",
+"Jun." => "6月",
+"Jul." => "7月",
+"Aug." => "8月",
+"Sep." => "9月",
+"Oct." => "10月",
+"Nov." => "11月",
+"Dec." => "12月",
+"Week" => "星期",
+"Weeks" => "星期",
+"Day" => "天",
+"Month" => "月",
+"Today" => "今天",
+"Calendars" => "日历",
+"Time" => "时间",
+"There was a fail, while parsing the file." => "解析文件失败",
+"Choose active calendars" => "选择活动日历",
+"Download" => "下载",
+"Edit" => "编辑",
+"Edit calendar" => "编辑日历",
+"Displayname" => "显示名称",
+"Active" => "激活",
+"Description" => "描述",
+"Calendar color" => "日历颜色",
+"Submit" => "提交",
+"Edit an event" => "编辑事件",
+"Title" => "标题",
+"Title of the Event" => "事件标题",
+"Location" => "地点",
+"Location of the Event" => "事件地点",
+"Category" => "分类",
+"All Day Event" => "全天事件",
+"From" => "自",
+"To" => "至",
+"Repeat" => "重复",
+"Attendees" => "参加者",
+"Description of the Event" => "事件描述",
+"Close" => "关闭",
+"Create a new event" => "创建新事件",
+"Timezone" => "时区"
+);