|
From: Benjamin C. <bc...@us...> - 2002-04-11 18:08:08
|
Update of /cvsroot/phpbt/phpbt/languages In directory usw-pr-cvs1:/tmp/cvs-serv6618/languages Modified Files: cz.php Log Message: Changed the charset Index: cz.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/cz.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cz.php 26 Mar 2002 17:12:29 -0000 1.3 +++ cz.php 11 Apr 2002 17:37:24 -0000 1.4 @@ -1,6 +1,6 @@ <?php -// strings-cz.php - Czech strings and titles +// cz.php - Czech strings and titles // ------------------------------------------------------------------------ // Copyright (c) 2001 The phpBugTracker Group // ------------------------------------------------------------------------ @@ -23,7 +23,7 @@ // $Id$ $STRING = array( - 'lang_charset' => 'us-ascii', + 'lang_charset' => 'iso-8859-2', 'nouser' => 'Tento uivatel neexistuje', 'dupeofself' => 'BUG nemùe být shodný se sám se sebou', 'nobug' => 'Tento BUG neexistuje', |