Xaraya / Postnuke CVS Notices - Message

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 Notice

Directory filter : [ all ] / postnuke_modules / postboard / pnlang / eng [ view in CVS ]


Deprecated: Function gmstrftime() is deprecated in /home/mikespub/www/list.php on line 509
Date Directory [filter] File(s) [view] Author [filter]
31 Jul 2002 13:10:02postnuke_modules/postboard/pnlang/engadmin.php,1.2,1.3 first.php,1.2,1.3 user.php,1.2,1.3Burke
 Many updates since moved to CVS

Update of /home/cvsroot/postnuke_modules/postboard/pnlang/eng
In directory ns7.hostnuke.net:/tmp/cvs-serv18219/postboard/pnlang/eng

Modified Files:
	admin.php first.php user.php 
Log Message:
Many updates since moved to CVS


Index: admin.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/postboard/pnlang/eng/admin.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** admin.php	3 Jul 2002 14:19:51 -0000	1.2
--- admin.php	31 Jul 2002 13:10:00 -0000	1.3
***************
*** 36,39 ****
--- 36,40 ----
  define('_PBCONFIG','PostBoard Configuration');
  define('_PBSMILYDIR','Smiles directory');
+ define('_PBLEVELDIR','Level directory');
  define('_PBALLOWAVATARS','Allow Avatars');
  define('_PBUSESMILEYS','Use Smilies');
***************
*** 71,75 ****
  define('_PBEDITLEVELS','Edit Levels');
  define('_PBEDITSMILIES','Edit Smilies');
! 
  define('_PBSAVE','Save');
  define('_PBDELETE','Delete');
--- 72,77 ----
  define('_PBEDITLEVELS','Edit Levels');
  define('_PBEDITSMILIES','Edit Smilies');
! define('_PBDELETEWARNING','Warning! You will also delete: ');
! define('_PBCONFIRMWARNING','Are you sure you want to delete ');
  define('_PBSAVE','Save');
  define('_PBDELETE','Delete');
***************
*** 85,89 ****
  define('_PBADDWORDFAILED','Add Word Failed');
  define('_PBEDITWORDFAILED','Edit Word Failed');
! 
  
  // Forum Defines
--- 87,91 ----
  define('_PBADDWORDFAILED','Add Word Failed');
  define('_PBEDITWORDFAILED','Edit Word Failed');
! define('_PBDELETECENSORWORD', 'Delete Word');
  
  // Forum Defines
***************
*** 95,99 ****
  define('_PBEMAIL','Forum Email Address');
  define('_PBMANAGEFORUMS','Manage Forums');
! define('_DELETEFORUM', 'Delete Forum');
  define('_PBFIXFORUMS','Fix Forum Discrepencies');
  define('_PBADDFORUMFAILED','Add Forum Failed');
--- 97,101 ----
  define('_PBEMAIL','Forum Email Address');
  define('_PBMANAGEFORUMS','Manage Forums');
! define('_PBDELETEFORUM', 'Delete Forum');
  define('_PBFIXFORUMS','Fix Forum Discrepencies');
  define('_PBADDFORUMFAILED','Add Forum Failed');
***************
*** 103,106 ****
--- 105,109 ----
  // Category Defines
  define('_PBCATEGORIES','Categories:');
+ define('_PBMANAGECATEGORIES','Manage Categories');
  define('_PBNOSUCHCAT', 'No such Category');
  define('_PBNEWCATEGORY','Add Category');
***************
*** 112,116 ****
  define('_PBCATAFTER','After');
  define('_PBCATCREATED','Category Created Successfully');
! define('_DELETECATEGORY', 'Delete Category');
  define('_PBADDCATFAILED','Add Category Failed');
  
--- 115,119 ----
  define('_PBCATAFTER','After');
  define('_PBCATCREATED','Category Created Successfully');
! define('_PBDELETECAT', 'Delete Category');
  define('_PBADDCATFAILED','Add Category Failed');
  
***************
*** 119,121 ****
--- 122,139 ----
  // Post Defines
  
