Changeset 1896
- Timestamp:
- 08/26/07 22:03:46 (6 years ago)
- Location:
- alternc/trunk/bureau
- Files:
-
- 2 edited
-
admin/stats_members.php (modified) (1 diff)
-
locales/fr_FR/LC_MESSAGES/messages.po (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/bureau/admin/stats_members.php
r1823 r1896 28 28 ---------------------------------------------------------------------- 29 29 */ 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-develto see the graph.")."</p>";30 @require_once("../class/config.php"); 31 if ((@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>"; 33 33 exit(0); 34 34 } -
alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/messages.po
r1895 r1896 2208 2208 msgid "New Name:" 2209 2209 msgstr "Nouveau nom : " 2210 2211 msgid "Image_Graph not installed. use 'aptitude install php-pear' then 'pear --alldeps install Image_Graph-devel' to see the graph." 2212 msgstr "Image_Graph n'est pas installée. Lancez 'aptitude install php-pear' puis 'pear --alldeps install Image_Graph-devel' pour voir le graphique." 2213
Note: See TracChangeset
for help on using the changeset viewer.
