# Polish translations for GNU Dico.
# This file is distributed under the same license as the dico package.
# Copyright (C) 2010 Free Software Foundation, Inc.
#      
# Sergey Poznyakoff <gray@gnu.org>, 2003,2004,2005,2006,2007,2009,2010.
#
#: cmdline.opt:31
msgid ""
msgstr ""
"Project-Id-Version: dico 2.0.91\n"
"Report-Msgid-Bugs-To: bug-dico@gnu.org\n"
"POT-Creation-Date: 2010-06-27 21:17+0300\n"
"PO-Revision-Date: 2010-06-28 11:27+0300\n"
"Last-Translator: Sergey Poznyakoff <gray@gnu.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"

#. TRANSLATORS:
#. Get translations for open and closing quotation marks.
#.
#. The message catalog should translate "`" to a left
#. quotation mark suitable for the locale, and similarly for
#. "'".  If the catalog has no translation,
#. locale_quoting_style quotes `like this', and
#. clocale_quoting_style quotes "like this".
#.
#. For example, an American English Unicode locale should
#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
#. MARK).  A British English Unicode locale should instead
#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK)
#. and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
#.
#. If you don't know what to put here, please see
#. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
#. and use glyphs suitable for your language.
#: gnu/quotearg.c:274
msgid "`"
msgstr "`"

#: gnu/quotearg.c:275
msgid "'"
msgstr "'"

#: gnu/obstack.c:425 gnu/obstack.c:427
msgid "memory exhausted"
msgstr "pamięć wyczerpana"

#: gnu/getopt.c:529 gnu/getopt.c:545
#, c-format
msgid "%s: option '%s' is ambiguous\n"
msgstr "%s: opcja '%s' jest niejednoznaczna\n"

#: gnu/getopt.c:578 gnu/getopt.c:582
#, c-format
msgid "%s: option '--%s' doesn't allow an argument\n"
msgstr "%s: opcja '--%s' nie może mieć argumentów\n"

#: gnu/getopt.c:591 gnu/getopt.c:596
#, c-format
msgid "%s: option '%c%s' doesn't allow an argument\n"
msgstr "%s: opcja '%c%s' nie może mieć argumentów\n"

#: gnu/getopt.c:639 gnu/getopt.c:658
#, c-format
msgid "%s: option '--%s' requires an argument\n"
msgstr "%s: opcja '%s' musi mieć argument\n"

#: gnu/getopt.c:696 gnu/getopt.c:699
#, c-format
msgid "%s: unrecognized option '--%s'\n"
msgstr "%s: nieznana opcja '--%s'\n"

#: gnu/getopt.c:707 gnu/getopt.c:710
#, c-format
msgid "%s: unrecognized option '%c%s'\n"
msgstr "%s: nieznana opcja '%c%s'\n"

#: gnu/getopt.c:759 gnu/getopt.c:762
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: błędna opcja -- '%c'\n"

#: gnu/getopt.c:812 gnu/getopt.c:829 gnu/getopt.c:1037 gnu/getopt.c:1055
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: opcja musi mieć argument -- '%c'\n"

#: gnu/getopt.c:885 gnu/getopt.c:901
#, c-format
msgid "%s: option '-W %s' is ambiguous\n"
msgstr "%s: opcja '-W %s' jest niejednoznaczna\n"

#: gnu/getopt.c:925 gnu/getopt.c:943
#, c-format
msgid "%s: option '-W %s' doesn't allow an argument\n"
msgstr "%s: opcja '-W %s' nie może mieć argumentów\n"

#: gnu/getopt.c:964 gnu/getopt.c:982
#, c-format
msgid "%s: option '-W %s' requires an argument\n"
msgstr "%s: opcja '%s' musi mieć argument\n"

#: lib/parseopt.c:118
#, c-format
msgid "%s: %s: unknown option"
msgstr "%s: %s: nieznana opcja"

#: lib/parseopt.c:129
#, c-format
msgid "%s: %s: %s is not a valid number"
msgstr "%s: %s: %s nie jest poprawną liczbą"

#: lib/parseopt.c:170
#, c-format
msgid "%s: %s: invalid value %s"
msgstr "%s: %s: błędna wartość: %s"

#: lib/userprivs.c:42
msgid "Refusing to run as root"
msgstr "Odmowa uruchomienia z uprawnieniami roota"

#: lib/userprivs.c:60
#, c-format
msgid "setgroups(1, %lu) failed"
msgstr "setgroups(1, %lu) nie powiodła się"

#: lib/userprivs.c:71
#, c-format
msgid "setegid(%lu) failed"
msgstr "setegid(%lu) nie powiodła się"

#: lib/userprivs.c:75
#, c-format
msgid "setregid(%lu,%lu) failed"
msgstr "setregid(%lu,%lu) nie powiodła się"

#: lib/userprivs.c:79
#, c-format
msgid "setresgid(%lu,%lu,%lu) failed"
msgstr "setresgid(%lu,%lu,%lu) nie powiodła się"

#: lib/userprivs.c:87
#, c-format
msgid "setgid(%lu) failed"
msgstr "setgid(%lu) nie powiodła się"

#: lib/userprivs.c:90
#, c-format
msgid "Cannot set effective gid to %lu"
msgstr "Nie można ustawić efektywnego GID w %lu"

#: lib/userprivs.c:108
#, c-format
msgid "setreuid(%lu,-1) failed"
msgstr "setreuid(%lu,-1) nie powiodła się"

#: lib/userprivs.c:113
#, c-format
msgid "second setuid(%lu) failed"
msgstr "drugie wywołanie setuid(%lu) nie powiodło się"

#: lib/userprivs.c:120
#, c-format
msgid "setuid(%lu) failed"
msgstr "setuid(%lu) nie powiodła się"

#: lib/userprivs.c:128
msgid "seteuid(0) succeeded when it should not"
msgstr "seteuid(0) niespodziewanie zakończyła się pomyślnie"

#: lib/userprivs.c:131
msgid "Cannot drop non-root setuid privileges"
msgstr "Nie można się pozbyć uprawnień setuid"

#: lib/xstream.c:43
msgid "not enough memory while formatting reply message"
msgstr "nie wystarcza pamięci do utworzenia wiadomości zwrotnej"

#: lib/iostr.c:93
msgid "No error"
msgstr "Żadnego błędu"

#: dico/shell.c:34
msgid "WORD"
msgstr "SŁOWO"

#: dico/shell.c:34
msgid "Define WORD."
msgstr "Zdefiniuj SŁOWO."

#: dico/shell.c:35
msgid "/WORD"
msgstr "/SŁOWO"

#: dico/shell.c:35
msgid "Match WORD."
msgstr "Znajdź pasujące słowa."

#: dico/shell.c:36
msgid "Redisplay previous matches."
msgstr "Pokaż poprzednie wyniki."

#: dico/shell.c:37
msgid "NUMBER"
msgstr "LICZBA"

#: dico/shell.c:37
msgid "Define NUMBERth match."
msgstr "Zdefiniuj wynik o podanej liczbie."

#: dico/shell.c:39
msgid "Edit NUMBERth previous command."
msgstr "Edytuj poprzednie polecenie."

#: dico/shell.c:45
msgid "[HOST [PORT]]"
msgstr "[HOST [PORT]]"

#: dico/shell.c:46
msgid "Connect to a DICT server."
msgstr "Połącz się z serwerem."

#: dico/shell.c:50
msgid "Close the connection."
msgstr "Zamknij połączenie."

#: dico/shell.c:53 dico/shell.c:57
msgid "[NAME]"
msgstr "[NAZWA]"

#: dico/shell.c:54
msgid "Set or display current database name."
msgstr "Ustaw lub wyświetl nazwę wybranej bazy danych."

#: dico/shell.c:58
msgid "Set or display current strategy."
msgstr "Ustaw lub wyświetl bieżącą strategię."

#: dico/shell.c:61
msgid "[NUM]"
msgstr "[LICZBA]"

#: dico/shell.c:62
msgid "Set or query Levenshtein distance (server-dependent)."
msgstr "Ustaw lub wyświetl wartość odległości Levenshteina"

#: dico/shell.c:66
msgid "List available matching strategies"
msgstr "Wyświetl dostępne strategie dopasowania"

#: dico/shell.c:70
msgid "List all accessible databases"
msgstr "Wyświetl listę dostępnych baz danych"

#: dico/shell.c:73
msgid "[DB]"
msgstr "[BD]"

#: dico/shell.c:74
msgid "Display the information about the database."
msgstr "Wyświetl informacje o bazie danych."

#: dico/shell.c:77
msgid "[CHAR]"
msgstr "[LITERA]"

#: dico/shell.c:78
msgid "Set or display command prefix."
msgstr "Ustaw lub wyświetl przedrostek polecenia."

#: dico/shell.c:81 dico/shell.c:101
msgid "[BOOL]"
msgstr "[BOOL]"

#: dico/shell.c:82
msgid "Set or display session transcript mode."
msgstr "Ustaw lub wyświetl tryb logowania przebiegu sesji."

#: dico/shell.c:85
msgid "[NUMBER]"
msgstr "[LICZBA]"

#: dico/shell.c:86
msgid "Set or display verbosity level."
msgstr "Ustaw lub wyświetl poziom odpluskwiania."

#: dico/shell.c:89 dico/shell.c:93 cmdline.opt:148 cmdline.opt:160
msgid "STRING"
msgstr "ŁAŃCUCH"

