D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
default
/
resources
/
languages
/
en-US
/
components
/
Filename :
limits.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'disk_space' => 'Disk space', 'disk_space_soft' => 'Notify when disk space usage reaches', 'disk_space_hint' => 'Disk space', 'max_traffic' => 'Traffic', 'max_traffic_soft' => 'Notify when traffic usage reaches', 'max_traffic_hint' => 'Traffic', 'max_cl' => 'Customers', 'max_dom' => 'Domains', 'max_dom_powerUser' => 'Webspaces', 'max_subdom' => 'Subdomains', 'max_dom_aliases' => 'Domain aliases', 'max_wu' => 'Web users', 'max_subftp_users' => 'Additional FTP accounts', 'max_box' => 'Mailboxes', 'mbox_quota' => 'Mailbox size', 'total_mboxes_quota' => 'Total mailboxes quota', 'max_maillists' => 'Mailing lists', 'max_mssql_db' => 'MS SQL databases', 'max_mysql_db' => 'MariaDB/MySQL databases', 'mssql_dbase_space' => 'Total MS SQL databases quota', 'pgsql_dbase_space' => 'Total PostgreSQL databases quota', 'mysql_dbase_space' => 'Total MariaDB/MySQL databases quota', 'mssql_dbase_space_soft' => 'Notify when Total MS SQL databases number reaches', 'mysql_dbase_space_soft' => 'Notify when Total MariaDB/MySQL databases number reaches', 'mssql_dbase_filesize' => 'MS SQL database file size', 'mssql_dbase_log_filesize' => 'MS SQL database log file size', 'max_odbc' => 'ODBC connections', 'max_iis_app_pools' => 'IIS application pools', 'max_webapps' => 'Java applications', 'expiration' => 'Expiration date', 'expiration_soft' => 'Notify when the expiration date reaches', 'validity' => 'Validity period', 'max_site_builder' => 'Sites published with Presence Builder', 'max_site' => 'Domains', 'max_site_hint' => 'Domains', 'max_db' => 'Databases', 'max_mn' => 'Maximum number of mail accounts', 'unlimited_limit' => 'Unlimited', 'used_resource' => '%%used%% used of %%limit%%', 'overusePolicy' => 'Overuse policy', 'overuse' => 'Overuse is allowed', 'overuseSuspend' => 'Overuse is not allowed', 'overuseBlock' => 'Overuse of disk space and traffic is allowed', 'overuseNotify' => 'Email notifications on reaching resource limits', 'oversellPolicy' => 'Oversell policy', 'resourceUsageButtonHint' => '%%used%% created / %%allowed%% allowed.', 'no_resource_available' => 'There are no available resources of this type (%%limitName%%) left. Requested: %%quantity%%; available: %%unused%%.', 'no_total_resource_available' => 'There are no resources of this type (%%limitName%%) available from your service provider. Requested: %%quantity%%; available: %%unused%%.', 'no_resource_will_be_available' => 'New value is less than the currently used amount of resources (%%used%%).', 'mssql_dbase_space_short' => 'MS SQL database space', 'mssql_dbase_filesize_short' => 'MS SQL database size', 'mssql_dbase_log_filesize_short' => 'MS SQL database log size', 'mysql_dbase_space_short' => 'MariaDB/MySQL database space', 'total_mboxes_quota_short' => 'total mailbox quota', 'max_odbc_short' => 'ODBC connections', 'max_iis_app_pools_short' => 'IIS application pools', 'max_mysql_db_short' => 'MariaDB/MySQL databases', 'max_mssql_db_short' => 'MS SQL databases', 'max_subftp_users_short' => 'additional FTP accounts', 'max_dom_aliases_short' => 'domain aliases', 'expiration_short' => 'expiration date', 'max_cl_short' => 'clients', 'max_mn_short' => 'mail accounts', 'mbox_quota_short' => 'mailbox quota', 'max_wu_short' => 'web users', 'max_webapps_short' => 'Java applications', 'max_traffic_short' => 'traffic', 'max_subdom_short' => 'subdomains', 'max_maillists_short' => 'mailing lists', 'max_dom_short' => 'domains', 'max_db_short' => 'databases', 'max_box_short' => 'mailboxes', 'disk_space_short' => 'disk space', 'max_site_builder_short' => 'Sites published with Presence Builder', 'max_site_short' => 'sites', 'cgroups_cpu_usage' => 'Maximum CPU usage', 'cgroups_cpu_period' => 'Period to check CPU usage', 'cgroups_cpu_usage_soft' => 'Notify when CPU usage reaches this value', 'cgroups_ram_usage' => 'Maximum RAM usage', 'cgroups_ram_usage_soft' => 'Notify when RAM usage reaches this value', 'cgroups_disk_read_usage' => 'Maximum Disk Read usage', 'cgroups_disk_read_usage_soft' => 'Notify when Disk Read usage reaches this value', 'cgroups_disk_write_usage' => 'Maximum Disk Write usage', 'cgroups_disk_write_usage_soft' => 'Notify when Disk Write usage reaches this value', 'cgroups_disk_read_period' => 'Period to check Disk Read speed usage', 'cgroups_disk_write_period' => 'Period to check Disk Write speed usage', 'cgroups_ram_period' => 'Period to check RAM usage', ];