D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
application
/
admin
/
resources
/
languages
/
en-US
/
components
/
Filename :
elements.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'health.stateGreen' => 'Ok', 'health.stateYellow' => 'Needs attention', 'health.stateRed' => 'Problem', 'health.moreInfo' => 'detailed reports', 'health.persentUsage' => '%%units%%% used', 'health.persentUsageOf' => '%%units%%% used (of %%totalUnits%%%, %%cores%% core(s))', 'health.persentUsageOfShort' => '%%units%%% (of %%totalUnits%%%, %%cores%% core(s))', 'health.usage' => '%%units%% of %%totalUnits%%', 'health.percentThreshold' => 'when reaches %%value%%%', 'health.trendThreshold' => 'when increases x%%value%%', 'health.absoluteThreshold' => 'when reaches %%value%%', 'health.thresholdOr' => 'or', 'health.thresholdLevelRed' => 'Red alarm ("Problem")', 'health.thresholdLevelYellow' => 'Yellow alarm ("Needs attention")', 'health.hintInfo' => '(?)', 'status.onStateCustomer' => 'Active', 'status.offStateCustomer' => 'Suspended', 'status.onStateReseller' => 'Active', 'status.offStateReseller' => 'Suspended', 'status.onStateSubscription' => 'Active', 'status.offStateSubscription' => 'Suspended', 'status.lockedStateDomain' => 'Locked', 'status.unsynchronizedStateDomain' => 'Unsynced', 'status.lockedStateClient' => 'Locked', 'status.unsynchronizedStateClient' => 'Unsynced', 'status.on' => 'On', 'status.off' => 'Off', ];