#: dico/shell.c:90
msgid "Change command line prompt."
msgstr "Zmień zachętę powłoki."

#: dico/shell.c:94
msgid "Change or display pager settings."
msgstr "Zmień lub pokaż ustawienia stronicowania."

#: dico/shell.c:97
msgid "[FILE]"
msgstr "[PLIK]"

#: dico/shell.c:98
msgid "Set or display autologin file name."
msgstr "Ustaw lub wyświetl nazwę pliku autologin."

#: dico/shell.c:102
msgid "Enable SASL authentication."
msgstr "Włącz uwierzytelnianie SASL."

#: dico/shell.c:107
msgid "Display command history."
msgstr "Wyświetl historię poleceń."

#: dico/shell.c:112
msgid "Display this help text."
msgstr "Wyświetl ten tekst pomocy."

#: dico/shell.c:116
msgid "Print program version."
msgstr "Wyświetl wersję programu."

#: dico/shell.c:120
msgid "Print copyright statement."
msgstr "Wyświetl copyright."

#: dico/shell.c:128
msgid "Quit the shell."
msgstr "Wyjdź z powłoki."

#: dico/shell.c:149
#, c-format
msgid "Command prefix is %c\n"
msgstr "Przedrostkiem polecenia jest %c\n"

#: dico/shell.c:151
msgid "Expected a single punctuation character"
msgstr "Oczekiwano jednego znaku interpunkcyjnego"

#: dico/shell.c:229 dicod/config-gram.y:214
msgid "warning: "
msgstr "ostrzeżenie: "

#: dico/shell.c:340
msgid "unknown command"
msgstr "nieznane polecenie"

#: dico/shell.c:350
msgid "not enough arguments"
msgstr "niewystarczająca ilość argumentów"

#: dico/shell.c:353
msgid "too many arguments"
msgstr "za dużo argumentów"

#: dico/shell.c:396
#, c-format
msgid "Cannot open init file %s"
msgstr "Nie można otworzyć pliku inicjalizacji %s"

#: dico/shell.c:646
msgid "Type ? for help summary"
msgstr "Nadrukuj ? w celu otrzymania pomoc"

#: dico/connect.c:89 dico/connect.c:326
msgid "No reply from server"
msgstr "Serwer nie odpowiada"

#: dico/connect.c:110
msgid "Attempting APOP authentication\n"
msgstr "Próba uwierzytelniania APOP\n"

#: dico/connect.c:117 dico/saslauth.c:301
msgid "Not enough credentials for authentication"
msgstr "Niedostatnio danych do uwierzytelnienia"

#: dico/connect.c:121 dico/saslauth.c:306
msgid "Skipping authenitcation\n"
msgstr "Pomijanie uwierzytelniania\n"

#: dico/connect.c:204
msgid "Obtained authentication credentials from the command line\n"
msgstr "Dane uwierzytelniania otrzymane z linii polecenia\n"

#: dico/connect.c:211
#, c-format
msgid "File %s does not exist"
msgstr "Plik %s nie istnieje"

#: dico/connect.c:228
msgid "Password:"
msgstr "Hasło:"

#: dico/connect.c:244
#, c-format
msgid "INTERNAL ERROR at %s:%d: cannot get stream transport"
msgstr "BŁĄD WEWNĘTRZNY przy %s:%d: nie można otrzymać transportu strumienia"

#: dico/connect.c:252
#, c-format
msgid "INTERNAL ERROR at %s:%d: cannot set stream transport"
msgstr "BŁĄD WEWNĘTRZNY przy %s:%d: nie można ustawić transportu strumienia"

#: dico/connect.c:281
#, c-format
msgid "Connecting to %s:%d\n"
msgstr "Nawiązanie połączenia z %s:%d\n"

#: dico/connect.c:286
msgid "cannot create dict socket"
msgstr "nie można utworzyć gniazda dict"

#: dico/connect.c:295 dicod/ident.c:423
msgid "cannot bind AUTH socket"
msgstr "nie można dowiązać gniazda AUTH"

#: dico/connect.c:300 cmdline.opt:55
#, c-format
msgid "%s: Invalid IP or unknown host name"
msgstr "%s: Niepoprawny IP lub nieznana nazwa hosta"

#: dico/connect.c:308
#, c-format
msgid "cannot connect to DICT server %s:%d"
msgstr "nie można przejść połączyć się z serwerem DICT %s:%d"

#: dico/connect.c:316
#, c-format
msgid "cannot create dict stream: %s"
msgstr "nie można utworzyć strumienia DICT: %s"

#: dico/connect.c:330
msgid "Invalid reply from server"
msgstr "Niepoprawna odpowiedź serwera"

#: dico/connect.c:335
msgid "Sending client information\n"
msgstr "Wysłanie informacji o kliencie\n"

#: dico/connect.c:340
#, c-format
msgid "Unexpected reply to CLIENT command: `%s'"
msgstr "Nieoczekiwana odpowiedź na polecenie CLIENT: `%s'"

#: dico/connect.c:346
msgid "Authentication failed"
msgstr "Uwierzytelnienie nie powiodło się"

#: dico/connect.c:419
#, c-format
msgid "Sending query for word \"%s\" in database \"%s\"\n"
msgstr "Szukanie definicji słowa \"%s\" w bazie \"%s\"\n"

#: dico/connect.c:430
#, c-format
msgid "Reading %lu definition\n"
msgid_plural "Reading %lu definitions\n"
msgstr[0] "Odczyt %lu definicji\n"
msgstr[1] "Odczyt %lu definicji\n"
msgstr[2] "Odczyt %lu definicji\n"

#: dico/connect.c:437
#, c-format
msgid "Unexpected reply in place of definition %lu"
msgstr "Nieoczekiwana odpowiedź w miejscu definicji %lu"

#: dico/connect.c:460
msgid "Setting Levenshtein threshold\n"
msgstr "Ustawianie progu odległości Levenshteina\n"

#: dico/connect.c:466
msgid "Server rejected XLEV command"
msgstr "Serwer odrzucił polecenie XLEV"

#: dico/connect.c:467
#, c-format
msgid "Server reply: %s"
msgstr "Odpowiedź serwer: %s"

#: dico/connect.c:470
#, c-format
msgid "Sending query to match word \"%s\" in database \"%s\", using \"%s\"\n"
msgstr "Szukanie dopasowania słowa \"%s\" w bazie \"%s\", używając strategii \"%s\"\n"

#: dico/connect.c:483
#, c-format
msgid "Reading %lu match\n"
msgid_plural "Reading %lu matches\n"
msgstr[0] "Odczyt %lu dopasowania\n"
msgstr[1] "Odczyt %lu dopasowań\n"
msgstr[2] "Odczytanie %lu dopasowań\n"

#: dico/connect.c:562
msgid "Not enough data in the result"
msgstr "Za mało danych w wyniku"

#: dico/connect.c:629
msgid "Freeing unlinked result"
msgstr "Zwalnianie niepowiązanego wyniku"

#: dico/dico.c:78
msgid "extra command line arguments ignored"
msgstr "ignorowanie nadmiarowych argumentów linii polecenia"

#: dico/dico.c:86
msgid "you should give a word to look for or an URL"
msgstr "podaj słowo do zdefiniowania lub URL"

#: dico/dico.c:105
msgid "Database name not specified"
msgstr "Nie podano nazwy bazy danych"

#: dico/func.c:33 dicod/main.c:865
msgid "Expected boolean value"
msgstr "Oczekiwano wartości boole'owskiej"

#: dico/func.c:67
#, c-format
msgid "Cannot get listing: %s"
msgstr "Nie można otrzymać wydruku: %s"

#: dico/func.c:104 dico/func.c:137
msgid "Please specify server name or IP address"
msgstr "Proszę podać nazwę lub IP serwera"

#: dico/func.c:109
msgid "Cannot connect to the server"
msgstr "Nie udaje się połączyć z serwerem"

#: dico/func.c:112
msgid "Getting list of databases\n"
msgstr "Uzyskanie listy baz danych\n"

#: dico/func.c:114
msgid "Getting list of strategies\n"
msgstr "Uzyskanie listy strategii\n"

#: dico/func.c:116
msgid "Finished getting server information\n"
msgstr "Koniec uzyskania informacji o serwerze\n"

#: dico/func.c:128
msgid "Invalid port number or service name"
msgstr "Niepoprawny numer portu lub nazwa serwisu"

#: dico/func.c:149
msgid "Nothing to close"
msgstr "Nie ma czego zamykać"

#: dico/func.c:159
msgid "No autologin file."
msgstr "Brak pliku autologin."

#: dico/func.c:176 dico/func.c:267
msgid "on"
msgstr "włączone"

#: dico/func.c:176 dico/func.c:267
msgid "off"
msgstr "wyłączone"

#: dico/func.c:257 dico/func.c:365
msgid "invalid number"
msgstr "niepoprawna liczba"

#: dico/func.c:267
#, c-format
msgid "transcript is %s\n"
msgstr "log przebiegu sesji: %s\n"

#: dico/func.c:308 dico/func.c:324
msgid "No previous match"
msgstr "Brak poprzedniego dopasowania"

#: dico/func.c:328
msgid "Invalid match number.  Type / to see the matches."
msgstr "Niepoprawny numer dopasowania. Napisz / by otrzymać listę."

#: dico/func.c:343
#, c-format
msgid "Server does not support XLEV extension"
msgstr "Serwer nie obsługuje rozszerzenia XLEV"

