summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/graph.cs.po
blob: c3d2dafec5e9900e514102866a076d84124224dc (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 `graph` directive is supplied by the [[!iki plugins/graphviz "
  21. "desc=graphviz]] plugin."
  22. msgstr ""
  23. #. type: Plain text
  24. msgid ""
  25. "This directive allows embedding [graphviz](http://www.graphviz.org/) graphs "
  26. "in a page. Example usage:"
  27. msgstr ""
  28. #. type: Plain text
  29. #, no-wrap
  30. msgid "\t\\[[!graph src=\"a -> b -> c; a -> c;\"]]\n"
  31. msgstr ""
  32. #. type: Plain text
  33. msgid ""
  34. "Note that graphs will only show up in previews if your browser has "
  35. "[[!wikipedia data: URI]] support, or if the same graph already exists on "
  36. "that page."
  37. msgstr ""
  38. #. type: Plain text
  39. msgid "The `graph` directive supports the following parameters:"
  40. msgstr ""
  41. #. type: Bullet: '- '
  42. msgid "`src` - The graphviz source to render."
  43. msgstr ""
  44. #. type: Bullet: '- '
  45. msgid ""
  46. "`type` - The type of graph to render: `graph` or `digraph`. Defaults to "
  47. "`digraph`."
  48. msgstr ""
  49. #. type: Bullet: '- '
  50. msgid ""
  51. "`prog` - The graphviz program to render with: `dot`, `neato`, `fdp`, "
  52. "`twopi`, or `circo`. Defaults to `dot`."
  53. msgstr ""
  54. #. type: Bullet: '- '
  55. msgid ""
  56. "`height`, `width` - Limit the size of the graph to a given height and width, "
  57. "in inches. You must specify both to limit the size; otherwise, graphviz will "
  58. "choose a size, without any limit."
  59. msgstr ""
  60. #. type: Plain text
  61. #, no-wrap
  62. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  63. msgstr ""