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?
Comments
`<?php printPageListWithNav("« " . gettext("prev"), gettext("next") . " »"); ?>`
But seriously, I don't know why this "Â" is needed. Doesn't seem like a pointer, trigger or anything to me. But now it works.
Regarding the prev/next not needed, some theme layouts may want to show a disabled link/button for layout reasons this so you can. if you don't want you can hide it via CSS.
Â. Maybe via uploading, wrongful copy&paste or MySQL DB settings. But i don't have any other problems/issues with the German language. I only viewed the German language files once,also via WinSCP. Wondered how they weren't .ini files. I will leave it for now the way it is. Aynway thanks for info.