summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/graph.de.po
blob: 68065540acb385ced448d5093bf2600d064eb4e6 (plain)
  1. # German translation of directives/ikiwiki/directive/graph page for ikiwiki.
  2. # Copyright © 2010 Sebastian Kuhnert <mail@sebastian-kuhnert.de>
  3. # Redistribution and use in source and compiled forms, with or without
  4. # modification, are permitted under any circumstances. No warranty.
  5. msgid ""
  6. msgstr ""
  7. "POT-Creation-Date: 2011-05-05 20:04+0300\n"
  8. "PO-Revision-Date: 2010-03-14 14:01+0530\n"
  9. "Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
  10. "Language-Team: None\n"
  11. "Language: \n"
  12. "MIME-Version: 1.0\n"
  13. "Content-Type: text/plain; charset=UTF-8\n"
  14. "Content-Transfer-Encoding: 8bit\n"
  15. "Plural-Forms: nplurals=2; plural=n != 1;\n"
  16. #. type: Plain text
  17. msgid ""
  18. "The `graph` directive is supplied by the [[!iki plugins/graphviz "
  19. "desc=graphviz]] plugin."
  20. msgstr ""
  21. "Die `graph`-Anweisung wird durch die [[!iki plugins/graphviz desc=graphviz]]-"
  22. "Erweiterung bereitgestellt."
  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. "Diese Anweisung erlaubt es, von [graphviz](http://www.graphviz.org/) "
  29. "erzeugte Graphen in eine Seite einzubinden. Verwendungsbeispiel:"
  30. #. type: Plain text
  31. #, no-wrap
  32. msgid "\t\\[[!graph src=\"a -> b -> c; a -> c;\"]]\n"
  33. msgstr "\t\\[[!graph src=\"a -> b -> c; a -> c;\"]]\n"
  34. #. type: Plain text
  35. msgid ""
  36. "Note that graphs will only show up in previews if your browser has [[!"
  37. "wikipedia data: URI]] support, or if the same graph already exists on that "
  38. "page."
  39. msgstr ""
  40. "Zu beachten ist, dass der Graph nur dann in der Vorschau auftaucht, wenn der "
  41. "verwendete Browser [[!wikipedia data: URI]] unterstützt, oder wenn derselbe "
  42. "Graph bereits auf der Seite existiert."
  43. #. type: Plain text
  44. msgid "The `graph` directive supports the following parameters:"
  45. msgstr "Die `graph`-Anweisung unterstützt die folgenden Parameter:"
  46. #. type: Bullet: '- '
  47. msgid "`src` - The graphviz source to render."
  48. msgstr "`src` - Der graphviz-Quelltext des zu erzeugenden Graphen."
  49. #. type: Bullet: '- '
  50. msgid ""
  51. "`type` - The type of graph to render: `graph` or `digraph`. Defaults to "
  52. "`digraph`."
  53. msgstr ""
  54. "`type` - Die Art des zu erzeugenden Graphen: `graph` oder `digraph`. "
  55. "Voreingestellt ist `digraph`."
  56. #. type: Bullet: '- '
  57. msgid ""
  58. "`prog` - The graphviz program to render with: `dot`, `neato`, `fdp`, "
  59. "`twopi`, or `circo`. Defaults to `dot`."
  60. msgstr ""
  61. "`prog` - Das graphviz-Programm, mit dem der Graph erzeugt werden soll: "
  62. "`dot`, `neato`, `fdp`, `twopi` oder `circo`. Voreingestellt ist `dot`."
  63. #. type: Bullet: '- '
  64. msgid ""
  65. "`height`, `width` - Limit the size of the graph to a given height and width, "
  66. "in inches. You must specify both to limit the size; otherwise, graphviz will "
  67. "choose a size, without any limit."
  68. msgstr ""
  69. "`height`, `width` - Begrenzt die Größe des erzeugten Graphen durch die in "
  70. "Inch angegebene Höhe und Breite. Es müssen beide angegeben werden, um die "
  71. "Größe zu beschränken, graphviz sucht sich sonst selbst eine Größe aus, ohne "
  72. "jede Beschränkung."
  73. #. type: Plain text
  74. #, no-wrap
  75. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  76. msgstr "[[!meta robots=\"noindex, follow\"]]\n"