- Update of /cvsroot/pnfrance/traductions/pnpacks/PostNuke/system/Admin/pnlang/eng
- In directory perky.postnuke.com:/tmp/cvs-serv25134/pnpacks/PostNuke/system/Admin/pnlang/eng
- Added Files:
- admin.php index.html init.php version.php
- Log Message:
- --- NEW FILE: admin.php ---
- <?php
- // $Id: admin.php,v 1.1 2005/10/24 16:09:03 chestnut Exp $
- // ----------------------------------------------------------------------
- // PostNuke 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: Everyone
- // Purpose of file: Translation files
- // Translation team: Read credits in /docs/CREDITS.txt
- // ----------------------------------------------------------------------
- /**
- * @package PostNuke_System_Modules
- * @subpackage PostNuke_Admin
- * @license http://www.gnu.org/copyleft/gpl.html
- */
- define('_ADMIN_MAGIC_QUOTES','Notice: <a href="http://php.net/magic_quotes">magic_quotes_gpc</a> is off!');
- define('_ADMIN_REGISTER_GLOBALS','Notice: <a href="http://php.net/register_globals">register_globals</a> is on!');
- define('_ADMIN_CONFIG_PHP','Notice: config.php is writable (hint: chmod 644)!');
- define('_ADMIN_CONFIG_OLD_PHP','Notice: config-old.php is writable (hint chmod 644)!');
- define('_ADMIN_PNTEMP_HTACCESS','Notice: /pnTemp-folder should be secured with .htaccess.');
- define('_ADMINCONTINUE','Continue');
- define('_ADMININSTALLWARNING','Warning! Please remove the file install.php and the folder called install from the root of your PostNuke web site before proceeding');
- define('_ADMINPSAKWARNING', 'Warning! Please remove the Swiss army knife tool from the root of your PostNuke web site before proceeding');
- define('_ADMIN', 'PostNuke administration panel');
- define('_ADMINSYSTEMMODULES', 'System modules');
- define('_ADMINCONTENTMODULES', 'Content modules');
- define('_ADMINUTILITYMODULES', 'Utility modules');
- define('_ADMINRESOURCEPACKMODULES', 'Resource pack');
- define('_ADMINTHIRDPARTYMODULES', '3rd-party modules');
- define('_ADMINUNCATEGORISEDMODULES',' Uncategorized modules');
- define('_ADMINMODULESPERROW', 'Modules per row');
- define('_ADMINNEW', 'New category');
- define('_ADMINADMINVIEW', 'View categories');
- define('_ADMINADDCATEGORY', 'Add category');
- define('_ADMINNAME', 'Category name');
- define('_ADMINDESCRIPTION', 'Category description');
- define('_ADMINCATEGORYCREATED', 'Category created');
- define('_ADMINUPDATEFAILED', 'Error! Sorry! Failed to update administration category');
- define('_ADMINNOSUCHITEM', 'No such administration category');
- define('_ADMINDELETEFAILED', 'Error! Sorry! Failed to delete administration category');
- define('_ADMINCREATEFAILED', 'Error! Sorry! Failed to create administration category');
- define('_ADMINDELETEFAILEDDEFAULT', 'You cannot delete the default Admin category');
- define('_ADMINDELETEFAILEDSTART', 'You cannot delete the start Admin category');
- define('_ADMINVIEW', 'View administration categories');
- define('_ADMINOPTIONS', 'Options');
- define('_ADMINUPDATECATEGORY', 'Update category');
- define('_ADMINCATEGORYUPDATED', 'Administration category updated');
- define('_ADMINDELETECATEGORY', 'Delete administration category');
- define('_ADMINCONFIRMCATEGORYDELETE', 'Confirm deletion of administration category');
- define('_ADMINCANCELCATEGORYDELETE', 'Cancel deletion of administration category');
- define('_ADMINDELETED', 'Administration category deleted');
- define('_ADMINFAILEDADDMODTOCAT', 'Error! Sorry! Failed to add module to category');
- define('_ADMINPANELCATEGORY', 'Administration panel');
- define('_ADMINDISPLAYICONS', 'Display icons in administration panel');
- define('_ADMINDEFAULTCATEGORY', 'Default category for newly-added modules');
- define('_ADMINITEMSPERPAGE', 'Categories per page');
- define('_ADMINSKIN', 'Stylesheet for rendering administration panel');
- define('_ADMINSTARTCATEGORY', 'Start category');
- define('_ADMINIGNOREINSTALLERCHECK', 'Ignore check for installer');
- define('_ADMINIGNOREINSTALLERCHECKWARNING', 'WARNING: only check this box if on an isolated system otherwise your installation could be compromised.');
- define('_ADMINAUTOMATEDARTICLES','Programmed articles');
- define('_ADMINNOAUTOARTICLES','There are no programmed articles');
- define('_ADMINSTORYID', 'Story ID');
- define('_ADMINCURRENTPOLL', 'Current poll');
- define('_ADMINMODSPERROWNUMERIC', 'The \'Modules per row\' setting must be numeric');
- define('_ADMINCATPERPAGENUMERIC', 'The \'Categories per row\' setting must be numeric');
- ?>
- --- NEW FILE: index.html ---
- --- NEW FILE: init.php ---
- <?php
- // $Id: init.php,v 1.1 2005/10/24 16:09:03 chestnut Exp $
- // ----------------------------------------------------------------------
- // PostNuke 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: Everyone
- // Purpose of file: Translation files
- // Translation team: Read credits in /docs/CREDITS.txt
- // ----------------------------------------------------------------------
- /**
- * @package PostNuke_System_Modules
- * @subpackage PostNuke_Admin
- * @license http://www.gnu.org/copyleft/gpl.html
- */
- // Default data
- // administration_categories
- define('_ADMIN_CATEGORY_00_a', 'System');
- define('_ADMIN_CATEGORY_00_b', 'System modules');
- define('_ADMIN_CATEGORY_01_a', 'Content');
- define('_ADMIN_CATEGORY_01_b', 'Content modules');
- define('_ADMIN_CATEGORY_02_a', 'Resource pack');
- define('_ADMIN_CATEGORY_02_b', 'Resource pack modules');
- define('_ADMIN_CATEGORY_03_a', 'Utility');
- define('_ADMIN_CATEGORY_03_b', 'Utility modules');
- define('_ADMIN_CATEGORY_04_a', '3rd-party');
- define('_ADMIN_CATEGORY_04_b', 'Third-party modules');
- ?>
- --- NEW FILE: version.php ---
- <?php
- // Generated: $Id: version.php,v 1.1 2005/10/24 16:09:03 chestnut Exp $
- // ----------------------------------------------------------------------
- // PostNuke 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: Your Name
- // Purpose of file: Blank mod Version language file
- // Translation team: Read credits in /docs/CREDITS.txt
- // ----------------------------------------------------------------------
- /**
- * @author Frank Chestnut [Chestnut]
- * @version $Revision: 1.1 $
- * @package PostNuke_System_Modules
- * @subpackage Admin
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
- */
- define('_ADMIN_NAME', 'Admin');
- define('_ADMIN_DISPLAYNAME', 'Admin');
- define('_ADMIN_DESCRIPTION', 'Postnuke Administration Module');
- ?>
- _______________________________________________
- Pnfrance-cvsnotices mailing list
- Pnfrance-cvsnotices@lists.postnuke.com
- http://perky.postnuke.com/mailman/listinfo/pnfrance-cvsnotices
| [pnfrance-cvsnotices] traductions/pnpacks/PostNuke/system/Admin/pnlang/eng admin.php, NONE, 1.1 index.html, NONE, 1.1 init.php, NONE, | |
| Auteur | Sujet |
|---|---|
|
pncvs Droide enregistré depuis : oct. 2005 Messages : 709 dernière visite: 02.04.07 |
Code: [Télécharger] [Cacher] |
| 24.10.2005, 18:10 | |
Généré par pnForum Version 2.6
CA_Aphrodite design by Vjacheslav Trushkin - phpBBStyles.com
Ported to PostNuke pnForum by Chestnut - http://dev.pnconcept.com
CA_Aphrodite design by Vjacheslav Trushkin - phpBBStyles.com
Ported to PostNuke pnForum by Chestnut - http://dev.pnconcept.com




