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 / autolinks / pnlang / zho [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 05 Aug 2002 02:40:51 | postnuke_official/html/modules/autolinks/pnlang/zho | admin.php,NONE,1.1.2.1 adminapi.php,NONE,1.1.2.1 init.php,NONE,1.1.2.1 | Xiaoyu Huang |
| working | |||
Update of /home/cvsroot/postnuke_official/html/modules/autolinks/pnlang/zho
In directory ns7.hostnuke.net:/tmp/cvs-serv25689
Added Files:
Tag: PostNuke_71
admin.php adminapi.php init.php
Log Message:
working
--- NEW FILE: admin.php ---
<?php
// $Id: admin.php,v 1.1.2.1 2002/08/05 02:40:49 class007 Exp $
// ----------------------------------------------------------------------
// POST-NUKE Content Management System
// Copyright (C) 2002 by the PostNuke Development Team.
// http://www.postnuke.com/
// ----------------------------------------------------------------------
// 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 file: Jim McDonald
// Purpose of file: Language defines for pnadmin.php
// ----------------------------------------------------------------------
define('_AUTOLINKS', '自动链接');
define('_AUTOLINKSADD', '添加自动链接');
define('_AUTOLINKSCOMMENT', '注释');
define('_AUTOLINKSCANCELDELETE', '取消删除自动链接');
define('_AUTOLINKSCONFIRMDELETE', '确认删除自动链接');
define('_AUTOLINKSCREATE', '创建自动链接');
define('_AUTOLINKSCREATED', '自动链接已创建');
define('_AUTOLINKSDELETE', '删除自动链接');
define('_AUTOLINKSDELETED', '自动链接已删除');
define('_AUTOLINKSEDIT', '编辑自动链接');
define('_AUTOLINKSKEYWORD', '关键(将被自动链接)词');
define('_AUTOLINKSKEYWORDEMPTY', '自动链接必须有一关键词');
define('_AUTOLINKSLINKFIRST', '每篇文章只自动链接最先出现的关键词');
define('_AUTOLINKSMODIFYCONFIG', '自动链接配置');
define('_AUTOLINKSNOAUTH', '您没有权限管理自动链接');
define('_AUTOLINKSNODECORATION', '移去自动链接的CSS装饰(如下划线等)');
define('_AUTOLINKSNOLINKS', '暂无自动链接');
define('_AUTOLINKSNOSUCHLINK', '无此自动链接');
define('_AUTOLINKSOPTIONS', '选项');
define('_AUTOLINKSTITLE', '标题(鼠标移动到链接上的提示)');
define('_AUTOLINKSTITLEEMPTY', '自动链接必须有一标题');
define('_AUTOLINKSUPDATE', '更新自动链接');
define('_AUTOLINKSUPDATECONFIG', '更新自动链接配置');
define('_AUTOLINKSUPDATED', '自动链接已更新');
define('_AUTOLINKSUPDATEDCONFIG', '自动链接配置已更新');
define('_AUTOLINKSURL', 'URL');
define('_AUTOLINKSURLEMPTY', '自动链接必须有一URL');
define('_AUTOLINKSVIEW', '查看自动链接');
define('_CONFIRM', '确认');
?>
--- NEW FILE: adminapi.php ---
<?php
// $Id: adminapi.php,v 1.1.2.1 2002/08/05 02:40:49 class007 Exp $
// ----------------------------------------------------------------------
// POST-NUKE Content Management System
// Copyright (C) 2002 by the PostNuke Development Team.
// http://www.postnuke.com/
// ----------------------------------------------------------------------
// 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 file: Jim McDonald
// Purpose of file: Language defines for pnadmin.php
// ----------------------------------------------------------------------
if (!defined('_AUTOLINKSNOAUTH')) {
define('_AUTOLINKSNOAUTH', 'Not authorised to administer autolinks');
}
if (!defined('_AUTOLINKSCREATEFAILED')) {
define('_AUTOLINKSCREATEFAILED', 'Database creation of autolink failed');
}
if (!defined('_AUTOLINKSDELETEFAILED')) {
define('_AUTOLINKSDELETEFAILED', 'Database deletion of autolink failed');
}
if (!defined('_AUTOLINKSNOSUCHLINK')) {
define('_AUTOLINKSNOSUCHLINK', 'No such link present');
}
if (!defined('_AUTOLINKSUPDATEFAILED')) {
define('_AUTOLINKSUPDATEFAILED', 'Database update of autolink failed');
}
?>
--- NEW FILE: init.php ---
<?php
// $Id: init.php,v 1.1.2.1 2002/08/05 02:40:49 class007 Exp $
// ----------------------------------------------------------------------
// POST-NUKE Content Management System
// Copyright (C) 2002 by the PostNuke Development Team.
// http://www.postnuke.com/
// ----------------------------------------------------------------------
// 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 file: Jim McDonald
// Purpose of file: Language defines for pninit.php
// ----------------------------------------------------------------------
define('_SMILIESCOULDNOTREGISTER', 'Could not register hook for Smilies module');
define('_SMILIESCOULDNOTUNREGISTER', 'Could not unregister hook for Smilies module');
?>
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 |