OSDN Git Service

Update project date from '2002 - 2009' to '2002 - 2010'.
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / language / english.php
index 2ccfe64..0f68d21 100755 (executable)
 // English Nucleus Language File
 //
 // Author: Wouter Demuynck
-// Nucleus version: v1.0-v3.2
+//
+// Modified by: shizuki (shizuki@kinezumi.net)
+// Nucleus version: v1.0-v3.4
 //
 // Please note: if you want to translate this file to your own language, be aware
 // that in a next Nucleus version, new variables might be added and some other ones
-// might be deleted. Therefor, it's important to list the Nucleus version for which
+// might be deleted. Therefore, it's important to list the Nucleus version for which
 // the file was written in your document.
 //
 // Fully translated language file can be sent to us and will be made
 // available for download (with proper credit to the author, of course)
 
+// Note for English
+// This file is ENGLISH Language File for NucleusCMS
+
+/**
+ * English Nucleus Language File
+ *
+ * @license http://nucleuscms.org/license.txt GNU General Public License
+ * @copyright Copyright (C) 2002-2010 The Nucleus Group
+ * @version $Id$
+ */
+
+/********************************************
+ *        Start New for 3.50                *
+ ********************************************/
+define('_PLUGS_TITLE_GETPLUGINS',              'get more plugins...');
+define('_ARCHIVETYPE_YEAR', 'year');
+define('_ADMIN_SYSTEMOVERVIEW_LATESTVERSION_TITLE',            'Newer Version Available');
+define('_ADMIN_SYSTEMOVERVIEW_LATESTVERSION_TEXT',             'Upgrade available: v');
+define('_MANAGER_PLUGINSQLAPI_NOTSUPPORT', "Plugin %s was not loaded (does not support SqlApi and you are trying to use a non-mysql db)");
+
+
+/********************************************
+ *        Start New for 3.40                *
+ ********************************************/
+
+// START changed/added after 3.33 START
+define('_MEMBERS_USEAUTOSAVE',                                         'Use the Autosave function?');
+
+define('_TEMPLATE_PLUGIN_FIELDS',                                      'Custom Plugin Fields');
+define('_TEMPLATE_BLOGLIST',                                           'Template Blog List');
+define('_TEMPLATE_BLOGHEADER',                                         'Blog List Header');
+define('_TEMPLATE_BLOGITEM',                                           'Blog List Item');
+define('_TEMPLATE_BLOGFOOTER',                                         'Blog List Footer');
+
+define('_SETTINGS_DEFAULTLISTSIZE',                                    'Default Size of Lists in Admin Area');
+define('_SETTINGS_DEBUGVARS',                                          'Debug Vars');
+
+define('_CREATE_ACCOUNT_TITLE',                                                'Create Member Account');
+define('_CREATE_ACCOUNT0',                                                     'Create Account');
+define('_CREATE_ACCOUNT1',                                                     'Visitors are not allowed to create a Member Account.<br /><br />');
+define('_CREATE_ACCOUNT2',                                                     'Please contact the website administrator for more information.');
+define('_CREATE_ACCOUNT_USER_DATA',                                    'Account Info.');
+define('_CREATE_ACCOUNT_LOGIN_NAME',                           'Login Name (required):');
+define('_CREATE_ACCOUNT_LOGIN_NAME_VALID',                     'only a-z and 0-9 allowed, no spaces at start/end');
+define('_CREATE_ACCOUNT_REAL_NAME',                                    'Real Name (required):');
+define('_CREATE_ACCOUNT_EMAIL',                                                'Email (required):');
+define('_CREATE_ACCOUNT_EMAIL2',                                       '(must be valid, because an activation link will be sent over there)');
+define('_CREATE_ACCOUNT_URL',                                          'URL:');
+define('_CREATE_ACCOUNT_SUBMIT',                                       'Create Account');
+
+define('_BMLET_BACKTODRAFTS',                                          'Move back to drafts');
+define('_BMLET_CANCEL',                                                                'Cancel');
+
+define('_LIST_ITEM_NOCONTENT',                                         'No Comment');
+define('_LIST_ITEM_COMMENTS',                                          '%d Comments');
+
+define('_EDITC_URL',                                                           'Web site');
+define('_EDITC_EMAIL',                                                         'E-mail');
+
+define('_MANAGER_PLUGINFILE_NOTFOUND',                         'Plugin %s was not loaded (File not found)');
+/* changed */
+// plugin dependency
+define('_ERROR_INSREQPLUGIN',                                          'Plugin installation failed, requires %s');
+define('_ERROR_DELREQPLUGIN',                                          'Plugin deletion failed, required by %s');
+
+//define('_ADD_ADDLATER',                                                              'Add Later');
+define('_ADD_ADDLATER',                                                                'Add the dates specified');
+
+define('_LOGIN_NAME',                                                          'Name:');
+define('_LOGIN_PASSWORD',                                                      'Password:');
+
+// changed from _BOOKMARLET_BMARKLFOLLOW
+define('_BOOKMARKLET_BMARKFOLLOW',                                     ' (Works with nearly all browsers)');
+// END changed/added after 3.33 END
+
+// START merge UTF-8 and EUC-JP
+
+// Create New blog
+define('_ADMIN_NOTABILIA',                                                     'Some information');
+define('_ADMIN_PLEASE_READ',                                           "Before you start, here's some <strong>important information</strong>");
+define('_ADMIN_HOW_TO_ACCESS',                                         "After you've created a new weblog, you'll need to perform some actions to make your blog accessible. There are two possibilities:");
+define('_ADMIN_SIMPLE_WAY',                                                    "<strong>Simple:</strong> Create a copy of <code>index.php</code> and modify it to display your new weblog. Further instructions on how to do this will be provided after you've submitted this first form.");
+define('_ADMIN_ADVANCED_WAY',                                          "<strong>Advanced:</strong> Insert the blog content into your current skins using skinvars like <code>&lt;%otherblog()&gt;</code>. This way, you can place multiple blogs on the same page.");
+define('_ADMIN_HOW_TO_CREATE',                                         'Create Weblog');
+
+
+define('_BOOKMARKLET_NEW_CATEGORY',                                    'Item was added, and a new category was created. ');
+define('_BOOKMARKLET_NEW_CATEGORY_EDIT',                       'Click here to edit the name and description of the category.');
+define('_BOOKMARKLET_NEW_WINDOW',                                      'Opens in new window');
+define('_BOOKMARKLET_SEND_PING',                                       'Item was added successfully. Now pinging weblogs.com. Please hold on... (can take a while)'); // NOTE: This string is no longer in used
+
+// END merge UTF-8 and EUC-JP
+
+// <add by shizuki>
+// OVERVIEW screen
+define('_OVERVIEW_SHOWALL',                                                    'Show all blogs');      // <add by shizuki />
+
+// Edit skins
+define('_SKINEDIT_ALLOWEDBLOGS',                                               'Short blog names:');                   // <add by shizuki>
+define('_SKINEDIT_ALLOWEDTEMPLATESS',                                  'Template names:');             // <add by shizuki>
+
+// delete member
+define('_WARNINGTXT_NOTDELMEDIAFILES',                         'Please note that media files will <b>NOT</b> be deleted. (At least not in this Nucleus version)');     // <add by shizuki />
+
+// send Weblogupdate.ping
+define('_UPDATEDPING_MESSAGE',                                         '<h2>Site Updated, Now pinging various weblog listing services...</h2><p>This can take a while...</p><p>If you aren\'t automatically passed through, '); // NOTE: This string is no longer in used
+define('_UPDATEDPING_GOPINGPAGE',                                      'try again'); // NOTE: This string is no longer in used
+define('_UPDATEDPING_PINGING',                                         'Pinging services, please wait...'); // NOTE: This string is no longer in used
+define('_UPDATEDPING_VIEWITEM',                                                'View list of recent items for '); // NOTE: This string is no longer in used
+define('_UPDATEDPING_VISITOWNSITE',                                    'Visit your own site'); // NOTE: This string is no longer in used
+
+// General category
+define('_EBLOGDEFAULTCATEGORY_NAME',                           'General');
+define('_EBLOGDEFAULTCATEGORY_DESC',                           'Items that do not fit in other categories');
+
+// First ITEM
+define('_EBLOG_FIRSTITEM_TITLE',                                       'First Item');
+define('_EBLOG_FIRSTITEM_BODY',                                                'This is the first item in your weblog. Feel free to delete it.');
+
+// New weblog was created
+define('_BLOGCREATED_TITLE',                                           'New weblog created');
+define('_BLOGCREATED_ADDEDTXT',                                                "Your new weblog (%s) has been created. To continue, choose the way you'll want to make it viewable:");
+define('_BLOGCREATED_SIMPLEWAY',                                       "Easiest: A copy of <code>%s.php</code>");
+define('_BLOGCREATED_ADVANCEDWAY',                                     "Advanced: Call the weblog from existing skins");
+define('_BLOGCREATED_SIMPLEDESC1',                                     "Method 1: Create an extra <code>%s.php</code> file");
+define('_BLOGCREATED_SIMPLEDESC2',                                     "Create a file called <code>%s.php</code>, and copy-paste the following code into it:");
+define('_BLOGCREATED_SIMPLEDESC3',                                     "Upload the file next to your existing <code>index.php</code> file, and you should be all set.");
+define('_BLOGCREATED_SIMPLEDESC4',                                     "To finish the weblog creation process, please fill out the final URL for your weblog (the proposed value is a <em>guess</em>, don't take it for granted):");
+define('_BLOGCREATED_ADVANCEDWAY2',                                    "Method 2: Call the weblog from existing skins");
+define('_BLOGCREATED_ADVANCEDWAY3',                                    "To finish the weblog creation process, simply please fill out the final URL for your weblog: (might be the same as another already existing weblog)");
+
+// Donate!
+define('_ADMINPAGEFOOT_OFFICIALURL',                           'http://nucleuscms.org/');
+define('_ADMINPAGEFOOT_DONATEURL',                                     'http://nucleuscms.org/donate.php');
+define('_ADMINPAGEFOOT_DONATE',                                                'Donate!');
+define('_ADMINPAGEFOOT_COPYRIGHT',                                     'The Nucleus Group');
+
+// Quick menu
+define('_QMENU_MANAGE_SYSTEM',                                         'System info');
+
+// REG file
+define('_WINREGFILE_TEXT',                                                     'Post To &Nucleus (%s)');
+
+// Bookmarklet
+define('_BOOKMARKLET_TITLE',                                           'Bookmarklet<!-- and Right Click Menu -->');
+define('_BOOKMARKLET_DESC1',                                           'Bookmarklets allow adding items to your weblog with just one single click. ');
+define('_BOOKMARKLET_DESC2',                                           'After installing these bookmarklets, you\'ll be able to click the \'add to weblog\' button on your browser toolbar, ');
+define('_BOOKMARKLET_DESC3',                                           'and a Nucleus add-item window will popup, ');
+define('_BOOKMARKLET_DESC4',                                           'containing the link and title of the page you were visiting, ');
+define('_BOOKMARKLET_DESC5',                                           'plus any text you might have selected.');
+define('_BOOKMARKLET_BOOKARKLET',                                      'bookmarklet');
+define('_BOOKMARKLET_ANCHOR',                                          'Add to %s');
+define('_BOOKMARKLET_BMARKTEXT',                                       'You can drag the following link to your favorites, or your browsers toolbar: ');
+define('_BOOKMARKLET_BMARKTEST',                                       '(if you want to test the bookmarklet first, click the link)');
+define('_BOOKMARKLET_RIGHTCLICK',                                      'Right Click Menu Access (IE &amp; Windows)');
+define('_BOOKMARKLET_RIGHTLABEL',                                      'right click menu item');
+define('_BOOKMARKLET_RIGHTTEXT1',                                      'Or you can install the ');
+define('_BOOKMARKLET_RIGHTTEXT2',                                      ' (choose \'open file\' and add to registry)');
+define('_BOOKMARKLET_RIGHTTEXT3',                                      'You\'ll have to restart Internet Explorer before the option shows up in the context menus.');
+define('_BOOKMARKLET_UNINSTALLTT',                                     'Uninstalling');
+define('_BOOKMARKLET_DELETEBAR',                                       'For the bookmarklet, you can just delete it.');
+define('_BOOKMARKLET_DELETERIGHTT',                                    'For the right click menu item, follow the procedure listed below:');
+define('_BOOKMARKLET_DELETERIGHT1',                                    'Select "Run..." from the Start Menu');
+define('_BOOKMARKLET_DELETERIGHT2',                                    'Type: "regedit"');
+define('_BOOKMARKLET_DELETERIGHT3',                                    'Click the "OK" button');
+define('_BOOKMARKLET_DELETERIGHT4',                                    'Search for "\HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt" in the tree');
+define('_BOOKMARKLET_DELETERIGHT5',                                    'Delete the "add to \'Your weblog\'" item');
+
+define('_BOOKMARKLET_ERROR_SOMETHINGWRONG',                    'Something went wrong');
+define('_BOOKMARKLET_ERROR_COULDNTNEWCAT',                     'Could not create new category');
+
+// BAN
+define('_BAN_EXAMPLE_TITLE',                                           'An example');
+define('_BAN_EXAMPLE_TEXT',                                                    ': "134.58.253.193" will only block one computer, while "134.58.253" will block 256 IP addresses, including the one from the first example.');
+define('_BAN_IP_CUSTOM',                                                       'Custom: ');
+define('_BAN_BANBLOGNAME',                                                     'Only blog %s');
+
+// Plugin Options
+define('_PLUGIN_OPTIONS_TITLE',                                                        'Options for %s');
+
+// Plugin file loda error
+define('_PLUGINFILE_COULDNT_BELOADED',                         'Error: plugin file <strong>%s.php</strong> could not be loaded, or it has been set inactive because it does not support some features (check the <a href="?action=actionlog">actionlog</a> for more info)');
+
+//ITEM add/edit template (for japanese only)
+define('_ITEM_ADDEDITTEMPLATE_FORMAT',                         'Format :');
+define('_ITEM_ADDEDITTEMPLATE_YEAR',                           'Year');
+define('_ITEM_ADDEDITTEMPLATE_MONTH',                          'Month');
+define('_ITEM_ADDEDITTEMPLATE_DAY',                                    'Day');
+define('_ITEM_ADDEDITTEMPLATE_HOUR',                           'Hour');
+define('_ITEM_ADDEDITTEMPLATE_MINUTE',                         'Minute');
+
+// Errors
+define('_ERRORS_INSTALLSQL',                                           'install.sql should be deleted');
+define('_ERRORS_INSTALLDIR',                                           'install directory should be deleted');  // <add by shizuki />
+define('_ERRORS_INSTALLPHP',                                           'install.php should be deleted');
+define('_ERRORS_UPGRADESDIR',                                          'nucleus/upgrades directory should be deleted');
+define('_ERRORS_CONVERTDIR',                                           'nucleus/convert directory should be deleted');
+define('_ERRORS_CONFIGPHP',                                                    'config.php should be non-writable (chmod to 444)');
+define('_ERRORS_STARTUPERROR1',                                                '<p>One or more of the Nucleus installation files are still present on the webserver, or are writable.</p><p>You should remove these files or change their permissions to ensure security. Here are the files that were found by Nucleus</p> <ul><li>');
+define('_ERRORS_STARTUPERROR2',                                                '</li></ul><p>If you don\'t want to see this error message again, without solving the problem, set <code>$CONF[\'alertOnSecurityRisk\']</code> in <code>globalfunctions.php</code> to <code>0</code>, or do this at the end of <code>config.php</code>.</p>');
+define('_ERRORS_STARTUPERROR3',                                                'Security Risk');
+
+// PluginAdmin tickets by javascript
+define('_PLUGINADMIN_TICKETS_JAVASCRIPT',                      '<p><b>Error occured during automatic addition of tickets.</b></p>');
+
+// Global settings disablesite URL
+define('_SETTINGS_DISABLESITEURL',                                     'Redirect URL:');
+
+// Skin import/export
+define('_SKINIE_SEELEMENT_UNEXPECTEDTAG',                      'UNEXPECTED TAG');
+define('_SKINIE_ERROR_FAILEDOPEN_FILEURL',                     'Failed to open file/URL');
+define('_SKINIE_NAME_CLASHES_DETECTED',                                'Name clashes detected, re-run with allowOverwrite = 1 to force overwrite');
+
+// ACTIONS.php parse_commentform
+define('_ACTIONURL_NOTLONGER_PARAMATER',                       'actionurl is not longer a parameter on commentform skinvars. Moved to be a global setting instead.');
+
+// ADMIN.php addToTemplate 'Query error: '
+define('_ADMIN_SQLDIE_QUERYERROR',                                     'Query error: ');
+
+// backyp.php Backup WARNING
+define('_BACKUP_BACKUPFILE_TITLE',                                     'This is a backup file generated by Nucleus');
+define('_BACKUP_BACKUPFILE_BACKUPDATE',                                'backup-date:');
+define('_BACKUP_BACKUPFILE_NUCLEUSVERSION',                    'Nucleus CMS version:');
+define('_BACKUP_BACKUPFILE_DATABASE_NAME',                     'Nucleus CMS Database name:');
+define('_BACKUP_BACKUPFILE_TABLE_NAME',                                'TABLE:');
+define('_BACKUP_BACKUPFILE_TABLEDATAFOR',                      'Table Data for %s');
+define('_BACKUP_WARNING_NUCLEUSVERSION',                       'WARNING: Only try to restore on servers running the exact same version of Nucleus');
+define('_BACKUP_RESTOR_NOFILEUPLOADED',                                'No file uploaded');
+define('_BACKUP_RESTOR_UPLOAD_ERROR',                          'File Upload Error');
+define('_BACKUP_RESTOR_UPLOAD_NOCORRECTTYPE',          'The uploaded file is not of the correct type');
+define('_BACKUP_RESTOR_UPLOAD_NOZLIB',                         'Cannot decompress gzipped backup (zlib package not installed)');
+define('_BACKUP_RESTOR_SQL_ERROR',                                     'SQL Error: ');
+
+// BLOG.php addTeamMember
+define('_TEAM_ADD_NEWTEAMMEMBER',                                      'Added %s (ID=%d) to the team of blog "%s"');
+
+// ADMIN.php systemoverview()
+define('_ADMIN_SYSTEMOVERVIEW_HEADING',                                'System Overview');
+define('_ADMIN_SYSTEMOVERVIEW_PHPANDMYSQL',                    'PHP and MySQL');
+define('_ADMIN_SYSTEMOVERVIEW_VERSIONS',                       'Versions');
+define('_ADMIN_SYSTEMOVERVIEW_PHPVERSION',                     'PHP version');
+define('_ADMIN_SYSTEMOVERVIEW_MYSQLVERSION',           'MySQL version');
+define('_ADMIN_SYSTEMOVERVIEW_SETTINGS',                       'Settings');
+define('_ADMIN_SYSTEMOVERVIEW_GDLIBRALY',                      'GD Libraly');
+define('_ADMIN_SYSTEMOVERVIEW_MODULES',                                'Modules');
+define('_ADMIN_SYSTEMOVERVIEW_ENABLE',                         'enabled');
+define('_ADMIN_SYSTEMOVERVIEW_DISABLE',                                'disabled');
+define('_ADMIN_SYSTEMOVERVIEW_NUCLEUSSYSTEM',          'Your Nucleus CMS System');
+define('_ADMIN_SYSTEMOVERVIEW_NUCLEUSVERSION',         'Nucleus CMS version');
+define('_ADMIN_SYSTEMOVERVIEW_NUCLEUSPATCHLEVEL',      'Nucleus CMS patch level');
+define('_ADMIN_SYSTEMOVERVIEW_NUCLEUSSETTINGS',                'Important settings');
+define('_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK',           'Check for a new version');
+define('_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK_TXT',       'Check on nucleuscms.org if a new version is available: ');
+define('_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK_URL',       'http://nucleuscms.org/version.php?v=%d&amp;pl=%d');
+define('_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK_TITLE',     'Check for upgrade');
+define('_ADMIN_SYSTEMOVERVIEW_NOT_ADMIN',                      "You haven't enough rights to see the system informations.");
+
+// ENCAPSULATE.php
+define('_ENCAPSULATE_ENCAPSULATE_NOENTRY',                     'No entries');
+
+// globalfunctions.php
+define('_GFUNCTIONS_LOGINPCSHARED_YES',                                'on shared PC');
+define('_GFUNCTIONS_LOGINPCSHARED_NO',                         'on not shared PC');
+define('_GFUNCTIONS_LOGINSUCCESSFUL_TXT',                      'Login successful for %s (%s)');
+define('_GFUNCTIONS_LOGINFAILED_TXT',                          'Login failed for %s');
+define('_GFUNCTIONS_LOGOUT_TXT',                                       '%s is logouted');
+define('_GFUNCTIONS_HEADERSALREADYSENT_FILE',          ' in <code>%s</code> line <code>%s</code>');
+define('_GFUNCTIONS_HEADERSALREADYSENT_TITLE',         ' Page headers already sent');
+define('_GFUNCTIONS_HEADERSALREADYSENT_TXT',           '<p>The page headers have already been sent out%s. This could cause Nucleus not to work in the expected way.</p><p>Usually, this is caused by spaces or newlines at the end of the <code>config.php</code> file, at the end of the language file or at the end of a plugin file. Please check this and try again.</p><p>If you don\'t want to see this error message again, without solving the problem, set <code>$CONF[\'alertOnHeadersSent\']</code> in <code>globalfunctions.php</code> to <code>0</code></p>');
+define('_GFUNCTIONS_PARSEFILE_FILEMISSING',                    'A file is missing');
+define('_GFUNCTIONS_AN_ERROR_OCCURRED',                                'Sorry. An error occurred.');
+define('_GFUNCTIONS_YOU_AERNT_LOGGEDIN',                       "You aren't logged in.");
+
+// MANAGER.php
+define('_MANAGER_PLUGINFILE_NOCLASS',                          "Plugin %s was not loaded (Class not found in file, possible parse error)");
+define('_MANAGER_PLUGINTABLEPREFIX_NOTSUPPORT',                "Plugin %s was not loaded (does not support SqlTablePrefix)");
+
+// mysql.php
+define('_NO_SUITABLE_MYSQL_LIBRARY',                           "<p>No suitable mySQL library was found to run Nucleus</p>");
+
+// PLUGIN.php
+define('_ERROR_PLUGIN_NOSUCHACTION',                           'No Such Action');
+
+// PLUGINADMIN.php
+define('_ERROR_INVALID_PLUGIN',                                                'Invalid plugin');
+
+// showlist.php
+define('_LIST_PLUGS_DEPREQ',                                           'Plugin(s) requires:');
+define('_LIST_SKIN_PREVIEW',                                           "Preview for '%s' skin");
+define('_LIST_SKIN_PREVIEW_VIEWLARGER',                                "View larger");
+define('_LIST_SKIN_README',                                                    "More info on the '%s' skin");
+define('_LIST_SKIN_README_TXT',                                                'Read me');
+
+// BLOG.php createNewCategory()
+define('_CREATED_NEW_CATEGORY_NAME',                           'newcat');
+define('_CREATED_NEW_CATEGORY_DESC',                           'New category');
+
+// ADMIN.php blog settings
+define('_EBLOG_CURRENT_TEAM_MEMBER',                           'Members currently on your team:');
+
+// HTML outputs
+define('_HTML_XML_NAME_SPACE_AND_LANG_CODE',           'xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us"');
+
+// Language Files
+define('_LANGUAGEFILES_JAPANESE-UTF8',                         'Japanese - &#26085;&#26412;&#35486; (UTF-8)');
+define('_LANGUAGEFILES_JAPANESE-EUC',                          'Japanese - &#26085;&#26412;&#35486; (EUC)');
+define('_LANGUAGEFILES_JAPANESE-SJIS',                         'Japanese - &#26085;&#26412;&#35486; (Shift-JIS)');
+define('_LANGUAGEFILES_ENGLISH-UTF8',                          'English - English (UTF-8)');
+define('_LANGUAGEFILES_ENGLISH',                                       'English - English (iso-8859-1)');
+/*
+define('_LANGUAGEFILES_BULGARIAN',                                     'Bulgarian - &#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080; (iso-8859-5)');
+define('_LANGUAGEFILES_CATALAN',                                       'Catalan - Catal&agrave; (iso-8859-1)');
+define('_LANGUAGEFILES_CHINESE-GBK',                           'Simplified Chinese - &#31777;&#20307;&#23383;&#20013;&#25991; (gbk)');
+define('_LANGUAGEFILES_SIMCHINESE',                                    'Simplified Chinese - &#31777;&#20307;&#23383;&#20013;&#25991; (gb2312)');
+define('_LANGUAGEFILES_CHINESE-UTF8',                          'Simplified Chinese - &#31777;&#20307;&#23383;&#20013;&#25991; (utf-8)');
+define('_LANGUAGEFILES_CHINESEB5',                                     'Tranditional Chinese - &#32321;&#20307;&#23383;&#20013;&#25991; (big5)');
+define('_LANGUAGEFILES_CHINESEB5-UTF8',                                'Tranditional Chinese - &#32321;&#20307;&#23383;&#20013;&#25991; (utf-8)');
+define('_LANGUAGEFILES_TRADITIONAL_CHINESE',           'Tranditional Chinese - &#32321;&#20307;&#23383;&#20013;&#25991; (big5)');
+define('_LANGUAGEFILES_TRADITIONAL_CHINESE-UTF-8',     'Tranditional Chinese - &#32321;&#20307;&#23383;&#20013;&#25991; (utf-8)');
+define('_LANGUAGEFILES_CZECH',                                         'Czech - &#268;esky (windows-1250)');
+define('_LANGUAGEFILES_FINNISH',                                       'Finnish - Suomi (iso-8859-1)');
+define('_LANGUAGEFILES_FRENCH',                                                'French - Fran&ccedil;ais (iso-8859-1)');
+define('_LANGUAGEFILES_GALEGO',                                                'Galego - Galego (iso-8859-1)');
+define('_LANGUAGEFILES_GERMAN',                                                'German - Deutsch (iso-8859-1)');
+define('_LANGUAGEFILES_HUNGARIAN',                                     'Hungarian - Magyar (iso-8859-2)');
+define('_LANGUAGEFILES_ITALIANO',                                      'Italiano - Italiano (iso-8859-1)');
+define('_LANGUAGEFILES_KOREAN-EUC-KR',                         'Korean - &#54620;&#44397;&#50612; (euc-kr)');
+define('_LANGUAGEFILES_KOREAN-UTF',                                    'Korean - &#54620;&#44397;&#50612; (utf-8)');
+define('_LANGUAGEFILES_LATVIAN',                                       'Latvian - Latvie&scaron;u (windows-1257)');
+define('_LANGUAGEFILES_NEDERLANDS',                                    'Duch - Nederlands (iso-8859-15)');
+define('_LANGUAGEFILES_PERSIAN',                                       'Persian - &#1601;&#1575;&#1585;&#1587;&#1740; (utf-8)');
+define('_LANGUAGEFILES_PORTUGUESE_BRAZIL',                     'Portuguese Brazil - Portugu&ecirc;s (iso-8859-1)');
+define('_LANGUAGEFILES_RUSSIAN',                                       'Russian - &#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; (windows-1251)');
+define('_LANGUAGEFILES_SLOVAK',                                                'Slovak - Sloven&#269;ina (ISO-8859-2)');
+define('_LANGUAGEFILES_SPANISH-UTF8',                          'Spanish - Espa&ntilde;ol (utf-8)');
+define('_LANGUAGEFILES_SPANISH',                                       'Spanish - Espa&ntilde;ol (iso-8859-1)');
+*/
+
+// </add by shizuki>
+
+/********************************************
+ *        End New for 3.40                  *
+ ********************************************/
+
 // START changed/added after 3.3 START