#: dico/func.c:349
#, c-format
msgid "Reported Levenshtein distance:%s\n"
msgstr "Zameldowana odległość Levenshtejna: %s\n"

#: dico/func.c:352
msgid "Cannot query Levenshtein distance.  Server responded:"
msgstr "Nie mogę pozyskać odległości Levenshtejna. Odpowiedź serwera:"

#: dico/func.c:357
#, c-format
msgid "No distance configured\n"
msgstr "Nie skonfigurowano odległości\n"

#: dico/func.c:359
#, c-format
msgid "Configured Levenshtein distance: %u\n"
msgstr "Ustawiono odległość Levenshtejna: %u\n"

#: dico/func.c:394
#, c-format
msgid ""
"Search all of the databases until a match is found,\n"
"and display all matches in that database.\n"
msgstr ""
"Szukaj we wszystkich bazach aż się znajdzie dopasowanie\n"
"i wyświetl wszystkie dopasowania w tej bazie.\n"

#: dico/func.c:397
#, c-format
msgid "Search all of the databases and display all matches."
msgstr "Szukaj we wszystkich bazach i wyświetl wszystkie dopasowania."

#: dico/autologin.c:160
#, c-format
msgid "Cannot open autologin file %s"
msgstr "Nie można otworzyć pliku autologin %s"

#: dico/autologin.c:165
#, c-format
msgid "Reading autologin file %s...\n"
msgstr "Odczyt pliku autologin %s...\n"

#: dico/autologin.c:183
msgid "dico_argcv_get failed"
msgstr "dico_argcv_get nie powiódł się"

#: dico/autologin.c:206
#, c-format
msgid "Found matching line %d\n"
msgstr "Znaleziono pasującą linię %d\n"

#: dico/autologin.c:216
#, c-format
msgid "Found default line %d\n"
msgstr "Znaleziono wiersz domyślny %d\n"

#: dico/autologin.c:234
msgid "No matching line found\n"
msgstr "Nie znaleziono pasujących wierszy\n"

#: dico/autologin.c:252
#, c-format
msgid "%s:%d: unknown keyword"
msgstr "%s:%d: nieznane słowo kluczowe"

#: dico/autologin.c:260
#, c-format
msgid "%s:%d: %s without argument"
msgstr "%s:%d: %s bez argumentu"

#: dico/autologin.c:315
#, c-format
msgid "%s:%d: not enough memory"
msgstr "%s:%d: brak pamięci"

#: cmdline.opt:26
msgid "Server selection"
msgstr "Wybór serwera"

#: cmdline.opt:30
msgid "SERVER"
msgstr "SERWER"

#: cmdline.opt:30
msgid "Connect to this server."
msgstr "Połącz się z tym serwerem."

#: cmdline.opt:36
msgid "SERVICE"
msgstr "SERWIS"

#: cmdline.opt:36
msgid "Specify port to connect to."
msgstr "Podaj port do połączenia."

#: cmdline.opt:44 cmdline.opt:67 cmdline.opt:141 cmdline.opt:154
msgid "NAME"
msgstr "NAZWA"

#: cmdline.opt:44
msgid "Select a database to search."
msgstr "Wybierz bazę danych."

#: cmdline.opt:50
msgid "ADDR"
msgstr "ADR"

#: cmdline.opt:50
msgid "Set a source address for TCP connections."
msgstr "Ustaw adres źródłowy dla połączeń TCP."

#: cmdline.opt:57
msgid "Operation modes"
msgstr "Tryb działania"

#: cmdline.opt:61
msgid "Match instead of define."
msgstr "Dopasowanie zamiast definiowania."

#: cmdline.opt:67
msgid "Select a strategy for matching.  Implies --match."
msgstr "Wybierz strategię dopasowania. Włącza --match."

#: cmdline.opt:75
msgid "N"
msgstr "N"

#: cmdline.opt:75
msgid "Set maximum Levenshtein distance to N."
msgstr "Ustawia limit odległości Levenshtejna N."

#: cmdline.opt:84
msgid "Show available databases."
msgstr "Wyświetla dostępne bazy danych."

#: cmdline.opt:90
msgid "Show available search strategies."
msgstr "Wyświetla dostępne strategie dopasowania."

#: cmdline.opt:96
msgid "show server help."
msgstr "wyświetl tekst pomocy serwera."

#: cmdline.opt:102
msgid "DBNAME"
msgstr "NAZWA_BD"

#: cmdline.opt:102
msgid "Show information about database DBNAME."
msgstr "Wyświetla informacje o bazie NAZWA_BD."

#: cmdline.opt:109
msgid "Show information about the server."
msgstr "Wyświetla informacje o serwerze."

#: cmdline.opt:115
msgid "Do not print the normal dico welcome."
msgstr "Wyłącza wyświetlanie startowego komunikatu Dico."

#: cmdline.opt:119
msgid "Authentication"
msgstr "Uwierzytelnienie"

#: cmdline.opt:123
msgid "Disable authentication."
msgstr "Wyłącza uwierzytelnienie"

#: cmdline.opt:129
msgid "Enable SASL authentication (default)."
msgstr "Włącza uwierzytelnienie SASL (domyślnie)."

#: cmdline.opt:135
msgid "Disable SASL authentication."
msgstr "Wyłącza uwierzytelnienie SASL."

#: cmdline.opt:141
msgid "Set user name for authentication."
msgstr "Ustaw nazwę użytkownika do uwierzytelnienia."

#: cmdline.opt:148
msgid "Set shared secret for authentication."
msgstr "Ustaw sekret rozdzielony."

#: cmdline.opt:154
msgid "Set the name of autologin file to use."
msgstr "Ustaw nazwę pliku autologin."

#: cmdline.opt:160
msgid "Additional text for client command."
msgstr "Dodatkowy tekst dla polecenia CLIENT."

#: cmdline.opt:164
msgid "Debugging"
msgstr "Odpluskwianie"

#: cmdline.opt:167 cmdline.opt:93
msgid "Enable session transcript."
msgstr "Włącz logowanie przebiegu sesji."

#: cmdline.opt:173
msgid "Increase debugging verbosity level."
msgstr "Zwiększ poziom odpluskwiania."

#: cmdline.opt:179
msgid "Include time stamp in the debugging output."
msgstr "Dodawaj czas do wyjścia odpluskwiania"

#: cmdline.opt:186 cmdline.opt:112
msgid "Include source line information in the debugging output."
msgstr "Dodaje pozycję w pliku źródłowym do komunikatów odpluskwiania."

#: cmdline.opt:190 cmdline.opt:141
msgid "Other options"
msgstr "Inne opcje"

#: cmdline.opt:190 cmdline.opt:141
msgid "Give this help list"
msgstr "Wyświetl ten tekst pomocy"

#: cmdline.opt:190 cmdline.opt:141
msgid "Give a short usage message"
msgstr "Wyświetl krótkie informacje o składni polecenia"

#: cmdline.opt:190 cmdline.opt:141
msgid "Print program version"
msgstr "Wyświetl wersję programu"

#: cmdline.opt:24
msgid "A DICT client."
msgstr "Klient DICT."

#: cmdline.opt:26
msgid "[URL-or-WORD]"
msgstr "[URL-lub-SŁOWO]"

#: cmdline.opt:126 cmdline.opt:272 cmdline.opt:131 cmdline.opt:277
msgid "Usage:"
msgstr "Składnia:"

#: cmdline.opt:126 cmdline.opt:131
msgid "OPTION"
msgstr "OPCJA"

#: cmdline.opt:240 cmdline.opt:245
msgid "Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options."
msgstr "Argumenty obowiązkowe lub opcjonalne dla długich opcji są również obowiązkowe lub opcjonalne dla odpowiednich krótkich opcji."

#: cmdline.opt:244 cmdline.opt:249
#, c-format
msgid "Report bugs to %s.\n"
msgstr "Prosimy zgłaszać błędy na adres %s.\n"

#: cmdline.opt:488 cmdline.opt:493
msgid "(C)"
msgstr "(C)"

#: cmdline.opt:506 cmdline.opt:511
msgid ""
"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n"
"\n"
msgstr ""
"Licencja GPLv3+: GNU GPL wersji 3 lub nowszej <http://gnu.org/licenses/gpl.html>\n"
"To jest wolne oprogramowanie: masz prawo modyfikować i rozpowszechniać go.\n"
"Nie ma ŻADNYCH GWARANCJI, o ile prawo na to zezwala.\n"
"\n"

#: cmdline.opt:41
msgid "Invalid port"
msgstr "Niepoprawny port"

#: cmdline.opt:81
#, c-format
msgid "%s: invalid number"
msgstr "%s: niepoprawna liczba"

#: dico/lookup.c:23
msgid "No match"
msgstr "Nic nie pasuje"

#: dico/lookup.c:65 dico/lookup.c:175
#, c-format
msgid "From %s, %s:\n"
msgstr "Z %s, %s:\n"

#: dico/lookup.c:137
msgid "(no description available)"
msgstr "(brak opisu)"

#: dico/lookup.c:209
#, c-format
msgid "%s:%d: INTERNAL ERROR: unexpected request type"
msgstr "%s:%d: BŁĄD WEWNĘTRZNY: nieoczekiwany typ zapytania"

#: dico/lookup.c:229 dico/lookup.c:296
msgid "Server name or IP not specified"
msgstr "Nie podano nazwy lub IP serwera"

#: dico/lookup.c:238
msgid "Quitting\n"
msgstr "Wyjście\n"

