summaryrefslogtreecommitdiff
path: root/po/pl.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/pl.po')
-rw-r--r--po/pl.po390
1 files changed, 193 insertions, 197 deletions
diff --git a/po/pl.po b/po/pl.po
index 59b93593..11fd2094 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk 4.1.0b\n"
"Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2017-10-04 09:35+0300\n"
+"POT-Creation-Date: 2017-10-19 21:28+0300\n"
"PO-Revision-Date: 2014-03-22 17:49+0100\n"
"Last-Translator: Wojciech Polak <polak@gnu.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
@@ -39,8 +39,8 @@ msgstr "próba użycia parametru `%s' skalaru jako tablicy"
msgid "attempt to use scalar `%s' as an array"
msgstr "próba użycia skalaru `%s' jako tablicy"
-#: array.c:412 array.c:579 builtin.c:88 builtin.c:1640 builtin.c:1686
-#: builtin.c:1699 builtin.c:2222 builtin.c:2249 eval.c:1131 eval.c:1135
+#: array.c:412 array.c:579 builtin.c:88 builtin.c:1634 builtin.c:1680
+#: builtin.c:1693 builtin.c:2216 builtin.c:2243 eval.c:1131 eval.c:1135
#: eval.c:1542
#, c-format
msgid "attempt to use array `%s' in a scalar context"
@@ -387,7 +387,7 @@ msgstr "operator `^=' nie jest wspierany w starym awk"
msgid "operator `^' is not supported in old awk"
msgstr "operator `^' nie jest wspierany w starym awk"
-#: awkgram.y:3853 awkgram.y:3871 command.y:1186
+#: awkgram.y:3853 awkgram.y:3871 command.y:1187
msgid "unterminated string"
msgstr "niezakończony łańcuch"
@@ -610,199 +610,195 @@ msgstr "index: otrzymano drugi argument, który nie jest łańcuchem"
msgid "int: received non-numeric argument"
msgstr "int: otrzymano argument, który nie jest liczbą"
-#: builtin.c:510
-msgid "`isarray' is deprecated. Use `typeof' instead"
-msgstr ""
-
-#: builtin.c:535
+#: builtin.c:529
msgid "length: received array argument"
msgstr "length: otrzymano argument, który jest tablicą"
-#: builtin.c:538
+#: builtin.c:532
msgid "`length(array)' is a gawk extension"
msgstr "`length(tablica)' jest rozszerzeniem gawk"
-#: builtin.c:557
+#: builtin.c:551
msgid "length: received non-string argument"
msgstr "length: otrzymano argument, który nie jest łańcuchem"
-#: builtin.c:586
+#: builtin.c:580
msgid "log: received non-numeric argument"
msgstr "log: otrzymano argument, który nie jest liczbą"
-#: builtin.c:589
+#: builtin.c:583
#, c-format
msgid "log: received negative argument %g"
msgstr "log: otrzymano ujemny argument %g"
-#: builtin.c:787 builtin.c:792 builtin.c:943
+#: builtin.c:781 builtin.c:786 builtin.c:937
msgid "fatal: must use `count$' on all formats or none"
msgstr "fatal: należy użyć `count$' we wszystkich formatach lub nic"
-#: builtin.c:862
+#: builtin.c:856
#, c-format
msgid "field width is ignored for `%%' specifier"
msgstr "szerokość pola jest ignorowana dla specyfikatora `%%'"
-#: builtin.c:864
+#: builtin.c:858
#, c-format
msgid "precision is ignored for `%%' specifier"
msgstr "precyzja jest ignorowana dla specyfikatora `%%'"
-#: builtin.c:866
+#: builtin.c:860
#, c-format
msgid "field width and precision are ignored for `%%' specifier"
msgstr "szerokość pola i precyzja są ignorowane dla specyfikatora `%%'"
-#: builtin.c:917
+#: builtin.c:911
msgid "fatal: `$' is not permitted in awk formats"
msgstr "fatal: `$' jest niedozwolony w formatach awk"
-#: builtin.c:926
+#: builtin.c:920
msgid "fatal: arg count with `$' must be > 0"
msgstr "fatal: argument count z `$' musi być > 0"
-#: builtin.c:930
+#: builtin.c:924
#, c-format
msgid "fatal: arg count %ld greater than total number of supplied arguments"
msgstr ""
"fatal: argument count %ld większy niż całkowita suma argumentów dostarczonych"
-#: builtin.c:934
+#: builtin.c:928
msgid "fatal: `$' not permitted after period in format"
msgstr "fatal: `$' jest niedozwolony po kropce w formacie"
-#: builtin.c:953
+#: builtin.c:947
msgid "fatal: no `$' supplied for positional field width or precision"
msgstr "fatal: brak `$' dla pozycyjnej szerokości pola lub precyzji"
-#: builtin.c:1023
+#: builtin.c:1017
msgid "`l' is meaningless in awk formats; ignored"
msgstr "`l' jest bezsensowny w formatach awk; zignorowany"
-#: builtin.c:1027
+#: builtin.c:1021
msgid "fatal: `l' is not permitted in POSIX awk formats"
msgstr "fatal: `l' jest niedozwolony w formatach POSIX awk"
-#: builtin.c:1040
+#: builtin.c:1034
msgid "`L' is meaningless in awk formats; ignored"
msgstr "`L' jest bezsensowny w formatach awk; zignorowany"
-#: builtin.c:1044
+#: builtin.c:1038
msgid "fatal: `L' is not permitted in POSIX awk formats"
msgstr "fatal: `L' jest niedozwolony w formatach POSIX awk"
-#: builtin.c:1057
+#: builtin.c:1051
msgid "`h' is meaningless in awk formats; ignored"
msgstr "`h' jest bezsensowny w formatach awk; zignorowany"
-#: builtin.c:1061
+#: builtin.c:1055
msgid "fatal: `h' is not permitted in POSIX awk formats"
msgstr "fatal: `h' jest niedozwolony w formatach POSIX awk"
-#: builtin.c:1086
+#: builtin.c:1080
#, fuzzy, c-format
msgid "[s]printf: value %g is too big for %%c format"
msgstr "[s]printf: wartość %g jest poza zasięgiem dla formatu `%%%c'"
-#: builtin.c:1099
+#: builtin.c:1093
#, fuzzy, c-format
msgid "[s]printf: value %g is not a valid wide character"
msgstr "[s]printf: wartość %g jest poza zasięgiem dla formatu `%%%c'"
-#: builtin.c:1485
+#: builtin.c:1479
#, c-format
msgid "[s]printf: value %g is out of range for `%%%c' format"
msgstr "[s]printf: wartość %g jest poza zasięgiem dla formatu `%%%c'"
-#: builtin.c:1583
+#: builtin.c:1577
#, c-format
msgid "ignoring unknown format specifier character `%c': no argument converted"
msgstr ""
"pominięcie nieznanego formatu specyfikatora znaku `%c': nie skonwertowano "
"argumentu"
-#: builtin.c:1588
+#: builtin.c:1582
msgid "fatal: not enough arguments to satisfy format string"
msgstr ""
"fatal: brak wystarczającej liczby argumentów, aby zaspokoić łańcuch "
"formatujący"
-#: builtin.c:1590
+#: builtin.c:1584
msgid "^ ran out for this one"
msgstr "zabrakło ^"
-#: builtin.c:1597
+#: builtin.c:1591
msgid "[s]printf: format specifier does not have control letter"
msgstr "[s]printf: specyfikator formatu nie posiada kontrolnej litery"
-#: builtin.c:1600
+#: builtin.c:1594
msgid "too many arguments supplied for format string"
msgstr "zbyt dużo podanych argumentów w łańcuchu formatującym"
-#: builtin.c:1659
+#: builtin.c:1653
msgid "sprintf: no arguments"
msgstr "sprintf: brak argumentów"
-#: builtin.c:1682 builtin.c:1693
+#: builtin.c:1676 builtin.c:1687
msgid "printf: no arguments"
msgstr "printf: brak argumentów"
-#: builtin.c:1708
+#: builtin.c:1702
msgid "printf: attempt to write to closed write end of two-way pipe"
msgstr ""
-#: builtin.c:1749
+#: builtin.c:1743
msgid "sqrt: received non-numeric argument"
msgstr "sqrt: otrzymano argument, który nie jest liczbą"
-#: builtin.c:1753
+#: builtin.c:1747
#, c-format
msgid "sqrt: called with negative argument %g"
msgstr "sqrt: wywołana z ujemnym argumentem %g"
-#: builtin.c:1784
+#: builtin.c:1778
#, c-format
msgid "substr: length %g is not >= 1"
msgstr "substr: długość %g nie jest >= 1"
-#: builtin.c:1786
+#: builtin.c:1780
#, c-format
msgid "substr: length %g is not >= 0"
msgstr "substr: długość %g nie jest >= 0"
-#: builtin.c:1800
+#: builtin.c:1794
#, c-format
msgid "substr: non-integer length %g will be truncated"
msgstr "substr: długość %g, która nie jest liczbą całkowitą, zostanie obcięta"
-#: builtin.c:1805
+#: builtin.c:1799
#, c-format
msgid "substr: length %g too big for string indexing, truncating to %g"
msgstr "substr: długość %g zbyt duża dla indeksu łańcucha, obcinanie do %g"
-#: builtin.c:1817
+#: builtin.c:1811
#, c-format
msgid "substr: start index %g is invalid, using 1"
msgstr "substr: początkowy indeks %g jest nieprawidłowy, nastąpi użycie 1"
-#: builtin.c:1822
+#: builtin.c:1816
#, c-format
msgid "substr: non-integer start index %g will be truncated"
msgstr ""
"substr: początkowy indeks %g, który nie jest liczbą całkowitą, zostanie "
"obcięty"
-#: builtin.c:1845
+#: builtin.c:1839
msgid "substr: source string is zero length"
msgstr "substr: łańcuch źródłowy ma zerową długość"
-#: builtin.c:1859
+#: builtin.c:1853
#, c-format
msgid "substr: start index %g is past end of string"
msgstr "substr: początkowy indeks %g leży poza końcem łańcucha"
-#: builtin.c:1867
+#: builtin.c:1861
#, c-format
msgid ""
"substr: length %g at start index %g exceeds length of first argument (%lu)"
@@ -810,581 +806,581 @@ msgstr ""
"substr: długość %g zaczynając od %g przekracza długość pierwszego argumentu "
"(%lu)"
-#: builtin.c:1940
+#: builtin.c:1934
msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type"
msgstr ""
"strftime: wartość formatu w PROCINFO[\"strftime\"] posiada typ numeryczny"
-#: builtin.c:1960
+#: builtin.c:1954
msgid "strftime: received non-numeric second argument"
msgstr "strftime: otrzymano drugi argument, który nie jest liczbą"
-#: builtin.c:1970
+#: builtin.c:1964
msgid "strftime: second argument less than 0 or too big for time_t"
msgstr "strftime: drugi argument mniejszy od 0 lub zbyt duży dla time_t"
-#: builtin.c:1977
+#: builtin.c:1971
#, fuzzy
msgid "strftime: second argument out of range for time_t"
msgstr "strftime: drugi argument mniejszy od 0 lub zbyt duży dla time_t"
-#: builtin.c:1986
+#: builtin.c:1980
msgid "strftime: received non-string first argument"
msgstr "strftime: otrzymano pierwszy argument, który nie jest łańcuchem"
-#: builtin.c:1993
+#: builtin.c:1987
msgid "strftime: received empty format string"
msgstr "strftime: otrzymano pusty łańcuch formatujący"
-#: builtin.c:2064
+#: builtin.c:2058
#, fuzzy, c-format
msgid "setenv(TZ, %s) failed (%s)"
msgstr "%s do \"%s\" nie powiódł się (%s)"
-#: builtin.c:2071
+#: builtin.c:2065
#, c-format
msgid "setenv(TZ, %s) restoration failed (%s)"
msgstr ""
-#: builtin.c:2075
+#: builtin.c:2069
#, fuzzy, c-format
msgid "unsetenv(TZ) failed (%s)"
msgstr "%s: zamknięcie nie powiodło się (%s)"
-#: builtin.c:2104
+#: builtin.c:2098
msgid "mktime: received non-string argument"
msgstr "mktime: otrzymano argument, który nie jest łańcuchem"
-#: builtin.c:2121
+#: builtin.c:2115
msgid "mktime: at least one of the values is out of the default range"
msgstr "mktime: przynajmniej jedna z wartości jest poza domyślnym zakresem"
-#: builtin.c:2157
+#: builtin.c:2151
msgid "'system' function not allowed in sandbox mode"
msgstr "funkcja 'system' nie jest dozwolona w trybie piaskownicy"
-#: builtin.c:2162
+#: builtin.c:2156
msgid "system: received non-string argument"
msgstr "system: otrzymano argument, który nie jest łańcuchem"
-#: builtin.c:2231 builtin.c:2305
+#: builtin.c:2225 builtin.c:2299
msgid "print: attempt to write to closed write end of two-way pipe"
msgstr ""
-#: builtin.c:2328
+#: builtin.c:2322
#, c-format
msgid "reference to uninitialized field `$%d'"
msgstr "odwołanie do niezainicjowanego pola `$%d'"
-#: builtin.c:2413
+#: builtin.c:2407
msgid "tolower: received non-string argument"
msgstr "tolower: otrzymano argument, który nie jest łańcuchem"
-#: builtin.c:2444
+#: builtin.c:2438
msgid "toupper: received non-string argument"
msgstr "toupper: otrzymano argument, który nie jest łańcuchem"
-#: builtin.c:2477 mpfr.c:664
+#: builtin.c:2471 mpfr.c:664
msgid "atan2: received non-numeric first argument"
msgstr "atan2: otrzymano pierwszy argument, który nie jest liczbą"
-#: builtin.c:2479 mpfr.c:666
+#: builtin.c:2473 mpfr.c:666
msgid "atan2: received non-numeric second argument"
msgstr "atan2: otrzymano drugi argument, który nie jest liczbą"
-#: builtin.c:2498
+#: builtin.c:2492
msgid "sin: received non-numeric argument"
msgstr "sin: otrzymano argument, który nie jest liczbą"
-#: builtin.c:2514
+#: builtin.c:2508
msgid "cos: received non-numeric argument"
msgstr "cos: otrzymano argument, który nie jest liczbą"
-#: builtin.c:2628 mpfr.c:1159
+#: builtin.c:2622 mpfr.c:1159
msgid "srand: received non-numeric argument"
msgstr "srand: otrzymano argument, który nie jest liczbą"
-#: builtin.c:2659
+#: builtin.c:2653
msgid "match: third argument is not an array"
msgstr "match: otrzymano trzeci argument, który nie jest tablicą"
-#: builtin.c:2926
+#: builtin.c:2920
#, fuzzy, c-format
msgid "gensub: third argument `%.*s' treated as 1"
msgstr "gensub: trzeci argument 0 potraktowany jako 1"
-#: builtin.c:3248
+#: builtin.c:3242
#, fuzzy, c-format
msgid "%s: can be called indirectly only with two arguments"
msgstr "and: wywołano z mniej niż dwoma argumentami"
-#: builtin.c:3348
+#: builtin.c:3342
#, fuzzy, c-format
msgid "indirect call to %s requires at least two arguments"
msgstr "and: wywołano z mniej niż dwoma argumentami"
-#: builtin.c:3403
+#: builtin.c:3397
msgid "lshift: received non-numeric first argument"
msgstr "lshift: otrzymano pierwszy argument, który nie jest liczbą"
-#: builtin.c:3405
+#: builtin.c:3399
msgid "lshift: received non-numeric second argument"
msgstr "lshift: otrzymano drugi argument, który nie jest liczbą"
-#: builtin.c:3411
+#: builtin.c:3405
#, fuzzy, c-format
msgid "lshift(%f, %f): negative values are not allowed"
msgstr "lshift(%f, %f): ujemne wartości spowodują dziwne wyniki"
-#: builtin.c:3415
+#: builtin.c:3409
#, c-format
msgid "lshift(%f, %f): fractional values will be truncated"
msgstr "lshift(%f, %f): ułamkowe wartości zostaną obcięte"
-#: builtin.c:3417
+#: builtin.c:3411
#, c-format
msgid "lshift(%f, %f): too large shift value will give strange results"
msgstr "lshift(%f, %f): zbyt duża wartość przesunięcia spowoduje dziwne wyniki"
-#: builtin.c:3442
+#: builtin.c:3436
msgid "rshift: received non-numeric first argument"
msgstr "rshift: otrzymano pierwszy argument, który nie jest liczbą"
-#: builtin.c:3444
+#: builtin.c:3438
msgid "rshift: received non-numeric second argument"
msgstr "rshift: otrzymano drugi argument, który nie jest liczbą"
-#: builtin.c:3450
+#: builtin.c:3444
#, fuzzy, c-format
msgid "rshift(%f, %f): negative values are not allowed"
msgstr "rshift(%f, %f): ujemne wartości spowodują dziwne wyniki"
-#: builtin.c:3454
+#: builtin.c:3448
#, c-format
msgid "rshift(%f, %f): fractional values will be truncated"
msgstr "rshift(%f, %f): ułamkowe wartości zostaną obcięte"
-#: builtin.c:3456
+#: builtin.c:3450
#, c-format
msgid "rshift(%f, %f): too large shift value will give strange results"
msgstr "rshift(%f, %f): zbyt duża wartość przesunięcia spowoduje dziwne wyniki"
-#: builtin.c:3481 mpfr.c:972
+#: builtin.c:3475 mpfr.c:972
msgid "and: called with less than two arguments"
msgstr "and: wywołano z mniej niż dwoma argumentami"
-#: builtin.c:3486
+#: builtin.c:3480
#, c-format
msgid "and: argument %d is non-numeric"
msgstr "and: argument %d nie jest liczbą"
-#: builtin.c:3490
+#: builtin.c:3484
#, fuzzy, c-format
msgid "and: argument %d negative value %g is not allowed"
msgstr "and: argument %d ujemna wartość %g spowoduje dziwne wyniki"
-#: builtin.c:3513 mpfr.c:1004
+#: builtin.c:3507 mpfr.c:1004
msgid "or: called with less than two arguments"
msgstr "or: wywołano z mniej niż dwoma argumentami"
-#: builtin.c:3518
+#: builtin.c:3512
#, c-format
msgid "or: argument %d is non-numeric"
msgstr "or: argument %d nie jest liczbą"
-#: builtin.c:3522
+#: builtin.c:3516
#, fuzzy, c-format
msgid "or: argument %d negative value %g is not allowed"
msgstr "or: argument %d ujemna wartość %g spowoduje dziwne wyniki"
-#: builtin.c:3544 mpfr.c:1035
+#: builtin.c:3538 mpfr.c:1035
msgid "xor: called with less than two arguments"
msgstr "xor: wywołano z mniej niż dwoma argumentami"
-#: builtin.c:3550
+#: builtin.c:3544
#, c-format
msgid "xor: argument %d is non-numeric"
msgstr "xor: argument %d nie jest liczbą"
-#: builtin.c:3554
+#: builtin.c:3548
#, fuzzy, c-format
msgid "xor: argument %d negative value %g is not allowed"
msgstr "xor: argument %d ujemna wartość %g spowoduje dziwne wyniki"
-#: builtin.c:3579 mpfr.c:794
+#: builtin.c:3573 mpfr.c:794
msgid "compl: received non-numeric argument"
msgstr "compl: otrzymano argument, który nie jest liczbą"
-#: builtin.c:3584
+#: builtin.c:3578
#, fuzzy, c-format
msgid "compl(%f): negative value is not allowed"
msgstr "compl(%f): ujemne wartości spowodują dziwne wyniki"
-#: builtin.c:3587
+#: builtin.c:3581
#, c-format
msgid "compl(%f): fractional value will be truncated"
msgstr "compl(%f): ułamkowe wartości zostaną obcięte"
-#: builtin.c:3771
+#: builtin.c:3765
#, c-format
msgid "dcgettext: `%s' is not a valid locale category"
msgstr "dcgettext: `%s' nie jest prawidłową kategorią lokalizacji"
-#: builtin.c:3997 mpfr.c:1193
+#: builtin.c:3991 mpfr.c:1193
#, fuzzy
msgid "intdiv: third argument is not an array"
msgstr "match: otrzymano trzeci argument, który nie jest tablicą"
-#: builtin.c:4005 mpfr.c:1201
+#: builtin.c:3999 mpfr.c:1201
#, fuzzy
msgid "intdiv: received non-numeric first argument"
msgstr "and: otrzymano pierwszy argument, który nie jest liczbą"
-#: builtin.c:4007 mpfr.c:1203
+#: builtin.c:4001 mpfr.c:1203
#, fuzzy
msgid "intdiv: received non-numeric second argument"
msgstr "and: otrzymano drugi argument, który nie jest liczbą"
-#: builtin.c:4016 mpfr.c:1242
+#: builtin.c:4010 mpfr.c:1242
#, fuzzy
msgid "intdiv: division by zero attempted"
msgstr "próba dzielenia przez zero"
-#: builtin.c:4086
+#: builtin.c:4080
#, c-format
msgid ""
"typeof detected invalid flags combination `%s'; please file a bug report."
msgstr ""
-#: builtin.c:4101
+#: builtin.c:4095
#, fuzzy, c-format
msgid "typeof: invalid argument type `%s'"
msgstr "option: nieprawidłowy parametr - \"%s\""
-#: builtin.c:4105
+#: builtin.c:4099
#, c-format
msgid "typeof: unknown argument type `%s'"
msgstr ""
-#: command.y:226
+#: command.y:227
#, c-format
msgid "Type (g)awk statement(s). End with the command \"end\"\n"
msgstr "Podaj komendy (g)awk. Zakończ poleceniem \"end\"\n"
-#: command.y:290
+#: command.y:291
#, c-format
msgid "invalid frame number: %d"
msgstr "nieprawidłowy numer ramki: %d"
-#: command.y:296
+#: command.y:297
#, c-format
msgid "info: invalid option - \"%s\""
msgstr "info: nieprawidłowa opcja - \"%s\""
-#: command.y:322
+#: command.y:323
#, c-format
msgid "source \"%s\": already sourced."
msgstr "source \"%s\": stanowi już źródło."
-#: command.y:327
+#: command.y:328
#, c-format
msgid "save \"%s\": command not permitted."
msgstr "save \"%s\": niedozwolona komenda."
-#: command.y:340
+#: command.y:341
msgid "Can't use command `commands' for breakpoint/watchpoint commands"
msgstr "Nie można użyć polecenia `commands' dla komend breakpoint/watchpoint."
-#: command.y:342
+#: command.y:343
msgid "no breakpoint/watchpoint has been set yet"
msgstr "nie ustawiono jeszcze breakpoint/watchpoint"
-#: command.y:344
+#: command.y:345
msgid "invalid breakpoint/watchpoint number"
msgstr "nieprawidłowy numer breakpoint/watchpoint"
-#: command.y:349
+#: command.y:350
#, c-format
msgid "Type commands for when %s %d is hit, one per line.\n"
msgstr ""
-#: command.y:351
+#: command.y:352
#, c-format
msgid "End with the command \"end\"\n"
msgstr "Zakończ komendą \"end\"\n"
-#: command.y:358
+#: command.y:359
msgid "`end' valid only in command `commands' or `eval'"
msgstr "`end' dozwolony jedynie dla komendy `commands' lub `eval'"
-#: command.y:368
+#: command.y:369
msgid "`silent' valid only in command `commands'"
msgstr "polecenie `silent' dozwolone jedynie w komendzie `commands'"
-#: command.y:374
+#: command.y:375
#, c-format
msgid "trace: invalid option - \"%s\""
msgstr "trace: nieprawidłowa opcja - \"%s\""
-#: command.y:388
+#: command.y:389
msgid "condition: invalid breakpoint/watchpoint number"
msgstr "condition: nieprawidłowy numer breakpoint/watchpoint"
-#: command.y:450
+#: command.y:451
msgid "argument not a string"
msgstr "argument nie jest łańcuchem tekstowym"
-#: command.y:460 command.y:465
+#: command.y:461 command.y:466
#, c-format
msgid "option: invalid parameter - \"%s\""
msgstr "option: nieprawidłowy parametr - \"%s\""
-#: command.y:475
+#: command.y:476
#, c-format
msgid "no such function - \"%s\""
msgstr "brak takiej funkcji - \"%s\""
-#: command.y:532
+#: command.y:533
#, c-format
msgid "enable: invalid option - \"%s\""
msgstr "enable: nieprawidłowa opcja - \"%s\""
-#: command.y:598
+#: command.y:599
#, c-format
msgid "invalid range specification: %d - %d"
msgstr "nieprawidłowy zakres specyfikacji: %d - %d"
-#: command.y:660
+#: command.y:661
msgid "non-numeric value for field number"
msgstr "nienumeryczna wartość dla numeru pola"
-#: command.y:681 command.y:688
+#: command.y:682 command.y:689
msgid "non-numeric value found, numeric expected"
msgstr "znaleziono nienumeryczną wartość, spodziewano się numerycznej"
-#: command.y:713 command.y:719
+#: command.y:714 command.y:720
msgid "non-zero integer value"
msgstr "niezerowa wartość"
-#: command.y:818
+#: command.y:819
msgid ""
"backtrace [N] - print trace of all or N innermost (outermost if N < 0) "
"frames."
msgstr ""
-#: command.y:820
+#: command.y:821
msgid ""
"break [[filename:]N|function] - set breakpoint at the specified location."
msgstr ""
-#: command.y:822
+#: command.y:823
msgid "clear [[filename:]N|function] - delete breakpoints previously set."
msgstr ""
-#: command.y:824
+#: command.y:825
msgid ""
"commands [num] - starts a list of commands to be executed at a "
"breakpoint(watchpoint) hit."
msgstr ""
-#: command.y:826
+#: command.y:827
msgid "condition num [expr] - set or clear breakpoint or watchpoint condition."
msgstr ""
-#: command.y:828
+#: command.y:829
msgid "continue [COUNT] - continue program being debugged."
msgstr ""
-#: command.y:830
+#: command.y:831
msgid "delete [breakpoints] [range] - delete specified breakpoints."
msgstr ""
-#: command.y:832
+#: command.y:833
msgid "disable [breakpoints] [range] - disable specified breakpoints."
msgstr ""
-#: command.y:834
+#: command.y:835
msgid "display [var] - print value of variable each time the program stops."
msgstr ""
-#: command.y:836
+#: command.y:837
msgid "down [N] - move N frames down the stack."
msgstr ""
-#: command.y:838
+#: command.y:839
msgid "dump [filename] - dump instructions to file or stdout."
msgstr ""
-#: command.y:840
+#: command.y:841
msgid "enable [once|del] [breakpoints] [range] - enable specified breakpoints."
msgstr ""
-#: command.y:842
+#: command.y:843
msgid "end - end a list of commands or awk statements."
msgstr ""
-#: command.y:844
+#: command.y:845
msgid "eval stmt|[p1, p2, ...] - evaluate awk statement(s)."
msgstr ""
-#: command.y:846
+#: command.y:847
msgid "exit - (same as quit) exit debugger."
msgstr ""
-#: command.y:848
+#: command.y:849
msgid "finish - execute until selected stack frame returns."
msgstr ""
-#: command.y:850
+#: command.y:851
msgid "frame [N] - select and print stack frame number N."
msgstr ""
-#: command.y:852
+#: command.y:853
msgid "help [command] - print list of commands or explanation of command."
msgstr ""
-#: command.y:854
+#: command.y:855
msgid "ignore N COUNT - set ignore-count of breakpoint number N to COUNT."
msgstr ""
-#: command.y:856
+#: command.y:857
msgid ""
"info topic - source|sources|variables|functions|break|frame|args|locals|"
"display|watch."
msgstr ""
-#: command.y:858
+#: command.y:859
msgid "list [-|+|[filename:]lineno|function|range] - list specified line(s)."
msgstr ""
-#: command.y:860
+#: command.y:861
msgid "next [COUNT] - step program, proceeding through subroutine calls."
msgstr ""
-#: command.y:862
+#: command.y:863
msgid ""
"nexti [COUNT] - step one instruction, but proceed through subroutine calls."
msgstr ""
-#: command.y:864
+#: command.y:865
msgid "option [name[=value]] - set or display debugger option(s)."
msgstr ""
-#: command.y:866
+#: command.y:867
msgid "print var [var] - print value of a variable or array."
msgstr ""
-#: command.y:868
+#: command.y:869
msgid "printf format, [arg], ... - formatted output."
msgstr ""
-#: command.y:870
+#: command.y:871
msgid "quit - exit debugger."
msgstr ""
-#: command.y:872
+#: command.y:873
msgid "return [value] - make selected stack frame return to its caller."
msgstr ""
-#: command.y:874
+#: command.y:875
msgid "run - start or restart executing program."
msgstr ""
-#: command.y:877
+#: command.y:878
msgid "save filename - save commands from the session to file."
msgstr ""
-#: command.y:880
+#: command.y:881
msgid "set var = value - assign value to a scalar variable."
msgstr ""
-#: command.y:882
+#: command.y:883
msgid ""
"silent - suspends usual message when stopped at a breakpoint/watchpoint."
msgstr ""
-#: command.y:884
+#: command.y:885
msgid "source file - execute commands from file."
msgstr ""
-#: command.y:886
+#: command.y:887
msgid "step [COUNT] - step program until it reaches a different source line."
msgstr ""
-#: command.y:888
+#: command.y:889
msgid "stepi [COUNT] - step one instruction exactly."
msgstr ""
-#: command.y:890
+#: command.y:891
msgid "tbreak [[filename:]N|function] - set a temporary breakpoint."
msgstr ""
-#: command.y:892
+#: command.y:893
msgid "trace on|off - print instruction before executing."
msgstr ""
-#: command.y:894
+#: command.y:895
msgid "undisplay [N] - remove variable(s) from automatic display list."
msgstr ""
-#: command.y:896
+#: command.y:897
msgid ""
"until [[filename:]N|function] - execute until program reaches a different "
"line or line N within current frame."
msgstr ""
-#: command.y:898
+#: command.y:899
msgid "unwatch [N] - remove variable(s) from watch list."
msgstr ""
-#: command.y:900
+#: command.y:901
msgid "up [N] - move N frames up the stack."
msgstr ""
-#: command.y:902
+#: command.y:903
msgid "watch var - set a watchpoint for a variable."
msgstr ""
-#: command.y:904
+#: command.y:905
msgid ""
"where [N] - (same as backtrace) print trace of all or N innermost (outermost "
"if N < 0) frames."
msgstr ""
-#: command.y:1015 debug.c:401 gawkapi.c:258 msg.c:137
+#: command.y:1016 debug.c:401 gawkapi.c:258 msg.c:137
#, c-format
msgid "error: "
msgstr "błąd: "
-#: command.y:1059
+#: command.y:1060
#, c-format
msgid "can't read command (%s)\n"
msgstr "nie można odczytać komendy (%s)\n"
-#: command.y:1073
+#: command.y:1074
#, c-format
msgid "can't read command (%s)"
msgstr "nie można odczytać komendy (%s)"
-#: command.y:1124
+#: command.y:1125
msgid "invalid character in command"
msgstr "nieprawidłowy znak w komendzie"
-#: command.y:1160
+#: command.y:1161
#, c-format
msgid "unknown command - \"%.*s\", try help"
msgstr "nieznana komenda - \"%.*s\", spróbuj pomoc"
-#: command.y:1230
+#: command.y:1231
#, c-format
msgid "%s"
msgstr "%s"
-#: command.y:1292
+#: command.y:1293
msgid "invalid character"
msgstr "nieprawidłowy znak"
-#: command.y:1496
+#: command.y:1497
#, c-format
msgid "undefined command: %s\n"
msgstr "niezdefiniowana komenda: %s\n"
@@ -2387,7 +2383,7 @@ msgstr ""
msgid "NF set to negative value"
msgstr "NF ustawiony na wartość ujemną"
-#: field.c:952 field.c:959 field.c:963
+#: field.c:952 field.c:959
msgid "split: fourth argument is a gawk extension"
msgstr "split: czwarty argument jest rozszerzeniem gawk"
@@ -2395,80 +2391,80 @@ msgstr "split: czwarty argument jest rozszerzeniem gawk"
msgid "split: fourth argument is not an array"
msgstr "split: czwarty argument nie jest tablicą"
-#: field.c:970
+#: field.c:966
msgid "split: second argument is not an array"
msgstr "split: drugi argument nie jest tablicą"
-#: field.c:974
+#: field.c:970
msgid "split: cannot use the same array for second and fourth args"
msgstr ""
"split: nie można użyć tej samej tablicy dla drugiego i czwartego argumentu"
-#: field.c:979
+#: field.c:975
msgid "split: cannot use a subarray of second arg for fourth arg"
msgstr ""
"split: nie można użyć podtablicy drugiego argumentu dla czwartego argumentu"
-#: field.c:982
+#: field.c:978
msgid "split: cannot use a subarray of fourth arg for second arg"
msgstr ""
"split: nie można użyć podtablicy czwartego argumentu dla drugiego argumentu"
-#: field.c:1016
+#: field.c:1012
msgid "split: null string for third arg is a gawk extension"
msgstr "split: zerowy łańcuch dla trzeciego argumentu jest rozszerzeniem gawk"
-#: field.c:1053
+#: field.c:1049
msgid "patsplit: fourth argument is not an array"
msgstr "patsplit: czwarty argument nie jest tablicą"
-#: field.c:1058
+#: field.c:1054
msgid "patsplit: second argument is not an array"
msgstr "patsplit: drugi argument nie jest tablicą"
-#: field.c:1067
+#: field.c:1063
msgid "patsplit: third argument must be non-null"
msgstr "patsplit: trzeci argument nie może być pusty"
-#: field.c:1071
+#: field.c:1067
msgid "patsplit: cannot use the same array for second and fourth args"
msgstr ""
"patsplit: nie można użyć tej samej tablicy dla drugiego i czwartego argumentu"
-#: field.c:1076
+#: field.c:1072
msgid "patsplit: cannot use a subarray of second arg for fourth arg"
msgstr ""
"patsplit: nie można użyć podtablicy drugiego argumentu dla czwartego "
"argumentu"
-#: field.c:1079
+#: field.c:1075
msgid "patsplit: cannot use a subarray of fourth arg for second arg"
msgstr ""
"patsplit: nie można użyć podtablicy czwartego argumentu dla drugiego "
"argumentu"
-#: field.c:1129
+#: field.c:1125
msgid "`FIELDWIDTHS' is a gawk extension"
msgstr "`FIELDWIDTHS' jest rozszerzeniem gawk"
-#: field.c:1198
+#: field.c:1194
msgid "`*' must be the last designator in FIELDWIDTHS"
msgstr ""
-#: field.c:1219
+#: field.c:1215
#, fuzzy, c-format
msgid "invalid FIELDWIDTHS value, for field %d, near `%s'"
msgstr "nieprawidłowa wartość FIELDWIDTHS, w pobliżu `%s'"
-#: field.c:1292
+#: field.c:1288
msgid "null string for `FS' is a gawk extension"
msgstr "zerowy łańcuch dla `FS' jest rozszerzeniem gawk"
-#: field.c:1296
+#: field.c:1292
msgid "old awk does not support regexps as value of `FS'"
msgstr "stary awk nie wspiera wyrażeń regularnych jako wartości `FS'"
-#: field.c:1431
+#: field.c:1427
msgid "`FPAT' is a gawk extension"
msgstr "`FPAT' jest rozszerzeniem gawk"