<?php
//
define('_OXYGEN_SYSOPTIONS', 'System Options');
define('_OXYGEN_INSTALLEDMODULES', 'Installed Modules');
define('_OXYGEN_XOOPSTHEMES', 'XOOPS Themes');
define('_OXYGEN_XOOPSMODULES', 'XOOPS Modules');
define('_OXYGEN_INTERESTSITES', 'Links');
define('_OXYGEN_LOCALSUPPORT', 'Local Support');
define('_OXYGEN_NEWS', 'Xoops News');
define('_OXYGEN_WEBSITE', 'Community Site');
define('_OXYGEN_SOURCEFORGE', 'Sourceforge');
define('_OXYGEN_VERSION', 'Version');
define('_OXYGEN_VERSION_XOOPS', 'XOOPS Version');
define('_OXYGEN_VERSION_PHP', 'PHP Version');
define('_OXYGEN_VERSION_MYSQL', 'mySQL Version');
define('_OXYGEN_Server_API', 'Server API');
define('_OXYGEN_OS', 'OS');
define('_OXYGEN_ABOUT', 'About XOOPS');
define('_OXYGEN_ABOUT_TEXT', 'Read the <a href="http://www.xoops.org/modules/wfchannel/" rel="external">All about XOOPS</a> page for more details.');
define('_OXYGEN_XOOPS_LINKS', 'XOOPS Links');
define('_OXYGEN_XOOPSPROJECT', 'XOOPS Project');
define('_OXYGEN_XOOPSCORE', 'XOOPS Core');
define('_OXYGEN_XOOPSTHEME', 'XOOPS Themes');
define('_OXYGEN_XOOPSWIKI', 'XOOPS Wiki');
define('_OXYGEN_XOOPSBOOKS', 'XOOPS Books');
define('_OXYGEN_NEWMODULE', 'New Modules');
define('_OXYGEN_XOOPSFAQ', 'XOOPS FAQ');
define('_OXYGEN_CODESVN', 'Code Repository');
define('_OXYGEN_REPORTBUG', 'Report Bug');
define('_OXYGEN_SITEPREF', 'Preferences');
define('_OXYGEN_GENERAL', 'General Settings');
define('_OXYGEN_USERSETTINGS', 'User Info Settings');
define('_OXYGEN_METAFOOTER', 'Meta Tags and Footer');
define('_OXYGEN_CENSOR', 'Word Censoring Options');
define('_OXYGEN_SEARCH', 'Search Options');
define('_OXYGEN_MAILER', 'Email Setup');
define('_OXYGEN_AUTHENTICATION', 'Authentication Options');
define('_OXYGEN_MODULESETTINGS', 'System Module Settings');
//Add for styles name
define('_OXYGEN_SILVER', 'Silver');
define('_OXYGEN_DARK', 'Dark');
define('_OXYGEN_ORANGE', 'Orange');
//Add 10 des
define('_OXYGEN_XOOPS_LICENSE', 'XOOPS License');
define('_OXYGEN_RSS', 'RSS Feed');
define('_OXYGEN_ADMINISTRATION', 'XOOPS Administration');
define('_OXYGEN_UPTOP', 'Up Top');
//Add help
define('_OXYGEN_HELP_1', 'How can I create content with XOOPS?');
define('_OXYGEN_HELP_DESC_1', 'To create content, you must first install a content module, like the <a href="https://github.com/XoopsModules25x/publisher" rel="external">Publisher</a> or the <a href="https://github.com/XoopsModules25x/news" rel="external">News</a> module. To learn more about XOOPS modules <a href="modules/system/help.php?mid=1&page=modulesadmin">click here</a>');
define('_OXYGEN_HELP_2', 'What is the Block?');
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>)');
define('_OXYGEN_HELP_3', 'How I can find more help?');
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>');
|