diff options
author | larsch8 <larsch8@m2.stud.ku.dk> | 2006-07-29 02:35:43 +0200 |
---|---|---|
committer | larsch8 <larsch8@m2.stud.ku.dk> | 2006-07-29 02:35:43 +0200 |
commit | a1a9ec2a3381b8d20e849884a99c5b9018915921 (patch) | |
tree | 79796f068737fe99b009412ac2e25d17de3b0626 | |
parent | 9c70688ac597a2aab8d31992036f3942459bc153 (diff) | |
download | rpg-a1a9ec2a3381b8d20e849884a99c5b9018915921.tar.gz rpg-a1a9ec2a3381b8d20e849884a99c5b9018915921.tar.bz2 |
Danish lang update
darcs-hash:20060729003543-a08f5-e3ee3d4f5a21e36655b52edd8ee30421cfc4aa34.gz
-rw-r--r-- | inc/lang/da/lang.php | 2 | ||||
-rw-r--r-- | lib/plugins/config/lang/da/lang.php | 28 |
2 files changed, 16 insertions, 14 deletions
diff --git a/inc/lang/da/lang.php b/inc/lang/da/lang.php index b2b961b54..a411c76f4 100644 --- a/inc/lang/da/lang.php +++ b/inc/lang/da/lang.php @@ -78,6 +78,8 @@ $lang['resendna'] = 'Denne wiki understøtter ikke udsendelse af nyt password.' $lang['resendpwd'] = 'Send nyt password for'; $lang['resendpwdmissing'] = 'Du skal udfylde alle felter.'; $lang['resendpwdnouser'] = 'Vi kan ikke finde denne bruger i vores database.'; +$lang['resendpwdbadauth'] = 'Beklager, denne autoriseringskode er ikke gyldig. Kontroller venligst at du benyttede det fulde link til bekræftelse.'; +$lang['resendpwdconfirm'] = 'Et link med bekræftelse er blevet sendt med email.'; $lang['resendpwdsuccess'] = 'Dit nye password er blevet sendt med e-mail.'; $lang['txt_upload'] = 'Vælg den fil der skal uploades'; diff --git a/lib/plugins/config/lang/da/lang.php b/lib/plugins/config/lang/da/lang.php index 40394235a..773df93c9 100644 --- a/lib/plugins/config/lang/da/lang.php +++ b/lib/plugins/config/lang/da/lang.php @@ -26,8 +26,8 @@ $lang['_header_undefined'] = 'Udefinerede indstillinger'; /* --- Config Setting Groups --- */ $lang['_basic'] = 'Grundindstillinger'; -//$lang['_display'] = 'Display Settings'; -//$lang['_authentication'] = 'Authentication Settings'; +$lang['_display'] = 'Synlighedsindstillinger'; +$lang['_authentication'] = 'Bekræftelsesindstillinger'; $lang['_anti_spam'] = 'Anti-spam indstillinger'; $lang['_editing'] = 'Redigeringsindstillinger'; $lang['_links'] = 'Linkindstillinger'; @@ -42,9 +42,9 @@ $lang['_plugin_sufix'] = 'Pluginindstillinger'; $lang['_template_sufix'] = 'Skabelonindstillinger'; /* --- Undefined Setting Messages --- */ -//$lang['_msg_setting_undefined'] = 'No setting metadata.'; -//$lang['_msg_setting_no_class'] = 'No setting class.'; -//$lang['_msg_setting_no_default'] = 'No default value.'; +$lang['_msg_setting_undefined'] = 'Ingen indstillingsmetadata.'; +$lang['_msg_setting_no_class'] = 'Ingen indstillingsklasse.'; +$lang['_msg_setting_no_default'] = 'Ingen standardværdi.'; /* -------------------- Config Options --------------------------- */ @@ -84,16 +84,16 @@ $lang['mailguard'] = 'Slør email adresser'; /* Authentication Options */ $lang['useacl'] = 'Benyt adgangskontrollister'; $lang['autopasswd'] = 'Generer passwords automatisk'; -//$lang['authtype'] = 'Authentication backend'; +$lang['authtype'] = 'Bekræftelsesbackend'; $lang['passcrypt'] = 'Passwordkrypteringsmetode'; $lang['defaultgroup']= 'Standardgruppe'; $lang['superuser'] = 'Superbruger'; $lang['profileconfirm'] = 'Bekræft profilændringer med password'; -//$lang['disableactions'] = 'Disable DokuWiki actions'; -//$lang['disableactions_check'] = 'Check'; -//$lang['disableactions_subscription'] = 'Subscribe/Unsubscribe'; -//$lang['disableactions_wikicode'] = 'View source/Export Raw'; -//$lang['disableactions_other'] = 'Other actions (comma separated)'; +$lang['disableactions'] = 'Slå DokuWiki muligheder fra'; +$lang['disableactions_check'] = 'Check'; +$lang['disableactions_subscription'] = 'Abonner/Fjern abonnement'; +$lang['disableactions_wikicode'] = 'Vis kilde/eksporter råtekst'; +$lang['disableactions_other'] = 'Andre muligheder (kommasepareret)'; /* Advanced Options */ $lang['userewrite'] = 'Brug pæne URLer'; @@ -105,10 +105,10 @@ $lang['usedraft'] = 'Gem automatisk en kladde under redigering'; //$lang['usegzip'] = 'Use gzip for attic files'; //$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['fetchsize'] = 'Maximum size (bytes) fetch.php may download from extern'; +$lang['locktime'] = 'Maksimum levetid for låsningsfiler (sek)'; +$lang['fetchsize'] = 'Maksimum antal (bytes) fetch.php må downloade fra extern'; $lang['notify'] = 'Send ændringsnotifikationer til denne e-mailadresse'; -//$lang['registernotify'] = 'Send info on newly registered users to this email address'; +$lang['registernotify'] = 'Send info om nyoprettede brugere til denne email adresse'; $lang['mailfrom'] = 'Email adresse til brug for automatiske mails'; $lang['gzip_output'] = 'Benyt gzip Content-Encoding til XHTML'; $lang['gdlib'] = 'GD Lib version'; |