OSDN Git Service

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