Messenger-artiges Benachrichtigungssystem für Dolibarr: - Schwebendes FAB (Floating Action Button) unten links - Ausklappbares Panel mit allen Benachrichtigungen - Historie der gelesenen Nachrichten - Direktes Abhaken per Checkbox - Click-to-Navigate für Aktionen - Pulsierender Button bei dringenden Nachrichten - Draggable Panel-Header - Automatische Erkennung hängender Cron-Jobs - API für andere Module: GlobalNotify::error(), ::warning(), etc. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
29 lines
721 B
Text
29 lines
721 B
Text
# GlobalNotify - English translations
|
|
|
|
# Module
|
|
Module500100Name = GlobalNotify
|
|
Module500100Desc = Global notification system for all modules
|
|
|
|
# General
|
|
Notifications = Notifications
|
|
NoNotifications = No notifications
|
|
MarkAllRead = Mark all as read
|
|
ViewAll = View all
|
|
Action = Action
|
|
|
|
# Notification types
|
|
NotificationError = Error
|
|
NotificationWarning = Warning
|
|
NotificationInfo = Information
|
|
NotificationSuccess = Success
|
|
NotificationAction = Action required
|
|
|
|
# Cron notifications
|
|
CronJobStuck = Cron job stuck
|
|
CronJobMissed = Cron job missed
|
|
CronJobsOverview = Cron jobs overview
|
|
|
|
# Admin
|
|
GlobalNotifySetup = GlobalNotify Settings
|
|
EnableNotifications = Enable notifications
|
|
NotificationSettings = Notification settings
|