#: dico/saslauth.c:40 dicod/gsasl.c:368
#, c-format
msgid "cannot get list of available SASL mechanisms: %s"
msgstr "nie można otrzymać listy dostępnych mechanizmów SASL: %s"

#: dico/saslauth.c:149
#, c-format
msgid "Unknown callback property %d"
msgstr "Nieobsługiwana własność wywołania zwrotnego %d"

#: dico/saslauth.c:160 dico/saslauth.c:166
msgid "GSASL handshake aborted"
msgstr "Przerwano wymianę potwierdzeń GSASL"

#: dico/saslauth.c:207
#, c-format
msgid "GSASL handshake aborted: unexpected reply: %s"
msgstr "Przerwano wymianę potwierdzeń GSASL: nieoczekiwana odpowiedź: %s"

#: dico/saslauth.c:225 dicod/gsasl.c:148
#, c-format
msgid "GSASL error: %s"
msgstr "błąd GSASL: %s"

#: dico/saslauth.c:254
msgid "Trying SASL\n"
msgstr "Próba SASL\n"

#: dico/saslauth.c:257
#, c-format
msgid "Cannot initialize libgsasl: %s"
msgstr "Nie można zainicjować libgsasl: %s"

#: dico/saslauth.c:267
msgid "No suitable SASL mechanism found"
msgstr "Nie znaleziono pasującego mechanizmu SASL"

#: dico/saslauth.c:270
#, c-format
msgid "Selected authentication mechanism %s"
msgstr "Wybrano mechanizm uwierzytelnienia: %s"

#: dico/saslauth.c:277
msgid "SASL authentication succeeded"
msgstr "Pomyślne uwierzytelnienie SASL"

#: dico/saslauth.c:278
msgid "SASL authentication failed"
msgstr "Uwierzytelnienie SASL nie powiodło się"

#: dico/saslauth.c:336
msgid "Dico compiled without SASL support"
msgstr "Dico został skompilowany bez obsługi SASL"

#: dicod/pp.c:345 dicod/pp.c:367
#, c-format
msgid "Cannot stat `%s'"
msgstr "Wywołanie stat(%s) nie powiodło się"

#: dicod/pp.c:350 dicod/pp.c:355
msgid "Recursive inclusion"
msgstr "Dołączanie rekurencyjne"

#: dicod/pp.c:358
#, c-format
msgid "`%s' already included here"
msgstr "`%s' już został dołączony tutaj"

#: dicod/pp.c:362
#, c-format
msgid "`%s' already included at top level"
msgstr "`%s' został dołączony na poziomie najwyższym"

#: dicod/pp.c:376 dicod/config-lex.l:171
#, c-format
msgid "Cannot open `%s'"
msgstr "Nie można otworzyć `%s'"

#: dicod/pp.c:456
#, c-format
msgid "%s: No such file or directory"
msgstr "%s: Nie ma takiego pliku lub katalogu"

#: dicod/pp.c:475
msgid "Cannot parse include line"
msgstr "Analiza polecenia dołączania nie powiodła się"

#: dicod/pp.c:477
msgid "invalid include statement"
msgstr "nieprawidłowe polecenie dołączania"

#: dicod/pp.c:541 dicod/config-lex.l:180
#, c-format
msgid "Unable to start external preprocessor `%s'"
msgstr "Nie mogę uruchomić preprocesora `%s'"

#: dicod/pp.c:650 dicod/pp.c:665 dicod/pp.c:671
#, c-format
msgid "Cannot run `%s'"
msgstr "Nie można wykonać `%s'"

#: dicod/regex.c:46
#, c-format
msgid "Regex error: %s"
msgstr "Błąd wyrażenia regularnego: %s"

#: dicod/dicod.c:119 dicod/dicod.c:135 dicod/main.c:1248
#, c-format
msgid "removing database %s"
msgstr "usunięcie bazy %s"

#: dicod/dicod.c:151
#, c-format
msgid "error closing database %s"
msgstr "błąd zamknięcia bazy %s"

#: dicod/dicod.c:210
#, c-format
msgid "error freeing database %s"
msgstr "błąd zwalniania bazy %s"

#: dicod/dicod.c:265
msgid "connection from"
msgstr "połączenie z"

#: dicod/dicod.c:284
msgid "session finished:"
msgstr "sesja zakończona:"

#: dicod/acl.c:94 dicod/acl.c:280
msgid "expected string but found list"
msgstr "oczekiwano łańcucha, ale znaleziono listę"

#: dicod/acl.c:107
#, c-format
msgid "socket name too long: `%s'"
msgstr "nazwa gniazda jest za długa: %s"

#: dicod/acl.c:127
#, c-format
msgid "cannot resolve host name: `%s'"
msgstr "nie można pozyskać nazwy hosta: `%s'"

#: dicod/acl.c:159 dicod/acl.c:166
#, c-format
msgid "invalid netmask: `%s'"
msgstr "niepoprawna maska sieci: %s"

#: dicod/acl.c:183
msgid "expected `from', but found list"
msgstr "oczekiwano `from', lecz znaleziono listę"

#: dicod/acl.c:186
#, c-format
msgid "expected `from', but found `%s'"
msgstr "oczekiwano `from', lecz znaleziono `%s'"

#: dicod/acl.c:195
msgid "unexpected end of statement after `from'"
msgstr "nieoczekiwany koniec instrukcji po `from'"

#: dicod/acl.c:215
msgid "junk after `from' list"
msgstr "śmieci za listą `from'"

#: dicod/acl.c:231
msgid "expected ACL name, but found end of statement"
msgstr "oczekiwano nazwę ACLi, znaleziono koniec wiersza"

#: dicod/acl.c:237
msgid "expected string, but found list"
msgstr "oczekiwano łańcucha, ale znaleziono listę"

#: dicod/acl.c:244
#, c-format
msgid "ACL not defined: `%s'"
msgstr "ACL nie zdefionowana: `%s'"

#: dicod/acl.c:262
msgid "expected group list, but found end of statement"
msgstr "oczekiwano listy grup, ale znaleziono koniec instrukcji"

#: dicod/acl.c:300
#, c-format
msgid "unknown word `%s'"
msgstr "nieznane słowo `%s'"

#: dicod/acl.c:312
msgid "unexpected list"
msgstr "nieoczekiwana lista"

#: dicod/acl.c:411
msgid "MATCHES"
msgstr "PASUJE"

#: dicod/acl.c:411
msgid "does not match"
msgstr "nie pasuje"

#: dicod/udb.c:97
#, c-format
msgid "%s: invalid URL"
msgstr "%s: błędny URL"

#: dicod/udb.c:103
#, c-format
msgid "%s: invalid URL: unknown protocol"
msgstr "%s: niepoprawny URL: nieznany protokół"

#: dicod/dbtext.c:28
#, c-format
msgid "cannot get path from URL `%s'"
msgstr "nie można wyłuszczyć ścieżki z URL `%s'"

#: dicod/dbtext.c:33
#, c-format
msgid "cannot stat directory `%s'"
msgstr "nie można otrzymać dane katalogu `%s'"

#: dicod/dbtext.c:39
#, c-format
msgid "%s: not a directory"
msgstr "%s: nie jest katalogiem"

#: dicod/dbtext.c:55
#, c-format
msgid "cannot open file `%s'"
msgstr "nie można otworzyć pliku `%s'"

#: dicod/config-format.c:128 dicod/main.c:626 dicod/main.c:634
#: dicod/main.c:637 dicod/main.c:641 dicod/main.c:644 dicod/main.c:669
#: dicod/main.c:671 dicod/main.c:776 dicod/main.c:1050 dicod/main.c:1059
#: dicod/main.c:1062 dicod/main.c:1064 dicod/main.c:1069 dicod/main.c:1078
#: dicod/main.c:1100 dicod/main.c:1112
msgid "arg"
msgstr "arg"

#: dicod/config-lex.l:141
#, c-format
msgid "stray character %c"
msgstr "błędny znak %c"

#: dicod/config-lex.l:143
#, c-format
msgid "stray character \\%03o"
msgstr "zabłąkany znak \\%03o"

#: dicod/config-lex.l:229
#, c-format
msgid "unknown escape sequence '\\%c'"
msgstr "nie znana dyrektywa ucieczki '\\%c'"

#: dicod/config-lex.l:391 dicod/config-lex.l:422
msgid "cannot parse #line line"
msgstr "analiza wiersza #line nie powiodła się"

#: dicod/config-lex.l:407 dicod/config-lex.l:424
msgid "invalid #line statement"
msgstr "niepoprawna instrukcja #line"

#: dicod/config-lex.l:410 dicod/config-lex.l:427
msgid "malformed #line statement"
msgstr "zniekształcona instrukcja #line"

#: dicod/auth.c:46 dicod/gsasl.c:190
msgid "failed to open user database"
msgstr "nie można otworzyć bazy danych użytkownika"

#: dicod/auth.c:51 dicod/gsasl.c:238 dicod/gsasl.c:273
#, c-format
msgid "failed to get password for `%s' from the database"
msgstr "hasło użytkownika `%s' nie odnaleziono w bazie danych"

#: dicod/auth.c:55
#, c-format
msgid "no such user `%s'"
msgstr "nie ma takiego użytkownika: %s"

#: dicod/auth.c:61
#, c-format
msgid "authentication failed for `%s'"
msgstr "uwierzytelnienie nie powiodło się: %s"

