D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
application
/
admin
/
resources
/
languages
/
nl-NL
/
components
/
Filename :
elements.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'health.stateGreen' => 'Ok', 'health.stateYellow' => 'Aandacht vereist', 'health.stateRed' => 'Probleem', 'health.moreInfo' => 'gedetailleerde verslagen', 'health.persentUsage' => '%%units%%% gebruikt', 'health.persentUsageOf' => '%%units%%% gebruikt (van %%totalUnits%%%, %%cores%% core(s))', 'health.persentUsageOfShort' => '%%units%%% (van %%totalUnits%%%, %%cores%% core(s))', 'health.usage' => '%%units%% van %%totalUnits%%', 'health.percentThreshold' => 'wanneer %%value%%% wordt bereikt', 'health.trendThreshold' => 'wanneer x%%value%% toeneemt', 'health.absoluteThreshold' => 'wanneer %%value%% wordt bereikt', 'health.thresholdOr' => 'of', 'health.thresholdLevelRed' => 'Rood alarm ("Probleem")', 'health.thresholdLevelYellow' => 'Geel alarm ("Vraag uw aandacht")', 'health.hintInfo' => '(?)', 'status.onStateCustomer' => 'Actief', 'status.offStateCustomer' => 'Opgeschort', 'status.onStateReseller' => 'Actief', 'status.offStateReseller' => 'Opgeschort', 'status.onStateSubscription' => 'Actief', 'status.offStateSubscription' => 'Opgeschort', 'status.lockedStateDomain' => 'Beveiligd', 'status.unsynchronizedStateDomain' => 'Niet-gesynchroniseerd', 'status.lockedStateClient' => 'Beveiligd', 'status.unsynchronizedStateClient' => 'Niet-gesynchroniseerd', 'status.on' => 'Aan', 'status.off' => 'Uit', ];