summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/pagetemplate.de.po
blob: 8fddac168aa0d3c9e46749e3785f2191b0ba0f39 (plain)
  1. # German translation of directives/ikiwiki/directive/pagetemplate 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-03-12 09:29+0530\n"
  8. "PO-Revision-Date: 2010-03-14 14:05+0530\n"
  9. "Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
  10. "Language-Team: None\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n
  14. "Plural-Forms: nplurals=2; plural=n != 1;\n"
  15. #. type: Plain text
  16. msgid ""
  17. "The `pagetemplate` directive is supplied by the [[!iki plugins/pagetemplate "
  18. "desc=pagetemplate]] plugin."
  19. msgstr ""
  20. "Die `pagetemplate`-Anweisung wird durch die [[!iki plugins/pagetemplate "
  21. "desc=pagetemplate]]-Erweiterung bereitgestellt."
  22. #. type: Plain text
  23. msgid ""
  24. "This directive allows a page to be displayed using a different template than "
  25. "the default `page.tmpl` template."
  26. msgstr ""
  27. "Diese Anweisung erlaubt es, für eine Seite eine andere als die "
  28. "voreingestellte Vorlage `page.tmpl` zu verwenden."
  29. #. type: Plain text
  30. msgid ""
  31. "The page text is inserted into the template, so the template controls the "
  32. "overall look and feel of the wiki page. This is in contrast to the "
  33. "[[ikiwiki/directive/template]] directive, which allows inserting templates "
  34. "_into_ the body of a page."
  35. msgstr ""
  36. "Der Seiteninhalt wird in die Vorlage eingefügt, die Vorlage steuert also das "
  37. "allgemeine Erscheinungsbild der Seite. Im Gegensatz dazu erlaubt die "
  38. "[[ikiwiki/directive/template]]-Anweisung, Vorlagen _in_ den Text einer Seite "
  39. "einzufügen."
  40. #. type: Plain text
  41. msgid ""
  42. "This directive can only reference templates that are already installed by "
  43. "the system administrator, typically into the `/usr/share/ikiwiki/templates` "
  44. "directory. Example:"
  45. msgstr ""
  46. "Diese Anweisung kann nur auf Vorlagen zurückgreifen, die bereits durch den "
  47. "Systemadministrator installiert wurden, typischerweise im Verzeichnis "
  48. "`/usr/share/ikiwiki/templates`. Beispiel:"
  49. #. type: Plain text
  50. #, no-wrap
  51. msgid "\t\\[[!pagetemplate template=\"my_fancy.tmpl\"]]\n"
  52. msgstr "\t\\[[!pagetemplate template=\"my_fancy.tmpl\"]]\n"
  53. #. type: Plain text
  54. #, no-wrap
  55. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  56. msgstr "[[!meta robots=\"noindex, follow\"]]\n"