Project

General

Profile

« Previous | Next » 

Revision 1361

Added by Dietmar over 13 years ago

sync languages files with 2.9.0.dev
unzip addons now overwrite newer files

View differences:

EN.php
1
<?php
2
/**
3
 *
4
 * @category        framework
5
 * @package         language
6
 * @author          WebsiteBaker Project
7
 * @copyright       2004-2009, Ryan Djurovich
8
 * @copyright       2009-2011, Website Baker Org. e.V.
9
 * @link			http://www.websitebaker2.org/
10
 * @license         http://www.gnu.org/licenses/gpl.html
11
 * @platform        WebsiteBaker 2.8.x
12
 * @requirements    PHP 5.2.2 and higher
13
 * @version         $Id$
14
 * @filesource		$HeadURL$
15
 * @lastmodified    $Date$
16
 *
17
 */
18

  
19
// use languageedit-module to modify this file
20

  
21
// Define that this file is loaded
22
if(!defined('LANGUAGE_LOADED')) {
23
define('LANGUAGE_LOADED', true);
24
}
25

  
26
// Set the language information
27
$language_code = 'EN';
28
$language_name = 'English';
29
$language_version = '2.8';
30
$language_platform = '2.8.x';
31
$language_author = 'Ryan Djurovich, Christian Sommer';
32
$language_license = 'GNU General Public License';
33

  
34
// Menu titles
35
$MENU['START'] = 'Start';
36
$MENU['PAGES'] = 'Pages';
37
$MENU['MEDIA'] = 'Media';
38
$MENU['ADDONS'] = 'Add-ons';
39
$MENU['MODULES'] = 'Modules';
40
$MENU['TEMPLATES'] = 'Templates';
41
$MENU['LANGUAGES'] = 'Languages';
42
$MENU['PREFERENCES'] = 'Preferences';
43
$MENU['SETTINGS'] = 'Settings';
44
$MENU['ADMINTOOLS'] = 'Admin-Tools';
45
$MENU['ACCESS'] = 'Access';
46
$MENU['USERS'] = 'Users';
47
$MENU['GROUPS'] = 'Groups';
48
$MENU['HELP'] = 'Help';
49
$MENU['VIEW'] = 'View';
50
$MENU['LOGOUT'] = 'Log-out';
51
$MENU['LOGIN'] = 'Login';
52
$MENU['FORGOT'] = 'Retrieve Login Details';
53

  
54
// Section overviews
55
$OVERVIEW['START'] = 'Administration overview';
56
$OVERVIEW['PAGES'] = 'Manage your websites pages...';
57
$OVERVIEW['MEDIA'] = 'Manage files stored in the media folder...';
58
$OVERVIEW['MODULES'] = 'Manage WebsiteBaker modules...';
59
$OVERVIEW['TEMPLATES'] = 'Change the look and feel of your website with templates...';
60
$OVERVIEW['LANGUAGES'] = 'Manage WebsiteBaker languages...';
61
$OVERVIEW['PREFERENCES'] = 'Change preferences such as email address, password, etc... ';
62
$OVERVIEW['SETTINGS'] = 'Changes settings for WebsiteBaker...';
63
$OVERVIEW['USERS'] = 'Manage users who can log-in to WebsiteBaker...';
64
$OVERVIEW['GROUPS'] = 'Manage user groups and their system permissions...';
65
$OVERVIEW['HELP'] = 'Got a questions? Find your answer...';
66
$OVERVIEW['VIEW'] = 'Quickly view and browse your website in a new window...';
67
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...';
68

  
69
// Headings
70
$HEADING['MODIFY_DELETE_PAGE'] = 'Modify/Delete Page';
71
$HEADING['DELETED_PAGES'] = 'Deleted Pages';
72
$HEADING['ADD_PAGE'] = 'Add Page';
73
$HEADING['ADD_HEADING'] = 'Add Heading';
74
$HEADING['MODIFY_PAGE'] = 'Modify Page';
75
$HEADING['MODIFY_PAGE_SETTINGS'] = 'Modify Page Settings';
76
$HEADING['MODIFY_ADVANCED_PAGE_SETTINGS'] = 'Modify Advanced Page Settings';
77
$HEADING['MANAGE_SECTIONS'] = 'Manage Sections';
78
$HEADING['MODIFY_INTRO_PAGE'] = 'Modify Intro Page';
79

  
80
$HEADING['BROWSE_MEDIA'] = 'Browse Media';
81
$HEADING['CREATE_FOLDER'] = 'Create Folder';
82
$HEADING['UPLOAD_FILES'] = 'Upload File(s)';
83

  
84
$HEADING['INSTALL_MODULE'] = 'Install Module';
85
$HEADING['UNINSTALL_MODULE'] = 'Uninstall Module';
86
$HEADING['MODULE_DETAILS'] = 'Module Details';
87

  
88
$HEADING['INSTALL_TEMPLATE'] = 'Install Template';
89
$HEADING['UNINSTALL_TEMPLATE'] = 'Uninstall Template';
90
$HEADING['TEMPLATE_DETAILS'] = 'Template Details';
91

  
92
$HEADING['INSTALL_LANGUAGE'] = 'Install Language';
93
$HEADING['UNINSTALL_LANGUAGE'] = 'Uninstall Language';
94
$HEADING['LANGUAGE_DETAILS'] = 'Language Details';
95

  
96
$HEADING['MY_SETTINGS'] = 'My Settings';
97
$HEADING['MY_EMAIL'] = 'My Email';
98
$HEADING['MY_PASSWORD'] = 'My Password';
99

  
100
$HEADING['GENERAL_SETTINGS'] = 'General Settings';
101
$HEADING['DEFAULT_SETTINGS'] = 'Default Settings';
102
$HEADING['SEARCH_SETTINGS'] = 'Search Settings';
103
$HEADING['FILESYSTEM_SETTINGS'] = 'Filesystem Settings';
104
$HEADING['SERVER_SETTINGS'] = 'Server Settings';
105
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
106
$HEADING['ADMINISTRATION_TOOLS'] = 'Administration Tools';
107

  
108
$HEADING['MODIFY_DELETE_USER'] = 'Modify/Delete User';
109
$HEADING['ADD_USER'] = 'Add User';
110
$HEADING['MODIFY_USER'] = 'Modify User';
111

  
112
$HEADING['MODIFY_DELETE_GROUP'] = 'Modify/Delete Group';
113
$HEADING['ADD_GROUP'] = 'Add Group';
114
$HEADING['MODIFY_GROUP'] = 'Modify Group';
115

  
116
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
117
$HEADING['INVOKE_MODULE_FILES'] = 'Execute module files manually';
118

  
119
// Other text
120
$TEXT['OPEN'] = 'Open';
121
$TEXT['ADD'] = 'Add';
122
$TEXT['MODIFY'] = 'Modify';
123
$TEXT['SETTINGS'] = 'Settings';
124
$TEXT['DELETE'] = 'Delete';
125
$TEXT['SAVE'] = 'Save';
126
$TEXT['RESET'] = 'Reset';
127
$TEXT['LOGIN'] = 'Login';
128
$TEXT['RELOAD'] = 'Reload';
129
$TEXT['CANCEL'] = 'Cancel';
130
$TEXT['NAME'] = 'Name';
131
$TEXT['PLEASE_SELECT'] = 'Please select';
132
$TEXT['TITLE'] = 'Title';
133
$TEXT['PARENT'] = 'Parent';
134
$TEXT['TYPE'] = 'Type';
135
$TEXT['VISIBILITY'] = 'Visibility';
136
$TEXT['PRIVATE'] = 'Private';
137
$TEXT['PUBLIC'] = 'Public';
138
$TEXT['NONE'] = 'None';
139
$TEXT['NONE_FOUND'] = 'None Found';
140
$TEXT['CURRENT'] = 'Current';
141
$TEXT['CHANGE'] = 'Change';
142
$TEXT['WINDOW'] = 'Window';
143
$TEXT['DESCRIPTION'] = 'Description';
144
$TEXT['KEYWORDS'] = 'Keywords';
145
$TEXT['ADMINISTRATORS'] = 'Administrators';
146
$TEXT['PRIVATE_VIEWERS'] = 'Private Viewers';
147
$TEXT['EXPAND'] = 'Expand';
148
$TEXT['COLLAPSE'] = 'Collapse';
149
$TEXT['MOVE_UP'] = 'Move Up';
150
$TEXT['MOVE_DOWN'] = 'Move Down';
151
$TEXT['RENAME'] = 'Rename';
152
$TEXT['MODIFY_SETTINGS'] = 'Modify Settings';
153
$TEXT['MODIFY_CONTENT'] = 'Modify Content';
154
$TEXT['VIEW'] = 'View';
155
$TEXT['UP'] = 'Up';
156
$TEXT['FORGOTTEN_DETAILS'] = 'Forgotten your details?';
157
$TEXT['NEED_TO_LOGIN'] = 'Need to log-in?';
158
$TEXT['SEND_DETAILS'] = 'Send Details';
159
$TEXT['USERNAME'] = 'Username';
160
$TEXT['PASSWORD'] = 'Password';
161
$TEXT['HOME'] = 'Home';
162
$TEXT['TARGET_FOLDER'] = 'Target folder';
163
$TEXT['OVERWRITE_EXISTING'] = 'Overwrite existing';
164
$TEXT['FILE'] = 'File';
165
$TEXT['FILES'] = 'Files';
166
$TEXT['FOLDER'] = 'Folder';
167
$TEXT['FOLDERS'] = 'Folders';
168
$TEXT['CREATE_FOLDER'] = 'Create Folder';
169
$TEXT['UPLOAD_FILES'] = 'Upload File(s)';
170
$TEXT['CURRENT_FOLDER'] = 'Current Folder';
171
$TEXT['TO'] = 'To';
172
$TEXT['FROM'] = 'From';
173
$TEXT['INSTALL'] = 'Install';
174
$TEXT['UNINSTALL'] = 'Uninstall';
175
$TEXT['VIEW_DETAILS'] = 'View Details';
176
$TEXT['DISPLAY_NAME'] = 'Display Name';
177
$TEXT['AUTHOR'] = 'Author';
178
$TEXT['VERSION'] = 'Version';
179
$TEXT['DESIGNED_FOR'] = 'Designed For';
180
$TEXT['DESCRIPTION'] = 'Description';
181
$TEXT['EMAIL'] = 'Email';
182
$TEXT['LANGUAGE'] = 'Language';
183
$TEXT['TIMEZONE'] = 'Timezone';
184
$TEXT['CURRENT_PASSWORD'] = 'Current Password';
185
$TEXT['NEW_PASSWORD'] = 'New Password';
186
$TEXT['RETYPE_NEW_PASSWORD'] = 'Re-type New Password';
187
$TEXT['ACTIVE'] = 'Active';
188
$TEXT['DISABLED'] = 'Disabled';
189
$TEXT['ENABLED'] = 'Enabled';
190
$TEXT['RETYPE_PASSWORD'] = 'Re-type Password';
191
$TEXT['GROUP'] = 'Group';
192
$TEXT['SYSTEM_PERMISSIONS'] = 'System Permissions';
193
$TEXT['MODULE_PERMISSIONS'] = 'Module Permissions';
194
$TEXT['SHOW_ADVANCED'] = 'Show Advanced Options';
195
$TEXT['HIDE_ADVANCED'] = 'Hide Advanced Options';
196
$TEXT['BASIC'] = 'Basic';
197
$TEXT['ADVANCED'] = 'Advanced';
198
$TEXT['WEBSITE'] = 'Website';
199
$TEXT['DEFAULT'] = 'Default';
200
$TEXT['KEYWORDS'] = 'Keywords';
201
$TEXT['TEXT'] = 'Text';
202
$TEXT['HEADER'] = 'Header';
203
$TEXT['FOOTER'] = 'Footer';
204
$TEXT['TEMPLATE'] = 'Template';
205
$TEXT['THEME'] = 'Backend-Theme';
206
$TEXT['INSTALLATION'] = 'Installation';
207
$TEXT['DATABASE'] = 'Database';
208
$TEXT['HOST'] = 'Host';
209
$TEXT['INTRO'] = 'Intro';
210
$TEXT['PAGE'] = 'Page';
211
$TEXT['SIGNUP'] = 'Sign-up';
212
$TEXT['PHP_ERROR_LEVEL'] = 'PHP Error Reporting Level';
213
$TEXT['ADMIN'] = 'Admin';
214
$TEXT['PATH'] = 'Path';
215
$TEXT['URL'] = 'URL';
216
$TEXT['FRONTEND'] = 'Front-end';
217
$TEXT['EXTENSION'] = 'Extension';
218
$TEXT['TABLE_PREFIX'] = 'Table Prefix';
219
$TEXT['CHANGES'] = 'Changes';
220
$TEXT['ADMINISTRATION'] = 'Administration';
221
$TEXT['FORGOT_DETAILS'] = 'Forgot Details?';
222
$TEXT['LOGGED_IN'] = 'Logged-In';
223
$TEXT['WELCOME_BACK'] = 'Welcome back';
224
$TEXT['FULL_NAME'] = 'Full Name';
225
$TEXT['ACCOUNT_SIGNUP'] = 'Account Sign-Up';
226
$TEXT['LINK'] = 'Link';
227
$TEXT['ANCHOR'] = 'Anchor';
228
$TEXT['TARGET'] = 'Target';
229
$TEXT['NEW_WINDOW'] = 'New Window';
230
$TEXT['SAME_WINDOW'] = 'Same Window';
231
$TEXT['TOP_FRAME'] = 'Top Frame';
232
$TEXT['PAGE_LEVEL_LIMIT'] = 'Page Level Limit';
233
$TEXT['SUCCESS'] = 'Success';
234
$TEXT['ERROR'] = 'Error';
235
$TEXT['ARE_YOU_SURE'] = 'Are you sure?';
236
$TEXT['YES'] = 'Yes';
237
$TEXT['NO'] = 'No';
238
$TEXT['SYSTEM_DEFAULT'] = 'System Default';
239
$TEXT['PAGE_TITLE'] = 'Page Title';
240
$TEXT['MENU_TITLE'] = 'Menu Title';
241
$TEXT['ACTIONS'] = 'Actions';
242
$TEXT['UNKNOWN'] = 'Unknown';
243
$TEXT['BLOCK'] = 'Block';
244
$TEXT['SEARCH'] = 'Search';
245
$TEXT['SEARCHING'] = 'Searching';
246
$TEXT['POST'] = 'Post';
247
$TEXT['COMMENT'] = 'Comment';
248
$TEXT['COMMENTS'] = 'Comments';
249
$TEXT['COMMENTING'] = 'Commenting';
250
$TEXT['SHORT'] = 'Short';
251
$TEXT['LONG'] = 'Long';
252
$TEXT['LOOP'] = 'Loop';
253
$TEXT['FIELD'] = 'Field';
254
$TEXT['REQUIRED'] = 'Required';
255
$TEXT['LENGTH'] = 'Length';
256
$TEXT['MESSAGE'] = 'Message';
257
$TEXT['SUBJECT'] = 'Subject';
258
$TEXT['MATCH'] = 'Match';
259
$TEXT['ALL_WORDS'] = 'All Words';
260
$TEXT['ANY_WORDS'] = 'Any Words';
261
$TEXT['EXACT_MATCH'] = 'Exact Match';
262
$TEXT['SHOW'] = 'Show';
263
$TEXT['HIDE'] = 'Hide';
264
$TEXT['START_PUBLISHING'] = 'Start Publishing';
265
$TEXT['FINISH_PUBLISHING'] = 'Finish Publishing';
266
$TEXT['DATE'] = 'Date';
267
$TEXT['START'] = 'Start';
268
$TEXT['END'] = 'End';
269
$TEXT['IMAGE'] = 'Image';
270
$TEXT['ICON'] = 'Icon';
271
$TEXT['SECTION'] = 'Section';
272
$TEXT['DATE_FORMAT'] = 'Date Format';
273
$TEXT['TIME_FORMAT'] = 'Time Format';
274
$TEXT['RESULTS'] = 'Results';
275
$TEXT['RESIZE'] = 'Re-size';
276
$TEXT['MANAGE'] = 'Manage';
277
$TEXT['CODE'] = 'Code';
278
$TEXT['WIDTH'] = 'Width';
279
$TEXT['HEIGHT'] = 'Height';
280
$TEXT['MORE'] = 'More';
281
$TEXT['READ_MORE'] = 'Read More';
282
$TEXT['CHANGE_SETTINGS'] = 'Change Settings';
283
$TEXT['CURRENT_PAGE'] = 'Current Page';
284
$TEXT['CLOSE'] = 'Close';
285
$TEXT['INTRO_PAGE'] = 'Intro Page';
286
$TEXT['INSTALLATION_URL'] = 'Installation URL';
287
$TEXT['INSTALLATION_PATH'] = 'Installation Path';
288
$TEXT['PAGE_EXTENSION'] = 'Page Extension';
289
$TEXT['NO_RESULTS'] = 'No Results';
290
$TEXT['WEBSITE_TITLE'] = 'Website Title';
291
$TEXT['WEBSITE_DESCRIPTION'] = 'Website Description';
292
$TEXT['WEBSITE_KEYWORDS'] = 'Website Keywords';
293
$TEXT['WEBSITE_HEADER'] = 'Website Header';
294
$TEXT['WEBSITE_FOOTER'] = 'Website Footer';
295
$TEXT['RESULTS_HEADER'] = 'Results Header';
296
$TEXT['RESULTS_LOOP'] = 'Results Loop';
297
$TEXT['RESULTS_FOOTER'] = 'Results Footer';
298
$TEXT['LEVEL'] = 'Level';
299
$TEXT['NOT_FOUND'] = 'Not Found';
300
$TEXT['PAGE_SPACER'] = 'Page Spacer';
301
$TEXT['MATCHING'] = 'Matching';
302
$TEXT['TEMPLATE_PERMISSIONS'] = 'Template Permissions';
303
$TEXT['PAGES_DIRECTORY'] = 'Pages Directory';
304
$TEXT['MEDIA_DIRECTORY'] = 'Media Directory';
305
$TEXT['FILE_MODE'] = 'File Mode';
306
$TEXT['USER'] = 'User';
307
$TEXT['OTHERS'] = 'Others';
308
$TEXT['READ'] = 'Read';
309
$TEXT['WRITE'] = 'Write';
310
$TEXT['EXECUTE'] = 'Execute';
311
$TEXT['SMART_LOGIN'] = 'Smart Login';
312
$TEXT['REMEMBER_ME'] = 'Remember Me';
313
$TEXT['FILESYSTEM_PERMISSIONS'] = 'Filesystem Permissions';
314
$TEXT['DIRECTORIES'] = 'Directories';
315
$TEXT['DIRECTORY_MODE'] = 'Directory Mode';
316
$TEXT['LIST_OPTIONS'] = 'List Options';
317
$TEXT['OPTION'] = 'Option';
318
$TEXT['ALLOW_MULTIPLE_SELECTIONS'] = 'Allow Multiple Selections';
319
$TEXT['TEXTFIELD'] = 'Textfield';
320
$TEXT['TEXTAREA'] = 'Textarea';
321
$TEXT['SELECT_BOX'] = 'Select Box';
322
$TEXT['CHECKBOX_GROUP'] = 'Checkbox Group';
323
$TEXT['RADIO_BUTTON_GROUP'] = 'Radio Button Group';
324
$TEXT['SIZE'] = 'Size';
325
$TEXT['DEFAULT_TEXT'] = 'Default Text';
326
$TEXT['SEPERATOR'] = 'Separator';
327
$TEXT['BACK'] = 'Back';
328
$TEXT['UNDER_CONSTRUCTION'] = 'Under Construction';
329
$TEXT['MULTISELECT'] = 'Multi-select';
330
$TEXT['SHORT_TEXT'] = 'Short Text';
331
$TEXT['LONG_TEXT'] = 'Long Text';
332
$TEXT['HOMEPAGE_REDIRECTION'] = 'Homepage Redirection';
333
$TEXT['HEADING'] = 'Heading';
334
$TEXT['MULTIPLE_MENUS'] = 'Multiple Menus';
335
$TEXT['REGISTERED'] = 'Registered';
336
$TEXT['SECTION_BLOCKS'] = 'Section Blocks';
337
$TEXT['REGISTERED_VIEWERS'] = 'Registered Viewers';
338
$TEXT['ALLOWED_VIEWERS'] = 'Allowed Viewers';
339
$TEXT['SUBMISSION_ID'] = 'Submission ID';
340
$TEXT['SUBMISSIONS'] = 'Submissions';
341
$TEXT['SUBMITTED'] = 'Submitted';
342
$TEXT['MAX_SUBMISSIONS_PER_HOUR'] = 'Max. Submissions Per Hour';
343
$TEXT['SUBMISSIONS_STORED_IN_DATABASE'] = 'Submissions Stored In Database';
344
$TEXT['EMAIL_ADDRESS'] = 'Email Address';
345
$TEXT['CUSTOM'] = 'Custom';
346
$TEXT['ANONYMOUS'] = 'Anonymous';
347
$TEXT['SERVER_OPERATING_SYSTEM'] = 'Server Operating System';
348
$TEXT['WORLD_WRITEABLE_FILE_PERMISSIONS'] = 'World-writeable file permissions';
349
$TEXT['LINUX_UNIX_BASED'] = 'Linux/Unix based';
350
$TEXT['WINDOWS'] = 'Windows';
351
$TEXT['HOME_FOLDER'] = 'Home Folder';
352
$TEXT['HOME_FOLDERS'] = 'Home Folders';
353
$TEXT['PAGE_TRASH'] = 'Page Trash';
354
$TEXT['INLINE'] = 'In-line';
355
$TEXT['SEPARATE'] = 'Separate';
356
$TEXT['DELETED'] = 'Deleted';
357
$TEXT['VIEW_DELETED_PAGES'] = 'View Deleted Pages';
358
$TEXT['EMPTY_TRASH'] = 'Empty Trash';
359
$TEXT['TRASH_EMPTIED'] = 'Trash Emptied';
360
$TEXT['ADD_SECTION'] = 'Add Section';
361
$TEXT['POST_HEADER'] = 'Post Header';
362
$TEXT['POST_FOOTER'] = 'Post Footer';
363
$TEXT['POSTS_PER_PAGE'] = 'Posts Per Page';
364
$TEXT['RESIZE_IMAGE_TO'] = 'Resize Image To';
365
$TEXT['UNLIMITED'] = 'Unlimited';
366
$TEXT['OF'] = 'Of';
367
$TEXT['OUT_OF'] = 'Out Of';
368
$TEXT['NEXT'] = 'Next';
369
$TEXT['PREVIOUS'] = 'Previous';
370
$TEXT['NEXT_PAGE'] = 'Next Page';
371
$TEXT['PREVIOUS_PAGE'] = 'Previous Page';
372
$TEXT['ON'] = 'On';
373
$TEXT['LAST_UPDATED_BY'] = 'Last Updated By';
374
$TEXT['RESULTS_FOR'] = 'Results For';
375
$TEXT['TIME'] = 'Time';
376
$TEXT['REDIRECT_AFTER'] = 'Redirect after';
377
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Style';
378
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor';
379
$TEXT['SERVER_EMAIL'] = 'Server Email';
380
$TEXT['MENU'] = 'Menu';
381
$TEXT['MANAGE_GROUPS'] = 'Manage Groups';
382
$TEXT['MANAGE_USERS'] = 'Manage Users';
383
$TEXT['PAGE_LANGUAGES'] = 'Page Languages';
384
$TEXT['HIDDEN'] = 'Hidden';
385
$TEXT['MAIN'] = 'Main';
386
$TEXT['RENAME_FILES_ON_UPLOAD'] = 'Rename Files On Upload';
387
$TEXT['APP_NAME'] = 'Application Name';
388
$TEXT['SESSION_IDENTIFIER'] = 'Session Identifier';
389
$TEXT['SEC_ANCHOR'] = 'Section-Anchor text';
390
$TEXT['BACKUP'] = 'Backup';
391
$TEXT['RESTORE'] = 'Restore';
392
$TEXT['BACKUP_DATABASE'] = 'Backup Database';
393
$TEXT['RESTORE_DATABASE'] = 'Restore Database';
394
$TEXT['BACKUP_ALL_TABLES'] = 'Backup all tables in database';
395
$TEXT['BACKUP_WB_SPECIFIC'] = 'Backup only WB-specific tables';
396
$TEXT['BACKUP_MEDIA'] = 'Backup Media';
397
$TEXT['RESTORE_MEDIA'] = 'Restore Media';
398
$TEXT['ADMINISTRATION_TOOL'] = 'Administration tool';
399
$TEXT['CAPTCHA_VERIFICATION'] = 'Captcha Verification';
400
$TEXT['VERIFICATION'] = 'Verification';
401
$TEXT['DEFAULT_CHARSET'] = 'Default Charset';
402
$TEXT['CHARSET'] = 'Charset';
403
$TEXT['MODULE_ORDER'] = 'Module-order for searching';
404
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt';
405
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module';
406
$TEXT['PUBL_START_DATE'] = 'Start date';
407
$TEXT['PUBL_END_DATE'] = 'End date';
408
$TEXT['CALENDAR'] = 'Calendar';
409
$TEXT['DELETE_DATE'] = 'Delete date';
410
$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 WebsiteBaker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.';
411
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail';
412
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name';
413
$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.';
414
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine';
415
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host';
416
$TEXT['WBMAILER_PHP'] = 'PHP MAIL';
417
$TEXT['WBMAILER_SMTP'] = 'SMTP';
418
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification';
419
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification';
420
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username';
421
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password';
422
$TEXT['PLEASE_LOGIN'] = 'Please login';
423
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS';
424
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: ';
425
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.';
426
$TEXT['CODE_SNIPPET'] = "Code-snippet";
427
$TEXT['REQUIREMENT'] = "Requirement";
428
$TEXT['INSTALLED'] = "installed";
429
$TEXT['NOT_INSTALLED'] = "not installed";
430
$TEXT['ADDON'] = "Add-On";
431
$TEXT['EXTENSION'] = "Extension";
432
$TEXT['UNZIP_FILE'] = "Upload and unpack a zip archive";
433
$TEXT['DELETE_ZIP'] = "Delete zip archive after unpacking";
434
$TEXT['NEED_CURRENT_PASSWORD'] ='confirm with current password';
435
$TEXT['CAN_DELETE_HIMSELF'] = 'Can delete himself';
436

  
437
// Success/error messages
438
$MESSAGE['FRONTEND_SORRY_NO_VIEWING_PERMISSIONS'] = 'Sorry, you do not have permissions to view this page';
439
$MESSAGE['FRONTEND_SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display';
440

  
441
$MESSAGE['ADMIN_INSUFFICIENT_PRIVELLIGES'] = 'Insufficient privelliges to be here';
442

  
443
$MESSAGE['LOGIN_BOTH_BLANK'] = 'Please enter your username and password below';
444
$MESSAGE['LOGIN_USERNAME_BLANK'] = 'Please enter a username';
445
$MESSAGE['LOGIN_PASSWORD_BLANK'] = 'Please enter a password';
446
$MESSAGE['LOGIN_USERNAME_TOO_SHORT'] = 'Supplied username to short';
447
$MESSAGE['LOGIN_PASSWORD_TOO_SHORT'] = 'Supplied password to short';
448
$MESSAGE['LOGIN_USERNAME_TOO_LONG'] = 'Supplied username to long';
449
$MESSAGE['LOGIN_PASSWORD_TOO_LONG'] = 'Supplied password to long';
450
$MESSAGE['LOGIN_AUTHENTICATION_FAILED'] = 'Username or password incorrect';
451

  
452
$MESSAGE['SIGNUP_NO_EMAIL'] = 'You must enter an email address';
453
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
454
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = "
455
Hello {LOGIN_DISPLAY_NAME},
456

  
457
Welcome to our '{LOGIN_WEBSITE_TITLE}'.
458

  
459
Your '{LOGIN_WEBSITE_TITLE}' login details are:
460
Username: {LOGIN_NAME}
461
Password: {LOGIN_PASSWORD}
462

  
463
Regards
464

  
465
Please:
466
if you have received this message by an error, please delete it immediately!
467
-------------------------------------
468
This message was automatic generated!
469
";
470

  
471
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = "
472
Hello {LOGIN_DISPLAY_NAME},
473

  
474
This mail was sent because the 'forgot password' function has been applied to your account.
475

  
476
Your new '{LOGIN_WEBSITE_TITLE}' login details are:
477

  
478
Username: {LOGIN_NAME}
479
Password: {LOGIN_PASSWORD}
480

  
481
Your password has been reset to the one above.
482
This means that your old password will no longer work anymore!
483
If you've got any questions or problems within the new login-data
484
you should contact the website-team or the admin of '{LOGIN_WEBSITE_TITLE}'.
485
Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
486

  
487
Regards
488
------------------------------------
489
This message was automatic generated
490

  
491
";
492

  
493
$MESSAGE['FORGOT_PASS_NO_DATA'] = 'Please enter your email address below';
494
$MESSAGE['FORGOT_PASS_EMAIL_NOT_FOUND'] = 'The email that you entered cannot be found in the database';
495
$MESSAGE['FORGOT_PASS_CANNOT_EMAIL'] = 'Unable to email password, please contact system administrator';
496
$MESSAGE['FORGOT_PASS_PASSWORD_RESET'] = 'Your username and password have been sent to your email address';
497
$MESSAGE['FORGOT_PASS_ALREADY_RESET'] = 'Password cannot be reset more than once per hour, sorry';
498

  
499
$MESSAGE['START_WELCOME_MESSAGE'] = 'Welcome to WebsiteBaker Administration';
500
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Warning, Installation Directory Still Exists!';
501
$MESSAGE['START_CURRENT_USER'] = 'You are currently logged in as:';
502

  
503
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Unable to open the configuration file';
504
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Cannot write to configuration file';
505
$MESSAGE['SETTINGS_SAVED'] = 'Settings saved successfully';
506
$MESSAGE['SETTINGS_MODE_SWITCH_WARNING'] = 'Please Note: Pressing this button resets all unsaved changes';
507
$MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Please note: this is only recommended for testing environments';
508

  
509
$MESSAGE['USERS_ADDED'] = 'User added successfully';
510
$MESSAGE['USERS_SAVED'] = 'User saved successfully';
511
$MESSAGE['USERS_DELETED'] = 'User deleted successfully';
512
$MESSAGE['USERS_NO_GROUP'] = 'No group was selected';
513
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The username you entered was too short';
514
$MESSAGE['USERS_PASSWORD_TOO_SHORT'] = 'The password you entered was too short';
515
$MESSAGE['USERS_PASSWORD_MISMATCH'] = 'The passwords you entered do not match';
516
$MESSAGE['USERS_INVALID_EMAIL'] = 'The email address you entered is invalid';
517
$MESSAGE['USERS_EMAIL_TAKEN'] = 'The email you entered is already in use';
518
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The username you entered is already taken';
519
$MESSAGE['USERS_CHANGING_PASSWORD'] = 'Please note: You should only enter values in the above fields if you wish to change this users password';
520
$MESSAGE['USERS_CONFIRM_DELETE'] = 'Are you sure you want to delete the selected user?';
521

  
522
$MESSAGE['GROUPS_ADDED'] = 'Group added successfully';
523
$MESSAGE['GROUPS_SAVED'] = 'Group saved successfully';
524
$MESSAGE['GROUPS_DELETED'] = 'Group deleted successfully';
525
$MESSAGE['GROUPS_GROUP_NAME_BLANK'] = 'Group name is blank';
526
$MESSAGE['GROUPS_CONFIRM_DELETE'] = 'Are you sure you want to delete the selected group (and any users that belong to it)?';
527
$MESSAGE['GROUPS_NO_GROUPS_FOUND'] = 'No groups found';
528
$MESSAGE['GROUPS_GROUP_NAME_EXISTS'] = 'Group name already exists';
529

  
530
$MESSAGE['PREFERENCES_DETAILS_SAVED'] = 'Details saved successfully';
531
$MESSAGE['PREFERENCES_EMAIL_UPDATED'] = 'Email updated successfully';
532
$MESSAGE['PREFERENCES_CURRENT_PASSWORD_INCORRECT'] = 'The (current) password you entered is incorrect';
533
$MESSAGE['PREFERENCES_PASSWORD_CHANGED'] = 'Password changed successfully';
534
$MESSAGE['PREFERENCES_INVALID_CHARS'] = 'Invalid password chars used';
535

  
536
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Please note: to change the template you must go to the Settings section';
537

  
538
$MESSAGE['MEDIA_DIR_DOT_DOT_SLASH'] = 'Cannot include ../ in the folder name';
539
$MESSAGE['MEDIA_DIR_DOES_NOT_EXIST'] = 'Directory does not exist';
540
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Cannot have ../ in the folder target';
541
$MESSAGE['MEDIA_NAME_DOT_DOT_SLASH'] = 'Cannot include ../ in the name';
542
$MESSAGE['MEDIA_NAME_INDEX_PHP'] = 'Cannot use index.php as the name';
543
$MESSAGE['MEDIA_NONE_FOUND'] = 'No media found in the current folder';
544
$MESSAGE['MEDIA_FILE_NOT_FOUND'] = 'File not found';
545
$MESSAGE['MEDIA_DELETED_FILE'] = 'File deleted successfully';
546
$MESSAGE['MEDIA_DELETED_DIR'] = 'Folder deleted successfully';
547
$MESSAGE['MEDIA_CONFIRM_DELETE'] = 'Are you sure you want to delete the following file or folder?';
548
$MESSAGE['MEDIA_CANNOT_DELETE_FILE'] = 'Cannot delete the selected file';
549
$MESSAGE['MEDIA_CANNOT_DELETE_DIR'] = 'Cannot delete the selected folder';
550
$MESSAGE['MEDIA_BLANK_NAME'] = 'You did not enter a new name';
551
$MESSAGE['MEDIA_BLANK_EXTENSION'] = 'You did not enter a file extension';
552
$MESSAGE['MEDIA_RENAMED'] = 'Rename successful';
553
$MESSAGE['MEDIA_CANNOT_RENAME'] = 'Rename unsuccessful';
554
$MESSAGE['MEDIA_FILE_EXISTS'] = 'A file matching the name you entered already exists';
555
$MESSAGE['MEDIA_DIR_EXISTS'] = 'A folder matching the name you entered already exists';
556
$MESSAGE['MEDIA_DIR_MADE'] = 'Folder created successfully';
557
$MESSAGE['MEDIA_DIR_NOT_MADE'] = 'Unable to create folder';
558
$MESSAGE['MEDIA_SINGLE_UPLOADED'] = ' file was successfully uploaded';
559
$MESSAGE['MEDIA_UPLOADED'] = ' files were successfully uploaded';
560

  
561
$MESSAGE['PAGES_ADDED'] = 'Page added successfully';
562
$MESSAGE['PAGES_ADDED_HEADING'] = 'Page heading added successfully';
563
$MESSAGE['PAGES_PAGE_EXISTS'] = 'A page with the same or similar title exists';
564
$MESSAGE['PAGES_CANNOT_CREATE_ACCESS_FILE'] = 'Error creating access file in the /pages directory (insufficient privileges)';
565
$MESSAGE['PAGES_CANNOT_DELETE_ACCESS_FILE'] = 'Error deleting access file in the /pages directory (insufficient privileges)';
566
$MESSAGE['PAGES_NOT_FOUND'] = 'Page not found';
567
$MESSAGE['PAGES_SAVED'] = 'Page saved successfully';
568
$MESSAGE['PAGES_SAVED_SETTINGS'] = 'Page settings saved successfully';
569
$MESSAGE['PAGES_NOT_SAVED'] = 'Error saving page';
570
$MESSAGE['PAGES_DELETE_CONFIRM'] = 'Are you sure you want to delete the selected page (and all of its sub-pages)';
571
$MESSAGE['PAGES_DELETED'] = 'Page deleted successfully';
572
$MESSAGE['PAGES_RESTORED'] = 'Page restored successfully';
573
$MESSAGE['PAGES_BLANK_PAGE_TITLE'] = 'Please enter a page title';
574
$MESSAGE['PAGES_BLANK_MENU_TITLE'] = 'Please enter a menu title';
575
$MESSAGE['PAGES_REORDERED'] = 'Page re-ordered successfully';
576
$MESSAGE['PAGES_CANNOT_REORDER'] = 'Error re-ordering page';
577
$MESSAGE['PAGES_INSUFFICIENT_PERMISSIONS'] = 'You do not have permissions to modify this page';
578
$MESSAGE['PAGES_INTRO_NOT_WRITABLE'] = 'Cannot write to file /pages/intro.php (insufficient privileges)';
579
$MESSAGE['PAGES_INTRO_SAVED'] = 'Intro page saved successfully';
580
$MESSAGE['PAGES_LAST_MODIFIED'] = 'Last modification by';
581
$MESSAGE['PAGES_INTRO_LINK'] = 'Click HERE to modify the intro page';
582
$MESSAGE['PAGES_SECTIONS_PROPERTIES_SAVED'] = 'Section properties saved successfully';
583
$MESSAGE['PAGES_RETURN_TO_PAGES'] = 'Return to pages';
584

  
585
$MESSAGE['GENERIC_FILL_IN_ALL'] = 'Please go back and fill-in all fields';
586
$MESSAGE['GENERIC_FILE_TYPE'] = 'Please note that the file you upload must be of the following format:';
587
$MESSAGE['GENERIC_FILE_TYPES'] = 'Please note that the file you upload must be in one of the following formats:';
588
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Cannot upload file';
589
$MESSAGE['GENERIC_ALREADY_INSTALLED'] = 'Already installed';
590
$MESSAGE['GENERIC_NOT_INSTALLED'] = 'Not installed';
591
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Cannot uninstall';
592
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Cannot unzip file';
593
$MESSAGE['GENERIC_INSTALLED'] = 'Installed successfully';
594
$MESSAGE['GENERIC_UPGRADED'] = 'Upgraded successfully';
595
$MESSAGE['GENERIC_UNINSTALLED'] = 'Uninstalled successfully';
596
$MESSAGE['GENERIC_BAD_PERMISSIONS'] = 'Unable to write to the target directory';
597
$MESSAGE['GENERIC_INVALID'] = 'The file you uploaded is invalid';
598
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Cannot Uninstall: the selected file is in use';
599
$MESSAGE['GENERIC_SECURITY_OFFENSE'] = 'Security offense!! data storing was refused!!';
600

  
601
$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 />";
602
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages";
603
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!";
604

  
605
$MESSAGE['GENERIC_WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction';
606
$MESSAGE['GENERIC_PLEASE_CHECK_BACK_SOON'] = 'Please check back soon...';
607
$MESSAGE['GENERIC_PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.';
608
$MESSAGE['GENERIC_ERROR_OPENING_FILE'] = 'Error opening file.';
609
$MESSAGE['GENERIC_INVALID_ADDON_FILE'] = 'Invalid WebsiteBaker installation file. Please check the *.zip format.';
610
$MESSAGE['GENERIC_INVALID_LANGUAGE_FILE'] = 'Invalid WebsiteBaker language file. Please check the text file.';
611

  
612
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'You must enter details for the following fields';
613
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.';
614
$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.'';
615

  
616
$MESSAGE['ADDON_RELOAD'] = 'Update database with information from Add-on files (e.g. after FTP upload).';
617
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
618
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully';
619
$MESSAGE['ADDON_TEMPLATES_RELOADED'] = 'Templates reloaded successfully';
620
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
621
$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.';
622
$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.';
623
$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.';
624

  
625
 /* BEGIN allocation */
626

  
627
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS']  = $MESSAGE['FRONTEND_SORRY_NO_VIEWING_PERMISSIONS'] ;
628
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS']  = $MESSAGE['FRONTEND_SORRY_NO_ACTIVE_SECTIONS'] ;
629
$MESSAGE['ADMIN']['INSUFFICIENT_PRIVELLIGES']  = $MESSAGE['ADMIN_INSUFFICIENT_PRIVELLIGES'] ;
630
$MESSAGE['LOGIN']['BOTH_BLANK']  = $MESSAGE['LOGIN_BOTH_BLANK'] ;
631
$MESSAGE['LOGIN']['USERNAME_BLANK']  = $MESSAGE['LOGIN_USERNAME_BLANK'] ;
632
$MESSAGE['LOGIN']['PASSWORD_BLANK']  = $MESSAGE['LOGIN_PASSWORD_BLANK'] ;
633
$MESSAGE['LOGIN']['USERNAME_TOO_SHORT']  = $MESSAGE['LOGIN_USERNAME_TOO_SHORT'] ;
634
$MESSAGE['LOGIN']['PASSWORD_TOO_SHORT']  = $MESSAGE['LOGIN_PASSWORD_TOO_SHORT'] ;
635
$MESSAGE['LOGIN']['USERNAME_TOO_LONG']  = $MESSAGE['LOGIN_USERNAME_TOO_LONG'] ;
636
$MESSAGE['LOGIN']['PASSWORD_TOO_LONG']  = $MESSAGE['LOGIN_PASSWORD_TOO_LONG'] ;
637
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED']  = $MESSAGE['LOGIN_AUTHENTICATION_FAILED'] ;
638
$MESSAGE['SIGNUP']['NO_EMAIL']  = $MESSAGE['SIGNUP_NO_EMAIL'] ;
639
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO']  = $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] ;
640
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO']  = $MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] ;
641
$MESSAGE['SIGNUP2']['BODY_LOGIN_FORGOT']  = $MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] ;
642
$MESSAGE['FORGOT_PASS']['NO_DATA']  = $MESSAGE['FORGOT_PASS_NO_DATA'] ;
643
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND']  = $MESSAGE['FORGOT_PASS_EMAIL_NOT_FOUND'] ;
644
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL']  = $MESSAGE['FORGOT_PASS_CANNOT_EMAIL'] ;
645
$MESSAGE['FORGOT_PASS']['PASSWORD_RESET']  = $MESSAGE['FORGOT_PASS_PASSWORD_RESET'] ;
646
$MESSAGE['FORGOT_PASS']['ALREADY_RESET']  = $MESSAGE['FORGOT_PASS_ALREADY_RESET'] ;
647
$MESSAGE['START']['WELCOME_MESSAGE']  = $MESSAGE['START_WELCOME_MESSAGE'] ;
648
$MESSAGE['START']['INSTALL_DIR_EXISTS']  = $MESSAGE['START_INSTALL_DIR_EXISTS'] ;
649
$MESSAGE['START']['CURRENT_USER']  = $MESSAGE['START_CURRENT_USER'] ;
650
$MESSAGE['SETTINGS']['UNABLE_OPEN_CONFIG']  = $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] ;
651
$MESSAGE['SETTINGS']['UNABLE_WRITE_CONFIG']  = $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] ;
652
$MESSAGE['SETTINGS']['SAVED']  = $MESSAGE['SETTINGS_SAVED'] ;
653
$MESSAGE['SETTINGS']['MODE_SWITCH_WARNING']  = $MESSAGE['SETTINGS_MODE_SWITCH_WARNING'] ;
654
$MESSAGE['SETTINGS']['WORLD_WRITEABLE_WARNING']  = $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] ;
655
$MESSAGE['USERS']['ADDED']  = $MESSAGE['USERS_ADDED'] ;
656
$MESSAGE['USERS']['SAVED']  = $MESSAGE['USERS_SAVED'] ;
657
$MESSAGE['USERS']['DELETED']  = $MESSAGE['USERS_DELETED'] ;
658
$MESSAGE['USERS']['NO_GROUP']  = $MESSAGE['USERS_NO_GROUP'] ;
659
$MESSAGE['USERS']['USERNAME_TOO_SHORT']  = $MESSAGE['USERS_USERNAME_TOO_SHORT'] ;
660
$MESSAGE['USERS']['PASSWORD_TOO_SHORT']  = $MESSAGE['USERS_PASSWORD_TOO_SHORT'] ;
661
$MESSAGE['USERS']['PASSWORD_MISMATCH']  = $MESSAGE['USERS_PASSWORD_MISMATCH'] ;
662
$MESSAGE['USERS']['INVALID_EMAIL']  = $MESSAGE['USERS_INVALID_EMAIL'] ;
663
$MESSAGE['USERS']['EMAIL_TAKEN']  = $MESSAGE['USERS_EMAIL_TAKEN'] ;
664
$MESSAGE['USERS']['USERNAME_TAKEN']  = $MESSAGE['USERS_USERNAME_TAKEN'] ;
665
$MESSAGE['USERS']['CHANGING_PASSWORD']  = $MESSAGE['USERS_CHANGING_PASSWORD'] ;
666
$MESSAGE['USERS']['CONFIRM_DELETE']  = $MESSAGE['USERS_CONFIRM_DELETE'] ;
667
$MESSAGE['GROUPS']['ADDED']  = $MESSAGE['GROUPS_ADDED'] ;
668
$MESSAGE['GROUPS']['SAVED']  = $MESSAGE['GROUPS_SAVED'] ;
669
$MESSAGE['GROUPS']['DELETED']  = $MESSAGE['GROUPS_DELETED'] ;
670
$MESSAGE['GROUPS']['GROUP_NAME_BLANK']  = $MESSAGE['GROUPS_GROUP_NAME_BLANK'] ;
671
$MESSAGE['GROUPS']['CONFIRM_DELETE']  = $MESSAGE['GROUPS_CONFIRM_DELETE'] ;
672
$MESSAGE['GROUPS']['NO_GROUPS_FOUND']  = $MESSAGE['GROUPS_NO_GROUPS_FOUND'] ;
673
$MESSAGE['GROUPS']['GROUP_NAME_EXISTS']  = $MESSAGE['GROUPS_GROUP_NAME_EXISTS'] ;
674
$MESSAGE['PREFERENCES']['DETAILS_SAVED']  = $MESSAGE['PREFERENCES_DETAILS_SAVED'] ;
675
$MESSAGE['PREFERENCES']['EMAIL_UPDATED']  = $MESSAGE['PREFERENCES_EMAIL_UPDATED'] ;
676
$MESSAGE['PREFERENCES']['CURRENT_PASSWORD_INCORRECT']  = $MESSAGE['PREFERENCES_CURRENT_PASSWORD_INCORRECT'] ;
677
$MESSAGE['PREFERENCES']['PASSWORD_CHANGED']  = $MESSAGE['PREFERENCES_PASSWORD_CHANGED'] ;
678
$MESSAGE['PREFERENCES']['INVALID_CHARS']  = $MESSAGE['PREFERENCES_INVALID_CHARS'] ;
679
$MESSAGE['TEMPLATES']['CHANGE_TEMPLATE_NOTICE']  = $MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] ;
680
$MESSAGE['MEDIA']['DIR_DOT_DOT_SLASH']  = $MESSAGE['MEDIA_DIR_DOT_DOT_SLASH'] ;
681
$MESSAGE['MEDIA']['DIR_DOES_NOT_EXIST']  = $MESSAGE['MEDIA_DIR_DOES_NOT_EXIST'] ;
682
$MESSAGE['MEDIA']['TARGET_DOT_DOT_SLASH']  = $MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] ;
683
$MESSAGE['MEDIA']['NAME_DOT_DOT_SLASH']  = $MESSAGE['MEDIA_NAME_DOT_DOT_SLASH'] ;
684
$MESSAGE['MEDIA']['NAME_INDEX_PHP']  = $MESSAGE['MEDIA_NAME_INDEX_PHP'] ;
685
$MESSAGE['MEDIA']['NONE_FOUND']  = $MESSAGE['MEDIA_NONE_FOUND'] ;
686
$MESSAGE['MEDIA']['FILE_NOT_FOUND']  = $MESSAGE['MEDIA_FILE_NOT_FOUND'] ;
687
$MESSAGE['MEDIA']['DELETED_FILE']  = $MESSAGE['MEDIA_DELETED_FILE'] ;
688
$MESSAGE['MEDIA']['DELETED_DIR']  = $MESSAGE['MEDIA_DELETED_DIR'] ;
689
$MESSAGE['MEDIA']['CONFIRM_DELETE']  = $MESSAGE['MEDIA_CONFIRM_DELETE'] ;
690
$MESSAGE['MEDIA']['CANNOT_DELETE_FILE']  = $MESSAGE['MEDIA_CANNOT_DELETE_FILE'] ;
691
$MESSAGE['MEDIA']['CANNOT_DELETE_DIR']  = $MESSAGE['MEDIA_CANNOT_DELETE_DIR'] ;
692
$MESSAGE['MEDIA']['BLANK_NAME']  = $MESSAGE['MEDIA_BLANK_NAME'] ;
693
$MESSAGE['MEDIA']['BLANK_EXTENSION']  = $MESSAGE['MEDIA_BLANK_EXTENSION'] ;
694
$MESSAGE['MEDIA']['RENAMED']  = $MESSAGE['MEDIA_RENAMED'] ;
695
$MESSAGE['MEDIA']['CANNOT_RENAME']  = $MESSAGE['MEDIA_CANNOT_RENAME'] ;
696
$MESSAGE['MEDIA']['FILE_EXISTS']  = $MESSAGE['MEDIA_FILE_EXISTS'] ;
697
$MESSAGE['MEDIA']['DIR_EXISTS']  = $MESSAGE['MEDIA_DIR_EXISTS'] ;
698
$MESSAGE['MEDIA']['DIR_MADE']  = $MESSAGE['MEDIA_DIR_MADE'] ;
699
$MESSAGE['MEDIA']['DIR_NOT_MADE']  = $MESSAGE['MEDIA_DIR_NOT_MADE'] ;
700
$MESSAGE['MEDIA']['SINGLE_UPLOADED']  = $MESSAGE['MEDIA_SINGLE_UPLOADED'] ;
701
$MESSAGE['MEDIA']['UPLOADED']  = $MESSAGE['MEDIA_UPLOADED'] ;
702
$MESSAGE['PAGES']['ADDED']  = $MESSAGE['PAGES_ADDED'] ;
703
$MESSAGE['PAGES']['ADDED_HEADING']  = $MESSAGE['PAGES_ADDED_HEADING'] ;
704
$MESSAGE['PAGES']['PAGE_EXISTS']  = $MESSAGE['PAGES_PAGE_EXISTS'] ;
705
$MESSAGE['PAGES']['CANNOT_CREATE_ACCESS_FILE']  = $MESSAGE['PAGES_CANNOT_CREATE_ACCESS_FILE'] ;
706
$MESSAGE['PAGES']['CANNOT_DELETE_ACCESS_FILE']  = $MESSAGE['PAGES_CANNOT_DELETE_ACCESS_FILE'] ;
707
$MESSAGE['PAGES']['NOT_FOUND']  = $MESSAGE['PAGES_NOT_FOUND'] ;
708
$MESSAGE['PAGES']['SAVED']  = $MESSAGE['PAGES_SAVED'] ;
709
$MESSAGE['PAGES']['SAVED_SETTINGS']  = $MESSAGE['PAGES_SAVED_SETTINGS'] ;
710
$MESSAGE['PAGES']['NOT_SAVED']  = $MESSAGE['PAGES_NOT_SAVED'] ;
711
$MESSAGE['PAGES']['DELETE_CONFIRM']  = $MESSAGE['PAGES_DELETE_CONFIRM'] ;
712
$MESSAGE['PAGES']['DELETED']  = $MESSAGE['PAGES_DELETED'] ;
713
$MESSAGE['PAGES']['RESTORED']  = $MESSAGE['PAGES_RESTORED'] ;
714
$MESSAGE['PAGES']['BLANK_PAGE_TITLE']  = $MESSAGE['PAGES_BLANK_PAGE_TITLE'] ;
715
$MESSAGE['PAGES']['BLANK_MENU_TITLE']  = $MESSAGE['PAGES_BLANK_MENU_TITLE'] ;
716
$MESSAGE['PAGES']['REORDERED']  = $MESSAGE['PAGES_REORDERED'] ;
717
$MESSAGE['PAGES']['CANNOT_REORDER']  = $MESSAGE['PAGES_CANNOT_REORDER'] ;
718
$MESSAGE['PAGES']['INSUFFICIENT_PERMISSIONS']  = $MESSAGE['PAGES_INSUFFICIENT_PERMISSIONS'] ;
719
$MESSAGE['PAGES']['INTRO_NOT_WRITABLE']  = $MESSAGE['PAGES_INTRO_NOT_WRITABLE'] ;
720
$MESSAGE['PAGES']['INTRO_SAVED']  = $MESSAGE['PAGES_INTRO_SAVED'] ;
721
$MESSAGE['PAGES']['LAST_MODIFIED']  = $MESSAGE['PAGES_LAST_MODIFIED'] ;
722
$MESSAGE['PAGES']['INTRO_LINK']  = $MESSAGE['PAGES_INTRO_LINK'] ;
723
$MESSAGE['PAGES']['SECTIONS_PROPERTIES_SAVED']  = $MESSAGE['PAGES_SECTIONS_PROPERTIES_SAVED'] ;
724
$MESSAGE['PAGES']['RETURN_TO_PAGES']  = $MESSAGE['PAGES_RETURN_TO_PAGES'] ;
725
$MESSAGE['GENERIC']['FILL_IN_ALL']  = $MESSAGE['GENERIC_FILL_IN_ALL'] ;
726
$MESSAGE['GENERIC']['FILE_TYPE']  = $MESSAGE['GENERIC_FILE_TYPE'] ;
727
$MESSAGE['GENERIC']['FILE_TYPES']  = $MESSAGE['GENERIC_FILE_TYPES'] ;
728
$MESSAGE['GENERIC']['CANNOT_UPLOAD']  = $MESSAGE['GENERIC_CANNOT_UPLOAD'] ;
729
$MESSAGE['GENERIC']['ALREADY_INSTALLED']  = $MESSAGE['GENERIC_ALREADY_INSTALLED'] ;
730
$MESSAGE['GENERIC']['NOT_INSTALLED']  = $MESSAGE['GENERIC_NOT_INSTALLED'] ;
731
$MESSAGE['GENERIC']['CANNOT_UNINSTALL']  = $MESSAGE['GENERIC_CANNOT_UNINSTALL'] ;
732
$MESSAGE['GENERIC']['CANNOT_UNZIP']  = $MESSAGE['GENERIC_CANNOT_UNZIP'] ;
733
$MESSAGE['GENERIC']['INSTALLED']  = $MESSAGE['GENERIC_INSTALLED'] ;
734
$MESSAGE['GENERIC']['UPGRADED']  = $MESSAGE['GENERIC_UPGRADED'] ;
735
$MESSAGE['GENERIC']['UNINSTALLED']  = $MESSAGE['GENERIC_UNINSTALLED'] ;
736
$MESSAGE['GENERIC']['BAD_PERMISSIONS']  = $MESSAGE['GENERIC_BAD_PERMISSIONS'] ;
737
$MESSAGE['GENERIC']['INVALID']  = $MESSAGE['GENERIC_INVALID'] ;
738
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE']  = $MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] ;
739
$MESSAGE['GENERIC']['SECURITY_OFFENSE']  = $MESSAGE['GENERIC_SECURITY_OFFENSE'] ;
740
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL']  = $MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] ;
741
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES']  = $MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] ;
742
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE']  = $MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] ;
743
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION']  = $MESSAGE['GENERIC_WEBSITE_UNDER_CONSTRUCTION'] ;
744
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON']  = $MESSAGE['GENERIC_PLEASE_CHECK_BACK_SOON'] ;
745
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT']  = $MESSAGE['GENERIC_PLEASE_BE_PATIENT'] ;
746
$MESSAGE['GENERIC']['ERROR_OPENING_FILE']  = $MESSAGE['GENERIC_ERROR_OPENING_FILE'] ;
747
$MESSAGE['GENERIC']['INVALID_ADDON_FILE']  = $MESSAGE['GENERIC_INVALID_ADDON_FILE'] ;
748
$MESSAGE['GENERIC']['INVALID_LANGUAGE_FILE']  = $MESSAGE['GENERIC_INVALID_LANGUAGE_FILE'] ;
749
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS']  = $MESSAGE['MOD_FORM_REQUIRED_FIELDS'] ;
750
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS']  = $MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] ;
751
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA']  = $MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] ;
752
$MESSAGE['ADDON']['RELOAD']  = $MESSAGE['ADDON_RELOAD'] ;
753
$MESSAGE['ADDON']['ERROR_RELOAD']  = $MESSAGE['ADDON_ERROR_RELOAD'] ;
754
$MESSAGE['ADDON']['MODULES_RELOADED']  = $MESSAGE['ADDON_MODULES_RELOADED'] ;
755
$MESSAGE['ADDON']['TEMPLATES_RELOADED']  = $MESSAGE['ADDON_TEMPLATES_RELOADED'] ;
756
$MESSAGE['ADDON']['LANGUAGES_RELOADED']  = $MESSAGE['ADDON_LANGUAGES_RELOADED'] ;
757
$MESSAGE['ADDON']['PRECHECK_FAILED']  = $MESSAGE['ADDON_PRECHECK_FAILED'] ;
758
$MESSAGE['ADDON']['MANUAL_INSTALLATION']  = $MESSAGE['ADDON_MANUAL_INSTALLATION'] ;
759
$MESSAGE['ADDON']['MANUAL_INSTALLATION_WARNING']  = $MESSAGE['ADDON_MANUAL_INSTALLATION_WARNING'] ;
760

  
761
/* END allocation */
762
?>
1
<?php
2
/**
3
 *
4
 * @category        backend
5
 * @package         language
6
 * @author          WebsiteBaker Project
7
 * @copyright       2004-2009, Ryan Djurovich
8
 * @copyright       2009-2011, Website Baker Org. e.V.
9
 * @link			http://www.websitebaker2.org/
10
 * @license         http://www.gnu.org/licenses/gpl.html
11
 * @platform        WebsiteBaker 2.8.x
12
 * @requirements    PHP 5.2.2 and higher
13
 * @version         $Id$
14
 * @filesource		$HeadURL$
15
 * @lastmodified    $Date$
16
 *
17
 */
