blob: 9ce1cc12f29c875ab3b9e2493b632d44e8fb7d74 [file] [log] [blame]
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR The R Foundation
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
msgid ""
msgstr ""
"Project-Id-Version: R 3.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-29 07:06-0700\n"
"PO-Revision-Date: 2011-11-29 21:34+0200\n"
"Last-Translator: Joe <joedalton2@yahoo.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
#: base.c:43
msgid "no base graphics system is registered"
msgstr ""
#: base.c:310
msgid "Incompatible graphics state"
msgstr ""
#: base.c:385 base.c:392 base.c:400
msgid "the base graphics system is not registered"
msgstr ""
#: graphics.c:297
#, c-format
msgid "bad units specified in '%s'"
msgstr ""
#: graphics.c:1791 graphics.c:1813
msgid "attempt to plot on null device"
msgstr ""
#: graphics.c:1843
msgid "outer margins too large (figure region too small)"
msgstr ""
#: graphics.c:1845
msgid "figure region too large"
msgstr ""
#: graphics.c:1847
msgid "figure margins too large"
msgstr ""
#: graphics.c:1849
msgid "plot region too large"
msgstr ""
#: graphics.c:1896
#, c-format
msgid "relative range of values (%4.0f * EPS) is small (axis %d)"
msgstr ""
#: graphics.c:1948
#, c-format
msgid "nonfinite axis limits [GScale(%g,%g,%d, .); log=%d]"
msgstr ""
#: graphics.c:1978
#, c-format
msgid "axis style \"%c\" unimplemented"
msgstr ""
#: graphics.c:2216
msgid "no graphics device is active"
msgstr ""
#: graphics.c:2411
msgid "plot.new has not been called yet"
msgstr ""
#: graphics.c:2413
msgid "invalid graphics state"
msgstr ""
#: graphics.c:2564
msgid "graphics device closed during call to locator or identify"
msgstr ""
#: graphics.c:2614
msgid "No graphics device is active"
msgstr ""
#: graphics.c:3073
msgid "zero-length arrow is of indeterminate angle and so skipped"
msgstr ""
#: graphics.c:3154
#, c-format
msgid "invalid par(\"bty\") = '%c'; no box() drawn"
msgstr ""
#: graphics.c:3171
msgid "invalid argument to GBox"
msgstr ""
#: graphics.c:3416
msgid "metric information not available for this device"
msgstr ""
#: par-common.c:146
msgid "graphical parameter 'family' has a maximum length of 200 bytes"
msgstr ""
#: par.c:160
#, c-format
msgid "invalid value specified for graphical parameter \"%s\""
msgstr ""
#: par.c:167
#, c-format
msgid "graphical parameter \"%s\" has the wrong length"
msgstr ""
#: par.c:262 par.c:673
#, c-format
msgid "graphical parameter \"%s\" cannot be set"
msgstr ""
#: par.c:434
msgid "parameter \"mfg\" has the wrong length"
msgstr ""
#: par.c:442
msgid "parameter \"i\" in \"mfg\" is out of range"
msgstr ""
#: par.c:444
msgid "parameter \"j\" in \"mfg\" is out of range"
msgstr ""
#: par.c:449
msgid "value of 'nr' in \"mfg\" is wrong and will be ignored"
msgstr ""
#: par.c:451
msgid "value of 'nc' in \"mfg\" is wrong and will be ignored"
msgstr ""
#: par.c:478
msgid "calling par(new=TRUE) with no plot"
msgstr ""
#: par.c:665 par.c:1063
#, c-format
msgid "graphical parameter \"%s\" is obsolete"
msgstr ""
#: par.c:669 par.c:1067
#, c-format
msgid "\"%s\" is not a graphical parameter"
msgstr ""
#: par.c:1120
msgid "invalid argument passed to par()"
msgstr ""
#: par.c:1164
#, c-format
msgid "too many rows in layout, limit %d"
msgstr ""
#: par.c:1170
#, c-format
msgid "too many columns in layout, limit %d"
msgstr ""
#: par.c:1172
#, c-format
msgid "too many cells in layout, limit %d"
msgstr ""
#: plot.c:60
msgid "invalid color specification"
msgstr ""
#: plot.c:126
msgid "only NA allowed in logical plotting symbol"
msgstr ""
#: plot.c:128
msgid "invalid plotting symbol"
msgstr ""
#: plot.c:217
msgid "invalid font specification"
msgstr ""
#: plot.c:276 plot.c:290 plot.c:481 plot.c:486 plot.c:2112 plot.c:2119
#: plot.c:3141 plot.c:3143 plot.c:3145 plot.c:3300 plot3d.c:1163 plot3d.c:1167
#: plot3d.c:1169 plot3d.c:1903
#, c-format
msgid "invalid '%s' value"
msgstr "ugyldig '%s'-værdi"
#: plot.c:293
#, fuzzy, c-format
msgid "invalid 'vfont' value [typeface %d]"
msgstr "ugyldig '%s'-værdi"
#: plot.c:317
#, c-format
msgid "invalid 'vfont' value [typeface = %d, fontindex = %d]"
msgstr ""
#: plot.c:391
msgid "invalid graphics parameter"
msgstr ""
#: plot.c:477
msgid "at least 3 arguments required"
msgstr ""
#: plot.c:492
msgid "\"log=\" specification must be character"
msgstr ""
#: plot.c:503
#, c-format
msgid "invalid \"log=%s\" specification"
msgstr ""
#: plot.c:518
msgid "NAs not allowed in 'xlim'"
msgstr ""
#: plot.c:524
msgid "need finite 'xlim' values"
msgstr ""
#: plot.c:530
msgid "NAs not allowed in 'ylim'"
msgstr ""
#: plot.c:536
msgid "need finite 'ylim' values"
msgstr ""
#: plot.c:542
msgid "Logarithmic axis must have positive limits"
msgstr ""
#: plot.c:664
msgid "invalid type for axis labels"
msgstr ""
#: plot.c:765 plot.c:1298 plot.c:1621 plot.c:1686 plot.c:1761 plot.c:1827
#: plot.c:1901 plot.c:1996 plot.c:2072 plot.c:2350 plot.c:2524 plot.c:2740
#: plot.c:3282 plot.c:3409 plot.c:3485 plot.c:3651 plot.c:3931 plot3d.c:1872
msgid "too few arguments"
msgstr ""
#: plot.c:776
#, c-format
msgid "invalid axis number %d"
msgstr ""
#: plot.c:866
msgid "'hadj' must be of length one"
msgstr ""
#: plot.c:873 plot.c:2084 plot.c:2361 plot.c:2367 plot.c:2374 plot.c:2382
#: plot.c:2389 plot.c:2396 plot.c:2403 plot.c:2410 plot.c:2418 plot.c:2425
#: plot.c:3148
#, c-format
msgid "zero-length '%s' specified"
msgstr ""
#: plot.c:942
msgid "'labels' is supplied and not 'at'"
msgstr ""
#: plot.c:946
#, c-format
msgid "'at' and 'labels' lengths differ, %d != %d"
msgstr ""
#: plot.c:963
msgid "no locations are finite"
msgstr ""
#: plot.c:1314
msgid "invalid plotting structure"
msgstr ""
#: plot.c:1316
#, c-format
msgid "'x' and 'y' lengths differ in %s()"
msgstr ""
#: plot.c:1327
#, c-format
msgid "plot type '%s' will be truncated to first character"
msgstr ""
#: plot.c:1331 plot.c:3002
msgid "invalid plot type"
msgstr ""
#: plot.c:1533
#, c-format
msgid "invalid plot type '%c'"
msgstr ""
#: plot.c:1576
msgid "invalid first argument"
msgstr ""
#: plot.c:1583
msgid "invalid second argument"
msgstr ""
#: plot.c:1591
msgid "invalid third argument"
msgstr ""
#: plot.c:1599
msgid "invalid fourth argument"
msgstr ""
#: plot.c:1607
msgid "cannot mix zero-length and non-zero-length coordinates"
msgstr ""
#: plot.c:1832
msgid "Empty raster"
msgstr ""
#: plot.c:1914
msgid "invalid arrow head length"
msgstr ""
#: plot.c:1919
msgid "invalid arrow head angle"
msgstr ""
#: plot.c:1924
msgid "invalid arrow head specification"
msgstr ""
#: plot.c:2158
msgid "no coordinates were supplied"
msgstr ""
#: plot.c:2781
msgid "invalid a=, b= specification"
msgstr ""
#: plot.c:2790
msgid "'a' and 'b' must be finite"
msgstr ""
#: plot.c:2925 plot.c:4051 plot.c:4055 plot.c:4058 plot.c:4078 plot.c:4082
#: plot.c:4085 plot3d.c:1085 plot3d.c:1089 plot3d.c:1094 plot3d.c:1098
#: plot3d.c:1102 plot3d.c:1106 stem.c:153 stem.c:154 stem.c:156 stem.c:157
#: stem.c:203 stem.c:204
#, c-format
msgid "invalid '%s' argument"
msgstr "ugyldigt '%s'-argument"
#: plot.c:2997 plot.c:3137
#, c-format
msgid "invalid number of points in %s"
msgstr ""
#: plot.c:3139
msgid "incorrect argument type"
msgstr ""
#: plot.c:3151
msgid "different argument lengths"
msgstr ""
#: plot.c:3153
msgid "more 'labels' than points"
msgstr ""
#: plot.c:3202
#, c-format
msgid "warning: no point within %.2f inches\n"
msgstr ""
#: plot.c:3208
msgid "warning: nearest point already identified\n"
msgstr ""
#: plot.c:3293
msgid "invalid units"
msgstr ""
#: plot.c:3469 plot.c:3576
msgid "invalid dendrogram input"
msgstr ""
#: plot.c:3633
msgid "invalid symbol parameter vector"
msgstr ""
#: plot.c:3656
msgid "invalid symbol coordinates"
msgstr ""
#: plot.c:3664
msgid "x/y/parameter length mismatch"
msgstr ""
#: plot.c:3683
msgid "invalid circles data"
msgstr ""
#: plot.c:3685 plot.c:3706 plot.c:3731 plot.c:3761
msgid "invalid symbol parameter"
msgstr ""
#: plot.c:3704
msgid "invalid squares data"
msgstr ""
#: plot.c:3729
msgid "invalid rectangles data (need 2 columns)"
msgstr ""
#: plot.c:3759
msgid "invalid stars data"
msgstr ""
#: plot.c:3801
msgid "invalid thermometers data (need 3 or 4 columns)"
msgstr ""
#: plot.c:3804
#, c-format
msgid "invalid 'thermometers[, %s]'"
msgstr ""
#: plot.c:3807
#, c-format
msgid "'thermometers[, %s]' not in [0,1] -- may look funny"
msgstr ""
#: plot.c:3810
msgid "invalid 'thermometers[, 1:2]'"
msgstr ""
#: plot.c:3849
msgid "invalid 'boxplots' data (need 5 columns)"
msgstr ""
#: plot.c:3858
msgid "'boxplots[, 5]' outside [0,1] -- may look funny"
msgstr ""
#: plot.c:3860
msgid "invalid 'boxplots[, 1:4]'"
msgstr ""
#: plot.c:3906
msgid "invalid symbol type"
msgstr ""
#: plot.c:3944 plot.c:3946 plot.c:3951 plot.c:3953
#, c-format
msgid "incorrect length for '%s' argument"
msgstr ""
#: plot3d.c:181 plot3d.c:1929
msgid "insufficient 'x' or 'y' values"
msgstr ""
#: plot3d.c:185 plot3d.c:1932
msgid "dimension mismatch"
msgstr ""
#: plot3d.c:193 plot3d.c:1935
msgid "no contour values"
msgstr ""
#: plot3d.c:255
msgid "invalid x / y values or limits"
msgstr ""
#: plot3d.c:257
msgid "invalid contour levels: must be strictly increasing"
msgstr ""
#: plot3d.c:1049 plot3d.c:1062
msgid "Axis orientation not calculated"
msgstr ""
#: plot3d.c:1082
msgid "too few parameters"
msgstr ""
#: plot3d.c:1112
msgid "invalid 'x' limits"
msgstr ""
#: plot3d.c:1114
msgid "invalid 'y' limits"
msgstr ""
#: plot3d.c:1116
msgid "invalid 'z' limits"
msgstr ""
#: plot3d.c:1137
msgid "'xlab' must be a character vector of length 1"
msgstr ""
#: plot3d.c:1139
msgid "'ylab' must be a character vector of length 1"
msgstr ""
#: plot3d.c:1141
msgid "'zlab' must be a character vector of length 1"
msgstr ""
#: plot3d.c:1161
msgid "invalid viewing parameters"
msgstr ""
#: plot3d.c:1179 plot3d.c:1183
#, c-format
msgid "invalid '%s' specification"
msgstr ""
#: plot3d.c:1529
#, c-format
msgid "contour(): circular/long seglist -- set %s > %d?"
msgstr ""
#: plot3d.c:1939
msgid "missing 'x' values"
msgstr ""
#: plot3d.c:1941
msgid "increasing 'x' values expected"
msgstr ""
#: plot3d.c:1946
msgid "missing 'y' values"
msgstr ""
#: plot3d.c:1948
msgid "increasing 'y' values expected"
msgstr ""
#: plot3d.c:1953
msgid "invalid NA contour values"
msgstr ""
#: plot3d.c:1965
msgid "all z values are equal"
msgstr ""
#: plot3d.c:1967
msgid "all z values are NA"
msgstr ""
#: stem.c:150
#, c-format
msgid "long vector '%s' is not supported"
msgstr ""
#, fuzzy
#~ msgid "unable to allocate memory (in xspline)"
#~ msgstr "kan ikke slette menupunkt (%s)"