Project

General

Profile

1
<?php
2

    
3
// $Id: EN.php 1096 2009-07-27 06:26:12Z Ruebenwurzel $
4

    
5
/*
6

    
7
Website Baker Project <http://www.websitebaker.org/>
8
Copyright (C) 2004-2009, Ryan Djurovich
9

    
10
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

    
15
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

    
20
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

    
24
*/
25

    
26
// use languageedit-module to modify this file
27

    
28
// Define that this file is loaded
29
if(!defined('LANGUAGE_LOADED')) {
30
define('LANGUAGE_LOADED', true);
31
}
32

    
33
// Set the language information
34
$language_code = 'EN';
35
$language_name = 'English';
36
$language_version = '2.8';
37
$language_platform = '2.8.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
$OVERVIEW['ADMINTOOLS'] = 'Access the Website Baker administration tools...';
75

    
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
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
124
$HEADING['INVOKE_MODULE_FILES'] = 'Execute module files manually';
125

    
126
// Other text
127
$TEXT['OPEN'] = 'Open';
128
$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['THEME'] = 'Backend-Theme';
213
$TEXT['INSTALLATION'] = 'Installation';
214
$TEXT['DATABASE'] = 'Database';
215
$TEXT['HOST'] = 'Host';
216
$TEXT['INTRO'] = 'Intro';
217
$TEXT['PAGE'] = 'Page';
218
$TEXT['SIGNUP'] = 'Sign-up';
219
$TEXT['PHP_ERROR_LEVEL'] = 'PHP Error Reporting Level';
220
$TEXT['ADMIN'] = 'Admin';
221
$TEXT['PATH'] = 'Path';
222
$TEXT['URL'] = 'URL';
223
$TEXT['FRONTEND'] = 'Front-end';
224
$TEXT['EXTENSION'] = 'Extension';
225
$TEXT['TABLE_PREFIX'] = 'Table Prefix';
226
$TEXT['CHANGES'] = 'Changes';
227
$TEXT['ADMINISTRATION'] = 'Administration';
228
$TEXT['FORGOT_DETAILS'] = 'Forgot Details?';
229
$TEXT['LOGGED_IN'] = 'Logged-In';
230
$TEXT['WELCOME_BACK'] = 'Welcome back';
231
$TEXT['FULL_NAME'] = 'Full Name';
232
$TEXT['ACCOUNT_SIGNUP'] = 'Account Sign-Up';
233
$TEXT['LINK'] = 'Link';
234
$TEXT['ANCHOR'] = 'Anchor';
235
$TEXT['TARGET'] = 'Target';
236
$TEXT['NEW_WINDOW'] = 'New Window';
237
$TEXT['SAME_WINDOW'] = 'Same Window';
238
$TEXT['TOP_FRAME'] = 'Top Frame';
239
$TEXT['PAGE_LEVEL_LIMIT'] = 'Page Level Limit';
240
$TEXT['SUCCESS'] = 'Success';
241
$TEXT['ERROR'] = 'Error';
242
$TEXT['ARE_YOU_SURE'] = 'Are you sure?';
243
$TEXT['YES'] = 'Yes';
244
$TEXT['NO'] = 'No';
245
$TEXT['SYSTEM_DEFAULT'] = 'System Default';
246
$TEXT['PAGE_TITLE'] = 'Page Title';
247
$TEXT['MENU_TITLE'] = 'Menu Title';
248
$TEXT['ACTIONS'] = 'Actions';
249
$TEXT['UNKNOWN'] = 'Unknown';
250
$TEXT['BLOCK'] = 'Block';
251
$TEXT['SEARCH'] = 'Search';
252
$TEXT['SEARCHING'] = 'Searching';
253
$TEXT['POST'] = 'Post';
254
$TEXT['COMMENT'] = 'Comment';
255
$TEXT['COMMENTS'] = 'Comments';
256
$TEXT['COMMENTING'] = 'Commenting';
257
$TEXT['SHORT'] = 'Short';
258
$TEXT['LONG'] = 'Long';
259
$TEXT['LOOP'] = 'Loop';
260
$TEXT['FIELD'] = 'Field';
261
$TEXT['REQUIRED'] = 'Required';
262
$TEXT['LENGTH'] = 'Length';
263
$TEXT['MESSAGE'] = 'Message';
264
$TEXT['SUBJECT'] = 'Subject';
265
$TEXT['MATCH'] = 'Match';
266
$TEXT['ALL_WORDS'] = 'All Words';
267
$TEXT['ANY_WORDS'] = 'Any Words';
268
$TEXT['EXACT_MATCH'] = 'Exact Match';
269
$TEXT['SHOW'] = 'Show';
270
$TEXT['HIDE'] = 'Hide';
271
$TEXT['START_PUBLISHING'] = 'Start Publishing';
272
$TEXT['FINISH_PUBLISHING'] = 'Finish Publishing';
273
$TEXT['DATE'] = 'Date';
274
$TEXT['START'] = 'Start';
275
$TEXT['END'] = 'End';
276
$TEXT['IMAGE'] = 'Image';
277
$TEXT['ICON'] = 'Icon';
278
$TEXT['SECTION'] = 'Section';
279
$TEXT['DATE_FORMAT'] = 'Date Format';
280
$TEXT['TIME_FORMAT'] = 'Time Format';
281
$TEXT['RESULTS'] = 'Results';
282
$TEXT['RESIZE'] = 'Re-size';
283
$TEXT['MANAGE'] = 'Manage';
284
$TEXT['CODE'] = 'Code';
285
$TEXT['WIDTH'] = 'Width';
286
$TEXT['HEIGHT'] = 'Height';
287
$TEXT['MORE'] = 'More';
288
$TEXT['READ_MORE'] = 'Read More';
289
$TEXT['CHANGE_SETTINGS'] = 'Change Settings';
290
$TEXT['CURRENT_PAGE'] = 'Current Page';
291
$TEXT['CLOSE'] = 'Close';
292
$TEXT['INTRO_PAGE'] = 'Intro Page';
293
$TEXT['INSTALLATION_URL'] = 'Installation URL';
294
$TEXT['INSTALLATION_PATH'] = 'Installation Path';
295
$TEXT['PAGE_EXTENSION'] = 'Page Extension';
296
$TEXT['NO_RESULTS'] = 'No Results';
297
$TEXT['WEBSITE_TITLE'] = 'Website Title';
298
$TEXT['WEBSITE_DESCRIPTION'] = 'Website Description';
299
$TEXT['WEBSITE_KEYWORDS'] = 'Website Keywords';
300
$TEXT['WEBSITE_HEADER'] = 'Website Header';
301
$TEXT['WEBSITE_FOOTER'] = 'Website Footer';
302
$TEXT['RESULTS_HEADER'] = 'Results Header';
303
$TEXT['RESULTS_LOOP'] = 'Results Loop';
304
$TEXT['RESULTS_FOOTER'] = 'Results Footer';
305
$TEXT['LEVEL'] = 'Level';
306
$TEXT['NOT_FOUND'] = 'Not Found';
307
$TEXT['PAGE_SPACER'] = 'Page Spacer';
308
$TEXT['MATCHING'] = 'Matching';
309
$TEXT['TEMPLATE_PERMISSIONS'] = 'Template Permissions';
310
$TEXT['PAGES_DIRECTORY'] = 'Pages Directory';
311
$TEXT['MEDIA_DIRECTORY'] = 'Media Directory';
312
$TEXT['FILE_MODE'] = 'File Mode';
313
$TEXT['USER'] = 'User';
314
$TEXT['OTHERS'] = 'Others';
315
$TEXT['READ'] = 'Read';
316
$TEXT['WRITE'] = 'Write';
317
$TEXT['EXECUTE'] = 'Execute';
318
$TEXT['SMART_LOGIN'] = 'Smart Login';
319
$TEXT['REMEMBER_ME'] = 'Remember Me';
320
$TEXT['FILESYSTEM_PERMISSIONS'] = 'Filesystem Permissions';
321
$TEXT['DIRECTORIES'] = 'Directories';
322
$TEXT['DIRECTORY_MODE'] = 'Directory Mode';
323
$TEXT['LIST_OPTIONS'] = 'List Options';
324
$TEXT['OPTION'] = 'Option';
325
$TEXT['ALLOW_MULTIPLE_SELECTIONS'] = 'Allow Multiple Selections';
326
$TEXT['TEXTFIELD'] = 'Textfield';
327
$TEXT['TEXTAREA'] = 'Textarea';
328
$TEXT['SELECT_BOX'] = 'Select Box';
329
$TEXT['CHECKBOX_GROUP'] = 'Checkbox Group';
330
$TEXT['RADIO_BUTTON_GROUP'] = 'Radio Button Group';
331
$TEXT['SIZE'] = 'Size';
332
$TEXT['DEFAULT_TEXT'] = 'Default Text';
333
$TEXT['SEPERATOR'] = 'Separator';
334
$TEXT['BACK'] = 'Back';
335
$TEXT['UNDER_CONSTRUCTION'] = 'Under Construction';
336
$TEXT['MULTISELECT'] = 'Multi-select';
337
$TEXT['SHORT_TEXT'] = 'Short Text';
338
$TEXT['LONG_TEXT'] = 'Long Text';
339
$TEXT['HOMEPAGE_REDIRECTION'] = 'Homepage Redirection';
340
$TEXT['HEADING'] = 'Heading';
341
$TEXT['MULTIPLE_MENUS'] = 'Multiple Menus';
342
$TEXT['REGISTERED'] = 'Registered';
343
$TEXT['SECTION_BLOCKS'] = 'Section Blocks';
344
$TEXT['REGISTERED_VIEWERS'] = 'Registered Viewers';
345
$TEXT['ALLOWED_VIEWERS'] = 'Allowed Viewers';
346
$TEXT['SUBMISSION_ID'] = 'Submission ID';
347
$TEXT['SUBMISSIONS'] = 'Submissions';
348
$TEXT['SUBMITTED'] = 'Submitted';
349
$TEXT['MAX_SUBMISSIONS_PER_HOUR'] = 'Max. Submissions Per Hour';
350
$TEXT['SUBMISSIONS_STORED_IN_DATABASE'] = 'Submissions Stored In Database';
351
$TEXT['EMAIL_ADDRESS'] = 'Email Address';
352
$TEXT['CUSTOM'] = 'Custom';
353
$TEXT['ANONYMOUS'] = 'Anonymous';
354
$TEXT['SERVER_OPERATING_SYSTEM'] = 'Server Operating System';
355
$TEXT['WORLD_WRITEABLE_FILE_PERMISSIONS'] = 'World-writeable file permissions';
356
$TEXT['LINUX_UNIX_BASED'] = 'Linux/Unix based';
357
$TEXT['WINDOWS'] = 'Windows';
358
$TEXT['HOME_FOLDER'] = 'Home Folder';
359
$TEXT['HOME_FOLDERS'] = 'Home Folders';
360
$TEXT['PAGE_TRASH'] = 'Page Trash';
361
$TEXT['INLINE'] = 'In-line';
362
$TEXT['SEPARATE'] = 'Separate';
363
$TEXT['DELETED'] = 'Deleted';
364
$TEXT['VIEW_DELETED_PAGES'] = 'View Deleted Pages';
365
$TEXT['EMPTY_TRASH'] = 'Empty Trash';
366
$TEXT['TRASH_EMPTIED'] = 'Trash Emptied';
367
$TEXT['ADD_SECTION'] = 'Add Section';
368
$TEXT['POST_HEADER'] = 'Post Header';
369
$TEXT['POST_FOOTER'] = 'Post Footer';
370
$TEXT['POSTS_PER_PAGE'] = 'Posts Per Page';
371
$TEXT['RESIZE_IMAGE_TO'] = 'Resize Image To';
372
$TEXT['UNLIMITED'] = 'Unlimited';
373
$TEXT['OF'] = 'Of';
374
$TEXT['OUT_OF'] = 'Out Of';
375
$TEXT['NEXT'] = 'Next';
376
$TEXT['PREVIOUS'] = 'Previous';
377
$TEXT['NEXT_PAGE'] = 'Next Page';
378
$TEXT['PREVIOUS_PAGE'] = 'Previous Page';
379
$TEXT['ON'] = 'On';
380
$TEXT['LAST_UPDATED_BY'] = 'Last Updated By';
381
$TEXT['RESULTS_FOR'] = 'Results For';
382
$TEXT['TIME'] = 'Time';
383
$TEXT['REDIRECT_AFTER'] = 'Redirect after';
384
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Style';
385
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor';
386
$TEXT['SERVER_EMAIL'] = 'Server Email';
387
$TEXT['MENU'] = 'Menu';
388
$TEXT['MANAGE_GROUPS'] = 'Manage Groups';
389
$TEXT['MANAGE_USERS'] = 'Manage Users';
390
$TEXT['PAGE_LANGUAGES'] = 'Page Languages';
391
$TEXT['HIDDEN'] = 'Hidden';
392
$TEXT['MAIN'] = 'Main';
393
$TEXT['RENAME_FILES_ON_UPLOAD'] = 'Rename Files On Upload';
394
$TEXT['APP_NAME'] = 'Application Name';
395
$TEXT['SESSION_IDENTIFIER'] = 'Session Identifier';
396
$TEXT['SEC_ANCHOR'] = 'Section-Anchor text';
397
$TEXT['BACKUP'] = 'Backup';
398
$TEXT['RESTORE'] = 'Restore';
399
$TEXT['BACKUP_DATABASE'] = 'Backup Database';
400
$TEXT['RESTORE_DATABASE'] = 'Restore Database';
401
$TEXT['BACKUP_ALL_TABLES'] = 'Backup all tables in database';
402
$TEXT['BACKUP_WB_SPECIFIC'] = 'Backup only WB-specific tables';
403
$TEXT['BACKUP_MEDIA'] = 'Backup Media';
404
$TEXT['RESTORE_MEDIA'] = 'Restore Media';
405
$TEXT['ADMINISTRATION_TOOL'] = 'Administration tool';
406
$TEXT['CAPTCHA_VERIFICATION'] = 'Captcha Verification';
407
$TEXT['VERIFICATION'] = 'Verification';
408
$TEXT['DEFAULT_CHARSET'] = 'Default Charset';
409
$TEXT['CHARSET'] = 'Charset';
410
$TEXT['MODULE_ORDER'] = 'Module-order for searching';
411
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt';
412
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module';
413
$TEXT['PUBL_START_DATE'] = 'Start date';
414
$TEXT['PUBL_END_DATE'] = 'End date';
415
$TEXT['CALENDAR'] = 'Calendar';
416
$TEXT['DELETE_DATE'] = 'Delete date';
417
$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.';
418
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail';
419
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name';
420
$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.';
421
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine';
422
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host';
423
$TEXT['WBMAILER_PHP'] = 'PHP MAIL';
424
$TEXT['WBMAILER_SMTP'] = 'SMTP';
425
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification';
426
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification';
427
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username';
428
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password';
429
$TEXT['PLEASE_LOGIN'] = 'Please login';
430
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS';
431
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: ';
432
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.';
433
$TEXT['CODE_SNIPPET'] = "Code-snippet";
434
$TEXT['REQUIREMENT'] = "Requirement";
435
$TEXT['INSTALLED'] = "installed";
436
$TEXT['NOT_INSTALLED'] = "not installed";
437
$TEXT['ADDON'] = "Add-On";
438
$TEXT['EXTENSION'] = "Extension";
439
$TEXT['UNZIP_FILE'] = "Upload and unpack a zip archive";
440
$TEXT['DELETE_ZIP'] = "Delete zip archive after unpacking";
441

    
442
// Success/error messages
443
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Sorry, you do not have permissions to view this page';
444
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display';
445

    
446
$MESSAGE['ADMIN']['INSUFFICIENT_PRIVELLIGES'] = 'Insufficient privelliges to be here';
447

    
448
$MESSAGE['LOGIN']['BOTH_BLANK'] = 'Please enter your username and password below';
449
$MESSAGE['LOGIN']['USERNAME_BLANK'] = 'Please enter a username';
450
$MESSAGE['LOGIN']['PASSWORD_BLANK'] = 'Please enter a password';
451
$MESSAGE['LOGIN']['USERNAME_TOO_SHORT'] = 'Supplied username to short';
452
$MESSAGE['LOGIN']['PASSWORD_TOO_SHORT'] = 'Supplied password to short';
453
$MESSAGE['LOGIN']['USERNAME_TOO_LONG'] = 'Supplied username to long';
454
$MESSAGE['LOGIN']['PASSWORD_TOO_LONG'] = 'Supplied password to long';
455
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Username or password incorrect';
456

    
457
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'You must enter an email address';
458
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...';
459
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT
460
Hello {LOGIN_DISPLAY_NAME},
461

    
462
Your '{LOGIN_WEBSITE_TITLE}' login details are:
463
Username: {LOGIN_NAME}
464
Password: {LOGIN_PASSWORD}
465

    
466
Your password has been set to the one above.
467
This means that your old password will no longer work.
468

    
469
If you have received this message in error, please delete it immediately.
470
EOT;
471

    
472
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Please enter your email address below';
473
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'The email that you entered cannot be found in the database';
474
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Unable to email password, please contact system administrator';
475
$MESSAGE['FORGOT_PASS']['PASSWORD_RESET'] = 'Your username and password have been sent to your email address';
476
$MESSAGE['FORGOT_PASS']['ALREADY_RESET'] = 'Password cannot be reset more than once per hour, sorry';
477

    
478
$MESSAGE['START']['WELCOME_MESSAGE'] = 'Welcome to Website Baker Administration';
479
$MESSAGE['START']['INSTALL_DIR_EXISTS'] = 'Warning, Installation Directory Still Exists!';
480
$MESSAGE['START']['CURRENT_USER'] = 'You are currently logged in as:';
481

    
482
$MESSAGE['SETTINGS']['UNABLE_OPEN_CONFIG'] = 'Unable to open the configuration file';
483
$MESSAGE['SETTINGS']['UNABLE_WRITE_CONFIG'] = 'Cannot write to configuration file';
484
$MESSAGE['SETTINGS']['SAVED'] = 'Settings saved successfully';
485
$MESSAGE['SETTINGS']['MODE_SWITCH_WARNING'] = 'Please Note: Pressing this button resets all unsaved changes';
486
$MESSAGE['SETTINGS']['WORLD_WRITEABLE_WARNING'] = 'Please note: this is only recommended for testing environments';
487

    
488
$MESSAGE['USERS']['ADDED'] = 'User added successfully';
489
$MESSAGE['USERS']['SAVED'] = 'User saved successfully';
490
$MESSAGE['USERS']['DELETED'] = 'User deleted successfully';
491
$MESSAGE['USERS']['NO_GROUP'] = 'No group was selected';
492
$MESSAGE['USERS']['USERNAME_TOO_SHORT'] = 'The username you entered was too short';
493
$MESSAGE['USERS']['PASSWORD_TOO_SHORT'] = 'The password you entered was too short';
494
$MESSAGE['USERS']['PASSWORD_MISMATCH'] = 'The passwords you entered do not match';
495
$MESSAGE['USERS']['INVALID_EMAIL'] = 'The email address you entered is invalid';
496
$MESSAGE['USERS']['EMAIL_TAKEN'] = 'The email you entered is already in use';
497
$MESSAGE['USERS']['USERNAME_TAKEN'] = 'The username you entered is already taken';
498
$MESSAGE['USERS']['CHANGING_PASSWORD'] = 'Please note: You should only enter values in the above fields if you wish to change this users password';
499
$MESSAGE['USERS']['CONFIRM_DELETE'] = 'Are you sure you want to delete the selected user?';
500

    
501
$MESSAGE['GROUPS']['ADDED'] = 'Group added successfully';
502
$MESSAGE['GROUPS']['SAVED'] = 'Group saved successfully';
503
$MESSAGE['GROUPS']['DELETED'] = 'Group deleted successfully';
504
$MESSAGE['GROUPS']['GROUP_NAME_BLANK'] = 'Group name is blank';
505
$MESSAGE['GROUPS']['CONFIRM_DELETE'] = 'Are you sure you want to delete the selected group (and any users that belong to it)?';
506
$MESSAGE['GROUPS']['NO_GROUPS_FOUND'] = 'No groups found';
507
$MESSAGE['GROUPS']['GROUP_NAME_EXISTS'] = 'Group name already exists';
508

    
509
$MESSAGE['PREFERENCES']['DETAILS_SAVED'] = 'Details saved successfully';
510
$MESSAGE['PREFERENCES']['EMAIL_UPDATED'] = 'Email updated successfully';
511
$MESSAGE['PREFERENCES']['CURRENT_PASSWORD_INCORRECT'] = 'The (current) password you entered is incorrect';
512
$MESSAGE['PREFERENCES']['PASSWORD_CHANGED'] = 'Password changed successfully';
513

    
514
$MESSAGE['TEMPLATES']['CHANGE_TEMPLATE_NOTICE'] = 'Please note: to change the template you must go to the Settings section';
515

    
516
$MESSAGE['MEDIA']['DIR_DOT_DOT_SLASH'] = 'Cannot include ../ in the folder name';
517
$MESSAGE['MEDIA']['DIR_DOES_NOT_EXIST'] = 'Directory does not exist';
518
$MESSAGE['MEDIA']['TARGET_DOT_DOT_SLASH'] = 'Cannot have ../ in the folder target';
519
$MESSAGE['MEDIA']['NAME_DOT_DOT_SLASH'] = 'Cannot include ../ in the name';
520
$MESSAGE['MEDIA']['NAME_INDEX_PHP'] = 'Cannot use index.php as the name';
521
$MESSAGE['MEDIA']['NONE_FOUND'] = 'No media found in the current folder';
522
$MESSAGE['MEDIA']['FILE_NOT_FOUND'] = 'File not found';
523
$MESSAGE['MEDIA']['DELETED_FILE'] = 'File deleted successfully';
524
$MESSAGE['MEDIA']['DELETED_DIR'] = 'Folder deleted successfully';
525
$MESSAGE['MEDIA']['CONFIRM_DELETE'] = 'Are you sure you want to delete the following file or folder?';
526
$MESSAGE['MEDIA']['CANNOT_DELETE_FILE'] = 'Cannot delete the selected file';
527
$MESSAGE['MEDIA']['CANNOT_DELETE_DIR'] = 'Cannot delete the selected folder';
528
$MESSAGE['MEDIA']['BLANK_NAME'] = 'You did not enter a new name';
529
$MESSAGE['MEDIA']['BLANK_EXTENSION'] = 'You did not enter a file extension';
530
$MESSAGE['MEDIA']['RENAMED'] = 'Rename successful';
531
$MESSAGE['MEDIA']['CANNOT_RENAME'] = 'Rename unsuccessful';
532
$MESSAGE['MEDIA']['FILE_EXISTS'] = 'A file matching the name you entered already exists';
533
$MESSAGE['MEDIA']['DIR_EXISTS'] = 'A folder matching the name you entered already exists';
534
$MESSAGE['MEDIA']['DIR_MADE'] = 'Folder created successfully';
535
$MESSAGE['MEDIA']['DIR_NOT_MADE'] = 'Unable to create folder';
536
$MESSAGE['MEDIA']['SINGLE_UPLOADED'] = ' file was successfully uploaded';
537
$MESSAGE['MEDIA']['UPLOADED'] = ' files were successfully uploaded';
538

    
539
$MESSAGE['PAGES']['ADDED'] = 'Page added successfully';
540
$MESSAGE['PAGES']['ADDED_HEADING'] = 'Page heading added successfully';
541
$MESSAGE['PAGES']['PAGE_EXISTS'] = 'A page with the same or similar title exists';
542
$MESSAGE['PAGES']['CANNOT_CREATE_ACCESS_FILE'] = 'Error creating access file in the /pages directory (insufficient privileges)';
543
$MESSAGE['PAGES']['CANNOT_DELETE_ACCESS_FILE'] = 'Error deleting access file in the /pages directory (insufficient privileges)';
544
$MESSAGE['PAGES']['NOT_FOUND'] = 'Page not found';
545
$MESSAGE['PAGES']['SAVED'] = 'Page saved successfully';
546
$MESSAGE['PAGES']['SAVED_SETTINGS'] = 'Page settings saved successfully';
547
$MESSAGE['PAGES']['NOT_SAVED'] = 'Error saving page';
548
$MESSAGE['PAGES']['DELETE_CONFIRM'] = 'Are you sure you want to delete the selected page (and all of its sub-pages)';
549
$MESSAGE['PAGES']['DELETED'] = 'Page deleted successfully';
550
$MESSAGE['PAGES']['RESTORED'] = 'Page restored successfully';
551
$MESSAGE['PAGES']['BLANK_PAGE_TITLE'] = 'Please enter a page title';
552
$MESSAGE['PAGES']['BLANK_MENU_TITLE'] = 'Please enter a menu title';
553
$MESSAGE['PAGES']['REORDERED'] = 'Page re-ordered successfully';
554
$MESSAGE['PAGES']['CANNOT_REORDER'] = 'Error re-ordering page';
555
$MESSAGE['PAGES']['INSUFFICIENT_PERMISSIONS'] = 'You do not have permissions to modify this page';
556
$MESSAGE['PAGES']['INTRO_NOT_WRITABLE'] = 'Cannot write to file /pages/intro.php (insufficient privileges)';
557
$MESSAGE['PAGES']['INTRO_SAVED'] = 'Intro page saved successfully';
558
$MESSAGE['PAGES']['LAST_MODIFIED'] = 'Last modification by';
559
$MESSAGE['PAGES']['INTRO_LINK'] = 'Click HERE to modify the intro page';
560
$MESSAGE['PAGES']['SECTIONS_PROPERTIES_SAVED'] = 'Section properties saved successfully';
561
$MESSAGE['PAGES']['RETURN_TO_PAGES'] = 'Return to pages';
562

    
563
$MESSAGE['GENERIC']['FILL_IN_ALL'] = 'Please go back and fill-in all fields';
564
$MESSAGE['GENERIC']['FILE_TYPE'] = 'Please note that the file you upload must be of the following format:';
565
$MESSAGE['GENERIC']['FILE_TYPES'] = 'Please note that the file you upload must be in one of the following formats:';
566
$MESSAGE['GENERIC']['CANNOT_UPLOAD'] = 'Cannot upload file';
567
$MESSAGE['GENERIC']['ALREADY_INSTALLED'] = 'Already installed';
568
$MESSAGE['GENERIC']['NOT_INSTALLED'] = 'Not installed';
569
$MESSAGE['GENERIC']['CANNOT_UNINSTALL'] = 'Cannot uninstall';
570
$MESSAGE['GENERIC']['CANNOT_UNZIP'] = 'Cannot unzip file';
571
$MESSAGE['GENERIC']['INSTALLED'] = 'Installed successfully';
572
$MESSAGE['GENERIC']['UPGRADED'] = 'Upgraded successfully';
573
$MESSAGE['GENERIC']['UNINSTALLED'] = 'Uninstalled successfully';
574
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Unable to write to the target directory';
575
$MESSAGE['GENERIC']['INVALID'] = 'The file you uploaded is invalid';
576
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Cannot Uninstall: the selected file is in use';
577

    
578
$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 />";
579
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages";
580
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!";
581

    
582
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction';
583
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Please check back soon...';
584
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.';
585
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Error opening file.';
586
$MESSAGE['GENERIC']['INVALID_ADDON_FILE'] = 'Invalid Website Baker installation file. Please check the *.zip format.';
587
$MESSAGE['GENERIC']['INVALID_LANGUAGE_FILE'] = 'Invalid Website Baker language file. Please check the text file.';
588

    
589
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'You must enter details for the following fields';
590
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.';
591
$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.'';
592

    
593
$MESSAGE['ADDON']['RELOAD'] = 'Update database with information from Add-on files (e.g. after FTP upload).';
594
$MESSAGE['ADDON']['ERROR_RELOAD'] = 'Error while updating the Add-On information.';
595
$MESSAGE['ADDON']['MODULES_RELOADED'] = 'Modules reloaded successfully';
596
$MESSAGE['ADDON']['TEMPLATES_RELOADED'] = 'Templates reloaded successfully';
597
$MESSAGE['ADDON']['LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
598
$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.';
599
$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.';
600
$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.';
601

    
602
?>
(6-6/23)