News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Some language strings missing in administrator/<LANG>.com_virtuemart_perms

Started by man.of.earth, September 20, 2019, 14:31:47 PM

Previous topic - Next topic

man.of.earth

Hello,

I noticed there are a few language strings missing in administrator/<LANG>.com_virtuemart_perms:

COM_VM_CUSTOM_EDITSTATE_TIP="Allow to publish customfields"
(to add after COM_VM_CUSTOM_EDITSTATE="Customfields publish")

COM_VM_CALC_EDITSTATE_TIP="Allow to publish Tax &amp; Calculation Rule"
(to add after COM_VM_CALC_EDITSTATE="Tax &amp; Calculation Rule publish")

and
COM_VM_USER_DELETE_TIP="Allow to delete shopper"
(to add after COM_VM_USER_DELETE="Shoppers delete")

Also, I found a few string errors in /administrator/components/com_virtuemart/access.xml:
<action name="core.manage" title="COM_VM_MANAGE" description="JACTION_MANAGE_COMPONENT_TIP" />
to be replaced with
<action name="core.manage" title="COM_VM_MANAGE" description="COM_VM_MANAGE_TIP" />

<action name="vm.manage" title="COM_VM_MANAGE_FE" description="COM_VM_ACL_MANAGE_FE_TIP" />
to be replaced with
<action name="vm.manage" title="COM_VM_MANAGE_FE" description="COM_VM_MANAGE_FE_TIP" />

<action name="vm.managevendors" title="COM_VM_MANAGE_VENDORS" description="COM_VM_ACL_MANAGE_VENDORS_TIP" />
to be replaced with
<action name="vm.managevendors" title="COM_VM_MANAGE_VENDORS" description="COM_VM_MANAGE_VENDORS_TIP" />

and
<action name="vm.media.potdang" title="COM_VIRTUEMART_MEDIA_POTENTIAL_DANGEROUS" description="COM_VIRTUEMART_MEDIA_POTENTIAL_DANGEROUS_TIP" />
to be replaced with
<action name="vm.media.potdang" title="COM_VIRTUEMART_MEDIA_POTENTIAL_DANGEROUS" description="COM_VM_MEDIA_POTENTIAL_DANGEROUS_TIP" />