45 lines
1.8 KiB
PHP
45 lines
1.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Email',
|
|
'subtitle' => 'Sending addresses, and the server they go out through.',
|
|
|
|
'no_key' => 'SECRETS_KEY is not set on this server. Without a key of its own, no mailbox passwords are stored here — deliberately, because APP_KEY is rotated as routine maintenance.',
|
|
|
|
'server_title' => 'Mail server',
|
|
'server_hint' => 'Applies to every mailbox — they all sit on the same server.',
|
|
'host' => 'Server',
|
|
'port' => 'Port',
|
|
'encryption' => 'Encryption',
|
|
'encryption_none' => 'None',
|
|
'save' => 'Save',
|
|
'server_saved' => 'Server settings saved.',
|
|
|
|
'boxes_title' => 'Mailboxes',
|
|
'address' => 'Address',
|
|
'display_name' => 'Display name',
|
|
'username' => 'SMTP user',
|
|
'username_hint' => 'Leave empty if it matches the address.',
|
|
'password' => 'Password',
|
|
'password_hint' => 'Stored encrypted and never shown in full again. Leave empty to keep the current one.',
|
|
'no_reply' => 'No replies (no Reply-To)',
|
|
'no_reply_hint' => 'A "no-reply" that can be replied to is a lie in the sender.',
|
|
'active' => 'Active',
|
|
'edit' => 'Edit',
|
|
'saved' => 'Mailbox saved.',
|
|
'never_verified' => 'Not yet verified',
|
|
'last_verified' => 'Last verified',
|
|
|
|
'purposes_title' => 'Who sends what',
|
|
'purposes_hint' => 'A purpose with no mailbox sends through "System".',
|
|
'purpose' => [
|
|
'maintenance' => 'Maintenance announcements',
|
|
'provisioning' => 'Provisioning and order confirmation',
|
|
'support' => 'Replies to support requests',
|
|
'billing' => 'Invoices and payment reminders',
|
|
'system' => 'System (fallback for everything else)',
|
|
],
|
|
'purposes_saved' => 'Mapping saved.',
|
|
'system_required' => '"System" must have a mailbox — it is the fallback for all the others.',
|
|
];
|