34 lines
1.4 KiB
PHP
34 lines
1.4 KiB
PHP
<?php
|
|
|
|
// What customers wrote to us. The other half of the mail register.
|
|
return [
|
|
'title' => 'Inbox',
|
|
'subtitle' => 'Mail that arrived in the support mailbox. Anybody writing from the address they registered with is matched automatically — everything else sits at the top and waits for you.',
|
|
|
|
'fetch_now' => 'Fetch now',
|
|
'fetched' => '{1} :count new message|[2,*] :count new messages',
|
|
'nothing_new' => 'Nothing new in the mailbox.',
|
|
'never_checked' => 'The mailbox has never been fetched yet — the next run is a few minutes away.',
|
|
'last_ok' => 'Mailbox last reached: :when (:ago)',
|
|
'last_failed' => 'Mailbox last unreachable: :when (:ago).',
|
|
|
|
'show_archived' => 'Show filed',
|
|
'show_open' => 'Show open',
|
|
'empty' => 'The inbox is empty.',
|
|
'empty_archived' => 'Nothing filed.',
|
|
|
|
'no_subject' => '(no subject)',
|
|
'unassigned' => 'Unassigned',
|
|
'assign_to' => 'Assign a customer …',
|
|
'assigned' => 'Assigned to :name',
|
|
'answer' => 'Answer :name',
|
|
'archive' => 'File',
|
|
'unarchive' => 'Put back',
|
|
|
|
'attachments' => 'Attachments',
|
|
'attachments_note' => 'Attachments are deliberately not stored — only name and size. The files are still in the mailbox; open them there if you trust them.',
|
|
|
|
'not_configured' => 'No mailbox has been set up yet. Without credentials nothing is fetched, and this page stays empty however much is written.',
|
|
'to_integrations' => 'Set up the mailbox',
|
|
];
|