Ekdant-Online-Store/extension/opencart/admin/language/en-gb/module/banner.php

32 lines
1.0 KiB
PHP
Raw Normal View History

2024-08-06 12:21:00 +00:00
<?php
// Heading
$_['heading_title'] = 'Banner';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified banner module!';
$_['text_edit'] = 'Edit Banner Module';
$_['text_slide'] = 'Slide';
$_['text_fade'] = 'Fade';
// Entry
$_['entry_name'] = 'Module Name';
$_['entry_banner'] = 'Banner';
$_['entry_effect'] = 'Effect';
$_['entry_items'] = 'Items per Slide';
$_['entry_controls'] = 'Controls';
$_['entry_indicators'] = 'Indicators';
$_['entry_interval'] = 'Interval';
$_['entry_width'] = 'Width';
$_['entry_height'] = 'Height';
$_['entry_status'] = 'Status';
// Help
$_['help_items'] = 'The number of items to show per slide.';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify banner module!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_interval'] = 'Interval required!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';