diff options
author | Anika Henke <anika@selfthinker.org> | 2012-11-18 18:52:13 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-11-18 18:52:13 +0000 |
commit | 2c2ee174e46096ce890518061ca8e2e0866cf67c (patch) | |
tree | 13318484ac6849f2805a51385ef2830495c96c31 /inc/lang/da | |
parent | 4385447c9cf849f461e148b68a596b60117fb313 (diff) | |
download | rpg-2c2ee174e46096ce890518061ca8e2e0866cf67c.tar.gz rpg-2c2ee174e46096ce890518061ca8e2e0866cf67c.tar.bz2 |
changed semicolon to colon in link to welcome page to make it less confusing
Diffstat (limited to 'inc/lang/da')
-rw-r--r-- | inc/lang/da/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lang/da/lang.php b/inc/lang/da/lang.php index 2c26cd3da..88cbb6871 100644 --- a/inc/lang/da/lang.php +++ b/inc/lang/da/lang.php @@ -285,8 +285,8 @@ $lang['i_confexists'] = '<code>%s</code> eksisterer allerede'; $lang['i_writeerr'] = 'Kunne ikke oprette <code>%s</code>. Du bliver nød til at tjekke mappe/fil- tilladelserne og oprette filen manuelt.'; $lang['i_badhash'] = 'uigenkendelig eller modificeret dokuwiki.php (hash=<code>%s</code>)'; $lang['i_badval'] = '<code>%s</code> - ulovlig eller tom værdi'; -$lang['i_success'] = 'Konfigurationen fulførtedes med success. Du kan nu slette install.php filen. Fortsætte til <a href="doku.php?id=wiki;welcome">din nye DokuWiki</a>.'; -$lang['i_failure'] = 'Nogle fejl forekom mens konfigurations filerne skulle skrives. Du er mulighvis nød til at fixe dem manuelt før du kan bruge <a href="doku.php?id=wiki;welcome">din nye DokuWiki</a>.'; +$lang['i_success'] = 'Konfigurationen fulførtedes med success. Du kan nu slette install.php filen. Fortsætte til <a href="doku.php?id=wiki:welcome">din nye DokuWiki</a>.'; +$lang['i_failure'] = 'Nogle fejl forekom mens konfigurations filerne skulle skrives. Du er mulighvis nød til at fixe dem manuelt før du kan bruge <a href="doku.php?id=wiki:welcome">din nye DokuWiki</a>.'; $lang['i_policy'] = 'Begyndende ACL politik'; $lang['i_pol0'] = 'Åben Wiki (alle kan læse, skrive og uploade)'; $lang['i_pol1'] = 'Offentlig Wiki (alle kan læse, kun registrerede brugere kan skrive og overføre)'; |