D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
psa
/
admin
/
application
/
admin
/
resources
/
languages
/
cs-CZ
/
components
/
Filename :
elements.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'health.stateGreen' => 'Ok', 'health.stateYellow' => 'Vyžaduje pozornost', 'health.stateRed' => 'Problém', 'health.moreInfo' => 'podrobná sestava', 'health.persentUsage' => '%%units%%% použito', 'health.persentUsageOf' => 'použito %%units%%% (z %%totalUnits%%%, %%cores%% jádra(jader))', 'health.persentUsageOfShort' => '%%units%%% (z %%totalUnits%%%, %%cores%% jádra (jader)', 'health.usage' => '%%units%% z %%totalUnits%%', 'health.percentThreshold' => 'až dosáhne %%value%%%', 'health.trendThreshold' => 'při zvýšení x%%value%%', 'health.absoluteThreshold' => 'až dosáhne %%value%%', 'health.thresholdOr' => 'or', 'health.thresholdLevelRed' => 'Červený alarm ("Problém")', 'health.thresholdLevelYellow' => 'Žlutý alarm ("Vyžaduje pozornost")', 'health.hintInfo' => '(?)', 'status.onStateCustomer' => 'Aktivní', 'status.offStateCustomer' => 'Pozastaveno', 'status.onStateReseller' => 'Aktivní', 'status.offStateReseller' => 'Pozastaveno', 'status.onStateSubscription' => 'Aktivní', 'status.offStateSubscription' => 'Pozastaveno', 'status.lockedStateDomain' => 'Zamčeno', 'status.unsynchronizedStateDomain' => 'Nesynchronizováno', 'status.lockedStateClient' => 'Zamčeno', 'status.unsynchronizedStateClient' => 'Nesynchronizováno', 'status.on' => 'Zapnout', 'status.off' => 'Vypnout', ];