D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
psa
/
admin
/
application
/
admin
/
resources
/
languages
/
it-IT
/
components
/
Filename :
elements.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'health.stateGreen' => 'Ok', 'health.stateYellow' => 'Da controllare', 'health.stateRed' => 'Problema', 'health.moreInfo' => 'rapporti dettagliati', 'health.persentUsage' => '%%units%%% usate', 'health.persentUsageOf' => '%%units%%% utilizzati (su %%totalUnits%%%, %%cores%% core)', 'health.persentUsageOfShort' => '%%units%%% (su %%totalUnits%%%, %%cores%% core)', 'health.usage' => '%%units%% su %%totalUnits%%', 'health.percentThreshold' => 'al raggiungimento di %%value%%%', 'health.trendThreshold' => 'all\'aumento di x%%value%%', 'health.absoluteThreshold' => 'al raggiungimento di %%value%%', 'health.thresholdOr' => 'o', 'health.thresholdLevelRed' => 'Allarme rosso ("Problema")', 'health.thresholdLevelYellow' => 'Allarme giallo ("Da controllare")', 'health.hintInfo' => '(?)', 'status.onStateCustomer' => 'Attivo', 'status.offStateCustomer' => 'Sospeso', 'status.onStateReseller' => 'Attivo', 'status.offStateReseller' => 'Sospeso', 'status.onStateSubscription' => 'Attivo', 'status.offStateSubscription' => 'Sospeso', 'status.lockedStateDomain' => 'Bloccato', 'status.unsynchronizedStateDomain' => 'Non sincronizzato', 'status.lockedStateClient' => 'Bloccato', 'status.unsynchronizedStateClient' => 'Non sincronizzato', 'status.on' => 'Attivato', 'status.off' => 'Disattivato', ];