diff options
author | alecpl <alec@alec.pl> | 2011-11-18 14:44:48 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-11-18 14:44:48 +0000 |
commit | c994e0e7cd9f593eb21ff80c7c1ddbeaf2a1b12a (patch) | |
tree | 44bf85e3a9f96cd13fb82d263cbf068f317fb21c /plugins/managesieve/localization/pl_PL.inc | |
parent | bdb649067d8cd5bdfa584a21d0a8664f8f89f2d3 (diff) |
- Applied fixes from trunk up to r5451
Diffstat (limited to 'plugins/managesieve/localization/pl_PL.inc')
-rw-r--r-- | plugins/managesieve/localization/pl_PL.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/managesieve/localization/pl_PL.inc b/plugins/managesieve/localization/pl_PL.inc index eaa09e198..c0ec2ede2 100644 --- a/plugins/managesieve/localization/pl_PL.inc +++ b/plugins/managesieve/localization/pl_PL.inc @@ -81,6 +81,25 @@ $labels['filtercreate'] = 'Utwóż filtr'; $labels['usedata'] = 'Użyj następujących danych do utworzenia filtra:'; $labels['nextstep'] = 'Następny krok'; $labels['...'] = '...'; +$labels['advancedopts'] = 'Zaawansowane opcje'; +$labels['body'] = 'Treść'; +$labels['address'] = 'adres'; +$labels['envelope'] = 'koperta (envelope)'; +$labels['modifier'] = 'modyfikator:'; +$labels['text'] = 'tekst'; +$labels['undecoded'] = 'nie (raw)'; +$labels['contenttype'] = 'typ części (content type)'; +$labels['modtype'] = 'typ:'; +$labels['allparts'] = 'wszystkie'; +$labels['domain'] = 'domena'; +$labels['localpart'] = 'część lokalna'; +$labels['user'] = 'użytkownik'; +$labels['detail'] = 'detal'; +$labels['comparator'] = 'komparator:'; +$labels['default'] = 'domyślny'; +$labels['octet'] = 'dokładny (octet)'; +$labels['asciicasemap'] = 'nierozróżniający wielkości liter (ascii-casemap)'; +$labels['asciinumeric'] = 'numeryczny (ascii-numeric)'; $messages = array(); $messages['filterunknownerror'] = 'Nieznany błąd serwera.'; |