Project

General

Profile

1 1361 Luisehahne
<?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 1374 Luisehahne
 * @requirements    PHP 5.2.2 and higher
13 1361 Luisehahne
 * @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 1645 Luisehahne
$TEXT['LICENSE'] = 'License';
183 1361 Luisehahne
$TEXT['LINK'] = 'Link';
184
$TEXT['LINUX_UNIX_BASED'] = 'Linux/Unix based';
185
$TEXT['LIST_OPTIONS'] = 'List Options';
186
$TEXT['LOGGED_IN'] = 'Logged-In';
187
$TEXT['LOGIN'] = 'Login';
188
$TEXT['LONG'] = 'Long';
189
$TEXT['LONG_TEXT'] = 'Long Text';
190
$TEXT['LOOP'] = 'Loop';
191
$TEXT['MAIN'] = 'Main';
192
$TEXT['MAINTENANCE_ON'] = 'Maintenance on';
193
$TEXT['MAINTENANCE_OFF'] = 'Maintenance off';
194
$TEXT['MANAGE'] = 'Manage';
195
$TEXT['MANAGE_GROUPS'] = 'Manage Groups';
196
$TEXT['MANAGE_USERS'] = 'Manage Users';
197
$TEXT['MATCH'] = 'Match';
198
$TEXT['MATCHING'] = 'Matching';
199
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt';
200
$TEXT['MAX_SUBMISSIONS_PER_HOUR'] = 'Max. Submissions Per Hour';
201
$TEXT['MEDIA_DIRECTORY'] = 'Media Directory';
202
$TEXT['MENU'] = 'Menu';
203 1470 Luisehahne
$TEXT['MENU_ICON_0'] = 'Menu-Icon normal';
204
$TEXT['MENU_ICON_1'] = 'Menu-Icon hover';
205
$TEXT['MENU_TITLE'] = 'Menu Title';
206 1361 Luisehahne
$TEXT['MESSAGE'] = 'Message';
207
$TEXT['MODIFY'] = 'Modify';
208
$TEXT['MODIFY_CONTENT'] = 'Modify Content';
209
$TEXT['MODIFY_SETTINGS'] = 'Modify Settings';
210
$TEXT['MODULE_ORDER'] = 'Module-order for searching';
211
$TEXT['MODULE_PERMISSIONS'] = 'Module Permissions';
212
$TEXT['MORE'] = 'More';
213
$TEXT['MOVE_DOWN'] = 'Move Down';
214
$TEXT['MOVE_UP'] = 'Move Up';
215
$TEXT['MULTIPLE_MENUS'] = 'Multiple Menus';
216
$TEXT['MULTISELECT'] = 'Multi-select';
217
$TEXT['NAME'] = 'Name';
218
$TEXT['NEED_CURRENT_PASSWORD'] = 'confirm with current password';
219
$TEXT['NEED_TO_LOGIN'] = 'Need to log-in?';
220
$TEXT['NEW_PASSWORD'] = 'New Password';
221
$TEXT['NEW_WINDOW'] = 'New Window';
222
$TEXT['NEXT'] = 'Next';
223
$TEXT['NEXT_PAGE'] = 'Next Page';
224
$TEXT['NO'] = 'No';
225
$TEXT['NONE'] = 'None';
226
$TEXT['NONE_FOUND'] = 'None Found';
227
$TEXT['NOT_FOUND'] = 'Not Found';
228
$TEXT['NOT_INSTALLED'] = 'not installed';
229
$TEXT['NO_IMAGE_SELECTED'] = 'no image selected';
230
$TEXT['NO_RESULTS'] = 'No Results';
231
$TEXT['OF'] = 'Of';
232
$TEXT['ON'] = 'On';
233
$TEXT['OPEN'] = 'Open';
234
$TEXT['OPTION'] = 'Option';
235
$TEXT['OTHERS'] = 'Others';
236
$TEXT['OUT_OF'] = 'Out Of';
237
$TEXT['OVERWRITE_EXISTING'] = 'Overwrite existing';
238
$TEXT['PAGE'] = 'Page';
239
$TEXT['PAGES_DIRECTORY'] = 'Pages Directory';
240
$TEXT['PAGES_PERMISSION'] = 'Pages Permission';
241
$TEXT['PAGES_PERMISSIONS'] = 'Pages Permissions';
242
$TEXT['PAGE_EXTENSION'] = 'Page Extension';
243
$TEXT['PAGE_ICON'] = 'Page Image';
244
$TEXT['PAGE_ICON_DIR'] = 'Path pages/menu images';
245
$TEXT['PAGE_LANGUAGES'] = 'Page Languages';
246
$TEXT['PAGE_LEVEL_LIMIT'] = 'Page Level Limit';
247
$TEXT['PAGE_SPACER'] = 'Page Spacer';
248
$TEXT['PAGE_TITLE'] = 'Page Title';
249
$TEXT['PAGE_TRASH'] = 'Page Trash';
250
$TEXT['PARENT'] = 'Parent';
251
$TEXT['PASSWORD'] = 'Password';
252
$TEXT['PATH'] = 'Path';
253
$TEXT['PHP_ERROR_LEVEL'] = 'PHP Error Reporting Level';
254
$TEXT['PLEASE_LOGIN'] = 'Please login';
255
$TEXT['PLEASE_SELECT'] = 'Please select';
256
$TEXT['POST'] = 'Post';
257
$TEXT['POSTS_PER_PAGE'] = 'Posts Per Page';
258
$TEXT['POST_FOOTER'] = 'Post Footer';
259
$TEXT['POST_HEADER'] = 'Post Header';
260
$TEXT['PREVIOUS'] = 'Previous';
261
$TEXT['PREVIOUS_PAGE'] = 'Previous Page';
262
$TEXT['PRIVATE'] = 'Private';
263
$TEXT['PRIVATE_VIEWERS'] = 'Private Viewers';
264
$TEXT['PROFILES_EDIT'] = 'Change the profile';
265
$TEXT['PUBLIC'] = 'Public';
266
$TEXT['PUBL_END_DATE'] = 'End date';
267
$TEXT['PUBL_START_DATE'] = 'Start date';
268
$TEXT['RADIO_BUTTON_GROUP'] = 'Radio Button Group';
269
$TEXT['READ'] = 'Read';
270
$TEXT['READ_MORE'] = 'Read More';
271
$TEXT['REDIRECT_AFTER'] = 'Redirect after';
272
$TEXT['REGISTERED'] = 'Registered';
273
$TEXT['REGISTERED_VIEWERS'] = 'Registered Viewers';
274
$TEXT['RELOAD'] = 'Reload';
275
$TEXT['REMEMBER_ME'] = 'Remember Me';
276
$TEXT['RENAME'] = 'Rename';
277 1477 Luisehahne
$TEXT['RENAME_FILES_ON_UPLOAD'] = 'No upload for this filetypes';
278 1361 Luisehahne
$TEXT['REQUIRED'] = 'Required';
279
$TEXT['REQUIREMENT'] = 'Requirement';
280
$TEXT['RESET'] = 'Reset';
281
$TEXT['RESIZE'] = 'Re-size';
282
$TEXT['RESIZE_IMAGE_TO'] = 'Resize Image To';
283
$TEXT['RESTORE'] = 'Restore';
284
$TEXT['RESTORE_DATABASE'] = 'Restore Database';
285
$TEXT['RESTORE_MEDIA'] = 'Restore Media';
286
$TEXT['RESULTS'] = 'Results';
287
$TEXT['RESULTS_FOOTER'] = 'Results Footer';
288
$TEXT['RESULTS_FOR'] = 'Results For';
289
$TEXT['RESULTS_HEADER'] = 'Results Header';
290
$TEXT['RESULTS_LOOP'] = 'Results Loop';
291
$TEXT['RETYPE_NEW_PASSWORD'] = 'Re-type New Password';
292
$TEXT['RETYPE_PASSWORD'] = 'Re-type Password';
293
$TEXT['SAME_WINDOW'] = 'Same Window';
294
$TEXT['SAVE'] = 'Save';
295
$TEXT['SEARCH'] = 'Search';
296
$TEXT['SEARCHING'] = 'Searching';
297
$TEXT['SECTION'] = 'Section';
298
$TEXT['SECTION_BLOCKS'] = 'Section Blocks';
299
$TEXT['SEC_ANCHOR'] = 'Section-Anchor text';
300
$TEXT['SELECT_BOX'] = 'Select Box';
301
$TEXT['SEND_DETAILS'] = 'Send Details';
302
$TEXT['SEPARATE'] = 'Separate';
303
$TEXT['SEPERATOR'] = 'Separator';
304
$TEXT['SERVER_EMAIL'] = 'Server Email';
305
$TEXT['SERVER_OPERATING_SYSTEM'] = 'Server Operating System';
306
$TEXT['SESSION_IDENTIFIER'] = 'Session Identifier';
307
$TEXT['SETTINGS'] = 'Settings';
308
$TEXT['SHORT'] = 'Short';
309
$TEXT['SHORT_TEXT'] = 'Short Text';
310
$TEXT['SHOW'] = 'Show';
311
$TEXT['SHOW_ADVANCED'] = 'Show Advanced Options';
312
$TEXT['SIGNUP'] = 'Sign-up';
313
$TEXT['SIZE'] = 'Size';
314
$TEXT['SMART_LOGIN'] = 'Smart Login';
315
$TEXT['START'] = 'Start';
316
$TEXT['START_PUBLISHING'] = 'Start Publishing';
317
$TEXT['SUBJECT'] = 'Subject';
318
$TEXT['SUBMISSIONS'] = 'Submissions';
319
$TEXT['SUBMISSIONS_STORED_IN_DATABASE'] = 'Submissions Stored In Database';
320
$TEXT['SUBMISSION_ID'] = 'Submission ID';
321
$TEXT['SUBMITTED'] = 'Submitted';
322
$TEXT['SUCCESS'] = 'Success';
323
$TEXT['SYSTEM_DEFAULT'] = 'System Default';
324
$TEXT['SYSTEM_PERMISSIONS'] = 'System Permissions';
325
$TEXT['TABLE_PREFIX'] = 'Table Prefix';
326
$TEXT['TARGET'] = 'Target';
327
$TEXT['TARGET_FOLDER'] = 'Target folder';
328
$TEXT['TEMPLATE'] = 'Template';
329
$TEXT['TEMPLATE_PERMISSIONS'] = 'Template Permissions';
330
$TEXT['TEXT'] = 'Text';
331
$TEXT['TEXTAREA'] = 'Textarea';
332
$TEXT['TEXTFIELD'] = 'Textfield';
333
$TEXT['THEME'] = 'Backend-Theme';
334
$TEXT['TIME'] = 'Time';
335
$TEXT['TIMEZONE'] = 'Timezone';
336
$TEXT['TIME_FORMAT'] = 'Time Format';
337
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module';
338
$TEXT['TITLE'] = 'Title';
339
$TEXT['TO'] = 'To';
340
$TEXT['TOP_FRAME'] = 'Top Frame';
341
$TEXT['TRASH_EMPTIED'] = 'Trash Emptied';
342
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.';
343
$TEXT['TYPE'] = 'Type';
344
$TEXT['UNDER_CONSTRUCTION'] = 'Under Construction';
345
$TEXT['UNINSTALL'] = 'Uninstall';
346
$TEXT['UNKNOWN'] = 'Unknown';
347
$TEXT['UNLIMITED'] = 'Unlimited';
348
$TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive';
349
$TEXT['UP'] = 'Up';
350 1399 Luisehahne
$TEXT['UPGRADE'] = 'Upgrade';
351 1361 Luisehahne
$TEXT['UPLOAD_FILES'] = 'Upload File(s)';
352
$TEXT['URL'] = 'URL';
353
$TEXT['USER'] = 'User';
354 1515 Luisehahne
$TEXT['USERNAME'] = 'Loginname';
355 1361 Luisehahne
$TEXT['USERS_ACTIVE'] = 'User is set active';
356
$TEXT['USERS_CAN_SELFDELETE'] = 'User can delete himself';
357
$TEXT['USERS_CHANGE_SETTINGS'] = 'User can change his own settings';
358
$TEXT['USERS_DELETED'] = 'User is marked as deleted';
359
$TEXT['USERS_FLAGS'] = 'User-Flags';
360
$TEXT['USERS_PROFILE_ALLOWED'] = 'User can create extended profile';
361
$TEXT['VERIFICATION'] = 'Verification';
362
$TEXT['VERSION'] = 'Version';
363
$TEXT['VIEW'] = 'View';
364
$TEXT['VIEW_DELETED_PAGES'] = 'View Deleted Pages';
365
$TEXT['VIEW_DETAILS'] = 'View Details';
366
$TEXT['VISIBILITY'] = 'Visibility';
367
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail';
368
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name';
369
$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.';
370
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine';
371
$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.';
372
$TEXT['WBMAILER_PHP'] = 'PHP MAIL';
373
$TEXT['WBMAILER_SMTP'] = 'SMTP';
374
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification';
375
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification';
376
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host';
377
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password';
378 1515 Luisehahne
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Loginname';
379 1361 Luisehahne
$TEXT['WEBSITE'] = 'Website';
380
$TEXT['WEBSITE_DESCRIPTION'] = 'Website Description';
381
$TEXT['WEBSITE_FOOTER'] = 'Website Footer';
382
$TEXT['WEBSITE_HEADER'] = 'Website Header';
383
$TEXT['WEBSITE_KEYWORDS'] = 'Website Keywords';
384
$TEXT['WEBSITE_TITLE'] = 'Website Title';
385
$TEXT['WELCOME_BACK'] = 'Welcome back';
386
$TEXT['WIDTH'] = 'Width';
387
$TEXT['WINDOW'] = 'Window';
388
$TEXT['WINDOWS'] = 'Windows';
389
$TEXT['WORLD_WRITEABLE_FILE_PERMISSIONS'] = 'World-writeable file permissions';
390
$TEXT['WRITE'] = 'Write';
391
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor';
392
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Style';
393
$TEXT['YES'] = 'Yes';
394
395
/* HEADING */
396
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
397
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
398
$HEADING['ADD_GROUP'] = 'Add Group';
399
$HEADING['ADD_GROUPS'] = 'Add Groups';
400
$HEADING['ADD_HEADING'] = 'Add Heading';
401
$HEADING['ADD_PAGE'] = 'Add Page';
402
$HEADING['ADD_USER'] = 'Add User';
403
$HEADING['ADMINISTRATION_TOOLS'] = 'Administration Tools';
404
$HEADING['BROWSE_MEDIA'] = 'Browse Media';
405
$HEADING['CREATE_FOLDER'] = 'Create Folder';
406
$HEADING['DEFAULT_SETTINGS'] = 'Default Settings';
407
$HEADING['DELETED_PAGES'] = 'Deleted Pages';
408
$HEADING['FILESYSTEM_SETTINGS'] = 'Filesystem Settings';
409
$HEADING['GENERAL_SETTINGS'] = 'General Settings';
410
$HEADING['INSTALL_LANGUAGE'] = 'Install Language';
411
$HEADING['INSTALL_MODULE'] = 'Install Module';
412
$HEADING['INSTALL_TEMPLATE'] = 'Install Template';
413
$HEADING['INVOKE_LANGUAGE_FILES'] = 'Execute language files manually';
414
$HEADING['INVOKE_MODULE_FILES'] = 'Execute module files manually';
415
$HEADING['INVOKE_TEMPLATE_FILES'] = 'Execute template files manually';
416
$HEADING['LANGUAGE_DETAILS'] = 'Language Details';
417
$HEADING['MANAGE_SECTIONS'] = 'Manage Sections';
418
$HEADING['MODIFY_ADVANCED_PAGE_SETTINGS'] = 'Modify Advanced Page Settings';
419
$HEADING['MODIFY_DELETE_GROUP'] = 'Modify/Delete Group';
420
$HEADING['MODIFY_DELETE_PAGE'] = 'Modify/Delete Page';
421
$HEADING['MODIFY_DELETE_USER'] = 'Modify/Delete User';
422
$HEADING['MODIFY_GROUP'] = 'Modify Group';
423
$HEADING['MODIFY_GROUPS'] = 'Modify Groups';
424
$HEADING['MODIFY_INTRO_PAGE'] = 'Modify Intro Page';
425
$HEADING['MODIFY_PAGE'] = 'Modify Page';
426
$HEADING['MODIFY_PAGE_SETTINGS'] = 'Modify Page Settings';
427
$HEADING['MODIFY_USER'] = 'Modify User';
428
$HEADING['MODULE_DETAILS'] = 'Module Details';
429
$HEADING['MY_EMAIL'] = 'My Email';
430
$HEADING['MY_PASSWORD'] = 'My Password';
431
$HEADING['MY_SETTINGS'] = 'My Settings';
432
$HEADING['SEARCH_SETTINGS'] = 'Search Settings';
433
$HEADING['SERVER_SETTINGS'] = 'Server Settings';
434
$HEADING['TEMPLATE_DETAILS'] = 'Template Details';
435
$HEADING['UNINSTALL_LANGUAGE'] = 'Uninstall Language';
436
$HEADING['UNINSTALL_MODULE'] = 'Uninstall Module';
437
$HEADING['UNINSTALL_TEMPLATE'] = 'Uninstall Template';
438
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
439
$HEADING['UPLOAD_FILES'] = 'Upload File(s)';
440
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
441
442
/* MESSAGE */
443
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
444
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
445
$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.';
446
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. ';
447
$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.';
448
$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.';
449
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. ';
450
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully';
451
$MESSAGE['ADDON_OVERWRITE_NEWER_FILES'] = 'Overwrite newer Files';
452
$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.';
453
$MESSAGE['ADDON_RELOAD'] = 'Update database with information from Add-on files (e.g. after FTP upload).';
454
$MESSAGE['ADDON_TEMPLATES_RELOADED'] = 'Templates reloaded successfully';
455
$MESSAGE['ADMIN_INSUFFICIENT_PRIVELLIGES'] = 'Insufficient privelliges to be here';
456
$MESSAGE['FORGOT_PASS_ALREADY_RESET'] = 'Password cannot be reset more than once per hour, sorry';
457
$MESSAGE['FORGOT_PASS_CANNOT_EMAIL'] = 'Unable to email password, please contact system administrator';
458
$MESSAGE['FORGOT_PASS_EMAIL_NOT_FOUND'] = 'The email that you entered cannot be found in the database';
459
$MESSAGE['FORGOT_PASS_NO_DATA'] = 'Please enter your email address below';
460 1515 Luisehahne
$MESSAGE['FORGOT_PASS_PASSWORD_RESET'] = 'Your loginname and password have been sent to your email address';
461 1361 Luisehahne
$MESSAGE['FRONTEND_SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display';
462
$MESSAGE['FRONTEND_SORRY_NO_VIEWING_PERMISSIONS'] = 'Sorry, you do not have permissions to view this page';
463
$MESSAGE['GENERIC_ALREADY_INSTALLED'] = 'Already installed';
464
$MESSAGE['GENERIC_BAD_PERMISSIONS'] = 'Unable to write to the target directory';
465
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.';
466
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Cannot uninstall';
467
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Cannot Uninstall: the selected file is in use';
468
$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 />';
469
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages';
470
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
471
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
472
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Cannot unzip file';
473
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Cannot upload file';
474
$MESSAGE['GENERIC_COMPARE'] = ' successfully';
475
$MESSAGE['GENERIC_ERROR_OPENING_FILE'] = 'Error opening file.';
476
$MESSAGE['GENERIC_FAILED_COMPARE'] = ' failed';
477
$MESSAGE['GENERIC_FILE_TYPE'] = 'Please note that the file you upload must be of the following format:';
478
$MESSAGE['GENERIC_FILE_TYPES'] = 'Please note that the file you upload must be in one of the following formats:';
479
$MESSAGE['GENERIC_FILL_IN_ALL'] = 'Please go back and fill-in all fields';
480
$MESSAGE['GENERIC_FORGOT_OPTIONS'] = 'You have selected no choice!';
481
$MESSAGE['GENERIC_INSTALLED'] = 'Installed successfully';
482
$MESSAGE['GENERIC_INVALID'] = 'The file you uploaded is invalid';
483
$MESSAGE['GENERIC_INVALID_ADDON_FILE'] = 'Invalid WebsiteBaker installation file. Please check the *.zip format.';
484
$MESSAGE['GENERIC_INVALID_LANGUAGE_FILE'] = 'Invalid WebsiteBaker language file. Please check the text file.';
485
$MESSAGE['GENERIC_INVALID_MODULE_FILE'] = 'Invalid WebsiteBaker module file. Please check the text file.';
486
$MESSAGE['GENERIC_INVALID_TEMPLATE_FILE'] = 'Invalid WebsiteBaker template file. Please check the text file.';
487
$MESSAGE['GENERIC_IN_USE'] = ' but used in ';
488
$MESSAGE['GENERIC_MISSING_ARCHIVE_FILE'] = 'Missing Archiv file!';
489
$MESSAGE['GENERIC_MODULE_VERSION_ERROR'] = 'The module is not installed properly!';
490
$MESSAGE['GENERIC_NOT_COMPARE'] = ' not possibly';
491
$MESSAGE['GENERIC_NOT_INSTALLED'] = 'Not installed';
492
$MESSAGE['GENERIC_NOT_UPGRADED'] = 'Actualization not possibly';
493
$MESSAGE['GENERIC_PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.';
494
$MESSAGE['GENERIC_PLEASE_CHECK_BACK_SOON'] = 'Please check back soon...';
495
$MESSAGE['GENERIC_SECURITY_ACCESS'] = 'Security offense!! Access denied!';
496
$MESSAGE['GENERIC_SECURITY_OFFENSE'] = 'Security offense!! data storing was refused!!';
497
$MESSAGE['GENERIC_UNINSTALLED'] = 'Uninstalled successfully';
498
$MESSAGE['GENERIC_UPGRADED'] = 'Upgraded successfully';
499
$MESSAGE['GENERIC_VERSION_COMPARE'] = 'Version comparison';
500
$MESSAGE['GENERIC_VERSION_GT'] = 'Upgrade necessary!';
501
$MESSAGE['GENERIC_VERSION_LT'] = 'Downgrade';
502
$MESSAGE['GENERIC_WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction';
503
$MESSAGE['GENERIC_WEBSITE_LOCKED'] = 'this site is temporarily down for maintenance';
504
$MESSAGE['GROUPS_ADDED'] = 'Group added successfully';
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_DELETED'] = 'Group deleted successfully';
507
$MESSAGE['GROUPS_GROUP_NAME_BLANK'] = 'Group name is blank';
508
$MESSAGE['GROUPS_GROUP_NAME_EXISTS'] = 'Group name already exists';
509
$MESSAGE['GROUPS_NO_GROUPS_FOUND'] = 'No groups found';
510
$MESSAGE['GROUPS_SAVED'] = 'Group saved successfully';
511 1515 Luisehahne
$MESSAGE['LOGIN_AUTHENTICATION_FAILED'] = 'Loginname or password incorrect';
512 1516 Luisehahne
$MESSAGE['LOGIN_BOTH_BLANK'] = 'Please enter your loginname and password below';
513 1361 Luisehahne
$MESSAGE['LOGIN_PASSWORD_BLANK'] = 'Please enter a password';
514
$MESSAGE['LOGIN_PASSWORD_TOO_LONG'] = 'Supplied password to long';
515
$MESSAGE['LOGIN_PASSWORD_TOO_SHORT'] = 'Supplied password to short';
516 1515 Luisehahne
$MESSAGE['LOGIN_USERNAME_BLANK'] = 'Please enter a loginname';
517
$MESSAGE['LOGIN_USERNAME_TOO_LONG'] = 'Supplied loginname to long';
518
$MESSAGE['LOGIN_USERNAME_TOO_SHORT'] = 'Supplied loginname to short';
519 1361 Luisehahne
$MESSAGE['MEDIA_BLANK_EXTENSION'] = 'You did not enter a file extension';
520
$MESSAGE['MEDIA_BLANK_NAME'] = 'You did not enter a new name';
521
$MESSAGE['MEDIA_CANNOT_DELETE_DIR'] = 'Cannot delete the selected folder';
522
$MESSAGE['MEDIA_CANNOT_DELETE_FILE'] = 'Cannot delete the selected file';
523
$MESSAGE['MEDIA_CANNOT_RENAME'] = 'Rename unsuccessful';
524
$MESSAGE['MEDIA_CONFIRM_DELETE'] = 'Are you sure you want to delete the following file or folder?';
525
$MESSAGE['MEDIA_DELETED_DIR'] = 'Folder deleted successfully';
526
$MESSAGE['MEDIA_DELETED_FILE'] = 'File deleted successfully';
527
$MESSAGE['MEDIA_DIR_ACCESS_DENIED'] = 'Specified directory does not exist or is not allowed.';
528
$MESSAGE['MEDIA_DIR_DOES_NOT_EXIST'] = 'Directory does not exist';
529
$MESSAGE['MEDIA_DIR_DOT_DOT_SLASH'] = 'Cannot include ../ in the folder name';
530
$MESSAGE['MEDIA_DIR_EXISTS'] = 'A folder matching the name you entered already exists';
531
$MESSAGE['MEDIA_DIR_MADE'] = 'Folder created successfully';
532
$MESSAGE['MEDIA_DIR_NOT_MADE'] = 'Unable to create folder';
533
$MESSAGE['MEDIA_FILE_EXISTS'] = 'A file matching the name you entered already exists';
534
$MESSAGE['MEDIA_FILE_NOT_FOUND'] = 'File not found';
535
$MESSAGE['MEDIA_NAME_DOT_DOT_SLASH'] = 'Cannot include ../ in the name';
536
$MESSAGE['MEDIA_NAME_INDEX_PHP'] = 'Cannot use index.php as the name';
537
$MESSAGE['MEDIA_NO_FILE_UPLOADED']='No file was recieved';
538
$MESSAGE['MEDIA_NONE_FOUND'] = 'No media found in the current folder';
539
$MESSAGE['MEDIA_RENAMED'] = 'Rename successful';
540
$MESSAGE['MEDIA_SINGLE_UPLOADED'] = ' file was successfully uploaded';
541
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Cannot have ../ in the folder target';
542
$MESSAGE['MEDIA_UPLOADED'] = ' files were successfully uploaded';
543
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.';
544 1634 Luisehahne
$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: <a href="mailto:{SERVER_EMAIL}">{SERVER_EMAIL}</a>';
545 1361 Luisehahne
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'You must enter details for the following fields';
546
$MESSAGE['PAGES_ADDED'] = 'Page added successfully';
547
$MESSAGE['PAGES_ADDED_HEADING'] = 'Page heading added successfully';
548
$MESSAGE['PAGES_BLANK_MENU_TITLE'] = 'Please enter a menu title';
549
$MESSAGE['PAGES_BLANK_PAGE_TITLE'] = 'Please enter a page title';
550
$MESSAGE['PAGES_CANNOT_CREATE_ACCESS_FILE'] = 'Error creating access file in the /pages directory (insufficient privileges)';
551
$MESSAGE['PAGES_CANNOT_DELETE_ACCESS_FILE'] = 'Error deleting access file in the /pages directory (insufficient privileges)';
552
$MESSAGE['PAGES_CANNOT_REORDER'] = 'Error re-ordering page';
553
$MESSAGE['PAGES_DELETED'] = 'Page deleted successfully';
554
$MESSAGE['PAGES_DELETE_CONFIRM'] = 'Are you sure you want to delete the selected page (and all of its sub-pages)';
555
$MESSAGE['PAGES_INSUFFICIENT_PERMISSIONS'] = 'You do not have permissions to modify this page';
556
$MESSAGE['PAGES_INTRO_LINK'] = 'Click HERE to modify the intro page';
557
$MESSAGE['PAGES_INTRO_NOT_WRITABLE'] = 'Cannot write to file /pages/intro.php (insufficient privileges)';
558
$MESSAGE['PAGES_INTRO_SAVED'] = 'Intro page saved successfully';
559
$MESSAGE['PAGES_LAST_MODIFIED'] = 'Last modification by';
560
$MESSAGE['PAGES_NOT_FOUND'] = 'Page not found';
561
$MESSAGE['PAGES_NOT_SAVED'] = 'Error saving page';
562
$MESSAGE['PAGES_PAGE_EXISTS'] = 'A page with the same or similar title exists';
563
$MESSAGE['PAGES_REORDERED'] = 'Page re-ordered successfully';
564
$MESSAGE['PAGES_RESTORED'] = 'Page restored successfully';
565
$MESSAGE['PAGES_RETURN_TO_PAGES'] = 'Return to pages';
566
$MESSAGE['PAGES_SAVED'] = 'Page saved successfully';
567
$MESSAGE['PAGES_SAVED_SETTINGS'] = 'Page settings saved successfully';
568
$MESSAGE['PAGES_SECTIONS_PROPERTIES_SAVED'] = 'Section properties saved successfully';
569
$MESSAGE['PREFERENCES_CURRENT_PASSWORD_INCORRECT'] = 'The (current) password you entered is incorrect';
570
$MESSAGE['PREFERENCES_DETAILS_SAVED'] = 'Details saved successfully';
571
$MESSAGE['PREFERENCES_EMAIL_UPDATED'] = 'Email updated successfully';
572
$MESSAGE['PREFERENCES_INVALID_CHARS'] = 'Invalid password chars used';
573
$MESSAGE['PREFERENCES_PASSWORD_CHANGED'] = 'Password changed successfully';
574
$MESSAGE['RECORD_MODIFIED_FAILED'] = 'The change of the record has missed.';
575
$MESSAGE['RECORD_MODIFIED_SAVED'] = 'The changed record was updated successfully.';
576
$MESSAGE['RECORD_NEW_FAILED'] = 'Adding a new record has missed.';
577
$MESSAGE['RECORD_NEW_SAVED'] = 'New record was added successfully.';
578
$MESSAGE['SETTINGS_MODE_SWITCH_WARNING'] = 'Please Note: Pressing this button resets all unsaved changes';
579
$MESSAGE['SETTINGS_SAVED'] = 'Settings saved successfully';
580
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Unable to open the configuration file';
581
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Cannot write to configuration file';
582
$MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Please note: this is only recommended for testing environments';
583
$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
584
A new user was registered.
585
586 1515 Luisehahne
Loginname: {LOGIN_NAME}
587 1361 Luisehahne
UserId: {LOGIN_ID}
588
E-Mail: {LOGIN_EMAIL}
589
IP-Adress: {LOGIN_IP}
590
Registration date: {SIGNUP_DATE}
591
----------------------------------------
592
This message was automatic generated!
593
594
';
595
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
596
Hello {LOGIN_DISPLAY_NAME},
597
598
This mail was sent because the \'forgot password\' function has been applied to your account.
599
600
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
601
602 1515 Luisehahne
Loginname: {LOGIN_NAME}
603 1361 Luisehahne
Password: {LOGIN_PASSWORD}
604
605
Your password has been reset to the one above.
606
This means that your old password will no longer work anymore!
607
If you\'ve got any questions or problems within the new login-data
608
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
609
Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
610
611
Regards
612
------------------------------------
613
This message was automatic generated
614
615
';
616
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
617
Hello {LOGIN_DISPLAY_NAME},
618
619
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
620
621
Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
622 1515 Luisehahne
Loginname: {LOGIN_NAME}
623 1361 Luisehahne
Password: {LOGIN_PASSWORD}
624
625
Regards
626
627
Please:
628
if you have received this message by an error, please delete it immediately!
629
-------------------------------------
630
This message was automatic generated!
631
';
632
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
633
$MESSAGE['SIGNUP_NO_EMAIL'] = 'You must enter an email address';
634
$MESSAGE['START_CURRENT_USER'] = 'You are currently logged in as:';
635
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Warning, Installation Directory Still Exists!';
636 1475 Luisehahne
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
637 1361 Luisehahne
$MESSAGE['START_WELCOME_MESSAGE'] = 'Welcome to WebsiteBaker Administration';
638
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Please note: to change the template you must go to the Settings section';
639 1551 Luisehahne
640
$MESSAGE['UPLOAD_ERR_OK'] = 'File were successful uploaded';
641
$MESSAGE['UPLOAD_ERR_INI_SIZE'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini';
642
$MESSAGE['UPLOAD_ERR_FORM_SIZE'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form';
643
$MESSAGE['UPLOAD_ERR_PARTIAL'] = 'The uploaded file was only partially uploaded';
644
$MESSAGE['UPLOAD_ERR_NO_FILE'] = 'No file was uploaded';
645
$MESSAGE['UPLOAD_ERR_NO_TMP_DIR'] = 'Missing a temporary folder';
646
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk';
647
$MESSAGE['UPLOAD_ERR_EXTENSION'] = 'File upload stopped by extension';
648
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error';
649
650 1361 Luisehahne
$MESSAGE['USERS_ADDED'] = 'User added successfully';
651
$MESSAGE['USERS_CANT_SELFDELETE'] = 'Function rejected, You can not delete yourself!';
652
$MESSAGE['USERS_CHANGING_PASSWORD'] = 'Please note: You should only enter values in the above fields if you wish to change this users password';
653
$MESSAGE['USERS_CONFIRM_DELETE'] = 'Are you sure you want to delete the selected user?';
654
$MESSAGE['USERS_DELETED'] = 'User deleted successfully';
655
$MESSAGE['USERS_EMAIL_TAKEN'] = 'The email you entered is already in use';
656
$MESSAGE['USERS_INVALID_EMAIL'] = 'The email address you entered is invalid';
657 1515 Luisehahne
$MESSAGE['USERS_NAME_INVALID_CHARS'] = 'Invalid chars for loginname found';
658 1361 Luisehahne
$MESSAGE['USERS_NO_GROUP'] = 'No group was selected';
659
$MESSAGE['USERS_PASSWORD_MISMATCH'] = 'The passwords you entered do not match';
660
$MESSAGE['USERS_PASSWORD_TOO_SHORT'] = 'The password you entered was too short';
661
$MESSAGE['USERS_SAVED'] = 'User saved successfully';
662 1515 Luisehahne
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
663
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
664 1361 Luisehahne
665
/* OVERVIEW */
666
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...';
667
$OVERVIEW['GROUPS'] = 'Manage user groups and their system permissions...';
668
$OVERVIEW['HELP'] = 'Got a questions? Find your answer...';
669
$OVERVIEW['LANGUAGES'] = 'Manage WebsiteBaker languages...';
670
$OVERVIEW['MEDIA'] = 'Manage files stored in the media folder...';
671
$OVERVIEW['MODULES'] = 'Manage WebsiteBaker modules...';
672
$OVERVIEW['PAGES'] = 'Manage your websites pages...';
673
$OVERVIEW['PREFERENCES'] = 'Change preferences such as email address, password, etc... ';
674
$OVERVIEW['SETTINGS'] = 'Changes settings for WebsiteBaker...';
675
$OVERVIEW['START'] = 'Administration overview';
676
$OVERVIEW['TEMPLATES'] = 'Change the look and feel of your website with templates...';
677
$OVERVIEW['USERS'] = 'Manage users who can log-in to WebsiteBaker...';
678
$OVERVIEW['VIEW'] = 'Quickly view and browse your website in a new window...';
679
680 1636 Luisehahne
$TEXT['THEME_COPY_CURRENT']  = 'Copy backend theme.';
681
$TEXT['THEME_NEW_NAME']      = 'Name of the new Theme';
682
$TEXT['THEME_CURRENT']       = 'current active theme';
683
$TEXT['THEME_START_COPY']    = 'copy';
684
$TEXT['THEME_IMPORT_HTT']    = 'Import additional templates';
685
$TEXT['THEME_SELECT_HTT']    = 'select templates';
686
$TEXT['THEME_NOMORE_HTT']    = 'no more available';
687
$TEXT['THEME_START_IMPORT']  = 'import';
688 1634 Luisehahne
$MESSAGE['THEME_COPY_CURRENT']               = 'Copy the current active theme and save it with a new name.';
689
$MESSAGE['THEME_ALREADY_EXISTS']             = 'This new theme descriptor already exists.';
690
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!';
691
$MESSAGE['THEME_DESTINATION_READONLY']       = 'No rights to create new theme directory!';
692
$MESSAGE['THEME_IMPORT_HTT']                 = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
693
694 1361 Luisehahne
/* include old languages format */
695
if(file_exists(WB_PATH.'/languages/old.format.inc.php'))
696
{
697
	include(WB_PATH.'/languages/old.format.inc.php');
698 1551 Luisehahne
}