diff options
| author | tomekp <tomekp@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-26 08:03:07 +0000 |
|---|---|---|
| committer | tomekp <tomekp@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-26 08:03:07 +0000 |
| commit | 43b6fc24c68063d8542cfc49d6fa160239bd5163 (patch) | |
| tree | a000759c64baa4e46020264404aadd048a335932 | |
| parent | a565a06bf0c58196b008c5f5d0d264159de36e19 (diff) | |
update polish localization, closes #1484579
git-svn-id: https://svn.roundcube.net/trunk@815 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/CHANGELOG | 3 | ||||
| -rw-r--r-- | roundcubemail/program/localization/pl/labels.inc | 3 | ||||
| -rw-r--r-- | roundcubemail/program/localization/pl/messages.inc | 1 |
3 files changed, 6 insertions, 1 deletions
diff --git a/roundcubemail/CHANGELOG b/roundcubemail/CHANGELOG index 153853167..4da2b0575 100644 --- a/roundcubemail/CHANGELOG +++ b/roundcubemail/CHANGELOG @@ -1,6 +1,9 @@ CHANGELOG RoundCube Webmail --------------------------- +2007/09/26 (tomekp) +- Update polish localization (#1484579) + 2007/09/25 (robin) ---------- - Enable drag-/dropping of folders to a new parent folder (#1457344) diff --git a/roundcubemail/program/localization/pl/labels.inc b/roundcubemail/program/localization/pl/labels.inc index 00ba1fe21..d69a725a6 100644 --- a/roundcubemail/program/localization/pl/labels.inc +++ b/roundcubemail/program/localization/pl/labels.inc @@ -77,6 +77,7 @@ $labels['replytomessage'] = 'Odpowiedz nadawcy'; $labels['replytoallmessage'] = 'Odpowiedz wszystkim'; $labels['forwardmessage'] = 'Prześlij dalej'; $labels['deletemessage'] = 'Usuń'; +$labels['movemessagetotrash'] = 'Przenieś do Kosza'; $labels['printmessage'] = 'Drukuj'; $labels['previousmessage'] = 'Pokaż poprzednią'; $labels['previousmessages'] = 'Pokaż poprzednie'; @@ -101,8 +102,8 @@ $labels['unlimited'] = 'bez limitu'; $labels['quicksearch'] = 'Szybkie wyszukiwanie'; $labels['resetsearch'] = 'Wyczyść filtr'; $labels['compose'] = 'Utwórz wiadomość'; -$labels['sendmessage'] = 'Wyślij teraz'; $labels['savemessage'] = 'Zapisz kopię roboczą'; +$labels['sendmessage'] = 'Wyślij teraz'; $labels['addattachment'] = 'Dołącz plik'; $labels['charset'] = 'Kodowanie znaków'; $labels['editortype'] = 'Typ edytora'; diff --git a/roundcubemail/program/localization/pl/messages.inc b/roundcubemail/program/localization/pl/messages.inc index 0c6032a26..ea545fe33 100644 --- a/roundcubemail/program/localization/pl/messages.inc +++ b/roundcubemail/program/localization/pl/messages.inc @@ -75,5 +75,6 @@ $messages['copysuccess'] = 'Pomyślnie skopiowano następującą liczbę adresó $messages['copyerror'] = 'Nie można skopiować żadnego adresu'; $messages['sourceisreadonly'] = 'Źródło adresu jest tylko do odczytu'; $messages['errorsavingcontact'] = 'Nie można było zapisać adresu kontaktu'; +$messages['movingmessage'] = 'Przenoszenie wiadomości...'; ?>
\ No newline at end of file |
