D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
admin
/
resources
/
languages
/
pt-PT
/
components
/
Filename :
elements.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'health.stateGreen' => 'OK', 'health.stateYellow' => 'Necessitam de atenção', 'health.stateRed' => 'Problema', 'health.moreInfo' => 'relatórios pormenorizados', 'health.persentUsage' => '%%units%%% utilizados', 'health.persentUsageOf' => '%%units%%% utilizados (de %%totalUnits%%%, %%cores%% núcleo(s))', 'health.persentUsageOfShort' => '%%units%%% (de %%totalUnits%%%, %%cores%% núcleo(s))', 'health.usage' => '%%units%% dos %%totalUnits%%', 'health.percentThreshold' => 'quando alcançar %%value%%', 'health.trendThreshold' => 'quando aumentar x%%value%%', 'health.absoluteThreshold' => 'quando alcançar %%value%%', 'health.thresholdOr' => 'ou', 'health.thresholdLevelRed' => 'Alarme vermelho ("Problema")', 'health.thresholdLevelYellow' => 'Alarme amarelo ("Necessita de atenção")', 'health.hintInfo' => '(?)', 'status.onStateCustomer' => 'Ativo', 'status.offStateCustomer' => 'Suspenso', 'status.onStateReseller' => 'Ativo', 'status.offStateReseller' => 'Suspenso', 'status.onStateSubscription' => 'Ativo', 'status.offStateSubscription' => 'Suspenso', 'status.lockedStateDomain' => 'Bloqueado', 'status.unsynchronizedStateDomain' => 'Não sincronizado', 'status.lockedStateClient' => 'Bloqueado', 'status.unsynchronizedStateClient' => 'Não sincronizado', 'status.on' => 'Ligado', 'status.off' => 'Desligado', ];