D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
psa
/
admin
/
application
/
admin
/
resources
/
languages
/
ca-ES
/
components
/
Filename :
elements.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'health.stateGreen' => 'Correcte', 'health.stateYellow' => 'Necessita atenció', 'health.stateRed' => 'Problema', 'health.moreInfo' => 'informes detallats', 'health.persentUsage' => '%%units%%% utilitzat', 'health.persentUsageOf' => '%%units%%% utilitzat (d\'un total de %%totalUnits%%%, %%cores%% nucli(s))', 'health.persentUsageOfShort' => '%%units%%% (de %%totalUnits%%%, %%cores%% nucli(s))', 'health.usage' => '%%units%% de %%totalUnits%%', 'health.percentThreshold' => 'quan s\'assoleixi el %%value%%%', 'health.trendThreshold' => 'quan augmenti x%%value%%', 'health.absoluteThreshold' => 'quan s\'assoleixi el %%value%%', 'health.thresholdOr' => 'o', 'health.thresholdLevelRed' => 'Alarma vermella ("Problema")', 'health.thresholdLevelYellow' => 'Alarma groga ("Necessita atenció")', 'health.hintInfo' => '(?)', 'status.onStateCustomer' => 'Actiu', 'status.offStateCustomer' => 'Suspès', 'status.onStateReseller' => 'Actiu', 'status.offStateReseller' => 'Suspès', 'status.onStateSubscription' => 'Actiu', 'status.offStateSubscription' => 'Suspès', 'status.lockedStateDomain' => 'Bloquejat', 'status.unsynchronizedStateDomain' => 'No sincronitzat', 'status.lockedStateClient' => 'Bloquejat', 'status.unsynchronizedStateClient' => 'No sincronitzat', 'status.on' => 'Activat', 'status.off' => 'Desactivat', ];