oct_benefits.php 1.45 KB
<?php
// Heading
$_['heading_title']         = 'Octemplates - Shop benefits';

$_['text_module']           = 'Modules';
$_['text_extension']		= 'Extensions';
$_['text_success']          = 'Module settings were updated successfully!';
$_['text_success_install']  = 'The module was successfully installed!';
$_['text_edit']             = 'Editing a module';
$_['text_select_all']       = 'Select all';
$_['text_unselect_all']     = 'Deselect';

$_['entry_status']          = 'Status';
$_['entry_name']            = 'Title';
$_['entry_add_new_block']   = 'Add';
$_['entry_new_block']       = 'New block';
$_['entry_settings']        = 'Block settings';
$_['entry_title']           = 'Title text';
$_['entry_text']            = 'Block text';
$_['entry_link']            = 'Link';
$_['entry_colors']          = 'Primary colors';
$_['entry_icon']            = 'Block icon';
$_['entry_icon_color']      = 'Icon color';
$_['entry_color_title']     = 'Title color';
$_['entry_color_text']      = 'Text color';
$_['entry_color_fon_hover'] = 'Icon color on hover';

//Errors
$_['error_permission']      = 'You do not have permission to manage this module!';
$_['error_name']            = 'The module name must be between 3 and 64 characters!';
$_['error_title']           = 'The block title must contain between 2 and 64 characters!';
$_['error_text']            = 'The text of the block must contain from 2 to 64 characters!';
$_['error_icon']            = 'The block icon must not be empty!';