[% gettext('Note: rTorrent don`t notify you about broken links.') _ ' ' _ gettext('Just attempt to load this links.') %]
[% FOREACH result = data.result %] [% SET class = ['message']; IF one.error; class.push('error'); END; %]
[% SWITCH result.type %] [% CASE 'file' %] [% gettext('Adding file') %]: [% CASE 'link' %] [% gettext('Adding link') %]: [% CASE DEFAULT %] [% gettext('Internal error') %]: [% END %] [% result.torrent %] - [% IF result.error %] [% result.error %] [% ELSE %] ... [% gettext('Done') %] [% END %]
[% END %]