D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
application
/
admin
/
resources
/
languages
/
fr-FR
/
components
/
Filename :
elements.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'health.stateGreen' => 'OK', 'health.stateYellow' => 'Demande une attention particulière', 'health.stateRed' => 'Problème', 'health.moreInfo' => 'rapports détaillés', 'health.persentUsage' => '%%units%%% utilisés', 'health.persentUsageOf' => '%%units%%% utilisé(e)s (sur %%totalUnits%%%, %%cores%% cœur(s))', 'health.persentUsageOfShort' => '%%units%%% (sur %%totalUnits%%%, %%cores%% cœur(s))', 'health.usage' => '%%units%% sur %%totalUnits%%', 'health.percentThreshold' => 'lorsque %%value%%% est atteint', 'health.trendThreshold' => 'lorsque x%%value%% augmente', 'health.absoluteThreshold' => 'lorsque %%value%% est atteint', 'health.thresholdOr' => 'ou', 'health.thresholdLevelRed' => 'Alarme rouge ("Problème")', 'health.thresholdLevelYellow' => 'Alarme jaune ("Demande une attention particulière")', 'health.hintInfo' => '(?)', 'status.onStateCustomer' => 'Actif', 'status.offStateCustomer' => 'Suspendu', 'status.onStateReseller' => 'Actif', 'status.offStateReseller' => 'Suspendu', 'status.onStateSubscription' => 'Actif', 'status.offStateSubscription' => 'Suspendu', 'status.lockedStateDomain' => 'Verrouillé', 'status.unsynchronizedStateDomain' => 'Non synchronisé', 'status.lockedStateClient' => 'Verrouillé', 'status.unsynchronizedStateClient' => 'Non synchronisé', 'status.on' => 'Activé', 'status.off' => 'Désactivé', ];