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

/assets/components/janitor/extplorer/languages/simplified_chinese.php

https://github.com/shamblett/janitor
PHP | 323 lines | 267 code | 33 blank | 23 comment | 0 complexity | 7870e9483a07a7dcaeebee130dbb868b MD5 | raw file
  1. <?php
  2. // Simplified chinese Language Module for joomlaXplorer version 1.5
  3. // translated by Baijianpeng http://www.tcmbook.net
  4. global $_VERSION;
  5. $GLOBALS["charset"] = "utf-8";
  6. $GLOBALS["text_dir"] = "ltr"; // ('ltr' for left to right, 'rtl' for right to left)
  7. $GLOBALS["date_fmt"] = "Y/m/d H:i";
  8. $GLOBALS["error_msg"] = array(
  9. // error
  10. "error" => "错误",
  11. "back" => "回上页",
  12. // root
  13. "home" => "未找到Joomla根目录,请检查您的设置.",
  14. "abovehome" => "当前目录可能并非Joomla根目录的上级目录.",
  15. "targetabovehome" => "目标目录可能并非Joomla根目录的上级目录.",
  16. // exist
  17. "direxist" => "该目录不存在.",
  18. //"filedoesexist" => "这目录已存在.",
  19. "fileexist" => "该文件不存在.",
  20. "itemdoesexist" => "该项目已存在.",
  21. "itemexist" => "该项目不存在.",
  22. "targetexist" => "该目标目录不存在.",
  23. "targetdoesexist" => "该目标项目已存在.",
  24. // open
  25. "opendir" => "无法打开目录.",
  26. "readdir" => "无法读取目录.",
  27. // access
  28. "accessdir" => "您不允许存取这个目录.",
  29. "accessfile" => "您不允许存取这个文件.",
  30. "accessitem" => "您不允许存取这个项目.",
  31. "accessfunc" => "您不允许使用这个功能.",
  32. "accesstarget" => "您不允许存取这个目标目录.",
  33. // actions
  34. "permread" => "取得权限失败.",
  35. "permchange" => "权限更改失败.",
  36. "openfile" => "打开文件失败.",
  37. "savefile" => "文件储存失败.",
  38. "createfile" => "新增文件失败.",
  39. "createdir" => "新增目录失败.",
  40. "uploadfile" => "文件上传失败.",
  41. "copyitem" => "复制失败.",
  42. "moveitem" => "移动失败.",
  43. "delitem" => "删除失败.",
  44. "chpass" => "更改密码失败.",
  45. "deluser" => "移除使用者失败.",
  46. "adduser" => "加入使用者失败.",
  47. "saveuser" => "储存使用者失败.",
  48. "searchnothing" => "您必须输入些什麽来搜寻.",
  49. // misc
  50. "miscnofunc" => "功能无效.",
  51. "miscfilesize" => "文件大小已达到最大.",
  52. "miscfilepart" => "文件只有部分已上传.",
  53. "miscnoname" => "您必须输入名称.",
  54. "miscselitems" => "您还未选择任何项目.",
  55. "miscdelitems" => "您确定要删除这些 {0} 项目?",
  56. "miscdeluser" => "您确定要删除使用者 '{0}'?",
  57. "miscnopassdiff" => "新密码跟旧密码相同.",
  58. "miscnopassmatch" => "密码不符.",
  59. "miscfieldmissed" => "您遗漏一个重要栏位.",
  60. "miscnouserpass" => "使用者名称或密码错误.",
  61. "miscselfremove" => "您无法移除您自己.",
  62. "miscuserexist" => "使用者已存在.",
  63. "miscnofinduser" => "无法找到使用者.",
  64. "extract_noarchive" => "该文件不可解压缩.",
  65. "extract_unknowntype" => "未知文件类型",
  66. 'chmod_none_not_allowed' => 'Changing Permissions to <none> is not allowed',
  67. 'archive_dir_notexists' => 'The Save-To Directory you have specified does not exist.',
  68. 'archive_dir_unwritable' => 'Please specify a writable directory to save the archive to.',
  69. 'archive_creation_failed' => 'Failed saving the Archive File'
  70. );
  71. $GLOBALS["messages"] = array(
  72. // links
  73. "permlink" => "更改权限",
  74. "editlink" => "编辑",
  75. "downlink" => "下载",
  76. "uplink" => "上一层",
  77. "homelink" => "网站根目录",
  78. "reloadlink" => "刷新",
  79. "copylink" => "复制",
  80. "movelink" => "移动",
  81. "dellink" => "删除",
  82. "comprlink" => "压缩",
  83. "adminlink" => "管理员",
  84. "logoutlink" => "登出",
  85. "uploadlink" => "上传",
  86. "searchlink" => "搜索",
  87. "extractlink" => "解压缩",
  88. 'chmodlink' => '改变 (chmod) 权限 (目录/文件)', // new mic
  89. 'mossysinfolink' => 'eXtplorer 系统信息 (eXtplorer, 服务器, PHP, mySQL数据库)', // new mic
  90. 'logolink' => '访问 joomlaXplorer 官方网站 (在新窗口打开)', // new mic
  91. // list
  92. "nameheader" => "名称",
  93. "sizeheader" => "大小",
  94. "typeheader" => "类型",
  95. "modifheader" => "最后更新",
  96. "permheader" => "权限",
  97. "actionheader" => "动作",
  98. "pathheader" => "路径",
  99. // buttons
  100. "btncancel" => "取消",
  101. "btnsave" => "储存",
  102. "btnchange" => "更改",
  103. "btnreset" => "重设",
  104. "btnclose" => "关闭",
  105. "btncreate" => "新增",
  106. "btnsearch" => "搜寻",
  107. "btnupload" => "上传",
  108. "btncopy" => "复制",
  109. "btnmove" => "移动",
  110. "btnlogin" => "登入",
  111. "btnlogout" => "登出",
  112. "btnadd" => "增加",
  113. "btnedit" => "编辑",
  114. "btnremove" => "移除",
  115. // user messages, new in joomlaXplorer 1.3.0
  116. 'renamelink' => '重命名',
  117. 'confirm_delete_file' => '你确定要删除这些文件吗? \\n%s',
  118. 'success_delete_file' => '项目删除成功!',
  119. 'success_rename_file' => '文件夹/文件 %s 已被成功重新命名为 %s.',
  120. // actions
  121. "actdir" => "目录",
  122. "actperms" => "更改权限",
  123. "actedit" => "编辑文件",
  124. "actsearchresults" => "搜寻结果",
  125. "actcopyitems" => "复制项目",
  126. "actcopyfrom" => "从 /%s 复制到 /%s ",
  127. "actmoveitems" => "移动项目",
  128. "actmovefrom" => "从 /%s 移动到 /%s ",
  129. "actlogin" => "登入",
  130. "actloginheader" => "登入以使用 QuiXplorer",
  131. "actadmin" => "管理选单",
  132. "actchpwd" => "更改密码",
  133. "actusers" => "使用者",
  134. "actarchive" => "压缩项目",
  135. "actupload" => "上传文件",
  136. // misc
  137. "miscitems" => "个项目",
  138. "miscfree" => "服务器可用磁盘空间",
  139. "miscusername" => "使用者名称",
  140. "miscpassword" => "密码",
  141. "miscoldpass" => "旧密码",
  142. "miscnewpass" => "新密码",
  143. "miscconfpass" => "确认密码",
  144. "miscconfnewpass" => "确认新密码",
  145. "miscchpass" => "更改密码",
  146. "mischomedir" => "主页目录",
  147. "mischomeurl" => "主页 URL",
  148. "miscshowhidden" => "显示隐藏项目",
  149. "mischidepattern" => "隐藏样式",
  150. "miscperms" => "权限",
  151. "miscuseritems" => "(名称, 主页目录, 显示隐藏项目, 权限, 启用)",
  152. "miscadduser" => "增加使用者",
  153. "miscedituser" => "编辑使用者 '%s'",
  154. "miscactive" => "启用",
  155. "misclang" => "语言",
  156. "miscnoresult" => "无结果可用.",
  157. "miscsubdirs" => "搜寻子目录",
  158. "miscpermnames" => array("只能浏览","修改","更改密码","修改及更改密码",
  159. "管理员"),
  160. "miscyesno" => array("是","否","Y","N"),
  161. "miscchmod" => array("所有人", "群组", "公开的"),
  162. // from here all new by mic
  163. 'miscowner' => '所有者',
  164. 'miscownerdesc' => '<strong>描述格式:</strong><br />用户 (UID) /<br />工作组 (GID)<br />当前权限:<br /><strong> %s ( %s ) </strong>/<br /><strong> %s ( %s )</strong>',
  165. // sysinfo (new by mic)
  166. 'simamsysinfo' => 'eXtplorer 系统信息',
  167. 'sisysteminfo' => '系统信息',
  168. 'sibuilton' => '操作系统',
  169. 'sidbversion' => '数据库版本 (MySQL)',
  170. 'siphpversion' => 'PHP 版本',
  171. 'siphpupdate' => '信息: <span style="color: red;">您正在使用的PHP版本是 <strong>not</strong> actual!</span><br />为保证 eXtplorer 及其插件的所有功能正常运行,<br />您必须最低使用 <strong>PHP. 4.3 版本</strong>!',
  172. 'siwebserver' => '服务器',
  173. 'siwebsphpif' => '服务器 - PHP 界面',
  174. 'simamboversion' => 'eXtplorer 版本',
  175. 'siuseragent' => '浏览器版本',
  176. 'sirelevantsettings' => '重要 PHP 设置',
  177. 'sisafemode' => '安全模式',
  178. 'sibasedir' => '打开基础目录',
  179. 'sidisplayerrors' => 'PHP 错误信息',
  180. 'sishortopentags' => '短的开放标签',
  181. 'sifileuploads' => '文件上传',
  182. 'simagicquotes' => '魔力引用',
  183. 'siregglobals' => 'Register Globals',
  184. 'sioutputbuf' => '输出缓存',
  185. 'sisesssavepath' => '保存路径进程',
  186. 'sisessautostart' => '线程自动启动',
  187. 'sixmlenabled' => 'XML 已激活',
  188. 'sizlibenabled' => 'ZLIB 已激活',
  189. 'sidisabledfuncs' => '没有启用功能',
  190. 'sieditor' => '所见即所得编辑器',
  191. 'siconfigfile' => '配置文件',
  192. 'siphpinfo' => 'PHP 信息',
  193. 'siphpinformation' => 'PHP 信息',
  194. 'sipermissions' => '允许',
  195. 'sidirperms' => '文件夹允许',
  196. 'sidirpermsmess' => '为了保证 eXtplorer的所有功能都正常运行,下列目录必须被允许写入 [chmod 0777],即您必须看到它们的状态在下面显示是绿色的 “<font color=green> Writeable </font>” ',
  197. 'sionoff' => array( '开', '关' ),
  198. 'extract_warning' => "您确定要解压缩该文件吗?在当前目录?\\n若使用不当,本操作将要覆盖现有同名文件!",
  199. 'extract_success' => "解压缩成功完成!",
  200. 'extract_failure' => "解压缩失败",
  201. 'overwrite_files' => '覆盖现有同名文件?',
  202. "viewlink" => "查看",
  203. "actview" => "显示文件来源",
  204. // added by Paulino Michelazzo (paulino@michelazzo.com.br) to fun_chmod.php file
  205. 'recurse_subdirs' => '包括子目录?',
  206. // added by Paulino Michelazzo (paulino@michelazzo.com.br) to footer.php file
  207. 'check_version' => '检查最新版本',
  208. // added by Paulino Michelazzo (paulino@michelazzo.com.br) to fun_rename.php file
  209. 'rename_file' => '重命名目录或文件...',
  210. 'newname' => '新名称',
  211. // added by Paulino Michelazzo (paulino@michelazzo.com.br) to fun_edit.php file
  212. 'returndir' => '保存后返回目录?',
  213. 'line' => '行',
  214. 'column' => '列',
  215. 'wordwrap' => '文本换行: (仅限 IE)',
  216. 'copyfile' => '另存文件为这个名称',
  217. // Bookmarks
  218. 'quick_jump' => '快速跳转到',
  219. 'already_bookmarked' => '此目录已被标为书签',
  220. 'bookmark_was_added' => '此目录已被加入到书签列表',
  221. 'not_a_bookmark' => '此目录尚未被标为书签',
  222. 'bookmark_was_removed' => '此目录已被从书签列表删除',
  223. 'bookmarkfile_not_writable' => " %s 此书签失败。\n 书签文件 '%s' \n不可写。",
  224. 'lbl_add_bookmark' => '将此目录加入书签。',
  225. 'lbl_remove_bookmark' => '从书签列表删除此目录。',
  226. 'enter_alias_name' => '请为本书签输入别名',
  227. 'normal_compression' => '正常压缩',
  228. 'good_compression' => '较好压缩',
  229. 'best_compression' => '最大压缩',
  230. 'no_compression' => '不压缩',
  231. 'creating_archive' => '创建存档文件...',
  232. 'processed_x_files' => '已处理 %s 个文件,共有 %s 个文件',
  233. 'ftp_header' => '本地 FTP 验证',
  234. 'ftp_login_lbl' => '请为 FTP 服务器输入登录信息',
  235. 'ftp_login_name' => 'FTP 用户名',
  236. 'ftp_login_pass' => 'FTP 密码',
  237. 'ftp_hostname_port' => 'FTP 服务器主机名和端口号<br />(端口可以不填)',
  238. 'ftp_login_check' => '检查 FTP 连接...',
  239. 'ftp_connection_failed' => "FTP 服务器无法连接。 \n请检查你的主机上是否运行了 FTP 服务器。",
  240. 'ftp_login_failed' => "FTP 登录失败。请检查用户名及密码是否正确,然后再试一次。",
  241. 'switch_file_mode' => '当前模式: <strong>%s</strong>. 你可以切换到 %s 模式.',
  242. 'symlink_target' => '象征性链接的目标',
  243. "permchange" => "CHMOD 成功:",
  244. "savefile" => "文件已被保存.",
  245. "moveitem" => "移动成功.",
  246. "copyitem" => "复制成功.",
  247. 'archive_name' => '存档文件的名称',
  248. 'archive_saveToDir' => '在本目录中保存存档文件',
  249. 'editor_simple' => '简化编辑器模式',
  250. 'editor_syntaxhighlight' => '语法高亮提示模式',
  251. 'newlink' => 'New File/Directory',
  252. 'show_directories' => 'Show Directories',
  253. 'actlogin_success' => 'Login successful!',
  254. 'actlogin_failure' => 'Login failed, try again.',
  255. 'directory_tree' => 'Directory Tree',
  256. 'browsing_directory' => 'Browsing Directory',
  257. 'filter_grid' => 'Filter',
  258. 'paging_page' => 'Page',
  259. 'paging_of_X' => 'of {0}',
  260. 'paging_firstpage' => 'First Page',
  261. 'paging_lastpage' => 'Last Page',
  262. 'paging_nextpage' => 'Next Page',
  263. 'paging_prevpage' => 'Previous Page',
  264. 'paging_info' => 'Displaying Items {0} - {1} of {2}',
  265. 'paging_noitems' => 'No items to display',
  266. 'aboutlink' => 'About...',
  267. 'password_warning_title' => 'Important - Change your Password!',
  268. 'password_warning_text' => 'The user account you are logged in with (admin with password admin) corresponds to the default eXtplorer priviliged account. Your eXtplorer installation is open to intrusion and you should immediately fix this security hole!',
  269. 'change_password_success' => 'Your Password has been changed!',
  270. 'success' => 'Success',
  271. 'failure' => 'Failure',
  272. 'dialog_title' => 'Website Dialog',
  273. 'upload_processing' => 'Processing Upload, please wait...',
  274. 'upload_completed' => 'Upload successful!',
  275. 'acttransfer' => 'Transfer from another Server',
  276. 'transfer_processing' => 'Processing Server-to-Server Transfer, please wait...',
  277. 'transfer_completed' => 'Transfer completed!',
  278. 'max_file_size' => 'Maximum File Size',
  279. 'max_post_size' => 'Maximum Upload Limit',
  280. 'done' => 'Done.',
  281. 'permissions_processing' => 'Applying Permissions, please wait...',
  282. 'archive_created' => 'The Archive File has been created!',
  283. 'save_processing' => 'Saving File...',
  284. 'current_user' => 'This script currently runs with the permissions of the following user:',
  285. 'your_version' => 'Your Version',
  286. 'search_processing' => 'Searching, please wait...',
  287. 'url_to_file' => 'URL of the File',
  288. 'file' => 'File'
  289. );
  290. ?>