+ // Level Defines
+ define('_PBLEVELNAME','Level Name');
+ define('_PBLEVELID','Level ID');
+ define('_PBADDLEVEL','Add Level');
+ define('_PBEDITLEVEL','Edit Level');
+ define('_PBFAILEDGETLEVELS','Failure retrieving levels');
+ define('_PBLEVELMINPOSTS','Minimum Posts');
+ define('_PBLEVELMAXPOSTS','Maximum Posts');
+ define('_PBLEVELSPECIAL','Special?');
+ define('_PBLEVELIMAGE','Image');
+ define('_PBNOLEVELIMAGE','No Image');
+ define('_PBSPECIALLEVELS','Special Levels are titles you can give to particular members.');
+ define('_PBLEVELMODIFIED','Level Modified Successfully');
+ define('_PBDELETELEVELFAILED','Delete Level Failed');
+ define('_PBEDITLEVELFAILED','Edit Level Failed: ');
  ?>

Index: first.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/postboard/pnlang/eng/first.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3

Index: user.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/postboard/pnlang/eng/user.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** user.php	3 Jul 2002 14:19:51 -0000	1.2
--- user.php	31 Jul 2002 13:10:00 -0000	1.3
***************
*** 28,55 ****
  // ----------------------------------------------------------------------
  
! // PostBoard client defines
! define("_POSTBOARD","PostBoard");
  define("_POSTBOARDNOAUTH","You are not authorised!");
  
! // PostBoard Administration defines.
! define('_PBCATEGORIES','Categories:');
! define("_POSTBOARDADMIN","PostBoard Administration");
! define("_PBADDCAT","Add a Category");
! define("_PBEDITCAT","Edit a Category");
! define("_PBDELETECAT","Delete a Category");
! define("_PBREORDERCAT","Reorder Categories");
  define("_SUREDELETE","Are you sure you want to delete this category?  all forums & posts belonging to it will also be deleted.");
  define("_PBSELECTEDITCAT","Select a category to edit");
  define("_PBSELECTDELETECAT","Select a category to delete");
! define("_CATNAME","Category Name");
! define("_PBADDCATSUCCESS","Category added successfully");
  define("_PBADDCATFAIL","There was a problem adding the category.  try again.");
! define("_PBEDITCATSUCCESS","Category edited successfully");
  define("_PBEDITCATFAIL","There was a problem editing the category.  try again.");
! define("_PBDELETECATSUCCESS","Category deleted successfully");
  define("_PBDELETECATFAIL","There was a problem deleting the category.  try again.");
! define("_RETURNADMIN","Return to PostBoard Administration");
  
! define("_PBCREATEFORUM","Create Forum");
  define("_ANONPOST","Anonymous Posting");
  define("_REGPOST","Registered Users Only");
--- 28,55 ----
  // ----------------------------------------------------------------------
  
! // postboard client defines
! define("_POSTBOARD","postboard");
  define("_POSTBOARDNOAUTH","You are not authorised!");
  
! // postboard Administration defines.
! define('_PBCATEGORIES','categories:');
! define("_POSTBOARDADMIN","postboard Administration");
! define("_PBADDCAT","Add a category");
! define("_PBEDITCAT","Edit a category");
! define("_PBDELETECAT","Delete a category");
! define("_PBREORDERCAT","Reorder categories");
  define("_SUREDELETE","Are you sure you want to delete this category?  all forums & posts belonging to it will also be deleted.");
  define("_PBSELECTEDITCAT","Select a category to edit");
  define("_PBSELECTDELETECAT","Select a category to delete");
! define("_CATNAME","category Name");
! define("_PBADDCATSUCCESS","category added successfully");
  define("_PBADDCATFAIL","There was a problem adding the category.  try again.");
! define("_PBEDITCATSUCCESS","category edited successfully");
  define("_PBEDITCATFAIL","There was a problem editing the category.  try again.");
! define("_PBDELETECATSUCCESS","category deleted successfully");
  define("_PBDELETECATFAIL","There was a problem deleting the category.  try again.");
! define("_RETURNADMIN","Return to postboard Administration");
  
! define("_PBCREATEFORUM","Create forum");
  define("_ANONPOST","Anonymous Posting");
  define("_REGPOST","Registered Users Only");
***************
*** 58,81 ****
  define("_PRIVATE","Private");
  define("_PBMODERATORS","Moderators");
! define("_FORUMCAT","Forum Category");
  define("_PBACCESSLEVEL","Access Level");
