SEO Package Sitemap';
} else {
$_['heading_title'] = ' Advanced Sitemap Generator';
}
// Text
$_['text_feed'] = 'Product Feeds';
$_['text_add_feed'] = 'New sitemap';
$_['text_success'] = 'Success: options have been saved';
$_['text_info'] = 'This sitemap does not contains duplicates and integrates the hreflang tag if enabled in seo package options.';
$_['text_minute'] = 'Minute(s)';
$_['text_hour'] = 'Hour(s)';
$_['text_day'] = 'Day(s)';
$_['entry_data_feed'] = 'Full sitemap:Feed containing all languages using hreflang tag (hreflang will be displayed in case of more than one language)';
$_['entry_lang_feed'] = 'Lang based sitemap:Use these if you prefer separate language version';
$_['entry_grid_feed'] = 'Grid product sitemap:A grid of product thumbnails (this is for consult only, do not give this sitemap link to google)';
$_['button_clear_cache'] = 'Clear Cache';
// Tabs
$_['text_tab_0'] = 'Sitemaps';
$_['tab_opt_1'] = 'Sitemap configuration';
$_['tab_opt_2'] = 'Advanced options';
$_['entry_feed_title'] = 'Name:';
$_['entry_cache_delay'] = 'Cache Delay';
$_['entry_cache_delay_help'] = 'How many time to display generated file until re-generation ?';
$_['entry_language'] = 'Language:';
$_['entry_feed_url'] = 'Sitemap Url:Give this url to google or bing';
$_['text_tab_1'] = 'Custom links';
// Configuration
$_['text_tab_2'] = 'Configuration';
$_['text_link_type'] = 'Link type';
$_['text_type_product'] = 'Product';
$_['text_type_category'] = 'Category';
$_['text_type_manufacturer'] = 'Brand';
$_['text_type_information'] = 'Information';
$_['text_type_custom'] = 'Custom link';
$_['text_type_journal'] = 'Journal blog';
$_['entry_status'] = 'Status';
$_['entry_lang_feeds'] = 'Language Based SitemapEnable or disable per language based sitemap';
$_['entry_priority'] = 'Priority';
$_['entry_freq'] = 'Change frenquency';
$_['entry_in_stock'] = 'Include only in stock products:If disabled all products are included, if enabled only product with quantity >= 1';
$_['entry_item_no'] = 'Number of items per xml:How many urls do you want to display in each xml file, default is 500';
$_['entry_friendly_url'] = 'Friendly URL:Display this sitemap in http://example.com/sitemap.xml instead of the default opencart sitemap';
$_['entry_hreflang'] = 'Hreflang urls:Include or not the other langauge links as hreflang tag';
$_['entry_display_img'] = 'Display image thumb in feed:This is for viewing only, the image is still included for search engines.
Warning: if you enable this, the images could be indexed by google and lead to sitemap, it is recommended to enable this setting only for testing purpose.';
$_['entry_include_img'] = 'Include main image in feed:Include main product image into your feed? This is better if you want to be found via google image search';
$_['entry_additional_img'] = 'Include additional images:Include additional product images into your feed? This is better if you want to be found via google image search';
$_['entry_fullsize_img'] = 'Fullsize images:Link to the fullsize image if enabled, or the resized image if disabled (like the one in product page)';
$_['custom_links_include'] = 'Include Custom Links:Set up your own links into the sitemap.
Must be formatted like this: type@url
For example with static url: MyBlog@http://website/my-blog
Or using dynamic urls (they will be automatically rewritten), just put all that is after index.php?route=, like this:
MyBlog@blog/blog_id=123';
$_['custom_links_exclude'] = 'Exclude Links:Set up the links you do not want to include in sitemap, it can be any link of your website.
For example:
http://website/some_product';
$_['text_freq_always'] = 'Always';
$_['text_freq_hourly'] = 'Hourly';
$_['text_freq_daily'] = 'Daily';
$_['text_freq_weekly'] = 'Weekly';
$_['text_freq_monthly'] = 'Monthly';
$_['text_freq_yearly'] = 'Yearly';
$_['text_freq_never'] = 'Never';
$_['text_tab_about'] = 'About';
// Entry
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify SEO Package Sitemap feed!';
?>