]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - po/underlays/directives/ikiwiki/directive/calendar.de.po
ceb3b4f041c52c2aeb61cef3bac3ec5b3707d74b
[git.ikiwiki.info.git] / po / underlays / directives / ikiwiki / directive / calendar.de.po
1 # German translation of directives/ikiwiki/directive/calendar page for ikiwiki.
2 # Copyright © 2010 Sebastian Kuhnert <mail@sebastian-kuhnert.de>
3 # Redistribution and use in source and compiled forms, with or without
4 # modification, are permitted under any circumstances. No warranty.
5 msgid ""
6 msgstr ""
7 "POT-Creation-Date: 2010-07-18 19:05-0300\n"
8 "PO-Revision-Date: 2017-12-21 21:51+0100\n"
9 "Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
10 "Language-Team: None\n"
11 "Language: de\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=2; plural=n != 1;\n"
17 #. type: Plain text
18 msgid ""
19 "The `calendar` directive is supplied by the [[!iki plugins/calendar "
20 "desc=calendar]] plugin."
21 msgstr ""
22 "Die `calendar`-Anweisung wird durch die [[!iki plugins/calendar "
23 "desc=calendar]]-Erweiterung bereitgestellt."
25 #. type: Plain text
26 msgid ""
27 "This directive displays a calendar, similar to the typical calendars shown "
28 "on some blogs."
29 msgstr ""
30 "Diese Anweisung zeigt einen Kalender, ähnlich denen, die auf manchen Blogs "
31 "angezeigt werden."
33 #. type: Title #
34 #, no-wrap
35 msgid "examples"
36 msgstr "Beispiele"
38 #. type: Plain text
39 #, no-wrap
40 msgid "\t\\[[!calendar ]]\n"
41 msgstr "\t\\[[!calendar ]]\n"
43 #. type: Plain text
44 #, no-wrap
45 msgid "\t\\[[!calendar type=\"month\" pages=\"blog/* and !*/Discussion\"]]\n"
46 msgstr "\t\\[[!calendar type=\"month\" pages=\"blog/* and !*/Discussion\"]]\n"
48 #. type: Plain text
49 #, no-wrap
50 msgid "\t\\[[!calendar type=\"year\" year=\"2005\" pages=\"blog/* and !*/Discussion\"]]\n"
51 msgstr "\t\\[[!calendar type=\"year\" year=\"2005\" pages=\"blog/* and !*/Discussion\"]]\n"
53 #. type: Title ##
54 #, no-wrap
55 msgid "setup"
56 msgstr "Einrichtung"
58 #. type: Plain text
59 msgid ""
60 "The calendar is essentially a fancy front end to archives of previous pages, "
61 "usually used for blogs. It can produce a calendar for a given month, or a "
62 "list of months for a given year. The month format calendar simply links to "
63 "any page posted on each day of the month. The year format calendar links to "
64 "archive pages, with names like `archives/2007` (for all of 2007)  and "
65 "`archives/2007/01` (for January, 2007)."
66 msgstr ""
67 "Der Kalender ist im Wesentlichen eine schicke Schnittstelle zu einem Archiv "
68 "mit früheren Seiten und wird normalerweise für Blogs verwendet. Er kann "
69 "einen Kalender für einen angegebenen Monat erzeugen, oder eine Liste der "
70 "Monate eines angegebenen Jahres. Der Kalender im Jahresformat enthält "
71 "einfach Links zu den Archivseiten mit Namen wie `archiv/2007` (für ganz "
72 "2007) und `archiv/2007/01` (für Januar 2007)."
74 #. type: Plain text
75 msgid ""
76 "While you can insert calendar directives anywhere on your wiki, including in "
77 "the sidebar, you'll also need to create these archive pages. They typically "
78 "use this directive to display a calendar, and also use [[inline]] to display "
79 "or list pages created in the given time frame."
80 msgstr ""
81 "Während `calendar`-Anweisungen überall im Wiki verwendet werden können, auch "
82 "in der Sidebar, muss man auch die Archiv-Seiten anlegen. Dort wird "
83 "typischerweise diese Anweisung verwendet, um einen Kalender anzuzeigen, und "
84 "außerdem die Seiten aus dem entsprechenden Zeitraum über [[inline]] "
85 "eingebunden."
87 #. type: Plain text
88 msgid ""
89 "The `ikiwiki-calendar` command can be used to automatically generate the "
90 "archive pages. It also refreshes the wiki, updating the calendars to "
91 "highlight the current day. This command is typically run at midnight from "
92 "cron."
93 msgstr "Der `ikiwiki-calendar`-Befehl kann verwendet werden, um die Archivseiten automatisch zu erzeugen. Es aktualisiert auch das Wiki und hebt in den Kalendern den aktuellen Tag hervor. Dieser Befehl wird typischerweise um Mitternacht von cron ausgeführt."
95 #. type: Plain text
96 msgid "An example crontab:"
97 msgstr "Ein Beispiel-Eintrag in crontab:"
99 #. type: Plain text
100 #, no-wrap
101 msgid "\t0 0 * * * ikiwiki-calendar ~/ikiwiki.setup \"posts/* and !*/Discussion\"\n"
102 msgstr "\t0 0 * * * ikiwiki-calendar ~/ikiwiki.setup \"posts/* and !*/Discussion\"\n"
104 #. type: Title ##
105 #, no-wrap
106 msgid "usage"
107 msgstr "Verwendung"
109 #. type: Bullet: '* '
110 msgid ""
111 "`type` - Used to specify the type of calendar wanted. Can be one of \"month"
112 "\" or \"year\". The default is a month view calendar."
113 msgstr ""
114 "`type` - Hiermit wird die Art des zu erzeugenden Kalenders angegeben. Kann "
115 "entweder \"month\" oder \"year\" sein. Vorgeingestellt ist die Monatsansicht."
117 #. type: Bullet: '* '
118 msgid ""
119 "`pages` - Specifies the [[ikiwiki/PageSpec]] of pages to link to from the "
120 "month calendar. Defaults to \"*\"."
121 msgstr ""
122 "`pages` - Gibt die [[ikiwiki/PageSpec]] der Seiten an, auf die aus dem "
123 "Monatskalender verwiesen werden soll. Voreingestellt ist \"*\"."
125 #. type: Bullet: '* '
126 msgid ""
127 "`archivebase` - Configures the base of the archives hierarchy.  The default "
128 "is \"archives\". Note that this default can also be overridden for the whole "
129 "wiki by setting `archivebase` in ikiwiki's setup file.  Calendars link to "
130 "pages under here, with names like \"2010/04\" and \"2010\". These pages can "
131 "be automatically created using the `ikiwiki-calendar` program."
132 msgstr "`archivebase` - Konfiguriert die Basis der Archiv-Hierarchie. Voreingestellt ist \"archives\". Dies kann auch für das gesamte Wiki geändert werden, indem `archivebase` in der Setup-Datei von ikiwiki gesetzt wird. Kalender verlinken auf Unterseiten hiervon, etwa \"2010/04\" oder \"2010\". Diese Seiten können durch das Programm `ikiwiki-calendar` automatisch erzeugt werden."
134 #. type: Bullet: '* '
135 msgid ""
136 "`year` - The year for which the calendar is requested. Defaults to the "
137 "current year. Can also use -1 to refer to last year, and so on."
138 msgstr "`year` - Das Jahr, für das der Kalender angezeigt werden soll. Voreingestellt ist das aktuelle Jahr. Es kann auch -1 für das letzte Jahr verwendet werden und so weiter."
140 #. type: Bullet: '* '
141 msgid ""
142 "`month` - The numeric month for which the calendar is requested, in the "
143 "range 1..12. Used only for the month view calendar, and defaults to the "
144 "current month. Can also use -1 to refer to last month, and so on."
145 msgstr "`month` - Der Monat, für den der Kalender angezeigt werden soll, als Zahl von 1 bis 12. Wird nur für Monatskalender verwendet. Voreingestellt ist der aktuelle Monat. Es kann auch -1 für den letzten Monat verwendet werden und so weiter."
147 #. type: Bullet: '* '
148 msgid ""
149 "`week_start_day` - A number, in the range 0..6, which represents the day of "
150 "the week that the month calendar starts with. 0 is Sunday, 1 is Monday, and "
151 "so on. Defaults to 0, which is Sunday."
152 msgstr ""
153 "`week_start_day` - Eine Zahl aus dem Bereich 0 bis 6, die den Wochentag "
154 "angibt, mit dem ein Monatskalender anfängt. 0 ist Sonntag, 1 ist Montag, und "
155 "so weiter. Voreingestellt ist 0, also Sonntag."
157 #. type: Bullet: '* '
158 msgid ""
159 "`months_per_row` - In the year calendar, number of months to place in each "
160 "row. Defaults to 3."
161 msgstr ""
162 "`months_per_row` - Anzahl der Monate, die in einem Jahreskalender in einer "
163 "Zeile platziert werden. Voreingestellt ist 3."
165 #. type: Plain text
166 #, no-wrap
167 msgid "[[!meta robots=\"noindex, follow\"]]\n"
168 msgstr "[[!meta robots=\"noindex, follow\"]]\n"