diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/note.de.po | 53 | ||||
-rw-r--r-- | templates/popup.de.po | 68 |
2 files changed, 121 insertions, 0 deletions
diff --git a/templates/note.de.po b/templates/note.de.po new file mode 100644 index 0000000..41e9909 --- /dev/null +++ b/templates/note.de.po @@ -0,0 +1,53 @@ +# German translation of basewiki/templates/note 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-07-18 22:29+0000\n" +"PO-Revision-Date: 2010-03-12 20:04+0530\n" +"Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n" +"Language-Team: None\n" +"Language: \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 +#, fuzzy, no-wrap +#| msgid "" +#| "<div class=\"notebox\">\n" +#| "<TMPL_VAR text>\n" +#| "</div>\n" +#| "<TMPL_UNLESS NAME=\"text\">\n" +#| "Use this template to insert a note into a page. The note will be styled to\n" +#| "float to the right of other text on the page. This template has one\n" +#| "parameter:\n" +#| "<ul>\n" +#| "<li>`text` - the text to display in the note\n" +#| "</ul>\n" +#| "</TMPL_UNLESS>\n" +msgid "" +"<div class=\"notebox\">\n" +"<TMPL_VAR text>\n" +"</div>\n" +"<TMPL_UNLESS text>\n" +"Use this template to insert a note into a page. The note will be styled to\n" +"float to the right of other text on the page. This template has one\n" +"parameter:\n" +"<ul>\n" +"<li>`text` - the text to display in the note\n" +"</ul>\n" +"</TMPL_UNLESS>\n" +msgstr "" +"<div class=\"notebox\">\n" +"<TMPL_VAR text>\n" +"</div>\n" +"<TMPL_UNLESS NAME=\"text\">\n" +"Verwende diese Vorlage, um eine Notiz in eine Seite einzufügen. Die Notiz\n" +"wird rechts vom restlichen Text der Seite schwebend angezeigt werden.\n" +"Diese Vorlage hat einen Parameter:<ul>\n" +"<li>`text` - der Text, der in der Notiz angezeigt werden soll.\n" +"</ul>\n" +"</TMPL_UNLESS>\n" diff --git a/templates/popup.de.po b/templates/popup.de.po new file mode 100644 index 0000000..a17b9c6 --- /dev/null +++ b/templates/popup.de.po @@ -0,0 +1,68 @@ +# 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-07-18 22:29+0000\n" +"PO-Revision-Date: 2010-03-12 20:08+0530\n" +"Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n" +"Language-Team: None\n" +"Language: \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 +#, fuzzy, 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" +msgid "" +"<TMPL_UNLESS 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" |