Update of /cvsroot/post-nuke/postnuke_official/html/language/eng
In directory usw-pr-cvs1:/tmp/cvs-serv14943
Modified Files:
user.php global.php
Log Message:
Organized global and user files a bit better.
Index: user.php
===================================================================
RCS file: /cvsroot/post-nuke/postnuke_official/html/language/eng/user.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** user.php 2001/09/30 22:19:56 1.1
--- user.php 2001/09/30 23:27:01 1.2
***************
*** 28,31 ****
--- 28,64 ----
// ----------------------------------------------------------------------
+ // MISC user.php defines
+
+ define("_255CHARMAX","(255 characters max. Type your signature with HTML coding)");
+ define("_ACTIVATEPERSONAL","Activate personal menu");
+ define("_ASREG1","Post comments with your username");
+ define("_ASREG2","Send news with your username");
+ define("_ASREG3","Have a personal box on the homepage");
+ define("_ASREG4","Select how many news items to show on the homepage");
+ define("_ASREG5","Customize the comments");
+ define("_ASREG6","Select different themes");
+ define("_ASREG7","and lots of other cool stuff...");
+ define("_CANKNOWABOUT","(255 characters max. Type what you'd like others to know about you)");
+ define("_CHANGEHOME","Change homepage");
+ define("_CHECKNAMEANDTRY","Please check the name and try again.");
+ define("_CODEFOR","Confirmation code for");
+ define("_CODEREQUESTED","has just requested a confirmation code to change the password.");
+ define("_CONFIRMATIONCODE","Confirmation code");
+ define("_CONSENT","(By clicking on the above link you certify that you are either<br>$minage or over, or that you have parental consent to register here.)");
+ define("_LAST10COMMENTS","Last 10 comments by");
+ define("_LAST10SUBMISSIONS","Last 10 news submissions sent by");
+ define("_MUSTBE","You must be or over, or have parental permission to register here.");
+ define("_NICK2LONG","Username is too long. It must be less than 25 characters");
+ define("_NICKNAME","Username");
+ define("_NICKNOSPACES","ERROR: There cannot be spaces in the username");
+ define("_NICKTAKEN","ERROR: Username already taken");
+ define("_NOPROBLEM","No problem. Just type your username and click the send button. We will send an automatic e-mail to you with your 'Confirmation Code', then you need to re-type your username and type your 'Cofirmation Code' and we will send you a new password.");
+ define("_OVER13","I am $minage or over or I have parental consent");
+ define("_PARENT","Parent");
+ define("_TOREGISTER","to register an account at");
+ define("_UNDER13","I am under $minage and do not have parental consent.");
+ define("_WEDONTGIVE","We won't sell/give others your personal info.");
+
+
// user.php theme defines
Index: global.php
===================================================================
RCS file: /cvsroot/post-nuke/postnuke_official/html/language/eng/global.php,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** global.php 2001/09/30 23:18:33 1.53
--- global.php 2001/09/30 23:27:01 1.54
***************
*** 30,45 ****
// global defines
- define("_255CHARMAX","(255 characters max. Type your signature with HTML coding)");
- define("_ACTIVATEPERSONAL","Activate personal menu");
define("_AIM","AIM number");
define("_ALL","All");
define("_ALLAUTHORS","All authors");
- define("_ASREG1","Post comments with your username");
- define("_ASREG2","Send news with your username");
- define("_ASREG3","Have a personal box on the homepage");
- define("_ASREG4","Select how many news items to show on the homepage");
- define("_ASREG5","Customize the comments");
- define("_ASREG6","Select different themes");
- define("_ASREG7","and lots of other cool stuff...");
define("_AT","at");
define("_AVAILABLEAVATARS","Available avatar's list");
--- 30,36 ----
***************
*** 51,69 ****
define("_CANCELREPLY","Cancel reply");
define("_CANCELSEND","Cancel send");
- define("_CANKNOWABOUT","(255 characters max. Type what you'd like others to know about you)");
- define("_CHANGEHOME","Change homepage");
define("_CHARLONG","characters long");
define("_CHARSET","ISO-8859-1");
define("_CHECKALL","Check all");
- define("_CHECKNAMEANDTRY","Please check the name and try again.");
define("_CHECKTHISOPTION","(Check this option and the following text will appear on the homepage)");
define("_CLEAR","Clear");
define("_CLICK","Please click ");
- define("_CODEFOR","Confirmation code for");
- define("_CODEREQUESTED","has just requested a confirmation code to change the password.");
define("_COMESFROM","This article comes from");
define("_CONFIGURE","Configure");
- define("_CONFIRMATIONCODE","Confirmation code");
- define("_CONSENT","(By clicking on the above link you certify that you are either<br>$minage or over, or that you have parental consent to register here.)");
define("_CONTRIBUTEDBY","Contributed by");
define("_COOKIEWARNING","NOTICE: Account preferences are cookie based.");
--- 42,53 ----
***************
*** 92,97 ****
define("_INTERESTS","Interests");
define("_LAST","Last");
- define("_LAST10COMMENTS","Last 10 comments by");
- define("_LAST10SUBMISSIONS","Last 10 news submissions sent by");
define("_LIST","List");
define("_LOCATION","Location");
--- 76,79 ----
***************
*** 100,104 ****
define("_MPROBLEM","A Problem ocurred!");
define("_MSNM","MSNM number");
- define("_MUSTBE","You must be or over, or have parental permission to register here.");
define("_MYHOMEPAGE","My homepage:");
define("_NAMERESERVED","ERROR: This username is reserved");
--- 82,85 ----
***************
*** 108,120 ****
define("_NEWSINHOME","Number of stories on homepage");
define("_NEXTMATCHES","next matches");
- define("_NICK2LONG","Username is too long. It must be less than 25 characters");
- define("_NICKNAME","Username");
- define("_NICKNOSPACES","ERROR: There cannot be spaces in the username");
- define("_NICKTAKEN","ERROR: Username already taken");
define("_NO","No");
define("_NOFUNCTIONS","---------");
define("_NOMATCHES","No matches found to your query");
define("_NONAME","No name entered");
- define("_NOPROBLEM","No problem. Just type your username and click the send button. We will send an automatic e-mail to you with your 'Confirmation Code', then you need to re-type your username and type your 'Cofirmation Code' and we will send you a new password.");
define("_NOSCORES","Do not display scores");
define("_NOSUBJECT","No subject");
--- 89,96 ----
***************
*** 130,137 ****
define("_OPTIONAL","(optional)");
define("_OPTIONS","Options");
- define("_OVER13","I am $minage or over or I have parental consent");
define("_PAGE","Page");
define("_PAGES","Pages");
- define("_PARENT","Parent");
define("_PLAINTEXT","Plain Old Text");
define("_PREVIEW","Preview");
--- 106,111 ----
***************
*** 169,177 ****
define("_THRESHOLD","Threshold");
define("_TO","To");
- define("_TOREGISTER","to register an account at");
define("_TRUNCATES","(Truncates long comments, and adds a 'Read More' link. Set really big to disable)");
- define("_UNDER13","I am under $minage and do not have parental consent.");
define("_WEBSITE","Website");
- define("_WEDONTGIVE","We won't sell/give others your personal info.");
define("_WELCOMETO","Welcome to");
define("_WITHTHISCODE","With this code you can now create a new password at");
--- 143,148 ----
|