[ Index ]

PHP Cross Reference of Nucleus CMS 3.32

title

Body

[close]

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