Project

General

Profile

1 552 thorn
<?php
2
3
// $Id$
4
5
/*
6
7 821 thorn
Website Baker Project <http://www.websitebaker.org/>
8 915 Ruebenwurz
Copyright (C) 2004-2009, 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 925 doc
$language_version = '2.8';
37
$language_platform = '2.8.x';
38 552 thorn
$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 925 doc
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
124 938 doc
$HEADING['INVOKE_MODULE_FILES'] = 'Execute module files manually';
125 925 doc
126 552 thorn
// Other text
127 736 thorn
$TEXT['OPEN'] = 'Open';
128 552 thorn
$TEXT['ADD'] = 'Add';
129
$TEXT['MODIFY'] = 'Modify';
130
$TEXT['SETTINGS'] = 'Settings';
131
$TEXT['DELETE'] = 'Delete';
132
$TEXT['SAVE'] = 'Save';
133
$TEXT['RESET'] = 'Reset';
134
$TEXT['LOGIN'] = 'Login';
135
$TEXT['RELOAD'] = 'Reload';
136
$TEXT['CANCEL'] = 'Cancel';
137
$TEXT['NAME'] = 'Name';
138
$TEXT['PLEASE_SELECT'] = 'Please select';
139
$TEXT['TITLE'] = 'Title';
140
$TEXT['PARENT'] = 'Parent';
141
$TEXT['TYPE'] = 'Type';
142
$TEXT['VISIBILITY'] = 'Visibility';
143
$TEXT['PRIVATE'] = 'Private';
144
$TEXT['PUBLIC'] = 'Public';
145
$TEXT['NONE'] = 'None';
146
$TEXT['NONE_FOUND'] = 'None Found';
147
$TEXT['CURRENT'] = 'Current';
148
$TEXT['CHANGE'] = 'Change';
149
$TEXT['WINDOW'] = 'Window';
150
$TEXT['DESCRIPTION'] = 'Description';
151
$TEXT['KEYWORDS'] = 'Keywords';
152
$TEXT['ADMINISTRATORS'] = 'Administrators';
153
$TEXT['PRIVATE_VIEWERS'] = 'Private Viewers';
154
$TEXT['EXPAND'] = 'Expand';
155
$TEXT['COLLAPSE'] = 'Collapse';
156
$TEXT['MOVE_UP'] = 'Move Up';
157
$TEXT['MOVE_DOWN'] = 'Move Down';
158
$TEXT['RENAME'] = 'Rename';
159
$TEXT['MODIFY_SETTINGS'] = 'Modify Settings';
160
$TEXT['MODIFY_CONTENT'] = 'Modify Content';
161
$TEXT['VIEW'] = 'View';
162
$TEXT['UP'] = 'Up';
163
$TEXT['FORGOTTEN_DETAILS'] = 'Forgotten your details?';
164
$TEXT['NEED_TO_LOGIN'] = 'Need to log-in?';
165
$TEXT['SEND_DETAILS'] = 'Send Details';
166
$TEXT['USERNAME'] = 'Username';
167
$TEXT['PASSWORD'] = 'Password';
168
$TEXT['HOME'] = 'Home';
169
$TEXT['TARGET_FOLDER'] = 'Target folder';
170
$TEXT['OVERWRITE_EXISTING'] = 'Overwrite existing';
171
$TEXT['FILE'] = 'File';
172
$TEXT['FILES'] = 'Files';
173
$TEXT['FOLDER'] = 'Folder';
174
$TEXT['FOLDERS'] = 'Folders';
175
$TEXT['CREATE_FOLDER'] = 'Create Folder';
176
$TEXT['UPLOAD_FILES'] = 'Upload File(s)';
177
$TEXT['CURRENT_FOLDER'] = 'Current Folder';
178
$TEXT['TO'] = 'To';
179
$TEXT['FROM'] = 'From';
180
$TEXT['INSTALL'] = 'Install';
181
$TEXT['UNINSTALL'] = 'Uninstall';
182
$TEXT['VIEW_DETAILS'] = 'View Details';
183
$TEXT['DISPLAY_NAME'] = 'Display Name';
184
$TEXT['AUTHOR'] = 'Author';
185
$TEXT['VERSION'] = 'Version';
186
$TEXT['DESIGNED_FOR'] = 'Designed For';
187
$TEXT['DESCRIPTION'] = 'Description';
188
$TEXT['EMAIL'] = 'Email';
189
$TEXT['LANGUAGE'] = 'Language';
190
$TEXT['TIMEZONE'] = 'Timezone';
191
$TEXT['CURRENT_PASSWORD'] = 'Current Password';
192
$TEXT['NEW_PASSWORD'] = 'New Password';
193
$TEXT['RETYPE_NEW_PASSWORD'] = 'Re-type New Password';
194
$TEXT['ACTIVE'] = 'Active';
195
$TEXT['DISABLED'] = 'Disabled';
196
$TEXT['ENABLED'] = 'Enabled';
197
$TEXT['RETYPE_PASSWORD'] = 'Re-type Password';
198
$TEXT['GROUP'] = 'Group';
199
$TEXT['SYSTEM_PERMISSIONS'] = 'System Permissions';
200
$TEXT['MODULE_PERMISSIONS'] = 'Module Permissions';
201
$TEXT['SHOW_ADVANCED'] = 'Show Advanced Options';
202
$TEXT['HIDE_ADVANCED'] = 'Hide Advanced Options';
203
$TEXT['BASIC'] = 'Basic';
204
$TEXT['ADVANCED'] = 'Advanced';
205
$TEXT['WEBSITE'] = 'Website';
206
$TEXT['DEFAULT'] = 'Default';
207
$TEXT['KEYWORDS'] = 'Keywords';
208
$TEXT['TEXT'] = 'Text';
209
$TEXT['HEADER'] = 'Header';
210
$TEXT['FOOTER'] = 'Footer';
211
$TEXT['TEMPLATE'] = 'Template';
212
$TEXT['INSTALLATION'] = 'Installation';
213
$TEXT['DATABASE'] = 'Database';
214
$TEXT['HOST'] = 'Host';
215
$TEXT['INTRO'] = 'Intro';
216
$TEXT['PAGE'] = 'Page';
217
$TEXT['SIGNUP'] = 'Sign-up';
218
$TEXT['PHP_ERROR_LEVEL'] = 'PHP Error Reporting Level';
219
$TEXT['ADMIN'] = 'Admin';
220
$TEXT['PATH'] = 'Path';
221
$TEXT['URL'] = 'URL';
222
$TEXT['FRONTEND'] = 'Front-end';
223
$TEXT['EXTENSION'] = 'Extension';
224
$TEXT['TABLE_PREFIX'] = 'Table Prefix';
225
$TEXT['CHANGES'] = 'Changes';
226
$TEXT['ADMINISTRATION'] = 'Administration';
227
$TEXT['FORGOT_DETAILS'] = 'Forgot Details?';
228
$TEXT['LOGGED_IN'] = 'Logged-In';
229
$TEXT['WELCOME_BACK'] = 'Welcome back';
230
$TEXT['FULL_NAME'] = 'Full Name';
231
$TEXT['ACCOUNT_SIGNUP'] = 'Account Sign-Up';
232
$TEXT['LINK'] = 'Link';
233 565 thorn
$TEXT['ANCHOR'] = 'Anchor';
234 552 thorn
$TEXT['TARGET'] = 'Target';
235
$TEXT['NEW_WINDOW'] = 'New Window';
236
$TEXT['SAME_WINDOW'] = 'Same Window';
237
$TEXT['TOP_FRAME'] = 'Top Frame';
238
$TEXT['PAGE_LEVEL_LIMIT'] = 'Page Level Limit';
239
$TEXT['SUCCESS'] = 'Success';
240
$TEXT['ERROR'] = 'Error';
241
$TEXT['ARE_YOU_SURE'] = 'Are you sure?';
242
$TEXT['YES'] = 'Yes';
243
$TEXT['NO'] = 'No';
244
$TEXT['SYSTEM_DEFAULT'] = 'System Default';
245
$TEXT['PAGE_TITLE'] = 'Page Title';
246
$TEXT['MENU_TITLE'] = 'Menu Title';
247
$TEXT['ACTIONS'] = 'Actions';
248
$TEXT['UNKNOWN'] = 'Unknown';
249
$TEXT['BLOCK'] = 'Block';
250
$TEXT['SEARCH'] = 'Search';
251
$TEXT['SEARCHING'] = 'Searching';
252
$TEXT['POST'] = 'Post';
253
$TEXT['COMMENT'] = 'Comment';
254
$TEXT['COMMENTS'] = 'Comments';
255
$TEXT['COMMENTING'] = 'Commenting';
256
$TEXT['SHORT'] = 'Short';
257
$TEXT['LONG'] = 'Long';
258
$TEXT['LOOP'] = 'Loop';
259
$TEXT['FIELD'] = 'Field';
260
$TEXT['REQUIRED'] = 'Required';
261
$TEXT['LENGTH'] = 'Length';
262
$TEXT['MESSAGE'] = 'Message';
263
$TEXT['SUBJECT'] = 'Subject';
264
$TEXT['MATCH'] = 'Match';
265
$TEXT['ALL_WORDS'] = 'All Words';
266
$TEXT['ANY_WORDS'] = 'Any Words';
267
$TEXT['EXACT_MATCH'] = 'Exact Match';
268
$TEXT['SHOW'] = 'Show';
269
$TEXT['HIDE'] = 'Hide';
270
$TEXT['START_PUBLISHING'] = 'Start Publishing';
271
$TEXT['FINISH_PUBLISHING'] = 'Finish Publishing';
272
$TEXT['DATE'] = 'Date';
273
$TEXT['START'] = 'Start';
274
$TEXT['END'] = 'End';
275
$TEXT['IMAGE'] = 'Image';
276
$TEXT['ICON'] = 'Icon';
277
$TEXT['SECTION'] = 'Section';
278
$TEXT['DATE_FORMAT'] = 'Date Format';
279
$TEXT['TIME_FORMAT'] = 'Time Format';
280
$TEXT['RESULTS'] = 'Results';
281
$TEXT['RESIZE'] = 'Re-size';
282
$TEXT['MANAGE'] = 'Manage';
283
$TEXT['CODE'] = 'Code';
284
$TEXT['WIDTH'] = 'Width';
285
$TEXT['HEIGHT'] = 'Height';
286
$TEXT['MORE'] = 'More';
287
$TEXT['READ_MORE'] = 'Read More';
288
$TEXT['CHANGE_SETTINGS'] = 'Change Settings';
289
$TEXT['CURRENT_PAGE'] = 'Current Page';
290
$TEXT['CLOSE'] = 'Close';
291
$TEXT['INTRO_PAGE'] = 'Intro Page';
292
$TEXT['INSTALLATION_URL'] = 'Installation URL';
293
$TEXT['INSTALLATION_PATH'] = 'Installation Path';
294
$TEXT['PAGE_EXTENSION'] = 'Page Extension';
295
$TEXT['NO_RESULTS'] = 'No Results';
296
$TEXT['WEBSITE_TITLE'] = 'Website Title';
297
$TEXT['WEBSITE_DESCRIPTION'] = 'Website Description';
298
$TEXT['WEBSITE_KEYWORDS'] = 'Website Keywords';
299
$TEXT['WEBSITE_HEADER'] = 'Website Header';
300
$TEXT['WEBSITE_FOOTER'] = 'Website Footer';
301
$TEXT['RESULTS_HEADER'] = 'Results Header';
302
$TEXT['RESULTS_LOOP'] = 'Results Loop';
303
$TEXT['RESULTS_FOOTER'] = 'Results Footer';
304
$TEXT['LEVEL'] = 'Level';
305
$TEXT['NOT_FOUND'] = 'Not Found';
306
$TEXT['PAGE_SPACER'] = 'Page Spacer';
307
$TEXT['MATCHING'] = 'Matching';
308
$TEXT['TEMPLATE_PERMISSIONS'] = 'Template Permissions';
309
$TEXT['PAGES_DIRECTORY'] = 'Pages Directory';
310
$TEXT['MEDIA_DIRECTORY'] = 'Media Directory';
311
$TEXT['FILE_MODE'] = 'File Mode';
312
$TEXT['USER'] = 'User';
313
$TEXT['OTHERS'] = 'Others';
314
$TEXT['READ'] = 'Read';
315
$TEXT['WRITE'] = 'Write';
316
$TEXT['EXECUTE'] = 'Execute';
317
$TEXT['SMART_LOGIN'] = 'Smart Login';
318
$TEXT['REMEMBER_ME'] = 'Remember Me';
319
$TEXT['FILESYSTEM_PERMISSIONS'] = 'Filesystem Permissions';
320
$TEXT['DIRECTORIES'] = 'Directories';
321
$TEXT['DIRECTORY_MODE'] = 'Directory Mode';
322
$TEXT['LIST_OPTIONS'] = 'List Options';
323
$TEXT['OPTION'] = 'Option';
324
$TEXT['ALLOW_MULTIPLE_SELECTIONS'] = 'Allow Multiple Selections';
325
$TEXT['TEXTFIELD'] = 'Textfield';
326
$TEXT['TEXTAREA'] = 'Textarea';
327
$TEXT['SELECT_BOX'] = 'Select Box';
328
$TEXT['CHECKBOX_GROUP'] = 'Checkbox Group';
329
$TEXT['RADIO_BUTTON_GROUP'] = 'Radio Button Group';
330
$TEXT['SIZE'] = 'Size';
331
$TEXT['DEFAULT_TEXT'] = 'Default Text';
332
$TEXT['SEPERATOR'] = 'Separator';
333
$TEXT['BACK'] = 'Back';
334
$TEXT['UNDER_CONSTRUCTION'] = 'Under Construction';
335
$TEXT['MULTISELECT'] = 'Multi-select';
336
$TEXT['SHORT_TEXT'] = 'Short Text';
337
$TEXT['LONG_TEXT'] = 'Long Text';
338
$TEXT['HOMEPAGE_REDIRECTION'] = 'Homepage Redirection';
339
$TEXT['HEADING'] = 'Heading';
340
$TEXT['MULTIPLE_MENUS'] = 'Multiple Menus';
341
$TEXT['REGISTERED'] = 'Registered';
342
$TEXT['SECTION_BLOCKS'] = 'Section Blocks';
343
$TEXT['REGISTERED_VIEWERS'] = 'Registered Viewers';
344
$TEXT['ALLOWED_VIEWERS'] = 'Allowed Viewers';
345
$TEXT['SUBMISSION_ID'] = 'Submission ID';
346
$TEXT['SUBMISSIONS'] = 'Submissions';
347
$TEXT['SUBMITTED'] = 'Submitted';
348
$TEXT['MAX_SUBMISSIONS_PER_HOUR'] = 'Max. Submissions Per Hour';
349
$TEXT['SUBMISSIONS_STORED_IN_DATABASE'] = 'Submissions Stored In Database';
350
$TEXT['EMAIL_ADDRESS'] = 'Email Address';
351
$TEXT['CUSTOM'] = 'Custom';
352
$TEXT['ANONYMOUS'] = 'Anonymous';
353
$TEXT['SERVER_OPERATING_SYSTEM'] = 'Server Operating System';
354
$TEXT['WORLD_WRITEABLE_FILE_PERMISSIONS'] = 'World-writeable file permissions';
355
$TEXT['LINUX_UNIX_BASED'] = 'Linux/Unix based';
356
$TEXT['WINDOWS'] = 'Windows';
357
$TEXT['HOME_FOLDER'] = 'Home Folder';
358
$TEXT['HOME_FOLDERS'] = 'Home Folders';
359
$TEXT['PAGE_TRASH'] = 'Page Trash';
360
$TEXT['INLINE'] = 'In-line';
361
$TEXT['SEPARATE'] = 'Separate';
362
$TEXT['DELETED'] = 'Deleted';
363
$TEXT['VIEW_DELETED_PAGES'] = 'View Deleted Pages';
364
$TEXT['EMPTY_TRASH'] = 'Empty Trash';
365
$TEXT['TRASH_EMPTIED'] = 'Trash Emptied';
366
$TEXT['ADD_SECTION'] = 'Add Section';
367
$TEXT['POST_HEADER'] = 'Post Header';
368
$TEXT['POST_FOOTER'] = 'Post Footer';
369
$TEXT['POSTS_PER_PAGE'] = 'Posts Per Page';
370
$TEXT['RESIZE_IMAGE_TO'] = 'Resize Image To';
371
$TEXT['UNLIMITED'] = 'Unlimited';
372
$TEXT['OF'] = 'Of';
373
$TEXT['OUT_OF'] = 'Out Of';
374
$TEXT['NEXT'] = 'Next';
375
$TEXT['PREVIOUS'] = 'Previous';
376
$TEXT['NEXT_PAGE'] = 'Next Page';
377
$TEXT['PREVIOUS_PAGE'] = 'Previous Page';
378
$TEXT['ON'] = 'On';
379
$TEXT['LAST_UPDATED_BY'] = 'Last Updated By';
380
$TEXT['RESULTS_FOR'] = 'Results For';
381
$TEXT['TIME'] = 'Time';
382 929 doc
$TEXT['REDIRECT_AFTER'] = 'Redirect after';
383 552 thorn
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Style';
384 711 Ruebenwurz
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor';
385 607 Ruebenwurz
$TEXT['SERVER_EMAIL'] = 'Server Email';
386 552 thorn
$TEXT['MENU'] = 'Menu';
387
$TEXT['MANAGE_GROUPS'] = 'Manage Groups';
388
$TEXT['MANAGE_USERS'] = 'Manage Users';
389
$TEXT['PAGE_LANGUAGES'] = 'Page Languages';
390
$TEXT['HIDDEN'] = 'Hidden';
391
$TEXT['MAIN'] = 'Main';
392
$TEXT['RENAME_FILES_ON_UPLOAD'] = 'Rename Files On Upload';
393
$TEXT['APP_NAME'] = 'Application Name';
394
$TEXT['SESSION_IDENTIFIER'] = 'Session Identifier';
395 871 thorn
$TEXT['SEC_ANCHOR'] = 'Section-Anchor text';
396 552 thorn
$TEXT['BACKUP'] = 'Backup';
397
$TEXT['RESTORE'] = 'Restore';
398
$TEXT['BACKUP_DATABASE'] = 'Backup Database';
399
$TEXT['RESTORE_DATABASE'] = 'Restore Database';
400 607 Ruebenwurz
$TEXT['BACKUP_ALL_TABLES'] = 'Backup all tables in database';
401
$TEXT['BACKUP_WB_SPECIFIC'] = 'Backup only WB-specific tables';
402 552 thorn
$TEXT['BACKUP_MEDIA'] = 'Backup Media';
403
$TEXT['RESTORE_MEDIA'] = 'Restore Media';
404
$TEXT['ADMINISTRATION_TOOL'] = 'Administration tool';
405
$TEXT['CAPTCHA_VERIFICATION'] = 'Captcha Verification';
406
$TEXT['VERIFICATION'] = 'Verification';
407
$TEXT['DEFAULT_CHARSET'] = 'Default Charset';
408
$TEXT['CHARSET'] = 'Charset';
409
$TEXT['MODULE_ORDER'] = 'Module-order for searching';
410
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt';
411 769 thorn
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module';
412 552 thorn
$TEXT['PUBL_START_DATE'] = 'Start date';
413
$TEXT['PUBL_END_DATE'] = 'End date';
414 786 doc
$TEXT['CALENDAR'] = 'Calendar';
415 660 thorn
$TEXT['DELETE_DATE'] = 'Delete date';
416 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.';
417
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail';
418
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name';
419
$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.';
420
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine';
421
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host';
422 552 thorn
$TEXT['WBMAILER_PHP'] = 'PHP MAIL';
423
$TEXT['WBMAILER_SMTP'] = 'SMTP';
424 568 doc
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification';
425 552 thorn
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification';
426 568 doc
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username';
427
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password';
428 552 thorn
$TEXT['PLEASE_LOGIN'] = 'Please login';
429 808 Ruebenwurz
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS';
430
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: ';
431
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.';
432 903 aldus
$TEXT['CODE_SNIPPET'] = "Code-snippet";
433 925 doc
$TEXT['REQUIREMENT'] = "Requirement";
434
$TEXT['INSTALLED'] = "installed";
435
$TEXT['NOT_INSTALLED'] = "not installed";
436
$TEXT['ADDON'] = "Add-On";
437
$TEXT['EXTENSION'] = "Extension";
438 552 thorn
439
// Success/error messages
440
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Sorry, you do not have permissions to view this page';
441
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display';
442
443
$MESSAGE['ADMIN']['INSUFFICIENT_PRIVELLIGES'] = 'Insufficient privelliges to be here';
444
445
$MESSAGE['LOGIN']['BOTH_BLANK'] = 'Please enter your username and password below';
446
$MESSAGE['LOGIN']['USERNAME_BLANK'] = 'Please enter a username';
447
$MESSAGE['LOGIN']['PASSWORD_BLANK'] = 'Please enter a password';
448
$MESSAGE['LOGIN']['USERNAME_TOO_SHORT'] = 'Supplied username to short';
449
$MESSAGE['LOGIN']['PASSWORD_TOO_SHORT'] = 'Supplied password to short';
450
$MESSAGE['LOGIN']['USERNAME_TOO_LONG'] = 'Supplied username to long';
451
$MESSAGE['LOGIN']['PASSWORD_TOO_LONG'] = 'Supplied password to long';
452
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Username or password incorrect';
453
454
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'You must enter an email address';
455 921 doc
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...';
456
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT
457
Hello {LOGIN_DISPLAY_NAME},
458 552 thorn
459 921 doc
Your '{LOGIN_WEBSITE_TITLE}' login details are:
460
Username: {LOGIN_NAME}
461
Password: {LOGIN_PASSWORD}
462
463
Your password has been set to the one above.
464
This means that your old password will no longer work.
465
466
If you have received this message in error, please delete it immediately.
467
EOT;
468
469 552 thorn
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Please enter your email address below';
470
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'The email that you entered cannot be found in the database';
471
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Unable to email password, please contact system administrator';
472
$MESSAGE['FORGOT_PASS']['PASSWORD_RESET'] = 'Your username and password have been sent to your email address';
473
$MESSAGE['FORGOT_PASS']['ALREADY_RESET'] = 'Password cannot be reset more than once per hour, sorry';
474
475
$MESSAGE['START']['WELCOME_MESSAGE'] = 'Welcome to Website Baker Administration';
476
$MESSAGE['START']['INSTALL_DIR_EXISTS'] = 'Warning, Installation Directory Still Exists!';
477
$MESSAGE['START']['CURRENT_USER'] = 'You are currently logged in as:';
478
479
$MESSAGE['SETTINGS']['UNABLE_OPEN_CONFIG'] = 'Unable to open the configuration file';
480
$MESSAGE['SETTINGS']['UNABLE_WRITE_CONFIG'] = 'Cannot write to configuration file';
481
$MESSAGE['SETTINGS']['SAVED'] = 'Settings saved successfully';
482
$MESSAGE['SETTINGS']['MODE_SWITCH_WARNING'] = 'Please Note: Pressing this button resets all unsaved changes';
483
$MESSAGE['SETTINGS']['WORLD_WRITEABLE_WARNING'] = 'Please note: this is only recommended for testing environments';
484
485
$MESSAGE['USERS']['ADDED'] = 'User added successfully';
486
$MESSAGE['USERS']['SAVED'] = 'User saved successfully';
487
$MESSAGE['USERS']['DELETED'] = 'User deleted successfully';
488
$MESSAGE['USERS']['NO_GROUP'] = 'No group was selected';
489
$MESSAGE['USERS']['USERNAME_TOO_SHORT'] = 'The username you entered was too short';
490
$MESSAGE['USERS']['PASSWORD_TOO_SHORT'] = 'The password you entered was too short';
491
$MESSAGE['USERS']['PASSWORD_MISMATCH'] = 'The passwords you entered do not match';
492
$MESSAGE['USERS']['INVALID_EMAIL'] = 'The email address you entered is invalid';
493
$MESSAGE['USERS']['EMAIL_TAKEN'] = 'The email you entered is already in use';
494
$MESSAGE['USERS']['USERNAME_TAKEN'] = 'The username you entered is already taken';
495
$MESSAGE['USERS']['CHANGING_PASSWORD'] = 'Please note: You should only enter values in the above fields if you wish to change this users password';
496
$MESSAGE['USERS']['CONFIRM_DELETE'] = 'Are you sure you want to delete the selected user?';
497
498
$MESSAGE['GROUPS']['ADDED'] = 'Group added successfully';
499
$MESSAGE['GROUPS']['SAVED'] = 'Group saved successfully';
500
$MESSAGE['GROUPS']['DELETED'] = 'Group deleted successfully';
501
$MESSAGE['GROUPS']['GROUP_NAME_BLANK'] = 'Group name is blank';
502
$MESSAGE['GROUPS']['CONFIRM_DELETE'] = 'Are you sure you want to delete the selected group (and any users that belong to it)?';
503
$MESSAGE['GROUPS']['NO_GROUPS_FOUND'] = 'No groups found';
504
$MESSAGE['GROUPS']['GROUP_NAME_EXISTS'] = 'Group name already exists';
505
506
$MESSAGE['PREFERENCES']['DETAILS_SAVED'] = 'Details saved successfully';
507
$MESSAGE['PREFERENCES']['EMAIL_UPDATED'] = 'Email updated successfully';
508
$MESSAGE['PREFERENCES']['CURRENT_PASSWORD_INCORRECT'] = 'The (current) password you entered is incorrect';
509
$MESSAGE['PREFERENCES']['PASSWORD_CHANGED'] = 'Password changed successfully';
510
511
$MESSAGE['TEMPLATES']['CHANGE_TEMPLATE_NOTICE'] = 'Please note: to change the template you must go to the Settings section';
512
513
$MESSAGE['MEDIA']['DIR_DOT_DOT_SLASH'] = 'Cannot include ../ in the folder name';
514
$MESSAGE['MEDIA']['DIR_DOES_NOT_EXIST'] = 'Directory does not exist';
515
$MESSAGE['MEDIA']['TARGET_DOT_DOT_SLASH'] = 'Cannot have ../ in the folder target';
516
$MESSAGE['MEDIA']['NAME_DOT_DOT_SLASH'] = 'Cannot include ../ in the name';
517
$MESSAGE['MEDIA']['NAME_INDEX_PHP'] = 'Cannot use index.php as the name';
518
$MESSAGE['MEDIA']['NONE_FOUND'] = 'No media found in the current folder';
519
$MESSAGE['MEDIA']['FILE_NOT_FOUND'] = 'File not found';
520
$MESSAGE['MEDIA']['DELETED_FILE'] = 'File deleted successfully';
521
$MESSAGE['MEDIA']['DELETED_DIR'] = 'Folder deleted successfully';
522
$MESSAGE['MEDIA']['CONFIRM_DELETE'] = 'Are you sure you want to delete the following file or folder?';
523
$MESSAGE['MEDIA']['CANNOT_DELETE_FILE'] = 'Cannot delete the selected file';
524
$MESSAGE['MEDIA']['CANNOT_DELETE_DIR'] = 'Cannot delete the selected folder';
525
$MESSAGE['MEDIA']['BLANK_NAME'] = 'You did not enter a new name';
526
$MESSAGE['MEDIA']['BLANK_EXTENSION'] = 'You did not enter a file extension';
527
$MESSAGE['MEDIA']['RENAMED'] = 'Rename successful';
528
$MESSAGE['MEDIA']['CANNOT_RENAME'] = 'Rename unsuccessful';
529
$MESSAGE['MEDIA']['FILE_EXISTS'] = 'A file matching the name you entered already exists';
530
$MESSAGE['MEDIA']['DIR_EXISTS'] = 'A folder matching the name you entered already exists';
531
$MESSAGE['MEDIA']['DIR_MADE'] = 'Folder created successfully';
532
$MESSAGE['MEDIA']['DIR_NOT_MADE'] = 'Unable to create folder';
533
$MESSAGE['MEDIA']['SINGLE_UPLOADED'] = ' file was successfully uploaded';
534
$MESSAGE['MEDIA']['UPLOADED'] = ' files were successfully uploaded';
535
536
$MESSAGE['PAGES']['ADDED'] = 'Page added successfully';
537
$MESSAGE['PAGES']['ADDED_HEADING'] = 'Page heading added successfully';
538
$MESSAGE['PAGES']['PAGE_EXISTS'] = 'A page with the same or similar title exists';
539
$MESSAGE['PAGES']['CANNOT_CREATE_ACCESS_FILE'] = 'Error creating access file in the /pages directory (insufficient privileges)';
540
$MESSAGE['PAGES']['CANNOT_DELETE_ACCESS_FILE'] = 'Error deleting access file in the /pages directory (insufficient privileges)';
541
$MESSAGE['PAGES']['NOT_FOUND'] = 'Page not found';
542
$MESSAGE['PAGES']['SAVED'] = 'Page saved successfully';
543
$MESSAGE['PAGES']['SAVED_SETTINGS'] = 'Page settings saved successfully';
544
$MESSAGE['PAGES']['NOT_SAVED'] = 'Error saving page';
545
$MESSAGE['PAGES']['DELETE_CONFIRM'] = 'Are you sure you want to delete the selected page (and all of its sub-pages)';
546
$MESSAGE['PAGES']['DELETED'] = 'Page deleted successfully';
547
$MESSAGE['PAGES']['RESTORED'] = 'Page restored successfully';
548
$MESSAGE['PAGES']['BLANK_PAGE_TITLE'] = 'Please enter a page title';
549
$MESSAGE['PAGES']['BLANK_MENU_TITLE'] = 'Please enter a menu title';
550
$MESSAGE['PAGES']['REORDERED'] = 'Page re-ordered successfully';
551
$MESSAGE['PAGES']['CANNOT_REORDER'] = 'Error re-ordering page';
552
$MESSAGE['PAGES']['INSUFFICIENT_PERMISSIONS'] = 'You do not have permissions to modify this page';
553
$MESSAGE['PAGES']['INTRO_NOT_WRITABLE'] = 'Cannot write to file /pages/intro.php (insufficient privileges)';
554
$MESSAGE['PAGES']['INTRO_SAVED'] = 'Intro page saved successfully';
555
$MESSAGE['PAGES']['LAST_MODIFIED'] = 'Last modification by';
556
$MESSAGE['PAGES']['INTRO_LINK'] = 'Click HERE to modify the intro page';
557
$MESSAGE['PAGES']['SECTIONS_PROPERTIES_SAVED'] = 'Section properties saved successfully';
558
$MESSAGE['PAGES']['RETURN_TO_PAGES'] = 'Return to pages';
559
560
$MESSAGE['GENERIC']['FILL_IN_ALL'] = 'Please go back and fill-in all fields';
561
$MESSAGE['GENERIC']['FILE_TYPE'] = 'Please note that the file you upload must be of the following format:';
562
$MESSAGE['GENERIC']['FILE_TYPES'] = 'Please note that the file you upload must be in one of the following formats:';
563
$MESSAGE['GENERIC']['CANNOT_UPLOAD'] = 'Cannot upload file';
564
$MESSAGE['GENERIC']['ALREADY_INSTALLED'] = 'Already installed';
565
$MESSAGE['GENERIC']['NOT_INSTALLED'] = 'Not installed';
566
$MESSAGE['GENERIC']['CANNOT_UNINSTALL'] = 'Cannot uninstall';
567
$MESSAGE['GENERIC']['CANNOT_UNZIP'] = 'Cannot unzip file';
568
$MESSAGE['GENERIC']['INSTALLED'] = 'Installed successfully';
569
$MESSAGE['GENERIC']['UPGRADED'] = 'Upgraded successfully';
570
$MESSAGE['GENERIC']['UNINSTALLED'] = 'Uninstalled successfully';
571
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Unable to write to the target directory';
572
$MESSAGE['GENERIC']['INVALID'] = 'The file you uploaded is invalid';
573
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Cannot Uninstall: the selected file is in use';
574 897 Ruebenwurz
575
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />";
576
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages";
577
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!";
578
579 552 thorn
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction';
580
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Please check back soon...';
581
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.';
582
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Error opening file.';
583 925 doc
$MESSAGE['GENERIC']['INVALID_ADDON_FILE'] = 'Invalid Website Baker installation file. Please check the *.zip format.';
584
$MESSAGE['GENERIC']['INVALID_LANGUAGE_FILE'] = 'Invalid Website Baker language file. Please check the text file.';
585 552 thorn
586
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'You must enter details for the following fields';
587
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.';
588 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.'';
589 552 thorn
590 933 doc
$MESSAGE['ADDON']['RELOAD'] = 'Update database with information from Add-on files (e.g. after FTP upload).';
591 928 doc
$MESSAGE['ADDON']['ERROR_RELOAD'] = 'Error while updating the Add-On information.';
592
$MESSAGE['ADDON']['MODULES_RELOADED'] = 'Modules reloaded successfully';
593
$MESSAGE['ADDON']['TEMPLATES_RELOADED'] = 'Templates reloaded successfully';
594
$MESSAGE['ADDON']['LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
595
$MESSAGE['ADDON']['PRECHECK_FAILED'] = 'Add-on installation failed. Your system does not fulfill the requirements of this Add-on. To make this Add-on working on your system, please fix the issues summarized below.';
596 938 doc
$MESSAGE['ADDON']['MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation files <tt>install.php</tt>, <tt>upgrade.php</tt> or <tt>uninstall.php</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module files manually for modules uploaded via FTP below.';
597 934 doc
$MESSAGE['ADDON']['MANUAL_INSTALLATION_WARNING'] = 'Warning: Existing module database entries will get lost. Only use this option if you experience problems with modules uploaded via FTP.';
598 634 Ruebenwurz
599
?>