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 / template / pnlang / zho [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
06 Aug 2002 12:07:20 | postnuke_official/html/modules/template/pnlang/zho | admin.php,NONE,1.1.2.1 first.php,NONE,1.1.2.1 init.php,NONE,1.1.2.1 user.php,NONE,1.1.2.1 userapi.php,NONE,1.1.2.1 | Xiaoyu Huang |
working |
Update of /home/cvsroot/postnuke_official/html/modules/template/pnlang/zho In directory ns7.hostnuke.net:/tmp/cvs-serv13103 Added Files: Tag: PostNuke_71 admin.php first.php init.php user.php userapi.php Log Message: working --- NEW FILE: admin.php --- <?php // $Id: admin.php,v 1.1.2.1 2002/08/06 12:07:18 class007 Exp $ // ---------------------------------------------------------------------- // Original Author of file: Jim McDonald // Purpose of file: Language defines for pnadmin.php // ---------------------------------------------------------------------- // define('_ADDTEMPLATE', 'Add example item'); define('_CANCELTEMPLATEDELETE', 'Cancel deletion'); define('_CONFIRMTEMPLATEDELETE', 'Confirm deletion of example item'); define('_CREATEFAILED', 'Creation attempt failed'); define('_DELETEFAILED', 'Deletion attempt failed'); define('_DELETETEMPLATE', 'Delete example item'); define('_EDITTEMPLATE', 'Edit example item'); define('_EDITTEMPLATECONFIG', 'Edit example items configuration'); define('_LOADFAILED', 'Load of module failed'); define('_NEWTEMPLATE', 'New example item'); define('_TEMPLATE', 'Template (example)'); define('_TEMPLATEADD', 'Add example item'); define('_TEMPLATECREATED', 'Example item created'); define('_TEMPLATEDELETED', 'Example item deleted'); define('_TEMPLATEDISPLAYBOLD', 'Display item names in bold'); define('_TEMPLATEMODIFYCONFIG', 'Modify example items configuration'); define('_TEMPLATENAME', 'Example item name'); define('_TEMPLATENOSUCHITEM', 'No such item'); define('_TEMPLATENUMBER', 'Example item number'); define('_TEMPLATEOPTIONS', 'Options'); define('_TEMPLATEUPDATE', 'Update example item'); define('_TEMPLATEUPDATED', 'Example item updated'); define('_VIEWTEMPLATE', 'View example items'); define('_TEMPLATEITEMSPERPAGE', 'Items per page'); if (!defined('_CONFIRM')) { define('_CONFIRM', 'Confirm'); } if (!defined('_TEMPLATENOAUTH')) { define('_TEMPLATENOAUTH','Not authorised to access Template module'); } ?> --- NEW FILE: first.php --- <?php // $Id: first.php,v 1.1.2.1 2002/08/06 12:07:18 class007 Exp $ // ---------------------------------------------------------------------- // Original Author of file: Jim McDonald // Purpose of file: Language defines for first.php block // ---------------------------------------------------------------------- // define('_NUMITEMS', 'Number of example items to display'); ?> --- NEW FILE: init.php --- <?php // $Id: init.php,v 1.1.2.1 2002/08/06 12:07:18 class007 Exp $ // ---------------------------------------------------------------------- // Original Author of file: Jim McDonald // Purpose of file: Language defines for pninit.php // ---------------------------------------------------------------------- // define('_CREATETABLEFAILED', 'Table creation failed'); define('_UPDATETABLEFAILED', 'Table update failed'); ?> --- NEW FILE: user.php --- <?php // $Id: user.php,v 1.1.2.1 2002/08/06 12:07:18 class007 Exp $ // ---------------------------------------------------------------------- // POST-NUKE Content Management System // Copyright (C) 2001 by the PostNuke 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 file: Jim McDonald // Purpose of file: Language defines for pnuser.php // ---------------------------------------------------------------------- define('_TEMPLATE', 'Template (example)'); define('_TEMPLATEITEMFAILED', 'Failed to get any items'); define('_TEMPLATENAME', 'Example item name'); define('_TEMPLATENUMBER', 'Example item number'); define('_TEMPLATEVIEW', 'View example items'); if (!defined('_TEMPLATENOAUTH')) { define('_TEMPLATENOAUTH','Not authorised to access Template module'); } ?> --- NEW FILE: userapi.php --- <?php // $Id: userapi.php,v 1.1.2.1 2002/08/06 12:07:18 class007 Exp $ // ---------------------------------------------------------------------- // POST-NUKE Content Management System // Copyright (C) 2001 by the PostNuke 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 file: Jim McDonald // Purpose of file: Language defines for pnuserapi.php // ---------------------------------------------------------------------- define('_GETFAILED', 'Items load failed'); if (!defined('_TEMPLATENOAUTH')) { define('_TEMPLATENOAUTH','Not authorised to access Template 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 |