From: Arno H. <aho...@us...> - 2001-01-31 07:38:12
|
Update of /cvsroot/phpwiki/phpwiki/lib In directory usw-pr-cvs1:/tmp/cvs-serv9427/lib Modified Files: config.php Log Message: Added Swedish translation Index: config.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/config.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -r1.23 -r1.24 *** config.php 2001/01/31 02:18:26 1.23 --- config.php 2001/01/31 07:38:10 1.24 *************** *** 29,34 **** $AdminUrl = ""; ! // Select your language - default language "C": English ! // other languages available: Dutch "nl", Spanish "es", German "de" $LANG="C"; --- 29,35 ---- $AdminUrl = ""; ! // Select your language - default language "C": English ! // other languages available: Dutch "nl", Spanish "es", German "de", ! // and Swedish "sv" $LANG="C"; |