diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-10-23 03:57:20 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-10-23 03:57:20 +0200 |
commit | ef6324a81724619a7811a964200208f5c808ac10 (patch) | |
tree | 602e2e039614966ba26f743b47e19a542d24940f /templates/popup.mdwn | |
parent | 9294a714d1c19347ab06e9ea87b89d9e9dce3ee0 (diff) |
Apply translation from po-file.master-nb
Diffstat (limited to 'templates/popup.mdwn')
-rw-r--r-- | templates/popup.mdwn | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/templates/popup.mdwn b/templates/popup.mdwn index b355daa..f3358ac 100644 --- a/templates/popup.mdwn +++ b/templates/popup.mdwn @@ -1,15 +1,14 @@ <TMPL_UNLESS NAME="mouseover"> -Use this template to create a popup window that is displayed when the mouse -is over part of the page. This template has two parameters: +Brug denne skabelon til at lave et popup-vindue som vises når musemarkøren er +henover en del af siden. Denne skabelon har to parametre: <ul> -<li>`mouseover` - This is the text or other content that triggers the -popup. -<li>`popup` - This should be the content of the popup window. It can be -anything, even images or a whole little wiki page, but should not be too -large for good usability. +<li>`mouseover` - Dette er teksten eller andet indhold som udløser popup'en. +<li>`popup` - Her angives indeholdet af popup-vinduet. Det kan være hvad som +helst, endda billeder eller hele små wikisider, men bør ikke være for stort af +hensyn til brugervenligheden. </ul> -Note that browsers that do not support the CSS will display the popup -inline in the page, inside square brackets. +Bemærk at browsere som ikke understøtter CSS-koden vil vise popup'en indlejret +på siden, indenfor lodrette klammer. </TMPL_UNLESS> <span class="popup"><TMPL_VAR mouseover> <span class="paren">[</span><span class="balloon"><TMPL_VAR popup></span><span class="paren">]</span> |