<? // File: english.phps
// Purpose: English Language Library
// Creation: 2002-03-26
// Author: Felix <hide@address.com>
// Reserved Array Name:
// 'menu' 'panel' 'personal' 'domain' 'reseller' 'server' 'external'
//
//
// General Text
$T['Bookmark reset'] = '<b>Default Page Reset</b>';
$T['Bookmark'] = 'Bookmark';
$T['Bookmarked'] = '<b>New Default Page Set</b>';
$T['External Tools'] = 'External Tools';
$T['Log Out'] = 'Log Out';
$T['Reset'] = 'Reset';
$T['Submit'] = 'Submit';
$T['Web Hosting Control Panel'] = 'Web Hosting Control Panel';
$T['web.cp license'] = '<a href="http://www.web-cp.net/">web://cp '.$cfg['webcp'].'</a> is licensed under the <a href="http://www.gnu.org/licenses/gpl.html">GPL</a>';
//
// Panel Menu Names
$T['menu']['personal'] = 'Personal Panel';
$T['menu']['domain'] = 'Domain Panel';
$T['menu']['reseller'] = 'Reseller Panel';
$T['menu']['server'] = 'Server Panel';
$T['menu']['tools'] = 'Tools';
//
// web://cp Panel links name
$T['panel'][4] = 'Personal CP';
$T['panel'][3] = 'Domain CP';
$T['panel'][2] = 'Reseller CP';
$T['panel'][1] = 'Server CP';
//
// Personal Menu Content
$T['personal']['userinfo'] = 'User Information';
$T['personal']['userset'] = 'User Settings';
$T['personal']['emailset'] = 'E-Mail Settings';
$T['personal']['file_mng'] = 'File Manager';
$T['personal']['serverstatus'] = 'Server Status';
#$T['personal']['userstat'] = 'User Statistics';
$T['personal']['help'] = 'Help';
//
// Domain Menu Content
$T['domain']['domaininfo'] = 'Domain Information';
$T['domain']['useradmin'] = 'Users Management';
$T['domain']['emailadmin'] = 'E-Mail Management';
$T['domain']['newuser'] = 'User Creation';
$T['domain']['domainset'] = 'Domain Settings';
$T['domain']['backup'] = 'Backups';
$T['domain']['subpointer'] = 'Sub Domains & Pointers';
$T['domain']['dbadmin'] = 'Database Management';
if ($cfg['maillist'] == 'mailman')
$T['domain']['mailman'] = 'Mailing Lists';
$T['domain']['tips'] = 'Tips & Tools';
$T['domain']['serverstatus'] = 'Server Status';
#$T['domain']['networkstatus'] = 'Network Status';
$T['domain']['domainstat'] = 'Domain Statistics';
$T['domain']['help'] = 'Help';
//
// Reseller Menu Content
$T['reseller']['resellerinfo'] = 'Reseller Information';
$T['reseller']['siteadmin'] = 'Sites Management';
$T['reseller']['newdomain'] = 'Domain Creation';
$T['reseller']['backup'] = 'Backups';
$T['reseller']['resellerset'] = 'Reseller Settings';
$T['reseller']['serverstatus'] = 'Server Status';
#$T['reseller']['networkstatus'] = 'Network Status';
#$T['reseller']['accountstat'] = 'Account Statistics';
$T['reseller']['help'] = 'Help';
//
// Server Menu Content
$T['server']['reselleradmin'] = 'Reseller Management';
$T['server']['newaccount'] = 'Reseller Creation';
$T['server']['serverset'] = 'Server Settings';
$T['server']['backup'] = 'Backups';
$T['server']['sitestat'] = 'Site Statistics';
#$T['server']['livestat'] = 'Live Statistics';
$T['server']['controlpanel'] = 'Control Panel';
$T['server']['serverstatus'] = 'Server Status';
$T['server']['logs'] = 'Server Logs';
#$T['server']['hardinfo'] = 'Hardware Information';
#$T['server']['billinginfo'] = 'Billing Information';
#$T['server']['refinfo'] = 'Referrers Information';
#$T['server']['pkgmanager'] = 'Package Manager';
$T['server']['help'] = 'Help';
//
// External Menu Content
$T['external'][0]['name'] = 'phpMyAdmin';
$T['external'][0]['url'] = 'http://www.web-cp.net/manual/index.php/ExternalLinks';
$T['external'][1]['name'] = 'phpPgAdmin';
$T['external'][1]['url'] = 'http://www.web-cp.net/manual/index.php/ExternalLinks';
$T['external'][2]['name'] = 'Webmail';
$T['external'][2]['url'] = 'http://www.web-cp.net/manual/index.php/ExternalLinks';
//
// Tools Menu Content
$T['tools']['index'] = '';
//
// No cp language
$T['Page Load'] = 'Page Load';
$T['sec'] = 'sec';
$T['date_time_format'] = "n.d.Y - H:i:s";
// login screen
$T['Login'] = 'Login';
$T['Password Recovery'] = 'Password Recovery';
$T['lost password'] = 'lost password';
$T['cancel'] = 'cancel';
$T['password will be emailed'] = 'Your password will be mailed to the domain contact on record.<br>If you don\'t receive it please contact support.';
$T['Password'] = 'Password';
$T['Timeout'] = 'Timeout';
$T['Username'] = 'Username';
$T['login note'] = 'In order to use web://cp your browser must support cookies and javascript.<br>
A minimal screen resolution of 800x600 with 16 bit colors is recommended.<br>
<center><a href="http://www.web-cp.net">web-cp.net</a></center>';
$T['Pass Recovery Msg'] = ' web://cp Password Recovery
======================================================================
A password request has been requested on '.date("Y.m.d :: H:i:s").' by '.getenv("REMOTE_ADDR").'.
If the password does not work, please contact us at '.$cfg['adminmail'].' and include this e-mail in your message.
The password for the user "'.$username.'" is: ';
$T['1 Hour'] = '1 Hour';
$T['1 Day'] = '1 Day';
$T['1 Week'] = '1 Week';
$T['1 Month'] = '1 Month';
// user levels
$T['userlvl'][4] = 'Regular User';
$T['userlvl'][3] = 'Domain Administrator';
$T['userlvl'][2] = 'Reseller Administrator';
$T['userlvl'][1] = 'Server Administrator';
// user types
$T['usertype']['standard'] = 'Standard User';
$T['usertype']['demo'] = 'Demo User';
$T['usertype']['ftp'] = 'FTP Only User';
$T['usertype']['email'] = 'E-Mail Only User';
$T['usertype']['virtual'] = 'FTP & E-Mail User';
// domain types
$T['domtype']['domain'] = 'Domain';
$T['domtype']['subdomain'] = 'Sub-Domain';
$T['domtype']['pointer'] = 'Domain Pointer';
// server-side options
$T['ss']['php'] = 'PHP';
$T['ss']['perl'] = 'Perl';
$T['ss']['asp'] = 'ASP';
$T['ss']['ssi'] = 'SSI';
$T['ss']['python'] = 'Python';
$T['ss']['ssl'] = 'SSL';
$T['ss']['cfm'] = 'ColdFusion';
$T['ss']['webware'] = 'Webware';
// notation
$T['gb'] = 'GB';
$T['mb'] = 'MB';
$T['kb'] = 'KB';
$T['kbps'] = 'Kbps';
$T['lcash'] = '$';
$T['rcash'] = '';
// languages
$T['english'] = 'English';
$T['french'] = 'French';
$T['german'] = 'German';
$T['italian'] = 'Italian';
$T['spanish'] = 'Spanish';
$T['swedish'] = 'Swedish';
$T['russian'] = 'Russian';
$T['norwegian'] = 'Norwegian';
$T['danish'] = 'Danish';
// Search/Display modes
$T['All'] = 'All';
$T['Brief'] = 'Brief';
$T['default'] = 'default';
$T['Detailed'] = 'Detailed';
$T['display'] = 'display';
$T['Editable'] = 'Editable';
$T['in'] = 'in';
$T['Next'] = 'Next';
$T['no results'] = 'Your search matches no records.';
$T['order by'] = 'order by';
$T['Previous'] = 'Previous';
$T['Search'] = 'Search';
$T['Show'] = 'Show';
$T['Total Records'] = 'Showing: ';
// System monitor
$T['Processor Usage'] = 'Processor Usage';
$T['Memory Usage'] = 'Memory Usage';
$T['FTP Server'] = 'FTP Server';
$T['DNS Server'] = 'DNS Server';
$T['Incoming Mail Server pop'] = 'Incoming Mail Server POP3';
$T['Incoming Mail Server imap'] = 'Incoming Mail Server IMAP';
$T['Outgoing Mail Server'] = 'Outgoing Mail Server';
$T['Incoming Mail Server'] = 'Incoming Mail Server';
$T['Web Server'] = 'Web Server';
$T['Uptime'] = 'Server Uptime';
$T['up'] = 'Up';
$T['down'] = 'Down';
//
// START OF panel specific language
//
//
// Personal Panel Language
if ($cp == "personal") {
$T['Access Level'] = 'Access Level';
$T['Aliases'] = 'Aliases:';
$T['Autoresponder'] = 'Autoresponder';
$T['Catch-All'] = 'Catch-All';
$T['confirm'] = 'confirm';
$T['Database'] = 'Database';
$T['Default Page'] = 'Default Page';
$T['E-Mail Aliases'] = 'E-Mail Aliases';
$T['E-Mail Options'] = 'E-Mail Options';
$T['e-mail updated'] = 'E-Mail Settings Updated.';
$T['Forward'] = 'Forward';
$T['Full Name'] = 'Full Name';
$T['Hard Disk Space'] = 'Hard Disk Space';
$T['Hard Disk Usage'] = 'Hard Disk Usage';
$T['Interface Look'] = 'Interface Look';
$T['IP Restriction'] = 'IP Access Restriction';
$T['Language'] = 'Language';
$T['Manual Topics Displayed'] = 'Manual Topics Displayed';
$T['Manual Topics'] = 'Manual Topics';
$T['none'] = '<i>none</i>';
$T['off'] = 'Off';
$T['on'] = 'On';
$T['Page'] = 'Page:';
$T['Panel'] = 'Panel:';
$T['Password'] = 'Password';
$T['Shell Access'] = 'Shell Access';
$T['Update E-Mail'] = 'Update E-Mail Settings';
$T['Update User'] = 'Update User Information';
$T['User Root Directory'] = 'User Root Directory';
$T['User Type'] = 'User Type';
$T['user updated reload'] = "User Information Updated. <a href='./?cp=$cp&url=$url&number=$number&user=".$data['username']."' target='_top'>CLICK HERE</a> to reload.";
$T['user updated'] = 'User Information Updated.';
$T['Username'] = 'Username';
// File Manager Text
$T['Upload Files'] = 'Upload Files';
$T['New Directory'] = 'New Directory';
$T['Protect Directory'] = 'Protect Directory';
$T['Previous'] = 'Previous';
$T['Next'] = 'Next';
$T['Parent Folder'] = 'Parent Folder';
$T['allocated in'] = 'allocated in';
$T['files'] = 'files';
$T['Protect'] = 'Protect';
$T['Filename'] = 'Filename';
$T['Size'] = 'Size';
$T['Date/Time'] = 'Date/Time';
$T['Owner'] = 'Owner';
$T['Group'] = 'Group';
$T['Mode'] = 'Mode';
$T['Yes'] = 'Yes';
$T['No'] = 'No';
$T['File'] = 'File';
$T['Files'] = 'files';
$T['Dir'] = 'folder';
$T['Dirs'] = 'folders';
$T['Files to upload: '] = 'Files to upload: ';
$T['DeleteFile'] = 'Really delete file';
$T['CantUndo'] = 'This is undoable';
$T['FTPerror'] = 'Connection not established. This user may not have permission to upload files.';
$T['DeleteError'] = 'Unable to delete';
$T['DeleteSuccess'] = 'successfully deleted.';
$T['IncorrectPermission'] = 'You may not have correct permissions';
$T['Chmod'] = 'Chmod';
$T['Rename'] = 'Rename';
$T['Move'] = 'Move';
$T['Delete'] = 'Delete';
$T['To'] = 'to';
$T['RenameError'] = 'Error renaming file';
$T['RenameSuccess'] = 'Successfully renamed';
$T['UploadSuccess'] = 'Successfully uploaded';
$T['UploadError'] = 'Failed to upload';
$T['ChmodSuccess'] = 'Successfully changed permissions for';
$T['ChmodError'] = '';
$T['Owner'] = 'Owner';
$T['Group'] = 'Group';
$T['World'] = 'World';
$T['Read'] = 'Read';
$T['Write'] = 'Write';
$T['Execute'] = 'Execute';
$T['Allocated'] = 'allocated in';
$T['Password protect this directory: '] = 'Password protect this directory: ';
$T['Caution: .htaccess file exists and will be overwritten.'] = 'Caution: .htaccess file exists and will be overwritten.';
$T['edited successfully'] = 'edited successfully';
$T['Hot-link Image Protection: '] = 'Hot-link Image Protection: ';
$T['Create'] = 'Create';
$T['Upload'] = 'Upload';
$T['Delete'] = 'Delete';
$T['Rename'] = 'Rename';
$T['Modify'] = 'Modify';
$T['Cancel'] = 'Cancel';
$T['none'] = 'none';
$T['Download'] = 'Download';
$T['Create new directory in: '] = 'Create new directory in: ';
$T['Name: '] = 'Name: ';
$T['Successfully created '] = 'Successfully created ';
$T['Failed to create '] = 'Failed to create ';
$T['Return'] = 'Return';
$T['Latest Login Attempts'] = 'Latest Login Attempts';
}
//
// Domain Panel Language
elseif ($cp == "domain") {
$T['Domain Contact'] = 'Domain Contact';
$T['Domain Name'] = 'Domain Name';
$T['domain updated reload'] = "Domain Information Updated. <a href='./?cp=$cp&url=$url&number=$number&user=$user' target='_top'>CLICK HERE</a> to reload.";
$T['domain updated'] = 'Domain Information Updated.';
$T['Update Domain'] = 'Update Domain';
$T['user created'] = 'A new user is being created: ';
$T['Alias'] = 'Alias';
$T['Catch-All'] = 'Catch-All';
$T['E-Mail Aliases'] = 'E-Mail Aliases';
$T['Forwarders'] = 'Forwarders';
$T['E-Mail Address'] = 'E-Mail Address';
$T['IP Restriction'] = 'IP Access Restriction';
$T['Users'] = 'Users';
$T['Databases'] = 'Databases';
$T['Subdomains'] = 'Subdomains';
$T['Dom Pointers'] = 'Domain Pointers';
$T['Hostname'] = 'Hostname';
$T['Hard Disk Usage'] = 'Hard Disk Usage';
$T['Data Transfer'] = 'Data Transfer';
$T['none'] = '<i>none</i>';
$T['on'] = 'On';
$T['off'] = 'Off';
$T['na'] = 'N/A';
$T['yes'] = 'Yes';
$T['Modify Users'] = 'Modify Users';
$T['Suspend Users'] = 'Suspend Users';
$T['Reactivate Users'] = 'Activate Users';
$T['Remove Users'] = 'Remove Users';
$T['Apply'] = 'Apply';
$T['submit'] = 'Submit';
$T['Select Action'] = 'Select Action';
$T['Hostname Aliases'] = 'Hostname Aliases';
$T['Server Side Options'] = 'Server Side Options';
$T['IP Address'] = 'IP Address';
$T['IP Priority'] = 'IP Priority';
$T['user suspend'] = 'User Suspended: ';
$T['user unsuspend'] = 'User Reactivated: ';
$T['user update'] = 'User Modified: ';
$T['user remove'] = 'User Removed: ';
$T['really suspend'] = 'Do you really want to suspend: ';
$T['really unsuspend'] = 'Do you really want to reactivate: ';
$T['really remove'] = 'Do you really want to remove: ';
$T['really create'] = 'Do you really want to create: ';
$T['really update'] = 'Do you really want to update: ';
$T['Reactivate Subdomains'] = 'Activate Subdomains';
$T['Suspend Subdomains'] = 'Suspend Subdomains';
$T['Remove Subdomains'] = 'Remove Subdomains';
$T['Reactivate Pointers'] = 'Activate Domain Pointers';
$T['Suspend Pointers'] = 'Suspend Domain Pointers';
$T['Remove Pointers'] = 'Remove Domain Pointers';
$T['Select Action'] = 'Select Action';
$T['domain suspend'] = 'Domain Suspended: ';
$T['domain unsuspend'] = 'Domain Reactivated: ';
$T['domain remove'] = 'Domain Removed: ';
$T['domain create'] = 'Domain Created: ';
$T['domain update'] = 'Domain Updated: ';
$T['DocumentRoot'] = 'Target Directory';
$T['Redirect'] = 'Redirect to Domain Name';
$T['Catch all Aliases'] = 'Alias *.domain.com';
$T['Domain Alias'] = 'http://domain.com Access';
$T['Default Root'] = 'Default User Root';
$T['Full Name'] = 'Full Name';
$T['Username'] = 'Username';
$T['Password'] = 'Password';
$T['User Root Directory'] = 'User Root Directory';
$T['Shell Access'] = 'Shell Access';
$T['Access Level'] = 'Access Level';
$T['User Type'] = 'User Type';
$T['Hard Disk Space'] = 'Hard Disk Space';
$T['E-Mail Aliases'] = 'E-Mail Aliases';
$T['E-Mail Forward'] = 'E-Mail Forward';
$T['Catch-All'] = 'Catch-All';
$T['Language'] = 'Language';
$T['Interface Look'] = 'Interface Look';
$T['no users'] = "There are no users setup for this domain. Please <a href='./?url=newuser&cp=domain&number=$number&user=$user'>click here</a> to create one.";
$T['Latest Login'] = 'Latest Login';
$T['MySQL DB Creation'] = 'MySQL Database Creation';
$T['Database Name'] = 'Database Name';
$T['MySQL DB Management'] = 'MySQL Database Management';
$T['Create Database'] = 'Create Database';
$T['Num Tables'] = '# Tables';
$T['Update Settings'] = 'Update Settings';
$T['db removed'] = 'Database Removed: ';
$T['db created'] = 'Database Created: ';
$T['db user updated'] = 'Database User Updated: ';
$T['Database Size'] = 'DB Size';
$T['listcreate'] = 'Mailing list created: ';
$T['listremove'] = 'Mailing list removed';
$T['list Creation'] = 'Mailing list Creation';
$T['list Name'] = 'Mailing list Name';
$T['Owner E-Mail'] = 'Owner E-Mail';
$T['Create Mailing'] = 'Create Mailing list';
$T['list Management'] = 'Mailing list Management';
$T['Manual Topics'] = 'Manual Topics';
$T['Manual Topics Displayed'] = 'Manual Topics Displayed';
$T['Files'] = "Files";
$T['Backup Files'] = "Include all files under these domains' root directory.";
$T['Email'] = "Email";
$T['Backup Email'] = "Include all email belonging to accounts on these domains.";
$T['Local'] = "Local";
$T['Remote'] = "Remote";
$T['Local Placement'] = "Place the backup archive on this web server.";
$T['Remote Placement'] = "Upload the backup archive to the server specified below.";
$T['FTP Server'] = "FTP Server";
$T['Username'] = "Username";
$T['Password'] = "Password";
$T['Directory'] = "Directory";
$T['Create Backup'] = "Create Backup";
$T['Backup Started for'] = "Backup Started for Selected Items";
$T['Select Web Sites'] = "Select Web Sites";
$T['Select Contents'] = "Select Contents";
$T['Select Location'] = "Select Location";
$T['Backup Functions'] = "Backup Functions";
$T['Create Backup Description'] = "Create a new backup - scheduled or immediate.";
$T['Delete Backup'] = "Delete Backup";
$T['Delete Backup Description'] = "Delete an existing scheduled backup.";
$T['Restore Backup'] = "Restore Backup";
$T['Restore Backup Description'] = "Restore a local or remote backup, overwriting current data.";
$T['Select Scheduled Backups'] = "Select Scheduled Backups";
$T['Select Local Backups'] = "Select Local Backups";
$T['Delete Backups'] = "Delete Backup(s)";
$T['Confirm Delete Backups'] = "Are you sure you wish to delete these backups?";
$T['Selected Backups Deleted'] = "Selected Backups Deleted";
$T['Selected Backups Restored'] = "Selected Backups Restoration Initiated";
$T['Restore Backups'] = "Restore Backup(s)";
$T['Confirm Restore Backups'] = "Are you sure you wish to restore these backups, overwriting all files?";
$T['Domain Name'] = "Domain Name";
$T['Frequency'] = "Frequency";
$T['Files'] = "Domain Files";
$T['Email'] = "Domain Email";
$T['Remote'] = "Remote";
$T['Local'] = "Local";
$T['Owner'] = "Owner";
$T['Select Type'] = "Select Type";
$T['Immediate'] = "Immediate";
$T['Scheduled'] = "Scheduled";
$T['Backup Immediate'] = "Generate this backup now.";
$T["Daily"] = "Daily";
$T["Weekly"] = "Weekly";
$T["Monthly"] = "Monthly";
$T['File Name'] = "File Name";
$T['File Size'] = "File Size";
$T['Contents'] = "Contents";
$T['Upload Remote Backups'] = "Upload Remote Backup";
$T['Upload Backup'] = "Upload Backup";
$T['Selected Backup Uploaded'] = "Selected Backup Uploaded";
$T['Tips & Tools'] = "Tips & Tools";
$T['Traceroute'] = "Traceroute";
$T['Ping'] = "Ping";
$T['Whois'] = "Whois";
$T['enter IP address or URL'] = "enter IP address or URL";
$T['Begin Traceroute'] = "Begin Traceroute";
$T['Performing traceroute to '] = "Performing traceroute to ";
$T['Begin Ping'] = "Begin Ping";
$T['Performing ping on '] = "Performing ping on ";
$T['Whois Search'] = "Whois Search";
$T['Performing whois on '] = "Performing whois on ";
$T['Dig'] = "Dig";
$T['Begin Dig'] = "Begin Dig";
$T['Performing dig on '] = "Performing dig on ";
$T['Access Log'] = 'Access Log';
$T['Error Log'] = 'Error Log';
$T['Please login via FTP and download this file from the logs directory.'] = 'Please login via FTP and download this file from the logs directory.';
$T['File prepared'] = 'File prepared';
$T['Download'] = 'Download';
$T['Loaded PHP Extensions'] = "Loaded PHP Extensions";
$T['Loaded Apache Modules'] = "Loaded Apache Modules";
$T['Installed Perl Modules'] = "Installed Perl Modules";
$T['List Modules'] = "List Modules";
}
//
// Reseller Panel Language
elseif ($cp == "reseller") {
// New Domain
$T['Allocated'] = 'Allocated';
$T['Real'] = 'Real';
$T['Username'] = 'Username';
$T['Domain ID'] = 'Domain ID #';
$T['Domain Contact'] = 'Domain Contact';
$T['domain created'] = 'A new domain was created: ';
$T['reseller updated'] = 'Reseller Information Updated.';
$T['IP Address'] = 'IP Address';
$T['Domain Name'] = 'Domain Name';
$T['Bandwidth'] = 'Bandwidth';
$T['Num Databases'] = 'Number of Databases';
$T['Num Pointers'] = 'Number of Domain Pointers';
$T['Num Subdomains'] = 'Number of Sub-Domains';
$T['Transfer Quota'] = 'Transfer Quota';
$T['HD Quota'] = 'HD Space Quota';
$T['Num Users'] = 'Number of Users';
$T['Redirect'] = 'Redirect to Domain Name';
$T['Catch all Aliases'] = 'Alias *.domain.com';
$T['Domain Alias'] = 'http://domain.com Access';
$T['Default Root'] = 'Default User Root';
$T['Hostname'] = 'Hostname';
$T['Hostname Aliases'] = 'Hostname Aliases';
$T['Server Side Options'] = 'Server Side Options';
$T['Domain Contact E-Mail'] = 'Domain Contact E-Mail';
$T['none'] = '<i>none</i>';
$T['on'] = 'On';
$T['off'] = 'Off';
$T['na'] = 'N/A';
$T['yes'] = 'Yes';
$T['Apply'] = 'Apply';
$T['submit'] = 'Submit';
$T['Remove Domains'] = 'Remove Domains';
$T['Modify Domains'] = 'Modify Domains';
$T['Reactivate Domains'] = 'Activate Domains';
$T['Suspend Domains'] = 'Suspend Domains';
$T['Select Action'] = 'Select Action';
$T['domain suspend'] = 'Domain Suspended: ';
$T['domain unsuspend'] = 'Domain Reactivated: ';
$T['domain remove'] = 'Domain Removed: ';
$T['domain update'] = 'Domain Updated: ';
$T['really suspend'] = 'Do you really want to suspend: ';
$T['really unsuspend'] = 'Do you really want to reactivate: ';
$T['really remove'] = 'Do you really want to remove: ';
$T['no domains'] = "There are no domains setup for this reseller. Please <a href='./?url=newdomain&cp=reseller&number=$number&user=$user'>click here</a> to create one.";
$T['Num Domains'] = 'Number of Domains';
$T['Name'] = 'Reseller Name';
$T['Email'] = 'E-Mail Contact';
$T['Transfer'] = 'Transfer Quota';
$T['Shell Access'] = 'Shell Access';
$T['E-Mail Address'] = 'E-Mail Address';
$T['IP Addresses'] = 'IP Addresses';
$T['Reseller Name'] = 'Reseller Name';
$T['Hard Disk Usage'] = 'Hard Disk Usage';
$T['Transfer Usage'] = 'Transfer Usage';
$T['Subdomains'] = 'Sub-Domains';
$T['Domain Pointers'] = 'Domain Pointers';
$T['Users'] = 'Users';
$T['Data Transfer'] = 'Data Transfer';
$T['State'] = 'Activation State';
$T['Subdomains'] = 'Subdomains';
$T['Dom Pointers'] = 'Dom Pointers';
$T['Databases'] = 'Databases';
$T['Server Side Options'] = 'Server Side Options';
$T['Manual Topics'] = 'Manual Topics';
$T['Manual Topics Displayed'] = 'Manual Topics Displayed';
$T['Files'] = "Files";
$T['Backup Files'] = "Include all files under these domains' root directory.";
$T['Email'] = "Email";
$T['Backup Email'] = "Include all email belonging to accounts on these domains.";
$T['Local'] = "Local";
$T['Remote'] = "Remote";
$T['Local Placement'] = "Place the backup archive on this web server.";
$T['Remote Placement'] = "Upload the backup archive to the server specified below.";
$T['FTP Server'] = "FTP Server";
$T['Username'] = "Username";
$T['Password'] = "Password";
$T['Directory'] = "Directory";
$T['Create Backup'] = "Create Backup";
$T['Backup Started for'] = "Backup Started for Selected Items";
$T['Select Web Sites'] = "Select Web Sites";
$T['Select Contents'] = "Select Contents";
$T['Select Location'] = "Select Location";
$T['Backup Functions'] = "Backup Functions";
$T['Create Backup Description'] = "Create a new backup - scheduled or immediate.";
$T['Delete Backup'] = "Delete Backup";
$T['Delete Backup Description'] = "Delete an existing scheduled backup.";
$T['Restore Backup'] = "Restore Backup";
$T['Restore Backup Description'] = "Restore a local or remote backup, overwriting current data.";
$T['Select Scheduled Backups'] = "Select Scheduled Backups";
$T['Select Local Backups'] = "Select Local Backups";
$T['Delete Backups'] = "Delete Backup(s)";
$T['Confirm Delete Backups'] = "Are you sure you wish to delete these backups?";
$T['Selected Backups Deleted'] = "Selected Backups Deleted";
$T['Selected Backups Restored'] = "Selected Backups Restoration Initiated";
$T['Restore Backups'] = "Restore Backup(s)";
$T['Confirm Restore Backups'] = "Are you sure you wish to restore these backups, overwriting all files?";
$T['Domain Name'] = "Domain Name";
$T['Frequency'] = "Frequency";
$T['Files'] = "Domain Files";
$T['Email'] = "Domain Email";
$T['Remote'] = "Remote";
$T['Local'] = "Local";
$T['Owner'] = "Owner";
$T['Select Type'] = "Select Type";
$T['Immediate'] = "Immediate";
$T['Scheduled'] = "Scheduled";
$T['Backup Immediate'] = "Generate this backup now.";
$T["Daily"] = "Daily";
$T["Weekly"] = "Weekly";
$T["Monthly"] = "Monthly";
$T['File Name'] = "File Name";
$T['File Size'] = "File Size";
$T['Contents'] = "Contents";
$T['Upload Remote Backups'] = "Upload Remote Backup";
$T['Upload Backup'] = "Upload Backup";
$T['Selected Backup Uploaded'] = "Selected Backup Uploaded";
}
//
// Server Panel Language
elseif ($cp == "server") {
$T['user created'] = 'A new user was created: ';
$T['domain created'] = 'A new domain was created: ';
$T['reseller created'] = 'A new account was created: ';
$T['Domain Name'] = 'Domain Name';
$T['Username'] = 'Username';
$T['Full Name'] = 'Full Name';
$T['ID Number'] = 'ID Number';
$T['Name'] = 'Reseller Name';
$T['Email'] = 'E-Mail Contact';
$T['IP Address'] = 'IP Address(es)';
$T['Shell Access'] = 'Shell Access';
$T['Server Side Options'] = 'Server Side Options';
$T['Num Domains'] = 'Number of Domains';
$T['Num Databases'] = 'Number of Databases';
$T['Num Pointers'] = 'Number of Domain Pointers';
$T['Num Subdomains'] = 'Number of Sub-Domains';
$T['Subdomains'] = 'Sub-Domains';
$T['Domain Pointers'] = 'Domain Pointers';
$T['Data Transfer'] = 'Data Transfer';
$T['Domains'] = 'Domains';
$T['Users'] = 'Users';
$T['Transfer'] = 'Transfer Quota';
$T['Bandwidth'] = 'Allowed Bandwidth';
$T['Username'] = 'Username';
$T['Password'] = 'Password';
$T['E-Mail Aliases'] = 'E-Mail Aliases';
$T['Language'] = 'Language';
$T['Hostname'] = 'Hostname';
$T['Transfer Quota'] = 'Transfer Quota';
$T['HD Quota'] = 'HD Space Quota';
$T['Num Users'] = 'Number of Users';
$T['on'] = 'On';
$T['off'] = 'Off';
$T['submit'] = 'Submit';
$T['on'] = 'On';
$T['off'] = 'Off';
$T['na'] = 'N/A';
$T['yes'] = 'Yes';
$T['Apply'] = 'Apply';
$T['Modify Resellers'] = 'Modify Resellers';
$T['Remove Resellers'] = 'Remove Resellers';
$T['Reactivate Resellers'] = 'Activate Resellers';
$T['Suspend Resellers'] = 'Suspend Resellers';
$T['Select Action'] = 'Select Action';
$T['Domains Used'] = 'Domains Used';
$T['reseller suspend'] = 'Reseller Suspended: ';
$T['reseller unsuspend'] = 'Reseller Reactivated: ';
$T['reseller remove'] = 'Reseller Removed: ';
$T['reseller update'] = 'Reseller Updated: ';
$T['really suspend'] = 'Do you really want to suspend: ';
$T['really unsuspend'] = 'Do you really want to reactivate: ';
$T['really remove'] = 'Do you really want to remove: ';
$T['Manual Topics'] = 'Manual Topics';
$T['Manual Topics Displayed'] = 'Manual Topics Displayed';
// System monitor
$T['reboot'] = 'Reboot';
$T['start'] = 'Start';
$T['stop'] = 'Stop';
$T['really start'] = 'Do you really want to start: ';
$T['really stop'] = 'Do you really want to stop: ';
$T['really restart'] = 'Do you really want to restart: ';
$T['really reboot'] = 'Do you really want to reboot: ';
$T['service start'] = 'service started: ';
$T['service stop'] = 'service stopped: ';
$T['service restart'] = 'service restarted: ';
$T['service waiting start'] = 'service starting (check back soon): ';
$T['service waiting stop'] = 'service stopping (check back soon): ';
$T['service waiting restart'] = 'service restarting (check back soon): ';
// Control panel
$T['really template'] = 'Do you really want to save this template : ';
$T['save'] = 'save';
// Named template
$T['named']['header'] = 'file header';
$T['named']['info'] = 'You can find $cfg[variable] in config.inc.php file';
$T['named']['title file'] = ' : template file';
$T['named']['title tag'] = 'Tags list';
$T['named']['server'] = 'local server name';
$T['named']['domain'] = 'domain name';
$T['named']['ip'] = 'server ip';
$T['named']['adminmail'] = 'DNS admin e-mail ( see $cfg[dns_email] )';
$T['named']['serial'] = 'Serial Number';
$T['named']['refresh'] = 'DNS Refresh ( see $cfg[dns_refresh] );';
$T['named']['retry'] = 'DNS Retry ( see $cfg[dns_retry] )';
$T['named']['expire'] = 'DNS Expire ( see $cfg[dns_expire] )';
$T['named']['ttl'] = 'DNS Time To Live ( see $cfg[dns_ttl] )';
$T['named']['ns'] = 'Name Servers ( see $cfg[dns_server[1-4]] )';
$T['named']['gpos'] = 'Geographical location ( see $cfg[gpos] )';
$T['named']['hinfo'] = 'host information ( see $cfg[hinfo] )';
$T['named']['nohost'] = 'nohost';
$T['named']['subdomains'] = 'all sub-domain';
$T['named']['alias'] = 'all alias';
$T['named']['catchall'] = 'catch all';
$T['named']['ipmask'] = 'Reverse Records IP Mask ( see $cfg[dns_ipmask] )';
$T['named']['allow-update'] = 'allowed zone transfers ( see $cfg[allow-update] )';
$T['named']['date'] = 'today date';
$T['named']['header added'] = 'the header will be automatically added (see header template file)';
$T['Files'] = "Files";
$T['Backup Files'] = "Include all files under these domains' root directory.";
$T['Email'] = "Email";
$T['Backup Email'] = "Include all email belonging to accounts on these domains.";
$T['Local'] = "Local";
$T['Remote'] = "Remote";
$T['Local Placement'] = "Place the backup archive on this web server.";
$T['Remote Placement'] = "Upload the backup archive to the server specified below.";
$T['FTP Server'] = "FTP Server";
$T['Username'] = "Username";
$T['Password'] = "Password";
$T['Directory'] = "Directory";
$T['Create Backup'] = "Create Backup";
$T['Backup Started for'] = "Backup Started for Selected Items";
$T['Select Web Sites'] = "Select Web Sites";
$T['Select Contents'] = "Select Contents";
$T['Select Location'] = "Select Location";
$T['Databases'] = "MySQL Databases";
$T['Backup Databases'] = "Include all databases in the MySQL database.";
$T['Backup Functions'] = "Backup Functions";
$T['Create Backup Description'] = "Create a new backup - scheduled or immediate.";
$T['Delete Backup'] = "Delete Backup";
$T['Delete Backup Description'] = "Delete an existing scheduled backup.";
$T['Restore Backup'] = "Restore Backup";
$T['Restore Backup Description'] = "Restore a local or remote backup, overwriting current data.";
$T['Select Scheduled Backups'] = "Select Scheduled Backups";
$T['Select Local Backups'] = "Select Local Backups";
$T['Delete Backups'] = "Delete Backup(s)";
$T['Confirm Delete Backups'] = "Are you sure you wish to delete these backups?";
$T['Selected Backups Deleted'] = "Selected Backups Deleted";
$T['Selected Backups Restored'] = "Selected Backups Restoration Initiated";
$T['Restore Backups'] = "Restore Backup(s)";
$T['Confirm Restore Backups'] = "Are you sure you wish to restore these backups, overwriting all files?";
$T['Domain Name'] = "Domain Name";
$T['Frequency'] = "Frequency";
$T['MySQL'] = "MySQL";
$T['Files'] = "Domain Files";
$T['Remote'] = "Remote";
$T['Local'] = "Local";
$T['Owner'] = "Owner";
$T['Select Type'] = "Select Type";
$T['Immediate'] = "Immediate";
$T['Scheduled'] = "Scheduled";
$T['Backup Immediate'] = "Generate this backup now.";
$T["Daily"] = "Daily";
$T["Weekly"] = "Weekly";
$T["Monthly"] = "Monthly";
$T['File Name'] = "File Name";
$T['File Size'] = "File Size";
$T['Contents'] = "Contents";
$T['Upload Remote Backups'] = "Upload Remote Backup";
$T['Upload Backup'] = "Upload Backup";
$T['Selected Backup Uploaded'] = "Selected Backup Uploaded";
$T['Could not connect to database server.'] = "Could not connect to database server.";
$T['Please complete this step manually and click submit.'] = "Please complete this step manually and click submit.";
$T['Connection established. Please click submit to fill the database.'] = "Connection established. Please click submit to fill the database.";
$T['Could not find or create database: '] = "Could not find or create database: ";
$T['Please complete this step manually and click submit.'] = "Please complete this step manually and click submit.";
$T['Could not insert tables into database: '] = "Could not insert tables into database: ";
// log viewing
$T['No log entries.'] = 'No log entries.';
$T['All'] = 'All';
$T['Time'] = 'Time';
$T['Remote IP Address'] = 'Remote IP Address';
$T['Additional Info'] = 'Additional Info';
$T['Log Message'] = 'Log Message';
$T['Domain ID'] = 'Domain ID';
$T['Error Level'] = 'Error Level';
$T['Modify Log Entries'] = 'Modify Log Entries';
$T['Remove Log Entries'] = 'Remove Log Entries';
$T['Apply'] = 'Apply';
$T['Search'] = 'Search';
$T['Brief'] = 'Brief';
$T['Detailed'] = 'Detailed';
$T['order by'] = 'order by';
$T['in'] = 'in';
$T['display'] = 'display';
$T['Prev'] = 'Prev';
$T['Next'] = 'Next';
$T[' matching records'] = ' matching records';
$T[' through '] = ' through ';
$T[' of '] = ' of ';
}
//
// ERROR text
//
// no demo user
$T['err']['demo user'] = 'This is a demo.';
// skin switch from framed to non-framed error
$T['err']['parser']['framed'] = 'Click <a href="./" target="_top">HERE</a> to reload the web interface';
// Failed authentication messages
$T['err']['login']['backend'] = 'The control panel is currently unavailable. Please try again later.';
$T['err']['login']['login'] = 'Invalid Cookie. Please enter your username & password to log in.';
$T['err']['login']['logout'] = 'Please enter your username & password to log in.';
$T['err']['login']['su'] = 'Now changing user. Please re-log in.';
$T['err']['login']['access'] = 'Invalid Access Level. Please re-log in.';
$T['err']['login']['recover-failed'] = 'Invalid Username.';
$T['err']['login']['recover'] = 'The password has been e-mailed to your domain\'s contact address.';
$T['err']['login']['invalid'] = 'Invalid Username / Password. Please note that both are case sensitive.';
$T['err']['login']['invalidtag'] = 'Invalid Cookie (multiple users detected). Please re-log in.';
$T['err']['login']['timeout'] = 'Your web://cp access expired. Please re-log in.';
$T['err']['login']['ip_restrict'] = 'Your current IP Address does not match the restriction on this account.';
$T['err']['login']['remote_addr'] = 'Your last web://cp access was with a different IP. Please re-log in.';
$T['err']['login']['suspended'] = 'Your web://cp access is suspended. Please contact
<a href="mailto:'.$cfg['adminmail'].'">'.$cfg['adminmail'].'</a>';
// General Error Messages
$T['err']['nothing to update'] = 'Nothing to update.';
$T['err']['invalid function call'] = 'Invalid Function Call: ';
$T['err']['invalid input'] = 'Invalid Input';
$T['err']['update count'] = 'You cannot make more than '.$cfg['ucount'].' updates per day to this account';
// getstat() function errors
$T['err']['getstat']['no monitor data'] = 'No system monitor data file found';
// user() function errors
$T['err']['user']['username'] = 'Invalid Username. A username must begin by a letter and can only
contain characters included in A-Za-z0-9.';
$T['err']['user']['used username'] = 'Invalid Username. This username is already taken by another user
on this shared server. Please select a different one.';
$T['err']['user']['password'] = 'Invalid Password.';
$T['err']['user']['weakpassword'] = 'Weak password. Do not use dictionary words or patterns. Try adding numbers or special characters.';
$T['err']['user']['id'] = 'Invalid Group ID.';
$T['err']['user']['aliases'] = 'Invalid Alias: ';
$T['err']['user']['catchall'] = 'Catch-All is already used by: ';
$T['err']['user']['type'] = 'Invalid User Type.';
$T['err']['user']['level'] = 'Invalid User Level.';
$T['err']['user']['root'] = 'Invalid User Root: ';
$T['err']['user']['hd'] = 'Invalid HD Quota. You have a maximum capacity of: ';
$T['err']['user']['ip_restrict'] = 'Your current IP Address does not match this restriction.';
$T['err']['user']['user'] = 'You reached your user quota. Operation aborted.';
$T['err']['user']['name'] = 'Invalid Name. Only letters, numbers & punctuation are allowed.';
$T['err']['user']['shell'] = 'Shell access must be enabled for the domain first.';
$T['err']['user']['forward'] = 'Invalid Forward Destination: ';
$T['err']['user']['suspend myself'] = 'You cannot suspend yourself. Operation aborted.';
$T['err']['user']['remove myself'] = 'You cannot remove yourself. Operation aborted.';
$T['err']['backup']['ftp connect failed'] = "Connection not established. This user may not have permission to upload files.";
$T['err']['backup']['ftp login failed'] = "Login to FTP Server Failed!";
$T['err']['backup']['ftp cd failed'] = "Change directory failed!";
$T['err']['backup']['no backup type'] = "You must select at least one backup location!";
$T['err']['backup']['no backup content'] = "You must select at least one item to include in the backup!";
$T['err']['backup']['no domains'] = "You must select at least one domain to include in the backup!";
$T['err']['backup']['no backup selected'] = "No backup was selected!";
$T['err']['backup']['no backup time'] = "You must select at least one backup type!";
$T['err']['backup']['no schedule'] = "You must select the time schedule!";
$T['err']['backup']['sched fail'] = "One or more scheduled backups failed to insert!";
$T['err']['domain']['ip address'] = 'Invalid IP Address';
$T['err']['domain']['hostname'] = 'Invalid Hostname (try something like \'www\')';
$T['err']['domain']['domain'] = 'Invalid Domain Name (try something like \'domain.tld\')';
$T['err']['domain']['email'] = 'Invalid E-Mail Address';
$T['err']['domain']['domain taken'] = 'Invalid Domain Name; it is already hosted on this server.';
$T['err']['domain']['invalid type'] = 'Invalid Domain Type';
$T['err']['domain']['invalid path'] = 'Invalid Pointer Path';
$T['err']['domain']['invalid user path']= 'Invalid Default User Root';
$T['err']['domain']['aliases'] = 'Invalid Hostname Alias: ';
$T['err']['domain']['ip_restrict'] = 'Your current IP Address does not match this restriction.';
$T['err']['domain']['no domains'] = 'No Domains left';
$T['err']['domain']['no subdomain'] = 'No Subdomains left';
$T['err']['domain']['no pointer'] = 'No Domain Pointers left';
$T['err']['domain']['no users'] = 'Number of users left: ';
$T['err']['domain']['no subdomains'] = 'Number of subdomains left: ';
$T['err']['domain']['no databases'] = 'Number of databases left: ';
$T['err']['domain']['no pointers'] = 'Number of pointers left: ';
$T['err']['domain']['no hd'] = 'HD Space left: ';
$T['err']['domain']['no transfer'] = 'Data Transfer left: ';
$T['err']['domain']['need transfer'] = 'You must set a Data Transfer Quota';
$T['err']['domain']['need hd'] = 'You must set a HD space Quota';
$T['err']['domain']['need user'] = 'You must set a number of users';
$T['err']['domain']['suspend myself'] = 'You cannot suspend your own domain. Operation aborted.';
$T['err']['domain']['remove myself'] = 'You cannot remove your own domain. Operation aborted.';
$T['err']['reseller']['name'] = 'Invalid Name. Only letters, numbers & punctuation are allowed.';
$T['err']['reseller']['bad ip'] = 'Invalid IP: ';
$T['err']['reseller']['email'] = 'Invalid E-Mail Address';
$T['err']['reseller']['need domains'] = 'You must set a number of domains';
$T['err']['reseller']['need users'] = 'You must set a number of users';
$T['err']['reseller']['need hd'] = 'You must set a HD quota';
$T['err']['reseller']['need transfer'] = 'You must set a Transfer Quota';
$T['err']['reseller']['suspend myself'] = 'You cannot suspend your own reseller account. Operation aborted.';
$T['err']['reseller']['remove myself'] = 'You cannot remove your own reseller account. Operation aborted.';
$T['err']['service']['service'] = 'Invalid Service. Only letters, numbers & punctuation are allowed.';
$T['err']['service']['action'] = 'Invalid Action. Only letters, numbers & punctuation are allowed.';
$T['err']['service']['host'] = 'Invalid Host. Only letters, numbers & punctuation are allowed.';
$T['err']['db']['name'] = 'Invalid database name';
$T['err']['db']['name taken'] = 'Database name taken. Please select another one.';
$T['err']['db']['username'] = 'Invalid Username';
$T['err']['db']['password'] = 'Invalid Password';
$T['err']['db']['invalid db'] = 'Invalid database (out of reach?)';
$T['err']['db']['no db'] = 'No databases left';
$T['err']['db']['invalid type'] = 'Invalid Database Type';
$T['err']['db']['weakpassword'] = 'Weak password. Do not use dictionary words or patterns. Try adding numbers or special characters.';
$T['err']['mm']['name'] = 'Invalid List Name';
$T['err']['mm']['exists'] = 'Mailing list already exists';
$T['err']['mm']['maxlist'] = 'You can only create '.$cfg['mm_maxlists'].' lists';
$T['err']['mm']['password'] = 'Invalid Password';
$T['err']['mm']['id'] = 'Invalid list ID';
$T['err']['template']['file'] = 'File not found';
?>