aboutsummaryrefslogtreecommitdiff
path: root/po/underlays/basewiki/ikiwiki/pagespec/sorting.de.po
blob: 6d1a26a3dd79f861cdcb7bf6dbc1717f101e4784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# German translation of basewiki/ikiwiki/pagespec/sorting page for ikiwiki.
# Copyright © 2010, 2019 Sebastian Kuhnert <mail@sebastian-kuhnert.de>
# Redistribution and use in source and compiled forms, with or without
# modification, are permitted under any circumstances. No warranty.
msgid ""
msgstr ""
"POT-Creation-Date: 2019-06-03 12:25+0200\n"
"PO-Revision-Date: 2019-06-03 12:54+0200\n"
"Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
"Language-Team: None\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#. type: Plain text
msgid ""
"Some [[directives|ikiwiki/directive]] that use [[PageSpecs|ikiwiki/"
"pagespec]] allow specifying the order that matching pages are shown in. The "
"following sort orders can be specified using the `sort` parameter:"
msgstr ""
"[[!meta title=\"Sortierung\"]]\n"
"Bei einigen der [[Anweisungen|ikiwiki/directive]], die [[PageSpecs|ikiwiki/pagespec]] verwenden, kann eine Reihenfolge angegeben werden, in der die ausgewählten Seiten angezeigt werden. Die folgenden Sortierreihenfolgen können im Parameter `sort` angegeben werden:"

#. type: Bullet: '* '
msgid "`age` - List pages from the most recently created to the oldest."
msgstr "`age` - Zeige die Seiten von der zuletzt angelegten zur ältesten."

#. type: Bullet: '* '
msgid "`mtime` - List pages with the most recently modified first."
msgstr "`mtime` - Zeige die Seiten mit der zuletzt veränderten zuerst."

#. type: Bullet: '* '
msgid "`title` - Order by title (page name), e.g. \"z/a a/b a/c\""
msgstr "`title` - Sortiere nach Titel (Seitenname), z.B. \"z/a a/b a/c\""

#. type: Plain text
#, no-wrap
msgid ""
"* `path` - Order by page name including parents, e.g. \"a/b a/c z/a\"\n"
"[[!if test=\"enabled(sortnaturally)\" then=\"\"\"\n"
msgstr ""
"* `path` - Sortiere nach Seitennamen inklusive Eltern, z.B. \"a/b a/c z/a\"\n"
"[[!if test=\"enabled(sortnaturally)\" then=\"\"\"\n"

#. type: Bullet: '* '
msgid ""
"`title_natural` - Orders by title, but numbers in the title are treated as "
"such, (\"1 2 9 10 20\" instead of \"1 10 2 20 9\")"
msgstr "`title_natural` - Sortiert nach Titel, aber Zahlen im Titel werden als solche behandelt(\"1 2 9 10 20\" statt \"1 10 2 20 9\")."

#. type: Bullet: '* '
msgid ""
"`path_natural` - Like `path`, but numbers in the title are treated as such"
msgstr "`path_natural` - Wie `path`, aber Zahlen im Titel werden als solche behandelt"

#. type: Plain text
#, no-wrap
msgid "[[!if test=\"enabled(meta)\" then=\"\"\"\n"
msgstr "[[!if test=\"enabled(meta)\" then=\"\"\"\n"

#. type: Bullet: '* '
msgid ""
"`meta(title)` - Order according to the `\\[[!meta title=\"foo\" sortas=\"bar"
"\"]]` or `\\[[!meta title=\"foo\"]]` [[ikiwiki/directive]], or the page name "
"if no full title was set. `meta(author)`, `meta(date)`, `meta(updated)`, "
"etc.  also work."
msgstr "`meta(title)` - Sortiere nach der `\\[[!meta title=\"foo\" sortas=\"bar\"]]`- oder `\\[[!meta title=\"foo\"]]`-[[Anweisung|ikiwiki/directive]], oder nach dem Seitennamen falls kein Titel gesetzt wurde. `meta(author)`, `meta(date)`, `meta(updated)`, u.s.w. funktionieren auch."

#. type: Plain text
msgid ""
"In addition, you can combine several sort orders and/or reverse the order of "
"sorting, with a string like `age -title` (which would sort by age, then by "
"title in reverse order if two pages have the same age)."
msgstr "Zusätzlich können mehrere Sortierungen und/oder ihre Umkehrungen kombiniert werden, mit einer Zeichenkette wie `age -title` (die zunächst nach Alter sortiert und dann in umgekehrter Reihenfolge nach Titel, falls zwei Seiten das gleiche Alter haben)."

#. type: Plain text
#, no-wrap
msgid "[[!meta robots=\"noindex, follow\"]]\n"
msgstr "[[!meta robots=\"noindex, follow\"]]\n"