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

/*  COMMENT SEARCH MGR */
        'Comment Search Manager' => 'Comment Search Manager',
        'Search' => 'Search',
        'Search Criteria' => 'Search Criteria',
        'Search Results' => 'Search Results',
        'comment(s) found' => 'comment(s) found',
        'No comments found' => 'No comments found',
        'comment' => 'comment',
        'Author' => 'Author',
        'IP' => 'IP',
        'Entity' => 'Entity',
        'The comment has successfully been updated' => 'The comment has successfully been updated',
        'There was an error updating the comment' => 'There was an error updating the comment',
        'edit comment' => 'edit comment',
        'Edit Comment' => 'Edit Comment',
        'Approved' => 'Approved',
        'Test Key' => 'Test Key',
        'Akismet Manager' => 'Akismet Manager',
        'Akismet API Key' => 'Akismet API Key',
        'Please fill in a Akismet API Key' => 'Please fill in a Akismet API Key',

/*  ERROR MSGS  */
        'Please enter your name' => 'Please enter your name',
        'You must enter a valid email address' => 'You must enter a valid email address',
        'You must fill in your comment' => 'You must fill in your comment',
        'Your email is not correctly formatted' => 'Your email is not correctly formatted',
    );
?>