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/pt | |
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/pt')
-rw-r--r-- | inc/lang/pt/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lang/pt/lang.php b/inc/lang/pt/lang.php index 37b3fba8c..7fec71aa2 100644 --- a/inc/lang/pt/lang.php +++ b/inc/lang/pt/lang.php @@ -268,8 +268,8 @@ $lang['i_confexists'] = '<code>%s</code> já existe'; $lang['i_writeerr'] = 'Não foi possível criar <code>%s</code>. É preciso verificar as permissões e criar o ficheiro manualmente.'; $lang['i_badhash'] = 'dokuwiki.php não é o original ou não é reconhecido (hash=<code>%s</code>)'; $lang['i_badval'] = '<code>%s</code> - valor ilegal ou vazio'; -$lang['i_success'] = 'A instalação e configuração inicial foram bem sucedidas. Pode remover o install.php. Aceda ao seu novo <a href="doku.php?id=wiki;welcome">Wiki</a> a correr o DokuWiki.'; -$lang['i_failure'] = 'Ocorreram alguns erros durante a escrita nos ficheiros de configuração. Poderá ser preciso corrigi-los manualmente antes de poder aceder ao seu novo <a href="doku.php?id=wiki;welcome">Wiki</a> a correr o DokuWiki.'; +$lang['i_success'] = 'A instalação e configuração inicial foram bem sucedidas. Pode remover o install.php. Aceda ao seu novo <a href="doku.php?id=wiki:welcome">Wiki</a> a correr o DokuWiki.'; +$lang['i_failure'] = 'Ocorreram alguns erros durante a escrita nos ficheiros de configuração. Poderá ser preciso corrigi-los manualmente antes de poder aceder ao seu novo <a href="doku.php?id=wiki:welcome">Wiki</a> a correr o DokuWiki.'; $lang['i_policy'] = 'Politica ACL inicial'; $lang['i_pol0'] = 'Wiki Aberto (ler, escrever e carregar para todos)'; $lang['i_pol1'] = 'Wiki Público (ler para todos, escrever e carregar para utilizadores inscritos)'; |