| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | /* |
|---|
| 4 | |
|---|
| 5 | +-----------------------------------------------------------------------+ |
|---|
| 6 | | language/pl_PL/labels.inc | |
|---|
| 7 | | | |
|---|
| 8 | | Language file of the RoundCube Webmail client | |
|---|
| 9 | | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland | |
|---|
| 10 | | Licensed under the GNU GPL | |
|---|
| 11 | | | |
|---|
| 12 | +-----------------------------------------------------------------------+ |
|---|
| 13 | | Author: Tomasz Pajor <t.pajor@kei.pl> | |
|---|
| 14 | | SÅawomir CichoÅ <slawek.cichon@gmail.com> | |
|---|
| 15 | | Janusz Zamecki <janusz@zamecki.eu> | |
|---|
| 16 | | Mariusz Szulerecki <nob@force.eu.org> | |
|---|
| 17 | | Wojciech Szczepucha <donkoyote@gmail.com> | |
|---|
| 18 | | Aleksander Machniak <alec@alec.pl> | |
|---|
| 19 | +-----------------------------------------------------------------------+ |
|---|
| 20 | |
|---|
| 21 | @version $Id: labels.inc 1404 2008-05-19 08:12:54Z alec $ |
|---|
| 22 | |
|---|
| 23 | */ |
|---|
| 24 | |
|---|
| 25 | $labels = array(); |
|---|
| 26 | $labels['welcome'] = 'Witamy w $product'; |
|---|
| 27 | $labels['username'] = 'Nazwa'; |
|---|
| 28 | $labels['password'] = 'HasÅo'; |
|---|
| 29 | $labels['server'] = 'Serwer'; |
|---|
| 30 | $labels['login'] = 'Zaloguj'; |
|---|
| 31 | $labels['logout'] = 'Wyloguj'; |
|---|
| 32 | $labels['mail'] = 'Poczta'; |
|---|
| 33 | $labels['settings'] = 'Ustawienia'; |
|---|
| 34 | $labels['addressbook'] = 'KsiÄ
ÅŒka adresowa'; |
|---|
| 35 | $labels['inbox'] = 'Odebrane'; |
|---|
| 36 | $labels['drafts'] = 'Kopie robocze'; |
|---|
| 37 | $labels['sent'] = 'WysÅane'; |
|---|
| 38 | $labels['trash'] = 'Kosz'; |
|---|
| 39 | $labels['junk'] = 'Spam'; |
|---|
| 40 | $labels['subject'] = 'Temat'; |
|---|
| 41 | $labels['from'] = 'Nadawca'; |
|---|
| 42 | $labels['to'] = 'Odbiorca'; |
|---|
| 43 | $labels['cc'] = 'Kopia'; |
|---|
| 44 | $labels['bcc'] = 'Ukryta kopia'; |
|---|
| 45 | $labels['replyto'] = 'Odp. do'; |
|---|
| 46 | $labels['date'] = 'Data'; |
|---|
| 47 | $labels['size'] = 'Rozmiar'; |
|---|
| 48 | $labels['priority'] = 'Priorytet'; |
|---|
| 49 | $labels['organization'] = 'Organizacja'; |
|---|
| 50 | $labels['reply-to'] = 'Odpowiedz do'; |
|---|
| 51 | $labels['mailboxlist'] = 'Foldery'; |
|---|
| 52 | $labels['messagesfromto'] = 'WiadomoÅci od $from do $to z $count'; |
|---|
| 53 | $labels['messagenrof'] = 'WiadomoÅÄ $nr z $count'; |
|---|
| 54 | $labels['moveto'] = 'PrzenieÅ do...'; |
|---|
| 55 | $labels['download'] = 'Pobierz'; |
|---|
| 56 | $labels['filename'] = 'Nazwa pliku'; |
|---|
| 57 | $labels['filesize'] = 'Rozmiar pliku'; |
|---|
| 58 | $labels['preferhtml'] = 'DomyÅlny HTML'; |
|---|
| 59 | $labels['htmlmessage'] = 'WiadomoÅÄ HTML'; |
|---|
| 60 | $labels['showremoteimages'] = 'WyÅwietlaj obrazki w wiadomoÅciach'; |
|---|
| 61 | $labels['fromknownsenders'] = 'od znanych nadawców'; |
|---|
| 62 | $labels['always'] = 'zawsze'; |
|---|
| 63 | $labels['prettydate'] = 'Åadne daty'; |
|---|
| 64 | $labels['showinlineimages'] = 'WyÅwietlaj zaÅÄ
czone obrazki pod treÅciÄ
wiadomoÅci'; |
|---|
| 65 | $labels['messagesdisplaying'] = 'WyÅwietlanie wiadomoÅci'; |
|---|
| 66 | $labels['messagescomposition'] = 'Tworzenie wiadomoÅci'; |
|---|
| 67 | $labels['addtoaddressbook'] = 'Dodaj do ksiÄ
ÅŒki adresowej '; |
|---|
| 68 | $labels['sun'] = 'Nd'; |
|---|
| 69 | $labels['mon'] = 'Pn'; |
|---|
| 70 | $labels['tue'] = 'Wt'; |
|---|
| 71 | $labels['wed'] = 'År'; |
|---|
| 72 | $labels['thu'] = 'Czw'; |
|---|
| 73 | $labels['fri'] = 'Pt'; |
|---|
| 74 | $labels['sat'] = 'Sb'; |
|---|
| 75 | $labels['sunday'] = 'Niedziela'; |
|---|
| 76 | $labels['monday'] = 'PoniedziaÅek'; |
|---|
| 77 | $labels['tuesday'] = 'Wtorek'; |
|---|
| 78 | $labels['wednesday'] = 'Åroda'; |
|---|
| 79 | $labels['thursday'] = 'Czwartek'; |
|---|
| 80 | $labels['friday'] = 'PiÄ
tek'; |
|---|
| 81 | $labels['saturday'] = 'Sobota'; |
|---|
| 82 | $labels['jan'] = 'sty'; |
|---|
| 83 | $labels['feb'] = 'lut'; |
|---|
| 84 | $labels['mar'] = 'mar'; |
|---|
| 85 | $labels['apr'] = 'kwi'; |
|---|
| 86 | $labels['may'] = 'maj'; |
|---|
| 87 | $labels['jun'] = 'cze'; |
|---|
| 88 | $labels['jul'] = 'lip'; |
|---|
| 89 | $labels['aug'] = 'sie'; |
|---|
| 90 | $labels['sep'] = 'wrz'; |
|---|
| 91 | $labels['oct'] = 'paź'; |
|---|
| 92 | $labels['nov'] = 'lis'; |
|---|
| 93 | $labels['dec'] = 'gru'; |
|---|
| 94 | $labels['longjan'] = 'styczeÅ'; |
|---|
| 95 | $labels['longfeb'] = 'luty'; |
|---|
| 96 | $labels['longmar'] = 'marzec'; |
|---|
| 97 | $labels['longapr'] = 'kwiecieÅ'; |
|---|
| 98 | $labels['longmay'] = 'maj'; |
|---|
| 99 | $labels['longjun'] = 'czerwiec'; |
|---|
| 100 | $labels['longjul'] = 'lipiec'; |
|---|
| 101 | $labels['longaug'] = 'sierpieÅ'; |
|---|
| 102 | $labels['longsep'] = 'wrzesieÅ'; |
|---|
| 103 | $labels['longoct'] = 'październik'; |
|---|
| 104 | $labels['longnov'] = 'listopad'; |
|---|
| 105 | $labels['longdec'] = 'grudzieÅ'; |
|---|
| 106 | $labels['today'] = 'Dzisiaj'; |
|---|
| 107 | $labels['checkmail'] = 'Sprawdź skrzynkÄ'; |
|---|
| 108 | $labels['writenewmessage'] = 'Utwórz nowÄ
wiadomoÅÄ'; |
|---|
| 109 | $labels['replytomessage'] = 'Odpowiedz nadawcy'; |
|---|
| 110 | $labels['replytoallmessage'] = 'Odpowiedz wszystkim'; |
|---|
| 111 | $labels['forwardmessage'] = 'PrzeÅlij dalej'; |
|---|
| 112 | $labels['deletemessage'] = 'UsuÅ'; |
|---|
| 113 | $labels['movemessagetotrash'] = 'PrzenieÅ do Kosza'; |
|---|
| 114 | $labels['printmessage'] = 'Drukuj'; |
|---|
| 115 | $labels['previousmessage'] = 'PokaÅŒ poprzedniÄ
'; |
|---|
| 116 | $labels['previousmessages'] = 'PokaŌ poprzednie'; |
|---|
| 117 | $labels['firstmessage'] = 'PokaÅŒ pierwszÄ
'; |
|---|
| 118 | $labels['firstmessages'] = 'PokaŌ pierwsze'; |
|---|
| 119 | $labels['nextmessage'] = 'PokaÅŒ nastÄpnÄ
'; |
|---|
| 120 | $labels['nextmessages'] = 'PokaÅŒ nastÄpne'; |
|---|
| 121 | $labels['lastmessage'] = 'PokaÅŒ ostatniÄ
'; |
|---|
| 122 | $labels['lastmessages'] = 'PokaŌ ostatnie'; |
|---|
| 123 | $labels['backtolist'] = 'PokaÅŒ listÄ wiadomoÅci'; |
|---|
| 124 | $labels['viewsource'] = 'PokaÅŒ źródÅo'; |
|---|
| 125 | $labels['markmessages'] = 'Oznacz wiadomoÅci'; |
|---|
| 126 | $labels['markread'] = 'Jako przeczytane'; |
|---|
| 127 | $labels['markunread'] = 'Jako nieprzeczytane'; |
|---|
| 128 | $labels['markflagged'] = 'Jako oflagowane'; |
|---|
| 129 | $labels['markunflagged'] = 'Jako nieoflagowane'; |
|---|
| 130 | $labels['messageactions'] = 'WiÄcej akcji...'; |
|---|
| 131 | $labels['select'] = 'Zaznacz'; |
|---|
| 132 | $labels['all'] = 'Wszystkie'; |
|---|
| 133 | $labels['none'] = 'Anuluj'; |
|---|
| 134 | $labels['unread'] = 'Nieprzeczytane'; |
|---|
| 135 | $labels['flagged'] = 'Oznaczone'; |
|---|
| 136 | $labels['unanswered'] = 'Bez odpowiedzi'; |
|---|
| 137 | $labels['deleted'] = 'UsuniÄte'; |
|---|
| 138 | $labels['invert'] = 'OdwróÄ'; |
|---|
| 139 | $labels['filter'] = 'Filtr'; |
|---|
| 140 | $labels['compact'] = 'PorzÄ
dkuj'; |
|---|
| 141 | $labels['empty'] = 'OpróŌnij'; |
|---|
| 142 | $labels['purge'] = 'OczyÅÄ'; |
|---|
| 143 | $labels['quota'] = 'UÅŒyte miejsce'; |
|---|
| 144 | $labels['unknown'] = 'nieznane'; |
|---|
| 145 | $labels['unlimited'] = 'bez limitu'; |
|---|
| 146 | $labels['quicksearch'] = 'Szybkie wyszukiwanie'; |
|---|
| 147 | $labels['resetsearch'] = 'WyczyÅÄ filtr'; |
|---|
| 148 | $labels['searchmod'] = 'Parametry wyszukiwania'; |
|---|
| 149 | $labels['msgtext'] = 'CaÅa wiadomoÅÄ'; |
|---|
| 150 | $labels['openinextwin'] = 'Otwórz w nowym oknie'; |
|---|
| 151 | $labels['emlsave'] = 'Zapisz (.eml)'; |
|---|
| 152 | $labels['compose'] = 'Utwórz wiadomoÅÄ'; |
|---|
| 153 | $labels['savemessage'] = 'Zapisz kopiÄ roboczÄ
'; |
|---|
| 154 | $labels['sendmessage'] = 'WyÅlij teraz'; |
|---|
| 155 | $labels['addattachment'] = 'DoÅÄ
cz plik'; |
|---|
| 156 | $labels['charset'] = 'Kodowanie znaków'; |
|---|
| 157 | $labels['editortype'] = 'Typ edytora'; |
|---|
| 158 | $labels['returnreceipt'] = 'Potwierdzenie odbioru'; |
|---|
| 159 | $labels['checkspelling'] = 'Sprawdź pisowniÄ'; |
|---|
| 160 | $labels['resumeediting'] = 'ZakoÅcz sprawdzanie pisowni'; |
|---|
| 161 | $labels['revertto'] = 'PowrÃ³Ä do'; |
|---|
| 162 | $labels['attachments'] = 'ZaÅÄ
czniki'; |
|---|
| 163 | $labels['upload'] = 'WyÅlij'; |
|---|
| 164 | $labels['close'] = 'Zamknij'; |
|---|
| 165 | $labels['low'] = 'Bardzo niski'; |
|---|
| 166 | $labels['lowest'] = 'Niski'; |
|---|
| 167 | $labels['normal'] = 'Normalny'; |
|---|
| 168 | $labels['high'] = 'Wysoki'; |
|---|
| 169 | $labels['highest'] = 'Bardzo wysoki'; |
|---|
| 170 | $labels['nosubject'] = '(brak tematu)'; |
|---|
| 171 | $labels['showimages'] = 'WyÅwietl obrazki'; |
|---|
| 172 | $labels['alwaysshow'] = 'Zawsze wyÅwietlaj obrazki od $sender'; |
|---|
| 173 | $labels['htmltoggle'] = 'HTML'; |
|---|
| 174 | $labels['plaintoggle'] = 'ZwykÅy tekst'; |
|---|
| 175 | $labels['savesentmessagein'] = 'Zapisz wiadomoÅÄ w'; |
|---|
| 176 | $labels['dontsave'] = 'nie zapisuj'; |
|---|
| 177 | $labels['addcc'] = 'Dodaj Cc'; |
|---|
| 178 | $labels['addbcc'] = 'Dodaj Bcc'; |
|---|
| 179 | $labels['addreplyto'] = 'Dodaj Reply-To'; |
|---|
| 180 | $labels['mdnrequest'] = 'Nadawca zaÅŒÄ
daÅ potwierdzenia przeczytania tej wiadomoÅci. Czy chcesz go powiadomiÄ?'; |
|---|
| 181 | $labels['receiptread'] = 'Potwierdzenie otrzymania'; |
|---|
| 182 | $labels['yourmessage'] = 'To jest potwierdzenie dostarczenia Twojej wiadomoÅci'; |
|---|
| 183 | $labels['receiptnote'] = 'Uwaga: To potwierdzenie dostarczenia wiadomoÅci oznacza tylko, ÅŒe wiadomoÅÄ zostaÅa wyÅwietlona na komputerze adresata. Nie ma ÅŒadnej gwarancji, ÅŒe odbiorca przeczytaÅ czy teÅŒ zrozumiaÅ treÅÄ wiadomoÅci.'; |
|---|
| 184 | $labels['name'] = 'Nazwa'; |
|---|
| 185 | $labels['firstname'] = 'ImiÄ'; |
|---|
| 186 | $labels['surname'] = 'Nazwisko'; |
|---|
| 187 | $labels['email'] = 'E-Mail'; |
|---|
| 188 | $labels['addcontact'] = 'Dodaj nowy kontakt do ksiÄ
ÅŒki adresowej'; |
|---|
| 189 | $labels['editcontact'] = 'Edytuj kontakt'; |
|---|
| 190 | $labels['edit'] = 'Edytuj'; |
|---|
| 191 | $labels['cancel'] = 'Anuluj'; |
|---|
| 192 | $labels['save'] = 'Zapisz'; |
|---|
| 193 | $labels['delete'] = 'UsuÅ'; |
|---|
| 194 | $labels['newcontact'] = 'Dodaj nowy kontakt'; |
|---|
| 195 | $labels['deletecontact'] = 'UsuÅ zaznaczone kontakty'; |
|---|
| 196 | $labels['composeto'] = 'Utwórz wiadomoÅÄ dla wybranych kontaktów'; |
|---|
| 197 | $labels['contactsfromto'] = 'Kontakty od $from do $to z $count'; |
|---|
| 198 | $labels['print'] = 'Drukuj'; |
|---|
| 199 | $labels['export'] = 'Eksportuj'; |
|---|
| 200 | $labels['previouspage'] = 'poprzednia strona'; |
|---|
| 201 | $labels['firstpage'] = 'pierwsza strona'; |
|---|
| 202 | $labels['nextpage'] = 'nastÄpna strona'; |
|---|
| 203 | $labels['lastpage'] = 'ostatnia strona'; |
|---|
| 204 | $labels['groups'] = 'Grupy'; |
|---|
| 205 | $labels['personaladrbook'] = 'KsiÄ
ÅŒka adresowa'; |
|---|
| 206 | $labels['settingsfor'] = 'Ustawienia dla'; |
|---|
| 207 | $labels['preferences'] = 'Preferencje'; |
|---|
| 208 | $labels['userpreferences'] = 'Preferencje uÅŒytkownika'; |
|---|
| 209 | $labels['editpreferences'] = 'Edytuj preferencje'; |
|---|
| 210 | $labels['identities'] = 'ToÅŒsamoÅci'; |
|---|
| 211 | $labels['manageidentities'] = 'ZarzÄ
dzaj toÅŒsamoÅciami'; |
|---|
| 212 | $labels['newidentity'] = 'Nowa toÅŒsamoÅÄ'; |
|---|
| 213 | $labels['newitem'] = 'Nowy'; |
|---|
| 214 | $labels['edititem'] = 'Edytuj'; |
|---|
| 215 | $labels['setdefault'] = 'DomyÅlna'; |
|---|
| 216 | $labels['language'] = 'JÄzyk'; |
|---|
| 217 | $labels['timezone'] = 'Strefa czasowa'; |
|---|
| 218 | $labels['pagesize'] = 'Wierszy na stronie'; |
|---|
| 219 | $labels['signature'] = 'Podpis'; |
|---|
| 220 | $labels['dstactive'] = 'Czas letni'; |
|---|
| 221 | $labels['htmleditor'] = 'Twórz wiadomoÅci HTML'; |
|---|
| 222 | $labels['htmlsignature'] = 'Podpis w HTML'; |
|---|
| 223 | $labels['previewpane'] = 'PokaÅŒ podglÄ
d wiadomoÅci'; |
|---|
| 224 | $labels['skin'] = 'WyglÄ
d interfejsu'; |
|---|
| 225 | $labels['logoutclear'] = 'Przy wylogowaniu opróŌnij Kosz'; |
|---|
| 226 | $labels['logoutcompact'] = 'Przy wylogowaniu porzÄ
dkuj folder Odebrane'; |
|---|
| 227 | $labels['uisettings'] = 'Interfejs uÅŒytkownika'; |
|---|
| 228 | $labels['serversettings'] = 'Ustawienia serwera'; |
|---|
| 229 | $labels['mailboxview'] = 'Widok skrzynki pocztowej'; |
|---|
| 230 | $labels['mdnrequests'] = 'Potwierdzenia odbioru'; |
|---|
| 231 | $labels['askuser'] = 'spytaj uÅŒytkownika'; |
|---|
| 232 | $labels['autosend'] = 'wyÅlij automatycznie'; |
|---|
| 233 | $labels['ignore'] = 'ignoruj'; |
|---|
| 234 | $labels['mimeparamfolding'] = 'Nazwy zaÅÄ
czników'; |
|---|
| 235 | $labels['2231folding'] = 'zgodne z RFC 2231 (Thunderbird)'; |
|---|
| 236 | $labels['miscfolding'] = 'zgodne z RFC 2047/2231 (MS Outlook)'; |
|---|
| 237 | $labels['2047folding'] = 'zgodne z RFC 2047 (inne)'; |
|---|
| 238 | $labels['advancedoptions'] = 'opcje zaawansowane'; |
|---|
| 239 | $labels['readwhendeleted'] = 'Podczas usuwania oznacz wiadomoÅÄ jako przeczytanÄ
'; |
|---|
| 240 | $labels['flagfordeletion'] = 'Oznacz wiadomoÅÄ do usuniÄcia zamiast jÄ
usuwaÄ'; |
|---|
| 241 | $labels['skipdeleted'] = 'Ukryj wiadomoÅci oznaczone do usuniÄcia'; |
|---|
| 242 | $labels['autosavedraft'] = 'Automatyczny zapis tworzonej wiadomoÅci'; |
|---|
| 243 | $labels['keepalive'] = 'Sprawdzaj czy nadeszÅy nowe wiadomoÅci'; |
|---|
| 244 | $labels['everynminutes'] = 'co $n minut(y)'; |
|---|
| 245 | $labels['never'] = 'nigdy'; |
|---|
| 246 | $labels['focusonnewmessage'] = 'Informuj przeglÄ
darkÄ o nowej wiadomoÅci'; |
|---|
| 247 | $labels['folder'] = 'Folder'; |
|---|
| 248 | $labels['folders'] = 'Foldery'; |
|---|
| 249 | $labels['foldername'] = 'Nazwa folderu'; |
|---|
| 250 | $labels['subscribed'] = 'Zasubskrybowany'; |
|---|
| 251 | $labels['messagecount'] = 'WiadomoÅci'; |
|---|
| 252 | $labels['create'] = 'Utwórz'; |
|---|
| 253 | $labels['createfolder'] = 'Utwórz nowy folder'; |
|---|
| 254 | $labels['rename'] = 'ZmieÅ nazwÄ'; |
|---|
| 255 | $labels['renamefolder'] = 'ZmieÅ nazwÄ folderu'; |
|---|
| 256 | $labels['deletefolder'] = 'UsuÅ folder'; |
|---|
| 257 | $labels['managefolders'] = 'ZarzÄ
dzaj folderami'; |
|---|
| 258 | $labels['specialfolders'] = 'Foldery specjalne'; |
|---|
| 259 | $labels['sortby'] = 'Sortuj wg'; |
|---|
| 260 | $labels['sortasc'] = 'RosnÄ
co'; |
|---|
| 261 | $labels['sortdesc'] = 'MalejÄ
co'; |
|---|
| 262 | $labels['import'] = 'Importuj'; |
|---|
| 263 | $labels['importcontacts'] = 'Import kontaktów'; |
|---|
| 264 | $labels['importfromfile'] = 'Import z pliku:'; |
|---|
| 265 | $labels['importreplace'] = 'ZastÄ
p caÅÄ
ksiÄ
ÅŒkÄ adresowÄ
'; |
|---|
| 266 | $labels['importtext'] = 'MoÅŒesz dodaÄ kontakty z istniejÄ
cej ksiÄ
Ōki adresowej.<br/>Aktualnie moŌliwy jest import kontaktów w formacie <a href="http://en.wikipedia.org/wiki/VCard">vCard</a>.'; |
|---|
| 267 | $labels['done'] = 'Wykonane'; |
|---|
| 268 | $labels['autodetect'] = '- wybór automatyczny -'; |
|---|
| 269 | $labels['maxuploadsize'] = 'Maksymalny rozmiar pliku to $size'; |
|---|
| 270 | $labels['exportvcards'] = 'Eksport kontaktów w formacie vCard'; |
|---|
| 271 | $labels['B'] = 'B'; |
|---|
| 272 | $labels['KB'] = 'KB'; |
|---|
| 273 | $labels['MB'] = 'MB'; |
|---|
| 274 | $labels['GB'] = 'GB'; |
|---|
| 275 | $labels['checkallfolders'] = 'Sprawdzaj czy nadeszÅy nowe wiadomoÅci we wszystkich folderach'; |
|---|
| 276 | |
|---|
| 277 | ?> |
|---|