summaryrefslogtreecommitdiff
path: root/ikiwiki/directive/sparkline.da.po
blob: 857b2a5c6ba87ab2ec08867af710bb83980af081 (plain)
  1. # Danish translation of directives/ikiwiki/directive/sparkline page for ikiwiki.
  2. # Copyright (C) 2008-2009 Jonas Smedegaard <dr@jones.dk>
  3. # This file is distributed under the same license as the ikiwiki package.
  4. # Jonas Smedegaard <dr@jones.dk>, 2008.
  5. #
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: ikiwiki 3.15\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2009-09-13 19:02-0300\n"
  11. "PO-Revision-Date: 2009-07-23 00:06+0200\n"
  12. "Last-Translator: Jonas Smedegaard <dr@jones.dk>\n"
  13. "Language-Team: None\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  18. "X-Poedit-Language: Danish\n"
  19. "X-Poedit-Country: DENMARK\n"
  20. "X-Poedit-SourceCharset: utf-8\n"
  21. #. type: Plain text
  22. msgid ""
  23. "The `sparkline` directive is supplied by the [[!iki plugins/sparkline "
  24. "desc=sparkline]] plugin."
  25. msgstr ""
  26. #. type: Plain text
  27. msgid ""
  28. "This directive allows for embedding sparklines into wiki pages. A sparkline "
  29. "is a small word-size graphic chart, that is designed to be displayed "
  30. "alongside text."
  31. msgstr ""
  32. #. type: Title #
  33. #, no-wrap
  34. msgid "examples"
  35. msgstr "eksempler"
  36. #. type: Plain text
  37. #, no-wrap
  38. msgid ""
  39. "\t\\[[!sparkline 1 3 5 -3 10 0 width=40 height=16\n"
  40. "\tfeaturepoint=\"4,-3,red,3\" featurepoint=\"5,10,green,3\"]]\n"
  41. msgstr ""
  42. "\t\\[[!sparkline 1 3 5 -3 10 0 width=40 height=16\n"
  43. "\tfeaturepoint=\"4,-3,red,3\" featurepoint=\"5,10,green,3\"]]\n"
  44. #. type: Plain text
  45. msgid ""
  46. "This creates a simple line graph, graphing several points. It will be drawn "
  47. "40 pixels wide and 16 pixels high. The high point in the line has a green "
  48. "marker, and the low point has a red marker."
  49. msgstr ""
  50. #. type: Plain text
  51. #, no-wrap
  52. msgid ""
  53. "\t\\[[!sparkline 1 -1(red) 1 -1(red) 1 1 1 -1(red) -1(red) style=bar barwidth=2\n"
  54. "\tbarspacing=1 height=13]]\n"
  55. msgstr ""
  56. "\t\\[[!sparkline 1 -1(red) 1 -1(red) 1 1 1 -1(red) -1(red) style=bar barwidth=2\n"
  57. "\tbarspacing=1 height=13]]\n"
  58. #. type: Plain text
  59. msgid ""
  60. "This more complex example generates a bar graph. The bars are 2 pixels "
  61. "wide, and separated by one pixel, and the graph is 13 pixels tall. Width is "
  62. "determined automatically for bar graphs. The points with negative values are "
  63. "colored red, instead of the default black."
  64. msgstr ""
  65. #. type: Title #
  66. #, no-wrap
  67. msgid "usage"
  68. msgstr "brug"
  69. #. type: Plain text
  70. msgid ""
  71. "The form for the data points is \"x,y\", or just \"y\" if the x values don't "
  72. "matter. Bar graphs can also add \"(color)\" to specify a color for that bar."
  73. msgstr ""
  74. #. type: Plain text
  75. msgid ""
  76. "The following named parameters are recognised. Most of these are the same as "
  77. "those used by the underlying sparkline library, which is documented in more "
  78. "detail in [its wiki](http://sparkline.wikispaces.com/usage)."
  79. msgstr ""
  80. #. type: Bullet: '* '
  81. msgid "`style` - Either \"line\" (the default) or \"bar\"."
  82. msgstr ""
  83. #. type: Bullet: '* '
  84. msgid "`width` - Width of the graph in pixels. Only needed for line graphs."
  85. msgstr ""
  86. #. type: Bullet: '* '
  87. msgid "`height` - Height of the graph in pixels. Defaults to 16."
  88. msgstr ""
  89. #. type: Bullet: '* '
  90. msgid "`barwidth` - Width of bars in a bar graph. Default is 1 pixel."
  91. msgstr ""
  92. #. type: Bullet: '* '
  93. msgid ""
  94. "`barspacing` - Spacing between bars in a bar graph, in pixels. Default is 1 "
  95. "pixel."
  96. msgstr ""
  97. #. type: Bullet: '* '
  98. msgid ""
  99. "`ymin`, `ymax` - Minimum and maximum values for the Y axis. This is normally "
  100. "calculated automatically, but can be explicitly specified to get the same "
  101. "values for multiple related graphs."
  102. msgstr ""
  103. #. type: Bullet: '* '
  104. msgid ""
  105. "`featurepoint` - Adds a circular marker to a line graph, with optional text. "
  106. "This can be used to label significant points."
  107. msgstr ""
  108. #. type: Plain text
  109. #, no-wrap
  110. msgid ""
  111. " The value is a comma-delimited list of parameters specifying the feature\n"
  112. " point: X value, Y value, color name, circle diameter, text (optional),\n"
  113. " and text location (optional). Example: `featurepoint=\"3,5,blue,3\"`\n"
  114. msgstr ""
  115. #. type: Plain text
  116. #, no-wrap
  117. msgid ""
  118. " Available values for the text location are: \"top\", \"right\", \"bottom\", and\n"
  119. " \"left\".\n"
  120. msgstr ""
  121. #. type: Plain text
  122. #, no-wrap
  123. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  124. msgstr "[[!meta robots=\"noindex, follow\"]]\n"