# email message templates
shareCreatedSubject = Share Created
# {0} = share item name; {1} = "(" + share item type + ")", if known;
# {2} = grantor name; {3} = grantee name; {4} = role name;
# {5} = comma-separated list of action
# NOTE: The \n newlines are significant -- DO NOT REMOVE
shareCreatedText =\
The following share has been created:\n\
\n\
Shared item: {0} {1}\n\
Owner: {2}\n\
\n\
Grantee: {3}\n\
Role: {4}\n\
Allowed actions: {5}\n
shareCreatedHtml =\
<h3>The following share has been created:</h3>\n\
<p>\n\
<table border="0">\n\
<tr><th align="left">Shared item:</th><td>{0} {1}</td></tr>\n\
<tr><th align="left">Owner:</th><td>{2}</td></tr>\n\
</table>\n\
</p>\n\
<table border="0">\n\
<tr><th align="left">Grantee:</th><td>{3}</td></tr>\n\
<tr><th align="left">Role:</th><td>{4}</td></tr>\n\
<tr><th align="left">Allowed actions:</th><td>{5}</td>\n\
</tr>\n\
</table>
shareModifiedSubject = Share Modified
# replacement args same as shareCreatedText
shareModifiedText =\
The following share has been modified:\n\
\n\
Shared item: {0} {1}\n\
Owner: {2}\n\
\n\
Grantee: {3}\n\
Role: {4} [MODIFIED]\n\
Allowed actions: {5} [MODIFIED]
shareModifiedHtml =\
<h3>The following share has been modified:</h3>\n\
<p>\n\
<table border="0">\n\
<tr><th align="left">Shared item:</th><td>{0} {1}</td></tr>\n\
<tr><th align="left">Owner:</th><td>{2}</td></tr>\n\
</table>\n\
<p>\n\
<table border="0">\n\
<tr><th align="left">Grantee:</th><td>{3}</td></tr>\n\
<tr><th align="left">Role:</th><td>{4} [MODIFIED]</td></tr>\n\
<tr><th align="left">Allowed actions:</th><td>{5} [MODIFIED]</td>\n\
</tr>\n\
</table>