Xaraya / Postnuke CVS Notices - Message

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 Notice

Directory filter : [ all ] / postnuke_official / html / modules / autolinks / pnlang / zho [ view in CVS ]


Deprecated: Function gmstrftime() is deprecated in /home/mikespub/www/list.php on line 509
Date Directory [filter] File(s) [view] Author [filter]
05 Aug 2002 02:40:51postnuke_official/html/modules/autolinks/pnlang/zhoadmin.php,NONE,1.1.2.1 adminapi.php,NONE,1.1.2.1 init.php,NONE,1.1.2.1Xiaoyu 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');
?>

Directory filter : [ all ] / postnuke_official / html / modules / autolinks / pnlang / zho [ view in CVS ]

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