# LANGUAGE translation of Drupal (modules/book.module)
# Copyright YEAR NAME <EMAIL@ADDRESS>
# $Id: book-module.pot,v 1.2 2004/10/18 22:37:37 goba Exp $
#
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"POT-Creation-Date: 2004-10-18 22:36+0000\n"
"PO-Revision-Date: 2004-10-25 03:33+0900\n"
"Last-Translator: kaz@drupal.org <shigekazun@yahoo.co.jp>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"

#: modules/book.module:13;83
msgid "book page"
msgstr "ブックページ"

#: modules/book.module:64;85;93
msgid "books"
msgstr "ブック"

#: modules/book.module:64
msgid "Read and contribute to the collaborative books."
msgstr "共同編集ブックを読む・貢献する。"

#: modules/book.module:69;97
msgid "printer-friendly version"
msgstr "印刷用"

#: modules/book.module:69
msgid "Show a printer-friendly version of this book page and its sub-pages."
msgstr "ブックページとサブページの印刷向けバージョンを表示する。"

#: modules/book.module:89
msgid "orphan pages"
msgstr "無所属ページ"

#: modules/book.module:109
msgid "outline"
msgstr "アウトライン"

#: modules/book.module:120
msgid "\"%title\" book"
msgstr "「%title」ブック"

#: modules/book.module:137
msgid "Book navigation"
msgstr "ブックナビゲーション"

#: modules/book.module:226
msgid "The parent that this page belongs in. Note that pages whose parent is &lt;top-level&gt; are regarded as independent, top-level books."
msgstr "このページが所属する上位です。上位が &lt;トップレベル&gt; のページはトップレベルブックとして独立しているとみなされます。"

#: modules/book.module:234
msgid "Log message"
msgstr "ログメッセージ"

#: modules/book.module:234
msgid "An explanation of the additions or updates being made to help other authors understand your motivations."
msgstr "追加や更新の動機の説明。他作者に配慮。"

#: modules/book.module:237;282
msgid "Pages at a given level are ordered first by weight and then by title."
msgstr "指定されたレベルのページは第一にウェイト次にタイトルでソートされます。"

#: modules/book.module:260;289
msgid "Add to book outline"
msgstr "ブックアウトラインに追加"

#: modules/book.module:262
msgid "Added the post to the book."
msgstr "ブックに投稿を追加"

#: modules/book.module:266;285
msgid "Update book outline"
msgstr "ブックアウトラインの更新"

#: modules/book.module:268
msgid "Updated the book outline."
msgstr "ブックアウトラインを更新しました。"

#: modules/book.module:272;286
msgid "Remove from book outline"
msgstr "ブックアウトラインからの削除"

#: modules/book.module:274
msgid "Removed the post from the book."
msgstr "ブックから投稿を削除しました。"

#: modules/book.module:281
msgid "The parent page in the book."
msgstr "ブックでの上位ページ"

#: modules/book.module:424
msgid "Log"
msgstr "ログ"

#: modules/book.module:477
msgid "previous"
msgstr "前"

#: modules/book.module:477
msgid "View the previous page."
msgstr "前ページ表示"

#: modules/book.module:486
msgid "next"
msgstr "次"

#: modules/book.module:486
msgid "View the next page."
msgstr "次ページ表示"

#: modules/book.module:495
msgid "up"
msgstr "上"

#: modules/book.module:495
msgid "View this page's parent section."
msgstr "ページの上位セクション表示"

#: modules/book.module:539
msgid "top-level"
msgstr "トップレベル"

#: modules/book.module:612
msgid "Books"
msgstr "ブック"

#: modules/book.module:710;774
msgid "Save book pages"
msgstr "ブックページ保存"

#: modules/book.module:734
msgid "Updated book %title."
msgstr "%titleブック更新"

#: modules/book.module:752
msgid "Orphan pages"
msgstr "無所属ページ"

