OSDN Git Service

merged from v3.31sp1
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / language / english.php
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.31 START
16 define('_CREATE_ACCOUNT0', 'Create Account');
17 define('_CREATE_ACCOUNT1', 'Visitors are not allowed to create a Member Account.<br /><br />');
18 define('_CREATE_ACCOUNT2', 'Please contact the website administrator for more information.');
19 define('_CREATE_ACCOUNT_LOGIN_NAME',    'Login Name (required):');
20 define('_CREATE_ACCOUNT_REAL_NAME',             'Real Name (required):');
21 define('_CREATE_ACCOUNT_EMAIL',                 'Email (required):');
22 define('_CREATE_ACCOUNT_EMAIL2',                '(must be valid, because an activation link will be sent over there)');
23 define('_CREATE_ACCOUNT_URL',                   'URL:');
24 define('_CREATE_ACCOUNT_SUBMIT',                'Create Account');
25
26
27 // START changed/added after 3.3 START
28 define('_AUTOSAVEDRAFT',                'Auto save draft');
29 define('_AUTOSAVEDRAFT_LASTSAVED',      'Last saved: ');
30 define('_AUTOSAVEDRAFT_NOTYETSAVED',    'No saves have been made yet');
31 define('_AUTOSAVEDRAFT_NOW',            'Auto save now');
32 define('_SKIN_PARTS_SPECIAL',           'Special skin parts');
33 define('_ERROR_SKIN_PARTS_SPECIAL_FORMAT',              'You must enter a name that exists only out of lowercase letters and digits');
34 define('_ERROR_SKIN_PARTS_SPECIAL_DELETE',              'Can\'t delete this skin part');
35 define('_CONFIRMTXT_SKIN_PARTS_SPECIAL',                'Do you really want to delete this special skin part?');
36 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)');
37 // END changed/added after 3.3 END
38
39 // START changed/added after 3.22 START
40 define('_SEARCHFORM_QUERY',                     'Keywords to search');
41 define('_ERROR_EMAIL_REQUIRED',         'Email address is required');
42 define('_COMMENTFORM_MAIL',                     'Website:');
43 define('_COMMENTFORM_EMAIL',            'E-mail:');
44 define('_EBLOG_REQUIREDEMAIL',          'Require E-mail address with comments?');
45 define('_ERROR_COMMENTS_SPAM',      'Your comment was rejected because it did not pass the spam test');
46 // END changed/added after 3.22 END
47
48 // START changed/added after 3.15 START
49
50 define('_LIST_PLUG_SUBS_NEEDUPDATE','Please use the \'Update Subscription list\'-button to update the plugin\'s subscription list.');
51 define('_LIST_PLUGS_DEP',                       'Plugin(s) requires:');
52
53 // END changed/added after 3.15
54
55 // START changed/added after 3.1 START
56
57 // comments list per weblog
58 define('_COMMENTS_BLOG',                        'All Comments for blog');
59 define('_NOCOMMENTS_BLOG',                      'No comments were made on items of this blog');
60 define('_BLOGLIST_COMMENTS',            'Comments');
61 define('_BLOGLIST_TT_COMMENTS',         'A list of all comments made on items of this blog');
62
63
64 // for use in archivetype-skinvar
65 define('_ARCHIVETYPE_DAY',                      'day');
66 define('_ARCHIVETYPE_MONTH',            'month');
67
68 // tickets (prevents malicious users to trick an admin to perform actions he doesn't want)
69 define('_ERROR_BADTICKET',                      'Invalid or expired ticket.');
70
71 // plugin dependency
72 define('_ERROR_INSREQPLUGIN',           'Plugin installation failed, requires ');
73 define('_ERROR_DELREQPLUGIN',           'Plugin deletion failed, required by ');
74
75 // cookie prefix
76 define('_SETTINGS_COOKIEPREFIX',        'Cookie Prefix');
77
78 // account activation
79 define('_ERROR_NOLOGON_NOACTIVATE',     'Cannot send activation link. You\'re not allowed to log in.');
80 define('_ERROR_ACTIVATE',                       'Activation key does not exist, is invalid, or has expired.');
81 define('_ACTIONLOG_ACTIVATIONLINK', 'Activation link sent');
82 define('_MSG_ACTIVATION_SENT',          'An activation link has been sent by e-mail.');
83
84 // activation link emails
85 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.");
86 define('_ACTIVATE_REGISTER_MAILTITLE',  "Activate your '<%memberName%>' account");
87 define('_ACTIVATE_REGISTER_TITLE',      'Welcome <%memberName%>');
88 define('_ACTIVATE_REGISTER_TEXT',       'You\'re almost there. Please choose a password for your account below.');
89 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.");
90 define('_ACTIVATE_FORGOT_MAILTITLE',"Re-activate your '<%memberName%>' account");
91 define('_ACTIVATE_FORGOT_TITLE',        'Welcome <%memberName%>');
92 define('_ACTIVATE_FORGOT_TEXT',         'You can choose a new password for your account below:');
93 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.");
94 define('_ACTIVATE_CHANGE_MAILTITLE',"Re-activate your '<%memberName%>' account");
95 define('_ACTIVATE_CHANGE_TITLE',        'Welcome <%memberName%>');
96 define('_ACTIVATE_CHANGE_TEXT',         'Your address change has been verified. Thanks!');
97 define('_ACTIVATE_SUCCESS_TITLE',       'Activation Succeeded');
98 define('_ACTIVATE_SUCCESS_TEXT',        'Your account has been successfully activated.');
99 define('_MEMBERS_SETPWD',                       'Set Password');
100 define('_MEMBERS_SETPWD_BTN',           'Set Password');
101 define('_QMENU_ACTIVATE',                       'Account Activation');
102 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>');
103
104 define('_PLUGS_BTN_UPDATE',                     'Update subscription list');
105
106 // global settings
107 define('_SETTINGS_JSTOOLBAR',           'Javascript Toolbar Style');
108 define('_SETTINGS_JSTOOLBAR_FULL',      'Full Toolbar (IE)');
109 define('_SETTINGS_JSTOOLBAR_SIMPLE','Simple Toolbar (Non-IE)');
110 define('_SETTINGS_JSTOOLBAR_NONE',      'Disable Toolbar');
111 define('_SETTINGS_URLMODE_HELP',        '(Info: <a href="documentation/tips.html#searchengines-fancyurls">How to activate fancy URLs</a>)');
112
113 // extra plugin settings part when editing categories/members/blogs/...
114 define('_PLUGINS_EXTRA',                        'Extra Plugin Settings');
115
116 // itemlist info column keys
117 define('_LIST_ITEM_BLOG',                       'blog:');
118 define('_LIST_ITEM_CAT',                        'cat:');
119 define('_LIST_ITEM_AUTHOR',                     'author:');
120 define('_LIST_ITEM_DATE',                       'date:');
121 define('_LIST_ITEM_TIME',                       'time:');
122
123 // indication of registered members in comments list
124 define('_LIST_COMMENTS_MEMBER',         '(member)');
125
126 // batch operations
127 define('_BATCH_WITH_SEL',                       'With selected:');
128 define('_BATCH_EXEC',                           'Execute');
129
130 // quickmenu
131 define('_QMENU_HOME',                           'Home');
132 define('_QMENU_ADD',                            'Add Item');
133 define('_QMENU_ADD_SELECT',                     '-- select --');
134 define('_QMENU_USER_SETTINGS',          'Profile');
135 define('_QMENU_USER_ITEMS',                     'Items');
136 define('_QMENU_USER_COMMENTS',          'Comments');
137 define('_QMENU_MANAGE',                         'Management');
138 define('_QMENU_MANAGE_LOG',                     'Action Log');
139 define('_QMENU_MANAGE_SETTINGS',        'Configuration');
140 define('_QMENU_MANAGE_MEMBERS',         'Members');
141 define('_QMENU_MANAGE_NEWBLOG',         'New Weblog');
142 define('_QMENU_MANAGE_BACKUPS',         'Backups');
143 define('_QMENU_MANAGE_PLUGINS',         'Plugins');
144 define('_QMENU_LAYOUT',                         'Layout');
145 define('_QMENU_LAYOUT_SKINS',           'Skins');
146 define('_QMENU_LAYOUT_TEMPL',           'Templates');
147 define('_QMENU_LAYOUT_IEXPORT',         'Import/Export');
148 define('_QMENU_PLUGINS',                        'Plugins');
149
150 // quickmenu on logon screen
151 define('_QMENU_INTRO',                          'Introduction');
152 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>');
153
154 // helppages for plugins
155 define('_ERROR_PLUGNOHELPFILE',         'The helpfile for this plugin can not be found');
156 define('_PLUGS_HELP_TITLE',                     'Helppage for plugin');
157 define('_LIST_PLUGS_HELP',                      'help');
158
159
160 // END changed/started after 3.1
161
162 // START changed/added after v2.5beta START
163
164 // general settings (security)
165 define('_SETTINGS_EXTAUTH',                     'Enable External Authentication');
166 define('_WARNING_EXTAUTH',                      'Warning: Enable only if needed.');
167
168 // member profile
169 define('_MEMBERS_BYPASS',                       'Use External Authentication');
170
171 // 'always include in search' blog setting (yes/no) [in v2.5beta, the 'always' part wasn't clear]
172 define('_EBLOG_SEARCH',                         '<em>Always</em> include in search');
173
174 // END changed/added after v2.5beta
175
176 // START introduced after v2.0 START
177
178 // media library
179 define('_MEDIA_VIEW',                           'view');
180 define('_MEDIA_VIEW_TT',                        'View file (opens in new window)');
181 define('_MEDIA_FILTER_APPLY',           'Apply Filter');
182 define('_MEDIA_FILTER_LABEL',           'Filter: ');
183 define('_MEDIA_UPLOAD_TO',                      'Upload to...');
184 define('_MEDIA_UPLOAD_NEW',                     'Upload new file...');
185 define('_MEDIA_COLLECTION_SELECT',      'Select');
186 define('_MEDIA_COLLECTION_TT',          'Switch to this category');
187 define('_MEDIA_COLLECTION_LABEL',       'Current collection: ');
188
189 // tooltips on toolbar
190 define('_ADD_ALIGNLEFT_TT',                     'Align Left');
191 define('_ADD_ALIGNRIGHT_TT',            'Align Right');
192 define('_ADD_ALIGNCENTER_TT',           'Align Center');
193
194
195 // generic upload failure
196 define('_ERROR_UPLOADFAILED',           'Upload failed');
197
198 // END introduced after v2.0 END
199
200 // START introduced after v1.5 START
201
202 // posting to the past/edit timestamps
203 define('_EBLOG_ALLOWPASTPOSTING',       'Allow posting to the past');
204 define('_ADD_CHANGEDATE',                       'Update timestamp');
205 define('_BMLET_CHANGEDATE',                     'Update timestamp');
206
207 // skin import/export
208 define('_OVERVIEW_SKINIMPORT',          'Skin import/export...');
209
210 // skin settings
211 define('_PARSER_INCMODE_NORMAL',        'Normal');
212 define('_PARSER_INCMODE_SKINDIR',       'Use skin dir');
213 define('_SKIN_INCLUDE_MODE',            'Include mode');
214 define('_SKIN_INCLUDE_PREFIX',          'Include prefix');
215
216 // global settings
217 define('_SETTINGS_BASESKIN',            'Base Skin');
218 define('_SETTINGS_SKINSURL',            'Skins URL');
219 define('_SETTINGS_ACTIONSURL',          'Full URL to action.php');
220
221 // category moves (batch)
222 define('_ERROR_MOVEDEFCATEGORY',        'Cannot move default category');
223 define('_ERROR_MOVETOSELF',                     'Cannot move category (destination blog is the same as source blog)');
224 define('_MOVECAT_TITLE',                        'Select blog to move category to');
225 define('_MOVECAT_BTN',                          'Move category');
226
227 // URLMode setting
228 define('_SETTINGS_URLMODE',                     'URL Mode');
229 define('_SETTINGS_URLMODE_NORMAL',      'Normal');
230 define('_SETTINGS_URLMODE_PATHINFO','Fancy');
231
232 // Batch operations
233 define('_BATCH_NOSELECTION',            'Nothing selected to perform actions on');
234 define('_BATCH_ITEMS',                          'Batch operation on items');
235 define('_BATCH_CATEGORIES',                     'Batch operation on categories');
236 define('_BATCH_MEMBERS',                        'Batch operation on members');
237 define('_BATCH_TEAM',                           'Batch operation on team members');
238 define('_BATCH_COMMENTS',                       'Batch operation on comments');
239 define('_BATCH_UNKNOWN',                        'Unknown batch operation: ');
240 define('_BATCH_EXECUTING',                      'Executing');
241 define('_BATCH_ONCATEGORY',                     'on category');
242 define('_BATCH_ONITEM',                         'on item');
243 define('_BATCH_ONCOMMENT',                      'on comment');
244 define('_BATCH_ONMEMBER',                       'on member');
245 define('_BATCH_ONTEAM',                         'on team member');
246 define('_BATCH_SUCCESS',                        'Success!');
247 define('_BATCH_DONE',                           'Done!');
248 define('_BATCH_DELETE_CONFIRM',         'Confirm Batch Deletion');
249 define('_BATCH_DELETE_CONFIRM_BTN',     'Confirm Batch Deletion');
250 define('_BATCH_SELECTALL',                      'select all');
251 define('_BATCH_DESELECTALL',            'deselect all');
252
253 // batch operations: options in dropdowns
254 define('_BATCH_ITEM_DELETE',            'Delete');
255 define('_BATCH_ITEM_MOVE',                      'Move');
256 define('_BATCH_MEMBER_DELETE',          'Delete');
257 define('_BATCH_MEMBER_SET_ADM',         'Give admin rights');
258 define('_BATCH_MEMBER_UNSET_ADM',       'Take away admin rights');
259 define('_BATCH_TEAM_DELETE',            'Delete from team');
260 define('_BATCH_TEAM_SET_ADM',           'Give admin rights');
261 define('_BATCH_TEAM_UNSET_ADM',         'Take away admin rights');
262 define('_BATCH_CAT_DELETE',                     'Delete');
263 define('_BATCH_CAT_MOVE',                       'Move to other blog');
264 define('_BATCH_COMMENT_DELETE',         'Delete');
265
266 // itemlist: Add new item...
267 define('_ITEMLIST_ADDNEW',                      'Add new item...');
268 define('_ADD_PLUGIN_EXTRAS',            'Extra Plugin Options');
269
270 // errors
271 define('_ERROR_CATCREATEFAIL',          'Could not create new category');
272 define('_ERROR_NUCLEUSVERSIONREQ',      'This plugin requires a newer Nucleus version: ');
273
274 // backlinks
275 define('_BACK_TO_BLOGSETTINGS',         'Back to blogsettings');
276
277 // skin import export
278 define('_SKINIE_TITLE_IMPORT',          'Import');
279 define('_SKINIE_TITLE_EXPORT',          'Export');
280 define('_SKINIE_BTN_IMPORT',            'Import');
281 define('_SKINIE_BTN_EXPORT',            'Export selected skins/templates');
282 define('_SKINIE_LOCAL',                         'Import from local file:');
283 define('_SKINIE_NOCANDIDATES',          'No candidates for import found in the skins directory');
284 define('_SKINIE_FROMURL',                       'Import from URL:');
285 define('_SKINIE_EXPORT_INTRO',          'Select the skins and templates you want to export below');
286 define('_SKINIE_EXPORT_SKINS',          'Skins');
287 define('_SKINIE_EXPORT_TEMPLATES',      'Templates');
288 define('_SKINIE_EXPORT_EXTRA',          'Extra Info');
289 define('_SKINIE_CONFIRM_OVERWRITE',     'Overwrite skins that already exists (see nameclashes)');
290 define('_SKINIE_CONFIRM_IMPORT',        'Yes, I want to import this');
291 define('_SKINIE_CONFIRM_TITLE',         'About to import skins and templates');
292 define('_SKINIE_INFO_SKINS',            'Skins in file:');
293 define('_SKINIE_INFO_TEMPLATES',        'Templates in file:');
294 define('_SKINIE_INFO_GENERAL',          'Info:');
295 define('_SKINIE_INFO_SKINCLASH',        'Skin name clashes:');
296 define('_SKINIE_INFO_TEMPLCLASH',       'Template name clashes:');
297 define('_SKINIE_INFO_IMPORTEDSKINS','Imported skins:');
298 define('_SKINIE_INFO_IMPORTEDTEMPLS','Imported templates:');
299 define('_SKINIE_DONE',                          'Done Importing');
300
301 define('_AND',                                          'and');
302 define('_OR',                                           'or');
303
304 // empty fields on template edit
305 define('_EDITTEMPLATE_EMPTY',           'empty field (click to edit)');
306
307 // skin overview list
308 define('_LIST_SKINS_INCMODE',           'IncludeMode:');
309 define('_LIST_SKINS_INCPREFIX',         'IncludePrefix:');
310 define('_LIST_SKINS_DEFINED',           'Defined parts:');
311
312 // backup
313 define('_BACKUPS_TITLE',                        'Backup / Restore');
314 define('_BACKUP_TITLE',                         'Backup');
315 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.');
316 define('_BACKUP_ZIP_YES',                       'Try to use compression');
317 define('_BACKUP_ZIP_NO',                        'Do not use compression');
318 define('_BACKUP_BTN',                           'Create Backup');
319 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.');
320 define('_RESTORE_TITLE',                        'Restore');
321 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');
322 define('_RESTORE_INTRO',                        'Select the backup file below (it\'ll be uploaded to the server) and click the "Restore" button to start.');
323 define('_RESTORE_IMSURE',                       'Yes, I\'m sure I want to do this!');
324 define('_RESTORE_BTN',                          'Restore From File');
325 define('_RESTORE_WARNING',                      '(make sure you\'re restoring the correct backup, maybe make a new backup before you start)');
326 define('_ERROR_BACKUP_NOTSURE',         'You\'ll need to check the \'I\'m sure\' testbox');
327 define('_RESTORE_COMPLETE',                     'Restore Complete');
328
329 // new item notification
330 define('_NOTIFY_NI_MSG',                        'A new item has been posted:');
331 define('_NOTIFY_NI_TITLE',                      'New Item!');
332 define('_NOTIFY_KV_MSG',                        'Karma vote on item:');
333 define('_NOTIFY_KV_TITLE',                      'Nucleus karma:');
334 define('_NOTIFY_NC_MSG',                        'Comment on item:');
335 define('_NOTIFY_NC_TITLE',                      'Nucleus comment:');
336 define('_NOTIFY_USERID',                        'User ID:');
337 define('_NOTIFY_USER',                          'User:');
338 define('_NOTIFY_COMMENT',                       'Comment:');
339 define('_NOTIFY_VOTE',                          'Vote:');
340 define('_NOTIFY_HOST',                          'Host:');
341 define('_NOTIFY_IP',                            'IP:');
342 define('_NOTIFY_MEMBER',                        'Member:');
343 define('_NOTIFY_TITLE',                         'Title:');
344 define('_NOTIFY_CONTENTS',                      'Contents:');
345
346 // member mail message
347 define('_MMAIL_MSG',                            'A message sent to you by');
348 define('_MMAIL_FROMANON',                       'an anonymous visitor');
349 define('_MMAIL_FROMNUC',                        'Posted from a Nucleus weblog at');
350 define('_MMAIL_TITLE',                          'A message from');
351 define('_MMAIL_MAIL',                           'Message:');
352
353 // END introduced after v1.5 END
354
355
356 // START introduced after v1.1 START
357
358 // bookmarklet buttons
359 define('_BMLET_ADD',                            'Add Item');
360 define('_BMLET_EDIT',                           'Edit Item');
361 define('_BMLET_DELETE',                         'Delete Item');
362 define('_BMLET_BODY',                           'Body');
363 define('_BMLET_MORE',                           'Extended');
364 define('_BMLET_OPTIONS',                        'Options');
365 define('_BMLET_PREVIEW',                        'Preview');
366
367 // used in bookmarklet
368 define('_ITEM_UPDATED',                         'Item was updated');
369 define('_ITEM_DELETED',                         'Item was deleted');
370
371 // plugins
372 define('_CONFIRMTXT_PLUGIN',            'Are you sure you want to delete the plugin named');
373 define('_ERROR_NOSUCHPLUGIN',           'No such plugin');
374 define('_ERROR_DUPPLUGIN',                      'Sorry, this plugin is already installed');
375 define('_ERROR_PLUGFILEERROR',          'No such plugin exists, or the permissions are set incorrectly');
376 define('_PLUGS_NOCANDIDATES',           'No plugin candidates found');
377
378 define('_PLUGS_TITLE_MANAGE',           'Manage Plugins');
379 define('_PLUGS_TITLE_INSTALLED',        'Currently Installed');
380 define('_PLUGS_TITLE_UPDATE',           'Update subscription list');
381 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');
382 define('_PLUGS_TITLE_NEW',                      'Install New Plugin');
383 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.');
384 define('_PLUGS_BTN_INSTALL',            'Install Plugin');
385 define('_BACKTOOVERVIEW',                       'Back to overview');
386
387 // editlink
388 define('_TEMPLATE_EDITLINK',            'Edit Item Link');
389
390 // add left / add right tooltips
391 define('_ADD_LEFT_TT',                          'Add left box');
392 define('_ADD_RIGHT_TT',                         'Add right box');
393
394 // add/edit item: new category (in dropdown box)
395 define('_ADD_NEWCAT',                           'New Category...');
396
397 // new settings
398 define('_SETTINGS_PLUGINURL',           'Plugin URL');
399 define('_SETTINGS_MAXUPLOADSIZE',       'Max. upload file size (bytes)');
400 define('_SETTINGS_NONMEMBERMSGS',       'Allow non-members to send messages');
401 define('_SETTINGS_PROTECTMEMNAMES',     'Protect member names');
402
403 // overview screen
404 define('_OVERVIEW_PLUGINS',                     'Manage Plugins...');
405
406 // actionlog
407 define('_ACTIONLOG_NEWMEMBER',          'New member registration:');
408
409 // membermail (when not logged in)
410 define('_MEMBERMAIL_MAIL',                      'Your email address:');
411
412 // file upload
413 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');
414
415 // plugin list
416 define('_LISTS_INFO',                           'Information');
417 define('_LIST_PLUGS_AUTHOR',            'By:');
418 define('_LIST_PLUGS_VER',                       'Version:');
419 define('_LIST_PLUGS_SITE',                      'Visit site');
420 define('_LIST_PLUGS_DESC',                      'Description:');
421 define('_LIST_PLUGS_SUBS',                      'Subscribes to the following events:');
422 define('_LIST_PLUGS_UP',                        'move up');
423 define('_LIST_PLUGS_DOWN',                      'move down');
424 define('_LIST_PLUGS_UNINSTALL',         'uninstall');
425 define('_LIST_PLUGS_ADMIN',                     'admin');
426 define('_LIST_PLUGS_OPTIONS',           'edit&nbsp;options');
427
428 // plugin option list
429 define('_LISTS_VALUE',                          'Value');
430
431 // plugin options
432 define('_ERROR_NOPLUGOPTIONS',          'this plugin does not have any options set');
433 define('_PLUGS_BACK',                           'Back to Plugin Overview');
434 define('_PLUGS_SAVE',                           'Save Options');
435 define('_PLUGS_OPTIONS_UPDATED',        'Plugin options updated');
436
437 define('_OVERVIEW_MANAGEMENT',          'Management');
438 define('_OVERVIEW_MANAGE',                      'Nucleus management...');
439 define('_MANAGE_GENERAL',                       'General Management');
440 define('_MANAGE_SKINS',                         'Skin and Templates');
441 define('_MANAGE_EXTRA',                         'Extra features');
442
443 define('_BACKTOMANAGE',                         'Back to Nucleus management');
444
445
446 // END introduced after v1.1 END
447
448
449
450
451 // charset to use
452 define('_CHARSET',                                      'iso-8859-1');
453
454 // global stuff
455 define('_LOGOUT',                                       'Log Out');
456 define('_LOGIN',                                        'Log In');
457 define('_YES',                                          'Yes');
458 define('_NO',                                           'No');
459 define('_SUBMIT',                                       'Submit');
460 define('_ERROR',                                        'Error');
461 define('_ERRORMSG',                                     'An error has occurred!');
462 define('_BACK',                                         'Go Back');
463 define('_NOTLOGGEDIN',                          'Not logged in');
464 define('_LOGGEDINAS',                           'Logged in as');
465 define('_ADMINHOME',                            'Admin Home');
466 define('_NAME',                                         'Name');
467 define('_BACKHOME',                                     'Back to Admin Home');
468 define('_BADACTION',                            'Non existing action requested');
469 define('_MESSAGE',                                      'Message');
470 define('_HELP_TT',                                      'Help!');
471 define('_YOURSITE',                                     'Your site');
472
473
474 define('_POPUP_CLOSE',                          'Close Window');
475
476 define('_LOGIN_PLEASE',                         'Please Log in First');
477
478 // commentform
479 define('_COMMENTFORM_YOUARE',           'You are');
480 define('_COMMENTFORM_SUBMIT',           'Add Comment');
481 define('_COMMENTFORM_COMMENT',          'Your comment:');
482 define('_COMMENTFORM_NAME',                     'Name:');
483 define('_COMMENTFORM_REMEMBER',         'Remember Me');
484
485 // loginform
486 define('_LOGINFORM_NAME',                       'Username:');
487 define('_LOGINFORM_PWD',                        'Password:');
488 define('_LOGINFORM_YOUARE',                     'Logged in as');
489 define('_LOGINFORM_SHARED',                     'Shared Computer');
490
491 // member mailform
492 define('_MEMBERMAIL_SUBMIT',            'Send Message');
493
494 // search form
495 define('_SEARCHFORM_SUBMIT',            'Search');
496
497 // add item form
498 define('_ADD_ADDTO',                            'Add new item to');
499 define('_ADD_CREATENEW',                        'Create new item');
500 define('_ADD_BODY',                                     'Body');
501 define('_ADD_TITLE',                            'Title');
502 define('_ADD_MORE',                                     'Extended (optional)');
503 define('_ADD_CATEGORY',                         'Category');
504 define('_ADD_PREVIEW',                          'Preview');
505 define('_ADD_DISABLE_COMMENTS',         'Disable comments?');
506 define('_ADD_DRAFTNFUTURE',                     'Draft &amp; Future Items');
507 define('_ADD_ADDITEM',                          'Add Item');
508 define('_ADD_ADDNOW',                           'Add Now');
509 define('_ADD_ADDLATER',                         'Add Later');
510 define('_ADD_PLACE_ON',                         'Place on');
511 define('_ADD_ADDDRAFT',                         'Add to drafts');
512 define('_ADD_NOPASTDATES',                      '(dates and times in the past are NOT valid, the current time will be used in that case)');
513 define('_ADD_BOLD_TT',                          'Bold');
514 define('_ADD_ITALIC_TT',                        'Italic');
515 define('_ADD_HREF_TT',                          'Make Link');
516 define('_ADD_MEDIA_TT',                         'Add Media');
517 define('_ADD_PREVIEW_TT',                       'Show/Hide Preview');
518 define('_ADD_CUT_TT',                           'Cut');
519 define('_ADD_COPY_TT',                          'Copy');
520 define('_ADD_PASTE_TT',                         'Paste');
521
522
523 // edit item form
524 define('_EDIT_ITEM',                            'Edit Item');
525 define('_EDIT_SUBMIT',                          'Edit Item');
526 define('_EDIT_ORIG_AUTHOR',                     'Original author');
527 define('_EDIT_BACKTODRAFTS',            'Add back to drafts');
528 define('_EDIT_COMMENTSNOTE',            '(note: disabling comments will _not_ hide previously added comments)');
529
530 // used on delete screens
531 define('_DELETE_CONFIRM',                       'Please confirm deletion');
532 define('_DELETE_CONFIRM_BTN',           'Confirm Deletion');
533 define('_CONFIRMTXT_ITEM',                      'You\'re about to delete the item following item:');
534 define('_CONFIRMTXT_COMMENT',           'You\'re about to delete the following comment:');
535 define('_CONFIRMTXT_TEAM1',                     'You\'re about to delete ');
536 define('_CONFIRMTXT_TEAM2',                     ' from the teamlist for blog ');
537 define('_CONFIRMTXT_BLOG',                      'The blog you are going to delete is: ');
538 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.');
539 define('_CONFIRMTXT_MEMBER',            'You\'re about to delete the following member profile: ');
540 define('_CONFIRMTXT_TEMPLATE',          'You\'re about to delete the template named ');
541 define('_CONFIRMTXT_SKIN',                      'You\'re about to delete the skin named ');
542 define('_CONFIRMTXT_BAN',                       'You\'re about to delete the ban for the ip range');
543 define('_CONFIRMTXT_CATEGORY',          'You\'re about to delete the category ');
544
545 // some status messages
546 define('_DELETED_ITEM',                         'Item Deleted');
547 define('_DELETED_MEMBER',                       'Member Deleted');
548 define('_DELETED_COMMENT',                      'Comment Deleted');
549 define('_DELETED_BLOG',                         'Blog Deleted');
550 define('_DELETED_CATEGORY',                     'Category Deleted');
551 define('_ITEM_MOVED',                           'Item Moved');
552 define('_ITEM_ADDED',                           'Item Added');
553 define('_COMMENT_UPDATED',                      'Comment updated');
554 define('_SKIN_UPDATED',                         'Skin data has been saved');
555 define('_TEMPLATE_UPDATED',                     'Template data has been saved');
556
557 // errors
558 define('_ERROR_COMMENT_LONGWORD',       'Please don\'t use words of lengths higher than 90 in your comments');
559 define('_ERROR_COMMENT_NOCOMMENT',      'Please enter a comment');
560 define('_ERROR_COMMENT_NOUSERNAME',     'Bad username');
561 define('_ERROR_COMMENT_TOOLONG',        'Your comments are too long (max. 5000 chars)');
562 define('_ERROR_COMMENTS_DISABLED',      'Comments for this blog are currently disabled.');
563 define('_ERROR_COMMENTS_NONPUBLIC',     'You must be logged in as a member to add comment to this blog');
564 define('_ERROR_COMMENTS_MEMBERNICK','The name you want to use to post comments is in use by a site member. Choose something else.');
565 define('_ERROR_SKIN',                           'Skin error');
566 define('_ERROR_ITEMCLOSED',                     'This item is closed, it\'s not possible to add new comments to it or to vote on it');
567 define('_ERROR_NOSUCHITEM',                     'No such item exists');
568 define('_ERROR_NOSUCHBLOG',                     'No such blog');
569 define('_ERROR_NOSUCHSKIN',                     'No such skin');
570 define('_ERROR_NOSUCHMEMBER',           'No such member');
571 define('_ERROR_NOTONTEAM',                      'You\'re not on the teamlist of this weblog.');
572 define('_ERROR_BADDESTBLOG',            'Destination blog does not exist');
573 define('_ERROR_NOTONDESTTEAM',          'Cannot move item, since you\'re not on the teamlist of the destination blog');
574 define('_ERROR_NOEMPTYITEMS',           'Cannot add empty items!');
575 define('_ERROR_BADMAILADDRESS',         'Email address is not valid');
576 define('_ERROR_BADNOTIFY',                      'One or more of the given notify addresses is not a valid email address');
577 define('_ERROR_BADNAME',                        'Name is not valid (only a-z and 0-9 allowed, no spaces at start/end)');
578 define('_ERROR_NICKNAMEINUSE',          'Another member is already using that nickname');
579 define('_ERROR_PASSWORDMISMATCH',       'Passwords must match');
580 define('_ERROR_PASSWORDTOOSHORT',       'Password should be at least 6 characters');
581 define('_ERROR_PASSWORDMISSING',        'Password cannot be empty');
582 define('_ERROR_REALNAMEMISSING',        'You must enter a real name');
583 define('_ERROR_ATLEASTONEADMIN',        'There should always be at least one super-admin that can login to the admin area.');
584 define('_ERROR_ATLEASTONEBLOGADMIN','Performing this action would leave your weblog unmaintainable. Please make sure there is always at least one admin.');
585 define('_ERROR_ALREADYONTEAM',          'You can\'t add a member that is already on the team');
586 define('_ERROR_BADSHORTBLOGNAME',       'The short blog name should only contain a-z and 0-9, without spaces');
587 define('_ERROR_DUPSHORTBLOGNAME',       'Another blog already has the chosen short name. These names should be unique');
588 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/)');
589 define('_ERROR_DELDEFBLOG',                     'Cannot delete the default blog');
590 define('_ERROR_DELETEMEMBER',           'This member cannot be deleted, probably because he/she is the author of item(s)');
591 define('_ERROR_BADTEMPLATENAME',        'Invalid name for template, use only a-z and 0-9, without spaces');
592 define('_ERROR_DUPTEMPLATENAME',        'Another template with this name already exists');
593 define('_ERROR_BADSKINNAME',            'Invalid name for skin (only a-z, 0-9 are allowed, no spaces)');
594 define('_ERROR_DUPSKINNAME',            'Another skin with this name already exists');
595 define('_ERROR_DEFAULTSKIN',            'There must at all times be a skin named "default"');
596 define('_ERROR_SKINDEFDELETE',          'Cannot delete skin since it is the default skin for the following weblog: ');
597 define('_ERROR_DISALLOWED',                     'Sorry, you\'re not allowed to perform this action');
598 define('_ERROR_DELETEBAN',                      'Error while trying to delete ban (ban does not exist)');
599 define('_ERROR_ADDBAN',                         'Error while trying to add ban. Ban might not have been added correctly in all your blogs.');
600 define('_ERROR_BADACTION',                      'Required action does not exist');
601 define('_ERROR_MEMBERMAILDISABLED',     'Member to Member mail messages are disabled');
602 define('_ERROR_MEMBERCREATEDISABLED','Creation of member accounts is disabled');
603 define('_ERROR_INCORRECTEMAIL',         'Incorrect mail address');
604 define('_ERROR_VOTEDBEFORE',            'You have already voted for this item');
605 define('_ERROR_BANNED1',                        'Cannot perform action since you (ip range ');
606 define('_ERROR_BANNED2',                        ') are banned from doing so. The message was: \'');
607 define('_ERROR_BANNED3',                        '\'');
608 define('_ERROR_LOGINNEEDED',            'You must be logged in in order to perform this action');
609 define('_ERROR_CONNECT',                        'Connect Error');
610 define('_ERROR_FILE_TOO_BIG',           'File is too big!');
611 define('_ERROR_BADFILETYPE',            'Sorry, this filetype is not allowed');
612 define('_ERROR_BADREQUEST',                     'Bad upload request');
613 define('_ERROR_DISALLOWEDUPLOAD',       'You are not on any weblogs teamlist. Hence, you are not allowed to upload files');
614 define('_ERROR_BADPERMISSIONS',         'File/Dir permissions are not set correctly');
615 define('_ERROR_UPLOADMOVEP',            'Error while moving uploaded file');
616 define('_ERROR_UPLOADCOPY',                     'Error while copying file');
617 define('_ERROR_UPLOADDUPLICATE',        'Another file with that name already exists. Try to rename it before uploading.');
618 define('_ERROR_LOGINDISALLOWED',        'Sorry, you\'re not allowed to log in to the admin area. You can log in as another user, though');
619 define('_ERROR_DBCONNECT',                      'Could not connect to mySQL server');
620 define('_ERROR_DBSELECT',                       'Could not select the nucleus database.');
621 define('_ERROR_NOSUCHLANGUAGE',         'No such language file exists');
622 define('_ERROR_NOSUCHCATEGORY',         'No such category exists');
623 define('_ERROR_DELETELASTCATEGORY',     'There must at least be one category');
624 define('_ERROR_DELETEDEFCATEGORY',      'Cannot delete default category');
625 define('_ERROR_BADCATEGORYNAME',        'Bad category name');
626 define('_ERROR_DUPCATEGORYNAME',        'Another category with this name already exists');
627
628 // some warnings (used for mediadir setting)
629 define('_WARNING_NOTADIR',                      'Warning: Current value is not a directory!');
630 define('_WARNING_NOTREADABLE',          'Warning: Current value is a non-readable directory!');
631 define('_WARNING_NOTWRITABLE',          'Warning: Current value is NOT a writable directory!');
632
633 // media and upload
634 define('_MEDIA_UPLOADLINK',                     'Upload a new file');
635 define('_MEDIA_MODIFIED',                       'modified');
636 define('_MEDIA_FILENAME',                       'filename');
637 define('_MEDIA_DIMENSIONS',                     'dimensions');
638 define('_MEDIA_INLINE',                         'Inline');
639 define('_MEDIA_POPUP',                          'Popup');
640 define('_UPLOAD_TITLE',                         'Choose File');
641 define('_UPLOAD_MSG',                           'Select the file you want to upload below, and hit the \'Upload\' button.');
642 define('_UPLOAD_BUTTON',                        'Upload');
643
644 // some status messages
645 //define('_MSG_ACCOUNTCREATED',         'Account created, password will be sent through email');
646 //define('_MSG_PASSWORDSENT',                   'Password has been sent by e-mail.');
647 define('_MSG_LOGINAGAIN',                       'You\'ll need to login again, because your info changed');
648 define('_MSG_SETTINGSCHANGED',          'Settings Changed');
649 define('_MSG_ADMINCHANGED',                     'Admin Changed');
650 define('_MSG_NEWBLOG',                          'New Blog Created');
651 define('_MSG_ACTIONLOGCLEARED',         'Action Log Cleared');
652
653 // actionlog in admin area
654 define('_ACTIONLOG_DISALLOWED',         'Disallowed action: ');
655 define('_ACTIONLOG_PWDREMINDERSENT','New password sent for ');
656 define('_ACTIONLOG_TITLE',                      'Action Log');
657 define('_ACTIONLOG_CLEAR_TITLE',        'Clear Action Log');
658 define('_ACTIONLOG_CLEAR_TEXT',         'Clear action log now');
659
660 // team management
661 define('_TEAM_TITLE',                           'Manage team for blog ');
662 define('_TEAM_CURRENT',                         'Current team');
663 define('_TEAM_ADDNEW',                          'Add new member to team');
664 define('_TEAM_CHOOSEMEMBER',            'Choose member');
665 define('_TEAM_ADMIN',                           'Admin privileges? ');
666 define('_TEAM_ADD',                                     'Add to team');
667 define('_TEAM_ADD_BTN',                         'Add to team');
668
669 // blogsettings
670 define('_EBLOG_TITLE',                          'Edit Blog Settings');
671 define('_EBLOG_TEAM_TITLE',                     'Edit Team');
672 define('_EBLOG_TEAM_TEXT',                      'Click here to edit your team...');
673 define('_EBLOG_SETTINGS_TITLE',         'Blog settings');
674 define('_EBLOG_NAME',                           'Blog Name');
675 define('_EBLOG_SHORTNAME',                      'Short Blog Name');
676 define('_EBLOG_SHORTNAME_EXTRA',        '<br />(should only contain a-z and no spaces)');
677 define('_EBLOG_DESC',                           'Blog Description');
678 define('_EBLOG_URL',                            'URL');
679 define('_EBLOG_DEFSKIN',                        'Default Skin');
680 define('_EBLOG_DEFCAT',                         'Default Category');
681 define('_EBLOG_LINEBREAKS',                     'Convert line breaks');
682 define('_EBLOG_DISABLECOMMENTS',        'Comments enabled?<br /><small>(Disabling comments means that adding comments is not possible.)</small>');
683 define('_EBLOG_ANONYMOUS',                      'Allow comments by non-members?');
684 define('_EBLOG_NOTIFY',                         'Notify Address(es) (use ; as separator)');
685 define('_EBLOG_NOTIFY_ON',                      'Notify on');
686 define('_EBLOG_NOTIFY_COMMENT',         'New comments');
687 define('_EBLOG_NOTIFY_KARMA',           'New karma votes');
688 define('_EBLOG_NOTIFY_ITEM',            'New weblog items');
689 define('_EBLOG_PING',                           'Ping weblog listing service on update?');
690 define('_EBLOG_MAXCOMMENTS',            'Max Amount of comments');
691 define('_EBLOG_UPDATE',                         'Update file');
692 define('_EBLOG_OFFSET',                         'Time Offset');
693 define('_EBLOG_STIME',                          'Current server time is');
694 define('_EBLOG_BTIME',                          'Current blog time is');
695 define('_EBLOG_CHANGE',                         'Change Settings');
696 define('_EBLOG_CHANGE_BTN',                     'Change Settings');
697 define('_EBLOG_ADMIN',                          'Blog Admin');
698 define('_EBLOG_ADMIN_MSG',                      'You will be assigned admin privileges');
699 define('_EBLOG_CREATE_TITLE',           'Create new weblog');
700 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.');
701 define('_EBLOG_CREATE',                         'Create!');
702 define('_EBLOG_CREATE_BTN',                     'Create Weblog');
703 define('_EBLOG_CAT_TITLE',                      'Categories');
704 define('_EBLOG_CAT_NAME',                       'Category Name');
705 define('_EBLOG_CAT_DESC',                       'Category Description');
706 define('_EBLOG_CAT_CREATE',                     'Create New Category');
707 define('_EBLOG_CAT_UPDATE',                     'Update Category');
708 define('_EBLOG_CAT_UPDATE_BTN',         'Update Category');
709
710 // templates
711 define('_TEMPLATE_TITLE',                       'Edit Templates');
712 define('_TEMPLATE_AVAILABLE_TITLE',     'Available Templates');
713 define('_TEMPLATE_NEW_TITLE',           'New Template');
714 define('_TEMPLATE_NAME',                        'Template Name');
715 define('_TEMPLATE_DESC',                        'Template Description');
716 define('_TEMPLATE_CREATE',                      'Create Template');
717 define('_TEMPLATE_CREATE_BTN',          'Create Template');
718 define('_TEMPLATE_EDIT_TITLE',          'Edit Template');
719 define('_TEMPLATE_BACK',                        'Back to Template Overview');
720 define('_TEMPLATE_EDIT_MSG',            'Not all template parts are needed, leave empty those that are not needed.');
721 define('_TEMPLATE_SETTINGS',            'Template Settings');
722 define('_TEMPLATE_ITEMS',                       'Items');
723 define('_TEMPLATE_ITEMHEADER',          'Item Header');
724 define('_TEMPLATE_ITEMBODY',            'Item Body');
725 define('_TEMPLATE_ITEMFOOTER',          'Item Footer');
726 define('_TEMPLATE_MORELINK',            'Link to extended entry');
727 define('_TEMPLATE_NEW',                         'Indication of new item');
728 define('_TEMPLATE_COMMENTS_ANY',        'Comments (if any)');
729 define('_TEMPLATE_CHEADER',                     'Comments Header');
730 define('_TEMPLATE_CBODY',                       'Comments Body');
731 define('_TEMPLATE_CFOOTER',                     'Comments Footer');
732 define('_TEMPLATE_CONE',                        'One Comment');
733 define('_TEMPLATE_CMANY',                       'Two (or more) Comments');
734 define('_TEMPLATE_CMORE',                       'Comments Read More');
735 define('_TEMPLATE_CMEXTRA',                     'Member Extra');
736 define('_TEMPLATE_COMMENTS_NONE',       'Comments (if none)');
737 define('_TEMPLATE_CNONE',                       'No Comments');
738 define('_TEMPLATE_COMMENTS_TOOMUCH','Comments (if any, but too much to show inline)');
739 define('_TEMPLATE_CTOOMUCH',            'Too Much Comments');
740 define('_TEMPLATE_ARCHIVELIST',         'Archive Lists');
741 define('_TEMPLATE_AHEADER',                     'Archive List Header');
742 define('_TEMPLATE_AITEM',                       'Archive List Item');
743 define('_TEMPLATE_AFOOTER',                     'Archive List Footer');
744 define('_TEMPLATE_DATETIME',            'Date and Time');
745 define('_TEMPLATE_DHEADER',                     'Date Header');
746 define('_TEMPLATE_DFOOTER',                     'Date Footer');
747 define('_TEMPLATE_DFORMAT',                     'Date Format');
748 define('_TEMPLATE_TFORMAT',                     'Time Format');
749 define('_TEMPLATE_LOCALE',                      'Locale');
750 define('_TEMPLATE_IMAGE',                       'Image popups');
751 define('_TEMPLATE_PCODE',                       'Popup Link Code');
752 define('_TEMPLATE_ICODE',                       'Inline Image Code');
753 define('_TEMPLATE_MCODE',                       'Media Object Link Code');
754 define('_TEMPLATE_SEARCH',                      'Search');
755 define('_TEMPLATE_SHIGHLIGHT',          'Highlight');
756 define('_TEMPLATE_SNOTFOUND',           'Nothing found in search');
757 define('_TEMPLATE_UPDATE',                      'Update');
758 define('_TEMPLATE_UPDATE_BTN',          'Update Template');
759 define('_TEMPLATE_RESET_BTN',           'Reset Data');
760 define('_TEMPLATE_CATEGORYLIST',        'Category Lists');
761 define('_TEMPLATE_CATHEADER',           'Category List Header');
762 define('_TEMPLATE_CATITEM',                     'Category List Item');
763 define('_TEMPLATE_CATFOOTER',           'Category List Footer');
764
765 // skins
766 define('_SKIN_EDIT_TITLE',                      'Edit Skins');
767 define('_SKIN_AVAILABLE_TITLE',         'Available Skins');
768 define('_SKIN_NEW_TITLE',                       'New Skin');
769 define('_SKIN_NAME',                            'Name');
770 define('_SKIN_DESC',                            'Description');
771 define('_SKIN_TYPE',                            'Content Type');
772 define('_SKIN_CREATE',                          'Create');
773 define('_SKIN_CREATE_BTN',                      'Create Skin');
774 define('_SKIN_EDITONE_TITLE',           'Edit skin');
775 define('_SKIN_BACK',                            'Back to Skin Overview');
776 define('_SKIN_PARTS_TITLE',                     'Skin Parts');
777 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:');
778 define('_SKIN_PART_MAIN',                       'Main Index');
779 define('_SKIN_PART_ITEM',                       'Item Pages');
780 define('_SKIN_PART_ALIST',                      'Archive List');
781 define('_SKIN_PART_ARCHIVE',            'Archive');
782 define('_SKIN_PART_SEARCH',                     'Search');
783 define('_SKIN_PART_ERROR',                      'Errors');
784 define('_SKIN_PART_MEMBER',                     'Member Details');
785 define('_SKIN_PART_POPUP',                      'Image Popups');
786 define('_SKIN_GENSETTINGS_TITLE',       'General Settings');
787 define('_SKIN_CHANGE',                          'Change');
788 define('_SKIN_CHANGE_BTN',                      'Change these settings');
789 define('_SKIN_UPDATE_BTN',                      'Update Skin');
790 define('_SKIN_RESET_BTN',                       'Reset Data');
791 define('_SKIN_EDITPART_TITLE',          'Edit Skin');
792 define('_SKIN_GOBACK',                          'Go Back');
793 define('_SKIN_ALLOWEDVARS',                     'Allowed Variables (click for info):');
794
795 // global settings
796 define('_SETTINGS_TITLE',                       'General Settings');
797 define('_SETTINGS_SUB_GENERAL',         'General Settings');
798 define('_SETTINGS_DEFBLOG',                     'Default Blog');
799 define('_SETTINGS_ADMINMAIL',           'Administrator Email');
800 define('_SETTINGS_SITENAME',            'Site Name');
801 define('_SETTINGS_SITEURL',                     'URL of Site (should end with a slash)');
802 define('_SETTINGS_ADMINURL',            'URL of Admin Area (should end with a slash)');
803 define('_SETTINGS_DIRS',                        'Nucleus Directories');
804 define('_SETTINGS_MEDIADIR',            'Media Directory');
805 define('_SETTINGS_SEECONFIGPHP',        '(see config.php)');
806 define('_SETTINGS_MEDIAURL',            'Media URL (should end with a slash)');
807 define('_SETTINGS_ALLOWUPLOAD',         'Allow File Upload?');
808 define('_SETTINGS_ALLOWUPLOADTYPES','Allow File Types for Upload');
809 define('_SETTINGS_CHANGELOGIN',         'Allow Members to Change Login/Password');
810 define('_SETTINGS_COOKIES_TITLE',       'Cookie Settings');
811 define('_SETTINGS_COOKIELIFE',          'Login Cookie Lifetime');
812 define('_SETTINGS_COOKIESESSION',       'Session Cookies');
813 define('_SETTINGS_COOKIEMONTH',         'Lifetime of a Month');
814 define('_SETTINGS_COOKIEPATH',          'Cookie Path (advanced)');
815 define('_SETTINGS_COOKIEDOMAIN',        'Cookie Domain (advanced)');
816 define('_SETTINGS_COOKIESECURE',        'Secure Cookie (advanced)');
817 define('_SETTINGS_LASTVISIT',           'Save Last Visit Cookies');
818 define('_SETTINGS_ALLOWCREATE',         'Allow Visitors to Create a Member Account');
819 define('_SETTINGS_NEWLOGIN',            'Login Allowed for User-Created accounts');
820 define('_SETTINGS_NEWLOGIN2',           '(only goes for newly created accounts)');
821 define('_SETTINGS_MEMBERMSGS',          'Allow Member-2-Member Service');
822 define('_SETTINGS_LANGUAGE',            'Default Language');
823 define('_SETTINGS_DISABLESITE',         'Disable Site');
824 define('_SETTINGS_DBLOGIN',                     'mySQL Login &amp; Database');
825 define('_SETTINGS_UPDATE',                      'Update Settings');
826 define('_SETTINGS_UPDATE_BTN',          'Update Settings');
827 define('_SETTINGS_DISABLEJS',           'Disable JavaScript Toolbar');
828 define('_SETTINGS_MEDIA',                       'Media/Upload Settings');
829 define('_SETTINGS_MEDIAPREFIX',         'Prefix uploaded files with date');
830 define('_SETTINGS_MEMBERS',                     'Member Settings');
831
832 // bans
833 define('_BAN_TITLE',                            'Ban List for');
834 define('_BAN_NONE',                                     'No bans for this weblog');
835 define('_BAN_NEW_TITLE',                        'Add New Ban');
836 define('_BAN_NEW_TEXT',                         'Add a new ban now');
837 define('_BAN_REMOVE_TITLE',                     'Remove Ban');
838 define('_BAN_IPRANGE',                          'IP Range');
839 define('_BAN_BLOGS',                            'Which blogs?');
840 define('_BAN_DELETE_TITLE',                     'Delete Ban');
841 define('_BAN_ALLBLOGS',                         'All blogs to which you have admin privileges.');
842 define('_BAN_REMOVED_TITLE',            'Ban Removed');
843 define('_BAN_REMOVED_TEXT',                     'Ban was removed for the following blogs:');
844 define('_BAN_ADD_TITLE',                        'Add Ban');
845 define('_BAN_IPRANGE_TEXT',                     'Choose the IP range you want to block below. The less numbers in it, the more addresses will be blocked.');
846 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.');
847 define('_BAN_REASON_TITLE',                     'Reason');
848 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.');
849 define('_BAN_ADD_BTN',                          'Add Ban');
850
851 // LOGIN screen
852 define('_LOGIN_MESSAGE',                        'Message');
853 define('_LOGIN_NAME',                           'Name');
854 define('_LOGIN_PASSWORD',                       'Password');
855 define('_LOGIN_SHARED',                         _LOGINFORM_SHARED);
856 define('_LOGIN_FORGOT',                         'Forgot your password?');
857
858 // membermanagement
859 define('_MEMBERS_TITLE',                        'Member Management');
860 define('_MEMBERS_CURRENT',                      'Current Members');
861 define('_MEMBERS_NEW',                          'New Member');
862 define('_MEMBERS_DISPLAY',                      'Display Name');
863 define('_MEMBERS_DISPLAY_INFO',         '(This is the name you use to login)');
864 define('_MEMBERS_REALNAME',                     'Real Name');
865 define('_MEMBERS_PWD',                          'Password');
866 define('_MEMBERS_REPPWD',                       'Repeat Password');
867 define('_MEMBERS_EMAIL',                        'Email address');
868 define('_MEMBERS_EMAIL_EDIT',           '(When you change the email address, a new password will be automatically sent out to that address)');
869 define('_MEMBERS_URL',                          'Website Address (URL)');
870 define('_MEMBERS_SUPERADMIN',           'Administrator privileges');
871 define('_MEMBERS_CANLOGIN',                     'Can login to admin area');
872 define('_MEMBERS_NOTES',                        'Notes');
873 define('_MEMBERS_NEW_BTN',                      'Add Member');
874 define('_MEMBERS_EDIT',                         'Edit Member');
875 define('_MEMBERS_EDIT_BTN',                     'Change Settings');
876 define('_MEMBERS_BACKTOOVERVIEW',       'Back to Member Overview');
877 define('_MEMBERS_DEFLANG',                      'Language');
878 define('_MEMBERS_USESITELANG',          '- use site settings -');
879
880 // List of blogs (TT = tooltip)
881 define('_BLOGLIST_TT_VISIT',            'Visit Site');
882 define('_BLOGLIST_ADD',                         'Add Item');
883 define('_BLOGLIST_TT_ADD',                      'Add a new item to this weblog');
884 define('_BLOGLIST_EDIT',                        'Edit/Delete Items');
885 define('_BLOGLIST_TT_EDIT',                     '');
886 define('_BLOGLIST_BMLET',                       'Bookmarklet');
887 define('_BLOGLIST_TT_BMLET',            '');
888 define('_BLOGLIST_SETTINGS',            'Settings');
889 define('_BLOGLIST_TT_SETTINGS',         'Edit settings or manage team');
890 define('_BLOGLIST_BANS',                        'Bans');
891 define('_BLOGLIST_TT_BANS',                     'View, add or remove banned IPs');
892 define('_BLOGLIST_DELETE',                      'Delete All');
893 define('_BLOGLIST_TT_DELETE',           'Delete this weblog');
894
895 // OVERVIEW screen
896 define('_OVERVIEW_YRBLOGS',                     'Your weblogs');
897 define('_OVERVIEW_YRDRAFTS',            'Your drafts');
898 define('_OVERVIEW_YRSETTINGS',          'Your settings');
899 define('_OVERVIEW_GSETTINGS',           'General settings');
900 define('_OVERVIEW_NOBLOGS',                     'You\'re not on any weblogs teamlist');
901 define('_OVERVIEW_NODRAFTS',            'No drafts');
902 define('_OVERVIEW_EDITSETTINGS',        'Edit Your Settings...');
903 define('_OVERVIEW_BROWSEITEMS',         'Browse your items...');
904 define('_OVERVIEW_BROWSECOMM',          'Browse your comments...');
905 define('_OVERVIEW_VIEWLOG',                     'View Action Log...');
906 define('_OVERVIEW_MEMBERS',                     'Manage Members...');
907 define('_OVERVIEW_NEWLOG',                      'Create New Weblog...');
908 define('_OVERVIEW_SETTINGS',            'Edit Settings...');
909 define('_OVERVIEW_TEMPLATES',           'Edit Templates...');
910 define('_OVERVIEW_SKINS',                       'Edit Skins...');
911 define('_OVERVIEW_BACKUP',                      'Backup/Restore...');
912
913 // ITEMLIST
914 define('_ITEMLIST_BLOG',                        'Items for blog');
915 define('_ITEMLIST_YOUR',                        'Your items');
916
917 // Comments
918 define('_COMMENTS',                                     'Comments');
919 define('_NOCOMMENTS',                           'No comments for this item');
920 define('_COMMENTS_YOUR',                        'Your Comments');
921 define('_NOCOMMENTS_YOUR',                      'You didn\'t write any comments');
922
923 // LISTS (general)
924 define('_LISTS_NOMORE',                         'No more results, or no results at all');
925 define('_LISTS_PREV',                           'Previous');
926 define('_LISTS_NEXT',                           'Next');
927 define('_LISTS_SEARCH',                         'Search');
928 define('_LISTS_CHANGE',                         'Change');
929 define('_LISTS_PERPAGE',                        'items/page');
930 define('_LISTS_ACTIONS',                        'Actions');
931 define('_LISTS_DELETE',                         'Delete');
932 define('_LISTS_EDIT',                           'Edit');
933 define('_LISTS_MOVE',                           'Move');
934 define('_LISTS_CLONE',                          'Clone');
935 define('_LISTS_TITLE',                          'Title');
936 define('_LISTS_BLOG',                           'Blog');
937 define('_LISTS_NAME',                           'Name');
938 define('_LISTS_DESC',                           'Description');
939 define('_LISTS_TIME',                           'Time');
940 define('_LISTS_COMMENTS',                       'Comments');
941 define('_LISTS_TYPE',                           'Type');
942
943
944 // member list
945 define('_LIST_MEMBER_NAME',                     'Display Name');
946 define('_LIST_MEMBER_RNAME',            'Real Name');
947 define('_LIST_MEMBER_ADMIN',            'Super-admin? ');
948 define('_LIST_MEMBER_LOGIN',            'Can login? ');
949 define('_LIST_MEMBER_URL',                      'Website');
950
951 // banlist
952 define('_LIST_BAN_IPRANGE',                     'IP Range');
953 define('_LIST_BAN_REASON',                      'Reason');
954
955 // actionlist
956 define('_LIST_ACTION_MSG',                      'Message');
957
958 // commentlist
959 define('_LIST_COMMENT_BANIP',           'Ban IP');
960 define('_LIST_COMMENT_WHO',                     'Author');
961 define('_LIST_COMMENT',                         'Comment');
962 define('_LIST_COMMENT_HOST',            'Host');
963
964 // itemlist
965 define('_LIST_ITEM_INFO',                       'Info');
966 define('_LIST_ITEM_CONTENT',            'Title and Text');
967
968
969 // teamlist
970 define('_LIST_TEAM_ADMIN',                      'Admin ');
971 define('_LIST_TEAM_CHADMIN',            'Change Admin');
972
973 // edit comments
974 define('_EDITC_TITLE',                          'Edit Comments');
975 define('_EDITC_WHO',                            'Author');
976 define('_EDITC_HOST',                           'From Where?');
977 define('_EDITC_WHEN',                           'When?');
978 define('_EDITC_TEXT',                           'Text');
979 define('_EDITC_EDIT',                           'Edit Comment');
980 define('_EDITC_MEMBER',                         'member');
981 define('_EDITC_NONMEMBER',                      'non member');
982
983 // move item
984 define('_MOVE_TITLE',                           'Move to which blog?');
985 define('_MOVE_BTN',                                     'Move Item');
986
987 ?>