|
From: Benjamin C. <bc...@us...> - 2004-09-06 04:54:12
|
Update of /cvsroot/phpbt/phpbt/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11307/languages Modified Files: Tag: htmltemplates en.php Log Message: Added jpgraph error checking. Index: en.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v retrieving revision 1.39.2.2 retrieving revision 1.39.2.3 diff -u -r1.39.2.2 -r1.39.2.3 --- en.php 23 Aug 2004 13:01:33 -0000 1.39.2.2 +++ en.php 6 Sep 2004 04:54:02 -0000 1.39.2.3 @@ -347,6 +347,9 @@ "Personal Page" => "Personal Page", "Logout %s" => "Logout %s", "You do not have the rights to view this project." => "You do not have the rights to view this project.", + "Unable to load JPGraph" => "Unable to load JPGraph", + "Unable to load JPGraph pie class" => "Unable to load JPGraph pie class", + "There was a problem when trying to use the JPGraph library. Please fix or disable by setting 'USE_JPGRAPH' to 'NO' on the Configuration page of the Administration Tools." => "There was a problem when trying to use the JPGraph library. Please fix or disable by setting 'USE_JPGRAPH' to 'NO' on the Configuration page of the Administration Tools.", ); ?> \ No newline at end of file |