diff --git a/po/da.po b/po/da.po index 508a1a58555ce77a1101d6a330ba69cca2804f11..88f77094bfb29c41d4d51f9ae0b6cd45e93d6979 100644 --- a/po/da.po +++ b/po/da.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Danish translation of Drupal (boost.module) $Id$\n" "POT-Creation-Date: 2007-12-03 20:55+0100\n" -"PO-Revision-Date: 2007-12-03 21:05+0100\n" +"PO-Revision-Date: 2007-12-06 15:57+0100\n" "Last-Translator: Morten Wulff \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" @@ -28,11 +28,11 @@ msgstr "Aktiveret" #: boost.admin.inc:25 msgid "Static page caching is a mechanism which stores dynamically generated web pages as HTML files in a special cache directory located under the Drupal installation directory. By caching a web page in this manner, the web server can serve it out in the fastest possible manner, without invoking PHP or Drupal at all. While this does provide a significant performance and scalability boost, you should note that it could have negative usability side-effects unless your site is targeted at an audience consisting mostly of \"anonymous\" visitors." -msgstr "" +msgstr "Et statisk mellemlager er en mekanisme som gemmer dynamisk genererede sider som statiske HTML filer i et specielt mellemlagerkatalog. På den måde kan webserveren vise indholdet uden at starte Drupal. Selvom det kan give betydeligt bedre ydelse og skalabilitet skal du være opmærksom på, at det kan have negative konsekvenser medmindre størstedelen af dine brugere er anonyme." #: boost.admin.inc:28 msgid "On high-traffic sites it can become necessary to enforce a minimum cache lifetime. The minimum cache lifetime is the minimum amount of time that will go by before the cache is emptied and recreated. A larger minimum cache lifetime offers better performance, but users will not see new content for a longer period of time." -msgstr "" +msgstr "På sites med høj trafik kan det være nødvendigt at angive en levetid for mellemlageret. Levetiden angiver hvor lang tid der mindst skal gå før mellemlageret tømmes og genopbygges. En længere levetid giver bedre ydelse, men der vil gå længere tid før brugerne ser nyt indhold." #: boost.admin.inc:33 msgid "Cache file path" @@ -40,7 +40,7 @@ msgstr "Mellemlager sti" #: boost.admin.inc:38 msgid "A file system path where the cache files will be stored. This directory has to exist and be writable by Drupal. The default setting is to store the files in a directory named 'cache' under the Drupal installation directory. If you change this, you must also change the URL rewrite rules in your web server configuration (.htaccess for Apache, lighttpd.conf for Lighttpd), or caching will not work." -msgstr "" +msgstr "Stien hvor mellemlagerfilerne gemmes. Mappen skal eksistere og Drupal skal kunne skrive til den. Standardindstillingen er at gemme filerne i mappen 'cache' i Drupal's rod-bibliotek. Hvis du ændrer indstillingen, skal du også ændre omskrivningsreglerne i din webserver konfiguration (.htaccess/lighttpd.conf) for at få mellemlageret til at virke." #: boost.admin.inc:54 msgid "Cache every page except the listed pages." @@ -56,11 +56,11 @@ msgstr "Indtast én side pr. linje som Drupal-stier. Brug '*'-tegnet som joker. #: boost.admin.inc:57 msgid "Cache pages for which the following PHP code returns TRUE (PHP-mode, experts only)." -msgstr "" +msgstr "Gem sider hvor følgende PHP-kode returnere SAND (PHP-tilstand, kun for eksperter)." #: boost.admin.inc:58 msgid "If the PHP-mode is chosen, enter PHP code between %php. Note that executing incorrect PHP-code can severely break your Drupal site." -msgstr "" +msgstr "Hvis du vælger PHP skal du indtaste PHP-kode herunder i %php. Bemærk at ugyldig PHP kode kan ødelægge dit site." #: boost.admin.inc:62 msgid "Cacheability settings" @@ -84,7 +84,7 @@ msgstr "Mellemlager fil-endelse" #: boost.admin.inc:105 msgid "The file extension to append to the file name of the generated cache files. Note that this setting is of no relevance to any public URLs, and it is strongly recommended to leave this as the default '.html' unless you know what you are doing. If you change this, you must also change the URL rewrite rules in your web server configuration (.htaccess for Apache, lighttpd.conf for Lighttpd), or caching will not work." -msgstr "" +msgstr "Fil-endelsen der sættes på alle filer i mellemlageret. Indstillingen har ikke betydning for offentlige URLer, og det anbefales kraftigt at beholde standardinstillingen '.html' medmindre du har en god grund til at ændre den. Hvis du ændrer indstillingen, skal du også ændre omskrivningsreglerne i din webserver konfiguration (.htaccess/lighttpd.conf) for at få mellemlageret til at virke." #: boost.admin.inc:109 msgid "Page fetch method" @@ -104,7 +104,7 @@ msgstr "curl shell-kommando" #: boost.admin.inc:112 msgid "The method used to retrieve the contents of the Drupal pages to be cached. The default should work in most cases." -msgstr "" +msgstr "Bestemmer hvordan indholdet af Drupals sider hentes ind i mellemlageret. Standardindstillingen virker i de fleste tilfælde." #: boost.admin.inc:116 msgid "Pre-process function"