D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
psa
/
admin
/
application
/
admin
/
resources
/
languages
/
sv-SE
/
components
/
Filename :
elements.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'health.stateGreen' => 'Ok', 'health.stateYellow' => 'Behöver kontrolleras', 'health.stateRed' => 'Problem', 'health.moreInfo' => 'detaljerade rapporter', 'health.persentUsage' => '%%units%%% använt', 'health.persentUsageOf' => '%%units%%% används (av %%totalUnits%%%, %%cores%% core(s))', 'health.persentUsageOfShort' => '%%units%%% (av %%totalUnits%%%, %%cores%% core(s))', 'health.usage' => '%%units%% av %%totalUnits%%', 'health.percentThreshold' => 'när %%value%%% nås', 'health.trendThreshold' => 'vid ökning med x%%value%%', 'health.absoluteThreshold' => 'när %%value%% nås', 'health.thresholdOr' => 'eller', 'health.thresholdLevelRed' => 'Rött larm ("Problem")', 'health.thresholdLevelYellow' => 'Gult larm ("Behöver kontrolleras")', 'health.hintInfo' => '(?)', 'status.onStateCustomer' => 'Aktiva', 'status.offStateCustomer' => 'Avstängd', 'status.onStateReseller' => 'Aktiva', 'status.offStateReseller' => 'Avstängd', 'status.onStateSubscription' => 'Aktiva', 'status.offStateSubscription' => 'Avstängd', 'status.lockedStateDomain' => 'Låst', 'status.unsynchronizedStateDomain' => 'Osynkat', 'status.lockedStateClient' => 'Låst', 'status.unsynchronizedStateClient' => 'Osynkat', 'status.on' => 'På', 'status.off' => 'Av', ];