@@ -, +, @@ strings to translation --- .../prog/en/modules/tools/manage-marc-import.tt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt @@ -393,15 +393,21 @@ Page Ignored [% ELSIF ( record_lis.status == 'reverted' ) %] Reverted + [% ELSIF ( record_lis.status == 'staged' ) %] + Staged + [% ELSIF ( record_lis.status == 'error' ) %] + Error [% ELSE %] [% record_lis.status %] [% END %] [% IF ( record_lis.overlay_status == 'no_match' ) %] - No match + No match [% ELSIF ( record_lis.overlay_status == 'match_applied' ) %] Match applied + [% ELSIF ( record_lis.overlay_status == 'auto_match' ) %] + Match found [% ELSE %] [% record_lis.overlay_status %] [% END %] --