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 / adminpanels / pnlang / zho [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 29 Aug 2002 04:05:12 | postnuke_official/html/modules/adminpanels/pnlang/zho | admin.php,NONE,1.1 adminmenu.php,NONE,1.1 admintop.php,NONE,1.1 init.php,NONE,1.1 | Xiaoyu Huang |
| test cvs | |||
Update of /home/cvsroot/postnuke_official/html/modules/adminpanels/pnlang/zho
In directory ns7.hostnuke.net:/tmp/cvs-serv3080
Added Files:
admin.php adminmenu.php admintop.php init.php
Log Message:
test cvs
--- NEW FILE: admin.php ---
<?php // $Id: admin.php,v 1.1 2002/08/29 04:05:10 class007 Exp $
// ----------------------------------------------------------------------
// Original Author of template file: Jim McDonald
// Original Author of this file: Andy Varganov
// Purpose of file: Language defines for pnadmin.php
// ----------------------------------------------------------------------
//
define('_AUTOARTICLES', 'Programmed Articles'); //used
define('_ADMINARTICLES', 'Articles'); //used
define('_ADMINLAST', 'Last'); //used
define('_ADMINCURRENTPOLL', 'Current Poll'); //used
define('_CANCELADMINDELETE', 'Cancel deletion');
define('_CONFIRMADMINDELETE', 'Confirm deletion of item');
define('_CREATEFAILED', 'Creation attempt failed');
define('_DELETEFAILED', 'Deletion attempt failed');
define('_DELETEADMIN', 'Delete item');
define('_EDITADMIN', 'Edit item');
define('_EDITADMINCONFIG', 'Configure'); //used
define('_LOADFAILED', 'Load of module failed'); //used
define('_NEWADMIN', 'New item');
define('_ADMINPANELS', 'ADMINPANELS (prototype)'); //used
define('_ADMINADD', 'Add item');
define('_ADMINCREATED', 'Item created');
define('_ADMINDELETED', 'Item deleted');
define('_ADMINDISPLAYOLD', 'Display old style modules in the admin menu:'); //used
define('_ADMINMODIFYCONFIG', 'adminpanels configuration options'); //used
define('_ADMINNAME', 'Item name');
define('_ADMINNOSUCHITEM', 'No such item');
define('_ADMINNUMBER', 'Item number');
define('_ADMINOPTIONS', 'Options');
define('_ADMINUPDATE', 'Submit Options'); //used
define('_ADMINUPDATED', 'Options updated');
define('_VIEWADMIN', 'Default Administration View');
define('_ADMINMENUSTYLE', 'Sort admin menu items:'); //used
define('_ADMINMENUPOS', 'Position admin menu:'); //used
if (!defined('_CONFIRM')) {
define('_CONFIRM', 'Confirm'); //used
}
if (!defined('_ADMINNOAUTH')) {
define('_ADMINNOAUTH','Not authorised to access AdminPanels module'); //used
}
?>
--- NEW FILE: adminmenu.php ---
<?php // $Id: adminmenu.php,v 1.1 2002/08/29 04:05:10 class007 Exp $
// ----------------------------------------------------------------------
// Original Author of template file: Jim McDonald
// Original Author of this file: Andy Varganov
// Purpose of file: Language defines for first.php block
// ----------------------------------------------------------------------
//
// define('_NUMITEMS', 'Number of example items to display');
define('_BYNAME', 'By Module Name');
define('_BYCAT', 'By Category');
?>
--- NEW FILE: admintop.php ---
<?php // $Id: admintop.php,v 1.1 2002/08/29 04:05:10 class007 Exp $
// ----------------------------------------------------------------------
// Original Author of template file: Jim McDonald
// Original Author of this file: Andy Varganov
// Purpose of file: Language defines for first.php block
// ----------------------------------------------------------------------
//
define('_ADMINTOPTITLE', ' Administration Menu for ');
define('_ADMINTOPMANUAL', ' Online Manual');
define('_ADMINTOPNOMANUAL', ' [ Online Manual is unavailable ]');
?>
--- NEW FILE: init.php ---
<?php // $Id: init.php,v 1.1 2002/08/29 04:05:10 class007 Exp $
// ----------------------------------------------------------------------
// Original Author of template file: Jim McDonald
// Original Author of this file: Andy Varganov
// Purpose of file: Language defines for pninit.php
// ----------------------------------------------------------------------
//
define('_CREATETABLEFAILED', 'Table creation failed');
define('_UPDATETABLEFAILED', 'Table update failed');
?>
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 |