summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/calendar.es.po
blob: fcfdd8cf375a787dfc3e033f45b23fcb67af175a (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 `calendar` directive is supplied by the [[!iki plugins/calendar "
  21. "desc=calendar]] plugin."
  22. msgstr ""
  23. #. type: Plain text
  24. msgid ""
  25. "This directive displays a calendar, similar to the typical calendars shown "
  26. "on some blogs."
  27. msgstr ""
  28. #. type: Title #
  29. #, no-wrap
  30. msgid "examples"
  31. msgstr ""
  32. #. type: Plain text
  33. #, no-wrap
  34. msgid "\t\\[[!calendar ]]\n"
  35. msgstr ""
  36. #. type: Plain text
  37. #, no-wrap
  38. msgid "\t\\[[!calendar type=\"month\" pages=\"blog/* and !*/Discussion\"]]\n"
  39. msgstr ""
  40. #. type: Plain text
  41. #, no-wrap
  42. msgid ""
  43. "\t\\[[!calendar type=\"year\" year=\"2005\" pages=\"blog/* and "
  44. "!*/Discussion\"]]\n"
  45. msgstr ""
  46. #. type: Title ##
  47. #, no-wrap
  48. msgid "setup"
  49. msgstr ""
  50. #. type: Plain text
  51. msgid ""
  52. "The calendar is essentially a fancy front end to archives of previous pages, "
  53. "usually used for blogs. It can produce a calendar for a given month, or a "
  54. "list of months for a given year. The month format calendar simply links to "
  55. "any page posted on each day of the month. The year format calendar links to "
  56. "archive pages, with names like `archives/2007` (for all of 2007) and "
  57. "`archives/2007/01` (for January, 2007)."
  58. msgstr ""
  59. #. type: Plain text
  60. msgid ""
  61. "While you can insert calendar directives anywhere on your wiki, including in "
  62. "the sidebar, you'll also need to create these archive pages. They typically "
  63. "use this directive to display a calendar, and also use [[inline]] to display "
  64. "or list pages created in the given time frame."
  65. msgstr ""
  66. #. type: Plain text
  67. msgid ""
  68. "The `ikiwiki-calendar` command can be used to automatically generate the "
  69. "archive pages. It also refreshes the wiki, updating the calendars to "
  70. "highlight the current day. This command is typically run at midnight from "
  71. "cron."
  72. msgstr ""
  73. #. type: Plain text
  74. msgid "An example crontab:"
  75. msgstr ""
  76. #. type: Plain text
  77. #, no-wrap
  78. msgid "\t0 0 * * * ikiwiki-calendar ~/ikiwiki.setup \"posts/* and !*/Discussion\"\n"
  79. msgstr ""
  80. #. type: Title ##
  81. #, no-wrap
  82. msgid "usage"
  83. msgstr ""
  84. #. type: Bullet: '* '
  85. msgid ""
  86. "`type` - Used to specify the type of calendar wanted. Can be one of "
  87. "\"month\" or \"year\". The default is a month view calendar."
  88. msgstr ""
  89. #. type: Bullet: '* '
  90. msgid ""
  91. "`pages` - Specifies the [[ikiwiki/PageSpec]] of pages to link to from the "
  92. "month calendar. Defaults to \"*\"."
  93. msgstr ""
  94. #. type: Bullet: '* '
  95. msgid ""
  96. "`archivebase` - Configures the base of the archives hierarchy. The default "
  97. "is \"archives\". Note that this default can also be overridden for the whole "
  98. "wiki by setting `archivebase` in ikiwiki's setup file. Calendars link to "
  99. "pages under here, with names like \"2010/04\" and \"2010\". These pages can "
  100. "be automatically created using the `ikiwiki-calendar` program."
  101. msgstr ""
  102. #. type: Bullet: '* '
  103. msgid ""
  104. "`year` - The year for which the calendar is requested. Defaults to the "
  105. "current year. Can also use -1 to refer to last year, and so on."
  106. msgstr ""
  107. #. type: Bullet: '* '
  108. msgid ""
  109. "`month` - The numeric month for which the calendar is requested, in the "
  110. "range 1..12. Used only for the month view calendar, and defaults to the "
  111. "current month. Can also use -1 to refer to last month, and so on."
  112. msgstr ""
  113. #. type: Bullet: '* '
  114. msgid ""
  115. "`week_start_day` - A number, in the range 0..6, which represents the day of "
  116. "the week that the month calendar starts with. 0 is Sunday, 1 is Monday, and "
  117. "so on. Defaults to 0, which is Sunday."
  118. msgstr ""
  119. #. type: Bullet: '* '
  120. msgid ""
  121. "`months_per_row` - In the year calendar, number of months to place in each "
  122. "row. Defaults to 3."
  123. msgstr ""
  124. #. type: Plain text
  125. #, no-wrap
  126. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  127. msgstr ""