You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Guido Amarilla <ga...@gmail.com> on 2007/01/13 09:21:32 UTC

SecurityData.xml i18n

Is there a way to localize the descriptions for the entities in
*SecurityData.xml such as these from OrderSecurityData.xml :

...........
    <SecurityPermission description="Create sales forecasts in the
Order Manager." permissionId="ORDERMGR_4C_CREATE"/>
    <SecurityPermission description="Update sales forecasts in the
Order Manager." permissionId="ORDERMGR_4C_UPDATE"/>

    <SecurityGroup description="Admin group for restricted order
processing." groupId="ORDERPROC"/>
    <SecurityGroup description="Order Entry Admin group; permissions
for creating orders." groupId="ORDERENTRY"/>
    <SecurityGroup description="Order Admin group, has all order
permissions." groupId="ORDERADMIN"/>

..........
-- 
Guido Amarilla

Re: SecurityData.xml i18n

Posted by Anil Patel <to...@gmail.com>.
Yes there is a way to do this, look for *EntityLabels.properties files in
config folders of different components. One use case for example is for
ProductMeterType, which in turn is used in FixedAssetMaint Forms defined in
FixedAssetForms.xml.

Hope this helps.
Regards
Anil Patal




On 1/13/07, Guido Amarilla <ga...@gmail.com> wrote:
>
> Is there a way to localize the descriptions for the entities in
> *SecurityData.xml such as these from OrderSecurityData.xml :
>
> ...........
>     <SecurityPermission description="Create sales forecasts in the
> Order Manager." permissionId="ORDERMGR_4C_CREATE"/>
>     <SecurityPermission description="Update sales forecasts in the
> Order Manager." permissionId="ORDERMGR_4C_UPDATE"/>
>
>     <SecurityGroup description="Admin group for restricted order
> processing." groupId="ORDERPROC"/>
>     <SecurityGroup description="Order Entry Admin group; permissions
> for creating orders." groupId="ORDERENTRY"/>
>     <SecurityGroup description="Order Admin group, has all order
> permissions." groupId="ORDERADMIN"/>
>
> ..........
> --
> Guido Amarilla
>