X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Ffunctions.php;h=7888a766b14e1dd1f05caad75eb74792c71051ad;hp=d7ecb1061dcb1f03f5a0011ba1a5e04a06fd802e;hb=4d2440b798773b0e26a1434308d2f45061ecdbc2;hpb=106c90b95129be78b2763553c72e3aa131f5ee4b diff --git a/include/functions.php b/include/functions.php index d7ecb10..7888a76 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1207,15 +1207,15 @@ function display_single_user($r,$start=0) switch($wins) { case 0: - echo "#tricks 0"; break; + echo _('#tricks 0'); break; case 1: - echo "#tricks 1"; break; + echo _('#tricks 1'); break; case 2: case 3: case 4: - echo "#tricks few"; break; + echo _('#tricks few'); break; default: - echo "#tricks many"; break; + echo _('#tricks many'); break; } echo "\n"; echo " \n";