Project

General

Profile

1 552 thorn
<?php
2
3
// $Id$
4
5
/*
6
7 821 thorn
Website Baker Project <http://www.websitebaker.org/>
8
Copyright (C) 2004-2008, Ryan Djurovich
9 552 thorn
10 821 thorn
Website Baker is free software; you can redistribute it and/or modify
11
it under the terms of the GNU General Public License as published by
12
the Free Software Foundation; either version 2 of the License, or
13
(at your option) any later version.
14 552 thorn
15 821 thorn
Website Baker is distributed in the hope that it will be useful,
16
but WITHOUT ANY WARRANTY; without even the implied warranty of
17
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
GNU General Public License for more details.
19 552 thorn
20 821 thorn
You should have received a copy of the GNU General Public License
21
along with Website Baker; if not, write to the Free Software
22
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23 552 thorn
24
*/
25
26 821 thorn
// use languageedit-module to modify this file
27
28 552 thorn
// Define that this file is loaded
29
if(!defined('LANGUAGE_LOADED')) {
30 821 thorn
define('LANGUAGE_LOADED', true);
31 552 thorn
}
32
33
// Set the language information
34
$language_code = 'EN';
35
$language_name = 'English';
36
$language_version = '2.7';
37
$language_platform = '2.7.x';
38
$language_author = 'Ryan Djurovich, Christian Sommer';
39
$language_license = 'GNU General Public License';
40
41
// Menu titles
42
$MENU['START'] = 'Start';
43
$MENU['PAGES'] = 'Pages';
44
$MENU['MEDIA'] = 'Media';
45
$MENU['ADDONS'] = 'Add-ons';
46
$MENU['MODULES'] = 'Modules';
47
$MENU['TEMPLATES'] = 'Templates';
48
$MENU['LANGUAGES'] = 'Languages';
49
$MENU['PREFERENCES'] = 'Preferences';
50
$MENU['SETTINGS'] = 'Settings';
51
$MENU['ADMINTOOLS'] = 'Admin-Tools';
52
$MENU['ACCESS'] = 'Access';
53
$MENU['USERS'] = 'Users';
54
$MENU['GROUPS'] = 'Groups';
55
$MENU['HELP'] = 'Help';
56
$MENU['VIEW'] = 'View';
57
$MENU['LOGOUT'] = 'Log-out';
58
$MENU['LOGIN'] = 'Login';
59
$MENU['FORGOT'] = 'Retrieve Login Details';
60
61
// Section overviews
62
$OVERVIEW['START'] = 'Administration overview';
63
$OVERVIEW['PAGES'] = 'Manage your websites pages...';
64
$OVERVIEW['MEDIA'] = 'Manage files stored in the media folder...';
65
$OVERVIEW['MODULES'] = 'Manage Website Baker modules...';
66
$OVERVIEW['TEMPLATES'] = 'Change the look and feel of your website with templates...';
67
$OVERVIEW['LANGUAGES'] = 'Manage Website Baker languages...';
68
$OVERVIEW['PREFERENCES'] = 'Change preferences such as email address, password, etc... ';
69
$OVERVIEW['SETTINGS'] = 'Changes settings for Website Baker...';
70
$OVERVIEW['USERS'] = 'Manage users who can log-in to Website Baker...';
71
$OVERVIEW['GROUPS'] = 'Manage user groups and their system permissions...';
72
$OVERVIEW['HELP'] = 'Got a questions? Find your answer...';
73
$OVERVIEW['VIEW'] = 'Quickly view and browse your website in a new window...';
74 621 doc
$OVERVIEW['ADMINTOOLS'] = 'Access the Website Baker administration tools...';
75 552 thorn
76
// Headings
77
$HEADING['MODIFY_DELETE_PAGE'] = 'Modify/Delete Page';
78
$HEADING['DELETED_PAGES'] = 'Deleted Pages';
79
$HEADING['ADD_PAGE'] = 'Add Page';
80
$HEADING['ADD_HEADING'] = 'Add Heading';
81
$HEADING['MODIFY_PAGE'] = 'Modify Page';
82
$HEADING['MODIFY_PAGE_SETTINGS'] = 'Modify Page Settings';
83
$HEADING['MODIFY_ADVANCED_PAGE_SETTINGS'] = 'Modify Advanced Page Settings';
84
$HEADING['MANAGE_SECTIONS'] = 'Manage Sections';
85
$HEADING['MODIFY_INTRO_PAGE'] = 'Modify Intro Page';
86
87
$HEADING['BROWSE_MEDIA'] = 'Browse Media';
88
$HEADING['CREATE_FOLDER'] = 'Create Folder';
89
$HEADING['UPLOAD_FILES'] = 'Upload File(s)';
90
91
$HEADING['INSTALL_MODULE'] = 'Install Module';
92
$HEADING['UNINSTALL_MODULE'] = 'Uninstall Module';
93
$HEADING['MODULE_DETAILS'] = 'Module Details';
94
95
$HEADING['INSTALL_TEMPLATE'] = 'Install Template';
96
$HEADING['UNINSTALL_TEMPLATE'] = 'Uninstall Template';
97
$HEADING['TEMPLATE_DETAILS'] = 'Template Details';
98
99
$HEADING['INSTALL_LANGUAGE'] = 'Install Language';
100
$HEADING['UNINSTALL_LANGUAGE'] = 'Uninstall Language';
101
$HEADING['LANGUAGE_DETAILS'] = 'Language Details';
102
103
$HEADING['MY_SETTINGS'] = 'My Settings';
104
$HEADING['MY_EMAIL'] = 'My Email';
105
$HEADING['MY_PASSWORD'] = 'My Password';
106
107
$HEADING['GENERAL_SETTINGS'] = 'General Settings';
108
$HEADING['DEFAULT_SETTINGS'] = 'Default Settings';
109
$HEADING['SEARCH_SETTINGS'] = 'Search Settings';
110
$HEADING['FILESYSTEM_SETTINGS'] = 'Filesystem Settings';
111
$HEADING['SERVER_SETTINGS'] = 'Server Settings';
112
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
113
$HEADING['ADMINISTRATION_TOOLS'] = 'Administration Tools';
114
115
$HEADING['MODIFY_DELETE_USER'] = 'Modify/Delete User';
116
$HEADING['ADD_USER'] = 'Add User';
117
$HEADING['MODIFY_USER'] = 'Modify User';
118
119
$HEADING['MODIFY_DELETE_GROUP'] = 'Modify/Delete Group';
120
$HEADING['ADD_GROUP'] = 'Add Group';
121
$HEADING['MODIFY_GROUP'] = 'Modify Group';
122
123
// Other text
124 736 thorn
$TEXT['OPEN'] = 'Open';
125 552 thorn
$TEXT['ADD'] = 'Add';
126
$TEXT['MODIFY'] = 'Modify';
127
$TEXT['SETTINGS'] = 'Settings';
128
$TEXT['DELETE'] = 'Delete';
129
$TEXT['SAVE'] = 'Save';
130
$TEXT['RESET'] = 'Reset';
131
$TEXT['LOGIN'] = 'Login';
132
$TEXT['RELOAD'] = 'Reload';
133
$TEXT['CANCEL'] = 'Cancel';
134
$TEXT['NAME'] = 'Name';
135
$TEXT['PLEASE_SELECT'] = 'Please select';
136
$TEXT['TITLE'] = 'Title';
137
$TEXT['PARENT'] = 'Parent';
138
$TEXT['TYPE'] = 'Type';
139
$TEXT['VISIBILITY'] = 'Visibility';
140
$TEXT['PRIVATE'] = 'Private';
141
$TEXT['PUBLIC'] = 'Public';
142
$TEXT['NONE'] = 'None';
143
$TEXT['NONE_FOUND'] = 'None Found';
144
$TEXT['CURRENT'] = 'Current';
145
$TEXT['CHANGE'] = 'Change';
146
$TEXT['WINDOW'] = 'Window';
147
$TEXT['DESCRIPTION'] = 'Description';
148
$TEXT['KEYWORDS'] = 'Keywords';
149
$TEXT['ADMINISTRATORS'] = 'Administrators';
150
$TEXT['PRIVATE_VIEWERS'] = 'Private Viewers';
151
$TEXT['EXPAND'] = 'Expand';
152
$TEXT['COLLAPSE'] = 'Collapse';
153
$TEXT['MOVE_UP'] = 'Move Up';
154
$TEXT['MOVE_DOWN'] = 'Move Down';
155
$TEXT['RENAME'] = 'Rename';
156
$TEXT['MODIFY_SETTINGS'] = 'Modify Settings';
157
$TEXT['MODIFY_CONTENT'] = 'Modify Content';
158
$TEXT['VIEW'] = 'View';
159
$TEXT['UP'] = 'Up';
160
$TEXT['FORGOTTEN_DETAILS'] = 'Forgotten your details?';
161
$TEXT['NEED_TO_LOGIN'] = 'Need to log-in?';
162
$TEXT['SEND_DETAILS'] = 'Send Details';
163
$TEXT['USERNAME'] = 'Username';
164
$TEXT['PASSWORD'] = 'Password';
165
$TEXT['HOME'] = 'Home';
166
$TEXT['TARGET_FOLDER'] = 'Target folder';
167
$TEXT['OVERWRITE_EXISTING'] = 'Overwrite existing';
168
$TEXT['FILE'] = 'File';
169
$TEXT['FILES'] = 'Files';
170
$TEXT['FOLDER'] = 'Folder';
171
$TEXT['FOLDERS'] = 'Folders';
172
$TEXT['CREATE_FOLDER'] = 'Create Folder';
173
$TEXT['UPLOAD_FILES'] = 'Upload File(s)';
174
$TEXT['CURRENT_FOLDER'] = 'Current Folder';
175
$TEXT['TO'] = 'To';
176
$TEXT['FROM'] = 'From';
177
$TEXT['INSTALL'] = 'Install';
178
$TEXT['UNINSTALL'] = 'Uninstall';
179
$TEXT['VIEW_DETAILS'] = 'View Details';
180
$TEXT['DISPLAY_NAME'] = 'Display Name';
181
$TEXT['AUTHOR'] = 'Author';
182
$TEXT['VERSION'] = 'Version';
183
$TEXT['DESIGNED_FOR'] = 'Designed For';
184
$TEXT['DESCRIPTION'] = 'Description';
185
$TEXT['EMAIL'] = 'Email';
186
$TEXT['LANGUAGE'] = 'Language';
187
$TEXT['TIMEZONE'] = 'Timezone';
188
$TEXT['CURRENT_PASSWORD'] = 'Current Password';
189
$TEXT['NEW_PASSWORD'] = 'New Password';
190
$TEXT['RETYPE_NEW_PASSWORD'] = 'Re-type New Password';
191
$TEXT['ACTIVE'] = 'Active';
192
$TEXT['DISABLED'] = 'Disabled';
193
$TEXT['ENABLED'] = 'Enabled';
194
$TEXT['RETYPE_PASSWORD'] = 'Re-type Password';
195
$TEXT['GROUP'] = 'Group';
196
$TEXT['SYSTEM_PERMISSIONS'] = 'System Permissions';
197
$TEXT['MODULE_PERMISSIONS'] = 'Module Permissions';
198
$TEXT['SHOW_ADVANCED'] = 'Show Advanced Options';
199
$TEXT['HIDE_ADVANCED'] = 'Hide Advanced Options';
200
$TEXT['BASIC'] = 'Basic';
201
$TEXT['ADVANCED'] = 'Advanced';
202
$TEXT['WEBSITE'] = 'Website';
203
$TEXT['DEFAULT'] = 'Default';
204
$TEXT['KEYWORDS'] = 'Keywords';
205
$TEXT['TEXT'] = 'Text';
206
$TEXT['HEADER'] = 'Header';
207
$TEXT['FOOTER'] = 'Footer';
208
$TEXT['TEMPLATE'] = 'Template';
209
$TEXT['INSTALLATION'] = 'Installation';
210
$TEXT['DATABASE'] = 'Database';
211
$TEXT['HOST'] = 'Host';
212
$TEXT['INTRO'] = 'Intro';
213
$TEXT['PAGE'] = 'Page';
214
$TEXT['SIGNUP'] = 'Sign-up';
215
$TEXT['PHP_ERROR_LEVEL'] = 'PHP Error Reporting Level';
216
$TEXT['ADMIN'] = 'Admin';
217
$TEXT['PATH'] = 'Path';
218
$TEXT['URL'] = 'URL';
219
$TEXT['FRONTEND'] = 'Front-end';
220
$TEXT['EXTENSION'] = 'Extension';
221
$TEXT['TABLE_PREFIX'] = 'Table Prefix';
222
$TEXT['CHANGES'] = 'Changes';
223
$TEXT['ADMINISTRATION'] = 'Administration';
224
$TEXT['FORGOT_DETAILS'] = 'Forgot Details?';
225
$TEXT['LOGGED_IN'] = 'Logged-In';
226
$TEXT['WELCOME_BACK'] = 'Welcome back';
227
$TEXT['FULL_NAME'] = 'Full Name';
228
$TEXT['ACCOUNT_SIGNUP'] = 'Account Sign-Up';
229
$TEXT['LINK'] = 'Link';
230 565 thorn
$TEXT['ANCHOR'] = 'Anchor';
231 552 thorn
$TEXT['TARGET'] = 'Target';
232
$TEXT['NEW_WINDOW'] = 'New Window';
233
$TEXT['SAME_WINDOW'] = 'Same Window';
234
$TEXT['TOP_FRAME'] = 'Top Frame';
235
$TEXT['PAGE_LEVEL_LIMIT'] = 'Page Level Limit';
236
$TEXT['SUCCESS'] = 'Success';
237
$TEXT['ERROR'] = 'Error';
238
$TEXT['ARE_YOU_SURE'] = 'Are you sure?';
239
$TEXT['YES'] = 'Yes';
240
$TEXT['NO'] = 'No';
241
$TEXT['SYSTEM_DEFAULT'] = 'System Default';
242
$TEXT['PAGE_TITLE'] = 'Page Title';
243
$TEXT['MENU_TITLE'] = 'Menu Title';
244
$TEXT['ACTIONS'] = 'Actions';
245
$TEXT['UNKNOWN'] = 'Unknown';
246
$TEXT['BLOCK'] = 'Block';
247
$TEXT['SEARCH'] = 'Search';
248
$TEXT['SEARCHING'] = 'Searching';
249
$TEXT['POST'] = 'Post';
250
$TEXT['COMMENT'] = 'Comment';
251
$TEXT['COMMENTS'] = 'Comments';
252
$TEXT['COMMENTING'] = 'Commenting';
253
$TEXT['SHORT'] = 'Short';
254
$TEXT['LONG'] = 'Long';
255
$TEXT['LOOP'] = 'Loop';
256
$TEXT['FIELD'] = 'Field';
257
$TEXT['REQUIRED'] = 'Required';
258
$TEXT['LENGTH'] = 'Length';
259
$TEXT['MESSAGE'] = 'Message';
260
$TEXT['SUBJECT'] = 'Subject';
261
$TEXT['MATCH'] = 'Match';
262
$TEXT['ALL_WORDS'] = 'All Words';
263
$TEXT['ANY_WORDS'] = 'Any Words';
264
$TEXT['EXACT_MATCH'] = 'Exact Match';
265
$TEXT['SHOW'] = 'Show';
266
$TEXT['HIDE'] = 'Hide';
267
$TEXT['START_PUBLISHING'] = 'Start Publishing';
268
$TEXT['FINISH_PUBLISHING'] = 'Finish Publishing';
269
$TEXT['DATE'] = 'Date';
270
$TEXT['START'] = 'Start';
271
$TEXT['END'] = 'End';
272
$TEXT['IMAGE'] = 'Image';
273
$TEXT['ICON'] = 'Icon';
274
$TEXT['SECTION'] = 'Section';
275
$TEXT['DATE_FORMAT'] = 'Date Format';
276
$TEXT['TIME_FORMAT'] = 'Time Format';
277
$TEXT['RESULTS'] = 'Results';
278
$TEXT['RESIZE'] = 'Re-size';
279
$TEXT['MANAGE'] = 'Manage';
280
$TEXT['CODE'] = 'Code';
281
$TEXT['WIDTH'] = 'Width';
282
$TEXT['HEIGHT'] = 'Height';
283
$TEXT['MORE'] = 'More';
284
$TEXT['READ_MORE'] = 'Read More';
285
$TEXT['CHANGE_SETTINGS'] = 'Change Settings';
286
$TEXT['CURRENT_PAGE'] = 'Current Page';
287
$TEXT['CLOSE'] = 'Close';
288
$TEXT['INTRO_PAGE'] = 'Intro Page';
289
$TEXT['INSTALLATION_URL'] = 'Installation URL';
290
$TEXT['INSTALLATION_PATH'] = 'Installation Path';
291
$TEXT['PAGE_EXTENSION'] = 'Page Extension';
292
$TEXT['NO_RESULTS'] = 'No Results';
293
$TEXT['WEBSITE_TITLE'] = 'Website Title';
294
$TEXT['WEBSITE_DESCRIPTION'] = 'Website Description';
295
$TEXT['WEBSITE_KEYWORDS'] = 'Website Keywords';
296
$TEXT['WEBSITE_HEADER'] = 'Website Header';
297
$TEXT['WEBSITE_FOOTER'] = 'Website Footer';
298
$TEXT['RESULTS_HEADER'] = 'Results Header';
299
$TEXT['RESULTS_LOOP'] = 'Results Loop';
300
$TEXT['RESULTS_FOOTER'] = 'Results Footer';
301
$TEXT['LEVEL'] = 'Level';
302
$TEXT['NOT_FOUND'] = 'Not Found';
303
$TEXT['PAGE_SPACER'] = 'Page Spacer';
304
$TEXT['MATCHING'] = 'Matching';
305
$TEXT['TEMPLATE_PERMISSIONS'] = 'Template Permissions';
306
$TEXT['PAGES_DIRECTORY'] = 'Pages Directory';
307
$TEXT['MEDIA_DIRECTORY'] = 'Media Directory';
308
$TEXT['FILE_MODE'] = 'File Mode';
309
$TEXT['USER'] = 'User';
310
$TEXT['OTHERS'] = 'Others';
311
$TEXT['READ'] = 'Read';
312
$TEXT['WRITE'] = 'Write';
313
$TEXT['EXECUTE'] = 'Execute';
314
$TEXT['SMART_LOGIN'] = 'Smart Login';
315
$TEXT['REMEMBER_ME'] = 'Remember Me';
316
$TEXT['FILESYSTEM_PERMISSIONS'] = 'Filesystem Permissions';
317
$TEXT['DIRECTORIES'] = 'Directories';
318
$TEXT['DIRECTORY_MODE'] = 'Directory Mode';
319
$TEXT['LIST_OPTIONS'] = 'List Options';
320
$TEXT['OPTION'] = 'Option';
321
$TEXT['ALLOW_MULTIPLE_SELECTIONS'] = 'Allow Multiple Selections';
322
$TEXT['TEXTFIELD'] = 'Textfield';
323
$TEXT['TEXTAREA'] = 'Textarea';
324
$TEXT['SELECT_BOX'] = 'Select Box';
325
$TEXT['CHECKBOX_GROUP'] = 'Checkbox Group';
326
$TEXT['RADIO_BUTTON_GROUP'] = 'Radio Button Group';
327
$TEXT['SIZE'] = 'Size';
328
$TEXT['DEFAULT_TEXT'] = 'Default Text';
329
$TEXT['SEPERATOR'] = 'Separator';
330
$TEXT['BACK'] = 'Back';
331
$TEXT['UNDER_CONSTRUCTION'] = 'Under Construction';
332
$TEXT['MULTISELECT'] = 'Multi-select';
333
$TEXT['SHORT_TEXT'] = 'Short Text';
334
$TEXT['LONG_TEXT'] = 'Long Text';
335
$TEXT['HOMEPAGE_REDIRECTION'] = 'Homepage Redirection';
336
$TEXT['HEADING'] = 'Heading';
337
$TEXT['MULTIPLE_MENUS'] = 'Multiple Menus';
338
$TEXT['REGISTERED'] = 'Registered';
339
$TEXT['SECTION_BLOCKS'] = 'Section Blocks';
340
$TEXT['REGISTERED_VIEWERS'] = 'Registered Viewers';
341
$TEXT['ALLOWED_VIEWERS'] = 'Allowed Viewers';
342
$TEXT['SUBMISSION_ID'] = 'Submission ID';
343
$TEXT['SUBMISSIONS'] = 'Submissions';
344
$TEXT['SUBMITTED'] = 'Submitted';
345
$TEXT['MAX_SUBMISSIONS_PER_HOUR'] = 'Max. Submissions Per Hour';
346
$TEXT['SUBMISSIONS_STORED_IN_DATABASE'] = 'Submissions Stored In Database';
347
$TEXT['EMAIL_ADDRESS'] = 'Email Address';
348
$TEXT['CUSTOM'] = 'Custom';
349
$TEXT['ANONYMOUS'] = 'Anonymous';
350
$TEXT['SERVER_OPERATING_SYSTEM'] = 'Server Operating System';
351
$TEXT['WORLD_WRITEABLE_FILE_PERMISSIONS'] = 'World-writeable file permissions';
352
$TEXT['LINUX_UNIX_BASED'] = 'Linux/Unix based';
353
$TEXT['WINDOWS'] = 'Windows';
354
$TEXT['HOME_FOLDER'] = 'Home Folder';
355
$TEXT['HOME_FOLDERS'] = 'Home Folders';
356
$TEXT['PAGE_TRASH'] = 'Page Trash';
357
$TEXT['INLINE'] = 'In-line';
358
$TEXT['SEPARATE'] = 'Separate';
359
$TEXT['DELETED'] = 'Deleted';
360
$TEXT['VIEW_DELETED_PAGES'] = 'View Deleted Pages';
361
$TEXT['EMPTY_TRASH'] = 'Empty Trash';
362
$TEXT['TRASH_EMPTIED'] = 'Trash Emptied';
363
$TEXT['ADD_SECTION'] = 'Add Section';
364
$TEXT['POST_HEADER'] = 'Post Header';
365
$TEXT['POST_FOOTER'] = 'Post Footer';
366
$TEXT['POSTS_PER_PAGE'] = 'Posts Per Page';
367
$TEXT['RESIZE_IMAGE_TO'] = 'Resize Image To';
368
$TEXT['UNLIMITED'] = 'Unlimited';
369
$TEXT['OF'] = 'Of';
370
$TEXT['OUT_OF'] = 'Out Of';
371
$TEXT['NEXT'] = 'Next';
372
$TEXT['PREVIOUS'] = 'Previous';
373
$TEXT['NEXT_PAGE'] = 'Next Page';
374
$TEXT['PREVIOUS_PAGE'] = 'Previous Page';
375
$TEXT['ON'] = 'On';
376
$TEXT['LAST_UPDATED_BY'] = 'Last Updated By';
377
$TEXT['RESULTS_FOR'] = 'Results For';
378
$TEXT['TIME'] = 'Time';
379
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Style';
380 711 Ruebenwurz
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor';
381 607 Ruebenwurz
$TEXT['SERVER_EMAIL'] = 'Server Email';
382 552 thorn
$TEXT['MENU'] = 'Menu';
383
$TEXT['MANAGE_GROUPS'] = 'Manage Groups';
384
$TEXT['MANAGE_USERS'] = 'Manage Users';
385
$TEXT['PAGE_LANGUAGES'] = 'Page Languages';
386
$TEXT['HIDDEN'] = 'Hidden';
387
$TEXT['MAIN'] = 'Main';
388
$TEXT['RENAME_FILES_ON_UPLOAD'] = 'Rename Files On Upload';
389
$TEXT['APP_NAME'] = 'Application Name';
390
$TEXT['SESSION_IDENTIFIER'] = 'Session Identifier';
391
$TEXT['BACKUP'] = 'Backup';
392
$TEXT['RESTORE'] = 'Restore';
393
$TEXT['BACKUP_DATABASE'] = 'Backup Database';
394
$TEXT['RESTORE_DATABASE'] = 'Restore Database';
395 607 Ruebenwurz
$TEXT['BACKUP_ALL_TABLES'] = 'Backup all tables in database';
396
$TEXT['BACKUP_WB_SPECIFIC'] = 'Backup only WB-specific tables';
397 552 thorn
$TEXT['BACKUP_MEDIA'] = 'Backup Media';
398
$TEXT['RESTORE_MEDIA'] = 'Restore Media';
399
$TEXT['ADMINISTRATION_TOOL'] = 'Administration tool';
400
$TEXT['CAPTCHA_VERIFICATION'] = 'Captcha Verification';
401
$TEXT['VERIFICATION'] = 'Verification';
402
$TEXT['DEFAULT_CHARSET'] = 'Default Charset';
403
$TEXT['CHARSET'] = 'Charset';
404
$TEXT['MODULE_ORDER'] = 'Module-order for searching';
405
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt';
406 769 thorn
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module';
407 552 thorn
$TEXT['PUBL_START_DATE'] = 'Start date';
408
$TEXT['PUBL_END_DATE'] = 'End date';
409 786 doc
$TEXT['CALENDAR'] = 'Calendar';
410 660 thorn
$TEXT['DELETE_DATE'] = 'Delete date';
411 568 doc
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by Website Baker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.';
412
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail';
413
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name';
414
$TEXT['WBMAILER_NOTICE'] = '<strong>SMTP Mailer Settings:</strong><br />The settings below are only required if you want to send mails via <acronym title="Simple mail transfer protocol">SMTP</acronym>. If you do not know your SMTP host or you are not sure about the required settings, simply stay with the default mail routine: PHP MAIL.';
415
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine';
416
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host';
417 552 thorn
$TEXT['WBMAILER_PHP'] = 'PHP MAIL';
418
$TEXT['WBMAILER_SMTP'] = 'SMTP';
419 568 doc
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification';
420 552 thorn
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification';
421 568 doc
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username';
422
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password';
423 552 thorn
$TEXT['PLEASE_LOGIN'] = 'Please login';
424 808 Ruebenwurz
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS';
425
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: ';
426
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.';
427 552 thorn
428
// Success/error messages
429
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Sorry, you do not have permissions to view this page';
430
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display';
431
432
$MESSAGE['ADMIN']['INSUFFICIENT_PRIVELLIGES'] = 'Insufficient privelliges to be here';
433
434
$MESSAGE['LOGIN']['BOTH_BLANK'] = 'Please enter your username and password below';
435
$MESSAGE['LOGIN']['USERNAME_BLANK'] = 'Please enter a username';
436
$MESSAGE['LOGIN']['PASSWORD_BLANK'] = 'Please enter a password';
437
$MESSAGE['LOGIN']['USERNAME_TOO_SHORT'] = 'Supplied username to short';
438
$MESSAGE['LOGIN']['PASSWORD_TOO_SHORT'] = 'Supplied password to short';
439
$MESSAGE['LOGIN']['USERNAME_TOO_LONG'] = 'Supplied username to long';
440
$MESSAGE['LOGIN']['PASSWORD_TOO_LONG'] = 'Supplied password to long';
441
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Username or password incorrect';
442
443
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'You must enter an email address';
444
445
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Please enter your email address below';
446
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'The email that you entered cannot be found in the database';
447
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Unable to email password, please contact system administrator';
448
$MESSAGE['FORGOT_PASS']['PASSWORD_RESET'] = 'Your username and password have been sent to your email address';
449
$MESSAGE['FORGOT_PASS']['ALREADY_RESET'] = 'Password cannot be reset more than once per hour, sorry';
450
451
$MESSAGE['START']['WELCOME_MESSAGE'] = 'Welcome to Website Baker Administration';
452
$MESSAGE['START']['INSTALL_DIR_EXISTS'] = 'Warning, Installation Directory Still Exists!';
453
$MESSAGE['START']['CURRENT_USER'] = 'You are currently logged in as:';
454
455
$MESSAGE['SETTINGS']['UNABLE_OPEN_CONFIG'] = 'Unable to open the configuration file';
456
$MESSAGE['SETTINGS']['UNABLE_WRITE_CONFIG'] = 'Cannot write to configuration file';
457
$MESSAGE['SETTINGS']['SAVED'] = 'Settings saved successfully';
458
$MESSAGE['SETTINGS']['MODE_SWITCH_WARNING'] = 'Please Note: Pressing this button resets all unsaved changes';
459
$MESSAGE['SETTINGS']['WORLD_WRITEABLE_WARNING'] = 'Please note: this is only recommended for testing environments';
460
461
$MESSAGE['USERS']['ADDED'] = 'User added successfully';
462
$MESSAGE['USERS']['SAVED'] = 'User saved successfully';
463
$MESSAGE['USERS']['DELETED'] = 'User deleted successfully';
464
$MESSAGE['USERS']['NO_GROUP'] = 'No group was selected';
465
$MESSAGE['USERS']['USERNAME_TOO_SHORT'] = 'The username you entered was too short';
466
$MESSAGE['USERS']['PASSWORD_TOO_SHORT'] = 'The password you entered was too short';
467
$MESSAGE['USERS']['PASSWORD_MISMATCH'] = 'The passwords you entered do not match';
468
$MESSAGE['USERS']['INVALID_EMAIL'] = 'The email address you entered is invalid';
469
$MESSAGE['USERS']['EMAIL_TAKEN'] = 'The email you entered is already in use';
470
$MESSAGE['USERS']['USERNAME_TAKEN'] = 'The username you entered is already taken';
471
$MESSAGE['USERS']['CHANGING_PASSWORD'] = 'Please note: You should only enter values in the above fields if you wish to change this users password';
472
$MESSAGE['USERS']['CONFIRM_DELETE'] = 'Are you sure you want to delete the selected user?';
473
474
$MESSAGE['GROUPS']['ADDED'] = 'Group added successfully';
475
$MESSAGE['GROUPS']['SAVED'] = 'Group saved successfully';
476
$MESSAGE['GROUPS']['DELETED'] = 'Group deleted successfully';
477
$MESSAGE['GROUPS']['GROUP_NAME_BLANK'] = 'Group name is blank';
478
$MESSAGE['GROUPS']['CONFIRM_DELETE'] = 'Are you sure you want to delete the selected group (and any users that belong to it)?';
479
$MESSAGE['GROUPS']['NO_GROUPS_FOUND'] = 'No groups found';
480
$MESSAGE['GROUPS']['GROUP_NAME_EXISTS'] = 'Group name already exists';
481
482
$MESSAGE['PREFERENCES']['DETAILS_SAVED'] = 'Details saved successfully';
483
$MESSAGE['PREFERENCES']['EMAIL_UPDATED'] = 'Email updated successfully';
484
$MESSAGE['PREFERENCES']['CURRENT_PASSWORD_INCORRECT'] = 'The (current) password you entered is incorrect';
485
$MESSAGE['PREFERENCES']['PASSWORD_CHANGED'] = 'Password changed successfully';
486
487
$MESSAGE['TEMPLATES']['CHANGE_TEMPLATE_NOTICE'] = 'Please note: to change the template you must go to the Settings section';
488
489
$MESSAGE['MEDIA']['DIR_DOT_DOT_SLASH'] = 'Cannot include ../ in the folder name';
490
$MESSAGE['MEDIA']['DIR_DOES_NOT_EXIST'] = 'Directory does not exist';
491
$MESSAGE['MEDIA']['TARGET_DOT_DOT_SLASH'] = 'Cannot have ../ in the folder target';
492
$MESSAGE['MEDIA']['NAME_DOT_DOT_SLASH'] = 'Cannot include ../ in the name';
493
$MESSAGE['MEDIA']['NAME_INDEX_PHP'] = 'Cannot use index.php as the name';
494
$MESSAGE['MEDIA']['NONE_FOUND'] = 'No media found in the current folder';
495
$MESSAGE['MEDIA']['FILE_NOT_FOUND'] = 'File not found';
496
$MESSAGE['MEDIA']['DELETED_FILE'] = 'File deleted successfully';
497
$MESSAGE['MEDIA']['DELETED_DIR'] = 'Folder deleted successfully';
498
$MESSAGE['MEDIA']['CONFIRM_DELETE'] = 'Are you sure you want to delete the following file or folder?';
499
$MESSAGE['MEDIA']['CANNOT_DELETE_FILE'] = 'Cannot delete the selected file';
500
$MESSAGE['MEDIA']['CANNOT_DELETE_DIR'] = 'Cannot delete the selected folder';
501
$MESSAGE['MEDIA']['BLANK_NAME'] = 'You did not enter a new name';
502
$MESSAGE['MEDIA']['BLANK_EXTENSION'] = 'You did not enter a file extension';
503
$MESSAGE['MEDIA']['RENAMED'] = 'Rename successful';
504
$MESSAGE['MEDIA']['CANNOT_RENAME'] = 'Rename unsuccessful';
505
$MESSAGE['MEDIA']['FILE_EXISTS'] = 'A file matching the name you entered already exists';
506
$MESSAGE['MEDIA']['DIR_EXISTS'] = 'A folder matching the name you entered already exists';
507
$MESSAGE['MEDIA']['DIR_MADE'] = 'Folder created successfully';
508
$MESSAGE['MEDIA']['DIR_NOT_MADE'] = 'Unable to create folder';
509
$MESSAGE['MEDIA']['SINGLE_UPLOADED'] = ' file was successfully uploaded';
510
$MESSAGE['MEDIA']['UPLOADED'] = ' files were successfully uploaded';
511
512
$MESSAGE['PAGES']['ADDED'] = 'Page added successfully';
513
$MESSAGE['PAGES']['ADDED_HEADING'] = 'Page heading added successfully';
514
$MESSAGE['PAGES']['PAGE_EXISTS'] = 'A page with the same or similar title exists';
515
$MESSAGE['PAGES']['CANNOT_CREATE_ACCESS_FILE'] = 'Error creating access file in the /pages directory (insufficient privileges)';
516
$MESSAGE['PAGES']['CANNOT_DELETE_ACCESS_FILE'] = 'Error deleting access file in the /pages directory (insufficient privileges)';
517
$MESSAGE['PAGES']['NOT_FOUND'] = 'Page not found';
518
$MESSAGE['PAGES']['SAVED'] = 'Page saved successfully';
519
$MESSAGE['PAGES']['SAVED_SETTINGS'] = 'Page settings saved successfully';
520
$MESSAGE['PAGES']['NOT_SAVED'] = 'Error saving page';
521
$MESSAGE['PAGES']['DELETE_CONFIRM'] = 'Are you sure you want to delete the selected page (and all of its sub-pages)';
522
$MESSAGE['PAGES']['DELETED'] = 'Page deleted successfully';
523
$MESSAGE['PAGES']['RESTORED'] = 'Page restored successfully';
524
$MESSAGE['PAGES']['BLANK_PAGE_TITLE'] = 'Please enter a page title';
525
$MESSAGE['PAGES']['BLANK_MENU_TITLE'] = 'Please enter a menu title';
526
$MESSAGE['PAGES']['REORDERED'] = 'Page re-ordered successfully';
527
$MESSAGE['PAGES']['CANNOT_REORDER'] = 'Error re-ordering page';
528
$MESSAGE['PAGES']['INSUFFICIENT_PERMISSIONS'] = 'You do not have permissions to modify this page';
529
$MESSAGE['PAGES']['INTRO_NOT_WRITABLE'] = 'Cannot write to file /pages/intro.php (insufficient privileges)';
530
$MESSAGE['PAGES']['INTRO_SAVED'] = 'Intro page saved successfully';
531
$MESSAGE['PAGES']['LAST_MODIFIED'] = 'Last modification by';
532
$MESSAGE['PAGES']['INTRO_LINK'] = 'Click HERE to modify the intro page';
533
$MESSAGE['PAGES']['SECTIONS_PROPERTIES_SAVED'] = 'Section properties saved successfully';
534
$MESSAGE['PAGES']['RETURN_TO_PAGES'] = 'Return to pages';
535
536
$MESSAGE['GENERIC']['FILL_IN_ALL'] = 'Please go back and fill-in all fields';
537
$MESSAGE['GENERIC']['FILE_TYPE'] = 'Please note that the file you upload must be of the following format:';
538
$MESSAGE['GENERIC']['FILE_TYPES'] = 'Please note that the file you upload must be in one of the following formats:';
539
$MESSAGE['GENERIC']['CANNOT_UPLOAD'] = 'Cannot upload file';
540
$MESSAGE['GENERIC']['ALREADY_INSTALLED'] = 'Already installed';
541
$MESSAGE['GENERIC']['NOT_INSTALLED'] = 'Not installed';
542
$MESSAGE['GENERIC']['CANNOT_UNINSTALL'] = 'Cannot uninstall';
543
$MESSAGE['GENERIC']['CANNOT_UNZIP'] = 'Cannot unzip file';
544
$MESSAGE['GENERIC']['INSTALLED'] = 'Installed successfully';
545
$MESSAGE['GENERIC']['UPGRADED'] = 'Upgraded successfully';
546
$MESSAGE['GENERIC']['UNINSTALLED'] = 'Uninstalled successfully';
547
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Unable to write to the target directory';
548
$MESSAGE['GENERIC']['INVALID'] = 'The file you uploaded is invalid';
549
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Cannot Uninstall: the selected file is in use';
550
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction';
551
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Please check back soon...';
552
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.';
553
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Error opening file.';
554
555
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'You must enter details for the following fields';
556
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.';
557 821 thorn
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: '.SERVER_EMAIL.'';
558 552 thorn
559 607 Ruebenwurz
$MESSAGE['MOD_RELOAD']['PLEASE_SELECT'] = 'Please selected which add-ons you would like to have reloaded';
560
$MESSAGE['MOD_RELOAD']['MODULES_RELOADED'] = 'Modules reloaded successfully';
561
$MESSAGE['MOD_RELOAD']['TEMPLATES_RELOADED'] = 'Templates reloaded successfully';
562
$MESSAGE['MOD_RELOAD']['LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
563 634 Ruebenwurz
564
?>