XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
admin.php
Go to the documentation of this file.
1 <?php
2 // $Id: admin.php 9369 2012-04-19 17:42:52Z beckmi $
3 
4 define("_OXYGEN_SYSOPTIONS","System Options");
5 define("_OXYGEN_INSTALLEDMODULES","Installed Modules");
6 
7 define("_OXYGEN_XOOPSTHEMES","XOOPS Themes");
8 define("_OXYGEN_XOOPSMODULES","XOOPS Modules");
9 define("_OXYGEN_INTERESTSITES","Links");
10 define("_OXYGEN_LOCALSUPPORT","Local Support");
11 define("_OXYGEN_NEWS","Xoops News");
12 define("_OXYGEN_WEBSITE","Community Site");
13 define("_OXYGEN_SOURCEFORGE","Sourceforge");
14 
15 define("_OXYGEN_VERSION","Version");
16 define("_OXYGEN_VERSION_XOOPS","XOOPS Version");
17 define("_OXYGEN_VERSION_PHP","PHP Version");
18 define("_OXYGEN_VERSION_MYSQL","mySQL Version");
19 define("_OXYGEN_Server_API","Server API");
20 define("_OXYGEN_OS","OS");
21 define("_OXYGEN_ABOUT","About XOOPS");
22 define("_OXYGEN_ABOUT_TEXT",'Read the <a href="http://www.xoops.org/modules/wfchannel/" rel="external">All about XOOPS</a> page for more details.');
23 define("_OXYGEN_XOOPS_LINKS","XOOPS Links");
24 
25 define("_OXYGEN_XOOPSPROJECT","XOOPS Project");
26 define("_OXYGEN_XOOPSCORE","XOOPS Core");
27 define("_OXYGEN_XOOPSTHEME","XOOPS Themes");
28 define("_OXYGEN_XOOPSWIKI","XOOPS Wiki");
29 define("_OXYGEN_XOOPSBOOKS","XOOPS Books");
30 define("_OXYGEN_NEWMODULE","New Modules");
31 define("_OXYGEN_XOOPSFAQ","XOOPS FAQ");
32 define("_OXYGEN_CODESVN","Code SVN");
33 define("_OXYGEN_REPORTBUG","Report Bug");
34 
35 define("_OXYGEN_SITEPREF","Preferences");
36 define("_OXYGEN_GENERAL","General Settings");
37 define("_OXYGEN_USERSETTINGS","User Info Settings");
38 define("_OXYGEN_METAFOOTER","Meta Tags and Footer");
39 define("_OXYGEN_CENSOR","Word Censoring Options");
40 define("_OXYGEN_SEARCH","Search Options");
41 define("_OXYGEN_MAILER","Email Setup");
42 define("_OXYGEN_AUTHENTICATION","Authentication Options");
43 define("_OXYGEN_MODULESETTINGS","System Module Settings");
44 
45 //Add for styles name
46 define("_OXYGEN_SILVER","Silver");
47 define("_OXYGEN_DARK","Dark");
48 define("_OXYGEN_ORANGE","Orange");
49 
50 //Add 10 des
51 define("_OXYGEN_XOOPS_LICENSE","XOOPS License");
52 define("_OXYGEN_RSS","RSS Feed");
53 define("_OXYGEN_ADMINISTRATION","XOOPS Administration");
54 define("_OXYGEN_UPTOP","Up Top");
55 
56 //Add help
57 define("_OXYGEN_HELP_1","How can I make content ?");
58 define("_OXYGEN_HELP_DESC_1",'To make content you must first install some module, like the <a href="http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsModules/fmcontent/trunk/?view=tar" rel="external">fmContent</a> or the <a href="https://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/Content/XOOPS2.5_mod_content_1.4_kerkyra.zip/download" rel="external">Content</a> module. To learn more about modules <a href="modules/system/help.php?mid=1&page=modulesadmin">click here</a>' );
59 define("_OXYGEN_HELP_2","What is the Block?");
60 define("_OXYGEN_HELP_DESC_2",'Blocks can provide additional/specific content from the installed modules. There can be and custom blocks which can contain text, JS Code, HTML formatted text, pictures, etc. The content in these blocks may be formatted individually or can inherit formatting from the Website. (<a href="modules/system/help.php?mid=1&page=blocksadmin">more ...</a>)');
61 define("_OXYGEN_HELP_3","How I can find more help?");
62 define("_OXYGEN_HELP_DESC_3",'If you need more help and information to using XOOPS you can use <a href="modules/system/help.php">Help pages </a> in system module or use <a href="http://www.xoops.org/modules/xoopspartners/" rel="external">XOOPS Local support sites </a>');
63 ?>