<?php
    $words = array(
/*  COMMENT MGR  */
        'Comment Manager' => 'Zarz�dzanie komentarzami',

/*  ERROR MSGS  */
        'Please enter your name' => 'Imi� i nazwisko',
        'You must enter a valid email address' => 'Wprowad� poprawnie email',
        'You must fill in your comment' => 'Musisz poda� sw�j komentarz',
        'Your email is not correctly formatted' => 'Podany email jest z�y',
    );
?>