1 # Danish translation of directives/ikiwiki/directive/calendar page for ikiwiki.
2 # Copyright (C) 2008-2009 Jonas Smedegaard <dr@jones.dk>
3 # This file is distributed under the same license as the ikiwiki package.
4 # Jonas Smedegaard <dr@jones.dk>, 2008.
8 "Project-Id-Version: ikiwiki 3.15\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2010-07-18 19:05-0300\n"
11 "PO-Revision-Date: 2009-07-23 00:06+0200\n"
12 "Last-Translator: Jonas Smedegaard <dr@jones.dk>\n"
13 "Language-Team: None\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19 "X-Poedit-Language: Danish\n"
20 "X-Poedit-Country: DENMARK\n"
21 "X-Poedit-SourceCharset: utf-8\n"
25 "The `calendar` directive is supplied by the [[!iki plugins/calendar "
26 "desc=calendar]] plugin."
31 "This directive displays a calendar, similar to the typical calendars shown "
42 msgid "\t\\[[!calendar ]]\n"
43 msgstr "\t\\[[!calendar ]]\n"
47 msgid "\t\\[[!calendar type=\"month\" pages=\"blog/* and !*/Discussion\"]]\n"
48 msgstr "\t\\[[!calendar type=\"month\" pages=\"blog/* and !*/Discussion\"]]\n"
52 msgid "\t\\[[!calendar type=\"year\" year=\"2005\" pages=\"blog/* and !*/Discussion\"]]\n"
53 msgstr "\t\\[[!calendar type=\"year\" year=\"2005\" pages=\"blog/* and !*/Discussion\"]]\n"
62 "The calendar is essentially a fancy front end to archives of previous pages, "
63 "usually used for blogs. It can produce a calendar for a given month, or a "
64 "list of months for a given year. The month format calendar simply links to "
65 "any page posted on each day of the month. The year format calendar links to "
66 "archive pages, with names like `archives/2007` (for all of 2007) and "
67 "`archives/2007/01` (for January, 2007)."
72 "While you can insert calendar directives anywhere on your wiki, including in "
73 "the sidebar, you'll also need to create these archive pages. They typically "
74 "use this directive to display a calendar, and also use [[inline]] to display "
75 "or list pages created in the given time frame."
80 "The `ikiwiki-calendar` command can be used to automatically generate the "
81 "archive pages. It also refreshes the wiki, updating the calendars to "
82 "highlight the current day. This command is typically run at midnight from "
87 msgid "An example crontab:"
92 msgid "\t0 0 * * * ikiwiki-calendar ~/ikiwiki.setup \"posts/* and !*/Discussion\"\n"
100 #. type: Bullet: '* '
102 "`type` - Used to specify the type of calendar wanted. Can be one of \"month"
103 "\" or \"year\". The default is a month view calendar."
106 #. type: Bullet: '* '
108 "`pages` - Specifies the [[ikiwiki/PageSpec]] of pages to link to from the "
109 "month calendar. Defaults to \"*\"."
112 #. type: Bullet: '* '
114 "`archivebase` - Configures the base of the archives hierarchy. The default "
115 "is \"archives\". Note that this default can also be overridden for the whole "
116 "wiki by setting `archivebase` in ikiwiki's setup file. Calendars link to "
117 "pages under here, with names like \"2010/04\" and \"2010\". These pages can "
118 "be automatically created using the `ikiwiki-calendar` program."
121 #. type: Bullet: '* '
123 "`year` - The year for which the calendar is requested. Defaults to the "
124 "current year. Can also use -1 to refer to last year, and so on."
127 #. type: Bullet: '* '
129 "`month` - The numeric month for which the calendar is requested, in the "
130 "range 1..12. Used only for the month view calendar, and defaults to the "
131 "current month. Can also use -1 to refer to last month, and so on."
134 #. type: Bullet: '* '
136 "`week_start_day` - A number, in the range 0..6, which represents the day of "
137 "the week that the month calendar starts with. 0 is Sunday, 1 is Monday, and "
138 "so on. Defaults to 0, which is Sunday."
141 #. type: Bullet: '* '
143 "`months_per_row` - In the year calendar, number of months to place in each "
144 "row. Defaults to 3."
149 msgid "[[!meta robots=\"noindex, follow\"]]\n"
150 msgstr "[[!meta robots=\"noindex, follow\"]]\n"