#: modules/book.module:790
msgid ""
"\n"
"      <p>The book organises content into a nested hierarchical structure. It is particularly good for manuals, Frequently Asked Questions (FAQs) and the like, allowing you to have chapters, sections, etc.</p>\n"
"      <p>A book is simply a collection of nodes that have been linked together. These nodes are usually of type <em>book page</em>, but you can insert nodes of any type into a book outline. Every node in the book has a <em>parent</em> node which  \"contains\" it. This is how book.module establishes its hierarchy. At any given level in the hierarchy, a book can contain many nodes. All these sibling nodes are sorted according to the <em>weight</em> that you give them.</p>\n"
"      <p>Book pages contain a <em>log message</em> field which helps your users understand the motivation behind an edit of a book page. Each edited version of a book page is stored as a new revision of a node. This capability makes it easy to revert to an old version of a page, should that be desirable.</p>\n"
"      <p>Like other node types, book submissions and edits may be subject to moderation, depending on your configuration.  Similarly, books use <a href=\"%permissions\">permissions</a> to determine who may read and write to them. Only administrators are allowed to create new books, which are really just nodes whose parent is <em>&lt;top-level&gt;</em>.  To include an existing node in your book, click on the \"outline\"-tab on the node's page.  This enables you to place the node wherever you'd like within the book hierarchy. To add a new node into your book, use the <a href=\"%create\">create content &raquo; book page</a> link.</p>\n"
"      <p>Administrators may review the hierarchy of their books by clicking on the <a href=\"%collaborative-book\">collaborative book</a> link in the adminstration pages. There, nodes may be edited, reorganized, removed from book, and deleted. This behavior may change in the future. When a parent node is deleted, it may leave behind child nodes.  These nodes are now <em>orphans</em>. Administrators should periodically <a href=\"%orphans-book\">review their books for orphans</a> and reaffiliate those pages as desired. Finally, administrators may also <a href=\"%export-book\">export their books</a> to a single, flat HTML page which is suitable for printing.</p>\n"
"      <h3>Maintaining a FAQ using a collaborative book</h3>\n"
"      <p>Collaborative books let you easily set up a Frequently Asked Questions (FAQ) section on your web site. The main benefit is that you don't have to write all the questions/answers by yourself - let the community do it for you!</p>\n"
"      <p>In order to set up the FAQ, you have to create a new book which will hold all your content. To do so, click on the <a href=\"%create\">create content &raquo; book page</a> link. Give it a thoughtful title, and body. A title like \"Estonia Travel - FAQ\" is nice. You may always edit these fields later. You will probably want to designate <em>&lt;top-level&gt;</em> as the parent of this page. Leave the <em>log message</em> and <em>type</em> fields blank for now. After you have submitted this book page, you are ready to begin filling up your book with questions that are frequently asked.</p>\n"
"      <p>Whenever you come across a post which you want to include in your FAQ, click on the <em>administer</em> link. Then click on the <em>edit book outline</em> button at the bottom of the page. Then place the relevant post wherever is most appropriate in your book by selecting a <em>parent</em>. Books are quite flexible. They can have sections like <em>Flying to Estonia</em>, <em>Eating in Estonia</em> and so on. As you get more experienced with the book module, you can reorganize posts in your book so that it stays organized.</p>\n"
"      <p>Notes:</p><ul><li>Any comments attached to those relevant posts which you designate as book pages will also be transported into your book. This is a great feature, since much wisdom is shared via comments. Remember that all future comments and edits will automatically be reflected in your book.</li><li>You may wish to edit the title of posts when adding them to your FAQ. This is done on the same page as the <em>Edit book outline</em> button. Clear titles improve navigability enormously.</li><li>Book pages may come from any content type (blog, story, page, etc.). If you are creating a post solely for inclusion in your book, then use the <a href=\"%create\">create content &raquo; book page</a> link.</li><li>If you don't see the <em>administer</em> link, then you probably have insufficient <a href=\"%permissions\">permissions</a>.</li></ul>"
msgstr ""
"\n"
"      <p>ブックはコンテンツを階層構造に体系化します。章、セクションなどを持つことが可能で、マニュアル、FAQあるいはアウトライン文書などに特に適しています。</p>\n"
"      <p>ブックはノードを階層的に表示するリンクであり、これらのノードは通常のノードタイプです。 <em>ブックページ </em>ブックには任意のタイプのノードを挿入できます。ブックのすべてのノードは所属する<em>上位（親または所属先）</em>を持ちます。ブックモジュールは階層構造を体系化します。ブックは一つの階層レベルに複数のノードを所属させることができます。これらの同位ノードはすべてソートされますので、<em>ウェイト（表示順）</em>を与えます。</p>\n"
"      <p>ブックページは本文にPHPを埋め込むことができる特別のノードタイプです。悪意のあるユーザがこの機能を乱用する恐れがあるため、この機能は管理者の設定によって制限されます。さらに、ブックページは、<em>ログメッセージ</em>を含んでいます。ユーザがブックページを編集する際にログメッセージを参照して前の更新者がどのような意図で更新を行ったか理解を支援するメモのフィールドです。ブックページの編集された各バージョンは、ノードの新しいバージョンとして格納されます。この機能により、古いバージョンに戻すことができます。</p>\n"
"      <p>他のノードタイプと同様に、ブックの提出と編集もモデレーションとその設定に基づいて運用できます。ブックも同じように<a href=\"%permissions\">権限</a>で誰がブックを読めるかや書けるかを決めることができます。管理者のみ新しいブックの作成が許可されています。新ブックといっても、他のノードとほぼ同じで、ただ上位が<em>&lt;トップレベル&gt;</em>であるにすぎません。既に存在するノードをブックに所属させることもできます。その場合は権限のあるノードのページで「アウトライン」タブクリックして下さい。この機能で、あるノードをブックのすきな階層に所属させることが自由にできます。ブックに新しいノードを追加したい場合は、<a href=\"%create\">コンテンツ作成</a>リンクをクリックしましょう。</p>\n"
"      <p>管理者はサイト管理の<a href=\"%collaborative-book\">collaborative book</a>リンクをクリックしてブックの階層構造をレビューすることができます。そのページで、ノードを編集したり、再構成したり、ブックから削除したり、消去したりすることができます。この動作は将来変更されるかもしれません。上位ノードが削除されるとそれに属していたノードは消去されず残されます。そうした所属する上位ノードを失ったノードのことを<em>無所属ノード</em>と呼びます。管理者は定期的に<a href=\"%orphans-book\">無所属ノード</a>をレビューし、それらを最所属させるべきです。最後に、管理者は<a href=\"%export-book\">ブックのエクスポート</a>で、印刷に便利なシングルでフラットなHTMLページに出力することもできます。</p>\n"
"      <h3>共同編集ブックでの FAQ の保守管理</h3>\n"
"      <p>共同編集ブックならウェブサイトにFAQ（よくある質問と回答）セクションを簡単にセットアップできます。最大のメリットは自分で全ての質問・回答を書く必要がなくなることです。コミュニティにやってもらうことができます。</p>\n"
"      <p>FAQをセットアップするには、FAQコンテンツをいれるための新しいブックを作成する必要があります。そうするためには、<a href=\"%create\">コンテンツ作成→ブックページ</a>リンクをクリックします。ノードに適切なタイトルと本文を与えます。「エストニアへの旅行 - FAQ」のようなのがいいでしょう。これらのフィールドはいつでもあとから編集できます。このブックページの上位として<em>&lt;トップレベル&gt;</em>を選ぶとよいでしょう。<em>ログメッセージ</em>と<em>タイプ</em>欄は今はブランクのままでかまいません。このブックページを提出したらもうFAQ用のブックの準備は完了です。</p>\n"
"      <p>FAQに含めたい投稿を見つけたらいつでも、<em>管理</em> リンクをクリックして下さい。次に、<em>アウトライン</em> ボタンをクリックします。それから、該当の投稿をブックの最も適切な<em>上位（親）</em>を選んで所属させます。ブックは非常に柔軟です。<em>エストニアへの航空旅行</em>や<em>エストニアでの食事</em>等のセクションをいつでもいくつでもどこにでも作成できます。ブックモジュールに慣れてきたら、ブックにの中の投稿を再構成することができ、さらに充実した構成に維持・向上することができるでしょう。</p>\n"
"      <p>注:</p><ul><li>投稿に付属するコメントもブックに所属させるとブックに取り込まれます。これは素晴らしい機能で、コメントを通じて多くの智恵をシェアすることが可能になります。覚えていていただきたいのは、今後行われるコメントや編集もブックの中で自動的に反映されるということです。</li><li>FAQに投稿が追加された場合にその投稿のタイトル（件名）を変更したい場合もあるかもしれません。これは、同じページの <em>ブックアウトライン編集</em> ボタンで行うことができます。タイトルを消去してあらためてわかりやすいものに改善することができます。</li><li>ブックページはあらゆるノードを用いることができます。(ブログ、ストーリ、ページ、等々）　ブックに含まれること専用にコンテンツを作成したい場合は、<a href=\"%create\">コンテンツ作成→ブックページ</a>を使用しましょう。.</li><li><em>管理</em>リンクがみつからない場合は、おそらく十分な<a href=\"%permissions\">権限</a>が許可されていない可能性があります。</li></ul>"

