D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
default
/
resources
/
languages
/
en-US
/
components
/
Filename :
notifications.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'drawer.invalid_subject_length' => "Invalid notice subject length. Should be from 1 to 255 characters.", 'drawer.invalid_text_length' => "Invalid notice text length. Should be from 1 to 65533 characters.", 'drawer.subject' => "Notice subject", 'drawer.text' => "Notice text", 'drawer.title' => "Edit notice", 'drawer.unable_set_text' => "Unable to modify notice text: ", 'drawer.resetButton' => "Reset to default", 'drawer.invalidSubjectLength' => "The notice subject must contain from 1 to 255 characters.", 'drawer.invalidTextLength' => "The notice text must contain from 1 to 65533 characters", 'cgroups.header' => 'The resource usage threshold was reached by the subscription %%subscription%% at %%time%%.', 'cgroups.footer' => "Sincerely yours,\n--\n%%product%%", 'cgroups.limitDescriptor' => "\t%%limit%%: %%value%% during %%duration%%", 'cgroups.timeZone' => "Server timezone is %%timezone%% (%%gmtTime%% GMT)", 'cgroups.info' => "Information:\n", 'cgroups.thresholdLimitInfo' => "\t%%limit%% notification threshold is: %%value%% per %%duration%%\n", 'cgroups.hardLimitInfo' => "\t%%hard%%%%limit%% limit is: %%value%% per %%duration%%", 'cgroups.hard' => 'Hard ', 'cgroups.usage' => ' usage', 'cgroups.cgroups_cpu_usage' => 'CPU', 'cgroups.cgroups_ram_usage' => 'RAM', 'cgroups.cgroups_disk_read_usage' => 'Disk read speed', 'cgroups.cgroups_disk_write_usage' => 'Disk write speed', 'pum.header' => "Hello,\nThis is a digest from the System Updates tool for the %%server%% server.", 'pum.updated' => 'The following packages were successfully updated:', 'pum.notUpdated' => 'The following packages could not be updated:', 'pum.updatesAvailable' => 'The following package updates are available:', 'pum.availableItem' => '- %%packageName%% %%packageVersion%% from %%packageRepo%% repo (currently installed version: %%currentVersion%% from %%currentRepo%% repo)', 'pum.updatedItem' => '- %%packageName%% %%packageVersion%% from %%packageRepo%% repo (previous version: %%currentVersion%% from %%currentRepo%% repo)', 'pum.updateInPum' => 'You can update these packages using the System Updates tool: %%pumUrl%%', 'pum.noNotifications' => 'If you do not want to receive these digests, change the notification settings: %%pumSettingsUrl%%', 'pum.errorHeader' => "Hello, %%admin%%,\nThere was an issue with updating system packages and third-party components on the %%server%% server. Please wait for the next automatic update or run the update manually: %%pumUrl%%", 'pum.errorLists' => 'Reason: %%message%%', 'pum.unknownRepo' => 'unknown', ];