OSDN Git Service

FIX:変数名の誤記を修正
[nucleus-jp/nucleus-next.git] / nucleus / locales / en_Latn_US.ISO-8859-1.php
1 <?php
2 /**
3  * Nucleus CMS Translation File
4  * English in United States (Latin script)
5  *
6  * @license http://nucleuscms.org/license.txt GNU General Public License
7  * @copyright Copyright (C) 2002-2009 The Nucleus Group
8  * @version $Id: en_Latn_US.ISO-8859-1.php 1868 2012-05-22 05:10:53Z sakamocchi $
9  */
10
11 /********************************************
12  *        Start New for 4.0                 *
13  ********************************************/
14 define('_SKINIE_INVALID_NAMES_DETECTED', 'Invalid skin or templates names detected. Valid names consist of only a-z, A-Z, 0-9, -, and _'); 
15 define('_LISTS_AUTHOR', 'Author');
16 define('_OVERVIEW_OTHER_DRAFTS', 'Other Drafts');
17  
18 /********************************************
19  *        Start New for 3.6x                *
20  ********************************************/
21 define('_ERROR_USER_TOO_LONG', 'Please enter a name shorter than 40 characters.');
22 define('_ERROR_EMAIL_TOO_LONG', 'Please enter an email shorter than 100 characters.');
23 define('_ERROR_URL_TOO_LONG', 'Please enter a website shorter than 100 characters.');
24
25 /********************************************
26  *        Start New for 3.62                *
27  ********************************************/
28 define('_SETTINGS_ADMINCSS',            'Admin Area Style');
29
30  
31 /********************************************
32  *        Start New for 3.50                *
33  ********************************************/
34 define('_PLUGS_TITLE_GETPLUGINS',               'get more plugins...');
35 define('_ARCHIVETYPE_YEAR', 'year');
36 define('_ADMIN_SYSTEMOVERVIEW_LATESTVERSION_TITLE',             'Newer Version Available');
37 define('_ADMIN_SYSTEMOVERVIEW_LATESTVERSION_TEXT',              'Upgrade available: v');
38 define('_MANAGER_PLUGINSQLAPI_NOTSUPPORT', "Plugin %s was not loaded (does not support SqlApi and you are trying to use a non-mysql db)");
39
40
41 /********************************************
42  *        Start New for 3.40                *
43  ********************************************/
44
45 // START changed/added after 3.33 START
46 define('_MEMBERS_USEAUTOSAVE',                                          'Use the Autosave function?');
47
48 define('_TEMPLATE_PLUGIN_FIELDS',                                       'Custom Plugin Fields');
49 define('_TEMPLATE_BLOGLIST',                                            'Template Blog List');
50 define('_TEMPLATE_BLOGHEADER',                                          'Blog List Header');
51 define('_TEMPLATE_BLOGITEM',                                            'Blog List Item');
52 define('_TEMPLATE_BLOGFOOTER',                                          'Blog List Footer');
53
54 define('_SETTINGS_DEFAULTLISTSIZE',                                     'Default Size of Lists in Admin Area');
55 define('_SETTINGS_DEBUGVARS',           'Debug Vars');
56
57 define('_CREATE_ACCOUNT_TITLE',                                         'Create Member Account');
58 define('_CREATE_ACCOUNT0',                                                      'Create Account');
59 define('_CREATE_ACCOUNT1',                                                      'Visitors are not allowed to create a Member Account.<br /><br />');
60 define('_CREATE_ACCOUNT2',                                                      'Please contact the website administrator for more information.');
61 define('_CREATE_ACCOUNT_USER_DATA',                                     'Account Info.');
62 define('_CREATE_ACCOUNT_LOGIN_NAME',                            'Login Name (required):');
63 define('_CREATE_ACCOUNT_LOGIN_NAME_VALID',                      'only a-z and 0-9 allowed, no spaces at start/end');
64 define('_CREATE_ACCOUNT_REAL_NAME',                                     'Real Name (required):');
65 define('_CREATE_ACCOUNT_EMAIL',                                         'Email (required):');
66 define('_CREATE_ACCOUNT_EMAIL2',                                        '(must be valid, because an activation link will be sent over there)');
67 define('_CREATE_ACCOUNT_URL',                                           'URL:');
68 define('_CREATE_ACCOUNT_SUBMIT',                                        'Create Account');
69
70 define('_BMLET_BACKTODRAFTS',           'Move back to drafts');
71 define('_BMLET_CANCEL',                         'Cancel');
72
73 define('_LIST_ITEM_NOCONTENT',                                          'No Comment');
74 define('_LIST_ITEM_COMMENTS',                                           '%d Comments');
75
76 define('_EDITC_URL',                            'Web site');
77 define('_EDITC_EMAIL',                          'E-mail');
78
79 define('_MANAGER_PLUGINFILE_NOTFOUND',                          "Plugin %s was not loaded (File not found)");
80 /* changed */
81 // plugin dependency 
82 define('_ERROR_INSREQPLUGIN',           'Plugin installation failed, requires %s');
83 define('_ERROR_DELREQPLUGIN',           'Plugin deletion failed, required by %s');
84
85 //define('_ADD_ADDLATER',                                                               'Add Later');
86 define('_ADD_ADDLATER',                                                         'Add the dates specified');
87
88 define('_LOGIN_NAME',                           'Name:');
89 define('_LOGIN_PASSWORD',                       'Password:');
90
91 // changed from _BOOKMARLET_BMARKLFOLLOW
92 define('_BOOKMARKLET_BMARKFOLLOW',                                      ' (Works with nearly all browsers)');
93 // END changed/added after 3.33 END
94
95 // START merge UTF-8 and EUC-JP
96
97 // Create New blog
98 define('_ADMIN_NOTABILIA',                                                      'Some information');
99 define('_ADMIN_PLEASE_READ',                                            "Before you start, here's some <strong>important information</strong>");
100 define('_ADMIN_HOW_TO_ACCESS',                                          "After you've created a new weblog, you'll need to perform some actions to make your blog accessible. There are two possibilities:");
101 define('_ADMIN_SIMPLE_WAY',                                                     "<strong>Simple:</strong> Create a copy of <code>index.php</code> and modify it to display your new weblog. Further instructions on how to do this will be provided after you've submitted this first form.");
102 define('_ADMIN_ADVANCED_WAY',                                           "<strong>Advanced:</strong> Insert the blog content into your current skins using skinvars like <code>&lt;%otherblog()&gt;</code>. This way, you can place multiple blogs on the same page.");
103 define('_ADMIN_HOW_TO_CREATE',                                          'Create Weblog');
104
105
106 define('_BOOKMARKLET_NEW_CATEGORY',                                     'Item was added, and a new category was created. ');
107 define('_BOOKMARKLET_NEW_CATEGORY_EDIT',                        'Click here to edit the name and description of the category.');
108 define('_BOOKMARKLET_NEW_WINDOW',                                       'Opens in new window');
109 define('_BOOKMARKLET_SEND_PING',                                        'Item was added successfully. Now pinging weblogs.com. Please hold on... (can take a while)'); // NOTE: This string is no longer in used
110
111 // END merge UTF-8 and EUC-JP
112
113 // OVERVIEW screen
114 define('_OVERVIEW_SHOWALL',                                                     'Show all blogs');      // <add by shizuki />
115
116 // Edit skins
117 define('_SKINEDIT_ALLOWEDBLOGS',                                                'Short blog names:');                   // <add by shizuki>
118 define('_SKINEDIT_ALLOWEDTEMPLATESS',                                   'Template names:');             // <add by shizuki>
119
120 // delete member
121 define('_WARNINGTXT_NOTDELMEDIAFILES',                          'Please note that media files will <b>NOT</b> be deleted. (At least not in this Nucleus version)');     // <add by shizuki />
122
123 // send Weblogupdate.ping
124 define('_UPDATEDPING_MESSAGE',                                          '<h2>Site Updated, Now pinging various weblog listing services...</h2><p>This can take a while...</p><p>If you aren\'t automatically passed through, '); // NOTE: This string is no longer in used
125 define('_UPDATEDPING_GOPINGPAGE',                                       'try again'); // NOTE: This string is no longer in used
126 define('_UPDATEDPING_PINGING',                                          'Pinging services, please wait...'); // NOTE: This string is no longer in used
127 define('_UPDATEDPING_VIEWITEM',                                         'View list of recent items for '); // NOTE: This string is no longer in used
128 define('_UPDATEDPING_VISITOWNSITE',                                     'Visit your own site'); // NOTE: This string is no longer in used
129
130 // General category
131 define('_EBLOGDEFAULTCATEGORY_NAME',                            'General');
132 define('_EBLOGDEFAULTCATEGORY_DESC',                            'Items that do not fit in other categories');
133
134 // First ITEM
135 define('_EBLOG_FIRSTITEM_TITLE',                                        'First Item');
136 define('_EBLOG_FIRSTITEM_BODY',                                         'This is the first item in your weblog. Feel free to delete it.');
137
138 // New weblog was created
139 define('_BLOGCREATED_TITLE',                                            'New weblog created');
140 define('_BLOGCREATED_ADDEDTXT',                                         "Your new weblog (%s) has been created. To continue, choose the way you'll want to make it viewable:");
141 define('_BLOGCREATED_SIMPLEWAY',                                        "Easiest: A copy of <code>%s.php</code>");
142 define('_BLOGCREATED_ADVANCEDWAY',                                      "Advanced: Call the weblog from existing skins");
143 define('_BLOGCREATED_SIMPLEDESC1',                                      "Method 1: Create an extra <code>%s.php</code> file");
144 define('_BLOGCREATED_SIMPLEDESC2',                                      "Create a file called <code>%s.php</code>, and copy-paste the following code into it:");
145 define('_BLOGCREATED_SIMPLEDESC3',                                      "Upload the file next to your existing <code>index.php</code> file, and you should be all set.");
146 define('_BLOGCREATED_SIMPLEDESC4',                                      "To finish the weblog creation process, please fill out the final URL for your weblog (the proposed value is a <em>guess</em>, don't take it for granted):");
147 define('_BLOGCREATED_ADVANCEDWAY2',                                     "Method 2: Call the weblog from existing skins");
148 define('_BLOGCREATED_ADVANCEDWAY3',                                     "To finish the weblog creation process, simply please fill out the final URL for your weblog: (might be the same as another already existing weblog)");
149
150 // Donate!
151 define('_ADMINPAGEFOOT_OFFICIALURL',                            'http://nucleuscms.org/');
152 define('_ADMINPAGEFOOT_DONATEURL',                                      'http://nucleuscms.org/donate.php');
153 define('_ADMINPAGEFOOT_DONATE',                                         'Donate!');
154 define('_ADMINPAGEFOOT_COPYRIGHT',                                      'The Nucleus Group');
155
156 // Quick menu
157 define('_QMENU_MANAGE_SYSTEM',                                          'System info');
158
159 // Bookmarklet
160 define('_BOOKMARKLET_TITLE',                                            'Bookmarklet<!-- and Right Click Menu -->');
161 define('_BOOKMARKLET_DESC1',                                            'Bookmarklets allow adding items to your weblog with just one single click. ');
162 define('_BOOKMARKLET_DESC2',                                            'After installing these bookmarklets, you\'ll be able to click the \'add to weblog\' button on your browser toolbar, ');
163 define('_BOOKMARKLET_DESC3',                                            'and a Nucleus add-item window will popup, ');
164 define('_BOOKMARKLET_DESC4',                                            'containing the link and title of the page you were visiting, ');
165 define('_BOOKMARKLET_DESC5',                                            'plus any text you might have selected.');
166 define('_BOOKMARKLET_BOOKARKLET',                                       'bookmarklet');
167 define('_BOOKMARKLET_ANCHOR',                                           'Add to %s');
168 define('_BOOKMARKLET_BMARKTEXT',                                        'You can drag the following link to your favorites, or your browsers toolbar: ');
169 define('_BOOKMARKLET_BMARKTEST',                                        '(if you want to test the bookmarklet first, click the link)');
170
171 define('_BOOKMARKLET_ERROR_SOMETHINGWRONG',                     'Something went wrong');
172 define('_BOOKMARKLET_ERROR_COULDNTNEWCAT',                      'Could not create new category');
173
174 // BAN
175 define('_BAN_EXAMPLE_TITLE',                                            'An example');
176 define('_BAN_EXAMPLE_TEXT',                                                     ': "134.58.253.193" will only block one computer, while "134.58.253" will block 256 IP addresses, including the one from the first example.');
177 define('_BAN_IP_CUSTOM',                                                        'Custom: ');
178 define('_BAN_BANBLOGNAME',                                                      'Only blog %s');
179
180 // Plugin Options
181 define('_PLUGIN_OPTIONS_TITLE',                                                 'Options for %s');
182
183 // Plugin file loda error
184 define('_PLUGINFILE_COULDNT_BELOADED',                          'Error: plugin file <strong>%s.php</strong> could not be loaded, or it has been set inactive because it does not support some features (check the <a href="?action=actionlog">actionlog</a> for more info)');
185
186 //ITEM add/edit template (for japanese only)
187 define('_ITEM_ADDEDITTEMPLATE_FORMAT',                          'Format :');
188 define('_ITEM_ADDEDITTEMPLATE_YEAR',                            'Year');
189 define('_ITEM_ADDEDITTEMPLATE_MONTH',                           'Month');
190 define('_ITEM_ADDEDITTEMPLATE_DAY',                                     'Day');
191 define('_ITEM_ADDEDITTEMPLATE_HOUR',                            'Hour');
192 define('_ITEM_ADDEDITTEMPLATE_MINUTE',                          'Minute');
193
194 // Errors
195 define('_ERRORS_INSTALLSQL',                                            'install.sql should be deleted');
196 define('_ERRORS_INSTALLDIR',                                            'install directory should be deleted');  // <add by shizuki />
197 define('_ERRORS_INSTALLPHP',                                            'install.php should be deleted');
198 define('_ERRORS_UPGRADESDIR',                                           'nucleus/upgrades directory should be deleted');
199 define('_ERRORS_CONVERTDIR',                                            'nucleus/convert directory should be deleted');
200 define('_ERRORS_CONFIGPHP',                                                     'config.php should be non-writable (chmod to 444)');
201 define('_ERRORS_STARTUPERROR1',                                         '<p>One or more of the Nucleus installation files are still present on the webserver, or are writable.</p><p>You should remove these files or change their permissions to ensure security. Here are the files that were found by Nucleus</p> <ul><li>');
202 define('_ERRORS_STARTUPERROR2',                                         '</li></ul><p>If you don\'t want to see this error message again, without solving the problem, set <code>$CONF[\'alertOnSecurityRisk\']</code> in <code>globalfunctions.php</code> to <code>0</code>, or do this at the end of <code>config.php</code>.</p>');
203 define('_ERRORS_STARTUPERROR3',                                         'Security Risk');
204
205 // PluginAdmin tickets by javascript
206 define('_PLUGINADMIN_TICKETS_JAVASCRIPT',                       '<p><b>Error occured during automatic addition of tickets.</b></p>');
207
208 // Global settings disablesite URL
209 define('_SETTINGS_DISABLESITEURL',                                      'Redirect URL:');
210
211 // Skin import/export
212 define('_SKINIE_SEELEMENT_UNEXPECTEDTAG',                       'UNEXPECTED TAG');
213 define('_SKINIE_ERROR_FAILEDOPEN_FILEURL',                      'Failed to open file/URL');
214 define('_SKINIE_NAME_CLASHES_DETECTED',                         'Name clashes detected, re-run with allowOverwrite = 1 to force overwrite');
215
216 // ACTIONS.php parse_commentform
217 define('_ACTIONURL_NOTLONGER_PARAMATER',                        'actionurl is not longer a parameter on commentform skinvars. Moved to be a global setting instead.');
218
219 // ADMIN.php addToTemplate 'Query error: '
220 define('_ADMIN_SQLDIE_QUERYERROR',                                      'Query error: ');
221
222 // backyp.php Backup WARNING
223 define('_BACKUP_BACKUPFILE_TITLE',                                      'This is a backup file generated by Nucleus');
224 define('_BACKUP_BACKUPFILE_BACKUPDATE',                         'backup-date:');
225 define('_BACKUP_BACKUPFILE_NUCLEUSVERSION',                     'Nucleus CMS version:');
226 define('_BACKUP_BACKUPFILE_DATABASE_NAME',                      'Nucleus CMS Database name:');
227 define('_BACKUP_BACKUPFILE_TABLE_NAME',                         'TABLE:');
228 define('_BACKUP_BACKUPFILE_TABLEDATAFOR',                       'Table Data for %s');
229 define('_BACKUP_WARNING_NUCLEUSVERSION',                        'WARNING: Only try to restore on servers running the exact same version of Nucleus');
230 define('_BACKUP_RESTOR_NOFILEUPLOADED',                         'No file uploaded');
231 define('_BACKUP_RESTOR_UPLOAD_ERROR',                           'File Upload Error');
232 define('_BACKUP_RESTOR_UPLOAD_NOCORRECTTYPE',           'The uploaded file is not of the correct type');
233 define('_BACKUP_RESTOR_UPLOAD_NOZLIB',                          'Cannot decompress gzipped backup (zlib package not installed)');
234 define('_BACKUP_RESTOR_SQL_ERROR',                                      'SQL Error: ');
235
236 // BLOG.php addTeamMember
237 define('_TEAM_ADD_NEWTEAMMEMBER',                                       'Added %s (ID=%d) to the team of blog "%s"');
238
239 // ADMIN.php systemoverview()
240 define('_ADMIN_SYSTEMOVERVIEW_HEADING',                         'System Overview');
241 define('_ADMIN_SYSTEMOVERVIEW_PHPANDMYSQL',                     'PHP and MySQL');
242 define('_ADMIN_SYSTEMOVERVIEW_VERSIONS',                        'Versions');
243 define('_ADMIN_SYSTEMOVERVIEW_PHPVERSION',                      'PHP version');
244 define('_ADMIN_SYSTEMOVERVIEW_MYSQLVERSION',            'MySQL version');
245 define('_ADMIN_SYSTEMOVERVIEW_SETTINGS',                        'Settings');
246 define('_ADMIN_SYSTEMOVERVIEW_GDLIBRALY',                       'GD Libraly');
247 define('_ADMIN_SYSTEMOVERVIEW_MODULES',                         'Modules');
248 define('_ADMIN_SYSTEMOVERVIEW_ENABLE',                          'enabled');
249 define('_ADMIN_SYSTEMOVERVIEW_DISABLE',                         'disabled');
250 define('_ADMIN_SYSTEMOVERVIEW_NUCLEUSSYSTEM',           'Your Nucleus CMS System');
251 define('_ADMIN_SYSTEMOVERVIEW_NUCLEUSVERSION',          'Nucleus CMS version');
252 define('_ADMIN_SYSTEMOVERVIEW_NUCLEUSPATCHLEVEL',       'Nucleus CMS patch level');
253 define('_ADMIN_SYSTEMOVERVIEW_NUCLEUSSETTINGS',         'Important settings');
254 define('_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK',            'Check for a new version');
255 define('_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK_TXT',        'Check on nucleuscms.org if a new version is available: ');
256 define('_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK_URL',        'http://nucleuscms.org/version.php?v=%d&amp;pl=%d');
257 define('_ADMIN_SYSTEMOVERVIEW_VERSIONCHECK_TITLE',      'Check for upgrade');
258 define('_ADMIN_SYSTEMOVERVIEW_NOT_ADMIN',                       "You haven't enough rights to see the system informations.");
259
260 // ENCAPSULATE.php
261 define('_ENCAPSULATE_ENCAPSULATE_NOENTRY',                      'No entries');
262
263 // globalfunctions.php
264 define('_GFUNCTIONS_LOGINPCSHARED_YES',                         'on shared PC');
265 define('_GFUNCTIONS_LOGINPCSHARED_NO',                          'on not shared PC');
266 define('_GFUNCTIONS_LOGINSUCCESSFUL_TXT',                       'Login successful for %s (%s)');
267 define('_GFUNCTIONS_LOGINFAILED_TXT',                           'Login failed for %s');
268 define('_GFUNCTIONS_LOGOUT_TXT',                                        '%s is logouted');
269 define('_GFUNCTIONS_HEADERSALREADYSENT_FILE',           ' in <code>%s</code> line <code>%s</code>');
270 define('_GFUNCTIONS_HEADERSALREADYSENT_TITLE',          ' Page headers already sent');
271 define('_GFUNCTIONS_HEADERSALREADYSENT_TXT',            '<p>The page headers have already been sent out%s. This could cause Nucleus not to work in the expected way.</p><p>Usually, this is caused by spaces or newlines at the end of the <code>config.php</code> file, at the end of the translation file or at the end of a plugin file. Please check this and try again.</p><p>If you don\'t want to see this error message again, without solving the problem, set <code>$CONF[\'alertOnHeadersSent\']</code> in <code>globalfunctions.php</code> to <code>0</code></p>');
272 define('_GFUNCTIONS_PARSEFILE_FILEMISSING',                     'A file is missing');
273 define('_GFUNCTIONS_AN_ERROR_OCCURRED',                         'Sorry. An error occurred.');
274 define('_GFUNCTIONS_YOU_AERNT_LOGGEDIN',                        "You aren't logged in.");
275
276 // MANAGER.php
277 define('_MANAGER_PLUGINFILE_NOCLASS',                           "Plugin %s was not loaded (Class not found in file, possible parse error)");
278 define('_MANAGER_PLUGINTABLEPREFIX_NOTSUPPORT',         "Plugin %s was not loaded (does not support SqlTablePrefix)");
279
280 // mysql.php
281 define('_NO_SUITABLE_MYSQL_LIBRARY',                            "<p>No suitable mySQL library was found to run Nucleus</p>");
282
283 // PLUGIN.php
284 define('_ERROR_PLUGIN_NOSUCHACTION',                            'No Such Action');
285
286 // PLUGINADMIN.php
287 define('_ERROR_INVALID_PLUGIN',                                         'Invalid plugin');
288
289 // showlist.php
290 define('_LIST_PLUGS_DEPREQ',                                            'Plugin(s) requires:');
291 define('_LIST_SKIN_PREVIEW',                                            "Preview for '%s' skin");
292 define('_LIST_SKIN_PREVIEW_VIEWLARGER',                         "View larger");
293 define('_LIST_SKIN_README',                                                     "More info on the '%s' skin");
294 define('_LIST_SKIN_README_TXT',                                         'Read me');
295
296 // BLOG.php createNewCategory()
297 define('_CREATED_NEW_CATEGORY_NAME',                            'newcat');
298 define('_CREATED_NEW_CATEGORY_DESC',                            'New category');
299
300 // ADMIN.php blog settings
301 define('_EBLOG_CURRENT_TEAM_MEMBER',                            'Members currently on your team:');
302
303 /********************************************
304  *        End New for 3.40                  *
305  ********************************************/
306
307 // START changed/added after 3.3 START
308 define('_AUTOSAVEDRAFT',                'Auto save draft');
309 define('_AUTOSAVEDRAFT_LASTSAVED',      'Last saved: ');
310 define('_AUTOSAVEDRAFT_NOTYETSAVED',    'No saves have been made yet');
311 define('_AUTOSAVEDRAFT_NOW',            'Auto save now');
312 define('_SKIN_PARTS_SPECIAL',           'Special skin parts');
313 define('_ERROR_SKIN_PARTS_SPECIAL_FORMAT',              'You must enter a name that exists only out of lowercase letters and digits');
314 define('_ERROR_SKIN_PARTS_SPECIAL_DELETE',              'Can\'t delete this skin part');
315 define('_CONFIRMTXT_SKIN_PARTS_SPECIAL',                'Do you really want to delete this special skin part?');
316 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)');
317 // END changed/added after 3.3 END
318
319 // START changed/added after 3.22 START
320 define('_SEARCHFORM_QUERY',                     'Keywords to search');
321 define('_ERROR_EMAIL_REQUIRED',         'Email address is required');
322 define('_COMMENTFORM_MAIL',                     'Website:');
323 define('_COMMENTFORM_EMAIL',            'E-mail:');
324 define('_EBLOG_REQUIREDEMAIL',          'Require E-mail address with comments?');
325 define('_ERROR_COMMENTS_SPAM',      'Your comment was rejected because it did not pass the spam test');
326 // END changed/added after 3.22 END
327
328 // START changed/added after 3.15 START
329
330 define('_LIST_PLUG_SUBS_NEEDUPDATE','Please use the \'Update Subscription list\'-button to update the plugin\'s subscription list.');
331 define('_LIST_PLUGS_DEP',                       'Plugin(s) requires:');
332
333 // END changed/added after 3.15
334
335 // START changed/added after 3.1 START
336
337 // comments list per weblog
338 define('_COMMENTS_BLOG',                        'All Comments for blog');
339 define('_NOCOMMENTS_BLOG',                      'No comments were made on items of this blog');
340 define('_BLOGLIST_COMMENTS',            'Comments');
341 define('_BLOGLIST_TT_COMMENTS',         'A list of all comments made on items of this blog');
342
343
344 // for use in archivetype-skinvar
345 define('_ARCHIVETYPE_DAY',                      'day');
346 define('_ARCHIVETYPE_MONTH',            'month');
347
348 // tickets (prevents malicious users to trick an admin to perform actions he doesn't want)
349 define('_ERROR_BADTICKET',                      'Invalid or expired ticket.');
350
351 // cookie prefix
352 define('_SETTINGS_COOKIEPREFIX',        'Cookie Prefix');
353
354 // account activation
355 define('_ERROR_NOLOGON_NOACTIVATE',     'Cannot send activation link. You\'re not allowed to log in.');
356 define('_ERROR_ACTIVATE',                       'Activation key does not exist, is invalid, or has expired.');
357 define('_ACTIONLOG_ACTIVATIONLINK', 'Activation link sent');
358 define('_MSG_ACTIVATION_SENT',          'An activation link has been sent by e-mail.');
359
360 // activation link emails
361 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 <%activationDays%> days to do this. After this, the activation link becomes invalid.");
362 define('_ACTIVATE_REGISTER_MAILTITLE',  "Activate your '<%memberName%>' account");
363 define('_ACTIVATE_REGISTER_TITLE',      'Welcome <%memberName%>');
364 define('_ACTIVATE_REGISTER_TEXT',       'You\'re almost there. Please choose a password for your account below.');
365 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 <%activationDays%> days to do this. After this, the activation link becomes invalid.");
366 define('_ACTIVATE_FORGOT_MAILTITLE',"Re-activate your '<%memberName%>' account");
367 define('_ACTIVATE_FORGOT_TITLE',        'Welcome <%memberName%>');
368 define('_ACTIVATE_FORGOT_TEXT',         'You can choose a new password for your account below:');
369 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 <%activationDays%> days to do this. After this, the activation link becomes invalid.");
370 define('_ACTIVATE_CHANGE_MAILTITLE',"Re-activate your '<%memberName%>' account");
371 define('_ACTIVATE_CHANGE_TITLE',        'Welcome <%memberName%>');
372 define('_ACTIVATE_CHANGE_TEXT',         'Your address change has been verified. Thanks!');
373 define('_ACTIVATE_SUCCESS_TITLE',       'Activation Succeeded');
374 define('_ACTIVATE_SUCCESS_TEXT',        'Your account has been successfully activated.');
375 define('_MEMBERS_SETPWD',                       'Set Password');
376 define('_MEMBERS_SETPWD_BTN',           'Set Password');
377 define('_QMENU_ACTIVATE',                       'Account Activation');
378 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>');
379
380 define('_PLUGS_BTN_UPDATE',                     'Update subscription list');
381
382 // global settings
383 define('_SETTINGS_JSTOOLBAR',           'Javascript Toolbar Style');
384 define('_SETTINGS_JSTOOLBAR_FULL',      'Full Toolbar (IE)');
385 define('_SETTINGS_JSTOOLBAR_SIMPLE','Simple Toolbar (Non-IE)');
386 define('_SETTINGS_JSTOOLBAR_NONE',      'Disable Toolbar');
387 define('_SETTINGS_URLMODE_HELP',        '(Info: <a href="documentation/tips.html#searchengines-fancyurls">How to activate fancy URLs</a>)');
388
389 // extra plugin settings part when editing categories/members/blogs/...
390 define('_PLUGINS_EXTRA',                        'Extra Plugin Settings');
391
392 // itemlist info column keys
393 define('_LIST_ITEM_BLOG',                       'blog:');
394 define('_LIST_ITEM_CAT',                        'cat:');
395 define('_LIST_ITEM_AUTHOR',                     'author:');
396 define('_LIST_ITEM_DATE',                       'date:');
397 define('_LIST_ITEM_TIME',                       'time:');
398
399 // indication of registered members in comments list
400 define('_LIST_COMMENTS_MEMBER',         '(member)');
401
402 // batch operations
403 define('_BATCH_WITH_SEL',                       'With selected:');
404 define('_BATCH_EXEC',                           'Execute');
405
406 // quickmenu
407 define('_QMENU_HOME',                           'Home');
408 define('_QMENU_ADD',                            'Add Item');
409 define('_QMENU_ADD_SELECT',                     '-- select --');
410 define('_QMENU_USER_SETTINGS',          'Profile');
411 define('_QMENU_USER_ITEMS',                     'Items');
412 define('_QMENU_USER_COMMENTS',          'Comments');
413 define('_QMENU_MANAGE',                         'Management');
414 define('_QMENU_MANAGE_LOG',                     'Action Log');
415 define('_QMENU_MANAGE_SETTINGS',        'Configuration');
416 define('_QMENU_MANAGE_MEMBERS',         'Members');
417 define('_QMENU_MANAGE_NEWBLOG',         'New Weblog');
418 define('_QMENU_MANAGE_BACKUPS',         'Backups');
419 define('_QMENU_MANAGE_PLUGINS',         'Plugins');
420 define('_QMENU_LAYOUT',                         'Layout');
421 define('_QMENU_LAYOUT_SKINS',           'Skins');
422 define('_QMENU_LAYOUT_TEMPL',           'Templates');
423 define('_QMENU_LAYOUT_IEXPORT',         'Import/Export');
424 define('_QMENU_PLUGINS',                        'Plugins');
425
426 // quickmenu on logon screen
427 define('_QMENU_INTRO',                          'Introduction');
428 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>');
429
430 // helppages for plugins
431 define('_ERROR_PLUGNOHELPFILE',         'The helpfile for this plugin can not be found');
432 define('_PLUGS_HELP_TITLE',                     'Helppage for plugin');
433 define('_LIST_PLUGS_HELP',                      'help');
434
435
436 // END changed/started after 3.1
437
438 // START changed/added after v2.5beta START
439
440 // general settings (security)
441 define('_SETTINGS_EXTAUTH',                     'Enable External Authentication');
442 define('_WARNING_EXTAUTH',                      'Warning: Enable only if needed.');
443
444 // member profile
445 define('_MEMBERS_BYPASS',                       'Use External Authentication');
446
447 // 'always include in search' blog setting (yes/no) [in v2.5beta, the 'always' part wasn't clear]
448 define('_EBLOG_SEARCH',                         '<em>Always</em> include in search');
449
450 // END changed/added after v2.5beta
451
452 // START introduced after v2.0 START
453
454 // media library
455 define('_MEDIA_VIEW',                           'view');
456 define('_MEDIA_VIEW_TT',                        'View file (opens in new window)');
457 define('_MEDIA_FILTER_APPLY',           'Apply Filter');
458 define('_MEDIA_FILTER_LABEL',           'Filter: ');
459 define('_MEDIA_UPLOAD_TO',                      'Upload to...');
460 define('_MEDIA_UPLOAD_NEW',                     'Upload new file...');
461 define('_MEDIA_COLLECTION_SELECT',      'Select');
462 define('_MEDIA_COLLECTION_TT',          'Switch to this category');
463 define('_MEDIA_COLLECTION_LABEL',       'Current collection: ');
464
465 // tooltips on toolbar
466 define('_ADD_ALIGNLEFT_TT',                     'Align Left');
467 define('_ADD_ALIGNRIGHT_TT',            'Align Right');
468 define('_ADD_ALIGNCENTER_TT',           'Align Center');
469
470
471 // generic upload failure
472 define('_ERROR_UPLOADFAILED',           'Upload failed');
473
474 // END introduced after v2.0 END
475
476 // START introduced after v1.5 START
477
478 // posting to the past/edit timestamps
479 define('_EBLOG_ALLOWPASTPOSTING',       'Allow posting to the past');
480 define('_ADD_CHANGEDATE',                       'Update timestamp');
481 define('_BMLET_CHANGEDATE',                     'Update timestamp');
482
483 // skin import/export
484 define('_OVERVIEW_SKINIMPORT',          'Skin import/export...');
485
486 // skin settings
487 define('_PARSER_INCMODE_NORMAL',        'Normal');
488 define('_PARSER_INCMODE_SKINDIR',       'Use skin dir');
489 define('_SKIN_INCLUDE_MODE',            'Include mode');
490 define('_SKIN_INCLUDE_PREFIX',          'Include prefix');
491
492 // global settings
493 define('_SETTINGS_BASESKIN',            'Base Skin');
494 define('_SETTINGS_SKINSURL',            'Skins URL');
495 define('_SETTINGS_ACTIONSURL',          'Full URL to action.php');
496
497 // category moves (batch)
498 define('_ERROR_MOVEDEFCATEGORY',        'Cannot move default category');
499 define('_ERROR_MOVETOSELF',                     'Cannot move category (destination blog is the same as source blog)');
500 define('_MOVECAT_TITLE',                        'Select blog to move category to');
501 define('_MOVECAT_BTN',                          'Move category');
502
503 // URLMode setting
504 define('_SETTINGS_URLMODE',                     'URL Mode');
505 define('_SETTINGS_URLMODE_NORMAL',      'Normal');
506 define('_SETTINGS_URLMODE_PATHINFO','Fancy');
507
508 // Batch operations
509 define('_BATCH_NOSELECTION',            'Nothing selected to perform actions on');
510 define('_BATCH_ITEMS',                          'Batch operation on items');
511 define('_BATCH_CATEGORIES',                     'Batch operation on categories');
512 define('_BATCH_MEMBERS',                        'Batch operation on members');
513 define('_BATCH_TEAM',                           'Batch operation on team members');
514 define('_BATCH_COMMENTS',                       'Batch operation on comments');
515 define('_BATCH_UNKNOWN',                        'Unknown batch operation: ');
516 define('_BATCH_EXECUTING',                      'Executing');
517 define('_BATCH_ONCATEGORY',                     'on category');
518 define('_BATCH_ONITEM',                         'on item');
519 define('_BATCH_ONCOMMENT',                      'on comment');
520 define('_BATCH_ONMEMBER',                       'on member');
521 define('_BATCH_ONTEAM',                         'on team member');
522 define('_BATCH_SUCCESS',                        'Success!');
523 define('_BATCH_DONE',                           'Done!');
524 define('_BATCH_DELETE_CONFIRM',         'Confirm Batch Deletion');
525 define('_BATCH_DELETE_CONFIRM_BTN',     'Confirm Batch Deletion');
526 define('_BATCH_SELECTALL',                      'select all');
527 define('_BATCH_DESELECTALL',            'deselect all');
528
529 // batch operations: options in dropdowns
530 define('_BATCH_ITEM_DELETE',            'Delete');
531 define('_BATCH_ITEM_MOVE',                      'Move');
532 define('_BATCH_MEMBER_DELETE',          'Delete');
533 define('_BATCH_MEMBER_SET_ADM',         'Give admin rights');
534 define('_BATCH_MEMBER_UNSET_ADM',       'Take away admin rights');
535 define('_BATCH_TEAM_DELETE',            'Delete from team');
536 define('_BATCH_TEAM_SET_ADM',           'Give admin rights');
537 define('_BATCH_TEAM_UNSET_ADM',         'Take away admin rights');
538 define('_BATCH_CAT_DELETE',                     'Delete');
539 define('_BATCH_CAT_MOVE',                       'Move to other blog');
540 define('_BATCH_COMMENT_DELETE',         'Delete');
541
542 // itemlist: Add new item...
543 define('_ITEMLIST_ADDNEW',                      'Add new item...');
544 define('_ADD_PLUGIN_EXTRAS',            'Extra Plugin Options');
545
546 // errors
547 define('_ERROR_CATCREATEFAIL',          'Could not create new category');
548 define('_ERROR_NUCLEUSVERSIONREQ',      'This plugin requires a newer Nucleus version: ');
549
550 // backlinks
551 define('_BACK_TO_BLOGSETTINGS',         'Back to blogsettings');
552
553 // skin import export
554 define('_SKINIE_TITLE_IMPORT',          'Import');
555 define('_SKINIE_TITLE_EXPORT',          'Export');
556 define('_SKINIE_BTN_IMPORT',            'Import');
557 define('_SKINIE_BTN_EXPORT',            'Export selected skins/templates');
558 define('_SKINIE_LOCAL',                         'Import from local file:');
559 define('_SKINIE_NOCANDIDATES',          'No candidates for import found in the skins directory');
560 define('_SKINIE_FROMURL',                       'Import from URL:');
561 define('_SKINIE_EXPORT_INTRO',          'Select the skins and templates you want to export below');
562 define('_SKINIE_EXPORT_SKINS',          'Skins');
563 define('_SKINIE_EXPORT_TEMPLATES',      'Templates');
564 define('_SKINIE_EXPORT_EXTRA',          'Extra Info');
565 define('_SKINIE_CONFIRM_OVERWRITE',     'Overwrite skins that already exists (see nameclashes)');
566 define('_SKINIE_CONFIRM_IMPORT',        'Yes, I want to import this');
567 define('_SKINIE_CONFIRM_TITLE',         'About to import skins and templates');
568 define('_SKINIE_INFO_SKINS',            'Skins in file:');
569 define('_SKINIE_INFO_TEMPLATES',        'Templates in file:');
570 define('_SKINIE_INFO_GENERAL',          'Info:');
571 define('_SKINIE_INFO_SKINCLASH',        'Skin name clashes:');
572 define('_SKINIE_INFO_TEMPLCLASH',       'Template name clashes:');
573 define('_SKINIE_INFO_IMPORTEDSKINS','Imported skins:');
574 define('_SKINIE_INFO_IMPORTEDTEMPLS','Imported templates:');
575 define('_SKINIE_DONE',                          'Done Importing');
576
577 define('_AND',                                          'and');
578 define('_OR',                                           'or');
579
580 // empty fields on template edit
581 define('_EDITTEMPLATE_EMPTY',           'empty field (click to edit)');
582
583 // skin overview list
584 define('_LIST_SKINS_INCMODE',           'IncludeMode:');
585 define('_LIST_SKINS_INCPREFIX',         'IncludePrefix:');
586 define('_LIST_SKINS_DEFINED',           'Defined parts:');
587
588 // backup
589 define('_BACKUPS_TITLE',                        'Backup / Restore');
590 define('_BACKUP_TITLE',                         'Backup');
591 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.');
592 define('_BACKUP_ZIP_YES',                       'Try to use compression');
593 define('_BACKUP_ZIP_NO',                        'Do not use compression');
594 define('_BACKUP_BTN',                           'Create Backup');
595 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.');
596 define('_RESTORE_TITLE',                        'Restore');
597 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');
598 define('_RESTORE_INTRO',                        'Select the backup file below (it\'ll be uploaded to the server) and click the "Restore" button to start.');
599 define('_RESTORE_IMSURE',                       'Yes, I\'m sure I want to do this!');
600 define('_RESTORE_BTN',                          'Restore From File');
601 define('_RESTORE_WARNING',                      '(make sure you\'re restoring the correct backup, maybe make a new backup before you start)');
602 define('_ERROR_BACKUP_NOTSURE',         'You\'ll need to check the \'I\'m sure\' testbox');
603 define('_RESTORE_COMPLETE',                     'Restore Complete');
604
605 // new item notification
606 define('_NOTIFY_NI_MSG',                        'A new item has been posted:');
607 define('_NOTIFY_NI_TITLE',                      'New Item!');
608 define('_NOTIFY_KV_MSG',                        'Karma vote on item:');
609 define('_NOTIFY_KV_TITLE',                      'Nucleus karma:');
610 define('_NOTIFY_NC_MSG',                        'Comment on item:');
611 define('_NOTIFY_NC_TITLE',                      'Nucleus comment:');
612 define('_NOTIFY_USERID',                        'User ID:');
613 define('_NOTIFY_USER',                          'User:');
614 define('_NOTIFY_COMMENT',                       'Comment:');
615 define('_NOTIFY_VOTE',                          'Vote:');
616 define('_NOTIFY_HOST',                          'Host:');
617 define('_NOTIFY_IP',                            'IP:');
618 define('_NOTIFY_MEMBER',                        'Member:');
619 define('_NOTIFY_TITLE',                         'Title:');
620 define('_NOTIFY_CONTENTS',                      'Contents:');
621
622 // member mail message
623 define('_MMAIL_MSG',                            'A message sent to you by');
624 define('_MMAIL_FROMANON',                       'an anonymous visitor');
625 define('_MMAIL_FROMNUC',                        'Posted from a Nucleus weblog at');
626 define('_MMAIL_TITLE',                          'A message from');
627 define('_MMAIL_MAIL',                           'Message:');
628
629 // END introduced after v1.5 END
630
631
632 // START introduced after v1.1 START
633
634 // bookmarklet buttons
635 define('_BMLET_ADD',                            'Add Item');
636 define('_BMLET_EDIT',                           'Edit Item');
637 define('_BMLET_DELETE',                         'Delete Item');
638 define('_BMLET_BODY',                           'Body');
639 define('_BMLET_MORE',                           'Extended');
640 define('_BMLET_OPTIONS',                        'Options');
641 define('_BMLET_PREVIEW',                        'Preview');
642
643 // used in bookmarklet
644 define('_ITEM_UPDATED',                         'Item was updated');
645 define('_ITEM_DELETED',                         'Item was deleted');
646
647 // plugins
648 define('_CONFIRMTXT_PLUGIN',            'Are you sure you want to delete the plugin named');
649 define('_ERROR_NOSUCHPLUGIN',           'No such plugin');
650 define('_ERROR_DUPPLUGIN',                      'Sorry, this plugin is already installed');
651 define('_ERROR_PLUGFILEERROR',          'No such plugin exists, or the permissions are set incorrectly');
652 define('_PLUGS_NOCANDIDATES',           'No plugin candidates found');
653
654 define('_PLUGS_TITLE_MANAGE',           'Manage Plugins');
655 define('_PLUGS_TITLE_INSTALLED',        'Currently Installed');
656 define('_PLUGS_TITLE_UPDATE',           'Update subscription list');
657 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');
658 define('_PLUGS_TITLE_NEW',                      'Install New Plugin');
659 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.');
660 define('_PLUGS_BTN_INSTALL',            'Install Plugin');
661 define('_BACKTOOVERVIEW',                       'Back to overview');
662
663 // editlink
664 define('_TEMPLATE_EDITLINK',            'Edit Item Link');
665
666 // add left / add right tooltips
667 define('_ADD_LEFT_TT',                          'Add left box');
668 define('_ADD_RIGHT_TT',                         'Add right box');
669
670 // add/edit item: new category (in dropdown box)
671 define('_ADD_NEWCAT',                           'New Category...');
672
673 // new settings
674 define('_SETTINGS_PLUGINURL',           'Plugin URL');
675 define('_SETTINGS_MAXUPLOADSIZE',       'Max. upload file size (bytes)');
676 define('_SETTINGS_NONMEMBERMSGS',       'Allow non-members to send messages');
677 define('_SETTINGS_PROTECTMEMNAMES',     'Protect member names');
678
679 // overview screen
680 define('_OVERVIEW_PLUGINS',                     'Manage Plugins...');
681
682 // actionlog
683 define('_ACTIONLOG_NEWMEMBER',          'New member registration:');
684
685 // membermail (when not logged in)
686 define('_MEMBERMAIL_MAIL',                      'Your email address:');
687
688 // file upload
689 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');
690
691 // plugin list
692 define('_LISTS_INFO',                           'Information');
693 define('_LIST_PLUGS_AUTHOR',            'By:');
694 define('_LIST_PLUGS_VER',                       'Version:');
695 define('_LIST_PLUGS_SITE',                      'Visit site');
696 define('_LIST_PLUGS_DESC',                      'Description:');
697 define('_LIST_PLUGS_SUBS',                      'Subscribes to the following events:');
698 define('_LIST_PLUGS_UP',                        'move up');
699 define('_LIST_PLUGS_DOWN',                      'move down');
700 define('_LIST_PLUGS_UNINSTALL',         'uninstall');
701 define('_LIST_PLUGS_ADMIN',                     'admin');
702 define('_LIST_PLUGS_OPTIONS',           'edit&nbsp;options');
703
704 // plugin option list
705 define('_LISTS_VALUE',                          'Value');
706
707 // plugin options
708 define('_ERROR_NOPLUGOPTIONS',          'this plugin does not have any options set');
709 define('_PLUGS_BACK',                           'Back to Plugin Overview');
710 define('_PLUGS_SAVE',                           'Save Options');
711 define('_PLUGS_OPTIONS_UPDATED',        'Plugin options updated');
712
713 define('_OVERVIEW_MANAGEMENT',          'Management');
714 define('_OVERVIEW_MANAGE',                      'Nucleus management...');
715 define('_MANAGE_GENERAL',                       'General Management');
716 define('_MANAGE_SKINS',                         'Skin and Templates');
717 define('_MANAGE_EXTRA',                         'Extra features');
718
719 define('_BACKTOMANAGE',                         'Back to Nucleus management');
720
721
722 // END introduced after v1.1 END
723
724
725
726
727
728 // global stuff
729 define('_LOGOUT',                                       'Log Out');
730 define('_LOGIN',                                        'Log In');
731 define('_YES',                                          'Yes');
732 define('_NO',                                           'No');
733 define('_SUBMIT',                                       'Submit');
734 define('_ERROR',                                        'Error');
735 define('_ERRORMSG',                                     'An error has occurred!');
736 define('_BACK',                                         'Go Back');
737 define('_NOTLOGGEDIN',                          'Not logged in');
738 define('_LOGGEDINAS',                           'Logged in as');
739 define('_ADMINHOME',                            'Admin Home');
740 define('_NAME',                                         'Name');
741 define('_BACKHOME',                                     'Back to Admin Home');
742 define('_BADACTION',                            'Non existing action requested');
743 define('_MESSAGE',                                      'Message');
744 define('_HELP_TT',                                      'Help!');
745 define('_YOURSITE',                                     'Your site');
746
747
748 define('_POPUP_CLOSE',                          'Close Window');
749
750 define('_LOGIN_PLEASE',                         'Please Log in First');
751
752 // commentform
753 define('_COMMENTFORM_YOUARE',           'You are');
754 define('_COMMENTFORM_SUBMIT',           'Add Comment');
755 define('_COMMENTFORM_COMMENT',          'Your comment:');
756 define('_COMMENTFORM_NAME',                     'Name:');
757 define('_COMMENTFORM_REMEMBER',         'Remember Me');
758
759 // loginform
760 define('_LOGINFORM_NAME',                       'Username:');
761 define('_LOGINFORM_PWD',                        'Password:');
762 define('_LOGINFORM_YOUARE',                     'Logged in as');
763 define('_LOGINFORM_SHARED',                     'Shared Computer');
764
765 // member mailform
766 define('_MEMBERMAIL_SUBMIT',            'Send Message');
767
768 // search form
769 define('_SEARCHFORM_SUBMIT',            'Search');
770
771 // add item form
772 define('_ADD_ADDTO',                            'Add new item to');
773 define('_ADD_CREATENEW',                        'Create new item');
774 define('_ADD_BODY',                                     'Body');
775 define('_ADD_TITLE',                            'Title');
776 define('_ADD_MORE',                                     'Extended (optional)');
777 define('_ADD_CATEGORY',                         'Category');
778 define('_ADD_PREVIEW',                          'Preview');
779 define('_ADD_DISABLE_COMMENTS',         'Disable comments?');
780 define('_ADD_DRAFTNFUTURE',                     'Draft &amp; Future Items');
781 define('_ADD_ADDITEM',                          'Add Item');
782 define('_ADD_ADDNOW',                           'Add Now');
783 define('_ADD_PLACE_ON',                         'Place on');
784 define('_ADD_ADDDRAFT',                         'Add to drafts');
785 define('_ADD_NOPASTDATES',                      '(dates and times in the past are NOT valid, the current time will be used in that case)');
786 define('_ADD_BOLD_TT',                          'Bold');
787 define('_ADD_ITALIC_TT',                        'Italic');
788 define('_ADD_HREF_TT',                          'Make Link');
789 define('_ADD_MEDIA_TT',                         'Add Media');
790 define('_ADD_PREVIEW_TT',                       'Show/Hide Preview');
791 define('_ADD_CUT_TT',                           'Cut');
792 define('_ADD_COPY_TT',                          'Copy');
793 define('_ADD_PASTE_TT',                         'Paste');
794
795
796 // edit item form
797 define('_EDIT_ITEM',                            'Edit Item');
798 define('_EDIT_SUBMIT',                          'Edit Item');
799 define('_EDIT_ORIG_AUTHOR',                     'Original author');
800 define('_EDIT_BACKTODRAFTS',            'Add back to drafts');
801 define('_EDIT_COMMENTSNOTE',            '(note: disabling comments will _not_ hide previously added comments)');
802
803 // used on delete screens
804 define('_DELETE_CONFIRM',                       'Please confirm deletion');
805 define('_DELETE_CONFIRM_BTN',           'Confirm Deletion');
806 define('_CONFIRMTXT_ITEM',                      'You\'re about to delete the item following item:');
807 define('_CONFIRMTXT_COMMENT',           'You\'re about to delete the following comment:');
808 define('_CONFIRMTXT_TEAM1',                     'You\'re about to delete ');
809 define('_CONFIRMTXT_TEAM2',                     ' from the teamlist for blog ');
810 define('_CONFIRMTXT_BLOG',                      'The blog you are going to delete is: ');
811 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.');
812 define('_CONFIRMTXT_MEMBER',            'You\'re about to delete the following member profile: ');
813 define('_CONFIRMTXT_TEMPLATE',          'You\'re about to delete the template named ');
814 define('_CONFIRMTXT_SKIN',                      'You\'re about to delete the skin named ');
815 define('_CONFIRMTXT_BAN',                       'You\'re about to delete the ban for the ip range');
816 define('_CONFIRMTXT_CATEGORY',          'You\'re about to delete the category ');
817
818 // some status messages
819 define('_DELETED_ITEM',                         'Item Deleted');
820 define('_DELETED_MEMBER',                       'Member Deleted');
821 define('_DELETED_COMMENT',                      'Comment Deleted');
822 define('_DELETED_BLOG',                         'Blog Deleted');
823 define('_DELETED_CATEGORY',                     'Category Deleted');
824 define('_ITEM_MOVED',                           'Item Moved');
825 define('_ITEM_ADDED',                           'Item Added');
826 define('_COMMENT_UPDATED',                      'Comment updated');
827 define('_SKIN_UPDATED',                         'Skin data has been saved');
828 define('_TEMPLATE_UPDATED',                     'Template data has been saved');
829
830 // errors
831 define('_ERROR_COMMENT_LONGWORD',       'Please don\'t use words of lengths higher than 90 in your comments');
832 define('_ERROR_COMMENT_NOCOMMENT',      'Please enter a comment');
833 define('_ERROR_COMMENT_NOUSERNAME',     'Bad username');
834 define('_ERROR_COMMENT_TOOLONG',        'Your comments are too long (max. 5000 chars)');
835 define('_ERROR_COMMENTS_DISABLED',      'Comments for this blog are currently disabled.');
836 define('_ERROR_COMMENTS_NONPUBLIC',     'You must be logged in as a member to add comment to this blog');
837 define('_ERROR_COMMENTS_MEMBERNICK','The name you want to use to post comments is in use by a site member. Choose something else.');
838 define('_ERROR_SKIN',                           'Skin error');
839 define('_ERROR_ITEMCLOSED',                     'This item is closed, it\'s not possible to add new comments to it or to vote on it');
840 define('_ERROR_NOSUCHITEM',                     'No such item exists');
841 define('_ERROR_NOSUCHBLOG',                     'No such blog');
842 define('_ERROR_NOSUCHSKIN',                     'No such skin');
843 define('_ERROR_NOSUCHMEMBER',           'No such member');
844 define('_ERROR_NOTONTEAM',                      'You\'re not on the teamlist of this weblog.');
845 define('_ERROR_BADDESTBLOG',            'Destination blog does not exist');
846 define('_ERROR_NOTONDESTTEAM',          'Cannot move item, since you\'re not on the teamlist of the destination blog');
847 define('_ERROR_NOEMPTYITEMS',           'Cannot add empty items!');
848 define('_ERROR_BADMAILADDRESS',         'Email address is not valid');
849 define('_ERROR_BADNOTIFY',                      'One or more of the given notify addresses is not a valid email address');
850 define('_ERROR_BADNAME',                        'Name is not valid (only a-z and 0-9 allowed, no spaces at start/end)');
851 define('_ERROR_NICKNAMEINUSE',          'Another member is already using that nickname');
852 define('_ERROR_PASSWORDMISMATCH',       'Passwords must match');
853 define('_ERROR_PASSWORDTOOSHORT',       'Password should be at least 6 characters');
854 define('_ERROR_PASSWORDMISSING',        'Password cannot be empty');
855 define('_ERROR_REALNAMEMISSING',        'You must enter a real name');
856 define('_ERROR_ATLEASTONEADMIN',        'There should always be at least one super-admin that can login to the admin area.');
857 define('_ERROR_ATLEASTONEBLOGADMIN','Performing this action would leave your weblog unmaintainable. Please make sure there is always at least one admin.');
858 define('_ERROR_ALREADYONTEAM',          'You can\'t add a member that is already on the team');
859 define('_ERROR_BADSHORTBLOGNAME',       'The short blog name should only contain a-z and 0-9, without spaces');
860 define('_ERROR_DUPSHORTBLOGNAME',       'Another blog already has the chosen short name. These names should be unique');
861 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/)');
862 define('_ERROR_DELDEFBLOG',                     'Cannot delete the default blog');
863 define('_ERROR_DELETEMEMBER',           'This member cannot be deleted, probably because he/she is the author of item(s)');
864 define('_ERROR_BADTEMPLATENAME',        'Invalid name for template, use only a-z and 0-9, without spaces');
865 define('_ERROR_DUPTEMPLATENAME',        'Another template with this name already exists');
866 define('_ERROR_BADSKINNAME',            'Invalid name for skin (only a-z, 0-9 are allowed, no spaces)');
867 define('_ERROR_DUPSKINNAME',            'Another skin with this name already exists');
868 define('_ERROR_DEFAULTSKIN',            'There must at all times be a skin named "default"');
869 define('_ERROR_SKINDEFDELETE',          'Cannot delete skin since it is the default skin for the following weblog: ');
870 define('_ERROR_DISALLOWED',                     'Sorry, you\'re not allowed to perform this action');
871 define('_ERROR_DELETEBAN',                      'Error while trying to delete ban (ban does not exist)');
872 define('_ERROR_ADDBAN',                         'Error while trying to add ban. Ban might not have been added correctly in all your blogs.');
873 define('_ERROR_BADACTION',                      'Required action does not exist');
874 define('_ERROR_MEMBERMAILDISABLED',     'Member to Member mail messages are disabled');
875 define('_ERROR_MEMBERCREATEDISABLED','Creation of member accounts is disabled');
876 define('_ERROR_INCORRECTEMAIL',         'Incorrect mail address');
877 define('_ERROR_VOTEDBEFORE',            'You have already voted for this item');
878 define('_ERROR_BANNED1',                        'Cannot perform action since you (ip range ');
879 define('_ERROR_BANNED2',                        ') are banned from doing so. The message was: \'');
880 define('_ERROR_BANNED3',                        '\'');
881 define('_ERROR_LOGINNEEDED',            'You must be logged in in order to perform this action');
882 define('_ERROR_CONNECT',                        'Connect Error');
883 define('_ERROR_FILE_TOO_BIG',           'File is too big!');
884 define('_ERROR_BADFILETYPE',            'Sorry, this filetype is not allowed');
885 define('_ERROR_BADREQUEST',                     'Bad upload request');
886 define('_ERROR_DISALLOWEDUPLOAD',       'You are not on any weblogs teamlist. Hence, you are not allowed to upload files');
887 define('_ERROR_BADPERMISSIONS',         'File/Dir permissions are not set correctly');
888 define('_ERROR_UPLOADMOVEP',            'Error while moving uploaded file');
889 define('_ERROR_UPLOADCOPY',                     'Error while copying file');
890 define('_ERROR_UPLOADDUPLICATE',        'Another file with that name already exists. Try to rename it before uploading.');
891 define('_ERROR_LOGINDISALLOWED',        'Sorry, you\'re not allowed to log in to the admin area. You can log in as another user, though');
892 define('_ERROR_DBCONNECT',                      'Could not connect to mySQL server');
893 define('_ERROR_DBSELECT',                       'Could not select the nucleus database.');
894 define('_ERROR_NOSUCHLOCALE',           'No such translation file exists');
895 define('_ERROR_NOSUCHCATEGORY',         'No such category exists');
896 define('_ERROR_DELETELASTCATEGORY',     'There must at least be one category');
897 define('_ERROR_DELETEDEFCATEGORY',      'Cannot delete default category');
898 define('_ERROR_BADCATEGORYNAME',        'Bad category name');
899 define('_ERROR_DUPCATEGORYNAME',        'Another category with this name already exists');
900
901 // some warnings (used for mediadir setting)
902 define('_WARNING_NOTADIR',                      'Warning: Current value is not a directory!');
903 define('_WARNING_NOTREADABLE',          'Warning: Current value is a non-readable directory!');
904 define('_WARNING_NOTWRITABLE',          'Warning: Current value is NOT a writable directory!');
905
906 // media and upload
907 define('_MEDIA_UPLOADLINK',                     'Upload a new file');
908 define('_MEDIA_MODIFIED',                       'modified');
909 define('_MEDIA_FILENAME',                       'filename');
910 define('_MEDIA_DIMENSIONS',                     'dimensions');
911 define('_MEDIA_INLINE',                         'Inline');
912 define('_MEDIA_POPUP',                          'Popup');
913 define('_UPLOAD_TITLE',                         'Choose File');
914 define('_UPLOAD_MSG',                           'Select the file you want to upload below, and hit the \'Upload\' button.');
915 define('_UPLOAD_BUTTON',                        'Upload');
916
917 // some status messages
918 //define('_MSG_ACCOUNTCREATED',         'Account created, password will be sent through email');
919 //define('_MSG_PASSWORDSENT',                   'Password has been sent by e-mail.');
920 define('_MSG_LOGINAGAIN',                       'You\'ll need to login again, because your info changed');
921 define('_MSG_SETTINGSCHANGED',          'Settings Changed');
922 define('_MSG_ADMINCHANGED',                     'Admin Changed');
923 define('_MSG_NEWBLOG',                          'New Blog Created');
924 define('_MSG_ACTIONLOGCLEARED',         'Action Log Cleared');
925
926 // actionlog in admin area
927 define('_ACTIONLOG_DISALLOWED',         'Disallowed action: ');
928 define('_ACTIONLOG_PWDREMINDERSENT','New password sent for ');
929 define('_ACTIONLOG_TITLE',                      'Action Log');
930 define('_ACTIONLOG_CLEAR_TITLE',        'Clear Action Log');
931 define('_ACTIONLOG_CLEAR_TEXT',         'Clear action log now');
932
933 // team management
934 define('_TEAM_TITLE',                           'Manage team for blog ');
935 define('_TEAM_CURRENT',                         'Current team');
936 define('_TEAM_ADDNEW',                          'Add new member to team');
937 define('_TEAM_CHOOSEMEMBER',            'Choose member');
938 define('_TEAM_ADMIN',                           'Admin privileges? ');
939 define('_TEAM_ADD',                                     'Add to team');
940 define('_TEAM_ADD_BTN',                         'Add to team');
941
942 // blogsettings
943 define('_EBLOG_TITLE',                          'Edit Blog Settings');
944 define('_EBLOG_TEAM_TITLE',                     'Edit Team');
945 define('_EBLOG_TEAM_TEXT',                      'Click here to edit your team...');
946 define('_EBLOG_SETTINGS_TITLE',         'Blog settings');
947 define('_EBLOG_NAME',                           'Blog Name');
948 define('_EBLOG_SHORTNAME',                      'Short Blog Name');
949 define('_EBLOG_SHORTNAME_EXTRA',        '<br />(should only contain a-z and no spaces)');
950 define('_EBLOG_DESC',                           'Blog Description');
951 define('_EBLOG_URL',                            'URL');
952 define('_EBLOG_DEFSKIN',                        'Default Skin');
953 define('_EBLOG_DEFCAT',                         'Default Category');
954 define('_EBLOG_LINEBREAKS',                     'Convert line breaks');
955 define('_EBLOG_DISABLECOMMENTS',        'Comments enabled?<br /><small>(Disabling comments means that adding comments is not possible.)</small>');
956 define('_EBLOG_ANONYMOUS',                      'Allow comments by non-members?');
957 define('_EBLOG_NOTIFY',                         'Notify Address(es) (use ; as separator)');
958 define('_EBLOG_NOTIFY_ON',                      'Notify on');
959 define('_EBLOG_NOTIFY_COMMENT',         'New comments');
960 define('_EBLOG_NOTIFY_KARMA',           'New karma votes');
961 define('_EBLOG_NOTIFY_ITEM',            'New weblog items');
962 define('_EBLOG_PING',                           'Ping weblog listing service on update?'); // NOTE: This string is no longer in used
963 define('_EBLOG_MAXCOMMENTS',            'Max Amount of comments');
964 define('_EBLOG_UPDATE',                         'Update file');
965 define('_EBLOG_OFFSET',                         'Time Offset');
966 define('_EBLOG_STIME',                          'Current server time is');
967 define('_EBLOG_BTIME',                          'Current blog time is');
968 define('_EBLOG_CHANGE',                         'Change Settings');
969 define('_EBLOG_CHANGE_BTN',                     'Change Settings');
970 define('_EBLOG_ADMIN',                          'Blog Admin');
971 define('_EBLOG_ADMIN_MSG',                      'You will be assigned admin privileges');
972 define('_EBLOG_CREATE_TITLE',           'Create new weblog');
973 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.');
974 define('_EBLOG_CREATE',                         'Create!');
975 define('_EBLOG_CREATE_BTN',                     'Create Weblog');
976 define('_EBLOG_CAT_TITLE',                      'Categories');
977 define('_EBLOG_CAT_NAME',                       'Category Name');
978 define('_EBLOG_CAT_DESC',                       'Category Description');
979 define('_EBLOG_CAT_CREATE',                     'Create New Category');
980 define('_EBLOG_CAT_UPDATE',                     'Update Category');
981 define('_EBLOG_CAT_UPDATE_BTN',         'Update Category');
982
983 // templates
984 define('_TEMPLATE_TITLE',                       'Edit Templates');
985 define('_TEMPLATE_AVAILABLE_TITLE',     'Available Templates');
986 define('_TEMPLATE_NEW_TITLE',           'New Template');
987 define('_TEMPLATE_NAME',                        'Template Name');
988 define('_TEMPLATE_DESC',                        'Template Description');
989 define('_TEMPLATE_CREATE',                      'Create Template');
990 define('_TEMPLATE_CREATE_BTN',          'Create Template');
991 define('_TEMPLATE_EDIT_TITLE',          'Edit Template');
992 define('_TEMPLATE_BACK',                        'Back to Template Overview');
993 define('_TEMPLATE_EDIT_MSG',            'Not all template parts are needed, leave empty those that are not needed.');
994 define('_TEMPLATE_SETTINGS',            'Template Settings');
995 define('_TEMPLATE_ITEMS',                       'Items');
996 define('_TEMPLATE_ITEMHEADER',          'Item Header');
997 define('_TEMPLATE_ITEMBODY',            'Item Body');
998 define('_TEMPLATE_ITEMFOOTER',          'Item Footer');
999 define('_TEMPLATE_MORELINK',            'Link to extended entry');
1000 define('_TEMPLATE_NEW',                         'Indication of new item');
1001 define('_TEMPLATE_COMMENTS_ANY',        'Comments (if any)');
1002 define('_TEMPLATE_CHEADER',                     'Comments Header');
1003 define('_TEMPLATE_CBODY',                       'Comments Body');
1004 define('_TEMPLATE_CFOOTER',                     'Comments Footer');
1005 define('_TEMPLATE_CONE',                        'One Comment');
1006 define('_TEMPLATE_CMANY',                       'Two (or more) Comments');
1007 define('_TEMPLATE_CMORE',                       'Comments Read More');
1008 define('_TEMPLATE_CMEXTRA',                     'Member Extra');
1009 define('_TEMPLATE_COMMENTS_NONE',       'Comments (if none)');
1010 define('_TEMPLATE_CNONE',                       'No Comments');
1011 define('_TEMPLATE_COMMENTS_TOOMUCH','Comments (if any, but too much to show inline)');
1012 define('_TEMPLATE_CTOOMUCH',            'Too Much Comments');
1013 define('_TEMPLATE_ARCHIVELIST',         'Archive Lists');
1014 define('_TEMPLATE_AHEADER',                     'Archive List Header');
1015 define('_TEMPLATE_AITEM',                       'Archive List Item');
1016 define('_TEMPLATE_AFOOTER',                     'Archive List Footer');
1017 define('_TEMPLATE_DATETIME',            'Date and Time');
1018 define('_TEMPLATE_DHEADER',                     'Date Header');
1019 define('_TEMPLATE_DFOOTER',                     'Date Footer');
1020 define('_TEMPLATE_DFORMAT',                     'Date Format');
1021 define('_TEMPLATE_TFORMAT',                     'Time Format');
1022 define('_TEMPLATE_LOCALE',                      'Locale');
1023 define('_TEMPLATE_IMAGE',                       'Image popups');
1024 define('_TEMPLATE_PCODE',                       'Popup Link Code');
1025 define('_TEMPLATE_ICODE',                       'Inline Image Code');
1026 define('_TEMPLATE_MCODE',                       'Media Object Link Code');
1027 define('_TEMPLATE_SEARCH',                      'Search');
1028 define('_TEMPLATE_SHIGHLIGHT',          'Highlight');
1029 define('_TEMPLATE_SNOTFOUND',           'Nothing found in search');
1030 define('_TEMPLATE_UPDATE',                      'Update');
1031 define('_TEMPLATE_UPDATE_BTN',          'Update Template');
1032 define('_TEMPLATE_RESET_BTN',           'Reset Data');
1033 define('_TEMPLATE_CATEGORYLIST',        'Category Lists');
1034 define('_TEMPLATE_CATHEADER',           'Category List Header');
1035 define('_TEMPLATE_CATITEM',                     'Category List Item');
1036 define('_TEMPLATE_CATFOOTER',           'Category List Footer');
1037
1038 // skins
1039 define('_SKIN_EDIT_TITLE',                      'Edit Skins');
1040 define('_SKIN_AVAILABLE_TITLE',         'Available Skins');
1041 define('_SKIN_NEW_TITLE',                       'New Skin');
1042 define('_SKIN_NAME',                            'Name');
1043 define('_SKIN_DESC',                            'Description');
1044 define('_SKIN_TYPE',                            'Content Type');
1045 define('_SKIN_CREATE',                          'Create');
1046 define('_SKIN_CREATE_BTN',                      'Create Skin');
1047 define('_SKIN_EDITONE_TITLE',           'Edit skin');
1048 define('_SKIN_BACK',                            'Back to Skin Overview');
1049 define('_SKIN_PARTS_TITLE',                     'Skin Parts');
1050 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:');
1051 define('_SKIN_PART_MAIN',                       'Main Index');
1052 define('_SKIN_PART_ITEM',                       'Item Pages');
1053 define('_SKIN_PART_ALIST',                      'Archive List');
1054 define('_SKIN_PART_ARCHIVE',            'Archive');
1055 define('_SKIN_PART_SEARCH',                     'Search');
1056 define('_SKIN_PART_ERROR',                      'Errors');
1057 define('_SKIN_PART_MEMBER',                     'Member Details');
1058 define('_SKIN_PART_POPUP',                      'Image Popups');
1059 define('_SKIN_GENSETTINGS_TITLE',       'General Settings');
1060 define('_SKIN_CHANGE',                          'Change');
1061 define('_SKIN_CHANGE_BTN',                      'Change these settings');
1062 define('_SKIN_UPDATE_BTN',                      'Update Skin');
1063 define('_SKIN_RESET_BTN',                       'Reset Data');
1064 define('_SKIN_EDITPART_TITLE',          'Edit Skin');
1065 define('_SKIN_GOBACK',                          'Go Back');
1066 define('_SKIN_ALLOWEDVARS',                     'Allowed Variables (click for info):');
1067
1068 // global settings
1069 define('_SETTINGS_TITLE',                       'General Settings');
1070 define('_SETTINGS_SUB_GENERAL',         'General Settings');
1071 define('_SETTINGS_DEFBLOG',                     'Default Blog');
1072 define('_SETTINGS_ADMINMAIL',           'Administrator Email');
1073 define('_SETTINGS_SITENAME',            'Site Name');
1074 define('_SETTINGS_SITEURL',                     'URL of Site (should end with a slash)');
1075 define('_SETTINGS_ADMINURL',            'URL of Admin Area (should end with a slash)');
1076 define('_SETTINGS_DIRS',                        'Nucleus Directories');
1077 define('_SETTINGS_MEDIADIR',            'Media Directory');
1078 define('_SETTINGS_SEECONFIGPHP',        '(see config.php)');
1079 define('_SETTINGS_MEDIAURL',            'Media URL (should end with a slash)');
1080 define('_SETTINGS_ALLOWUPLOAD',         'Allow File Upload?');
1081 define('_SETTINGS_ALLOWUPLOADTYPES','Allow File Types for Upload');
1082 define('_SETTINGS_CHANGELOGIN',         'Allow Members to Change Login/Password');
1083 define('_SETTINGS_COOKIES_TITLE',       'Cookie Settings');
1084 define('_SETTINGS_COOKIELIFE',          'Login Cookie Lifetime');
1085 define('_SETTINGS_COOKIESESSION',       'Session Cookies');
1086 define('_SETTINGS_COOKIEMONTH',         'Lifetime of a Month');
1087 define('_SETTINGS_COOKIEPATH',          'Cookie Path (advanced)');
1088 define('_SETTINGS_COOKIEDOMAIN',        'Cookie Domain (advanced)');
1089 define('_SETTINGS_COOKIESECURE',        'Secure Cookie (advanced)');
1090 define('_SETTINGS_LASTVISIT',           'Save Last Visit Cookies');
1091 define('_SETTINGS_ALLOWCREATE',         'Allow Visitors to Create a Member Account');
1092 define('_SETTINGS_NEWLOGIN',            'Login Allowed for User-Created accounts');
1093 define('_SETTINGS_NEWLOGIN2',           '(only goes for newly created accounts)');
1094 define('_SETTINGS_MEMBERMSGS',          'Allow Member-2-Member Service');
1095 define('_SETTINGS_LOCALE',                      'Default Locale');
1096 define('_SETTINGS_DISABLESITE',         'Disable Site');
1097 define('_SETTINGS_DBLOGIN',                     'mySQL Login &amp; Database');
1098 define('_SETTINGS_UPDATE',                      'Update Settings');
1099 define('_SETTINGS_UPDATE_BTN',          'Update Settings');
1100 define('_SETTINGS_DISABLEJS',           'Disable JavaScript Toolbar');
1101 define('_SETTINGS_MEDIA',                       'Media/Upload Settings');
1102 define('_SETTINGS_MEDIAPREFIX',         'Prefix uploaded files with date');
1103 define('_SETTINGS_MEMBERS',                     'Member Settings');
1104
1105 // bans
1106 define('_BAN_TITLE',                            'Ban List for');
1107 define('_BAN_NONE',                                     'No bans for this weblog');
1108 define('_BAN_NEW_TITLE',                        'Add New Ban');
1109 define('_BAN_NEW_TEXT',                         'Add a new ban now');
1110 define('_BAN_REMOVE_TITLE',                     'Remove Ban');
1111 define('_BAN_IPRANGE',                          'IP Range');
1112 define('_BAN_BLOGS',                            'Which blogs?');
1113 define('_BAN_DELETE_TITLE',                     'Delete Ban');
1114 define('_BAN_ALLBLOGS',                         'All blogs to which you have admin privileges.');
1115 define('_BAN_REMOVED_TITLE',            'Ban Removed');
1116 define('_BAN_REMOVED_TEXT',                     'Ban was removed for the following blogs:');
1117 define('_BAN_ADD_TITLE',                        'Add Ban');
1118 define('_BAN_IPRANGE_TEXT',                     'Choose the IP range you want to block below. The less numbers in it, the more addresses will be blocked.');
1119 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.');
1120 define('_BAN_REASON_TITLE',                     'Reason');
1121 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.');
1122 define('_BAN_ADD_BTN',                          'Add Ban');
1123
1124 // LOGIN screen
1125 define('_LOGIN_MESSAGE',                        'Message');
1126 define('_LOGIN_SHARED',                         _LOGINFORM_SHARED);
1127 define('_LOGIN_FORGOT',                         'Forgot your password?');
1128
1129 // membermanagement
1130 define('_MEMBERS_TITLE',                        'Member Management');
1131 define('_MEMBERS_CURRENT',                      'Current Members');
1132 define('_MEMBERS_NEW',                          'New Member');
1133 define('_MEMBERS_DISPLAY',                      'Display Name');
1134 define('_MEMBERS_DISPLAY_INFO',         '(This is the name you use to login)');
1135 define('_MEMBERS_REALNAME',                     'Real Name');
1136 define('_MEMBERS_PWD',                          'Password');
1137 define('_MEMBERS_REPPWD',                       'Repeat Password');
1138 define('_MEMBERS_EMAIL',                        'Email address');
1139 define('_MEMBERS_EMAIL_EDIT',           '(When you change the email address, a new password will be automatically sent out to that address)');
1140 define('_MEMBERS_URL',                          'Website Address (URL)');
1141 define('_MEMBERS_SUPERADMIN',           'Administrator privileges');
1142 define('_MEMBERS_CANLOGIN',                     'Can login to admin area');
1143 define('_MEMBERS_NOTES',                        'Notes');
1144 define('_MEMBERS_NEW_BTN',                      'Add Member');
1145 define('_MEMBERS_EDIT',                         'Edit Member');
1146 define('_MEMBERS_EDIT_BTN',                     'Change Settings');
1147 define('_MEMBERS_BACKTOOVERVIEW',       'Back to Member Overview');
1148 define('_MEMBERS_LOCALE',                       'Language');
1149 define('_MEMBERS_USESITELANG',          '- use site settings -');
1150
1151 // List of blogs (TT = tooltip)
1152 define('_BLOGLIST_TT_VISIT',            'Visit Site');
1153 define('_BLOGLIST_ADD',                         'Add Item');
1154 define('_BLOGLIST_TT_ADD',                      'Add a new item to this weblog');
1155 define('_BLOGLIST_EDIT',                        'Edit/Delete Items');
1156 define('_BLOGLIST_TT_EDIT',                     '');
1157 define('_BLOGLIST_BMLET',                       'Bookmarklet');
1158 define('_BLOGLIST_TT_BMLET',            '');
1159 define('_BLOGLIST_SETTINGS',            'Settings');
1160 define('_BLOGLIST_TT_SETTINGS',         'Edit settings or manage team');
1161 define('_BLOGLIST_BANS',                        'Bans');
1162 define('_BLOGLIST_TT_BANS',                     'View, add or remove banned IPs');
1163 define('_BLOGLIST_DELETE',                      'Delete All');
1164 define('_BLOGLIST_TT_DELETE',           'Delete this weblog');
1165
1166 // OVERVIEW screen
1167 define('_OVERVIEW_YRBLOGS',                     'Your weblogs');
1168 define('_OVERVIEW_YRDRAFTS',            'Your drafts');
1169 define('_OVERVIEW_YRSETTINGS',          'Your settings');
1170 define('_OVERVIEW_GSETTINGS',           'General settings');
1171 define('_OVERVIEW_NOBLOGS',                     'You\'re not on any weblogs teamlist');
1172 define('_OVERVIEW_NODRAFTS',            'No drafts');
1173 define('_OVERVIEW_EDITSETTINGS',        'Edit Your Settings...');
1174 define('_OVERVIEW_BROWSEITEMS',         'Browse your items...');
1175 define('_OVERVIEW_BROWSECOMM',          'Browse your comments...');
1176 define('_OVERVIEW_VIEWLOG',                     'View Action Log...');
1177 define('_OVERVIEW_MEMBERS',                     'Manage Members...');
1178 define('_OVERVIEW_NEWLOG',                      'Create New Weblog...');
1179 define('_OVERVIEW_SETTINGS',            'Edit Settings...');
1180 define('_OVERVIEW_TEMPLATES',           'Edit Templates...');
1181 define('_OVERVIEW_SKINS',                       'Edit Skins...');
1182 define('_OVERVIEW_BACKUP',                      'Backup/Restore...');
1183
1184 // ITEMLIST
1185 define('_ITEMLIST_BLOG',                        'Items for blog');
1186 define('_ITEMLIST_YOUR',                        'Your items');
1187
1188 // Comments
1189 define('_COMMENTS',                                     'Comments');
1190 define('_NOCOMMENTS',                           'No comments for this item');
1191 define('_COMMENTS_YOUR',                        'Your Comments');
1192 define('_NOCOMMENTS_YOUR',                      'You didn\'t write any comments');
1193
1194 // LISTS (general)
1195 define('_LISTS_NOMORE',                         'No more results, or no results at all');
1196 define('_LISTS_PREV',                           'Previous');
1197 define('_LISTS_NEXT',                           'Next');
1198 define('_LISTS_SEARCH',                         'Search');
1199 define('_LISTS_CHANGE',                         'Change');
1200 define('_LISTS_PERPAGE',                        'items/page');
1201 define('_LISTS_ACTIONS',                        'Actions');
1202 define('_LISTS_DELETE',                         'Delete');
1203 define('_LISTS_EDIT',                           'Edit');
1204 define('_LISTS_MOVE',                           'Move');
1205 define('_LISTS_CLONE',                          'Clone');
1206 define('_LISTS_TITLE',                          'Title');
1207 define('_LISTS_BLOG',                           'Blog');
1208 define('_LISTS_NAME',                           'Name');
1209 define('_LISTS_DESC',                           'Description');
1210 define('_LISTS_TIME',                           'Time');
1211 define('_LISTS_COMMENTS',                       'Comments');
1212 define('_LISTS_TYPE',                           'Type');
1213
1214
1215 // member list
1216 define('_LIST_MEMBER_NAME',                     'Display Name');
1217 define('_LIST_MEMBER_RNAME',            'Real Name');
1218 define('_LIST_MEMBER_ADMIN',            'Super-admin? ');
1219 define('_LIST_MEMBER_LOGIN',            'Can login? ');
1220 define('_LIST_MEMBER_URL',                      'Website');
1221
1222 // banlist
1223 define('_LIST_BAN_IPRANGE',                     'IP Range');
1224 define('_LIST_BAN_REASON',                      'Reason');
1225
1226 // actionlist
1227 define('_LIST_ACTION_MSG',                      'Message');
1228
1229 // commentlist
1230 define('_LIST_COMMENT_BANIP',           'Ban IP');
1231 define('_LIST_COMMENT_WHO',                     'Author');
1232 define('_LIST_COMMENT',                         'Comment');
1233 define('_LIST_COMMENT_HOST',            'Host');
1234
1235 // itemlist
1236 define('_LIST_ITEM_INFO',                       'Info');
1237 define('_LIST_ITEM_CONTENT',            'Title and Text');
1238
1239
1240 // teamlist
1241 define('_LIST_TEAM_ADMIN',                      'Admin ');
1242 define('_LIST_TEAM_CHADMIN',            'Change Admin');
1243
1244 // edit comments
1245 define('_EDITC_TITLE',                          'Edit Comments');
1246 define('_EDITC_WHO',                            'Author');
1247 define('_EDITC_HOST',                           'From Where?');
1248 define('_EDITC_WHEN',                           'When?');
1249 define('_EDITC_TEXT',                           'Text');
1250 define('_EDITC_EDIT',                           'Edit Comment');
1251 define('_EDITC_MEMBER',                         'member');
1252 define('_EDITC_NONMEMBER',                      'non member');
1253
1254 // move item
1255 define('_MOVE_TITLE',                           'Move to which blog?');
1256 define('_MOVE_BTN',                                     'Move Item');