0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
postnuke
/
0.764-3
/
standard
/
htdocs
/
modules
/
Modules
/
pnlang
/
eng
/
[
Home
]
File: admin.php
<?php // $Id: admin.php 16651 2005-08-19 16:30:54Z markwest $ // ---------------------------------------------------------------------- // 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_Modules * @license http://www.gnu.org/copyleft/gpl.html */ define('_MODULESADMIN', 'Admin'); define('_MODULESENABLEHOOKS', 'Hooks to enable for this module'); define('_MODULESNOSUCHMODID', 'Error! No such module ID'); define('_MODULESFILESMISSING', 'Files missing'); define('_MODULESGENERATE', 'Generate list of modules'); define('_MODULESACTIONS', 'Actions'); define('_MODULESDESC', 'Description'); define('_MODULESDIR', 'Directory'); define('_MODULESDISPNAME', 'Display name'); define('_MODULESNAME', 'Module name'); define('_MODULESSTATE', 'State'); define('_MODULESHOOKS', 'Hooks'); define('_MODULESINITIALISE', 'Initialize'); define('_MODULESVIEW', 'View'); define('_MODULESACTIVATED', 'Module activated'); define('_MODULESDEACTIVATED', 'Module deactivated'); define('_MODULESREGENERATED', 'Modules list regenerated from file system'); define('_MODULESMODIFY', 'Modify module'); define('_MODULESREMOVED', 'Module removed'); define('_MODULES', 'Modules'); define('_MODULESACTIVATE', 'Activate'); define('_MODULESDEACTIVATE', 'Deactivate'); define('_MODULESACTIVE', 'Active'); define('_MODULESINACTIVE', 'Inactive'); define('_MODULESEDIT', 'Edit'); define('_MODULESFORTHIS', 'for this module'); define('_MODULESINITIALISED', 'Module initialized'); define('_MODULESITEMSPERPAGE', 'Items per page'); define('_MODULESLOADLEGACY', 'Load legacy module support'); define('_MODULESMODIFYCONFIG', 'Modify configuration'); define('_MODULESNEWDESCRIPTION', 'Enter new description'); define('_MODULESNEWNAME', 'Enter new name'); define('_MODULESNOMODID', 'No module ID supplied'); define('_MODULESNOMODS', 'No modules available'); define('_MODULESUPDATECONFIG', 'Update configuration'); define('_MODULESREGENERATE', 'Regenerate'); define('_MODULESREMOVE', 'Remove'); define('_MODULESUPDATEDINFORMATION', 'Updated module information'); define('_MODULESUNINIT', 'Uninitialized'); define('_MODULESUPDATETABLEFAILED', 'Update failed'); define('_MODULESUPGRADE', 'Upgrade'); define('_MODULESUPGRADED', 'New version installed'); define('_MODULESFILTERBYSTATE', 'Filter by state'); define('_MODULESVERSION', 'Version'); define('_MODULESNOHOOKS', 'No hooks installed'); define('_MODULESITEMSPERPAGENUMERIC', 'The setting \'Items per page\' must be a positive integer. The value you entered was corrected.'); define('_MODULESBLOCKSEXIST', 'This module cannot be removed as there are blocks related to this module active.'); ?>