#: dicod/main.c:123 dicod/main.c:139 dicod/main.c:206 dicod/main.c:232
#: dicod/main.c:275 dicod/main.c:310 dicod/main.c:353 dicod/main.c:506
#: dicod/main.c:559 dicod/main.c:577 dicod/main.c:602 dicod/main.c:725
#: dicod/main.c:857 dicod/main.c:893 dicod/main.c:915
msgid "Unexpected block statement"
msgstr "Niespodziewana instrukcja blokowa"

#: dicod/main.c:159
msgid "ACL name must be a string"
msgstr "Nazwa ACL musi być łańcuchem"

#: dicod/main.c:161
msgid "missing ACL name"
msgstr "Brak nazwy ACL"

#: dicod/main.c:167
#, c-format
msgid "redefinition of ACL %s"
msgstr "powtórna definicja ACL %s"

#: dicod/main.c:170
msgid "location of the previous definition"
msgstr "poprzednio zdeklarowana tutaj"

#: dicod/main.c:185 dicod/main.c:189
msgid "[all|authenticated|group <grp: list>] [from <addr: list>]"
msgstr "[all|authenticated|group <grupa: lista>] [from <adres: lista>]"

#: dicod/main.c:186
msgid "Allow access"
msgstr "Dostęp dozwolony"

#: dicod/main.c:190
msgid "Deny access"
msgstr "Dostęp zabroniony"

#: dicod/main.c:210 dicod/main.c:607
msgid "expected scalar value"
msgstr "oczekiwano wartości skalarnej"

#: dicod/main.c:214
#, c-format
msgid "no such ACL: `%s'"
msgstr "nie ma takiego ACL: %s"

#: dicod/main.c:237 dicod/main.c:315 dicod/main.c:357 dicod/main.c:511
#: dicod/main.c:581
msgid "expected scalar value but found list"
msgstr "oczekiwano wartości skalarnej, ale znaleziono listę"

#: dicod/main.c:243
#, c-format
msgid "%s: no such user"
msgstr "%s: brak takiego użytkownika"

#: dicod/main.c:289
#, c-format
msgid "%s: unknown group"
msgstr "%s: nieznana grupa"

#: dicod/main.c:319
msgid "unknown mode"
msgstr "nieznany tryb"

#: dicod/main.c:364
msgid "unknown syslog facility"
msgstr "nieznane urządzenie sysloga"

#: dicod/main.c:393 dicod/main.c:470
msgid "tag must be a string"
msgstr "etykieta musi być łańcuchem"

#: dicod/main.c:395
msgid "missing tag"
msgstr "brak etykiety"

#: dicod/main.c:412 dicod/main.c:489
msgid "invalid use of block statement"
msgstr "nieprawidłowe użycie instrukcji blokowej"

#: dicod/main.c:518 dicod/loader.c:105
#, c-format
msgid "cannot parse command line `%s'"
msgstr "nie można przetworzyć wiersza polecenia `%s'"

#: dicod/main.c:526
#, c-format
msgid "%s: handler not declared"
msgstr "%s: procedura obsługi nie zdefiniowana"

#: dicod/main.c:565
#, c-format
msgid "unknown capability: %s"
msgstr "nieznane uprawnienie: %s"

#: dicod/main.c:585
msgid "unknown strategy"
msgstr "nieznana strategia"

#: dicod/main.c:612
#, c-format
msgid "cannot parse headers: %s"
msgstr "analiza nagłówków nie powiodła się: %s"

#: dicod/main.c:619
#, c-format
msgid "unknown encoding type: %s"
msgstr "nieznany typ kodowania: %s"

#: dicod/main.c:626
msgid "Command line."
msgstr "Linia polecenia."

#: dicod/main.c:632
msgid "word"
msgstr "słowo"

#: dicod/main.c:632
msgid "Dictionary name (a single word)."
msgstr "Nazwa słownika (jedne słowo)."

#: dicod/main.c:635
msgid "Short description, to be shown in reply to SHOW DB command."
msgstr "Krótki opis, do użycia w odpowiedzi na polecenie SHOW DB."

#: dicod/main.c:638
msgid "Full description of the database, to be shown in reply to SHOW INFO command."
msgstr "Pełny opis bazy, do użycia w odpowiedzi na polecenie SHOW INFO."

#: dicod/main.c:642
msgid "List of languages this database translates from."
msgstr "Lista języków tłumaczenia z których zawiera ta baza."

#: dicod/main.c:645
msgid "List of languages this database translates to."
msgstr "Lista języków tłumaczenia na które zawiera ta baza."

#: dicod/main.c:647 dicod/main.c:770 dicod/main.c:773 dicod/main.c:1037
#: dicod/main.c:1039 dicod/main.c:1056 dicod/main.c:1075 dicod/main.c:1080
#: dicod/main.c:1098 dicod/main.c:1109
msgid "name"
msgstr "nazwa"

#: dicod/main.c:647
msgid "Name of the handler for this database."
msgstr "Nazwa procedury obsługi tej bazy danych."

#: dicod/main.c:649 dicod/main.c:1047 dicod/main.c:1116 dicod/main.c:1119
msgid "arg: acl"
msgstr "arg: acl"

#: dicod/main.c:650
msgid "ACL controlling visibility of this database"
msgstr "ACL sterujący widzialnością tej bazy"

#: dicod/main.c:652 dicod/main.c:1044 dicod/main.c:1091 dicod/main.c:1094
msgid "text"
msgstr "tekst"

#: dicod/main.c:653
msgid "Additional MIME headers"
msgstr "Dodatkowe nagłówki MIME"

#: dicod/main.c:669
msgid "Password file or query."
msgstr "Plik haseł lub zapytanie, zwracające hasło."

#: dicod/main.c:672
msgid "File containing user group information or a query to retrieve it."
msgstr "Plik zawierający informacje o grupach użytkownika, lub zapytanie je zwracające."

#: dicod/main.c:690 dicod/main.c:704
msgid "URL must be a string"
msgstr "URL musi być łańcuchem"

#: dicod/main.c:692 dicod/main.c:706
msgid "empty URL"
msgstr "pusty URL"

#: dicod/main.c:729
msgid "Not enough arguments for alias"
msgstr "Niewystarczająca ilość argumentów do aliasu"

#: dicod/main.c:736
#, c-format
msgid "argument %d has wrong type"
msgstr "niepoprawny typ argumentu %d"

#: dicod/main.c:756
msgid "expected boolean value but found list"
msgstr "oczekiwano wartości boole'owskiej, ale znaleziono listę"

#: dicod/main.c:764 dicod/main.c:767
msgid "mech: list"
msgstr "mech: lista"

#: dicod/main.c:765
msgid "Disable SASL mechanisms listed in <mech>."
msgstr "Wyłącza mechanizmy SASL wyszczególnione w <mech>."

#: dicod/main.c:768
msgid "Enable SASL mechanisms listed in <mech>."
msgstr "Włącza mechanizmy SASL wyszczególnione w <mech>."

#: dicod/main.c:771
msgid "Set service name for GSSAPI and Kerberos."
msgstr "Ustawia nazwę serwisu GSSAPI i Kerberos."

#: dicod/main.c:774
msgid "Set realm name for GSSAPI and Kerberos."
msgstr "Ustawia nazwę dziedziny GSSAPI i Kerberos."

#: dicod/main.c:777
msgid "Define groups for anonymous users."
msgstr "Określa grupy anonimowych użytkowników."

#: dicod/main.c:816
msgid "Section name must be a string"
msgstr "Nazwa sekcji musi być łańcuchem"

#: dicod/main.c:818
msgid "missing section name"
msgstr "brak nazwy sekcji"

#: dicod/main.c:842
msgid "Unexpected statement"
msgstr "Niespodziewana instrukcja"

#: dicod/main.c:903
msgid "expected list or string"
msgstr "oczekiwano listy lub łańcucha"

#: dicod/main.c:925
msgid "Expected number"
msgstr "Oczekiwano liczby"

#: dicod/main.c:996
msgid "arg: bool"
msgstr "arg: bool"

#: dicod/main.c:996
msgid "Deny all * and ! look ups"
msgstr "Zabrania wyszukiwania z użyciem * oraz !"

#: dicod/main.c:999
msgid "cond"
msgstr "warunek"

#: dicod/main.c:999
msgid "Deny * and ! look-ups on these words."
msgstr "Zabrania wyszukiwania tych słów z użyciem * oraz !"

#: dicod/main.c:1003 dicod/main.c:1008 dicod/main.c:1013 dicod/main.c:1018
#: dicod/main.c:1023 dicod/main.c:1028
msgid "len: number"
msgstr "długość: liczba"

#: dicod/main.c:1004
msgid "Deny * and ! look-ups on words with length < <len>."
msgstr "Zabrania użycia * oraz ! do wyszukiwania słów o długości < <len> znaków."

#: dicod/main.c:1009
msgid "Deny * and ! look-ups on words with length <= <len>."
msgstr "Zabrania użycia * oraz ! do wyszukiwania słów o długości <= <len> znaków."

#: dicod/main.c:1014
msgid "Deny * and ! look-ups on words with length > <len>."
msgstr "Zabrania użycia * oraz ! do wyszukiwania słów o długości > <len> znaków."

#: dicod/main.c:1019
msgid "Deny * and ! look-ups on words with length >= <len>."
msgstr "Zabrania użycia * oraz ! do wyszukiwania słów o długości >= <len> znaków."

#: dicod/main.c:1024
msgid "Deny * and ! look-ups on words with length == <len>."
msgstr "Zabrania użycia * oraz ! do wyszukiwania słów o długości == <len> znaków."

