diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-07 08:52:05 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-07 08:52:05 +0000 |
| commit | 203ab3071d1f7fbbd7a75934e0d588395916affc (patch) | |
| tree | fc864cd114ec93687f2c7e8e1cd259f7a92e5f29 /roundcubemail/program/localization/pl_PL | |
| parent | aa1cc39566e4737963083587ac0b262a1a08c11c (diff) | |
- Support SMTP Delivery Status Notifications - RFC3461 (#1486142)
git-svn-id: https://svn.roundcube.net/trunk@4059 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/pl_PL')
| -rw-r--r-- | roundcubemail/program/localization/pl_PL/labels.inc | 2 | ||||
| -rw-r--r-- | roundcubemail/program/localization/pl_PL/messages.inc | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/pl_PL/labels.inc b/roundcubemail/program/localization/pl_PL/labels.inc index b083fb54b..804b3d130 100644 --- a/roundcubemail/program/localization/pl_PL/labels.inc +++ b/roundcubemail/program/localization/pl_PL/labels.inc @@ -360,5 +360,7 @@ $labels['replylist'] = 'Odpowiedz na listę'; $labels['editidents'] = 'Edytuj tożsamości'; $labels['addmailreplyto'] = 'Dodaj Mail-Reply-To'; $labels['addmailfollowupto'] = 'Dodaj Mail-Followup-To'; +$labels['dsn'] = 'Status dostarczenia (DSN)'; +$labels['reqdsn'] = 'Zawsze żądaj statusu dostarczenia (DSN)'; ?> diff --git a/roundcubemail/program/localization/pl_PL/messages.inc b/roundcubemail/program/localization/pl_PL/messages.inc index 781ad0bbf..91b3c901c 100644 --- a/roundcubemail/program/localization/pl_PL/messages.inc +++ b/roundcubemail/program/localization/pl_PL/messages.inc @@ -114,6 +114,7 @@ $messages['smtpautherror'] = 'Błąd SMTP ($code): Uwierzytelnianie nie powiodł $messages['smtpfromerror'] = 'Błąd SMTP ($code): Nie można ustawić nadawcy "$from" ($msg)'; $messages['smtptoerror'] = 'Błąd SMTP ($code): Nie można dodać odbiorcy "$to" ($msg)'; $messages['smtprecipientserror'] = 'Błąd SMTP: Parsowanie listy odbiorców nie powiodło się'; +$messages['smtpdsnerror'] = 'Błąd SMTP: Statusy dostarczenia (DSN) nie są obsługiwane przez serwer'; $messages['smtperror'] = 'Błąd SMTP: $msg'; $messages['emailformaterror'] = 'Błędny adres e-mail: $email'; $messages['toomanyrecipients'] = 'Zbyt wielu odbiorców. Zmniejsz ich liczbę do $max.'; |
