
Hi, according to http://doc.otrs.org/developer/2.2/en/html/c684.html#custom-translation-f ile the way you "should" do it, is create a "Custom Translation File" Kernel/Language/en_Custom.pm (probably /opt/otrs/Kernel/Language/en_Custom.pm). This way it might be simpler to update the system. Something like this: sub Data { my $Self = shift; my %Param = @_; # $$START$$ # own translations $Self->{Translation}->{'CompanyTickets'} = 'School Ticket'; # $$STOP$$ } Greetings, gerhard

Thank you! I imagine I need to register the "pm"? -----Original Message----- From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Gerhard Weber Sent: Thursday, July 12, 2007 8:18 AM To: otrs@otrs.org Subject: [otrs] RE: Changing the Customer View Hi, according to http://doc.otrs.org/developer/2.2/en/html/c684.html#custom-translation-f ile the way you "should" do it, is create a "Custom Translation File" Kernel/Language/en_Custom.pm (probably /opt/otrs/Kernel/Language/en_Custom.pm). This way it might be simpler to update the system. Something like this: sub Data { my $Self = shift; my %Param = @_; # $$START$$ # own translations $Self->{Translation}->{'CompanyTickets'} = 'School Ticket'; # $$STOP$$ } Greetings, gerhard _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support or consulting for your OTRS system? =http://www.otrs.com/
participants (2)
-
Gerhard Weber
-
Jonathon