feat: implement global autoresponder plugin
This commit is contained in:
+39
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'Global autoresponders' => 'Globalne autorespondery',
|
||||
'Manage automatic replies for account mailboxes' => 'Zarządzanie odpowiedziami dla skrzynek pocztowych konta',
|
||||
'Dashboard' => 'Pulpit',
|
||||
'AUTORESPONDERS' => 'AUTORESPONDERY',
|
||||
'ADD AUTORESPONDER' => 'DODAJ AUTORESPONDER',
|
||||
'Add autoresponder' => 'Dodaj autoresponder',
|
||||
'Edit autoresponder' => 'Edytuj autoresponder',
|
||||
'Preview autoresponder' => 'Podgląd autorespondera',
|
||||
'Subject' => 'Temat',
|
||||
'Message body' => 'Treść wiadomości',
|
||||
'Status' => 'Status',
|
||||
'Enabled' => 'Włączony',
|
||||
'Disabled' => 'Wyłączony',
|
||||
'Start date' => 'Data rozpoczęcia',
|
||||
'End date' => 'Data zakończenia',
|
||||
'Start hour' => 'Godzina rozpoczęcia',
|
||||
'End hour' => 'Godzina zakończenia',
|
||||
'Save autoresponder' => 'Zapisz autoresponder',
|
||||
'Save changes' => 'Zapisz zmiany',
|
||||
'Cancel' => 'Anuluj',
|
||||
'Edit' => 'Edytuj',
|
||||
'Preview' => 'Podgląd',
|
||||
'Delete' => 'Usuń',
|
||||
'Enable' => 'Włącz',
|
||||
'Disable' => 'Wyłącz',
|
||||
'Confirm deletion' => 'Potwierdź usunięcie',
|
||||
'Delete autoresponder' => 'Usuń autoresponder',
|
||||
'Do not delete' => 'Nie usuwaj',
|
||||
'No global autoresponders' => 'Brak globalnych autoresponderów',
|
||||
'Rule created.' => 'Reguła została utworzona.',
|
||||
'Rule updated.' => 'Reguła została zaktualizowana.',
|
||||
'Rule deleted.' => 'Reguła została usunięta.',
|
||||
'Rule status changed.' => 'Status reguły został zmieniony.',
|
||||
'All valid POP/IMAP mailboxes in this account' => 'Wszystkie prawidłowe skrzynki POP/IMAP konta',
|
||||
];
|
||||
Reference in New Issue
Block a user