<?php

/*
#======================================================
|    | Trellis Desk Language File
|    | lang_article.php
#======================================================
*/

$lang = array(

'add_a_comment' => 'Add A Comment',
'add_comment_button' => 'Add Comment',
'categories' => 'Categories',
'confirm_delete' => 'Are you sure you want to delete this comment?',
'delete' => 'Delete',
'edit' => 'Edit',
'edit_comment' => 'Edit Comment',
'edit_comment_button' => 'Edit Comment',
'err_no_comment' => 'Please enter a comment.',
'full_star' => 'Full Star',
'half_star' => 'Half Star',
'keywords_phrase' => 'Enter keywords or phrase',
'no_articles' => 'There are no articles to display.',
'no_articles_found' => 'No articles found.',
'no_comments' => 'No comments have been made for this article yet.',
'no_star' => 'No Star',
'relevance' => 'Relevance',
'search_results' => 'Search Results',
'stars' => 'Stars',
'view_category' => 'View Category',
'viewing_article' => 'Viewing Article',

);

?>