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/zh-tw | |
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/zh-tw')
-rw-r--r-- | inc/lang/zh-tw/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lang/zh-tw/lang.php b/inc/lang/zh-tw/lang.php index 2cceb4012..9f380acb5 100644 --- a/inc/lang/zh-tw/lang.php +++ b/inc/lang/zh-tw/lang.php @@ -283,8 +283,8 @@ $lang['i_writeerr'] = '無法建立 <code>%s</code>。您必須檢查 $lang['i_badhash'] = '無法辨識或被變更的 dokuwiki.php (hash=<code>%s</code>)'; $lang['i_badval'] = '<code>%s</code> - 非法或空白的值'; $lang['i_success'] = '設定已成功完成。您現在可以刪除 install.php 檔案。繼續到 -<a href="doku.php">您的新 DokuWiki</a>.'; -$lang['i_failure'] = '寫入設定檔時發生了一些錯誤。您必須在使用<a href="doku.php">您的新 Dokuwiki</a> 之前手動修正它們。'; +<a href="doku.php?id=wiki:welcome">您的新 DokuWiki</a>.'; +$lang['i_failure'] = '寫入設定檔時發生了一些錯誤。您必須在使用<a href="doku.php?id=wiki:welcome">您的新 Dokuwiki</a> 之前手動修正它們。'; $lang['i_policy'] = '初步的 ACL 政策'; $lang['i_pol0'] = '開放的維基 (任何人可讀取、寫入、上傳)'; $lang['i_pol1'] = '公開的維基 (任何人可讀取,註冊使用者可寫入與上傳)'; |