OSDN Git Service

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