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

// Text
$_['text_module']			= 'Modules';
$_['text_success']			= 'Success: You have modified module Gifts!';
$_['text_browse']			= 'Browse';
$_['text_clear']			= 'Clear';
$_['text_enabled']			= 'Enabled';
$_['text_disabled']			= 'Disabled';
$_['text_image_manager']	= 'Image Manager';
$_['text_content_top']		= 'Content Top';
$_['text_content_bottom']	= 'Content Bottom';
$_['text_column_left']		= 'Column Left';
$_['text_column_right']		= 'Column Right';
$_['text_yes']				= 'Yes';
$_['text_no']				= 'No';
$_['text_select_first_gift']= 'Default select the first gift (if available).';
$_['text_default_message']	= 'Congratulations! Your basket value exceeds {amount} {currency} - you can choose a GIFT on the Shopping Cart page';
$_['text_guide_message']	= 'This message is displayed to the customer. E.g.:';
$_['text_available_params']	= 'Available parameters: {currency}, {amount}';
$_['text_guide_name']		= 'Name only displayed in the administration panel';

$_['type_first_order']		= 'First order';
$_['type_every_order']		= 'Every order';

// Button
$_['button_insert']			= 'Insert';
$_['button_delete']			= 'Delete';

// Help
$_['help_image_size']		= '(on the page of gifts list)';
$_['help_autocomplete']		= '(Autocomplete)';

// Column
$_['column_name']			= 'Name';
$_['column_sort_order']		= 'Sort Order';
$_['column_action']			= 'Action';
$_['column_amount']			= 'Amount over';
$_['column_status']			= 'Status';
$_['column_type']			= 'Type';
$_['column_visible_on_list']= 'Visible on list';
$_['column_description']	= 'Description';
$_['column_sort_order']		= 'Sort order';
$_['column_items']			= 'Max products';
$_['column_notification']	= 'Notification message';

// Tabs
$_['tab_gifts']				= 'Gifts';
$_['tab_groups']			= 'Groups';
$_['tab_settings']			= 'Settings';
$_['tab_about']				= 'About';
$_['tab_basket']			= 'Basket';
$_['tab_layout']			= 'Layout';
$_['tab_list_of_gifts']		= 'List of gifts';

// Module
$_['module_author']			= '<a href="mailto:marsilea15@gmail.com">marsilea15@gmail.com</a>';

// Entry
$_['entry_product']			= 'Product:';
$_['entry_image']			= 'Image:';
$_['entry_limit']			= 'Limit:';
$_['entry_image_size']		= 'Image (W x H):';
$_['entry_layout']			= 'Layout:';
$_['entry_position']		= 'Position:';
$_['entry_gifts']			= 'Gifts:';
$_['entry_author']			= 'Author:';
$_['entry_ext_store']		= 'Latest Version:';
$_['entry_ext_version']		= 'Gifts Version:';
$_['entry_website']			= 'Website:';
$_['entry_enabled']			= 'Enabled:';
$_['entry_select_first_gift']	= 'Select first gift:';

// Success
$_['success_uninstall']		= 'Success: Gifts uninstalled!';
$_['success_install']		= 'Success: Gifts installed!';

// Error
$_['error_warning']			= 'Warning: Please check the form carefully for errors!';
$_['error_permission']		= 'Warning: You do not have permission to modify gift!';
$_['error_name']			= 'Name is required!';
$_['error_product']			= 'Product is required!';
$_['error_image_size']		= 'Image width &amp; height dimensions required!';
$_['error_amount']			= 'Amount is required!';
$_['error_group_item']		= 'Gifts is required!';
?>