oct_policy.php 708 Bytes
<?php
// Heading
$_['heading_title']			= 'Octemplates - Cookies policy';

// Text
$_['text_module']			= 'Modules';
$_['text_success']			= 'The module settings have been updated successfully!';
$_['text_success_install']  = 'The module settings have been install successfully!';
$_['text_edit']				= 'Editing module';

// Entry
$_['entry_status']			= 'Status:';
$_['entry_text']			= 'Text:';
$_['entry_link']       		= 'Link to article:';
$_['entry_value']			= 'Cookie value:';
$_['entry_max_day']			= 'Days:';
$_['entry_helper_max_day']	= 'Enter the number of days after which the cookie notification will be shown again';

// Error
$_['error_permission']		= 'You are not authorized to control this module!';