Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Can't translate %s changed %s permissions.
Username changed Username's permissions.
and
Username was removed from the Member role and added to the Administrator role.
What's wrong?
$Definition['%s changed %s permissions.'] = '%s изменил %s настройки доступа';
and
Username was removed from the Member role and added to the Administrator role.
$Definition['%s was removed from the %s and added to the %s'] = '%s был удален из %s и добавлен в %s';
What's wrong?
Tagged:
0
Best Answer
-
Todd Vanilla StaffTry the following instead:
$Definition['Activity.RoleChange.FullHeadline'] = '%1$s changed %4$s permissions.';
$Definition['Activity.RoleChange.ProfileHeadline'] = '%1$s changed %4$s permissions.';
$Definition['%1$s was removed from the %2$s %3$s and added to the %4$s %5$s.'] = '...';
$Definition['%1$s was removed from the %2$s %3$s.'] = '...';
$Definition['%1$s was added to the %2$s %3$s.'] = '...';0
Answers
Thanks, it worked. But I have obtained the following construct:
Admin changed user's permissions.
I need to delete 's in the name of the user. This is a feature of the Russian language. How to remove 's?
Sorry for the google translate
on /dashboard/message/add page