diff options
| author | tomekp <tomekp@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-13 05:36:25 +0000 |
|---|---|---|
| committer | tomekp <tomekp@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-13 05:36:25 +0000 |
| commit | c5e7f0d7871700cd9e0cf59934e8837e42207219 (patch) | |
| tree | 6d49d0f672549c0c6d3102271877cfb6c69d5746 | |
| parent | 12e049a08f0682ca83989c1007e33b2641cdada8 (diff) | |
update pl localization thanks goes to node
git-svn-id: https://svn.roundcube.net/trunk@1065 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/localization/pl/labels.inc | 10 | ||||
| -rw-r--r-- | roundcubemail/program/localization/pl/messages.inc | 7 |
2 files changed, 11 insertions, 6 deletions
diff --git a/roundcubemail/program/localization/pl/labels.inc b/roundcubemail/program/localization/pl/labels.inc index 6189be7f4..5950647fb 100644 --- a/roundcubemail/program/localization/pl/labels.inc +++ b/roundcubemail/program/localization/pl/labels.inc @@ -10,9 +10,10 @@ | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ - | Author: Tomasz Pajor <t.pajor@kei.pl> | - | Sławomir Cichoń <slawek.cichon@gmail.com> | - | Janusz Zamecki <janusz@zamecki.eu> | + | Author: Tomasz Pajor <t.pajor@kei.pl> | + | Sławomir Cichoń <slawek.cichon@gmail.com> | + | Janusz Zamecki <janusz@zamecki.eu> | + | Mariusz Szulerecki <nob@force.eu.org> | +-----------------------------------------------------------------------+ @version $Id$ @@ -73,6 +74,9 @@ $labels['saturday'] = 'Sobota'; $labels['today'] = 'Dzisiaj'; $labels['checkmail'] = 'Sprawdź skrzynkę'; $labels['writenewmessage'] = 'Utwórz nową wiadomość'; +$labels['markmessages'] = 'Oznacz wiadomość'; +$labels['markread'] = 'Jako przeczytaną'; +$labels['markunread'] = 'Jako nieprzeczytaną'; $labels['replytomessage'] = 'Odpowiedz nadawcy'; $labels['replytoallmessage'] = 'Odpowiedz wszystkim'; $labels['forwardmessage'] = 'Prześlij dalej'; diff --git a/roundcubemail/program/localization/pl/messages.inc b/roundcubemail/program/localization/pl/messages.inc index 9dc767dba..d33723de0 100644 --- a/roundcubemail/program/localization/pl/messages.inc +++ b/roundcubemail/program/localization/pl/messages.inc @@ -10,9 +10,10 @@ | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ - | Author: Tomasz Pajor <t.pajor@kei.pl> | - | Author: Sławomir Cichoń <slawek.cichon@gmail.com> | - | Janusz Zamecki <janusz@zamecki.eu> | + | Author: Tomasz Pajor <t.pajor@kei.pl> | + | Author: Sławomir Cichoń <slawek.cichon@gmail.com> | + | Janusz Zamecki <janusz@zamecki.eu> | + | Mariusz Szulerecki <nob@force.eu.org> | +-----------------------------------------------------------------------+ @version $Id$ |
