Re: change_permissions.naml
Posted by
Pedro on
Oct 27, 2012; 12:16pm
URL: https://support.nabble.com/change-permissions-naml-tp7581706p7581728.html
Hi Harvey, Hugo suggested me a simpler way to do it.
Please, go to your advanced editor and see the _harvey_naml file. Note that in the beginner of this file you have some "translation tags", you can create more tags like this so that the text edition will be easier.
For example, if you want to replace, at the permission page, the sentence "Who can view this application and its contents" with "Who can see this forum and its contents", you should write the following tag:
<translation><from>Who can view this application and its contents</from><to>Who can see this forum and its contents</to></translation>
Did you understand?