-define('_AUTOSAVEDRAFT',               'Auto save draft');
-define('_AUTOSAVEDRAFT_LASTSAVED',     'Last saved: ');
-define('_AUTOSAVEDRAFT_NOTYETSAVED',   'No saves have been made yet');
-define('_AUTOSAVEDRAFT_NOW',           'Auto save now');
-define('_SKIN_PARTS_SPECIAL',          'Special skin parts');
-define('_ERROR_SKIN_PARTS_SPECIAL_FORMAT',             'You must enter a name that exists only out of lowercase letters and digits');
-define('_ERROR_SKIN_PARTS_SPECIAL_DELETE',             'Can\'t delete this skin part');
-define('_CONFIRMTXT_SKIN_PARTS_SPECIAL',               'Do you really want to delete this special skin part?');
+define('_AUTOSAVEDRAFT',                                                       'Auto save draft');
+define('_AUTOSAVEDRAFT_LASTSAVED',                                     'Last saved: ');
+define('_AUTOSAVEDRAFT_NOTYETSAVED',                           'No saves have been made yet');
+define('_AUTOSAVEDRAFT_NOW',                                           'Auto save now');
+define('_SKIN_PARTS_SPECIAL',                                          'Special skin parts');
+define('_ERROR_SKIN_PARTS_SPECIAL_FORMAT',                     'You must enter a name that exists only out of lowercase letters and digits');
+define('_ERROR_SKIN_PARTS_SPECIAL_DELETE',                     'Can\'t delete this skin part');
+define('_CONFIRMTXT_SKIN_PARTS_SPECIAL',                       'Do you really want to delete this special skin part?');
+define('_ERROR_PLUGIN_LOAD',                                           'Plugin could not be loaded, or does not support certain features that are required for it to run on your Nucleus installation (you might want to check the <a href="?action=actionlog">actionlog</a> for more info)');
 // END changed/added after 3.3 END
 
 // START changed/added after 3.22 START
-define('_SEARCHFORM_QUERY',                    'Keywords to search');
-define('_ERROR_EMAIL_REQUIRED',                'Email address is required');
-define('_COMMENTFORM_MAIL',                    'Website:');
-define('_COMMENTFORM_EMAIL',           'E-mail:');
-define('_EBLOG_REQUIREDEMAIL',         'Require E-mail address with comments?');
-define('_ERROR_COMMENTS_SPAM',      'Your comment was rejected because it did not pass the spam test');
+define('_SEARCHFORM_QUERY',                                                    'Keywords to search');
+define('_ERROR_EMAIL_REQUIRED',                                                'Email address is required');
+define('_COMMENTFORM_MAIL',                                                    'Website:');
+define('_COMMENTFORM_EMAIL',                                           'E-mail:');
+define('_EBLOG_REQUIREDEMAIL',                                         'Require E-mail address with comments?');
+define('_ERROR_COMMENTS_SPAM',                                         'Your comment was rejected because it did not pass the spam test');
 // END changed/added after 3.22 END
 
 // START changed/added after 3.15 START
 
-define('_LIST_PLUG_SUBS_NEEDUPDATE','Please use the \'Update Subscription list\'-button to update the plugin\'s subscription list.');
-define('_LIST_PLUGS_DEP',                      'Plugin(s) requires:');
+define('_LIST_PLUG_SUBS_NEEDUPDATE',                           'Please use the \'Update Subscription list\'-button to update the plugin\'s subscription list.');
+define('_LIST_PLUGS_DEP',                                                      'Plugin(s) requires:');
 
 // END changed/added after 3.15
 
 // START changed/added after 3.1 START
 
 // comments list per weblog
-define('_COMMENTS_BLOG',                       'All Comments for blog');
-define('_NOCOMMENTS_BLOG',                     'No comments were made on items of this blog');
-define('_BLOGLIST_COMMENTS',           'Comments');
-define('_BLOGLIST_TT_COMMENTS',                'A list of all comments made on items of this blog');
+define('_COMMENTS_BLOG',                                                       'All Comments for blog');
+define('_NOCOMMENTS_BLOG',                                                     'No comments were made on items of this blog');
+define('_BLOGLIST_COMMENTS',                                           'Comments');
+define('_BLOGLIST_TT_COMMENTS',                                                'A list of all comments made on items of this blog');
 
 
 // for use in archivetype-skinvar
-define('_ARCHIVETYPE_DAY',                     'day');
-define('_ARCHIVETYPE_MONTH',           'month');
+define('_ARCHIVETYPE_DAY',                                                     'day');
+define('_ARCHIVETYPE_MONTH',                                           'month');
 
 // tickets (prevents malicious users to trick an admin to perform actions he doesn't want)
-define('_ERROR_BADTICKET',                     'Invalid or expired ticket.');
-
-// plugin dependency
-define('_ERROR_INSREQPLUGIN',          'Plugin installation failed, requires ');
-define('_ERROR_DELREQPLUGIN',          'Plugin deletion failed, required by ');
+define('_ERROR_BADTICKET',                                                     'Invalid or expired ticket.');
 
 // cookie prefix
-define('_SETTINGS_COOKIEPREFIX',       'Cookie Prefix');
+define('_SETTINGS_COOKIEPREFIX',                                       'Cookie Prefix');
 
 // account activation
-define('_ERROR_NOLOGON_NOACTIVATE',    'Cannot send activation link. You\'re not allowed to log in.');
-define('_ERROR_ACTIVATE',                      'Activation key does not exist, is invalid, or has expired.');
-define('_ACTIONLOG_ACTIVATIONLINK', 'Activation link sent');
-define('_MSG_ACTIVATION_SENT',         'An activation link has been sent by e-mail.');
+define('_ERROR_NOLOGON_NOACTIVATE',                                    'Cannot send activation link. You\'re not allowed to log in.');
+define('_ERROR_ACTIVATE',                                                      'Activation key does not exist, is invalid, or has expired.');
+define('_ACTIONLOG_ACTIVATIONLINK',                            'Activation link sent');
+define('_MSG_ACTIVATION_SENT',                                         'An activation link has been sent by e-mail.');
 
 // activation link emails
-define('_ACTIVATE_REGISTER_MAIL',      "Hi <%memberName%>,\n\nYou need to activate your account at <%siteName%> (<%siteUrl%>).\nYou can do this by visiting the link below: \n\n\t<%activationUrl%>\n\nYou have 2 days to do this. After this, the activation link becomes invalid.");
-define('_ACTIVATE_REGISTER_MAILTITLE', "Activate your '<%memberName%>' account");
-define('_ACTIVATE_REGISTER_TITLE',     'Welcome <%memberName%>');
-define('_ACTIVATE_REGISTER_TEXT',      'You\'re almost there. Please choose a password for your account below.');
-define('_ACTIVATE_FORGOT_MAIL',                "Hi <%memberName%>,\n\nUsing the link below, you can choose a new password for your account at <%siteName%> (<%siteUrl%>) by choosing a new password.\n\n\t<%activationUrl%>\n\nYou have 2 days to do this. After this, the activation link becomes invalid.");
-define('_ACTIVATE_FORGOT_MAILTITLE',"Re-activate your '<%memberName%>' account");
-define('_ACTIVATE_FORGOT_TITLE',       'Welcome <%memberName%>');
-define('_ACTIVATE_FORGOT_TEXT',                'You can choose a new password for your account below:');
-define('_ACTIVATE_CHANGE_MAIL',                "Hi <%memberName%>,\n\nSince your e-mail address has changed, you'll need to re-activate your account at <%siteName%> (<%siteUrl%>).\nYou can do this by visiting the link below: \n\n\t<%activationUrl%>\n\nYou have 2 days to do this. After this, the activation link becomes invalid.");
-define('_ACTIVATE_CHANGE_MAILTITLE',"Re-activate your '<%memberName%>' account");
-define('_ACTIVATE_CHANGE_TITLE',       'Welcome <%memberName%>');
-define('_ACTIVATE_CHANGE_TEXT',                'Your address change has been verified. Thanks!');
-define('_ACTIVATE_SUCCESS_TITLE',      'Activation Succeeded');
-define('_ACTIVATE_SUCCESS_TEXT',       'Your account has been successfully activated.');
-define('_MEMBERS_SETPWD',                      'Set Password');
-define('_MEMBERS_SETPWD_BTN',          'Set Password');
-define('_QMENU_ACTIVATE',                      'Account Activation');
-define('_QMENU_ACTIVATE_TEXT',         '<p>After you have activated your account, you can start using it by <a href="index.php?action=showlogin">logging in</a>.</p>');
-
-define('_PLUGS_BTN_UPDATE',                    'Update subscription list');
+define('_ACTIVATE_REGISTER_MAIL',                                      "Hi <%memberName%>,\n\nYou need to activate your account at <%siteName%> (<%siteUrl%>).\nYou can do this by visiting the link below: \n\n\t<%activationUrl%>\n\nYou have 2 days to do this. After this, the activation link becomes invalid.");
+define('_ACTIVATE_REGISTER_MAILTITLE',                         "Activate your '<%memberName%>' account");
+define('_ACTIVATE_REGISTER_TITLE',                                     'Welcome <%memberName%>');
+define('_ACTIVATE_REGISTER_TEXT',                                      'You\'re almost there. Please choose a password for your account below.');
+define('_ACTIVATE_FORGOT_MAIL',                                                "Hi <%memberName%>,\n\nUsing the link below, you can choose a new password for your account at <%siteName%> (<%siteUrl%>) by choosing a new password.\n\n\t<%activationUrl%>\n\nYou have 2 days to do this. After this, the activation link becomes invalid.");
+define('_ACTIVATE_FORGOT_MAILTITLE',                           "Re-activate your '<%memberName%>' account");
+define('_ACTIVATE_FORGOT_TITLE',                                       'Welcome <%memberName%>');
+define('_ACTIVATE_FORGOT_TEXT',                                                'You can choose a new password for your account below:');
+define('_ACTIVATE_CHANGE_MAIL',                                                "Hi <%memberName%>,\n\nSince your e-mail address has changed, you'll need to re-activate your account at <%siteName%> (<%siteUrl%>).\nYou can do this by visiting the link below: \n\n\t<%activationUrl%>\n\nYou have 2 days to do this. After this, the activation link becomes invalid.");
+define('_ACTIVATE_CHANGE_MAILTITLE',                           "Re-activate your '<%memberName%>' account");
+define('_ACTIVATE_CHANGE_TITLE',                                       'Welcome <%memberName%>');
+define('_ACTIVATE_CHANGE_TEXT',                                                'Your address change has been verified. Thanks!');
+define('_ACTIVATE_SUCCESS_TITLE',                                      'Activation Succeeded');
+define('_ACTIVATE_SUCCESS_TEXT',                                       'Your account has been successfully activated.');
+define('_MEMBERS_SETPWD',                                                      'Set Password');
+define('_MEMBERS_SETPWD_BTN',                                          'Set Password');
+define('_QMENU_ACTIVATE',                                                      'Account Activation');
+define('_QMENU_ACTIVATE_TEXT',                                         '<p>After you have activated your account, you can start using it by <a href="index.php?action=showlogin">logging in</a>.</p>');
+
+define('_PLUGS_BTN_UPDATE',                                                    'Update subscription list');
 
 // global settings
