summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/if.de.po
blob: e308f62b62d27a64c9b5f3035e141b4bd6c1bcf8 (plain)
  1. # German translation of directives/ikiwiki/directive/if 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: 2011-05-05 20:04+0300\n"
  8. "PO-Revision-Date: 2010-03-14 14:02+0530\n"
  9. "Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
  10. "Language-Team: None\n"
  11. "Language: \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. #. type: Plain text
  17. msgid ""
  18. "The `if` directive is supplied by the [[!iki plugins/conditional "
  19. "desc=conditional]] plugin."
  20. msgstr ""
  21. "Die `if`-Anweisung wird durch die [[!iki plugins/conditional "
  22. "desc=conditional]]-Erweiterung bereitgestellt."
  23. #. type: Plain text
  24. msgid ""
  25. "With this directive, you can make text be conditionally displayed on a "
  26. "page. For example:"
  27. msgstr ""
  28. "Mit dieser Anweisung kann die Anzeige von Text an bestimmte Bedingungen "
  29. "geknüpft werden. Zum Beispiel:"
  30. #. type: Plain text
  31. #, no-wrap
  32. msgid ""
  33. "\t\\[[!if test=\"enabled(smiley)\"\n"
  34. "\t then=\"The smiley plugin is enabled :-)\"\n"
  35. "\t else=\"No smiley plugin here..\"]]\n"
  36. msgstr ""
  37. "\t\\[[!if test=\"enabled(smiley)\"\n"
  38. "\t then=\"Die smiley-Erweiterung ist aktiviert :-)\"\n"
  39. "\t else=\"Hier gibt es keine smiley-Erweiterung &hellip;\"]]\n"
  40. #. type: Plain text
  41. msgid ""
  42. "If the specified `test` succeeds, the `then` text will be displayed, "
  43. "otherwise the `else` text will be displayed. The `else` part is optional."
  44. msgstr ""
  45. "Wenn der angegebene `test` erfolgreich ist, wird der `then`-Text angezeigt, "
  46. "sonst der `else`-Text. Der `else`-Teil ist optional."
  47. #. type: Plain text
  48. msgid ""
  49. "The `then` and `else` values can include any markup that would be allowed in "
  50. "the wiki page outside the template. Triple-quoting the values even allows "
  51. "quotes to be included."
  52. msgstr ""
  53. "Die Werte für `then` und `else` können beliebige Formatierungsanweisungen "
  54. "enthalten, die außerhalb der Anweisung erlaubt wären. Werten die Werte durch "
  55. "dreifache Anführungszeichen abgetrennt, können sie sogar Anführungszeichen "
  56. "enthalten."
  57. #. type: Plain text
  58. msgid ""
  59. "The `test` is a [[ikiwiki/PageSpec]]; if it matches any page in the wiki "
  60. "then it succeeds. So you can do things like testing for the existence of a "
  61. "page or pages, testing to see if any pages were created in a given month, "
  62. "and so on."
  63. msgstr ""
  64. "Der `test` ist eine [[ikiwiki/PageSpec]]; wenn sie auf irgendeine Seite im "
  65. "Wiki passt, hat der Test Erfolg. Dadurch kann man die Existenz einer oder "
  66. "mehrerer Seiten überprüfen, überprüfen ob in einem bestimmten Monat Seiten "
  67. "angelegt wurden, und so weiter."
  68. #. type: Plain text
  69. msgid ""
  70. "If you want the [[ikiwiki/PageSpec]] to only match against the page that "
  71. "contains the conditional, rather than matching against all pages in the "
  72. "wiki, set the \"all\" parameter to \"no\"."
  73. msgstr ""
  74. "Wenn die [[ikiwiki/PageSpec]] nur auf die aktuelle Seite angewendet werden "
  75. "soll, die die Bedingung enthält (und nicht auf alle Seiten im Wiki), kann "
  76. "der optionale `all`-Parameter auf `no` gesetzt werden."
  77. #. type: Plain text
  78. msgid ""
  79. "In an `if` directive, the regular [[ikiwiki/PageSpec]] syntax is expanded "
  80. "with the following additional tests:"
  81. msgstr ""
  82. "In einer `if`-Anweisung sind neben der regulären [[ikiwiki/PageSpec]]-Syntax "
  83. "die folgenden zusätzlichen Test verfügbar:"
  84. #. type: Bullet: '* '
  85. msgid "enabled(plugin)"
  86. msgstr "enabled(plugin)"
  87. #. type: Plain text
  88. #, no-wrap
  89. msgid " Tests whether the specified plugin is enabled.\n"
  90. msgstr " Prüft, ob die angegebene Erweiterung aktiviert ist.\n"
  91. #. type: Bullet: '* '
  92. msgid "sourcepage(glob)"
  93. msgstr "sourcepage(glob)"
  94. #. type: Plain text
  95. #, no-wrap
  96. msgid ""
  97. " Tests whether the glob matches the name of the page that contains the\n"
  98. " conditional.\n"
  99. msgstr ""
  100. " Prüft, ob das angegebene Muster auf den Namen der Seite passt, die die\n"
  101. " Bedingung enthält.\n"
  102. #. type: Bullet: '* '
  103. msgid "destpage(glob)"
  104. msgstr "destpage(glob)"
  105. #. type: Plain text
  106. #, no-wrap
  107. msgid ""
  108. " Tests whether the glob matches the name of the page that is being built.\n"
  109. " That might be different than the name of the page that contains the\n"
  110. " conditional, if it's being inlined into another page.\n"
  111. msgstr ""
  112. " Prüft, ob das Muster auf den namen der Seite passt, die gerade erzeugt\n"
  113. " wird. Dies kann ein anderer Name sein als der der Seite, die die Bedingung\n"
  114. " enthält, wenn diese über [[inline]] in eine andere Seite eingebunden wird.\n"
  115. #. type: Bullet: '* '
  116. msgid "included()"
  117. msgstr "included()"
  118. #. type: Plain text
  119. #, no-wrap
  120. msgid ""
  121. " Tests whether the page is being included onto another page, for example\n"
  122. " via [[inline]] or [[map]]. Note that pages inserted into other pages\n"
  123. " via [[template]] are not matched here.\n"
  124. msgstr ""
  125. #. type: Plain text
  126. #, no-wrap
  127. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  128. msgstr "[[!meta robots=\"noindex, follow\"]]\n"
  129. #~ msgid " Tests whether the page is being included onto another page.\n"
  130. #~ msgstr " Prüft, ob die Seite gerade in eine andere eingebunden wird.\n"