inc/toolkit.inc.php
changeset 6 9fcac40c1b0e
parent 4 55ed92aa7cf5
child 13 2ff220cfde13
--- a/inc/toolkit.inc.php	Tue Apr 17 21:18:14 2007 +0000
+++ b/inc/toolkit.inc.php	Wed Apr 18 21:08:07 2007 +0000
@@ -46,17 +46,17 @@
 
 if(!@include_once("config.inc.php"))
 {
-	error("You have to create a config.inc.php!");
+	error( _('You have to create a config.inc.php!') );
 }
 
 if(is_file( dirname(__FILE__) . '/../install.php'))
 {
-	error("You have to remove install.php before this program will run");
+	error( _('You have to remove install.php before this program will run') );
 }
 
 if(is_file( dirname(__FILE__) . '/../migrator.php'))
 {
-        error("You have to remove migrator.php before this program will run");
+        error( _('You have to remove migrator.php before this program will run') );
 }
 
 /* Database connection */