d_seo_module.php (1154B)
1 <?php 2 // Heading 3 $_['heading_title_main'] = 'SEO Module'; 4 5 // Text 6 $_['text_category'] = 'Category'; 7 $_['text_product'] = 'Product'; 8 $_['text_manufacturer'] = 'Manufacturer'; 9 $_['text_information'] = 'Information'; 10 $_['text_custom_page'] = 'Custom Page'; 11 $_['text_target_keyword'] = 'Target Keyword'; 12 $_['text_enable_status'] = 'Enable Status of SEO Module'; 13 $_['text_enable_seo_url'] = 'Enable SEO URLs'; 14 $_['text_enable_htaccess'] = 'Enable .htaccess'; 15 $_['text_enable_robots'] = 'Enable robots.txt'; 16 17 // Help 18 $_['help_target_keyword'] = 'Target Keyword is multilingual field, which is important for SEO and must be unique for each page and language.'; 19 $_['help_enable_status'] = 'Enable status of the module SEO Module.'; 20 $_['help_enable_seo_url'] = 'Enable SEO URLs in the admin settings.'; 21 $_['help_enable_htaccess'] = 'Enable .htaccess file to manage your apache settings. Allows you to activate SEO Urls and server redirects.'; 22 $_['help_enable_robots'] = 'Enable robots.txt file. It is used by search bots as recommendations before indexing your website.'; 23 24 ?>