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_modules / nascar / pnlang / eng [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 08 Aug 2002 10:14:12 | postnuke_modules/nascar/pnlang/eng | admin.php,NONE,1.1 | George Neill |
| + initial import of english language/define file for the admin functions. | |||
Update of /home/cvsroot/postnuke_modules/nascar/pnlang/eng
In directory ns7.hostnuke.net:/tmp/cvs-serv9392
Added Files:
admin.php
Log Message:
+ initial import of english language/define file for the admin functions.
GNeill 2002.08.08
--- NEW FILE: admin.php ---
<?php
// $Id: admin.php,v 1.1 2002/08/08 10:14:10 georgen Exp $
// ----------------------------------------------------------------------
// PostNuke 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: George Neill
// Purpose of file: Language defines for pnadmin.php
// ----------------------------------------------------------------------
/* link labels */
define('_NASCARHOME', 'Back to League Main Menu');
define('_NASCARADDTRACK', 'Add new track');
define('_NASCARBINARIES', 'Binaries');
define('_NASCAREVENT', 'Event');
define('_NASCARLEAGUES', 'Leagues');
define('_NASCARPENVOTES', 'Penalty Votes');
define('_NASCARPENALTIES', 'Penalties');
define('_NASCARRESULTS', 'Results');
define('_NASCARROSTER', 'Roster');
define('_NASCARSEASON', 'Season');
define('_NASCARTRACKS', 'Tracks');
/* field labels */
define('_NASCARTITLE', 'Nascar League Administration');
define('_TRACKSID', 'ID');
define('_TRACKSNAME', 'Name');
define('_TRACKSLONGNAME', 'Name (long)');
define('_TRACKSLOCATION', 'Location');
define('_TRACKSWEATHERURL', 'Weather URL');
define('_TRACKSIMAGE', 'Image');
define('_TRACKSLENGTH', 'Length');
define('_TRACKSURL', 'URL');
define('_TRACKSACTIVE', 'Active');
// errors
define('_LOADFAILED', 'API load failed.');
// actions
if (!defined('_CONFIRM')) {
define('_CONFIRM', 'Confirm');
}
?>
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 |