57 lines
2.1 KiB
PHP
57 lines
2.1 KiB
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'Global autoresponders' => 'Global autoresponders',
|
|
'Manage automatic replies for account mailboxes' => 'Manage automatic replies for account mailboxes',
|
|
'Dashboard' => 'Dashboard',
|
|
'AUTORESPONDERS' => 'AUTORESPONDERS',
|
|
'ADD AUTORESPONDER' => 'ADD AUTORESPONDER',
|
|
'Add autoresponder' => 'Add autoresponder',
|
|
'Edit autoresponder' => 'Edit autoresponder',
|
|
'Preview autoresponder' => 'Preview autoresponder',
|
|
'Subject' => 'Subject',
|
|
'Message body' => 'Message body',
|
|
'Response content' => 'Response content',
|
|
'Status' => 'Status',
|
|
'Enabled' => 'Enabled',
|
|
'Disabled' => 'Disabled',
|
|
'Start date' => 'Start date',
|
|
'End date' => 'End date',
|
|
'Start hour' => 'Start hour',
|
|
'End hour' => 'End hour',
|
|
'Time' => 'Time',
|
|
'Time of day' => 'Time of day',
|
|
'Morning' => 'Morning',
|
|
'Afternoon' => 'Afternoon',
|
|
'Evening' => 'Evening',
|
|
'Save autoresponder' => 'Save autoresponder',
|
|
'Save changes' => 'Save changes',
|
|
'Cancel' => 'Cancel',
|
|
'Edit' => 'Edit',
|
|
'Preview' => 'Preview',
|
|
'Delete' => 'Delete',
|
|
'Enable' => 'Enable',
|
|
'Disable' => 'Disable',
|
|
'Confirm deletion' => 'Confirm deletion',
|
|
'Delete autoresponder' => 'Delete autoresponder',
|
|
'Do not delete' => 'Do not delete',
|
|
'No global autoresponders' => 'No global autoresponders',
|
|
'Rule created.' => 'Rule created.',
|
|
'Rule updated.' => 'Rule updated.',
|
|
'Rule deleted.' => 'Rule deleted.',
|
|
'Rule status changed.' => 'Rule status changed.',
|
|
'All valid POP/IMAP mailboxes in this account' => 'All valid POP/IMAP mailboxes in this account',
|
|
'Rule not found' => 'Rule not found',
|
|
'Sending period' => 'Sending period',
|
|
'Scope' => 'Scope',
|
|
'Actions' => 'Actions',
|
|
'Dynamic' => 'Dynamic',
|
|
'Snapshot' => 'Snapshot',
|
|
'To' => 'to',
|
|
'Back' => 'Back',
|
|
'Rule details' => 'Rule details',
|
|
'Selected' => 'Selected',
|
|
'Deleting this rule will disable the automatic reply created by this rule for covered mailboxes.' => 'Deleting this rule will disable the automatic reply created by this rule for covered mailboxes.',
|
|
];
|