0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
postnuke
/
0.764-3
/
standard
/
htdocs
/
themes
/
PostNukeBlue
/
lang
/
eng
/
[
Home
]
File: global.php
<?php // $Id: global.php 16503 2005-07-24 23:20:58Z markwest $ // ---------------------------------------------------------------------- // PostNuke Content Management System // Copyright (C) 2002 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: Mark West // Purpose of file: Theme language file // ---------------------------------------------------------------------- define('_WORDSMORE', 'More words'); define('_SUBMITNEWS','Submit News'); define('_FAQ','FAQ'); define('_ADVANCEDSEARCH','Advanced Search'); define('_REVIEWS','Reviews'); define('_EMAILFRIEND','Email to a friend '); define('_PRINT','Print article '); define('_HOME','Home'); define('_Settings','Settings'); define('_Modules','Modules'); define('_Blocks','Blocks'); define('_UserAdmin','User Admin'); define('_GroupAdmin','Groups'); define('_Permissions','Permissions'); define('_Xanthia','Xanthia'); define('_Topics','Topics'); define('_AddStory','Add Story'); // define('_SEARCH', 'Search'); define('_Downloads','Downloads'); define('_YOURACCOUNT','Your Account'); define('_FORUMS','Forums'); // Private messages for displaygreeting2 Xanthia plugin define('_Welcome','Welcome '); define('_YouHave','You have'); define('_PrivateMessage','private message'); define('_PrivateMessages','private messages'); define('_UnreadMsg','unread message.'); define('_UnreadMsgs','unread messages.'); define('_Unread','unread'); define('__NoMessages','You have no messages.'); define('_NoUnreadMessages','You have no unread messages.'); define('_CreateAccount','Unregistered? <a href="user.php">Register for a user account</a>.\n'); // Loading define('_Loading', "Page Loading... please wait!"); define('_LoadMsg1', "This message not going away?"); define('_LoadMsg2', "Ensure Javascript is on and click the box"); ?>