sogo/UI/Templates/SOGoACLCzechRemovalAdvisory.wox
Ludovic Marcotte 99f5614b7d Added missing Cesky templates - thanks to Milos Wimmer
Monotone-Parent: 06d643c3c015e84728100fb5624bf4bac033748f
Monotone-Revision: 870b4c8a5782c840ff0aa2f075ea7594bda50e59

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-11-09T18:34:37
Monotone-Branch: ca.inverse.sogo
2010-11-09 18:34:37 +00:00

29 lines
1.1 KiB
XML

<?xml version="1.0" standalone="yes"?>
<!DOCTYPE container>
<container
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label">
<var:if condition="isSubject">
<var:string value="currentUserName" const:escapeHTML="NO"/> Vás odstranil
</var:if>
<var:if condition="isBody">
<var:string value="currentUserName" const:escapeHTML="NO"/> Vás odstranil z přístupového seznamu (acl) svojí složky <var:string const:value='"' const:escapeHTML="NO"/><var:string value="resourceName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/>.
<!--
You can unsubscribe directly to that folder by following this link:
<var:string value="httpAdvisoryURL" const:escapeHTML="NO"/>unsubscribe?mail-invitation=YES
Otherwise, you will be able to unsubscribe later from the SOGo web interface.
You can also no longer access this resource using the following URL:
<var:string value="httpFolderURL" const:escapeHTML="NO"/>
-->
</var:if>
</container>