From d9c40b97ef32e65677a5b310e95a5804b3ff8fbb Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 10 Feb 2011 15:59:56 +0100 Subject: Translate to danish. --- shortcuts.mdwn | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'shortcuts.mdwn') diff --git a/shortcuts.mdwn b/shortcuts.mdwn index cafe3f5..6afc6b9 100644 --- a/shortcuts.mdwn +++ b/shortcuts.mdwn @@ -1,15 +1,15 @@ [[!if test="enabled(shortcut)" - then="This wiki has shortcuts **enabled**." - else="This wiki has shortcuts **disabled**."]] + then="Denne wiki har genveje **aktiveret**." + else="Denne wiki har genveje **deaktiveret**."]] -Some examples of using shortcuts include: +Nogle eksempler på brug af genveje: \[[!google foo]] \[[!wikipedia War_of_1812]] \[[!debbug 12345]] - Check the \[[!cia ikiwiki desc="CIA page for %s"]]. + Undersøg \[[!cia ikiwiki desc="CIA-siden vedr. %s"]]. -This page controls what shortcut links the wiki supports. +Denne side styrer hvilke genveje wikien understøtter. * [[!shortcut name=google url="https://encrypted.google.com/search?q=%s"]] * [[!shortcut name=archive url="http://web.archive.org/*/%S"]] @@ -18,7 +18,7 @@ This page controls what shortcut links the wiki supports. * [[!shortcut name=wikipedia url="https://secure.wikimedia.org/wikipedia/en/wiki/%s"]] * [[!shortcut name=wikitravel url="https://wikitravel.org/en/%s"]] * [[!shortcut name=wiktionary url="https://secure.wikimedia.org/wiktionary/en/wiki/%s"]] -* [[!shortcut name=debbug url="http://bugs.debian.org/%S" desc="Debian bug #%s"]] +* [[!shortcut name=debbug url="http://bugs.debian.org/%S" desc="Debian fejl #%s"]] * [[!shortcut name=deblist url="http://lists.debian.org/debian-%s" desc="debian-%s@lists.debian.org"]] * [[!shortcut name=debpkg url="http://packages.debian.org/%s"]] * [[!shortcut name=debpkgsid url="http://packages.debian.org/sid/%s"]] @@ -26,13 +26,13 @@ This page controls what shortcut links the wiki supports. * [[!shortcut name=debmsg url="http://lists.debian.org/msgid-search/%s"]] * [[!shortcut name=debrt url="https://rt.debian.org/Ticket/Display.html?id=%s"]] * [[!shortcut name=debss url="http://snapshot.debian.net/package/%s"]] - * Usage: `\[[!debss package]]`, `\[[!debss package#version]]`, or `\[[!debss package/version]]`. See http://snapshot.debian.net for details. + * Brug: `\[[!debss package]]`, `\[[!debss package#version]]`, eller `\[[!debss package/version]]`. Se http://snapshot.debian.net for detaljer. * [[!shortcut name=debwiki url="http://wiki.debian.org/%s"]] -* [[!shortcut name=fdobug url="https://bugs.freedesktop.org/show_bug.cgi?id=%s" desc="freedesktop.org bug #%s"]] +* [[!shortcut name=fdobug url="https://bugs.freedesktop.org/show_bug.cgi?id=%s" desc="freedesktop.org fejl #%s"]] * [[!shortcut name=fdolist url="http://lists.freedesktop.org/mailman/listinfo/%s" desc="%s@lists.freedesktop.org"]] -* [[!shortcut name=gnomebug url="http://bugzilla.gnome.org/show_bug.cgi?id=%s" desc="GNOME bug #%s"]] -* [[!shortcut name=linuxbug url="http://bugzilla.kernel.org/show_bug.cgi?id=%s" desc="Linux bug #%s"]] -* [[!shortcut name=mozbug url="https://bugzilla.mozilla.org/show_bug.cgi?id=%s" desc="Mozilla bug #%s"]] +* [[!shortcut name=gnomebug url="http://bugzilla.gnome.org/show_bug.cgi?id=%s" desc="GNOME fejl #%s"]] +* [[!shortcut name=linuxbug url="http://bugzilla.kernel.org/show_bug.cgi?id=%s" desc="Linux fejl #%s"]] +* [[!shortcut name=mozbug url="https://bugzilla.mozilla.org/show_bug.cgi?id=%s" desc="Mozilla fejl #%s"]] * [[!shortcut name=gnulist url="http://lists.gnu.org/mailman/listinfo/%s" desc="%s@gnu.org"]] * [[!shortcut name=marcmsg url="http://marc.info/?i=%s"]] * [[!shortcut name=marclist url="http://marc.info/?l=%s"]] @@ -60,20 +60,20 @@ This page controls what shortcut links the wiki supports. * [[!shortcut name=man url="http://linux.die.net/man/%s"]] * [[!shortcut name=ohloh url="http://www.ohloh.net/projects/%s"]] * [[!shortcut name=cpanrt url="https://rt.cpan.org/Ticket/Display.html?id=%s" desc="CPAN RT#%s"]] -* [[!shortcut name=novellbug url="https://bugzilla.novell.com/show_bug.cgi?id=%s" desc="bug %s"]] +* [[!shortcut name=novellbug url="https://bugzilla.novell.com/show_bug.cgi?id=%s" desc="fejl %s"]] -To add a new shortcut, use the `shortcut` -[[ikiwiki/directive]]. In the url, "%s" is replaced with the -text passed to the named shortcut, after [[!wikipedia url_encoding]] -it, and '%S' is replaced with the raw, non-encoded text. The optional -`desc` parameter controls the description of the link. +Tilføj en ny genvej med [[direktivet|ikiwiki/directive]] `shortcut`. I +webadressen ([[!wikipedia URL]]en) erstattes "%s" med teksten overdraget til +den navngivne genvej, efter [[!wikipedia url_encoding]] af den, og '%S' +erstattes med den rå, ukodede tekst. Den valgfri `desc`-parameter styrer +beskrivelsen af henvisningen. -Remember that the `name` you give the shortcut will become a new -[[ikiwiki/directive]]. Avoid using a `name` that conflicts -with an existing directive. These directives also accept a `desc` -parameter that will override the one provided at definition time. +Husk at `name`-parameteren som du tildeler genvejen bliver et nyt +[[direktiv|ikiwiki/directive]]. Undgå et navn som er i strid med et +eksisterende direktiv. Disse direktiver accepterer også en `desc`-parameter +som vil overskygge den der blev angivet ved definitionen. -If you come up with a shortcut that you think others might find useful, -consider contributing it to the [shortcuts page on the ikiwiki -wiki](http://ikiwiki.info/shortcuts/), so that future versions of -ikiwiki will include your shortcut in the standard underlay. +Hvis du finder på en genvej som du mener andre kunne få glæde af også, kan +du overveje at bidrage med den til [shortcuts-siden på ikiwiki +wikien](http://ikiwiki.info/shortcuts/), så fremtidige versioner af ikiwiki +inkluderer din genvej i standardunderlaget. -- cgit v1.2.3