-define('_SETTINGS_JSTOOLBAR',          'Javascript Toolbar Style');
-define('_SETTINGS_JSTOOLBAR_FULL',     'Full Toolbar (IE)');
-define('_SETTINGS_JSTOOLBAR_SIMPLE','Simple Toolbar (Non-IE)');
-define('_SETTINGS_JSTOOLBAR_NONE',     'Disable Toolbar');
-define('_SETTINGS_URLMODE_HELP',       '(Info: <a href="documentation/tips.html#searchengines-fancyurls">How to activate fancy URLs</a>)');
+define('_SETTINGS_JSTOOLBAR',                                          'Javascript Toolbar Style');
+define('_SETTINGS_JSTOOLBAR_FULL',                                     'Full Toolbar (IE)');
+define('_SETTINGS_JSTOOLBAR_SIMPLE',                           'Simple Toolbar (Non-IE)');
+define('_SETTINGS_JSTOOLBAR_NONE',                                     'Disable Toolbar');
+define('_SETTINGS_URLMODE_HELP',                                       '(Info: <a href="documentation/tips.html#searchengines-fancyurls">How to activate fancy URLs</a>)');
 
 // extra plugin settings part when editing categories/members/blogs/...
-define('_PLUGINS_EXTRA',                       'Extra Plugin Settings');
+define('_PLUGINS_EXTRA',                                                       'Extra Plugin Settings');
 
 // itemlist info column keys
-define('_LIST_ITEM_BLOG',                      'blog:');
-define('_LIST_ITEM_CAT',                       'cat:');
-define('_LIST_ITEM_AUTHOR',                    'author:');
-define('_LIST_ITEM_DATE',                      'date:');
-define('_LIST_ITEM_TIME',                      'time:');
+define('_LIST_ITEM_BLOG',                                                      'blog:');
+define('_LIST_ITEM_CAT',                                                       'cat:');
+define('_LIST_ITEM_AUTHOR',                                                    'author:');
+define('_LIST_ITEM_DATE',                                                      'date:');
+define('_LIST_ITEM_TIME',                                                      'time:');
 
 // indication of registered members in comments list
-define('_LIST_COMMENTS_MEMBER',        '(member)');
+define('_LIST_COMMENTS_MEMBER',                                        '(member)');
 
 // batch operations
-define('_BATCH_WITH_SEL',                      'With selected:');
-define('_BATCH_EXEC',                          'Execute');
+define('_BATCH_WITH_SEL',                                                      'With selected:');
+define('_BATCH_EXEC',                                                          'Execute');
 
 // quickmenu
-define('_QMENU_HOME',                          'Home');
-define('_QMENU_ADD',                           'Add Item');
-define('_QMENU_ADD_SELECT',                    '-- select --');
-define('_QMENU_USER_SETTINGS',         'Profile');
-define('_QMENU_USER_ITEMS',                    'Items');
-define('_QMENU_USER_COMMENTS',         'Comments');
-define('_QMENU_MANAGE',                                'Management');
-define('_QMENU_MANAGE_LOG',                    'Action Log');
-define('_QMENU_MANAGE_SETTINGS',       'Configuration');
-define('_QMENU_MANAGE_MEMBERS',                'Members');
-define('_QMENU_MANAGE_NEWBLOG',                'New Weblog');
-define('_QMENU_MANAGE_BACKUPS',                'Backups');
-define('_QMENU_MANAGE_PLUGINS',                'Plugins');
-define('_QMENU_LAYOUT',                                'Layout');
-define('_QMENU_LAYOUT_SKINS',          'Skins');
-define('_QMENU_LAYOUT_TEMPL',          'Templates');
-define('_QMENU_LAYOUT_IEXPORT',                'Import/Export');
-define('_QMENU_PLUGINS',                       'Plugins');
+define('_QMENU_HOME',                                                          'Home');
+define('_QMENU_ADD',                                                           'Add Item');
+define('_QMENU_ADD_SELECT',                                                    '-- select --');
+define('_QMENU_USER_SETTINGS',                                         'Profile');
+define('_QMENU_USER_ITEMS',                                                    'Items');
+define('_QMENU_USER_COMMENTS',                                         'Comments');
+define('_QMENU_MANAGE',                                                                'Management');
+define('_QMENU_MANAGE_LOG',                                                    'Action Log');
+define('_QMENU_MANAGE_SETTINGS',                                       'Configuration');
+define('_QMENU_MANAGE_MEMBERS',                                                'Members');
+define('_QMENU_MANAGE_NEWBLOG',                                                'New Weblog');
+define('_QMENU_MANAGE_BACKUPS',                                                'Backups');
+define('_QMENU_MANAGE_PLUGINS',                                                'Plugins');
+define('_QMENU_LAYOUT',                                                                'Layout');
+define('_QMENU_LAYOUT_SKINS',                                          'Skins');
+define('_QMENU_LAYOUT_TEMPL',                                          'Templates');
+define('_QMENU_LAYOUT_IEXPORT',                                                'Import/Export');
+define('_QMENU_PLUGINS',                                                       'Plugins');
 
 // quickmenu on logon screen
-define('_QMENU_INTRO',                         'Introduction');
-define('_QMENU_INTRO_TEXT',                    '<p>This is the logon screen for Nucleus CMS, the content management system that\'s being used to maintain this website.</p><p>If you have an account, you can log on and start posting new items.</p>');
+define('_QMENU_INTRO',                                                         'Introduction');
+define('_QMENU_INTRO_TEXT',                                                    '<p>This is the logon screen for Nucleus CMS, the content management system that\'s being used to maintain this website.</p><p>If you have an account, you can log on and start posting new items.</p>');
 
 // helppages for plugins
-define('_ERROR_PLUGNOHELPFILE',                'The helpfile for this plugin can not be found');
-define('_PLUGS_HELP_TITLE',                    'Helppage for plugin');
-define('_LIST_PLUGS_HELP',                     'help');
+define('_ERROR_PLUGNOHELPFILE',                                                'The helpfile for this plugin can not be found');
+define('_PLUGS_HELP_TITLE',                                                    'Helppage for plugin');
+define('_LIST_PLUGS_HELP',                                                     'help');
 
 
 // END changed/started after 3.1
@@ -149,193 +492,193 @@ define('_LIST_PLUGS_HELP',                      'help');
 // START changed/added after v2.5beta START
 
 // general settings (security)
-define('_SETTINGS_EXTAUTH',                    'Enable External Authentication');
-define('_WARNING_EXTAUTH',                     'Warning: Enable only if needed.');
+define('_SETTINGS_EXTAUTH',                                                    'Enable External Authentication');
+define('_WARNING_EXTAUTH',                                                     'Warning: Enable only if needed.');
 
 // member profile
-define('_MEMBERS_BYPASS',                      'Use External Authentication');
+define('_MEMBERS_BYPASS',                                                      'Use External Authentication');
 
 // 'always include in search' blog setting (yes/no) [in v2.5beta, the 'always' part wasn't clear]
-define('_EBLOG_SEARCH',                                '<em>Always</em> include in search');
+define('_EBLOG_SEARCH',                                                                '<em>Always</em> include in search');
 
 // END changed/added after v2.5beta
 
 // START introduced after v2.0 START
 
 // media library
-define('_MEDIA_VIEW',                          'view');
-define('_MEDIA_VIEW_TT',                       'View file (opens in new window)');
-define('_MEDIA_FILTER_APPLY',          'Apply Filter');
-define('_MEDIA_FILTER_LABEL',          'Filter: ');
-define('_MEDIA_UPLOAD_TO',                     'Upload to...');
-define('_MEDIA_UPLOAD_NEW',                    'Upload new file...');
-define('_MEDIA_COLLECTION_SELECT',     'Select');
-define('_MEDIA_COLLECTION_TT',         'Switch to this category');
-define('_MEDIA_COLLECTION_LABEL',      'Current collection: ');
+define('_MEDIA_VIEW',                                                          'view');
+define('_MEDIA_VIEW_TT',                                                       'View file (opens in new window)');
+define('_MEDIA_FILTER_APPLY',                                          'Apply Filter');
+define('_MEDIA_FILTER_LABEL',                                          'Filter: ');
+define('_MEDIA_UPLOAD_TO',                                                     'Upload to...');
+define('_MEDIA_UPLOAD_NEW',                                                    'Upload new file...');
+define('_MEDIA_COLLECTION_SELECT',                                     'Select');
+define('_MEDIA_COLLECTION_TT',                                         'Switch to this category');
+define('_MEDIA_COLLECTION_LABEL',                                      'Current collection: ');
 
 // tooltips on toolbar
-define('_ADD_ALIGNLEFT_TT',                    'Align Left');
-define('_ADD_ALIGNRIGHT_TT',           'Align Right');
-define('_ADD_ALIGNCENTER_TT',          'Align Center');
+define('_ADD_ALIGNLEFT_TT',                                                    'Align Left');
+define('_ADD_ALIGNRIGHT_TT',                                           'Align Right');
+define('_ADD_ALIGNCENTER_TT',                                          'Align Center');
 
 
 // generic upload failure
-define('_ERROR_UPLOADFAILED',          'Upload failed');
+define('_ERROR_UPLOADFAILED',                                          'Upload failed');
 
 // END introduced after v2.0 END
 
 // START introduced after v1.5 START
 
 // posting to the past/edit timestamps
-define('_EBLOG_ALLOWPASTPOSTING',      'Allow posting to the past');
-define('_ADD_CHANGEDATE',                      'Update timestamp');
-define('_BMLET_CHANGEDATE',                    'Update timestamp');
+define('_EBLOG_ALLOWPASTPOSTING',                                      'Allow posting to the past');
+define('_ADD_CHANGEDATE',                                                      'Update timestamp');
+define('_BMLET_CHANGEDATE',                                                    'Update timestamp');
 
 // skin import/export
-define('_OVERVIEW_SKINIMPORT',         'Skin import/export...');
+define('_OVERVIEW_SKINIMPORT',                                         'Skin import/export...');
 
 // skin settings
-define('_PARSER_INCMODE_NORMAL',       'Normal');
-define('_PARSER_INCMODE_SKINDIR',      'Use skin dir');
-define('_SKIN_INCLUDE_MODE',           'Include mode');
-define('_SKIN_INCLUDE_PREFIX',         'Include prefix');
+define('_PARSER_INCMODE_NORMAL',                                       'Normal');
+define('_PARSER_INCMODE_SKINDIR',                                      'Use skin dir');
+define('_SKIN_INCLUDE_MODE',                                           'Include mode');
+define('_SKIN_INCLUDE_PREFIX',                                         'Include prefix');
 
 // global settings
-define('_SETTINGS_BASESKIN',           'Base Skin');
-define('_SETTINGS_SKINSURL',           'Skins URL');
-define('_SETTINGS_ACTIONSURL',         'Full URL to action.php');
+define('_SETTINGS_BASESKIN',                                           'Base Skin');
+define('_SETTINGS_SKINSURL',                                           'Skins URL');
+define('_SETTINGS_ACTIONSURL',                                         'Full URL to action.php');
 
 // category moves (batch)
-define('_ERROR_MOVEDEFCATEGORY',       'Cannot move default category');
-define('_ERROR_MOVETOSELF',                    'Cannot move category (destination blog is the same as source blog)');
-define('_MOVECAT_TITLE',                       'Select blog to move category to');
-define('_MOVECAT_BTN',                         'Move category');
+define('_ERROR_MOVEDEFCATEGORY',                                       'Cannot move default category');
+define('_ERROR_MOVETOSELF',                                                    'Cannot move category (destination blog is the same as source blog)');
+define('_MOVECAT_TITLE',                                                       'Select blog to move category to');
+define('_MOVECAT_BTN',                                                         'Move category');
 
 // URLMode setting
-define('_SETTINGS_URLMODE',                    'URL Mode');
-define('_SETTINGS_URLMODE_NORMAL',     'Normal');
-define('_SETTINGS_URLMODE_PATHINFO','Fancy');
+define('_SETTINGS_URLMODE',                                                    'URL Mode');
+define('_SETTINGS_URLMODE_NORMAL',                                     'Normal');
+define('_SETTINGS_URLMODE_PATHINFO',                           'Fancy');
 
 // Batch operations
-define('_BATCH_NOSELECTION',           'Nothing selected to perform actions on');
-define('_BATCH_ITEMS',                         'Batch operation on items');
-define('_BATCH_CATEGORIES',                    'Batch operation on categories');
-define('_BATCH_MEMBERS',                       'Batch operation on members');
-define('_BATCH_TEAM',                          'Batch operation on team members');
-define('_BATCH_COMMENTS',                      'Batch operation on comments');
-define('_BATCH_UNKNOWN',                       'Unknown batch operation: ');
-define('_BATCH_EXECUTING',                     'Executing');
-define('_BATCH_ONCATEGORY',                    'on category');
-define('_BATCH_ONITEM',                                'on item');
-define('_BATCH_ONCOMMENT',                     'on comment');
-define('_BATCH_ONMEMBER',                      'on member');
-define('_BATCH_ONTEAM',                                'on team member');
-define('_BATCH_SUCCESS',                       'Success!');
-define('_BATCH_DONE',                          'Done!');
-define('_BATCH_DELETE_CONFIRM',                'Confirm Batch Deletion');
-define('_BATCH_DELETE_CONFIRM_BTN',    'Confirm Batch Deletion');
-define('_BATCH_SELECTALL',                     'select all');
-define('_BATCH_DESELECTALL',           'deselect all');
+define('_BATCH_NOSELECTION',                                           'Nothing selected to perform actions on');
+define('_BATCH_ITEMS',                                                         'Batch operation on items');
+define('_BATCH_CATEGORIES',                                                    'Batch operation on categories');
+define('_BATCH_MEMBERS',                                                       'Batch operation on members');
+define('_BATCH_TEAM',                                                          'Batch operation on team members');
+define('_BATCH_COMMENTS',                                                      'Batch operation on comments');
+define('_BATCH_UNKNOWN',                                                       'Unknown batch operation: ');
+define('_BATCH_EXECUTING',                                                     'Executing');
+define('_BATCH_ONCATEGORY',                                                    'on category');
+define('_BATCH_ONITEM',                                                                'on item');
+define('_BATCH_ONCOMMENT',                                                     'on comment');
+define('_BATCH_ONMEMBER',                                                      'on member');
+define('_BATCH_ONTEAM',                                                                'on team member');
+define('_BATCH_SUCCESS',                                                       'Success!');
+define('_BATCH_DONE',                                                          'Done!');
+define('_BATCH_DELETE_CONFIRM',                                                'Confirm Batch Deletion');
+define('_BATCH_DELETE_CONFIRM_BTN',                                    'Confirm Batch Deletion');
+define('_BATCH_SELECTALL',                                                     'select all');
+define('_BATCH_DESELECTALL',                                           'deselect all');
 
 // batch operations: options in dropdowns
-define('_BATCH_ITEM_DELETE',           'Delete');
-define('_BATCH_ITEM_MOVE',                     'Move');
-define('_BATCH_MEMBER_DELETE',         'Delete');
-define('_BATCH_MEMBER_SET_ADM',                'Give admin rights');
-define('_BATCH_MEMBER_UNSET_ADM',      'Take away admin rights');
-define('_BATCH_TEAM_DELETE',           'Delete from team');
-define('_BATCH_TEAM_SET_ADM',          'Give admin rights');
-define('_BATCH_TEAM_UNSET_ADM',                'Take away admin rights');
-define('_BATCH_CAT_DELETE',                    'Delete');
-define('_BATCH_CAT_MOVE',                      'Move to other blog');
-define('_BATCH_COMMENT_DELETE',                'Delete');
+define('_BATCH_ITEM_DELETE',                                           'Delete');
+define('_BATCH_ITEM_MOVE',                                                     'Move');
+define('_BATCH_MEMBER_DELETE',                                         'Delete');
+define('_BATCH_MEMBER_SET_ADM',                                                'Give admin rights');
+define('_BATCH_MEMBER_UNSET_ADM',                                      'Take away admin rights');
+define('_BATCH_TEAM_DELETE',                                           'Delete from team');
+define('_BATCH_TEAM_SET_ADM',                                          'Give admin rights');
+define('_BATCH_TEAM_UNSET_ADM',                                                'Take away admin rights');
+define('_BATCH_CAT_DELETE',                                                    'Delete');
+define('_BATCH_CAT_MOVE',                                                      'Move to other blog');
+define('_BATCH_COMMENT_DELETE',                                                'Delete');
 
 // itemlist: Add new item...
