Your IP : 216.73.216.95


Current Path : /var/test/www/alh/admin/language/english/extension/module/
Upload File :
Current File : /var/test/www/alh/admin/language/english/extension/module/so_countdown.php

<?php

$_['heading_title']				= 'So Countdown Popup';
$_['heading_title_so']			= 'So Countdown Popup <b style="font-size:10px; background:#aaa; color:#fff; padding: 3px;font-weight:normal">version 1.0.0</b>';

$_['text_list']					= 'List Popup Countdown';
$_['text_edit']					= 'Edit Popup Countdown Module';
$_['text_add']					= 'Add Popup Countdown';
$_['text_status']				= 'Status';
$_['text_status_help']			= 'Enabled/Disabled module';
$_['text_name']					= 'Name';
$_['text_name_help']			= 'Module Name';
$_['entry_name']				= 'Module name';
$_['text_priority']				= 'Priority';
$_['text_priority_help']		= 'Sort order';
$_['text_width']				= 'Width (px)';
$_['text_width_help']			= 'Popup width';
$_['entry_width']				= 'Popup width (px)';
$_['text_height']				= 'Height (px)';
$_['text_height_help']			= 'Popup height';
$_['entry_height']				= 'Popup height (px)';
$_['text_opacity']				= 'Opacity (0->1)';
$_['text_opacity_help']			= 'Opacity';
$_['entry_opacity']				= 'Opacity';
$_['entry_priority']   = 'Priority';
$_['text_display_countdown']	= 'Display Countdown';
$_['text_date_start']			= 'Date Start';
$_['text_date_start_help']		= 'Display timer from date start to date expire';
$_['entry_date_start']			= 'Date start';
$_['text_date_expire']			= 'Date Expire';
$_['text_date_expire_help']		= 'Display timer from date start to date expire';
$_['entry_date_expire']			= 'Date expire';
$_['text_heading_title']		= 'Heading Title';
$_['text_heading_title_help']	= 'Display Heading Title';
$_['text_content']				= 'Description';
$_['text_content_help']			= 'Display content in popup';
$_['text_image']				= 'Banner Countdown';
$_['text_image_help']			= 'Display banner countdown';
$_['text_link']					= 'Link Banner';
$_['entry_store']				= 'Store';
$_['text_module']				= 'Module';
$_['text_success']				= 'Success: You have modified So Popup Countdown module!';
$_['error_permission']			= 'Warning: You do not have permission to modify module!';
$_['error_warning']				= 'Warning: You must check module careful';
$_['error_name']				= 'Module Name must be between 3 and 64 characters!';
$_['error_width']				= 'Width is not empty and is numeric';
$_['error_height']				= 'Height is not empty and is numeric';
$_['error_date']				= 'Date expire must greater date start';

$_['tab_module_setting']		= 'Module Setting';
$_['tab_help']					= 'Help';

$_['column_image']				= 'Image';
$_['column_name']				= 'Name';
$_['column_sort_order']			= 'Priority';
$_['column_status']				= 'Status';
$_['column_date_start_expire']	= 'Date Start / Date Expire';
$_['column_store']				= 'Store';
$_['column_action']				= 'Action';

$_['button_savestay']			= 'Save & Stay';