summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/ping.de.po
blob: 922b72d81a825003e102aa2184fcf258551adefa (plain)
  1. # German translation of directives/ikiwiki/directive/ping 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:06+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 `ping` directive is supplied by the [[!iki plugins/pinger desc=pinger]] "
  19. "plugin."
  20. msgstr ""
  21. "Die `ping`-Anweisung wird durch die [[!iki plugins/pinger desc=pinger]]-"
  22. "Erweiterung bereitgestellt."
  23. #. type: Plain text
  24. msgid ""
  25. "This directive allows ikiwiki to be configured to hit a URL each time it "
  26. "updates the wiki. One way to use this is in conjunction with the [[!iki "
  27. "plugins/pingee desc=pingee]] plugin to set up a loosely coupled mirror "
  28. "network, or a branched version of a wiki. By pinging the mirror or branch "
  29. "each time the main wiki changes, it can be kept up-to-date."
  30. msgstr ""
  31. "Diese Anweisung erlaubt es ikiwiki so zu konfigurieren, dass eine bestimmte "
  32. "URL jedes mal aufgerufen wird, wenn das Wiki aktualisiert wird. Dies kann in "
  33. "Kombination mit der [[!iki plugins/pingee desc=pingee]]-Erweiterung dazu "
  34. "verwendet werden, ein eng gekoppeltes Netzwerk mit gespiegelten oder "
  35. "abgeleiteten Wikis einzurichten. Durch das Anpingen kann bei jeder Änderung "
  36. "der Spiegel oder das abgeleitete Wiki aktuell gehalten werden."
  37. #. type: Plain text
  38. #, no-wrap
  39. msgid ""
  40. " \\[[!ping from=\"http://mywiki.com/\"\n"
  41. " to=\"http://otherwiki.com/ikiwiki.cgi?do=ping\"]]\n"
  42. msgstr ""
  43. " \\[[!ping from=\"http://mywiki.com/\"\n"
  44. " to=\"http://otherwiki.com/ikiwiki.cgi?do=ping\"]]\n"
  45. #. type: Plain text
  46. msgid ""
  47. "The \"from\" parameter must be identical to the url of the wiki that is "
  48. "doing the pinging. This is used to prevent ping loops."
  49. msgstr ""
  50. "Der Parameter `from` muss identisch zur URL des Wikis sein, dass den Ping "
  51. "durchführt. Dies wird verwendet, um Schleifen zu verhindern."
  52. #. type: Plain text
  53. msgid ""
  54. "The \"to\" parameter is the url to ping. The example shows how to ping "
  55. "another ikiwiki instance."
  56. msgstr ""
  57. "Der Parameter `to` ist die URL, die aufgerufen werden soll. Das Beispiel "
  58. "zeigt, wie eine andere ikiwiki-Instanz angepingt werden kann."
  59. #. type: Plain text
  60. #, no-wrap
  61. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  62. msgstr "[[!meta robots=\"noindex, follow\"]]\n"