Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 14

CurtisOdenSpencerMcTorbjornjohansonlocker +10 guests

Can't translate %s changed %s permissions.

Username changed Username's permissions.

$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:

Comments

  • Posts: 1,586 Accepted Answer
    Try 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.'] = '...';

    Vanilla co-founder

  • Posts: 31
    @Todd
    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
  • Posts: 31
    And I can not translate this:
    image

    image

    on /dashboard/message/add page
Sign In or Register to comment.