! define("_FORUMTYPE","Forum Type");
! define("_FORUMNAME","Forum Name");
! define("_FORUMDESC","Forum Description");
! define("_PBCREATEFORUMSUCCESS","Forum created successfully");
  define("_PBCREATEFORUMFAIL","There was a problem creating the forum.  try again.");
! define("_PBEDITFORUM","Edit/Delete Forum");
! define("_PBDELETEFORUM","Delete Forum");
  define("_PBOKTODELETE","Ok to delete forum? this will delete all topics and posts in the forum.");
! define("_PBADDFORUMMODS","Add/Edit Forum Moderators");
  define("_PBADDACCESS","Add forum access privilages");
! define("_PBREORDERFORUMS","Reorder Forums");
! define("_PBSETOPTIONS","Set PostBoard Options");
  define("_PBSETLEVELS","Create/Edit User Levels");
  define("_PBSMILYADMIN","Create/Edit/Delete Smilies (Emoticons)");
  define("_PBCHOOSEFORUMEDIT","Choose a forum to edit");
! define("_PBEDITFORUMSUCCESS","Forum edited successfully");
  define("_PBEDITFORUMFAIL","There was a problem editing the forum.  try again.");
! define("_PBDELETEFORUMSUCCESS","Forum deleted successfully");
  define("_PBDELETEFORUMFAIL","There was a problem deleting the forum.  try again.");
  define("_PBCHOOSEFORUMADDMODS","Choose a forum to set the moderators");
--- 58,81 ----
  define("_PRIVATE","Private");
  define("_PBMODERATORS","Moderators");
! define("_FORUMCAT","forum category");
  define("_PBACCESSLEVEL","Access Level");
! define("_FORUMTYPE","forum Type");
! define("_FORUMNAME","forum Name");
! define("_FORUMDESC","forum Description");
! define("_PBCREATEFORUMSUCCESS","forum created successfully");
  define("_PBCREATEFORUMFAIL","There was a problem creating the forum.  try again.");
! define("_PBEDITFORUM","Edit/Delete forum");
! define("_PBDELETEFORUM","Delete forum");
  define("_PBOKTODELETE","Ok to delete forum? this will delete all topics and posts in the forum.");
! define("_PBADDFORUMMODS","Add/Edit forum Moderators");
  define("_PBADDACCESS","Add forum access privilages");
! define("_PBREORDERFORUMS","Reorder forums");
! define("_PBSETOPTIONS","Set postboard Options");
  define("_PBSETLEVELS","Create/Edit User Levels");
  define("_PBSMILYADMIN","Create/Edit/Delete Smilies (Emoticons)");
  define("_PBCHOOSEFORUMEDIT","Choose a forum to edit");
! define("_PBEDITFORUMSUCCESS","forum edited successfully");
  define("_PBEDITFORUMFAIL","There was a problem editing the forum.  try again.");
! define("_PBDELETEFORUMSUCCESS","forum deleted successfully");
  define("_PBDELETEFORUMFAIL","There was a problem deleting the forum.  try again.");
  define("_PBCHOOSEFORUMADDMODS","Choose a forum to set the moderators");
***************
*** 92,98 ****
  define("_PBADDACCESS3","Grant access to");
  define("_PBCURRENTACCESS","Current access list");
! define("_PBREORDERFORUM","Reorder Forums");
  define("_PBCHOOSECATREORDERFORUMS","Choose a cateogory to reorder forums");
! define("_PBREORDERTHISCAT","Reorder Forums");
  
  define("_LEVELTITLE","Level Title");
--- 92,98 ----
  define("_PBADDACCESS3","Grant access to");
  define("_PBCURRENTACCESS","Current access list");
! define("_PBREORDERFORUM","Reorder forums");
  define("_PBCHOOSECATREORDERFORUMS","Choose a cateogory to reorder forums");
! define("_PBREORDERTHISCAT","Reorder forums");
  
  define("_LEVELTITLE","Level Title");
***************
*** 107,111 ****
  define("_SMILEEMOTION","Emotion");
  
! define("_FORUM","Forum");
  define("_TOPICS","Topics");
  define("_POSTS","Posts");
--- 107,111 ----
  define("_SMILEEMOTION","Emotion");
  
! define("_FORUM","forum");
  define("_TOPICS","Topics");
  define("_POSTS","Posts");
