Revision 24
Added by Luisehahne about 8 years ago
| EN.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
/** |
|
| 2 |
/* |
|
| 3 |
* Copyright (C) 2017 Manuela v.d.Decken <manuela@isteam.de> |
|
| 3 | 4 |
* |
| 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$ |
|
| 5 |
* DO NOT ALTER OR REMOVE COPYRIGHT OR THIS HEADER |
|
| 16 | 6 |
* |
| 7 |
* This program is free software: you can redistribute it and/or modify |
|
| 8 |
* it under the terms of the GNU General Public License as published by |
|
| 9 |
* the Free Software Foundation, version 2 of the License. |
|
| 10 |
* |
|
| 11 |
* This program is distributed in the hope that it will be useful, |
|
| 12 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 13 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
| 14 |
* GNU General Public License 2 for more details. |
|
| 15 |
* |
|
| 16 |
* You should have received a copy of the GNU General Public License 2 |
|
| 17 |
* along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
| 17 | 18 |
*/ |
| 19 |
/** |
|
| 20 |
* Description of EN |
|
| 21 |
* @package CoreTranslation |
|
| 22 |
* @copyright Manuela v.d.Decken <manuela@isteam.de> |
|
| 23 |
* @author Manuela v.d.Decken <manuela@isteam.de> |
|
| 24 |
* @license GNU General Public License 2.0 |
|
| 25 |
* @version 4.0.0 |
|
| 26 |
* @revision $Id$ |
|
| 27 |
* @since File available since 18.10.2017 |
|
| 28 |
* @deprecated no |
|
| 29 |
* @description xxx |
|
| 30 |
*/ |
|
| 31 |
//declare(strict_types = 1); |
|
| 32 |
//declare(encoding = 'UTF-8'); |
|
| 18 | 33 |
|
| 19 |
// Must include code to stop this file being access directly |
|
| 20 |
if(defined('WB_PATH') == false) { exit("Cannot access this file directly"); }
|
|
| 21 |
|
|
| 34 |
if (!defined('WB_PATH')) { header($_SERVER['SERVER_PROTOCOL'].' 404 Not Found'); flush(); exit; }
|
|
| 22 | 35 |
// Define that this file is loaded |
| 23 |
if(!defined('LANGUAGE_LOADED')) {
|
|
| 24 |
define('LANGUAGE_LOADED', true);
|
|
| 25 |
} |
|
| 36 |
if (!defined('LANGUAGE_LOADED')) { define('LANGUAGE_LOADED', true); }
|
|
| 26 | 37 |
|
| 27 | 38 |
// Set the language information |
| 28 | 39 |
$language_code = 'EN'; |
| 29 | 40 |
$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'; |
|
| 41 |
$language_version = '4.0.0';
|
|
| 42 |
$language_platform = '2.11.0';
|
|
| 43 |
$language_author = 'Manuela v.d.Decken, Dietmar Wöllbrink';
|
|
| 44 |
$language_license = 'GNU General Public License 2.0';
|
|
| 34 | 45 |
|
| 35 |
/* MENU */ |
|
| 46 |
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met'; |
|
| 47 |
$HEADING['ADD_CHILD_PAGE'] = 'Add child page'; |
|
| 48 |
$HEADING['ADD_GROUP'] = 'Add Group'; |
|
| 49 |
$HEADING['ADD_GROUPS'] = 'Add Groups'; |
|
| 50 |
$HEADING['ADD_HEADING'] = 'Add Heading'; |
|
| 51 |
$HEADING['ADD_PAGE'] = 'Add Page'; |
|
| 52 |
$HEADING['ADD_USER'] = 'Add User'; |
|
| 53 |
$HEADING['ADMINISTRATION_TOOLS'] = 'Administration Tools'; |
|
| 54 |
$HEADING['BROWSE_MEDIA'] = 'Browse Media'; |
|
| 55 |
$HEADING['CREATE_FOLDER'] = 'Create Folder'; |
|
| 56 |
$HEADING['DEFAULT_SETTINGS'] = 'Default Settings'; |
|
| 57 |
$HEADING['DELETED_PAGES'] = 'Deleted Pages'; |
|
| 58 |
$HEADING['FILESYSTEM_SETTINGS'] = 'Filesystem Settings'; |
|
| 59 |
$HEADING['GENERAL_SETTINGS'] = 'General Settings'; |
|
| 60 |
$HEADING['INSTALL_LANGUAGE'] = 'Install Language'; |
|
| 61 |
$HEADING['INSTALL_MODULE'] = 'Install Module'; |
|
| 62 |
$HEADING['INSTALL_TEMPLATE'] = 'Install Template'; |
|
| 63 |
$HEADING['INVOKE_LANGUAGE_FILES'] = 'Execute language files manually'; |
|
| 64 |
$HEADING['INVOKE_MODULE_FILES'] = 'Execute module files manually'; |
|
| 65 |
$HEADING['INVOKE_TEMPLATE_FILES'] = 'Execute template files manually'; |
|
| 66 |
$HEADING['LANGUAGE_DETAILS'] = 'Language Details'; |
|
| 67 |
$HEADING['MANAGE_SECTIONS'] = 'Manage Sections'; |
|
| 68 |
$HEADING['MODIFY_ADVANCED_PAGE_SETTINGS'] = 'Modify Advanced Page Settings'; |
|
| 69 |
$HEADING['MODIFY_DELETE_GROUP'] = 'Modify/Delete Group'; |
|
| 70 |
$HEADING['MODIFY_DELETE_PAGE'] = 'Modify/Delete Page'; |
|
| 71 |
$HEADING['MODIFY_DELETE_USER'] = 'Modify/Delete User'; |
|
| 72 |
$HEADING['MODIFY_GROUP'] = 'Modify Group'; |
|
| 73 |
$HEADING['MODIFY_GROUPS'] = 'Modify Groups'; |
|
| 74 |
$HEADING['MODIFY_INTRO_PAGE'] = 'Modify Intro Page'; |
|
| 75 |
$HEADING['MODIFY_PAGE'] = 'Modify Page'; |
|
| 76 |
$HEADING['MODIFY_PAGE_SETTINGS'] = 'Modify Page Settings'; |
|
| 77 |
$HEADING['MODIFY_USER'] = 'Modify User'; |
|
| 78 |
$HEADING['MODULE_DETAILS'] = 'Module Details'; |
|
| 79 |
$HEADING['MY_EMAIL'] = 'My Email'; |
|
| 80 |
$HEADING['MY_PASSWORD'] = 'My Password'; |
|
| 81 |
$HEADING['MY_SETTINGS'] = 'My Settings'; |
|
| 82 |
$HEADING['SEARCH_SETTINGS'] = 'Search Settings'; |
|
| 83 |
$HEADING['SERVER_SETTINGS'] = 'Server Settings'; |
|
| 84 |
$HEADING['TEMPLATE_DETAILS'] = 'Template Details'; |
|
| 85 |
$HEADING['UNINSTALL_LANGUAGE'] = 'Uninstall Language'; |
|
| 86 |
$HEADING['UNINSTALL_MODULE'] = 'Uninstall Module'; |
|
| 87 |
$HEADING['UNINSTALL_TEMPLATE'] = 'Uninstall Template'; |
|
| 88 |
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading'; |
|
| 89 |
$HEADING['UPLOAD_FILES'] = 'Upload File(s)'; |
|
| 90 |
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings'; |
|
| 36 | 91 |
$MENU['ACCESS'] = 'Access'; |
| 37 | 92 |
$MENU['ADDON'] = 'Add-on'; |
| 38 | 93 |
$MENU['ADDONS'] = 'Add-ons'; |
| ... | ... | |
| 47 | 102 |
$MENU['LOGOUT'] = 'Log-out'; |
| 48 | 103 |
$MENU['MEDIA'] = 'Media'; |
| 49 | 104 |
$MENU['MODULES'] = 'Modules'; |
| 105 |
$MENU['MY_PROFILE'] = 'My Profile'; |
|
| 50 | 106 |
$MENU['PAGES'] = 'Pages'; |
| 51 | 107 |
$MENU['PREFERENCES'] = 'Preferences'; |
| 52 | 108 |
$MENU['SETTINGS'] = 'Settings'; |
| ... | ... | |
| 54 | 110 |
$MENU['TEMPLATES'] = 'Templates'; |
| 55 | 111 |
$MENU['USERS'] = 'Users'; |
| 56 | 112 |
$MENU['VIEW'] = 'View'; |
| 57 |
|
|
| 58 |
/* TEXT */ |
|
| 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
|
| 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
|
| 115 |
$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.'; |
|
| 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
|
| 117 |
$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.'; |
|
| 118 |
$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.'; |
|
| 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
|
| 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully'; |
|
| 121 |
$MESSAGE['ADDON_OVERWRITE_NEWER_FILES'] = 'Overwrite newer Files'; |
|
| 122 |
$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.'; |
|
| 123 |
$MESSAGE['ADDON_RELOAD'] = 'Update database with information from Add-on files (e.g. after FTP upload).'; |
|
| 124 |
$MESSAGE['ADDON_TEMPLATES_RELOADED'] = 'Templates reloaded successfully'; |
|
| 125 |
$MESSAGE['ADMIN_INSUFFICIENT_PRIVELLIGES'] = 'Insufficient privelliges to be here'; |
|
| 126 |
$MESSAGE['FORGOT_PASS_ALREADY_RESET'] = 'Password cannot be reset more than once per hour, sorry'; |
|
| 127 |
$MESSAGE['FORGOT_PASS_CANNOT_EMAIL'] = 'Unable to email password, please contact system administrator'; |
|
| 128 |
$MESSAGE['FORGOT_PASS_EMAIL_NOT_FOUND'] = 'The email that you entered cannot be found in the database'; |
|
| 129 |
$MESSAGE['FORGOT_PASS_NO_DATA'] = 'Please enter your email address below'; |
|
| 130 |
$MESSAGE['FORGOT_PASS_PASSWORD_RESET'] = 'Your loginname and password have been sent to your email address'; |
|
| 131 |
$MESSAGE['FRONTEND_SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display'; |
|
| 132 |
$MESSAGE['FRONTEND_SORRY_NO_VIEWING_PERMISSIONS'] = 'Sorry, you do not have permissions to view this page'; |
|
| 133 |
$MESSAGE['GENERIC_ALREADY_INSTALLED'] = 'Already installed'; |
|
| 134 |
$MESSAGE['GENERIC_BAD_PERMISSIONS'] = 'Unable to write to the target directory'; |
|
| 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
|
| 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Cannot uninstall'; |
|
| 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Cannot Uninstall: the selected file is in use'; |
|
| 138 |
$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 />';
|
|
| 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages'; |
|
| 140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
| 141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
| 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Cannot unzip file'; |
|
| 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Cannot upload file'; |
|
| 144 |
$MESSAGE['GENERIC_COMPARE'] = ' successfully'; |
|
| 145 |
$MESSAGE['GENERIC_ERROR_OPENING_FILE'] = 'Error opening file.'; |
|
| 146 |
$MESSAGE['GENERIC_FAILED_COMPARE'] = ' failed'; |
|
| 147 |
$MESSAGE['GENERIC_FILE_TYPE'] = 'Please note that the file you upload must be of the following format:'; |
|
| 148 |
$MESSAGE['GENERIC_FILE_TYPES'] = 'Please note that the file you upload must be in one of the following formats:'; |
|
| 149 |
$MESSAGE['GENERIC_FILL_IN_ALL'] = 'Please go back and fill-in all fields'; |
|
| 150 |
$MESSAGE['GENERIC_FORGOT_OPTIONS'] = 'You have selected no choice!'; |
|
| 151 |
$MESSAGE['GENERIC_INSTALLED'] = 'Installed successfully'; |
|
| 152 |
$MESSAGE['GENERIC_INVALID'] = 'The file you uploaded is invalid'; |
|
| 153 |
$MESSAGE['GENERIC_INVALID_ADDON_FILE'] = 'Invalid WebsiteBaker installation file. Please check the *.zip format.'; |
|
| 154 |
$MESSAGE['GENERIC_INVALID_LANGUAGE_FILE'] = 'Invalid WebsiteBaker language file. Please check the text file.'; |
|
| 155 |
$MESSAGE['GENERIC_INVALID_MODULE_FILE'] = 'Invalid WebsiteBaker module file. Please check the text file.'; |
|
| 156 |
$MESSAGE['GENERIC_INVALID_TEMPLATE_FILE'] = 'Invalid WebsiteBaker template file. Please check the text file.'; |
|
| 157 |
$MESSAGE['GENERIC_IN_USE'] = ' but used in '; |
|
| 158 |
$MESSAGE['GENERIC_MISSING_ARCHIVE_FILE'] = 'Missing Archiv file!'; |
|
| 159 |
$MESSAGE['GENERIC_MODULE_VERSION_ERROR'] = 'The module is not installed properly!'; |
|
| 160 |
$MESSAGE['GENERIC_NOT_COMPARE'] = ' not possibly'; |
|
| 161 |
$MESSAGE['GENERIC_NOT_INSTALLED'] = 'Not installed'; |
|
| 162 |
$MESSAGE['GENERIC_NOT_UPGRADED'] = 'Actualization not possibly'; |
|
| 163 |
$MESSAGE['GENERIC_PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.'; |
|
| 164 |
$MESSAGE['GENERIC_PLEASE_CHECK_BACK_SOON'] = 'Please check back soon...'; |
|
| 165 |
$MESSAGE['GENERIC_SECURITY_ACCESS'] = 'Security offense!! Access denied!'; |
|
| 166 |
$MESSAGE['GENERIC_SECURITY_OFFENSE'] = 'Security offense!! data storing was refused!!'; |
|
| 167 |
$MESSAGE['GENERIC_UNINSTALLED'] = 'Uninstalled successfully'; |
|
| 168 |
$MESSAGE['GENERIC_UPGRADED'] = 'Upgraded successfully'; |
|
| 169 |
$MESSAGE['GENERIC_VERSION_COMPARE'] = 'Version comparison'; |
|
| 170 |
$MESSAGE['GENERIC_VERSION_GT'] = 'Upgrade necessary!'; |
|
| 171 |
$MESSAGE['GENERIC_VERSION_LT'] = 'Downgrade'; |
|
| 172 |
$MESSAGE['GENERIC_WEBSITE_LOCKED'] = 'this site is temporarily down for maintenance'; |
|
| 173 |
$MESSAGE['GENERIC_WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction'; |
|
| 174 |
$MESSAGE['GROUPS_ADDED'] = 'Group added successfully'; |
|
| 175 |
$MESSAGE['GROUPS_CONFIRM_DELETE'] = 'Are you sure you want to delete the selected group (and any users that belong to it)?'; |
|
| 176 |
$MESSAGE['GROUPS_DELETED'] = 'Group deleted successfully'; |
|
| 177 |
$MESSAGE['GROUPS_GROUP_NAME_BLANK'] = 'Group name is blank'; |
|
| 178 |
$MESSAGE['GROUPS_GROUP_NAME_EXISTS'] = 'Group name already exists'; |
|
| 179 |
$MESSAGE['GROUPS_NO_GROUPS_FOUND'] = 'No groups found'; |
|
| 180 |
$MESSAGE['GROUPS_SAVED'] = 'Group saved successfully'; |
|
| 181 |
$MESSAGE['LOGIN_AUTHENTICATION_FAILED'] = 'Loginname or password incorrect'; |
|
| 182 |
$MESSAGE['LOGIN_BOTH_BLANK'] = 'Please enter your loginname and password below'; |
|
| 183 |
$MESSAGE['LOGIN_PASSWORD_BLANK'] = 'Please enter a password'; |
|
| 184 |
$MESSAGE['LOGIN_PASSWORD_TOO_LONG'] = 'Supplied password to long'; |
|
| 185 |
$MESSAGE['LOGIN_PASSWORD_TOO_SHORT'] = 'Supplied password to short'; |
|
| 186 |
$MESSAGE['LOGIN_USERNAME_BLANK'] = 'Please enter a loginname'; |
|
| 187 |
$MESSAGE['LOGIN_USERNAME_TOO_LONG'] = 'Supplied loginname to long'; |
|
| 188 |
$MESSAGE['LOGIN_USERNAME_TOO_SHORT'] = 'Supplied loginname to short'; |
|
| 189 |
$MESSAGE['MEDIA_BLANK_EXTENSION'] = 'You did not enter a file extension'; |
|
| 190 |
$MESSAGE['MEDIA_BLANK_NAME'] = 'You did not enter a new name'; |
|
| 191 |
$MESSAGE['MEDIA_CANNOT_DELETE_DIR'] = 'Cannot delete the selected folder'; |
|
| 192 |
$MESSAGE['MEDIA_CANNOT_DELETE_FILE'] = 'Cannot delete the selected file'; |
|
| 193 |
$MESSAGE['MEDIA_CANNOT_RENAME'] = 'Rename unsuccessful'; |
|
| 194 |
$MESSAGE['MEDIA_CONFIRM_DELETE'] = 'Are you sure you want to delete the following file or folder?'; |
|
| 195 |
$MESSAGE['MEDIA_DELETED_DIR'] = 'Folder deleted successfully'; |
|
| 196 |
$MESSAGE['MEDIA_DELETED_FILE'] = 'File deleted successfully'; |
|
| 197 |
$MESSAGE['MEDIA_DIR_ACCESS_DENIED'] = 'Specified directory does not exist or is not allowed.'; |
|
| 198 |
$MESSAGE['MEDIA_DIR_DOES_NOT_EXIST'] = 'Directory does not exist'; |
|
| 199 |
$MESSAGE['MEDIA_DIR_DOT_DOT_SLASH'] = 'Cannot include ../ in the folder name'; |
|
| 200 |
$MESSAGE['MEDIA_DIR_EXISTS'] = 'A folder matching the name you entered already exists'; |
|
| 201 |
$MESSAGE['MEDIA_DIR_MADE'] = 'Folder created successfully'; |
|
| 202 |
$MESSAGE['MEDIA_DIR_NOT_MADE'] = 'Unable to create folder'; |
|
| 203 |
$MESSAGE['MEDIA_FILE_EXISTS'] = 'A file matching the name you entered already exists'; |
|
| 204 |
$MESSAGE['MEDIA_FILE_NOT_FOUND'] = 'File not found'; |
|
| 205 |
$MESSAGE['MEDIA_NAME_DOT_DOT_SLASH'] = 'Cannot include ../ in the name'; |
|
| 206 |
$MESSAGE['MEDIA_NAME_INDEX_PHP'] = 'Cannot use index.php as the name'; |
|
| 207 |
$MESSAGE['MEDIA_NONE_FOUND'] = 'No media found in the current folder'; |
|
| 208 |
$MESSAGE['MEDIA_NO_FILE_UPLOADED'] = 'No file was recieved'; |
|
| 209 |
$MESSAGE['MEDIA_RENAMED'] = 'Rename successful'; |
|
| 210 |
$MESSAGE['MEDIA_SINGLE_UPLOADED'] = ' file was successfully uploaded'; |
|
| 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Cannot have ../ in the folder target'; |
|
| 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' files were successfully uploaded'; |
|
| 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.'; |
|
| 214 |
$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>';
|
|
| 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'You must enter details for the following fields'; |
|
| 216 |
$MESSAGE['PAGES_ADDED'] = 'Page added successfully'; |
|
| 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Page heading added successfully'; |
|
| 218 |
$MESSAGE['PAGES_BLANK_MENU_TITLE'] = 'Please enter a menu title'; |
|
| 219 |
$MESSAGE['PAGES_BLANK_PAGE_TITLE'] = 'Please enter a page title'; |
|
| 220 |
$MESSAGE['PAGES_CANNOT_CREATE_ACCESS_FILE'] = 'Error creating access file in the /pages directory (insufficient privileges)'; |
|
| 221 |
$MESSAGE['PAGES_CANNOT_DELETE_ACCESS_FILE'] = 'Error deleting access file in the /pages directory (insufficient privileges)'; |
|
| 222 |
$MESSAGE['PAGES_CANNOT_REORDER'] = 'Error re-ordering page'; |
|
| 223 |
$MESSAGE['PAGES_DELETED'] = 'Page deleted successfully'; |
|
| 224 |
$MESSAGE['PAGES_DELETE_CONFIRM'] = 'Are you sure you want to delete the selected page (and all of its sub-pages)'; |
|
| 225 |
$MESSAGE['PAGES_INSUFFICIENT_PERMISSIONS'] = 'You do not have permissions to modify this page'; |
|
| 226 |
$MESSAGE['PAGES_INTRO_LINK'] = 'Click HERE to modify the intro page'; |
|
| 227 |
$MESSAGE['PAGES_INTRO_NOT_WRITABLE'] = 'Cannot write to file /pages/intro.php (insufficient privileges)'; |
|
| 228 |
$MESSAGE['PAGES_INTRO_SAVED'] = 'Intro page saved successfully'; |
|
| 229 |
$MESSAGE['PAGES_LAST_MODIFIED'] = 'Last modification by'; |
|
| 230 |
$MESSAGE['PAGES_NOT_FOUND'] = 'Page not found'; |
|
| 231 |
$MESSAGE['PAGES_NOT_SAVED'] = 'Error saving page'; |
|
| 232 |
$MESSAGE['PAGES_PAGE_EXISTS'] = 'A page with the same or similar title exists'; |
|
| 233 |
$MESSAGE['PAGES_REORDERED'] = 'Page re-ordered successfully'; |
|
| 234 |
$MESSAGE['PAGES_RESTORED'] = 'Page restored successfully'; |
|
| 235 |
$MESSAGE['PAGES_RETURN_TO_PAGES'] = 'Return to pages'; |
|
| 236 |
$MESSAGE['PAGES_SAVED'] = 'Page saved successfully'; |
|
| 237 |
$MESSAGE['PAGES_SAVED_SETTINGS'] = 'Page settings saved successfully'; |
|
| 238 |
$MESSAGE['PAGES_SECTIONS_PROPERTIES_SAVED'] = 'Section properties saved successfully'; |
|
| 239 |
$MESSAGE['PREFERENCES_CURRENT_PASSWORD_INCORRECT'] = 'The (current) password you entered is incorrect'; |
|
| 240 |
$MESSAGE['PREFERENCES_DETAILS_SAVED'] = 'Details saved successfully'; |
|
| 241 |
$MESSAGE['PREFERENCES_EMAIL_UPDATED'] = 'Email updated successfully'; |
|
| 242 |
$MESSAGE['PREFERENCES_INVALID_CHARS'] = 'Invalid password chars used'; |
|
| 243 |
$MESSAGE['PREFERENCES_PASSWORD_CHANGED'] = 'Password changed successfully'; |
|
| 244 |
$MESSAGE['RECORD_MODIFIED_FAILED'] = 'The change of the record has missed.'; |
|
| 245 |
$MESSAGE['RECORD_MODIFIED_SAVED'] = 'The changed record was updated successfully.'; |
|
| 246 |
$MESSAGE['RECORD_NEW_FAILED'] = 'Adding a new record has missed.'; |
|
| 247 |
$MESSAGE['RECORD_NEW_SAVED'] = 'New record was added successfully.'; |
|
| 248 |
$MESSAGE['SETTINGS_MODE_SWITCH_WARNING'] = 'Please Note: Pressing this button resets all unsaved changes'; |
|
| 249 |
$MESSAGE['SETTINGS_SAVED'] = 'Settings saved successfully'; |
|
| 250 |
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Unable to open the configuration file'; |
|
| 251 |
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Cannot write to configuration file'; |
|
| 252 |
$MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Please note: this is only recommended for testing environments'; |
|
| 253 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = '\r\nA new user was registered.\r\n\r\nLoginname: {LOGIN_NAME}\r\nUserId: {LOGIN_ID}\r\nE-Mail: {LOGIN_EMAIL}\r\nIP-Adress: {LOGIN_IP}\r\nRegistration date: {SIGNUP_DATE}\r\n----------------------------------------\r\nThis message was automatic generated!\r\n\r\n';
|
|
| 254 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '\r\nHello {LOGIN_DISPLAY_NAME},\r\n\r\nThis mail was sent because the \'forgot password\' function has been applied to your account.\r\n\r\nYour new \'{LOGIN_WEBSITE_TITLE}\' login details are:\r\n\r\nLoginname: {LOGIN_NAME}\r\nPassword: {LOGIN_PASSWORD}\r\n\r\nYour password has been reset to the one above.\r\nThis means that your old password will no longer work anymore!\r\nIf you\'ve got any questions or problems within the new login-data\r\nyou should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.\r\nPlease remember to clean you browser-cache before using the new one to avoid unexpected fails.\r\n\r\nRegards\r\n------------------------------------\r\nThis message was automatic generated\r\n\r\n';
|
|
| 255 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '\r\nHello {LOGIN_DISPLAY_NAME},\r\n\r\nWelcome to our \'{LOGIN_WEBSITE_TITLE}\'.\r\n\r\nYour \'{LOGIN_WEBSITE_TITLE}\' login details are:\r\nLoginname: {LOGIN_NAME}\r\nPassword: {LOGIN_PASSWORD}\r\n\r\nRegards\r\n\r\nPlease:\r\nif you have received this message by an error, please delete it immediately!\r\n-------------------------------------\r\nThis message was automatic generated!\r\n';
|
|
| 256 |
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered'; |
|
| 257 |
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
| 258 |
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration'; |
|
| 259 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'You must enter an email address'; |
|
| 260 |
$MESSAGE['START_CURRENT_USER'] = 'You are currently logged in as:'; |
|
| 261 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Warning, Installation Directory Still Exists!'; |
|
| 262 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 263 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Welcome to WebsiteBaker Administration'; |
|
| 264 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Please note: to change the template you must go to the Settings section'; |
|
| 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
|
| 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
|
| 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
|
| 268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.'; |
|
| 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
|
| 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
|
| 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
|
| 272 |
$MESSAGE['UPLOAD_ERR_EXTENSION'] = 'File upload stopped by extension'; |
|
| 273 |
$MESSAGE['UPLOAD_ERR_FORM_SIZE'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'; |
|
| 274 |
$MESSAGE['UPLOAD_ERR_INI_SIZE'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini'; |
|
| 275 |
$MESSAGE['UPLOAD_ERR_NO_FILE'] = 'No file was uploaded'; |
|
| 276 |
$MESSAGE['UPLOAD_ERR_NO_TMP_DIR'] = 'Missing a temporary folder'; |
|
| 277 |
$MESSAGE['UPLOAD_ERR_OK'] = 'File were successful uploaded'; |
|
| 278 |
$MESSAGE['UPLOAD_ERR_PARTIAL'] = 'The uploaded file was only partially uploaded'; |
|
| 279 |
$MESSAGE['USERS_ADDED'] = 'User added successfully'; |
|
| 280 |
$MESSAGE['USERS_CANT_SELFDELETE'] = 'Function rejected, You can not delete yourself!'; |
|
| 281 |
$MESSAGE['USERS_CHANGING_PASSWORD'] = 'Please note: You should only enter values in the above fields if you wish to change this users password'; |
|
| 282 |
$MESSAGE['USERS_CONFIRM_DELETE'] = 'Are you sure you want to delete the selected user?'; |
|
| 283 |
$MESSAGE['USERS_DELETED'] = 'User deleted successfully'; |
|
| 284 |
$MESSAGE['USERS_EMAIL_TAKEN'] = 'The email you entered is already in use'; |
|
| 285 |
$MESSAGE['USERS_INVALID_EMAIL'] = 'The email address you entered is invalid'; |
|
| 286 |
$MESSAGE['USERS_NAME_INVALID_CHARS'] = 'Invalid chars for loginname found'; |
|
| 287 |
$MESSAGE['USERS_NO_GROUP'] = 'No group was selected'; |
|
| 288 |
$MESSAGE['USERS_PASSWORD_MISMATCH'] = 'The passwords you entered do not match'; |
|
| 289 |
$MESSAGE['USERS_PASSWORD_TOO_SHORT'] = 'The password you entered was too short'; |
|
| 290 |
$MESSAGE['USERS_SAVED'] = 'User saved successfully'; |
|
| 291 |
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken'; |
|
| 292 |
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short'; |
|
| 293 |
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...'; |
|
| 294 |
$OVERVIEW['GROUPS'] = 'Manage user groups and their system permissions...'; |
|
| 295 |
$OVERVIEW['HELP'] = 'Got a questions? Find your answer...'; |
|
| 296 |
$OVERVIEW['LANGUAGES'] = 'Manage WebsiteBaker languages...'; |
|
| 297 |
$OVERVIEW['MEDIA'] = 'Manage files stored in the media folder...'; |
|
| 298 |
$OVERVIEW['MODULES'] = 'Manage WebsiteBaker modules...'; |
|
| 299 |
$OVERVIEW['PAGES'] = 'Manage your websites pages...'; |
|
| 300 |
$OVERVIEW['PREFERENCES'] = 'Change preferences such as email address, password, etc... '; |
|
| 301 |
$OVERVIEW['SETTINGS'] = 'Changes settings for WebsiteBaker...'; |
|
| 302 |
$OVERVIEW['START'] = 'Administration overview'; |
|
| 303 |
$OVERVIEW['TEMPLATES'] = 'Change the look and feel of your website with templates...'; |
|
| 304 |
$OVERVIEW['USERS'] = 'Manage users who can log-in to WebsiteBaker...'; |
|
| 305 |
$OVERVIEW['VIEW'] = 'Quickly view and browse your website in a new window...'; |
|
| 59 | 306 |
$TEXT['ACCOUNT_SIGNUP'] = 'Account Sign-Up'; |
| 60 | 307 |
$TEXT['ACTIONS'] = 'Actions'; |
| 61 | 308 |
$TEXT['ACTIVE'] = 'Active'; |
| ... | ... | |
| 121 | 368 |
$TEXT['DELETE_ZIP'] = 'Delete zip archive after unpacking'; |
| 122 | 369 |
$TEXT['DESCRIPTION'] = 'Description'; |
| 123 | 370 |
$TEXT['DESIGNED_FOR'] = 'Designed For'; |
| 371 |
$TEXT['DEV_INFOS'] = 'Developer Informations'; |
|
| 124 | 372 |
$TEXT['DIRECTORIES'] = 'Directories'; |
| 125 | 373 |
$TEXT['DIRECTORY_MODE'] = 'Directory Mode'; |
| 126 | 374 |
$TEXT['DISABLED'] = 'Disabled'; |
| ... | ... | |
| 179 | 427 |
$TEXT['LAST_UPDATED_BY'] = 'Last Updated By'; |
| 180 | 428 |
$TEXT['LENGTH'] = 'Length'; |
| 181 | 429 |
$TEXT['LEVEL'] = 'Level'; |
| 430 |
$TEXT['LICENSE'] = 'License'; |
|
| 182 | 431 |
$TEXT['LINK'] = 'Link'; |
| 183 | 432 |
$TEXT['LINUX_UNIX_BASED'] = 'Linux/Unix based'; |
| 184 | 433 |
$TEXT['LIST_OPTIONS'] = 'List Options'; |
| ... | ... | |
| 188 | 437 |
$TEXT['LONG_TEXT'] = 'Long Text'; |
| 189 | 438 |
$TEXT['LOOP'] = 'Loop'; |
| 190 | 439 |
$TEXT['MAIN'] = 'Main'; |
| 440 |
$TEXT['MAINTENANCE_OFF'] = 'Maintenance off'; |
|
| 191 | 441 |
$TEXT['MAINTENANCE_ON'] = 'Maintenance on'; |
| 192 |
$TEXT['MAINTENANCE_OFF'] = 'Maintenance off'; |
|
| 193 | 442 |
$TEXT['MANAGE'] = 'Manage'; |
| 194 | 443 |
$TEXT['MANAGE_GROUPS'] = 'Manage Groups'; |
| 195 | 444 |
$TEXT['MANAGE_USERS'] = 'Manage Users'; |
| ... | ... | |
| 211 | 460 |
$TEXT['MORE'] = 'More'; |
| 212 | 461 |
$TEXT['MOVE_DOWN'] = 'Move Down'; |
| 213 | 462 |
$TEXT['MOVE_UP'] = 'Move Up'; |
| 463 |
$TEXT['MULTILINGUAL'] = 'MULTILINGUAL'; |
|
| 214 | 464 |
$TEXT['MULTIPLE_MENUS'] = 'Multiple Menus'; |
| 215 | 465 |
$TEXT['MULTISELECT'] = 'Multi-select'; |
| 216 | 466 |
$TEXT['NAME'] = 'Name'; |
| ... | ... | |
| 227 | 477 |
$TEXT['NOT_INSTALLED'] = 'not installed'; |
| 228 | 478 |
$TEXT['NO_IMAGE_SELECTED'] = 'no image selected'; |
| 229 | 479 |
$TEXT['NO_RESULTS'] = 'No Results'; |
| 480 |
$TEXT['NO_SELECTION'] = 'no selection'; |
|
| 230 | 481 |
$TEXT['OF'] = 'Of'; |
| 231 | 482 |
$TEXT['ON'] = 'On'; |
| 232 | 483 |
$TEXT['OPEN'] = 'Open'; |
| ... | ... | |
| 330 | 581 |
$TEXT['TEXTAREA'] = 'Textarea'; |
| 331 | 582 |
$TEXT['TEXTFIELD'] = 'Textfield'; |
| 332 | 583 |
$TEXT['THEME'] = 'Backend-Theme'; |
| 584 |
$TEXT['THEME_COPY_CURRENT'] = 'Copy backend theme.'; |
|
| 585 |
$TEXT['THEME_CURRENT'] = 'current active theme'; |
|
| 586 |
$TEXT['THEME_IMPORT_HTT'] = 'Import additional templates'; |
|
| 587 |
$TEXT['THEME_NEW_NAME'] = 'Name of the new Theme'; |
|
| 588 |
$TEXT['THEME_NOMORE_HTT'] = 'no more available'; |
|
| 589 |
$TEXT['THEME_SELECT_HTT'] = 'select templates'; |
|
| 590 |
$TEXT['THEME_START_COPY'] = 'copy'; |
|
| 591 |
$TEXT['THEME_START_IMPORT'] = 'import'; |
|
| 333 | 592 |
$TEXT['TIME'] = 'Time'; |
| 334 | 593 |
$TEXT['TIMEZONE'] = 'Timezone'; |
| 335 | 594 |
$TEXT['TIME_FORMAT'] = 'Time Format'; |
| ... | ... | |
| 365 | 624 |
$TEXT['VISIBILITY'] = 'Visibility'; |
| 366 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; |
| 367 | 626 |
$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.';
|
|
| 627 |
$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 | 628 |
$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.';
|
|
| 629 |
$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 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
| 372 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
| 373 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; |
| ... | ... | |
| 376 | 635 |
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password'; |
| 377 | 636 |
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Loginname'; |
| 378 | 637 |
$TEXT['WEBSITE'] = 'Website'; |
| 379 |
$TEXT['WEBSITE_DESCRIPTION'] = 'Website Description';
|
|
| 638 |
$TEXT['WEBSITE_DESCRIPTION'] = 'Metatag Description';
|
|
| 380 | 639 |
$TEXT['WEBSITE_FOOTER'] = 'Website Footer'; |
| 381 | 640 |
$TEXT['WEBSITE_HEADER'] = 'Website Header'; |
| 382 |
$TEXT['WEBSITE_KEYWORDS'] = 'Website Keywords';
|
|
| 383 |
$TEXT['WEBSITE_TITLE'] = 'Website Title';
|
|
| 641 |
$TEXT['WEBSITE_KEYWORDS'] = 'Metatag Keywords';
|
|
| 642 |
$TEXT['WEBSITE_TITLE'] = 'Metatag Title';
|
|
| 384 | 643 |
$TEXT['WELCOME_BACK'] = 'Welcome back'; |
| 385 | 644 |
$TEXT['WIDTH'] = 'Width'; |
| 386 | 645 |
$TEXT['WINDOW'] = 'Window'; |
| ... | ... | |
| 391 | 650 |
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Style'; |
| 392 | 651 |
$TEXT['YES'] = 'Yes'; |
| 393 | 652 |
|
| 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 loginname 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'] = 'Loginname or password incorrect'; |
|
| 511 |
$MESSAGE['LOGIN_BOTH_BLANK'] = 'Please enter your loginname 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 loginname'; |
|
| 516 |
$MESSAGE['LOGIN_USERNAME_TOO_LONG'] = 'Supplied loginname to long'; |
|
| 517 |
$MESSAGE['LOGIN_USERNAME_TOO_SHORT'] = 'Supplied loginname 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: <a href="mailto:{SERVER_EMAIL}">{SERVER_EMAIL}</a>';
|
|
| 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 |
Loginname: {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 |
Loginname: {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 |
Loginname: {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_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.'; |
|
| 636 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Welcome to WebsiteBaker Administration'; |
|
| 637 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Please note: to change the template you must go to the Settings section'; |
|
| 638 |
|
|
| 639 |
$MESSAGE['UPLOAD_ERR_OK'] = 'File were successful uploaded'; |
|
| 640 |
$MESSAGE['UPLOAD_ERR_INI_SIZE'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini'; |
|
| 641 |
$MESSAGE['UPLOAD_ERR_FORM_SIZE'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'; |
|
| 642 |
$MESSAGE['UPLOAD_ERR_PARTIAL'] = 'The uploaded file was only partially uploaded'; |
|
| 643 |
$MESSAGE['UPLOAD_ERR_NO_FILE'] = 'No file was uploaded'; |
|
| 644 |
$MESSAGE['UPLOAD_ERR_NO_TMP_DIR'] = 'Missing a temporary folder'; |
|
| 645 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
|
| 646 |
$MESSAGE['UPLOAD_ERR_EXTENSION'] = 'File upload stopped by extension'; |
|
| 647 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
|
| 648 |
|
|
| 649 |
$MESSAGE['USERS_ADDED'] = 'User added successfully'; |
|
| 650 |
$MESSAGE['USERS_CANT_SELFDELETE'] = 'Function rejected, You can not delete yourself!'; |
|
| 651 |
$MESSAGE['USERS_CHANGING_PASSWORD'] = 'Please note: You should only enter values in the above fields if you wish to change this users password'; |
|
| 652 |
$MESSAGE['USERS_CONFIRM_DELETE'] = 'Are you sure you want to delete the selected user?'; |
|
| 653 |
$MESSAGE['USERS_DELETED'] = 'User deleted successfully'; |
|
| 654 |
$MESSAGE['USERS_EMAIL_TAKEN'] = 'The email you entered is already in use'; |
|
| 655 |
$MESSAGE['USERS_INVALID_EMAIL'] = 'The email address you entered is invalid'; |
|
| 656 |
$MESSAGE['USERS_NAME_INVALID_CHARS'] = 'Invalid chars for loginname found'; |
|
| 657 |
$MESSAGE['USERS_NO_GROUP'] = 'No group was selected'; |
|
| 658 |
$MESSAGE['USERS_PASSWORD_MISMATCH'] = 'The passwords you entered do not match'; |
|
| 659 |
$MESSAGE['USERS_PASSWORD_TOO_SHORT'] = 'The password you entered was too short'; |
|
| 660 |
$MESSAGE['USERS_SAVED'] = 'User saved successfully'; |
|
| 661 |
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken'; |
|
| 662 |
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short'; |
|
| 663 |
|
|
| 664 |
/* OVERVIEW */ |
|
| 665 |
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...'; |
|
| 666 |
$OVERVIEW['GROUPS'] = 'Manage user groups and their system permissions...'; |
|
| 667 |
$OVERVIEW['HELP'] = 'Got a questions? Find your answer...'; |
|
| 668 |
$OVERVIEW['LANGUAGES'] = 'Manage WebsiteBaker languages...'; |
|
| 669 |
$OVERVIEW['MEDIA'] = 'Manage files stored in the media folder...'; |
|
| 670 |
$OVERVIEW['MODULES'] = 'Manage WebsiteBaker modules...'; |
|
| 671 |
$OVERVIEW['PAGES'] = 'Manage your websites pages...'; |
|
| 672 |
$OVERVIEW['PREFERENCES'] = 'Change preferences such as email address, password, etc... '; |
|
| 673 |
$OVERVIEW['SETTINGS'] = 'Changes settings for WebsiteBaker...'; |
|
| 674 |
$OVERVIEW['START'] = 'Administration overview'; |
|
| 675 |
$OVERVIEW['TEMPLATES'] = 'Change the look and feel of your website with templates...'; |
|
| 676 |
$OVERVIEW['USERS'] = 'Manage users who can log-in to WebsiteBaker...'; |
|
| 677 |
$OVERVIEW['VIEW'] = 'Quickly view and browse your website in a new window...'; |
|
| 678 |
|
|
| 679 |
$TEXT['THEME_COPY_CURRENT'] = 'Copy backend theme.'; |
|
| 680 |
$TEXT['THEME_NEW_NAME'] = 'Name of the new Theme'; |
|
| 681 |
$TEXT['THEME_CURRENT'] = 'current active theme'; |
|
| 682 |
$TEXT['THEME_START_COPY'] = 'copy'; |
|
| 683 |
$TEXT['THEME_IMPORT_HTT'] = 'Import additional templates'; |
|
| 684 |
$TEXT['THEME_SELECT_HTT'] = 'select templates'; |
|
| 685 |
$TEXT['THEME_NOMORE_HTT'] = 'no more available'; |
|
| 686 |
$TEXT['THEME_START_IMPORT'] = 'import'; |
|
| 687 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
|
| 688 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
|
| 689 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
|
| 690 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
|
| 691 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.'; |
|
| 692 |
|
|
| 693 | 653 |
/* include old languages format */ |
| 694 | 654 |
if(file_exists(WB_PATH.'/languages/old.format.inc.php')) |
| 695 | 655 |
{
|
| 696 | 656 | |
Also available in: Unified diff
modified: all core languagefiles changed to pure UTF-8 linux format.
removed: /languages/old.format.inc.php (see deprecated message (2) from 2010!!!)