blob: c75b79d94c495bd331fd0022f85bfc2313656f96 (
plain)
- # German translation of basewiki/templates/popup page for ikiwiki.
- # Copyright © 2010 Sebastian Kuhnert <mail@sebastian-kuhnert.de>
- # Redistribution and use in source and compiled forms, with or without
- # modification, are permitted under any circumstances. No warranty.
- msgid ""
- msgstr ""
- "POT-Creation-Date: 2010-03-12 09:29+0530\n"
- "PO-Revision-Date: 2010-03-12 20:08+0530\n"
- "Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
- "Language-Team: None\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
- #. type: Plain text
- #, no-wrap
- msgid ""
- "<TMPL_UNLESS NAME=\"mouseover\">\n"
- "Use this template to create a popup window that is displayed when the "
- "mouse\n"
- "is over part of the page. This template has two parameters:\n"
- "<ul>\n"
- "<li>`mouseover` - This is the text or other content that triggers the\n"
- "popup.\n"
- "<li>`popup` - This should be the content of the popup window. It can be\n"
- "anything, even images or a whole little wiki page, but should not be too\n"
- "large for good usability.\n"
- "</ul>\n"
- "Note that browsers that do not support the CSS will display the popup\n"
- "inline in the page, inside square brackets.\n"
- "</TMPL_UNLESS>\n"
- "<span class=\"popup\"><TMPL_VAR mouseover>\n"
- "<span class=\"paren\">[</span><span class=\"balloon\"><TMPL_VAR "
- "popup></span><span class=\"paren\">]</span>\n"
- "</span>\n"
- msgstr ""
- "<TMPL_UNLESS NAME=\"mouseover\">\n"
- "Verwende diese Vorlage, um ein Popup-Fenster anzuzeigen, wenn sich die "
- "Maus\n"
- "über diesem Teil der Seite befindet. Dies Vorlage hat zwei Parameter:\n"
- "<ul>\n"
- "<li>`mouseover` - Dies ist der Text oder andere Inhalt, der das "
- "Popup-Fenster\n"
- "auslöst.\n"
- "<li>`popup` - Dies ist der Inhalt des Popup-Fensters. Er kann beliebig "
- "sein,\n"
- "sogar Bilder oder eine ganze kleine Wiki-Seite. Im Interesse guter "
- "Benutzbarkeit\n"
- "sollte er aber nicht zu groß sein."
- "</ul>\n"
- "Beachte, dass Browser, die CSS nicht unterstützen, das Popup innerhalb\n"
- "der Seite anzeigen, eingerahmt durch eckige Klammern.\n"
- "</TMPL_UNLESS>\n"
- "<span class=\"popup\"><TMPL_VAR mouseover>\n"
- "<span class=\"paren\">[</span><span class=\"balloon\"><TMPL_VAR "
- "popup></span><span class=\"paren\">]</span>\n"
- "</span>\n"
|