Bug 8064: Change the way target record is built.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / merge-record-strings.inc
blob66c55c442ab078e19f0be359c0893c3ca91a5008
1 [%# transletable strings for merge-record.js %]
2 <script type="text/javascript">
3     var MSG_MERGEREC_ALREADY_EXISTS = _("The field is non-repeatable and already exists in the destination record. Therefore, you cannot add it.");
4     var MSG_MERGEREC_SUBFIELD_ALREADY_EXISTS = _("The subfield is non-repeatable and already exists in the destination record. Therefore, you cannot add it.");
5 </script>