<?php
// Heading
$_['heading_title']     = 'SEO Urls';

// Text
$_['text_success']      = 'Success: You have modified SEO urls!';
$_['text_successadd']      = 'Success: You have add the commons SEO urls!';

// Column
$_['column_query']   = 'Path';
$_['column_keyword']     = 'SEO Keyword';
$_['column_action']     = 'Action';

// Entry
$_['entry_path']   = 'Path:';
$_['entry_keyword']   = 'SEO Keyword:';
$_['button_addcomons']   = 'Add commons route';

// Error
$_['error_permission'] = 'Warning: You do not have permission to modify SEO Urls!';
$_['error_exists']     = 'Warning: The path is already in use!';
$_['error_query']   = 'Path must be greater than 0 characters!';
$_['error_keyword']   = 'Keyword must be greater than 0 characters!';

?>