-define('_ITEMLIST_ADDNEW',                     'Add new item...');
-define('_ADD_PLUGIN_EXTRAS',           'Extra Plugin Options');
+define('_ITEMLIST_ADDNEW',                                                     'Add new item...');
+define('_ADD_PLUGIN_EXTRAS',                                           'Extra Plugin Options');
 
 // errors
-define('_ERROR_CATCREATEFAIL',         'Could not create new category');
-define('_ERROR_NUCLEUSVERSIONREQ',     'This plugin requires a newer Nucleus version: ');
+define('_ERROR_CATCREATEFAIL',                                         'Could not create new category');
+define('_ERROR_NUCLEUSVERSIONREQ',                                     'This plugin requires a newer Nucleus version: ');
 
 // backlinks
-define('_BACK_TO_BLOGSETTINGS',                'Back to blogsettings');
+define('_BACK_TO_BLOGSETTINGS',                                                'Back to blogsettings');
 
 // skin import export
-define('_SKINIE_TITLE_IMPORT',         'Import');
-define('_SKINIE_TITLE_EXPORT',         'Export');
-define('_SKINIE_BTN_IMPORT',           'Import');
-define('_SKINIE_BTN_EXPORT',           'Export selected skins/templates');
-define('_SKINIE_LOCAL',                                'Import from local file:');
-define('_SKINIE_NOCANDIDATES',         'No candidates for import found in the skins directory');
-define('_SKINIE_FROMURL',                      'Import from URL:');
-define('_SKINIE_EXPORT_INTRO',         'Select the skins and templates you want to export below');
-define('_SKINIE_EXPORT_SKINS',         'Skins');
-define('_SKINIE_EXPORT_TEMPLATES',     'Templates');
-define('_SKINIE_EXPORT_EXTRA',         'Extra Info');
-define('_SKINIE_CONFIRM_OVERWRITE',    'Overwrite skins that already exists (see nameclashes)');
-define('_SKINIE_CONFIRM_IMPORT',       'Yes, I want to import this');
-define('_SKINIE_CONFIRM_TITLE',                'About to import skins and templates');
-define('_SKINIE_INFO_SKINS',           'Skins in file:');
-define('_SKINIE_INFO_TEMPLATES',       'Templates in file:');
-define('_SKINIE_INFO_GENERAL',         'Info:');
-define('_SKINIE_INFO_SKINCLASH',       'Skin name clashes:');
-define('_SKINIE_INFO_TEMPLCLASH',      'Template name clashes:');
-define('_SKINIE_INFO_IMPORTEDSKINS','Imported skins:');
-define('_SKINIE_INFO_IMPORTEDTEMPLS','Imported templates:');
-define('_SKINIE_DONE',                         'Done Importing');
-
-define('_AND',                                         'and');
-define('_OR',                                          'or');
+define('_SKINIE_TITLE_IMPORT',                                         'Import');
+define('_SKINIE_TITLE_EXPORT',                                         'Export');
+define('_SKINIE_BTN_IMPORT',                                           'Import');
+define('_SKINIE_BTN_EXPORT',                                           'Export selected skins/templates');
+define('_SKINIE_LOCAL',                                                                'Import from local file:');
+define('_SKINIE_NOCANDIDATES',                                         'No candidates for import found in the skins directory');
+define('_SKINIE_FROMURL',                                                      'Import from URL:');
+define('_SKINIE_EXPORT_INTRO',                                         'Select the skins and templates you want to export below');
+define('_SKINIE_EXPORT_SKINS',                                         'Skins');
+define('_SKINIE_EXPORT_TEMPLATES',                                     'Templates');
+define('_SKINIE_EXPORT_EXTRA',                                         'Extra Info');
+define('_SKINIE_CONFIRM_OVERWRITE',                                    'Overwrite skins that already exists (see nameclashes)');
+define('_SKINIE_CONFIRM_IMPORT',                                       'Yes, I want to import this');
+define('_SKINIE_CONFIRM_TITLE',                                                'About to import skins and templates');
+define('_SKINIE_INFO_SKINS',                                           'Skins in file:');
+define('_SKINIE_INFO_TEMPLATES',                                       'Templates in file:');
+define('_SKINIE_INFO_GENERAL',                                         'Info:');
+define('_SKINIE_INFO_SKINCLASH',                                       'Skin name clashes:');
+define('_SKINIE_INFO_TEMPLCLASH',                                      'Template name clashes:');
+define('_SKINIE_INFO_IMPORTEDSKINS',                           'Imported skins:');
+define('_SKINIE_INFO_IMPORTEDTEMPLS',                          'Imported templates:');
+define('_SKINIE_DONE',                                                         'Done Importing');
+
+define('_AND',                                                                         'and');
+define('_OR',                                                                          'or');
 
 // empty fields on template edit
-define('_EDITTEMPLATE_EMPTY',          'empty field (click to edit)');
+define('_EDITTEMPLATE_EMPTY',                                          'empty field (click to edit)');
 
 // skin overview list
-define('_LIST_SKINS_INCMODE',          'IncludeMode:');
-define('_LIST_SKINS_INCPREFIX',                'IncludePrefix:');
-define('_LIST_SKINS_DEFINED',          'Defined parts:');
+define('_LIST_SKINS_INCMODE',                                          'IncludeMode:');
+define('_LIST_SKINS_INCPREFIX',                                                'IncludePrefix:');
+define('_LIST_SKINS_DEFINED',                                          'Defined parts:');
 
 // backup
-define('_BACKUPS_TITLE',                       'Backup / Restore');
-define('_BACKUP_TITLE',                                'Backup');
-define('_BACKUP_INTRO',                                'Click the button below to create a backup of your Nucleus database. You\'ll be prompted to save a backup file. Store it in a safe place.');
-define('_BACKUP_ZIP_YES',                      'Try to use compression');
-define('_BACKUP_ZIP_NO',                       'Do not use compression');
-define('_BACKUP_BTN',                          'Create Backup');
-define('_BACKUP_NOTE',                         '<b>Note:</b> Only the database contents is stored in the backup. Media files and settings in config.php are thus <b>NOT</b> included in the backup.');
-define('_RESTORE_TITLE',                       'Restore');
-define('_RESTORE_NOTE',                                '<b>WARNING:</b> Restoring from a backup will <b>ERASE</b> all current Nucleus data in the database! Only do this when you\'re really sure!     <br />  <b>Note:</b> Make sure that the version of Nucleus in which you created the backup should be the same as the version you\'re running right now! It won\'t work otherwise');
-define('_RESTORE_INTRO',                       'Select the backup file below (it\'ll be uploaded to the server) and click the "Restore" button to start.');
-define('_RESTORE_IMSURE',                      'Yes, I\'m sure I want to do this!');
-define('_RESTORE_BTN',                         'Restore From File');
-define('_RESTORE_WARNING',                     '(make sure you\'re restoring the correct backup, maybe make a new backup before you start)');
-define('_ERROR_BACKUP_NOTSURE',                'You\'ll need to check the \'I\'m sure\' testbox');
-define('_RESTORE_COMPLETE',                    'Restore Complete');
+define('_BACKUPS_TITLE',                                                       'Backup / Restore');
+define('_BACKUP_TITLE',                                                                'Backup');
+define('_BACKUP_INTRO',                                                                'Click the button below to create a backup of your Nucleus database. You\'ll be prompted to save a backup file. Store it in a safe place.');
+define('_BACKUP_ZIP_YES',                                                      'Try to use compression');
+define('_BACKUP_ZIP_NO',                                                       'Do not use compression');
+define('_BACKUP_BTN',                                                          'Create Backup');
+define('_BACKUP_NOTE',                                                         '<b>Note:</b> Only the database contents is stored in the backup. Media files and settings in config.php are thus <b>NOT</b> included in the backup.');
+define('_RESTORE_TITLE',                                                       'Restore');
+define('_RESTORE_NOTE',                                                                '<b>WARNING:</b> Restoring from a backup will <b>ERASE</b> all current Nucleus data in the database! Only do this when you\'re really sure!     <br />  <b>Note:</b> Make sure that the version of Nucleus in which you created the backup should be the same as the version you\'re running right now! It won\'t work otherwise');
+define('_RESTORE_INTRO',                                                       'Select the backup file below (it\'ll be uploaded to the server) and click the "Restore" button to start.');
+define('_RESTORE_IMSURE',                                                      'Yes, I\'m sure I want to do this!');
+define('_RESTORE_BTN',                                                         'Restore From File');
+define('_RESTORE_WARNING',                                                     '(make sure you\'re restoring the correct backup, maybe make a new backup before you start)');
+define('_ERROR_BACKUP_NOTSURE',                                                'You\'ll need to check the \'I\'m sure\' testbox');
+define('_RESTORE_COMPLETE',                                                    'Restore Complete');
 
 // new item notification
-define('_NOTIFY_NI_MSG',                       'A new item has been posted:');
-define('_NOTIFY_NI_TITLE',                     'New Item!');
-define('_NOTIFY_KV_MSG',                       'Karma vote on item:');
-define('_NOTIFY_KV_TITLE',                     'Nucleus karma:');
-define('_NOTIFY_NC_MSG',                       'Comment on item:');
-define('_NOTIFY_NC_TITLE',                     'Nucleus comment:');
-define('_NOTIFY_USERID',                       'User ID:');
-define('_NOTIFY_USER',                         'User:');
-define('_NOTIFY_COMMENT',                      'Comment:');
-define('_NOTIFY_VOTE',                         'Vote:');
-define('_NOTIFY_HOST',                         'Host:');
-define('_NOTIFY_IP',                           'IP:');
-define('_NOTIFY_MEMBER',                       'Member:');
-define('_NOTIFY_TITLE',                                'Title:');
-define('_NOTIFY_CONTENTS',                     'Contents:');
+define('_NOTIFY_NI_MSG',                                                       'A new item has been posted:');
+define('_NOTIFY_NI_TITLE',                                                     'New Item!');
+define('_NOTIFY_KV_MSG',                                                       'Karma vote on item:');
+define('_NOTIFY_KV_TITLE',                                                     'Nucleus karma:');
+define('_NOTIFY_NC_MSG',                                                       'Comment on item:');
+define('_NOTIFY_NC_TITLE',                                                     'Nucleus comment:');
+define('_NOTIFY_USERID',                                                       'User ID:');
+define('_NOTIFY_USER',                                                         'User:');
+define('_NOTIFY_COMMENT',                                                      'Comment:');
+define('_NOTIFY_VOTE',                                                         'Vote:');
+define('_NOTIFY_HOST',                                                         'Host:');
+define('_NOTIFY_IP',                                                           'IP:');
+define('_NOTIFY_MEMBER',                                                       'Member:');
+define('_NOTIFY_TITLE',                                                                'Title:');
+define('_NOTIFY_CONTENTS',                                                     'Contents:');
 
 // member mail message
-define('_MMAIL_MSG',                           'A message sent to you by');
-define('_MMAIL_FROMANON',                      'an anonymous visitor');
-define('_MMAIL_FROMNUC',                       'Posted from a Nucleus weblog at');
-define('_MMAIL_TITLE',                         'A message from');
-define('_MMAIL_MAIL',                          'Message:');
+define('_MMAIL_MSG',                                                           'A message sent to you by');
+define('_MMAIL_FROMANON',                                                      'an anonymous visitor');
+define('_MMAIL_FROMNUC',                                                       'Posted from a Nucleus weblog at');
+define('_MMAIL_TITLE',                                                         'A message from');
+define('_MMAIL_MAIL',                                                          'Message:');
 
 // END introduced after v1.5 END
 
@@ -343,91 +686,91 @@ define('_MMAIL_MAIL',                             'Message:');
 // START introduced after v1.1 START
 
 // bookmarklet buttons
-define('_BMLET_ADD',                           'Add Item');
-define('_BMLET_EDIT',                          'Edit Item');
-define('_BMLET_DELETE',                                'Delete Item');
-define('_BMLET_BODY',                          'Body');
-define('_BMLET_MORE',                          'Extended');
-define('_BMLET_OPTIONS',                       'Options');
-define('_BMLET_PREVIEW',                       'Preview');
+define('_BMLET_ADD',                                                           'Add Item');
+define('_BMLET_EDIT',                                                          'Edit Item');
+define('_BMLET_DELETE',                                                                'Delete Item');
+define('_BMLET_BODY',                                                          'Body');
+define('_BMLET_MORE',                                                          'Extended');
+define('_BMLET_OPTIONS',                                                       'Options');
+define('_BMLET_PREVIEW',                                                       'Preview');
 
 // used in bookmarklet
-define('_ITEM_UPDATED',                                'Item was updated');
-define('_ITEM_DELETED',                                'Item was deleted');
+define('_ITEM_UPDATED',                                                                'Item was updated');
+define('_ITEM_DELETED',                                                                'Item was deleted');
 
 // plugins
-define('_CONFIRMTXT_PLUGIN',           'Are you sure you want to delete the plugin named');
-define('_ERROR_NOSUCHPLUGIN',          'No such plugin');
-define('_ERROR_DUPPLUGIN',                     'Sorry, this plugin is already installed');
-define('_ERROR_PLUGFILEERROR',         'No such plugin exists, or the permissions are set incorrectly');
-define('_PLUGS_NOCANDIDATES',          'No plugin candidates found');
-
-define('_PLUGS_TITLE_MANAGE',          'Manage Plugins');
-define('_PLUGS_TITLE_INSTALLED',       'Currently Installed');
-define('_PLUGS_TITLE_UPDATE',          'Update subscription list');
-define('_PLUGS_TEXT_UPDATE',           'Nucleus keeps a cache of the event subscriptions of the plugins. When you upgrade a plugin by replacing it\'s file, you should run this update to make sure that the correct subscriptions are cached');
-define('_PLUGS_TITLE_NEW',                     'Install New Plugin');
-define('_PLUGS_ADD_TEXT',                      'Below is a list of all the files in your plugins directory, that might be non-installed plugins. Make sure you are <strong>really sure</strong> that it\'s a plugin before adding it.');
-define('_PLUGS_BTN_INSTALL',           'Install Plugin');
-define('_BACKTOOVERVIEW',                      'Back to overview');
+define('_CONFIRMTXT_PLUGIN',                                           'Are you sure you want to delete the plugin named');
+define('_ERROR_NOSUCHPLUGIN',                                          'No such plugin');
+define('_ERROR_DUPPLUGIN',                                                     'Sorry, this plugin is already installed');
+define('_ERROR_PLUGFILEERROR',                                         'No such plugin exists, or the permissions are set incorrectly');
+define('_PLUGS_NOCANDIDATES',                                          'No plugin candidates found');
+
+define('_PLUGS_TITLE_MANAGE',                                          'Manage Plugins');
+define('_PLUGS_TITLE_INSTALLED',                                       'Currently Installed');
+define('_PLUGS_TITLE_UPDATE',                                          'Update subscription list');
+define('_PLUGS_TEXT_UPDATE',                                           'Nucleus keeps a cache of the event subscriptions of the plugins. When you upgrade a plugin by replacing it\'s file, you should run this update to make sure that the correct subscriptions are cached');
+define('_PLUGS_TITLE_NEW',                                                     'Install New Plugin');
+define('_PLUGS_ADD_TEXT',                                                      'Below is a list of all the files in your plugins directory, that might be non-installed plugins. Make sure you are <strong>really sure</strong> that it\'s a plugin before adding it.');
+define('_PLUGS_BTN_INSTALL',                                           'Install Plugin');
+define('_BACKTOOVERVIEW',                                                      'Back to overview');
 
 // editlink
-define('_TEMPLATE_EDITLINK',           'Edit Item Link');
+define('_TEMPLATE_EDITLINK',                                           'Edit Item Link');
 
 // add left / add right tooltips
-define('_ADD_LEFT_TT',                         'Add left box');
-define('_ADD_RIGHT_TT',                                'Add right box');
+define('_ADD_LEFT_TT',                                                         'Add left box');
+define('_ADD_RIGHT_TT',                                                                'Add right box');
 
 // add/edit item: new category (in dropdown box)
-define('_ADD_NEWCAT',                          'New Category...');
+define('_ADD_NEWCAT',                                                          'New Category...');
 
 // new settings
-define('_SETTINGS_PLUGINURL',          'Plugin URL');
-define('_SETTINGS_MAXUPLOADSIZE',      'Max. upload file size (bytes)');
-define('_SETTINGS_NONMEMBERMSGS',      'Allow non-members to send messages');
-define('_SETTINGS_PROTECTMEMNAMES',    'Protect member names');
+define('_SETTINGS_PLUGINURL',                                          'Plugin URL');
+define('_SETTINGS_MAXUPLOADSIZE',                                      'Max. upload file size (bytes)');
+define('_SETTINGS_NONMEMBERMSGS',                                      'Allow non-members to send messages');
+define('_SETTINGS_PROTECTMEMNAMES',                                    'Protect member names');
 
 // overview screen
-define('_OVERVIEW_PLUGINS',                    'Manage Plugins...');
+define('_OVERVIEW_PLUGINS',                                                    'Manage Plugins...');
 
 // actionlog
-define('_ACTIONLOG_NEWMEMBER',         'New member registration:');
+define('_ACTIONLOG_NEWMEMBER',                                         'New member registration:');
 
 // membermail (when not logged in)
-define('_MEMBERMAIL_MAIL',                     'Your email address:');
+define('_MEMBERMAIL_MAIL',                                                     'Your email address:');
 
 // file upload
-define('_ERROR_DISALLOWEDUPLOAD2',     'You do not have admin rights on any of the blogs that have the destination member on the teamlist. Therefor, you\'re not allowed to upload files to this member\'s media directory');
+define('_ERROR_DISALLOWEDUPLOAD2',                                     'You do not have admin rights on any of the blogs that have the destination member on the teamlist. Therefor, you\'re not allowed to upload files to this member\'s media directory');
 
 // plugin list
