http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10249 Bug ID: 10249 Summary: Untranslatable strings in Javascript on OPAC detail page Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: katrin.fischer@bsz-bw.de http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=koha-tmpl/opac-tmp... Untranslatable strings are: 178 Your rating 343,354 Go to detail 328 Click to forward the list to 306 Click to rewind the list to Also some CSS is hardcoded, as a background color on line 347 if (highlIndex && i == index) li.css("backgroundColor", "#DDDDDD"); I think one possible solution would be to use variables in those places and then have something like var sth = _("Go to detail") -- You are receiving this mail because: You are watching all bug changes.