Bug 15668: (follow up) add selector to th
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / merge-record-strings.inc
blob5cab76f2321c8304dca5a7a09604bfb73cdb5516
1 [%# transletable strings for merge-record.js %]
2 <!-- merge-record-strings.inc -->
3 <script>
4     var MSG_MERGEREC_ALREADY_EXISTS = _("The field is non-repeatable and already exists in the destination record. Therefore, you cannot add it.");
5     var MSG_MERGEREC_SUBFIELD_ALREADY_EXISTS = _("The subfield is non-repeatable and already exists in the destination record. Therefore, you cannot add it.");
6 </script>
7 <!-- / merge-record-strings.inc -->