[dokuwiki-i18n] ACL ru translation fix

I have a comment about ACL plugin translation into Russian

The line in lang.php states:

$lang['acl_perm0']             = 'Замечание';

( "Note" in English)
which is completely incorrect and confusing.


The correct translation should be

$lang['acl_perm0']             = 'Нет доступа';

that means "No access"

Please fix it in future releases.

Other related posts: