[otrs-i18n] Not translated warnings

Richard Hinkamp - BeSite richard at besite.nl
Fri Nov 11 19:21:12 CET 2005


Hello,

We encountered some warnings which are not translated. For example in 
Kernel/Modules/AgentTicketBounce.pm:123:

$Output .= $Self->{LayoutObject}->Warning(
	Message => "Sorry, the current owner is $OwnerLogin!",
	Comment => 'Please change the owner first.',
);

I would make sense to me if it was something like:

$Output .= $Self->{LayoutObject}->Warning(
	Message => '$Text{"Sorry, the current owner is %s!", "'.$OwnerLogin.'"}',
	Comment => '$Text{"Please change the owner first."}',
);

So it can be translated.

I'm I missing something or is it just not translated yet? Or should I 
take it to the dev list?

-- 
Kind regards,

Richard Hinkamp
richard at besite.nl
...................
BeSite Internetdiensten
www.besite.nl


More information about the i18n mailing list