66 lines
3.4 KiB
PHP
66 lines
3.4 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.',
|
|
'password_hint_unauthenticated' => 'Not used — this mailbox is set to send without logging in.',
|
|
'authenticates' => 'Requires a password',
|
|
'authenticates_hint' => 'Uncheck for a trusted relay that accepts mail without logging in — a local or private-network server, for example. The password above is ignored while this is unchecked.',
|
|
'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',
|
|
'cannot_deactivate_system' => '"System" currently falls back to this mailbox — it cannot be deactivated, or nothing would be left to fall back to.',
|
|
|
|
'confirm_first' => 'Confirm your password first — a signed-in session alone is not enough here.',
|
|
'confirm_button' => 'Confirm',
|
|
|
|
'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.',
|
|
'system_inactive' => '"System" needs a mailbox that is active — it is the fallback everything else depends on.',
|
|
'purpose_unknown_mailbox' => 'That mailbox no longer exists. Please choose one from the list.',
|
|
|
|
'test' => 'Send test mail',
|
|
'test_recipient' => 'Test recipient',
|
|
'test_hint' => 'The test send really goes out — even on this installation, where ordinary mail is only logged.',
|
|
'test_recipient_required' => 'Please enter a recipient address.',
|
|
'test_subject' => 'CluPilot — test message',
|
|
'test_body' => 'This message confirms that the mailbox :key can send.',
|
|
'test_no_password' => 'No password is stored for this mailbox.',
|
|
'test_password_undecryptable' => 'The stored password cannot be decrypted with the current key. Please re-enter it and save.',
|
|
'test_port_not_configured' => 'The mail server port is not configured.',
|
|
'test_ok' => 'Delivered. The mailbox can send.',
|
|
'test_failed' => 'The mail server rejected it:',
|
|
];
|