|
Hi Andy,
I don't know about "easy" and certainly there is no supported way, but
if you want you could try this:
1) Copy home the file STKOFF::MRMEMO$PUBLIC:[v021.MSG]MRMALLMSA.MSG
2) Modify for example the Swedish entries in the following few lines
towards the end of that file:
*********************************************************************
!+
! Notification message subject strings (from MR, ALL-IN-1, MRGATE)
! All language versiopn must be included in this file
!-
!+
! English
!-
MRRNOT_A <Message Read Receipt> ! Message Router Read receipt
! MRGATE Non-delivery
MRGNDEL_A <Message Router VMSmail Gateway nondelivery notification>
! MRGATE Message Router delivery
MRGMRDN_A <Message Router delivery notification message>
A1RNOT_A <Read Receipt> ! ALL-IN-1 Read Receipt
A1DEL_A <Confirmation of Delivery> ! ALL-IN-1 DeliveryNotification
A1NDEL_A <Message Delivery Report> ! ALL-IN-1 Non-deliveryNotification
!+
! Swedish (******** Substitute dutch entries here! Note that only
! two entries actually have non-english text *****)
!-
MRRNOT_B <Message Read Receipt> ! Message Router Read receipt
! MRGATE Non-delivery
MRGNDEL_B <Message Router VMSmail Gateway nondeliverynotification>
! MRGATE Message Router delivery
MRGMRDN_B <Message Router delivery notification message>
AA1RNOT_B <Ldst-kvittens> ! ALL-IN-1 Read Receipt
A1DEL_B <Meddelandet har kommit fram> ! ALL-IN-1 Delivery Notification
A1NDEL_B <Message Delivery Report> ! ALL-IN-1 Non-delivery Notifica tion
*************************************************************************
3) Compile message file:
$ MESSAGE/OBJECT=MRMALLMSA.OBJ MRMALLMSA
4) Replace MRMALLMSA.OBJ in the MRMEMO saveset (no other way than to
back files down to disk and then into saveset again, I'm afraid)
5) Reinstall MRMEMO.
6) Pray. And don't get errors, because as I said this is hardly
supported.
cheers,
Stefan
|