diff options
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | program/localization/pl/labels.inc | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -8,10 +8,10 @@ CHANGELOG RoundCube Webmail 2007/09/26 (tomekp) ---------- +- Add polish labels for changes in r816. - Update polish localization (#1484579) - Update thai localization (#1484578) - 2007/09/25 (robin) ---------- - Enable drag-/dropping of folders to a new parent folder (#1457344) diff --git a/program/localization/pl/labels.inc b/program/localization/pl/labels.inc index d69a725a6..a895a5949 100644 --- a/program/localization/pl/labels.inc +++ b/program/localization/pl/labels.inc @@ -123,6 +123,9 @@ $labels['nosubject'] = '(brak tematu)'; $labels['showimages'] = 'Wyświetl obrazki'; $labels['htmltoggle'] = 'HTML'; $labels['plaintoggle'] = 'Zwykły tekst'; +$labels['addcc'] = 'Dodaj Cc'; +$labels['addbcc'] = 'Dodaj Bcc'; +$labels['addreplyto'] = 'Dodaj Reply-To'; $labels['name'] = 'Nazwa'; $labels['firstname'] = 'Imię'; $labels['surname'] = 'Nazwisko'; |