DiffuCoder-7B-cpGRPO / AgentResources.resx
Mittapalli's picture
Upload 14 files
a3d72a8 verified
raw
history blame
8.53 kB
<?xml version="1.0" encoding="utf-8" ?>
<root>
<!-- Ticket Message -->
<data name="AME_TICKET_SUBJECT">
<!-- This is used as a subject for template message
Supports tags: $subject $dgticket -->
<value>$subject [Company Secure Email: $dgticket]</value>
<comment></comment>
</data>
<data name="AME_TICKET_BODY">
<!-- This is used as a body text for template message
Supports tags: $subject $dgticket $timestamp $password $zippedAttachments $sender $to_originalRecipients $cc_originalRecipients $bcc_originalRecipients -->
<value><![CDATA[*****************************************************************************************
You received an email encrypted by Digital Guardian. The contents of the email were encrypted to protect sensitive information during transmission.
To view the contents of the email with subject
"$subject - [Company Secure Email $dgticket]"
sent at $timestamp, use an archive utility that supports encryption with the following password:
$password
The details of the original email are:
Attachment name: $zippedAttachments
Original sender: $sender
Original recipient: to: $to_originalRecipients
cc: $cc_originalRecipients
If you do not have an archive utility to decrypt the attachment,
click one of these links to download an archive utility for your operating system:
For Microsoft Windows, Linux, and Apple Macintosh OS: http://www.win-rar.com
For Apple Macintosh and Microsoft Windows OS: http://www.stuffit.com
*****************************************************************************************
]]></value>
<comment></comment>
</data>
<!-- Original Ticket Message -->
<data name="AME_MAIL_SUBJECT">
<!-- This is used as a subject for template message
Supports tags: $subject $dgticket -->
<value>$subject [Company Secure Email: $dgticket]</value>
<comment></comment>
</data>
<data name="AME_MAIL_BODY_PASSWORD">
<!-- This is used as a body text for message with password in the message itself
Supports tags: $password -->
<value><![CDATA[*****************************************************************************************
This email was encrypted by Digital Guardian to protect sensitive information
during transmission. To view the contents of this email, use an archive utility that supports encryption with the following password:
$password
If you do not have an archive utility to decrypt the attachment, click one of these links to download an archive utility for your operating system:
For Windows, Linux, and Macintosh OS: http://www.win-rar.com
For Macintosh and Windows OS: http://www.stuffit.com
*****************************************************************************************
]]></value>
</data>
<data name="AME_MAIL_BODY_TICKET_MESSAGE">
<!-- This is used as a body text for message when the follow message is gonna be sent
Supports tags: $subject $dgticket -->
<value><![CDATA[*****************************************************************************************
This email was encrypted by Digital Guardian to protect sensitive information
during transmission.
You will receive a second email with subject
"$subject - [Company Secure Email $dgticket]"
that contains a password to decrypt the attachments in this email.
The second email includes instructions to decrypt the attachments in this email.
*****************************************************************************************
]]></value>
</data>
<!-- Original Message -->
<data name="AME_BODY_MOVED_TEXT">
<!-- This is used as a body text when the body moved into attachment
Supports tags: $bodyAttachment -->
<value><![CDATA[*****************************************************************************************
The body of this email message was encrypted and moved into
an attachment ($bodyAttachment) by Digital Guardian.
*****************************************************************************************
]]></value>
</data>
<data name="AME_SUBJECT_MOVED_TEXT">
<!-- This is used as a subject text when the subject moved into attachment
Supports tags: $bodyAttachment -->
<value><![CDATA[The original subject of this email message was encrypted and moved into an attachment ($bodyAttachment) by Digital Guardian's secure email system.]]></value>
</data>
<data name="AME_PASSWORD_IMAGE_PASSWORD_TEXT">
<!-- This is used to spcify the text that will be used to replace the $password variable
if password Display type is set to Clear or Distorted image
Supports tag: $pswImgName -->
<value><![CDATA[Password is in attachment [$pswImgName]]]></value>
</data>
<!-- Audit Message -->
<data name="AME_AUDIT_SUBJECT">
<!-- Subject of audit (shadow copy) message
Supports tags: $subject $dgticket-->
<value>Audit message subject - FW: $subject $dgticket</value>
<comment></comment>
</data>
<data name="AME_AUDIT_INFO">
<!-- Body of audit (shadow copy) message
Supports tags: $auditMessageText $sender $subject $timestamp
$to_originalRecipients $cc_originalRecipients $bcc_originalRecipients
$originalAttachments
$encryptedAttachments
$zippedAttachments $dgticket $password -->
<value>
<![CDATA[$auditMessageText
Machine Event ID: $meid
Sender: $sender
Subject: $subject
Time: $timestamp
Recipient list: to: $to_originalRecipients
cc: $cc_originalRecipients
bcc: $bcc_originalRecipients
Original attachments: $originalAttachments
Encrypted attachments: $encryptedAttachments
Zipped attachments: $zippedAttachments
Ticket number: $dgticket
Password: $password
]]></value>
<comment></comment>
</data>
<data name="AME_AUDIT_MESSAGE_TEXT">
<!-- Will be used as a default text for tag $auditMessageText in AME_AUDIT_INFO -->
<value>The original message details</value>
</data>
<!-- Variables -->
<data name="AME_PASSWORD_IMAGE_FILENAME">
<!-- This is used to spcify the file name to use for the image that hold the password
Extention defines the image type. Supported types are: gif and jpg -->
<value>password.jpg</value>
</data>
<data name="AME_BODY_MOVED_ATTACHMENT_NAME">
<!-- Name for encrypted body attachment file - in genral -->
<value>body.txt</value>
</data>
<data name="AME_BODY_MOVED_ATTACHMENT_NAME_TXT">
<!-- Name for encrypted body attachment file - txt body -->
<value>body.txt</value>
</data>
<data name="AME_BODY_MOVED_ATTACHMENT_NAME_HTM">
<!-- Name for encrypted body attachment file - HTML body -->
<value>body.html</value>
</data>
<data name="AME_BODY_MOVED_ATTACHMENT_NAME_RTF">
<!-- Name for encrypted body attachment file - RTF body -->
<value>body.rtf</value>
</data>
<data name="AME_BODY_EVENT_TITLE_NAME">
<!-- Name for body in event -->
<value>Message Body</value>
</data>
<data name="AME_AGGREGATE_ATTACHMENT_NAME">
<!-- Name for zipped attachments and body file -->
<value>EncryptedData</value>
</data>
<data name="AME_ZIP_EXTENSIONS_NAME">
<!-- Extention for zipped attachments and body file -->
<value>.zip</value>
</data>
<data name="AME_ZIP_EXTENSIONS_SEPARATOR">
<!-- Separator replace . in original file name, for zipped attachments -->
<value>_</value>
</data>
<data name="AME_RETURN_TO_SENDER_BODY">
<!-- BES and EAS use it to send message to sender when SendMail is blocked -->
<value>Message is blocked by DG</value>
</data>
<data name="AME_RETURN_TO_SENDER_SUBJECT">
<!-- BES and EAS use it to send message to sender when SendMail is blocked
Supports tags: $subject -->
<value>Message is blocked by DG - Re: $subject</value>
</data>
</root>