PageRenderTime 44ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/zh-CN.lng.php

https://github.com/miya5n/pukiwiki
PHP | 425 lines | 280 code | 48 blank | 97 comment | 0 complexity | 534b2d2611ff86e5f961831be3b540f6 MD5 | raw file
Possible License(s): GPL-2.0
  1. <?php
  2. // PukiWiki - Yet another WikiWikiWeb clone.
  3. // $Id: zh-CN.lng.php,v 1.5 2011/06/05 13:51:59 henoheno Exp $
  4. // Copyright (C)
  5. // 2002-2005 PukiWiki Developers Team
  6. // 2001-2002 Originally written by yu-ji
  7. // License: GPL v2 or (at your option) any later version
  8. //
  9. // PukiWiki message file (Simplified Chinese)
  10. // NOTE: Encoding of this file, must equal to encoding setting
  11. // Encoding hint
  12. $_LANG['encode_hint']['zh-CN'] = '';
  13. ///////////////////////////////////////
  14. // Page titles
  15. $_title_cannotedit = '无法编辑 $1';
  16. $_title_edit = '编辑 $1';
  17. $_title_preview = '预览 $1';
  18. $_title_collided = '在 $1 中发生了【编辑冲突】';
  19. $_title_updated = '$1 已更新';
  20. $_title_deleted = '$1 已删除';
  21. $_title_help = '帮助';
  22. $_title_invalidwn = '无效的WikiName';
  23. $_title_backuplist = '编辑历史';
  24. ///////////////////////////////////////
  25. // Messages
  26. $_msg_unfreeze = '取消保护';
  27. $_msg_preview = '在预览后,按页面下方的按钮提交编辑。';
  28. $_msg_preview_delete = '(页面无任何内容。如果提交编辑,此页面将被删除。)';
  29. $_msg_collided = '当您编辑此页面的同时,有其他人提交了对同一页面的编辑。<br />
  30. + 为起始的行是新增的行<br />
  31. ! 为起始的行是内容发生变化的行<br />
  32. 请处理以!+起始的行并再次提交编辑<br />';
  33. $_msg_collided_auto = '当您编辑此页面的同时,有其他人提交了对同一页面的编辑。<br />
  34. 编辑冲突已解决但仍然可能存在一些问题<br />
  35. 请您在检查完成后[提交编辑]<br />';
  36. $_msg_invalidiwn = '$1 不是有效的 $2。';
  37. $_msg_invalidpass = '密码错误。';
  38. $_msg_notfound = '未找到指定页面。';
  39. $_msg_addline = '新增的行显示为<span class="diff_added">此颜色</span>。';
  40. $_msg_delline = '删除的行显示为<span class="diff_removed">此颜色</span>。';
  41. $_msg_goto = '转到 $1。';
  42. $_msg_andresult = '在所有可能包含 $1 的 <strong>$3</strong> 个页面中,找到了符合条件的 <strong>$2</strong> 个页面。';
  43. $_msg_orresult = '在所有可能包含 $1 其中一个的 <strong>$3</strong> 个页面中,找到了符合条件的 <strong>$2</strong> 个页面。';
  44. $_msg_notfoundresult = '找不到包含 $1 的页面。';
  45. $_msg_symbol = '符号';
  46. $_msg_other = '中文';
  47. $_msg_help = '查看文本格式语法';
  48. $_msg_week = array('星期日','星期一','星期二','星期三','星期四','星期五','星期六');
  49. $_msg_content_back_to_top = '<div class="jumpmenu"><a href="#navigator">&uarr;</a></div>';
  50. $_msg_word = '高亮显示这些关键字:';
  51. ///////////////////////////////////////
  52. // Symbols
  53. $_symbol_anchor = '&dagger;';
  54. $_symbol_noexists = '?';
  55. ///////////////////////////////////////
  56. // Form buttons
  57. $_btn_preview = '预览';
  58. $_btn_repreview = '重新预览';
  59. $_btn_update = '提交编辑';
  60. $_btn_cancel = '撤销';
  61. $_btn_notchangetimestamp = '不更新时间戳';
  62. $_btn_addtop = '添加到页面顶部';
  63. $_btn_template = '模板页';
  64. $_btn_load = '打开';
  65. $_btn_edit = '编辑';
  66. $_btn_delete = '删除';
  67. ///////////////////////////////////////
  68. // Authentication
  69. $_title_cannotread = '无法浏览 $1';
  70. $_msg_auth = 'PukiWikiAuth';
  71. ///////////////////////////////////////
  72. // Page name
  73. $rule_page = 'FormattingRules'; // Formatting rules
  74. $help_page = '帮助'; // Help
  75. /////////////////////////////////////////////////
  76. // No subject (article)
  77. $_no_subject = '无标题';
  78. /////////////////////////////////////////////////
  79. // No name (article,comment,pcomment)
  80. $_no_name = '';
  81. /////////////////////////////////////////////////
  82. // Skin
  83. /////////////////////////////////////////////////
  84. $_LANG['skin']['add'] = '添加';
  85. $_LANG['skin']['backup'] = '历史';
  86. $_LANG['skin']['copy'] = '复制';
  87. $_LANG['skin']['diff'] = '差异';
  88. $_LANG['skin']['edit'] = '编辑';
  89. $_LANG['skin']['filelist'] = '文件名列表'; // List of filenames
  90. $_LANG['skin']['freeze'] = '保护';
  91. $_LANG['skin']['help'] = '帮助';
  92. $_LANG['skin']['list'] = '列表'; // List of pages
  93. $_LANG['skin']['new'] = '新建';
  94. $_LANG['skin']['rdf'] = '最近更新的RDF'; // RDF of RecentChanges
  95. $_LANG['skin']['recent'] = '最近更新'; // RecentChanges
  96. $_LANG['skin']['reload'] = '重新加载';
  97. $_LANG['skin']['rename'] = '更改名称'; // Rename a page (and related)
  98. $_LANG['skin']['rss'] = '最近更新的RSS'; // RSS of RecentChanges
  99. $_LANG['skin']['rss10'] = & $_LANG['skin']['rss'];
  100. $_LANG['skin']['rss20'] = & $_LANG['skin']['rss'];
  101. $_LANG['skin']['search'] = '搜索';
  102. $_LANG['skin']['top'] = '首页'; // Top page
  103. $_LANG['skin']['unfreeze'] = '取消保护';
  104. $_LANG['skin']['upload'] = '附件'; // Attach a file
  105. ///////////////////////////////////////
  106. // Plug-in message
  107. ///////////////////////////////////////
  108. // add.inc.php
  109. $_title_add = '添加到 $1';
  110. $_msg_add = '如果要向页面中添加内容,请输入2个换行,再输入文本。';
  111. ///////////////////////////////////////
  112. // article.inc.php
  113. $_btn_name = '名字';
  114. $_btn_article = '提交编辑';
  115. $_btn_subject = '标题: ';
  116. $_msg_article_mail_sender = '编辑者: ';
  117. $_msg_article_mail_page = '编辑页: ';
  118. ///////////////////////////////////////
  119. // attach.inc.php
  120. $_attach_messages = array(
  121. 'msg_uploaded' => '已上传到 $1',
  122. 'msg_deleted' => '已从 $1 中删除',
  123. 'msg_freezed' => '附件已保护。',
  124. 'msg_unfreezed'=> '已取消对附件的保护。',
  125. 'msg_renamed' => '附件的名称已更改。',
  126. 'msg_upload' => '添加附件到 $1',
  127. 'msg_info' => '附件信息',
  128. 'msg_confirm' => '<p>删除 %s。</p>',
  129. 'msg_list' => '附件列表',
  130. 'msg_listpage' => '$1 的附件列表',
  131. 'msg_listall' => '所有页面的附件列表',
  132. 'msg_file' => '附件',
  133. 'msg_maxsize' => '添加小于 %s 的文件作为附件。',
  134. 'msg_count' => ' <span class="small">%s个</span>',
  135. 'msg_password' => '密码',
  136. 'msg_adminpass'=> '管理员密码',
  137. 'msg_delete' => '删除此文件。',
  138. 'msg_freeze' => '保护此文件。',
  139. 'msg_unfreeze' => '取消对此文件的保护。',
  140. 'msg_isfreeze' => '已保护该文件。',
  141. 'msg_rename' => '重命名。',
  142. 'msg_newname' => '新名称',
  143. 'msg_require' => '(管理员密码为必填)',
  144. 'msg_filesize' => '大小',
  145. 'msg_date' => '添加时间',
  146. 'msg_dlcount' => '下载次数',
  147. 'msg_md5hash' => 'MD5哈希值',
  148. 'msg_page' => '页',
  149. 'msg_filename' => '文件名',
  150. 'err_noparm' => '无法上传或删除 $1',
  151. 'err_exceed' => '上传到 $1 的文件过大',
  152. 'err_exists' => '存在与 $1 相同的文件名',
  153. 'err_notfound' => '在 $1 中找不到文件',
  154. 'err_noexist' => '没有附件。',
  155. 'err_delete' => '无法在 $1 中删除文件',
  156. 'err_rename' => '无法更改文件名',
  157. 'err_password' => '密码不匹配。',
  158. 'err_adminpass'=> '管理员密码不匹配。',
  159. 'btn_upload' => '上传',
  160. 'btn_info' => '详细信息',
  161. 'btn_submit' => '应用'
  162. );
  163. ///////////////////////////////////////
  164. // back.inc.php
  165. $_msg_back_word = '返回';
  166. ///////////////////////////////////////
  167. // backup.inc.php
  168. $_title_backup_delete = '删除 $1 的历史';
  169. $_title_backupdiff = '$1 的历史差异(No.$2)';
  170. $_title_backupnowdiff = '$1 的历史与当前的差异(No.$2)';
  171. $_title_backupsource = '$1 历史源(No.$2)';
  172. $_title_backup = '$1 的历史(No.$2)';
  173. $_title_pagebackuplist = '$1 的历史列表';
  174. $_title_backuplist = '编辑历史';
  175. $_msg_backup_deleted = '已删除 $1 的历史。';
  176. $_msg_backup_adminpass = '请输入用于删除的密码。';
  177. $_msg_backuplist = '编辑历史';
  178. $_msg_nobackup = '$1 无任何历史。';
  179. $_msg_diff = '差异';
  180. $_msg_nowdiff = '与当前的差异';
  181. $_msg_source = '源';
  182. $_msg_backup = '历史';
  183. $_msg_view = '显示 $1';
  184. $_msg_deleted = '$1 已删除。';
  185. ///////////////////////////////////////
  186. // calendar_viewer.inc.php
  187. $_err_calendar_viewer_param2 = '第二参数不正确';
  188. $_msg_calendar_viewer_right = '后%d个&gt;&gt;';
  189. $_msg_calendar_viewer_left = '&lt;&lt;前%d个';
  190. $_msg_calendar_viewer_restrict = '$1 有浏览限制,无法被calendar_viewer引用';
  191. ///////////////////////////////////////
  192. // calendar2.inc.php
  193. $_calendar2_plugin_edit = '[编辑此日记]';
  194. $_calendar2_plugin_empty = '%s中无任何内容。';
  195. ///////////////////////////////////////
  196. // comment.inc.php
  197. $_btn_name = '名字: ';
  198. $_btn_comment = '插入评论';
  199. $_msg_comment = '评论内容: ';
  200. $_title_comment_collided = '在 $1 中发生了【编辑冲突】';
  201. $_msg_comment_collided = '当您编辑此页的同时,有其他人更新了同一页面。<br />
  202. 批注有可能被插入到了与原先不同的位置<br />';
  203. ///////////////////////////////////////
  204. // deleted.inc.php
  205. $_deleted_plugin_title = '删除页面的列表';
  206. $_deleted_plugin_title_withfilename = '删除页面文件的列表';
  207. ///////////////////////////////////////
  208. // diff.inc.php
  209. $_title_diff = '$1 的差异';
  210. $_title_diff_delete = '删除 $1 的差异';
  211. $_msg_diff_deleted = '已删除 $1 的差异。';
  212. $_msg_diff_adminpass = '请输入用于删除的密码。';
  213. ///////////////////////////////////////
  214. // filelist.inc.php (list.inc.php)
  215. $_title_filelist = '页面文件列表';
  216. ///////////////////////////////////////
  217. // freeze.inc.php
  218. $_title_isfreezed = '$1 为保护状态';
  219. $_title_freezed = '已保护 $1';
  220. $_title_freeze = '保护 $1';
  221. $_msg_freezing = '请输入用于保护页面的密码。';
  222. $_btn_freeze = '保护';
  223. ///////////////////////////////////////
  224. // insert.inc.php
  225. $_btn_insert = '添加';
  226. ///////////////////////////////////////
  227. // include.inc.php
  228. $_msg_include_restrict = '$1 有浏览限制,无法进行include操作';
  229. ///////////////////////////////////////
  230. // interwiki.inc.php
  231. $_title_invalidiwn = '不是有效的 InterWikiName';
  232. ///////////////////////////////////////
  233. // list.inc.php
  234. $_title_list = '页面列表';
  235. ///////////////////////////////////////
  236. // ls2.inc.php
  237. $_ls2_err_nopages = '<p>在 \'$1\' 中不包含任何子页面。</p>';
  238. $_ls2_msg_title = '以\'$1\'为起始的页面列表';
  239. ///////////////////////////////////////
  240. // memo.inc.php
  241. $_btn_memo_update = '日志更新';
  242. ///////////////////////////////////////
  243. // navi.inc.php
  244. $_navi_prev = 'Prev';
  245. $_navi_next = 'Next';
  246. $_navi_up = 'Up';
  247. $_navi_home = 'Home';
  248. ///////////////////////////////////////
  249. // newpage.inc.php
  250. $_msg_newpage = '新建页面';
  251. ///////////////////////////////////////
  252. // paint.inc.php
  253. $_paint_messages = array(
  254. 'field_name' => '您的名字',
  255. 'field_filename'=> '文件名',
  256. 'field_comment' => '评论',
  257. 'btn_submit' => 'paint',
  258. 'msg_max' => '(小于 %d x %d)',
  259. 'msg_title' => 'Paint and Attach to $1',
  260. 'msg_title_collided' => '在 $1 中发生了【编辑冲突】',
  261. 'msg_collided' => '当您编辑图像的同时,有其他人对同一页面进行了编辑。<br />
  262. 图像和评论可能被插入到了与原来不同的位置<br />'
  263. );
  264. ///////////////////////////////////////
  265. // pcomment.inc.php
  266. $_pcmt_messages = array(
  267. 'btn_name' => '您的名字: ',
  268. 'btn_comment' => '插入评论',
  269. 'msg_comment' => '评论内容: ',
  270. 'msg_recent' => '显示最近的%d个。',
  271. 'msg_all' => '引用评论页',
  272. 'msg_none' => '没有评论。',
  273. 'title_collided' => '在 $1 中发生了【编辑冲突】',
  274. 'msg_collided' => '您在编辑此页的同时,有其他人编辑了同一页。<br />
  275. 评论有可能被插入到了与原先不同的位置<br />',
  276. 'err_pagename' => '无法使用 [[%s]] 作为页面名称。 请指定正确的页面名称。',
  277. );
  278. $_msg_pcomment_restrict = '存在浏览限制,无法查看来自$1的评论。';
  279. ///////////////////////////////////////
  280. // popular.inc.php
  281. $_popular_plugin_frame = '<h5>最受欢迎的%d个</h5><div>%s</div>';
  282. $_popular_plugin_today_frame = '<h5>今天的%d个</h5><div>%s</div>';
  283. ///////////////////////////////////////
  284. // recent.inc.php
  285. $_recent_plugin_frame = '<h5>最近的%d个</h5>
  286. <div>%s</div>';
  287. ///////////////////////////////////////
  288. // rename.inc.php
  289. $_rename_messages = array(
  290. 'err' => '<p>错误:%s</p>',
  291. 'err_nomatch' => '没有匹配的页面。',
  292. 'err_notvalid' => '重命名后的名称不是有效的页面名称。',
  293. 'err_adminpass' => '管理员密码不正确。',
  294. 'err_notpage' => '%s不是页面名称。',
  295. 'err_norename' => '无法重命名%s。',
  296. 'err_already' => '页面已存在。:%s',
  297. 'err_already_below' => '以下文件已存在。',
  298. 'msg_title' => '重命名页面',
  299. 'msg_page' => '指定源页面',
  300. 'msg_regex' => '使用正则表达式替换',
  301. 'msg_related' => '相关页面',
  302. 'msg_do_related' => '重命名相关页面',
  303. 'msg_rename' => '更改%s的名称。',
  304. 'msg_oldname' => '当前的名称',
  305. 'msg_newname' => '新名称',
  306. 'msg_adminpass' => '管理员密码',
  307. 'msg_arrow' => '→',
  308. 'msg_exist_none' => '不处理该页面',
  309. 'msg_exist_overwrite' => '覆盖到该文件',
  310. 'msg_confirm' => '重命名下列文件。',
  311. 'msg_result' => '已覆盖到以下文件。',
  312. 'btn_submit' => '应用',
  313. 'btn_next' => '下一步'
  314. );
  315. ///////////////////////////////////////
  316. // search.inc.php
  317. $_title_search = '搜索';
  318. $_title_result = '$1 的搜索结果';
  319. $_msg_searching = '在所有页面中进行搜索。不对大小写进行区分。';
  320. $_btn_search = '搜索';
  321. $_btn_and = 'AND条件搜索';
  322. $_btn_or = 'OR条件搜索';
  323. $_search_pages = '搜索从 $1 开始的页面';
  324. $_search_all = '搜索所有页面';
  325. ///////////////////////////////////////
  326. // source.inc.php
  327. $_source_messages = array(
  328. 'msg_title' => '$1的源码',
  329. 'msg_notfound' => '$1未找到',
  330. 'err_notfound' => '无法显示页面源码。'
  331. );
  332. ///////////////////////////////////////
  333. // template.inc.php
  334. $_msg_template_start = '起始行:<br />';
  335. $_msg_template_end = '终止行:<br />';
  336. $_msg_template_page = '$1/复制';
  337. $_msg_template_refer = '页面名称:';
  338. $_msg_template_force = '编辑现有的页面名称';
  339. $_err_template_already = '$1 已存在。';
  340. $_err_template_invalid = '$1 不是有效的页面名称。';
  341. $_btn_template_create = '创建';
  342. $_title_template = '从 $1 创建模板';
  343. ///////////////////////////////////////
  344. // tracker.inc.php
  345. $_tracker_messages = array(
  346. 'msg_list' => '$1 的项目列表',
  347. 'msg_back' => '<p>$1</p>',
  348. 'msg_limit' => '找到$1个结果,显示前$2个结果。',
  349. 'btn_page' => '页面名称',
  350. 'btn_name' => '页面名称',
  351. 'btn_real' => '页面名称',
  352. 'btn_submit' => '添加',
  353. 'btn_date' => '日期',
  354. 'btn_refer' => '浏览',
  355. 'btn_base' => '基础',
  356. 'btn_update' => '修改时间',
  357. 'btn_past' => '耗时',
  358. );
  359. ///////////////////////////////////////
  360. // unfreeze.inc.php
  361. $_title_isunfreezed = '$1 未保护';
  362. $_title_unfreezed = '已取消对 $1 的保护';
  363. $_title_unfreeze = '取消对 $1 的保护';
  364. $_msg_unfreezing = '请输入用于取消保护的密码。';
  365. $_btn_unfreeze = '取消保护';
  366. ///////////////////////////////////////
  367. // versionlist.inc.php
  368. $_title_versionlist = '配置文件的版本列表';
  369. ///////////////////////////////////////
  370. // vote.inc.php
  371. $_vote_plugin_choice = '选项';
  372. $_vote_plugin_votes = '投票';
  373. ///////////////////////////////////////
  374. // yetlist.inc.php
  375. $_title_yetlist = '未创建的页面列表';
  376. $_err_notexist = '未创建的页面不存在。';
  377. ?>