summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/linkmap.cs.po
blob: ca456000cfc0014ade13c9fecc5ef2e24c26b511 (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 `linkmap` directive is supplied by the [[!iki plugins/linkmap "
  21. "desc=linkmap]] plugin."
  22. msgstr ""
  23. #. type: Plain text
  24. msgid ""
  25. "This directive uses [graphviz](http://www.graphviz.org/) to generate a graph "
  26. "showing the links between a set of pages in the wiki. Example usage:"
  27. msgstr ""
  28. #. type: Plain text
  29. #, no-wrap
  30. msgid "\t\\[[!linkmap pages=\"* and !blog/* and !*/Discussion\"]]\n"
  31. msgstr ""
  32. #. type: Plain text
  33. msgid ""
  34. "Only links between mapped pages will be shown; links pointing to or from "
  35. "unmapped pages will be omitted. If the pages to include are not specified, "
  36. "the links between all pages (and other files) in the wiki are mapped."
  37. msgstr ""
  38. #. type: Plain text
  39. msgid ""
  40. "Here are descriptions of all the supported parameters to the `linkmap` "
  41. "directive:"
  42. msgstr ""
  43. #. type: Bullet: '* '
  44. msgid "`pages` - A [[ikiwiki/PageSpec]] of the pages to map."
  45. msgstr ""
  46. #. type: Bullet: '* '
  47. msgid ""
  48. "`height`, `width` - Limit the size of the map to a given height and width, "
  49. "in inches. Both must be specified for the limiting to take effect, otherwise "
  50. "the map's size is not limited."
  51. msgstr ""
  52. #. type: Bullet: '* '
  53. msgid ""
  54. "`connected` - Controls whether to include pages on the map that link to no "
  55. "other pages (connected=no, the default), or to only show pages that link to "
  56. "others (connected=yes)."
  57. msgstr ""
  58. #. type: Plain text
  59. msgid ""
  60. "For best results, only a small set of pages should be mapped, since "
  61. "otherwise the map can become very large, unwieldy, and complicated. If too "
  62. "many pages are included, the map may get so large that graphviz cannot "
  63. "render it. Using the `connected` parameter is a good way to prune out pages "
  64. "that clutter the map."
  65. msgstr ""
  66. #. type: Plain text
  67. #, no-wrap
  68. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  69. msgstr ""