I am using book access (great module by the way, I really appreciate it) on a Japanese language site. The terms 'anonymous user' and 'authenticated user' are translated within the system, and I have not been able to find anywhere where they aren't translated, however, they are still coming up in English on the admin/content/book/access page. I haven't been able to figure out where these are being pulled from so that I can translate it. Are they not being run through the t() function?

Thank you.

CommentFileSizeAuthor
drupal_screenshot.png13.3 KBjaypan

Comments

jaypan’s picture

Help?

avpaderno’s picture

Title: Cannot translate 'anonymous user' and 'authenticated user' » Code must use user_roles()

This is a bug caused by the module not calling user_roles() which would return the translated strings for anonymous user, and authenticated user.
Rather than doing that, the module gets the user roles directly from the database.

harry slaughter’s picture

Assigned: Unassigned » harry slaughter
harry slaughter’s picture

Status: Active » Fixed

this is fixed in latest dev version

jaypan’s picture

Thank you. I look forward to it being committed to a release version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.