summaryrefslogtreecommitdiff
path: root/po/underlays/directives/ikiwiki/directive/progress.de.po
blob: 67b24ecbd4931100f842e76ca1357a670b2b566c (plain)
  1. # German translation of directives/ikiwiki/directive/progress 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:07+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 `progress` directive is supplied by the [[!iki plugins/progress "
  19. "desc=progress]] plugin."
  20. msgstr ""
  21. "Die `progress`-Anweisung wird durch die [[!iki plugins/progress "
  22. "desc=progress]]-Erweiterung bereitgestellt."
  23. #. type: Plain text
  24. msgid "This directive generates a progress bar."
  25. msgstr "Diese Anweisung erzeugt einen Fortschrittsbalken."
  26. #. type: Plain text
  27. msgid ""
  28. "There are two possible parameter sets. The first is a single parameter "
  29. "\"percent\" which holds a percentage figure of how complete the progress bar "
  30. "is."
  31. msgstr ""
  32. "Es gibt zwei mögliche Parameter-Mengen. Die erste besteht aus dem einzelnen "
  33. "Parameter `percent`, der die Prozentzahl enthält, wie vollständig der "
  34. "Fortschrittsbalken ist."
  35. #. type: Plain text
  36. msgid ""
  37. "The second possible set of parameters is a pair of [[ikiwiki/PageSpec]]s, "
  38. "`totalpages` and `donepages`. The directive counts the number of pages in "
  39. "each pagespec and shows the percentage of the total pages that are done."
  40. msgstr ""
  41. "Die zweite mögliche Parameter-Menge ist ein Paar von [[ikiwiki/PageSpec]]s, "
  42. "`totalpages` und `donepages`. Die Anweisung zählt dann jeweils die passenden "
  43. "Seiten und zeigt an, welcher Anteil der Seiten fertig ist."
  44. #. type: Plain text
  45. msgid "For example, to show what percentage of pages have discussion pages:"
  46. msgstr ""
  47. "Zum Beispiel kann man anzeigen, welcher Anteil der Seiten eine "
  48. "Diskussionsseite haben:"
  49. #. type: Plain text
  50. #, no-wrap
  51. msgid "\t\\[[!progress totalpages=\"* and !*/Discussion\" donepages=\"*/Discussion\"]]\n"
  52. msgstr "\t\\[[!progress totalpages=\"* and !*/Discussion\" donepages=\"*/Discussion\"]]\n"
  53. #. type: Plain text
  54. #, no-wrap
  55. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  56. msgstr "[[!meta robots=\"noindex, follow\"]]\n"