-define('_LISTS_INFO',                          'Information');
-define('_LIST_PLUGS_AUTHOR',           'By:');
-define('_LIST_PLUGS_VER',                      'Version:');
-define('_LIST_PLUGS_SITE',                     'Visit site');
-define('_LIST_PLUGS_DESC',                     'Description:');
-define('_LIST_PLUGS_SUBS',                     'Subscribes to the following events:');
-define('_LIST_PLUGS_UP',                       'move up');
-define('_LIST_PLUGS_DOWN',                     'move down');
-define('_LIST_PLUGS_UNINSTALL',                'uninstall');
-define('_LIST_PLUGS_ADMIN',                    'admin');
-define('_LIST_PLUGS_OPTIONS',          'edit&nbsp;options');
+define('_LISTS_INFO',                                                          'Information');
+define('_LIST_PLUGS_AUTHOR',                                           'By:');
+define('_LIST_PLUGS_VER',                                                      'Version:');
+define('_LIST_PLUGS_SITE',                                                     'Visit site');
+define('_LIST_PLUGS_DESC',                                                     'Description:');
+define('_LIST_PLUGS_SUBS',                                                     'Subscribes to the following events:');
+define('_LIST_PLUGS_UP',                                                       'move up');
+define('_LIST_PLUGS_DOWN',                                                     'move down');
+define('_LIST_PLUGS_UNINSTALL',                                                'uninstall');
+define('_LIST_PLUGS_ADMIN',                                                    'admin');
+define('_LIST_PLUGS_OPTIONS',                                          'edit&nbsp;options');
 
 // plugin option list
-define('_LISTS_VALUE',                         'Value');
+define('_LISTS_VALUE',                                                         'Value');
 
 // plugin options
-define('_ERROR_NOPLUGOPTIONS',         'this plugin does not have any options set');
-define('_PLUGS_BACK',                          'Back to Plugin Overview');
-define('_PLUGS_SAVE',                          'Save Options');
-define('_PLUGS_OPTIONS_UPDATED',       'Plugin options updated');
+define('_ERROR_NOPLUGOPTIONS',                                         'this plugin does not have any options set');
+define('_PLUGS_BACK',                                                          'Back to Plugin Overview');
+define('_PLUGS_SAVE',                                                          'Save Options');
+define('_PLUGS_OPTIONS_UPDATED',                                       'Plugin options updated');
 
-define('_OVERVIEW_MANAGEMENT',         'Management');
-define('_OVERVIEW_MANAGE',                     'Nucleus management...');
-define('_MANAGE_GENERAL',                      'General Management');
-define('_MANAGE_SKINS',                                'Skin and Templates');
-define('_MANAGE_EXTRA',                                'Extra features');
+define('_OVERVIEW_MANAGEMENT',                                         'Management');
+define('_OVERVIEW_MANAGE',                                                     'Nucleus management...');
+define('_MANAGE_GENERAL',                                                      'General Management');
+define('_MANAGE_SKINS',                                                                'Skin and Templates');
+define('_MANAGE_EXTRA',                                                                'Extra features');
 
-define('_BACKTOMANAGE',                                'Back to Nucleus management');
+define('_BACKTOMANAGE',                                                                'Back to Nucleus management');
 
 
 // END introduced after v1.1 END
@@ -436,539 +779,536 @@ define('_BACKTOMANAGE',                         'Back to Nucleus management');
 
 
 // charset to use
-define('_CHARSET',                                     'iso-8859-1');
+define('_CHARSET',                                                                     'iso-8859-1');
 
 // global stuff
-define('_LOGOUT',                                      'Log Out');
-define('_LOGIN',                                       'Log In');
-define('_YES',                                         'Yes');
-define('_NO',                                          'No');
-define('_SUBMIT',                                      'Submit');
-define('_ERROR',                                       'Error');
-define('_ERRORMSG',                                    'An error has occurred!');
-define('_BACK',                                                'Go Back');
-define('_NOTLOGGEDIN',                         'Not logged in');
-define('_LOGGEDINAS',                          'Logged in as');
-define('_ADMINHOME',                           'Admin Home');
-define('_NAME',                                                'Name');
-define('_BACKHOME',                                    'Back to Admin Home');
-define('_BADACTION',                           'Non existing action requested');
-define('_MESSAGE',                                     'Message');
-define('_HELP_TT',                                     'Help!');
-define('_YOURSITE',                                    'Your site');
-
-
-define('_POPUP_CLOSE',                         'Close Window');
-
-define('_LOGIN_PLEASE',                                'Please Log in First');
+define('_LOGOUT',                                                                      'Log Out');
+define('_LOGIN',                                                                       'Log In');
+define('_YES',                                                                         'Yes');
+define('_NO',                                                                          'No');
+define('_SUBMIT',                                                                      'Submit');
+define('_ERROR',                                                                       'Error');
+define('_ERRORMSG',                                                                    'An error has occurred!');
+define('_BACK',                                                                                'Go Back');
+define('_NOTLOGGEDIN',                                                         'Not logged in');
+define('_LOGGEDINAS',                                                          'Logged in as');
+define('_ADMINHOME',                                                           'Admin Home');
+define('_NAME',                                                                                'Name');
+define('_BACKHOME',                                                                    'Back to Admin Home');
+define('_BADACTION',                                                           'Non existing action requested');
+define('_MESSAGE',                                                                     'Message');
+define('_HELP_TT',                                                                     'Help!');
+define('_YOURSITE',                                                                    'Your site');
+
+
+define('_POPUP_CLOSE',                                                         'Close Window');
+
+define('_LOGIN_PLEASE',                                                                'Please Log in First');
 
 // commentform
-define('_COMMENTFORM_YOUARE',          'You are');
-define('_COMMENTFORM_SUBMIT',          'Add Comment');
-define('_COMMENTFORM_COMMENT',         'Your comment:');
-define('_COMMENTFORM_NAME',                    'Name:');
-define('_COMMENTFORM_REMEMBER',                'Remember Me');
+define('_COMMENTFORM_YOUARE',                                          'You are');
+define('_COMMENTFORM_SUBMIT',                                          'Add Comment');
+define('_COMMENTFORM_COMMENT',                                         'Your comment:');
+define('_COMMENTFORM_NAME',                                                    'Name:');
+define('_COMMENTFORM_REMEMBER',                                                'Remember Me');
 
 // loginform
-define('_LOGINFORM_NAME',                      'Username:');
-define('_LOGINFORM_PWD',                       'Password:');
-define('_LOGINFORM_YOUARE',                    'Logged in as');
-define('_LOGINFORM_SHARED',                    'Shared Computer');
+define('_LOGINFORM_NAME',                                                      'Username:');
+define('_LOGINFORM_PWD',                                                       'Password:');
+define('_LOGINFORM_YOUARE',                                                    'Logged in as');
+define('_LOGINFORM_SHARED',                                                    'Shared Computer');
 
 // member mailform
-define('_MEMBERMAIL_SUBMIT',           'Send Message');
+define('_MEMBERMAIL_SUBMIT',                                           'Send Message');
 
 // search form
-define('_SEARCHFORM_SUBMIT',           'Search');
+define('_SEARCHFORM_SUBMIT',                                           'Search');
 
 // add item form
-define('_ADD_ADDTO',                           'Add new item to');
-define('_ADD_CREATENEW',                       'Create new item');
-define('_ADD_BODY',                                    'Body');
-define('_ADD_TITLE',                           'Title');
-define('_ADD_MORE',                                    'Extended (optional)');
-define('_ADD_CATEGORY',                                'Category');
-define('_ADD_PREVIEW',                         'Preview');
-define('_ADD_DISABLE_COMMENTS',                'Disable comments?');
-define('_ADD_DRAFTNFUTURE',                    'Draft &amp; Future Items');
-define('_ADD_ADDITEM',                         'Add Item');
-define('_ADD_ADDNOW',                          'Add Now');
-define('_ADD_ADDLATER',                                'Add Later');
-define('_ADD_PLACE_ON',                                'Place on');
-define('_ADD_ADDDRAFT',                                'Add to drafts');
-define('_ADD_NOPASTDATES',                     '(dates and times in the past are NOT valid, the current time will be used in that case)');
-define('_ADD_BOLD_TT',                         'Bold');
-define('_ADD_ITALIC_TT',                       'Italic');
-define('_ADD_HREF_TT',                         'Make Link');
-define('_ADD_MEDIA_TT',                                'Add Media');
-define('_ADD_PREVIEW_TT',                      'Show/Hide Preview');
-define('_ADD_CUT_TT',                          'Cut');
-define('_ADD_COPY_TT',                         'Copy');
-define('_ADD_PASTE_TT',                                'Paste');
+define('_ADD_ADDTO',                                                           'Add new item to');
+define('_ADD_CREATENEW',                                                       'Create new item');
+define('_ADD_BODY',                                                                    'Body');
+define('_ADD_TITLE',                                                           'Title');
+define('_ADD_MORE',                                                                    'Extended (optional)');
+define('_ADD_CATEGORY',                                                                'Category');
+define('_ADD_PREVIEW',                                                         'Preview');
+define('_ADD_DISABLE_COMMENTS',                                                'Disable comments?');
+define('_ADD_DRAFTNFUTURE',                                                    'Draft &amp; Future Items');
+define('_ADD_ADDITEM',                                                         'Add Item');
+define('_ADD_ADDNOW',                                                          'Add Now');
+define('_ADD_PLACE_ON',                                                                'Place on');
+define('_ADD_ADDDRAFT',                                                                'Add to drafts');
+define('_ADD_NOPASTDATES',                                                     '(dates and times in the past are NOT valid, the current time will be used in that case)');
+define('_ADD_BOLD_TT',                                                         'Bold');
+define('_ADD_ITALIC_TT',                                                       'Italic');
+define('_ADD_HREF_TT',                                                         'Make Link');
+define('_ADD_MEDIA_TT',                                                                'Add Media');
+define('_ADD_PREVIEW_TT',                                                      'Show/Hide Preview');
+define('_ADD_CUT_TT',                                                          'Cut');
+define('_ADD_COPY_TT',                                                         'Copy');
+define('_ADD_PASTE_TT',                                                                'Paste');
 
 
 // edit item form
-define('_EDIT_ITEM',                           'Edit Item');
-define('_EDIT_SUBMIT',                         'Edit Item');
-define('_EDIT_ORIG_AUTHOR',                    'Original author');
-define('_EDIT_BACKTODRAFTS',           'Add back to drafts');
-define('_EDIT_COMMENTSNOTE',           '(note: disabling comments will _not_ hide previously added comments)');
+define('_EDIT_ITEM',                                                           'Edit Item');
+define('_EDIT_SUBMIT',                                                         'Edit Item');
+define('_EDIT_ORIG_AUTHOR',                                                    'Original author');
+define('_EDIT_BACKTODRAFTS',                                           'Add back to drafts');
+define('_EDIT_COMMENTSNOTE',                                           '(note: disabling comments will _not_ hide previously added comments)');
 
 // used on delete screens
-define('_DELETE_CONFIRM',                      'Please confirm deletion');
-define('_DELETE_CONFIRM_BTN',          'Confirm Deletion');
-define('_CONFIRMTXT_ITEM',                     'You\'re about to delete the item following item:');
-define('_CONFIRMTXT_COMMENT',          'You\'re about to delete the following comment:');
-define('_CONFIRMTXT_TEAM1',                    'You\'re about to delete ');
-define('_CONFIRMTXT_TEAM2',                    ' from the teamlist for blog ');
-define('_CONFIRMTXT_BLOG',                     'The blog you are going to delete is: ');
-define('_WARNINGTXT_BLOGDEL',          'Warning! Deleting a blog will delete ALL items of that blog, and all comments. Please confirm to make clear that you are CERTAIN of what you\'re doing!<br />Also, don\'t interrupt Nucleus while removing your blog.');
-define('_CONFIRMTXT_MEMBER',           'You\'re about to delete the following member profile: ');
-define('_CONFIRMTXT_TEMPLATE',         'You\'re about to delete the template named ');
-define('_CONFIRMTXT_SKIN',                     'You\'re about to delete the skin named ');
-define('_CONFIRMTXT_BAN',                      'You\'re about to delete the ban for the ip range');
-define('_CONFIRMTXT_CATEGORY',         'You\'re about to delete the category ');
+define('_DELETE_CONFIRM',                                                      'Please confirm deletion');
+define('_DELETE_CONFIRM_BTN',                                          'Confirm Deletion');
+define('_CONFIRMTXT_ITEM',                                                     'You\'re about to delete the item following item:');
+define('_CONFIRMTXT_COMMENT',                                          'You\'re about to delete the following comment:');
+define('_CONFIRMTXT_TEAM1',                                                    'You\'re about to delete ');
+define('_CONFIRMTXT_TEAM2',                                                    ' from the teamlist for blog ');
+define('_CONFIRMTXT_BLOG',                                                     'The blog you are going to delete is: ');
+define('_WARNINGTXT_BLOGDEL',                                          'Warning! Deleting a blog will delete ALL items of that blog, and all comments. Please confirm to make clear that you are CERTAIN of what you\'re doing!<br />Also, don\'t interrupt Nucleus while removing your blog.');
+define('_CONFIRMTXT_MEMBER',                                           'You\'re about to delete the following member profile: ');
+define('_CONFIRMTXT_TEMPLATE',                                         'You\'re about to delete the template named ');
+define('_CONFIRMTXT_SKIN',                                                     'You\'re about to delete the skin named ');
+define('_CONFIRMTXT_BAN',                                                      'You\'re about to delete the ban for the ip range');
+define('_CONFIRMTXT_CATEGORY',                                         'You\'re about to delete the category ');
 
 // some status messages
-define('_DELETED_ITEM',                                'Item Deleted');
-define('_DELETED_MEMBER',                      'Member Deleted');
-define('_DELETED_COMMENT',                     'Comment Deleted');
-define('_DELETED_BLOG',                                'Blog Deleted');
-define('_DELETED_CATEGORY',                    'Category Deleted');
-define('_ITEM_MOVED',                          'Item Moved');
-define('_ITEM_ADDED',                          'Item Added');
-define('_COMMENT_UPDATED',                     'Comment updated');
-define('_SKIN_UPDATED',                                'Skin data has been saved');
-define('_TEMPLATE_UPDATED',                    'Template data has been saved');
+define('_DELETED_ITEM',                                                                'Item Deleted');
+define('_DELETED_MEMBER',                                                      'Member Deleted');
+define('_DELETED_COMMENT',                                                     'Comment Deleted');
+define('_DELETED_BLOG',                                                                'Blog Deleted');
+define('_DELETED_CATEGORY',                                                    'Category Deleted');
+define('_ITEM_MOVED',                                                          'Item Moved');
+define('_ITEM_ADDED',                                                          'Item Added');
+define('_COMMENT_UPDATED',                                                     'Comment updated');
+define('_SKIN_UPDATED',                                                                'Skin data has been saved');
+define('_TEMPLATE_UPDATED',                                                    'Template data has been saved');
 
 // errors
