[Koha-bugs] [Bug 11392] logaction() modulename and action are untranslatable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 9 13:22:38 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11392

paxed <pasi.kallinen at pttk.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |Needs Signoff
           Assignee|koha-bugs at lists.koha-commun |pasi.kallinen at pttk.fi
                   |ity.org                     |

--- Comment #1 from paxed <pasi.kallinen at pttk.fi> ---
Created attachment 28126
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28126&action=edit
Allow translating the viewlog module and action names

When viewing the logs, the user can see module and action,
such as "SYSTEMPREFERENCE", "MEMBERS" or "CREATE", "MODIFY", etc.
These texts are not translatable.

This patch allows translating those. It also adds the missing "CREATE"
action to the pulldown.

To test:

1) Go browse the system logs. Note the contents of the "Action" and "Module"
-pulldowns, and the contents of those columns in the log table.
2) Apply patch
3) Go browse the system logs again. The pull-downs should work, and show the
same values as before (plus "Create" for Action), and the Action and Module
-columns in the log table should not be in ALL CAPS.
4) cd misc/translator
5) perl translate update xx-YY
6) Check that the po/xx-YY-i-staff-t-prog-v-3006000.po contains the values for
the pull-downs in it. (Look for eg. "System prefs")

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list