#: modules/book.module:802
msgid "Allows users to collaboratively author a book."
msgstr "ブックの共同編集を実現します。"

#: modules/book.module:804
msgid "The book module offers a mean to organize content, authored by many users, in an online manual, outline or FAQ."
msgstr "ブックモジュールは、コンテンツを多くのユーザで共同編集してオンラインマニュアルやアウトライン資料やFAQ等の形態にとりまとめる機能を提供します。"

#: modules/book.module:806
msgid "Pages in a book are like a tree. As pages are edited, reorganized and removed, child pages might be left with no link to the rest of the book.  Such pages are referred to as \"orphan pages\".  On this page, administrators can review their books for orphans and reattach those pages as desired."
msgstr "ブックは木に似ています。ページは編集・再編・削除されるにともない、所属するブック・ページなしで残されるかもしれません。そのようなページは「無所属ページ」と呼ばれます。このページにて、管理者は、無所属ページのためのブックをレビューし、しかるべきブックに再所属させることができます。"

#: modules/book.module:808
msgid "A book is a collaborative writing effort: users can collaborate writing the pages of the book, positioning the pages in the right order, and reviewing or modifying pages previously written.  So when you have some information to share or when you read a page of the book and you didn't like it, or if you think a certain page could have been written better, you can do something about it."
msgstr "ブックでは共同編集が可能です:　新規作成、適正な順序での配置、以前に書かれたページのレビューや修正、等々。共有すべき情報がある場合や、ブックページを読んでいて嫌いなところがあったり、より良く書けると考えた場合、対処することができる機能です。"

#: modules/book.module:812
msgid "The outline feature allows you to include posts in the <a href=\"%book\">book hierarchy</a>."
msgstr "アウトライン機能により投稿を<a href=\"%book\">ブック構造</a>に取り込めます。"

#: modules/book.module:20
msgid "maintain books"
msgstr "ブックの保守管理"

#: modules/book.module:20
msgid "edit own book pages"
msgstr "ブックページ編集"

#: modules/book.module:0
msgid "book"
msgstr "ブック"