-define('_ERROR_COMMENT_LONGWORD',      'Please don\'t use words of lengths higher than 90 in your comments');
-define('_ERROR_COMMENT_NOCOMMENT',     'Please enter a comment');
-define('_ERROR_COMMENT_NOUSERNAME',    'Bad username');
-define('_ERROR_COMMENT_TOOLONG',       'Your comments are too long (max. 5000 chars)');
-define('_ERROR_COMMENTS_DISABLED',     'Comments for this blog are currently disabled.');
-define('_ERROR_COMMENTS_NONPUBLIC',    'You must be logged in as a member to add comment to this blog');
-define('_ERROR_COMMENTS_MEMBERNICK','The name you want to use to post comments is in use by a site member. Choose something else.');
-define('_ERROR_SKIN',                          'Skin error');
-define('_ERROR_ITEMCLOSED',                    'This item is closed, it\'s not possible to add new comments to it or to vote on it');
-define('_ERROR_NOSUCHITEM',                    'No such item exists');
-define('_ERROR_NOSUCHBLOG',                    'No such blog');
-define('_ERROR_NOSUCHSKIN',                    'No such skin');
-define('_ERROR_NOSUCHMEMBER',          'No such member');
-define('_ERROR_NOTONTEAM',                     'You\'re not on the teamlist of this weblog.');
-define('_ERROR_BADDESTBLOG',           'Destination blog does not exist');
-define('_ERROR_NOTONDESTTEAM',         'Cannot move item, since you\'re not on the teamlist of the destination blog');
-define('_ERROR_NOEMPTYITEMS',          'Cannot add empty items!');
-define('_ERROR_BADMAILADDRESS',                'Email address is not valid');
-define('_ERROR_BADNOTIFY',                     'One or more of the given notify addresses is not a valid email address');
-define('_ERROR_BADNAME',                       'Name is not valid (only a-z and 0-9 allowed, no spaces at start/end)');
-define('_ERROR_NICKNAMEINUSE',         'Another member is already using that nickname');
-define('_ERROR_PASSWORDMISMATCH',      'Passwords must match');
-define('_ERROR_PASSWORDTOOSHORT',      'Password should be at least 6 characters');
-define('_ERROR_PASSWORDMISSING',       'Password cannot be empty');
-define('_ERROR_REALNAMEMISSING',       'You must enter a real name');
-define('_ERROR_ATLEASTONEADMIN',       'There should always be at least one super-admin that can login to the admin area.');
-define('_ERROR_ATLEASTONEBLOGADMIN','Performing this action would leave your weblog unmaintainable. Please make sure there is always at least one admin.');
-define('_ERROR_ALREADYONTEAM',         'You can\'t add a member that is already on the team');
-define('_ERROR_BADSHORTBLOGNAME',      'The short blog name should only contain a-z and 0-9, without spaces');
-define('_ERROR_DUPSHORTBLOGNAME',      'Another blog already has the chosen short name. These names should be unique');
-define('_ERROR_UPDATEFILE',                    'Cannot get write access to the update-file. Make sure the file permissions are set ok (try chmodding it to 666). Also note that the location is relative to the admin-area directory, so you might want to use an absolute path (something like /your/path/to/nucleus/)');
-define('_ERROR_DELDEFBLOG',                    'Cannot delete the default blog');
-define('_ERROR_DELETEMEMBER',          'This member cannot be deleted, probably because he/she is the author of item(s)');
-define('_ERROR_BADTEMPLATENAME',       'Invalid name for template, use only a-z and 0-9, without spaces');
-define('_ERROR_DUPTEMPLATENAME',       'Another template with this name already exists');
-define('_ERROR_BADSKINNAME',           'Invalid name for skin (only a-z, 0-9 are allowed, no spaces)');
-define('_ERROR_DUPSKINNAME',           'Another skin with this name already exists');
-define('_ERROR_DEFAULTSKIN',           'There must at all times be a skin named "default"');
-define('_ERROR_SKINDEFDELETE',         'Cannot delete skin since it is the default skin for the following weblog: ');
-define('_ERROR_DISALLOWED',                    'Sorry, you\'re not allowed to perform this action');
-define('_ERROR_DELETEBAN',                     'Error while trying to delete ban (ban does not exist)');
-define('_ERROR_ADDBAN',                                'Error while trying to add ban. Ban might not have been added correctly in all your blogs.');
-define('_ERROR_BADACTION',                     'Required action does not exist');
-define('_ERROR_MEMBERMAILDISABLED',    'Member to Member mail messages are disabled');
-define('_ERROR_MEMBERCREATEDISABLED','Creation of member accounts is disabled');
-define('_ERROR_INCORRECTEMAIL',                'Incorrect mail address');
-define('_ERROR_VOTEDBEFORE',           'You have already voted for this item');
-define('_ERROR_BANNED1',                       'Cannot perform action since you (ip range ');
-define('_ERROR_BANNED2',                       ') are banned from doing so. The message was: \'');
-define('_ERROR_BANNED3',                       '\'');
-define('_ERROR_LOGINNEEDED',           'You must be logged in in order to perform this action');
-define('_ERROR_CONNECT',                       'Connect Error');
-define('_ERROR_FILE_TOO_BIG',          'File is too big!');
-define('_ERROR_BADFILETYPE',           'Sorry, this filetype is not allowed');
-define('_ERROR_BADREQUEST',                    'Bad upload request');
-define('_ERROR_DISALLOWEDUPLOAD',      'You are not on any weblogs teamlist. Hence, you are not allowed to upload files');
-define('_ERROR_BADPERMISSIONS',                'File/Dir permissions are not set correctly');
-define('_ERROR_UPLOADMOVEP',           'Error while moving uploaded file');
-define('_ERROR_UPLOADCOPY',                    'Error while copying file');
-define('_ERROR_UPLOADDUPLICATE',       'Another file with that name already exists. Try to rename it before uploading.');
-define('_ERROR_LOGINDISALLOWED',       'Sorry, you\'re not allowed to log in to the admin area. You can log in as another user, though');
-define('_ERROR_DBCONNECT',                     'Could not connect to mySQL server');
-define('_ERROR_DBSELECT',                      'Could not select the nucleus database.');
-define('_ERROR_NOSUCHLANGUAGE',                'No such language file exists');
-define('_ERROR_NOSUCHCATEGORY',                'No such category exists');
-define('_ERROR_DELETELASTCATEGORY',    'There must at least be one category');
-define('_ERROR_DELETEDEFCATEGORY',     'Cannot delete default category');
-define('_ERROR_BADCATEGORYNAME',       'Bad category name');
-define('_ERROR_DUPCATEGORYNAME',       'Another category with this name already exists');
+define('_ERROR_COMMENT_LONGWORD',                                      'Please don\'t use words of lengths higher than 90 in your comments');
+define('_ERROR_COMMENT_NOCOMMENT',                                     'Please enter a comment');
+define('_ERROR_COMMENT_NOUSERNAME',                                    'Bad username');
+define('_ERROR_COMMENT_TOOLONG',                                       'Your comments are too long (max. 5000 chars)');
+define('_ERROR_COMMENTS_DISABLED',                                     'Comments for this blog are currently disabled.');
+define('_ERROR_COMMENTS_NONPUBLIC',                                    'You must be logged in as a member to add comment to this blog');
+define('_ERROR_COMMENTS_MEMBERNICK',                           'The name you want to use to post comments is in use by a site member. Choose something else.');
+define('_ERROR_SKIN',                                                          'Skin error');
+define('_ERROR_ITEMCLOSED',                                                    'This item is closed, it\'s not possible to add new comments to it or to vote on it');
+define('_ERROR_NOSUCHITEM',                                                    'No such item exists');
+define('_ERROR_NOSUCHBLOG',                                                    'No such blog');
+define('_ERROR_NOSUCHSKIN',                                                    'No such skin');
+define('_ERROR_NOSUCHMEMBER',                                          'No such member');
+define('_ERROR_NOTONTEAM',                                                     'You\'re not on the teamlist of this weblog.');
+define('_ERROR_BADDESTBLOG',                                           'Destination blog does not exist');
+define('_ERROR_NOTONDESTTEAM',                                         'Cannot move item, since you\'re not on the teamlist of the destination blog');
+define('_ERROR_NOEMPTYITEMS',                                          'Cannot add empty items!');
+define('_ERROR_BADMAILADDRESS',                                                'Email address is not valid');
+define('_ERROR_BADNOTIFY',                                                     'One or more of the given notify addresses is not a valid email address');
+define('_ERROR_BADNAME',                                                       'Name is not valid (only a-z and 0-9 allowed, no spaces at start/end)');
+define('_ERROR_NICKNAMEINUSE',                                         'Another member is already using that nickname');
+define('_ERROR_PASSWORDMISMATCH',                                      'Passwords must match');
+define('_ERROR_PASSWORDTOOSHORT',                                      'Password should be at least 6 characters');
+define('_ERROR_PASSWORDMISSING',                                       'Password cannot be empty');
+define('_ERROR_REALNAMEMISSING',                                       'You must enter a real name');
+define('_ERROR_ATLEASTONEADMIN',                                       'There should always be at least one super-admin that can login to the admin area.');
+define('_ERROR_ATLEASTONEBLOGADMIN',                           'Performing this action would leave your weblog unmaintainable. Please make sure there is always at least one admin.');
+define('_ERROR_ALREADYONTEAM',                                         'You can\'t add a member that is already on the team');
+define('_ERROR_BADSHORTBLOGNAME',                                      'The short blog name should only contain a-z and 0-9, without spaces');
+define('_ERROR_DUPSHORTBLOGNAME',                                      'Another blog already has the chosen short name. These names should be unique');
+define('_ERROR_UPDATEFILE',                                                    'Cannot get write access to the update-file. Make sure the file permissions are set ok (try chmodding it to 666). Also note that the location is relative to the admin-area directory, so you might want to use an absolute path (something like /your/path/to/nucleus/)');
+define('_ERROR_DELDEFBLOG',                                                    'Cannot delete the default blog');
+define('_ERROR_DELETEMEMBER',                                          'This member cannot be deleted, probably because he/she is the author of item(s)');
+define('_ERROR_BADTEMPLATENAME',                                       'Invalid name for template, use only a-z and 0-9, without spaces');
+define('_ERROR_DUPTEMPLATENAME',                                       'Another template with this name already exists');
+define('_ERROR_BADSKINNAME',                                           'Invalid name for skin (only a-z, 0-9 are allowed, no spaces)');
+define('_ERROR_DUPSKINNAME',                                           'Another skin with this name already exists');
+define('_ERROR_DEFAULTSKIN',                                           'There must at all times be a skin named "default"');
+define('_ERROR_SKINDEFDELETE',                                         'Cannot delete skin since it is the default skin for the following weblog: ');
+define('_ERROR_DISALLOWED',                                                    'Sorry, you\'re not allowed to perform this action');
+define('_ERROR_DELETEBAN',                                                     'Error while trying to delete ban (ban does not exist)');
+define('_ERROR_ADDBAN',                                                                'Error while trying to add ban. Ban might not have been added correctly in all your blogs.');
+define('_ERROR_BADACTION',                                                     'Required action does not exist');
+define('_ERROR_MEMBERMAILDISABLED',                                    'Member to Member mail messages are disabled');
+define('_ERROR_MEMBERCREATEDISABLED'                           ,'Creation of member accounts is disabled');
+define('_ERROR_INCORRECTEMAIL',                                                'Incorrect mail address');
+define('_ERROR_VOTEDBEFORE',                                           'You have already voted for this item');
+define('_ERROR_BANNED1',                                                       'Cannot perform action since you (ip range ');
+define('_ERROR_BANNED2',                                                       ') are banned from doing so. The message was: \'');
+define('_ERROR_BANNED3',                                                       '\'');
+define('_ERROR_LOGINNEEDED',                                           'You must be logged in in order to perform this action');
+define('_ERROR_CONNECT',                                                       'Connect Error');
+define('_ERROR_FILE_TOO_BIG',                                          'File is too big!');
+define('_ERROR_BADFILETYPE',                                           'Sorry, this filetype is not allowed');
+define('_ERROR_BADREQUEST',                                                    'Bad upload request');
+define('_ERROR_DISALLOWEDUPLOAD',                                      'You are not on any weblogs teamlist. Hence, you are not allowed to upload files');
+define('_ERROR_BADPERMISSIONS',                                                'File/Dir permissions are not set correctly');
+define('_ERROR_UPLOADMOVEP',                                           'Error while moving uploaded file');
+define('_ERROR_UPLOADCOPY',                                                    'Error while copying file');
+define('_ERROR_UPLOADDUPLICATE',                                       'Another file with that name already exists. Try to rename it before uploading.');
+define('_ERROR_LOGINDISALLOWED',                                       'Sorry, you\'re not allowed to log in to the admin area. You can log in as another user, though');
+define('_ERROR_DBCONNECT',                                                     'Could not connect to mySQL server');
+define('_ERROR_DBSELECT',                                                      'Could not select the nucleus database.');
+define('_ERROR_NOSUCHLANGUAGE',                                                'No such language file exists');
+define('_ERROR_NOSUCHCATEGORY',                                                'No such category exists');
+define('_ERROR_DELETELASTCATEGORY',                                    'There must at least be one category');
+define('_ERROR_DELETEDEFCATEGORY',                                     'Cannot delete default category');
+define('_ERROR_BADCATEGORYNAME',                                       'Bad category name');
+define('_ERROR_DUPCATEGORYNAME',                                       'Another category with this name already exists');
 
 // some warnings (used for mediadir setting)
-define('_WARNING_NOTADIR',                     'Warning: Current value is not a directory!');
-define('_WARNING_NOTREADABLE',         'Warning: Current value is a non-readable directory!');
-define('_WARNING_NOTWRITABLE',         'Warning: Current value is NOT a writable directory!');
+define('_WARNING_NOTADIR',                                                     'Warning: Current value is not a directory!');
+define('_WARNING_NOTREADABLE',                                         'Warning: Current value is a non-readable directory!');
+define('_WARNING_NOTWRITABLE',                                         'Warning: Current value is NOT a writable directory!');
 
 // media and upload
-define('_MEDIA_UPLOADLINK',                    'Upload a new file');
-define('_MEDIA_MODIFIED',                      'modified');
-define('_MEDIA_FILENAME',                      'filename');
-define('_MEDIA_DIMENSIONS',                    'dimensions');
-define('_MEDIA_INLINE',                                'Inline');
-define('_MEDIA_POPUP',                         'Popup');
-define('_UPLOAD_TITLE',                                'Choose File');
-define('_UPLOAD_MSG',                          'Select the file you want to upload below, and hit the \'Upload\' button.');
-define('_UPLOAD_BUTTON',                       'Upload');
+define('_MEDIA_UPLOADLINK',                                                    'Upload a new file');
+define('_MEDIA_MODIFIED',                                                      'modified');
+define('_MEDIA_FILENAME',                                                      'filename');
+define('_MEDIA_DIMENSIONS',                                                    'dimensions');
+define('_MEDIA_INLINE',                                                                'Inline');
+define('_MEDIA_POPUP',                                                         'Popup');
+define('_UPLOAD_TITLE',                                                                'Choose File');
+define('_UPLOAD_MSG',                                                          'Select the file you want to upload below, and hit the \'Upload\' button.');
+define('_UPLOAD_BUTTON',                                                       'Upload');
 
 // some status messages
-//define('_MSG_ACCOUNTCREATED',                'Account created, password will be sent through email');
-//define('_MSG_PASSWORDSENT',                  'Password has been sent by e-mail.');
-define('_MSG_LOGINAGAIN',                      'You\'ll need to login again, because your info changed');
-define('_MSG_SETTINGSCHANGED',         'Settings Changed');
-define('_MSG_ADMINCHANGED',                    'Admin Changed');
-define('_MSG_NEWBLOG',                         'New Blog Created');
-define('_MSG_ACTIONLOGCLEARED',                'Action Log Cleared');
+//define('_MSG_ACCOUNTCREATED',                                                'Account created, password will be sent through email');
+//define('_MSG_PASSWORDSENT',                                                  'Password has been sent by e-mail.');
+define('_MSG_LOGINAGAIN',                                                      'You\'ll need to login again, because your info changed');
+define('_MSG_SETTINGSCHANGED',                                         'Settings Changed');
+define('_MSG_ADMINCHANGED',                                                    'Admin Changed');
+define('_MSG_NEWBLOG',                                                         'New Blog Created');
+define('_MSG_ACTIONLOGCLEARED',                                                'Action Log Cleared');
 
 // actionlog in admin area
-define('_ACTIONLOG_DISALLOWED',                'Disallowed action: ');
-define('_ACTIONLOG_PWDREMINDERSENT','New password sent for ');
-define('_ACTIONLOG_TITLE',                     'Action Log');
-define('_ACTIONLOG_CLEAR_TITLE',       'Clear Action Log');
-define('_ACTIONLOG_CLEAR_TEXT',                'Clear action log now');
+define('_ACTIONLOG_DISALLOWED',                                                'Disallowed action: ');
+define('_ACTIONLOG_PWDREMINDERSENT',                           'New password sent for ');
+define('_ACTIONLOG_TITLE',                                                     'Action Log');
+define('_ACTIONLOG_CLEAR_TITLE',                                       'Clear Action Log');
+define('_ACTIONLOG_CLEAR_TEXT',                                                'Clear action log now');
 
 // team management
-define('_TEAM_TITLE',                          'Manage team for blog ');
-define('_TEAM_CURRENT',                                'Current team');
-define('_TEAM_ADDNEW',                         'Add new member to team');
-define('_TEAM_CHOOSEMEMBER',           'Choose member');
-define('_TEAM_ADMIN',                          'Admin privileges? ');
-define('_TEAM_ADD',                                    'Add to team');
-define('_TEAM_ADD_BTN',                                'Add to team');
+define('_TEAM_TITLE',                                                          'Manage team for blog ');
+define('_TEAM_CURRENT',                                                                'Current team');
+define('_TEAM_ADDNEW',                                                         'Add new member to team');
+define('_TEAM_CHOOSEMEMBER',                                           'Choose member');
+define('_TEAM_ADMIN',                                                          'Admin privileges? ');
+define('_TEAM_ADD',                                                                    'Add to team');
+define('_TEAM_ADD_BTN',                                                                'Add to team');
 
 // blogsettings
-define('_EBLOG_TITLE',                         'Edit Blog Settings');
-define('_EBLOG_TEAM_TITLE',                    'Edit Team');
-define('_EBLOG_TEAM_TEXT',                     'Click here to edit your team...');
-define('_EBLOG_SETTINGS_TITLE',                'Blog settings');
-define('_EBLOG_NAME',                          'Blog Name');
-define('_EBLOG_SHORTNAME',                     'Short Blog Name');
-define('_EBLOG_SHORTNAME_EXTRA',       '<br />(should only contain a-z and no spaces)');
-define('_EBLOG_DESC',                          'Blog Description');
-define('_EBLOG_URL',                           'URL');
-define('_EBLOG_DEFSKIN',                       'Default Skin');
-define('_EBLOG_DEFCAT',                                'Default Category');
-define('_EBLOG_LINEBREAKS',                    'Convert line breaks');
-define('_EBLOG_DISABLECOMMENTS',       'Comments enabled?<br /><small>(Disabling comments means that adding comments is not possible.)</small>');
-define('_EBLOG_ANONYMOUS',                     'Allow comments by non-members?');
-define('_EBLOG_NOTIFY',                                'Notify Address(es) (use ; as separator)');
-define('_EBLOG_NOTIFY_ON',                     'Notify on');
-define('_EBLOG_NOTIFY_COMMENT',                'New comments');
-define('_EBLOG_NOTIFY_KARMA',          'New karma votes');
-define('_EBLOG_NOTIFY_ITEM',           'New weblog items');
-define('_EBLOG_PING',                          'Ping Weblogs.com on update?');
-define('_EBLOG_MAXCOMMENTS',           'Max Amount of comments');
-define('_EBLOG_UPDATE',                                'Update file');
-define('_EBLOG_OFFSET',                                'Time Offset');
-define('_EBLOG_STIME',                         'Current server time is');
-define('_EBLOG_BTIME',                         'Current blog time is');
-define('_EBLOG_CHANGE',                                'Change Settings');
-define('_EBLOG_CHANGE_BTN',                    'Change Settings');
-define('_EBLOG_ADMIN',                         'Blog Admin');
-define('_EBLOG_ADMIN_MSG',                     'You will be assigned admin privileges');
-define('_EBLOG_CREATE_TITLE',          'Create new weblog');
-define('_EBLOG_CREATE_TEXT',           'Fill out the form below to create a new weblog. <br /><br /> <b>Note:</b> Only the necessary options are listed. If you want to set extra options, enter the blogsettings page after creating the weblog.');
-define('_EBLOG_CREATE',                                'Create!');
-define('_EBLOG_CREATE_BTN',                    'Create Weblog');
-define('_EBLOG_CAT_TITLE',                     'Categories');
-define('_EBLOG_CAT_NAME',                      'Category Name');
-define('_EBLOG_CAT_DESC',                      'Category Description');
-define('_EBLOG_CAT_CREATE',                    'Create New Category');
-define('_EBLOG_CAT_UPDATE',                    'Update Category');
-define('_EBLOG_CAT_UPDATE_BTN',                'Update Category');
+define('_EBLOG_TITLE',                                                         'Edit Blog Settings');
+define('_EBLOG_TEAM_TITLE',                                                    'Edit Team');
+define('_EBLOG_TEAM_TEXT',                                                     'Click here to edit your team...');
+define('_EBLOG_SETTINGS_TITLE',                                                'Blog settings');
+define('_EBLOG_NAME',                                                          'Blog Name');
+define('_EBLOG_SHORTNAME',                                                     'Short Blog Name');
+define('_EBLOG_SHORTNAME_EXTRA',                                       '<br />(should only contain a-z and no spaces)');
+define('_EBLOG_DESC',                                                          'Blog Description');
+define('_EBLOG_URL',                                                           'URL');
+define('_EBLOG_DEFSKIN',                                                       'Default Skin');
+define('_EBLOG_DEFCAT',                                                                'Default Category');
+define('_EBLOG_LINEBREAKS',                                                    'Convert line breaks');
+define('_EBLOG_DISABLECOMMENTS',                                       'Comments enabled?<br /><small>(Disabling comments means that adding comments is not possible.)</small>');
+define('_EBLOG_ANONYMOUS',                                                     'Allow comments by non-members?');
+define('_EBLOG_NOTIFY',                                                                'Notify Address(es) (use ; as separator)');
+define('_EBLOG_NOTIFY_ON',                                                     'Notify on');
+define('_EBLOG_NOTIFY_COMMENT',                                                'New comments');
+define('_EBLOG_NOTIFY_KARMA',                                          'New karma votes');
+define('_EBLOG_NOTIFY_ITEM',                                           'New weblog items');
+define('_EBLOG_PING',                          'Ping weblog listing service on update?'); // NOTE: This string is no longer in used
+define('_EBLOG_MAXCOMMENTS',                                           'Max Amount of comments');
+define('_EBLOG_UPDATE',                                                                'Update file');
+define('_EBLOG_OFFSET',                                                                'Time Offset');
+define('_EBLOG_STIME',                                                         'Current server time is');
+define('_EBLOG_BTIME',                                                         'Current blog time is');
+define('_EBLOG_CHANGE',                                                                'Change Settings');
+define('_EBLOG_CHANGE_BTN',                                                    'Change Settings');
+define('_EBLOG_ADMIN',                                                         'Blog Admin');
+define('_EBLOG_ADMIN_MSG',                                                     'You will be assigned admin privileges');
+define('_EBLOG_CREATE_TITLE',                                          'Create new weblog');
+define('_EBLOG_CREATE_TEXT',                                           'Fill out the form below to create a new weblog. <br /><br /> <b>Note:</b> Only the necessary options are listed. If you want to set extra options, enter the blogsettings page after creating the weblog.');
+define('_EBLOG_CREATE',                                                                'Create!');
+define('_EBLOG_CREATE_BTN',                                                    'Create Weblog');
+define('_EBLOG_CAT_TITLE',                                                     'Categories');
+define('_EBLOG_CAT_NAME',                                                      'Category Name');
+define('_EBLOG_CAT_DESC',                                                      'Category Description');
+define('_EBLOG_CAT_CREATE',                                                    'Create New Category');
+define('_EBLOG_CAT_UPDATE',                                                    'Update Category');
+define('_EBLOG_CAT_UPDATE_BTN',                                                'Update Category');
 
 // templates
