[ Index ]

PHP Cross Reference of Nucleus CMS 3.32

title

Body

[close]

/nucleus/language/ -> english-utf8.php (source)

   1  <?php
   2  // English Nucleus Language File
   3  // 
   4  // Author: Wouter Demuynck
   5  // Nucleus version: v1.0-v3.2
   6  //
   7  // Please note: if you want to translate this file to your own language, be aware
   8  // that in a next Nucleus version, new variables might be added and some other ones
   9  // might be deleted. Therefor, it's important to list the Nucleus version for which 
  10  // the file was written in your document.
  11  //
  12  // Fully translated language file can be sent to us and will be made
  13  // available for download (with proper credit to the author, of course)
  14  
  15  // START changed/added after 3.3 START
  16  define('_AUTOSAVEDRAFT',                'Auto save draft');
  17  define('_AUTOSAVEDRAFT_LASTSAVED',      'Last saved: ');
  18  define('_AUTOSAVEDRAFT_NOTYETSAVED',    'No saves have been made yet');
  19  define('_AUTOSAVEDRAFT_NOW',            'Auto save now');
  20  define('_SKIN_PARTS_SPECIAL',           'Special skin parts');
  21  define('_ERROR_SKIN_PARTS_SPECIAL_FORMAT',              'You must enter a name that exists only out of lowercase letters and digits');
  22  define('_ERROR_SKIN_PARTS_SPECIAL_DELETE',              'Can\'t delete this skin part');
  23  define('_CONFIRMTXT_SKIN_PARTS_SPECIAL',                'Do you really want to delete this special skin part?');
  24  define('_ERROR_PLUGIN_LOAD',            'Plugin could not be loaded, or does not support certain features that are required for it to run on your
  25  Nucleus installation (you might want to check the <a href="?action=actionlog">actionlog</a> for more info)');
  26  // END changed/added after 3.3 END
  27  
  28  // START changed/added after 3.22 START
  29  define('_SEARCHFORM_QUERY',                     'Keywords to search');
  30  define('_ERROR_EMAIL_REQUIRED',         'Email address is required');
  31  define('_COMMENTFORM_MAIL',                     'Website:');
  32  define('_COMMENTFORM_EMAIL',            'E-mail:');
  33  define('_EBLOG_REQUIREDEMAIL',          'Require E-mail address with comments?');
  34  define('_ERROR_COMMENTS_SPAM',      'Your comment was rejected because it did not pass the spam test');
  35  // END changed/added after 3.22 END
  36  
  37  // START changed/added after 3.15 START
  38  
  39  define('_LIST_PLUG_SUBS_NEEDUPDATE','Please use the \'Update Subscription list\'-button to update the plugin\'s subscription list.');
  40  define('_LIST_PLUGS_DEP',            'Plugin(s) requires:');
  41  
  42  // END changed/added after 3.15
  43  
  44  // START changed/added after 3.1 START
  45  
  46  // comments list per weblog
  47  define('_COMMENTS_BLOG',            'All Comments for blog');
  48  define('_NOCOMMENTS_BLOG',            'No comments were made on items of this blog');
  49  define('_BLOGLIST_COMMENTS',        'Comments');
  50  define('_BLOGLIST_TT_COMMENTS',        'A list of all comments made on items of this blog');
  51  
  52  
  53  // for use in archivetype-skinvar
  54  define('_ARCHIVETYPE_DAY',            'day');
  55  define('_ARCHIVETYPE_MONTH',        'month');
  56  
  57  // tickets (prevents malicious users to trick an admin to perform actions he doesn't want)
  58  define('_ERROR_BADTICKET',            'Invalid or expired ticket.');
  59  
  60  // plugin dependency
  61  define('_ERROR_INSREQPLUGIN',        'Plugin installation failed, requires ');
  62  define('_ERROR_DELREQPLUGIN',        'Plugin deletion failed, required by ');
  63  
  64  // cookie prefix
  65  define('_SETTINGS_COOKIEPREFIX',    'Cookie Prefix');
  66  
  67  // account activation
  68  define('_ERROR_NOLOGON_NOACTIVATE',    'Cannot send activation link. You\'re not allowed to log in.');
  69  define('_ERROR_ACTIVATE',            'Activation key does not exist, is invalid, or has expired.');
  70  define('_ACTIONLOG_ACTIVATIONLINK', 'Activation link sent');
  71  define('_MSG_ACTIVATION_SENT',        'An activation link has been sent by e-mail.');
  72  
  73  // activation link emails
  74  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.");
  75  define('_ACTIVATE_REGISTER_MAILTITLE',    "Activate your '<%memberName%>' account");
  76  define('_ACTIVATE_REGISTER_TITLE',    'Welcome <%memberName%>');
  77  define('_ACTIVATE_REGISTER_TEXT',    'You\'re almost there. Please choose a password for your account below.');
  78  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.");
  79  define('_ACTIVATE_FORGOT_MAILTITLE',"Re-activate your '<%memberName%>' account");
  80  define('_ACTIVATE_FORGOT_TITLE',    'Welcome <%memberName%>');
  81  define('_ACTIVATE_FORGOT_TEXT',        'You can choose a new password for your account below:');
  82  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.");
  83  define('_ACTIVATE_CHANGE_MAILTITLE',"Re-activate your '<%memberName%>' account");
  84  define('_ACTIVATE_CHANGE_TITLE',    'Welcome <%memberName%>');
  85  define('_ACTIVATE_CHANGE_TEXT',        'Your address change has been verified. Thanks!');
  86  define('_ACTIVATE_SUCCESS_TITLE',    'Activation Succeeded');
  87  define('_ACTIVATE_SUCCESS_TEXT',    'Your account has been successfully activated.');
  88  define('_MEMBERS_SETPWD',            'Set Password');
  89  define('_MEMBERS_SETPWD_BTN',        'Set Password');
  90  define('_QMENU_ACTIVATE',            'Account Activation');
  91  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>');
  92  
  93  define('_PLUGS_BTN_UPDATE',            'Update subscription list');
  94  
  95  // global settings
  96  define('_SETTINGS_JSTOOLBAR',        'Javascript Toolbar Style');
  97  define('_SETTINGS_JSTOOLBAR_FULL',    'Full Toolbar (IE)');
  98  define('_SETTINGS_JSTOOLBAR_SIMPLE','Simple Toolbar (Non-IE)');
  99  define('_SETTINGS_JSTOOLBAR_NONE',    'Disable Toolbar');
 100  define('_SETTINGS_URLMODE_HELP',    '(Info: <a href="documentation/tips.html#searchengines-fancyurls">How to activate fancy URLs</a>)');
 101  
 102  // extra plugin settings part when editing categories/members/blogs/...
 103  define('_PLUGINS_EXTRA',            'Extra Plugin Settings');
 104  
 105  // itemlist info column keys
 106  define('_LIST_ITEM_BLOG',            'blog:');
 107  define('_LIST_ITEM_CAT',            'cat:');
 108  define('_LIST_ITEM_AUTHOR',            'author:');
 109  define('_LIST_ITEM_DATE',            'date:');
 110  define('_LIST_ITEM_TIME',            'time:');
 111  
 112  // indication of registered members in comments list
 113  define('_LIST_COMMENTS_MEMBER',     '(member)');
 114  
 115  // batch operations
 116  define('_BATCH_WITH_SEL',            'With selected:');
 117  define('_BATCH_EXEC',                'Execute');
 118  
 119  // quickmenu
 120  define('_QMENU_HOME',                'Home');
 121  define('_QMENU_ADD',                'Add Item');
 122  define('_QMENU_ADD_SELECT',            '-- select --');
 123  define('_QMENU_USER_SETTINGS',        'Settings');
 124  define('_QMENU_USER_ITEMS',            'Items');
 125  define('_QMENU_USER_COMMENTS',        'Comments');
 126  define('_QMENU_MANAGE',                'Management');
 127  define('_QMENU_MANAGE_LOG',            'Action Log');
 128  define('_QMENU_MANAGE_SETTINGS',    'Global Settings');
 129  define('_QMENU_MANAGE_MEMBERS',        'Members');
 130  define('_QMENU_MANAGE_NEWBLOG',        'New Weblog');
 131  define('_QMENU_MANAGE_BACKUPS',        'Backups');
 132  define('_QMENU_MANAGE_PLUGINS',        'Plugins');
 133  define('_QMENU_LAYOUT',                'Layout');
 134  define('_QMENU_LAYOUT_SKINS',        'Skins');
 135  define('_QMENU_LAYOUT_TEMPL',        'Templates');
 136  define('_QMENU_LAYOUT_IEXPORT',        'Import/Export');
 137  define('_QMENU_PLUGINS',            'Plugins');
 138  
 139  // quickmenu on logon screen
 140  define('_QMENU_INTRO',                'Introduction');
 141  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>');
 142  
 143  // helppages for plugins
 144  define('_ERROR_PLUGNOHELPFILE',        'The helpfile for this plugin can not be found');
 145  define('_PLUGS_HELP_TITLE',            'Helppage for plugin');
 146  define('_LIST_PLUGS_HELP',             'help');
 147  
 148  
 149  // END changed/started after 3.1
 150  
 151  // START changed/added after v2.5beta START
 152  
 153  // general settings (security)
 154  define('_SETTINGS_EXTAUTH',            'Enable External Authentication');
 155  define('_WARNING_EXTAUTH',            'Warning: Enable only if needed.');
 156  
 157  // member profile
 158  define('_MEMBERS_BYPASS',            'Use External Authentication');
 159  
 160  // 'always include in search' blog setting (yes/no) [in v2.5beta, the 'always' part wasn't clear]
 161  define('_EBLOG_SEARCH',                '<em>Always</em> include in search');
 162  
 163  // END changed/added after v2.5beta
 164  
 165  // START introduced after v2.0 START
 166  
 167  // media library
 168  define('_MEDIA_VIEW',                'view');
 169  define('_MEDIA_VIEW_TT',            'View file (opens in new window)');
 170  define('_MEDIA_FILTER_APPLY',        'Apply Filter');
 171  define('_MEDIA_FILTER_LABEL',        'Filter: ');
 172  define('_MEDIA_UPLOAD_TO',            'Upload to...');
 173  define('_MEDIA_UPLOAD_NEW',            'Upload new file...');
 174  define('_MEDIA_COLLECTION_SELECT',    'Select');
 175  define('_MEDIA_COLLECTION_TT',        'Switch to this category');
 176  define('_MEDIA_COLLECTION_LABEL',    'Current collection: ');
 177  
 178  // tooltips on toolbar
 179  define('_ADD_ALIGNLEFT_TT',            'Align Left');
 180  define('_ADD_ALIGNRIGHT_TT',        'Align Right');
 181  define('_ADD_ALIGNCENTER_TT',        'Align Center');
 182  
 183  
 184  // generic upload failure
 185  define('_ERROR_UPLOADFAILED',        'Upload failed');
 186  
 187  // END introduced after v2.0 END
 188  
 189  // START introduced after v1.5 START
 190  
 191  // posting to the past/edit timestamps
 192  define('_EBLOG_ALLOWPASTPOSTING',    'Allow posting to the past');
 193  define('_ADD_CHANGEDATE',            'Update timestamp');
 194  define('_BMLET_CHANGEDATE',            'Update timestamp');
 195  
 196  // skin import/export
 197  define('_OVERVIEW_SKINIMPORT',        'Skin import/export...');
 198  
 199  // skin settings
 200  define('_PARSER_INCMODE_NORMAL',    'Normal');
 201  define('_PARSER_INCMODE_SKINDIR',    'Use skin dir');
 202  define('_SKIN_INCLUDE_MODE',        'Include mode');
 203  define('_SKIN_INCLUDE_PREFIX',        'Include prefix');
 204  
 205  // global settings
 206  define('_SETTINGS_BASESKIN',        'Base Skin');
 207  define('_SETTINGS_SKINSURL',        'Skins URL');
 208  define('_SETTINGS_ACTIONSURL',        'Full URL to action.php');
 209  
 210  // category moves (batch)
 211  define('_ERROR_MOVEDEFCATEGORY',    'Cannot move default category');
 212  define('_ERROR_MOVETOSELF',            'Cannot move category (destination blog is the same as source blog)');
 213  define('_MOVECAT_TITLE',            'Select blog to move category to');
 214  define('_MOVECAT_BTN',                'Move category');
 215  
 216  // URLMode setting
 217  define('_SETTINGS_URLMODE',            'URL Mode');
 218  define('_SETTINGS_URLMODE_NORMAL',    'Normal');
 219  define('_SETTINGS_URLMODE_PATHINFO','Fancy');
 220  
 221  // Batch operations
 222  define('_BATCH_NOSELECTION',        'Nothing selected to perform actions on');
 223  define('_BATCH_ITEMS',                'Batch operation on items');
 224  define('_BATCH_CATEGORIES',            'Batch operation on categories');
 225  define('_BATCH_MEMBERS',            'Batch operation on members');
 226  define('_BATCH_TEAM',                'Batch operation on team members');
 227  define('_BATCH_COMMENTS',            'Batch operation on comments');
 228  define('_BATCH_UNKNOWN',            'Unknown batch operation: ');
 229  define('_BATCH_EXECUTING',            'Executing');
 230  define('_BATCH_ONCATEGORY',            'on category');
 231  define('_BATCH_ONITEM',                'on item');
 232  define('_BATCH_ONCOMMENT',            'on comment');
 233  define('_BATCH_ONMEMBER',            'on member');
 234  define('_BATCH_ONTEAM',                'on team member');
 235  define('_BATCH_SUCCESS',            'Success!');
 236  define('_BATCH_DONE',                'Done!');
 237  define('_BATCH_DELETE_CONFIRM',        'Confirm Batch Deletion');
 238  define('_BATCH_DELETE_CONFIRM_BTN',    'Confirm Batch Deletion');
 239  define('_BATCH_SELECTALL',            'select all');
 240  define('_BATCH_DESELECTALL',        'deselect all');
 241  
 242  // batch operations: options in dropdowns
 243  define('_BATCH_ITEM_DELETE',        'Delete');
 244  define('_BATCH_ITEM_MOVE',            'Move');
 245  define('_BATCH_MEMBER_DELETE',        'Delete');
 246  define('_BATCH_MEMBER_SET_ADM',        'Give admin rights');
 247  define('_BATCH_MEMBER_UNSET_ADM',    'Take away admin rights');
 248  define('_BATCH_TEAM_DELETE',        'Delete from team');
 249  define('_BATCH_TEAM_SET_ADM',        'Give admin rights');
 250  define('_BATCH_TEAM_UNSET_ADM',        'Take away admin rights');
 251  define('_BATCH_CAT_DELETE',            'Delete');
 252  define('_BATCH_CAT_MOVE',            'Move to other blog');
 253  define('_BATCH_COMMENT_DELETE',        'Delete');
 254  
 255  // itemlist: Add new item...
 256  define('_ITEMLIST_ADDNEW',            'Add new item...');
 257  define('_ADD_PLUGIN_EXTRAS',        'Extra Plugin Options');
 258  
 259  // errors
 260  define('_ERROR_CATCREATEFAIL',        'Could not create new category');
 261  define('_ERROR_NUCLEUSVERSIONREQ',    'This plugin requires a newer Nucleus version: ');
 262  
 263  // backlinks
 264  define('_BACK_TO_BLOGSETTINGS',        'Back to blogsettings');
 265  
 266  // skin import export
 267  define('_SKINIE_TITLE_IMPORT',        'Import');
 268  define('_SKINIE_TITLE_EXPORT',        'Export');
 269  define('_SKINIE_BTN_IMPORT',        'Import');
 270  define('_SKINIE_BTN_EXPORT',        'Export selected skins/templates');
 271  define('_SKINIE_LOCAL',                'Import from local file:');
 272  define('_SKINIE_NOCANDIDATES',        'No candidates for import found in the skins directory');
 273  define('_SKINIE_FROMURL',            'Import from URL:');
 274  define('_SKINIE_EXPORT_INTRO',        'Select the skins and templates you want to export below');
 275  define('_SKINIE_EXPORT_SKINS',        'Skins');
 276  define('_SKINIE_EXPORT_TEMPLATES',    'Templates');
 277  define('_SKINIE_EXPORT_EXTRA',        'Extra Info');
 278  define('_SKINIE_CONFIRM_OVERWRITE',    'Overwrite skins that already exists (see nameclashes)');
 279  define('_SKINIE_CONFIRM_IMPORT',    'Yes, I want to import this');
 280  define('_SKINIE_CONFIRM_TITLE',        'About to import skins and templates');
 281  define('_SKINIE_INFO_SKINS',        'Skins in file:');
 282  define('_SKINIE_INFO_TEMPLATES',    'Templates in file:');
 283  define('_SKINIE_INFO_GENERAL',        'Info:');
 284  define('_SKINIE_INFO_SKINCLASH',    'Skin name clashes:');
 285  define('_SKINIE_INFO_TEMPLCLASH',    'Template name clashes:');
 286  define('_SKINIE_INFO_IMPORTEDSKINS','Imported skins:');
 287  define('_SKINIE_INFO_IMPORTEDTEMPLS','Imported templates:');
 288  define('_SKINIE_DONE',                'Done Importing');
 289  
 290  define('_AND',                        'and');
 291  define('_OR',                        'or');
 292  
 293  // empty fields on template edit
 294  define('_EDITTEMPLATE_EMPTY',        'empty field (click to edit)');
 295  
 296  // skin overview list
 297  define('_LIST_SKINS_INCMODE',        'IncludeMode:');
 298  define('_LIST_SKINS_INCPREFIX',        'IncludePrefix:');
 299  define('_LIST_SKINS_DEFINED',        'Defined parts:');
 300  
 301  // backup
 302  define('_BACKUPS_TITLE',            'Backup / Restore');
 303  define('_BACKUP_TITLE',                'Backup');
 304  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.');
 305  define('_BACKUP_ZIP_YES',            'Try to use compression');
 306  define('_BACKUP_ZIP_NO',            'Do not use compression');
 307  define('_BACKUP_BTN',                'Create Backup');
 308  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.');
 309  define('_RESTORE_TITLE',            'Restore');
 310  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');
 311  define('_RESTORE_INTRO',            'Select the backup file below (it\'ll be uploaded to the server) and click the "Restore" button to start.');
 312  define('_RESTORE_IMSURE',            'Yes, I\'m sure I want to do this!');
 313  define('_RESTORE_BTN',                'Restore From File');
 314  define('_RESTORE_WARNING',            '(make sure you\'re restoring the correct backup, maybe make a new backup before you start)');
 315  define('_ERROR_BACKUP_NOTSURE',        'You\'ll need to check the \'I\'m sure\' testbox');
 316  define('_RESTORE_COMPLETE',            'Restore Complete');
 317  
 318  // new item notification
 319  define('_NOTIFY_NI_MSG',            'A new item has been posted:');
 320  define('_NOTIFY_NI_TITLE',            'New Item!');
 321  define('_NOTIFY_KV_MSG',            'Karma vote on item:');
 322  define('_NOTIFY_KV_TITLE',            'Nucleus karma:');
 323  define('_NOTIFY_NC_MSG',            'Comment on item:');
 324  define('_NOTIFY_NC_TITLE',            'Nucleus comment:');
 325  define('_NOTIFY_USERID',            'User ID:');
 326  define('_NOTIFY_USER',                'User:');
 327  define('_NOTIFY_COMMENT',            'Comment:');
 328  define('_NOTIFY_VOTE',                'Vote:');
 329  define('_NOTIFY_HOST',                'Host:');
 330  define('_NOTIFY_IP',                'IP:');
 331  define('_NOTIFY_MEMBER',            'Member:');
 332  define('_NOTIFY_TITLE',                'Title:');
 333  define('_NOTIFY_CONTENTS',            'Contents:');
 334  
 335  // member mail message
 336  define('_MMAIL_MSG',                'A message sent to you by');
 337  define('_MMAIL_FROMANON',            'an anonymous visitor');
 338  define('_MMAIL_FROMNUC',            'Posted from a Nucleus weblog at');
 339  define('_MMAIL_TITLE',                'A message from');
 340  define('_MMAIL_MAIL',                'Message:');
 341  
 342  // END introduced after v1.5 END
 343  
 344  
 345  // START introduced after v1.1 START
 346  
 347  // bookmarklet buttons
 348  define('_BMLET_ADD',                'Add Item');
 349  define('_BMLET_EDIT',                'Edit Item');
 350  define('_BMLET_DELETE',                'Delete Item');
 351  define('_BMLET_BODY',                'Body');
 352  define('_BMLET_MORE',                'Extended');
 353  define('_BMLET_OPTIONS',            'Options');
 354  define('_BMLET_PREVIEW',            'Preview');
 355  
 356  // used in bookmarklet
 357  define('_ITEM_UPDATED',                'Item was updated');
 358  define('_ITEM_DELETED',                'Item was deleted');
 359  
 360  // plugins
 361  define('_CONFIRMTXT_PLUGIN',        'Are you sure you want to delete the plugin named');
 362  define('_ERROR_NOSUCHPLUGIN',        'No such plugin');
 363  define('_ERROR_DUPPLUGIN',            'Sorry, this plugin is already installed');
 364  define('_ERROR_PLUGFILEERROR',        'No such plugin exists, or the permissions are set incorrectly');
 365  define('_PLUGS_NOCANDIDATES',        'No plugin candidates found');
 366  
 367  define('_PLUGS_TITLE_MANAGE',        'Manage Plugins');
 368  define('_PLUGS_TITLE_INSTALLED',    'Currently Installed');
 369  define('_PLUGS_TITLE_UPDATE',        'Update subscription list');
 370  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');
 371  define('_PLUGS_TITLE_NEW',            'Install New Plugin');
 372  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.');
 373  define('_PLUGS_BTN_INSTALL',        'Install Plugin');
 374  define('_BACKTOOVERVIEW',            'Back to overview');
 375  
 376  // editlink
 377  define('_TEMPLATE_EDITLINK',        'Edit Item Link');
 378  
 379  // add left / add right tooltips
 380  define('_ADD_LEFT_TT',                'Add left box');
 381  define('_ADD_RIGHT_TT',                'Add right box');
 382  
 383  // add/edit item: new category (in dropdown box)
 384  define('_ADD_NEWCAT',                'New Category...');
 385  
 386  // new settings
 387  define('_SETTINGS_PLUGINURL',        'Plugin URL');
 388  define('_SETTINGS_MAXUPLOADSIZE',    'Max. upload file size (bytes)');
 389  define('_SETTINGS_NONMEMBERMSGS',    'Allow non-members to send messages');
 390  define('_SETTINGS_PROTECTMEMNAMES',    'Protect member names');
 391  
 392  // overview screen
 393  define('_OVERVIEW_PLUGINS',            'Manage Plugins...');
 394  
 395  // actionlog
 396  define('_ACTIONLOG_NEWMEMBER',        'New member registration:');
 397  
 398  // membermail (when not logged in)
 399  define('_MEMBERMAIL_MAIL',            'Your email address:');
 400  
 401  // file upload
 402  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');
 403  
 404  // plugin list
 405  define('_LISTS_INFO',                'Information');
 406  define('_LIST_PLUGS_AUTHOR',        'By:');
 407  define('_LIST_PLUGS_VER',            'Version:');
 408  define('_LIST_PLUGS_SITE',            'Visit site');
 409  define('_LIST_PLUGS_DESC',            'Description:');
 410  define('_LIST_PLUGS_SUBS',