OSDN Git Service

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