clusev/lang/en/audit.php

34 lines
1.1 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
// Audit log page strings (R16). Shared buttons live in common.php.
return [
// Header
'eyebrow' => 'Security',
'heading' => 'Audit log',
'event_count' => ':count events',
// Events panel
'panel_title' => 'Events',
'panel_subtitle' => 'last 50 · newest first',
'search_label' => 'Search audit log',
'search_placeholder' => 'Actor, action, target …',
// Empty state
'empty_title' => 'No events',
'empty_filtered' => 'No audit entries found for “:query”.',
'empty_none' => 'There are no audit entries yet.',
// Retention
'retention_title' => 'Retention',
'retention_subtitle' => 'Automatically prune the audit log',
'retention_label' => 'Retention',
'retention_unlimited' => 'unlimited',
'retention_days' => ':count days',
'retention_save' => 'Save',
'retention_saved_notify' => 'Retention policy saved.',
'retention_hint' => 'Number of days (13650). Leave empty to keep entries forever. Older entries are deleted daily.',
// Page title
'title' => 'Audit log — Clusev',
];