fix: harden backend synchronization
This commit is contained in:
@@ -52,5 +52,13 @@ return [
|
||||
'Back' => 'Back',
|
||||
'Rule details' => 'Rule details',
|
||||
'Selected' => 'Selected',
|
||||
'Mon' => 'Mon',
|
||||
'Tue' => 'Tue',
|
||||
'Wed' => 'Wed',
|
||||
'Thu' => 'Thu',
|
||||
'Fri' => 'Fri',
|
||||
'Sat' => 'Sat',
|
||||
'Sun' => 'Sun',
|
||||
'DirectAdmin backend supports only one enabled global rule.' => 'DirectAdmin backend supports only one enabled global rule.',
|
||||
'Deleting this rule will disable the automatic reply created by this rule for covered mailboxes.' => 'Deleting this rule will disable the automatic reply created by this rule for covered mailboxes.',
|
||||
];
|
||||
|
||||
@@ -52,5 +52,13 @@ return [
|
||||
'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.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user