"alt" image notation "alt" image notation
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

"alt" image notation

Started by HollowMac, October 24, 2008, 08:38:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

HollowMac

Bonjour,

Lorsque l'on note une photo, si l'on laisse la souris sur les étoiles, on peut voir à correspondre. J'aimerais changer la signification de l'image avec une étoile, histoire de ne pas voir s'afficher "mauvais" et de décourager les photographes. Où peut-on changer ceci ?

Cordialement,
Merci.

Pascal YAP

Cherchez dans french.php

$lang_rate_pic = array(
  'rate_this_pic' => 'Noter cette image ',
  'no_votes' => '(Pas encore de note)',
  'rating' => '(note actuelle : %s / 5 pour %s votes)',
  'rubbish' => 'Très mauvais',
  'poor' => 'Mauvais',
  'fair' => 'Moyen',
  'good' => 'Bon',
  'excellent' => 'Excellent',
  'great' => 'Superbe',
);

HollowMac