18

  
19
// Must include code to stop this file being access directly
20
if(defined('WB_PATH') == false) { exit("Cannot access this file directly"); }
21

  
22
// Define that this file is loaded
23
if(!defined('LANGUAGE_LOADED')) {
24
define('LANGUAGE_LOADED', true);
25
}
26

  
27
// Set the language information
28
$language_code = 'EN';
29
$language_name = 'English';
30
$language_version = '2.8';
31
$language_platform = '2.8.x';
32
$language_author = 'Ryan Djurovich, Christian Sommer';
33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
36
$MENU['ACCESS'] = 'Access';
37
$MENU['ADDON'] = 'Add-on';
38
$MENU['ADDONS'] = 'Add-ons';
39
$MENU['ADMINTOOLS'] = 'Admin-Tools';
40
$MENU['BREADCRUMB'] = 'You are here: ';
41
$MENU['FORGOT'] = 'Retrieve Login Details';
42
$MENU['GROUP'] = 'Group';
43
$MENU['GROUPS'] = 'Groups';
44
$MENU['HELP'] = 'Help';
45
$MENU['LANGUAGES'] = 'Languages';
46
$MENU['LOGIN'] = 'Login';
47
$MENU['LOGOUT'] = 'Log-out';
48
$MENU['MEDIA'] = 'Media';
49
$MENU['MODULES'] = 'Modules';
50
$MENU['PAGES'] = 'Pages';
51
$MENU['PREFERENCES'] = 'Preferences';
52
$MENU['SETTINGS'] = 'Settings';
53
$MENU['START'] = 'Start';
54
$MENU['TEMPLATES'] = 'Templates';
55
$MENU['USERS'] = 'Users';
56
$MENU['VIEW'] = 'View';
57

  
58
/* TEXT */
59
$TEXT['ACCOUNT_SIGNUP'] = 'Account Sign-Up';
60
$TEXT['ACTIONS'] = 'Actions';
61
$TEXT['ACTIVE'] = 'Active';
62
$TEXT['ADD'] = 'Add';
63
$TEXT['ADDON'] = 'Add-On';
64
$TEXT['ADD_SECTION'] = 'Add Section';
65
$TEXT['ADMIN'] = 'Admin';
66
$TEXT['ADMINISTRATION'] = 'Administration';
67
$TEXT['ADMINISTRATION_TOOL'] = 'Administration tool';
68
$TEXT['ADMINISTRATOR'] = 'Administrator';
69
$TEXT['ADMINISTRATORS'] = 'Administrators';
70
$TEXT['ADVANCED'] = 'Advanced';
71
$TEXT['ALLOWED_FILETYPES_ON_UPLOAD'] = 'Allowed filetypes on upload';
72
$TEXT['ALLOWED_VIEWERS'] = 'Allowed Viewers';
73
$TEXT['ALLOW_MULTIPLE_SELECTIONS'] = 'Allow Multiple Selections';
74
$TEXT['ALL_WORDS'] = 'All Words';
75
$TEXT['ANCHOR'] = 'Anchor';
76
$TEXT['ANONYMOUS'] = 'Anonymous';
77
$TEXT['ANY_WORDS'] = 'Any Words';
78
$TEXT['APP_NAME'] = 'Application Name';
79
$TEXT['ARE_YOU_SURE'] = 'Are you sure?';
80
$TEXT['AUTHOR'] = 'Author';
81
$TEXT['BACK'] = 'Back';
82
$TEXT['BACKUP'] = 'Backup';
83
$TEXT['BACKUP_ALL_TABLES'] = 'Backup all tables in database';
84
$TEXT['BACKUP_DATABASE'] = 'Backup Database';
85
$TEXT['BACKUP_MEDIA'] = 'Backup Media';
86
$TEXT['BACKUP_WB_SPECIFIC'] = 'Backup only WB-specific tables';
87
$TEXT['BASIC'] = 'Basic';
88
$TEXT['BLOCK'] = 'Block';
89
$TEXT['CALENDAR'] = 'Calendar';
90
$TEXT['CANCEL'] = 'Cancel';
91
$TEXT['CAN_DELETE_HIMSELF'] = 'Can delete himself';
92
$TEXT['CAPTCHA_VERIFICATION'] = 'Captcha Verification';
93
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS';
94
$TEXT['CHANGE'] = 'Change';
95
$TEXT['CHANGES'] = 'Changes';
96
$TEXT['CHANGE_SETTINGS'] = 'Change Settings';
97
$TEXT['CHARSET'] = 'Charset';
98
$TEXT['CHECKBOX_GROUP'] = 'Checkbox Group';
99
$TEXT['CLOSE'] = 'Close';
100
$TEXT['CODE'] = 'Code';
101
$TEXT['CODE_SNIPPET'] = 'Code-snippet';
102
$TEXT['COLLAPSE'] = 'Collapse';
103
$TEXT['COMMENT'] = 'Comment';
104
$TEXT['COMMENTING'] = 'Commenting';
105
$TEXT['COMMENTS'] = 'Comments';
106
$TEXT['CREATE_FOLDER'] = 'Create Folder';
107
$TEXT['CURRENT'] = 'Current';
108
$TEXT['CURRENT_FOLDER'] = 'Current Folder';
109
$TEXT['CURRENT_PAGE'] = 'Current Page';
110
$TEXT['CURRENT_PASSWORD'] = 'Current Password';
111
$TEXT['CUSTOM'] = 'Custom';
112
$TEXT['DATABASE'] = 'Database';
113
$TEXT['DATE'] = 'Date';
114
$TEXT['DATE_FORMAT'] = 'Date Format';
115
$TEXT['DEFAULT'] = 'Default';
116
$TEXT['DEFAULT_CHARSET'] = 'Default Charset';
117
$TEXT['DEFAULT_TEXT'] = 'Default Text';
118
$TEXT['DELETE'] = 'Delete';
119
$TEXT['DELETED'] = 'Deleted';
120
$TEXT['DELETE_DATE'] = 'Delete date';
121
$TEXT['DELETE_ZIP'] = 'Delete zip archive after unpacking';
122
$TEXT['DESCRIPTION'] = 'Description';
123
$TEXT['DESIGNED_FOR'] = 'Designed For';
124
$TEXT['DIRECTORIES'] = 'Directories';
125
$TEXT['DIRECTORY_MODE'] = 'Directory Mode';
126
$TEXT['DISABLED'] = 'Disabled';
127
$TEXT['DISPLAY_NAME'] = 'Display Name';
128
$TEXT['EMAIL'] = 'Email';
129
$TEXT['EMAIL_ADDRESS'] = 'Email Address';
130
$TEXT['EMPTY_TRASH'] = 'Empty Trash';
131
$TEXT['ENABLED'] = 'Enabled';
132
$TEXT['END'] = 'End';
133
$TEXT['ERROR'] = 'Error';
134
$TEXT['EXACT_MATCH'] = 'Exact Match';
135
$TEXT['EXECUTE'] = 'Execute';
136
$TEXT['EXPAND'] = 'Expand';
137
$TEXT['EXTENSION'] = 'Extension';
138
$TEXT['FIELD'] = 'Field';
139
$TEXT['FILE'] = 'File';
140
$TEXT['FILES'] = 'Files';
141
$TEXT['FILESYSTEM_PERMISSIONS'] = 'Filesystem Permissions';
142
$TEXT['FILE_MODE'] = 'File Mode';
143
$TEXT['FINISH_PUBLISHING'] = 'Finish Publishing';
144
$TEXT['FOLDER'] = 'Folder';
145
$TEXT['FOLDERS'] = 'Folders';
146
$TEXT['FOOTER'] = 'Footer';
147
$TEXT['FORGOTTEN_DETAILS'] = 'Forgotten your details?';
148
$TEXT['FORGOT_DETAILS'] = 'Forgot Details?';
149
$TEXT['FROM'] = 'From';
150
$TEXT['FRONTEND'] = 'Front-end';
151
$TEXT['FULL_NAME'] = 'Full Name';
152
$TEXT['FUNCTION'] = 'Function';
153
$TEXT['GROUP'] = 'Group';
154
$TEXT['HEADER'] = 'Header';
155
$TEXT['HEADING'] = 'Heading';
156
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: ';
157
$TEXT['HEIGHT'] = 'Height';
158
$TEXT['HIDDEN'] = 'Hidden';
159
$TEXT['HIDE'] = 'Hide';
160
$TEXT['HIDE_ADVANCED'] = 'Hide Advanced Options';
161
$TEXT['HOME'] = 'Home';
162
$TEXT['HOMEPAGE_REDIRECTION'] = 'Homepage Redirection';
163
$TEXT['HOME_FOLDER'] = 'Personal Folder';
164
$TEXT['HOME_FOLDERS'] = 'Personal Folders';
165
$TEXT['HOST'] = 'Host';
166
$TEXT['ICON'] = 'Icon';
167
$TEXT['IMAGE'] = 'Image';
168
$TEXT['INLINE'] = 'In-line';
169
$TEXT['INSTALL'] = 'Install';
170
$TEXT['INSTALLATION'] = 'Installation';
171
$TEXT['INSTALLATION_PATH'] = 'Installation Path';
172
$TEXT['INSTALLATION_URL'] = 'Installation URL';
173
$TEXT['INSTALLED'] = 'installed';
174
$TEXT['INTRO'] = 'Intro';
175
$TEXT['INTRO_PAGE'] = 'Intro Page';
176
$TEXT['INVALID_SIGNS'] = 'must begin with a letter or has invalid signs';
177
$TEXT['KEYWORDS'] = 'Keywords';
178
$TEXT['LANGUAGE'] = 'Language';
179
$TEXT['LAST_UPDATED_BY'] = 'Last Updated By';
180
$TEXT['LENGTH'] = 'Length';
181
$TEXT['LEVEL'] = 'Level';
182
$TEXT['LINK'] = 'Link';
183
$TEXT['LINUX_UNIX_BASED'] = 'Linux/Unix based';
184
$TEXT['LIST_OPTIONS'] = 'List Options';
185
$TEXT['LOGGED_IN'] = 'Logged-In';
186
$TEXT['LOGIN'] = 'Login';
187
$TEXT['LONG'] = 'Long';
188
$TEXT['LONG_TEXT'] = 'Long Text';
189
$TEXT['LOOP'] = 'Loop';
190
$TEXT['MAIN'] = 'Main';
191
$TEXT['MAINTENANCE_ON'] = 'Maintenance on';
192
$TEXT['MAINTENANCE_OFF'] = 'Maintenance off';
193
$TEXT['MANAGE'] = 'Manage';
194
$TEXT['MANAGE_GROUPS'] = 'Manage Groups';
195
$TEXT['MANAGE_USERS'] = 'Manage Users';
196
$TEXT['MATCH'] = 'Match';
197
$TEXT['MATCHING'] = 'Matching';
198
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt';
199
$TEXT['MAX_SUBMISSIONS_PER_HOUR'] = 'Max. Submissions Per Hour';
200
$TEXT['MEDIA_DIRECTORY'] = 'Media Directory';
201
$TEXT['MENU'] = 'Menu';
202
$TEXT['MENU_ICON_0'] = 'Menue-Icon normal';
203
$TEXT['MENU_ICON_1'] = 'Menue-Icon hover';
204
$TEXT['MENU_TITLE'] = 'Menue Title';
205
$TEXT['MESSAGE'] = 'Message';
206
$TEXT['MODIFY'] = 'Modify';
207
$TEXT['MODIFY_CONTENT'] = 'Modify Content';
208
$TEXT['MODIFY_SETTINGS'] = 'Modify Settings';
209
$TEXT['MODULE_ORDER'] = 'Module-order for searching';
210
$TEXT['MODULE_PERMISSIONS'] = 'Module Permissions';
211
$TEXT['MORE'] = 'More';
212
$TEXT['MOVE_DOWN'] = 'Move Down';
213
$TEXT['MOVE_UP'] = 'Move Up';
214
$TEXT['MULTIPLE_MENUS'] = 'Multiple Menus';
215
$TEXT['MULTISELECT'] = 'Multi-select';
216
$TEXT['NAME'] = 'Name';
217
$TEXT['NEED_CURRENT_PASSWORD'] = 'confirm with current password';
218
$TEXT['NEED_TO_LOGIN'] = 'Need to log-in?';
219
$TEXT['NEW_PASSWORD'] = 'New Password';
220
$TEXT['NEW_WINDOW'] = 'New Window';
221
$TEXT['NEXT'] = 'Next';
222
$TEXT['NEXT_PAGE'] = 'Next Page';
223
$TEXT['NO'] = 'No';
224
$TEXT['NONE'] = 'None';
225
$TEXT['NONE_FOUND'] = 'None Found';
226
$TEXT['NOT_FOUND'] = 'Not Found';
227
$TEXT['NOT_INSTALLED'] = 'not installed';
228
$TEXT['NO_IMAGE_SELECTED'] = 'no image selected';
229
$TEXT['NO_RESULTS'] = 'No Results';
230
$TEXT['OF'] = 'Of';
231
$TEXT['ON'] = 'On';
232
$TEXT['OPEN'] = 'Open';
233
$TEXT['OPTION'] = 'Option';
234
$TEXT['OTHERS'] = 'Others';
235
$TEXT['OUT_OF'] = 'Out Of';
236
$TEXT['OVERWRITE_EXISTING'] = 'Overwrite existing';
237
$TEXT['PAGE'] = 'Page';
238
$TEXT['PAGES_DIRECTORY'] = 'Pages Directory';
239
$TEXT['PAGES_PERMISSION'] = 'Pages Permission';
240
$TEXT['PAGES_PERMISSIONS'] = 'Pages Permissions';
241
$TEXT['PAGE_EXTENSION'] = 'Page Extension';
242
$TEXT['PAGE_ICON'] = 'Page Image';
243
$TEXT['PAGE_ICON_DIR'] = 'Path pages/menu images';
244
$TEXT['PAGE_LANGUAGES'] = 'Page Languages';
245
$TEXT['PAGE_LEVEL_LIMIT'] = 'Page Level Limit';
246
$TEXT['PAGE_SPACER'] = 'Page Spacer';
247
$TEXT['PAGE_TITLE'] = 'Page Title';
248
$TEXT['PAGE_TRASH'] = 'Page Trash';
249
$TEXT['PARENT'] = 'Parent';
250
$TEXT['PASSWORD'] = 'Password';
251
$TEXT['PATH'] = 'Path';
252
$TEXT['PHP_ERROR_LEVEL'] = 'PHP Error Reporting Level';
253
$TEXT['PLEASE_LOGIN'] = 'Please login';
254
$TEXT['PLEASE_SELECT'] = 'Please select';
255
$TEXT['POST'] = 'Post';
256
$TEXT['POSTS_PER_PAGE'] = 'Posts Per Page';
257
$TEXT['POST_FOOTER'] = 'Post Footer';
258
$TEXT['POST_HEADER'] = 'Post Header';
259
$TEXT['PREVIOUS'] = 'Previous';
260
$TEXT['PREVIOUS_PAGE'] = 'Previous Page';
261
$TEXT['PRIVATE'] = 'Private';
262
$TEXT['PRIVATE_VIEWERS'] = 'Private Viewers';
263
$TEXT['PROFILES_EDIT'] = 'Change the profile';
264
$TEXT['PUBLIC'] = 'Public';
265
$TEXT['PUBL_END_DATE'] = 'End date';
266
$TEXT['PUBL_START_DATE'] = 'Start date';
267
$TEXT['RADIO_BUTTON_GROUP'] = 'Radio Button Group';
268
$TEXT['READ'] = 'Read';
269
$TEXT['READ_MORE'] = 'Read More';
270
$TEXT['REDIRECT_AFTER'] = 'Redirect after';
271
$TEXT['REGISTERED'] = 'Registered';
272
$TEXT['REGISTERED_VIEWERS'] = 'Registered Viewers';
273
$TEXT['RELOAD'] = 'Reload';
274
$TEXT['REMEMBER_ME'] = 'Remember Me';
275
$TEXT['RENAME'] = 'Rename';
276
$TEXT['RENAME_FILES_ON_UPLOAD'] = 'Rename Files On Upload';
277
$TEXT['REQUIRED'] = 'Required';
278
$TEXT['REQUIREMENT'] = 'Requirement';
279
$TEXT['RESET'] = 'Reset';
280
$TEXT['RESIZE'] = 'Re-size';
281
$TEXT['RESIZE_IMAGE_TO'] = 'Resize Image To';
282
$TEXT['RESTORE'] = 'Restore';
283
$TEXT['RESTORE_DATABASE'] = 'Restore Database';
284
$TEXT['RESTORE_MEDIA'] = 'Restore Media';
285
$TEXT['RESULTS'] = 'Results';
286
$TEXT['RESULTS_FOOTER'] = 'Results Footer';
287
$TEXT['RESULTS_FOR'] = 'Results For';
288
$TEXT['RESULTS_HEADER'] = 'Results Header';
289
$TEXT['RESULTS_LOOP'] = 'Results Loop';
290
$TEXT['RETYPE_NEW_PASSWORD'] = 'Re-type New Password';
291
$TEXT['RETYPE_PASSWORD'] = 'Re-type Password';
292
$TEXT['SAME_WINDOW'] = 'Same Window';
293
$TEXT['SAVE'] = 'Save';
294
$TEXT['SEARCH'] = 'Search';
295
$TEXT['SEARCHING'] = 'Searching';
296
$TEXT['SECTION'] = 'Section';
297
$TEXT['SECTION_BLOCKS'] = 'Section Blocks';
298
$TEXT['SEC_ANCHOR'] = 'Section-Anchor text';
299
$TEXT['SELECT_BOX'] = 'Select Box';
300
$TEXT['SEND_DETAILS'] = 'Send Details';
301
$TEXT['SEPARATE'] = 'Separate';
302
$TEXT['SEPERATOR'] = 'Separator';
303
$TEXT['SERVER_EMAIL'] = 'Server Email';
304
$TEXT['SERVER_OPERATING_SYSTEM'] = 'Server Operating System';
305
$TEXT['SESSION_IDENTIFIER'] = 'Session Identifier';
306
$TEXT['SETTINGS'] = 'Settings';
307
$TEXT['SHORT'] = 'Short';
308
$TEXT['SHORT_TEXT'] = 'Short Text';
309
$TEXT['SHOW'] = 'Show';
310
$TEXT['SHOW_ADVANCED'] = 'Show Advanced Options';
311
$TEXT['SIGNUP'] = 'Sign-up';
312
$TEXT['SIZE'] = 'Size';
313
$TEXT['SMART_LOGIN'] = 'Smart Login';
314
$TEXT['START'] = 'Start';
315
$TEXT['START_PUBLISHING'] = 'Start Publishing';
316
$TEXT['SUBJECT'] = 'Subject';
317
$TEXT['SUBMISSIONS'] = 'Submissions';
318
$TEXT['SUBMISSIONS_STORED_IN_DATABASE'] = 'Submissions Stored In Database';
319
$TEXT['SUBMISSION_ID'] = 'Submission ID';
320
$TEXT['SUBMITTED'] = 'Submitted';
321
$TEXT['SUCCESS'] = 'Success';
322
$TEXT['SYSTEM_DEFAULT'] = 'System Default';
323
$TEXT['SYSTEM_PERMISSIONS'] = 'System Permissions';
324
$TEXT['TABLE_PREFIX'] = 'Table Prefix';
325
$TEXT['TARGET'] = 'Target';
326
$TEXT['TARGET_FOLDER'] = 'Target folder';
327
$TEXT['TEMPLATE'] = 'Template';
328
$TEXT['TEMPLATE_PERMISSIONS'] = 'Template Permissions';
329
$TEXT['TEXT'] = 'Text';
330
$TEXT['TEXTAREA'] = 'Textarea';
331
$TEXT['TEXTFIELD'] = 'Textfield';
332
$TEXT['THEME'] = 'Backend-Theme';
333
$TEXT['TIME'] = 'Time';
334
$TEXT['TIMEZONE'] = 'Timezone';
335
$TEXT['TIME_FORMAT'] = 'Time Format';
336
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module';
337
$TEXT['TITLE'] = 'Title';
338
$TEXT['TO'] = 'To';
339
$TEXT['TOP_FRAME'] = 'Top Frame';
340
$TEXT['TRASH_EMPTIED'] = 'Trash Emptied';
341
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.';
342
$TEXT['TYPE'] = 'Type';
343
$TEXT['UNDER_CONSTRUCTION'] = 'Under Construction';
344
$TEXT['UNINSTALL'] = 'Uninstall';
345
$TEXT['UNKNOWN'] = 'Unknown';
346
$TEXT['UNLIMITED'] = 'Unlimited';
347
$TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive';
348
$TEXT['UP'] = 'Up';
349
$TEXT['UPGRADE'] = 'Aktualisieren';
350
$TEXT['UPLOAD_FILES'] = 'Upload File(s)';
351
$TEXT['URL'] = 'URL';
352
$TEXT['USER'] = 'User';
353
$TEXT['USERNAME'] = 'Username';
354
$TEXT['USERS_ACTIVE'] = 'User is set active';
355
$TEXT['USERS_CAN_SELFDELETE'] = 'User can delete himself';
356
$TEXT['USERS_CHANGE_SETTINGS'] = 'User can change his own settings';
357
$TEXT['USERS_DELETED'] = 'User is marked as deleted';
358
$TEXT['USERS_FLAGS'] = 'User-Flags';
359
$TEXT['USERS_PROFILE_ALLOWED'] = 'User can create extended profile';
360
$TEXT['VERIFICATION'] = 'Verification';
361
$TEXT['VERSION'] = 'Version';
362
$TEXT['VIEW'] = 'View';
363
$TEXT['VIEW_DELETED_PAGES'] = 'View Deleted Pages';
364
$TEXT['VIEW_DETAILS'] = 'View Details';
365
$TEXT['VISIBILITY'] = 'Visibility';
366
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail';
367
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name';
368
$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 WebsiteBaker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.';
369
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine';
370
$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.';
371
$TEXT['WBMAILER_PHP'] = 'PHP MAIL';
372
$TEXT['WBMAILER_SMTP'] = 'SMTP';
373
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification';
374
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification';
375
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host';
376
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password';
377
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username';
378
$TEXT['WEBSITE'] = 'Website';
379
$TEXT['WEBSITE_DESCRIPTION'] = 'Website Description';
380
$TEXT['WEBSITE_FOOTER'] = 'Website Footer';
381
$TEXT['WEBSITE_HEADER'] = 'Website Header';
382
$TEXT['WEBSITE_KEYWORDS'] = 'Website Keywords';
383
$TEXT['WEBSITE_TITLE'] = 'Website Title';
384
$TEXT['WELCOME_BACK'] = 'Welcome back';
385
$TEXT['WIDTH'] = 'Width';
386
$TEXT['WINDOW'] = 'Window';
387
$TEXT['WINDOWS'] = 'Windows';
388
$TEXT['WORLD_WRITEABLE_FILE_PERMISSIONS'] = 'World-writeable file permissions';
389
$TEXT['WRITE'] = 'Write';
390
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor';
391
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Style';
392
$TEXT['YES'] = 'Yes';
393

  
394
/* HEADING */
395
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
396
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
397
$HEADING['ADD_GROUP'] = 'Add Group';
398
$HEADING['ADD_GROUPS'] = 'Add Groups';
399
$HEADING['ADD_HEADING'] = 'Add Heading';
400
$HEADING['ADD_PAGE'] = 'Add Page';
401
$HEADING['ADD_USER'] = 'Add User';
402
$HEADING['ADMINISTRATION_TOOLS'] = 'Administration Tools';
403
$HEADING['BROWSE_MEDIA'] = 'Browse Media';
404
$HEADING['CREATE_FOLDER'] = 'Create Folder';
405
$HEADING['DEFAULT_SETTINGS'] = 'Default Settings';
406
$HEADING['DELETED_PAGES'] = 'Deleted Pages';
407
$HEADING['FILESYSTEM_SETTINGS'] = 'Filesystem Settings';
408
$HEADING['GENERAL_SETTINGS'] = 'General Settings';
409
$HEADING['INSTALL_LANGUAGE'] = 'Install Language';
410
$HEADING['INSTALL_MODULE'] = 'Install Module';
411
$HEADING['INSTALL_TEMPLATE'] = 'Install Template';
412
$HEADING['INVOKE_LANGUAGE_FILES'] = 'Execute language files manually';
413
$HEADING['INVOKE_MODULE_FILES'] = 'Execute module files manually';
414
$HEADING['INVOKE_TEMPLATE_FILES'] = 'Execute template files manually';
415
$HEADING['LANGUAGE_DETAILS'] = 'Language Details';
416
$HEADING['MANAGE_SECTIONS'] = 'Manage Sections';
417
$HEADING['MODIFY_ADVANCED_PAGE_SETTINGS'] = 'Modify Advanced Page Settings';
418
$HEADING['MODIFY_DELETE_GROUP'] = 'Modify/Delete Group';
419
$HEADING['MODIFY_DELETE_PAGE'] = 'Modify/Delete Page';
420
$HEADING['MODIFY_DELETE_USER'] = 'Modify/Delete User';
421
$HEADING['MODIFY_GROUP'] = 'Modify Group';
422
$HEADING['MODIFY_GROUPS'] = 'Modify Groups';
423
$HEADING['MODIFY_INTRO_PAGE'] = 'Modify Intro Page';
424
$HEADING['MODIFY_PAGE'] = 'Modify Page';
425
$HEADING['MODIFY_PAGE_SETTINGS'] = 'Modify Page Settings';
426
$HEADING['MODIFY_USER'] = 'Modify User';
427
$HEADING['MODULE_DETAILS'] = 'Module Details';
428
$HEADING['MY_EMAIL'] = 'My Email';
429
$HEADING['MY_PASSWORD'] = 'My Password';
430
$HEADING['MY_SETTINGS'] = 'My Settings';
431
$HEADING['SEARCH_SETTINGS'] = 'Search Settings';
432
$HEADING['SERVER_SETTINGS'] = 'Server Settings';
433
$HEADING['TEMPLATE_DETAILS'] = 'Template Details';
434
$HEADING['UNINSTALL_LANGUAGE'] = 'Uninstall Language';
435
$HEADING['UNINSTALL_MODULE'] = 'Uninstall Module';
436
$HEADING['UNINSTALL_TEMPLATE'] = 'Uninstall Template';
437
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
438
$HEADING['UPLOAD_FILES'] = 'Upload File(s)';
439
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
440

  
441
/* MESSAGE */
442
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
443
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
444
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
445
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. ';
446
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
447
$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.';
448
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. ';
449
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully';
450
$MESSAGE['ADDON_OVERWRITE_NEWER_FILES'] = 'Overwrite newer Files';
451
$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.';
452
$MESSAGE['ADDON_RELOAD'] = 'Update database with information from Add-on files (e.g. after FTP upload).';
453
$MESSAGE['ADDON_TEMPLATES_RELOADED'] = 'Templates reloaded successfully';
454
$MESSAGE['ADMIN_INSUFFICIENT_PRIVELLIGES'] = 'Insufficient privelliges to be here';
455
$MESSAGE['FORGOT_PASS_ALREADY_RESET'] = 'Password cannot be reset more than once per hour, sorry';
456
$MESSAGE['FORGOT_PASS_CANNOT_EMAIL'] = 'Unable to email password, please contact system administrator';
457
$MESSAGE['FORGOT_PASS_EMAIL_NOT_FOUND'] = 'The email that you entered cannot be found in the database';
458
$MESSAGE['FORGOT_PASS_NO_DATA'] = 'Please enter your email address below';
459
$MESSAGE['FORGOT_PASS_PASSWORD_RESET'] = 'Your username and password have been sent to your email address';
460
$MESSAGE['FRONTEND_SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display';
461
$MESSAGE['FRONTEND_SORRY_NO_VIEWING_PERMISSIONS'] = 'Sorry, you do not have permissions to view this page';
462
$MESSAGE['GENERIC_ALREADY_INSTALLED'] = 'Already installed';
463
$MESSAGE['GENERIC_BAD_PERMISSIONS'] = 'Unable to write to the target directory';
464
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.';
465
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Cannot uninstall';
466
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Cannot Uninstall: the selected file is in use';
467
$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 />';
468
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages';
469
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
470
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
471
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Cannot unzip file';
472
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Cannot upload file';
473
$MESSAGE['GENERIC_COMPARE'] = ' successfully';
474
$MESSAGE['GENERIC_ERROR_OPENING_FILE'] = 'Error opening file.';
475
$MESSAGE['GENERIC_FAILED_COMPARE'] = ' failed';
476
$MESSAGE['GENERIC_FILE_TYPE'] = 'Please note that the file you upload must be of the following format:';
477
$MESSAGE['GENERIC_FILE_TYPES'] = 'Please note that the file you upload must be in one of the following formats:';
478
$MESSAGE['GENERIC_FILL_IN_ALL'] = 'Please go back and fill-in all fields';
479
$MESSAGE['GENERIC_FORGOT_OPTIONS'] = 'You have selected no choice!';
480
$MESSAGE['GENERIC_INSTALLED'] = 'Installed successfully';
481
$MESSAGE['GENERIC_INVALID'] = 'The file you uploaded is invalid';
482
$MESSAGE['GENERIC_INVALID_ADDON_FILE'] = 'Invalid WebsiteBaker installation file. Please check the *.zip format.';
483
$MESSAGE['GENERIC_INVALID_LANGUAGE_FILE'] = 'Invalid WebsiteBaker language file. Please check the text file.';
484
$MESSAGE['GENERIC_INVALID_MODULE_FILE'] = 'Invalid WebsiteBaker module file. Please check the text file.';
485
$MESSAGE['GENERIC_INVALID_TEMPLATE_FILE'] = 'Invalid WebsiteBaker template file. Please check the text file.';
486
$MESSAGE['GENERIC_IN_USE'] = ' but used in ';
487
$MESSAGE['GENERIC_MISSING_ARCHIVE_FILE'] = 'Missing Archiv file!';
488
$MESSAGE['GENERIC_MODULE_VERSION_ERROR'] = 'The module is not installed properly!';
489
$MESSAGE['GENERIC_NOT_COMPARE'] = ' not possibly';
490
$MESSAGE['GENERIC_NOT_INSTALLED'] = 'Not installed';
491
$MESSAGE['GENERIC_NOT_UPGRADED'] = 'Actualization not possibly';
492
$MESSAGE['GENERIC_PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.';
493
$MESSAGE['GENERIC_PLEASE_CHECK_BACK_SOON'] = 'Please check back soon...';
494
$MESSAGE['GENERIC_SECURITY_ACCESS'] = 'Security offense!! Access denied!';
495
$MESSAGE['GENERIC_SECURITY_OFFENSE'] = 'Security offense!! data storing was refused!!';
496
$MESSAGE['GENERIC_UNINSTALLED'] = 'Uninstalled successfully';
497
$MESSAGE['GENERIC_UPGRADED'] = 'Upgraded successfully';
498
$MESSAGE['GENERIC_VERSION_COMPARE'] = 'Version comparison';
499
$MESSAGE['GENERIC_VERSION_GT'] = 'Upgrade necessary!';
500
$MESSAGE['GENERIC_VERSION_LT'] = 'Downgrade';
501
$MESSAGE['GENERIC_WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction';
502
$MESSAGE['GENERIC_WEBSITE_LOCKED'] = 'this site is temporarily down for maintenance';
503
$MESSAGE['GROUPS_ADDED'] = 'Group added successfully';
504
$MESSAGE['GROUPS_CONFIRM_DELETE'] = 'Are you sure you want to delete the selected group (and any users that belong to it)?';
505
$MESSAGE['GROUPS_DELETED'] = 'Group deleted successfully';
506
$MESSAGE['GROUPS_GROUP_NAME_BLANK'] = 'Group name is blank';
507
$MESSAGE['GROUPS_GROUP_NAME_EXISTS'] = 'Group name already exists';
508
$MESSAGE['GROUPS_NO_GROUPS_FOUND'] = 'No groups found';
509
$MESSAGE['GROUPS_SAVED'] = 'Group saved successfully';
510
$MESSAGE['LOGIN_AUTHENTICATION_FAILED'] = 'Username or password incorrect';
511
$MESSAGE['LOGIN_BOTH_BLANK'] = 'Please enter your username and password below';
512
$MESSAGE['LOGIN_PASSWORD_BLANK'] = 'Please enter a password';
513
$MESSAGE['LOGIN_PASSWORD_TOO_LONG'] = 'Supplied password to long';
514
$MESSAGE['LOGIN_PASSWORD_TOO_SHORT'] = 'Supplied password to short';
515
$MESSAGE['LOGIN_USERNAME_BLANK'] = 'Please enter a username';
516
$MESSAGE['LOGIN_USERNAME_TOO_LONG'] = 'Supplied username to long';
517
$MESSAGE['LOGIN_USERNAME_TOO_SHORT'] = 'Supplied username to short';
518
$MESSAGE['MEDIA_BLANK_EXTENSION'] = 'You did not enter a file extension';
519
$MESSAGE['MEDIA_BLANK_NAME'] = 'You did not enter a new name';
520
$MESSAGE['MEDIA_CANNOT_DELETE_DIR'] = 'Cannot delete the selected folder';
521
$MESSAGE['MEDIA_CANNOT_DELETE_FILE'] = 'Cannot delete the selected file';
522
$MESSAGE['MEDIA_CANNOT_RENAME'] = 'Rename unsuccessful';
523
$MESSAGE['MEDIA_CONFIRM_DELETE'] = 'Are you sure you want to delete the following file or folder?';
524
$MESSAGE['MEDIA_DELETED_DIR'] = 'Folder deleted successfully';
525
$MESSAGE['MEDIA_DELETED_FILE'] = 'File deleted successfully';
526
$MESSAGE['MEDIA_DIR_ACCESS_DENIED'] = 'Specified directory does not exist or is not allowed.';
527
$MESSAGE['MEDIA_DIR_DOES_NOT_EXIST'] = 'Directory does not exist';
528
$MESSAGE['MEDIA_DIR_DOT_DOT_SLASH'] = 'Cannot include ../ in the folder name';
529
$MESSAGE['MEDIA_DIR_EXISTS'] = 'A folder matching the name you entered already exists';
530
$MESSAGE['MEDIA_DIR_MADE'] = 'Folder created successfully';
531
$MESSAGE['MEDIA_DIR_NOT_MADE'] = 'Unable to create folder';
532
$MESSAGE['MEDIA_FILE_EXISTS'] = 'A file matching the name you entered already exists';
533
$MESSAGE['MEDIA_FILE_NOT_FOUND'] = 'File not found';
534
$MESSAGE['MEDIA_NAME_DOT_DOT_SLASH'] = 'Cannot include ../ in the name';
535
$MESSAGE['MEDIA_NAME_INDEX_PHP'] = 'Cannot use index.php as the name';
536
$MESSAGE['MEDIA_NO_FILE_UPLOADED']='No file was recieved';
537
$MESSAGE['MEDIA_NONE_FOUND'] = 'No media found in the current folder';
538
$MESSAGE['MEDIA_RENAMED'] = 'Rename successful';
539
$MESSAGE['MEDIA_SINGLE_UPLOADED'] = ' file was successfully uploaded';
540
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Cannot have ../ in the folder target';
541
$MESSAGE['MEDIA_UPLOADED'] = ' files were successfully uploaded';
542
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.';
543
$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';
544
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'You must enter details for the following fields';
545
$MESSAGE['PAGES_ADDED'] = 'Page added successfully';
546
$MESSAGE['PAGES_ADDED_HEADING'] = 'Page heading added successfully';
547
$MESSAGE['PAGES_BLANK_MENU_TITLE'] = 'Please enter a menu title';
548
$MESSAGE['PAGES_BLANK_PAGE_TITLE'] = 'Please enter a page title';
549
$MESSAGE['PAGES_CANNOT_CREATE_ACCESS_FILE'] = 'Error creating access file in the /pages directory (insufficient privileges)';
550
$MESSAGE['PAGES_CANNOT_DELETE_ACCESS_FILE'] = 'Error deleting access file in the /pages directory (insufficient privileges)';
551
$MESSAGE['PAGES_CANNOT_REORDER'] = 'Error re-ordering page';
552
$MESSAGE['PAGES_DELETED'] = 'Page deleted successfully';
553
$MESSAGE['PAGES_DELETE_CONFIRM'] = 'Are you sure you want to delete the selected page (and all of its sub-pages)';
554
$MESSAGE['PAGES_INSUFFICIENT_PERMISSIONS'] = 'You do not have permissions to modify this page';
555
$MESSAGE['PAGES_INTRO_LINK'] = 'Click HERE to modify the intro 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_NOT_FOUND'] = 'Page not found';
560
$MESSAGE['PAGES_NOT_SAVED'] = 'Error saving page';
561
$MESSAGE['PAGES_PAGE_EXISTS'] = 'A page with the same or similar title exists';
562
$MESSAGE['PAGES_REORDERED'] = 'Page re-ordered successfully';
563
$MESSAGE['PAGES_RESTORED'] = 'Page restored successfully';
564
$MESSAGE['PAGES_RETURN_TO_PAGES'] = 'Return to pages';
565
$MESSAGE['PAGES_SAVED'] = 'Page saved successfully';
566
$MESSAGE['PAGES_SAVED_SETTINGS'] = 'Page settings saved successfully';
567
$MESSAGE['PAGES_SECTIONS_PROPERTIES_SAVED'] = 'Section properties saved successfully';
568
$MESSAGE['PREFERENCES_CURRENT_PASSWORD_INCORRECT'] = 'The (current) password you entered is incorrect';
569
$MESSAGE['PREFERENCES_DETAILS_SAVED'] = 'Details saved successfully';
570
$MESSAGE['PREFERENCES_EMAIL_UPDATED'] = 'Email updated successfully';
571
$MESSAGE['PREFERENCES_INVALID_CHARS'] = 'Invalid password chars used';
572
$MESSAGE['PREFERENCES_PASSWORD_CHANGED'] = 'Password changed successfully';
573
$MESSAGE['RECORD_MODIFIED_FAILED'] = 'The change of the record has missed.';
574
$MESSAGE['RECORD_MODIFIED_SAVED'] = 'The changed record was updated successfully.';
575
$MESSAGE['RECORD_NEW_FAILED'] = 'Adding a new record has missed.';
576
$MESSAGE['RECORD_NEW_SAVED'] = 'New record was added successfully.';
577
$MESSAGE['SETTINGS_MODE_SWITCH_WARNING'] = 'Please Note: Pressing this button resets all unsaved changes';
578
$MESSAGE['SETTINGS_SAVED'] = 'Settings saved successfully';
579
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Unable to open the configuration file';
580
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Cannot write to configuration file';
581
$MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Please note: this is only recommended for testing environments';
582
$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
583
A new user was registered.
584

  
585
Username: {LOGIN_NAME}
586
UserId: {LOGIN_ID}
587
E-Mail: {LOGIN_EMAIL}
588
IP-Adress: {LOGIN_IP}
589
Registration date: {SIGNUP_DATE}
590
----------------------------------------
591
This message was automatic generated!
592

  
593
';
594
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
595
Hello {LOGIN_DISPLAY_NAME},
596

  
597
This mail was sent because the \'forgot password\' function has been applied to your account.
598

  
599
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
600

  
601
Username: {LOGIN_NAME}
602
Password: {LOGIN_PASSWORD}
603

  
604
Your password has been reset to the one above.
605
This means that your old password will no longer work anymore!
606
If you\'ve got any questions or problems within the new login-data
607
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
608
Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
609

  
610
Regards
611
------------------------------------
612
This message was automatic generated
613

  
614
';
615
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
616
Hello {LOGIN_DISPLAY_NAME},
617

  
618
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
619

  
620
Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
621
Username: {LOGIN_NAME}
622
Password: {LOGIN_PASSWORD}
623

  
624
Regards
625

  
626
Please:
627
if you have received this message by an error, please delete it immediately!
628
-------------------------------------
629
This message was automatic generated!
630
';
631
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
632
$MESSAGE['SIGNUP_NO_EMAIL'] = 'You must enter an email address';
633
$MESSAGE['START_CURRENT_USER'] = 'You are currently logged in as:';
634
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Warning, Installation Directory Still Exists!';
635
$MESSAGE['START_WELCOME_MESSAGE'] = 'Welcome to WebsiteBaker Administration';
636
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Please note: to change the template you must go to the Settings section';
637
$MESSAGE['USERS_ADDED'] = 'User added successfully';
638
$MESSAGE['USERS_CANT_SELFDELETE'] = 'Function rejected, You can not delete yourself!';
639
$MESSAGE['USERS_CHANGING_PASSWORD'] = 'Please note: You should only enter values in the above fields if you wish to change this users password';
640
$MESSAGE['USERS_CONFIRM_DELETE'] = 'Are you sure you want to delete the selected user?';
641
$MESSAGE['USERS_DELETED'] = 'User deleted successfully';
642
$MESSAGE['USERS_EMAIL_TAKEN'] = 'The email you entered is already in use';
643
$MESSAGE['USERS_INVALID_EMAIL'] = 'The email address you entered is invalid';
644
$MESSAGE['USERS_NAME_INVALID_CHARS'] = 'Invalid chars for username found';
645
$MESSAGE['USERS_NO_GROUP'] = 'No group was selected';
646
$MESSAGE['USERS_PASSWORD_MISMATCH'] = 'The passwords you entered do not match';
647
$MESSAGE['USERS_PASSWORD_TOO_SHORT'] = 'The password you entered was too short';
648
$MESSAGE['USERS_SAVED'] = 'User saved successfully';
649
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The username you entered is already taken';
650
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The username you entered was too short';
651

  
652
/* OVERVIEW */
653
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...';
654
$OVERVIEW['GROUPS'] = 'Manage user groups and their system permissions...';
655
$OVERVIEW['HELP'] = 'Got a questions? Find your answer...';
656
$OVERVIEW['LANGUAGES'] = 'Manage WebsiteBaker languages...';
657
$OVERVIEW['MEDIA'] = 'Manage files stored in the media folder...';
658
$OVERVIEW['MODULES'] = 'Manage WebsiteBaker modules...';
659
$OVERVIEW['PAGES'] = 'Manage your websites pages...';
660
$OVERVIEW['PREFERENCES'] = 'Change preferences such as email address, password, etc... ';
661
$OVERVIEW['SETTINGS'] = 'Changes settings for WebsiteBaker...';
662
$OVERVIEW['START'] = 'Administration overview';
663
$OVERVIEW['TEMPLATES'] = 'Change the look and feel of your website with templates...';
664
$OVERVIEW['USERS'] = 'Manage users who can log-in to WebsiteBaker...';
665
$OVERVIEW['VIEW'] = 'Quickly view and browse your website in a new window...';
666

  
667
/* include old languages format */
668
if(file_exists(WB_PATH.'/languages/old.format.inc.php'))
669
{
670
	include(WB_PATH.'/languages/old.format.inc.php');
671
}

Also available in: Unified diff