#: dicod/main.c:1029
msgid "Deny * and ! look-ups on words with length != <len>."
msgstr "Zabrania użycia * oraz ! do wyszukiwania słów o długości != <len> znaków."

#: dicod/main.c:1037
msgid "Run with these user privileges."
msgstr "Uruchomienie z uprawnieniami tego użytkownika."

#: dicod/main.c:1040
msgid "Supplementary group to retain with the user privileges."
msgstr "Ustawia podane dodatkowe grupy podczas przejścia do uprawnień użytkownika."

#: dicod/main.c:1042
msgid "arg: [daemon|inetd]"
msgstr "arg: [daemon|inetd]"

#: dicod/main.c:1042
msgid "Operation mode."
msgstr "Tryb działania."

#: dicod/main.c:1045
msgid "Server description to be shown in reply to SHOW SERVER command."
msgstr "Opis serwera do użycia w odpowiedzi na polecenie SHOW SERVER."

#: dicod/main.c:1048
msgid "Show system information if arg matches."
msgstr "Wyświetl informacje o systemie, jeżeli arg pasuje."

#: dicod/main.c:1051
msgid "Enable identification check using AUTH protocol (RFC 1413)"
msgstr "Włącza sprawdzanie uwierzytelniania poprzez protokół AUTH (RFC 1413)"

#: dicod/main.c:1053
msgid "val"
msgstr "wartość"

#: dicod/main.c:1054
msgid "Set timeout for AUTH I/O operations."
msgstr "Ustawia limit czasu oczekiwania operacji AUTH."

#: dicod/main.c:1057
msgid "Name of the file containing the keys for decrypting AUTH replies."
msgstr "Nazwa pliku kluczy dla odszyfrowania odpowiedzi AUTH."

#: dicod/main.c:1060
msgid "Maximum number of children running simultaneously."
msgstr "Limit liczby jednocześnie działających procesów potomnych."

#: dicod/main.c:1062
msgid "Tag syslog diagnostics with this tag."
msgstr "Ustawia znacznik komunikatów dla sysloga."

#: dicod/main.c:1065
msgid "Set syslog facility. Arg is one of the following: user, daemon, auth, authpriv, mail, cron, local0 through local7 (case-insensitive), or a facility number."
msgstr "Ustawia urządzenie syslogu. Dozwolone wartości argumentu: user, daemon, auth, authpriv, mail, cron, local0 do local7 (bez rozróżniania małych i wielkich liter), lub numer urządzenia."

#: dicod/main.c:1070
msgid "Prefix diagnostics messages with their severity."
msgstr "Dodanie znacznika istotności błędu na początku komunikatów diagnostycznych."

#: dicod/main.c:1072
msgid "fmt"
msgstr "fmt"

#: dicod/main.c:1073
msgid "Set format string for access log file."
msgstr "Ustawia łańcuch formatu dla logowania dostępów."

#: dicod/main.c:1076
msgid "Set access log file name."
msgstr "Ustawia nazwę pliku logowania dostępów."

#: dicod/main.c:1078
msgid "Log session transcript."
msgstr "Logowanie przebiegu sesji."

#: dicod/main.c:1081
msgid "Store PID of the master process in this file."
msgstr "Zapis do pliku wartości PIDa procesu głównego."

#: dicod/main.c:1083 dicod/main.c:1086
msgid "seconds"
msgstr "sekundy"

#: dicod/main.c:1084
msgid "Wait this number of seconds for all children to terminate."
msgstr "Czeka podaną liczbę sekund na zakończenie procesów potomnych."

#: dicod/main.c:1087
msgid "Set inactivity timeout."
msgstr "Ustawia limit czasu bezczynności."

#: dicod/main.c:1089
msgid "addr"
msgstr "adres"

#: dicod/main.c:1089
msgid "Listen on these addresses."
msgstr "Nasłuchuje na podanych adresach."

#: dicod/main.c:1092
msgid "Display this text in the initial 220 banner"
msgstr "Wyświetla ten tekst w początkowej odpowiedzi 220"

#: dicod/main.c:1095
msgid "Display this text in reply to the HELP command. If text begins with a +, usual command summary is displayed before it."
msgstr "Wyświetla ten tekst w odpowiedzi na polecenie HELP. Jeżeli tekst poczyna się znakiem +, zostanie on poprzedzony domyślnym tekstem pomocy."

#: dicod/main.c:1098
msgid "Override the host name."
msgstr "Ustala nazwę hosta."

#: dicod/main.c:1100
msgid "Request additional capabilities."
msgstr "Wymaga dodatkowe możliwości"

#: dicod/main.c:1102 dicod/main.c:1105
msgid "path"
msgstr "ścieżka"

#: dicod/main.c:1103
msgid "List of directories searched for database modules."
msgstr "Lista katalogów do szukania modułów baz danych."

#: dicod/main.c:1106
msgid "List of directories searched for database modules prior to the default module directory"
msgstr "Lista katalogów do szukania modułów baz danych przed katalogiem domyślnym"

#: dicod/main.c:1110
msgid "Set the name of the default matching strategy."
msgstr "Ustawia nazwę domyślnej strategii dopasowania."

#: dicod/main.c:1113
msgid "Provide timing information after successful completion of an operation."
msgstr "Wyświetla chronometraż po pomyślnym zakończeniu operacji."

#: dicod/main.c:1117
msgid "Set ACL to control visibility of all databases."
msgstr "Ustawia ACL sterujący widzialnością wszystkich baz danych."

#: dicod/main.c:1120
msgid "Apply this ACL to incoming connections."
msgstr "Zastosuj ten ACL do połączeń nadchodzących."

#: dicod/main.c:1122
msgid "Define a dictionary database."
msgstr "Definicja bazy."

#: dicod/main.c:1125 dicod/main.c:1128 dicod/main.c:1134 dicod/main.c:1141
msgid "name: string"
msgstr "nazwa: łańcuch"

#: dicod/main.c:1125
msgid "Load a module instance."
msgstr "Ładowanie egzemplarza modułu."

#: dicod/main.c:1128
msgid "Define an ACL."
msgstr "Definicja ACL."

#: dicod/main.c:1130
msgid "url: string"
msgstr "url: łańcuch"

#: dicod/main.c:1131
msgid "Define user database for authentication."
msgstr "Ustawia bazę danych uwierzytelniania użytkowników."

#: dicod/main.c:1134
msgid "Define a command alias."
msgstr "Definicja aliasu polecenia"

#: dicod/main.c:1138
msgid "Control SASL authentication."
msgstr "Sterowanie uwierzytelnianiem SASL."

#: dicod/main.c:1142
msgid "Additional configuration for strategy <name>"
msgstr "Dodatkowa konfiguracja strategii <nazwa>"

#: dicod/main.c:1151
msgid ""
"Configuration file structure for dicod.\n"
"For more information, use `info dico configuration'."
msgstr ""
"Struktura pliku konfiguracyjnego dicod.\n"
"W celu otrzymania dokładniejszych informacji, skorzystaj się z polecenia\n"
"`info dico configuration'."

#: cmdline.opt:32
msgid "FILE"
msgstr "PLIK"

#: cmdline.opt:32
msgid "Read this configuration file."
msgstr "Odczyt konfiguracji z podanego pliku."

#: cmdline.opt:38
msgid "Operate in foreground."
msgstr "Pozostanie na pierwszym planie."

#: cmdline.opt:44
msgid "Output diagnostic to stderr."
msgstr "Wyświetlaj diagnostykę na stderr."

#: cmdline.opt:50
msgid "Output diagnostic to syslog (default)."
msgstr "Wydawaj diagnostykę poprzez syslog (domyślnie)."

#: cmdline.opt:56
msgid "Preprocess configuration file and exit"
msgstr "Sprawdza jedynie składnię pliku konfiguracyjnego"

#: cmdline.opt:62
msgid "PROG"
msgstr "PROG"

#: cmdline.opt:62
msgid "Use PROG as a preprocessor for config file."
msgstr "Używaj PROG jako zewnętrznego preprocesora pliku konfiguracyjnego."

#: cmdline.opt:68
msgid "Do not use external preprocessor."
msgstr "Nie używaj preprocesora zewnętrznego."

#: cmdline.opt:75
msgid "DIR"
msgstr "KATALOG"

#: cmdline.opt:75
msgid "Add the directory DIR to the list of directories to be searched for preprocessor include files"
msgstr "Dodaje katalog do listy szukania plików nagłówkowych preprocesora"

#: cmdline.opt:81
msgid "Single-process mode."
msgstr "Tryb pojedynczego procesu."

#: cmdline.opt:87
msgid "Inetd mode."
msgstr "Tryb inetd."

#: cmdline.opt:99
msgid "Disable session transcript."
msgstr "Wyłącza logowanie przebiegu sesji."

#: cmdline.opt:105
msgid "LEVEL-SPEC"
msgstr "POZIOM"

#: cmdline.opt:105
msgid "Set debug verbosity level."
msgstr "Ustawia poziom odpluskwiania."

#: cmdline.opt:118
msgid "Trace parsing of configuration file."
msgstr "Szczegółowa rejestracja przebiegu parsowania pliku konfiguracyjnego."

#: cmdline.opt:124
msgid "Trace config file lexer."
msgstr "Trasowanie analizy leksykalnej pliku konfiguracyjnego."

#: cmdline.opt:130
msgid "Show configuration file summary."
msgstr "Wyświetla podsumowanie instrukcji konfiguracyjnych."

