1 # Danish translation of basewiki/templates/popup page for ikiwiki.
2 # Copyright (C) 2008, 2009, 2011, Jonas Smedegaard <dr@jones.dk>
3 # This file is distributed under the same license as the ikiwiki package.
4 # Jonas Smedegaard <dr@jones.dk>, 2008.
8 "Project-Id-Version: ikiwiki 3.20110430\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2010-07-18 22:29+0000\n"
11 "PO-Revision-Date: 2011-05-05 20:49+0200\n"
12 "Last-Translator: Jonas Smedegaard <dr@jones.dk>\n"
13 "Language-Team: None\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19 "X-Poedit-Language: Danish\n"
20 "X-Poedit-Country: DENMARK\n"
21 "X-Poedit-SourceCharset: utf-8\n"
26 "<TMPL_UNLESS mouseover>\n"
27 "Use this template to create a popup window that is displayed when the mouse\n"
28 "is over part of the page. This template has two parameters:\n"
30 "<li>`mouseover` - This is the text or other content that triggers the\n"
32 "<li>`popup` - This should be the content of the popup window. It can be\n"
33 "anything, even images or a whole little wiki page, but should not be too\n"
34 "large for good usability.\n"
36 "Note that browsers that do not support the CSS will display the popup\n"
37 "inline in the page, inside square brackets.\n"
39 "<span class=\"popup\"><TMPL_VAR mouseover>\n"
40 "<span class=\"paren\">[</span><span class=\"balloon\"><TMPL_VAR popup></span><span class=\"paren\">]</span>\n"
43 "<TMPL_UNLESS mouseover>\n"
44 "Brug denne skabelon til at lave et popup-vindue som vises når musemarkøren er\n"
45 "henover en del af siden. Denne skabelon har to parametre:\n"
47 "<li>`mouseover` - Dette er teksten eller andet indhold som udløser popup'en.\n"
48 "<li>`popup` - Her angives indeholdet af popup-vinduet. Det kan være hvad som\n"
49 "helst, endda billeder eller hele små wikisider, men bør ikke være for stort af\n"
50 "hensyn til brugervenligheden.\n"
52 "Bemærk at browsere som ikke understøtter CSS-koden vil vise popup'en indlejret\n"
53 "på siden, indenfor lodrette klammer.\n"
55 "<span class=\"popup\"><TMPL_VAR mouseover>\n"
56 "<span class=\"paren\">[</span><span class=\"balloon\"><TMPL_VAR popup></span><span class=\"paren\">]</span>\n"