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