mivita/resources/lang/en/backend.php
2026-01-23 17:35:23 +01:00

36 lines
1.5 KiB
PHP

<?php
return array(
'dashboard_news' => 'Dashboard News',
'add_news' => 'Add News',
'edit_news' => 'Edit News',
'title' => 'Title',
'teaser' => 'Teaser',
'content' => 'Content',
'status' => 'Status',
'active' => 'Active',
'inactive' => 'Inactive',
'created_at' => 'Created at',
'actions' => 'Actions',
'delete' => 'Delete',
'confirm_delete' => 'Really delete?',
'no_news_yet' => 'No news available yet',
'cancel' => 'Cancel',
'general_settings' => 'General Settings',
'news_active' => 'News is active',
'news_active_hint' => 'Only one active news will be displayed in the dashboard',
'news_active_single' => 'Note: Only one news can be active at a time. When activating, all others will be automatically deactivated.',
'german' => 'German',
'default_language' => 'Default Language',
'teaser_hint' => 'Short text that is directly visible (max. 2-3 sentences)',
'content_hint' => 'Longer content that is displayed after "Read more". HTML tags are allowed (e.g. <strong>, <ul>, <li>, <br>, <a>).',
'display_date' => 'Display Date',
'display_date_hint' => 'Date displayed in the dashboard (default: today\'s date)',
// File Links
'file_links' => 'File Links to Download Center',
'file_links_hint' => 'Add links to files from the Download Center that will be prominently displayed in the news.',
'link_label' => 'Link Label (e.g. "Download Price List")',
'select_file' => 'Select File',
'add_file_link' => 'Add File Link',
);