1# German translation of directives/ikiwiki/directive/more page for ikiwiki.
2# Copyright © 2010, 2017 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.
5msgid ""
6msgstr ""
7"POT-Creation-Date: 2019-06-03 12:25+0200\n"
8"PO-Revision-Date: 2017-12-21 22:09+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"
16
17#. type: Plain text
18msgid ""
19"The `more` directive is supplied by the [[!iki plugins/more desc=more]] "
20"plugin."
21msgstr ""
22"Die `more`-Anweisung wird durch die [[!iki plugins/more desc=more]]-"
23"Erweiterung bereitgestellt."
24
25#. type: Plain text
26msgid ""
27"This directive provides a way to have a \"more\" link on a post in a blog, "
28"that leads to the full version of the page. Use it like this:"
29msgstr ""
30"Diese Anweise stellt eine Möglichkeit zur Verfügung, einen \"mehr\"-Link in "
31"einem Blogeintrag anzuzeigen, der zur kompletten Version der Seite führt. "
32"Benutzt wird sie folgendermaßen:"
33
34#. type: Plain text
35#, no-wrap
36msgid "\t\\[[!more linktext=\"click for more\" text=\"\"\"\n"
37msgstr "\t\\[[!more linktext=\"mehr &hellip;\" text=\"\"\"\n"
38
39#. type: Plain text
40#, no-wrap
41msgid ""
42"\tThis is the rest of my post. Not intended for people catching up on\n"
43"\ttheir blogs at 30,000 feet. Because I like to make things\n"
44"\tdifficult.\n"
45msgstr ""
46"\tDies ist der Rest meines Blog-Eintrags. Er ist nicht für Leute\n"
47"\tgedacht, die auf 10000m Blogs lesen, weil ich es gerne kompliziert\n"
48"\tmache.\n"
49
50#. type: Plain text
51msgid "If the `linktext` parameter is omitted it defaults to just \"more\"."
52msgstr ""
53"Wenn der Parameter `linktext` weggelassen wird, wird einfach \"more\" "
54"angezeigt."
55
56#. type: Plain text
57msgid ""
58"An optional `pages` parameter can be used to specify a [[ikiwiki/PageSpec]], "
59"and then the \"more\" link will only be displayed when the page is inlined "
60"into a page matching that PageSpec, and otherwise the full content shown."
61msgstr ""
62
63#. type: Plain text
64msgid ""
65"Note that you can accomplish something similar using a [[toggle]] instead."
66msgstr "Etwas ähnliches kann auch mit einem [[toggle]] erreicht werden."
67
68#. type: Plain text
69#, no-wrap
70msgid "[[!meta robots=\"noindex, follow\"]]\n"
71msgstr "[[!meta robots=\"noindex, follow\"]]\n"
72