| 1 | <?php |
|---|
| 2 | // $Id: main.php,v 1.4 2005/08/03 12:39:15 onokazu Exp $ |
|---|
| 3 | define("_AM_SECCONF","Sections Configuration"); |
|---|
| 4 | define("_MD_MUSTREGFIRST","You need to be a registered user or logged in to send a modify request.<br />Please register or login first!"); |
|---|
| 5 | define("_MD_WELCOMETOSEC","Welcome to the Special Sections at %s"); // %s is your site name |
|---|
| 6 | define("_MD_HEREUCANFIND","Here you can find some cool articles that are not presented on the homepage."); |
|---|
| 7 | define("_MD_THISISSECTION","This is Section <b>%s</b>"); // %s is a section name |
|---|
| 8 | define("_MD_THEFOLLOWING","The following are articles published in this section."); |
|---|
| 9 | define("_MD_PRINTERPAGE","Printer Friendly Page"); |
|---|
| 10 | define("_MD_RETURN2INDEX","Return to Sections Index"); |
|---|
| 11 | define("_MD_BACK2SEC","Back to %s"); |
|---|
| 12 | define("_MD_NEXTPAGE","Next Page"); |
|---|
| 13 | define("_MD_PREVPAGE","Previous Page"); |
|---|
| 14 | define("_MD_COMESFROM","This article comes from %s"); |
|---|
| 15 | define("_MD_URLFORTHIS","The URL for this story is:"); |
|---|
| 16 | |
|---|
| 17 | define("_MD_CURACTIVESEC","Current Active Sections"); |
|---|
| 18 | define("_MD_CLICK2EDIT","Click to Edit"); |
|---|
| 19 | define("_MD_ADDARTICLE","Add Article in Sections"); |
|---|
| 20 | define("_MD_TITLEC","Title:"); |
|---|
| 21 | define("_MD_CONTENTC","Content:"); |
|---|
| 22 | define("_MD_DOADDARTICLE","Add Article!"); |
|---|
| 23 | define("_MD_LAST20ART","Last 20 Articles"); |
|---|
| 24 | define("_MD_EDIT","Edit"); |
|---|
| 25 | define("_MD_EDITARTID","Edit Article ID:"); |
|---|
| 26 | define("_MD_GO","Go!"); |
|---|
| 27 | define("_MD_ADDNEWSEC","Add a New Section"); |
|---|
| 28 | define("_MD_SECNAMEC","Section Name:"); |
|---|
| 29 | define("_MD_MAXCHAR","(40 characters Max.)"); |
|---|
| 30 | define("_MD_SECIMAGEC","Section Image:"); |
|---|
| 31 | define("_MD_EXIMAGE","(example: opinion.gif)"); |
|---|
| 32 | define("_MD_GOADDSECTION","Add Section!"); |
|---|
| 33 | define("_MD_EDITARTICLE","Edit Article"); |
|---|
| 34 | define("_MD_SAVECHANGES","Save Changes"); |
|---|
| 35 | define("_MD_DELETE","Delete"); |
|---|
| 36 | define("_MD_EDITTHISSEC","Edit Section: %s"); // %s is a section name |
|---|
| 37 | define("_MD_THISSECHAS","This Section has %s articles attached"); |
|---|
| 38 | define("_MD_RUSUREDELSEC","Are you sure you want to delete section?"); |
|---|
| 39 | define("_MD_THISDELETESALL","This will delete ALL its articles!"); |
|---|
| 40 | define("_MD_YES","Yes"); |
|---|
| 41 | define("_MD_NO","No"); |
|---|
| 42 | define("_MD_DELETETHISART","Delete Article: %s"); // %s is a section name |
|---|
| 43 | define("_MD_RUSUREDELART","Are you sure you want to delete article?"); |
|---|
| 44 | define("_MD_DBUPDATED","Database Updated Successfully!"); |
|---|
| 45 | define("_MD_ERRORSECNAME", "You must enter a section name!"); |
|---|
| 46 | define("_MD_DBNOTUPDATED","Error adding article to the database.<br/>Did you select a section? Please go back and correct the form."); |
|---|
| 47 | ?> |
|---|