#: cmdline.opt:137
msgid "Check configuration file syntax and exit."
msgstr "Sprawdza jedynie składnię pliku konfiguracyjnego i kończy."

#: cmdline.opt:29
msgid "A DICT daemon."
msgstr "Serwer DICT."

#: dicod/loader.c:39
#, c-format
msgid "%s: faulty module: (%s) failed"
msgstr "%s: niepoprawny moduł: warunek (%s) nie został spełniony"

#: dicod/loader.c:53
#, c-format
msgid "module %s already loaded"
msgstr "moduł `%s' już został załadowany"

#: dicod/loader.c:63
#, c-format
msgid "cannot load module %s: %s"
msgstr "ładowanie modułu %s nie powiodło się: %s"

#: dicod/loader.c:88
#, c-format
msgid "%s: initialization failed"
msgstr "%s: inicjalizacja nie powiodła się"

#: dicod/loader.c:123
#, c-format
msgid "cannot initialize database `%s': module `%s' does not support databases"
msgstr "nie można zainicjować bazy danych `%s': moduł `%s' nie obsługuje baz danych"

#: dicod/loader.c:133
#, c-format
msgid "cannot initialize database `%s'"
msgstr "nie można zainicjować bazy danych: %s"

#: dicod/loader.c:148
#, c-format
msgid "cannot open database `%s'"
msgstr "nie można otworzyć bazy danych `%s'"

#: dicod/alias.c:67
#, c-format
msgid "alias `%s' already defined"
msgstr "alias `%s' już został zdefiniowany"

#: dicod/alias.c:69
msgid "this is the location of the previous definition"
msgstr "poprzednio zdefiniowana tutaj"

#: dicod/server.c:94
#, c-format
msgid "file %s exists but cannot be stat'd"
msgstr "plik %s istnieje, ale wywołanie stat nie powiodło się"

#: dicod/server.c:101
#, c-format
msgid "file %s is not a socket"
msgstr "plik %s nie jest gniazdem"

#: dicod/server.c:107
#, c-format
msgid "cannot unlink file %s"
msgstr "unlink(%s) nie powiodła się"

#: dicod/server.c:149
msgid "No sockets opened"
msgstr "Brak otwartych gniazd"

#: dicod/server.c:192
#, c-format
msgid "%lu exited successfully"
msgstr "Proces potomny %lu zakończył się pomyślnie"

#: dicod/server.c:197
#, c-format
msgid "%lu timed out"
msgstr "%lu zakończył po przekroczeniu czasu oczekiwania na polecenie"

#: dicod/server.c:202
#, c-format
msgid "%lu failed with status %d"
msgstr "Proces potomny %lu zakończył się ze stanem %d"

#: dicod/server.c:213
#, c-format
msgid "%lu terminated on signal %d"
msgstr "Proces potomny %lu zakończył się na sygnał %d"

#: dicod/server.c:216
#, c-format
msgid "%lu stopped on signal %d"
msgstr "Proces potomny %lu zatrzymał się na sygnał %d"

#: dicod/server.c:220
#, c-format
msgid "%lu dumped core"
msgstr "%lu zrzucił rdzeń"

#: dicod/server.c:223
#, c-format
msgid "%lu terminated with unrecognized status"
msgstr "Proces %lu zakończył się z nierozpoznanym kodem"

#: dicod/server.c:291
#, c-format
msgid "Cannot open pidfile `%s'"
msgstr "Nie można otworzyć pliku PID `%s'"

#: dicod/server.c:294
#, c-format
msgid "Cannot get pid from pidfile `%s'"
msgstr "Nie można otrzymać PID z pliku `%s'"

#: dicod/server.c:300
#, c-format
msgid "%s appears to run with pid %lu. If it does not, remove `%s' and retry."
msgstr "Wygląda na to że program %s już jest uruchomiony i ma PID %lu. Jeśli to nie tak, usuń plik `%s' i spróbuj ponownie."

#: dicod/server.c:310 dicod/server.c:329
#, c-format
msgid "Cannot unlink pidfile `%s'"
msgstr "unlink(%s) nie powiodła się"

#: dicod/server.c:320
#, c-format
msgid "Cannot create pidfile `%s'"
msgstr "Nie można utworzyć pliku PID `%s'"

#: dicod/server.c:386
#, c-format
msgid "connection from %s denied"
msgstr "połączenie z %s odrzucono"

#: dicod/server.c:443
msgid "fork failed"
msgstr "fork nie powiódł się"

#: dicod/server.c:459
msgid "refusing to restart due to errors in configuration file"
msgstr "odmowa restartu z powodu błędów konfiguracji"

#: dicod/server.c:465
msgid "refusing to restart due to unexpected return status of configuration checker"
msgstr "odmowa restartu z powodu nieoczekiwanego zakończenia kontrolera składni"

#: dicod/server.c:473
msgid "refusing to restart: configuration checker did not exit within 5 seconds"
msgstr "odmowa restartu: kontroler składni nie zakończył się w ciągu 5 sekund"

#: dicod/server.c:482
msgid "waitpid failed"
msgstr "waitpid nie powiodła się"

#: dicod/server.c:483
msgid "refusing to restart"
msgstr "odmowa restartu"

#: dicod/server.c:523
#, c-format
msgid "too many children (%lu)"
msgstr "za dużo procesów potomnych (%lu)"

#: dicod/server.c:541
msgid "select error"
msgstr "błąd selektu"

#: dicod/server.c:557
#, c-format
msgid "%s started"
msgstr "%s uruchomiony"

#: dicod/server.c:570
msgid "dicod started without full file name"
msgstr "dicod uruchomiono bez pełnej nazwy ścieżki"

#: dicod/server.c:571 dicod/server.c:575
msgid "restart (SIGHUP) will not work"
msgstr "restart (SUGHUP) nie będzie działał"

#: dicod/server.c:574
msgid "configuration file is not given with a full file name"
msgstr "nie podano pełnej nazwy pliku konfiguracyjnego"

#: dicod/server.c:582
msgid "Cannot become a daemon"
msgstr "Uruchomienie w trybie demona nie powiodło się"

#: dicod/server.c:599
#, c-format
msgid "Exit code = %d, last error status"
msgstr "Kod = %d, ostatni błąd"

#: dicod/server.c:606
#, c-format
msgid "%s restarting"
msgstr "%s: ponowne uruchomienie"

#: dicod/server.c:610
msgid "Cannot restart"
msgstr "Nie można restartować się"

#: dicod/server.c:612
#, c-format
msgid "%s terminating"
msgstr "%s: zakończenie"

#: dicod/ident.c:222
msgid "Incorrect length of IDENT DES packet"
msgstr "Nieprawidłowa długość pakietu IDENT DES"

#: dicod/ident.c:229
#, c-format
msgid "Cannot open file %s"
msgstr "Nie można otworzyć pliku %s"

#: dicod/ident.c:411
msgid "cannot create socket for AUTH identification"
msgstr "nie można otworzyć gniazda do uwierzytelnienia AUTH"

#: dicod/ident.c:436 dicod/ident.c:489
#, c-format
msgid "cannot connect to AUTH server %s"
msgstr "nie można połączyć się z serwerem AUTH %s"

#: dicod/ident.c:462
#, c-format
msgid "Malformed IDENT response: `%s', from %s"
msgstr "Niewłaściwa odpowiedź IDENT: `%s', z %s"

#: dicod/ident.c:467
msgid "Keyfile for AUTH responses not specified in config; use `ident-keyfile FILE'"
msgstr "Plik kluczy nie ustalony w konfiguracji: użyj `ident-keyfile FILE'"

#: dicod/ident.c:483
#, c-format
msgid "failure while communicating with AUTH server %s"
msgstr "błąd podczas dialogu z serwerem AUTH %s"

#: dicod/ident.c:494
#, c-format
msgid "no reply from AUTH server %s"
msgstr "AUTH serwer %s nie odpowiada"

#: dicod/ident.c:500
#, c-format
msgid "I/O error while communicating with AUTH server %s"
msgstr "błąd wejścia/wyjścia podczas dialogu z serwerem AUTH %s"

#: dicod/config-gram.y:78
msgid "Unknown keyword"
msgstr "Nieznane słowo kluczowe"

#: dicod/config-gram.y:373 dicod/config-gram.y:395
#, c-format
msgid "cannot convert `%s' to number"
msgstr "nie można przetworzyć `%s' na liczbę"

#: dicod/config-gram.y:378
#, c-format
msgid "%s: value out of allowed range %<PRIiMAX>..%<PRIiMAX>"
msgstr "%s: wartość poza dozwolonym zakresem %<PRIiMAX>..%<PRIiMAX>"

#: dicod/config-gram.y:400
#, c-format
msgid "%s: value out of allowed range 0..%<PRIuMAX>"
msgstr "%s: wartość poza dozwolonym zakresem 0..%<PRIuMAX>"

#: dicod/config-gram.y:423
#, c-format
msgid "%s: not a valid boolean value"
msgstr "%s nie jest poprawną wartością boole'owską"

#: dicod/config-gram.y:450
#, c-format
msgid "%s: UNIX socket name too long"
msgstr "%s: za długa nazwa gniazda"

#: dicod/config-gram.y:476 dicod/config-gram.y:604
#, c-format
msgid "%s: not a valid IP address or hostname"
msgstr "%s: niepoprawny adres IPv4 lub nazwa hosta"

#: dicod/config-gram.y:500
#, c-format
msgid "%s: not a valid port number"
msgstr "%s: niepoprawny numer portu"

