<?php
// Heading
$_['heading_title']      = 'Automatic SEO Title';
$_['ast_title']  		 = 'Automatic SEO Title';

// Text
$_['ast_description']		= '';
$_['ast_success_text']		= 'Success! You have modified Automatic SEO Title!';
$_['ast_save']				= 'Save';
$_['ast_cancel']			= 'Cancel';
$_['text_module'] 	    	= 'Modules';
$_['ast_yes']				= 'Yes';
$_['ast_no']		    	= 'No';

// Entry
$_['ast_entry_price'] 	= 'Show Price:';
$_['ast_entry_price_description'] 	= 'Show the price of the product in the browser title';
$_['ast_entry_cat'] 	= 'Show Category:';
$_['ast_entry_cat_description'] 	= 'Show product category (available only using the menu)';
$_['ast_entry_sitename'] 	= 'Show SiteName:';
$_['ast_entry_sitename_description'] 	= 'Show the name of your site in the title';
$_['ast_entry_brandname'] 	= 'Show Manufacturer:';
$_['ast_entry_brandname_description'] 	= 'Show the name of the manufacturer (brand) in the title of products pages.';
$_['ast_entry_special'] 	= 'Show Special Text:';
$_['ast_entry_special_description'] 	= 'Highlight the title of the browser if the product is on offer';
$_['ast_entry_separator'] 	= 'Separator:';
$_['ast_entry_separator_description'] 	= 'Symbol used to separate the parts of the title';
$_['ast_entry_custom'] 	= 'Custom Text:';
$_['ast_entry_custom_description'] 	= '';
$_['ast_entry_example'] 	= 'Products Title Example:';
$_['ast_entry_example_description'] 	= 'Example of a title with choosen settings';
$_['ast_entry_order'] 	= 'Products Title:';
$_['ast_entry_order_description'] 	= 'Set the positions of the elements in the title and the separators';
$_['ast_entry_sorder'] 	= 'Default Title:';
$_['ast_entry_sorder_description'] 	= 'Set the positions of the elements in the title and the separators';

$_['ast_order_pagename'] 	= 'Name of the page';
$_['ast_order_sitename'] 	= 'SiteName';
$_['ast_order_brand'] 	= 'Manufacturer';
$_['ast_order_price'] 	= 'Price';
$_['ast_order_special'] 	= 'Special Text';
$_['ast_order_product'] 	= 'Product Name';
$_['ast_order_cat'] 	= 'Category';
$_['ast_order_custom'] 	= 'Custom Text';
$_['ast_order_nothing'] 	= ' - nothing - ';

// Error
$_['ast_error_access'] = 'You do not have permission to modify Automatic SEO Title.';
?>
