codegooglecom / mytopix

Automatically exported from code.google.com/p/mytopix
0 stars 0 forks source link

Missing translation #224

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
function getSpan()
    {
        if($this->pages <= 1) return 'Pages: none';

        $span = "Pages ( {$this->current} of {$this->pages} ): " . implode
($this->sep, $this->span);

        return $span;//substr($span, 0, strlen($span) - strlen
($this->sep));
    }

I think it it should be possible to translate "Pages" via lang-files

Original issue reported on code.google.com by markus....@hotmail.de on 20 Sep 2007 at 4:41