LANG: notification page strings

This commit is contained in:
jokob-sk
2026-07-10 13:56:28 +10:00
parent 5d86d27b66
commit 3aa7bc5538
24 changed files with 140 additions and 33 deletions

View File

@@ -24,12 +24,12 @@ require 'php/templates/header.php';
<table id="notificationsTable" class="table table-bordered table-hover table-striped display">
<thead>
<tr>
<th>Timestamp</th>
<th>Level</th>
<th>Content</th>
<th><?= lang('gen_timestamp');?></th>
<th><?= lang('gen_level');?></th>
<th><?= lang('gen_content');?></th>
<th>GUID</th>
<th>Read</th>
<th>Actions</th>
<th><?= lang('gen_read');?></th>
<th><?= lang('gen_actions');?></th>
</tr>
</thead>
<tbody>