summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/tag.es.po
blob: 86a80fe5d62a9d2f90860d1ae147837c16e76139 (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 `tag` and `taglink` directives are supplied by the [[!iki plugins/tag "
  21. "desc=tag]] plugin."
  22. msgstr ""
  23. #. type: Plain text
  24. msgid "These directives allow tagging pages. List tags as follows:"
  25. msgstr ""
  26. #. type: Plain text
  27. #, no-wrap
  28. msgid "\t\\[[!tag tech life linux]]\n"
  29. msgstr ""
  30. #. type: Plain text
  31. msgid ""
  32. "The tags work the same as if you had put a (hidden) [[ikiwiki/WikiLink]] on "
  33. "the page for each tag, so you can use a [[ikiwiki/PageSpec]] match all pages "
  34. "that are tagged with a given tag, for example. The tags will also show up on "
  35. "blog entries and at the bottom of the tagged pages, as well as in RSS and "
  36. "Atom feeds."
  37. msgstr ""
  38. #. type: Plain text
  39. msgid ""
  40. "If you want a visible [[ikiwiki/WikiLink]] along with the tag, use taglink "
  41. "instead:"
  42. msgstr ""
  43. #. type: Plain text
  44. #, no-wrap
  45. msgid ""
  46. "\t\\[[!taglink foo]]\n"
  47. "\t\\[[!taglink tagged_as_foo|foo]]\n"
  48. msgstr ""
  49. #. type: Plain text
  50. msgid ""
  51. "Note that if the wiki is configured to use a tagbase, then the tags will be "
  52. "located under a base directory, such as \"tags/\". This is a useful way to "
  53. "avoid having to write the full path to tags, if you want to keep them "
  54. "grouped together out of the way. Also, since ikiwiki then knows where to put "
  55. "tags, it will automatically create tag pages when new tags are used."
  56. msgstr ""
  57. #. type: Plain text
  58. msgid ""
  59. "Bear in mind that specifying a tagbase means you will need to incorporate it "
  60. "into the `link()` [[ikiwiki/PageSpec]] you use: e.g., if your tagbase is "
  61. "`tag`, you would match pages tagged \"foo\" with `link(tag/foo)`."
  62. msgstr ""
  63. #. type: Plain text
  64. msgid ""
  65. "If you want to override the tagbase for a particular tag, you can use "
  66. "something like this:"
  67. msgstr ""
  68. #. type: Plain text
  69. #, no-wrap
  70. msgid ""
  71. "\t\\[[!tag /foo]]\n"
  72. "\t\\[[!taglink /foo]]\n"
  73. msgstr ""
  74. #. type: Plain text
  75. #, no-wrap
  76. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  77. msgstr ""