Blame view

sources/apps/tasks/l10n/zh_CN.php 927 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  <?php $TRANSLATIONS = array(
  "Invalid date/time" => "无效日期/时间",
  "Tasks" => "任务",
  "Due" => "到期",
  "List" => "列表",
  "Location" => "地点",
  "No category" => "无分类",
  "Unspecified" => "未指定",
  "1=highest" => "1=最高",
  "5=medium" => "5=中等",
  "9=lowest" => "9=最低",
  "Empty Summary" => "空提要",
  "Invalid percent complete" => "无效完成比",
  "Invalid priority" => "无效的优先级",
  "The calendar application also need to be enabled to use this application." => "需要启用日历才能使用此工具。",
  "Add Task" => "增加任务",
  "Order Due" => "按到期排序",
  "Order List" => "排序",
  "Order Complete" => "按完成排序",
  "Order Location" => "按地点排序",
  "Order Priority" => "按优先级排序",
  "Order Label" => "按标签排序",
  "Loading tasks..." => "读取任务中...",
  "Important" => "重要",
  "More" => "更多",
  "Less" => "更少",
  "Delete" => "删除"
  );