***************
*** 119,123 ****
  define("_TOPICTITLE","Topic Title");
  define("_ADDNEWTOPIC","Add New Topic");
! define("_PBINDEX","Forum Index");
  define("_NOPOSTS","no posts");
  define("_PBREPLY","Reply");
--- 119,123 ----
  define("_TOPICTITLE","Topic Title");
  define("_ADDNEWTOPIC","Add New Topic");
! define("_PBINDEX","forum Index");
  define("_NOPOSTS","no posts");
  define("_PBREPLY","Reply");
***************
*** 128,132 ****
  define("_REPLYWQUOTE","Reply with quote");
  define("_SUBSCRIBETOPIC","Subscribe to Topic");
! define("_SUBSCRIBEFORUM","Subscribe to Forum");
  define("_SUBMAILINFO","Receive an email every time a new topic is posted in this forum.");
  define("_SUBICQINFO","Receive an ICQ WebPage every time a new topic is posted in this forum.<br><font class=\"pn-sub\">(please note, your ICQ number must be in your user information for this to function.)</font>");
--- 128,132 ----
  define("_REPLYWQUOTE","Reply with quote");
  define("_SUBSCRIBETOPIC","Subscribe to Topic");
! define("_SUBSCRIBEFORUM","Subscribe to forum");
  define("_SUBMAILINFO","Receive an email every time a new topic is posted in this forum.");
  define("_SUBICQINFO","Receive an ICQ WebPage every time a new topic is posted in this forum.<br><font class=\"pn-sub\">(please note, your ICQ number must be in your user information for this to function.)</font>");
***************
*** 148,153 ****
  define("_MEM","Members");
  define("_MOD","Moderators/Admins");
! define("_PBREADACCESSLEVEL","Forum Read Access");
! define("_PBWRITEACCESSLEVEL","Forum Write Access");
  define("_MUSTBEMEMBER","You must be a member to view this forum");
  define("_MUSTBEUSER","You must be logged in and a registered user to view this forum");
--- 148,153 ----
  define("_MEM","Members");
  define("_MOD","Moderators/Admins");
! define("_PBREADACCESSLEVEL","forum Read Access");
! define("_PBWRITEACCESSLEVEL","forum Write Access");
  define("_MUSTBEMEMBER","You must be a member to view this forum");
  define("_MUSTBEUSER","You must be logged in and a registered user to view this forum");
***************
*** 158,162 ****
  define("_POSTEDITED","The post has been edited.");
  define("_POSTDELETED","The post has been deleted.");
! define("_PBFIXFORUMS","Fix Forum Discrepancies");
  define("_MODACTIONS","Moderator Actions");
  define("_LOCK","Lock Topic");
--- 158,162 ----
  define("_POSTEDITED","The post has been edited.");
  define("_POSTDELETED","The post has been deleted.");
! define("_PBFIXFORUMS","Fix forum Discrepancies");
  define("_MODACTIONS","Moderator Actions");
  define("_LOCK","Lock Topic");
***************
*** 164,170 ****
  define("_STICKY","Sticky Topic");
  define("_UNSTICKY","Un-Sticky Topic");
! define("_CURSEWORD","Curse Word");
  define("_REPLACEMENT","Replacement");
! define("_PBCENSOR","Censor Words");
  define("_HTMLBBCODE","You may use html or <a href=\"modules.php?op=modload&name=$ModName&file=faq#bbcode\">bbcode</a> in your posts.  table tags & harmful html will be stripped.");
  define("_CLICKSMILEY","Click a smiley to insert it into your post");
--- 164,170 ----
  define("_STICKY","Sticky Topic");
  define("_UNSTICKY","Un-Sticky Topic");
! define("_CURSEWORD","Curse word");
  define("_REPLACEMENT","Replacement");
! define("_PBCENSOR","Censor words");
  define("_HTMLBBCODE","You may use html or <a href=\"modules.php?op=modload&name=$ModName&file=faq#bbcode\">bbcode</a> in your posts.  table tags & harmful html will be stripped.");
  define("_CLICKSMILEY","Click a smiley to insert it into your post");
***************
*** 194,198 ****
  define("_KRPBREGISTER","Register");
  define("_KRPBLOGIN","Login");
! define("_KRPBFAQ","PostBoard FAQ");
  define("_KRPBMEMLIST","Members List");
  define("_KRPBSEARCH","Search");
