I am using Version 1.4.3.1 with the default theme. The `gettext` is not working/showing on the album.php output page. I have an album with 9 pages, but there isn't any "previous" or "next" hyperlink to read, not even the "»" sign. I can hover the cursor over the place where it should be, there is a hyperlink, I can see the in the html output, but it is just empty. The pagenumbers are visible though.
`gettext` works fine on image.php but here, it doesn't:
`<php printPageListWithNav("« " . gettext("prev"), gettext("next") . " »");`
Why? Any hints, solution?