Changeset 1896

Show
Ignore:
Timestamp:
08/26/07 22:03:46 (1 year ago)
Author:
benjamin
Message:

no error on image_graph missing, and correct instructions + translations

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/bureau/admin/stats_members.php

    r1823 r1896  
    2828 ---------------------------------------------------------------------- 
    2929*/ 
    30 require_once("../class/config.php"); 
    31 if ((include_once 'Image/Graph.php') === FALSE) { 
    32   echo "<p class=\"error\">". _("Image_Graph not installed. pear install Image_Graph-devel to see the graph.")."</p>"; 
     30@require_once("../class/config.php"); 
     31if ((@include_once 'Image/Graph.php') === FALSE) { 
     32  echo "<p class=\"error\">". _("Image_Graph not installed. use 'aptitude install php-pear' then 'pear --alldeps install Image_Graph-devel' to see the graph.")."</p>"; 
    3333  exit(0); 
    3434} 
  • alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/messages.po

    r1895 r1896  
    22082208msgid "New Name:" 
    22092209msgstr "Nouveau nom : " 
     2210 
     2211msgid "Image_Graph not installed. use 'aptitude install php-pear' then 'pear --alldeps install Image_Graph-devel' to see the graph." 
     2212msgstr "Image_Graph n'est pas installĂ©e. Lancez 'aptitude install php-pear' puis 'pear --alldeps install Image_Graph-devel' pour voir le graphique." 
     2213