[dokuwiki-i18n] ACL ru translation fix
- From: Andrei Ivushkin <aivushkin@xxxxxxxxx>
- To: dokuwiki-i18n@xxxxxxxxxxxxx
- Date: Thu, 19 Feb 2009 17:04:46 +0200
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:
- » [dokuwiki-i18n] ACL ru translation fix - Andrei Ivushkin