77 lines
3.1 KiB
PHP
77 lines
3.1 KiB
PHP
<?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',
|
|
'Subject prefix' => 'Przedrostek tematu',
|
|
'Original subject suffix' => ': pierwotny temat',
|
|
'Message body' => 'Treść wiadomości',
|
|
'Response content' => 'Treść odpowiedzi',
|
|
'Response frequency' => 'Częstość odpowiedzi',
|
|
'Send automatic reply for every message' => 'Wysyłaj automatyczną odpowiedź dla każdej wiadomości',
|
|
'30 minutes' => '30 minut',
|
|
'1 hour' => '1 godzina',
|
|
'2 hours' => '2 godziny',
|
|
'6 hours' => '6 godzin',
|
|
'12 hours' => '12 godzin',
|
|
'1 day' => '1 dzień',
|
|
'2 days' => '2 dni',
|
|
'7 days' => '7 dni',
|
|
'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',
|
|
'Time' => 'Czas',
|
|
'Time of day' => 'Pora dnia',
|
|
'Morning' => 'Rano',
|
|
'Afternoon' => 'Po południu',
|
|
'Evening' => 'Wieczorem',
|
|
'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',
|
|
'Rule not found' => 'Nie znaleziono reguły',
|
|
'Sending period' => 'Okres wysyłki',
|
|
'Scope' => 'Zakres',
|
|
'Actions' => 'Akcje',
|
|
'Dynamic' => 'Dynamiczny',
|
|
'Snapshot' => 'Migawka',
|
|
'To' => 'do',
|
|
'Back' => 'Powrót',
|
|
'Rule details' => 'Szczegóły reguły',
|
|
'Selected' => 'Wybrano',
|
|
'Mon' => 'Pn',
|
|
'Tue' => 'Wt',
|
|
'Wed' => 'Śr',
|
|
'Thu' => 'Cz',
|
|
'Fri' => 'Pt',
|
|
'Sat' => 'Sb',
|
|
'Sun' => 'Nd',
|
|
'DirectAdmin backend supports only one enabled global rule.' => 'Backend DirectAdmin obsługuje tylko jedną aktywną regułę globalną.',
|
|
'Deleting this rule will disable the automatic reply created by this rule for covered mailboxes.' => 'Usunięcie reguły wyłączy odpowiedź automatyczną utworzoną przez tę regułę dla objętych skrzynek.',
|
|
];
|