Non identifié (S’identifier/S’inscrire)

Catégories

Vanilla 1.1.2 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorcjx
    • CommentTimeNov 5th 2007
     
    Hi
    I need english language file for picsengine.
    Thank you
    • CommentAuthorandy_vdg
    • CommentTimeFeb 3rd 2008
     
    Hi - I just finished translating it:

    http://www.gugten.com/var/picsengine/en.txt

    - rename to en.php and put into your /admin/languages/ folder
    - open /admin/library/Core.php and change

    // Language load
    require_once($this->root."languages/Francais.php");
    $this->language = $language;

    to

    // Language load
    require_once($this->root."languages/en.php");
    $this->language = $language;

    If you find any mistakes please let me know.
    • CommentAuthorcjx
    • CommentTimeFeb 15th 2008
     
    Thanks alot Andy
    Great Job :)
    • CommentAuthorincar-pc
    • CommentTimeApr 8th 2008
     
    THX for this file, it works great.

    Anyone know`s how i can translate the popup commentfield in english or german?

    incar-pc.de