<?php
// Heading
$_['heading_title'] = 'Notify me when arrives';


// Text
$_['text_module'] = 'Modules';
$_['text_show_module'] = 'Module Default';
$_['text_show_product'] = 'Product Page';
$_['text_success'] = 'Module Notify me when arrives modified successfully';
$_['text_content_top'] = 'Top Content';
$_['text_content_bottom'] = 'Content Footer';
$_['text_column_left'] = 'Left Column';
$_['text_column_right'] = 'Right Column';
$_['text_no_data'] = 'No data!';
$_['text_tip_layout'] = '<span class="help">You have to add here the module in product layout for opencart loads it.</span>';
$_['text_product_name'] = 'Product Name';
$_['text_product_requested'] = 'Request times';
$_['text_product_notified'] = 'Notify times';
$_['text_product_emails'] = 'Emails waiting notify';
$_['text_view_mails'] = 'Show e-mails';
$_['text_hide_mails'] = 'Hide e-mails';
$_['text_delete_statistic'] = 'Remove statistic?';
$_['text_delete_ok'] = 'Statistic deleted!';
$_['text_delete_error'] = 'Error deleting!';
$_['text_confirm_delete'] = 'Are you sure you want to delete this statistic?';

$_['text_updated'] = 'Notify list updated!';

$_['tab_general'] = 'Config';
$_['tab_statistics'] = 'Statistics';


$_['button_notify'] = 'Notify now (send e-mails)';

$_['entry_layout'] = 'Layout';
$_['entry_position'] = 'Position';
$_['entry_status'] = 'Location:';
$_['entry_sort_order'] = 'Order';
$_['entry_status'] = 'Location:';
$_['entry_sort_order'] = 'Order';
$_['entry_status'] = 'Status:';
$_['entry_show_mode'] = 'Show Mode <span class="help">Define here where the module should appear in store:<br/>replace the "button add to cart" or appear as module default.';

// Error
$_['error_permission'] = 'Warning: you do not have permission to modify the module Notify me when arrives! ';
$_['error_product_name'] = '<span style="color:red">Warning: This product (id = %s) is missing on product list!</span>';
$_['error_extension_curl'] = 'Warning: Extension Curl not loaded, send e-mail from admin panel is only possible with extension Curl enabled!</span>';


?>