diff options
author | larsch8 <larsch8@m2.stud.ku.dk> | 2006-07-09 23:40:43 +0200 |
---|---|---|
committer | larsch8 <larsch8@m2.stud.ku.dk> | 2006-07-09 23:40:43 +0200 |
commit | f183a5b7b0f8b98ee616e6c7a93aa796b9e65d70 (patch) | |
tree | d39e34052171a008da5476b61768bf8af9e48d51 /lib/plugins | |
parent | 60b6dcfa41ee2ee917217e400b1cffcde6e2aaf3 (diff) | |
download | rpg-f183a5b7b0f8b98ee616e6c7a93aa796b9e65d70.tar.gz rpg-f183a5b7b0f8b98ee616e6c7a93aa796b9e65d70.tar.bz2 |
More Danish lang update
darcs-hash:20060709214043-a08f5-b57b818851c3c406f04efa573d8888f6e39c6526.gz
Diffstat (limited to 'lib/plugins')
-rw-r--r-- | lib/plugins/config/lang/da/lang.php | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/lib/plugins/config/lang/da/lang.php b/lib/plugins/config/lang/da/lang.php index 417cd6f7d..3f51c3edf 100644 --- a/lib/plugins/config/lang/da/lang.php +++ b/lib/plugins/config/lang/da/lang.php @@ -17,6 +17,12 @@ $lang['nochoice'] = '(ingen andre valgmuligheder)'; $lang['locked'] = 'Indstillingsfilen kunne ikke opdateres, hvis dette er en fejl, <br /> sørg da for at den lokale indstillingsfils navn og rettigheder er korrekte.'; +/* --- Config Setting Headers --- */ +$lang['_configuration_manager'] = 'Konfigurationsstyring'; //same as heading in intro.txt +$lang['_header_dokuwiki'] = 'DokuWiki indstillinger'; +$lang['_header_plugin'] = 'Pluginindstillinger'; +$lang['_header_template'] = 'Skabelonindstillinger'; +$lang['_header_undefined'] = 'Udefinerede indstillinger'; /* -------------------- Config Options --------------------------- */ @@ -51,33 +57,21 @@ $lang['allowdebug'] = 'Tillad debugging <b>slå fra hvis unødvendig!</b>'; $lang['usewordblock']= 'Bloker spam baseret på ordliste'; $lang['indexdelay'] = 'Tidsforsinkelse af indeksering'; $lang['relnofollow'] = 'Brug rel="nofollow"'; -//$lang['mailguard'] = 'Obfuscate email addresses'; /* Authentication Options */ -//$lang['useacl'] = 'Use access control lists'; -//$lang['openregister']= 'Allow everyon to register'; -//$lang['autopasswd'] = 'Autogenerate passwords'; -//$lang['resendpasswd']= 'Allow resend password'; -//$lang['authtype'] = 'Authentication backend'; -//$lang['passcrypt'] = 'Password encryption method'; -//$lang['defaultgroup']= 'Default group'; +$lang['useacl'] = 'Benyt adgangskontrollister'; $lang['superuser'] = 'Superbruger'; $lang['profileconfirm'] = 'Bekræft profilændringer med password'; /* Advanced Options */ $lang['userewrite'] = 'Brug pæne URLer'; -//$lang['useslash'] = 'Use slash as namespace separator in URLs'; -//$lang['sepchar'] = 'Page name word separator'; -//$lang['canonical'] = 'Use fully canonical URLs'; -//$lang['autoplural'] = 'Check for plural forms in links'; -//$lang['usegzip'] = 'Use gzip (for attic)'; -//$lang['cachetime'] = 'Maximum age for cache (sec)'; $lang['purgeonadd'] = 'Ryd cache når nye sider tilføjes'; -//$lang['locktime'] = 'Maximum age for lock files (sec)'; $lang['notify'] = 'Send ændringsnotifikationer til denne e-mailadresse'; $lang['mailfrom'] = 'Email adresse til brug for automatiske mails'; +$lang['gzip_output'] = 'Benyt gzip Content-Encoding til XHTML'; $lang['gdlib'] = 'GD Lib version'; $lang['im_convert'] = 'Sti til ImageMagick\'s convert værktøj'; +$lang['jpg_quality'] = 'JPG komprimeringskvalitet (0-100)'; $lang['spellchecker']= 'Slå stavekontrol til'; $lang['subscribers'] = 'Slå understøttelse af abonnement på sider til'; $lang['compress'] = 'Komprimer CSS og Javascript filer'; @@ -87,6 +81,7 @@ $lang['sitemap'] = 'Generer Google sitemap (dage)'; $lang['rss_type'] = 'XML feed type'; $lang['rss_linkto'] = 'XML feed linker til'; +$lang['rss_update'] = 'XML feed opdateringsinterval (sek)'; /* Target options */ $lang['target____wiki'] = 'Destinationsvindue til interne links'; @@ -112,7 +107,7 @@ $lang['ftp____root'] = 'FTP rodkatalog til safemode hack'; /* userewrite options */ $lang['userewrite_o_0'] = 'ingen'; -$lang['userewrite_o_1'] = 'htaccess'; +$lang['userewrite_o_1'] = '.htaccess'; $lang['userewrite_o_2'] = 'Dokuwiki intern'; /* deaccent options */ |