Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / modules / ns-admin / lang / zho [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 05 Aug 2002 03:42:42 | postnuke_official/html/modules/ns-admin/lang/zho | global.php,NONE,1.1.2.1 manual.html,NONE,1.1.2.1 menu.php,NONE,1.1.2.1 | Xiaoyu Huang |
| working | |||
Update of /home/cvsroot/postnuke_official/html/modules/ns-admin/lang/zho
In directory ns7.hostnuke.net:/tmp/cvs-serv26606
Added Files:
Tag: PostNuke_71
global.php manual.html menu.php
Log Message:
working
--- NEW FILE: global.php ---
<?PHP
define("_ADMINMENU","管理菜单");
define("_ADMIN_NO_OPTION","对不起,您没有管理员权限");
define("_AUTOMATEDARTICLES","已安排的文章");
define("_CURRENTPOLL","当前投票");
define("_NOAUTOARTICLES","当前没有被安排的文章");
define("_STORYID","文章ID");
?>
--- NEW FILE: manual.html ---
<html>
<head>
<title>Administration</title>
</head>
<body bgcolor=FFFFFF text=000000>
<font face=Verdana,Arial,Helvetica size=2>
<center><b>Administration</b></center>
<p>Welcome! This is the main PostNuke administration screen.</p>
<p><b>Programmed Articles:</b> This a list of scheduled articles.</p>
<p><b>Last XX articles:</b> Shows you the last XX articles published
on your news site. XX is the number that you set for <i>Articles Number in
Admin</i> in your preferences. Articles are displayed with newest on top and the
oldest towards the bottom. You may edit the story by clicking on the name or
the <i>Edit</i> link on the right. You may delete the story by clicking on
the <i>Delete</i> link on the right. If you want to edit/delete an older story, just type the Story ID in the form, choose the Edit or Delete option and click the <i>OK</i> button.</p>
<div align="center"><img src=../../../../images/global/manual.jpg border=0></div>
</font>
</body>
</html>
--- NEW FILE: menu.php ---
<?PHP
// File: $Id: menu.php,v 1.1.2.1 2002/08/05 03:42:39 class007 Exp $
// ----------------------------------------------------------------------
// POST-NUKE Content Management System
// Copyright (C) 2001 by the Post-Nuke Development Team.
// http://www.postnuke.com/
// ----------------------------------------------------------------------
// Based on:
// PHP-NUKE Web Portal System - http://phpnuke.org/
// Thatware - http://thatware.org/
// ----------------------------------------------------------------------
// LICENSE
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License (GPL)
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// To read the license please visit http://www.gnu.org/copyleft/gpl.html
// ----------------------------------------------------------------------
// Original Author of this file: Sebastian Fr鋘k
// Purpose of this file: language define file - German
// 2001-03-08: sf
// ----------------------------------------------------------------------
define('AddStory','发表文章');
define('Admin Messages','消息管理');
define('Autolinks','自动链接');
define('Banners','广告管理');
define('Blocks','区块管理');
define('Comments','文章评论管理');
define('Downloads','下载管理');
define('Ephemerids','历史上的今天');
define('FAQ','FAQ管理');
define('Groups','用户组管理');
define('Languages','语言管理');
define('MailUsers','Email用户');
define('Modules','模块管理');
define('Past Nuke','旧有管理系统');
define('Permissions','权限设置');
define('Polls','投票管理');
define('Quotes','引用管理');
define('Ratings','评分设置');
define('Referers','HTTP来源');
define('Reviews','评论文章管理');
define('Sections','精华区管理');
define('Settings','网站全局设置');
define('Submit News','提交文章设置');
define('Template','模块模版管理');
define('Topics','主题管理');
define('Top List','Top排行管理');
define('Users','用户管理');
define('Web Links','网站链接管理');
?>
View Statistics - Next Notice - Previous Notice
| Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |