1<?php 2 3/** 4 * Chinese (simplified) language for the "vector" DokuWiki template 5 * 6 * If your language is not/only partially translated or you found an error/typo, 7 * have a look at the following files: 8 * - "/lib/tpl/vector/lang/<your lang>/lang.php" 9 * - "/lib/tpl/vector/lang/<your lang>/settings.php" 10 * If they are not existing, copy and translate the English ones (hint: looking 11 * at <http://[your lang].wikipedia.org> might be helpful). And don't forget to 12 * mail the translation to us, SYN Systems <dokuwiki@dev.syn-systems.com>. 13 * Thanks :-D. 14 * 15 * 16 * LICENSE: This file is open source software (OSS) and may be copied under 17 * certain conditions. See COPYING file for details or try to contact 18 * the author(s) of this file in doubt. 19 * 20 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html) 21 * @author LAINME <lainme993 [ät] gmail.com> 22 * @link http://www.dokuwiki.org/template:vector 23 * @link http://www.dokuwiki.org/config:lang 24 * @link http://www.dokuwiki.org/devel:configuration 25 */ 26 27 28//check if we are running within the DokuWiki environment 29if (!defined("DOKU_INC")){ 30 die(); 31} 32 33//tabs, personal tools and special links 34$lang["vector_article"] = "文章"; 35$lang["vector_discussion"] = "讨论"; 36$lang["vector_read"] = "阅读"; 37$lang["vector_edit"] = "编辑"; 38$lang["vector_create"] = "创建"; 39$lang["vector_userpage"] = "用户页"; 40$lang["vector_specialpage"] = "特殊页面"; 41$lang["vector_mytalk"] = "我的讨论"; 42$lang["vector_exportodt"] = "导出:ODT"; 43$lang["vector_exportpdf"] = "导出:PDF"; 44$lang["vector_subscribens"] = "订阅命名空间改动"; //original DW lang $lang["btn_subscribens"] is simply too long for common tab configs 45$lang["vector_unsubscribens"] = "退订命名空间改动"; //original DW lang $lang["btn_unsubscribens"] is simply too long for common tab configs 46$lang["vector_translations"] = "语言"; 47 48//headlines for the different bars and boxes 49$lang["vector_navigation"] = "导航"; 50$lang["vector_toolbox"] = "工具箱"; 51$lang["vector_exportbox"] = "打印/导出"; 52$lang["vector_inotherlanguages"] = "语言"; 53$lang["vector_printexport"] = "打印/导出"; 54$lang["vector_personnaltools"] = "个人工具箱"; 55 56//buttons 57$lang["vector_btn_go"] = "开始"; 58$lang["vector_btn_search"] = "搜索"; 59$lang["vector_btn_search_title"] = "搜索这个文本"; 60 61//exportbox ("print/export") 62$lang["vector_exportbxdef_print"] = "可打印版本"; 63$lang["vector_exportbxdef_downloadodt"] = "做为ODT下载"; 64$lang["vector_exportbxdef_downloadpdf"] = "做为PDF下载"; 65 66//default toolbox 67$lang["vector_toolbxdef_whatlinkshere"] = "反向链接"; 68$lang["vector_toolbxdef_upload"] = "上传文件"; 69$lang["vector_toolbxdef_siteindex"] = "站点索引"; 70$lang["vector_toolboxdef_permanent"] = "永久链接"; 71$lang["vector_toolboxdef_cite"] = "引用此文"; 72 73//cite this article 74$lang["vector_cite_bibdetailsfor"] = "文献详情:"; 75$lang["vector_cite_pagename"] = "页面名称"; 76$lang["vector_cite_author"] = "作者"; 77$lang["vector_cite_publisher"] = "出版者"; 78$lang["vector_cite_dateofrev"] = "修订日期"; 79$lang["vector_cite_dateretrieved"] = "检索日期"; 80$lang["vector_cite_permurl"] = "永久链接"; 81$lang["vector_cite_pageversionid"] = "页面版本ID"; 82$lang["vector_cite_citationstyles"] = "引文样式"; 83$lang["vector_cite_checkstandards"] = "请记得检查您的样式手册,标准指南或者导师的指导,来获取适合您需求的准确样式"; 84$lang["vector_cite_latexusepackagehint"] = "当使用LaTeX的url包(在开始的某处使用\usepackage{url})可以得到更好的网络地址,下列格式更受欢迎"; 85$lang["vector_cite_retrieved"] = "检索"; 86$lang["vector_cite_from"] = "从"; 87$lang["vector_cite_in"] = "在"; 88$lang["vector_cite_accessed"] = "获取"; 89$lang["vector_cite_cited"] = "引用"; 90$lang["vector_cite_lastvisited"] = "最后浏览"; 91$lang["vector_cite_availableat"] = "获取地址"; 92$lang["vector_cite_discussionpages"] = "DokuWiki讨论页面"; 93$lang["vector_cite_markup"] = "标记"; 94$lang["vector_cite_result"] = "结果"; 95$lang["vector_cite_thisversion"] = "此版本"; 96 97//other 98$lang["vector_search"] = "搜索"; 99$lang["vector_accessdenied"] = "拒绝访问"; 100$lang["vector_fillplaceholder"] = "请填写此占位符 "; 101$lang["vector_donate"] = "捐赠"; 102$lang["vector_mdtemplatefordw"] = "用于Dokuwiki的vector主题"; 103$lang["vector_recentchanges"] = "最近更改"; 104 105