diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-28 09:47:15 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-28 09:47:15 +0000 |
| commit | 1e53ed217d77e291fed7bc771e7ab43fd8c5c9e2 (patch) | |
| tree | efe2e7f7aab467a5fe9af78229b659087ca41191 /roundcubemail/program/localization/pl_PL | |
| parent | a8822e0901a3edb6252f8cefac3c0d1f48ef3c8b (diff) | |
- Localize forwarded message header (#1488058)
- pl_PL update
- Fix label: databaserror -> dberror
git-svn-id: https://svn.roundcube.net/trunk@5139 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/pl_PL')
| -rw-r--r-- | roundcubemail/program/localization/pl_PL/labels.inc | 3 | ||||
| -rw-r--r-- | roundcubemail/program/localization/pl_PL/messages.inc | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/pl_PL/labels.inc b/roundcubemail/program/localization/pl_PL/labels.inc index aa7127d04..58ce75ea9 100644 --- a/roundcubemail/program/localization/pl_PL/labels.inc +++ b/roundcubemail/program/localization/pl_PL/labels.inc @@ -417,5 +417,8 @@ $labels['importtarget'] = 'Dodaj nowe kontakty do książki adresowej:'; $labels['grouprename'] = 'Zmień nazwę grupy'; $labels['groupdelete'] = 'Usuń grupę'; $labels['undo'] = 'Cofnij'; +$labels['mailreplyintro'] = 'W dniu $date, $sender napisał(a):'; +$labels['uploadprogress'] = '$percent ($current z $total)'; +$labels['originalmessage'] = 'Wiadomość oryginalna'; ?> diff --git a/roundcubemail/program/localization/pl_PL/messages.inc b/roundcubemail/program/localization/pl_PL/messages.inc index 61ad15ff4..b85a41451 100644 --- a/roundcubemail/program/localization/pl_PL/messages.inc +++ b/roundcubemail/program/localization/pl_PL/messages.inc @@ -150,5 +150,11 @@ $messages['invalidimageformat'] = 'Niepoprawny format obrazka.'; $messages['mispellingsfound'] = 'Wykryto błędy pisowni w tej wiadomości.'; $messages['contactrestoreerror'] = 'Przywracanie kontaktów nie powiodło się.'; $messages['contactrestored'] = 'Kontakt(y) zostały przywrócone.'; +$messages['dberror'] = 'Błąd bazy danych!'; +$messages['contactnameexists'] = 'Kontakt z podaną nazwą już istnieje!'; +$messages['copyingcontact'] = 'Kopiowanie kontaktów...'; +$messages['addingmember'] = 'Dodawanie kontaktów do grupy...'; +$messages['removingmember'] = 'Usuwanie kontaktów z grupy...'; +$messages['parentnotwritable'] = 'Nie można utworzyć/przenieść folderu w wybrane miejsce. Brak upranień.'; ?> |
