<?php
// Heading 
$_['heading_title'] = 'Article Search';

$_['text_keyword']  = 'Keywords';
$_['text_advanced'] = 'Advanced Search';
$_['text_category'] = 'All Categories';

// Entry
$_['button_go']   = 'Go';
?>