41 lines
1.2 KiB
PHP
41 lines
1.2 KiB
PHP
<?php
|
|
|
|
define('1_TITLE', 'My Store');
|
|
define('1_DESC', 'General information about my store');
|
|
|
|
define('2_TITLE', 'Minimum Values');
|
|
define('2_DESC', 'The minimum values for functions / data');
|
|
|
|
define('3_TITLE', 'Maximum Values');
|
|
define('3_DESC', 'The maximum values for functions / data');
|
|
|
|
define('4_TITLE', 'Images');
|
|
define('4_DESC', 'Image parameters');
|
|
|
|
define('5_TITLE', 'Customer Information');
|
|
define('5_DESC', 'Customer data configurationn');
|
|
|
|
define('6_TITLE', 'Module Options');
|
|
define('6_DESC', 'Hidden from configuration');
|
|
|
|
define('7_TITLE', 'Shipping/Packaging');
|
|
define('7_DESC', 'Shipping options available at my store');
|
|
|
|
define('8_TITLE', 'Stock');
|
|
define('8_DESC', 'Stock configuration options');
|
|
|
|
define('9_TITLE', 'Download');
|
|
define('9_DESC', 'Downloadable products options');
|
|
|
|
define('10_TITLE', 'Vouchers');
|
|
define('10_DESC', 'Vouchers configuration options');
|
|
|
|
define('11_TITLE', 'Shop Layout');
|
|
define('11_DESC', 'Theme configuration options');
|
|
|
|
define('12_TITLE', 'Meta-Tag');
|
|
define('12_DESC', 'Maintain the data that the search engines import here');
|
|
|
|
define('13_TITLE', 'Social Profil');
|
|
define('13_DESC', 'Specify the social networking profile data of your site so that search engines can identify which profiles belong to that site.');
|