-define('_TEMPLATE_TITLE',                      'Edit Templates');
-define('_TEMPLATE_AVAILABLE_TITLE',    'Available Templates');
-define('_TEMPLATE_NEW_TITLE',          'New Template');
-define('_TEMPLATE_NAME',                       'Template Name');
-define('_TEMPLATE_DESC',                       'Template Description');
-define('_TEMPLATE_CREATE',                     'Create Template');
-define('_TEMPLATE_CREATE_BTN',         'Create Template');
-define('_TEMPLATE_EDIT_TITLE',         'Edit Template');
-define('_TEMPLATE_BACK',                       'Back to Template Overview');
-define('_TEMPLATE_EDIT_MSG',           'Not all template parts are needed, leave empty those that are not needed.');
-define('_TEMPLATE_SETTINGS',           'Template Settings');
-define('_TEMPLATE_ITEMS',                      'Items');
-define('_TEMPLATE_ITEMHEADER',         'Item Header');
-define('_TEMPLATE_ITEMBODY',           'Item Body');
-define('_TEMPLATE_ITEMFOOTER',         'Item Footer');
-define('_TEMPLATE_MORELINK',           'Link to extended entry');
-define('_TEMPLATE_NEW',                                'Indication of new item');
-define('_TEMPLATE_COMMENTS_ANY',       'Comments (if any)');
-define('_TEMPLATE_CHEADER',                    'Comments Header');
-define('_TEMPLATE_CBODY',                      'Comments Body');
-define('_TEMPLATE_CFOOTER',                    'Comments Footer');
-define('_TEMPLATE_CONE',                       'One Comment');
-define('_TEMPLATE_CMANY',                      'Two (or more) Comments');
-define('_TEMPLATE_CMORE',                      'Comments Read More');
-define('_TEMPLATE_CMEXTRA',                    'Member Extra');
-define('_TEMPLATE_COMMENTS_NONE',      'Comments (if none)');
-define('_TEMPLATE_CNONE',                      'No Comments');
-define('_TEMPLATE_COMMENTS_TOOMUCH','Comments (if any, but too much to show inline)');
-define('_TEMPLATE_CTOOMUCH',           'Too Much Comments');
-define('_TEMPLATE_ARCHIVELIST',                'Archive Lists');
-define('_TEMPLATE_AHEADER',                    'Archive List Header');
-define('_TEMPLATE_AITEM',                      'Archive List Item');
-define('_TEMPLATE_AFOOTER',                    'Archive List Footer');
-define('_TEMPLATE_DATETIME',           'Date and Time');
-define('_TEMPLATE_DHEADER',                    'Date Header');
-define('_TEMPLATE_DFOOTER',                    'Date Footer');
-define('_TEMPLATE_DFORMAT',                    'Date Format');
-define('_TEMPLATE_TFORMAT',                    'Time Format');
-define('_TEMPLATE_LOCALE',                     'Locale');
-define('_TEMPLATE_IMAGE',                      'Image popups');
-define('_TEMPLATE_PCODE',                      'Popup Link Code');
-define('_TEMPLATE_ICODE',                      'Inline Image Code');
-define('_TEMPLATE_MCODE',                      'Media Object Link Code');
-define('_TEMPLATE_SEARCH',                     'Search');
-define('_TEMPLATE_SHIGHLIGHT',         'Highlight');
-define('_TEMPLATE_SNOTFOUND',          'Nothing found in search');
-define('_TEMPLATE_UPDATE',                     'Update');
-define('_TEMPLATE_UPDATE_BTN',         'Update Template');
-define('_TEMPLATE_RESET_BTN',          'Reset Data');
-define('_TEMPLATE_CATEGORYLIST',       'Category Lists');
-define('_TEMPLATE_CATHEADER',          'Category List Header');
-define('_TEMPLATE_CATITEM',                    'Category List Item');
-define('_TEMPLATE_CATFOOTER',          'Category List Footer');
+define('_TEMPLATE_TITLE',                                                      'Edit Templates');
+define('_TEMPLATE_AVAILABLE_TITLE',                                    'Available Templates');
+define('_TEMPLATE_NEW_TITLE',                                          'New Template');
+define('_TEMPLATE_NAME',                                                       'Template Name');
+define('_TEMPLATE_DESC',                                                       'Template Description');
+define('_TEMPLATE_CREATE',                                                     'Create Template');
+define('_TEMPLATE_CREATE_BTN',                                         'Create Template');
+define('_TEMPLATE_EDIT_TITLE',                                         'Edit Template');
+define('_TEMPLATE_BACK',                                                       'Back to Template Overview');
+define('_TEMPLATE_EDIT_MSG',                                           'Not all template parts are needed, leave empty those that are not needed.');
+define('_TEMPLATE_SETTINGS',                                           'Template Settings');
+define('_TEMPLATE_ITEMS',                                                      'Items');
+define('_TEMPLATE_ITEMHEADER',                                         'Item Header');
+define('_TEMPLATE_ITEMBODY',                                           'Item Body');
+define('_TEMPLATE_ITEMFOOTER',                                         'Item Footer');
+define('_TEMPLATE_MORELINK',                                           'Link to extended entry');
+define('_TEMPLATE_NEW',                                                                'Indication of new item');
+define('_TEMPLATE_COMMENTS_ANY',                                       'Comments (if any)');
+define('_TEMPLATE_CHEADER',                                                    'Comments Header');
+define('_TEMPLATE_CBODY',                                                      'Comments Body');
+define('_TEMPLATE_CFOOTER',                                                    'Comments Footer');
+define('_TEMPLATE_CONE',                                                       'One Comment');
+define('_TEMPLATE_CMANY',                                                      'Two (or more) Comments');
+define('_TEMPLATE_CMORE',                                                      'Comments Read More');
+define('_TEMPLATE_CMEXTRA',                                                    'Member Extra');
+define('_TEMPLATE_COMMENTS_NONE',                                      'Comments (if none)');
+define('_TEMPLATE_CNONE',                                                      'No Comments');
+define('_TEMPLATE_COMMENTS_TOOMUCH',                           'Comments (if any, but too much to show inline)');
+define('_TEMPLATE_CTOOMUCH',                                           'Too Much Comments');
+define('_TEMPLATE_ARCHIVELIST',                                                'Archive Lists');
+define('_TEMPLATE_AHEADER',                                                    'Archive List Header');
+define('_TEMPLATE_AITEM',                                                      'Archive List Item');
+define('_TEMPLATE_AFOOTER',                                                    'Archive List Footer');
+define('_TEMPLATE_DATETIME',                                           'Date and Time');
+define('_TEMPLATE_DHEADER',                                                    'Date Header');
+define('_TEMPLATE_DFOOTER',                                                    'Date Footer');
+define('_TEMPLATE_DFORMAT',                                                    'Date Format');
+define('_TEMPLATE_TFORMAT',                                                    'Time Format');
+define('_TEMPLATE_LOCALE',                                                     'Locale');
+define('_TEMPLATE_IMAGE',                                                      'Image popups');
+define('_TEMPLATE_PCODE',                                                      'Popup Link Code');
+define('_TEMPLATE_ICODE',                                                      'Inline Image Code');
+define('_TEMPLATE_MCODE',                                                      'Media Object Link Code');
+define('_TEMPLATE_SEARCH',                                                     'Search');
+define('_TEMPLATE_SHIGHLIGHT',                                         'Highlight');
+define('_TEMPLATE_SNOTFOUND',                                          'Nothing found in search');
+define('_TEMPLATE_UPDATE',                                                     'Update');
+define('_TEMPLATE_UPDATE_BTN',                                         'Update Template');
+define('_TEMPLATE_RESET_BTN',                                          'Reset Data');
+define('_TEMPLATE_CATEGORYLIST',                                       'Category Lists');
+define('_TEMPLATE_CATHEADER',                                          'Category List Header');
+define('_TEMPLATE_CATITEM',                                                    'Category List Item');
+define('_TEMPLATE_CATFOOTER',                                          'Category List Footer');
 
 // skins
-define('_SKIN_EDIT_TITLE',                     'Edit Skins');
-define('_SKIN_AVAILABLE_TITLE',                'Available Skins');
-define('_SKIN_NEW_TITLE',                      'New Skin');
-define('_SKIN_NAME',                           'Name');
-define('_SKIN_DESC',                           'Description');
-define('_SKIN_TYPE',                           'Content Type');
-define('_SKIN_CREATE',                         'Create');
-define('_SKIN_CREATE_BTN',                     'Create Skin');
-define('_SKIN_EDITONE_TITLE',          'Edit skin');
-define('_SKIN_BACK',                           'Back to Skin Overview');
-define('_SKIN_PARTS_TITLE',                    'Skin Parts');
-define('_SKIN_PARTS_MSG',                      'Not all types are needed for each skin. Leave empty those you don\'t need. Choose the skin type to edit below:');
-define('_SKIN_PART_MAIN',                      'Main Index');
-define('_SKIN_PART_ITEM',                      'Item Pages');
-define('_SKIN_PART_ALIST',                     'Archive List');
-define('_SKIN_PART_ARCHIVE',           'Archive');
-define('_SKIN_PART_SEARCH',                    'Search');
-define('_SKIN_PART_ERROR',                     'Errors');
-define('_SKIN_PART_MEMBER',                    'Member Details');
-define('_SKIN_PART_POPUP',                     'Image Popups');
-define('_SKIN_GENSETTINGS_TITLE',      'General Settings');
-define('_SKIN_CHANGE',                         'Change');
-define('_SKIN_CHANGE_BTN',                     'Change these settings');
-define('_SKIN_UPDATE_BTN',                     'Update Skin');
-define('_SKIN_RESET_BTN',                      'Reset Data');
-define('_SKIN_EDITPART_TITLE',         'Edit Skin');
-define('_SKIN_GOBACK',                         'Go Back');
-define('_SKIN_ALLOWEDVARS',                    'Allowed Variables (click for info):');
+define('_SKIN_EDIT_TITLE',                                                     'Edit Skins');
+define('_SKIN_AVAILABLE_TITLE',                                                'Available Skins');
+define('_SKIN_NEW_TITLE',                                                      'New Skin');
+define('_SKIN_NAME',                                                           'Name');
+define('_SKIN_DESC',                                                           'Description');
+define('_SKIN_TYPE',                                                           'Content Type');
+define('_SKIN_CREATE',                                                         'Create');
+define('_SKIN_CREATE_BTN',                                                     'Create Skin');
+define('_SKIN_EDITONE_TITLE',                                          'Edit skin');
+define('_SKIN_BACK',                                                           'Back to Skin Overview');
+define('_SKIN_PARTS_TITLE',                                                    'Skin Parts');
+define('_SKIN_PARTS_MSG',                                                      'Not all types are needed for each skin. Leave empty those you don\'t need. Choose the skin type to edit below:');
+define('_SKIN_PART_MAIN',                                                      'Main Index');
+define('_SKIN_PART_ITEM',                                                      'Item Pages');
+define('_SKIN_PART_ALIST',                                                     'Archive List');
+define('_SKIN_PART_ARCHIVE',                                           'Archive');
+define('_SKIN_PART_SEARCH',                                                    'Search');
+define('_SKIN_PART_ERROR',                                                     'Errors');
+define('_SKIN_PART_MEMBER',                                                    'Member Details');
+define('_SKIN_PART_POPUP',                                                     'Image Popups');
+define('_SKIN_GENSETTINGS_TITLE',                                      'General Settings');
+define('_SKIN_CHANGE',                                                         'Change');
+define('_SKIN_CHANGE_BTN',                                                     'Change these settings');
+define('_SKIN_UPDATE_BTN',                                                     'Update Skin');
+define('_SKIN_RESET_BTN',                                                      'Reset Data');
+define('_SKIN_EDITPART_TITLE',                                         'Edit Skin');
+define('_SKIN_GOBACK',                                                         'Go Back');
+define('_SKIN_ALLOWEDVARS',                                                    'Allowed Variables (click for info):');
 
 // global settings
-define('_SETTINGS_TITLE',                      'General Settings');
-define('_SETTINGS_SUB_GENERAL',                'General Settings');
-define('_SETTINGS_DEFBLOG',                    'Default Blog');
-define('_SETTINGS_ADMINMAIL',          'Administrator Email');
-define('_SETTINGS_SITENAME',           'Site Name');
-define('_SETTINGS_SITEURL',                    'URL of Site (should end with a slash)');
-define('_SETTINGS_ADMINURL',           'URL of Admin Area (should end with a slash)');
-define('_SETTINGS_DIRS',                       'Nucleus Directories');
-define('_SETTINGS_MEDIADIR',           'Media Directory');
-define('_SETTINGS_SEECONFIGPHP',       '(see config.php)');
-define('_SETTINGS_MEDIAURL',           'Media URL (should end with a slash)');
-define('_SETTINGS_ALLOWUPLOAD',                'Allow File Upload?');
-define('_SETTINGS_ALLOWUPLOADTYPES','Allow File Types for Upload');
-define('_SETTINGS_CHANGELOGIN',                'Allow Members to Change Login/Password');
-define('_SETTINGS_COOKIES_TITLE',      'Cookie Settings');
-define('_SETTINGS_COOKIELIFE',         'Login Cookie Lifetime');
-define('_SETTINGS_COOKIESESSION',      'Session Cookies');
-define('_SETTINGS_COOKIEMONTH',                'Lifetime of a Month');
-define('_SETTINGS_COOKIEPATH',         'Cookie Path (advanced)');
-define('_SETTINGS_COOKIEDOMAIN',       'Cookie Domain (advanced)');
-define('_SETTINGS_COOKIESECURE',       'Secure Cookie (advanced)');
-define('_SETTINGS_LASTVISIT',          'Save Last Visit Cookies');
-define('_SETTINGS_ALLOWCREATE',                'Allow Visitors to Create a Member Account');
-define('_SETTINGS_NEWLOGIN',           'Login Allowed for User-Created accounts');
-define('_SETTINGS_NEWLOGIN2',          '(only goes for newly created accounts)');
-define('_SETTINGS_MEMBERMSGS',         'Allow Member-2-Member Service');
-define('_SETTINGS_LANGUAGE',           'Default Language');
-define('_SETTINGS_DISABLESITE',                'Disable Site');
-define('_SETTINGS_DBLOGIN',                    'mySQL Login &amp; Database');
-define('_SETTINGS_UPDATE',                     'Update Settings');
-define('_SETTINGS_UPDATE_BTN',         'Update Settings');
-define('_SETTINGS_DISABLEJS',          'Disable JavaScript Toolbar');
-define('_SETTINGS_MEDIA',                      'Media/Upload Settings');
-define('_SETTINGS_MEDIAPREFIX',                'Prefix uploaded files with date');
-define('_SETTINGS_MEMBERS',                    'Member Settings');
+define('_SETTINGS_TITLE',                                                      'General Settings');
+define('_SETTINGS_SUB_GENERAL',                                                'General Settings');
+define('_SETTINGS_DEFBLOG',                                                    'Default Blog');
+define('_SETTINGS_ADMINMAIL',                                          'Administrator Email');
+define('_SETTINGS_SITENAME',                                           'Site Name');
+define('_SETTINGS_SITEURL',                                                    'URL of Site (should end with a slash)');
+define('_SETTINGS_ADMINURL',                                           'URL of Admin Area (should end with a slash)');
+define('_SETTINGS_DIRS',                                                       'Nucleus Directories');
+define('_SETTINGS_MEDIADIR',                                           'Media Directory');
+define('_SETTINGS_SEECONFIGPHP',                                       '(see config.php)');
+define('_SETTINGS_MEDIAURL',                                           'Media URL (should end with a slash)');
+define('_SETTINGS_ALLOWUPLOAD',                                                'Allow File Upload?');
+define('_SETTINGS_ALLOWUPLOADTYPES',                           'Allow File Types for Upload');
+define('_SETTINGS_CHANGELOGIN',                                                'Allow Members to Change Login/Password');
+define('_SETTINGS_COOKIES_TITLE',                                      'Cookie Settings');
+define('_SETTINGS_COOKIELIFE',                                         'Login Cookie Lifetime');
+define('_SETTINGS_COOKIESESSION',                                      'Session Cookies');
+define('_SETTINGS_COOKIEMONTH',                                                'Lifetime of a Month');
+define('_SETTINGS_COOKIEPATH',                                         'Cookie Path (advanced)');
+define('_SETTINGS_COOKIEDOMAIN',                                       'Cookie Domain (advanced)');
+define('_SETTINGS_COOKIESECURE',                                       'Secure Cookie (advanced)');
+define('_SETTINGS_LASTVISIT',                                          'Save Last Visit Cookies');
+define('_SETTINGS_ALLOWCREATE',                                                'Allow Visitors to Create a Member Account');
+define('_SETTINGS_NEWLOGIN',                                           'Login Allowed for User-Created accounts');
+define('_SETTINGS_NEWLOGIN2',                                          '(only goes for newly created accounts)');
+define('_SETTINGS_MEMBERMSGS',                                         'Allow Member-2-Member Service');
+define('_SETTINGS_LANGUAGE',                                           'Default Language');
+define('_SETTINGS_DISABLESITE',                                                'Disable Site');
+define('_SETTINGS_DBLOGIN',                                                    'mySQL Login &amp; Database');
+define('_SETTINGS_UPDATE',                                                     'Update Settings');
+define('_SETTINGS_UPDATE_BTN',                                         'Update Settings');
+define('_SETTINGS_DISABLEJS',                                          'Disable JavaScript Toolbar');
+define('_SETTINGS_MEDIA',                                                      'Media/Upload Settings');
+define('_SETTINGS_MEDIAPREFIX',                                                'Prefix uploaded files with date');
+define('_SETTINGS_MEMBERS',                                                    'Member Settings');
 
 // bans
