diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-07-14 09:54:42 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-07-14 09:54:42 +0200 |
commit | 9664a2b801ce91ae3707306f01fb4cad528b1258 (patch) | |
tree | eb7564ce2a431db68a1b3aa6d98c86fd4c291258 /inc/lang/da | |
parent | 4a14c3a4f530437180e3523cc34ab4464cea7dfa (diff) | |
download | rpg-9664a2b801ce91ae3707306f01fb4cad528b1258.tar.gz rpg-9664a2b801ce91ae3707306f01fb4cad528b1258.tar.bz2 |
changed the link in the installer to point to wiki:welcome
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 97f2138b4..2c26cd3da 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">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">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)'; |