ZCML File
role_duplicate.zcml

<configure
    xmlns="http://namespaces.zope.org/zope"
    i18n_domain="zope"
    >
<include
    file="meta.zcml"
    package="zope.securitypolicy"
    />
<role
    id="zope.Everyperson"
    title="Tout le monde"
    description="The common man, woman, person, or thing"
    />
<role
    id="zope.Everyperson"
    title="Tout le monde"
    description="The common man, woman, person, or thing"
    />
</configure>