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: 2009-07-22 11:17+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"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18 "X-Poedit-Language: Danish\n"
19 "X-Poedit-Country: DENMARK\n"
20 "X-Poedit-SourceCharset: utf-8\n"
24 "The `calendar` directive is supplied by the [[!iki plugins/calendar "
25 "desc=calendar]] plugin. This plugin requires extra setup. See the plugin "
26 "documentation for details."
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"
57 "The calendar is essentially a fancy front end to archives of previous pages, "
58 "usually used for blogs. It can produce a calendar for a given month, or a "
59 "list of months for a given year."
64 "The month format calendar simply links to any page posted on each day of the "
65 "month. The year format calendar links to archive pages, with names like "
66 "`archives/2007` (for all of 2007) and `archives/2007/01` (for January, "
67 "2007). For this to work, you'll need to create these archive pages. They "
68 "typically use [[inline]] to display or list pages created in the given time "
79 "`type` - Used to specify the type of calendar wanted. Can be one of \"month"
80 "\" or \"year\". The default is a month view calendar."
85 "`pages` - Specifies the [[ikiwiki/PageSpec]] of pages to link to from the "
86 "month calendar. Defaults to \"*\"."
91 "`archivebase` - Configures the base of the archives hierarchy. The default "
92 "is \"archives\". Note that this default can also be overridden for the whole "
93 "wiki by setting `archivebase` in ikiwiki's setup file."
98 "`year` - The year for which the calendar is requested. Defaults to the "
102 #. type: Bullet: '* '
104 "`month` - The numeric month for which the calendar is requested, in the "
105 "range 1..12. Used only for the month view calendar, and defaults to the "
109 #. type: Bullet: '* '
111 "`week_start_day` - A number, in the range 0..6, which represents the day of "
112 "the week that the month calendar starts with. 0 is Sunday, 1 is Monday, and "
113 "so on. Defaults to 0, which is Sunday."
116 #. type: Bullet: '* '
118 "`months_per_row` - In the annual calendar, number of months to place in each "
119 "row. Defaults to 3."
124 msgid "[[!meta robots=\"noindex, follow\"]]\n"
125 msgstr "[[!meta robots=\"noindex, follow\"]]\n"