<?php
/*
  MODULOOM Package Tracking Service version 4.1
  This module has been adapted to fit in OpenCart 1.5.x.

  @package shippingMethod
  @copyright Copyright © 2012,2013 Philippe BLAIN <pblain@NOSPAMfree.fr>.

  ------------------------------------------------------------------------------
*/
// Heading
$_['heading_title'] = 'Package Tracking Service';

// Tabs
$_['tab_general']                    = 'General';
$_['tab_settings']                   = 'Settings';
$_['tab_about']                      = 'About';

// Extension infos
$_['entry_extension_name']           = 'Name:';
$_['entry_extension_desc']           = 'Description:';
$_['entry_extension_version']        = 'Version:';
$_['entry_extension_compatibility']  = 'Compatibility:';
$_['entry_extension_url']            = 'URL:';
$_['entry_extension_support']        = 'Support:';
$_['entry_extension_forum']          = 'Forum';
$_['entry_extension_help_asking']    = 'Things to note when asking for help';
$_['entry_extension_help_request']   = 'Requesting for support';
$_['entry_extension_legal']          = 'Legal notice:';
$_['entry_extension_terms']          = 'Terms &amp; Conditions';

$_['extension_desc']                 = 'Adds the ability for you and your customers to track packages from different carriers. You record the package tracking numbers and customers can follow their package\'s travel with clickable links to the carrier site.';
$_['extension_subject']              = '%s support needed';

// Texts
$_['text_module']                    = 'Modules';
$_['text_success_install']           = 'Success: Package Tracking Service module installed !';
$_['text_success_uninstall']         = 'Success: Package Tracking Service module uninstalled !';
$_['text_success']                   = 'Success: You have modified <b>Package Tracking Service</b> !';
$_['text_delete_confirm']            = 'Delete cannot be undone! Are you sure you want to do this ?';
$_['text_image_manager']             = 'Image Manager';
$_['text_browse']                    = 'Browse Files';
$_['text_clear']                     = 'Clear Image';

// Columns
$_['column_tracker_image']           = 'Image';
$_['column_tracker_carrier_name']    = 'Carrier';
$_['column_tracker_carrier_link']    = 'Link';
$_['column_tracker_status']          = 'Status';
$_['column_action']                  = 'Action';

// Entries
$_['entry_tracker_carrier_name']     = 'Carrier:';
$_['entry_tracker_carrier_link']     = 'Tracking link:<br /><span class="help">Add %s in the link where the package number should take place.</span>';
$_['entry_tracker_image']            = 'Image:<br /><span class="help">Recommended size: 210x70 pixels</span>';
$_['entry_date_added']               = 'Created on:';
$_['entry_last_modified']            = 'Last modification:';
$_['entry_tracker_status']           = 'Status:<br /><span class="help">HTML link operating / non-operating</span>';
$_['entry_show_images']              = 'Show images:<br /><span class="help">Display the carrier\'s logo.</span>';
$_['entry_last_tracking']            = '"Last tracking" column:<br /><span class="help">Display a new column of last entered tracking in the orders list.</span>';
$_['entry_history_on_invoice']       = 'History on invoice:<br /><span class="help">Display order\'s history and tracking table at the bottom of invoice.</span>';
$_['entry_only_notified_on_invoice'] = 'Only notified history entries:<br /><span class="help">Display only the order\'s history entries notified to customer on invoice.</span>';
$_['entry_remove_sql_changes']       = 'Remove SQL changes:<br /><span class="help">When <b>uninstalling</b> this module, all SQL changes done by this extension in DB will be also removed.<br /><font color="#ff0000">All tracking datas will be deleted</font>.</span>';

// Errors
$_['error_permission']               = 'Warning: You do not have permission to modify <b>Package Tracking Service</b> !';
$_['error_vqmod']                    = 'vQmod does not seem to be installed. <a href="http://code.google.com/p/vqmod/">Get vQmod !</a>';
$_['error_tracker_carrier_name']     = 'The carrier name must be between 3 and 64 characters !';
$_['error_tracker_carrier_link']     = 'The tracking link must be at least 2 characters !';
$_['error_tracker_default']          = 'Warning: This tracker cannot be deleted as it is currently assigned as the default store tracker !';
$_['error_order_history']            = 'Warning: This tracker cannot be deleted as it is currently assigned to %s order histories !';
$_['error_return_history']           = 'Warning: This tracker cannot be deleted as it is currently assigned to %s return histories !';
$_['error_missing_table']            = 'Warning: Your SQL database seems to be missing table \'%s\' !';
?>