<?php

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

$lang = array(

'add_a_comment' => 'Add A Comment',
'add_comment_button' => 'Add Comment',
'announcement' => 'Announcement',
'comments' => 'Comments',
'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.',
'no_comments' => 'No comments have been made for this announcement yet.',
'no_news' => 'There are no announcements to display.',
'viewing_announcement' => 'Viewing Announcement',

);

?>