| 1 |
<?php |
<?php |
| 2 |
// $Id: xmlsitemap.module,v 1.1.2.37 2009/03/01 01:57:45 kiam Exp $ |
// $Id: xmlsitemap.module,v 1.1.2.38 2009/03/01 04:42:36 kiam Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 110 |
case 'admin/settings/xmlsitemap/engines': |
case 'admin/settings/xmlsitemap/engines': |
| 111 |
$output = t('Configure the behavior for search engines.'); |
$output = t('Configure the behavior for search engines.'); |
| 112 |
break; |
break; |
|
case 'admin/settings/xmlsitemap/tools/update': |
|
|
$output = t('Update the XML Sitemap database tables. Use this page only if <em>XML Sitemap</em> instructs you to do so.'); |
|
|
break; |
|
| 113 |
case 'admin/help#xmlsitemap': |
case 'admin/help#xmlsitemap': |
| 114 |
$output = '<p>'. t('XML Sitemap automatically creates a site map that conforms to the <a href="@sitemaps.org">sitemaps.org specification</a>. This helps search engines keep their search results up to date.', array('@sitemaps.org' => 'http://www.sitemaps.org')) .'</p>'; |
$output = '<p>'. t('XML Sitemap automatically creates a site map that conforms to the <a href="@sitemaps.org">sitemaps.org specification</a>. This helps search engines keep their search results up to date.', array('@sitemaps.org' => 'http://www.sitemaps.org')) .'</p>'; |
| 115 |
$output .= '<h3>'. t('Supporting modules') .'</h3>'; |
$output .= '<h3>'. t('Supporting modules') .'</h3>'; |