latest.php 1.11 KB
<?php
// *	@source		See SOURCE.txt for source and other copyright.
// *	@license	GNU General Public License version 3; see LICENSE.txt

// Heading
$_['heading_title']     = 'Blog';

// Text
$_['text_product']      = 'Articles';
$_['text_display']      = 'Display:';
$_['text_empty']        = 'There are no articles to list in this blog.';
$_['text_sort']         = 'Sort By:';
$_['text_limit']        = 'Show:';
$_['text_sort_date']    = 'date';
$_['text_list']         = 'list';
$_['text_grid']         = 'grid';
$_['text_sort_by']      = 'Sort By:';
$_['text_sort_name']    = 'name';
$_['text_sort_rated']   = 'rated';
$_['text_sort_viewed']  = 'viewed';
$_['text_views'] 	    = 'Views:';
$_['text_date_asc']     = 'Date (Lowest)';
$_['text_date_desc']    = 'Date (Highest)';
$_['text_viewed_asc'] 	= 'Viewed (Lowest)';
$_['text_viewed_desc'] 	= 'Viewed (Highest)';
$_['text_rating_asc'] 	= 'Rating (Lowest)';
$_['text_rating_desc'] 	= 'Rating (Highest)';
$_['text_name_asc'] 	= 'Name (A - Z)';
$_['text_name_desc'] 	= 'Name (Z - A)';
$_['text_default']   	= 'Default';

$_['button_more']       = 'more';
?>