-define('_BAN_TITLE',                           'Ban List for');
-define('_BAN_NONE',                                    'No bans for this weblog');
-define('_BAN_NEW_TITLE',                       'Add New Ban');
-define('_BAN_NEW_TEXT',                                'Add a new ban now');
-define('_BAN_REMOVE_TITLE',                    'Remove Ban');
-define('_BAN_IPRANGE',                         'IP Range');
-define('_BAN_BLOGS',                           'Which blogs?');
-define('_BAN_DELETE_TITLE',                    'Delete Ban');
-define('_BAN_ALLBLOGS',                                'All blogs to which you have admin privileges.');
-define('_BAN_REMOVED_TITLE',           'Ban Removed');
-define('_BAN_REMOVED_TEXT',                    'Ban was removed for the following blogs:');
-define('_BAN_ADD_TITLE',                       'Add Ban');
-define('_BAN_IPRANGE_TEXT',                    'Choose the IP range you want to block below. The less numbers in it, the more addresses will be blocked.');
-define('_BAN_BLOGS_TEXT',                      'You can either select to ban the IP on one blog only, or you can select to block the IP on all blogs where you have administrator privileges. Make your choice below.');
-define('_BAN_REASON_TITLE',                    'Reason');
-define('_BAN_REASON_TEXT',                     'You can provide a reason for the ban, which will be displayed when the IP holder tries to add another comment or tries to cast a karma vote. Maximum length is 256 characters.');
-define('_BAN_ADD_BTN',                         'Add Ban');
+define('_BAN_TITLE',                                                           'Ban List for');
+define('_BAN_NONE',                                                                    'No bans for this weblog');
+define('_BAN_NEW_TITLE',                                                       'Add New Ban');
+define('_BAN_NEW_TEXT',                                                                'Add a new ban now');
+define('_BAN_REMOVE_TITLE',                                                    'Remove Ban');
+define('_BAN_IPRANGE',                                                         'IP Range');
+define('_BAN_BLOGS',                                                           'Which blogs?');
+define('_BAN_DELETE_TITLE',                                                    'Delete Ban');
+define('_BAN_ALLBLOGS',                                                                'All blogs to which you have admin privileges.');
+define('_BAN_REMOVED_TITLE',                                           'Ban Removed');
+define('_BAN_REMOVED_TEXT',                                                    'Ban was removed for the following blogs:');
+define('_BAN_ADD_TITLE',                                                       'Add Ban');
+define('_BAN_IPRANGE_TEXT',                                                    'Choose the IP range you want to block below. The less numbers in it, the more addresses will be blocked.');
+define('_BAN_BLOGS_TEXT',                                                      'You can either select to ban the IP on one blog only, or you can select to block the IP on all blogs where you have administrator privileges. Make your choice below.');
+define('_BAN_REASON_TITLE',                                                    'Reason');
+define('_BAN_REASON_TEXT',                                                     'You can provide a reason for the ban, which will be displayed when the IP holder tries to add another comment or tries to cast a karma vote. Maximum length is 256 characters.');
+define('_BAN_ADD_BTN',                                                         'Add Ban');
 
 // LOGIN screen
-define('_LOGIN_MESSAGE',                       'Message');
-define('_LOGIN_NAME',                          'Name');
-define('_LOGIN_PASSWORD',                      'Password');
-define('_LOGIN_SHARED',                                _LOGINFORM_SHARED);
-define('_LOGIN_FORGOT',                                'Forgot your password?');
+define('_LOGIN_MESSAGE',                                                       'Message');
+define('_LOGIN_SHARED',                                                                _LOGINFORM_SHARED);
+define('_LOGIN_FORGOT',                                                                'Forgot your password?');
 
 // membermanagement
-define('_MEMBERS_TITLE',                       'Member Management');
-define('_MEMBERS_CURRENT',                     'Current Members');
-define('_MEMBERS_NEW',                         'New Member');
-define('_MEMBERS_DISPLAY',                     'Display Name');
-define('_MEMBERS_DISPLAY_INFO',                '(This is the name you use to login)');
-define('_MEMBERS_REALNAME',                    'Real Name');
-define('_MEMBERS_PWD',                         'Password');
-define('_MEMBERS_REPPWD',                      'Repeat Password');
-define('_MEMBERS_EMAIL',                       'Email address');
-define('_MEMBERS_EMAIL_EDIT',          '(When you change the email address, a new password will be automatically sent out to that address)');
-define('_MEMBERS_URL',                         'Website Address (URL)');
-define('_MEMBERS_SUPERADMIN',          'Administrator privileges');
-define('_MEMBERS_CANLOGIN',                    'Can login to admin area');
-define('_MEMBERS_NOTES',                       'Notes');
-define('_MEMBERS_NEW_BTN',                     'Add Member');
-define('_MEMBERS_EDIT',                                'Edit Member');
-define('_MEMBERS_EDIT_BTN',                    'Change Settings');
-define('_MEMBERS_BACKTOOVERVIEW',      'Back to Member Overview');
-define('_MEMBERS_DEFLANG',                     'Language');
-define('_MEMBERS_USESITELANG',         '- use site settings -');
+define('_MEMBERS_TITLE',                                                       'Member Management');
+define('_MEMBERS_CURRENT',                                                     'Current Members');
+define('_MEMBERS_NEW',                                                         'New Member');
+define('_MEMBERS_DISPLAY',                                                     'Display Name');
+define('_MEMBERS_DISPLAY_INFO',                                                '(This is the name you use to login)');
+define('_MEMBERS_REALNAME',                                                    'Real Name');
+define('_MEMBERS_PWD',                                                         'Password');
+define('_MEMBERS_REPPWD',                                                      'Repeat Password');
+define('_MEMBERS_EMAIL',                                                       'Email address');
+define('_MEMBERS_EMAIL_EDIT',                                          '(When you change the email address, an activation link will be automatically sent out to that address)');
+define('_MEMBERS_URL',                                                         'Website Address (URL)');
+define('_MEMBERS_SUPERADMIN',                                          'Administrator privileges');
+define('_MEMBERS_CANLOGIN',                                                    'Can login to admin area');
+define('_MEMBERS_NOTES',                                                       'Notes');
+define('_MEMBERS_NEW_BTN',                                                     'Add Member');
+define('_MEMBERS_EDIT',                                                                'Edit Member');
+define('_MEMBERS_EDIT_BTN',                                                    'Change Settings');
+define('_MEMBERS_BACKTOOVERVIEW',                                      'Back to Member Overview');
+define('_MEMBERS_DEFLANG',                                                     'Language');
+define('_MEMBERS_USESITELANG',                                         '- use site settings -');
 
 // List of blogs (TT = tooltip)
-define('_BLOGLIST_TT_VISIT',           'Visit Site');
-define('_BLOGLIST_ADD',                                'Add Item');
-define('_BLOGLIST_TT_ADD',                     'Add a new item to this weblog');
-define('_BLOGLIST_EDIT',                       'Edit/Delete Items');
-define('_BLOGLIST_TT_EDIT',                    '');
-define('_BLOGLIST_BMLET',                      'Bookmarklet');
-define('_BLOGLIST_TT_BMLET',           '');
-define('_BLOGLIST_SETTINGS',           'Settings');
-define('_BLOGLIST_TT_SETTINGS',                'Edit settings or manage team');
-define('_BLOGLIST_BANS',                       'Bans');
-define('_BLOGLIST_TT_BANS',                    'View, add or remove banned IPs');
-define('_BLOGLIST_DELETE',                     'Delete All');
-define('_BLOGLIST_TT_DELETE',          'Delete this weblog');
+define('_BLOGLIST_TT_VISIT',                                           'Visit Site');
+define('_BLOGLIST_ADD',                                                                'Add Item');
+define('_BLOGLIST_TT_ADD',                                                     'Add a new item to this weblog');
+define('_BLOGLIST_EDIT',                                                       'Edit/Delete Items');
+define('_BLOGLIST_TT_EDIT',                                                    '');
+define('_BLOGLIST_BMLET',                                                      'Bookmarklet');
+define('_BLOGLIST_TT_BMLET',                                           '');
+define('_BLOGLIST_SETTINGS',                                           'Settings');
+define('_BLOGLIST_TT_SETTINGS',                                                'Edit settings or manage team');
+define('_BLOGLIST_BANS',                                                       'Bans');
+define('_BLOGLIST_TT_BANS',                                                    'View, add or remove banned IPs');
+define('_BLOGLIST_DELETE',                                                     'Delete All');
+define('_BLOGLIST_TT_DELETE',                                          'Delete this weblog');
 
 // OVERVIEW screen
-define('_OVERVIEW_YRBLOGS',                    'Your weblogs');
-define('_OVERVIEW_YRDRAFTS',           'Your drafts');
-define('_OVERVIEW_YRSETTINGS',         'Your settings');
-define('_OVERVIEW_GSETTINGS',          'General settings');
-define('_OVERVIEW_NOBLOGS',                    'You\'re not on any weblogs teamlist');
-define('_OVERVIEW_NODRAFTS',           'No drafts');
-define('_OVERVIEW_EDITSETTINGS',       'Edit Your Settings...');
-define('_OVERVIEW_BROWSEITEMS',                'Browse your items...');
-define('_OVERVIEW_BROWSECOMM',         'Browse your comments...');
-define('_OVERVIEW_VIEWLOG',                    'View Action Log...');
-define('_OVERVIEW_MEMBERS',                    'Manage Members...');
-define('_OVERVIEW_NEWLOG',                     'Create New Weblog...');
-define('_OVERVIEW_SETTINGS',           'Edit Settings...');
-define('_OVERVIEW_TEMPLATES',          'Edit Templates...');
-define('_OVERVIEW_SKINS',                      'Edit Skins...');
-define('_OVERVIEW_BACKUP',                     'Backup/Restore...');
+define('_OVERVIEW_YRBLOGS',                                                    'Your weblogs');
+define('_OVERVIEW_YRDRAFTS',                                           'Your drafts');
+define('_OVERVIEW_YRSETTINGS',                                         'Your settings');
+define('_OVERVIEW_GSETTINGS',                                          'General settings');
+define('_OVERVIEW_NOBLOGS',                                                    'You\'re not on any weblogs teamlist');
+define('_OVERVIEW_NODRAFTS',                                           'No drafts');
+define('_OVERVIEW_EDITSETTINGS',                                       'Edit Your Settings...');
+define('_OVERVIEW_BROWSEITEMS',                                                'Browse your items...');
+define('_OVERVIEW_BROWSECOMM',                                         'Browse your comments...');
+define('_OVERVIEW_VIEWLOG',                                                    'View Action Log...');
+define('_OVERVIEW_MEMBERS',                                                    'Manage Members...');
+define('_OVERVIEW_NEWLOG',                                                     'Create New Weblog...');
+define('_OVERVIEW_SETTINGS',                                           'Edit Settings...');
+define('_OVERVIEW_TEMPLATES',                                          'Edit Templates...');
+define('_OVERVIEW_SKINS',                                                      'Edit Skins...');
+define('_OVERVIEW_BACKUP',                                                     'Backup/Restore...');
 
 // ITEMLIST
-define('_ITEMLIST_BLOG',                       'Items for blog');
-define('_ITEMLIST_YOUR',                       'Your items');
+define('_ITEMLIST_BLOG',                                                       'Items for blog');
+define('_ITEMLIST_YOUR',                                                       'Your items');
 
 // Comments
-define('_COMMENTS',                                    'Comments');
-define('_NOCOMMENTS',                          'No comments for this item');
-define('_COMMENTS_YOUR',                       'Your Comments');
-define('_NOCOMMENTS_YOUR',                     'You didn\'t write any comments');
+define('_COMMENTS',                                                                    'Comments');
+define('_NOCOMMENTS',                                                          'No comments for this item');
+define('_COMMENTS_YOUR',                                                       'Your Comments');
+define('_NOCOMMENTS_YOUR',                                                     'You didn\'t write any comments');
 
 // LISTS (general)
-define('_LISTS_NOMORE',                                'No more results, or no results at all');
-define('_LISTS_PREV',                          'Previous');
-define('_LISTS_NEXT',                          'Next');
-define('_LISTS_SEARCH',                                'Search');
-define('_LISTS_CHANGE',                                'Change');
-define('_LISTS_PERPAGE',                       'items/page');
-define('_LISTS_ACTIONS',                       'Actions');
-define('_LISTS_DELETE',                                'Delete');
-define('_LISTS_EDIT',                          'Edit');
-define('_LISTS_MOVE',                          'Move');
-define('_LISTS_CLONE',                         'Clone');
-define('_LISTS_TITLE',                         'Title');
-define('_LISTS_BLOG',                          'Blog');
-define('_LISTS_NAME',                          'Name');
-define('_LISTS_DESC',                          'Description');
-define('_LISTS_TIME',                          'Time');
-define('_LISTS_COMMENTS',                      'Comments');
-define('_LISTS_TYPE',                          'Type');
+define('_LISTS_NOMORE',                                                                'No more results, or no results at all');
+define('_LISTS_PREV',                                                          'Previous');
+define('_LISTS_NEXT',                                                          'Next');
+define('_LISTS_SEARCH',                                                                'Search');
+define('_LISTS_CHANGE',                                                                'Change');
+define('_LISTS_PERPAGE',                                                       'items/page');
+define('_LISTS_ACTIONS',                                                       'Actions');
+define('_LISTS_DELETE',                                                                'Delete');
+define('_LISTS_EDIT',                                                          'Edit');
+define('_LISTS_MOVE',                                                          'Move');
+define('_LISTS_CLONE',                                                         'Clone');
+define('_LISTS_TITLE',                                                         'Title');
+define('_LISTS_BLOG',                                                          'Blog');
+define('_LISTS_NAME',                                                          'Name');
+define('_LISTS_DESC',                                                          'Description');
+define('_LISTS_TIME',                                                          'Time');
+define('_LISTS_COMMENTS',                                                      'Comments');
+define('_LISTS_TYPE',                                                          'Type');
 
 
 // member list
-define('_LIST_MEMBER_NAME',                    'Display Name');
-define('_LIST_MEMBER_RNAME',           'Real Name');
-define('_LIST_MEMBER_ADMIN',           'Super-admin? ');
-define('_LIST_MEMBER_LOGIN',           'Can login? ');
-define('_LIST_MEMBER_URL',                     'Website');
+define('_LIST_MEMBER_NAME',                                                    'Display Name');
+define('_LIST_MEMBER_RNAME',                                           'Real Name');
+define('_LIST_MEMBER_ADMIN',                                           'Super-admin? ');
+define('_LIST_MEMBER_LOGIN',                                           'Can login? ');
+define('_LIST_MEMBER_URL',                                                     'Website');
 
 // banlist
-define('_LIST_BAN_IPRANGE',                    'IP Range');
-define('_LIST_BAN_REASON',                     'Reason');
+define('_LIST_BAN_IPRANGE',                                                    'IP Range');
+define('_LIST_BAN_REASON',                                                     'Reason');
 
 // actionlist
-define('_LIST_ACTION_MSG',                     'Message');
+define('_LIST_ACTION_MSG',                                                     'Message');
 
 // commentlist
-define('_LIST_COMMENT_BANIP',          'Ban IP');
-define('_LIST_COMMENT_WHO',                    'Author');
-define('_LIST_COMMENT',                                'Comment');
-define('_LIST_COMMENT_HOST',           'Host');
+define('_LIST_COMMENT_BANIP',                                          'Ban IP');
+define('_LIST_COMMENT_WHO',                                                    'Author');
+define('_LIST_COMMENT',                                                                'Comment');
+define('_LIST_COMMENT_HOST',                                           'Host');
 
 // itemlist
-define('_LIST_ITEM_INFO',                      'Info');
-define('_LIST_ITEM_CONTENT',           'Title and Text');
+define('_LIST_ITEM_INFO',                                                      'Info');
+define('_LIST_ITEM_CONTENT',                                           'Title and Text');
 
 
 // teamlist
-define('_LIST_TEAM_ADMIN',                     'Admin ');
-define('_LIST_TEAM_CHADMIN',           'Change Admin');
+define('_LIST_TEAM_ADMIN',                                                     'Admin ');
+define('_LIST_TEAM_CHADMIN',                                           'Change Admin');
 
 // edit comments
-define('_EDITC_TITLE',                         'Edit Comments');
-define('_EDITC_WHO',                           'Author');
-define('_EDITC_HOST',                          'From Where?');
-define('_EDITC_WHEN',                          'When?');
-define('_EDITC_TEXT',                          'Text');
-define('_EDITC_EDIT',                          'Edit Comment');
-define('_EDITC_MEMBER',                                'member');
-define('_EDITC_NONMEMBER',                     'non member');
+define('_EDITC_TITLE',                                                         'Edit Comments');
+define('_EDITC_WHO',                                                           'Author');
+define('_EDITC_HOST',                                                          'From Where?');
+define('_EDITC_WHEN',                                                          'When?');
+define('_EDITC_TEXT',                                                          'Text');
+define('_EDITC_EDIT',                                                          'Edit Comment');
+define('_EDITC_MEMBER',                                                                'member');
+define('_EDITC_NONMEMBER',                                                     'non member');
 
 // move item
-define('_MOVE_TITLE',                          'Move to which blog?');
-define('_MOVE_BTN',                                    'Move Item');
+define('_MOVE_TITLE',                                                          'Move to which blog?');
+define('_MOVE_BTN',                                                                    'Move Item');
 
-?>
+?>
\ No newline at end of file