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/ca-valencia | |
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/ca-valencia')
-rw-r--r-- | inc/lang/ca-valencia/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lang/ca-valencia/lang.php b/inc/lang/ca-valencia/lang.php index e62010418..532f6c73d 100644 --- a/inc/lang/ca-valencia/lang.php +++ b/inc/lang/ca-valencia/lang.php @@ -211,9 +211,9 @@ $lang['i_writeerr'] = 'No es pot crear <code>%s</code>. Haurà de com $lang['i_badhash'] = 'dokuwiki.php substituït o modificat (hash=<code>%s</code>)'; $lang['i_badval'] = '<code>%s</code> - valor illegal o buit'; $lang['i_success'] = 'La configuració ha finalisat correctament. Ya pot borrar l\'archiu install.php. Passe al -<a href="doku.php?id=wiki;welcome">nou DokuWiki</a>.'; +<a href="doku.php?id=wiki:welcome">nou DokuWiki</a>.'; $lang['i_failure'] = 'Han aparegut alguns erros escrivint els archius de configuració. Deurà arreglar-los manualment abans de que -puga utilisar el <a href="doku.php?id=wiki;welcome">nou DokuWiki</a>.'; +puga utilisar el <a href="doku.php?id=wiki:welcome">nou DokuWiki</a>.'; $lang['i_policy'] = 'Política inicial ACL'; $lang['i_pol0'] = 'Wiki obert (llegir, escriure i enviar tots)'; $lang['i_pol1'] = 'Wiki públic (llegir tots, escriure i enviar només usuaris registrats)'; |