- Update of /cvsroot/pnfrance/traductions/pnpacks/PostNuke/system/Blocks/pnlang/eng
- In directory perky.postnuke.com:/tmp/cvs-serv25134/pnpacks/PostNuke/system/Blocks/pnlang/eng
- Added Files:
- admin.php adminapi.php finclude.php fxp.php index.html
- init.php linklist.php menu.php thelang.php user.php
- version.php
- Log Message:
- --- NEW FILE: admin.php ---
- <?php
- // $Id: admin.php,v 1.1 2005/10/24 16:09:04 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_Blocks
- * @license http://www.gnu.org/copyleft/gpl.html
- */
- define('_ADDBLOCK','Add block');
- define('_BLOCK','Block');
- define('_BLOCKACTIVATED','Block now active');
- define('_BLOCKCREATED','Block created');
- define('_BLOCKDEACTIVATED','Block now inactive');
- define('_BLOCKDELETED','Block deleted');
- define('_BLOCKHIGHER','Block moved up');
- define('_BLOCKLOADFAILED','Error! Sorry! Block loading failed');
- define('_BLOCKLOWER','Block moved down');
- define('_BLOCKS','Blocks');
- define('_BLOCKSCONFIG', 'Modify blocks configuration');
- define('_BLOCKSCOLLAPSEABLE','Enable collapsible menu icons');
- define('_BLOCKSFOURHOURS','Four hours');
- define('_BLOCKSHALFHOUR','Half an hour');
- define('_BLOCKSHOUR','One hour');
- define('_BLOCKSONEDAY','One day');
- define('_BLOCKSREFRESH','Refresh time for block (only used for blocks that retrieve information from outside sources)');
- define('_BLOCKSTWELVEHOURS','Twelve hours');
- define('_BLOCKSTWOHOURS','Two hours');
- define('_CANCELBLOCKDELETE','Cancel deletion');
- define('_CENTRE','Center');
- define('_COLLAPSABLE', 'Collapsible');
- define('_CONFIRMBLOCKDELETE','Confirm block deletion');
- define('_CORE','Core');
- define('_DELETEBLOCK','Delete block');
- define('_LEFT','Left');
- define('_MODIFYBLOCK','Modify block');
- define('_MODULE','Module');
- define('_NEWBLOCK','New block');
- define('_NOSUCHBLOCK','No such block');
- define('_ORDER','Order');
- define('_POSITION','Position');
- define('_RIGHT','Right');
- define('_SHOWACTIVEBLOCKS','Show active blocks');
- define('_SHOWALLBLOCKS','Show all blocks');
- define('_STATE','State');
- define('_UPDATEDBLOCK','Block updated');
- define('_VIEWBLOCKS','View blocks');
- define('_COMITT','Commit');
- define('_DEFAULTSTATE', 'Default state for block');
- define('_EXPANDED', 'Expanded');
- define('_COLLAPSED', 'Collapsed');
- define('_TITLE', 'Title');
- define('_NAME', 'Name');
- ?>
- --- NEW FILE: menu.php ---
- <?php
- // Generated: $d$ by $id$
- // ----------------------------------------------------------------------
- // 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
- // ----------------------------------------------------------------------
- define('_DISPLAY','Display');
- define('_FQUESTIONS','Frequently-asked questions');
- define('_INSERT_BLANK_AFTER','Insert blank after');
- define('_MENU_AS_DROPDOWN','Display menu as drop-down');
- define('_MENU_AS_LIST','Display menu as list');
- define('_MENU_CONTENT','Content');
- define('_MENU_DESCRIPTION','Description');
- define('_MENU_FORMAT','Menu format');
- define('_MENU_MODULES','Modules');
- define('_NEWONE','New row');
- define('_WAITINGCONT','Waiting content');
- define('_WDOWNLOADS','Downloads');
- define('_WLINKS','Waiting links');
- define('_WREVIEWS','Waiting reviews');
- define('_MENU_TEMPLATE', 'Template for this menu');
- ?>
- --- NEW FILE: init.php ---
- <?php
- // $Id: init.php,v 1.1 2005/10/24 16:09:04 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_Blocks
- * @license http://www.gnu.org/copyleft/gpl.html
- */
- ?>
- --- NEW FILE: fxp.php ---
- <?php
- // Generated: $d$ by $id$
- // ----------------------------------------------------------------------
- // 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
- // ----------------------------------------------------------------------
- define('_BASE','Base');
- define('_CODE','Code');
- define('_CURRENCY','Currency');
- define('_CURRENCYCODES','Currency codes');
- define('_CURRENCYRATES','Currency rates');
- define('_FXPPROBLEM','FXP: Error! Sorry! Connection failed.');
- define('_FXPPROBLEM2','FXP connection time-out');
- define('_FXP_ERROR','FXP error');
- define('_INSERT','Insert');
- define('_QUOTE','QUOTE');
- ?>
- --- NEW FILE: thelang.php ---
- <?php
- // Generated: $d$ by $id$
- // ----------------------------------------------------------------------
- // 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
- // ----------------------------------------------------------------------
- define('_SELECTGUILANG','Preferred language:');
- define('_SELECTLANGUAGE','Select language');
- ?>
- --- NEW FILE: user.php ---
- <?php
- // Generated: $d$ by $id$
- // ----------------------------------------------------------------------
- // 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
- // ----------------------------------------------------------------------
- define('_MENUFOR','Menu for');
- ?>
- --- NEW FILE: finclude.php ---
- <?php
- // Generated: $d$ by $id$
- // ----------------------------------------------------------------------
- // 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
- // ----------------------------------------------------------------------
- define('_FILE','File:');
- define('_HTML','HTML');
- define('_TXT','Text');
- ?>
- --- NEW FILE: index.html ---
- --- NEW FILE: version.php ---
- <?php
- // Generated: $Id: version.php,v 1.1 2005/10/24 16:09:04 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_Messages
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
- */
- define('_BLOCKMOD_NAME', 'Blocks');
- define('_BLOCKMOD_DISPLAYNAME', 'Blocks');
- define('_BLOCKMOD_DESCRIPTION', 'Administration of side and centre blocks');
- ?>
- --- NEW FILE: linklist.php ---
- <?php
- // File: $Id: linklist.php,v 1.1 2005/10/24 16:09:04 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 this file: Jim McDonald
- // Purpose of this file: Language defines for menu block
- //
- // ----------------------------------------------------------------------
- define('_FQUESTIONS','Frequently-asked questions');
- define('_OTHEROPTIONS','Other options');
- define('_SUBMISSIONS','Submissions');
- define('_UDOWNLOADS','Downloads');
- define('_WAITINGCONT', 'Waiting content');
- define('_WLINKS','Waiting links');
- define('_WREVIEWS','Waiting reviews');
- ?>
- --- NEW FILE: adminapi.php ---
- <?php
- // $Id: adminapi.php,v 1.1 2005/10/24 16:09:04 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_Blocks
- * @license http://www.gnu.org/copyleft/gpl.html
- */
- define('_ACTIVATEERROR','Error! Sorry! Could not activate block');
- define('_DEACTIVATEERROR','Error! Sorry! Could not deactivate block');
- define('_DELETEERROR','Error! Sorry! Could not delete block');
- ?>
- _______________________________________________
- Pnfrance-cvsnotices mailing list
- Pnfrance-cvsnotices@lists.postnuke.com
- http://perky.postnuke.com/mailman/listinfo/pnfrance-cvsnotices
| [pnfrance-cvsnotices] traductions/pnpacks/PostNuke/system/Blocks/pnlang/eng admin.php, NONE, 1.1 adminapi.php, NONE, 1.1 finclude.php, | |
| 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