--- 194,198 ----
  define("_KRPBREGISTER","Register");
  define("_KRPBLOGIN","Login");
! define("_KRPBFAQ","postboard FAQ");
  define("_KRPBMEMLIST","Members List");
  define("_KRPBSEARCH","Search");
***************
*** 204,208 ****
  define("_KRPBSEARCHALL","Search for ALL of the terms");
  define("_KRPBUNAME","By UserName");
! define("_KRPBFORUM","By Forum");
  define("_KRPBSEARCHIN","Search in");
  define("_KRPBMESS2","messages");
--- 204,208 ----
  define("_KRPBSEARCHALL","Search for ALL of the terms");
  define("_KRPBUNAME","By UserName");
! define("_KRPBFORUM","By forum");
  define("_KRPBSEARCHIN","Search in");
  define("_KRPBMESS2","messages");
***************
*** 215,219 ****
  define("_PBFOLDERHOT","More than $hot_threshold Posts");
  define("_PBBROUGHTOU","This pages is brought to you by $forumname");
! define("_PBPRINTERF","PostBoard Printer Friendly");
  define("_PBPRINTF","Printer Friendly");
  
--- 215,219 ----
  define("_PBFOLDERHOT","More than $hot_threshold Posts");
  define("_PBBROUGHTOU","This pages is brought to you by $forumname");
! define("_PBPRINTERF","postboard Printer Friendly");
  define("_PBPRINTF","Printer Friendly");
  
***************
*** 222,233 ****
  define("_KRPBPSMILEDIR","Smilies Directory");
  define("_KRPBPSMILEDIRINFO","Directory where you put store your smilies images");
! define("_KRPBPFORUM","Forum Name");
! define("_KRPBPFORUMINFO","Enter a forum title that appers on the top of your PostBoard");
  define("_KRPBPAVATAR","Allow Avatar");
  define("_KRPBPAVATARINFO","Enable/Disable Avatars");
  define("_KRPBPSICONS","Allow Smilies");
  define("_KRPBPSICONSINFO","Enable/Disable Smilies");
! define("_KRPBPCENCOR","Allow Censoring");
! define("_KRPBPCENCORINFO","Enable/Disable Censoring");
  define("_KRPBPWEBEMAIL","Webmaster Email");
  define("_KRPBPWEBEMAILINFO","Please enter admin email here");
--- 222,233 ----
  define("_KRPBPSMILEDIR","Smilies Directory");
  define("_KRPBPSMILEDIRINFO","Directory where you put store your smilies images");
! define("_KRPBPFORUM","forum Name");
! define("_KRPBPFORUMINFO","Enter a forum title that appers on the top of your postboard");
  define("_KRPBPAVATAR","Allow Avatar");
  define("_KRPBPAVATARINFO","Enable/Disable Avatars");
  define("_KRPBPSICONS","Allow Smilies");
  define("_KRPBPSICONSINFO","Enable/Disable Smilies");
! define("_KRPBPCENSOR","Allow Censoring");
! define("_KRPBPCENSORINFO","Enable/Disable Censoring");
  define("_KRPBPWEBEMAIL","Webmaster Email");
  define("_KRPBPWEBEMAILINFO","Please enter admin email here");
***************
*** 278,284 ****
  define("_KRSFHEAD2","forum with");
  define("_KRSFHEAD3","topic");
! define("_KRSFSIGN","This Forum is brought to you by $sitename at $nukeurl");
  define("_KRSFSUB","Invitation to participate in $sitename discussion forum");
! define("_KRSFTOPIC","An email will be sent out to your friend, Thank you for using PostBoard!");
  define("_KRSFFORM1","Your Name");
  define("_KRSFFORM2","Your email");
--- 278,284 ----
  define("_KRSFHEAD2","forum with");
  define("_KRSFHEAD3","topic");
! define("_KRSFSIGN","This forum is brought to you by $sitename at $nukeurl");
  define("_KRSFSUB","Invitation to participate in $sitename discussion forum");
! define("_KRSFTOPIC","An email will be sent out to your friend, Thank you for using postboard!");
  define("_KRSFFORM1","Your Name");
  define("_KRSFFORM2","Your email");


Directory filter : [ all ] / postnuke_modules / postboard / pnlang / eng [ view in CVS ]

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