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

In this Discussion

How translate mail send for subsciption ? - Comment traduire le mail de confirmation ?

Hello, I'm trying translating e-mail sending when you wanted to have a account on Vanilla boads. For instance, mail you receveid after login with password mod.

Here it is : `EmailWelcome

You need to confirm your email address before you can continue. Please confirm your email address by clicking on the following link: xxx`

Thank you for your help ! :)

Best Answers

  • peregrineperegrine MVP
    Answer ✓

    some email settings....

    $Definition['EmailConfirmEmail'] = 'You need to confirm your email address before you can continue. Please confirm your email address by clicking on the following link: {/entry/emailconfirm,exurl,domain}/{User.UserID,rawurlencode}/{EmailKey,rawurlencode}';
    
    $Definition['EmailWelcome'] = '%2$s has created an account for you at %3$s. Your login credentials are:
    $Definition['EmailWelcomeRegister'] = 'You have successfully registered for an account at {Title}. Here is your information:
    $Definition['EmailWelcomeConnect'] = 'You have successfully connected to {Title}. Here is your information:
    
    change these definitions.  - view the localization documentation and the wiki on how to modify.
    

    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

  • peregrineperegrine MVP
    Answer ✓

    I believe it should be definitions.php

    http://vanillaforums.org/docs/localization> honorgate said:

    Another question ... I've to insert these $Definition into captured.php , is it correct ?>

    does it work correctly in captured.php?


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

    honorgate
  • peregrineperegrine MVP
    Answer ✓

    $Definition['%s] Welcome Aboard!'] = 'google the word grep and learn how to use';

    $Definition['EmailConfirmEmail'] =`Vous avez enregistré un compte avec succès sur Forum RBTonline. Voici vos identifiants:{/entry/emailconfirm,exurl,domain}/{User.UserID,rawurlencode}/{EmailKey,rawurlencode}';

    please read the localization documentation and the wiki

    download the http://vanillaforums.org/addon/chinese-locale by sarowlwp which is done nicely and correctly and convert it to french.


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

    honorgate

Answers

Sign In or Register to comment.