OSDN Git Service

9d1687d147403401dacae044d1bdc77312195346
[nucleus-jp/nucleus-plugins.git] / trunk / NP_GoogleSitemap / googlesitemap / japanese-utf8.php
1 <?php
2         define('_G_SITEMAP_DESC',               "「Googleウェブマスターツール」用のサイトマップを作成します<br />" .
3                                                                         "Sitemap URL: http://example.cm/sitemap.xml");
4         define('_G_SITEMAP_ALLB',               "AllBlog モードでサイトマップを作成する(サブ/マルチドメインは除外)");
5         define('_G_SITEMAP_PING',               "アイテム追加時に Google に更新を通知する");
6         define('_G_SITEMAP_INC',                "AllBlog モードのときにこのブログを含める");
7         define('_G_SITEMAP_PCSM',               "PC 用サイトマップファイルの仮想ファイル名");
8         define('_G_SITEMAP_MBSM',               "モバイル用サイトマップファイルの仮想ファイル名");
9 ?>