D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
admin
/
resources
/
languages
/
pl-PL
/
components
/
Filename :
elements.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'health.stateGreen' => 'OK', 'health.stateYellow' => 'Wymaga uwagi', 'health.stateRed' => 'Problem', 'health.moreInfo' => 'szczegółowe raporty', 'health.persentUsage' => '%%units%% wykorzystano', 'health.persentUsageOf' => 'Wykorzystano %%units%%% (z %%totalUnits%%%, %%cores%% rdzeni)', 'health.persentUsageOfShort' => '%%units%%% (z %%totalUnits%%%, %%cores%% rdzeni)', 'health.usage' => '%%units%% z %%totalUnits%%', 'health.percentThreshold' => 'kiedy osiągnie %%value%%', 'health.trendThreshold' => 'kiedy wzrasta x%%value%%', 'health.absoluteThreshold' => 'kiedy osiągnie %%value%%', 'health.thresholdOr' => 'lub', 'health.thresholdLevelRed' => 'Czerwony alarm ("Problem")', 'health.thresholdLevelYellow' => 'Żółty alarm ("Wymaga uwagi")', 'health.hintInfo' => '(?)', 'status.onStateCustomer' => 'Aktywne', 'status.offStateCustomer' => 'Zawieszone', 'status.onStateReseller' => 'Aktywne', 'status.offStateReseller' => 'Zawieszone', 'status.onStateSubscription' => 'Aktywne', 'status.offStateSubscription' => 'Zawieszone', 'status.lockedStateDomain' => 'Zablokowany', 'status.unsynchronizedStateDomain' => 'Niezsynchronizowany', 'status.lockedStateClient' => 'Zablokowany', 'status.unsynchronizedStateClient' => 'Niezsynchronizowany', 'status.on' => 'Wł', 'status.off' => 'Wył', ];