New to Translating WordPress? Read through our Translator Handbook to get started. Hide
Prio | Original string | Translation | — |
---|---|---|---|
Contribute | 貢献 | Details | |
Original currentMeta |
|||
WordPress 3+ in Multi Site mode | マルチサイトで WordPress バージョン3以上 | Details | |
Original current
WordPress 3+ in Multi Site mode
CommentFound in installation header. You have to log in to edit this translation. Meta |
|||
Follow these steps: | 以下の手順に従います: | Details | |
Original current
Follow these steps:
CommentFound in installation paragraph. You have to log in to edit this translation. Meta |
|||
Download archive. | 圧縮ファイルをダウンロードします。 | Details | |
Original current
Download archive.
CommentFound in installation paragraph. You have to log in to edit this translation. Meta |
|||
Upload the zip file via the Plugins > Add New > Upload page … OR … unpack and upload with your favourite FTP client to the /plugins/ folder. | 「プラグイン > 新規追加 > プラグインのアップロード」からzip ファイルをアップロード...あるいは...展開し、お好きな FTP クライアントで /plugins/ フォルダーにアップロードします。 | Details | |
Original current
Upload the zip file via the Plugins > Add New > Upload page … OR … unpack and upload with your favourite FTP client to the /plugins/ folder.
CommentFound in installation paragraph. You have to log in to edit this translation. Meta |
|||
<strong>I.</strong> If you have been using another XML Sitemap plugin before, check your site root and remove any created sitemap.xml, sitemap-news.xml and (if you're not managing this one manually) robots.txt files that remained there. | <strong>I.</strong> 以前から別の XML サイトマップ用プラグインを使っていれば、サイトのルートディレクトリに作成された sitemap.xml や sitemap-news.xml とまた (手動で管理していなければ) robots.txt があれば削除します。 | Details | |
Original current
<strong>I.</strong> If you have been using another XML Sitemap plugin before, check your site root and remove any created sitemap.xml, sitemap-news.xml and (if you're not managing this one manually) robots.txt files that remained there.
CommentFound in installation paragraph. You have to log in to edit this translation. Meta |
|||
<strong>II.</strong> Install plugin by: | <strong>II.</strong> 以下を使いプラグインをインストールします: | Details | |
Original current
<strong>II.</strong> Install plugin by:
CommentFound in installation paragraph. You have to log in to edit this translation. Meta |
|||
Quick installation via <strong><a href="http://coveredwebservices.com/wp-plugin-install/?plugin=xml-sitemap-feed">Covered Web Services</a></strong> ! | <strong><a href="http://coveredwebservices.com/wp-plugin-install/?plugin=xml-sitemap-feed">Covered Web Services</a> でかんたんインストール</strong> ! | Details | |
Original current
Quick installation via <strong><a href="http://coveredwebservices.com/wp-plugin-install/?plugin=xml-sitemap-feed">Covered Web Services</a></strong> !
CommentFound in installation paragraph. You have to log in to edit this translation. Meta |
|||
Search for "xml sitemap feed" and install with that slick <strong>Plugins > Add New</strong> admin page. | 管理画面の<strong>プラグイン > 新規追加</strong>から xml sitemap feed を検索しインストールします。 | Details | |
Original current
Search for "xml sitemap feed" and install with that slick <strong>Plugins > Add New</strong> admin page.
CommentFound in installation paragraph. You have to log in to edit this translation. Meta |
|||
<strong>III.</strong> Activate the plugin on the Plugins page. | <strong>III.</strong> 本プラグインをプラグインページ上で有効化します。 | Details | |
Original current
<strong>III.</strong> Activate the plugin on the Plugins page.
CommentFound in installation paragraph. You have to log in to edit this translation. Meta |
|||
Done! Check your sparkling new XML Sitemap by visiting yourblogurl.tld/sitemap.xml (adapted to your domain name of course) with a browser or any online XML Sitemap validator. You might also want to check if the sitemap is listed in your yourblogurl.tld/robots.txt file. | 完了です ! ブラウザや、なんらかのオンライン XML 検証ツールから yourblogurl.tld/sitemap.xml (もちろんドメイン名はあなたのサイトにし) にアクセスし、新しい XML サイトマップが作成されているのをご確認ください。また、サイトマップが yourblogurl.tld/robots.txt ファイルに記載されていることも確認できます。 | Details | |
Original current
Done! Check your sparkling new XML Sitemap by visiting yourblogurl.tld/sitemap.xml (adapted to your domain name of course) with a browser or any online XML Sitemap validator. You might also want to check if the sitemap is listed in your yourblogurl.tld/robots.txt file.
CommentFound in installation paragraph. You have to log in to edit this translation. Meta |
|||
Same as above but do a <strong>Network Activate</strong> to make a XML sitemap available for each site on your network. | 上記と同じですが、ネットワーク上の各サイトで XML サイトマップが利用できるようにするために、<strong>ネットワークで有効化</strong>を実行します。 | Details | |
Original current
Same as above but do a <strong>Network Activate</strong> to make a XML sitemap available for each site on your network.
CommentFound in installation paragraph. You have to log in to edit this translation. Meta |
|||
The main advantage of this plugin over other XML Sitemap plugins is <strong>simplicity</strong>. No need to change file or folder permissions, move files or spend time tweaking difficult plugin options. | 他の XML サイトマップ用プラグインと比べて、本プラグインの便利な特徴は<strong>単純さ</strong>です。ファイルやフォルダのアクセス権を変更したり、ファイルを移動したり、プラグイン設定のための難しい調整に時間をかける必要はありません。 | Details | |
Original current
The main advantage of this plugin over other XML Sitemap plugins is <strong>simplicity</strong>. No need to change file or folder permissions, move files or spend time tweaking difficult plugin options.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
On multisite, the uninstall.php <em>can</em> loop through all sites in the network to perform the uninstalltion process for each site. However, this does not scale for large networks so it <em>only</em> does a per-site uninstallation when <code>define('XMLSF_MULTISITE_UNINSTALL', true);</code> is explicitly set in wp-config.php. | マルチサイトでは、uninstall.php は、各サイトのアンインストール処理を行うために、ネットワーク内のすべてのサイトを巡回<strong>可能</strong>です。しかしこれは大規模なネットワークには対応しないので、wp-config.php 内で define('XMLSF_MULTISITE_UNINSTALL', true); が明示的に設定されている場合に<strong>のみ</strong>、各サイトのアンインストールを行います。 | Details | |
Original current
On multisite, the uninstall.php <em>can</em> loop through all sites in the network to perform the uninstalltion process for each site. However, this does not scale for large networks so it <em>only</em> does a per-site uninstallation when <code>define('XMLSF_MULTISITE_UNINSTALL', true);</code> is explicitly set in wp-config.php.
CommentFound in installation paragraph. You have to log in to edit this translation. Meta |
|||
Please read the FAQ's for info on how to get your articles listed on Google News. | Google ニュースに掲載された記事を取得する方法については、FAQ をご覧ください。 | Details | |
Original current
Please read the FAQ's for info on how to get your articles listed on Google News.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
Export as
Comment
Found in description header.