Hi
I installed OsTicket, and did some modifying for the multi lang. All work great!!
I translated it myself and so far so good. But on the client ticket page you see the count of tickets and its says Showing 1 of 4
What i want, is to translate the words "Showing" and "of"
Looked for it for a day now and cost me a pain in the head.
Its not included in the lang file and i tried to find it in the code on tickets.inc.php but couldnt find it. (im not much of a great PHP guy)
I do hope that someone knows where and how to translate those 2 words
for the master php guys i do believe its this function.$showing=db_num_rows($tickets_res)?$pageNav->showing():"";
in tickets.inc.php
With regards
rAz