Did you try change the es_Custom.pm
that's work's for meEl nov 9, 2011 7:10 a.m., "Juan Manuel Clavero Almirón" <juanm.clavero@ibsalut.es> escribió:Hi,
thanks for your reply
the problem is that, in my Language, there is a big difference between the translation of 'lock' and the translation of 'locked'. This difference makes that the people don't understand if they see a 'lock' where it should be 'locked' (that is, where it should be an adjective, not a noun or verb)
my first aproximation (changing values in otrs.ticket_lock_type) was wrong because the values 'lock' and 'unlock' are hardcoded in the Perl modules and I'd have to change ~100 lines of code in several modules.
Instead, I've modified Ticket.pm to add a custom field to tickets ($Ticket{Locked} = 'Yes'|'No') and ' Ticket Information' in AgentTicketZoom to show this field (now it looks like "Locked:Yes | No"). I don't like this solution, but it works
Juan Clavero Almirón