diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-11-18 20:59:05 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-11-18 20:59:05 +0100 |
commit | c56cc74a41f81daf222bbb2a5a8a3000023724c6 (patch) | |
tree | 630f824de1430afc110d9dff4f7d820fc0facbc8 /inc/lang/ia | |
parent | fea16134dac4e09977d36c902f692379d07a3e96 (diff) | |
parent | 2c2ee174e46096ce890518061ca8e2e0866cf67c (diff) | |
download | rpg-c56cc74a41f81daf222bbb2a5a8a3000023724c6.tar.gz rpg-c56cc74a41f81daf222bbb2a5a8a3000023724c6.tar.bz2 |
Merge branch 'guide' of git://github.com/splitbrain/dokuwiki into pull-request-118
* 'guide' of git://github.com/splitbrain/dokuwiki:
changed semicolon to colon in link to welcome page to make it less confusing
added initial pages to not be ignored by git
improved welcome text
added welcome page
changed the link in the installer to point to wiki:welcome
Conflicts:
inc/lang/fr/lang.php
Diffstat (limited to 'inc/lang/ia')
-rw-r--r-- | inc/lang/ia/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lang/ia/lang.php b/inc/lang/ia/lang.php index d7be1eff3..a9d5c376c 100644 --- a/inc/lang/ia/lang.php +++ b/inc/lang/ia/lang.php @@ -247,9 +247,9 @@ $lang['i_writeerr'] = 'Impossibile crear <code>%s</code>. Tu debe ver $lang['i_badhash'] = 'dokuwiki.php non recognoscite o modificate (hash=<code>%s</code>)'; $lang['i_badval'] = '<code>%s</code> - valor vacue o invalide'; $lang['i_success'] = 'Le configuration ha succedite. Tu pote ora deler le file install.php. Continua a -<a href="doku.php">tu nove DokuWiki</a>.'; +<a href="doku.php?id=wiki:welcome">tu nove DokuWiki</a>.'; $lang['i_failure'] = 'Alcun errores occurreva durante le scriptura del files de configuration. Es possibile que tu debe remediar iste errores manualmente ante que -tu pote usar <a href="doku.php">tu nove DokuWiki</a>.'; +tu pote usar <a href="doku.php?id=wiki:welcome">tu nove DokuWiki</a>.'; $lang['i_policy'] = 'Politica de ACL interne'; $lang['i_pol0'] = 'Wiki aperte (lectura, scriptura, incargamento pro omnes)'; $lang['i_pol1'] = 'Wiki public (lectura pro omnes, scriptura e incargamento pro usatores registrate)'; |