Rev 63002 | Rev 63530 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
msgid ""msgstr """Project-Id-Version: R 3.0.0\n""Report-Msgid-Bugs-To: bugs.r-project.org\n""POT-Creation-Date: 2013-06-29 17:48+0100\n""PO-Revision-Date: \n""Last-Translator: Łukasz Daniel <lukasz.daniel@gmail.com>\n""Language-Team: Łukasz Daniel <lukasz.daniel@gmail.com>\n""Language: pl_PL\n""MIME-Version: 1.0\n""Content-Type: text/plain; charset=UTF-8\n""Content-Transfer-Encoding: 8bit\n""na-Revision-Date: 2012-05-29 07:55+0100\n""Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 ""|| n%100>=20) ? 1 : 2);\n""X-Poedit-SourceCharset: iso-8859-1\n""X-Generator: Poedit 1.5.5\n"# src/appl/optim.c: 60# error(_("non-finite value supplied by 'optim'"))#: src/appl/optim.c:60msgid "non-finite value supplied by 'optim'"msgstr "nieskończona wartość dostarczona przez 'optim'"# src/appl/optim.c: 67# error(_("candidate point in 'optim' evaluated to length %d not %d"),# LENGTH(s), n)#: src/appl/optim.c:67#, c-formatmsgid "candidate point in 'optim' evaluated to length %d not %d"msgstr "punkt kandydat w 'optim' obliczony do długości %d, a nie %d"# src/appl/optim.c: 136# error(_("REPORT must be > 0 (method = \"BFGS\")"))#: src/appl/optim.c:136msgid "REPORT must be > 0 (method = \"BFGS\")"msgstr "'REPORT' musi być > 0 (metoda = \"BFGS\")"# src/appl/optim.c: 147# error(_("initial value in 'vmmin' is not finite"))#: src/appl/optim.c:147msgid "initial value in 'vmmin' is not finite"msgstr "początkowa wartość w 'vmmin' nie jest skończona"# src/appl/optim.c: 295# error(_("function cannot be evaluated at initial parameters"))#: src/appl/optim.c:295msgid "function cannot be evaluated at initial parameters"msgstr "funkcja nie może być obliczona przy parametrach początkowych"# src/appl/optim.c: 489# error(_("unknown 'type' in \"CG\" method of 'optim'"))#: src/appl/optim.c:492msgid "unknown 'type' in \"CG\" method of 'optim'"msgstr "nieznany 'type' w metodzie \"CG\" 'optim'"# src/appl/optim.c: 502# error(_("Function cannot be evaluated at initial parameters"))#: src/appl/optim.c:505msgid "Function cannot be evaluated at initial parameters"msgstr "Funkcja nie może być obliczona przy parametrach początkowych"# src/appl/optim.c: 557# error(_("unknown type in \"CG\" method of 'optim'"))#: src/appl/optim.c:560msgid "unknown type in \"CG\" method of 'optim'"msgstr "nieznany typ w metodzie \"CG\" 'optim'"# src/appl/optim.c: 656# error(_("REPORT must be > 0 (method = \"L-BFGS-B\")"))#: src/appl/optim.c:660msgid "REPORT must be > 0 (method = \"L-BFGS-B\")"msgstr "'REPORT' musi być > 0 (metoda = \"L-BFGS-B\")"# src/appl/optim.c: 680# error(_("L-BFGS-B needs finite values of 'fn'"))#: src/appl/optim.c:683msgid "L-BFGS-B needs finite values of 'fn'"msgstr "metoda 'L-BFGS-B' potrzebuje skończonych wartości 'fn'"# src/appl/optim.c: 736# error(_("trace, REPORT must be >= 0 (method = \"SANN\")"))#: src/appl/optim.c:739msgid "trace, REPORT must be >= 0 (method = \"SANN\")"msgstr "'trace' oraz 'REPORT' muszą być >= 0 (metoda = \"SANN\")"# src/appl/pretty.c: 111# warning(_("Internal(pretty()): very small range.. corrected"))#: src/appl/pretty.c:111msgid "Internal(pretty()): very small range.. corrected"msgstr "Internal(pretty()): bardzo mały zakres.. poprawiono"# src/appl/pretty.c: 114# warning(_("Internal(pretty()): very large range.. corrected"))#: src/appl/pretty.c:114msgid "Internal(pretty()): very large range.. corrected"msgstr "Internal(pretty()): bardzo duży zakres.. poprawiono"# src/gnuwin32/dynload.c: 162# warning(_("DLL attempted to change FPU control word from %x to %x"),# rcw,dllcw)#: src/gnuwin32/dynload.c:162#, c-formatmsgid "DLL attempted to change FPU control word from %x to %x"msgstr "DLL starało się zmienić słowo kontrolne FPU z %x na %x"# src/gnuwin32/dynload.c: 203# _("cannot get working directory")#: src/gnuwin32/dynload.c:203msgid "cannot get working directory"msgstr "nie można uzyskać dostępu do katalogu roboczego"# src/gnuwin32/extra.c: 61# error(_("R_HOME not set"))# src/gnuwin32/extra.c: 89# error(_("R_HOME not set"))# src/gnuwin32/extra.c: 128# error(_("R_HOME not set"))#: src/gnuwin32/extra.c:61 src/gnuwin32/extra.c:89 src/gnuwin32/extra.c:128msgid "R_HOME not set"msgstr "R_HOME nie jest ustawiony"# src/gnuwin32/extra.c: 68# error(_("'%s' not found"), file)#: src/gnuwin32/extra.c:68#, c-formatmsgid "'%s' not found"msgstr "nie znaleziono pliku '%s'"# src/gnuwin32/extra.c: 70# error(_("file association for '%s' not available or invalid"),# file)#: src/gnuwin32/extra.c:70#, c-formatmsgid "file association for '%s' not available or invalid"msgstr "powiązanie pliku dla pliku '%s' nie jest dostępne lub jest niepoprawne"# src/gnuwin32/extra.c: 73# error(_("access to '%s' denied"), file)#: src/gnuwin32/extra.c:73#, c-formatmsgid "access to '%s' denied"msgstr "dostęp do pliku '%s' jest zabroniony"# src/gnuwin32/extra.c: 74# error(_("problem in displaying '%s'"), file)#: src/gnuwin32/extra.c:74#, c-formatmsgid "problem in displaying '%s'"msgstr "problem z wyświetleniem pliku '%s'"# src/gnuwin32/extra.c: 99# error(_("'%ls' not found"), file)#: src/gnuwin32/extra.c:99#, c-formatmsgid "'%ls' not found"msgstr "nie znaleziono pliku '%ls'"# src/gnuwin32/extra.c: 101# error(_("file association for '%ls' not available or invalid"),# file)#: src/gnuwin32/extra.c:101#, c-formatmsgid "file association for '%ls' not available or invalid"msgstr """powiązanie pliku z plikiem '%ls' nie jest dostępne lub jest niepoprawne"# src/gnuwin32/extra.c: 104# error(_("access to '%ls' denied"), file)#: src/gnuwin32/extra.c:104#, c-formatmsgid "access to '%ls' denied"msgstr "dostęp do pliku '%ls' jest zabroniony"# src/gnuwin32/extra.c: 105# error(_("problem in displaying '%ls'"), file)#: src/gnuwin32/extra.c:105#, c-formatmsgid "problem in displaying '%ls'"msgstr "problem z wyświetleniem pliku '%ls'"# src/gnuwin32/extra.c: 116# _("invalid '%s' argument")# src/gnuwin32/extra.c: 158# error(_("invalid '%s' argument"), "file")# src/gnuwin32/extra.c: 346# _("invalid '%s' argument")# src/gnuwin32/extra.c: 572# error(_("invalid '%s' argument"), "which")# src/gnuwin32/extra.c: 597# error(_("invalid '%s' argument"), "which")# src/library/graphics/src/plot.c: 2937# error(_("invalid '%s' argument"), "which")# src/library/graphics/src/plot.c: 4026# error("invalid '%s' argument", "x1")# src/library/graphics/src/plot.c: 4029# error("invalid '%s' argument", "x2")# src/library/graphics/src/plot.c: 4032# error("invalid '%s' argument", "y1")# src/library/graphics/src/plot.c: 4035# error("invalid '%s' argument", "y2")# src/library/graphics/src/plot.c: 4055# error(_("invalid '%s' argument"), "x")# src/library/graphics/src/plot.c: 4059# error(_("invalid '%s' argument"), "from")# src/library/graphics/src/plot.c: 4062# error(_("invalid '%s' argument"), "to")# src/library/graphics/src/plot.c: 4082# error(_("invalid '%s' argument"), "x")# src/library/graphics/src/plot.c: 4086# error(_("invalid '%s' argument"), "from")# src/library/graphics/src/plot.c: 4089# error(_("invalid '%s' argument"), "to")# src/library/graphics/src/plot3d.c: 1077# error(_("invalid '%s' argument"), "x")# src/library/graphics/src/plot3d.c: 1081# error(_("invalid '%s' argument"), "y")# src/library/graphics/src/plot3d.c: 1086# error(_("invalid '%s' argument"), "z")# src/library/graphics/src/plot3d.c: 1090# error(_("invalid '%s' argument"), "xlim")# src/library/graphics/src/plot3d.c: 1094# error(_("invalid '%s' argument"), "ylim")# src/library/graphics/src/plot3d.c: 1098# error(_("invalid '%s' argument"), "zlim")# src/library/graphics/src/stem.c: 159# error(_("invalid '%s' argument"), "x")# src/library/graphics/src/stem.c: 160# error(_("invalid '%s' argument"), "width")# src/library/graphics/src/stem.c: 162# error(_("invalid '%s' argument"), "scale")# src/library/graphics/src/stem.c: 163# error(_("invalid '%s' argument"), "atom")# src/library/graphics/src/stem.c: 209# error(_("invalid '%s' argument"), "right")# src/library/graphics/src/stem.c: 210# error(_("invalid '%s' argument"), "include.lowest")# src/library/grDevices/src/cairo/cairoBM.c: 470# error(_("invalid '%s' argument"), "filename")# src/library/grDevices/src/cairo/cairoBM.c: 475# error(_("invalid '%s' argument"), "type")# src/library/grDevices/src/cairo/cairoBM.c: 479# error(_("invalid '%s' argument"), "width")# src/library/grDevices/src/cairo/cairoBM.c: 483# error(_("invalid '%s' argument"), "height")# src/library/grDevices/src/cairo/cairoBM.c: 487# error(_("invalid '%s' argument"), "pointsize")# src/library/grDevices/src/cairo/cairoBM.c: 498# error(_("invalid '%s' argument"), "antialias")# src/library/grDevices/src/cairo/cairoBM.c: 502# error(_("invalid '%s' argument"), "quality")# src/library/grDevices/src/cairo/cairoBM.c: 505# error(_("invalid '%s' argument"), "family")# src/library/grDevices/src/stubs.c: 99# error(_("invalid '%s' argument"), "ask")# src/library/stats/src/massdist.c: 41# error("invalid '%s' argument", "n")# src/library/stats/src/model.c: 363# error(_("invalid '%s' argument"), "terms")# src/library/stats/src/model.c: 371# error(_("invalid '%s' argument"), "terms")# src/library/stats/src/optim.c: 189# error(_("invalid '%s' argument"), "method")# src/library/tools/src/install.c: 96# error(_("invalid '%s' argument"), "dir")# src/library/tools/src/install.c: 117# error(_("invalid '%s' argument"), "file1")# src/library/tools/src/install.c: 119# error(_("invalid '%s' argument"), "file2")# src/library/utils/src/io.c: 310# error(_("invalid '%s' argument"), "comment.char")# src/library/utils/src/io.c: 314# error(_("invalid '%s' argument"), "comment.char")# src/library/utils/src/io.c: 324# error(_("invalid '%s' argument"), "sep")# src/library/utils/src/io.c: 538# error(_("invalid '%s' argument"), "na.strings")# src/library/utils/src/io.c: 719# error(_("invalid '%s' argument"), "choices")# src/library/utils/src/io.c: 770# error(_("invalid '%s' argument"), "nlines")# src/library/utils/src/io.c: 782# error(_("invalid '%s' argument"), "comment.char")# src/library/utils/src/io.c: 786# error(_("invalid '%s' argument"), "comment.char")# src/library/utils/src/io.c: 792# error(_("invalid '%s' argument"), "sep")# src/library/utils/src/io.c: 1007# error(_("invalid '%s' argument"), "nr")# src/library/utils/src/io.c: 1008# error(_("invalid '%s' argument"), "nc")# src/library/utils/src/io.c: 1010# error(_("invalid '%s' argument"), "rnames")# src/library/utils/src/io.c: 1011# error(_("invalid '%s' argument"), "sep")# src/library/utils/src/io.c: 1012# error(_("invalid '%s' argument"), "eol")# src/library/utils/src/io.c: 1013# error(_("invalid '%s' argument"), "na")# src/library/utils/src/io.c: 1014# error(_("invalid '%s' argument"), "dec")# src/library/utils/src/io.c: 1015# error(_("invalid '%s' argument"), "qmethod")# src/library/utils/src/stubs.c: 39# _("invalid '%s' argument")# src/library/utils/src/stubs.c: 59# _("invalid '%s' argument")# src/library/utils/src/windows/dialogs.c: 170# error(_("invalid '%s' argument"), "message")# src/library/utils/src/windows/dialogs.c: 195# error(_("invalid '%s' argument"), "message")# src/library/utils/src/windows/dialogs.c: 198# error(_("invalid '%s' argument"), "default")# src/library/utils/src/windows/dialogs.c: 242# error(_("invalid '%s' argument"), "menuname")# src/library/utils/src/windows/dialogs.c: 279# error(_("invalid '%s' argument"), "menuname")# src/library/utils/src/windows/dialogs.c: 290# error(_("invalid '%s' argument"), "itemname")# src/library/utils/src/windows/dialogs.c: 314# error(_("invalid '%s' argument"), "menuname")# src/library/utils/src/windows/dialogs.c: 322# error(_("invalid '%s' argument"), "itemname")# src/library/utils/src/windows/util.c: 111# error(_("invalid '%s' argument"), "path")# src/library/utils/src/windows/widgets.c: 78# error(_("invalid '%s' argument"), "choices")# src/library/utils/src/windows/widgets.c: 81# error(_("invalid '%s' argument"), "preselect")# src/library/utils/src/windows/widgets.c: 86# error(_("invalid '%s' argument"), "preselect")# src/main/agrep.c: 131# error(_("invalid '%s' argument"), "pattern")# src/main/agrep.c: 135# error(_("invalid '%s' argument"), "x")# src/main/agrep.c: 770# error(_("invalid '%s' argument"), "pattern")# src/main/agrep.c: 775# error(_("invalid '%s' argument"), "text")# src/main/apply.c: 291# error(_("invalid '%s' argument"), "f")# src/main/apply.c: 293# error(_("invalid '%s' argument"), "classes")# src/main/apply.c: 296# error(_("invalid '%s' argument"), "how")# src/main/array.c: 87# error(_("invalid '%s' argument"), "byrow")# src/main/array.c: 1127# error(_("invalid '%s' argument"), "perm")# src/main/array.c: 1253# error(_("invalid '%s' argument"), "n")# src/main/array.c: 1255# error(_("invalid '%s' argument"), "p")# src/main/array.c: 1256# error(_("invalid '%s' argument"), "na.rm")# src/main/array.c: 1582# error(_("invalid '%s' argument"), "k")# src/main/array.c: 1584# error(_("invalid '%s' argument"), "upper.tri")# src/main/array.c: 1586# error(_("invalid '%s' argument"), "transpose")# src/main/attrib.c: 196# error(_("invalid '%s' argument"), "type")# src/main/builtin.c: 88# _("invalid '%s' argument")# src/main/builtin.c: 97# _("invalid '%s' argument")# src/main/builtin.c: 116# error(_("invalid '%s' argument"), "eval.env")# src/main/builtin.c: 118# error(_("invalid '%s' argument"), "assign.env")# src/main/builtin.c: 147# _("invalid '%s' argument")# src/main/builtin.c: 533# error(_("invalid '%s' argument"), "fill")# src/main/builtin.c: 549# error(_("invalid '%s' argument"), "labels")# src/main/builtin.c: 732# error(_("invalid '%s' argument"), "length")# src/main/builtin.c: 734# error(_("invalid '%s' argument"), "length")# src/main/builtin.c: 736# error(_("invalid '%s' argument"), "mode")# src/main/character.c: 139# error(_("invalid '%s' argument"), "type")# src/main/character.c: 142# error(_("invalid '%s' argument"), "type")# src/main/character.c: 203# error(_("invalid '%s' argument"), "type")# src/main/character.c: 1035# error(_("invalid '%s' argument"), "old")# src/main/character.c: 1039# error(_("invalid '%s' argument"), "new")# src/main/character.c: 1042# error("invalid '%s' argument", "x")# src/main/character.c: 1274# error(_("invalid '%s' argument"), "width")# src/main/character.c: 1278# error(_("invalid '%s' argument"), "width")# src/main/character.c: 1339# error(_("invalid '%s' argument"), "base")# src/main/character.c: 1342# error(_("invalid '%s' argument"), "base")# src/main/connections.c: 989# error(_("invalid '%s' argument"), "description")# src/main/connections.c: 995# error(_("invalid '%s' argument"), "open")# src/main/connections.c: 998# error(_("invalid '%s' argument"), "block")# src/main/connections.c: 1002# error(_("invalid '%s' argument"), "encoding")# src/main/connections.c: 1144# error(_("invalid '%s' argument"), "description")# src/main/connections.c: 1160# error(_("invalid '%s' argument"), "open")# src/main/connections.c: 1165# error(_("invalid '%s' argument"), "encoding")# src/main/connections.c: 1765# error(_("invalid '%s' argument"), "description")# src/main/connections.c: 1771# error(_("invalid '%s' argument"), "open")# src/main/connections.c: 1775# error(_("invalid '%s' argument"), "encoding")# src/main/connections.c: 1779# error(_("invalid '%s' argument"), "compress")# src/main/connections.c: 1784# error(_("invalid '%s' argument"), "compress")# src/main/connections.c: 2434# error(_("invalid '%s' argument"), "description")# src/main/connections.c: 2439# error(_("invalid '%s' argument"), "open")# src/main/connections.c: 2442# error(_("invalid '%s' argument"), "open")# src/main/connections.c: 2445# error(_("invalid '%s' argument"), "raw")# src/main/connections.c: 2824# error(_("invalid '%s' argument"), "description")# src/main/connections.c: 2829# error(_("invalid '%s' argument"), "open")# src/main/connections.c: 2835# error(_("invalid '%s' argument"), "environment")# src/main/connections.c: 2838# error(_("invalid '%s' argument"), "encoding")# src/main/connections.c: 2842# error(_("invalid '%s' argument"), "text")# src/main/connections.c: 2857# error(_("invalid '%s' argument"), "text")# src/main/connections.c: 2907# error(_("invalid '%s' argument"), "host")# src/main/connections.c: 2912# error(_("invalid '%s' argument"), "port")# src/main/connections.c: 2916# error(_("invalid '%s' argument"), "server")# src/main/connections.c: 2920# error(_("invalid '%s' argument"), "blocking")# src/main/connections.c: 2924# error(_("invalid '%s' argument"), "open")# src/main/connections.c: 2930# error(_("invalid '%s' argument"), "encoding")# src/main/connections.c: 2977# error(_("invalid '%s' argument"), "description")# src/main/connections.c: 2983# error(_("invalid '%s' argument"), "open")# src/main/connections.c: 2987# error(_("invalid '%s' argument"), "encoding")# src/main/connections.c: 3037# error(_("invalid '%s' argument"), "open")# src/main/connections.c: 3040# error(_("invalid '%s' argument"), "blocking")# src/main/connections.c: 3314# error(_("invalid '%s' argument"), "n")# src/main/connections.c: 3317# error(_("invalid '%s' argument"), "ok")# src/main/connections.c: 3320# error(_("invalid '%s' argument"), "warn")# src/main/connections.c: 3426# error(_("invalid '%s' argument"), "text")# src/main/connections.c: 3432# error(_("invalid '%s' argument"), "sep")# src/main/connections.c: 3435# error(_("invalid '%s' argument"), "useBytes")# src/main/connections.c: 3586# error(_("invalid '%s' argument"), "what")# src/main/connections.c: 3589# error(_("invalid '%s' argument"), "n")# src/main/connections.c: 3593# error(_("invalid '%s' argument"), "signed")# src/main/connections.c: 3596# error(_("invalid '%s' argument"), "swap")# src/main/connections.c: 3716# error(_("invalid '%s' argument"), "what")# src/main/connections.c: 3834# error(_("invalid '%s' argument"), "swap")# src/main/connections.c: 3837# error(_("invalid '%s' argument"), "useBytes")# src/main/connections.c: 4174# error(_("invalid '%s' argument"), "useBytes")# src/main/connections.c: 4199# error(_("invalid '%s' argument"), "nchars")# src/main/connections.c: 4234# error(_("invalid '%s' argument"), "object")# src/main/connections.c: 4249# error(_("invalid '%s' argument"), "useBytes")# src/main/connections.c: 4257# error(_("invalid '%s' argument"), "sep")# src/main/connections.c: 4283# error(_("invalid '%s' argument"), "nchars")# src/main/connections.c: 4429# error(_("invalid '%s' argument"), "data")# src/main/connections.c: 4433# error(_("invalid '%s' argument"), "newLine")# src/main/connections.c: 4558# error(_("invalid '%s' argument"), "closeOnExit")# src/main/connections.c: 4560# error(_("invalid '%s' argument"), "type")# src/main/connections.c: 4562# error(_("invalid '%s' argument"), "split")# src/main/connections.c: 4590# error(_("invalid '%s' argument"), "type")# src/main/connections.c: 4722# error(_("invalid '%s' argument"), "description")# src/main/connections.c: 4748# error(_("invalid '%s' argument"), "open")# src/main/connections.c: 4752# error(_("invalid '%s' argument"), "block")# src/main/connections.c: 4756# error(_("invalid '%s' argument"), "encoding")# src/main/connections.c: 4760# error(_("invalid '%s' argument"), "raw")# src/main/context.c: 594# error(_("invalid '%s' argument"), "n")# src/main/context.c: 603# error(_("invalid '%s' argument"), "which")# src/main/context.c: 607# error(_("invalid '%s' argument"), "which")# src/main/datetime.c: 746# error(_("invalid '%s' argument"), "x")# src/main/datetime.c: 827# error(_("invalid '%s' argument"), "x")# src/main/datetime.c: 829# error(_("invalid '%s' argument"), "format")# src/main/datetime.c: 833# error(_("invalid '%s' argument"), "usetz")# src/main/datetime.c: 997# error(_("invalid '%s' argument"), "x")# src/main/datetime.c: 999# error(_("invalid '%s' argument"), "x")# src/main/datetime.c: 1162# error(_("invalid '%s' argument"), "x")# src/main/debug.c: 228# _("invalid '%s' argument")# src/main/deparse.c: 397# error(_("invalid '%s' argument"), "envir")# src/main/dotcode.c: 476# error(_("invalid '%s' argument"), "symbol")# src/main/dotcode.c: 480# error(_("invalid '%s' argument"), "PACKAGE")# src/main/dotcode.c: 485# error(_("invalid '%s' argument"), "type")# src/main/dounzip.c: 320# error(_("invalid '%s' argument"), "files")# src/main/dounzip.c: 327# error(_("invalid '%s' argument"), "exdir")# src/main/dounzip.c: 337# error(_("invalid '%s' argument"), "list")# src/main/dounzip.c: 342# error(_("invalid '%s' argument"), "overwrite")# src/main/dounzip.c: 346# error(_("invalid '%s' argument"), "junkpaths")# src/main/dounzip.c: 350# error(_("invalid '%s' argument"), "setTime")# src/main/envir.c: 1552# error(_("invalid '%s' argument"), "envir")# src/main/envir.c: 1555# error(_("invalid '%s' argument"), "inherits")# src/main/envir.c: 1674# error(_("invalid '%s' argument"), "envir")# src/main/envir.c: 1679# error(_("invalid '%s' argument"), "inherits")# src/main/envir.c: 1745# error(_("invalid '%s' argument"), "envir")# src/main/envir.c: 1761# error(_("invalid '%s' argument"), "mode")# src/main/envir.c: 1767# error(_("invalid '%s' argument"), "inherits")# src/main/envir.c: 1864# error(_("invalid '%s' argument"), "mode")# src/main/envir.c: 1872# error(_("invalid '%s' argument"), "ifnotfound")# src/main/envir.c: 1879# error(_("invalid '%s' argument"), "inherits")# src/main/envir.c: 1890# error(_("invalid '%s' argument"), "mode")# src/main/envir.c: 2104# error(_("invalid '%s' argument"), "name")# src/main/envir.c: 2225# error(_("invalid '%s' argument"), "pos")# src/main/envir.c: 2484# error(_("invalid '%s' argument"), "envir")# src/main/envir.c: 2691# _("invalid '%s' argument")# src/main/envir.c: 2705# _("invalid '%s' argument")# src/main/envir.c: 2712# _("invalid '%s' argument")# src/main/envir.c: 2728# _("invalid '%s' argument")# src/main/envir.c: 3291# error(_("invalid '%s' argument"), "names")# src/main/errors.c: 1025# error(_("invalid '%s' argument"), "n")# src/main/eval.c: 374# error(_("invalid '%s' argument"), "filename")# src/main/eval.c: 383# error(_("invalid '%s' argument"), "numfiles")# src/main/eval.c: 386# error(_("invalid '%s' argument"), "bufsize")# src/main/grep.c: 767# error(_("invalid '%s' argument"), "pattern")# src/main/grep.c: 772# error(_("invalid '%s' argument"), "text")# src/main/grep.c: 1061# error(_("invalid '%s' argument"), "offset")# src/main/grep.c: 1063# error(_("invalid '%s' argument"), "pattern")# src/main/grep.c: 1065# error(_("invalid '%s' argument"), "text")# src/main/grep.c: 1510# error(_("invalid '%s' argument"), "pattern")# src/main/grep.c: 1514# error(_("invalid '%s' argument"), "replacement")# src/main/grep.c: 1519# error(_("invalid '%s' argument"), "text")# src/main/grep.c: 2323# error(_("invalid '%s' argument"), "pattern")# src/main/grep.c: 2328# error(_("invalid '%s' argument"), "text")# src/main/grep.c: 2621# error(_("invalid '%s' argument"), "pattern")# src/main/grep.c: 2626# error(_("invalid '%s' argument"), "text")# src/main/memory.c: 3502# error(_("invalid '%s' argument"), "filename")# src/main/objects.c: 1549# error("invalid '%s' argument", "flag")# src/main/objects.c: 1551# error("invalid '%s' argument", "complete")# src/main/paste.c: 96# error(_("invalid '%s' argument"), "collapse")# src/main/paste.c: 384# error(_("invalid '%s' argument"), "trim")# src/main/paste.c: 391# error(_("invalid '%s' argument"), "digits")# src/main/paste.c: 398# error(_("invalid '%s' argument"), "nsmall")# src/main/paste.c: 403# error(_("invalid '%s' argument"), "width")# src/main/paste.c: 408# error(_("invalid '%s' argument"), "justify")# src/main/paste.c: 413# error(_("invalid '%s' argument"), "na.encode")# src/main/paste.c: 416# error(_("invalid '%s' argument"), "scientific")# src/main/paste.c: 424# error(_("invalid '%s' argument"), "scientific")# src/main/paste.c: 590# error(_("invalid '%s' argument"), "digits")# src/main/paste.c: 595# error(_("invalid '%s' argument"), "nsmall")# src/main/platform.c: 305# error(_("invalid '%s' argument"), "headers")# src/main/platform.c: 307# error(_("invalid '%s' argument"), "title")# src/main/platform.c: 309# error(_("invalid '%s' argument"), "pager")# src/main/platform.c: 325# error(_("invalid '%s' argument"), "headers")# src/main/platform.c: 336# error(_("invalid '%s' argument"), "pager")# src/main/platform.c: 389# error(_("invalid '%s' argument"), "file1")# src/main/platform.c: 391# error(_("invalid '%s' argument"), "file2")# src/main/platform.c: 702# error(_("invalid '%s' argument"), "from")# src/main/platform.c: 704# error(_("invalid '%s' argument"), "to")# src/main/platform.c: 1055# error(_("invalid '%s' argument"), "path")# src/main/platform.c: 1061# error(_("invalid '%s' argument"), "pattern")# src/main/platform.c: 1064# error(_("invalid '%s' argument"), "all.files")# src/main/platform.c: 1067# error(_("invalid '%s' argument"), "full.names")# src/main/platform.c: 1070# error(_("invalid '%s' argument"), "recursive")# src/main/platform.c: 1073# error(_("invalid '%s' argument"), "ignore.case")# src/main/platform.c: 1076# error(_("invalid '%s' argument"), "include.dirs")# src/main/platform.c: 1079# error(_("invalid '%s' argument"), "no..")# src/main/platform.c: 1182# error(_("invalid '%s' argument"), "directory")# src/main/platform.c: 1185# error(_("invalid '%s' argument"), "full.names")# src/main/platform.c: 1188# error(_("invalid '%s' argument"), "recursive")# src/main/platform.c: 1227# error(_("invalid '%s' argument"), "file")# src/main/platform.c: 1284# error(_("invalid '%s' argument"), "names")# src/main/platform.c: 1287# error(_("invalid '%s' argument"), "mode")# src/main/platform.c: 1503# error(_("invalid '%s' argument"), "x")# src/main/platform.c: 1506# error(_("invalid '%s' argument"), "recursive")# src/main/platform.c: 1509# error(_("invalid '%s' argument"), "force")# src/main/platform.c: 1545# error(_("invalid '%s' argument"), "x")# src/main/platform.c: 1548# error(_("invalid '%s' argument"), "recursive")# src/main/platform.c: 1551# error(_("invalid '%s' argument"), "force")# src/main/platform.c: 1634# error(_("invalid '%s' argument"), "dir")# src/main/platform.c: 1650# error(_("invalid '%s' argument"), "category")# src/main/platform.c: 1687# error(_("invalid '%s' argument"), "category")# src/main/platform.c: 1689# error(_("invalid '%s' argument"), "locale")# src/main/platform.c: 1754# error(_("invalid '%s' argument"), "category")# src/main/platform.c: 1838# error(_("invalid '%s' argument"), "path")# src/main/platform.c: 2113# error(_("invalid '%s' argument"), "path")# src/main/platform.c: 2173# error(_("invalid '%s' argument"), "path")# src/main/platform.c: 2325# error(_("invalid '%s' argument"), "from")# src/main/platform.c: 2328# error(_("invalid '%s' argument"), "to")# src/main/platform.c: 2331# error(_("invalid '%s' argument"), "over")# src/main/platform.c: 2334# error(_("invalid '%s' argument"), "recursive")# src/main/platform.c: 2337# error(_("invalid '%s' argument"), "copy.mode")# src/main/platform.c: 2494# error(_("invalid '%s' argument"), "from")# src/main/platform.c: 2497# error(_("invalid '%s' argument"), "to")# src/main/platform.c: 2500# error(_("invalid '%s' argument"), "over")# src/main/platform.c: 2503# error(_("invalid '%s' argument"), "recursive")# src/main/platform.c: 2506# error(_("invalid '%s' argument"), "copy.mode")# src/main/platform.c: 2576# error(_("invalid '%s' argument"), "paths")# src/main/platform.c: 2584# error(_("invalid '%s' argument"), "use_umask")# src/main/platform.c: 2620# error(_("invalid '%s' argument"), "paths")# src/main/platform.c: 2670# error(_("invalid '%s' argument"), "paths")# src/main/print.c: 241# error(_("invalid '%s' argument"), "digits")# src/main/print.c: 247# error(_("invalid '%s' argument"), "quote")# src/main/print.c: 269# error(_("invalid '%s' argument"), "right")# src/main/print.c: 275# error(_("invalid '%s' argument"), "max")# src/main/print.c: 282# error(_("invalid '%s' argument"), "useSource")# src/main/random.c: 478# error(_("invalid '%s' argument"), "replace")# src/main/random.c: 482# error(_("invalid '%s' argument"), "replace")# src/main/random.c: 489# error(_("invalid '%s' argument"), "size")# src/main/random.c: 517# error(_("invalid '%s' argument"), "size")# src/main/saveload.c: 1940# error(_("invalid '%s' argument"), "version")# src/main/saveload.c: 1943# error(_("invalid '%s' argument"), "environment")# src/main/saveload.c: 1946# error(_("invalid '%s' argument"), "eval.promises")# src/main/saveload.c: 2062# error(_("invalid '%s' argument"), "envir")# src/main/saveload.c: 2242# error(_("invalid '%s' argument"), "version")# src/main/saveload.c: 2247# error(_("invalid '%s' argument"), "environment")# src/main/saveload.c: 2250# error(_("invalid '%s' argument"), "eval.promises")# src/main/saveload.c: 2353# error(_("invalid '%s' argument"), "envir")# src/main/scan.c: 674# error(_("invalid '%s' argument"), "what")# src/main/scan.c: 842# error(_("invalid '%s' argument"), "encoding")# src/main/scan.c: 855# error(_("invalid '%s' argument"), "strip.white")# src/main/scan.c: 859# error(_("invalid '%s' argument"), "na.strings")# src/main/scan.c: 861# error(_("invalid '%s' argument"), "comment.char")# src/main/scan.c: 872# error(_("invalid '%s' argument"), "sep")# src/main/scan.c: 899# error(_("invalid '%s' argument"), "comment.char")# src/main/scan.c: 902# error(_("invalid '%s' argument"), "allowEscapes")# src/main/scan.c: 957# error(_("invalid '%s' argument"), "what")# src/main/seq.c: 619# _("invalid '%s' argument")# src/main/seq.c: 624# _("invalid '%s' argument")# src/main/seq.c: 632# _("invalid '%s' argument")# src/main/seq.c: 663# _("invalid '%s' argument")# src/main/seq.c: 667# _("invalid '%s' argument")# src/main/seq.c: 673# _("invalid '%s' argument")# src/main/seq.c: 681# _("invalid '%s' argument")# src/main/sort.c: 162# _("invalid '%s' argument")# src/main/sysutils.c: 582# error(_("invalid '%s' argument"), "from")# src/main/sysutils.c: 586# error(_("invalid '%s' argument"), "to")# src/main/sysutils.c: 590# error(_("invalid '%s' argument"), "sub")# src/main/sysutils.c: 596# error(_("invalid '%s' argument"), "mark")# src/main/sysutils.c: 600# error(_("invalid '%s' argument"), "toRaw")# src/main/sysutils.c: 1611# error(_("invalid '%s' argument"), "paths")# src/main/sysutils.c: 1615# error(_("invalid '%s' argument"), "dirmark")# src/main/unique.c: 966# error(_("invalid '%s' argument"), "duplicates.ok")# src/main/unique.c: 1289# error(_("invalid '%s' argument"), "call")# src/main/unique.c: 1349# error(_("invalid '%s' argument"), "definition")# src/main/unique.c: 1356# error(_("invalid '%s' argument"), "expand.dots")# src/main/unique.c: 1749# error(_("invalid '%s' argument"), "size")# src/main/util.c: 576# error(_("invalid '%s' argument"), "xinds")# src/main/util.c: 579# error(_("invalid '%s' argument"), "yinds")# src/main/util.c: 1773# error(_("invalid '%s' argument"), this)# src/main/util.c: 1941# error(_("invalid '%s' argument"), "breaks")# src/main/util.c: 1942# error(_("invalid '%s' argument"), "right")# src/main/util.c: 1943# error(_("invalid '%s' argument"), "include.lowest")# src/main/util.c: 1960# error(_("invalid '%s' argument"), "nbin")# src/main/util.c: 1984# error(_("invalid '%s' argument"), "vec")# src/main/util.c: 1988# error(_("invalid '%s' argument"), "rightmost.closed")# src/main/util.c: 1990# error(_("invalid '%s' argument"), "all.inside")# src/main/util.c: 2015# error(_("invalid '%s' argument"), "l")# src/main/util.c: 2017# error(_("invalid '%s' argument"), "u")# src/main/util.c: 2019# error(_("invalid '%s' argument"), "n")# src/main/util.c: 2022# error(_("invalid '%s' argument"), "min.n")# src/main/util.c: 2025# error(_("invalid '%s' argument"), "shrink.sml")# src/main/util.c: 2029# error(_("invalid '%s' argument"), "high.u.bias")# src/main/util.c: 2031# error(_("invalid '%s' argument"), "u5.bias")# src/modules/internet/internet.c: 284# error(_("invalid '%s' argument"), "url")# src/modules/internet/internet.c: 290# error(_("invalid '%s' argument"), "destfile")# src/modules/internet/internet.c: 296# error(_("invalid '%s' argument"), "quiet")# src/modules/internet/internet.c: 299# error(_("invalid '%s' argument"), "mode")# src/modules/internet/internet.c: 303# error(_("invalid '%s' argument"), "cacheOK")# src/modules/lapack/Lapack.c: 159# error(_("invalid '%s' argument"), "only.values")# src/modules/lapack/Lapack.c: 266# error(_("invalid '%s' argument"), "only.values")# src/modules/lapack/Lapack.c: 707# error(_("invalid '%s' argument"), "trans")# src/modules/lapack/Lapack.c: 810# error(_("invalid '%s' argument"), "only.values")# src/modules/lapack/Lapack.c: 872# error(_("invalid '%s' argument"), "only.values")# src/modules/lapack/Lapack.c: 1206# error(_("invalid '%s' argument"), "trans")# src/modules/X11/devX11.c: 3241# error(_("invalid '%s' argument"), "filename")# src/modules/X11/devX11.c: 3244# error(_("invalid '%s' argument"), "type")# src/modules/X11/devX11.c: 3247# error(_("invalid '%s' argument"), "device")# src/modules/X11/devX11.c: 3271# error(_("invalid '%s' argument"), "type")# src/unix/sys-std.c: 1220# _("invalid '%s' argument")# src/unix/sys-std.c: 1243# _("invalid '%s' argument")#: src/gnuwin32/extra.c:116 src/gnuwin32/extra.c:158 src/gnuwin32/extra.c:347#: src/gnuwin32/extra.c:573 src/gnuwin32/extra.c:598 src/main/agrep.c:131#: src/main/agrep.c:135 src/main/agrep.c:770 src/main/agrep.c:775#: src/main/apply.c:296 src/main/apply.c:298 src/main/apply.c:301#: src/main/array.c:87 src/main/array.c:1127 src/main/array.c:1253#: src/main/array.c:1255 src/main/array.c:1256 src/main/array.c:1582#: src/main/array.c:1584 src/main/array.c:1586 src/main/attrib.c:196#: src/main/builtin.c:88 src/main/builtin.c:97 src/main/builtin.c:116#: src/main/builtin.c:118 src/main/builtin.c:147 src/main/builtin.c:533#: src/main/builtin.c:549 src/main/builtin.c:732 src/main/builtin.c:734#: src/main/builtin.c:736 src/main/character.c:139 src/main/character.c:142#: src/main/character.c:203 src/main/character.c:1037#: src/main/character.c:1041 src/main/character.c:1276#: src/main/character.c:1280 src/main/character.c:1341#: src/main/character.c:1344 src/main/connections.c:989#: src/main/connections.c:995 src/main/connections.c:998#: src/main/connections.c:1002 src/main/connections.c:1144#: src/main/connections.c:1160 src/main/connections.c:1165#: src/main/connections.c:1765 src/main/connections.c:1771#: src/main/connections.c:1775 src/main/connections.c:1779#: src/main/connections.c:1784 src/main/connections.c:2434#: src/main/connections.c:2439 src/main/connections.c:2442#: src/main/connections.c:2445 src/main/connections.c:2824#: src/main/connections.c:2829 src/main/connections.c:2835#: src/main/connections.c:2838 src/main/connections.c:2842#: src/main/connections.c:2857 src/main/connections.c:2907#: src/main/connections.c:2912 src/main/connections.c:2916#: src/main/connections.c:2920 src/main/connections.c:2924#: src/main/connections.c:2930 src/main/connections.c:2977#: src/main/connections.c:2983 src/main/connections.c:2987#: src/main/connections.c:3037 src/main/connections.c:3040#: src/main/connections.c:3314 src/main/connections.c:3317#: src/main/connections.c:3320 src/main/connections.c:3426#: src/main/connections.c:3432 src/main/connections.c:3435#: src/main/connections.c:3586 src/main/connections.c:3589#: src/main/connections.c:3593 src/main/connections.c:3596#: src/main/connections.c:3716 src/main/connections.c:3834#: src/main/connections.c:3837 src/main/connections.c:4174#: src/main/connections.c:4199 src/main/connections.c:4234#: src/main/connections.c:4249 src/main/connections.c:4257#: src/main/connections.c:4283 src/main/connections.c:4429#: src/main/connections.c:4433 src/main/connections.c:4558#: src/main/connections.c:4560 src/main/connections.c:4562#: src/main/connections.c:4590 src/main/connections.c:4722#: src/main/connections.c:4748 src/main/connections.c:4752#: src/main/connections.c:4756 src/main/connections.c:4760#: src/main/context.c:594 src/main/context.c:603 src/main/context.c:607#: src/main/datetime.c:745 src/main/datetime.c:830 src/main/datetime.c:832#: src/main/datetime.c:836 src/main/datetime.c:1000 src/main/datetime.c:1002#: src/main/datetime.c:1165 src/main/debug.c:228 src/main/deparse.c:397#: src/main/dotcode.c:476 src/main/dotcode.c:480 src/main/dotcode.c:485#: src/main/dounzip.c:320 src/main/dounzip.c:327 src/main/dounzip.c:337#: src/main/dounzip.c:342 src/main/dounzip.c:346 src/main/dounzip.c:350#: src/main/envir.c:1550 src/main/envir.c:1553 src/main/envir.c:1672#: src/main/envir.c:1677 src/main/envir.c:1743 src/main/envir.c:1759#: src/main/envir.c:1765 src/main/envir.c:1862 src/main/envir.c:1870#: src/main/envir.c:1877 src/main/envir.c:1888 src/main/envir.c:2102#: src/main/envir.c:2223 src/main/envir.c:2482 src/main/envir.c:2692#: src/main/envir.c:2706 src/main/envir.c:2713 src/main/envir.c:2729#: src/main/envir.c:3292 src/main/errors.c:1036 src/main/eval.c:397#: src/main/eval.c:406 src/main/eval.c:409 src/main/grep.c:767#: src/main/grep.c:772 src/main/grep.c:1061 src/main/grep.c:1063#: src/main/grep.c:1065 src/main/grep.c:1510 src/main/grep.c:1514#: src/main/grep.c:1519 src/main/grep.c:2323 src/main/grep.c:2328#: src/main/grep.c:2621 src/main/grep.c:2626 src/main/memory.c:3508#: src/main/paste.c:96 src/main/paste.c:384 src/main/paste.c:391#: src/main/paste.c:398 src/main/paste.c:403 src/main/paste.c:408#: src/main/paste.c:413 src/main/paste.c:416 src/main/paste.c:424#: src/main/paste.c:590 src/main/paste.c:595 src/main/platform.c:305#: src/main/platform.c:307 src/main/platform.c:309 src/main/platform.c:325#: src/main/platform.c:336 src/main/platform.c:389 src/main/platform.c:391#: src/main/platform.c:702 src/main/platform.c:704 src/main/platform.c:1061#: src/main/platform.c:1067 src/main/platform.c:1070 src/main/platform.c:1073#: src/main/platform.c:1076 src/main/platform.c:1079 src/main/platform.c:1082#: src/main/platform.c:1085 src/main/platform.c:1188 src/main/platform.c:1191#: src/main/platform.c:1194 src/main/platform.c:1233 src/main/platform.c:1290#: src/main/platform.c:1293 src/main/platform.c:1509 src/main/platform.c:1512#: src/main/platform.c:1515 src/main/platform.c:1551 src/main/platform.c:1554#: src/main/platform.c:1557 src/main/platform.c:1640 src/main/platform.c:1656#: src/main/platform.c:1693 src/main/platform.c:1695 src/main/platform.c:1760#: src/main/platform.c:1844 src/main/platform.c:2119 src/main/platform.c:2179#: src/main/platform.c:2331 src/main/platform.c:2334 src/main/platform.c:2337#: src/main/platform.c:2340 src/main/platform.c:2343 src/main/platform.c:2502#: src/main/platform.c:2505 src/main/platform.c:2508 src/main/platform.c:2511#: src/main/platform.c:2514 src/main/platform.c:2587 src/main/platform.c:2595#: src/main/platform.c:2631 src/main/platform.c:2681 src/main/print.c:241#: src/main/print.c:247 src/main/print.c:269 src/main/print.c:275#: src/main/print.c:282 src/main/random.c:478 src/main/random.c:482#: src/main/random.c:489 src/main/random.c:517 src/main/saveload.c:1950#: src/main/saveload.c:1953 src/main/saveload.c:1956 src/main/saveload.c:2072#: src/main/saveload.c:2252 src/main/saveload.c:2257 src/main/saveload.c:2260#: src/main/saveload.c:2366 src/main/scan.c:678 src/main/scan.c:846#: src/main/scan.c:859 src/main/scan.c:863 src/main/scan.c:865#: src/main/scan.c:876 src/main/scan.c:903 src/main/scan.c:906#: src/main/scan.c:961 src/main/seq.c:619 src/main/seq.c:624#: src/main/seq.c:632 src/main/seq.c:663 src/main/seq.c:667 src/main/seq.c:673#: src/main/seq.c:681 src/main/sort.c:175 src/main/sysutils.c:582#: src/main/sysutils.c:586 src/main/sysutils.c:590 src/main/sysutils.c:596#: src/main/sysutils.c:600 src/main/sysutils.c:1612 src/main/sysutils.c:1616#: src/main/unique.c:966 src/main/unique.c:1289 src/main/unique.c:1349#: src/main/unique.c:1356 src/main/unique.c:1749 src/main/util.c:576#: src/main/util.c:579 src/main/util.c:1795 src/main/util.c:1963#: src/main/util.c:1964 src/main/util.c:1965 src/main/util.c:1982#: src/main/util.c:2006 src/main/util.c:2010 src/main/util.c:2012#: src/main/util.c:2037 src/main/util.c:2039 src/main/util.c:2041#: src/main/util.c:2044 src/main/util.c:2047 src/main/util.c:2051#: src/main/util.c:2053 src/modules/X11/devX11.c:3241#: src/modules/X11/devX11.c:3244 src/modules/X11/devX11.c:3247#: src/modules/X11/devX11.c:3271 src/modules/internet/internet.c:284#: src/modules/internet/internet.c:290 src/modules/internet/internet.c:296#: src/modules/internet/internet.c:299 src/modules/internet/internet.c:303#: src/modules/lapack/Lapack.c:159 src/modules/lapack/Lapack.c:266#: src/modules/lapack/Lapack.c:707 src/modules/lapack/Lapack.c:810#: src/modules/lapack/Lapack.c:872 src/modules/lapack/Lapack.c:1206#: src/unix/sys-std.c:1220 src/unix/sys-std.c:1243#, c-formatmsgid "invalid '%s' argument"msgstr "niepoprawny argument '%s'"# src/gnuwin32/extra.c: 181# error(_("unsupported version of Windows"))# src/library/utils/src/windows/util.c: 41# error(_("unsupported version of Windows"))#: src/gnuwin32/extra.c:181msgid "unsupported version of Windows"msgstr "niewspierana wersja systemu Windows"# src/gnuwin32/extra.c: 264# _("invalid '%s' value")# src/library/graphics/src/plot.c: 291# error(_("invalid '%s' value"), "cex")# src/library/graphics/src/plot.c: 305# error(_("invalid '%s' value"), "vfont")# src/library/graphics/src/plot.c: 496# error(_("invalid '%s' value"), "xlim")# src/library/graphics/src/plot.c: 501# error(_("invalid '%s' value"), "ylim")# src/library/graphics/src/plot.c: 2124# error(_("invalid '%s' value"), "adj")# src/library/graphics/src/plot.c: 2131# error(_("invalid '%s' value"), "pos")# src/library/graphics/src/plot.c: 3148# error(_("invalid '%s' value"), "tolerance")# src/library/graphics/src/plot.c: 3150# error(_("invalid '%s' value"), "plot")# src/library/graphics/src/plot.c: 3152# error(_("invalid '%s' value"), "atpen")# src/library/graphics/src/plot.c: 3304# error(_("invalid '%s' value"), "cex")# src/library/graphics/src/plot3d.c: 1155# error(_("invalid '%s' value"), "expand")# src/library/graphics/src/plot3d.c: 1159# error(_("invalid '%s' value"), "nticks")# src/library/graphics/src/plot3d.c: 1161# error(_("invalid '%s' value"), "ticktype")# src/library/graphics/src/plot3d.c: 1895# error(_("invalid '%s' value"), "method")# src/library/grDevices/src/cairo/cairoBM.c: 491# error(_("invalid '%s' value"), "bg")# src/library/grDevices/src/colors.c: 526# error(_("invalid '%s' value"), "alpha")# src/library/stats/src/optimize.c: 252# error(_("invalid '%s' value"), "xmin")# src/library/stats/src/optimize.c: 259# error(_("invalid '%s' value"), "xmax")# src/library/stats/src/optimize.c: 268# error(_("invalid '%s' value"), "tol")# src/library/stats/src/optimize.c: 348# error(_("invalid '%s' value"), "xmin")# src/library/stats/src/optimize.c: 353# error(_("invalid '%s' value"), "xmax")# src/library/stats/src/optimize.c: 369# error(_("invalid '%s' value"), "tol")# src/library/tools/src/gramLatex.c: 2672# error(_("invalid '%s' value"), "verbose")# src/library/tools/src/gramLatex.y: 910# error(_("invalid '%s' value"), "verbose")# src/library/tools/src/gramRd.c: 4642# error(_("invalid '%s' value"), "verbose")# src/library/tools/src/gramRd.c: 4648# error(_("invalid '%s' value"), "warningCalls")# src/library/tools/src/gramRd.y: 1785# error(_("invalid '%s' value"), "verbose")# src/library/tools/src/gramRd.y: 1791# error(_("invalid '%s' value"), "warningCalls")# src/library/utils/src/windows/registry.c: 73# error(_("invalid '%s' value"), "hive")# src/library/utils/src/windows/registry.c: 254# error(_("invalid '%s' value"), "key")# src/library/utils/src/windows/registry.c: 257# error(_("invalid '%s' value"), "hive")# src/library/utils/src/windows/registry.c: 260# error(_("invalid '%s' value"), "maxdepth")# src/main/apply.c: 108# error(_("invalid '%s' value"), "USE.NAMES")# src/main/character.c: 593# error(_("invalid '%s' value"), "allow_")# src/main/connections.c: 3322# error(_("invalid '%s' value"), "encoding")# src/main/context.c: 640# error(_("invalid '%s' value"), "which")# src/main/context.c: 659# error(_("invalid '%s' value"), "n")# src/main/datetime.c: 677# error(_("invalid '%s' value"), "tz")# src/main/datetime.c: 748# error(_("invalid '%s' value"), "tz")# src/main/datetime.c: 1001# error(_("invalid '%s' value"), "tz")# src/main/dotcode.c: 199# _("invalid '%s' value")# src/main/errors.c: 925# _("invalid '%s' value")# src/main/errors.c: 957# _("invalid '%s' value")# src/main/errors.c: 1059# _("invalid '%s' value")# src/main/errors.c: 1084# _("invalid '%s' value")# src/main/errors.c: 1089# _("invalid '%s' value")# src/main/errors.c: 1356# error(_("invalid '%s' value"), "skip")# src/main/identical.c: 66# error(_("invalid '%s' value"), "num.eq")# src/main/identical.c: 67# error(_("invalid '%s' value"), "single.NA")# src/main/identical.c: 68# error(_("invalid '%s' value"), "attrib.as.set")# src/main/identical.c: 69# error(_("invalid '%s' value"), "ignore.bytecode")# src/main/identical.c: 70# error(_("invalid '%s' value"), "ignore.environment")# src/main/seq.c: 188# error(_("invalid '%s' value"), "times")# src/main/seq.c: 342# error(_("invalid '%s' value"), "times")# src/main/seq.c: 347# error(_("invalid '%s' value"), "times")# src/main/seq.c: 351# error(_("invalid '%s' value"), "times")# src/main/seq.c: 392# error(_("invalid '%s' value"), "length.out")# src/main/seq.c: 396# error(_("invalid '%s' value"), "length.out")# src/main/seq.c: 400# error(_("invalid '%s' value"), "length.out")# src/main/sort.c: 1195# error(_("invalid '%s' value"), "na.last")# src/main/sort.c: 1278# error(_("invalid '%s' value"), "length(xx)")# src/main/sort.c: 1282# error(_("invalid '%s' value"), "length(xx)")# src/main/sort.c: 1289# error(_("invalid '%s' value"), "length(xx)")# src/main/sort.c: 1364# error(_("invalid '%s' value"), "na.last")# src/main/source.c: 220# error(_("invalid '%s' value"), "encoding")# src/main/summary.c: 846# error(_("invalid '%s' value"), "na.rm")# src/main/sysutils.c: 248# error(_("invalid '%s' value"), "tempdir")# src/main/util.c: 958# error(_("invalid '%s' value"), "width")# src/main/util.c: 963# error(_("invalid '%s' value"), "quote")# src/main/util.c: 970# error(_("invalid '%s' value"), "justify")# src/main/util.c: 973# error(_("invalid '%s' value"), "na.encode")# src/modules/lapack/Lapack.c: 933# error("invalid '%s' value", "pivot")# src/modules/X11/devX11.c: 3142# _("invalid '%s' value")# src/modules/X11/devX11.c: 3169# _("invalid '%s' value")# src/modules/X11/devX11.c: 3174# _("invalid '%s' value")# src/modules/X11/devX11.c: 3179# _("invalid '%s' value")# src/modules/X11/devX11.c: 3189# _("invalid '%s' value")# src/modules/X11/devX11.c: 3194# _("invalid '%s' value")# src/modules/X11/devX11.c: 3198# _("invalid '%s' value")# src/modules/X11/devX11.c: 3202# _("invalid '%s' value")# src/unix/sys-std.c: 1294# _("invalid '%s' value")#: src/gnuwin32/extra.c:265 src/main/apply.c:108 src/main/character.c:595#: src/main/connections.c:3322 src/main/context.c:640 src/main/context.c:659#: src/main/datetime.c:676 src/main/datetime.c:747 src/main/datetime.c:1004#: src/main/dotcode.c:199 src/main/errors.c:935 src/main/errors.c:968#: src/main/errors.c:1071 src/main/errors.c:1096 src/main/errors.c:1101#: src/main/errors.c:1368 src/main/identical.c:66 src/main/identical.c:67#: src/main/identical.c:68 src/main/identical.c:69 src/main/identical.c:70#: src/main/seq.c:188 src/main/seq.c:342 src/main/seq.c:347 src/main/seq.c:351#: src/main/seq.c:392 src/main/seq.c:396 src/main/seq.c:400#: src/main/sort.c:1224 src/main/sort.c:1307 src/main/sort.c:1311#: src/main/sort.c:1318 src/main/sort.c:1393 src/main/source.c:220#: src/main/summary.c:871 src/main/sysutils.c:248 src/main/util.c:963#: src/main/util.c:968 src/main/util.c:975 src/main/util.c:978#: src/modules/X11/devX11.c:3142 src/modules/X11/devX11.c:3169#: src/modules/X11/devX11.c:3174 src/modules/X11/devX11.c:3179#: src/modules/X11/devX11.c:3189 src/modules/X11/devX11.c:3194#: src/modules/X11/devX11.c:3198 src/modules/X11/devX11.c:3202#: src/unix/sys-std.c:1294#, c-formatmsgid "invalid '%s' value"msgstr "niepoprawna wartość '%s'"# src/gnuwin32/extra.c: 305# error(_("incorrect argument"))# src/gnuwin32/extra.c: 318# error(_("incorrect argument"))#: src/gnuwin32/extra.c:306 src/gnuwin32/extra.c:319msgid "incorrect argument"msgstr "niepoprawny argument"# src/gnuwin32/extra.c: 309# error(_("don't be silly!: your machine has a 4Gb address limit"))#: src/gnuwin32/extra.c:310msgid "don't be silly!: your machine has a 4Gb address limit"msgstr "nie bądź niemądry!: twoja maszyna posiada limit 4Gb pamięci adresowej"# src/gnuwin32/extra.c: 313# warning(_("cannot decrease memory limit: ignored"))#: src/gnuwin32/extra.c:314msgid "cannot decrease memory limit: ignored"msgstr "nie można zmniejszyć limitu pamięci: zignorowano"# src/gnuwin32/extra.c: 425# _("'path' must be a character vector")# src/gnuwin32/extra.c: 525# error(_("'path' must be a character vector"))# src/main/util.c: 887# error(_("'path' must be a character vector"))#: src/gnuwin32/extra.c:426 src/gnuwin32/extra.c:526 src/main/util.c:892msgid "'path' must be a character vector"msgstr "'path' musi być wektorem tekstowym"# src/gnuwin32/extra.c: 574# error(_("invalid device"))# src/gnuwin32/extra.c: 576# error(_("invalid device"))# src/gnuwin32/extra.c: 599# error(_("invalid device"))# src/gnuwin32/extra.c: 601# error(_("invalid device"))# src/gnuwin32/extra.c: 636# error(_("invalid device"))# src/library/utils/src/windows/dataentry.c: 282# error(G_("invalid device"))# src/library/utils/src/windows/dataentry.c: 1891# error(G_("invalid device"))# src/main/gevents.c: 60# _("invalid device")# src/main/gevents.c: 97# _("invalid device")#: src/gnuwin32/extra.c:575 src/gnuwin32/extra.c:577 src/gnuwin32/extra.c:600#: src/gnuwin32/extra.c:602 src/gnuwin32/extra.c:637 src/main/gevents.c:60#: src/main/gevents.c:97msgid "invalid device"msgstr "niepoprawne urządzenie"# src/gnuwin32/extra.c: 577# error(_("requires SDI mode"))#: src/gnuwin32/extra.c:578msgid "requires SDI mode"msgstr "wymaga trybu SDI"# src/gnuwin32/extra.c: 630# error(_("invalid graphical device number"))# src/main/gevents.c: 57# error(_("invalid graphical device number"))# src/main/gevents.c: 94# error(_("invalid graphical device number"))#: src/gnuwin32/extra.c:631 src/main/gevents.c:57 src/main/gevents.c:94msgid "invalid graphical device number"msgstr "niepoprawny numer urządzenia graficznego"# src/gnuwin32/extra.c: 640# error(_("bad device"))#: src/gnuwin32/extra.c:641msgid "bad device"msgstr "złe urządzenie"# src/gnuwin32/extra.c: 794# error(_("invalid input in 'Rmbstowcs'"))# src/gnuwin32/extra.c: 802# error(_("invalid input in 'Rmbstowcs'"))#: src/gnuwin32/extra.c:795 src/gnuwin32/extra.c:803msgid "invalid input in 'Rmbstowcs'"msgstr "niepoprawne wejście w 'Rmbstowcs'"# src/gnuwin32/extra.c: 825# error(_("file choice cancelled"))# src/main/platform.c: 1259# error(_("file choice cancelled"))#: src/gnuwin32/extra.c:826 src/main/platform.c:1265msgid "file choice cancelled"msgstr "anulowano wybór pliku"# src/gnuwin32/run.c: 242# _("'CreateProcess' failed to run '%s'")#: src/gnuwin32/run.c:242#, c-formatmsgid "'CreateProcess' failed to run '%s'"msgstr "'CreateProcess' nie potrafił uruchomić '%s'"# src/gnuwin32/run.c: 344# (_("Child process not responding. R will terminate it."))#: src/gnuwin32/run.c:344msgid "Child process not responding. R will terminate it."msgstr "Proces pochodny nie odpowiada. R przerwie go."# src/gnuwin32/run.c: 402# sprintf(RunError, _("Exit code was %d"), ret)#: src/gnuwin32/run.c:402#, c-formatmsgid "Exit code was %d"msgstr "Kodem wyjścia była wartość %d"# src/gnuwin32/run.c: 431# _("Insufficient memory (rpipeOpen)")#: src/gnuwin32/run.c:431msgid "Insufficient memory (rpipeOpen)"msgstr "Niewystarczająca ilość pamięci (rpipeOpen)"# src/gnuwin32/run.c: 645# error(_("seek not enabled for this connection"))# src/main/dounzip.c: 479# error(_("seek not enabled for this connection"))#: src/gnuwin32/run.c:645 src/main/dounzip.c:479msgid "seek not enabled for this connection"msgstr "przeszukwanie nie jest udostępnione dla tego połączenia"# src/gnuwin32/run.c: 651# error(_("truncate not enabled for this connection"))#: src/gnuwin32/run.c:651msgid "truncate not enabled for this connection"msgstr "obcięcie nie jest udostępnione dla tego połączenia"# src/gnuwin32/run.c: 731# error(_("allocation of pipe connection failed"))# src/gnuwin32/run.c: 735# error(_("allocation of pipe connection failed"))# src/gnuwin32/run.c: 748# error(_("allocation of pipe connection failed"))# src/gnuwin32/run.c: 776# error(_("allocation of pipe connection failed"))# src/main/connections.c: 1099# error(_("allocation of pipe connection failed"))# src/main/connections.c: 1103# error(_("allocation of pipe connection failed"))# src/main/connections.c: 1109# error(_("allocation of pipe connection failed"))# src/main/connections.c: 1123# error(_("allocation of pipe connection failed"))#: src/gnuwin32/run.c:731 src/gnuwin32/run.c:735 src/gnuwin32/run.c:748#: src/gnuwin32/run.c:776 src/main/connections.c:1099#: src/main/connections.c:1103 src/main/connections.c:1109#: src/main/connections.c:1123msgid "allocation of pipe connection failed"msgstr "przydział połączenia potokowego nie powiódł się"# src/gnuwin32/run.c: 790# error(_("'names' is not a character vector"))#: src/gnuwin32/run.c:790msgid "'names' is not a character vector"msgstr "'names' nie jest wektorem tekstowym"# src/gnuwin32/sys-win32.c: 182# _("character string expected as first argument")#: src/gnuwin32/sys-win32.c:182msgid "character string expected as first argument"msgstr "oczekiwano łańcucha tekstowego jako pierwszego argumentu"# src/gnuwin32/sys-win32.c: 191# _("character string expected as third argument")#: src/gnuwin32/sys-win32.c:191msgid "character string expected as third argument"msgstr "oczekiwano łańcucha tekstowego jako trzeciego argumentu"# src/gnuwin32/sys-win32.c: 252# warningcall(R_NilValue,# _("running command '%s' had status %d"),# CHAR(STRING_ELT(cmd, 0)), ll)# src/unix/sys-unix.c: 298# warningcall(R_NilValue,# _("running command '%s' had status %d"),# cmd, res)#: src/gnuwin32/sys-win32.c:253 src/unix/sys-unix.c:299#, c-formatmsgid "running command '%s' had status %d"msgstr "uruchomione polecenie '%s' otrzymało status %d"# src/gnuwin32/system.c: 122# error(_("reached session elapsed time limit"))# src/unix/sys-unix.c: 427# error(_("reached session elapsed time limit"))#: src/gnuwin32/system.c:122 src/unix/sys-unix.c:427msgid "reached session elapsed time limit"msgstr "osiągnięto limit czasu sesji"# src/gnuwin32/system.c: 124# error(_("reached elapsed time limit"))# src/unix/sys-unix.c: 429# error(_("reached elapsed time limit"))#: src/gnuwin32/system.c:124 src/unix/sys-unix.c:429msgid "reached elapsed time limit"msgstr "osiągnięto limit czasu"# src/gnuwin32/system.c: 130# error(_("reached session CPU time limit"))# src/unix/sys-unix.c: 435# error(_("reached session CPU time limit"))#: src/gnuwin32/system.c:130 src/unix/sys-unix.c:435msgid "reached session CPU time limit"msgstr "osiągnięto limit czasu sesji CPU"# src/gnuwin32/system.c: 132# error(_("reached CPU time limit"))# src/unix/sys-unix.c: 437# error(_("reached CPU time limit"))#: src/gnuwin32/system.c:132 src/unix/sys-unix.c:437msgid "reached CPU time limit"msgstr "osiągnięto limit czasu CPU"#: src/gnuwin32/system.c:152#, c-formatmsgid "Fatal error: %s\n"msgstr "Błąd krytyczny: %s\n"# src/gnuwin32/system.c: 330# error(_("encoding '%s' is not recognised"), R_StdinEnc)# src/unix/sys-std.c: 861# error(_("encoding '%s' is not recognised"), R_StdinEnc)#: src/gnuwin32/system.c:330 src/unix/sys-std.c:861#, c-formatmsgid "encoding '%s' is not recognised"msgstr "kodowanie '%s' nie zostało rozpoznane"#: src/gnuwin32/system.c:336 src/unix/sys-std.c:867#, c-formatmsgid "<ERROR: re-encoding failure from encoding '%s'>\n"msgstr "<BŁĄD: ponowne kodowanie nie powiodło się dla kodowania '%s'>\n"# src/gnuwin32/system.c: 550# _("cannot open file '%s': %s")# src/gnuwin32/system.c: 1033# _("cannot open file '%s': %s")# src/gnuwin32/system.c: 1045# _("cannot open file '%s': %s")# src/main/connections.c: 589# warning(_("cannot open file '%s': %s"), name,# "fdopen is not supported on this platform")# src/main/connections.c: 594# warning(_("cannot open file '%s': %s"), name, strerror(errno))# src/main/dounzip.c: 177# error(_("cannot open file '%s': %s"), outname, strerror(serrno))# src/main/saveload.c: 1951# error(_("cannot open file '%s': %s"), cfile, strerror(errno))# src/main/serialize.c: 2482# error( _("cannot open file '%s': %s"), CHAR(STRING_ELT(file, 0)),# strerror(errno))# src/main/serialize.c: 2487# error( _("cannot open file '%s': %s"), CHAR(STRING_ELT(file, 0)),# strerror(errno))# src/main/serialize.c: 2572# error(_("cannot open file '%s': %s"), cfile, strerror(errno))# src/main/serialize.c: 2617# error(_("cannot open file '%s': %s"), cfile, strerror(errno))# src/unix/system.c: 316# _("cannot open file '%s': %s")# src/unix/system.c: 336# _("cannot open file '%s': %s")#: src/gnuwin32/system.c:550 src/gnuwin32/system.c:1038#: src/gnuwin32/system.c:1050 src/main/connections.c:589#: src/main/connections.c:594 src/main/dounzip.c:177 src/main/saveload.c:1961#: src/main/serialize.c:2552 src/main/serialize.c:2557#: src/main/serialize.c:2642 src/main/serialize.c:2687 src/unix/system.c:316#: src/unix/system.c:336#, c-formatmsgid "cannot open file '%s': %s"msgstr "nie można otworzyć pliku '%s': %s"#: src/gnuwin32/system.c:564#, c-formatmsgid "file.show(): file '%s' does not exist\n"msgstr "file.show(): plik '%s' nie istnieje\n"#: src/gnuwin32/system.c:965#, c-formatmsgid "WARNING: R_MAX_MEM_SIZE value is invalid: ignored\n"msgstr "OSTRZEŻENIE: wartość R_MAX_MEM_SIZE jest niepoprawna: zignorowano\n"#: src/gnuwin32/system.c:997msgid "WARNING: no max-mem-size given\n"msgstr "OSTRZEŻENIE: nie podano max-mem-size\n"#: src/gnuwin32/system.c:1004#, c-formatmsgid "WARNING: --max-mem-size value is invalid: ignored\n"msgstr "OSTRZEŻENIE: wartość --max-mem-size jest niepoprawna: zignorowano\n"#: src/gnuwin32/system.c:1007#, c-formatmsgid "WARNING: --max-mem-size=%lu%c: too large and ignored\n"msgstr """OSTRZEŻENIE: --max-mem-size=%lu%c: wartość zbyt duża została zignorowana\n"#: src/gnuwin32/system.c:1013#, c-formatmsgid "WARNING: --max-mem-size=%4.1fM: too small and ignored\n"msgstr """OSTRZEŻENIE: --max-mem-size=%4.1fM: wartość zbyt mała została zignorowano\n"#: src/gnuwin32/system.c:1018#, c-formatmsgid "WARNING: --max-mem-size=%4.0fM: too large and taken as %uM\n"msgstr """OSTRZEŻENIE: --max-mem-size=%4.0fM: wartość zbyt duża została wzięta jako ""%uM\n"#: src/gnuwin32/system.c:1061 src/unix/system.c:355#, c-formatmsgid "WARNING: '-e %s' omitted as input is too long\n"msgstr "OSTRZEŻENIE: '-e %s' pominięto ponieważ wejście jest zbyt długie\n"#: src/gnuwin32/system.c:1065 src/unix/system.c:368#, c-formatmsgid "WARNING: unknown option '%s'\n"msgstr "OSTRZEŻENIE: nieznana opcja '%s'\n"#: src/gnuwin32/system.c:1087 src/unix/system.c:372#, c-formatmsgid "ARGUMENT '%s' __ignored__\n"msgstr "ARGUMENT '%s' __zignorowano__\n"# src/gnuwin32/system.c: 1088# (_("cannot use -e with -f or --file"))# src/unix/system.c: 379# (_("cannot use -e with -f or --file"))#: src/gnuwin32/system.c:1093 src/unix/system.c:379msgid "cannot use -e with -f or --file"msgstr "nie można użyć -e razem z -f lub --file"# src/gnuwin32/system.c: 1106# (_("creation of tmpfile failed -- set TMPDIR suitably?"))#: src/gnuwin32/system.c:1111msgid "creation of tmpfile failed -- set TMPDIR suitably?"msgstr """utworzenie pliku tmpfile nie powiodło się -- ustawić TMPDIR odpowiednio?"# src/gnuwin32/system.c: 1125# (_("you must specify '--save', '--no-save' or '--vanilla'"))# src/unix/system.c: 430# (_("you must specify '--save', '--no-save' or '--vanilla'"))#: src/gnuwin32/system.c:1130 src/unix/system.c:430msgid "you must specify '--save', '--no-save' or '--vanilla'"msgstr "musisz określić '--save', '--no-save' lub '--vanilla'"# src/gnuwin32/system.c: 1130# (_("impossible to create 'reader thread'; you must free some system resources"))#: src/gnuwin32/system.c:1135msgid """impossible to create 'reader thread'; you must free some system resources"msgstr """nie można utworzyć 'reader thread'; musisz zwolnić część zasobów systemowych"# src/include/Errormsg.h: 25# _("subscript out of bounds")# src/library/utils/R/citation.R: 565# warning("subscript out of bounds")# src/main/subscript.c: 349# _("subscript out of bounds")# src/main/subscript.c: 367# _("subscript out of bounds")# src/main/subscript.c: 391# _("subscript out of bounds")# src/main/subscript.c: 430# _("subscript out of bounds")# src/main/subscript.c: 558# _("subscript out of bounds")# src/main/subscript.c: 597# _("subscript out of bounds")# src/main/subscript.c: 741# _("subscript out of bounds")#: src/include/Errormsg.h:25 src/main/subscript.c:349 src/main/subscript.c:367#: src/main/subscript.c:391 src/main/subscript.c:430 src/main/subscript.c:558#: src/main/subscript.c:597 src/main/subscript.c:741msgid "subscript out of bounds"msgstr "indeks poza granicami"# src/include/Errormsg.h: 26# _("object of type '%s' is not subsettable")#: src/include/Errormsg.h:26#, c-formatmsgid "object of type '%s' is not subsettable"msgstr "obiekt typu '%s' nie jest ustawialny"# src/main/CommandLineArgs.c: 170# (_("WARNING: no value given for --encoding"))#: src/main/CommandLineArgs.c:170msgid "WARNING: no value given for --encoding"msgstr "OSTRZEŻENIE: nie podano wartości dla --encoding"# src/main/CommandLineArgs.c: 195# _("WARNING: option '%s' no longer supported")#: src/main/CommandLineArgs.c:195#, c-formatmsgid "WARNING: option '%s' no longer supported"msgstr "OSTRZEŻENIE: opcja '%s' nie jest już wspierana"# src/main/CommandLineArgs.c: 206# _("WARNING: no value given for '%s'")#: src/main/CommandLineArgs.c:206#, c-formatmsgid "WARNING: no value given for '%s'"msgstr "OSTRZEŻENIE: nie podano wartości dla '%s'"# src/main/CommandLineArgs.c: 216# _("WARNING: '%s' value is invalid: ignored")#: src/main/CommandLineArgs.c:216#, c-formatmsgid "WARNING: '%s' value is invalid: ignored"msgstr "OSTRZEŻENIE: wartość '%s' jest niepoprawna: zignorowano"# src/main/CommandLineArgs.c: 219# sprintf(msg,# _("WARNING: %s: too large and ignored"),# *av)#: src/main/CommandLineArgs.c:220#, c-formatmsgid "WARNING: %s: too large and ignored"msgstr "OSTRZEŻENIE: %s: zignorowano zbyt dużą wartość"# src/main/CommandLineArgs.c: 234# (_("WARNING: no value given for '--max-ppsize'"))#: src/main/CommandLineArgs.c:234msgid "WARNING: no value given for '--max-ppsize'"msgstr "OSTRZEŻENIE: nie podano wartości dla '--max-ppsize'"# src/main/CommandLineArgs.c: 239# (_("WARNING: '--max-ppsize' value is negative: ignored"))#: src/main/CommandLineArgs.c:239msgid "WARNING: '--max-ppsize' value is negative: ignored"msgstr "OSTRZEŻENIE: wartość '--max-ppsize' jest ujemna: zignorowano"# src/main/CommandLineArgs.c: 241# (_("WARNING: '--max-ppsize' value is too small: ignored"))#: src/main/CommandLineArgs.c:241msgid "WARNING: '--max-ppsize' value is too small: ignored"msgstr "OSTRZEŻENIE: wartość '--max-ppsize' jest zbyt mała: zignorowano"# src/main/CommandLineArgs.c: 244# (_("WARNING: '--max-ppsize' value is too large: ignored"))#: src/main/CommandLineArgs.c:244msgid "WARNING: '--max-ppsize' value is too large: ignored"msgstr "OSTRZEŻENIE: wartość '--max-ppsize' jest zbyt duża: zignorowano"# src/main/RNG.c: 175# error(_("unif_rand: unimplemented RNG kind %d"), RNG_kind)#: src/main/RNG.c:175#, c-formatmsgid "unif_rand: unimplemented RNG kind %d"msgstr "unif_rand: niezaimplementowany rodzaj %d RNG"# src/main/RNG.c: 260# error(_("FixupSeeds: unimplemented RNG kind %d"), RNG_kind)#: src/main/RNG.c:260#, c-formatmsgid "FixupSeeds: unimplemented RNG kind %d"msgstr "FixupSeeds: niezaimplementowany rodzaj %d RNG"# src/main/RNG.c: 302# error(_("'user_unif_rand' not in load table"))#: src/main/RNG.c:302msgid "'user_unif_rand' not in load table"msgstr "'user_unif_rand' nie jest w tabeli startowej"# src/main/RNG.c: 310# warning(_("cannot read seeds unless 'user_unif_nseed' is supplied"))#: src/main/RNG.c:310msgid "cannot read seeds unless 'user_unif_nseed' is supplied"msgstr """nie można odczytać ziaren dopóki 'user_unif_nseed' nie jest dostarczone"# src/main/RNG.c: 315# warning(_("seed length must be in 0...625; ignored"))#: src/main/RNG.c:315msgid "seed length must be in 0...625; ignored"msgstr "długość 'seed' musi być pomiędzy 0...625; zignorowano"# src/main/RNG.c: 323# error(_("RNG_Init: unimplemented RNG kind %d"), kind)#: src/main/RNG.c:323#, c-formatmsgid "RNG_Init: unimplemented RNG kind %d"msgstr "RNG_Init: niezaimplementowany rodzaj %d RNG"# src/main/RNG.c: 354# error(_("'.Random.seed' is a missing argument with no default"))#: src/main/RNG.c:354msgid "'.Random.seed' is a missing argument with no default"msgstr "w '.Random.seed' brakuje argumentu, a brak wartości domyślnej"# src/main/RNG.c: 355# error(_("'.Random.seed' is not an integer vector but of type '%s'"),# type2char(TYPEOF(seeds)))#: src/main/RNG.c:355#, c-formatmsgid "'.Random.seed' is not an integer vector but of type '%s'"msgstr "'.Random.seed' nie jest wektorem typu liczb całkowitych lecz typu '%s'"# src/main/RNG.c: 362# error(_("'.Random.seed[1]' is not a valid integer"))#: src/main/RNG.c:362msgid "'.Random.seed[1]' is not a valid integer"msgstr "'.Random.seed[1]' nie jest poprawną liczbą całkowitą"# src/main/RNG.c: 366# error(_("'.Random.seed[1]' is not a valid Normal type"))#: src/main/RNG.c:366msgid "'.Random.seed[1]' is not a valid Normal type"msgstr "'.Random.seed[1]' nie jest poprawnym typem Normal"# src/main/RNG.c: 378# error(_("'.Random.seed[1] = 5' but no user-supplied generator"))#: src/main/RNG.c:378msgid "'.Random.seed[1] = 5' but no user-supplied generator"msgstr """'.Random.seed[1] = 5', ale brak generatora dostarczonego przez użytkownika"# src/main/RNG.c: 381# error(_("'.Random.seed[1]' is not a valid RNG kind"))#: src/main/RNG.c:381msgid "'.Random.seed[1]' is not a valid RNG kind"msgstr "'.Random.seed[1]' nie jest poprawnym rodzajem RNG (kod)"# src/main/RNG.c: 403# error(_("'.Random.seed' has wrong length"))#: src/main/RNG.c:403msgid "'.Random.seed' has wrong length"msgstr "'.Random.seed' posiada złą długość"# src/main/RNG.c: 456# error(_("RNGkind: unimplemented RNG kind %d"), newkind)#: src/main/RNG.c:456#, c-formatmsgid "RNGkind: unimplemented RNG kind %d"msgstr "RNGkind: niezaimplementowany rodzaj %d RNG"# src/main/RNG.c: 470# error(_("invalid Normal type in 'RNGkind'"))#: src/main/RNG.c:470msgid "invalid Normal type in 'RNGkind'"msgstr "niepoprawny typ Normal w 'RNGkind'"# src/main/RNG.c: 473# error(_("'user_norm_rand' not in load table"))#: src/main/RNG.c:473msgid "'user_norm_rand' not in load table"msgstr "'user_norm_rand' nie jest w tablicy startowej"# src/main/RNG.c: 516# error(_("supplied seed is not a valid integer"))#: src/main/RNG.c:517msgid "supplied seed is not a valid integer"msgstr "podane ziarno nie jest poprawną liczbą całkowitą"# src/main/Rdynload.c: 248# error(_("R_RegisterRoutines called with invalid DllInfo object."))#: src/main/Rdynload.c:248msgid "R_RegisterRoutines called with invalid DllInfo object."msgstr "R_RegisterRoutines wywołane z niepoprawnym obiektem DllInfo."# src/main/Rdynload.c: 533# _("`maximal number of DLLs reached...")#: src/main/Rdynload.c:533msgid "`maximal number of DLLs reached..."msgstr "osiągnięto maksymalną liczbę plików DLL..."# src/main/Rdynload.c: 589# _("could not allocate space for 'path'")#: src/main/Rdynload.c:590msgid "could not allocate space for 'path'"msgstr "nie można przydzielić miejsca dla 'path'"# src/main/Rdynload.c: 601# error(_("DLLname '%s' is too long"), p)#: src/main/Rdynload.c:602#, c-formatmsgid "DLLname '%s' is too long"msgstr "Nazwa pliku DLL '%s' jest zbyt długa"# src/main/Rdynload.c: 622# _("could not allocate space for 'name'")#: src/main/Rdynload.c:623msgid "could not allocate space for 'name'"msgstr "nie można przydzielić miejsca dla 'name'"# src/main/Rdynload.c: 879# error(_("character argument expected"))# src/main/Rdynload.c: 895# error(_("character argument expected"))# src/main/util.c: 693# error(_("character argument expected"))#: src/main/Rdynload.c:881 src/main/Rdynload.c:897 src/main/util.c:693msgid "character argument expected"msgstr "oczekiwano argumentu tekstowego"# src/main/Rdynload.c: 885# error(_("unable to load shared object '%s':\n %s"), buf, DLLerror)# src/main/Rdynload.c: 917# warning(_("unable to load shared object '%s':\n %s"),# dllpath, DLLerror)# src/main/Rdynload.c: 937# warning(_("unable to load shared object '%s':\n %s"),# dllpath, DLLerror)#: src/main/Rdynload.c:887 src/main/Rdynload.c:919 src/main/Rdynload.c:939#, c-formatmsgid """unable to load shared object '%s':\n"" %s"msgstr """nie można załadować współdzielonego obiektu '%s':\n"" %s"# src/main/Rdynload.c: 898# error(_("shared object '%s\' was not loaded"), buf)#: src/main/Rdynload.c:900#, c-formatmsgid "shared object '%s' was not loaded"msgstr "współdzielony obiekt '%s' nie został załadowany"# src/main/Rdynload.c: 977# error(_("cannot allocate memory for registered native symbol (%d bytes)"),# (int) sizeof(R_RegisteredNativeSymbol))#: src/main/Rdynload.c:979#, c-formatmsgid "cannot allocate memory for registered native symbol (%d bytes)"msgstr """Nie mogę przydzielić pamięci dla zarejestrowanego naturalnego znaku (%d ""bajtów)"# src/main/Rdynload.c: 1097# error(_("must pass package name or DllInfo reference"))# src/main/Rdynload.c: 1317# error(_("must pass package name or DllInfo reference"))#: src/main/Rdynload.c:1099 src/main/Rdynload.c:1319msgid "must pass package name or DllInfo reference"msgstr "potrzeba przekazać nazwę pakietu lub łącze do DllInfo"# src/main/Rdynload.c: 1193# error(_("unimplemented type %d in 'createRSymbolObject'"),# symbol->type)#: src/main/Rdynload.c:1195#, c-formatmsgid "unimplemented type %d in 'createRSymbolObject'"msgstr "niezaimplementowany typ %d w 'createRSymbolObject'"# src/main/Rdynload.c: 1275# error(_("R_getRegisteredRoutines() expects a DllInfo reference"))# src/main/Rdynload.c: 1369# error(_("R_getRegisteredRoutines() expects a DllInfo reference"))#: src/main/Rdynload.c:1277 src/main/Rdynload.c:1371msgid "R_getRegisteredRoutines() expects a DllInfo reference"msgstr "R_getRegisteredRoutines() oczekuje łącza DllInfo"# src/main/Rdynload.c: 1278# error(_("NULL value passed for DllInfo"))# src/main/Rdynload.c: 1372# error(_("NULL value passed for DllInfo"))#: src/main/Rdynload.c:1280 src/main/Rdynload.c:1374msgid "NULL value passed for DllInfo"msgstr "wartość NULL przekazana do DllInfo"# src/main/Rdynload.c: 1432# error(_("function '%s' not provided by package '%s'"), name, package)#: src/main/Rdynload.c:1434#, c-formatmsgid "function '%s' not provided by package '%s'"msgstr "funkcja '%s' nie jest dostarczona przez pakiet '%s'"# src/main/Rdynload.c: 1434# error(_("table entry must be an external pointer"))#: src/main/Rdynload.c:1436msgid "table entry must be an external pointer"msgstr "wpis w tabeli musi być wskaźnikiem zewnętrznym"# src/main/Renviron.c: 158# warningcall(R_NilValue,# _("problem in setting variable '%s' in Renviron"), a)# src/main/Renviron.c: 163# warningcall(R_NilValue,# _("problem in setting variable '%s' in Renviron"), a)#: src/main/Renviron.c:159 src/main/Renviron.c:164#, c-formatmsgid "problem in setting variable '%s' in Renviron"msgstr "problem z ustawieniem zmiennej '%s' w Renviron"# src/main/Renviron.c: 311# _("argument 'x' must be a character string")#: src/main/Renviron.c:311msgid "argument 'x' must be a character string"msgstr "argument 'x' musi być łańcuchem tekstowym"# src/main/Renviron.c: 315# warningcall(call, _("file '%s' cannot be opened for reading"), fn)#: src/main/Renviron.c:315#, c-formatmsgid "file '%s' cannot be opened for reading"msgstr "plik '%s' nie może zostać otwarty do odczytu"# src/main/Rstrptime.h: 504# error(_("use of %s for input is not supported"), "%Z")# src/main/Rstrptime.h: 969# error(_("use of %s for input is not supported"), "%Z")#: src/main/Rstrptime.h:504 src/main/Rstrptime.h:969#, c-formatmsgid "use of %s for input is not supported"msgstr "użycie '%s' jako wejścia nie jest wspierane"# src/main/Rstrptime.h: 1224# error(_("input string is too long"))#: src/main/Rstrptime.h:1224msgid "input string is too long"msgstr "łąńcuch wejściowy jest zbyt długi"# src/main/Rstrptime.h: 1226# error(_("invalid multibyte input string"))#: src/main/Rstrptime.h:1226msgid "invalid multibyte input string"msgstr "niepoprawny wielobajtowy łańcuch wejściowy"# src/main/Rstrptime.h: 1229# error(_("format string is too long"))#: src/main/Rstrptime.h:1229msgid "format string is too long"msgstr "łańcuch formatujący jest zbyt długi"# src/main/Rstrptime.h: 1231# error(_("invalid multibyte format string"))#: src/main/Rstrptime.h:1231msgid "invalid multibyte format string"msgstr "niepoprawny wielobajtowy łańcuch formatujący"# src/main/agrep.c: 133# warning(_("argument '%s' has length > 1 and only the first element will be used"), "pattern")# src/main/agrep.c: 772# warning(_("argument '%s' has length > 1 and only the first element will be used"), "pattern")# src/main/character.c: 1037# warning(_("argument '%s' has length > 1 and only the first element will be used"), "old")# src/main/character.c: 1041# warning(_("argument '%s' has length > 1 and only the first element will be used"), "new")# src/main/grep.c: 769# warning(_("argument '%s' has length > 1 and only the first element will be used"), "pattern")# src/main/grep.c: 1512# warning(_("argument '%s' has length > 1 and only the first element will be used"), "pattern")# src/main/grep.c: 1516# warning(_("argument '%s' has length > 1 and only the first element will be used"), "replacement")# src/main/grep.c: 2325# warning(_("argument '%s' has length > 1 and only the first element will be used"), "pattern")# src/main/grep.c: 2623# warning(_("argument '%s' has length > 1 and only the first element will be used"), "pattern")#: src/main/agrep.c:133 src/main/agrep.c:772 src/main/character.c:1039#: src/main/character.c:1043 src/main/grep.c:769 src/main/grep.c:1512#: src/main/grep.c:1516 src/main/grep.c:2325 src/main/grep.c:2623#, c-formatmsgid "argument '%s' has length > 1 and only the first element will be used"msgstr "argument '%s' ma długość > 1 i tylko pierwszy element zostanie użyty"# src/main/agrep.c: 189# error(_("'pattern' must be a non-empty character string"))# src/main/agrep.c: 813# error(_("'pattern' must be a non-empty character string"))#: src/main/agrep.c:189 src/main/agrep.c:813msgid "'pattern' must be a non-empty character string"msgstr "'pattern' musi być niepustym łańcuchem tekstowym"# src/main/agrep.c: 200# error(_("regular expression is invalid in this locale"))# src/main/agrep.c: 822# error(_("regular expression is invalid in this locale"))# src/main/grep.c: 838# error(_("regular expression is invalid in this locale"))# src/main/grep.c: 2381# error(_("regular expression is invalid in this locale"))# src/main/grep.c: 2662# error(_("regular expression is invalid in this locale"))#: src/main/agrep.c:200 src/main/agrep.c:822 src/main/grep.c:838#: src/main/grep.c:2381 src/main/grep.c:2662msgid "regular expression is invalid in this locale"msgstr "niepoprawne wyrażenie regularne w lokalizacji"# src/main/agrep.c: 206# error(_("regcomp error: '%s'"), errbuf)# src/main/agrep.c: 618# error(_("regcomp error: '%s'"), errbuf)# src/main/agrep.c: 828# error(_("regcomp error: '%s'"), errbuf)# src/main/grep.c: 2668# error(_("regcomp error: '%s'"), errbuf)#: src/main/agrep.c:206 src/main/agrep.c:618#, c-formatmsgid "regcomp error: '%s'"msgstr "błąd regcomp: '%s'"# src/main/agrep.c: 238# error(_("input string %d is invalid in this locale"), i+1)# src/main/agrep.c: 866# error(_("input string %d is invalid in this locale"),# i + 1)# src/main/grep.c: 227# warning(_("input string %d is invalid in this locale"), i+1)# src/main/grep.c: 315# warning(_("input string %d is invalid in this locale"), i+1)# src/main/grep.c: 423# warning(_("input string %d is invalid in this locale"), i+1)# src/main/grep.c: 578# warning(_("input string %d is invalid in this locale"), i+1)# src/main/grep.c: 889# warning(_("input string %d is invalid in this locale"), i+1)# src/main/grep.c: 1644# error(("input string %d is invalid in this locale"), i+1)# src/main/grep.c: 2480# warning(_("input string %d is invalid in this locale"), i+1)# src/main/grep.c: 2548# warning(_("input string %d is invalid in this locale"),# i+1)# src/main/grep.c: 2698# error(_("input string %d is invalid in this locale"),# i + 1)#: src/main/agrep.c:238 src/main/agrep.c:866 src/main/grep.c:227#: src/main/grep.c:315 src/main/grep.c:423 src/main/grep.c:578#: src/main/grep.c:889 src/main/grep.c:2480 src/main/grep.c:2548#: src/main/grep.c:2698#, c-formatmsgid "input string %d is invalid in this locale"msgstr "niepoprawny łańcuch wejściowy %d w lokalizacji"# src/main/agrep.c: 520# warning(_("argument '%s' will be ignored"), "partial = FALSE")# src/main/agrep.c: 760# warning(_("argument '%s' will be ignored"),# "ignore.case = TRUE")# src/main/grep.c: 155# warning(_("argument '%s' will be ignored"), "perl = TRUE")# src/main/grep.c: 760# warning(_("argument '%s' will be ignored"), "ignore.case = TRUE")# src/main/grep.c: 762# warning(_("argument '%s' will be ignored"), "perl = TRUE")# src/main/grep.c: 1047# warning(_("argument '%s' will be ignored"), "ignore.case = TRUE")# src/main/grep.c: 1055# warning(_("argument '%s' will be ignored"), "invert = TRUE")# src/main/grep.c: 1503# warning(_("argument '%s' will be ignored"), "ignore.case = TRUE")# src/main/grep.c: 1505# warning(_("argument '%s' will be ignored"), "perl = TRUE")# src/main/grep.c: 2315# warning(_("argument '%s' will be ignored"), "ignore.case = TRUE")# src/main/grep.c: 2317# warning(_("argument '%s' will be ignored"), "perl = TRUE")# src/main/grep.c: 2611# warning(_("argument '%s' will be ignored"),# "ignore.case = TRUE")#: src/main/agrep.c:520 src/main/agrep.c:760 src/main/grep.c:155#: src/main/grep.c:760 src/main/grep.c:762 src/main/grep.c:1047#: src/main/grep.c:1055 src/main/grep.c:1503 src/main/grep.c:1505#: src/main/grep.c:2315 src/main/grep.c:2317 src/main/grep.c:2611#, c-formatmsgid "argument '%s' will be ignored"msgstr "argument '%s' zostanie zignorowany"# src/main/agrep.c: 609# error(_("input string x[%d] is invalid in this locale"),# i + 1)#: src/main/agrep.c:609#, c-formatmsgid "input string x[%d] is invalid in this locale"msgstr "wejściowy łańcuch tekstowy x[%d] jest niepoprawny w lokalizacji"# src/main/agrep.c: 655# error(_("input string y[%d] is invalid in this locale"),# j + 1)#: src/main/agrep.c:655#, c-formatmsgid "input string y[%d] is invalid in this locale"msgstr "wejściowy łańcuch tekstowy y[%d] jest niepoprawny w lokalizacji"# src/main/agrep.c: 206# error(_("regcomp error: '%s'"), errbuf)# src/main/agrep.c: 618# error(_("regcomp error: '%s'"), errbuf)# src/main/agrep.c: 828# error(_("regcomp error: '%s'"), errbuf)# src/main/grep.c: 2668# error(_("regcomp error: '%s'"), errbuf)#: src/main/agrep.c:828 src/main/grep.c:2668#, c-formatmsgid "regcomp error: '%s'"msgstr "błąd regcomp: '%s'"# src/main/apply.c: 42# error(_("invalid length"))# src/main/apply.c: 111# error(_("invalid length"))# src/main/complex.c: 755# error(_("invalid length"))#: src/main/apply.c:42 src/main/apply.c:111 src/main/complex.c:755msgid "invalid length"msgstr "niepoprawna długość"# src/main/apply.c: 106# error(_("'FUN.VALUE' must be a vector"))#: src/main/apply.c:106msgid "'FUN.VALUE' must be a vector"msgstr "'FUN.VALUE' musi być wektorem"# src/main/apply.c: 116# error(_("long vectors are not supported for matrix/array results"))#: src/main/apply.c:116msgid "long vectors are not supported for matrix/array results"msgstr "długie wektory nie są wspierane przez wyniki macierzy/tablicy"# src/main/apply.c: 162# error(_("values must be length %d,\n but FUN(X[[%d]]) result is length %d"),# commonLen, i+1, length(val))#: src/main/apply.c:165#, c-formatmsgid """values must be length %d,\n"" but FUN(X[[%d]]) result is length %d"msgstr """wartości muszą mieć długość %d,\n""ale wynik FUN (X [[%d]]) ma długość %d"# src/main/apply.c: 174# error(_("values must be type '%s',\n but FUN(X[[%d]]) result is type '%s'"),# type2char(commonType), i+1, type2char(valType))#: src/main/apply.c:177#, c-formatmsgid """values must be type '%s',\n"" but FUN(X[[%d]]) result is type '%s'"msgstr """wartości muszą być typu '%s',\n"" ale wynik FUN(X[[%d]]) jest typu '%s'"# src/main/apply.c: 193# error(_("type '%s' is not supported"), type2char(commonType))#: src/main/apply.c:196#, c-formatmsgid "type '%s' is not supported"msgstr "typ '%s' nie jest wspierany"# src/main/apply.c: 225# error(_("dimnames(<value>) is neither NULL nor list of length %d"),# rnk_v)#: src/main/apply.c:228#, c-formatmsgid "dimnames(<value>) is neither NULL nor list of length %d"msgstr "dimnames(<value>) nie jest wartością NULL ani też listą o długości %d"# src/library/stats/src/distn.c: 34# _("NaNs produced")# src/main/arithmetic.c: 42# _("NaNs produced")#: src/main/arithmetic.c:42msgid "NaNs produced"msgstr "wyprodukowano wartości NaN"# src/main/arithmetic.c: 43# _("non-numeric argument to mathematical function")#: src/main/arithmetic.c:43msgid "non-numeric argument to mathematical function"msgstr "argument nieliczbowy przekazany do funkcji matematycznej"# src/main/arithmetic.c: 185# warning(_("probable complete loss of accuracy in modulus"))#: src/main/arithmetic.c:185msgid "probable complete loss of accuracy in modulus"msgstr "prawdopodobna całkowita utrata precyzji w module"#: src/main/arithmetic.c:328msgid "operator needs one or two arguments"msgstr "operator wymaga jednego lub dwóch argumentów"# src/main/arithmetic.c: 345# _("non-numeric argument to binary operator")#: src/main/arithmetic.c:345msgid "non-numeric argument to binary operator"msgstr "argument nieliczbowy przekazany do operatora dwuargumentowego"# src/main/arithmetic.c: 407# _("non-conformable arrays")# src/main/relop.c: 130# _("non-conformable arrays")#: src/main/arithmetic.c:407 src/main/relop.c:130msgid "non-conformable arrays"msgstr "niezgodne tablice"# src/main/arithmetic.c: 450# _("non-conformable time-series")#: src/main/arithmetic.c:450msgid "non-conformable time-series"msgstr "niezgodne szeregi czasowe"# src/main/arithmetic.c: 471# warningcall(lcall,# _("longer object length is not a multiple of shorter object length"))# src/main/logic.c: 124# warningcall(call,# _("longer object length is not a multiple of shorter object length"))# src/main/relop.c: 73# warningcall(call, _("longer object length is not a multiple of shorter object length"))# src/main/relop.c: 168# warningcall(call, _("longer object length is not a multiple of shorter object length"))#: src/main/arithmetic.c:472 src/main/logic.c:125 src/main/relop.c:73#: src/main/relop.c:168msgid "longer object length is not a multiple of shorter object length"msgstr """długość dłuszego obiektu nie jest wielokrotnością długości krótszego obiektu"# src/main/arithmetic.c: 544# _("invalid argument to unary operator")#: src/main/arithmetic.c:544msgid "invalid argument to unary operator"msgstr "niepoprawny argument przekazany do operatora jednoargumentowego"# src/main/arithmetic.c: 569# _("invalid unary operator")# src/main/arithmetic.c: 588# _("invalid unary operator")#: src/main/arithmetic.c:569 src/main/arithmetic.c:588msgid "invalid unary operator"msgstr "niepoprawny operator jednoargumentowy"# src/main/arithmetic.c: 635# _("NAs produced by integer overflow")#: src/main/arithmetic.c:635msgid "NAs produced by integer overflow"msgstr """wyprodukowano wartości NA na skutek przepełnienia zakresu liczb całkowitych"# src/main/arithmetic.c: 1113# _("unimplemented real function of 1 argument")#: src/main/arithmetic.c:1113msgid "unimplemented real function of 1 argument"msgstr "niezaimplementowana rzeczywista funkcja jednego argumentu"# src/main/arithmetic.c: 1127# _("unimplemented complex function")# src/main/complex.c: 645# _("unimplemented complex function")# src/main/complex.c: 715# errorcall_return(call, _("unimplemented complex function"))#: src/main/arithmetic.c:1127 src/main/complex.c:645 src/main/complex.c:715msgid "unimplemented complex function"msgstr "niezaimplementowana funkcja zespolona"# src/main/arithmetic.c: 1391# _("unimplemented real function of %d numeric arguments")# src/main/arithmetic.c: 1744# _("unimplemented real function of %d numeric arguments")# src/main/arithmetic.c: 1923# _("unimplemented real function of %d numeric arguments")# src/main/arithmetic.c: 2035# _("unimplemented real function of %d numeric arguments")#: src/main/arithmetic.c:1391 src/main/arithmetic.c:1745#: src/main/arithmetic.c:1924 src/main/arithmetic.c:2036#, c-formatmsgid "unimplemented real function of %d numeric arguments"msgstr "niezaimplementowana rzeczywista funkcja %d argumentów liczbowych"# src/main/arithmetic.c: 1421# error(_("%d arguments passed to '%s' which requires 1 or 2"),# n, PRIMNAME(op))#: src/main/arithmetic.c:1421#, c-formatmsgid "%d arguments passed to '%s' which requires 1 or 2"msgstr "%d argumentów przekazanych do '%s', który wymaga 1 lub 2"# src/main/arithmetic.c: 1440# _("invalid second argument of length 0")#: src/main/arithmetic.c:1441msgid "invalid second argument of length 0"msgstr "niepoprawny drugi argument o długości 0"# src/main/arithmetic.c: 1510# _("invalid argument 'base' of length 0")#: src/main/arithmetic.c:1511msgid "invalid argument 'base' of length 0"msgstr "niepoprawny argument 'base' o zerowej długości"# src/main/arithmetic.c: 1518# error(_("%d arguments passed to 'log' which requires 1 or 2"), n)#: src/main/arithmetic.c:1519#, c-formatmsgid "%d arguments passed to 'log' which requires 1 or 2"msgstr "%d argumentów przekazanych do 'log', który wymaga 1 lub 2"# src/main/array.c: 79# error(_("'data' must be of a vector type, was '%s'"),# type2char(TYPEOF(vals)))# src/main/array.c: 1431# error(_("'data' must be of a vector type, was '%s'"),# type2char(TYPEOF(vals)))#: src/main/array.c:79 src/main/array.c:1431#, c-formatmsgid "'data' must be of a vector type, was '%s'"msgstr "'data' musi być typu wektor, było '%s'"# src/main/array.c: 94# error(_("non-numeric matrix extent"))# src/main/array.c: 102# error(_("non-numeric matrix extent"))#: src/main/array.c:94 src/main/array.c:102msgid "non-numeric matrix extent"msgstr "nieliczbowy stopień macierzy"# src/main/array.c: 97# error(_("invalid 'nrow' value (too large or NA)"))# src/main/array.c: 1525# error(_("invalid 'nrow' value (too large or NA)"))#: src/main/array.c:97 src/main/array.c:1525msgid "invalid 'nrow' value (too large or NA)"msgstr "niepoprawna wartość 'nrow' (zbyt duża lub wartość NA)"# src/main/array.c: 99# error(_("invalid 'nrow' value (< 0)"))# src/main/array.c: 1527# error(_("invalid 'nrow' value (< 0)"))#: src/main/array.c:99 src/main/array.c:1527msgid "invalid 'nrow' value (< 0)"msgstr "niepoprawna wartość 'nrow' (< 0)"# src/main/array.c: 105# error(_("invalid 'ncol' value (too large or NA)"))# src/main/array.c: 1530# error(_("invalid 'ncol' value (too large or NA)"))#: src/main/array.c:105 src/main/array.c:1530msgid "invalid 'ncol' value (too large or NA)"msgstr "niepoprawna wartość 'ncol' (zbyt duża lub wartość NA)"# src/main/array.c: 107# error(_("invalid 'ncol' value (< 0)"))# src/main/array.c: 1532# error(_("invalid 'ncol' value (< 0)"))#: src/main/array.c:107 src/main/array.c:1532msgid "invalid 'ncol' value (< 0)"msgstr "niepoprawna wartość 'ncol' (< 0)"# src/main/array.c: 125# warning(_("data length [%d] is not a sub-multiple or multiple of the number of rows [%d]"), lendat, nr)#: src/main/array.c:125#, c-formatmsgid """data length [%d] is not a sub-multiple or multiple of the number of rows [%d]"msgstr """długość danych [%d] nie jest pod-wielokrotnością lub wielokrotnością liczby ""wierszy [%d]"# src/main/array.c: 128# warning(_("data length [%d] is not a sub-multiple or multiple of the number of columns [%d]"), lendat, nc)#: src/main/array.c:128#, c-formatmsgid """data length [%d] is not a sub-multiple or multiple of the number of columns ""[%d]"msgstr """długość danych [%d] nie jest pod-wielokrotnością lub wielokrotnością liczby ""kolumn [%d]"# src/main/array.c: 131# warning(_("data length exceeds size of matrix"))#: src/main/array.c:131msgid "data length exceeds size of matrix"msgstr "długość danych przewyższa rozmiar macierzy"# src/main/array.c: 137# error(_("too many elements specified"))# src/main/array.c: 1443# error(_("too many elements specified"))# src/main/array.c: 1539# error(_("too many elements specified"))#: src/main/array.c:137 src/main/array.c:1443 src/main/array.c:1539msgid "too many elements specified"msgstr "określono zbyt dużo elementów"# src/main/array.c: 195# error(_("negative extents to matrix"))#: src/main/array.c:195msgid "negative extents to matrix"msgstr "ujemne stopnie przekazane do macierzy"# src/main/array.c: 198# error(_("allocMatrix: too many elements specified"))#: src/main/array.c:198msgid "allocMatrix: too many elements specified"msgstr "allocMatrix: określono zbyt wiele elementów"# src/main/array.c: 226# error(_("negative extents to 3D array"))#: src/main/array.c:226msgid "negative extents to 3D array"msgstr "ujemne stopnie przekazane do tablicy 3D"# src/main/array.c: 229# error(_("'alloc3Darray': too many elements specified"))#: src/main/array.c:229msgid "'alloc3Darray': too many elements specified"msgstr "'alloc3Darray': określono zbyt wiele elementów"# src/main/array.c: 254# error(_("'allocArray': too many elements specified by 'dims'"))#: src/main/array.c:254msgid "'allocArray': too many elements specified by 'dims'"msgstr "'allocArray': zbyt wiele elementów określono poprzez 'dims'"# src/main/array.c: 438# error(_("a matrix-like object is required as argument to '%s'"),# (PRIMVAL(op) == 2) ? "col" : "row")#: src/main/array.c:438#, c-formatmsgid "a matrix-like object is required as argument to '%s'"msgstr """obiekt macierzopodobny jest wymagany jako argument przekazywany do '%s'"# src/main/array.c: 652# _("requires numeric/complex matrix/vector arguments")#: src/main/array.c:652msgid "requires numeric/complex matrix/vector arguments"msgstr "wymaga liczbowych/zespolonych macierzowych/wektorych argumentów "# src/main/array.c: 742# _("non-conformable arguments")# src/main/array.c: 746# error(_("non-conformable arguments"))# src/main/array.c: 750# error(_("non-conformable arguments"))#: src/main/array.c:742 src/main/array.c:746 src/main/array.c:750msgid "non-conformable arguments"msgstr "niezgodne argumenty"# src/main/array.c: 1048# error(_("argument is not a matrix"))#: src/main/array.c:1048msgid "argument is not a matrix"msgstr "argument nie jest macierzą"# src/main/array.c: 1083# error(_("invalid first argument, must be an array"))#: src/main/array.c:1083msgid "invalid first argument, must be an array"msgstr "niepoprawny pierwszy argument, musi być tablicą"# src/main/array.c: 1097# error(_("'perm' is of wrong length %d (!= %d)"),# LENGTH(perm), n)#: src/main/array.c:1097#, c-formatmsgid "'perm' is of wrong length %d (!= %d)"msgstr "'perm' posiada błędną długość %d (!= %d)"# src/main/array.c: 1102# error(_("'a' does not have named dimnames"))# src/main/array.c: 1105# error(_("'a' does not have named dimnames"))#: src/main/array.c:1102 src/main/array.c:1105msgid "'a' does not have named dimnames"msgstr "'a' nie ma nazwanych wymiarów"# src/main/array.c: 1112# error(_("'perm[%d]' does not match a dimension name"), i+1)#: src/main/array.c:1112#, c-formatmsgid "'perm[%d]' does not match a dimension name"msgstr "'perm[%d]' nie jest zgodne z nazwą wymiaru"# src/main/array.c: 1125# error(_("value out of range in 'perm'"))#: src/main/array.c:1125msgid "value out of range in 'perm'"msgstr "wartość w 'perm' jest poza zakresem"# src/main/array.c: 1207# error(_("'resize' must be TRUE or FALSE"))#: src/main/array.c:1207msgid "'resize' must be TRUE or FALSE"msgstr "'resize' musi posiadać wartość TRUE lub FALSE"# src/library/base/R/cut.R: 25# stop("'x' must be numeric")# src/library/base/R/jitter.R: 28# stop("'x' must be numeric")# src/library/base/R/rowsum.R: 23# stop("'x' must be numeric")# src/library/graphics/R/hist.R: 33# stop("'x' must be numeric")# src/library/graphics/R/stem.R: 21# stop("'x' must be numeric")# src/library/stats/R/acf.R: 36# stop("'x' must be numeric")# src/library/stats/R/acf.R: 68# stop("'x' must be numeric")# src/library/stats/R/ar.R: 53# stop("'x' must be numeric")# src/library/stats/R/ar.R: 265# stop("'x' must be numeric")# src/library/stats/R/ar.R: 343# stop("'x' must be numeric")# src/library/stats/R/arima.R: 108# stop("'x' must be numeric")# src/library/stats/R/arma0.R: 63# stop("'x' must be numeric")# src/library/stats/R/cor.R: 35# stop("'x' must be numeric")# src/library/stats/R/StructTS.R: 89# stop("'x' must be numeric")# src/library/stats/R/wilcox.test.R: 37# stop("'x' must be numeric")# src/main/array.c: 1265# error(_("'x' must be numeric"))#: src/main/array.c:1265msgid "'x' must be numeric"msgstr "'x' musi być liczbą"# src/library/base/R/array.R: 29# stop("'dims' cannot be of length 0")# src/main/array.c: 1439# error(_("'dims' cannot be of length 0"))#: src/main/array.c:1439msgid "'dims' cannot be of length 0"msgstr "'dims' nie mogą posiadać długości 0"# src/main/array.c: 1535# error(_("'x' must have positive length"))#: src/main/array.c:1535msgid "'x' must have positive length"msgstr "'x' musi posiadać dodatnią długość"# src/main/array.c: 1596# error(_("singular matrix in 'backsolve'. First zero in diagonal [%d]"),# i + 1)#: src/main/array.c:1595#, c-formatmsgid "singular matrix in 'backsolve'. First zero in diagonal [%d]"msgstr "osobliwa macierz w 'backsolve'. Pierwsze zero na diagonali [%d]"# src/main/attrib.c: 40# error(_("attempt to set an attribute on NULL"))# src/main/attrib.c: 234# error(_("attempt to set an attribute on NULL"))# src/main/attrib.c: 268# error(_("attempt to set an attribute on NULL"))# src/main/attrib.c: 290# error(_("attempt to set an attribute on NULL"))# src/main/attrib.c: 404# error(_("attempt to set an attribute on NULL"))# src/main/attrib.c: 451# error(_("attempt to set an attribute on NULL"))# src/main/attrib.c: 501# error(_("attempt to set an attribute on NULL"))#: src/main/attrib.c:40 src/main/attrib.c:234 src/main/attrib.c:268#: src/main/attrib.c:290 src/main/attrib.c:404 src/main/attrib.c:451#: src/main/attrib.c:501msgid "attempt to set an attribute on NULL"msgstr "próba ustawienia atrybutu na wartości NULL"# src/main/attrib.c: 72# error(_("row names must be 'character' or 'integer', not '%s'"),# type2char(TYPEOF(val)))#: src/main/attrib.c:72#, c-formatmsgid "row names must be 'character' or 'integer', not '%s'"msgstr "nazwy wierszy muszą być typu 'character' lub 'integer', nie '%s'"# src/main/attrib.c: 124# error(_("getAttrib: invalid type (%s) for TAG"),# type2char(TYPEOF(TAG(vec))))#: src/main/attrib.c:124#, c-formatmsgid "getAttrib: invalid type (%s) for TAG"msgstr "getAttrib: niepoprawny typ (%s) dla TAG"# src/main/attrib.c: 378# error(_("invalid type (%s) for 'names': must be vector"),# type2char(TYPEOF(s)))#: src/main/attrib.c:378#, c-formatmsgid "invalid type (%s) for 'names': must be vector"msgstr "niepoprawny typ (%s) dla 'names': musi być wektor"# src/main/attrib.c: 381# error(_("'names' attribute [%d] must be the same length as the vector [%d]"), length(s), length(x))#: src/main/attrib.c:381#, c-formatmsgid "'names' attribute [%d] must be the same length as the vector [%d]"msgstr "atrybut 'names' [%d] musi mieć tę samą długość co wektor [%d]"# src/main/attrib.c: 386# error(_("names() applied to a non-vector"))#: src/main/attrib.c:386msgid "names() applied to a non-vector"msgstr "names() zastosowano do nie-wektora"# src/main/attrib.c: 394# error(_("invalid time series parameters specified"))#: src/main/attrib.c:394msgid "invalid time series parameters specified"msgstr "niepoprawnie określone parametry szeregu czasowego"# src/main/attrib.c: 408# error(_("'tsp' attribute must be numeric"))#: src/main/attrib.c:408msgid "'tsp' attribute must be numeric"msgstr "atrybut 'tsp' musi być liczbowy"# src/main/attrib.c: 414# error(_("'tsp' attribute must be numeric of length three"))#: src/main/attrib.c:414msgid "'tsp' attribute must be numeric of length three"msgstr "atrybut 'tsp' musi być liczbowy o długości trzy"# src/main/attrib.c: 431# error(_("cannot assign 'tsp' to zero-length vector"))#: src/main/attrib.c:431msgid "cannot assign 'tsp' to zero-length vector"msgstr "nie można przypisać 'tsp' do wektora o zerowej długości"# src/main/attrib.c: 462# error(_("attempt to set invalid 'comment' attribute"))#: src/main/attrib.c:462msgid "attempt to set invalid 'comment' attribute"msgstr "próba ustawienia niepoprawnego atrybutu 'comment' "# src/main/attrib.c: 510# error(_("adding class \"factor\" to an invalid object"))#: src/main/attrib.c:510msgid "adding class \"factor\" to an invalid object"msgstr "dodawanie klasy \"factor\" do niepoprawnego obiektu"# src/main/attrib.c: 518# error(_("attempt to set invalid 'class' attribute"))#: src/main/attrib.c:518msgid "attempt to set invalid 'class' attribute"msgstr "próba ustawienia niepoprawnego atrybutu 'class'"# src/main/attrib.c: 773# error(_("class '%s' has no 'names' slot"), klass)#: src/main/attrib.c:773#, c-formatmsgid "class '%s' has no 'names' slot"msgstr "klasa '%s' nie ma gniazda 'names'"# src/main/attrib.c: 775# warning(_("class '%s' has no 'names' slot; assigning a names attribute will create an invalid object"), klass)#: src/main/attrib.c:775#, c-formatmsgid """class '%s' has no 'names' slot; assigning a names attribute will create an ""invalid object"msgstr """klasa '%s' nie ma gniazda 'names'; przypisanie atrybutu 'names' spowoduje ""utworzenie niepoprawnego obiektu"# src/main/attrib.c: 778# error(_("invalid to use names()<- to set the 'names' slot in a non-vector class ('%s')"), klass)#: src/main/attrib.c:778#, c-formatmsgid """invalid to use names()<- to set the 'names' slot in a non-vector class ('%s')"msgstr """nie wolno użyć names()<- w celu ustawienia gniazda 'names' w nie-wektorowej ""klasie ('%s')"# src/main/attrib.c: 808# error(_("incompatible 'names' argument"))#: src/main/attrib.c:808msgid "incompatible 'names' argument"msgstr "niezgodny argument 'names'"# src/main/attrib.c: 863# error(_("invalid type (%s) to set 'names' attribute"),# type2char(TYPEOF(vec)))#: src/main/attrib.c:863#, c-formatmsgid "invalid type (%s) to set 'names' attribute"msgstr "niepoprawny typ (%s) do ustawienia atrybutu 'names'"# src/main/attrib.c: 934# error(_("'dimnames' applied to non-array"))#: src/main/attrib.c:934msgid "'dimnames' applied to non-array"msgstr "'dimnames' zastosowane do nie-tablicy"# src/main/attrib.c: 939# error(_("'dimnames' must be a list"))#: src/main/attrib.c:939msgid "'dimnames' must be a list"msgstr "'dimnames' musi być listą"# src/main/attrib.c: 942# error(_("length of 'dimnames' [%d] must match that of 'dims' [%d]"),# length(val), k)# src/main/attrib.c: 965# error(_("length of 'dimnames' [%d] must match that of 'dims' [%d]"),# length(val), k)#: src/main/attrib.c:942 src/main/attrib.c:965#, c-formatmsgid "length of 'dimnames' [%d] must match that of 'dims' [%d]"msgstr "długość 'dimnames' [%d] musi zgadzać się z tą dla 'dims' [%d]"# src/main/attrib.c: 971# error(_("invalid type (%s) for 'dimnames' (must be a vector)"),# type2char(TYPEOF(_this)))#: src/main/attrib.c:971#, c-formatmsgid "invalid type (%s) for 'dimnames' (must be a vector)"msgstr "niepoprawny typ (%s) dla 'dimnames' (musi być wektor)"# src/main/attrib.c: 974# error(_("length of 'dimnames' [%d] not equal to array extent"),# i+1)#: src/main/attrib.c:974#, c-formatmsgid "length of 'dimnames' [%d] not equal to array extent"msgstr "długość 'dimnames' [%d] nie jest równa stopniowi tablicy"# src/library/graphics/R/boxplot.R: 35# stop("invalid first argument")# src/library/graphics/R/boxplot.R: 186# stop("invalid first argument")# src/library/graphics/R/stripchart.R: 36# stop("invalid first argument")# src/library/graphics/src/plot.c: 1589# error(_("invalid first argument"))# src/library/grDevices/R/xyz.coords.R: 33# stop("invalid first argument")# src/main/attrib.c: 1046# error(_("invalid first argument"))# src/main/builtin.c: 75# error(_("invalid first argument"))# src/main/builtin.c: 112# error(_("invalid first argument"))# src/main/envir.c: 1540# error(_("invalid first argument"))# src/main/envir.c: 1666# error(_("invalid first argument"))# src/main/envir.c: 1728# error(_("invalid first argument"))# src/main/envir.c: 1850# error(_("invalid first argument"))# src/main/paste.c: 74# error(_("invalid first argument"))# src/main/paste.c: 292# error(_("invalid first argument"))# src/main/random.c: 487# error(_("invalid first argument"))# src/main/random.c: 516# error(_("invalid first argument"))# src/main/unique.c: 1748# error(_("invalid first argument"))#: src/main/attrib.c:1046 src/main/builtin.c:75 src/main/builtin.c:112#: src/main/envir.c:1538 src/main/envir.c:1664 src/main/envir.c:1726#: src/main/envir.c:1848 src/main/paste.c:74 src/main/paste.c:292#: src/main/random.c:487 src/main/random.c:516 src/main/unique.c:1748msgid "invalid first argument"msgstr "niepoprawny pierwszy argument"# src/library/graphics/src/plot.c: 1596# error(_("invalid second argument"))# src/main/attrib.c: 1049# error(_("invalid second argument"))#: src/main/attrib.c:1049msgid "invalid second argument"msgstr "niepoprawny drugi argument"# src/main/attrib.c: 1057# error(_("length-0 dimension vector is invalid"))#: src/main/attrib.c:1057msgid "length-0 dimension vector is invalid"msgstr "wektor wymiaru zerowej długości jest niepoprawny"# src/main/attrib.c: 1062# error(_("the dims contain missing values"))#: src/main/attrib.c:1062msgid "the dims contain missing values"msgstr "wymiary zawierają brakujące wartości"# src/main/attrib.c: 1064# error(_("the dims contain negative values"))#: src/main/attrib.c:1064msgid "the dims contain negative values"msgstr "wymiary zawierają ujemne wartości"# src/main/attrib.c: 1069# error(_("dims do not match the length of object"), total, len)#: src/main/attrib.c:1069msgid "dims do not match the length of object"msgstr "wymiary nie zgadzają się z długością obiektu"# src/main/attrib.c: 1071# error(_("dims [product %d] do not match the length of object [%d]"), total, len)#: src/main/attrib.c:1071#, c-formatmsgid "dims [product %d] do not match the length of object [%d]"msgstr "wymiary [produkt %d] nie odpowiadają długości obiektu [%d]"# src/main/attrib.c: 1168# error(_("attributes must be a list or NULL"))#: src/main/attrib.c:1168msgid "attributes must be a list or NULL"msgstr "atrybuty muszą być listą lub wartością NULL"# src/main/attrib.c: 1173# error(_("attributes must be named"))#: src/main/attrib.c:1173msgid "attributes must be named"msgstr "atrybuty muszą być nazwane"# src/main/attrib.c: 1177# error(_("all attributes must have names [%d does not]"), i+1)#: src/main/attrib.c:1177#, c-formatmsgid "all attributes must have names [%d does not]"msgstr "wszystkie atrybuty muszą mieć nazwę [atrybut nr %d takiej nie ma]"# src/main/attrib.c: 1276# _("'which' must be of mode character")#: src/main/attrib.c:1276msgid "'which' must be of mode character"msgstr "'which' musi być trybu tekstowego"# src/main/attrib.c: 1278# _("exactly one attribute 'which' must be given")#: src/main/attrib.c:1278msgid "exactly one attribute 'which' must be given"msgstr "dokładnie jeden atrybut 'which' musi zostać podany"# src/main/attrib.c: 1336# warningcall(call, _("partial match of '%s' to '%s'"), str,# CHAR(PRINTNAME(tag)))# src/main/attrib.c: 1359# warningcall(call, _("partial match of '%s' to '%s'"), str,# CHAR(PRINTNAME(tag)))# src/main/subscript.c: 234# warning(_("partial match of '%s' to '%s'"),# ss, cur_name)# src/main/subscript.c: 237# warningcall(call,# _("partial match of '%s' to '%s'"),# ss, cur_name)# src/main/subset.c: 1145# warningcall(call, _("partial match of '%s' to '%s'"),# translateChar(input), st)# src/main/subset.c: 1196# warningcall(call, _("partial match of '%s' to '%s'"),# translateChar(input), st)#: src/main/attrib.c:1336 src/main/attrib.c:1359 src/main/subscript.c:234#: src/main/subscript.c:238 src/main/subset.c:1156 src/main/subset.c:1207#, c-formatmsgid "partial match of '%s' to '%s'"msgstr "częściowa zgodność między '%s' a '%s'"# src/main/attrib.c: 1397# error(_("invalid type '%s' for slot name"),# type2char(TYPEOF(nlist)))#: src/main/attrib.c:1397#, c-formatmsgid "invalid type '%s' for slot name"msgstr "niepoprawny typ '%s' dla nazwy gniazda"# src/main/attrib.c: 1435# error(_("'name' must be non-null character string"))#: src/main/attrib.c:1435msgid "'name' must be non-null character string"msgstr "'name' musi być niepustym łańcuchem tekstowym"# src/main/attrib.c: 1558# error(_("invalid type or length for slot name"))# src/main/attrib.c: 1629# error(_("invalid type or length for slot name"))# src/main/attrib.c: 1666# error(_("invalid type or length for slot name"))#: src/main/attrib.c:1558 src/main/attrib.c:1629 src/main/attrib.c:1666msgid "invalid type or length for slot name"msgstr "niepoprawny typ lub długość dla nazwy gniazda"# src/main/attrib.c: 1592# error(_("cannot get a slot (\"%s\") from an object of type \"%s\""),# translateChar(asChar(input)),# CHAR(type2str(TYPEOF(obj))))#: src/main/attrib.c:1592#, c-formatmsgid "cannot get a slot (\"%s\") from an object of type \"%s\""msgstr "nie można pobrać gniazda (\"%s\") z obiektu o typie \"%s\""# src/main/attrib.c: 1603# error(_("no slot of name \"%s\" for this object of class \"%s\""),# translateChar(asChar(input)),# translateChar(asChar(classString)))#: src/main/attrib.c:1603#, c-formatmsgid "no slot of name \"%s\" for this object of class \"%s\""msgstr "brak gniazda o nazwie \"%s\" dla tego obiektu klasy \"%s\""# src/main/attrib.c: 1620# error(_("attempt to set slot on NULL object"))#: src/main/attrib.c:1620msgid "attempt to set slot on NULL object"msgstr "próba ustawienia gniazda na obiekt NULL"# src/main/attrib.c: 1661# error(_("formal classes cannot be used without the 'methods' package"))#: src/main/attrib.c:1661msgid "formal classes cannot be used without the 'methods' package"msgstr "formalne klasy nie mogą być używane bez pakietu 'methods'"# src/main/attrib.c: 1673# error(_("trying to get slot \"%s\" from an object of a basic class (\"%s\") with no slots"),# CHAR(PRINTNAME(nlist)),# CHAR(STRING_ELT(R_data_class(object, FALSE), 0)))#: src/main/attrib.c:1673#, c-formatmsgid """trying to get slot \"%s\" from an object of a basic class (\"%s\") with no ""slots"msgstr """próba pobrania gniazda \"%s\" z obiektu klasy podstawowej (\"%s\") bez gniazd"# src/main/attrib.c: 1677# error(_("trying to get slot \"%s\" from an object (class \"%s\") that is not an S4 object "),# CHAR(PRINTNAME(nlist)),# translateChar(STRING_ELT(klass, 0)))#: src/main/attrib.c:1677#, c-formatmsgid """trying to get slot \"%s\" from an object (class \"%s\") that is not an S4 ""object "msgstr """próba pobrania gniazda \"%s\" z obiektu (klasa \"%s\"), który nie jest ""obiektem S4"# src/main/bind.c: 153# _("resulting vector exceeds vector length limit in '%s'")#: src/main/bind.c:161#, c-formatmsgid "resulting vector exceeds vector length limit in '%s'"msgstr "wektor wynikowy przekracza graniczną długość wektora w '%s'"# src/main/bind.c: 281# _("type '%s' is unimplemented in '%s'")# src/main/bind.c: 317# _("type '%s' is unimplemented in '%s'")# src/main/bind.c: 366# _("type '%s' is unimplemented in '%s'")# src/main/bind.c: 439# _("type '%s' is unimplemented in '%s'")# src/main/bind.c: 467# _("type '%s' is unimplemented in '%s'")#: src/main/bind.c:289 src/main/bind.c:325 src/main/bind.c:374#: src/main/bind.c:447 src/main/bind.c:475#, c-formatmsgid "type '%s' is unimplemented in '%s'"msgstr "typ '%s' nie jest zaimplementowany w '%s'"# src/main/bind.c: 670# _("repeated formal argument 'recursive'")#: src/main/bind.c:678msgid "repeated formal argument 'recursive'"msgstr "powtórzony formalny argument 'recursive'"# src/main/bind.c: 681# _("repeated formal argument 'use.names'")#: src/main/bind.c:689msgid "repeated formal argument 'use.names'"msgstr "powtórzony formalny argument 'use.names'"# src/main/bind.c: 878# error(_("argument not a list"))#: src/main/bind.c:887msgid "argument not a list"msgstr "argument nie jest listą"# src/main/bind.c: 1022# error(_("class name too long in '%s'"), generic)# src/main/eval.c: 2530# error(_("class name too long in '%s'"), generic)# src/main/eval.c: 2539# error(_("class name too long in '%s'"), group)# src/main/objects.c: 313# error(_("class name too long in '%s'"), generic)# src/main/objects.c: 348# error(_("class name too long in '%s'"), generic)# src/main/objects.c: 723# error(_("class name too long in '%s'"), sb)# src/main/objects.c: 740# error(_("class name too long in '%s'"), sg)# src/main/objects.c: 747# error(_("class name too long in '%s'"), sb)#: src/main/bind.c:1031 src/main/eval.c:2553 src/main/eval.c:2562#: src/main/objects.c:313 src/main/objects.c:348 src/main/objects.c:723#: src/main/objects.c:740 src/main/objects.c:747#, c-formatmsgid "class name too long in '%s'"msgstr "nazwa klasy w '%s' jest zbyt długa"# src/main/bind.c: 1097# error(_("cannot create a matrix from these types"))#: src/main/bind.c:1107#, fuzzy, c-formatmsgid "cannot create a matrix from type '%s'"msgstr "nie można utworzyć macierzy z tych typów"# src/main/bind.c: 1167# error(_("number of rows of matrices must match (see arg %d)"),# na + 1)#: src/main/bind.c:1178#, c-formatmsgid "number of rows of matrices must match (see arg %d)"msgstr "liczby wierszy macierzy muszą być zgodne (zobacz argument %d)"# src/main/bind.c: 1411# error(_("number of columns of matrices must match (see arg %d)"),# na + 1)#: src/main/bind.c:1422#, c-formatmsgid "number of columns of matrices must match (see arg %d)"msgstr "liczby kolumn macierzy muszą być zgodne (zobacz argument %d)"# src/main/builtin.c: 43# error(_("vector size cannot be NA"))#: src/main/builtin.c:43msgid "vector size cannot be NA"msgstr "rozmiar wektora nie może mieć wartości NA"# src/main/builtin.c: 49# error(_("vector size cannot be NA/NaN"))# src/main/builtin.c: 57# error(_("vector size cannot be NA/NaN"))# src/main/sort.c: 1274# error(_("vector size cannot be NA/NaN"))#: src/main/builtin.c:49 src/main/builtin.c:57 src/main/sort.c:1303msgid "vector size cannot be NA/NaN"msgstr "rozmiar wektora nie może mieć wartości NA/NaN"# src/main/builtin.c: 50# error(_("vector size cannot be infinite"))# src/main/builtin.c: 58# error(_("vector size cannot be infinite"))# src/main/sort.c: 1275# error(_("vector size cannot be infinite"))#: src/main/builtin.c:50 src/main/builtin.c:58 src/main/sort.c:1304msgid "vector size cannot be infinite"msgstr "rozmiar wektora nie może być nieskończony"# src/main/builtin.c: 51# error(_("vector size specified is too large"))# src/main/builtin.c: 59# error(_("vector size specified is too large"))# src/main/builtin.c: 909# error(_("vector size specified is too large"))# src/main/sort.c: 1276# error(_("vector size specified is too large"))#: src/main/builtin.c:51 src/main/builtin.c:59 src/main/builtin.c:909#: src/main/sort.c:1305msgid "vector size specified is too large"msgstr "podany rozmiar wektora jest zbyt duży"# src/library/methods/src/methods_list_dispatch.c: 544# error(_("use of NULL environment is defunct"))# src/library/stats/src/nls.c: 290# error(_("use of NULL environment is defunct"))# src/library/stats/src/port.c: 374# error(_("use of NULL environment is defunct"))# src/main/builtin.c: 84# error(_("use of NULL environment is defunct"))# src/main/builtin.c: 93# error(_("use of NULL environment is defunct"))# src/main/builtin.c: 293# error(_("use of NULL environment is defunct"))# src/main/builtin.c: 326# error(_("use of NULL environment is defunct"))# src/main/builtin.c: 365# error(_("use of NULL environment is defunct"))# src/main/builtin.c: 375# error(_("use of NULL environment is defunct"))# src/main/coerce.c: 1536# error(_("use of NULL environment is defunct"))# src/main/connections.c: 2833# error(_("use of NULL environment is defunct"))# src/main/engine.c: 2962# error(_("use of NULL environment is defunct"))# src/main/envir.c: 946# error(_("use of NULL environment is defunct"))# src/main/envir.c: 999# error(_("use of NULL environment is defunct"))# src/main/envir.c: 1089# error(_("use of NULL environment is defunct"))# src/main/envir.c: 1549# error(_("use of NULL environment is defunct"))# src/main/envir.c: 1671# error(_("use of NULL environment is defunct"))# src/main/envir.c: 1739# error(_("use of NULL environment is defunct"))# src/main/envir.c: 1857# error(_("use of NULL environment is defunct"))# src/main/envir.c: 2514# error(_("use of NULL environment is defunct"))# src/main/envir.c: 2574# error(_("use of NULL environment is defunct"))# src/main/envir.c: 2846# error(_("use of NULL environment is defunct"))# src/main/envir.c: 2875# error(_("use of NULL environment is defunct"))# src/main/envir.c: 2896# error(_("use of NULL environment is defunct"))# src/main/envir.c: 2919# error(_("use of NULL environment is defunct"))# src/main/envir.c: 2954# error(_("use of NULL environment is defunct"))# src/main/envir.c: 2975# error(_("use of NULL environment is defunct"))# src/main/envir.c: 3281# error(_("use of NULL environment is defunct"))# src/main/envir.c: 3286# error(_("use of NULL environment is defunct"))# src/main/eval.c: 5096# error(_("use of NULL environment is defunct"))# src/main/objects.c: 193# error(_("use of NULL environment is defunct"))# src/main/objects.c: 199# error(_("use of NULL environment is defunct"))# src/main/saveload.c: 2060# error(_("use of NULL environment is defunct"))# src/main/saveload.c: 2351# error(_("use of NULL environment is defunct"))# src/main/serialize.c: 2639# error(_("use of NULL environment is defunct"))#: src/main/builtin.c:84 src/main/builtin.c:93 src/main/builtin.c:293#: src/main/builtin.c:326 src/main/builtin.c:365 src/main/builtin.c:375#: src/main/coerce.c:1536 src/main/connections.c:2833 src/main/engine.c:2967#: src/main/envir.c:944 src/main/envir.c:997 src/main/envir.c:1087#: src/main/envir.c:1547 src/main/envir.c:1669 src/main/envir.c:1737#: src/main/envir.c:1855 src/main/envir.c:2512 src/main/envir.c:2572#: src/main/envir.c:2847 src/main/envir.c:2876 src/main/envir.c:2897#: src/main/envir.c:2920 src/main/envir.c:2955 src/main/envir.c:2976#: src/main/envir.c:3282 src/main/envir.c:3287 src/main/eval.c:5119#: src/main/objects.c:193 src/main/objects.c:199 src/main/saveload.c:2070#: src/main/saveload.c:2364 src/main/serialize.c:2709msgid "use of NULL environment is defunct"msgstr "użycie środowiska NULL jest przestarzałe"# src/main/builtin.c: 306# error(_("replacement object is not an environment"))#: src/main/builtin.c:306msgid "replacement object is not an environment"msgstr "zastępujący obiekt nie jest środowiskiem"# src/main/builtin.c: 331# error(_("'enclos' must be an environment"))#: src/main/builtin.c:331msgid "'enclos' must be an environment"msgstr "'enclos' musi być środowiskiem"# src/main/builtin.c: 352# error( _("argument is not an environment"))# src/main/builtin.c: 370# error(_("argument is not an environment"))#: src/main/builtin.c:352 src/main/builtin.c:370msgid "argument is not an environment"msgstr "argument nie jest środowiskiem"# src/main/builtin.c: 354# error(_("the empty environment has no parent"))#: src/main/builtin.c:354msgid "the empty environment has no parent"msgstr "puste środowisko nie posiada rodzica"# src/main/builtin.c: 372# error(_("can not set parent of the empty environment"))#: src/main/builtin.c:372msgid "can not set parent of the empty environment"msgstr "nie można ustawić rodzica pustego środowiska"# src/main/builtin.c: 380# error(_("'parent' is not an environment"))#: src/main/builtin.c:380msgid "'parent' is not an environment"msgstr "'parent' nie jest środowiskiem"# src/library/utils/src/io.c: 991# error(_("cannot write to this connection"))# src/main/builtin.c: 520# error(_("cannot write to this connection"))# src/main/connections.c: 3451# error(_("cannot write to this connection"))# src/main/connections.c: 3828# error(_("cannot write to this connection"))# src/main/connections.c: 3862# error(_("cannot write to this connection"))# src/main/connections.c: 4240# error(_("cannot write to this connection"))# src/main/connections.c: 4310# error(_("cannot write to this connection"))# src/main/connections.c: 4516# error(_("cannot write to this connection"))# src/main/connections.c: 4520# error(_("cannot write to this connection"))# src/main/connections.c: 4881# error(_("cannot write to this connection"))# src/main/deparse.c: 360# error(_("cannot write to this connection"))# src/main/deparse.c: 446# error(_("cannot write to this connection"))# src/main/serialize.c: 1941# error(_("cannot write to this connection"))#: src/main/builtin.c:520 src/main/connections.c:3451#: src/main/connections.c:3828 src/main/connections.c:3862#: src/main/connections.c:4240 src/main/connections.c:4310#: src/main/connections.c:4516 src/main/connections.c:4520#: src/main/connections.c:4881 src/main/deparse.c:360 src/main/deparse.c:446#: src/main/serialize.c:2006msgid "cannot write to this connection"msgstr "nie można zapisywać w tym połączeniu"# src/library/graphics/src/plot3d.c: 1171# error(_("invalid '%s' specification"), "col")# src/library/graphics/src/plot3d.c: 1175# error(_("invalid '%s' specification"), "border")# src/library/utils/src/stubs.c: 237# error(_("invalid '%s' specification"), "editor")# src/library/utils/src/stubs.c: 240# error(_("invalid '%s' specification"), "filename")# src/main/builtin.c: 525# error(_("invalid '%s' specification"), "sep")# src/main/builtin.c: 555# error(_("invalid '%s' specification"), "append")#: src/main/builtin.c:525 src/main/builtin.c:555#, c-formatmsgid "invalid '%s' specification"msgstr "niepoprawna specyfikacja '%s'"# src/main/builtin.c: 542# warning(_("non-positive 'fill' argument will be ignored"))#: src/main/builtin.c:542msgid "non-positive 'fill' argument will be ignored"msgstr "niedodatni argument 'fill' będzie zignorowany"# src/main/builtin.c: 617# _("argument %d (type '%s') cannot be handled by 'cat'")#: src/main/builtin.c:617#, c-formatmsgid "argument %d (type '%s') cannot be handled by 'cat'"msgstr "argument %d (typ '%s') nie może zostać obsłużony przez 'cat'"# src/main/builtin.c: 756# error(_("vector: cannot make a vector of mode '%s'."),# translateChar(STRING_ELT(s, 0)))#: src/main/builtin.c:756#, c-formatmsgid "vector: cannot make a vector of mode '%s'."msgstr "wektor: nie można utworzyć wektora trybu '%s'."# src/main/builtin.c: 782# error(_("cannot set length of non-vector"))#: src/main/builtin.c:782msgid "cannot set length of non-vector"msgstr "nie można ustawić długości nie-wektora"# src/library/grDevices/src/devices.c: 52# error(_("invalid argument"))# src/library/tcltk/src/tcltk.c: 187# error(_("invalid argument"))# src/library/tcltk/src/tcltk.c: 714# error(_("invalid argument"))# src/library/utils/src/windows/dataentry.c: 223# error(G_("invalid argument"))# src/library/utils/src/windows/dataentry.c: 1850# error(G_("invalid argument"))# src/library/utils/src/windows/dataentry.c: 1853# error(G_("invalid argument"))# src/library/utils/src/windows/dataentry.c: 1884# error(G_("invalid argument"))# src/main/builtin.c: 890# error(_("invalid argument"))# src/main/builtin.c: 900# error(_("invalid argument"))# src/main/options.c: 630# error(_("invalid argument"))#: src/main/builtin.c:890 src/main/builtin.c:900 src/main/options.c:630msgid "invalid argument"msgstr "niepoprawny argument"# src/main/builtin.c: 892# error(_("invalid value"))# src/main/builtin.c: 902# error(_("invalid value"))# src/main/builtin.c: 904# error(_("invalid value"))# src/main/character.c: 366# error(_("invalid value"))# src/main/coerce.c: 2674# error(_("invalid value"))#: src/main/builtin.c:892 src/main/builtin.c:902 src/main/builtin.c:904#: src/main/character.c:366 src/main/coerce.c:2767msgid "invalid value"msgstr "niepoprawna wartość"# src/main/builtin.c: 935# error(_("'...' used in an incorrect context"))# src/main/coerce.c: 2391# error(_("'...' used in an incorrect context"))# src/main/coerce.c: 2432# error(_("'...' used in an incorrect context"))# src/main/eval.c: 519# error(_("'...' used in an incorrect context"))# src/main/eval.c: 639# error(_("'...' used in an incorrect context"))# src/main/eval.c: 1953# error(_("'...' used in an incorrect context"))# src/main/eval.c: 2019# error(_("'...' used in an incorrect context"))# src/main/eval.c: 2079# error(_("'...' used in an incorrect context"))# src/main/eval.c: 2410# error(_("'...' used in an incorrect context"))# src/main/eval.c: 4509# error(_("'...' used in an incorrect context"))# src/main/eval.c: 4618# error(_("'...' used in an incorrect context"))#: src/main/builtin.c:935 src/main/coerce.c:2484 src/main/coerce.c:2525#: src/main/eval.c:542 src/main/eval.c:662 src/main/eval.c:1976#: src/main/eval.c:2042 src/main/eval.c:2102 src/main/eval.c:2433#: src/main/eval.c:4532 src/main/eval.c:4641msgid "'...' used in an incorrect context"msgstr "'...' użyte w złym kontekście"# src/main/builtin.c: 956# error(_("duplicate 'switch' defaults: '%s' and '%s'"),# CHAR(STRING_ELT(dflt1, 0)), CHAR(STRING_ELT(dflt2, 0)))#: src/main/builtin.c:956#, c-formatmsgid "duplicate 'switch' defaults: '%s' and '%s'"msgstr "powtórzone wartości domyślne w 'switch': '%s' oraz '%s'"# src/main/builtin.c: 989# _("'EXPR' is missing")#: src/main/builtin.c:989msgid "'EXPR' is missing"msgstr "brakuje 'EXPR'"# src/main/builtin.c: 993# _("EXPR must be a length 1 vector")# src/main/eval.c: 4934# _("EXPR must be a length 1 vector")#: src/main/builtin.c:993 src/main/eval.c:4957msgid "EXPR must be a length 1 vector"msgstr "EXPR musi być wektorem o długości 1"#: src/main/builtin.c:996#, c-formatmsgid """EXPR is a \"factor\", treated as integer.\n"" Consider using '%s' instead."msgstr ""# src/main/character.c: 105# error(_("'%s' requires a character vector"), "nzchar()")# src/main/character.c: 108# error(_("'%s' requires a character vector"), "nzchar()")# src/main/character.c: 132# error(_("'%s' requires a character vector"), "nchar()")# src/main/character.c: 135# error(_("'%s' requires a character vector"), "nchar()")#: src/main/character.c:105 src/main/character.c:108 src/main/character.c:132#: src/main/character.c:135#, c-formatmsgid "'%s' requires a character vector"msgstr "'%s' wymaga wektora tekstowego"# src/main/character.c: 164# error(_("number of characters is not computable for element %d in \"bytes\" encoding"), i+1)#: src/main/character.c:164#, c-formatmsgid """number of characters is not computable for element %d in \"bytes\" encoding"msgstr """liczba znaków nie jest obliczalna dla elementu %d w kodowaniu \"bytes\""# src/main/character.c: 169# error(_("invalid multibyte string %d"), i+1)# src/main/character.c: 197# error(_("invalid multibyte string %d"), i+1)# src/main/character.c: 651# error(_("invalid multibyte string %d"), i+1)# src/main/character.c: 748# error(_("invalid multibyte string %d"), i+1)#: src/main/character.c:169 src/main/character.c:197 src/main/character.c:653#: src/main/character.c:750#, c-formatmsgid "invalid multibyte string %d"msgstr "niepoprawny wielobajtowy łańcuch %d"# src/main/character.c: 185# error(_("width is not computable for element %d in \"bytes\" encoding"), i+1)#: src/main/character.c:185#, c-formatmsgid "width is not computable for element %d in \"bytes\" encoding"msgstr "szerokość nie jest obliczalna dla elementu %d w kodowaniu \"bytes\""# src/main/character.c: 263# error(_("extracting substrings from a non-character object"))#: src/main/character.c:263msgid "extracting substrings from a non-character object"msgstr "wyodrębnianie podłańcuchów z nietekstowego obiektu"# src/main/character.c: 268# error(_("invalid substring arguments"))# src/main/character.c: 363# error(_("invalid substring arguments"))#: src/main/character.c:268 src/main/character.c:363msgid "invalid substring arguments"msgstr "niepoprawne argumenty podłańcucha"# src/main/character.c: 358# error(_("replacing substrings in a non-character object"))#: src/main/character.c:358msgid "replacing substrings in a non-character object"msgstr "zastępowanie podłańcuchów w nietekstowym obiekcie"# src/main/character.c: 551# error(_("the first argument must be a character vector"))#: src/main/character.c:551msgid "the first argument must be a character vector"msgstr "pierwszy argument musi być wektorem tekstowym"# src/main/character.c: 568# warning(_("abbreviate used with non-ASCII chars"))#: src/main/character.c:570msgid "abbreviate used with non-ASCII chars"msgstr "'abbreviate' użyte ze znakami nie będącymi ASCII"# src/main/character.c: 589# error(_("non-character names"))#: src/main/character.c:591msgid "non-character names"msgstr "nazwy nietekstowe"# src/main/character.c: 694# error(_("non-character argument"))# src/main/grep.c: 159# error(_("non-character argument"))#: src/main/character.c:696 src/main/grep.c:159msgid "non-character argument"msgstr "argument nietekstowy"# src/main/character.c: 803# error(_("decreasing range specification ('%lc-%lc')"),# s[i], s[i + 2])#: src/main/character.c:805#, c-formatmsgid "decreasing range specification ('%lc-%lc')"msgstr "określenie zmniejszenia zakresu ('%lc-%lc')"# src/main/character.c: 889# error(_("decreasing range specification ('%c-%c')"),# s[i], s[i + 2])#: src/main/character.c:891#, c-formatmsgid "decreasing range specification ('%c-%c')"msgstr "określenie zmniejszenia zakresu ('%c-%c')"# src/main/character.c: 1077# error(_("invalid UTF-8 string 'old'"))#: src/main/character.c:1079msgid "invalid UTF-8 string 'old'"msgstr "niepoprawny łańcuch UTF-8 'old'"# src/main/character.c: 1083# error(_("invalid multibyte string 'old'"))#: src/main/character.c:1085msgid "invalid multibyte string 'old'"msgstr "niepoprawny wielobajtowy łańcuch 'old'"# src/main/character.c: 1096# error(_("invalid UTF-8 string 'new'"))#: src/main/character.c:1098msgid "invalid UTF-8 string 'new'"msgstr "niepoprawny łańcuch UTF-8 'new'"# src/main/character.c: 1102# error(_("invalid multibyte string 'new'"))#: src/main/character.c:1104msgid "invalid multibyte string 'new'"msgstr "niepoprawny wielobajtowy łańcuch 'new'"# src/main/character.c: 1130# error(_("'old' is longer than 'new'"))# src/main/character.c: 1219# error(_("'old' is longer than 'new'"))#: src/main/character.c:1132 src/main/character.c:1221msgid "'old' is longer than 'new'"msgstr "'old' jest dłuższe niż 'new'"# src/main/character.c: 1162# error(_("invalid input multibyte string %d"), i+1)#: src/main/character.c:1164#, c-formatmsgid "invalid input multibyte string %d"msgstr "niepoprawny wielobajtowy łańcuch wejściowy %d"# src/main/character.c: 1269# error(_("strtrim() requires a character vector"))#: src/main/character.c:1271msgid "strtrim() requires a character vector"msgstr "'strtrim()' wymaga wektora tekstowego"# src/main/coerce.c: 32# _("invalid 'mode' argument")#: src/main/coerce.c:32msgid "invalid 'mode' argument"msgstr "niepoprawny argument 'mode'"# src/main/coerce.c: 33# _("applies only to lists and vectors")#: src/main/coerce.c:33msgid "applies only to lists and vectors"msgstr "stosuje się jedynie do list oraz wektorów"# src/main/coerce.c: 77# warning(_("NAs introduced by coercion"))# src/main/errors.c: 1196# N_("NAs introduced by coercion")#: src/main/coerce.c:77 src/main/errors.c:1208msgid "NAs introduced by coercion"msgstr "pojawiły się wartości NA na skutek przekształcenia"# src/main/coerce.c: 79# warning(_("inaccurate integer conversion in coercion"))# src/main/errors.c: 1197# N_("inaccurate integer conversion in coercion")#: src/main/coerce.c:79 src/main/errors.c:1209msgid "inaccurate integer conversion in coercion"msgstr "niedokładna konwersja liczby całkowitej w przekształceniu"# src/main/coerce.c: 81# warning(_("imaginary parts discarded in coercion"))# src/main/errors.c: 1198# N_("imaginary parts discarded in coercion")#: src/main/coerce.c:81 src/main/errors.c:1210msgid "imaginary parts discarded in coercion"msgstr "części urojone odrzucone na skutek przekształcenia"# src/main/coerce.c: 83# warning(_("out-of-range values treated as 0 in coercion to raw"))#: src/main/coerce.c:83msgid "out-of-range values treated as 0 in coercion to raw"msgstr """wartości poza zakresem będą traktowane jako 0 podczas przekształcenia do ""typu prostego"# src/main/coerce.c: 413# error(_("invalid data of mode '%s' (too short)"),# type2char(TYPEOF(v)))#: src/main/coerce.c:413#, c-formatmsgid "invalid data of mode '%s' (too short)"msgstr "niepoprawne dane trybu '%s' (zbyt krótkie)"# src/main/coerce.c: 1015# error(_("'pairlist' object cannot be coerced to type '%s'"),# type2char(type))#: src/main/coerce.c:1015#, c-formatmsgid "'pairlist' object cannot be coerced to type '%s'"msgstr "obiekt 'pairlist' nie może zostać przekształcony na typ '%s'"# src/main/coerce.c: 1133# error(_("(list) object cannot be coerced to type '%s'"),# type2char(type))#: src/main/coerce.c:1133#, c-formatmsgid "(list) object cannot be coerced to type '%s'"msgstr "obiekt (lista) nie może zostać przekształcony na typ '%s'"# src/main/coerce.c: 1156# warning(_("(symbol) object cannot be coerced to type '%s'"),# type2char(type))#: src/main/coerce.c:1156#, c-formatmsgid "(symbol) object cannot be coerced to type '%s'"msgstr "obiekt (symbol) nie może zostać przekształcony na typ '%s'"# src/main/coerce.c: 1172# error(_("no method for coercing this S4 class to a vector"))# src/main/coerce.c: 1484# error(_("no method for coercing this S4 class to a vector"))#: src/main/coerce.c:1172 src/main/coerce.c:1484msgid "no method for coercing this S4 class to a vector"msgstr "brak metody dla przekształcenia tej klasy S4 na wektor"# src/main/coerce.c: 1231# error(_("environments cannot be coerced to other types"))#: src/main/coerce.c:1231msgid "environments cannot be coerced to other types"msgstr "środowiska nie mogą zostać przekształcone na inne typy"# src/main/coerce.c: 1378# error(_("attempting to coerce non-factor"))#: src/main/coerce.c:1378msgid "attempting to coerce non-factor"msgstr "próba przekonwertowania nie-czynnika"# src/main/coerce.c: 1532# _("list argument expected")#: src/main/coerce.c:1532msgid "list argument expected"msgstr "oczekiwano listy argumentów"# src/main/coerce.c: 1540# _("invalid environment")# src/main/eval.c: 5100# _("invalid environment")#: src/main/coerce.c:1540 src/main/eval.c:5123msgid "invalid environment"msgstr "niepoprawne środowisko"# src/main/coerce.c: 1544# _("argument must have length at least 1")#: src/main/coerce.c:1544msgid "argument must have length at least 1"msgstr "argument musi mieć długość przynajmniej 1"# src/main/coerce.c: 1566# _("invalid body for function")#: src/main/coerce.c:1566msgid "invalid body for function"msgstr "niepoprawne ciało dla funkcji"# src/main/coerce.c: 1589# _("invalid length 0 argument")#: src/main/coerce.c:1589msgid "invalid length 0 argument"msgstr "niepoprawny argument o długości 0"# src/main/coerce.c: 1604# _("invalid argument list")#: src/main/coerce.c:1604msgid "invalid argument list"msgstr "niepoprawna lista argumentów"# src/main/coerce.c: 1915# _("type \"single\" unimplemented in R")#: src/main/coerce.c:1915msgid "type \"single\" unimplemented in R"msgstr "typ \"single\" nie jest zaimplementowany w R"# src/main/coerce.c: 1917# _("unimplemented predicate")#: src/main/coerce.c:1917msgid "unimplemented predicate"msgstr "niezaimplementowany predykat (is.xxx)"# src/main/coerce.c: 2064# warningcall(call, _("%s() applied to non-(list or vector) of type '%s'"),# "is.na", type2char(TYPEOF(x)))#: src/main/coerce.c:2068#, c-formatmsgid "%s() applied to non-(list or vector) of type '%s'"msgstr "%s() zastosowane do nie-listy lub nie-wektora typu '%s'"# src/main/coerce.c: 2130# _("default method not implemented for type '%s'")# src/main/coerce.c: 2193# _("default method not implemented for type '%s'")# src/main/coerce.c: 2261# _("default method not implemented for type '%s'")#: src/main/coerce.c:2218 src/main/coerce.c:2281 src/main/coerce.c:2349#, c-formatmsgid "default method not implemented for type '%s'"msgstr "domyślna metoda nie jest zaimplementowana dla typu '%s'"# src/main/coerce.c: 2279# _("'name' is missing")#: src/main/coerce.c:2367msgid "'name' is missing"msgstr "brakuje 'name'"# src/main/coerce.c: 2286# errorcall_return(call, _("first argument must be a character string"))#: src/main/coerce.c:2374msgid "first argument must be a character string"msgstr "pierwszy argument musi być łańcuchem tekstowym"# src/main/coerce.c: 2319# error(_("'what' must be a character string or a function"))#: src/main/coerce.c:2407msgid "'what' must be a character string or a function"msgstr "'what' musi być łańcuchem tekstowym lub funkcją"# src/main/coerce.c: 2322# error(_("'args' must be a list"))#: src/main/coerce.c:2411#, fuzzymsgid "'args' must be a list or expression"msgstr "'args' musi być listą"# src/main/coerce.c: 2322# error(_("'args' must be a list"))#: src/main/coerce.c:2414msgid "'args' must be a list"msgstr "'args' musi być listą"# src/main/coerce.c: 2325# error(_("'envir' must be an environment"))#: src/main/coerce.c:2418msgid "'envir' must be an environment"msgstr "'envir' musi być środowiskiem"# src/main/coerce.c: 2480# _("invalid environment specified")#: src/main/coerce.c:2573msgid "invalid environment specified"msgstr "określono niepoprawne środowisko"# src/main/coerce.c: 2545# warning(_("Setting class(x) to NULL; result will no longer be an S4 object"))#: src/main/coerce.c:2638msgid "Setting class(x) to NULL; result will no longer be an S4 object"msgstr "Ustawianie class(x) na NULL; wynik nie będzie już dłużej obiektem S4"# src/main/coerce.c: 2548# warning(_("Setting class(x) to multiple strings (\"%s\", \"%s\", ...); result will no longer be an S4 object"), translateChar(STRING_ELT(newClass, 0)), translateChar(STRING_ELT(newClass, 1)))#: src/main/coerce.c:2641#, c-formatmsgid """Setting class(x) to multiple strings (\"%s\", \"%s\", ...); result will no ""longer be an S4 object"msgstr """Ustawianie class(x) w wiele łańcuchów (\"%s\", \"%s\", ...); wynik nie ""będzie już dłużej obiektem S4"# src/main/coerce.c: 2550# warning(_("Setting class(x) to \"%s\" sets attribute to NULL; result will no longer be an S4 object"), CHAR(asChar(newClass)))#: src/main/coerce.c:2643#, c-formatmsgid """Setting class(x) to \"%s\" sets attribute to NULL; result will no longer be ""an S4 object"msgstr """Ustawianie class(x) na \"%s\" ustawia atrybut na NULL; wynik nie będzie już ""dłużej obiektem S4"# src/main/coerce.c: 2582# error(_("invalid replacement object to be a class string"))#: src/main/coerce.c:2675msgid "invalid replacement object to be a class string"msgstr "niepoprawny zastępujący obiekt na miejsce łańcucha klasy"# src/main/coerce.c: 2603# error(_("\"%s\" can only be set as the class if the object has this type; found \"%s\""),# valueString, type2char(TYPEOF(obj)))#: src/main/coerce.c:2696#, c-formatmsgid """\"%s\" can only be set as the class if the object has this type; found \"%s\""msgstr """\"%s\" można ustawić jako klasę jeśli obiekt posiada ten typ; znaleziono \"%s""\""# src/main/coerce.c: 2621# error(_("invalid to set the class to matrix unless the dimension attribute is of length 2 (was %d)"),# length(getAttrib(obj, R_DimSymbol)))#: src/main/coerce.c:2714#, c-formatmsgid """invalid to set the class to matrix unless the dimension attribute is of ""length 2 (was %d)"msgstr """niepoprawne ustawienie klasy na macierz chyba, że atrybut wymiaru jest ""długości 2 (było %d)"# src/main/coerce.c: 2629# error(_("cannot set class to \"array\" unless the dimension attribute has length > 0"))#: src/main/coerce.c:2722msgid """cannot set class to \"array\" unless the dimension attribute has length > 0"msgstr """nie można ustawić klasy na \"array\" chyba, że atrybut wymiaru ma długość > 0"# src/main/coerce.c: 2665# error(_("'value' must be non-null character string"))#: src/main/coerce.c:2758msgid "'value' must be non-null character string"msgstr "'value' musi być niepustym łańcuchem tekstowym"# src/library/base/R/mode.R: 37# stop("invalid to change the storage mode of a factor")# src/main/coerce.c: 2678# error(_("invalid to change the storage mode of a factor"))#: src/main/coerce.c:2771msgid "invalid to change the storage mode of a factor"msgstr "niepoprawna zmiana trybu przechowywania czynnika"# src/main/complex.c: 126# _("invalid complex unary operator")#: src/main/complex.c:126msgid "invalid complex unary operator"msgstr "niepoprawny zespolony operator jednoargumentowy"# src/main/complex.c: 260# error(_("unimplemented complex operation"))#: src/main/complex.c:260msgid "unimplemented complex operation"msgstr "niezaimplementowana operacja zespolona"# src/main/complex.c: 363# _("non-numeric argument to function")#: src/main/complex.c:363msgid "non-numeric argument to function"msgstr "argument nieliczbowy przekazany do funkcji"# src/main/complex.c: 824# error(_("invalid polynomial coefficient"))#: src/main/complex.c:824msgid "invalid polynomial coefficient"msgstr "niepoprawny współczynnik wielomianu"# src/main/complex.c: 829# error(_("root finding code failed"))#: src/main/complex.c:829msgid "root finding code failed"msgstr "kod znajdujący pierwiastki zawiódł"# src/main/connections.c: 153# error(_("all connections are in use"))#: src/main/connections.c:153msgid "all connections are in use"msgstr "wszystkie połączenia są w użyciu"# src/main/connections.c: 164# error(_("connection not found"))#: src/main/connections.c:164msgid "connection not found"msgstr "połączenie nie zostało znalezione"# src/main/connections.c: 175# error(_("invalid connection"))#: src/main/connections.c:175msgid "invalid connection"msgstr "niepoprawne połączenie"#: src/main/connections.c:207#, c-formatmsgid "closing unused connection %d (%s)\n"msgstr "zamykanie nieużywanego połączenia %d (%s)\n"# src/main/connections.c: 232# _("unsupported conversion from '%s' to '%s'")# src/main/sysutils.c: 616# error(_("unsupported conversion from '%s' to '%s'"), from, to)# src/main/sysutils.c: 801# error(_("unsupported conversion from '%s' to '%s'"),# "latin1", "")# src/main/sysutils.c: 816# error(_("unsupported conversion from '%s' to '%s'"),# "latin1", "")# src/main/sysutils.c: 910# error(_("unsupported conversion from '%s' to '%s'"), "latin1", "UTF-8")# src/main/sysutils.c: 981# error(_("unsupported conversion from '%s' to '%s'"),# "latin1", TO_WCHAR)# src/main/sysutils.c: 991# error(_("unsupported conversion from '%s' to '%s'"),# "latin1", TO_WCHAR)# src/main/sysutils.c: 1004# error(_("unsupported conversion from '%s' to '%s'"), "", TO_WCHAR)# src/main/sysutils.c: 1293# error(_("unsupported conversion from '%s' to '%s'"),# UNICODE, "UTF-8")#: src/main/connections.c:232 src/main/sysutils.c:616 src/main/sysutils.c:801#: src/main/sysutils.c:816 src/main/sysutils.c:910 src/main/sysutils.c:981#: src/main/sysutils.c:991 src/main/sysutils.c:1004 src/main/sysutils.c:1293#, c-formatmsgid "unsupported conversion from '%s' to '%s'"msgstr "niewspierana konwersja z '%s' na '%s'"# src/main/connections.c: 288# error(_("%s not enabled for this connection"), "open")# src/main/connections.c: 304# error(_("%s not enabled for this connection"), "printing")# src/main/connections.c: 455# error(_("%s not enabled for this connection"), "'getc'")# src/main/connections.c: 461# error(_("%s not enabled for this connection"), "'seek'")# src/main/connections.c: 467# error(_("%s not enabled for this connection"), "truncation")# src/main/connections.c: 478# error(_("%s not enabled for this connection"), "'read'")# src/main/connections.c: 485# error(_("%s not enabled for this connection"), "'write'")#: src/main/connections.c:288 src/main/connections.c:304#: src/main/connections.c:455 src/main/connections.c:461#: src/main/connections.c:467 src/main/connections.c:478#: src/main/connections.c:485#, c-formatmsgid "%s not enabled for this connection"msgstr "'%s' nie jest udostępnione dla tego połączenia"# src/gnuwin32/run.c: 715# warning("printing of extremely long output is truncated")# src/main/connections.c: 334# warning(_("printing of extremely long output is truncated"))# src/main/connections.c: 351# warning(_("printing of extremely long output is truncated"))# src/main/connections.c: 2683# warning(_("printing of extremely long output is truncated"))# src/main/printutils.c: 754# warning("printing of extremely long output is truncated")# src/main/printutils.c: 768# warning("printing of extremely long output is truncated")#: src/main/connections.c:334 src/main/connections.c:351#: src/main/connections.c:2683msgid "printing of extremely long output is truncated"msgstr "drukowanie wyjątkowo długiego wyjścia zostało przycięte"# src/main/connections.c: 374# warning(_("invalid char string in output conversion"))#: src/main/connections.c:374msgid "invalid char string in output conversion"msgstr "niepoprawny łańcuch znaków w wyjściowej konwersji"# src/main/connections.c: 438# warning(_("invalid input found on input connection '%s'"),# con->description)#: src/main/connections.c:438#, c-formatmsgid "invalid input found on input connection '%s'"msgstr "znaleziono nieznane wejście w połączeniu wejściowym '%s'"# src/main/connections.c: 579# warning(_("cannot open file '%ls': %s"), wname, strerror(errno))#: src/main/connections.c:579#, c-formatmsgid "cannot open file '%ls': %s"msgstr "nie można otworzyć pliku '%ls': %s"# src/main/connections.c: 690# error(_("connection is not open for reading"))#: src/main/connections.c:690msgid "connection is not open for reading"msgstr "połączenie nie jest otwarte do odczytu"# src/main/connections.c: 695# error(_("connection is not open for writing"))#: src/main/connections.c:695msgid "connection is not open for writing"msgstr "połączenie nie jest otwarte do zapisu"# src/main/connections.c: 733# error(_("can only truncate connections open for writing"))# src/main/connections.c: 1998# error(_("can only truncate connections open for writing"))#: src/main/connections.c:733 src/main/connections.c:1998msgid "can only truncate connections open for writing"msgstr "można przyciąć tylko połączenia otwarte do zapisu"# src/main/connections.c: 737# error(_("file truncation failed"))# src/main/connections.c: 739# error(_("file truncation failed"))#: src/main/connections.c:737 src/main/connections.c:739msgid "file truncation failed"msgstr "przycięcie pliku nie powiodło się"# src/main/connections.c: 741# error(_("file truncation unavailable on this platform"))#: src/main/connections.c:741msgid "file truncation unavailable on this platform"msgstr "obcięcie pliku nie jest dostępne na tej platformie"# src/main/connections.c: 787# error(_("allocation of file connection failed"))# src/main/connections.c: 791# error(_("allocation of file connection failed"))# src/main/connections.c: 797# error(_("allocation of file connection failed"))# src/main/connections.c: 814# error(_("allocation of file connection failed"))#: src/main/connections.c:787 src/main/connections.c:791#: src/main/connections.c:797 src/main/connections.c:814msgid "allocation of file connection failed"msgstr "przydział połączenia plikowego nie powiódł się"# src/main/connections.c: 864# warning(_("cannot create fifo '%s', reason '%s'"), name,# strerror(errno))#: src/main/connections.c:864#, c-formatmsgid "cannot create fifo '%s', reason '%s'"msgstr "nie można utworzyć kolejki fifo '%s' powód '%s'"# src/main/connections.c: 870# warning(_("'%s' exists but is not a fifo"), name)#: src/main/connections.c:870#, c-formatmsgid "'%s' exists but is not a fifo"msgstr "'%s' istnieje, ale nie jest kolejką fifo"# src/main/connections.c: 884# warning(_("fifo '%s' is not ready"), name)#: src/main/connections.c:884#, c-formatmsgid "fifo '%s' is not ready"msgstr "kolejka fifo '%s' nie jest gotowa"# src/main/connections.c: 885# warning(_("cannot open fifo '%s'"), name)#: src/main/connections.c:885#, c-formatmsgid "cannot open fifo '%s'"msgstr "nie można otworzyć kolejki fifo '%s'"# src/main/connections.c: 926# error(_("too large a block specified"))# src/main/connections.c: 937# error(_("too large a block specified"))# src/main/connections.c: 1300# error(_("too large a block specified"))# src/main/connections.c: 1310# error(_("too large a block specified"))# src/main/connections.c: 1429# error(_("too large a block specified"))# src/main/connections.c: 1489# error(_("too large a block specified"))# src/main/connections.c: 2015# error(_("too large a block specified"))# src/main/connections.c: 2032# error(_("too large a block specified"))# src/main/connections.c: 2341# error(_("too large a block specified"))# src/main/connections.c: 5062# error(_("too large a block specified"))# src/main/connections.c: 5126# error(_("too large a block specified"))#: src/main/connections.c:926 src/main/connections.c:937#: src/main/connections.c:1300 src/main/connections.c:1310#: src/main/connections.c:1429 src/main/connections.c:1489#: src/main/connections.c:2015 src/main/connections.c:2032#: src/main/connections.c:2341 src/main/connections.c:5062#: src/main/connections.c:5126msgid "too large a block specified"msgstr "określono zbyt duży blok"# src/main/connections.c: 946# error(_("allocation of fifo connection failed"))# src/main/connections.c: 950# error(_("allocation of fifo connection failed"))# src/main/connections.c: 956# error(_("allocation of fifo connection failed"))# src/main/connections.c: 972# error(_("allocation of fifo connection failed"))#: src/main/connections.c:946 src/main/connections.c:950#: src/main/connections.c:956 src/main/connections.c:972msgid "allocation of fifo connection failed"msgstr "przydział połączenia fifo nie powiódł się"# src/main/connections.c: 991# warning(_("only first element of 'description' argument used"))# src/main/connections.c: 1146# warning(_("only first element of 'description' argument used"))# src/main/connections.c: 1767# warning(_("only first element of 'description' argument used"))# src/main/connections.c: 2979# warning(_("only first element of 'description' argument used"))# src/main/connections.c: 4724# warning(_("only first element of 'description' argument used"))#: src/main/connections.c:991 src/main/connections.c:1146#: src/main/connections.c:1767 src/main/connections.c:2979#: src/main/connections.c:4724msgid "only first element of 'description' argument used"msgstr "użyto tylko pierwszego elementu argumentu 'description'"# src/main/connections.c: 1008# warning(_("fifo(\"\") only supports open = \"w+\" and open = \"w+b\": using the former"))#: src/main/connections.c:1008msgid """fifo(\"\") only supports open = \"w+\" and open = \"w+b\": using the former"msgstr """fifo(\"\") wspiera tylko 'open = \"w+\"' oraz 'open = \"w+b\"': używanie ""pierwszego"# src/library/tools/src/gramRd.c: 4653# error(_("cannot open the connection"))# src/library/tools/src/gramRd.y: 1796# error(_("cannot open the connection"))# src/library/utils/src/io.c: 345# error(_("cannot open the connection"))# src/library/utils/src/io.c: 800# error(_("cannot open the connection"))# src/library/utils/src/io.c: 995# error(_("cannot open the connection"))# src/main/connections.c: 1022# error(_("cannot open the connection"))# src/main/connections.c: 1183# error(_("cannot open the connection"))# src/main/connections.c: 1833# error(_("cannot open the connection"))# src/main/connections.c: 2946# error(_("cannot open the connection"))# src/main/connections.c: 2999# error(_("cannot open the connection"))# src/main/connections.c: 3047# error(_("cannot open the connection"))# src/main/connections.c: 3330# error(_("cannot open the connection"))# src/main/connections.c: 3443# error(_("cannot open the connection"))# src/main/connections.c: 3604# error(_("cannot open the connection"))# src/main/connections.c: 3855# error(_("cannot open the connection"))# src/main/connections.c: 4183# error(_("cannot open the connection"))# src/main/connections.c: 4303# error(_("cannot open the connection"))# src/main/connections.c: 4512# error(_("cannot open the connection"))# src/main/connections.c: 4862# error(_("cannot open the connection"))# src/main/dcf.c: 66# error(_("cannot open the connection"))# src/main/deparse.c: 352# error(_("cannot open the connection"))# src/main/deparse.c: 438# error(_("cannot open the connection"))# src/main/saveload.c: 2257# error(_("cannot open the connection"))# src/main/saveload.c: 2337# error(_("cannot open the connection"))# src/main/scan.c: 918# error(_("cannot open the connection"))# src/main/serialize.c: 2110# error(_("cannot open the connection"))# src/main/serialize.c: 2161# error(_("cannot open the connection"))# src/main/source.c: 265# error(_("cannot open the connection"))#: src/main/connections.c:1022 src/main/connections.c:1183#: src/main/connections.c:1833 src/main/connections.c:2946#: src/main/connections.c:2999 src/main/connections.c:3047#: src/main/connections.c:3330 src/main/connections.c:3443#: src/main/connections.c:3604 src/main/connections.c:3855#: src/main/connections.c:4183 src/main/connections.c:4303#: src/main/connections.c:4512 src/main/connections.c:4862 src/main/dcf.c:66#: src/main/deparse.c:352 src/main/deparse.c:438 src/main/saveload.c:2267#: src/main/saveload.c:2350 src/main/scan.c:922 src/main/serialize.c:2175#: src/main/serialize.c:2226 src/main/source.c:265msgid "cannot open the connection"msgstr "nie można otworzyć połączenia"# src/main/connections.c: 1037# error(_("fifo connections are not available on this system"))#: src/main/connections.c:1037msgid "fifo connections are not available on this system"msgstr "połączenia fifo nie są dostępne w tym systemie"# src/main/connections.c: 1066# warning(_("cannot pipe() cmd '%ls': %s"), wname, strerror(errno))#: src/main/connections.c:1066#, c-formatmsgid "cannot pipe() cmd '%ls': %s"msgstr "nie można otworzyć 'pipe()' polecenie '%ls': %s"# src/main/connections.c: 1073# warning(_("cannot open pipe() cmd '%s': %s"), con->description,# strerror(errno))#: src/main/connections.c:1073#, c-formatmsgid "cannot open pipe() cmd '%s': %s"msgstr "nie można otworzyć 'pipe()' polecenie '%s': %s"# src/main/connections.c: 1240# warning(_("cannot open compressed file '%s', probable reason '%s'"),# R_ExpandFileName(con->description), strerror(errno))# src/main/connections.c: 1560# warning(_("cannot open compressed file '%s', probable reason '%s'"),# R_ExpandFileName(con->description), strerror(errno))#: src/main/connections.c:1240 src/main/connections.c:1560#, c-formatmsgid "cannot open compressed file '%s', probable reason '%s'"msgstr """nie można otworzyć skompresowanego pliku '%s', prawdopodobny powód '%s'"# src/main/connections.c: 1280# error(_("whence = \"end\" is not implemented for gzfile connections"))#: src/main/connections.c:1280msgid "whence = \"end\" is not implemented for gzfile connections"msgstr "'whence = \"end\"' nie jest zaimplementowane dla połączeń gzfile"# src/main/connections.c: 1285# warning(_("seek on a gzfile connection returned an internal error"))#: src/main/connections.c:1285msgid "seek on a gzfile connection returned an internal error"msgstr "przeszukiwanie połączenia gzfile zwróciło błąd wewnętrzny"# src/main/connections.c: 1319# error(_("allocation of gzfile connection failed"))# src/main/connections.c: 1323# error(_("allocation of gzfile connection failed"))# src/main/connections.c: 1329# error(_("allocation of gzfile connection failed"))# src/main/connections.c: 1346# error(_("allocation of gzfile connection failed"))#: src/main/connections.c:1319 src/main/connections.c:1323#: src/main/connections.c:1329 src/main/connections.c:1346msgid "allocation of gzfile connection failed"msgstr "przydział połączenia gzfile nie powiódł się"# src/main/connections.c: 1375# warning(_("cannot open bzip2-ed file '%s', probable reason '%s'"),# R_ExpandFileName(con->description), strerror(errno))#: src/main/connections.c:1375#, c-formatmsgid "cannot open bzip2-ed file '%s', probable reason '%s'"msgstr "nie można otworzyć pliku bzip2 '%s', prawdopodobny powód '%s'"# src/main/connections.c: 1384# warning(_("file '%s' appears not to be compressed by bzip2"),# R_ExpandFileName(con->description))#: src/main/connections.c:1384#, c-formatmsgid "file '%s' appears not to be compressed by bzip2"msgstr "plik '%s' wydaje się nie być skompresowany przez bzip2"# src/main/connections.c: 1393# warning(_("initializing bzip2 compression for file '%s' failed"),# R_ExpandFileName(con->description))#: src/main/connections.c:1393#, c-formatmsgid "initializing bzip2 compression for file '%s' failed"msgstr "inicjowanie kompresji bzip2 dla pliku '%s' nie powiodło się"# src/main/connections.c: 1447# error(_("allocation of overflow buffer for bzfile failed"))#: src/main/connections.c:1447msgid "allocation of overflow buffer for bzfile failed"msgstr "przydział bufora przepełnienia dla bzfile nie powiódł się"# src/main/connections.c: 1454# warning(_("file '%s' has trailing content that appears not to be compressed by bzip2"),# R_ExpandFileName(con->description))#: src/main/connections.c:1454#, c-formatmsgid """file '%s' has trailing content that appears not to be compressed by bzip2"msgstr """Plik '%s' posiada końcową treść, która wydaje się nie być skompresowana ""przez bzip2"# src/main/connections.c: 1500# error(_("allocation of bzfile connection failed"))# src/main/connections.c: 1504# error(_("allocation of bzfile connection failed"))# src/main/connections.c: 1510# error(_("allocation of bzfile connection failed"))# src/main/connections.c: 1527# error(_("allocation of bzfile connection failed"))#: src/main/connections.c:1500 src/main/connections.c:1504#: src/main/connections.c:1510 src/main/connections.c:1527msgid "allocation of bzfile connection failed"msgstr "przydział połączenia bzfile nie powiódł się"# src/main/connections.c: 1573# warning(_("cannot initialize lzma decoder, error %d"), ret)# src/main/connections.c: 5670# error(_("cannot initialize lzma decoder, error %d"), ret)#: src/main/connections.c:1573 src/main/connections.c:5704#, c-formatmsgid "cannot initialize lzma decoder, error %d"msgstr "nie można zainicjować dekodera lzma, błąd %d"# src/main/connections.c: 1589# warning(_("cannot initialize lzma encoder, error %d"), ret)#: src/main/connections.c:1589#, c-formatmsgid "cannot initialize lzma encoder, error %d"msgstr "nie można zainicjować enkodera lzma, błąd %d"# src/main/connections.c: 1717# error(_("allocation of xzfile connection failed"))# src/main/connections.c: 1721# error(_("allocation of xzfile connection failed"))# src/main/connections.c: 1727# error(_("allocation of xzfile connection failed"))# src/main/connections.c: 1745# error(_("allocation of xzfile connection failed"))#: src/main/connections.c:1717 src/main/connections.c:1721#: src/main/connections.c:1727 src/main/connections.c:1745msgid "allocation of xzfile connection failed"msgstr "przydział połączenia xcfile nie powiódł się"# src/main/connections.c: 1804# error(_("this is a %s-compressed file which this build of R does not support"), "lzop")#: src/main/connections.c:1804#, c-formatmsgid "this is a %s-compressed file which this build of R does not support"msgstr "to jest plik skompresowany metodą %s, której ta wersja R nie wspiera"# src/main/connections.c: 1899# warning(_("memory allocation to copy clipboard failed"))# src/modules/X11/devX11.c: 3375# warning(_("memory allocation to copy clipboard failed"))#: src/main/connections.c:1899 src/modules/X11/devX11.c:3375msgid "memory allocation to copy clipboard failed"msgstr "przydział pamięci do skopowiania zawartości schowka nie powiódł się"# src/main/connections.c: 1904# warning(_("clipboard cannot be opened or contains no text"))# src/modules/X11/devX11.c: 3354# warning(_("clipboard cannot be opened or contains no text"))# src/modules/X11/devX11.c: 3359# warning(_("clipboard cannot be opened or contains no text"))#: src/main/connections.c:1904 src/modules/X11/devX11.c:3354#: src/modules/X11/devX11.c:3359msgid "clipboard cannot be opened or contains no text"msgstr "schowek nie może zostać otworzony lub nie zawiera tekstu"# src/main/connections.c: 1915# warning(_("memory allocation to open clipboard failed"))#: src/main/connections.c:1915msgid "memory allocation to open clipboard failed"msgstr "przydział pamięci aby otworzyć schowek nie powiódł się"# src/library/utils/src/windows/util.c: 311# warning(_("unable to open the clipboard"))# src/main/connections.c: 1943# warning(_("unable to open the clipboard"))#: src/main/connections.c:1943msgid "unable to open the clipboard"msgstr "nie można otworzyć schowka"# src/library/utils/src/windows/util.c: 316# warning(_("unable to write to the clipboard"))# src/main/connections.c: 1947# warning(_("unable to write to the clipboard"))#: src/main/connections.c:1947msgid "unable to write to the clipboard"msgstr "nie można zapisać do schowka"# src/main/connections.c: 1987# error(_("attempt to seek outside the range of the clipboard"))#: src/main/connections.c:1987msgid "attempt to seek outside the range of the clipboard"msgstr "próbowa przeszukiwania poza zakresem schowka"# src/main/connections.c: 2030# error(_("clipboard connection is open for reading only"))#: src/main/connections.c:2030msgid "clipboard connection is open for reading only"msgstr "połączenie ze schowkiem jest otwarte tylko do odczytu"# src/main/connections.c: 2050# warning(_("clipboard buffer is full and output lost"))#: src/main/connections.c:2050msgid "clipboard buffer is full and output lost"msgstr "bufor schowka jest pełny oraz utracono wyjście"# src/main/connections.c: 2071# error(_("'mode' for the clipboard must be 'r' or 'w'"))#: src/main/connections.c:2071msgid "'mode' for the clipboard must be 'r' or 'w'"msgstr "'mode' dla schowka musi być 'r' lub 'w'"# src/main/connections.c: 2074# error(_("'mode' for the clipboard must be 'r' on Unix"))#: src/main/connections.c:2074msgid "'mode' for the clipboard must be 'r' on Unix"msgstr "'mode' dla schowka musi być 'r' w systemie Unix"# src/main/connections.c: 2077# error(_("allocation of clipboard connection failed"))# src/main/connections.c: 2083# error(_("allocation of clipboard connection failed"))# src/main/connections.c: 2089# error(_("allocation of clipboard connection failed"))# src/main/connections.c: 2106# error(_("allocation of clipboard connection failed"))#: src/main/connections.c:2077 src/main/connections.c:2083#: src/main/connections.c:2089 src/main/connections.c:2106msgid "allocation of clipboard connection failed"msgstr "przydział połączenia schowka nie powiódł się"# src/main/connections.c: 2175# error(_("allocation of terminal connection failed"))# src/main/connections.c: 2179# error(_("allocation of terminal connection failed"))# src/main/connections.c: 2185# error(_("allocation of terminal connection failed"))#: src/main/connections.c:2175 src/main/connections.c:2179#: src/main/connections.c:2185msgid "allocation of terminal connection failed"msgstr "przydział połączenia terminalu nie powiódł się"# src/main/connections.c: 2318# error(_("attempting to add too many elements to raw vector"))#: src/main/connections.c:2318msgid "attempting to add too many elements to raw vector"msgstr "próba dodania zbyt wielu elementów do prostego wektora"# src/main/connections.c: 2370# error(_("attempt to seek outside the range of the raw connection"))#: src/main/connections.c:2370msgid "attempt to seek outside the range of the raw connection"msgstr "próba przeszukiwania poza zakresem prostego połączenia"# src/main/connections.c: 2381# error(_("allocation of raw connection failed"))# src/main/connections.c: 2385# error(_("allocation of raw connection failed"))# src/main/connections.c: 2391# error(_("allocation of raw connection failed"))# src/main/connections.c: 2417# error(_("allocation of raw connection failed"))#: src/main/connections.c:2381 src/main/connections.c:2385#: src/main/connections.c:2391 src/main/connections.c:2417msgid "allocation of raw connection failed"msgstr "przydział prostego połączenia nie powiódł się"# src/main/connections.c: 2470# error(_("'con' is not a rawConnection"))#: src/main/connections.c:2470msgid "'con' is not a rawConnection"msgstr "'con' nie jest rawConnection"# src/main/connections.c: 2473# error(_("'con' is not an output rawConnection"))#: src/main/connections.c:2473msgid "'con' is not an output rawConnection"msgstr "'con' nie jest wyjściem rawConnection"# src/main/connections.c: 2510# error(_("too many characters for text connection"))#: src/main/connections.c:2510msgid "too many characters for text connection"msgstr "zbyt dużo znaków dla połączenia tekstowego"# src/main/connections.c: 2515# error(_("cannot allocate memory for text connection"))#: src/main/connections.c:2515msgid "cannot allocate memory for text connection"msgstr "nie można przydzielić pamięci dla połączenia tekstowego"# src/main/connections.c: 2563# error(_("seek is not relevant for text connection"))#: src/main/connections.c:2563msgid "seek is not relevant for text connection"msgstr "przeszukiwanie nie jest właściwe dla połączenia tekstowego"# src/main/connections.c: 2571# error(_("allocation of text connection failed"))# src/main/connections.c: 2575# error(_("allocation of text connection failed"))# src/main/connections.c: 2581# error(_("allocation of text connection failed"))# src/main/connections.c: 2594# error(_("allocation of text connection failed"))# src/main/connections.c: 2779# error(_("allocation of text connection failed"))# src/main/connections.c: 2783# error(_("allocation of text connection failed"))# src/main/connections.c: 2789# error(_("allocation of text connection failed"))# src/main/connections.c: 2802# error(_("allocation of text connection failed"))# src/main/connections.c: 2808# error(_("allocation of text connection failed"))#: src/main/connections.c:2571 src/main/connections.c:2575#: src/main/connections.c:2581 src/main/connections.c:2594#: src/main/connections.c:2779 src/main/connections.c:2783#: src/main/connections.c:2789 src/main/connections.c:2802#: src/main/connections.c:2808msgid "allocation of text connection failed"msgstr "przydział połączenia tekstowego nie powiódł się"# src/main/connections.c: 2756# warning(_("text connection: appending to a non-existent char vector"))#: src/main/connections.c:2756msgid "text connection: appending to a non-existent char vector"msgstr "połączenie tekstowe: dołączanie do nieistniejącego wektora tekstowego"# src/main/connections.c: 2860# error(_("unsupported mode"))#: src/main/connections.c:2860msgid "unsupported mode"msgstr "niewspierany tryb"# src/main/connections.c: 2882# error(_("'con' is not a textConnection"))#: src/main/connections.c:2882msgid "'con' is not a textConnection"msgstr "'con' nie jest textConnection"# src/main/connections.c: 2885# error(_("'con' is not an output textConnection"))#: src/main/connections.c:2885msgid "'con' is not an output textConnection"msgstr "'con' nie jest wyjściem textConnection"# src/main/connections.c: 2959# error(_("sockets are not available on this system"))#: src/main/connections.c:2959msgid "sockets are not available on this system"msgstr "gniazda nie są dostępne w tym systemie"# src/main/connections.c: 3027# error(_("'con' is not a connection"))# src/main/connections.c: 3076# error(_("'con' is not a connection"))# src/main/connections.c: 3087# error(_("'con' is not a connection"))# src/main/connections.c: 3134# error(_("'con' is not a connection"))# src/main/connections.c: 3159# error(_("'con' is not a connection"))# src/main/connections.c: 3182# error(_("'con' is not a connection"))# src/main/connections.c: 3194# error(_("'con' is not a connection"))# src/main/connections.c: 3310# error(_("'con' is not a connection"))# src/main/connections.c: 3428# error(_("'con' is not a connection"))# src/main/connections.c: 5165# error(_("'con' is not a connection"))#: src/main/connections.c:3027 src/main/connections.c:3076#: src/main/connections.c:3087 src/main/connections.c:3134#: src/main/connections.c:3159 src/main/connections.c:3182#: src/main/connections.c:3194 src/main/connections.c:3310#: src/main/connections.c:3428 src/main/connections.c:5165msgid "'con' is not a connection"msgstr "'con' nie jest połączeniem"# src/main/connections.c: 3030# error(_("cannot open standard connections"))#: src/main/connections.c:3030msgid "cannot open standard connections"msgstr "nie można otworzyć standardowych połączeń"# src/main/connections.c: 3032# warning(_("connection is already open"))#: src/main/connections.c:3032msgid "connection is already open"msgstr "połączenie jest już otwarte"# src/main/connections.c: 3065# error(_("unknown 'rw' value"))#: src/main/connections.c:3065msgid "unknown 'rw' value"msgstr "nieznana wartość 'rw'"# src/main/connections.c: 3136# error(_("cannot close standard connections"))#: src/main/connections.c:3136msgid "cannot close standard connections"msgstr "nie można zamknąć standardowych połączeń"# src/main/connections.c: 3139# error(_("cannot close 'output' sink connection"))#: src/main/connections.c:3139msgid "cannot close 'output' sink connection"msgstr "nie można zamknąć 'output' połączenia 'sink'"# src/main/connections.c: 3141# error(_("cannot close 'message' sink connection"))#: src/main/connections.c:3141msgid "cannot close 'message' sink connection"msgstr "nie można zamknąć 'message' połączenia 'sink'"# src/main/connections.c: 3161# error(_("connection is not open"))# src/main/connections.c: 4880# error(_("connection is not open"))# src/main/connections.c: 4888# error(_("connection is not open"))# src/main/serialize.c: 1931# error(_("connection is not open"))# src/main/serialize.c: 1939# error(_("connection is not open"))#: src/main/connections.c:3161 src/main/connections.c:4880#: src/main/connections.c:4888 src/main/serialize.c:1996#: src/main/serialize.c:2004msgid "connection is not open"msgstr "połączenie nie jest otwarte"# src/main/connections.c: 3257# error(_("line longer than buffer size"))# src/main/connections.c: 3269# error(_("line longer than buffer size"))#: src/main/connections.c:3257 src/main/connections.c:3269msgid "line longer than buffer size"msgstr "linia dłuższa niż rozmiar bufora"# src/library/tools/src/gramRd.c: 4660# error(_("cannot read from this connection"))# src/library/tools/src/gramRd.y: 1803# error(_("cannot read from this connection"))# src/library/utils/src/io.c: 348# error(_("cannot read from this connection"))# src/library/utils/src/io.c: 352# error(_("cannot read from this connection"))# src/main/connections.c: 3337# error(_("cannot read from this connection"))# src/main/connections.c: 3339# error(_("cannot read from this connection"))# src/main/connections.c: 3612# error(_("cannot read from this connection"))# src/main/connections.c: 4166# error(_("cannot read from this connection"))# src/main/connections.c: 4191# error(_("cannot read from this connection"))# src/main/connections.c: 4889# error(_("cannot read from this connection"))# src/main/dcf.c: 73# error(_("cannot read from this connection"))# src/main/scan.c: 921# error(_("cannot read from this connection"))# src/main/scan.c: 925# error(_("cannot read from this connection"))# src/main/serialize.c: 1933# error(_("cannot read from this connection"))# src/main/source.c: 272# error(_("cannot read from this connection"))#: src/main/connections.c:3337 src/main/connections.c:3339#: src/main/connections.c:3612 src/main/connections.c:4166#: src/main/connections.c:4191 src/main/connections.c:4889 src/main/dcf.c:73#: src/main/scan.c:925 src/main/scan.c:929 src/main/serialize.c:1998#: src/main/source.c:272msgid "cannot read from this connection"msgstr "nie można czytać z tego połączenia"# src/main/connections.c: 3351# error(_("cannot allocate buffer in readLines"))# src/main/connections.c: 3373# error(_("cannot allocate buffer in readLines"))#: src/main/connections.c:3351 src/main/connections.c:3373msgid "cannot allocate buffer in readLines"msgstr "nie można przydzielić bufora w 'readlines'"# src/main/connections.c: 3400# warning(_("incomplete final line found on '%s'"),# con->description)#: src/main/connections.c:3400#, c-formatmsgid "incomplete final line found on '%s'"msgstr "niekompletna końcowa linia znaleziona w '%s'"# src/main/connections.c: 3406# error(_("too few lines read in readLines"))#: src/main/connections.c:3406msgid "too few lines read in readLines"msgstr "zbyt mało linii odczytanych w 'readLines'"# src/main/connections.c: 3509# warning(_("incomplete string at end of file has been discarded"))#: src/main/connections.c:3509msgid "incomplete string at end of file has been discarded"msgstr "niekompletny łańcuch na końcu pliku został odrzucony"# src/main/connections.c: 3515# warning(_("null terminator not found: breaking string at 10000 bytes"))#: src/main/connections.c:3515msgid "null terminator not found: breaking string at 10000 bytes"msgstr """ogranicznik 'null' nie został znaleziony: przerywanie łańcucha po 10000 ""bajtów"# src/main/connections.c: 3580# error(_("can only read from a binary connection"))#: src/main/connections.c:3580msgid "can only read from a binary connection"msgstr "można czytać tylko z połączenia binarnego"# src/main/connections.c: 3629# error(_("size changing is not supported for complex vectors"))# src/main/connections.c: 3936# error(_("size changing is not supported for complex vectors"))#: src/main/connections.c:3629 src/main/connections.c:3936msgid "size changing is not supported for complex vectors"msgstr "zmiana rozmiaru nie jest wspierana dla wektorów zespolonych"# src/main/connections.c: 3667# error(_("size %d is unknown on this machine"), size)# src/main/connections.c: 3685# error(_("size %d is unknown on this machine"), size)# src/main/connections.c: 3711# error(_("size %d is unknown on this machine"), size)# src/main/connections.c: 3770# error(_("size %d is unknown on this machine"), size)# src/main/connections.c: 3789# error(# _("size %d is unknown on this machine"),# size)# src/main/connections.c: 3917# error(_("size %d is unknown on this machine"), size)# src/main/connections.c: 3930# error(_("size %d is unknown on this machine"), size)# src/main/connections.c: 3989# error(_("size %d is unknown on this machine"), size)# src/main/connections.c: 4021# error(_("size %d is unknown on this machine"), size)#: src/main/connections.c:3667 src/main/connections.c:3685#: src/main/connections.c:3711 src/main/connections.c:3770#: src/main/connections.c:3790 src/main/connections.c:3917#: src/main/connections.c:3930 src/main/connections.c:3989#: src/main/connections.c:4021#, c-formatmsgid "size %d is unknown on this machine"msgstr "rozmiar %d jest nieznany na tej maszynie"# src/main/connections.c: 3696# error(_("raw is always of size 1"))#: src/main/connections.c:3696msgid "raw is always of size 1"msgstr "pusty obiekt zawsze posiada rozmiar 1"# src/main/connections.c: 3719# warning(_("'signed = FALSE' is only valid for integers of sizes 1 and 2"))#: src/main/connections.c:3719msgid "'signed = FALSE' is only valid for integers of sizes 1 and 2"msgstr """'signed = FALSE' jest poprawny jedynie dla liczb całkowitych o rozmiarach 1 ""oraz 2"# src/main/connections.c: 3820# error(_("'x' is not an atomic vector type"))#: src/main/connections.c:3820msgid "'x' is not an atomic vector type"msgstr "'x' nie jest typem atomowego wektora"# src/main/connections.c: 3826# error(_("can only write to a binary connection"))#: src/main/connections.c:3826msgid "can only write to a binary connection"msgstr "można zapisać tylko do połączenia binarnego"# src/main/connections.c: 3845# error(_("only 2^31-1 bytes can be written to a raw vector"))#: src/main/connections.c:3845msgid "only 2^31-1 bytes can be written to a raw vector"msgstr "tylko 2^31-1 bajtów może być zapisane do prostego wektora"# src/main/connections.c: 3847# error(_("only 2^31-1 bytes can be written in a single writeBin() call"))#: src/main/connections.c:3847msgid "only 2^31-1 bytes can be written in a single writeBin() call"msgstr "tylko 2^31-1 bajtów może być zapisane w jednym wywołaniu 'writeBin()'"# src/main/connections.c: 3896# warning(_("problem writing to connection"))# src/main/connections.c: 4049# warning(_("problem writing to connection"))# src/main/connections.c: 4330# warning(_("problem writing to connection"))# src/main/connections.c: 4370# warning(_("problem writing to connection"))#: src/main/connections.c:3896 src/main/connections.c:4049#: src/main/connections.c:4330 src/main/connections.c:4370msgid "problem writing to connection"msgstr "problem z zapisywaniem do połączenia"# src/main/connections.c: 3941# error(_("size changing is not supported for raw vectors"))#: src/main/connections.c:3941msgid "size changing is not supported for raw vectors"msgstr "zmiana rozmiaru nie jest wspierana dla prostych wektorów"# src/main/connections.c: 4084# error(_("invalid UTF-8 input in readChar()"))# src/main/connections.c: 4088# error(_("invalid UTF-8 input in readChar()"))# src/main/connections.c: 4127# error(_("invalid UTF-8 input in readChar()"))#: src/main/connections.c:4084 src/main/connections.c:4088#: src/main/connections.c:4127msgid "invalid UTF-8 input in readChar()"msgstr "niepoprawne wejście UTF-8 w 'readChar()'"# src/main/connections.c: 4194# warning(_("can only read in bytes in a non-UTF-8 MBCS locale" ))#: src/main/connections.c:4194msgid "can only read in bytes in a non-UTF-8 MBCS locale"msgstr "można czytać w bajtach jedynie w kodowaniu nie-UTF-8 MBCS"# src/main/connections.c: 4266# error(_("'object' is too short"))#: src/main/connections.c:4266msgid "'object' is too short"msgstr "'object' jest zbyt krótki"# src/main/connections.c: 4319# warning(_("writeChar: more bytes requested than are in the string - will zero-pad"))#: src/main/connections.c:4319msgid "writeChar: more bytes requested than are in the string - will zero-pad"msgstr """writeChar: zażądano więcej bajtów niż jest w łańcuchu - zostaną wyzerowane"# src/main/connections.c: 4344# warning(_("writeChar: more characters requested than are in the string - will zero-pad"))#: src/main/connections.c:4344msgid """writeChar: more characters requested than are in the string - will zero-pad"msgstr """writeChar: zażądano więcej znaków niż jest w łańcuchu - zostaną wyzerowane"# src/main/connections.c: 4398# error(_("maximum number of pushback lines exceeded"))#: src/main/connections.c:4398msgid "maximum number of pushback lines exceeded"msgstr "przekroczono maksymalną liczbę zepchniętych linii"# src/main/connections.c: 4404# error(_("could not allocate space for pushback"))# src/main/connections.c: 4408# error(_("could not allocate space for pushback"))# src/main/connections.c: 4444# error(_("could not allocate space for pushback"))# src/main/connections.c: 4450# error(_("could not allocate space for pushback"))#: src/main/connections.c:4404 src/main/connections.c:4408#: src/main/connections.c:4444 src/main/connections.c:4450msgid "could not allocate space for pushback"msgstr "nie można przydzielić miejsca dla zepchnięcia"# src/main/connections.c: 4435# error(_("can only push back on open readable connections"))#: src/main/connections.c:4435msgid "can only push back on open readable connections"msgstr "można zepchnąć tylko dla otwartych odczytywalnych połączeń"# src/main/connections.c: 4437# error(_("can only push back on text-mode connections"))#: src/main/connections.c:4437msgid "can only push back on text-mode connections"msgstr "można zepchnąć tylko dla połączeń w trybie tekstowym"# src/main/connections.c: 4497# error(_("sink stack is full"))# src/main/connections.c: 4567# error(_("sink stack is full"))#: src/main/connections.c:4497 src/main/connections.c:4567msgid "sink stack is full"msgstr "stos 'sink' jest pełny"# src/main/connections.c: 4500# error(_("cannot switch output to stdin"))#: src/main/connections.c:4500msgid "cannot switch output to stdin"msgstr "nie można przełączyć wyjścia na 'stdin'"# src/main/connections.c: 4527# warning(_("no sink to remove"))#: src/main/connections.c:4527msgid "no sink to remove"msgstr "brak 'sink' do usunięcia"# src/main/connections.c: 4649# error(_("there is no connection NA"))#: src/main/connections.c:4649msgid "there is no connection NA"msgstr "brak połączenia NA"# src/main/connections.c: 4651# error(_("there is no connection %d"), what)#: src/main/connections.c:4651#, c-formatmsgid "there is no connection %d"msgstr "brak połączenia %d"# src/main/connections.c: 4786# warning(_("file(\"\") only supports open = \"w+\" and open = \"w+b\": using the former"))#: src/main/connections.c:4786msgid """file(\"\") only supports open = \"w+\" and open = \"w+b\": using the former"msgstr """plik(\"\") wspiera tylko 'open = \"w+\"' oraz 'open = \"w+b\"': używanie ""pierwszego"# src/main/connections.c: 4840# error(_("unsupported URL scheme"))# src/modules/internet/internet.c: 115# warning(_("unsupported URL scheme"))# src/modules/internet/internet.c: 569# error(_("unsupported URL scheme"))#: src/main/connections.c:4840 src/modules/internet/internet.c:115#: src/modules/internet/internet.c:569msgid "unsupported URL scheme"msgstr "niewspierany schemat adresu URL"# src/main/connections.c: 4930# warning(_("file stream does not have gzip magic number"))#: src/main/connections.c:4930msgid "file stream does not have gzip magic number"msgstr "strumień plikowy nie posiada magicznej liczby gzip"# src/main/connections.c: 4941# warning(_("file stream does not have valid gzip header"))#: src/main/connections.c:4941msgid "file stream does not have valid gzip header"msgstr "strumień plikowy nie posiada poprawnego nagłówka gzip"# src/main/connections.c: 5006# error(_("writing error whilst flushing 'gzcon' connection"))#: src/main/connections.c:5006msgid "writing error whilst flushing 'gzcon' connection"msgstr "Błąd zapisu podczas czyszczenia połączenia 'gzcon'"#: src/main/connections.c:5108#, c-formatmsgid "crc error %x %x\n"msgstr "błąd crc %x %x\n"# src/main/connections.c: 5135# warning(_("write error on 'gzcon' connection"))#: src/main/connections.c:5135msgid "write error on 'gzcon' connection"msgstr "błąd zapisu w połączeniu 'gzcon'"# src/main/connections.c: 5169# error(_("'level' must be one of 0 ... 9"))#: src/main/connections.c:5169msgid "'level' must be one of 0 ... 9"msgstr "'level' musi być liczbą z zakresu 0 ... 9"# src/main/connections.c: 5172# error(_("'allowNonCompression' must be TRUE or FALSE"))#: src/main/connections.c:5172msgid "'allowNonCompression' must be TRUE or FALSE"msgstr "'allowNonCompression' musi być TRUE lub FALSE"# src/main/connections.c: 5175# warning(_("this is already a 'gzcon' connection"))#: src/main/connections.c:5175msgid "this is already a 'gzcon' connection"msgstr "to już jest połączenie 'gzcon'"# src/main/connections.c: 5181# error(_("can only use read- or write- binary connections"))#: src/main/connections.c:5181msgid "can only use read- or write- binary connections"msgstr "można użyć tylko odczytywalnych lub zapisywalnych połączeń binarnych"# src/main/connections.c: 5184# warning(_("using a text-mode 'file' connection may not work correctly"))#: src/main/connections.c:5184msgid "using a text-mode 'file' connection may not work correctly"msgstr "użycie trybu tekstowego połączenia 'file' może nie działać poprawnie"# src/main/connections.c: 5187# error(_("cannot create a 'gzcon' connection from a writable textConnection; maybe use rawConnection"))#: src/main/connections.c:5187msgid """cannot create a 'gzcon' connection from a writable textConnection; maybe use ""rawConnection"msgstr """nie można utworzyć połączenia 'gzcon' z zapisywalnego połączenia ""'textConnection'; użyj być może 'rawConnection'"# src/main/connections.c: 5190# error(_("allocation of 'gzcon' connection failed"))# src/main/connections.c: 5194# error(_("allocation of 'gzcon' connection failed"))# src/main/connections.c: 5201# error(_("allocation of 'gzcon' connection failed"))# src/main/connections.c: 5215# error(_("allocation of 'gzcon' connection failed"))#: src/main/connections.c:5190 src/main/connections.c:5194#: src/main/connections.c:5201 src/main/connections.c:5215msgid "allocation of 'gzcon' connection failed"msgstr "przydział połączenia 'gzcon' nie powiódł się"# src/main/connections.c: 5375# error(_("not a list of sockets"))#: src/main/connections.c:5391msgid "not a list of sockets"msgstr "to nie jest lista gniazd"# src/main/connections.c: 5380# error(_("bad write indicators"))#: src/main/connections.c:5396msgid "bad write indicators"msgstr "błędne wskaźniki zapisu"# src/main/connections.c: 5391# error(_("not a socket connection"))#: src/main/connections.c:5407msgid "not a socket connection"msgstr "to nie jest połączenie 'socket'"# src/main/connections.c: 5614# warning(_("unknown compression, assuming none"))#: src/main/connections.c:5648msgid "unknown compression, assuming none"msgstr "nieznana kompresja, zakładam brak"# src/main/connections.c: 5732# error(_("allocation of %s connection failed"), class_name)# src/main/connections.c: 5736# error(_("allocation of %s connection failed"), class_name)# src/main/connections.c: 5742# error(_("allocation of %s connection failed"), class_name)#: src/main/connections.c:5766 src/main/connections.c:5770#: src/main/connections.c:5776#, c-formatmsgid "allocation of %s connection failed"msgstr "przydział połączenia %s nie powiódł się"# src/main/context.c: 126# error(_("bad target context--should NEVER happen;\nplease bug.report() [R_run_onexits]"))#: src/main/context.c:126msgid """bad target context--should NEVER happen;\n""please bug.report() [R_run_onexits]"msgstr """zły kontekst celu -- NIE POWINNO się wydarzyć;\n""proszę zgłosić raport poleceniem bug.report() [R_run_onexits]"# src/main/context.c: 280# error(_("no loop for break/next, jumping to top level"))#: src/main/context.c:280msgid "no loop for break/next, jumping to top level"msgstr """brak pętli do przerwania/przejścia dalej, przeskakiwanie do najwyższego ""poziomu"# src/main/context.c: 288# error(_("no function to return from, jumping to top level"))#: src/main/context.c:288msgid "no function to return from, jumping to top level"msgstr """brak funkcji z której można powrócić, przeskakiwanie do najwyższego poziomu"# src/main/context.c: 300# error(_("target context is not on the stack"))#: src/main/context.c:300msgid "target context is not on the stack"msgstr "kontekst celu nie jest na stosie"# src/main/context.c: 322# _("not that many frames on the stack")# src/main/context.c: 338# _("not that many frames on the stack")# src/main/context.c: 405# _("not that many frames on the stack")# src/main/context.c: 426# _("not that many frames on the stack")# src/main/context.c: 438# _("not that many frames on the stack")# src/main/context.c: 450# _("not that many frames on the stack")#: src/main/context.c:322 src/main/context.c:338 src/main/context.c:405#: src/main/context.c:426 src/main/context.c:438 src/main/context.c:450msgid "not that many frames on the stack"msgstr "nie tak wiele ramek na stosie"# src/main/context.c: 355# _("only positive values of 'n' are allowed")#: src/main/context.c:355msgid "only positive values of 'n' are allowed"msgstr "tylko dodatnie wartości 'n' są dozwolone"# src/main/context.c: 476# error(_("no function to restart"))#: src/main/context.c:476msgid "no function to restart"msgstr "brak funkcji którą można zrestartować"# src/main/context.c: 513# error(_("number of contexts must be positive"))#: src/main/context.c:513msgid "number of contexts must be positive"msgstr "liczba kontekstów musi by dodatnia"# src/main/context.c: 526# error(_("no browser context to query"))#: src/main/context.c:526msgid "no browser context to query"msgstr "brak kontekstu przeglądania zapytania"# src/main/context.c: 544# error(_("not that many calls to browser are active"))#: src/main/context.c:544msgid "not that many calls to browser are active"msgstr "nie tak wiele aktywnych połączeń z przeglądarką"# src/main/context.c: 558# error(_("not that many functions on the call stack"))#: src/main/context.c:558msgid "not that many functions on the call stack"msgstr "nie tak dużo funkcji na stosie wywołania"# src/main/context.c: 643# error(_("internal error in 'do_sys'"))#: src/main/context.c:643msgid "internal error in 'do_sys'"msgstr "błąd wewnętrzny w 'do_sys'"# src/main/cum.c: 49# warning(_("integer overflow in 'cumsum'; use 'cumsum(as.numeric(.))'"))#: src/main/cum.c:49msgid "integer overflow in 'cumsum'; use 'cumsum(as.numeric(.))'"msgstr """przepełnienie całkowitoliczbowe w 'cumsum'; użyj cumsum(as.numeric(.))'"# src/main/cum.c: 178# _("'cummin' not defined for complex numbers")#: src/main/cum.c:178msgid "'cummin' not defined for complex numbers"msgstr "'cummin' nie jest określone dla liczb zespolonych"# src/main/cum.c: 181# _("'cummax' not defined for complex numbers")#: src/main/cum.c:181msgid "'cummax' not defined for complex numbers"msgstr "'cummax' nie jest określone dla liczb zespolonych"# src/main/cum.c: 206# _("unknown cumxxx function")# src/main/cum.c: 230# _("unknown cumxxx function")#: src/main/cum.c:206 src/main/cum.c:230msgid "unknown cumxxx function"msgstr "nieznana funkcja 'cumxxx'"# src/main/datetime.c: 598# warning(_("problem with setting timezone"))# src/main/datetime.c: 606# warning(_("problem with setting timezone"))# src/main/datetime.c: 620# warning(_("problem with setting timezone"))# src/main/datetime.c: 625# warning(_("problem with setting timezone"))#: src/main/datetime.c:597 src/main/datetime.c:605 src/main/datetime.c:619#: src/main/datetime.c:624msgid "problem with setting timezone"msgstr "problem z ustawieniem strefy czasowej"# src/main/datetime.c: 610# warning(_("cannot set timezones on this system"))#: src/main/datetime.c:609msgid "cannot set timezones on this system"msgstr "nie można ustawić stref czasowych na tym systemie"# src/main/datetime.c: 632# warning(_("problem with unsetting timezone"))# src/main/datetime.c: 634# warning(_("problem with unsetting timezone"))#: src/main/datetime.c:631 src/main/datetime.c:633msgid "problem with unsetting timezone"msgstr "problem z wyłączeniem strefy czasowej"# src/main/datetime.c: 770# error(_("zero-length component in non-empty \"POSIXlt\" structure"))# src/main/datetime.c: 772# error(_("zero-length component in non-empty \"POSIXlt\" structure"))# src/main/datetime.c: 862# error(_("zero-length component in non-empty \"POSIXlt\" structure"))# src/main/datetime.c: 1170# error(_("zero-length component in non-empty \"POSIXlt\" structure"))# src/main/datetime.c: 1172# error(_("zero-length component in non-empty \"POSIXlt\" structure"))#: src/main/datetime.c:769 src/main/datetime.c:771 src/main/datetime.c:865#: src/main/datetime.c:1173 src/main/datetime.c:1175msgid "zero-length component in non-empty \"POSIXlt\" structure"msgstr "komponent o zerowej długości w niepustej strukturze \"POSIXlt\""# src/main/dcf.c: 85# error(_("could not allocate memory for 'read.dcf'"))# src/main/dcf.c: 152# error(_("could not allocate memory for 'read.dcf'"))# src/main/dcf.c: 230# error(_("could not allocate memory for 'read.dcf'"))#: src/main/dcf.c:85 src/main/dcf.c:152 src/main/dcf.c:230msgid "could not allocate memory for 'read.dcf'"msgstr "nie można przydzielić pamięci dla 'read.dcf'"# src/main/dcf.c: 127# error(_("Found continuation line starting '%s ...' at begin of record."),# line)#: src/main/dcf.c:127#, c-formatmsgid "Found continuation line starting '%s ...' at begin of record."msgstr """Znaleziono linię kontynuacyjną rozpoczynającą się od '%s ...' na początku ""wiersza."# src/main/dcf.c: 259# error(_("Line starting '%s ...' is malformed!"), line)#: src/main/dcf.c:259#, c-formatmsgid "Line starting '%s ...' is malformed!"msgstr "Linia rozpoczynająca się od '%s ...' jest uszkodzona!"# src/main/debug.c: 45# _("argument must be a closure")#: src/main/debug.c:45msgid "argument must be a closure"msgstr "argument musi być zamknięciem"# src/main/debug.c: 76# _("argument must be a function")#: src/main/debug.c:76msgid "argument must be a function"msgstr "argument musi być funkcją"# src/main/debug.c: 132# _("argument must not be a function")# src/main/debug.c: 166# _("argument must not be a function")# src/main/debug.c: 224# _("argument must not be a function")#: src/main/debug.c:132 src/main/debug.c:166 src/main/debug.c:224msgid "argument must not be a function"msgstr "argument nie może być funkcją"# src/main/debug.c: 135# _("cannot trace NULL")#: src/main/debug.c:135msgid "cannot trace NULL"msgstr "nie można przypisać wartości NULL"# src/main/debug.c: 139# _("'tracemem' is not useful for promise and environment objects")#: src/main/debug.c:139msgid "'tracemem' is not useful for promise and environment objects"msgstr "'tracemem' jest nieprzydatny dla obietnicy oraz obiektów środowiska"# src/main/debug.c: 142# _("'tracemem' is not useful for weak reference or external pointer objects")#: src/main/debug.c:142msgid "'tracemem' is not useful for weak reference or external pointer objects"msgstr """'tracemem' jest nieprzydatny dla słabych referencji lub zewnętrznych ""wskaźników"# src/main/debug.c: 148# _("R was not compiled with support for memory profiling")# src/main/debug.c: 171# _("R was not compiled with support for memory profiling")#: src/main/debug.c:148 src/main/debug.c:171msgid "R was not compiled with support for memory profiling"msgstr "R nie został skompilowany z obsługą profilowania pamięci"# src/library/graphics/src/plot.c: 780# error(_("too few arguments"))# src/library/graphics/src/plot.c: 1313# error(_("too few arguments"))# src/library/graphics/src/plot.c: 1634# error(_("too few arguments"))# src/library/graphics/src/plot.c: 1699# error(_("too few arguments"))# src/library/graphics/src/plot.c: 1774# error(_("too few arguments"))# src/library/graphics/src/plot.c: 1840# error(_("too few arguments"))# src/library/graphics/src/plot.c: 1913# error(_("too few arguments"))# src/library/graphics/src/plot.c: 2008# error(_("too few arguments"))# src/library/graphics/src/plot.c: 2084# error(_("too few arguments"))# src/library/graphics/src/plot.c: 2362# error(_("too few arguments"))# src/library/graphics/src/plot.c: 2536# error(_("too few arguments"))# src/library/graphics/src/plot.c: 2752# error(_("too few arguments"))# src/library/graphics/src/plot.c: 3286# error(_("too few arguments"))# src/library/graphics/src/plot.c: 3413# error(_("too few arguments"))# src/library/graphics/src/plot.c: 3489# error(_("too few arguments"))# src/library/graphics/src/plot.c: 3655# error(_("too few arguments"))# src/library/graphics/src/plot.c: 3935# error(_("too few arguments"))# src/library/graphics/src/plot3d.c: 1864# error(_("too few arguments"))# src/main/deparse.c: 152# error(_("too few arguments"))# src/main/sprintf.c: 213# error(_("too few arguments"))# src/main/sprintf.c: 245# error(_("too few arguments"))#: src/main/deparse.c:152 src/main/sprintf.c:213 src/main/sprintf.c:245msgid "too few arguments"msgstr "zbyt mało argumentów"# src/main/deparse.c: 159# warning(_("invalid 'cutoff' value for 'deparse', using default"))#: src/main/deparse.c:159msgid "invalid 'cutoff' value for 'deparse', using default"msgstr "niepoprawny 'cutoff' w metodzie 'deparse', używanie domyślnej wartości"# src/main/deparse.c: 247# warning(_("deparse of an S4 object will not be source()able"))#: src/main/deparse.c:247msgid "deparse of an S4 object will not be source()able"msgstr """wynik konwersji wyrażenia na łańcuch tekstowy na obiekcie S4 nie będzie ""dostępny dla metody 'source()'"# src/main/deparse.c: 249# warning(_("deparse may be incomplete"))#: src/main/deparse.c:249msgid "deparse may be incomplete"msgstr "konwersja wyrażenia na łańcuch może być niekompletna"# src/main/deparse.c: 251# warning(_("deparse may be not be source()able in R < 2.7.0"))#: src/main/deparse.c:251msgid "deparse may be not be source()able in R < 2.7.0"msgstr """wynik konwersji wyrażenia na łańcuch tekstowy może być niedostępny dla ""metody 'source()' w R < 2.7.0"# src/main/deparse.c: 369# warning(_("wrote too few characters"))# src/main/deparse.c: 461# warning(_("wrote too few characters"))# src/main/deparse.c: 467# warning(_("wrote too few characters"))#: src/main/deparse.c:369 src/main/deparse.c:461 src/main/deparse.c:467msgid "wrote too few characters"msgstr "zapisano zbyt mało znaków"# src/main/deparse.c: 391# error( _("character arguments expected"))#: src/main/deparse.c:391msgid "character arguments expected"msgstr "oczekiwano argumentów tekstowych"# src/main/deparse.c: 394# error(_("zero-length argument"))#: src/main/deparse.c:394msgid "zero-length argument"msgstr "argument o zerowej długości"# src/main/deparse.c: 401# _("'opts' should be small non-negative integer")#: src/main/deparse.c:401msgid "'opts' should be small non-negative integer"msgstr "'opts' powinno być małą nieujemną liczbą całkowitą"# src/library/utils/R/package.skeleton.R: 71# warning(sprintf(ngettext(sum(!have),# "object '%s' not found",# "objects '%s' not found"),# paste(sQuote(list[!have]), collapse=", ")),# domain = NA)# src/main/deparse.c: 411# warning(_("object '%s' not found"), CHAR(PRINTNAME(TAG(o))))# src/main/envir.c: 1696# warning(_("object '%s' not found"),# CHAR(PRINTNAME(tsym)))# src/main/envir.c: 1778# error(_("object '%s' not found"),# CHAR(PRINTNAME(t1)))# src/main/eval.c: 525# error(_("object '%s' not found"), CHAR(PRINTNAME(e)))# src/main/eval.c: 1187# error(_("object '%s' not found"), CHAR(PRINTNAME(symbol)))# src/main/eval.c: 3468# error(_("object '%s' not found"), CHAR(PRINTNAME(symbol)))# src/main/saveload.c: 1968# error(_("object '%s' not found"), CHAR(PRINTNAME(TAG(t))))# src/main/saveload.c: 2299# error(_("object '%s' not found"), CHAR(PRINTNAME(TAG(t))))# src/main/serialize.c: 2657# error(_("object '%s' not found"), CHAR(STRING_ELT(vars, i)))#: src/main/deparse.c:411 src/main/envir.c:1694 src/main/envir.c:1776#: src/main/eval.c:548 src/main/eval.c:1210 src/main/eval.c:3491#: src/main/saveload.c:1978 src/main/saveload.c:2309 src/main/serialize.c:2727#, c-formatmsgid "object '%s' not found"msgstr "nie znaleziono obiektu '%s'"# src/main/deparse.c: 1466# error(_("badly formed function expression"))#: src/main/deparse.c:1471msgid "badly formed function expression"msgstr "źle sformułowane wyrażenie dla funkcji"# src/library/graphics/src/base.c: 328# error(_("the base graphics system is not registered"))# src/library/graphics/src/base.c: 335# error(_("the base graphics system is not registered"))# src/library/graphics/src/base.c: 343# error(_("the base graphics system is not registered"))# src/main/devices.c: 44# error(_("the base graphics system is not registered"))#: src/main/devices.c:44msgid "the base graphics system is not registered"msgstr "bazowy system graficzny nie jest zarejestrowany"# src/main/devices.c: 165# error(_("no active or default device"))# src/main/devices.c: 172# error(_("no active or default device"))#: src/main/devices.c:165 src/main/devices.c:172msgid "no active or default device"msgstr "brak aktywnego lub domyślnego urządzenia"# src/main/devices.c: 385# error(_("too many open devices"))# src/main/devices.c: 447# error(_("too many open devices"))#: src/main/devices.c:385 src/main/devices.c:447msgid "too many open devices"msgstr "zbyt dużo otwartych urzadzeń"# src/main/devices.c: 474# error(_("not enough memory to allocate device (in GEcreateDevDesc)"))#: src/main/devices.c:474msgid "not enough memory to allocate device (in GEcreateDevDesc)"msgstr "zbyt mało pamięci aby przydzielić urządzenie (w GEcreateDevDesc)"# src/main/devices.c: 515# (_("Hit <Return> to see next plot: "), buf, 1024, 0)#: src/main/devices.c:515msgid "Hit <Return> to see next plot: "msgstr "Naciśnij <Enter> aby zobaczyć kolejny wykres: "# src/main/dotcode.c: 112# _("NULL value passed as symbol address")# src/main/dotcode.c: 142# _("NULL value passed as symbol address")#: src/main/dotcode.c:112 src/main/dotcode.c:142msgid "NULL value passed as symbol address"msgstr "wartość NULL przekazana jako adres symbolu"# src/main/dotcode.c: 133# _("Unimplemented type %d in createRSymbolObject")#: src/main/dotcode.c:133#, c-formatmsgid "Unimplemented type %d in createRSymbolObject"msgstr "Niezaimplementowany typ %d w 'createRSymbolObject'"# src/main/dotcode.c: 147# error(_("symbol '%s' is too long"), p)# src/main/dotcode.c: 236# error(_("symbol '%s' is too long"), p)#: src/main/dotcode.c:147 src/main/dotcode.c:236#, c-formatmsgid "symbol '%s' is too long"msgstr "symbol '%s' jest zbyt długi"# src/main/dotcode.c: 159# _("first argument must be a string (of length 1) or native symbol reference")#: src/main/dotcode.c:159msgid """first argument must be a string (of length 1) or native symbol reference"msgstr """pierwszy argument musi być łańcuchem (o długości 1) lub naturalnym ""symbolicznym powiązaniem"# src/main/dotcode.c: 201# _("too many arguments in foreign function call")# src/main/dotcode.c: 561# _("too many arguments in foreign function call")#: src/main/dotcode.c:201 src/main/dotcode.c:561msgid "too many arguments in foreign function call"msgstr "zbyt wiele argumentów w obcym wywołaniu funkcji"# src/main/dotcode.c: 213# _("PACKAGE = \"\" is invalid")#: src/main/dotcode.c:213msgid "PACKAGE = \"\" is invalid"msgstr "PACKAGE = \"\" jest nieprawidłowe"# src/main/dotcode.c: 267# _("\"%s\" not available for %s() for package \"%s\"")# src/main/dotcode.c: 272# _("\"%s\" not available for %s() for package \"%s\"")# src/main/dotcode.c: 277# _("\"%s\" not available for %s() for package \"%s\"")# src/main/dotcode.c: 282# _("\"%s\" not available for %s() for package \"%s\"")#: src/main/dotcode.c:267 src/main/dotcode.c:272 src/main/dotcode.c:277#: src/main/dotcode.c:282#, c-formatmsgid "\"%s\" not available for %s() for package \"%s\""msgstr "\"%s\" nie jest dostępne dla '%s()' dla pakietu \"%s\""# src/main/dotcode.c: 287# _("%s symbol name \"%s\" not in DLL for package \"%s\"")#: src/main/dotcode.c:287#, c-formatmsgid "%s symbol name \"%s\" not in DLL for package \"%s\""msgstr "nazwa symbolu %s \"%s\" nie jest w pliku DLL pakietu \"%s\""# src/main/dotcode.c: 292# _("%s symbol name \"%s\" not in load table")#: src/main/dotcode.c:292#, c-formatmsgid "%s symbol name \"%s\" not in load table"msgstr "nazwa symbolu %s \"%s\" nie jest w tablicy startowej"# src/main/dotcode.c: 346# warning(_("'%s' used more than once"), "NAOK")# src/main/dotcode.c: 350# warning(_("'%s' used more than once"), "DUP")# src/main/dotcode.c: 360# warning(_("'%s' used more than once"), "PACKAGE")# src/main/dotcode.c: 425# warning(_("'%s' used more than once"), "PACKAGE")# src/main/dotcode.c: 432# warning(_("'%s' used more than once"), "PACKAGE")#: src/main/dotcode.c:346 src/main/dotcode.c:350 src/main/dotcode.c:360#: src/main/dotcode.c:425 src/main/dotcode.c:432#, c-formatmsgid "'%s' used more than once"msgstr "'%s użyto więcej niż raz"# src/main/dotcode.c: 356# error(_("DLL name is too long"))#: src/main/dotcode.c:356msgid "DLL name is too long"msgstr "nazwa DLL jest zbyt długa"# src/main/dotcode.c: 401# error(_("PACKAGE argument must be a single character string"))#: src/main/dotcode.c:401msgid "PACKAGE argument must be a single character string"msgstr "argument PACKAGE musi być jednoznakowym łańcuchem tekstowym"# src/main/dotcode.c: 407# error(_("PACKAGE argument is too long"))#: src/main/dotcode.c:407msgid "PACKAGE argument is too long"msgstr "argument PACKAGE jest zbyt długi"# src/main/dotcode.c: 472# error(_("no arguments supplied"))#: src/main/dotcode.c:472msgid "no arguments supplied"msgstr "nie dostarczono argumentów"# src/library/base/R/seq.R: 99# stop("too many arguments")# src/main/dotcode.c: 473# error(_("too many arguments"))# src/main/seq.c: 906# _("too many arguments")#: src/main/dotcode.c:473 src/main/seq.c:906msgid "too many arguments"msgstr "zbyt dużo argumentów"# src/main/dotcode.c: 510# _("'.NAME' is missing")# src/main/dotcode.c: 552# _("'.NAME' is missing")# src/main/dotcode.c: 1395# _("'.NAME' is missing")#: src/main/dotcode.c:510 src/main/dotcode.c:552 src/main/dotcode.c:1395msgid "'.NAME' is missing"msgstr "brakuje '.NAME'"# src/main/dotcode.c: 519# _("Incorrect number of arguments (%d), expecting %d for '%s'")# src/main/dotcode.c: 568# _("Incorrect number of arguments (%d), expecting %d for '%s'")# src/main/dotcode.c: 1416# _("Incorrect number of arguments (%d), expecting %d for '%s'")#: src/main/dotcode.c:519 src/main/dotcode.c:568 src/main/dotcode.c:1416#, c-formatmsgid "Incorrect number of arguments (%d), expecting %d for '%s'"msgstr "Niepoprawna liczba argumentów (%d), oczekiwano %d dla '%s' "# src/main/dotcode.c: 1225# _("too many arguments, sorry")# src/main/dotcode.c: 2274# _("too many arguments, sorry")#: src/main/dotcode.c:1225 src/main/dotcode.c:2274msgid "too many arguments, sorry"msgstr "zbyt dużo argumentów, przykro mi"# src/library/graphics/src/graphics.c: 2400# error(_("invalid graphics state"))# src/main/dotcode.c: 1259# _("invalid graphics state")# src/main/dotcode.c: 1276# _("invalid graphics state")# src/main/engine.c: 2988# error(_("invalid graphics state"))#: src/main/dotcode.c:1259 src/main/dotcode.c:1276 src/main/engine.c:2993msgid "invalid graphics state"msgstr "niepoprawny stan grafiki"# src/main/dotcode.c: 1355# error(_("NULL value for DLLInfoReference when looking for DLL"))#: src/main/dotcode.c:1355msgid "NULL value for DLLInfoReference when looking for DLL"msgstr "wartość NULL dla DLLInfoReference gdy szukano DLL"# src/main/dotcode.c: 1456# _("wrong type for argument %d in call to %s")#: src/main/dotcode.c:1456#, c-formatmsgid "wrong type for argument %d in call to %s"msgstr "błędny typ dla argumentu %d przy odwołaniu do %s"# src/main/dotcode.c: 1468# error(_("explicit request not to duplicate arguments in call to '%s', but argument %d is of the wrong type (%d != %d)"),# symName, na + 1, targetType, TYPEOF(s))#: src/main/dotcode.c:1468#, c-formatmsgid """explicit request not to duplicate arguments in call to '%s', but argument %d ""is of the wrong type (%d != %d)"msgstr """ścisłe żadanie aby nie powtarzać argumentów w wywołaniu '%s', ale argument ""%d posiada niepoprawny typ (%d != %d)"# src/main/dotcode.c: 1491# error(_("long vectors (argument %d) are not supported in %s"),# na + 1, Fort ? ".C" : ".Fortran")#: src/main/dotcode.c:1491#, c-formatmsgid "long vectors (argument %d) are not supported in %s"msgstr "długie wektory (argument %d) nie są wspierane w %s"# src/main/dotcode.c: 1522# error(_("NAs in foreign function call (arg %d)"), na + 1)#: src/main/dotcode.c:1522#, c-formatmsgid "NAs in foreign function call (arg %d)"msgstr "wartości NA w wywołaniu obcej funkcji (argument %d)"# src/main/dotcode.c: 1545# error(_("NA/NaN/Inf in foreign function call (arg %d)"), na + 1)#: src/main/dotcode.c:1545#, c-formatmsgid "NA/NaN/Inf in foreign function call (arg %d)"msgstr "wartość NA/NaN/Inf w wywołaniu obcej funcji (argument %d)"# src/main/dotcode.c: 1550# warning(_("single values not returned if not duplicated"))#: src/main/dotcode.c:1550msgid "single values not returned if not duplicated"msgstr "pojedyncze wartości nie zostały zwrócone o ile nie są powtórzone"# src/main/dotcode.c: 1576# error(_("complex NA/NaN/Inf in foreign function call (arg %d)"), na + 1)#: src/main/dotcode.c:1576#, c-formatmsgid "complex NA/NaN/Inf in foreign function call (arg %d)"msgstr "zespolone wartości NA/NaN/Inf w wywołaniu obcej funkcji (argument %d)"# src/main/dotcode.c: 1595# error(_("character variables must be duplicated in .C/.Fortran"))#: src/main/dotcode.c:1595msgid "character variables must be duplicated in .C/.Fortran"msgstr "zmienne tekstowe muszą być powtórzone w .C/.Fortran"# src/main/dotcode.c: 1600# warning(_("only first string in char vector used in .Fortran"))#: src/main/dotcode.c:1600msgid "only first string in char vector used in .Fortran"msgstr "tylko pierwszy łańcuch w wektorze tekstowym został użyty w .Fortran"# src/main/dotcode.c: 1643# error(_("invalid mode (%s) to pass to Fortran (arg %d)"),# type2char(t), na + 1)# src/main/dotcode.c: 1659# error(_("invalid mode (%s) to pass to Fortran (arg %d)"),# type2char(t), na + 1)# src/main/dotcode.c: 1670# error(_("invalid mode (%s) to pass to Fortran (arg %d)"),# type2char(t), na + 1)#: src/main/dotcode.c:1643 src/main/dotcode.c:1659 src/main/dotcode.c:1670#, c-formatmsgid "invalid mode (%s) to pass to Fortran (arg %d)"msgstr "niepoprawny tryb (%s) do przekazania do Fortran (argument %d)"# src/main/dotcode.c: 1664# error(_("invalid mode (%s) to pass to C or Fortran (arg %d)"),# type2char(t), na + 1)#: src/main/dotcode.c:1664#, c-formatmsgid "invalid mode (%s) to pass to C or Fortran (arg %d)"msgstr "niepoprawny tryb (%s) do przekazania do C lub Fortran (argument %d)"# src/main/dotcode.c: 1675# warning(_("pairlists are passed as SEXP as from R 2.15.0"))#: src/main/dotcode.c:1675msgid "pairlists are passed as SEXP as from R 2.15.0"msgstr "sparowane listy, od wersji R 2.15.0, są przekazywane jako SEXP"# src/main/dotcode.c: 2497# error(_("type \"%s\" not supported in interlanguage calls"), s)#: src/main/dotcode.c:2497#, c-formatmsgid "type \"%s\" not supported in interlanguage calls"msgstr "typ \"%s\" nie wspierany w wywołaniach międzyjęzykowych"# src/main/dotcode.c: 2602# error(_("mode '%s' is not supported in call_R"), modes[i])#: src/main/dotcode.c:2602#, c-formatmsgid "mode '%s' is not supported in call_R"msgstr "tryb '%s' nie jest wspierany w 'call_R'"# src/main/dounzip.c: 171# warning(_(" not overwriting file '%s"), outname)#: src/main/dounzip.c:171#, c-formatmsgid " not overwriting file '%s"msgstr "plik '%s' nie jest nadpisywany"# src/main/dounzip.c: 256# error(_("zip file '%s' cannot be opened"), zipname)#: src/main/dounzip.c:256#, c-formatmsgid "zip file '%s' cannot be opened"msgstr "plik zip '%s' nie może zostać otwarty"# src/main/dounzip.c: 310# error(_("invalid zip name argument"))#: src/main/dounzip.c:310msgid "invalid zip name argument"msgstr "niepoprawny argument nazwy pliku zip"# src/main/dounzip.c: 313# error(_("zip path is too long"))# src/main/dounzip.c: 406# warning(_("zip path is too long"))#: src/main/dounzip.c:313 src/main/dounzip.c:406msgid "zip path is too long"msgstr "ścieżka do pliku zip jest zbyt długa"# src/main/dounzip.c: 330# error(_("'exdir' is too long"))#: src/main/dounzip.c:330msgid "'exdir' is too long"msgstr "'exdir' jest zbyt długi"# src/main/dounzip.c: 333# error(_("'exdir' does not exist"))#: src/main/dounzip.c:333msgid "'exdir' does not exist"msgstr "'exdir' nie istnieje"# src/main/dounzip.c: 361# warning(_("requested file not found in the zip file"))#: src/main/dounzip.c:361msgid "requested file not found in the zip file"msgstr "żądany plik nie został znaleziony w pliku zip"# src/main/dounzip.c: 364# warning(_("zip file is corrupt"))#: src/main/dounzip.c:364msgid "zip file is corrupt"msgstr "plik zip jest uszkodzony"# src/main/dounzip.c: 367# warning(_("CRC error in zip file"))#: src/main/dounzip.c:367msgid "CRC error in zip file"msgstr "błąd CRC w pliku zip"# src/main/dounzip.c: 374# warning(_("write error in extracting from zip file"))#: src/main/dounzip.c:374msgid "write error in extracting from zip file"msgstr "błąd zapisu podczas rozpakowywania pliku zip"# src/main/dounzip.c: 377# warning(_("error %d in extracting from zip file"), rc)#: src/main/dounzip.c:377#, c-formatmsgid "error %d in extracting from zip file"msgstr "błąd %d podczas rozpakowywania pliku zip"# src/main/dounzip.c: 401# warning(_("unz connections can only be opened for reading"))#: src/main/dounzip.c:401msgid "unz connections can only be opened for reading"msgstr "połączenia unz mogą być otwarte tylko do odczytu"# src/main/dounzip.c: 412# warning(_("invalid description of 'unz' connection"))#: src/main/dounzip.c:412msgid "invalid description of 'unz' connection"msgstr "niepoprawny opis połączenia 'unz'"# src/main/dounzip.c: 418# warning(_("cannot open zip file '%s'"), path)#: src/main/dounzip.c:418#, c-formatmsgid "cannot open zip file '%s'"msgstr "nie można otworzyć pliku zip '%s'"# src/main/dounzip.c: 422# warning(_("cannot locate file '%s' in zip file '%s'"), p+1, path)#: src/main/dounzip.c:422#, c-formatmsgid "cannot locate file '%s' in zip file '%s'"msgstr "nie można znaleźć pliku '%s' w pliku zip '%s'"# src/main/dounzip.c: 466# error(_("printing not enabled for this connection"))#: src/main/dounzip.c:466msgid "printing not enabled for this connection"msgstr "drukowanie dla tego połączenia jest niedostępne"# src/main/dounzip.c: 473# error(_("write not enabled for this connection"))#: src/main/dounzip.c:473msgid "write not enabled for this connection"msgstr "zapis nie jest dostępny dla tego połączenia"# src/main/dounzip.c: 493# error(_("allocation of 'unz' connection failed"))# src/main/dounzip.c: 497# error(_("allocation of 'unz' connection failed"))# src/main/dounzip.c: 503# error(_("allocation of 'unz' connection failed"))# src/main/dounzip.c: 520# error(_("allocation of 'unz' connection failed"))#: src/main/dounzip.c:493 src/main/dounzip.c:497 src/main/dounzip.c:503#: src/main/dounzip.c:520msgid "allocation of 'unz' connection failed"msgstr "przydział połączenia 'unz' nie powiódł się"# src/main/dstruct.c: 90# error(_("invalid formal arguments for 'function'"))#: src/main/dstruct.c:90msgid "invalid formal arguments for 'function'"msgstr "niepoprawne formalne argumenty dla 'function'"# src/main/dstruct.c: 100# error(_("invalid body argument for 'function'"))#: src/main/dstruct.c:100msgid "invalid body argument for 'function'"msgstr "nieprawidłowe argumenty w ciele dla 'function'"# src/main/edit.c: 110# error(_("invalid argument to edit()"))#: src/main/edit.c:110msgid "invalid argument to edit()"msgstr "niepoprawny argument przekazywany do edit()"# src/main/edit.c: 121# _("unable to open file")# src/main/saveload.c: 2066# error(_("unable to open file"))#: src/main/edit.c:121 src/main/saveload.c:2076msgid "unable to open file"msgstr "nie można otworzyć pliku"# src/main/edit.c: 134# _("argument 'editor' type not valid")#: src/main/edit.c:134msgid "argument 'editor' type not valid"msgstr "typ argumentu 'editor' nie jest poprawny"# src/main/edit.c: 136# _("argument 'editor' is not set")#: src/main/edit.c:136msgid "argument 'editor' is not set"msgstr "argument 'editor' nie jest ustawiony"# src/main/edit.c: 141# error(_("'title' must be a string"))#: src/main/edit.c:141msgid "'title' must be a string"msgstr "'title' musi być łańcuchem tekstowym"# src/main/edit.c: 159# _("unable to run editor '%s'")#: src/main/edit.c:159#, c-formatmsgid "unable to run editor '%s'"msgstr "nie można uruchomić edytora '%s'"# src/main/edit.c: 161# warningcall(call, _("editor ran but returned error status"))#: src/main/edit.c:161msgid "editor ran but returned error status"msgstr "edytor uruchomił się, ale zwrócił status błędu"# src/main/edit.c: 171# _("problem with running editor %s")#: src/main/edit.c:171#, c-formatmsgid "problem with running editor %s"msgstr "problem z uruchomieniem edytora %s"# src/main/edit.c: 189# _("unable to open file to read")#: src/main/edit.c:189msgid "unable to open file to read"msgstr "nie można otworzyć pliku do odczytu"# src/main/edit.c: 196# _("%s occurred on line %d\n use a command like\n x <- edit()\n to recover")#: src/main/edit.c:196#, c-formatmsgid """%s occurred on line %d\n"" use a command like\n"" x <- edit()\n"" to recover"msgstr """wystąpiło %s w linii %d\n"" użyj polecenia jak\n"" x <- edit()\n"" aby odzyskać"# src/main/engine.c: 40# error(_("Graphics API version mismatch"))#: src/main/engine.c:40msgid "Graphics API version mismatch"msgstr "Niezgodność wersji API grafiki"# src/main/engine.c: 113# error(_("unable to allocate memory (in GEregister)"))# src/main/engine.c: 118# error(_("unable to allocate memory (in GEregister)"))# src/main/engine.c: 182# error(_("unable to allocate memory (in GEregister)"))#: src/main/engine.c:113 src/main/engine.c:118 src/main/engine.c:182msgid "unable to allocate memory (in GEregister)"msgstr "nie można przydzielić pamięci (w 'GEregister')"# src/main/engine.c: 153# error(_("too many graphics systems registered"))#: src/main/engine.c:153msgid "too many graphics systems registered"msgstr "zbyt dużo zarejestrowanych systemów graficznych"# src/main/engine.c: 206# warning(_("no graphics system to unregister"))#: src/main/engine.c:206msgid "no graphics system to unregister"msgstr "niegraficzny system dla wyrejestrowania"# src/library/grDevices/src/devPS.c: 2636# error(_("invalid line end"))# src/library/grDevices/src/devPS.c: 6407# error(_("invalid line end"))# src/library/grDevices/src/devWindows.c: 784# error(_("invalid line end"))# src/main/engine.c: 443# error(_("invalid line end"))# src/main/engine.c: 448# error(_("invalid line end"))# src/main/engine.c: 456# error(_("invalid line end"))# src/main/engine.c: 463# error(_("invalid line end"))# src/main/engine.c: 477# error(_("invalid line end"))# src/modules/X11/devX11.c: 1157# error(_("invalid line end"))#: src/main/engine.c:443 src/main/engine.c:448 src/main/engine.c:456#: src/main/engine.c:463 src/main/engine.c:477 src/modules/X11/devX11.c:1157msgid "invalid line end"msgstr "niepoprawne zakończenie linii"# src/library/grDevices/src/devPS.c: 2655# error(_("invalid line join"))# src/library/grDevices/src/devPS.c: 6426# error(_("invalid line join"))# src/library/grDevices/src/devWindows.c: 797# error(_("invalid line join"))# src/main/engine.c: 508# error(_("invalid line join"))# src/main/engine.c: 513# error(_("invalid line join"))# src/main/engine.c: 521# error(_("invalid line join"))# src/main/engine.c: 528# error(_("invalid line join"))# src/main/engine.c: 542# error(_("invalid line join"))# src/modules/X11/devX11.c: 1175# error(_("invalid line join"))#: src/main/engine.c:508 src/main/engine.c:513 src/main/engine.c:521#: src/main/engine.c:528 src/main/engine.c:542 src/modules/X11/devX11.c:1175msgid "invalid line join"msgstr "niepoprawny łącznik linii"# src/main/engine.c: 761# error(_("'lwd' must be non-negative and finite"))# src/main/engine.c: 865# error(_("'lwd' must be non-negative and finite"))# src/main/engine.c: 1098# error(_("'lwd' must be non-negative and finite"))# src/main/engine.c: 1205# error(_("'lwd' must be non-negative and finite"))# src/main/engine.c: 1328# error(_("'lwd' must be non-negative and finite"))# src/main/engine.c: 1392# error(_("'lwd' must be non-negative and finite"))#: src/main/engine.c:761 src/main/engine.c:865 src/main/engine.c:1098#: src/main/engine.c:1205 src/main/engine.c:1328 src/main/engine.c:1392msgid "'lwd' must be non-negative and finite"msgstr "'lwd' musi być skończoną nieujemną liczbą"# src/main/engine.c: 798# error(_("out of memory while clipping polyline"))#: src/main/engine.c:798msgid "out of memory while clipping polyline"msgstr "zabrakło pamięci podczas obcinania krzywej łamanej"# src/main/engine.c: 1386# warning(_("path rendering is not implemented for this device"))#: src/main/engine.c:1386msgid "path rendering is not implemented for this device"msgstr "renderowanie ścieżki nie jest zaimplementowane dla tego urządzenia"# src/main/engine.c: 1406# error(_("Invalid graphics path"))#: src/main/engine.c:1406msgid "Invalid graphics path"msgstr "Niepoprawna ścieżka grafiki"# src/main/engine.c: 1425# warning(_("raster rendering is not implemented for this device"))#: src/main/engine.c:1425msgid "raster rendering is not implemented for this device"msgstr "renderowanie rastrowe nie jest zaimplementowane dla tego urządzenia"# src/main/engine.c: 1449# warning(_("raster capture is not available for this device"))#: src/main/engine.c:1449msgid "raster capture is not available for this device"msgstr "przechwytywanie rastrowe nie jest dostępne dla tego urządzenia"# src/main/engine.c: 1656# error(_("font face %d not supported for font family '%s'"),# fontface, VFontTable[familycode].name)#: src/main/engine.c:1656#, c-formatmsgid "font face %d not supported for font family '%s'"msgstr "krój czcionki %d nie jest wspierany dla rodziny czcionek '%s'"# src/library/graphics/src/graphics.c: 2203# error(_("no graphics device is active"))# src/main/engine.c: 1972# error(_("no graphics device is active"))#: src/main/engine.c:1972msgid "no graphics device is active"msgstr "brak aktywnego urządzenia graficznego"# src/main/engine.c: 2050# warning(_("pch value '%d' is invalid in this locale"), pch)#: src/main/engine.c:2050#, c-formatmsgid "pch value '%d' is invalid in this locale"msgstr "niepoprawna wartość '%d' 'pch' w tej lokalizacji"# src/main/engine.c: 2307# warning(_("unimplemented pch value '%d'"), pch)#: src/main/engine.c:2307#, c-formatmsgid "unimplemented pch value '%d'"msgstr "niezaimplementowana wartość '%d' 'pch'"# src/main/engine.c: 2330# error(_("invalid axis extents [GEPretty(.,.,n=%d)"), *ndiv)#: src/main/engine.c:2330#, c-formatmsgid "invalid axis extents [GEPretty(.,.,n=%d)"msgstr "niepoprawne długości osi [GEPretty(.,.,n=%d)"# src/main/engine.c: 2334# error(_("infinite axis extents [GEPretty(%g,%g,%d)]"), *lo, *up, *ndiv)#: src/main/engine.c:2334#, c-formatmsgid "infinite axis extents [GEPretty(%g,%g,%d)]"msgstr "nieskończone długości osi [GEPretty(%g,%g,%d)]"# src/main/engine.c: 2371# warning(_(" .. GEPretty(.): new *lo = %g < %g = x1"), *lo, x1)#: src/main/engine.c:2371#, c-formatmsgid " .. GEPretty(.): new *lo = %g < %g = x1"msgstr " .. GEPretty(.): nowy *lo = %g < %g = x1"# src/main/engine.c: 2373# warning(_(" .. GEPretty(.): new *up = %g > %g = x2"), *up, x2)#: src/main/engine.c:2373#, c-formatmsgid " .. GEPretty(.): new *up = %g > %g = x2"msgstr " .. GEPretty(.): nowy *up = %g > %g = x2"# src/main/engine.c: 2773# warning(_("display list redraw incomplete"))#: src/main/engine.c:2773msgid "display list redraw incomplete"msgstr "ponowne rozrysowanie wyświetlanej listy jest niekompletne"# src/main/coerce.c: 1604# _("invalid argument list")#: src/main/engine.c:2777#, fuzzymsgid "invalid display list"msgstr "niepoprawna lista argumentów"# src/main/engine.c: 2958# error(_("'expr' argument must be an expression"))#: src/main/engine.c:2963msgid "'expr' argument must be an expression"msgstr "argument 'expr' musi być wyrażeniem"# src/main/engine.c: 2960# error(_("'list' argument must be a list"))#: src/main/engine.c:2965msgid "'list' argument must be a list"msgstr "argument 'list' musi być listą"# src/main/engine.c: 2966# error(_("'env' argument must be an environment"))#: src/main/engine.c:2971msgid "'env' argument must be an environment"msgstr "argument 'env' musi być środowiskiem"# src/main/engine.c: 3046# error(_("invalid multibyte char in pch=\"c\""))# src/main/engine.c: 3054# error(_("invalid multibyte char in pch=\"c\""))#: src/main/engine.c:3051 src/main/engine.c:3059msgid "invalid multibyte char in pch=\"c\""msgstr "niepoprawny znak wielobajtowy w pch=\"c\""# src/library/grDevices/src/colors.c: 1318# error(_("invalid hex digit in 'color' or 'lty'"))# src/main/engine.c: 3101# error(_("invalid hex digit in 'color' or 'lty'"))#: src/main/engine.c:3106msgid "invalid hex digit in 'color' or 'lty'"msgstr "niepoprawna liczba szestnastkowa w 'color' lub 'lty'"# src/main/engine.c: 3124# error(_("invalid line type: must be length 2, 4, 6 or 8"))#: src/main/engine.c:3129msgid "invalid line type: must be length 2, 4, 6 or 8"msgstr "niepoprawny typ linii: musi być długości 2, 4, 6 lub 8"# src/main/engine.c: 3128# error(_("invalid line type: zeroes are not allowed"))#: src/main/engine.c:3133msgid "invalid line type: zeroes are not allowed"msgstr "niepoprawny typ linii: zera nie są dozwolone"# src/main/engine.c: 3137# error(_("invalid line type"))# src/main/engine.c: 3145# error(_("invalid line type"))# src/main/engine.c: 3152# error(_("invalid line type"))#: src/main/engine.c:3142 src/main/engine.c:3150 src/main/engine.c:3157msgid "invalid line type"msgstr "niepoprawny typ linii"# src/main/envir.c: 113# error(_("cannot change value of locked binding for '%s'"), CHAR(PRINTNAME(TAG(__b__))))# src/main/envir.c: 125# error(_("cannot change value of locked binding for '%s'"), CHAR(PRINTNAME(__sym__)))#: src/main/envir.c:113 src/main/envir.c:125#, c-formatmsgid "cannot change value of locked binding for '%s'"msgstr "nie można zmienić wartości zablokowanego połączenia dla '%s'"# src/main/envir.c: 230# error(_("cannot add bindings to a locked environment"))# src/main/envir.c: 1388# error(_("cannot add bindings to a locked environment"))#: src/main/envir.c:229 src/main/envir.c:1386msgid "cannot add bindings to a locked environment"msgstr "nie można dodać powiązań do zablokowanego środowiska"# src/main/envir.c: 725# error(_("invalid cached value in R_GetGlobalCache"))#: src/main/envir.c:723msgid "invalid cached value in R_GetGlobalCache"msgstr "niepoprawna wartość cache w 'R_GetGlobalCache'"# src/main/envir.c: 783# error(_("cannot unbind in the base namespace"))#: src/main/envir.c:781msgid "cannot unbind in the base namespace"msgstr "nie można odpiąć w bazowej przestrzeni nazw"# src/main/envir.c: 785# error(_("unbind in the base environment is unimplemented"))#: src/main/envir.c:783msgid "unbind in the base environment is unimplemented"msgstr "odpinanie w bazowym środowisku jest niezaimplementowane"# src/main/envir.c: 787# error(_("cannot remove bindings from a locked environment"))# src/main/envir.c: 1618# error(_("cannot remove bindings from a locked environment"))#: src/main/envir.c:785 src/main/envir.c:1616msgid "cannot remove bindings from a locked environment"msgstr "nie można usunąć powiązań z zablokowanego środowiska"# src/main/envir.c: 1092# error(_("argument to '%s' is not an environment"), "findVar")#: src/main/envir.c:1090#, c-formatmsgid "argument to '%s' is not an environment"msgstr "argument przekazywany do '%s' nie jest środowiskiem"# src/main/envir.c: 1253# error(_("the ... list does not contain %d elements"), i)#: src/main/envir.c:1251#, c-formatmsgid "the ... list does not contain %d elements"msgstr "lista ... nie zawiera %d elementów"# src/main/envir.c: 1255# error(_("..%d used in an incorrect context, no ... to look in"), i)#: src/main/envir.c:1253#, c-formatmsgid "..%d used in an incorrect context, no ... to look in"msgstr "..%d użyte w niepoprawnym znaczeniu, brak ... do szukania"# src/main/envir.c: 1328# error(_("argument \"%s\" is missing, with no default"),# CHAR(PRINTNAME(symbol)))# src/main/envir.c: 1774# error(_("argument \"%s\" is missing, with no default"),# CHAR(PRINTNAME(t1)))# src/main/eval.c: 529# error(_("argument \"%s\" is missing, with no default"),# CHAR(PRINTNAME(e)))# src/main/eval.c: 3459# error(_("argument \"%s\" is missing, with no default"), n)#: src/main/envir.c:1326 src/main/envir.c:1772 src/main/eval.c:552#: src/main/eval.c:3482#, c-formatmsgid "argument \"%s\" is missing, with no default"msgstr "brakuje argumentu \"%s\" a brak wartości domyślnej."# src/main/envir.c: 1333# error(_("could not find function \"%s\""), CHAR(PRINTNAME(symbol)))#: src/main/envir.c:1331#, c-formatmsgid "could not find function \"%s\""msgstr "nie udało się znaleźć funkcji \"%s\""# src/main/envir.c: 1356# error(_("cannot assign values in the empty environment"))#: src/main/envir.c:1354msgid "cannot assign values in the empty environment"msgstr "nie można przypisać wartości w pustym środowisku"# src/main/envir.c: 1362# error(_("cannot assign variables to this database"))# src/main/envir.c: 1431# error(_("cannot assign variables to this database"))#: src/main/envir.c:1360 src/main/envir.c:1429msgid "cannot assign variables to this database"msgstr "nie można przypisać zmiennej do tej bazy danych"# src/main/envir.c: 1514# error(_("cannot add binding of '%s' to the base environment"),# CHAR(PRINTNAME(symbol)))#: src/main/envir.c:1512#, c-formatmsgid "cannot add binding of '%s' to the base environment"msgstr "nie można dodać powiązania '%s' do bazowego środowiska"# src/library/stats/src/deriv.c: 635# warning(_("only the first element is used as variable name"))# src/main/envir.c: 1543# warning(_("only the first element is used as variable name"))#: src/main/envir.c:1541msgid "only the first element is used as variable name"msgstr "tylko pierwszy element jest używany jako nazwa zmiennej"# src/main/envir.c: 1575# error(_("first argument must be a named list"))#: src/main/envir.c:1573msgid "first argument must be a named list"msgstr "pierwszy argument musi być nazwaną listą"# src/main/envir.c: 1580# error(_("names(x) must be a character vector of the same length as x"))#: src/main/envir.c:1578msgid "names(x) must be a character vector of the same length as x"msgstr "'names(x)' musi być wektorem tekstowym tej samej długości co 'x'"# src/main/envir.c: 1583# error(_("'envir' argument must be an environment"))#: src/main/envir.c:1581msgid "'envir' argument must be an environment"msgstr "argument 'envir' musi być środowiskiem"# src/main/envir.c: 1612# error(_("cannot remove variables from base namespace"))#: src/main/envir.c:1610msgid "cannot remove variables from base namespace"msgstr "nie można usunąć zmiennych z bazowej przestrzeni nazw"# src/main/envir.c: 1614# error(_("cannot remove variables from the base environment"))#: src/main/envir.c:1612msgid "cannot remove variables from the base environment"msgstr "nie można usunąć zmiennych z bazowego środowiska"# src/main/envir.c: 1616# error(_("cannot remove variables from the empty environment"))#: src/main/envir.c:1614msgid "cannot remove variables from the empty environment"msgstr "nie można usunąć zmiennych z pustego środowiska"# src/main/envir.c: 1624# error(_("cannot remove variables from this database"))#: src/main/envir.c:1622msgid "cannot remove variables from this database"msgstr "nie można usunąć zmiennych z tej bazy danych"# src/main/envir.c: 1781# error(_("object '%s' of mode '%s' was not found"),# CHAR(PRINTNAME(t1)),# CHAR(STRING_ELT(CAR(CDDR(args)), 0)))#: src/main/envir.c:1779#, c-formatmsgid "object '%s' of mode '%s' was not found"msgstr "obiekt '%s' typu '%s' nie został znaleziony"# src/main/envir.c: 1853# error(_("invalid name in position %d"), i+1)#: src/main/envir.c:1851#, c-formatmsgid "invalid name in position %d"msgstr "niepoprawna nazwa w pozycji %d"# src/main/envir.c: 1859# error(_("second argument must be an environment"))#: src/main/envir.c:1857msgid "second argument must be an environment"msgstr "drugi argument musi być środowiskiem"# src/main/envir.c: 1867# error(_("wrong length for '%s' argument"), "mode")# src/main/envir.c: 1875# error(_("wrong length for '%s' argument"), "ifnotfound")#: src/main/envir.c:1865 src/main/envir.c:1873#, c-formatmsgid "wrong length for '%s' argument"msgstr "błędna długość dla argumentu '%s'"# src/main/envir.c: 1994# _("invalid use of 'missing'")#: src/main/envir.c:1992msgid "invalid use of 'missing'"msgstr "niepoprawne użycie 'missing'"# src/main/envir.c: 2019# _("'missing' can only be used for arguments")#: src/main/envir.c:2017msgid "'missing' can only be used for arguments"msgstr "'missing' można użyć jedynie dla argumentów"# src/main/envir.c: 2100# error(_("'pos' must be an integer"))#: src/main/envir.c:2098msgid "'pos' must be an integer"msgstr "'pos' musi być liczbą całkowitą"# src/main/envir.c: 2114# error(_("all elements of a list must be named"))#: src/main/envir.c:2112msgid "all elements of a list must be named"msgstr "wszystkie elementy listy muszą być nazwane"# src/main/envir.c: 2137# error(_("'attach' only works for lists, data frames and environments"))#: src/main/envir.c:2135msgid "'attach' only works for lists, data frames and environments"msgstr "'attach' działa tylko dla list, ramek danych oraz środowisk"# src/main/envir.c: 2220# error(_("detaching \"package:base\" is not allowed"))#: src/main/envir.c:2218msgid "detaching \"package:base\" is not allowed"msgstr "odłączenie \"package:base\" nie jest dozwolone"# src/main/envir.c: 2521# error(_("argument must be an environment"))# src/main/envir.c: 2576# error(_("argument must be an environment"))#: src/main/envir.c:2519 src/main/envir.c:2574msgid "argument must be an environment"msgstr "argument musi być środowiskiem"# src/main/envir.c: 2580# error(_("arguments must be symbolic"))#: src/main/envir.c:2578msgid "arguments must be symbolic"msgstr "argumenty muszą być symboliczne"# src/main/envir.c: 2701# _("no enclosing environment")#: src/main/envir.c:2702msgid "no enclosing environment"msgstr "brak wbudowanego środowiska"# src/main/envir.c: 2751# _("no item called \"%s\" on the search list")#: src/main/envir.c:2752#, c-formatmsgid "no item called \"%s\" on the search list"msgstr "brak pozycji o nazwie \"%s\" na liście wyszukiwania"#: src/main/envir.c:2775msgid "using 'as.environment(NULL)' is defunct"msgstr "użycie 'as.environment(NULL)' jest przestarzałe"# src/main/envir.c: 2780# _("S4 object does not extend class \"environment\"")#: src/main/envir.c:2781msgid "S4 object does not extend class \"environment\""msgstr "obiekt S4 nie rozszerza klasy \"environment\""# src/main/envir.c: 2795# _("invalid object for 'as.environment'")#: src/main/envir.c:2796msgid "invalid object for 'as.environment'"msgstr "niepoprawny obiekt dla 'as.environment'"# src/main/envir.c: 2821# error(_("not an environment"))# src/main/envir.c: 2849# error(_("not an environment"))# src/main/envir.c: 2878# error(_("not an environment"))# src/main/envir.c: 2899# error(_("not an environment"))# src/main/envir.c: 2922# error(_("not an environment"))# src/main/envir.c: 2957# error(_("not an environment"))# src/main/envir.c: 2978# error(_("not an environment"))#: src/main/envir.c:2822 src/main/envir.c:2850 src/main/envir.c:2879#: src/main/envir.c:2900 src/main/envir.c:2923 src/main/envir.c:2958#: src/main/envir.c:2979msgid "not an environment"msgstr "to nie jest środowisko"# src/main/envir.c: 2873# error(_("not a symbol"))# src/main/envir.c: 2894# error(_("not a symbol"))# src/main/envir.c: 2915# error(_("not a symbol"))# src/main/envir.c: 2952# error(_("not a symbol"))# src/main/envir.c: 2973# error(_("not a symbol"))# src/main/envir.c: 3072# error(_("not a symbol"))#: src/main/envir.c:2874 src/main/envir.c:2895 src/main/envir.c:2916#: src/main/envir.c:2953 src/main/envir.c:2974 src/main/envir.c:3073msgid "not a symbol"msgstr "to nie jest symbol"# src/main/envir.c: 2886# error(_("no binding for \"%s\""), CHAR(PRINTNAME(sym)))# src/main/envir.c: 2907# error(_("no binding for \"%s\""), CHAR(PRINTNAME(sym)))# src/main/envir.c: 2965# error(_("no binding for \"%s\""), CHAR(PRINTNAME(sym)))# src/main/envir.c: 2986# error(_("no binding for \"%s\""), CHAR(PRINTNAME(sym)))#: src/main/envir.c:2887 src/main/envir.c:2908 src/main/envir.c:2966#: src/main/envir.c:2987#, c-formatmsgid "no binding for \"%s\""msgstr "brak połączenia dla \"%s\""# src/main/envir.c: 2917# error(_("not a function"))#: src/main/envir.c:2918msgid "not a function"msgstr "to nie jest funkcja"# src/main/envir.c: 2925# error(_("symbol already has a regular binding"))# src/main/envir.c: 2941# error(_("symbol already has a regular binding"))#: src/main/envir.c:2926 src/main/envir.c:2942msgid "symbol already has a regular binding"msgstr "symbol posiada już regularne powiązanie"# src/main/envir.c: 2927# error(_("cannot change active binding if binding is locked"))# src/main/envir.c: 2943# error(_("cannot change active binding if binding is locked"))#: src/main/envir.c:2928 src/main/envir.c:2944msgid "cannot change active binding if binding is locked"msgstr """nie można zmienić aktywnego powiązania jeśli powiązanie jest zablokowane"# src/main/envir.c: 3031# error(_("unknown op"))#: src/main/envir.c:3032msgid "unknown op"msgstr "nieznana opcja"# src/main/envir.c: 3076# error(_("cannot unbind a locked binding"))#: src/main/envir.c:3077msgid "cannot unbind a locked binding"msgstr "nie można zwolnić zablokowanego łącza"# src/main/envir.c: 3078# error(_("cannot unbind an active binding"))#: src/main/envir.c:3079msgid "cannot unbind an active binding"msgstr "nie można zwolnić aktywnego łącza"# src/main/envir.c: 3213# _("bad namespace name")#: src/main/envir.c:3214msgid "bad namespace name"msgstr "zła nazwa przestrzeni nazw"# src/main/envir.c: 3225# _("namespace already registered")#: src/main/envir.c:3226msgid "namespace already registered"msgstr "przestrzeń nazw jest już zarejestrowana"# src/main/envir.c: 3237# _("namespace not registered")#: src/main/envir.c:3238msgid "namespace not registered"msgstr "przestrzeń nazw nie została zarejestrowana"# src/main/envir.c: 3284# error(_("bad import environment argument"))#: src/main/envir.c:3285msgid "bad import environment argument"msgstr "niepoprawny argument importu środowiska"# src/main/envir.c: 3289# error(_("bad export environment argument"))#: src/main/envir.c:3290msgid "bad export environment argument"msgstr "niepoprawny argument eksportu środowiska"# src/main/envir.c: 3293# error(_("length of import and export names must match"))#: src/main/envir.c:3294msgid "length of import and export names must match"msgstr "długości nazw importu oraz eksportu muszą się zgadzać"# src/main/envir.c: 3316# error(_("exported symbol '%s' has no value"),# CHAR(PRINTNAME(expsym)))#: src/main/envir.c:3317#, c-formatmsgid "exported symbol '%s' has no value"msgstr "eksportowny symbol '%s' nie ma wartości"# src/main/envir.c: 3481# error(_("unknown encoding: %d"), enc)#: src/main/envir.c:3482#, c-formatmsgid "unknown encoding: %d"msgstr "nieznana strona kodowa: %d"# src/main/envir.c: 3501# error(_("embedded nul in string: '%s'"),# EncodeString(c, 0, 0, Rprt_adj_none))#: src/main/envir.c:3502#, c-formatmsgid "embedded nul in string: '%s'"msgstr "osadzony znak null w łańcuchu: '%s'"# src/main/errors.c: 174# (_("interrupts suspended; signal ignored"))# src/main/errors.c: 211# (_("interrupts suspended; signal ignored"))#: src/main/errors.c:183 src/main/errors.c:220msgid "interrupts suspended; signal ignored"msgstr "przerwania zawieszone; sygnał został zignorowany"# src/main/errors.c: 314# error(_("invalid option \"warning.expression\""))#: src/main/errors.c:323msgid "invalid option \"warning.expression\""msgstr "niepoprawna opcja \"warning.expression\""# src/main/errors.c: 344# _("(converted from warning) %s")#: src/main/errors.c:353#, c-formatmsgid "(converted from warning) %s"msgstr "(przetworzone z ostrzeżenia) %s"#: src/main/errors.c:364#, c-formatmsgid "Warning: %s\n"msgstr "Ostrzeżenie: %s\n"#: src/main/errors.c:367 src/main/errors.c:369#, c-formatmsgid "Warning in %s : %s\n"msgstr "Ostrzeżenie w %s : %s\n"# src/main/errors.c: 362# (_("Warning in %s :\n %s\n"), dcall, buf)#: src/main/errors.c:371#, c-formatmsgid """Warning in %s :\n"" %s\n"msgstr """Ostrzeżenie w %s :\n"" %s\n"#: src/main/errors.c:434 src/main/errors.c:453 src/main/errors.c:602msgid "Lost warning messages\n"msgstr "Utracone komunikaty ostrzegawcze\n"#: src/main/errors.c:465msgid "Warning message:\n"msgid_plural "Warning messages:\n"msgstr[0] "Komunikat ostrzegawczy:\n"msgstr[1] "Komunikaty ostrzegawcze:\n"msgstr[2] "Komunikaty ostrzegawcze:\n"#: src/main/errors.c:520#, c-formatmsgid "There were %d warnings (use warnings() to see them)\n"msgstr "Było %d ostrzeżeń (użyj 'warnings()' aby je zobaczyć)\n"#: src/main/errors.c:523#, c-formatmsgid "There were %d or more warnings (use warnings() to see the first %d)\n"msgstr """Było %d lub więcej ostrzeżeń (użyj 'warnings()' aby zobaczyć pierwsze %d)\n"# src/main/errors.c: 583# (_("Error during wrapup: "))#: src/main/errors.c:593msgid "Error during wrapup: "msgstr "Błąd podczas tworzenia skrótów:"# src/main/errors.c: 608# _("Error in ")#: src/main/errors.c:618msgid "Error in "msgstr "Błąd w "# src/main/errors.c: 609# _(" (from %s) : ")#: src/main/errors.c:619#, c-formatmsgid " (from %s) : "msgstr " (z %s) : "# src/main/errors.c: 660# sprintf(errbuf, _("Error: "))# src/main/errors.c: 666# sprintf(errbuf, _("Error: "))#: src/main/errors.c:670 src/main/errors.c:676#, c-formatmsgid "Error: "msgstr "BŁĄD: "# src/main/errors.c: 686# (_("In addition: "))# src/main/errors.c: 1307# (_("In addition: "))#: src/main/errors.c:696 src/main/errors.c:1319msgid "In addition: "msgstr "Dodatkowo: "#: src/main/errors.c:817msgid "invalid option \"error\"\n"msgstr "niepoprawna opcja \"error\"\n"#: src/main/errors.c:899msgid "Execution halted\n"msgstr "Wykonywanie wstrzymane\n"# src/main/errors.c: 1027# error(_("'msg1' must be a character string"))#: src/main/errors.c:1038msgid "'msg1' must be a character string"msgstr "'msg1' musi być łańcuchem tekstowym"# src/main/errors.c: 1029# error(_("'msg2' must be a character string"))#: src/main/errors.c:1040msgid "'msg2' must be a character string"msgstr "'msg2' musi być łańcuchem tekstowym"#: src/main/errors.c:1137msgid " [invalid string in stop(.)]"msgstr " [niepoprawny łańcuch w 'stop(.)']"#: src/main/errors.c:1163msgid " [invalid string in warning(.)]"msgstr " [niepoprawny łańcuch w 'warning(.)']"# src/main/errors.c: 1166# error(_("incorrect number of arguments to \"%s\""), s)#: src/main/errors.c:1178#, c-formatmsgid "incorrect number of arguments to \"%s\""msgstr "niepoprawna liczba argumentów w \"%s\""# src/main/errors.c: 1172# error(_("unimplemented feature in %s"), s)# src/main/errors.c: 1187# N_("unimplemented feature in %s")#: src/main/errors.c:1184 src/main/errors.c:1199#, c-formatmsgid "unimplemented feature in %s"msgstr "niezaimplementowana cecha w '%s'"# src/main/errors.c: 1181# N_("invalid number of arguments")#: src/main/errors.c:1193msgid "invalid number of arguments"msgstr "niepoprawna liczba argumentów"# src/library/grDevices/src/colors.c: 1473# error(_("invalid argument type"))# src/library/stats/src/arima.c: 69# error(_("invalid argument type"))# src/library/stats/src/arima.c: 183# error(_("invalid argument type"))# src/library/stats/src/arima.c: 359# error(_("invalid argument type"))# src/library/tools/src/text.c: 65# error(_("invalid argument type"))# src/main/errors.c: 1182# N_("invalid argument type")# src/main/logic.c: 171# _("invalid argument type")#: src/main/errors.c:1194 src/main/logic.c:171msgid "invalid argument type"msgstr "niepoprawny typ argumentu"# src/main/errors.c: 1184# N_("time-series/vector length mismatch")#: src/main/errors.c:1196msgid "time-series/vector length mismatch"msgstr "niezgodność długości szeregu czasowego/wektora"# src/main/errors.c: 1185# N_("incompatible arguments")#: src/main/errors.c:1197msgid "incompatible arguments"msgstr "niezgodne argumenty"# src/main/errors.c: 1188# N_("unknown error (report this!)")#: src/main/errors.c:1200msgid "unknown error (report this!)"msgstr "nieznany błąd (zgłoś raport!)"# src/main/errors.c: 1200# N_("unknown warning (report this!)")#: src/main/errors.c:1212msgid "unknown warning (report this!)"msgstr "nieznane ostrzeżenie (zgłoś raport!)"# src/main/errors.c: 1271# error(_("No function to return from, jumping to top level"))#: src/main/errors.c:1283msgid "No function to return from, jumping to top level"msgstr """Brak funkcji z której można powrócić, przeskakiwanie do najwyższego poziomu"# src/main/errors.c: 1287# warning(_("top level inconsistency?"))#: src/main/errors.c:1299msgid "top level inconsistency?"msgstr "niezgodność na najwyższym poziomie?"# src/main/errors.c: 1466# error(_("bad handler data"))#: src/main/errors.c:1478msgid "bad handler data"msgstr "błędne dane programu obsługi"# src/main/errors.c: 1616# error(_("error message not a string"))#: src/main/errors.c:1628msgid "error message not a string"msgstr "komunikat błędu nie jest łańcuchem"# src/main/errors.c: 1691# error(_("handler or restart stack mismatch in old restart"))#: src/main/errors.c:1703msgid "handler or restart stack mismatch in old restart"msgstr "niezgodność obsługi lub restart stosu w starym restarcie"# src/main/errors.c: 1717# error(_("bad error message"))# src/main/errors.c: 1733# error(_("bad error message"))#: src/main/errors.c:1729 src/main/errors.c:1745msgid "bad error message"msgstr "błędny komunikat błędu"# src/main/errors.c: 1775# error(_("bad restart"))#: src/main/errors.c:1787msgid "bad restart"msgstr "błędny restart"# src/main/errors.c: 1807# error(_("restart not on stack"))#: src/main/errors.c:1819msgid "restart not on stack"msgstr "restart nie na stosie"# src/main/errors.c: 1824# _("not in a try context")#: src/main/errors.c:1836msgid "not in a try context"msgstr "to nie jest w kontekście 'try'"# src/main/errors.c: 1837# error(_("error message must be a character string"))#: src/main/errors.c:1849msgid "error message must be a character string"msgstr "komunikat błędu musi być łańcuchem tekstowym"# src/main/eval.c: 289# warning(_("source files skipped by Rprof; please increase '%s'"),# R_Profiling_Error == 1 ? "numfiles" : "bufsize")#: src/main/eval.c:308#, c-formatmsgid "source files skipped by Rprof; please increase '%s'"msgstr "pliki źródłowe zostały pominięte przez Rprof; proszę zwiększyć '%s'"# src/main/eval.c: 309# error(_("Rprof: cannot open profile file '%s'"),# translateChar(filename))#: src/main/eval.c:328#, c-formatmsgid "Rprof: cannot open profile file '%s'"msgstr "Rprof: nie można otworzyć pliku profilu '%s'"# src/main/eval.c: 399# error(_("R profiling is not available on this system"))#: src/main/eval.c:422msgid "R profiling is not available on this system"msgstr "profilowanie R nie jest dostępne na tym systemie"# src/main/eval.c: 423# _("promise already under evaluation: recursive default argument reference or earlier problems?")#: src/main/eval.c:446msgid """promise already under evaluation: recursive default argument reference or ""earlier problems?"msgstr """obietnica jest już w trakcie obliczania: rekursywne domyślne odwołanie do ""argumentu lub wcześniejsze problemy?"# src/main/eval.c: 424# warningcall(R_GlobalContext->call,# _("restarting interrupted promise evaluation"))#: src/main/eval.c:448msgid "restarting interrupted promise evaluation"msgstr "restartowanie przerwało obliczanie obietnicy"# src/main/eval.c: 471# _("evaluation nested too deeply: infinite recursion / options(expressions=)?")#: src/main/eval.c:494msgid """evaluation nested too deeply: infinite recursion / options(expressions=)?"msgstr """obliczanie zagnieździło się zbyt głęboko: nieskończona rekurencja / options""(expressions=)?"# src/main/eval.c: 531# error(_("argument is missing, with no default"))# src/main/eval.c: 3460# error(_("argument is missing, with no default"))#: src/main/eval.c:554 src/main/eval.c:3483msgid "argument is missing, with no default"msgstr "brakuje argumentu, a nie ma określonej wartości domyślnej"# src/main/eval.c: 635# error(_("attempt to apply non-function"))# src/main/eval.c: 4457# error(_("attempt to apply non-function"))#: src/main/eval.c:658 src/main/eval.c:4480msgid "attempt to apply non-function"msgstr "próba zastosowania nie-funkcji"# src/main/eval.c: 658# (_("%s at %s#%d: "), prefix, CHAR(STRING_ELT(filename, 0)),# asInteger(srcref))#: src/main/eval.c:681#, c-formatmsgid "%s at %s#%d: "msgstr "'%s' w %s#%d: "# src/main/eval.c: 1114# error(_("could not find symbol \"%s\" in environment of the generic function"),# CHAR(PRINTNAME(symbol)))#: src/main/eval.c:1137#, c-formatmsgid "could not find symbol \"%s\" in environment of the generic function"msgstr "nie udało się znaleźć symbolu \"%s\" w środowisku ogólnej funkcji"# src/main/eval.c: 1132# error(_("symbol \"%s\" not in environment of method"),# CHAR(PRINTNAME(symbol)))#: src/main/eval.c:1155#, c-formatmsgid "symbol \"%s\" not in environment of method"msgstr "symbol \"%s\" nie jest w środowisku metody"# src/main/eval.c: 1241# warningcall(call,# _("the condition has length > 1 and only the first element will be used"))#: src/main/eval.c:1265msgid "the condition has length > 1 and only the first element will be used"msgstr "warunek posiada długość > 1 i tylko pierwszy element będzie użyty"# src/main/eval.c: 1259# _("missing value where TRUE/FALSE needed")#: src/main/eval.c:1282msgid "missing value where TRUE/FALSE needed"msgstr "brakuje wartości tam, gdzie wymagane jest TRUE/FALSE"# src/main/eval.c: 1260# _("argument is not interpretable as logical")#: src/main/eval.c:1283msgid "argument is not interpretable as logical"msgstr "argument nie jest interpretowany jako logiczny"# src/main/eval.c: 1261# _("argument is of length zero")#: src/main/eval.c:1284msgid "argument is of length zero"msgstr "argument jest długości zero"# src/main/eval.c: 1334# _("non-symbol loop variable")#: src/main/eval.c:1357msgid "non-symbol loop variable"msgstr "niesymboliczna zmienna pętli"# src/main/eval.c: 1425# _("invalid for() loop sequence")# src/main/eval.c: 4225# _("invalid for() loop sequence")#: src/main/eval.c:1448 src/main/eval.c:4248msgid "invalid for() loop sequence"msgstr "niepoprawna sekwencja pętli 'for()'"# src/main/eval.c: 1554# _("multi-argument returns are not permitted")#: src/main/eval.c:1577msgid "multi-argument returns are not permitted"msgstr "zwracania wielu argumentów nie są dozwolone"# src/main/eval.c: 1603# error(_("invalid (NULL) left side of assignment"))#: src/main/eval.c:1626msgid "invalid (NULL) left side of assignment"msgstr "niepoprawna (NULL) lewa strona przypisania"# src/main/eval.c: 1625# error(_("target of assignment expands to non-language object"))#: src/main/eval.c:1648msgid "target of assignment expands to non-language object"msgstr "docelowe przypisanie rozszerza się na nie-języczny obiekt"# src/main/eval.c: 1671# error(_("overlong name in '%s'"), CHAR(PRINTNAME(fun)))#: src/main/eval.c:1694#, c-formatmsgid "overlong name in '%s'"msgstr "nazwa jest zbyt długa w '%s'"# src/main/eval.c: 1733# _("cannot do complex assignments in base namespace")#: src/main/eval.c:1756msgid "cannot do complex assignments in base namespace"msgstr "nie można wykonać złożonych przypisać w bazowej przestrzeni nazw"# src/main/eval.c: 1735# _("cannot do complex assignments in base environment")#: src/main/eval.c:1758msgid "cannot do complex assignments in base environment"msgstr "nie można wykonać złożonych przypisań w bazowym środowisku"# src/library/compiler/noweb/compiler.nw: 1207# gettext("invalid function in complex assignment")# src/library/compiler/noweb/compiler.nw: 3994# stop(gettext("invalid function in complex assignment"))# src/library/compiler/R/cmp.R: 1494# stop(gettext("invalid function in complex assignment"))# src/library/compiler/R/cmp.R: 2529# gettext("invalid function in complex assignment")# src/main/eval.c: 1772# error(_("invalid function in complex assignment"))# src/main/eval.c: 1799# error(_("invalid function in complex assignment"))#: src/main/eval.c:1795 src/main/eval.c:1822msgid "invalid function in complex assignment"msgstr "niepoprawna funkcja w złożonym przypisaniu"# src/main/eval.c: 1877# _("invalid (do_set) left-hand side to assignment")#: src/main/eval.c:1900msgid "invalid (do_set) left-hand side to assignment"msgstr "niepoprawna (do_set) lewa strona do przypisania"# src/main/eval.c: 1892# error(_("invalid assignment left-hand side"))#: src/main/eval.c:1915msgid "invalid assignment left-hand side"msgstr "niepoprawne przypisanie lewej strony"# src/main/eval.c: 1957# _("argument %d is empty")#: src/main/eval.c:1980#, c-formatmsgid "argument %d is empty"msgstr "argument %d jest pusty"# src/main/eval.c: 1960# _("'%s' is missing")#: src/main/eval.c:1983#, c-formatmsgid "'%s' is missing"msgstr "brakuje '%s'"# src/main/eval.c: 2110# error(_("invalid formal argument list for \"function\""))#: src/main/eval.c:2133msgid "invalid formal argument list for \"function\""msgstr "niepoprawna lista formalnych argumentów dla \"function\""# src/main/eval.c: 2166# error(_("invalid '%s' argument of type '%s'"),# "enclos", type2char(tEncl))# src/main/eval.c: 2197# error(_("invalid '%s' argument of type '%s'"),# "envir", type2char(TYPEOF(env)))# src/main/eval.c: 2202# error(_("invalid '%s' argument of type '%s'"),# "envir", type2char(TYPEOF(env)))#: src/main/eval.c:2189 src/main/eval.c:2220 src/main/eval.c:2225#, c-formatmsgid "invalid '%s' argument of type '%s'"msgstr "niepoprawny argument '%s' typu '%s'"# src/main/eval.c: 2194# error(_("numeric 'envir' arg not of length one"))#: src/main/eval.c:2217msgid "numeric 'envir' arg not of length one"msgstr "liczbowy argument 'envir' nie posiada długości 1"# src/main/eval.c: 2218# error(_("restarts not supported in 'eval'"))# src/main/eval.c: 2240# error(_("restarts not supported in 'eval'"))#: src/main/eval.c:2241 src/main/eval.c:2263msgid "restarts not supported in 'eval'"msgstr "restartowania nie są obsługiwane w 'eval'"# src/main/eval.c: 2297# error(_("'Recall' called from outside a closure"))# src/main/eval.c: 2310# error(_("'Recall' called from outside a closure"))#: src/main/eval.c:2320 src/main/eval.c:2333msgid "'Recall' called from outside a closure"msgstr "'Recall' wywołane spoza zamknięcia"# src/main/eval.c: 2403# error(_("value in '...' is not a promise"))#: src/main/eval.c:2426msgid "value in '...' is not a promise"msgstr "wartość w '...' nie jest obietnicą"# src/main/eval.c: 2592# error(_("call name too long in '%s'"), CHAR(PRINTNAME(CAR(call))))# src/main/objects.c: 714# error(_("call name too long in '%s'"),# CHAR(PRINTNAME(CAR(cptr->call))))#: src/main/eval.c:2615 src/main/objects.c:714#, c-formatmsgid "call name too long in '%s'"msgstr "nazwa wywołania jest zbyt długa w '%s'"# src/main/eval.c: 2613# error(_("generic name too long in '%s'"), PRIMNAME(op))#: src/main/eval.c:2636#, c-formatmsgid "generic name too long in '%s'"msgstr "ogólna nazwa jest zbyt długa w '%s'"# src/main/eval.c: 2676# warning(_("Incompatible methods (\"%s\", \"%s\") for \"%s\""),# lname, rname, generic)#: src/main/eval.c:2699#, c-formatmsgid "Incompatible methods (\"%s\", \"%s\") for \"%s\""msgstr "Niezgodne metody (\"%s\", \"%s\") w \"%s\""# src/main/eval.c: 2740# error(_("dispatch error in group dispatch"))#: src/main/eval.c:2763msgid "dispatch error in group dispatch"msgstr "błąd wysyłania w grupowej wysyłce"# src/main/eval.c: 3053# error(_("\"%s\" is not a %s function"),# CHAR(PRINTNAME(symbol)),# type == BUILTINSXP ? "BUILTIN" : "SPECIAL")#: src/main/eval.c:3076#, c-formatmsgid "\"%s\" is not a %s function"msgstr "'%s' nie jest funkcją '%s'"# src/main/eval.c: 3246# error(_("node stack overflow"))#: src/main/eval.c:3269msgid "node stack overflow"msgstr "przepełnienie stosu strony"# src/main/eval.c: 3252# error(_("integer stack overflow"))#: src/main/eval.c:3275msgid "integer stack overflow"msgstr "przepełnienie stosu liczb całkowitych"# src/main/eval.c: 3306# error(_("bad opcode"))#: src/main/eval.c:3329msgid "bad opcode"msgstr "błędny 'opcode'"# src/main/eval.c: 4048# _("invalid %s type in 'x %s y'")#: src/main/eval.c:4071#, c-formatmsgid "invalid %s type in 'x %s y'"msgstr "błędny typ '%s' w 'x %s y'"# src/main/eval.c: 4127# warning(_("bytecode version mismatch; using eval"))#: src/main/eval.c:4150msgid "bytecode version mismatch; using eval"msgstr "niezgodność wersji kodu bajtowego; używanie 'eval'"# src/main/eval.c: 4132# error(_("bytecode version is too old"))#: src/main/eval.c:4155msgid "bytecode version is too old"msgstr "wersja kodu bajtowego jest zbyt stara"# src/main/eval.c: 4133# error(_("bytecode version is too new"))#: src/main/eval.c:4156msgid "bytecode version is too new"msgstr "wersja kodu bajtowego jest zbyt nowa"# src/main/eval.c: 4167# error(_("byte code version mismatch"))#: src/main/eval.c:4190msgid "byte code version mismatch"msgstr "niezgodność wersji kodu bajtowego"# src/main/eval.c: 4293# error(_("invalid sequence argument in for loop"))#: src/main/eval.c:4316msgid "invalid sequence argument in for loop"msgstr "niepoprawny argument sekwencji w pętli 'for'"# src/main/eval.c: 4439# error(_("there is no .Internal function '%s'"),# CHAR(PRINTNAME(symbol)))# src/main/names.c: 1129# _("there is no .Internal function '%s'")#: src/main/eval.c:4462 src/main/names.c:1130#, c-formatmsgid "there is no .Internal function '%s'"msgstr "brak wewnętrznej (.Internal) funkcji '%s'"# src/main/eval.c: 4546# error(_("bad function"))# src/main/eval.c: 4871# error(_("bad function"))# src/main/eval.c: 4913# error(_("bad function"))#: src/main/eval.c:4569 src/main/eval.c:4894 src/main/eval.c:4936msgid "bad function"msgstr "zła funkcja"# src/main/eval.c: 4561# error(_("not a BUILTIN function"))#: src/main/eval.c:4584msgid "not a BUILTIN function"msgstr "to nie jest funkcja 'BUILTIN'"# src/main/eval.c: 4938# _("numeric EXPR required for 'switch' without named alternatives")#: src/main/eval.c:4961msgid "numeric EXPR required for 'switch' without named alternatives"msgstr """wyrażenie regularne (EXPR) wymagane przez 'switch' bez nazwanych alternatyw"# src/main/eval.c: 5033# error(_("cannot find index for threaded code address"))#: src/main/eval.c:5056msgid "cannot find index for threaded code address"msgstr "nie można znaleźć indeksu dla wątkowego adresu kodu"# src/main/eval.c: 5093# _("invalid body")#: src/main/eval.c:5116msgid "invalid body"msgstr "niepoprawne ciało"# src/main/eval.c: 5113# _("invalid symbol")#: src/main/eval.c:5136msgid "invalid symbol"msgstr "niepoprawny symbol"# src/main/eval.c: 5157# _("argument is not a byte code object")#: src/main/eval.c:5180msgid "argument is not a byte code object"msgstr "argument nie jest obiektem kodu bajtowego"# src/main/eval.c: 5178# _("bad file name")#: src/main/eval.c:5201msgid "bad file name"msgstr "zła nazwa pliku"# src/main/eval.c: 5182# _("unable to open 'file'")# src/main/eval.c: 5203# _("unable to open 'file'")#: src/main/eval.c:5205 src/main/eval.c:5226msgid "unable to open 'file'"msgstr "nie można otworzyć 'file'"# src/library/base/R/load.R: 88# stop("'file' must be non-empty string")# src/library/base/R/load.R: 127# stop("'file' must be non-empty string")# src/library/base/R/serialize.R: 24# stop("'file' must be non-empty string")# src/main/eval.c: 5197# _("'file' must be non-empty string")# src/main/saveload.c: 1932# error(_("'file' must be non-empty string"))#: src/main/eval.c:5220 src/main/saveload.c:1942msgid "'file' must be non-empty string"msgstr "'file' musi być niepustym łańcuchem tekstowym"# src/main/eval.c: 5199# _("'ascii' must be logical")# src/main/saveload.c: 1934# error(_("'ascii' must be logical"))# src/main/saveload.c: 2234# error(_("'ascii' must be logical"))# src/main/serialize.c: 2084# error(_("'ascii' must be logical"))#: src/main/eval.c:5222 src/main/saveload.c:1944 src/main/saveload.c:2244#: src/main/serialize.c:2149msgid "'ascii' must be logical"msgstr "'ascii' musi być logiczne"# src/main/eval.c: 5270# error(_("constant buffer must be a generic vector"))# src/main/eval.c: 5289# error(_("constant buffer must be a generic vector"))# src/main/eval.c: 5319# error(_("constant buffer must be a generic vector"))#: src/main/eval.c:5293 src/main/eval.c:5312 src/main/eval.c:5342msgid "constant buffer must be a generic vector"msgstr "stały bufor musi być ogólnym wektorem"# src/main/eval.c: 5321# error(_("bad constant count"))#: src/main/eval.c:5344msgid "bad constant count"msgstr "zła liczba stałych"# src/main/eval.c: 5357# error(_("profile timer in use"))#: src/main/eval.c:5380msgid "profile timer in use"msgstr "używanie czasomierza profilu"# src/main/eval.c: 5359# error(_("already byte code profiling"))#: src/main/eval.c:5382msgid "already byte code profiling"msgstr "profilowanie kodu bajtowego jest w trakcie"# src/main/eval.c: 5377# error(_("setting profile timer failed"))#: src/main/eval.c:5400msgid "setting profile timer failed"msgstr "ustawienie czasomierza profilu nie powiodło się"# src/main/eval.c: 5394# error(_("not byte code profiling"))#: src/main/eval.c:5417msgid "not byte code profiling"msgstr "brak profilowania kodu bajtowego"# src/main/gevents.c: 42# warning(_("'%s' events not supported in this device"), name)#: src/main/gevents.c:42#, c-formatmsgid "'%s' events not supported in this device"msgstr "zdarzenia '%s' nie są wspierane na tym urządzeniu"# src/library/stats/R/power.anova.test.R: 57# stop("internal error", domain = NA)# src/library/stats/R/power.R: 63# stop("internal error", domain = NA)# src/library/stats/R/power.R: 130# stop("internal error", domain = NA)# src/library/tools/R/parseLatex.R: 199# stop("internal error", domain = NA)# src/main/gevents.c: 66# error(_("internal error"))#: src/main/gevents.c:66msgid "internal error"msgstr "błąd wewnętrzny"# src/main/gevents.c: 72# error(_("this graphics device does not support event handling"))#: src/main/gevents.c:72msgid "this graphics device does not support event handling"msgstr "to graficzne urządzenie nie wspiera obsługi zdarzeń"# src/main/gevents.c: 112# error(_("invalid prompt"))#: src/main/gevents.c:112msgid "invalid prompt"msgstr "niepoprawne zapytanie"# src/main/gevents.c: 124# error(_("recursive use of 'getGraphicsEvent' not supported"))#: src/main/gevents.c:124msgid "recursive use of 'getGraphicsEvent' not supported"msgstr "rekursywne użycie 'getGraphicsEvent' nie jest wspierane"# src/main/gevents.c: 134# error(_("no graphics event handlers set"))#: src/main/gevents.c:134msgid "no graphics event handlers set"msgstr "nie ustawiono obsługi zdarzeń grafiki"# src/main/gram.c: 291# error(_("EOF whilst reading MBCS char at line %d"), ParseState.xxlineno)# src/main/gram.c: 306# error(_("EOF whilst reading MBCS char at line %d"), ParseState.xxlineno)# src/main/gram.c: 4597# error(_("EOF whilst reading MBCS char at line %d"), ParseState.xxlineno)# src/main/gram.c: 4611# error(_("EOF whilst reading MBCS char at line %d"), ParseState.xxlineno)# src/main/gram.y: 221# error(_("EOF whilst reading MBCS char at line %d"), ParseState.xxlineno)# src/main/gram.y: 236# error(_("EOF whilst reading MBCS char at line %d"), ParseState.xxlineno)# src/main/gram.y: 2224# error(_("EOF whilst reading MBCS char at line %d"), ParseState.xxlineno)# src/main/gram.y: 2238# error(_("EOF whilst reading MBCS char at line %d"), ParseState.xxlineno)#: src/main/gram.y:223 src/main/gram.y:238 src/main/gram.y:2231#: src/main/gram.y:2245#, c-formatmsgid "EOF whilst reading MBCS char at line %d"msgstr "znak końca pliku (EOF) podczas czytania znaku MBCS w linii %d"# src/main/gram.c: 295# error(_("invalid multibyte character in parser at line %d"), ParseState.xxlineno)# src/main/gram.c: 303# error(_("invalid multibyte character in parser at line %d"), ParseState.xxlineno)# src/main/gram.c: 4601# error(_("invalid multibyte character in parser at line %d"), ParseState.xxlineno)# src/main/gram.c: 4608# error(_("invalid multibyte character in parser at line %d"), ParseState.xxlineno)# src/main/gram.y: 225# error(_("invalid multibyte character in parser at line %d"), ParseState.xxlineno)# src/main/gram.y: 233# error(_("invalid multibyte character in parser at line %d"), ParseState.xxlineno)# src/main/gram.y: 2228# error(_("invalid multibyte character in parser at line %d"), ParseState.xxlineno)# src/main/gram.y: 2235# error(_("invalid multibyte character in parser at line %d"), ParseState.xxlineno)#: src/main/gram.y:227 src/main/gram.y:235 src/main/gram.y:2235#: src/main/gram.y:2242#, c-formatmsgid "invalid multibyte character in parser at line %d"msgstr "niepoprawny wielobajtowy znak w parserze w linii %d"# src/main/gram.c: 2838# error(_("input buffer overflow at line %d"), ParseState.xxlineno)# src/main/gram.y: 465# error(_("input buffer overflow at line %d"), ParseState.xxlineno)#: src/main/gram.y:467#, c-formatmsgid "input buffer overflow at line %d"msgstr "przepełnienie bufora wejściowego w linii %d"# src/main/gram.c: 3427# error(_("incorrect tag type at line %d"), lloc->first_line)# src/main/gram.y: 1054# error(_("incorrect tag type at line %d"), lloc->first_line)#: src/main/gram.y:1056#, c-formatmsgid "incorrect tag type at line %d"msgstr "niepoprawny typ tagu w linii %d"# src/main/gram.c: 4041# error(_("contextstack overflow"))# src/main/gram.y: 1668# error(_("contextstack overflow"))#: src/main/gram.y:1669msgid "contextstack overflow"msgstr "przepełniony stos kontekstu"# src/main/gram.c: 4278# _("input")# src/main/gram.y: 1905# _("input")#: src/main/gram.y:1906msgid "input"msgstr "wejście"# src/main/gram.c: 4279# _("end of input")# src/main/gram.y: 1906# _("end of input")#: src/main/gram.y:1907msgid "end of input"msgstr "koniec wejścia"# src/main/gram.c: 4280# _("string constant")# src/main/gram.y: 1907# _("string constant")#: src/main/gram.y:1908msgid "string constant"msgstr "stała tekstowa"# src/main/gram.c: 4281# _("numeric constant")# src/main/gram.y: 1908# _("numeric constant")#: src/main/gram.y:1909msgid "numeric constant"msgstr "stała liczbowa"# src/main/dotcode.c: 476# error(_("invalid '%s' argument"), "symbol")# src/main/gram.c: 4282# _("symbol")# src/main/gram.y: 1909# _("symbol")#: src/main/gram.y:1910msgid "symbol"msgstr "symbol"# src/main/gram.c: 4283# _("assignment")# src/main/gram.y: 1910# _("assignment")#: src/main/gram.y:1911msgid "assignment"msgstr "przypisanie"# src/main/gram.c: 4284# _("end of line")# src/main/gram.y: 1911# _("end of line")#: src/main/gram.y:1912msgid "end of line"msgstr "koniec linii"# src/main/gram.c: 4298# sprintf(R_ParseErrorMsg, _("unexpected %s"),# i/2 < YYENGLISH ? _(yytname_translations[i+1])# : yytname_translations[i+1])# src/main/gram.c: 4304# sprintf(R_ParseErrorMsg, _("unexpected %s"), s + sizeof yyunexpected - 1)# src/main/gram.y: 1925# sprintf(R_ParseErrorMsg, _("unexpected %s"),# i/2 < YYENGLISH ? _(yytname_translations[i+1])# : yytname_translations[i+1])# src/main/gram.y: 1931# sprintf(R_ParseErrorMsg, _("unexpected %s"), s + sizeof yyunexpected - 1)#: src/main/gram.y:1926 src/main/gram.y:1932#, c-formatmsgid "unexpected %s"msgstr "nieoczekiwano: %s"# src/main/gram.c: 4314# error(_("repeated formal argument '%s' on line %d"), CHAR(PRINTNAME(_new)),# lloc->first_line)# src/main/gram.y: 1941# error(_("repeated formal argument '%s' on line %d"), CHAR(PRINTNAME(_new)),# lloc->first_line)#: src/main/gram.y:1942#, c-formatmsgid "repeated formal argument '%s' on line %d"msgstr "powtórzony formalny argument '%s' w linii %d"# src/main/gram.c: 4514# warning(_("integer literal %s contains decimal; using numeric value"), yytext)# src/main/gram.y: 2141# warning(_("integer literal %s contains decimal; using numeric value"), yytext)#: src/main/gram.y:2148#, c-formatmsgid "integer literal %s contains decimal; using numeric value"msgstr "stały literał %s zawiera część dziesiętną; używanie wartości liczbowej"# src/main/gram.c: 4518# warning(_("non-integer value %s qualified with L; using numeric value"), yytext)# src/main/gram.y: 2145# warning(_("non-integer value %s qualified with L; using numeric value"), yytext)#: src/main/gram.y:2152#, c-formatmsgid "non-integer value %s qualified with L; using numeric value"msgstr """niecałkowita wartość %s zakwalifikowana z L; używanie wartości liczbowej"# src/main/gram.c: 4531# warning(_("integer literal %s contains unnecessary decimal point"), yytext)# src/main/gram.y: 2158# warning(_("integer literal %s contains unnecessary decimal point"), yytext)#: src/main/gram.y:2165#, c-formatmsgid "integer literal %s contains unnecessary decimal point"msgstr "stały literał %s zawiera niepotrzebny separator dziesiętny"# src/library/tools/src/gramLatex.c: 2435# error(_("unable to allocate buffer for long string at line %d"), parseState.xxlineno)# src/library/tools/src/gramLatex.y: 673# error(_("unable to allocate buffer for long string at line %d"), parseState.xxlineno)# src/library/tools/src/gramRd.c: 4154# error(_("unable to allocate buffer for long string at line %d"), parseState.xxlineno)# src/library/tools/src/gramRd.y: 1297# error(_("unable to allocate buffer for long string at line %d"), parseState.xxlineno)# src/main/gram.c: 4563# error(_("unable to allocate buffer for long string at line %d"), ParseState.xxlineno)# src/main/gram.y: 2190# error(_("unable to allocate buffer for long string at line %d"), ParseState.xxlineno)#: src/main/gram.y:2197#, c-formatmsgid "unable to allocate buffer for long string at line %d"msgstr "nie można przydzielić bufora dla długiego łańcucha w linii %d"# src/main/gram.c: 4716# _("'\\x' used without hex digits in character string starting \"%s\"")# src/main/gram.y: 2343# _("'\\x' used without hex digits in character string starting \"%s\"")#: src/main/gram.y:2350#, c-formatmsgid "'\\x' used without hex digits in character string starting \"%s\""msgstr """'\\x' użyte bez szestnastkowych cyfr w łańcuchu tekstowym rozpoczynającym ""\"%s\""# src/main/gram.c: 4730# error(_("\\uxxxx sequences not supported inside backticks (line %d)"), ParseState.xxlineno)# src/main/gram.y: 2357# error(_("\\uxxxx sequences not supported inside backticks (line %d)"), ParseState.xxlineno)#: src/main/gram.y:2364#, c-formatmsgid "\\uxxxx sequences not supported inside backticks (line %d)"msgstr """sekwencja \\uxxxx nie jest wspierana wewnątrz odwrotnych cudzysłowiów (``) ""(linia %d)"# src/main/gram.c: 4745# _("'\\u' used without hex digits in character string starting \"%s\"")# src/main/gram.y: 2372# _("'\\u' used without hex digits in character string starting \"%s\"")#: src/main/gram.y:2379#, c-formatmsgid "'\\u' used without hex digits in character string starting \"%s\""msgstr """'\\u' użyte bez szestnastkowych cyfr w łańcuchu tekstowym rozpoczynającym ""\"%s\""# src/main/gram.c: 4753# error(_("invalid \\u{xxxx} sequence (line %d)"),# ParseState.xxlineno)# src/main/gram.y: 2380# error(_("invalid \\u{xxxx} sequence (line %d)"),# ParseState.xxlineno)#: src/main/gram.y:2387#, c-formatmsgid "invalid \\u{xxxx} sequence (line %d)"msgstr "niepoprawna sekwencja \\u{xxxx} (linia %d)"# src/main/gram.c: 4765# error(_("\\Uxxxxxxxx sequences not supported inside backticks (line %d)"), ParseState.xxlineno)# src/main/gram.y: 2392# error(_("\\Uxxxxxxxx sequences not supported inside backticks (line %d)"), ParseState.xxlineno)#: src/main/gram.y:2399#, c-formatmsgid "\\Uxxxxxxxx sequences not supported inside backticks (line %d)"msgstr """sekwencja \\Uxxxxxxxx nie jest wspierana wewnątrz odwrotnego cudzysłowia ""(linia %d)"# src/main/gram.c: 4780# _("'\\U' used without hex digits in character string starting \"%s\"")# src/main/gram.y: 2407# _("'\\U' used without hex digits in character string starting \"%s\"")#: src/main/gram.y:2414#, c-formatmsgid "'\\U' used without hex digits in character string starting \"%s\""msgstr """'\\U' użyte bez szestnastkowych cyfr w łańcuchu tekstowym rozpoczynającym ""\"%s\""# src/main/gram.c: 4788# error(_("invalid \\U{xxxxxxxx} sequence (line %d)"), ParseState.xxlineno)# src/main/gram.y: 2415# error(_("invalid \\U{xxxxxxxx} sequence (line %d)"), ParseState.xxlineno)#: src/main/gram.y:2422#, c-formatmsgid "invalid \\U{xxxxxxxx} sequence (line %d)"msgstr "niepoprawny sekwencja \\U{xxxxxxxx} (linia %d)"# src/main/gram.c: 4828# _("'\\%c' is an unrecognized escape in character string starting \"%s\"")# src/main/gram.y: 2455# _("'\\%c' is an unrecognized escape in character string starting \"%s\"")#: src/main/gram.y:2462#, c-formatmsgid "'\\%c' is an unrecognized escape in character string starting \"%s\""msgstr """'\\%c' jest nierozponanym znakiem modyfikacji w łańcuchu tekstowym ""rozpoczynającym \"%s\""# src/main/gram.c: 4887# error(_("mixing Unicode and octal/hex escapes in a string is not allowed"))# src/main/gram.y: 2514# error(_("mixing Unicode and octal/hex escapes in a string is not allowed"))#: src/main/gram.y:2521msgid "mixing Unicode and octal/hex escapes in a string is not allowed"msgstr """mieszanie znaków Unicode oraz ósemkowych/szestnastkowych znaków modyfikacji ""w łańcuchu jest niedozwolone"# src/main/gram.c: 4891# error(_("string at line %d containing Unicode escapes not in this locale\nis too long (max 10000 chars)"), ParseState.xxlineno)# src/main/gram.y: 2518# error(_("string at line %d containing Unicode escapes not in this locale\nis too long (max 10000 chars)"), ParseState.xxlineno)#: src/main/gram.y:2525#, c-formatmsgid """string at line %d containing Unicode escapes not in this locale\n""is too long (max 10000 chars)"msgstr """łańcuch w linii %d zawierający znak modyfikacji Unicode nie w tej ""lokalizacji\n""jest zbyt długi (maksymalnie 10000 znaków)"# src/main/gram.c: 5482# error(_("contextstack overflow at line %d"), ParseState.xxlineno)# src/main/gram.c: 5489# error(_("contextstack overflow at line %d"), ParseState.xxlineno)# src/main/gram.c: 5495# error(_("contextstack overflow at line %d"), ParseState.xxlineno)# src/main/gram.c: 5502# error(_("contextstack overflow at line %d"), ParseState.xxlineno)# src/main/gram.y: 3109# error(_("contextstack overflow at line %d"), ParseState.xxlineno)# src/main/gram.y: 3116# error(_("contextstack overflow at line %d"), ParseState.xxlineno)# src/main/gram.y: 3122# error(_("contextstack overflow at line %d"), ParseState.xxlineno)# src/main/gram.y: 3129# error(_("contextstack overflow at line %d"), ParseState.xxlineno)#: src/main/gram.y:3116 src/main/gram.y:3123 src/main/gram.y:3129#: src/main/gram.y:3136#, c-formatmsgid "contextstack overflow at line %d"msgstr "przepełnienie stosu kontekstu w linii %d"# src/main/gram.c: 5598# error(_("internal parser error at line %d"), ParseState.xxlineno)# src/main/gram.y: 3225# error(_("internal parser error at line %d"), ParseState.xxlineno)#: src/main/gram.y:3231#, c-formatmsgid "internal parser error at line %d"msgstr "wewnętrzny błąd parsera w linii %d"# src/main/graphics.c: 67# warning(_("relative range of values =%4.0f * EPS, is small (axis %d)")# /*"to compute accurately"*/,# fabs(*max - *min) / (t_*DBL_EPSILON), axis)#: src/main/graphics.c:67#, c-formatmsgid "relative range of values =%4.0f * EPS, is small (axis %d)"msgstr "względny zakres wartości =%4.0f * EPS jest mały (oś %d)"# src/main/grep.c: 93# error(_("invalid regular expression '%s', reason '%s'"), pat, errbuf)#: src/main/grep.c:93#, c-formatmsgid "invalid regular expression '%s', reason '%s'"msgstr "niepoprawne wyrażenie regularne '%s', powód '%s'"# src/main/grep.c: 95# error(_("invalid regular expression, reason '%s'"), errbuf)#: src/main/grep.c:95#, c-formatmsgid "invalid regular expression, reason '%s'"msgstr "niepoprawne wyrażenie regularne, powód '%s'"# src/main/grep.c: 220# warning(_("input string %d is invalid UTF-8"), i+1)# src/main/grep.c: 308# warning(_("input string %d is invalid UTF-8"), i+1)# src/main/grep.c: 416# warning(_("input string %d is invalid UTF-8"), i+1)# src/main/grep.c: 883# warning(_("input string %d is invalid UTF-8"), i+1)# src/main/grep.c: 1640# error(("input string %d is invalid UTF-8"), i+1)# src/main/grep.c: 2473# warning(_("input string %d is invalid UTF-8"), i+1)#: src/main/grep.c:220 src/main/grep.c:308 src/main/grep.c:416#: src/main/grep.c:883 src/main/grep.c:2473#, c-formatmsgid "input string %d is invalid UTF-8"msgstr "wejściowy łańcuch %d to niepoprawny UTF-8"# src/main/grep.c: 286# error(_("'split' string %d is invalid UTF-8"), itok+1)# src/main/grep.c: 383# error(_("'split' string %d is invalid UTF-8"), itok+1)#: src/main/grep.c:286 src/main/grep.c:383#, c-formatmsgid "'split' string %d is invalid UTF-8"msgstr "łańcuch 'split' %d to niepoprawny UTF-8"# src/main/grep.c: 290# error(_("'split' string %d is invalid in this locale"),# itok+1)# src/main/grep.c: 387# error(_("'split' string %d is invalid in this locale"), itok+1)# src/main/grep.c: 560# error(_("'split' string %d is invalid in this locale"), itok+1)#: src/main/grep.c:290 src/main/grep.c:387 src/main/grep.c:560#, c-formatmsgid "'split' string %d is invalid in this locale"msgstr "łańcuch 'split' %d jest niepoprawny w tej lokalizacji"# src/main/grep.c: 395# warning(_("PCRE pattern compilation error\n\t'%s'\n\tat '%s'\n"),# errorptr, split+erroffset)# src/main/grep.c: 851# warning(_("PCRE pattern compilation error\n\t'%s'\n\tat '%s'\n"),# errorptr, spat+erroffset)# src/main/grep.c: 1600# warning(_("PCRE pattern compilation error\n\t'%s'\n\tat '%s'\n"),# errorptr, spat+erroffset)# src/main/grep.c: 2394# warning(_("PCRE pattern compilation error\n\t'%s'\n\tat '%s'\n"),# errorptr, spat+erroffset)#: src/main/grep.c:395 src/main/grep.c:851 src/main/grep.c:1600#: src/main/grep.c:2394#, c-formatmsgid """PCRE pattern compilation error\n""\t'%s'\n""\tat '%s'\n"msgstr """Błąd kompilacji wzorca PCRE\n""\t'%s'\n""\tw '%s'\n"# src/main/grep.c: 397# error(_("invalid split pattern '%s'"), split)#: src/main/grep.c:397#, c-formatmsgid "invalid split pattern '%s'"msgstr "niepoprawny wzór '%s' rozdzielenia"# src/main/grep.c: 401# warning(_("PCRE pattern study error\n\t'%s'\n"), errorptr)# src/main/grep.c: 857# warning(_("PCRE pattern study error\n\t'%s'\n"), errorptr)# src/main/grep.c: 1607# warning(_("PCRE pattern study error\n\t'%s'\n"), errorptr)# src/main/grep.c: 2401# warning(_("PCRE pattern study error\n\t'%s'\n"), errorptr)#: src/main/grep.c:401 src/main/grep.c:857 src/main/grep.c:1607#: src/main/grep.c:2401#, c-formatmsgid """PCRE pattern study error\n""\t'%s'\n"msgstr """Błąd analizy wzorca PCRE\n""\t'%s'\n"# src/main/grep.c: 834# error(_("regular expression is invalid UTF-8"))# src/main/grep.c: 2377# error(_("regular expression is invalid UTF-8"))#: src/main/grep.c:834 src/main/grep.c:2377msgid "regular expression is invalid UTF-8"msgstr "wyrażenie regularne to niepoprawny UTF-8"# src/main/grep.c: 853# error(_("invalid regular expression '%s'"), spat)# src/main/grep.c: 1602# error(_("invalid regular expression '%s'"), spat)# src/main/grep.c: 2396# error(_("invalid regular expression '%s'"), spat)#: src/main/grep.c:853 src/main/grep.c:1602 src/main/grep.c:2396#, c-formatmsgid "invalid regular expression '%s'"msgstr "niepoprawne wyrażenie regularne '%s'"# src/main/grep.c: 1264# warning(_("pattern matches an empty string infinitely, returning first match only"))#: src/main/grep.c:1264msgid "pattern matches an empty string infinitely, returning first match only"msgstr """wzorzec dopasowuje pusty łańcuch w nieskończoność, zwracane jest tylko ""pierwsze dopasowanie"# src/main/grep.c: 1575# error(_("'pattern' is invalid UTF-8"))#: src/main/grep.c:1575msgid "'pattern' is invalid UTF-8"msgstr "'pattern' to niepoprawny UTF-8"# src/main/grep.c: 1577# error(_("'replacement' is invalid UTF-8"))#: src/main/grep.c:1577msgid "'replacement' is invalid UTF-8"msgstr "'replacement' to niepoprawny UTF-8"# src/main/grep.c: 1581# error(_("'pattern' is invalid in this locale"))#: src/main/grep.c:1581msgid "'pattern' is invalid in this locale"msgstr "niepoprawny 'pattern' w tej lokalizacji"# src/main/grep.c: 1584# error(_("'replacement' is invalid in this locale"))#: src/main/grep.c:1584msgid "'replacement' is invalid in this locale"msgstr "niepoprawny 'replacement' w tej lokalizacji"# src/main/grep.c: 1589# error(_("zero-length pattern"))#: src/main/grep.c:1589msgid "zero-length pattern"msgstr "ścieżka o długości zero"# src/main/grep.c: 1732# error(_("result string is too long"))# src/main/grep.c: 1748# error(_("result string is too long"))# src/main/grep.c: 1796# error(_("result string is too long"))# src/main/grep.c: 1812# error(_("result string is too long"))# src/main/grep.c: 1859# error(_("result string is too long"))# src/main/grep.c: 1875# error(_("result string is too long"))#: src/main/grep.c:1732 src/main/grep.c:1748 src/main/grep.c:1796#: src/main/grep.c:1812 src/main/grep.c:1859 src/main/grep.c:1875msgid "result string is too long"msgstr "wynikowy łańcuch jest zbyt długi"# src/main/grep.c: 2411# error(_("'pcre_fullinfo' returned '%d' "), info_code)#: src/main/grep.c:2411#, c-formatmsgid "'pcre_fullinfo' returned '%d' "msgstr "'pcre_fullinfo' zwrócił '%d' "# src/main/identical.c: 121# warning(_("ignoring non-pairlist attributes"))#: src/main/identical.c:121msgid "ignoring non-pairlist attributes"msgstr "ignorowanie atrybutów (non-pairlist)"# src/main/internet.c: 92# error(_("internet routines cannot be accessed in module"))#: src/main/internet.c:92msgid "internet routines cannot be accessed in module"msgstr "procedury internetowe nie są dostępne w module"# src/main/internet.c: 103# error(_("internet routines cannot be loaded"))# src/main/internet.c: 141# error(_("internet routines cannot be loaded"))# src/main/internet.c: 154# error(_("internet routines cannot be loaded"))# src/main/internet.c: 165# error(_("internet routines cannot be loaded"))# src/main/internet.c: 176# error(_("internet routines cannot be loaded"))# src/main/internet.c: 187# error(_("internet routines cannot be loaded"))# src/main/internet.c: 196# error(_("internet routines cannot be loaded"))# src/main/internet.c: 207# error(_("internet routines cannot be loaded"))# src/main/internet.c: 218# error(_("internet routines cannot be loaded"))# src/main/internet.c: 227# error(_("internet routines cannot be loaded"))# src/main/internet.c: 237# error(_("internet routines cannot be loaded"))#: src/main/internet.c:103 src/main/internet.c:141 src/main/internet.c:154#: src/main/internet.c:165 src/main/internet.c:176 src/main/internet.c:187#: src/main/internet.c:196 src/main/internet.c:207 src/main/internet.c:218#: src/main/internet.c:227 src/main/internet.c:237msgid "internet routines cannot be loaded"msgstr "procedury internetowe nie mogą zostać załadowane"# src/main/internet.c: 118# error(_("bad value"))# src/main/memory.c: 3218# error(_("bad value"))# src/main/memory.c: 3227# error(_("bad value"))# src/main/memory.c: 3238# error(_("bad value"))# src/main/memory.c: 3251# error(_("bad value"))# src/main/memory.c: 3267# error(_("bad value"))# src/main/memory.c: 3284# error(_("bad value"))#: src/main/internet.c:118 src/main/memory.c:3223 src/main/memory.c:3232#: src/main/memory.c:3243 src/main/memory.c:3256 src/main/memory.c:3272#: src/main/memory.c:3289msgid "bad value"msgstr "niepoprawna wartość"# src/main/internet.c: 124# warning(_("internet routines were already initialized"))#: src/main/internet.c:124msgid "internet routines were already initialized"msgstr "procedury internetowe zostały już zainicjowane"# src/main/internet.c: 251# error(_("socket routines cannot be loaded"))# src/main/internet.c: 265# error(_("socket routines cannot be loaded"))# src/main/internet.c: 281# error(_("socket routines cannot be loaded"))# src/main/internet.c: 293# error(_("socket routines cannot be loaded"))# src/main/internet.c: 307# error(_("socket routines cannot be loaded"))# src/main/internet.c: 327# error(_("socket routines cannot be loaded"))# src/main/internet.c: 340# error(_("socket routines cannot be loaded"))#: src/main/internet.c:251 src/main/internet.c:265 src/main/internet.c:281#: src/main/internet.c:293 src/main/internet.c:307 src/main/internet.c:327#: src/main/internet.c:340msgid "socket routines cannot be loaded"msgstr "procedury 'socket' nie mogą zostać załadowane"# src/main/lapack.c: 39# error(_("LAPACK routines cannot be accessed in module"))#: src/main/lapack.c:39msgid "LAPACK routines cannot be accessed in module"msgstr "procedury LAPACK nie są dostępne w module"# src/main/lapack.c: 53# error(_("LAPACK routines cannot be loaded"))#: src/main/lapack.c:53msgid "LAPACK routines cannot be loaded"msgstr "procedury LAPACK nie mogą zostać załadowane"# src/main/logic.c: 51# error(_("binary operations require two arguments"))#: src/main/logic.c:51msgid "binary operations require two arguments"msgstr "operacje dwuargumentowe wymagają dwóch argumentów"# src/main/logic.c: 70# _("operations are possible only for numeric, logical or complex types")# src/main/logic.c: 132# _("operations are possible only for numeric, logical or complex types")#: src/main/logic.c:70 src/main/logic.c:132msgid "operations are possible only for numeric, logical or complex types"msgstr """operacje są możliwe jedynie dla typów liczbowych, logicznych oraz zespolonych"# src/main/logic.c: 80# error(_("binary operation on non-conformable arrays"))#: src/main/logic.c:80msgid "binary operation on non-conformable arrays"msgstr "operacja dwuargumentowa na niezgodnych tablicach"# src/main/logic.c: 106# _("non-conformable time series")# src/main/relop.c: 150# _("non-conformable time series")#: src/main/logic.c:106 src/main/relop.c:150msgid "non-conformable time series"msgstr "niezgodne szeregi czasowe"# src/main/logic.c: 231# error(_("'%s' operator requires 2 arguments"),# PRIMVAL(op) == 1 ? "&&" : "||")#: src/main/logic.c:231#, c-formatmsgid "'%s' operator requires 2 arguments"msgstr "operator '%s' wymaga 2 argumentów"# src/main/logic.c: 239# _("invalid 'x' type in 'x %s y'")#: src/main/logic.c:239#, c-formatmsgid "invalid 'x' type in 'x %s y'"msgstr "błędny typ 'x' w 'x %s y'"# src/main/logic.c: 246# _("invalid 'y' type in 'x %s y'")#: src/main/logic.c:246#, c-formatmsgid "invalid 'y' type in 'x %s y'"msgstr "błędny typ 'y' w 'x %s y'"# src/main/logic.c: 320# error(_("Unary operator `!' called with two arguments"))#: src/main/logic.c:320msgid "Unary operator `!' called with two arguments"msgstr "Operator jednoargumentowy '!' wywołany z dwoma argumentami"# src/main/logic.c: 426# warningcall(call,# _("coercing argument of type '%s' to logical"),# type2char(TYPEOF(t)))#: src/main/logic.c:427#, c-formatmsgid "coercing argument of type '%s' to logical"msgstr "przekształcenie argumentu typu '%s' w logiczny"# src/main/main.c: 49# gettext("R", "dummy - do not translate")#: src/main/main.c:49msgid "dummy - do not translate"msgstr "wydmuszka - nie tłumacz tego"#: src/main/main.c:477msgid "Error: segfault from C stack overflow\n"msgstr "Błąd: błąd segmentacji z przepełnionego stosu C\n"#: src/main/main.c:835msgid "unable to open the base package\n"msgstr "nie można otworzyć bazowego pakietu\n"#: src/main/main.c:912#, c-formatmsgid "unable to restore saved data in %s\n"msgstr "nie można odtworzyć zapisanych danych w '%s'\n"# src/main/main.c: 958# (_("During startup - "))#: src/main/main.c:959msgid "During startup - "msgstr "Podczas uruchamiania - "# src/main/main.c: 1188# warning(_("cannot quit from browser"))#: src/main/main.c:1189msgid "cannot quit from browser"msgstr "nie można wyjść z przeglądarki"# src/main/main.c: 1192# _("one of \"yes\", \"no\", \"ask\" or \"default\" expected.")#: src/main/main.c:1193msgid "one of \"yes\", \"no\", \"ask\" or \"default\" expected."msgstr "oczekiwano wartości jednej z \"yes\", \"no\", \"ask\" lub \"default\"."# src/main/main.c: 1197# warning(_("save=\"ask\" in non-interactive use: command-line default will be used"))#: src/main/main.c:1198msgid "save=\"ask\" in non-interactive use: command-line default will be used"msgstr """save=\"ask\" w nieinteraktywnym użyciu: zostanie użyty domyślny wiersz ""poleceń"# src/main/main.c: 1205# _("unrecognized value of 'save'")#: src/main/main.c:1206msgid "unrecognized value of 'save'"msgstr "nierozpoznana wartość 'save'"# src/main/main.c: 1208# warning(_("invalid 'status', 0 assumed"))#: src/main/main.c:1209msgid "invalid 'status', 0 assumed"msgstr "niepoprawny 'status', założono 0"# src/main/main.c: 1213# warning(_("invalid 'runLast', FALSE assumed"))#: src/main/main.c:1214msgid "invalid 'runLast', FALSE assumed"msgstr "niepoprawny 'runLast', założono FALSE"# src/main/main.c: 1244# error(_("cannot allocate space for toplevel callback element"))#: src/main/main.c:1245msgid "cannot allocate space for toplevel callback element"msgstr """nie można przydzielić miejsca dla elementu 'callback' najwyższego poziomu"# src/main/main.c: 1322# error(_("negative index passed to R_removeTaskCallbackByIndex"))#: src/main/main.c:1323msgid "negative index passed to R_removeTaskCallbackByIndex"msgstr "ujemny indeks przekazany do 'R_removeTaskCallbackByIndex'"#: src/main/main.c:1432#, c-formatmsgid "warning messages from top-level task callback '%s'\n"msgstr """komunikaty ostrzegawcze z zadania 'callback' najwyższego poziomu '%s'\n"# src/main/main.c: 1487# warning(_("top-level task callback did not return a logical value"))#: src/main/main.c:1488msgid "top-level task callback did not return a logical value"msgstr "zadanie 'callback' najwyższego poziomu nie zwróciło wartości logicznej"# src/library/parallel/R/clusterApply.R: 106# stop("zero-length inputs cannot be mixed with those of non-zero length")# src/main/mapply.c: 58# error(_("zero-length inputs cannot be mixed with those of non-zero length"))#: src/main/mapply.c:58msgid "zero-length inputs cannot be mixed with those of non-zero length"msgstr """wejścia o zerowej długości nie mogą być pomieszane z tymi o niezerowej ""długości"# src/main/mapply.c: 76# error(_("argument 'MoreArgs' of 'mapply' is not a list"))#: src/main/mapply.c:76msgid "argument 'MoreArgs' of 'mapply' is not a list"msgstr "argument 'MoreArgs' w 'mapply' nie jest listą"# src/main/mapply.c: 110# warning(_("longer argument not a multiple of length of shorter"))#: src/main/mapply.c:113msgid "longer argument not a multiple of length of shorter"msgstr "dłuższy argument nie jest wielokrotnością długości krótszego"# src/main/match.c: 108# error(_("invalid partial string match"))#: src/main/match.c:108msgid "invalid partial string match"msgstr "niepoprawna częściowa zgodność łańcucha"# src/main/match.c: 222# error(_("formal argument \"%s\" matched by multiple actual arguments"),# CHAR(PRINTNAME(TAG(f))))# src/main/match.c: 262# error(_("formal argument \"%s\" matched by multiple actual arguments"),# CHAR(PRINTNAME(TAG(f))))# src/main/objects.c: 56# error(_("formal argument \"%s\" matched by multiple actual arguments"), tag)# src/main/objects.c: 66# error(_("formal argument \"%s\" matched by multiple actual arguments"), tag)#: src/main/match.c:222 src/main/match.c:262 src/main/objects.c:56#: src/main/objects.c:66#, c-formatmsgid "formal argument \"%s\" matched by multiple actual arguments"msgstr "formalny argument \"%s\" dopasowany przez wiele aktualnych argumentów"# src/main/match.c: 225# error(_("argument %d matches multiple formal arguments"), i)# src/main/match.c: 260# error(_("argument %d matches multiple formal arguments"), i)#: src/main/match.c:225 src/main/match.c:260#, c-formatmsgid "argument %d matches multiple formal arguments"msgstr "argument %d pasuje do wielu formalnych argumentów"# src/main/match.c: 265# warningcall(call,# _("partial argument match of '%s' to '%s'"),# CHAR(PRINTNAME(TAG(b))),# CHAR(PRINTNAME(TAG(f))) )#: src/main/match.c:266#, c-formatmsgid "partial argument match of '%s' to '%s'"msgstr "częściowa zgodność pomiędzy argumentami '%s' oraz '%s'"# src/main/match.c: 377# ngettext("unused argument %s",# "unused arguments %s",# (unsigned long) length(unusedForError))#: src/main/match.c:377#, c-formatmsgid "unused argument %s"msgid_plural "unused arguments %s"msgstr[0] "nieużywany argument %s"msgstr[1] "nieużywane argumenty %s"msgstr[2] "nieużywane argumenty %s"# src/main/memory.c: 1191# error(_("can only weakly reference/finalize reference objects"))#: src/main/memory.c:1191msgid "can only weakly reference/finalize reference objects"msgstr "można jedynie słabo odwoływać/ finalizować obiekty referencyjne"# src/main/memory.c: 1225# error(_("finalizer must be a function or NULL"))#: src/main/memory.c:1225msgid "finalizer must be a function or NULL"msgstr "finalizator musi być funkcją lub wartością NULL"# src/main/memory.c: 1276# error(_("not a weak reference"))# src/main/memory.c: 1284# error(_("not a weak reference"))# src/main/memory.c: 1295# error(_("not a weak reference"))#: src/main/memory.c:1276 src/main/memory.c:1284 src/main/memory.c:1295msgid "not a weak reference"msgstr "to nie jest słaba referencja"# src/main/memory.c: 1411# error(_("first argument must be environment or external pointer"))#: src/main/memory.c:1411msgid "first argument must be environment or external pointer"msgstr "pierwszy argument musi być środowiskiem lub zewnętrznym wskaźnikiem"# src/main/memory.c: 1413# error(_("second argument must be a function"))#: src/main/memory.c:1413msgid "second argument must be a function"msgstr "drugi argument musi być funkcją"# src/main/memory.c: 1417# error(_("third argument must be 'TRUE' or 'FALSE'"))#: src/main/memory.c:1417msgid "third argument must be 'TRUE' or 'FALSE'"msgstr "trzeci argument musi być 'TRUE' lub 'FALSE'"# src/main/memory.c: 1898# _("vector memory exhausted (limit reached?)")#: src/main/memory.c:1900msgid "vector memory exhausted (limit reached?)"msgstr "wektorowa pamięć wyczerpana (osiągnięto limit?)"# src/main/memory.c: 1904# _("cons memory exhausted (limit reached?)")#: src/main/memory.c:1906msgid "cons memory exhausted (limit reached?)"msgstr "pamięć 'cons' wyczerpana (osiągnięto limit?)"# src/main/memory.c: 1909# _("memory exhausted (limit reached?)")#: src/main/memory.c:1911msgid "memory exhausted (limit reached?)"msgstr "pamięć wyczerpana (osiągnięto limit?)"# src/main/memory.c: 2032# error(_("cannot allocate memory block of size %0.f Tb"),# dsize/pow(1024.0, 4.0))#: src/main/memory.c:2034#, c-formatmsgid "cannot allocate memory block of size %0.f Tb"msgstr "nie można przydzielić bloku pamięci o rozmiarze %0.f Tb"# src/main/memory.c: 2037# error(_("cannot allocate memory block of size %0.1f Gb"),# dsize/pow(1024.0, 3.0))#: src/main/memory.c:2039#, c-formatmsgid "cannot allocate memory block of size %0.1f Gb"msgstr "nie można przydzielić bloku pamięci o rozmiarze %0.1f Gb"# src/main/memory.c: 2303# _("vector is too large")#: src/main/memory.c:2305msgid "vector is too large"msgstr "wektor jest zbyt duży"# src/main/memory.c: 2306# _("negative length vectors are not allowed")#: src/main/memory.c:2308msgid "negative length vectors are not allowed"msgstr "wektory o ujemnej długości nie są dozwolone"# src/main/memory.c: 2332# _("cannot allocate vector of length %d")# src/main/memory.c: 2345# _("cannot allocate vector of length %d")# src/main/memory.c: 2358# _("cannot allocate vector of length %d")# src/main/memory.c: 2373# _("cannot allocate vector of length %d")#: src/main/memory.c:2334 src/main/memory.c:2347 src/main/memory.c:2360#: src/main/memory.c:2375#, c-formatmsgid "cannot allocate vector of length %d"msgstr "nie można przydzielić wektora o długości %d"# src/main/memory.c: 2394# error(_("invalid type/length (%s/%d) in vector allocation"),# type2char(type), length)#: src/main/memory.c:2396#, c-formatmsgid "invalid type/length (%s/%d) in vector allocation"msgstr "niepoprawny typ/długość (%s/%d) dla przydziału wektora"# src/main/memory.c: 2487# _("cannot allocate vector of size %0.1f Gb")#: src/main/memory.c:2489#, c-formatmsgid "cannot allocate vector of size %0.1f Gb"msgstr "nie można przydzielić wektora o rozmiarze %0.1f Gb"# src/main/memory.c: 2491# _("cannot allocate vector of size %0.1f Mb")#: src/main/memory.c:2493#, c-formatmsgid "cannot allocate vector of size %0.1f Mb"msgstr "nie można przydzielić wektora o rozmiarze %0.1f Mb"# src/main/memory.c: 2495# _("cannot allocate vector of size %0.f Kb")#: src/main/memory.c:2497#, c-formatmsgid "cannot allocate vector of size %0.f Kb"msgstr "nie można przydzielić wektora o rozmiarze %0.f Kb"# src/main/memory.c: 2830# _("protect(): protection stack overflow")#: src/main/memory.c:2835msgid "protect(): protection stack overflow"msgstr "protect(): zabezpieczenie stosu przed przepełnieniem"# src/main/memory.c: 2846# error(_("unprotect(): only %d protected items"), R_PPStackTop)#: src/main/memory.c:2851#, c-formatmsgid "unprotect(): only %d protected items"msgstr "unprotect(): tylko %d zabezpieczonych pozycji"# src/main/memory.c: 2860# error(_("unprotect_ptr: pointer not found"))#: src/main/memory.c:2865msgid "unprotect_ptr: pointer not found"msgstr "unprotect_ptr: wskaźnik nie został znaleziony"# src/main/memory.c: 2897# error(_("R_Reprotect: only %d protected items, can't reprotect index %d"), R_PPStackTop, i)#: src/main/memory.c:2902#, c-formatmsgid "R_Reprotect: only %d protected items, can't reprotect index %d"msgstr """R_Reprotect: tylko %d zabezpieczonych pozycji, nie można ponownie ""zabezpieczyć indeksu %d"# src/main/memory.c: 2939# error(_("'Calloc' could not allocate memory (%.0f of %u bytes)"),# (double) nelem, elsize)#: src/main/memory.c:2944#, c-formatmsgid "'Calloc' could not allocate memory (%.0f of %u bytes)"msgstr "'Calloc' nie mógł przydzielić pamięci (%.0f z %u bajtów)"# src/main/memory.c: 2950# error(_("'Realloc' could not re-allocate memory (%.0f bytes)"),# (double) size)#: src/main/memory.c:2955#, c-formatmsgid "'Realloc' could not re-allocate memory (%.0f bytes)"msgstr "'Realloc' nie mógł ponownie przydzielić pamięci (%.0f bajtów)"# src/main/memory.c: 3172# error(_("not safe to return vector pointer"))#: src/main/memory.c:3177msgid "not safe to return vector pointer"msgstr "nie jest bezpiecznie zwracać wskaźnik wektora"# src/main/memory.c: 3424# error(_("memory profiling is not available on this system"))#: src/main/memory.c:3430msgid "memory profiling is not available on this system"msgstr "profilowanie pamięci nie jest dostępne na tym systemie"# src/main/memory.c: 3489# error(_("Rprofmem: cannot open output file '%s'"), filename)#: src/main/memory.c:3495#, c-formatmsgid "Rprofmem: cannot open output file '%s'"msgstr "Rprofmem: nie można otworzyć pliku wyjściowego '%s'"# src/main/memory.c: 3596# error(_("long vectors not supported yet: %s:%d"), file, line)#: src/main/memory.c:3602#, c-formatmsgid "long vectors not supported yet: %s:%d"msgstr "długie wektory nie są jeszcze wspierane: %s:%d"# src/main/names.c: 963# _("string argument required")#: src/main/names.c:964msgid "string argument required"msgstr "wymagany jest argument łańcucha"# src/main/names.c: 966# _("no such primitive function")#: src/main/names.c:967msgid "no such primitive function"msgstr "brak takiej prymitywnej funkcji"# src/main/names.c: 1095# error(_("attempt to use zero-length variable name"))#: src/main/names.c:1096msgid "attempt to use zero-length variable name"msgstr "próba użycia nazwy zmiennej o zerowej długości"# src/main/names.c: 1097# error(_("variable names are limited to %d bytes"), MAXIDSIZE)#: src/main/names.c:1098#, c-formatmsgid "variable names are limited to %d bytes"msgstr "nazwy zmiennych są ograniczone do %d bajtów"# src/main/names.c: 1124# _("invalid .Internal() argument")# src/main/names.c: 1127# _("invalid .Internal() argument")#: src/main/names.c:1125 src/main/names.c:1128msgid "invalid .Internal() argument"msgstr "niepoprawny argument '.Internal()'"# src/main/objects.c: 46# error(_("generic 'function' is not a function"))#: src/main/objects.c:46msgid "generic 'function' is not a function"msgstr "ogólny argument 'function' nie jest funkcją"# src/main/objects.c: 197# error(_("bad generic call environment"))#: src/main/objects.c:197msgid "bad generic call environment"msgstr "niepoprawne ogólne wywołanie środowiska"# src/main/objects.c: 203# error(_("bad generic definition environment"))#: src/main/objects.c:203msgid "bad generic definition environment"msgstr "niepoprawna ogólna definicja środowiska"# src/main/objects.c: 242# error(_("no '.S3MethodsClass' table, cannot use S4 objects with S3 methods ('methods' package not attached?)"))#: src/main/objects.c:242msgid """no '.S3MethodsClass' table, cannot use S4 objects with S3 methods ('methods' ""package not attached?)"msgstr """brak tabeli '.S3MethodsClass', nie można użyć obiektów S4 z metodami S3 ""(pakiet 'methods' nie został dołączony?)"# src/main/objects.c: 266# error(_("'UseMethod' used in an inappropriate fashion"))# src/main/objects.c: 405# _("'UseMethod' used in an inappropriate fashion")#: src/main/objects.c:266 src/main/objects.c:405msgid "'UseMethod' used in an inappropriate fashion"msgstr "'UseMethod' użyta w niepoprawny sposób"# src/main/objects.c: 286# error(_("invalid generic function in 'usemethod'"))#: src/main/objects.c:286msgid "invalid generic function in 'usemethod'"msgstr "niepoprawna ogólna funkcja w 'usemethod'"# src/main/objects.c: 393# _("there must be a 'generic' argument")#: src/main/objects.c:393msgid "there must be a 'generic' argument"msgstr "argument 'generic' musi być podany"# src/main/objects.c: 397# _("'generic' argument must be a character string")#: src/main/objects.c:397msgid "'generic' argument must be a character string"msgstr "argument 'generic' musi być łańcuchem tekstowym"# src/main/objects.c: 434# _("'UseMethod' called from outside a function")#: src/main/objects.c:434msgid "'UseMethod' called from outside a function"msgstr "'UseMethod' wywołana spoza funkcji"# src/main/objects.c: 441# _("first argument must be a generic name")#: src/main/objects.c:441msgid "first argument must be a generic name"msgstr "pierwszy argument musi być ogólną nazwą"# src/main/objects.c: 466# _("no applicable method for '%s' applied to an object of class \"%s\"")#: src/main/objects.c:466#, c-formatmsgid "no applicable method for '%s' applied to an object of class \"%s\""msgstr "niestosowalna metoda dla '%s' zastosowana do obiektu klasy \"%s\""# src/main/objects.c: 527# error(_("'NextMethod' called from outside a function"))#: src/main/objects.c:527msgid "'NextMethod' called from outside a function"msgstr "'NextMethod' wywołana spoza funkcji"# src/main/objects.c: 533# error(_("'NextMethod' called from an anonymous function"))#: src/main/objects.c:533msgid "'NextMethod' called from an anonymous function"msgstr "'NextMethod' wywołana z anonimowej funkcji"# src/main/objects.c: 557# error(_("no calling generic was found: was a method called directly?"))#: src/main/objects.c:557msgid "no calling generic was found: was a method called directly?"msgstr "nie znaleziono ogólnego wywołania: czy metoda wywołana bezpośrednio?"# src/main/objects.c: 560# _("'function' is not a function, but of type %d")#: src/main/objects.c:560#, c-formatmsgid "'function' is not a function, but of type %d"msgstr "'function' nie jest funkcją, lecz typem '%d'"# src/main/objects.c: 634# error(_("wrong argument ..."))#: src/main/objects.c:634msgid "wrong argument ..."msgstr "błędny argument ..."# src/main/objects.c: 647# error(_("object not specified"))#: src/main/objects.c:647msgid "object not specified"msgstr "nie określono obiektu"# src/main/objects.c: 657# error(_("generic function not specified"))# src/main/objects.c: 664# error(_("generic function not specified"))#: src/main/objects.c:657 src/main/objects.c:664msgid "generic function not specified"msgstr "ogólna funkcja nie jest określona"# src/main/objects.c: 661# error(_("invalid generic argument to 'NextMethod'"))#: src/main/objects.c:661msgid "invalid generic argument to 'NextMethod'"msgstr "niepoprawny ogólny argument przekazany do 'NextMethod'"# src/main/objects.c: 674# error(_("invalid 'group' argument found in 'NextMethod'"))#: src/main/objects.c:674msgid "invalid 'group' argument found in 'NextMethod'"msgstr "niepoprawny argument 'group' znaleziony w 'NextMethod'"# src/main/objects.c: 693# error(_("wrong value for .Method"))#: src/main/objects.c:693msgid "wrong value for .Method"msgstr "błędna wartość dla '.Method'"# src/main/objects.c: 697# error(_("method name too long in '%s'"), ss)# src/main/objects.c: 706# error(_("method name too long in '%s'"), ss)#: src/main/objects.c:697 src/main/objects.c:706#, c-formatmsgid "method name too long in '%s'"msgstr "nazwa metody w '%s' jest zbyt długa"# src/main/objects.c: 709# warning(_("Incompatible methods ignored"))#: src/main/objects.c:709msgid "Incompatible methods ignored"msgstr "Niezgodne metody zostały zignorowane"# src/main/objects.c: 769# error(_("no method to invoke"))# src/main/objects.c: 774# error(_("no method to invoke"))#: src/main/objects.c:769 src/main/objects.c:774msgid "no method to invoke"msgstr "brak metody do wywołania"# src/main/objects.c: 820# _("cannot unclass an environment")#: src/main/objects.c:820msgid "cannot unclass an environment"msgstr "nie można zdjąć klasy ze środowiska"# src/main/objects.c: 823# _("cannot unclass an external pointer")#: src/main/objects.c:823msgid "cannot unclass an external pointer"msgstr "nie można zdjąć klasy z zewnętrznego wskaźnika"# src/main/objects.c: 858# error(_("'what' must be a character vector"))#: src/main/objects.c:858msgid "'what' must be a character vector"msgstr "'what' musi być wektorem tekstowym"# src/main/objects.c: 862# error(_("'which' must be a length 1 logical vector"))#: src/main/objects.c:862msgid "'which' must be a length 1 logical vector"msgstr "'which' musi być wektorem logicznym o długości 1"# src/main/objects.c: 868# warning(_("use 'is()' instead of 'inherits()' on S4 objects"))#: src/main/objects.c:868msgid "use 'is()' instead of 'inherits()' on S4 objects"msgstr "użyj 'is()' zamiast 'inherits()' dla obiektów S4"# src/main/objects.c: 989# error(_("could not find correct environment; please report!"))#: src/main/objects.c:989msgid "could not find correct environment; please report!"msgstr "nie udało się znaleźć poprawnego środowiska; proszę zgłosić raport!"# src/main/objects.c: 1038# error(_("'onOff' must be TRUE or FALSE"))#: src/main/objects.c:1038msgid "'onOff' must be TRUE or FALSE"msgstr "'onOff' musi być TRUE lub FALSE"# src/main/objects.c: 1094# error(_("unable to find a non-generic version of function \"%s\""),# translateChar(asChar(name)))#: src/main/objects.c:1094#, c-formatmsgid "unable to find a non-generic version of function \"%s\""msgstr "nie można znaleźć nie-ogólnej wersji funkcji \"%s\""# src/main/objects.c: 1125# warningcall(call,# _("'standardGeneric' called without 'methods' dispatch enabled (will be ignored)"))#: src/main/objects.c:1126msgid """'standardGeneric' called without 'methods' dispatch enabled (will be ignored)"msgstr """'standardGeneric' wywołane bez włączonego wysyłania 'methods' (będzie ""zignorowane)"# src/main/objects.c: 1135# _("argument to 'standardGeneric' must be a non-empty character string")#: src/main/objects.c:1135msgid "argument to 'standardGeneric' must be a non-empty character string"msgstr """argument przekazywany do 'standardGeneric' musi być niepustym łańcuchem ""tekstowym"# src/main/objects.c: 1140# error(_("call to standardGeneric(\"%s\") apparently not from the body of that generic function"), translateChar(STRING_ELT(arg, 0)))#: src/main/objects.c:1140#, c-formatmsgid """call to standardGeneric(\"%s\") apparently not from the body of that generic ""function"msgstr """wywołanie dla 'standardGeneric' (\"%s\") najwyraźniej nie zostało wysłane z ""ciała funkcji ogólnej"# src/main/objects.c: 1163# error(_("argument 'code' must be a character string"))#: src/main/objects.c:1163msgid "argument 'code' must be a character string"msgstr "argument 'code' musi być łańcuchem tekstowym"# src/main/objects.c: 1230# error(_("invalid primitive methods code (\"%s\"): should be \"clear\", \"reset\", \"set\", or \"suppress\""), code_string)#: src/main/objects.c:1230#, c-formatmsgid """invalid primitive methods code (\"%s\"): should be \"clear\", \"reset\", ""\"set\", or \"suppress\""msgstr """niepoprawny kod prymitywnej metody (\"%s\"): musi być \"clear\", \"reset\", ""\"set\", lub \"suppress\""# src/main/objects.c: 1238# error(_("invalid object: must be a primitive function"))#: src/main/objects.c:1238msgid "invalid object: must be a primitive function"msgstr "niepoprawny obiekt: musi być prymitywną funkcją"# src/main/objects.c: 1285# error(_("the formal definition of a primitive generic must be a function object (got type '%s')"),# type2char(TYPEOF(fundef)))#: src/main/objects.c:1285#, c-formatmsgid """the formal definition of a primitive generic must be a function object (got ""type '%s')"msgstr """formalna definicja prymitywnej ogólnej metody musi być obiektem funkcyjnym ""(otrzymano typ '%s')"# src/main/objects.c: 1315# error(_("object returned as generic function \"%s\" does not appear to be one"), PRIMNAME(op))#: src/main/objects.c:1315#, c-formatmsgid "object returned as generic function \"%s\" does not appear to be one"msgstr "obiekt zwrócony jako ogólna funkcja \"%s\" nie wygląda na taką"# src/main/objects.c: 1414# error(_("invalid primitive operation given for dispatch"))#: src/main/objects.c:1414msgid "invalid primitive operation given for dispatch"msgstr "podano niepoprawną prymitywną operację dla wysyłania"# src/main/objects.c: 1440# error(_("dispatch error"))# src/main/objects.c: 1459# error(_("dispatch error"))#: src/main/objects.c:1440 src/main/objects.c:1459msgid "dispatch error"msgstr "błąd wysyłania"# src/main/objects.c: 1453# error(_("primitive function \"%s\" has been set for methods but no generic function supplied"),# PRIMNAME(op))#: src/main/objects.c:1453#, c-formatmsgid """primitive function \"%s\" has been set for methods but no generic function ""supplied"msgstr """prymitywna funkcja \"%s\" została ustawiona dla metod, ale nie dostarczono ""funkcji ogólnej"# src/main/objects.c: 1478# error(_("C level MAKE_CLASS macro called with NULL string pointer"))#: src/main/objects.c:1478msgid "C level MAKE_CLASS macro called with NULL string pointer"msgstr """makro MAKE_CLASS poziomu C wywołane ze wskaźnikiem łańcucha ustawionym na ""NULL"# src/main/objects.c: 1494# error(_("R_getClassDef(.) called with NULL string pointer"))#: src/main/objects.c:1494msgid "R_getClassDef(.) called with NULL string pointer"msgstr "'R_getClassDef(.)' wywołane ze wskaźnikiem łańcucha ustawionym na NULL"# src/main/objects.c: 1515# error(_("C level NEW macro called with null class definition pointer"))#: src/main/objects.c:1515msgid "C level NEW macro called with null class definition pointer"msgstr "makro NEW poziomu C wywołane z pustym wskaźnikiem definicji klasy"# src/main/objects.c: 1519# error(_("trying to generate an object from a virtual class (\"%s\")"),# translateChar(asChar(e)))#: src/main/objects.c:1519#, c-formatmsgid "trying to generate an object from a virtual class (\"%s\")"msgstr "próba wygenerowania obiektu z klasy wirtualnej (\"%s\")"# src/main/objects.c: 1595# error(_("object of class \"%s\" does not correspond to a valid S3 object"),# CHAR(STRING_ELT(R_data_class(s, FALSE), 0)))#: src/main/objects.c:1595#, c-formatmsgid "object of class \"%s\" does not correspond to a valid S3 object"msgstr "obiekt klasy \"%s\" nie odpowiada poprawnemu obiektowi klasy S3"# src/main/options.c: 117# error(_("corrupted options list"))# src/main/options.c: 177# error(_("corrupted options list"))#: src/main/options.c:117 src/main/options.c:177msgid "corrupted options list"msgstr "uszkodzona lista opcji"# src/main/options.c: 127# warning(_("invalid printing width, used 80"))#: src/main/options.c:127msgid "invalid printing width, used 80"msgstr "niepoprawna szerokość druku, użyto 80"# src/main/options.c: 138# warning(_("invalid printing digits, used 7"))#: src/main/options.c:138msgid "invalid printing digits, used 7"msgstr "niepoprawna liczba cyfr po przecinku, użyto 7"# src/main/options.c: 150# warning(_("invalid 'deparse.cutoff', used 60"))#: src/main/options.c:150msgid "invalid 'deparse.cutoff', used 60"msgstr "niepoprawne 'deparse.cutoff', użyto 60"# src/main/options.c: 162# warning(_("invalid value for \"device.ask.default\", using FALSE"))#: src/main/options.c:162msgid "invalid value for \"device.ask.default\", using FALSE"msgstr "niepoprawna wartość dla \"device.ask.default\", używanie FALSE"# src/main/options.c: 394# error(_("list argument has no valid names"))#: src/main/options.c:394msgid "list argument has no valid names"msgstr "argument listy nie ma poprawnych nazw"# src/main/options.c: 422# error(_("invalid 'width' parameter, allowed %d...%d"),# R_MIN_WIDTH_OPT, R_MAX_WIDTH_OPT)#: src/main/options.c:422#, c-formatmsgid "invalid 'width' parameter, allowed %d...%d"msgstr "niepoprawny parametr 'width', dozwolone %d...%d"# src/main/options.c: 433# error(_("invalid 'digits' parameter, allowed %d...%d"),# R_MIN_DIGITS_OPT, R_MAX_DIGITS_OPT)#: src/main/options.c:433#, c-formatmsgid "invalid 'digits' parameter, allowed %d...%d"msgstr "niepoprawny parametr 'digits', dozwolone %d...%d"# src/main/options.c: 440# error(_("'expressions' parameter invalid, allowed %d...%d"),# R_MIN_EXPRESSIONS_OPT, R_MAX_EXPRESSIONS_OPT)#: src/main/options.c:440#, c-formatmsgid "'expressions' parameter invalid, allowed %d...%d"msgstr "niepoprawny parametr 'expressions', dozwolone %d...%d"# src/main/options.c: 447# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 455# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 461# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 469# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 476# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 481# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 488# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 494# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 500# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 505# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 510# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 519# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 525# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 531# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 542# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 549# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 555# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 563# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 570# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 577# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 584# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 591# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 599# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 608# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 611# error(_("invalid value for '%s'"), CHAR(namei))# src/main/options.c: 617# error(_("invalid value for '%s'"), CHAR(namei))#: src/main/options.c:447 src/main/options.c:455 src/main/options.c:461#: src/main/options.c:469 src/main/options.c:476 src/main/options.c:481#: src/main/options.c:488 src/main/options.c:494 src/main/options.c:500#: src/main/options.c:505 src/main/options.c:510 src/main/options.c:519#: src/main/options.c:525 src/main/options.c:531 src/main/options.c:542#: src/main/options.c:549 src/main/options.c:555 src/main/options.c:563#: src/main/options.c:570 src/main/options.c:577 src/main/options.c:584#: src/main/options.c:591 src/main/options.c:599 src/main/options.c:608#: src/main/options.c:611 src/main/options.c:617#, c-formatmsgid "invalid value for '%s'"msgstr "niepoprawna wartość w '%s'"# src/main/options.c: 604# error(_("\"par.ask.default\" has been replaced by \"device.ask.default\""))# src/main/options.c: 633# error(_("\"par.ask.default\" has been replaced by \"device.ask.default\""))#: src/main/options.c:604 src/main/options.c:633msgid "\"par.ask.default\" has been replaced by \"device.ask.default\""msgstr "\"par.ask.default\" został zastąpiony przez \"device.ask.default\""# src/main/paste.c: 80# error(_("invalid separator"))# src/main/paste.c: 299# error(_("invalid separator"))#: src/main/paste.c:80 src/main/paste.c:299msgid "invalid separator"msgstr "niepoprawny separator"# src/main/paste.c: 118# error(_("non-string argument to internal 'paste'"))#: src/main/paste.c:118msgid "non-string argument to internal 'paste'"msgstr "argument niełańcuchowy przekazany do wewnętrznego 'paste'"# src/main/paste.c: 174# error(_("result would exceed 2^31-1 bytes"))# src/main/paste.c: 244# error(_("result would exceed 2^31-1 bytes"))#: src/main/paste.c:174 src/main/paste.c:244msgid "result would exceed 2^31-1 bytes"msgstr "wynik przekroczyłby 2^31-1 bajtów"# src/main/paste.c: 320# error(_("non-string argument to Internal paste"))#: src/main/paste.c:320msgid "non-string argument to Internal paste"msgstr "argument niełańcuchowy przekazany do wewnętrznego wklejenia"# src/main/paste.c: 379# error(_("first argument must be atomic"))#: src/main/paste.c:379msgid "first argument must be atomic"msgstr "pierwszy argument musi być atomowy"# src/main/paste.c: 549# error(_("Impossible mode ( x )"))#: src/main/paste.c:549msgid "Impossible mode ( x )"msgstr "Niemożliwy tryb ( x )"# src/main/paste.c: 634# error(_("atomic vector arguments only"))#: src/main/paste.c:634msgid "atomic vector arguments only"msgstr "tylko argumenty o typie atomowych wektorów"# src/main/platform.c: 303# error(_("invalid filename specification"))# src/main/platform.c: 321# error(_("invalid filename specification"))#: src/main/platform.c:303 src/main/platform.c:321msgid "invalid filename specification"msgstr "niepoprawne określenie nazwy pliku"# src/library/tools/src/install.c: 147# warning(_("write error during file append"))# src/main/platform.c: 374# warning(_("write error during file append"))# src/main/platform.c: 418# warning(_("write error during file append"))#: src/main/platform.c:374 src/main/platform.c:418msgid "write error during file append"msgstr "błąd zapisu podczas dołączania pliku"# src/main/platform.c: 393# error(_("nothing to append to"))#: src/main/platform.c:393msgid "nothing to append to"msgstr "nie ma do czego dołączyć"# src/main/platform.c: 447# error(_("invalid filename argument"))# src/main/platform.c: 792# error(_("invalid filename argument"))#: src/main/platform.c:447 src/main/platform.c:792msgid "invalid filename argument"msgstr "niepoprawny argument nazwy pliku"# src/main/platform.c: 459# warning(_("cannot create file '%s', reason '%s'"),# translateChar(STRING_ELT(fn, i)), strerror(errno))#: src/main/platform.c:459#, c-formatmsgid "cannot create file '%s', reason '%s'"msgstr "nie można utworzyć pliku '%s', powód: '%s'"# src/main/platform.c: 474# error(_("invalid first filename"))# src/main/platform.c: 544# error(_("invalid first filename"))# src/main/platform.c: 624# error(_("invalid first filename"))#: src/main/platform.c:474 src/main/platform.c:544 src/main/platform.c:624msgid "invalid first filename"msgstr "błędna nazwa pierwszego pliku"# src/main/platform.c: 486# warning(_("cannot remove file '%s', reason '%s'"),# translateChar(STRING_ELT(f, i)), strerror(errno))#: src/main/platform.c:486#, c-formatmsgid "cannot remove file '%s', reason '%s'"msgstr "nie można usunąć pliku '%s', powód '%s'"# src/main/platform.c: 546# error(_("invalid second filename"))# src/main/platform.c: 626# error(_("invalid second filename"))#: src/main/platform.c:546 src/main/platform.c:626msgid "invalid second filename"msgstr "niepoprawna nazwa drugiego pliku"# src/main/platform.c: 548# error(_("nothing to link"))# src/main/platform.c: 628# error(_("nothing to link"))#: src/main/platform.c:548 src/main/platform.c:628msgid "nothing to link"msgstr "nie ma do czego łączyć"# src/main/platform.c: 558# error(_("symbolic links are not supported on this version of Windows"))#: src/main/platform.c:558msgid "symbolic links are not supported on this version of Windows"msgstr "symboliczne połączenia nie są wspierane w tej wersji systemu Windows"# src/main/platform.c: 578# warning(_("cannot symlink '%ls' to '%ls', reason '%s'"),# from, to, formatError(GetLastError()))#: src/main/platform.c:578#, c-formatmsgid "cannot symlink '%ls' to '%ls', reason '%s'"msgstr "nie można utworzyć symbolicznego połączenia '%ls' z '%ls', powód '%s'"# src/main/platform.c: 598# warning(_("cannot symlink '%s' to '%s', reason '%s'"),# from, to, strerror(errno))#: src/main/platform.c:598#, c-formatmsgid "cannot symlink '%s' to '%s', reason '%s'"msgstr "nie można utworzyć symbolicznego połączenia '%s' z '%s', powód '%s'"# src/main/platform.c: 606# warning(_("symbolic links are not supported on this platform"))#: src/main/platform.c:606msgid "symbolic links are not supported on this platform"msgstr "symboliczne połączenia nie są wspierane na tej platformie"# src/main/platform.c: 646# warning(_("cannot link '%ls' to '%ls', reason '%s'"),# from, to, formatError(GetLastError()))#: src/main/platform.c:646#, c-formatmsgid "cannot link '%ls' to '%ls', reason '%s'"msgstr "nie można połączyć '%ls' z '%ls', powód '%s'"# src/main/platform.c: 666# warning(_("cannot link '%s' to '%s', reason '%s'"),# from, to, strerror(errno))#: src/main/platform.c:666#, c-formatmsgid "cannot link '%s' to '%s', reason '%s'"msgstr "nie można połączyć '%s' z '%s', powód '%s'"# src/main/platform.c: 675# warning(_("(hard) links are not supported on this platform"))#: src/main/platform.c:675msgid "(hard) links are not supported on this platform"msgstr "(twarde) połączenia nie są wspierane na tej platformie"# src/main/platform.c: 706# error(_("'from' and 'to' are of different lengths"))#: src/main/platform.c:706msgid "'from' and 'to' are of different lengths"msgstr "'from' oraz 'to' są różnej długości"# src/main/platform.c: 717# error(_("expanded 'from' name too long"))# src/main/platform.c: 727# error(_("expanded 'from' name too long"))#: src/main/platform.c:717 src/main/platform.c:727msgid "expanded 'from' name too long"msgstr "rozszerzona nazwa 'from' jest zbyt długa"# src/main/platform.c: 721# error(_("expanded 'to' name too long"))# src/main/platform.c: 731# error(_("expanded 'to' name too long"))#: src/main/platform.c:721 src/main/platform.c:731msgid "expanded 'to' name too long"msgstr "rozszerzona nazwa 'to' jest zbyt długa"# src/main/platform.c: 735# warning(_("cannot rename file '%s' to '%s', reason '%s'"),# from, to, strerror(errno))#: src/main/platform.c:735#, c-formatmsgid "cannot rename file '%s' to '%s', reason '%s'"msgstr "nie można zmienić nazwy pliku z '%s' na '%s', powód '%s'"# src/main/platform.c: 1085# error(_("invalid 'pattern' regular expression"))#: src/main/platform.c:1091msgid "invalid 'pattern' regular expression"msgstr "niepoprawne wyrażenie regularne 'pattern'"# src/main/platform.c: 1209# error(_("unable to determine R home location"))#: src/main/platform.c:1215msgid "unable to determine R home location"msgstr "nie można określić bazowego położenia R"# src/main/platform.c: 1261# error(_("file name too long"))#: src/main/platform.c:1267msgid "file name too long"msgstr "nazwa pliku jest zbyt długa"# src/main/platform.c: 1516# error(_("internal out-of-memory condition"))# src/main/platform.c: 1563# error(_("internal out-of-memory condition"))# src/main/sysutils.c: 1630# error(_("internal out-of-memory condition"))# src/main/sysutils.c: 1644# error(_("internal out-of-memory condition"))#: src/main/platform.c:1522 src/main/platform.c:1569 src/main/sysutils.c:1631#: src/main/sysutils.c:1645msgid "internal out-of-memory condition"msgstr "wewnętrzny warunek braku pamięci"# src/main/platform.c: 1559# warning(_("read error on '%s'"), names)# src/main/sysutils.c: 1640# warning(_("read error on '%s'"), translateChar(el))#: src/main/platform.c:1565 src/main/sysutils.c:1641#, c-formatmsgid "read error on '%s'"msgstr "błąd odczytu w '%s'"# src/main/platform.c: 1721# warning(_("setting 'LC_NUMERIC' may cause R to function strangely"))#: src/main/platform.c:1727msgid "setting 'LC_NUMERIC' may cause R to function strangely"msgstr "ustawienie 'LC_NUMERIC' może spowodować, że R będzie dziwnie działał"# src/main/platform.c: 1733# warning(_("LC_MESSAGES exists on Windows but is not operational"))#: src/main/platform.c:1739msgid "LC_MESSAGES exists on Windows but is not operational"msgstr "'LC_MESSAGES' istnieje w systemie Windows, ale nie jest operacyjne"# src/main/platform.c: 1760# warning(_("OS reports request to set locale to \"%s\" cannot be honored"),# CHAR(STRING_ELT(locale, 0)))#: src/main/platform.c:1766#, c-formatmsgid "OS reports request to set locale to \"%s\" cannot be honored"msgstr """Żądania raportów OS aby ustawić lokalizację na \"%s\" nie mogą zostać ""wykonane"# src/library/utils/src/utils.c: 83# error(_("'hostname' must be a character vector of length 1"))# src/main/platform.c: 2062# error(_("'hostname' must be a character vector of length 1"))#: src/main/platform.c:2068msgid "'hostname' must be a character vector of length 1"msgstr "'hostname' musi być wektorem tekstowym o długości 1"# src/library/utils/src/utils.c: 89# warning(_("nsl() was unable to resolve host '%s'"), name)# src/main/platform.c: 2068# warning(_("nsl() was unable to resolve host '%s'"), name)#: src/main/platform.c:2074#, c-formatmsgid "nsl() was unable to resolve host '%s'"msgstr "'nsl()' nie był w stanie nawiązać połączenia z hostem '%s'"# src/main/platform.c: 2075# warning(_("unknown format returned by C function 'gethostbyname'"))#: src/main/platform.c:2081msgid "unknown format returned by C function 'gethostbyname'"msgstr "nieznany format zwrócony przez funkcję C 'gethostbyname'"# src/library/utils/src/utils.c: 105# warning(_("nsl() is not supported on this platform"))# src/main/platform.c: 2084# warning(_("nsl() is not supported on this platform"))#: src/main/platform.c:2090msgid "nsl() is not supported on this platform"msgstr "'nsl()' nie jest obsługiwany na tej platformie"# src/main/platform.c: 2155# warning(_("'%s' already exists"), dir)#: src/main/platform.c:2161#, c-formatmsgid "'%s' already exists"msgstr "'%s' już istnieje"# src/main/platform.c: 2158# warning(_("cannot create dir '%s', reason '%s'"), dir,# strerror(serrno))#: src/main/platform.c:2164#, c-formatmsgid "cannot create dir '%s', reason '%s'"msgstr "nie można utworzyć katalogu '%s', powód '%s'"# src/main/platform.c: 2204# warning(_("'%ls' already exists"), dir)#: src/main/platform.c:2210#, c-formatmsgid "'%ls' already exists"msgstr "'%ls' już istnieje"# src/main/platform.c: 2208# warning(_("cannot create dir '%ls', reason '%s'"), dir,# strerror(serrno))#: src/main/platform.c:2214#, c-formatmsgid "cannot create dir '%ls', reason '%s'"msgstr "nie można utworzyć katalogu '%ls', powód '%s'"# src/main/platform.c: 2223# warning(_("too deep nesting"))# src/main/platform.c: 2380# warning(_("too deep nesting"))#: src/main/platform.c:2229 src/main/platform.c:2388msgid "too deep nesting"msgstr "zbyt głębokie zagnieżdżenie"# src/main/platform.c: 2231# warning(_("over-long path length"))# src/main/platform.c: 2244# warning(_("over-long path length"))# src/main/platform.c: 2262# warning(_("over-long path length"))# src/main/platform.c: 2280# warning(_("over-long path length"))# src/main/platform.c: 2396# warning(_("over-long path length"))# src/main/platform.c: 2409# warning(_("over-long path length"))# src/main/platform.c: 2429# warning(_("over-long path length"))# src/main/platform.c: 2449# warning(_("over-long path length"))#: src/main/platform.c:2237 src/main/platform.c:2250 src/main/platform.c:2268#: src/main/platform.c:2286 src/main/platform.c:2404 src/main/platform.c:2417#: src/main/platform.c:2437 src/main/platform.c:2457msgid "over-long path length"msgstr "zbyt długa ścieżka"# src/main/platform.c: 2251# warning(_("problem creating directory %ls: %s"),# dest, strerror(errno))#: src/main/platform.c:2257#, c-formatmsgid "problem creating directory %ls: %s"msgstr "problem z utworzeniem katalogu %ls: %s "# src/main/platform.c: 2270# warning(_("problem reading dir %ls: %s"), this, strerror(errno))#: src/main/platform.c:2276#, c-formatmsgid "problem reading dir %ls: %s"msgstr "problem z czytaniem katalogu %ls: %s"# src/main/platform.c: 2288# warning(_("problem copying %ls to %ls: %s"),# this, dest, strerror(errno))#: src/main/platform.c:2294#, c-formatmsgid "problem copying %ls to %ls: %s"msgstr "problem z kopiowaniem %ls do %ls: %s"# src/main/platform.c: 2418# warning(_("problem creating directory %s: %s"),# this, strerror(errno))#: src/main/platform.c:2426#, c-formatmsgid "problem creating directory %s: %s"msgstr "problem z utworzeniem katalogu %s: %s"# src/main/platform.c: 2437# warning(_("problem reading directory %s: %s"),# this, strerror(errno))#: src/main/platform.c:2445#, c-formatmsgid "problem reading directory %s: %s"msgstr "problem z czytaniem katalogu %s: %s"# src/main/platform.c: 2458# warning(_("problem copying %s to %s: %s"),# this, dest, strerror(errno))#: src/main/platform.c:2466#, c-formatmsgid "problem copying %s to %s: %s"msgstr "problem z kopiowaniem %s do %s: %s"# src/main/platform.c: 2581# error(_("'mode' must be of length at least one"))#: src/main/platform.c:2592msgid "'mode' must be of length at least one"msgstr "długość 'mode' musi wynosić co najmniej 1"# src/main/platform.c: 2622# warning("insufficient OS support on this platform")# src/main/platform.c: 2648# warning(_("insufficient OS support on this platform"))#: src/main/platform.c:2659msgid "insufficient OS support on this platform"msgstr "niewystarczające wsparcie OS na tej platformie"# src/library/graphics/src/plot3d.c: 1521# warning(_("contour(): circular/long seglist -- set %s > %d?"),# "options(\"max.contour.segments\")", max_contour_segments)# src/main/plot3d.c: 118# warning(_("contour(): circular/long seglist -- set %s > %d?"),# "options(\"max.contour.segments\")", max_contour_segments)#: src/main/plot3d.c:118#, c-formatmsgid "contour(): circular/long seglist -- set %s > %d?"msgstr "contour(): kołowa/ długa lista segmentów -- ustawić %s > %d?"# src/library/graphics/src/plot3d.c: 1957# warning(_("all z values are equal"))# src/main/plot3d.c: 196# warning(_("all z values are equal"))#: src/main/plot3d.c:196msgid "all z values are equal"msgstr "wszystkie wartości 'z' są równe"# src/library/graphics/src/plot3d.c: 1959# warning(_("all z values are NA"))# src/main/plot3d.c: 198# warning(_("all z values are NA"))#: src/main/plot3d.c:198msgid "all z values are NA"msgstr "wszystkie wartości 'z' to wartości NA"# src/main/plotmath.c: 333# error(_("invalid math style encountered"))#: src/main/plotmath.c:333msgid "invalid math style encountered"msgstr "napotkano niepoprawny styl matematyczny"# src/main/plotmath.c: 1261# error(_("invalid mathematical annotation"))# src/main/plotmath.c: 1366# error(_("invalid mathematical annotation"))# src/main/plotmath.c: 2664# error(_("invalid mathematical annotation"))#: src/main/plotmath.c:1261 src/main/plotmath.c:1366 src/main/plotmath.c:2664msgid "invalid mathematical annotation"msgstr "niepoprawna adnotacja matematyczna"# src/main/plotmath.c: 1670# _("invalid accent")#: src/main/plotmath.c:1670msgid "invalid accent"msgstr "niepoprawny akcent"# src/main/plotmath.c: 1964# _("invalid group delimiter")#: src/main/plotmath.c:1964msgid "invalid group delimiter"msgstr "niepoprawny separator grupy"# src/main/plotmath.c: 1991# _("invalid group specification")# src/main/plotmath.c: 2137# _("invalid group specification")#: src/main/plotmath.c:1991 src/main/plotmath.c:2137msgid "invalid group specification"msgstr "niepoprawne określenie grupy"# src/main/plotmath.c: 2062# error(_("group is incomplete"))#: src/main/plotmath.c:2062msgid "group is incomplete"msgstr "grupa jest niekompletna"# src/main/plotmath.c: 3190# error(_("Metric information not available for this family/device"))#: src/main/plotmath.c:3190msgid "Metric information not available for this family/device"msgstr "Informacje metryczne nie są dostępne dla tej rodziny/urządzenia"# src/main/print.c: 147# error(_("invalid 'na.print' specification"))# src/main/print.c: 253# error(_("invalid 'na.print' specification"))#: src/main/print.c:147 src/main/print.c:253msgid "invalid 'na.print' specification"msgstr "niepoprawne określenie 'na.print'"# src/main/print.c: 156# error(_("invalid row labels"))#: src/main/print.c:156msgid "invalid row labels"msgstr "niepoprawne etykiety wierszy"# src/main/print.c: 158# error(_("invalid column labels"))#: src/main/print.c:158msgid "invalid column labels"msgstr "niepoprawne etykiety kolumn"# src/main/print.c: 182# _("non-function argument to .Internal(print.function(.))")#: src/main/print.c:182msgid "non-function argument to .Internal(print.function(.))"msgstr "argument niefunkcyjny przekazany do '.Internal(print.function(.))'"# src/main/print.c: 263# error(_("'gap' must be non-negative integer"))#: src/main/print.c:263msgid "'gap' must be non-negative integer"msgstr "'gap' musi być nieujemną liczbą całkowitą"# src/main/print.c: 288# error(_("invalid 'tryS4' internal argument"))#: src/main/print.c:288msgid "invalid 'tryS4' internal argument"msgstr "niepoprawny wewnętrzny argument 'tryS4' "# src/main/print.c: 1018# warning(_("invalid character length in 'dblepr'"))#: src/main/print.c:1018msgid "invalid character length in 'dblepr'"msgstr "niepoprawna długość tekstu w 'dblepr'"# src/main/print.c: 1036# warning(_("invalid character length in 'intpr'"))#: src/main/print.c:1036msgid "invalid character length in 'intpr'"msgstr "niepoprawna długość tekstu w 'intpr'"# src/main/print.c: 1055# warning(_("invalid character length in 'realpr'"))#: src/main/print.c:1055msgid "invalid character length in 'realpr'"msgstr "niepoprawna długość tekstu w 'realpr'"# src/main/print.c: 1065# error(_("memory allocation error in 'realpr'"))#: src/main/print.c:1065msgid "memory allocation error in 'realpr'"msgstr "błąd przydziału pamięci w 'realpr'"# src/main/print.c: 1081# error(_("BLAS/LAPACK routine '%6s' gave error code %d"), buf, -(*info))#: src/main/print.c:1081#, c-formatmsgid "BLAS/LAPACK routine '%6s' gave error code %d"msgstr "procedura BLAS/LAPACK '%6s' zwróciła kod %d błędu"# src/main/printarray.c: 450# error(_("too few row labels"))#: src/main/printarray.c:450msgid "too few row labels"msgstr "zbyt mało etykiet wierszy"# src/main/printarray.c: 452# error(_("too few column labels"))#: src/main/printarray.c:452msgid "too few column labels"msgstr "zbyt mało etykiet kolumn"#: src/main/printarray.c:486#, c-formatmsgid " [ reached getOption(\"max.print\") -- omitted %d row ]\n"msgid_plural " [ reached getOption(\"max.print\") -- omitted %d rows ]\n"msgstr[0] " [ osiągnięto getOption(\"max.print\") -- pominięto %d wiersz]\n"msgstr[1] " [ osiągnięto getOption(\"max.print\") -- pominięto %d wiersze]\n"msgstr[2] " [ osiągnięto getOption(\"max.print\") -- pominięto %d wierszy]\n"# src/main/printutils.c: 606# warning(_("it is not known that wchar_t is Unicode on this platform"))#: src/main/printutils.c:606msgid "it is not known that wchar_t is Unicode on this platform"msgstr "nie jest wiadome, że wchar_t jest Unicode na tej platformie"# src/main/qsort.c: 55# error(_("argument is not a numeric vector"))#: src/main/qsort.c:55msgid "argument is not a numeric vector"msgstr "argument nie jest wektorem liczbowym"# src/library/stats/src/random.c: 66# error(_("invalid arguments"))# src/library/stats/src/random.c: 70# error(_("invalid arguments"))# src/library/stats/src/random.c: 75# error(_("invalid arguments"))# src/library/stats/src/random.c: 80# error(_("invalid arguments"))# src/library/stats/src/random.c: 161# error(_("invalid arguments"))# src/library/stats/src/random.c: 167# error(_("invalid arguments"))# src/library/stats/src/random.c: 172# error(_("invalid arguments"))# src/library/stats/src/random.c: 177# error(_("invalid arguments"))# src/library/stats/src/random.c: 240# error(_("invalid arguments"))# src/library/stats/src/random.c: 245# error(_("invalid arguments"))# src/library/stats/src/random.c: 250# error(_("invalid arguments"))# src/library/stats/src/random.c: 264# error(_("invalid arguments"))# src/library/stats/src/random.c: 355# error(_("invalid arguments"))# src/main/random.c: 37# error(_("invalid arguments"))#: src/main/random.c:37msgid "invalid arguments"msgstr "niepoprawne argumenty"# src/library/stats/src/random.c: 95# warning(_("NAs produced"))# src/library/stats/src/random.c: 121# warning(_("NAs produced"))# src/library/stats/src/random.c: 194# warning(_("NAs produced"))# src/library/stats/src/random.c: 222# warning(_("NAs produced"))# src/library/stats/src/random.c: 270# warning(_("NAs produced"))# src/library/stats/src/random.c: 289# warning(_("NAs produced"))# src/main/random.c: 93# warning(_("NAs produced"))# src/main/random.c: 110# warning(_("NAs produced"))# src/main/random.c: 175# warning(_("NAs produced"))# src/main/random.c: 201# warning(_("NAs produced"))# src/main/random.c: 274# warning(_("NAs produced"))# src/main/random.c: 288# warning(_("NAs produced"))#: src/main/random.c:93 src/main/random.c:110 src/main/random.c:175#: src/main/random.c:201 src/main/random.c:274 src/main/random.c:288msgid "NAs produced"msgstr "wyprodukowano wartości NA"# src/main/random.c: 445# error(_("NA in probability vector"))#: src/main/random.c:445msgid "NA in probability vector"msgstr "wartość NA w wektorze prawdopodobieństwa"# src/main/random.c: 447# error(_("non-positive probability"))#: src/main/random.c:447msgid "non-positive probability"msgstr "niedodatnie prawdopodobieństwo"# src/main/random.c: 454# error(_("too few positive probabilities"))#: src/main/random.c:454msgid "too few positive probabilities"msgstr "zbyt mało dodatnich prawdopodobieństw"# src/main/random.c: 491# error(_("cannot take a sample larger than the population when 'replace = FALSE'"))# src/main/random.c: 519# error(_("cannot take a sample larger than the population when 'replace = FALSE'"))#: src/main/random.c:491 src/main/random.c:519msgid "cannot take a sample larger than the population when 'replace = FALSE'"msgstr """nie można wziąć próby większej niż rozmiar populacji gdy 'replace = FALSE'"# src/main/random.c: 498# error(_("incorrect number of probabilities"))#: src/main/random.c:498msgid "incorrect number of probabilities"msgstr "niepoprawna liczba prawdopodobieństw"# src/main/random.c: 537# error(_("n >= 2^31, replace = FALSE is only supported on 64-bit platforms"))#: src/main/random.c:537msgid "n >= 2^31, replace = FALSE is only supported on 64-bit platforms"msgstr """n >= 2^31, replace = FALSE jest wspierane jedynie na platformach 64-bitowych"# src/main/raw.c: 37# error(_("argument must be a character vector of length 1"))# src/main/raw.c: 273# error(_("argument must be a character vector of length 1"))#: src/main/raw.c:37 src/main/raw.c:273msgid "argument must be a character vector of length 1"msgstr "argument musi być wektorem tekstowym o długości 1"# src/main/raw.c: 39# warning(_("argument should be a character vector of length 1\nall but the first element will be ignored"))# src/main/raw.c: 275# warning(_("argument should be a character vector of length 1\nall but the first element will be ignored"))#: src/main/raw.c:39 src/main/raw.c:275msgid """argument should be a character vector of length 1\n""all but the first element will be ignored"msgstr """argument powinien być wektorem tekstowym o długości 1\n""wszystkie elementy poza pierwszym zostaną zignorowane"# src/main/raw.c: 53# error(_("argument 'x' must be a raw vector"))# src/main/raw.c: 89# error(_("argument 'x' must be a raw vector"))# src/main/raw.c: 110# error(_("argument 'x' must be a raw vector"))#: src/main/raw.c:53 src/main/raw.c:89 src/main/raw.c:110msgid "argument 'x' must be a raw vector"msgstr "argument 'x' musi być pustym wektorem"# src/main/raw.c: 56# error(_("argument 'multiple' must be TRUE or FALSE"))# src/main/raw.c: 330# error(_("argument 'multiple' must be TRUE or FALSE"))#: src/main/raw.c:56 src/main/raw.c:330msgid "argument 'multiple' must be TRUE or FALSE"msgstr "argument 'multiple' musi mieć wartość TRUE lub FALSE"# src/main/raw.c: 91# error(_("argument 'shift' must be a small integer"))#: src/main/raw.c:91msgid "argument 'shift' must be a small integer"msgstr "argument 'shift' musi być małą liczbą całkowitą"# src/main/raw.c: 129# error(_("argument 'x' must be an integer vector"))# src/main/raw.c: 327# error(_("argument 'x' must be an integer vector"))#: src/main/raw.c:129 src/main/raw.c:327msgid "argument 'x' must be an integer vector"msgstr "argument 'x' musi być wektorem liczb całkowitych"# src/main/raw.c: 148# error(_("argument 'x' must be raw, integer or logical"))#: src/main/raw.c:148msgid "argument 'x' must be raw, integer or logical"msgstr """argument 'x' musi być typem pustym, liczbą całkowitą lub typem logicznym"# src/main/raw.c: 150# error(_("argument 'type' must be a character string"))#: src/main/raw.c:150msgid "argument 'type' must be a character string"msgstr "argument 'type' musi być łańcuchem tekstowym"# src/main/raw.c: 154# error(_("argument 'x' must be a multiple of %d long"), fac)#: src/main/raw.c:154#, c-formatmsgid "argument 'x' must be a multiple of %d long"msgstr "argument 'x' musi być wielokrotnością długości %d"# src/main/raw.c: 167# error(_("argument 'x' must not contain NAs"))# src/main/raw.c: 181# error(_("argument 'x' must not contain NAs"))#: src/main/raw.c:167 src/main/raw.c:181msgid "argument 'x' must not contain NAs"msgstr "argument 'x' nie może zawierać wartości NA"# src/main/raw.c: 285# error(_("invalid UTF-8 string"))#: src/main/raw.c:285msgid "invalid UTF-8 string"msgstr "niepoprawny łańcuch UTF-8"# src/main/relop.c: 105# _("comparison (%d) is possible only for atomic and list types")#: src/main/relop.c:105#, c-formatmsgid "comparison (%d) is possible only for atomic and list types"msgstr "porównanie (%d) jest możliwe jedynie dla typów atomowych oraz list"# src/main/relop.c: 110# _("comparison is not allowed for expressions")#: src/main/relop.c:110msgid "comparison is not allowed for expressions"msgstr "porównanie nie jest dozwolone dla wyrażeń"# src/main/relop.c: 199# _("comparison of these types is not implemented")#: src/main/relop.c:199msgid "comparison of these types is not implemented"msgstr "porównanie tych typów nie jest zaimplementowane"# src/main/relop.c: 412# _("invalid comparison with complex values")#: src/main/relop.c:412msgid "invalid comparison with complex values"msgstr "niepoprawne porównanie wartości zespolonych"# src/main/relop.c: 668# error(_("'a' and 'b' must have the same type"))#: src/main/relop.c:668msgid "'a' and 'b' must have the same type"msgstr "'a' oraz 'b' muszą mieć ten sam typ"# src/main/saveload.c: 200# error(_("read error"))# src/main/saveload.c: 205# error(_("read error"))# src/main/saveload.c: 214# error(_("read error"))# src/main/saveload.c: 223# error(_("read error"))# src/main/saveload.c: 232# error(_("read error"))# src/main/saveload.c: 241# error(_("read error"))# src/main/saveload.c: 245# error(_("read error"))# src/main/saveload.c: 254# error(_("read error"))# src/main/saveload.c: 1371# error(_("read error"))# src/main/saveload.c: 1376# error(_("read error"))# src/main/saveload.c: 1420# error(_("read error"))# src/main/saveload.c: 1488# error(_("read error"))# src/main/saveload.c: 1497# error(_("read error"))# src/main/serialize.c: 331# error(_("read error"))# src/main/serialize.c: 338# error(_("read error"))# src/main/serialize.c: 2318# error(_("read error"))# src/main/serialize.c: 2326# error(_("read error"))#: src/main/saveload.c:200 src/main/saveload.c:205 src/main/saveload.c:214#: src/main/saveload.c:223 src/main/saveload.c:232 src/main/saveload.c:241#: src/main/saveload.c:245 src/main/saveload.c:254 src/main/saveload.c:1381#: src/main/saveload.c:1386 src/main/saveload.c:1430 src/main/saveload.c:1498#: src/main/saveload.c:1507 src/main/serialize.c:331 src/main/serialize.c:338#: src/main/serialize.c:2388 src/main/serialize.c:2396msgid "read error"msgstr "błąd odczytu"# src/main/saveload.c: 332# error(_("a I read error occurred"))#: src/main/saveload.c:332msgid "a I read error occurred"msgstr "nastąpił błąd odczytu 'I'"# src/main/saveload.c: 342# error(_("a R read error occurred"))#: src/main/saveload.c:342msgid "a R read error occurred"msgstr "nastąpił błąd odczytu 'R'"# src/main/saveload.c: 352# error(_("a C read error occurred"))#: src/main/saveload.c:352msgid "a C read error occurred"msgstr "nastąpił błąd odczytu 'C'"# src/main/saveload.c: 362# error(_("a S read error occurred"))#: src/main/saveload.c:362msgid "a S read error occurred"msgstr "nastąpił błąd odczytu 'S'"# src/main/saveload.c: 387# error(_("a read error occurred"))# src/main/saveload.c: 395# error(_("a read error occurred"))# src/main/saveload.c: 403# error(_("a read error occurred"))# src/main/saveload.c: 1584# error(_("a read error occurred"))# src/main/saveload.c: 1592# error(_("a read error occurred"))#: src/main/saveload.c:387 src/main/saveload.c:395 src/main/saveload.c:403#: src/main/saveload.c:1594 src/main/saveload.c:1602msgid "a read error occurred"msgstr "nastąpił błąd odczytu"# src/main/saveload.c: 467# warning(_("unresolved node during restore"))#: src/main/saveload.c:467msgid "unresolved node during restore"msgstr "nierozwiązany węzeł podczas przywracania"# src/main/saveload.c: 488# error(_("restore compatibility error - no version %d compatibility"),# VersionId)#: src/main/saveload.c:488#, c-formatmsgid "restore compatibility error - no version %d compatibility"msgstr "błąd przywrócenia zgodności -- brak zgodnościi dla wersji %d"# src/main/saveload.c: 572# error(_("bad SEXP type in data file"))# src/main/saveload.c: 640# error(_("bad SEXP type in data file"))#: src/main/saveload.c:572 src/main/saveload.c:645msgid "bad SEXP type in data file"msgstr "niepoprawny typ 'SEXP' w pliku danych"# src/main/saveload.c: 586# error(_("mismatch on types"))#: src/main/saveload.c:586msgid "mismatch on types"msgstr "niezgodność typów"# src/main/envir.c: 1333# error(_("could not find function \"%s\""), CHAR(PRINTNAME(symbol)))#: src/main/saveload.c:607 src/main/saveload.c:1270 src/main/serialize.c:1636#, fuzzy, c-formatmsgid "unrecognized internal function name \"%s\""msgstr "nie udało się znaleźć funkcji \"%s\""# src/main/saveload.c: 704# (_("cannot save file position while restoring data"),# startup)#: src/main/saveload.c:709msgid "cannot save file position while restoring data"msgstr "nie można zachować położenia pliku podczas przywracania danych"# src/main/saveload.c: 717# (_("cannot restore file position while restoring data"),# startup)#: src/main/saveload.c:722msgid "cannot restore file position while restoring data"msgstr "nie można przywrócić położenia pliku podczas przywracania danych"# src/main/saveload.c: 910# warning(_("base namespace is not preserved in version 1 workspaces"))#: src/main/saveload.c:915msgid "base namespace is not preserved in version 1 workspaces"msgstr """bazowa przestrzeń nazw nie jest zachowywana w obszarze roboczym w wersji 1"# src/main/saveload.c: 912# error(_("cannot save namespace in version 1 workspaces"))#: src/main/saveload.c:917msgid "cannot save namespace in version 1 workspaces"msgstr "nie można zachować przestrzeni nazw w obszarze roboczym w wersji 1"# src/main/saveload.c: 914# error(_("cannot save environment with locked/active bindings in version 1 workspaces"))#: src/main/saveload.c:919msgid """cannot save environment with locked/active bindings in version 1 workspaces"msgstr """nie można zachować środowiska z zablokowanymi/aktwnymi wiązaniami w obszarze ""roboczym w wersji 1"# src/main/saveload.c: 938# error(_("cannot save weak references in version 1 workspaces"))#: src/main/saveload.c:943msgid "cannot save weak references in version 1 workspaces"msgstr "nie można zachować słabej referencji w obszarze roboczym w wersji 1"# src/main/saveload.c: 1016# error(_("NewWriteVec called with non-vector type"))#: src/main/saveload.c:1021msgid "NewWriteVec called with non-vector type"msgstr "'NewWriteVec' wywołane z typem nie-wektora"# src/main/saveload.c: 1079# error(_("cannot save byte code objects in version 1 workspaces"))#: src/main/saveload.c:1084msgid "cannot save byte code objects in version 1 workspaces"msgstr """nie można zachować obiektów kodu bajtowego w obszarze roboczym w wersji 1"# src/main/saveload.c: 1081# error(_("NewWriteItem: unknown type %i"), TYPEOF(s))#: src/main/saveload.c:1086#, c-formatmsgid "NewWriteItem: unknown type %i"msgstr "'NewWriteItem': nieznany typ %i"# src/main/saveload.c: 1211# error(_("NewReadVec called with non-vector type"))#: src/main/saveload.c:1216msgid "NewReadVec called with non-vector type"msgstr "'NewReadVec' wywołane z typem nie-wektora"# src/main/saveload.c: 1276# error(_("cannot read byte code objects from version 1 workspaces"))#: src/main/saveload.c:1286msgid "cannot read byte code objects from version 1 workspaces"msgstr """nie można czytać obiektów kodu bajtowego z obszaru roboczego w wersji 1"# src/main/saveload.c: 1278# error(_("NewReadItem: unknown type %i"), type)#: src/main/saveload.c:1288#, c-formatmsgid "NewReadItem: unknown type %i"msgstr "NewReadItem: nieznany typ %i"# src/main/saveload.c: 1430# error(_("out of memory reading ascii string"))#: src/main/saveload.c:1440msgid "out of memory reading ascii string"msgstr "zabrakło pamięci podczas czytania łańcucha ASCII"# src/main/saveload.c: 1555# error(_("a binary read error occurred"))#: src/main/saveload.c:1565msgid "a binary read error occurred"msgstr "nastąpił błąd odczytu danych binarnych"# src/main/saveload.c: 1570# error(_("out of memory reading binary string"))# src/main/saveload.c: 1671# error(_("out of memory reading binary string"))#: src/main/saveload.c:1580 src/main/saveload.c:1681msgid "out of memory reading binary string"msgstr "zabrakło pamięci podczas czytania łańcucha binarnego"# src/main/saveload.c: 1575# error(_("a binary string read error occurred"))#: src/main/saveload.c:1585msgid "a binary string read error occurred"msgstr "nastąpił błąd odczytu łańcucha binarnego"# src/main/saveload.c: 1635# error(_("an xdr integer data write error occurred"))#: src/main/saveload.c:1645msgid "an xdr integer data write error occurred"msgstr "pojawił się błąd zapisu danych liczby całkowitej w xdr"# src/main/saveload.c: 1642# error(_("an xdr integer data read error occurred"))#: src/main/saveload.c:1652msgid "an xdr integer data read error occurred"msgstr "pojawił się błąd odczytu danych liczby całkowitej w xdr"# src/main/saveload.c: 1657# error(_("an xdr string data write error occurred"))# src/main/saveload.c: 1676# error(_("an xdr string data write error occurred"))#: src/main/saveload.c:1667 src/main/saveload.c:1686msgid "an xdr string data write error occurred"msgstr "pojawił się błąd zapisu danych łańcucha w xdr"# src/main/saveload.c: 1684# error(_("an xdr real data write error occurred"))#: src/main/saveload.c:1694msgid "an xdr real data write error occurred"msgstr "pojawił się błąd zapisu danych liczby rzeczywistej w xdr"# src/main/saveload.c: 1691# error(_("an xdr real data read error occurred"))#: src/main/saveload.c:1701msgid "an xdr real data read error occurred"msgstr "pojawił się błąd odczytu danych liczby rzeczywistej w xdr"# src/main/saveload.c: 1698# error(_("an xdr complex data write error occurred"))#: src/main/saveload.c:1708msgid "an xdr complex data write error occurred"msgstr "pojawił się błąd zapisu danych liczby zespolonej w xdr"# src/main/saveload.c: 1705# error(_("an xdr complex data read error occurred"))#: src/main/saveload.c:1715msgid "an xdr complex data read error occurred"msgstr "pojawił się błąd odczytu danych liczby zespolonej w xdr"# src/library/grDevices/src/devPS.c: 5026# error(_("write failed"))# src/library/grDevices/src/devPS.c: 5078# error(_("write failed"))# src/library/grDevices/src/devPS.c: 5656# error(_("write failed"))# src/library/grDevices/src/devPS.c: 5700# error(_("write failed"))# src/library/grDevices/src/devPS.c: 7118# error(_("write failed"))# src/main/saveload.c: 1773# error(_("write failed"))# src/main/serialize.c: 1893# error(_("write failed"))# src/main/serialize.c: 2498# error(_("write failed"))# src/modules/internet/internet.c: 351# error(_("write failed"))# src/modules/internet/internet.c: 409# error(_("write failed"))# src/modules/internet/internet.c: 514# error(_("write failed"))#: src/main/saveload.c:1783 src/main/serialize.c:1958#: src/main/serialize.c:2568 src/modules/internet/internet.c:351#: src/modules/internet/internet.c:409 src/modules/internet/internet.c:514msgid "write failed"msgstr "zapis nie powiódł się"# src/main/saveload.c: 1900# error(_("restore file may be empty -- no data loaded"))#: src/main/saveload.c:1910msgid "restore file may be empty -- no data loaded"msgstr "przywrócony plik może być pusty -- nie załadowano danych"# src/main/saveload.c: 1902# error(_("restore file may be from a newer version of R -- no data loaded"))#: src/main/saveload.c:1912msgid "restore file may be from a newer version of R -- no data loaded"msgstr "przywrócony plik może być z nowszej wersji R -- nie załadowano danych"# src/main/saveload.c: 1904# error(_("bad restore file magic number (file may be corrupted) -- no data loaded"))#: src/main/saveload.c:1914msgid "bad restore file magic number (file may be corrupted) -- no data loaded"msgstr """niepoprawna magiczna liczba przywracanego pliku (plik może być uszkodzony) ""-- nie załadowano danych"# src/main/saveload.c: 1930# error(_("first argument must be a character vector"))# src/main/saveload.c: 2228# error(_("first argument must be a character vector"))#: src/main/saveload.c:1940 src/main/saveload.c:2238msgid "first argument must be a character vector"msgstr "pierwszy argument musi być wektorem tekstowym"# src/main/saveload.c: 2002# error(_("not a valid named list"))#: src/main/saveload.c:2012msgid "not a valid named list"msgstr "niepoprawnie nazwana lista"# src/main/saveload.c: 2008# warningcall(R_NilValue,# _("'%s' looks like a pre-2.4.0 S4 object: please recreate it"),# CHAR(STRING_ELT(names, i)))# src/main/saveload.c: 2029# warningcall(R_NilValue,# _("'%s' looks like a pre-2.4.0 S4 object: please recreate it"),# CHAR(PRINTNAME(TAG(a))))#: src/main/saveload.c:2019 src/main/saveload.c:2040#, c-formatmsgid "'%s' looks like a pre-2.4.0 S4 object: please recreate it"msgstr """'%s' wygląda na obiekt S4 sprzed wersji 2.4.0: proszę go ponownie utworzyć"# src/main/saveload.c: 2017# error(_("loaded data is not in pair list form"))#: src/main/saveload.c:2027msgid "loaded data is not in pair list form"msgstr "załadowane dane nie są w postaci listy par"# src/main/saveload.c: 2053# error(_("first argument must be a file name"))#: src/main/saveload.c:2063msgid "first argument must be a file name"msgstr "pierwszy argument musi być nazwą pliku"# src/main/saveload.c: 2098# error(_("XDR write failed"))# src/main/saveload.c: 2124# error(_("XDR write failed"))# src/main/serialize.c: 826# error(_("XDR write failed"))# src/main/serialize.c: 863# error(_("XDR write failed"))# src/main/serialize.c: 901# error(_("XDR write failed"))#: src/main/saveload.c:2108 src/main/saveload.c:2134 src/main/serialize.c:826#: src/main/serialize.c:863 src/main/serialize.c:901msgid "XDR write failed"msgstr "zapis 'XDR' nie powiódł się"# src/main/saveload.c: 2111# error(_("XDR read failed"))# src/main/saveload.c: 2136# error(_("XDR read failed"))# src/main/serialize.c: 1356# error(_("XDR read failed"))# src/main/serialize.c: 1392# error(_("XDR read failed"))# src/main/serialize.c: 1430# error(_("XDR read failed"))#: src/main/saveload.c:2121 src/main/saveload.c:2146 src/main/serialize.c:1362#: src/main/serialize.c:1398 src/main/serialize.c:1436msgid "XDR read failed"msgstr "odczyt 'XDR' nie powiódł się"# src/main/saveload.c: 2147# error(_("cannot save data -- unable to open '%s': %s"),# name, strerror(errno))#: src/main/saveload.c:2157#, c-formatmsgid "cannot save data -- unable to open '%s': %s"msgstr "nie można zapisać danych -- nie można otworzyć '%s': %s"# src/main/saveload.c: 2244# error(_("cannot save to connections in version %d format"), version)# src/main/serialize.c: 2096# error(_("cannot save to connections in version %d format"), version)#: src/main/saveload.c:2254 src/main/serialize.c:2161#, c-formatmsgid "cannot save to connections in version %d format"msgstr "nie można zapisać w połączeniach w formacie w wersji %d"# src/main/saveload.c: 2267# error(_("connection not open for writing"))# src/main/serialize.c: 2121# error(_("connection not open for writing"))#: src/main/saveload.c:2277 src/main/serialize.c:2186msgid "connection not open for writing"msgstr "połączenie nie jest otwarte do zapisu"# src/main/saveload.c: 2275# error(_("cannot save XDR format to a text-mode connection"))#: src/main/saveload.c:2285msgid "cannot save XDR format to a text-mode connection"msgstr "nie można zapisać formatu XDR w połączeniu w trybie tekstowym"# src/main/saveload.c: 2285# error(_("error writing to connection"))# src/main/serialize.c: 2001# error(_("error writing to connection"))# src/main/serialize.c: 2015# error(_("error writing to connection"))# src/main/serialize.c: 2197# error(_("error writing to connection"))# src/main/serialize.c: 2219# error(_("error writing to connection"))#: src/main/saveload.c:2295 src/main/serialize.c:2066#: src/main/serialize.c:2080 src/main/serialize.c:2262#: src/main/serialize.c:2284msgid "error writing to connection"msgstr "błąd zapisu do połączenia"# src/main/saveload.c: 2346# error(_("connection not open for reading"))# src/main/serialize.c: 2169# error(_("connection not open for reading"))#: src/main/saveload.c:2359 src/main/serialize.c:2234msgid "connection not open for reading"msgstr "połączenie nie jest otwarte do odczytu"# src/main/saveload.c: 2347# error(_("can only load() from a binary connection"))#: src/main/saveload.c:2360msgid "can only load() from a binary connection"msgstr "można ładować jedynie z połączenia binarnego"# src/main/saveload.c: 2358# error(_("no input is available"))#: src/main/saveload.c:2371msgid "no input is available"msgstr "brak dostępnego wejścia"# src/main/saveload.c: 2368# error(_("the input does not start with a magic number compatible with loading from a connection"))#: src/main/saveload.c:2383msgid """the input does not start with a magic number compatible with loading from a ""connection"msgstr """wejście nie rozpoczyna się magiczną liczbą zgodną z ładowniem z połączenia"#: src/main/scan.c:358 src/main/scan.c:408msgid "EOF within quoted string"msgstr ""# src/main/scan.c: 474# error(_("scan() expected '%s', got '%s'"), what, got)#: src/main/scan.c:478#, c-formatmsgid "scan() expected '%s', got '%s'"msgstr "'scan()' oczekiwał '%s', dostał '%s'"# src/main/connections.c: 3358# error("too many items")# src/main/scan.c: 575# error(_("too many items"))# src/main/scan.c: 722# error(_("too many items"))#: src/main/scan.c:579 src/main/scan.c:726msgid "too many items"msgstr "zbyt dużo pozycji"# src/main/scan.c: 661# error(_("empty 'what' specified"))#: src/main/scan.c:665msgid "empty 'what' specified"msgstr "określono pusty 'what'"# src/main/scan.c: 712# error(_("line %d did not have %d elements"), badline, nc)#: src/main/scan.c:716#, c-formatmsgid "line %d did not have %d elements"msgstr "linia %d nie miała %d elementów"# src/main/scan.c: 765# warning(_("number of items read is not a multiple of the number of columns"))#: src/main/scan.c:769msgid "number of items read is not a multiple of the number of columns"msgstr "ilość odczytanych pozycji nie jest wielokrotnością liczby kolumn"# src/main/scan.c: 857# error(_("invalid 'strip.white' length"))#: src/main/scan.c:861msgid "invalid 'strip.white' length"msgstr "niepoprawna długość 'strip.white'"# src/main/scan.c: 868# error(_("invalid 'sep' value: must be one byte"))#: src/main/scan.c:872msgid "invalid 'sep' value: must be one byte"msgstr "niepoprawna wartość 'sep': musi być jednobajtowa"# src/main/scan.c: 880# error(_("invalid decimal separator: must be one byte"))#: src/main/scan.c:884msgid "invalid decimal separator: must be one byte"msgstr "niepoprawny separator dziesiętny: musi być jednobajtowy"# src/main/scan.c: 885# error(_("invalid decimal separator"))#: src/main/scan.c:889msgid "invalid decimal separator"msgstr "niepoprawny separator dziesiętny"# src/library/utils/src/io.c: 333# error(_("invalid quote symbol set"))# src/library/utils/src/io.c: 779# error(_("invalid quote symbol set"))# src/main/scan.c: 894# error(_("invalid quote symbol set"))#: src/main/scan.c:898msgid "invalid quote symbol set"msgstr "niepoprawne ustawiony symbol cudzysłowiu"# src/main/seq.c: 47# _("unequal factor lengths")#: src/main/seq.c:47msgid "unequal factor lengths"msgstr "nierówne długości czynników"# src/main/seq.c: 104# _("result would be too long a vector")#: src/main/seq.c:104msgid "result would be too long a vector"msgstr "wynikiem byłby zbyt długi wektor"# src/main/seq.c: 164# _("argument of length 0")#: src/main/seq.c:162msgid "argument of length 0"msgstr "argument o długości 0"# src/main/seq.c: 162# warningcall(call, _("numerical expression has %d elements: only the first used"), (int) n1)# src/main/seq.c: 166# warningcall(call, _("numerical expression has %d elements: only the first used"), (int) n2)#: src/main/seq.c:164 src/main/seq.c:166#, c-formatmsgid "numerical expression has %d elements: only the first used"msgstr """wyrażenie liczbowe posiada kilka (%d) elementów: użyto tylko pierwszego"# src/main/seq.c: 170# _("NA/NaN argument")#: src/main/seq.c:170msgid "NA/NaN argument"msgstr "argument o wartości NA/NaN"# src/main/seq.c: 332# error(_("incorrect type for second argument"))#: src/main/seq.c:332msgid "incorrect type for second argument"msgstr "niepoprawny typ dla drugiego argumentu"# src/main/seq.c: 335# error(_("attempt to replicate an object of type '%s'"),# type2char(TYPEOF(s)))#: src/main/seq.c:335#, c-formatmsgid "attempt to replicate an object of type '%s'"msgstr "próba powielenia obiektu typu '%s'"# src/main/seq.c: 388# error(_("attempt to replicate non-vector"))#: src/main/seq.c:388msgid "attempt to replicate non-vector"msgstr "próba powielenia nie-wektora"# src/main/seq.c: 404# error(_("cannot replicate NULL to a non-zero length"))#: src/main/seq.c:404msgid "cannot replicate NULL to a non-zero length"msgstr "nie można powielać wartości NULL do niezerowej długości"# src/main/seq.c: 627# warningcall(call, _("first element used of '%s' argument"),# "length.out")# src/main/seq.c: 634# warningcall(call, _("first element used of '%s' argument"), "each")# src/main/seq.c: 765# warningcall(call, _("first element used of '%s' argument"),# "length.out")# src/main/seq.c: 972# warningcall(call, _("first element used of '%s' argument"),# "length.out")#: src/main/seq.c:627 src/main/seq.c:634 src/main/seq.c:765 src/main/seq.c:972#, c-formatmsgid "first element used of '%s' argument"msgstr "użyto pierwszego elementu argumentu '%s'"# src/main/seq.c: 763# _("'length.out' must be a non-negative number")#: src/main/seq.c:763msgid "'length.out' must be a non-negative number"msgstr "'length.out' musi być liczbą nieujemną"# src/main/seq.c: 783# _("'from' must be finite")# src/main/seq.c: 849# _("'from' must be finite")# src/main/seq.c: 866# _("'from' must be finite")#: src/main/seq.c:783 src/main/seq.c:849 src/main/seq.c:866msgid "'from' must be finite"msgstr "'from' musi być skończone"# src/main/seq.c: 785# _("'to' must be finite")# src/main/seq.c: 851# _("'to' must be finite")# src/main/seq.c: 888# _("'to' must be finite")#: src/main/seq.c:785 src/main/seq.c:851 src/main/seq.c:888msgid "'to' must be finite"msgstr "'to' musi być skończone"# src/main/seq.c: 797# _("invalid '(to - from)/by' in 'seq'")#: src/main/seq.c:797msgid "invalid '(to - from)/by' in 'seq'"msgstr "niepoprawne '(to - from)/by' w 'seq'"# src/library/base/R/seq.R: 66# stop("'by' argument is much too small")# src/main/seq.c: 809# _("'by' argument is much too small")#: src/main/seq.c:809msgid "'by' argument is much too small"msgstr "argument 'by' jest znacznie za mały"# src/library/base/R/seq.R: 64# stop("wrong sign in 'by' argument")# src/main/seq.c: 811# _("wrong sign in 'by' argument")#: src/main/seq.c:811msgid "wrong sign in 'by' argument"msgstr "błędny znak w argumencie 'by'"# src/main/seq.c: 868# _("'by' must be finite")# src/main/seq.c: 890# _("'by' must be finite")#: src/main/seq.c:868 src/main/seq.c:890msgid "'by' must be finite"msgstr "'by' musi być skończone"# src/main/seq.c: 978# _("argument must be coercible to non-negative integer")# src/main/seq.c: 983# _("argument must be coercible to non-negative integer")#: src/main/seq.c:978 src/main/seq.c:983msgid "argument must be coercible to non-negative integer"msgstr "argument musi być przekształcalny do nieujemnej liczby całkowitej"# src/main/serialize.c: 224# error(_("unknown or inappropriate output format"))# src/main/serialize.c: 254# error(_("unknown or inappropriate output format"))# src/main/serialize.c: 277# error(_("unknown or inappropriate output format"))#: src/main/serialize.c:224 src/main/serialize.c:254 src/main/serialize.c:277msgid "unknown or inappropriate output format"msgstr "nieznany lub nieodpowiedni format wyjścia"# src/main/serialize.c: 504# error(_("must specify ascii, binary, or xdr format"))#: src/main/serialize.c:504msgid "must specify ascii, binary, or xdr format"msgstr "musisz określić format ascii, binarny, lub xdr"# src/main/serialize.c: 505# error(_("unknown output format"))#: src/main/serialize.c:505msgid "unknown output format"msgstr "nieznany format wyjścia"# src/main/serialize.c: 536# error(_("unknown input format"))#: src/main/serialize.c:536msgid "unknown input format"msgstr "nieznany format wejścia"# src/main/serialize.c: 541# error(_("input format does not match specified format"))#: src/main/serialize.c:541msgid "input format does not match specified format"msgstr "format wejściowy nie zgadza się z określonym formatem"# src/main/serialize.c: 752# error(_("no restore method available"))#: src/main/serialize.c:752msgid "no restore method available"msgstr "brak dostępnej metody przywracania"# src/main/serialize.c: 794# warning(_("names in persistent strings are currently ignored"))#: src/main/serialize.c:794msgid "names in persistent strings are currently ignored"msgstr "nazwy w persystentych łańcuchach są aktualnie ignorowane"# src/main/serialize.c: 963# warning(_("'%s' may not be available when loading"),# CHAR(STRING_ELT(name, 0)))#: src/main/serialize.c:963#, c-formatmsgid "'%s' may not be available when loading"msgstr "'%s' może nie być dostępne podczas ładowania"# src/main/serialize.c: 970# warning(_("namespaces may not be available when loading"))#: src/main/serialize.c:970msgid "namespaces may not be available when loading"msgstr "przestrzeń nazw może nie być dostępna podczas ładowania"# src/main/serialize.c: 1097# error(_("WriteItem: unknown type %i"), TYPEOF(s))#: src/main/serialize.c:1097#, c-formatmsgid "WriteItem: unknown type %i"msgstr "'WriteItem': nieznany typ %i"# src/main/serialize.c: 1273# error(_("version %d not supported"), version)#: src/main/serialize.c:1273#, c-formatmsgid "version %d not supported"msgstr "wersja %d nie jest wspierana"# src/main/serialize.c: 1301# error(_("reference index out of range"))#: src/main/serialize.c:1305msgid "reference index out of range"msgstr "indeks referencyjny poza zasięgiem"# src/main/serialize.c: 1331# error(_("names in persistent strings are not supported yet"))#: src/main/serialize.c:1335msgid "names in persistent strings are not supported yet"msgstr "nazwy w persystentnych łańcuchach nie są jeszcze wspierane"# src/main/serialize.c: 1457# error(_("negative serialized length for vector"))#: src/main/serialize.c:1463msgid "negative serialized length for vector"msgstr "ujemna zserializowana długość wektora"# src/main/serialize.c: 1465# (_("invalid upper part of serialized vector length"))#: src/main/serialize.c:1471msgid "invalid upper part of serialized vector length"msgstr "niepoprawna górna część długości zserializowanego wektora"# src/main/serialize.c: 1470# error(_("negative serialized vector length:\nperhaps long vector from 64-bit version of R?"))#: src/main/serialize.c:1476msgid """negative serialized vector length:\n""perhaps long vector from 64-bit version of R?"msgstr """ujemna długość zserializowanego wektora:\n""być może długi wektor z 64-bitowej wersji R?"# src/main/serialize.c: 1659# error(_("this version of R cannot read class references"))#: src/main/serialize.c:1707msgid "this version of R cannot read class references"msgstr "ta wersja R nie może czytać referencji klasy"# src/main/serialize.c: 1661# error(_("this version of R cannot read generic function references"))#: src/main/serialize.c:1709msgid "this version of R cannot read generic function references"msgstr "ta wersja R nie może czytać referencji ogólnej funkcji"# src/main/serialize.c: 1678# error(_("ReadItem: unknown type %i, perhaps written by later version of R"), type)#: src/main/serialize.c:1726#, c-formatmsgid "ReadItem: unknown type %i, perhaps written by later version of R"msgstr "ReadItem: nieznany typ %i, być może zapisany przez późniejszą wersję R"# src/main/serialize.c: 1817# error(_("cannot read unreleased workspace version %d written by experimental R %d.%d.%d"), version, vw, pw, sw)#: src/main/serialize.c:1882#, c-formatmsgid """cannot read unreleased workspace version %d written by experimental R %d.%d.""%d"msgstr """nie można czytać niewydanego obszaru roboczego w wersji %d zapisanej przez ""eksperymentalny R %d.%d.%d"# src/main/serialize.c: 1821# error(_("cannot read workspace version %d written by R %d.%d.%d; need R %d.%d.%d or newer"),# version, vw, pw, sw, vm, pm, sm)#: src/main/serialize.c:1886#, c-formatmsgid """cannot read workspace version %d written by R %d.%d.%d; need R %d.%d.%d or ""newer"msgstr """nie można czytać obszaru roboczego w wersji %d zapisanej przez R %d.%d.%d; ""potrzeba R %d.%d.%d lub nowszego"# src/main/serialize.c: 1900# error(_("read failed"))#: src/main/serialize.c:1965msgid "read failed"msgstr "odczyt nie powiódł się"# src/main/serialize.c: 1963# error(_("error reading from ascii connection"))#: src/main/serialize.c:2028msgid "error reading from ascii connection"msgstr "błąd czytania z połączenia ASCII"# src/main/serialize.c: 1965# error(_("unexpected format in ascii connection"))#: src/main/serialize.c:2030msgid "unexpected format in ascii connection"msgstr "nieoczekiwany format w połączeniu ASCII"# src/main/serialize.c: 1970# error(_("error reading from connection"))# src/main/serialize.c: 1984# error(_("error reading from connection"))#: src/main/serialize.c:2035 src/main/serialize.c:2049msgid "error reading from connection"msgstr "błąd czytania z połączenia"# src/main/serialize.c: 2025# error(_("only ascii format can be written to text mode connections"))#: src/main/serialize.c:2090msgid "only ascii format can be written to text mode connections"msgstr """jedynie format ASCII może być zapisany w połączeniach w trybie tekstowym"# src/main/serialize.c: 2039# error(_("only ascii format can be read from text mode connections"))#: src/main/serialize.c:2104msgid "only ascii format can be read from text mode connections"msgstr """jedynie format ASCII może być odczytany w połączeniach w trybie tekstowym"# src/main/serialize.c: 2094# error(_("bad version value"))# src/main/serialize.c: 2247# error(_("bad version value"))# src/main/serialize.c: 2391# error(_("bad version value"))#: src/main/serialize.c:2159 src/main/serialize.c:2312#: src/main/serialize.c:2461msgid "bad version value"msgstr "błędna wartość wersji"# src/main/serialize.c: 2119# error(_("binary-mode connection required for ascii=FALSE"))#: src/main/serialize.c:2184msgid "binary-mode connection required for ascii=FALSE"msgstr "połączenie w trybie binarnym wymagane jest dla 'ascii=FALSE'"# src/main/serialize.c: 2279# error(_("serialization is too large to store in a raw vector"))# src/main/serialize.c: 2308# error(_("serialization is too large to store in a raw vector"))# src/main/serialize.c: 2370# error(_("serialization is too large to store in a raw vector"))#: src/main/serialize.c:2340 src/main/serialize.c:2377#: src/main/serialize.c:2440msgid "serialization is too large to store in a raw vector"msgstr "serializacja jest zbyt duża aby ją przechowywać w pustym wektorze"# src/main/serialize.c: 2289# error(_("cannot allocate buffer"))#: src/main/serialize.c:2357msgid "cannot allocate buffer"msgstr "nie można przydzielić bufora"# src/main/serialize.c: 2476# error(_("not a proper file name"))# src/main/serialize.c: 2549# error(_("not a proper file name"))#: src/main/serialize.c:2546 src/main/serialize.c:2619msgid "not a proper file name"msgstr "niepoprawna nazwa pliku"# src/main/serialize.c: 2478# error(_("not a proper raw vector"))#: src/main/serialize.c:2548msgid "not a proper raw vector"msgstr "nie jest poprawnym pustym wektorem"# src/main/serialize.c: 2499# error(_("could not determine file position"))#: src/main/serialize.c:2569msgid "could not determine file position"msgstr "nie udało się określić położenia pliku"# src/main/serialize.c: 2551# error(_("bad offset/length argument"))#: src/main/serialize.c:2621msgid "bad offset/length argument"msgstr "niepoprawny argument przesunięcia/długości"# src/main/serialize.c: 2575# error(_("seek failed on %s"), cfile)# src/main/serialize.c: 2588# error(_("seek failed on %s"), cfile)# src/main/serialize.c: 2597# error(_("seek failed on %s"), cfile)# src/main/serialize.c: 2607# error(_("seek failed on %s"), cfile)# src/main/serialize.c: 2620# error(_("seek failed on %s"), cfile)#: src/main/serialize.c:2645 src/main/serialize.c:2658#: src/main/serialize.c:2667 src/main/serialize.c:2677#: src/main/serialize.c:2690#, c-formatmsgid "seek failed on %s"msgstr "przeszukiwanie nie powiodło się dla '%s'"# src/main/serialize.c: 2592# error(_("read failed on %s"), cfile)# src/main/serialize.c: 2601# error(_("read failed on %s"), cfile)# src/main/serialize.c: 2611# error(_("read failed on %s"), cfile)# src/main/serialize.c: 2624# error(_("read failed on %s"), cfile)#: src/main/serialize.c:2662 src/main/serialize.c:2671#: src/main/serialize.c:2681 src/main/serialize.c:2694#, c-formatmsgid "read failed on %s"msgstr "odczytywanie nie powiodło się dla '%s'"# src/main/serialize.c: 2643# error(_("bad environment"))#: src/main/serialize.c:2713msgid "bad environment"msgstr "złe środowisko"# src/main/serialize.c: 2645# error(_("bad variable names"))#: src/main/serialize.c:2715msgid "bad variable names"msgstr "błędne nazwy zmiennej"# src/main/sort.c: 88# error(_("only atomic vectors can be tested to be sorted"))#: src/main/sort.c:88msgid "only atomic vectors can be tested to be sorted"msgstr """tylko atomowe wektory mogą być testowane pod kątem możliwości ich sortowania"# src/main/sort.c: 310# error(_("'decreasing' must be TRUE or FALSE"))# src/main/sort.c: 1199# error(_("'decreasing' must be TRUE or FALSE"))# src/main/sort.c: 1367# error(_("'decreasing' must be TRUE or FALSE"))#: src/main/sort.c:326 src/main/sort.c:1228 src/main/sort.c:1396msgid "'decreasing' must be TRUE or FALSE"msgstr "'decreasing' musi być TRUE lub FALSE"# src/main/sort.c: 313# error(_("only atomic vectors can be sorted"))# src/main/sort.c: 580# error(_("only atomic vectors can be sorted"))#: src/main/sort.c:329 src/main/sort.c:600msgid "only atomic vectors can be sorted"msgstr "tylko atomowe wektory mogą być sortowane"# src/main/sort.c: 315# error(_("raw vectors cannot be sorted"))# src/main/sort.c: 582# error(_("raw vectors cannot be sorted"))# src/main/sort.c: 1268# error(_("raw vectors cannot be sorted"))#: src/main/sort.c:331 src/main/sort.c:602 src/main/sort.c:1297msgid "raw vectors cannot be sorted"msgstr "puste wektory nie mogą być sortowane"# src/main/sort.c: 593# error(_("NA or infinite index"))#: src/main/sort.c:613msgid "NA or infinite index"msgstr "wartość NA lub nieskończony indeks"# src/main/sort.c: 596# error(_("index %ld outside bounds"), l[i])#: src/main/sort.c:616#, c-formatmsgid "index %ld outside bounds"msgstr "indeks %ld jest poza granicami"# src/main/sort.c: 601# error(_("NA index"))# src/main/sort.c: 614# error(_("NA index"))#: src/main/sort.c:621 src/main/sort.c:634msgid "NA index"msgstr "Indeks ma wartość NA"# src/main/sort.c: 603# error(_("index %d outside bounds"), il[i])# src/main/sort.c: 616# error(_("index %d outside bounds"), l[i])#: src/main/sort.c:623 src/main/sort.c:636#, c-formatmsgid "index %d outside bounds"msgstr "indeks %d jest poza zakresem"# src/main/sort.c: 1208# error(_("argument %d is not a vector"), narg + 1)#: src/main/sort.c:1237#, c-formatmsgid "argument %d is not a vector"msgstr "argument %d nie jest wektorem"# src/library/base/R/sort.R: 115# stop("argument lengths differ")# src/main/sort.c: 1210# error(_("argument lengths differ"))#: src/main/sort.c:1239msgid "argument lengths differ"msgstr "długości argumentów różnią się"# src/main/sort.c: 1295# error(_("invalid ties.method for rank() [should never happen]"))#: src/main/sort.c:1324msgid "invalid ties.method for rank() [should never happen]"msgstr "niepoprawny 'ties.method' dla 'rank()' [nie powinien się zdarzyć]"# src/main/sort.c: 1383# error(_("negative value in 'x'"))#: src/main/sort.c:1412msgid "negative value in 'x'"msgstr "ujemna wartość w 'x'"# src/main/sort.c: 1401# error(_("too large a range of values in 'x'"))#: src/main/sort.c:1430msgid "too large a range of values in 'x'"msgstr "zbyt duży zakres wartości w 'x'"# src/main/source.c: 215# _("coercion of 'text' to character was unsuccessful")#: src/main/source.c:215msgid "coercion of 'text' to character was unsuccessful"msgstr "przekształcenie 'text' w znak nie powiodło się"# src/main/source.c: 231# warning(_("argument '%s = \"%s\"' will be ignored"), "encoding", encoding)#: src/main/source.c:231#, c-formatmsgid "argument '%s = \"%s\"' will be ignored"msgstr "argument '%s = \"%s\"' zostanie zignorowany"# src/main/split.c: 38# error(_("first argument must be a vector"))#: src/main/split.c:38msgid "first argument must be a vector"msgstr "pierwszy argument musi być wektorem"# src/main/split.c: 40# error(_("second argument must be a factor"))#: src/main/split.c:40msgid "second argument must be a factor"msgstr "drugi argument musi być czynnikiem"# src/main/split.c: 45# error(_("group length is 0 but data length > 0"))#: src/main/split.c:45msgid "group length is 0 but data length > 0"msgstr "długość grupy wynosi 0 ale długość danych > 0"# src/main/split.c: 47# warning(_("data length is not a multiple of split variable"))#: src/main/split.c:47msgid "data length is not a multiple of split variable"msgstr "długość danych nie jest wielokrotnością zmiennej rozdzielającej"# src/main/split.c: 56# error(_("factor has bad level"))#: src/main/split.c:56msgid "factor has bad level"msgstr "czynnik posiada błędny poziom"# src/main/sprintf.c: 94# error(_("required resulting string length %d is greater than maximal %d"), nc, MAXLINE)#: src/main/sprintf.c:94#, c-formatmsgid "required resulting string length %d is greater than maximal %d"msgstr "wymagana długość %d wynikowego łańcucha jest większa niż maksymalna %d"# src/library/tools/src/getfmts.c: 56# error(_("'fmt' is not a character vector"))# src/main/sprintf.c: 102# error(_("'fmt' is not a character vector"))#: src/main/sprintf.c:102msgid "'fmt' is not a character vector"msgstr "'fmt' nie jest wektorem tekstowym"# src/library/tools/src/getfmts.c: 51# error(_("only %d arguments are allowed"), MAXNARGS)# src/main/sprintf.c: 107# error(_("only %d arguments are allowed"), MAXNARGS)#: src/main/sprintf.c:107#, c-formatmsgid "only %d arguments are allowed"msgstr "tylko %d argumentów jest dozwolonych"# src/main/sprintf.c: 114# error(_("invalid type of argument[%d]: '%s'"),# i+1, CHAR(type2str(t_ai)))#: src/main/sprintf.c:114#, c-formatmsgid "invalid type of argument[%d]: '%s'"msgstr "niepoprawny typ argumentu[%d]: '%s'"# src/main/sprintf.c: 125# error(_("arguments cannot be recycled to the same length"))# src/main/sprintf.c: 128# error(_("arguments cannot be recycled to the same length"))#: src/main/sprintf.c:125 src/main/sprintf.c:128msgid "arguments cannot be recycled to the same length"msgstr "argumenty nie mogą być cyklicznie powtórzone do tej samej długości"# src/library/tools/src/getfmts.c: 65# error(_("'fmt' length exceeds maximal format length %d"), MAXLINE)# src/main/sprintf.c: 150# error(_("'fmt' length exceeds maximal format length %d"), MAXLINE)# src/main/sprintf.c: 257# error(_("'fmt' length exceeds maximal format length %d"),# MAXLINE)#: src/main/sprintf.c:150 src/main/sprintf.c:257#, c-formatmsgid "'fmt' length exceeds maximal format length %d"msgstr "długość 'fmt' przekracza maksymalną długość %d formatu"# src/library/tools/src/getfmts.c: 86# error(_("unrecognised format specification '%s'"), curFormat)# src/main/sprintf.c: 169# error(_("unrecognised format specification '%s'"), curFormat)#: src/main/sprintf.c:169#, c-formatmsgid "unrecognised format specification '%s'"msgstr "nierozpoznane określenie formatu '%s'"# src/main/sprintf.c: 180# error(_("reference to non-existent argument %d"), v)# src/main/sprintf.c: 186# error(_("reference to non-existent argument %d"), v)# src/main/sprintf.c: 199# error(_("reference to non-existent argument %d"), v)# src/main/sprintf.c: 206# error(_("reference to non-existent argument %d"), v)#: src/main/sprintf.c:180 src/main/sprintf.c:186 src/main/sprintf.c:199#: src/main/sprintf.c:206#, c-formatmsgid "reference to non-existent argument %d"msgstr "referencja do nieistniejącego argumentu %d"# src/library/tools/src/getfmts.c: 126# error(_("at most one asterisk '*' is supported in each conversion specification"))# src/main/sprintf.c: 218# error(_("at most one asterisk '*' is supported in each conversion specification"))#: src/main/sprintf.c:218msgid "at most one asterisk '*' is supported in each conversion specification"msgstr """najwyżej jedna gwiazdka '*' jest wspierana w każdej specyfikacji konwersji"# src/main/sprintf.c: 228# error(_("argument for '*' conversion specification must be a number"))#: src/main/sprintf.c:228msgid "argument for '*' conversion specification must be a number"msgstr "argument dla specyfikacji konwersji '*' musi być liczbą"# src/main/sprintf.c: 266# error(_("coercion has changed vector length to 0"))#: src/main/sprintf.c:266msgid "coercion has changed vector length to 0"msgstr "konwersja zmieniła długość wektora na 0"# src/main/sprintf.c: 339# error(_("invalid format '%s'; %s"), fmtp,# _("use format %d or %i for logical objects"))# src/main/sprintf.c: 353# error(_("invalid format '%s'; %s"), fmtp,# _("use format %d, %i, %o, %x or %X for integer objects"))# src/main/sprintf.c: 367# error(_("invalid format '%s'; %s"), fmtp,# _("use format %f, %e, %g or %a for numeric objects"))# src/main/sprintf.c: 402# error(_("invalid format '%s'; %s"), fmtp,# _("use format %s for character objects"))#: src/main/sprintf.c:339 src/main/sprintf.c:353 src/main/sprintf.c:367#: src/main/sprintf.c:402#, c-formatmsgid "invalid format '%s'; %s"msgstr "niepoprawny format '%s'; %s"# src/main/sprintf.c: 339# error(_("invalid format '%s'; %s"), fmtp,# _("use format %d or %i for logical objects"))#: src/main/sprintf.c:340#, c-formatmsgid "use format %d or %i for logical objects"msgstr "użyj formatu %d lub %i dla obiektów logicznych"# src/main/sprintf.c: 353# error(_("invalid format '%s'; %s"), fmtp,# _("use format %d, %i, %o, %x or %X for integer objects"))#: src/main/sprintf.c:354#, c-formatmsgid "use format %d, %i, %o, %x or %X for integer objects"msgstr "użyj formatu %d, %i, %o, %x lub %X dla liczb całkowitych"# src/main/sprintf.c: 367# error(_("invalid format '%s'; %s"), fmtp,# _("use format %f, %e, %g or %a for numeric objects"))#: src/main/sprintf.c:368#, c-formatmsgid "use format %f, %e, %g or %a for numeric objects"msgstr "użyj formatu %f, %e, %g lub %a dla liczb rzeczywistych"# src/main/sprintf.c: 402# error(_("invalid format '%s'; %s"), fmtp,# _("use format %s for character objects"))#: src/main/sprintf.c:403#, c-formatmsgid "use format %s for character objects"msgstr "użyj formatu '%s' dla obiektu tekstowego"# src/main/sprintf.c: 408# warning(_("likely truncation of character string to %d characters"),# MAXLINE-1)#: src/main/sprintf.c:408#, c-formatmsgid "likely truncation of character string to %d characters"msgstr "prawdopodobne przycięcie łańcucha tekstowego do %d znaków"# src/main/sprintf.c: 417# error(_("unsupported type"))# src/main/util.c: 2081# error("unsupported type ")#: src/main/sprintf.c:417msgid "unsupported type"msgstr "niewspierany typ"# src/main/startup.c: 65# error(_("R_LibraryFileName: buffer too small"))#: src/main/startup.c:65msgid "R_LibraryFileName: buffer too small"msgstr "'R_LibraryFileName': bufor jest zbyt mały"# src/main/subassign.c: 102# error(_("attempt to enlarge non-vector"))#: src/main/subassign.c:102msgid "attempt to enlarge non-vector"msgstr "próba powiększenia nie-wektora"# src/main/subassign.c: 107# warning(_("assignment outside vector/list limits (extending from %d to %d)"),# len, newlen)#: src/main/subassign.c:107#, c-formatmsgid "assignment outside vector/list limits (extending from %d to %d)"msgstr "przypisanie poza granicami wektora/listy (rozciąganie od %d do %d)"# src/main/subassign.c: 352# error(_("incompatible types (from %s to %s) in subassignment type fix"),# type2char(which%100), type2char(which/100))#: src/main/subassign.c:352#, c-formatmsgid "incompatible types (from %s to %s) in subassignment type fix"msgstr "niezgodne typy (z %s do %s) w przypisaniu w typie 'fix'"# src/main/subassign.c: 485# error(_("NAs are not allowed in subscripted assignments"))# src/main/subassign.c: 765# error(_("NAs are not allowed in subscripted assignments"))# src/main/subassign.c: 768# error(_("NAs are not allowed in subscripted assignments"))# src/main/subassign.c: 1059# error(_("NAs are not allowed in subscripted assignments"))#: src/main/subassign.c:485 src/main/subassign.c:765 src/main/subassign.c:768#: src/main/subassign.c:1059msgid "NAs are not allowed in subscripted assignments"msgstr "wartości NA nie są dozwolone w przypisaniach indeksowych"# src/main/subassign.c: 503# error(_("replacement has length zero"))# src/main/subassign.c: 779# error(_("replacement has length zero"))# src/main/subassign.c: 1051# error(_("replacement has length zero"))# src/main/subassign.c: 1586# error(_("replacement has length zero"))#: src/main/subassign.c:503 src/main/subassign.c:779 src/main/subassign.c:1051#: src/main/subassign.c:1586msgid "replacement has length zero"msgstr "zamiana ma długość zero"# src/library/base/R/dataframe.R: 733# warning("number of items to replace is not a multiple of replacement length")# src/main/subassign.c: 505# warning(_("number of items to replace is not a multiple of replacement length"))# src/main/subassign.c: 781# error(_("number of items to replace is not a multiple of replacement length"))# src/main/subassign.c: 1053# error(_("number of items to replace is not a multiple of replacement length"))#: src/main/subassign.c:505 src/main/subassign.c:781 src/main/subassign.c:1053msgid "number of items to replace is not a multiple of replacement length"msgstr """liczba pozycji do zastąpienia nie jest wielokrotnością długości zamiany"# src/main/subassign.c: 749# error(_("incorrect number of subscripts on matrix"))#: src/main/subassign.c:749msgid "incorrect number of subscripts on matrix"msgstr "niepoprawna liczba indeksów w macierzy"# src/main/subassign.c: 1005# error(_("incompatible types (from %s to %s) in matrix subset assignment"),# type2char(which%100), type2char(which/100))#: src/main/subassign.c:1005#, c-formatmsgid "incompatible types (from %s to %s) in matrix subset assignment"msgstr "niezgodne typy (z %s do %s) w przypisaniu w podgrupie macierzy"# src/main/subassign.c: 1021# error(_("incorrect number of subscripts"))# src/main/subset.c: 890# _("incorrect number of subscripts")#: src/main/subassign.c:1021 src/main/subset.c:901msgid "incorrect number of subscripts"msgstr "niepoprawna liczba indeksów"# src/main/subassign.c: 1197# error(_("incompatible types (from %s to %s) in array subset assignment"),# type2char(which%100), type2char(which/100))#: src/main/subassign.c:1197#, c-formatmsgid "incompatible types (from %s to %s) in array subset assignment"msgstr "niezgodne typy (z %s do %s) w przypisaniu w podgrupie tablicy"# src/main/subassign.c: 1232# error(_("invalid subscript in list assign"))# src/main/subassign.c: 1253# error(_("invalid subscript in list assign"))#: src/main/subassign.c:1232 src/main/subassign.c:1253msgid "invalid subscript in list assign"msgstr "niepoprawny indeks w przypisaniu listy"# src/main/subassign.c: 1246# error(_("invalid number of subscripts to list assign"))#: src/main/subassign.c:1246msgid "invalid number of subscripts to list assign"msgstr "niepoprawna liczba indeksów w przypisaniu listy"# src/main/subassign.c: 1339# error(_("SubAssignArgs: invalid number of arguments"))#: src/main/subassign.c:1339msgid "SubAssignArgs: invalid number of arguments"msgstr "'SubAssignArgs': niepoprawna liczba argumentów"# src/main/subassign.c: 1451# error(_("result is zero-length and so cannot be a language object"))#: src/main/subassign.c:1451msgid "result is zero-length and so cannot be a language object"msgstr "wynik posiada zerową długość tak więc nie może być obiektem językowym"# src/main/subassign.c: 1557# _("[[<- defined for objects of type \"S4\" only for subclasses of environment")#: src/main/subassign.c:1557msgid """[[<- defined for objects of type \"S4\" only for subclasses of environment"msgstr """[[<- zdefiniowane dla obiektów typu \"S4\" tylko dla podklas środowiska"# src/main/subassign.c: 1563# error(_("wrong args for environment subassignment"))#: src/main/subassign.c:1563msgid "wrong args for environment subassignment"msgstr "niepoprawne argumenty dla przypisania środowiska"# src/main/subassign.c: 1588# error(_("more elements supplied than there are to replace"))#: src/main/subassign.c:1588msgid "more elements supplied than there are to replace"msgstr "dostarczono więcej elementów niż jest do zastąpienia"# src/main/subassign.c: 1590# error(_("[[ ]] with missing subscript"))#: src/main/subassign.c:1590msgid "[[ ]] with missing subscript"msgstr "[[ ]] z brakującymi indeksami"# src/main/subassign.c: 1602# error(_("[[ ]] subscript out of bounds"))# src/main/subassign.c: 1620# error(_("[[ ]] subscript out of bounds"))#: src/main/subassign.c:1602 src/main/subassign.c:1620msgid "[[ ]] subscript out of bounds"msgstr "[[ ]] indeks poza granicami"# src/main/subassign.c: 1608# error(_("[[ ]] improper number of subscripts"))# src/main/subassign.c: 1788# error(_("[[ ]] improper number of subscripts"))#: src/main/subassign.c:1608 src/main/subassign.c:1788msgid "[[ ]] improper number of subscripts"msgstr "[[ ]] niepoprawna liczba indeksów"# src/main/subassign.c: 1754# error(_("incompatible types (from %s to %s) in [[ assignment"),# type2char(which%100), type2char(which/100))#: src/main/subassign.c:1754#, c-formatmsgid "incompatible types (from %s to %s) in [[ assignment"msgstr "niezgodne typy (z %s do %s) w przypisaniu [["# src/main/subassign.c: 1799# error(_("[[ ]] subscript (%d) out of bounds"), i+1)#: src/main/subassign.c:1799#, c-formatmsgid "[[ ]] subscript (%d) out of bounds"msgstr "[[ ]] indeks (%d) poza granicami"# src/main/subassign.c: 1852# error(_("invalid subscript type '%s'"), type2char(TYPEOF(nlist)))# src/main/subscript.c: 139# error(_("invalid subscript type '%s'"), type2char(TYPEOF(s)))# src/main/subscript.c: 141# _("invalid subscript type '%s'")# src/main/subscript.c: 265# error(_("invalid subscript type '%s'"), type2char(TYPEOF(s)))# src/main/subscript.c: 267# _("invalid subscript type '%s'")# src/main/subscript.c: 801# error(_("invalid subscript type '%s'"), type2char(TYPEOF(s)))# src/main/subscript.c: 803# _("invalid subscript type '%s'")# src/main/subscript.c: 896# error(_("invalid subscript type '%s'"), type2char(TYPEOF(s)))# src/main/subscript.c: 898# _("invalid subscript type '%s'")#: src/main/subassign.c:1852 src/main/subscript.c:139 src/main/subscript.c:141#: src/main/subscript.c:265 src/main/subscript.c:267 src/main/subscript.c:801#: src/main/subscript.c:803 src/main/subscript.c:896 src/main/subscript.c:898#: src/main/subset.c:1077#, c-formatmsgid "invalid subscript type '%s'"msgstr "niepoprawny typ '%s' indeksu"# src/main/subassign.c: 1897# _("no method for assigning subsets of this S4 class")#: src/main/subassign.c:1897msgid "no method for assigning subsets of this S4 class"msgstr "brak metody do przypisywania podgrup tej klasy S4"# src/main/subassign.c: 1955# warning(_("Coercing LHS to a list"))#: src/main/subassign.c:1955msgid "Coercing LHS to a list"msgstr "Przekształcenie wyrażenia po lewej strony w listę"# src/main/subscript.c: 54# _("attempt to select less than one element")# src/main/subscript.c: 75# _("attempt to select less than one element")# src/main/subscript.c: 175# _("attempt to select less than one element")# src/main/subscript.c: 199# _("attempt to select less than one element")#: src/main/subscript.c:54 src/main/subscript.c:75 src/main/subscript.c:175#: src/main/subscript.c:199msgid "attempt to select less than one element"msgstr "próba wybrania mniej niż jednego elementu"# src/main/subscript.c: 58# _("attempt to select more than one element")# src/main/subscript.c: 72# _("attempt to select more than one element")# src/main/subscript.c: 173# _("attempt to select more than one element")# src/main/subscript.c: 203# _("attempt to select more than one element")# src/main/subscript.c: 288# _("attempt to select more than one element")#: src/main/subscript.c:58 src/main/subscript.c:72 src/main/subscript.c:173#: src/main/subscript.c:203 src/main/subscript.c:288msgid "attempt to select more than one element"msgstr "próba wybrania więcej niż jednego elementu"# src/main/subscript.c: 179# _("internal error in use of recursive indexing")#: src/main/subscript.c:179msgid "internal error in use of recursive indexing"msgstr "wewnętrzny błąd w używaniu rekursywnego indeksowania"# src/main/subscript.c: 245# warningcall(R_NilValue,# _("further partial match of '%s' to '%s'"),# ss, cur_name)#: src/main/subscript.c:246#, c-formatmsgid "further partial match of '%s' to '%s'"msgstr "dalsza częściowa zgodność '%s' z '%s'"#: src/main/subscript.c:286#, c-formatmsgid "recursive indexing failed at level %d\n"msgstr "rekursywne indeksowanie nie powiodło się na poziomie %d\n"#: src/main/subscript.c:293#, c-formatmsgid "no such index at level %d\n"msgstr "brak takiego indeksu na poziomie %d\n"# src/main/subscript.c: 326# _("incorrect number of columns in matrix subscript")#: src/main/subscript.c:326msgid "incorrect number of columns in matrix subscript"msgstr "niepoprawna liczba kolumn w indeksie macierzy"# src/main/subscript.c: 345# _("negative values are not allowed in a matrix subscript")# src/main/subscript.c: 363# _("negative values are not allowed in a matrix subscript")# src/main/subscript.c: 387# _("negative values are not allowed in a matrix subscript")#: src/main/subscript.c:345 src/main/subscript.c:363 src/main/subscript.c:387msgid "negative values are not allowed in a matrix subscript"msgstr "ujemne wartości nie są dozwolone w indeksie macierzy"# src/main/subscript.c: 466# _("(subscript) logical subscript too long")#: src/main/subscript.c:466msgid "(subscript) logical subscript too long"msgstr "(indeks) logiczny indeks jest zbyt długi"# src/main/subscript.c: 564# _("only 0's may be mixed with negative subscripts")# src/main/subscript.c: 619# _("only 0's may be mixed with negative subscripts")#: src/main/subscript.c:564 src/main/subscript.c:619msgid "only 0's may be mixed with negative subscripts"msgstr "tylko zera mogą być mieszane z ujemnymi indeksami"# src/main/subscript.c: 592# _("subscript too large for 32-bit R")#: src/main/subscript.c:592msgid "subscript too large for 32-bit R"msgstr "indeks jest zbyt duży dla R w wersji 32-bitowej"# src/main/subscript.c: 792# _("no 'dimnames' attribute for array")#: src/main/subscript.c:792msgid "no 'dimnames' attribute for array"msgstr "brak atrybutu 'dimnames' dla tablicy"# src/main/subscript.c: 840# _("subscripting on non-vector")#: src/main/subscript.c:840msgid "subscripting on non-vector"msgstr "indeksowanie na nie-wektorze"# src/main/subset.c: 250# error(_("dimensions would exceed maximum size of array"))#: src/main/subset.c:261msgid "dimensions would exceed maximum size of array"msgstr "wymiary przekroczyłyby maksymalny rozmiar tablicy"# src/main/subset.c: 293# _("matrix subscripting not handled for this type")# src/main/subset.c: 322# _("matrix subscripting not handled for this type")#: src/main/subset.c:304 src/main/subset.c:333msgid "matrix subscripting not handled for this type"msgstr "indeksowanie macierzy nie jest obsługiwane dla tego typu"# src/main/subset.c: 477# _("array subscripting not handled for this type")#: src/main/subset.c:488msgid "array subscripting not handled for this type"msgstr "indeksowanie tablic nie jest obsługiwane dla tego typu"# src/main/subset.c: 788# _("incorrect number of dimensions")#: src/main/subset.c:799msgid "incorrect number of dimensions"msgstr "niepoprawna liczba wymiarów"# src/main/subset.c: 886# _("no index specified")#: src/main/subset.c:897msgid "no index specified"msgstr "nie określono indeksu"# src/main/subset.c: 896# _("this S4 class is not subsettable")#: src/main/subset.c:907msgid "this S4 class is not subsettable"msgstr "ta klasa S4 nie jest podstawialna"# src/main/subset.c: 902# _("wrong arguments for subsetting an environment")#: src/main/subset.c:913msgid "wrong arguments for subsetting an environment"msgstr "nieprawidłowe argumenty do podstawienia w środowisku"# src/library/stats/src/complete_cases.c: 26# _("invalid 'type' (%s) of argument")# src/main/summary.c: 28# _("invalid 'type' (%s) of argument")#: src/main/summary.c:28#, c-formatmsgid "invalid 'type' (%s) of argument"msgstr "niepoprawny 'type' (%s) argumentu"# src/main/summary.c: 63# warningcall(call, _("integer overflow - use sum(as.numeric(.))"))#: src/main/summary.c:64 src/main/summary.c:76 src/main/summary.c:101msgid "integer overflow - use sum(as.numeric(.))"msgstr "przepełnienie całkowitoliczbowe - użyj 'sum(as.numeric(.))'"# src/main/summary.c: 484# _("internal error ('op = %d' in do_summary).\t Call a Guru")#: src/main/summary.c:509#, c-formatmsgid "internal error ('op = %d' in do_summary).\t Call a Guru"msgstr "wewnętrzny błąd ('op = %d' w 'do_summary').\t Wezwij Guru"# src/main/summary.c: 583# warningcall(call,_("Integer overflow - use sum(as.numeric(.))"))#: src/main/summary.c:608msgid "Integer overflow - use sum(as.numeric(.))"msgstr "Przepełnienie całkowitoliczbowe - użyj 'sum(as.numeric(.))'"# src/main/summary.c: 691# warningcall(call, _("no non-missing arguments, returning NA"))#: src/main/summary.c:716msgid "no non-missing arguments, returning NA"msgstr "brak argumentów; zwracanie wartości NA"# src/main/summary.c: 694# warningcall(call, _("no non-missing arguments to min; returning Inf"))#: src/main/summary.c:719msgid "no non-missing arguments to min; returning Inf"msgstr "brak argumentów w min; zwracanie wartości Inf"# src/main/summary.c: 696# warningcall(call, _("no non-missing arguments to max; returning -Inf"))#: src/main/summary.c:721msgid "no non-missing arguments to max; returning -Inf"msgstr "brak argumentów w max; zwracanie wartości -Inf"# src/library/stats/src/fourier.c: 54# error(_("non-numeric argument"))# src/library/stats/src/fourier.c: 141# error(_("non-numeric argument"))# src/main/summary.c: 761# error(_("non-numeric argument"))#: src/main/summary.c:786msgid "non-numeric argument"msgstr "argument nieliczbowy"# src/main/summary.c: 805# error(_("argument to 'which' is not logical"))#: src/main/summary.c:830msgid "argument to 'which' is not logical"msgstr "argument 'which' nie jest argumentem logicznym"# src/library/base/R/pmax.R: 25# stop("no arguments")# src/library/base/R/pmax.R: 63# stop("no arguments")# src/main/summary.c: 849# error(_("no arguments"))#: src/main/summary.c:874msgid "no arguments"msgstr "brak argumentów"# src/main/summary.c: 860# error(_("invalid input type"))# src/main/summary.c: 877# error(_("invalid input type"))#: src/main/summary.c:885 src/main/summary.c:902msgid "invalid input type"msgstr "niepoprawny typ wejściowy"# src/library/base/R/pmax.R: 38# warning("an argument will be fractionally recycled")# src/library/base/R/pmax.R: 42# warning("an argument will be fractionally recycled")# src/library/base/R/pmax.R: 75# warning("an argument will be fractionally recycled")# src/library/base/R/pmax.R: 79# warning("an argument will be fractionally recycled")# src/main/summary.c: 894# warning(_("an argument will be fractionally recycled"))#: src/main/summary.c:919msgid "an argument will be fractionally recycled"msgstr "argument zostanie częściowo powtórzony"# src/main/sysutils.c: 69# error(_("cannot determine file modification time of '%s'"), path)# src/main/sysutils.c: 83# error(_("cannot determine file modification time of '%s'"), path)#: src/main/sysutils.c:69 src/main/sysutils.c:83#, c-formatmsgid "cannot determine file modification time of '%s'"msgstr "nie można określić czasu modyfikacji pliku '%s'"# src/main/sysutils.c: 167# error(_("encoding of a filename cannot be 'bytes'"))#: src/main/sysutils.c:167msgid "encoding of a filename cannot be 'bytes'"msgstr "strona kodowa nazwy pliku nie może być ustawiona na 'bytes'"# src/main/sysutils.c: 170# error(_("unsupported conversion from '%s' in codepage %d"),# from, localeCP)# src/main/sysutils.c: 798# error(_("unsupported conversion from '%s' in codepage %d"),# "latin1", localeCP)# src/main/sysutils.c: 813# error(_("unsupported conversion from '%s' in codepage %d"),# "latin1", localeCP)# src/main/sysutils.c: 907# error(_("unsupported conversion from '%s' in codepage %d"),# "latin1", localeCP)#: src/main/sysutils.c:170 src/main/sysutils.c:798 src/main/sysutils.c:813#: src/main/sysutils.c:907#, c-formatmsgid "unsupported conversion from '%s' in codepage %d"msgstr "niewspierana konwersja z '%s' w stronie kodowej '%d'"# src/main/sysutils.c: 179# error(_("file name conversion problem -- name too long?"))#: src/main/sysutils.c:179msgid "file name conversion problem -- name too long?"msgstr "problem konwersji nazwy pliku -- nazwa jest zbyt długa?"# src/main/sysutils.c: 180# error(_("file name conversion problem"))#: src/main/sysutils.c:180msgid "file name conversion problem"msgstr "problem z konwersją nazwy pliku"# src/main/sysutils.c: 246# error(_("invalid filename pattern"))#: src/main/sysutils.c:246msgid "invalid filename pattern"msgstr "niepoprawny wzorzec nazwy pliku"# src/main/sysutils.c: 250# error(_("invalid file extension"))#: src/main/sysutils.c:250msgid "invalid file extension"msgstr "niepoprawne rozszerzenie pliku"# src/main/sysutils.c: 252# error(_("no 'pattern'"))#: src/main/sysutils.c:252msgid "no 'pattern'"msgstr "brak 'pattern'"# src/main/sysutils.c: 254# error(_("no 'tempdir'"))#: src/main/sysutils.c:254msgid "no 'tempdir'"msgstr "brak 'tempdir'"# src/main/sysutils.c: 256# error(_("no 'fileext'"))#: src/main/sysutils.c:256msgid "no 'fileext'"msgstr "brak 'fileext'"# src/main/sysutils.c: 342# error(_("wrong type for argument"))# src/main/sysutils.c: 345# error(_("wrong type for argument"))# src/main/sysutils.c: 436# error(_("wrong type for argument"))# src/main/sysutils.c: 438# error(_("wrong type for argument"))# src/main/sysutils.c: 474# error(_("wrong type for argument"))#: src/main/sysutils.c:342 src/main/sysutils.c:345 src/main/sysutils.c:436#: src/main/sysutils.c:438 src/main/sysutils.c:474msgid "wrong type for argument"msgstr "błędny typ argumentu"# src/main/sysutils.c: 440# error(_("wrong length for argument"))#: src/main/sysutils.c:440msgid "wrong length for argument"msgstr "błędna długość argumentu"# src/main/sysutils.c: 461# error(_("'Sys.setenv' is not available on this system"))#: src/main/sysutils.c:461msgid "'Sys.setenv' is not available on this system"msgstr "'Sys.setenv' nie jest dostępne w tym systemie"# src/main/sysutils.c: 505# warning(_("this system cannot unset environment variables: setting to \"\""))#: src/main/sysutils.c:505msgid "this system cannot unset environment variables: setting to \"\""msgstr """ten system nie może usunąć ustawienia zmiennych środowiskowych: ustawianie ""na \"\""# src/main/sysutils.c: 516# warning(_("'Sys.unsetenv' is not available on this system"))#: src/main/sysutils.c:516msgid "'Sys.unsetenv' is not available on this system"msgstr "'Sys.unsetenv' nie jest dostępny na tym systemie"# src/main/sysutils.c: 613# error(_("unsupported conversion from '%s' to '%s' in codepage %d"),# from, to, localeCP)#: src/main/sysutils.c:613#, c-formatmsgid "unsupported conversion from '%s' to '%s' in codepage %d"msgstr "niewspierana konwersja z '%s' do '%s' w stronie kodowej %d"# src/main/sysutils.c: 628# error(_("'x' must be a character vector"))#: src/main/sysutils.c:628msgid "'x' must be a character vector"msgstr "'x' musi być wektorem tekstowym"# src/main/sysutils.c: 643# error(_("'x' must be a list of NULL or raw vectors"))#: src/main/sysutils.c:643msgid "'x' must be a list of NULL or raw vectors"msgstr "'x' musi być listą z wartościami NULL lub pustymi wektorami"# src/main/sysutils.c: 721# error(_("'%s' must be called on a CHARSXP"), "getCharCE")# src/main/sysutils.c: 784# error(_("'%s' must be called on a CHARSXP"), "translateChar")# src/main/sysutils.c: 883# error(_("'%s' must be called on a CHARSXP"), "translateChar0")# src/main/sysutils.c: 897# error(_("'%s' must be called on a CHARSXP"), "translateCharUTF8")# src/main/sysutils.c: 972# error(_("'%s' must be called on a CHARSXP"), "wtransChar")#: src/main/sysutils.c:721 src/main/sysutils.c:784 src/main/sysutils.c:883#: src/main/sysutils.c:897 src/main/sysutils.c:972#, c-formatmsgid "'%s' must be called on a CHARSXP"msgstr "'%s' musi być wywołany w CHARSXP"# src/main/sysutils.c: 787# error(_("translating strings with \"bytes\" encoding is not allowed"))# src/main/sysutils.c: 902# error(_("translating strings with \"bytes\" encoding is not allowed"))# src/main/sysutils.c: 975# error(_("translating strings with \"bytes\" encoding is not allowed"))#: src/main/sysutils.c:787 src/main/sysutils.c:902 src/main/sysutils.c:975msgid "translating strings with \"bytes\" encoding is not allowed"msgstr """tłumaczenie łańcuchów tekstowych ze stroną kodową \"bytes\" nie jest ""dozwolone"# src/main/sysutils.c: 1001# error(_("unsupported conversion to '%s' from codepage %d"),# TO_WCHAR, localeCP)#: src/main/sysutils.c:1001#, c-formatmsgid "unsupported conversion to '%s' from codepage %d"msgstr "niewspierana konwersja do '%s' ze strony kodowej %d"# src/main/sysutils.c: 1413# (_("cannot create 'R_TempDir'"))#: src/main/sysutils.c:1413msgid "cannot create 'R_TempDir'"msgstr "nie można utworzyć 'R_TempDir'"# src/main/sysutils.c: 1417# _("unable to set R_SESSION_TMPDIR")# src/main/sysutils.c: 1424# _("unable to set R_SESSION_TMPDIR")# src/main/sysutils.c: 1427# _("unable to set R_SESSION_TMPDIR")#: src/main/sysutils.c:1417 src/main/sysutils.c:1425 src/main/sysutils.c:1428msgid "unable to set R_SESSION_TMPDIR"msgstr "nie można ustawić R_SESSION_TMPDIR"# src/main/sysutils.c: 1436# (_("cannot allocate 'R_TempDir'"))#: src/main/sysutils.c:1437msgid "cannot allocate 'R_TempDir'"msgstr "nie można przydzielić 'R_TempDir'"# src/main/sysutils.c: 1473# error(_("temporary name too long"))#: src/main/sysutils.c:1474msgid "temporary name too long"msgstr "nazwa tymczasowa jest zbyt długa"# src/main/sysutils.c: 1488# error(_("cannot find unused tempfile name"))#: src/main/sysutils.c:1489msgid "cannot find unused tempfile name"msgstr "nie można znaleźć nieużytej nazwy tymczasowego pliku"# src/main/sysutils.c: 1491# error(_("allocation failed in R_tmpnam2"))#: src/main/sysutils.c:1492msgid "allocation failed in R_tmpnam2"msgstr "przydział w 'R_tmpnam2' nie powiódł się"# src/main/sysutils.c: 1618# error(_("'dirmark = TRUE' is not supported on this platform"))#: src/main/sysutils.c:1619msgid "'dirmark = TRUE' is not supported on this platform"msgstr "'dirmarke = TRUE' nie jest wspierany na tej platformie"# src/main/unique.c: 321# error(_("length %d is too large for hashing"), n)# src/main/unique.c: 324# error(_("length %d is too large for hashing"), n)#: src/main/unique.c:321 src/main/unique.c:324#, c-formatmsgid "length %d is too large for hashing"msgstr "długość %d jest zbyt duża do haszowania"# src/main/unique.c: 490# error(_("'duplicated' applies only to vectors"))# src/main/unique.c: 519# error(_("'duplicated' applies only to vectors"))# src/main/unique.c: 549# error(_("'duplicated' applies only to vectors"))# src/main/unique.c: 574# error(_("'duplicated' applies only to vectors"))# src/main/unique.c: 613# error(_("'duplicated' applies only to vectors"))#: src/main/unique.c:490 src/main/unique.c:519 src/main/unique.c:549#: src/main/unique.c:574 src/main/unique.c:613msgid "'duplicated' applies only to vectors"msgstr "'duplicated' stosuje się tylko do wektorów"# src/main/unique.c: 618# error(_("any_duplicated3(., <0-length incomp>)"))#: src/main/unique.c:618msgid "any_duplicated3(., <0-length incomp>)"msgstr "any_duplicated3(., <0-length incomp>)"# src/main/unique.c: 668# error(_("'fromLast' must be length 1"))#: src/main/unique.c:668msgid "'fromLast' must be length 1"msgstr "'fromLast' musi mieć długość 1"# src/main/unique.c: 671# error(_("'fromLast' must be TRUE or FALSE"))#: src/main/unique.c:671msgid "'fromLast' must be TRUE or FALSE"msgstr "'fromLast' musi być TRUE lub FALSE"# src/main/unique.c: 682# error(_("%s() applies only to vectors"),# (PRIMVAL(op) == 0 ? "duplicated" :# (PRIMVAL(op) == 1 ? "unique" : /* 2 */ "anyDuplicated")))#: src/main/unique.c:682#, c-formatmsgid "%s() applies only to vectors"msgstr "'%s()' stosuje się jedynie do wektorów"# src/main/unique.c: 689# error(_("'nmax' must be positive"))#: src/main/unique.c:689msgid "'nmax' must be positive"msgstr "'nmax' musi być dodatnie"# src/main/unique.c: 922# error(_("'match' requires vector arguments"))#: src/main/unique.c:922msgid "'match' requires vector arguments"msgstr "'match' wymaga wektorów jako argumentów"# src/main/unique.c: 970# error(_("argument is not of mode character"))# src/main/unique.c: 1125# error(_("argument is not of mode character"))#: src/main/unique.c:970 src/main/unique.c:1125msgid "argument is not of mode character"msgstr "argument nie jest trybem tekstowym"# src/main/unique.c: 1251# error(_("... used in a situation where it does not exist"))#: src/main/unique.c:1251msgid "... used in a situation where it does not exist"msgstr "... użyte w sytuacji w której nie istnieje"# src/main/unique.c: 1342# error(_("unable to find a closure from within which 'match.call' was called"))#: src/main/unique.c:1342msgid "unable to find a closure from within which 'match.call' was called"msgstr """nie można znaleźć zamknięcia z wewnątrz którego 'match.call' zostało wywołane"# src/main/unique.c: 1535# error(_("non-numeric data frame in rowsum"))#: src/main/unique.c:1535msgid "non-numeric data frame in rowsum"msgstr "nieliczbowa ramka w 'rowsum()'"# src/main/unique.c: 1567# error(_("this cannot happen"))#: src/main/unique.c:1567msgid "this cannot happen"msgstr "to nie może się stać"# src/main/unique.c: 1638# error(_("'names' must be a character vector"))#: src/main/unique.c:1638msgid "'names' must be a character vector"msgstr "'names' musi być wektorem tekstowym"# src/library/stats/R/reshape.R: 31# stop("'sep' must be a character string")# src/main/unique.c: 1642# error(_("'sep' must be a character string"))#: src/main/unique.c:1642msgid "'sep' must be a character string"msgstr "'sep' musi być łańcuchem tekstowym"# src/main/util.c: 87# error(_("object is not a matrix"))# src/main/util.c: 105# error(_("object is not a matrix"))#: src/main/util.c:87 src/main/util.c:105msgid "object is not a matrix"msgstr "obiekt nie jest macierzą"# src/main/util.c: 253# error(_("type %d is unimplemented in '%s'"), t, "type2str")# src/main/util.c: 265# error(_("type %d is unimplemented in '%s'"), t, "type2char")# src/main/util.c: 280# error(_("type %d is unimplemented in '%s'"), t, "type2symbol")#: src/main/util.c:253 src/main/util.c:265 src/main/util.c:280#, c-formatmsgid "type %d is unimplemented in '%s'"msgstr "niezaimplementowany typ %d w '%s'"#: src/main/util.c:292#, c-formatmsgid "unimplemented type '%s' in '%s'\n"msgstr "niezaimplementowany typ '%s' w '%s'\n"#: src/main/util.c:294#, c-formatmsgid "unimplemented type (%d) in '%s'\n"msgstr "niezaimplementowany typ (%d) w '%s'\n"# src/main/util.c: 419# error(_("invalid tag in name extraction"))#: src/main/util.c:419msgid "invalid tag in name extraction"msgstr "niepoprawna etykieta w ekstrakcji nazwy"# src/main/util.c: 429# error(ngettext("%d argument passed to .Internal(%s) which requires %d",# "%d arguments passed to .Internal(%s) which requires %d",# (unsigned long) length(args)),# length(args), PRIMNAME(op), PRIMARITY(op))#: src/main/util.c:429#, c-formatmsgid "%d argument passed to .Internal(%s) which requires %d"msgid_plural "%d arguments passed to .Internal(%s) which requires %d"msgstr[0] "%d argument przekazany do .Internal(%s) który wymaga %d"msgstr[1] "%d argumenty przekazane do .Internal(%s) który wymaga %d"msgstr[2] "%d argumentów przekazanych do .Internal(%s) który wymaga %d"# src/main/util.c: 435# ngettext("%d argument passed to '%s' which requires %d",# "%d arguments passed to '%s' which requires %d",# (unsigned long) length(args))#: src/main/util.c:435#, c-formatmsgid "%d argument passed to '%s' which requires %d"msgid_plural "%d arguments passed to '%s' which requires %d"msgstr[0] "%d argument przekazano do '%s' które wymaga %d"msgstr[1] "%d argumenty przekazano do '%s' które wymaga %d"msgstr[2] "%d argumentów przekazano do '%s' które wymaga %d"# src/main/util.c: 450# _("supplied argument name '%s' does not match '%s'")#: src/main/util.c:450#, c-formatmsgid "supplied argument name '%s' does not match '%s'"msgstr "dostarczona nazwa '%s' argumentu nie pasuje do '%s'"# src/main/util.c: 460# error(_("'nthcdr' list shorter than %d"), n)#: src/main/util.c:460#, c-formatmsgid "'nthcdr' list shorter than %d"msgstr "lista 'nthcdr' krótsza niż %d"# src/main/util.c: 465# error(_("'nthcdr' needs a list to CDR down"))#: src/main/util.c:465msgid "'nthcdr' needs a list to CDR down"msgstr "'nthcdr' potrzebuje listy aby prześledzić w dół listy elementów"# src/main/util.c: 581# error(_("'all.x' must be TRUE or FALSE"))#: src/main/util.c:581msgid "'all.x' must be TRUE or FALSE"msgstr "'all.x' musi być TRUE lub FALSE"# src/main/util.c: 583# error(_("'all.y' must be TRUE or FALSE"))#: src/main/util.c:583msgid "'all.y' must be TRUE or FALSE"msgstr "'all.y' musi być TRUE lub FALSE"# src/main/util.c: 695# error(_("missing value is invalid"))#: src/main/util.c:695msgid "missing value is invalid"msgstr "brakująca wartość jest niepoprawna"# src/main/util.c: 704# error(_("cannot change working directory"))# src/main/util.c: 711# error(_("cannot change working directory"))#: src/main/util.c:704 src/main/util.c:711msgid "cannot change working directory"msgstr "nie można zmienić katalogu roboczego"# src/main/util.c: 730# error(_("a character vector argument expected"))# src/main/util.c: 764# error(_("a character vector argument expected"))# src/main/util.c: 805# error(_("a character vector argument expected"))# src/main/util.c: 845# error(_("a character vector argument expected"))# src/main/util.c: 953# error(_("a character vector argument expected"))# src/main/util.c: 1012# error(_("a character vector argument expected"))# src/main/util.c: 1035# error(_("a character vector argument expected"))#: src/main/util.c:730 src/main/util.c:764 src/main/util.c:805#: src/main/util.c:847 src/main/util.c:958 src/main/util.c:1017#: src/main/util.c:1040msgid "a character vector argument expected"msgstr "oczekiwano wektora tekstowego jako argumentu"# src/main/util.c: 737# error(_("path too long"))# src/main/util.c: 772# error(_("path too long"))# src/main/util.c: 813# error(_("path too long"))# src/main/util.c: 853# error(_("path too long"))#: src/main/util.c:737 src/main/util.c:772 src/main/util.c:814#: src/main/util.c:855msgid "path too long"msgstr "ścieżka jest zbyt długa"# src/main/util.c: 967# warning(_("only the first character of 'quote' will be used"))#: src/main/util.c:972msgid "only the first character of 'quote' will be used"msgstr "tylko pierwszy znak 'quote' będzie użyty"# src/main/util.c: 1037# error(_("a character vector 'value' expected"))#: src/main/util.c:1042msgid "a character vector 'value' expected"msgstr "oczekiwano tekstowego wektora 'value'"# src/main/util.c: 1040# error(_("'value' must be of positive length"))#: src/main/util.c:1045msgid "'value' must be of positive length"msgstr "'value' musi posiadać dodatnią długość"# src/main/util.c: 1169# error(_("invalid input '%s' in 'utf8towcs'"), s)# src/main/util.c: 1177# error(_("invalid input '%s' in 'utf8towcs'"), s)#: src/main/util.c:1174 src/main/util.c:1182#, c-formatmsgid "invalid input '%s' in 'utf8towcs'"msgstr "niepoprawne wejście '%s' w 'utf8towcs'"# src/main/util.c: 1262# error(_("invalid multibyte string at '%s'"), err)#: src/main/util.c:1267#, c-formatmsgid "invalid multibyte string at '%s'"msgstr "niepoprawny wielobajtowy łańcuch w '%s'"# src/main/util.c: 1371# warning(_("error message truncated to 255 chars"))#: src/main/util.c:1376msgid "error message truncated to 255 chars"msgstr "komunikat błędu przycięty do 255 znaków"# src/main/util.c: 1384# warning(_("warning message truncated to 255 chars"))#: src/main/util.c:1389msgid "warning message truncated to 255 chars"msgstr "komunikat ostrzegawczy przycięty do 255 znaków"# src/library/base/R/getenv.R: 45# stop("all arguments must be named")# src/main/util.c: 1767# error(_("all arguments must be named"))#: src/main/util.c:1789msgid "all arguments must be named"msgstr "wszystkie argumenty muszą być nazwane"# src/main/util.c: 1840# warning(_("ICU is not supported on this build"))#: src/main/util.c:1862msgid "ICU is not supported on this build"msgstr "ICU nie jest wspierany w tej kompilacji"# src/main/util.c: 1901# error(_("'breaks' is not sorted"))#: src/main/util.c:1923msgid "'breaks' is not sorted"msgstr "'breaks' nie jest posortowany"# src/library/graphics/src/stem.c: 156# error(_("long vector '%s' is not supported"), "x")# src/main/util.c: 1935# error(_("long vector '%s' is not supported"), "breaks")# src/main/util.c: 1981# error(_("long vector '%s' is not supported"), "vec")#: src/main/util.c:1957 src/main/util.c:2003#, c-formatmsgid "long vector '%s' is not supported"msgstr "długi wektor '%s' nie jest wspierany"# src/main/util.c: 2034# error(_("'eps.correct' must be 0, 1, or 2"))#: src/main/util.c:2056msgid "'eps.correct' must be 0, 1, or 2"msgstr "'eps.correct' musi być 0, 1, lub 2"# src/main/util.c: 2062# error(_("'x' must be a vector"))#: src/main/util.c:2084msgid "'x' must be a vector"msgstr "'x' musi być wektorem"# src/main/version.c: 37# (_("R is free software and comes with ABSOLUTELY NO WARRANTY.\nYou are welcome to redistribute it under certain conditions.\nType 'license()' or 'licence()' for distribution details.\n\n"))#: src/main/version.c:37msgid """R is free software and comes with ABSOLUTELY NO WARRANTY.\n""You are welcome to redistribute it under certain conditions.\n""Type 'license()' or 'licence()' for distribution details.\n""\n"msgstr """R jest oprogramowaniem darmowym i dostarczany jest BEZ JAKIEJKOLWIEK ""GWARANCJI.\n""Możesz go rozpowszechniać pod pewnymi warunkami.\n""Wpisz 'license()' lub 'licence()' aby uzyskać szczegóły dystrybucji.\n""\n"# src/main/version.c: 40# (_("R is a collaborative project with many contributors.\nType 'contributors()' for more information and\n'citation()' on how to cite R or R packages in publications.\n\n"))#: src/main/version.c:40msgid """R is a collaborative project with many contributors.\n""Type 'contributors()' for more information and\n""'citation()' on how to cite R or R packages in publications.\n""\n"msgstr """R jest projektem kolaboracyjnym z wieloma uczestnikami.\n""Wpisz 'contributors()' aby uzyskać więcej informacji oraz\n""'citation()' aby dowiedzieć się jak cytować R lub pakiety R w publikacjach.\n""\n"# src/main/version.c: 43# (_("Type 'demo()' for some demos, 'help()' for on-line help, or\n'help.start()' for an HTML browser interface to help.\nType 'q()' to quit R.\n\n"))#: src/main/version.c:43msgid """Type 'demo()' for some demos, 'help()' for on-line help, or\n""'help.start()' for an HTML browser interface to help.\n""Type 'q()' to quit R.\n""\n"msgstr """Wpisz 'demo()' aby zobaczyć demo, 'help()' aby uzyskać pomoc on-line, lub\n""'help.start()' aby uzyskać pomoc w przeglądarce HTML.\n""Wpisz 'q()' aby wyjść z R.\n""\n"# src/main/vfonts.c: 50# error(_("vfont routines cannot be accessed in module"))#: src/main/vfonts.c:50msgid "vfont routines cannot be accessed in module"msgstr "procedury 'vfont' nie są dostępne w tym module"# src/main/vfonts.c: 67# error(_("Hershey fonts cannot be loaded"))# src/main/vfonts.c: 80# error(_("Hershey fonts cannot be loaded"))# src/main/vfonts.c: 98# error(_("Hershey fonts cannot be loaded"))#: src/main/vfonts.c:67 src/main/vfonts.c:80 src/main/vfonts.c:98msgid "Hershey fonts cannot be loaded"msgstr "czcionki Hershey'a nie mogą zostać załadowane"# src/main/xspline.c: 58# error(_("add_point - reached MAXNUMPTS (%d)"),tmp_n)#: src/main/xspline.c:58#, c-formatmsgid "add_point - reached MAXNUMPTS (%d)"msgstr "add_point -- osiągnięto MAXNUMPTS (%d)"# src/main/xspline.c: 72# error(_("insufficient memory to allocate point array"))#: src/main/xspline.c:72msgid "insufficient memory to allocate point array"msgstr "brak wystarczającej pamięci aby przydzielić punktową tablicę"# src/main/xspline.c: 470# error(_("there must be at least two control points"))#: src/main/xspline.c:470msgid "there must be at least two control points"msgstr "muszą być przynajmniej dwa punkty kontrolne"# src/main/xspline.c: 472# error(_("there must be at least four control points"))#: src/main/xspline.c:472msgid "there must be at least four control points"msgstr "muszą być przynajmniej cztery punkty kontrolne"# src/main/xspline.c: 532# error(_("There must be at least three control points"))#: src/main/xspline.c:532msgid "There must be at least three control points"msgstr "Muszą być przynajmniej trzy punkty kontrolne"# src/modules/X11/dataentry.c: 1871# warning(_("X11 protocol error: %s"), buff)# src/modules/X11/devX11.c: 1246# warning(_("X11 protocol error: %s"), buff)#: src/modules/X11/dataentry.c:1871 src/modules/X11/devX11.c:1246#, c-formatmsgid "X11 protocol error: %s"msgstr "błąd protokołu X11: %s"# src/modules/X11/devX11.c: 460# warning(_("cannot set grayscale: reverting to monochrome"))#: src/modules/X11/devX11.c:460msgid "cannot set grayscale: reverting to monochrome"msgstr "nie można ustawić skali szarości: powracanie do monochromatyczności"# src/modules/X11/devX11.c: 546# warning(_("X11 driver unable to obtain color cube\n reverting to monochrome"))#: src/modules/X11/devX11.c:546msgid """X11 driver unable to obtain color cube\n"" reverting to monochrome"msgstr """sterownik X11 nie może uzyskać kolorowego sześcianu\n"" powracanie do monochromatyczności"# src/modules/X11/devX11.c: 594# error(_("Error: X11 cannot allocate additional graphics colors.\nConsider using X11 with colortype=\"pseudo.cube\" or \"gray\"."))#: src/modules/X11/devX11.c:594msgid """Error: X11 cannot allocate additional graphics colors.\n""Consider using X11 with colortype=\"pseudo.cube\" or \"gray\"."msgstr """Błąd: X11 nie może przydzielić dodatkowych kolorów grafiki.\n""Rozważ użycie X11 z colortype=\"pseudo.cube\" lub \"gray\"."# src/modules/X11/devX11.c: 1027# error(_("could not find any X11 fonts\nCheck that the Font Path is correct."))#: src/modules/X11/devX11.c:1027msgid """could not find any X11 fonts\n""Check that the Font Path is correct."msgstr """nie można znaleźć żadnych czcionek X11\n""Sprawdź, czy ścieżka do czcionek jest poprawna."# src/modules/X11/devX11.c: 1087# warning(_("X11 used font size %d when %d was requested"),# pixelsize, size)#: src/modules/X11/devX11.c:1087#, c-formatmsgid "X11 used font size %d when %d was requested"msgstr "X11 użył rozmiaru czcionki %d podczas gdy żądano %d"# src/modules/X11/devX11.c: 1121# error(_("X11 font %s, face %d at size %d could not be loaded"),# family, face, size)#: src/modules/X11/devX11.c:1121#, c-formatmsgid "X11 font %s, face %d at size %d could not be loaded"msgstr "czcionka X11 %s, krój %d o rozmiarze %d nie mogła zostać załadowana"# src/library/grDevices/src/devPS.c: 3453# warning(_("semi-transparency is not supported on this device: reported only once per page"))# src/library/grDevices/src/devPS.c: 4566# warning(_("semi-transparency is not supported on this device: reported only once per page"))# src/library/grDevices/src/devWindows.c: 2339# warning(_("semi-transparency is not supported on this device: reported only once per page"))# src/modules/X11/devX11.c: 1130# warning(_("semi-transparency is not supported on this device: reported only once per page"))#: src/modules/X11/devX11.c:1130msgid """semi-transparency is not supported on this device: reported only once per ""page"msgstr """półprzezroczystość nie jest wspierana na tym urządzeniu: zaraportowane tylko ""raz na stronę"# src/modules/X11/devX11.c: 1254# error(_("X11 I/O error while opening X11 connection to '%s'"), dn)#: src/modules/X11/devX11.c:1254#, c-formatmsgid "X11 I/O error while opening X11 connection to '%s'"msgstr "błąd X11 wejścia/wyjścia podczas otwierania połączenia X11 z '%s'"# src/modules/X11/dataentry.c: 1878# error("X11 fatal IO error: please save work and shut down R")# src/modules/X11/devX11.c: 1272# error(_("X11 fatal IO error: please save work and shut down R"))#: src/modules/X11/devX11.c:1272msgid "X11 fatal IO error: please save work and shut down R"msgstr """krytyczny błąd X11 wejścia/wyjścia: proszę zapisać pracę po czym zamknąć R"# src/modules/X11/dataentry.c: 1904# warning("locale not supported by Xlib: some X ops will operate in C locale")# src/modules/X11/devX11.c: 1328# warning(_("locale not supported by Xlib: some X ops will operate in C locale"))#: src/modules/X11/devX11.c:1328msgid "locale not supported by Xlib: some X ops will operate in C locale"msgstr """lokalizacja nie jest wspierana przez 'Xlib': niektóre opcje X będą operowały ""w lokalizacji C"# src/modules/X11/dataentry.c: 1905# warning("X cannot set locale modifiers")# src/modules/X11/devX11.c: 1329# warning(_("X cannot set locale modifiers"))#: src/modules/X11/devX11.c:1329msgid "X cannot set locale modifiers"msgstr "X nie może ustawić modyfikatorów lokalizacji"# src/modules/X11/devX11.c: 1333# warning(_("no png support in this version of R"))#: src/modules/X11/devX11.c:1333msgid "no png support in this version of R"msgstr "brak wsparcia 'png' w tej wersji R"# src/modules/X11/devX11.c: 1339# error(_("filename too long in png() call"))#: src/modules/X11/devX11.c:1339msgid "filename too long in png() call"msgstr "nazwa pliku jest zbyt długa w wywołaniu 'png()'"# src/modules/X11/devX11.c: 1343# warning(_("could not open PNG file '%s'"), buf)#: src/modules/X11/devX11.c:1343#, c-formatmsgid "could not open PNG file '%s'"msgstr "nie udało się otworzyć pliku PNG '%s'"# src/modules/X11/devX11.c: 1355# warning(_("no jpeg support in this version of R"))#: src/modules/X11/devX11.c:1355msgid "no jpeg support in this version of R"msgstr "brak wsparcia 'jpeg' w tej wersji R"# src/library/grDevices/src/devWindows.c: 1841# error(_("filename too long in jpeg() call"))# src/modules/X11/devX11.c: 1365# error(_("filename too long in jpeg() call"))#: src/modules/X11/devX11.c:1365msgid "filename too long in jpeg() call"msgstr "nazwa pliku jest zbyt długa w wywołaniu 'jpeg()'"# src/modules/X11/devX11.c: 1369# warning(_("could not open JPEG file '%s'"), buf)#: src/modules/X11/devX11.c:1369#, c-formatmsgid "could not open JPEG file '%s'"msgstr "nie udało się otworzyć pliku JPEG '%s'"# src/modules/X11/devX11.c: 1381# warning(_("no tiff support in this version of R"))#: src/modules/X11/devX11.c:1381msgid "no tiff support in this version of R"msgstr "brak wsparcia 'tiff' w tej wersji R"# src/library/grDevices/src/devWindows.c: 1875# error(_("filename too long in tiff() call"))# src/modules/X11/devX11.c: 1389# error(_("filename too long in tiff() call"))#: src/modules/X11/devX11.c:1389msgid "filename too long in tiff() call"msgstr "nazwa pliku jest zbyt długa w wywołaniu 'tiff()'"# src/modules/X11/devX11.c: 1401# error(_("filename too long in bmp() call"))#: src/modules/X11/devX11.c:1401msgid "filename too long in bmp() call"msgstr "nazwa pliku jest zbyt długa w wywołaniu 'bmp()'"# src/modules/X11/devX11.c: 1405# warning(_("could not open BMP file '%s'"), buf)#: src/modules/X11/devX11.c:1405#, c-formatmsgid "could not open BMP file '%s'"msgstr "nie udało się otworzyć pliku BMP '%s'"# src/modules/X11/devX11.c: 1435# warning(_("unable to open connection to X11 display '%s'"), p)#: src/modules/X11/devX11.c:1435#, c-formatmsgid "unable to open connection to X11 display '%s'"msgstr "nie można otworzyć połączenia z oknem X11 '%s'"# src/modules/X11/devX11.c: 1445# warning(_("ignoring 'display' argument as an X11 device is already open"))#: src/modules/X11/devX11.c:1445msgid "ignoring 'display' argument as an X11 device is already open"msgstr """ignorowanie argumentu 'display' ponieważ urządzenie X11 jest już otwarte"# src/modules/X11/devX11.c: 1451# warning(_("cairo-based types may only work correctly on TrueColor visuals"))#: src/modules/X11/devX11.c:1451msgid "cairo-based types may only work correctly on TrueColor visuals"msgstr """typy oparte na 'cairo' mogą działać poprawnie jedynie na wyświetlaczach ""'TrueColor'"# src/modules/X11/devX11.c: 1461# warning(_("jpeg() does not support transparency: using white bg"))#: src/modules/X11/devX11.c:1461msgid "jpeg() does not support transparency: using white bg"msgstr "'jpeg()' nie wspiera przezroczystości: używanie białego tła"# src/modules/X11/devX11.c: 1566# warning(_("unable to obtain information on display '%s'"),# dsp)#: src/modules/X11/devX11.c:1566#, c-formatmsgid "unable to obtain information on display '%s'"msgstr "nie można uzyskać informacji z ekranu '%s'"# src/modules/X11/devX11.c: 1584# warning(_("unable to create X11 window"))#: src/modules/X11/devX11.c:1584msgid "unable to create X11 window"msgstr "nie można utworzyć okna X11"# src/library/grDevices/src/devWindows.c: 1805# warning(_("'width=%d, height=%d' are unlikely values in pixels"),# (int)w, (int) h)# src/library/grDevices/src/devWindows.c: 1844# warning(_("'width=%d, height=%d' are unlikely values in pixels"),# (int)w, (int) h)# src/library/grDevices/src/devWindows.c: 1878# warning(_("'width=%d, height=%d' are unlikely values in pixels"),# (int) w, (int) h)# src/modules/X11/devX11.c: 1719# warning(_("'width=%d, height=%d' are unlikely values in pixels"),# iw, ih)#: src/modules/X11/devX11.c:1719#, c-formatmsgid "'width=%d, height=%d' are unlikely values in pixels"msgstr "'width=%d, height=%d' są mało prawdopodobnymi wartościami w pikselach"# src/modules/X11/devX11.c: 1724# warning(_("unable to create pixmap"))#: src/modules/X11/devX11.c:1724msgid "unable to create pixmap"msgstr "nie można utworzyć 'pixmap'"# src/library/graphics/src/plot.c: 232# error(_("invalid font specification"))# src/library/grDevices/src/devWindows.c: 604# error(_("invalid font specification"))# src/modules/X11/devX11.c: 1755# error(_("invalid font specification"))#: src/modules/X11/devX11.c:1755msgid "invalid font specification"msgstr "niepoprawne określenie czcionki"# src/modules/X11/devX11.c: 1795# warning(_("font family not found in X11 font database"))#: src/modules/X11/devX11.c:1795msgid "font family not found in X11 font database"msgstr "nie znaleziono czcionki w bazie czcionek X11"# src/modules/X11/devX11.c: 1834# error(_("invalid use of %d < 0 in '%s'"), c, "X11_MetricInfo")#: src/modules/X11/devX11.c:1834#, c-formatmsgid "invalid use of %d < 0 in '%s'"msgstr "błędne użycie %d < 0 w '%s'"# src/library/grDevices/src/cairo/cairoBM.c: 187# error(_("could not open file '%s'"), buf)# src/modules/X11/devX11.c: 1955# error(_("could not open file '%s'"), buf)#: src/modules/X11/devX11.c:1955#, c-formatmsgid "could not open file '%s'"msgstr "nie udało się otworzyć pliku '%s'"# src/modules/X11/devX11.c: 2185# warning(_("%s not available for this device"), "Path drawing")#: src/modules/X11/devX11.c:2185#, c-formatmsgid "%s not available for this device"msgstr "'%s' nie jest dostępne dla tego urządzenia"# src/modules/X11/devX11.c: 2330# error(_("Unable to create XImage"))#: src/modules/X11/devX11.c:2330msgid "Unable to create XImage"msgstr "Nie można utworzyć XImage"# src/library/grDevices/src/devWindows.c: 3124# error(_("attempt to use the locator after dev.hold()"))# src/modules/X11/devX11.c: 2529# error(_("attempt to use the locator after dev.hold()"))#: src/modules/X11/devX11.c:2529msgid "attempt to use the locator after dev.hold()"msgstr "próba użycia lokalizatora po 'dev.hold()'"# src/modules/X11/devX11.c: 3111# _("unable to start device %s")#: src/modules/X11/devX11.c:3111#, c-formatmsgid "unable to start device %s"msgstr "nie można uruchomić urządzenia '%s'"# src/library/grDevices/src/devWindows.c: 3639# error(_("invalid 'width' or 'height'"))# src/modules/X11/devX11.c: 3138# _("invalid 'width' or 'height'")#: src/modules/X11/devX11.c:3138msgid "invalid 'width' or 'height'"msgstr "błędna wartość 'width' lub 'height'"# src/modules/X11/devX11.c: 3145# error(_("invalid colortype passed to X11 driver"))#: src/modules/X11/devX11.c:3145msgid "invalid colortype passed to X11 driver"msgstr "niepoprawny typ koloru przekazany do sterownika X11"# src/modules/X11/devX11.c: 3158# warningcall(call,# _("unknown X11 color/colour model -- using monochrome"))#: src/modules/X11/devX11.c:3159msgid "unknown X11 color/colour model -- using monochrome"msgstr "nieznany model koloru/ kolor X11 -- używanie monochromatycznego"# src/modules/X11/devX11.c: 3249# error(_("no plot on device to save"))#: src/modules/X11/devX11.c:3249msgid "no plot on device to save"msgstr "brak wykresu na urządzeniu, który można zapisać"# src/modules/X11/devX11.c: 3251# error(_("not an open X11cairo device"))#: src/modules/X11/devX11.c:3251msgid "not an open X11cairo device"msgstr "nie ma otwartego urządzenia X11cairo"# src/library/grDevices/src/devPS.c: 3579# error(_("cannot open file '%s'"), buf)# src/library/grDevices/src/devPS.c: 4969# error(_("cannot open file '%s'"), buf)# src/library/grDevices/src/devPS.c: 4980# error(_("cannot open file '%s'"), pd->tmpname)# src/library/grDevices/src/devPS.c: 7058# error(_("cannot open file '%s'"), buf)# src/library/grDevices/src/qdPDF.c: 98# warning(_("cannot open file '%s'"), par->file)# src/modules/X11/devX11.c: 3260# error(_("cannot open file '%s'"), fn)#: src/modules/X11/devX11.c:3260#, c-formatmsgid "cannot open file '%s'"msgstr "nie można otworzyć pliku '%s'"# src/modules/X11/devX11.c: 3277# error(_("savePlot() is not supported on this build"))#: src/modules/X11/devX11.c:3277msgid "savePlot() is not supported on this build"msgstr "'savePlot()' nie jest wspierane w tej kompilacji"# src/modules/X11/devX11.c: 3317# warning(_("unable to contact X11 display"))#: src/modules/X11/devX11.c:3317msgid "unable to contact X11 display"msgstr "nie można połączyć się z ekranem X11"# src/modules/X11/devX11.c: 3366# warning(_("clipboard cannot be read (error code %d)"), ret)#: src/modules/X11/devX11.c:3366#, c-formatmsgid "clipboard cannot be read (error code %d)"msgstr "nie można odczytać zawartości schowka (kod błędu %d)"# src/modules/X11/devX11.c: 3397# error(_("cannot allocate memory for X11Routines structure"))#: src/modules/X11/devX11.c:3397msgid "cannot allocate memory for X11Routines structure"msgstr "nie można przydzielić pamięci dla struktury 'X11Routines'"# src/modules/internet/internet.c: 188# error(_("allocation of url connection failed"))# src/modules/internet/internet.c: 192# error(_("allocation of url connection failed"))# src/modules/internet/internet.c: 198# error(_("allocation of url connection failed"))# src/modules/internet/internet.c: 210# error(_("allocation of url connection failed"))#: src/modules/internet/internet.c:188 src/modules/internet/internet.c:192#: src/modules/internet/internet.c:198 src/modules/internet/internet.c:210msgid "allocation of url connection failed"msgstr "przydział połączenia url nie powiódł się"# src/modules/internet/internet.c: 286# warning(_("only first element of 'url' argument used"))#: src/modules/internet/internet.c:286msgid "only first element of 'url' argument used"msgstr "tylko pierwszy element argumentu 'url' został użyty"# src/modules/internet/internet.c: 292# warning(_("only first element of 'destfile' argument used"))#: src/modules/internet/internet.c:292msgid "only first element of 'destfile' argument used"msgstr "tylko pierwszy element argumentu 'destfile' został użyty"# src/modules/internet/internet.c: 317# (_("Download progress"), rect(0, 0, 540, 100),# Titlebar | Centered)#: src/modules/internet/internet.c:317msgid "Download progress"msgstr "Postęp pobierania"# src/modules/internet/internet.c: 339# error(_("cannot open URL '%s', reason '%s'"),# url, strerror(errno))#: src/modules/internet/internet.c:339#, c-formatmsgid "cannot open URL '%s', reason '%s'"msgstr "nie można otworzyć URL '%s', powód '%s'"# src/modules/internet/internet.c: 346# error(_("cannot open destfile '%s', reason '%s'"),# file, strerror(errno))# src/modules/internet/internet.c: 372# error(_("cannot open destfile '%s', reason '%s'"),# file, strerror(errno))# src/modules/internet/internet.c: 474# error(_("cannot open destfile '%s', reason '%s'"),# file, strerror(errno))#: src/modules/internet/internet.c:346 src/modules/internet/internet.c:372#: src/modules/internet/internet.c:474#, c-formatmsgid "cannot open destfile '%s', reason '%s'"msgstr "nie można otworzyć docelowego pliku '%s', powód '%s'"#: src/modules/internet/internet.c:377 src/modules/internet/internet.c:479#, c-formatmsgid "trying URL '%s'\n"msgstr "próbowanie adresu URL '%s'\n"#: src/modules/internet/internet.c:384 src/modules/internet/internet.c:486msgid "opened URL\n"msgstr "otwarty adres URL\n"# src/modules/internet/internet.c: 455# warning(_("downloaded length %d != reported length %d"),# nbytes, total)# src/modules/internet/internet.c: 560# warning(_("downloaded length %d != reported length %d"),# nbytes, total)#: src/modules/internet/internet.c:455 src/modules/internet/internet.c:560#, c-formatmsgid "downloaded length %d != reported length %d"msgstr "pobrana długość %d != zgłoszona długość %d"# src/modules/internet/internet.c: 98# error("cannot open URL '%s'", url)# src/modules/internet/internet.c: 109# error("cannot open URL '%s'", url)# src/modules/internet/internet.c: 460# error(_("cannot open URL '%s'"), url)# src/modules/internet/internet.c: 565# error(_("cannot open URL '%s'"), url)#: src/modules/internet/internet.c:460 src/modules/internet/internet.c:565#, c-formatmsgid "cannot open URL '%s'"msgstr "nie można otworzyć adresu URL '%s'"# src/modules/internet/internet.c: 593# warning(_("cannot open: HTTP status was '%d %s'"), rc,# RxmlNanoHTTPStatusMsg(ctxt))# src/modules/internet/internet.c: 828# warning(_("cannot open: HTTP status was '%d %s'"), status, buf)#: src/modules/internet/internet.c:593 src/modules/internet/internet.c:828#, c-formatmsgid "cannot open: HTTP status was '%d %s'"msgstr "nie można otworzyć: uzyskany status HTTP to '%d %s'"# src/modules/internet/internet.c: 772# warning(_("InternetOpenUrl timed out"))# src/modules/internet/internet.c: 935# warning(_("InternetOpenUrl timed out"))#: src/modules/internet/internet.c:772 src/modules/internet/internet.c:935msgid "InternetOpenUrl timed out"msgstr "przekroczono czas oczekiwania na połączenie z 'InternetOpenUrl'"# src/modules/internet/internet.c: 799# warning(_("InternetOpenUrl failed: '%s'"), buf)# src/modules/internet/internet.c: 813# warning(_("InternetOpenUrl failed: '%s'"), buf)# src/modules/internet/internet.c: 957# warning(_("InternetOpenUrl failed: '%s'"), buf)# src/modules/internet/internet.c: 966# warning(_("InternetOpenUrl failed: '%s'"), buf)#: src/modules/internet/internet.c:799 src/modules/internet/internet.c:813#: src/modules/internet/internet.c:957 src/modules/internet/internet.c:966#, c-formatmsgid "InternetOpenUrl failed: '%s'"msgstr "'InternetOpenUrl' nie powiódł się: '%s'"# src/modules/internet/internet.c: 870# warning(_("Internet read timed out"))#: src/modules/internet/internet.c:870msgid "Internet read timed out"msgstr "przekroczono czas odczytu z sieci Internet"# src/modules/internet/nanoftp.c: 288# _("RxmlNanoFTPScanURL: overlong (invalid?) URL")# src/modules/internet/nanoftp.c: 301# _("RxmlNanoFTPScanURL: overlong (invalid?) URL")# src/modules/internet/nanoftp.c: 312# _("RxmlNanoFTPScanURL: overlong (invalid?) URL")# src/modules/internet/nanoftp.c: 346# _("RxmlNanoFTPScanURL: overlong (invalid?) URL")# src/modules/internet/nanoftp.c: 356# _("RxmlNanoFTPScanURL: overlong (invalid?) URL")#: src/modules/internet/nanoftp.c:288 src/modules/internet/nanoftp.c:301#: src/modules/internet/nanoftp.c:312 src/modules/internet/nanoftp.c:346#: src/modules/internet/nanoftp.c:356msgid "RxmlNanoFTPScanURL: overlong (invalid?) URL"msgstr "RxmlNanoFTPScanURL: zbyt długi (niepoprawny?) URL"# src/modules/internet/nanoftp.c: 389# _("removing FTP proxy info")#: src/modules/internet/nanoftp.c:389msgid "removing FTP proxy info"msgstr "usuwanie informacji o proxy FTP"# src/modules/internet/nanoftp.c: 391# _("using FTP proxy '%s'")#: src/modules/internet/nanoftp.c:391#, c-formatmsgid "using FTP proxy '%s'"msgstr "używanie proxy FTP '%s'"# src/modules/internet/nanoftp.c: 402# _("RxmlNanoFTPScanProxy: overlong (invalid?) URL")# src/modules/internet/nanoftp.c: 431# _("RxmlNanoFTPScanProxy: overlong (invalid?) URL")#: src/modules/internet/nanoftp.c:402 src/modules/internet/nanoftp.c:431msgid "RxmlNanoFTPScanProxy: overlong (invalid?) URL"msgstr "RxmlNanoFTPScanProxy: zbyt długi (niepoprawny?) URL"# src/modules/internet/nanoftp.c: 830# _("cannot resolve host")#: src/modules/internet/nanoftp.c:830msgid "cannot resolve host"msgstr "nie można określić adresu hosta"# src/modules/internet/nanoftp.c: 860# _("failed to connect to server")#: src/modules/internet/nanoftp.c:860msgid "failed to connect to server"msgstr "nie udało się połączyć z serwerem"# src/modules/internet/nanoftp.c: 871# _("failed to get response from server")#: src/modules/internet/nanoftp.c:871msgid "failed to get response from server"msgstr "nie udało się uzyskać odpowiedzi z serwera"# src/modules/internet/nanoftp.c: 1134# _("RxmlNanoFTPGetConnection: failed to create socket")#: src/modules/internet/nanoftp.c:1134msgid "RxmlNanoFTPGetConnection: failed to create socket"msgstr "'RxmlNanoFTPGetConnection': nie udało się utworzyć gniazda"# src/modules/internet/nanoftp.c: 1180# _("failed to create a data connection")#: src/modules/internet/nanoftp.c:1180msgid "failed to create a data connection"msgstr "nie udało się utworzyć połączenia danych"# src/modules/internet/nanoftp.c: 1188# _("failed to bind a port")#: src/modules/internet/nanoftp.c:1188msgid "failed to bind a port"msgstr "nie udało się powiązać portu"# src/modules/internet/nanoftp.c: 1195# _("could not listen on port %d")#: src/modules/internet/nanoftp.c:1195#, c-formatmsgid "could not listen on port %d"msgstr "nie udało się nasłuchiwać na porcie %d"# src/modules/internet/nanohttp.c: 370# _("RxmlNanoHTTPScanURL: overlong (invalid?) URL")# src/modules/internet/nanohttp.c: 398# _("RxmlNanoHTTPScanURL: overlong (invalid?) URL")# src/modules/internet/nanohttp.c: 407# _("RxmlNanoHTTPScanURL: overlong (invalid?) URL")#: src/modules/internet/nanohttp.c:370 src/modules/internet/nanohttp.c:398#: src/modules/internet/nanohttp.c:407msgid "RxmlNanoHTTPScanURL: overlong (invalid?) URL"msgstr "RxmlNanoHTTPScanURL: zbyt długi (niepoprawny?) URL"# src/modules/internet/nanohttp.c: 441# _("removing HTTP proxy info")#: src/modules/internet/nanohttp.c:441msgid "removing HTTP proxy info"msgstr "usuwanie informacji o proxy HTTP"# src/modules/internet/nanohttp.c: 443# _("using HTTP proxy '%s'")#: src/modules/internet/nanohttp.c:443#, c-formatmsgid "using HTTP proxy '%s'"msgstr "używanie proxy HTTP '%s'"# src/modules/internet/nanohttp.c: 454# _("RxmlNanoHTTPScanProxy: overlong (invalid?) URL")# src/modules/internet/nanohttp.c: 490# _("RxmlNanoHTTPScanProxy: overlong (invalid?) URL")#: src/modules/internet/nanohttp.c:454 src/modules/internet/nanohttp.c:490msgid "RxmlNanoHTTPScanProxy: overlong (invalid?) URL"msgstr "RxmlNanoHTTPScanProxy: zbyt długi (niepoprawny?) URL"# src/modules/internet/nanohttp.c: 1107# _("unable to resolve '%s'")#: src/modules/internet/nanohttp.c:1107#, c-formatmsgid "unable to resolve '%s'"msgstr "nie można rozwiązać '%s'"# src/modules/internet/nanohttp.c: 1134# _("connected to '%s' on port %d.")#: src/modules/internet/nanohttp.c:1134#, c-formatmsgid "connected to '%s' on port %d."msgstr "połączono z '%s' na porcie %d."# src/modules/internet/nanohttp.c: 1139# _("unable to connect to '%s' on port %d.")#: src/modules/internet/nanohttp.c:1139#, c-formatmsgid "unable to connect to '%s' on port %d."msgstr "nie można połączyć się z '%s' na porcie %d."# src/modules/internet/nanohttp.c: 1442# _("redirect to: '%s'")#: src/modules/internet/nanohttp.c:1443#, c-formatmsgid "redirect to: '%s'"msgstr "przekieruj do: '%s'"# src/modules/internet/nanohttp.c: 1453# _("too many redirects, aborting ...")#: src/modules/internet/nanohttp.c:1454msgid "too many redirects, aborting ..."msgstr "zbyt dużo przekierowań, przerywanie ..."# src/modules/internet/sockconn.c: 177# error(_("allocation of socket connection failed"))# src/modules/internet/sockconn.c: 181# error(_("allocation of socket connection failed"))# src/modules/internet/sockconn.c: 187# error(_("allocation of socket connection failed"))# src/modules/internet/sockconn.c: 200# error(_("allocation of socket connection failed"))#: src/modules/internet/sockconn.c:177 src/modules/internet/sockconn.c:181#: src/modules/internet/sockconn.c:187 src/modules/internet/sockconn.c:200msgid "allocation of socket connection failed"msgstr "przydział połączenia socket nie powiódł się"# src/modules/lapack/Lapack.c: 47# error(# _("argument type[1]='%s' must be a character string of string length 1"),# typstr)# src/modules/lapack/Lapack.c: 67# error(_("argument type[1]='%s' must be a character string of string length 1"),# typstr)#: src/modules/lapack/Lapack.c:48 src/modules/lapack/Lapack.c:67#, c-formatmsgid "argument type[1]='%s' must be a character string of string length 1"msgstr "argument type[1]='%s' musi być łańcuchem tekstowym o długości 1"# src/modules/lapack/Lapack.c: 56# error(_("argument type[1]='%s' must be one of 'M','1','O','I','F' or 'E'"),# typstr)#: src/modules/lapack/Lapack.c:56#, c-formatmsgid "argument type[1]='%s' must be one of 'M','1','O','I','F' or 'E'"msgstr "argument type[1]='%s' musi być jednym z 'M','1','O','I','F' lub 'E'"# src/modules/lapack/Lapack.c: 73# error(_("argument type[1]='%s' must be one of '1','O', or 'I'"),# typstr)#: src/modules/lapack/Lapack.c:73#, c-formatmsgid "argument type[1]='%s' must be one of '1','O', or 'I'"msgstr "argument type[1]='%s' musi być jednym z '1','O', lub 'I'"# src/modules/lapack/Lapack.c: 117# error(_("error code %d from Lapack routine '%s'"), info, "dgesdd")# src/modules/lapack/Lapack.c: 126# error(_("error code %d from Lapack routine '%s'"), info, "dgesdd")# src/modules/lapack/Lapack.c: 187# error(_("error code %d from Lapack routine '%s'"), info, "dsyevr")# src/modules/lapack/Lapack.c: 198# error(_("error code %d from Lapack routine '%s'"), info, "dsyevr")# src/modules/lapack/Lapack.c: 281# error(_("error code %d from Lapack routine '%s'"), info, "dgeev")# src/modules/lapack/Lapack.c: 287# error(_("error code %d from Lapack routine '%s'"), info, "dgeev")# src/modules/lapack/Lapack.c: 615# error(_("error code %d from Lapack routine '%s'"), info, "zgeqp3")# src/modules/lapack/Lapack.c: 621# error(_("error code %d from Lapack routine '%s'"), info, "zgeqp3")# src/modules/lapack/Lapack.c: 675# error(_("error code %d from Lapack routine '%s'"), info, "zunmqr")# src/modules/lapack/Lapack.c: 682# error(_("error code %d from Lapack routine '%s'"), info, "zunmqr")# src/modules/lapack/Lapack.c: 686# error(_("error code %d from Lapack routine '%s'"), info, "ztrtrs")# src/modules/lapack/Lapack.c: 721# error(_("error code %d from Lapack routine '%s'"), info, "zunmqr")# src/modules/lapack/Lapack.c: 728# error(_("error code %d from Lapack routine '%s'"), info, "zunmqr")# src/modules/lapack/Lapack.c: 770# error(_("error code %d from Lapack routine '%s'"), info, "zgesvd")# src/modules/lapack/Lapack.c: 778# error(_("error code %d from Lapack routine '%s'"), info, "zgesvd")# src/modules/lapack/Lapack.c: 826# error(_("error code %d from Lapack routine '%s'"), info, "zheev")# src/modules/lapack/Lapack.c: 832# error(_("error code %d from Lapack routine '%s'"), info, "zheev")# src/modules/lapack/Lapack.c: 887# error(_("error code %d from Lapack routine '%s'"), info, "zgeev")# src/modules/lapack/Lapack.c: 893# error(_("error code %d from Lapack routine '%s'"), info, "zgeev")# src/modules/lapack/Lapack.c: 1126# error(_("error code %d from Lapack routine '%s'"), info, "dgeqp3")# src/modules/lapack/Lapack.c: 1132# error(_("error code %d from Lapack routine '%s'"), info, "dgeqp3")# src/modules/lapack/Lapack.c: 1180# error(_("error code %d from Lapack routine '%s'"), info, "dormqr")# src/modules/lapack/Lapack.c: 1187# error(_("error code %d from Lapack routine '%s'"), info, "dormqr")# src/modules/lapack/Lapack.c: 1191# error(_("error code %d from Lapack routine '%s'"), info, "dtrtrs")# src/modules/lapack/Lapack.c: 1219# error(_("error code %d from Lapack routine '%s'"), info, "dormqr")# src/modules/lapack/Lapack.c: 1226# error(_("error code %d from Lapack routine '%s'"), info, "dormqr")# src/modules/lapack/Lapack.c: 1246# error(_("error code %d from Lapack routine '%s'"), info, "dgetrf")#: src/modules/lapack/Lapack.c:117 src/modules/lapack/Lapack.c:126#: src/modules/lapack/Lapack.c:187 src/modules/lapack/Lapack.c:198#: src/modules/lapack/Lapack.c:281 src/modules/lapack/Lapack.c:287#: src/modules/lapack/Lapack.c:615 src/modules/lapack/Lapack.c:621#: src/modules/lapack/Lapack.c:675 src/modules/lapack/Lapack.c:682#: src/modules/lapack/Lapack.c:686 src/modules/lapack/Lapack.c:721#: src/modules/lapack/Lapack.c:728 src/modules/lapack/Lapack.c:770#: src/modules/lapack/Lapack.c:778 src/modules/lapack/Lapack.c:826#: src/modules/lapack/Lapack.c:832 src/modules/lapack/Lapack.c:887#: src/modules/lapack/Lapack.c:893 src/modules/lapack/Lapack.c:1126#: src/modules/lapack/Lapack.c:1132 src/modules/lapack/Lapack.c:1180#: src/modules/lapack/Lapack.c:1187 src/modules/lapack/Lapack.c:1191#: src/modules/lapack/Lapack.c:1219 src/modules/lapack/Lapack.c:1226#: src/modules/lapack/Lapack.c:1246#, c-formatmsgid "error code %d from Lapack routine '%s'"msgstr "kod błędu %d w procedurze 'Lapack' '%s'"# src/modules/lapack/Lapack.c: 157# error(_("'x' must be a square numeric matrix"))# src/modules/lapack/Lapack.c: 253# error(_("'x' must be a square numeric matrix"))# src/modules/lapack/Lapack.c: 866# error(_("'x' must be a square numeric matrix"))#: src/modules/lapack/Lapack.c:157 src/modules/lapack/Lapack.c:253#: src/modules/lapack/Lapack.c:866msgid "'x' must be a square numeric matrix"msgstr "'x' musi być kwadratową macierzą liczbową"# src/modules/lapack/Lapack.c: 331# error(_("'A' must be a numeric matrix"))# src/modules/lapack/Lapack.c: 361# error(_("'A' must be a numeric matrix"))# src/modules/lapack/Lapack.c: 410# error(_("'A' must be a numeric matrix"))#: src/modules/lapack/Lapack.c:331 src/modules/lapack/Lapack.c:361#: src/modules/lapack/Lapack.c:410msgid "'A' must be a numeric matrix"msgstr "'A' musi być macierzą liczbową"# src/modules/lapack/Lapack.c: 333# error(_("'type' must be a character string"))#: src/modules/lapack/Lapack.c:333msgid "'type' must be a character string"msgstr "'type' musi być łańcuchem tekstowym"# src/modules/lapack/Lapack.c: 363# error(_("'norm' must be a character string"))# src/modules/lapack/Lapack.c: 411# error(_("'norm' must be a character string"))# src/modules/lapack/Lapack.c: 447# error(_("'norm' must be a character string"))# src/modules/lapack/Lapack.c: 496# error(_("'norm' must be a character string"))#: src/modules/lapack/Lapack.c:363 src/modules/lapack/Lapack.c:411#: src/modules/lapack/Lapack.c:447 src/modules/lapack/Lapack.c:496msgid "'norm' must be a character string"msgstr "'norm' musi być łańcuchem tekstowym"# src/modules/lapack/Lapack.c: 383# error(_("error [%d] from Lapack 'dgetrf()'"), info)#: src/modules/lapack/Lapack.c:383#, c-formatmsgid "error [%d] from Lapack 'dgetrf()'"msgstr "błąd [%d] w funkcji Lapack 'dgetrf()'"# src/modules/lapack/Lapack.c: 388# warning(_("exact singularity: U[%d,%d] = 0 in LU-decomposition {Lapack 'dgetrf()'}"),# info,info)#: src/modules/lapack/Lapack.c:388#, c-formatmsgid "exact singularity: U[%d,%d] = 0 in LU-decomposition {Lapack 'dgetrf()'}"msgstr """dokładna osobliwość: U[%d,%d] = 0 w dekompozycji LU {Lapack 'dgetrf()'}"# src/modules/lapack/Lapack.c: 400# error(_("error [%d] from Lapack 'dgecon()'"), info)#: src/modules/lapack/Lapack.c:400#, c-formatmsgid "error [%d] from Lapack 'dgecon()'"msgstr "błąd [%d] w funkcji Lapack 'dgecon()'"# src/modules/lapack/Lapack.c: 420# error(_("'A' must be a *square* matrix"))# src/modules/lapack/Lapack.c: 452# error(_("'A' must be a *square* matrix"))# src/modules/lapack/Lapack.c: 502# error(_("'A' must be a *square* matrix"))#: src/modules/lapack/Lapack.c:420 src/modules/lapack/Lapack.c:452#: src/modules/lapack/Lapack.c:502msgid "'A' must be a *square* matrix"msgstr "'A' musi być macierzą *kwadratową*"# src/modules/lapack/Lapack.c: 434# error(_("error [%d] from Lapack 'dtrcon()'"), info)#: src/modules/lapack/Lapack.c:434#, c-formatmsgid "error [%d] from Lapack 'dtrcon()'"msgstr "błąd [%d] w funkcji Lapack 'dtrcon()'"# src/modules/lapack/Lapack.c: 449# error(_("'A' must be a complex matrix"))# src/modules/lapack/Lapack.c: 498# error(_("'A' must be a complex matrix"))#: src/modules/lapack/Lapack.c:449 src/modules/lapack/Lapack.c:498msgid "'A' must be a complex matrix"msgstr "'A' musi być macierzą zespoloną"# src/modules/lapack/Lapack.c: 470# error(_("error [%d] from Lapack 'zgetrf()'"), info)#: src/modules/lapack/Lapack.c:470#, c-formatmsgid "error [%d] from Lapack 'zgetrf()'"msgstr "błąd [%d] w funkcji Lapack 'zgetrf()'"# src/modules/lapack/Lapack.c: 478# error(_("error [%d] from Lapack 'zgecon()'"), info)#: src/modules/lapack/Lapack.c:478#, c-formatmsgid "error [%d] from Lapack 'zgecon()'"msgstr "błąd [%d] w funkcji Lapack 'zgecon()'"# src/modules/lapack/Lapack.c: 482# error(_("Fortran complex functions are not available on this platform"))# src/modules/lapack/Lapack.c: 517# error(_("Fortran complex functions are not available on this platform"))# src/modules/lapack/Lapack.c: 586# error(_("Fortran complex functions are not available on this platform"))# src/modules/lapack/Lapack.c: 646# error(_("Fortran complex functions are not available on this platform"))# src/modules/lapack/Lapack.c: 690# error(_("Fortran complex functions are not available on this platform"))# src/modules/lapack/Lapack.c: 732# error(_("Fortran complex functions are not available on this platform"))# src/modules/lapack/Lapack.c: 791# error(_("Fortran complex functions are not available on this platform"))# src/modules/lapack/Lapack.c: 849# error(_("Fortran complex functions are not available on this platform"))# src/modules/lapack/Lapack.c: 910# error(_("Fortran complex functions are not available on this platform"))#: src/modules/lapack/Lapack.c:482 src/modules/lapack/Lapack.c:517#: src/modules/lapack/Lapack.c:586 src/modules/lapack/Lapack.c:646#: src/modules/lapack/Lapack.c:690 src/modules/lapack/Lapack.c:732#: src/modules/lapack/Lapack.c:791 src/modules/lapack/Lapack.c:849#: src/modules/lapack/Lapack.c:910msgid "Fortran complex functions are not available on this platform"msgstr "funkcje zespolone w języku Fortran nie są dozwolone na tej platformie"# src/modules/lapack/Lapack.c: 514# error(_("error [%d] from Lapack 'ztrcon()'"), info)#: src/modules/lapack/Lapack.c:514#, c-formatmsgid "error [%d] from Lapack 'ztrcon()'"msgstr "błąd [%d] w funkcji Lapack 'ztrcon()'"# src/modules/lapack/Lapack.c: 530# error(_("'a' must be a complex matrix"))# src/modules/lapack/Lapack.c: 600# error(_("'a' must be a complex matrix"))#: src/modules/lapack/Lapack.c:530 src/modules/lapack/Lapack.c:600msgid "'a' must be a complex matrix"msgstr "'a' musi być macierzą zespoloną"# src/modules/lapack/Lapack.c: 533# error(_("'a' is 0-diml"))# src/modules/lapack/Lapack.c: 1035# error(_("'a' is 0-diml"))#: src/modules/lapack/Lapack.c:533 src/modules/lapack/Lapack.c:1035msgid "'a' is 0-diml"msgstr "'a' jest 0-wymiarowe"# src/modules/lapack/Lapack.c: 535# error(_("'a' (%d x %d) must be square"), n, n2)# src/modules/lapack/Lapack.c: 1037# error(_("'a' (%d x %d) must be square"), n, n2)#: src/modules/lapack/Lapack.c:535 src/modules/lapack/Lapack.c:1037#, c-formatmsgid "'a' (%d x %d) must be square"msgstr "'a' (%d x %d) musi być macierzą kwadratową"# src/modules/lapack/Lapack.c: 541# error(_("no right-hand side in 'b'"))# src/modules/lapack/Lapack.c: 1043# error(_("no right-hand side in 'b'"))#: src/modules/lapack/Lapack.c:541 src/modules/lapack/Lapack.c:1043msgid "no right-hand side in 'b'"msgstr "brak prawej strony w 'b'"# src/modules/lapack/Lapack.c: 544# error(_("'b' (%d x %d) must be compatible with 'a' (%d x %d)"),# p2, p, n, n)# src/modules/lapack/Lapack.c: 558# error(_("'b' (%d x %d) must be compatible with 'a' (%d x %d)"),# length(Bin), p, n, n)# src/modules/lapack/Lapack.c: 1046# error(_("'b' (%d x %d) must be compatible with 'a' (%d x %d)"),# p2, p, n, n)# src/modules/lapack/Lapack.c: 1062# error(_("'b' (%d x %d) must be compatible with 'a' (%d x %d)"),# length(Bin), p, n, n)#: src/modules/lapack/Lapack.c:544 src/modules/lapack/Lapack.c:558#: src/modules/lapack/Lapack.c:1046 src/modules/lapack/Lapack.c:1062#, c-formatmsgid "'b' (%d x %d) must be compatible with 'a' (%d x %d)"msgstr "macierz 'b' (%d x %d) musi być zgodna z macierzą 'a' (%d x %d)"# src/modules/lapack/Lapack.c: 579# error(_("argument %d of Lapack routine %s had invalid value"),# -info, "zgesv")# src/modules/lapack/Lapack.c: 941# error(_("argument %d of Lapack routine %s had invalid value"),# -info, "dpotrf")# src/modules/lapack/Lapack.c: 955# error(_("argument %d of Lapack routine %s had invalid value"),# -info, "dpstrf")# src/modules/lapack/Lapack.c: 1010# error(_("argument %d of Lapack routine %s had invalid value"),# -info, "dpotri")# src/modules/lapack/Lapack.c: 1084# error(_("argument %d of Lapack routine %s had invalid value"),# -info, "dgesv")#: src/modules/lapack/Lapack.c:579 src/modules/lapack/Lapack.c:941#: src/modules/lapack/Lapack.c:955 src/modules/lapack/Lapack.c:1010#: src/modules/lapack/Lapack.c:1084#, c-formatmsgid "argument %d of Lapack routine %s had invalid value"msgstr "argument %d procedury 'Lapack' '%s' posiadał niepoprawną wartość"# src/modules/lapack/Lapack.c: 660# error(_("'b' must be a complex matrix"))# src/modules/lapack/Lapack.c: 705# error(_("'b' must be a complex matrix"))#: src/modules/lapack/Lapack.c:660 src/modules/lapack/Lapack.c:705msgid "'b' must be a complex matrix"msgstr "'b' musi być macierzą zespoloną"# src/modules/lapack/Lapack.c: 668# error(_("right-hand side should have %d not %d rows"), n, Bdims[0])# src/modules/lapack/Lapack.c: 714# error(_("right-hand side should have %d not %d rows"), n, Bdims[0])# src/modules/lapack/Lapack.c: 1173# error(_("right-hand side should have %d not %d rows"), n, Bdims[0])# src/modules/lapack/Lapack.c: 1212# error(_("right-hand side should have %d not %d rows"), n, Bdims[0])#: src/modules/lapack/Lapack.c:668 src/modules/lapack/Lapack.c:714#: src/modules/lapack/Lapack.c:1173 src/modules/lapack/Lapack.c:1212#, c-formatmsgid "right-hand side should have %d not %d rows"msgstr "prawa strona powinna mieć %d wierszy, a nie %d "# src/modules/lapack/Lapack.c: 741# error(_("'jobu' and 'jobv' must be character strings"))#: src/modules/lapack/Lapack.c:741msgid "'jobu' and 'jobv' must be character strings"msgstr "'jobu' oraz 'jobv' muszą być łańcuchami tekstowymi"# src/modules/lapack/Lapack.c: 748# error(_("matrices of 2^31 or more elements are not supported"))#: src/modules/lapack/Lapack.c:748msgid "matrices of 2^31 or more elements are not supported"msgstr "macierze o 2^31 lub większej liczbie elementów nie są wpierane"# src/modules/lapack/Lapack.c: 808# error(_("'x' must be a square complex matrix"))#: src/modules/lapack/Lapack.c:808msgid "'x' must be a square complex matrix"msgstr "'x' musi być kwadratową macierzą zespoloną"# src/modules/lapack/Lapack.c: 919# error(_("'a' must be a numeric matrix"))# src/modules/lapack/Lapack.c: 993# error(_("'a' must be a numeric matrix"))# src/modules/lapack/Lapack.c: 1032# error(_("'a' must be a numeric matrix"))# src/modules/lapack/Lapack.c: 1106# error(_("'a' must be a numeric matrix"))# src/modules/lapack/Lapack.c: 1237# error(_("'a' must be a numeric matrix"))#: src/modules/lapack/Lapack.c:919 src/modules/lapack/Lapack.c:993#: src/modules/lapack/Lapack.c:1032 src/modules/lapack/Lapack.c:1106#: src/modules/lapack/Lapack.c:1237msgid "'a' must be a numeric matrix"msgstr "'a' musi być macierzą liczbową"# src/modules/lapack/Lapack.c: 926# error(_("'a' must be a square matrix"))# src/modules/lapack/Lapack.c: 1242# error(_("'a' must be a square matrix"))#: src/modules/lapack/Lapack.c:926 src/modules/lapack/Lapack.c:1242msgid "'a' must be a square matrix"msgstr "'a' musi być macierzą kwadratową"# src/modules/lapack/Lapack.c: 927# error(_("'a' must have dims > 0"))#: src/modules/lapack/Lapack.c:927msgid "'a' must have dims > 0"msgstr "'a' musi mieć wymiary > 0"# src/modules/lapack/Lapack.c: 939# error(_("the leading minor of order %d is not positive definite"),# info)#: src/modules/lapack/Lapack.c:939#, c-formatmsgid "the leading minor of order %d is not positive definite"msgstr "wiodący minor rzędu %d nie jest dodatnio określony"# src/modules/lapack/Lapack.c: 953# warning(_("the matrix is either rank-deficient or indefinite"))#: src/modules/lapack/Lapack.c:953msgid "the matrix is either rank-deficient or indefinite"msgstr "macierzy brakuje rang lub też jest nieokreślona"# src/modules/lapack/Lapack.c: 980# error(_("'size' argument must be a positive integer"))#: src/modules/lapack/Lapack.c:980msgid "'size' argument must be a positive integer"msgstr "argument 'size' musi być dodatnią liczbą całkowitą"# src/modules/lapack/Lapack.c: 995# error(_("'size' cannot exceed ncol(x) = %d"), n)#: src/modules/lapack/Lapack.c:995#, c-formatmsgid "'size' cannot exceed ncol(x) = %d"msgstr "'size' nie może przewyższyć ncol(x) = %d"# src/modules/lapack/Lapack.c: 996# error(_("'size' cannot exceed nrow(x) = %d"), m)#: src/modules/lapack/Lapack.c:996#, c-formatmsgid "'size' cannot exceed nrow(x) = %d"msgstr "'size' nie może przewyższyć nrow(x) = %d"# src/modules/lapack/Lapack.c: 1008# error(_("element (%d, %d) is zero, so the inverse cannot be computed"),# info, info)#: src/modules/lapack/Lapack.c:1008#, c-formatmsgid "element (%d, %d) is zero, so the inverse cannot be computed"msgstr """element (%d, %d) jest zerem, tak więc odwrotność nie może zostać wyliczona"# src/modules/lapack/Lapack.c: 1087# error(_("Lapack routine %s: system is exactly singular: U[%d,%d] = 0"),# "dgesv", info, info)#: src/modules/lapack/Lapack.c:1087#, c-formatmsgid "Lapack routine %s: system is exactly singular: U[%d,%d] = 0"msgstr "procedura Lapack %s: system jest dokładnie osobliwy: U[%d,%d] = 0"# src/modules/lapack/Lapack.c: 1094# error(_("system is computationally singular: reciprocal condition number = %g"),# rcond)#: src/modules/lapack/Lapack.c:1094#, c-formatmsgid "system is computationally singular: reciprocal condition number = %g"msgstr "system jest obliczeniowo osobliwy: numer odwrotnego warunku = %g"# src/modules/lapack/Lapack.c: 1166# error(_("'b' must be a numeric matrix"))# src/modules/lapack/Lapack.c: 1204# error(_("'b' must be a numeric matrix"))#: src/modules/lapack/Lapack.c:1166 src/modules/lapack/Lapack.c:1204msgid "'b' must be a numeric matrix"msgstr "'b' musi być macierzą liczbową"# src/modules/lapack/Lapack.c: 1238# error(_("argument 'logarithm' must be logical"))#: src/modules/lapack/Lapack.c:1238msgid "argument 'logarithm' must be logical"msgstr "argument 'logarithm' musi być logiczny"# src/nmath/bessel_i.c: 69# _("bessel_i allocation error")#: src/nmath/bessel_i.c:69msgid "bessel_i allocation error"msgstr "błąd przydziału 'bessel_i'"#: src/nmath/bessel_i.c:77 src/nmath/bessel_i.c:122#, c-formatmsgid "bessel_i(%g): ncalc (=%ld) != nb (=%ld); alpha=%g. Arg. out of range?\n"msgstr """bessel_i(%g): ncalc (=%ld) != nb (=%ld); alpha=%g. Argument poza zakresem?\n"#: src/nmath/bessel_i.c:80 src/nmath/bessel_i.c:125#, c-formatmsgid "bessel_i(%g,nu=%g): precision lost in result\n"msgstr "bessel_i(%g,nu=%g): precyzja utracona w wyniku\n"# src/nmath/bessel_j.c: 67# _("bessel_j allocation error")#: src/nmath/bessel_j.c:67msgid "bessel_j allocation error"msgstr "błąd przydziału 'bessel_j'"#: src/nmath/bessel_j.c:75 src/nmath/bessel_j.c:118#, c-formatmsgid "bessel_j(%g): ncalc (=%ld) != nb (=%ld); alpha=%g. Arg. out of range?\n"msgstr """bessel_j(%g): ncalc (=%ld) != nb (=%ld); alpha=%g. Argument poza zakresem?\n"#: src/nmath/bessel_j.c:78 src/nmath/bessel_j.c:121#, c-formatmsgid "bessel_j(%g,nu=%g): precision lost in result\n"msgstr "bessel_j(%g,nu=%g): precyzja utracona w wyniku\n"# src/nmath/bessel_k.c: 63# _("bessel_k allocation error")#: src/nmath/bessel_k.c:63msgid "bessel_k allocation error"msgstr "błąd przydziału 'bessel_k'"#: src/nmath/bessel_k.c:71 src/nmath/bessel_k.c:108#, c-formatmsgid "bessel_k(%g): ncalc (=%ld) != nb (=%ld); alpha=%g. Arg. out of range?\n"msgstr """bessel_k(%g): ncalc (=%ld) != nb (=%ld); alpha=%g. Argument poza zakresem?\n"#: src/nmath/bessel_k.c:74 src/nmath/bessel_k.c:111#, c-formatmsgid "bessel_k(%g,nu=%g): precision lost in result\n"msgstr "bessel_k(%g,nu=%g): precyzja utracona w wyniku\n"# src/nmath/bessel_y.c: 66# _("bessel_y allocation error")#: src/nmath/bessel_y.c:66msgid "bessel_y allocation error"msgstr "błąd przydziału 'bessel_y'"#: src/nmath/bessel_y.c:76 src/nmath/bessel_y.c:121#, c-formatmsgid "bessel_y(%g): ncalc (=%ld) != nb (=%ld); alpha=%g. Arg. out of range?\n"msgstr """bessel_y(%g): ncalc (=%ld) != nb (=%ld); alpha=%g. Argument poza zakresem?\n"#: src/nmath/bessel_y.c:79 src/nmath/bessel_y.c:124#, c-formatmsgid "bessel_y(%g,nu=%g): precision lost in result\n"msgstr "bessel_y(%g,nu=%g): precyzja utracona w wyniku\n"# src/nmath/choose.c: 79# (_("'k' (%.2f) must be integer, rounded to %.0f"), k0, k)# src/nmath/choose.c: 122# (_("'k' (%.2f) must be integer, rounded to %.0f"), k0, k)#: src/nmath/choose.c:79 src/nmath/choose.c:122#, c-formatmsgid "'k' (%.2f) must be integer, rounded to %.0f"msgstr "'k' (%.2f) musi być liczbą całkowitą, zaokrągloną do %.0f"#: src/nmath/nmath.h:133#, c-formatmsgid "argument out of domain in '%s'\n"msgstr "argument spoza dziedziny w '%s'\n"#: src/nmath/nmath.h:136#, c-formatmsgid "value out of range in '%s'\n"msgstr "wartość poza zakresem w '%s'\n"#: src/nmath/nmath.h:139#, c-formatmsgid "convergence failed in '%s'\n"msgstr "uzbieżnienie nie powiodło się w '%s'\n"#: src/nmath/nmath.h:142#, c-formatmsgid "full precision may not have been achieved in '%s'\n"msgstr "pełna precyzja może nie zostać osiągnięta w '%s'\n"#: src/nmath/nmath.h:145#, c-formatmsgid "underflow occurred in '%s'\n"msgstr "wystąpił niedomiar w '%s'\n"# src/nmath/pbeta.c: 48# (_("pbeta_raw() -> bratio() gave error code %d"), ierr)#: src/nmath/pbeta.c:48#, c-formatmsgid "pbeta_raw() -> bratio() gave error code %d"msgstr "pbeta_raw() -> bratio() zwróciło kod błędu %d"# src/nmath/pnbinom.c: 71# (_("pnbinom_mu() -> bratio() gave error code %d"), ierr)#: src/nmath/pnbinom.c:71#, c-formatmsgid "pnbinom_mu() -> bratio() gave error code %d"msgstr "pnbinom_mu() -> bratio() zwróciło kod błędu %d"# src/nmath/pnchisq.c: 241# (_("pnchisq(x=%g, ..): not converged in %d iter."),# x, itrmax)#: src/nmath/pnchisq.c:241#, c-formatmsgid "pnchisq(x=%g, ..): not converged in %d iter."msgstr "pnchisq(x=%g, ..): nie uzbieżnił się w %d iteracjach."#: src/nmath/polygamma.c:499#, c-formatmsgid "deriv = %d > %d (= n_max)\n"msgstr "pochodna = %d > %d (= n_max)\n"# src/nmath/rmultinom.c: 78# (_("rbinom: probability sum should be 1, but is %g"),# (double) p_tot)#: src/nmath/rmultinom.c:78#, c-formatmsgid "rbinom: probability sum should be 1, but is %g"msgstr "rbinom: suma prawdopodobieństw powinna wynosić 1, a wynosi %g"# src/nmath/signrank.c: 77# _("signrank allocation error")#: src/nmath/signrank.c:77msgid "signrank allocation error"msgstr "błąd przydziału 'signrank'"#: src/nmath/snorm.c:326#, c-formatmsgid "norm_rand(): invalid N01_kind: %d\n"msgstr "'norm_rand()': niepoprawny 'N01_kind': %d\n"# src/nmath/wilcox.c: 85# (_("wilcox allocation error %d"), 1)# src/nmath/wilcox.c: 95# (_("wilcox allocation error %d"), 2)# src/nmath/wilcox.c: 148# (_("wilcox allocation error %d"), 3)# src/nmath/wilcox.c: 313# (_("wilcox allocation error %d"), 4)#: src/nmath/wilcox.c:85 src/nmath/wilcox.c:95 src/nmath/wilcox.c:148#: src/nmath/wilcox.c:313#, c-formatmsgid "wilcox allocation error %d"msgstr "błąd %d przydziału 'wilcox'"# src/unix/X11.c: 54# warning(_("X11 module is not available under this GUI"))#: src/unix/X11.c:54msgid "X11 module is not available under this GUI"msgstr "moduł X11 nie jest dostępny w tym GUI"# src/unix/X11.c: 60# error(_("X11 routines cannot be accessed in module"))#: src/unix/X11.c:60msgid "X11 routines cannot be accessed in module"msgstr "procedury X11 nie są dostępne w module"# src/unix/X11.c: 78# error(_("X11 module cannot be loaded"))# src/unix/X11.c: 90# error(_("X11 module cannot be loaded"))# src/unix/X11.c: 102# error(_("X11 module cannot be loaded"))# src/unix/X11.c: 113# error(_("X11 module cannot be loaded"))#: src/unix/X11.c:78 src/unix/X11.c:90 src/unix/X11.c:102 src/unix/X11.c:113msgid "X11 module cannot be loaded"msgstr "moduł X11 nie może zostać załadowany"# src/library/utils/src/stubs.c: 145# warning(_("X11 is not available"))# src/library/utils/src/stubs.c: 174# error(_("X11 is not available"))# src/library/utils/src/stubs.c: 180# error(_("X11 is not available"))# src/unix/X11.c: 126# error(_("X11 is not available"))# src/unix/X11.c: 132# error(_("X11 is not available"))# src/unix/X11.c: 138# error(_("X11 is not available"))# src/unix/X11.c: 144# error(_("X11 is not available"))#: src/unix/X11.c:126 src/unix/X11.c:132 src/unix/X11.c:138 src/unix/X11.c:144msgid "X11 is not available"msgstr "X11 nie jest dostępne"# src/unix/dynload.c: 143# N_("Explicit local dynamic loading not supported on this platform. Using default.")#: src/unix/dynload.c:143msgid """Explicit local dynamic loading not supported on this platform. Using default."msgstr """Jawne lokalne dynamiczne ładowanie nie jest obsługiwane na tej platformie. ""Używanie domyślnego."# src/unix/dynload.c: 144# N_("Explicit global dynamic loading not supported on this platform. Using default.")#: src/unix/dynload.c:144msgid """Explicit global dynamic loading not supported on this platform. Using ""default."msgstr """Jawne globalne dynamiczne ładowanie nie jest obsługiwane na tej platformie. ""Używanie domyślnego."# src/unix/dynload.c: 145# N_("Explicit non-lazy dynamic loading not supported on this platform. Using default.")#: src/unix/dynload.c:145msgid """Explicit non-lazy dynamic loading not supported on this platform. Using ""default."msgstr """Jawne nieleniwe dynamiczne ładowanie nie jest obsługiwane na tej platformie. ""Używanie domyślnego."# src/unix/dynload.c: 146# N_("Explicit lazy dynamic loading not supported on this platform. Using default.")#: src/unix/dynload.c:146msgid """Explicit lazy dynamic loading not supported on this platform. Using default."msgstr """Jawne leniwe dynamiczne ładowanie nie jest obsługiwane na tej platformie. ""Używanie domyślnego."# src/unix/dynload.c: 240# _("cannot get working directory!")#: src/unix/dynload.c:240msgid "cannot get working directory!"msgstr "nie można pobrać katalogu roboczego!"# src/unix/sys-std.c: 131# error(_("interrupt handler must not return"))#: src/unix/sys-std.c:131msgid "interrupt handler must not return"msgstr "obsługa przerwań nie może zwracać"# src/unix/sys-std.c: 521# warning(_("An unusual circumstance has arisen in the nesting of readline input. Please report using bug.report()"))#: src/unix/sys-std.c:521msgid """An unusual circumstance has arisen in the nesting of readline input. Please ""report using bug.report()"msgstr """Pojawił się niezwykły przypadek podczas zagnieżdżania wejścia 'readline'. ""Proszę zgłosić raport używając bug.report()"# src/unix/sys-std.c: 1085# warning(_("problem in saving the history file '%s'"),# R_HistoryFile)# src/unix/sys-std.c: 1252# error(_("problem in saving the history file '%s'"), file)#: src/unix/sys-std.c:1085 src/unix/sys-std.c:1252#, c-formatmsgid "problem in saving the history file '%s'"msgstr "problem z zapisaniem pliku historii '%s'"# src/unix/sys-std.c: 1159# _("Cannot open file '%s': %s\n\n")#: src/unix/sys-std.c:1159#, c-formatmsgid """Cannot open file '%s': %s\n""\n"msgstr """Nie można otworzyć pliku '%s': %s\n""\n"# src/unix/sys-std.c: 1223# _("'file' argument is too long")# src/unix/sys-std.c: 1246# _("'file' argument is too long")#: src/unix/sys-std.c:1223 src/unix/sys-std.c:1246msgid "'file' argument is too long"msgstr "argument 'file' jest zbyt długi"# src/unix/sys-std.c: 1229# _("no history mechanism available")# src/unix/sys-std.c: 1231# _("no history mechanism available")#: src/unix/sys-std.c:1229 src/unix/sys-std.c:1231msgid "no history mechanism available"msgstr "brak dostępnego mechanizmu historii"# src/unix/sys-std.c: 1258# warning(_("problem in truncating the history file"))#: src/unix/sys-std.c:1258msgid "problem in truncating the history file"msgstr "problem z przycięciem pliku historii"# src/unix/sys-std.c: 1260# _("no history available to save")# src/unix/sys-std.c: 1262# _("no history available to save")#: src/unix/sys-std.c:1260 src/unix/sys-std.c:1262msgid "no history available to save"msgstr "brak dostępnej historii do zapisania"# src/library/utils/src/stubs.c: 76# _("invalid timestamp")# src/unix/sys-std.c: 1274# _("invalid timestamp")#: src/unix/sys-std.c:1274msgid "invalid timestamp"msgstr "niepoprawna sygnatura czasu"# src/unix/sys-unix.c: 251# error(_("non-empty character argument expected"))#: src/unix/sys-unix.c:251msgid "non-empty character argument expected"msgstr "oczekiwano niepustego argumentu tekstowego"# src/unix/sys-unix.c: 254# error(_("'intern' must be logical and not NA"))#: src/unix/sys-unix.c:254msgid "'intern' must be logical and not NA"msgstr "'intern' musi być wartością logiczną oraz nie może być wartością NA"# src/unix/sys-unix.c: 266# error(_("cannot popen '%s', probable reason '%s'"),# cmd, strerror(errno))#: src/unix/sys-unix.c:266#, c-formatmsgid "cannot popen '%s', probable reason '%s'"msgstr "nie można otworzyć '%s', prawdopodobny powód '%s'"# src/unix/sys-unix.c: 271# warning(_("line %d may be truncated in call to system(, intern = TRUE)"), i + 1)#: src/unix/sys-unix.c:271#, c-formatmsgid "line %d may be truncated in call to system(, intern = TRUE)"msgstr """linia %d może zostać przycięta w wywołaniu w systemie (, intern = TRUE)"# src/unix/sys-unix.c: 288# error(_("error in running command: '%s'"), strerror(errno))#: src/unix/sys-unix.c:288#, c-formatmsgid "error in running command: '%s'"msgstr "błąd w uruchamianym poleceniu: '%s'"# src/unix/sys-unix.c: 290# error(_("error in running command"))#: src/unix/sys-unix.c:290msgid "error in running command"msgstr "błąd podczas uruchamiania polecenia"# src/unix/sys-unix.c: 293# warningcall(R_NilValue,# _("running command '%s' had status %d and error message '%s'"),# cmd, res,# strerror(errno))#: src/unix/sys-unix.c:294#, c-formatmsgid "running command '%s' had status %d and error message '%s'"msgstr """działające polecenie '%s' otrzymało status %d oraz komunikat błędu '%s'"# src/unix/sys-unix.c: 399# warning(_("Sys.info() is not implemented on this system"))#: src/unix/sys-unix.c:399msgid "Sys.info() is not implemented on this system"msgstr "'Sys.info()' nie jest zaimplementowane w tym systemie"# src/unix/system.c: 249# sprintf(msg,# _("WARNING: --gui or -g without value ignored"))#: src/unix/system.c:250#, c-formatmsgid "WARNING: --gui or -g without value ignored"msgstr "OSTRZEŻENIE: zignorowano --gui lub -g bez wartości"#: src/unix/system.c:268#, c-formatmsgid "WARNING: unknown gui '%s', using X11\n"msgstr "OSTRZEŻENIE: nieznane gui '%s', używanie X11\n"#: src/unix/system.c:271#, c-formatmsgid "WARNING: unknown gui '%s', using none\n"msgstr "OSTRZEŻENIE: nieznane gui '%s', nie używam żadnego\n"# src/unix/system.c: 381# (_("creating temporary file for '-e' failed"))#: src/unix/system.c:381msgid "creating temporary file for '-e' failed"msgstr "tworzenie pliku tymczasowego dla '-e' nie powiodło się"# src/unix/system.c: 462# (_("WARNING: Only editing the first in the list of files"))#: src/unix/system.c:462msgid "WARNING: Only editing the first in the list of files"msgstr "OSTRZEŻENIE: Edytowanie tylko pierwszego pliku na liście"#~ msgid "\"%s\" is not an existing slot in an object of class \"%s\""#~ msgstr "\"%s\" nie jest istniejącym gniazdem w obiekcie klasy \"%s\""#~ msgid ".C(..): Width cannot be zero"#~ msgstr ".C(..): Szerokość nie może wynosić zero"#~ msgid ".C(..): 'type' must be \"integer\" for \"d\"-format"#~ msgstr ".C(..): 'type' musi być typu \"integer\" dla formatu \"d\""#~ msgid ".C(..): 'type' must be \"real\" for this format"#~ msgstr ".C(..): 'type' musi być typu \"real\" dla tego formatu"#~ msgid "R_CompiledFileName: buffer too small"#~ msgstr "R_CompiledFileName: bufor jest zbyt mały"#~ msgid "'names' is not a character string"#~ msgstr "'names' nie jest łańcuchem tekstowym"#~ msgid "bad hsv to rgb color conversion"#~ msgstr "niepoprawna konwersja kolorów z HSV na RGB"#~ msgid "unknown palette (need >= 2 colors)"#~ msgstr "nieznana paleta (potrzeba >= 2 kolory)"#~ msgid "maximum number of colors exceeded"#~ msgstr "przekroczono maksymalną liczbę kolorów"#~ msgid "invalid RGB specification"#~ msgstr "niepoprawna specyfikacja RGB"#~ msgid "invalid color name '%s'"#~ msgstr "niepoprawna nazwa '%s' koloru"#~ msgid "invalid color specification '%s'"#~ msgstr "niepoprawna specyfikacja '%s' koloru"#~ msgid "supplied color is not numeric nor character"#~ msgstr "dostarczony kolor nie jest ani liczbą ani symbolem"#~ msgid "invalid color specification"#~ msgstr "niepoprawne określenie koloru"#~ msgid "rcont2 [%d,%d]: exp underflow to 0; algorithm failure"#~ msgstr "rcont2 [%d,%d]: wyrażenie spadło do 0; niepowodzenie algorytmu"#~ msgid "no R-to-C converter found corresponding to identifier"#~ msgstr "Nie znaleziono konwertera R-do-C odpowiadającego identyfikatorowi"#~ msgid "invalid USE.NAMES value"#~ msgstr "niepoprawna wartość USE.NAMES"#~ msgid "duplicated levels will not be allowed in factors anymore"#~ msgstr "powtórzone poziomy nie będą już dozwolone w czynnikach"#~ msgid "... used in an incorrect context"#~ msgstr "... użyte w nieodpowiednim kontekście"#~ msgid "NAOK used more than once"#~ msgstr "NAOK użyto więcej niż raz"#~ msgid "PACKAGE used more than once"#~ msgstr "PACKAGE użyto więcej niż raz"#~ msgid "Invalid graphics state"#~ msgstr "Niepoprawny stan grafiki"#~ msgid "invalid mode to pass to Fortran (arg %d)"#~ msgstr "niepoprawny typ do przekazania do Fortran (argument %d)"#~ msgid "invalid function in call_R"#~ msgstr "niepoprawna funkcja w 'call_R'"#~ msgid "invalid argument count in call_R"#~ msgstr "niepoprawny licznik argumentów w 'call_R'"#~ msgid "invalid return value count in call_R"#~ msgstr "niepoprawny licznik zwróconej wartości w 'call_R'"#~ msgid "internal error in unz code"#~ msgstr "błąd wewnętrzny w kodzie unz"#~ msgid "can't use R profiling while byte code profiling"#~ msgstr "Nie można użyć optymalizacji R podczas optymalizacji kodu bajtowego"#~ msgid "bad character switch offsets"#~ msgstr "niepoprawne przesunięcie zamiany znaku"#~ msgid "bad switch names"#~ msgstr "niepoprawny przełącznik nazw"#~ msgid "bad numeric switch offsets"#~ msgstr "niepoprawne przesunięcie zamiany liczby"#~ msgid "constBuf must be a generic vector"#~ msgstr "'constBuf' musi być ogólnym wektorem"#~ msgid "bad constCount value"#~ msgstr "błędna wartość 'constCount'"#~ msgid "lapack routines cannot be accessed in module"#~ msgstr "procedury 'lapack' nie są dostępne w module"#~ msgid "lapack routines cannot be loaded"#~ msgstr "procedury 'lapack' nie mogą zostać załadowane"#~ msgid "'UseMethod' called from outside a closure"#~ msgstr "'UseMethod' wywołana spoza zamknięcia"#~ msgid "invalid `which' in TeX"#~ msgstr "niepoprawne oznaczenie 'which' w TeX"#~ msgid "internal error in do_random1"#~ msgstr "błąd wewnętrzny w 'do_random1'"#~ msgid "internal error in do_random2"#~ msgstr "błąd wewnętrzny w 'do_random2'"#~ msgid "internal error in do_random3"#~ msgstr "błąd wewnętrzny w 'do_random3'"#~ msgid "%s%d:%d: %s"#~ msgstr "%s%d:%d: %s"#~ msgid ""#~ "%s%d:%d: %s\n"#~ "%d: %s\n"#~ "%*s"#~ msgstr ""#~ "%s%d:%d: %s\n"#~ "%d: %s\n"#~ "%*s"#~ msgid ""#~ "%s%d:%d: %s\n"#~ "%d: %s\n"#~ "%d: %s\n"#~ "%*s"#~ msgstr ""#~ "%s%d:%d: %s\n"#~ "%d: %s\n"#~ "%d: %s\n"#~ "%*s"#~ msgid "%s"#~ msgstr "%s"#~ msgid "%s in \"%s\""#~ msgstr "%s w \"%s\""#~ msgid ""#~ "%s in:\n"#~ "\"%s\n"#~ "%s\""#~ msgstr ""#~ "%s w:\n"#~ "\"%s\n"#~ "%s\""#~ msgid "cannot mkdir R_TempDir"#~ msgstr "nie można utworzyć katalogu R_TempDir"#~ msgid "csduplicated not called on a STRSXP"#~ msgstr "'csduplicated' nie wywołana na 'STRSXP'"#~ msgid "color intensity %g, not in [0,1]"#~ msgstr "intensywność %g koloru, nie jest w przedziale [0,1]"#~ msgid "color intensity %d, not in 0:255"#~ msgstr "intensywność %d koloru, nie jest w przedziale [0,255]"#~ msgid "alpha level %g, not in [0,1]"#~ msgstr "poziom alfa %g, nie jest w przedziale [0,1]"#~ msgid "alpha level %d, not in 0:255"#~ msgstr "poziom alfa %d, nie jest w przedziale [0,255]"#~ msgid "invalid hsv color"#~ msgstr "niepoprawny kolor hsv"#~ msgid "invalid hcl color"#~ msgstr "niepoprawny kolor hcl"#~ msgid "invalid 'names' vector"#~ msgstr "niepoprawny wektor 'names'"#~ msgid "invalid gray level, must be in [0,1]."#~ msgstr "niepoprawny poziom szarości, musi być w przedziale [0,1]."#~ msgid "rgb is not a matrix (internally)"#~ msgstr "rgb nie jest macierzą (wewnętrznie)"#~ msgid "rgb must have 3 rows (internally)"#~ msgstr "rgb musi mieć 3 wiersze (wewnętrznie)"#~ msgid "invalid bind address specification"#~ msgstr "niepoprawne określenie adresu wiążącego"#~ msgid "'outFile' must be a single file"#~ msgstr "'outFile' musi być pojedynczym plikiem"#~ msgid "'fmt' must be length 1"#~ msgstr "'fmt' musi mieć długość 1"