#: dicod/config-gram.y:596
#, c-format
msgid "%s: not a valid IP address"
msgstr "%s: niepoprawny adres IP"

#: dicod/config-gram.y:616
#, c-format
msgid "INTERNAL ERROR at %s:%d"
msgstr "BŁĄD WEWNĘTRZNY przy %s:%d"

#: dicod/config-gram.y:663
#, c-format
msgid "too many arguments to `%s'; missing semicolon?"
msgstr "zbyt dużo argumentów do `%s': brak średnika?"

#: dicod/config-gram.y:682 dicod/config-gram.y:716
#, c-format
msgid "INTERNAL ERROR at %s:%d: unhandled data type %d"
msgstr "BŁĄD WEWNĘTRZNY przy %s:%d: nieobsługiwany typ danych %d"

#: dicod/config-gram.y:690
#, c-format
msgid "%s: incompatible data type in list item #%d"
msgstr "%s: element listy #%d ma niekompatybilny typ danych"

#: dicod/config-gram.y:703
#, c-format
msgid "incompatible data type for `%s'"
msgstr "niekompatybilny typ danych dla `%s'"

#: dicod/accesslog.c:487
#, c-format
msgid "log format error (near char %d): missing terminating `}'"
msgstr "błąd formatu (przy pozycji %d): brak końcowego `}'"

#: dicod/accesslog.c:502
#, c-format
msgid "log format error (near char %d): unknown format char `%c'"
msgstr "błąd formatu (przy pozycji %d): nieznana litera formatowania `%c'"

#: dicod/accesslog.c:510
#, c-format
msgid "log format warning (near char %d): format char `%c' does not take arguments"
msgstr "błąd formatu (przy pozycji %d): litera formatowania `%c' nie może mieć argumentów"

#: dicod/accesslog.c:553
#, c-format
msgid "cannot open access log file `%s'"
msgstr "nie można otworzyć pliku logowania dostępu `%s'"

#: dicod/gsasl.c:84
#, c-format
msgid "Unexpected input instead of SASLRESP command: %s"
msgstr "Nieoczekiwana odpowiedź w miejscu polecenia SASLRESP: %s"

#: dicod/gsasl.c:123
#, c-format
msgid "SASL gsasl_server_start: %s"
msgstr "SASL gsasl_server_start: %s"

#: dicod/gsasl.c:163
#, c-format
msgid "GSASL %s: cannot get username"
msgstr "GSASL %s: nie można pobrać nazwy użytkownika"

#: dicod/gsasl.c:266
msgid "user name not supplied"
msgstr "nie podano nazwy użytkownika"

#: dicod/gsasl.c:318
#, c-format
msgid "Unsupported callback property %d"
msgstr "Nieobsługiwana własność wywołania zwrotnego %d"

#: dicod/gsasl.c:330
#, c-format
msgid "cannot initialize libgsasl: %s"
msgstr "nie można zainicjować libgsasl: %s"

#: modules/dict.org/dictorg.c:28 modules/guile/guile.c:148
#, c-format
msgid "%s: not enough memory"
msgstr "%s: brak pamięci"

#: modules/dict.org/dictorg.c:51
#, c-format
msgid "mod_init: cannot stat `%s'"
msgstr "mod_init: wywołanie stat(%s) nie powiodło się"

#: modules/dict.org/dictorg.c:56
#, c-format
msgid "mod_init: `%s' is not a directory"
msgstr "mod_init: `%s' nie jest katalogiem"

#: modules/dict.org/dictorg.c:61
#, c-format
msgid "mod_init: `%s' is not readable"
msgstr "mod_init: `%s' nie jest czytelny"

#: modules/dict.org/dictorg.c:186
#, c-format
msgid "%s:%lu: invalid base64 value: `%.*s'"
msgstr "%s:%lu: nieoprawna wartość base64: `%.*s'"

#: modules/dict.org/dictorg.c:201
#, c-format
msgid "%s:%lu: malformed entry"
msgstr "%s:%lu: niewłaściwy wpis"

#: modules/dict.org/dictorg.c:240
#, c-format
msgid "open_index: cannot stat `%s'"
msgstr "open_index: wywołanie stat(%s) nie powiodło się"

#: modules/dict.org/dictorg.c:244
#, c-format
msgid "open_index: `%s' is not a regular file"
msgstr "open_index: `%s' nie jest zwykłym plikiem"

#: modules/dict.org/dictorg.c:253 modules/dict.org/dictorg.c:350
#, c-format
msgid "cannot create stream `%s'"
msgstr "nie można utworzyć strumienia `%s'"

#: modules/dict.org/dictorg.c:259 modules/dict.org/dictorg.c:358
#, c-format
msgid "cannot open stream `%s': %s"
msgstr "nie można otworzyć strumienia `%s': %s"

#: modules/dict.org/dictorg.c:368
#, c-format
msgid "cannot open stream for dictionary `%s'"
msgstr "Nie można otworzyć strumienia słownika `%s'"

#: modules/dict.org/dictorg.c:398
#, c-format
msgid "mod_init_db(%s): database name not given"
msgstr "mod_init_db(%s): nie podano nazwy bazy danych"

#: modules/dict.org/dictorg.c:408
#, c-format
msgid "mod_init_db: `%s' is not an absolute file name"
msgstr "mod_init_db: `%s' nie jest pełną nazwą pliku"

#: modules/dict.org/dictorg.c:742 modules/dict.org/dictorg.c:908
#, c-format
msgid "%s: read error: %s"
msgstr "%s: błąd odczytu: %s"

#: modules/dict.org/dictorg.c:823
msgid "_match_all: key initialization failed"
msgstr "_match_all: inicjalizacja klucza nie powiodła się"

#: modules/dict.org/dictorg.c:898
#, c-format
msgid "%s: seek error: %s"
msgstr "%s: błąd szukania: %s"

#: modules/dict.org/dictstr.c:179
#, c-format
msgid "cannot initialize inflation engine: %s"
msgstr "nie można zainicjować silnika dekompresji: %s"

#: modules/dict.org/dictstr.c:201
#, c-format
msgid "%s:%d: INTERNAL ERROR: inflate did not flush (%d pending, %d avail)"
msgstr "%s:%d: BŁĄD WEWNĘTRZNY: błąd synchronizacji podczas dekompresji (%d oczekujących, %d dostępnych)"

#: modules/dict.org/dictstr.c:306
#, c-format
msgid "%s:%d: INTERNAL ERROR: cannot shut down inflation engine: %s"
msgstr "%s:%d: BŁĄD WEWNĘTRZNY: nie można zatrzymać silnika dekompresji: %s"

#: modules/dict.org/dictstr.c:457
#, c-format
msgid "file position (%lu) != header length + 1 (%lu)"
msgstr "pozycja w pliku (%lu) != długość nagłówka + 1 (%lu)"

#: modules/dict.org/dictstr.c:495
msgid "unknown dictionary format"
msgstr "nieznany format słownika"

#: modules/dict.org/dictstr.c:498
msgid "unsupported dictionary format"
msgstr "nieobsługiwany format słownika"

#: modules/dict.org/dictstr.c:501
msgid "unsupported dictionary version"
msgstr "nieobsługiwana wersja słownika"

#: modules/dict.org/dictstr.c:504
msgid "malformed header"
msgstr "zniekształcony nagłówek"

#: modules/dict.org/dictstr.c:507
msgid "cannot seek on pure gzip format files"
msgstr "pozycjonowanie w plikach formatu gzip nie jest możliwe"

#: modules/dict.org/dictstr.c:510
msgid "error decompressing stream"
msgstr "błąd dekompresji strumienia"

#: modules/guile/guile.c:161
#, c-format
msgid "%s: invalid return type"
msgstr "%s: nieprawidłowy typ powrotu"

#: modules/guile/guile.c:181
#, c-format
msgid "procedure `%s' failed: see error output for details"
msgstr "procedura `%s' nie powiodła się: szczegóły w wyjściu diagnostycznym"

#: modules/guile/guile.c:774
#, c-format
msgid "%s: %s: unknown virtual function"
msgstr "%s: %s: nieznana funkcja wirtualna"

#: modules/guile/guile.c:833
msgid "mod_init: cannot initialize error port"
msgstr "mod_init: nie można inicjalizować portu błędów"

#: modules/guile/guile.c:841 modules/guile/guile.c:875
#, c-format
msgid "mod_init: cannot load init script %s"
msgstr "mod_init: nie można załadować skryptu %s"

#: modules/guile/guile.c:901
#, c-format
msgid "%s: %s: void virtual function"
msgstr "%s: %s: funkcja wirtualna nie zdefiniowana"

#: modules/guile/guile.c:1123
msgid "mod_match: key initialization failed"
msgstr "mod_match: inicjalizacja klucza nie powiodła się"

#: modules/outline/outline.c:472
msgid "outline_open: wrong number of arguments"
msgstr "outline_open: niepoprawna ilość argumentów"

#: modules/outline/outline.c:478
#, c-format
msgid "cannot open file %s"
msgstr "nie można otworzyć pliku %s"

#: modules/outline/outline.c:623
msgid "outline_lang: not enough memory"
msgstr "outline_lang: brak pamięci"

#: modules/outline/outline.c:668
msgid "outline_match_all: not enough memory"
msgstr "outline_match_all: brak pamięci"

#: modules/outline/outline.c:673
msgid "outline_match_all: key initialization failed"
msgstr "outline_match_all: inicjalizacja klucza nie powiodła się"
