source: temp/test-xoops.ec-cube.net/html/modules/sections/language/english/main.php @ 405

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