i18n/ja.po
author Manuel Jacob <me@manueljacob.de>
Thu, 15 Sep 2022 01:48:38 +0200
changeset 49494 c96ed4029fda
parent 48980 6e7ae547e38d
child 50397 698ffff7024b
permissions -rw-r--r--
templates: add filter to reverse list The filter supports only lists because for lists, it’s straightforward to implement. Reversing text doesn’t seem very useful and is hard to implement. Reversing the bytes would break multi-bytes encodings. Reversing the code points would break characters consisting of multiple code points. Reversing graphemes is non-trivial without using a library not included in the standard library.

# Japanese translation for Mercurial
# Mercurial 日本語翻訳
#
# Copyright (C) 2009-2018 the Mercurial team
#
# ========================================
# 【翻訳用語集】
#
# 言い回し:
#
# no XXXX avairable     XXXX がありません
# XXXX found            XXXX が存在します
# XXXX exists           XXXX が存在します
# do not XXXX           XXXX できません ※ 「XXXX してはいけない」の意
# XXXX failed           XXXX が(or に)失敗
# failed to XXXX        XXXX が(or に)失敗
# error XXXX-ing        XXXX が(or に)失敗
# error while XXXX      XXXX が(or に)失敗
# cannot XXXX           XXXX が(or に)失敗
# XXXX-ing YYYY         YYYY を XXXX 中 ※ メッセージ冒頭から始まる場合
#                       YYYY を XXXX    ※ 「以後の処理は YYYY を XXXX とする」
#                                           というニュアンスの場合
# --XXXX option         --XXXX ※ 「オプション」であることが自明な場合
# option --XXXX         --XXXX ※ 「オプション」であることが自明な場合
# invalid XXXX          XXXX が不正です or 不正な XXXX
# malformed XXXX        XXXX が不正です or 不正な XXXX
#
# 単語:
#
# Distributed SCM       分散構成管理ツール
#
# abort                 中止
# active
#   guard
#     "hg qguard" 側    ガード設定(状況)
#     "hg qselect" 側   ガード選択(状況)
#   queue               使用中
#   bookmark            アクティブ
#   branch              アクティブ
# add                   (構成管理への)追加登録
# advanced              高度な用途
# alias                 別名
# amend                 改変 (※ 『破壊的修正』のニュアンス)
# ancestor              祖先
# apply                 適用
# archive               アーカイブ
# argument(, with no)   引数(指定が無い場合)
# authenticate/-ion     認証
# author                作成者
# authorize/-ation      承認 or アクセス可否
#                       (※ HTTP 系エラーは authorization も「認証」)
# backout               打ち消し
# basename              パス名末尾要素
# binary                バイナリ
# bisect                二分探索
# branch                ブランチ
# bundle( file)         バンドルファイル
# censored( file/node)  検閲対象(ファイル/ノード)
# change                チェンジセット/差分
# changegroup( file)    バンドルファイル
# changeset             リビジョン (or 「チェンジセット」/「変更内容」)
# changeset description コミットログ
# changeset hash        ハッシュ値
# changeset header      ヘッダ情報
# changeset log         コミットログ
# check(-ing)           検証(中)
# checkout/update       (作業領域の)更新
# close(of branch)      閉鎖
# command(, this)       (本)コマンド
# commit                コミット
# commit comment        コミットログ
# commit message        コミットログ
# commit text           コミットログ
# colorize              カラー化
# copy(of file, repo)   複製
# default(, by)         指定が無い場合/通常は
# delete                (作業領域からの)ファイル削除
# description(, changeset) コミットログ
# diff                  差分
# directory             ディレクトリ
# dirstate              dirstate
# entry                 エントリ
# experimental          実験的実装
# extend(ed)            拡張
# extension             (Mercurialの)エクステンション
# unexpected            想定外の〜 (※ 場合によては「不正な〜」)
# fold (revision/patch) (リビジョン/パッチの)併合
# glob(, rooted at ...) ワイルドカード形式
#                       (... からの相対パスに対して、
#                        パス先頭からのパターン合致で判定する)
# graft                 移植
# handler (of web)      機能
# hash identifier(s)    ハッシュ値
# head                  ヘッド
# head changeset(s)     ヘッド
# header                ヘッダ
# history(, revision)   変更履歴
# hunk                  差分
# identifier            ID
# import                取り込み(patch 系)/読み込み(module/extension)
# immutable( revision)  改変不能(リビジョン)
# interrupt             中断
# largefile(s)          大容量ファイル
# list of ....          列挙された..../.... の一覧
# local (repo)          手元(のリポジトリ)
# local (at merging)    現行
# lock                  ロック
# manifest              マニフェスト or 管理対象(一覧)
# merge                 マージ
# modify(modified)      変更(ファイル/作業領域)、改変(リビジョン)
# must(A must B)        A は B してください
# node                  リビジョン (あるいは「対象」という言い回し)
# note                  備考
# obsolete(obsoleted)   廃止(済み)
# patch                 パッチ
# phase                 フェーズ
#   draft (,)           draft (※ 予約語扱い)
#   public (,)          public (※ 予約語扱い)
#   secret (,)          secret (※ 予約語扱い)
# platform              稼働環境
# pop(patch)            (パッチの)適用解除
# progress (, in)       未完了(interrupted rebase/graft/histedit/transplant)
# programming error     内部エラー
# pruned                xxxxx (obsoleted with no successors) xxxxxx
# pull                  (追加リビジョンの)取り込み
# push                  (追加リビジョンの)反映
# push(patch)           (パッチの)適用
# query string argument クエリ文字列引数
# raise(of exception)   (例外の)発生
# readable(, machine)   (機械)可読/可読形式
# reject(s)             却下差分
# remote(host)          遠隔(ホスト)
# remote(repo)          連携先(リポジトリ)
# remote (at merging)   他方
# remove                (構成管理からの)登録除外
# rename                改名
# repo(sitory)          リポジトリ/(.hg を指す場合は)管理領域
# resolve/unresolve     (衝突)解消/(衝突)未解消
# revert/undo           取り消し
# revision              リビジョン
# revset (expression)   revsets 表記 (for "a expression in 'revisions set'")
# revsets               revsets (for "query language")
#                       revsets 表記 (for "expressions in 'revisions sets'")
# schedule              (add/remove の)予約
# search                探索
# server                サーバ
# shelved change        退避内容(for 処理視点) or 退避情報(for 管理視点)
# skipping xxxx         xxxx を無視
# source url (of subrepo) (サブリポジトリの)参照先 URL
# stop                  中断(再開可能な場合)/中止(再開不可能な場合)
# subrepo               サブリポジトリ
# successor (changeset) 後継リビジョン
# successors set        後継セット
# summary               要約(情報)
# support(, not)        (未)サポート
# support(, un)         (未)サポート
# tag                   タグ
# tombstone (of censor) 墓碑データ
# topological xxxx      構造的
# tracked xxxx          構成管理対象の xxxx
# tracked, un           管理対象外
# type, xxxxx           xxxx 種別
# unknown xxxx          未知の xxxx (or 構成管理対象外)
# URL parameter (of web) URL パス要素 (場合によっては単に "引数")
# user                  ユーザ
# working copy(of xxx)  作業領域(中の xxx)
# working directory     作業領域
# ========================================
#
msgid ""
msgstr ""
"Project-Id-Version: Mercurial\n"
"Report-Msgid-Bugs-To: <mercurial-devel@mercurial-scm.org>\n"
"POT-Creation-Date: 2017-08-01 21:59+0900\n"
"PO-Revision-Date: 2018-05-01 18:00+0900\n"
"Last-Translator: Japanese translation team <mercurial-ja@googlegroups.com>\n"
"Language-Team: Japanese\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Generated-By: pygettext.py 1.5\n"

msgid "VALUE"
msgstr "値"

#, python-format
msgid " (default: %s)"
msgstr " (デフォルト値: %s)"

msgid "Options"
msgstr "オプション"

msgid ""
"\n"
"[+] marked option can be specified multiple times\n"
msgstr ""
"\n"
"[+] 印付きのオプションは複数回指定可能です\n"

msgid "Commands"
msgstr "コマンド"

msgid "Extensions"
msgstr "エクステンション"

msgid ""
"This section contains help for extensions that are distributed together with "
"Mercurial. Help for other extensions is available in the help system."
msgstr ""
"ここでは、 Mercurial に同梱されるエクステンションについて説明します。 それ以"
"外のエクステンションに関しては、 各コマンドのオンラインヘルプを参照してくださ"
"い。"

msgid "Options:"
msgstr "オプション:"

#, python-format
msgid "    aliases: %s"
msgstr "    別名: %s"

msgid "hooks for controlling repository access"
msgstr "リポジトリにおけるアクセス制御用のフック集"

msgid ""
"This hook makes it possible to allow or deny write access to given\n"
"branches and paths of a repository when receiving incoming changesets\n"
"via pretxnchangegroup and pretxncommit."
msgstr ""
"アクセス制御用フックを使用することで、 pretxnchangegroup や pretxncommit\n"
"契機で更新反映を受理した際に、 指定されたブランチやパスに対して、\n"
"アクセス (= 改変) の可否を制御できます。"

msgid ""
"The authorization is matched based on the local user name on the\n"
"system where the hook runs, and not the committer of the original\n"
"changeset (since the latter is merely informative)."
msgstr ""
"本エクステンションでは、 各リビジョンのコミット実施者 (この情報は、\n"
"あまり有益ではありません) の名前ではなく、 フックが実行される環境での、\n"
"ログインユーザ名情報をベースに、 アクセス可否が判定されます。"

msgid ""
"The acl hook is best used along with a restricted shell like hgsh,\n"
"preventing authenticating users from doing anything other than pushing\n"
"or pulling. The hook is not safe to use if users have interactive\n"
"shell access, as they can then disable the hook. Nor is it safe if\n"
"remote users share an account, because then there is no way to\n"
"distinguish them."
msgstr ""
"ACL エクステンションのフックは、 hgsh (※ 訳注: contrib 成果物として、\n"
"配布されています) のような、制限付きのシェルと併用することで、\n"
"push/pull 以外の操作に関して、 ログイン済みユーザに対する抑止を行う、\n"
"という様な用途に適しています。 ユーザがログインできる一般的な環境では、\n"
"ユーザによって設定が無効化される可能性があるため、 ACL フックでの制限は、\n"
"安全とは言えません。 同一アカウントを、 複数人で共有するような場合も、\n"
"アクセス元のユーザを特定できないため、 安全とは言えません。"

msgid "The order in which access checks are performed is:"
msgstr "アクセス可否の判定順序は、 以下の通りです:"

msgid ""
"1) Deny  list for branches (section ``acl.deny.branches``)\n"
"2) Allow list for branches (section ``acl.allow.branches``)\n"
"3) Deny  list for paths    (section ``acl.deny``)\n"
"4) Allow list for paths    (section ``acl.allow``)"
msgstr ""
"1) ブランチへの禁止一覧 (``acl.deny.branches`` セクション)\n"
"2) ブランチへの許可一覧 (``acl.allow.branches`` セクション)\n"
"3) パスへの禁止一覧     (``acl.deny`` セクション)\n"
"4) パスへの許可一覧     (``acl.allow`` セクション)"

msgid "The allow and deny sections take key-value pairs."
msgstr "許可/禁止のいずれも、 キー/値の対で設定します。"

msgid ""
"Branch-based Access Control\n"
"---------------------------"
msgstr ""
"ブランチベースのアクセス制御\n"
"----------------------------"

msgid ""
"Use the ``acl.deny.branches`` and ``acl.allow.branches`` sections to\n"
"have branch-based access control. Keys in these sections can be\n"
"either:"
msgstr ""
"ブランチベースのアクセス制御には、 ``acl.deny.branches`` および\n"
"``acl.allow.branches`` セクションでの設定が使用されます。\n"
"これらのセクションでは、 以下のいずれかを、 キーとして指定します:"

msgid ""
"- a branch name, or\n"
"- an asterisk, to match any branch;"
msgstr ""
"- ブランチ名、または\n"
"- 「全ブランチ」を意味するアスタリスク(``*``)"

msgid "The corresponding values can be either:"
msgstr "キーに対応する値には、 以下のいずれかを指定します:"

msgid ""
"- a comma-separated list containing users and groups, or\n"
"- an asterisk, to match anyone;"
msgstr ""
"- ユーザ/グループの名前を、 カンマ区切りで並べた一覧、 または\n"
"- 「全て」を意味するアスタリスク"

msgid ""
"You can add the \"!\" prefix to a user or group name to invert the sense\n"
"of the match."
msgstr ""
"ユーザ/グループ名指定の冒頭に \"!\" を付けることで、 合致判定条件を、\n"
"反転させることができます。"

msgid ""
"Path-based Access Control\n"
"-------------------------"
msgstr ""
"パスベースのアクセス制御\n"
"------------------------"

msgid ""
"Use the ``acl.deny`` and ``acl.allow`` sections to have path-based\n"
"access control. Keys in these sections accept a subtree pattern (with\n"
"a glob syntax by default). The corresponding values follow the same\n"
"syntax as the other sections above."
msgstr ""
"パスベースのアクセス制御には ``acl.deny`` および ``acl.allow``\n"
"セクションでの設定が使用されます。 これらのセクションでは、\n"
"パスの合致判定をするパターン (無指定時の記述文法は glob) を、\n"
"キーとして指定します。 キーに対応する値の記述方式は、\n"
"他のセクションと同じです。"

msgid ""
"Groups\n"
"------"
msgstr ""
"グループ\n"
"--------"

msgid ""
"Group names must be prefixed with an ``@`` symbol. Specifying a group\n"
"name has the same effect as specifying all the users in that group."
msgstr ""
"グループ名を記述する場合、 接頭辞として ``@`` を付与します。\n"
"グループ名記述は、 グループに属する全ユーザの列挙と、 同じ効果を持ちます。"

msgid ""
"You can define group members in the ``acl.groups`` section.\n"
"If a group name is not defined there, and Mercurial is running under\n"
"a Unix-like system, the list of users will be taken from the OS.\n"
"Otherwise, an exception will be raised."
msgstr ""
"グループのメンバーは、 ``acl.groups`` セクションで定義できます。\n"
"このセクションにおいて、 グループ名が定義されていない場合、\n"
"UNIX 系の環境下であれば、 グループのメンバーに関する情報は、\n"
"OS から取得されます。 それ以外の場合は、 例外が発生します。"

msgid ""
"Example Configuration\n"
"---------------------"
msgstr ""
"設定例\n"
"------"

msgid "  [hooks]"
msgstr "  [hooks]"

msgid ""
"  # Use this if you want to check access restrictions at commit time\n"
"  pretxncommit.acl = python:hgext.acl.hook"
msgstr ""
"  # コミット実行に制限を掛けたい場合の設定\n"
"  pretxncommit.acl = python:hgext.acl.hook"

msgid ""
"  # Use this if you want to check access restrictions for pull, push,\n"
"  # bundle and serve.\n"
"  pretxnchangegroup.acl = python:hgext.acl.hook"
msgstr ""
"  # pull push bundle serve 実行に制限を掛けたい場合の設定\n"
"  pretxnchangegroup.acl = python:hgext.acl.hook"

msgid ""
"  [acl]\n"
"  # Allow or deny access for incoming changes only if their source is\n"
"  # listed here, let them pass otherwise. Source is \"serve\" for all\n"
"  # remote access (http or ssh), \"push\", \"pull\" or \"bundle\" when the\n"
"  # related commands are run locally.\n"
"  # Default: serve\n"
"  sources = serve"
msgstr ""
"  [acl]\n"
"  # 変更反映元種別が、以下に列挙されている場合のみ、許可/禁止を行い、\n"
"  # それ以外の場合は、制限を行わない。 指定可能な種別は、http または\n"
"  # ssh 経由での全アクセスを指す \"serve\" か、対応するコマンドの\n"
"  # (ローカルでの)実行に対応する \"push\" \"pull\" \"bundle\" です。\n"
"  # デフォルト値: serve\n"
"  sources = serve"

msgid "  [acl.deny.branches]"
msgstr "  [acl.deny.branches]"

msgid ""
"  # Everyone is denied to the frozen branch:\n"
"  frozen-branch = *"
msgstr ""
"  # いずれのユーザも frozen-branch へのアクセスを禁止:\n"
"  frozen-branch = *"

msgid ""
"  # A bad user is denied on all branches:\n"
"  * = bad-user"
msgstr ""
"  # bad-user は全てのブランチへのアクセスを禁止:\n"
"  * = bad-user"

msgid "  [acl.allow.branches]"
msgstr "  [acl.allow.branches]"

msgid ""
"  # A few users are allowed on branch-a:\n"
"  branch-a = user-1, user-2, user-3"
msgstr ""
"  # branch-a へのアクセスを特定のユーザにのみ許可:\n"
"  branch-a = user-1, user-2, user-3"

msgid ""
"  # Only one user is allowed on branch-b:\n"
"  branch-b = user-1"
msgstr ""
"  # branch-b へのアクセスを一人のユーザにのみ許可:\n"
"  branch-b = user-1"

msgid ""
"  # The super user is allowed on any branch:\n"
"  * = super-user"
msgstr ""
"  # super-user は全てのブランチにアクセス可能:\n"
"  * = super-user"

msgid ""
"  # Everyone is allowed on branch-for-tests:\n"
"  branch-for-tests = *"
msgstr ""
"  # 全てのユーザは branch-for-tests にアクセス可能:\n"
"  branch-for-tests = *"

msgid ""
"  [acl.deny]\n"
"  # This list is checked first. If a match is found, acl.allow is not\n"
"  # checked. All users are granted access if acl.deny is not present.\n"
"  # Format for both lists: glob pattern = user, ..., @group, ..."
msgstr ""
"  [acl.deny]\n"
"  # acl.allow よりも先に、 本セクションの設定に対して確認が実施されます。\n"
"  # 合致する設定があった場合、acl.allow セクションの設定は無視されます。\n"
"  # acl.deny 設定が無い場合、全ユーザにアクセスが許可されます。\n"
"  # 記述形式: 合致パターン = ユーザ名, ..., @グループ名, ..."

msgid ""
"  # To match everyone, use an asterisk for the user:\n"
"  # my/glob/pattern = *"
msgstr ""
"  # 全ユーザにマッチさせる場合は、値にアスタリスクを指定:\n"
"  # my/glob/pattern = *"

msgid ""
"  # user6 will not have write access to any file:\n"
"  ** = user6"
msgstr ""
"  # user6 は全てのファイルに対してアクセス禁止:\n"
"  ** = user6"

msgid ""
"  # Group \"hg-denied\" will not have write access to any file:\n"
"  ** = @hg-denied"
msgstr ""
"  # グループ \"hg-denied\" は全てのファイルに対してアクセス禁止:\n"
"  ** = @hg-denied"

msgid ""
"  # Nobody will be able to change \"DONT-TOUCH-THIS.txt\", despite\n"
"  # everyone being able to change all other files. See below.\n"
"  src/main/resources/DONT-TOUCH-THIS.txt = *"
msgstr ""
"  # 全ユーザに対して \"DONT-TOUCH-THIS.txt\" はアクセス禁止。\n"
"  # (他のファイルにアクセス可能なユーザであっても同様)\n"
"  src/main/resources/DONT-TOUCH-THIS.txt = *"

msgid ""
"  [acl.allow]\n"
"  # if acl.allow is not present, all users are allowed by default\n"
"  # empty acl.allow = no users allowed"
msgstr ""
"  [acl.allow]\n"
"  # 設定ファイルに acl.allow セクションが無い場合、全ユーザに対して、\n"
"  # 全アクセスが許可されます。 空の acl.allow セクションは、\n"
"  # 全ユーザに対して「許可を与えない」ことを意味します。"

msgid ""
"  # User \"doc_writer\" has write access to any file under the \"docs\"\n"
"  # folder:\n"
"  docs/** = doc_writer"
msgstr ""
"  # ユーザ \"doc_writer\" は \"docs\" 配下の任意のファイルにアクセス可能:\n"
"  docs/** = doc_writer"

msgid ""
"  # User \"jack\" and group \"designers\" have write access to any file\n"
"  # under the \"images\" folder:\n"
"  images/** = jack, @designers"
msgstr ""
"  # ユーザ \"jack\" とグループ \"designers\" は \"images\" 配下の任意の\n"
"  # ファイルにアクセス可能:\n"
"  images/** = jack, @designers"

msgid ""
"  # Everyone (except for \"user6\" and \"@hg-denied\" - see acl.deny above)\n"
"  # will have write access to any file under the \"resources\" folder\n"
"  # (except for 1 file. See acl.deny):\n"
"  src/main/resources/** = *"
msgstr ""
"  # acl.deny で禁止されている \"user6\" ユーザおよび \"hg-denied\"\n"
"  # グループに属するユーザ以外の、全てのユーザに対して\n"
"  # \"resources\" 配下の任意のファイルへのアクセスを許可。\n"
"  # 但し acl.deny で全ユーザにアクセス禁止されている\n"
"  # src/main/resources/DONT-TOUCH-THIS.txt を除く:\n"
"  src/main/resources/** = *"

msgid "  .hgtags = release_engineer"
msgstr "  .hgtags = release_engineer"

msgid ""
"Examples using the \"!\" prefix\n"
"............................."
msgstr ""
"条件反転(\"!\")設定例\n"
"..................."

msgid ""
"Suppose there's a branch that only a given user (or group) should be able "
"to\n"
"push to, and you don't want to restrict access to any other branch that may\n"
"be created."
msgstr ""
"仮に、 指定ユーザ (又はグループ) の履歴のみを反映させたいブランチがあり、\n"
"ブランチ生成も含めて、 それ以外のアクセスは制限したくない、とします。"

msgid ""
"The \"!\" prefix allows you to prevent anyone except a given user or group "
"to\n"
"push changesets in a given branch or path."
msgstr ""
"\"!\" 指定を使うことで、 指定ユーザ/グループ以外による履歴の反映を、\n"
"特定ブランチ/パスに対して抑止できます。"

msgid ""
"In the examples below, we will:\n"
"1) Deny access to branch \"ring\" to anyone but user \"gollum\"\n"
"2) Deny access to branch \"lake\" to anyone but members of the group \"hobbit"
"\"\n"
"3) Deny access to a file to anyone but user \"gollum\""
msgstr ""
"以下の設定により:\n"
"1) ユーザ \"gollum\" 以外のブランチ \"ring\" へのアクセス、\n"
"2) グループ \"hobbit\" 以外のブランチ \"lake\" へのアクセス、\n"
"3) ユーザ \"gollum\" 以外の ``/misty/mountains/cave/ring``\n"
"ファイルへのアクセスが、禁止されます。"

msgid ""
"  [acl.allow.branches]\n"
"  # Empty"
msgstr ""
"  [acl.allow.branches]\n"
"  # 空"

msgid ""
"  # 1) only 'gollum' can commit to branch 'ring';\n"
"  # 'gollum' and anyone else can still commit to any other branch.\n"
"  ring = !gollum"
msgstr ""
"  # 1) ユーザ 'gollum' のみがブランチ 'ring' にコミット可能。\n"
"  # その他のブランチへの 'gollum' /他のユーザのコミット可否は変わらず。\n"
"  ring = !gollum"

msgid ""
"  # 2) only members of the group 'hobbit' can commit to branch 'lake';\n"
"  # 'hobbit' members and anyone else can still commit to any other branch.\n"
"  lake = !@hobbit"
msgstr ""
"  # 2) グループ 'hobbit' のメンバーみがブランチ 'lake' にコミット可能。\n"
"  # その他のブランチへの 'hobbit' /他のユーザのコミット可否は変わらず。\n"
"  lake = !@hobbit"

msgid "  # You can also deny access based on file paths:"
msgstr "  # ファイルパスによるアクセス禁止も可能:"

msgid ""
"  [acl.allow]\n"
"  # Empty"
msgstr ""
"  [acl.allow]\n"
"  # 空"

msgid ""
"  [acl.deny]\n"
"  # 3) only 'gollum' can change the file below;\n"
"  # 'gollum' and anyone else can still change any other file.\n"
"  /misty/mountains/cave/ring = !gollum"
msgstr ""
"  [acl.deny]\n"
"  # 3) ユーザ 'gollum' のみが以下のファイルを変更可能。\n"
"  # 他のファイルの 'gollum' /他のユーザの改変可否は変わらず。\n"
"  /misty/mountains/cave/ring = !gollum"

#, python-format
msgid "group '%s' is undefined"
msgstr "グループ '%s' は未定義です"

#, python-format
msgid ""
"config error - hook type \"%s\" cannot stop incoming changesets nor commits"
msgstr "設定エラー - フック種別 \"%s\" は履歴の取り込みを抑止できません"

#, python-format
msgid "acl: user \"%s\" denied on branch \"%s\" (changeset \"%s\")"
msgstr ""
"acl: ユーザ \"%s\" はブランチ \"%s\" で拒否されました(リビジョン \"%s\")"

#, python-format
msgid "acl: user \"%s\" not allowed on branch \"%s\" (changeset \"%s\")"
msgstr ""
"acl: ユーザ \"%s\" はブランチ \"%s\" が許可されていません(リビジョン \"%s\")"

#, python-format
msgid "acl: user \"%s\" denied on \"%s\" (changeset \"%s\")"
msgstr ""
"acl: ユーザ \"%s\" はファイル \"%s\" で拒否されました(リビジョン \"%s\")"

#, python-format
msgid "acl: user \"%s\" not allowed on \"%s\" (changeset \"%s\")"
msgstr ""
"acl: ユーザ \"%s\" はファイル \"%s\" が許可されていません(リビジョン \"%s\")"

#, fuzzy
msgid "provide the amend command (EXPERIMENTAL)"
msgstr "    (実験的実装)"

msgid ""
"This extension provides an ``amend`` command that is similar to\n"
"``commit --amend`` but does not prompt an editor.\n"
msgstr ""

msgid "mark new/missing files as added/removed before committing"
msgstr "新規/不在ファイルを、コミット前に登録/除外対象化"

msgid "invoke editor on commit messages"
msgstr "コミットログ入力にエディタを起動"

msgid "use interactive mode"
msgstr "操作対象変更の対話的な選択"

msgid "store a note on the amend"
msgstr ""

msgid "[OPTION]... [FILE]..."
msgstr "[OPTION]... [FILE]..."

#, fuzzy
msgid "amend the working copy parent with all or specified outstanding changes"
msgstr "作業領域の変更が未コミットです"

msgid ""
"    Similar to :hg:`commit --amend`, but reuse the commit message without\n"
"    invoking editor, unless ``--edit`` was set."
msgstr ""

#, fuzzy
msgid ""
"    See :hg:`help commit` for more details.\n"
"    "
msgstr "詳細は :hg:`help color` を参照してください。\n"

msgid "cannot store a note of more than 255 bytes"
msgstr ""

msgid "check for unrecorded moves at commit time (EXPERIMENTAL)"
msgstr "ファイル移動のコミット時自動検出 (実験的実装)"

msgid ""
"This extension checks at commit/amend time if any of the committed files\n"
"comes from an unrecorded mv."
msgstr ""
"本エクステンションは、 Mercurial を介さずに改名されたファイルでも、\n"
":hg:`commit` の際に自動判定して、 改名扱いにします。"

msgid ""
"The threshold at which a file is considered a move can be set with the\n"
"``automv.similarity`` config option. This option takes a percentage between "
"0\n"
"(disabled) and 100 (files must be identical), the default is 95."
msgstr ""
"改名はファイルの類似度で判定され、 改名判定の閾値は ``automv.similarity``\n"
"で設定します。 この設定値は 0 (= 判定無効化) から 100 (= 厳密一致時のみ、\n"
"改名と判定) の間の、 類似度のパーセンテージを表します。 デフォルト値は 95。"

msgid "disable automatic file move detection"
msgstr "自動改名判定の無効化"

msgid "automv.similarity must be between 0 and 100"
msgstr "automv.similarity には0から100の間を指定してください"

#, python-format
msgid "detected move of %s as %s (%d%% similar)\n"
msgstr "%s から %s への改名を検出 (類似度 %d%%)\n"

#, python-format
msgid "detected move of %d files\n"
msgstr "%d ファイルの改名を検出\n"

msgid "log repository events to a blackbox for debugging"
msgstr "リポジトリにおけるイベントの記録(デバッグ用)"

msgid ""
"Logs event information to .hg/blackbox.log to help debug and diagnose "
"problems.\n"
"The events that get logged can be configured via the blackbox.track config "
"key."
msgstr ""
"デバッグや問題診断向けに、 イベント情報を .hg/blackbox.log に記録します。\n"
"記録対象イベントは blackbox.track 設定経由で変更することができます。\n"
"(※ 訳注: ここでの \"blackbox\" は『内容不詳の仕組み』ではなく、\n"
"『フライトレコーダ』の意味で使用されています)"

msgid "Examples::"
msgstr "記述例::"

msgid ""
"  [blackbox]\n"
"  track = *\n"
"  # dirty is *EXPENSIVE* (slow);\n"
"  # each log entry indicates `+` if the repository is dirty, like :hg:`id`.\n"
"  dirty = True\n"
"  # record the source of log messages\n"
"  logsource = True"
msgstr ""
"  [blackbox]\n"
"  track = *\n"
"  # dirty 指定は処理コストが高いです (= 速度低下要因)。\n"
"  # 未コミット変更がある場合、ログエントリに `+` が付加されます。\n"
"  # ('hg id' と同様)\n"
"  dirty = True\n"
"  # ログメッセージの発行主の記録\n"
"  logsource = True"

msgid ""
"  [blackbox]\n"
"  track = command, commandfinish, commandexception, exthook, pythonhook"
msgstr ""
"  [blackbox]\n"
"  track = command, commandfinish, commandexception, exthook, pythonhook"

msgid ""
"  [blackbox]\n"
"  track = incoming"
msgstr ""
"  [blackbox]\n"
"  track = incoming"

msgid ""
"  [blackbox]\n"
"  # limit the size of a log file\n"
"  maxsize = 1.5 MB\n"
"  # rotate up to N log files when the current one gets too big\n"
"  maxfiles = 3"
msgstr ""
"  [blackbox]\n"
"  # 記録先ファイルの最大サイズ\n"
"  maxsize = 1.5 MB\n"
"  # 記録先ファイルサイズが上限を超えた場合の最大ローテート数\n"
"  maxfiles = 3"

msgid "the number of events to show"
msgstr "イベント表示数"

msgid "hg blackbox [OPTION]..."
msgstr "hg blackbox [OPTION]..."

msgid ""
"view the recent repository events\n"
"    "
msgstr ""
"最新のリポジトリイベントの表示\n"
"    "

msgid "hooks for integrating with the Bugzilla bug tracker"
msgstr "Bugzilla バグ管理システムとの連携用フック集"

msgid ""
"This hook extension adds comments on bugs in Bugzilla when changesets\n"
"that refer to bugs by Bugzilla ID are seen. The comment is formatted using\n"
"the Mercurial template mechanism."
msgstr ""
"本エクステンションのフックは、 記録されたリビジョンからの Bugzilla バグ\n"
"ID 検出を契機に、 Bugzilla 上のバグ情報に対して、 コメントを追加します。\n"
"Mercurial のテンプレート機能を使うことで、 コメント形式を変更可能です。"

msgid ""
"The bug references can optionally include an update for Bugzilla of the\n"
"hours spent working on the bug. Bugs can also be marked fixed."
msgstr ""
"コミットログからのバグIDの抽出では、 Bugzilla の「作業時間」を更新する、\n"
"所要時間情報の取り出しも可能です (オプション)。 バグ状態を「解決済み」\n"
"にすることも可能です。"

msgid "Four basic modes of access to Bugzilla are provided:"
msgstr "Bugzilla との連携方式は、 以下の4種類から選択できます:"

msgid "1. Access via the Bugzilla REST-API. Requires bugzilla 5.0 or later."
msgstr "1. Bugzilla REST-API インタフェースを使用。 Bugzilla 5.0 以降が必要。"

msgid ""
"2. Access via the Bugzilla XMLRPC interface. Requires Bugzilla 3.4 or later."
msgstr "2. Bugzilla XMLRPC インタフェースを使用。 Bugzilla 3.4 以降が必要。"

msgid ""
"3. Check data via the Bugzilla XMLRPC interface and submit bug change\n"
"   via email to Bugzilla email interface. Requires Bugzilla 3.4 or later."
msgstr ""
"3. データの確認に Bugzilla XMLRPC を、 コメントの追加に Bugzilla\n"
"   メールインタフェースを使用。 Bugzilla 3.4 以降が必要。"

msgid ""
"4. Writing directly to the Bugzilla database. Only Bugzilla installations\n"
"   using MySQL are supported. Requires Python MySQLdb."
msgstr ""
"4. Bugzilla データベースを直接操作。 MySQL を使用する Bugzilla 限定。\n"
"   Python MySQLdb が必要。"

msgid ""
"Writing directly to the database is susceptible to schema changes, and\n"
"relies on a Bugzilla contrib script to send out bug change\n"
"notification emails. This script runs as the user running Mercurial,\n"
"must be run on the host with the Bugzilla install, and requires\n"
"permission to read Bugzilla configuration details and the necessary\n"
"MySQL user and password to have full access rights to the Bugzilla\n"
"database. For these reasons this access mode is now considered\n"
"deprecated, and will not be updated for new Bugzilla versions going\n"
"forward. Only adding comments is supported in this access mode."
msgstr ""
"データベースの直接操作での連携は、 スキーマ変更の影響を受け易く、\n"
"且つ、 コメント追加通知のメール送信に、 寄贈扱い (contrib) の Bugzilla\n"
"スクリプトを必要とします。 Mercurial の実行ユーザの権限がそのまま、\n"
"このスクリプトの実行権限となりますが、 Bugzilla の稼動ホスト上での実行で、\n"
"且つ Bugzilla の設定ファイルの読み出し権限を持っている必要があります。\n"
"それに加えて、 Bugzilla データベースに対して、 フルアクセス可能な MySQL\n"
"ユーザの、 ユーザ名とパスワードが必要となります。 以上の条件から、\n"
"この連携方式は、 現在は非推奨であり、 Bugzilla の更新にも対応しません。\n"
"この連携方式では、 コメントの追加のみがサポートされています。"

msgid ""
"Access via XMLRPC needs a Bugzilla username and password to be specified\n"
"in the configuration. Comments are added under that username. Since the\n"
"configuration must be readable by all Mercurial users, it is recommended\n"
"that the rights of that user are restricted in Bugzilla to the minimum\n"
"necessary to add comments. Marking bugs fixed requires Bugzilla 4.0 and "
"later."
msgstr ""
"XMLRPC 連携では、 Bugzilla ユーザ名とパスワードを設定ファイルに記述し、\n"
"当該ユーザの権限でコメントが追加されます。 ユーザ名とパスワードは、\n"
"当該リポジトリ上で Mercurial を実行する、 全ユーザから参照可能なため、\n"
"コメント追加に必要な権限しか持たない、 Bugzilla 連携専用ユーザで、\n"
"運用する事を推奨します。 バグの状態を「解決済み」 (fixed) にするには、\n"
"Bugzilla 4.0 版以降が必要です。"

msgid ""
"Access via XMLRPC/email uses XMLRPC to query Bugzilla, but sends\n"
"email to the Bugzilla email interface to submit comments to bugs.\n"
"The From: address in the email is set to the email address of the Mercurial\n"
"user, so the comment appears to come from the Mercurial user. In the event\n"
"that the Mercurial user email is not recognized by Bugzilla as a Bugzilla\n"
"user, the email associated with the Bugzilla username used to log into\n"
"Bugzilla is used instead as the source of the comment. Marking bugs fixed\n"
"works on all supported Bugzilla versions."
msgstr ""
"XMLRPC/email 連携では、 Bugzilla への問い合わせに XMLRPC を使用しますが、\n"
"バグへのコメント追加には、 メールを使用します。 メールの From 欄には、\n"
"各リビジョンに記録されたユーザ情報中の、 メールアドレスが使用されるため、 \n"
"各リビジョンの作成者によって、 コメントが追加されたように見えます。\n"
"リビジョンのメールアドレス情報が、 Bugzilla ユーザのものと対応しない場合、\n"
"Bugzilla へのアクセスで使用されるユーザ名で、 メールが送信されます。\n"
"サポート対象の全ての版の Bugzilla で、 バグの状態を「解決」にできます。"

#, fuzzy
msgid ""
"Access via the REST-API needs either a Bugzilla username and password\n"
"or an apikey specified in the configuration. Comments are made under\n"
"the given username or the user associated with the apikey in Bugzilla."
msgstr ""
"REST-API での利用には、 Bugzilla のユーザ名とパスワード、 または、\n"
"設定への APIKEY 記述のいずれかが必要です。 コメントの作成は、\n"
"当該ユーザ、 あるいは APIKEY と関連付けられたユーザ権限で、 実施されます。"

msgid "Configuration items common to all access modes:"
msgstr "全連携方式で共通の設定項目は以下の通りです:"

msgid ""
"bugzilla.version\n"
"  The access type to use. Values recognized are:"
msgstr ""
"bugzilla.version\n"
"  連携方式の選択。 指定可能な値は以下の通り:"

msgid ""
"  :``restapi``:      Bugzilla REST-API, Bugzilla 5.0 and later.\n"
"  :``xmlrpc``:       Bugzilla XMLRPC interface.\n"
"  :``xmlrpc+email``: Bugzilla XMLRPC and email interfaces.\n"
"  :``3.0``:          MySQL access, Bugzilla 3.0 and later.\n"
"  :``2.18``:         MySQL access, Bugzilla 2.18 and up to but not\n"
"                     including 3.0.\n"
"  :``2.16``:         MySQL access, Bugzilla 2.16 and up to but not\n"
"                     including 2.18."
msgstr ""
"  :``restapi``:      Bugzilla REST-API 経由で連携: Bugzilla 5.0 以降限定\n"
"  :``xmlrpc``:       Bugzilla XMLRPC 経由で連携\n"
"  :``xmlrpc+email``: Bugzilla XMLRPC とメール経由で連携\n"
"  :``3.0``:          MySQL 経由で連携: Bugzilla 3.0 以降限定\n"
"  :``2.18``:         MySQL 経由で連携: Bugzilla 2.18 以上 3.0 未満限定\n"
"  :``2.16``:         MySQL 経由で連携: Bugzilla 2.16 以上 2.18 未満限定"

msgid ""
"bugzilla.regexp\n"
"  Regular expression to match bug IDs for update in changeset commit "
"message.\n"
"  It must contain one \"()\" named group ``<ids>`` containing the bug\n"
"  IDs separated by non-digit characters. It may also contain\n"
"  a named group ``<hours>`` with a floating-point number giving the\n"
"  hours worked on the bug. If no named groups are present, the first\n"
"  \"()\" group is assumed to contain the bug IDs, and work time is not\n"
"  updated. The default expression matches ``Bug 1234``, ``Bug no. 1234``,\n"
"  ``Bug number 1234``, ``Bugs 1234,5678``, ``Bug 1234 and 5678`` and\n"
"  variations thereof, followed by an hours number prefixed by ``h`` or\n"
"  ``hours``, e.g. ``hours 1.5``. Matching is case insensitive."
msgstr ""
"bugzilla.regexp\n"
"  状態更新対象のバグID群を、 コミットログから抽出するための正規表現。\n"
"  非数値文字で区切られたバグID群に合致する ``<ids>`` 名のグループ記述\n"
"  ( \"()\") が必須です。 バグに対する作業時間を表す、 小数点数に合致する\n"
"  ``<hours>`` 名グループも記述可能です。 名前付きグループ記述が無い場合、\n"
"  最初の \"()\" グループがバグID群に、 作業時間の更新は無し、\n"
"  とみなされます。 デフォルトの正規表現は ``Bug 1234``, ``Bug no.\n"
"  1234``, ``Bug number 1234``, ``Bugs 1234,5678``, ``Bug 1234 and\n"
"  5678`` および類似の形式に加えて、 前置詞に ``h`` または ``hours``\n"
"  が付けられた時間数 (例: ``hours 1.5``) が続くものに合致します。\n"
"  文字大小は無視されます。"

msgid ""
"bugzilla.fixregexp\n"
"  Regular expression to match bug IDs for marking fixed in changeset\n"
"  commit message. This must contain a \"()\" named group ``<ids>` "
"containing\n"
"  the bug IDs separated by non-digit characters. It may also contain\n"
"  a named group ``<hours>`` with a floating-point number giving the\n"
"  hours worked on the bug. If no named groups are present, the first\n"
"  \"()\" group is assumed to contain the bug IDs, and work time is not\n"
"  updated. The default expression matches ``Fixes 1234``, ``Fixes bug "
"1234``,\n"
"  ``Fixes bugs 1234,5678``, ``Fixes 1234 and 5678`` and\n"
"  variations thereof, followed by an hours number prefixed by ``h`` or\n"
"  ``hours``, e.g. ``hours 1.5``. Matching is case insensitive."
msgstr ""
"bugzilla.fixregexp\n"
"  「解決済み」化するバグID群を、 コミットログから抽出するための正規表現。\n"
"  非数値文字で区切られたバグID群に合致する ``<ids>`` 名のグループ記述\n"
"  ( \"()\") が必須です。 バグに対する作業時間を表す、 小数点数に合致する\n"
"  ``<hours>`` 名グループも記述可能です。 名前付きグループ記述が無い場合、\n"
"  最初の \"()\" グループがバグID群に、 作業時間の更新は無し、\n"
"  とみなされます。 デフォルトの正規表現は、 ``Fixes 1234``, ``Fixes bug\n"
"  1234``, ``Fixes bugs 1234,5678``, ``Fixes 1234 and 5678``\n"
"  および類似の形式に加えて、 前置詞に ``h`` または ``hours``\n"
"  が付けられた時間数 (例: ``hours 1.5``) が続くものに合致します。\n"
"  文字大小は無視されます。"

msgid ""
"bugzilla.fixstatus\n"
"  The status to set a bug to when marking fixed. Default ``RESOLVED``."
msgstr ""
"bugzilla.fixstatus\n"
"  バグを「解決」状態にする際の「状態」値。 デフォルト値:\n"
"  ``RESOLVED`` (対象済み)"

msgid ""
"bugzilla.fixresolution\n"
"  The resolution to set a bug to when marking fixed. Default ``FIXED``."
msgstr ""
"bugzilla.fixresolution\n"
"  バグを「解決」状態にする際の「対処方法」値。デフォルト値:\n"
"  ``FIXED`` (修正済み)"

msgid ""
"bugzilla.style\n"
"  The style file to use when formatting comments."
msgstr ""
"bugzilla.style\n"
"  コメントの整形に使用するスタイルファイル。"

msgid ""
"bugzilla.template\n"
"  Template to use when formatting comments. Overrides style if\n"
"  specified. In addition to the usual Mercurial keywords, the\n"
"  extension specifies:"
msgstr ""
"bugzilla.template\n"
"  コメントの整形に使用するテンプレート。 スタイルファイル指定よりも、\n"
"  こちらが優先します。 通常のものに加えて、 以下のキーワードが使用できます:"

msgid ""
"  :``{bug}``:     The Bugzilla bug ID.\n"
"  :``{root}``:    The full pathname of the Mercurial repository.\n"
"  :``{webroot}``: Stripped pathname of the Mercurial repository.\n"
"  :``{hgweb}``:   Base URL for browsing Mercurial repositories."
msgstr ""
"  :``{bug}``:     Bugzilla のバグ ID\n"
"  :``{root}``:    Mercurial リポジトリのフルパス\n"
"  :``{webroot}``: Mercurial リポジトリのスラッシュ除外 (strip) 後パス\n"
"  :``{hgweb}``:   Mercurial リポジトリの URL 生成用のベース URL"

msgid ""
"  Default ``changeset {node|short} in repo {root} refers to bug\n"
"  {bug}.\\ndetails:\\n\\t{desc|tabindent}``"
msgstr ""
"  無指定の場合、 ``リポジトリ {root} のリビジョン {node|short} がバグ\n"
"  {bug} に関連。\\n詳細:\\n\\t{desc|tabindent}`` が使用されます。"

msgid ""
"bugzilla.strip\n"
"  The number of path separator characters to strip from the front of\n"
"  the Mercurial repository path (``{root}`` in templates) to produce\n"
"  ``{webroot}``. For example, a repository with ``{root}``\n"
"  ``/var/local/my-project`` with a strip of 2 gives a value for\n"
"  ``{webroot}`` of ``my-project``. Default 0."
msgstr ""
"bugzilla.strip\n"
"  テンプレートにおける ``{webroot}`` 相当を得るために、 Mercurial\n"
"  リポジトリのパス (テンプレートの ``{root}`` 相当) 冒頭から、\n"
"  取り除くスラッシュの数。 例えば ``{root}`` が ``/var/local/my-project``\n"
"  のリポジトリで、 ``{webroot}`` を ``my-project`` にするためには、\n"
"  strip に 2 を指定します。 デフォルト値は 0。"

msgid ""
"web.baseurl\n"
"  Base URL for browsing Mercurial repositories. Referenced from\n"
"  templates as ``{hgweb}``."
msgstr ""
"web.baseurl\n"
"  Mercurial リポジトリの URL 生成用ベース URL。 テンプレートキーワード\n"
"  ``{hgweb}`` で参照可能。"

msgid "Configuration items common to XMLRPC+email and MySQL access modes:"
msgstr "連携方式 XMLRPC+email と MySQL で共通の設定項目は以下の通りです:"

msgid ""
"bugzilla.usermap\n"
"  Path of file containing Mercurial committer email to Bugzilla user email\n"
"  mappings. If specified, the file should contain one mapping per\n"
"  line::"
msgstr ""
"bugzilla.usermap\n"
"  Mercurial の各リビジョンの、 生成者情報のメールアドレスと、 Bugzilla\n"
"  ユーザのメールアドレスの、 対応一覧ファイルへのパス。 対象ファイルは、\n"
"  1行1対応付けの、 以下の形式で記述してください::"

msgid "    committer = Bugzilla user"
msgstr "    リビジョン作成者 = Bugzilla ユーザ"

msgid "  See also the ``[usermap]`` section."
msgstr "  ``[usermap]`` セクションの説明も参照してください。"

msgid ""
"The ``[usermap]`` section is used to specify mappings of Mercurial\n"
"committer email to Bugzilla user email. See also ``bugzilla.usermap``.\n"
"Contains entries of the form ``committer = Bugzilla user``."
msgstr ""
"``[usermap]`` セクションは、 Mercurial の各リビジョンの、\n"
"生成者情報のメールアドレスと、 Bugzilla ユーザのメールアドレスの、\n"
"対応付けを行います。 ``bugzilla.usermap`` 設定の説明も参照してください。\n"
"記述形式は ``リビジョン生成者 = Bugzilla ユーザ`` です。"

msgid "XMLRPC and REST-API access mode configuration:"
msgstr "XMLRPC および REST-API 連携固有の設定項目は以下の通りです:"

msgid ""
"bugzilla.bzurl\n"
"  The base URL for the Bugzilla installation.\n"
"  Default ``http://localhost/bugzilla``."
msgstr ""
"bugzilla.bzurl\n"
"  アクセス先 Bugzilla のベース URL。\n"
"  デフォルト値は ``http://localhost/bugzilla`` 。"

msgid ""
"bugzilla.user\n"
"  The username to use to log into Bugzilla via XMLRPC. Default\n"
"  ``bugs``."
msgstr ""
"bugzilla.user\n"
"  Bugzilla との XMLRPC 連携で、 ログインに使用するユーザ名。\n"
"  デフォルト値は ``bugs`` 。"

msgid ""
"bugzilla.password\n"
"  The password for Bugzilla login."
msgstr ""
"bugzilla.password\n"
"  Bugzilla 連携で、 ログインに使用するパスワード。"

msgid "REST-API access mode uses the options listed above as well as:"
msgstr "REST-API 連携では、 以下設定項目も使用されます:"

msgid ""
"bugzilla.apikey\n"
"  An apikey generated on the Bugzilla instance for api access.\n"
"  Using an apikey removes the need to store the user and password\n"
"  options."
msgstr ""
"bugzilla.apikey\n"
"  API アクセス向けに Bugzilla 上で作成された APIKEY。\n"
"  APIKEY の利用により、 ユーザ名やパスワード情報の格納が不要になります。"

msgid ""
"XMLRPC+email access mode uses the XMLRPC access mode configuration items,\n"
"and also:"
msgstr ""
"XMLRPC+email 経由での連携では、 XMLRPC 経由連携に関する設定に加えて、\n"
"以下の設定が必要です:"

msgid ""
"bugzilla.bzemail\n"
"  The Bugzilla email address."
msgstr ""
"bugzilla.bzemail\n"
"  Bugzilla へ送信する際の宛先メールアドレス。"

msgid ""
"In addition, the Mercurial email settings must be configured. See the\n"
"documentation in hgrc(5), sections ``[email]`` and ``[smtp]``."
msgstr ""
"以上の設定に加えて、 Mercurial のメール設定も必要です。 hgrc(5)\n"
"ドキュメント (※ 訳注: :hg:`help config` でも参照可能) の ``[email]``\n"
"および ``[smtp]`` セクションを参照してください。"

msgid "MySQL access mode configuration:"
msgstr "MySQL 経由連携固有の設定項目は以下の通りです:"

msgid ""
"bugzilla.host\n"
"  Hostname of the MySQL server holding the Bugzilla database.\n"
"  Default ``localhost``."
msgstr ""
"bugzilla.host\n"
"  Bugzilla データベースを持つ MySQL サーバのホスト名。\n"
"  デフォルト値は ``localhost`` 。"

msgid ""
"bugzilla.db\n"
"  Name of the Bugzilla database in MySQL. Default ``bugs``."
msgstr ""
"bugzilla.db\n"
"  MySQL における Bugzilla データベースの名前。 デフォルト値は ``bugs`` 。"

msgid ""
"bugzilla.user\n"
"  Username to use to access MySQL server. Default ``bugs``."
msgstr ""
"bugzilla.user\n"
"  MySQL サーバへのアクセスに使用するユーザ名。 デフォルト値は ``bugs`` 。"

msgid ""
"bugzilla.password\n"
"  Password to use to access MySQL server."
msgstr ""
"bugzilla.password\n"
"  MySQL サーバへのアクセスに使用するパスワード。"

msgid ""
"bugzilla.timeout\n"
"  Database connection timeout (seconds). Default 5."
msgstr ""
"bugzilla.timeout\n"
"  データベース接続のタイムアウト指定 (単位:秒)。 デフォルト値は 5。"

msgid ""
"bugzilla.bzuser\n"
"  Fallback Bugzilla user name to record comments with, if changeset\n"
"  committer cannot be found as a Bugzilla user."
msgstr ""
"bugzilla.bzuser\n"
"  リビジョン生成者名が、 Bugzilla ユーザと対応しない場合に、\n"
"  コメント追加に使用する Bugzilla ユーザ名 (予備設定)"

msgid ""
"bugzilla.bzdir\n"
"   Bugzilla install directory. Used by default notify. Default\n"
"   ``/var/www/html/bugzilla``."
msgstr ""
"bugzilla.bzdir\n"
"   Bugzilla のインストール先ディレクトリ。 デフォルトの ``notify``\n"
"   設定において使用されます。 デフォルト値は ``/var/www/html/bugzilla`` 。"

msgid ""
"bugzilla.notify\n"
"  The command to run to get Bugzilla to send bug change notification\n"
"  emails. Substitutes from a map with 3 keys, ``bzdir``, ``id`` (bug\n"
"  id) and ``user`` (committer bugzilla email). Default depends on\n"
"  version; from 2.18 it is \"cd %(bzdir)s && perl -T\n"
"  contrib/sendbugmail.pl %(id)s %(user)s\"."
msgstr ""
"bugzilla.notify\n"
"  バグ情報の更新通知を、 Bugzilla にメール送信させるコマンド。\n"
"  3つのキーワード ``bzdir``, ``id`` (バグ ID) および ``user``\n"
"  (リビジョン作成者の Bugzilla メールアドレス) が、 置換指定可能です。\n"
"  デフォルト値は MySQL のバージョンに依存しており、 2.18 版以降では、\n"
"  \"cd %(bzdir)s && perl -T contrib/sendbugmail.pl %(id)s %(user)s\"\n"
"  が使用されます。"

msgid "Activating the extension::"
msgstr "エクステンションの有効化::"

msgid ""
"    [extensions]\n"
"    bugzilla ="
msgstr ""
"    [extensions]\n"
"    bugzilla ="

msgid ""
"    [hooks]\n"
"    # run bugzilla hook on every change pulled or pushed in here\n"
"    incoming.bugzilla = python:hgext.bugzilla.hook"
msgstr ""
"    [hooks]\n"
"    # リビジョンが当該リポジトリに push/pull で取り込まれた契機で\n"
"    # Bugzilla 連携のフックを実行\n"
"    incoming.bugzilla = python:hgext.bugzilla.hook"

msgid "Example configurations:"
msgstr "設定例:"

msgid ""
"XMLRPC example configuration. This uses the Bugzilla at\n"
"``http://my-project.org/bugzilla``, logging in as user\n"
"``bugmail@my-project.org`` with password ``plugh``. It is used with a\n"
"collection of Mercurial repositories in ``/var/local/hg/repos/``,\n"
"with a web interface at ``http://my-project.org/hg``. ::"
msgstr ""
"以下は XMLRPC 連携の設定例です。 ``http://my-project.org/bugzilla`` の\n"
"Bugzilla と連携し、 ユーザ名 ``bugmail@my-project.org``, パスワード\n"
"``plugh`` でログインします。 URL ``http://my-project.org/hg``\n"
"配下でアクセスする、 ``/var/local/hg/repos/`` 配下の複数リポジトリでの、\n"
"設定共有を想定しています::"

msgid ""
"    [bugzilla]\n"
"    bzurl=http://my-project.org/bugzilla\n"
"    user=bugmail@my-project.org\n"
"    password=plugh\n"
"    version=xmlrpc\n"
"    template=Changeset {node|short} in {root|basename}.\n"
"             {hgweb}/{webroot}/rev/{node|short}\\n\n"
"             {desc}\\n\n"
"    strip=5"
msgstr ""
"    [bugzilla]\n"
"    bzurl=http://my-project.org/bugzilla\n"
"    user=bugmail@my-project.org\n"
"    password=plugh\n"
"    version=xmlrpc\n"
"    template=Changeset {node|short} in {root|basename}.\n"
"             {hgweb}/{webroot}/rev/{node|short}\\n\n"
"             {desc}\\n\n"
"    strip=5"

msgid ""
"    [web]\n"
"    baseurl=http://my-project.org/hg"
msgstr ""
"    [web]\n"
"    baseurl=http://my-project.org/hg"

msgid ""
"XMLRPC+email example configuration. This uses the Bugzilla at\n"
"``http://my-project.org/bugzilla``, logging in as user\n"
"``bugmail@my-project.org`` with password ``plugh``. It is used with a\n"
"collection of Mercurial repositories in ``/var/local/hg/repos/``,\n"
"with a web interface at ``http://my-project.org/hg``. Bug comments\n"
"are sent to the Bugzilla email address\n"
"``bugzilla@my-project.org``. ::"
msgstr ""
"以下は XMLRPC+email 連携の設定例です。 ``http://my-project.org/bugzilla``\n"
"の Bugzilla と連携し、 ユーザ名 ``bugmail@my-project.org``, パスワード\n"
"``plugh`` でログインします。 URL ``http://my-project.org/hg``\n"
"配下でアクセスする、 ``/var/local/hg/repos/`` 配下の複数リポジトリでの、\n"
"設定共有を想定しています。 コメントの追加は、 Bugzilla のメールアドレス\n"
"``bugzilla@my-project.org`` 宛に送信されます::"

msgid ""
"    [bugzilla]\n"
"    bzurl=http://my-project.org/bugzilla\n"
"    user=bugmail@my-project.org\n"
"    password=plugh\n"
"    version=xmlrpc+email\n"
"    bzemail=bugzilla@my-project.org\n"
"    template=Changeset {node|short} in {root|basename}.\n"
"             {hgweb}/{webroot}/rev/{node|short}\\n\n"
"             {desc}\\n\n"
"    strip=5"
msgstr ""
"    [bugzilla]\n"
"    bzurl=http://my-project.org/bugzilla\n"
"    user=bugmail@my-project.org\n"
"    password=plugh\n"
"    version=xmlrpc+email\n"
"    bzemail=bugzilla@my-project.org\n"
"    template=Changeset {node|short} in {root|basename}.\n"
"             {hgweb}/{webroot}/rev/{node|short}\\n\n"
"             {desc}\\n\n"
"    strip=5"

msgid ""
"    [usermap]\n"
"    user@emaildomain.com=user.name@bugzilladomain.com"
msgstr ""
"    [usermap]\n"
"    user@emaildomain.com=user.name@bugzilladomain.com"

msgid ""
"MySQL example configuration. This has a local Bugzilla 3.2 installation\n"
"in ``/opt/bugzilla-3.2``. The MySQL database is on ``localhost``,\n"
"the Bugzilla database name is ``bugs`` and MySQL is\n"
"accessed with MySQL username ``bugs`` password ``XYZZY``. It is used\n"
"with a collection of Mercurial repositories in ``/var/local/hg/repos/``,\n"
"with a web interface at ``http://my-project.org/hg``. ::"
msgstr ""
"以下は MySQL 連携の設定例です。 ``/opt/bugzilla-3.2`` にインストールされた\n"
"Bugzilla 3.2 を想定しています。 MySQL サーバのホスト名が ``localhost``,\n"
"Bugzilla データベース名が ``bugs``, MySQL サーバへのアクセスに、\n"
"ユーザ名 ``bugs``, パスワード ``XYZZY`` を使用します。 URL\n"
"``http://my-project.org/hg``\n"
"配下でアクセスする、\n"
"``/var/local/hg/repos/`` 配下の複数リポジトリでの、\n"
"設定共有を想定しています::"

msgid ""
"    [bugzilla]\n"
"    host=localhost\n"
"    password=XYZZY\n"
"    version=3.0\n"
"    bzuser=unknown@domain.com\n"
"    bzdir=/opt/bugzilla-3.2\n"
"    template=Changeset {node|short} in {root|basename}.\n"
"             {hgweb}/{webroot}/rev/{node|short}\\n\n"
"             {desc}\\n\n"
"    strip=5"
msgstr ""
"    [bugzilla]\n"
"    host=localhost\n"
"    password=XYZZY\n"
"    version=3.0\n"
"    bzuser=unknown@domain.com\n"
"    bzdir=/opt/bugzilla-3.2\n"
"    template=Changeset {node|short} in {root|basename}.\n"
"             {hgweb}/{webroot}/rev/{node|short}\\n\n"
"             {desc}\\n\n"
"    strip=5"

msgid "All the above add a comment to the Bugzilla bug record of the form::"
msgstr ""
"上記設定例で Bugzilla に追加されるコメントは、 全て以下の形式となります::"

msgid ""
"    Changeset 3b16791d6642 in repository-name.\n"
"    http://my-project.org/hg/repository-name/rev/3b16791d6642"
msgstr ""
"    Changeset 3b16791d6642 in repository-name.\n"
"    http://my-project.org/hg/repository-name/rev/3b16791d6642"

msgid "    Changeset commit comment. Bug 1234.\n"
msgstr "    (※ ここには各リビジョンのコミットログが展開されます)\n"

#, python-format
msgid "python mysql support not available: %s"
msgstr "python mysql のサポートが利用できません: %s"

#, python-format
msgid "connecting to %s:%s as %s, password %s\n"
msgstr "%s:%s に %s として接続中 (パスワード:%s)\n"

#, python-format
msgid "query: %s %s\n"
msgstr "問い合わせ: %s %s\n"

#, python-format
msgid "failed query: %s %s\n"
msgstr "問い合わせに失敗: %s %s\n"

msgid "unknown database schema"
msgstr "未知のデータベーススキーマ"

#, python-format
msgid "bug %d does not exist\n"
msgstr "バグ %d は存在しません\n"

#, python-format
msgid "bug %d already knows about changeset %s\n"
msgstr "バグ %d にとってリビジョン %s は既知のものです\n"

msgid "telling bugzilla to send mail:\n"
msgstr "bugzilla へのメール送信指示中:\n"

#, python-format
msgid "  bug %s\n"
msgstr "  バグ %s\n"

#, python-format
msgid "running notify command %s\n"
msgstr "通知コマンド %s 実行中\n"

#, python-format
msgid "bugzilla notify command %s"
msgstr "bugzilla 通知コマンド実行エラー: %s"

msgid "done\n"
msgstr "完了\n"

#, python-format
msgid "looking up user %s\n"
msgstr "ユーザ %s を検索中\n"

#, python-format
msgid "cannot find bugzilla user id for %s"
msgstr "%s の buzilla ユーザ ID が見つかりません"

#, python-format
msgid "cannot find bugzilla user id for %s or %s"
msgstr "%s か %s の buzilla ユーザ ID が見つかりません"

msgid "Bugzilla/MySQL cannot update bug state\n"
msgstr "Bugzilla/MySQL 連携ではバグ状態を更新できません\n"

msgid "Bugzilla/XMLRPC needs Bugzilla 4.0 or later to mark bugs fixed\n"
msgstr "Bugzilla/XMLRPC 連携でのバグ状態更新は Bugzilla 4.0 以降が必要です\n"

msgid "configuration 'bzemail' missing"
msgstr "'bzemail' 設定が見つかりません"

#, python-format
msgid "default bugzilla user %s email not found"
msgstr "デフォルトの bugzilla ユーザ %s のメールアドレスが見つかりません"

msgid "authorization failed"
msgstr "認証に失敗"

#, python-format
msgid "bugzilla version %s not supported"
msgstr "bugzilla のバージョン %s は未サポートです"

#, python-format
msgid "%s: invalid hours\n"
msgstr "%s: 不正な時間指定です\n"

msgid ""
"changeset {node|short} in repo {root} refers to bug {bug}.\n"
"details:\n"
"\t{desc|tabindent}"
msgstr ""
"リポジトリ {root} のリビジョン {node|short} がバグ {bug} に関連。\n"
"詳細:\n"
"\t{desc|tabindent}"

#, python-format
msgid "hook type %s does not pass a changeset id"
msgstr "フック種別 %s にリビジョン ID が指定されませんでした"

#, python-format
msgid "Bugzilla error: %s"
msgstr "Bugzilla エラー: %s"

msgid "erase file content at a given revision"
msgstr "指定リビジョンのファイル内容の検閲/消去"

msgid ""
"The censor command instructs Mercurial to erase all content of a file at a "
"given\n"
"revision *without updating the changeset hash.* This allows existing history "
"to\n"
"remain valid while preventing future clones/pulls from receiving the erased\n"
"data."
msgstr ""
"censor コマンドは、 指定リビジョン時点における、 指定ファイルの内容を、\n"
"消去しますが、 当該リビジョンの *ハッシュ値は変えない* 点が特徴です。\n"
"ハッシュ値が変わらないため、 既存の履歴の有効性は維持したままで、\n"
"消去されたデータが clone/pull 等で伝搬することを防止できます。"

msgid ""
"Typical uses for censor are due to security or legal requirements, "
"including::"
msgstr ""
"censor コマンドによる検閲/消去が、 必要とされる典型的なケースは、\n"
"以下のようなデータの扱いで、 セキュリティ的/法的に必要とされるケースです::"

msgid ""
" * Passwords, private keys, cryptographic material\n"
" * Licensed data/code/libraries for which the license has expired\n"
" * Personally Identifiable Information or other private data"
msgstr ""
" * パスワード、秘密鍵、暗号化情報\n"
" * 有効期限の切れたライセンスにひも付いた、データ/プログラム/ライブラリ\n"
" * 個人識別情報、あるいはそれに類する個人情報"

msgid ""
"Censored nodes can interrupt mercurial's typical operation whenever the "
"excised\n"
"data needs to be materialized. Some commands, like ``hg cat``/``hg "
"revert``,\n"
"simply fail when asked to produce censored data. Others, like ``hg verify`` "
"and\n"
"``hg update``, must be capable of tolerating censored data to continue to\n"
"function in a meaningful way. Such commands only tolerate censored file\n"
"revisions if they are allowed by the \"censor.policy=ignore\" config "
"option.\n"
msgstr ""
"検閲によって消去されたファイル内容は、 参照することができなくなります。\n"
":hg:`cat` や :hg:`revert` 等のコマンドは、 単純に処理が中断されます。\n"
":hg:`verify` や :hg:`update` 等の場合、 検閲済みのファイルを無視して、\n"
"処理を継続することもできます。 検閲済みファイルによる中断を回避するには、\n"
"``[censor] policy=ignore`` を設定してください。\n"

msgid "REV"
msgstr "リビジョン"

msgid "censor file from specified revision"
msgstr "指定リビジョンのファイル内容の検閲"

msgid "TEXT"
msgstr "テキスト"

msgid "replacement tombstone data"
msgstr "差し替え用の墓碑 (tombstone) データ"

msgid "-r REV [-t TEXT] [FILE]"
msgstr "-r REV [-t TEXT] [FILE]"

msgid "must specify file path to censor"
msgstr "検閲対象ファイルを指定してください"

msgid "must specify revision to censor"
msgstr "検閲対象リビジョンを指定してください"

msgid "can only specify an explicit filename"
msgstr "明示的なファイル名以外は指定できません"

msgid "cannot censor file with no history"
msgstr "履歴のないファイルは検閲できません"

#, python-format
msgid "invalid revision identifier %s"
msgstr "リビジョン指定 %s は不正です"

#, python-format
msgid "file does not exist at revision %s"
msgstr "指定ファイルはリビジョン %s に存在しません"

#, python-format
msgid "cannot censor file in heads (%s)"
msgstr "ヘッドリビジョン (%s) の内容は検閲できません"

msgid "clean/delete and commit first"
msgstr "検閲対象データの削除、又は当該ファイルの登録除外のコミットが必要"

msgid "cannot censor working directory"
msgstr "作業領域の親リビジョンの内容は検閲できません"

msgid "clean/delete/update first"
msgstr "対象データ削除(又は対象ファイル登録除外)済みリビジョンへの更新が必要"

#, python-format
msgid "censor does not support revlog version %d"
msgstr "revlog バージョン %d では検閲機能を使用できません"

msgid "censor tombstone must be no longer than censored data"
msgstr "差し替え用の墓碑データは、検閲対象データよりも短くしてください"

msgid "command to display child changesets (DEPRECATED)"
msgstr "子リビジョン表示のコマンド (非推奨)"

msgid ""
"This extension is deprecated. You should use :hg:`log -r\n"
"\"children(REV)\"` instead.\n"
msgstr ""
"本エクステンションは非推奨です (:hg:`log -r \"children(REV)\"` で代替可能)\n"

msgid "show children of the specified revision"
msgstr "指定リビジョンの子リビジョンの表示"

msgid "hg children [-r REV] [FILE]"
msgstr "hg children [-r REV] [FILE]"

msgid "show the children of the given or working directory revision"
msgstr "指定リビジョンの子リビジョンの表示"

msgid ""
"    Print the children of the working directory's revisions. If a\n"
"    revision is given via -r/--rev, the children of that revision will\n"
"    be printed. If a file argument is given, revision in which the\n"
"    file was last changed (after the working directory revision or the\n"
"    argument to --rev if given) is printed."
msgstr ""
"    作業領域の子リビジョンを表示します。 -r/--rev 指定がある場合、\n"
"    指定リビジョンの子リビジョンを表示します。 ファイルが指定された場合、\n"
"    ファイルが (作業領域の親、 または --rev での指定リビジョン後に)\n"
"    最後に変更されたリビジョンを表示します。"

msgid "    Please use :hg:`log` instead::"
msgstr "    本コマンドの代わりに :hg:`log` を使うようにしてください::"

#, fuzzy
msgid ""
"        hg children => hg log -r \"children(.)\"\n"
"        hg children -r REV => hg log -r \"children(REV)\""
msgstr ""
"        hg children => hg log -r \"children()\"\n"
"        hg children -r REV => hg log -r \"children(REV)\""

msgid "    See :hg:`help log` and :hg:`help revsets.children`."
msgstr ""
"    詳細は :hg:`help log` や :hg:`help revsets.children` を参照のこと。"

msgid "    "
msgstr "    "

msgid "command to display statistics about repository history"
msgstr "変更履歴の統計情報表示のコマンド"

#, python-format
msgid "revision %d is a merge, ignoring...\n"
msgstr "マージ実施リビジョン %d を無視...\n"

msgid "analyzing"
msgstr "解析中"

msgid "revisions"
msgstr "リビジョン"

msgid "count rate for the specified revision or revset"
msgstr "処理対象とするリビジョン(群)の指定"

msgid "DATE"
msgstr "日時"

msgid "count rate for revisions matching date spec"
msgstr "指定日時と一致したリビジョンを処理対象とする"

msgid "TEMPLATE"
msgstr "テンプレート"

msgid "template to group changesets (DEPRECATED)"
msgstr "リビジョン表示をグループ化するためのテンプレート (非推奨)"

msgid "template to group changesets"
msgstr "リビジョン表示をグループ化するためのテンプレート"

msgid "FORMAT"
msgstr "書式"

msgid "strftime-compatible format for grouping by date"
msgstr "日時グループ化のための strftime 互換形式フォーマット"

msgid "count rate by number of changesets"
msgstr "リビジョン数で統計"

msgid "sort by key (default: sort by count)"
msgstr "キーによる整列(無指定時: 統計量で整列)"

msgid "display added/removed lines separately"
msgstr "追加/削除行表示の分離"

msgid "FILE"
msgstr "ファイル"

msgid "file with email aliases"
msgstr "ユーザ名変換用ファイル"

msgid "hg churn [-d DATE] [-r REV] [--aliases FILE] [FILE]"
msgstr "hg churn [-d DATE] [-r REV] [--aliases FILE] [FILE]"

msgid "histogram of changes to the repository"
msgstr "リポジトリにおける変更の統計分布表示"

msgid ""
"    This command will display a histogram representing the number\n"
"    of changed lines or revisions, grouped according to the given\n"
"    template. The default template will group changes by author.\n"
"    The --dateformat option may be used to group the results by\n"
"    date instead."
msgstr ""
"    本コマンドは、 変更行数またはリビジョン数の度数分布を、 テンプレート\n"
"    指定によってグループ化してグラフ表示します。\n"
"    特に指定の無い場合、 リビジョン作成者毎に変更行数をグループ化します。\n"
"    --dateformat が指定された場合、 度数分布は日時でグループ化されます。"

msgid ""
"    Statistics are based on the number of changed lines, or\n"
"    alternatively the number of matching revisions if the\n"
"    --changesets option is specified."
msgstr ""
"    特に指定の無い場合、 度数分布の統計対象は変更行数となりますが、\n"
"    --changesets が指定された場合は、 対象リビジョンの数が統計対象と\n"
"    なります。"

msgid "    Examples::"
msgstr "    例::"

#, fuzzy
msgid ""
"      # display count of changed lines for every committer\n"
"      hg churn -T \"{author|email}\""
msgstr ""
"      # ユーザ毎の変更行数の表示\n"
"      hg churn -t \"{author|email}\""

msgid ""
"      # display daily activity graph\n"
"      hg churn -f \"%H\" -s -c"
msgstr ""
"      # 日毎の活発度(コミット実施数)を表示\n"
"      hg churn -f \"%H\" -s -c"

msgid ""
"      # display activity of developers by month\n"
"      hg churn -f \"%Y-%m\" -s -c"
msgstr ""
"      # 月毎の活発度を表示\n"
"      hg churn -f \"%Y-%m\" -s -c"

msgid ""
"      # display count of lines changed in every year\n"
"      hg churn -f \"%Y\" -s"
msgstr ""
"      # 年毎の変更行数を表示\n"
"      hg churn -f \"%Y\" -s"

msgid ""
"    It is possible to map alternate email addresses to a main address\n"
"    by providing a file using the following format::"
msgstr ""
"    下記形式のファイルを指定することで、 「別名」の電子メールアドレスを、\n"
"    「実名」に変換して集計できます::"

msgid "      <alias email> = <actual email>"
msgstr "      <別名> = <実名>"

msgid ""
"    Such a file may be specified with the --aliases option, otherwise\n"
"    a .hgchurn file will be looked for in the working directory root.\n"
"    Aliases will be split from the rightmost \"=\".\n"
"    "
msgstr ""
"    --aliases 指定により、 指定の変換ファイルが読み込まれますが、\n"
"    特に指定が無い場合は、 リポジトリのルート直下にある .hgchurn\n"
"    というファイルが読み込まれます。\n"
"    別名定義の記述は、 一番右側の \"=\" 以降が「実名」となります。\n"
"    "

#, python-format
msgid "skipping malformed alias: %s\n"
msgstr "不正な形式の別名を無視: %s\n"

msgid "advertise pre-generated bundles to seed clones"
msgstr ""

msgid ""
"\"clonebundles\" is a server-side extension used to advertise the existence\n"
"of pre-generated, externally hosted bundle files to clients that are\n"
"cloning so that cloning can be faster, more reliable, and require less\n"
"resources on the server. \"pullbundles\" is a related feature for sending\n"
"pre-generated bundle files to clients as part of pull operations."
msgstr ""

msgid ""
"Cloning can be a CPU and I/O intensive operation on servers. Traditionally,\n"
"the server, in response to a client's request to clone, dynamically "
"generates\n"
"a bundle containing the entire repository content and sends it to the "
"client.\n"
"There is no caching on the server and the server will have to redundantly\n"
"generate the same outgoing bundle in response to each clone request. For\n"
"servers with large repositories or with high clone volume, the load from\n"
"clones can make scaling the server challenging and costly."
msgstr ""

msgid ""
"This extension provides server operators the ability to offload\n"
"potentially expensive clone load to an external service. Pre-generated\n"
"bundles also allow using more CPU intensive compression, reducing the\n"
"effective bandwidth requirements."
msgstr ""

msgid "Here's how clone bundles work:"
msgstr ""

msgid ""
"1. A server operator establishes a mechanism for making bundle files "
"available\n"
"   on a hosting service where Mercurial clients can fetch them.\n"
"2. A manifest file listing available bundle URLs and some optional metadata\n"
"   is added to the Mercurial repository on the server.\n"
"3. A client initiates a clone against a clone bundles aware server.\n"
"4. The client sees the server is advertising clone bundles and fetches the\n"
"   manifest listing available bundles.\n"
"5. The client filters and sorts the available bundles based on what it\n"
"   supports and prefers.\n"
"6. The client downloads and applies an available bundle from the\n"
"   server-specified URL.\n"
"7. The client reconnects to the original server and performs the equivalent\n"
"   of :hg:`pull` to retrieve all repository data not in the bundle. (The\n"
"   repository could have been updated between when the bundle was created\n"
"   and when the client started the clone.) This may use \"pullbundles\"."
msgstr ""

msgid ""
"Instead of the server generating full repository bundles for every clone\n"
"request, it generates full bundles once and they are subsequently reused to\n"
"bootstrap new clones. The server may still transfer data at clone time.\n"
"However, this is only data that has been added/changed since the bundle was\n"
"created. For large, established repositories, this can reduce server load "
"for\n"
"clones to less than 1% of original."
msgstr ""

msgid "Here's how pullbundles work:"
msgstr ""

msgid ""
"1. A manifest file listing available bundles and describing the revisions\n"
"   is added to the Mercurial repository on the server.\n"
"2. A new-enough client informs the server that it supports partial pulls\n"
"   and initiates a pull.\n"
"3. If the server has pull bundles enabled and sees the client advertising\n"
"   partial pulls, it checks for a matching pull bundle in the manifest.\n"
"   A bundle matches if the format is supported by the client, the client\n"
"   has the required revisions already and needs something from the bundle.\n"
"4. If there is at least one matching bundle, the server sends it to the "
"client.\n"
"5. The client applies the bundle and notices that the server reply was\n"
"   incomplete. It initiates another pull."
msgstr ""

msgid "To work, this extension requires the following of server operators:"
msgstr ""

msgid ""
"* Generating bundle files of repository content (typically periodically,\n"
"  such as once per day).\n"
"* Clone bundles: A file server that clients have network access to and that\n"
"  Python knows how to talk to through its normal URL handling facility\n"
"  (typically an HTTP/HTTPS server).\n"
"* A process for keeping the bundles manifest in sync with available bundle\n"
"  files."
msgstr ""

msgid ""
"Strictly speaking, using a static file hosting server isn't required: a "
"server\n"
"operator could use a dynamic service for retrieving bundle data. However,\n"
"static file hosting services are simple and scalable and should be "
"sufficient\n"
"for most needs."
msgstr ""

msgid ""
"Bundle files can be generated with the :hg:`bundle` command. Typically\n"
":hg:`bundle --all` is used to produce a bundle of the entire repository."
msgstr ""

msgid ""
":hg:`debugcreatestreamclonebundle` can be used to produce a special\n"
"*streaming clonebundle*. These are bundle files that are extremely "
"efficient\n"
"to produce and consume (read: fast). However, they are larger than\n"
"traditional bundle formats and require that clients support the exact set\n"
"of repository data store formats in use by the repository that created "
"them.\n"
"Typically, a newer server can serve data that is compatible with older "
"clients.\n"
"However, *streaming clone bundles* don't have this guarantee. **Server\n"
"operators need to be aware that newer versions of Mercurial may produce\n"
"streaming clone bundles incompatible with older Mercurial versions.**"
msgstr ""

msgid ""
"A server operator is responsible for creating a ``.hg/clonebundles."
"manifest``\n"
"file containing the list of available bundle files suitable for seeding\n"
"clones. If this file does not exist, the repository will not advertise the\n"
"existence of clone bundles when clients connect. For pull bundles,\n"
"``.hg/pullbundles.manifest`` is used."
msgstr ""

msgid "The manifest file contains a newline (\\n) delimited list of entries."
msgstr ""

msgid ""
"Each line in this file defines an available bundle. Lines have the format:"
msgstr ""

msgid "    <URL> [<key>=<value>[ <key>=<value>]]"
msgstr ""

msgid ""
"That is, a URL followed by an optional, space-delimited list of key=value\n"
"pairs describing additional properties of this bundle. Both keys and values\n"
"are URI encoded."
msgstr ""

msgid ""
"For pull bundles, the URL is a path under the ``.hg`` directory of the\n"
"repository."
msgstr ""

msgid ""
"Keys in UPPERCASE are reserved for use by Mercurial and are defined below.\n"
"All non-uppercase keys can be used by site installations. An example use\n"
"for custom properties is to use the *datacenter* attribute to define which\n"
"data center a file is hosted in. Clients could then prefer a server in the\n"
"data center closest to them."
msgstr ""

msgid "The following reserved keys are currently defined:"
msgstr ""

msgid ""
"BUNDLESPEC\n"
"   A \"bundle specification\" string that describes the type of the bundle."
msgstr ""

msgid ""
"   These are string values that are accepted by the \"--type\" argument of\n"
"   :hg:`bundle`."
msgstr ""

msgid ""
"   The values are parsed in strict mode, which means they must be of the\n"
"   \"<compression>-<type>\" form. See\n"
"   mercurial.exchange.parsebundlespec() for more details."
msgstr ""

msgid ""
"   :hg:`debugbundle --spec` can be used to print the bundle specification\n"
"   string for a bundle file. The output of this command can be used "
"verbatim\n"
"   for the value of ``BUNDLESPEC`` (it is already escaped)."
msgstr ""

msgid ""
"   Clients will automatically filter out specifications that are unknown or\n"
"   unsupported so they won't attempt to download something that likely "
"won't\n"
"   apply."
msgstr ""

msgid ""
"   The actual value doesn't impact client behavior beyond filtering:\n"
"   clients will still sniff the bundle type from the header of downloaded\n"
"   files."
msgstr ""

msgid ""
"   **Use of this key is highly recommended**, as it allows clients to\n"
"   easily skip unsupported bundles. If this key is not defined, an old\n"
"   client may attempt to apply a bundle that it is incapable of reading."
msgstr ""

msgid ""
"REQUIRESNI\n"
"   Whether Server Name Indication (SNI) is required to connect to the URL.\n"
"   SNI allows servers to use multiple certificates on the same IP. It is\n"
"   somewhat common in CDNs and other hosting providers. Older Python\n"
"   versions do not support SNI. Defining this attribute enables clients\n"
"   with older Python versions to filter this entry without experiencing\n"
"   an opaque SSL failure at connection time."
msgstr ""

msgid ""
"   If this is defined, it is important to advertise a non-SNI fallback\n"
"   URL or clients running old Python releases may not be able to clone\n"
"   with the clonebundles facility."
msgstr ""

msgid "   Value should be \"true\"."
msgstr ""

msgid ""
"heads\n"
"   Used for pull bundles. This contains the ``;`` separated changeset\n"
"   hashes of the heads of the bundle content."
msgstr ""

msgid ""
"bases\n"
"   Used for pull bundles. This contains the ``;`` separated changeset\n"
"   hashes of the roots of the bundle content. This can be skipped if\n"
"   the bundle was created without ``--base``."
msgstr ""

msgid ""
"Manifests can contain multiple entries. Assuming metadata is defined, "
"clients\n"
"will filter entries from the manifest that they don't support. The "
"remaining\n"
"entries are optionally sorted by client preferences\n"
"(``ui.clonebundleprefers`` config option). The client then attempts\n"
"to fetch the bundle at the first URL in the remaining list."
msgstr ""

msgid ""
"**Errors when downloading a bundle will fail the entire clone operation:\n"
"clients do not automatically fall back to a traditional clone.** The reason\n"
"for this is that if a server is using clone bundles, it is probably doing "
"so\n"
"because the feature is necessary to help it scale. In other words, there\n"
"is an assumption that clone load will be offloaded to another service and\n"
"that the Mercurial server isn't responsible for serving this clone load.\n"
"If that other service experiences issues and clients start mass falling back "
"to\n"
"the original Mercurial server, the added clone load could overwhelm the "
"server\n"
"due to unexpected load and effectively take it offline. Not having clients\n"
"automatically fall back to cloning from the original server mitigates this\n"
"scenario."
msgstr ""

msgid ""
"Because there is no automatic Mercurial server fallback on failure of the\n"
"bundle hosting service, it is important for server operators to view the "
"bundle\n"
"hosting service as an extension of the Mercurial server in terms of\n"
"availability and service level agreements: if the bundle hosting service "
"goes\n"
"down, so does the ability for clients to clone. Note: clients will see a\n"
"message informing them how to bypass the clone bundles facility when a "
"failure\n"
"occurs. So server operators should prepare for some people to follow these\n"
"instructions when a failure occurs, thus driving more load to the original\n"
"Mercurial server when the bundle hosting service fails.\n"
msgstr ""

msgid "adds a new flag extras to commit (ADVANCED)"
msgstr ""

msgid "KEY=VALUE"
msgstr "キーワード=値"

#, fuzzy
msgid "set a changeset's extra values"
msgstr "電子メールによる変更内容のパッチ送付"

#, python-format
msgid "unable to parse '%s', should follow KEY=VALUE format"
msgstr ""

#, python-format
msgid "unable to parse '%s', keys can't be empty"
msgstr ""

msgid "keys can only contain ascii letters, digits, '_' and '-'"
msgstr ""

#, python-format
msgid "key '%s' is used internally, can't be set manually"
msgstr ""

msgid "import revisions from foreign VCS repositories into Mercurial"
msgstr "他の構成管理ツールから Mercurial への履歴取り込み"

msgid "username mapping filename (DEPRECATED) (use --authormap instead)"
msgstr "ユーザ名変換ファイルの指定 (非推奨) (--authormap を使用してください)"

msgid "TYPE"
msgstr "種別"

msgid "source repository type"
msgstr "変換元リポジトリ種別"

msgid "destination repository type"
msgstr "変換先のリポジトリ種別"

msgid "import up to source revision REV"
msgstr "変換元の指定リビジョンまでの取り込み"

msgid "remap usernames using this file"
msgstr "変換時のユーザ名変換用ファイル"

msgid "remap file names using contents of file"
msgstr "変換時のファイル名変換用ファイル"

msgid "apply filemap changes by converting all files again"
msgstr "全ての管理対象ファイルに filemap を適用"

msgid "splice synthesized history into place"
msgstr "継ぎ合わせによる履歴の合成"

msgid "change branch names while converting"
msgstr "変換時のブランチ名変換用ファイル"

msgid "try to sort changesets by branches"
msgstr "ブランチによるリビジョンの並び替え"

msgid "try to sort changesets by date"
msgstr "日付によるリビジョンの並び替え"

msgid "preserve source changesets order"
msgstr "元リポジトリでのリビジョン順を尊重"

msgid "try to reorder closed revisions"
msgstr "閉鎖実施リビジョン群の並び替え"

msgid "hg convert [OPTION]... SOURCE [DEST [REVMAP]]"
msgstr "hg convert [OPTION]... SOURCE [DEST [REVMAP]]"

msgid "convert a foreign SCM repository to a Mercurial one."
msgstr "別 SCM のリポジトリから Mercurial リポジトリへの変換"

msgid "    Accepted source formats [identifiers]:"
msgstr "    変換元として使用可能な形式は以下の通り [括弧内は識別名]:"

msgid ""
"    - Mercurial [hg]\n"
"    - CVS [cvs]\n"
"    - Darcs [darcs]\n"
"    - git [git]\n"
"    - Subversion [svn]\n"
"    - Monotone [mtn]\n"
"    - GNU Arch [gnuarch]\n"
"    - Bazaar [bzr]\n"
"    - Perforce [p4]"
msgstr ""
"    - Mercurial [hg]\n"
"    - CVS [cvs]\n"
"    - Darcs [darcs]\n"
"    - git [git]\n"
"    - Subversion [svn]\n"
"    - Monotone [mtn]\n"
"    - GNU Arch [gnuarch]\n"
"    - Bazaar [bzr]\n"
"    - Perforce [p4]"

msgid "    Accepted destination formats [identifiers]:"
msgstr "    変換先として使用可能な形式は以下の通り [括弧内は識別名]:"

msgid ""
"    - Mercurial [hg]\n"
"    - Subversion [svn] (history on branches is not preserved)"
msgstr ""
"    - Mercurial [hg]\n"
"    - Subversion [svn] (ブランチ上の履歴は維持されません)"

msgid ""
"    If no revision is given, all revisions will be converted.\n"
"    Otherwise, convert will only import up to the named revision\n"
"    (given in a format understood by the source)."
msgstr ""
"    リビジョン指定が無い場合、 全ての履歴が変換されます。\n"
"    リビジョンが指定された場合は、 当該リビジョンまでが変換対象です。\n"
"    (変換元形式にとって、 受理可能な形式で指定してください)"

msgid ""
"    If no destination directory name is specified, it defaults to the\n"
"    basename of the source with ``-hg`` appended. If the destination\n"
"    repository doesn't exist, it will be created."
msgstr ""
"    変換先ディレクトリ指定が無い場合、 変換元パス名の末尾要素に ``-hg``\n"
"    を追加したものが使用されます。 変換先ディレクトリが存在しない場合、\n"
"    新規作成されます。"

msgid ""
"    By default, all sources except Mercurial will use --branchsort.\n"
"    Mercurial uses --sourcesort to preserve original revision numbers\n"
"    order. Sort modes have the following effects:"
msgstr ""
"    特に指定の無い場合、 Mercurial 以外の変換元に対しては、 --branchsort\n"
"    が適用されます。 Mercurial 形式に対しては、 --sourcesort 適用により、\n"
"    変換元のリビジョン番号が維持されます。 各並び替え指定には、\n"
"    以下のような効果があります:"

msgid ""
"    --branchsort  convert from parent to child revision when possible,\n"
"                  which means branches are usually converted one after\n"
"                  the other. It generates more compact repositories."
msgstr ""
"    --branchsort  親から子への変換実施により、 各ブランチ毎に、\n"
"                  順次変換されます。 比較的コンパクトな変換結果になります。"

msgid ""
"    --datesort    sort revisions by date. Converted repositories have\n"
"                  good-looking changelogs but are often an order of\n"
"                  magnitude larger than the same ones generated by\n"
"                  --branchsort."
msgstr ""
"    --datesort    日付順で変換します。 変換結果のログの体裁は良いですが、\n"
"                  --branchsort 指定に対して、 変換結果が大きくなります。"

msgid ""
"    --sourcesort  try to preserve source revisions order, only\n"
"                  supported by Mercurial sources."
msgstr ""
"    --sourcesort  変換元のリビジョン順序を維持します。 変換元形式が\n"
"                  Mercurial の場合のみサポートされます。"

msgid ""
"    --closesort   try to move closed revisions as close as possible\n"
"                  to parent branches, only supported by Mercurial\n"
"                  sources."
msgstr ""
"    --closesort   閉鎖実施リビジョンを、 極力親ブランチ傍に移動します。\n"
"                  変換元形式が Mercurial の場合のみサポートされます。"

msgid ""
"    If ``REVMAP`` isn't given, it will be put in a default location\n"
"    (``<dest>/.hg/shamap`` by default). The ``REVMAP`` is a simple\n"
"    text file that maps each source commit ID to the destination ID\n"
"    for that revision, like so::"
msgstr ""
"    ``REVMAP`` が指定されない場合、 既定の場所 (``<変換先>/.hg/shamap``)\n"
"    に書き出されます。 ``REVMAP`` ファイルの各行は、 変換元コミット毎に、\n"
"    変換元と変換先での ID の対応関係 (「キー/値」の対で表現) を、\n"
"    以下の形式で列挙したものになります::"

msgid "      <source ID> <destination ID>"
msgstr "      <変換元での ID> <変換先での ID>"

msgid ""
"    If the file doesn't exist, it's automatically created. It's\n"
"    updated on each commit copied, so :hg:`convert` can be interrupted\n"
"    and can be run repeatedly to copy new commits."
msgstr ""
"    ファイルが存在しない場合、 自動的に作成されます。 このファイルは、\n"
"    変換元コミットが変換先に格納される毎に、 更新されますので、\n"
"    :hg:`convert` を中断した場合でも、 反復的に実行する場合でも、\n"
"    新規のコミットのみが変換対象になります。"

msgid ""
"    The authormap is a simple text file that maps each source commit\n"
"    author to a destination commit author. It is handy for source SCMs\n"
"    that use unix logins to identify authors (e.g.: CVS). One line per\n"
"    author mapping and the line format is::"
msgstr ""
"    authormap は、 変換元と変換先の間で、 コミットのユーザ名を変換します。\n"
"    UNIX 的なログイン名を、 認証に使用している SCM ツール (例: CVS)\n"
"    からの変換に便利です。 authormap ファイルの各行は、 以下の形式を持ち、\n"
"    1行1ユーザ変換となります::"

msgid "      source author = destination author"
msgstr "      変換元ユーザ名 = 変換先ユーザ名"

msgid "    Empty lines and lines starting with a ``#`` are ignored."
msgstr "    空行と ``#`` で始まる行は無視されます。"

msgid ""
"    The filemap is a file that allows filtering and remapping of files\n"
"    and directories. Each line can contain one of the following\n"
"    directives::"
msgstr ""
"    filemap ファイルは、 ファイルやディレクトリの要否や変換を指示します。\n"
"    filemap ファイルの各行には、 以下の指示のいずれかを記述します::"

msgid "      include path/to/file-or-dir"
msgstr "      include ファイルや/ディレクトリへの/パス"

msgid "      exclude path/to/file-or-dir"
msgstr "      exclude ファイルや/ディレクトリへの/パス"

msgid "      rename path/to/source path/to/destination"
msgstr "      rename 変換元/での/パス 変換先/での/パス"

msgid ""
"    Comment lines start with ``#``. A specified path matches if it\n"
"    equals the full relative name of a file or one of its parent\n"
"    directories. The ``include`` or ``exclude`` directive with the\n"
"    longest matching path applies, so line order does not matter."
msgstr ""
"    コメント行は ``#`` で始めます。 ファイルの相対パスと完全一致するか、\n"
"    親ディレクトリと一致した場合に、 パスが合致したと判定されます。\n"
"    ``include`` や ``exclude`` は、 最長合致した指示が選択されますので、\n"
"    記述の順序は意味を持ちません。"

msgid ""
"    The ``include`` directive causes a file, or all files under a\n"
"    directory, to be included in the destination repository. The default\n"
"    if there are no ``include`` statements is to include everything.\n"
"    If there are any ``include`` statements, nothing else is included.\n"
"    The ``exclude`` directive causes files or directories to\n"
"    be omitted. The ``rename`` directive renames a file or directory if\n"
"    it is converted. To rename from a subdirectory into the root of\n"
"    the repository, use ``.`` as the path to rename to."
msgstr ""
"    ファイルやディレクトリが ``include`` 指定に合致した場合、\n"
"    当該ファイルや、 ディレクトリ配下のファイルは、 変換対象になります。\n"
"    ``include`` 指定がない場合、 全ファイルが変換対象です。\n"
"    ``include`` 指定がある場合、 指定パターンに合致するファイル以外は、\n"
"    変換対象から除外されます。 ファイルやディレクトリが ``exclude``\n"
"    指定に合致した場合、 それらは変換対象から除外されます。\n"
"    変換対象ファイルが ``rename`` 指定に合致する場合、 ファイル名や、\n"
"    ディレクトリ名が改名 (= 移動) されます。 サブディレクトリ配下から、\n"
"    リポジトリルート直下に改名する場合、 改名先に ``.`` を使います。"

msgid ""
"    ``--full`` will make sure the converted changesets contain exactly\n"
"    the right files with the right content. It will make a full\n"
"    conversion of all files, not just the ones that have\n"
"    changed. Files that already are correct will not be changed. This\n"
"    can be used to apply filemap changes when converting\n"
"    incrementally. This is currently only supported for Mercurial and\n"
"    Subversion."
msgstr ""
"    ``--full`` は、 変換後のリビジョンにおいて、 ファイルとその内容を、\n"
"    厳密に対応付けるために使用します。 通常の filemap 使用時と異なり、\n"
"    変換対象リビジョン時点で存在するファイルは、変更が発生しないものも、\n"
"    変換対象に含まれます (ファイル名補正済みのものは、 除外されます)。\n"
"    継続的に変換を行うケース等で ``--full`` は有用です。 この機能は現在、\n"
"    Mercurial と Subversion からの変換に対してのみ機能します。"

msgid ""
"    The splicemap is a file that allows insertion of synthetic\n"
"    history, letting you specify the parents of a revision. This is\n"
"    useful if you want to e.g. give a Subversion merge two parents, or\n"
"    graft two disconnected series of history together. Each entry\n"
"    contains a key, followed by a space, followed by one or two\n"
"    comma-separated values::"
msgstr ""
"    splicemap ファイルは、 親リビジョン指定による履歴の合成 (synthesize)\n"
"    を指示します。 例えば、 Subversion におけるマージ実施リビジョンに、\n"
"    2つの親を持たせるとか、 個別のリビジョン群を、 ひとまとまりにする、\n"
"    といった場合に有用です。 splicemap ファイルの各行は、 キー、\n"
"    空白文字、 1つまたは2つのカンマ区切りの値で構成されます::"

msgid "      key parent1, parent2"
msgstr "      キー 親1, 親2"

msgid ""
"    The key is the revision ID in the source\n"
"    revision control system whose parents should be modified (same\n"
"    format as a key in .hg/shamap). The values are the revision IDs\n"
"    (in either the source or destination revision control system) that\n"
"    should be used as the new parents for that node. For example, if\n"
"    you have merged \"release-1.0\" into \"trunk\", then you should\n"
"    specify the revision on \"trunk\" as the first parent and the one on\n"
"    the \"release-1.0\" branch as the second."
msgstr ""
"    キーには、 改変対象 (親リビジョンが改変されます) リビジョンの、\n"
"    変換元における ID を指定します (.hg/shamap におけるキーと同一形式)。\n"
"    値指定には、 変換後の当該リビジョンの、 親となるリビジョンの ID\n"
"    (変換元/変換先の、 いずれかにおける形式) を指定します。 例えば、\n"
"    \"release-1.0\" ブランチから \"trunk\" へのマージ実施リビジョンが、\n"
"    合成対象となる場合は、 第1親には \"trunk\" 上の、 第2親には\n"
"    \"release-1.0\" 上のリビジョンを指定します。"

msgid ""
"    The branchmap is a file that allows you to rename a branch when it is\n"
"    being brought in from whatever external repository. When used in\n"
"    conjunction with a splicemap, it allows for a powerful combination\n"
"    to help fix even the most badly mismanaged repositories and turn them\n"
"    into nicely structured Mercurial repositories. The branchmap contains\n"
"    lines of the form::"
msgstr ""
"    branchmap ファイルは、 変換元から (名前付き) ブランチを取り込む際に、\n"
"    ブランチの改名を指示します。 splicemap ファイルと併用した場合、\n"
"    最悪の管理状況にあるリポジトリから、 適切な構成の Mercurial\n"
"    リポジトリへの変換も可能とする、 強力な機能が発揮されます。 branchmap\n"
"    ファイルの各行は、 以下の形式で記述されます::"

msgid "      original_branch_name new_branch_name"
msgstr "      変換元ブランチ名 変換先ブランチ名"

#, fuzzy
msgid ""
"    where \"original_branch_name\" is the name of the branch in the\n"
"    source repository, and \"new_branch_name\" is the name of the branch\n"
"    is the destination repository. No whitespace is allowed in the new\n"
"    branch name. This can be used to (for instance) move code in one\n"
"    repository from \"default\" to a named branch."
msgstr ""
"    \"変換元ブランチ名\" が変換元リポジトリにおけるブランチ名で、\n"
"    \"変換先ブランチ名\" が変換先リポジトリにおけるブランチ名です。\n"
"    ブランチ名には、 空白文字を使用できません。 変換の使用例としては、\n"
"    変換元の \"default\" ブランチから、 特定のリビジョンを、\n"
"    名前付きブランチに移動するようなケースがあります。"

msgid ""
"    Mercurial Source\n"
"    ################"
msgstr ""
"    Mercurial 形式からの変換\n"
"    ########################"

msgid ""
"    The Mercurial source recognizes the following configuration\n"
"    options, which you can set on the command line with ``--config``:"
msgstr ""
"    Mercurial 形式からの変換の場合、 コマンド行での ``--config``\n"
"    使用により、 以下のオプションを指定できます:"

msgid ""
"    :convert.hg.ignoreerrors: ignore integrity errors when reading.\n"
"        Use it to fix Mercurial repositories with missing revlogs, by\n"
"        converting from and to Mercurial. Default is False."
msgstr ""
"    :convert.hg.ignoreerrors: 読み込みにおける整合性エラーを無視します。\n"
"        Mercurial 形式から Mercurial 形式への変換の際に使用することで、\n"
"        revlog に問題のあるリポジトリを復旧可能です。 デフォルト値は False"

msgid ""
"    :convert.hg.saverev: store original revision ID in changeset\n"
"        (forces target IDs to change). It takes a boolean argument and\n"
"        defaults to False."
msgstr ""
"    :convert.hg.saverev: 変換元におけるリビジョン ID の、 \n"
"        埋め込み要否を示す真偽値 (変換先でのリビジョン ID は、\n"
"        確実に変更されます) (※ 訳注: ハッシュ値計算元となるデータが、\n"
"        ID 埋め込みで変化するため)。 デフォルト値は False。"

msgid ""
"    :convert.hg.startrev: specify the initial Mercurial revision.\n"
"        The default is 0."
msgstr ""
"    :convert.svn.startrev: 変換対象 (Mercurial) の開始リビジョン。\n"
"        デフォルト値は 0。"

msgid ""
"    :convert.hg.revs: revset specifying the source revisions to convert."
msgstr ""
"    :convert.hg.revs: 変換元における変換対象リビジョンの revsets 表記。"

msgid ""
"    CVS Source\n"
"    ##########"
msgstr ""
"    CVS 形式からの変換\n"
"    ##################"

msgid ""
"    CVS source will use a sandbox (i.e. a checked-out copy) from CVS\n"
"    to indicate the starting point of what will be converted. Direct\n"
"    access to the repository files is not needed, unless of course the\n"
"    repository is ``:local:``. The conversion uses the top level\n"
"    directory in the sandbox to find the CVS repository, and then uses\n"
"    CVS rlog commands to find files to convert. This means that unless\n"
"    a filemap is given, all files under the starting directory will be\n"
"    converted, and that any directory reorganization in the CVS\n"
"    sandbox is ignored."
msgstr ""
"    CVS 形式からの変換での、 変換対象の起点となるリビジョンの指定では、\n"
"    CVS リポジトリからのチェックアウトのような、 「サンドボックス」\n"
"    (sandbox) が使用されます。 リポジトリ領域への直接アクセスは、\n"
"    ``:local:`` なリポジトリ以外では、 必要ありません。 変換の際には、\n"
"    サンドボックスの最上位ディレクトリから、 CVS リポジトリが検出され、\n"
"    CVS rlog コマンドによって、 変換対象ファイルが検出されます。\n"
"    そのため、 filemap ファイルの指定が無い限り、 起点ディレクトリ配下の、\n"
"    全てのファイルが変換対象となりますし、 サンドボックス配下における、\n"
"    ディレクトリの再編成は、 全て無視されます。"

msgid "    The following options can be used with ``--config``:"
msgstr "    ``--config`` 使用により、 以下のオプションを指定できます:"

msgid ""
"    :convert.cvsps.cache: Set to False to disable remote log caching,\n"
"        for testing and debugging purposes. Default is True."
msgstr ""
"    :convert.cvsps.cache: (試験およびデバッグ用) False 設定により、\n"
"        リモートログのキャッシュを抑止します。 デフォルト値は True。"

msgid ""
"    :convert.cvsps.fuzz: Specify the maximum time (in seconds) that is\n"
"        allowed between commits with identical user and log message in\n"
"        a single changeset. When very large files were checked in as\n"
"        part of a changeset then the default may not be long enough.\n"
"        The default is 60."
msgstr ""
"    :convert.cvsps.fuzz: 同一ユーザ/コミットログのリビジョン検出の、\n"
"        最大所要時間 (単位:秒)。 変換元において、非常に大量のファイルが、\n"
"        同時にコミットされている場合、 デフォルト値 (60秒) では、\n"
"        不十分な恐れがあります。"

msgid ""
"    :convert.cvsps.logencoding: Specify encoding name to be used for\n"
"        transcoding CVS log messages. Multiple encoding names can be\n"
"        specified as a list (see :hg:`help config.Syntax`), but only\n"
"        the first acceptable encoding in the list is used per CVS log\n"
"        entries. This transcoding is executed before cvslog hook below."
msgstr ""

msgid ""
"    :convert.cvsps.mergeto: Specify a regular expression to which\n"
"        commit log messages are matched. If a match occurs, then the\n"
"        conversion process will insert a dummy revision merging the\n"
"        branch on which this log message occurs to the branch\n"
"        indicated in the regex. Default is ``{{mergetobranch\n"
"        ([-\\w]+)}}``"
msgstr ""
"    :convert.cvsps.mergeto: コミットログに対する正規表現。\n"
"        正規表現の合致が検出された場合、 ダミーのリビジョンを追加して、\n"
"        合致リビジョンのブランチから、 正規表現が示すブランチへと、\n"
"        マージを実施します。 デフォルト値は ``{{mergetobranch ([-\\w]+)}}``"

msgid ""
"    :convert.cvsps.mergefrom: Specify a regular expression to which\n"
"        commit log messages are matched. If a match occurs, then the\n"
"        conversion process will add the most recent revision on the\n"
"        branch indicated in the regex as the second parent of the\n"
"        changeset. Default is ``{{mergefrombranch ([-\\w]+)}}``"
msgstr ""
"    :convert.cvsps.mergefrom: コミットログに対する正規表現。\n"
"        正規表現の合致が検出された場合、 正規表現が示すブランチに、\n"
"        新規リビジョンを追加して、 合致リビジョンの第2親とします。\n"
"        デフォルト値は ``{{mergefrombranch ([-\\w]+)}}``"

msgid ""
"    :convert.localtimezone: use local time (as determined by the TZ\n"
"        environment variable) for changeset date/times. The default\n"
"        is False (use UTC)."
msgstr ""
"    :convert.localtimezone: 新規リビジョンの作成日時情報に、 実行環境の、\n"
"        タイムゾーンを使用します (TZ 環境変数から推定)。 デフォルト値は\n"
"        False です (UTC として扱います)。"

msgid ""
"    :hooks.cvslog: Specify a Python function to be called at the end of\n"
"        gathering the CVS log. The function is passed a list with the\n"
"        log entries, and can modify the entries in-place, or add or\n"
"        delete them."
msgstr ""
"    :hooks.cvslog: CVS のログ収集処理後に呼ばれる Python 関数。\n"
"        関数呼び出しの際には、 ログエントリの一覧が渡され、\n"
"        一覧要素の改変や、 追加/削除を、 直接実施できます。"

msgid ""
"    :hooks.cvschangesets: Specify a Python function to be called after\n"
"        the changesets are calculated from the CVS log. The\n"
"        function is passed a list with the changeset entries, and can\n"
"        modify the changesets in-place, or add or delete them."
msgstr ""
"    :hooks.cvschangesets: CVS ログからのリビジョン算出完了後に呼ばれる\n"
"        Python 関数。 関数呼び出しの際には、 リビジョン一覧が渡され、\n"
"        リビジョンの改変や、 追加/削除を、 直接実施できます。"

msgid ""
"    An additional \"debugcvsps\" Mercurial command allows the builtin\n"
"    changeset merging code to be run without doing a conversion. Its\n"
"    parameters and output are similar to that of cvsps 2.1. Please see\n"
"    the command help for more details."
msgstr ""
"    付加的な \"debugcvsps\" Mercurial コマンドを使うことで、\n"
"    変換処理抜きに、 内部のリビジョンマージ機能を実行できます。\n"
"    引数や出力は、 cvsps 2.1 と互換性があります。\n"
"    詳細はコマンドのヘルプ出力を参照してください。"

msgid ""
"    Subversion Source\n"
"    #################"
msgstr ""
"    Subversion 形式からの変換\n"
"    #########################"

msgid ""
"    Subversion source detects classical trunk/branches/tags layouts.\n"
"    By default, the supplied ``svn://repo/path/`` source URL is\n"
"    converted as a single branch. If ``svn://repo/path/trunk`` exists\n"
"    it replaces the default branch. If ``svn://repo/path/branches``\n"
"    exists, its subdirectories are listed as possible branches. If\n"
"    ``svn://repo/path/tags`` exists, it is looked for tags referencing\n"
"    converted branches. Default ``trunk``, ``branches`` and ``tags``\n"
"    values can be overridden with following options. Set them to paths\n"
"    relative to the source URL, or leave them blank to disable auto\n"
"    detection."
msgstr ""
"    Subversion 形式からの変換では、 伝統的な trunk/branches/tags\n"
"    構造が検出されます。 特に指定が無い場合、 変換元 URL 指定の\n"
"    ``svn://repo/path/`` は単一ブランチに変換されます。\n"
"    ``svn://repo/path/trunk`` が存在する場合、 default ブランチには、\n"
"    そちらの内容が格納されます。 ``svn://repo/path/branches``\n"
"    が存在する場合、 サブディレクトリ群を、 ブランチ一覧候補とみなします。\n"
"    ``svn://repo/path/tags`` が存在する場合、 変換後リビジョンを指す、\n"
"    タグの特定に使用されます。 ``trunk``, ``branches`` および ``tags``\n"
"    の参照先は、 以下のオプションで上書き可能です。 これらの指定の際には、\n"
"    変換元 URL に対する相対パスか、 空白 (= 自動検出抑止) を指定します。"

msgid "    The following options can be set with ``--config``:"
msgstr "    ``--config`` 使用により、 以下のオプションを指定できます:"

msgid ""
"    :convert.svn.branches: specify the directory containing branches.\n"
"        The default is ``branches``."
msgstr ""
"    :convert.svn.branches: ブランチを格納するディレクトリ。\n"
"        デフォルト値は ``branches`` 。"

msgid ""
"    :convert.svn.tags: specify the directory containing tags. The\n"
"        default is ``tags``."
msgstr ""
"    :convert.svn.tags: タグを格納するディレクトリ。\n"
"        デフォルト値は ``tags`` 。"

msgid ""
"    :convert.svn.trunk: specify the name of the trunk branch. The\n"
"        default is ``trunk``."
msgstr ""
"    :convert.svn.trunk: trunk ブランチのブランチ名。\n"
"        デフォルト値は ``trunk`` 。"

msgid ""
"    Source history can be retrieved starting at a specific revision,\n"
"    instead of being integrally converted. Only single branch\n"
"    conversions are supported."
msgstr ""
"    全履歴変換の代わりに、 履歴変換の起点リビジョンを指定可能です。\n"
"    単一ブランチ変換のみがサポートされます。"

msgid ""
"    :convert.svn.startrev: specify start Subversion revision number.\n"
"        The default is 0."
msgstr ""
"    :convert.svn.startrev: 変換対象 (Subversion) の開始リビジョン。\n"
"        デフォルト値は 0。"

msgid ""
"    Git Source\n"
"    ##########"
msgstr ""
"    Git 形式からの変換\n"
"    ##################"

msgid ""
"    The Git importer converts commits from all reachable branches (refs\n"
"    in refs/heads) and remotes (refs in refs/remotes) to Mercurial.\n"
"    Branches are converted to bookmarks with the same name, with the\n"
"    leading 'refs/heads' stripped. Git submodules are converted to Git\n"
"    subrepos in Mercurial."
msgstr ""

msgid ""
"    :convert.git.similarity: specify how similar files modified in a\n"
"        commit must be to be imported as renames or copies, as a\n"
"        percentage between ``0`` (disabled) and ``100`` (files must be\n"
"        identical). For example, ``90`` means that a delete/add pair will\n"
"        be imported as a rename if more than 90% of the file hasn't\n"
"        changed. The default is ``50``."
msgstr ""
"    :convert.git.similarity: 改名/複製扱いでの、 類似度のパーセント値。\n"
"        ``0`` (判定無し) から ``100`` (厳密一致) までの整数値。 例えば\n"
"        ``90`` の場合、 追加登録・登録除外された一対のファイルに関して、 \n"
"        お互いの内容が 90% 以上一致すれば、 改名操作とみなされます。\n"
"        デフォルト値は 50。 (※ 訳注: 本機能で必要とされる --find-copies\n"
"        オプションは git 1.7.4 以降で追加されたものなので、 これより古い\n"
"        git コマンドを使用する環境では 0 値を設定してください)"

msgid ""
"    :convert.git.findcopiesharder: while detecting copies, look at all\n"
"        files in the working copy instead of just changed ones. This\n"
"        is very expensive for large projects, and is only effective when\n"
"        ``convert.git.similarity`` is greater than 0. The default is False."
msgstr ""
"    :convert.git.findcopiesharder: 複製判定の際に、 変更対象だけでなく、\n"
"        全てのファイルを比較対象にするか否か。 大規模リポジトリの場合、\n"
"        処理に時間を要します。 ``convert.git.similarity`` が 0 の場合は、\n"
"        効果を持ちません。 デフォルト値は False。"

msgid ""
"    :convert.git.renamelimit: perform rename and copy detection up to this\n"
"        many changed files in a commit. Increasing this will make rename\n"
"        and copy detection more accurate but will significantly slow down\n"
"        computation on large projects. The option is only relevant if\n"
"        ``convert.git.similarity`` is greater than 0. The default is\n"
"        ``400``."
msgstr ""

msgid ""
"    :convert.git.committeractions: list of actions to take when processing\n"
"        author and committer values."
msgstr ""

msgid ""
"        Git commits have separate author (who wrote the commit) and "
"committer\n"
"        (who applied the commit) fields. Not all destinations support "
"separate\n"
"        author and committer fields (including Mercurial). This config "
"option\n"
"        controls what to do with these author and committer fields during\n"
"        conversion."
msgstr ""

msgid ""
"        A value of ``messagedifferent`` will append a ``committer: ...``\n"
"        line to the commit message if the Git committer is different from "
"the\n"
"        author. The prefix of that line can be specified using the syntax\n"
"        ``messagedifferent=<prefix>``. e.g. ``messagedifferent=git-committer:"
"``.\n"
"        When a prefix is specified, a space will always be inserted between "
"the\n"
"        prefix and the value."
msgstr ""

msgid ""
"        ``messagealways`` behaves like ``messagedifferent`` except it will\n"
"        always result in a ``committer: ...`` line being appended to the "
"commit\n"
"        message. This value is mutually exclusive with ``messagedifferent``."
msgstr ""

msgid ""
"        ``dropcommitter`` will remove references to the committer. Only\n"
"        references to the author will remain. Actions that add references\n"
"        to the committer will have no effect when this is set."
msgstr ""

msgid ""
"        ``replaceauthor`` will replace the value of the author field with\n"
"        the committer. Other actions that add references to the committer\n"
"        will still take effect when this is set."
msgstr ""

msgid "        The default is ``messagedifferent``."
msgstr ""

msgid ""
"    :convert.git.extrakeys: list of extra keys from commit metadata to copy "
"to\n"
"        the destination. Some Git repositories store extra metadata in "
"commits.\n"
"        By default, this non-default metadata will be lost during "
"conversion.\n"
"        Setting this config option can retain that metadata. Some built-in\n"
"        keys such as ``parent`` and ``branch`` are not allowed to be copied."
msgstr ""

msgid ""
"    :convert.git.remoteprefix: remote refs are converted as bookmarks with\n"
"        ``convert.git.remoteprefix`` as a prefix followed by a /. The "
"default\n"
"        is 'remote'."
msgstr ""

msgid ""
"    :convert.git.saverev: whether to store the original Git commit ID in "
"the\n"
"        metadata of the destination commit. The default is True."
msgstr ""

msgid ""
"    :convert.git.skipsubmodules: does not convert root level .gitmodules "
"files\n"
"        or files with 160000 mode indicating a submodule. Default is False."
msgstr ""
"    :convert.git.skipsubmodules: ルートレベルの .gitmodules ファイル、\n"
"        又は、 モード 160000 によりサブモジュールを意味するファイルの、\n"
"        変換の抑止 (デフォルト値: False)"

msgid ""
"    Perforce Source\n"
"    ###############"
msgstr ""
"    Perforce 形式からの変換\n"
"    #######################"

msgid ""
"    The Perforce (P4) importer can be given a p4 depot path or a\n"
"    client specification as source. It will convert all files in the\n"
"    source to a flat Mercurial repository, ignoring labels, branches\n"
"    and integrations. Note that when a depot path is given you then\n"
"    usually should specify a target directory, because otherwise the\n"
"    target may be named ``...-hg``."
msgstr ""
"    Perforce (P4) 形式での取り込み元指定には、 p4 depot へのパスか、\n"
"    クライアント仕様を指定します。 変換元の全てのファイルが、\n"
"    平坦な Mercurial リポジトリに変換されます: ラベルやブランチ、\n"
"    統合 (※ 訳注: \"integration\" は Mercurial で言うマージのこと?)\n"
"    は無視されます。 depot へのパス指定の場合、 変換先指定が無い場合、\n"
"    変換先の名前が ``...-hg`` になる点に注意してください。"

msgid ""
"    :convert.p4.encoding: specify the encoding to use when decoding "
"standard\n"
"        output of the Perforce command line tool. The default is default "
"system\n"
"        encoding."
msgstr ""
"    :convert.p4.encoding: Perforce コマンドラインツールにおける、\n"
"        標準出力の文字コード。 無指定時は、 システム標準の文字コードを使用。"

msgid ""
"    :convert.p4.startrev: specify initial Perforce revision (a\n"
"        Perforce changelist number)."
msgstr ""
"    :convert.p4.startrev: 変換対象 (Perforce) の開始リビジョン\n"
"        (Perforce チェンジリスト番号)。"

msgid ""
"    Mercurial Destination\n"
"    #####################"
msgstr ""
"    Mercurial 形式への変換\n"
"    ######################"

msgid ""
"    The Mercurial destination will recognize Mercurial subrepositories in "
"the\n"
"    destination directory, and update the .hgsubstate file automatically if "
"the\n"
"    destination subrepositories contain the <dest>/<sub>/.hg/shamap file.\n"
"    Converting a repository with subrepositories requires converting a "
"single\n"
"    repository at a time, from the bottom up."
msgstr ""
"    Mercurial 形式への変換で、 変換先ディレクトリ配下のサブリポジトリに、\n"
"    <dest>/<sub>/.hg/shamap がある場合、 親リポジトリの .hgsubstate は、\n"
"    自動的に更新されます。 サブリポジトリを含むリポジトリの変換は、\n"
"    個々のリポジトリの変換を、 ボトムアップで実施してください。"

msgid ""
"       An example showing how to convert a repository with subrepositories::"
msgstr "       サブリポジトリを含むリポジトリの変換例を示します::"

msgid ""
"         # so convert knows the type when it sees a non empty destination\n"
"         $ hg init converted"
msgstr ""
"         # 変換先 converted が hg init 済みであることから\n"
"         # converted への hg convert 実行の際には\n"
"         # 変換先形式 (= Mercurial形式) が自動的に特定されます\n"
"         $ hg init converted"

msgid ""
"         $ hg convert orig/sub1 converted/sub1\n"
"         $ hg convert orig/sub2 converted/sub2\n"
"         $ hg convert orig converted"
msgstr ""
"         $ hg convert orig/sub1 converted/sub1\n"
"         $ hg convert orig/sub2 converted/sub2\n"
"         $ hg convert orig converted"

msgid "    The following options are supported:"
msgstr "    以下のオプションを指定できます:"

msgid ""
"    :convert.hg.clonebranches: dispatch source branches in separate\n"
"        clones. The default is False."
msgstr ""
"    :convert.hg.clonebranches: 変換元ブランチ毎に変換先リポジトリを作成。\n"
"        デフォルト値は False。"

msgid ""
"    :convert.hg.tagsbranch: branch name for tag revisions, defaults to\n"
"        ``default``."
msgstr ""
"    :convert.hg.tagsbranch: タグ付けを実施するリビジョンのブランチ名。\n"
"        デフォルト値は ``default`` 。"

msgid ""
"    :convert.hg.usebranchnames: preserve branch names. The default is\n"
"        True."
msgstr ""
"    :convert.hg.usebranchnames: 変換元におけるブランチ名の維持の要否。\n"
"        デフォルト値は True。"

msgid ""
"    :convert.hg.sourcename: records the given string as a 'convert_source' "
"extra\n"
"        value on each commit made in the target repository. The default is "
"None."
msgstr ""
"    :convert.hg.sourcename: 指定文字列を extra メタデータ 'convert_source'\n"
"        として変換先の各リビジョンに記録します。 デフォルト値: 無指定"

msgid ""
"    All Destinations\n"
"    ################"
msgstr ""
"    全変換先形式共通\n"
"    ################"

msgid "    All destination types accept the following options:"
msgstr "    以下のオプションは、 全ての変換先形式に対して氏愛知可能です:"

msgid ""
"    :convert.skiptags: does not convert tags from the source repo to the "
"target\n"
"        repo. The default is False.\n"
"    "
msgstr ""
"    :convert.skiptags: 変換元から変換先へのタグ情報の反映を抑止します。\n"
"        デフォルト値: False\n"
"    "

msgid "only return changes on specified branches"
msgstr "指定ブランチのみの変換"

msgid "prefix to remove from file names"
msgstr "ファイル名から除外する接頭辞"

msgid "only return changes after or between specified tags"
msgstr "指定リビジョンのみの変換"

msgid "update cvs log cache"
msgstr "cvs ログキャッシュの更新"

msgid "create new cvs log cache"
msgstr "cvs ログキャッシュの新規作成"

msgid "set commit time fuzz in seconds"
msgstr "秒の位が不明な日時に設定する秒値"

msgid "specify cvsroot"
msgstr "cvsroot の指定"

msgid "show parent changesets"
msgstr "親リビジョンの表示"

msgid "show current changeset in ancestor branches"
msgstr "祖先のブランチにおける現行リビジョンの表示"

msgid "ignored for compatibility"
msgstr "※ 後方互換性のためのオプション"

msgid "hg debugcvsps [OPTION]... [PATH]..."
msgstr "hg debugcvsps [OPTION]... [PATH]..."

msgid "create changeset information from CVS"
msgstr "CVS からのリビジョン情報の作成"

msgid ""
"    This command is intended as a debugging tool for the CVS to\n"
"    Mercurial converter, and can be used as a direct replacement for\n"
"    cvsps."
msgstr ""
"    本コマンドの位置付けは、 CVS から Mercurial への変換におけるデバッグ\n"
"    ツールであり、 cvsps の代替ツールとして使用可能です。"

msgid ""
"    Hg debugcvsps reads the CVS rlog for current directory (or any\n"
"    named directory) in the CVS repository, and converts the log to a\n"
"    series of changesets based on matching commit log entries and\n"
"    dates."
msgstr ""
"    本コマンドは、 現ディレクトリ (または指定ディレクトリ) 中の CVS rlog\n"
"    を読み込み、 コミットログの内容と日付を元にリビジョンを推測します。"

msgid ":svnrev: String. Converted subversion revision number."
msgstr ":svnrev: 文字列。 変換元の subversion リビジョン番号。"

msgid ":svnpath: String. Converted subversion revision project path."
msgstr ":svnpath: 文字列。 変換元 subversion リビジョンにおけるパス。"

msgid ":svnuuid: String. Converted subversion revision repository identifier."
msgstr ":svnuuid: 文字列。 変換元 subversion リビジョンのリポジトリ ID。"

#, python-format
msgid "%s does not look like a Bazaar repository"
msgstr "%s は Bazaar 形式ではないと思われます"

msgid "Bazaar modules could not be loaded"
msgstr "Bazaar モジュールが読み込めません"

msgid ""
"warning: lightweight checkouts may cause conversion failures, try with a "
"regular branch instead.\n"
msgstr "警告: 簡易チェックアウトは失敗要因となるため通常ブランチを使います\n"

msgid "bzr source type could not be determined\n"
msgstr "変換元の種別が bzr であると特定できません\n"

#, python-format
msgid "%s is not a valid revision"
msgstr "%s は有効なリビジョンではありません"

#, python-format
msgid "%s.%s symlink has no target"
msgstr "%s.%s はシンボリックリンク先がありません"

msgid "convert from cvs does not support --full"
msgstr "cvs からの変換では --full は未サポートです"

#, python-format
msgid "cannot find required \"%s\" tool"
msgstr "要求されたツール '%s' が見つかりません"

#, python-format
msgid "%s entry %s is not a valid revision identifier"
msgstr "%s 中のエントリ %s は有効なリビジョン識別子ではありません"

#, python-format
msgid "%s error:\n"
msgstr "%s エラー:\n"

#, python-format
msgid "syntax error in %s(%d): key/value pair expected"
msgstr "%s(%d) での文法エラー: key/value の組が必要です"

#, python-format
msgid "could not open map file %r: %s"
msgstr "変換ファイル %r が開けません: %s"

#, python-format
msgid "%s: invalid source repository type"
msgstr "%s: 変換元リポジトリ種別が不正です"

#, python-format
msgid "%s: missing or unsupported repository"
msgstr "%s: リポジトリが見つからないか、 未サポートな形式です"

#, python-format
msgid "%s: invalid destination repository type"
msgstr "%s: 変換先リポジトリ種別が不正です"

#, python-format
msgid "convert: %s\n"
msgstr "変換: %s\n"

#, python-format
msgid "%s: unknown repository type"
msgstr "%s: 未知のリポジトリ形式"

msgid "getting files"
msgstr "ファイルの取得中"

msgid "files"
msgstr "ファイル"

#, python-format
msgid "syntax error in %s(%d): child parent1[,parent2] expected"
msgstr "%s(%d) での文法エラー: 正しい形式は 子 親1[,親2]"

#, python-format
msgid "splicemap file not found or error reading %s:"
msgstr "splicemap ファイル %s の読み込みに失敗しました:"

msgid "scanning"
msgstr "走査中"

#, python-format
msgid "splice map revision %s is not being converted, ignoring\n"
msgstr "継ぎ合わせ指定中の %s が変換対象ではないため無視\n"

#, python-format
msgid "unknown splice map parent: %s"
msgstr "継ぎ合わせ指定に未知の親リビジョンがあります: %s"

#, python-format
msgid "unknown sort mode: %s"
msgstr "未知の整列方式: %s"

#, python-format
msgid "cycle detected between %s and %s"
msgstr "%s と %s の間で巡回を検出しました"

msgid "not all revisions were sorted"
msgstr "格納されていないリビジョンがあります"

#, python-format
msgid "writing author map file %s\n"
msgstr "作成者名変換ファイル %s への書き込み中\n"

#, python-format
msgid "ignoring bad line in author map file %s: %s\n"
msgstr "作成者名変換ファイル %s の不正な行を無視: %s\n"

#, python-format
msgid "mapping author %s to %s\n"
msgstr "作成者 %s を %s に変換\n"

#, python-format
msgid "overriding mapping for author %s, was %s, will be %s\n"
msgstr "作成者 %s の %s への変換を、 %s への変換で上書き中\n"

#, python-format
msgid "spliced in %s as parents of %s\n"
msgstr "%s を %s の親として継ぎ合わせ\n"

msgid " and "
msgstr " と "

msgid "scanning source...\n"
msgstr "変換元リポジトリの走査中...\n"

msgid "sorting...\n"
msgstr "並べ替え中...\n"

msgid "converting...\n"
msgstr "変換中...\n"

#, python-format
msgid "source: %s\n"
msgstr "変換元: %s\n"

msgid "converting"
msgstr "変換中"

#, python-format
msgid "assuming destination %s\n"
msgstr "変換先として %s を想定\n"

msgid "more than one sort mode specified"
msgstr "整列オプションの指定が過剰です"

msgid "--sourcesort is not supported by this data source"
msgstr "指定の変換元は --sourcesort が未サポートです"

msgid "--closesort is not supported by this data source"
msgstr "指定の変換元は --closesort が未サポートです"

#, python-format
msgid "%s does not look like a CVS checkout"
msgstr "%s は CVS 作業領域ではないと思われます"

msgid "cvs source does not support specifying multiple revs"
msgstr "cvs 形式からの変換では、複数リビジョン指定は未サポートです"

#, python-format
msgid "revision %s is not a patchset number"
msgstr "リビジョン %s はパッチセット番号ではありません"

#, python-format
msgid "connecting to %s\n"
msgstr "%s に接続中\n"

msgid "CVS pserver authentication failed"
msgstr "CVS pserver の認証に失敗"

#, python-format
msgid ""
"unexpected response from CVS server (expected \"Valid-requests\", but got %r)"
msgstr "想定外の CVS サーバ応答(期待値 \"Valid-requests\" に対して %r)"

#, python-format
msgid "%d bytes missing from remote file"
msgstr "リモートファイルと %d バイト違います"

msgid "malformed response from CVS"
msgstr "CVS からの想定外の応答"

#, python-format
msgid "cvs server: %s\n"
msgstr "cvs サーバ: %s\n"

#, python-format
msgid "unknown CVS response: %s"
msgstr "未知の CVS レスポンス: %s"

msgid "collecting CVS rlog\n"
msgstr "CVS rlog 収集中\n"

msgid "not a CVS sandbox"
msgstr "CVS サンドボックスではありません"

#, python-format
msgid "reading cvs log cache %s\n"
msgstr "CVS ログキャッシュ %s 読み込み中\n"

msgid "ignoring old cache\n"
msgstr "古いログキャッシュを無視\n"

#, python-format
msgid "cache has %d log entries\n"
msgstr "キャッシュには %d 件のログエントリがあります\n"

#, python-format
msgid "error reading cache: %r\n"
msgstr "キャッシュ読み込みの失敗: %r\n"

#, python-format
msgid "running %s\n"
msgstr "%s の実行中\n"

msgid "RCS file must be followed by working file"
msgstr "RCS ファイルはワーキングファイル情報を伴う筈です"

msgid "must have at least some revisions"
msgstr "リビジョン指定が足りません"

msgid "expected revision number"
msgstr "リビジョン番号がありません"

msgid "revision must be followed by date line"
msgstr "リビジョン情報は日付情報を伴う筈です"

msgid "log cache overlaps with new log entries, re-run without cache."
msgstr ""
"ログキャッシュが新規エントリと重複するため、キャッシュ無しで再実行してくださ"
"い"

#, python-format
msgid "writing cvs log cache %s\n"
msgstr "cvs ログキャッシュ %s の書き込み中\n"

#, python-format
msgid "%d log entries\n"
msgstr "%d 件のログエントリ\n"

#, fuzzy
msgid "check convert.cvsps.logencoding configuration"
msgstr "%s 設定を確認してください"

#, python-format
msgid "no encoding can transcode CVS log message for %s of %s"
msgstr ""

msgid "creating changesets\n"
msgstr "リビジョン作成中\n"

msgid "synthetic changeset cannot have multiple parents"
msgstr "合成リビジョンは複数の親を持てません"

#, python-format
msgid ""
"warning: CVS commit message references non-existent branch %r:\n"
"%s\n"
msgstr ""
"警告: CVS コミットログが未知のブランチ %r を参照しています:\n"
"%s\n"

#, python-format
msgid "changeset %d is both before and after %d\n"
msgstr "ソートによって、リビジョン %d が %d の前後両方に出現します\n"

#, python-format
msgid "%d changeset entries\n"
msgstr "%d 件のリビジョン要素\n"

#, python-format
msgid "%s does not look like a darcs repository"
msgstr "%s は darcs 形式ではないと思われます"

#, python-format
msgid "darcs version 2.1 or newer needed (found %r)"
msgstr "バージョン 2.1 以降の darcs が必要です(検出されたのは %r)"

msgid "Python ElementTree module is not available"
msgstr "Python の ElementTree モジュールが利用できません"

#, python-format
msgid "%s repository format is unsupported, please upgrade"
msgstr "%s 形式リポジトリは非対応ですので、アップグレードしてください"

msgid "failed to detect repository format!"
msgstr "リポジトリ形式の判定に失敗!"

msgid "convert from darcs does not support --full"
msgstr "darcs からの変換では --full は未サポートです"

msgid "internal calling inconsistency"
msgstr "内部不整合"

msgid "errors in filemap"
msgstr "ファイルマップでの解析エラー"

#, python-format
msgid "%s:%d: path to %s is missing\n"
msgstr "%s:%d: %s 指定のパスが不在です\n"

#, python-format
msgid "%s:%d: %r already in %s list\n"
msgstr "%s:%d: %r は既に %s 中にあります\n"

#, python-format
msgid "%s:%d: superfluous / in %s %r\n"
msgstr "%s:%d: %s 指定 %r に余計な / があります\n"

#, python-format
msgid "%s:%d: unknown directive %r\n"
msgstr "%s:%d: %r は未知のディレクティブです\n"

msgid "source repository doesn't support --filemap"
msgstr "変換元リポジトリは  --filemap をサポートしていません"

#, python-format
msgid "warning: %s parent %s is missing\n"
msgstr "警告: リビジョン %s の親リビジョン %s が不在です\n"

#, python-format
msgid "%s does not look like a Git repository"
msgstr "%s は Git 形式ではないと思われます"

msgid "similarity must be between 0 and 100"
msgstr "類似度には0から100の間を指定してください"

#, python-format
msgid "copying of extra key is forbidden: %s"
msgstr "以下のキーのコピーは禁止されています: %s"

msgid ", "
msgstr ", "

msgid "committeractions cannot define both messagedifferent and messagealways"
msgstr ""

msgid "committeractions cannot define both dropcommitter and replaceauthor"
msgstr ""

msgid "committeractions cannot define both dropcommitter and messagealways"
msgstr ""

msgid "cannot retrieve git heads"
msgstr "git のヘッドが取得できません"

#, python-format
msgid "cannot retrieve git head \"%s\""
msgstr "git のヘッド \"%s\" 取得できません"

#, python-format
msgid "cannot read %r object at %s"
msgstr "%r オブジェクトが %s から読み込めません"

#, python-format
msgid "cannot read %r object at %s: unexpected size"
msgstr "%r オブジェクトが %s から読み込めません: 想定外のサイズ"

#, python-format
msgid "warning: cannot read submodules config file in %s\n"
msgstr "警告: %s におけるサブモジュールの設定ファイルが読み込めません\n"

#, python-format
msgid "warning: unable to parse .gitmodules in %s\n"
msgstr "警告: %s における .gitmodules の解析に失敗\n"

msgid "convert from git does not support --full"
msgstr "git からの変換では --full は未サポートです"

#, python-format
msgid "cannot read changes in %s"
msgstr "%s から変更内容を読み込めません"

#, python-format
msgid "cannot retrieve number of commits in %s"
msgstr "%s 中のリビジョン数が取得できません"

#, python-format
msgid "cannot read tags from %s"
msgstr "%s からタグが読み込めません"

#, python-format
msgid "%s does not look like a GNU Arch repository"
msgstr "%s は GNU Arch 形式ではないと思われます"

msgid "cannot find a GNU Arch tool"
msgstr "GNU Arch ツールが見つかりません"

#, python-format
msgid "analyzing tree version %s...\n"
msgstr "ツリーバージョン %s の解析中...\n"

#, python-format
msgid ""
"tree analysis stopped because it points to an unregistered archive %s...\n"
msgstr "未登録アーカイブ %s の参照によりツリー解析を中止...\n"

msgid "convert from arch does not support --full"
msgstr "arch からの変換では --full は未サポートです"

#, python-format
msgid "could not parse cat-log of %s"
msgstr "リビジョン %s の cat-log の解析に失敗"

#, python-format
msgid "%s is not a local Mercurial repository"
msgstr "%s はローカルの Mercurial リポジトリではありません"

#, python-format
msgid "initializing destination %s repository\n"
msgstr "変換先リポジトリ %s の初期化中\n"

#, python-format
msgid "could not create hg repository %s as sink"
msgstr "変換先の Mercurial リポジトリ %s が生成できません"

#, python-format
msgid "pulling from %s into %s\n"
msgstr "%s から %s に取り込み中\n"

#, python-format
msgid "no \".hgsubstate\" updates will be made for \"%s\"\n"
msgstr "\"%s\" の \".hgsubstate\" は更新されません\n"

#, python-format
msgid "%s is missing from %s/.hg/shamap\n"
msgstr "%s は %s/.hg/shamap 中にはありません\n"

#, python-format
msgid ""
"unable to convert merge commit since target parents do not merge cleanly "
"(file %s, parents %s and %s)"
msgstr ""
"非対話的なマージでは不十分だったため、マージ実施リビジョンを変換できません"
"(ファイル %s を %s と %s でマージ)"

msgid "filtering out empty revision\n"
msgstr "空リビジョンの除外中\n"

msgid "updating tags\n"
msgstr "タグの更新中\n"

msgid "updating bookmarks\n"
msgstr "ブックマークの更新中\n"

#, python-format
msgid ""
"revision %s not found in destination repository (lookups with "
"clonebranches=true are not implemented)"
msgstr ""
"変換先リポジトリにリビジョン %s がありません(clonebranches=true での検索は未"
"実装です)"

#, python-format
msgid "%s is not a valid start revision"
msgstr "%s は正しい開始リビジョンではありません"

msgid "hg.revs cannot be combined with hg.startrev or --rev"
msgstr "hg.revs は hg.startrev や --rev と併用できません"

#, python-format
msgid "ignoring: %s\n"
msgstr "例外を無視: %s\n"

msgid "monotone source does not support specifying multiple revs"
msgstr "monotone 形式からの変換では、複数リビジョン指定は未サポートです"

#, python-format
msgid "%s does not look like a monotone repository"
msgstr "%s は monotone 形式ではないと思われます"

msgid "bad mtn packet - no end of commandnbr"
msgstr "不正な mtn パケット - no end of commandnbr"

#, python-format
msgid "bad mtn packet - bad stream type %s"
msgstr "不正な mtn パケット - bad stream type %s"

msgid "bad mtn packet - no divider before size"
msgstr "不正な mtn パケット - no divider before size"

msgid "bad mtn packet - no end of packet size"
msgstr "不正な mtn パケット - no end of packet size"

#, python-format
msgid "bad mtn packet - bad packet size %s"
msgstr "不正な mtn パケット - bad packet size %s"

#, python-format
msgid "bad mtn packet - unable to read full packet read %s of %s"
msgstr "不正な mtn パケット - unable to read full packet read %s of %s"

#, python-format
msgid "mtn command '%s' returned %s"
msgstr "mtn コマンド '%s' の実行結果: %s"

msgid "convert from monotone does not support --full"
msgstr "monotone からの変換では --full は未サポートです"

#, python-format
msgid "copying file in renamed directory from '%s' to '%s'"
msgstr "改名先ディレクトリの '%s' から '%s' へファイルを複製中"

msgid "unable to determine mtn automate interface version"
msgstr "mtn automate インターフェイスのバージョンが特定できません"

#, python-format
msgid "mtn automate stdio header unexpected: %s"
msgstr "想定外の mtn automate stdio ヘッダ: %s"

msgid "failed to reach end of mtn automate stdio headers"
msgstr "mtn automate stdio ヘッダを最後まで読み込めませんでした"

#, python-format
msgid "%s does not look like a P4 repository"
msgstr "%s は P4 形式ではないと思われます"

msgid "p4 source does not support specifying multiple revisions"
msgstr "p4 形式からの変換では、複数リビジョン指定は未サポートです"

msgid "reading p4 views\n"
msgstr "p4 ビューの読み込み中\n"

msgid "collecting p4 changelists\n"
msgstr "p4 チェンジリストの収集中\n"

#, python-format
msgid "cannot find source for copied file: %s@%s\n"
msgstr "複製元ファイルが見つかりません: %s@%s\n"

msgid "convert from p4 does not support --full"
msgstr "p4 からの変換では --full は未サポートです"

#, python-format
msgid "cannot find %s in the revmap or parsed changesets"
msgstr "リビジョン %s は revmap にも解析済みリビジョンにも見当たりません"

msgid "debugsvnlog could not load Subversion python bindings"
msgstr "debugsvnlog が Subversion python バインディングを読み込めません"

msgid "Mercurial failed to run itself, check hg executable is in PATH"
msgstr "Mercurial 自身の実行に失敗。 PATH 設定と hg コマンドを確認してください"

#, python-format
msgid "log stream exception '%s'"
msgstr "ログ入力での例外発生 '%s'"

msgid ""
"svn: cannot probe remote repository, assume it could be a subversion "
"repository. Use --source-type if you know better.\n"
msgstr ""
"svn: 連携先リポジトリの確認に失敗しました。連携先を subversion リポジトリと仮"
"定します。他の形式の場合は --source-type を使用してください。\n"

#, python-format
msgid "%s does not look like a Subversion repository"
msgstr "%s は Subversion 形式ではないと思われます"

msgid "could not load Subversion python bindings"
msgstr "Subversion python バインディングが読み込めません"

#, python-format
msgid "Subversion python bindings %d.%d found, 1.4 or later required"
msgstr "Subversion python バインディングは 1.4 以上が必要です(%d.%d を検出)"

msgid "Subversion python bindings are too old, 1.4 or later required"
msgstr "Subversion python バインディングは 1.4 以上が必要です"

#, python-format
msgid "%s does not look like a Subversion repository to libsvn version %s"
msgstr "%s は subversion 形式ではないと思われます (libsvn バージョン %s)"

msgid "subversion source does not support specifying multiple revisions"
msgstr "subversion 形式からの変換では、複数リビジョン指定は未サポートです"

#, python-format
msgid "svn: revision %s is not an integer"
msgstr "svn: リビジョン %s が数字ではありません"

#, python-format
msgid "svn: start revision %s is not an integer"
msgstr "svn: 開始リビジョン %s が数字ではありません"

#, python-format
msgid "no revision found in module %s"
msgstr "モジュール %s にはリビジョンがありません"

#, python-format
msgid "expected %s to be at %r, but not found"
msgstr "%s が %r にありません"

#, python-format
msgid "found %s at %r\n"
msgstr "%s が %r にありました\n"

#, python-format
msgid "ignoring empty branch %s\n"
msgstr "空ブランチ %s を無視\n"

#, python-format
msgid "found branch %s at %d\n"
msgstr "ブランチ %s を %d で見つけました\n"

msgid "svn: start revision is not supported with more than one branch"
msgstr "svn: 複数ブランチに対する開始リビジョンは未サポートです"

#, python-format
msgid "svn: no revision found after start revision %d"
msgstr "svn: 開始リビジョン %d 以降にリビジョンはありません"

#, python-format
msgid "svn: revision %s not found"
msgstr "svn: リビジョン %s が見つかりません"

#, python-format
msgid "%s not found up to revision %d"
msgstr "リビジョン %s は %d までのリビジョンに見当たりません"

msgid "scanning paths"
msgstr "パスの走査中"

msgid "paths"
msgstr "パス"

#, python-format
msgid "found parent of branch %s at %d: %s\n"
msgstr "ブランチ %s の親を %d:%s で検出\n"

#, python-format
msgid "fetching revision log for \"%s\" from %d to %d\n"
msgstr "\"%s\" の変更履歴(%d から %d)の先読み中\n"

#, python-format
msgid "svn: branch has no revision %s"
msgstr "svn: ブランチにはリビジョン %s がありません"

#, python-format
msgid "initializing svn repository %r\n"
msgstr "svn リポジトリ %r の初期化中\n"

#, python-format
msgid "initializing svn working copy %r\n"
msgstr "svn ワーキングコピー %r の初期化中\n"

msgid "unexpected svn output:\n"
msgstr "想定外の svn 出力:\n"

msgid "unable to cope with svn output"
msgstr "svn 出力に対処できません"

msgid "writing Subversion tags is not yet implemented\n"
msgstr "Subversion のタグ書き出し機能は未実装です\n"

#, python-format
msgid ""
"splice map revision %s not found in subversion child map (revision lookups "
"are not implemented)"
msgstr ""
"subversion の子リビジョン中に、継ぎ合わせ指定の %s がありません(リビジョン検"
"索は未実装です)"

msgid "automatically manage newlines in repository files"
msgstr "管理対象ファイルにおける改行形式の自動管理"

msgid ""
"This extension allows you to manage the type of line endings (CRLF or\n"
"LF) that are used in the repository and in the local working\n"
"directory. That way you can get CRLF line endings on Windows and LF on\n"
"Unix/Mac, thereby letting everybody use their OS native line endings."
msgstr ""
"本エクステンションは、 リポジトリおよび作業領域中のファイルにおける、\n"
"改行形式 (CRLF または LF) を管理するためのエクステンションです。\n"
"Windows 環境では CRLF 形式、 Unix/Mac 環境では LF 形式と言う様に、\n"
"各 OS 固有の改行形式を使用することが可能になります。"

msgid ""
"The extension reads its configuration from a versioned ``.hgeol``\n"
"configuration file found in the root of the working directory. The\n"
"``.hgeol`` file use the same syntax as all other Mercurial\n"
"configuration files. It uses two sections, ``[patterns]`` and\n"
"``[repository]``."
msgstr ""
"本エクステンションは、 作業領域のルート直下のファイル ``.hgeol``\n"
"(履歴管理可能) から設定を読み込みます。 ``.hgeol`` ファイルの文法は、\n"
"他の Mercurial 設定ファイルと同じです。 本設定ファイルでは、\n"
"``[patterns]`` と ``[repository]`` の2つのセクションを記述可能です。"

msgid ""
"The ``[patterns]`` section specifies how line endings should be\n"
"converted between the working directory and the repository. The format is\n"
"specified by a file pattern. The first match is used, so put more\n"
"specific patterns first. The available line endings are ``LF``,\n"
"``CRLF``, and ``BIN``."
msgstr ""
"``[patterns]`` セクションは、 作業領域とリポジトリ記録の間における、\n"
"改行変換方法に関して記述します。 ファイルパターン形式で記述します。\n"
"先に合致したパターンが採用されますので、 より特徴的なパターンほど、\n"
"より先頭で記述してください。 指定可能な改行形式は ``LF`` 、 \n"
"``CRLF`` および ``BIN`` です。"

msgid ""
"Files with the declared format of ``CRLF`` or ``LF`` are always\n"
"checked out and stored in the repository in that format and files\n"
"declared to be binary (``BIN``) are left unchanged. Additionally,\n"
"``native`` is an alias for checking out in the platform's default line\n"
"ending: ``LF`` on Unix (including Mac OS X) and ``CRLF`` on\n"
"Windows. Note that ``BIN`` (do nothing to line endings) is Mercurial's\n"
"default behavior; it is only needed if you need to override a later,\n"
"more general pattern."
msgstr ""
"``CRLF`` または ``LF`` が指定されたファイルは、 作業領域への取り出しや、\n"
"リポジトリへの格納の際に、 指定の改行形式に変換されますが、 バイナリ\n"
"(``BIN``) 指定されたファイルは、 改行変換されません。 これらに加えて、\n"
"実行環境固有の改行形式の使用を意味する ``native`` も使用可能です:\n"
"Unix (Mac OS X 含む) 環境では ``LF`` 、 Windows 環境では ``CRLF`` 。 \n"
"``BIN`` (改行変換無し) は、 Mercurial のデフォルトの挙動です:\n"
"一般的なパターン指定に、 意図せず合致してしまうのを回避したい場合に、\n"
"当該パターンよりも先に合致させる場合にのみ有用です。"

msgid ""
"The optional ``[repository]`` section specifies the line endings to\n"
"use for files stored in the repository. It has a single setting,\n"
"``native``, which determines the storage line endings for files\n"
"declared as ``native`` in the ``[patterns]`` section. It can be set to\n"
"``LF`` or ``CRLF``. The default is ``LF``. For example, this means\n"
"that on Windows, files configured as ``native`` (``CRLF`` by default)\n"
"will be converted to ``LF`` when stored in the repository. Files\n"
"declared as ``LF``, ``CRLF``, or ``BIN`` in the ``[patterns]`` section\n"
"are always stored as-is in the repository."
msgstr ""
"``[repository]`` セクションは付加的なもので、 リポジトリ格納の際の、\n"
"改行形式を指定します。 記述可能な設定は ``native`` のみで、\n"
"``[patterns]`` セクションにおいて ``native`` 指定されたファイルを、\n"
"履歴に記録する際の改行形式を指定します。 指定可能な値は ``LF`` または\n"
"``CRLF`` です。 無指定時は ``LF`` とみなされます。 例えば Windows 上で\n"
"``native`` (デフォルト設定は ``CRLF``) 指定されたファイルは、\n"
"改行形式が ``LF`` に変換された上で、 履歴に記録されます。\n"
"``[patterns]`` セクションにおいて ``LF`` 、 ``CRLF`` または ``BIN`` \n"
"が指定されたファイルは、 そのままの改行形式で履歴に記録されます。"

msgid "Example versioned ``.hgeol`` file::"
msgstr "``.hgeol`` ファイルの記述例::"

msgid ""
"  [patterns]\n"
"  **.py = native\n"
"  **.vcproj = CRLF\n"
"  **.txt = native\n"
"  Makefile = LF\n"
"  **.jpg = BIN"
msgstr ""
"  [patterns]\n"
"  **.py = native\n"
"  **.vcproj = CRLF\n"
"  **.txt = native\n"
"  Makefile = LF\n"
"  **.jpg = BIN"

msgid ""
"  [repository]\n"
"  native = LF"
msgstr ""
"  [repository]\n"
"  native = LF"

msgid ""
"   The rules will first apply when files are touched in the working\n"
"   directory, e.g. by updating to null and back to tip to touch all files."
msgstr ""
"   変換設定の適用契機は、 作業領域中のファイルに対する最初の更新です。\n"
"   例えば、 :hg:`update null` 後の :hg:`update tip` により、\n"
"   全てのファイルが更新されます。"

msgid ""
"The extension uses an optional ``[eol]`` section read from both the\n"
"normal Mercurial configuration files and the ``.hgeol`` file, with the\n"
"latter overriding the former. You can use that section to control the\n"
"overall behavior. There are three settings:"
msgstr ""
"本エクステンションは、 通常の Mercurial 設定ファイルと ``.hgeol``\n"
"の両方から、 付加的な ``[eol]`` セクションを読み込みますが、\n"
"後者の設定が前者に優先します。 本セクションは全般的な挙動を制御します。\n"
"記述可能な設定は以下の3種類です:"

msgid ""
"- ``eol.native`` (default ``os.linesep``) can be set to ``LF`` or\n"
"  ``CRLF`` to override the default interpretation of ``native`` for\n"
"  checkout. This can be used with :hg:`archive` on Unix, say, to\n"
"  generate an archive where files have line endings for Windows."
msgstr ""
"- ``eol.native`` (無指定時は ``os.linesep`` と同値) には、 ``LF`` または\n"
"  ``CRLF`` が指定可能で、 ``native`` 指定ファイルの作業領域取り出しを、\n"
"  どの改行形式で実施するかを指定します。 :hg:`archive` 実施の際に、\n"
"  この設定を行うことで、 Unix 上で生成したアーカイブに、 Windows\n"
"  の改行形式を持つファイルを格納することが可能です。"

msgid ""
"- ``eol.only-consistent`` (default True) can be set to False to make\n"
"  the extension convert files with inconsistent EOLs. Inconsistent\n"
"  means that there is both ``CRLF`` and ``LF`` present in the file.\n"
"  Such files are normally not touched under the assumption that they\n"
"  have mixed EOLs on purpose."
msgstr ""
"- ``eol.only-consistent`` (無指定時は True) の False 設定により、\n"
"  本エクステンションに、 不整合な改行形式を許容させることが可能です。\n"
"  「不整合」とは、 ``CRLF`` と ``LF`` の両方の改行形式を持つ行が、\n"
"  同一ファイル中に混在していることを意味します。 このような改行形式は、\n"
"  特定用途向けの意図的なものという仮定の元で、 改行形式の変換対象からは、\n"
"  除外するのが一般的です。"

msgid ""
"- ``eol.fix-trailing-newline`` (default False) can be set to True to\n"
"  ensure that converted files end with a EOL character (either ``\\n``\n"
"  or ``\\r\\n`` as per the configured patterns)."
msgstr ""
"- ``eol.fix-trailing-newline`` (無指定時は False) の True 設定により、\n"
"  改行形式変換後のファイルの末尾が、 改行 (設定に応じて ``\\n`` または\n"
"  ``\\r\\n``) で終了することが保証されます。"

msgid ""
"The extension provides ``cleverencode:`` and ``cleverdecode:`` filters\n"
"like the deprecated win32text extension does. This means that you can\n"
"disable win32text and enable eol and your filters will still work. You\n"
"only need to these filters until you have prepared a ``.hgeol`` file."
msgstr ""
"本エクステンションは、 非推奨の win32text エクステンションと同様に、\n"
"``cleverencode:`` および ``cleverdecode:`` フィルタを提供しています。\n"
"そのため、 win32text の無効化と eol の有効化を行っても、\n"
"既存のフィルタ設定は機能し続けます。 既存のフィルタ設定が必要なのは、\n"
"``.hgeol`` 設定を記述するまでです。"

msgid ""
"The ``win32text.forbid*`` hooks provided by the win32text extension\n"
"have been unified into a single hook named ``eol.checkheadshook``. The\n"
"hook will lookup the expected line endings from the ``.hgeol`` file,\n"
"which means you must migrate to a ``.hgeol`` file first before using\n"
"the hook. ``eol.checkheadshook`` only checks heads, intermediate\n"
"invalid revisions will be pushed. To forbid them completely, use the\n"
"``eol.checkallhook`` hook. These hooks are best used as\n"
"``pretxnchangegroup`` hooks."
msgstr ""
"win32text エクステンションによる ``win32text.forbid*`` フック群は、\n"
"単一の ``eol.checkheadshook`` フックに統合されました。 このフックは、\n"
"期待する改行形式を ``.hgeol`` から特定しますので、 フック使用の際には、\n"
"まずは ``.hgeol`` 利用へと移行する必要があります。 ``eol.checkheadshook``\n"
"が確認するのは、 ヘッド (head) リビジョンのみで、 それ以外のリビジョンは、\n"
"改行形式が不正でも無視されます。 全てのリビジョンにおいて、\n"
"不正な改行形式を禁止したい場合は ``eol.checkallhook`` を使用します。\n"
"これらのフックは ``pretxnchangegroup`` フックとしての使用を想定しています。"

msgid ""
"See :hg:`help patterns` for more information about the glob patterns\n"
"used.\n"
msgstr "パターン合致に関する詳細は :hg:`help patterns` を参照してください。\n"

#, python-format
msgid "ignoring unknown EOL style '%s' from %s\n"
msgstr "未知の改行形式 '%s' (%s 由来) を無視\n"

#, python-format
msgid "warning: ignoring .hgeol file due to parse error at %s: %s\n"
msgstr "警告: 解析エラーにより .hgeol ファイルを無視 (%s 行目: %s)\n"

#, python-format
msgid "  %s in %s should not have %s line endings"
msgstr "  %s (リビジョン %s) の改行形式 %s は不適切です"

msgid "end-of-line check failed:\n"
msgstr "改行形式確認に失敗:\n"

msgid "the eol extension is incompatible with the win32text extension\n"
msgstr "eol エクステンションと win32text エクステンションは併用できません\n"

#, python-format
msgid "inconsistent newline style in %s\n"
msgstr "%s における改行形式不整合\n"

msgid "command to allow external programs to compare revisions"
msgstr "リビジョン間差分表示での外部コマンドの利用"

msgid ""
"The extdiff Mercurial extension allows you to use external programs\n"
"to compare revisions, or revision with working directory. The external\n"
"diff programs are called with a configurable set of options and two\n"
"non-option arguments: paths to directories containing snapshots of\n"
"files to compare."
msgstr ""
"本エクステンションは、 リビジョン間、 またはリビジョンと作業領域の間で、\n"
"差分表示を行う際に、 外部コマンドを利用可能にします。 外部コマンドは、\n"
"設定で変更可能なオプション群と、 2つの引数 (比較対象ファイルを格納した、\n"
"スナップショットディレクトリへのパス) を使って起動されます。"

msgid ""
"If there is more than one file being compared and the \"child\" revision\n"
"is the working directory, any modifications made in the external diff\n"
"program will be copied back to the working directory from the temporary\n"
"directory."
msgstr ""

msgid ""
"The extdiff extension also allows you to configure new diff commands, so\n"
"you do not need to type :hg:`extdiff -p kdiff3` always. ::"
msgstr ""
"本エクステンションでは、 差分コマンドを定義可能なので、 実行の都度、\n"
":hg:`extdiff -p kdiff3` のような指定をする必要ありません::"

msgid ""
"  [extdiff]\n"
"  # add new command that runs GNU diff(1) in 'context diff' mode\n"
"  cdiff = gdiff -Nprc5\n"
"  ## or the old way:\n"
"  #cmd.cdiff = gdiff\n"
"  #opts.cdiff = -Nprc5"
msgstr ""
"  [extdiff]\n"
"  # 'context diff' モードで GNU diff(1) を起動する設定を追加\n"
"  cdiff = gdiff -Nprc5\n"
"  ## 旧来の方式での設定:\n"
"  #cmd.cdiff = gdiff\n"
"  #opts.cdiff = -Nprc5"

msgid ""
"  # add new command called meld, runs meld (no need to name twice).  If\n"
"  # the meld executable is not available, the meld tool in [merge-tools]\n"
"  # will be used, if available\n"
"  meld ="
msgstr ""
"  # meld コマンドを起動する同名定義の追加 (同名の場合は設定右辺を省略可能)\n"
"  # meld という名前の実行ファイルが見つからない場合、[merge-tools] 設定に\n"
"  # meld 向け定義があれば、そちらの定義を使用します\n"
"  meld ="

msgid ""
"  # add new command called vimdiff, runs gvimdiff with DirDiff plugin\n"
"  # (see http://www.vim.org/scripts/script.php?script_id=102) Non\n"
"  # English user, be sure to put \"let g:DirDiffDynamicDiffText = 1\" in\n"
"  # your .vimrc\n"
"  vimdiff = gvim -f \"+next\" \\\n"
"            \"+execute 'DirDiff' fnameescape(argv(0)) fnameescape(argv(1))\""
msgstr ""
"  # DirDiff (http://www.vim.org/scripts/script.php?script_id=102 参照)\n"
"  # プラグイン併用の gvimdiff を 起動する vimdiff 設定の追加。\n"
"  # 非英語圏の利用者は、 .vimrc 設定ファイルにおける\n"
"  # \"let g:DirDiffDynamicDiffText = 1\" 指定が必要。\n"
"  vimdiff = gvim -f \"+next\" \\\n"
"            \"+execute 'DirDiff' fnameescape(argv(0)) fnameescape(argv(1))\""

msgid "Tool arguments can include variables that are expanded at runtime::"
msgstr "外部コマンドへの引数には、 実行時に置換される変数を指定できます::"

msgid ""
"  $parent1, $plabel1 - filename, descriptive label of first parent\n"
"  $child,   $clabel  - filename, descriptive label of child revision\n"
"  $parent2, $plabel2 - filename, descriptive label of second parent\n"
"  $root              - repository root\n"
"  $parent is an alias for $parent1."
msgstr ""
"  $parent1, $plabel1 - 第1親リビジョンのファイル名と説明文字列\n"
"  $child,   $clabel  - 子リビジョンのファイル名と説明文字列\n"
"  $parent2, $plabel2 - 第2親リビジョンのファイル名と説明文字列\n"
"  $root              - リポジトリのルート\n"
"  $parent1 の別名として $parent も使用可能"

msgid ""
"The extdiff extension will look in your [diff-tools] and [merge-tools]\n"
"sections for diff tool arguments, when none are specified in [extdiff]."
msgstr ""
"差分表示の外部コマンドへの引数設定が [extdiff] セクションに無い場合、\n"
"本エクステンションは [diff-tools] および [merge-tools] の設定を参照します。"

msgid ""
"  [extdiff]\n"
"  kdiff3 ="
msgstr ""
"  [extdiff]\n"
"  kdiff3 ="

msgid ""
"  [diff-tools]\n"
"  kdiff3.diffargs=--L1 '$plabel1' --L2 '$clabel' $parent $child"
msgstr ""
"  [diff-tools]\n"
"  kdiff3.diffargs=--L1 '$plabel1' --L2 '$clabel' $parent $child"

msgid ""
"You can use -I/-X and list of file or directory names like normal\n"
":hg:`diff` command. The extdiff extension makes snapshots of only\n"
"needed files, so running the external diff program will actually be\n"
"pretty fast (at least faster than having to compare the entire tree).\n"
msgstr ""
"通常の :hg:`diff` 実行と同様に、 -I/-X、 およびファイル名、\n"
"ディレクトリ名の指定が可能です。 この場合、 本エクステンションは、\n"
"差分表示に必要な分だけ、 スナップショットを作成しますので、\n"
"外部の差分表示コマンドの実行は、 ある程度高速化されます (少なくとも、\n"
"リポジトリ全体に対する差分表示よりは、 確実に早い筈です)。\n"

#, python-format
msgid "making snapshot of %d files from rev %s\n"
msgstr "%d 個のファイルのスナップショットをリビジョン %s から生成中\n"

#, python-format
msgid "making snapshot of %d files from working directory\n"
msgstr "%d 個のファイルのスナップショットを作業領域から生成中\n"

msgid "cannot specify --rev and --change at the same time"
msgstr "--rev と --change は同時には指定できません"

msgid "--patch cannot be used with --subrepos"
msgstr "--patch と --subrepos は併用できません"

msgid "--patch requires two revisions"
msgstr "--patch には2つのリビジョン指定が必要です"

msgid "cleaning up temp directory\n"
msgstr "一時ディレクトリの破棄中\n"

msgid "OPT"
msgstr "オプション"

msgid "pass option to comparison program"
msgstr "差分表示プログラムへのオプション指定"

msgid "revision"
msgstr "リビジョン"

msgid "change made by revision"
msgstr "当該リビジョンにおける変更内容の表示"

msgid "compare patches for two revisions"
msgstr "2つのリビジョンに対するパッチの比較"

msgid "CMD"
msgstr "コマンド"

msgid "comparison program to run"
msgstr "差分表示プログラム"

msgid "hg extdiff [OPT]... [FILE]..."
msgstr "hg extdiff [OPT]... [FILE]..."

msgid "use external program to diff repository (or selected files)"
msgstr "外部コマンドを使用したリポジトリ(または指定ファイル)の差分表示"

msgid ""
"    Show differences between revisions for the specified files, using\n"
"    an external program. The default program used is diff, with\n"
"    default options \"-Npru\"."
msgstr ""
"    指定ファイルのリビジョン間差分を、 外部コマンドを使って表示します。\n"
"    特に指定が無い場合、 外部プログラムには、\"-Npru\" オプション付きの\n"
"    \"diff\" コマンドが使用されます。"

msgid ""
"    To select a different program, use the -p/--program option. The\n"
"    program will be passed the names of two directories to compare. To\n"
"    pass additional options to the program, use -o/--option. These\n"
"    will be passed before the names of the directories to compare."
msgstr ""
"    外部プログラムを変更する場合は、 -p/--program で指定します。\n"
"    外部プログラム起動時には、 比較対象のディレクトリが2つ指定されます。\n"
"    付加的なオプションが必要な場合は、 -o/--option で指定します。\n"
"    外部プログラムの起動引数としては、 オプション指定の方が、\n"
"    比較対象ディレクトリよりも先に指定されます。"

msgid ""
"    When two revision arguments are given, then changes are shown\n"
"    between those revisions. If only one revision is specified then\n"
"    that revision is compared to the working directory, and, when no\n"
"    revisions are specified, the working directory files are compared\n"
"    to its parent."
msgstr ""
"    リビジョン指定が2つの場合、 指定リビジョン間の差分が表示されます。\n"
"    リビジョン指定が1つの場合、 作業領域が指定リビジョンと比較されます。\n"
"    リビジョン指定がない場合、 作業領域が第1親リビジョンと比較されます。"

msgid ""
"    Show differences between revisions for the specified files, using\n"
"    the following program::"
msgstr ""
"    指定ファイルに対するリビジョン間差分を、 以下のプログラムで表示します::"

msgid "        %(path)s"
msgstr "        %(path)s"

#, python-format
msgid "hg %s [OPTION]... [FILE]..."
msgstr "hg %s [OPTION]... [FILE]..."

msgid "http authentication with factotum"
msgstr "factotum での http 認証"

msgid ""
"This extension allows the factotum(4) facility on Plan 9 from Bell Labs\n"
"platforms to provide authentication information for HTTP access. "
"Configuration\n"
"entries specified in the auth section as well as authentication information\n"
"provided in the repository URL are fully supported. If no prefix is "
"specified,\n"
"a value of \"*\" will be assumed."
msgstr ""
"本エクステンションは、 ベル研の Plan 9 環境における factotum(4) 機能を、\n"
"HTTP アクセスでの認証情報取得で、 利用できるようにします。 連携対象の\n"
"URL 中の認証情報同様に、 設定ファイルの auth セクションにおける設定も、\n"
"サポート対象です。 設定において、 値が指定されない場合は、\n"
"``*`` 指定とみなされます。"

msgid "By default, keys are specified as::"
msgstr "デフォルトでは、 キーの指定は以下のように行います::"

msgid ""
"  proto=pass service=hg prefix=<prefix> user=<username> !password=<password>"
msgstr ""
"  proto=pass service=hg prefix=<prefix> user=<username> !password=<password>"

msgid ""
"If the factotum extension is unable to read the required key, one will be\n"
"requested interactively."
msgstr ""
"必要なキーを読み込めない場合、 factotum エクステンションは、\n"
"対話的なキーの要求を行います。"

msgid ""
"A configuration section is available to customize runtime behavior. By\n"
"default, these entries are::"
msgstr ""
"実行時の挙動は、 設定によって変更可能です。 デフォルトの設定は、\n"
"以下のようになっています::"

msgid ""
"  [factotum]\n"
"  executable = /bin/auth/factotum\n"
"  mountpoint = /mnt/factotum\n"
"  service = hg"
msgstr ""
"  [factotum]\n"
"  executable = /bin/auth/factotum\n"
"  mountpoint = /mnt/factotum\n"
"  service = hg"

msgid ""
"The executable entry defines the full path to the factotum binary. The\n"
"mountpoint entry defines the path to the factotum file service. Lastly, the\n"
"service entry controls the service name used when reading keys."
msgstr ""
"executable 設定は、 factotum バイナリへのフルパスを指定します。\n"
"mountpoint 設定は、 factotum ファイルサービスを指定します。\n"
"service 設定は、 キーの読み込みに使用するサービス名を制御します。"

msgid "factotum not interactive"
msgstr "factotum が対話的に実行されていません"

msgid "malformed password string"
msgstr "不正なパスワード文字列"

msgid "factotum not responding"
msgstr "factotum が応答しません"

msgid "pull, update and merge in one command (DEPRECATED)"
msgstr "pull, update, merge の一括実行 (非推奨)"

msgid "a specific revision you would like to pull"
msgstr "取り込み対象リビジョンの指定"

msgid "edit commit message (DEPRECATED)"
msgstr "コミットログの編集 (非推奨)"

msgid "switch parents when merging"
msgstr "マージの際の第1親リビジョンを切り替え"

msgid "hg fetch [SOURCE]"
msgstr "hg fetch [SOURCE]"

msgid "pull changes from a remote repository, merge new changes if needed."
msgstr "連携先リポジトリからの取り込みと、 必要に応じたマージ実施"

msgid ""
"    This finds all changes from the repository at the specified path\n"
"    or URL and adds them to the local repository."
msgstr ""
"    指定のパス/URL が指すリポジトリから、 手元のリポジトリに対して、\n"
"    全ての変更を取り込みます。"

msgid ""
"    If the pulled changes add a new branch head, the head is\n"
"    automatically merged, and the result of the merge is committed.\n"
"    Otherwise, the working directory is updated to include the new\n"
"    changes."
msgstr ""
"    変更取り込みによって、 新規のブランチヘッドが生成される場合、\n"
"    ヘッドのマージと、 マージ結果のコミットが、 自動的に実行されます。\n"
"    それ以外の場合は、 作業領域が最新のリビジョンに更新されます。"

msgid ""
"    When a merge is needed, the working directory is first updated to\n"
"    the newly pulled changes. Local changes are then merged into the\n"
"    pulled changes. To switch the merge order, use --switch-parent."
msgstr ""
"    マージの必要がある場合、 取り込まれた変更による作業領域の更新が、\n"
"    最初に実施されます。 次に、 手元の変更が作業領域にマージされます。\n"
"    マージの順序を変更する場合は、 --switch-parent を指定します。"

msgid "    See :hg:`help dates` for a list of formats valid for -d/--date."
msgstr "    -d/--date での日時表記は :hg:`help dates` を参照してください。"

msgid ""
"    Returns 0 on success.\n"
"    "
msgstr ""
"    成功時のコマンド終了値は 0 です。\n"
"    "

msgid "working directory not at branch tip"
msgstr "作業領域の親リビジョンはブランチの最新ではありません"

msgid "use 'hg update' to check out branch tip"
msgstr "'hg update' でブランチの最新に更新可能"

msgid ""
"multiple heads in this branch (use \"hg heads .\" and \"hg merge\" to merge)"
msgstr ""
"ブランチに複数のヘッドがあります(\"hg heads .\" で確認、\"hg merge\" でマー"
"ジ)"

#, python-format
msgid "pulling from %s\n"
msgstr "%s から取り込み中\n"

msgid ""
"other repository doesn't support revision lookup, so a rev cannot be "
"specified."
msgstr "連携先でリビジョンが特定できないため、 リビジョンは指定できません"

#, python-format
msgid ""
"not merging with %d other new branch heads (use \"hg heads .\" and \"hg merge"
"\" to merge them)\n"
msgstr ""
"新規ヘッド %d 個はマージ未実施(\"hg heads .\" で確認、\"hg merge\" でマー"
"ジ)\n"

#, python-format
msgid "updating to %d:%s\n"
msgstr "リビジョン %d:%s で更新中\n"

#, python-format
msgid "merging with %d:%s\n"
msgstr "リビジョン %d:%s とマージ中\n"

#, python-format
msgid "new changeset %d:%s merges remote changes with local\n"
msgstr "新規リビジョン %d:%s により、連携先とローカルのリビジョンをマージ\n"

#, fuzzy
msgid "rewrite file content in changesets or working copy (EXPERIMENTAL)"
msgstr ""
"``wdir``\n"
"    作業領域ディレクトリを表す値 (実験的実装)"

msgid ""
"Provides a command that runs configured tools on the contents of modified "
"files,\n"
"writing back any fixes to the working copy or replacing changesets."
msgstr ""

msgid ""
"Here is an example configuration that causes :hg:`fix` to apply automatic\n"
"formatting fixes to modified lines in C++ code::"
msgstr ""

msgid ""
"  [fix]\n"
"  clang-format:command=clang-format --assume-filename={rootpath}\n"
"  clang-format:linerange=--lines={first}:{last}\n"
"  clang-format:fileset=set:**.cpp or **.hpp"
msgstr ""

msgid ""
"The :command suboption forms the first part of the shell command that will "
"be\n"
"used to fix a file. The content of the file is passed on standard input, and "
"the\n"
"fixed file content is expected on standard output. If there is any output "
"on\n"
"standard error, the file will not be affected. Some values may be "
"substituted\n"
"into the command::"
msgstr ""

msgid ""
"  {rootpath}  The path of the file being fixed, relative to the repo root\n"
"  {basename}  The name of the file being fixed, without the directory path"
msgstr ""

msgid ""
"If the :linerange suboption is set, the tool will only be run if there are\n"
"changed lines in a file. The value of this suboption is appended to the "
"shell\n"
"command once for every range of changed lines in the file. Some values may "
"be\n"
"substituted into the command::"
msgstr ""

msgid ""
"  {first}   The 1-based line number of the first line in the modified range\n"
"  {last}    The 1-based line number of the last line in the modified range"
msgstr ""

msgid ""
"The :fileset suboption determines which files will be passed through each\n"
"configured tool. See :hg:`help fileset` for possible values. If there are "
"file\n"
"arguments to :hg:`fix`, the intersection of these filesets is used."
msgstr ""

msgid ""
"There is also a configurable limit for the maximum size of file that will "
"be\n"
"processed by :hg:`fix`::"
msgstr ""

#, fuzzy
msgid ""
"  [fix]\n"
"  maxfilesize=2MB"
msgstr ""
"  [largefiles]\n"
"  minsize = 2"

msgid "fix all non-public non-obsolete revisions"
msgstr ""

msgid ""
"revisions to diff against (overrides automatic selection, and applies to "
"every revision being fixed)"
msgstr ""

#, fuzzy
msgid "revisions to fix"
msgstr "移植対象リビジョン"

#, fuzzy
msgid "fix the working directory"
msgstr "作業領域の変更"

msgid "always fix every line of a file"
msgstr ""

#, fuzzy
msgid "rewrite file content in changesets or working directory"
msgstr "%s は作業領域の祖先ではありません"

msgid ""
"    Runs any configured tools to fix the content of files. Only affects "
"files\n"
"    with changes, unless file arguments are provided. Only affects changed "
"lines\n"
"    of files, unless the --whole flag is used. Some tools may always affect "
"the\n"
"    whole file regardless of --whole."
msgstr ""

msgid ""
"    If revisions are specified with --rev, those revisions will be checked, "
"and\n"
"    they may be replaced with new revisions that have fixed file content.  "
"It is\n"
"    desirable to specify all descendants of each specified revision, so that "
"the\n"
"    fixes propagate to the descendants. If all descendants are fixed at the "
"same\n"
"    time, no merging, rebasing, or evolution will be required."
msgstr ""

msgid ""
"    If --working-dir is used, files with uncommitted changes in the working "
"copy\n"
"    will be fixed. If the checked-out revision is also fixed, the working\n"
"    directory will update to the replacement revision."
msgstr ""

msgid ""
"    When determining what lines of each file to fix at each revision, the "
"whole\n"
"    set of revisions being fixed is considered, so that fixes to earlier\n"
"    revisions are not forgotten in later ones. The --base flag can be used "
"to\n"
"    override this default behavior, though it is not usually desirable to do "
"so.\n"
"    "
msgstr ""

#, fuzzy
msgid "cannot specify both \"--rev\" and \"--all\""
msgstr "--noupdate と --updaterev は併用できません"

#, fuzzy, python-format
msgid "ignoring file larger than %s: %s\n"
msgstr "不正な文字セットを無視します: %s\n"

#, fuzzy
msgid "can only fix a changeset together with all its descendants"
msgstr "対象の全子孫が編集対象に含まれる場合のみリビジョンの編集が可能です。"

msgid "wdir"
msgstr ""

msgid "Faster status operations with the Watchman file monitor (EXPERIMENTAL)"
msgstr ""

msgid ""
"Integrates the file-watching program Watchman with Mercurial to produce "
"faster\n"
"status results."
msgstr ""

msgid ""
"On a particular Linux system, for a real-world repository with over 400,000\n"
"files hosted on ext4, vanilla `hg status` takes 1.3 seconds. On the same\n"
"system, with fsmonitor it takes about 0.3 seconds."
msgstr ""

msgid ""
"fsmonitor requires no configuration -- it will tell Watchman about your\n"
"repository as necessary. You'll need to install Watchman from\n"
"https://facebook.github.io/watchman/ and make sure it is in your PATH."
msgstr ""

msgid ""
"fsmonitor is incompatible with the largefiles and eol extensions, and\n"
"will disable itself if any of those are active."
msgstr ""

msgid "The following configuration options exist:"
msgstr ""

msgid ""
"    [fsmonitor]\n"
"    mode = {off, on, paranoid}"
msgstr ""

msgid ""
"When `mode = off`, fsmonitor will disable itself (similar to not loading "
"the\n"
"extension at all). When `mode = on`, fsmonitor will be enabled (the "
"default).\n"
"When `mode = paranoid`, fsmonitor will query both Watchman and the "
"filesystem,\n"
"and ensure that the results are consistent."
msgstr ""

msgid ""
"    [fsmonitor]\n"
"    timeout = (float)"
msgstr ""

msgid ""
"A value, in seconds, that determines how long fsmonitor will wait for "
"Watchman\n"
"to return results. Defaults to `2.0`."
msgstr ""

msgid ""
"    [fsmonitor]\n"
"    blacklistusers = (list of userids)"
msgstr ""

msgid "A list of usernames for which fsmonitor will disable itself altogether."
msgstr ""

msgid ""
"    [fsmonitor]\n"
"    walk_on_invalidate = (boolean)"
msgstr ""

msgid ""
"Whether or not to walk the whole repo ourselves when our cached state has "
"been\n"
"invalidated, for example when Watchman has been restarted or .hgignore "
"rules\n"
"have been changed. Walking the repo in that case can result in competing "
"for\n"
"I/O with Watchman. For large repos it is recommended to set this value to\n"
"false. You may wish to set this to true if you have a very fast filesystem\n"
"that can outpace the IPC overhead of getting the result data for the full "
"repo\n"
"from Watchman. Defaults to false."
msgstr ""

msgid ""
"    [fsmonitor]\n"
"    warn_when_unused = (boolean)"
msgstr ""

msgid ""
"Whether to print a warning during certain operations when fsmonitor would "
"be\n"
"beneficial to performance but isn't enabled."
msgstr ""

msgid ""
"    [fsmonitor]\n"
"    warn_update_file_count = (integer)"
msgstr ""

msgid ""
"If ``warn_when_unused`` is set and fsmonitor isn't enabled, a warning will\n"
"be printed during working directory updates if this many files will be\n"
"created.\n"
msgstr ""

msgid "unknown"
msgstr "未知"

msgid "character device"
msgstr "キャラクタデバイス"

msgid "block device"
msgstr "ブロックデバイス"

msgid "fifo"
msgstr "FIFO(パイプ)"

msgid "socket"
msgstr "ソケット"

msgid "directory"
msgstr "ディレクトリ"

#, python-format
msgid "unsupported file type (type is %s)"
msgstr "未サポートのファイル種別(%s)"

#, python-format
msgid "warning: unable to write to %s\n"
msgstr ""

#, python-format
msgid ""
"The fsmonitor extension is incompatible with the %s extension and has been "
"disabled.\n"
msgstr ""

msgid "warning: unable to write out fsmonitor state\n"
msgstr ""

msgid "try mapping git commands to Mercurial commands"
msgstr ""

msgid "Tries to map a given git command to a Mercurial command:"
msgstr ""

msgid ""
"  $ hg githelp -- git checkout master\n"
"  hg update master"
msgstr ""

msgid ""
"If an unknown command or parameter combination is detected, an error is\n"
"produced.\n"
msgstr ""

msgid "hg githelp"
msgstr ""

msgid "suggests the Mercurial equivalent of the given git command"
msgstr ""

msgid ""
"    Usage: hg githelp -- <git command>\n"
"    "
msgstr ""

msgid "missing git command - usage: hg githelp -- <git command>"
msgstr ""

#, fuzzy, python-format
msgid "ignoring unknown option %s\n"
msgstr "未知の改行形式 '%s' (%s 由来) を無視\n"

msgid ""
"note: Mercurial will commit when complete, as there is no staging area in "
"Mercurial"
msgstr ""

msgid "note: use hg addremove to remove files that have been deleted."
msgstr ""

#, fuzzy
msgid "See 'hg help bisect' for how to use bisect."
msgstr "詳細は 'hg help histedit' を参照"

msgid "Mercurial has no concept of upstream branches\n"
msgstr ""

msgid "note: use --no-backup to avoid creating .orig files"
msgstr ""

msgid "note: hg graft does not have --abort."
msgstr ""

msgid ""
"note: Mercurial does not have bare clones. -U will clone the repo without "
"checking out a commit"
msgstr ""

msgid ""
"note: Mercurial doesn't have a staging area, so there is no --all. -A will "
"add and remove files for you though."
msgstr ""

msgid ""
"This command has been deprecated in the git project, thus isn't supported by "
"this tool."
msgstr ""

msgid ""
"note: Mercurial has no concept of a staging area, so --cached does nothing."
msgstr ""

msgid ""
"Mercurial does not enable external difftool by default. You need to enable "
"the extdiff extension in your .hgrc file by adding\n"
"extdiff =\n"
"to the [extensions] section and then running"
msgstr ""

msgid "hg extdiff -p <program>"
msgstr ""

#, fuzzy
msgid "See 'hg help extdiff' and 'hg help -e extdiff' for more information.\n"
msgstr ""
"    用法等の詳細は :hg:`help qnew` および :hg:`help record`\n"
"    を参照してください。"

msgid ""
"note: Mercurial doesn't have refspecs. -r can be used to specify which "
"commits you want to pull. -B can be used to specify which bookmark you want "
"to pull."
msgstr ""

msgid ""
"note: -v prints the entire commit message like Git does. To print just the "
"first line, drop the -v."
msgstr ""

#, fuzzy
msgid "note: see hg help revset for information on how to filter log output."
msgstr "    衝突の扱いに関する詳細は :hg:`help resolve` を参照してください。"

msgid ""
"note: --format format:??? equates to Mercurial's --template. See hg help "
"templates for more info."
msgstr ""

msgid ""
"note: --pretty/format/oneline equate to Mercurial's --style or --template. "
"See hg help templates for more info."
msgstr ""

msgid "note: Mercurial doesn't have a staging area, ignoring --stage\n"
msgstr ""

msgid "NOTE: ancestors() is part of the revset language.\n"
msgstr ""

msgid "Learn more about revsets with 'hg help revsets'"
msgstr ""

msgid ""
"note: Mercurial doesn't have refspecs. -r can be used to specify which "
"commits you want to push. -B can be used to specify which bookmark you want "
"to push."
msgstr ""

msgid "note: hg histedit does not perform a rebase. It just edits history."
msgstr ""

msgid ""
"also note: 'hg histedit' will automatically detect your stack, so no second "
"argument is necessary."
msgstr ""

msgid ""
"note: if you're trying to lift a commit off one branch, try hg rebase -d "
"<destination commit> -s <commit to be lifted>"
msgstr ""

msgid ""
"note: in hg commits can be deleted from repo but we always have backups.\n"
msgstr ""

msgid "NOTE: --mixed has no meaning since Mercurial has no staging area"
msgstr ""

msgid "NOTE: --soft has no meaning since Mercurial has no staging area"
msgstr ""

msgid "note: hg backout doesn't support multiple commits at once"
msgstr ""

#, fuzzy
msgid "note: hg root prints the root of the repository"
msgstr "    現リポジトリのルートディレクトリ位置を表示します。"

msgid "note: see hg help revset for how to refer to commits\n"
msgstr ""

msgid ""
"note: Mercurial doesn't have equivalents to the git stash branch, show, "
"clear, or create actions."
msgstr ""

#, fuzzy, python-format
msgid "error: unknown git svn command %s\n"
msgstr "hg: 未知のコマンド '%s'\n"

msgid "commands to sign and verify changesets"
msgstr "リビジョンへの署名および検証コマンド"

#, python-format
msgid "%s Unknown key ID \"%s\"\n"
msgstr "%s \"%s\" は未知のキーIDです\n"

#, python-format
msgid "%s Bad signature from \"%s\"\n"
msgstr "%s 不正署名(\"%s\" による署名)\n"

#, python-format
msgid "%s Note: Signature has expired (signed by: \"%s\")\n"
msgstr "%s 備考: 有効期限切れ署名(\"%s\" による署名)\n"

#, python-format
msgid "%s Note: This key has expired (signed by: \"%s\")\n"
msgstr "%s 備考: 有効期限切れ鍵(\"%s\" による署名)\n"

msgid "hg sigs"
msgstr "hg sigs"

msgid "list signed changesets"
msgstr "署名済みリビジョンの一覧表示"

#, python-format
msgid "%s:%d node does not exist\n"
msgstr "ノード %s:%d は存在しません\n"

msgid "hg sigcheck REV"
msgstr "hg sigcheck REV"

msgid "verify all the signatures there may be for a particular revision"
msgstr "特定リビジョンに関する全署名の検証"

#, python-format
msgid "no valid signature for %s\n"
msgstr "%s に対する正しい署名はありません\n"

#, python-format
msgid "%s is signed by:\n"
msgstr "%s は以下によって署名されています:\n"

msgid "make the signature local"
msgstr "自リポジトリローカルな署名"

msgid "sign even if the sigfile is modified"
msgstr "署名ファイルが変更されていても署名を実施"

msgid "do not commit the sigfile after signing"
msgstr "署名後の署名ファイルのコミットを抑止"

msgid "ID"
msgstr "ID"

msgid "the key id to sign with"
msgstr "署名に使用する鍵ID"

msgid "use text as commit message"
msgstr "指定テキストをコミットログとして使用"

msgid "hg sign [OPTION]... [REV]..."
msgstr "hg sign [OPTION]... [REV]..."

msgid "add a signature for the current or given revision"
msgstr "指定リビジョンへの署名の付与"

msgid ""
"    If no revision is given, the parent of the working directory is used,\n"
"    or tip if no revision is checked out."
msgstr ""
"    リビジョンが指定されない場合、 作業領域の親リビジョンが、\n"
"    親リビジョンが null の場合は tip が対象になります。"

msgid ""
"    The ``gpg.cmd`` config setting can be used to specify the command\n"
"    to run. A default key can be specified with ``gpg.key``."
msgstr ""
"    ``gpg.cmd`` 設定により、 使用するコマンドを指定可能です。\n"
"    デフォルトの鍵は ``gpg.key`` で指定可能です。"

msgid ""
"    See :hg:`help dates` for a list of formats valid for -d/--date.\n"
"    "
msgstr ""
"    -d/--date での日時表記は :hg:`help dates` を参照してください。\n"
"    "

msgid "uncommitted merge - please provide a specific revision"
msgstr "マージが未コミットです - 対象リビジョンを指定してください"

#, python-format
msgid "signing %d:%s\n"
msgstr "%d:%s への署名中\n"

msgid "error while signing"
msgstr "署名処理に失敗"

msgid "working copy of .hgsigs is changed "
msgstr "作業領域の .hgtags が変更されています"

msgid "please commit .hgsigs manually"
msgstr ".hgtags を手動でコミットしてください"

msgid "unknown signature version"
msgstr "未知の署名バージョン"

msgid "command to view revision graphs from a shell (DEPRECATED)"
msgstr "端末での履歴ツリー表示のコマンド (非推奨)"

msgid ""
"The functionality of this extension has been include in core Mercurial\n"
"since version 2.3. Please use :hg:`log -G ...` instead."
msgstr ""
"本エクステンションの機能は Mercurial 2.3 から標準機能になりました。\n"
":hg:`log -G ...` を使うようにしてください。"

msgid ""
"This extension adds a --graph option to the incoming, outgoing and log\n"
"commands. When this options is given, an ASCII representation of the\n"
"revision graph is also shown.\n"
msgstr ""
"本エクステンションは、 incoming, outgoing および log コマンドに、\n"
"新規オプション --graph を付与します。 --graph 指定により、 ASCII\n"
"文字による履歴ツリーが表示されます。\n"

msgid "follow changeset history, or file history across copies and renames"
msgstr "複製元や改名元の履歴も遡る"

msgid "only follow the first parent of merge changesets (DEPRECATED)"
msgstr "マージの際には第1親のみを遡る (非推奨)"

msgid "show revisions matching date spec"
msgstr "指定日時に合致するリビジョンを表示"

msgid "show copied files"
msgstr "複製されたファイルを表示"

msgid "do case-insensitive search for a given text"
msgstr "指定キーワードによる検索(大文字小文字は無視)"

msgid "show the specified revision or revset"
msgstr "指定されたリビジョン (群) の表示"

msgid "include revisions where files were removed"
msgstr "ファイルが登録除外されたリビジョンを含める"

msgid "show only merges (DEPRECATED)"
msgstr "マージ実施リビジョンのみを表示 (非推奨)"

msgid "USER"
msgstr "ユーザ"

msgid "revisions committed by user"
msgstr "当該ユーザによるリビジョンを表示"

msgid "show only changesets within the given named branch (DEPRECATED)"
msgstr "指定の名前付きブランチに属するリビジョンを表示 (非推奨)"

msgid "BRANCH"
msgstr "ブランチ"

msgid "show changesets within the given named branch"
msgstr "指定の名前付きブランチに属するリビジョンを表示"

msgid "do not display revision or any of its ancestors"
msgstr "当該リビジョンとその祖先の表示を抑止"

msgid "[OPTION]... [FILE]"
msgstr "[OPTION]... [FILE]"

msgid "show revision history alongside an ASCII revision graph"
msgstr "ASCII 文字による履歴ツリー併用の履歴表示"

msgid ""
"    Print a revision history alongside a revision graph drawn with\n"
"    ASCII characters."
msgstr "    ASCII 文字による履歴ツリー併用の変更履歴を表示します。"

msgid ""
"    Nodes printed as an @ character are parents of the working\n"
"    directory."
msgstr "    @ 文字で表示されるリビジョンは、 作業領域の親リビジョンです。"

msgid ""
"    This is an alias to :hg:`log -G`.\n"
"    "
msgstr ""
"    本コマンドは :hg:`log -G` の別名です。\n"
"    "

msgid "browse the repository in a graphical way"
msgstr "グラフィカルな UI によるリポジトリ参照"

msgid ""
"The hgk extension allows browsing the history of a repository in a\n"
"graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is not\n"
"distributed with Mercurial.)"
msgstr ""
"本エクステンションは、 GUI による履歴の参照を可能にします。\n"
"利用に当たっては、 8.4 以降の Tcl/Tk が必要です\n"
"(Tcl/Tk は Mercurial には同梱されていません)"

msgid ""
"hgk consists of two parts: a Tcl script that does the displaying and\n"
"querying of information, and an extension to Mercurial named hgk.py,\n"
"which provides hooks for hgk to get information. hgk can be found in\n"
"the contrib directory, and the extension is shipped in the hgext\n"
"repository, and needs to be enabled."
msgstr ""
"本エクステンション (hgk) は、 2つの部位から構成されます:\n"
"情報の表示/入力用の Tcl スクリプト部と、 Mercurial\n"
"からの情報入手フックを定義する、 Mercurial エクステンションとしての\n"
"hgk.py スクリプトです。 Tcl スクリプト部 (hgk) は contrib\n"
"ディレクトリ配下に、 エクステンション部 (hgk.py) は hgext\n"
"ディレクトリ配下に格納されており、 使用に当たっては、\n"
"エクステンションの有効化が必要です。"

msgid ""
"The :hg:`view` command will launch the hgk Tcl script. For this command\n"
"to work, hgk must be in your search path. Alternately, you can specify\n"
"the path to hgk in your configuration file::"
msgstr ""
":hg:`view` コマンドにより、 hgk の Tcl スクリプトが起動されます。\n"
"実行の際には、 コマンド検索パス上に hgk スクリプトがなければなりません。\n"
"あるいは、 設定ファイルにおいて、 hgk へのパスを指定することも可能です::"

msgid ""
"  [hgk]\n"
"  path = /location/of/hgk"
msgstr ""
"  [hgk]\n"
"  path = /location/of/hgk"

msgid ""
"hgk can make use of the extdiff extension to visualize revisions.\n"
"Assuming you had already configured extdiff vdiff command, just add::"
msgstr ""
"extdiff エクステンションの併用で、 差分をグラフィカルに表示できます。\n"
"extdiff で vdiff コマンドが設定されている場合、 以下の記述を追加します::"

msgid ""
"  [hgk]\n"
"  vdiff=vdiff"
msgstr ""
"  [hgk]\n"
"  vdiff=vdiff"

msgid ""
"Revisions context menu will now display additional entries to fire\n"
"vdiff on hovered and selected revisions.\n"
msgstr ""
"上記設定により、 リビジョンのコンテキストメニューには、 対象リビジョンと、\n"
"指定したリビジョンに対して、 vdiff を起動する項目が追加されます。\n"

msgid "generate patch"
msgstr "パッチの生成"

msgid "recursive"
msgstr "再起"

msgid "pretty"
msgstr "ヘッダの整形出力"

msgid "stdin"
msgstr "標準入力"

msgid "detect copies"
msgstr "コピーの検出"

msgid "search"
msgstr "検索"

msgid "diff trees from two commits"
msgstr "2リビジョン間の差分ツリー表示"

msgid "REV REV"
msgstr "REV REV"

msgid "output common ancestor information"
msgstr "共通の祖先リビジョンの情報表示"

msgid "[OPTION]... TYPE FILE"
msgstr "[OPTION]... TYPE FILE"

msgid "cat a specific revision"
msgstr "指定リビジョン時点の内容表示"

msgid "cat-file: type or revision not supplied\n"
msgstr "cat-file: 種別もリビジョンも指定されていません\n"

msgid "aborting hg cat-file only understands commits\n"
msgstr "中止: catfile は commit 種別でのみ実行可能です\n"

msgid "header"
msgstr "ヘッダ"

msgid "topo-order"
msgstr "履歴構造の順序"

msgid "parents"
msgstr "親"

msgid "max-count"
msgstr "最大数"

msgid "print revisions"
msgstr "リビジョンの表示"

msgid "NUM"
msgstr "数値"

msgid "limit number of changes displayed"
msgstr "最大表示リビジョン数"

msgid "[-l LIMIT] [REVRANGE]"
msgstr "[-l LIMIT] [REVRANGE]"

msgid "start interactive history viewer"
msgstr "対話的な履歴参照の開始"

msgid "syntax highlighting for hgweb (requires Pygments)"
msgstr "hgweb におけるシンタックスハイライト (要 Pygments)"

msgid ""
"It depends on the Pygments syntax highlighting library:\n"
"http://pygments.org/"
msgstr ""
"本エクステンションには、 シンタックスハイライトライブラリの Pygments\n"
"が必要です: http://pygments.org/"

msgid "There are the following configuration options::"
msgstr "本エクステンションに対しては、以下の設定のみが可能です::"

msgid ""
"  [web]\n"
"  pygments_style = <style> (default: colorful)\n"
"  highlightfiles = <fileset> (default: size('<5M'))\n"
"  highlightonlymatchfilename = <bool> (default False)"
msgstr ""
"  [web]\n"
"  pygments_style = <style> (デフォルト値: colorful)\n"
"  highlightfiles = <fileset> (デフォルト値: size('<5M'))\n"
"  highlightonlymatchfilename = <bool> (デフォルト値: False)"

msgid ""
"``highlightonlymatchfilename`` will only highlight files if their type "
"could\n"
"be identified by their filename. When this is not enabled (the default),\n"
"Pygments will try very hard to identify the file type from content and any\n"
"match (even matches with a low confidence score) will be used.\n"
msgstr ""
"``highlightonlymatchfilename`` は、ファイル名から内容が特定可能な時のみ、\n"
"ハイライト処理を行うための指定です。 無効化時 (= デフォルトの設定) には、\n"
"Pygments が内容からファイル種別を特定するために、(確実性があまり高くない)\n"
"パターンマッチングを含む、 コスト高な処理が行われます。\n"

msgid "interactive history editing"
msgstr "対話的な履歴改変"

msgid ""
"With this extension installed, Mercurial gains one new command: histedit. "
"Usage\n"
"is as follows, assuming the following history::"
msgstr ""
"本エクステンションの有効化により histedit コマンドが利用可能になります。\n"
"以降の説明では、 以下の履歴を前提としています::"

msgid ""
" @  3[tip]   7c2fd3b9020c   2009-04-27 18:04 -0500   durin42\n"
" |    Add delta\n"
" |\n"
" o  2   030b686bedc4   2009-04-27 18:04 -0500   durin42\n"
" |    Add gamma\n"
" |\n"
" o  1   c561b4e977df   2009-04-27 18:04 -0500   durin42\n"
" |    Add beta\n"
" |\n"
" o  0   d8d2fcd0e319   2009-04-27 18:04 -0500   durin42\n"
"      Add alpha"
msgstr ""
" @  3[tip]   7c2fd3b9020c   2009-04-27 18:04 -0500   durin42\n"
" |    Add delta\n"
" |\n"
" o  2   030b686bedc4   2009-04-27 18:04 -0500   durin42\n"
" |    Add gamma\n"
" |\n"
" o  1   c561b4e977df   2009-04-27 18:04 -0500   durin42\n"
" |    Add beta\n"
" |\n"
" o  0   d8d2fcd0e319   2009-04-27 18:04 -0500   durin42\n"
"      Add alpha"

msgid ""
"If you were to run ``hg histedit c561b4e977df``, you would see the "
"following\n"
"file open in your editor::"
msgstr ""
"``hg histedit c561b4e977df`` 実行により、 エディタが起動された上で、\n"
"以下の内容のファイルが開かれます::"

msgid ""
" pick c561b4e977df Add beta\n"
" pick 030b686bedc4 Add gamma\n"
" pick 7c2fd3b9020c Add delta"
msgstr ""
" pick c561b4e977df Add beta\n"
" pick 030b686bedc4 Add gamma\n"
" pick 7c2fd3b9020c Add delta"

#, fuzzy
msgid ""
" # Edit history between c561b4e977df and 7c2fd3b9020c\n"
" #\n"
" # Commits are listed from least to most recent\n"
" #\n"
" # Commands:\n"
" #  p, pick = use commit\n"
" #  e, edit = use commit, but stop for amending\n"
" #  f, fold = use commit, but combine it with the one above\n"
" #  r, roll = like fold, but discard this commit's description and date\n"
" #  d, drop = remove commit from history\n"
" #  m, mess = edit commit message without changing commit content\n"
" #  b, base = checkout changeset and apply further changesets from there\n"
" #"
msgstr ""
" # リビジョン c561b4e977df から 7c2fd3b9020c にかけての履歴の改変\n"
" #\n"
" # 改変対象一覧は、リビジョン番号の昇順 (小⇒大) になっています。\n"
" #\n"
" # 指定可能コマンド:\n"
" #  p, pick = リビジョンを採用\n"
" #  e, edit = リビジョンを採用: 但し修正のために一旦実行を中断\n"
" #  f, fold = リビジョンを採用: 但し直前(= 一覧での上)のリビジョンに併合\n"
" #  r, roll = リビジョンを採用: fold 同様の併合 (コミットログ/日付は破棄)\n"
" #  d, drop = リビジョンを破棄\n"
" #  m, mess = リビジョンを採用: 変更内容を維持しつつ、コミットログを修正\n"
" #"

msgid ""
"In this file, lines beginning with ``#`` are ignored. You must specify a "
"rule\n"
"for each revision in your history. For example, if you had meant to add "
"gamma\n"
"before beta, and then wanted to add delta in the same revision as beta, you\n"
"would reorganize the file to look like this::"
msgstr ""
"このファイル中の ``#`` で始まる行は無視されます。 履歴改変対象に対して、\n"
"各リビジョン毎の処理内容 (rule) を指定してください。 例えば \"Add beta\"\n"
"による変更よりも \"Add gamma\" による変更を先に実施した上で、 \"Add\n"
"delta\" による変更を \"Add beta\" へと併合 (fold) する場合なら、\n"
"以下のように記述します::"

msgid ""
" pick 030b686bedc4 Add gamma\n"
" pick c561b4e977df Add beta\n"
" fold 7c2fd3b9020c Add delta"
msgstr ""
" pick 030b686bedc4 Add gamma\n"
" pick c561b4e977df Add beta\n"
" fold 7c2fd3b9020c Add delta"

msgid ""
"At which point you close the editor and ``histedit`` starts working. When "
"you\n"
"specify a ``fold`` operation, ``histedit`` will open an editor when it "
"folds\n"
"those revisions together, offering you a chance to clean up the commit "
"message::"
msgstr ""
"``histedit`` の実際の処理は、 エディタを終了させた時点から始まります。\n"
"``fold`` 操作を指定した場合、 併合後リビジョンのコミットログ入力のために、\n"
"併合対象と併合先の各コミットログを、 以下の様に結合したファイルを、\n"
"``histedit`` がエディタで開きます::"

msgid ""
" Add beta\n"
" ***\n"
" Add delta"
msgstr ""
" Add beta\n"
" ***\n"
" Add delta"

msgid ""
"Edit the commit message to your liking, then close the editor. The date "
"used\n"
"for the commit will be the later of the two commits' dates. For this "
"example,\n"
"let's assume that the commit message was changed to ``Add beta and delta.``\n"
"After histedit has run and had a chance to remove any old or temporary\n"
"revisions it needed, the history looks like this::"
msgstr ""
"コミットログの編集を終えたら、 エディタを終了します。 コミットの日付は、\n"
"併合先/併合対象の両リビジョンの、 新しい方が採用されます。 この例では、\n"
"コミットログを ``Add beta and delta.`` に変更したものと仮定します。\n"
"histedit による改変処理が完了すると、 以下の様な履歴になります::"

msgid ""
" @  2[tip]   989b4d060121   2009-04-27 18:04 -0500   durin42\n"
" |    Add beta and delta.\n"
" |\n"
" o  1   081603921c3f   2009-04-27 18:04 -0500   durin42\n"
" |    Add gamma\n"
" |\n"
" o  0   d8d2fcd0e319   2009-04-27 18:04 -0500   durin42\n"
"      Add alpha"
msgstr ""
" @  2[tip]   989b4d060121   2009-04-27 18:04 -0500   durin42\n"
" |    Add beta and delta.\n"
" |\n"
" o  1   081603921c3f   2009-04-27 18:04 -0500   durin42\n"
" |    Add gamma\n"
" |\n"
" o  0   d8d2fcd0e319   2009-04-27 18:04 -0500   durin42\n"
"      Add alpha"

msgid ""
"Note that ``histedit`` does *not* remove any revisions (even its own "
"temporary\n"
"ones) until after it has completed all the editing operations, so it will\n"
"probably perform several strip operations when it's done. For the above "
"example,\n"
"it had to run strip twice. Strip can be slow depending on a variety of "
"factors,\n"
"so you might need to be a little patient. You can choose to keep the "
"original\n"
"revisions by passing the ``--keep`` flag."
msgstr ""
"``histedit`` の履歴改変処理では、 改変処理が完了するまでは、(例えそれが、\n"
"作業用の一時的なものであっても) 履歴が削除されることはありませんので、\n"
"処理終了直前には、 おそらく複数のリビジョンの破棄が行われます。\n"
"上記の例の場合、 2回の履歴破棄が行われる筈です。 履歴破棄の実行速度は、\n"
"様々な要因が元で低下し得ますので、 多少の我慢が必要になるかもしれません。\n"
"``--keep`` を指定することで、 履歴の破棄を抑止可能です。"

msgid ""
"The ``edit`` operation will drop you back to a command prompt,\n"
"allowing you to edit files freely, or even use ``hg record`` to commit\n"
"some changes as a separate commit. When you're done, any remaining\n"
"uncommitted changes will be committed as well. When done, run ``hg\n"
"histedit --continue`` to finish this step. If there are uncommitted\n"
"changes, you'll be prompted for a new commit message, but the default\n"
"commit message will be the original message for the ``edit`` ed\n"
"revision, and the date of the original commit will be preserved."
msgstr ""
"``edit`` 操作を指定した場合、 一旦コマンド入力に戻りますので、\n"
"ファイル内容の編集や、 ``hg record`` による選択的な変更の取り込みなどを、\n"
"自由に行ってください。 変更作業が完了したなら、 ``hg histedit --continue``\n"
"を実行することで、 作業領域中の未コミット変更が、 変更後リビジョンとして、\n"
"コミットされます。 この際に、 コミットログの問い合わせがありますが、\n"
"元になる内容は ``edit`` 対処リビジョンの、 元々のコミットログの内容です。\n"
"コミット日付は、 変更前のものが維持されます。"

msgid ""
"The ``message`` operation will give you a chance to revise a commit\n"
"message without changing the contents. It's a shortcut for doing\n"
"``edit`` immediately followed by `hg histedit --continue``."
msgstr ""
"``message`` 操作は、 対象リビジョンでの変更内容はそのままに、\n"
"コミットログのみを変更します。 これは ``edit`` 操作を指定した上で、\n"
"コマンド入力に戻ってすぐに ``hg histedit --continue`` を実施するのと、\n"
"全く同じ挙動となります。"

msgid ""
"If ``histedit`` encounters a conflict when moving a revision (while\n"
"handling ``pick`` or ``fold``), it'll stop in a similar manner to\n"
"``edit`` with the difference that it won't prompt you for a commit\n"
"message when done. If you decide at this point that you don't like how\n"
"much work it will be to rearrange history, or that you made a mistake,\n"
"you can use ``hg histedit --abort`` to abandon the new changes you\n"
"have made and return to the state before you attempted to edit your\n"
"history."
msgstr ""
"履歴改変による衝突が ``histedit`` によって (``pick`` や ``fold``\n"
"操作の際に) 検出された場合に、 一旦コマンド入力に戻る点は ``edit``\n"
"操作と同じですが、 衝突解消作業が完了して ``hg histedit --continue``\n"
"を実行しても、 コミットログの問い合わせが無い点は ``edit`` と異なります。\n"
"この時点で、 履歴改変に伴う作業量の問題や、 間違いに気付いた場合は、\n"
"``hg histedit --abort`` 実行によって、 これまでの作業成果が破棄され、\n"
"履歴は改変前の状態に戻ります。"

msgid ""
"If we clone the histedit-ed example repository above and add four more\n"
"changes, such that we have the following history::"
msgstr ""
"改変済みの実行例リポジトリを複製し、 そこで履歴を4つ追加した結果、\n"
"以下の様な履歴になったものと仮定します::"

msgid ""
"   @  6[tip]   038383181893   2009-04-27 18:04 -0500   stefan\n"
"   |    Add theta\n"
"   |\n"
"   o  5   140988835471   2009-04-27 18:04 -0500   stefan\n"
"   |    Add eta\n"
"   |\n"
"   o  4   122930637314   2009-04-27 18:04 -0500   stefan\n"
"   |    Add zeta\n"
"   |\n"
"   o  3   836302820282   2009-04-27 18:04 -0500   stefan\n"
"   |    Add epsilon\n"
"   |\n"
"   o  2   989b4d060121   2009-04-27 18:04 -0500   durin42\n"
"   |    Add beta and delta.\n"
"   |\n"
"   o  1   081603921c3f   2009-04-27 18:04 -0500   durin42\n"
"   |    Add gamma\n"
"   |\n"
"   o  0   d8d2fcd0e319   2009-04-27 18:04 -0500   durin42\n"
"        Add alpha"
msgstr ""
"   @  6[tip]   038383181893   2009-04-27 18:04 -0500   stefan\n"
"   |    Add theta\n"
"   |\n"
"   o  5   140988835471   2009-04-27 18:04 -0500   stefan\n"
"   |    Add eta\n"
"   |\n"
"   o  4   122930637314   2009-04-27 18:04 -0500   stefan\n"
"   |    Add zeta\n"
"   |\n"
"   o  3   836302820282   2009-04-27 18:04 -0500   stefan\n"
"   |    Add epsilon\n"
"   |\n"
"   o  2   989b4d060121   2009-04-27 18:04 -0500   durin42\n"
"   |    Add beta and delta.\n"
"   |\n"
"   o  1   081603921c3f   2009-04-27 18:04 -0500   durin42\n"
"   |    Add gamma\n"
"   |\n"
"   o  0   d8d2fcd0e319   2009-04-27 18:04 -0500   durin42\n"
"        Add alpha"

msgid ""
"If you run ``hg histedit --outgoing`` on the clone then it is the same\n"
"as running ``hg histedit 836302820282``. If you need plan to push to a\n"
"repository that Mercurial does not detect to be related to the source\n"
"repo, you can add a ``--force`` option."
msgstr ""
"複製『先』のリポジトリで ``hg histedit --outgoing`` を実行した場合、\n"
"``hg histedit 836302820282`` 実行と同じ結果となります。 Mercurial が、\n"
"連携先リポジトリとの関連性を、 検出できない場合でも、 ``--force``\n"
"を指定することで、 元リポジトリとの関連ありとみなすことができます。"

msgid ""
"Config\n"
"------"
msgstr ""
"設定\n"
"----"

msgid ""
"Histedit rule lines are truncated to 80 characters by default. You\n"
"can customize this behavior by setting a different length in your\n"
"configuration file::"
msgstr ""
"生成される改変指示の行は、 80 カラムでの切り詰めがデフォルトです。\n"
"以下の設定により、 切り詰めのカラム幅を変更できます::"

msgid ""
"  [histedit]\n"
"  linelen = 120      # truncate rule lines at 120 characters"
msgstr ""
"  [histedit]\n"
"  linelen = 120      # 改変指示行を 120 カラムで切り詰め"

msgid ""
"``hg histedit`` attempts to automatically choose an appropriate base\n"
"revision to use. To change which base revision is used, define a\n"
"revset in your configuration file::"
msgstr ""
":hg:`histedit` は、 適切な改変対象リビジョンを、 自動的に選択します。\n"
"対象の選択方式を変更したい場合、 設定ファイルに以下の様な記述を追加します::"

msgid ""
"  [histedit]\n"
"  defaultrev = only(.) & draft()"
msgstr ""
"  [histedit]\n"
"  defaultrev = only(.) & draft()"

msgid ""
"By default each edited revision needs to be present in histedit commands.\n"
"To remove revision you need to use ``drop`` operation. You can configure\n"
"the drop to be implicit for missing commits by adding::"
msgstr ""
"全ての改変対象リビジョンに対して、 改変指示の記述が必要になります。\n"
"特定のリビジョンを破棄する場合は ``drop`` 操作を指定してください。\n"
"以下の記述を追加することで、 改変指示のないリビジョンに対して、\n"
"``drop`` 操作を実施させることができます::"

msgid ""
"  [histedit]\n"
"  dropmissing = True"
msgstr ""
"  [histedit]\n"
"  dropmissing = True"

msgid ""
"By default, histedit will close the transaction after each action. For\n"
"performance purposes, you can configure histedit to use a single "
"transaction\n"
"across the entire histedit. WARNING: This setting introduces a significant "
"risk\n"
"of losing the work you've done in a histedit if the histedit aborts\n"
"unexpectedly::"
msgstr ""
"特に指定が無い場合、 個々の処理毎に、 トランザクションが作成されます。\n"
"実行性能の観点から、 単一トランザクションでの histedit 実行も可能です。\n"
"警告: histedit が予期せず中断した場合、 作業内容を失うかもしれない、\n"
"深刻な危険性を持つ設定ですので、 設定の際は注意してください::"

msgid ""
"  [histedit]\n"
"  singletransaction = True"
msgstr ""
"  [histedit]\n"
"  singletransaction = True"

#, python-format
msgid "Edit history between %s and %s"
msgstr "リビジョン %s から %s にかけての履歴の改変"

#, python-format
msgid "Commits are listed from least to most recent"
msgstr "改変対象一覧は、リビジョン番号の昇順 (小⇒大) になっています。"

#, python-format
msgid "You can reorder changesets by reordering the lines"
msgstr "行の入れ替えにより、リビジョンの順序を入れ替え可能です。"

#, python-format
msgid "Commands:\n"
msgstr "利用可能コマンド:\n"

msgid "histedit"
msgstr "histedit"

#, fuzzy, python-format
msgid "invalid changeset %s"
msgstr "リビジョン %s の展開中"

#, python-format
msgid "unknown changeset %s listed"
msgstr "未知のリビジョン %s が指定されました"

#, python-format
msgid "%s \"%s\" changeset was not a candidate"
msgstr "改変対象以外への操作 %s \"%s\" が検出されました"

msgid "only use listed changesets"
msgstr "予め列挙されたリビジョンへの操作のみを指定してください"

#, python-format
msgid "duplicated command for changeset %s"
msgstr "リビジョン %s への操作指定が複数あります"

#, python-format
msgid "Fix up the change (%s %s)"
msgstr "衝突を解消してください (%s %s)"

msgid "hg histedit --continue to resume"
msgstr "hg histedit --continue で履歴改変を再開できます"

#, python-format
msgid "%s: skipping changeset (no changes)\n"
msgstr "%s: 改変操作を省略 (変更の必要がありません)\n"

#, python-format
msgid "cannot fold into public change %s"
msgstr "public フェーズのリビジョン %s への併合はできません"

msgid "working copy has pending changes"
msgstr "作業領域の変更が未コミットです"

msgid ""
"amend, commit, or revert them and run histedit --continue, or abort with "
"histedit --abort"
msgstr ""
"commit (--amend) または revert を実施後、hg histedit --continue か hg "
"histedit --abort を実施してください"

msgid "use commit"
msgstr "リビジョンを採用"

msgid "use commit, but stop for amending"
msgstr "リビジョンを採用: 但し修正のために一旦実行を中断"

#, python-format
msgid "Editing (%s), you may commit or record as needed now."
msgstr "変更内容改変 (%s): 変更を実施してください (追加コミットも可)"

msgid "use commit, but combine it with the one above"
msgstr "リビジョンを採用: 但し直前(= 一覧での上)のリビジョンに併合"

#, python-format
msgid "%s: empty changeset\n"
msgstr "%s: 空のリビジョン\n"

#, python-format
msgid ""
"%s: cannot fold - working copy is not a descendant of previous commit %s\n"
msgstr ""
"%s: 併合できません - 作業領域は直前のコミット %s の子孫ではありません\n"

msgid "checkout changeset and apply further changesets from there"
msgstr ""

#, python-format
msgid "%s \"%s\" changeset was an edited list candidate"
msgstr "%s の適用対象が編集対象リビジョン \"%s\" です"

msgid "base must only use unlisted changesets"
msgstr "この編集操作は予め列挙されたリビジョンには適用できません"

msgid "fold subclass used for when multiple folds happen in a row"
msgstr ""

msgid ""
"    We only want to fire the editor for the folded message once when\n"
"    (say) four changes are folded down into a single change. This is\n"
"    similar to rollup, but we should preserve both messages so that\n"
"    when the last fold operation runs we can show the user all the\n"
"    commit messages in their editor.\n"
"    "
msgstr ""

msgid "like fold, but discard this commit's description and date"
msgstr "リビジョンを採用: fold 同様併合するが、コミットログ/日付は破棄"

msgid "remove commit from history"
msgstr "リビジョンを破棄"

msgid "edit commit message without changing commit content"
msgstr "リビジョンを採用: 変更内容を維持しつつ、コミットログを修正"

#, python-format
msgid "comparing with %s\n"
msgstr "%s と比較中\n"

msgid "no outgoing ancestors"
msgstr "反映候補リビジョンがありません"

msgid "there are ambiguous outgoing revisions"
msgstr "紛らわしい反映候補リビジョンが存在します"

msgid "see 'hg help histedit' for more detail"
msgstr "詳細は 'hg help histedit' を参照"

msgid "read history edits from the specified file"
msgstr "履歴改変指示を指定ファイルから読み込み"

msgid "continue an edit already in progress"
msgstr "中断された未完了の履歴改変を再開"

msgid "edit remaining actions list"
msgstr "残りの改変指示内容の編集"

msgid "don't strip old nodes after edit is complete"
msgstr "改変元の履歴を改変完了後も保持"

msgid "abort an edit in progress"
msgstr "未完了の履歴改変を中止"

msgid "changesets not found in destination"
msgstr "連携先リポジトリに含まれないリビジョンを選択"

msgid "force outgoing even for unrelated repositories"
msgstr "連携先が無関係なリポジトリでも比較を実施"

msgid "first revision to be edited"
msgstr "改変対象の最初のリビジョン"

msgid "[OPTIONS] ([ANCESTOR] | --outgoing [URL])"
msgstr "[OPTIONS] ([ANCESTOR] | --outgoing [URL])"

msgid "interactively edit changeset history"
msgstr "対話的な履歴の改変"

msgid ""
"    This command lets you edit a linear series of changesets (up to\n"
"    and including the working directory, which should be clean).\n"
"    You can:"
msgstr ""
"    本コマンドは、 作業領域の親と、 その直系の祖先の履歴改変を行います\n"
"    (作業領域中の変更は、 事前にコミット/破棄してください)。\n"
"    利用可能な改変操作機能は以下の通りです:"

msgid "    - `pick` to [re]order a changeset"
msgstr "    - `pick` でリビジョンを採用"

msgid "    - `drop` to omit changeset"
msgstr "    - `drop` でリビジョンを破棄"

msgid "    - `mess` to reword the changeset commit message"
msgstr "    - `mess` でコミットログを修正"

msgid ""
"    - `fold` to combine it with the preceding changeset (using the later "
"date)"
msgstr "    - `fold` で直前のリビジョンに併合 (新しい方の日付を採用)"

msgid ""
"    - `roll` like fold, but discarding this commit's description and date"
msgstr "    - `roll` で fold 同様併合するが、コミットログ/日付は破棄"

msgid "    - `edit` to edit this changeset (preserving date)"
msgstr "    - `edit` で変更内容を再編集 (日付は保持)"

#, fuzzy
msgid ""
"    - `base` to checkout changeset and apply further changesets from there"
msgstr "リポジトリからの、 特定リビジョンおよびその子孫の除外"

msgid "    There are a number of ways to select the root changeset:"
msgstr "    改変対象リビジョンの指定には、 以下の様な方法があります:"

msgid "    - Specify ANCESTOR directly"
msgstr "    - 引数で改変対象の祖先 (ANCESTOR) を直接指定"

msgid ""
"    - Use --outgoing -- it will be the first linear changeset not\n"
"      included in destination. (See :hg:`help config.paths.default-push`)"
msgstr ""
"    - ``--outgoing`` 指定時は、 連携先への反映候補リビジョンのうち、\n"
"      作業領域の親の直系の祖先を改変 (:hg:`help config.paths.default-push`\n"
"      参照)"

msgid ""
"    - Otherwise, the value from the \"histedit.defaultrev\" config option\n"
"      is used as a revset to select the base revision when ANCESTOR is not\n"
"      specified. The first revision returned by the revset is used. By\n"
"      default, this selects the editable history that is unique to the\n"
"      ancestry of the working directory."
msgstr ""
"    - 改変対象の指定がない場合、 \"histedit.defaultrev\" 設定を使って、\n"
"      改変対象が選択されます。 revsets 表記で得た最初のリビジョンと、\n"
"      その直系の子孫が、 改変対象となります。 明示的な指定がない場合、\n"
"      作業領域の親が属する (構造的) ブランチ固有のリビジョンが、\n"
"      改変対象となります。"

msgid ""
"       If you use --outgoing, this command will abort if there are "
"ambiguous\n"
"       outgoing revisions. For example, if there are multiple branches\n"
"       containing outgoing revisions."
msgstr ""
"       ``--outgoing`` 指定の際に、改変対象の選択が紛らわしい場合、\n"
"       履歴改変は中止されます。 例えば、 反映候補リビジョンが、\n"
"       複数のブランチ上に存在するケースなどです。"

msgid ""
"       Use \"min(outgoing() and ::.)\" or similar revset specification\n"
"       instead of --outgoing to specify edit target revision exactly in\n"
"       such ambiguous situation. See :hg:`help revsets` for detail about\n"
"       selecting revisions."
msgstr ""
"       紛らわしさのために --outgoing が使用できない場合、 \"min(outgoing()\n"
"       and ::.)\" または同等の revset 表記により、 改変対象リビジョンを、\n"
"       厳密に指定してください。 リビジョン指定の詳細は :hg:`help revsets`\n"
"       を参照してください。"

msgid "       Examples:"
msgstr "       例:"

msgid ""
"         - A number of changes have been made.\n"
"           Revision 3 is no longer needed."
msgstr ""
"         - 複数のリビジョンがコミット済みの状態。\n"
"           リビジョン 3 が不要になったケース。"

msgid "           Start history editing from revision 3::"
msgstr "           リビジョン 3 以降の履歴の編集を開始してください::"

msgid "             hg histedit -r 3"
msgstr "             hg histedit -r 3"

msgid ""
"           An editor opens, containing the list of revisions,\n"
"           with specific actions specified::"
msgstr ""
"           以下のようなリビジョンと改変操作の一覧と共に、\n"
"           エディタが起動されます::"

msgid ""
"             pick 5339bf82f0ca 3 Zworgle the foobar\n"
"             pick 8ef592ce7cc4 4 Bedazzle the zerlog\n"
"             pick 0a9639fcda9d 5 Morgify the cromulancy"
msgstr ""
"             pick 5339bf82f0ca 3 Zworgle the foobar\n"
"             pick 8ef592ce7cc4 4 Bedazzle the zerlog\n"
"             pick 0a9639fcda9d 5 Morgify the cromulancy"

msgid ""
"           Additional information about the possible actions\n"
"           to take appears below the list of revisions."
msgstr ""
"           リビジョン一覧に続けて、 指定可能な改変操作一覧も表示されます。"

msgid ""
"           To remove revision 3 from the history,\n"
"           its action (at the beginning of the relevant line)\n"
"           is changed to 'drop'::"
msgstr ""
"           履歴からリビジョン 3 を取り除くには、 \n"
"           リビジョン 3 の対応行の冒頭の改変操作を 'drop' に変更します::"

msgid ""
"             drop 5339bf82f0ca 3 Zworgle the foobar\n"
"             pick 8ef592ce7cc4 4 Bedazzle the zerlog\n"
"             pick 0a9639fcda9d 5 Morgify the cromulancy"
msgstr ""
"             drop 5339bf82f0ca 3 Zworgle the foobar\n"
"             pick 8ef592ce7cc4 4 Bedazzle the zerlog\n"
"             pick 0a9639fcda9d 5 Morgify the cromulancy"

msgid ""
"         - A number of changes have been made.\n"
"           Revision 2 and 4 need to be swapped."
msgstr ""
"         - 複数のリビジョンがコミット済みの状態。\n"
"           リビジョン 2 と 4 の順序を入れ替えたいケース。"

msgid "           Start history editing from revision 2::"
msgstr "           リビジョン 2 以降の履歴の編集を開始してください::"

msgid "             hg histedit -r 2"
msgstr "             hg histedit -r 2"

msgid ""
"             pick 252a1af424ad 2 Blorb a morgwazzle\n"
"             pick 5339bf82f0ca 3 Zworgle the foobar\n"
"             pick 8ef592ce7cc4 4 Bedazzle the zerlog"
msgstr ""
"             pick 252a1af424ad 2 Blorb a morgwazzle\n"
"             pick 5339bf82f0ca 3 Zworgle the foobar\n"
"             pick 8ef592ce7cc4 4 Bedazzle the zerlog"

msgid ""
"           To swap revision 2 and 4, its lines are swapped\n"
"           in the editor::"
msgstr ""
"           エディタ上での対応行の入れ替えで、 リビジョン 2 と 4 の、\n"
"           順序を入れ替えできます::"

msgid ""
"             pick 8ef592ce7cc4 4 Bedazzle the zerlog\n"
"             pick 5339bf82f0ca 3 Zworgle the foobar\n"
"             pick 252a1af424ad 2 Blorb a morgwazzle"
msgstr ""
"             pick 8ef592ce7cc4 4 Bedazzle the zerlog\n"
"             pick 5339bf82f0ca 3 Zworgle the foobar\n"
"             pick 252a1af424ad 2 Blorb a morgwazzle"

msgid ""
"    Returns 0 on success, 1 if user intervention is required (not only\n"
"    for intentional \"edit\" command, but also for resolving unexpected\n"
"    conflicts).\n"
"    "
msgstr ""
"    成功時のコマンド終了値は 0、 ユーザによる作業 (\"edit\" 指定による、\n"
"    意図的なもの以外に、 予期せぬ衝突発生時も含みます) が必要な場合は\n"
"    1 です。\n"
"    "

msgid "source has mq patches applied"
msgstr "元リポジトリでは MQ パッチが適用中です"

msgid "--force only allowed with --outgoing"
msgstr "--outgoing 指定時のみ --force を指定可能です"

msgid "no arguments allowed with --continue"
msgstr "--continue 指定時は引数を指定できません"

msgid "no arguments allowed with --abort"
msgstr "--abort 指定時は引数を指定できません"

msgid "only --commands argument allowed with --edit-plan"
msgstr "--edit-plan 指定時には、--commands 以外のオプションは指定できません"

msgid "history edit already in progress, try --continue or --abort"
msgstr "履歴改変が未完了です。 --continue または --abortを指定してください"

msgid "no revisions allowed with --outgoing"
msgstr "--outgoing とリビジョン指定は併用できません"

msgid "only one repo argument allowed with --outgoing"
msgstr "--outgoing 指定時には、引数は1つしか指定できません"

msgid "histedit requires exactly one ancestor revision"
msgstr "履歴改変には単一の祖先リビジョンを指定してください"

# this is left untranslated intentionally, because this VERY GENERIC
# word may be used also for something other than histedit
# (by foozy@lares.dti.ne.jp)
msgid "editing"
msgstr ""

# this is left untranslated intentionally, because this VERY GENERIC
# word may be used also for something other than histedit
# (by foozy@lares.dti.ne.jp)
msgid "changes"
msgstr ""

msgid ""
"warning: encountered an exception during histedit --abort; the repository "
"may not have been completely cleaned up\n"
msgstr ""
"警告: histedit --abort が中断されました。履歴改変状態が、不完全なまま残ってい"
"る可能性があります。\n"

msgid "The specified revisions must have exactly one common root"
msgstr "指定リビジョン群は、単一の共通祖先リビジョンを持つ必要があります"

#, python-format
msgid "%s is not an ancestor of working directory"
msgstr "%s は作業領域の祖先ではありません"

msgid "can only histedit a changeset together with all its descendants"
msgstr "対象の全子孫が編集対象に含まれる場合のみリビジョンの編集が可能です。"

msgid "cannot edit history that contains merges"
msgstr "マージを含む履歴は histedit の対象に指定できません"

#, python-format
msgid "cannot edit public changeset: %s"
msgstr "public フェーズのリビジョンは改変できません: %s"

msgid "see 'hg help phases' for details"
msgstr "詳細は 'hg help phases' 参照"

#, python-format
msgid "malformed line \"%s\""
msgstr "不正な行 \"%s\""

#, python-format
msgid "unknown action \"%s\""
msgstr "未知の操作 \"%s\" が指定されました"

msgid "warning: histedit rules saved to: .hg/histedit-last-edit.txt\n"
msgstr "警告: histedit の操作指示は .hg/histedit-last-edit.txt に保存\n"

#, fuzzy, python-format
msgid "first changeset cannot use verb \"%s\""
msgstr "リビジョン %s をそれ自身で廃止することはできません"

msgid "no rules provided"
msgstr "処理内容指定が空です"

msgid "use strip extension to remove commits"
msgstr "リビジョンの破棄は strip エクステンションを使用してください"

#, python-format
msgid "missing rules for changeset %s"
msgstr "リビジョン %s への操作指定がありません"

#, python-format
msgid "use \"drop %s\" to discard, see also: 'hg help -e histedit.config'"
msgstr ""
"破棄する場合は \"drop %s\" を使用します。'hg help -e histedit.config'も参照し"
"てください。"

#, python-format
msgid "histedit in progress, can't strip %s"
msgstr "histedit による履歴改変が未完了のため、%s を除外できません"

#. i18n: column positioning for "hg summary"
#, python-format
msgid "hist:   %s (histedit --continue)\n"
msgstr "hist:         %s (histedit --continue)\n"

#, python-format
msgid "%d remaining"
msgstr "残リビジョン数 %d"

msgid "histedit in progress"
msgstr "histedit による履歴改変が未完了です"

msgid "use 'hg histedit --continue' or 'hg histedit --abort'"
msgstr "'hg histedit --continue' か 'hg histedit --abort' を実施してください"

msgid "hg histedit --continue"
msgstr "hg histedit --continue"

#, fuzzy
msgid " store some pushes in a remote blob store on the server (EXPERIMENTAL)"
msgstr "共有元情報を相対パスで保持 (実験的実装)"

msgid ""
"    [infinitepush]\n"
"    # Server-side and client-side option. Pattern of the infinitepush "
"bookmark\n"
"    branchpattern = PATTERN"
msgstr ""

msgid ""
"    # Server or client\n"
"    server = False"
msgstr ""

msgid ""
"    # Server-side option. Possible values: 'disk' or 'sql'. Fails if not "
"set\n"
"    indextype = disk"
msgstr ""

msgid ""
"    # Server-side option. Used only if indextype=sql.\n"
"    # Format: 'IP:PORT:DB_NAME:USER:PASSWORD'\n"
"    sqlhost = IP:PORT:DB_NAME:USER:PASSWORD"
msgstr ""

msgid ""
"    # Server-side option. Used only if indextype=disk.\n"
"    # Filesystem path to the index store\n"
"    indexpath = PATH"
msgstr ""

msgid ""
"    # Server-side option. Possible values: 'disk' or 'external'\n"
"    # Fails if not set\n"
"    storetype = disk"
msgstr ""

msgid ""
"    # Server-side option.\n"
"    # Path to the binary that will save bundle to the bundlestore\n"
"    # Formatted cmd line will be passed to it (see `put_args`)\n"
"    put_binary = put"
msgstr ""

msgid ""
"    # Serser-side option. Used only if storetype=external.\n"
"    # Format cmd-line string for put binary. Placeholder: {filename}\n"
"    put_args = {filename}"
msgstr ""

msgid ""
"    # Server-side option.\n"
"    # Path to the binary that get bundle from the bundlestore.\n"
"    # Formatted cmd line will be passed to it (see `get_args`)\n"
"    get_binary = get"
msgstr ""

msgid ""
"    # Serser-side option. Used only if storetype=external.\n"
"    # Format cmd-line string for get binary. Placeholders: {filename} "
"{handle}\n"
"    get_args = {filename} {handle}"
msgstr ""

msgid ""
"    # Server-side option\n"
"    logfile = FIlE"
msgstr ""

msgid ""
"    # Server-side option\n"
"    loglevel = DEBUG"
msgstr ""

msgid ""
"    # Server-side option. Used only if indextype=sql.\n"
"    # Sets mysql wait_timeout option.\n"
"    waittimeout = 300"
msgstr ""

msgid ""
"    # Server-side option. Used only if indextype=sql.\n"
"    # Sets mysql innodb_lock_wait_timeout option.\n"
"    locktimeout = 120"
msgstr ""

msgid ""
"    # Server-side option. Used only if indextype=sql.\n"
"    # Name of the repository\n"
"    reponame = ''"
msgstr ""

msgid ""
"    # Client-side option. Used by --list-remote option. List of remote "
"scratch\n"
"    # patterns to list if no patterns are specified.\n"
"    defaultremotepatterns = ['*']"
msgstr ""

msgid ""
"    # Instructs infinitepush to forward all received bundle2 parts to the\n"
"    # bundle for storage. Defaults to False.\n"
"    storeallparts = True"
msgstr ""

msgid ""
"    # routes each incoming push to the bundlestore. defaults to False\n"
"    pushtobundlestore = True"
msgstr ""

msgid ""
"    [remotenames]\n"
"    # Client-side option\n"
"    # This option should be set only if remotenames extension is enabled.\n"
"    # Whether remote bookmarks are tracked by remotenames extension.\n"
"    bookmarks = True\n"
msgstr ""

msgid "please set infinitepush.sqlhost"
msgstr ""

msgid "please set infinitepush.reponame"
msgstr ""

#, fuzzy, python-format
msgid "invalid log level %s"
msgstr "不正なローカルアドレス: %s"

#, fuzzy, python-format
msgid "unknown infinitepush store type specified %s"
msgstr "--type に未知のバンドル種別が指定されました"

#, fuzzy, python-format
msgid "unknown infinitepush index type specified %s"
msgstr "--type に未知のバンドル種別が指定されました"

#, fuzzy
msgid "force push to go to bundle store (EXPERIMENTAL)"
msgstr "表示対象リビジョン"

msgid "default repository not configured!"
msgstr "デフォルトの連携先が設定されていません"

msgid "see 'hg help config.paths'"
msgstr "詳細は 'hg help config.paths' 参照"

#, fuzzy
msgid "infinitepush bookmark '{}' does not exist in path '{}'"
msgstr "ブックマーク '%s' は存在しません"

msgid "no changes found\n"
msgstr "差分はありません\n"

#, fuzzy
msgid "storing changesets on the bundlestore\n"
msgstr "連携先リポジトリに含まれないリビジョンの表示"

msgid "cannot push more than one head to a scratch branch"
msgstr ""

#, fuzzy, python-format
msgid "pushing %d commit%s:\n"
msgstr "%s への反映中\n"

#, fuzzy
msgid "no commits to push"
msgstr "リビジョン指定は空です"

#, fuzzy, python-format
msgid "no server support for %r"
msgstr "%s 機能が未サポートです"

#, fuzzy
msgid "nothing to push"
msgstr "rebase の必要はありません"

msgid "track previous positions of bookmarks (EXPERIMENTAL)"
msgstr ""

msgid ""
"This extension adds a new command: `hg journal`, which shows you where\n"
"bookmarks were previously located."
msgstr ""

msgid "journal lock does not support nesting"
msgstr ""

#, python-format
msgid "journal of %s"
msgstr ""

#, python-format
msgid "waiting for lock on %s held by %r\n"
msgstr "%s のロック (%r が保持) の解放を待っています\n"

#, python-format
msgid "got lock after %s seconds\n"
msgstr "%s 秒遅れでロックを獲得\n"

#, python-format
msgid "unsupported journal file version '%s'\n"
msgstr ""

msgid "not available"
msgstr ""

#, python-format
msgid "unknown journal file version '%s'"
msgstr ""

msgid "show the previous position of bookmarks and the working copy"
msgstr ""

msgid ""
"    The journal is used to see the previous commits that bookmarks and the\n"
"    working copy pointed to. By default the previous locations for the "
"working\n"
"    copy.  Passing a bookmark name will show all the previous positions of\n"
"    that bookmark. Use the --all switch to show previous locations for all\n"
"    bookmarks and the working copy; each line will then include the "
"bookmark\n"
"    name, or '.' for the working copy, as well."
msgstr ""

msgid ""
"    If `name` starts with `re:`, the remainder of the name is treated as\n"
"    a regular expression. To match a name that actually starts with `re:`,\n"
"    use the prefix `literal:`."
msgstr ""

msgid ""
"    By default hg journal only shows the commit hash and the command that "
"was\n"
"    running at that time. -v/--verbose will show the prior hash, the user, "
"and\n"
"    the time at which it happened."
msgstr ""

msgid ""
"    Use -c/--commits to output log information on each commit hash; at this\n"
"    point you can use the usual `--patch`, `--git`, `--stat` and `--"
"template`\n"
"    switches to alter the log output for these."
msgstr ""

msgid ""
"    `hg journal -T json` can be used to produce machine readable output."
msgstr ""

msgid "You can't combine --all and filtering on a name"
msgstr ""

msgid "the working copy and bookmarks"
msgstr ""

#, python-format
msgid "previous locations of %s:\n"
msgstr ""

msgid "no recorded locations\n"
msgstr ""

msgid "expand keywords in tracked files"
msgstr "構成管理対象ファイル中のキーワード展開"

msgid ""
"This extension expands RCS/CVS-like or self-customized $Keywords$ in\n"
"tracked text files selected by your configuration."
msgstr ""
"本エクステンションは、 構成管理対象ファイル中の RCS/CVS 的\n"
"(カスタマイズ可能)な $Keywords$ を、 設定ファイルでの記述に従い\n"
"展開します。"

msgid ""
"Keywords are only expanded in local repositories and not stored in the\n"
"change history. The mechanism can be regarded as a convenience for the\n"
"current user or for archive distribution."
msgstr ""
"キーワード展開は作業領域でのみ行われ、 履歴には残りません。\n"
"この仕組みは現行ユーザやアーカイブ配布者に配慮しています。"

msgid ""
"Keywords expand to the changeset data pertaining to the latest change\n"
"relative to the working directory parent of each file."
msgstr ""
"作業領域の各ファイルに対する直近の変更内容を使用して、\n"
"キーワードの展開が行われます"

msgid ""
"Configuration is done in the [keyword], [keywordset] and [keywordmaps]\n"
"sections of hgrc files."
msgstr ""
"設定は、 設定ファイル中の [keyword] [keywordset] および [keywordmaps]\n"
"セクションに記述します。"

msgid "Example::"
msgstr "記述例::"

msgid ""
"    [keyword]\n"
"    # expand keywords in every python file except those matching \"x*\"\n"
"    **.py =\n"
"    x*    = ignore"
msgstr ""
"    [keyword]\n"
"    # \"x*\" に合致「しない」 python ファイルでのみキーワード展開\n"
"    **.py =\n"
"    x*    = ignore"

msgid ""
"    [keywordset]\n"
"    # prefer svn- over cvs-like default keywordmaps\n"
"    svn = True"
msgstr ""
"    [keywordset]\n"
"    # CVS 的なキーワード展開よりも SVN 的なものを選択\n"
"    svn = True"

msgid ""
"   The more specific you are in your filename patterns the less you\n"
"   lose speed in huge repositories."
msgstr ""
"   ファイル名パターンが更に特殊になる場合、 リポジトリサイズ次第では、\n"
"   実行性能が低下する可能性があります。"

msgid ""
"For [keywordmaps] template mapping and expansion demonstration and\n"
"control run :hg:`kwdemo`. See :hg:`help templates` for a list of\n"
"available templates and filters."
msgstr ""
"[keywordmaps] でのテンプレート設定の展開を実演するには、 :hg:`kwdemo`\n"
"を実行します。 使用可能なテンプレートやフィルタに関しては\n"
":hg:`help templates` を参照してください。"

msgid "Three additional date template filters are provided:"
msgstr "テンプレートでの日時用フィルタが 3 つ追加されます:"

msgid ""
":``utcdate``:    \"2006/09/18 15:13:13\"\n"
":``svnutcdate``: \"2006-09-18 15:13:13Z\"\n"
":``svnisodate``: \"2006-09-18 08:13:13 -700 (Mon, 18 Sep 2006)\""
msgstr ""
":``utcdate``:    \"2006/09/18 15:13:13\"\n"
":``svnutcdate``: \"2006-09-18 15:13:13Z\"\n"
":``svnisodate``: \"2006-09-18 08:13:13 -700 (Mon, 18 Sep 2006)\""

msgid ""
"The default template mappings (view with :hg:`kwdemo -d`) can be\n"
"replaced with customized keywords and templates. Again, run\n"
":hg:`kwdemo` to control the results of your configuration changes."
msgstr ""
"無指定時のテンプレート設定 (:hg:`kwdemo -d` で閲覧可能) は、\n"
"キーワード及びテンプレートのカスタマイズで、 置き換えることが可能です。\n"
"繰り返しますが、 設定変更の確認は :hg:`kwdemo` で行うことができます。"

msgid ""
"Before changing/disabling active keywords, you must run :hg:`kwshrink`\n"
"to avoid storing expanded keywords in the change history."
msgstr ""
"展開済みキーワードの、 意図せぬ履歴への記録を防ぐために、\n"
"キーワード展開の設定変更/無効化の前には、\n"
"必ず :hg:`kwshrink` を実行してください。"

msgid ""
"To force expansion after enabling it, or a configuration change, run\n"
":hg:`kwexpand`."
msgstr ""
"キーワードの設定変更/有効化後に、 強制的に展開する場合は :hg:`kwexpand`\n"
"を実行してください。"

msgid ""
"Expansions spanning more than one line and incremental expansions,\n"
"like CVS' $Log$, are not supported. A keyword template map \"Log =\n"
"{desc}\" expands to the first line of the changeset description.\n"
msgstr ""
"複数行に渡る展開や、 CVS の $Log$ のような増加する内容の展開は\n"
"未サポートです。 キーワードテンプレート設定 \"Log = {desc}\" は、\n"
"コミットログの最初の一行を埋め込みます。\n"

#, python-format
msgid "overwriting %s expanding keywords\n"
msgstr "キーワード置換で %s を上書き\n"

#, python-format
msgid "overwriting %s shrinking keywords\n"
msgstr "キーワード置換で %s を上書き\n"

msgid "[keyword] patterns cannot match"
msgstr "[keyword] パターンが合致しません"

msgid "no [keyword] patterns configured"
msgstr "[keyword] でのパターン設定がありません"

msgid "outstanding uncommitted merge"
msgstr "マージが未コミットです"

msgid "outstanding uncommitted changes"
msgstr "変更が未コミットです"

msgid "show default keyword template maps"
msgstr "デフォルトのテンプレートマップで表示"

msgid "read maps from rcfile"
msgstr "設定ファイルからのマップ設定の読み込み"

msgid "hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]..."
msgstr "hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]..."

msgid "print [keywordmaps] configuration and an expansion example"
msgstr "[keywordmaps] での設定内容および展開例の表示"

msgid ""
"    Show current, custom, or default keyword template maps and their\n"
"    expansions."
msgstr ""
"    現時点、 固有またはデフォルトのキーワードテンプレートマップ、\n"
"    およびその展開例を表示します。"

msgid ""
"    Extend the current configuration by specifying maps as arguments\n"
"    and using -f/--rcfile to source an external hgrc file."
msgstr ""
"    引数でのマップ指定や、 -f/--rcfile 指定による外部設定ファイルからの\n"
"    読み込みにより、 現時点での設定を拡張することができます。"

msgid "    Use -d/--default to disable current configuration."
msgstr ""
"    -d/--default 指定により、 現時点のキーワードテンプレート設定を\n"
"    一時的に無効化することもできます。"

msgid ""
"    See :hg:`help templates` for information on templates and filters.\n"
"    "
msgstr ""
"    テンプレートやフィルタ機能に関しては :hg:`help templates`\n"
"    を参照してください。\n"
"    "

#, python-format
msgid "creating temporary repository at %s\n"
msgstr "一時リポジトリ %s の作成中\n"

msgid ""
"\n"
"\tconfiguration using custom keyword template maps\n"
msgstr ""
"\n"
"\t固有キーワードテンプレートマップ設定を使用\n"

msgid "\textending current template maps\n"
msgstr "\t現行テンプレートマップの終了\n"

msgid "\toverriding default svn keywordset\n"
msgstr "\tsvn のデフォルトキーワードを上書き\n"

msgid "\toverriding default cvs keywordset\n"
msgstr "\tcvs のデフォルトキーワードを上書き\n"

msgid ""
"\n"
"\tconfiguration using default svn keywordset\n"
msgstr ""
"\n"
"\tsvn のデフォルトキーワード設定を使用\n"

msgid ""
"\n"
"\tconfiguration using default cvs keywordset\n"
msgstr ""
"\n"
"\tcvs のデフォルトキーワード設定を使用\n"

msgid "\tdisabling current template maps\n"
msgstr "\t現行のテンプレートマップを無効化\n"

msgid ""
"\n"
"\tconfiguration using current keyword template maps\n"
msgstr ""
"\n"
"\t現行のキーワードテンプレートマップを使用\n"

#, python-format
msgid ""
"\n"
"keywords written to %s:\n"
msgstr ""
"\n"
"キーワードを %s に書き込みました:\n"

msgid "hg keyword configuration and expansion example"
msgstr "keyword エクステンションの設定/展開の例"

msgid ""
"\n"
"\tkeywords expanded\n"
msgstr ""
"\n"
"\tキーワードを展開\n"

msgid "hg kwexpand [OPTION]... [FILE]..."
msgstr "hg kwexpand [OPTION]... [FILE]..."

msgid "expand keywords in the working directory"
msgstr "作業領域におけるキーワードの展開"

msgid "    Run after (re)enabling keyword expansion."
msgstr "    キーワード埋め込みが(再)有効化されてから実行してください。"

msgid ""
"    kwexpand refuses to run if given files contain local changes.\n"
"    "
msgstr ""
"    指定されたファイルの変更が未コミットの場合、 実行は中止されます。\n"
"    "

msgid "show keyword status flags of all files"
msgstr "全ファイルのキーワード展開設定を表示"

msgid "show files excluded from expansion"
msgstr "キーワード展開対象外のファイルを表示"

msgid "only show unknown (not tracked) files"
msgstr "構成管理対象外のファイルを表示"

msgid "hg kwfiles [OPTION]... [FILE]..."
msgstr "hg kwfiles [OPTION]... [FILE]..."

msgid "show files configured for keyword expansion"
msgstr "キーワード展開対象ファイルの表示"

msgid ""
"    List which files in the working directory are matched by the\n"
"    [keyword] configuration patterns."
msgstr ""
"    作業領域中のファイルで、 [keyword]  設定でのパターンに合致する\n"
"    ファイルの一覧を表示します。"

msgid ""
"    Useful to prevent inadvertent keyword expansion and to speed up\n"
"    execution by including only files that are actual candidates for\n"
"    expansion."
msgstr ""
"    予期せぬキーワード展開の防止と、 実行性能向上のために、 実際の\n"
"    埋め込み対象となるファイルのみを設定することをお勧めします。"

msgid ""
"    See :hg:`help keyword` on how to construct patterns both for\n"
"    inclusion and exclusion of files."
msgstr ""
"    パターン合致に関する詳細は、 :hg:`help keyword` を参照してください。"

msgid ""
"    With -A/--all and -v/--verbose the codes used to show the status\n"
"    of files are::"
msgstr ""
"    -a/--all および -v/--verbose 指定のある場合、 各ファイルの状況は\n"
"    以下の記号で表現されます::"

msgid ""
"      K = keyword expansion candidate\n"
"      k = keyword expansion candidate (not tracked)\n"
"      I = ignored\n"
"      i = ignored (not tracked)\n"
"    "
msgstr ""
"      K = キーワード展開候補\n"
"      k = キーワード展開候補(構成管理対象外)\n"
"      I = 無視\n"
"      i = 無視(構成管理対象外)\n"
"    "

msgid "hg kwshrink [OPTION]... [FILE]..."
msgstr "hg kwshrink [OPTION]... [FILE]..."

msgid "revert expanded keywords in the working directory"
msgstr "作業領域中のキーワード展開の取り消し"

msgid "    Must be run before changing/disabling active keywords."
msgstr ""
"    キーワード展開の設定変更/無効化の前に、\n"
"    必ず実施してください。"

msgid ""
"    kwshrink refuses to run if given files contain local changes.\n"
"    "
msgstr ""
"    指定されたファイルの変更が未コミットの場合、 実行は中止されます。\n"
"    "

msgid "track large binary files"
msgstr "大容量バイナリファイルの管理"

msgid ""
"Large binary files tend to be not very compressible, not very\n"
"diffable, and not at all mergeable. Such files are not handled\n"
"efficiently by Mercurial's storage format (revlog), which is based on\n"
"compressed binary deltas; storing large binary files as regular\n"
"Mercurial files wastes bandwidth and disk space and increases\n"
"Mercurial's memory usage. The largefiles extension addresses these\n"
"problems by adding a centralized client-server layer on top of\n"
"Mercurial: largefiles live in a *central store* out on the network\n"
"somewhere, and you only fetch the revisions that you need when you\n"
"need them."
msgstr ""
"大容量バイナリファイルの取り扱いは、 圧縮、 差分取得、 マージの点で、\n"
"非常に難しいです。 バイナリ差分の圧縮をベースにした Mercurial の格納形式\n"
"(revlog 形式) でそのようなファイルを扱うのは、 効率が良くありません:\n"
"大容量バイナリファイルを、 通常ファイルと同様に格納した場合、 \n"
"転送帯域や、ディスク/メモリの消費量を増加させてしまいます。\n"
"largefiles エクステンションは、 Mercurial の仕組みの上に、 クライアント/\n"
"サーバ的な、 中央集約的な機能を追加することで、 この問題に対処します:\n"
"大容量ファイルは、 ネットワーク上の *中央格納領域* で保持され、\n"
"リビジョン参照時に必要となった時点で、 必要な版だけが取得されます。\n"
"(※ 訳注: 「中央格納領域」 (central store) は、 ネットワーク上に1つだけ、\n"
"と限定されているわけではありません。 通常の Mercurial リポジトリ同様、\n"
"同一の大容量バイナリファイルを、 複数の場所に格納させることも可能です。\n"
"「中央」というのは、 あくまで説明の便宜上の表現に過ぎません)"

msgid ""
"largefiles works by maintaining a \"standin file\" in .hglf/ for each\n"
"largefile. The standins are small (41 bytes: an SHA-1 hash plus\n"
"newline) and are tracked by Mercurial. Largefile revisions are\n"
"identified by the SHA-1 hash of their contents, which is written to\n"
"the standin. largefiles uses that revision ID to get/put largefile\n"
"revisions from/to the central store. This saves both disk space and\n"
"bandwidth, since you don't need to retrieve all historical revisions\n"
"of large files when you clone or pull."
msgstr ""
"largefiles エクステンションは、 各大容量ファイル毎の \"代理ファイル\"\n"
"(standin file) を、 .hglf/ 配下で管理することで機能を実現しています。\n"
"代理ファイルは、 Mercurial 管理下に置かれた、 小容量 (41 バイト: SHA-1\n"
"と改行文字) のファイルです。 大容量ファイルの内容から算出された SHA-1\n"
"ハッシュ値が代理ファイルに書き出され、 ファイル自身のリビジョン識別には、\n"
"このハッシュ値が使用されます。 largefiles エクステンションが、\n"
"中央格納領域との間で、 大容量ファイルの授受を行う場合、 ID として、\n"
"このハッシュ値が使用されます。 この方式では、 リポジトリの複製や、\n"
"履歴の取り込みの際に、 大容量ファイルに関しては、\n"
"履歴の全てを取得せずに済むため、 転送帯域やディスクの消費が低減されます。"

msgid ""
"To start a new repository or add new large binary files, just add\n"
"--large to your :hg:`add` command. For example::"
msgstr ""
"新規に大容量ファイルを追加登録する場合は、 以下の例のように、 :hg:`add` \n"
"に対して --large を指定します::"

msgid ""
"  $ dd if=/dev/urandom of=randomdata count=2000\n"
"  $ hg add --large randomdata\n"
"  $ hg commit -m \"add randomdata as a largefile\""
msgstr ""
"  $ dd if=/dev/urandom of=randomdata count=2000\n"
"  $ hg add --large randomdata\n"
"  $ hg commit -m \"大容量ファイルとして乱数データを追加\""

msgid ""
"When you push a changeset that adds/modifies largefiles to a remote\n"
"repository, its largefile revisions will be uploaded along with it.\n"
"Note that the remote Mercurial must also have the largefiles extension\n"
"enabled for this to work."
msgstr ""
"連携先リポジトリに反映しようとするリビジョンが、 大容量ファイルに対して、\n"
"追加/変更を実施している場合、 該当するリビジョンの大容量ファイルが、\n"
"連携先に転送されます。 この際、 連携先リポジトリで稼動する Mercurial は、\n"
"largefiles エクステンションが有効になっていなければなりません。"

msgid ""
"When you pull a changeset that affects largefiles from a remote\n"
"repository, the largefiles for the changeset will by default not be\n"
"pulled down. However, when you update to such a revision, any\n"
"largefiles needed by that revision are downloaded and cached (if\n"
"they have never been downloaded before). One way to pull largefiles\n"
"when pulling is thus to use --update, which will update your working\n"
"copy to the latest pulled revision (and thereby downloading any new\n"
"largefiles)."
msgstr ""
"連携先から取り込むリビジョンが、 大容量ファイルに関するものであっても、\n"
"特に指定が無ければ、 大容量ファイルはダウンロードされません。 その一方で、\n"
"大容量ファイルに関係するリビジョンで、 作業領域を更新しようとした場合、\n"
"必要とされる (且つ未取得な) 大容量ファイルのダウンロードと、\n"
"キャッシュ領域への格納が実施されます。 履歴取り込みと同時に、\n"
"大容量ファイルを取得する方法としては、 作業領域を最新リビジョンで更新する\n"
"--update を、 履歴取り込みの際に指定する方法があります。"

msgid ""
"If you want to pull largefiles you don't need for update yet, then\n"
"you can use pull with the `--lfrev` option or the :hg:`lfpull` command."
msgstr ""
"作業領域更新では必要とされない大容量ファイルも取得したい場合は、\n"
"履歴取り込みの際に `--lfrev` を指定するか、 :hg:`lfpull` を使用します。"

msgid ""
"If you know you are pulling from a non-default location and want to\n"
"download all the largefiles that correspond to the new changesets at\n"
"the same time, then you can pull with `--lfrev \"pulled()\"`."
msgstr ""
"リビジョン取り込みの際に、 関連する全大容量ファイルを取得したい場合は、\n"
"`--lfrev \"pulled()\"` を指定してください。"

msgid ""
"If you just want to ensure that you will have the largefiles needed to\n"
"merge or rebase with new heads that you are pulling, then you can pull\n"
"with `--lfrev \"head(pulled())\"` flag to pre-emptively download any "
"largefiles\n"
"that are new in the heads you are pulling."
msgstr ""
"取得対象大容量ファイルを、 取り込まれた新規ヘッドリビジョンのマージや移動\n"
"(rebase) に必要なものだけに限定したい場合は、 `--lfrev \"head(pulled())\"`\n"
"を指定してください。"

msgid ""
"Keep in mind that network access may now be required to update to\n"
"changesets that you have not previously updated to. The nature of the\n"
"largefiles extension means that updating is no longer guaranteed to\n"
"be a local-only operation."
msgstr ""
"関連する大容量ファイルが未取得な場合は、 作業領域更新であっても、\n"
"ネットワークアクセスが必要になるかもしれない点に留意してください。\n"
"largefiles エクステンション使用時には、 作業領域更新操作であっても、\n"
"作業中のリポジトリに閉じた操作ではない可能性があるのです。"

msgid ""
"If you already have large files tracked by Mercurial without the\n"
"largefiles extension, you will need to convert your repository in\n"
"order to benefit from largefiles. This is done with the\n"
":hg:`lfconvert` command::"
msgstr ""
"largefiles エクステンション無しで、 大容量ファイルを、 既に  Mercurial\n"
"で構成管理している場合、 largefiles の恩恵を受けるためには、\n"
"リポジトリの変換が必要です。 変換は :hg:`lfconvert` コマンドで実施します::"

msgid "  $ hg lfconvert --size 10 oldrepo newrepo"
msgstr "  $ hg lfconvert --size 10 旧リポジトリ 変換後リポジトリ"

msgid ""
"In repositories that already have largefiles in them, any new file\n"
"over 10MB will automatically be added as a largefile. To change this\n"
"threshold, set ``largefiles.minsize`` in your Mercurial config file\n"
"to the minimum size in megabytes to track as a largefile, or use the\n"
"--lfsize option to the add command (also in megabytes)::"
msgstr ""
"既に大容量ファイルを管理しているリポジトリでは、 ファイルサイズが\n"
"10MB 以上のファイルの追加登録は、 自動的に大容量ファイルとみなされます。\n"
"この閾値は、 大容量ファイルとみなす最小のサイズ (単位: MB) を、 Mercurial\n"
"の設定ファイルにおいて ``largefiles.minsize`` に設定するか、 :hg:`add`\n"
"に対して --lfsize で指定することで、 変更できます。::"

msgid ""
"  [largefiles]\n"
"  minsize = 2"
msgstr ""
"  [largefiles]\n"
"  minsize = 2"

msgid "  $ hg add --lfsize 2"
msgstr "  $ hg add --lfsize 2"

msgid ""
"The ``largefiles.patterns`` config option allows you to specify a list\n"
"of filename patterns (see :hg:`help patterns`) that should always be\n"
"tracked as largefiles::"
msgstr ""
"``largefiles.patterns`` を指定することで、 特定パターンのファイル名\n"
"(:hg:`help patterns` 参照) を、 常に大容量ファイルとみなせます::"

msgid ""
"  [largefiles]\n"
"  patterns =\n"
"    *.jpg\n"
"    re:.*\\.(png|bmp)$\n"
"    library.zip\n"
"    content/audio/*"
msgstr ""
"  [largefiles]\n"
"  patterns =\n"
"    *.jpg\n"
"    re:.*\\.(png|bmp)$\n"
"    library.zip\n"
"    content/audio/*"

msgid ""
"Files that match one of these patterns will be added as largefiles\n"
"regardless of their size."
msgstr ""
"パターンに合致したファイルを追加登録する際には、サイズに関わりなく、\n"
"大容量ファイルとみなされます。"

msgid ""
"The ``largefiles.minsize`` and ``largefiles.patterns`` config options\n"
"will be ignored for any repositories not already containing a\n"
"largefile. To add the first largefile to a repository, you must\n"
"explicitly do so with the --large flag passed to the :hg:`add`\n"
"command.\n"
msgstr ""
"管理下に大容量ファイルが1つも無いリポジトリでは、 ``largefiles.minsize``\n"
"および ``largefiles.patterns`` の設定は無視されます。 そのため、\n"
"最初の大容量ファイルを追加登録する際には、 :hg:`add` に明示的に --large \n"
"を指定する必要があります。\n"

#, python-format
msgid "error getting id %s from url %s for file %s: %s\n"
msgstr "識別子 %s (連携先 %s のファイル %s) に対するエラー: %s\n"

msgid "getting largefiles"
msgstr "大容量ファイルの取得中"

#, python-format
msgid "getting %s:%s\n"
msgstr "ファイル %s の取得中:%s\n"

#, python-format
msgid "%s: largefile %s not available from %s\n"
msgstr "%s: 大容量ファイル %s は %s に存在しません\n"

#, python-format
msgid "%s: data corruption (expected %s, got %s)\n"
msgstr "%s: データ破損を検出 (想定ハッシュ値 %s に対して %s)\n"

#, python-format
msgid "searching %d changesets for largefiles\n"
msgstr "大容量ファイルのために %d 個のリビジョンを検索中\n"

#, python-format
msgid "verified contents of %d revisions of %d largefiles\n"
msgstr "%d 個のリビジョンで %d 個の大容量ファイルの内容を検証\n"

#, python-format
msgid "verified existence of %d revisions of %d largefiles\n"
msgstr "%d 個のリビジョンで %d 個の大容量ファイルの存在を検証\n"

msgid "minimum size (MB) for files to be converted as largefiles"
msgstr "大容量ファイル化するファイルの最小サイズ (MB)"

msgid "convert from a largefiles repo to a normal repo"
msgstr "大容量ファイル使用リポジトリから通常リポジトリへの変換"

msgid "hg lfconvert SOURCE DEST [FILE ...]"
msgstr "hg lfconvert SOURCE DEST [FILE ...]"

msgid "convert a normal repository to a largefiles repository"
msgstr "既存リポジトリから largefiles を利用するリポジトリへの変換"

msgid ""
"    Convert repository SOURCE to a new repository DEST, identical to\n"
"    SOURCE except that certain files will be converted as largefiles:\n"
"    specifically, any file that matches any PATTERN *or* whose size is\n"
"    above the minimum size threshold is converted as a largefile. The\n"
"    size used to determine whether or not to track a file as a\n"
"    largefile is the size of the first version of the file. The\n"
"    minimum size can be specified either with --size or in\n"
"    configuration as ``largefiles.size``."
msgstr ""
"    リポジトリ SOURCE を変換し、 新規リポジトリ DEST を生成します。\n"
"    SOURCE に対する DEST の違いは、 指定パターンへの名前の合致、 または、\n"
"    指定閾値以上のサイズのファイルが、 大容量ファイル扱いになっている、\n"
"    という点です。 大容量ファイル扱いの要否判定に使用するサイズ値には、\n"
"    各ファイルが最初に登録された時点のサイズが使用されます。\n"
"    サイズ閾値の指定は、 --size か、 ``largefiles.size``\n"
"    設定によって行います。"

msgid ""
"    After running this command you will need to make sure that\n"
"    largefiles is enabled anywhere you intend to push the new\n"
"    repository."
msgstr ""
"    このコマンドの実施後は、 変換後リポジトリの連携先リポジトリでも、\n"
"    largefiles エクステンションが有効になっている事を確認してください。"

msgid ""
"    Use --to-normal to convert largefiles back to normal files; after\n"
"    this, the DEST repository can be used without largefiles at all."
msgstr ""
"    largefiles エクステンションを使用しないリポジトリへの変換には、\n"
"    --to-normal を指定します。 変換後リポジトリは、 largefiles\n"
"    エクステンション無しでも使用できます。"

#, python-format
msgid "%s is not a local Mercurial repo"
msgstr "%s はローカルの Mercurial リポジトリではありません"

#, python-format
msgid "initializing destination %s\n"
msgstr "変換先リポジトリ %s の初期化中\n"

msgid "converting revisions"
msgstr "リビジョンの変換中"

#, python-format
msgid "missing largefile for '%s' in %s"
msgstr "大容量ファイル '%s' (リビジョン %s 由来) がありません"

msgid "all largefiles must be present locally"
msgstr "全ての大容量ファイルがローカルリポジトリに存在している必要があります"

#, python-format
msgid "renamed/copied largefile %s becomes symlink"
msgstr "改名/複製対象の大容量ファイル %s がシンボリックリンク化されています"

#, python-format
msgid "largefile %s becomes symlink"
msgstr "大容量ファイル %s がシンボリックリンク化されています"

#, python-format
msgid "skipping incorrectly formatted tag %s\n"
msgstr "不正な形式のタグ %s を無視\n"

#, python-format
msgid "skipping incorrectly formatted id %s\n"
msgstr "不正な形式の ID %s を無視\n"

#, python-format
msgid "no mapping for id %s\n"
msgstr "ID %s は未知の値です\n"

msgid "uploading largefiles"
msgstr "大容量ファイルの転送中"

#, python-format
msgid "largefile %s missing from store (needs to be uploaded)"
msgstr "大容量ファイル %s が不在です (連携先へ転送できません)"

#, python-format
msgid "%d additional largefiles cached\n"
msgstr "大容量ファイル %d 個を追加取得\n"

#, python-format
msgid "%d largefiles failed to download\n"
msgstr "大容量ファイル %d 個の取得に失敗\n"

msgid "getting changed largefiles\n"
msgstr "変更された大容量ファイルの取得中\n"

#, python-format
msgid "%d largefiles updated, %d removed\n"
msgstr "大容量ファイルの更新数 %d、 削除数 %d\n"

msgid "pull largefiles for these revisions"
msgstr "指定リビジョンに関連する大容量ファイルを入手"

msgid "-r REV... [-e CMD] [--remotecmd CMD] [SOURCE]"
msgstr "-r REV... [-e CMD] [--remotecmd CMD] [SOURCE]"

msgid "pull largefiles for the specified revisions from the specified source"
msgstr "指定リビジョンに関連する大容量ファイルの取り込み"

msgid ""
"    Pull largefiles that are referenced from local changesets but missing\n"
"    locally, pulling from a remote repository to the local cache."
msgstr ""
"    作業中リポジトリ中にある指定リビジョンに関連する大容量ファイルのうち、\n"
"    未取得のものを取り込み、 キャッシュ領域に保存します。"

msgid ""
"    If SOURCE is omitted, the 'default' path will be used.\n"
"    See :hg:`help urls` for more information."
msgstr ""
"    連携先が省略された場合、 'default' パスが連携先として使用されます。\n"
"    詳細は :hg:`help urls` を参照してください。"

msgid "      Some examples:"
msgstr "      例:"

msgid "      - pull largefiles for all branch heads::"
msgstr "      - 全名前付きブランチのヘッドに関連する大容量ファイルを取得::"

msgid "          hg lfpull -r \"head() and not closed()\""
msgstr "          hg lfpull -r \"head() and not closed()\""

msgid "      - pull largefiles on the default branch::"
msgstr "      - default ブランチのリビジョンに関連する大容量ファイルを取得::"

msgid ""
"          hg lfpull -r \"branch(default)\"\n"
"    "
msgstr ""
"          hg lfpull -r \"branch(default)\"\n"
"    "

msgid "no revisions specified"
msgstr "リビジョン指定がありません"

#, fuzzy, python-format
msgid "pulling largefiles for revision %d\n"
msgstr "リビジョン %s に関連する大容量ファイルの取得中\n"

#, python-format
msgid "%d largefiles cached\n"
msgstr "大容量ファイル %d 個をキャッシュ\n"

#, python-format
msgid "largefiles: size must be number (not %s)\n"
msgstr "largefiles: サイズは数値で指定してください (%s は不正です)\n"

msgid "minimum size for largefiles must be specified"
msgstr "大容量ファイルの最小値を指定してください"

#, python-format
msgid "unknown operating system: %s\n"
msgstr "未知の OS です: %s\n"

#, python-format
msgid "unknown %s usercache location"
msgstr "キャッシュ格納位置に関する [%s] usercache が未設定です"

#, python-format
msgid "found %s in store\n"
msgstr "%s はリポジトリに取得済み\n"

#, python-format
msgid "found %s in system cache\n"
msgstr "%s はシステムキャッシュに取得済み\n"

#, python-format
msgid "%s: data corruption in %s with hash %s\n"
msgstr "%s: %s (実ハッシュ値 %s) でデータ破損を検出\n"

#, python-format
msgid "%s: largefile %s not available from local store\n"
msgstr "%s: 大容量ファイル %s はローカルに存在しません\n"

#, python-format
msgid "%s: file not found!"
msgstr "%s: ファイルが不在です!"

msgid "finding outgoing largefiles"
msgstr "転送対象大容量ファイルの検出中"

msgid "can't get file locally"
msgstr "ファイルが手元にありません"

#, python-format
msgid "changeset %s: %s references missing %s\n"
msgstr "リビジョン %s: %s が参照している %s が不在です\n"

#, python-format
msgid "changeset %s: %s references corrupted %s\n"
msgstr "リビジョン %s: %s が参照している %s が破損しています\n"

#, python-format
msgid "%s already a largefile\n"
msgstr "%s は大容量ファイルとして登録済です\n"

#, python-format
msgid "adding %s as a largefile\n"
msgstr "%s を大容量ファイルとして追加登録中\n"

#, python-format
msgid "not removing %s: file still exists\n"
msgstr "%s は削除されません: ファイルは維持されます\n"

#, python-format
msgid "not removing %s: file is modified (use -f to force removal)\n"
msgstr ""
"%s は削除されません: ファイルは変更されています(削除の強行は -f を指定)\n"

#, python-format
msgid "not removing %s: file has been marked for add (use forget to undo)\n"
msgstr "%s は削除されません: 追加登録対象ファイルです (取り消しは forget)\n"

#, python-format
msgid "removing %s\n"
msgstr "%s を登録除外中\n"

msgid "--normal cannot be used with --large"
msgstr "--normal と --large は併用できません"

#, python-format
msgid ""
"remote turned local normal file %s into a largefile\n"
"use (l)argefile or keep (n)ormal file?$$ &Largefile $$ &Normal file"
msgstr ""
"通常ファイル %s が、マージ対象リビジョンでは大容量ファイル化されています。\n"
"大容量:(l)argefile と通常:(n)ormal file のどちらの形式を採用しますか?$$ "
"&Largefile $$ &Normal file"

#, python-format
msgid ""
"remote turned local largefile %s into a normal file\n"
"keep (l)argefile or use (n)ormal file?$$ &Largefile $$ &Normal file"
msgstr ""
"大容量ファイル %s が、マージ対象リビジョンでは通常ファイル化されています。\n"
"大容量:(l)argefile と通常:(n)ormal file のどちらの形式を採用しますか?$$ "
"&Largefile $$ &Normal file"

#, python-format
msgid ""
"largefile %s has a merge conflict\n"
"ancestor was %s\n"
"keep (l)ocal %s or\n"
"take (o)ther %s?$$ &Local $$ &Other"
msgstr ""
"大容量ファイル %s のマージで衝突が検出されました。\n"
"共通の祖先は %s です。\n"
"現行側 %s:(l)ocal\n"
"他方側 %s:(o)ther\n"
"どちらを採用しますか?$$ &Local $$ &Other"

msgid "no files to copy"
msgstr "複製対象ファイルがありません"

msgid "destination largefile already exists"
msgstr "大容量ファイルの複製先は既に存在します"

msgid "pulled() only available in --lfrev"
msgstr "pulled() 述語は --lfrev 指定でのみ有効です"

#, python-format
msgid "--all-largefiles is incompatible with non-local destination %s"
msgstr "非ローカルなリポジトリ %s では --all-largefiles を指定できません"

#, python-format
msgid "unknown archive type '%s'"
msgstr "未知のアーカイブ種別 '%s'"

msgid "cannot give prefix when archiving to files"
msgstr "files でのアーカイブには接頭辞を指定できません"

#, python-format
msgid "largefile %s not found in repo store or system cache"
msgstr "大容量ファイル %s がリポジトリにもシステムキャッシュにもありません"

msgid "uncommitted changes"
msgstr "作業領域の変更が未コミットです"

#, python-format
msgid "not removing %s: file is already untracked\n"
msgstr "%s は削除されません: 管理対象外ファイルです\n"

msgid "largefiles: no files to upload\n"
msgstr "largefiles: 転送予定ファイルはありません\n"

#, python-format
msgid "largefiles to upload (%d entities):\n"
msgstr "転送予定大容量ファイル (実体数 %d):\n"

#. i18n: column positioning for "hg summary"
msgid "largefiles: (no remote repo)\n"
msgstr "largefiles:   (連携先リポジトリが指定されていません)\n"

#. i18n: column positioning for "hg summary"
msgid "largefiles: (no files to upload)\n"
msgstr "largefiles:   (転送予定ファイルなし)\n"

#. i18n: column positioning for "hg summary"
#, python-format
msgid "largefiles: %d entities for %d files to upload\n"
msgstr "largefiles: %d 個のファイルに対して %d 個の実体を転送予定\n"

#, python-format
msgid "largefile %s is not in cache and could not be downloaded"
msgstr "大容量ファイル %s はキャッシュされておらず、ダウンロードもできません"

msgid "largefile contents do not match hash"
msgstr "大容量ファイルの内容が想定ハッシュ値と一致しません"

#, python-format
msgid "largefiles: failed to put %s into store: %s\n"
msgstr "largefiles: ファイル %s の格納に失敗: %s\n"

#, python-format
msgid "requested largefile %s not present in cache"
msgstr "大容量ファイル %s はキャッシュされていません"

msgid "remote: "
msgstr "連携先: "

#, python-format
msgid "unexpected putlfile response: %r\n"
msgstr "想定外の putlfile 応答: %r\n"

msgid "putlfile failed:"
msgstr "大容量ファイルの転送に失敗:"

msgid "putlfile failed (unexpected response):"
msgstr "大容量ファイルの転送に失敗 (想定外の応答):"

msgid "unexpected response:"
msgstr "想定外の応答:"

#, python-format
msgid "remotestore: could not put %s to remote store %s"
msgstr "remotestore: %s を連携先 %s に格納できません"

#, python-format
msgid "remotestore: put %s to remote store %s\n"
msgstr "remotestore: %s を連携先 %s に格納\n"

#, python-format
msgid "remotestore: could not open file %s: %s"
msgstr "remotestore: ファイル %s が開けません: %s"

#, python-format
msgid "changeset %s: %s: contents differ\n"
msgstr "リビジョン %s: %s: 内容が異なります\n"

#, python-format
msgid "changeset %s: %s missing\n"
msgstr "リビジョン %s: ファイル %s が不在です\n"

#, python-format
msgid "required features are not supported in the destination: %s"
msgstr "必要な機能が連携先リポジトリでは未サポートです: %s"

#, python-format
msgid "file \"%s\" is a largefile standin"
msgstr "\"%s\" は大容量ファイルの代理ファイルです"

#, python-format
msgid "unsupported URL scheme %r"
msgstr "%r は未サポートな URL 形式です"

#, python-format
msgid "%s does not appear to be a largefile store"
msgstr "%s は largefiles 対応とは思われません"

msgid "add as largefile"
msgstr "大容量ファイルとして追加"

msgid "add as normal file"
msgstr "通常ファイルとして追加"

msgid ""
"add all files above this size (in megabytes) as largefiles (default: 10)"
msgstr ""
"指定サイズ (単位:MB) 以上のファイルを、 大容量ファイルとして追加 (デフォルト"
"値: 10)"

msgid "verify that all largefiles in current revision exists"
msgstr "現リビジョンの大容量ファイルの存在を検証"

msgid "verify largefiles in all revisions, not just current"
msgstr "大容量ファイルの検証を全リビジョンで実施"

msgid "verify local largefile contents, not just existence"
msgstr "大容量ファイルの存在と内容の両方を検証"

msgid "display largefiles dirstate"
msgstr "大容量ファイルの作業領域状態を表示"

msgid "display outgoing largefiles"
msgstr "転送対象大容量ファイルを表示"

msgid "download all pulled versions of largefiles (DEPRECATED)"
msgstr "取り込みリビジョンに関連する大容量ファイルを全て取得 (非推奨)"

msgid "download largefiles for these revisions"
msgstr "指定リビジョンに関連する大容量ファイルを取得"

msgid "upload largefiles for these revisions"
msgstr "指定リビジョンに関連する大容量ファイルを、 連携先に転送"

msgid "download all versions of all largefiles"
msgstr "全リビジョンに関連する大容量ファイルを取得"

#, fuzzy
msgid "lfs - large file support (EXPERIMENTAL)"
msgstr "当該テンプレートで表示をカスタマイズ (実験的実装)"

msgid ""
"This extension allows large files to be tracked outside of the normal\n"
"repository storage and stored on a centralized server, similar to the\n"
"``largefiles`` extension.  The ``git-lfs`` protocol is used when\n"
"communicating with the server, so existing git infrastructure can be\n"
"harnessed.  Even though the files are stored outside of the repository,\n"
"they are still integrity checked in the same manner as normal files."
msgstr ""

msgid ""
"The files stored outside of the repository are downloaded on demand,\n"
"which reduces the time to clone, and possibly the local disk usage.\n"
"This changes fundamental workflows in a DVCS, so careful thought\n"
"should be given before deploying it.  :hg:`convert` can be used to\n"
"convert LFS repositories to normal repositories that no longer\n"
"require this extension, and do so without changing the commit hashes.\n"
"This allows the extension to be disabled if the centralized workflow\n"
"becomes burdensome.  However, the pre and post convert clones will\n"
"not be able to communicate with each other unless the extension is\n"
"enabled on both."
msgstr ""

msgid ""
"To start a new repository, or to add LFS files to an existing one, just\n"
"create an ``.hglfs`` file as described below in the root directory of\n"
"the repository.  Typically, this file should be put under version\n"
"control, so that the settings will propagate to other repositories with\n"
"push and pull.  During any commit, Mercurial will consult this file to\n"
"determine if an added or modified file should be stored externally.  The\n"
"type of storage depends on the characteristics of the file at each\n"
"commit.  A file that is near a size threshold may switch back and forth\n"
"between LFS and normal storage, as needed."
msgstr ""

msgid ""
"Alternately, both normal repositories and largefile controlled\n"
"repositories can be converted to LFS by using :hg:`convert` and the\n"
"``lfs.track`` config option described below.  The ``.hglfs`` file\n"
"should then be created and added, to control subsequent LFS selection.\n"
"The hashes are also unchanged in this case.  The LFS and non-LFS\n"
"repositories can be distinguished because the LFS repository will\n"
"abort any command if this extension is disabled."
msgstr ""

msgid ""
"Committed LFS files are held locally, until the repository is pushed.\n"
"Prior to pushing the normal repository data, the LFS files that are\n"
"tracked by the outgoing commits are automatically uploaded to the\n"
"configured central server.  No LFS files are transferred on\n"
":hg:`pull` or :hg:`clone`.  Instead, the files are downloaded on\n"
"demand as they need to be read, if a cached copy cannot be found\n"
"locally.  Both committing and downloading an LFS file will link the\n"
"file to a usercache, to speed up future access.  See the `usercache`\n"
"config setting described below."
msgstr ""

msgid ".hglfs::"
msgstr ""

#, fuzzy
msgid ""
"    The extension reads its configuration from a versioned ``.hglfs``\n"
"    configuration file found in the root of the working directory. The\n"
"    ``.hglfs`` file uses the same syntax as all other Mercurial\n"
"    configuration files. It uses a single section, ``[track]``."
msgstr ""
"本エクステンションは、 作業領域のルート直下のファイル ``.hgeol``\n"
"(履歴管理可能) から設定を読み込みます。 ``.hgeol`` ファイルの文法は、\n"
"他の Mercurial 設定ファイルと同じです。 本設定ファイルでは、\n"
"``[patterns]`` と ``[repository]`` の2つのセクションを記述可能です。"

msgid ""
"    The ``[track]`` section specifies which files are stored as LFS (or\n"
"    not). Each line is keyed by a file pattern, with a predicate value.\n"
"    The first file pattern match is used, so put more specific patterns\n"
"    first.  The available predicates are ``all()``, ``none()``, and\n"
"    ``size()``. See \"hg help filesets.size\" for the latter."
msgstr ""

#, fuzzy
msgid "    Example versioned ``.hglfs`` file::"
msgstr "``.hgeol`` ファイルの記述例::"

msgid ""
"      [track]\n"
"      # No Makefile or python file, anywhere, will be LFS\n"
"      **Makefile = none()\n"
"      **.py = none()"
msgstr ""

msgid ""
"      **.zip = all()\n"
"      **.exe = size(\">1MB\")"
msgstr ""

msgid ""
"      # Catchall for everything not matched above\n"
"      ** = size(\">10MB\")"
msgstr ""

msgid "Configs::"
msgstr ""

msgid ""
"    [lfs]\n"
"    # Remote endpoint. Multiple protocols are supported:\n"
"    # - http(s)://user:pass@example.com/path\n"
"    #   git-lfs endpoint\n"
"    # - file:///tmp/path\n"
"    #   local filesystem, usually for testing\n"
"    # if unset, lfs will assume the remote repository also handles blob "
"storage\n"
"    # for http(s) URLs.  Otherwise, lfs will prompt to set this when it "
"must\n"
"    # use this value.\n"
"    # (default: unset)\n"
"    url = https://example.com/repo.git/info/lfs"
msgstr ""

msgid ""
"    # Which files to track in LFS.  Path tests are \"**.extname\" for file\n"
"    # extensions, and \"path:under/some/directory\" for path prefix.  Both\n"
"    # are relative to the repository root.\n"
"    # File size can be tested with the \"size()\" fileset, and tests can be\n"
"    # joined with fileset operators.  (See \"hg help filesets.operators\".)\n"
"    #\n"
"    # Some examples:\n"
"    # - all()                       # everything\n"
"    # - none()                      # nothing\n"
"    # - size(\">20MB\")               # larger than 20MB\n"
"    # - !**.txt                     # anything not a *.txt file\n"
"    # - **.zip | **.tar.gz | **.7z  # some types of compressed files\n"
"    # - path:bin                    # files under \"bin\" in the project "
"root\n"
"    # - (**.php & size(\">2MB\")) | (**.js & size(\">5MB\")) | **.tar.gz\n"
"    #     | (path:bin & !path:/bin/README) | size(\">1GB\")\n"
"    # (default: none())\n"
"    #\n"
"    # This is ignored if there is a tracked '.hglfs' file, and this setting\n"
"    # will eventually be deprecated and removed.\n"
"    track = size(\">10M\")"
msgstr ""

msgid ""
"    # how many times to retry before giving up on transferring an object\n"
"    retry = 5"
msgstr ""

msgid ""
"    # the local directory to store lfs files for sharing across local "
"clones.\n"
"    # If not set, the cache is located in an OS specific cache location.\n"
"    usercache = /path/to/global/cache\n"
msgstr ""

#, fuzzy, python-format
msgid "parse error in .hglfs: %s"
msgstr "hg: %s での解析エラー: %s\n"

#. i18n: "lfs" is a keyword
#, fuzzy
msgid "lfs takes no arguments"
msgstr "all には引数が指定できません"

#, fuzzy
msgid "upload large files introduced by REV"
msgstr "大容量ファイルの転送中"

#, fuzzy
msgid "upload lfs blobs added by the working copy parent or given revisions"
msgstr "指定リビジョンへの署名の付与"

#, fuzzy, python-format
msgid "corrupt remote lfs object: %s"
msgstr "%r オブジェクトが %s から読み込めません"

#, fuzzy, python-format
msgid "lfs: adding %s to the usercache\n"
msgstr "パッチ %s を追加中\n"

#, fuzzy, python-format
msgid "lfs: found %s in the usercache\n"
msgstr "%s はシステムキャッシュに取得済み\n"

#, fuzzy, python-format
msgid "lfs: found %s in the local lfs store\n"
msgstr "%s はリポジトリに取得済み\n"

#, python-format
msgid "LFS HTTP error: %s (action=%s)"
msgstr ""

#, python-format
msgid "LFS server returns invalid JSON: %s"
msgstr ""

#, fuzzy, python-format
msgid "LFS server error for \"%s\": %s"
msgstr "hg: %s での解析エラー: %s\n"

#, python-format
msgid "LFS server error. Unsolicited response for oid %s"
msgstr ""

#, python-format
msgid "detected corrupt lfs object: %s"
msgstr ""

msgid "run hg verify"
msgstr ""

#, fuzzy, python-format
msgid "HTTP error: %s (oid=%s, action=%s)"
msgstr "エラー: フック %s による例外発生: %s\n"

msgid "lfs uploading"
msgstr ""

msgid "lfs downloading"
msgstr ""

#, python-format
msgid "lfs: need to transfer %d objects (%s)\n"
msgstr ""

#, python-format
msgid "lfs: downloading %s (%s)\n"
msgstr ""

#, python-format
msgid "lfs: uploading %s (%s)\n"
msgstr ""

#, python-format
msgid "lfs: failed: %r (remaining retry %d)\n"
msgstr ""

#, fuzzy, python-format
msgid "lfs: processed: %s\n"
msgstr "履歴反映が拒否されました: %s"

#, python-format
msgid "lfs: uploaded %d files (%s)\n"
msgstr ""

#, fuzzy, python-format
msgid "lfs: downloaded %d files (%s)\n"
msgstr "%d ファイルを再リンク (%s バイトの節約)\n"

#, fuzzy
msgid "lfs.url needs to be configured"
msgstr "デフォルトの連携先が設定されていません"

#, fuzzy, python-format
msgid "lfs: assuming remote store: %s\n"
msgstr "連携先での新規ブックマーク %s を追加中\n"

#, fuzzy, python-format
msgid "lfs: unknown url scheme: %s"
msgstr "%s: 未知のバンドル機能 %s"

#, python-format
msgid "cannot parse git-lfs text: %r"
msgstr ""

#, fuzzy, python-format
msgid "unexpected value: %s=%r"
msgstr "%r に対する旧値の指定は想定外です"

#, fuzzy, python-format
msgid "unexpected key: %s"
msgstr "想定外の記述: %s"

#, fuzzy, python-format
msgid "missed keys: %s"
msgstr "定義位置: %s\n"

msgid "enable the lfs extension on the server"
msgstr ""

#, python-format
msgid "lfs: corrupted pointer (%s@%s): %s\n"
msgstr ""

#, fuzzy, python-format
msgid "copying lfs blob %s\n"
msgstr "%s を %s にコピー中\n"

msgid "send ui.log() data to a subprocess (EXPERIMENTAL)"
msgstr ""

msgid ""
"This extension lets you specify a shell command per ui.log() event,\n"
"sending all remaining arguments to as environment variables to that command."
msgstr ""

msgid ""
"Each positional argument to the method results in a `MSG[N]` key in the\n"
"environment, starting at 1 (so `MSG1`, `MSG2`, etc.). Each keyword argument\n"
"is set as a `OPT_UPPERCASE_KEY` variable (so the key is uppercased, and\n"
"prefixed with `OPT_`). The original event name is passed in the `EVENT`\n"
"environment variable, and the process ID of mercurial is given in `HGPID`."
msgstr ""

msgid ""
"So given a call `ui.log('foo', 'bar', 'baz', spam='eggs'), a script "
"configured\n"
"for the `foo` event can expect an environment with `MSG1=bar`, `MSG2=baz`, "
"and\n"
"`OPT_SPAM=eggs`."
msgstr ""

msgid ""
"Scripts are configured in the `[logtoprocess]` section, each key an event "
"name.\n"
"For example::"
msgstr ""

msgid ""
"  [logtoprocess]\n"
"  commandexception = echo \"$MSG2$MSG3\" > /var/log/mercurial_exceptions.log"
msgstr ""

msgid ""
"would log the warning message and traceback of any failed command dispatch."
msgstr ""

msgid ""
"Scripts are run asynchronously as detached daemon processes; mercurial will\n"
"not ensure that they exit cleanly."
msgstr ""

msgid "manage a stack of patches"
msgstr "パッチ併用の管理"

msgid ""
"This extension lets you work with a stack of patches in a Mercurial\n"
"repository. It manages two stacks of patches - all known patches, and\n"
"applied patches (subset of known patches)."
msgstr ""
"本エクステンションは、 Mercurial リポジトリの作業領域において、 パッチを\n"
"併用した作業を可能にします。 本エクステンションでは、 「既知のパッチ」と\n"
"「適用中のパッチ」(「既知のパッチ」の部分集合)の2つの集合を、 スタック\n"
"を用いて管理します。"

msgid ""
"Known patches are represented as patch files in the .hg/patches\n"
"directory. Applied patches are both patch files and changesets."
msgstr ""
"「既知のパッチ」は、 .hg/patches ディレクトリ配下に置かれたパッチファイル\n"
"に相当します。 「適用中のパッチ」は、 「既知のパッチ」のうち、 対応する\n"
"リビジョンがリポジトリの履歴に(一時的に)記録されているものを指します。"

msgid "Common tasks (use :hg:`help COMMAND` for more details)::"
msgstr "良く使用される機能 (詳細は :hg:`help コマンド名` を参照)::"

msgid ""
"  create new patch                          qnew\n"
"  import existing patch                     qimport"
msgstr ""
"  新規パッチの作成                       qnew\n"
"  外部からのパッチファイルの取り込み     qimport"

msgid ""
"  print patch series                        qseries\n"
"  print applied patches                     qapplied"
msgstr ""
"  既知のパッチ一覧の表示                 qseries\n"
"  適用中のパッチ一覧の表示               qapplied"

msgid ""
"  add known patch to applied stack          qpush\n"
"  remove patch from applied stack           qpop\n"
"  refresh contents of top applied patch     qrefresh"
msgstr ""
"  既知のパッチの適用                     qpush\n"
"  パッチ適用の解除                       qpop\n"
"  適用中の最上位パッチの内容更新         qrefresh"

msgid ""
"By default, mq will automatically use git patches when required to\n"
"avoid losing file mode changes, copy records, binary files or empty\n"
"files creations or deletions. This behavior can be configured with::"
msgstr ""
"ファイルモードの変更や、 複製履歴、 バイナリファイルや空ファイルの生成\n"
"/削除等の情報を維持するために、 mq は必要に応じて git 形式のパッチを\n"
"自動的に使用することができます。 この振る舞いは以下の指定で制御します::"

msgid ""
"  [mq]\n"
"  git = auto/keep/yes/no"
msgstr ""
"  [mq]\n"
"  git = auto/keep/yes/no"

msgid ""
"If set to 'keep', mq will obey the [diff] section configuration while\n"
"preserving existing git patches upon qrefresh. If set to 'yes' or\n"
"'no', mq will override the [diff] section and always generate git or\n"
"regular patches, possibly losing data in the second case."
msgstr ""
"'keep' が指定された場合、 既存の qrefresh 対象となるパッチが git 形式\n"
"パッチである間は、 MQ は [diff] セクションの設定に従います。\n"
"'yes' または 'no' が指定された場合、 MQ は [diff] セクションの設定を無視\n"
"して、 git パッチまたは通常パッチを生成します。 通常パッチを生成する場合、\n"
"情報が失われる可能性があります。"

msgid ""
"It may be desirable for mq changesets to be kept in the secret phase (see\n"
":hg:`help phases`), which can be enabled with the following setting::"
msgstr ""
"以下のように設定することで、 MQ 管理下のリビジョンのフェーズ\n"
"(:hg:`help phases` 参照) を secret に維持することが可能です::"

msgid ""
"  [mq]\n"
"  secret = True"
msgstr ""
"  [mq]\n"
"  secret = True"

msgid ""
"You will by default be managing a patch queue named \"patches\". You can\n"
"create other, independent patch queues with the :hg:`qqueue` command."
msgstr ""
"通常は \"patches\" という名前のキュー配下で、パッチが管理されます。\n"
":hg:`qqueue` を使うことで、 独立した個別の管理キューを作成可能です。"

msgid ""
"If the working directory contains uncommitted files, qpush, qpop and\n"
"qgoto abort immediately. If -f/--force is used, the changes are\n"
"discarded. Setting::"
msgstr ""
"作業領域中に、 未コミット変更がある場合、 qpush, qpop や qgoto の実行は、\n"
"即座に中止されます。 -f/--force 指定時は、 変更内容が破棄されます。\n"
"これらのコマンドの挙動は、 以下の設定により::"

msgid ""
"  [mq]\n"
"  keepchanges = True"
msgstr ""
"  [mq]\n"
"  keepchanges = True"

msgid ""
"make them behave as if --keep-changes were passed, and non-conflicting\n"
"local changes will be tolerated and preserved. If incompatible options\n"
"such as -f/--force or --exact are passed, this setting is ignored."
msgstr ""
"--keep-changes 指定時と同じになるため、 作業領域中の変更は、\n"
"衝突が無い限り、 そのまま維持されます。 -f/--force や --exact のような、\n"
"併用できないオプションが指定された場合、 この設定は無視されます。"

msgid ""
"This extension used to provide a strip command. This command now lives\n"
"in the strip extension.\n"
msgstr ""
"以前は本エクステンションが strip コマンドを提供していましたが、\n"
"現在は strip エクステンションが strip コマンドを提供しています。\n"

msgid "print first line of patch header"
msgstr "パッチヘッダの最初の行を表示"

#, python-format
msgid "malformated mq status line: %s\n"
msgstr "不正な MQ 状態行: %s\n"

#, python-format
msgid "mq.git option can be auto/keep/yes/no got %s"
msgstr "mq.git オプションが auto/keep/yes/no 以外の %s でした"

#, python-format
msgid "%s appears more than once in %s"
msgstr "%s は %s 中に複数回登場しています"

msgid "guard cannot be an empty string"
msgstr "ガードに空文字列を指定することはできません"

#, python-format
msgid "guard %r starts with invalid character: %r"
msgstr "ガード %r の冒頭文字は不適切な文字です: %r"

#, python-format
msgid "invalid character in guard %r: %r"
msgstr "ガード %r 中に不適切な文字があります: %r"

#, python-format
msgid "guard %r too short"
msgstr "ガード名 %r は短過ぎます"

#, python-format
msgid "guard %r starts with invalid char"
msgstr "ガード %r の冒頭文字は不適切な文字です"

#, python-format
msgid "allowing %s - no guards in effect\n"
msgstr "%s を適用 - 合致するガードはありません\n"

#, python-format
msgid "allowing %s - no matching negative guards\n"
msgstr "%s を適用 - 合致するネガティブガードはありません\n"

#, python-format
msgid "allowing %s - guarded by %s\n"
msgstr "%s を適用 - ガード %s が適用されました\n"

#, python-format
msgid "skipping %s - guarded by %s\n"
msgstr "%s を抑止 - ガード %s が適用されました\n"

#, python-format
msgid "skipping %s - no matching guards\n"
msgstr "%s を抑止 - 合致するガードはありません\n"

#, python-format
msgid "error removing undo: %s\n"
msgstr "取り消し情報の破棄に失敗: %s\n"

#, python-format
msgid "saving current version of %s as %s\n"
msgstr "現行版の %s を %s に保存中\n"

#, python-format
msgid "apply failed for patch %s"
msgstr "パッチ %s の適用に失敗"

#, python-format
msgid "patch didn't work out, merging %s\n"
msgstr "パッチ %s が適用できないのでマージ実施中\n"

#, python-format
msgid "update returned %d"
msgstr "作業領域の更新がエラー %d で終了しました"

msgid "repo commit failed"
msgstr "リポジトリのコミット操作に失敗"

#, python-format
msgid "unable to read %s"
msgstr "ファイル %s が読み込めません"

#, python-format
msgid "patch %s does not exist\n"
msgstr "パッチ %s は存在しません\n"

#, python-format
msgid "patch %s is not applied\n"
msgstr "パッチ %s は未適用です\n"

msgid "patch failed, unable to continue (try -v)\n"
msgstr "パッチ適用の失敗のため処理が継続できません(-v 付き実行で詳細表示)\n"

#, python-format
msgid "applying %s\n"
msgstr "%s を適用中\n"

#, python-format
msgid "unable to read %s\n"
msgstr "ファイル %s が読み込めません\n"

msgid "conflicting local changes found"
msgstr "作業領域中の未コミット変更と衝突します"

msgid "did you forget to qrefresh?"
msgstr "qrefresh の実施を忘れていませんか?"

#, python-format
msgid "patch %s is empty\n"
msgstr "パッチ %s は空です\n"

msgid "qpush exactly duplicates child changeset"
msgstr "qpush の内容が適用先リビジョンと完全に一致します"

msgid "repository commit failed"
msgstr "リポジトリのコミット操作に失敗"

msgid "patch failed, rejects left in working directory\n"
msgstr "パッチ適用が失敗し、 却下差分は作業領域に残されています\n"

msgid "fuzz found when applying patch, stopping\n"
msgstr "パッチが曖昧なため、 適用を中止\n"

#, python-format
msgid "revision %s refers to unknown patches: %s\n"
msgstr "リビジョン %s が未知のパッチを参照しています: %s\n"

#, python-format
msgid "unknown patches: %s\n"
msgstr "未知のパッチです: %s\n"

#, python-format
msgid "revision %d is not managed"
msgstr "リビジョン %d は MQ 管理下にありません"

#, python-format
msgid "cannot delete revision %d above applied patches"
msgstr "適用中の最下位パッチから連続していないリビジョン %d は削除できません"

#, python-format
msgid "patch %s finalized without changeset message\n"
msgstr "パッチ %s をメッセージ無しで通常リビジョン化しました\n"

msgid "qdelete requires at least one revision or patch name"
msgstr "qdelete には最低1つのリビジョン(又はパッチ名)指定が必要です"

#, python-format
msgid "cannot delete applied patch %s"
msgstr "適用中のパッチ %s は削除できません"

#, python-format
msgid "patch %s not in series file"
msgstr "パッチ %s は未知のパッチです"

msgid "no patches applied"
msgstr "適用中のパッチはありません"

msgid "working directory revision is not qtip"
msgstr "作業領域の親リビジョンは qtip ではありません"

msgid "local changes found, qrefresh first"
msgstr "作業領域に変更がありますので、先に qrefresh を実施してください"

msgid "local changed subrepos found, qrefresh first"
msgstr "サブリポジトリに変更がありますので、先に qrefresh を実施してください"

#, python-format
msgid "\"%s\" cannot be used as the name of a patch"
msgstr "\"%s\" はパッチ名として使用できません"

msgid "patch name cannot begin or end with whitespace"
msgstr "パッチ名の冒頭/末尾に空白文字は使用できません"

#, python-format
msgid "patch name cannot begin with \"%s\""
msgstr "パッチ名の最初の文字に \"%s\" は使用できません"

#, python-format
msgid "%r cannot be used in the name of a patch"
msgstr "%r を含む名前はパッチ名に使用できません"

#, python-format
msgid "\"%s\" already exists as a directory"
msgstr "\"%s\" はディレクトリとして既に存在します"

#, python-format
msgid "patch \"%s\" already exists"
msgstr "パッチ \"%s\" は既に存在します"

msgid "cannot use both --force and --keep-changes"
msgstr "--force と --keep-changes は併用できません"

msgid "cannot manage merge changesets"
msgstr "マージリビジョンは MQ の管理対象にできません"

#, python-format
msgid "cannot write patch \"%s\": %s"
msgstr "パッチ \"%s\" の書き出しに失敗: %s"

#. i18n: this message is shown in editor with "HG: " prefix
msgid "Leave message empty to use default message."
msgstr "メッセージが空のままならコミットを中止します。"

#, python-format
msgid "error unlinking %s\n"
msgstr "%s の unlink に失敗\n"

#, python-format
msgid "patch name \"%s\" is ambiguous:\n"
msgstr "パッチ名 \"%s\" は曖昧です:\n"

#, python-format
msgid "patch %s not in series"
msgstr "パッチ %s は未知のパッチです"

msgid "(working directory not at a head)\n"
msgstr "(作業領域の親リビジョンはヘッドではありません)\n"

msgid "no patches in series\n"
msgstr "既知のパッチはありません\n"

#, python-format
msgid "qpush: %s is already at the top\n"
msgstr "qpush: パッチ %s は既に適用中の最上位パッチです\n"

#, python-format
msgid "cannot push to a previous patch: %s"
msgstr "適用中のパッチ %s の再適用はできません"

#, python-format
msgid "guarded by %s"
msgstr "ガード %s が適用されました"

msgid "no matching guards"
msgstr "合致するガードはありません"

#, python-format
msgid "cannot push '%s' - %s\n"
msgstr "パッチ '%s' の適用に失敗 - %s\n"

msgid "all patches are currently applied\n"
msgstr "全てのパッチが適用中です\n"

msgid "patch series already fully applied\n"
msgstr "全てのパッチが適用中です\n"

msgid "cannot use --exact and --keep-changes together"
msgstr "--exact and --keep-changes は併用できません"

msgid "cannot use --exact and --move together"
msgstr "--exact と --move は併用できません"

msgid "cannot push --exact with applied patches"
msgstr "パッチ適用中に、 --exact 付きでのパッチ適用はできません"

#, python-format
msgid "%s does not have a parent recorded"
msgstr "%s には親リビジョン情報がありません"

msgid "please specify the patch to move"
msgstr "移動するパッチを指定してください"

msgid "cleaning up working directory...\n"
msgstr "作業領域の整理中...\n"

#, python-format
msgid "errors during apply, please fix and qrefresh %s\n"
msgstr "パッチ適用に失敗しました。対処後に %s への qrefresh 実施が必要です\n"

#, python-format
msgid "now at: %s\n"
msgstr "適用中の最上位パッチは %s です\n"

#, python-format
msgid "patch %s is not applied"
msgstr "パッチ %s は未適用です"

msgid "no patches applied\n"
msgstr "適用中のパッチはありません\n"

#, python-format
msgid "qpop: %s is already at the top\n"
msgstr "qpop: パッチ %s は既に適用中の最上位パッチです\n"

msgid "qpop: forcing dirstate update\n"
msgstr "qpop: 作業領域状態の更新を強行します\n"

#, python-format
msgid "trying to pop unknown node %s"
msgstr "未知のリビジョン %s が解除対象に指定されました"

msgid "popping would remove a revision not managed by this patch queue"
msgstr "管理対象外のリビジョンが解除対象に指定されました"

msgid "popping would remove a public revision"
msgstr "適用解除対象は public フェーズのリビジョンです"

msgid "deletions found between repo revs"
msgstr "リビジョン間で削除が検出されました"

#, python-format
msgid "popping %s\n"
msgstr "%s の適用解除\n"

msgid "patch queue now empty\n"
msgstr "全てのパッチの適用が解除されました\n"

msgid "cannot qrefresh a revision with children"
msgstr "ヘッド以外は qrefresh の対象に指定できません"

msgid "cannot qrefresh public revision"
msgstr "public フェーズのリビジョンは qrefresh できません"

msgid ""
"qrefresh interrupted while patch was popped! (revert --all, qpush to "
"recover)\n"
msgstr "パッチ解除中に中断されました!(revert --all および qpush で復旧)\n"

msgid "patch queue directory already exists"
msgstr "パッチ管理領域は既に存在します"

#, python-format
msgid "patch %s is not in series file"
msgstr "パッチ %s は未知のパッチです"

msgid "no saved patch data found\n"
msgstr "保存されたパッチ状態データが見つかりません\n"

#, python-format
msgid "restoring status: %s\n"
msgstr "パッチ状態 %s の復旧中\n"

msgid "save entry has children, leaving it alone\n"
msgstr "パッチ状態保存リビジョンはヘッドでないので削除できません\n"

#, python-format
msgid "removing save entry %s\n"
msgstr "パッチ状態保存リビジョン %s の削除中\n"

#, python-format
msgid "saved queue repository parents: %s %s\n"
msgstr "パッチ状態保存リビジョンの親: %s %s\n"

msgid "updating queue directory\n"
msgstr "パッチ管理領域の更新中\n"

msgid "unable to load queue repository\n"
msgstr "パッチ管理領域のリポジトリ情報を読み込めません\n"

msgid "save: no patches applied, exiting\n"
msgstr "save: 適用中のパッチが無いため終了します\n"

msgid "status is already saved\n"
msgstr "パッチ状態は保存済みです\n"

msgid "hg patches saved state"
msgstr "パッチ状態保存用リビジョン"

msgid "repo commit failed\n"
msgstr "リポジトリのコミット操作に失敗\n"

#, python-format
msgid "patch %s is already in the series file"
msgstr "同名のパッチ %s が既に存在します"

msgid "option \"-r\" not valid when importing files"
msgstr "ファイル取り込みの際の \"-r\" 指定は不適切です"

msgid "no files or revisions specified"
msgstr "ファイル/リビジョンの指定がありません"

msgid "option \"-n\" not valid when importing multiple patches"
msgstr "複数パッチ取り込みの際の \"-n\" 指定は不適切です"

#, python-format
msgid "revision %d is the root of more than one branch"
msgstr "リビジョン %d は1つ以上のブランチの分岐点です"

#, python-format
msgid "revision %d is already managed"
msgstr "リビジョン %d は既に MQ 管理下にあります"

#, python-format
msgid "revision %d is not the parent of the queue"
msgstr "リビジョン %d はパッチ適用の起点ではありません"

#, python-format
msgid "revision %d has unmanaged children"
msgstr "リビジョン %d には MQ 管理下に無い子リビジョンがあります"

#, python-format
msgid "revision %d is not mutable"
msgstr "リビジョン %d は改変できません"

#, python-format
msgid "cannot import merge revision %d"
msgstr "マージ実施リビジョン %d は取り込めません"

#, python-format
msgid "revision %d is not the parent of %d"
msgstr "リビジョン %d は、 %d の親リビジョンではありません"

msgid "-e is incompatible with import from -"
msgstr "標準入力(-)からの取り込みの際の -e 指定は不適切です"

#, python-format
msgid "patch %s does not exist"
msgstr "パッチ %s は存在しません"

#, python-format
msgid "renaming %s to %s\n"
msgstr "%s から %s に改名中\n"

msgid "need --name to import a patch from -"
msgstr "標準入力(-)からの取り込みの際には --name 指定が必要です"

#, python-format
msgid "unable to read file %s"
msgstr "ファイル %s が読み込めません"

#, python-format
msgid "adding %s to series file\n"
msgstr "パッチ %s を追加中\n"

msgid "keep patch file"
msgstr "パッチファイルの削除を抑止"

msgid "stop managing a revision (DEPRECATED)"
msgstr "指定リビジョンを管理対象から除外 (非推奨)"

msgid "hg qdelete [-k] [PATCH]..."
msgstr "hg qdelete [-k] [PATCH]..."

msgid "remove patches from queue"
msgstr "管理対象からのパッチ除外"

msgid ""
"    The patches must not be applied, and at least one patch is required. "
"Exact\n"
"    patch identifiers must be given. With -k/--keep, the patch files are\n"
"    preserved in the patch directory."
msgstr ""
"    パッチ名指定には、 最低1つの未適用パッチ名の指定が必要です。\n"
"    また、 名前は厳密なものを指定してください。 -k/--keep を指定した場合、\n"
"    パッチファイルそのものは管理領域に残されたままとなります。"

msgid ""
"    To stop managing a patch and move it into permanent history,\n"
"    use the :hg:`qfinish` command."
msgstr ""
"    管理対象外となったパッチを通常リビジョン化する場合は :hg:`qfinish`\n"
"    を使用してください。"

msgid "show only the preceding applied patch"
msgstr "直前に適用したパッチのみを表示"

msgid "hg qapplied [-1] [-s] [PATCH]"
msgstr "hg qapplied [-1] [-s] [PATCH]"

msgid "print the patches already applied"
msgstr "適用中のパッチ一覧の表示"

msgid "    Returns 0 on success."
msgstr "    成功時のコマンド終了値は 0 です。"

msgid "only one patch applied\n"
msgstr "単一のパッチだけが適用中です\n"

msgid "show only the first patch"
msgstr "最初の未適用パッチのみを表示"

msgid "hg qunapplied [-1] [-s] [PATCH]"
msgstr "hg qunapplied [-1] [-s] [PATCH]"

msgid "print the patches not yet applied"
msgstr "未適用のパッチ一覧の表示"

msgid "all patches applied\n"
msgstr "全てのパッチが適用中です\n"

msgid "import file in patch directory"
msgstr "パッチ管理領域中のファイルから取り込み"

msgid "NAME"
msgstr "名前"

msgid "name of patch file"
msgstr "パッチファイル名"

msgid "overwrite existing files"
msgstr "既存ファイルの上書き"

msgid "place existing revisions under mq control"
msgstr "既存リビジョンを MQ 管理下に移行"

msgid "use git extended diff format"
msgstr "git 拡張差分形式の使用"

msgid "qpush after importing"
msgstr "パッチ取り込み後にパッチ適用(qpush)を実施"

msgid "hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... [FILE]..."
msgstr "hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... [FILE]..."

msgid "import a patch or existing changeset"
msgstr "パッチまたは既存リビジョンの取り込み"

msgid ""
"    The patch is inserted into the series after the last applied\n"
"    patch. If no patches have been applied, qimport prepends the patch\n"
"    to the series."
msgstr ""
"    取り込まれたパッチの適用順序は、 現在適用中の最上位パッチの次に\n"
"    なります。 適用中のパッチが無い場合、 取り込まれたパッチの適用順序は\n"
"    一番最初になります。"

msgid ""
"    The patch will have the same name as its source file unless you\n"
"    give it a new one with -n/--name."
msgstr ""
"    -n/--name による名前の指定が無い場合、 取り込み対象のファイル名が\n"
"    そのままパッチ名となります。"

msgid ""
"    You can register an existing patch inside the patch directory with\n"
"    the -e/--existing flag."
msgstr ""
"    -e/--existing を指定することで、 パッチ管理領域中の既存ファイルを\n"
"    取り込み対象とすることができます。"

msgid ""
"    With -f/--force, an existing patch of the same name will be\n"
"    overwritten."
msgstr "    -f/--force が指定された場合、 同名の既存パッチを上書きします。"

msgid ""
"    An existing changeset may be placed under mq control with -r/--rev\n"
"    (e.g. qimport --rev . -n patch will place the current revision\n"
"    under mq control). With -g/--git, patches imported with --rev will\n"
"    use the git diff format. See the diffs help topic for information\n"
"    on why this is important for preserving rename/copy information\n"
"    and permission changes. Use :hg:`qfinish` to remove changesets\n"
"    from mq control."
msgstr ""
"    -r/--rev 指定により、 既存の通常リビジョンを MQ 管理下に置きます。\n"
"    (例: 'qimport --rev . -n patch' は現リビジョンを MQ 管理下に置きます)\n"
"    -g/--git 指定は、 --rev 指定での取り込みで git 差分形式を使用します。\n"
"    改名/複製や権限設定変更における git 差分形式の有用性は、\n"
"    :hg:`help diffs` を参照してください。 MQ 管理下のパッチを、\n"
"    通常リビジョン化する場合は :hg:`qfinish` を使用します。"

msgid ""
"    To import a patch from standard input, pass - as the patch file.\n"
"    When importing from standard input, a patch name must be specified\n"
"    using the --name flag."
msgstr ""
"    標準入力からパッチを取り込む場合、 ファイル名に '-' を指定します。\n"
"    標準入力からの取り込みの際には、 --name でのパッチ名指定が必須です。"

msgid "    To import an existing patch while renaming it::"
msgstr "    既存のパッチを改名しつつ取り込む場合は::"

msgid "      hg qimport -e existing-patch -n new-name"
msgstr "      hg qimport -e 既存パッチの名前 -n 新しい名前"

msgid ""
"    Returns 0 if import succeeded.\n"
"    "
msgstr ""
"    成功時のコマンド終了値は 0 です。\n"
"    "

msgid "create queue repository"
msgstr "パッチ管理自身を Mercurial で構成管理"

msgid "hg qinit [-c]"
msgstr "hg qinit [-c]"

msgid "init a new queue repository (DEPRECATED)"
msgstr "パッチ管理領域の初期化 (非推奨)"

msgid ""
"    The queue repository is unversioned by default. If\n"
"    -c/--create-repo is specified, qinit will create a separate nested\n"
"    repository for patches (qinit -c may also be run later to convert\n"
"    an unversioned patch repository into a versioned one). You can use\n"
"    qcommit to commit changes to this queue repository."
msgstr ""
"    特に指定が無い場合、 パッチ管理領域は構成管理されません。\n"
"    -c/--create-repo が指定された場合、 本コマンドはパッチ管理領域自体を\n"
"    Mercurial のリポジトリとして作成します(既存のパッチ管理領域を後から\n"
"    Mercurial リポジトリ化するのにも使用できます)。 管理領域の変更内容は\n"
"    qcommit によってコミットすることができます。"

msgid ""
"    This command is deprecated. Without -c, it's implied by other relevant\n"
"    commands. With -c, use :hg:`init --mq` instead."
msgstr ""
"    本コマンドは推奨されません。 -c 指定無しでの作成なら、 他の関連コマンド\n"
"    によって作成されます。 -c 指定有りでの作成ならば、 :hg:`init --mq`\n"
"    を使用してください。"

msgid "use pull protocol to copy metadata"
msgstr "メタデータ複製に pull プロトコルを使用"

msgid "do not update the new working directories"
msgstr "新規作業領域の更新を抑止"

msgid "use uncompressed transfer (fast over LAN)"
msgstr "非圧縮での転送(LAN での高速転送用)"

msgid "REPO"
msgstr "リポジトリ"

msgid "location of source patch repository"
msgstr "複製元パッチ管理領域位置"

msgid "hg qclone [OPTION]... SOURCE [DEST]"
msgstr "hg qclone [OPTION]... SOURCE [DEST]"

msgid "clone main and patch repository at same time"
msgstr "リポジトリとパッチ管理領域の同時複製"

msgid ""
"    If source is local, destination will have no patches applied. If\n"
"    source is remote, this command can not check if patches are\n"
"    applied in source, so cannot guarantee that patches are not\n"
"    applied in destination. If you clone remote repository, be sure\n"
"    before that it has no patches applied."
msgstr ""
"    複製元が同一ホスト上にある場合、 複製先リポジトリでは、 全てのパッチが\n"
"    未適用な状態となります。 複製元が遠隔ホストにある場合、 複製元での\n"
"    パッチ適用状況が不明なので、 複製先でのパッチ適用状況は未保証です。\n"
"    遠隔ホスト上のリポジトリを複製する場合、 パッチが未適用であることを\n"
"    確認してください。"

msgid ""
"    Source patch repository is looked for in <src>/.hg/patches by\n"
"    default. Use -p <url> to change."
msgstr ""
"    特に指定が無い場合、 パッチ管理領域は <src>/.hg/patches から複製され\n"
"    ます。 変更する場合は -p <url> を使用します。"

msgid ""
"    The patch directory must be a nested Mercurial repository, as\n"
"    would be created by :hg:`init --mq`."
msgstr ""
"    パッチ管理領域は、 :hg:`init --mq` によって生成された\n"
"    入れ子状の Mercurial リポジトリでなければなりません。"

msgid ""
"    Return 0 on success.\n"
"    "
msgstr ""
"    成功時のコマンド終了値は 0 です。\n"
"    "

msgid "versioned patch repository not found (see init --mq)"
msgstr "構成管理されたパッチ領域が見つかりません(init --mq 参照)"

msgid "cloning main repository\n"
msgstr "主リポジトリを複製中\n"

msgid "cloning patch repository\n"
msgstr "パッチ管理リポジトリを複製中\n"

msgid "stripping applied patches from destination repository\n"
msgstr "複製先リポジトリにおいてパッチ適用を解除中\n"

msgid "updating destination repository\n"
msgstr "複製先の作業領域を更新中\n"

msgid "hg qcommit [OPTION]... [FILE]..."
msgstr "hg qcommit [OPTION]... [FILE]..."

msgid "commit changes in the queue repository (DEPRECATED)"
msgstr "パッチ管理領域の変更をコミット(非推奨)"

msgid "    This command is deprecated; use :hg:`commit --mq` instead."
msgstr "    本コマンドは非推奨です。 :hg:`commit --mq` を使用してください。"

msgid "print patches not in series"
msgstr "パッチ管理領域中の未知のパッチファイルを表示"

msgid "hg qseries [-ms]"
msgstr "hg qseries [-ms]"

msgid "print the entire series file"
msgstr "既知のパッチ一覧の表示"

msgid "hg qtop [-s]"
msgstr "hg qtop [-s]"

msgid "print the name of the current patch"
msgstr "現行パッチの名前表示"

msgid "hg qnext [-s]"
msgstr "hg qnext [-s]"

msgid "print the name of the next pushable patch"
msgstr "現行パッチの「次」に適用されるパッチの名前表示"

msgid "hg qprev [-s]"
msgstr "hg qprev [-s]"

msgid "print the name of the preceding applied patch"
msgstr "直前に適用されたパッチ名の表示"

msgid "import uncommitted changes (DEPRECATED)"
msgstr "作業領域の変更内容のパッチへの取り込み (非推奨)"

msgid "add \"From: <current user>\" to patch"
msgstr "\"From: <現ユーザ名>\" をパッチに追加"

msgid "add \"From: <USER>\" to patch"
msgstr "\"From: <ユーザ>\" をパッチに追加"

msgid "add \"Date: <current date>\" to patch"
msgstr "\"Date: <現在時刻>\" をパッチに追加"

msgid "add \"Date: <DATE>\" to patch"
msgstr "\"Date: <日時>\" をパッチに追加"

msgid "hg qnew [-e] [-m TEXT] [-l FILE] PATCH [FILE]..."
msgstr "hg qnew [-e] [-m TEXT] [-l FILE] PATCH [FILE]..."

msgid "create a new patch"
msgstr "新規パッチの作成"

msgid ""
"    qnew creates a new patch on top of the currently-applied patch (if\n"
"    any). The patch will be initialized with any outstanding changes\n"
"    in the working directory. You may also use -I/--include,\n"
"    -X/--exclude, and/or a list of files after the patch name to add\n"
"    only changes to matching files to the new patch, leaving the rest\n"
"    as uncommitted modifications."
msgstr ""
"    本コマンドは、 (パッチ適用中の場合は) 適用中パッチの最上位の位置に、\n"
"    新規パッチを作成します。 新規パッチには、 作業領域中の全ての変更が、\n"
"    格納されます。 -I/--include、 -X/--exclude や、 パッチ名に続く、\n"
"    ファイル名指定の組み合わせにより、 変更が取り込まれるファイルを、\n"
"    限定することができます。 取り込み対象外のファイルにおける変更は、\n"
"    未コミットなまま、 作業領域に残ります。"

msgid ""
"    -u/--user and -d/--date can be used to set the (given) user and\n"
"    date, respectively. -U/--currentuser and -D/--currentdate set user\n"
"    to current user and date to current date."
msgstr ""
"    -u/--user および -d/--date は、 それぞれ指定のユーザ名/日時の記録に\n"
"    使用できます。  -U/--currentuser および -D/--currendate は、 それぞれ\n"
"    現ユーザ名/現在日時を記録します。"

msgid ""
"    -e/--edit, -m/--message or -l/--logfile set the patch header as\n"
"    well as the commit message. If none is specified, the header is\n"
"    empty and the commit message is '[mq]: PATCH'."
msgstr ""
"    -e/--edit, -m/--message, -l/--logfile は、 コミットログと同様に、\n"
"    パッチのヘッダに記録する情報を指定します。 指定が無い場合は、\n"
"    ヘッダは空のまま、 コミットログが '[mq]: パッチ名' となります。"

msgid ""
"    Use the -g/--git option to keep the patch in the git extended diff\n"
"    format. Read the diffs help topic for more information on why this\n"
"    is important for preserving permission changes and copy/rename\n"
"    information."
msgstr ""
"    git 拡張差分形式を使用する場合は、 -g/--git を指定します。 改名/複製\n"
"    情報や、 権限設定の情報保持にとっての git 差分形式の有用性に関しては、\n"
"    'help diffs' を参照してください。"

msgid ""
"    Returns 0 on successful creation of a new patch.\n"
"    "
msgstr ""
"    成功時のコマンド終了値は 0 です。\n"
"    "

msgid "refresh only files already in the patch and specified files"
msgstr "明示されたファイルに加えて、 既存のパッチ対象ファイルも更新"

msgid "add/update author field in patch with current user"
msgstr "パッチ作成者情報を現行ユーザに設定"

msgid "add/update author field in patch with given user"
msgstr "パッチ作成者情報を指定ユーザに設定"

msgid "add/update date field in patch with current date"
msgstr "パッチ作成日付情報を現時刻に設定"

msgid "add/update date field in patch with given date"
msgstr "パッチ作成日付情報を指定時刻に設定"

msgid "hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l FILE] [-s] [FILE]..."
msgstr "hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l FILE] [-s] [FILE]..."

msgid "update the current patch"
msgstr "現行パッチの更新"

msgid ""
"    If any file patterns are provided, the refreshed patch will\n"
"    contain only the modifications that match those patterns; the\n"
"    remaining modifications will remain in the working directory."
msgstr ""
"    何らかのパターンが指定された場合、 更新後のパッチは当該パターンに\n"
"    合致するファイルの変更内容だけを含み、 他のファイルの変更内容は作業\n"
"    領域に残ったままとなります。"

msgid ""
"    If -s/--short is specified, files currently included in the patch\n"
"    will be refreshed just like matched files and remain in the patch."
msgstr ""
"    -s/--short が指定された場合、 現行パッチが変更を保持するファイルは、\n"
"    ファイル指定されたものとみなされ、 パッチにとどまり続けます。"

msgid ""
"    If -e/--edit is specified, Mercurial will start your configured editor "
"for\n"
"    you to enter a message. In case qrefresh fails, you will find a backup "
"of\n"
"    your message in ``.hg/last-message.txt``."
msgstr ""
"    -e/--edit が指定された場合、 メッセージ入力用のプログラムが\n"
"    設定に従って起動されます。 処理が失敗した場合、\n"
"    入力したメッセージは ``.hg/last-message.txt`` に保存されます。"

msgid ""
"    hg add/remove/copy/rename work as usual, though you might want to\n"
"    use git-style patches (-g/--git or [diff] git=1) to track copies\n"
"    and renames. See the diffs help topic for more information on the\n"
"    git diff format."
msgstr ""
"    複製/改名に関する履歴保存のために git 差分形式を使用(-g/--git 指定や\n"
"    設定ファイルでの [diff] git=1 記述)するのであれば、\n"
"    add/remove/copy/rename といった hg のコマンドによる履歴記録も、\n"
"    通常と変わりなく機能します。 git 差分形式の詳細に関しては、\n"
"    'help diffs' を参照してください。"

msgid "hg qdiff [OPTION]... [FILE]..."
msgstr "hg qdiff [OPTION]... [FILE]..."

msgid "diff of the current patch and subsequent modifications"
msgstr "現行パッチと作業領域変更の結合結果の表示"

msgid ""
"    Shows a diff which includes the current patch as well as any\n"
"    changes which have been made in the working directory since the\n"
"    last refresh (thus showing what the current patch would become\n"
"    after a qrefresh)."
msgstr ""
"    現行パッチの変更内容と、 前回の qrefresh 実施以後の作業領域における\n"
"    変更内容を合わせた差分(= 現時点での qrefresh 実施によるパッチ内容の\n"
"    更新結果)を表示します。"

msgid ""
"    Use :hg:`diff` if you only want to see the changes made since the\n"
"    last qrefresh, or :hg:`export qtip` if you want to see changes\n"
"    made by the current patch without including changes made since the\n"
"    qrefresh."
msgstr ""
"    前回の :hg:`qrefresh` 実施以後の作業領域における変更内容を見たい\n"
"    場合は :hg:`diff` を、 作業領域の変更内容を含まない現行パッチの内容\n"
"    のみを見たい場合は :hg:`export qtip` を使用してください。"

msgid "keep folded patch files"
msgstr "併合対象パッチのパッチファイル削除を抑止"

msgid "hg qfold [-e] [-k] [-m TEXT] [-l FILE] PATCH..."
msgstr "hg qfold [-e] [-k] [-m TEXT] [-l FILE] PATCH..."

msgid "fold the named patches into the current patch"
msgstr "指定パッチの現行パッチへの併合"

msgid ""
"    Patches must not yet be applied. Each patch will be successively\n"
"    applied to the current patch in the order given. If all the\n"
"    patches apply successfully, the current patch will be refreshed\n"
"    with the new cumulative patch, and the folded patches will be\n"
"    deleted. With -k/--keep, the folded patch files will not be\n"
"    removed afterwards."
msgstr ""
"    併合対象パッチは、 未適用でなければなりません。 個々のパッチは、\n"
"    指定された順序で、 現行パッチの上に、 連続して適用されます。\n"
"    併合対象パッチの適用が、 全て成功した場合、 現行のパッチは、\n"
"    対象パッチ全ての累積として更新され、 併合パッチは削除されます。\n"
"    -k/--keep が指定された場合、 併合対象パッチのファイルは、\n"
"    併合後も保持されます。"

msgid ""
"    The header for each folded patch will be concatenated with the\n"
"    current patch header, separated by a line of ``* * *``."
msgstr ""
"    併合対象パッチのヘッダ情報は、 ``* * *`` 行を区切り記号として、\n"
"    現行のパッチに追加されます。"

msgid "qfold requires at least one patch name"
msgstr "併合実施には最低1つのパッチ名指定が必要です"

#, python-format
msgid "skipping already folded patch %s\n"
msgstr "既に併合済みのパッチ %s は無視します\n"

#, python-format
msgid "qfold cannot fold already applied patch %s"
msgstr "パッチ %s は適用中なので併合できません"

#, python-format
msgid "error folding patch %s"
msgstr "パッチ %s の併合に失敗"

msgid "tolerate non-conflicting local changes"
msgstr "衝突しない作業領域中の変更を許容"

msgid "overwrite any local changes"
msgstr "作業領域中の変更を上書き"

msgid "do not save backup copies of files"
msgstr "取り消し実施前内容のバックアップを抑止"

msgid "hg qgoto [OPTION]... PATCH"
msgstr "hg qgoto [OPTION]... PATCH"

msgid "push or pop patches until named patch is at top of stack"
msgstr "指定パッチを適用パッチの最上位にする qpush/qpop の実施"

msgid "list all patches and guards"
msgstr "全てのパッチのガード状況を一覧表示"

msgid "drop all guards"
msgstr "全てのガード設定を破棄"

msgid "hg qguard [-l] [-n] [PATCH] [-- [+GUARD]... [-GUARD]...]"
msgstr "hg qguard [-l] [-n] [PATCH] [-- [+GUARD]... [-GUARD]...]"

msgid "set or print guards for a patch"
msgstr "パッチのガード設定または表示"

msgid ""
"    Guards control whether a patch can be pushed. A patch with no\n"
"    guards is always pushed. A patch with a positive guard (\"+foo\") is\n"
"    pushed only if the :hg:`qselect` command has activated it. A patch with\n"
"    a negative guard (\"-foo\") is never pushed if the :hg:`qselect` "
"command\n"
"    has activated it."
msgstr ""
"    「ガード」はパッチ適用の可否を制御します。 ガードが設定されていない\n"
"    パッチは常に適用されます。 「正」のガード(例: \"+foo\")が設定された\n"
"    パッチは、 :hg:`qselect` によって当該ガードが設定されている場合に限り\n"
"    適用されます。 「負」のガード(例: \"-foo\")が設定されているパッチは、\n"
"    :hg:`qselect` によって当該ガードが設定されている場合は適用されません。"

msgid ""
"    With no arguments, print the currently active guards.\n"
"    With arguments, set guards for the named patch."
msgstr ""
"    引数指定が無い場合、 現在のガード設定を表示します。\n"
"    引数が指定された場合、 指定パッチに対してガードを設定します。"

msgid "       Specifying negative guards now requires '--'."
msgstr "       負のガード設定には、 ガード指定の前に '--' 引数が必要です。"

msgid "    To set guards on another patch::"
msgstr "    現行パッチ以外にガードを設定するには::"

msgid "      hg qguard other.patch -- +2.6.17 -stable"
msgstr "      hg qguard 対象パッチ名 -- +2.6.17 -stable"

msgid "cannot mix -l/--list with options or arguments"
msgstr "-l/--list は、 他のオプションや引数と同時に指定できません"

msgid "no patch to work with"
msgstr "対象とすべきパッチがありません"

#, python-format
msgid "no patch named %s"
msgstr "パッチ %s は未知のパッチです"

msgid "hg qheader [PATCH]"
msgstr "hg qheader [PATCH]"

msgid "print the header of the topmost or specified patch"
msgstr "現行パッチまたは指定パッチのヘッダ表示"

msgid "apply on top of local changes"
msgstr "作業領域の変更をそのままでパッチを適用"

msgid "apply the target patch to its recorded parent"
msgstr "パッチに記録された親リビジョンに対して適用"

msgid "list patch name in commit text"
msgstr "コミットログとしてパッチ名を列挙"

msgid "apply all patches"
msgstr "全てのパッチを適用"

msgid "merge from another queue (DEPRECATED)"
msgstr "他のパッチ管理領域とのマージ (非推奨)"

msgid "merge queue name (DEPRECATED)"
msgstr "マージ対象のパッチ管理領域名 (非推奨)"

msgid "reorder patch series and apply only the patch"
msgstr "パッチ一覧の順序変更とパッチ適用"

msgid "hg qpush [-f] [-l] [-a] [--move] [PATCH | INDEX]"
msgstr "hg qpush [-f] [-l] [-a] [--move] [PATCH | INDEX]"

msgid "push the next patch onto the stack"
msgstr "次のパッチの適用"

msgid ""
"    By default, abort if the working directory contains uncommitted\n"
"    changes. With --keep-changes, abort only if the uncommitted files\n"
"    overlap with patched files. With -f/--force, backup and patch over\n"
"    uncommitted changes."
msgstr ""
"    作業領域に未コミット変更がある場合、 通常はコマンドが中止されます。\n"
"    --keep-changes が指定された場合、 未コミット変更とパッチとの間で、\n"
"    重複がある場合のみ、 中止されます。 -f/--force が指定された場合、\n"
"    変更内容をバックアップした上で、 未コミット変更の上から、\n"
"    パッチが適用されます。"

msgid "no saved queues found, please use -n\n"
msgstr "保存されたパッチ管理領域がありません。 -n を使用してください\n"

#, python-format
msgid "merging with queue at: %s\n"
msgstr "パッチ管理領域 %s とマージ中\n"

msgid "pop all patches"
msgstr "全てのパッチの適用を解除"

msgid "queue name to pop (DEPRECATED)"
msgstr "パッチ解除先のパッチ管理領域名 (非推奨)"

msgid "forget any local changes to patched files"
msgstr "パッチ対象ファイルに対する作業領域中の変更を破棄"

msgid "hg qpop [-a] [-f] [PATCH | INDEX]"
msgstr "hg qpop [-a] [-f] [PATCH | INDEX]"

msgid "pop the current patch off the stack"
msgstr "現行パッチの適用解除"

msgid ""
"    Without argument, pops off the top of the patch stack. If given a\n"
"    patch name, keeps popping off patches until the named patch is at\n"
"    the top of the stack."
msgstr ""
"    引数指定が無い場合、 適用中パッチ群のうち、 最上位パッチを解除します。\n"
"    パッチ名が指定された場合、 当該パッチが適用最上位パッチになるまで、\n"
"    他のパッチの適用解除を行います。"

msgid ""
"    By default, abort if the working directory contains uncommitted\n"
"    changes. With --keep-changes, abort only if the uncommitted files\n"
"    overlap with patched files. With -f/--force, backup and discard\n"
"    changes made to such files."
msgstr ""
"    作業領域に未コミット変更がある場合、 通常はコマンドが中止されます。\n"
"    --keep-changes が指定された場合、 未コミット変更とパッチとの間で、\n"
"    重複がある場合のみ、 中止されます。 -f/--force が指定された場合、\n"
"    変更内容をバックアップした上で、 未コミット変更の内容を破棄します。"

#, python-format
msgid "using patch queue: %s\n"
msgstr "パッチ管理領域 %s を使用中\n"

msgid "hg qrename PATCH1 [PATCH2]"
msgstr "hg qrename PATCH1 [PATCH2]"

msgid "rename a patch"
msgstr "パッチの改名"

msgid ""
"    With one argument, renames the current patch to PATCH1.\n"
"    With two arguments, renames PATCH1 to PATCH2."
msgstr ""
"    引数が1つの場合、 現行パッチを指定された名前に改名します。\n"
"    引数が2つの場合、 1つ目のパッチの名前を2つ目に改名します。"

msgid "delete save entry"
msgstr "保存エントリの破棄"

msgid "update queue working directory"
msgstr "パッチ管理領域の更新"

msgid "hg qrestore [-d] [-u] REV"
msgstr "hg qrestore [-d] [-u] REV"

msgid "restore the queue state saved by a revision (DEPRECATED)"
msgstr "指定リビジョンによって保存されたパッチ管理状態の復旧 (非推奨)"

msgid "    This command is deprecated, use :hg:`rebase` instead."
msgstr "    本コマンドは非推奨です。 :hg:`rebase` を使用してください。"

msgid "copy patch directory"
msgstr "パッチ管理領域の複製"

msgid "copy directory name"
msgstr "複製先ディレクトリ名"

msgid "clear queue status file"
msgstr "パッチ状態ファイル(status)のクリア"

msgid "force copy"
msgstr "複製の強行"

msgid "hg qsave [-m TEXT] [-l FILE] [-c] [-n NAME] [-e] [-f]"
msgstr "hg qsave [-m TEXT] [-l FILE] [-c] [-n NAME] [-e] [-f]"

msgid "save current queue state (DEPRECATED)"
msgstr "パッチ管理状態の保存 (非推奨)"

#, python-format
msgid "destination %s exists and is not a directory"
msgstr "保存先 %s は既存のファイルです"

#, python-format
msgid "destination %s exists, use -f to force"
msgstr "保存先 %s が存在します。 実施する場合は -f を指定してください"

#, python-format
msgid "copy %s to %s\n"
msgstr "%s から %s に複製します\n"

msgid "disable all guards"
msgstr "全てのガード設定を破棄"

msgid "list all guards in series file"
msgstr "各パッチに設定されたガードを一覧化"

msgid "pop to before first guarded applied patch"
msgstr "適用可否が変化するパッチの適用を解除"

msgid "pop, then reapply patches"
msgstr "qpop 実施後に再度パッチを適用"

msgid "hg qselect [OPTION]... [GUARD]..."
msgstr "hg qselect [OPTION]... [GUARD]..."

msgid "set or print guarded patches to push"
msgstr "作業領域におけるガード選択の設定または表示"

msgid ""
"    Use the :hg:`qguard` command to set or print guards on patch, then use\n"
"    qselect to tell mq which guards to use. A patch will be pushed if\n"
"    it has no guards or any positive guards match the currently\n"
"    selected guard, but will not be pushed if any negative guards\n"
"    match the current guard. For example::"
msgstr ""
"    パッチ毎のガード設定または表示には :hg:`qguard` を、 作業領域における\n"
"    ガードの選択または表示には :hg:`qselect` を使用します。 ガードが設定\n"
"    されていないか、 何らかの「正」のガードがガード選択に合致する場合には\n"
"    パッチが適用されますが、 何らかの「負」のガードがガード選択に合致する\n"
"    場合にはパッチは適用されません。 例えば::"

msgid ""
"        qguard foo.patch -- -stable    (negative guard)\n"
"        qguard bar.patch    +stable    (positive guard)\n"
"        qselect stable"
msgstr ""
"        qguard foo.patch -- -stable    (「負」のガード)\n"
"        qguard bar.patch    +stable    (「正」のガード)\n"
"        qselect stable"

msgid ""
"    This activates the \"stable\" guard. mq will skip foo.patch (because\n"
"    it has a negative match) but push bar.patch (because it has a\n"
"    positive match)."
msgstr ""
"    上記の qselect 実行により、 \"stable\" ガードが選択されます。 MQ は\n"
"    foo.patch の適用を(「負」のガードに合致するため)見送りますが、\n"
"    bar.patch の適用は(「正」のガードに合致するため)実施します。"

msgid ""
"    With no arguments, prints the currently active guards.\n"
"    With one argument, sets the active guard."
msgstr ""
"    引数指定が無い場合、 現在のガード選択状況を表示します。\n"
"    引数が指定された場合、 ガード選択を設定します。"

msgid ""
"    Use -n/--none to deactivate guards (no other arguments needed).\n"
"    When no guards are active, patches with positive guards are\n"
"    skipped and patches with negative guards are pushed."
msgstr ""
"    -n/--none を指定することで、 全てのガード選択を無効化します\n"
"    (他の引数は必要ありません)。 ガードが全く選択されていない場合、\n"
"    「正」のガードが設定されたパッチは適用されませんが、\n"
"    「負」のガードが設定されたパッチは適用されます。"

msgid ""
"    qselect can change the guards on applied patches. It does not pop\n"
"    guarded patches by default. Use --pop to pop back to the last\n"
"    applied patch that is not guarded. Use --reapply (which implies\n"
"    --pop) to push back to the current patch afterwards, but skip\n"
"    guarded patches."
msgstr ""
"    本コマンドの実行により、 適用中のパッチの適用可否も変化し得ます。 \n"
"    特に指定が無い場合、 ガードが有効なパッチの適用解除は行われません。\n"
"    --pop が指定された場合、 適用可否が変わる最初のパッチまでのパッチが、\n"
"    適用解除されます。 --reapply が指定された場合、 --pop 相当の処理後に、\n"
"    ガードが有効なパッチの適用を見送りつつ、 現行パッチに至るまで、\n"
"    パッチを再適用します。"

msgid ""
"    Use -s/--series to print a list of all guards in the series file\n"
"    (no other arguments needed). Use -v for more information."
msgstr ""
"    -s/--series が指定された場合、 パッチに設定されたガードを一覧化して\n"
"    表示します(他の引数は不要)。 詳細表示には -v を指定してください。"

msgid "guards deactivated\n"
msgstr "ガード設定を無効化します\n"

#, python-format
msgid "number of unguarded, unapplied patches has changed from %d to %d\n"
msgstr "現適用位置以後の適用可能な未適用パッチ数が %d から %d になりました\n"

#, python-format
msgid "number of guarded, applied patches has changed from %d to %d\n"
msgstr "現適用位置までの適用除外対象パッチ数が %d から %d になりました\n"

msgid "guards in series file:\n"
msgstr "パッチに設定されているガードの一覧:\n"

msgid "no guards in series file\n"
msgstr "ガードが設定されたパッチはありません\n"

msgid "active guards:\n"
msgstr "有効なガード:\n"

msgid "no active guards\n"
msgstr "有効なガードはありません\n"

msgid "popping guarded patches\n"
msgstr "ガードが有効なパッチを解除中\n"

msgid "reapplying unguarded patches\n"
msgstr "ガードが無効なパッチを再適用中\n"

msgid "finish all applied changesets"
msgstr "全ての適用中パッチを通常リビジョン化"

msgid "hg qfinish [-a] [REV]..."
msgstr "hg qfinish [-a] [REV]..."

msgid "move applied patches into repository history"
msgstr "適用中パッチの通常リビジョン化"

msgid ""
"    Finishes the specified revisions (corresponding to applied\n"
"    patches) by moving them out of mq control into regular repository\n"
"    history."
msgstr ""
"    指定されたリビジョン(適用中パッチに相当)を、 MQ 管理下から除外し、\n"
"    通常のリビジョンとしてリポジトリに記録します。"

msgid ""
"    Accepts a revision range or the -a/--applied option. If --applied\n"
"    is specified, all applied mq revisions are removed from mq\n"
"    control. Otherwise, the given revisions must be at the base of the\n"
"    stack of applied patches."
msgstr ""
"    リビジョン範囲指定や、 -a/--applied が指定可能です。 --applied が指定\n"
"    された場合、 全ての適用中パッチが MQ 管理下から除外されます。 それ\n"
"    以外の場合、 指定されたリビジョンは、 適用中スタックの最下位からの\n"
"    一連のリビジョンでなければなりません。"

msgid ""
"    This can be especially useful if your changes have been applied to\n"
"    an upstream repository, or if you are about to push your changes\n"
"    to upstream."
msgstr ""
"    この機能は、 上流のリポジトリでパッチが受理された場合や、\n"
"    パッチ内容を上流リポジトリに反映する場合などに有用です。"

msgid "warning: uncommitted changes in the working directory\n"
msgstr "警告: 作業領域の変更が未コミットです\n"

msgid "list all available queues"
msgstr "有効なキューの一覧表示"

msgid "print name of active queue"
msgstr "使用中のキュー名の表示"

msgid "create new queue"
msgstr "新規キューの作成"

msgid "rename active queue"
msgstr "使用中のキューの改名"

msgid "delete reference to queue"
msgstr "キューへの参照の削除"

msgid "delete queue, and remove patch dir"
msgstr "キューおよび管理ディレクトリの削除"

msgid "[OPTION] [QUEUE]"
msgstr "[OPTION] [QUEUE]"

msgid "manage multiple patch queues"
msgstr "複数のパッチキューの管理"

msgid ""
"    Supports switching between different patch queues, as well as creating\n"
"    new patch queues and deleting existing ones."
msgstr ""
"    複数の異なるパッチキューの間での切り替え、 新規パッチキューの作成\n"
"    および既存パッチキューの削除を行います。"

msgid ""
"    Omitting a queue name or specifying -l/--list will show you the "
"registered\n"
"    queues - by default the \"normal\" patches queue is registered. The "
"currently\n"
"    active queue will be marked with \"(active)\". Specifying --active will "
"print\n"
"    only the name of the active queue."
msgstr ""
"    キュー名称の指定が無いか、 -l/--list が指定された場合、\n"
"    登録済みキューが一覧表示されます。 通常は \"patches\" が登録済みです。\n"
"    実行時点で使用中のキューには \"(使用中)\" が表示されます。\n"
"    --active が指定された場合は、 使用中のキューのみが表示されます。"

msgid ""
"    To create a new queue, use -c/--create. The queue is automatically made\n"
"    active, except in the case where there are applied patches from the\n"
"    currently active queue in the repository. Then the queue will only be\n"
"    created and switching will fail."
msgstr ""
"    新規キューの作成には -c/--create を指定します。 新規作成キューは、\n"
"    自動的に使用キューとなります。 ただし、 新規キューの作成時点で、\n"
"    既存のキューからパッチが適用中の場合は、 新規キューは作成されますが、\n"
"    使用キューの切り替えは実施されません。"

msgid ""
"    To delete an existing queue, use --delete. You cannot delete the "
"currently\n"
"    active queue."
msgstr ""
"    --delete が指定された場合、 既存のキューを削除します。\n"
"    その時点で使用中のキューは削除できません。"

msgid "new queue created, but cannot make active as patches are applied"
msgstr "パッチ適用中につき使用キューは切り替えません(新規キューは生成済み)"

msgid "cannot delete queue that does not exist"
msgstr "存在しないキューは削除できません"

msgid "cannot delete currently active queue"
msgstr "現時点で使用中のキューは削除できません"

msgid " (active)\n"
msgstr " (使用中)\n"

msgid "invalid queue name, may not contain the characters \":\\/.\""
msgstr "\":\\/.\" を含む不正なキュー名称です"

#, python-format
msgid "queue \"%s\" already exists"
msgstr "キュー \"%s\" は既に存在します"

#, python-format
msgid "can't rename \"%s\" to its current name"
msgstr "\"%s\" を同じ名前に改名することはできません"

#, python-format
msgid "non-queue directory \"%s\" already exists"
msgstr "パッチ管理領域でない同名ディレクトリ \"%s\" が既に存在します"

msgid "use --create to create a new queue"
msgstr "新規キューの作成には --create を指定してください"

msgid "cannot commit over an applied mq patch"
msgstr "MQ パッチ適用中はコミットを実施できません"

#, python-format
msgid "mq status file refers to unknown node %s\n"
msgstr "MQ の状態管理ファイルが未知のリビジョン %s を参照しています\n"

#, python-format
msgid "tag %s overrides mq patch of the same name\n"
msgstr "タグ %s は MQ パッチの同名タグを上書きします\n"

msgid "cannot import over an applied patch"
msgstr "パッチ適用中の import による取り込みはできません"

msgid "only a local queue repository may be initialized"
msgstr "手元のキューのリポジトリしか初期化できません"

msgid "there is no Mercurial repository here (.hg not found)"
msgstr "Mercurial リポジトリが見つかりません(.hg が不在です)"

msgid "no queue repository"
msgstr "キューのリポジトリがありません"

#, python-format
msgid "%d applied"
msgstr "適用パッチ数 %d"

#, python-format
msgid "%d unapplied"
msgstr "未適用パッチ数 %d"

#. i18n: column positioning for "hg summary"
#, python-format
msgid "mq:     %s\n"
msgstr "mq:           %s\n"

#. i18n: column positioning for "hg summary"
msgid "mq:     (empty queue)\n"
msgstr "mq:           (キューは空です)\n"

msgid ""
"``mq()``\n"
"    Changesets managed by MQ."
msgstr ""
"``mq()``\n"
"    MQ 管理下にあるリビジョン。"

msgid "mq takes no arguments"
msgstr "mq には引数が指定できません"

msgid "operate on patch repository"
msgstr "パッチ管理リポジトリへの操作"

msgid ""
"create clones which fetch history data for subset of files (EXPERIMENTAL)"
msgstr ""

msgid "no common changegroup version"
msgstr "利用可能な共通のバンドル形式バージョンがありません"

msgid ""
"server does not advertise changegroup version, can't negotiate support for "
"ellipsis nodes"
msgstr ""

#, fuzzy, python-format
msgid "depth must be positive, got %d"
msgstr "制限には正数を指定してください"

msgid "{} configuration for user {} is empty"
msgstr ""

msgid "The following includes are not accessible for {}: {}"
msgstr ""

#, fuzzy, python-format
msgid "unexpected changespec node chunk type: %s"
msgstr "想定外の revspec フォーマット文字 %s"

msgid "adding branch\n"
msgstr "ブランチを追加中\n"

#, python-format
msgid "error removing %s: %s\n"
msgstr "ファイル %s の破棄に失敗: %s\n"

msgid "uncompressed size of bundle content:\n"
msgstr "バンドルファイル内容の非圧縮サイズ:\n"

msgid "changesets"
msgstr "リビジョン"

#, python-format
msgid "%8.i (changelog)\n"
msgstr "%8.i (履歴情報)\n"

#, fuzzy
msgid "create a narrow clone of select files"
msgstr "バンドルファイルの生成"

msgid "limit the history fetched by distance from heads"
msgstr ""

msgid "specifically fetch this file/directory"
msgstr ""

msgid "do not fetch this file/directory, even if included"
msgstr ""

#, fuzzy
msgid "server doesn't support narrow clones"
msgstr "連携先リポジトリはブックマークが未サポートです\n"

#, fuzzy
msgid "looking for local changes to affected paths\n"
msgstr "パッチ対象ファイルに対する作業領域中の変更を破棄"

msgid ""
"The following changeset(s) or their ancestors have local changes not on the "
"remote:\n"
msgstr ""

#, python-format
msgid "...and %d more, use --verbose to list all\n"
msgstr ""

msgid "local changes found"
msgstr "作業領域に変更があります"

msgid "use --force-delete-local-changes to ignore"
msgstr ""

#, fuzzy, python-format
msgid "deleting %s\n"
msgstr "%s の復旧中\n"

#, fuzzy
msgid "new paths to include"
msgstr "当該テンプレートで表示をカスタマイズ"

#, fuzzy
msgid "old paths to no longer include"
msgstr "word にはインデックス値を数値で指定してください"

#, fuzzy
msgid "new paths to exclude"
msgstr "当該テンプレートで表示をカスタマイズ"

msgid "old paths to no longer exclude"
msgstr ""

msgid "whether to replace the existing narrowspec"
msgstr ""

msgid "forces deletion of local changes when narrowing"
msgstr ""

#, fuzzy
msgid "[OPTIONS]... [REMOTE]"
msgstr "[OPTION]... [TEXT]"

#, fuzzy
msgid "show or change the current narrowspec"
msgstr "現行パッチの名前表示"

msgid ""
"    With no argument, shows the current narrowspec entries, one per line. "
"Each\n"
"    line will be prefixed with 'I' or 'X' for included or excluded "
"patterns,\n"
"    respectively."
msgstr ""

msgid ""
"    The narrowspec is comprised of expressions to match remote files and/or\n"
"    directories that should be pulled into your client.\n"
"    The narrowspec has *include* and *exclude* expressions, with excludes "
"always\n"
"    trumping includes: that is, if a file matches an exclude expression, it "
"will\n"
"    be excluded even if it also matches an include expression.\n"
"    Excluding files that were never included has no effect."
msgstr ""

msgid ""
"    Each included or excluded entry is in the format described by\n"
"    'hg help patterns'."
msgstr ""

msgid ""
"    The options allow you to add or remove included and excluded expressions."
msgstr ""

msgid ""
"    If --clear is specified, then all previous includes and excludes are "
"DROPPED\n"
"    and replaced by the new ones specified to --addinclude and --"
"addexclude.\n"
"    If --clear is specified without any further options, the narrowspec will "
"be\n"
"    empty and will not match any files.\n"
"    "
msgstr ""

msgid ""
"The narrow command is only supported on respositories cloned with --narrow.\n"
msgstr ""

#, fuzzy
msgid "The --clear option is not yet supported.\n"
msgstr "圧縮形式 %s は未サポートです"

#, python-format
msgid "cannot track '%s' - it is outside the narrow clone"
msgstr ""

#, python-format
msgid "merge affects file '%s' outside narrow, which is not yet supported"
msgstr ""

msgid "merging in the other direction may work"
msgstr ""

#, python-format
msgid "conflict in file '%s' is outside narrow clone"
msgstr ""

msgid "expanding narrowspec\n"
msgstr ""

msgid "hooks for sending email push notifications"
msgstr "電子メールによる push 通知送信用フック集"

msgid ""
"This extension implements hooks to send email notifications when\n"
"changesets are sent from or received by the local repository."
msgstr ""
"本エクステンションでは、 変更履歴が、 手元のリポジトリに取り込まれたり、\n"
"他のリポジトリへと反映されたのを契機に、 電子メールを送信するための、\n"
"フックを提供します。"

msgid ""
"First, enable the extension as explained in :hg:`help extensions`, and\n"
"register the hook you want to run. ``incoming`` and ``changegroup`` hooks\n"
"are run when changesets are received, while ``outgoing`` hooks are for\n"
"changesets sent to another repository::"
msgstr ""
":hg:`help extensions` にならって、 本エクステンションを有効にした上で、\n"
"実行したいフックを登録してください。 ``incoming`` および ``changegroup``\n"
"フックは履歴の取り込みで、 ``outgoing`` は履歴の反映の際に実行されます::"

msgid ""
"  [hooks]\n"
"  # one email for each incoming changeset\n"
"  incoming.notify = python:hgext.notify.hook\n"
"  # one email for all incoming changesets\n"
"  changegroup.notify = python:hgext.notify.hook"
msgstr ""
"  [hooks]\n"
"  # 取り込み処理時にリビジョン毎にメールを送信\n"
"  incoming.notify = python:hgext.notify.hook\n"
"  # 取り込み処理毎にメールを送信\n"
"  changegroup.notify = python:hgext.notify.hook"

msgid ""
"  # one email for all outgoing changesets\n"
"  outgoing.notify = python:hgext.notify.hook"
msgstr ""
"  # 反映処理毎にメールを送信\n"
"  outgoing.notify = python:hgext.notify.hook"

msgid ""
"This registers the hooks. To enable notification, subscribers must\n"
"be assigned to repositories. The ``[usersubs]`` section maps multiple\n"
"repositories to a given recipient. The ``[reposubs]`` section maps\n"
"multiple recipients to a single repository::"
msgstr ""
"上記の設定により、 フックが登録されます。 メール通知を有効にするには、\n"
"リポジトリ毎のメール送信先 (subscriber:購読者) 設定が必要です。\n"
"``[usersubs]`` は単一購読者に複数のリポジトリを設定します。\n"
"``[reposubs]`` は単一リポジトリに複数の購読者を設定します::"

msgid ""
"  [usersubs]\n"
"  # key is subscriber email, value is a comma-separated list of repo "
"patterns\n"
"  user@host = pattern"
msgstr ""
"  [usersubs]\n"
"  # 左辺には送信先メールアドレス、右辺にはカンマ区切りの\n"
"  # リポジトリ合致判定パターンを記述してください\n"
"  user@host = pattern"

msgid ""
"  [reposubs]\n"
"  # key is repo pattern, value is a comma-separated list of subscriber "
"emails\n"
"  pattern = user@host"
msgstr ""
"  # 左辺にはリポジトリの合致判定パターン、右辺にはカンマ区切りの\n"
"  # 送信先メールアドレスを記述してください\n"
"  pattern = user@host"

msgid ""
"A ``pattern`` is a ``glob`` matching the absolute path to a repository,\n"
"optionally combined with a revset expression. A revset expression, if\n"
"present, is separated from the glob by a hash. Example::"
msgstr ""
"``pattern`` 指定は、 リポジトリの絶対パスに対する ``glob`` 合致判定で、\n"
"revset 表記と組み合わせることもできます。 revset 表記を記述する場合は、\n"
"``glob`` パターンとハッシュ記号 (``#``) で区切ります。記述例::"

msgid ""
"  [reposubs]\n"
"  */widgets#branch(release) = qa-team@example.com"
msgstr ""
"  [reposubs]\n"
"  */widgets#branch(release) = qa-team@example.com"

msgid ""
"This sends to ``qa-team@example.com`` whenever a changeset on the "
"``release``\n"
"branch triggers a notification in any repository ending in ``widgets``."
msgstr ""
"この設定例では、 ``widgets`` で終わるリポジトリの ``release``\n"
"ブランチへの変更を契機に ``qa-team@example.com`` への通知が実施されます。"

msgid ""
"In order to place them under direct user management, ``[usersubs]`` and\n"
"``[reposubs]`` sections may be placed in a separate ``hgrc`` file and\n"
"incorporated by reference::"
msgstr ""
"``[usersubs]`` および ``[reposubs]`` 設定を、 別のファイルに記述して、\n"
"そのファイルを読み込むようにすることで、 メール送信先ユーザの管理を、\n"
"独立させることが可能です::"

msgid ""
"  [notify]\n"
"  config = /path/to/subscriptionsfile"
msgstr ""
"  [notify]\n"
"  config = /path/to/subscriptionsfile"

msgid ""
"Notifications will not be sent until the ``notify.test`` value is set\n"
"to ``False``; see below."
msgstr ""
"``notify.test`` 設定を ``False`` にしない限り、 メールは送信されません。\n"
"詳細は後述の説明を参照してください。"

msgid ""
"Notifications content can be tweaked with the following configuration "
"entries:"
msgstr "通知内容は、 以下の設定により変更可能です:"

msgid ""
"notify.test\n"
"  If ``True``, print messages to stdout instead of sending them. Default: "
"True."
msgstr ""
"notify.test\n"
"  真値の場合、 生成された通知内容は、 標準出力に書き出されます\n"
"  (メール送信無し)。 デフォルト値は True"

msgid ""
"notify.sources\n"
"  Space-separated list of change sources. Notifications are activated only\n"
"  when a changeset's source is in this list. Sources may be:"
msgstr ""
"notify.sources\n"
"  空白区切りの変更反映元一覧。 変更反映元が一覧要素と合致する場合のみ、\n"
"  メール送信が有効になります。 指定可能な要素は:"

msgid ""
"  :``serve``: changesets received via http or ssh\n"
"  :``pull``: changesets received via ``hg pull``\n"
"  :``unbundle``: changesets received via ``hg unbundle``\n"
"  :``push``: changesets sent or received via ``hg push``\n"
"  :``bundle``: changesets sent via ``hg unbundle``"
msgstr ""
"  :``serve``: http または ssh 経由での取り込み\n"
"  :``pull``: ``hg pull`` 経由での取り込み\n"
"  :``unbundle``: ``hg unbundle`` 経由での取り込み\n"
"  :``push``: ``hg push`` 経由での反映/取り込み\n"
"  :``bundle``: ``hg unbundle`` 経由での反映"

msgid "  Default: serve."
msgstr "  デフォルト値は serve です。"

msgid ""
"notify.strip\n"
"  Number of leading slashes to strip from url paths. By default, "
"notifications\n"
"  reference repositories with their absolute path. ``notify.strip`` lets "
"you\n"
"  turn them into relative paths. For example, ``notify.strip=3`` will "
"change\n"
"  ``/long/path/repository`` into ``repository``. Default: 0."
msgstr ""
"notify.strip\n"
"  URL パス冒頭から取り除く、 スラッシュ数。 無指定時は、\n"
"  リポジトリの絶対パスが使用されます。 ``notify.strip`` によって、\n"
"  リポジトリのパスを、 相対パス化することができます。 例えば、\n"
"  ``notify.strip=3`` は ``/long/path/repository`` を ``repository``\n"
"  に変更します。 デフォルト値は 0。"

msgid ""
"notify.domain\n"
"  Default email domain for sender or recipients with no explicit domain."
msgstr ""
"notify.domain\n"
"  明示的なドメインが無い場合の、 送信元/先メールアドレスのドメイン。"

msgid ""
"notify.style\n"
"  Style file to use when formatting emails."
msgstr ""
"notify.style\n"
"  メール本文の整形に用いる、 スタイルファイル名。"

msgid ""
"notify.template\n"
"  Template to use when formatting emails."
msgstr ""
"notify.template\n"
"  メール本文の整形に用いる、 テンプレート指定。"

msgid ""
"notify.incoming\n"
"  Template to use when run as an incoming hook, overriding ``notify."
"template``."
msgstr ""
"notify.incoming\n"
"  incoming フックで使用するテンプレート指定。 設定された場合は、\n"
"  ``notify.template`` に優先します。"

msgid ""
"notify.outgoing\n"
"  Template to use when run as an outgoing hook, overriding ``notify."
"template``."
msgstr ""
"notify.outgoing\n"
"  outgoing フックで使用するテンプレート設定。 設定された場合は、\n"
"  ``notify.template`` に優先します。"

msgid ""
"notify.changegroup\n"
"  Template to use when running as a changegroup hook, overriding\n"
"  ``notify.template``."
msgstr ""
"notify.changegroup\n"
"  changegroup フックで使用するテンプレート設定。 設定された場合は、\n"
"  ``notify.template`` に優先します。"

msgid ""
"notify.maxdiff\n"
"  Maximum number of diff lines to include in notification email. Set to 0\n"
"  to disable the diff, or -1 to include all of it. Default: 300."
msgstr ""
"notify.maxdiff\n"
"  メール本文に含める、 差分情報の最大行数。 0 の場合は、 差分が含まれず、\n"
"  -1 の場合は、 全差分行が含まれます。 デフォルト値は 300。"

#, fuzzy
msgid ""
"notify.maxdiffstat\n"
"  Maximum number of diffstat lines to include in notification email. Set to "
"-1\n"
"  to include all of it. Default: -1."
msgstr ""
"notify.maxdiff\n"
"  メール本文に含める、 差分情報の最大行数。 0 の場合は、 差分が含まれず、\n"
"  -1 の場合は、 全差分行が含まれます。 デフォルト値は 300。"

msgid ""
"notify.maxsubject\n"
"  Maximum number of characters in email's subject line. Default: 67."
msgstr ""
"notify.maxsubject\n"
"  メール表題 (subject) の最大文字数。 デフォルト値は 67。"

msgid ""
"notify.diffstat\n"
"  Set to True to include a diffstat before diff content. Default: True."
msgstr ""
"notify.diffstat\n"
"  差分統計 (diffstat) 通知の有無。 デフォルト値は True。"

msgid ""
"notify.merge\n"
"  If True, send notifications for merge changesets. Default: True."
msgstr ""
"notify.merge\n"
"  マージ実施リビジョンに関する、 通知の有無。 デフォルト値は True。"

msgid ""
"notify.mbox\n"
"  If set, append mails to this mbox file instead of sending. Default: None."
msgstr ""
"notify.mbox\n"
"  値が設定された場合、 mbox ファイル指定とみなし、 メール送信の代わりに、\n"
"  送信内容を mbox ファイルに追記します。 デフォルト値は無設定。"

msgid ""
"notify.fromauthor\n"
"  If set, use the committer of the first changeset in a changegroup for\n"
"  the \"From\" field of the notification mail. If not set, take the user\n"
"  from the pushing repo.  Default: False."
msgstr ""
"notify.fromauthor\n"
"  真値の場合、 通知契機リビジョン群の、 先頭リビジョンのユーザ名を、\n"
"  通知メールの \"From\" フィールドに使用します。 それ以外の場合は、\n"
"  変更反映元からの、 ユーザ名情報を利用します。 デフォルト値は False。"

msgid ""
"If set, the following entries will also be used to customize the\n"
"notifications:"
msgstr "通知のカスタマイズには、 以下の設定も利用可能です:"

msgid ""
"email.from\n"
"  Email ``From`` address to use if none can be found in the generated\n"
"  email content."
msgstr ""
"email.from\n"
"  生成された通知メール本文に、 相当する情報が無い場合は、 この値が\n"
"  ``From`` フィールドに使用されます。"

msgid ""
"web.baseurl\n"
"  Root repository URL to combine with repository paths when making\n"
"  references. See also ``notify.strip``."
msgstr ""
"web.baseurl\n"
"  リポジトリのパスと組み合わせて、 参照用 URL を生成する URL ベース。\n"
"  ``notify.strip`` も参照してください。"

#, python-format
msgid "%s: %d new changesets"
msgstr "%s: %d 件の新しいリビジョン"

#, python-format
msgid "notify: sending %d subscribers %d changes\n"
msgstr "notify: %d 購読者に %d 変更を送信中\n"

#, fuzzy, python-format
msgid ""
"\n"
"diffstat (truncated from %d to %d lines):"
msgstr ""
"\n"
"差分 (%d 行から %d 行に切り詰め):"

#, python-format
msgid ""
"\n"
"diffstat:"
msgstr ""
"\n"
"差分統計:"

#, python-format
msgid "%s"
msgstr "%s"

#, python-format
msgid ""
"\n"
"diffs (truncated from %d to %d lines):"
msgstr ""
"\n"
"差分 (%d 行から %d 行に切り詰め):"

#, python-format
msgid ""
"\n"
"diffs (%d lines):"
msgstr ""
"\n"
"差分 (%d 行):"

#, python-format
msgid "notify: suppressing notification for merge %d:%s\n"
msgstr "notify: マージ %d:%s の通知を抑止中\n"

msgid "browse command output with an external pager (DEPRECATED)"
msgstr "コマンド出力に対する外部ページャの適用 (非推奨)"

msgid ""
"Forcibly enable paging for individual commands that don't typically\n"
"request pagination with the attend-<command> option. This setting\n"
"takes precedence over ignore options and defaults::"
msgstr ""
"通常はページャが適用されないコマンドに対して、 ``attend-<command>``\n"
"設定を行うことで、 ページャの適用を強制できます。 ``ignore`` 設定や、\n"
"デフォルト挙動よりも、 この設定が優先されます::"

msgid ""
"  [pager]\n"
"  attend-cat = false\n"
msgstr ""
"  [pager]\n"
"  attend-cat = false\n"

msgid "command to send changesets as (a series of) patch emails"
msgstr "電子メールによる変更内容パッチ送付のコマンド"

msgid ""
"The series is started off with a \"[PATCH 0 of N]\" introduction, which\n"
"describes the series as a whole."
msgstr ""
"一連のメールは、 \"[PATCH 0 of N]\" を Subject ヘッダに持つ、 説明メール\n"
"から始まります。"

msgid ""
"Each patch email has a Subject line of \"[PATCH M of N] ...\", using the\n"
"first line of the changeset description as the subject text. The\n"
"message contains two or three body parts:"
msgstr ""
"個々のメールの Subject ヘッダは、 \"[PATCH M of N]\" で始まり、 対応する\n"
"リビジョンのコミットログの最初の行の内容が記載されます。 メールの本文は、\n"
"以下の様な2または3の部位から構成されます:"

msgid ""
"- The changeset description.\n"
"- [Optional] The result of running diffstat on the patch.\n"
"- The patch itself, as generated by :hg:`export`."
msgstr ""
"- コミットログ\n"
"- パッチの差分統計(diffstat)結果 [省略可能]\n"
"- :hg:`export` 形式と同様のパッチ内容"

msgid ""
"Each message refers to the first in the series using the In-Reply-To\n"
"and References headers, so they will show up as a sequence in threaded\n"
"mail and news readers, and in mail archives."
msgstr ""
"個々のメールは、 In-Reply-To および References ヘッダを使用して、 1通目の\n"
"メールを参照しますので、 メールリーダーやニュースリーダーでの参照時や、\n"
"メールアーカイブにおいては、 一連のスレッドとして扱われます。"

msgid ""
"To configure other defaults, add a section like this to your\n"
"configuration file::"
msgstr ""
"以下の様な記述を設定ファイルに追加することで、\n"
"無指定時の設定を変更できます::"

msgid ""
"  [email]\n"
"  from = My Name <my@email>\n"
"  to = recipient1, recipient2, ...\n"
"  cc = cc1, cc2, ...\n"
"  bcc = bcc1, bcc2, ...\n"
"  reply-to = address1, address2, ..."
msgstr ""
"  [email]\n"
"  from = My Name <my@email>\n"
"  to = recipient1, recipient2, ...\n"
"  cc = cc1, cc2, ...\n"
"  bcc = bcc1, bcc2, ...\n"
"  reply-to = address1, address2, ..."

msgid ""
"Use ``[patchbomb]`` as configuration section name if you need to\n"
"override global ``[email]`` address settings."
msgstr ""
"``[email]`` セクションにおけるグローバルなアドレス設定よりも優先させたい\n"
"設定がある場合には、 ``[patchbomb]`` セクションを使って記述してください。"

msgid ""
"Then you can use the :hg:`email` command to mail a series of\n"
"changesets as a patchbomb."
msgstr ""
"ここまで設定できたなら、 :hg:`email` コマンドを使用して、 一連の\n"
"リビジョンをパッチ爆弾(patchbomb)としてメール送信することができます。"

msgid ""
"You can also either configure the method option in the email section\n"
"to be a sendmail compatible mailer or fill out the [smtp] section so\n"
"that the patchbomb extension can automatically send patchbombs\n"
"directly from the commandline. See the [email] and [smtp] sections in\n"
"hgrc(5) for details."
msgstr ""
"設定ファイルの [email] セクションで method 指定を行うことで、 sendmail\n"
"互換のメール送信プログラムを指定することもできれば、 [smtp] セクションに\n"
"必要な情報を記述することで、 外部プログラムの助けを借りずに Mercurial から\n"
"直接パッチ爆弾を送信することも可能です。 これらのセクションに関する詳細は\n"
"設定ファイルに関するドキュメント hgrc(5) を参照してください。\n"
"(※ 訳注: :hg:`help config` でも参照可能)"

msgid ""
"By default, :hg:`email` will prompt for a ``To`` or ``CC`` header if\n"
"you do not supply one via configuration or the command line.  You can\n"
"override this to never prompt by configuring an empty value::"
msgstr ""
"コマンド実行時や、 設定ファイルでの指定がない場合、 :hg:`email` は\n"
"``To`` や ``CC`` ヘッダ値を、 ユーザに問い合わせます。 空値の設定は、\n"
"問い合わせを抑止します::"

msgid ""
"  [email]\n"
"  cc ="
msgstr ""
"  [email]\n"
"  cc ="

msgid ""
"You can control the default inclusion of an introduction message with the\n"
"``patchbomb.intro`` configuration option. The configuration is always\n"
"overwritten by command line flags like --intro and --desc::"
msgstr ""
"メール投函の際の、 導入メッセージメールの有無は ``patchbomb.intro``\n"
"設定項目で指定できます。 この設定項目の値は、 コマンドラインにおける\n"
"--intro や --desc といったフラグで上書きされます::"

msgid ""
"  [patchbomb]\n"
"  intro=auto   # include introduction message if more than 1 patch "
"(default)\n"
"  intro=never  # never include an introduction message\n"
"  intro=always # always include an introduction message"
msgstr ""
"  [patchbomb]\n"
"  intro=auto   # 1つ以上メールする場合に導入メッセージを含める (デフォルト)\n"
"  intro=never  # 導入メッセージを含めない\n"
"  intro=always # 導入メッセージを常に含める"

msgid ""
"You can specify a template for flags to be added in subject prefixes. Flags\n"
"specified by --flag option are exported as ``{flags}`` keyword::"
msgstr ""
"subject ヘッダ欄に追加するフラグ指定に、 テンプレート機能が使用できます。\n"
"--flag オプションで指定されたフラグは、 ``{flags}`` キーワードとして、\n"
"参照できます::"

msgid ""
"  [patchbomb]\n"
"  flagtemplate = \"{separate(' ',\n"
"                            ifeq(branch, 'default', '', branch|upper),\n"
"                            flags)}\""
msgstr ""
"  [patchbomb]\n"
"  flagtemplate = \"{separate(' ',\n"
"                            ifeq(branch, 'default', '', branch|upper),\n"
"                            flags)}\""

msgid ""
"You can set patchbomb to always ask for confirmation by setting\n"
"``patchbomb.confirm`` to true.\n"
msgstr ""
"``patchbomb.confirm`` へ真値を設定することより、 パッチ送信の際に、\n"
"常に確認の問い合わせを行わせることができます。\n"

#, python-format
msgid "warning: invalid patchbomb.intro value \"%s\"\n"
msgstr "警告: \"%s\" は不正な patchbomb.intro 設定値です\n"

msgid "(should be one of always, never, auto)\n"
msgstr "(always, never, auto のいずれかを設定してください)\n"

msgid "warning: working directory has uncommitted changes\n"
msgstr "警告: 作業領域には未コミットの変更があります\n"

msgid ""
"\n"
"Write the introductory message for the patch series."
msgstr ""
"\n"
"一連のパッチのための説明文を記述してください。"

#, python-format
msgid "this patch series consists of %d patches."
msgstr "一連のパッチは %d 個のパッチから構成されています。"

msgid "send patches as inline message text (default)"
msgstr "インラインメッセージとしてパッチを送信 (デフォルト)"

msgid "send patches as attachments"
msgstr "添付ファイルとしてパッチを送信"

msgid "send patches as inline attachments"
msgstr "インライン添付ファイルとしてパッチを送信"

msgid "email addresses of blind carbon copy recipients"
msgstr "BCC 宛先のメールアドレス"

msgid "email addresses of copy recipients"
msgstr "CC 宛先のメールアドレス"

msgid "ask for confirmation before sending"
msgstr "送信前に確認を実施"

msgid "add diffstat output to messages"
msgstr "差分統計を出力に追加"

msgid "use the given date as the sending date"
msgstr "メールの Date ヘッダ値に指定日時を設定"

msgid "use the given file as the series description"
msgstr "指定ファイルの内容を説明文として使用"

msgid "email address of sender"
msgstr "メールの From ヘッダ値"

msgid "print messages that would be sent"
msgstr "送信予定のメールの内容を表示"

msgid "write messages to mbox file instead of sending them"
msgstr "メール送信の代わりに、 mbox ファイルに書き出す"

msgid "email addresses replies should be sent to"
msgstr "返信メールの送付先アドレス"

msgid "subject of first message (intro or single patch)"
msgstr "説明文または単一パッチ送信メールの Subject ヘッダ値"

msgid "message identifier to reply to"
msgstr "返信対象のメッセージID"

msgid "flags to add in subject prefixes"
msgstr "subject 欄に付与するフラグ"

msgid "email addresses of recipients"
msgstr "TO 宛先のメールアドレス"

msgid "omit hg patch header"
msgstr "Mercurial 固有のパッチヘッダを省略"

msgid "send changes not found in the target repository"
msgstr "対象リポジトリに無いリビジョンをパッチ形式で送信"

msgid "send changes not in target as a binary bundle"
msgstr "対象リポジトリに無いリビジョンをバンドル形式で送信"

#, fuzzy
msgid "send changes only reachable by given bookmark"
msgstr "指定ブックマークから、 到達可能なリビジョンのみを除外"

msgid "name of the bundle attachment file"
msgstr "バンドル形式添付ファイルのファイル名"

msgid "a revision to send"
msgstr "送信するリビジョン"

msgid "run even when remote repository is unrelated (with -b/--bundle)"
msgstr "連携先が無関係なリポジトリでも送信 (-b/--bundle 指定時)"

msgid "a base changeset to specify instead of a destination (with -b/--bundle)"
msgstr "連携先指定の代わりとなる基底リビジョン (-b/--bundle 指定時)"

msgid "send an introduction email for a single patch"
msgstr "説明文を独立したメールで送信"

msgid "hg email [OPTION]... [DEST]..."
msgstr "hg email [OPTION]... [DEST]..."

msgid "send changesets by email"
msgstr "電子メールによる変更内容のパッチ送付"

msgid ""
"    By default, diffs are sent in the format generated by\n"
"    :hg:`export`, one per message. The series starts with a \"[PATCH 0\n"
"    of N]\" introduction, which describes the series as a whole."
msgstr ""
"    特に指定の無い場合、 :hg:`export` の生成する差分形式でリビジョン毎に\n"
"    メールが送信されます。 一連のメールは、 \"[PATCH 0 of N]\" を Subject\n"
"    ヘッダに持つ、 説明メールから始まります。"

msgid ""
"    Each patch email has a Subject line of \"[PATCH M of N] ...\", using\n"
"    the first line of the changeset description as the subject text.\n"
"    The message contains two or three parts. First, the changeset\n"
"    description."
msgstr ""
"    個々のメールの Subject ヘッダは、 \"[PATCH M of N]\" で始まり、\n"
"    対応するリビジョンのコミットログの1行目が記載されます。\n"
"    メール本文は、 2または3の部位から構成されます。\n"
"    最初の部位にはコミットログの続きが配置されます。"

msgid ""
"    With the -d/--diffstat option, if the diffstat program is\n"
"    installed, the result of running diffstat on the patch is inserted."
msgstr ""
"    -d/--diffstat が指定され、 diffstat コマンドが利用可能な場合、\n"
"    パッチに対する diffstat の実行結果が配置されます。"

msgid "    Finally, the patch itself, as generated by :hg:`export`."
msgstr "    最後の部位には :hg:`export` が生成する差分が配置されます。"

msgid ""
"    With the -d/--diffstat or --confirm options, you will be presented\n"
"    with a final summary of all messages and asked for confirmation before\n"
"    the messages are sent."
msgstr ""
"    -d/--diffstat または --confirm が指定された場合、\n"
"    メッセージの送信に先立って、 全メッセージのまとめを伴って、\n"
"    確認の問い合わせがあります。"

msgid ""
"    By default the patch is included as text in the email body for\n"
"    easy reviewing. Using the -a/--attach option will instead create\n"
"    an attachment for the patch. With -i/--inline an inline attachment\n"
"    will be created. You can include a patch both as text in the email\n"
"    body and as a regular or an inline attachment by combining the\n"
"    -a/--attach or -i/--inline with the --body option."
msgstr ""
"    特に指定の無い場合、 メール本文中の通常テキストとして、\n"
"    パッチが埋め込まれます。 -a/--attach が指定された場合は、\n"
"    パッチは添付ファイル化されます。 -i/--inline が指定された場合は、\n"
"    インライン添付ファイルとなります。 -a/--attach または -i/--inline と\n"
"    --body を併用することで、 パッチの格納先を、 メール本文や、\n"
"    インラインまたは通常の添付ファイルから、 選択することができます。"

msgid ""
"    With -B/--bookmark changesets reachable by the given bookmark are\n"
"    selected."
msgstr ""

msgid ""
"    With -o/--outgoing, emails will be generated for patches not found\n"
"    in the destination repository (or only those which are ancestors\n"
"    of the specified revisions if any are provided)"
msgstr ""
"    -o/--outgoing 指定がある場合、 連携対象リポジトリに存在しない\n"
"    (あるいは、 指定リビジョン以前の)リビジョンのためのパッチのみが\n"
"    メールで送信されます。"

msgid ""
"    With -b/--bundle, changesets are selected as for --outgoing, but a\n"
"    single email containing a binary Mercurial bundle as an attachment\n"
"    will be sent. Use the ``patchbomb.bundletype`` config option to\n"
"    control the bundle type as with :hg:`bundle --type`."
msgstr ""
"    -b/--bundle 指定がある場合、 対象リビジョンの選択は --outgoing 指定\n"
"    時と同様に行われますが、 Mercurial のバンドル形式ファイルを添付\n"
"    ファイルとする単一のメールとして送信されます。 :hg:`bundle --type`\n"
"    指定と同様のバンドル形式指定を行う場合、 ``patchbomb.bundletype``\n"
"    設定を使用してください。"

msgid ""
"    With -m/--mbox, instead of previewing each patchbomb message in a\n"
"    pager or sending the messages directly, it will create a UNIX\n"
"    mailbox file with the patch emails. This mailbox file can be\n"
"    previewed with any mail user agent which supports UNIX mbox\n"
"    files."
msgstr ""
"    -m/--mbox が指定された場合、 PAGER での表示やメール送信の代わりに、\n"
"    パッチのメールを格納した UNIX mbox 形式ファイルを作成します。\n"
"    このファイルは UNIX mbox 形式に対応しているツールで閲覧可能です。"

msgid ""
"    With -n/--test, all steps will run, but mail will not be sent.\n"
"    You will be prompted for an email recipient address, a subject and\n"
"    an introductory message describing the patches of your patchbomb.\n"
"    Then when all is done, patchbomb messages are displayed."
msgstr ""
"    -n/--test 指定のある場合、 一連の処理手順は実行されますが、\n"
"    メールの送信は行われません。 その代わりに、 送信先アドレスや、\n"
"    パッチ説明文の入力が促されます。 必要な入力が完了すると、\n"
"    送信されるメールの内容が表示されます。"

msgid ""
"    In case email sending fails, you will find a backup of your series\n"
"    introductory message in ``.hg/last-email.txt``."
msgstr ""
"    メール送信に失敗した場合、\n"
"    導入メッセージは ``.hg/last-email.txt`` に保存されます。"

msgid ""
"    The default behavior of this command can be customized through\n"
"    configuration. (See :hg:`help patchbomb` for details)"
msgstr ""
"    本コマンドのデフォルト挙動は、 設定により変更可能です (詳細は\n"
"    :hg:`help patchbomb` を参照してください)。"

msgid ""
"      hg email -r 3000          # send patch 3000 only\n"
"      hg email -r 3000 -r 3001  # send patches 3000 and 3001\n"
"      hg email -r 3000:3005     # send patches 3000 through 3005\n"
"      hg email 3000             # send patch 3000 (deprecated)"
msgstr ""
"      hg email -r 3000          # リビジョン 3000\n"
"      hg email -r 3000 -r 3001  # リビジョン 3000 および 3001\n"
"      hg email -r 3000:3005     # リビジョン 3000 から 3005 まで\n"
"      hg email 3000             # リビジョン 3000 (非推奨形式)"

msgid ""
"      hg email -o               # send all patches not in default\n"
"      hg email -o DEST          # send all patches not in DEST\n"
"      hg email -o -r 3000       # send all ancestors of 3000 not in default\n"
"      hg email -o -r 3000 DEST  # send all ancestors of 3000 not in DEST"
msgstr ""
"      hg email -o               # default に無いリビジョン\n"
"      hg email -o DEST          # DEST に無いリビジョン\n"
"      hg email -o -r 3000       # 3000 以前で default 側に無いリビジョン\n"
"      hg email -o -r 3000 DEST  # 3000 以前で DEST 側に無いリビジョン"

msgid ""
"      hg email -B feature       # send all ancestors of feature bookmark"
msgstr ""

msgid ""
"      hg email -b               # send bundle of all patches not in default\n"
"      hg email -b DEST          # send bundle of all patches not in DEST\n"
"      hg email -b -r 3000       # bundle of all ancestors of 3000 not in "
"default\n"
"      hg email -b -r 3000 DEST  # bundle of all ancestors of 3000 not in DEST"
msgstr ""
"      # ※ 以下、全て bundle 形式\n"
"      hg email -b               # default 側に無いリビジョン\n"
"      hg email -b DEST          # DEST 側に無いリビジョン\n"
"      hg email -b -r 3000       # 3000 以前で default 側に無いリビジョン\n"
"      hg email -b -r 3000 DEST  # 3000 以前で DEST 側に無いリビジョン"

msgid ""
"      hg email -o -m mbox &&    # generate an mbox file...\n"
"        mutt -R -f mbox         # ... and view it with mutt\n"
"      hg email -o -m mbox &&    # generate an mbox file ...\n"
"        formail -s sendmail \\   # ... and use formail to send from the "
"mbox\n"
"          -bm -t < mbox         # ... using sendmail"
msgstr ""
"      hg email -o -m mbox &&    # mbox ファイルを生成し...\n"
"        mutt -R -f mbox         # ... mutt で閲覧\n"
"      hg email -o -m mbox &&    # mbox ファイルを生成し ...\n"
"        formail -s sendmail \\   # ... formail を使用して\n"
"          -bm -t < mbox         # ... sendmail 経由で送信"

msgid ""
"    Before using this command, you will need to enable email in your\n"
"    hgrc. See the [email] section in hgrc(5) for details.\n"
"    "
msgstr ""
"    本コマンドを使用する前に、 設定ファイルに電子メール関連設定を記述する\n"
"    必要があります。 設定ファイルに関するドキュメント (hgrc(5))\n"
"    を参照してください。 (※ 訳注: :hg:`help config` でも参照可能)\n"
"    "

#, fuzzy
msgid "specify at least one changeset with -B, -r or -o"
msgstr "-r 又は -o を使用してリビジョンを指定してください"

msgid "--outgoing mode always on with --bundle; do not re-specify --outgoing"
msgstr "--bundle 指定で暗黙に有効となりますので --outgoing 指定は不要です"

#, fuzzy
msgid "-r and -B are mutually exclusive"
msgstr "--message と --logfile は同時に指定できません"

msgid "too many destinations"
msgstr "対象指定が多過ぎです"

msgid "use only one form to specify the revision"
msgstr "リビジョン指定は単一の形式で行ってください"

#, python-format
msgid "bookmark '%s' not found"
msgstr "ブックマーク '%s' がありません"

#, python-format
msgid "unable to access public repo: %s\n"
msgstr "publicurl で指定された公開リポジトリにアクセスできません: %s\n"

#, python-format
msgid "public \"%s\" is missing %s and %i others"
msgstr "公開リポジトリ \"%s\" には %s と以降の %i 個のリビジョンがありません"

#, python-format
msgid "public url %s is missing %s"
msgstr "公開リポジトリ \"%s\" には %s がありません"

#, python-format
msgid "use 'hg push %s %s'"
msgstr "'hg push %s %s' を実施してください"

msgid "no recipient addresses provided"
msgstr "宛先アドレスが指定されていません"

msgid ""
"\n"
"Final summary:"
msgstr ""
"\n"
"統計結果:"

msgid "are you sure you want to send (yn)?$$ &Yes $$ &No"
msgstr "メールを送信しますか? (y/n)$$ &Yes $$ &No"

msgid "patchbomb canceled"
msgstr "メールは送信しません"

msgid "displaying "
msgstr "表示中 "

msgid "sending "
msgstr "送信中 "

msgid "sending"
msgstr "送信中"

msgid "emails"
msgstr "電子メール"

msgid "writing"
msgstr "書き出し中"

msgid "command to delete untracked files from the working directory"
msgstr "作業領域中の管理対象外ファイルを削除するコマンド"

msgid "abort if an error occurs"
msgstr "エラー発生時には処理を中止"

msgid "purge ignored files too"
msgstr "無視対象ファイルも削除"

msgid "purge empty directories"
msgstr "空ディレクトリを削除"

msgid "purge files"
msgstr "ファイルを削除"

msgid "print filenames instead of deleting them"
msgstr "ファイル削除の変わりにファイル名表示を実施"

msgid "end filenames with NUL, for use with xargs (implies -p/--print)"
msgstr "ファイル名をNUL文字(0x00)で終端(xargs -p/--print との併用向け)"

msgid "hg purge [OPTION]... [DIR]..."
msgstr "hg purge [OPTION]... [DIR]..."

msgid "removes files not tracked by Mercurial"
msgstr "Mercurial の管理対象外ファイルの削除"

msgid ""
"    Delete files not known to Mercurial. This is useful to test local\n"
"    and uncommitted changes in an otherwise-clean source tree."
msgstr ""
"    本コマンドは Mercurial の管理対象外のファイルを削除します。\n"
"    記録済みのリビジョンや、 未コミット変更をテストする場合など、\n"
"    作業領域を綺麗にしたい場合に有用です。"

msgid "    This means that purge will delete the following by default:"
msgstr "    本コマンドのデフォルト挙動では、 以下のファイルが削除されます:"

msgid ""
"    - Unknown files: files marked with \"?\" by :hg:`status`\n"
"    - Empty directories: in fact Mercurial ignores directories unless\n"
"      they contain files under source control management"
msgstr ""
"    - 未知のファイル: :hg:`status` における \"?\" 扱いのファイル\n"
"    - 空ディレクトリ: 実際には、 ファイル (登録除外対象含む)\n"
"      を一切持たないディレクトリは、 削除されません"

msgid "    But it will leave untouched:"
msgstr "    その一方で、 以下のファイルは保持されます:"

msgid ""
"    - Modified and unmodified tracked files\n"
"    - Ignored files (unless --all is specified)\n"
"    - New files added to the repository (with :hg:`add`)"
msgstr ""
"    - Mercurial の管理下にあるファイル(変更の有無に関わらず)\n"
"    - 無視対象ファイル (--all 指定の無い場合)\n"
"    - 新規登録されたファイル (:hg:`add` 実施対象)"

msgid ""
"    The --files and --dirs options can be used to direct purge to delete\n"
"    only files, only directories, or both. If neither option is given,\n"
"    both will be deleted."
msgstr ""
"    ``--files``/``--dirs`` により、 ファイルのみ、 ディレクトリのみ、\n"
"    あるいは両方を、 削除対象に指定できます。 オプション無指定の場合は、\n"
"    ファイル・ディレクトリの両方が削除されます。"

msgid ""
"    If directories are given on the command line, only files in these\n"
"    directories are considered."
msgstr ""
"    引数としてディレクトリが指定された場合、 指定ディレクトリ配下のみが、\n"
"    処理対象となります。"

msgid ""
"    Be careful with purge, as you could irreversibly delete some files\n"
"    you forgot to add to the repository. If you only want to print the\n"
"    list of files that this program would delete, use the --print\n"
"    option.\n"
"    "
msgstr ""
"    本コマンドの実施により、 登録し忘れたファイルが削除された場合、\n"
"    当該ファイルは復旧できませんので、 十分注意してください。\n"
"    削除対象ファイルの名前を確認したいだけの場合は、\n"
"    --print を指定してください。\n"
"    "

#, python-format
msgid "%s cannot be removed"
msgstr "%s の削除に失敗"

#, python-format
msgid "warning: %s\n"
msgstr "警告: %s\n"

#, python-format
msgid "removing file %s\n"
msgstr "ファイル %s の削除中\n"

#, python-format
msgid "removing directory %s\n"
msgstr "ディレクトリ %s の削除中\n"

msgid "command to move sets of revisions to a different ancestor"
msgstr "履歴上の異なる位置への一連のリビジョンの移動"

msgid ""
"This extension lets you rebase changesets in an existing Mercurial\n"
"repository."
msgstr ""
"本エクステンションは、 既存の Mercurial リポジトリ上での、\n"
"リビジョン群の移動を実現します"

msgid ""
"For more information:\n"
"https://mercurial-scm.org/wiki/RebaseExtension\n"
msgstr ""
"詳細は以下を参照してください:\n"
"https://mercurial-scm.org/wiki/RebaseExtension\n"

#, python-format
msgid "ambiguous automatic rebase: %r could end up on any of %r"
msgstr ""

msgid "rebase"
msgstr "rebase"

msgid ".hg/rebasestate is incomplete"
msgstr "管理情報 (.hg/rebasestate) が破損しています"

msgid "rebase aborted (no revision is removed, only broken state is cleared)\n"
msgstr "移動を中止しました (リビジョンは破棄せず、不整合な状態のみをクリア)\n"

msgid "cannot continue inconsistent rebase"
msgstr "整合性がないため、移動を継続できません"

msgid "use \"hg rebase --abort\" to clear broken state"
msgstr "不整合な状態のクリアは \"hg rebase --abort\""

msgid "can't remove original changesets with unrebased descendants"
msgstr "移動対象外の子孫を持つため、移動元リビジョンが削除できません"

msgid "use --keep to keep original changesets"
msgstr "元リビジョンを維持する場合は --keep を使用してください"

msgid "nothing to rebase\n"
msgstr "移動の必要はありません\n"

#, python-format
msgid "can't rebase public changeset %s"
msgstr "public フェーズのリビジョン %s は移動できません"

#, fuzzy
msgid "--collapse does not work with multiple destinations"
msgstr "p4 形式からの変換では、複数リビジョン指定は未サポートです"

#, python-format
msgid "reopening closed branch head %s\n"
msgstr "閉鎖済みブランチヘッド %s の閉鎖状態を解除中\n"

msgid "cannot collapse multiple named branches"
msgstr "複数の名前付きブランチの単一化はできません"

msgid "rebasing"
msgstr "移動中"

msgid "rebase merging completed\n"
msgstr "移動のマージ処理が完了\n"

#, fuzzy, python-format
msgid "already rebased %s\n"
msgstr "%s は %s として移動済みです\n"

#, fuzzy, python-format
msgid ""
"note: not rebasing %s and its descendants as this would cause divergence\n"
msgstr "備考: %s は既に %s として移動済みなので移動しません\n"

#, python-format
msgid "note: not rebasing %s, it has no successor\n"
msgstr "備考: 廃止済みで後継リビジョンを持たない %s は移動しません\n"

#, python-format
msgid "note: not rebasing %s, already in destination as %s\n"
msgstr "備考: %s は既に %s として移動済みなので移動しません\n"

#, python-format
msgid "rebasing %s\n"
msgstr "リビジョン '%s' を移動中\n"

msgid "unresolved conflicts (see hg resolve, then hg rebase --continue)"
msgstr ""
"衝突が未解消です ('hg resolve' での衝突解消後に、'hg rebase --continue' を実"
"行してください)"

#, python-format
msgid "note: rebase of %d:%s created no changes to commit\n"
msgstr "備考: リビジョン %d:%s は移動先で空になるため無視されます\n"

#, python-format
msgid "already rebased %s as %s\n"
msgstr "%s は %s として移動済みです\n"

msgid "update back to initial working directory parent\n"
msgstr "移動先の親リビジョンで作業領域を更新\n"

msgid "rebase completed\n"
msgstr "移動完了\n"

#, python-format
msgid "%d revisions have been skipped\n"
msgstr "%d 個のリビジョンをスキップ\n"

msgid "move changeset (and descendants) to a different branch"
msgstr "別な履歴位置へのリビジョン(およびその子孫)の移動"

msgid ""
"    Rebase uses repeated merging to graft changesets from one part of\n"
"    history (the source) onto another (the destination). This can be\n"
"    useful for linearizing *local* changes relative to a master\n"
"    development tree."
msgstr ""
"    本コマンドは、 反復的なマージを行なうことで、 ある履歴位置 (移動元)\n"
"    から別な位置 (移動先) へとリビジョン群を移植します。 この機能は、\n"
"    手元のリポジトリでの成果を、 開発用の共有リポジトリに反映する際に、\n"
"    枝分かれの無い状態にしたい場合などで有用です。"

msgid ""
"    Published commits cannot be rebased (see :hg:`help phases`).\n"
"    To copy commits, see :hg:`help graft`."
msgstr ""
"    public フェーズのリビジョンは、 移動対象に指定できません\n"
"    (:hg:`help phases` 参照)。 複製によるリビジョンの移植に関しては、\n"
"    :hg:`help graft` を参照してください。"

msgid ""
"    If you don't specify a destination changeset (``-d/--dest``), rebase\n"
"    will use the same logic as :hg:`merge` to pick a destination.  if\n"
"    the current branch contains exactly one other head, the other head\n"
"    is merged with by default.  Otherwise, an explicit revision with\n"
"    which to merge with must be provided.  (destination changeset is not\n"
"    modified by rebasing, but new changesets are added as its\n"
"    descendants.)"
msgstr ""
"    移動先リビジョン指定 (``-d/--dest``) が無い場合、移動先の算出には、\n"
"    :hg:`merge` でのマージ対象算出と、 同じロジックが使用されます。\n"
"    現名前付きブランチに、 他のヘッドが一つしかない場合、 移動先として、\n"
"    当該ヘッドが選択されます。 それ以外の場合は、 移動先の明示が必要です。\n"
"    (移動操作では、 移動先自身はそのままですが、 移動先の子孫として、\n"
"    新規リビジョンが追加されます)"

msgid "    Here are the ways to select changesets:"
msgstr "    移動対象リビジョンの指定には、 以下の様な方法があります:"

msgid "      1. Explicitly select them using ``--rev``."
msgstr "      1. ``--rev`` は、 移動対象の直接指定"

msgid ""
"      2. Use ``--source`` to select a root changeset and include all of its\n"
"         descendants."
msgstr "      2. ``--source`` は、 指定リビジョン、 およびその子孫の移動"

msgid ""
"      3. Use ``--base`` to select a changeset; rebase will find ancestors\n"
"         and their descendants which are not also ancestors of the "
"destination."
msgstr ""
"      3. ``--base`` は、 移動「先」と指定リビジョンとの共通祖先、\n"
"         およびその子孫の移動 (但し、 移動「先」の祖先は含まず)"

msgid ""
"      4. If you do not specify any of ``--rev``, ``source``, or ``--base``,\n"
"         rebase will use ``--base .`` as above."
msgstr ""
"      4. 上記 ``--rev``, ``source``, ``--base`` の指定がない場合、\n"
"         ``--base .`` 相当の指定で移動を実施"

msgid ""
"    If ``--source`` or ``--rev`` is used, special names ``SRC`` and "
"``ALLSRC``\n"
"    can be used in ``--dest``. Destination would be calculated per source\n"
"    revision with ``SRC`` substituted by that single source revision and\n"
"    ``ALLSRC`` substituted by all source revisions."
msgstr ""

msgid ""
"    Rebase will destroy original changesets unless you use ``--keep``.\n"
"    It will also move your bookmarks (even if you do)."
msgstr ""
"    ``--keep`` 指定がない場合、 移動元リビジョンは破棄されます。\n"
"    移動操作は、 ブックマークの移動も伴います。"

msgid ""
"    Some changesets may be dropped if they do not contribute changes\n"
"    (e.g. merges from the destination branch)."
msgstr ""
"    移動後に変更を伴わないリビジョン (例: 移動先ブランチからのマージ実施)\n"
"    は、 移動の際に破棄されます。"

msgid ""
"    Unlike ``merge``, rebase will do nothing if you are at the branch tip "
"of\n"
"    a named branch with two heads. You will need to explicitly specify "
"source\n"
"    and/or destination."
msgstr ""
"    作業領域の親が、 名前付きブランチの最新リビジョンである場合は、\n"
"    当該ブランチにもう1つヘッドがあっても、 本コマンドは何もしません。\n"
"    ヘッドが2つあった場合に、 必ずマージを実施する :hg:`merge` とは、\n"
"    この点で挙動が異なります。 このような場合は、 移動元/先を、\n"
"    明示的に指定してください。"

msgid ""
"    If you need to use a tool to automate merge/conflict decisions, you\n"
"    can specify one with ``--tool``, see :hg:`help merge-tools`.\n"
"    As a caveat: the tool will not be used to mediate when a file was\n"
"    deleted, there is no hook presently available for this."
msgstr ""
"    ``--tool`` でのツール指定により、 マージ時の衝突解消を自動化可能です。\n"
"    詳細は :hg:`help merge-tools` を参照してください。 なお現時点では、\n"
"    ファイルの登録除外に関する衝突解消は、 自動化できません。"

msgid ""
"    If a rebase is interrupted to manually resolve a conflict, it can be\n"
"    continued with --continue/-c or aborted with --abort/-a."
msgstr ""
"    手動マージによる衝突解消が必要な場合、 移動処理が中断されますので、\n"
"    衝突解消後に --continue/-c で再開するか、 --abort/-a で中止\n"
"    (移動関連情報の破棄) してください。"

msgid "      Examples:"
msgstr "      例:"

msgid ""
"      - move \"local changes\" (current commit back to branching point)\n"
"        to the current branch tip after a pull::"
msgstr ""
"      - 「ローカルの変更」 (作業領域親リビジョン分岐元以降) を、\n"
"        現行ブランチの最新リビジョンへ移動 (:hg:`pull` 後の実施を想定)::"

msgid "          hg rebase"
msgstr "          hg rebase"

msgid "      - move a single changeset to the stable branch::"
msgstr "      - 単一のリビジョンを stable ブランチへ移動::"

msgid "          hg rebase -r 5f493448 -d stable"
msgstr "          hg rebase -r 5f493448 -d stable"

msgid ""
"      - splice a commit and all its descendants onto another part of "
"history::"
msgstr ""
"      - リビジョン c0c3 とその全ての子孫を、 リビジョン 4cf9 へと移動::"

msgid "          hg rebase --source c0c3 --dest 4cf9"
msgstr "          hg rebase --source c0c3 --dest 4cf9"

msgid ""
"      - rebase everything on a branch marked by a bookmark onto the\n"
"        default branch::"
msgstr ""
"      - ブックマーク myfeature が示す枝分かれを default ブランチに移動::"

msgid "          hg rebase --base myfeature --dest default"
msgstr "          hg rebase --base myfeature --dest default"

msgid "      - collapse a sequence of changes into a single commit::"
msgstr "      - 指定リビジョン群を単一リビジョン化::"

msgid "          hg rebase --collapse -r 1520:1525 -d ."
msgstr "          hg rebase --collapse -r 1520:1525 -d ."

msgid "      - move a named branch while preserving its name::"
msgstr "      - ブランチ名前を維持しつつ、 名前付きブランチ全体を移動::"

msgid "          hg rebase -r \"branch(featureX)\" -d 1.3 --keepbranches"
msgstr "          hg rebase -r \"branch(featureX)\" -d 1.3 --keepbranches"

msgid "      - stabilize orphaned changesets so history looks linear::"
msgstr ""

msgid ""
"          hg rebase -r 'orphan()-obsolete()' -d "
"'first(max((successors(max(roots(ALLSRC) & ::SRC)^)-obsolete())::) + max(::"
"((roots(ALLSRC) & ::SRC)^)-obsolete()))'"
msgstr ""

msgid "    Configuration Options:"
msgstr "    設定項目:"

#, fuzzy
msgid ""
"    You can make rebase require a destination if you set the following "
"config\n"
"    option::"
msgstr ""
"    以下の項目を設定することで、 rebase 時の移動先指定を必須化できます:"

msgid ""
"      [commands]\n"
"      rebase.requiredest = True"
msgstr ""

#, fuzzy
msgid ""
"    By default, rebase will close the transaction after each commit. For\n"
"    performance purposes, you can configure rebase to use a single "
"transaction\n"
"    across the entire rebase. WARNING: This setting introduces a "
"significant\n"
"    risk of losing the work you've done in a rebase if the rebase aborts\n"
"    unexpectedly::"
msgstr ""
"特に指定が無い場合、 個々の処理毎に、 トランザクションが作成されます。\n"
"実行性能の観点から、 単一トランザクションでの histedit 実行も可能です。\n"
"警告: histedit が予期せず中断した場合、 作業内容を失うかもしれない、\n"
"深刻な危険性を持つ設定ですので、 設定の際は注意してください::"

#, fuzzy
msgid ""
"      [rebase]\n"
"      singletransaction = True"
msgstr ""
"  [histedit]\n"
"  singletransaction = True"

msgid ""
"    By default, rebase writes to the working copy, but you can configure it "
"to\n"
"    run in-memory for for better performance, and to allow it to run if the\n"
"    working copy is dirty::"
msgstr ""

#, fuzzy
msgid ""
"      [rebase]\n"
"      experimental.inmemory = True"
msgstr ""
"  [histedit]\n"
"  singletransaction = True"

msgid "    Return Values:"
msgstr "    コマンド終了値:"

msgid ""
"    Returns 0 on success, 1 if nothing to rebase or there are\n"
"    unresolved conflicts."
msgstr ""
"    成功時のコマンド終了値は 0、 移動が必要なリビジョンが無い場合や、\n"
"    未解消の衝突が発生した場合は 1 です。"

msgid "rebase the specified changeset and descendants"
msgstr "指定リビジョンとその子孫の移動"

msgid "rebase everything from branching point of specified changeset"
msgstr "指定リビジョンの枝分かれ元以降のリビジョンの移動"

msgid "rebase these revisions"
msgstr "指定リビジョン群の移動"

msgid "rebase onto the specified changeset"
msgstr "移動先リビジョン"

msgid "collapse the rebased changesets"
msgstr "移動後に移動リビジョンを単一化"

msgid "use text as collapse commit message"
msgstr "指定テキストを要約コミットログとして使用"

msgid "read collapse commit message from file"
msgstr "要約コミットログをファイルから読み込み"

msgid "keep original changesets"
msgstr "元リビジョンを維持"

msgid "keep original branch names"
msgstr "元ブランチ名を維持"

#. i18n: "(DEPRECATED)" is a keyword, must be translated consistently
msgid "(DEPRECATED)"
msgstr "(非推奨)"

msgid "specify merge tool"
msgstr "マージツールの指定"

msgid "continue an interrupted rebase"
msgstr "中断された未完了の移動を再開"

msgid "abort an interrupted rebase"
msgstr "中断による未完了な移動の情報を破棄(=中止)"

msgid ""
"automatically rebase orphan revisions in the specified revset (EXPERIMENTAL)"
msgstr ""

msgid "[-s REV | -b REV] [-d REV] [OPTION]"
msgstr "[-s REV | -b REV] [-d REV] [OPTION]"

#, fuzzy, python-format
msgid "--auto-orphans is incompatible with %s"
msgstr "-G/--graph と --%s は併用できません"

msgid "hit merge conflicts; re-running rebase without in-memory merge\n"
msgstr ""

#, python-format
msgid ""
"interactive history editing is supported by the 'histedit' extension (see "
"\"%s\")"
msgstr ""
"対話的な履歴の改変は histedit エクステンションを使用します (\"%s\" 参照)"

msgid "message can only be specified with collapse"
msgstr "--collapse 指定との併用時のみメッセージ指定が可能です"

msgid "cannot use both abort and continue"
msgstr "--abort と --continue は併用できません"

msgid "cannot use collapse with continue or abort"
msgstr "--collapse と、 --abort や --continue は併用できません"

msgid "abort and continue do not allow specifying revisions"
msgstr "--abort や --continue と、 リビジョン指定は併用できません"

msgid "tool option will be ignored\n"
msgstr "--tool 指定は無視されます\n"

msgid "cannot specify both a source and a base"
msgstr "--soruce と --base は併用できません"

msgid "cannot specify both a revision and a base"
msgstr "--rev と --base は併用できません"

msgid "cannot specify both a revision and a source"
msgstr "--rev と --soruce は併用できません"

msgid "you must specify a destination"
msgstr "更新先リビジョンを指定してください"

msgid "use: hg rebase -d REV"
msgstr "実行例: hg rebase -d REV"

msgid "empty \"rev\" revision set - nothing to rebase\n"
msgstr "--rev での指定対象が空です - 移動対象がありません\n"

msgid "empty \"source\" revision set - nothing to rebase\n"
msgstr "--soruce での指定対象が空です - 移動対象がありません\n"

msgid "empty \"base\" revision set - can't compute rebase set\n"
msgstr "--base での指定対象が空です - 移動対象を算出できません\n"

#, python-format
msgid "nothing to rebase - %s is both \"base\" and destination\n"
msgstr "移動対象がありません - --base 指定の %s は移動先と同一です\n"

msgid "nothing to rebase - working directory parent is also destination\n"
msgstr "移動対象がありません - 作業領域の親は移動先と同一です\n"

#, python-format
msgid ""
"nothing to rebase - \"base\" %s is already an ancestor of destination %s\n"
msgstr "移動対象がありません - --base 指定の %s は移動先 %s の祖先です\n"

#, python-format
msgid ""
"nothing to rebase - working directory parent is already an ancestor of "
"destination %s\n"
msgstr "移動対象がありません - 作業領域の親は --dest 指定の %s の祖先です\n"

#, python-format
msgid "nothing to rebase from %s to %s\n"
msgstr "%s から %s への移動は不要です\n"

#, fuzzy, python-format
msgid "skipping %s - empty destination\n"
msgstr "%s を抑止 - ガード %s が適用されました\n"

#, fuzzy, python-format
msgid "rebase destination for %s is not unique"
msgstr "複製先 '%s' は空ではありません"

#, fuzzy
msgid "nothing to rebase - empty destination\n"
msgstr "移動操作は不要です - 作業領域の更新のみを実施します\n"

#, fuzzy, python-format
msgid ""
"unable to collapse on top of %d, there is more than one external parent: %s"
msgstr ""
"%s への移動で単一化できません。移動対象外の複数の祖先が内容に影響します: %s"

#, python-format
msgid "this rebase will cause divergences from: %s"
msgstr "この移動操作は %s からの分岐 (divergence) を生じます"

#, fuzzy
msgid ""
"to force the rebase please set experimental.evolution.allowdivergence=True"
msgstr "移動を強制する場合は experimental.allowdivergence=True 設定が必要です"

#, python-format
msgid "cannot rebase %d:%s without moving at least one of its parents"
msgstr ""

msgid "source is ancestor of destination"
msgstr "移動元は移動先の祖先です"

msgid " or "
msgstr ""

#, python-format
msgid "rebasing %d:%s will include unwanted changes from %s"
msgstr ""

#, fuzzy, python-format
msgid "updating mq patch %s to %d:%s\n"
msgstr "mq パッチ %s をリビジョン %s:%s に移動中\n"

msgid "missing .hg/last-message.txt for rebase"
msgstr "rebase が利用する .hg/last-message.txt が不在です"

#, python-format
msgid "warning: can't clean up public changesets %s\n"
msgstr "警告: public フェーズのリビジョン %s は破棄できません\n"

#, fuzzy
msgid "warning: new changesets detected on destination branch, can't strip\n"
msgstr "警告: 想定外の新規リビジョン追加により、対象ブランチを破棄できません\n"

msgid "rebase aborted\n"
msgstr "移動が中止されました\n"

#, fuzzy
msgid "source and destination form a cycle"
msgstr "パッチ対象のファイル名が指定されていません"

msgid "cannot rebase onto an applied mq patch"
msgstr "MQ パッチ上への移動はできません"

msgid "no matching revisions"
msgstr "合致するリビジョンはありません"

msgid "rebase destination required by configuration"
msgstr "設定により移動先リビジョン指定が必須となっています"

msgid "use hg pull followed by hg rebase -d DEST"
msgstr "'hg pull' に続けて 'hg rebase -d 移動先リビジョン' を実行してください"

msgid "cannot pull with rebase: please commit or shelve your changes first"
msgstr ""
"rebase するためには、未コミット変更を commit または shelve してください"

msgid "nothing to rebase - updating instead\n"
msgstr "移動操作は不要です - 作業領域の更新のみを実施します\n"

msgid "--tool can only be used with --rebase"
msgstr "--tool は --rebase 指定時にしか使用できません"

#. i18n: column positioning for "hg summary"
msgid "rebase: (use \"hg rebase --abort\" to clear broken state)\n"
msgstr "rebase:       (不整合な状態は \"hg rebase --abort\" でクリア)\n"

#. i18n: column positioning for "hg summary"
#, python-format
msgid "rebase: %s, %s (rebase --continue)\n"
msgstr "rebase:       %s, %s (rebase --continue)\n"

#, python-format
msgid "%d rebased"
msgstr "移動完了数 %d"

msgid "rebase working directory to branch head"
msgstr "作業領域をブランチヘッドに移動"

msgid "specify merge tool for rebase"
msgstr "移動用のマージツールの指定"

msgid "rebase in progress"
msgstr "rebase による移動が未完了です"

msgid "use 'hg rebase --continue' or 'hg rebase --abort'"
msgstr "'hg rebase --continue' か 'hg rebase --abort' を実施してください"

msgid "hg rebase --continue"
msgstr "hg rebase --continue"

msgid ""
"commands to interactively select changes for commit/qrefresh (DEPRECATED)"
msgstr "commit や qrefresh における対話的な変更取り込みの選択 (非推奨)"

msgid ""
"The feature provided by this extension has been moved into core Mercurial "
"as\n"
":hg:`commit --interactive`."
msgstr ""
"本エクステンションの機能は標準機能に取り込まれました。\n"
":hg:`commit --interactive` 等を使うようにしてください。"

msgid "hg record [OPTION]... [FILE]..."
msgstr "hg record [OPTION]... [FILE]..."

msgid "interactively select changes to commit"
msgstr "コミット内容の対話的な選択"

msgid ""
"    If a list of files is omitted, all changes reported by :hg:`status`\n"
"    will be candidates for recording."
msgstr ""
"    ファイル一覧が指定されなかった場合は :hg:`status` で表示される\n"
"    全てのファイルが記録の対象となります。"

msgid ""
"    If using the text interface (see :hg:`help config`),\n"
"    you will be prompted for whether to record changes to each\n"
"    modified file, and for files with multiple changes, for each\n"
"    change to use. For each query, the following responses are\n"
"    possible::"
msgstr ""
"    `text` インタフェース (:hg:`help config` 参照) が選択されている場合、\n"
"    変更されたファイルの、 変更箇所毎に、 記録の要否を質問されます。\n"
"    それに対して以下の操作が可能です::"

msgid ""
"      y - record this change\n"
"      n - skip this change\n"
"      e - edit this change manually"
msgstr ""
"      y - この変更を記録(yes)\n"
"      n - この変更を無視(no)\n"
"      e - この変更を手動で編集(edit)"

msgid ""
"      s - skip remaining changes to this file\n"
"      f - record remaining changes to this file"
msgstr ""
"      s - 同一ファイルの以後の全ての変更を無視(skip)\n"
"      f - 同一ファイル(file)の以後の全ての変更を記録"

msgid ""
"      d - done, skip remaining changes and files\n"
"      a - record all changes to all remaining files\n"
"      q - quit, recording no changes"
msgstr ""
"      d - 以後の全ての変更を無視=記録作業を完了(done)\n"
"      a - 以後の全て(all)の変更を記録\n"
"      q - 変更の記録自体を中止(quit)"

msgid "      ? - display help"
msgstr "      ? - ヘルプ表示(?)"

msgid "    This command is not available when committing a merge."
msgstr "    本コマンドをマージのコミットに使用することはできません。"

#, python-format
msgid "running non-interactively, use %s instead"
msgstr "非対話的に実行する場合は、%s を使用してください"

msgid "hg qrecord [OPTION]... PATCH [FILE]..."
msgstr "hg qrecord [OPTION]... PATCH [FILE]..."

msgid "interactively record a new patch"
msgstr "新規パッチのコミット内容を対話的に選択"

msgid ""
"    See :hg:`help qnew` & :hg:`help record` for more information and\n"
"    usage.\n"
"    "
msgstr ""
"    用法等の詳細は :hg:`help qnew` および :hg:`help record`\n"
"    を参照してください。"

msgid "'mq' extension not loaded"
msgstr "'mq' エクステンションが読み込まれていません"

msgid "interactively select changes to refresh"
msgstr "パッチ更新内容を対話的に選択"

#, fuzzy
msgid "generate release notes from commit messages (EXPERIMENTAL)"
msgstr "操作対象変更の対話的な選択 (実験的実装)"

msgid ""
"It is common to maintain files detailing changes in a project between\n"
"releases. Maintaining these files can be difficult and time consuming.\n"
"The :hg:`releasenotes` command provided by this extension makes the\n"
"process simpler by automating it.\n"
msgstr ""

msgid "New Features"
msgstr ""

msgid "Backwards Compatibility Changes"
msgstr ""

msgid "Bug Fixes"
msgstr ""

msgid "Performance Improvements"
msgstr ""

#, fuzzy
msgid "API Changes"
msgstr "changegroups フォーマット"

#, fuzzy
msgid "Other Changes"
msgstr "ハッシュ値を表示"

msgid ""
"module 'fuzzywuzzy' not found, merging of similar releasenotes is disabled\n"
msgstr ""

#, fuzzy, python-format
msgid "%s already exists in %s section; ignoring\n"
msgstr "\"%s\" はディレクトリとして既に存在します"

#, fuzzy, python-format
msgid "\"%s\" already exists in notes; ignoring\n"
msgstr "\"%s\" はディレクトリとして既に存在します"

#, fuzzy, python-format
msgid "\"%s\" already exists in notes file; ignoring\n"
msgstr "\"%s\" はディレクトリとして既に存在します"

#, fuzzy, python-format
msgid ".hgreleasenotes file '%s' not found"
msgstr "サブリポジトリの spec ファイル '%s' が見つかりません"

#, python-format
msgid "Invalid admonition '%s' present in changeset %s\n"
msgstr ""

#, python-format
msgid "(did you mean %s?)\n"
msgstr "(推測される候補: %s)\n"

#, python-format
msgid "(did you mean one of %s?)\n"
msgstr "(推測される候補: %s)\n"

#, fuzzy, python-format
msgid "changeset %s: release notes directive %s lacks content"
msgstr "想定外の revspec フォーマット文字 %s"

#, fuzzy, python-format
msgid "changeset %s: unexpected block in release notes directive %s\n"
msgstr "想定外の revspec フォーマット文字 %s"

#, fuzzy, python-format
msgid "error parsing releasenotes for revision: '%s'\n"
msgstr "リビジョン %s に関連する大容量ファイルの取得中\n"

#, fuzzy
msgid "indented bullet lists not supported"
msgstr "addremove は未サポートです"

#, fuzzy, python-format
msgid "unexpected block type in release notes: %s"
msgstr "想定外の連携先リポジトリ応答: %s"

#, fuzzy, python-format
msgid "unknown release notes section: %s"
msgstr "未知のストリーム圧縮形式です: %s"

#, fuzzy, python-format
msgid "unsupported section type for %s"
msgstr "未サポートの行末種別: %s"

msgid "revisions to process for release notes"
msgstr ""

msgid "checks for validity of admonitions (if any)"
msgstr ""

msgid "list the available admonitions with their title"
msgstr ""

#, fuzzy
msgid "hg releasenotes [-r REV] [-c] FILE"
msgstr "hg children [-r REV] [FILE]"

msgid "parse release notes from commit messages into an output file"
msgstr ""

msgid ""
"    Given an output file and set of revisions, this command will parse "
"commit\n"
"    messages for release notes then add them to the output file."
msgstr ""

msgid ""
"    Release notes are defined in commit messages as ReStructuredText\n"
"    directives. These have the form::"
msgstr ""

#. do not translate: .. directive::
msgid "       .. directive:: title"
msgstr ""

#, fuzzy
msgid "          content"
msgstr "          hg bisect --reset"

msgid ""
"    Each ``directive`` maps to an output section in a generated release "
"notes\n"
"    file, which itself is ReStructuredText. For example, the ``.. feature::"
"``\n"
"    directive would map to a ``New Features`` section."
msgstr ""

msgid ""
"    Release note directives can be either short-form or long-form. In "
"short-\n"
"    form, ``title`` is omitted and the release note is rendered as a bullet\n"
"    list. In long form, a sub-section with the title ``title`` is added to "
"the\n"
"    section."
msgstr ""

msgid ""
"    The ``FILE`` argument controls the output file to write gathered "
"release\n"
"    notes to. The format of the file is::"
msgstr ""

#, fuzzy
msgid ""
"       Section 1\n"
"       ========="
msgstr ""
"セクション\n"
"=========="

msgid "       ..."
msgstr ""

#, fuzzy
msgid ""
"       Section 2\n"
"       ========="
msgstr ""
"セクション\n"
"=========="

msgid "    Only sections with defined release notes are emitted."
msgstr ""

msgid ""
"    If a section only has short-form notes, it will consist of bullet list::"
msgstr ""

#, fuzzy
msgid ""
"       Section\n"
"       ======="
msgstr ""
"セクション\n"
"=========="

msgid ""
"       * Release note 1\n"
"       * Release note 2"
msgstr ""

msgid "    If a section has long-form notes, sub-sections will be emitted::"
msgstr ""

#, fuzzy
msgid ""
"       Note 1 Title\n"
"       ------------"
msgstr ""
"\n"
"    /shortlog\n"
"    ---------"

msgid "       Description of the first long-form note."
msgstr ""

#, fuzzy
msgid ""
"       Note 2 Title\n"
"       ------------"
msgstr ""
"\n"
"    /shortlog\n"
"    ---------"

msgid "       Description of the second long-form note."
msgstr ""

msgid ""
"    If the ``FILE`` argument points to an existing file, that file will be\n"
"    parsed for release notes having the format that would be generated by "
"this\n"
"    command. The notes from the processed commit messages will be *merged*\n"
"    into this parsed set."
msgstr ""

msgid "    During release notes merging:"
msgstr ""

msgid ""
"    * Duplicate items are automatically ignored\n"
"    * Items that are different are automatically ignored if the similarity "
"is\n"
"      greater than a threshold."
msgstr ""

msgid ""
"    This means that the release notes file can be updated independently "
"from\n"
"    this command and changes should not be lost when running this command "
"on\n"
"    that file. A particular use case for this is to tweak the wording of a\n"
"    release note after it has been added to the release notes file."
msgstr ""

msgid ""
"    The -c/--check option checks the commit message for invalid admonitions."
msgstr ""

msgid ""
"    The -l/--list option, presents the user with a list of existing "
"available\n"
"    admonitions along with their title. This also includes the custom\n"
"    admonitions (if any).\n"
"    "
msgstr ""

#, fuzzy
msgid "cannot use both '--list' and '--rev'"
msgstr "--noupdate と --updaterev は併用できません"

#, fuzzy
msgid "cannot use both '--list' and '--check'"
msgstr "--force と --keep-changes は併用できません"

msgid "parse release notes and print resulting data structure"
msgstr ""

#, fuzzy, python-format
msgid "section: %s\n"
msgstr "  読み込み元: %s\n"

#, fuzzy, python-format
msgid "  subsection: %s\n"
msgstr "  読み込み元: %s\n"

#, fuzzy, python-format
msgid "    paragraph: %s\n"
msgstr "    別名: %s"

#, fuzzy
msgid "  bullet point:\n"
msgstr "  障害報告先: %s\n"

msgid "recreates hardlinks between repository clones"
msgstr "複製リポジトリ間でのハードリンクの再生成"

msgid "[ORIGIN]"
msgstr "[ORIGIN]"

msgid "recreate hardlinks between two repositories"
msgstr "2つのリポジトリ間でのハードリンクの再生成"

msgid ""
"    When repositories are cloned locally, their data files will be\n"
"    hardlinked so that they only use the space of a single repository."
msgstr ""
"    リポジトリの複製が、 同一ファイルシステム上で行われた場合、\n"
"    管理情報ファイルがハードリンクされるため、 ディスク消費量は、\n"
"    リポジトリ1つ分で済みます。"

msgid ""
"    Unfortunately, subsequent pulls into either repository will break\n"
"    hardlinks for any files touched by the new changesets, even if\n"
"    both repositories end up pulling the same changes."
msgstr ""
"    残念な事に、 いずれかのリポジトリにおいて、 変更が取り込まれると、\n"
"    このハードリンクは解消されます。 これは、 両方のリポジトリが、\n"
"    全く同じ変更を取り込んだ場合でも変わりません。"

msgid ""
"    Similarly, passing --rev to \"hg clone\" will fail to use any\n"
"    hardlinks, falling back to a complete copy of the source\n"
"    repository."
msgstr ""
"    同様に :hg:`clone` に対する --rev 指定も、 ハードリンク使用を止め、\n"
"    元リポジトリからの複製の実施を行います。"

msgid ""
"    This command lets you recreate those hardlinks and reclaim that\n"
"    wasted space."
msgstr ""
"    本コマンドは、 ハードリンクを使用する状況を再構築することで、\n"
"    無駄なディスク領域を回収します。"

msgid ""
"    This repository will be relinked to share space with ORIGIN, which\n"
"    must be on the same local disk. If ORIGIN is omitted, looks for\n"
"    \"default-relink\", then \"default\", in [paths]."
msgstr ""
"    本コマンドの実行対象となるリポジトリは、 ディスク領域共有対象の\n"
"    ORIGIN リポジトリと、 同一ファイルシステム上になければなりません。\n"
"    ORIGIN 指定が無い場合、 [paths] セクションの \"default-relink\"\n"
"    または \"default\" が使用されます。"

msgid ""
"    Do not attempt any read operations on this repository while the\n"
"    command is running. (Both repositories will be locked against\n"
"    writes.)\n"
"    "
msgstr ""
"    コマンド実行中は、 リポジトリに対するあらゆる読み出しは禁止です\n"
"    (両方のリポジトリが書き出しロックされます)\n"
"    "

msgid "hardlinks are not supported on this system"
msgstr "このシステム上ではハードリンクが未サポートです"

#, python-format
msgid "relinking %s to %s\n"
msgstr "%s から %s にハードリンク中\n"

msgid "there is nothing to relink\n"
msgstr "ハードリンクの必要はありません\n"

msgid "source and destination are on different devices"
msgstr "リンク元とリンク先が同一ファイルシステム上にありません"

#, python-format
msgid "tip has %d files, estimated total number of files: %d\n"
msgstr "tip におけるファイル数 %d、 推定総ファイル数: %d\n"

msgid "collecting"
msgstr "収集中"

#, python-format
msgid "collected %d candidate storage files\n"
msgstr "%d 個の候補ファイルの領域を回収\n"

msgid "pruning"
msgstr "刈り込み中"

#, python-format
msgid "pruned down to %d probably relinkable files\n"
msgstr "ハードリンク可能と思われる %d のファイルを除外\n"

msgid "relinking"
msgstr "再リンク中"

#, python-format
msgid "relinked %d files (%s reclaimed)\n"
msgstr "%d ファイルを再リンク (%s バイトの節約)\n"

#, fuzzy
msgid " showing remotebookmarks and remotebranches in UI"
msgstr "連携先に新しいブランチが作成されます: %s!"

msgid ""
"By default both remotebookmarks and remotebranches are turned on. Config "
"knob to\n"
"control the individually are as follows."
msgstr ""

msgid "Config options to tweak the default behaviour:"
msgstr ""

msgid ""
"remotenames.bookmarks\n"
"  Boolean value to enable or disable showing of remotebookmarks (default: "
"True)"
msgstr ""

msgid ""
"remotenames.branches\n"
"  Boolean value to enable or disable showing of remotebranches (default: "
"True)"
msgstr ""

msgid ""
"remotenames.hoistedpeer\n"
"  Name of the peer whose remotebookmarks should be hoisted into the top-"
"level\n"
"  namespace (default: 'default')\n"
msgstr ""

#, fuzzy
msgid "remotenames takes no arguments"
msgstr "removed には引数が指定できません"

#, fuzzy
msgid "remotebranches takes no arguments"
msgstr "removed には引数が指定できません"

#, fuzzy
msgid "remotebookmarks takes no arguments"
msgstr "removed には引数が指定できません"

msgid "extend schemes with shortcuts to repository swarms"
msgstr "連携先リポジトリ群に対する略記指定の拡張"

msgid ""
"This extension allows you to specify shortcuts for parent URLs with a\n"
"lot of repositories to act like a scheme, for example::"
msgstr ""
"本エクステンションによって、 複数リポジトリの親 URL 的な役割を、\n"
"スキーマ指定のように記述する省略記法が可能になります。 例えば::"

msgid ""
"  [schemes]\n"
"  py = http://code.python.org/hg/"
msgstr ""
"  [schemes]\n"
"  py = http://code.python.org/hg/"

msgid "After that you can use it like::"
msgstr "上記設定の元では、 以下のような表記が可能です::"

msgid "  hg clone py://trunk/"
msgstr "  hg clone py://trunk/"

msgid ""
"Additionally there is support for some more complex schemas, for\n"
"example used by Google Code::"
msgstr ""
"更に、 より複雑なスキーマにも対応しています。 例えば Google Code\n"
"を使用する場合::"

msgid ""
"  [schemes]\n"
"  gcode = http://{1}.googlecode.com/hg/"
msgstr ""
"  [schemes]\n"
"  gcode = http://{1}.googlecode.com/hg/"

msgid ""
"The syntax is taken from Mercurial templates, and you have unlimited\n"
"number of variables, starting with ``{1}`` and continuing with\n"
"``{2}``, ``{3}`` and so on. This variables will receive parts of URL\n"
"supplied, split by ``/``. Anything not specified as ``{part}`` will be\n"
"just appended to an URL."
msgstr ""
"Mercurial のテンプレート表記の文法を元に、 ``{1}`` から始まり\n"
"``{2}``, ``{3}`` 等々と連続した、 上限無しの番号変数を使用可能です。\n"
"各番号変数は、 URL を ``/`` で区切った部位に対応した値で置換されます。\n"
"``{部位}`` 形式に該当しない部分は、 全て URL 末尾に付加されます。"

msgid "For convenience, the extension adds these schemes by default::"
msgstr ""
"利便上、 本エクステンションは、 以下のスキーマをデフォルトで設定します::"

msgid ""
"  [schemes]\n"
"  py = http://hg.python.org/\n"
"  bb = https://bitbucket.org/\n"
"  bb+ssh = ssh://hg@bitbucket.org/\n"
"  gcode = https://{1}.googlecode.com/hg/\n"
"  kiln = https://{1}.kilnhg.com/Repo/"
msgstr ""
"  [schemes]\n"
"  py = http://hg.python.org/\n"
"  bb = https://bitbucket.org/\n"
"  bb+ssh = ssh://hg@bitbucket.org/\n"
"  gcode = https://{1}.googlecode.com/hg/\n"
"  kiln = https://{1}.kilnhg.com/Repo/"

msgid ""
"You can override a predefined scheme by defining a new scheme with the\n"
"same name.\n"
msgstr "定義済みスキーマは、 同名スキーマ定義により、 上書き可能です。\n"

#, python-format
msgid "no '://' in scheme url '%s'"
msgstr "'://' 記述がスキーマ URL '%s' に含まれていません"

#, python-format
msgid "custom scheme %s:// conflicts with drive letter %s:\\\n"
msgstr "独自スキーマ %s:// は、 ドライブ文字 %s:\\ と衝突します\n"

msgid ""
"given a repo path, provide the scheme-expanded path\n"
"    "
msgstr ""
"与えられたリポジトリパスへの、 スキーマ展開の適用\n"
"    "

msgid "share a common history between several working directories"
msgstr "複数作業領域による履歴情報領域の共有"

msgid ""
"Automatic Pooled Storage for Clones\n"
"-----------------------------------"
msgstr ""
"複製時の履歴管理情報の共有領域自動作成\n"
"--------------------------------------"

msgid ""
"When this extension is active, :hg:`clone` can be configured to\n"
"automatically share/pool storage across multiple clones. This\n"
"mode effectively converts :hg:`clone` to :hg:`clone` + :hg:`share`.\n"
"The benefit of using this mode is the automatic management of\n"
"store paths and intelligent pooling of related repositories."
msgstr ""
"本エクステンションが有効な場合、 :hg:`clone` でのリポジトリ複製の際に、\n"
"複数のローカルリポジトリ間で、 履歴情報を共有するための履歴共有領域が、\n"
"自動的に作成できるようになります (※ 訳注: 実際の共有領域の作成の有無は、\n"
"後述する ``share.pool`` 設定の有無に応じます)。 この場合、 :hg:`clone` は\n"
":hg:`clone` + :hg:`share` 相当を (効率的に) 実施します。 この機能により、\n"
"由来の同じリポジトリの履歴管理情報が、 効率的に共有管理されます。"

msgid "The following ``share.`` config options influence this feature:"
msgstr "以下の ``share.`` セクション設定が、この機能を制御します:"

msgid ""
"``share.pool``\n"
"    Filesystem path where shared repository data will be stored. When\n"
"    defined, :hg:`clone` will automatically use shared repository\n"
"    storage instead of creating a store inside each clone."
msgstr ""
"``share.pool``\n"
"    共有用履歴情報管理領域の作成先ディレクトリパス。 この値の設定時は、\n"
"    :hg:`clone` 時に、 各複製リポジトリ毎に履歴情報管理領域を作成せずに、\n"
"    このディレクトリ配下の履歴管理領域を、 共有するようになります\n"
"    (※ 訳注: 対応する管理領域が無い場合は、 この配下に作成した上で、\n"
"    clone 先リポジトリから、 その領域を共有するようにします)"

msgid ""
"``share.poolnaming``\n"
"    How directory names in ``share.pool`` are constructed."
msgstr ""
"``share.poolnaming``\n"
"    ``share.pool`` 配下での履歴管理領域の命名方式。"

msgid ""
"    \"identity\" means the name is derived from the first changeset in the\n"
"    repository. In this mode, different remotes share storage if their\n"
"    root/initial changeset is identical. In this mode, the local shared\n"
"    repository is an aggregate of all encountered remote repositories."
msgstr ""
"    \"identity\" が設定されている場合、 ``share.pool`` 配下において、\n"
"    各履歴管理領域を作成/参照する際の、 識別用ディレクトリ名として、\n"
"    履歴の最初のリビジョンのハッシュ値が使用されます。 この設定の場合、\n"
"    最初のリビジョンが一致するなら、 異なるリモートリポジトリの複製でも、\n"
"    同一管理領域を共有します。 共有管理領域には、 同一由来のリポジトリの、\n"
"    履歴情報が集約されることになります。"

msgid ""
"    \"remote\" means the name is derived from the source repository's\n"
"    path or URL. In this mode, storage is only shared if the path or URL\n"
"    requested in the :hg:`clone` command matches exactly to a repository\n"
"    that was cloned before."
msgstr ""
"    \"remote\" が設定されている場合、 共有用履歴管理領域の作成/参照には、\n"
"    複製元のパスや URL が使用されます (※ 訳注: 実際には、「複製元のパスや\n"
"    URL」から算出したハッシュ値)。 :hg:`clone` に指定した複製元のパスや\n"
"    URL が一致した場合のみ、 履歴管理領域が共有されます。"

#, fuzzy
msgid "    The default naming mode is \"identity\".\n"
msgstr "    デフォルトの設定は \"identity.\" です。\n"

msgid "do not create a working directory"
msgstr "作業領域へのファイルの取り出しを抑止します"

msgid "also share bookmarks"
msgstr "ブックマークも共有"

msgid "point to source using a relative path (EXPERIMENTAL)"
msgstr "共有元情報を相対パスで保持 (実験的実装)"

msgid "[-U] [-B] SOURCE [DEST]"
msgstr "[-U] [-B] SOURCE [DEST]"

msgid "create a new shared repository"
msgstr "共有リポジトリの新規作成"

msgid ""
"    Initialize a new repository and working directory that shares its\n"
"    history (and optionally bookmarks) with another repository."
msgstr ""
"    他のリポジトリと履歴情報 (オプション指定でブックマークも) を共有する、\n"
"    リポジトリ/作業領域を、 新規に作成します。"

msgid ""
"       using rollback or extensions that destroy/modify history (mq,\n"
"       rebase, etc.) can cause considerable confusion with shared\n"
"       clones. In particular, if two shared clones are both updated to\n"
"       the same changeset, and one of them destroys that changeset\n"
"       with rollback, the other clone will suddenly stop working: all\n"
"       operations will fail with \"abort: working directory has unknown\n"
"       parent\". The only known workaround is to use debugsetparents on\n"
"       the broken clone to reset it to a changeset that still exists.\n"
"    "
msgstr ""
"       rollback の実施や、 履歴を改変するエクステンション (例: mq や\n"
"       rebase 等) の利用は、 リポジトリ間での共有に混乱をもたらします。\n"
"       典型的な例は、 共有関係にあるリポジトリの両方が、 \n"
"       作業領域を同一リビジョンで更新した状態で、 一方が当該リビジョンを\n"
"       rollback により破棄することで、 他方が機能しなくなるケースです:\n"
"       \"中止: 作業領域の親 REV が未知のリビジョンです\"\n"
"       メッセージ表示と共に、 他方でのあらゆる操作が失敗します。\n"
"       この場合の唯一の復旧方法は、 機能しない側のリポジトリにおいて、\n"
"       確実に存在するリビジョンでの ``hg debugsetparents`` 実施だけです。\n"
"    "

msgid "convert a shared repository to a normal one"
msgstr "共有状態のリポジトリから通常リポジトリへの変換"

msgid ""
"    Copy the store data to the repo and remove the sharedpath data.\n"
"    "
msgstr ""
"    履歴管理情報を複製し、 共有状態を解消します。\n"
"    "

msgid "this is not a shared repo"
msgstr "共有状態のリポジトリではありません"

msgid "save and restore changes to the working directory"
msgstr "作業領域中の変更内容の退避および復旧"

msgid ""
"The \"hg shelve\" command saves changes made to the working directory\n"
"and reverts those changes, resetting the working directory to a clean\n"
"state."
msgstr ""
":hg:`shelve` は、 作業領域中の変更内容を、 退避した上で破棄することで、\n"
"作業領域を変更が無かった状態に戻します。"

msgid ""
"Later on, the \"hg unshelve\" command restores the changes saved by \"hg\n"
"shelve\". Changes can be restored even after updating to a different\n"
"parent, in which case Mercurial's merge machinery will resolve any\n"
"conflicts if necessary."
msgstr ""
"退避された変更内容は、 :hg:`unshelve` で作業領域に復旧されます。\n"
"作業領域の親リビジョンが、 変更退避時点と異なる場合でも復旧可能です。\n"
"変更の衝突解消が必要な場合、 自動的に Mercurial のマージ機能を使用します。"

msgid ""
"You can have more than one shelved change outstanding at a time; each\n"
"shelved change has a distinct name. For details, see the help for \"hg\n"
"shelve\".\n"
msgstr ""
"変更内容の退避は、 複数保持することが可能です。 退避された変更内容は、\n"
"一意な名前で管理されます。 詳細は :hg:`help shelve` を参照してください\n"

#, python-format
msgid "shelved change '%s' not found"
msgstr "'%s' という名前の退避情報は存在しません"

msgid ""
"this version of shelve is incompatible with the version used in this repo"
msgstr "非互換なバージョンの shelve エクステンションによる復旧処理中です"

#, python-format
msgid "a shelved change named '%s' already exists"
msgstr "'%s' という名前の退避情報はすでに存在します"

msgid "shelved change names can not contain slashes"
msgstr "退避情報の名称にスラッシュやバックスラッシュは使用できません"

msgid "shelved change names can not start with '.'"
msgstr "退避情報の名称の先頭に '.' は使用できません"

#, python-format
msgid "nothing changed (%d missing files, see 'hg status')\n"
msgstr "変更はありません (%d 個のファイルが不在。 'hg status' で確認を)\n"

msgid "nothing changed\n"
msgstr "変更なし\n"

msgid "cannot shelve while merging"
msgstr "マージ実施中は変更を退避できません"

#, python-format
msgid "shelved as %s\n"
msgstr "変更内容を %s という名前で退避\n"

msgid "no shelved changes specified!"
msgstr "退避情報名が無指定です!"

#, python-format
msgid "--%s expects at least one shelf"
msgstr "--%s には最低1つの退避情報名の指定が必要です"

#, python-format
msgid "cannot find shelf %s"
msgstr "退避情報 %s が見つかりません"

msgid "working directory parents do not match unshelve state"
msgstr "作業領域の親リビジョンが、復旧開始時点と異なります"

#, python-format
msgid "unshelve of '%s' aborted\n"
msgstr "退避情報 '%s' の復旧を中止\n"

#, python-format
msgid "marked working directory as branch %s\n"
msgstr "作業領域をブランチ %s に設定\n"

msgid "unresolved conflicts, can't continue"
msgstr "衝突が未解消のため、処理を再開できません"

msgid "see 'hg resolve', then 'hg unshelve --continue'"
msgstr "'hg resolve' で衝突解消後に 'hg unshelve --continue'を実行してください"

#, python-format
msgid "unshelve of '%s' complete\n"
msgstr "退避情報 '%s' の復旧を完了\n"

msgid ""
"temporarily committing pending changes (restore with 'hg unshelve --abort')\n"
msgstr "変更内容を一時的にコミット中 (中断時の復旧は 'hg unshelve --abort')\n"

msgid "rebasing shelved changes\n"
msgstr "退避した変更の移動 (rebase) 中\n"

msgid "unresolved conflicts (see 'hg resolve', then 'hg unshelve --continue')"
msgstr ""
"衝突が未解消です ('hg resolve' で衝突解消後に 'hg unshelve --continue' を実行"
"してください)"

msgid "shelved change touches missing files"
msgstr "退避情報には不在ファイルへの変更が含まれています"

msgid "run hg status to see which files are missing"
msgstr "hg status を実行して不在ファイルを確認してください"

msgid "abort an incomplete unshelve operation"
msgstr "未完了の復旧処理を中止"

msgid "continue an incomplete unshelve operation"
msgstr "未完了の復旧処理を継続"

msgid "keep shelve after unshelving"
msgstr "復旧後も退避情報を維持"

msgid "restore shelved change with given name"
msgstr "指定名称の退避内容を作業領域に復旧"

msgid "set date for temporary commits (DEPRECATED)"
msgstr "一時コミットの日付を設定 (非推奨)"

msgid "hg unshelve [[-n] SHELVED]"
msgstr "hg unshelve [[-n] SHELVED]"

msgid "restore a shelved change to the working directory"
msgstr "作業領域への退避内容の復旧"

msgid ""
"    This command accepts an optional name of a shelved change to\n"
"    restore. If none is given, the most recent shelved change is used."
msgstr ""
"    本コマンドは、 退避された変更内容を、 作業領域に復旧します。\n"
"    退避情報名が無指定の場合、 一番最後に退避した変更内容を復旧します。"

msgid ""
"    If a shelved change is applied successfully, the bundle that\n"
"    contains the shelved changes is moved to a backup location\n"
"    (.hg/shelve-backup)."
msgstr ""
"    退避内容を復旧し終えた後、 退避情報はバックアップ領域に移動されます\n"
"    (.hg/shelve-backup)。"

msgid ""
"    Since you can restore a shelved change on top of an arbitrary\n"
"    commit, it is possible that unshelving will result in a conflict\n"
"    between your changes and the commits you are unshelving onto. If\n"
"    this occurs, you must resolve the conflict, then use\n"
"    ``--continue`` to complete the unshelve operation. (The bundle\n"
"    will not be moved until you successfully complete the unshelve.)"
msgstr ""
"    任意の時点で退避内容を復旧できるため、 作業領域の親リビジョンと、\n"
"    退避内容の組み合わせ次第では、 変更内容が衝突するかもしれません。\n"
"    その場合は、 衝突解消後に :hg:`unshelve --continue` を実行して、\n"
"    復旧処理を完了させてください。 (復旧処理が完了するまでは、\n"
"    退避情報はバックアップ領域に移動されません)"

msgid ""
"    (Alternatively, you can use ``--abort`` to abandon an unshelve\n"
"    that causes a conflict. This reverts the unshelved changes, and\n"
"    leaves the bundle in place.)"
msgstr ""
"    (:hg:`unshelve --abort` 実行により、 衝突が発生した復旧処理を、\n"
"    中止することもできます。 その場合、 作業領域中の変更は破棄されますが、\n"
"    退避情報は保持されます)"

msgid ""
"    If bare shelved change(when no files are specified, without "
"interactive,\n"
"    include and exclude option) was done on newly created branch it would\n"
"    restore branch information to the working directory."
msgstr ""
"    名前付きブランチの新規作成が、 コミット前の状態だった場合、\n"
"    以下のいずれも指定されない shelve コマンド実行に限って、\n"
"    新規名前付きブランチの情報が、 unshelve で復旧されます:\n"
"    退避対象ファイル指定、 ``--interactive`` オプション、``--include``\n"
"    オプション、 ``--exclude`` オプション。"

msgid ""
"    After a successful unshelve, the shelved changes are stored in a\n"
"    backup directory. Only the N most recent backups are kept. N\n"
"    defaults to 10 but can be overridden using the ``shelve.maxbackups``\n"
"    configuration option."
msgstr ""
"    退避内容を復旧し終えた後、 退避情報はバックアップ領域で保持されます。\n"
"    バックアップ領域に保持される退避情報の最大数は ``shelve.maxbackups``\n"
"    設定で指定できます (デフォルト値: 10)"

msgid ""
"       Timestamp in seconds is used to decide order of backups. More\n"
"       than ``maxbackups`` backups are kept, if same timestamp\n"
"       prevents from deciding exact order of them, for safety.\n"
"    "
msgstr ""
"       バックアップの順序は、 タイムスタンプ (単位:秒) で判定します。\n"
"       複数の退避情報が、 同一のタイムスタンプを持つ場合は、\n"
"       順序を確定できないため、 ``maxbackups`` よりも多くの退避情報が、\n"
"       バックアップ領域に保持される可能性もあります。\n"
"    "

msgid "cannot combine abort/continue with naming a shelved change"
msgstr "--abort および --continue は退避情報名指定と併用できません"

msgid "unshelve"
msgstr "unshelve"

msgid "corrupted shelved state file"
msgstr "shelve 状態管理ファイルが破損しています"

msgid "please run hg unshelve --abort to abort unshelve operation"
msgstr "'hg unshelve --abort' を実施して unshelve 操作を中断してください"

msgid ""
"could not read shelved state file, your working copy may be in an unexpected "
"state\n"
"please update to some commit\n"
msgstr ""
"状態管理ファイルが読み出せません。作業領域状態が不適切な可能性があります。\n"
"既存のリビジョンで 'hg update' を実施してください。\n"

msgid "can only unshelve one change at a time"
msgstr "一度に復旧できる退避情報は一つだけです"

msgid "no shelved changes to apply!"
msgstr "退避情報がありません"

#, python-format
msgid "unshelving change '%s'\n"
msgstr "退避情報 '%s' を復旧中\n"

msgid "mark new/missing files as added/removed before shelving"
msgstr "新規/不在ファイルを、退避前に登録/除外対象化"

msgid "store unknown files in the shelve"
msgstr "管理対象外ファイルを退避対象に含める"

msgid "delete all shelved changes"
msgstr "退避情報を全て破棄"

msgid "shelve with the specified commit date"
msgstr "指定日時を退避情報に記録"

msgid "delete the named shelved change(s)"
msgstr "指定名称の退避情報を破棄"

msgid "list current shelves"
msgstr "退避情報の一覧表示"

msgid "use text as shelve message"
msgstr "指定の説明文を退避情報に記録"

msgid "use the given name for the shelved commit"
msgstr "指定ユーザ名を退避情報に記録"

msgid "show patch"
msgstr "パッチ形式での表示"

msgid "interactive mode, only works while creating a shelve"
msgstr "対話的な退避対象の選択 (退避実施時のみ指定可能)"

msgid "output diffstat-style summary of changes"
msgstr "diffstat 形式の変更概要を出力"

msgid "hg shelve [OPTION]... [FILE]..."
msgstr "hg shelve [OPTION]... [FILE]..."

msgid "save and set aside changes from the working directory"
msgstr "作業領域中の変更内容を退避した上で破棄"

msgid ""
"    Shelving takes files that \"hg status\" reports as not clean, saves\n"
"    the modifications to a bundle (a shelved change), and reverts the\n"
"    files so that their state in the working directory becomes clean."
msgstr ""
"    『変更なし』(:hg:`status` 参照) 以外の管理対象ファイルの変更内容を、\n"
"    バンドルファイルとして退避した上で、 作業領域から破棄することで、\n"
"    作業領域を『変更なし』状態に戻します。"

msgid ""
"    To restore these changes to the working directory, using \"hg\n"
"    unshelve\"; this will work even if you switch to a different\n"
"    commit."
msgstr ""
"    退避した変更内容は :hg:`unshelve` で作業領域に復旧できます。\n"
"    作業領域の親リビジョンが、 変更退避時点と異なる場合でも復旧可能です。"

msgid ""
"    When no files are specified, \"hg shelve\" saves all not-clean\n"
"    files. If specific files or directories are named, only changes to\n"
"    those files are shelved."
msgstr ""
"    対象が無指定の場合、 『変更なし』以外の全ての管理対象ファイルが、\n"
"    変更退避の対象になります。 対象ファイル/ディレクトリ指定がある場合、\n"
"    指定対象の変更のみが退避されます。"

msgid ""
"    In bare shelve (when no files are specified, without interactive,\n"
"    include and exclude option), shelving remembers information if the\n"
"    working directory was on newly created branch, in other words working\n"
"    directory was on different branch than its first parent. In this\n"
"    situation unshelving restores branch information to the working "
"directory."
msgstr ""
"    名前付きブランチの新規作成が、 コミット前の状態だった場合、\n"
"    以下のいずれも指定されない shelve コマンド実行に限って、\n"
"    新規名前付きブランチの情報が保存され、 unshelve により復旧されます:\n"
"    退避対象ファイル指定、 ``--interactive`` オプション、``--include``\n"
"    オプション、 ``--exclude`` オプション。"

msgid ""
"    Each shelved change has a name that makes it easier to find later.\n"
"    The name of a shelved change defaults to being based on the active\n"
"    bookmark, or if there is no active bookmark, the current named\n"
"    branch.  To specify a different name, use ``--name``."
msgstr ""
"    退避内容を識別するために、 変更退避の情報は名前を付けて管理されます。\n"
"    ``--name`` での名前指定が無い場合、 アクティブなブックマーク名、\n"
"    または作業領域の名前付きブランチ名が、 退避情報の名前に使用されます。"

msgid ""
"    To see a list of existing shelved changes, use the ``--list``\n"
"    option. For each shelved change, this will print its name, age,\n"
"    and description; use ``--patch`` or ``--stat`` for more details."
msgstr ""
"    退避情報の一覧は ``--list`` オプションで表示されます。 退避情報毎に、\n"
"    名前、 日時情報、 説明文を表示します。 より詳細な表示には ``--patch``\n"
"    や ``--stat`` を指定してください。"

msgid ""
"    To delete specific shelved changes, use ``--delete``. To delete\n"
"    all shelved changes, use ``--cleanup``.\n"
"    "
msgstr ""
"    特定の退避情報を破棄する場合は ``--delete`` を指定します。\n"
"    全ての退避情報を破棄する場合は ``--cleanup`` を指定します。\n"
"    "

#, python-format
msgid "options '--%s' and '--%s' may not be used together"
msgstr "オプション '--%s' と '--%s' は併用できません"

msgid "cannot specify names when using '--cleanup'"
msgstr "退避情報の名前指定は '--cleanup' と併用できません"

msgid "unshelve already in progress"
msgstr "unshelve による退避情報復旧が未完了です"

msgid "use 'hg unshelve --continue' or 'hg unshelve --abort'"
msgstr "'hg unshelve --continue' か 'hg unshelve --abort' を実施してください"

msgid "hg unshelve --continue"
msgstr "hg unshelve --continue"

msgid "unified command to show various repository information (EXPERIMENTAL)"
msgstr ""

msgid ""
"This extension provides the :hg:`show` command, which provides a central\n"
"command for displaying commonly-accessed repository data and views of that\n"
"data."
msgstr ""

#, fuzzy
msgid "The following config options can influence operation."
msgstr "以下の ``share.`` セクション設定が、この機能を制御します:"

msgid ""
"``commands``\n"
"------------"
msgstr ""
"``commands``\n"
"------------"

msgid ""
"``show.aliasprefix``\n"
"   List of strings that will register aliases for views. e.g. ``s`` will\n"
"   effectively set config options ``alias.s<view> = show <view>`` for all\n"
"   views. i.e. `hg swork` would execute `hg show work`."
msgstr ""

msgid ""
"   Aliases that would conflict with existing registrations will not be\n"
"   performed.\n"
msgstr ""

#, fuzzy
msgid "show various repository information"
msgstr "警告: 無関係なリポジトリです\n"

msgid "    A requested view of repository data is displayed."
msgstr ""

msgid ""
"    If no view is requested, the list of available views is shown and the\n"
"    command aborts."
msgstr ""

msgid ""
"       There are no backwards compatibility guarantees for the output of "
"this\n"
"       command. Output may change in any future Mercurial release."
msgstr ""

msgid ""
"       Consumers wanting stable command output should specify a template "
"via\n"
"       ``-T/--template``."
msgstr ""

#, fuzzy
msgid "    List of available views:"
msgstr "有効なキューの一覧表示"

#, fuzzy
msgid "    bookmarks   bookmarks and their associated changeset"
msgstr ""
":activebookmark: 文字列. アクティブなブックマーク (対象リビジョンに対し、\n"
"    関連付けられている場合のみ)"

msgid "    stack       current line of work"
msgstr ""

msgid ""
"    work        changesets that aren't finished\n"
"    "
msgstr ""

msgid "VIEW"
msgstr ""

msgid "invoke with -T/--template to control output format"
msgstr ""

#, fuzzy
msgid "must specify a template in plain mode"
msgstr "テンプレートを指定してください"

#, fuzzy
msgid "available views:\n"
msgstr "利用可能なスタイル:\n"

msgid "no view requested"
msgstr ""

msgid "use \"hg show VIEW\" to choose a view"
msgstr ""

#, fuzzy, python-format
msgid "unknown view: %s"
msgstr "未知のキーです: %r"

#, fuzzy
msgid "run \"hg show\" to see available views"
msgstr "'hg heads' によりヘッドを一覧表示できます"

#, fuzzy
msgid "(no bookmarks set)\n"
msgstr "ブックマークは存在しません\n"

#, fuzzy
msgid "stack view only available when there is a working directory"
msgstr "作業領域のファイル操作状況の表示"

#, fuzzy
msgid "(empty stack; working directory parent is a published changeset)\n"
msgstr "移動対象がありません - 作業領域の親は移動先と同一です\n"

#, fuzzy, python-format
msgid "%d commits ahead"
msgstr "コミットに失敗"

msgid "(stack head)\n"
msgstr ""

msgid "(multiple children)\n"
msgstr ""

msgid "(stack base)"
msgstr ""

#, fuzzy
msgid "commitage requires a string"
msgstr "date には文字列を指定してください"

#, fuzzy
msgid "headage requires a string"
msgstr "date には文字列を指定してください"

#, fuzzy
msgid "allow sparse checkouts of the working directory (EXPERIMENTAL)"
msgstr ""
"``wdir``\n"
"    作業領域ディレクトリを表す値 (実験的実装)"

msgid ""
"(This extension is not yet protected by backwards compatibility\n"
"guarantees. Any aspect may break in future releases until this\n"
"notice is removed.)"
msgstr ""

msgid ""
"This extension allows the working directory to only consist of a\n"
"subset of files for the revision. This allows specific files or\n"
"directories to be explicitly included or excluded. Many repository\n"
"operations have performance proportional to the number of files in\n"
"the working directory. So only realizing a subset of files in the\n"
"working directory can improve performance."
msgstr ""

#, fuzzy
msgid ""
"Sparse Config Files\n"
"-------------------"
msgstr ""
"設定例\n"
"------"

msgid ""
"The set of files that are part of a sparse checkout are defined by\n"
"a sparse config file. The file defines 3 things: includes (files to\n"
"include in the sparse checkout), excludes (files to exclude from the\n"
"sparse checkout), and profiles (links to other config files)."
msgstr ""

#, fuzzy
msgid ""
"The file format is newline delimited. Empty lines and lines beginning\n"
"with ``#`` are ignored."
msgstr "    空行と ``#`` で始まる行は無視されます。"

msgid ""
"Lines beginning with ``%include `` denote another sparse config file\n"
"to include. e.g. ``%include tests.sparse``. The filename is relative\n"
"to the repository root."
msgstr ""

msgid ""
"The special lines ``[include]`` and ``[exclude]`` denote the section\n"
"for includes and excludes that follow, respectively. It is illegal to\n"
"have ``[include]`` after ``[exclude]``."
msgstr ""

msgid ""
"Non-special lines resemble file patterns to be added to either includes\n"
"or excludes. The syntax of these lines is documented by :hg:`help "
"patterns`.\n"
"Patterns are interpreted as ``glob:`` by default and match against the\n"
"root of the repository."
msgstr ""

msgid ""
"Exclusion patterns take precedence over inclusion patterns. So even\n"
"if a file is explicitly included, an ``[exclude]`` entry can remove it."
msgstr ""

msgid ""
"For example, say you have a repository with 3 directories, ``frontend/``,\n"
"``backend/``, and ``tools/``. ``frontend/`` and ``backend/`` correspond\n"
"to different projects and it is uncommon for someone working on one\n"
"to need the files for the other. But ``tools/`` contains files shared\n"
"between both projects. Your sparse config files may resemble::"
msgstr ""

msgid ""
"  # frontend.sparse\n"
"  frontend/**\n"
"  tools/**"
msgstr ""

msgid ""
"  # backend.sparse\n"
"  backend/**\n"
"  tools/**"
msgstr ""

msgid ""
"Say the backend grows in size. Or there's a directory with thousands\n"
"of files you wish to exclude. You can modify the profile to exclude\n"
"certain files::"
msgstr ""

msgid ""
"  [include]\n"
"  backend/**\n"
"  tools/**"
msgstr ""

msgid ""
"  [exclude]\n"
"  tools/tests/**\n"
msgstr ""

#, python-format
msgid "type '%s' has no property '%s'"
msgstr ""

#, fuzzy
msgid "too many flags specified."
msgstr "オプション指定が過剰です"

msgid ""
"include file with `hg debugsparse --include <pattern>` or use `hg add -s "
"<file>` to include file directory while adding"
msgstr ""

#, python-format
msgid "cannot add '%s' - it is outside the sparse checkout"
msgstr ""

#, fuzzy
msgid "include files in the sparse checkout"
msgstr "親リビジョンの状態でファイルを復旧"

#, fuzzy
msgid "exclude files in the sparse checkout"
msgstr "親リビジョンの状態でファイルを復旧"

msgid "delete an include/exclude rule"
msgstr ""

msgid "allow changing rules even with pending changes"
msgstr ""

#, fuzzy
msgid "enables the specified profile"
msgstr "当該リビジョン時点での由来情報を表示"

#, fuzzy
msgid "disables the specified profile"
msgstr "履歴改変指示を指定ファイルから読み込み"

msgid "imports rules from a file"
msgstr ""

msgid "clears local include/exclude rules"
msgstr ""

msgid "updates the working after sparseness changes"
msgstr ""

msgid "makes the repo full again"
msgstr ""

#, fuzzy
msgid "[--OPTION] PATTERN..."
msgstr "[OPTION]... [PATTERN]..."

msgid "make the current checkout sparse, or edit the existing checkout"
msgstr ""

msgid ""
"    The sparse command is used to make the current checkout sparse.\n"
"    This means files that don't meet the sparse condition will not be\n"
"    written to disk, or show up in any working copy operations. It does\n"
"    not affect files in history in any way."
msgstr ""

#, fuzzy
msgid "    Passing no arguments prints the currently applied sparse rules."
msgstr ""
"    引数指定が無い場合、 現在のガード選択状況を表示します。\n"
"    引数が指定された場合、 ガード選択を設定します。"

msgid ""
"    --include and --exclude are used to add and remove files from the "
"sparse\n"
"    checkout. The effects of adding an include or exclude rule are applied\n"
"    immediately. If applying the new rule would cause a file with pending\n"
"    changes to be added or removed, the command will fail. Pass --force to\n"
"    force a rule change even with pending changes (the changes on disk will\n"
"    be preserved)."
msgstr ""

msgid ""
"    --delete removes an existing include/exclude rule. The effects are\n"
"    immediate."
msgstr ""

msgid ""
"    --refresh refreshes the files on disk based on the sparse rules. This "
"is\n"
"    only necessary if .hg/sparse was changed by hand."
msgstr ""

msgid ""
"    --enable-profile and --disable-profile accept a path to a .hgsparse "
"file.\n"
"    This allows defining sparse checkouts and tracking them inside the\n"
"    repository. This is useful for defining commonly used sparse checkouts "
"for\n"
"    many people to use. As the profile definition changes over time, the "
"sparse\n"
"    checkout will automatically be updated appropriately, depending on "
"which\n"
"    changeset is checked out. Changes to .hgsparse are not applied until "
"they\n"
"    have been committed."
msgstr ""

msgid ""
"    --import-rules accepts a path to a file containing rules in the ."
"hgsparse\n"
"    format, allowing you to add --include, --exclude and --enable-profile "
"rules\n"
"    in bulk. Like the --include, --exclude and --enable-profile switches, "
"the\n"
"    changes are applied immediately."
msgstr ""

msgid ""
"    --clear-rules removes all local include and exclude rules, while "
"leaving\n"
"    any enabled profiles in place."
msgstr ""

#, fuzzy
msgid ""
"    Returns 0 if editing the sparse checkout succeeds.\n"
"    "
msgstr ""
"    成功時のコマンド終了値は 0 です。\n"
"    "

#, fuzzy
msgid "too many flags specified"
msgstr "オプション指定が過剰です"

msgid "Temporarily Included Files (for merge/rebase):\n"
msgstr ""

#, fuzzy
msgid "repo is not sparse\n"
msgstr "addremove は未サポートです"

#, fuzzy
msgid "command to split a changeset into smaller ones (EXPERIMENTAL)"
msgstr "子リビジョン表示のコマンド (非推奨)"

#, fuzzy
msgid "revision to split"
msgstr "表示対象リビジョン"

msgid "rebase descendants after split"
msgstr ""

msgid "hg split [--no-rebase] [[-r] REV]"
msgstr ""

#, fuzzy
msgid "split a changeset into smaller ones"
msgstr "電子メールによる変更内容のパッチ送付"

msgid ""
"    Repeatedly prompt changes and commit message for new changesets until "
"there\n"
"    is nothing left in the original changeset."
msgstr ""

#, fuzzy
msgid "    If --rev was not given, split the working directory parent."
msgstr "      - 作業領域の親リビジョンの完全ハッシュ値の表示::"

msgid ""
"    By default, rebase connected non-obsoleted descendants onto the new\n"
"    changeset. Use --no-rebase to avoid the rebase.\n"
"    "
msgstr ""

#, fuzzy
msgid "cannot split multiple revisions"
msgstr "null リビジョンにはタグ付けできません"

#, fuzzy
msgid "nothing to split\n"
msgstr "移動の必要はありません\n"

#, fuzzy
msgid "cannot split working directory"
msgstr "作業領域の親リビジョンの内容は検閲できません"

#, fuzzy
msgid "cannot split public changeset"
msgstr "public フェーズのリビジョンは改変できません: %s"

msgid "split would leave orphaned changesets behind"
msgstr ""

#, fuzzy
msgid "cannot split changeset with children without rebase"
msgstr "子リビジョンを持つリビジョンは改変できません"

#, fuzzy
msgid "cannot split a merge changeset"
msgstr "マージ実施リビジョンは打ち消し対象にできません"

#, python-format
msgid "HG: Splitting %s. So far it has been split into:\n"
msgstr ""

#, fuzzy, python-format
msgid "HG: - %s: %s\n"
msgstr "リビジョン %s: %s\n"

msgid "HG: Write commit message for the next split changeset.\n"
msgstr ""

#, python-format
msgid "HG: Splitting %s. Write commit message for the first split changeset.\n"
msgstr ""

#, fuzzy
msgid "cannot split an empty revision"
msgstr "null リビジョンにはタグ付けできません"

msgid "strip changesets and their descendants from history"
msgstr "指定リビジョンと子孫の履歴からの破棄"

msgid ""
"This extension allows you to strip changesets and all their descendants from "
"the\n"
"repository. See the command help for details.\n"
msgstr ""
"本エクステンションは、 指定リビジョンとその子孫を、 履歴から破棄します。\n"
"詳細は :hg:`help strip` を参照してください。\n"

msgid "local changed subrepos found"
msgstr "サブリポジトリに変更があります"

#, python-format
msgid "bookmark '%s' deleted\n"
msgstr "ブックマーク '%s' が破棄されました\n"

msgid ""
"strip specified revision (optional, can specify revisions without this "
"option)"
msgstr "指定リビジョンの削除 (本オプション無しでもリビジョン指定可能)"

msgid "force removal of changesets, discard uncommitted changes (no backup)"
msgstr "リビジョンを強制的に削除し、 未コミット変更内容を破棄(保存無し)"

msgid "no backups"
msgstr "バックアップ作成の抑止"

msgid "no backups (DEPRECATED)"
msgstr "バックアップ作成の抑止 (非推奨)"

msgid "ignored  (DEPRECATED)"
msgstr "※ このオプションは無視されます (非推奨)"

msgid "do not modify working directory during strip"
msgstr "処理中の作業領域更新を抑止"

msgid "remove revs only reachable from given bookmark"
msgstr "指定ブックマークから、 到達可能なリビジョンのみを除外"

msgid "hg strip [-k] [-f] [-B bookmark] [-r] REV..."
msgstr "hg strip [-k] [-f] [-B bookmark] [-r] REV..."

msgid "strip changesets and all their descendants from the repository"
msgstr "リポジトリからの、 特定リビジョンおよびその子孫の除外"

msgid ""
"    The strip command removes the specified changesets and all their\n"
"    descendants. If the working directory has uncommitted changes, the\n"
"    operation is aborted unless the --force flag is supplied, in which\n"
"    case changes will be discarded."
msgstr ""
"    :hg:`strip` は指定のリビジョンおよび、 指定リビジョンの子孫を\n"
"    取り除きます。 作業領域の変更が未コミットの場合、\n"
"    --force が指定されない限りは処理を中止します。\n"
"    --force が指定された場合、 変更内容は破棄されます。"

msgid ""
"    If a parent of the working directory is stripped, then the working\n"
"    directory will automatically be updated to the most recent\n"
"    available ancestor of the stripped parent after the operation\n"
"    completes."
msgstr ""
"    作業領域の親リビジョンが除外対象になった場合、 除外操作の完了後に、\n"
"    除外された親リビジョンの祖先の中で、 最も近い有効なリビジョンで、\n"
"    作業領域を更新します。"

msgid ""
"    Any stripped changesets are stored in ``.hg/strip-backup`` as a\n"
"    bundle (see :hg:`help bundle` and :hg:`help unbundle`). They can\n"
"    be restored by running :hg:`unbundle .hg/strip-backup/BUNDLE`,\n"
"    where BUNDLE is the bundle file created by the strip. Note that\n"
"    the local revision numbers will in general be different after the\n"
"    restore."
msgstr ""
"    除外されたリビジョンは、 bundle 形式で ``.hg/strip-backup`` 配下に\n"
"    退避されます(bundle 形式に関しては :hg:`help bundle` および\n"
"    :hg:`help unbundle` 参照)。 除外の際に作成された BUNDLE ファイルで\n"
"    :hg:`unbundle .hg/strip-backup/BUNDLE` を実施することで\n"
"    除外されたリビジョンを復旧させることができます。 通常、 復旧の際には\n"
"    リビジョン番号が変更されますので注意してください。"

msgid ""
"    Use the --no-backup option to discard the backup bundle once the\n"
"    operation completes."
msgstr ""
"    除外処理完了時点で bundle ファイルを破棄する場合は\n"
"    --no-backup を指定してください。"

msgid ""
"    Strip is not a history-rewriting operation and can be used on\n"
"    changesets in the public phase. But if the stripped changesets have\n"
"    been pushed to a remote repository you will likely pull them again."
msgstr ""
"    本コマンドでの操作は、 履歴の書き換えではないので、 対象リビジョンが\n"
"    public フェーズでも、 実行可能です。 但し、 除外対象リビジョンが、\n"
"    他リポジトリに反映済みである場合、 そのリビジョンは pull 操作により、\n"
"    再び手元のリポジトリに出現することでしょう。"

msgid "empty revision set"
msgstr "指定に該当するリビジョンはありません"

msgid "command to transplant changesets from another branch"
msgstr "別ブランチからのリビジョンの移植"

msgid ""
"This extension allows you to transplant changes to another parent revision,\n"
"possibly in another repository. The transplant is done using 'diff' patches."
msgstr ""
"本エクステンションにより、 一連のリビジョン群を別な親リビジョン\n"
"(リポジトリ横断も可能) の先に移植できます。 移植はパッチ形式 ('diff')\n"
"を元に実施されます (※ 訳注: rebase や graft は 3-way マージで実施)。"

msgid ""
"Transplanted patches are recorded in .hg/transplant/transplants, as a\n"
"map from a changeset hash to its hash in the source repository.\n"
msgstr ""
"移植されたリビジョンの情報は、 移植先リビジョンのハッシュ値から、\n"
"移植元リポジトリにおけるハッシュ値への変換一覧として、\n"
".hg/transplant/transplants に記録されます。\n"

#, python-format
msgid "skipping already applied revision %s\n"
msgstr "適用済みリビジョン %s を無視\n"

#, fuzzy, python-format
msgid "skipping merge changeset %d:%s\n"
msgstr "マージ実施リビジョン %s:%s を無視\n"

#, python-format
msgid "%s is not a parent of %s"
msgstr "%s は %s の親リビジョンではありません"

#, python-format
msgid "%s merged at %s\n"
msgstr "%s を %s にマージ\n"

#, python-format
msgid "%s transplanted to %s\n"
msgstr "%s を %s に移植中\n"

#, python-format
msgid "filtering %s\n"
msgstr "%s をフィルタリング中\n"

msgid "filter failed"
msgstr "フィルタリングに失敗"

msgid "can only omit patchfile if merging"
msgstr "マージの場合のみパッチファイルを省略可能"

msgid "fix up the working directory and run hg transplant --continue"
msgstr "作業領域での作業後に hg transplant --continue を実行してください"

#, python-format
msgid "skipping emptied changeset %s\n"
msgstr "空リビジョン %s は移植対象から除外\n"

#, python-format
msgid "%s transplanted as %s\n"
msgstr "%s が %s として移植されました\n"

#, python-format
msgid "%s skipped due to empty diff\n"
msgstr "変更内容が空になるため %s を無視します\n"

msgid "transplant log file is corrupt"
msgstr "移植ログファイルが破損しています"

#, python-format
msgid "working directory not at transplant parent %s"
msgstr "作業領域が移植親 %s ではありません"

msgid "commit failed"
msgstr "コミットに失敗"

msgid "filter corrupted changeset (no user or date)"
msgstr "破損したリビジョンを除外してください (ユーザ名または日付の欠損)"

msgid ""
"apply changeset? [ynmpcq?]:$$ &yes, transplant this changeset$$ &no, skip "
"this changeset$$ &merge at this changeset$$ show &patch$$ &commit selected "
"changesets$$ &quit and cancel transplant$$ &? (show this help)"
msgstr ""
"リビジョンを移植しますか? [ynmpcq?]:$$ このリビジョンを移植(&yes)$$ このリビ"
"ジョンは移植しない(&no)$$このリビジョンの移植をマージ(&merge)で実現$$パッチ"
"(&patch)を表示$$選択されたリビジョンをコミット(&commit)$$移植作業の取りやめ"
"(&quit)$$ヘルプの表示(&?)"

msgid "transplant changesets from REPO"
msgstr "指定リポジトリからのリビジョンの移植"

msgid "use this source changeset as head"
msgstr "指定リビジョンを移植元のヘッドとみなす"

msgid "pull all changesets up to the --branch revisions"
msgstr "--branch での指定ブランチの全てを取り込む"

msgid "skip over REV"
msgstr "指定リビジョンのスキップ"

msgid "merge at REV"
msgstr "指定リビジョンの移植をマージで実現"

msgid "parent to choose when transplanting merge"
msgstr "移植でのマージに使用する親リビジョン"

msgid "append transplant info to log message"
msgstr "コミットログへの移植情報の付与"

msgid "continue last transplant session after fixing conflicts"
msgstr "中断された未完了の移植を再開"

msgid "filter changesets through command"
msgstr "コマンドによるリビジョンのフィルタリング"

msgid "hg transplant [-s REPO] [-b BRANCH [-a]] [-p REV] [-m REV] [REV]..."
msgstr "hg transplant [-s REPO] [-b BRANCH [-a]] [-p REV] [-m REV] [REV]..."

msgid "transplant changesets from another branch"
msgstr "別ブランチからのリビジョン移植"

msgid ""
"    Selected changesets will be applied on top of the current working\n"
"    directory with the log of the original changeset. The changesets\n"
"    are copied and will thus appear twice in the history with different\n"
"    identities."
msgstr ""
"    移植対象リビジョンは、 作業領域の親リビジョンの子孫として、\n"
"    コミットログを維持しつつ複製されます。 移植での複製により、\n"
"    移植対象と同内容のリビジョンが、 履歴上に2回 (識別子はそれぞれ異なる)\n"
"    登場することになります。"

msgid ""
"    Consider using the graft command if everything is inside the same\n"
"    repository - it will use merges and will usually give a better result.\n"
"    Use the rebase extension if the changesets are unpublished and you want\n"
"    to move them instead of copying them."
msgstr ""
"    移植元/先が同一リポジトリの場合は、 graft の使用を検討しましょう。\n"
"    graft の内部処理は 3-way マージを使用するため、 多くの場合で transplant\n"
"    よりも良い結果が得られます。未公開リビジョンの移動の場合は、rebase\n"
"    エクステンションを使用してください。"

msgid ""
"    If --log is specified, log messages will have a comment appended\n"
"    of the form::"
msgstr ""
"    --log が指定された場合、 以下の形式のコメントがログに付加されます::"

msgid "      (transplanted from CHANGESETHASH)"
msgstr "      (transplanted from 移植元リビジョンのハッシュ値)"

msgid ""
"    You can rewrite the changelog message with the --filter option.\n"
"    Its argument will be invoked with the current changelog message as\n"
"    $1 and the patch as $2."
msgstr ""
"    --filter によりコミットログを改変することができます。 指定された値は、\n"
"    コマンド起動に使用され、 コマンドの第1引数にはコミットログ、\n"
"    第2引数にはパッチが格納されたファイルが指定されます。"

msgid ""
"    --source/-s specifies another repository to use for selecting "
"changesets,\n"
"    just as if it temporarily had been pulled.\n"
"    If --branch/-b is specified, these revisions will be used as\n"
"    heads when deciding which changesets to transplant, just as if only\n"
"    these revisions had been pulled.\n"
"    If --all/-a is specified, all the revisions up to the heads specified\n"
"    with --branch will be transplanted."
msgstr ""
"    移植対象リビジョンは --source/-s で指定したリポジトリから、\n"
"    移植時に取り込むことが可能です。 --branch/-b が指定された場合、\n"
"    指定ブランチのみの履歴取り込みを仮定して、 移植対象が決定されます。\n"
"    --all/-a が指定された場合は、 指定リビジョンに至る全リビジョンが、\n"
"    移植対象とみなされます。"

msgid "    Example:"
msgstr "    実行例:"

msgid ""
"    - transplant all changes up to REV on top of your current revision::"
msgstr "    - REV までの全リビジョンを、現リビジョン上に移植::"

msgid "        hg transplant --branch REV --all"
msgstr "        hg transplant --branch REV --all"

msgid ""
"    You can optionally mark selected transplanted changesets as merge\n"
"    changesets. You will not be prompted to transplant any ancestors\n"
"    of a merged transplant, and you can merge descendants of them\n"
"    normally instead of transplanting them."
msgstr ""
"    任意のリビジョンに対して ``--merge`` 指定をした場合、\n"
"    当該リビジョンの移植は、 複製による通常の方法の代わりに、\n"
"    当該リビジョンとのマージで実現されます。 本コマンドに対して、\n"
"    移植対象として指定されたリビジョンのうち、マージ実施リビジョンは、\n"
"    移植対象から除外されます。 また、 マージ実施リビジョンの祖先は、\n"
"    自動的には移植対象に含まれません。 そのため、 マージ実施リビジョン、\n"
"    またはその子孫の移植に関しては、 こちらの方法も検討してください。\n"
"    (※ 訳注: この段落の翻訳は、 わかりやすさを重視して、 \n"
"    原文から大幅に改変してあります。 適宜原文のヘルプも参照してください)"

msgid ""
"    Merge changesets may be transplanted directly by specifying the\n"
"    proper parent changeset by calling :hg:`transplant --parent`."
msgstr ""
"    :hg:`transplant --parent` 実行での、 適切な親リビジョン指定により、\n"
"    マージ実施リビジョンを、 直接移植可能です。"

msgid ""
"    If no merges or revisions are provided, :hg:`transplant` will\n"
"    start an interactive changeset browser."
msgstr ""
"    マージ指定もリビジョン指定もない場合、 :hg:`transplant`\n"
"    は対話的に移植を実施します。"

msgid ""
"    If a changeset application fails, you can fix the merge by hand\n"
"    and then resume where you left off by calling :hg:`transplant\n"
"    --continue/-c`.\n"
"    "
msgstr ""
"    衝突により移植が失敗した場合、 手動での衝突解消後に :hg:`transplant\n"
"    --continue/-c` を実行することで、 中断された移植を再開可能です。\n"
"    "

msgid "--continue is incompatible with --branch, --all and --merge"
msgstr "--continue は --branch、 --all、 --merge と併用できません"

msgid "no source URL, branch revision, or revision list provided"
msgstr "元 URL、 ブランチ名、 リビジョン一覧のいずれも指定されていません"

msgid "--all requires a branch revision"
msgstr "--all にはブランチリビジョン指定が必要です"

msgid "--all is incompatible with a revision list"
msgstr "--all とリビジョンリスト指定は併用できません"

msgid "no revision checked out"
msgstr "作業領域が未更新です"

msgid "no transplant to continue"
msgstr "再開すべき移植操作はありません"

msgid "outstanding uncommitted merges"
msgstr "マージが未コミットです"

msgid "outstanding local changes"
msgstr "変更が未コミットです"

msgid ""
"``transplanted([set])``\n"
"    Transplanted changesets in set, or all transplanted changesets."
msgstr ""
"``transplanted([set])``\n"
"    transplant による全ての (又は set 中の) 移植先リビジョン。"

msgid ""
":transplanted: String. The node identifier of the transplanted\n"
"    changeset if any."
msgstr ":transplanted: 文字列。 (移植先であれば) 移植元リビジョンの ID。"

msgid "transplant in progress"
msgstr "transplant による移植が未完了です"

msgid "use 'hg transplant --continue' or 'hg update' to abort"
msgstr "'hg transplant --continue' か 'hg update' (移植中止)を実施してください"

#, fuzzy
msgid "uncommit part or all of a local changeset (EXPERIMENTAL)"
msgstr "操作対象変更の対話的な選択 (実験的実装)"

msgid ""
"This command undoes the effect of a local commit, returning the affected\n"
"files to their uncommitted state. This means that files modified, added or\n"
"removed in the changeset will be left unchanged, and so will remain "
"modified,\n"
"added and removed in the working directory.\n"
msgstr ""

msgid "allow an empty commit after uncommiting"
msgstr ""

#, fuzzy
msgid "uncommit part or all of a local changeset"
msgstr "パス全体を補完"

msgid ""
"    This command undoes the effect of a local commit, returning the "
"affected\n"
"    files to their uncommitted state. This means that files modified or\n"
"    deleted in the changeset will be left unchanged, and so will remain\n"
"    modified in the working directory."
msgstr ""

msgid ""
"    If no files are specified, the commit will be pruned, unless --keep is\n"
"    given.\n"
"    "
msgstr ""

#, fuzzy
msgid "cannot uncommit merge changeset"
msgstr "マージ実施リビジョンは打ち消し対象にできません"

#, fuzzy
msgid "nothing to uncommit\n"
msgstr "merge の必要はありません"

msgid "undo the most recent amend operation on a current changeset"
msgstr ""

msgid ""
"    This command will roll back to the previous version of a changeset,\n"
"    leaving working directory in state in which it was before running\n"
"    `hg amend` (e.g. files modified as part of an amend will be\n"
"    marked as modified `hg status`)\n"
"    "
msgstr ""

#, python-format
msgid "changeset must have one predecessor, found %i predecessors"
msgstr ""

msgid "allow the use of MBCS paths with problematic encodings"
msgstr "問題ある文字コードをパス名に使用する場合の対処"

msgid ""
"Some MBCS encodings are not good for some path operations (i.e.\n"
"splitting path, case conversion, etc.) with its encoded bytes. We call\n"
"such a encoding (i.e. shift_jis and big5) as \"problematic encoding\".\n"
"This extension can be used to fix the issue with those encodings by\n"
"wrapping some functions to convert to Unicode string before path\n"
"operation."
msgstr ""
"パス名の取り扱い(例: パス要素の分割、 文字大小変換等)上、 不適切な文字を\n"
"含む多バイト符号化文字セット(MBCS)が存在します。 ここではそのような文字\n"
"セット(例: shift_jis および big5)を「問題文字コード」と呼びます。\n"
"本エクステンションは、 パス操作の実施前に unicode 文字列化する処理を\n"
"割り込ませることで、 問題文字コードによって発生する障害を防ぎます。"

msgid "This extension is useful for:"
msgstr "このエクステンションは以下の場合に有用です:"

msgid ""
"- Japanese Windows users using shift_jis encoding.\n"
"- Chinese Windows users using big5 encoding.\n"
"- All users who use a repository with one of problematic encodings on\n"
"  case-insensitive file system."
msgstr ""
"- shift_jis 文字コードを使用する日本語 Windows のユーザ\n"
"- big5 文字コードを使用する中国語 Windows のユーザ\n"
"- 文字大小を区別できないファイルシステム上で、 問題文字コードを\n"
"  使用したリポジトリを運用するユーザ"

msgid "This extension is not needed for:"
msgstr "このエクステンションは以下の場合には不要です:"

msgid ""
"- Any user who use only ASCII chars in path.\n"
"- Any user who do not use any of problematic encodings."
msgstr ""
"- パス名に ASCII 文字しか使用しないユーザ\n"
"- 問題文字コードを使用しないユーザ"

msgid "Note that there are some limitations on using this extension:"
msgstr "このエクステンションの利用にはいくつかの制限があります:"

msgid ""
"- You should use single encoding in one repository.\n"
"- If the repository path ends with 0x5c, .hg/hgrc cannot be read.\n"
"- win32mbcs is not compatible with fixutf8 extension."
msgstr ""
"- リポジトリ内では単一の文字コードを使用してください\n"
"- リポジトリパス末尾が 0x5c の場合、 .hg/hgrc が読み出せません\n"
"- win32mbcs は fixutf8 エクステンションと互換性がありません"

msgid ""
"By default, win32mbcs uses encoding.encoding decided by Mercurial.\n"
"You can specify the encoding by config option::"
msgstr ""
"指定の無い場合、 win32mbcs は Mercurial により決定される\n"
"(Python プログラム上の) encoding.encoding 変数値を使用します。\n"
"以下の設定記述により、 文字コードを指定することができます::"

msgid ""
" [win32mbcs]\n"
" encoding = sjis"
msgstr ""
" [win32mbcs]\n"
" encoding = sjis"

msgid "It is useful for the users who want to commit with UTF-8 log message.\n"
msgstr "ログメッセージの文字コードに UTF-8 を使用したいユーザ等に有用です。\n"

#, python-format
msgid "[win32mbcs] filename conversion failed with %s encoding\n"
msgstr "[win32mbcs] 文字コード '%s' によるファイル名変換に失敗\n"

msgid "[win32mbcs] cannot activate on this platform.\n"
msgstr "[win32mbcs] エクステンションを有効化できないプラットフォームです。\n"

msgid "perform automatic newline conversion (DEPRECATED)"
msgstr "改行形式の自動変換 (非推奨)"

msgid ""
"  Deprecation: The win32text extension requires each user to configure\n"
"  the extension again and again for each clone since the configuration\n"
"  is not copied when cloning."
msgstr ""
"  非推奨: リポジトリの複製の際に設定は複製されないため、  win32text\n"
"  エクステンションは個々の複製/個々のユーザごとに都度設定する必要が\n"
"  あります。"

msgid ""
"  We have therefore made the ``eol`` as an alternative. The ``eol``\n"
"  uses a version controlled file for its configuration and each clone\n"
"  will therefore use the right settings from the start."
msgstr ""
"  そのため、 代替手段として ``eol`` エクステンションが提供されています。\n"
"  ``eol`` エクステンションでは、 構成管理可能なファイルによる設定が\n"
"  可能ですので、 複製したリポジトリは最初から適切な状態で使用できます。"

msgid "To perform automatic newline conversion, use::"
msgstr "改行形式の自動変換を行う場合、 以下のように設定します::"

msgid ""
"  [extensions]\n"
"  win32text =\n"
"  [encode]\n"
"  ** = cleverencode:\n"
"  # or ** = macencode:"
msgstr ""
"  [extensions]\n"
"  win32text =\n"
"  [encode]\n"
"  ** = cleverencode:\n"
"  # または ** = macencode:"

msgid ""
"  [decode]\n"
"  ** = cleverdecode:\n"
"  # or ** = macdecode:"
msgstr ""
"  [decode]\n"
"  ** = cleverdecode:\n"
"  # または ** = macdecode:"

msgid ""
"If not doing conversion, to make sure you do not commit CRLF/CR by accident::"
msgstr "変換はしないものの、 間違った改行形式でのコミットを防止したい場合は::"

msgid ""
"  [hooks]\n"
"  pretxncommit.crlf = python:hgext.win32text.forbidcrlf\n"
"  # or pretxncommit.cr = python:hgext.win32text.forbidcr"
msgstr ""
"  [hooks]\n"
"  pretxncommit.crlf = python:hgext.win32text.forbidcrlf\n"
"  # または pretxncommit.cr = python:hgext.win32text.forbidcr"

msgid ""
"To do the same check on a server to prevent CRLF/CR from being\n"
"pushed or pulled::"
msgstr ""
"意図せぬ履歴反映の防止のために、 サーバ側で同様の確認を行いたい場合は::"

msgid ""
"  [hooks]\n"
"  pretxnchangegroup.crlf = python:hgext.win32text.forbidcrlf\n"
"  # or pretxnchangegroup.cr = python:hgext.win32text.forbidcr\n"
msgstr ""
"  [hooks]\n"
"  pretxnchangegroup.crlf = python:hgext.win32text.forbidcrlf\n"
"  # または pretxnchangegroup.cr = python:hgext.win32text.forbidcr\n"

#, python-format
msgid ""
"WARNING: %s already has %s line endings\n"
"and does not need EOL conversion by the win32text plugin.\n"
"Before your next commit, please reconsider your encode/decode settings in \n"
"Mercurial.ini or %s.\n"
msgstr ""
"警告: %s は既に行末が %s 形式です\n"
"そのため win32text による行末形式変換は不要です。\n"
"次回の commit までに、 Mercurial.ini なり %s における encode/decode 設定を\n"
"見直すことをお勧めします。\n"

#, python-format
msgid "attempt to commit or push text file(s) using %s line endings\n"
msgstr "行末形式 %s によるテキストファイルの commit または履歴反映を実施\n"

#, python-format
msgid "in %s: %s\n"
msgstr "リビジョン %s: %s\n"

#, python-format
msgid ""
"\n"
"To prevent this mistake in your local repository,\n"
"add to Mercurial.ini or .hg/hgrc:"
msgstr ""
"\n"
"同様の間違いを防ぐには、 以下の設定を Mercurial.ini または .hg/hgrc に\n"
"以下の記述を追加してください:"

#, python-format
msgid ""
"[hooks]\n"
"pretxncommit.%s = python:hgext.win32text.forbid%s"
msgstr ""
"[hooks]\n"
"pretxncommit.%s = python:hgext.win32text.forbid%s"

#, python-format
msgid "and also consider adding:"
msgstr "必要であれば以下の記述も追加してください:"

#, python-format
msgid ""
"[extensions]\n"
"win32text =\n"
"[encode]\n"
"** = %sencode:\n"
"[decode]\n"
"** = %sdecode:\n"
msgstr ""
"[extensions]\n"
"win32text =\n"
"[encode]\n"
"** = %sencode:\n"
"[decode]\n"
"** = %sdecode:\n"

msgid ""
"win32text is deprecated: https://mercurial-scm.org/wiki/Win32TextExtension\n"
msgstr ""
"win32text は非推奨です: https://mercurial-scm.org/wiki/Win32TextExtension 参"
"照\n"

msgid "discover and advertise repositories on the local network"
msgstr "ローカルネットワーク上でのリポジトリの検出/公開"

msgid ""
"Zeroconf-enabled repositories will be announced in a network without\n"
"the need to configure a server or a service. They can be discovered\n"
"without knowing their actual IP address."
msgstr ""
"Zeroconf が有効化されたリポジトリは、 サーバやサービスの設定無しに、\n"
"ネットワーク上に告知されます。 対象のIPアドレス等を知らなくても、\n"
"告知されたリポジトリを検出できます。"

msgid ""
"To allow other people to discover your repository using run\n"
":hg:`serve` in your repository::"
msgstr ""
":hg:`serve` を稼動中のリポジトリが、 他の利用者から検出可能になります::"

msgid ""
"  $ cd test\n"
"  $ hg serve"
msgstr ""
"  $ cd test\n"
"  $ hg serve"

msgid ""
"You can discover Zeroconf-enabled repositories by running\n"
":hg:`paths`::"
msgstr ":hg:`paths` を使うことで、 Zeroconf が有効なリポジトリを検出できます::"

msgid ""
"  $ hg paths\n"
"  zc-test = http://example.com:8000/test\n"
msgstr ""
"  $ hg paths\n"
"  zc-test = http://example.com:8000/test\n"

msgid "archive prefix contains illegal components"
msgstr "アーカイブの接頭辞が不正な要素を含みます"

msgid "archiving"
msgstr "アーカイブ中"

msgid "no files match the archive pattern"
msgstr "指定パターンに合致するファイルがありません"

#, python-format
msgid "malformed line in .hg/bookmarks: %r\n"
msgstr "不正な .hg/bookmarks 記述行: %r\n"

msgid "no active bookmark"
msgstr "アクティブなブックマークがありません"

#, python-format
msgid "moving bookmark '%s' forward from %s\n"
msgstr "ブックマーク '%s' を %s から前方に移動中\n"

#, python-format
msgid "bookmark '%s' already exists (use -f to force)"
msgstr "ブックマーク '%s' は存在します(強制実行する場合は -f を指定)"

msgid "a bookmark cannot have the name of an existing branch"
msgstr "既存ブランチと同名のブックマークは作成できません"

#, python-format
msgid ""
"bookmark %s matches a changeset hash\n"
"(did you leave a -r out of an 'hg bookmark' command?)\n"
msgstr ""
"ブックマーク %s は既存のリビジョン識別ハッシュ値と合致します。\n"
"('hg bookmark' 実行時に -r オプションを忘れていませんか?)\n"

#, python-format
msgid "updating to active bookmark %s\n"
msgstr "アクティブなブックマーク %s への更新中\n"

msgid "bad bookmark stream"
msgstr "不正なブックマーク stream"

#, python-format
msgid "adding remote bookmark %s\n"
msgstr "連携先での新規ブックマーク %s を追加中\n"

#, python-format
msgid "remote bookmark %s points to locally missing %s\n"
msgstr "連携先のブックマーク %s はリポジトリに存在しない %s を参照\n"

#, python-format
msgid "updating bookmark %s\n"
msgstr "ブックマーク %s の更新中\n"

#, python-format
msgid "importing bookmark %s\n"
msgstr "ブックマーク %s の取り込み中\n"

#, python-format
msgid "divergent bookmark %s stored as %s\n"
msgstr "分岐するブックマーク %s を %s として保存\n"

#, python-format
msgid "warning: failed to assign numbered name to divergent bookmark %s\n"
msgstr "警告: ブックマーク %s への分岐番号の割り当てに失敗しました\n"

msgid "searching for changed bookmarks\n"
msgstr "変更されたブックマークを探索中\n"

#. i18n: "added" refers to a bookmark
#. i18n: "added refers to a bookmark
msgid "added"
msgstr "追加"

#. i18n: "advanced" refers to a bookmark
msgid "advanced"
msgstr "更新"

#. i18n: "diverged" refers to a bookmark
msgid "diverged"
msgstr "分岐"

#. i18n: "changed" refers to a bookmark
msgid "changed"
msgstr "変更"

msgid "no changed bookmarks found\n"
msgstr "変更されたブックマークはありません\n"

#. i18n: "deleted" refers to a bookmark
msgid "deleted"
msgstr "削除"

msgid "bookmark names cannot consist entirely of whitespace"
msgstr "空白文字だけで構成されたブックマーク名は不正です"

#, python-format
msgid "bookmark '%s' does not exist"
msgstr "ブックマーク '%s' は存在しません"

#, python-format
msgid "bookmarking hidden changeset %s\n"
msgstr "不可視リビジョン %s へのブックマーク設定\n"

msgid "no bookmarks set\n"
msgstr "ブックマークは存在しません\n"

msgid "not a Mercurial bundle"
msgstr "Mercurial のバンドル形式ではありません"

#, python-format
msgid "unknown bundle version %s"
msgstr "未知のバンドル形式バージョン %s"

#, python-format
msgid "stream ended unexpectedly  (got %d bytes, expected %d)"
msgstr "想定外のデータ終端 (実データ:%d バイト 期待データ:%d バイト)"

msgid "Seek failed\n"
msgstr "seek に失敗しました\n"

msgid "File pointer is not seekable"
msgstr "対象ファイルは seek できません"

msgid "stream data requested but server does not allow this feature"
msgstr ""

msgid ""
"well-behaved clients should not be requesting stream data from servers not "
"advertising it; the client may be buggy"
msgstr ""

msgid "old bundle types only supports v1 changegroups"
msgstr "旧来のバンドル形式で使用できるのは v1 changegroups のみです"

#, python-format
msgid "unknown stream compression type: %s"
msgstr "未知のストリーム圧縮形式です: %s"

msgid ""
"bundle contains tree manifests, but local repo is non-empty and does not use "
"tree manifests"
msgstr ""
"非 treemanifests 形式の履歴を持つリポジトリには treemanifests のバンドルファ"
"イルを適用できません"

#, python-format
msgid "remote-changegroup: missing \"%s\" param"
msgstr "remote-changegroup: パラメータ \"%s\" 指定がありません"

#, python-format
msgid "remote-changegroup does not support %s urls"
msgstr "remote-changegroup は URL %s の形式を未サポートです"

#, python-format
msgid "remote-changegroup: invalid value for param \"%s\""
msgstr "remote-changegroup: パラメータ \"%s\" 値が不適切です"

#, python-format
msgid "%s: not a bundle version 1.0"
msgstr "%s: バンドル形式バージョン 1.0 ではありません"

#, python-format
msgid ""
"bundle at %s is corrupted:\n"
"%s"
msgstr ""
"%s のバンドルは破損しています:\n"
"%s"

#. i18n: column positioning for "hg summary"
#, python-format
msgid "remote: %s\n"
msgstr "連携先同期:   %s\n"

msgid "push failed:"
msgstr "履歴反映に失敗:"

#, python-format
msgid "%i new obsolescence markers\n"
msgstr "%i 個の新規廃止情報マーカ\n"

msgid "cannot apply stream clone to non empty repository"
msgstr "stream clone bundle での複製は、空リポジトリにしか適用できません"

msgid "unknown parent"
msgstr "未知の親"

msgid "unknown delta base"
msgstr "未知の差分ベース"

msgid "No changegroups found"
msgstr "変更内容が含まれていません"

#, python-format
msgid "bundle type %s cannot be read"
msgstr "バンドル形式 %s は読み込めません"

#, python-format
msgid "Unsupported changegroup version: %s"
msgstr "未サポートなバンドルファイルバージョンです: %s"

#, python-format
msgid "setting parent to node %s that only exists in the bundle\n"
msgstr "バンドル中にのみ存在するリビジョン %s が更新先として指定されました\n"

msgid "cannot create new bundle repository"
msgstr "バンドルリポジトリの新規作成はできません"

#, python-format
msgid "invalid chunk length %d"
msgstr "不正なデータ長: %d"

msgid "manifests"
msgstr "マニフェスト"

msgid "adding changesets\n"
msgstr "リビジョンを追加中\n"

msgid "chunks"
msgstr "チャンク"

msgid "adding manifests\n"
msgstr "マニフェストを追加中\n"

msgid "adding file changes\n"
msgstr "ファイルの変更を追加中\n"

#, python-format
msgid " (%+d heads)"
msgstr " (%+d個のヘッド)"

#, python-format
msgid "added %d changesets with %d changes to %d files%s\n"
msgstr "%d 個のリビジョン(%d の変更を %d ファイルに適用)を追加%s\n"

msgid "received dir revlog group is empty"
msgstr "ディレクトリのリビジョンログが空です"

msgid "bundling"
msgstr "バンドル生成中"

#, python-format
msgid "%8.i (manifests)\n"
msgstr "%8.i (マニフェスト)\n"

#, python-format
msgid "empty or missing file data for %s"
msgstr "ファイル %s に対する履歴情報が空または不在です"

#, python-format
msgid "%8.i  %s\n"
msgstr "%8.i  %s\n"

#, python-format
msgid "%d changesets found\n"
msgstr "%d 個のリビジョンがあります\n"

msgid "received file revlog group is empty"
msgstr "ファイルのリビジョンログが空です"

#, python-format
msgid "received delta base is censored: %s"
msgstr "受理した履歴情報は検閲対象リビジョン由来のものです: %s"

msgid "received spurious file revlog entry"
msgstr "ファイルのリビジョンログが不正な情報を含んでいます"

#, python-format
msgid "missing file data for %s:%s - run hg verify"
msgstr "%s:%s のファイルデータが不在です - hg verify を実施してください"

msgid "filtered node"
msgstr "指定対象はフィルタリング対象です"

msgid "empty username"
msgstr "ユーザ名が空です"

#, fuzzy, python-format
msgid "username %r contains a newline"
msgstr "ユーザ名 %s が改行を含んでいます"

#, python-format
msgid "the name '%s' is reserved"
msgstr "タグ名 '%s' はシステムで予約されています"

msgid "invalid response"
msgstr "不正な応答"

#, python-format
msgid "unexpected command: %s"
msgstr "想定外のコマンド: %s"

msgid "do not perform actions, just print output"
msgstr "実施予定の処理内容の表示のみで処理実施は抑止"

msgid "ask before applying actions"
msgstr "処理実施前に確認を実施"

msgid "specify ssh command to use"
msgstr "SSH 連携で使用する ssh コマンド"

msgid "specify hg command to run on the remote side"
msgstr "遠隔ホスト側で実行される hg コマンド"

msgid "do not verify server certificate (ignoring web.cacerts config)"
msgstr "接続先証明書の検証省略(web.cacerts 設定の無視)"

msgid "PATTERN"
msgstr "パターン"

msgid "include names matching the given patterns"
msgstr "パターンに合致したファイルを処理対象に追加"

msgid "exclude names matching the given patterns"
msgstr "パターンに合致したファイルを処理対象から除外"

msgid "read commit message from file"
msgstr "コミットログをファイルから読み込み"

msgid "record the specified date as commit date"
msgstr "指定日時をコミット日時として記録"

msgid "record the specified user as committer"
msgstr "指定ユーザをコミットユーザとして記録"

msgid "display with template (EXPERIMENTAL)"
msgstr "当該テンプレートで表示をカスタマイズ (実験的実装)"

msgid "STYLE"
msgstr "スタイル"

msgid "display using template map file (DEPRECATED)"
msgstr "当該スタイルで表示をカスタマイズ (非推奨)"

msgid "display with template"
msgstr "当該テンプレートで表示をカスタマイズ"

msgid "do not show merges"
msgstr "マージ実施リビジョンの表示抑止"

msgid "show the revision DAG"
msgstr "履歴ツリーの表示"

msgid "treat all files as text"
msgstr "全ファイルをテキストファイルと仮定"

msgid "generate binary diffs in git mode (default)"
msgstr "git モード時にバイナリ差分を生成 (デフォルト挙動)"

msgid "omit dates from diff headers"
msgstr "差分表示の際に日付情報の表示を抑止"

msgid "ignore white space when comparing lines"
msgstr "差分判定の際に空白文字を無視"

msgid "ignore changes in the amount of white space"
msgstr "差分判定の際に空白文字の数を無視"

msgid "ignore changes whose lines are all blank"
msgstr "差分判定の際に空白行を無視"

msgid "ignore changes in whitespace at EOL"
msgstr "行末空白文字における変更を無視"

msgid "omit a/ and b/ prefixes from filenames"
msgstr "ファイル名の接頭辞 a/ と b/ の省略"

msgid "show which function each change is in"
msgstr "差分表示の際に関数名情報を表示"

msgid "produce a diff that undoes the changes"
msgstr "変更を取り消すための差分を生成"

msgid "number of lines of context to show"
msgstr "差分コンテキストの行数"

msgid "DIR"
msgstr "ディレクトリ"

msgid "produce diffs relative to subdirectory"
msgstr "差分生成の起点ディレクトリ指定"

msgid "SIMILARITY"
msgstr "類似度"

msgid "guess renamed files by similarity (0<=s<=100)"
msgstr "ファイル改名推定の際の類似度(0 以上 100 以下)"

msgid "recurse into subrepositories"
msgstr "サブリポジトリへの再帰的適用"

msgid "open changelog"
msgstr "変更履歴の読み込み"

msgid "open manifest"
msgstr "マニフェストの読み込み"

msgid "open directory manifest"
msgstr "ディレクトリマニフェストの読み込み"

msgid "running non-interactively"
msgstr "非対話的な実行中"

msgid "cannot partially commit a merge (use \"hg commit\" instead)"
msgstr "マージの部分コミットはできません (\"hg commit\" を使用してください)"

#, python-format
msgid "error parsing patch: %s"
msgstr "パッチ解析に失敗: %s"

msgid "no changes to record\n"
msgstr "記録可能な変更がありません\n"

#, python-format
msgid "'%s' not recognized"
msgstr "'%s' は未知です"

#, python-format
msgid "Unresolved merge conflicts:"
msgstr "マージにおける未解消の衝突"

#, python-format
msgid "To mark files as resolved:  hg resolve --mark FILE"
msgstr "衝突解消済み状態に設定: hg resolve --mark 対象ファイル"

msgid "No unresolved merge conflicts."
msgstr "マージでの衝突は全て解消済みです。"

#, python-format
msgid ""
"To continue:                %s\n"
"To abort:                   %s"
msgstr ""
"処理を継続:                 %s\n"
"途中成果を破棄:             %s"

msgid "warning: this will discard uncommitted changes"
msgstr "警告: 作業領域中の未コミット成果が破棄されます"

msgid ""
"To mark the changeset good:    hg bisect --good\n"
"To mark the changeset bad:     hg bisect --bad\n"
"To abort:                      hg bisect --reset\n"
msgstr ""
"リビジョンを good でマーキング: hg bisect --good\n"
"リビジョンを bad でマーキング:  hg bisect --bad\n"
"bisect を中断:                  hg bisect --reset\n"

#, python-format
msgid "The repository is in an unfinished *%s* state."
msgstr "リポジトリは *%s* 処理が未完了です。"

msgid "cannot change branch of non-linear revisions"
msgstr "非直線な履歴群のブランチ名は変更できません"

msgid "a branch of the same name already exists"
msgstr "同じ名前のブランチがすでに存在します"

msgid "cannot change branch of a merge commit"
msgstr "マージ実施リビジョンのブランチ名は変更できません"

msgid "cannot change branch of a obsolete changeset"
msgstr "廃止 (obsolete) リビジョンのブランチ名は変更できません"

msgid "cannot change branch in middle of a stack"
msgstr "中間リビジョンだけのブランチ名変更はできません"

#, python-format
msgid "changed branch on %d changesets\n"
msgstr "%d 個のリビジョンのブランチ名を変更\n"

msgid "options --message and --logfile are mutually exclusive"
msgstr "--message と --logfile は同時に指定できません"

#, python-format
msgid "can't read commit message '%s': %s"
msgstr "コミットログ '%s' が読み込めません: %s"

msgid "incomplete format spec in output filename"
msgstr "出力ファイル名に不正なフォーマット指定"

#, python-format
msgid "invalid format spec '%%%s' in output filename"
msgstr "出力ファイル名に不正なフォーマット '%%%s' 指定"

msgid "cannot specify --changelog and --manifest at the same time"
msgstr "--changelog と --manifest は同時には指定できません"

msgid "cannot specify --changelog and --dir at the same time"
msgstr "--changelog と --dir は同時には指定できません"

msgid "cannot specify filename with --changelog or --manifest"
msgstr "--changelog または --manifest とファイル名は同時に指定できません"

msgid "cannot specify --changelog or --manifest or --dir without a repository"
msgstr "--changelog/--manifest/--dir 指定時はリポジトリ指定が必要です"

msgid "--dir can only be used on repos with treemanifest enabled"
msgstr "--dir は treemanifest が有効なリポジトリでのみ使用可能です"

msgid "invalid arguments"
msgstr "引数が不正です"

#, python-format
msgid "revlog '%s' not found"
msgstr "revlog '%s' が見つかりません"

#, python-format
msgid "%s: not copying - file is not managed\n"
msgstr "%s: コピーしません - ファイルは登録されていません\n"

#, python-format
msgid "%s: not copying - file has been marked for remove\n"
msgstr "%s: コピーしません - 削除予定のファイルです\n"

#, python-format
msgid "%s: not overwriting - %s collides with %s\n"
msgstr "%s: 上書きしません - %s は %s と衝突\n"

#, python-format
msgid "%s: can't copy - same file\n"
msgstr "%s: コピー失敗 - 同一ファイルです\n"

#, python-format
msgid "%s: not overwriting - file already committed\n"
msgstr "%s: 上書きしません - コミット済みファイルが存在します\n"

#, python-format
msgid "(hg rename %s to replace the file by recording a rename)\n"
msgstr "(改名の記録には %s 付きの hg rename 実行)\n"

#, python-format
msgid "(hg copy %s to replace the file by recording a copy)\n"
msgstr "(複製の記録には %s 付きの hg copy 実行)\n"

#, python-format
msgid "%s: not overwriting - file exists\n"
msgstr "%s: 上書きしません - ファイルが存在します\n"

msgid "(hg rename --after to record the rename)\n"
msgstr "(改名の記録には --after 付きの hg rename 実行)\n"

msgid "(hg copy --after to record the copy)\n"
msgstr "(複製の記録には --after 付きの hg copy 実行)\n"

#, python-format
msgid "%s: not recording move - %s does not exist\n"
msgstr "%s: 移動は記録されません - %s は存在しません\n"

#, python-format
msgid "%s: not recording copy - %s does not exist\n"
msgstr "%s: 複製は記録されません - %s は存在しません\n"

#, python-format
msgid "%s: deleted in working directory\n"
msgstr "%s: 作業領域から削除済みです\n"

#, python-format
msgid "%s: cannot copy - %s\n"
msgstr "%s: コピー失敗 - %s\n"

#, python-format
msgid "moving %s to %s\n"
msgstr "%s を %s に移動中\n"

#, python-format
msgid "copying %s to %s\n"
msgstr "%s を %s にコピー中\n"

msgid "no source or destination specified"
msgstr "複製元/複製先の指定がありません"

msgid "no destination specified"
msgstr "複製先指定がありません"

msgid "with multiple sources, destination must be an existing directory"
msgstr "複製元が複数の場合、存在するディレクトリを複製先に指定してください"

#, python-format
msgid "destination %s is not a directory"
msgstr "複製先 %s はディレクトリではありません"

msgid "(consider using --after)\n"
msgstr "(--after を使ってみては?)\n"

msgid "not a Mercurial patch"
msgstr "Mercurial 向けのパッチではありません"

msgid ""
"warning: import the patch as a normal revision\n"
"(use --exact to import the patch as a merge)\n"
msgstr ""
"警告: パッチを通常リビジョンとして取り込みます\n"
"(マージ実施パッチを取り込む場合は --exact を指定してください)\n"

msgid "warning: can't check exact import with --no-commit\n"
msgstr "警告: --no-commit 指定時は --exact による確認効果が薄れます\n"

msgid "patch is damaged or loses information"
msgstr "パッチには破損または情報の欠落があります"

msgid "applied to working directory"
msgstr "作業領域への適用"

#. i18n: refers to a short changeset id
#, python-format
msgid "created %s"
msgstr "%s を作成"

#, python-format
msgid "found revision %s from %s\n"
msgstr "リビジョン %s (%s) が指定日時に合致します\n"

msgid "revision matching date not found"
msgstr "指定日時に合致するリビジョンがありません"

#, python-format
msgid "cannot follow file not in parent revision: \"%s\""
msgstr "親リビジョンに存在しないファイルは追跡できません: \"%s\""

#, python-format
msgid "cannot follow nonexistent file: \"%s\""
msgstr "存在しないファイルは追跡できません: \"%s\""

msgid "can only follow copies/renames for explicit filenames"
msgstr "ファイル名が明示された場合のみ複製/改名を追跡可能です"

#, python-format
msgid "adding %s\n"
msgstr "%s を追加登録中\n"

#, python-format
msgid "skipping missing subrepository: %s\n"
msgstr "存在しないサブリポジトリへの処理を省略: %s\n"

msgid "cannot specify both --dry-run and --interactive"
msgstr "--dry-run と --interactive は併用できません"

msgid ""
"[Ynsa?]$$ &Yes, forget this file$$ &No, skip this file$$ &Skip remaining "
"files$$ Include &all remaining files$$ &? (display help)"
msgstr ""
"[Ynsa?]$$ このファイルを登録除外 (&yes)$$ このファイルは無視 (&no)$$残りの"
"ファイルを全て無視 (&skip)$$ 残りのファイルを全て登録除外 (&all)$$ヘルプ表示"
"(&?)"

#, python-format
msgid "forget %s %s"
msgstr "%s の登録除外 %s"

msgid "searching"
msgstr "検索中"

msgid "subrepos"
msgstr "サブリポジトリ"

msgid "deleting"
msgstr "削除中"

#, python-format
msgid "not removing %s: no tracked files\n"
msgstr "%s は削除されません: 登録済みファイルはありません\n"

#, python-format
msgid "not removing %s: file is untracked\n"
msgstr "%s は削除されません: 管理対象外ファイルです\n"

msgid "skipping"
msgstr "対象から除外"

#, python-format
msgid ""
"not removing %s: file has been marked for add (use 'hg forget' to undo add)\n"
msgstr ""
"%s は削除されません: 追加登録対象ファイルです (取り消しは 'hg forget')\n"

msgid "failed to mark all new/missing files as added/removed"
msgstr "新規ファイルの追加/不在ファイルの除外が失敗しました"

#, python-format
msgid "amending changeset %s\n"
msgstr "リビジョン %s を改変中\n"

#, python-format
msgid "copying changeset %s to %s\n"
msgstr "リビジョン %s を %s にコピー中\n"

msgid "Leave message empty to abort commit."
msgstr "メッセージが空のままならコミットを中止します。"

msgid "empty commit message"
msgstr "コミットログがありません"

msgid "commit message unchanged"
msgstr "コミットログが変更されていません"

msgid "Enter commit message.  Lines beginning with 'HG:' are removed."
msgstr "コミットログを入力してください。'HG:' で始まる行は無視されます。"

#, python-format
msgid "user: %s"
msgstr "ユーザ: %s"

msgid "branch merge"
msgstr "ブランチのマージ"

#, python-format
msgid "branch '%s'"
msgstr "ブランチ '%s'"

#, python-format
msgid "bookmark '%s'"
msgstr "ブックマーク '%s'"

#, python-format
msgid "subrepo %s"
msgstr "サブリポジトリ %s"

#, python-format
msgid "added %s"
msgstr "%s を追加"

#, python-format
msgid "changed %s"
msgstr "%s を変更"

#, python-format
msgid "removed %s"
msgstr "%s を削除"

msgid "no files changed"
msgstr "ファイル変更なし"

msgid "created new head\n"
msgstr "新規ヘッドが増えました\n"

#, python-format
msgid "reopening closed branch head %d\n"
msgstr "閉鎖済みブランチヘッド %d の閉鎖状態を解除中\n"

#, python-format
msgid "committed changeset %d:%s\n"
msgstr "コミット対象リビジョン %d:%s\n"

#, python-format
msgid "reverting %s\n"
msgstr "%s の復旧中\n"

#, python-format
msgid "forgetting %s\n"
msgstr "%s の追加登録を取り消し中\n"

#, python-format
msgid "undeleting %s\n"
msgstr "%s の復旧中\n"

#, python-format
msgid "no changes needed to %s\n"
msgstr "%s には改変の必要がありません\n"

#, python-format
msgid "file not managed: %s\n"
msgstr "ファイル %s は管理対象ではありません\n"

#, python-format
msgid "forget added file %s (Yn)?$$ &Yes $$ &No"
msgstr "ファイル %s の追加登録を取り消しますか?(Yn)$$ &Yes $$ &No"

#, python-format
msgid "remove added file %s (Yn)?$$ &Yes $$ &No"
msgstr "ファイル %s の追加登録を取り消しますか?(Yn)$$ &Yes $$ &No"

msgid "graft in progress"
msgstr "graft による移植が未完了です"

msgid "use 'hg graft --continue' or 'hg update' to abort"
msgstr "'hg graft --continue' か 'hg update' (移植中止)を実施してください"

msgid "last update was interrupted"
msgstr "直前の作業領域更新は中断されました"

msgid "use 'hg update' to get a consistent checkout"
msgstr "作業領域内容の整合性を取るには 'hg update' を実行してください"

msgid "hg graft --continue"
msgstr "hg graft --continue"

#, python-format
msgid "continue: %s"
msgstr "衝突解消後の推奨操作: %s"

msgid "hg commit"
msgstr "hg commit"

#, python-format
msgid "no %s in progress"
msgstr "中断中の %s 処理はありません"

msgid "no terminfo entry for setab/setaf: reverting to ECMA-48 color\n"
msgstr ""
"terminfo の setab/setaf エントリがありません: ECMA-48 color を使用します\n"

#, python-format
msgid "warning: failed to set color mode to %s\n"
msgstr "警告: カラーモード %s の設定に失敗\n"

#, python-format
msgid "ignoring unknown color/effect %r (configured in color.%s)\n"
msgstr "未知の色/効果指定 %r を無視(color.%s で設定記述)\n"

msgid "repository root directory or name of overlay bundle file"
msgstr "リポジトリのルート位置、 またはバンドルファイルのパス"

msgid "change working directory"
msgstr "作業領域の変更"

msgid "do not prompt, automatically pick the first choice for all prompts"
msgstr "問い合わせ無しで、 最初の選択肢を自動的に選択"

msgid "suppress output"
msgstr "出力を抑止"

msgid "enable additional output"
msgstr "付加的な出力を有効化"

#. i18n: 'always', 'auto', 'never', and 'debug' are keywords
#. and should not be translated
msgid "when to colorize (boolean, always, auto, never, or debug)"
msgstr "カラー化実施契機 (always, auto, never または debug)"

msgid "set/override config option (use 'section.name=value')"
msgstr "オプション設定を指定/上書き(指定形式は 'section.name=value')"

msgid "CONFIG"
msgstr "設定"

msgid "enable debugging output"
msgstr "デバッグ出力を有効化"

msgid "start debugger"
msgstr "デバッガを開始"

msgid "set the charset encoding"
msgstr "文字エンコーディングの設定"

msgid "ENCODE"
msgstr "文字コード"

msgid "MODE"
msgstr "モード"

msgid "set the charset encoding mode"
msgstr "文字エンコーディングのモード設定"

msgid "always print a traceback on exception"
msgstr "例外発生の際に常にトレースバックを表示"

msgid "time how long the command takes"
msgstr "コマンド実行の所要時間を計測"

msgid "print command execution profile"
msgstr "コマンド実行のプロファイルを表示"

msgid "output version information and exit"
msgstr "バージョン情報を表示して終了"

msgid "display help and exit"
msgstr "ヘルプ情報を表示して終了"

msgid "consider hidden changesets"
msgstr "不可視状態のリビジョンも対象に含める"

msgid "when to paginate (boolean, always, auto, or never)"
msgstr "ページャの要否 (真偽値、 always auto または never)"

msgid "add the specified files on the next commit"
msgstr "指定ファイルの追加登録予約"

msgid ""
"    Schedule files to be version controlled and added to the\n"
"    repository."
msgstr "    構成管理へのファイルの追加登録を予約します。"

msgid ""
"    The files will be added to the repository at the next commit. To\n"
"    undo an add before that, see :hg:`forget`."
msgstr ""
"    指定されたファイルは、 次回のコミットから構成管理対象となります。\n"
"    追加登録のコミット前取り消しは :hg:`help forget` を参照してください。"

msgid ""
"    If no names are given, add all files to the repository (except\n"
"    files matching ``.hgignore``)."
msgstr ""
"    ファイル名指定が無い場合、 作業領域中の全ファイルが対象となります\n"
"    (``.hgignore`` による無視指定対象は除く)。"

msgid ""
"         - New (unknown) files are added\n"
"           automatically by :hg:`add`::"
msgstr "         - :hg:`add` による unknown 扱いのファイルの自動的な追加登録::"

msgid ""
"             $ ls\n"
"             foo.c\n"
"             $ hg status\n"
"             ? foo.c\n"
"             $ hg add\n"
"             adding foo.c\n"
"             $ hg status\n"
"             A foo.c"
msgstr ""
"             $ ls\n"
"             foo.c\n"
"             $ hg status\n"
"             ? foo.c\n"
"             $ hg add\n"
"             adding foo.c\n"
"             $ hg status\n"
"             a foo.c"

msgid "         - Specific files to be added can be specified::"
msgstr "         - ファイル名指定による特定ファイルの追加登録::"

msgid ""
"             $ ls\n"
"             bar.c  foo.c\n"
"             $ hg status\n"
"             ? bar.c\n"
"             ? foo.c\n"
"             $ hg add bar.c\n"
"             $ hg status\n"
"             A bar.c\n"
"             ? foo.c"
msgstr ""
"             $ ls\n"
"             bar.c  foo.c\n"
"             $ hg status\n"
"             ? bar.c\n"
"             ? foo.c\n"
"             $ hg add bar.c\n"
"             $ hg status\n"
"             a bar.c\n"
"             ? foo.c"

msgid ""
"    Returns 0 if all files are successfully added.\n"
"    "
msgstr ""
"    全てのファイルの登録が成功した場合のコマンド終了値は 0 です。\n"
"    "

msgid "add all new files, delete all missing files"
msgstr "新規ファイルの追加登録、 および不在ファイルの登録除外"

msgid ""
"    Add all new files and remove all missing files from the\n"
"    repository."
msgstr ""
"    作業領域中の新規ファイルの追加登録、 および全不在ファイルの登録除外を\n"
"    行ないます。"

msgid ""
"    Unless names are given, new files are ignored if they match any of\n"
"    the patterns in ``.hgignore``. As with add, these changes take\n"
"    effect at the next commit."
msgstr ""
"    ``.hgignore`` 中の記述パターンに合致するファイルは、\n"
"    明示的な指定がない限り、 無視されます。 :hg:`add` と同様に、\n"
"    実行効果が発揮されるのは、 次回の :hg:`commit` 時点です。"

msgid ""
"    Use the -s/--similarity option to detect renamed files. This\n"
"    option takes a percentage between 0 (disabled) and 100 (files must\n"
"    be identical) as its parameter. With a parameter greater than 0,\n"
"    this compares every removed file with every added file and records\n"
"    those similar enough as renames. Detecting renamed files this way\n"
"    can be expensive. After using this option, :hg:`status -C` can be\n"
"    used to check which files were identified as moved or renamed. If\n"
"    not specified, -s/--similarity defaults to 100 and only renames of\n"
"    identical files are detected."
msgstr ""
"    ファイルの改名を検知するには -s/--similarity を使用します。 これは、\n"
"    0 (改名比較無し) から 100 (完全一致で判定) の範囲で、 類似度を指定\n"
"    するオプションです (パーセンテージ指定)。 0 より大きい指定値の場合、\n"
"    全ての追加/除外ファイル対象として、 改名の有無が判定されます。 \n"
"    改名判定には、 相応の時間を要する場合があります。 判定結果の確認は、\n"
"    本コマンドの実行後に :hg:`status -C` 出力を参照してください。\n"
"    -s/--similarity 未指定の場合、 100 が指定されたものとみなされ、\n"
"    内容が完全に一致するファイルのみが、 改名とみなされます。"

msgid ""
"         - A number of files (bar.c and foo.c) are new,\n"
"           while foobar.c has been removed (without using :hg:`remove`)\n"
"           from the repository::"
msgstr ""
"         - ファイル bar.c や foo.c が新規作成された一方で、foobar.c\n"
"           が作業領域から手動 (:hg:`remove` 実行なし) で削除されたケース::"

msgid ""
"             $ ls\n"
"             bar.c foo.c\n"
"             $ hg status\n"
"             ! foobar.c\n"
"             ? bar.c\n"
"             ? foo.c\n"
"             $ hg addremove\n"
"             adding bar.c\n"
"             adding foo.c\n"
"             removing foobar.c\n"
"             $ hg status\n"
"             A bar.c\n"
"             A foo.c\n"
"             R foobar.c"
msgstr ""
"             $ ls\n"
"             bar.c foo.c\n"
"             $ hg status\n"
"             ! foobar.c\n"
"             ? bar.c\n"
"             ? foo.c\n"
"             $ hg addremove\n"
"             adding bar.c\n"
"             adding foo.c\n"
"             removing foobar.c\n"
"             $ hg status\n"
"             a bar.c\n"
"             a foo.c\n"
"             r foobar.c"

msgid ""
"         - A file foobar.c was moved to foo.c without using :hg:`rename`.\n"
"           Afterwards, it was edited slightly::"
msgstr ""
"         - ファイル foobar.c を手動 (:hg:`rename` なし) で改名した上で、\n"
"           多少の変更が加えられたケース::"

msgid ""
"             $ ls\n"
"             foo.c\n"
"             $ hg status\n"
"             ! foobar.c\n"
"             ? foo.c\n"
"             $ hg addremove --similarity 90\n"
"             removing foobar.c\n"
"             adding foo.c\n"
"             recording removal of foobar.c as rename to foo.c (94% similar)\n"
"             $ hg status -C\n"
"             A foo.c\n"
"               foobar.c\n"
"             R foobar.c"
msgstr ""
"             $ ls\n"
"             foo.c\n"
"             $ hg status\n"
"             ! foobar.c\n"
"             ? foo.c\n"
"             $ hg addremove --similarity 90\n"
"             removing foobar.c\n"
"             adding foo.c\n"
"             recording removal of foobar.c as rename to foo.c (94% similar)\n"
"             $ hg status -c\n"
"             a foo.c\n"
"               foobar.c\n"
"             r foobar.c"

msgid "annotate the specified revision"
msgstr "当該リビジョン時点での由来情報を表示"

msgid "follow copies/renames and list the filename (DEPRECATED)"
msgstr "複製/改名元ファイルの履歴追跡と、 ファイル名の表示 (非推奨)"

msgid "don't follow copies and renames"
msgstr "複製/改名元ファイル履歴の追跡を抑止"

msgid "list the author (long with -v)"
msgstr "ユーザ名を表示(-v 指定時は詳細表示)"

msgid "list the filename"
msgstr "ファイル名を表示"

msgid "list the date (short with -q)"
msgstr "日付を表示(-q 指定時は簡略表示)"

msgid "list the revision number (default)"
msgstr "リビジョン番号を表示(既定動作)"

msgid "list the changeset"
msgstr "ハッシュ値を表示"

msgid "show line number at the first appearance"
msgstr "由来リビジョンでの初出時の行番号を表示"

msgid "revision to not display (EXPERIMENTAL)"
msgstr "非表示リビジョン (実験的実装)"

msgid "[-r REV] [-f] [-a] [-u] [-d] [-n] [-c] [-l] FILE..."
msgstr "[-r REV] [-f] [-a] [-u] [-d] [-n] [-c] [-l] FILE..."

msgid "show changeset information by line for each file"
msgstr "ファイル行毎のリビジョン情報表示"

msgid ""
"    List changes in files, showing the revision id responsible for\n"
"    each line."
msgstr "    ファイルの各行毎に、 その内容が由来するリビジョンIDを表示します。"

msgid ""
"    This command is useful for discovering when a change was made and\n"
"    by whom."
msgstr "    本コマンドは、 変更の実施者または実施時期を特定するのに有用です。"

msgid ""
"    If you include --file, --user, or --date, the revision number is\n"
"    suppressed unless you also include --number."
msgstr ""
"    --file, --user, --date のいずれかが指定された場合、 明示的な --number\n"
"    指定がない限り、 由来リビジョン番号は表示されません。"

msgid ""
"    Without the -a/--text option, annotate will avoid processing files\n"
"    it detects as binary. With -a, annotate will annotate the file\n"
"    anyway, although the results will probably be neither useful\n"
"    nor desirable."
msgstr ""
"    -a/--text 指定が無い場合、 バイナリと思しきファイルは処理対象から\n"
"    除外されます。 -a 指定が有る場合、 結果の有用性の有無に関わらず\n"
"    全てのファイルが処理対象となります。\n"
"    "

msgid "at least one filename or pattern is required"
msgstr "ファイル名またはパターンを最低1つ指定してください"

msgid "at least one of -n/-c is required for -l"
msgstr "-l 指定時には -n/-c のうち最低でもいずれか1つの指定が必要です"

#, python-format
msgid "%s: binary file\n"
msgstr "%s: バイナリファイルです\n"

msgid "do not pass files through decoders"
msgstr "デコード処理を回避"

msgid "directory prefix for files in archive"
msgstr "アーカイブファイルのディレクトリ接頭辞"

msgid "PREFIX"
msgstr "接頭辞"

msgid "revision to distribute"
msgstr "アーカイブ対象リビジョン"

msgid "type of distribution to create"
msgstr "アーカイブ種別"

msgid "[OPTION]... DEST"
msgstr "[OPTION]... DEST"

msgid "create an unversioned archive of a repository revision"
msgstr "特定リビジョン時点のアーカイブのリポジトリ外への生成"

msgid ""
"    By default, the revision used is the parent of the working\n"
"    directory; use -r/--rev to specify a different revision."
msgstr ""
"    特に指定が無い場合、 作業領域の親リビジョンが使用されます。\n"
"    他のリビジョンを指定する場合は -r/--rev を使用します。"

msgid ""
"    The archive type is automatically detected based on file\n"
"    extension (to override, use -t/--type)."
msgstr ""
"    アーカイブ種別は、 出力先ファイルの拡張子から自動的に判定されますが、\n"
"    -t/--type で強制することも可能です。"

msgid "      - create a zip file containing the 1.0 release::"
msgstr "      - 1.0 版時点のファイルを格納した zip ファイルの生成::"

msgid "          hg archive -r 1.0 project-1.0.zip"
msgstr "          hg archive -r 1.0 project-1.0.zip"

msgid "      - create a tarball excluding .hg files::"
msgstr "      - .hg で始まるファイルを除外した tar ファイルの生成::"

msgid "          hg archive project.tar.gz -X \".hg*\""
msgstr "          hg archive project.tar.gz -X \".hg*\""

msgid "    Valid types are:"
msgstr "    有効種別一覧:"

msgid ""
"    :``files``: a directory full of files (default)\n"
"    :``tar``:   tar archive, uncompressed\n"
"    :``tbz2``:  tar archive, compressed using bzip2\n"
"    :``tgz``:   tar archive, compressed using gzip\n"
"    :``uzip``:  zip archive, uncompressed\n"
"    :``zip``:   zip archive, compressed using deflate"
msgstr ""
"    :``files``: 展開済みアーカイブのイメージ(無指定時)\n"
"    :``tar``:   非圧縮の tar アーカイブ形式\n"
"    :``tbz2``:  bzip2 圧縮の tar アーカイブ形式\n"
"    :``tgz``:   gzip 圧縮の tar アーカイブ形式\n"
"    :``uzip``:  非圧縮の zip アーカイブ形式\n"
"    :``zip``:   deflate 圧縮の zip アーカイブ形式"

msgid ""
"    The exact name of the destination archive or directory is given\n"
"    using a format string; see :hg:`help export` for details."
msgstr ""
"    アーカイブ生成先となるファイル名またはディレクトリ名の指定には\n"
"    置換指定を使用することができます。 置換指定に関する詳細は\n"
"    :hg:`help export` を参照してください。"

msgid ""
"    Each member added to an archive file has a directory prefix\n"
"    prepended. Use -p/--prefix to specify a format string for the\n"
"    prefix. The default is the basename of the archive, with suffixes\n"
"    removed."
msgstr ""
"    アーカイブ生成の際には、 展開時の格納先ディレクトリ名が記録されます。\n"
"    -p/--prefix によりディレクトリ名を指定できます(置換指定可能)。 \n"
"    特に指定が無い場合、 アーカイブファイルへのパスの末尾要素から、\n"
"    拡張子を除いたものが記録されます。\n"
"    "

msgid "no working directory: please specify a revision"
msgstr "作業領域による暗黙指定ができませんのでリビジョンを明示してください"

msgid "repository root cannot be destination"
msgstr "リポジトリのルートを作成先に指定することはできません"

msgid "cannot archive plain files to stdout"
msgstr "通常ファイルのアーカイブ先に標準出力を指定することはできません"

msgid "merge with old dirstate parent after backout"
msgstr "打ち消しリビジョンを現親リビジョンとマージ"

msgid "commit if no conflicts were encountered (DEPRECATED)"
msgstr "衝突が検出されない場合のコミット実施 (非推奨)"

msgid "do not commit"
msgstr "コミット実施の抑止"

msgid "parent to choose when backing out merge (DEPRECATED)"
msgstr "打ち消しリビジョンとのマージ対象 (非推奨)"

msgid "revision to backout"
msgstr "打ち消し対象リビジョン"

msgid "[OPTION]... [-r] REV"
msgstr "[OPTION]... [-r] REV"

msgid "reverse effect of earlier changeset"
msgstr "以前のリビジョンにおける変更の打ち消し"

msgid ""
"    Prepare a new changeset with the effect of REV undone in the\n"
"    current working directory. If no conflicts were encountered,\n"
"    it will be committed immediately."
msgstr ""
"    対象リビジョン内容の打ち消しに相当する変更を、 作業領域で作成します。\n"
"    衝突なしで打ち消しができた場合は、 変更内容を自動的にコミットします。"

msgid ""
"    If REV is the parent of the working directory, then this new changeset\n"
"    is committed automatically (unless --no-commit is specified)."
msgstr ""
"    作業領域の親リビジョンを打ち消す場合、 打ち消しに相当する内容は、\n"
"    自動的にコミットされます (--no-commit 指定時を除く)。"

msgid ""
"       :hg:`backout` cannot be used to fix either an unwanted or\n"
"       incorrect merge."
msgstr ""
"       :hg:`backout` による打ち消し機能は、マージ実施リビジョンに対しては、\n"
"       適用できません。"

msgid ""
"      - Reverse the effect of the parent of the working directory.\n"
"        This backout will be committed immediately::"
msgstr ""
"      - 作業領域親リビジョンの打ち消し。\n"
"        打ち消し内容は即時コミットされます::"

msgid "          hg backout -r ."
msgstr "          hg backout -r ."

msgid "      - Reverse the effect of previous bad revision 23::"
msgstr "      - 以前のリビジョン 23 での変更内容の打ち消し::"

msgid "          hg backout -r 23"
msgstr "          hg backout -r 23"

msgid ""
"      - Reverse the effect of previous bad revision 23 and\n"
"        leave changes uncommitted::"
msgstr ""
"      - 以前のリビジョン 23 での変更内容の打ち消しをしつつ、\n"
"        打ち消し内容のコミットは保留::"

msgid ""
"          hg backout -r 23 --no-commit\n"
"          hg commit -m \"Backout revision 23\""
msgstr ""
"          hg backout -r 23 --no-commit\n"
"          hg commit -m \"backout revision 23\""

msgid ""
"      By default, the pending changeset will have one parent,\n"
"      maintaining a linear history. With --merge, the pending\n"
"      changeset will instead have two parents: the old parent of the\n"
"      working directory and a new child of REV that simply undoes REV."
msgstr ""
"      特に指定が無い場合、 打ち消しリビジョンは、\n"
"      単一の親リビジョンしか持たない、\n"
"      一直線の履歴となるように作成されます。\n"
"      --merge を指定した場合は、 2つの親リビジョンを持つようになります。\n"
"      一方の親は作業領域の親リビジョン、\n"
"      もう一方は、 打ち消しリビジョン (= 打ち消し対象の新規子リビジョン)\n"
"      です。"

msgid ""
"      Before version 1.7, the behavior without --merge was equivalent\n"
"      to specifying --merge followed by :hg:`update --clean .` to\n"
"      cancel the merge and leave the child of REV as a head to be\n"
"      merged separately."
msgstr ""
"      1.7 版より前の本コマンドの --merge 無し時挙動は、 打ち消しを --merge\n"
"      付きで実行した後に :hg:`update --clean .` 実行したものと等価です。\n"
"      ここでの :hg:`update --clean .` 実行は、 マージ実施をキャンセルし、\n"
"      後から別途マージできるように、 打ち消しリビジョンを、\n"
"      ヘッドのまま残す働きをします。"

msgid ""
"    See :hg:`help revert` for a way to restore files to the state\n"
"    of another revision."
msgstr ""
"    ファイルの内容を、 別のリビジョン時点のもので上書きする方法は、\n"
"    :hg:`help revert` を参照してください。"

msgid ""
"    Returns 0 on success, 1 if nothing to backout or there are unresolved\n"
"    files.\n"
"    "
msgstr ""
"    成功時のコマンド終了値は 0、 打ち消しが必要なリビジョンが無い場合や、\n"
"    未解消の衝突が発生した場合は 1 です。\n"
"    "

msgid "cannot use --commit with --no-commit"
msgstr "--commit と --no-commit は併用できません"

msgid "cannot use --merge with --no-commit"
msgstr "--merge と --no-commit は併用できません"

msgid "please specify just one revision"
msgstr "リビジョン指定は1つだけです"

msgid "please specify a revision to backout"
msgstr "打ち消し対象リビジョンを指定してください"

msgid "cannot backout change that is not an ancestor"
msgstr "作業領域の直系の祖先ではないリビジョンを打ち消すことはできません"

msgid "cannot backout a change with no parents"
msgstr "親の無いリビジョンを打ち消すことはできません"

msgid "cannot backout a merge changeset"
msgstr "マージ実施リビジョンは打ち消し対象にできません"

msgid "cannot use --parent on non-merge changeset"
msgstr "非マージリビジョンには --parent を指定できません"

msgid "use 'hg resolve' to retry unresolved file merges\n"
msgstr "'hg resolve' でマージの衝突を解消してください\n"

#, python-format
msgid "changeset %s backed out, don't forget to commit.\n"
msgstr "リビジョン %s を打ち消したので、忘れずにコミットしてください。\n"

#, python-format
msgid "changeset %s backs out changeset %s\n"
msgstr "リビジョン %s はリビジョン %s を打ち消します\n"

#, python-format
msgid "merging with changeset %s\n"
msgstr "リビジョン %s とマージ中\n"

msgid "reset bisect state"
msgstr "探索状態のリセット"

msgid "mark changeset good"
msgstr "対象リビジョンの探索状態を good 化"

msgid "mark changeset bad"
msgstr "対象リビジョンの探索状態を bad 化"

msgid "skip testing changeset"
msgstr "対象リビジョンの検証作業を省略"

msgid "extend the bisect range"
msgstr "探索範囲の拡張"

msgid "use command to check changeset state"
msgstr "good/bad 検証用コマンド"

msgid "do not update to target"
msgstr "対象リビジョンによる作業領域内容の更新を抑止"

msgid "[-gbsr] [-U] [-c CMD] [REV]"
msgstr "[-gbsr] [-U] [-c CMD] [REV]"

msgid "subdivision search of changesets"
msgstr "リビジョンの二分探索"

msgid ""
"    This command helps to find changesets which introduce problems. To\n"
"    use, mark the earliest changeset you know exhibits the problem as\n"
"    bad, then mark the latest changeset which is free from the problem\n"
"    as good. Bisect will update your working directory to a revision\n"
"    for testing (unless the -U/--noupdate option is specified). Once\n"
"    you have performed tests, mark the working directory as good or\n"
"    bad, and bisect will either update to another candidate changeset\n"
"    or announce that it has found the bad revision."
msgstr ""
"    問題発生契機となるリビジョンを探索します。 使用開始の際には、\n"
"    問題が発生する既知のリビジョンのうち、 最古のものを bad とマークし、\n"
"    問題が発生しない既知のリビジョンのうち、 最新のものを good とマーク\n"
"    します。 本コマンドは、 検証対象リビジョンで作業領域を更新します(-U/\n"
"    --noupdate 指定時除く)。 当該リビジョンを検証したなら、 bad あるいは\n"
"    good でマークしてください。 本コマンドは、 次の検証候補リビジョンで\n"
"    作業領域を更新するか、 問題契機リビジョンを特定できた旨を出力します。"

msgid ""
"    As a shortcut, you can also use the revision argument to mark a\n"
"    revision as good or bad without checking it out first."
msgstr ""
"    簡便な手順としては、 作業領域を更新せず、 リビジョン指定を使用して、\n"
"    リビジョンを good または bad にマークすることもできます。"

msgid ""
"    If you supply a command, it will be used for automatic bisection.\n"
"    The environment variable HG_NODE will contain the ID of the\n"
"    changeset being tested. The exit status of the command will be\n"
"    used to mark revisions as good or bad: status 0 means good, 125\n"
"    means to skip the revision, 127 (command not found) will abort the\n"
"    bisection, and any other non-zero exit status means the revision\n"
"    is bad."
msgstr ""
"    コマンドが指定された場合、 自動的なリビジョン検証に使用されます。\n"
"    コマンド実行時には、 環境変数 HG_NODE に検証対象リビジョンの ID\n"
"    が格納されます。コマンドの終了コードは、 リビジョンに対する bad\n"
"    または good のマーク付けに使用されます。終了コード 0 は good、 125\n"
"    はリビジョンのスキップ、 127 (コマンド不在) は探索の中止、\n"
"    その他の非 0 終了コードは bad とみなされます。"

msgid ""
"      - start a bisection with known bad revision 34, and good revision 12::"
msgstr ""
"      - 既知の bad なリビジョン 34 と good なリビジョン 12 から探索開始::"

msgid ""
"          hg bisect --bad 34\n"
"          hg bisect --good 12"
msgstr ""
"          hg bisect --bad 34\n"
"          hg bisect --good 12"

msgid ""
"      - advance the current bisection by marking current revision as good "
"or\n"
"        bad::"
msgstr "      - 現リビジョンを good または bad 化して探索を継続::"

msgid ""
"          hg bisect --good\n"
"          hg bisect --bad"
msgstr ""
"          hg bisect --good\n"
"          hg bisect --bad"

msgid ""
"      - mark the current revision, or a known revision, to be skipped (e.g. "
"if\n"
"        that revision is not usable because of another issue)::"
msgstr ""
"      - 現リビジョンまたは特定のリビジョンをスキップ (例: 別な問題により、\n"
"        当該リビジョンの検証ができない)::"

msgid ""
"          hg bisect --skip\n"
"          hg bisect --skip 23"
msgstr ""
"          hg bisect --skip\n"
"          hg bisect --skip 23"

msgid ""
"      - skip all revisions that do not touch directories ``foo`` or ``bar``::"
msgstr "      - ``foo`` と ``bar`` の両方を変更したリビジョン以外をスキップ::"

msgid "          hg bisect --skip \"!( file('path:foo') & file('path:bar') )\""
msgstr ""
"          hg bisect --skip \"!( file('path:foo') & file('path:bar') )\""

msgid "      - forget the current bisection::"
msgstr "      - 現行の探索状態をクリア::"

msgid "          hg bisect --reset"
msgstr "          hg bisect --reset"

msgid ""
"      - use 'make && make tests' to automatically find the first broken\n"
"        revision::"
msgstr ""
"      - 最初の問題リビジョン探索の自動化に 'make && make tests' を利用::"

msgid ""
"          hg bisect --reset\n"
"          hg bisect --bad 34\n"
"          hg bisect --good 12\n"
"          hg bisect --command \"make && make tests\""
msgstr ""
"          hg bisect --reset\n"
"          hg bisect --bad 34\n"
"          hg bisect --good 12\n"
"          hg bisect --command \"make && make tests\""

msgid ""
"      - see all changesets whose states are already known in the current\n"
"        bisection::"
msgstr "      - 現在の探索において、 状態の判明しているリビジョン全てを表示::"

msgid "          hg log -r \"bisect(pruned)\""
msgstr "          hg log -r \"bisect(pruned)\""

msgid ""
"      - see the changeset currently being bisected (especially useful\n"
"        if running with -U/--noupdate)::"
msgstr ""
"      - 現在の検証対象リビジョンを表示 (特に -U/--noupdate 併用時に有用)::"

msgid "          hg log -r \"bisect(current)\""
msgstr "          hg log -r \"bisect(current)\""

msgid "      - see all changesets that took part in the current bisection::"
msgstr "      - 現在の探索対象範囲のリビジョン全てを表示::"

msgid "          hg log -r \"bisect(range)\""
msgstr "          hg log -r \"bisect(range)\""

msgid "      - you can even get a nice graph::"
msgstr "      - ASCII文字による履歴ツリー表示も可能::"

msgid "          hg log --graph -r \"bisect(range)\""
msgstr "          hg log --graph -r \"bisect(range)\""

msgid ""
"      See :hg:`help revisions.bisect` for more about the `bisect()` "
"predicate."
msgstr ""
"      `bisect()` の詳細は :hg:`help revisions.bisect` を参照してください。"

msgid "(use of 'hg bisect <cmd>' is deprecated)\n"
msgstr "('hg bisect <cmd>' 形式の実行は非推奨です)\n"

msgid "incompatible arguments"
msgstr "不正な引数の組み合わせです"

#, python-format
msgid "%s and %s are incompatible"
msgstr "%s と %s は併用できません"

msgid "current bisect revision is unknown - start a new bisect to fix"
msgstr "未知のリビジョンが検証対象です - 探索を最初からやり直してください"

msgid "current bisect revision is a merge"
msgstr "現在の検証対象リビジョンはマージ実施リビジョンです"

#, python-format
msgid "failed to execute %s"
msgstr "%s の実行に失敗"

#, python-format
msgid "%s killed"
msgstr "%s プロセスは異常終了しました"

#, python-format
msgid "changeset %d:%s: %s\n"
msgstr "リビジョン %d:%s: %s\n"

#, python-format
msgid "Extending search to changeset %d:%s\n"
msgstr "探索範囲を %d:%s まで拡張\n"

msgid "nothing to extend"
msgstr "探索範囲は拡張されませんでした"

#, python-format
msgid "Testing changeset %d:%s (%d changesets remaining, ~%d tests)\n"
msgstr "リビジョン %d:%s を検証中(検証残 %d、 検証済み %d)\n"

msgid "force"
msgstr "強制実施"

msgid "revision for bookmark action"
msgstr "ブックマーク操作対象リビジョン"

msgid "delete a given bookmark"
msgstr "指定ブックマークの削除"

# this is left untranslated intentionally, because this VERY GENERIC
# word may be used also for OLD something other than bookmark name
# (by foozy@lares.dti.ne.jp)
msgid "OLD"
msgstr ""

msgid "rename a given bookmark"
msgstr "指定ブックマークの改名"

msgid "mark a bookmark inactive"
msgstr "ブックマークを非アクティブ化"

msgid "hg bookmarks [OPTIONS]... [NAME]..."
msgstr "hg bookmarks [OPTIONS]... [NAME]..."

msgid "create a new bookmark or list existing bookmarks"
msgstr "ブックマークの、新規作成、又は既存の一覧表示"

msgid ""
"    Bookmarks are labels on changesets to help track lines of development.\n"
"    Bookmarks are unversioned and can be moved, renamed and deleted.\n"
"    Deleting or moving a bookmark has no effect on the associated changesets."
msgstr ""
"    リビジョンへのラベルであるブックマークは、 作業履歴の追跡を助けます。\n"
"    ブックマークへの操作は履歴記録されず、 移動・削除・改名も可能です。\n"
"    ブックマークの削除・移動による、 対象リビジョンへの影響はありません。"

msgid ""
"    Creating or updating to a bookmark causes it to be marked as 'active'.\n"
"    The active bookmark is indicated with a '*'.\n"
"    When a commit is made, the active bookmark will advance to the new "
"commit.\n"
"    A plain :hg:`update` will also advance an active bookmark, if possible.\n"
"    Updating away from a bookmark will cause it to be deactivated."
msgstr ""
"    ブックマークの作成や更新は、 ブックマークを 'アクティブ' 化します。\n"
"    アクティブなブックマークは '*' 付きで表示されます。 コミットの際に、\n"
"    アクティブなブックマークの参照先は、 新規リビジョンへと移動します。\n"
"    アクティブブックマークは、 リビジョン指定無し :hg:`update` で移動が、\n"
"    リビジョン指定付き :hg:`update` で非アクティブ化が発生します。"

msgid ""
"    Bookmarks can be pushed and pulled between repositories (see\n"
"    :hg:`help push` and :hg:`help pull`). If a shared bookmark has\n"
"    diverged, a new 'divergent bookmark' of the form 'name@path' will\n"
"    be created. Using :hg:`merge` will resolve the divergence."
msgstr ""
"    ブックマークは、 リポジトリ間での取り込みや反映が可能です\n"
"    (:hg:`help push` および :hg:`help pull` 参照)。 連携先リポジトリで、\n"
"    同名ブックマークの参照先が分岐 (divergent) する場合、\n"
"    'ブックマーク名@連携先' 形式の '分岐ブックマーク' が新規作成されます。\n"
"    履歴の分岐は :hg:`merge` で解消してください。"

msgid ""
"    Specifying bookmark as '.' to -m or -d options is equivalent to "
"specifying\n"
"    the active bookmark's name."
msgstr ""
"    オプション -m/-d での '.' 指定は、 アクティブブックマーク指定と等価です"

msgid ""
"    A bookmark named '@' has the special property that :hg:`clone` will\n"
"    check it out by default if it exists."
msgstr ""
"    ブックマーク '@' が存在する場合、 :hg:`clone` での作業領域更新の、\n"
"    デフォルト対象リビジョンとして使用されます。"

msgid "      - create an active bookmark for a new line of development::"
msgstr "      - 新規開発ライン向けに、アクティブブックマークを作成::"

msgid "          hg book new-feature"
msgstr "          hg book new-feature"

msgid "      - create an inactive bookmark as a place marker::"
msgstr "      - 非アクティブブックマークをマーキング代わりに作成::"

msgid "          hg book -i reviewed"
msgstr "          hg book -i reviewed"

msgid "      - create an inactive bookmark on another changeset::"
msgstr "      - 作業領域親リビジョン以外を指す非アクティブブックマークを作成::"

msgid "          hg book -r .^ tested"
msgstr "          hg book -r .^ tested"

msgid "      - rename bookmark turkey to dinner::"
msgstr "      - ブックマーク turkey を dinner に改名::"

msgid "          hg book -m turkey dinner"
msgstr "          hg book -m turkey dinner"

msgid "      - move the '@' bookmark from another branch::"
msgstr "      - ブックマーク '@' を作業領域親リビジョンに強制的に移動::"

msgid ""
"          hg book -f @\n"
"    "
msgstr ""
"          hg book -f @\n"
"    "

msgid "--delete and --rename are incompatible"
msgstr "--delete と --rename は併用できません"

msgid "--rev is incompatible with --delete"
msgstr "--rev と --delete は併用できません"

msgid "--rev is incompatible with --rename"
msgstr "--rev と --rename は併用できません"

msgid "bookmark name required"
msgstr "ブックマーク名指定が必要です"

msgid "new bookmark name required"
msgstr "新しいブックマーク名が必要です"

msgid "only one new bookmark name allowed"
msgstr "新規ブックマーク名の指定は1つだけです"

msgid "no active bookmark\n"
msgstr "アクティブなブックマークがありません\n"

msgid "set branch name even if it shadows an existing branch"
msgstr "同名既存ブランチが存在する場合でもブランチ作成を実施"

msgid "reset branch name to parent branch name"
msgstr "ブランチ名設定を解消し、 親リビジョンのブランチに戻る"

msgid "change branches of the given revs (EXPERIMENTAL)"
msgstr "指定リビジョンのブランチを変更 (実験的実装)"

msgid "[-fC] [NAME]"
msgstr "[-fC] [NAME]"

msgid "set or show the current branch name"
msgstr "ブランチ名の設定、 または現ブランチ名の表示"

msgid ""
"       Branch names are permanent and global. Use :hg:`bookmark` to create "
"a\n"
"       light-weight bookmark instead. See :hg:`help glossary` for more\n"
"       information about named branches and bookmarks."
msgstr ""
"       ブランチ名の情報は永続的で、 他リポジトリにも伝搬されます。\n"
"       軽量な名前付けが必要なら、\n"
"       :hg:`bookmark` でブックマークを作成してください。\n"
"       名前付きブランチと、 ブックマークの詳細に関しては、\n"
"       :hg:`help glossary` を参照してください。"

msgid ""
"    With no argument, show the current branch name. With one argument,\n"
"    set the working directory branch name (the branch will not exist\n"
"    in the repository until the next commit). Standard practice\n"
"    recommends that primary development take place on the 'default'\n"
"    branch."
msgstr ""
"    引数無しの場合、 現ブランチ名を表示します。 引数が1つ指定された場合、\n"
"    作業領域のブランチ名を設定します(次回コミット時まで、 ブランチは生成\n"
"    されません)。 作業時に基本とするブランチには、 'default' ブランチを\n"
"    使用することをお勧めします。"

msgid ""
"    Unless -f/--force is specified, branch will not let you set a\n"
"    branch name that already exists."
msgstr ""
"    -f/--force 指定が無い場合、 既存ブランチと同じ名前は設定できません。"

msgid ""
"    Use -C/--clean to reset the working directory branch to that of\n"
"    the parent of the working directory, negating a previous branch\n"
"    change."
msgstr ""
"    -C/--clean を指定することで、 以前のブランチ名設定を無効にして、 作業\n"
"    領域の親リビジョンのブランチ名に戻します。"

msgid ""
"    Use the command :hg:`update` to switch to an existing branch. Use\n"
"    :hg:`commit --close-branch` to mark this branch head as closed.\n"
"    When all heads of a branch are closed, the branch will be\n"
"    considered closed."
msgstr ""
"    作業領域を既存ブランチの内容で更新するには :hg:`update` を使用します。\n"
"    現ブランチヘッドの閉鎖には :hg:`commit --close-branch` を使用します。\n"
"    全ブランチヘッドの閉鎖をもって、 当該ブランチの閉鎖とみなします。"

msgid "no branch name specified for the revisions"
msgstr "指定リビジョンに対するブランチ名指定がありません"

#, python-format
msgid "reset working directory to branch %s\n"
msgstr "作業領域のブランチを %s にリセット\n"

#. i18n: "it" refers to an existing branch
msgid "use 'hg update' to switch to it"
msgstr "作業領域を既存ブランチに切り替えるには 'hg update' を使用してください"

msgid "(branches are permanent and global, did you want a bookmark?)\n"
msgstr "(ブランチは永続的且つ共有されます。ブックマークはいかがですか?)\n"

msgid "show only branches that have unmerged heads (DEPRECATED)"
msgstr "未マージなヘッドを持つブランチのみを表示 (非推奨)"

msgid "show normal and closed branches"
msgstr "閉鎖済みヘッドも表示"

msgid "[-c]"
msgstr "[-c]"

msgid "list repository named branches"
msgstr "リポジトリ中の名前付きブランチの一覧"

msgid ""
"    List the repository's named branches, indicating which ones are\n"
"    inactive. If -c/--closed is specified, also list branches which have\n"
"    been marked closed (see :hg:`commit --close-branch`)."
msgstr ""
"    リポジトリ中の名前付きブランチを、 非アクティブ (inactive)\n"
"    か否かと共に一覧表示します。 -c/--closed 指定時には、\n"
"    閉鎖済みのブランチ (:hg:`commit --close-branch` 参照) も表示されます。"

msgid "    Use the command :hg:`update` to switch to an existing branch."
msgstr ""
"    作業領域の内容を既存ブランチのもので更新する場合は :hg:`update` を\n"
"    使用してください。"

msgid ""
"    Returns 0.\n"
"    "
msgstr ""
"    コマンドの終了値は 0 です。\n"
"    "

msgid " (closed)"
msgstr " (閉鎖済み)"

msgid " (inactive)"
msgstr " (非アクティブ)"

msgid "run even when the destination is unrelated"
msgstr "連携先が無関係なリポジトリでも実行"

msgid "a changeset intended to be added to the destination"
msgstr "バンドルに含めたいリビジョン"

msgid "a specific branch you would like to bundle"
msgstr "バンドルに含めたいブランチ"

msgid "a base changeset assumed to be available at the destination"
msgstr "連携先リポジトリに存在することを仮定するリビジョン"

msgid "bundle all changesets in the repository"
msgstr "リポジトリ中の全リビジョンをバンドルに含める"

msgid "bundle compression type to use"
msgstr "バンドルファイルの圧縮形式"

msgid "[-f] [-t BUNDLESPEC] [-a] [-r REV]... [--base REV]... FILE [DEST]"
msgstr "[-f] [-t BUNDLESPEC] [-a] [-r REV]... [--base REV]... FILE [DEST]"

msgid "create a bundle file"
msgstr "バンドルファイルの生成"

msgid ""
"    Generate a bundle file containing data to be transferred to another\n"
"    repository."
msgstr ""
"    連携対象リポジトリに無い履歴情報を、 バンドルファイルに書き出します。"

msgid ""
"    To create a bundle containing all changesets, use -a/--all\n"
"    (or --base null). Otherwise, hg assumes the destination will have\n"
"    all the nodes you specify with --base parameters. Otherwise, hg\n"
"    will assume the repository has all the nodes in destination, or\n"
"    default-push/default if no destination is specified, where destination\n"
"    is the repository you provide through DEST option."
msgstr ""
"    -a/--all (又は --base null) 指定がある場合、 バンドルファイルには、\n"
"    リポジトリの全ての履歴が書き出されます。 明示的な --base 指定の場合、\n"
"    指定リビジョン以降の履歴が書き出されます。 それ以外の場合は、\n"
"    指定の連携先 (又は paths での default-push/default 指定先) から、\n"
"    書き出し対象リビジョンを判断します。"

msgid ""
"    You can change bundle format with the -t/--type option. See\n"
"    :hg:`help bundlespec` for documentation on this format. By default,\n"
"    the most appropriate format is used and compression defaults to\n"
"    bzip2."
msgstr ""
"    出力フォーマットは -t/--type で指定可能です。 フォーマットの詳細は\n"
"    :hg:`help bundlespec` を参照してください。 特に指定が無い場合は、\n"
"    最適なフォーマットを、 bzip2 で圧縮します。"

msgid ""
"    The bundle file can then be transferred using conventional means\n"
"    and applied to another repository with the unbundle or pull\n"
"    command. This is useful when direct push and pull are not\n"
"    available or when exporting an entire repository is undesirable."
msgstr ""
"    バンドルファイルは :hg:`unbundle` または :hg:`pull` によって、\n"
"    他リポジトリに取り込めるので、 変更内容を任意の方法で伝播できます。\n"
"    バンドルファイルによる伝播は、 :hg:`push`/:hg:`pull` での直接転送や、\n"
"    リポジトリ全体の公開が、 できない/望ましく無い場合に有用です。"

msgid ""
"    Applying bundles preserves all changeset contents including\n"
"    permissions, copy/rename information, and revision history."
msgstr ""
"    バンドルファイルによる取り込みでは、 権限設定、 複製/改名、\n"
"    変更履歴等を含む全ての更新内容が取り込まれます。"

msgid ""
"    Returns 0 on success, 1 if no changes found.\n"
"    "
msgstr ""
"    成功時のコマンドの終了値は 0、 変更が検出できない場合は 1 です。\n"
"    "

msgid "no commits to bundle"
msgstr "リビジョン指定は空です"

msgid "see 'hg help bundlespec' for supported values for --type"
msgstr "--type で指定可能な値は 'hg help bundlespec' を参照してください"

msgid "packed bundles cannot be produced by \"hg bundle\""
msgstr "packed bundle は \"hg bundle\" では生成できません"

msgid "use 'hg debugcreatestreamclonebundle'"
msgstr "'hg debugcreatestreamclonebundle' を使用してください"

msgid "--all is incompatible with specifying a destination"
msgstr "--all と連携対象は同時には指定できません"

msgid "ignoring --base because --all was specified\n"
msgstr "--all 指定があるので --base 指定を無視します\n"

#, python-format
msgid "repository does not support bundle version %s"
msgstr "バージョン %s のバンドルファイルはこのリポジトリでは使用できません"

msgid "--base is incompatible with specifying a destination"
msgstr "--base と連携対象は同時には指定できません"

msgid "print output to file with formatted name"
msgstr "ファイル内容の保存先"

msgid "print the given revision"
msgstr "出力対象リビジョン"

msgid "apply any matching decode filter"
msgstr "デコード処理を実施"

msgid "[OPTION]... FILE..."
msgstr "[OPTION]... FILE..."

msgid "output the current or given revision of files"
msgstr "指定されたリビジョン時点のファイル内容の出力"

msgid ""
"    Print the specified files as they were at the given revision. If\n"
"    no revision is given, the parent of the working directory is used."
msgstr ""
"    指定されたリビジョン時点でのファイル内容を出力します。 リビジョンが\n"
"    指定されない場合は、 作業領域の親リビジョン時点の内容を表示します。"

msgid ""
"    Output may be to a file, in which case the name of the file is\n"
"    given using a template string. See :hg:`help templates`. In addition\n"
"    to the common template keywords, the following formatting rules are\n"
"    supported:"
msgstr ""
"    出力先指定には、 テンプレート文字列を使用可能です。 詳細は\n"
"    :hg:`help templates` を参照してください。\n"
"    標準テンプレートキーワードに加えて、 以下のものも使用可能です:"

msgid ""
"    :``%%``: literal \"%\" character\n"
"    :``%s``: basename of file being printed\n"
"    :``%d``: dirname of file being printed, or '.' if in repository root\n"
"    :``%p``: root-relative path name of file being printed\n"
"    :``%H``: changeset hash (40 hexadecimal digits)\n"
"    :``%R``: changeset revision number\n"
"    :``%h``: short-form changeset hash (12 hexadecimal digits)\n"
"    :``%r``: zero-padded changeset revision number\n"
"    :``%b``: basename of the exporting repository\n"
"    :``\\``: literal \"\\\" character"
msgstr ""
"    :``%%``: \"%\" 文字そのもの\n"
"    :``%s``: 対象ファイルパスの末尾要素\n"
"    :``%d``: 対象ファイルの格納ディレクトリ、 または '.' (ルートの場合)\n"
"    :``%p``: 対象ファイルのリポジトリルートからの相対パス\n"
"    :``%H``: ハッシュ値 (40 桁 16 進数)\n"
"    :``%R``: リビジョン番号\n"
"    :``%h``: 短縮形式ハッシュ値 (12 桁 16 進数)\n"
"    :``%r``: ゼロ詰めのリビジョン番号\n"
"    :``%b``: 対象リポジトリパスの末尾要素\n"
"    :``\\``: \"\\\" 文字そのもの"

msgid "the clone will include an empty working directory (only a repository)"
msgstr "複製先の作業領域を空にする(管理領域のみの複製)"

msgid "revision, tag, or branch to check out"
msgstr "作業領域更新用リビジョン(タグ名/ブランチ名指定可)"

msgid "do not clone everything, but include this changeset and its ancestors"
msgstr "指定リビジョンとその祖先のみを複製"

msgid ""
"do not clone everything, but include this branch's changesets and their "
"ancestors"
msgstr "指定ブランチ中のリビジョンとその祖先のみを複製"

msgid "an alias to --stream (DEPRECATED)"
msgstr "--stream の別名 (非推奨)"

msgid "clone with minimal data processing"
msgstr "最小限のデータ処理のみでの複製"

msgid "[OPTION]... SOURCE [DEST]"
msgstr "[OPTION]... SOURCE [DEST]"

msgid "make a copy of an existing repository"
msgstr "既存リポジトリの複製"

msgid "    Create a copy of an existing repository in a new directory."
msgstr "    既存リポジトリを、 新規ディレクトリに複製します。"

msgid ""
"    If no destination directory name is specified, it defaults to the\n"
"    basename of the source."
msgstr ""
"    複製先ディレクトリ指定が無い場合、 複製元パス名の末尾要素を使用します。"

msgid ""
"    The location of the source is added to the new repository's\n"
"    ``.hg/hgrc`` file, as the default to be used for future pulls."
msgstr ""
"    後々の :hg:`pull` 実施に備えて、 複製先リポジトリの ``.hg/hgrc``\n"
"    ファイルには、 複製元リポジトリ位置が default 名義で記録されます。"

msgid ""
"    Only local paths and ``ssh://`` URLs are supported as\n"
"    destinations. For ``ssh://`` destinations, no working directory or\n"
"    ``.hg/hgrc`` will be created on the remote side."
msgstr ""
"    複製先に指定可能なのは、 ローカルファイルシステム上のパスと、\n"
"    ``ssh://`` 形式 URL のみです。 ``ssh://`` 形式 URL を指定した場合、\n"
"    作業領域の更新や、 ``.hg/hgrc`` の生成は行われません。"

msgid ""
"    If the source repository has a bookmark called '@' set, that\n"
"    revision will be checked out in the new repository by default."
msgstr ""
"    複製元リポジトリにブックマーク '@' が設定されている場合、\n"
"    特に指定がなければ、 複製先の作業領域は、 そのリビジョンで更新されます。"

msgid ""
"    To check out a particular version, use -u/--update, or\n"
"    -U/--noupdate to create a clone with no working directory."
msgstr ""
"    特定のリビジョンで、 作業領域を更新する場合は -u/--update を、\n"
"    作業領域にデータを持ちたくない場合は -U/--noupdate を指定します。"

msgid ""
"    To pull only a subset of changesets, specify one or more revisions\n"
"    identifiers with -r/--rev or branches with -b/--branch. The\n"
"    resulting clone will contain only the specified changesets and\n"
"    their ancestors. These options (or 'clone src#rev dest') imply\n"
"    --pull, even for local source repositories."
msgstr ""
"    -r/--rev でのリビジョン指定や、 -b/--branch でのブランチ指定により、\n"
"    一部のリビジョンのみを取り込むことができます。 複製先のリポジトリは、\n"
"    指定リビジョンと、 その祖先のみを保持します。 これらのオプション指定\n"
"    (あるいは :hg:`clone src#rev dest` 形式での複製) がある場合、\n"
"    同一ファイルシステム上のリポジトリの複製でも、 --pull 指定時と、\n"
"    同様に振舞います。"

msgid ""
"    In normal clone mode, the remote normalizes repository data into a "
"common\n"
"    exchange format and the receiving end translates this data into its "
"local\n"
"    storage format. --stream activates a different clone mode that "
"essentially\n"
"    copies repository files from the remote with minimal data processing. "
"This\n"
"    significantly reduces the CPU cost of a clone both remotely and "
"locally.\n"
"    However, it often increases the transferred data size by 30-40%. This "
"can\n"
"    result in substantially faster clones where I/O throughput is "
"plentiful,\n"
"    especially for larger repositories. A side-effect of --stream clones is\n"
"    that storage settings and requirements on the remote are applied "
"locally:\n"
"    a modern client may inherit legacy or inefficient storage used by the\n"
"    remote or a legacy Mercurial client may not be able to clone from a\n"
"    modern Mercurial remote."
msgstr ""

msgid ""
"       Specifying a tag will include the tagged changeset but not the\n"
"       changeset containing the tag."
msgstr ""
"       リビジョン指定にタグ名を用いた場合、 タグ「対処」リビジョンは、\n"
"       複製先に取り込まれますが、 タグ「実施」リビジョンは取り込まれません。"

msgid ""
"      For efficiency, hardlinks are used for cloning whenever the\n"
"      source and destination are on the same filesystem (note this\n"
"      applies only to the repository data, not to the working\n"
"      directory). Some filesystems, such as AFS, implement hardlinking\n"
"      incorrectly, but do not report errors. In these cases, use the\n"
"      --pull option to avoid hardlinking."
msgstr ""
"      複製元/複製先が、 同一ファイルシステム上にある場合、\n"
"      資源効率の点から、 (リポジトリの内部管理データに対してのみ)\n"
"      ハードリンクが使用されます。 ハードリンク実装が不適切な、 \n"
"      ファイルシステム (例: AFS) は、 ハードリンク使用時に、\n"
"      エラー通知がありません。 このような場合には --pull\n"
"      を指定することで、 ハードリンク使用を抑止してください。"

msgid ""
"      Mercurial will update the working directory to the first applicable\n"
"      revision from this list:"
msgstr ""
"      Mercurial は、 以下の一覧中で最初に利用可能なリビジョンを用いて、\n"
"      作業領域を更新します:"

msgid ""
"      a) null if -U or the source repository has no changesets\n"
"      b) if -u . and the source repository is local, the first parent of\n"
"         the source repository's working directory\n"
"      c) the changeset specified with -u (if a branch name, this means the\n"
"         latest head of that branch)\n"
"      d) the changeset specified with -r\n"
"      e) the tipmost head specified with -b\n"
"      f) the tipmost head specified with the url#branch source syntax\n"
"      g) the revision marked with the '@' bookmark, if present\n"
"      h) the tipmost head of the default branch\n"
"      i) tip"
msgstr ""
"      a) -U が指定されるか、 元リポジトリ履歴が空の場合は null リビジョン\n"
"      b) -u . が指定され、 且つ元リポジトリが同一ホストの場合、\n"
"         元リポジトリの作業領域の第1親リビジョン\n"
"      c) -u で指定されたリビジョン (ブランチ名が指定された場合、\n"
"         当該ブランチの最新ヘッドリビジョン)\n"
"      d) -r で指定されたリビジョン\n"
"      e) -b で指定sれたブランチの最新ヘッドリビジョン\n"
"      f) url#branch 形式で指定されたブランチの最新ヘッドリビジョン\n"
"      g) ブックマーク '@' が存在する場合は、そのリビジョン\n"
"      h) default ブランチの最新ヘッドリビジョン\n"
"      i) tip"

msgid ""
"      When cloning from servers that support it, Mercurial may fetch\n"
"      pre-generated data from a server-advertised URL or inline from the\n"
"      same stream. When this is done, hooks operating on incoming "
"changesets\n"
"      and changegroups may fire more than once, once for each pre-generated\n"
"      bundle and as well as for any additional remaining data. In addition,\n"
"      if an error occurs, the repository may be rolled back to a partial\n"
"      clone. This behavior may change in future releases.\n"
"      See :hg:`help -e clonebundles` for more."
msgstr ""
"      サーバ経由で複製した場合、 サーバ側で事前に作成されたデータを元に、\n"
"      複製を行う可能性があります (サーバ側設定次第)。 そのような場合、\n"
"      incoming, changegroups 系フックが、 事前作成データに対して一度、\n"
"      残りの履歴情報に対してもう一度、 合計二度実行されることになります。\n"
"      また、 エラーでの複製中断時も、 複製先に履歴が残る可能性があります。\n"
"      この挙動は将来変更されるかもしれません。\n"
"      詳細は :hg:`help -e clonebundles` を参照してください。"

msgid "      - clone a remote repository to a new directory named hg/::"
msgstr "      - 遠隔ホストのリポジトリを、 新規 hg/ ディレクトリ配下に複製::"

msgid "          hg clone https://www.mercurial-scm.org/repo/hg/"
msgstr "          hg clone https://www.mercurial-scm.org/repo/hg/"

msgid "      - create a lightweight local clone::"
msgstr "      - 同一ホスト上のリポジトリを軽量複製::"

msgid "          hg clone project/ project-feature/"
msgstr "          hg clone project/ project-feature/"

msgid ""
"      - clone from an absolute path on an ssh server (note double-slash)::"
msgstr "      - SSH 接続先から絶対パス指定で複製 (ダブルスラッシュに注意)::"

msgid "          hg clone ssh://user@server//home/projects/alpha/"
msgstr "          hg clone ssh://user@server//home/projects/alpha/"

msgid "      - do a streaming clone while checking out a specified version::"
msgstr "      - stream 方式での複製と、 指定リビジョンでの作業領域更新::"

msgid "          hg clone --stream http://server/repo -u 1.5"
msgstr "          hg clone --stream http://server/repo -u 1.5"

msgid ""
"      - create a repository without changesets after a particular revision::"
msgstr "      - 特定リビジョンまでしか含まないリポジトリの生成::"

msgid "          hg clone -r 04e544 experimental/ good/"
msgstr "          hg clone -r 04e544 experimental/ good/"

msgid "      - clone (and track) a particular named branch::"
msgstr "      - 特定の名前付きブランチ限定での複製::"

msgid "          hg clone https://www.mercurial-scm.org/repo/hg/#stable"
msgstr "          hg clone https://www.mercurial-scm.org/repo/hg/#stable"

msgid "    See :hg:`help urls` for details on specifying URLs."
msgstr "    URL 記述の詳細は :hg:`help urls` を参照してください。"

msgid "cannot specify both --noupdate and --updaterev"
msgstr "--noupdate と --updaterev は併用できません"

msgid "mark a branch head as closed"
msgstr "ブランチヘッドを閉鎖します"

msgid "amend the parent of the working directory"
msgstr "作業領域の親リビジョンの改変"

msgid "use the secret phase for committing"
msgstr "secret フェーズでコミット中"

msgid "commit the specified files or all outstanding changes"
msgstr "指定ファイルまたは全ての変更内容のリポジトリへの記録"

msgid ""
"    Commit changes to the given files into the repository. Unlike a\n"
"    centralized SCM, this operation is a local operation. See\n"
"    :hg:`push` for a way to actively distribute your changes."
msgstr ""
"    指定されたファイルの変更内容を、 管理領域に記録 (コミット) します。\n"
"    中央集権的な構成管理ツールと異なり、\n"
"    この操作で変更が記録されるのは、 手元の管理領域に対してのみです。\n"
"    能動的な変更伝播に関しては、 :hg:`help push` を参照してください。"

msgid ""
"    If a list of files is omitted, all changes reported by :hg:`status`\n"
"    will be committed."
msgstr ""
"    ファイル指定が省略された場合、 :hg:`status` により検出される全ての\n"
"    変更内容がコミットされます。"

msgid ""
"    If you are committing the result of a merge, do not provide any\n"
"    filenames or -I/-X filters."
msgstr ""
"    :hg:`merge` 結果をコミットする場合、 ファイル名または -I/-X の、\n"
"    いずれも指定しないでください。"

msgid ""
"    If no commit message is specified, Mercurial starts your\n"
"    configured editor where you can enter a message. In case your\n"
"    commit fails, you will find a backup of your message in\n"
"    ``.hg/last-message.txt``."
msgstr ""
"    コミットログが指定されない場合、 メッセージ入力用のプログラムが、\n"
"    設定に従って起動されます。 コミット処理が失敗した場合でも、\n"
"    入力したメッセージは ``.hg/last-message.txt`` に保存されます。"

msgid ""
"    The --close-branch flag can be used to mark the current branch\n"
"    head closed. When all heads of a branch are closed, the branch\n"
"    will be considered closed and no longer listed."
msgstr ""
"    --close-branch 指定により、 現ブランチヘッドが閉鎖されます。\n"
"    当該ブランチにおける、 全ブランチヘッドの閉鎖をもって、\n"
"    そのブランチの閉鎖とみなし、 以後は一覧に列挙されません。"

msgid ""
"    The --amend flag can be used to amend the parent of the\n"
"    working directory with a new commit that contains the changes\n"
"    in the parent in addition to those currently reported by :hg:`status`,\n"
"    if there are any. The old commit is stored in a backup bundle in\n"
"    ``.hg/strip-backup`` (see :hg:`help bundle` and :hg:`help unbundle`\n"
"    on how to restore it)."
msgstr ""
"    --amend を指定した場合、 作業領域の親リビジョンの持つ変更内容に、\n"
"    :hg:`status` が表示する変更内容 (変更がある場合) を加えたもので、\n"
"    作業領域の親リビジョンを改変します。 改変前のリビジョンの内容は、\n"
"    バンドル形式で ``.hg/strip-backup`` にバックアップされます。\n"
"    (復旧方法は :hg:`help bundle` および :hg:`help unbundle` を参照).\n"
"    (※ 訳注: --amend 指定時は、 対象ファイルを指定しても、\n"
"    追加記録分の選択にのみ使用され、 記録済みファイルの取捨選択には、\n"
"    影響しません。 MQ エクステンションの :hg:`qrefresh` における\n"
"    ``--short`` 指定と同等な挙動となります。)"

msgid ""
"    Message, user and date are taken from the amended commit unless\n"
"    specified. When a message isn't specified on the command line,\n"
"    the editor will open with the message of the amended commit."
msgstr ""
"    コミットログ、 ユーザ名、 記録日付は、 明示的な指定が無い限り、\n"
"    改変対象のリビジョンのものが再利用されます。 コマンド行において、\n"
"    コミットログが指定されない場合、 改変前のメッセージを使って、\n"
"    エディタが起動されます。"

msgid ""
"    It is not possible to amend public changesets (see :hg:`help phases`)\n"
"    or changesets that have children."
msgstr ""
"    public フェーズ (:hg:`help phases` 参照) のリビジョンや、\n"
"    既に子リビジョンを持つリビジョンは、 改変できません "

msgid "    Returns 0 on success, 1 if nothing changed."
msgstr "    成功時のコマンドの終了値は 0、 変更が検出できない場合は 1 です。"

msgid "      - commit all files ending in .py::"
msgstr "      - .py 拡張子を持つ全てのファイルの変更を記録::"

msgid "          hg commit --include \"set:**.py\""
msgstr "          hg commit --include \"set:**.py\""

msgid "      - commit all non-binary files::"
msgstr "      - 全ての非バイナリ形式ファイルの変更を記録::"

msgid "          hg commit --exclude \"set:binary()\""
msgstr "          hg commit --exclude \"set:binary()\""

msgid "      - amend the current commit and set the date to now::"
msgstr "      - 作業領域の親リビジョンの再コミット (日付を現在時刻に更新)::"

msgid ""
"          hg commit --amend --date now\n"
"    "
msgstr ""
"          hg commit --amend --date now\n"
"    "

msgid "cannot amend with --subrepos"
msgstr "--amend と --subrepos は併用できません"

msgid "can only close branch heads"
msgstr "閉鎖できるのはブランチヘッドだけです"

msgid "cannot amend with ui.commitsubrepos enabled"
msgstr "ui.commitsubrepos が有効になっている場合は --amend を使用できません"

msgid "show untrusted configuration options"
msgstr "信頼できない設定項目も表示"

msgid "edit user config"
msgstr "ユーザ毎設定ファイルの編集"

msgid "edit repository config"
msgstr "リポジトリ毎設定ファイルの編集"

msgid "edit global config"
msgstr "システムワイド設定ファイルの編集"

msgid "[-u] [NAME]..."
msgstr "[-u] [NAME]..."

msgid "show combined config settings from all hgrc files"
msgstr "全設定ファイルによる最終的な設定内容の表示"

msgid "    With no arguments, print names and values of all config items."
msgstr ""
"    引数指定が無い場合、 全ての設定項目に対して、 名前と値を表示します。"

msgid ""
"    With one argument of the form section.name, print just the value\n"
"    of that config item."
msgstr ""
"    'section.name' 形式に合致する引数を1つだけ指定した場合、 その設定項目\n"
"    値のみを表示します。"

msgid ""
"    With multiple arguments, print names and values of all config\n"
"    items with matching section names or section.names."
msgstr ""
"    複数の引数が指定された場合、 それらを ``セクション名`` または\n"
"    ``セクション名.項目名`` とみなし、 該当する設定項目を全て表示します。"

msgid ""
"    With --edit, start an editor on the user-level config file. With\n"
"    --global, edit the system-wide config file. With --local, edit the\n"
"    repository-level config file."
msgstr ""
"    --edit 指定のある場合、 ユーザ毎設定ファイルの編集を開始します。\n"
"    --global 指定のある場合は、 システムワイド設定ファイルが、 --local\n"
"    指定のある場合は、 リポジトリ毎設定ファイルが、 編集対象になります。"

msgid ""
"    With --debug, the source (filename and line number) is printed\n"
"    for each config item."
msgstr ""
"    --debug 指定がある場合、 設定項目毎に記述位置(ファイル名と行番号)が\n"
"    表示されます。\n"
"    "

msgid "    See :hg:`help config` for more information about config files."
msgstr "    設定ファイルに関する詳細は :hg:`help config` を参照してください。"

msgid "    Returns 0 on success, 1 if NAME does not exist."
msgstr "    成功時のコマンド終了値は 0、指定セクション不在時は 1 です。"

msgid "can't use --local and --global together"
msgstr "--local と --global は併用できません"

msgid "can't use --local outside a repository"
msgstr "リポジトリの外側では --local を指定できません"

msgid "edit failed"
msgstr "編集に失敗"

msgid "record a copy that has already occurred"
msgstr "手動で複製済みのファイルに対して、 複製の旨を記録"

msgid "forcibly copy over an existing managed file"
msgstr "同名の登録済みファイルが存在しても複製を実施"

msgid "[OPTION]... [SOURCE]... DEST"
msgstr "[OPTION]... [SOURCE]... DEST"

msgid "mark files as copied for the next commit"
msgstr "指定されたファイルの複製"

msgid ""
"    Mark dest as having copies of source files. If dest is a\n"
"    directory, copies are put in that directory. If dest is a file,\n"
"    the source must be a single file."
msgstr ""
"    対象ファイルが複製元からの複製であることを記録します。 複製先指定が\n"
"    ディレクトリの場合、 ディレクトリ内に複製が作成されます。 複製先指定が\n"
"    ファイルの場合、 複製元は1つしか指定できません。"

msgid ""
"    By default, this command copies the contents of files as they\n"
"    exist in the working directory. If invoked with -A/--after, the\n"
"    operation is recorded, but no copying is performed."
msgstr ""
"    特に指定が無い場合、 複製元ファイルの内容を持つ複製先ファイルを作業\n"
"    領域に作成します。 -A/--after 指定がある場合、 「複製」操作は記録され\n"
"    ますが、 ファイルの複製は行われません。"

msgid ""
"    This command takes effect with the next commit. To undo a copy\n"
"    before that, see :hg:`revert`."
msgstr ""
"    本コマンドの実行結果は次回のコミットの際に効果を発揮します。\n"
"    複製操作のコミット前取り消しは、 :hg:`help revert` を参照して\n"
"    ください。"

msgid ""
"    Returns 0 on success, 1 if errors are encountered.\n"
"    "
msgstr ""
"    成功時のコマンドの終了値は 0、 エラー発生時は 1 です。\n"
"    "

msgid "[COMMAND]"
msgstr "[COMMAND]"

msgid "list all available commands and options"
msgstr "利用可能な全コマンド/オプションの一覧表示"

msgid "show the command options"
msgstr "当該コマンドのオプション一覧の表示"

msgid "[-o] CMD"
msgstr "[-o] CMD"

msgid "returns the completion list associated with the given command"
msgstr "指定コマンドの補完用リストの取得"

msgid "[OPTION]... ([-c REV] | [-r REV1 [-r REV2]]) [FILE]..."
msgstr "[OPTION]... ([-c REV] | [-r REV1 [-r REV2]]) [FILE]..."

msgid "diff repository (or selected files)"
msgstr "作業領域全体(または指定ファイル)の差分抽出"

msgid "    Show differences between revisions for the specified files."
msgstr "    指定されたファイルに対して、 リビジョン間の差分を表示します。"

msgid "    Differences between files are shown using the unified diff format."
msgstr "    差分は unified diff 形式で表示されます。"

msgid ""
"       :hg:`diff` may generate unexpected results for merges, as it will\n"
"       default to comparing against the working directory's first\n"
"       parent changeset if no revisions are specified."
msgstr ""
"       マージ実施リビジョンに対する :hg:`diff` 結果が、\n"
"       想定と異なる場合があるのは、 対象リビジョン無指定時の比較対象が、\n"
"       作業領域の第1親に固定されているためです。"

msgid ""
"    When two revision arguments are given, then changes are shown\n"
"    between those revisions. If only one revision is specified then\n"
"    that revision is compared to the working directory, and, when no\n"
"    revisions are specified, the working directory files are compared\n"
"    to its first parent."
msgstr ""
"    リビジョン指定が2つの場合、 指定リビジョン間の差分が表示されます。\n"
"    リビジョン指定が1つの場合、 作業領域が指定リビジョンと比較されます。\n"
"    リビジョン指定がない場合、 作業領域が第1親リビジョンと比較されます。"

msgid ""
"    Alternatively you can specify -c/--change with a revision to see\n"
"    the changes in that changeset relative to its first parent."
msgstr ""
"    指定リビジョンと、 その第1親との間の差分を見るには、 -c/--change で\n"
"    対象リビジョンを指定する方法も使用できます。"

msgid ""
"    Without the -a/--text option, diff will avoid generating diffs of\n"
"    files it detects as binary. With -a, diff will generate a diff\n"
"    anyway, probably with undesirable results."
msgstr ""
"    -a/--text 指定が無い場合、 バイナリと思しきファイルは処理対象から\n"
"    除外されます。 -a 指定が有る場合、 結果に関わらず全てのファイルが\n"
"    処理対象となります。"

msgid ""
"    Use the -g/--git option to generate diffs in the git extended diff\n"
"    format. For more information, read :hg:`help diffs`."
msgstr ""
"    git 拡張差分形式で表示するには -g/--git を指定します。 詳細は\n"
"    :hg:`help diffs` を参照してください。"

msgid "      - compare a file in the current working directory to its parent::"
msgstr "      - 作業領域のファイルを親リビジョンと比較::"

msgid "          hg diff foo.c"
msgstr "          hg diff foo.c"

msgid ""
"      - compare two historical versions of a directory, with rename info::"
msgstr "      - 2つのリビジョン時点でのディレクトリ内容を比較 (改名情報付き)::"

msgid "          hg diff --git -r 1.0:1.2 lib/"
msgstr "          hg diff --git -r 1.0:1.2 lib/"

msgid "      - get change stats relative to the last change on some date::"
msgstr "      - 指定日時時点からの差分の統計情報を表示::"

msgid "          hg diff --stat -r \"date('may 2')\""
msgstr "          hg diff --stat -r \"date('may 2')\""

msgid "      - diff all newly-added files that contain a keyword::"
msgstr "      - 指定キーワードを含む全新規追加ファイルの差分を表示::"

msgid "          hg diff \"set:added() and grep(GNU)\""
msgstr "          hg diff \"set:added() and grep(GNU)\""

msgid "      - compare a revision and its parents::"
msgstr "      - 指定リビジョンとその親を比較::"

msgid ""
"          hg diff -c 9353         # compare against first parent\n"
"          hg diff -r 9353^:9353   # same using revset syntax\n"
"          hg diff -r 9353^2:9353  # compare against the second parent"
msgstr ""
"          hg diff -c 9353         # 第1親との比較\n"
"          hg diff -r 9353^:9353   # 上記と等価な revsets 表記\n"
"          hg diff -r 9353^2:9353  # 第2親との比較"

msgid "diff against the second parent"
msgstr "第2親との差分を使用"

msgid "revisions to export"
msgstr "対象リビジョン"

msgid "[OPTION]... [-o OUTFILESPEC] [-r] [REV]..."
msgstr "[OPTION]... [-o OUTFILESPEC] [-r] [REV]..."

msgid "dump the header and diffs for one or more changesets"
msgstr "1つ以上のリビジョンに対するヘッダおよび変更内容の出力"

msgid ""
"    Print the changeset header and diffs for one or more revisions.\n"
"    If no revision is given, the parent of the working directory is used."
msgstr ""
"    指定リビジョンに対して、 ヘッダ情報および変更内容を表示します。\n"
"    リビジョン指定が無い場合は、 作業領域の第1親指定とみなします。"

msgid ""
"    The information shown in the changeset header is: author, date,\n"
"    branch name (if non-default), changeset hash, parent(s) and commit\n"
"    comment."
msgstr ""
"    ヘッダ情報として表示される情報は:作成者/日付/\n"
"    (default 以外の場合は)ブランチ名前/ハッシュ値/親リビジョン/コミットログ"

msgid ""
"       :hg:`export` may generate unexpected diff output for merge\n"
"       changesets, as it will compare the merge changeset against its\n"
"       first parent only."
msgstr ""
"       マージ実施リビジョンに対する :hg:`export` 結果が、\n"
"       想定と異なる場合があるのは、 差分出力の際の比較対象が、\n"
"       当該リビジョンの第1親に固定されているためです。"

msgid ""
"    :``%%``: literal \"%\" character\n"
"    :``%H``: changeset hash (40 hexadecimal digits)\n"
"    :``%N``: number of patches being generated\n"
"    :``%R``: changeset revision number\n"
"    :``%b``: basename of the exporting repository\n"
"    :``%h``: short-form changeset hash (12 hexadecimal digits)\n"
"    :``%m``: first line of the commit message (only alphanumeric "
"characters)\n"
"    :``%n``: zero-padded sequence number, starting at 1\n"
"    :``%r``: zero-padded changeset revision number\n"
"    :``\\``: literal \"\\\" character"
msgstr ""
"    :``%%``: \"%\" 文字そのもの\n"
"    :``%H``: ハッシュ値 (40 桁 16 進数)\n"
"    :``%N``: 生成されるパッチファイルの総数\n"
"    :``%R``: リビジョン番号\n"
"    :``%b``: 対象リポジトリパスの末尾要素\n"
"    :``%h``: 短縮形式ハッシュ値 (12 桁 16 進数)\n"
"    :``%m``: コミットログの1行目 (英数字限定)\n"
"    :``%n``: 1から始まるゼロ詰めの通し番号\n"
"    :``%r``: ゼロ詰めのリビジョン番号\n"
"    :``\\``: \"\\\" 文字そのもの"

msgid ""
"    Without the -a/--text option, export will avoid generating diffs\n"
"    of files it detects as binary. With -a, export will generate a\n"
"    diff anyway, probably with undesirable results."
msgstr ""
"    -a/--text 指定が無い場合、 バイナリと思しきファイルは処理対象から\n"
"    除外されます。 -a 指定が有る場合、 結果に関わらず、 全てのファイルが\n"
"    処理対象となります。"

msgid ""
"    Use the -g/--git option to generate diffs in the git extended diff\n"
"    format. See :hg:`help diffs` for more information."
msgstr ""
"    git 拡張差分形式で出力するには -g/--git を指定します。 詳細は\n"
"    :hg:`help diffs` を参照してください。"

msgid ""
"    With the --switch-parent option, the diff will be against the\n"
"    second parent. It can be useful to review a merge."
msgstr ""
"    --switch-parent を指定することで、 比較対象が第2親になります。\n"
"    これはマージのレビューの際などに有効です。"

msgid ""
"      - use export and import to transplant a bugfix to the current\n"
"        branch::"
msgstr "      - export と import の併用による現ブランチ上への変更の移植::"

msgid "          hg export -r 9353 | hg import -"
msgstr "          hg export -r 9353 | hg import -"

msgid ""
"      - export all the changesets between two revisions to a file with\n"
"        rename information::"
msgstr "      - 指定リビジョン間の全変更 (改名情報付き) をファイルに出力::"

msgid "          hg export --git -r 123:150 > changes.txt"
msgstr "          hg export --git -r 123:150 > changes.txt"

msgid ""
"      - split outgoing changes into a series of patches with\n"
"        descriptive names::"
msgstr "      - 可読性ある名前の一連のファイルに変更内容を分割格納::"

msgid "          hg export -r \"outgoing()\" -o \"%n-%m.patch\""
msgstr "          hg export -r \"outgoing()\" -o \"%n-%m.patch\""

msgid "export requires at least one changeset"
msgstr "最低1つのリビジョン指定が必要です"

msgid "exporting patches:\n"
msgstr "パッチの作成中:\n"

msgid "exporting patch:\n"
msgstr "パッチの作成中:\n"

msgid "search the repository as it is in REV"
msgstr "当該リビジョン時点のファイル一覧から検索"

msgid "end filenames with NUL, for use with xargs"
msgstr "ファイル名をNUL文字(0x00)で終端(xargs との併用向け)"

msgid "list tracked files"
msgstr "管理対象ファイルの一覧表示"

msgid ""
"    Print files under Mercurial control in the working directory or\n"
"    specified revision for given files (excluding removed files).\n"
"    Files can be specified as filenames or filesets."
msgstr ""
"    作業領域又は指定リビジョンで、 パターンに合致する管理対象ファイルを、\n"
"    一覧表示します (登録除外済みファイルは、 表示対象から除外されます)。\n"
"    パターン指定には、 filesets 記述も使用できます。"

msgid ""
"    If no files are given to match, this command prints the names\n"
"    of all files under Mercurial control."
msgstr "    パターン指定が無い場合、 管理対象下の全ファイル名を表示します。"

msgid "      - list all files under the current directory::"
msgstr "      - 現ディレクトリ配下の全てのファイルの列挙::"

msgid "          hg files ."
msgstr "          hg files ."

msgid "      - shows sizes and flags for current revision::"
msgstr "      - 現親リビジョンにおけるサイズ・フラグ情報の表示::"

msgid "          hg files -vr ."
msgstr "          hg files -vr ."

msgid "      - list all files named README::"
msgstr "      - README という名前のファイルの一覧::"

msgid "          hg files -I \"**/README\""
msgstr "          hg files -I \"**/README\""

msgid "      - list all binary files::"
msgstr "      - バイナリ形式ファイルの一覧::"

msgid "          hg files \"set:binary()\""
msgstr "          hg files \"set:binary()\""

msgid "      - find files containing a regular expression::"
msgstr "      - 正規表現に合致する内容のファイルの一覧::"

msgid "          hg files \"set:grep('bob')\""
msgstr "          hg files \"set:grep('bob')\""

msgid "      - search tracked file contents with xargs and grep::"
msgstr "      - xargs と grep コマンドを併用したファイルの検索::"

msgid "          hg files -0 | xargs -0 grep foo"
msgstr "          hg files -0 | xargs -0 grep foo"

msgid ""
"    See :hg:`help patterns` and :hg:`help filesets` for more information\n"
"    on specifying file patterns."
msgstr ""
"    ファイルの指定方法の詳細に関しては :hg:`help patterns` および\n"
"    :hg:`help filesets` を参照してください。"

msgid "    Returns 0 if a match is found, 1 otherwise."
msgstr "    パターン合致がある場合のコマンド終了値は 0、 それ以外は 1 です。"

msgid "forget the specified files on the next commit"
msgstr "次回コミットにおける指定ファイルの登録除外"

msgid ""
"    Mark the specified files so they will no longer be tracked\n"
"    after the next commit."
msgstr "    指定ファイルの次回コミットにおける登録除外を予約します。"

msgid ""
"    This only removes files from the current branch, not from the\n"
"    entire project history, and it does not delete them from the\n"
"    working directory."
msgstr ""
"    本コマンドでの登録除外は、 現ブランチにおける登録除外のみを意味し、\n"
"    履歴そのものは保持され続けますし、 作業領域からも削除されません。"

msgid "    To delete the file from the working directory, see :hg:`remove`."
msgstr "    作業領域中のファイルを削除する場合は :hg:`remove` を使います。"

msgid "    To undo a forget before the next commit, see :hg:`add`."
msgstr ""
"    登録除外操作のコミット前取り消しは、 :hg:`help add` を参照して\n"
"    ください。"

msgid "      - forget newly-added binary files::"
msgstr "      - 新規追加のバイナリファイルを登録除外::"

msgid "          hg forget \"set:added() and binary()\""
msgstr "          hg forget \"set:added() and binary()\""

msgid "      - forget files that would be excluded by .hgignore::"
msgstr "      - .hgignore による無視対象ファイルを登録除外::"

msgid "          hg forget \"set:hgignore()\""
msgstr "          hg forget \"set:hgignore()\""

msgid "no files specified"
msgstr "ファイル名指定がありません"

msgid "revisions to graft"
msgstr "移植対象リビジョン"

msgid "resume interrupted graft"
msgstr "中断された未完了の移植を再開"

msgid "append graft info to log message"
msgstr "コミットログへの移植情報の付与"

msgid "force graft"
msgstr "移植の強制実施"

msgid "record the current date as commit date"
msgstr "現時刻をコミット日時として記録"

msgid "record the current user as committer"
msgstr "現ユーザをコミットユーザとして記録"

msgid "[OPTION]... [-r REV]... REV..."
msgstr "[OPTION]... [-r REV]... REV..."

msgid "copy changes from other branches onto the current branch"
msgstr "別ブランチ上から現行ブランチへの指定リビジョンの複製"

msgid ""
"    This command uses Mercurial's merge logic to copy individual\n"
"    changes from other branches without merging branches in the\n"
"    history graph. This is sometimes known as 'backporting' or\n"
"    'cherry-picking'. By default, graft will copy user, date, and\n"
"    description from the source changesets."
msgstr ""
"    本コマンドは、 あるブランチから別のブランチへ、 Mercurial\n"
"    のマージ機能でリビジョンを複製しますが、 履歴上はマージされません。\n"
"    これは 'backport' または 'cherry-picking' と呼ばれる機能です。\n"
"    特に指定の無い場合、 ユーザ名、 日付、 コミットログは、 \n"
"    元リビジョンのものを再利用します。"

msgid ""
"    Changesets that are ancestors of the current revision, that have\n"
"    already been grafted, or that are merges will be skipped."
msgstr ""
"    現行リビジョンの祖先、 既に移植 (graft) 済みのリビジョン、\n"
"    マージ実施リビジョンは、 複製対象から除外されます。"

msgid "      (grafted from CHANGESETHASH)"
msgstr "      (grafted from 移植元リビジョンのハッシュ値)"

msgid ""
"    If --force is specified, revisions will be grafted even if they\n"
"    are already ancestors of, or have been grafted to, the destination.\n"
"    This is useful when the revisions have since been backed out."
msgstr ""
"    移植対象リビジョン、 あるいはその移植先リビジョンが、 移植先にとって、\n"
"    祖先となる場合 (※ 訳注: 前者は直接的、 後者は間接的な祖先) でも、\n"
"    --force が指定された場合には、 移植が実施されます。\n"
"    :hg:`backout` で打ち消されている移植対象の、 再適用等で有用です。"

msgid ""
"    If a graft merge results in conflicts, the graft process is\n"
"    interrupted so that the current merge can be manually resolved.\n"
"    Once all conflicts are addressed, the graft process can be\n"
"    continued with the -c/--continue option."
msgstr ""
"    本コマンドのマージ処理で衝突が検出された場合、 処理が中断されるので、\n"
"    手動で衝突を解決してください。 全ての衝突が解消されたならば、\n"
"    -c/--continue 指定により、 未完了の移植を再開してください。"

msgid ""
"       The -c/--continue option does not reapply earlier options, except\n"
"       for --force."
msgstr ""
"       -c/--continue での移植再開の際には、 再度明示的に指定しない限り、\n"
"       以前に指定したオプションは適用されません (但し --force 除く)。"

msgid ""
"      - copy a single change to the stable branch and edit its description::"
msgstr "      - コミットログを改変しつつ単一リビジョンを stable へ複製::"

msgid ""
"          hg update stable\n"
"          hg graft --edit 9393"
msgstr ""
"          hg update stable\n"
"          hg graft --edit 9393"

msgid ""
"      - graft a range of changesets with one exception, updating dates::"
msgstr "      - 日付を更新しつつ、2091 を除く指定範囲中のリビジョンを複製::"

msgid "          hg graft -D \"2085::2093 and not 2091\""
msgstr "          hg graft -D \"2085::2093 and not 2091\""

msgid "      - continue a graft after resolving conflicts::"
msgstr "      - 衝突解消後における、未完了の移植の再開::"

msgid "          hg graft -c"
msgstr "          hg graft -c"

msgid "      - show the source of a grafted changeset::"
msgstr "      - 複製元リビジョンの表示::"

msgid "          hg log --debug -r ."
msgstr "          hg log --debug -r ."

msgid "      - show revisions sorted by date::"
msgstr "      - 日付の昇順で整列した履歴の表示::"

msgid "          hg log -r \"sort(all(), date)\""
msgstr "          hg log -r \"sort(all(), date)\""

msgid "    See :hg:`help revisions` for more about specifying revisions."
msgstr "    リビジョン指定の詳細は :hg:`help revisions` を参照してください。"

msgid ""
"    Returns 0 on successful completion.\n"
"    "
msgstr ""
"    成功時のコマンド終了値は 0 です。\n"
"    "

msgid ""
"warning: inconsistent use of --rev might give unexpected revision ordering!\n"
msgstr ""
"警告: 一貫性のない --rev の使用は想定外の順序での移植の危険があります!\n"

msgid "can't specify --continue and revisions"
msgstr "--continue とリビジョンは同時に指定できません"

# this is left untranslated intentionally, because this "graft" is
# used for "no %s in progress", and "graft" is closer to "hg graft" than
# translation of it in this message context (by foozy@lares.dti.ne.jp)
msgid "graft"
msgstr "graft"

#, python-format
msgid "skipping ungraftable merge revision %d\n"
msgstr "移植できないマージリビジョン %d を無視\n"

#, python-format
msgid "skipping ancestor revision %d:%s\n"
msgstr "祖先リビジョン %d:%s を無視\n"

#, python-format
msgid "skipping revision %d:%s (already grafted to %d:%s)\n"
msgstr "リビジョン %d:%s を無視 (%d:%s に移植済み)\n"

#, python-format
msgid ""
"skipping already grafted revision %d:%s (%d:%s also has unknown origin %s)\n"
msgstr "移植済みリビジョン %d:%s を無視 (%d:%s も未知のリビジョン %s 由来)\n"

#, python-format
msgid "skipping already grafted revision %d:%s (%d:%s also has origin %d:%s)\n"
msgstr "移植済みリビジョン %d:%s を無視 (%d:%s も同じリビジョン %d:%s 由来)\n"

#, python-format
msgid "skipping already grafted revision %d:%s (was grafted from %d:%s)\n"
msgstr "移植済みリビジョン %d:%s を無視 (移植元: %d:%s)\n"

#, python-format
msgid "grafting %s\n"
msgstr "%s を移植中\n"

#, python-format
msgid "use 'hg resolve' and 'hg graft --continue%s'"
msgstr ""
"'hg resolve' での衝突解消後に 'hg graft --continue%s' を実行してください"

#, python-format
msgid "note: graft of %d:%s created no changes to commit\n"
msgstr "備考: リビジョン %d:%s は移植先で空になるため無視されます\n"

msgid "end fields with NUL"
msgstr "各フィールドの区切りにNUL文字(0x00)を使用"

msgid "print all revisions that match"
msgstr "合致するリビジョンを全て表示"

msgid "ignore case when matching"
msgstr "大文字小文字を無視して検索"

msgid "print only filenames and revisions that match"
msgstr "合致の際にファイル名とリビジョンのみを表示"

msgid "print matching line numbers"
msgstr "合致した行番号を表示"

msgid "only search files changed within revision range"
msgstr "指定リビジョン範囲のみを検索"

msgid "[OPTION]... PATTERN [FILE]..."
msgstr "[OPTION]... PATTERN [FILE]..."

msgid "search revision history for a pattern in specified files"
msgstr "指定ファイルの履歴における正規表現合致の検索"

msgid ""
"    Search revision history for a regular expression in the specified\n"
"    files or the entire project."
msgstr ""
"    指定ファイル、 またはリポジトリ全体の履歴に対して、 指定正規表現と、\n"
"    変更内容との合致を検索します。"

msgid ""
"    By default, grep prints the most recent revision number for each\n"
"    file in which it finds a match. To get it to print every revision\n"
"    that contains a change in match status (\"-\" for a match that becomes\n"
"    a non-match, or \"+\" for a non-match that becomes a match), use the\n"
"    --all flag."
msgstr ""
"    特に指定が無い場合、 正規表現合致が見つかった、 最新リビジョンのみを、\n"
"    各ファイル毎に表示します。 --all 指定時は、 正規表現合致が見つかった、\n"
"    全リビジョンを表示します (正規表現合致行の削除の場合は \"-\"、\n"
"    追加の場合は \"+\" が、 各リビジョン毎に表示されます)。"

msgid ""
"    PATTERN can be any Python (roughly Perl-compatible) regular\n"
"    expression."
msgstr "    Python 形式の正規表現 (概ね Perl のそれと互換) が使用可能です。"

msgid ""
"    If no FILEs are specified (and -f/--follow isn't set), all files in\n"
"    the repository are searched, including those that don't exist in the\n"
"    current branch or have been deleted in a prior changeset."
msgstr ""
"    対象ファイル (および -f/--follow) が未指定の場合、 全ての履歴が、\n"
"    検索対象となります。 別ブランチでの追加や、 祖先における登録除外等で、\n"
"    現作業領域中に存在しないファイルの履歴も、 検索対象に含まれます。"

msgid ""
"    Returns 0 if a match is found, 1 otherwise.\n"
"    "
msgstr ""
"    正規表現合致がある場合のコマンドの終了値は 0、 それ以外は 1 です。\n"
"    "

#, python-format
msgid "grep: invalid match pattern: %s\n"
msgstr "grep: '%s' は不正なパターンです\n"

msgid " Binary file matches"
msgstr " バイナリファイルに合致"

msgid "STARTREV"
msgstr "開始リビジョン"

msgid "show only heads which are descendants of STARTREV"
msgstr "指定リビジョンの子孫となるヘッドのみを表示"

msgid "show topological heads only"
msgstr "構造的なヘッドのみを表示"

msgid "show active branchheads only (DEPRECATED)"
msgstr "アクティブなブランチヘッドのみを表示 (非推奨)"

msgid "show normal and closed branch heads"
msgstr "閉鎖済みヘッドも表示"

msgid "[-ct] [-r STARTREV] [REV]..."
msgstr "[-ct] [-r STARTREV] [REV]..."

msgid "show branch heads"
msgstr "ブランチヘッドを表示"

msgid ""
"    With no arguments, show all open branch heads in the repository.\n"
"    Branch heads are changesets that have no descendants on the\n"
"    same branch. They are where development generally takes place and\n"
"    are the usual targets for update and merge operations."
msgstr ""
"    引数指定が無い場合、 リポジトリ中の未閉鎖ブランチヘッドを、\n"
"    全て表示します。 「ブランチヘッド」とは、 同一名前付きブランチ上に、\n"
"    子リビジョンを持たないリビジョンのことです。 新規の変更内容は、\n"
"    このようなリビジョンに記録されますので、 update や merge 操作での、\n"
"    対象として指定される機会が多いです。"

msgid ""
"    If one or more REVs are given, only open branch heads on the\n"
"    branches associated with the specified changesets are shown. This\n"
"    means that you can use :hg:`heads .` to see the heads on the\n"
"    currently checked-out branch."
msgstr ""
"    1つ以上のリビジョンが指定された場合、 指定リビジョンが属する、\n"
"    名前付きブランチの、 未閉鎖ブランチヘッドのみを表示します。\n"
"    例えば :hg:`heads .` 実行では、 作業領域が属する名前付きブランチの、\n"
"    未閉鎖ブランチヘッドにみが表示されます。"

msgid ""
"    If -c/--closed is specified, also show branch heads marked closed\n"
"    (see :hg:`commit --close-branch`)."
msgstr ""
"    -c/--closed 指定時には、 閉鎖済みのブランチ\n"
"    (:hg:`commit --close-branch` 参照) も表示されます。"

msgid ""
"    If STARTREV is specified, only those heads that are descendants of\n"
"    STARTREV will be displayed."
msgstr ""
"    「開始リビジョン」が指定された場合、 指定された開始リビジョンの\n"
"    子孫となるヘッドのみが表示されます。"

msgid ""
"    If -t/--topo is specified, named branch mechanics will be ignored and "
"only\n"
"    topological heads (changesets with no children) will be shown."
msgstr ""
"    -t/--topo 指定時には、 名前付きブランチに関する判定は無視され、\n"
"    構造的 (topological) ヘッド (子リビジョンを一切持たないリビジョン)\n"
"    が表示されます。"

msgid ""
"    Returns 0 if matching heads are found, 1 if not.\n"
"    "
msgstr ""
"    合致するヘッドがある場合のコマンドの終了値は 0、 それ以外は 1 です。\n"
"    "

#, python-format
msgid "no open branch heads found on branches %s"
msgstr "ブランチ %s にはオープンなヘッドがありません"

#, python-format
msgid " (started at %s)"
msgstr " (%s から開始)"

msgid "show only help for extensions"
msgstr "エクステンションのヘルプのみを表示"

msgid "show only help for commands"
msgstr "コマンドに関するヘルプのみを表示"

msgid "show topics matching keyword"
msgstr "キーワードに合致するトピック一覧を表示"

msgid "show help for specific platform(s)"
msgstr "指定環境に固有のヘルプを表示"

msgid "[-ecks] [TOPIC]"
msgstr "[-ecks] [TOPIC]"

msgid "show help for a given topic or a help overview"
msgstr "指定されたトピックのヘルプや、 ヘルプ概要の表示"

msgid ""
"    With no arguments, print a list of commands with short help messages."
msgstr "    引数指定が無い場合、 コマンドの一覧と概要を表示します。"

msgid ""
"    Given a topic, extension, or command name, print help for that\n"
"    topic."
msgstr ""
"    トピックやコマンド名が指定された場合、 指定対象のヘルプを表示します。"

msgid ""
"    Returns 0 if successful.\n"
"    "
msgstr ""
"    成功時のコマンド終了値は 0 です。\n"
"    "

msgid "identify the specified revision"
msgstr "当該リビジョンの識別情報を表示"

msgid "show local revision number"
msgstr "リビジョン番号を表示"

msgid "show global revision id"
msgstr "ハッシュ値を表示"

msgid "show branch"
msgstr "ブランチ名を表示"

msgid "show tags"
msgstr "タグを表示"

msgid "show bookmarks"
msgstr "ブックマークの表示"

msgid "[-nibtB] [-r REV] [SOURCE]"
msgstr "[-nibtB] [-r REV] [SOURCE]"

msgid "identify the working directory or specified revision"
msgstr "作業領域または特定リビジョンの識別情報表示"

msgid ""
"    Print a summary identifying the repository state at REV using one or\n"
"    two parent hash identifiers, followed by a \"+\" if the working\n"
"    directory has uncommitted changes, the branch name (if not default),\n"
"    a list of tags, and a list of bookmarks."
msgstr ""
"    1つまたは2つの親リビジョンのハッシュ値を使用して、\n"
"    指定リビジョンにおける要約情報を表示します。\n"
"    親リビジョンハッシュに続けて、\n"
"    作業領域の変更が未コミットの場合は \"+\" 、\n"
"    default 以外のブランチであればブランチ名、\n"
"    付与されているタグの一覧、\n"
"    および付与されているブックマークの一覧が表示されます。"

msgid ""
"    When REV is not given, print a summary of the current state of the\n"
"    repository including the working directory. Specify -r. to get "
"information\n"
"    of the working directory parent without scanning uncommitted changes."
msgstr ""
"    リビジョン指定無しで起動された場合は、 リポジトリの状態を表示します\n"
"    (作業領域状態含む)。 作業領域の未コミット変更等を無視する場合は、\n"
"    ``-r .`` を指定してください。"

msgid ""
"    Specifying a path to a repository root or Mercurial bundle will\n"
"    cause lookup to operate on that repository/bundle."
msgstr ""
"    パス指定有りでの起動の際には、 他のリポジトリまたはバンドルファイルの\n"
"    状態を表示します。"

msgid "      - generate a build identifier for the working directory::"
msgstr "      - 作業領域のビルド識別情報の生成::"

msgid "          hg id --id > build-id.dat"
msgstr "          hg id --id > build-id.dat"

msgid "      - find the revision corresponding to a tag::"
msgstr "      - タグに対応するリビジョンの特定::"

msgid "          hg id -n -r 1.3"
msgstr "          hg id -n -r 1.3"

msgid "      - check the most recent revision of a remote repository::"
msgstr "      - 連携先リポジトリにおける最新リビジョンの確認::"

msgid "          hg id -r tip https://www.mercurial-scm.org/repo/hg/"
msgstr "          hg id -r tip https://www.mercurial-scm.org/repo/hg/"

msgid ""
"    See :hg:`log` for generating more information about specific revisions,\n"
"    including full hash identifiers."
msgstr ""
"    識別用ハッシュ値等を含む、 特定リビジョンの情報参照に関する詳細は、\n"
"    :hg:`log` を参照してください。"

msgid "can't query remote revision number, branch, or tags"
msgstr "リビジョン番号/ブランチ/タグは遠隔問い合わせできません"

msgid ""
"directory strip option for patch. This has the same meaning as the "
"corresponding patch option"
msgstr "パス要素除去数(patch コマンドの同名オプションと同機能)"

msgid "PATH"
msgstr "パス"

msgid "base path (DEPRECATED)"
msgstr "基底パス (非推奨)"

msgid "skip check for outstanding uncommitted changes (DEPRECATED)"
msgstr "作業領域中の未コミット変更の確認を省略 (非推奨)"

msgid "don't commit, just update the working directory"
msgstr "作業領域の更新のみで、 コミット実施を抑止"

msgid "apply patch without touching the working directory"
msgstr "作業領域の内容を変更せずにパッチを適用"

msgid "commit even if some hunks fail"
msgstr "適用失敗があってもコミットを実施"

msgid "abort if patch would apply lossily"
msgstr "適用時にパッチ内容が損なわれる場合は中断"

msgid "apply patch to subdirectory"
msgstr "パッチ適用先サブディレクトリの指定"

msgid "use any branch information in patch (implied by --exact)"
msgstr "パッチ中のブランチ情報を利用(--exact 指定時は自動適用)"

msgid "[OPTION]... PATCH..."
msgstr "[OPTION]... PATCH..."

msgid "import an ordered set of patches"
msgstr "パッチの順次取り込み"

msgid ""
"    Import a list of patches and commit them individually (unless\n"
"    --no-commit is specified)."
msgstr ""
"    列挙されたパッチの取り込みおよびコミットを\n"
"    (--no-commit 指定が無い限り) 個別に行います。"

msgid ""
"    To read a patch from standard input (stdin), use \"-\" as the patch\n"
"    name. If a URL is specified, the patch will be downloaded from\n"
"    there."
msgstr ""
"    標準入力 (stdin) からの取り込みは、 パッチ名に \"-\" を指定します。\n"
"    URL が指定された場合、 パッチを当該 URL からダウンロードします。"

msgid ""
"    Import first applies changes to the working directory (unless\n"
"    --bypass is specified), import will abort if there are outstanding\n"
"    changes."
msgstr ""
"    取り込み作業は作業領域で実施されるため、 未コミット変更がある場合は、\n"
"    取り込み操作は中断されます (--bypass 指定時除く)。"

msgid ""
"    Use --bypass to apply and commit patches directly to the\n"
"    repository, without affecting the working directory. Without\n"
"    --exact, patches will be applied on top of the working directory\n"
"    parent revision."
msgstr ""
"    --bypass 指定時は、 作業領域内容の変更無しに、 履歴に記録します。\n"
"    --exact 指定が無い場合、 変更は作業領域の親リビジョンに適用されます。"

msgid ""
"    You can import a patch straight from a mail message. Even patches\n"
"    as attachments work (to use the body part, it must have type\n"
"    text/plain or text/x-patch). From and Subject headers of email\n"
"    message are used as default committer and commit message. All\n"
"    text/plain body parts before first diff are added to the commit\n"
"    message."
msgstr ""
"    添付ファイル形式 (但し text/plain または text/x-patch 型限定)\n"
"    を含めて、 電子メールからもパッチを取り込めます。\n"
"    作成者/コミットログが無い場合、 電子メールの From および Subject\n"
"    ヘッダ値を使用します。 差分データに先立つ text/plain パートは、\n"
"    コミットログに追記されます。"

msgid ""
"    If the imported patch was generated by :hg:`export`, user and\n"
"    description from patch override values from message headers and\n"
"    body. Values given on command line with -m/--message and -u/--user\n"
"    override these."
msgstr ""
"    :hg:`export` により生成されたパッチを取り込む場合、 電子メールの\n"
"    ヘッダやボディの情報よりも、 パッチに含まれる情報の方が優先します。\n"
"    コマンドラインでの -m/--message または -u/--user 指定は、\n"
"    これらよりも更に優先します。"

msgid ""
"    If --exact is specified, import will set the working directory to\n"
"    the parent of each patch before applying it, and will abort if the\n"
"    resulting changeset has a different ID than the one recorded in\n"
"    the patch. This will guard against various ways that portable\n"
"    patch formats and mail systems might fail to transfer Mercurial\n"
"    data or metadata. See :hg:`bundle` for lossless transmission."
msgstr ""
"    --exact 指定時には、 作業領域をパッチの親リビジョンに更新してから、\n"
"    パッチを適用します。 パッチにより作成されたリビジョンのハッシュ値が、\n"
"    パッチに記録された値と異なる場合、 パッチの取り込みは中断されます。\n"
"    パッチ形式選択の問題や、 メール配送過程での内容改変など、\n"
"    予期せぬ変更内容が、 適用されることを防止できます。 変更内容を、\n"
"    欠損無く転送する方法に関しては :hg:`bundle` を参照してください。"

msgid ""
"    Use --partial to ensure a changeset will be created from the patch\n"
"    even if some hunks fail to apply. Hunks that fail to apply will be\n"
"    written to a <target-file>.rej file. Conflicts can then be resolved\n"
"    by hand before :hg:`commit --amend` is run to update the created\n"
"    changeset. This flag exists to let people import patches that\n"
"    partially apply without losing the associated metadata (author,\n"
"    date, description, ...)."
msgstr ""
"    --partial 指定により、 パッチが部分的にしか適用されない場合でも、\n"
"    新規リビジョンの生成が保証されます。 適用失敗したパッチ部位は、\n"
"    ``対象ファイル.rej`` ファイルに保存されます。 適用失敗部位の問題を、\n"
"    手動で解消した上で、 :hg:`commit --amend` で取り込むことも可能です。\n"
"    --partial には、 パッチに含まれるメタデータ情報 (コミットユーザ名、\n"
"    日付、 コミットログなど) を失うことを回避する目的があります。"

msgid ""
"       When no hunks apply cleanly, :hg:`import --partial` will create\n"
"       an empty changeset, importing only the patch metadata."
msgstr ""
"       パッチ適用が完全に失敗した場合でも、 :hg:`import --partial` は、\n"
"       メタデータのみが記録された、 新規リビジョンを作成します。"

msgid ""
"    With -s/--similarity, hg will attempt to discover renames and\n"
"    copies in the patch in the same way as :hg:`addremove`."
msgstr ""
"    -s/--similarity が指定された場合、 :hg:`addremove` と同様な方針で、\n"
"    パッチによる変更結果から、 改名や複製を検出します。"

msgid ""
"    It is possible to use external patch programs to perform the patch\n"
"    by setting the ``ui.patch`` configuration option. For the default\n"
"    internal tool, the fuzz can also be configured via ``patch.fuzz``.\n"
"    See :hg:`help config` for more information about configuration\n"
"    files and how to use these options."
msgstr ""
"    ``ui.patch`` 設定により、 外部プログラムでのパッチ適用も可能です。\n"
"    デフォルトのパッチ適用で使用される Mercurial の内部処理でも、\n"
"    ``patch.fuzz`` 設定により fuzz 挙動を制御可能です。 設定ファイルや、\n"
"    上記設定項目の詳細に関しては :hg:`help config` を参照してください。"

msgid "      - import a traditional patch from a website and detect renames::"
msgstr "      - ウェブサイトから入手した標準的なパッチの適用と改名の判定::"

msgid "          hg import -s 80 http://example.com/bugfix.patch"
msgstr "          hg import -s 80 http://example.com/bugfix.patch"

msgid "      - import a changeset from an hgweb server::"
msgstr "      - hgweb サーバからの指定リビジョンの取り込み::"

msgid ""
"          hg import https://www.mercurial-scm.org/repo/hg/rev/5ca8c111e9aa"
msgstr ""
"          hg import https://www.mercurial-scm.org/repo/hg/rev/5ca8c111e9aa"

msgid "      - import all the patches in an Unix-style mbox::"
msgstr "      - Unix 形式 mbox ファイル中の全パッチの取り込み::"

msgid "          hg import incoming-patches.mbox"
msgstr "          hg import incoming-patches.mbox"

msgid "      - import patches from stdin::"
msgstr "      - 標準入力 (stdin) からのパッチ取り込み::"

msgid "          hg import -"
msgstr "          hg import -"

msgid ""
"      - attempt to exactly restore an exported changeset (not always\n"
"        possible)::"
msgstr ""
"      - export されたリビジョンの厳密適用 (常に成功するとは限りません)::"

msgid "          hg import --exact proposed-fix.patch"
msgstr "          hg import --exact proposed-fix.patch"

msgid ""
"      - use an external tool to apply a patch which is too fuzzy for\n"
"        the default internal tool."
msgstr ""
"      - 内部パッチ適用ツールでは fuzz 要因で適用が難しいパッチを、 \n"
"        外部パッチツールを使って適用"

msgid "          hg import --config ui.patch=\"patch --merge\" fuzzy.patch"
msgstr "          hg import --config ui.patch=\"patch --merge\" fuzzy.patch"

msgid "      - change the default fuzzing from 2 to a less strict 7"
msgstr "      - デフォルトの fuzz 許容量 2 から緩和して 7 に設定"

msgid "          hg import --config ui.fuzz=7 fuzz.patch"
msgstr "          hg import --config ui.fuzz=7 fuzz.patch"

msgid ""
"    Returns 0 on success, 1 on partial success (see --partial).\n"
"    "
msgstr ""
"    成功時のコマンド終了値は 0、部分成功時は 1 です (--partial 参照).\n"
"    "

msgid "need at least one patch to import"
msgstr "取り込みには最低1つのパッチ名指定が必要です"

msgid "cannot use --no-commit with --bypass"
msgstr "--no-commit と --bypass は併用できません"

msgid "similarity must be a number"
msgstr "類似度には数値を指定してください"

msgid "cannot use --similarity with --bypass"
msgstr "--similarity と --bypass は併用できません"

msgid "cannot use --exact with --edit"
msgstr "--exact と --edit は併用できません"

msgid "cannot use --exact with --prefix"
msgstr "--exact と --prefix は併用できません"

msgid "applying patch from stdin\n"
msgstr "標準入力からのパッチを適用中\n"

msgid "patch applied partially\n"
msgstr "パッチの一部のみが適用されました\n"

msgid "(fix the .rej files and run `hg commit --amend`)\n"
msgstr "(.rej ファイル中の却下差分への対処後に hg commit --amend を推奨)\n"

#, python-format
msgid "%s: no diffs found"
msgstr "%s: 差分がありません"

msgid "run even if remote repository is unrelated"
msgstr "連携先が無関係なリポジトリでも実行"

msgid "show newest record first"
msgstr "新しいリビジョンから先に表示"

msgid "file to store the bundles into"
msgstr "バンドルファイルの書き出し先"

msgid "a remote changeset intended to be added"
msgstr "取り込み対象リビジョン"

msgid "compare bookmarks"
msgstr "ブックマークの比較"

msgid "a specific branch you would like to pull"
msgstr "取り込み対象の名前付きブランチ"

msgid "[-p] [-n] [-M] [-f] [-r REV]... [--bundle FILENAME] [SOURCE]"
msgstr "[-p] [-n] [-M] [-f] [-r REV]... [--bundle FILENAME] [SOURCE]"

msgid "show new changesets found in source"
msgstr "指定リポジトリ中の未取り込みリビジョンの検索"

msgid ""
"    Show new changesets found in the specified path/URL or the default\n"
"    pull location. These are the changesets that would have been pulled\n"
"    by :hg:`pull` at the time you issued this command."
msgstr ""
"    連携先リポジトリ中の、 新規リビジョンを表示します (連携先は、\n"
"    指定のファイルパス、 URL、 あるいは無指定時連携先リポジトリ設定)。\n"
"    表示されたリビジョンは :hg:`pull` 実行時に、 取り込み対象となります。"

msgid "    See pull for valid source format details."
msgstr "    対象リポジトリの指定形式は :hg:`help pull` を参照してください。"

msgid ""
"      With -B/--bookmarks, the result of bookmark comparison between\n"
"      local and remote repositories is displayed. With -v/--verbose,\n"
"      status is also displayed for each bookmark like below::"
msgstr ""
"      -B/--bookmarks 指定時は、 手元のリポジトリと連携先リポジトリとの、\n"
"      ブックマーク比較結果が表示されます。 -v/--verbose が指定された場合、\n"
"      各ブックマーク毎に、 以下の様な状態情報が表示されます::"

msgid ""
"        BM1               01234567890a added\n"
"        BM2               1234567890ab advanced\n"
"        BM3               234567890abc diverged\n"
"        BM4               34567890abcd changed"
msgstr ""
"        BM1               01234567890a 追加\n"
"        BM2               1234567890ab 更新\n"
"        BM3               234567890abc 分岐\n"
"        BM4               34567890abcd 変更"

msgid ""
"      The action taken locally when pulling depends on the\n"
"      status of each bookmark:"
msgstr ""
"      各ブックマークの状態に応じて、 手元のリポジトリで :hg:`pull`\n"
"      時に実施される処理が異なります:"

msgid ""
"      :``added``: pull will create it\n"
"      :``advanced``: pull will update it\n"
"      :``diverged``: pull will create a divergent bookmark\n"
"      :``changed``: result depends on remote changesets"
msgstr ""
"      :``追加``: 当該ブックマークを作成\n"
"      :``更新``: 当該ブックマークを更新\n"
"      :``分岐``: (@付きの)分岐先ブックマークを作成\n"
"      :``変更``: 参照先リビジョンに応じて挙動が変化"

msgid ""
"      From the point of view of pulling behavior, bookmark\n"
"      existing only in the remote repository are treated as ``added``,\n"
"      even if it is in fact locally deleted."
msgstr ""
"      仮に手元のリポジトリで削除されたブックマークであったとしても、\n"
"      :hg:`pull` 挙動の観点から、 連携先にのみ存在するものは、 ``追加``\n"
"      扱いされます。"

msgid ""
"      For remote repository, using --bundle avoids downloading the\n"
"      changesets twice if the incoming is followed by a pull."
msgstr ""
"      --bundle での書き出し結果を利用した :hg:`pull` の実施は、\n"
"      :hg:`pull` での再度のデータ転送を抑止できるため、\n"
"      (データ転送コストの高い) 遠隔ホストとの連携では特に有用です。"

msgid "      - show incoming changes with patches and full description::"
msgstr "      - 取り込み対象リビジョン群の変更内容・コミットログ全体も表示::"

msgid "          hg incoming -vp"
msgstr "          hg incoming -vp"

msgid "      - show incoming changes excluding merges, store a bundle::"
msgstr "      - マージ以外の取り込み対象リビジョン群の表示とバンドルへの格納::"

msgid ""
"          hg in -vpM --bundle incoming.hg\n"
"          hg pull incoming.hg"
msgstr ""
"          hg in -vpM --bundle incoming.hg\n"
"          hg pull incoming.hg"

msgid "      - briefly list changes inside a bundle::"
msgstr "      - バンドル内のリビジョン群の簡易表示::"

msgid "          hg in changes.hg -T \"{desc|firstline}\\n\""
msgstr "          hg in changes.hg -T \"{desc|firstline}\\n\""

msgid ""
"    Returns 0 if there are incoming changes, 1 otherwise.\n"
"    "
msgstr ""
"    取り込み対象がある場合のコマンド終了値は 0、 それ以外は 1 です。\n"
"    "

msgid "cannot combine --bundle and --subrepos"
msgstr "--bundle と --subrepos は併用できません"

msgid "remote doesn't support bookmarks\n"
msgstr "連携先リポジトリはブックマークが未サポートです\n"

msgid "[-e CMD] [--remotecmd CMD] [DEST]"
msgstr "[-e CMD] [--remotecmd CMD] [DEST]"

msgid "create a new repository in the given directory"
msgstr "指定されたディレクトリでの新規リポジトリの作成"

msgid ""
"    Initialize a new repository in the given directory. If the given\n"
"    directory does not exist, it will be created."
msgstr ""
"    指定されたディレクトリに新規リポジトリを作成します。 指定された\n"
"    ディレクトリが存在しない場合には、 ディレクトリを作成します。"

msgid "    If no directory is given, the current directory is used."
msgstr "    ディレクトリが指定されない場合、 現ディレクトリが初期化されます。"

msgid ""
"    It is possible to specify an ``ssh://`` URL as the destination.\n"
"    See :hg:`help urls` for more information."
msgstr ""
"    複製先として ``ssh://`` URL 形式を指定することも可能です。\n"
"    詳細に関しては、 :hg:`help urls` を参照してください。"

msgid "print complete paths from the filesystem root"
msgstr "ファイルシステムのルートからの絶対パスで表示"

msgid "[OPTION]... [PATTERN]..."
msgstr "[OPTION]... [PATTERN]..."

msgid "locate files matching specific patterns (DEPRECATED)"
msgstr "指定されたパターンに合致する名前を持つファイルの特定 (非推奨)"

msgid ""
"    Print files under Mercurial control in the working directory whose\n"
"    names match the given patterns."
msgstr ""
"    構成管理対象となるファイルの中から、 指定されたパターンに合致する\n"
"    名前のファイルを特定します。"

msgid ""
"    By default, this command searches all directories in the working\n"
"    directory. To search just the current directory and its\n"
"    subdirectories, use \"--include .\"."
msgstr ""
"    特に指定が無い場合、 本コマンドは構成管理対象となる作業領域中の\n"
"    全ディレクトリを検索対象とします。 現ディレクトリとその配下のみを検索\n"
"    対象とする場合は \"--include .\" を指定します。"

msgid ""
"    If no patterns are given to match, this command prints the names\n"
"    of all files under Mercurial control in the working directory."
msgstr ""
"    パターン指定が無い場合、 本コマンドは構成管理対象下にある作業領域中の\n"
"    全てのファイル名を表示します。"

msgid ""
"    If you want to feed the output of this command into the \"xargs\"\n"
"    command, use the -0 option to both this command and \"xargs\". This\n"
"    will avoid the problem of \"xargs\" treating single filenames that\n"
"    contain whitespace as multiple filenames."
msgstr ""
"    本コマンドの出力を \"xargs\" コマンドへと渡す場合、 本コマンドと\n"
"    \"xargs\" コマンドの両方に \"-0\" を指定してください。 空白文字を\n"
"    含む単一のファイル名を、 \"xargs\" が複数のファイル名に解釈して\n"
"    しまう問題は、 このオプションにより解消されます。"

msgid "    See :hg:`help files` for a more versatile command."
msgstr "    より高機能な :hg:`files` コマンドのヘルプを参照してください。"

msgid "follow line range of specified file (EXPERIMENTAL)"
msgstr "指定ファイルの特定行範囲の変更を追跡 (実験的実装)"

msgid "FILE,RANGE"
msgstr "ファイル,行範囲"

msgid "show revision history of entire repository or files"
msgstr "リポジトリ全体またはファイルの変更履歴の表示"

msgid ""
"    Print the revision history of the specified files or the entire\n"
"    project."
msgstr "    特定のファイルまたはリポジトリ全体の変更履歴を表示します。"

msgid ""
"    If no revision range is specified, the default is ``tip:0`` unless\n"
"    --follow is set, in which case the working directory parent is\n"
"    used as the starting revision."
msgstr ""
"    特に指定されない場合、 対象となるリビジョンの範囲は ``tip:0``\n"
"    とみなされますが、 --follow が指定された場合は、 作業領域の\n"
"    親リビジョンが開始リビジョンとみなされます。"

msgid ""
"    File history is shown without following rename or copy history of\n"
"    files. Use -f/--follow with a filename to follow history across\n"
"    renames and copies. --follow without a filename will only show\n"
"    ancestors of the starting revision."
msgstr ""
"    ファイルの履歴表示では、 改名/複製の元ファイルの履歴は表示しません。\n"
"    元ファイルの履歴までさかのぼる場合は、 ファイル名と一緒に -f/--follow\n"
"    を使用します。 --follow 指定の際にファイル名が指定されない場合は、\n"
"    表示開始対象リビジョンと、 その祖先のみを表示します。"

msgid ""
"    By default this command prints revision number and changeset id,\n"
"    tags, non-trivial parents, user, date and time, and a summary for\n"
"    each commit. When the -v/--verbose switch is used, the list of\n"
"    changed files and full commit message are shown."
msgstr ""
"    特に指定が無い場合、 本コマンドが出力する情報は -\n"
"    リビジョン番号、 識別用ハッシュ値、 タグ、 (リビジョン番号の離れた)\n"
"    親リビジョン、 作成者、 作成日時およびコミットログの1行目 - です。\n"
"    -v/--verbose が指定された場合、 変更対象ファイル一覧と、\n"
"    コミットログの全文も表示されます。"

msgid ""
"    With --graph the revisions are shown as an ASCII art DAG with the most\n"
"    recent changeset at the top.\n"
"    'o' is a changeset, '@' is a working directory parent, '_' closes a "
"branch,\n"
"    'x' is obsolete, '*' is unstable, and '+' represents a fork where the\n"
"    changeset from the lines below is a parent of the 'o' merge on the same\n"
"    line.\n"
"    Paths in the DAG are represented with '|', '/' and so forth. ':' in "
"place\n"
"    of a '|' indicates one or more revisions in a path are omitted."
msgstr ""
"    --graph 指定がある場合、 最新リビジョンを上にした履歴グラフ (DAG) を、\n"
"    ASCII アートで描画します。 履歴グラフにおける 'o' は通常リビジョン、\n"
"    '@' は作業領域の親、 '_' はブランチ閉鎖、 'x' は廃止 (obsoleted) 、\n"
"    '*' は非永続 (unstable) リビジョンを意味します。\n"
"    また '+' は、 同一行の 'o' が '+' 下方のリビジョンを親としたマージで、\n"
"    且つこのマージによって、 履歴が枝分かれしていることを表します。    グラフ"
"中の履歴の枝葉は、 '|', '/' 等々で表現されます。 '|' の代わりに\n"
"    ':' が使用されている箇所は、 省略されたリビジョンの存在を表します。"

msgid ""
"       Use -L/--line-range FILE,M:N options to follow the history of lines\n"
"       from M to N in FILE. With -p/--patch only diff hunks affecting\n"
"       specified line range will be shown. This option requires --follow;\n"
"       it can be specified multiple times. Currently, this option is not\n"
"       compatible with --graph. This option is experimental."
msgstr ""
"       -L/--line-range に関して: -L FILE,M:N は、 ファイル FILE\n"
"       の M 〜 N 行目の範囲に関連する履歴の指定となります。\n"
"       -p/--patch 指定時は、 当該範囲に関連する差分のみが表示されます。\n"
"       --follow との併用が必須です。 オプションは複数指定可能です。\n"
"       --graph とは併用できません。 まだ実験的実装段階です。"

msgid ""
"       :hg:`log --patch` may generate unexpected diff output for merge\n"
"       changesets, as it will only compare the merge changeset against\n"
"       its first parent. Also, only files different from BOTH parents\n"
"       will appear in files:."
msgstr ""
"       マージ実施リビジョンに対する :hg:`log --patch` 結果が、\n"
"       想定と異なる場合があるのは、 差分出力の際の比較対象が、\n"
"       当該リビジョンの第1親に固定されているためです。 また、\n"
"       更新ファイル一覧に列挙されるのは、 マージ実施リビジョンでの内容が、\n"
"       両方の親リビジョンのいずれとも異なるファイルのみです。"

msgid ""
"       For performance reasons, :hg:`log FILE` may omit duplicate changes\n"
"       made on branches and will not show removals or mode changes. To\n"
"       see all such changes, use the --removed switch."
msgstr ""
"       :hg:`log FILE` 形式での実行時は、 実行性能劣化防止の観点から、\n"
"       複数ブランチ上での同一変更や、 登録除外、 実行モードのみの変更、\n"
"       といったリビジョンが、 表示対象から除外される可能性があります。\n"
"       --removed 指定により、 これらを含む全リビジョンが表示されます。"

msgid ""
"          The history resulting from -L/--line-range options depends on "
"diff\n"
"          options; for instance if white-spaces are ignored, respective "
"changes\n"
"          with only white-spaces in specified line range will not be listed."
msgstr ""
"          -L/--line-range 指定時の履歴は、 diff 表示設定の影響を受けます。\n"
"          例: 空白文字を無視する場合、 指定範囲の変更を行っている履歴でも、\n"
"          空白文字の変更のみの履歴は、 無視されます。"

msgid "      - changesets with full descriptions and file lists::"
msgstr "      - 全リビジョンのコミットログとファイル一覧の表示::"

msgid "          hg log -v"
msgstr "          hg log -v"

msgid "      - changesets ancestral to the working directory::"
msgstr "      - 作業領域の祖先の表示::"

msgid "          hg log -f"
msgstr "          hg log -f"

msgid "      - last 10 commits on the current branch::"
msgstr "      - 現行ブランチにおける直近の 10 リビジョンの表示::"

msgid "          hg log -l 10 -b ."
msgstr "          hg log -l 10 -b ."

msgid ""
"      - changesets showing all modifications of a file, including removals::"
msgstr "      - 登録除外を含む、ファイルに対する全変更の表示::"

msgid "          hg log --removed file.c"
msgstr "          hg log --removed file.c"

msgid ""
"      - all changesets that touch a directory, with diffs, excluding merges::"
msgstr "      - マージ以外での、ディレクトリ配下への全変更の差分付き表示::"

msgid "          hg log -Mp lib/"
msgstr "          hg log -Mp lib/"

msgid "      - all revision numbers that match a keyword::"
msgstr "      - 指定キーワードに合致する全リビジョン番号の表示::"

msgid "          hg log -k bug --template \"{rev}\\n\""
msgstr "          hg log -k bug --template \"{rev}\\n\""

msgid "      - the full hash identifier of the working directory parent::"
msgstr "      - 作業領域の親リビジョンの完全ハッシュ値の表示::"

msgid "          hg log -r . --template \"{node}\\n\""
msgstr "          hg log -r . --template \"{node}\\n\""

msgid "      - list available log templates::"
msgstr "      - 利用可能なテンプレートスタイル一覧の表示::"

msgid "          hg log -T list"
msgstr "          hg log -T list"

msgid "      - check if a given changeset is included in a tagged release::"
msgstr "      - リビジョン a21ccf が指定タグ時点に含まれているかを確認::"

msgid "          hg log -r \"a21ccf and ancestor(1.9)\""
msgstr "          hg log -r \"a21ccf and ancestor(1.9)\""

msgid "      - find all changesets by some user in a date range::"
msgstr "      - 指定期間における指定ユーザによる全変更の表示::"

msgid "          hg log -k alice -d \"may 2008 to jul 2008\""
msgstr "          hg log -k alice -d \"may 2008 to jul 2008\""

msgid "      - summary of all changesets after the last tag::"
msgstr "      - 最後のタグ付け以降の全変更の概要の表示::"

msgid ""
"          hg log -r \"last(tagged())::\" --template \"{desc|firstline}\\n\""
msgstr ""
"          hg log -r \"last(tagged())::\" --template \"{desc|firstline}\\n\""

msgid "      - changesets touching lines 13 to 23 for file.c::"
msgstr "      - file.c の 13 〜 23 行目に関連する履歴::"

msgid "          hg log -L file.c,13:23"
msgstr "          hg log -L file.c,13:23"

msgid ""
"      - changesets touching lines 13 to 23 for file.c and lines 2 to 6 of\n"
"        main.c with patch::"
msgstr ""
"      - file.c の 13 〜 23 行目と、 main.c の 2 〜 6 行目に関連する履歴::"

msgid "          hg log -L file.c,13:23 -L main.c,2:6 -p"
msgstr "          hg log -L file.c,13:23 -L main.c,2:6 -p"

msgid ""
"    See :hg:`help revisions` for more about specifying and ordering\n"
"    revisions."
msgstr ""
"    リビジョン指定/並び替えの詳細は :hg:`help revisions` を参照してください。"

msgid ""
"    See :hg:`help templates` for more about pre-packaged styles and\n"
"    specifying custom templates. The default template used by the log\n"
"    command can be customized via the ``ui.logtemplate`` configuration\n"
"    setting."
msgstr ""
"    同梱されているスタイルや、テンプレートのカスタマイズ等の詳細は、\n"
"    :hg:`help templates` を参照してください。 :hg:`log` での表示は、\n"
"    ``ui.logtemplate`` 設定経由でもカスタマイズ可能です。"

msgid "--line-range requires --follow"
msgstr "--line-range は --follow と組み合わせてください"

msgid "FILE arguments are not compatible with --line-range option"
msgstr "--line-range 指定時は、引数にファイル名を指定できません"

msgid "revision to display"
msgstr "表示対象リビジョン"

msgid "list files from all revisions"
msgstr "関連する全ファイルの表示"

msgid "[-r REV]"
msgstr "[-r REV]"

msgid "output the current or given revision of the project manifest"
msgstr "現時点または指定時点でのリポジトリマニフェストの出力"

msgid ""
"    Print a list of version controlled files for the given revision.\n"
"    If no revision is given, the first parent of the working directory\n"
"    is used, or the null revision if no revision is checked out."
msgstr ""
"    指定リビジョンにおける構成管理対象ファイルの一覧を表示します。\n"
"    リビジョン指定が無い場合、 作業領域の(第1)親リビジョンか、\n"
"    作業領域の更新前なら null が使用されます。"

msgid ""
"    With -v, print file permissions, symlink and executable bits.\n"
"    With --debug, print file revision hashes."
msgstr ""
"    -v が指定された場合、 ファイルアクセス権やシンボリックリンク、\n"
"    実行可能ビットといったものも表示されます。\n"
"    --debug が指定された場合、 各ファイルのリビジョンのハッシュ値が\n"
"    表示されます。"

msgid ""
"    If option --all is specified, the list of all files from all revisions\n"
"    is printed. This includes deleted and renamed files."
msgstr ""
"    --all が指定された場合、 リビジョンに関わる全ファイルが表示されます。\n"
"    この場合、 削除/改名対象ファイルも含まれます。"

msgid "can't specify a revision with --all"
msgstr "リビジョン指定と --all は併用できません"

msgid "force a merge including outstanding changes (DEPRECATED)"
msgstr "作業領域中の未コミット変更ごとマージを実施 (非推奨)"

msgid "revision to merge"
msgstr "マージ対象リビジョン"

msgid "review revisions to merge (no merge is performed)"
msgstr "マージ対象リビジョンの確認(マージ処理は未実施)"

msgid "abort the ongoing merge"
msgstr "未コミットの merge 成果を破棄します"

msgid "[-P] [[-r] REV]"
msgstr "[-P] [[-r] REV]"

msgid "merge another revision into working directory"
msgstr "他リビジョンを作業領域にマージ"

msgid ""
"    The current working directory is updated with all changes made in\n"
"    the requested revision since the last common predecessor revision."
msgstr ""
"    現時点での作業領域の内容を、 指定されたリビジョンへと至るまでの\n"
"    共通の親リビジョンからの変更内容とマージします。"

msgid ""
"    Files that changed between either parent are marked as changed for\n"
"    the next commit and a commit must be performed before any further\n"
"    updates to the repository are allowed. The next commit will have\n"
"    two parents."
msgstr ""
"    両方の親リビジョンに対して差分のあるファイルは、 次回コミットの際には\n"
"    変更されたものとして記録されますので、 必要以上の変更が実施される前に\n"
"    コミットを実施してください。 このコミット時に生成されるリビジョンは、\n"
"    親リビジョンを2つ持つリビジョンとなります。"

msgid ""
"    ``--tool`` can be used to specify the merge tool used for file\n"
"    merges. It overrides the HGMERGE environment variable and your\n"
"    configuration files. See :hg:`help merge-tools` for options."
msgstr ""
"    ``--tool`` を使用することで、\n"
"    ファイルのマージに使用するコマンドを指定可能です。\n"
"    このオプションによる指定は、\n"
"    HGMERGE 環境変数や設定ファイルによる指定を上書きします。\n"
"    指定の詳細に関しては、 :hg:`help merge-tools` を参照してください。"

msgid ""
"    If no revision is specified, the working directory's parent is a\n"
"    head revision, and the current branch contains exactly one other\n"
"    head, the other head is merged with by default. Otherwise, an\n"
"    explicit revision with which to merge with must be provided."
msgstr ""
"    マージ対象リビジョンの指定が無く、 作業領域の親リビジョンがヘッドで、\n"
"    且つ現行ブランチがもう1つだけヘッドを持つ場合、 そのヘッドがマージ\n"
"    対象となります。 それ以外の場合は、 明示的なリビジョン指定が必要です。"

msgid "    See :hg:`help resolve` for information on handling file conflicts."
msgstr "    衝突の扱いに関する詳細は :hg:`help resolve` を参照してください。"

msgid ""
"    To undo an uncommitted merge, use :hg:`merge --abort` which\n"
"    will check out a clean copy of the original merge parent, losing\n"
"    all changes."
msgstr ""
"    未コミットなマージ成果は、 :hg:`merge --abort` で破棄できます。\n"
"    この場合、 作業領域は以前の親リビジョンの内容で上書きされ、\n"
"    作業領域中の全ての変更内容が失われます。"

msgid ""
"    Returns 0 on success, 1 if there are unresolved files.\n"
"    "
msgstr ""
"    成功時のコマンド終了値は 0、 未解消ファイルがある場合は 1 です。\n"
"    "

# this is left untranslated intentionally, because untranslated word
# can be treated as ACTION name.
# (by foozy@lares.dti.ne.jp)
msgid "merge"
msgstr ""

msgid "cannot specify a node with --abort"
msgstr "リビジョン指定と --abort は併用できません"

msgid "cannot specify both --rev and --abort"
msgstr "--rev と --abort は併用できません"

msgid "cannot specify --preview with --abort"
msgstr "--preview と --abort は併用できません"

msgid "a changeset intended to be included in the destination"
msgstr "反映対象とするリビジョン"

msgid "a specific branch you would like to push"
msgstr "反映対象とする名前付きブランチ"

msgid "[-M] [-p] [-n] [-f] [-r REV]... [DEST]"
msgstr "[-M] [-p] [-n] [-f] [-r REV]... [DEST]"

msgid "show changesets not found in the destination"
msgstr "連携先リポジトリに含まれないリビジョンの表示"

msgid ""
"    Show changesets not found in the specified destination repository\n"
"    or the default push location. These are the changesets that would\n"
"    be pushed if a push was requested."
msgstr ""
"    指定された連携先リポジトリ (または、 無指定時の :hg:`push`\n"
"    先リポジトリ) に含まれないリビジョンを表示します。\n"
"    ここで表示されるリビジョンは、\n"
"    :hg:`push` 実施の際に、 連携先へと反映されます。"

msgid "    See pull for details of valid destination formats."
msgstr "    有効なリポジトリ指定形式は :hg:`pull` を参照してください。"

msgid ""
"        BM1               01234567890a added\n"
"        BM2                            deleted\n"
"        BM3               234567890abc advanced\n"
"        BM4               34567890abcd diverged\n"
"        BM5               4567890abcde changed"
msgstr ""
"        BM1               01234567890a 追加\n"
"        BM2                            削除\n"
"        BM3               234567890abc 更新\n"
"        BM4               34567890abcd 分岐\n"
"        BM5               4567890abcde 変更"

msgid ""
"      The action taken when pushing depends on the\n"
"      status of each bookmark:"
msgstr ""
"      各ブックマークの状態に応じて、 連携先リポジトリで :hg:`push`\n"
"      時に実施される処理が異なります:"

msgid ""
"      :``added``: push with ``-B`` will create it\n"
"      :``deleted``: push with ``-B`` will delete it\n"
"      :``advanced``: push will update it\n"
"      :``diverged``: push with ``-B`` will update it\n"
"      :``changed``: push with ``-B`` will update it"
msgstr ""
"      :``追加``: ``-B`` 併用時のみ当該ブックマークを作成\n"
"      :``削除``: ``-B`` 併用時のみ当該ブックマークを削除\n"
"      :``更新``: 当該ブックマークを更新\n"
"      :``分岐``: ``-B`` 併用時のみ当該ブックマークを更新\n"
"      :``変更``: ``-B`` 併用時のみ当該ブックマークを更新"

msgid ""
"      From the point of view of pushing behavior, bookmarks\n"
"      existing only in the remote repository are treated as\n"
"      ``deleted``, even if it is in fact added remotely."
msgstr ""
"      仮に連携先リポジトリで追加されたブックマークであったとしても、\n"
"      :hg:`push` 挙動の観点から、 連携先にのみ存在するものは、 ``削除``\n"
"      扱いされます。"

msgid ""
"    Returns 0 if there are outgoing changes, 1 otherwise.\n"
"    "
msgstr ""
"    反映可能リビジョンがある場合のコマンド終了値は 0、 それ以外は\n"
"    1 です。\n"
"    "

msgid "show parents of the specified revision"
msgstr "親リビジョンの表示対象"

msgid "[-r REV] [FILE]"
msgstr "[-r REV] [FILE]"

msgid "show the parents of the working directory or revision (DEPRECATED)"
msgstr "作業領域(または指定リビジョン)の親リビジョンの表示 (非推奨)"

msgid ""
"    Print the working directory's parent revisions. If a revision is\n"
"    given via -r/--rev, the parent of that revision will be printed.\n"
"    If a file argument is given, the revision in which the file was\n"
"    last changed (before the working directory revision or the\n"
"    argument to --rev if given) is printed."
msgstr ""
"    作業領域の親リビジョンを表示します。 -r/--rev でのリビジョン指定が\n"
"    ある場合、 指定リビジョンの親リビジョンを表示します。 ファイルが指定\n"
"    された場合、 (作業領域の親リビジョン、 または --rev 指定のリビジョン\n"
"    以前のもので)そのファイルを最後に更新したリビジョンを表示します。"

msgid "    This command is equivalent to::"
msgstr ""
"    本コマンドは以下と等価です (※ 訳注: 2つ目以降は FILE や `--rev REV`\n"
"    指定時の挙動に対応します)::"

msgid ""
"        hg log -r \"p1()+p2()\" or\n"
"        hg log -r \"p1(REV)+p2(REV)\" or\n"
"        hg log -r \"max(::p1() and file(FILE))+max(::p2() and file(FILE))\" "
"or\n"
"        hg log -r \"max(::p1(REV) and file(FILE))+max(::p2(REV) and "
"file(FILE))\""
msgstr ""
"        hg log -r \"p1()+p2()\"\n"
"        hg log -r \"p1(REV)+p2(REV)\"\n"
"        hg log -r \"max(::p1() and file(FILE))+max(::p2() and file(FILE))\"\n"
"        hg log -r \"max(::p1(REV) and file(FILE))+max(::p2(REV) and "
"file(FILE))\""

msgid "    See :hg:`summary` and :hg:`help revsets` for related information."
msgstr ""
"    関連情報は :hg:`summary` や :hg:`help revsets` を参照してください。"

#, python-format
msgid "'%s' not found in manifest!"
msgstr "'%s' は管理対象ではありません"

msgid "[NAME]"
msgstr "[NAME]"

msgid "show aliases for remote repositories"
msgstr "連携先リポジトリの別名一覧の表示"

msgid ""
"    Show definition of symbolic path name NAME. If no name is given,\n"
"    show definition of all available names."
msgstr ""
"    指定されたシンボル名に相当する連携先リポジトリを表示します。\n"
"    シンボル名が指定されない場合、 全ての別名定義が表示されます。"

msgid ""
"    Option -q/--quiet suppresses all output when searching for NAME\n"
"    and shows only the path names when listing all definitions."
msgstr ""
"    -q/--quiet が指定された場合、\n"
"    シンボル名検索の過程における表示は抑止され、\n"
"    結果表示もシンボル名のみが表示されます。"

msgid ""
"    Path names are defined in the [paths] section of your\n"
"    configuration file and in ``/etc/mercurial/hgrc``. If run inside a\n"
"    repository, ``.hg/hgrc`` is used, too."
msgstr ""
"    シンボル定義は、 個人の設定ファイルや ``/etc/mercurial/hgrc`` 等の\n"
"    [paths] セクションに記述されます。 作業領域での実行の場合は\n"
"    ``.hg/hgrc`` での記述も参照されます。"

msgid ""
"    The path names ``default`` and ``default-push`` have a special\n"
"    meaning.  When performing a push or pull operation, they are used\n"
"    as fallbacks if no location is specified on the command-line.\n"
"    When ``default-push`` is set, it will be used for push and\n"
"    ``default`` will be used for pull; otherwise ``default`` is used\n"
"    as the fallback for both.  When cloning a repository, the clone\n"
"    source is written as ``default`` in ``.hg/hgrc``."
msgstr ""
"    ``default`` および ``default-push`` は特別な意味を持ちます。\n"
"    push/pull の際にコマンド行で連携先リポジトリが指定されない場合、\n"
"    これらのパスが使用されます。 ``default-push`` が設定されている場合、\n"
"    ``default-push`` は :hg:`push` で使用され、 ``default`` は\n"
"    :hg:`pull` で使用されます。 ``default-push`` が未設定であれば、\n"
"    push/pull 共に ``default`` を使用します。 リポジトリの複製では、\n"
"    複製元リポジトリが ``default`` として ``.hg/hgrc`` に記録されます。"

msgid ""
"       ``default`` and ``default-push`` apply to all inbound (e.g.\n"
"       :hg:`incoming`) and outbound (e.g. :hg:`outgoing`, :hg:`email`\n"
"       and :hg:`bundle`) operations."
msgstr ""
"       ``default`` および ``default-push`` は全ての取り込み (例:\n"
"       :hg:`incoming`) および反映 (例: :hg:`outgoing` 、 :hg:`email`\n"
"       および :hg:`bundle`) 操作において適用されます。"

msgid "    See :hg:`help urls` for more information."
msgstr "    詳細は :hg:`help urls` を参照してください。"

msgid "not found!\n"
msgstr "指定シンボルは不明です\n"

msgid "set changeset phase to public"
msgstr "リビジョンのフェーズを public 化"

msgid "set changeset phase to draft"
msgstr "リビジョンのフェーズを draft 化"

msgid "set changeset phase to secret"
msgstr "リビジョンのフェーズを secret 化"

msgid "allow to move boundary backward"
msgstr "フェーズ境界の移動を伴う強制実行"

msgid "target revision"
msgstr "対象リビジョン"

msgid "[-p|-d|-s] [-f] [-r] [REV...]"
msgstr "[-p|-d|-s] [-f] [-r] [REV...]"

msgid "set or show the current phase name"
msgstr "現行フェーズ状態の変更または表示"

msgid "    With no argument, show the phase name of the current revision(s)."
msgstr "    引数無しの場合、 作業領域の親リビジョンのフェーズ名を表示します。"

msgid ""
"    With one of -p/--public, -d/--draft or -s/--secret, change the\n"
"    phase value of the specified revisions."
msgstr ""
"    -p/--public、 -d/--draft または -s/--secret が指定された場合、\n"
"    指定リビジョンのフェーズを指定値に変更します。"

msgid ""
"    Unless -f/--force is specified, :hg:`phase` won't move changesets from "
"a\n"
"    lower phase to a higher phase. Phases are ordered as follows::"
msgstr ""
"    -f/--force 指定がない限り、 フェーズ値の低い方から高い方への変更は、\n"
"    実施できません。 フェーズの高低は以下のように定義されています::"

msgid "        public < draft < secret"
msgstr "        public < draft < secret"

msgid "    Returns 0 on success, 1 if some phases could not be changed."
msgstr "    成功時のコマンドの終了値は 0、 フェーズ状態変更失敗時は 1 です。"

msgid ""
"    (For more information about the phases concept, see :hg:`help phases`.)\n"
"    "
msgstr ""
"    (フェーズに関する詳細は、 :hg:`help phases` を参照してください)\n"
"    "

msgid "only one phase can be specified"
msgstr "フェーズ指定は1つだけです"

#, python-format
msgid "cannot move %i changesets to a higher phase, use --force\n"
msgstr ""
"フェーズ変更による公開制限が %i 個のリビジョンで失敗しました。\n"
"適宜 --force を指定してください。\n"

#, python-format
msgid "phase changed for %i changesets\n"
msgstr "%i 個のリビジョンのフェーズを変更\n"

msgid "no phases changed\n"
msgstr "フェーズの変更なし\n"

#, python-format
msgid "not updating: %s"
msgstr "更新処理を中断: %s"

msgid "(run 'hg heads' to see heads, 'hg merge' to merge)\n"
msgstr "(ヘッド一覧表示は 'hg heads'、 マージ実施は 'hg merge')\n"

msgid "(run 'hg heads .' to see heads, 'hg merge' to merge)\n"
msgstr "(ヘッド一覧表示は 'hg heads .'、 マージ実施は 'hg merge')\n"

msgid "(run 'hg heads' to see heads)\n"
msgstr "(ヘッド一覧表示は 'hg heads')\n"

msgid "(run 'hg update' to get a working copy)\n"
msgstr "(作業領域の更新は 'hg update')\n"

msgid "update to new branch head if new descendants were pulled"
msgstr "作業領域の子孫が取り込まれた場合、 作業領域を新規ブランチヘッドで更新"

msgid "run even when remote repository is unrelated"
msgstr "連携先が無関係なリポジトリでも実行"

msgid "BOOKMARK"
msgstr "ブックマーク"

msgid "bookmark to pull"
msgstr "取り込み対象ブックマーク"

msgid "[-u] [-f] [-r REV]... [-e CMD] [--remotecmd CMD] [SOURCE]"
msgstr "[-u] [-f] [-r REV]... [-e CMD] [--remotecmd CMD] [SOURCE]"

msgid "pull changes from the specified source"
msgstr "指定リポジトリからの変更履歴の取り込み"

msgid "    Pull changes from a remote repository to a local one."
msgstr "    連携先リポジトリから手元のリポジトリに変更履歴を取り込みます。"

msgid ""
"    This finds all changes from the repository at the specified path\n"
"    or URL and adds them to a local repository (the current one unless\n"
"    -R is specified). By default, this does not update the copy of the\n"
"    project in the working directory."
msgstr ""
"    パスや URL で指定される連携先リポジトリ中の、 全てのリビジョンが\n"
"    (-R 指定が無い場合は現在の) リポジトリへの取り込み対象となります。\n"
"    特に指定が無い場合、 このコマンドによる作業領域の更新はありません。"

msgid ""
"    When cloning from servers that support it, Mercurial may fetch\n"
"    pre-generated data. When this is done, hooks operating on incoming\n"
"    changesets and changegroups may fire more than once, once for each\n"
"    pre-generated bundle and as well as for any additional remaining\n"
"    data. See :hg:`help -e clonebundles` for more."
msgstr ""
"    サーバ経由で複製した場合、 サーバ側で事前に作成されたデータを元に、\n"
"    複製を行う可能性があります (サーバ側設定次第)。 そのような場合、\n"
"    incoming, changegroups 系フックが、 事前作成データに対して一度、\n"
"    残りの履歴情報に対してもう一度、 合計二度実行されることになります。\n"
"    詳細は :hg:`help -e clonebundles` を参照してください。"

msgid ""
"    Use :hg:`incoming` if you want to see what would have been added\n"
"    by a pull at the time you issued this command. If you then decide\n"
"    to add those changes to the repository, you should use :hg:`pull\n"
"    -r X` where ``X`` is the last changeset listed by :hg:`incoming`."
msgstr ""
"    :hg:`incoming` を使用することで、 実際の取り込みをせずに、\n"
"    :hg:`pull` による取り込み対象を確認することができます。 表示された\n"
"    内容の取り込みを決断したならば、 :hg:`incoming` 実行で表示された\n"
"    最後のリビジョンを ``-r`` の引数にして :hg:`pull -r X` を実行します。"

msgid ""
"    Specifying bookmark as ``.`` is equivalent to specifying the active\n"
"    bookmark's name."
msgstr ""
"    ブックマーク名としての ``.`` は、 アクティブブックマーク指定と等価です"

msgid ""
"    Returns 0 on success, 1 if an update had unresolved files.\n"
"    "
msgstr ""
"    成功時のコマンド終了値は 0、 作業領域更新により、 \n"
"    衝突未解消ファイルが生じる場合は 1 です。\n"
"    "

msgid "update destination required by configuration"
msgstr "設定により更新先リビジョン指定が必須となっています"

msgid "use hg pull followed by hg update DEST"
msgstr "'hg pull' に続けて 'hg update 更新先リビジョン' を実行してください"

#, python-format
msgid "remote bookmark %s not found!"
msgstr "連携先にはブックマーク %s がありません!"

msgid "force push"
msgstr "反映先にヘッドが増える場合でも実施"

msgid "bookmark to push"
msgstr "反映対象ブックマーク"

msgid "allow pushing a new branch"
msgstr "新規ブランチの反映を許可"

msgid "variables that can be sent to server (ADVANCED)"
msgstr ""

msgid "[-f] [-r REV]... [-e CMD] [--remotecmd CMD] [DEST]"
msgstr "[-f] [-r REV]... [-e CMD] [--remotecmd CMD] [DEST]"

msgid "push changes to the specified destination"
msgstr "指定リポジトリへの変更履歴の反映"

msgid ""
"    Push changesets from the local repository to the specified\n"
"    destination."
msgstr "    手元のリポジトリから指定連携先リポジトリに変更履歴を反映します。"

msgid ""
"    This operation is symmetrical to pull: it is identical to a pull\n"
"    in the destination repository from the current one."
msgstr ""
"    これは :hg:`pull` と対称的な操作です:連携先リポジトリにおいて、\n"
"    現リポジトリに対する :hg:`pull` を行った場合と同一の効果を持ちます。"

msgid ""
"    By default, push will not allow creation of new heads at the\n"
"    destination, since multiple heads would make it unclear which head\n"
"    to use. In this situation, it is recommended to pull and merge\n"
"    before pushing."
msgstr ""
"    特に指定の無い場合、 複数ヘッド状態は、 どのヘッドが妥当なものであるか\n"
"    混乱するため、 連携先に新規ヘッドが作成される反映は許可されません。\n"
"    このような場合、 :hg:`push` 実施前に、 :hg:`pull` および :hg:`merge`\n"
"    を実施することをお勧めします。"

msgid ""
"    Use --new-branch if you want to allow push to create a new named\n"
"    branch that is not present at the destination. This allows you to\n"
"    only create a new branch without forcing other changes."
msgstr ""
"    連携先に存在しない名前付きブランチを新規作成する場合は --new-branch\n"
"    を使用します。 このオプションは、 新規ブランチの作成のみを許可します。"

msgid ""
"       Extra care should be taken with the -f/--force option,\n"
"       which will push all new heads on all branches, an action which will\n"
"       almost always cause confusion for collaborators."
msgstr ""
"       -f/--force を指定した場合、 対象ブランチ上の全ヘッドリビジョンが、\n"
"       連携先に反映されます。 この挙動は多くの場合、 共同作業者の間で、\n"
"       無用な混乱の原因となりますので、 指定の際には十分な注意が必要です。"

msgid ""
"    If -r/--rev is used, the specified revision and all its ancestors\n"
"    will be pushed to the remote repository."
msgstr ""
"    -r/--rev が指定された場合、 指定リビジョンとその祖先のリビジョン群が、\n"
"    連携先リポジトリへと反映されます。"

msgid ""
"    If -B/--bookmark is used, the specified bookmarked revision, its\n"
"    ancestors, and the bookmark will be pushed to the remote\n"
"    repository. Specifying ``.`` is equivalent to specifying the active\n"
"    bookmark's name."
msgstr ""
"    -B/--bookmark が指定された場合、 指定ブックマークのリビジョンと、\n"
"    その祖先のリビジョン群、 およびブックマークが、 連携先に反映されます。\n"
"    ブックマーク名としての ``.`` は、 アクティブブックマーク指定と等価です"

msgid ""
"    Please see :hg:`help urls` for important details about ``ssh://``\n"
"    URLs. If DESTINATION is omitted, a default path will be used."
msgstr ""
"    ``ssh://`` URL 形式の詳細は、 :hg:`help urls` を参照してください。\n"
"    連携先が省略された場合、 'default' パスが連携先として使用されます。"

msgid ""
"        The --pushvars option sends strings to the server that become\n"
"        environment variables prepended with ``HG_USERVAR_``. For example,\n"
"        ``--pushvars ENABLE_FEATURE=true``, provides the server side hooks "
"with\n"
"        ``HG_USERVAR_ENABLE_FEATURE=true`` as part of their environment."
msgstr ""

msgid ""
"        pushvars can provide for user-overridable hooks as well as set "
"debug\n"
"        levels. One example is having a hook that blocks commits containing\n"
"        conflict markers, but enables the user to override the hook if the "
"file\n"
"        is using conflict markers for testing purposes or the file format "
"has\n"
"        strings that look like conflict markers."
msgstr ""

msgid ""
"        By default, servers will ignore `--pushvars`. To enable it add the\n"
"        following to your configuration file::"
msgstr ""

msgid ""
"            [push]\n"
"            pushvars.server = true"
msgstr ""

msgid ""
"    Returns 0 if push was successful, 1 if nothing to push.\n"
"    "
msgstr ""
"    反映成功時のコマンド終了値は 0、 何も反映されなかった場合は 1 です。\n"
"    "

#, python-format
msgid "pushing to %s\n"
msgstr "%s への反映中\n"

msgid "specified revisions evaluate to an empty set"
msgstr "リビジョン指定対象は空です"

msgid "use different revision arguments"
msgstr "rev オプションの指定値を変更してください"

msgid "default push revset for path evaluates to an empty set"
msgstr "連携先への反映対象リビジョンは空です"

msgid "roll back an interrupted transaction"
msgstr "中断されたトランザクションの取り消し"

msgid "    Recover from an interrupted commit or pull."
msgstr "    commit や pull が中断された場合の復旧を行います。"

msgid ""
"    This command tries to fix the repository status after an\n"
"    interrupted operation. It should only be necessary when Mercurial\n"
"    suggests it."
msgstr ""
"    本コマンドは、 操作が中断された際のリポジトリ状態の修復を行います。\n"
"    本コマンドの実行は、 Mercurial が実行を促した場合のみで十分です。"

msgid ""
"    Returns 0 if successful, 1 if nothing to recover or verify fails.\n"
"    "
msgstr ""
"    成功時のコマンド終了値は 0、 修復不要または修復失敗時は 1 です。\n"
"    "

msgid "record delete for missing files"
msgstr "手動で削除済みのファイルに対して、 登録除外の旨を記録"

msgid "forget added files, delete modified files"
msgstr "追加登録の取り消しと、 変更済みファイルの登録除外"

msgid "remove the specified files on the next commit"
msgstr "次回コミットにおける指定ファイルの登録除外"

msgid "    Schedule the indicated files for removal from the current branch."
msgstr "    現ブランチでの、 構成管理対象からのファイルの除外を予約します。"

msgid ""
"    This command schedules the files to be removed at the next commit.\n"
"    To undo a remove before that, see :hg:`revert`. To undo added\n"
"    files, see :hg:`forget`."
msgstr ""
"    指定ファイルは、 次回のコミットで登録除外されます。 コミット前に、\n"
"    登録除外の取り消しは :hg:`help revert` を、 構成管理登録の取り消しは\n"
"    :hg:`forget` を参照してください。"

msgid ""
"      -A/--after can be used to remove only files that have already\n"
"      been deleted, -f/--force can be used to force deletion, and -Af\n"
"      can be used to remove files from the next revision without\n"
"      deleting them from the working directory."
msgstr ""
"      手動削除したファイルの事後的な登録除外では -A/--after を、\n"
"      強制的に登録除外するには -f/--force を指定します。\n"
"      登録除外の際に、作業領域中のファイルを削除したくない場合は\n"
"      -Af を指定します。"

msgid ""
"      The following table details the behavior of remove for different\n"
"      file states (columns) and option combinations (rows). The file\n"
"      states are Added [A], Clean [C], Modified [M] and Missing [!]\n"
"      (as reported by :hg:`status`). The actions are Warn, Remove\n"
"      (from branch) and Delete (from disk):"
msgstr ""
"      ファイルの状態 (横) と、 オプション指定 (縦) の組み合わせと挙動は、\n"
"      以下の一覧を参照してください。\n"
"      ファイルの状態は、 :hg:`status` の表示に倣い、\n"
"      追加 (Added) [A]、 変更無し (Clean) [C]、 変更有り (Modified) [M]\n"
"      および不在 (Missing) [!] で表します。\n"
"      挙動は、 警告 (Warn) [W]、 構成管理からの登録除外 (Remove) [R]\n"
"      および作業領域からの削除 (Delete) [D] で表します:"

msgid ""
"      ========= == == == ==\n"
"      opt/state A  C  M  !\n"
"      ========= == == == ==\n"
"      none      W  RD W  R\n"
"      -f        R  RD RD R\n"
"      -A        W  W  W  R\n"
"      -Af       R  R  R  R\n"
"      ========= == == == =="
msgstr ""
"      =============== == == == ==\n"
"      オプション/状態 A  C  M  !\n"
"      =============== == == == ==\n"
"      無指定          W  RD W  R\n"
"      -f              R  RD RD R\n"
"      -A              W  W  W  R\n"
"      -Af             R  R  R  R\n"
"      =============== == == == =="

msgid ""
"         :hg:`remove` never deletes files in Added [A] state from the\n"
"         working directory, not even if ``--force`` is specified."
msgstr ""
"         作業領域における追加 [A] 状態のファイルに関しては、\n"
"         :hg:`remove` が破棄することはありません (--force 指定時含む)"

msgid ""
"    Returns 0 on success, 1 if any warnings encountered.\n"
"    "
msgstr ""
"    成功時のコマンド終了値は 0、 警告検出時は 1 です。\n"
"    "

msgid "record a rename that has already occurred"
msgstr "手動で改名済みのファイルに対して、 改名の旨を記録"

msgid "[OPTION]... SOURCE... DEST"
msgstr "[OPTION]... SOURCE... DEST"

msgid "rename files; equivalent of copy + remove"
msgstr "ファイルの改名(copy + remove と等価)"

msgid ""
"    Mark dest as copies of sources; mark sources for deletion. If dest\n"
"    is a directory, copies are put in that directory. If dest is a\n"
"    file, there can only be one source."
msgstr ""
"    改名元の複製として改名先を追加登録し、 改名元を登録除外します。\n"
"    改名先がディレクトリの場合、 ディレクトリ内に複製が作成されます。\n"
"    改名先がファイルの場合、 改名元は1つしか指定できません。"

msgid ""
"    This command takes effect at the next commit. To undo a rename\n"
"    before that, see :hg:`revert`."
msgstr ""
"    本コマンドの実行結果は次回のコミットの際に効果を発揮します。 改名\n"
"    操作のコミット前取り消しは :hg:`help revert` を参照してください。"

msgid "select all unresolved files"
msgstr "衝突未解消の全ファイルを処理対象にする"

msgid "list state of files needing merge"
msgstr "マージの必要なファイルの解消状態一覧"

msgid "mark files as resolved"
msgstr "当該ファイルを衝突解消済み状態に設定"

msgid "mark files as unresolved"
msgstr "当該ファイルを衝突未解消状態に設定"

msgid "hide status prefix"
msgstr "状態記号の表示を抑止"

msgid "redo merges or set/view the merge status of files"
msgstr "マージの再実施、 または各ファイルのマージ状況管理"

msgid ""
"    Merges with unresolved conflicts are often the result of\n"
"    non-interactive merging using the ``internal:merge`` configuration\n"
"    setting, or a command-line merge tool like ``diff3``. The resolve\n"
"    command is used to manage the files involved in a merge, after\n"
"    :hg:`merge` has been run, and before :hg:`commit` is run (i.e. the\n"
"    working directory must have two parents). See :hg:`help\n"
"    merge-tools` for information on configuring merge tools."
msgstr ""
"    未解消の衝突の多くは ``internal:merge`` や ``diff3`` などを使用した\n"
"    非対話的なマージに由来します。 本コマンドは、 :hg:`merge` 実行後から\n"
"    :hg:`commit` 実行にかけて、 マージに関与するファイルを管理します。\n"
"    (この際には、 作業領域は2つの親リビジョンを持つ必要があります)\n"
"    マージツール設定の詳細は :hg:`help merge-tools` を参照してください。"

msgid "    The resolve command can be used in the following ways:"
msgstr "    本コマンドは、 以下の形式で使用されます:"

msgid ""
"    - :hg:`resolve [--tool TOOL] FILE...`: attempt to re-merge the "
"specified\n"
"      files, discarding any previous merge attempts. Re-merging is not\n"
"      performed for files already marked as resolved. Use ``--all/-a``\n"
"      to select all unresolved files. ``--tool`` can be used to specify\n"
"      the merge tool used for the given files. It overrides the HGMERGE\n"
"      environment variable and your configuration files.  Previous file\n"
"      contents are saved with a ``.orig`` suffix."
msgstr ""
"    - :hg:`resolve [--tool TOOL] FILE...`: 指定ファイルのマージを\n"
"      再度実施します。 この際には、 直前までの変更内容は破棄されます。\n"
"      衝突解消済みのファイルに対しては、 マージは再実施されません。\n"
"      全ての未解消ファイルに適用する場合は ``--all/-a`` を指定します。\n"
"      ``--tool`` を使用することで、 ファイルのマージに使用するコマンドを\n"
"      指定可能です。 このオプションによる指定は、 HGMERGE 環境変数や\n"
"      設定ファイルによる指定を上書きします。 以前のファイルの内容は、\n"
"      ``.orig`` 拡張子のフィルに保存されます。"

msgid ""
"    - :hg:`resolve -m [FILE]`: mark a file as having been resolved\n"
"      (e.g. after having manually fixed-up the files). The default is\n"
"      to mark all unresolved files."
msgstr ""
"    - :hg:`resolve -m [FILE]`: 指定ファイルを衝突解消済みとみなします\n"
"      (例: 手動での修正後に実施)。 特に指定が無い場合、 全ての未解消\n"
"      ファイルを解消済みとみなします。"

msgid ""
"    - :hg:`resolve -u [FILE]...`: mark a file as unresolved. The\n"
"      default is to mark all resolved files."
msgstr ""
"    - :hg:`resolve -u [FILE]...`: 指定ファイルを衝突未解消とみなします。\n"
"      特に指定が無い場合、 全ての解消済みファイルを未解消とみなします。"

msgid ""
"    - :hg:`resolve -l`: list files which had or still have conflicts.\n"
"      In the printed list, ``U`` = unresolved and ``R`` = resolved.\n"
"      You can use ``set:unresolved()`` or ``set:resolved()`` to filter\n"
"      the list. See :hg:`help filesets` for details."
msgstr ""
"    - :hg:`resolve -l`: 衝突が検出されたファイルの解消状況を表示します。\n"
"      一覧表示において ``U`` は未解消 (Unresolved) を、 ``R`` は解消済み\n"
"      (Resolved) を意味します。 一覧表示の出力は ``set:unresolved()`` や\n"
"      ``set:resolved()`` で取捨選択できます。 この記述形式に関する詳細は\n"
"      :hg:`help filesets` を参照してください。"

msgid ""
"       Mercurial will not let you commit files with unresolved merge\n"
"       conflicts. You must use :hg:`resolve -m ...` before you can\n"
"       commit after a conflicting merge."
msgstr ""
"       衝突未解消のファイルがある間はコミットできません。\n"
"       マージにおける衝突解消の際には、 コミット前に\n"
"       :hg:`resolve -m ...` を実施してください。"

msgid ""
"    Returns 0 on success, 1 if any files fail a resolve attempt.\n"
"    "
msgstr ""
"    成功時のコマンド終了値は 0、 衝突解消失敗がある場合は 1 です。\n"
"    "

msgid "too many options specified"
msgstr "オプション指定が過剰です"

msgid "can't specify --all and patterns"
msgstr "--all とパターンは同時に指定できません"

msgid "no files or directories specified"
msgstr "ファイル/ディレクトリ指定がありません"

msgid "resolve command not applicable when not merging"
msgstr "マージが実施されていない場合は resolve コマンドを使用できません"

#, python-format
msgid "not marking %s as it is driver-resolved\n"
msgstr "マージドライバの処理対象 %s は衝突解消済み扱いになりません\n"

#, python-format
msgid "not unmarking %s as it is driver-resolved\n"
msgstr "マージドライバの処理対象 %s は衝突未解消扱いになりません\n"

#, python-format
msgid "%s: path conflict must be resolved manually\n"
msgstr "%s: パスの衝突は手動で解消する必要があります\n"

#, python-format
msgid "(try: hg resolve %s%s)\n"
msgstr "(推奨コマンド: hg resolve %s%s)\n"

msgid "arguments do not match paths that need resolving\n"
msgstr "指定パターンは衝突解消対象ファイルに合致しません\n"

msgid "(no more unresolved files)\n"
msgstr "(全ての衝突が解消されました)\n"

msgid "(no more unresolved files -- run \"hg resolve --all\" to conclude)\n"
msgstr ""
"(全ての衝突が解消されました -- \"hg resolve --all\" を実施してください)\n"

msgid "revert all changes when no arguments given"
msgstr "引数指定が無い場合に、 全ファイルの内容を復旧"

msgid "tipmost revision matching date"
msgstr "当該日時の最新リビジョンを使用"

msgid "revert to the specified revision"
msgstr "当該リビジョン時点の内容で復旧"

msgid "interactively select the changes"
msgstr "操作対象変更の対話的な選択"

msgid "[OPTION]... [-r REV] [NAME]..."
msgstr "[OPTION]... [-r REV] [NAME]..."

msgid "restore files to their checkout state"
msgstr "親リビジョンの状態でファイルを復旧"

msgid ""
"       To check out earlier revisions, you should use :hg:`update REV`.\n"
"       To cancel an uncommitted merge (and lose your changes),\n"
"       use :hg:`merge --abort`."
msgstr ""
"       指定リビジョンでの作業領域の更新は :hg:`update 対象リビジョン`\n"
"       で行います。 未コミットマージ成果の破棄は :hg:`merge --abort`\n"
"       で行います (マージにおける修正内容は破棄されます)。"

msgid ""
"    With no revision specified, revert the specified files or directories\n"
"    to the contents they had in the parent of the working directory.\n"
"    This restores the contents of files to an unmodified\n"
"    state and unschedules adds, removes, copies, and renames. If the\n"
"    working directory has two parents, you must explicitly specify a\n"
"    revision."
msgstr ""
"    リビジョン指定が無い場合は、 \n"
"    指定されたファイル/ディレクトリを、\n"
"    作業領域の親リビジョン時点の内容へと復旧します。\n"
"    本コマンドは対象ファイルに対して、 状態を「変更無し」とし、\n"
"    add/remove/copy/rename の実施予定を取り消します。\n"
"    作業領域が複数の親リビジョンを持つ場合、\n"
"    いずれかのリビジョンを明示的に指定して下さい。"

msgid ""
"    Using the -r/--rev or -d/--date options, revert the given files or\n"
"    directories to their states as of a specific revision. Because\n"
"    revert does not change the working directory parents, this will\n"
"    cause these files to appear modified. This can be helpful to \"back\n"
"    out\" some or all of an earlier change. See :hg:`backout` for a\n"
"    related method."
msgstr ""
"    -r/--rev が指定された場合、 指定されたファイル/ディレクトリを、\n"
"    指定されたリビジョン時点の内容へと復旧します。\n"
"    以前の変更内容の一部または全部を、 取り消す用途にも使用できます。\n"
"    -d/--date での日時表記は :hg:`help dates` を参照してください。"

msgid ""
"    Modified files are saved with a .orig suffix before reverting.\n"
"    To disable these backups, use --no-backup. It is possible to store\n"
"    the backup files in a custom directory relative to the root of the\n"
"    repository by setting the ``ui.origbackuppath`` configuration\n"
"    option."
msgstr ""
"    復旧前のファイルの内容は、 .orig 拡張子付きファイルに保存されます。\n"
"    変更前内容の保存は --no-backup で抑止できます。 ``ui.origbackuppath``\n"
"    設定で、 変更前内容の保存先ディレクトリを、 リポジトリルート相対で、\n"
"    任意に指定できます。"

msgid ""
"    See :hg:`help backout` for a way to reverse the effect of an\n"
"    earlier changeset."
msgstr ""
"    以前のリビジョンでの変更を打ち消す方法に関しては、 :hg:`help backout`\n"
"    を参照してください。"

msgid "you can't specify a revision and a date"
msgstr "リビジョンと日時は同時には指定できません"

msgid "uncommitted merge with no revision specified"
msgstr "マージが未コミットな上に、対象リビジョンが明示されていません"

msgid "use 'hg update' or see 'hg help revert'"
msgstr "'hg update' 実行を検討するか、'hg help revert' を参照"

msgid ""
"uncommitted merge, use --all to discard all changes, or 'hg update -C .' to "
"abort the merge"
msgstr ""
"マージが未コミットです: 変更全破棄なら --all 付き実行、マージ取りやめなら "
"'hg update -C .' 実行"

#, python-format
msgid ""
"uncommitted changes, use --all to discard all changes, or 'hg update %s' to "
"update"
msgstr ""
"変更が未コミットです: 変更全破棄なら --all 付き実行、作業領域更新なら 'hg "
"update %s' 実行"

#, python-format
msgid "use --all to revert all files, or 'hg update %s' to update"
msgstr ""
"全ファイル復旧なら --all 付き実行、作業領域更新なら 'hg update %s' 実行"

msgid "uncommitted changes, use --all to discard all changes"
msgstr "変更が未コミットです - 変更全破棄なら --all 付き実行"

msgid "use --all to revert all files"
msgstr "全ファイル復旧なら --all 付き実行"

msgid "ignore safety measures"
msgstr "安全判定を無視"

msgid "roll back the last transaction (DANGEROUS) (DEPRECATED)"
msgstr "直前のトランザクションの巻き戻し (要注意) (非推奨)"

msgid ""
"    Please use :hg:`commit --amend` instead of rollback to correct\n"
"    mistakes in the last commit."
msgstr ""
"    直前のコミットをやり直す場合は、 rollback の代わりに、極力\n"
"    :hg:`commit --amend` を使用してください。"

msgid ""
"    This command should be used with care. There is only one level of\n"
"    rollback, and there is no way to undo a rollback. It will also\n"
"    restore the dirstate at the time of the last transaction, losing\n"
"    any dirstate changes since that time. This command does not alter\n"
"    the working directory."
msgstr ""
"    本コマンドの使用には注意を要します。 巻き戻しは1段階限りで、 \n"
"    巻き戻し後の再実施はできません。 直前のトランザクション時点の、\n"
"    作業領域状態が復元され、 その時点以後の変更は全て失われます。\n"
"    但し、 作業領域の内容は変更されません。"

msgid ""
"    Transactions are used to encapsulate the effects of all commands\n"
"    that create new changesets or propagate existing changesets into a\n"
"    repository."
msgstr ""
"    トランザクションとは、 コマンド実行による、 新規リビジョンの作成や、\n"
"    外部からのリビジョンの取り込みといった、 リポジトリ操作を、\n"
"    ひとまとめにするものです。"

msgid ""
"      For example, the following commands are transactional, and their\n"
"      effects can be rolled back:"
msgstr ""
"      例えば、 以下のコマンドはいずれもトランザクションを形成するため、\n"
"      本コマンドにより、 その効果を巻き戻し可能です:"

msgid ""
"      - commit\n"
"      - import\n"
"      - pull\n"
"      - push (with this repository as the destination)\n"
"      - unbundle"
msgstr ""
"      - commit\n"
"      - import\n"
"      - pull\n"
"      - push (現リポジトリが、 反映対象として指定された場合)\n"
"      - unbundle"

msgid ""
"      To avoid permanent data loss, rollback will refuse to rollback a\n"
"      commit transaction if it isn't checked out. Use --force to\n"
"      override this protection."
msgstr ""
"      データが永遠に失われるのを回避するため、 コミットの巻き戻し操作は、\n"
"      作業領域の親リビジョン以外に対しては、 失敗するようになっています。\n"
"      この回避挙動は --force 指定により抑止されます。"

msgid ""
"      The rollback command can be entirely disabled by setting the\n"
"      ``ui.rollback`` configuration setting to false. If you're here\n"
"      because you want to use rollback and it's disabled, you can\n"
"      re-enable the command by setting ``ui.rollback`` to true."
msgstr ""
"      rollback コマンドは、 ``ui.rollback`` 設定を false にすることで、\n"
"      使用を禁止できます。 禁止を解除して、 どうしても使用したい場合は、\n"
"      明示的に ``ui.rollback`` 設定を true にしてください。"

msgid ""
"    This command is not intended for use on public repositories. Once\n"
"    changes are visible for pull by other users, rolling a transaction\n"
"    back locally is ineffective (someone else may already have pulled\n"
"    the changes). Furthermore, a race is possible with readers of the\n"
"    repository; for example an in-progress pull from the repository\n"
"    may fail if a rollback is performed."
msgstr ""
"    本コマンドは、 公開リポジトリでの実行を想定していません。 一旦他の\n"
"    ユーザから :hg:`pull` 可能な状態になってしまったなら、 公開リポジトリ\n"
"    でトランザクションを巻き戻しても(既に他のユーザが複製している可能性\n"
"    があるので)効果を持ちません。 その上、 リポジトリからの情報読み取りに\n"
"    際して、 競合が発生し得ます。 例えば、 併走している :hg:`pull` 処理が\n"
"    巻き戻しによって失敗してしまう可能性があります。"

msgid ""
"    Returns 0 on success, 1 if no rollback data is available.\n"
"    "
msgstr ""
"    成功時のコマンド終了値は 0、 巻き戻せるデータが無い場合は 1 です。\n"
"    "

msgid "rollback is disabled because it is unsafe"
msgstr "危険なコマンドであるため rollback 実行は無効化されています"

msgid "print the root (top) of the current working directory"
msgstr "作業領域のルート(最上位)ディレクトリ位置の表示"

msgid "    Print the root directory of the current repository."
msgstr "    現リポジトリのルートディレクトリ位置を表示します。"

msgid "name of access log file to write to"
msgstr "アクセスログの書き出し先ファイル"

msgid "run server in background"
msgstr "バックグラウンドでのサーバ実行"

msgid "used internally by daemon mode"
msgstr "(バックグラウンド実行時での内部用途向け)"

msgid "name of error log file to write to"
msgstr "エラーログの書き出し先ファイル"

msgid "PORT"
msgstr "ポート番号"

msgid "port to listen on (default: 8000)"
msgstr "要求受け付けポート番号(デフォルト値: 8000)"

msgid "address to listen on (default: all interfaces)"
msgstr "要求受け付けアドレス(デフォルト値: 全インタフェース)"

msgid "ADDR"
msgstr "アドレス"

msgid "prefix path to serve from (default: server root)"
msgstr "公開パス接頭辞(デフォルト値: ルート)"

msgid "name to show in web pages (default: working directory)"
msgstr "表示名(デフォルト値: 作業領域のパス)"

msgid "name of the hgweb config file (see 'hg help hgweb')"
msgstr "hgweb 設定ファイル位置 ('hg help hgweb' 参照)"

msgid "name of the hgweb config file (DEPRECATED)"
msgstr "hgweb 設定ファイル位置 (非推奨)"

msgid "name of file to write process ID to"
msgstr "プロセスIDの書き出し先ファイル"

msgid "for remote clients (ADVANCED)"
msgstr "ホスト間連携での内部用途向け (高度な用途)"

msgid "web templates to use"
msgstr "当該テンプレートで表示をカスタマイズ"

msgid "template style to use"
msgstr "当該スタイルで表示をカスタマイズ"

msgid "use IPv6 in addition to IPv4"
msgstr "IPv4 に加えて IPv6 を使用"

msgid "SSL certificate file"
msgstr "SSL 証明書ファイル"

msgid "[OPTION]..."
msgstr "[OPTION]..."

msgid "start stand-alone webserver"
msgstr "独立したウェブサーバの実行開始"

msgid ""
"    Start a local HTTP repository browser and pull server. You can use\n"
"    this for ad-hoc sharing and browsing of repositories. It is\n"
"    recommended to use a real web server to serve a repository for\n"
"    longer periods of time."
msgstr ""
"    リポジトリ参照と :hg:`pull` のための HTTP サーバを起動します。\n"
"    この HTTP サーバを用いることで、 リポジトリの共有/参照を、\n"
"    即席で行うことができます。 リポジトリを長期間公開する際には、\n"
"    通常のウェブサーバの使用をお勧めします。"

msgid ""
"    Please note that the server does not implement access control.\n"
"    This means that, by default, anybody can read from the server and\n"
"    nobody can write to it by default. Set the ``web.allow-push``\n"
"    option to ``*`` to allow everybody to push to the server. You\n"
"    should use a real web server if you need to authenticate users."
msgstr ""
"    本コマンドで起動されるサーバは、 アクセス制御が実装されていません。\n"
"    特に設定が無い場合、 誰もがリポジトリを参照可能で、 且つリポジトリは\n"
"    誰にも更新できない状態にあります。 ``web.allow-push`` 設定を ``*``\n"
"    に設定することで、 誰もがリポジトリに :hg:`push` できます。\n"
"    ユーザ認証が必要な場合は、 通常のウェブサーバを使用してください。"

msgid ""
"    By default, the server logs accesses to stdout and errors to\n"
"    stderr. Use the -A/--accesslog and -E/--errorlog options to log to\n"
"    files."
msgstr ""
"    特に指定が無い場合、 サーバはアクセスログを標準出力に、\n"
"    エラーを標準エラー出力に表示します。 ログをファイルに記録する場合は、\n"
"    -A/--accesslog や -E/--errorlog で指定します。"

msgid ""
"    To have the server choose a free port number to listen on, specify\n"
"    a port number of 0; in this case, the server will print the port\n"
"    number it uses."
msgstr ""
"    サーバに空きポート番号の検出および使用をさせる場合、 ポート番号には\n"
"    0 を指定します。 この場合、 使用するポート番号が表示されます。"

msgid "cannot use --stdio with --cmdserver"
msgstr "--stdio と --cmdserver は併用できません"

msgid "show status of all files"
msgstr "全ての状態を表示"

msgid "show only modified files"
msgstr "変更されたファイルを表示"

msgid "show only added files"
msgstr "追加登録されたファイルを表示"

msgid "show only removed files"
msgstr "登録除外されたファイルを表示"

msgid "show only deleted (but tracked) files"
msgstr "削除されたファイル(登録除外は未実施)を表示"

msgid "show only files without changes"
msgstr "変更の無いファイルを表示"

msgid "show only unknown (not tracked) files"
msgstr "構成管理対象外のファイルを表示"

msgid "show only ignored files"
msgstr "無視対象のファイルを表示"

msgid "show the terse output (EXPERIMENTAL)"
msgstr "省略形式での表示 (実験的実装)"

msgid "show source of copied files"
msgstr "複製元ファイルを表示"

msgid "show difference from revision"
msgstr "当該リビジョンとの差分で状態を判定"

msgid "list the changed files of a revision"
msgstr "指定リビジョンにおける変更対象ファイルの一覧"

msgid "show changed files in the working directory"
msgstr "作業領域のファイル操作状況の表示"

msgid ""
"    Show status of files in the repository. If names are given, only\n"
"    files that match are shown. Files that are clean or ignored or\n"
"    the source of a copy/move operation, are not listed unless\n"
"    -c/--clean, -i/--ignored, -C/--copies or -A/--all are given.\n"
"    Unless options described with \"show only ...\" are given, the\n"
"    options -mardu are used."
msgstr ""
"    作業領域のファイル状態を表示します。 名前(パターン)指定のある場合、\n"
"    その名前に合致するファイルのみが表示されます。 変更無し(clean)、\n"
"    無視(ignored)または複製(copy)・改名(rename)の元ファイルに関しては、\n"
"    それぞれ -c/--clean、 -i/--ignored または -C/--copy が指定されるか、\n"
"    あるいは -A/--all が指定されない限り表示されません。\n"
"    いずれの表示対象選択オプションも指定されない場合、\n"
"    -m -a -r -d -u が指定されたものとみなします。"

msgid ""
"    Option -q/--quiet hides untracked (unknown and ignored) files\n"
"    unless explicitly requested with -u/--unknown or -i/--ignored."
msgstr ""
"    -q/--quiet 指定がある場合、 -u/--unknown または -i/--ignored\n"
"    が明示的に指定されない限り、 管理対象外ファイルは表示されません。"

msgid ""
"       :hg:`status` may appear to disagree with diff if permissions have\n"
"       changed or a merge has occurred. The standard diff format does\n"
"       not report permission changes and diff only reports changes\n"
"       relative to one merge parent."
msgstr ""
"       権限設定の変更やマージが行われた場合、 :hg:`status` 結果が、\n"
"       差分表示から期待される結果とは、 異なる可能性があります。\n"
"       標準的な差分形式は、 権限変更の情報を含みませんし、\n"
"       マージ実施リビジョンでの差分表示は、 差分出力の際の比較対象が、\n"
"       当該リビジョンの第1親に固定されているためです。"

msgid ""
"    If one revision is given, it is used as the base revision.\n"
"    If two revisions are given, the differences between them are\n"
"    shown. The --change option can also be used as a shortcut to list\n"
"    the changed files of a revision from its first parent."
msgstr ""
"    1つのリビジョンが指定された場合、 比較元リビジョンとして扱われます。\n"
"    2つのリビジョンが指定された場合、 両リビジョン間で状態を比較します。\n"
"    --change 指定を使うことで、 第1親から変更されたファイル一覧を簡単に\n"
"    表示させることができます。"

msgid "    The codes used to show the status of files are::"
msgstr "    ファイルの状態を表す記号は以下の通り::"

msgid ""
"      M = modified\n"
"      A = added\n"
"      R = removed\n"
"      C = clean\n"
"      ! = missing (deleted by non-hg command, but still tracked)\n"
"      ? = not tracked\n"
"      I = ignored\n"
"        = origin of the previous file (with --copies)"
msgstr ""
"      M = 変更有り(Modified)\n"
"      A = 追加登録予定(Added)\n"
"      R = 登録除外予定(Removed)\n"
"      C = 変更無し(Clean)\n"
"      ! = 構成管理対象にも関わらず作業領域にファイルが無い(missing)\n"
"      ? = 構成管理対象外(unknown)\n"
"      I = 無視(Ignored)\n"
"        = 直前に表示される新規登録予定ファイル(A)の複製元"

msgid ""
"      The -t/--terse option abbreviates the output by showing only the "
"directory\n"
"      name if all the files in it share the same status. The option takes "
"an\n"
"      argument indicating the statuses to abbreviate: 'm' for 'modified', "
"'a'\n"
"      for 'added', 'r' for 'removed', 'd' for 'deleted', 'u' for 'unknown', "
"'i'\n"
"      for 'ignored' and 'c' for clean."
msgstr ""

msgid ""
"      It abbreviates only those statuses which are passed. Note that clean "
"and\n"
"      ignored files are not displayed with '--terse ic' unless the -c/--"
"clean\n"
"      and -i/--ignored options are also used."
msgstr ""

msgid ""
"      The -v/--verbose option shows information when the repository is in "
"an\n"
"      unfinished merge, shelve, rebase state etc. You can have this "
"behavior\n"
"      turned on by default by enabling the ``commands.status.verbose`` "
"option."
msgstr ""

msgid ""
"      You can skip displaying some of these states by setting\n"
"      ``commands.status.skipstates`` to one or more of: 'bisect', 'graft',\n"
"      'histedit', 'merge', 'rebase', or 'unshelve'."
msgstr ""

msgid ""
"      - show changes in the working directory relative to a\n"
"        changeset::"
msgstr "      - 作業領域と指定リビジョンとの間での状態変更を表示::"

msgid "          hg status --rev 9353"
msgstr "          hg status --rev 9353"

msgid ""
"      - show changes in the working directory relative to the\n"
"        current directory (see :hg:`help patterns` for more information)::"
msgstr ""
"      - 作業領域中の状態を、現ディレクトリ相対で表示 (パターン指定の詳細は\n"
"        :hg:`help patterns` を参照)::"

msgid "          hg status re:"
msgstr "          hg status re:"

msgid "      - show all changes including copies in an existing changeset::"
msgstr "      - 指定リビジョンにおける状態変更 (複製元含む) を表示::"

msgid "          hg status --copies --change 9353"
msgstr "          hg status --copies --change 9353"

msgid "      - get a NUL separated list of added files, suitable for xargs::"
msgstr "      - 追加登録されたファイルの NUL 区切り一覧の表示 (xargs 向け)::"

msgid "          hg status -an0"
msgstr "          hg status -an0"

msgid ""
"      - show more information about the repository status, abbreviating\n"
"        added, removed, modified, deleted, and untracked paths::"
msgstr ""

msgid "          hg status -v -t mardu"
msgstr "          hg status -v -t mardu"

msgid "cannot use --terse with --rev"
msgstr "--terse と --rev は併用できません"

msgid "check for push and pull"
msgstr "push/pull 実施結果の確認"

msgid "summarize working directory state"
msgstr "作業領域状態の概要表示"

msgid ""
"    This generates a brief summary of the working directory state,\n"
"    including parents, branch, commit status, phase and available updates."
msgstr ""
"    親リビジョン、 ブランチ、 想定コミット結果、 フェーズ、 \n"
"    作業領域更新候補等を含む、 作業領域状態の概要を表示します。"

msgid ""
"    With the --remote option, this will check the default paths for\n"
"    incoming and outgoing changes. This can be time-consuming."
msgstr ""
"    --remote が指定された場合、 default 連携先に対する取り込み/反映に\n"
"    関する概要も表示します。 この処理には時間を要する場合があります。"

#, python-format
msgid "warning: merge state has unsupported record types: %s\n"
msgstr "警告: マージ状態記録に未対応の情報が含まれています: %s\n"

#. i18n: column positioning for "hg summary"
#, python-format
msgid "parent: %d:%s "
msgstr "親リビジョン: %d:%s "

msgid " (empty repository)"
msgstr " (空のリポジトリ)"

msgid " (no revision checked out)"
msgstr " (作業領域が未更新)"

msgid " (obsolete)"
msgstr " (廃止済み)"

#. i18n: column positioning for "hg summary"
#, python-format
msgid "branch: %s\n"
msgstr "ブランチ:     %s\n"

#. i18n: column positioning for "hg summary"
msgid "bookmarks:"
msgstr "ブックマーク:"

#, python-format
msgid "%d modified"
msgstr "変更ファイル数 %d"

#, python-format
msgid "%d added"
msgstr "追加ファイル数 %d"

#, python-format
msgid "%d removed"
msgstr "削除ファイル数 %d"

#, python-format
msgid "%d renamed"
msgstr "改名ファイル数 %d"

#, python-format
msgid "%d copied"
msgstr "複製ファイル数 %d"

#, python-format
msgid "%d deleted"
msgstr "不在ファイル数 %d"

#, python-format
msgid "%d unknown"
msgstr "未知ファイル数 %d"

#, python-format
msgid "%d unresolved"
msgstr "衝突未解消ファイル数 %d"

#, python-format
msgid "%d subrepos"
msgstr "サブリポジトリ数 %d"

msgid " (graft in progress)"
msgstr " (graft による移植が未完了です)"

msgid " (interrupted update)"
msgstr " (作業領域の更新が中断されたままです)"

msgid " (merge)"
msgstr " (マージ)"

msgid " (new branch)"
msgstr " (新規ブランチ)"

msgid " (head closed)"
msgstr " (閉鎖済み)"

msgid " (clean)"
msgstr " (変更無し)"

msgid " (new branch head)"
msgstr " (新規ブランチヘッド)"

#. i18n: column positioning for "hg summary"
#, python-format
msgid "commit: %s\n"
msgstr "作業領域状態: %s\n"

#. i18n: column positioning for "hg summary"
msgid "update: (current)\n"
msgstr "update 候補:  (現行親リビジョン)\n"

#. i18n: column positioning for "hg summary"
#, python-format
msgid "update: %d new changesets (update)\n"
msgstr "update 候補:  新規リビジョン %d 個 (update)\n"

#. i18n: column positioning for "hg summary"
#, python-format
msgid "update: %d new changesets, %d branch heads (merge)\n"
msgstr "update 候補:  新規リビジョン %d 個、ブランチヘッド %d 個 (merge)\n"

#, python-format
msgid "%d draft"
msgstr "draft リビジョン %d 個"

#, python-format
msgid "%d secret"
msgstr "secret リビジョン %d 個"

#, python-format
msgid "phases: %s\n"
msgstr "フェーズ:     %s\n"

#, python-format
msgid "orphan: %d changesets"
msgstr "孤立リビジョン: %d 個"

#, python-format
msgid "content-divergent: %d changesets"
msgstr "内容分岐リビジョン: %d 個"

#, python-format
msgid "phase-divergent: %d changesets"
msgstr "フェーズ分岐リビジョン: %d 個"

msgid "1 or more incoming"
msgstr "取り込み候補リビジョンあり"

#, python-format
msgid "%d outgoing"
msgstr "反映候補リビジョン %d 個"

#, python-format
msgid "%d incoming bookmarks"
msgstr "取り込み候補ブックマーク %d 個"

#, python-format
msgid "%d outgoing bookmarks"
msgstr "反映候補ブックマーク %d 個"

#. i18n: column positioning for "hg summary"
msgid "remote: (synced)\n"
msgstr "連携先同期:   (同期済み)\n"

msgid "force tag"
msgstr "タグ付けの強制実施"

msgid "make the tag local"
msgstr "ローカルタグとして作成"

msgid "revision to tag"
msgstr "タグ付け対象リビジョン"

msgid "remove a tag"
msgstr "タグの削除"

msgid "[-f] [-l] [-m TEXT] [-d DATE] [-u USER] [-r REV] NAME..."
msgstr "[-f] [-l] [-m TEXT] [-d DATE] [-u USER] [-r REV] NAME..."

msgid "add one or more tags for the current or given revision"
msgstr "現リビジョンまたは指定リビジョンへのタグの付与"

msgid "    Name a particular revision using <name>."
msgstr "    特定のリビジョンに、 指定された名前を付けます。"

msgid ""
"    Tags are used to name particular revisions of the repository and are\n"
"    very useful to compare different revisions, to go back to significant\n"
"    earlier versions or to mark branch points as releases, etc. Changing\n"
"    an existing tag is normally disallowed; use -f/--force to override."
msgstr ""
"    タグの用途は、 リポジトリ中の特定リビジョンへの名前付けであり、\n"
"    リビジョン間での比較や、 重要なリビジョンの参照、\n"
"    リリース時の分岐点に対する目印、 などの用途に使用できます。\n"
"    既存タグの改変は、 通常ではできません。 -f/--force の指定が必要です"

msgid ""
"    If no revision is given, the parent of the working directory is\n"
"    used."
msgstr ""
"    対象リビジョンが指定されない場合、 作業領域の親リビジョンが、\n"
"    タグ付けの対象となります。"

msgid ""
"    To facilitate version control, distribution, and merging of tags,\n"
"    they are stored as a file named \".hgtags\" which is managed similarly\n"
"    to other project files and can be hand-edited if necessary. This\n"
"    also means that tagging creates a new commit. The file\n"
"    \".hg/localtags\" is used for local tags (not shared among\n"
"    repositories)."
msgstr ""
"    分散構成管理におけるタグ付けの集約を容易にするために、\n"
"    構成管理下にある他のファイルと同様に、\n"
"    タグの情報は \".hgtags\" ファイルで管理され、\n"
"    必要であれば手動での編集も可能です。\n"
"    これは、 タグ付け操作が、 コミット処理を伴うことを意味します。\n"
"    ローカルタグは '.hg/localtags' で管理されます\n"
"    (リポジトリ間で共有されることはありません)"

msgid ""
"    Tag commits are usually made at the head of a branch. If the parent\n"
"    of the working directory is not a branch head, :hg:`tag` aborts; use\n"
"    -f/--force to force the tag commit to be based on a non-head\n"
"    changeset."
msgstr ""
"    タグ付け操作は、 ブランチのヘッドにおいて実施されるのが一般的です。\n"
"    作業領域の親リビジョンが、 ブランチのヘッドでは無い場合、\n"
"    :hg:`tag` 実行は中断されます。\n"
"    ヘッド以外のリビジョンにおいて、 タグ付けを実施する場合は、\n"
"    -f/--force を指定してください。"

msgid ""
"    Since tag names have priority over branch names during revision\n"
"    lookup, using an existing branch name as a tag name is discouraged."
msgstr ""
"    リビジョン特定において、 タグ名はブランチ名よりも優先度が高いので、\n"
"    既存ブランチと同名のタグの使用は止めましょう。"

msgid "tag names must be unique"
msgstr "タグ名が重複しています"

msgid "tag names cannot consist entirely of whitespace"
msgstr "空白文字だけで構成されたタグ名は不正です"

msgid "--rev and --remove are incompatible"
msgstr "--rev と --remove は併用できません"

#, python-format
msgid "tag '%s' does not exist"
msgstr "タグ '%s' は存在しません"

#, python-format
msgid "tag '%s' is not a global tag"
msgstr "タグ '%s' はグローバルなタグではありません"

#, python-format
msgid "tag '%s' is not a local tag"
msgstr "タグ '%s' はローカルなタグではありません"

#, python-format
msgid "tag '%s' already exists (use -f to force)"
msgstr "タグ '%s' は存在します(強制実行する場合は -f を指定してください)"

msgid "uncommitted merge"
msgstr "マージが未コミットです"

msgid "working directory is not at a branch head (use -f to force)"
msgstr "親リビジョンがブランチのヘッドではありません(強制実行は -f 指定)"

msgid "cannot tag null revision"
msgstr "null リビジョンにはタグ付けできません"

msgid "list repository tags"
msgstr "リポジトリ中のタグ一覧の表示"

msgid ""
"    This lists both regular and local tags. When the -v/--verbose\n"
"    switch is used, a third column \"local\" is printed for local tags.\n"
"    When the -q/--quiet switch is used, only the tag name is printed."
msgstr ""
"    本コマンドは、 通常のタグおよびローカルタグの両方を一覧表示します。\n"
"    -v/--verbose が指定された場合、 ローカルタグには \"local\" 表示の\n"
"    第3のカラムが追加されます。 -q/--quiet 指定時はタグ名のみ表示します。"

msgid "[-p] [-g]"
msgstr "[-p] [-g]"

msgid "show the tip revision (DEPRECATED)"
msgstr "tip リビジョンの表示 (非推奨)"

msgid ""
"    The tip revision (usually just called the tip) is the changeset\n"
"    most recently added to the repository (and therefore the most\n"
"    recently changed head)."
msgstr ""
"    tip リビジョン (一般には単に tip と表記) とは、 リポジトリにおける、\n"
"    最新の追加リビジョンです (最新の変更されたヘッドでもあります)"

msgid ""
"    If you have just made a commit, that commit will be the tip. If\n"
"    you have just pulled changes from another repository, the tip of\n"
"    that repository becomes the current tip. The \"tip\" tag is special\n"
"    and cannot be renamed or assigned to a different changeset."
msgstr ""
"    コミットした直後であれば、 生成されたリビジョンが tip となります。\n"
"    他のリポジトリから変更履歴の取り込みをした直後であれば、 連携先\n"
"    リポジトリでの tip が現リポジトリの tip となります。 \"tip\" タグは\n"
"    特別なタグで、 改名や、 他のリビジョンへの付け替えはできません。"

msgid "    This command is deprecated, please use :hg:`heads` instead."
msgstr "    本コマンドは非推奨です。 :hg:`heads` を使用してください。"

msgid "update to new branch head if changesets were unbundled"
msgstr "新規取り込みの際は、 新規ブランチヘッドで、 作業領域を更新"

msgid "[-u] FILE..."
msgstr "[-u] FILE..."

msgid "apply one or more bundle files"
msgstr "バンドルファイルの適用"

msgid "    Apply one or more bundle files generated by :hg:`bundle`."
msgstr "    :hg:`bundle` コマンドで生成されたバンドルファイルを適用します。"

msgid ""
"    Returns 0 on success, 1 if an update has unresolved files.\n"
"    "
msgstr ""
"    成功時のコマンド終了値は 0、 衝突未解消ファイルがある場合は 1 です。\n"
"    "

msgid "packed bundles cannot be applied with \"hg unbundle\""
msgstr "packed bundle は \"hg unbundle\" では適用できません"

msgid "use \"hg debugapplystreamclonebundle\""
msgstr "\"hg debugapplystreamclonebundle\" を使用してください"

#, python-format
msgid "%s: unknown bundle feature, %s"
msgstr "%s: 未知のバンドル機能 %s"

msgid "see https://mercurial-scm.org/wiki/BundleFeature for more information"
msgstr "詳細は https://mercurial-scm.org/wiki/BundleFeature 参照"

msgid "discard uncommitted changes (no backup)"
msgstr "未コミット変更内容の破棄(保存無し)"

msgid "require clean working directory"
msgstr "未コミット変更が無いか事前確認"

msgid "merge uncommitted changes"
msgstr "作業領域の未コミット変更のマージ"

msgid "[-C|-c|-m] [-d DATE] [[-r] REV]"
msgstr "[-C|-c|-m] [-d DATE] [[-r] REV]"

msgid "update working directory (or switch revisions)"
msgstr "作業領域の内容更新(またはリビジョンの切り替え)"

msgid ""
"    Update the repository's working directory to the specified\n"
"    changeset. If no changeset is specified, update to the tip of the\n"
"    current named branch and move the active bookmark (see :hg:`help\n"
"    bookmarks`)."
msgstr ""
"    指定されたリビジョン時点の内容で、 作業領域を更新します。\n"
"    対象リビジョンが指定されない場合、 作業領域と同じ名前付きブランチの、\n"
"    最新リビジョンで更新した上で、 アクティブブックマークを更新します。\n"
"    (詳細は :hg:`help bookmarks` 参照)"

msgid ""
"    Update sets the working directory's parent revision to the specified\n"
"    changeset (see :hg:`help parents`)."
msgstr ""
"    作業領域の親リビジョンを、 指定されたリビジョンに更新します\n"
"    (:hg:`help parents` 参照)。"

msgid ""
"    If the changeset is not a descendant or ancestor of the working\n"
"    directory's parent and there are uncommitted changes, the update is\n"
"    aborted. With the -c/--check option, the working directory is checked\n"
"    for uncommitted changes; if none are found, the working directory is\n"
"    updated to the specified changeset."
msgstr ""
"    指定リビジョンが、 作業領域の直系の祖先/子孫のいずれでもない場合は、\n"
"    作業領域に未コミットの変更があると、 作業領域の更新は中断されます。\n"
"    -c/--check が指定された場合、 未コミット変更の有無を確認し、\n"
"    変更が無かった場合には、 指定リビジョンで作業領域を更新します。"

msgid ""
"      The -C/--clean, -c/--check, and -m/--merge options control what\n"
"      happens if the working directory contains uncommitted changes.\n"
"      At most of one of them can be specified."
msgstr ""
"      -C/--clean, -c/--check および -m/--merge は、 作業領域中に、\n"
"      未コミット変更が存在する際の、 挙動を指定します。\n"
"      複数指定はできません。"

msgid ""
"      1. If no option is specified, and if\n"
"         the requested changeset is an ancestor or descendant of\n"
"         the working directory's parent, the uncommitted changes\n"
"         are merged into the requested changeset and the merged\n"
"         result is left uncommitted. If the requested changeset is\n"
"         not an ancestor or descendant (that is, it is on another\n"
"         branch), the update is aborted and the uncommitted changes\n"
"         are preserved."
msgstr ""
"      1. 未コミット変更の取り扱い指定が無く、 指定リビジョンが、\n"
"         作業領域の親リビジョンの、 直系の祖先または子孫の場合、\n"
"         未コミット変更の内容は、 指定リビジョンの内容とマージされ、\n"
"         その結果は、 未コミットのまま作業領域に残ります。\n"
"         別の (名前無し) ブランチ上のリビジョンなど、\n"
"         直系の祖先/子孫以外が指定された場合、\n"
"         更新は中断され、 未コミット変更は、 作業領域に残ります。"

msgid ""
"      2. With the -m/--merge option, the update is allowed even if the\n"
"         requested changeset is not an ancestor or descendant of\n"
"         the working directory's parent."
msgstr ""
"      2. -m/--merge が指定された場合、 指定リビジョンが、\n"
"         作業領域の親リビジョンの、 直系の祖先/子孫以外でも、\n"
"         指定リビジョンへの更新が実施されます。"

msgid ""
"      3. With the -c/--check option, the update is aborted and the\n"
"         uncommitted changes are preserved."
msgstr ""
"      3. -c/--check が指定された場合、 更新は中断され、\n"
"         未コミット変更は、 作業領域に残ります。"

msgid ""
"      4. With the -C/--clean option, uncommitted changes are discarded and\n"
"         the working directory is updated to the requested changeset."
msgstr ""
"      4. -C/--clean が指定された場合、 未コミット変更は破棄され、\n"
"         作業領域は指定のリビジョンで更新されます。"

msgid ""
"    To cancel an uncommitted merge (and lose your changes), use\n"
"    :hg:`merge --abort`."
msgstr ""
"    未コミットマージ成果の破棄は :hg:`merge --abort`\n"
"    で行います (マージにおける修正内容は破棄されます)。"

msgid ""
"    Use null as the changeset to remove the working directory (like\n"
"    :hg:`clone -U`)."
msgstr ""
"    作業領域中のファイルを削除する場合は、 リビジョンに null を指定します\n"
"    (:hg:`clone -U` と同等)。"

msgid ""
"    If you want to revert just one file to an older revision, use\n"
"    :hg:`revert [-r REV] NAME`."
msgstr ""
"    特定のファイルだけを以前の状態に戻す場合は、\n"
"    :hg:`revert [-r リビジョン] ファイル名` を使用してください。"

msgid "for example: hg update \".::\""
msgstr "指定例: hg update \".::\""

msgid "can only specify one of -C/--clean, -c/--check, or -m/--merge"
msgstr "-C/--clean, -c/--check および -m/--merge は複数指定できません"

#, python-format
msgid "updating to a hidden changeset %s\n"
msgstr "作業領域を不可視リビジョン %s で更新中\n"

msgid "verify the integrity of the repository"
msgstr "リポジトリの整合性検証"

msgid "    Verify the integrity of the current repository."
msgstr "    現リポジトリの整合性を検証します。"

msgid ""
"    This will perform an extensive check of the repository's\n"
"    integrity, validating the hashes and checksums of each entry in\n"
"    the changelog, manifest, and tracked files, as well as the\n"
"    integrity of their crosslinks and indices."
msgstr ""
"    本コマンドは、 リポジトリの整合性に関する広範な検証を行います。\n"
"    変更履歴・マニフェスト・各構成管理対象ファイルにおけるハッシュ値\n"
"    およびチェックサム、 相互関連付けおよびインデックス等の整合性が\n"
"    検証されます。"

msgid ""
"    Please see https://mercurial-scm.org/wiki/RepositoryCorruption\n"
"    for more information about recovery from corruption of the\n"
"    repository."
msgstr ""
"    リポジトリ破損時の復旧に関する詳細は、 以下の URL を参照してください。\n"
"    https://mercurial-scm.org/wiki/JapaneseRepositoryCorruption"

msgid "output version and copyright information"
msgstr "バージョンおよび著作権情報の表示"

#, python-format
msgid "Mercurial Distributed SCM (version %s)\n"
msgstr "Mercurial - 分散構成管理ツール(バージョン %s)\n"

msgid "(see https://mercurial-scm.org for more information)"
msgstr "(詳細は https://mercurial-scm.org を参照)"

msgid ""
"Copyright (C) 2005-2018 Olivia Mackall and others\n"
"This is free software; see the source for copying conditions. There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
msgstr ""
"Copyright (C) 2005-2018 Olivia Mackall and others\n"
"本製品はフリーソフトウェアです。\n"
"頒布条件に関しては同梱されるライセンス条項をお読みください。\n"
"市場適合性や特定用途への可否を含め、 本製品は無保証です。\n"

msgid ""
"\n"
"Enabled extensions:"
msgstr ""
"\n"
"有効化されているエクステンション:"

msgid "external"
msgstr "非同梱"

msgid "internal"
msgstr "同梱  "

#, python-format
msgid "extension '%s' overrides commands: %s\n"
msgstr "エクステンション '%s' がコマンドを上書きします: %s\n"

#, python-format
msgid "unknown command %s"
msgstr "未知のコマンド %s"

#, python-format
msgid "abort: %s\n"
msgstr "中止: %s\n"

#, python-format
msgid "listening at %s\n"
msgstr "%s で待ち受け中\n"

msgid "unsupported platform"
msgstr "未サポートな環境です"

msgid "no socket path specified with --address"
msgstr "--address によるソケットパス指定がありません"

#, python-format
msgid "cannot include %s (%s)"
msgstr "%s を読み込めません(%s)"

msgid "not found in manifest"
msgstr "マニフェストにありません"

#, python-format
msgid "working directory has unknown parent '%s'!"
msgstr "作業領域の親 '%s' が未知のリビジョンです!"

#, python-format
msgid "filtered revision '%s'"
msgstr "'%s' は不可視リビジョンです"

#, python-format
msgid "unknown revision '%s'"
msgstr "'%s' は未知のリビジョンです"

#, python-format
msgid "note: using %s as ancestor of %s and %s\n"
msgstr "備考: %s を、%s と %s の祖先として使用中\n"

#, python-format
msgid "      alternatively, use --config merge.preferancestor=%s\n"
msgstr "      あるいは --config merge.preferancestor=%s を使用してください\n"

#, python-format
msgid "no such file in rev %s"
msgstr "リビジョン %s に当該ファイルは存在しません"

#, python-format
msgid "censored node: %s"
msgstr "検閲対象リビジョンです: filelog %s"

msgid "set censor.policy to ignore errors"
msgstr "エラーを無視する場合は censor.policy 設定を ignore に"

msgid "branch name not in UTF-8!"
msgstr "ブランチ名が UTF-8 ではありません!"

#, python-format
msgid "%s does not exist!\n"
msgstr "%s はありません!\n"

#, python-format
msgid ""
"%s: up to %d MB of RAM may be required to manage this file\n"
"(use 'hg revert %s' to cancel the pending addition)\n"
msgstr ""
"%s: 指定ファイルの管理には %d MBを超えるメモリが必要です\n"
"(ファイルの登録を解除するには 'hg revert %s')\n"

#, python-format
msgid "%s not added: only files and symlinks supported currently\n"
msgstr "%s は追加登録されません: ファイルとシンボリックリンクのみ登録可能\n"

#, python-format
msgid "%s already tracked!\n"
msgstr "%s は登録済です!\n"

#, python-format
msgid "%s not tracked!\n"
msgstr "%s は管理されていません!\n"

#, python-format
msgid "%s not removed!\n"
msgstr "%s は削除されませんでした!\n"

#, python-format
msgid "copy failed: %s is not a file or a symbolic link\n"
msgstr "コピー失敗: %s はファイルでもシンボリックリンクでもありません\n"

#, python-format
msgid "skipping copytracing for '%s', more candidates than the limit: %d\n"
msgstr ""

msgid ""
"# To remove '-' lines, make them ' ' lines (context).\n"
"# To remove '+' lines, delete them.\n"
"# Lines starting with # will be removed from the patch.\n"
msgstr ""
"# '-' 行の適用除外は、行頭の '-' を ' ' に変更してください。\n"
"# '+' 行の適用除外は、行自体を削除してください。\n"
"# '#' で始まる行は、パッチから除外されます。\n"

msgid ""
"#\n"
"# If the patch applies cleanly, the edited hunk will immediately be\n"
"# added to the record list. If it does not apply cleanly, a rejects file\n"
"# will be generated. You can use that when you try again. If all lines\n"
"# of the hunk are removed, then the edit is aborted and the hunk is left\n"
"# unchanged.\n"
msgstr ""
"パッチ適用が成功した場合、 編集後の差分は、 記録対象に追加されます。\n"
"適用が失敗した場合、 却下差分はファイルに保存されます。 再試行の際は、\n"
"このファイルを利用可能です。 差分の全行が削除された場合、\n"
"編集作業は中止され、差分はそのまま維持されます。\n"

msgid ""
"#\n"
"# If the patch applies cleanly, the edited patch will immediately\n"
"# be finalised. If it does not apply cleanly, rejects files will be\n"
"# generated. You can use those when you try again.\n"
msgstr ""
"パッチ適用が成功した場合、 編集後の差分は、 記録対象として確定されます。\n"
"適用が失敗した場合、 却下差分はファイルに保存されます。 再試行の際は、\n"
"このファイルを利用可能です。 \n"

msgid "starting interactive selection\n"
msgstr "対話的な選択の開始\n"

#, fuzzy
msgid "Select hunks to apply"
msgstr "破棄する差分の選択"

msgid "Select hunks to discard"
msgstr "破棄する差分の選択"

msgid "Select hunks to record"
msgstr "記録する差分の選択"

msgid "space: select"
msgstr ""

msgid "space: deselect"
msgstr ""

msgid "[x]=selected **=collapsed"
msgstr ""

msgid "c: confirm"
msgstr ""

msgid "q: abort"
msgstr ""

msgid "arrow keys: move/expand/collapse"
msgstr ""

msgid "?: help"
msgstr ""

msgid "Press any key to continue"
msgstr ""

msgid "            [press any key to return to the patch-display]"
msgstr ""

msgid ""
"crecord allows you to interactively choose among the changes you have made,\n"
"and confirm only those changes you select for further processing by the "
"command\n"
"you are running (commit/shelve/revert), after confirming the selected\n"
"changes, the unselected changes are still present in your working copy, so "
"you\n"
"can use crecord multiple times to split large changes into smaller "
"changesets.\n"
"the following are valid keystrokes:"
msgstr ""

msgid ""
"                [space] : (un-)select item ([~]/[x] = partly/fully applied)\n"
"                      A : (un-)select all items\n"
"    up/down-arrow [k/j] : go to previous/next unfolded item\n"
"        pgup/pgdn [K/J] : go to previous/next item of same type\n"
" right/left-arrow [l/h] : go to child item / parent item\n"
" shift-left-arrow   [H] : go to parent header / fold selected header\n"
"                      f : fold / unfold item, hiding/revealing its children\n"
"                      F : fold / unfold parent item and all of its "
"ancestors\n"
"                 ctrl-l : scroll the selected line to the top of the screen\n"
"                      m : edit / resume editing the commit message\n"
"                      e : edit the currently selected hunk\n"
"                      a : toggle amend mode, only with commit -i\n"
"                      c : confirm selected changes\n"
"                      r : review/edit and confirm selected changes\n"
"                      q : quit without confirming (no changes will be made)\n"
"                      ? : help (what you're currently reading)"
msgstr ""

msgid ""
"if you answer yes to the following, the your currently chosen patch chunks\n"
"will be loaded into an editor.  you may modify the patch from the editor, "
"and\n"
"save the changes if you wish to change the patch.  otherwise, you can just\n"
"close the editor without saving to accept the current patch as-is."
msgstr ""

msgid ""
"note: don't add/remove lines unless you also modify the range information.\n"
"      failing to follow this rule will result in the commit aborting."
msgstr ""

msgid ""
"are you sure you want to review/edit and confirm the selected changes [yn]?\n"
msgstr ""

msgid "The amend option is unavailable with hg versions < 2.2"
msgstr ""

msgid "Press any key to continue."
msgstr ""

msgid ""
"Amend option is turned on -- committing the currently selected changes will "
"not create a new changeset, but instead update the most recently committed "
"changeset."
msgstr ""

msgid ""
"Amend option is turned off -- committing the currently selected changes will "
"create a new changeset."
msgstr ""

msgid "cannot edit patch for whole file"
msgstr "ファイル全体に対するパッチは編集できません"

msgid "cannot edit patch for binary file"
msgstr "バイナリファイル向けパッチは編集できません"

msgid "user quit"
msgstr "ユーザの指示により終了します"

msgid "this diff is too large to be displayed"
msgstr "差分量が多すぎて表示できません"

#, python-format
msgid "invalid character in dag description: %s..."
msgstr "dag 記述に不正な文字が使われています: %s..."

#, python-format
msgid "expected id %i, got %i"
msgstr "想定 id %i に対して %i が検出"

#, python-format
msgid "parent id %i is larger than current id %i"
msgstr "親 id %i が現 id %i よりも大きいです"

#, fuzzy, python-format
msgid "invalid event type in dag: ('%s', '%s')"
msgstr "dag イベント種別が不正です: %s"

msgid "nullid"
msgstr "nullid"

msgid "[INDEX] REV1 REV2"
msgstr "[INDEX] REV1 REV2"

msgid "find the ancestor revision of two revisions in a given index"
msgstr ""

msgid "either two or three arguments required"
msgstr "2または3の引数が必要です"

#, fuzzy
msgid "apply a stream clone bundle file"
msgstr "バンドルファイルの適用"

msgid "add single file mergeable changes"
msgstr "ファイルを1つ登録して、 マージ可能な変更をリビジョン毎に実施"

msgid "add single file all revs overwrite"
msgstr "ファイルを1つ登録して、 リビジョン毎に上書きを実施"

msgid "add new file at each rev"
msgstr "各リビジョン毎に新規ファイルを登録"

msgid "[OPTION]... [TEXT]"
msgstr "[OPTION]... [TEXT]"

msgid "builds a repo with a given DAG from scratch in the current empty repo"
msgstr ""

msgid ""
"    The description of the DAG is read from stdin if not given on the\n"
"    command line."
msgstr ""

#, fuzzy
msgid "    Elements:"
msgstr "    例::"

msgid ""
"     - \"+n\" is a linear run of n nodes based on the current default "
"parent\n"
"     - \".\" is a single node based on the current default parent\n"
"     - \"$\" resets the default parent to null (implied at the start);\n"
"           otherwise the default parent is always the last node created\n"
"     - \"<p\" sets the default parent to the backref p\n"
"     - \"*p\" is a fork at parent p, which is a backref\n"
"     - \"*p1/p2\" is a merge of parents p1 and p2, which are backrefs\n"
"     - \"/p2\" is a merge of the preceding node and p2\n"
"     - \":tag\" defines a local tag for the preceding node\n"
"     - \"@branch\" sets the named branch for subsequent nodes\n"
"     - \"#...\\n\" is a comment up to the end of the line"
msgstr ""

msgid "    Whitespace between the above elements is ignored."
msgstr ""

msgid "    A backref is either"
msgstr ""

msgid ""
"     - a number n, which references the node curr-n, where curr is the "
"current\n"
"       node, or\n"
"     - the name of a local tag you placed earlier using \":tag\", or\n"
"     - empty to denote the default parent."
msgstr ""

msgid ""
"    All string valued-elements are either strictly alphanumeric, or must\n"
"    be enclosed in double quotes (\"...\"), with \"\\\" as escape "
"character.\n"
"    "
msgstr ""

msgid "reading DAG from stdin\n"
msgstr "DAG を標準入力から読み込みます\n"

msgid "repository is not empty"
msgstr "リポジトリが空ではありません"

msgid "building"
msgstr "構築中"

msgid "use debugbundle2 for this file"
msgstr "このファイルには debugbundle2 コマンドを使用してください"

msgid "not a bundle2 file"
msgstr "bundle2 形式のファイルではありません"

msgid "show all details"
msgstr "全詳細の表示"

#, fuzzy
msgid "show only the named part type"
msgstr "直前に適用したパッチのみを表示"

msgid "print the bundlespec of the bundle"
msgstr "バンドルファイルの仕様表示"

#, fuzzy
msgid "lists the contents of a bundle"
msgstr "バンドルファイルの仕様表示"

#, fuzzy
msgid "lists the capabilities of a remote peer"
msgstr "指定リビジョンにおける変更対象ファイルの一覧"

#, fuzzy
msgid "validate the correctness of the current dirstate"
msgstr "現行パッチの名前表示"

#, python-format
msgid "%s in state %s, but not in manifest1\n"
msgstr "%s の状態は %s ですが、 管理対象ではありません\n"

#, python-format
msgid "%s in state %s, but also in manifest1\n"
msgstr "%s の状態は %s ですが、 既に管理対象になっています\n"

#, python-format
msgid "%s in state %s, but not in either manifest\n"
msgstr "%s の状態は %s ですが、 管理対象ではありません\n"

#, python-format
msgid "%s in manifest1, but listed as state %s"
msgstr "%s は管理対象ですが、 状態 %s です"

msgid ".hg/dirstate inconsistent with current parent's manifest"
msgstr "親リビジョンの管理情報と .hg/dirstate の間に不整合があります"

msgid "show all configured styles"
msgstr "全ての設定済みスタイルを表示"

msgid "show available color, effects or style"
msgstr ""

msgid "available colors:\n"
msgstr "利用可能な色指定:\n"

msgid "available style:\n"
msgstr "利用可能なスタイル:\n"

#, fuzzy
msgid "create a stream clone bundle file"
msgstr "バンドルファイルの生成"

msgid ""
"    Stream bundles are special bundles that are essentially archives of\n"
"    revlog files. They are commonly used for cloning very quickly.\n"
"    "
msgstr ""

msgid "(warning: stream clone bundle will contain secret revisions)\n"
msgstr ""

#, python-format
msgid "bundle requirements: %s\n"
msgstr "bundle 使用時の必須機能: %s\n"

msgid "use tags as labels"
msgstr "タグをラベルとして使用"

msgid "annotate with branch names"
msgstr "名前付きブランチの出力"

msgid "use dots for runs"
msgstr "リビジョンの順次生成をドット(\".\")で表現"

msgid "separate elements by spaces"
msgstr "各要素の区切りに空白を挿入"

msgid "[OPTION]... [FILE [REV]...]"
msgstr "[OPTION]... [FILE [REV]...]"

msgid "format the changelog or an index DAG as a concise textual description"
msgstr ""

msgid ""
"    If you pass a revlog index, the revlog's DAG is emitted. If you list\n"
"    revision numbers, they get labeled in the output as rN."
msgstr ""

#, fuzzy
msgid ""
"    Otherwise, the changelog DAG of the current repo is emitted.\n"
"    "
msgstr "    現リポジトリの整合性を検証します。"

msgid "need repo for changelog dag"
msgstr "変更履歴の DAG 出力にはリポジトリが必要です"

msgid "-c|-m|FILE REV"
msgstr "-c|-m|FILE REV"

#, fuzzy
msgid "dump the contents of a data file revision"
msgstr "指定リビジョンのファイル内容の検閲/消去"

msgid "try extended date formats"
msgstr "拡張日時形式の使用"

msgid "[-e] DATE [RANGE]"
msgstr "[-e] DATE [RANGE]"

msgid "parse and display a date"
msgstr ""

msgid "-c|-m|FILE"
msgstr "-c|-m|FILE"

msgid "dump information about delta chains in a revlog"
msgstr ""

msgid "    Output can be templatized. Available template keywords are:"
msgstr ""

msgid ""
"    :``rev``:       revision number\n"
"    :``chainid``:   delta chain identifier (numbered by unique base)\n"
"    :``chainlen``:  delta chain length to this revision\n"
"    :``prevrev``:   previous revision in delta chain\n"
"    :``deltatype``: role of delta / how it was computed\n"
"    :``compsize``:  compressed size of revision\n"
"    :``uncompsize``: uncompressed size of revision\n"
"    :``chainsize``: total size of compressed revisions in chain\n"
"    :``chainratio``: total chain size divided by uncompressed revision size\n"
"                    (new delta chains typically start at ratio 2.00)\n"
"    :``lindist``:   linear distance from base revision in delta chain to "
"end\n"
"                    of this revision\n"
"    :``extradist``: total size of revisions not part of this delta chain "
"from\n"
"                    base of delta chain to end of this revision; a "
"measurement\n"
"                    of how much extra data we need to read/seek across to "
"read\n"
"                    the delta chain for this revision\n"
"    :``extraratio``: extradist divided by chainsize; another representation "
"of\n"
"                    how much unrelated data is needed to load this delta "
"chain"
msgstr ""

msgid ""
"    If the repository is configured to use the sparse read, additional "
"keywords\n"
"    are available:"
msgstr ""

msgid ""
"    :``readsize``:     total size of data read from the disk for a revision\n"
"                       (sum of the sizes of all the blocks)\n"
"    :``largestblock``: size of the largest block of data read from the disk\n"
"    :``readdensity``:  density of useful bytes in the data read from the "
"disk\n"
"    :``srchunks``:  in how many data hunks the whole revision would be read"
msgstr ""

msgid ""
"    The sparse read can be enabled with experimental.sparse-read = True\n"
"    "
msgstr ""

msgid "do not display the saved mtime"
msgstr "記録された mtime 情報の表示抑止"

msgid "sort by saved mtime"
msgstr "記録された mtime 情報で整列"

#, fuzzy
msgid "show the contents of the current dirstate"
msgstr "現行パッチの名前表示"

#, python-format
msgid "copy: %s -> %s\n"
msgstr "%s から %s に複製\n"

msgid "use old-style discovery"
msgstr "旧形式の探索を実施"

msgid "use old-style discovery with non-heads included"
msgstr "non-heads 有りの旧形式探索を実施"

#, fuzzy
msgid "[--rev REV] [OTHER]"
msgstr "[-r REV] [REV]"

msgid "runs the changeset discovery protocol in isolation"
msgstr ""

#, fuzzy
msgid "path"
msgstr "パス"

msgid ""
"download a resource using Mercurial logic and config\n"
"    "
msgstr ""

#, fuzzy
msgid "show information about active extensions"
msgstr "    名前付きブランチ情報の表示。"

msgid " (untested!)\n"
msgstr " (テスト未実施!)\n"

#, python-format
msgid "  location: %s\n"
msgstr "  読み込み元: %s\n"

#, python-format
msgid "  bundled: %s\n"
msgstr "  同梱: %s\n"

#, python-format
msgid "  tested with: %s\n"
msgstr "  テスト済み Mercurial 版: %s\n"

#, python-format
msgid "  bug reporting: %s\n"
msgstr "  障害報告先: %s\n"

msgid "apply the filespec on this revision"
msgstr "指定リビジョンに対する fileset 記述の適用"

msgid "[-r REV] FILESPEC"
msgstr "[-r REV] FILESPEC"

msgid "parse and apply a fileset specification"
msgstr ""

#, fuzzy
msgid "display format information about the current repository"
msgstr "    指定ファイルの履歴の表示。"

msgid ""
"    Use --verbose to get extra information about current config value and\n"
"    Mercurial default."
msgstr ""

msgid "[PATH]"
msgstr "[PATH]"

#, fuzzy
msgid "show information detected about current filesystem"
msgstr "削除されたファイル(登録除外は未実施)を表示"

msgid "id of head node"
msgstr "ヘッドノードの ID"

msgid "id of common node"
msgstr "共通ノードの ID"

msgid "REPO FILE [-H|-C ID]..."
msgstr "REPO FILE [-H|-C ID]..."

#, fuzzy
msgid "retrieves a bundle from a repo"
msgstr "バンドルファイルの生成"

msgid ""
"    Every ID must be a full-length hex node id string. Saves the bundle to "
"the\n"
"    given file.\n"
"    "
msgstr ""

msgid "unknown bundle type specified with --type"
msgstr "--type に未知のバンドル形式が指定されました"

msgid "display the combined ignore pattern and information about ignored files"
msgstr ""

#, fuzzy
msgid "    With no argument display the combined ignore pattern."
msgstr "    引数指定が無い場合、 コマンドの一覧と概要を表示します。"

msgid ""
"    Given space separated file names, shows if the given file is ignored "
"and\n"
"    if so, show the ignore rule (file and line number) that matched it.\n"
"    "
msgstr ""

#, python-format
msgid "%s is ignored\n"
msgstr "%s は無視されます\n"

#, python-format
msgid "%s is ignored because of containing folder %s\n"
msgstr "%s は無視されます (無視対象フォルダ %s 配下のため)\n"

#, python-format
msgid "(ignore rule in %s, line %d: '%s')\n"
msgstr "(ファイル %s の %d 行目の無視ルールの適用: '%s')\n"

#, python-format
msgid "%s is not ignored\n"
msgstr "%s は無視されません\n"

msgid "revlog format"
msgstr "revlog の形式"

msgid "[-f FORMAT] -c|-m|FILE"
msgstr "[-f FORMAT] -c|-m|FILE"

msgid "dump the contents of an index file"
msgstr ""

#, python-format
msgid "unknown format %d"
msgstr "未知のフォーマット: %d"

msgid "dump an index DAG as a graphviz dot file"
msgstr ""

msgid "test Mercurial installation"
msgstr ""

#, python-format
msgid "checking encoding (%s)...\n"
msgstr "文字コードの検証中 (%s)...\n"

#, python-format
msgid ""
" %s\n"
" (check that your locale is properly set)\n"
msgstr ""
" %s\n"
" (ロケール設定の妥当性を確認してください)\n"

#, python-format
msgid "checking Python executable (%s)\n"
msgstr "Python ランタイムの検証中 (%s)\n"

#, python-format
msgid "checking Python version (%s)\n"
msgstr "Python バージョンの検証中 (%s)\n"

#, python-format
msgid "checking Python lib (%s)...\n"
msgstr "Python ライブラリの検証中 (%s)...\n"

#, python-format
msgid "checking Python security support (%s)\n"
msgstr "Python のセキュリティ機能対応の検証中 (%s)\n"

msgid ""
"  TLS 1.2 not supported by Python install; network connections lack modern "
"security\n"
msgstr ""
"  TLS 1.2 は使用中の Python では未サポートです: 通信時のセキュリティレベルが"
"低下します。\n"

msgid ""
"  SNI not supported by Python install; may have connectivity issues with "
"some servers\n"
msgstr ""
"  SNI は使用中の Python では未サポートです: サーバとの接続で問題が発生する可"
"能性があります\n"

#, python-format
msgid "checking Mercurial version (%s)\n"
msgstr "Mercurial バージョンの検証中 (%s)\n"

#, python-format
msgid "checking Mercurial custom build (%s)\n"
msgstr "Mercurial 固有ビルドの検証中 (%s)\n"

#, python-format
msgid "checking module policy (%s)\n"
msgstr "モジュール利用方針の検証中 (%s)\n"

#, python-format
msgid "checking installed modules (%s)...\n"
msgstr "インストール済みモジュールの検証中 (%s)...\n"

#, python-format
msgid "checking registered compression engines (%s)\n"
msgstr "登録済み圧縮エンジンの検証中 (%s)...\n"

#, python-format
msgid "checking available compression engines (%s)\n"
msgstr "利用可能圧縮エンジンの検証中 (%s)\n"

#, python-format
msgid "checking available compression engines for wire protocol (%s)\n"
msgstr "通信時に利用可能な圧縮エンジンの検証中 (%s)\n"

#, fuzzy, python-format
msgid "checking \"re2\" regexp engine (%s)\n"
msgstr "登録済み圧縮エンジンの検証中 (%s)...\n"

msgid " no template directories found\n"
msgstr " テンプレート設定ディレクトリが存在しません\n"

#, python-format
msgid "checking default template (%s)\n"
msgstr "default テンプレートの検証中 (%s)\n"

#, python-format
msgid " template '%s' not found\n"
msgstr " テンプレート '%s' が見つかりません\n"

msgid " (templates seem to have been installed incorrectly)\n"
msgstr " (テンプレートのインストールが不適切なようです)\n"

#, python-format
msgid "checking commit editor... (%s)\n"
msgstr "メッセージ入力用エディタの検証中... (%s)\n"

#, python-format
msgid ""
" No commit editor set and can't find %s in PATH\n"
" (specify a commit editor in your configuration file)\n"
msgstr ""
" 使用エディタの設定が無く、 現状の PATH 設定では %s も起動できません\n"
" (コミットログ用エディタを設定ファイルで設定してください)\n"

#, python-format
msgid ""
" Can't find editor '%s' in PATH\n"
" (specify a commit editor in your configuration file)\n"
msgstr ""
" 現状の PATH 設定ではエディタ '%s' を起動できません\n"
" (コミットログ用エディタを設定ファイルで設定してください)\n"

#, python-format
msgid "checking username (%s)\n"
msgstr "ユーザ名の検証中 (%s)\n"

#, python-format
msgid ""
"checking username...\n"
" %s\n"
" (specify a username in your configuration file)\n"
msgstr ""
"ユーザ名の検証中...\n"
" %s\n"
" (設定ファイルでユーザ名を設定してください)\n"

msgid "no problems detected\n"
msgstr "問題は検出されませんでした\n"

#, python-format
msgid "%d problems detected, please check your install!\n"
msgstr "障害が %d 件検出されました。 インストール内容を確認してください\n"

msgid "REPO ID..."
msgstr "REPO ID..."

msgid "test whether node ids are known to a repo"
msgstr ""

msgid ""
"    Every ID must be a full-length hex node id string. Returns a list of 0s\n"
"    and 1s indicating unknown/known.\n"
"    "
msgstr ""

msgid "LABEL..."
msgstr "LABEL..."

msgid "backwards compatibility with old bash completion scripts (DEPRECATED)"
msgstr ""

msgid "free the store lock (DANGEROUS)"
msgstr "管理領域の排他の解放 (危険)"

msgid "free the working state lock (DANGEROUS)"
msgstr "作業領域の排他の解放 (危険)"

msgid "set the store lock until stopped"
msgstr ""

#, fuzzy
msgid "set the working state lock until stopped"
msgstr "作業領域の排他の解放 (危険)"

#, fuzzy
msgid "show or modify state of locks"
msgstr "変更されたファイルを表示"

msgid ""
"    By default, this command will show which locks are held. This\n"
"    includes the user and process holding the lock, the amount of time\n"
"    the lock has been held, and the machine name where the process is\n"
"    running if it's not local."
msgstr ""

msgid ""
"    Locks protect the integrity of Mercurial's data, so should be\n"
"    treated with care. System crashes or other interruptions may cause\n"
"    locks to not be properly released, though Mercurial will usually\n"
"    detect and remove such stale locks automatically."
msgstr ""

msgid ""
"    However, detecting stale locks may not always be possible (for\n"
"    instance, on a shared filesystem). Removing locks may also be\n"
"    blocked by filesystem permissions."
msgstr ""

msgid ""
"    Setting a lock will prevent other commands from changing the data.\n"
"    The command will wait until an interruption (SIGINT, SIGTERM, ...) "
"occurs.\n"
"    The set locks are removed when the command exits."
msgstr ""

#, fuzzy
msgid "    Returns 0 if no locks are held."
msgstr ""
"    成功時のコマンド終了値は 0 です。\n"
"    "

#, fuzzy
msgid "wlock is already held"
msgstr "パッチ状態は保存済みです\n"

#, fuzzy
msgid "lock is already held"
msgstr "パッチ状態は保存済みです\n"

msgid "ready to release the lock (y)? $$ &Yes"
msgstr ""

#, fuzzy
msgid "print merge state"
msgstr "送信予定のメールの内容を表示"

msgid ""
"    Use --verbose to print out information about whether v1 or v2 merge "
"state\n"
"    was chosen."
msgstr ""

msgid "NAME..."
msgstr "NAME..."

msgid "complete \"names\" - tags, open branch names, bookmark names"
msgstr ""

msgid "markers flag"
msgstr "廃止マーカ用フラグ"

msgid "record parent information for the precursor"
msgstr "廃止対象への親情報の記録"

msgid "display markers relevant to REV"
msgstr "指定リビジョンに関連するマーカの表示"

#, fuzzy
msgid "restrict display to markers only relevant to REV"
msgstr "指定リビジョンに関連するマーカの表示"

msgid "display index of the marker"
msgstr "廃止マーカのインデックス値を表示"

msgid "delete markers specified by indices"
msgstr "指定インデックスの廃止マーカを破棄"

msgid "[OBSOLETED [REPLACEMENT ...]]"
msgstr "[OBSOLETED [REPLACEMENT ...]]"

#, fuzzy
msgid "create arbitrary obsolete marker"
msgstr "%i 個の廃止マーカを破棄\n"

#, fuzzy
msgid "    With no arguments, displays the list of obsolescence markers."
msgstr "    引数指定が無い場合、 コマンドの一覧と概要を表示します。"

#, python-format
msgid "invalid index value: %r"
msgstr "不正なインデックス値: %r"

msgid "use integers for indices"
msgstr "インデックス値には整数を指定してください"

msgid "cannot delete obsmarkers in the middle of transaction."
msgstr "トランザクション実施途中は廃止マーカを破棄できません"

#, python-format
msgid "deleted %i obsolescence markers\n"
msgstr "%i 個の廃止マーカを破棄\n"

#, python-format
msgid "bad obsmarker input: %s"
msgstr "不正な obsmarker 指定: %s"

msgid "complete an entire path"
msgstr "パス全体を補完"

msgid "show only normal files"
msgstr "通常ファイルのみを表示"

msgid "FILESPEC..."
msgstr "FILESPEC..."

#, fuzzy
msgid "complete part or all of a tracked path"
msgstr "パス全体を補完"

msgid ""
"    This command supports shells that offer path name completion. It\n"
"    currently completes only files already known to the dirstate."
msgstr ""

msgid ""
"    Completion extends only to the next path segment unless\n"
"    --full is specified, in which case entire paths are used."
msgstr ""

#, fuzzy
msgid "establish a connection to a peer repository"
msgstr "%s への ssl 接続に失敗"

#, fuzzy, python-format
msgid "url: %s\n"
msgstr "ユーザ: %s\n"

#, fuzzy, python-format
msgid "local: %s\n"
msgstr "a: %s\n"

#, fuzzy
msgid "no"
msgstr "now"

#, fuzzy
msgid "yes"
msgstr "バイト"

#, fuzzy, python-format
msgid "pushable: %s\n"
msgstr "履歴反映に失敗: %s"

#, fuzzy
msgid "check for files in this revision"
msgstr "指定リビジョンに対する fileset 記述の適用"

msgid "emulate merging change and delete"
msgstr ""

#, fuzzy
msgid "[PATTERN]..."
msgstr "パターン"

msgid "examine which merge tool is chosen for specified file"
msgstr ""

msgid ""
"    As described in :hg:`help merge-tools`, Mercurial examines\n"
"    configurations below in this order to decide which merge tool is\n"
"    chosen for specified file."
msgstr ""

msgid ""
"    1. ``--tool`` option\n"
"    2. ``HGMERGE`` environment variable\n"
"    3. configurations in ``merge-patterns`` section\n"
"    4. configuration of ``ui.merge``\n"
"    5. configurations in ``merge-tools`` section\n"
"    6. ``hgmerge`` tool (for historical reason only)\n"
"    7. default tool for fallback (``:merge`` or ``:prompt``)"
msgstr ""

#, fuzzy
msgid "    This command writes out examination result in the style below::"
msgstr ""
"    本コマンドは以下と等価です (※ 訳注: 2つ目以降は FILE や `--rev REV`\n"
"    指定時の挙動に対応します)::"

msgid "        FILE = MERGETOOL"
msgstr ""

msgid ""
"    By default, all files known in the first parent context of the\n"
"    working directory are examined. Use file patterns and/or -I/-X\n"
"    options to limit target files. -r/--rev is also useful to examine\n"
"    files in another context without actual updating to it."
msgstr ""

msgid ""
"    With --debug, this command shows warning messages while matching\n"
"    against ``merge-patterns`` and so on, too. It is recommended to\n"
"    use this option with explicit file patterns and/or -I/-X options,\n"
"    because this option increases amount of output per file according\n"
"    to configurations in hgrc."
msgstr ""

msgid ""
"    With -v/--verbose, this command shows configurations below at\n"
"    first (only if specified)."
msgstr ""

msgid ""
"    - ``--tool`` option\n"
"    - ``HGMERGE`` environment variable\n"
"    - configuration of ``ui.merge``"
msgstr ""

msgid ""
"    If merge tool is chosen before matching against\n"
"    ``merge-patterns``, this command can't show any helpful\n"
"    information, even with --debug. In such case, information above is\n"
"    useful to know why a merge tool is chosen.\n"
"    "
msgstr ""

msgid "REPO NAMESPACE [KEY OLD NEW]"
msgstr "REPO NAMESPACE [KEY OLD NEW]"

msgid "access the pushkey key/value protocol"
msgstr ""

msgid "    With two args, list the keys in the given namespace."
msgstr ""

msgid ""
"    With five args, set a key to new if it currently is set to old.\n"
"    Reports success or failure.\n"
"    "
msgstr ""

msgid "A B"
msgstr "A B"

#, python-format
msgid "a: %s\n"
msgstr "a: %s\n"

#, python-format
msgid "b: %s\n"
msgstr "b: %s\n"

#, python-format
msgid "depth(a): %d depth(b): %d\n"
msgstr "深さ(a): %d 深さ(b): %d\n"

#, python-format
msgid "delta: %d hdist: %d distance: %d relation: %s\n"
msgstr "差分: %d ハミング(hamming)距離: %d 距離: %d 関連: %s\n"

msgid "revision to rebuild to"
msgstr "再構築対象リビジョン"

msgid "only rebuild files that are inconsistent with the working copy parent"
msgstr "作業領域の親リビジョンに対して、 不適切なファイルのみ、 状態を再構築"

msgid "rebuild the dirstate as it would look like for the given revision"
msgstr ""

#, fuzzy
msgid "    If no revision is specified the first current parent will be used."
msgstr "    ディレクトリが指定されない場合、 現ディレクトリが初期化されます。"

msgid ""
"    The dirstate will be set to the files of the given revision.\n"
"    The actual working directory content or existing dirstate\n"
"    information such as adds or removes is not considered."
msgstr ""

msgid ""
"    ``minimal`` will only rebuild the dirstate status for files that claim "
"to be\n"
"    tracked but are not in the parent manifest, or that exist in the parent\n"
"    manifest but are not in the dirstate. It will not change adds, removes, "
"or\n"
"    modified files that are in the working copy parent."
msgstr ""

msgid ""
"    One use of this command is to make the next :hg:`status` invocation\n"
"    check the actual file content.\n"
"    "
msgstr ""

msgid "rebuild the fncache file"
msgstr ""

msgid "revision to debug"
msgstr "デバッグ対象リビジョン"

msgid "[-r REV] FILE"
msgstr "[-r REV] FILE"

#, fuzzy
msgid "dump rename information"
msgstr "共通の祖先リビジョンの情報表示"

#, python-format
msgid "%s renamed from %s:%s\n"
msgstr "%s は %s:%s で改名されました\n"

#, python-format
msgid "%s not renamed\n"
msgstr "%s は改名されていません\n"

msgid "dump index data"
msgstr "インデックスデータのダンプ"

msgid "show data and statistics about a revlog"
msgstr ""

msgid "print parsed tree after optimizing (DEPRECATED)"
msgstr "最適化後の解析ツリーの表示 (非推奨)"

#, fuzzy
msgid "print list of result revisions (default)"
msgstr "リビジョン番号を表示(既定動作)"

msgid "print internal representation of result set"
msgstr ""

msgid "print parsed tree at the given stage"
msgstr "指定解析段階における解析ツリーの表示"

msgid "evaluate tree without optimization"
msgstr "最適化無しで解析ツリーを評価"

msgid "verify optimized result"
msgstr "最適化結果を検証"

msgid "parse and apply a revision specification"
msgstr ""

msgid ""
"    Use -p/--show-stage option to print the parsed tree at the given "
"stages.\n"
"    Use -p all to print tree at every stage."
msgstr ""

msgid ""
"    Use --no-show-revs option with -s or -p to print only the set\n"
"    representation or the parsed tree respectively."
msgstr ""

msgid ""
"    Use --verify-optimized to compare the optimized result with the "
"unoptimized\n"
"    one. Returns 1 if the optimized result differs.\n"
"    "
msgstr ""

msgid "cannot use --verify-optimized with --no-optimized"
msgstr "--verify-optimized と --no-optimized は併用できません"

msgid "cannot use --optimize with --show-stage"
msgstr "--optimize と --show-stage は併用できません"

#, python-format
msgid "invalid stage name: %s"
msgstr "不正な解析段階名: %s"

msgid "run an SSH server bound to process handles"
msgstr ""

msgid "file descriptor to log server I/O to"
msgstr ""

msgid "file to log server I/O to"
msgstr ""

msgid "run a server with advanced settings"
msgstr ""

msgid ""
"    This command is similar to :hg:`serve`. It exists partially as a\n"
"    workaround to the fact that ``hg serve --stdio`` must have specific\n"
"    arguments for security reasons.\n"
"    "
msgstr ""

#, fuzzy
msgid "only --sshstdio is currently supported"
msgstr "    以下のオプションを指定できます:"

#, fuzzy
msgid "cannot use both --logiofd and --logiofile"
msgstr "--force と --keep-changes は併用できません"

msgid "REV1 [REV2]"
msgstr "REV1 [REV2]"

#, fuzzy
msgid "manually set the parents of the current working directory"
msgstr "作業領域の親リビジョンの改変"

msgid ""
"    This is useful for writing repository conversion tools, but should\n"
"    be used with care. For example, neither the working directory nor the\n"
"    dirstate is updated, so file status may be incorrect after running this\n"
"    command."
msgstr ""

#, fuzzy
msgid "test a secure connection to a server"
msgstr "%s への ssl 接続に失敗"

msgid ""
"    This builds the certificate chain for the server on Windows, installing "
"the\n"
"    missing intermediates and trusted root via Windows Update if necessary.  "
"It\n"
"    does nothing on other platforms."
msgstr ""

#, fuzzy
msgid ""
"    If SOURCE is omitted, the 'default' path will be used.  If a URL is "
"given,\n"
"    that server is used. See :hg:`help urls` for more information."
msgstr ""
"    連携先が省略された場合、 'default' パスが連携先として使用されます。\n"
"    詳細は :hg:`help urls` を参照してください。"

msgid ""
"    If the update succeeds, retry the original operation.  Otherwise, the "
"cause\n"
"    of the SSL error is likely another issue.\n"
"    "
msgstr ""

msgid "certificate chain building is only possible on Windows"
msgstr ""

#, fuzzy
msgid "there is no Mercurial repository here, and no server specified"
msgstr "Mercurial リポジトリが見つかりません(.hg が不在です)"

#, fuzzy
msgid "malformed port number in URL"
msgstr "不正なパスワード文字列"

#, fuzzy
msgid "only https and ssh connections are supported"
msgstr "    以下のオプションを指定できます:"

#, fuzzy, python-format
msgid "checking the certificate chain for %s\n"
msgstr "%s 用の証明書ファイル"

msgid "certificate chain is incomplete, updating... "
msgstr ""

#, fuzzy
msgid "failed.\n"
msgstr "seek に失敗しました\n"

#, fuzzy
msgid "done.\n"
msgstr "完了\n"

msgid "full certificate chain is available\n"
msgstr ""

msgid "revision to check"
msgstr "確認対象リビジョン"

msgid "[-r REV] [REV]"
msgstr "[-r REV] [REV]"

msgid "return closest successors sets only"
msgstr ""

msgid "[REV]"
msgstr "[REV]"

#, fuzzy
msgid "show set of successors for revision"
msgstr "親リビジョンの表示対象"

msgid ""
"    A successors set of changeset A is a consistent group of revisions that\n"
"    succeed A. It contains non-obsolete changesets only unless closests\n"
"    successors set is set."
msgstr ""

msgid ""
"    In most cases a changeset A has a single successors set containing a "
"single\n"
"    successor (changeset A replaced by A')."
msgstr ""

msgid ""
"    A changeset that is made obsolete with no successors are called \"pruned"
"\".\n"
"    Such changesets have no successors sets at all."
msgstr ""

msgid ""
"    A changeset that has been \"split\" will have a successors set "
"containing\n"
"    more than one successor."
msgstr ""

msgid ""
"    A changeset that has been rewritten in multiple different ways is "
"called\n"
"    \"divergent\". Such changesets have multiple successor sets (each of "
"which\n"
"    may also be split, i.e. have multiple successors)."
msgstr ""

#, fuzzy
msgid "    Results are displayed as follows::"
msgstr "    以下のファイル形式を想定しています::"

msgid ""
"        <rev1>\n"
"            <successors-1A>\n"
"        <rev2>\n"
"            <successors-2A>\n"
"            <successors-2B1> <successors-2B2> <successors-2B3>"
msgstr ""

msgid ""
"    Here rev2 has two possible (i.e. divergent) successors sets. The first\n"
"    holds one element, whereas the second holds three (i.e. the changeset "
"has\n"
"    been split).\n"
"    "
msgstr ""

msgid "apply template on changesets"
msgstr "指定テンプレートでリビジョン表示"

msgid "define template keyword"
msgstr "テンプレートキーワードを定義"

msgid "[-r REV]... [-D KEY=VALUE]... TEMPLATE"
msgstr "[-r REV]... [-D KEY=VALUE]... TEMPLATE"

#, fuzzy
msgid "parse and apply a template"
msgstr "テンプレートを指定してください"

msgid ""
"    If -r/--rev is given, the template is processed as a log template and\n"
"    applied to the given changesets. Otherwise, it is processed as a "
"generic\n"
"    template."
msgstr ""

msgid ""
"    Use --verbose to print the parsed tree.\n"
"    "
msgstr ""

#, python-format
msgid "malformed keyword definition: %s"
msgstr "不正なキーワード定義: %s"

msgid "prompt text"
msgstr ""

#, fuzzy
msgid "[-p TEXT]"
msgstr "テキスト"

msgid "show prompt to type password"
msgstr ""

msgid "show plain prompt"
msgstr ""

#, fuzzy
msgid "warm all known caches in the repository"
msgstr "リポジトリ中の全リビジョンをバンドルに含める"

msgid "extra optimization to perform"
msgstr "追加実施する最適化"

msgid "performs an upgrade"
msgstr "アップグレードの実施"

#, fuzzy
msgid "upgrade a repository to use different features"
msgstr "リンク元とリンク先が同一ファイルシステム上にありません"

msgid ""
"    If no arguments are specified, the repository is evaluated for upgrade\n"
"    and a list of problems and potential optimizations is printed."
msgstr ""

msgid ""
"    With ``--run``, a repository upgrade is performed. Behavior of the "
"upgrade\n"
"    can be influenced via additional arguments. More details will be "
"provided\n"
"    by the command output when run without ``--run``."
msgstr ""

msgid ""
"    During the upgrade, the repository will be locked and no writes will be\n"
"    allowed."
msgstr ""

msgid ""
"    At the end of the upgrade, the repository may not be readable while new\n"
"    repository data is swapped in. This window will be as long as it takes "
"to\n"
"    rename some directories inside the ``.hg`` directory. On most machines, "
"this\n"
"    should complete almost instantaneously and the chances of a consumer "
"being\n"
"    unable to access the repository should be low.\n"
"    "
msgstr ""

#, fuzzy
msgid "show how files match on given patterns"
msgstr "指定パターンに合致するファイルがありません"

#, fuzzy
msgid "explain instabilities of a changeset"
msgstr "リビジョンから参照されていないファイル"

msgid "REPO [OPTIONS]... [ONE [TWO]]"
msgstr "REPO [OPTIONS]... [ONE [TWO]]"

msgid "indented line outside of block"
msgstr ""

msgid "start an SSH server for this repo"
msgstr ""

#, fuzzy
msgid "construct a specific version of the peer"
msgstr "指定リビジョン時点の内容表示"

msgid "do not read from stderr of the remote"
msgstr ""

msgid "do not log I/O related to the peer handshake"
msgstr ""

msgid "send wire protocol commands to a server"
msgstr ""

msgid ""
"    This command can be used to issue wire protocol commands to remote\n"
"    peers and to debug the raw data being exchanged."
msgstr ""

msgid ""
"    ``--localssh`` will start an SSH server against the current repository\n"
"    and connect to that. By default, the connection will perform a "
"handshake\n"
"    and establish an appropriate peer instance."
msgstr ""

msgid ""
"    ``--peer`` can be used to bypass the handshake protocol and construct a\n"
"    peer instance using the specified class type. Valid values are ``raw``,\n"
"    ``http2``, ``ssh1``, and ``ssh2``. ``raw`` instances only allow sending\n"
"    raw data payloads and don't support higher-level command actions."
msgstr ""

msgid ""
"    ``--noreadstderr`` can be used to disable automatic reading from stderr\n"
"    of the peer (for SSH connections only). Disabling automatic reading of\n"
"    stderr is useful for making output more deterministic."
msgstr ""

msgid ""
"    Commands are issued via a mini language which is specified via stdin.\n"
"    The language consists of individual actions to perform. An action is\n"
"    defined by a block. A block is defined as a line with no leading\n"
"    space followed by 0 or more lines with leading space. Blocks are\n"
"    effectively a high-level command with additional metadata."
msgstr ""

#, fuzzy
msgid "    Lines beginning with ``#`` are ignored."
msgstr "    空行と ``#`` で始まる行は無視されます。"

#, fuzzy
msgid "    The following sections denote available actions."
msgstr "以下の ``share.`` セクション設定が、この機能を制御します:"

#, fuzzy
msgid ""
"    raw\n"
"    ---"
msgstr ""
"\n"
"    /tags\n"
"    -----"

msgid "    Send raw data to the server."
msgstr ""

msgid ""
"    The block payload contains the raw data to send as one atomic send\n"
"    operation. The data may not actually be delivered in a single system\n"
"    call: it depends on the abilities of the transport being used."
msgstr ""

msgid ""
"    Each line in the block is de-indented and concatenated. Then, that\n"
"    value is evaluated as a Python b'' literal. This allows the use of\n"
"    backslash escaping, etc."
msgstr ""

#, fuzzy
msgid ""
"    raw+\n"
"    ----"
msgstr ""
"\n"
"    /tags\n"
"    -----"

msgid "    Behaves like ``raw`` except flushes output afterwards."
msgstr ""

#, fuzzy
msgid ""
"    command <X>\n"
"    -----------"
msgstr ""
"\n"
"    /bookmarks\n"
"    ----------"

msgid ""
"    Send a request to run a named command, whose name follows the "
"``command``\n"
"    string."
msgstr ""

msgid ""
"    Arguments to the command are defined as lines in this block. The format "
"of\n"
"    each line is ``<key> <value>``. e.g.::"
msgstr ""

msgid ""
"       command listkeys\n"
"           namespace bookmarks"
msgstr ""

msgid ""
"    If the value begins with ``eval:``, it will be interpreted as a Python\n"
"    literal expression. Otherwise values are interpreted as Python b'' "
"literals.\n"
"    This allows sending complex types and encoding special byte sequences "
"via\n"
"    backslash escaping."
msgstr ""

#, fuzzy
msgid "    The following arguments have special meaning:"
msgstr "    以下のオプションを指定できます:"

msgid ""
"    ``PUSHFILE``\n"
"        When defined, the *push* mechanism of the peer will be used instead\n"
"        of the static request-response mechanism and the content of the\n"
"        file specified in the value of this argument will be sent as the\n"
"        command payload."
msgstr ""

msgid "        This can be used to submit a local bundle file to the remote."
msgstr ""

#, fuzzy
msgid ""
"    batchbegin\n"
"    ----------"
msgstr ""
"\n"
"    /branches\n"
"    ---------"

msgid "    Instruct the peer to begin a batched send."
msgstr ""

msgid ""
"    All ``command`` blocks are queued for execution until the next\n"
"    ``batchsubmit`` block."
msgstr ""

#, fuzzy
msgid ""
"    batchsubmit\n"
"    -----------"
msgstr ""
"\n"
"    /branches\n"
"    ---------"

msgid "    Submit previously queued ``command`` blocks as a batch request."
msgstr ""

msgid "    This action MUST be paired with a ``batchbegin`` action."
msgstr ""

#, fuzzy
msgid ""
"    httprequest <method> <path>\n"
"    ---------------------------"
msgstr ""
"\n"
"    /annotate/{revision}/{path}\n"
"    ---------------------------"

msgid "    (HTTP peer only)"
msgstr ""

msgid "    Send an HTTP request to the peer."
msgstr ""

msgid ""
"    The HTTP request line follows the ``httprequest`` action. e.g. ``GET /"
"foo``."
msgstr ""

msgid ""
"    Arguments of the form ``<key>: <value>`` are interpreted as HTTP "
"request\n"
"    headers to add to the request. e.g. ``Accept: foo``."
msgstr ""

#, fuzzy
msgid "    The following arguments are special:"
msgstr "    以下のオプションを指定できます:"

msgid ""
"    ``BODYFILE``\n"
"        The content of the file defined as the value to this argument will "
"be\n"
"        transferred verbatim as the HTTP request body."
msgstr ""

msgid ""
"    ``frame <type> <flags> <payload>``\n"
"        Send a unified protocol frame as part of the request body."
msgstr ""

msgid ""
"        All frames will be collected and sent as the body to the HTTP\n"
"        request."
msgstr ""

#, fuzzy
msgid ""
"    close\n"
"    -----"
msgstr ""
"\n"
"    /tags\n"
"    -----"

#, fuzzy
msgid "    Close the connection to the server."
msgstr "%s への ssl 接続に失敗"

#, fuzzy
msgid ""
"    flush\n"
"    -----"
msgstr ""
"\n"
"    /tags\n"
"    -----"

msgid "    Flush data written to the server."
msgstr ""

#, fuzzy
msgid ""
"    readavailable\n"
"    -------------"
msgstr ""
"\n"
"    /shortlog\n"
"    ---------"

msgid ""
"    Close the write end of the connection and read all available data from\n"
"    the server."
msgstr ""

msgid ""
"    If the connection to the server encompasses multiple pipes, we poll "
"both\n"
"    pipes and read available data."
msgstr ""

#, fuzzy
msgid ""
"    readline\n"
"    --------"
msgstr ""
"\n"
"    /branches\n"
"    ---------"

msgid ""
"    Read a line of output from the server. If there are multiple output\n"
"    pipes, reads only the main pipe."
msgstr ""

#, fuzzy
msgid ""
"    ereadline\n"
"    ---------"
msgstr ""
"\n"
"    /branches\n"
"    ---------"

msgid "    Like ``readline``, but read from the stderr pipe, if available."
msgstr ""

#, fuzzy
msgid ""
"    read <X>\n"
"    --------"
msgstr ""
"\n"
"    /branches\n"
"    ---------"

msgid "    ``read()`` N bytes from the server's main output pipe."
msgstr ""

#, fuzzy
msgid ""
"    eread <X>\n"
"    ---------"
msgstr ""
"\n"
"    /branches\n"
"    ---------"

msgid "    ``read()`` N bytes from the server's stderr pipe, if available."
msgstr ""

#, fuzzy
msgid ""
"    Specifying Unified Frame-Based Protocol Frames\n"
"    ----------------------------------------------"
msgstr "     HG: ------------------------ >8 ------------------------"

msgid ""
"    It is possible to emit a *Unified Frame-Based Protocol* by using "
"special\n"
"    syntax."
msgstr ""

msgid ""
"    A frame is composed as a type, flags, and payload. These can be parsed\n"
"    from a string of the form:"
msgstr ""

msgid "       <request-id> <stream-id> <stream-flags> <type> <flags> <payload>"
msgstr ""

msgid ""
"    ``request-id`` and ``stream-id`` are integers defining the request and\n"
"    stream identifiers."
msgstr ""

msgid ""
"    ``type`` can be an integer value for the frame type or the string name\n"
"    of the type. The strings are defined in ``wireprotoframing.py``. e.g.\n"
"    ``command-name``."
msgstr ""

msgid ""
"    ``stream-flags`` and ``flags`` are a ``|`` delimited list of flag\n"
"    components. Each component (and there can be just one) can be an "
"integer\n"
"    or a flag name for stream flags or frame flags, respectively. Values "
"are\n"
"    resolved to integers and then bitwise OR'd together."
msgstr ""

msgid ""
"    ``payload`` represents the raw frame payload. If it begins with\n"
"    ``cbor:``, the following string is evaluated as Python code and the\n"
"    resulting object is fed into a CBOR encoder. Otherwise it is "
"interpreted\n"
"    as a Python byte string literal.\n"
"    "
msgstr ""

#, fuzzy
msgid "--localssh requires a repository"
msgstr "remote にはリポジトリパスを指定してください"

#, fuzzy
msgid "invalid value for --peer"
msgstr "--daemon-postexec への指定値が不正です: %s"

msgid "valid values are \"raw\", \"ssh1\", and \"ssh2\""
msgstr ""

#, fuzzy
msgid "cannot specify --localssh with an explicit path"
msgstr "パッチ適用中に、 --exact 付きでのパッチ適用はできません"

#, fuzzy
msgid "(waiting for commands on stdin)\n"
msgstr "警告: ファイル %s でのコマンド解析中にエラー発生\n"

msgid "creating ssh peer for wire protocol version 1\n"
msgstr ""

msgid "creating ssh peer for wire protocol version 2\n"
msgstr ""

#, fuzzy
msgid "using raw connection to peer\n"
msgstr "%s への ssl 接続に失敗"

msgid "creating ssh peer from handshake results\n"
msgstr ""

#, fuzzy
msgid "only http:// paths are currently supported"
msgstr "全てのパッチが適用中です\n"

msgid "creating http peer for wire protocol version 2\n"
msgstr ""

msgid "could not instantiate HTTP peer for wire protocol version 2"
msgstr ""

msgid ""
"the server may not have the feature enabled or is not allowing this client "
"version"
msgstr ""

#, python-format
msgid "--peer %s not supported with HTTP peers"
msgstr ""

#, fuzzy
msgid "unsupported connection configuration"
msgstr "未サポートの行末種別: %s"

msgid "cannot call raw/raw+ on this peer"
msgstr ""

#, fuzzy
msgid "cannot call flush on this peer"
msgstr "null リビジョンのフェーズは変更できません"

msgid "cannot send commands unless peer instance is available"
msgstr ""

#, fuzzy, python-format
msgid "sending %s command\n"
msgstr "通知コマンド %s 実行中\n"

#, fuzzy, python-format
msgid "result: %s\n"
msgstr "認証領域(realm): %s\n"

#, fuzzy, python-format
msgid "remote output: %s\n"
msgstr "連携先: 中止: %s\n"

#, fuzzy, python-format
msgid "response: %s\n"
msgstr "連携先同期:   %s\n"

msgid "nested batchbegin not allowed"
msgstr ""

#, python-format
msgid "sending batch with %d sub-commands\n"
msgstr ""

#, fuzzy, python-format
msgid "response #%d: %s\n"
msgstr "連携先同期:   %s\n"

msgid "cannot use httprequest without an HTTP peer"
msgstr ""

msgid "invalid httprequest: expected format is \"httprequest <method> <path>"
msgstr ""

#, fuzzy, python-format
msgid "unknown argument to httprequest: %s"
msgstr "未知のダイジェスト種別: %s"

#, fuzzy, python-format
msgid "cbor> %s\n"
msgstr "中止: %s\n"

#, fuzzy
msgid "readavailable not available on this peer"
msgstr "このシステムでは IPv6 を利用できません"

#, fuzzy
msgid "readline not available on this peer"
msgstr "このシステムでは IPv6 を利用できません"

#, fuzzy
msgid "ereadline not available on this peer"
msgstr "このシステムでは IPv6 を利用できません"

#, fuzzy
msgid "read not available on this peer"
msgstr "このシステムでは IPv6 を利用できません"

#, fuzzy
msgid "eread not available on this peer"
msgstr "このシステムでは IPv6 を利用できません"

#, fuzzy, python-format
msgid "unknown action: %s"
msgstr "未知の操作 \"%s\" が指定されました"

msgid "unclosed \"batchbegin\" request"
msgstr ""

msgid ""
"multiple matching bookmarks to merge - please merge with an explicit rev or "
"bookmark"
msgstr "merge 候補のブックマークが複数あります - merge 対象を明示してください"

msgid "run 'hg heads' to see all heads"
msgstr "'hg heads' によりヘッドを一覧表示できます"

msgid ""
"multiple matching bookmarks to rebase - please rebase to an explicit rev or "
"bookmark"
msgstr ""
"rebase 候補のブックマークが複数あります - rebase 対象を明示してください"

msgid ""
"no matching bookmark to merge - please merge with an explicit rev or bookmark"
msgstr "merge 候補のブックマークはありません - merge 対象を明示してください"

msgid ""
"no matching bookmark to rebase - please rebase to an explicit rev or bookmark"
msgstr "rebase 候補のブックマークはありません - rebase 対象を明示してください"

#, python-format
msgid "branch '%s' has %d heads - please merge with an explicit rev"
msgstr ""
"ブランチ '%s' には %d 個のヘッドがあります - merge 対象を明示してください"

msgid "run 'hg heads .' to see heads"
msgstr "'hg heads .' によりヘッドを一覧表示できます"

#, python-format
msgid "branch '%s' has %d heads - please rebase to an explicit rev"
msgstr ""
"ブランチ '%s' には %d 個のヘッドがあります - rebase 対象を明示してください"

msgid "heads are bookmarked - please merge with an explicit rev"
msgstr "ヘッドはブックマークされています - merge 対象を明示してください"

msgid "heads are bookmarked - please rebase to an explicit rev"
msgstr "ヘッドはブックマークされています - rebase 対象を明示してください"

#, python-format
msgid "branch '%s' has one head - please merge with an explicit rev"
msgstr "ブランチ '%s' は単一ヘッドです - merge 対象を明示してください"

#, python-format
msgid "branch '%s' has one head - please rebase to an explicit rev"
msgstr "ブランチ '%s' は単一ヘッドです - rebase 対象を明示してください"

msgid "nothing to merge"
msgstr "merge の必要はありません"

msgid "nothing to rebase"
msgstr "rebase の必要はありません"

msgid "use 'hg update' instead"
msgstr "'hg update' を使用してください"

msgid "working directory not at a head revision"
msgstr "作業領域の親リビジョンは、 ヘッドではありません"

msgid "use 'hg update' or merge with an explicit revision"
msgstr "'hg update' するか、リビジョンを明示して 'hg merge' してください"

msgid "use 'hg update' or rebase to an explicit revision"
msgstr "'hg update' するか、リビジョンを明示して 'hg rebase' してください"

msgid "source set is empty"
msgstr "対象リビジョンは空です"

msgid "source set is rooted in multiple branches"
msgstr "対象リビジョンが複数ブランチにまたがっています"

msgid "rebaseset is rooted in multiple named branches"
msgstr "rebase 対象が複数ブランチにまたがっています"

msgid "specify an explicit destination with --dest"
msgstr "--dest で rebase 先を明示してください"

#, python-format
msgid "%i other divergent bookmarks for \"%s\"\n"
msgstr "%i 個のブックマークが \"%s\" から分岐しています\n"

#, python-format
msgid "no open descendant heads on branch \"%s\", updating to a closed head\n"
msgstr ""
"ブランチ \"%s\" 内の子孫に未閉鎖ヘッドが無いので、閉鎖済みヘッドで更新中\n"

#, python-format
msgid ""
"(committing will reopen the head, use 'hg heads .' to see %i other heads)\n"
msgstr ""
"(閉鎖済みヘッドでのコミットはヘッドの閉鎖を解除します。他の %i 個のヘッドは "
"'hg heads .' で参照してください)\n"

#, python-format
msgid "(committing will reopen branch \"%s\")\n"
msgstr "(閉鎖済みヘッドでのコミットはブランチ \"%s\" の閉鎖を解除します)\n"

#, python-format
msgid "updated to \"%s: %s\"\n"
msgstr "リビジョン \"%s: %s\" で更新\n"

#, python-format
msgid "%i other heads for branch \"%s\"\n"
msgstr "他に %i 個のヘッドがブランチ \"%s\" に存在します\n"

msgid "incomplete hunk"
msgstr ""

#, python-format
msgid "directory %r already in dirstate"
msgstr "ディレクトリ %r は既に管理対象に含まれています"

#, python-format
msgid "file %r in dirstate clashes with %r"
msgstr "管理情報中のファイル %r は %r によって破壊されます"

#, python-format
msgid "setting %r to other parent only allowed in merges"
msgstr "%r の別親への設定はマージでのみ可能です"

msgid "working directory state may be changed parallelly"
msgstr "作業領域状態が平行して更新された可能性があります"

msgid "working directory state appears damaged!"
msgstr "作業領域の状態管理に問題があります!"

#, python-format
msgid "can't close already inactivated backup: %s"
msgstr "非活性化済みのバックアップは close できません: %s"

#, python-format
msgid "can't release already inactivated backup: %s"
msgstr "非活性化済みのバックアップは release できません: %s"

#, python-format
msgid "push creates new remote branches: %s!"
msgstr "連携先に新しいブランチが作成されます: %s!"

msgid "use 'hg push --new-branch' to create new remote branches"
msgstr "連携先への新規ブランチ作成は 'hg push --new-branch'"

msgid "remote has heads that are not known locally\n"
msgstr "連携先には新規ヘッドが存在します\n"

#, python-format
msgid "remote has heads that are not known locally: %s\n"
msgstr "連携先には新規ヘッドが存在します: %s\n"

#, python-format
msgid "remote has heads on branch '%s' that are not known locally: %s\n"
msgstr "連携先のブランチ '%s' には新規ヘッドが存在します: %s\n"

#, python-format
msgid "push creates new branch '%s' with multiple heads"
msgstr "複数ヘッドの新規ブランチ %s が連携先に作成されます"

msgid "merge or see 'hg help push' for details about pushing new heads"
msgstr "マージするか、新規ヘッドの反映に関して 'hg help push' を参照"

#, python-format
msgid "push creates new remote head %s on branch '%s'!"
msgstr "新しいヘッド %s が連携先のブランチ '%s' に作成されます!"

#, python-format
msgid "push creates new remote head %s with bookmark '%s'!"
msgstr "新しいヘッド %s がブックマーク '%s' 付きで連携先に作成されます!"

#, python-format
msgid "push creates new remote head %s!"
msgstr "新しいヘッド %s が連携先に作成されます!"

msgid ""
"pull and merge or see 'hg help push' for details about pushing new heads"
msgstr "取り込み+マージするか、新規ヘッド反映に関して 'hg help push' を参照"

msgid "new remote heads:\n"
msgstr "以下の新しいヘッドが連携先に作成されます:\n"

#, python-format
msgid "new remote heads on branch '%s':\n"
msgstr "以下の新しいヘッドが連携先のブランチ '%s' に作成されます:\n"

#, python-format
msgid "hg: parse error at %s: %s\n"
msgstr "hg: %s での解析エラー: %s\n"

msgid "unexpected leading whitespace\n"
msgstr "先頭に想定外の空白文字があります\n"

#, python-format
msgid "hg: parse error: %s\n"
msgstr "hg: 解析エラー: %s\n"

#, python-format
msgid "(%s)\n"
msgstr "(%s)\n"

#, python-format
msgid "** ProgrammingError: %s\n"
msgstr ""

#, fuzzy, python-format
msgid "** (%s)\n"
msgstr "(%s)\n"

msgid "killed!\n"
msgstr "強制終了されました!\n"

msgid "interrupted!\n"
msgstr "中断されました!\n"

#, python-format
msgid "potentially unsafe serve --stdio invocation: %r"
msgstr "潜在的セキュリティ問題の可能性がある serve --stdio 実行: %r"

msgid "entering debugger - type c to continue starting hg or h for help\n"
msgstr "デバッガ動作開始 - 継続なら c 、 ヘルプなら h を入力してください\n"

#, python-format
msgid "%s debugger specified but its module was not found\n"
msgstr "指定された %s デバッガのモジュールが読み込めません\n"

#, python-format
msgid ""
"hg: command '%s' is ambiguous:\n"
"    %s\n"
msgstr ""
"hg: コマンド指定 '%s' は曖昧です:\n"
"    %s\n"

#, python-format
msgid "hg %s: %s\n"
msgstr "hg %s: %s\n"

#, python-format
msgid "hg: %s\n"
msgstr "hg: %s\n"

#, python-format
msgid "hg: unknown command '%s'\n"
msgstr "hg: 未知のコマンド '%s'\n"

msgid "too few arguments for command alias"
msgstr "別名(エイリアス)への引数が足りません"

#, python-format
msgid "no definition for alias '%s'"
msgstr "別名コマンド '%s' には実行対象の記述がありません"

#, python-format
msgid "error in definition for alias '%s': %s"
msgstr "別名コマンド '%s' の定義が不正です: %s"

#, python-format
msgid ""
"error in definition for alias '%s': %s may only be given on the command line"
msgstr "別名定義 '%s' のエラー: %s はコマンド行での直接指定限定です"

#, python-format
msgid "alias '%s' resolves to unknown command '%s'"
msgstr "'%s' が未知のコマンド '%s' の別名とみなされました"

#, python-format
msgid "alias '%s' resolves to ambiguous command '%s'"
msgstr "'%s' が曖昧なコマンド '%s' の別名とみなされました"

#, fuzzy, python-format
msgid "non-ASCII character in alias definition '%s:%s'"
msgstr "dag 記述に不正な文字が使われています: %s..."

#, python-format
msgid "'%s' is provided by '%s' extension"
msgstr "'%s' コマンドは '%s' エクステンションにより提供されています"

#, python-format
msgid "malformed --config option: %r (use --config section.name=value)"
msgstr "不正な --config 指定: %r (有効な形式は --config section.name=value)"

#, python-format
msgid "error getting current working directory: %s"
msgstr "現ディレクトリ位置の取得に失敗: %s"

msgid "option --config may not be abbreviated!"
msgstr "--config 指定値が省略されなかった可能性があります!"

msgid "option --cwd may not be abbreviated!"
msgstr "--cwd 指定値が省略されなかった可能性があります!"

msgid ""
"option -R has to be separated from other options (e.g. not -qR) and --"
"repository may only be abbreviated as --repo!"
msgstr "-R は単独記述(例: '-dR' は不可)、 --repository の略記は --repo のみ"

#, fuzzy
msgid "option --debugger may not be abbreviated!"
msgstr "--cwd 指定値が省略されなかった可能性があります!"

#, python-format
msgid "time: real %.3f secs (user %.3f+%.3f sys %.3f+%.3f)\n"
msgstr "所要時間: 実時間 %.3f 秒 (ユーザ %.3f+%.3f システム %.3f+%.3f)\n"

#, python-format
msgid "repository '%s' is not local"
msgstr "リポジトリ '%s' はローカルリポジトリではありません"

#, python-format
msgid "no repository found in '%s' (.hg not found)"
msgstr "'%s' 配下にはリポジトリがありません (.hg が見つかりません)"

msgid "warning: --repository ignored\n"
msgstr "警告: --repository 指定を無視します\n"

msgid "the extension author."
msgstr "エクステンションの作者"

#, python-format
msgid ""
"** Unknown exception encountered with possibly-broken third-party extension "
"%s\n"
"** which supports versions %s of Mercurial.\n"
"** Please disable %s and try your action again.\n"
"** If that fixes the bug please report it to %s\n"
msgstr ""
"** 非同梱のエクステンション %s に起因する例外が発生しました。\n"
"** 当該エクステンションのサポート対象 Mercurial の版: %s\n"
"** エクステンション %s を無効化してから、再度同じ処理を実行してください。\n"
"** 問題が改善された場合、 障害の発生を %s に報告してください。\n"

msgid "https://mercurial-scm.org/wiki/BugTracker"
msgstr "https://mercurial-scm.org/wiki/BugTracker"

msgid ""
"** unknown exception encountered, please report by visiting\n"
"** "
msgstr ""
"** 予期せぬ例外が発生しました。以下の URL から障害報告してください\n"
"** "

#, python-format
msgid "** Python %s\n"
msgstr "** Python %s\n"

#, python-format
msgid "** Mercurial Distributed SCM (version %s)\n"
msgstr "Mercurial - 分散構成管理ツール (バージョン %s)\n"

#, python-format
msgid "** Extensions loaded: %s\n"
msgstr "** Extensions loaded: %s\n"

msgid "response expected"
msgstr "何らかの入力が必要です"

#, python-format
msgid "unknown identifier: %s"
msgstr "未知の識別子: %s"

#, python-format
msgid "unsupported merge state records: %s"
msgstr "マージ状態記録に未対応の情報が含まれています: %s"

msgid ""
"see https://mercurial-scm.org/wiki/MergeStateRecords for more information"
msgstr "詳細は https://mercurial-scm.org/wiki/MergeStateRecords 参照"

#, python-format
msgid "invalid bundle specification: missing \"=\" in parameter: %s"
msgstr "不正な bundle 仕様: パラメータ中に \"=\" がありません: %s"

#, python-format
msgid "invalid bundle specification; must be prefixed with compression: %s"
msgstr "不正な bundle 仕様: \"-\" 連結による圧縮形式指定が必要です: %s"

#, python-format
msgid "%s compression is not supported"
msgstr "圧縮形式 %s は未サポートです"

#, python-format
msgid "%s is not a recognized bundle version"
msgstr "%s は有効なバンドルバージョンではありません"

#, python-format
msgid "%s is not a recognized bundle specification"
msgstr "%s は有効なバンドル形式指定ではありません"

#, python-format
msgid "compression engine %s is not supported on v1 bundles"
msgstr "圧縮エンジン %s は v1 形式のバンドルファイルでは使用できません"

#, python-format
msgid "missing support for repository features: %s"
msgstr "必要なリポジトリ機能が未サポートです: %s"

#, python-format
msgid "%s: not a Mercurial bundle"
msgstr "%s: Mercurial のバンドル形式ではありません"

#, python-format
msgid "%s: unknown bundle version %s"
msgstr "%s: 未知のバンドル形式バージョン %s"

#, python-format
msgid "unknown compression algorithm: %s"
msgstr "未知の圧縮形式: %s"

#, python-format
msgid "changegroup version %s does not have a known bundlespec"
msgstr "バンドルデータ形式のバージョン %s は未知のものです"

msgid "try upgrading your Mercurial client"
msgstr "Mercurial コマンドをアップグレードしてください"

msgid "could not identify changegroup version in bundle"
msgstr "バンドルデータにバージョン情報がありません"

#, python-format
msgid "unknown bundle type: %s"
msgstr "未知のバンドル形式: %s"

#, python-format
msgid "updating bookmark %s failed!\n"
msgstr "ブックマーク %s の更新に失敗!\n"

#, python-format
msgid "exporting bookmark %s\n"
msgstr "ブックマーク %s の反映中\n"

#, python-format
msgid "exporting bookmark %s failed!\n"
msgstr "ブックマーク %s の反映に失敗!\n"

#, python-format
msgid "deleting remote bookmark %s\n"
msgstr "連携先のブックマーク %s の削除中\n"

#, python-format
msgid "deleting remote bookmark %s failed!\n"
msgstr "連携先のブックマーク %s の削除に失敗!\n"

msgid "destination does not support push"
msgstr "指定の連携先には履歴を反映できません"

msgid ""
"cannot push: destination does not support the unbundle wire protocol command"
msgstr ""

#, python-format
msgid "bookmark %s does not exist on the local or remote repository!\n"
msgstr "ブックマーク %s はいずれのリポジトリにも存在しません!\n"

#, python-format
msgid "push includes obsolete changeset: %s!"
msgstr "履歴反映対象に廃止 (obsolete) リビジョンが含まれます!: %s"

#, python-format
msgid "push includes phase-divergent changeset: %s!"
msgstr ""
"履歴反映対象にフェーズ分岐 (phase-divergent) した後継リビジョンが含まれま"
"す!: %s"

#, python-format
msgid "push includes content-divergent changeset: %s!"
msgstr ""
"履歴反映対象に内容分岐 (content-divergent) した後継リビジョンが含まれます!: "
"%s"

#, python-format
msgid "push includes orphan changeset: %s!"
msgstr "履歴反映対象に孤児 (orphan) リビジョンが含まれます!: %s"

#, python-format
msgid "updating %s to public failed"
msgstr "%s フェーズの public 化に失敗"

#, python-format
msgid "server ignored update of %s to public!\n"
msgstr "連携先で、%s の public 化が無視されました!\n"

#, python-format
msgid "updating %s to public failed!\n"
msgstr "%s フェーズの public 化に失敗!\n"

#, python-format
msgid "server ignored bookmark %s update\n"
msgstr "連携先のブックマーク %s は更新されませんでした\n"

#, python-format
msgid "missing support for %s"
msgstr "%s 機能が未サポートです"

msgid "push failed on remote"
msgstr "連携先での履歴反映に失敗しました"

#, python-format
msgid "cannot lock source repo, skipping local %s phase update\n"
msgstr "リポジトリをロックできないため、ローカルの %s フェーズ更新を省略\n"

msgid "failed to push some obsolete markers!\n"
msgstr "リビジョンの廃止情報の反映に失敗しました!\n"

msgid "streaming all changes\n"
msgstr "全変更を転送中\n"

msgid "requesting all changes\n"
msgstr "全リビジョンを取得中\n"

#, python-format
msgid "remote: abort: %s\n"
msgstr "連携先: 中止: %s\n"

msgid "pull failed on remote"
msgstr "履歴取り込みが連携先で失敗しました"

msgid ""
"partial pull cannot be done because other repository doesn't support "
"changegroupsubset."
msgstr "連携先の changegroupsubset 機能未対応により、 部分取り込みできません。"

msgid "request for bundle10 must include changegroup"
msgstr "bundle10 での要求にはリビジョン情報が必要です"

#, python-format
msgid "unsupported getbundle arguments: %s"
msgstr "getbundle プロトコルに未知の引数が指定されました: %s"

msgid "no common bookmarks exchange method"
msgstr "ブックマーク情報が交換できません"

msgid "no common phases exchange method"
msgstr "フェーズ情報が交換できません"

msgid "no clone bundles available on remote; falling back to regular clone\n"
msgstr "連携先にclone用バンドルファイルがありません。通常clone処理を実施中\n"

msgid ""
"no compatible clone bundles available on server; falling back to regular "
"clone\n"
msgstr ""
"連携先のclone用バンドルファイルは利用できません。通常clone処理を実施中\n"

msgid "(you may want to report this to the server operator)\n"
msgstr "(連携先リポジトリの管理者に報告した方が良いかもしれません)\n"

#, python-format
msgid "applying clone bundle from %s\n"
msgstr "clone 用バンドルファイル %s を適用中\n"

msgid "finished applying clone bundle\n"
msgstr "clone 用バンドルファイルの適用完了\n"

msgid "falling back to normal clone\n"
msgstr "通常clone処理へ切り替え中\n"

msgid "error applying bundle"
msgstr "バンドルファイルの適用に失敗しました"

msgid ""
"if this error persists, consider contacting the server operator or disable "
"clone bundles via \"--config ui.clonebundles=false\""
msgstr ""
"このエラーが継続発生する場合、サーバ管理者に連絡するか、\"--config ui."
"clonebundles=false\" 設定により clone 用バンドルの使用を無効化してください"

#, python-format
msgid "HTTP error fetching bundle: %s\n"
msgstr "バンドルファイル取得での HTTP エラー: %s\n"

#, python-format
msgid "error fetching bundle: %s\n"
msgstr "バンドルファイル取得に失敗: %s\n"

#, python-format
msgid ""
"(third party extension %s requires version %s or newer of Mercurial; "
"disabling)\n"
msgstr ""
"(バージョン %s 以降の Mercurial が必要なサードパーティ製エクステンション %s "
"を無効化します)\n"

#, python-format
msgid "*** failed to set up extension %s: %s\n"
msgstr "*** エクステンション %s の設定に失敗: %s\n"

#, python-format
msgid "*** failed to import extension %s from %s: %s\n"
msgstr "*** エクステンション %s のインポートに失敗 (%s): %s\n"

#, python-format
msgid "*** failed to import extension %s: %s\n"
msgstr "*** %s のインポートに失敗: %s\n"

#, python-format
msgid "*** (%s)\n"
msgstr "*** (%s)\n"

msgid "(no help text available)"
msgstr "(ヘルプはありません)"

#, python-format
msgid "warning: error finding commands in %s\n"
msgstr "警告: ファイル %s でのコマンド解析中にエラー発生\n"

msgid "expected int"
msgstr "整数値を想定"

#, python-format
msgid "invalid value %r for option %s, %s"
msgstr "指定値 %r はオプション %s には不適切です: %s"

#, python-format
msgid ""
"local%(l)s changed %(fd)s which other%(o)s deleted\n"
"use (c)hanged version, (d)elete, or leave (u)nresolved?$$ &Changed $$ "
"&Delete $$ &Unresolved"
msgstr ""
"現行側%(l)s での %(fd)s の変更が他方側%(o)s での登録除外と衝突します。\n"
"変更:(c)hanged, 登録除外:(d)elete, 衝突未解消:(u)nresolved のいずれを採用しま"
"すか?$$ &Changed $$ &Delete $$ &Unresolved"

#, python-format
msgid ""
"other%(o)s changed %(fd)s which local%(l)s deleted\n"
"use (c)hanged version, leave (d)eleted, or leave (u)nresolved?$$ &Changed $$ "
"&Deleted $$ &Unresolved"
msgstr ""
"他方側%(o)s での %(fd)s の変更が現行側%(l)s での登録除外と衝突します。\n"
"変更:(c)hanged, 登録除外:(d)elete, 衝突未解消:(u)nresolved のいずれを採用しま"
"すか?$$ &Changed $$ &Delete $$ &Unresolved"

#, python-format
msgid "%s (for pattern %s)"
msgstr "%s (パターン %s)"

#, python-format
msgid "couldn't find merge tool %s\n"
msgstr "マージツール %s が見つかりません\n"

#, python-format
msgid "tool %s can't handle symlinks\n"
msgstr "ツール %s はシンボリックリンクを扱えません\n"

#, python-format
msgid "tool %s can't handle binary\n"
msgstr "ツール %s はバイナリを扱えません\n"

#, python-format
msgid "tool %s requires a GUI\n"
msgstr "ツール %s は GUI が必要です\n"

#, python-format
msgid "no tool found to merge %s\n"
msgstr "ファイル %s 向けマージツールは設定されていません\n"

msgid ""
"``:prompt``\n"
"    Asks the user which of the local `p1()` or the other `p2()` version to\n"
"    keep as the merged version."
msgstr ""
"``:prompt``\n"
"    現行側 (`p1()`) と他方側 (`p2()`) のどちらをマージ結果に採用するか、\n"
"    対話的に確認します。"

#, fuzzy, python-format
msgid ""
"keep (l)ocal%(l)s, take (o)ther%(o)s, or leave (u)nresolved for %(fd)s?$$ "
"&Local $$ &Other $$ &Unresolved"
msgstr ""
"ファイル %(fd)s のマージに適切なツールが見つかりません。\n"
"現行側%(l)s:(l)ocal, 他方側%(o)s:(o)ther, 衝突未解消:(u)nresolved のいずれを"
"採用しますか?$$ &Local $$ &Other $$ &Unresolved"

msgid ""
"``:local``\n"
"    Uses the local `p1()` version of files as the merged version."
msgstr ""
"``:local``\n"
"    マージ結果として、 作業領域側 (`p1()`) の内容を採用します。"

msgid ""
"``:other``\n"
"    Uses the other `p2()` version of files as the merged version."
msgstr ""
"``:other``\n"
"    マージ結果として、 マージ対象リビジョン側 (`p2()`) の内容を採用します。"

msgid ""
"``:fail``\n"
"    Rather than attempting to merge files that were modified on both\n"
"    branches, it marks them as unresolved. The resolve command must be\n"
"    used to resolve these conflicts."
msgstr ""
"``:fail``\n"
"    変更内容に関するマージ処理は実施せず、 必ずマージ失敗とみなします。\n"
"    マージ失敗とみなされたファイルに対しては、\n"
"    :hg:`resolve` による手動での衝突解消が必要です。"

#, python-format
msgid "%s.premerge not valid ('%s' is neither boolean nor %s)"
msgstr "%s.premerge は無効です (指定値: '%s' 指定可能値: 'true', 'false', %s)"

#, python-format
msgid "warning: internal %s cannot merge symlinks for %s\n"
msgstr "警告: 内部ツール %s はシンボリックリンク %s をマージできません\n"

#, python-format
msgid "warning: internal %s cannot merge change/delete conflict for %s\n"
msgstr "警告: 内部ツール %s は %s への変更と登録除外をマージできません\n"

#, python-format
msgid ""
"warning: conflicts while merging %s! (edit, then use 'hg resolve --mark')\n"
msgstr ""
"警告: %s のマージで衝突を検出 (編集後 'hg resolve --mark' 実施が必要です)\n"

msgid ""
"``:union``\n"
"    Uses the internal non-interactive simple merge algorithm for merging\n"
"    files. It will use both left and right sides for conflict regions.\n"
"    No markers are inserted."
msgstr ""
"``:union``\n"
"    非対話的な、 単純なマージ処理を実施します。 衝突があった場合、\n"
"    両方の変更内容が取り込まれます。 衝突マークは記録されません。"

msgid ""
"``:merge``\n"
"    Uses the internal non-interactive simple merge algorithm for merging\n"
"    files. It will fail if there are any conflicts and leave markers in\n"
"    the partially merged file. Markers will have two sections, one for each "
"side\n"
"    of merge."
msgstr ""
"``:merge``\n"
"    非対話的な、 単純なマージ処理を実施します。\n"
"    衝突があった場合、 マージ処理は失敗とみなされ、\n"
"    マージ結果ファイルには、 衝突マークが記録されます。\n"
"    マージ対象の2つのリビジョンが、 衝突情報として記録されます。"

msgid ""
"``:merge3``\n"
"    Uses the internal non-interactive simple merge algorithm for merging\n"
"    files. It will fail if there are any conflicts and leave markers in\n"
"    the partially merged file. Marker will have three sections, one from "
"each\n"
"    side of the merge and one for the base content."
msgstr ""
"``:merge3``\n"
"    非対話的な、 単純なマージ処理を実施します。\n"
"    衝突があった場合、 マージ処理は失敗とみなされ、\n"
"    マージ結果ファイルには、 衝突マークが記録されます。\n"
"    マージ対象の2つのリビジョンに加えて、 共通祖先 (base) の情報が、\n"
"    衝突情報として記録されます。"

msgid ""
"``:merge-local``\n"
"    Like :merge, but resolve all conflicts non-interactively in favor\n"
"    of the local `p1()` changes."
msgstr ""
"``:merge-local``\n"
"    内部ツール :merge と同様の挙動ですが、 非対話的な衝突解消の際に、\n"
"    作業領域側 (`p1()`) の変更内容を採用します。"

msgid ""
"``:merge-other``\n"
"    Like :merge, but resolve all conflicts non-interactively in favor\n"
"    of the other `p2()` changes."
msgstr ""
"``:merge-other``\n"
"    内部ツール :merge と同様の挙動ですが、 非対話的な衝突解消の際に、\n"
"    マージ対象リビジョン側 (`p2()`) の変更内容を採用します。"

#, python-format
msgid ""
"automatic tag merging of %s failed! (use 'hg resolve --tool :merge' or "
"another merge tool of your choice)\n"
msgstr ""
"タグファイル %s の自動マージに失敗しました ('hg resolve --tool :merge' 又は別"
"のツールを使ってマージしてください)\n"

msgid ""
"``:tagmerge``\n"
"    Uses the internal tag merge algorithm (experimental)."
msgstr ""
"``:tagmerge``\n"
"    タグファイル専用のマージ処理を行います (実験的実装)"

msgid ""
"``:dump``\n"
"    Creates three versions of the files to merge, containing the\n"
"    contents of local, other and base. These files can then be used to\n"
"    perform a merge manually. If the file to be merged is named\n"
"    ``a.txt``, these files will accordingly be named ``a.txt.local``,\n"
"    ``a.txt.other`` and ``a.txt.base`` and they will be placed in the\n"
"    same directory as ``a.txt``."
msgstr ""
"``:dump``\n"
"    作業領域側、 マージ対象リビジョン側、 および共通祖先時点の、\n"
"    それぞれの内容を持つ、 3つのファイルを生成します。\n"
"    これらのファイルは、事後の手動マージ等で使用してください。\n"
"    対象ファイル名が ``a.txt`` であった場合、\n"
"    生成されるファイルはそれぞれ ``a.txt.local``, ``a.txt.other``\n"
"    および ``a.txt.base`` と命名され、\n"
"    ``a.txt`` と同じディレクトリに格納されます。"

msgid ""
"    This implies premerge. Therefore, files aren't dumped, if premerge\n"
"    runs successfully. Use :forcedump to forcibly write files out."
msgstr ""
"    事前マージが成功した場合は、 ファイルが出力されません。\n"
"    強制的にファイルを書き出したい場合は :forcedump を使用してください。"

msgid ""
"``:forcedump``\n"
"    Creates three versions of the files as same as :dump, but omits premerge."
msgstr ""
"``:forcedump``\n"
"    事前マージ無しで :dump と同じ要領でファイルを書き出します。"

#, python-format
msgid "warning: %s cannot merge change/delete conflict for %s\n"
msgstr "警告: マージツール %s は %s への変更と登録除外をマージできません\n"

#, python-format
msgid "running merge tool %s for file %s\n"
msgstr "ツール %s でファイル %s をマージ中\n"

#, python-format
msgid "merging %s failed!\n"
msgstr "%s のマージに失敗!\n"

#, python-format
msgid "merging %s and %s to %s\n"
msgstr "%s と %s を %s にマージ中\n"

#, python-format
msgid "merging %s\n"
msgstr "%s をマージ中\n"

msgid "merge halted after failed merge (see hg resolve)"
msgstr ""

msgid "continue merge operation (yn)?$$ &Yes $$ &No"
msgstr "マージ処理を継続しますか? (y/n)$$ &Yes $$ &No"

#, python-format
msgid "was merge of '%s' successful (yn)?$$ &Yes $$ &No"
msgstr "'%s' のマージは成功しましたか?(y/n)$$ &Yes $$ &No"

#, python-format
msgid ""
" output file %s appears unchanged\n"
"was merge successful (yn)?$$ &Yes $$ &No"
msgstr ""
" マージ結果ファイル %s は未変更に見えます\n"
"マージ成功とみなしますか? (y/n)$$ &Yes $$ &No"

msgid "unterminated string"
msgstr "文字列が終端していません"

msgid "syntax error"
msgstr "文法エラー"

msgid "invalid token"
msgstr "不正な記述"

msgid "not a symbol"
msgstr "シンボル以外が指定されました"

#, fuzzy, python-format
msgid "invalid pattern kind: %s"
msgstr "不正パターン (%s): %s"

msgid "missing argument"
msgstr "引数がありません"

#, fuzzy
msgid "pattern must be a string"
msgstr "sort には文字列を指定してください"

#, fuzzy
msgid "can't use negate operator in this context"
msgstr "ここではリストを使用できません"

msgid "can't use a list in this context"
msgstr "ここではリストを使用できません"

msgid "see hg help \"filesets.x or y\""
msgstr "hg help \"filesets.x or y\" を参照してください"

msgid ""
"``modified()``\n"
"    File that is modified according to :hg:`status`."
msgstr ""
"``modified()``\n"
"    :hg:`status` で変更状態を持つファイル (※ 訳注: 第1親との比較)"

#. i18n: "modified" is a keyword
msgid "modified takes no arguments"
msgstr "modified には引数が指定できません"

msgid ""
"``added()``\n"
"    File that is added according to :hg:`status`."
msgstr ""
"``added()``\n"
"    :hg:`status` で追加状態を持つファイル (※ 訳注: 第1親との比較)"

#. i18n: "added" is a keyword
msgid "added takes no arguments"
msgstr "added には引数が指定できません"

msgid ""
"``removed()``\n"
"    File that is removed according to :hg:`status`."
msgstr ""
"``removed()``\n"
"    :hg:`status` で登録除外状態を持つファイル (※ 訳注: 第1親との比較)"

#. i18n: "removed" is a keyword
msgid "removed takes no arguments"
msgstr "removed には引数が指定できません"

msgid ""
"``deleted()``\n"
"    Alias for ``missing()``."
msgstr ""
"``deleted()``\n"
"    ``missing()`` の別名。"

#. i18n: "deleted" is a keyword
msgid "deleted takes no arguments"
msgstr "deleted には引数が指定できません"

msgid ""
"``missing()``\n"
"    File that is missing according to :hg:`status`."
msgstr ""
"``missing()``\n"
"    :hg:`status` で不在状態を持つファイル (※ 訳注: 作業領域参照時限定)"

#. i18n: "missing" is a keyword
msgid "missing takes no arguments"
msgstr "missing には引数が指定できません"

msgid ""
"``unknown()``\n"
"    File that is unknown according to :hg:`status`. These files will only "
"be\n"
"    considered if this predicate is used."
msgstr ""
"``unknown()``\n"
"    :hg:`status` で未知状態を持つファイル。 本述語が指定された時のみ、\n"
"    作業領域中の未知ファイルが Mercurial の取り扱い対象になります。"

#. i18n: "unknown" is a keyword
msgid "unknown takes no arguments"
msgstr "unknown には引数が指定できません"

msgid ""
"``ignored()``\n"
"    File that is ignored according to :hg:`status`. These files will only "
"be\n"
"    considered if this predicate is used."
msgstr ""
"``ignored()``\n"
"    :hg:`status` で無視状態を持つファイル。 本述語が指定された時のみ、\n"
"    作業領域中の無視対象ファイルが Mercurial の取り扱い対象になります。"

#. i18n: "ignored" is a keyword
msgid "ignored takes no arguments"
msgstr "ignored には引数が指定できません"

msgid ""
"``clean()``\n"
"    File that is clean according to :hg:`status`."
msgstr ""
"``clean()``\n"
"    :hg:`status` で変更無し状態を持つファイル (※ 訳注: 第1親との比較)"

#. i18n: "clean" is a keyword
msgid "clean takes no arguments"
msgstr "clean には引数が指定できません"

msgid ""
"``binary()``\n"
"    File that appears to be binary (contains NUL bytes)."
msgstr ""
"``binary()``\n"
"    バイナリと思われるファイル (NUL バイトを含むファイル)"

#. i18n: "binary" is a keyword
msgid "binary takes no arguments"
msgstr "binary には引数が指定できません"

msgid ""
"``exec()``\n"
"    File that is marked as executable."
msgstr ""
"``exec()``\n"
"    実行可能ビットが立っているファイル"

#. i18n: "exec" is a keyword
msgid "exec takes no arguments"
msgstr "exec には引数が指定できません"

msgid ""
"``symlink()``\n"
"    File that is marked as a symlink."
msgstr ""
"``symlink()``\n"
"    シンボリックリンクとみなされているファイル"

#. i18n: "symlink" is a keyword
msgid "symlink takes no arguments"
msgstr "symlink には引数が指定できません"

msgid ""
"``resolved()``\n"
"    File that is marked resolved according to :hg:`resolve -l`."
msgstr ""
"``resolved()``\n"
"    :hg:`resolve -l` で解消済み扱いのファイル"

#. i18n: "resolved" is a keyword
msgid "resolved takes no arguments"
msgstr "resolved には引数が指定できません"

msgid ""
"``unresolved()``\n"
"    File that is marked unresolved according to :hg:`resolve -l`."
msgstr ""
"``unresolved()``\n"
"    :hg:`resolve -l` で衝突未解消扱いのファイル"

#. i18n: "unresolved" is a keyword
msgid "unresolved takes no arguments"
msgstr "unresolved には引数が指定できません"

msgid ""
"``hgignore()``\n"
"    File that matches the active .hgignore pattern."
msgstr ""
"``hgignore()``\n"
"    有効な .hgignore パターンに合致するファイル"

#. i18n: "hgignore" is a keyword
msgid "hgignore takes no arguments"
msgstr "hgignore には引数が指定できません"

msgid ""
"``portable()``\n"
"    File that has a portable name. (This doesn't include filenames with "
"case\n"
"    collisions.)"
msgstr ""
"``portable()``\n"
"    プラットフォーム間で可搬性のある名前のファイル\n"
"    (文字大小での衝突の有無/可能性は、 可搬性の判定に含まれません)"

#. i18n: "portable" is a keyword
msgid "portable takes no arguments"
msgstr "portable には引数が指定できません"

msgid ""
"``grep(regex)``\n"
"    File contains the given regular expression."
msgstr ""
"``grep(regex)``\n"
"    正規表現 regexp に合致する内容を持つファイル"

#. i18n: "grep" is a keyword
msgid "grep requires a pattern"
msgstr "grep にはパターン指定が必要です"

#, python-format
msgid "invalid match pattern: %s"
msgstr "不正なマッチングパターン: %s"

#, python-format
msgid "couldn't parse size: %s"
msgstr "サイズ指定の解析に失敗: %s"

#. i18n: "size" is a keyword
msgid "size requires an expression"
msgstr "size には条件指定が必要です"

msgid ""
"``size(expression)``\n"
"    File size matches the given expression. Examples:"
msgstr ""
"``size(expression)``\n"
"    サイズが指定条件に合致するファイル。条件例:"

msgid ""
"    - size('1k') - files from 1024 to 2047 bytes\n"
"    - size('< 20k') - files less than 20480 bytes\n"
"    - size('>= .5MB') - files at least 524288 bytes\n"
"    - size('4k - 1MB') - files from 4096 bytes to 1048576 bytes"
msgstr ""
"    - size('1k') - 1024 〜 2047 バイトのファイル\n"
"    - size('< 20k') - 20480 バイト未満のファイル\n"
"    - size('>= .5MB') - 524288 バイト以上のファイル\n"
"    - size('4k - 1MB') - 4096 〜 1048576 バイトのファイル"

msgid ""
"``encoding(name)``\n"
"    File can be successfully decoded with the given character\n"
"    encoding. May not be useful for encodings other than ASCII and\n"
"    UTF-8."
msgstr ""
"``encoding(name)``\n"
"    指定エンコーディング方式でデコード可能なファイル。\n"
"    ASCII や UTF-8 以外のエンコーディングに対しては、\n"
"    無益かもしれません。"

#. i18n: "encoding" is a keyword
msgid "encoding requires an encoding name"
msgstr "encoding にはエンコーディング名が必要です"

#, python-format
msgid "unknown encoding '%s'"
msgstr "未知のエンコーディング '%s' が指定されました"

msgid ""
"``eol(style)``\n"
"    File contains newlines of the given style (dos, unix, mac). Binary\n"
"    files are excluded, files with mixed line endings match multiple\n"
"    styles."
msgstr ""
"``eol(style)``\n"
"    指定形式 (dos, unix, mac) の改行を含むファイル。\n"
"    バイナリファイルは除外されます。 複数形式が混在するファイルは、\n"
"    複数の形式指定に合致します。"

#. i18n: "eol" is a keyword
msgid "eol requires a style name"
msgstr "eol には改行形式指定が必要です"

msgid ""
"``copied()``\n"
"    File that is recorded as being copied."
msgstr ""
"``copied()``\n"
"    複製先ステータスを持つファイル"

#. i18n: "copied" is a keyword
msgid "copied takes no arguments"
msgstr "copied には引数が指定できません"

msgid ""
"``revs(revs, pattern)``\n"
"    Evaluate set in the specified revisions. If the revset match multiple\n"
"    revs, this will return file matching pattern in any of the revision."
msgstr ""
"``revs(revs, pattern)``\n"
"    リビジョン revs での filesets 記述 pattern による合致判定の実施。\n"
"    複数リビジョンに合致する revsets 表記が指定された場合、\n"
"    いずれか1つのリビジョンにおいて、 パターンに合致するファイルは、\n"
"    すべて合致扱いとなります。"

#. i18n: "revs" is a keyword
msgid "revs takes two arguments"
msgstr "revs の引数は2個です"

#. i18n: "revs" is a keyword
msgid "first argument to revs must be a revision"
msgstr "revs の第1引数にはリビジョンを指定してください"

msgid ""
"``status(base, rev, pattern)``\n"
"    Evaluate predicate using status change between ``base`` and\n"
"    ``rev``. Examples:"
msgstr ""
"``status(base, rev, pattern)``\n"
"    ``base`` と ``rev`` の間で filesets 記述 pattern を評価します。\n"
"    例えば:"

msgid ""
"    - ``status(3, 7, added())`` - matches files added from \"3\" to \"7\""
msgstr ""
"    - ``status(3, 7, added())`` - \"3\" から \"7\" にかけての追加ファイル"

#. i18n: "status" is a keyword
msgid "status takes three arguments"
msgstr "status の引数は3個です"

#. i18n: "status" is a keyword
msgid "first argument to status must be a revision"
msgstr "status の第1引数にはリビジョンを指定してください"

msgid "second argument to status must be a revision"
msgstr "status の第2引数にはリビジョンを指定してください"

msgid ""
"``subrepo([pattern])``\n"
"    Subrepositories whose paths match the given pattern."
msgstr ""
"``subrepo([pattern])``\n"
"    パターンに合致するパスに位置するサブリポジトリ。"

#. i18n: "subrepo" is a keyword
msgid "subrepo takes at most one argument"
msgstr "subrepo の引数は 0 〜 1 個です"

#. i18n: "subrepo" is a keyword
msgid "subrepo requires a pattern or no arguments"
msgstr "subrepo の引数は、パターン指定か、引数無しです"

#, python-format
msgid "available styles: %s\n"
msgstr "利用可能なスタイル: %s\n"

msgid "specify a template"
msgstr "テンプレートを指定してください"

msgid "starting revisions are not directly related"
msgstr "開始リビジョンと直接の関連がありません"

#, fuzzy, python-format
msgid "inconsistent state, %d:%s is good and bad"
msgstr "状態矛盾: %s:%s は良否判定不能"

#, python-format
msgid "unknown bisect kind %s"
msgstr "未知の探索種別 %s"

msgid "cannot bisect (no known good revisions)"
msgstr "二分探索できません(good リビジョンが未指定です)"

msgid "cannot bisect (no known bad revisions)"
msgstr "二分探索できません(bad リビジョンが未指定です)"

msgid "invalid bisect state"
msgstr "探索状態が不正です"

#. i18n: bisect changeset status
msgid "good"
msgstr "good"

#. i18n: bisect changeset status
msgid "bad"
msgstr "bad"

#. i18n: bisect changeset status
msgid "skipped"
msgstr "skipped"

#. i18n: bisect changeset status
msgid "untested"
msgstr "untested"

#. i18n: bisect changeset status
msgid "ignored"
msgstr "無視"

#. i18n: bisect changeset status
msgid "good (implicit)"
msgstr "good (推定)"

#. i18n: bisect changeset status
msgid "bad (implicit)"
msgstr "bad (推定)"

msgid "The first good revision is:\n"
msgstr "最初の good なリビジョンは:\n"

msgid "The first bad revision is:\n"
msgstr "最初の bad なリビジョンは:\n"

#, python-format
msgid ""
"Not all ancestors of this changeset have been checked.\n"
"Use bisect --extend to continue the bisection from\n"
"the common ancestor, %s.\n"
msgstr ""
"このリビジョンの祖先に対する確認は完全ではありません。\n"
"共通の祖先 %s から探索を継続する場合、\n"
"--extend 付きで \"hg bisect\" を実行してください。\n"

msgid "Due to skipped revisions, the first good revision could be any of:\n"
msgstr "検証省略により、 最初の good なリビジョンは以下から選択可能です:\n"

msgid "Due to skipped revisions, the first bad revision could be any of:\n"
msgstr "検証省略により、 最初の bad なリビジョンは以下から選択可能です:\n"

#. i18n: "(ADVANCED)" is a keyword, must be translated consistently
msgid "(ADVANCED)"
msgstr "(高度な用途)"

#. i18n: "(EXPERIMENTAL)" is a keyword, must be translated consistently
msgid "(EXPERIMENTAL)"
msgstr "(実験的実装)"

msgid "enabled extensions:"
msgstr "有効化されているエクステンション:"

msgid "disabled extensions:"
msgstr "無効化されているエクステンション:"

msgid " ([+] can be repeated)"
msgstr " ([+] 印付きのオプションは複数回指定可能です)"

#, fuzzy
msgid "Bundle2"
msgstr "bundle フォーマット"

msgid "Bundles"
msgstr "bundle フォーマット"

msgid "Censor"
msgstr "検閲"

msgid "Changegroups"
msgstr "changegroups フォーマット"

msgid "Config Registrar"
msgstr ""

msgid "Repository Requirements"
msgstr "リポジトリの requires 設定"

msgid "Revision Logs"
msgstr "revlog フォーマット"

msgid "Wire Protocol"
msgstr "通信プロトコル"

msgid "Bundle File Formats"
msgstr "バンドルファイルフォーマット"

msgid "Colorizing Outputs"
msgstr "コマンド出力のカラー化"

msgid "Configuration Files"
msgstr "設定ファイル"

msgid "Date Formats"
msgstr "日時表記"

#, fuzzy
msgid "Command-line flags"
msgstr "コマンド"

msgid "File Name Patterns"
msgstr "ファイル名パターン"

msgid "Environment Variables"
msgstr "環境変数"

msgid "Specifying Revisions"
msgstr "リビジョン群の指定"

msgid "Specifying File Sets"
msgstr "ファイル群の指定"

msgid "Diff Formats"
msgstr "差分形式"

msgid "Merge Tools"
msgstr "マージツール"

msgid "Template Usage"
msgstr "テンプレートの利用"

msgid "URL Paths"
msgstr "URLのパス指定"

msgid "Using Additional Features"
msgstr "拡張機能(エクステンション)の使用"

msgid "Subrepositories"
msgstr "サブリポジトリ"

msgid "Configuring hgweb"
msgstr "hgweb 設定ファイル"

msgid "Glossary"
msgstr "用語集"

msgid "Syntax for Mercurial Ignore Files"
msgstr "Mercurial の無視指定ファイルの文法"

msgid "Working with Phases"
msgstr "フェーズの利用"

msgid "Using Mercurial from scripts and automation"
msgstr "スクリプトや自動化での Mercurial 利用"

msgid "Technical implementation topics"
msgstr "実装上の技術情報"

msgid "Pager Support"
msgstr "ページャ利用"

#, python-format
msgid ""
"\n"
"aliases: %s\n"
msgstr ""
"\n"
"別名: %s\n"

#, fuzzy, python-format
msgid "shell alias for: %s"
msgstr "シェルコマンドの別名::"

#, python-format
msgid "defined by: %s\n"
msgstr "定義位置: %s\n"

#, python-format
msgid "alias for: hg %s"
msgstr "コマンドの別名: hg %s"

#, python-format
msgid "(use 'hg help -e %s' to show help for the %s extension)"
msgstr "('hg help -e %s' でエクステンション %s のヘルプを表示)"

msgid "options"
msgstr "オプション"

msgid "global options"
msgstr "グローバルオプション"

#, python-format
msgid ""
"\n"
"(use 'hg %s -h' to show more help)\n"
msgstr ""
"\n"
"(ヘルプの詳細の表示は 'hg %s -h')\n"

msgid ""
"\n"
"(some details hidden, use --verbose to show complete help)"
msgstr ""
"\n"
"(省略されているヘルプの詳細は --verbose 指定で表示)"

msgid "basic commands:"
msgstr "基本コマンド:"

msgid "debug commands (internal and unsupported):"
msgstr "デバッグ用コマンド (内部用途向けで未保証):"

msgid "list of commands:"
msgstr "コマンド一覧:"

msgid "no commands defined\n"
msgstr "コマンドが定義されていません\n"

msgid ""
"\n"
"additional help topics:"
msgstr ""
"\n"
"追加のヘルプトピック:"

msgid ""
"\n"
"(use 'hg help' for the full list of commands)\n"
msgstr ""
"\n"
"(全コマンドの一覧表示は 'hg help')\n"

msgid ""
"\n"
"(use 'hg help' for the full list of commands or 'hg -v' for details)\n"
msgstr ""
"\n"
"(全コマンドの一覧表示は 'hg help'、 詳細情報は 'hg -v')\n"

#, python-format
msgid ""
"\n"
"(use 'hg help %s' to show the full help text)\n"
msgstr ""
"\n"
"(より詳細なヘルプ表示は 'hg help %s')\n"

#, python-format
msgid ""
"\n"
"(use 'hg help -v -e %s' to show built-in aliases and global options)\n"
msgstr ""
"\n"
"(組み込み別名およびグローバルオプションの表示は 'hg help -v -e %s')\n"

#, python-format
msgid ""
"\n"
"(use 'hg help -v%s' to show built-in aliases and global options)\n"
msgstr ""
"\n"
"(組み込み別名およびグローバルオプションの表示は 'hg help -v%s')\n"

msgid "(some details hidden, use --verbose to show complete help)"
msgstr "(省略されたヘルプの詳細は --verbose 指定で表示)"

#, python-format
msgid ""
"\n"
"use 'hg help -c %s' to see help for the %s command\n"
msgstr ""
"\n"
"'hg help -c %s' によってコマンド %s のヘルプが表示されます\n"

msgid "no help text available"
msgstr "ヘルプはありません"

#, python-format
msgid "%s extension - %s"
msgstr "%s エクステンション - %s"

msgid "(use 'hg help extensions' for information on enabling extensions)\n"
msgstr "(有効なエクステンション情報の表示は 'hg help extensions')\n"

#, python-format
msgid "'%s' is provided by the following extension:"
msgstr "以下のエクステンションにより  '%s' が提供されています:"

msgid "Topics"
msgstr "トピック"

msgid "Extension Commands"
msgstr "エクステンション由来のコマンド"

msgid "no matches"
msgstr "該当するヘルプトピックはありません"

msgid "try 'hg help' for a list of topics"
msgstr "ヘルプトピックの一覧は 'hg help' で表示されます"

#, python-format
msgid "no such help topic: %s"
msgstr "該当するヘルプトピックはありません: %s"

#, python-format
msgid "try 'hg help --keyword %s'"
msgstr "'hg help --keyword %s' を使用してみてください"

msgid "Mercurial Distributed SCM\n"
msgstr "Mercurial - 分散構成管理ツール\n"

#, python-format
msgid "help section not found: %s"
msgstr "指定のヘルプセクションが見つかりません: %s"

msgid ""
"Mercurial supports generating standalone \"bundle\" files that hold "
"repository\n"
"data. These \"bundles\" are typically saved locally and used later or "
"exchanged\n"
"between different repositories, possibly on different machines. Example\n"
"commands using bundles are :hg:`bundle` and :hg:`unbundle`."
msgstr ""

msgid ""
"Generation of bundle files is controlled by a \"bundle specification\"\n"
"(\"bundlespec\") string. This string tells the bundle generation process "
"how\n"
"to create the bundle."
msgstr ""

msgid "A \"bundlespec\" string is composed of the following elements:"
msgstr ""

msgid ""
"type\n"
"    A string denoting the bundle format to use."
msgstr ""

msgid ""
"compression\n"
"    Denotes the compression engine to use compressing the raw bundle data."
msgstr ""

msgid ""
"parameters\n"
"    Arbitrary key-value parameters to further control bundle generation."
msgstr ""

msgid "A \"bundlespec\" string has the following formats:"
msgstr ""

msgid ""
"<type>\n"
"    The literal bundle format string is used."
msgstr ""

msgid ""
"<compression>-<type>\n"
"    The compression engine and format are delimited by a hyphen (``-``)."
msgstr ""

msgid ""
"Optional parameters follow the ``<type>``. Parameters are URI escaped\n"
"``key=value`` pairs. Each pair is delimited by a semicolon (``;``). The\n"
"first parameter begins after a ``;`` immediately following the ``<type>``\n"
"value."
msgstr ""

msgid ""
"Available Types\n"
"==============="
msgstr ""

msgid "The following bundle <type> strings are available:"
msgstr ""

msgid ""
"v1\n"
"    Produces a legacy \"changegroup\" version 1 bundle."
msgstr ""

msgid ""
"    This format is compatible with nearly all Mercurial clients because it "
"is\n"
"    the oldest. However, it has some limitations, which is why it is no "
"longer\n"
"    the default for new repositories."
msgstr ""

msgid ""
"    ``v1`` bundles can be used with modern repositories using the "
"\"generaldelta\"\n"
"    storage format. However, it may take longer to produce the bundle and "
"the\n"
"    resulting bundle may be significantly larger than a ``v2`` bundle."
msgstr ""

msgid ""
"    ``v1`` bundles can only use the ``gzip``, ``bzip2``, and ``none`` "
"compression\n"
"    formats."
msgstr ""

msgid ""
"v2\n"
"    Produces a version 2 bundle."
msgstr ""

msgid ""
"    Version 2 bundles are an extensible format that can store additional\n"
"    repository data (such as bookmarks and phases information) and they can\n"
"    store data more efficiently, resulting in smaller bundles."
msgstr ""

msgid ""
"    Version 2 bundles can also use modern compression engines, such as\n"
"    ``zstd``, making them faster to compress and often smaller."
msgstr ""

msgid ""
"Available Compression Engines\n"
"============================="
msgstr ""

msgid "The following bundle <compression> engines can be used:"
msgstr ""

msgid ".. bundlecompressionmarker"
msgstr ""

msgid ""
"Examples\n"
"========"
msgstr ""
"記述例\n"
"======"

msgid ""
"``v2``\n"
"    Produce a ``v2`` bundle using default options, including compression."
msgstr ""

msgid ""
"``none-v1``\n"
"    Produce a ``v1`` bundle with no compression."
msgstr ""

msgid ""
"``zstd-v2``\n"
"    Produce a ``v2`` bundle with zstandard compression using default\n"
"    settings."
msgstr ""

msgid ""
"``zstd-v1``\n"
"    This errors because ``zstd`` is not supported for ``v1`` types.\n"
msgstr ""

#, fuzzy
msgid "Mercurial colorizes output from several commands."
msgstr "Mercurial は、 各種コマンドの出力を、 カラー化できます。"

msgid ""
"For example, the diff command shows additions in green and deletions\n"
"in red, while the status command shows modified files in magenta. Many\n"
"other commands have analogous colors. It is possible to customize\n"
"these colors."
msgstr ""
"例えば、 diff コマンドでは、 追加行は緑、 削除行は赤といったカラー化が、\n"
"status コマンドでは、 変更状態のファイルが赤紫 (magenta) で表示されます。\n"
"他の多くのコマンドの出力も、 同様にカラー化されます。 カラー化設定は、\n"
"カスタマイズ可能です。"

#, fuzzy
msgid "To enable color (default) whenever possible use::"
msgstr "出力をカラー化するには、 以下の設定が必要です::"

#, fuzzy
msgid ""
"  [ui]\n"
"  color = yes"
msgstr ""
"  [ui]\n"
"  color = auto"

#, fuzzy
msgid "To disable color use::"
msgstr "出力をカラー化するには、 以下の設定が必要です::"

#, fuzzy
msgid ""
"  [ui]\n"
"  color = no"
msgstr ""
"  [ui]\n"
"  color = auto"

#, fuzzy
msgid "See :hg:`help config.ui.color` for details."
msgstr "詳細は :hg:`help color` を参照してください。\n"

msgid ""
"  The default pager on Windows does not support color, so enabling the "
"pager\n"
"  will effectively disable color.  See :hg:`help config.ui.paginate` to "
"disable\n"
"  the pager.  Alternately, MSYS and Cygwin shells provide `less` as a "
"pager,\n"
"  which can be configured to support ANSI color mode.  Windows 10 natively\n"
"  supports ANSI color mode."
msgstr ""

msgid ""
"Mode\n"
"===="
msgstr ""
"モード\n"
"======"

#, fuzzy
msgid ""
"Mercurial can use various systems to display color. The supported modes are\n"
"``ansi``, ``win32``, and ``terminfo``.  See :hg:`help config.color` for "
"details\n"
"about how to control the mode."
msgstr ""
"Mercurial の出力は、 様々な方法でカラー化可能です。 カラー化方式として\n"
"``ansi``, ``win32`` および ``terminfo`` の各モードがサポートされています。\n"
"各モードに関する詳細は :hg:`help config.color` を参照してください。"

msgid ""
"Effects\n"
"======="
msgstr ""
"効果\n"
"===="

msgid ""
"Other effects in addition to color, like bold and underlined text, are\n"
"also available. By default, the terminfo database is used to find the\n"
"terminal codes used to change color and effect.  If terminfo is not\n"
"available, then effects are rendered with the ECMA-48 SGR control\n"
"function (aka ANSI escape codes)."
msgstr ""
"文字の強調や下線付けといった、 色付け以外の効果も指定できます。\n"
"色や効果を付与するための、 端末情報の取得には、 デフォルトでは terminfo\n"
"データベースが使用されます。 terminfo が使用できない場合は、\n"
"ECMA-48 SGR 制御機能 (「ANSI エスケープコード」の別名) を使用します。"

msgid ""
"The available effects in terminfo mode are 'blink', 'bold', 'dim',\n"
"'inverse', 'invisible', 'italic', 'standout', and 'underline'; in\n"
"ECMA-48 mode, the options are 'bold', 'inverse', 'italic', and\n"
"'underline'.  How each is rendered depends on the terminal emulator.\n"
"Some may not be available for a given terminal type, and will be\n"
"silently ignored."
msgstr ""
"terminfo 使用時に有効な効果は、 'blink', 'bold', 'dim', 'inverse',\n"
"'invisible', 'italic', 'standout' および 'underline' です。\n"
"ECMA-48 使用時に有効な効果は、 'bold', 'inverse', 'italic' および\n"
"'underline' です。 各指定が実際の表示に与える効果は、\n"
"端末の実装に依存します。 当該端末で無効な効果に関しては、\n"
"警告等を発せずに無視されます。"

msgid ""
"If the terminfo entry for your terminal is missing codes for an effect\n"
"or has the wrong codes, you can add or override those codes in your\n"
"configuration::"
msgstr ""
"端末 (ソフト) の terminfo 設定で、 効果に対応するコードが未定の場合や、\n"
"不正なコードが定義されている場合、 追加設定や上書き設定が可能です::"

msgid ""
"  [color]\n"
"  terminfo.dim = \\E[2m"
msgstr ""
"  [color]\n"
"  terminfo.dim = \\E[2m"

msgid "where '\\E' is substituted with an escape character."
msgstr "設定値の '\\E' 部分は、 エスケープコードで置換されます。"

msgid ""
"Labels\n"
"======"
msgstr ""
"ラベル\n"
"======"

msgid ""
"Text receives color effects depending on the labels that it has. Many\n"
"default Mercurial commands emit labelled text. You can also define\n"
"your own labels in templates using the label function, see :hg:`help\n"
"templates`. A single portion of text may have more than one label. In\n"
"that case, effects given to the last label will override any other\n"
"effects. This includes the special \"none\" effect, which nullifies\n"
"other effects."
msgstr ""
"出力のカラー化は、 個々の表示要素が持つ 「ラベル」 情報の影響を受けます。\n"
"Mercurial コマンドの出力の多くは、 ラベル情報付き表示要素で構成されます。\n"
"テンプレート機能の 'label' 関数を使うことで、 独自ラベルも定義できます。\n"
"(詳細は :hg:`help templates` 参照)  単一の表示要素に対して、\n"
"複数ラベルの付与も可能です。 複数ラベルが指定された場合のカラー化では、\n"
"他の効果を打ち消す \"none\" 指定を含め、最後のラベルのものが優先します。"

msgid ""
"Labels are normally invisible. In order to see these labels and their\n"
"position in the text, use the global --color=debug option. The same\n"
"anchor text may be associated to multiple labels, e.g."
msgstr ""
"ラベル情報は不可視ですが、 ラベルと表示要素の関係を視認したい場合は、\n"
"``--color=debug`` を指定します。 以下は複数ラベルを持つ単一表示要素の例です"

msgid "  [log.changeset changeset.secret|changeset:   22611:6f0a53c8f587]"
msgstr "  [log.changeset changeset.secret|changeset:   22611:6f0a53c8f587]"

msgid ""
"The following are the default effects for some default labels. Default\n"
"effects may be overridden from your configuration file::"
msgstr ""
"以下はラベルと表示効果のデフォルト設定です。 これらのデフォルト設定は、\n"
"設定ファイル既述ににより上書き可能です::"

msgid ""
"  [color]\n"
"  status.modified = blue bold underline red_background\n"
"  status.added = green bold\n"
"  status.removed = red bold blue_background\n"
"  status.deleted = cyan bold underline\n"
"  status.unknown = magenta bold underline\n"
"  status.ignored = black bold"
msgstr ""
"  [color]\n"
"  status.modified = blue bold underline red_background\n"
"  status.added = green bold\n"
"  status.removed = red bold blue_background\n"
"  status.deleted = cyan bold underline\n"
"  status.unknown = magenta bold underline\n"
"  status.ignored = black bold"

msgid ""
"  # 'none' turns off all effects\n"
"  status.clean = none\n"
"  status.copied = none"
msgstr ""
"  # 'none' 指定により効果が全て無効化されます\n"
"  status.clean = none\n"
"  status.copied = none"

msgid ""
"  qseries.applied = blue bold underline\n"
"  qseries.unapplied = black bold\n"
"  qseries.missing = red bold"
msgstr ""
"  qseries.applied = blue bold underline\n"
"  qseries.unapplied = black bold\n"
"  qseries.missing = red bold"

msgid ""
"  diff.diffline = bold\n"
"  diff.extended = cyan bold\n"
"  diff.file_a = red bold\n"
"  diff.file_b = green bold\n"
"  diff.hunk = magenta\n"
"  diff.deleted = red\n"
"  diff.inserted = green\n"
"  diff.changed = white\n"
"  diff.tab =\n"
"  diff.trailingwhitespace = bold red_background"
msgstr ""
"  diff.diffline = bold\n"
"  diff.extended = cyan bold\n"
"  diff.file_a = red bold\n"
"  diff.file_b = green bold\n"
"  diff.hunk = magenta\n"
"  diff.deleted = red\n"
"  diff.inserted = green\n"
"  diff.changed = white\n"
"  diff.tab =\n"
"  diff.trailingwhitespace = bold red_background"

msgid ""
"  # Blank so it inherits the style of the surrounding label\n"
"  changeset.public =\n"
"  changeset.draft =\n"
"  changeset.secret ="
msgstr ""
"  # 空値設定により、より外側のカラー設定を引き継ぎます\n"
"  changeset.public =\n"
"  changeset.draft =\n"
"  changeset.secret ="

msgid ""
"  resolve.unresolved = red bold\n"
"  resolve.resolved = green bold"
msgstr ""
"  resolve.unresolved = red bold\n"
"  resolve.resolved = green bold"

msgid "  bookmarks.active = green"
msgstr "  bookmarks.active = green"

msgid ""
"  branches.active = none\n"
"  branches.closed = black bold\n"
"  branches.current = green\n"
"  branches.inactive = none"
msgstr ""
"  branches.active = none\n"
"  branches.closed = black bold\n"
"  branches.current = green\n"
"  branches.inactive = none"

msgid ""
"  tags.normal = green\n"
"  tags.local = black bold"
msgstr ""
"  tags.normal = green\n"
"  tags.local = black bold"

msgid ""
"  rebase.rebased = blue\n"
"  rebase.remaining = red bold"
msgstr ""
"  rebase.rebased = blue\n"
"  rebase.remaining = red bold"

msgid ""
"  shelve.age = cyan\n"
"  shelve.newest = green bold\n"
"  shelve.name = blue bold"
msgstr ""
"  shelve.age = cyan\n"
"  shelve.newest = green bold\n"
"  shelve.name = blue bold"

msgid "  histedit.remaining = red bold"
msgstr "  histedit.remaining = red bold"

msgid ""
"Custom colors\n"
"============="
msgstr ""
"色指定のカスタマイズ\n"
"===================="

#, fuzzy
msgid ""
"Because there are only eight standard colors, Mercurial allows you\n"
"to define color names for other color slots which might be available\n"
"for your terminal type, assuming terminfo mode.  For instance::"
msgstr ""
"terminfo を使用する場合、 基本色定義が8色のみなので、 Mercurial では、\n"
"利用端末種別に応じて利用可能になる (であろう) 色スロットに対して、\n"
"色名称を定義することが可能です。例えば::"

msgid ""
"  color.brightblue = 12\n"
"  color.pink = 207\n"
"  color.orange = 202"
msgstr ""
"  color.brightblue = 12\n"
"  color.pink = 207\n"
"  color.orange = 202"

msgid ""
"to set 'brightblue' to color slot 12 (useful for 16 color terminals\n"
"that have brighter colors defined in the upper eight) and, 'pink' and\n"
"'orange' to colors in 256-color xterm's default color cube.  These\n"
"defined colors may then be used as any of the pre-defined eight,\n"
"including appending '_background' to set the background to that color.\n"
msgstr ""
"上記設定により、 'brightblue' という名称が、 色スロット 12\n"
"(16色端末で利用可能。 16色端末では、 明度の高い色を、 後半8色で定義)\n"
"として、 また 'pink' および 'orange' という名称が、 256色 xterm の、\n"
"色立体中に定義されます。 新規定義された色名称は、 事前定義された8色と、\n"
"同じ様に使えます。 名称末尾が '_background' なら、 背景色指定になります。\n"

msgid ".. Common link and substitution definitions."
msgstr ".. Common link and substitution definitions."

msgid ""
".. |hg(1)| replace:: **hg**\\ (1)\n"
".. _hg(1): hg.1.html\n"
".. |hgrc(5)| replace:: **hgrc**\\ (5)\n"
".. _hgrc(5): hgrc.5.html\n"
".. |hgignore(5)| replace:: **hgignore**\\ (5)\n"
".. _hgignore(5): hgignore.5.html\n"
msgstr ""
".. |hg(1)| replace:: **hg**\\ (1)\n"
".. _hg(1): hg.1.html\n"
".. |hgrc(5)| replace:: **hgrc**\\ (5)\n"
".. _hgrc(5): hgrc.5.html\n"
".. |hgignore(5)| replace:: **hgignore**\\ (5)\n"
".. _hgignore(5): hgignore.5.html\n"

msgid ""
"The Mercurial system uses a set of configuration files to control\n"
"aspects of its behavior."
msgstr ""
"Mercurial では、 挙動を制御するために、\n"
"複数の設定ファイルを使用します。"

msgid ""
"Troubleshooting\n"
"==============="
msgstr ""
"問題対処\n"
"========"

msgid ""
"If you're having problems with your configuration,\n"
":hg:`config --debug` can help you understand what is introducing\n"
"a setting into your environment."
msgstr ""
"設定に関する問題が発生した場合、 :hg:`config --debug` を実行することで、\n"
"どの設定項目が、 どのファイルで設定されているのかを、 知ることができます。"

msgid ""
"See :hg:`help config.syntax` and :hg:`help config.files`\n"
"for information about how and where to override things."
msgstr ""
"設定ファイルの記述方法や、 ファイルの配置に関する詳細は、\n"
":hg:`help config.syntax` および :hg:`help config.files`\n"
"を参照してください。"

msgid ""
"Structure\n"
"========="
msgstr ""
"ファイル内構造\n"
"=============="

msgid ""
"The configuration files use a simple ini-file format. A configuration\n"
"file consists of sections, led by a ``[section]`` header and followed\n"
"by ``name = value`` entries::"
msgstr ""
"Mercurial の設定ファイルは、 いわゆる ini ファイル形式で記述されます。\n"
"設定ファイルは、 「セクション」から構成され、\n"
"各セクションは ``[セクション名]`` 形式のヘッダで始まり、\n"
"``名前 = 値`` 形式の要素が列挙されます::"

msgid ""
"  [ui]\n"
"  username = Firstname Lastname <firstname.lastname@example.net>\n"
"  verbose = True"
msgstr ""
"  [ui]\n"
"  username = Firstname Lastname <firstname.lastname@example.net>\n"
"  verbose = True"

msgid ""
"The above entries will be referred to as ``ui.username`` and\n"
"``ui.verbose``, respectively. See :hg:`help config.syntax`."
msgstr ""
"上記記述はそれぞれ、 ``ui.username`` および ``ui.verbose``\n"
"として参照されます。 詳細は :hg:`help config.syntax` を参照してください。"

msgid ""
"Files\n"
"====="
msgstr ""
"ファイル\n"
"========"

msgid ""
"Mercurial reads configuration data from several files, if they exist.\n"
"These files do not exist by default and you will have to create the\n"
"appropriate configuration files yourself:"
msgstr ""
"Mercurial は複数のファイルから設定情報を読み込みます。\n"
"読み込み対象となるファイルは、 事前に存在しませんので、\n"
"適切な位置にファイルを作成するのは、 利用者の責任となります:"

msgid ""
"Local configuration is put into the per-repository ``<repo>/.hg/hgrc`` file."
msgstr "リポジトリ毎の局所的な設定は ``<リポジトリ>/.hg/hgrc`` に記述します。"

msgid "Global configuration like the username setting is typically put into:"
msgstr "「ユーザ名」のような、 広範囲で有効な設定は、 以下で記述します:"

msgid "  - ``%USERPROFILE%\\mercurial.ini`` (on Windows)"
msgstr "  - ``%USERPROFILE%\\mercurial.ini`` (on Windows)"

msgid "  - ``$HOME/.hgrc`` (on Unix, Plan9)"
msgstr "  - ``$HOME/.hgrc`` (on Unix, Plan9)"

msgid ""
"The names of these files depend on the system on which Mercurial is\n"
"installed. ``*.rc`` files from a single directory are read in\n"
"alphabetical order, later ones overriding earlier ones. Where multiple\n"
"paths are given below, settings from earlier paths override later\n"
"ones."
msgstr ""
"設定ファイルの名前 (パス) は、 Mercurial の稼動環境に依存します。\n"
"単一ディレクトリ直下の ``*.rc`` ファイルを読み込む場合、\n"
"ファイル名のアルファベット順で読み込まれ、 先に読み込んだ設定よりも、\n"
"後から読み込んだ設定の方が優先されます。 以下に列挙されるパスにおいて、\n"
"複数から設定が読み込まれた場合は、 列挙順の早い方の設定が優先されます。"

msgid "  On Unix, the following files are consulted:"
msgstr "  Unix 環境では、 以下のファイルが読み込まれます:"

msgid ""
"  - ``<repo>/.hg/hgrc`` (per-repository)\n"
"  - ``$HOME/.hgrc`` (per-user)\n"
"  - ``${XDG_CONFIG_HOME:-$HOME/.config}/hg/hgrc`` (per-user)\n"
"  - ``<install-root>/etc/mercurial/hgrc`` (per-installation)\n"
"  - ``<install-root>/etc/mercurial/hgrc.d/*.rc`` (per-installation)\n"
"  - ``/etc/mercurial/hgrc`` (per-system)\n"
"  - ``/etc/mercurial/hgrc.d/*.rc`` (per-system)\n"
"  - ``<internal>/default.d/*.rc`` (defaults)"
msgstr ""
"  - ``<リポジトリ>/.hg/hgrc`` (リポジトリ毎設定)\n"
"  - ``$HOME/.hgrc`` (ユーザ毎設定)\n"
"  - ``${XDG_CONFIG_HOME:-$HOME/.config}/hg/hgrc`` (ユーザ毎設定)\n"
"  - ``<インストール先>/etc/mercurial/hgrc`` (インストール毎設定)\n"
"  - ``<インストール先>/etc/mercurial/hgrc.d/*.rc`` (インストール毎設定)\n"
"  - ``/etc/mercurial/hgrc`` (システム毎設定)\n"
"  - ``/etc/mercurial/hgrc.d/*.rc`` (システム毎設定)\n"
"  - ``<パッケージ固有>/default.d/*.rc`` (デフォルト設定)"

msgid "  On Windows, the following files are consulted:"
msgstr "  Windows 環境では、 以下のファイルが読み込まれます:"

msgid ""
"  - ``<repo>/.hg/hgrc`` (per-repository)\n"
"  - ``%USERPROFILE%\\.hgrc`` (per-user)\n"
"  - ``%USERPROFILE%\\Mercurial.ini`` (per-user)\n"
"  - ``%HOME%\\.hgrc`` (per-user)\n"
"  - ``%HOME%\\Mercurial.ini`` (per-user)\n"
"  - ``HKEY_LOCAL_MACHINE\\SOFTWARE\\Mercurial`` (per-installation)\n"
"  - ``<install-dir>\\hgrc.d\\*.rc`` (per-installation)\n"
"  - ``<install-dir>\\Mercurial.ini`` (per-installation)\n"
"  - ``<internal>/default.d/*.rc`` (defaults)"
msgstr ""
"  - ``<リポジトリ>/.hg/hgrc`` (リポジトリ毎設定)\n"
"  - ``%USERPROFILE%\\.hgrc`` (ユーザ毎設定)\n"
"  - ``%USERPROFILE%\\Mercurial.ini`` (ユーザ毎設定)\n"
"  - ``%HOME%\\.hgrc`` (ユーザ毎設定)\n"
"  - ``%HOME%\\Mercurial.ini`` (ユーザ毎設定)\n"
"  - ``HKEY_LOCAL_MACHINE\\SOFTWARE\\Mercurial`` (インストール毎設定)\n"
"  - ``<インストール先>\\hgrc.d\\*.rc`` (インストール毎設定)\n"
"  - ``<インストール先>\\Mercurial.ini`` (インストール毎設定)\n"
"  - ``<パッケージ固有>/default.d/*.rc`` (デフォルト設定)"

msgid ""
"   The registry key ``HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node"
"\\Mercurial``\n"
"   is used when running 32-bit Python on 64-bit Windows."
msgstr ""
"   32-bit Python を 64-bit Windows で動作させる場合は、\n"
"   ``HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Mercurial``\n"
"   レジストリキーが使用されます。"

msgid "  On Windows 9x, ``%HOME%`` is replaced by ``%APPDATA%``."
msgstr ""
"  Windows 9x 環境では ``%HOME%`` の代わりに ``%APPDATA%`` を使用します。"

msgid "  On Plan9, the following files are consulted:"
msgstr "  Plan9 環境では、 以下のファイルが読み込まれます:"

msgid ""
"  - ``<repo>/.hg/hgrc`` (per-repository)\n"
"  - ``$home/lib/hgrc`` (per-user)\n"
"  - ``<install-root>/lib/mercurial/hgrc`` (per-installation)\n"
"  - ``<install-root>/lib/mercurial/hgrc.d/*.rc`` (per-installation)\n"
"  - ``/lib/mercurial/hgrc`` (per-system)\n"
"  - ``/lib/mercurial/hgrc.d/*.rc`` (per-system)\n"
"  - ``<internal>/default.d/*.rc`` (defaults)"
msgstr ""
"  - ``<リポジトリ>/.hg/hgrc`` (リポジトリ毎設定)\n"
"  - ``$home/lib/hgrc`` (ユーザ毎設定)\n"
"  - ``<インストール先>/lib/mercurial/hgrc`` (インストール毎設定)\n"
"  - ``<インストール先>/lib/mercurial/hgrc.d/*.rc`` (インストール毎設定)\n"
"  - ``/lib/mercurial/hgrc`` (システム毎設定)\n"
"  - ``/lib/mercurial/hgrc.d/*.rc`` (システム毎設定)\n"
"  - ``<パッケージ固有>/default.d/*.rc`` (デフォルト設定)"

msgid ""
"Per-repository configuration options only apply in a\n"
"particular repository. This file is not version-controlled, and\n"
"will not get transferred during a \"clone\" operation. Options in\n"
"this file override options in all other configuration files."
msgstr ""
"リポジトリ毎設定は、 対象リポジトリに関する実行でのみ適用されます。\n"
"このファイルは、 履歴管理の対象外であり、 :hg:`clone` でも複製されません。\n"
"ここでの設定は、 他の全ての設定に優先します。"

msgid ""
"  On Plan 9 and Unix, most of this file will be ignored if it doesn't\n"
"  belong to a trusted user or to a trusted group. See\n"
"  :hg:`help config.trusted` for more details."
msgstr ""
"  Plan9 や Unix 環境では、 設定ファイルの所有者やグループが、\n"
"  信頼できるユーザやグループでない場合、 設定内容の大半が無視されます。\n"
"  詳細は :hg:`help config.trusted` を参照してください。"

msgid ""
"Per-user configuration file(s) are for the user running Mercurial.  Options\n"
"in these files apply to all Mercurial commands executed by this user in any\n"
"directory. Options in these files override per-system and per-installation\n"
"options."
msgstr ""
"ユーザ毎設定は、 Mercurial コマンドを実行するユーザ毎の設定です。\n"
"ここでの設定は、 当該ユーザの Mercurial コマンド実行全てに適用されます。\n"
"ユーザ毎設定は、システム毎/インストール毎の設定に優先します。"

msgid ""
"Per-installation configuration files are searched for in the\n"
"directory where Mercurial is installed. ``<install-root>`` is the\n"
"parent directory of the **hg** executable (or symlink) being run."
msgstr ""
"インストール毎設定は、 Mercurial のインストール先から読み込まれます。\n"
"実行される ``hg`` コマンド格納先の親ディレクトリを ``<インストール先>``\n"
"とみなします。"

msgid ""
"  For example, if installed in ``/shared/tools/bin/hg``, Mercurial\n"
"  will look in ``/shared/tools/etc/mercurial/hgrc``. Options in these\n"
"  files apply to all Mercurial commands executed by any user in any\n"
"  directory."
msgstr ""
"  例えば ``/shared/tools/bin/hg`` が実行される場合、\n"
"  ``/shared/tools/etc/mercurial/hgrc`` から読み込まれます。\n"
"  ここでの設定は、 実行ユーザ/対象リポジトリに関わらず適用されます。"

msgid ""
"Per-installation configuration files are for the system on\n"
"which Mercurial is running. Options in these files apply to all\n"
"Mercurial commands executed by any user in any directory. Registry\n"
"keys contain PATH-like strings, every part of which must reference\n"
"a ``Mercurial.ini`` file or be a directory where ``*.rc`` files will\n"
"be read.  Mercurial checks each of these locations in the specified\n"
"order until one or more configuration files are detected."
msgstr ""
"インストール毎設定は、 Mercurial の実行環境に対する設定です。\n"
"ここでの設定は、 実行ユーザ/対象リポジトリに関わらず適用されます。\n"
"レジストリキーは PATH 環境変数的な値を保持し、\n"
"値の各要素は、 ファイル ``Mercurial.ini`` を参照するか、\n"
"``*.rc`` ファイルを格納するディレクトリでなければなりません。\n"
"1つ以上の設定ファイルが検出されるまで、\n"
"Mercurial は記述順序通りに、 各位置のファイル所在確認を行います。"

msgid ""
"Per-system configuration files are for the system on which Mercurial\n"
"is running. Options in these files apply to all Mercurial commands\n"
"executed by any user in any directory. Options in these files\n"
"override per-installation options."
msgstr ""
"システム毎設定は、 Mercurial を実行するシステムに対する設定です。\n"
"ここでの設定は、 実行ユーザ/対象リポジトリに関わらず適用されます。\n"
"システム毎設定は、 インストール毎設定より優先されます。"

msgid ""
"Mercurial comes with some default configuration. The default configuration\n"
"files are installed with Mercurial and will be overwritten on upgrades. "
"Default\n"
"configuration files should never be edited by users or administrators but "
"can\n"
"be overridden in other configuration files. So far the directory only "
"contains\n"
"merge tool configuration but packagers can also put other default "
"configuration\n"
"there."
msgstr ""
"mercurial のリリースには、 いくつかのデフォルト設定ファイルが含まれます。\n"
"mercurial のインストールやバージョンアップは、 これらを上書きします。\n"
"設定変更の際には、デフォルト設定以外の設定ファイルを編集してください。\n"
"開発元が提供するデフォルト設定は、 現状ではマージツール設定のみですが、\n"
"パッケージ作成者によって、 他の設定が追加されている可能性があります。\n"
"(※ 訳注: デフォルト設定ファイルの格納先は、 パッケージ形態依存なので、\n"
"格納先説明では「パッケージ固有」と表記しています)"

msgid ""
"Syntax\n"
"======"
msgstr ""
"文法\n"
"===="

msgid ""
"A configuration file consists of sections, led by a ``[section]`` header\n"
"and followed by ``name = value`` entries (sometimes called\n"
"``configuration keys``)::"
msgstr ""
"設定ファイルは、 「セクション」から構成され、\n"
"各セクションは ``[セクション名]`` 形式のヘッダで始まり、\n"
"``名前 = 値`` 形式の要素 (『名前』は『設定キー』とも呼ばれます)\n"
"が列挙されます::"

msgid ""
"    [spam]\n"
"    eggs=ham\n"
"    green=\n"
"       eggs"
msgstr ""
"    [spam]\n"
"    eggs=ham\n"
"    green=\n"
"       eggs"

msgid ""
"Each line contains one entry. If the lines that follow are indented,\n"
"they are treated as continuations of that entry. Leading whitespace is\n"
"removed from values. Empty lines are skipped. Lines beginning with\n"
"``#`` or ``;`` are ignored and may be used to provide comments."
msgstr ""
"設定記述は一行一エントリです。 但し、 後続行が字下げされている場合は、\n"
"エントリ記述が継続しているものとみなされます。\n"
"値記述の先頭の (半角) 空白文字は除外されます。\n"
"空行は無視されます。 ``#`` または ``;`` で始まる行は、\n"
"コメント行として無視されます。"

msgid ""
"Configuration keys can be set multiple times, in which case Mercurial\n"
"will use the value that was configured last. As an example::"
msgstr ""
"同一設定キーに対して、 複数回の記述が可能ですが、\n"
"Mercurial は最後に設定された値を使用します。\n"
"例えば::"

msgid ""
"    [spam]\n"
"    eggs=large\n"
"    ham=serrano\n"
"    eggs=small"
msgstr ""
"    [spam]\n"
"    eggs=large\n"
"    ham=serrano\n"
"    eggs=small"

msgid "This would set the configuration key named ``eggs`` to ``small``."
msgstr ""
"上記記述の場合、 設定キー ``eggs`` の値として採用されるのは\n"
"``small`` です。"

msgid ""
"It is also possible to define a section multiple times. A section can\n"
"be redefined on the same and/or on different configuration files. For\n"
"example::"
msgstr ""
"同一セクションを複数回記述することも可能です。 複数回の記述場所は、\n"
"同一ファイル中でも、 異なる設定ファイル間でも構いません。\n"
"例えば::"

msgid ""
"    [foo]\n"
"    eggs=large\n"
"    ham=serrano\n"
"    eggs=small"
msgstr ""
"    [foo]\n"
"    eggs=large\n"
"    ham=serrano\n"
"    eggs=small"

msgid ""
"    [bar]\n"
"    eggs=ham\n"
"    green=\n"
"       eggs"
msgstr ""
"    [bar]\n"
"    eggs=ham\n"
"    green=\n"
"       eggs"

msgid ""
"    [foo]\n"
"    ham=prosciutto\n"
"    eggs=medium\n"
"    bread=toasted"
msgstr ""
"    [foo]\n"
"    ham=prosciutto\n"
"    eggs=medium\n"
"    bread=toasted"

msgid ""
"This would set the ``eggs``, ``ham``, and ``bread`` configuration keys\n"
"of the ``foo`` section to ``medium``, ``prosciutto``, and ``toasted``,\n"
"respectively. As you can see there only thing that matters is the last\n"
"value that was set for each of the configuration keys."
msgstr ""
"上記の設定記述の場合、\n"
"``foo`` セクションの\n"
"``eggs``, ``ham`` および ``bread`` 設定キーの値はそれぞれ\n"
"``medium``, ``prosciutto`` および ``toasted`` となります。\n"
"各設定キー毎に、 最後に設定された値が有効になるのです。"

msgid ""
"If a configuration key is set multiple times in different\n"
"configuration files the final value will depend on the order in which\n"
"the different configuration files are read, with settings from earlier\n"
"paths overriding later ones as described on the ``Files`` section\n"
"above."
msgstr ""
"同一設定キーに対して、 異なるファイルでそれぞれ設定が記述された場合、\n"
"「最後の設定値」はファイルの読み込み順序に依存します。\n"
"先の ``ファイル`` セクションでのパスの列挙順が、 より早い方が優先されます。"

msgid ""
"A line of the form ``%include file`` will include ``file`` into the\n"
"current configuration file. The inclusion is recursive, which means\n"
"that included files can include other files. Filenames are relative to\n"
"the configuration file in which the ``%include`` directive is found.\n"
"Environment variables and ``~user`` constructs are expanded in\n"
"``file``. This lets you do something like::"
msgstr ""
"``%include file`` 形式の記述によって、 当該設定ファイルにおいて\n"
"``file`` が読み込まれます。 読み込みは再帰的に実施されるため、\n"
"読み込み対象ファイルから、 他のファイルを読み込むことも可能です。\n"
"ファイル名は、 ``%include`` 記述のあるファイルに対して、\n"
"相対的なものとみなされます。 ``file`` における環境変数や ``~user``\n"
"形式の記述は展開されます。 そのため、 以下のような記述によって::"

msgid "  %include ~/.hgrc.d/$HOST.rc"
msgstr "  %include ~/.hgrc.d/$HOST.rc"

msgid "to include a different configuration file on each computer you use."
msgstr "ホスト毎に異なる設定ファイルを読み込む事が可能です。"

msgid ""
"A line with ``%unset name`` will remove ``name`` from the current\n"
"section, if it has been set previously."
msgstr ""
"当該セクションにおいて、 既に ``name`` が設定されている場合、\n"
"``%unset name`` 形式の記述によって、 設定を破棄する事が可能です。"

msgid ""
"The values are either free-form text strings, lists of text strings,\n"
"or Boolean values. Boolean values can be set to true using any of \"1\",\n"
"\"yes\", \"true\", or \"on\" and to false using \"0\", \"no\", \"false\", or "
"\"off\"\n"
"(all case insensitive)."
msgstr ""
"設定する値には、 自由形式の文字列、 文字列の列挙、または真偽値の、\n"
"いずれでも指定可能です。 真偽値の設定では、 \"1\"、 \"yes\"、\n"
"\"true\" または \"on\" のいずれもが真値、 \"0\"、 \"no\"、 \"false\"\n"
"または \"off\" のいずれもが偽値とみなされます。 (文字大小は無視されます)"

msgid ""
"List values are separated by whitespace or comma, except when values are\n"
"placed in double quotation marks::"
msgstr ""
"列挙における各値は、 空白文字またはコンマで区切られますが、\n"
"二重引用符 (\") で囲まれた部位は分割されません::"

msgid "  allow_read = \"John Doe, PhD\", brian, betty"
msgstr "  allow_read = \"John Doe, PhD\", brian, betty"

msgid ""
"Quotation marks can be escaped by prefixing them with a backslash. Only\n"
"quotation marks at the beginning of a word is counted as a quotation\n"
"(e.g., ``foo\"bar baz`` is the list of ``foo\"bar`` and ``baz``)."
msgstr ""
"バックスラッシュを前に付ける事で、 引用符自体を記述する事が可能です。\n"
"語の冒頭位置以外の引用符は、 引用符とはみなされません。\n"
"(例: ``foo\"bar baz`` は ``foo\"bar`` と ``baz`` の列挙とみなされます)"

msgid ""
"Sections\n"
"========"
msgstr ""
"セクション\n"
"=========="

msgid ""
"This section describes the different sections that may appear in a\n"
"Mercurial configuration file, the purpose of each section, its possible\n"
"keys, and their possible values."
msgstr ""
"Mercurial の設定ファイルで記述可能な各セクション毎の、\n"
"用途、 設定キー、 および設定可能な値について以下で述べます。"

msgid ""
"``alias``\n"
"---------"
msgstr ""
"``alias``\n"
"---------"

msgid "Defines command aliases."
msgstr "コマンドの別名 (エイリアス) 定義。"

msgid ""
"Aliases allow you to define your own commands in terms of other\n"
"commands (or aliases), optionally including arguments. Positional\n"
"arguments in the form of ``$1``, ``$2``, etc. in the alias definition\n"
"are expanded by Mercurial before execution. Positional arguments not\n"
"already used by ``$N`` in the definition are put at the end of the\n"
"command to be executed."
msgstr ""
"別名定義は、 他のコマンド (または定義済み別名) や、 付加的な引数を使って、\n"
"自分独自のコマンドを作成可能です。\n"
"別名定義における ``$1`` や ``$2`` のような位置指定引数は、\n"
"実行前に Mercurial によって置換されます。\n"
"別名定義中で ``$N`` 形式による参照の無かった全ての引数は、\n"
"実行されるコマンドの末尾に付与されます。"

msgid "Alias definitions consist of lines of the form::"
msgstr "別名定義では、 以下の形式の行を記述します::"

msgid "    <alias> = <command> [<argument>]..."
msgstr "    <別名> = <コマンド> [<引数>]..."

msgid "For example, this definition::"
msgstr "例えば、 以下の定義では::"

msgid "    latest = log --limit 5"
msgstr "    latest = log --limit 5"

msgid ""
"creates a new command ``latest`` that shows only the five most recent\n"
"changesets. You can define subsequent aliases using earlier ones::"
msgstr ""
"最新の 5 リビジョンのみを表示する ``latest`` コマンドが定義されます。\n"
"定義済みの別名を用いて、 違う別名を定義することも可能です::"

msgid "    stable5 = latest -b stable"
msgstr "    stable5 = latest -b stable"

msgid ""
"   It is possible to create aliases with the same names as\n"
"   existing commands, which will then override the original\n"
"   definitions. This is almost always a bad idea!"
msgstr ""
"   既存コマンドと同名の別名定義は、 既存コマンドを上書きします。\n"
"   このような別名定義は、 大概悲惨な結果を招きます!"

msgid ""
"An alias can start with an exclamation point (``!``) to make it a\n"
"shell alias. A shell alias is executed with the shell and will let you\n"
"run arbitrary commands. As an example, ::"
msgstr ""
"感嘆符 (``!``) から始まる別名定義は、 シェル別名を意味します。\n"
"シェル別名はシェルによって解釈され、 任意のコマンド実行が可能です。\n"
"例えば以下の定義によって::"

msgid "   echo = !echo $@"
msgstr "   echo = !echo $@"

msgid ""
"will let you do ``hg echo foo`` to have ``foo`` printed in your\n"
"terminal. A better example might be::"
msgstr ""
"``hg echo foo`` 実行は、 端末に ``foo`` を表示します。\n"
"より実践的な例としては::"

msgid "   purge = !$HG status --no-status --unknown -0 re: | xargs -0 rm -f"
msgstr "   purge = !$HG status --no-status --unknown -0 re: | xargs -0 rm -f"

msgid ""
"which will make ``hg purge`` delete all unknown files in the\n"
"repository in the same manner as the purge extension."
msgstr ""
"``hg purge`` 実行は、 作業領域中の全ての未知のファイルを、\n"
"purge エクステンションと同じ作法で削除します。"

msgid ""
"Positional arguments like ``$1``, ``$2``, etc. in the alias definition\n"
"expand to the command arguments. Unmatched arguments are\n"
"removed. ``$0`` expands to the alias name and ``$@`` expands to all\n"
"arguments separated by a space. ``\"$@\"`` (with quotes) expands to all\n"
"arguments quoted individually and separated by a space. These expansions\n"
"happen before the command is passed to the shell."
msgstr ""
"別名定義での ``$1`` や ``$2`` 等の位置指定引数は、 別名コマンド実行の際に、\n"
"コマンド行で指定された、 対応する引数で置換されます。 対応引数が無い場合、\n"
"引数不足で処理が中断されます。 ``$0`` はコマンド別名そのもの、``$@``\n"
"は全引数を空白区切りしたもので、それぞれ置換されます。 引用符で囲まれた\n"
"``\"$@\"`` は、 引数が個別に引用符で囲まれる点が ``$@`` と異なります。\n"
"これら引数の置換は、 シェルによるコマンド行解釈よりも、 前に実施されます。"

msgid ""
"Shell aliases are executed in an environment where ``$HG`` expands to\n"
"the path of the Mercurial that was used to execute the alias. This is\n"
"useful when you want to call further Mercurial commands in a shell\n"
"alias, as was done above for the purge alias. In addition,\n"
"``$HG_ARGS`` expands to the arguments given to Mercurial. In the ``hg\n"
"echo foo`` call above, ``$HG_ARGS`` would expand to ``echo foo``."
msgstr ""
"シェル別名では、 環境変数 ``$HG`` が、 別名コマンドを実行する\n"
"Mercurial のパスに置換されます。\n"
"この仕様は、 先の purge 別名のように、 シェル別名において\n"
"Mercurial を実行する場合に有用です。\n"
"更に、 環境変数 ``$HG_ARGS`` は Mercurial への引数に置換されますので、\n"
"先述した ``hg echo foo`` では、\n"
"``$HG_ARGS`` は ``echo foo`` に置換されます。"

msgid ""
"   Some global configuration options such as ``-R`` are\n"
"   processed before shell aliases and will thus not be passed to\n"
"   aliases."
msgstr ""
"   いくつかのグローバルオプション (例: ``-R``) の処理は、\n"
"   シェル別名の解釈前に実施されるため、 シェル別名に対して、\n"
"   これらを指定することはできません。"

msgid ""
"\n"
"``annotate``\n"
"------------"
msgstr ""
"\n"
"``annotate``\n"
"------------"

msgid ""
"Settings used when displaying file annotations. All values are\n"
"Booleans and default to False. See :hg:`help config.diff` for\n"
"related options for the diff command."
msgstr ""
"ファイル中の行の由来表示に関する設定。\n"
"全ての値が真偽値で、 デフォルト値は False です。\n"
"diff コマンドに関連するオプションの詳細は、\n"
":hg:`help config.diff` を参照してください。"

msgid ""
"``ignorews``\n"
"    Ignore white space when comparing lines."
msgstr ""
"``ignorews``\n"
"    差分検出における空白文字無視の有無。"

#, fuzzy
msgid ""
"``ignorewseol``\n"
"    Ignore white space at the end of a line when comparing lines."
msgstr ""
"``ignorews``\n"
"    差分検出における空白文字無視の有無。"

msgid ""
"``ignorewsamount``\n"
"    Ignore changes in the amount of white space."
msgstr ""
"``ignorewsamount``\n"
"    差分検出における空白文字数増減無視の有無。"

msgid ""
"``ignoreblanklines``\n"
"    Ignore changes whose lines are all blank."
msgstr ""
"``ignoreblanklines``\n"
"    差分検出における空行増減無視の有無。"

msgid ""
"\n"
"``auth``\n"
"--------"
msgstr ""
"\n"
"``auth``\n"
"--------"

msgid ""
"Authentication credentials and other authentication-like configuration\n"
"for HTTP connections. This section allows you to store usernames and\n"
"passwords for use when logging *into* HTTP servers. See\n"
":hg:`help config.web` if you want to configure *who* can login to\n"
"your HTTP server."
msgstr ""
"HTTP 認証のための認証関連情報。 本セクションでは、 HTTP \n"
"サーバへのログインで使用される、 ユーザ名/パスワードを記述します。\n"
"HTTP サーバ側において、 ログイン可能ユーザを制御する場合の詳細は、\n"
":hg:`help config.web` を参照してください。"

msgid "The following options apply to all hosts."
msgstr "以下の設定は、 全ての接続先に適用されます。"

msgid ""
"``cookiefile``\n"
"    Path to a file containing HTTP cookie lines. Cookies matching a\n"
"    host will be sent automatically."
msgstr ""
"``cookiefile``\n"
"    HTTP クッキー情報保存先ファイルへのパス。 ホスト/クッキーの選択は、\n"
"    自動的に実施されます。"

msgid ""
"    The file format uses the Mozilla cookies.txt format, which defines "
"cookies\n"
"    on their own lines. Each line contains 7 fields delimited by the tab\n"
"    character (domain, is_domain_cookie, path, is_secure, expires, name,\n"
"    value). For more info, do an Internet search for \"Netscape cookies.txt\n"
"    format.\""
msgstr ""
"    クッキー情報ファイルは、 Mozilla cookies.txt 形式 (1行1クッキー)\n"
"    であることが期待されます。 各行はタブ区切りで7つの情報を保持します\n"
"    (domain, is_domain_cookie, path, is_secure, expires, name, value\n"
"    に相当)。 より詳細な情報は、 \"Netscape cookies.txt format\"\n"
"    で検索してください。"

msgid ""
"    Note: the cookies parser does not handle port numbers on domains. You\n"
"    will need to remove ports from the domain for the cookie to be "
"recognized.\n"
"    This could result in a cookie being disclosed to an unwanted server."
msgstr ""
"    備考: クッキー情報の解析では、 ポート番号指定が正しく処理されません。\n"
"    クッキーを認識させるために、 ポート番号指定を取り除く必要があります。\n"
"    但し、 ドメイン名からポート番号を取り除いた場合、 当該クッキーが、\n"
"    想定外のサーバに開示されてしまう可能性もあります。"

msgid "    The cookies file is read-only."
msgstr "    クッキー情報ファイルの利用は、 読み出しアクセスのみです。"

msgid ""
"Other options in this section are grouped by name and have the following\n"
"format::"
msgstr ""
"本セクションでの他の設定項目は、 以下の形式で、 名前毎にグループ化されます::"

msgid "    <name>.<argument> = <value>"
msgstr "    <名前>.<引数> = <値>"

msgid ""
"where ``<name>`` is used to group arguments into authentication\n"
"entries. Example::"
msgstr ""
"``<名前>`` は、 設定項目群を、 1つの認証情報項目に束ねる働きをします。\n"
"例えば::"

msgid ""
"    foo.prefix = hg.intevation.de/mercurial\n"
"    foo.username = foo\n"
"    foo.password = bar\n"
"    foo.schemes = http https"
msgstr ""
"    foo.prefix = hg.intevation.de/mercurial\n"
"    foo.username = foo\n"
"    foo.password = bar\n"
"    foo.schemes = http https"

msgid ""
"    bar.prefix = secure.example.org\n"
"    bar.key = path/to/file.key\n"
"    bar.cert = path/to/file.cert\n"
"    bar.schemes = https"
msgstr ""
"    bar.prefix = secure.example.org\n"
"    bar.key = path/to/file.key\n"
"    bar.cert = path/to/file.cert\n"
"    bar.schemes = https"

msgid "Supported arguments:"
msgstr "利用可能な引数を以下に示します:"

msgid ""
"``prefix``\n"
"    Either ``*`` or a URI prefix with or without the scheme part.\n"
"    The authentication entry with the longest matching prefix is used\n"
"    (where ``*`` matches everything and counts as a match of length\n"
"    1). If the prefix doesn't include a scheme, the match is performed\n"
"    against the URI with its scheme stripped as well, and the schemes\n"
"    argument, q.v., is then subsequently consulted."
msgstr ""
"``prefix``\n"
"    ``*`` または URI (scheme 部分の記述は任意)。\n"
"    最長マッチする prefix 指定を持つ認証情報が使用されます。\n"
"    (``*`` は全てにマッチし、 マッチ長は 1 とみなされます)\n"
"    prefix 指定が scheme 部分を持たない場合、 \n"
"    scheme 部分を取り除いた URI に対する prefix のマッチングの後で、\n"
"    (後述する) scheme 引数によるマッチングが行われます。"

msgid ""
"``username``\n"
"    Optional. Username to authenticate with. If not given, and the\n"
"    remote site requires basic or digest authentication, the user will\n"
"    be prompted for it. Environment variables are expanded in the\n"
"    username letting you do ``foo.username = $USER``. If the URI\n"
"    includes a username, only ``[auth]`` entries with a matching\n"
"    username or without a username will be considered."
msgstr ""
"``username``\n"
"    省略可。 認証におけるユーザ名。 本引数の指定が無く、 且つログイン時に\n"
"    basic または digest 認証が要求された場合、 対話的入力が要求されます。\n"
"    ``foo.username = $USER`` 形式の記述では、 環境変数が置換されます。\n"
"    URI がユーザ名を含む場合、 選択対象となる ``[auth]`` のエントリは、\n"
"    ユーザ名が合致するものか、 ユーザ名が無いものだけです。"

msgid ""
"``password``\n"
"    Optional. Password to authenticate with. If not given, and the\n"
"    remote site requires basic or digest authentication, the user\n"
"    will be prompted for it."
msgstr ""
"``password``\n"
"    省略可。 認証におけるパスワード。 本引数の指定が無く、\n"
"    且つログイン時に basic または digest 認証が要求された場合、\n"
"    対話的入力が要求されます。"

msgid ""
"``key``\n"
"    Optional. PEM encoded client certificate key file. Environment\n"
"    variables are expanded in the filename."
msgstr ""
"``key``\n"
"    省略可能。 PEM 符号化されたクライアント証明書鍵ファイル。\n"
"    ファイル名指定では、 環境変数の置換が実施されます。"

msgid ""
"``cert``\n"
"    Optional. PEM encoded client certificate chain file. Environment\n"
"    variables are expanded in the filename."
msgstr ""
"``cert``\n"
"    省略可能。 PEM 符号化されたクライアント証明書連鎖ファイル。\n"
"    ファイル名指定では、 環境変数の置換が実施されます。"

msgid ""
"``schemes``\n"
"    Optional. Space separated list of URI schemes to use this\n"
"    authentication entry with. Only used if the prefix doesn't include\n"
"    a scheme. Supported schemes are http and https. They will match\n"
"    static-http and static-https respectively, as well.\n"
"    (default: https)"
msgstr ""
"``schemes``\n"
"    省略可能。 空白で区切った、 認証で使用される URI scheme の一覧。\n"
"    prefix 引数に scheme が含まれない場合にのみ使用されます。\n"
"    http および https が指定可能です。 それぞれ static-http および\n"
"    static-https にもマッチします。 (デフォルト値: https)"

msgid ""
"If no suitable authentication entry is found, the user is prompted\n"
"for credentials as usual if required by the remote."
msgstr ""
"ログイン時に認証が要求され、 且つ適切な認証情報記述が無い場合、\n"
"認証情報に関する対話的入力が要求されます。"

msgid ""
"``color``\n"
"---------"
msgstr ""
"``color``\n"
"---------"

msgid ""
"Configure the Mercurial color mode. For details about how to define your "
"custom\n"
"effect and style see :hg:`help color`."
msgstr ""
"Mercurial 出力のカラー化設定。 効果指定やスタイルのカスタマイズの詳細は、\n"
":hg:`help color` を参照してください。"

#, fuzzy
msgid ""
"``mode``\n"
"    String: control the method used to output color. One of ``auto``, "
"``ansi``,\n"
"    ``win32``, ``terminfo`` or ``debug``. In auto mode, Mercurial will\n"
"    use ANSI mode by default (or win32 mode prior to Windows 10) if it "
"detects a\n"
"    terminal. Any invalid value will disable color."
msgstr ""
"``mode``\n"
"    文字列: 出力のカラー化方式。 ``auto``, ``ansi``, ``win32``,\n"
"    ``terminfo`` または ``debug`` が指定可能です。 auto 指定の場合、\n"
"    対話的実行でのカラー化方式として ansi (Windows 環境なら win32) が、\n"
"    デフォルトの選択となります。 不正な方式の指定は、 カラー化を抑止します。"

#, fuzzy
msgid ""
"``pagermode``\n"
"    String: optional override of ``color.mode`` used with pager."
msgstr ""
"``pagermode``\n"
"    文字列: ページャ使用時に ``color.mode`` を上書きする値 (pager\n"
"    エクステンション由来)。"

#, fuzzy
msgid ""
"    On some systems, terminfo mode may cause problems when using\n"
"    color with ``less -R`` as a pager program. less with the -R option\n"
"    will only display ECMA-48 color codes, and terminfo mode may sometimes\n"
"    emit codes that less doesn't understand. You can work around this by\n"
"    either using ansi mode (or auto mode), or by using less -r (which will\n"
"    pass through all terminal control codes, not just color control\n"
"    codes)."
msgstr ""
"    terminfo 方式でのカラー化は、 pager エクステンションでの ``less -R``\n"
"    利用と併用した場合、 稼働環境によっては、 正しく機能しません。\n"
"    terminfo 形式でのカラー化には、 ``less -R`` が解釈可能な ECMA-48\n"
"    の色指定以外の、 色指定制御が含まれるためです。 このような環境では、\n"
"    カラー化方式に ansi (または auto) を指定するか、 ``less -r``\n"
"    (色指定を含む全ての端末制御が、 透過的に伝播されます) の使用などで、\n"
"    対処してください。"

#, fuzzy
msgid ""
"    On some systems (such as MSYS in Windows), the terminal may support\n"
"    a different color mode than the pager program."
msgstr ""
"    環境によっては、 pager エクステンションが起動するページャコマンドと、\n"
"    ターミナルソフトの間で、 カラー化方式が異なる場合があります\n"
"    (Windows 上の MSYS 等)。"

#, fuzzy
msgid ""
"``status.relative``\n"
"    Make paths in :hg:`status` output relative to the current directory.\n"
"    (default: False)"
msgstr ""
"``status.relative``\n"
"    :hg:`status` でのパス表示を、 カレントディレクトリ相対にするか否か。\n"
"    (デフォルト値: False)"

msgid ""
"``update.check``\n"
"    Determines what level of checking :hg:`update` will perform before "
"moving\n"
"    to a destination revision. Valid values are ``abort``, ``none``,\n"
"    ``linear``, and ``noconflict``. ``abort`` always fails if the working\n"
"    directory has uncommitted changes. ``none`` performs no checking, and "
"may\n"
"    result in a merge with uncommitted changes. ``linear`` allows any "
"update\n"
"    as long as it follows a straight line in the revision history, and may\n"
"    trigger a merge with uncommitted changes. ``noconflict`` will allow any\n"
"    update which would not trigger a merge with uncommitted changes, if any\n"
"    are present.\n"
"    (default: ``linear``)"
msgstr ""

#, fuzzy
msgid ""
"``update.requiredest``\n"
"    Require that the user pass a destination when running :hg:`update`.\n"
"    For example, :hg:`update .::` will be allowed, but a plain :hg:`update`\n"
"    will be disallowed.\n"
"    (default: False)"
msgstr ""
"``update.requiredest``\n"
"    :hg:`update` 実行時に、 明示的なリビジョン指定を必須とするか否か。\n"
"    例えば、 :hg:`update .::` は実行されますが、 単なる :hg:`update`\n"
"    は実行されません。\n"
"    (デフォルト値: False)"

msgid ""
"``committemplate``\n"
"------------------"
msgstr ""
"``committemplate``\n"
"------------------"

msgid ""
"``changeset``\n"
"    String: configuration in this section is used as the template to\n"
"    customize the text shown in the editor when committing."
msgstr ""
"``changeset``\n"
"    文字列: 本セクションでの ``changeset`` 設定は、 コミット時に、\n"
"    エディタで表示されるテキストの、 カスタマイズに使用されます。"

msgid ""
"In addition to pre-defined template keywords, commit log specific one\n"
"below can be used for customization:"
msgstr ""
"既存のテンプレートキーワードの他に、 本セクションでの定義でのみ有効な、\n"
"以下のテンプレートキーワードが使用できます:"

msgid ""
"``extramsg``\n"
"    String: Extra message (typically 'Leave message empty to abort\n"
"    commit.'). This may be changed by some commands or extensions."
msgstr ""
"``extramsg``\n"
"    文字列。 追加メッセージ (通常は 'メッセージが空のままならコミットを\n"
"    中止します。') 実行されるコマンドによって、指定される内容が、\n"
"    異なる場合があります。 (※ 訳注: MQ 系コマンドで異なる内容になります)"

msgid ""
"For example, the template configuration below shows as same text as\n"
"one shown by default::"
msgstr ""
"例えば、 以下のような設定記述により、 カスタマイズ未実施の際の表示と、\n"
"全く同じ内容の情報が表示されます::"

msgid ""
"    [committemplate]\n"
"    changeset = {desc}\\n\\n\n"
"        HG: Enter commit message.  Lines beginning with 'HG:' are removed.\n"
"        HG: {extramsg}\n"
"        HG: --\n"
"        HG: user: {author}\\n{ifeq(p2rev, \"-1\", \"\",\n"
"       \"HG: branch merge\\n\")\n"
"       }HG: branch '{branch}'\\n{if(activebookmark,\n"
"       \"HG: bookmark '{activebookmark}'\\n\")   }{subrepos %\n"
"       \"HG: subrepo {subrepo}\\n\"              }{file_adds %\n"
"       \"HG: added {file}\\n\"                   }{file_mods %\n"
"       \"HG: changed {file}\\n\"                 }{file_dels %\n"
"       \"HG: removed {file}\\n\"                 }{if(files, \"\",\n"
"       \"HG: no files changed\\n\")}"
msgstr ""
"    [committemplate]\n"
"    changeset = {desc}\\n\\n\n"
"       HG: コミットログを入力してください。'HG:' で始まる行は無視されます。\n"
"       HG: {extramsg}\n"
"       HG: --\n"
"       HG: ユーザ: {author}\\n{ifeq(p2rev, \"-1\", \"\",\n"
"      \"HG: ブランチのマージ\\n\")\n"
"      }HG: ブランチ '{branch}'\\n{if(activebookmark,\n"
"      \"HG: ブックマーク '{activebookmark}'\\n\")  }{subrepos %\n"
"      \"HG: サブリポジトリ {subrepo}\\n\"           }{file_adds %\n"
"      \"HG: {file} を追加\\n\"                      }{file_mods %\n"
"      \"HG: {file} を変更\\n\"                      }{file_dels %\n"
"      \"HG: {file} を削除\\n\"                      }{if(files, \"\",\n"
"      \"HG: ファイル変更なし\\n\")}"

msgid ""
"``diff()``\n"
"    String: show the diff (see :hg:`help templates` for detail)"
msgstr ""
"``diff()``\n"
"    文字列: 差分を表示 (詳細は :hg:`help templates` 参照)"

msgid ""
"Sometimes it is helpful to show the diff of the changeset in the editor "
"without\n"
"having to prefix 'HG: ' to each line so that highlighting works correctly. "
"For\n"
"this, Mercurial provides a special string which will ignore everything "
"below\n"
"it::"
msgstr ""
"差分表示における行のハイライトや、 色付き表示等のために、 行頭の 'HG: '\n"
"が無い方が、 都合が良い場合もあります。 以下の特別な行を用いることで、\n"
"この行以降の内容は、 コミット時に全て無視されます::"

msgid "     HG: ------------------------ >8 ------------------------"
msgstr "     HG: ------------------------ >8 ------------------------"

msgid ""
"For example, the template configuration below will show the diff below the\n"
"extra message::"
msgstr ""
"例えば、 以下の設定記述により、 追加メッセージ以降に差分を表示できます::"

msgid ""
"    [committemplate]\n"
"    changeset = {desc}\\n\\n\n"
"        HG: Enter commit message.  Lines beginning with 'HG:' are removed.\n"
"        HG: {extramsg}\n"
"        HG: ------------------------ >8 ------------------------\n"
"        HG: Do not touch the line above.\n"
"        HG: Everything below will be removed.\n"
"        {diff()}"
msgstr ""
"    [committemplate]\n"
"    changeset = {desc}\\n\\n\n"
"        HG: コミットログを入力してください。'HG:' で始まる行は無視されま"
"す。\n"
"        HG: {extramsg}\n"
"        HG: ------------------------ >8 ------------------------\n"
"        HG: 上の行は削除しないでください。\n"
"        HG: 以下の行は全て無視されます。\n"
"        {diff()}"

msgid ""
"   For some problematic encodings (see :hg:`help win32mbcs` for\n"
"   detail), this customization should be configured carefully, to\n"
"   avoid showing broken characters."
msgstr ""
"   問題のある文字コード (詳細は :hg:`help win32mbcs` 参照) を使う場合、\n"
"   本機能によるカスタマイズは、 表示内容が崩れないように注意が必要です。"

msgid ""
"   For example, if a multibyte character ending with backslash (0x5c) is\n"
"   followed by the ASCII character 'n' in the customized template,\n"
"   the sequence of backslash and 'n' is treated as line-feed unexpectedly\n"
"   (and the multibyte character is broken, too)."
msgstr ""
"   例えば、 バックスラッシュ (0x5c) で終了する複数バイト文字が、 ASCII\n"
"   文字の ``n`` を後ろに伴うようなテンプレート定義では、 この2バイトが、\n"
"   改行文字扱いされてしまいます (先行する複数バイト文字も崩れます)。\n"
"   (※ 訳注: cp932/Shift-JIS では「ソ」や「能」などが該当します)"

msgid ""
"Customized template is used for commands below (``--edit`` may be\n"
"required):"
msgstr ""
"カスタマイズ用テンプレートは、 以下のコマンドで利用されます\n"
"(エディタ起動のために ``--edit`` オプションが必要な場合もあります):"

msgid ""
"- :hg:`backout`\n"
"- :hg:`commit`\n"
"- :hg:`fetch` (for merge commit only)\n"
"- :hg:`graft`\n"
"- :hg:`histedit`\n"
"- :hg:`import`\n"
"- :hg:`qfold`, :hg:`qnew` and :hg:`qrefresh`\n"
"- :hg:`rebase`\n"
"- :hg:`shelve`\n"
"- :hg:`sign`\n"
"- :hg:`tag`\n"
"- :hg:`transplant`"
msgstr ""
"- :hg:`backout`\n"
"- :hg:`commit`\n"
"- :hg:`fetch` (マージコミット時限定)\n"
"- :hg:`graft`\n"
"- :hg:`histedit`\n"
"- :hg:`import`\n"
"- :hg:`qfold`, :hg:`qnew` および :hg:`qrefresh`\n"
"- :hg:`rebase`\n"
"- :hg:`shelve`\n"
"- :hg:`sign`\n"
"- :hg:`tag`\n"
"- :hg:`transplant`"

msgid ""
"Configuring items below instead of ``changeset`` allows showing\n"
"customized message only for specific actions, or showing different\n"
"messages for each action."
msgstr ""
"``changeset`` の代わりに以下の項目を設定することで、 カスタマイズを、\n"
"特定のコマンドに限定したり、 コマンド毎に異なる内容にすることも可能です。"

msgid ""
"- ``changeset.backout`` for :hg:`backout`\n"
"- ``changeset.commit.amend.merge`` for :hg:`commit --amend` on merges\n"
"- ``changeset.commit.amend.normal`` for :hg:`commit --amend` on other\n"
"- ``changeset.commit.normal.merge`` for :hg:`commit` on merges\n"
"- ``changeset.commit.normal.normal`` for :hg:`commit` on other\n"
"- ``changeset.fetch`` for :hg:`fetch` (impling merge commit)\n"
"- ``changeset.gpg.sign`` for :hg:`sign`\n"
"- ``changeset.graft`` for :hg:`graft`\n"
"- ``changeset.histedit.edit`` for ``edit`` of :hg:`histedit`\n"
"- ``changeset.histedit.fold`` for ``fold`` of :hg:`histedit`\n"
"- ``changeset.histedit.mess`` for ``mess`` of :hg:`histedit`\n"
"- ``changeset.histedit.pick`` for ``pick`` of :hg:`histedit`\n"
"- ``changeset.import.bypass`` for :hg:`import --bypass`\n"
"- ``changeset.import.normal.merge`` for :hg:`import` on merges\n"
"- ``changeset.import.normal.normal`` for :hg:`import` on other\n"
"- ``changeset.mq.qnew`` for :hg:`qnew`\n"
"- ``changeset.mq.qfold`` for :hg:`qfold`\n"
"- ``changeset.mq.qrefresh`` for :hg:`qrefresh`\n"
"- ``changeset.rebase.collapse`` for :hg:`rebase --collapse`\n"
"- ``changeset.rebase.merge`` for :hg:`rebase` on merges\n"
"- ``changeset.rebase.normal`` for :hg:`rebase` on other\n"
"- ``changeset.shelve.shelve`` for :hg:`shelve`\n"
"- ``changeset.tag.add`` for :hg:`tag` without ``--remove``\n"
"- ``changeset.tag.remove`` for :hg:`tag --remove`\n"
"- ``changeset.transplant.merge`` for :hg:`transplant` on merges\n"
"- ``changeset.transplant.normal`` for :hg:`transplant` on other"
msgstr ""
"- ``changeset.backout`` は :hg:`backout` 向け\n"
"- ``changeset.commit.amend.merge`` はマージ時 :hg:`commit --amend` 用\n"
"- ``changeset.commit.amend.normal`` は通常時 :hg:`commit --amend` 用\n"
"- ``changeset.commit.normal.merge`` はマージ時 :hg:`commit` 用\n"
"- ``changeset.commit.normal.normal`` は通常時 :hg:`commit` 用\n"
"- ``changeset.fetch`` は :hg:`fetch` 用 (常時マージ)\n"
"- ``changeset.gpg.sign`` は :hg:`sign` 用\n"
"- ``changeset.graft`` は :hg:`graft` 用\n"
"- ``changeset.histedit.edit`` は :hg:`histedit` での ``edit`` 用\n"
"- ``changeset.histedit.fold`` は :hg:`histedit` での ``fold`` 用\n"
"- ``changeset.histedit.mess`` は :hg:`histedit` での ``mess`` 用\n"
"- ``changeset.histedit.pick`` は :hg:`histedit` での ``pick`` 用\n"
"- ``changeset.import.bypass`` は :hg:`import --bypass` 用\n"
"- ``changeset.import.normal.merge`` はマージリビジョンの :hg:`import` 用\n"
"- ``changeset.import.normal.normal`` は通常リビジョンの :hg:`import` 用\n"
"- ``changeset.mq.qnew`` は :hg:`qnew` 用\n"
"- ``changeset.mq.qfold`` は :hg:`qfold` 用\n"
"- ``changeset.mq.qrefresh`` は :hg:`qrefresh` 用\n"
"- ``changeset.rebase.collapse`` は :hg:`rebase --collapse` 用\n"
"- ``changeset.rebase.merge`` はマージリビジョンの :hg:`rebase` 用\n"
"- ``changeset.rebase.normal`` は通常リビジョンの :hg:`rebase` 用\n"
"- ``changeset.shelve.shelve`` は :hg:`shelve` 用\n"
"- ``changeset.tag.add`` は ``--remove`` 指定無しでの :hg:`tag` 用\n"
"- ``changeset.tag.remove`` は :hg:`tag --remove` 用\n"
"- ``changeset.transplant.merge`` はマージ時 :hg:`transplant` 用\n"
"- ``changeset.transplant.normal`` は通常時 :hg:`transplant` 用"

msgid ""
"These dot-separated lists of names are treated as hierarchical ones.\n"
"For example, ``changeset.tag.remove`` customizes the commit message\n"
"only for :hg:`tag --remove`, but ``changeset.tag`` customizes the\n"
"commit message for :hg:`tag` regardless of ``--remove`` option."
msgstr ""
"これらのドット区切りの名前は、 階層構造的に扱われます。 例えば\n"
"``changeset.tag.remove`` の設定は :hg:`tag --remove` にのみ影響しますが、\n"
"``changeset.tag`` の設定は ``--remove`` 指定に関わりなく全ての :hg:`tag`\n"
"実行に影響します。"

msgid ""
"When the external editor is invoked for a commit, the corresponding\n"
"dot-separated list of names without the ``changeset.`` prefix\n"
"(e.g. ``commit.normal.normal``) is in the ``HGEDITFORM`` environment\n"
"variable."
msgstr ""
"コミットメッセージ入力用の、 外部エディタを起動する際には、 項目名冒頭の\n"
"``changeset.`` を除いたドット区切り名 (例: ``commit.normal.normal``) が、\n"
"``HGEDITFORM`` 環境変数に設定されます。"

msgid ""
"In this section, items other than ``changeset`` can be referred from\n"
"others. For example, the configuration to list committed files up\n"
"below can be referred as ``{listupfiles}``::"
msgstr ""
"本セクションでは、 ``changeset`` 以外の設定項目を、 相互に参照可能です。\n"
"例えば、 コミット対象一覧を列挙する以下の設定を ``{listupfiles}`` として、\n"
"各設定項目間で共有することができます::"

msgid ""
"    [committemplate]\n"
"    listupfiles = {file_adds %\n"
"       \"HG: added {file}\\n\"     }{file_mods %\n"
"       \"HG: changed {file}\\n\"   }{file_dels %\n"
"       \"HG: removed {file}\\n\"   }{if(files, \"\",\n"
"       \"HG: no files changed\\n\")}"
msgstr ""
"    [committemplate]\n"
"    listupfiles = {file_adds %\n"
"       \"HG: added {file}\\n\"     }{file_mods %\n"
"       \"HG: changed {file}\\n\"   }{file_dels %\n"
"       \"HG: removed {file}\\n\"   }{if(files, \"\",\n"
"       \"HG: no files changed\\n\")}"

msgid ""
"``decode/encode``\n"
"-----------------"
msgstr ""
"``decode/encode``\n"
"-----------------"

msgid ""
"Filters for transforming files on checkout/checkin. This would\n"
"typically be used for newline processing or other\n"
"localization/canonicalization of files."
msgstr ""
"リポジトリ/作業領域間の入出力における、 ファイル変換フィルタの指定。\n"
"改行形式の変換に代表される、 ファイルの地域化/正規化に使用されます。"

msgid ""
"Filters consist of a filter pattern followed by a filter command.\n"
"Filter patterns are globs by default, rooted at the repository root.\n"
"For example, to match any file ending in ``.txt`` in the root\n"
"directory only, use the pattern ``*.txt``. To match any file ending\n"
"in ``.c`` anywhere in the repository, use the pattern ``**.c``.\n"
"For each file only the first matching filter applies."
msgstr ""
"フィルタは、 フィルタコマンドを伴ったフィルタパターンで指定されます。\n"
"デフォルトのパターン指定形式は、 作業領域ルートからの相対パスに対して、\n"
"パス先頭からのパターン合致で判定する、 ワイルドカード形式 (glob) です。\n"
"例えば、 ルート直下の ``.txt`` 拡張子のファイルにのみ合致させるパターンは\n"
"``*.txt`` となります。 作業領域中の ``.c`` 拡張子の全ファイルへの合致は、\n"
"``**.c`` となります。 それぞれのファイルに適用されるフィルタは、\n"
"最初にマッチしたパターンのものだけです。"

msgid ""
"The filter command can start with a specifier, either ``pipe:`` or\n"
"``tempfile:``. If no specifier is given, ``pipe:`` is used by default."
msgstr ""
"フィルタコマンドの記述は ``pipe:``  または ``tempfile:`` で開始可能です。\n"
"特に指定が無い場合は、 ``pipe:`` 指定相当とみなされます。"

msgid ""
"A ``pipe:`` command must accept data on stdin and return the transformed\n"
"data on stdout."
msgstr ""
"``pipe:`` 指定のフィルタコマンドは、 標準入力からデータを読み込み、\n"
"変換済みデータを標準出力に書き出さなければなりません。"

msgid "Pipe example::"
msgstr "pipe フィルタ例を以下に示します::"

msgid ""
"  [encode]\n"
"  # uncompress gzip files on checkin to improve delta compression\n"
"  # note: not necessarily a good idea, just an example\n"
"  *.gz = pipe: gunzip"
msgstr ""
"  [encode]\n"
"  # 差分記録の圧縮効果向上のため、コミット時に gzip ファイルを解凍。\n"
"  # 備考: あくまで例示であり、この方式自体はあまり良い案ではありません\n"
"  *.gz = pipe: gunzip"

msgid ""
"  [decode]\n"
"  # recompress gzip files when writing them to the working dir (we\n"
"  # can safely omit \"pipe:\", because it's the default)\n"
"  *.gz = gzip"
msgstr ""
"  [decode]\n"
"  # 作業領域への取り出しの際に gzip ファイルを再圧縮\n"
"  # (デフォルトである \"pipe:\" 指定は省略可能)\n"
"  *.gz = gzip"

msgid ""
"A ``tempfile:`` command is a template. The string ``INFILE`` is replaced\n"
"with the name of a temporary file that contains the data to be\n"
"filtered by the command. The string ``OUTFILE`` is replaced with the name\n"
"of an empty temporary file, where the filtered data must be written by\n"
"the command."
msgstr ""
"``tempfile:`` 指定のフィルタコマンドは、 テンプレート形式で記述します。\n"
"``INFILE`` 記述は、 処理対象データが格納された一時ファイルのパスに、\n"
"``OUTFILE`` 記述は、 処理結果を格納する (空の) 一時ファイルのパスに、\n"
"それぞれ置換されます。"

msgid ""
"     The tempfile mechanism is recommended for Windows systems,\n"
"     where the standard shell I/O redirection operators often have\n"
"     strange effects and may corrupt the contents of your files."
msgstr ""
"     標準的なシェルの I/O リダイレクトが、 予期せぬ結果や、\n"
"     ファイル内容の破壊に繋がる  Windows のような環境では、\n"
"     tempfile 機構の使用がお勧めです。"

msgid ""
"This filter mechanism is used internally by the ``eol`` extension to\n"
"translate line ending characters between Windows (CRLF) and Unix (LF)\n"
"format. We suggest you use the ``eol`` extension for convenience."
msgstr ""
"Windows (CRLF) と Unix (LF) 環境間における改行形式の変換を行う\n"
"``eol`` エクステンションは、 内部的にフィルタ機構を使用しています。\n"
"改行形式変更には、 ``eol`` エクステンションの利用をお勧めします。"

msgid ""
"\n"
"``defaults``\n"
"------------"
msgstr ""
"\n"
"``defaults``\n"
"------------"

msgid "(defaults are deprecated. Don't use them. Use aliases instead.)"
msgstr "(defaults の使用は非推奨です。 alias を使用してください。)"

msgid ""
"Use the ``[defaults]`` section to define command defaults, i.e. the\n"
"default options/arguments to pass to the specified commands."
msgstr ""
"``[defaults]`` セクションは、 指定コマンドに対する、\n"
"デフォルトのオプション/引数指定の記述に使用します。"

msgid ""
"The following example makes :hg:`log` run in verbose mode, and\n"
":hg:`status` show only the modified files, by default::"
msgstr ""
"以下の記述は、 :hg:`log` の常時 verbose モード実行と、\n"
":hg:`status` の変更ファイル限定表示化の例です::"

msgid ""
"  [defaults]\n"
"  log = -v\n"
"  status = -m"
msgstr ""
"  [defaults]\n"
"  log = -v\n"
"  status = -m"

msgid ""
"The actual commands, instead of their aliases, must be used when\n"
"defining command defaults. The command defaults will also be applied\n"
"to the aliases of the commands defined."
msgstr ""
"alias 定義で上書きされたコマンドでも、 元々のコマンドの方が\n"
"defaults 定義対象となります。 alias 定義コマンドも\n"
"defaults 定義対象となります。"

msgid ""
"\n"
"``diff``\n"
"--------"
msgstr ""
"\n"
"``diff``\n"
"--------"

msgid ""
"Settings used when displaying diffs. Everything except for ``unified``\n"
"is a Boolean and defaults to False. See :hg:`help config.annotate`\n"
"for related options for the annotate command."
msgstr ""
"差分表示の設定。 ``unified`` 以外の全ての設定は真偽値で、\n"
"デフォルト値は False です。\n"
"annotate コマンドに関連するオプションの詳細は、\n"
":hg:`help config.annotate` を参照してください。"

msgid ""
"``git``\n"
"    Use git extended diff format."
msgstr ""
"``git``\n"
"    git 拡張 diff 形式使用の有無。"

msgid ""
"``nobinary``\n"
"    Omit git binary patches."
msgstr ""
"``nobinary``\n"
"    バイナリ差分の出力の抑止 (※ 訳注: :hg:`export` も影響を受けます)"

msgid ""
"``nodates``\n"
"    Don't include dates in diff headers."
msgstr ""
"``nodates``\n"
"    差分ヘッダ部分からの日付情報除外の有無。"

msgid ""
"``noprefix``\n"
"    Omit 'a/' and 'b/' prefixes from filenames. Ignored in plain mode."
msgstr ""
"``noprefix``\n"
"    ファイル名の接頭辞 'a/' と 'b/' の省略 (plain モードでは無視)"

msgid ""
"``showfunc``\n"
"    Show which function each change is in."
msgstr ""
"``showfunc``\n"
"    変更が生じた関数の名前表示の有無。"

msgid ""
"``unified``\n"
"    Number of lines of context to show."
msgstr ""
"``unified``\n"
"    差分出力におけるコンテキスト行の行数。"

msgid ""
"``email``\n"
"---------"
msgstr ""
"``email``\n"
"---------"

msgid "Settings for extensions that send email messages."
msgstr "電子メールを送信するエクステンション向けの設定。"

msgid ""
"``from``\n"
"    Optional. Email address to use in \"From\" header and SMTP envelope\n"
"    of outgoing messages."
msgstr ""
"``from``\n"
"    省略可能。 送信するメールの \"From\" ヘッダと SMTP\n"
"    エンベロープに使用する電子メールアドレス。"

msgid ""
"``to``\n"
"    Optional. Comma-separated list of recipients' email addresses."
msgstr ""
"``to``\n"
"    省略可能。 宛先電子メールアドレスのカンマ区切り。"

msgid ""
"``cc``\n"
"    Optional. Comma-separated list of carbon copy recipients'\n"
"    email addresses."
msgstr ""
"``cc``\n"
"    省略可能。 CC 宛先電子メールアドレスのカンマ区切り。"

msgid ""
"``bcc``\n"
"    Optional. Comma-separated list of blind carbon copy recipients'\n"
"    email addresses."
msgstr ""
"``bcc``\n"
"    省略可能。 BCC 宛先電子メールアドレスのカンマ区切り。"

msgid ""
"``method``\n"
"    Optional. Method to use to send email messages. If value is ``smtp``\n"
"    (default), use SMTP (see the ``[smtp]`` section for configuration).\n"
"    Otherwise, use as name of program to run that acts like sendmail\n"
"    (takes ``-f`` option for sender, list of recipients on command line,\n"
"    message on stdin). Normally, setting this to ``sendmail`` or\n"
"    ``/usr/sbin/sendmail`` is enough to use sendmail to send messages."
msgstr ""
"``method``\n"
"    省略可能。 電子メールの送信方式。 ``smtp`` (デフォルト値)\n"
"    が設定された場合、 直接 SMTP を使用して送信します。\n"
"    (設定詳細は ``[smtp]`` セクション詳細を参照)\n"
"    それ以外の値の場合は、 sendmail と同様に振舞う\n"
"    (``-f`` で送信元を指定、 コマンド行で宛先一覧を指定、\n"
"    標準入力で送信内容の受け取り)\n"
"    電子メール送信プログラムとみなします。\n"
"    ``sendmail`` でのメール送信では、 通常は ``sendmail`` または\n"
"    ``/usr/sbin/sendmail`` と設定すれば十分です。"

msgid ""
"``charsets``\n"
"    Optional. Comma-separated list of character sets considered\n"
"    convenient for recipients. Addresses, headers, and parts not\n"
"    containing patches of outgoing messages will be encoded in the\n"
"    first character set to which conversion from local encoding\n"
"    (``$HGENCODING``, ``ui.fallbackencoding``) succeeds. If correct\n"
"    conversion fails, the text in question is sent as is.\n"
"    (default: '')"
msgstr ""
"``charsets``\n"
"    省略可能。 宛先において都合の良い文字符号化方式のカンマ区切り。\n"
"    電子メールのアドレス指定、 ヘッダ群、 およびパッチ 「以外」\n"
"    のマルチパート部分は、 ローカル符号化方式 (``$HGENCODING`` または\n"
"    ``ui.fallbackencoding`` で指定) からの変換に成功した、\n"
"    「最初の」符号化方式で符号化されます。 変換に失敗した場合、\n"
"    そのままのデータが送信されます。 (デフォルト値: '')"

msgid "    Order of outgoing email character sets:"
msgstr "    電子メールの文字符号化方式は以下の順序で確定します:"

msgid ""
"    1. ``us-ascii``: always first, regardless of settings\n"
"    2. ``email.charsets``: in order given by user\n"
"    3. ``ui.fallbackencoding``: if not in email.charsets\n"
"    4. ``$HGENCODING``: if not in email.charsets\n"
"    5. ``utf-8``: always last, regardless of settings"
msgstr ""
"    1. ``us-ascii``: 設定に関わらず常に最初\n"
"    2. ``email.charsets``: ユーザ指定の順序通り\n"
"    3. ``ui.fallbackencoding``: email.charsets で指定されていない場合。\n"
"    4. ``$HGENCODING``: email.charsets で指定されていない場合。\n"
"    5. ``utf-8``: 設定に関わらず常に最後"

msgid "Email example::"
msgstr "email セクションの設定例を以下に示します::"

msgid ""
"  [email]\n"
"  from = Joseph User <joe.user@example.com>\n"
"  method = /usr/sbin/sendmail\n"
"  # charsets for western Europeans\n"
"  # us-ascii, utf-8 omitted, as they are tried first and last\n"
"  charsets = iso-8859-1, iso-8859-15, windows-1252"
msgstr ""
"  [email]\n"
"  from = Joseph User <joe.user@example.com>\n"
"  method = /usr/sbin/sendmail\n"
"  # 西欧圏向けの文字符号化設定\n"
"  # 最初と最後に確認される us-ascii と utf-8 の記述は省略\n"
"  charsets = iso-8859-1, iso-8859-15, windows-1252"

msgid ""
"\n"
"``extensions``\n"
"--------------"
msgstr ""
"\n"
"``extensions``\n"
"--------------"

msgid ""
"Mercurial has an extension mechanism for adding new features. To\n"
"enable an extension, create an entry for it in this section."
msgstr ""
"Mercurial には、 機能追加のための、 エクステンション機構が備わっています。\n"
"個々のエクステンションを有効にするには、 本セクションにおいて、\n"
"対応するエントリを記述する必要があります。"

msgid ""
"If you know that the extension is already in Python's search path,\n"
"you can give the name of the module, followed by ``=``, with nothing\n"
"after the ``=``."
msgstr ""
"エクステンションの実装が、 Python の検索パス上にある場合、\n"
"モジュール名に続けて ``=`` を記述するだけ (右辺値は不要) です。"

msgid ""
"Otherwise, give a name that you choose, followed by ``=``, followed by\n"
"the path to the ``.py`` file (including the file name extension) that\n"
"defines the extension."
msgstr ""
"それ以外の場合、 任意の名前に続けて ``=`` を記述した後ろに、\n"
"エクステンションを実装した ``.py`` ファイルへのパス (ファイル名含む)\n"
"を記述してください。"

msgid ""
"To explicitly disable an extension that is enabled in an hgrc of\n"
"broader scope, prepend its path with ``!``, as in ``foo = !/ext/path``\n"
"or ``foo = !`` when path is not supplied."
msgstr ""
"先に読み込まれた設定ファイルにおいて、 有効化済みのエクステンションを、\n"
"明示的に無効化したい場合は、 ``foo = !/ext/path`` あるいは ``foo = !``\n"
"のように、 値の先頭に ``!`` が来るような設定を記述してください。"

msgid "Example for ``~/.hgrc``::"
msgstr "``~/.hgrc`` 記述例を以下に示します::"

msgid ""
"  [extensions]\n"
"  # (the churn extension will get loaded from Mercurial's path)\n"
"  churn =\n"
"  # (this extension will get loaded from the file specified)\n"
"  myfeature = ~/.hgext/myfeature.py"
msgstr ""
"  [extensions]\n"
"  # (churn エクステンションは Mercurial 同梱のものが読み込まれます)\n"
"  chrun =\n"
"  # (以下のエクステンションは指定のパスから読み込まれます)\n"
"  myfeature = ~/.hgext/myfeature.py"

msgid ""
"\n"
"``format``\n"
"----------"
msgstr ""
"\n"
"``format``\n"
"----------"

msgid ""
"``usegeneraldelta``\n"
"    Enable or disable the \"generaldelta\" repository format which improves\n"
"    repository compression by allowing \"revlog\" to store delta against "
"arbitrary\n"
"    revision instead of the previous stored one. This provides significant\n"
"    improvement for repositories with branches."
msgstr ""
"``usegeneraldelta``\n"
"    \"generaldelta\" 形式リポジトリの使用可否。 この形式では、\n"
"    \"revlog\" での格納の際に、 任意の対象との差分の記録を許すことで、\n"
"    データ量の圧縮率を向上させることができます。 ブランチが多い場合に、\n"
"    この形式の効果が発揮されます。"

msgid ""
"    Repositories with this on-disk format require Mercurial version 1.9."
msgstr "    この形式の利用には Mercurial 1.9 以降が必要です。"

msgid "    Enabled by default."
msgstr "    特に指定がない場合は有効化されます。"

msgid ""
"``dotencode``\n"
"    Enable or disable the \"dotencode\" repository format which enhances\n"
"    the \"fncache\" repository format (which has to be enabled to use\n"
"    dotencode) to avoid issues with filenames starting with ._ on\n"
"    Mac OS X and spaces on Windows."
msgstr ""
"``dotencode``\n"
"    \"dotencode\" 形式リポジトリの使用可否。 この形式では、\n"
"    特定の環境で問題を生じる ``._`` (Mac OS X) や空白文字 (Windows)\n"
"    で始まるファイル名の履歴が、 どの環境でも正しく格納できるように、\n"
"    \"fncache\" 形式 (本設定の有効化に必須) を拡張します。"

msgid ""
"    Repositories with this on-disk format require Mercurial version 1.7."
msgstr "    この形式の利用には Mercurial 1.7 以降が必要です。"

msgid ""
"``usefncache``\n"
"    Enable or disable the \"fncache\" repository format which enhances\n"
"    the \"store\" repository format (which has to be enabled to use\n"
"    fncache) to allow longer filenames and avoids using Windows\n"
"    reserved names, e.g. \"nul\"."
msgstr ""
"``usefncache``\n"
"    \"fncache\" 形式リポジトリの使用可否。 この形式では、\n"
"    長いファイル名や、 特定の OS の予約名 (Windows での \"nul\")\n"
"    と同名のファイルの履歴が、 どの環境でも正しく格納できるように、\n"
"    \"store\" 形式 (本設定の有効化に必須) を拡張します。"

msgid ""
"    Repositories with this on-disk format require Mercurial version 1.1."
msgstr "    この形式の利用には Mercurial 1.1 以降が必要です。"

msgid ""
"``usestore``\n"
"    Enable or disable the \"store\" repository format which improves\n"
"    compatibility with systems that fold case or otherwise mangle\n"
"    filenames. Disabling this option will allow you to store longer "
"filenames\n"
"    in some situations at the expense of compatibility."
msgstr ""
"``usestore``\n"
"    \"store\" 形式リポジトリの使用可否。 この形式では、\n"
"    管理対象のファイル名が、 文字大小違いでお互いに衝突する場合に、\n"
"    どの環境でも履歴が正しく格納できるように、 格納形式を拡張します。\n"
"    本形式を無効化した場合、 異環境との相互運用性を犠牲にする代わりに、\n"
"    有効化時よりも長いファイル名を、 管理対象にできるようになります。"

msgid ""
"    Repositories with this on-disk format require Mercurial version 0.9.4."
msgstr "    この形式の利用には Mercurial 0.9.4 以降が必要です。"

msgid ""
"``graph``\n"
"---------"
msgstr ""
"``graph``\n"
"---------"

msgid ""
"Web graph view configuration. This section let you change graph\n"
"elements display properties by branches, for instance to make the\n"
"``default`` branch stand out."
msgstr ""
"ウェブでのグラフ表示設定。 本セクションでは、 グラフの表示要素に対して、\n"
"設定を変更できます (例: ``default`` ブランチを目立たせる)。"

msgid "Each line has the following format::"
msgstr "設定は以下の形式で記述されます::"

msgid "    <branch>.<argument> = <value>"
msgstr "    <ブランチ名>.<引数> = <値>"

msgid ""
"where ``<branch>`` is the name of the branch being\n"
"customized. Example::"
msgstr "``<ブランチ名>`` は設定変更対象のブランチ名です。例えば::"

msgid ""
"    [graph]\n"
"    # 2px width\n"
"    default.width = 2\n"
"    # red color\n"
"    default.color = FF0000"
msgstr ""
"    [graph]\n"
"    # 幅を2ピクセルに変更\n"
"    default.width = 2\n"
"    # 色を赤に変更\n"
"    default.color = FF0000"

msgid ""
"``width``\n"
"    Set branch edges width in pixels."
msgstr ""
"``width``\n"
"    ブランチにおけるの線幅を、 ピクセル単位で指定。"

msgid ""
"``color``\n"
"    Set branch edges color in hexadecimal RGB notation."
msgstr ""
"``color``\n"
"    ブランチにおける線の色を、 16進 RGB 表記で指定。"

msgid ""
"``hooks``\n"
"---------"
msgstr ""
"``hooks``\n"
"---------"

msgid ""
"Commands or Python functions that get automatically executed by\n"
"various actions such as starting or finishing a commit. Multiple\n"
"hooks can be run for the same action by appending a suffix to the\n"
"action. Overriding a site-wide hook can be done by changing its\n"
"value or setting it to an empty string.  Hooks can be prioritized\n"
"by adding a prefix of ``priority.`` to the hook name on a new line\n"
"and setting the priority. The default priority is 0."
msgstr ""
"commit の開始/終了といった様々な処理契機において、\n"
"自動実行されるコマンド、または Python 関数。 \n"
"処理契機名に接尾辞 (suffix) を追加した記述をする事で、\n"
"同一処理契機に複数のフックを実行可能です。\n"
"先に読み込まれた設定 (例: ホスト毎設定) におけるフック設定は、\n"
"別な値を設定するか、 空値の設定により、 上書き可能です。\n"
"フック名の前に ``priority.`` 接頭辞を追加した設定値を新たに定義し、\n"
"値を設定することで、 フック実行の優先度を設定できます。\n"
"デフォルトの優先度設定値は 0 です。\n"
"(※ 訳注: 優先度値が大きいフックの方が先に実行されます)"

msgid "Example ``.hg/hgrc``::"
msgstr "``.hg/hgrc`` 設定例を以下に示します::"

msgid ""
"  [hooks]\n"
"  # update working directory after adding changesets\n"
"  changegroup.update = hg update\n"
"  # do not use the site-wide hook\n"
"  incoming =\n"
"  incoming.email = /my/email/hook\n"
"  incoming.autobuild = /my/build/hook\n"
"  # force autobuild hook to run before other incoming hooks\n"
"  priority.incoming.autobuild = 1"
msgstr ""
"  [hooks]\n"
"  # 履歴の取り込み毎に作業領域を更新\n"
"  changegroup.update = hg update\n"
"  # ホスト毎設定の無効化\n"
"  incoming =\n"
"  \n"
"  incoming.email = /my/email/hook\n"
"  incoming.autobuild = /my/build/hook\n"
"  # 他の incoming に先立って autobuild フックを実行\n"
"  priority.incoming.autobuild = 1"

#, fuzzy
msgid ""
"Most hooks are run with environment variables set that give useful\n"
"additional information. For each hook below, the environment variables\n"
"it is passed are listed with names in the form ``$HG_foo``. The\n"
"``$HG_HOOKTYPE`` and ``$HG_HOOKNAME`` variables are set for all hooks.\n"
"They contain the type of hook which triggered the run and the full name\n"
"of the hook in the config, respectively. In the example above, this will\n"
"be ``$HG_HOOKTYPE=incoming`` and ``$HG_HOOKNAME=incoming.email``."
msgstr ""
"多くのフックは、 環境変数に付加的情報が設定された上で実行されます。\n"
"当該環境変数は ``$HG_foo`` 形式の名前を持ちます。 ``$HG_HOOKTYPE`` と\n"
"``$HG_HOOKNAME`` はフック実行時に常に設定されます。 環境変数はそれぞれ、\n"
"フックの実行契機種別と、 フック自身の設定ファイル上の名前が設定されます。\n"
"例えば ``$HG_HOOKTYPE=incoming`` と ``$HG_HOOKNAME=incoming.email``\n"
"といった具合です。"

#, fuzzy
msgid ""
"``changegroup``\n"
"  Run after a changegroup has been added via push, pull or unbundle.  The ID "
"of\n"
"  the first new changeset is in ``$HG_NODE`` and last is in ``"
"$HG_NODE_LAST``.\n"
"  The URL from which changes came is in ``$HG_URL``."
msgstr ""
"``changegroup``\n"
"  push、 pull、 unbundle によるリビジョン群の追加完了時に実行されます。\n"
"  新規追加リビジョン群の最初の ID が ``$HG_NODE`` に、 最後の ID が\n"
"  ``$HG_NODE_LAST`` に設定されます。 取り込み元 URL が ``$HG_URL``\n"
"  に設定されます。 (※ 訳注: 複数リビジョン一括追加時の ``changegroup``\n"
"  フック実行は1回ですが、 ``incoming`` フックはリビジョン毎に実行されます)"

#, fuzzy
msgid ""
"``commit``\n"
"  Run after a changeset has been created in the local repository. The ID\n"
"  of the newly created changeset is in ``$HG_NODE``. Parent changeset\n"
"  IDs are in ``$HG_PARENT1`` and ``$HG_PARENT2``."
msgstr ""
"``commit``\n"
"  手元のリポジトリにおける新規リビジョン作成完了時に実行されます。\n"
"  新規作成リビジョンの ID が ``$HG_NODE`` に、親リビジョンの ID が\n"
"  ``$HG_PARENT1`` および ``$HG_PARENT2`` に設定されます。"

#, fuzzy
msgid ""
"``incoming``\n"
"  Run after a changeset has been pulled, pushed, or unbundled into\n"
"  the local repository. The ID of the newly arrived changeset is in\n"
"  ``$HG_NODE``. The URL that was source of the changes is in ``$HG_URL``."
msgstr ""
"``incoming``\n"
"  push、 pull、 unbundle によるリビジョンの追加完了時に実行されます。\n"
"  新規追加リビジョンの最初の ID が ``$HG_NODE`` に、\n"
"  追加リビジョンの取り込み元 URL が ``$HG_URL`` に設定されます。\n"
"  (※ 訳注: 複数リビジョン一括追加時の ``changegroup``\n"
"  フック実行は1回ですが、 ``incoming`` フックはリビジョン毎に実行されます)"

#, fuzzy
msgid ""
"``outgoing``\n"
"  Run after sending changes from the local repository to another. The ID of\n"
"  first changeset sent is in ``$HG_NODE``. The source of operation is in\n"
"  ``$HG_SOURCE``. Also see :hg:`help config.hooks.preoutgoing`."
msgstr ""
"``outgoing``\n"
"  他リポジトリへの変更反映完了後に実行されます。\n"
"  新規追加リビジョン群の最初の ID が ``$HG_NODE`` に、\n"
"  操作実施契機が ``$HG_SOURCE`` に設定されます。\n"
"  :hg:`help config.hooks.preoutgoing` フックの説明も参照してください。"

msgid ""
"``post-<command>``\n"
"  Run after successful invocations of the associated command. The\n"
"  contents of the command line are passed as ``$HG_ARGS`` and the result\n"
"  code in ``$HG_RESULT``. Parsed command line arguments are passed as\n"
"  ``$HG_PATS`` and ``$HG_OPTS``. These contain string representations of\n"
"  the python data internally passed to <command>. ``$HG_OPTS`` is a\n"
"  dictionary of options (with unspecified options set to their defaults).\n"
"  ``$HG_PATS`` is a list of arguments. Hook failure is ignored."
msgstr ""
"``post-<コマンド名>``\n"
"  指定コマンドが正常終了した際に実行されます。\n"
"  当該コマンド実行の引数が ``$HG_ARGS`` に、\n"
"  終了コードが ``$HG_RESULT`` に設定されます。\n"
"  当該コマンドの内部処理に渡される、 コマンド実行時引数の解析結果が、\n"
"  ``$HG_PATS`` および ``$HG_OPTS`` に設定されますが、\n"
"  これらに設定される値は、 内部的な Python データ形式の文字列です。\n"
"  ``$HG_OPTS`` はオプションの辞書形式 (無指定オプションは、\n"
"  デフォルト値が設定された状態)、 ``$HG_PATS`` は引数のリストです。\n"
"  フック自身の実行失敗は無視されます。"

msgid ""
"``fail-<command>``\n"
"  Run after a failed invocation of an associated command. The contents\n"
"  of the command line are passed as ``$HG_ARGS``. Parsed command line\n"
"  arguments are passed as ``$HG_PATS`` and ``$HG_OPTS``. These contain\n"
"  string representations of the python data internally passed to\n"
"  <command>. ``$HG_OPTS`` is a dictionary of options (with unspecified\n"
"  options set to their defaults). ``$HG_PATS`` is a list of arguments.\n"
"  Hook failure is ignored."
msgstr ""
"``fail-<コマンド名>``\n"
"  指定コマンドが異常終了した際に実行されます。\n"
"  当該コマンド実行の引数が ``$HG_ARGS`` に設定されます、\n"
"  当該コマンドの内部処理に渡される、 コマンド実行時引数の解析結果が、\n"
"  ``$HG_PATS`` および ``$HG_OPTS`` に設定されますが、\n"
"  これらに設定される値は、 内部的な Python データ形式の文字列です。\n"
"  ``$HG_OPTS`` はオプションの辞書形式 (無指定オプションは、\n"
"  デフォルト値が設定された状態)、 ``$HG_PATS`` は引数のリストです。\n"
"  フック自身の実行失敗は無視されます。"

msgid ""
"``pre-<command>``\n"
"  Run before executing the associated command. The contents of the\n"
"  command line are passed as ``$HG_ARGS``. Parsed command line arguments\n"
"  are passed as ``$HG_PATS`` and ``$HG_OPTS``. These contain string\n"
"  representations of the data internally passed to <command>. ``$HG_OPTS``\n"
"  is a dictionary of options (with unspecified options set to their\n"
"  defaults). ``$HG_PATS`` is a list of arguments. If the hook returns\n"
"  failure, the command doesn't execute and Mercurial returns the failure\n"
"  code."
msgstr ""
"``pre-<コマンド名>``\n"
"  指定コマンドの実行前に実行されます。\n"
"  当該コマンド実行の引数が ``$HG_ARGS`` に設定されます。\n"
"  当該コマンドの内部処理に渡される、 コマンド実行時引数の解析結果が、\n"
"  ``$HG_PATS`` および ``$HG_OPTS`` に設定されますが、\n"
"  これらに設定される値は、 内部的な Python データ形式の文字列です。\n"
"  ``$HG_OPTS`` はオプションの辞書形式 (無指定オプションは、\n"
"  デフォルト値が設定された状態)、 ``$HG_PATS`` は引数のリストです。\n"
"  フック実行が失敗した場合、 当該コマンドは実行されず、\n"
"  Mercurial は実行失敗の終了コードを返します。"

#, fuzzy
msgid ""
"``prechangegroup``\n"
"  Run before a changegroup is added via push, pull or unbundle. Exit\n"
"  status 0 allows the changegroup to proceed. A non-zero status will\n"
"  cause the push, pull or unbundle to fail. The URL from which changes\n"
"  will come is in ``$HG_URL``."
msgstr ""
"``prechangegroup``\n"
"  push、 pull、 unbundle によるリビジョン群の追加前に実行されます。\n"
"  終了コード 0 は、 処理の継続を意味します。\n"
"  非 0 の終了コードは、 push、 pull、 unbundle の中断を意味します。\n"
"  追加リビジョン群の取り込み元 URL が ``$HG_URL`` に設定されます。"

#, fuzzy
msgid ""
"``precommit``\n"
"  Run before starting a local commit. Exit status 0 allows the\n"
"  commit to proceed. A non-zero status will cause the commit to fail.\n"
"  Parent changeset IDs are in ``$HG_PARENT1`` and ``$HG_PARENT2``."
msgstr ""
"``precommit``\n"
"  手元のリポジトリにおける新規リビジョン作成前に実行されます。\n"
"  終了コード 0 は、 処理の継続を意味します。\n"
"  非 0 の終了コードは、 commit の中断を意味します。\n"
"  親リビジョンの ID が\n"
"  ``$HG_PARENT1`` および ``$HG_PARENT2`` に設定されます。"

#, fuzzy
msgid ""
"``prelistkeys``\n"
"  Run before listing pushkeys (like bookmarks) in the\n"
"  repository. A non-zero status will cause failure. The key namespace is\n"
"  in ``$HG_NAMESPACE``."
msgstr ""
"``prelistkeys``\n"
"  pushkey (bookmark のようなもの) の一覧取得前に実行されます。\n"
"  非 0 の終了コードは、 処理の中断を意味します。\n"
"  キーの名前空間が ``$HG_NAMESPACE`` に設定されます。"

#, fuzzy
msgid ""
"``preoutgoing``\n"
"  Run before collecting changes to send from the local repository to\n"
"  another. A non-zero status will cause failure. This lets you prevent\n"
"  pull over HTTP or SSH. It can also prevent propagating commits (via\n"
"  local pull, push (outbound) or bundle commands), but not completely,\n"
"  since you can just copy files instead. The source of operation is in\n"
"  ``$HG_SOURCE``. If \"serve\", the operation is happening on behalf of a "
"remote\n"
"  SSH or HTTP repository. If \"push\", \"pull\" or \"bundle\", the "
"operation\n"
"  is happening on behalf of a repository on same system."
msgstr ""
"``preoutgoing``\n"
"  他リポジトリへの変更反映において、 対象リビジョン確定前に実行されます。\n"
"  非 0 の終了コードは、 処理の中断を意味します。\n"
"  本フックによって、 HTTP や SSH 経由での変更反映を抑止可能です。\n"
"  ローカルホスト上のリポジトリ間での pull や push または bundle\n"
"  コマンドも抑止可能ですが、 ファイルそのもののコピーが可能ですから、\n"
"  実質的な抑止効果はありません。\n"
"  操作実施契機が ``$HG_SOURCE`` に設定されます。\n"
"  この環境変数に \"serve\" が設定されている場合、\n"
"  SSH なり HTTP を経由した遠隔ホスト側が、 処理契機となっています。\n"
"  \"push\"、 \"pull\" または \"bundle\" が設定されている場合、\n"
"  同一ホスト上のリポジトリが処理契機となっています。"

#, fuzzy
msgid ""
"``prepushkey``\n"
"  Run before a pushkey (like a bookmark) is added to the\n"
"  repository. A non-zero status will cause the key to be rejected. The\n"
"  key namespace is in ``$HG_NAMESPACE``, the key is in ``$HG_KEY``,\n"
"  the old value (if any) is in ``$HG_OLD``, and the new value is in\n"
"  ``$HG_NEW``."
msgstr ""
"``prepushkey``\n"
"  pushkey (bookmark のようなもの) の取り込み前に実行されます。\n"
"  非 0 の終了コードは、 取り込み拒否を意味します。\n"
"  キーの名前空間が ``$HG_NAMESPACE`` に、\n"
"  キーが ``$HG_KEY`` に、\n"
"  (更新の場合は) 旧値が ``$HG_OLD`` に、\n"
"  新値が ``$HG_NEW`` に設定されます。"

#, fuzzy
msgid ""
"``pretag``\n"
"  Run before creating a tag. Exit status 0 allows the tag to be\n"
"  created. A non-zero status will cause the tag to fail. The ID of the\n"
"  changeset to tag is in ``$HG_NODE``. The name of tag is in ``$HG_TAG``. "
"The\n"
"  tag is local if ``$HG_LOCAL=1``, or in the repository if ``$HG_LOCAL=0``."
msgstr ""
"``pretag``\n"
"  タグの新規生成前に実行されます。\n"
"  終了コードが 0 の場合、 タグの生成が許可されます。\n"
"  非 0 の終了コードは、 タグ生成を中断します。\n"
"  タグ付け対象リビジョンの ID が  ``$HG_NODE`` に、\n"
"  タグ名が ``$HG_TAG`` に設定されます。\n"
"  ローカルタグの場合は ``$HG_LOCAL=1`` に、\n"
"  通常のタグの場合は ``$HG_LOCAL=0`` になります。"

#, fuzzy
msgid ""
"``pretxnopen``\n"
"  Run before any new repository transaction is open. The reason for the\n"
"  transaction will be in ``$HG_TXNNAME``, and a unique identifier for the\n"
"  transaction will be in ``HG_TXNID``. A non-zero status will prevent the\n"
"  transaction from being opened."
msgstr ""
"``pretxnopen``\n"
"  トランザクション開始直前に実行されます。 トランザクションの種別が\n"
"  ``$HG_TXNNAME`` に、 一意な識別子が ``HG_TXNID`` に設定されます。 \n"
"  終了コードが非ゼロの場合、 トランザクションは開始されません。"

#, fuzzy
msgid ""
"``pretxnclose``\n"
"  Run right before the transaction is actually finalized. Any repository "
"change\n"
"  will be visible to the hook program. This lets you validate the "
"transaction\n"
"  content or change it. Exit status 0 allows the commit to proceed. A non-"
"zero\n"
"  status will cause the transaction to be rolled back. The reason for the\n"
"  transaction opening will be in ``$HG_TXNNAME``, and a unique identifier "
"for\n"
"  the transaction will be in ``HG_TXNID``. The rest of the available data "
"will\n"
"  vary according the transaction type. New changesets will add ``$HG_NODE``\n"
"  (the ID of the first added changeset), ``$HG_NODE_LAST`` (the ID of the "
"last\n"
"  added changeset), ``$HG_URL`` and ``$HG_SOURCE`` variables.  Bookmark and\n"
"  phase changes will set ``HG_BOOKMARK_MOVED`` and ``HG_PHASES_MOVED`` to "
"``1``\n"
"  respectively, etc."
msgstr ""
"``pretxnclose``\n"
"  トランザクション完了直前に実行されます。 完了時の記録内容の全てを、\n"
"  フックから参照できます。 トランザクション内容の検証や変更が可能です。\n"
"  終了コードが 0 の場合、 トランザクション完了処理が継続されます。\n"
"  それ以外の場合、 トランザクションはロールバックされます。\n"
"  トランザクション種別が ``$HG_TXNNAME`` に、 一意な識別子が ``HG_TXNID``\n"
"  に設定されます。 それ以外の情報は、 トランザクション種別に依存します。\n"
"  例えば、 新規リビジョン群を追加するトランザクションの場合、 ``$HG_NODE``\n"
"  (追加リビジョン群の最初のものの ID)、 ``$HG_NODE_LAST`` (最後のものの\n"
"  ID)、 ``$HG_URL`` および ``$HG_SOURCE`` が設定されます。\n"
"  ブックマークやフェーズの変更の場合、 ``HG_BOOKMARK_MOVED`` や\n"
"  ``HG_PHASES_MOVED`` に ``1`` が設定されます。"

#, fuzzy
msgid ""
"``pretxnclose-bookmark``\n"
"  Run right before a bookmark change is actually finalized. Any repository\n"
"  change will be visible to the hook program. This lets you validate the\n"
"  transaction content or change it. Exit status 0 allows the commit to\n"
"  proceed. A non-zero status will cause the transaction to be rolled back.\n"
"  The name of the bookmark will be available in ``$HG_BOOKMARK``, the new\n"
"  bookmark location will be available in ``$HG_NODE`` while the previous\n"
"  location will be available in ``$HG_OLDNODE``. In case of a bookmark\n"
"  creation ``$HG_OLDNODE`` will be empty. In case of deletion ``$HG_NODE``\n"
"  will be empty.\n"
"  In addition, the reason for the transaction opening will be in\n"
"  ``$HG_TXNNAME``, and a unique identifier for the transaction will be in\n"
"  ``HG_TXNID``."
msgstr ""
"``pretxnclose``\n"
"  トランザクション完了直前に実行されます。 完了時の記録内容の全てを、\n"
"  フックから参照できます。 トランザクション内容の検証や変更が可能です。\n"
"  終了コードが 0 の場合、 トランザクション完了処理が継続されます。\n"
"  それ以外の場合、 トランザクションはロールバックされます。\n"
"  トランザクション種別が ``$HG_TXNNAME`` に、 一意な識別子が ``HG_TXNID``\n"
"  に設定されます。 それ以外の情報は、 トランザクション種別に依存します。\n"
"  例えば、 新規リビジョン群を追加するトランザクションの場合、 ``$HG_NODE``\n"
"  (追加リビジョン群の最初のものの ID)、 ``$HG_NODE_LAST`` (最後のものの\n"
"  ID)、 ``$HG_URL`` および ``$HG_SOURCE`` が設定されます。\n"
"  ブックマークやフェーズの変更の場合、 ``HG_BOOKMARK_MOVED`` や\n"
"  ``HG_PHASES_MOVED`` に ``1`` が設定されます。"

#, fuzzy
msgid ""
"``pretxnclose-phase``\n"
"  Run right before a phase change is actually finalized. Any repository "
"change\n"
"  will be visible to the hook program. This lets you validate the "
"transaction\n"
"  content or change it. Exit status 0 allows the commit to proceed.  A non-"
"zero\n"
"  status will cause the transaction to be rolled back. The hook is called\n"
"  multiple times, once for each revision affected by a phase change.\n"
"  The affected node is available in ``$HG_NODE``, the phase in ``"
"$HG_PHASE``\n"
"  while the previous ``$HG_OLDPHASE``. In case of new node, ``"
"$HG_OLDPHASE``\n"
"  will be empty.  In addition, the reason for the transaction opening will "
"be in\n"
"  ``$HG_TXNNAME``, and a unique identifier for the transaction will be in\n"
"  ``HG_TXNID``. The hook is also run for newly added revisions. In this "
"case\n"
"  the ``$HG_OLDPHASE`` entry will be empty."
msgstr ""
"``pretxnclose``\n"
"  トランザクション完了直前に実行されます。 完了時の記録内容の全てを、\n"
"  フックから参照できます。 トランザクション内容の検証や変更が可能です。\n"
"  終了コードが 0 の場合、 トランザクション完了処理が継続されます。\n"
"  それ以外の場合、 トランザクションはロールバックされます。\n"
"  トランザクション種別が ``$HG_TXNNAME`` に、 一意な識別子が ``HG_TXNID``\n"
"  に設定されます。 それ以外の情報は、 トランザクション種別に依存します。\n"
"  例えば、 新規リビジョン群を追加するトランザクションの場合、 ``$HG_NODE``\n"
"  (追加リビジョン群の最初のものの ID)、 ``$HG_NODE_LAST`` (最後のものの\n"
"  ID)、 ``$HG_URL`` および ``$HG_SOURCE`` が設定されます。\n"
"  ブックマークやフェーズの変更の場合、 ``HG_BOOKMARK_MOVED`` や\n"
"  ``HG_PHASES_MOVED`` に ``1`` が設定されます。"

#, fuzzy
msgid ""
"``txnclose``\n"
"  Run after any repository transaction has been committed. At this\n"
"  point, the transaction can no longer be rolled back. The hook will run\n"
"  after the lock is released. See :hg:`help config.hooks.pretxnclose` for\n"
"  details about available variables."
msgstr ""
"``txnclose``\n"
"  トランザクション完了直後に実行されます。 このフックの実行結果は、\n"
"  トランザクションのロールバックを生じません。 フック実行に先立って、\n"
"  排他は解放されます。 参照可能な変数の詳細に関しては\n"
"  :hg:`help config.hooks.pretxnclose` の説明を参照してください。"

#, fuzzy
msgid ""
"``txnclose-bookmark``\n"
"  Run after any bookmark change has been committed. At this point, the\n"
"  transaction can no longer be rolled back. The hook will run after the "
"lock\n"
"  is released. See :hg:`help config.hooks.pretxnclose-bookmark` for details\n"
"  about available variables."
msgstr ""
"``txnclose``\n"
"  トランザクション完了直後に実行されます。 このフックの実行結果は、\n"
"  トランザクションのロールバックを生じません。 フック実行に先立って、\n"
"  排他は解放されます。 参照可能な変数の詳細に関しては\n"
"  :hg:`help config.hooks.pretxnclose` の説明を参照してください。"

#, fuzzy
msgid ""
"``txnclose-phase``\n"
"  Run after any phase change has been committed. At this point, the\n"
"  transaction can no longer be rolled back. The hook will run after the "
"lock\n"
"  is released. See :hg:`help config.hooks.pretxnclose-phase` for details "
"about\n"
"  available variables."
msgstr ""
"``txnclose``\n"
"  トランザクション完了直後に実行されます。 このフックの実行結果は、\n"
"  トランザクションのロールバックを生じません。 フック実行に先立って、\n"
"  排他は解放されます。 参照可能な変数の詳細に関しては\n"
"  :hg:`help config.hooks.pretxnclose` の説明を参照してください。"

#, fuzzy
msgid ""
"``txnabort``\n"
"  Run when a transaction is aborted. See :hg:`help config.hooks."
"pretxnclose`\n"
"  for details about available variables."
msgstr ""
"``txnabort``\n"
"  トランザクション中断時に実行されます。 参照可能な変数の詳細に関しては\n"
"  :hg:`help config.hooks.pretxnclose` の説明を参照してください。"

#, fuzzy
msgid ""
"``pretxnchangegroup``\n"
"  Run after a changegroup has been added via push, pull or unbundle, but "
"before\n"
"  the transaction has been committed. The changegroup is visible to the "
"hook\n"
"  program. This allows validation of incoming changes before accepting "
"them.\n"
"  The ID of the first new changeset is in ``$HG_NODE`` and last is in\n"
"  ``$HG_NODE_LAST``. Exit status 0 allows the transaction to commit. A non-"
"zero\n"
"  status will cause the transaction to be rolled back, and the push, pull "
"or\n"
"  unbundle will fail. The URL that was the source of changes is in ``"
"$HG_URL``."
msgstr ""
"``pretxnchangegroup``\n"
"  push、 pull、 unbundle によるリビジョン群の追加完了の際に、\n"
"  トランザクション完了前に実行されます。 完了時の記録内容の全てを、\n"
"  フックから参照できます。 トランザクション内容の検証や変更が可能です。\n"
"  追加リビジョン群の最初のものの ID が ``$HG_NODE`` に、\n"
"  最後のものの ID が ``$HG_NODE_LAST`` に設定されます。\n"
"  終了コードが 0 の場合、 トランザクションが確定します。\n"
"  非 0 の終了コードの場合、 トランザクションが巻き戻され、\n"
"  push、 pull、 unbundle は中断されます。\n"
"  追加リビジョンの取り込み元 URL は ``$HG_URL`` に設定されます。"

#, fuzzy
msgid ""
"``pretxncommit``\n"
"  Run after a changeset has been created, but before the transaction is\n"
"  committed. The changeset is visible to the hook program. This allows\n"
"  validation of the commit message and changes. Exit status 0 allows the\n"
"  commit to proceed. A non-zero status will cause the transaction to\n"
"  be rolled back. The ID of the new changeset is in ``$HG_NODE``. The "
"parent\n"
"  changeset IDs are in ``$HG_PARENT1`` and ``$HG_PARENT2``."
msgstr ""
"``pretxncommit``\n"
"  新規リビジョン作成の際に、\n"
"  トランザクションが完了する前に実行されます。\n"
"  追加されるリビジョンは、 フックから参照可能です。\n"
"  そのため、 コミットログや、 変更内容の検証が可能です。\n"
"  終了コードが 0 の場合、 トランザクションが確定します。\n"
"  非 0 の終了コードの場合、 トランザクションが巻き戻されます。\n"
"  新規追加リビジョンの ID が ``$HG_NODE`` に、\n"
"  親リビジョンの ID が\n"
"  ``$HG_PARENT1`` および ``$HG_PARENT2`` に設定されます。"

#, fuzzy
msgid ""
"``preupdate``\n"
"  Run before updating the working directory. Exit status 0 allows\n"
"  the update to proceed. A non-zero status will prevent the update.\n"
"  The changeset ID of first new parent is in ``$HG_PARENT1``. If updating to "
"a\n"
"  merge, the ID of second new parent is in ``$HG_PARENT2``."
msgstr ""
"``preupdate``\n"
"  作業領域の更新前に実行されます。\n"
"  終了コードが 0 の場合、 更新処理が実施されます。\n"
"  非 0 の終了コードの場合、 更新処理は実施されません。\n"
"  更新対象リビジョンの ID が ``$HG_PARENT1`` に設定されます。\n"
"  マージ契機の更新処理の場合、 第2親リビジョンの ID が\n"
"  ``$HG_PARENT2`` に設定されます。"

msgid ""
"``listkeys``\n"
"  Run after listing pushkeys (like bookmarks) in the repository. The\n"
"  key namespace is in ``$HG_NAMESPACE``. ``$HG_VALUES`` is a\n"
"  dictionary containing the keys and values."
msgstr ""
"``listkeys``\n"
"  pushkey (bookmark のようなもの) の一覧取得後に実行されます。\n"
"  キーの名前空間が ``$HG_NAMESPACE`` に設定されます。\n"
"  ``$HG_VALUES`` には、 キーと値からなる辞書情報が設定されます。"

msgid ""
"``pushkey``\n"
"  Run after a pushkey (like a bookmark) is added to the\n"
"  repository. The key namespace is in ``$HG_NAMESPACE``, the key is in\n"
"  ``$HG_KEY``, the old value (if any) is in ``$HG_OLD``, and the new\n"
"  value is in ``$HG_NEW``."
msgstr ""
"``pushkey``\n"
"  pushkey (bookmark のようなもの) の取り込み後に実行されます。\n"
"  キーの名前空間が ``$HG_NAMESPACE`` に、\n"
"  キーが ``$HG_KEY`` に、\n"
"  (更新の場合は) 旧値が ``$HG_OLD`` に、\n"
"  新値が ``$HG_NEW`` に設定されます。"

#, fuzzy
msgid ""
"``tag``\n"
"  Run after a tag is created. The ID of the tagged changeset is in ``"
"$HG_NODE``.\n"
"  The name of tag is in ``$HG_TAG``. The tag is local if ``$HG_LOCAL=1``, or "
"in\n"
"  the repository if ``$HG_LOCAL=0``."
msgstr ""
"``tag``\n"
"  タグの新規生成後に実行されます。\n"
"  タグ付け対象リビジョンの ID が  ``$HG_NODE`` に、\n"
"  タグ名が ``$HG_TAG`` に設定されます。\n"
"  ローカルタグの場合は ``$HG_LOCAL=1`` に、\n"
"  通常のタグの場合は ``$HG_LOCAL=0`` になります。"

#, fuzzy
msgid ""
"``update``\n"
"  Run after updating the working directory. The changeset ID of first\n"
"  new parent is in ``$HG_PARENT1``. If updating to a merge, the ID of second "
"new\n"
"  parent is in ``$HG_PARENT2``. If the update succeeded, ``$HG_ERROR=0``. If "
"the\n"
"  update failed (e.g. because conflicts were not resolved), ``$HG_ERROR=1``."
msgstr ""
"``update``\n"
"  作業領域の更新後に実行されます。\n"
"  更新対象リビジョンの ID が ``$HG_PARENT1`` に設定されます。\n"
"  マージ契機の更新処理の場合、 第2親リビジョンの ID が\n"
"  ``$HG_PARENT2`` に設定されます。\n"
"  更新処理が成功した場合は ``$HG_ERROR=0`` に、\n"
"  失敗した場合 (例: 衝突解消の失敗等) は ``$HG_ERROR=1`` が設定されます。"

#, fuzzy
msgid ""
"   It is generally better to use standard hooks rather than the\n"
"   generic pre- and post- command hooks, as they are guaranteed to be\n"
"   called in the appropriate contexts for influencing transactions.\n"
"   Also, hooks like \"commit\" will be called in all contexts that\n"
"   generate a commit (e.g. tag) and not just the commit command."
msgstr ""
"   コマンド実行に対する pre- または post- 付きの汎用フックは、\n"
"   トランザクション確定の成否に影響しない状況で呼ばれるため、\n"
"   汎用フックを使用する方がお勧めです。\n"
"   \"commit\" のようなフックは、 :hg:`commit` 実行以外にも、\n"
"   リビジョンを作成する契機 (例: :hg:`tag`) 全てにおいて呼ばれます。"

msgid ""
"   Environment variables with empty values may not be passed to\n"
"   hooks on platforms such as Windows. As an example, ``$HG_PARENT2``\n"
"   will have an empty value under Unix-like platforms for non-merge\n"
"   changesets, while it will not be available at all under Windows."
msgstr ""
"   Windows のような環境では、 空値の環境変数が、\n"
"   引き渡されない場合があります。 例えば、 非マージリビジョンの場合、\n"
"   Unix 系環境では空値の ``$HG_PARENT2`` が引き渡されますが、\n"
"   Windows 環境では、 環境変数自身の引渡しがありません。"

msgid "The syntax for Python hooks is as follows::"
msgstr "Python 関数のフック指定文法を以下に示します::"

msgid ""
"  hookname = python:modulename.submodule.callable\n"
"  hookname = python:/path/to/python/module.py:callable"
msgstr ""
"  フック名 = python:モジュール名.サブモジュール名.関数名\n"
"  フック名 = python:/モジュール/ファイル/への/パス.py:関数名"

msgid ""
"Python hooks are run within the Mercurial process. Each hook is\n"
"called with at least three keyword arguments: a ui object (keyword\n"
"``ui``), a repository object (keyword ``repo``), and a ``hooktype``\n"
"keyword that tells what kind of hook is used. Arguments listed as\n"
"environment variables above are passed as keyword arguments, with no\n"
"``HG_`` prefix, and names in lower case."
msgstr ""
"Python 関数のフックは、 Mercurial プロセス内部で実行されます。\n"
"各フックの起動では、 最低でも3つのキーワード引数が渡されます。\n"
"ui オブジェクト (``ui`` キーワード)、\n"
"repository オブジェクト (``repo`` キーワード)、\n"
"フック起動種別を示す ``hooktype`` キーワードの3つです。\n"
"フックの説明で示した環境変数は、\n"
"``HG_`` 無しで、 且つ小文字表記のキーワードを使用した、\n"
"キーワード引数として渡されます。"

msgid ""
"If a Python hook returns a \"true\" value or raises an exception, this\n"
"is treated as a failure."
msgstr ""
"Python 関数フックの戻り値が \"true\" 相当値か、\n"
"実行中に例外が発生した場合、 処理失敗とみなされます。\n"
"(※ 訳注: 失敗の場合に \"true\" である点に注意)"

msgid ""
"\n"
"``hostfingerprints``\n"
"--------------------"
msgstr ""
"\n"
"``hostfingerprints``\n"
"--------------------"

msgid ""
"(Deprecated. Use ``[hostsecurity]``'s ``fingerprints`` options instead.)"
msgstr ""
"(本セクションでの設定は、 非推奨です。 ``[hostsecurity]`` セクションでの\n"
"``fingerprints`` 設定を使用してください)"

msgid "Fingerprints of the certificates of known HTTPS servers."
msgstr "既知の HTTPS ホストの証明書フィンガープリント (fingerprint) 記述。"

msgid ""
"A HTTPS connection to a server with a fingerprint configured here will\n"
"only succeed if the servers certificate matches the fingerprint.\n"
"This is very similar to how ssh known hosts works."
msgstr ""
"既知の HTTPS ホストの証明書フィンガープリント (fingerprint) 記述。\n"
"本セクションに記述のあるホストと HTTPS で接続する場合、\n"
"ホスト証明書のフィンガープリントが、 記述と一致しなければ、\n"
"接続失敗とみなされます。 ssh における ``known_hosts`` 設定に相当します。"

msgid ""
"The fingerprint is the SHA-1 hash value of the DER encoded certificate.\n"
"Multiple values can be specified (separated by spaces or commas). This can\n"
"be used to define both old and new fingerprints while a host transitions\n"
"to a new certificate."
msgstr ""
"フィンガープリントは、 DER 符号化された証明書の SHA-1 ハッシュ値です。\n"
"空白あるいはカンマ区切りで、 複数値を指定可能です。 複数指定の機能は、\n"
"ホストの移行期間の、 新旧両フィンガープリントの指定等のケースで有用です。"

msgid ""
"The CA chain and web.cacerts is not used for servers with a fingerprint."
msgstr ""
"フィンガープリント指定のあるホストとの接続の場合、\n"
"CA 連鎖の確認や web.cacerts 設定は無視されます。"

msgid "For example::"
msgstr "記述例を以下に示します::"

msgid ""
"    [hostfingerprints]\n"
"    hg.intevation.de = fc:e2:8d:d9:51:cd:cb:c1:4d:18:6b:b7:44:8d:49:72:57:e6:"
"cd:33\n"
"    hg.intevation.org = fc:e2:8d:d9:51:cd:cb:c1:4d:18:6b:b7:44:8d:49:72:57:"
"e6:cd:33"
msgstr ""
"    [hostfingerprints]\n"
"    hg.intevation.de = fc:e2:8d:d9:51:cd:cb:c1:4d:18:6b:b7:44:8d:49:72:57:e6:"
"cd:33\n"
"    hg.intevation.org = fc:e2:8d:d9:51:cd:cb:c1:4d:18:6b:b7:44:8d:49:72:57:"
"e6:cd:33"

msgid ""
"``hostsecurity``\n"
"----------------"
msgstr ""
"``hostsecurity``\n"
"----------------"

msgid ""
"Used to specify global and per-host security settings for connecting to\n"
"other machines."
msgstr "外部ホスト連携時の、 通信セキュリティに関する設定行います。"

msgid "The following options control default behavior for all hosts."
msgstr "以下の設定は、 全接続先に対するデフォルト挙動を指定します。"

msgid ""
"``ciphers``\n"
"    Defines the cryptographic ciphers to use for connections."
msgstr ""
"``ciphers``\n"
"    接続に使用する、 暗号化形式の指定。"

msgid ""
"    Value must be a valid OpenSSL Cipher List Format as documented at\n"
"    https://www.openssl.org/docs/manmaster/apps/ciphers.html#CIPHER-LIST-"
"FORMAT."
msgstr ""
"    OpenSSL Cipher List Format で有効な値のみ指定可能です。 詳細は\n"
"    https://www.openssl.org/docs/manmaster/apps/ciphers.html#CIPHER-LIST-"
"FORMAT を参照してください。"

msgid ""
"    This setting is for advanced users only. Setting to incorrect values\n"
"    can significantly lower connection security or decrease performance.\n"
"    You have been warned."
msgstr ""
"    不適切な設定は、 接続の安全性や性能を、 著しく損ないますので、\n"
"    事情に詳しいユーザ以外は、 絶対に設定しないでください。"

msgid "    This option requires Python 2.7."
msgstr "    この設定には Python 2.7 の使用が必須です。"

msgid ""
"``minimumprotocol``\n"
"    Defines the minimum channel encryption protocol to use."
msgstr ""
"``minimumprotocol``\n"
"    通信暗号化方式の、 最低強度の指定。"

msgid ""
"    By default, the highest version of TLS supported by both client and "
"server\n"
"    is used."
msgstr ""
"    指定が無い場合、 接続元/先の両方で使用可能な TLS バージョンから、\n"
"    最新のものが採用されます。"

msgid "    Allowed values are: ``tls1.0``, ``tls1.1``, ``tls1.2``."
msgstr "    指定可能な値は ``tls1.0``, ``tls1.1``, ``tls1.2`` です。"

msgid ""
"    When running on an old Python version, only ``tls1.0`` is allowed since\n"
"    old versions of Python only support up to TLS 1.0."
msgstr ""
"    TLS 1.0 のみに対応する古い Python を使用している場合は、\n"
"    ``tls1.0`` のみが指定可能です。"

msgid ""
"    When running a Python that supports modern TLS versions, the default is\n"
"    ``tls1.1``. ``tls1.0`` can still be used to allow TLS 1.0. However, "
"this\n"
"    weakens security and should only be used as a feature of last resort if\n"
"    a server does not support TLS 1.1+."
msgstr ""
"    複数の TLS バージョンに対応する新しい Python を使用している場合、\n"
"    デフォルト値は ``tls1.1`` です。 ``tls1.0`` を指定により TLS 1.0\n"
"    の利用を許可できますが、 TLS 1.0 の使用は安全性が低下しますから、\n"
"    接続先が TLS 1.1+ に対応しない場合にのみ、 使用することをお勧めします。"

msgid ""
"Options in the ``[hostsecurity]`` section can have the form\n"
"``hostname``:``setting``. This allows multiple settings to be defined on a\n"
"per-host basis."
msgstr ""
"``[hostsecurity]`` では ``hostname``:``setting`` 形式で記述することで、\n"
"複数の個別設定を、 ホスト毎に指定可能です。"

msgid "The following per-host settings can be defined."
msgstr "ホスト毎に指定可能な設定を、 以下に示します。"

msgid ""
"``ciphers``\n"
"    This behaves like ``ciphers`` as described above except it only applies\n"
"    to the host on which it is defined."
msgstr ""
"``ciphers``\n"
"    対応するホストとの接続にのみ適用される点以外は、 先述した ``ciphers``\n"
"    設定と同じです。"

#, fuzzy
msgid ""
"``fingerprints``\n"
"    A list of hashes of the DER encoded peer/remote certificate. Values "
"have\n"
"    the form ``algorithm``:``fingerprint``. e.g.\n"
"    ``sha256:"
"c3ab8ff13720e8ad9047dd39466b3c8974e592c2fa383d4a3960714caef0c4f2``.\n"
"    In addition, colons (``:``) can appear in the fingerprint part."
msgstr ""
"``fingerprints``\n"
"    対応するホストの、 DER 符号化された証明書の SHA-1 ハッシュ値です。\n"
"    空白あるいはカンマ区切りで、 複数値を指定可能です。\n"
"    個々の値は ``algorithm``:``fingerprint`` 形式で記述します。 例:\n"
"    ``sha256:"
"c3ab8ff13720e8ad9047dd39466b3c8974e592c2fa383d4a3960714caef0c4f2``."

msgid ""
"    The following algorithms/prefixes are supported: ``sha1``, ``sha256``,\n"
"    ``sha512``."
msgstr ""
"    ``algorithm`` には ``sha1``, ``sha256``, ``sha512`` が指定可能です。"

msgid "    Use of ``sha256`` or ``sha512`` is preferred."
msgstr "    ``sha256`` または ``sha512`` の使用が推奨されます。"

msgid ""
"    If a fingerprint is specified, the CA chain is not validated for this\n"
"    host and Mercurial will require the remote certificate to match one\n"
"    of the fingerprints specified. This means if the server updates its\n"
"    certificate, Mercurial will abort until a new fingerprint is defined.\n"
"    This can provide stronger security than traditional CA-based validation\n"
"    at the expense of convenience."
msgstr ""
"    フィンガープリント指定があるホストでは、 CA 連鎖の確認は省略され、\n"
"    指定フィンガープリントとの一致が必須となります。 対象ホストにおいて、\n"
"    証明書が更新された場合は、 ``fingerprints`` 設定が更新されるまでは、\n"
"    対象ホストとは接続できません。 この場合、 利便性が犠牲になりますが、\n"
"    CA 連鎖での検証よりも、 高い安全性を維持できます。"

msgid "    This option takes precedence over ``verifycertsfile``."
msgstr "    この設定項目は ``verifycertsfile`` よりも優先されます。"

msgid ""
"``minimumprotocol``\n"
"    This behaves like ``minimumprotocol`` as described above except it\n"
"    only applies to the host on which it is defined."
msgstr ""
"``minimumprotocol``\n"
"    対応するホストとの接続にのみ適用される点以外は、 先述した\n"
"    ``minimumprotocol`` 設定と同じです。"

msgid ""
"``verifycertsfile``\n"
"    Path to file a containing a list of PEM encoded certificates used to\n"
"    verify the server certificate. Environment variables and ``~user``\n"
"    constructs are expanded in the filename."
msgstr ""
"``verifycertsfile``\n"
"    対応するホストの、 証明書格納ファイル (PEM 符号化形式) へのパス。\n"
"    読み込み前に、 パス中の環境変数と ``~user`` 記述が置換されます。"

msgid ""
"    The server certificate or the certificate's certificate authority (CA)\n"
"    must match a certificate from this file or certificate verification\n"
"    will fail and connections to the server will be refused."
msgstr ""
"    指定パス中の証明書が、 接続先の証明書、 又はその認証局 (CA) の、\n"
"    いずれとも合致しない場合は、証明書不正として、 接続が拒否されます。"

msgid ""
"    If defined, only certificates provided by this file will be used:\n"
"    ``web.cacerts`` and any system/default certificates will not be\n"
"    used."
msgstr ""
"    本項目の設定時は、 指定証明書のみが、 証明書検証に使用されます。\n"
"    ``web.cacerts`` 設定や、 その他の証明書指定は無視されます。"

msgid ""
"    This option has no effect if the per-host ``fingerprints`` option\n"
"    is set."
msgstr ""
"    対象ホストのホスト毎設定で ``fingerprints`` が設定されている場合、\n"
"    この指定は無視されます。"

msgid "    The format of the file is as follows::"
msgstr "    以下のファイル形式を想定しています::"

msgid ""
"        -----BEGIN CERTIFICATE-----\n"
"        ... (certificate in base64 PEM encoding) ...\n"
"        -----END CERTIFICATE-----\n"
"        -----BEGIN CERTIFICATE-----\n"
"        ... (certificate in base64 PEM encoding) ...\n"
"        -----END CERTIFICATE-----"
msgstr ""
"        -----BEGIN CERTIFICATE-----\n"
"        ... (base64 PEM 符号化形式の証明書) ...\n"
"        -----END CERTIFICATE-----\n"
"        -----BEGIN CERTIFICATE-----\n"
"        ... (base64 PEM 符号化形式の証明書) ...\n"
"        -----END CERTIFICATE-----"

#, fuzzy
msgid ""
"    [hostsecurity]\n"
"    hg.example.com:fingerprints = sha256:"
"c3ab8ff13720e8ad9047dd39466b3c8974e592c2fa383d4a3960714caef0c4f2\n"
"    hg2.example.com:fingerprints = "
"sha1:914f1aff87249c09b6859b88b1906d30756491ca, sha1:fc:e2:8d:d9:51:cd:cb:"
"c1:4d:18:6b:b7:44:8d:49:72:57:e6:cd:33\n"
"    hg3.example.com:fingerprints = sha256:9a:b0:dc:e2:75:ad:8a:b7:84:58:"
"e5:1f:07:32:f1:87:e6:bd:24:22:af:b7:ce:8e:9c:b4:10:cf:b9:f4:0e:d2\n"
"    foo.example.com:verifycertsfile = /etc/ssl/trusted-ca-certs.pem"
msgstr ""
"    [hostsecurity]\n"
"    hg.example.com:fingerprints = sha256:"
"c3ab8ff13720e8ad9047dd39466b3c8974e592c2fa383d4a3960714caef0c4f2\n"
"    hg2.example.com:fingerprints = "
"sha1:914f1aff87249c09b6859b88b1906d30756491ca, sha1:fc:e2:8d:d9:51:cd:cb:"
"c1:4d:18:6b:b7:44:8d:49:72:57:e6:cd:33\n"
"    foo.example.com:verifycertsfile = /etc/ssl/trusted-ca-certs.pem"

msgid ""
"To change the default minimum protocol version to TLS 1.2 but to allow TLS "
"1.1\n"
"when connecting to ``hg.example.com``::"
msgstr ""
"例えば、 通常接続の暗号強度を TLS 1.2 以上にしつつ、 ``hg.example.com``\n"
"への接続では TLS 1.1 を許可したい場合の設定は、 以下のようになります::"

msgid ""
"    [hostsecurity]\n"
"    minimumprotocol = tls1.2\n"
"    hg.example.com:minimumprotocol = tls1.1"
msgstr ""
"    [hostsecurity]\n"
"    minimumprotocol = tls1.2\n"
"    hg.example.com:minimumprotocol = tls1.1"

msgid ""
"``http_proxy``\n"
"--------------"
msgstr ""
"``http_proxy``\n"
"--------------"

msgid ""
"Used to access web-based Mercurial repositories through a HTTP\n"
"proxy."
msgstr ""
"ウェブベースの Mercurial リポジトリアクセスで使用される\n"
"HTTP プロキシ設定。"

msgid ""
"``host``\n"
"    Host name and (optional) port of the proxy server, for example\n"
"    \"myproxy:8000\"."
msgstr ""
"``host``\n"
"    プロキシサーバのホスト名と (省略可能な) ポート番号。\n"
"    設定例: \"myproxy:8000\""

msgid ""
"``no``\n"
"    Optional. Comma-separated list of host names that should bypass\n"
"    the proxy."
msgstr ""
"``no``\n"
"    省略可能。 プロキシを使用「しない」ホスト名一覧 (カンマ区切り)"

msgid ""
"``passwd``\n"
"    Optional. Password to authenticate with at the proxy server."
msgstr ""
"``passwd``\n"
"    省略可能。 プロキシサーバの認証用パスワード。"

msgid ""
"``user``\n"
"    Optional. User name to authenticate with at the proxy server."
msgstr ""
"``user``\n"
"    省略可能。 プロキシサーバの認証用ユーザ名。"

msgid ""
"``always``\n"
"    Optional. Always use the proxy, even for localhost and any entries\n"
"    in ``http_proxy.no``. (default: False)"
msgstr ""
"``always``\n"
"    省略可能。 ``http_proxy.no`` を無視して、 プロキシを常用するか否か。\n"
"    (デフォルト値: False)"

msgid ""
"``merge``\n"
"---------"
msgstr ""
"``merge``\n"
"---------"

msgid "This section specifies behavior during merges and updates."
msgstr "本セクションでは、 マージ/作業領域更新における、 挙動を設定します。"

msgid ""
"``checkignored``\n"
"   Controls behavior when an ignored file on disk has the same name as a "
"tracked\n"
"   file in the changeset being merged or updated to, and has different\n"
"   contents. Options are ``abort``, ``warn`` and ``ignore``. With "
"``abort``,\n"
"   abort on such files. With ``warn``, warn on such files and back them up "
"as\n"
"   ``.orig``. With ``ignore``, don't print a warning and back them up as\n"
"   ``.orig``. (default: ``abort``)"
msgstr ""
"``checkignored``\n"
"   マージや作業領域更新の際に、 対象リビジョンの管理対象ファイルが、\n"
"   作業領域中の無視対象ファイルと同名で、 且つ内容が異なる場合の挙動。\n"
"   指定可能な値は ``abort``, ``warn``, ``ignore`` です。 ``abort`` は、\n"
"   処理を中断します。 ``warn`` は警告表示とバックアップ作成を行います\n"
"   (``.orig`` 拡張子付きファイルに保存)。 ``ignore`` は警告表示も、 \n"
"   バックアップ作成も行いません (デフォルト値: ``abort``)"

msgid ""
"``checkunknown``\n"
"   Controls behavior when an unknown file that isn't ignored has the same "
"name\n"
"   as a tracked file in the changeset being merged or updated to, and has\n"
"   different contents. Similar to ``merge.checkignored``, except for files "
"that\n"
"   are not ignored. (default: ``abort``)"
msgstr ""
"``checkunknown``\n"
"   マージや作業領域更新の際に、 対象リビジョンの管理対象ファイルが、\n"
"   作業領域中の管理対象外ファイルと同名で、 且つ内容が異なる場合の挙動。\n"
"   ``ignore`` 指定がない他は ``merge.checkignored`` 設定と同じです。\n"
"   (デフォルト値: ``abort``)"

msgid ""
"``on-failure``\n"
"   When set to ``continue`` (the default), the merge process attempts to\n"
"   merge all unresolved files using the merge chosen tool, regardless of\n"
"   whether previous file merge attempts during the process succeeded or "
"not.\n"
"   Setting this to ``prompt`` will prompt after any merge failure continue\n"
"   or halt the merge process. Setting this to ``halt`` will automatically\n"
"   halt the merge process on any merge tool failure. The merge process\n"
"   can be restarted by using the ``resolve`` command. When a merge is\n"
"   halted, the repository is left in a normal ``unresolved`` merge state.\n"
"   (default: ``continue``)"
msgstr ""

msgid ""
"``merge-patterns``\n"
"------------------"
msgstr ""
"``merge-patterns``\n"
"------------------"

msgid ""
"This section specifies merge tools to associate with particular file\n"
"patterns. Tools matched here will take precedence over the default\n"
"merge tool. Patterns are globs by default, rooted at the repository\n"
"root."
msgstr ""
"特定のファイル名パターンと、 マージツールの関連付け。\n"
"本セクションでの関連付けは、 デフォルトのマージツール選択に優先します。\n"
"デフォルトのパターン指定形式は、 作業領域ルートからの相対パスに対して、\n"
"パス先頭からのパターン合致で判定する、ワイルドカード形式とみなされます。"

msgid ""
"  [merge-patterns]\n"
"  **.c = kdiff3\n"
"  **.jpg = myimgmerge"
msgstr ""
"  [merge-patterns]\n"
"  **.c = kdiff3\n"
"  **.jpg = myimgmerge"

msgid ""
"``merge-tools``\n"
"---------------"
msgstr ""
"``merge-tools``\n"
"---------------"

msgid ""
"This section configures external merge tools to use for file-level\n"
"merges. This section has likely been preconfigured at install time.\n"
"Use :hg:`config merge-tools` to check the existing configuration.\n"
"Also see :hg:`help merge-tools` for more details."
msgstr ""
"本セクションは、 ファイル毎のマージ処理のための、 外部ツールを設定します。\n"
"インストール時に事前設定されている可能性もあります。 既存の設定内容は、\n"
":hg:`config merge-tools` で確認できます。 設定の詳細は\n"
":hg:`help merge-tools` も参照してください。"

msgid "Example ``~/.hgrc``::"
msgstr "``~/.hgrc`` での設定例を以下に示します::"

msgid ""
"  [merge-tools]\n"
"  # Override stock tool location\n"
"  kdiff3.executable = ~/bin/kdiff3\n"
"  # Specify command line\n"
"  kdiff3.args = $base $local $other -o $output\n"
"  # Give higher priority\n"
"  kdiff3.priority = 1"
msgstr ""
"  [merge-tools]\n"
"  # 既存ツールの実行パスを標準のものから変更\n"
"  kdiff3.executable = ~/bin/kdiff3\n"
"  # コマンド行形式の指定\n"
"  kdiff3.args = $base $local $other -o $output\n"
"  # 優先順位を高く設定\n"
"  kdiff3.priority = 1"

msgid ""
"  # Changing the priority of preconfigured tool\n"
"  meld.priority = 0"
msgstr ""
"  # 設定済みツールの優先度の変更\n"
"  meld.priority = 0"

msgid ""
"  # Disable a preconfigured tool\n"
"  vimdiff.disabled = yes"
msgstr ""
"  # 設定済みツールの無効化\n"
"  vimdiff.disabled = yes"

msgid ""
"  # Define new tool\n"
"  myHtmlTool.args = -m $local $other $base $output\n"
"  myHtmlTool.regkey = Software\\FooSoftware\\HtmlMerge\n"
"  myHtmlTool.priority = 1"
msgstr ""
"  # 固有ツールの設定\n"
"  myHtmlTool.args = -m $local $other $base $output\n"
"  myHtmlTool.regkey = Software\\FooSoftware\\HtmlMerge\n"
"  myHtmlTool.priority = 1"

msgid ""
"``priority``\n"
"  The priority in which to evaluate this tool.\n"
"  (default: 0)"
msgstr ""
"``priority``\n"
"  当該ツールを選択する際の優先順位。 (デフォルト値: 0)"

msgid ""
"``executable``\n"
"  Either just the name of the executable or its pathname."
msgstr ""
"``executable``\n"
"  実行可能ファイル名またはパス名。"

msgid ""
"    On Windows, the path can use environment variables with ${ProgramFiles}\n"
"    syntax."
msgstr "    Windows 環境では、 環境変数 ${ProgramFiles} を併用可能です。"

msgid "  (default: the tool name)"
msgstr "  (デフォルト値: ツール名が自動的に設定)"

msgid ""
"``args``\n"
"  The arguments to pass to the tool executable. You can refer to the\n"
"  files being merged as well as the output file through these\n"
"  variables: ``$base``, ``$local``, ``$other``, ``$output``."
msgstr ""

#, fuzzy
msgid ""
"  The meaning of ``$local`` and ``$other`` can vary depending on which "
"action is\n"
"  being performed. During an update or merge, ``$local`` represents the "
"original\n"
"  state of the file, while ``$other`` represents the commit you are updating "
"to or\n"
"  the commit you are merging with. During a rebase, ``$local`` represents "
"the\n"
"  destination of the rebase, and ``$other`` represents the commit being "
"rebased."
msgstr ""
"``args``\n"
"  実行時にツールに指定される引数。 ``$base``, ``$local``, ``$other``, \n"
"  ``$output`` といった表記により、マージ対象や、 結果格納先ファイルも、\n"
"  指定可能です。 ``$local`` や ``$other`` は、 実施する処理に応じて、\n"
"  意味合いが変化します。 update や merge コマンドの場合、 ``$local``\n"
"  はコマンド実施前時点の作業領域の、 ``$other`` は対象リビジョン時点の、\n"
"  それぞれの内容を保持するファイルを指します。 一方で rebase の場合は、\n"
"  ``$local`` が rebase 先、 ``$other`` が rebase 元リビジョン時点の、\n"
"  それぞれの内容を保持するファイルを指します。\n"
"  (デフォルト値: ``$local $base $other``)"

msgid ""
"  Some operations define custom labels to assist with identifying the "
"revisions,\n"
"  accessible via ``$labellocal``, ``$labelother``, and ``$labelbase``. If "
"custom\n"
"  labels are not available, these will be ``local``, ``other``, and "
"``base``,\n"
"  respectively.\n"
"  (default: ``$local $base $other``)"
msgstr ""

msgid ""
"``premerge``\n"
"  Attempt to run internal non-interactive 3-way merge tool before\n"
"  launching external tool.  Options are ``true``, ``false``, ``keep`` or\n"
"  ``keep-merge3``. The ``keep`` option will leave markers in the file if "
"the\n"
"  premerge fails. The ``keep-merge3`` will do the same but include "
"information\n"
"  about the base of the merge in the marker (see internal :merge3 in\n"
"  :hg:`help merge-tools`).\n"
"  (default: True)"
msgstr ""
"``premerge``\n"
"  外部ツール起動前の、 非対話的な内部 3-way マージツール実行の有無。\n"
"  ``true``, ``false``, ``keep`` および ``keep-merge3`` を指定可能です。\n"
"  ``keep`` 選択時に事前マージが失敗した場合、 ``$local`` 相当ファイルに、\n"
"  衝突マークが残されたままになります。 衝突マークに共通祖先 (base)\n"
"  の情報も含まれる以外は、 ``keep-merge3`` の動作は ``keep`` と同じです\n"
"  (:hg:`help merge-tools` での ``:merge3`` の説明も参照してください)。\n"
"  (デフォルト値: True)"

msgid ""
"``binary``\n"
"  This tool can merge binary files. (default: False, unless tool\n"
"  was selected by file pattern match)"
msgstr ""
"``binary``\n"
"  当該ツールによる、 バイナリファイルのマージ可否。 デフォルト値は False\n"
"  ですが、 ツールの選択が、 ファイルパターンの合致で実施された場合は、\n"
"  この設定値は無視されます。"

msgid ""
"``symlink``\n"
"  This tool can merge symlinks. (default: False)"
msgstr ""
"``symlink``\n"
"  当該ツールによる、 シンボリックリンクのマージ可否。 (デフォルト値: False)"

msgid ""
"``check``\n"
"  A list of merge success-checking options:"
msgstr ""
"``check``\n"
"  マージ成否判定方式の選択一覧 (複数指定可能):"

msgid ""
"  ``changed``\n"
"    Ask whether merge was successful when the merged file shows no changes.\n"
"  ``conflicts``\n"
"    Check whether there are conflicts even though the tool reported "
"success.\n"
"  ``prompt``\n"
"    Always prompt for merge success, regardless of success reported by tool."
msgstr ""
"  ``changed``\n"
"    マージ結果と以前の内容に差分が無い場合、 マージ成否を問い合わせ。\n"
"  ``conflicts``\n"
"    ツールの戻り値がマージ成功を示す場合でも、 衝突マークの有無を確認。\n"
"  ``prompt``\n"
"    ツールの戻り値がマージ成功を示す場合でも、 常にマージ成否を問い合わせ。"

msgid ""
"``fixeol``\n"
"  Attempt to fix up EOL changes caused by the merge tool.\n"
"  (default: False)"
msgstr ""
"``fixeol``\n"
"  マージツールの実行による EOL 形式変更の是正の有無。\n"
"  (デフォルト値: False)"

msgid ""
"``gui``\n"
"  This tool requires a graphical interface to run. (default: False)"
msgstr ""
"``gui``\n"
"  当該ツール実行における GUI 表示の要否。\n"
"  (デフォルト値: False)"

msgid ""
"``mergemarkers``\n"
"  Controls whether the labels passed via ``$labellocal``, ``$labelother``, "
"and\n"
"  ``$labelbase`` are ``detailed`` (respecting ``mergemarkertemplate``) or\n"
"  ``basic``. If ``premerge`` is ``keep`` or ``keep-merge3``, the conflict\n"
"  markers generated during premerge will be ``detailed`` if either this "
"option or\n"
"  the corresponding option in the ``[ui]`` section is ``detailed``.\n"
"  (default: ``basic``)"
msgstr ""

msgid ""
"``mergemarkertemplate``\n"
"  This setting can be used to override ``mergemarkertemplate`` from the "
"``[ui]``\n"
"  section on a per-tool basis; this applies to the ``$label``-prefixed "
"variables\n"
"  and to the conflict markers that are generated if ``premerge`` is ``keep` "
"or\n"
"  ``keep-merge3``. See the corresponding variable in ``[ui]`` for more\n"
"  information."
msgstr ""

msgid ""
"  ``regkey``\n"
"    Windows registry key which describes install location of this\n"
"    tool. Mercurial will search for this key first under\n"
"    ``HKEY_CURRENT_USER`` and then under ``HKEY_LOCAL_MACHINE``.\n"
"    (default: None)"
msgstr ""
"  ``regkey``\n"
"    当該ツールのインストール位置を保持する Windows レジストリキー。\n"
"    Mercurial は ``HKEY_CURRENT_USER`` または ``HKEY_LOCAL_MACHINE``\n"
"    配下の当該キーの有無を、 この順序で確認します。\n"
"    (デフォルト値: None)"

msgid ""
"  ``regkeyalt``\n"
"    An alternate Windows registry key to try if the first key is not\n"
"    found.  The alternate key uses the same ``regname`` and ``regappend``\n"
"    semantics of the primary key.  The most common use for this key\n"
"    is to search for 32bit applications on 64bit operating systems.\n"
"    (default: None)"
msgstr ""
"  ``regkeyalt``\n"
"    指定されたレジストリキー不在時の、 代替 Windows レジストリキー。\n"
"    ``regname`` および ``regappend`` による改変は、\n"
"    代替キーでも実施されます。 典型的な用途は、\n"
"    64 ビット環境における 32 ビットアプリの検索です。\n"
"    (デフォルト値: None)"

msgid ""
"  ``regname``\n"
"    Name of value to read from specified registry key.\n"
"    (default: the unnamed (default) value)"
msgstr ""
"  ``regname``\n"
"    当該レジストリキーから読み出す値名。 (デフォルト値: ``(既定)`` の値)"

msgid ""
"  ``regappend``\n"
"    String to append to the value read from the registry, typically\n"
"    the executable name of the tool.\n"
"    (default: None)"
msgstr ""
"  ``regappend``\n"
"    当該レジストリキーからの読み出し値に付加する値。 典型的な設定値は、\n"
"    ツールの実行可能ファイル名です。 (デフォルト値: None)"

#, fuzzy
msgid ""
"``pager``\n"
"---------"
msgstr ""
"``phases``\n"
"----------"

msgid ""
"Setting used to control when to paginate and with what external tool. See\n"
":hg:`help pager` for details."
msgstr ""

msgid ""
"``pager``\n"
"    Define the external tool used as pager."
msgstr ""

#, fuzzy
msgid ""
"    If no pager is set, Mercurial uses the environment variable $PAGER.\n"
"    If neither pager.pager, nor $PAGER is set, a default pager will be\n"
"    used, typically `less` on Unix and `more` on Windows. Example::"
msgstr ""
"上記設定が無い場合、 Mercurial は PAGER 環境変数を参照します。\n"
"どちらも未設定の場合、 Mercurial はデフォルトのページャを使用します\n"
"(通常は `more` コマンド)。"

#, fuzzy
msgid ""
"      [pager]\n"
"      pager = less -FRX"
msgstr ""
"  [pager]\n"
"  pager = less -FRX"

msgid ""
"``ignore``\n"
"    List of commands to disable the pager for. Example::"
msgstr ""

#, fuzzy
msgid ""
"      [pager]\n"
"      ignore = version, help, update"
msgstr ""
"  [pager]\n"
"  ignore = version, help, update"

#, fuzzy
msgid ""
"``patch``\n"
"---------"
msgstr ""
"\n"
"``patch``\n"
"---------"

msgid ""
"Settings used when applying patches, for instance through the 'import'\n"
"command or with Mercurial Queues extension."
msgstr ""
":hg:`import` や Mercurial Queues (MQ) エクステンション等による、\n"
"パッチ適用に関する設定。"

msgid ""
"``eol``\n"
"    When set to 'strict' patch content and patched files end of lines\n"
"    are preserved. When set to ``lf`` or ``crlf``, both files end of\n"
"    lines are ignored when patching and the result line endings are\n"
"    normalized to either LF (Unix) or CRLF (Windows). When set to\n"
"    ``auto``, end of lines are again ignored while patching but line\n"
"    endings in patched files are normalized to their original setting\n"
"    on a per-file basis. If target file does not exist or has no end\n"
"    of line, patch line endings are preserved.\n"
"    (default: strict)"
msgstr ""
"``eol``\n"
"    'strict' が設定された場合、 パッチファイルと、\n"
"    パッチ対象ファイルは、 行末形式がそのまま維持されます。\n"
"    ``lf`` または ``crlf`` が設定された場合、\n"
"    パッチファイルとパッチ対象ファイルは、 行末形式が無視され、\n"
"    LF (Unix 形式) または CRLF (Windows 形式) に正規化されます。\n"
"    ``auto`` が設定された場合、\n"
"    パッチファイルの行末形式は無視されますが、\n"
"    パッチ対象ファイルの行末形式は、 ファイル毎の設定で正規化されます。\n"
"    対象ファイルが存在しないか、 改行を含まない場合、\n"
"    パッチファイルの行末形式がそのまま維持されます。\n"
"    (デフォルト値: strict)"

msgid ""
"``fuzz``\n"
"    The number of lines of 'fuzz' to allow when applying patches. This\n"
"    controls how much context the patcher is allowed to ignore when\n"
"    trying to apply a patch.\n"
"    (default: 2)"
msgstr ""
"``fuzz``\n"
"    パッチ適用での 'fuzz' における許容行数。 パッチ適用において、\n"
"    無視可能なコンテキスト行数を制御できます。 (デフォルト値: 2)"

msgid ""
"``paths``\n"
"---------"
msgstr ""
"``paths``\n"
"---------"

msgid "Assigns symbolic names and behavior to repositories."
msgstr "連携対象リポジトリに、 シンボリックな名前や挙動を割り当てます。"

msgid ""
"Options are symbolic names defining the URL or directory that is the\n"
"location of the repository. Example::"
msgstr ""
"連携先リポジトリの URL やディレクトリを定義する、 シンボリックな名前が、\n"
"設定項名になります。 例えば::"

msgid ""
"    [paths]\n"
"    my_server = https://example.com/my_repo\n"
"    local_path = /home/me/repo"
msgstr ""
"    [paths]\n"
"    my_server = https://example.com/my_repo\n"
"    local_path = /home/me/repo"

msgid ""
"These symbolic names can be used from the command line. To pull\n"
"from ``my_server``: :hg:`pull my_server`. To push to ``local_path``:\n"
":hg:`push local_path`."
msgstr ""
"定義された項目名は、 コマンド実行時に使用できます。 例えば\n"
"``my_server`` からの履歴取り込みは :hg:`pull my_server`、\n"
"``local_path`` への履歴反映は :hg:`push local_path` で可能です。"

msgid ""
"Options containing colons (``:``) denote sub-options that can influence\n"
"behavior for that specific path. Example::"
msgstr ""
"コロン (``:``) を含む設定項目名は、 指定先との連携の際の挙動に影響する、\n"
"サブ項目名とみなされます。 例えば::"

msgid ""
"    [paths]\n"
"    my_server = https://example.com/my_path\n"
"    my_server:pushurl = ssh://example.com/my_path"
msgstr ""
"    [paths]\n"
"    my_server = https://example.com/my_path\n"
"    my_server:pushurl = ssh://example.com/my_path"

msgid "The following sub-options can be defined:"
msgstr "以下のサブオプションを指定できます:"

msgid ""
"``pushurl``\n"
"   The URL to use for push operations. If not defined, the location\n"
"   defined by the path's main entry is used."
msgstr ""
"``pushurl``\n"
"   履歴反映系操作 (:hg:`push` 等) で使用される URL。 指定がない場合は、\n"
"   設定項目名自体に設定された URL が使用されます。"

msgid ""
"``pushrev``\n"
"   A revset defining which revisions to push by default."
msgstr ""
"``pushrev``\n"
"   対象リビジョン指定無しでの、 履歴反映系操作における、 対象算出 revset。"

msgid ""
"   When :hg:`push` is executed without a ``-r`` argument, the revset\n"
"   defined by this sub-option is evaluated to determine what to push."
msgstr ""
"   ``-r`` 指定無しで :hg:`push` が実行された際に、 この項目で設定された\n"
"   revsets 表記を元に、 反映対象リビジョンが算出されます。"

msgid ""
"   For example, a value of ``.`` will push the working directory's\n"
"   revision by default."
msgstr ""
"   例えば ``.`` が設定されている場合は、 作業領域の (第1) 親リビジョンが、\n"
"   反映対象とみなされます。"

msgid ""
"   Revsets specifying bookmarks will not result in the bookmark being\n"
"   pushed."
msgstr ""
"   ブックマークを含む revsets 表記指定でも、 ブックマーク情報そのものは、\n"
"   反映対象には含まれません。"

msgid "The following special named paths exist:"
msgstr "以下の名前で定義された連携先は、 特殊な意味を持ちます:"

msgid ""
"``default``\n"
"   The URL or directory to use when no source or remote is specified."
msgstr ""
"``default``\n"
"   連携先指定が無い場合に使用されます。"

msgid ""
"   :hg:`clone` will automatically define this path to the location the\n"
"   repository was cloned from."
msgstr ""
"   :hg:`clone` による複製の際は、 複製元の URL が自動的に設定されます。"

msgid ""
"``default-push``\n"
"   (deprecated) The URL or directory for the default :hg:`push` location.\n"
"   ``default:pushurl`` should be used instead."
msgstr ""
"``default-push``\n"
"   (非推奨) 連携先指定がない場合の、 履歴反映系操作 (:hg:`push` 等)\n"
"   で使用されます。``default:pushurl`` 設定を使うようにしてください。"

msgid ""
"``phases``\n"
"----------"
msgstr ""
"``phases``\n"
"----------"

msgid ""
"Specifies default handling of phases. See :hg:`help phases` for more\n"
"information about working with phases."
msgstr ""
"デフォルト時のフェーズの取り扱い設定。\n"
"フェーズ操作に関する詳細は :hg:`help phases` を参照してください。"

msgid ""
"``publish``\n"
"    Controls draft phase behavior when working as a server. When true,\n"
"    pushed changesets are set to public in both client and server and\n"
"    pulled or cloned changesets are set to public in the client.\n"
"    (default: True)"
msgstr ""
"``publish``\n"
"    サーバとして機能する際の、 draft フェーズに対する挙動の設定。\n"
"    True の場合、 クライアントから反映されたリビジョンのフェーズは、\n"
"    クライアント/サーバ双方で public 化され、 クライアントに取り込み、\n"
"    または複製されたリビジョンのフェーズは、 クライアント側でのみ public\n"
"    化されます。(デフォルト値: True)"

msgid ""
"``new-commit``\n"
"    Phase of newly-created commits.\n"
"    (default: draft)"
msgstr ""
"``new-commit``\n"
"    新規作成されるリビジョンのフェーズ。\n"
"    (デフォルト値: draft)"

msgid ""
"``checksubrepos``\n"
"    Check the phase of the current revision of each subrepository. Allowed\n"
"    values are \"ignore\", \"follow\" and \"abort\". For settings other "
"than\n"
"    \"ignore\", the phase of the current revision of each subrepository is\n"
"    checked before committing the parent repository. If any of those phases "
"is\n"
"    greater than the phase of the parent repository (e.g. if a subrepo is in "
"a\n"
"    \"secret\" phase while the parent repo is in \"draft\" phase), the "
"commit is\n"
"    either aborted (if checksubrepos is set to \"abort\") or the higher "
"phase is\n"
"    used for the parent repository commit (if set to \"follow\").\n"
"    (default: follow)"
msgstr ""
"``checksubrepos``\n"
"    サブリポジトリのフェーズ確認の有無。 \"ignore\"、 \"follow\" または\n"
"    \"abort\" が指定可能です。 \"ignore\" 以外が指定された場合、\n"
"    親リポジトリのコミット前に、 サブリポジトリのフェーズを確認します。\n"
"    親リポジトリ側フェーズよりも、サブリポジトリ側の公開度合が低い場合\n"
"    (例: 親側の \"draft\" に対して、サブリポジトリ側が \"secret\")、\n"
"    コミット中断 (\"abort\" 時) か、 サブリポジトリ側フェーズ値でコミット\n"
"    (\"follow\" 時) します。 (デフォルト値: follow)"

msgid ""
"\n"
"``profiling``\n"
"-------------"
msgstr ""
"\n"
"``profiling``\n"
"-------------"

msgid ""
"Specifies profiling type, format, and file output. Two profilers are\n"
"supported: an instrumenting profiler (named ``ls``), and a sampling\n"
"profiler (named ``stat``)."
msgstr ""
"プロファイリングの種別、 形式および出力先の設定。 指定可能な種別は、\n"
"精密プロファイル (名称: ``ls``) と、 サンプリングプロファイル (名称:\n"
"``stat``) の2種類です。"

#, fuzzy
msgid ""
"In this section description, 'profiling data' stands for the raw data\n"
"collected during profiling, while 'profiling report' stands for a\n"
"statistical text report generated from the profiling data."
msgstr ""
"以下の説明では、 プロファイル期間に採取される生データの事を\n"
"'プロファイルデータ'、 プロファイルデータを元にした、\n"
"テキスト形式の統計報告を 'プロファイル報告' と呼びます。\n"
"プロファイル採取には、 lsprof が用いられます。"

msgid ""
"``enabled``\n"
"    Enable the profiler.\n"
"    (default: false)"
msgstr ""
"``enabled``\n"
"    プロファイラの有効化。\n"
"    (デフォルト値: false)"

msgid "    This is equivalent to passing ``--profile`` on the command line."
msgstr "    true 指定はコマンド行での ``--profile`` 指定と等価です。"

msgid ""
"``type``\n"
"    The type of profiler to use.\n"
"    (default: stat)"
msgstr ""
"``type``\n"
"    使用するプロファイラ種別。\n"
"    (デフォルト値: stat)"

msgid ""
"    ``ls``\n"
"      Use Python's built-in instrumenting profiler. This profiler\n"
"      works on all platforms, but each line number it reports is the\n"
"      first line of a function. This restriction makes it difficult to\n"
"      identify the expensive parts of a non-trivial function.\n"
"    ``stat``\n"
"      Use a statistical profiler, statprof. This profiler is most\n"
"      useful for profiling commands that run for longer than about 0.1\n"
"      seconds."
msgstr ""
"    ``ls``\n"
"      Python 組み込みの詳細プロファイラ。 どの環境でも利用できますが、\n"
"      報告される行番号は、 常に関数の冒頭行に固定されます。 そのため、\n"
"      入り組んだ関数内部の、 高コストな部位は、 特定が困難です。\n"
"    ``stat``\n"
"      統計的なプロファイラ statprof。 0.1 秒以上のコマンド実行の場合、\n"
"      ls よりもこちらの方が有用です。"

msgid ""
"``format``\n"
"    Profiling format.  Specific to the ``ls`` instrumenting profiler.\n"
"    (default: text)"
msgstr ""
"``format``\n"
"    プロファイル形式。 詳細プロファイラ ``ls`` 固有の設定。\n"
"    (デフォルト値: text)"

msgid ""
"    ``text``\n"
"      Generate a profiling report. When saving to a file, it should be\n"
"      noted that only the report is saved, and the profiling data is\n"
"      not kept.\n"
"    ``kcachegrind``\n"
"      Format profiling data for kcachegrind use: when saving to a\n"
"      file, the generated file can directly be loaded into\n"
"      kcachegrind."
msgstr ""
"    ``text``\n"
"      プロファイル報告を生成。 プロファイル報告をファイルに保存する場合、\n"
"      プロファイルデータは保存されない点に注意してください。\n"
"    ``kcachegrind``\n"
"      プロファイルデータを kcachegrind 形式化。 ファイルに保存する場合、\n"
"      当該ファイルは直接 kcachegrind で読み込めます。"

msgid ""
"``statformat``\n"
"    Profiling format for the ``stat`` profiler.\n"
"    (default: hotpath)"
msgstr ""
"``statformat``\n"
"    プロファイラ ``stat`` のプロファイル形式。\n"
"    (デフォルト値: hotpath)"

msgid ""
"    ``hotpath``\n"
"      Show a tree-based display containing the hot path of execution (where\n"
"      most time was spent).\n"
"    ``bymethod``\n"
"      Show a table of methods ordered by how frequently they are active.\n"
"    ``byline``\n"
"      Show a table of lines in files ordered by how frequently they are "
"active.\n"
"    ``json``\n"
"      Render profiling data as JSON."
msgstr ""
"    ``hotpath``\n"
"      実行時のホットパス (時間消費の激しい場所) を含むツリー表示\n"
"    ``bymethod``\n"
"      実行頻度順で整列した関数をテーブル表示\n"
"    ``byline``\n"
"      実行頻度順で整列したソース行をテーブル表示\n"
"    ``json``\n"
"      プロファイルデータを JSON で出力"

msgid ""
"``frequency``\n"
"    Sampling frequency.  Specific to the ``stat`` sampling profiler.\n"
"    (default: 1000)"
msgstr ""
"``frequency``\n"
"    サンプリング頻度。 サンプリングプロファイラ ``stat`` 固有の設定。\n"
"    (デフォルト値: 1000)"

msgid ""
"``output``\n"
"    File path where profiling data or report should be saved. If the\n"
"    file exists, it is replaced. (default: None, data is printed on\n"
"    stderr)"
msgstr ""
"``output``\n"
"    プロファイルデータ、 または統計報告の保存先。\n"
"    既存ファイルが指定された場合、 ファイルは上書きされます。\n"
"    (デフォルト値: None = 標準エラー出力に結果を出力)"

msgid ""
"``sort``\n"
"    Sort field.  Specific to the ``ls`` instrumenting profiler.\n"
"    One of ``callcount``, ``reccallcount``, ``totaltime`` and\n"
"    ``inlinetime``.\n"
"    (default: inlinetime)"
msgstr ""
"``sort``\n"
"    出力の整列。 詳細プロファイラ ``ls`` 固有の設定。\n"
"    ``callcount``, ``reccallcount``, ``totaltime`` または ``inlinetime``\n"
"    から1つを指定してください。 (デフォルト値: inlinetime)"

msgid ""
"``limit``\n"
"    Number of lines to show. Specific to the ``ls`` instrumenting profiler.\n"
"    (default: 30)"
msgstr ""
"``limit``\n"
"    表示対象行数。 詳細プロファイラ ``ls`` 固有の設定。 (デフォルト値: 30)"

#, fuzzy
msgid ""
"``nested``\n"
"    Show at most this number of lines of drill-down info after each main "
"entry.\n"
"    This can help explain the difference between Total and Inline.\n"
"    Specific to the ``ls`` instrumenting profiler.\n"
"    (default: 0)"
msgstr ""
"``nested``\n"
"    個々のメインエントリ以後の、 掘り下げ (drill-down) 情報表示の、\n"
"    最大行数。 Total と Inline の差の説明を助けます。\n"
"    詳細プロファイラ ``ls`` 固有の設定。 (デフォルト値: 5)"

msgid ""
"``showmin``\n"
"    Minimum fraction of samples an entry must have for it to be displayed.\n"
"    Can be specified as a float between ``0.0`` and ``1.0`` or can have a\n"
"    ``%`` afterwards to allow values up to ``100``. e.g. ``5%``."
msgstr ""

msgid "    Only used by the ``stat`` profiler."
msgstr ""

msgid ""
"    For the ``hotpath`` format, default is ``0.05``.\n"
"    For the ``chrome`` format, default is ``0.005``."
msgstr ""

msgid "    The option is unused on other formats."
msgstr ""

msgid ""
"``showmax``\n"
"    Maximum fraction of samples an entry can have before it is ignored in\n"
"    display. Values format is the same as ``showmin``."
msgstr ""

msgid "    For the ``chrome`` format, default is ``0.999``."
msgstr ""

msgid ""
"``progress``\n"
"------------"
msgstr ""
"``progress``\n"
"------------"

msgid ""
"Mercurial commands can draw progress bars that are as informative as\n"
"possible. Some progress bars only offer indeterminate information, while "
"others\n"
"have a definite end point."
msgstr ""
"Mercurial コマンドは、 処理の進捗率を表示可能です。 多くの処理において、\n"
"明確な処理総量に基づいて、 進捗表示が行われますが、 一部の処理では、\n"
"不確定な情報に基づいた進捗率が表示される場合があります。"

msgid ""
"``delay``\n"
"    Number of seconds (float) before showing the progress bar. (default: 3)"
msgstr ""
"``delay``\n"
"    進捗表示開始までの秒数(浮動小数点) (デフォルト値: 3.0)"

msgid ""
"``changedelay``\n"
"    Minimum delay before showing a new topic. When set to less than 3 * "
"refresh,\n"
"    that value will be used instead. (default: 1)"
msgstr ""
"``changedelay``\n"
"    次のトピック表示までの最小遅延。 refresh の3倍以上の値は無視されます。\n"
"    (デフォルト値: 1.0)"

msgid ""
"``estimateinterval``\n"
"    Maximum sampling interval in seconds for speed and estimated time\n"
"    calculation. (default: 60)"
msgstr ""

msgid ""
"``refresh``\n"
"    Time in seconds between refreshes of the progress bar. (default: 0.1)"
msgstr ""
"``refresh``\n"
"    進捗表示更新間隔の秒数 (デフォルト値: 0.1)"

msgid ""
"``format``\n"
"    Format of the progress bar."
msgstr ""
"``format``\n"
"    進捗表示の形式指定。"

msgid ""
"    Valid entries for the format field are ``topic``, ``bar``, ``number``,\n"
"    ``unit``, ``estimate``, ``speed``, and ``item``. ``item`` defaults to "
"the\n"
"    last 20 characters of the item, but this can be changed by adding "
"either\n"
"    ``-<num>`` which would take the last num characters, or ``+<num>`` for "
"the\n"
"    first num characters."
msgstr ""
"    format 指定で有効な要素は ``topic`` (現処理内容), ``bar`` (バー表示),\n"
"    ``number`` (終了数), ``unit`` (対象単位), ``estimate`` (残予想時間),\n"
"    ``speed`` (処理速度), ``item`` (現処理対象) です。 デフォルトの item\n"
"    は対象の末尾 20 文字ですが、 ``-<num>`` (末尾 num 文字) や ``+<num>``\n"
"    (冒頭 num 文字) 指定の追加で変更可能です。"

msgid "    (default: topic bar number estimate)"
msgstr "    (デフォルト値: topic bar number estimate)"

msgid ""
"``width``\n"
"    If set, the maximum width of the progress information (that is, "
"min(width,\n"
"    term width) will be used)."
msgstr ""
"``width``\n"
"    進捗情報表示の最大幅 (画面幅と比較して、 小さい方の値を採用)"

msgid ""
"``clear-complete``\n"
"    Clear the progress bar after it's done. (default: True)"
msgstr ""
"``clear-complete``\n"
"    処理終了後の進捗表示クリアの要否 (デフォルト値: True)"

msgid ""
"``disable``\n"
"    If true, don't show a progress bar."
msgstr ""
"``disable``\n"
"    true 設定時は、 進捗表示を抑止。"

msgid ""
"``assume-tty``\n"
"    If true, ALWAYS show a progress bar, unless disable is given."
msgstr ""
"``assume-tty``\n"
"    true 設定時は、disable による禁止が無い限り、 常に進捗表示を実施。"

msgid ""
"``rebase``\n"
"----------"
msgstr ""
"``rebase``\n"
"----------"

#, fuzzy
msgid ""
"``evolution.allowdivergence``\n"
"    Default to False, when True allow creating divergence when performing\n"
"    rebase of obsolete changesets."
msgstr ""
"``allowdivergence``\n"
"    廃止 (obsolete) リビジョンを移動する際の、 分岐許容の有無。\n"
"    (デフォルト値: False)"

msgid ""
"``revsetalias``\n"
"---------------"
msgstr ""
"``revsetalias``\n"
"---------------"

msgid "Alias definitions for revsets. See :hg:`help revsets` for details."
msgstr ""
"revsets 機能の別名定義。\n"
"詳細は :hg:`help revsets` を参照してください。"

msgid ""
"``server``\n"
"----------"
msgstr ""
"``server``\n"
"----------"

msgid "Controls generic server settings."
msgstr "一般的なサーバ機能の設定。"

msgid ""
"``bookmarks-pushkey-compat``\n"
"    Trigger pushkey hook when being pushed bookmark updates. This config "
"exist\n"
"    for compatibility purpose (default to True)"
msgstr ""

msgid ""
"    If you use ``pushkey`` and ``pre-pushkey`` hooks to control bookmark\n"
"    movement we recommend you migrate them to ``txnclose-bookmark`` and\n"
"    ``pretxnclose-bookmark``."
msgstr ""

msgid ""
"``compressionengines``\n"
"    List of compression engines and their relative priority to advertise\n"
"    to clients."
msgstr ""

msgid ""
"    The order of compression engines determines their priority, the first\n"
"    having the highest priority. If a compression engine is not listed\n"
"    here, it won't be advertised to clients."
msgstr ""

msgid ""
"    If not set (the default), built-in defaults are used. Run\n"
"    :hg:`debuginstall` to list available compression engines and their\n"
"    default wire protocol priority."
msgstr ""

msgid ""
"    Older Mercurial clients only support zlib compression and this setting\n"
"    has no effect for legacy clients."
msgstr ""

msgid ""
"``uncompressed``\n"
"    Whether to allow clients to clone a repository using the\n"
"    uncompressed streaming protocol. This transfers about 40% more\n"
"    data than a regular clone, but uses less memory and CPU on both\n"
"    server and client. Over a LAN (100 Mbps or better) or a very fast\n"
"    WAN, an uncompressed streaming clone is a lot faster (~10x) than a\n"
"    regular clone. Over most WAN connections (anything slower than\n"
"    about 6 Mbps), uncompressed streaming is slower, because of the\n"
"    extra data transfer overhead. This mode will also temporarily hold\n"
"    the write lock while determining what data to transfer.\n"
"    (default: True)"
msgstr ""
"``uncompressed``\n"
"    クライアントからの、非圧縮プロトコルでの :hg:`clone` 要求に対する、\n"
"    許可の可否。 通常の転送と比較して、 データ量が 40% 程度増加しますが、\n"
"    サーバ/クライアント双方で、 メモリや CPU の消費が低減します。\n"
"    LAN (100 Mbps またはそれ以上) や高速 WAN 経由であれば、\n"
"    通常形式よりも高速 (最大 10 倍程度) です。\n"
"    転送データ量が増加することから、 一般的な WAN 接続 (概ね 6 Mbps 以下)\n"
"    では、 非圧縮形式の方が低速です。\n"
"    転送データが確定するまでの間は、 非圧縮形式であっても、\n"
"    一時的な書き込みロックが保持されます。\n"
"    (デフォルト値: True)"

#, fuzzy
msgid ""
"``uncompressedallowsecret``\n"
"    Whether to allow stream clones when the repository contains secret\n"
"    changesets. (default: False)"
msgstr ""
"``allowgz``\n"
"    (非推奨) .tar.gz 形式でのアーカイブダウンロードの可否。\n"
"    (デフォルト値: False)"

msgid ""
"``preferuncompressed``\n"
"    When set, clients will try to use the uncompressed streaming\n"
"    protocol. (default: False)"
msgstr ""
"``preferuncompressed``\n"
"    真値が設定された場合、 クライアントは非圧縮での転送を試みます。\n"
"    (デフォルト値: False)"

msgid ""
"``disablefullbundle``\n"
"    When set, servers will refuse attempts to do pull-based clones.\n"
"    If this option is set, ``preferuncompressed`` and/or clone bundles\n"
"    are highly recommended. Partial clones will still be allowed.\n"
"    (default: False)"
msgstr ""

msgid ""
"``streamunbundle``\n"
"    When set, servers will apply data sent from the client directly,\n"
"    otherwise it will be written to a temporary file first. This option\n"
"    effectively prevents concurrent pushes."
msgstr ""

msgid ""
"``pullbundle``\n"
"    When set, the server will check pullbundles.manifest for bundles\n"
"    covering the requested heads and common nodes. The first matching\n"
"    entry will be streamed to the client."
msgstr ""

msgid ""
"    For HTTP transport, the stream will still use zlib compression\n"
"    for older clients."
msgstr ""

msgid ""
"``concurrent-push-mode``\n"
"    Level of allowed race condition between two pushing clients."
msgstr ""

msgid ""
"    - 'strict': push is abort if another client touched the repository\n"
"      while the push was preparing. (default)\n"
"    - 'check-related': push is only aborted if it affects head that got "
"also\n"
"      affected while the push was preparing."
msgstr ""

msgid ""
"    This requires compatible client (version 4.3 and later). Old client "
"will\n"
"    use 'strict'."
msgstr ""

msgid ""
"``validate``\n"
"    Whether to validate the completeness of pushed changesets by\n"
"    checking that all new file revisions specified in manifests are\n"
"    present. (default: False)"
msgstr ""
"``validate``\n"
"    反映対象リビジョンの、 完全性検証の要否。\n"
"    マニフェスト中の全ての更新情報が、 転送内容に含まれているか否かで、\n"
"    データの完全性を確認します。 (デフォルト値: False)"

msgid ""
"``maxhttpheaderlen``\n"
"    Instruct HTTP clients not to send request headers longer than this\n"
"    many bytes. (default: 1024)"
msgstr ""
"``maxhttpheaderlen``\n"
"    HTTP クライアントに対して、 このサイズ以上のヘッダを送信しないように、\n"
"    指示します (デフォルト値: 1024)"

msgid ""
"``bundle1``\n"
"    Whether to allow clients to push and pull using the legacy bundle1\n"
"    exchange format. (default: True)"
msgstr ""

msgid ""
"``bundle1gd``\n"
"    Like ``bundle1`` but only used if the repository is using the\n"
"    *generaldelta* storage format. (default: True)"
msgstr ""

msgid ""
"``bundle1.push``\n"
"    Whether to allow clients to push using the legacy bundle1 exchange\n"
"    format. (default: True)"
msgstr ""

msgid ""
"``bundle1gd.push``\n"
"    Like ``bundle1.push`` but only used if the repository is using the\n"
"    *generaldelta* storage format. (default: True)"
msgstr ""

msgid ""
"``bundle1.pull``\n"
"    Whether to allow clients to pull using the legacy bundle1 exchange\n"
"    format. (default: True)"
msgstr ""

msgid ""
"``bundle1gd.pull``\n"
"    Like ``bundle1.pull`` but only used if the repository is using the\n"
"    *generaldelta* storage format. (default: True)"
msgstr ""

msgid ""
"    Large repositories using the *generaldelta* storage format should\n"
"    consider setting this option because converting *generaldelta*\n"
"    repositories to the exchange format required by the bundle1 data\n"
"    format can consume a lot of CPU."
msgstr ""

msgid ""
"``zliblevel``\n"
"    Integer between ``-1`` and ``9`` that controls the zlib compression "
"level\n"
"    for wire protocol commands that send zlib compressed output (notably "
"the\n"
"    commands that send repository history data)."
msgstr ""

msgid ""
"    The default (``-1``) uses the default zlib compression level, which is\n"
"    likely equivalent to ``6``. ``0`` means no compression. ``9`` means\n"
"    maximum compression."
msgstr ""

msgid ""
"    Setting this option allows server operators to make trade-offs between\n"
"    bandwidth and CPU used. Lowering the compression lowers CPU utilization\n"
"    but sends more bytes to clients."
msgstr ""

msgid "    This option only impacts the HTTP server."
msgstr ""

msgid ""
"``zstdlevel``\n"
"    Integer between ``1`` and ``22`` that controls the zstd compression "
"level\n"
"    for wire protocol commands. ``1`` is the minimal amount of compression "
"and\n"
"    ``22`` is the highest amount of compression."
msgstr ""

msgid ""
"    The default (``3``) should be significantly faster than zlib while "
"likely\n"
"    delivering better compression ratios."
msgstr ""

msgid "    See also ``server.zliblevel``."
msgstr ""

msgid ""
"``smtp``\n"
"--------"
msgstr ""
"``smtp``\n"
"--------"

msgid "Configuration for extensions that need to send email messages."
msgstr "電子メールを送信するエクステンション向け設定。"

msgid ""
"``host``\n"
"    Host name of mail server, e.g. \"mail.example.com\"."
msgstr ""
"``host``\n"
"    メールサーバのホスト名。 設定例: \"mail.example.com\""

msgid ""
"``port``\n"
"    Optional. Port to connect to on mail server. (default: 465 if\n"
"    ``tls`` is smtps; 25 otherwise)"
msgstr ""
"``port``\n"
"    省略可能。 メールサーバのポート番号。 (デフォルト値: ``tls``\n"
"    設定が smtps の場合は 465、 それ以外は 25)"

msgid ""
"``tls``\n"
"    Optional. Method to enable TLS when connecting to mail server: "
"starttls,\n"
"    smtps or none. (default: none)"
msgstr ""
"``tls``\n"
"    省略可能。 メールサーバ接続における TLS 接続の有無/方式の指定。\n"
"    starttls、 smtps または none。 (デフォルト値: none)"

msgid ""
"``username``\n"
"    Optional. User name for authenticating with the SMTP server.\n"
"    (default: None)"
msgstr ""
"``username``\n"
"    省略可能。 メールサーバ接続の認証におけるユーザ名。\n"
"    (デフォルト値: None)"

msgid ""
"``password``\n"
"    Optional. Password for authenticating with the SMTP server. If not\n"
"    specified, interactive sessions will prompt the user for a\n"
"    password; non-interactive sessions will fail. (default: None)"
msgstr ""
"``password``\n"
"    省略可能。 メールサーバ接続の認証におけるパスワード。\n"
"    無指定の場合、 対話的な実行であれば、\n"
"    パスワード入力プロンプトが表示されますが、\n"
"    非対話的な実行であれば、 処理が中断されます。\n"
"    (デフォルト値: None)"

msgid ""
"``local_hostname``\n"
"    Optional. The hostname that the sender can use to identify\n"
"    itself to the MTA."
msgstr ""
"``local_hostname``\n"
"    省略可能。 MTA に対して、 送信元を指定するためのホスト名。"

msgid ""
"\n"
"``subpaths``\n"
"------------"
msgstr ""
"\n"
"``subpaths``\n"
"------------"

msgid ""
"Subrepository source URLs can go stale if a remote server changes name\n"
"or becomes temporarily unavailable. This section lets you define\n"
"rewrite rules of the form::"
msgstr ""
"連携先ホストの名称変更や一時的な停止などで、 サブリポジトリ連携先 URL が、\n"
"無効になる場合があります。 本セクションでは、 参照先 URL の書き換えを、\n"
"以下の形式で記述できます::"

msgid "    <pattern> = <replacement>"
msgstr "    <パターン> = <置換結果>"

msgid ""
"where ``pattern`` is a regular expression matching a subrepository\n"
"source URL and ``replacement`` is the replacement string used to\n"
"rewrite it. Groups can be matched in ``pattern`` and referenced in\n"
"``replacements``. For instance::"
msgstr ""
"``パターン`` にはサブリポジトリの参照先 URL に合致する正規表現を、\n"
"``置換結果`` には参照先 URL の書き換え結果を記述します。\n"
"``パターン`` でのグループ表記への合致は、``置換結果`` で参照可能です。\n"
"記述例を以下に示します::"

msgid "    http://server/(.*)-hg/ = http://hg.server/\\1/"
msgstr "    http://server/(.*)-hg/ = http://hg.server/\\1/"

msgid "rewrites ``http://server/foo-hg/`` into ``http://hg.server/foo/``."
msgstr ""
"上記設定によって、 ``http://server/foo-hg/`` は\n"
"``http://hg.server/foo/`` に書き換えられます。"

msgid ""
"Relative subrepository paths are first made absolute, and the\n"
"rewrite rules are then applied on the full (absolute) path. If ``pattern``\n"
"doesn't match the full path, an attempt is made to apply it on the\n"
"relative path alone. The rules are applied in definition order."
msgstr ""
"サブリポジトリの参照先 URL が相対パスの場合、 書き換えの ``パターン`` は、\n"
"参照先 URL を絶対パス化した後で、 絶対パス全体に適用されます。\n"
"絶対パス化された ``パターン`` に対する書き換えが発生しない場合は、\n"
"絶対パス化前の参照先に対し、 合致判定/買い替えを再度実施します。\n"
"書き換えの適用は、 記述順に実施されます。"

#, fuzzy
msgid ""
"``subrepos``\n"
"------------"
msgstr ""
"\n"
"``subpaths``\n"
"------------"

msgid ""
"This section contains options that control the behavior of the\n"
"subrepositories feature. See also :hg:`help subrepos`."
msgstr ""

msgid ""
"Security note: auditing in Mercurial is known to be insufficient to\n"
"prevent clone-time code execution with carefully constructed Git\n"
"subrepos. It is unknown if a similar detect is present in Subversion\n"
"subrepos. Both Git and Subversion subrepos are disabled by default\n"
"out of security concerns. These subrepo types can be enabled using\n"
"the respective options below."
msgstr ""

#, fuzzy
msgid ""
"``allowed``\n"
"    Whether subrepositories are allowed in the working directory."
msgstr ""
"``parents([set])``\n"
"    指定リビジョン群または作業領域の、 全親リビジョン群。"

msgid ""
"    When false, commands involving subrepositories (like :hg:`update`)\n"
"    will fail for all subrepository types.\n"
"    (default: true)"
msgstr ""

msgid ""
"``hg:allowed``\n"
"    Whether Mercurial subrepositories are allowed in the working\n"
"    directory. This option only has an effect if ``subrepos.allowed``\n"
"    is true.\n"
"    (default: true)"
msgstr ""

msgid ""
"``git:allowed``\n"
"    Whether Git subrepositories are allowed in the working directory.\n"
"    This option only has an effect if ``subrepos.allowed`` is true."
msgstr ""

msgid ""
"    See the security note above before enabling Git subrepos.\n"
"    (default: false)"
msgstr ""

msgid ""
"``svn:allowed``\n"
"    Whether Subversion subrepositories are allowed in the working\n"
"    directory. This option only has an effect if ``subrepos.allowed``\n"
"    is true."
msgstr ""

msgid ""
"    See the security note above before enabling Subversion subrepos.\n"
"    (default: false)"
msgstr ""

msgid ""
"``templatealias``\n"
"-----------------"
msgstr ""
"``templatealias``\n"
"-----------------"

msgid "Alias definitions for templates. See :hg:`help templates` for details."
msgstr ""
"テンプレート機能の別名定義。\n"
"詳細は :hg:`help templates` を参照してください。"

msgid ""
"``templates``\n"
"-------------"
msgstr ""
"``templates``\n"
"-------------"

msgid ""
"Use the ``[templates]`` section to define template strings.\n"
"See :hg:`help templates` for details."
msgstr ""
"``[templates]`` セクションでは、 テンプレート文字列の定義を行います。\n"
"詳細は :hg:`help templates` を参照してください。"

msgid ""
"``trusted``\n"
"-----------"
msgstr ""
"``trusted``\n"
"-----------"

msgid ""
"Mercurial will not use the settings in the\n"
"``.hg/hgrc`` file from a repository if it doesn't belong to a trusted\n"
"user or to a trusted group, as various hgrc features allow arbitrary\n"
"commands to be run. This issue is often encountered when configuring\n"
"hooks or extensions for shared repositories or servers. However,\n"
"the web interface will use some safe settings from the ``[web]``\n"
"section."
msgstr ""
"Mercurial の設定ファイルは、 任意のコマンド実行を可能にできることから、\n"
"信頼できるユーザ/グループに属さない設定ファイルは、\n"
"その記述内容が無視されます。 共有リポジトリや、 リポジトリサーバの\n"
"``.hg/hgrc`` におけるフックやエクステンション設定では、\n"
"しばしばこの問題が顕在化します。\n"
"但し、 web インタフェースに関しては、\n"
"``[web]`` セクションにおける、 安全な設定記述が使用されます。"

msgid ""
"This section specifies what users and groups are trusted. The\n"
"current user is always trusted. To trust everybody, list a user or a\n"
"group with name ``*``. These settings must be placed in an\n"
"*already-trusted file* to take effect, such as ``$HOME/.hgrc`` of the\n"
"user or service running Mercurial."
msgstr ""
"設定ファイルの所有者またはグループが、\n"
"本セクションで記述した、 ユーザまたはグループと合致する場合、\n"
"その設定ファイルは *信頼* されます。\n"
"実効ユーザ (※ 訳注: 対象リポジトリ上で実行される\n"
"「プロセス」 の実効ユーザ) は常に信頼対象になります。\n"
"全てのファイルを信頼する場合は、 ユーザ/グループ設定のいずれかで\n"
"``*`` を列挙してください。 本セクションの記述が有効になるためには、\n"
"*既に信頼されているファイル* において記述する必要が有ります。\n"
"例えば、 Mercurial プロセスを実行しているユーザやサービスの\n"
"``$HOME/.hgrc`` ファイルなどが該当します。"

msgid ""
"``users``\n"
"  Comma-separated list of trusted users."
msgstr ""
"``users``\n"
"  信頼できるユーザの一覧 (カンマ区切り)"

msgid ""
"``groups``\n"
"  Comma-separated list of trusted groups."
msgstr ""
"``groups``\n"
"  信頼できるグループの一覧 (カンマ区切り)"

msgid ""
"\n"
"``ui``\n"
"------"
msgstr ""
"\n"
"``ui``\n"
"------"

msgid "User interface controls."
msgstr "ユーザインタフェースに関する設定。"

msgid ""
"``archivemeta``\n"
"    Whether to include the .hg_archival.txt file containing meta data\n"
"    (hashes for the repository base and for tip) in archives created\n"
"    by the :hg:`archive` command or downloaded via hgweb.\n"
"    (default: True)"
msgstr ""
"``archivemeta``\n"
"    :hg:`archive` コマンドまたは hgweb 経由のダウンロードで得られる\n"
"    アーカイブファイルへの、 メタデータ (リポジトリの初期リビジョンと、\n"
"    アーカイブ対象リビジョンのハッシュ値) を保持する .hg_archival.txt\n"
"    ファイル格納の有無。 (デフォルト値: True)"

msgid ""
"``askusername``\n"
"    Whether to prompt for a username when committing. If True, and\n"
"    neither ``$HGUSER`` nor ``$EMAIL`` has been specified, then the user "
"will\n"
"    be prompted to enter a username. If no username is entered, the\n"
"    default ``USER@HOST`` is used instead.\n"
"    (default: False)"
msgstr ""
"``askusername``\n"
"    コミットにおけるユーザ名問い合わせの有無。 True の場合、\n"
"    ``$HGUSER`` も ``$EMAIL`` も設定されていなければ、\n"
"    ユーザ名の問い合わせを行います。\n"
"    ユーザ名が入力されない場合、 ``ユーザ名@ホスト名`` が使用されます。\n"
"    (デフォルト値: False)"

msgid ""
"``clonebundles``\n"
"    Whether the \"clone bundles\" feature is enabled."
msgstr ""

msgid ""
"    When enabled, :hg:`clone` may download and apply a server-advertised\n"
"    bundle file from a URL instead of using the normal exchange mechanism."
msgstr ""

msgid "    This can likely result in faster and more reliable clones."
msgstr ""

msgid "    (default: True)"
msgstr "    (デフォルト値: True)"

msgid ""
"``clonebundlefallback``\n"
"    Whether failure to apply an advertised \"clone bundle\" from a server\n"
"    should result in fallback to a regular clone."
msgstr ""
"``clonebundlefallback``\n"
"    サーバからの \"clone bundle\" 要求が適用できなかった場合に、\n"
"    代替として通常の clone 処理を行うか否か。"

msgid ""
"    This is disabled by default because servers advertising \"clone\n"
"    bundles\" often do so to reduce server load. If advertised bundles\n"
"    start mass failing and clients automatically fall back to a regular\n"
"    clone, this would add significant and unexpected load to the server\n"
"    since the server is expecting clone operations to be offloaded to\n"
"    pre-generated bundles. Failing fast (the default behavior) ensures\n"
"    clients don't overwhelm the server when \"clone bundle\" application\n"
"    fails."
msgstr ""
"    \"clone bundles\" は、 サーバ側の負荷軽減のために要求されるため、\n"
"    通常 clone 処理による代替は、 デフォルトでは無効化されています。\n"
"    クライアントが \"clone bundles\" 代替として通常 clone 処理を行うと、\n"
"    事前作成した bundle ファイルによる、 負荷低減を期待していたサーバは、\n"
"    想定外の負荷を受けることになります。 \"clone bundles\" 適用不可時に、\n"
"    処理を終了させることで、 異常な負荷によるサーバダウンを防ぎます。"

msgid "    (default: False)"
msgstr "    (デフォルト値: False)"

msgid ""
"``clonebundleprefers``\n"
"    Defines preferences for which \"clone bundles\" to use."
msgstr ""

msgid ""
"    Servers advertising \"clone bundles\" may advertise multiple available\n"
"    bundles. Each bundle may have different attributes, such as the bundle\n"
"    type and compression format. This option is used to prefer a particular\n"
"    bundle over another."
msgstr ""

msgid "    The following keys are defined by Mercurial:"
msgstr "    Mercurial では以下のキーを定義しています:"

msgid ""
"    BUNDLESPEC\n"
"       A bundle type specifier. These are strings passed to :hg:`bundle -"
"t`.\n"
"       e.g. ``gzip-v2`` or ``bzip2-v1``."
msgstr ""

msgid ""
"    COMPRESSION\n"
"       The compression format of the bundle. e.g. ``gzip`` and ``bzip2``."
msgstr ""

msgid "    Server operators may define custom keys."
msgstr ""

msgid ""
"    Example values: ``COMPRESSION=bzip2``,\n"
"    ``BUNDLESPEC=gzip-v2, COMPRESSION=gzip``."
msgstr ""

msgid "    By default, the first bundle advertised by the server is used."
msgstr ""

#, fuzzy
msgid ""
"``color``\n"
"    When to colorize output. Possible value are Boolean (\"yes\" or \"no\"), "
"or\n"
"    \"debug\", or \"always\". (default: \"yes\"). \"yes\" will use color "
"whenever it\n"
"    seems possible. See :hg:`help color` for details."
msgstr ""
"``color``\n"
"    文字列: コマンド出力のカラー化設定。 指定可能な値は auto, always,\n"
"    never または debug です (デフォルト値: auto) 'auto' 指定の場合、\n"
"    可能な範囲でカラー化されます。 詳細は :hg:`help color`\n"
"    を参照してください。"

msgid ""
"``commitsubrepos``\n"
"    Whether to commit modified subrepositories when committing the\n"
"    parent repository. If False and one subrepository has uncommitted\n"
"    changes, abort the commit.\n"
"    (default: False)"
msgstr ""
"``commitsubrepos``\n"
"    親リポジトリのコミットにおける、 サブリポジトリ変更のコミットの要否。\n"
"    False の場合に、 変更が未コミットなサブリポジトリがあれば、\n"
"    コミット処理は中断されます。 (デフォルト値: False)"

msgid ""
"``debug``\n"
"    Print debugging information. (default: False)"
msgstr ""
"``debug``\n"
"    デバッグ情報表示要否の真偽値。 (デフォルト値: False)"

msgid ""
"``editor``\n"
"    The editor to use during a commit. (default: ``$EDITOR`` or ``vi``)"
msgstr ""
"``editor``\n"
"    コミットログ入力用エディタ。 (デフォルト値: ``$EDITOR`` または ``vi``)"

msgid ""
"``fallbackencoding``\n"
"    Encoding to try if it's not possible to decode the changelog using\n"
"    UTF-8. (default: ISO-8859-1)"
msgstr ""
"``fallbackencoding``\n"
"    UTF-8 によるコミットログの変換が失敗した場合に使用する符号化形式。\n"
"    (デフォルト値: ISO-8859-1)"

msgid ""
"``graphnodetemplate``\n"
"    The template used to print changeset nodes in an ASCII revision graph.\n"
"    (default: ``{graphnode}``)"
msgstr ""
"``graphnodetemplate``\n"
"    ASCII 文字での履歴グラフ表示の際に、リビジョン表示で使用する文字\n"
"    (デフォルト値: ``{graphnode}``)"

msgid ""
"``ignore``\n"
"    A file to read per-user ignore patterns from. This file should be\n"
"    in the same format as a repository-wide .hgignore file. Filenames\n"
"    are relative to the repository root. This option supports hook syntax,\n"
"    so if you want to specify multiple ignore files, you can do so by\n"
"    setting something like ``ignore.other = ~/.hgignore2``. For details\n"
"    of the ignore file format, see the ``hgignore(5)`` man page."
msgstr ""
"``ignore``\n"
"    無視対象パターンファイルの読み込み設定。 対象ファイルの形式は、\n"
"    リポジトリ毎の .hgignore と同じです。 指定されたファイル名は、\n"
"    リポジトリ相対とみなされます。 フック指定と同様の ``ignore.other =\n"
"    ~/.hgignore2`` 形式の記述により、 複数のファイルを読み込めます。\n"
"    無視指定ファイルの詳細は ``hgignore(5)`` マニュアルを参照してください\n"
"    (※ 訳注: :hg:`help ignore` でも参照可能)。"

msgid ""
"``interactive``\n"
"    Allow to prompt the user. (default: True)"
msgstr ""
"``interactive``\n"
"    ユーザへの問い合わせ可否の真偽値。 (デフォルト値: True)"

msgid ""
"``interface``\n"
"    Select the default interface for interactive features (default: text).\n"
"    Possible values are 'text' and 'curses'."
msgstr ""
"``interface``\n"
"    対話的処理における、インタフェース形式の指定。(デフォルト値: ``text``)\n"
"    指定可能な値は ``text`` と ``curses`` です。"

msgid ""
"``interface.chunkselector``\n"
"    Select the interface for change recording (e.g. :hg:`commit -i`).\n"
"    Possible values are 'text' and 'curses'.\n"
"    This config overrides the interface specified by ui.interface."
msgstr ""
"``interface.chunkselector``\n"
"    変更内容の取捨選択における、 インタフェース形式の指定。\n"
"    (例 :hg:`commit -i`) 指定可能な値は ``text`` および ``curses`` です。\n"
"    本項目での設定は ``ui.interface`` 設定に優先します。"

msgid ""
"``logtemplate``\n"
"    Template string for commands that print changesets."
msgstr ""
"``logtemplate``\n"
"    リビジョン表示系コマンドが使用するテンプレート文字列。"

msgid ""
"``merge``\n"
"    The conflict resolution program to use during a manual merge.\n"
"    For more information on merge tools see :hg:`help merge-tools`.\n"
"    For configuring merge tools see the ``[merge-tools]`` section."
msgstr ""
"``merge``\n"
"    手動マージの際に衝突解消を行うプログラム。\n"
"    マージツールに関する詳細は :hg:`help merge-tools` を、\n"
"    マージツールの設定に関する詳細は ``[merge-tools]``\n"
"    セクションの説明を参照してください。"

msgid ""
"``mergemarkers``\n"
"    Sets the merge conflict marker label styling. The ``detailed``\n"
"    style uses the ``mergemarkertemplate`` setting to style the labels.\n"
"    The ``basic`` style just uses 'local' and 'other' as the marker label.\n"
"    One of ``basic`` or ``detailed``.\n"
"    (default: ``basic``)"
msgstr ""
"``mergemarkers``\n"
"    マージで衝突が検出された際に、 ファイルに挿入される衝突マークの、\n"
"    情報ラベル部分の形式。 ``detailed`` 形式では ``mergemarkertemplate``\n"
"    によるテンプレート定義が使用されます。 ``basic`` 形式では ``local``\n"
"    および ``other`` だけの単純なラベルになります。上記のいずれかのみ、\n"
"    指定可能です。 (デフォルト値: ``basic``)"

msgid ""
"``mergemarkertemplate``\n"
"    The template used to print the commit description next to each conflict\n"
"    marker during merge conflicts. See :hg:`help templates` for the "
"template\n"
"    format."
msgstr ""
"``mergemarkertemplate``\n"
"    マージで衝突が検出された際に、 ファイルに挿入される衝突マークを、\n"
"    テンプレート機能を使って定義。 テンプレート機能自体に関する詳細は、\n"
"    :hg:`help templates` を参照してください。"

msgid ""
"    Defaults to showing the hash, tags, branches, bookmarks, author, and\n"
"    the first line of the commit description."
msgstr ""
"    デフォルト設定では、 ハッシュ値、タグ名、ブランチ名、ブックマーク、\n"
"    ユーザ名および、 コミットログの一行目を表示します。"

msgid ""
"    If you use non-ASCII characters in names for tags, branches, bookmarks,\n"
"    authors, and/or commit descriptions, you must pay attention to encodings "
"of\n"
"    managed files. At template expansion, non-ASCII characters use the "
"encoding\n"
"    specified by the ``--encoding`` global option, ``HGENCODING`` or other\n"
"    environment variables that govern your locale. If the encoding of the "
"merge\n"
"    markers is different from the encoding of the merged files,\n"
"    serious problems may occur."
msgstr ""
"    タグ名、ブランチ名、ブックマーク、\n"
"    ユーザ名、 コミットログのいずれかで非 ASCII 文字を使用している場合は、\n"
"    マージ対象ファイルの文字コードに、 注意を払う必要があります。\n"
"    テンプレート展開の際に、 非 ASCII 文字は ``--encoding`` オプション、\n"
"    ``HGENCODING`` あるいは各種ロケール環境変数で指定された文字コードで、\n"
"    符号化されます。 マージ対象ファイルの文字コードと異なる場合、\n"
"    文字コード混在による深刻な問題を生じます。"

msgid ""
"    Can be overridden per-merge-tool, see the ``[merge-tools]`` section."
msgstr ""

#, fuzzy
msgid ""
"``origbackuppath``\n"
"    The path to a directory used to store generated .orig files. If the path "
"is\n"
"    not a directory, one will be created.  If set, files stored in this\n"
"    directory have the same name as the original file and do not have a ."
"orig\n"
"    suffix."
msgstr ""
"``origbackuppath``\n"
"    バックアップ用の .orig ファイル格納先のディレクトリ名。 格納時点で、\n"
"    対象ディレクトリが不在の場合は、 新規に作成されます。"

msgid ""
"``paginate``\n"
"  Control the pagination of command output (default: True). See :hg:`help "
"pager`\n"
"  for details."
msgstr ""

msgid ""
"``patch``\n"
"    An optional external tool that ``hg import`` and some extensions\n"
"    will use for applying patches. By default Mercurial uses an\n"
"    internal patch utility. The external tool must work as the common\n"
"    Unix ``patch`` program. In particular, it must accept a ``-p``\n"
"    argument to strip patch headers, a ``-d`` argument to specify the\n"
"    current directory, a file name to patch, and a patch file to take\n"
"    from stdin."
msgstr ""
"``patch``\n"
"    :hg:`import` やエクステンションによるパッチ適用で使用する外部ツール。\n"
"    通常のパッチ適用は Mercurial 内部で処理されます。 外部ツールは、\n"
"    Unix の ``patch`` コマンドと同等の挙動が要求されます。 最低限、\n"
"    パス指定の冒頭要素除去の ``-p`` 、起点ディレクトリ指定の ``-d``\n"
"    といったオプションの受理や、 標準入力からのパッチファイル入力が、\n"
"    必要とされます。"

msgid ""
"    It is possible to specify a patch tool together with extra\n"
"    arguments. For example, setting this option to ``patch --merge``\n"
"    will use the ``patch`` program with its 2-way merge option."
msgstr ""
"    外部ツールは固有引数と一緒に指定可能です。 例えば ``patch --merge``\n"
"    指定により、 2-way マージオプション付きで ``patch`` が実行されます。"

msgid ""
"``portablefilenames``\n"
"    Check for portable filenames. Can be ``warn``, ``ignore`` or ``abort``.\n"
"    (default: ``warn``)"
msgstr ""
"``portablefilenames``\n"
"    ファイル名可搬性確認の要否。\n"
"    ``warn``, ``ignore`` または ``abort`` のいずれか。\n"
"    (デフォルト値: ``warn``)"

msgid ""
"    ``warn``\n"
"      Print a warning message on POSIX platforms, if a file with a non-"
"portable\n"
"      filename is added (e.g. a file with a name that can't be created on\n"
"      Windows because it contains reserved parts like ``AUX``, reserved\n"
"      characters like ``:``, or would cause a case collision with an "
"existing\n"
"      file)."
msgstr ""
"    ``warn``\n"
"      可搬性の無い名前 (例: Windows 上では ``AUX`` 等の予約語や、 ``:``\n"
"      等の特殊文字、 文字大小違いで既存ファイルと衝突するファイルは、\n"
"      問題を生じます) のファイルが、 構成管理対象として追加された場合、\n"
"      POSIX 環境では警告が表示されます。"

msgid ""
"    ``ignore``\n"
"      Don't print a warning."
msgstr ""
"    ``ignore``\n"
"      警告表示を抑止します。"

msgid ""
"    ``abort``\n"
"      The command is aborted."
msgstr ""
"    ``abort``\n"
"       コマンドの実行が中断されます。"

msgid ""
"    ``true``\n"
"      Alias for ``warn``."
msgstr ""
"    ``true``\n"
"      ``warn`` 設定と等価です。"

msgid ""
"    ``false``\n"
"      Alias for ``ignore``."
msgstr ""
"    ``false``\n"
"      ``ignore`` 設定と等価です。"

msgid ""
"      On Windows, this configuration option is ignored and the command "
"aborted."
msgstr ""
"      Windows 環境では、 本設定に関わらず、 コマンド実行は常に中断されます。"

msgid ""
"``quiet``\n"
"    Reduce the amount of output printed.\n"
"    (default: False)"
msgstr ""
"``quiet``\n"
"    コマンド実行時のメッセージ表示抑止要否の真偽値。\n"
"    (デフォルト値: False)"

msgid ""
"``remotecmd``\n"
"    Remote command to use for clone/push/pull operations.\n"
"    (default: ``hg``)"
msgstr ""
"``remotecmd``\n"
"    clone/push/pull 処理における遠隔実行コマンド。\n"
"    (デフォルト値: ``hg``)"

msgid ""
"``report_untrusted``\n"
"    Warn if a ``.hg/hgrc`` file is ignored due to not being owned by a\n"
"    trusted user or group.\n"
"    (default: True)"
msgstr ""
"``report_untrusted``\n"
"    信頼できるユーザ/グループ下に無い ``.hg/hgrc``\n"
"    の無視に対する、 警告要否の真偽値。\n"
"    (デフォルト値: True)"

msgid ""
"``slash``\n"
"    (Deprecated. Use ``slashpath`` template filter instead.)"
msgstr ""

#, fuzzy
msgid ""
"    Display paths using a slash (``/``) as the path separator. This\n"
"    only makes a difference on systems where the default path\n"
"    separator is not the slash character (e.g. Windows uses the\n"
"    backslash character (``\\``)).\n"
"    (default: False)"
msgstr ""
"``slash``\n"
"    パス区切りでのスラッシュ (``/``) 使用の要否。\n"
"    パス区切りがスラッシュではない環境 (例: バックスラッシュ (``\\``)\n"
"    を使用する Windows 環境) でのみ意味を持ちます。\n"
"    (デフォルト値: False)"

msgid ""
"``statuscopies``\n"
"    Display copies in the status command."
msgstr ""
"``statuscopies``\n"
"    :hg:`status` コマンドでの複製元ファイルの表示。."

msgid ""
"``ssh``\n"
"    Command to use for SSH connections. (default: ``ssh``)"
msgstr ""
"``ssh``\n"
"    SSH 接続に使用するコマンド。 (デフォルト値: ``ssh``)"

msgid ""
"``ssherrorhint``\n"
"    A hint shown to the user in the case of SSH error (e.g.\n"
"    ``Please see http://company/internalwiki/ssh.html``)"
msgstr ""

msgid ""
"``strict``\n"
"    Require exact command names, instead of allowing unambiguous\n"
"    abbreviations. (default: False)"
msgstr ""
"``strict``\n"
"    コマンド名指定の厳密性要否 (= 省略指定の禁止) の真偽値。\n"
"    (デフォルト値: False)"

msgid ""
"``style``\n"
"    Name of style to use for command output."
msgstr ""
"``style``\n"
"    コマンド出力に使用するスタイル名指定。"

msgid ""
"``supportcontact``\n"
"    A URL where users should report a Mercurial traceback. Use this if you "
"are a\n"
"    large organisation with its own Mercurial deployment process and crash\n"
"    reports should be addressed to your internal support."
msgstr ""
"``supportcontact``\n"
"    異常終了時のトレースバックの報告先 URL。 大きな組織で利用する際に、\n"
"    Mercurial 実行時の障害対処を、 内部サポートで受理するようなケースで、\n"
"    使用してください。"

msgid ""
"``textwidth``\n"
"    Maximum width of help text. A longer line generated by ``hg help`` or\n"
"    ``hg subcommand --help`` will be broken after white space to get this\n"
"    width or the terminal width, whichever comes first.\n"
"    A non-positive value will disable this and the terminal width will be\n"
"    used. (default: 78)"
msgstr ""
"``textwidth``\n"
"    ヘルプ出力の最大表示カラム数。 端末表示幅と本設定で値の小さい方が、\n"
"    ``hg help`` や ``hg コマンド名 --help`` 出力の行折り返し幅となります。\n"
"    負値指定の場合、 端末表示幅のみが、 折り返し幅を決定します。\n"
"    (デフォルト値: 78)"

msgid ""
"``timeout``\n"
"    The timeout used when a lock is held (in seconds), a negative value\n"
"    means no timeout. (default: 600)"
msgstr ""
"``timeout``\n"
"    ロック解放待ちにおけるタイムアウト時間指定 (単位: 秒)。\n"
"    負値はタイムアウト無しを意味します。 (デフォルト値: 600)"

#, fuzzy
msgid ""
"``timeout.warn``\n"
"    Time (in seconds) before a warning is printed about held lock. A "
"negative\n"
"    value means no warning. (default: 0)"
msgstr ""
"``timeout``\n"
"    ロック解放待ちにおけるタイムアウト時間指定 (単位: 秒)。\n"
"    負値はタイムアウト無しを意味します。 (デフォルト値: 600)"

msgid ""
"``traceback``\n"
"    Mercurial always prints a traceback when an unknown exception\n"
"    occurs. Setting this to True will make Mercurial print a traceback\n"
"    on all exceptions, even those recognized by Mercurial (such as\n"
"    IOError or MemoryError). (default: False)"
msgstr ""
"``traceback``\n"
"    Mercurial は未知の例外のみ、 トレースバックを表示します。\n"
"    本設定が True の際は、 Mercurial の既知の例外 (IOError や\n"
"    MemoryError) であっても、トレースバックを表示します。\n"
"    (デフォルト値: False)"

msgid "``tweakdefaults``"
msgstr ""

msgid ""
"    By default Mercurial's behavior changes very little from release\n"
"    to release, but over time the recommended config settings\n"
"    shift. Enable this config to opt in to get automatic tweaks to\n"
"    Mercurial's behavior over time. This config setting will have no\n"
"    effet if ``HGPLAIN` is set or ``HGPLAINEXCEPT`` is set and does\n"
"    not include ``tweakdefaults``. (default: False)"
msgstr ""

msgid ""
"``username``\n"
"    The committer of a changeset created when running \"commit\".\n"
"    Typically a person's name and email address, e.g. ``Fred Widget\n"
"    <fred@example.com>``. Environment variables in the\n"
"    username are expanded."
msgstr ""
"``username``\n"
"    :hg:`commit` での新規リビジョン作成で記録されるユーザ名。\n"
"    個人名と電子メールアドレスを使用するのが一般的です。\n"
"    (例: ``Fred Widget <fred@example.com>``) 設定値中の環境変数は、\n"
"    展開されます。"

msgid ""
"    (default: ``$EMAIL`` or ``username@hostname``. If the username in\n"
"    hgrc is empty, e.g. if the system admin set ``username =`` in the\n"
"    system hgrc, it has to be specified manually or in a different\n"
"    hgrc file)"
msgstr ""
"    (デフォルト値: ``$EMAIL`` 環境変数値、 または ``ユーザ名@ホスト名``)\n"
"    例えば、 システム毎設定ファイルでの ``username =`` 記述のような、\n"
"    空値が設定された場合、 (Mercurial からの問い合わせを契機に)\n"
"    手動で指定するか、 他の設定ファイルでの設定が必要です。"

msgid ""
"``verbose``\n"
"    Increase the amount of output printed. (default: False)"
msgstr ""
"``verbose``\n"
"    出力情報量増加要否の真偽値。 (デフォルト値: False)"

msgid ""
"\n"
"``web``\n"
"-------"
msgstr ""
"\n"
"``web``\n"
"-------"

msgid ""
"Web interface configuration. The settings in this section apply to\n"
"both the builtin webserver (started by :hg:`serve`) and the script you\n"
"run through a webserver (``hgweb.cgi`` and the derivatives for FastCGI\n"
"and WSGI)."
msgstr ""
"ウェブインタフェース設定。 本セクションでの設定は、 組み込みウェブサーバ\n"
"(:hg:`serve` での実行) と、 ウェブサーバ上でのスクリプト (FastCGI や WSGI\n"
"向けの ``hgweb.cgi`` およびその派生) の実行の、両方に適用されます。"

msgid ""
"The Mercurial webserver does no authentication (it does not prompt for\n"
"usernames and passwords to validate *who* users are), but it does do\n"
"authorization (it grants or denies access for *authenticated users*\n"
"based on settings in this section). You must either configure your\n"
"webserver to do authentication for you, or disable the authorization\n"
"checks."
msgstr ""
"Mercurial の組み込みウェブサーバは、 認証 (authentication) を行いません\n"
"(ユーザを確認するための、 ユーザ名やパスワードの入力を求めません) が、\n"
"承認 (authorization: アクセス可否の判定) の機能はあります\n"
"(本セクションでの設定を元に、 認証済みユーザに対して実施)。\n"
"利用するウェブサーバの、 認証機能を Mercurial 向けに正しく設定するか、\n"
"Mercurial の承認機能を、 無効化してください。"

msgid ""
"For a quick setup in a trusted environment, e.g., a private LAN, where\n"
"you want it to accept pushes from anybody, you can use the following\n"
"command line::"
msgstr ""
"信頼できる環境 (例: 私的な LAN 配下で、 全ての利用者に :hg:`push` 許可)\n"
"において、 素早くサーバを立ち上げたい場合、 以下の起動形式が良いでしょう::"

#, fuzzy
msgid "    $ hg --config web.allow-push=* --config web.push_ssl=False serve"
msgstr "    $ hg --config web.allow_push=* --config web.push_ssl=False serve"

msgid ""
"Note that this will allow anybody to push anything to the server and\n"
"that this should not be used for public servers."
msgstr ""
"この設定は、 全ての利用者に、 サーバへの :hg:`push` を許可しますので、\n"
"公開サーバで使用してはいけません。"

msgid "The full set of options is:"
msgstr "本セクションで指定可能な設定項目を、 以下に示します:"

msgid ""
"``accesslog``\n"
"    Where to output the access log. (default: stdout)"
msgstr ""
"``accesslog``\n"
"    アクセスログの書き出し先。 (デフォルト値: 標準出力)"

msgid ""
"``address``\n"
"    Interface address to bind to. (default: all)"
msgstr ""
"``address``\n"
"    サーバの待ちうけアドレス。 (デフォルト値: ホストの持つ全アドレス)"

msgid ""
"``allow-archive``\n"
"    List of archive format (bz2, gz, zip) allowed for downloading.\n"
"    (default: empty)"
msgstr ""
"``allow-archive``\n"
"    利用可能なダウンロード向けのアーカイブ形式 (bz2, gz, zip) 一覧。\n"
"    (デフォルト値: 空 = ダウンロード不可)"

msgid ""
"``allowbz2``\n"
"    (DEPRECATED) Whether to allow .tar.bz2 downloading of repository\n"
"    revisions.\n"
"    (default: False)"
msgstr ""
"``allowbz2``\n"
"    (非推奨) .tar.bz2 形式でのアーカイブダウンロードの可否。\n"
"    (デフォルト値: False)"

msgid ""
"``allowgz``\n"
"    (DEPRECATED) Whether to allow .tar.gz downloading of repository\n"
"    revisions.\n"
"    (default: False)"
msgstr ""
"``allowgz``\n"
"    (非推奨) .tar.gz 形式でのアーカイブダウンロードの可否。\n"
"    (デフォルト値: False)"

#, fuzzy
msgid ""
"``allow-pull``\n"
"    Whether to allow pulling from the repository. (default: True)"
msgstr ""
"``allowpull``\n"
"    :hg:`pull` 要求への応答の可否。 (デフォルト値: True)"

#, fuzzy
msgid ""
"``allow-push``\n"
"    Whether to allow pushing to the repository. If empty or not set,\n"
"    pushing is not allowed. If the special value ``*``, any remote\n"
"    user can push, including unauthenticated users. Otherwise, the\n"
"    remote user must have been authenticated, and the authenticated\n"
"    user name must be present in this list. The contents of the\n"
"    allow-push list are examined after the deny_push list."
msgstr ""
"``allow_push``\n"
"    :hg:`push` 要求への応答の可否。 空または未設定の場合、 :hg:`push`\n"
"    要求は受理されません。 ``*`` が設定された場合、 未認証ユーザを含む、\n"
"    全てのユーザが :hg:`push` 可能です。 ``*`` 以外が設定された場合、\n"
"    ユーザ認証が必須となり、 本項目で名前が列挙されたユーザのみが、\n"
"    :hg:`push` 可能です。 本設定の確認実施は、 ``deny_push``\n"
"    確認の後です。"

msgid ""
"``allow_read``\n"
"    If the user has not already been denied repository access due to\n"
"    the contents of deny_read, this list determines whether to grant\n"
"    repository access to the user. If this list is not empty, and the\n"
"    user is unauthenticated or not present in the list, then access is\n"
"    denied for the user. If the list is empty or not set, then access\n"
"    is permitted to all users by default. Setting allow_read to the\n"
"    special value ``*`` is equivalent to it not being set (i.e. access\n"
"    is permitted to all users). The contents of the allow_read list are\n"
"    examined after the deny_read list."
msgstr ""
"``allow_read``\n"
"    アクセス元ユーザが ``deny_read`` による制限を受けていない場合の、\n"
"    当該ユーザのアクセス可否の制御。 本設定が空の場合、 未認証ユーザや、\n"
"    本設定で名前が列挙されていないユーザは、 アクセスが拒否されます。\n"
"    本設定が空、 または未設定の場合、 全てのユーザがアクセス可能です。\n"
"    ``allow_read`` を ``*`` に設定するのは、 未設定 (= 全ユーザへの許可)\n"
"    と等価です。 本設定の確認実施は、 ``deny_read`` 確認の後です。"

msgid ""
"``allowzip``\n"
"    (DEPRECATED) Whether to allow .zip downloading of repository\n"
"    revisions. This feature creates temporary files.\n"
"    (default: False)"
msgstr ""
"``allowzip``\n"
"    (非推奨) .zip 形式でのアーカイブダウンロードの可否。\n"
"    本機能を有効にした場合、 一時ファイルが作成されます。\n"
"    (デフォルト値: False)"

msgid ""
"``archivesubrepos``\n"
"    Whether to recurse into subrepositories when archiving.\n"
"    (default: False)"
msgstr ""
"``archivesubrepos``\n"
"    アーカイブ作成における、 サブリポジトリへの再帰実施の有無。\n"
"    (デフォルト値: False)"

msgid ""
"``baseurl``\n"
"    Base URL to use when publishing URLs in other locations, so\n"
"    third-party tools like email notification hooks can construct\n"
"    URLs. Example: ``http://hgserver/repos/``."
msgstr ""
"``baseurl``\n"
"    外部への URL 公開で使用するベース URL。\n"
"    電子メール通知フック等の、 サードパーティツールにける、\n"
"    公開用 URL の構築を可能にします。\n"
"    設定例: ``http://hgserver/repos/``"

msgid ""
"``cacerts``\n"
"    Path to file containing a list of PEM encoded certificate\n"
"    authority certificates. Environment variables and ``~user``\n"
"    constructs are expanded in the filename. If specified on the\n"
"    client, then it will verify the identity of remote HTTPS servers\n"
"    with these certificates."
msgstr ""
"``cacerts``\n"
"    PEM 符号化形式の証明書認証局証明書一覧格納ファイルへのパス。\n"
"    ファイル名記述における環境変数および ``~user`` 記述は置換されます。\n"
"    本項目が記述された場合、 HTTPS 接続時の接続先ホストの認証に、\n"
"    指定された証明書が使用されます。"

msgid ""
"    To disable SSL verification temporarily, specify ``--insecure`` from\n"
"    command line."
msgstr ""
"    SSL の証明書検証を、 一時的に停止したい場合は、 コマンドライン上で\n"
"    ``--insecure`` を指定してください。"

msgid ""
"    You can use OpenSSL's CA certificate file if your platform has\n"
"    one. On most Linux systems this will be\n"
"    ``/etc/ssl/certs/ca-certificates.crt``. Otherwise you will have to\n"
"    generate this file manually. The form must be as follows::"
msgstr ""
"    OpenSSL の CA 証明書ファイルがあれば、 それを利用しても構いません。\n"
"    多くの Linux システムでは、 ``/etc/ssl/certs/ca-certificates.crt``\n"
"    に格納されている筈です。 それ以外は、 手動で生成する必要があります。\n"
"    ファイルの形式を以下に示します::"

msgid ""
"``cache``\n"
"    Whether to support caching in hgweb. (default: True)"
msgstr ""
"``cache``\n"
"    hgweb におけるキャッシュ利用の可否。 (デフォルト値: True)"

msgid ""
"``certificate``\n"
"    Certificate to use when running :hg:`serve`."
msgstr ""
"``certificate``\n"
"    :hg:`serve` 実行時に使用する証明書。"

msgid ""
"``collapse``\n"
"    With ``descend`` enabled, repositories in subdirectories are shown at\n"
"    a single level alongside repositories in the current path. With\n"
"    ``collapse`` also enabled, repositories residing at a deeper level than\n"
"    the current path are grouped behind navigable directory entries that\n"
"    lead to the locations of these repositories. In effect, this setting\n"
"    collapses each collection of repositories found within a subdirectory\n"
"    into a single entry for that subdirectory. (default: False)"
msgstr ""
"``collapse``\n"
"    ``descend`` が有効な場合、 サブディレクトリ配下のリポジトリ群も、\n"
"    単一の一覧ページに表示されます。 同時に ``collapse`` も有効な場合、\n"
"    サブディレクトリ配下のリポジトリ群は、 対応パスへの誘導を行う、\n"
"    専用ディレクトリ配下に、グループ化されます。 この設定によって、\n"
"    サブディレクトリ配下のリポジトリ表示は、 単一の要素にまとめられます。\n"
"    (デフォルト値: Flase)"

msgid ""
"``comparisoncontext``\n"
"    Number of lines of context to show in side-by-side file comparison. If\n"
"    negative or the value ``full``, whole files are shown. (default: 5)"
msgstr ""
"``comparisoncontext``\n"
"    ファイルの差分比較を表示する際の、 コンテキスト行数。 負値または\n"
"    ``full`` 指定の場合、 ファイル全体が表示されます。 (デフォルト値: 5)"

msgid ""
"    This setting can be overridden by a ``context`` request parameter to "
"the\n"
"    ``comparison`` command, taking the same values."
msgstr ""
"    ``comparison`` 処理要求時に ``context`` パラメータを指定することで、\n"
"    設定を上書き可能です。"

msgid ""
"``contact``\n"
"    Name or email address of the person in charge of the repository.\n"
"    (default: ui.username or ``$EMAIL`` or \"unknown\" if unset or empty)"
msgstr ""
"``contact``\n"
"    リポジトリ管理者の名前または電子メールアドレス。\n"
"    (デフォルト値: ui.username 設定値、 ``$EMAIL`` 設定値、\n"
"    あるいは \"unknown\")"

msgid ""
"``csp``\n"
"    Send a ``Content-Security-Policy`` HTTP header with this value."
msgstr ""
"``csp``\n"
"    HTTP ヘッダ ``Content-Security-Policy`` として送信される値。"

msgid ""
"    The value may contain a special string ``%nonce%``, which will be "
"replaced\n"
"    by a randomly-generated one-time use value. If the value contains\n"
"    ``%nonce%``, ``web.cache`` will be disabled, as caching undermines the\n"
"    one-time property of the nonce. This nonce will also be inserted into\n"
"    ``<script>`` elements containing inline JavaScript."
msgstr ""

msgid ""
"    Note: lots of HTML content sent by the server is derived from "
"repository\n"
"    data. Please consider the potential for malicious repository data to\n"
"    \"inject\" itself into generated HTML content as part of your security\n"
"    threat model."
msgstr ""

#, fuzzy
msgid ""
"``deny_push``\n"
"    Whether to deny pushing to the repository. If empty or not set,\n"
"    push is not denied. If the special value ``*``, all remote users are\n"
"    denied push. Otherwise, unauthenticated users are all denied, and\n"
"    any authenticated user name present in this list is also denied. The\n"
"    contents of the deny_push list are examined before the allow-push list."
msgstr ""
"``deny_push``\n"
"    :hg:`push` 要求拒否の要否。 空または未設定の場合、 :hg:`push` は、\n"
"    拒否されません。 ``*`` の場合、 :hg:`push` は全て拒否されます。\n"
"    それ以外では、 未認証ユーザと、 本設定で名前が列挙されたユーザは、\n"
"    :hg:`push` が拒否されます。 本設定の確認実施は、 ``allow_push``\n"
"    確認の前です。"

msgid ""
"``deny_read``\n"
"    Whether to deny reading/viewing of the repository. If this list is\n"
"    not empty, unauthenticated users are all denied, and any\n"
"    authenticated user name present in this list is also denied access to\n"
"    the repository. If set to the special value ``*``, all remote users\n"
"    are denied access (rarely needed ;). If deny_read is empty or not set,\n"
"    the determination of repository access depends on the presence and\n"
"    content of the allow_read list (see description). If both\n"
"    deny_read and allow_read are empty or not set, then access is\n"
"    permitted to all users by default. If the repository is being\n"
"    served via hgwebdir, denied users will not be able to see it in\n"
"    the list of repositories. The contents of the deny_read list have\n"
"    priority over (are examined before) the contents of the allow_read\n"
"    list."
msgstr ""
"``deny_read``\n"
"    リポジトリへのアクセス拒否の要否。 空値以外が設定された場合、\n"
"    未認証ユーザと、 本設定で名前が列挙されたユーザは、\n"
"    リポジトリへのアクセスが全て拒否されます。 ``*`` が設定された場合、\n"
"    全てのアクセスが拒否されます (この設定が必要なケースは無いでしょう)。\n"
"    空または未設定の場合、 アクセス可否は ``allow_read`` 設定次第です。\n"
"    (説明を参照してください)  ``deny_read`` と ``allow_read`` が、\n"
"    両方とも空または未設定の場合、 全てのユーザがアクセス可能となります。\n"
"    ウェブインタフェースの、 ディレクトリ毎インデックページ経由で、\n"
"    リポジトリ一覧が公開される場合、 アクセス拒否対処ユーザに対しては、\n"
"    一覧から当該リポジトリが除外されます。 ``deny_read`` での設定は、\n"
"    ``allow_read`` での設定に優先します。"

msgid ""
"``descend``\n"
"    hgwebdir indexes will not descend into subdirectories. Only "
"repositories\n"
"    directly in the current path will be shown (other repositories are "
"still\n"
"    available from the index corresponding to their containing path)."
msgstr ""
"``descend``\n"
"    ウェブインタフェースが表示する、 ディレクトリ毎のインデックページで、\n"
"    リポジトリ一覧を表示する際に、 当該仮想パス配下のリポジトリを、\n"
"    全て表示するか否かの制御。 (※ 訳注: デフォルト値は True)。\n"
"    偽値の場合、 当該仮想パス直下のリポジトリのみが列挙されます。\n"
"    (表示されなくなるリポジトリも、 親仮想パスでのインデックページでは、\n"
"    列挙されます) (※ 訳注: 本項目の翻訳は、 わかりやすさを重視して、\n"
"    原文から大幅に改変してあります。 適宜原文のヘルプも参照してください)"

msgid ""
"``description``\n"
"    Textual description of the repository's purpose or contents.\n"
"    (default: \"unknown\")"
msgstr ""
"``description``\n"
"    リポジトリ内容/用途に関する説明テキスト。 (デフォルト値: \"unknown\")"

msgid ""
"``encoding``\n"
"    Character encoding name. (default: the current locale charset)\n"
"    Example: \"UTF-8\"."
msgstr ""
"``encoding``\n"
"    文字符号化形式。 設定例: \"UTF-8\" (デフォルト値: サーバ実行時の、\n"
"    ロケール設定を元に符号化形式が決定)"

msgid ""
"``errorlog``\n"
"    Where to output the error log. (default: stderr)"
msgstr ""
"``errorlog``\n"
"    エラーログの書き出し先。 (デフォルト値: 標準エラー出力)"

msgid ""
"``guessmime``\n"
"    Control MIME types for raw download of file content.\n"
"    Set to True to let hgweb guess the content type from the file\n"
"    extension. This will serve HTML files as ``text/html`` and might\n"
"    allow cross-site scripting attacks when serving untrusted\n"
"    repositories. (default: False)"
msgstr ""
"``guessmime``\n"
"    ファイル内容の直接ダウンロードにおける、 MIME 種別の制御。\n"
"    True 設定の場合、 ファイルの拡張子を元に MIME 種別を推測します。\n"
"    例えば、 HTML ファイルでは ``text/html`` が使用されますが、\n"
"    信用できないリポジトリを公開した場合、 cross site scripting\n"
"    攻撃の原因となる可能性があります。 (デフォルト値: False)"

msgid ""
"``hidden``\n"
"    Whether to hide the repository in the hgwebdir index.\n"
"    (default: False)"
msgstr ""
"``hidden``\n"
"    ウェブインタフェースの、 ディレクトリ毎インデックスページにおける、\n"
"    リポジトリ一覧隠蔽の要否。 (デフォルト値: False)"

msgid ""
"``ipv6``\n"
"    Whether to use IPv6. (default: False)"
msgstr ""
"``ipv6``\n"
"    IPv6 利用の要否。 (デフォルト値: False)"

msgid ""
"``labels``\n"
"    List of string *labels* associated with the repository."
msgstr ""
"``labels``\n"
"    リポジトリに関連付けられた「ラベル」文字列の一覧。"

msgid ""
"    Labels are exposed as a template keyword and can be used to customize\n"
"    output. e.g. the ``index`` template can group or filter repositories\n"
"    by labels and the ``summary`` template can display additional content\n"
"    if a specific label is present."
msgstr ""
"    「ラベル」指定は、 テンプレートキーワード ``labels`` として、\n"
"    表示のカスタマイズに使用できます。 例えば ``index`` テンプレートでの、\n"
"    ラベルによる分類/取捨選択や、 ``summary`` テンプレートでの、\n"
"    追加情報出力などが想定されます。 (※ 訳注: Mercurial 3.9 時点では\n"
"    labels 機能を使う同梱テンプレートは json テンプレートのみです)"

msgid ""
"``logoimg``\n"
"    File name of the logo image that some templates display on each page.\n"
"    The file name is relative to ``staticurl``. That is, the full path to\n"
"    the logo image is \"staticurl/logoimg\".\n"
"    If unset, ``hglogo.png`` will be used."
msgstr ""
"``logoimg``\n"
"    いくつかの表示テンプレートにおいて、 各ページで表示されるロゴの、\n"
"    画像ファイル名。 ``staticurl`` に対する相対パスで指定します。\n"
"    ロゴ画像ファイルのフルパスは、 \"staticurl/logoimg\" となります。\n"
"    デフォルト値: ``hglogo.png``"

msgid ""
"``logourl``\n"
"    Base URL to use for logos. If unset, ``https://mercurial-scm.org/``\n"
"    will be used."
msgstr ""
"``logourl``\n"
"    ロゴ表示に使用するベース URL。 無指定時は ``http://mercurial-scm.org/``"

msgid ""
"``maxchanges``\n"
"    Maximum number of changes to list on the changelog. (default: 10)"
msgstr ""
"``maxchanges``\n"
"    changelog 画面における最大表示リビジョン数。 (デフォルト値: 10)"

msgid ""
"``maxfiles``\n"
"    Maximum number of files to list per changeset. (default: 10)"
msgstr ""
"``maxfiles``\n"
"    リビジョンあたりの最大一覧表示ファイル数。 (デフォルト値: 10)"

msgid ""
"``maxshortchanges``\n"
"    Maximum number of changes to list on the shortlog, graph or filelog\n"
"    pages. (default: 60)"
msgstr ""
"``maxshortchanges``\n"
"    shortlog, graph, filelog 画面における最大表示リビジョン数。\n"
"    (デフォルト値: 60)"

msgid ""
"``name``\n"
"    Repository name to use in the web interface.\n"
"    (default: current working directory)"
msgstr ""
"``name``\n"
"    ウェブインタフェースで使用するリポジトリ名。\n"
"    (デフォルト値: 当該作業領域のディレクトリ名)"

msgid ""
"``port``\n"
"    Port to listen on. (default: 8000)"
msgstr ""
"``port``\n"
"    待ち受けポート番号。 (デフォルト値: 8000)"

msgid ""
"``prefix``\n"
"    Prefix path to serve from. (default: '' (server root))"
msgstr ""
"``prefix``\n"
"    サービス提供時の前置パス。 (デフォルト値: '' = サーバルート)"

msgid ""
"``push_ssl``\n"
"    Whether to require that inbound pushes be transported over SSL to\n"
"    prevent password sniffing. (default: True)"
msgstr ""
"``push_ssl``\n"
"    :hg:`push` における SSL 接続要求 (パスワード盗聴防止 ) の要否。\n"
"    (デフォルト値: True)"

msgid ""
"``refreshinterval``\n"
"    How frequently directory listings re-scan the filesystem for new\n"
"    repositories, in seconds. This is relevant when wildcards are used\n"
"    to define paths. Depending on how much filesystem traversal is\n"
"    required, refreshing may negatively impact performance."
msgstr ""
"``refreshinterval``\n"
"    新規リポジトリを一覧に表示するための、 ディレクトリ一覧の再取得を、\n"
"    ファイルシステムに発行する頻度 (単位: 秒)。 ワイルドカードを使って、\n"
"    パス指定するケースで有用です。 時間当たりの一覧再取得頻度の増加は、 \n"
"    ファイルシステム走査の性能次第で、 実行性能が劣化します。"

msgid ""
"    Values less than or equal to 0 always refresh.\n"
"    (default: 20)"
msgstr ""
"    0 又は負値は、 毎回再取得することを意味します。\n"
"    (デフォルト値: 20)"

msgid ""
"``server-header``\n"
"    Value for HTTP ``Server`` response header."
msgstr ""

msgid ""
"``staticurl``\n"
"    Base URL to use for static files. If unset, static files (e.g. the\n"
"    hgicon.png favicon) will be served by the CGI script itself. Use\n"
"    this setting to serve them directly with the HTTP server.\n"
"    Example: ``http://hgserver/static/``."
msgstr ""
"``staticurl``\n"
"    静的ファイル利用のベース URL。 未設定の場合、 静的ファイル (例:\n"
"    アイコン画像 hgicon.png) は CGI スクリプト自身が提供します。\n"
"    本項目を設定することで、 静的ファイルは HTTP サーバが直接扱います。\n"
"    設定例: ``http://hgserver/static/``"

msgid ""
"``stripes``\n"
"    How many lines a \"zebra stripe\" should span in multi-line output.\n"
"    Set to 0 to disable. (default: 1)"
msgstr ""
"``stripes``\n"
"    複数行出力における \"シマウマ模様\" の行数。 0 指定で無効化されます。\n"
"    (デフォルト値: 1)"

msgid ""
"``style``\n"
"    Which template map style to use. The available options are the names of\n"
"    subdirectories in the HTML templates path. (default: ``paper``)\n"
"    Example: ``monoblue``."
msgstr ""
"``style``\n"
"    使用するテンプレートスタイル。 HTML テンプレート格納先の、\n"
"    サブディレクトリ名を指定してください。 設定例: ``monoblue``\n"
"    (デフォルト値: ``paper``)"

msgid ""
"``templates``\n"
"    Where to find the HTML templates. The default path to the HTML "
"templates\n"
"    can be obtained from ``hg debuginstall``."
msgstr ""
"``templates``\n"
"    HTML テンプレートの検索先。 デフォルトの検索先は ``hg debuginstall``\n"
"    で得ることができます。"

msgid ""
"``websub``\n"
"----------"
msgstr ""
"``websub``\n"
"----------"

msgid ""
"Web substitution filter definition. You can use this section to\n"
"define a set of regular expression substitution patterns which\n"
"let you automatically modify the hgweb server output."
msgstr ""
"ウェブ表示の置換設定定義。 ウェブインタフェースの出力の自動変換用に、\n"
"正規表現の置換パターン設定を、 本セクションで定義することが可能です。"

msgid ""
"The default hgweb templates only apply these substitution patterns\n"
"on the revision description fields. You can apply them anywhere\n"
"you want when you create your own templates by adding calls to the\n"
"\"websub\" filter (usually after calling the \"escape\" filter)."
msgstr ""
"デフォルトの hgweb 表示用テンプレートは、 コミットログ表示に対して、\n"
"これらの置換パターンを適用します。 独自定義の hgweb テンプレートにおいて、\n"
"\"websub\" フィルタ呼び出しを追加 (通常は \"escape\" フィルタの直後)\n"
"することで、 コミットログ以外の任意の対象に、 置換パターンを適用可能です。"

msgid ""
"This can be used, for example, to convert issue references to links\n"
"to your issue tracker, or to convert \"markdown-like\" syntax into\n"
"HTML (see the examples below)."
msgstr ""
"置換パターン利用の例としては、 障害番号を HTML のリンクに変換することで、\n"
"障害管理システムにリンクしたり、 『マークダウン』的な文法の記述から、\n"
"HTML への変換、といったものがあります (後述する例を参照してください)"

msgid ""
"Each entry in this section names a substitution filter.\n"
"The value of each entry defines the substitution expression itself.\n"
"The websub expressions follow the old interhg extension syntax,\n"
"which in turn imitates the Unix sed replacement syntax::"
msgstr ""
"本セクションの各エントリの名前は、 置換フィルタの名前にります。\n"
"各エントリの値は、 フィルタによる置換処理の正規表現定義となります。\n"
"本セクションでの記述は、 廃止された interhg エクステンション同様に、\n"
"Unix の sed コマンドによる、 置換指定の文法を踏襲しています::"

msgid "    patternname = s/SEARCH_REGEX/REPLACE_EXPRESSION/[i]"
msgstr "    patternname = s/合致判定正規表現/置換正規表現/[i]"

msgid ""
"You can use any separator other than \"/\". The final \"i\" is optional\n"
"and indicates that the search must be case insensitive."
msgstr ""
"区切り記号には \"/\" 以外にも、 任意の文字を使用可能です。 末尾において\n"
"\"i\" が指定された場合、 合致判定の際に文字の大小を無視します。"

msgid ""
"    [websub]\n"
"    issues = s|issue(\\d+)|<a href=\"http://bts.example.org/issue\\1\">issue"
"\\1</a>|i\n"
"    italic = s/\\b_(\\S+)_\\b/<i>\\1<\\/i>/\n"
"    bold = s/\\*\\b(\\S+)\\b\\*/<b>\\1<\\/b>/"
msgstr ""
"    [websub]\n"
"    issues = s|issue(\\d+)|<a href=\"http://bts.example.org/issue\\1\">issue"
"\\1</a>|i\n"
"    italic = s/\\b_(\\S+)_\\b/<i>\\1<\\/i>/\n"
"    bold = s/\\*\\b(\\S+)\\b\\*/<b>\\1<\\/b>/"

msgid ""
"``worker``\n"
"----------"
msgstr ""
"``worker``\n"
"----------"

msgid ""
"Parallel master/worker configuration. We currently perform working\n"
"directory updates in parallel on Unix-like systems, which greatly\n"
"helps performance."
msgstr ""
"並列実施に関する設定。 現状では、 Unix 系システムにおける作業領域更新で、\n"
"処理の並列実施により、 大規模リポジトリでの大幅な性能改善が見込まれます。"

#, fuzzy
msgid ""
"``enabled``\n"
"    Whether to enable workers code to be used.\n"
"    (default: true)"
msgstr ""
"``enabled``\n"
"    プロファイラの有効化。\n"
"    (デフォルト値: false)"

msgid ""
"``numcpus``\n"
"    Number of CPUs to use for parallel operations. A zero or\n"
"    negative value is treated as ``use the default``.\n"
"    (default: 4 or the number of CPUs on the system, whichever is larger)"
msgstr ""
"``numcpus``\n"
"    並列実施に使用可能な CPU 数。 0 又は負値は、 『デフォルト値の使用』\n"
"    を意味します。 (デフォルト値: 4 又は使用可能 CPU 数の大きい方の値)"

msgid ""
"``backgroundclose``\n"
"    Whether to enable closing file handles on background threads during "
"certain\n"
"    operations. Some platforms aren't very efficient at closing file\n"
"    handles that have been written or appended to. By performing file "
"closing\n"
"    on background threads, file write rate can increase substantially.\n"
"    (default: true on Windows, false elsewhere)"
msgstr ""

msgid ""
"``backgroundcloseminfilecount``\n"
"    Minimum number of files required to trigger background file closing.\n"
"    Operations not writing this many files won't start background close\n"
"    threads.\n"
"    (default: 2048)"
msgstr ""

msgid ""
"``backgroundclosemaxqueue``\n"
"    The maximum number of opened file handles waiting to be closed in the\n"
"    background. This option only has an effect if ``backgroundclose`` is\n"
"    enabled.\n"
"    (default: 384)"
msgstr ""

msgid ""
"``backgroundclosethreadcount``\n"
"    Number of threads to process background file closes. Only relevant if\n"
"    ``backgroundclose`` is enabled.\n"
"    (default: 4)\n"
msgstr ""

msgid "Some commands allow the user to specify a date, e.g.:"
msgstr "以下のコマンドで日時指定が可能です:"

msgid ""
"- backout, commit, import, tag: Specify the commit date.\n"
"- log, revert, update: Select revision(s) by date."
msgstr ""
"- backout, commit, import, tag: コミット日時の指定\n"
"- log, revert, update: 日時によるリビジョンの指定"

msgid "Many date formats are valid. Here are some examples:"
msgstr "有効な日時指定形式は沢山あります。 以下にいくつかの例を示します:"

msgid ""
"- ``Wed Dec 6 13:18:29 2006`` (local timezone assumed)\n"
"- ``Dec 6 13:18 -0600`` (year assumed, time offset provided)\n"
"- ``Dec 6 13:18 UTC`` (UTC and GMT are aliases for +0000)\n"
"- ``Dec 6`` (midnight)\n"
"- ``13:18`` (today assumed)\n"
"- ``3:39`` (3:39AM assumed)\n"
"- ``3:39pm`` (15:39)\n"
"- ``2006-12-06 13:18:29`` (ISO 8601 format)\n"
"- ``2006-12-6 13:18``\n"
"- ``2006-12-6``\n"
"- ``12-6``\n"
"- ``12/6``\n"
"- ``12/6/6`` (Dec 6 2006)\n"
"- ``today`` (midnight)\n"
"- ``yesterday`` (midnight)\n"
"- ``now`` - right now"
msgstr ""
"- ``Wed Dec 6 13:18:29 2006`` (「ローカルタイムゾーン」を想定)\n"
"- ``Dec 6 13:18 -0600`` (「今年」を想定、 タイムゾーンはオフセット指定)\n"
"- ``Dec 6 13:18 UTC`` (UTC および GMT は +0000 の別名)\n"
"- ``Dec 6`` (「午前0時」を想定)\n"
"- ``13:18`` (「本日」を想定)\n"
"- ``3:39`` (「3:39AM」を想定)\n"
"- ``3:39pm`` (15:39)\n"
"- ``2006-12-06 13:18:29`` (ISO 8601 形式)\n"
"- ``2006-12-6 13:18``\n"
"- ``2006-12-6``\n"
"- ``12-6``\n"
"- ``12/6``\n"
"- ``12/6/6`` (2006年12月6日)\n"
"- ``today`` (当日午前0時)\n"
"- ``yesterday`` (昨日午前0時)\n"
"- ``now`` - 現在時刻"

msgid "Lastly, there is Mercurial's internal format:"
msgstr "最後に、 Mercurial 固有の内部形式を示します:"

msgid "- ``1165411109 0`` (Wed Dec 6 13:18:29 2006 UTC)"
msgstr "- ``1165411109 0`` (2006年12月6日 13:18:29 UTC)"

msgid ""
"This is the internal representation format for dates. The first number\n"
"is the number of seconds since the epoch (1970-01-01 00:00 UTC). The\n"
"second is the offset of the local timezone, in seconds west of UTC\n"
"(negative if the timezone is east of UTC)."
msgstr ""
"これは日時の内部表現形式です。\n"
"最初の数値は、 基準時 (1970年1月1日 00:00 UTC) からの経過秒数です。\n"
"次の数値は、 UTC に対するローカルタイムゾーンのオフセット値\n"
"(単位: 分) です (UTC よりも東側の地域は負値)"

msgid "The log command also accepts date ranges:"
msgstr "log コマンドには、 日時範囲指定可能です:"

msgid ""
"- ``<DATE`` - at or before a given date/time\n"
"- ``>DATE`` - on or after a given date/time\n"
"- ``DATE to DATE`` - a date range, inclusive\n"
"- ``-DAYS`` - within a given number of days of today\n"
msgstr ""
"- ``<日時指定`` - 指定日時以前(指定日時含む)\n"
"- ``>日時指定`` - 指定日時以後(指定日時含む)\n"
"- ``日時指定 to 日時指定`` - 指定日時範囲(指定日時含む)\n"
"- ``-日数`` - 本日から指定日数以内\n"

msgid ""
"Mercurial's default format for showing changes between two versions of\n"
"a file is compatible with the unified format of GNU diff, which can be\n"
"used by GNU patch and many other standard tools."
msgstr ""
"無指定時に Mercurial が2つのリビジョンを比較して差分表示する際の形式は\n"
"GNU diff の unified 形式互換のもので、 GNU patch をはじめとする多くの\n"
"標準的なツールで使用できるものです。"

msgid ""
"While this standard format is often enough, it does not encode the\n"
"following information:"
msgstr "この標準的な形式は概ね十分なのですが、 以下のような情報は含まれません:"

msgid ""
"- executable status and other permission bits\n"
"- copy or rename information\n"
"- changes in binary files\n"
"- creation or deletion of empty files"
msgstr ""
"- 実行可否および権限設定\n"
"- 複製/改名情報\n"
"- バイナリファイルの変更\n"
"- 空ファイルの作成/削除"

msgid ""
"Mercurial also supports the extended diff format from the git VCS\n"
"which addresses these limitations. The git diff format is not produced\n"
"by default because a few widespread tools still do not understand this\n"
"format."
msgstr ""
"Mercurial は、 別の構成管理ツールである git に由来する拡張差分形式にも\n"
"対応しており、 この形式は従来の差分形式の持つ制限を解消しています。\n"
"但し、 普及しているツールのいくつかが git 差分形式に対応していないため、\n"
"Mercurial は指定が無い場合はこの形式では出力しません。"

msgid ""
"This means that when generating diffs from a Mercurial repository\n"
"(e.g. with :hg:`export`), you should be careful about things like file\n"
"copies and renames or other things mentioned above, because when\n"
"applying a standard diff to a different repository, this extra\n"
"information is lost. Mercurial's internal operations (like push and\n"
"pull) are not affected by this, because they use an internal binary\n"
"format for communicating changes."
msgstr ""
"つまり、 Mercurial が(:hg:`export` 等で)生成した標準の差分形式は、\n"
"他のリポジトリに対して適用した場合、 上述した情報の欠落があることから、\n"
"ファイルの複製・改名をはじめとする上記の制限に類する操作に関しては、\n"
"十分注意する必要があります。 :hg:`push` や :hg:`pull` のような\n"
"Mercurial の内部形式で実施される操作に関しては、 バイナリ形式で変更\n"
"情報の授受を行うことから、 情報の欠落に関しては心配する必要はありません。"

msgid ""
"To make Mercurial produce the git extended diff format, use the --git\n"
"option available for many commands, or set 'git = True' in the [diff]\n"
"section of your configuration file. You do not need to set this option\n"
"when importing diffs in this format or using them in the mq extension.\n"
msgstr ""
"Mercurial から git 拡張差分形式の出力を得るには、 受理可能なコマンドに\n"
"対して --git を指定するか、 設定ファイルの [diff] セクションに\n"
"'git = True' 記述を追加してください。 :hg:`import` や\n"
"mq エクステンションを使用する場合は、 この指定は不要です。\n"

msgid ""
"HG\n"
"    Path to the 'hg' executable, automatically passed when running\n"
"    hooks, extensions or external tools. If unset or empty, this is\n"
"    the hg executable's name if it's frozen, or an executable named\n"
"    'hg' (with %PATHEXT% [defaulting to COM/EXE/BAT/CMD] extensions on\n"
"    Windows) is searched."
msgstr ""
"HG\n"
"    'hg' コマンドへのパス。 フック/エクステンション、\n"
"    または外部ツールの起動の際に自動的に設定されます。\n"
"    未設定や空の場合は、\n"
"    frozen 形式の hg 実行可能ファイルの名前が設定されるか、\n"
"    'hg' という名前の実行可能ファイルが検索されます\n"
"    (Windows の場合、 PATHEXT 環境変数に設定された\n"
"    COM/EXE/BAT/CMD 等の拡張子付き)。"

msgid ""
"HGEDITOR\n"
"    This is the name of the editor to run when committing. See EDITOR."
msgstr ""
"HGEDITOR\n"
"    コミットの際のメッセージ入力を行うためのエディタの名前。\n"
"    EDITOR 環境変数についても参照してください。"

#, fuzzy
msgid "    (deprecated, see :hg:`help config.ui.editor`)"
msgstr "    (非推奨: 設定ファイル経由で指定してください)"

msgid ""
"HGENCODING\n"
"    This overrides the default locale setting detected by Mercurial.\n"
"    This setting is used to convert data including usernames,\n"
"    changeset descriptions, tag names, and branches. This setting can\n"
"    be overridden with the --encoding command-line option."
msgstr ""
"HGENCODING\n"
"    Mercurial によるロケール自動検出の上書き。 この設定は、 ユーザ名、\n"
"    コミットログ、 タグ名およびブランチ名の、 記録の際に使用されます。\n"
"    この環境変数設定は、 コマンドラインでの --encoding\n"
"    使用により、 更に上書きすることができます。"

msgid ""
"HGENCODINGMODE\n"
"    This sets Mercurial's behavior for handling unknown characters\n"
"    while transcoding user input. The default is \"strict\", which\n"
"    causes Mercurial to abort if it can't map a character. Other\n"
"    settings include \"replace\", which replaces unknown characters, and\n"
"    \"ignore\", which drops them. This setting can be overridden with\n"
"    the --encodingmode command-line option."
msgstr ""
"HGENCODINGMODE\n"
"    ユーザからの指定値を内部データ形式に変換する際に、 指定の符号化と\n"
"    合致しない文字が検出された場合の Mercurial の挙動の指定。 無指定時は、\n"
"    「指定の符号化と合致しない場合は処理中断」を意味する \"strict\" が指定\n"
"    されたものとみなします。 他には、 「未知の文字の置き換え」を意味する\n"
"    \"replace\" と、 「未知の文字の切り捨て」を意味する \"ignore\" が指定\n"
"    できます。 この環境変数設定は、 コマンドラインでの --encodingmode\n"
"    使用により、 更に上書きすることができます。"

msgid ""
"HGENCODINGAMBIGUOUS\n"
"    This sets Mercurial's behavior for handling characters with\n"
"    \"ambiguous\" widths like accented Latin characters with East Asian\n"
"    fonts. By default, Mercurial assumes ambiguous characters are\n"
"    narrow, set this variable to \"wide\" if such characters cause\n"
"    formatting problems."
msgstr ""
"HGENCODINGAMBIGUOUS\n"
"    表示幅が\"曖昧な\"文字に対する Mercurial の挙動を決定します。\n"
"    例えば、 east asian 文字集合における、 アクセント付きの Latin\n"
"    文字などがこれに該当します。\n"
"    指定が無い場合、 Mercurial は曖昧な文字の幅を\n"
"    1文字分 (narrow) とみなします。\n"
"    この手の文字が表示上の問題となる場合は、 本環境変数を \"wide\"\n"
"    に設定してください。"

msgid ""
"HGMERGE\n"
"    An executable to use for resolving merge conflicts. The program\n"
"    will be executed with three arguments: local file, remote file,\n"
"    ancestor file."
msgstr ""
"HGMERGE\n"
"    マージの際の衝突解消に使用するコマンド。\n"
"    指定されたコマンドの起動には、\n"
"    作業領域のファイル、 マージ対象別リビジョンのファイル、\n"
"    両者の親リビジョンのファイルを表す、 3つの引数が指定されます。"

#, fuzzy
msgid "    (deprecated, see :hg:`help config.ui.merge`)"
msgstr "    (非推奨: 設定ファイル経由で指定してください)"

msgid ""
"HGRCPATH\n"
"    A list of files or directories to search for configuration\n"
"    files. Item separator is \":\" on Unix, \";\" on Windows. If HGRCPATH\n"
"    is not set, platform default search path is used. If empty, only\n"
"    the .hg/hgrc from the current repository is read."
msgstr ""
"HGRCPATH\n"
"    設定ファイル読込のための、 ファイルまたはディレクトリの一覧の指定。\n"
"    一覧要素の区切り記号は、 Unix なら \":\"、 WIndows なら \";\" です。\n"
"    HGRCPATH 環境変数が設定されていない場合、 各稼働環境に応じた\n"
"    読み込み先から読み込まれます。 空の値が設定されている場合、\n"
"    現リポジトリの .hg/hgrc のみが読み込まれます。"

msgid "    For each element in HGRCPATH:"
msgstr "    指定された一覧の各要素に対して、 以下のように振舞います:"

msgid ""
"    - if it's a directory, all files ending with .rc are added\n"
"    - otherwise, the file itself will be added"
msgstr ""
"    - ディレクトリなら、 配下の \".rc\" で終わる名前のファイルを読み込む\n"
"    - ファイルなら、 そのファイル自身を読み込む"

msgid ""
"HGPLAIN\n"
"    When set, this disables any configuration settings that might\n"
"    change Mercurial's default output. This includes encoding,\n"
"    defaults, verbose mode, debug mode, quiet mode, tracebacks, and\n"
"    localization. This can be useful when scripting against Mercurial\n"
"    in the face of existing user configuration."
msgstr ""
"HGPLAIN\n"
"    この環境変数が設定された場合、 Mercurial の表示設定を変更し得る\n"
"    設定ファイル中の記述が全て無視されます。\n"
"    encoding や defaults の指定、 verbose モード、 debug モード、\n"
"    quiet モード、 トレースバック表示設定や各国語設定が対象となります。\n"
"    ユーザ設定を温存したままで、\n"
"    ツール等から Mercurial を使用する場合に有用です。"

msgid ""
"    In addition to the features disabled by ``HGPLAIN=``, the following\n"
"    values can be specified to adjust behavior:"
msgstr ""

msgid ""
"    ``+strictflags``\n"
"        Restrict parsing of command line flags."
msgstr ""

msgid ""
"    Equivalent options set via command line flags or environment\n"
"    variables are not overridden."
msgstr ""
"    コマンドラインや環境変数によって、 同等のオプションが、\n"
"    明示的に指定された場合には、 こららは無視されません。"

#, fuzzy
msgid "    See :hg:`help scripting` for details."
msgstr "詳細は :hg:`help color` を参照してください。\n"

msgid ""
"HGPLAINEXCEPT\n"
"    This is a comma-separated list of features to preserve when\n"
"    HGPLAIN is enabled. Currently the following values are supported:"
msgstr ""
"HGPLAINEXCEPT\n"
"    HGPLAIN による設定無効化の際でも、 継続して利用したい機能名を、\n"
"    カンマ区切りで列挙します。 現在利用可能な機能名は以下の通り:"

#, fuzzy
msgid ""
"    ``alias``\n"
"        Don't remove aliases.\n"
"    ``color``\n"
"        Don't disable colored output.\n"
"    ``i18n``\n"
"        Preserve internationalization.\n"
"    ``revsetalias``\n"
"        Don't remove revset aliases.\n"
"    ``templatealias``\n"
"        Don't remove template aliases.\n"
"    ``progress``\n"
"        Don't hide progress output."
msgstr ""
"    ``alias``\n"
"        コマンド別名定義を維持。\n"
"    ``i18n``\n"
"        国際化機能を維持。\n"
"    ``revsetalias``\n"
"        revset 別名定義を維持。\n"
"    ``templatealias``\n"
"        テンプレート別名定義を維持。\n"
"    ``progress``\n"
"        進捗表示を維持。"

msgid ""
"    Setting HGPLAINEXCEPT to anything (even an empty string) will\n"
"    enable plain mode."
msgstr ""
"    HGPLAINEXCEPT に何らかの設定 (空設定でも可) をした場合、\n"
"    設定無効化が機能します。"

msgid ""
"HGUSER\n"
"    This is the string used as the author of a commit. If not set,\n"
"    available values will be considered in this order:"
msgstr ""
"HGUSER\n"
"    コミット時に記録する、 リビジョン作成者名の指定。\n"
"    作成者名として採用される値は、 以下の順序で決定されます:"

msgid ""
"    - HGUSER (deprecated)\n"
"    - configuration files from the HGRCPATH\n"
"    - EMAIL\n"
"    - interactive prompt\n"
"    - LOGNAME (with ``@hostname`` appended)"
msgstr ""
"    - HGUSER 環境変数値 (非推奨)\n"
"    - (HGRCPATH 環境変数で指定される)設定ファイル中の設定\n"
"    - EMAIL 環境変数値\n"
"    - 対話的な入力\n"
"    - LOGNAME 環境変数値(``@hostname`` が付与されます)"

#, fuzzy
msgid "    (deprecated, see :hg:`help config.ui.username`)"
msgstr "    (非推奨: 設定ファイル経由で指定してください)"

msgid ""
"EMAIL\n"
"    May be used as the author of a commit; see HGUSER."
msgstr ""
"EMAIL\n"
"    リビジョン作成者としてこの環境変数値が記録される可能性があります。\n"
"    詳細は HGUSER の記述を参照してください。"

msgid ""
"LOGNAME\n"
"    May be used as the author of a commit; see HGUSER."
msgstr ""
"LOGNAME\n"
"    リビジョン作成者としてこの環境変数値が記録される可能性があります。\n"
"    詳細は HGUSER の記述を参照してください。"

msgid ""
"VISUAL\n"
"    This is the name of the editor to use when committing. See EDITOR."
msgstr ""
"VISUAL\n"
"    コミット時のメッセージを編集するエディタ名の指定。EDITOR 環境変数\n"
"    についても参照してください。"

msgid ""
"EDITOR\n"
"    Sometimes Mercurial needs to open a text file in an editor for a\n"
"    user to modify, for example when writing commit messages. The\n"
"    editor it uses is determined by looking at the environment\n"
"    variables HGEDITOR, VISUAL and EDITOR, in that order. The first\n"
"    non-empty one is chosen. If all of them are empty, the editor\n"
"    defaults to 'vi'."
msgstr ""
"EDITOR\n"
"    コミットログ入力時のように、 エディタでファイルを開き、\n"
"    ユーザによる編集を促す状況があります。\n"
"    そこで使用されるエディタは、 HGEDITOR、 VISUAL\n"
"    あるいは EDITOR 環境変数に設定されたものを(この順序で)使用します。\n"
"    最初の空で無い値に設定された環境変数の値を使用します。\n"
"    いずれも未設定 (あるいは空) の場合は、 'vi' が使用されます。"

msgid ""
"PYTHONPATH\n"
"    This is used by Python to find imported modules and may need to be\n"
"    set appropriately if this Mercurial is not installed system-wide.\n"
msgstr ""
"PYTHONPATH\n"
"    Mercurial が当該システムの共有領域にインストールされていない場合、\n"
"    Python が必要なモジュールを読み込むためには、 この環境変数の設定が\n"
"    必要です。\n"

msgid ""
"Mercurial has the ability to add new features through the use of\n"
"extensions. Extensions may add new commands, add options to\n"
"existing commands, change the default behavior of commands, or\n"
"implement hooks."
msgstr ""
"Mercurial には、 新規機能を「エクステンション」という機構を用いて\n"
"追加する仕組みが備わっています。 エクステンションでは、 コマンドの\n"
"新規追加、 既存コマンドへのオプションの追加、 コマンドの挙動の変更、\n"
"フックの実装といったことが可能です。"

msgid ""
"To enable the \"foo\" extension, either shipped with Mercurial or in the\n"
"Python search path, create an entry for it in your configuration file,\n"
"like this::"
msgstr ""
"\"foo\" というエクステンションを有効化するには、\n"
"Mercurial 同梱のものであろうと、 Python の検索パス中のものであろうと、\n"
"設定ファイルにおいて以下のような記述が必要です::"

msgid ""
"  [extensions]\n"
"  foo ="
msgstr ""
"  [extensions]\n"
"  foo ="

msgid "You may also specify the full path to an extension::"
msgstr "エクステンションへのフルパスを記述することも可能です::"

msgid ""
"  [extensions]\n"
"  myfeature = ~/.hgext/myfeature.py"
msgstr ""
"  [extensions]\n"
"  myfeature = ~/.hgext/myfeature.py"

msgid "See :hg:`help config` for more information on configuration files."
msgstr "設定ファイルに関する詳細は :hg:`help config` を参照してください。"

msgid ""
"Extensions are not loaded by default for a variety of reasons:\n"
"they can increase startup overhead; they may be meant for advanced\n"
"usage only; they may provide potentially dangerous abilities (such\n"
"as letting you destroy or modify history); they might not be ready\n"
"for prime time; or they may alter some usual behaviors of stock\n"
"Mercurial. It is thus up to the user to activate extensions as\n"
"needed."
msgstr ""
"様々な事情から、 特に指定の無い場合にはエクステンションは読み込まれ\n"
"ません。 付加的な読み込みは、 起動時間の増加を意味します。 上級用途\n"
"限定のものもあります。 (履歴の破壊や改変などの)潜在的な危険性を持つ\n"
"場合もあります。 実験的なものであるかもしれません。 これまでの\n"
"Mercurial の振る舞いを変えてしまうかもしれません。 エクステンションを\n"
"必要に応じて有効化するのは利用者の責務です。"

msgid ""
"To explicitly disable an extension enabled in a configuration file of\n"
"broader scope, prepend its path with !::"
msgstr ""
"明示的にエクステンションを無効化する場合、 適切な設定ファイルにおいて\n"
"パス指定部分に '!' を記述します::"

msgid ""
"  [extensions]\n"
"  # disabling extension bar residing in /path/to/extension/bar.py\n"
"  bar = !/path/to/extension/bar.py\n"
"  # ditto, but no path was supplied for extension baz\n"
"  baz = !\n"
msgstr ""
"  [extensions]\n"
"  # /path/to/extension/bar.py にあるエクステンション bar の無効化\n"
"  bar = !/path/to/extension/bar.py\n"
"  # こちらはパス指定無しでの baz エクステンションの無効化\n"
"  baz = !\n"

msgid ""
"Mercurial supports a functional language for selecting a set of\n"
"files."
msgstr "Mercurial はファイル指定のための問い合わせ言語を提供しています。"

msgid ""
"Like other file patterns, this pattern type is indicated by a prefix,\n"
"'set:'. The language supports a number of predicates which are joined\n"
"by infix operators. Parenthesis can be used for grouping."
msgstr ""
"他のファイルパターン指定と同様に、 パターン種別が定められていて、\n"
"'set:' 接頭辞で記述を始めます。 問い合わせ言語は「述語」 (predicate)\n"
"(※ 訳注: いわゆる「関数」的なもの) を提供しており、\n"
"二項演算子による結合や、 括弧によるグループ化も可能です。"

#, fuzzy
msgid ""
"Identifiers such as filenames or patterns must be quoted with single\n"
"or double quotes if they contain characters outside of\n"
"``[.*{}[]?/\\_a-zA-Z0-9\\x80-\\xff]`` or if they match one of the\n"
"predefined predicates. This generally applies to file patterns other\n"
"than globs and arguments for predicates. Pattern prefixes such as\n"
"``path:`` may be specified without quoting."
msgstr ""
"ファイル名やパターンが、 ``[.*{}[]?/\\_a-zA-Z0-9\\x80-\\xff]``\n"
"以外の文字や、 既存の述語と一致する場合、 引用符(') または二重引用符(\")\n"
"で囲ってください。 この仕様は、 glob 対象や述語の引数以外の、\n"
"全てのファイルパターンに適用されます。"

msgid ""
"Special characters can be used in quoted identifiers by escaping them,\n"
"e.g., ``\\n`` is interpreted as a newline. To prevent them from being\n"
"interpreted, strings can be prefixed with ``r``, e.g. ``r'...'``."
msgstr ""
"エスケープ表記により、 引用符中の文字列中で、 特殊文字を使用可能です。\n"
"例: ``\\n`` は改行文字扱い。 特殊文字として解釈させたくない場合は、\n"
"文字列指定の冒頭に ``r`` を付けます。 例: ``r'...'``."

msgid "See also :hg:`help patterns`."
msgstr ":hg:`help patterns` も参照してください。"

msgid ""
"Operators\n"
"========="
msgstr ""
"演算子\n"
"======"

msgid "There is a single prefix operator:"
msgstr "使用可能な前置単項演算子を以下に列挙します:"

msgid ""
"``not x``\n"
"  Files not in x. Short form is ``! x``."
msgstr ""
"``not x``\n"
"  ファイル群 x に含まれないファイル。 ``! x`` とも表記可能。"

msgid "These are the supported infix operators:"
msgstr "使用可能な二項演算子を以下に列挙します:"

msgid ""
"``x and y``\n"
"  The intersection of files in x and y. Short form is ``x & y``."
msgstr ""
"``x and y``\n"
"  ファイル群 x と y の共通部分。 ``x & y`` とも表記可能。"

msgid ""
"``x or y``\n"
"  The union of files in x and y. There are two alternative short\n"
"  forms: ``x | y`` and ``x + y``."
msgstr ""
"``x or y``\n"
"  ファイル群 x と y の総和。 ``x | y`` 又は ``x + y`` とも表記可能。"

msgid ""
"``x - y``\n"
"  Files in x but not in y."
msgstr ""
"``x - y``\n"
"  ファイル群 x のうち、 y に属さないもの。"

msgid ""
"Predicates\n"
"=========="
msgstr ""
"述語\n"
"===="

msgid "The following predicates are supported:"
msgstr "使用可能な述語を以下に列挙します:"

msgid ".. predicatesmarker"
msgstr ".. predicatesmarker"

msgid "Some sample queries:"
msgstr "問い合わせの記述例:"

msgid ""
"- Show status of files that appear to be binary in the working directory::"
msgstr "- 作業領域中のバイナリ扱いのファイルの状態を表示::"

msgid "    hg status -A \"set:binary()\""
msgstr "    hg status -A \"set:binary()\""

msgid "- Forget files that are in .hgignore but are already tracked::"
msgstr "- .hgignore 対象の中で、 既に構成管理されているファイルを登録除外::"

msgid "    hg forget \"set:hgignore() and not ignored()\""
msgstr "    hg forget \"set:hgignore() and not ignored()\""

msgid "- Find text files that contain a string::"
msgstr "- 正規表現 magic が含まれているテキストファイルの名前を表示::"

msgid "    hg files \"set:grep(magic) and not binary()\""
msgstr "    hg files \"set:grep(magic) and not binary()\""

msgid "- Find C files in a non-standard encoding::"
msgstr "- UTF-8 以外の文字コードを使う C 言語ソースのファイル名を表示::"

msgid "    hg files \"set:**.c and not encoding('UTF-8')\""
msgstr "    hg files \"set:**.c and not encoding('UTF-8')\""

msgid "- Revert copies of large binary files::"
msgstr "- 指定サイズ以上でバイナリ扱いのファイルの複製を取り消し::"

msgid "    hg revert \"set:copied() and binary() and size('>1M')\""
msgstr "    hg revert \"set:copied() and binary() and size('>1M')\""

msgid "- Revert files that were added to the working directory::"
msgstr "- 作業領域中の追加登録ファイルの取り消し::"

msgid "    hg revert \"set:revs('wdir()', added())\""
msgstr "    hg revert \"set:revs('wdir()', added())\""

msgid "- Remove files listed in foo.lst that contain the letter a or b::"
msgstr "- foo.lst の一覧中で a 又は b を名前に含むファイルを登録除外::"

#, fuzzy
msgid "    hg remove \"set: listfile:foo.lst and (**a* or **b*)\"\n"
msgstr "    hg remove \"set: 'listfile:foo.lst' and (**a* or **b*)\"\n"

msgid "Most Mercurial commands accept various flags."
msgstr ""

#, fuzzy
msgid ""
"Flag names\n"
"=========="
msgstr ""
"記述例\n"
"======"

msgid ""
"Flags for each command are listed in :hg:`help` for that command.\n"
"Additionally, some flags, such as --repository, are global and can be used "
"with\n"
"any command - those are seen in :hg:`help -v`, and can be specified before "
"or\n"
"after the command."
msgstr ""

msgid ""
"Every flag has at least a long name, such as --repository. Some flags may "
"also\n"
"have a short one-letter name, such as the equivalent -R. Using the short or "
"long\n"
"name is equivalent and has the same effect."
msgstr ""

msgid ""
"Flags that have a short name can also be bundled together - for instance, "
"to\n"
"specify both --edit (short -e) and --interactive (short -i), one could use::"
msgstr ""

#, fuzzy
msgid "    hg commit -ei"
msgstr "hg commit"

msgid ""
"If any of the bundled flags takes a value (i.e. is not a boolean), it must "
"be\n"
"last, followed by the value::"
msgstr ""

#, fuzzy
msgid "    hg commit -im 'Message'"
msgstr "指定テキストをコミットログとして使用"

#, fuzzy
msgid ""
"Flag types\n"
"=========="
msgstr ""
"フィルタ\n"
"========"

msgid ""
"Mercurial command-line flags can be strings, numbers, booleans, or lists of\n"
"strings."
msgstr ""

#, fuzzy
msgid ""
"Specifying flag values\n"
"======================"
msgstr ""
"単一リビジョンの指定\n"
"===================="

msgid ""
"The following syntaxes are allowed, assuming a flag 'flagname' with short "
"name\n"
"'f'::"
msgstr ""

msgid ""
"    --flagname=foo\n"
"    --flagname foo\n"
"    -f foo\n"
"    -ffoo"
msgstr ""

msgid ""
"This syntax applies to all non-boolean flags (strings, numbers or lists)."
msgstr ""

#, fuzzy
msgid ""
"Specifying boolean flags\n"
"========================"
msgstr ""
"単一リビジョンの指定\n"
"===================="

msgid ""
"Boolean flags do not take a value parameter. To specify a boolean, use the "
"flag\n"
"name to set it to true, or the same name prefixed with 'no-' to set it to\n"
"false::"
msgstr ""

msgid ""
"    hg commit --interactive\n"
"    hg commit --no-interactive"
msgstr ""

#, fuzzy
msgid ""
"Specifying list flags\n"
"====================="
msgstr ""
"単一リビジョンの指定\n"
"===================="

msgid ""
"List flags take multiple values. To specify them, pass the flag multiple "
"times::"
msgstr ""

msgid "    hg files --include mercurial --include tests"
msgstr ""

#, fuzzy
msgid ""
"Setting flag defaults\n"
"====================="
msgstr ""
"インタフェースの選択\n"
"===================="

msgid ""
"In order to set a default value for a flag in an hgrc file, it is "
"recommended to\n"
"use aliases::"
msgstr ""

msgid ""
"    [alias]\n"
"    commit = commit --interactive"
msgstr ""

#, fuzzy
msgid "For more information on hgrc files, see :hg:`help config`."
msgstr ""
"    (フェーズに関する詳細は、 :hg:`help phases` を参照してください)\n"
"    "

#, fuzzy
msgid ""
"Overriding flags on the command line\n"
"===================================="
msgstr ""
"Mercurial コマンドとの連携\n"
"=========================="

msgid ""
"If the same non-list flag is specified multiple times on the command line, "
"the\n"
"latest specification is used::"
msgstr ""

msgid "    hg commit -m \"Ignored value\" -m \"Used value\""
msgstr ""

msgid "This includes the use of aliases - e.g., if one has::"
msgstr ""

msgid ""
"    [alias]\n"
"    committemp = commit -m \"Ignored value\""
msgstr ""

msgid "then the following command will override that -m::"
msgstr ""

msgid "    hg committemp -m \"Used value\""
msgstr ""

#, fuzzy
msgid ""
"Overriding flag defaults\n"
"========================"
msgstr ""
"サブリポジトリの削除\n"
"===================="

msgid ""
"Every flag has a default value, and you may also set your own defaults in "
"hgrc\n"
"as described above.\n"
"Except for list flags, defaults can be overridden on the command line simply "
"by\n"
"specifying the flag in that location."
msgstr ""

#, fuzzy
msgid ""
"Hidden flags\n"
"============"
msgstr ""
"等価性\n"
"======"

msgid ""
"Some flags are not shown in a command's help by default - specifically, "
"those\n"
"that are deemed to be experimental, deprecated or advanced. To show all "
"flags,\n"
"add the --verbose flag for the help command::"
msgstr ""

msgid "    hg help --verbose commit\n"
msgstr ""

msgid ""
"Ancestor\n"
"    Any changeset that can be reached by an unbroken chain of parent\n"
"    changesets from a given changeset. More precisely, the ancestors\n"
"    of a changeset can be defined by two properties: a parent of a\n"
"    changeset is an ancestor, and a parent of an ancestor is an\n"
"    ancestor. See also: 'Descendant'."
msgstr ""
"Ancestor\n"
"    [祖先] 指定されたリビジョンから、 親リビジョン伝いに到達可能な、\n"
"    任意のリビジョン。 より正確には、 あるリビジョンにとっては、\n"
"    直接の親リビジョンは祖先であり、 祖先(=直接の親リビジョン含む)\n"
"    の親リビジョンも祖先となります。 'Descendant' も参照してください。"

msgid ""
"Bookmark\n"
"    Bookmarks are pointers to certain commits that move when\n"
"    committing. They are similar to tags in that it is possible to use\n"
"    bookmark names in all places where Mercurial expects a changeset\n"
"    ID, e.g., with :hg:`update`. Unlike tags, bookmarks move along\n"
"    when you make a commit."
msgstr ""
"Bookmark\n"
"    [ブックマーク] コミットの都度移動しつつ、 一定のリビジョンを指す、\n"
"    一種のポインタです。 リビジョン指定の際には、 タグと同様に、\n"
"    常にブックマーク名を使用できます: 例 :hg:`update` 対象。\n"
"    タグとの違いは、 コミットの都度、 ブックマークが移動することです。"

msgid ""
"    Bookmarks can be renamed, copied and deleted. Bookmarks are local,\n"
"    unless they are explicitly pushed or pulled between repositories.\n"
"    Pushing and pulling bookmarks allow you to collaborate with others\n"
"    on a branch without creating a named branch."
msgstr ""
"    ブックマークは、 改名、 複製および削除可能です。 リポジトリ間で、\n"
"    明示的な反映/取り込みをしない限り、 ブックマークは伝播しません。\n"
"    ブックマークの反映/取り込みにより、 他のメンバーとの連携の際に、\n"
"    名前付きブランチの代替として、 ブックマークが使用可能となります。"

msgid ""
"Branch\n"
"    (Noun) A child changeset that has been created from a parent that\n"
"    is not a head. These are known as topological branches, see\n"
"    'Branch, topological'. If a topological branch is named, it becomes\n"
"    a named branch. If a topological branch is not named, it becomes\n"
"    an anonymous branch. See 'Branch, anonymous' and 'Branch, named'."
msgstr ""
"Branch\n"
"    (名詞) [ブランチ] ヘッドではない (= 他に子リビジョンを持つ)\n"
"    リビジョンを親として、 作成された子リビジョン。\n"
"    これは 「構造的 (topological) ブランチ」 と呼ばれます。\n"
"    ('Branch, topological' 参照) 構造的ブランチが名前を持つ場合は\n"
"    「名前付きブランチ」、 名前を持たない場合は「名前無しブランチ」\n"
"    と呼ばれます。 (※ 訳注: 名前を「持つ/持たない」は、\n"
"    「親と異なる名前」を持つ/持たない、 を意味します)\n"
"    'Branch, anonymous' および 'Branch, named' も参照してください。"

msgid ""
"    Branches may be created when changes are pulled from or pushed to\n"
"    a remote repository, since new heads may be created by these\n"
"    operations. Note that the term branch can also be used informally\n"
"    to describe a development process in which certain development is\n"
"    done independently of other development. This is sometimes done\n"
"    explicitly with a named branch, but it can also be done locally,\n"
"    using bookmarks or clones and anonymous branches."
msgstr ""
"    連携先リポジトリで生成されたリビジョンが、 リポジトリ間連携\n"
"    (反映/取り込み) の際に、 新規ヘッドとして取り込まれることで、\n"
"    ブランチが生成される場合もあります。 「ブランチ」という呼称は、\n"
"    複数の要件に対して、 個別に作業が行われる状況を指す場合もあります。\n"
"    このような作業は、 明示的に名前付きブランチを作成した上で、\n"
"    実施されることもあれば、 ローカルホスト上で、 ブックマーク機能や、\n"
"    リポジトリ複製と名前無しブランチによって、 実施される場合もあります。"

msgid "    Example: \"The experimental branch.\""
msgstr "    例: \"実験的な(開発用)ブランチ\""

msgid ""
"    (Verb) The action of creating a child changeset which results in\n"
"    its parent having more than one child."
msgstr ""
"    (動詞) [ブランチする/分岐する/枝分かれする] あるリビジョンにおいて、\n"
"    2つ目以降の子リビジョンを作成する操作。"

msgid "    Example: \"I'm going to branch at X.\""
msgstr "    例: \"リビジョン X からブランチする\""

msgid ""
"Branch, anonymous\n"
"    Every time a new child changeset is created from a parent that is not\n"
"    a head and the name of the branch is not changed, a new anonymous\n"
"    branch is created."
msgstr ""
"Branch, anonymous\n"
"    [名前無しブランチ/匿名ブランチ] 新規に作成されたリビジョンが、\n"
"    ヘッドではない (= 子リビジョンを他に持つ) リビジョンを親に持ち、\n"
"    親と同じブランチに属する場合、 それを名前無しブランチとみなします。\n"
"    (※ 訳注: 良くある誤解が、 『default に属する場合のみが名前無し』\n"
"    というものです。 default も 『default』 という名前のブランチです。\n"
"    枝分かれの際に、 親と異なるブランチに属するか否かが、 名前付きと、\n"
"    名前無しの差異になります。)"

msgid ""
"Branch, closed\n"
"    A named branch whose branch heads have all been closed."
msgstr ""
"Branch, closed\n"
"    [閉鎖(された)ブランチ] 全てのヘッドが閉鎖された、 名前付きブランチ。"

msgid ""
"Branch, default\n"
"    The branch assigned to a changeset when no name has previously been\n"
"    assigned."
msgstr ""
"Branch, default\n"
"    [デフォルトブランチ] 所属する名前付きブランチが、 明示されない場合に、\n"
"    新規リビジョンが属する名前付きブランチ。 (※ 訳注: 親リビジョンが、\n"
"    既に default 以外の名前付きブランチに属する場合、 所属ブランチは、\n"
"    明示されているものとして扱われます)"

msgid ""
"Branch head\n"
"    See 'Head, branch'."
msgstr ""
"Branch head\n"
"    'Head, branch' を参照してください。"

msgid ""
"Branch, inactive\n"
"    If a named branch has no topological heads, it is considered to be\n"
"    inactive. As an example, a feature branch becomes inactive when it\n"
"    is merged into the default branch. The :hg:`branches` command\n"
"    shows inactive branches by default, though they can be hidden with\n"
"    :hg:`branches --active`."
msgstr ""
"Branch, inactive\n"
"    [非アクティブなブランチ] 構造的なヘッドが無い名前付きブランチは、\n"
"    非アクティブなブランチとみなされます。 例えば default ブランチに、\n"
"    機能実装用の名前付きブランチがマージされると、 機能実装用ブランチは、\n"
"    非アクティブになります。 :hg:`branches` は、 --active 指定が無い場合、\n"
"    非アクティブなブランチも表示します。"

msgid ""
"    NOTE: this concept is deprecated because it is too implicit.\n"
"    Branches should now be explicitly closed using :hg:`commit\n"
"    --close-branch` when they are no longer needed."
msgstr ""
"    備考: 履歴ツリー構造を元にした、 暗黙的な状況を元にしていることから、\n"
"    この概念の常用は非推奨です。 不要になった名前付きブランチは、\n"
"    :hg:`commit --close-branch` により、 明示的に閉鎖してください。"

msgid ""
"Branch, named\n"
"    A collection of changesets which have the same branch name. By\n"
"    default, children of a changeset in a named branch belong to the\n"
"    same named branch. A child can be explicitly assigned to a\n"
"    different branch. See :hg:`help branch`, :hg:`help branches` and\n"
"    :hg:`commit --close-branch` for more information on managing\n"
"    branches."
msgstr ""
"Branch, named\n"
"    [名前付きブランチ] 同一のブランチ名を持つリビジョンの集合。\n"
"    名前付きブランチに属するリビジョンは、 その子リビジョンも、\n"
"    同じ名前付きブランチに属します。 別な名前付きブランチを、\n"
"    明示的に指定することで、 次のコミットで生成される子リビジョンの、\n"
"    所属ブランチを変更できます。 ブランチ管理の詳細は、\n"
"    :hg:`help branch` 、 :hg:`help branches` および\n"
"    :hg:`commit --close-branch` を参照してください。"

msgid ""
"    Named branches can be thought of as a kind of namespace, dividing\n"
"    the collection of changesets that comprise the repository into a\n"
"    collection of disjoint subsets. A named branch is not necessarily\n"
"    a topological branch. If a new named branch is created from the\n"
"    head of another named branch, or the default branch, but no\n"
"    further changesets are added to that previous branch, then that\n"
"    previous branch will be a branch in name only."
msgstr ""
"    名前付きブランチは、 リポジトリの履歴を構成するリビジョン群を、\n"
"    重複の無い部分集合へと分割する、 名前空間の一種とも言えます。\n"
"    名前付きブランチは、 必ずしも構造的ブランチである必要はありません。\n"
"    ある名前付きブランチ (default でも可) のヘッドとなるリビジョンを親に、\n"
"    別の名前付きブランチを新規生成した場合、 元ブランチに対して、\n"
"    以後の新規リビジョン追加が無ければ、 元ブランチは (構造的な意味で)\n"
"    『分岐』したのではなく、 名前が付いているだけと言えます。"

msgid ""
"Branch tip\n"
"    See 'Tip, branch'."
msgstr ""
"Branch tip\n"
"    'Tip, branch' 参照してください。"

msgid ""
"Branch, topological\n"
"    Every time a new child changeset is created from a parent that is\n"
"    not a head, a new topological branch is created. If a topological\n"
"    branch is named, it becomes a named branch. If a topological\n"
"    branch is not named, it becomes an anonymous branch of the\n"
"    current, possibly default, branch."
msgstr ""
"Branch, topological\n"
"    [構造的ブランチ] ヘッドではない (= 他に子リビジョンを持つ)\n"
"    リビジョンを親として、 新規に作成されたリビジョンは、 \n"
"    構造的ブランチとなります。 構造的ブランチに名前が与えられた場合、\n"
"    それは名前付きブランチとなります。 (※ 訳注: 名前付きブランチは、\n"
"    必ずしも構造的ブランチとは限りません) 名前が与えられない場合は、\n"
"    現行の名前付きブランチ (一般的には default) における、\n"
"    名前無しブランチとなります。"

msgid ""
"Changelog\n"
"    A record of the changesets in the order in which they were added\n"
"    to the repository. This includes details such as changeset id,\n"
"    author, commit message, date, and list of changed files."
msgstr ""
"Changelog\n"
"    [変更履歴] 各リビジョンの内容を、 リポジトリ登録順に記録したもの。\n"
"    記録内容には、 識別用ハッシュ値、  作成者名、 コミットログ、\n"
"    日付、 および変更対象ファイルの一覧が含まれます。"

msgid ""
"Changeset\n"
"    A snapshot of the state of the repository used to record a change."
msgstr ""
"Changeset\n"
"    [チェンジセット] 変更記録のためのリポジトリ状態のスナップショット。\n"
"    (※ 訳注: 歴史的な経緯から、 チェンジセットとリビジョンは、\n"
"    同じ意味で使用されるケースが多いです。 Mercurial の翻訳では、\n"
"    概ね 「リビジョン」 と訳していますが、 一部に不統一な部分もあります。\n"
"    'Revision' も参照してください。)"

msgid ""
"Changeset, child\n"
"    The converse of parent changeset: if P is a parent of C, then C is\n"
"    a child of P. There is no limit to the number of children that a\n"
"    changeset may have."
msgstr ""
"Changeset, child\n"
"    [子(リビジョン)] 「親(リビジョン)」 の対義語。\n"
"    リビジョン P がリビジョン C の親である場合、 C は P の子となります。\n"
"    親に対する子の数には上限がありません。"

msgid ""
"Changeset id\n"
"    A SHA-1 hash that uniquely identifies a changeset. It may be\n"
"    represented as either a \"long\" 40 hexadecimal digit string, or a\n"
"    \"short\" 12 hexadecimal digit string."
msgstr ""
"Changeset id\n"
"    [リビジョンID/識別用ハッシュ値] リビジョンを一意に識別する\n"
"    SHA-1 ハッシュ値。 40桁16進数として表現される 「完全長」 のものと、\n"
"    12桁16進数として表現される 「短縮」 形式があります。"

msgid ""
"Changeset, merge\n"
"    A changeset with two parents. This occurs when a merge is\n"
"    committed."
msgstr ""
"Changeset, merge\n"
"    [マージリビジョン] 親リビジョンを2つ持つリビジョン。\n"
"    :hg:`merge` 実施結果を、 コミットすることで生成されます。"

msgid ""
"Changeset, parent\n"
"    A revision upon which a child changeset is based. Specifically, a\n"
"    parent changeset of a changeset C is a changeset whose node\n"
"    immediately precedes C in the DAG. Changesets have at most two\n"
"    parents."
msgstr ""
"Changeset, parent\n"
"    [親(リビジョン)] 子リビジョンの由来元となるリビジョン。\n"
"    より明確には、 リビジョン C の親は、 (旧→新順の) 履歴ツリーにおいて、\n"
"    リビジョン C の直前のリビジョンを指します。 各リビジョンの親は、\n"
"    最大で2つです。"

msgid ""
"Checkout\n"
"    (Noun) The working directory being updated to a specific\n"
"    revision. This use should probably be avoided where possible, as\n"
"    changeset is much more appropriate than checkout in this context."
msgstr ""
"Checkout\n"
"    [チェックアウト] (名詞) 指定リビジョンの内容で、 更新された作業領域。\n"
"    同等の意味を表す場合、 「リビジョン」 の方が妥当なので、\n"
"    この用法での使用は避けましょう。"

msgid "    Example: \"I'm using checkout X.\""
msgstr "    例: \"チェックアウトした X を使用する。\""

msgid ""
"    (Verb) Updating the working directory to a specific changeset. See\n"
"    :hg:`help update`."
msgstr ""
"    (動詞) 指定リビジョンでの作業領域の更新。  :hg:`help update`\n"
"    も参照してください。"

msgid "    Example: \"I'm going to check out changeset X.\""
msgstr "    例: \"リビジョン X をチェックアウトする。\""

msgid ""
"Child changeset\n"
"    See 'Changeset, child'."
msgstr ""
"Child changeset\n"
"    'Changeset, child' を参照してください。"

msgid ""
"Close changeset\n"
"    See 'Head, closed branch'."
msgstr ""
"Close changeset\n"
"    'Head, closed branch' を参照してください。"

msgid ""
"Closed branch\n"
"    See 'Branch, closed'."
msgstr ""
"Closed branch\n"
"    'Branch, closed' を参照してください。"

msgid ""
"Clone\n"
"    (Noun) An entire or partial copy of a repository. The partial\n"
"    clone must be in the form of a revision and its ancestors."
msgstr ""
"Clone\n"
"    (名詞) [複製(リポジトリ)] あるリポジトリの全体、 または一部から、\n"
"    複製されたリポジトリ。 部分複製リポジトリの持つ変更履歴は、\n"
"    指定リビジョンと、 その祖先から構成されます。"

msgid "    Example: \"Is your clone up to date?\""
msgstr "    例: \"あなたの複製(リポジトリ)は最新ですか?\""

msgid "    (Verb) The process of creating a clone, using :hg:`clone`."
msgstr ""
"    (動詞) [(リポジトリの)複製] 複製リポジトリを作成する操作。\n"
"    :hg:`clone` を使用します。"

msgid "    Example: \"I'm going to clone the repository.\""
msgstr "    例: \"リポジトリを複製します\""

msgid ""
"Closed branch head\n"
"    See 'Head, closed branch'."
msgstr ""
"Closed branch head\n"
"    'Head, closed branch' を参照してください。"

msgid ""
"Commit\n"
"    (Noun) A synonym for changeset."
msgstr ""
"Commit\n"
"    [コミット] (名詞) リビジョンの別称。"

msgid "    Example: \"Is the bug fixed in your recent commit?\""
msgstr "    例: \"最新のコミットで、 バグは修正されていますか?\""

msgid ""
"    (Verb) The act of recording changes to a repository. When files\n"
"    are committed in a working directory, Mercurial finds the\n"
"    differences between the committed files and their parent\n"
"    changeset, creating a new changeset in the repository."
msgstr ""
"    (動詞) 変更内容をリポジトリに記録する操作。\n"
"    コミットの際には、 コミット対象ファイルの、 作業領域中の内容と、\n"
"    親リビジョンにおける内容から、 差分が取られ、 リポジトリにおいて、\n"
"    新規リビジョンが作成されます。"

msgid "    Example: \"You should commit those changes now.\""
msgstr "    例: \"その変更は、 すぐにコミットすべきです。\""

msgid ""
"Cset\n"
"    A common abbreviation of the term changeset."
msgstr ""
"Cset\n"
"    「チェンジセット」の略記。"

msgid ""
"DAG\n"
"    The repository of changesets of a distributed version control\n"
"    system (DVCS) can be described as a directed acyclic graph (DAG),\n"
"    consisting of nodes and edges, where nodes correspond to\n"
"    changesets and edges imply a parent -> child relation. This graph\n"
"    can be visualized by graphical tools such as :hg:`log --graph`. In\n"
"    Mercurial, the DAG is limited by the requirement for children to\n"
"    have at most two parents."
msgstr ""
"DAG\n"
"    分散構成管理システム (DVCS) のリポジトリにおけるリビジョン群は、\n"
"    リビジョンに相当するノード (node) と、 親〜子の関係に相当するエッジ\n"
"    (edge) から成る、 非循環有向グラフ (directed acyclic graph:DAG)\n"
"    として表すことができます。 このグラフは、 :hg:`log --graph`\n"
"    などにより可視化できます。 各リビジョンは最大2つの親しか持てない、\n"
"    というのが、 Mercurial の DAG における制約です。(※ 訳注:\n"
"    多くのケースで DAG は 「履歴ツリー」 的なニュアンスで用いられるため、\n"
"    基本的には「履歴ツリー」と訳しています)"

msgid ""
"Deprecated\n"
"    Feature removed from documentation, but not scheduled for removal."
msgstr ""
"Deprecated\n"
"    [非推奨] デフォルトのヘルプ表示等で隠されている機能。 但し、\n"
"    機能そのものの削除は、 現時点では想定されていません。"

msgid ""
"Default branch\n"
"    See 'Branch, default'."
msgstr ""
"Default branch\n"
"    'Branch, default' を参照してください。"

msgid ""
"Descendant\n"
"    Any changeset that can be reached by a chain of child changesets\n"
"    from a given changeset. More precisely, the descendants of a\n"
"    changeset can be defined by two properties: the child of a\n"
"    changeset is a descendant, and the child of a descendant is a\n"
"    descendant. See also: 'Ancestor'."
msgstr ""
"Descendant\n"
"    [子孫] 指定されたリビジョンから、 子リビジョン伝いに到達可能な、\n"
"    任意のリビジョン。 より正確には、 あるリビジョンにとって、\n"
"    直接の子リビジョンは子孫であり、 子孫の子リビジョンも子孫となります。\n"
"    'Ancestor' も参照してください。"

msgid ""
"Diff\n"
"    (Noun) The difference between the contents and attributes of files\n"
"    in two changesets or a changeset and the current working\n"
"    directory. The difference is usually represented in a standard\n"
"    form called a \"diff\" or \"patch\". The \"git diff\" format is used\n"
"    when the changes include copies, renames, or changes to file\n"
"    attributes, none of which can be represented/handled by classic\n"
"    \"diff\" and \"patch\"."
msgstr ""
"Diff\n"
"    (名詞) [差分] 2つのリビジョン、 または作業領域とリビジョン間での、\n"
"    ファイルの内容と属性の差異。 差分の表現は、 \"diff\" または \"patch\"\n"
"    と呼ばれる形式で表現されます。 ファイルの複製/改名や属性の変更は、\n"
"    \"diff\" や \"patch\" の形式では表現できないため、 \"git diff\"\n"
"    形式を使って表現されます。"

msgid "    Example: \"Did you see my correction in the diff?\""
msgstr "    例: \"私の修正の差分を見てもらえましたか?\""

msgid ""
"    (Verb) Diffing two changesets is the action of creating a diff or\n"
"    patch."
msgstr ""
"    (動詞) [差分を取る] 2つのリビジョン間で差分を取る行為は、 \n"
"    \"diff\" や \"patch\" 形式を生成することを意味します。"

msgid ""
"    Example: \"If you diff with changeset X, you will see what I mean.\""
msgstr ""
"    Example: \"リビジョン X との差分を取れば、 私の意図がわかります。\""

msgid ""
"Directory, working\n"
"    The working directory represents the state of the files tracked by\n"
"    Mercurial, that will be recorded in the next commit. The working\n"
"    directory initially corresponds to the snapshot at an existing\n"
"    changeset, known as the parent of the working directory. See\n"
"    'Parent, working directory'. The state may be modified by changes\n"
"    to the files introduced manually or by a merge. The repository\n"
"    metadata exists in the .hg directory inside the working directory."
msgstr ""
"Directory, working\n"
"    [作業領域] 作業領域は、 次のコミットによって記録される、\n"
"    Mercurial 管理下のファイルの状態を保持します。 初期状態では、\n"
"    (親リビジョンと呼ばれる) 既存のリビジョンと同じ内容を持ちます。\n"
"    'Parent, working directory' を参照してください。 マージや、\n"
"    ファイルへの変更操作によって、 状態が変更されます。\n"
"    リポジトリのメタデータは、 作業領域中の .hg ディレクトリ配下に、\n"
"    格納されています。"

msgid ""
"Draft\n"
"    Changesets in the draft phase have not been shared with publishing\n"
"    repositories and may thus be safely changed by history-modifying\n"
"    extensions. See :hg:`help phases`."
msgstr ""
"Draft\n"
"    draft フェーズのリビジョンは、 publishing リポジトリ間で、\n"
"    共有されないことから、 履歴改変エクステンションを適用可能です。\n"
"    :hg:`help phases` を参照してください。"

msgid ""
"Experimental\n"
"    Feature that may change or be removed at a later date."
msgstr ""
"Experimental\n"
"    [実験的実装] 将来的に、 仕様変更や廃止の可能性がある機能。"

msgid ""
"Graph\n"
"    See DAG and :hg:`log --graph`."
msgstr ""
"Graph\n"
"    用語集の DAG の項目および :hg:`log --graph` 出力を参照してください。"

msgid ""
"Head\n"
"    The term 'head' may be used to refer to both a branch head or a\n"
"    repository head, depending on the context. See 'Head, branch' and\n"
"    'Head, repository' for specific definitions."
msgstr ""
"Head\n"
"    [ヘッド] 使用する文脈に応じて、 ブランチのヘッドと、\n"
"    リポジトリのヘッドの、 2つの意味で使用されます。 それぞれの詳細は、\n"
"    'Head, branch' および 'Head, repository' を参照してください。"

msgid ""
"    Heads are where development generally takes place and are the\n"
"    usual targets for update and merge operations."
msgstr ""
"    開発において、 ヘッドは日常的に発生し、 作業領域更新や、\n"
"    マージ操作の対象となります。"

msgid ""
"Head, branch\n"
"    A changeset with no descendants on the same named branch."
msgstr ""
"Head, branch\n"
"    [ブランチ(の)ヘッド] 同一名前付きブランチ上に、 子を持たないリビジョン。"

msgid ""
"Head, closed branch\n"
"    A changeset that marks a head as no longer interesting. The closed\n"
"    head is no longer listed by :hg:`heads`. A branch is considered\n"
"    closed when all its heads are closed and consequently is not\n"
"    listed by :hg:`branches`."
msgstr ""
"Head, closed branch\n"
"    [閉鎖(された)ブランチ(の)ヘッド] ヘッドへの閉鎖を実施したリビジョン。\n"
"    (※ 訳注: 閉鎖操作(commit)の実施は、 閉鎖対象リビジョン上で行うため、\n"
"    閉鎖実施リビジョン = 閉鎖ブランチヘッドとなります) 閉鎖済みヘッドは\n"
"    :hg:`heads` で列挙されません。 全てのヘッドが閉鎖されると、\n"
"    その名前付きブランチは閉鎖済みとみなされ、 以降の :hg:`branches`\n"
"    で名前が列挙されなくなります。"

msgid ""
"    Closed heads can be re-opened by committing new changeset as the\n"
"    child of the changeset that marks a head as closed."
msgstr ""
"    閉鎖ブランチのヘッドに対して、 新規の子リビジョンを生成することで、\n"
"    当該ヘッドの閉鎖状態が解消されます。"

msgid ""
"Head, repository\n"
"    A topological head which has not been closed."
msgstr ""
"Head, repository\n"
"    [リポジトリ(の)ヘッド] 閉鎖されていない、 構造的なヘッド。"

msgid ""
"Head, topological\n"
"    A changeset with no children in the repository."
msgstr ""
"Head, topological\n"
"    [構造的(な)ヘッド] リポジトリ内に、 子を持たないリビジョン。"

msgid ""
"History, immutable\n"
"    Once committed, changesets cannot be altered.  Extensions which\n"
"    appear to change history actually create new changesets that\n"
"    replace existing ones, and then destroy the old changesets. Doing\n"
"    so in public repositories can result in old changesets being\n"
"    reintroduced to the repository."
msgstr ""
"History, immutable\n"
"    [改変不能(な)履歴] 一旦コミットされたリビジョンは、 改変できません。\n"
"    履歴改変機能を謳うエクステンションは、 実際には履歴の改変ではなく、\n"
"    新規リビジョンによる、 既存リビジョンの置き換え (破棄を含む)\n"
"    を行っています。 公開リポジトリ上でこの操作を行った場合、\n"
"    既存のものと同一内容のリビジョンが、 履歴上に現れることになります。"

msgid ""
"History, rewriting\n"
"    The changesets in a repository are immutable. However, extensions\n"
"    to Mercurial can be used to alter the repository, usually in such\n"
"    a way as to preserve changeset contents."
msgstr ""
"History, rewriting\n"
"    [履歴(の)改変] リポジトリに記録された履歴は、 改変不能です。\n"
"    しかし Mercurial のエクステンションには、 既存リビジョンの内容を、\n"
"    ある種の方法で改変できる (ように見せる) ものがあります。"

msgid ""
"Immutable history\n"
"    See 'History, immutable'."
msgstr ""
"Immutable history\n"
"    'History, immutable' を参照してください。"

msgid ""
"Merge changeset\n"
"    See 'Changeset, merge'."
msgstr ""
"Merge changeset\n"
"    'Changeset, merge' を参照してください。"

msgid ""
"Manifest\n"
"    Each changeset has a manifest, which is the list of files that are\n"
"    tracked by the changeset."
msgstr ""
"Manifest\n"
"    [管理対象/マニフェスト] 各リビジョンにおける、 管理対象ファイルの一覧。"

msgid ""
"Merge\n"
"    Used to bring together divergent branches of work. When you update\n"
"    to a changeset and then merge another changeset, you bring the\n"
"    history of the latter changeset into your working directory. Once\n"
"    conflicts are resolved (and marked), this merge may be committed\n"
"    as a merge changeset, bringing two branches together in the DAG."
msgstr ""
"Merge\n"
"    [マージ] 枝分かれした作業成果を統合する操作。 リビジョンを指定して、\n"
"    作業領域を更新した上で、 別なリビジョンとのマージを行った場合、\n"
"    後者の履歴における成果を、 作業領域に持ち込むことになります。\n"
"    衝突が解消された (及び、その旨明示された) ならば、\n"
"    履歴ツリーにおける2つの枝別れを、 1つに統合するリビジョンとして、\n"
"    マージ結果をコミットできます。"

msgid ""
"Named branch\n"
"    See 'Branch, named'."
msgstr ""
"Named branch\n"
"    'Branch, named' を参照してください。"

msgid ""
"Null changeset\n"
"    The empty changeset. It is the parent state of newly-initialized\n"
"    repositories and repositories with no checked out revision. It is\n"
"    thus the parent of root changesets and the effective ancestor when\n"
"    merging unrelated changesets. Can be specified by the alias 'null'\n"
"    or by the changeset ID '000000000000'."
msgstr ""
"Null changeset\n"
"    [空リビジョン] 作業領域が更新されていない、 新規リポジトリにおける、\n"
"    親リビジョン。 以上のことから、 ルートリビジョンの親であり、\n"
"    ID '000000000000' と別名 'null' のどちらでも指定可能です。"

msgid ""
"Parent\n"
"    See 'Changeset, parent'."
msgstr ""
"Parent\n"
"    'Changeset, parent' を参照してください。"

msgid ""
"Parent changeset\n"
"    See 'Changeset, parent'."
msgstr ""
"Parent changeset\n"
"    'Changeset, parent' を参照してください。"

msgid ""
"Parent, working directory\n"
"    The working directory parent reflects a virtual revision which is\n"
"    the child of the changeset (or two changesets with an uncommitted\n"
"    merge) shown by :hg:`parents`. This is changed with\n"
"    :hg:`update`. Other commands to see the working directory parent\n"
"    are :hg:`summary` and :hg:`id`. Can be specified by the alias \".\"."
msgstr ""
"Parent, working directory\n"
"    [作業領域の親] 作業領域は、 :hg:`parents` が表示するリビジョン\n"
"    (未コミットマージの場合は2つ) = 作業領域の親に対する、\n"
"    仮想的な子リビジョンです。 作業領域の親は :hg:`update` で変更します。\n"
"    他にも :hg:`summary` や :hg:`id` で作業領域の親を知ることが可能です。\n"
"    \".\" という別名でも記述可能です。"

msgid ""
"Patch\n"
"    (Noun) The product of a diff operation."
msgstr ""
"Patch\n"
"    (名詞) [パッチ] 差分取得操作で得られる出力。"

msgid "    Example: \"I've sent you my patch.\""
msgstr "    例: \"私のパッチを送りました。\""

msgid ""
"    (Verb) The process of using a patch file to transform one\n"
"    changeset into another."
msgstr ""
"    (動詞) [パッチ(を)当て(る)] あるリビジョン時点の内容に対する、\n"
"    パッチ適用による変更操作 (※ 訳注: 暗に新規リビジョンの生成を想定)。"

msgid "    Example: \"You will need to patch that revision.\""
msgstr "    Example: \"そのリビジョンへのパッチ当てが必要です。\""

msgid ""
"Phase\n"
"    A per-changeset state tracking how the changeset has been or\n"
"    should be shared. See :hg:`help phases`."
msgstr ""
"Phase\n"
"    [フェーズ] リビジョン毎に管理されている、 共有可否の情報。\n"
"    :hg:`help phases` を参照してください。"

msgid ""
"Public\n"
"    Changesets in the public phase have been shared with publishing\n"
"    repositories and are therefore considered immutable. See :hg:`help\n"
"    phases`."
msgstr ""
"Public\n"
"    public フェーズのリビジョンは、 publishing リポジトリ間で、\n"
"    共有されることから、 改変不能リビジョンとみなされます。\n"
"    :hg:`help phases` を参照してください。"

msgid ""
"Pull\n"
"    An operation in which changesets in a remote repository which are\n"
"    not in the local repository are brought into the local\n"
"    repository. Note that this operation without special arguments\n"
"    only updates the repository, it does not update the files in the\n"
"    working directory. See :hg:`help pull`."
msgstr ""
"Pull\n"
"    [(リビジョンの)取り込み] 手元のリポジトリに無いリビジョンを、\n"
"    連携先リポジトリから取り込む操作。 特定のオプション指定が無ければ、\n"
"    この操作はリポジトリのみを更新し、 作業領域は更新しません。。\n"
"    :hg:`help pull` を参照してください。"

msgid ""
"Push\n"
"    An operation in which changesets in a local repository which are\n"
"    not in a remote repository are sent to the remote repository. Note\n"
"    that this operation only adds changesets which have been committed\n"
"    locally to the remote repository. Uncommitted changes are not\n"
"    sent. See :hg:`help push`."
msgstr ""
"Push\n"
"    [(リビジョンの)反映] 手元のリポジトリにしか無いリビジョンを、\n"
"    連携先リポジトリに反映する操作。 手元のリポジトリにおいて、\n"
"    コミットされたリビジョンを、 連携先に追加するだけです。\n"
"    未コミットの変更は反映されません。 :hg:`help push`\n"
"    を参照してください。"

msgid ""
"Repository\n"
"    The metadata describing all recorded states of a collection of\n"
"    files. Each recorded state is represented by a changeset. A\n"
"    repository is usually (but not always) found in the ``.hg``\n"
"    subdirectory of a working directory. Any recorded state can be\n"
"    recreated by \"updating\" a working directory to a specific\n"
"    changeset."
msgstr ""
"Repository\n"
"    [リポジトリ] 管理対象ファイルの状態を記録したメタデータ。\n"
"    記録された状態によって、 リビジョンが表現されます。 リポジトリは、\n"
"    通常 (「常に」ではありません) であれば、 作業領域の ``.hg``\n"
"    配下にあります。 記録された状態は、 特定のリビジョンを指定した\n"
"    \"updating\" によって、 作業領域に再現されます。"

msgid ""
"Repository head\n"
"    See 'Head, repository'."
msgstr ""
"Repository head\n"
"    'Head, repository' を参照してください。"

msgid ""
"Revision\n"
"    A state of the repository at some point in time. Earlier revisions\n"
"    can be updated to by using :hg:`update`.  See also 'Revision\n"
"    number'; See also 'Changeset'."
msgstr ""
"Revision\n"
"    [リビジョン] ある時点におけるリポジトリの状態。 :hg:`update` により、\n"
"    以前のリビジョン時点における内容で、 作業領域を更新できます。\n"
"    'Revision number' および 'Changeset' も参照してください。"

msgid ""
"Revision number\n"
"    This integer uniquely identifies a changeset in a specific\n"
"    repository. It represents the order in which changesets were added\n"
"    to a repository, starting with revision number 0. Note that the\n"
"    revision number may be different in each clone of a repository. To\n"
"    identify changesets uniquely between different clones, see\n"
"    'Changeset id'."
msgstr ""
"Revision number\n"
"    [リビジョン番号] 当該リポジトリのリビジョンを、 一意に識別する整数。\n"
"    リポジトリへの追加順で、 各リビジョンに 0 から番号を振ったものです。\n"
"    リビジョン番号は、 リポジトリの複製毎に異なり得ます。\n"
"    複数のリポジトリ間で、 リビジョンを一意に識別する方法は、\n"
"    'Changeset id' を参照してください。"

msgid ""
"Revlog\n"
"    History storage mechanism used by Mercurial. It is a form of delta\n"
"    encoding, with occasional full revision of data followed by delta\n"
"    of each successive revision. It includes data and an index\n"
"    pointing to the data."
msgstr ""
"Revlog\n"
"    Mercurial における履歴記録の形式。 各リビジョンに相当する差分と、\n"
"    一定間隔での完全なデータから、 構成されています。\n"
"    管理対象データと、 データ参照用のインデックスを格納しています。"

msgid ""
"Rewriting history\n"
"    See 'History, rewriting'."
msgstr ""
"Rewriting history\n"
"    'History, rewriting' を参照してください。"

msgid ""
"Root\n"
"    A changeset that has only the null changeset as its parent. Most\n"
"    repositories have only a single root changeset."
msgstr ""
"Root\n"
"    [ルート(リビジョン)] 親が空リビジョンのみのリビジョン。\n"
"    一般的なリポジトリでは、 ルートリビジョンは1つだけです。"

msgid ""
"Secret\n"
"    Changesets in the secret phase may not be shared via push, pull,\n"
"    or clone. See :hg:`help phases`."
msgstr ""
"Secret\n"
"    secret フェーズのリビジョンは、 push/pull/clone の対象外です。\n"
"    :hg:`help phases` を参照してください。"

msgid ""
"Tag\n"
"    An alternative name given to a changeset. Tags can be used in all\n"
"    places where Mercurial expects a changeset ID, e.g., with\n"
"    :hg:`update`. The creation of a tag is stored in the history and\n"
"    will thus automatically be shared with other using push and pull."
msgstr ""
"Tag\n"
"    [タグ] リビジョンに割り当てられた別名。 リビジョン指定の際には、\n"
"    常にタグ名を使用できます: 例 :hg:`update` 対象。\n"
"    タグの生成は履歴に記録され、 反映/取り込みによって、\n"
"    他のリポジトリに伝播します。"

msgid ""
"Tip\n"
"    The changeset with the highest revision number. It is the changeset\n"
"    most recently added in a repository."
msgstr ""
"Tip\n"
"    最大のリビジョン番号を持つリビジョン。 当該リポジトリにおいて、\n"
"    最も最後に追加されたリビジョン。"

msgid ""
"Tip, branch\n"
"    The head of a given branch with the highest revision number. When\n"
"    a branch name is used as a revision identifier, it refers to the\n"
"    branch tip. See also 'Branch, head'. Note that because revision\n"
"    numbers may be different in different repository clones, the\n"
"    branch tip may be different in different cloned repositories."
msgstr ""
"Tip, branch\n"
"    [ブランチ(の) tip] リビジョン番号が最大な、 指定ブランチのヘッド。\n"
"    リビジョン指定の際に、 ブランチ名が指定された場合、 ブランチ tip\n"
"    指定とみなされます。 'Branch, head' も参照してください。\n"
"    リビジョン番号は、 リポジトリの複製毎に異なり得るため、 ブランチ tip\n"
"    もリポジトリ毎に異なる可能性があります。"

msgid ""
"Update\n"
"    (Noun) Another synonym of changeset."
msgstr ""
"Update\n"
"    (名詞) [更新内容] リビジョンの言い換え。"

msgid "    Example: \"I've pushed an update.\""
msgstr "    例: \"更新内容を反映しておきました\""

msgid ""
"    (Verb) This term is usually used to describe updating the state of\n"
"    the working directory to that of a specific changeset. See\n"
"    :hg:`help update`."
msgstr ""
"    (動詞) [更新] 作業領域を、 特定リビジョン時点の内容で書き換える操作。\n"
"    :hg:`help update` を参照してください。"

msgid "    Example: \"You should update.\""
msgstr "    例: \"(作業領域の)更新が必要です\""

msgid ""
"Working directory\n"
"    See 'Directory, working'."
msgstr ""
"Working directory\n"
"    'Directory, working' を参照してください。"

msgid ""
"Working directory parent\n"
"    See 'Parent, working directory'.\n"
msgstr ""
"Working directory parent\n"
"    'Parent, working directory' を参照してください。\n"

msgid ""
"========\n"
" hg-ssh\n"
"========"
msgstr ""
"========\n"
" hg-ssh\n"
"========"

msgid ""
"----------------------------------------\n"
"restricted ssh login shell for Mercurial\n"
"----------------------------------------"
msgstr ""
"-----------------------------------------\n"
"Mercurial 向け制限付き ssh ログインシェル\n"
"-----------------------------------------"

msgid ""
":Author:         Thomas Arendsen Hein <thomas@intevation.de>\n"
":Organization:   Mercurial\n"
":Manual section: 8\n"
":Manual group:   Mercurial Manual"
msgstr ""
":Author:         Thomas Arendsen Hein <thomas@intevation.de>\n"
":Organization:   Mercurial\n"
":Manual section: 8\n"
":Manual group:   Mercurial Manual"

#. do not translate: .. contents::
msgid ""
".. contents::\n"
"   :backlinks: top\n"
"   :class: htmlonly\n"
"   :depth: 1"
msgstr ""
".. contents::\n"
"   :backlinks: top\n"
"   :class: htmlonly\n"
"   :depth: 1"

msgid ""
"Synopsis\n"
"\"\"\"\"\"\"\"\"\n"
"**hg-ssh** repositories..."
msgstr ""
"概要\n"
"\"\"\"\"\n"
"**hg-ssh** repositories..."

msgid ""
"Description\n"
"\"\"\"\"\"\"\"\"\"\"\"\n"
"**hg-ssh** is a wrapper for ssh access to a limited set of mercurial repos."
msgstr ""
"説明\n"
"\"\"\"\"\n"
"**hg-ssh** は、 ssh アクセスを Mercurial リポジトリ操作に限定する、\n"
"ラッパースクリプトです。"

msgid ""
"To be used in ~/.ssh/authorized_keys with the \"command\" option, see "
"sshd(8):\n"
"command=\"hg-ssh path/to/repo1 /path/to/repo2 ~/repo3 ~user/repo4\" ssh-"
"dss ...\n"
"(probably together with these other useful options:\n"
"no-port-forwarding,no-X11-forwarding,no-agent-forwarding)"
msgstr ""
"ファイル ~/.ssh/authorized_keys 中の \"command\" オプションで、\n"
"以下のように記述します。 詳細は sshd(8) を参照してください:\n"
"command=\"hg-ssh path/to/repo1 /path/to/repo2 ~/repo3 ~user/repo4\" ssh-"
"dss ... \n"
"(他にも no-port-forwarding,no-X11-forwarding,no-agent-forwarding 等の、\n"
"有用なオプション指定が必要となるでしょう)"

msgid ""
"This allows pull/push over ssh from/to the repositories given as arguments."
msgstr ""
"ssh 経由の操作が、 引数で指定されたリポジトリへのアクセスに限定されます。"

msgid ""
"If all your repositories are subdirectories of a common directory, you can\n"
"allow shorter paths with:\n"
"command=\"cd path/to/my/repositories && hg-ssh repo1 subdir/repo2\""
msgstr ""
"全ての操作対象リポジトリが、 特定のディレクトリ配下にある場合は、\n"
"リポジトリパスの列挙を、 以下の様に簡略化可能です:\n"
"command=\"cd path/to/my/repositories && hg-ssh repo1 subdir/repo2\""

msgid ""
"You can use pattern matching of your normal shell, e.g.:\n"
"command=\"cd repos && hg-ssh user/thomas/* projects/{mercurial,foo}\""
msgstr ""
"シェルのパターンマッチング機能を使った、 以下の様な記述も可能です:\n"
"command=\"cd repos && hg-ssh user/thomas/* projects/{mercurial,foo}\""

msgid ""
"You can also add a --read-only flag to allow read-only access to a key, e."
"g.:\n"
"command=\"hg-ssh --read-only repos/\\*\""
msgstr ""
"オプション --read-only により、 読み出し限定でのアクセス許可も可能です:\n"
"command=\"hg-ssh --read-only repos/\\*\""

msgid ""
"Bugs\n"
"\"\"\"\"\n"
"Probably lots, please post them to the mailing list (see Resources_\n"
"below) when you find them."
msgstr ""
"不具合\n"
"\"\"\"\"\"\"\n"
"不具合を見つけた場合は、 メーリングリスト ( 後述する 各種情報_ 参照)\n"
"までお知らせください。(※ 訳注: 日本語翻訳の不具合等は、\n"
"日本語メーリングリスト\n"
"`mercurial-ja\n"
"<https://groups.google.com/forum/?fromgroups#!forum/mercurial-ja>`_\n"
"へのメール投函や、 Twitter で\n"
"`#mercurialjp <https://twitter.com/#%21/search/%23mercurialjp>`_\n"
"ハッシュタグをつけてつぶやいてください)"

msgid ""
"See Also\n"
"\"\"\"\"\"\"\"\"\n"
"|hg(1)|_"
msgstr ""
"他の参照先\n"
"\"\"\"\"\"\"\"\"\"\"\n"
"|hg(1)|_"

msgid ""
"Author\n"
"\"\"\"\"\"\"\n"
"Written by Olivia Mackall <olivia@selenic.com>"
msgstr ""
"著者\n"
"\"\"\"\"\n"
"Olivia Mackall <olivia@selenic.com>"

msgid ""
"Resources\n"
"\"\"\"\"\"\"\"\"\"\n"
"Main Web Site: https://mercurial-scm.org/"
msgstr ""
"各種情報\n"
"\"\"\"\"\"\"\"\"\n"
"ウェブサイト: http://mercurial-scm.org/"

msgid "Source code repository: https://www.mercurial-scm.org/repo/hg"
msgstr "ソースコードリポジトリ: https://www.mercurial-scm.org/repo/hg"

msgid "Mailing list: https://www.mercurial-scm.org/mailman/listinfo/mercurial/"
msgstr ""
"メーリングリスト: https://www.mercurial-scm.org/mailman/listinfo/mercurial/"

msgid ""
"Copying\n"
"\"\"\"\"\"\"\"\n"
"Copyright (C) 2005-2016 Olivia Mackall.\n"
"Free use of this software is granted under the terms of the GNU General\n"
"Public License version 2 or any later version."
msgstr ""
"Copying\n"
"\"\"\"\"\"\"\"\n"
"Copyright (C) 2005-2016 Olivia Mackall.\n"
"本ソフトウェアは、 バージョン2またはそれ以降の GNU General\n"
"Public License の元での自由な利用が保証されています。"

msgid ""
"====\n"
" hg\n"
"===="
msgstr ""
"====\n"
" hg\n"
"===="

msgid ""
"---------------------------------------\n"
"Mercurial source code management system\n"
"---------------------------------------"
msgstr ""
"----------------------------------\n"
"ソースコード管理システム Mercurial\n"
"----------------------------------"

msgid ""
":Author:         Olivia Mackall <olivia@selenic.com>\n"
":Organization:   Mercurial\n"
":Manual section: 1\n"
":Manual group:   Mercurial Manual"
msgstr ""
":Author:         Olivia Mackall <olivia@selenic.com>\n"
":Organization:   Mercurial\n"
":Manual section: 1\n"
":Manual group:   Mercurial Manual"

msgid ""
"\n"
"Synopsis\n"
"\"\"\"\"\"\"\"\"\n"
"**hg** *command* [*option*]... [*argument*]..."
msgstr ""
"\n"
"概要\n"
"\"\"\"\"\n"
"**hg** *command* [*option*]... [*argument*]..."

msgid ""
"Description\n"
"\"\"\"\"\"\"\"\"\"\"\"\n"
"The **hg** command provides a command line interface to the Mercurial\n"
"system."
msgstr ""
"説明\n"
"\"\"\"\"\n"
"**hg** コマンドは、 Mercurial のコマンドラインインタフェースです。"

msgid ""
"Command Elements\n"
"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\""
msgstr ""
"コマンド行指定での凡例\n"
"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\""

msgid ""
"files...\n"
"    indicates one or more filename or relative path filenames; see\n"
"    `File Name Patterns`_ for information on pattern matching"
msgstr ""
"files...\n"
"    1つ以上の、ファイル名あるいは相対パスの指定; パターン指定の詳細は、\n"
"    `ファイル名パターン`_ を参照してください。"

msgid ""
"path\n"
"    indicates a path on the local machine"
msgstr ""
"path\n"
"    ローカルホスト上のパスの指定"

msgid ""
"revision\n"
"    indicates a changeset which can be specified as a changeset\n"
"    revision number, a tag, or a unique substring of the changeset\n"
"    hash value"
msgstr ""
"revision\n"
"    リビジョン番号、 タグ名、 一意なチェンジセットハッシュ値など、\n"
"    リビジョンを特定するための識別値の指定"

msgid ""
"repository path\n"
"    either the pathname of a local repository or the URI of a remote\n"
"    repository."
msgstr ""
"repository path\n"
"    ローカルホスト上のリポジトリへのパスや、 連携先リポジトリの URI の指定"

msgid ""
"Files\n"
"\"\"\"\"\""
msgstr ""
"関連ファイル\n"
"\"\"\"\"\"\"\"\"\"\"\"\""

msgid ""
"``/etc/mercurial/hgrc``, ``$HOME/.hgrc``, ``.hg/hgrc``\n"
"    This file contains defaults and configuration. Values in\n"
"    ``.hg/hgrc`` override those in ``$HOME/.hgrc``, and these override\n"
"    settings made in the global ``/etc/mercurial/hgrc`` configuration.\n"
"    See |hgrc(5)|_ for details of the contents and format of these\n"
"    files."
msgstr ""
"``/etc/mercurial/hgrc``, ``$HOME/.hgrc``, ``.hg/hgrc``\n"
"    これらのファイルには、 各種設定値を記述します。 ``.hg/hgrc``\n"
"    での記述は ``$HOME/.hgrc`` での記述を、``$HOME/.hgrc`` での記述は\n"
"    ``/etc/mercurial/hgrc`` での記述を、それぞれ上書きします。\n"
"    これらのファイルに関する詳細は、 |hgrc(5)|_ を参照してください。"

msgid ""
"``.hgignore``\n"
"    This file contains regular expressions (one per line) that\n"
"    describe file names that should be ignored by **hg**. For details,\n"
"    see |hgignore(5)|_."
msgstr ""
"``.hgignore``\n"
"    このファイルには、 **hg** コマンドに無視して欲しいファイル名を、\n"
"    一行一パターンで記述します。 詳細は |hgignore(5)|_ を参照してください。"

msgid ""
"``.hgsub``\n"
"    This file defines the locations of all subrepositories, and\n"
"    tells where the subrepository checkouts came from. For details, see\n"
"    :hg:`help subrepos`."
msgstr ""
"``.hgsub``\n"
"    このファイルには、 サブリポジトリの位置とアクセス先を記述します。\n"
"    詳細は :hg:`help subrepos` を参照してください。"

msgid ""
"``.hgsubstate``\n"
"    This file is where Mercurial stores all nested repository states. *NB: "
"This\n"
"    file should not be edited manually.*"
msgstr ""
"``.hgsubstate``\n"
"    このファイルには、 サブリポジトリの状態が書き込まれます。\n"
"    *NB: このファイルは手動で変更しないでください。*"

msgid ""
"``.hgtags``\n"
"    This file contains changeset hash values and text tag names (one\n"
"    of each separated by spaces) that correspond to tagged versions of\n"
"    the repository contents. The file content is encoded using UTF-8."
msgstr ""
"``.hgtags``\n"
"    このファイルには、 リポジトリ内のタグ付けされたリビジョンに対応する、\n"
"    リビジョンIDとタグ名の対 (の空白区切り) が書き込まれます。\n"
"    このファイルの文字コードには UTF-8 が使用されます。"

msgid ""
"``.hg/last-message.txt``\n"
"    This file is used by :hg:`commit` to store a backup of the commit "
"message\n"
"    in case the commit fails."
msgstr ""
"``.hg/last-message.txt``\n"
"    このファイルには、 コミット失敗に備えて、 :hg:`commit` 実行時に、\n"
"    コミットメッセージがバックアップされます。"

msgid ""
"``.hg/localtags``\n"
"    This file can be used to define local tags which are not shared among\n"
"    repositories. The file format is the same as for ``.hgtags``, but it is\n"
"    encoded using the local system encoding."
msgstr ""
"``.hg/localtags``\n"
"    このファイルには、 リポジトリ間で共有されないローカルなタグの定義が、\n"
"    記録されます。 ファイルの形式は ``.hgtags`` と同じですが、\n"
"    文字コードにはローカルの文字コードが使用されます。"

msgid ""
"Some commands (e.g. revert) produce backup files ending in ``.orig``,\n"
"if the ``.orig`` file already exists and is not tracked by Mercurial,\n"
"it will be overwritten."
msgstr ""
"コマンドの中には、 ``.orig`` 拡張子付きのファイルに、 ファイルの内容を、\n"
"バックアップするものもあります (例: :hg:`revert`)。 バックアップと同名の\n"
"``.orig`` ファイルが存在し、且つ Mercurial の管理対象でない場合、\n"
"そのファイルの内容は、 バックアップによって上書きされます。"

msgid ""
"See Also\n"
"\"\"\"\"\"\"\"\"\n"
"|hgignore(5)|_, |hgrc(5)|_"
msgstr ""
"他の参照先\n"
"\"\"\"\"\"\"\"\"\"\"\n"
"|hgignore(5)|_, |hgrc(5)|_"

#, fuzzy
msgid ""
"Copying\n"
"\"\"\"\"\"\"\"\n"
"Copyright (C) 2005-2018 Olivia Mackall.\n"
"Free use of this software is granted under the terms of the GNU General\n"
"Public License version 2 or any later version."
msgstr ""
"Copying\n"
"\"\"\"\"\"\"\"\n"
"Copyright (C) 2005-2016 Olivia Mackall.\n"
"本ソフトウェアは、 バージョン2またはそれ以降の GNU General\n"
"Public License の元での自由な利用が保証されています。"

msgid ""
"==========\n"
" hgignore\n"
"=========="
msgstr ""
"==========\n"
" hgignore\n"
"=========="

msgid ""
"---------------------------------\n"
"syntax for Mercurial ignore files\n"
"---------------------------------"
msgstr ""
"--------------------------------\n"
"Mercurial 無視設定ファイルの文法\n"
"--------------------------------"

msgid ""
":Author:         Vadim Gelfer <vadim.gelfer@gmail.com>\n"
":Organization:   Mercurial\n"
":Manual section: 5\n"
":Manual group:   Mercurial Manual"
msgstr ""
":Author:         Vadim Gelfer <vadim.gelfer@gmail.com>\n"
":Organization:   Mercurial\n"
":Manual section: 5\n"
":Manual group:   Mercurial Manual"

msgid ""
"Author\n"
"======\n"
"Vadim Gelfer <vadim.gelfer@gmail.com>"
msgstr ""
"著者\n"
"====\n"
"本マニュアルページの著者は Vadim Gelfer <vadim.gelfer@gmail.com> です。"

msgid "Mercurial was written by Olivia Mackall <olivia@selenic.com>."
msgstr "Mercurial の著者は Olivia Mackall <olivia@selenic.com> です。"

msgid ""
"See Also\n"
"========\n"
"|hg(1)|_, |hgrc(5)|_"
msgstr ""
"他の参照先\n"
"==========\n"
"|hg(1)|_, |hgrc(5)|_"

#, fuzzy
msgid ""
"Copying\n"
"=======\n"
"This manual page is copyright 2006 Vadim Gelfer.\n"
"Mercurial is copyright 2005-2018 Olivia Mackall.\n"
"Free use of this software is granted under the terms of the GNU General\n"
"Public License version 2 or any later version."
msgstr ""
"Copying\n"
"=======\n"
"本マニュアルページの著作権は copyright 2006 Vadim Gelfer です。\n"
"Mercurial の著作権は copyright 2005-2017 Olivia Mackall です。\n"
"本ソフトウェアは、 バージョン2またはそれ以降の GNU General\n"
"Public License の元での自由な利用が保証されています。"

msgid ""
"Synopsis\n"
"========"
msgstr ""
"概要\n"
"===="

msgid ""
"The Mercurial system uses a file called ``.hgignore`` in the root\n"
"directory of a repository to control its behavior when it searches\n"
"for files that it is not currently tracking."
msgstr ""
"Mercurial では、リポジトリのルート直下に置かれた ``.hgignore``\n"
"と呼ばれるファイルを使用して、構成管理対象からの\n"
"ファイルの除外を制御します。"

msgid ""
"Description\n"
"==========="
msgstr ""
"説明\n"
"===="

msgid ""
"The working directory of a Mercurial repository will often contain\n"
"files that should not be tracked by Mercurial. These include backup\n"
"files created by editors and build products created by compilers.\n"
"These files can be ignored by listing them in a ``.hgignore`` file in\n"
"the root of the working directory. The ``.hgignore`` file must be\n"
"created manually. It is typically put under version control, so that\n"
"the settings will propagate to other repositories with push and pull."
msgstr ""
"Mercurial の作業領域には、 構成管理対象にしたくないファイルも\n"
"多数存在し得ます。 例えば、 エディタの作成するバックアップファイルや\n"
"コンパイラが生成する中途/最終成果物等です。\n"
"作業領域のルート直下に置いた ``.hgignore`` ファイルにおいて、\n"
"対象ファイルの名前を列挙することで、 これらを無視することができます。\n"
"``.hgignore`` は明示的に手動で作成しなければなりません。\n"
"一般的には、 このファイルも構成管理対象に含めますので、\n"
"履歴の反映や取り込みによって、 設定内容は他のリポジトリにも伝播します。"

msgid ""
"An untracked file is ignored if its path relative to the repository\n"
"root directory, or any prefix path of that path, is matched against\n"
"any pattern in ``.hgignore``."
msgstr ""
"管理対象外ファイルが、 作業領域のルートからの相対パス、\n"
"またはそのパスの先頭部分が、 ``.hgignore``\n"
"に記述されたパターンと合致する場合、\n"
"そのファイルは Mercurial からは無視されます。"

msgid ""
"For example, say we have an untracked file, ``file.c``, at\n"
"``a/b/file.c`` inside our repository. Mercurial will ignore ``file.c``\n"
"if any pattern in ``.hgignore`` matches ``a/b/file.c``, ``a/b`` or ``a``."
msgstr ""
"例えば、 管理対象外ファイル ``file.c`` が、\n"
"作業領域の ``a/b/file.c`` に位置すると仮定します。\n"
"``a/b/file.c``, ``a/b`` または ``a`` といったパターンが\n"
"``.hgignore`` に記述されている場合、\n"
"Mercurial はこの ``file.c`` を無視します。"

msgid ""
"In addition, a Mercurial configuration file can reference a set of\n"
"per-user or global ignore files. See the ``ignore`` configuration\n"
"key on the ``[ui]`` section of :hg:`help config` for details of how to\n"
"configure these files."
msgstr ""
"作業領域毎の無視設定に加えて、 ユーザ毎、 またはシステム毎の\n"
"無視設定ファイルを指定することが可能です:\n"
"これらのファイルの設定に関する詳細は、\n"
":hg:`help config` の ``[ui]`` セクションにおける\n"
"``ignore`` 設定キーの説明を参照してください。"

msgid ""
"To control Mercurial's handling of files that it manages, many\n"
"commands support the ``-I`` and ``-X`` options; see\n"
":hg:`help <command>` and :hg:`help patterns` for details."
msgstr ""
"既に構成管理下にあるファイルに対して、\n"
"Mercurial コマンドの実施要否を制御するには、\n"
"多くのコマンドでサポートされている ``-I`` および ``-X``\n"
"の使用が便利です。 詳細に関しては、\n"
":hg:`help <command>` および :hg:`help patterns` を参照してください。"

msgid ""
"Files that are already tracked are not affected by .hgignore, even\n"
"if they appear in .hgignore. An untracked file X can be explicitly\n"
"added with :hg:`add X`, even if X would be excluded by a pattern\n"
"in .hgignore."
msgstr ""
"既に管理対象となっているファイルは、 .hgignore 中の指定が合致しても、\n"
"無視の対象とはなりません。 .hgignore 記述により、 管理対象外のファイル\n"
"X が無視されている場合でも、 明示的な :hg:`add X` 実行により、\n"
"ファイル X を管理対象にすることが可能です。"

msgid ""
"An ignore file is a plain text file consisting of a list of patterns,\n"
"with one pattern per line. Empty lines are skipped. The ``#``\n"
"character is treated as a comment character, and the ``\\`` character\n"
"is treated as an escape character."
msgstr ""
"無視設定ファイルは、 1行1パターンでパターンが列挙された、\n"
"単純なテキストファイルです。 空の行は無視されます。\n"
"``#`` 文字はコメント文字、 ``\\`` 文字はエスケープ文字として扱われます。"

msgid ""
"Mercurial supports several pattern syntaxes. The default syntax used\n"
"is Python/Perl-style regular expressions."
msgstr ""
"Mercurial の無視設定ファイルでは、 複数のパターン文法を利用できます。\n"
"デフォルトの文法は Python/Perl 形式の正規表現です。"

msgid "To change the syntax used, use a line of the following form::"
msgstr "文法を変更するには、 以下のような形式の行を記述します::"

msgid "  syntax: NAME"
msgstr "  syntax: NAME"

msgid "where ``NAME`` is one of the following:"
msgstr "``NAME`` 部分には、 以下のいずれかを記述します:"

msgid ""
"``regexp``\n"
"  Regular expression, Python/Perl syntax.\n"
"``glob``\n"
"  Shell-style glob."
msgstr ""
"``regexp``\n"
"  Python/Perl 形式の正規表現 (※ 訳注: ``re`` でも可)\n"
"``glob``\n"
"  Shell 形式のパターンマッチ"

msgid ""
"The chosen syntax stays in effect when parsing all patterns that\n"
"follow, until another syntax is selected."
msgstr ""
"文法変更の指定は、 次に文法を指定するまでに記述された、\n"
"全てのパターンに対して有効です。"

msgid ""
"Neither glob nor regexp patterns are rooted. A glob-syntax pattern of\n"
"the form ``*.c`` will match a file ending in ``.c`` in any directory,\n"
"and a regexp pattern of the form ``\\.c$`` will do the same. To root a\n"
"regexp pattern, start it with ``^``."
msgstr ""
"glob と regexp のいずれの場合も、 作業領域ルートからの相対パスに対して、\n"
"部分一致すれば合致とみなされます。 glob 文法での ``*.c`` パターン指定は、\n"
"任意のディレクトリにおける ``.c`` 拡張子ファイルに合致しますし、\n"
"regexp 文法での ``\\.c$`` パターン指定も、 同様のファイルに合致します。\n"
"ルート直下のファイルにのみ合致させたい場合、 regexp 文法であれば、\n"
"パターン記述を ``^`` で開始してください。"

msgid ""
"Subdirectories can have their own .hgignore settings by adding\n"
"``subinclude:path/to/subdir/.hgignore`` to the root ``.hgignore``. See\n"
":hg:`help patterns` for details on ``subinclude:`` and ``include:``."
msgstr ""
"リポジトリルートの ``.hgignore`` に ``subinclude:path/to/subdir/.hgignore``\n"
"記述を追加することで、 各サブディレクトリ固有の .hgignore 設定が可能です。\n"
"``subinclude:`` と ``include:`` の詳細は :hg:`help patterns`\n"
"を参照してください。"

msgid ""
"  Patterns specified in other than ``.hgignore`` are always rooted.\n"
"  Please see :hg:`help patterns` for details."
msgstr ""
"  ``.hgignore`` 記述の場合、 作業領域ルートからの相対パスに対して、\n"
"  途中要素の部分一致でも合致とみなされますが、 通常のパターン指定では、\n"
"  相対パスの先頭からの合致が要求されます。 詳細は :hg:`help patterns`\n"
"  を参照してください。"

msgid ""
"Example\n"
"======="
msgstr ""
"記述例\n"
"======"

msgid "Here is an example ignore file. ::"
msgstr "無視設定ファイルの記述例を以下に示します。 ::"

msgid ""
"  # use glob syntax.\n"
"  syntax: glob"
msgstr ""
"  # Shell 形式パターンマッチ文法を指定。\n"
"  syntax: glob"

msgid ""
"  *.elc\n"
"  *.pyc\n"
"  *~"
msgstr ""
"  *.elc\n"
"  *.pyc\n"
"  *~"

msgid ""
"  # switch to regexp syntax.\n"
"  syntax: regexp\n"
"  ^\\.pc/\n"
msgstr ""
"  # 正規表現文法への切り替え。\n"
"  syntax: regexp\n"
"  ^\\.pc/\n"

msgid ""
"======\n"
" hgrc\n"
"======"
msgstr ""
"======\n"
" hgrc\n"
"======"

msgid ""
"---------------------------------\n"
"configuration files for Mercurial\n"
"---------------------------------"
msgstr ""
"------------------------\n"
"Mercurial の設定ファイル\n"
"------------------------"

msgid ""
":Author:         Bryan O'Sullivan <bos@serpentine.com>\n"
":Organization:   Mercurial\n"
":Manual section: 5\n"
":Manual group:   Mercurial Manual"
msgstr ""
":Author:         Bryan O'Sullivan <bos@serpentine.com>\n"
":Organization:   Mercurial\n"
":Manual section: 5\n"
":Manual group:   Mercurial Manual"

#. do not translate: .. contents::
msgid ""
".. contents::\n"
"   :backlinks: top\n"
"   :class: htmlonly"
msgstr ""
".. contents::\n"
"   :backlinks: top\n"
"   :class: htmlonly"

msgid ""
"\n"
"Description\n"
"==========="
msgstr ""
"\n"
"説明\n"
"===="

msgid ""
"Author\n"
"======\n"
"Bryan O'Sullivan <bos@serpentine.com>."
msgstr ""
"著者\n"
"====\n"
"本マニュアルページの著者は Bryan O'Sullivan <bos@serpentine.com> です。"

msgid ""
"See Also\n"
"========\n"
"|hg(1)|_, |hgignore(5)|_"
msgstr ""
"他の参照先\n"
"==========\n"
"|hg(1)|_, |hgignore(5)|_"

#, fuzzy
msgid ""
"Copying\n"
"=======\n"
"This manual page is copyright 2005 Bryan O'Sullivan.\n"
"Mercurial is copyright 2005-2018 Olivia Mackall.\n"
"Free use of this software is granted under the terms of the GNU General\n"
"Public License version 2 or any later version."
msgstr ""
"Copying\n"
"=======\n"
"本マニュアルの著作権は copyright 2005 Bryan O'Sullivan です。\n"
"Mercurial の著作権は copyright 2005-2017 Olivia Mackall です。\n"
"本ソフトウェアは、 バージョン2またはそれ以降の GNU General\n"
"Public License の元での自由な利用が保証されています。"

msgid ""
"Mercurial's internal web server, hgweb, can serve either a single\n"
"repository, or a tree of repositories. In the second case, repository\n"
"paths and global options can be defined using a dedicated\n"
"configuration file common to :hg:`serve`, ``hgweb.wsgi``,\n"
"``hgweb.cgi`` and ``hgweb.fcgi``."
msgstr ""
"Mercurial の内部ウェブサーバ機能 hgweb は、 単一リポジトリまたは、\n"
"リポジトリのツリーを公開可能です。 後者の場合、 専用の設定ファイルにより、\n"
"パスやオプション設定を定義可能です。 設定ファイルは :hg:`serve`, \n"
"``hgweb.wsgi``, ``hgweb.cgi`` および ``hgweb.fcgi`` で共通です。"

msgid ""
"This file uses the same syntax as other Mercurial configuration files\n"
"but recognizes only the following sections:"
msgstr ""
"このファイルの記述文法は、 通常の Mercurial 設定ファイルと同じですが、\n"
"以下のセクションのみが認識されます:"

msgid ""
"  - web\n"
"  - paths\n"
"  - collections"
msgstr ""
"  - web\n"
"  - paths\n"
"  - collections"

msgid "The ``web`` options are thoroughly described in :hg:`help config`."
msgstr "``web`` での記述の詳細は :hg:`help config` を参照してください。"

msgid ""
"The ``paths`` section maps URL paths to paths of repositories in the\n"
"filesystem. hgweb will not expose the filesystem directly - only\n"
"Mercurial repositories can be published and only according to the\n"
"configuration."
msgstr ""
"``paths`` セクションは、 URL 上のパスと、 それに対応するリポジトリの、\n"
"ファイルシステム上におけるパスを対応付けます。 hgweb による公開は、\n"
"ファイルシステムの直接公開ではなく、 Mercurial のリポジトリのみを、\n"
"設定に従って公開します。"

msgid ""
"The left hand side is the path in the URL. Note that hgweb reserves\n"
"subpaths like ``rev`` or ``file``, try using different names for\n"
"nested repositories to avoid confusing effects."
msgstr ""
"設定キーは URL 中のパスを指します。 hgweb では ``rev`` または ``file``\n"
"といった名前は、 特定用途用に使われますので、 想定外の挙動を避けるために、\n"
"リポジトリのパスが、 これらと衝突しないように注意してください。"

msgid ""
"The right hand side is the path in the filesystem. If the specified\n"
"path ends with ``*`` or ``**`` the filesystem will be searched\n"
"recursively for repositories below that point.\n"
"With ``*`` it will not recurse into the repositories it finds (except for\n"
"``.hg/patches``).\n"
"With ``**`` it will also search inside repository working directories\n"
"and possibly find subrepositories."
msgstr ""
"設定値はファイルシステム上のパスです。 パス指定末尾が ``*`` や ``**``\n"
"の場合、 指定のパス位置から、 リポジトリの検出が、 再帰的に実施されます。\n"
"パスの末尾が ``*`` の場合、 検出されたリポジトリ配下の再帰的検出は、\n"
"実施されません (``.hg/patches`` 配下を除く)。 パス末尾が ``**`` の場合、\n"
"サブリポジトリのような、 作業領域中のリポジトリも、 再帰的に検出されます。"

msgid "In this example::"
msgstr "以下の設定例の場合::"

msgid ""
"  [paths]\n"
"  /projects/a = /srv/tmprepos/a\n"
"  /projects/b = c:/repos/b\n"
"  / = /srv/repos/*\n"
"  /user/bob = /home/bob/repos/**"
msgstr ""
"  [paths]\n"
"  /projects/a = /srv/tmprepos/a\n"
"  /projects/b = c:/repos/b\n"
"  / = /srv/repos/*\n"
"  /user/bob = /home/bob/repos/**"

msgid ""
"- The first two entries make two repositories in different directories\n"
"  appear under the same directory in the web interface\n"
"- The third entry will publish every Mercurial repository found in\n"
"  ``/srv/repos/``, for instance the repository ``/srv/repos/quux/``\n"
"  will appear as ``http://server/quux/``\n"
"- The fourth entry will publish both ``http://server/user/bob/quux/``\n"
"  and ``http://server/user/bob/quux/testsubrepo/``"
msgstr ""
"- 冒頭の2つの設定は、 ファイルシステム上は異なる位置にあるリポジトリを、\n"
"  URL 上は同一ディレクトリ配下にあるように見せます\n"
"- 3つ目の設定は、 ``/srv/repos/`` 配下の全リポジトリを公開します。\n"
"  例えば ``/srv/repos/quux/`` リポジトリは ``http://server/quux/``\n"
"  としてアクセス可能です。\n"
"- 4つ目の設定では、 ``http://server/user/bob/quux/`` と\n"
"  ``http://server/user/bob/quux/testsubrepo/`` の両方が公開されます。"

msgid ""
"The ``collections`` section is deprecated and has been superseded by\n"
"``paths``."
msgstr ""
"``collections`` セクションでの設定は非推奨なので、 代わりに ``paths``\n"
"を使用してください。"

msgid ""
"URLs and Common Arguments\n"
"========================="
msgstr ""
"URL と共通引数\n"
"=============="

msgid ""
"URLs under each repository have the form ``/{command}[/{arguments}]``\n"
"where ``{command}`` represents the name of a command or handler and\n"
"``{arguments}`` represents any number of additional URL parameters\n"
"to that command."
msgstr ""
"リポジトリ参照 URL 配下のパスは ``/{command}[/{arguments}]`` 形式です。\n"
"``{command}`` は機能を、 ``{arguments}`` は機能に対する引数指定を表します。"

msgid ""
"The web server has a default style associated with it. Styles map to\n"
"a collection of named templates. Each template is used to render a\n"
"specific piece of data, such as a changeset or diff."
msgstr ""
"ウェブサーバにはデフォルトの表示スタイルがあります。 スタイル定義は、\n"
"名前付きテンプレート群をまとめたものです。 個々のテンプレートは、\n"
"リビジョン情報や差分など、 表示要素を文字列化します。"

msgid ""
"The style for the current request can be overwritten two ways. First,\n"
"if ``{command}`` contains a hyphen (``-``), the text before the hyphen\n"
"defines the style. For example, ``/atom-log`` will render the ``log``\n"
"command handler with the ``atom`` style. The second way to set the\n"
"style is with the ``style`` query string argument. For example,\n"
"``/log?style=atom``. The hyphenated URL parameter is preferred."
msgstr ""
"ウェブサーバへの要求の際に、 スタイルを指定する方法は2つあります。\n"
"``{command}`` がハイフン (``-``) を含む場合、 ハイフンの前の部分で、\n"
"スタイル名を指定します。 例えば ``/atom-log`` は ``log`` 機能の結果を\n"
"``atom`` スタイルで文字列化します。 もう一つの指定方法は、例えば\n"
"``/log?style=atom`` のような、 ``style`` クエリ文字列引数での指定です。\n"
"推奨される指定方法は、 ハイフンを使用する形式の方です。"

msgid ""
"Not all templates are available for all styles. Attempting to use\n"
"a style that doesn't have all templates defined may result in an error\n"
"rendering the page."
msgstr ""
"スタイルと処理の組み合わせ次第では、 未定義のテンプレートの存在により、\n"
"応答が正しく文字列化されない可能性があります。"

msgid ""
"Many commands take a ``{revision}`` URL parameter. This defines the\n"
"changeset to operate on. This is commonly specified as the short,\n"
"12 digit hexadecimal abbreviation for the full 40 character unique\n"
"revision identifier. However, any value described by\n"
":hg:`help revisions` typically works."
msgstr ""
"多くの処理で、 ``{command}`` に続く URL パス要素として ``{revision}``\n"
"を指定できます。 これは処理対象のリビジョンを指定するものです。\n"
"多くの場合、 16進12桁の短縮形式ハッシュ値が使用されますが、\n"
":hg:`help revisions` 中で説明されている形式は、 概ね機能します。"

msgid ""
"Commands and URLs\n"
"================="
msgstr ""
"コマンドと URL\n"
"=============="

msgid "The following web commands and their URLs are available:"
msgstr "ウェブサーバに指定可能なコマンドと URL 形式を以下に示します:"

msgid "  .. webcommandsmarker\n"
msgstr "  .. webcommandsmarker\n"

msgid "To merge files Mercurial uses merge tools."
msgstr "Mercurial でのファイル内容のマージには、 マージツールを使用します。"

msgid ""
"A merge tool combines two different versions of a file into a merged\n"
"file. Merge tools are given the two files and the greatest common\n"
"ancestor of the two file versions, so they can determine the changes\n"
"made on both branches."
msgstr ""
"マージツールは、 2つの異なるリビジョンにおけるファイルの内容を、\n"
"1つのファイルに統合します。 マージツール実行時には、\n"
"統合対象となる2つのリビジョン時点の内容を持つファイルに加えて、\n"
"2つの共通の祖先となるリビジョン時点の内容を持つファイルが与えられ、\n"
"双方のリビジョンにおける変更内容が特定されます。"

msgid ""
"Merge tools are used both for :hg:`resolve`, :hg:`merge`, :hg:`update`,\n"
":hg:`backout` and in several extensions."
msgstr ""
"マージツールは、 :hg:`resolve` 、 :hg:`merge` 、 :hg:`update` や\n"
":hg:`backout` およびいくつかのエクステンションの実行時に起動されます。"

msgid ""
"Usually, the merge tool tries to automatically reconcile the files by\n"
"combining all non-overlapping changes that occurred separately in\n"
"the two different evolutions of the same initial base file. Furthermore, "
"some\n"
"interactive merge programs make it easier to manually resolve\n"
"conflicting merges, either in a graphical way, or by inserting some\n"
"conflict markers. Mercurial does not include any interactive merge\n"
"programs but relies on external tools for that."
msgstr ""
"一般的なマージツールは、 統合対象となるリビジョンに至る過程で、\n"
"共通の祖先を元に独立して実施された、 異なる部位への変更に関しては、\n"
"それぞれが両立できるように、 自動的に双方の変更を取り込みます。\n"
"それに加えて、 近接箇所への異なる変更によって、\n"
"衝突 (conflict) が生じる場合には、\n"
"グラフィカルな UI での対話的な衝突の解消や、\n"
"衝突マークを結果ファイルに埋め込んだりします。\n"
"Mercurial 自身は対話的なマージツールを提供せずに、\n"
"外部ツールと連携するようになっています。"

msgid ""
"Available merge tools\n"
"====================="
msgstr ""
"利用可能なマージツール\n"
"======================"

msgid ""
"External merge tools and their properties are configured in the\n"
"merge-tools configuration section - see hgrc(5) - but they can often just\n"
"be named by their executable."
msgstr ""
"外部のマージツールとその実行に関する設定は、 設定ファイルの\n"
"merge-tools セクションに記述されますが、 設定記述の際の名前には、\n"
"外部ツールのコマンド名そのものを使用するが通例です\n"
"- hgrc(5) を参照してください\n"
"(※ 訳注: :hg:`help config` でも参照可能)。"

msgid ""
"A merge tool is generally usable if its executable can be found on the\n"
"system and if it can handle the merge. The executable is found if it\n"
"is an absolute or relative executable path or the name of an\n"
"application in the executable search path. The tool is assumed to be\n"
"able to handle the merge if it can handle symlinks if the file is a\n"
"symlink, if it can handle binary files if the file is binary, and if a\n"
"GUI is available if the tool requires a GUI."
msgstr ""
"マージツール設定は、 システム上に実行可能ファイルが存在し、\n"
"且つマージ処理が可能である場合に意味を持ちます。\n"
"実行可能ファイルの指定は、 絶対または相対パスで指定されるか、\n"
"コマンドサーチパス設定上に、\n"
"同名の実行可能ファイルが存在する場合に有効となります。\n"
"マージツールはマージ処理が可能であるものと仮定されます。\n"
"対象がシンボリックリンクで シンボリックリンクが扱える (設定の) 場合、\n"
"対象がバイナリファイルで バイナリファイルが扱える (設定の) 場合、\n"
"あるいは GUI が必要な設定で GUI が利用可能な場合は、\n"
"それぞれ適切に機能することが要求されます。"

msgid ""
"There are some internal merge tools which can be used. The internal\n"
"merge tools are:"
msgstr "以下のような内部マージツールも利用可能です:"

msgid ".. internaltoolsmarker"
msgstr ".. internaltoolsmarker"

msgid ""
"Internal tools are always available and do not require a GUI but will by "
"default\n"
"not handle symlinks or binary files."
msgstr ""
"内部マージツールは、 常に利用可能で GUI も必要としませんが、\n"
"シンボリックリンクやバイナリファイルには対応しません。"

msgid ""
"Choosing a merge tool\n"
"====================="
msgstr ""
"マージツールの選択\n"
"=================="

msgid "Mercurial uses these rules when deciding which merge tool to use:"
msgstr "Mercurial で使用されるマージツールは以下の順序で決定されます:"

msgid ""
"1. If a tool has been specified with the --tool option to merge or resolve, "
"it\n"
"   is used.  If it is the name of a tool in the merge-tools configuration, "
"its\n"
"   configuration is used. Otherwise the specified tool must be executable "
"by\n"
"   the shell."
msgstr ""
"1. :hg:`merge` や :hg:`resolve` で --tool が指定された場合、\n"
"   指定されたツールが使用されます。\n"
"   merge-tools 設定に記述された名前が指定された場合、\n"
"   設定内容が適用されます。 それ以外の場合、 指定されたツールは、\n"
"   実行可能ファイルでなければなりません。"

msgid ""
"2. If the ``HGMERGE`` environment variable is present, its value is used "
"and\n"
"   must be executable by the shell."
msgstr ""
"2. ``HGMERGE`` 環境変数が設定されている場合、 その内容が適用されますが、\n"
"   実行可能ファイルが指定されている必要があります。"

msgid ""
"3. If the filename of the file to be merged matches any of the patterns in "
"the\n"
"   merge-patterns configuration section, the first usable merge tool\n"
"   corresponding to a matching pattern is used. Here, binary capabilities of "
"the\n"
"   merge tool are not considered."
msgstr ""
"3. merge-patterns セクションに記述されたパターンに、\n"
"   マージ対象ファイルの名前が合致した場合、\n"
"   合致したパターンに対応する最初のマージツールが使用されます。\n"
"   バイナリファイルへの適用可否設定は考慮されません。"

msgid ""
"4. If ui.merge is set it will be considered next. If the value is not the "
"name\n"
"   of a configured tool, the specified value is used and must be executable "
"by\n"
"   the shell. Otherwise the named tool is used if it is usable."
msgstr ""
"4. ui セクションの merge 設定はこの段階で考慮されます。\n"
"   指定内容が merge-tools 設定に記述された名前では無い場合、\n"
"   実行可能ファイルが指定されなければなりません。\n"
"   それ以外の場合は、 利用可能な設定内容が適用されます。"

msgid ""
"5. If any usable merge tools are present in the merge-tools configuration\n"
"   section, the one with the highest priority is used."
msgstr ""
"5. merge-tools 設定に何らかの記述がある場合、\n"
"   優先度の最も高いツールが使用されます。"

msgid ""
"6. If a program named ``hgmerge`` can be found on the system, it is used - "
"but\n"
"   it will by default not be used for symlinks and binary files."
msgstr ""
"6. ``hgmerge`` という名前のツールが利用可能な場合はこれが利用されます。\n"
"   但しシンボリックリンクやバイナリファイルには適用されません。"

msgid ""
"7. If the file to be merged is not binary and is not a symlink, then\n"
"   internal ``:merge`` is used."
msgstr ""
"7. マージ対象ファイルがシンボリックリンクやバイナリファイルでない場合、\n"
"   内部ツールの ``:merge`` が使用されます。"

msgid "8. Otherwise, ``:prompt`` is used."
msgstr ""

#, fuzzy
msgid ""
"   After selecting a merge program, Mercurial will by default attempt\n"
"   to merge the files using a simple merge algorithm first. Only if it "
"doesn't\n"
"   succeed because of conflicting changes will Mercurial actually execute "
"the\n"
"   merge program. Whether to use the simple merge algorithm first can be\n"
"   controlled by the premerge setting of the merge tool. Premerge is enabled "
"by\n"
"   default unless the file is binary or a symlink."
msgstr ""
"   マージツールの選択が完了したなら、\n"
"   まず最初に Mercurial は単純マージ処理を実施します。\n"
"   この際に衝突が検出されて、 マージに失敗した場合に限り\n"
"   Mercurial は選択したマージツールによるマージを行います。\n"
"   最初に単純マージ処理を実施するか否かは premerge 設定で制御できます。\n"
"   シンボリックリンクやバイナリファイル以外に関しては、\n"
"   premerge のデフォルト値は有効になっています。"

msgid ""
"See the merge-tools and ui sections of hgrc(5) for details on the\n"
"configuration of merge tools.\n"
msgstr ""
"マージツールの設定詳細に関しては、 hgrc(5) における merge-tools や\n"
"ui セクションを参照してください。 (※ 訳注: :hg:`help config` でも参照可能)\n"

#, fuzzy
msgid ""
"Some Mercurial commands can produce a lot of output, and Mercurial will\n"
"attempt to use a pager to make those commands more pleasant."
msgstr ""
"Mercurial のコマンドには、 大量の情報を出力するものがありますが、\n"
"ページャ機能を利用することで、 大量の出力を容易に参照できます。"

msgid "To set the pager that should be used, set the application variable::"
msgstr "使用するページャは、 以下のように設定します::"

msgid ""
"  [pager]\n"
"  pager = less -FRX"
msgstr ""
"  [pager]\n"
"  pager = less -FRX"

#, fuzzy
msgid ""
"If no pager is set in the user or repository configuration, Mercurial uses "
"the\n"
"environment variable $PAGER. If $PAGER is not set, pager.pager from the "
"default\n"
"or system configuration is used. If none of these are set, a default pager "
"will\n"
"be used, typically `less` on Unix and `more` on Windows."
msgstr ""
"上記設定が無い場合、 Mercurial は PAGER 環境変数を参照します。\n"
"どちらも未設定の場合、 Mercurial はデフォルトのページャを使用します\n"
"(通常は `more` コマンド)。"

msgid ""
"  On Windows, `more` is not color aware, so using it effectively disables "
"color.\n"
"  MSYS and Cygwin shells provide `less` as a pager, which can be configured "
"to\n"
"  support ANSI color codes.  See :hg:`help config.color.pagermode` to "
"configure\n"
"  the color mode when invoking a pager."
msgstr ""

msgid ""
"You can disable the pager for certain commands by adding them to the\n"
"pager.ignore list::"
msgstr ""
"pager.ignore 設定にコマンド名を列挙することで、 当該コマンド実行での、\n"
"ページャの使用を抑止できます::"

msgid ""
"  [pager]\n"
"  ignore = version, help, update"
msgstr ""
"  [pager]\n"
"  ignore = version, help, update"

msgid ""
"To ignore global commands like :hg:`version` or :hg:`help`, you have\n"
"to specify them in your user configuration file."
msgstr ""
":hg:`version` や :hg:`help` のようなグローバルコマンドで、\n"
"ページャ使用を抑止したい場合、 個人の設定ファイル中で、\n"
"その旨を明記してください。"

#, fuzzy
msgid ""
"To control whether the pager is used at all for an individual command,\n"
"you can use --pager=<value>:"
msgstr ""
"--pager=<value> を指定することで、 ページャの使用を、コマンド実行の都度、\n"
"明示することができます::"

#, fuzzy
msgid ""
"  - use as needed: `auto`.\n"
"  - require the pager: `yes` or `on`.\n"
"  - suppress the pager: `no` or `off` (any unrecognized value\n"
"    will also work)."
msgstr ""
"  - 必要に応じて使う: `auto`\n"
"  - 使用する: `yes` または `on`\n"
"  - 使用しない: `no` または `off` (不正な値は `off` 相当の扱い)"

msgid "To globally turn off all attempts to use a pager, set::"
msgstr "ページャ使用を全面的に抑止する場合は、 以下のように設定します::"

msgid ""
"  [ui]\n"
"  paginate = never"
msgstr ""

msgid "which will prevent the pager from running.\n"
msgstr "この設定により、 ページャ使用は完全に抑止されます。\n"

msgid ""
"Mercurial accepts several notations for identifying one or more files\n"
"at a time."
msgstr "Mercurial には、 ファイルを特定するパターン指定方法が複数あります。"

msgid ""
"By default, Mercurial treats filenames as shell-style extended glob\n"
"patterns."
msgstr ""
"特に指定の無い場合、 Mercurial は指定されたファイル名に対して、\n"
"shell 形式の拡張ワイルドカード合致を行います。"

msgid "Alternate pattern notations must be specified explicitly."
msgstr "別な形式でのパターン記述の際には、 明示的に種別を指定してください。"

msgid ""
"  Patterns specified in ``.hgignore`` are not rooted.\n"
"  Please see :hg:`help hgignore` for details."
msgstr ""
"  ``.hgignore`` での記述では、 作業領域ルートからの相対パスに対して、\n"
"  部分一致のみで合致判定されます。 詳細は :hg:`help hgignore`\n"
"  を参照してください。"

msgid ""
"To use a plain path name without any pattern matching, start it with\n"
"``path:``. These path names must completely match starting at the\n"
"current repository root, and when the path points to a directory, it is "
"matched\n"
"recursively. To match all files in a directory non-recursively (not "
"including\n"
"any files in subdirectories), ``rootfilesin:`` can be used, specifying an\n"
"absolute path (relative to the repository root)."
msgstr ""
"パターンマッチング無しで、 パス名そのものを指定する場合は、 ``path:``\n"
"前置詞を付加してください。 この場合のパス名は、 リポジトリルート相対で、\n"
"厳密一致が必要です。 ディレクトリに合致する場合は、 配下のファイルが、\n"
"全て合致扱いされます。 合致対象を、 ディレクトリ直下に限定したい\n"
"(再帰的な合致が不要な) 場合は、 ``rootfilesin:`` 前置詞を使用します\n"
"(パス指定は、 リポジトリルート相対)。"

msgid ""
"To use an extended glob, start a name with ``glob:``. Globs are rooted\n"
"at the current directory; a glob such as ``*.c`` will only match files\n"
"in the current directory ending with ``.c``."
msgstr ""
"拡張ワイルドカード合致の場合、 名前の前に ``glob:`` を記述します。\n"
"この形式での合致判定は、 現ディレクトリからの相対パスに対しての、\n"
"パス先頭からのパターン合致となりますので、 ``*.c`` と合致するのは、\n"
"現ディレクトリ直下の末尾が ``.c`` で終わるファイルのみです。"

msgid ""
"The supported glob syntax extensions are ``**`` to match any string\n"
"across path separators and ``{a,b}`` to mean \"a or b\"."
msgstr ""
"ワイルドカードの拡張文法には、 パス区切りも含めた任意の文字列と合致する\n"
"``**`` と、 \"a または b\" を意味する ``{a,b}`` という形式があります。"

msgid ""
"To use a Perl/Python regular expression, start a name with ``re:``.\n"
"Regexp pattern matching is anchored at the root of the repository."
msgstr ""
"Perl/Python 形式の正規表現の場合、 名前の前に ``re:`` を記述します。\n"
"正規表現形式でのパターンは、 作業領域ルートからの相対パスに対して、\n"
"常に先頭からのパターン合致が要求されます。"

msgid ""
"To read name patterns from a file, use ``listfile:`` or ``listfile0:``.\n"
"The latter expects null delimited patterns while the former expects line\n"
"feeds. Each string read from the file is itself treated as a file\n"
"pattern."
msgstr ""
"ファイルからパターンを読み込む場合は、\n"
"``listfile:`` または ``listfile0:`` を使用します。\n"
"前者が改行でパターンを区切るのに対して、\n"
"後者は null 文字でパターンを区切ります。\n"
"ファイルから読み込まれた個々のパターンは、\n"
"file パターンとして扱われます。"

msgid ""
"To read a set of patterns from a file, use ``include:`` or ``subinclude:``.\n"
"``include:`` will use all the patterns from the given file and treat them as "
"if\n"
"they had been passed in manually.  ``subinclude:`` will only apply the "
"patterns\n"
"against files that are under the subinclude file's directory. See :hg:`help\n"
"hgignore` for details on the format of these files."
msgstr ""
"パターン指定をファイルから読み込む場合は、 ``include:`` や ``subinclude:``\n"
"を使用します。 ``include:`` で読み込まれた内容は、 手動での直接指定と、\n"
"同じ効果を持ちます。 ``subinclude:`` で読み込まれた内容は、\n"
"読み込み対象ファイルのディレクトリと、 その配下にのみ適用されます。\n"
"パターンファイルの形式詳細は :hg:`help hgignore` を参照してください。"

msgid ""
"All patterns, except for ``glob:`` specified in command line (not for\n"
"``-I`` or ``-X`` options), can match also against directories: files\n"
"under matched directories are treated as matched.\n"
"For ``-I`` and ``-X`` options, ``glob:`` will match directories recursively."
msgstr ""
"パターンはディレクトリにも合致します。 合致ディレクトリ配下のファイルも、\n"
"パターンに合致したものとみなされます。 なお、 ``-I`` や ``-X`` での\n"
"``glob:`` 指定は、 合致ディレクトリ配下のファイルも、 合致扱いされますが、\n"
"それ以外のコマンド行引数での ``glob:`` は、ファイルにしか合致しません。\n"
"(※ 訳注: 必要に応じて末尾に ``**`` 等を補ってください)"

msgid "Plain examples::"
msgstr "パターン合致未使用例::"

msgid ""
"  path:foo/bar        a name bar in a directory named foo in the root\n"
"                      of the repository\n"
"  path:path:name      a file or directory named \"path:name\"\n"
"  rootfilesin:foo/bar the files in a directory called foo/bar, but not any "
"files\n"
"                      in its subdirectories and not a file bar in directory "
"foo"
msgstr ""
"  path:foo/bar        リポジトリルート直下の foo ディレクトリ中の bar\n"
"  path:path:name      \"path:name\" というファイルまたはディレクトリ\n"
"  rootfilesin:foo/bar リポジトリルート相対の foo/bar ディレクトリ直下の\n"
"                      全てのファイル (配下のディレクトリのファイルは含まず)"

msgid "Glob examples::"
msgstr "ワイルドカード指定例::"

#, fuzzy
msgid ""
"  glob:*.c       any name ending in \".c\" in the current directory\n"
"  *.c            any name ending in \".c\" in the current directory\n"
"  **.c           any name ending in \".c\" in any subdirectory of the\n"
"                 current directory including itself.\n"
"  foo/*          any file in directory foo\n"
"  foo/**         any file in directory foo plus all its subdirectories,\n"
"                 recursively\n"
"  foo/*.c        any name ending in \".c\" in the directory foo\n"
"  foo/**.c       any name ending in \".c\" in any subdirectory of foo\n"
"                 including itself."
msgstr ""
"  glob:*.c       現ディレクトリ直下で、 名前が \".c\" で終わるもの\n"
"  *.c            現ディレクトリ直下で、 名前が \".c\" で終わるもの\n"
"  **.c           現ディレクトリまたはその配下のディレクトリにおいて、\n"
"                 名前が \".c\" で終わるもの\n"
"  foo/*          ディレクトリ foo 配下の全てのファイル\n"
"                 (※ 訳注: コマンド行引数で指定した場合は除く)\n"
"  foo/*.c        foo ディレクトリ直下で、 名前が \".c\" で終わるもの\n"
"  foo/**.c       foo ディレクトリまたはその配下のディレクトリにおいて、\n"
"                 名前が \".c\" で終わるもの"

msgid "Regexp examples::"
msgstr "正規表現指定例::"

msgid "  re:.*\\.c$      any name ending in \".c\", anywhere in the repository"
msgstr "  re:.*\\.c$      任意のディレクトリの、 名前が \".c\" で終わるもの"

msgid "File examples::"
msgstr "一覧指定例::"

msgid ""
"  listfile:list.txt  read list from list.txt with one file pattern per line\n"
"  listfile0:list.txt read list from list.txt with null byte delimiters"
msgstr ""
"  listfile:list.txt  1行 1 file パターンで list.txt から読み込み\n"
"  listfile0:list.txt null 文字区切りで file パターンを読み込み"

msgid "See also :hg:`help filesets`."
msgstr ":hg:`help filesets` も参照してください。"

msgid "Include examples::"
msgstr "ファイル読み込み例::"

msgid ""
"  include:path/to/mypatternfile    reads patterns to be applied to all "
"paths\n"
"  subinclude:path/to/subignorefile reads patterns specifically for paths in "
"the\n"
"                                   subdirectory\n"
msgstr ""
"  include:path/to/mypatternfile    読み込みパターンはリポジトリ全体に適用\n"
"  subinclude:path/to/subignorefile 読み込みパターンはサブディレクトリ\n"
"                                   配下にのみ適用\n"

msgid ""
"What are phases?\n"
"================"
msgstr ""
"フェーズとは?\n"
"=============="

msgid ""
"Phases are a system for tracking which changesets have been or should\n"
"be shared. This helps prevent common mistakes when modifying history\n"
"(for instance, with the mq or rebase extensions)."
msgstr ""
"フェーズ (phase) は、 当該リビジョンの共有性を管理する仕組みです。\n"
"この仕組みによって、 予期せぬ履歴改変\n"
"(例: mq や rebase エクステンション等によるもの) を防止できます。"

msgid "Each changeset in a repository is in one of the following phases:"
msgstr "リポジトリ中の各リビジョンは、 以下のいずれかのフェーズに属します:"

msgid ""
" - public : changeset is visible on a public server\n"
" - draft : changeset is not yet published\n"
" - secret : changeset should not be pushed, pulled, or cloned"
msgstr ""
" - public : 公開サーバ上で参照可能なリビジョン\n"
" - draft : public 化前段階のリビジョン\n"
" - secret : push/pull/clone の対象外となるリビジョン"

msgid ""
"These phases are ordered (public < draft < secret) and no changeset\n"
"can be in a lower phase than its ancestors. For instance, if a\n"
"changeset is public, all its ancestors are also public. Lastly,\n"
"changeset phases should only be changed towards the public phase."
msgstr ""
"フェーズには順序関係 (public < draft < secret) があり、\n"
"祖先よりも小さなフェーズを持つことはできません。\n"
"例えば public フェーズの祖先は、 全て public フェーズです。\n"
"各リビジョンのフェーズは、 基本的に public 化する方向に変更されるべきです。"

msgid ""
"How are phases managed?\n"
"======================="
msgstr ""
"フェーズはどう管理されるのか?\n"
"=============================="

msgid ""
"For the most part, phases should work transparently. By default, a\n"
"changeset is created in the draft phase and is moved into the public\n"
"phase when it is pushed to another repository."
msgstr ""
"多くの場合、 フェーズは透過的に機能します。\n"
"特に指定の無い場合、 新規リビジョンは draft フェーズで作成され、\n"
"他リポジトリへの反映の際に public 化されます。"

msgid ""
"Once changesets become public, extensions like mq and rebase will\n"
"refuse to operate on them to prevent creating duplicate changesets.\n"
"Phases can also be manually manipulated with the :hg:`phase` command\n"
"if needed. See :hg:`help -v phase` for examples."
msgstr ""
"予期せぬ類似リビジョン生成回避のため、 mq/rebase 等のエクステンションは、\n"
"一旦 public 化されたリビジョンを、 変更/破棄の対象にできません。\n"
"必要であれば :hg:`phase` コマンドによる手動でのフェーズ変更も可能です。\n"
"実行例に関しては :hg:`help -v phase` を参照してください。"

#, fuzzy
msgid ""
"To make your commits secret by default, put this in your\n"
"configuration file::"
msgstr ""
"以下の記述を設定ファイルに追加することで、\n"
"新規コミット時のフェーズを secret に変更できます::"

msgid ""
"  [phases]\n"
"  new-commit = secret"
msgstr ""
"  [phases]\n"
"  new-commit = secret"

msgid ""
"Phases and servers\n"
"=================="
msgstr ""
"フェーズとサーバ\n"
"================"

msgid "Normally, all servers are ``publishing`` by default. This means::"
msgstr ""
"特に指定の無い場合、 全てのサーバで ``publishing`` が実施されます。\n"
"これは以下を意味します::"

msgid ""
" - all draft changesets that are pulled or cloned appear in phase\n"
" public on the client"
msgstr ""
" - draft フェーズのリビジョンは、 pull/clone されたクライアント側では\n"
"   public フェーズとみなされる"

msgid ""
" - all draft changesets that are pushed appear as public on both\n"
" client and server"
msgstr ""
" - クライアントから push された draft フェーズのリビジョンは、\n"
"   サーバ/クライアントの両方で public フェーズとみなされる"

msgid " - secret changesets are neither pushed, pulled, or cloned"
msgstr " - secret フェーズのリビジョンは push/pull/clone 対象にならない"

msgid ""
"  Pulling a draft changeset from a publishing server does not mark it\n"
"  as public on the server side due to the read-only nature of pull."
msgstr ""
"  publishing サーバから draft フェーズのリビジョンを pull した場合でも、\n"
"  『pull は読み出し専用』の原則に則り、 当該リビジョンのフェーズは、\n"
"  サーバ側では draft のまま (public 化しない) です。"

msgid ""
"Sometimes it may be desirable to push and pull changesets in the draft\n"
"phase to share unfinished work. This can be done by setting a\n"
"repository to disable publishing in its configuration file::"
msgstr ""
"未完の作業を共有するために、 リビジョンのフェーズを draft のままで\n"
"push/pull したい場合もあるでしょう。 publishing 処理を無効化するには、\n"
"各リポジトリで以下の設定を行ってください::"

msgid ""
"  [phases]\n"
"  publish = False"
msgstr ""
"  [phases]\n"
"  publish = False"

msgid ""
"  Servers running older versions of Mercurial are treated as\n"
"  publishing."
msgstr ""
"  旧版の Mercurial で稼動しているサーバは、 publishing 実施に相当します。"

msgid ""
"   Changesets in secret phase are not exchanged with the server. This\n"
"   applies to their content: file names, file contents, and changeset\n"
"   metadata. For technical reasons, the identifier (e.g. d825e4025e39)\n"
"   of the secret changeset may be communicated to the server."
msgstr ""
"   secret フェーズのリビジョンは、 連携先リポジトリに伝搬しません。\n"
"   ファイル名や履歴メタデータ等の、 履歴情報も伝搬対象から除外されます。\n"
"   但し、 機能実現上の理由から、 secret フェーズのリビジョンのハッシュ値\n"
"   (例: d825e4025e39) だけは、 連携先とやり取りされます。"

msgid ""
"\n"
"Examples\n"
"========"
msgstr ""
"\n"
"記述例\n"
"======"

msgid " - list changesets in draft or secret phase::"
msgstr " - draft または secret フェーズのリビジョン一覧::"

msgid "     hg log -r \"not public()\""
msgstr "     hg log -r \"not public()\""

msgid " - change all secret changesets to draft::"
msgstr " - secret フェーズの全リビジョンのを draft 化::"

msgid "     hg phase --draft \"secret()\""
msgstr "     hg phase --draft \"secret()\""

msgid ""
" - forcibly move the current changeset and descendants from public to draft::"
msgstr " - 現行リビジョンと子孫のフェーズを public から draft に強制変更::"

msgid "     hg phase --force --draft ."
msgstr "     hg phase --force --draft ."

#, fuzzy
msgid " - show a list of changeset revisions and each corresponding phase::"
msgstr " - リビジョン番号とフェーズを表示::"

msgid "     hg log --template \"{rev} {phase}\\n\""
msgstr "     hg log --template \"{rev} {phase}\\n\""

msgid " - resynchronize draft changesets relative to a remote repository::"
msgstr " - 連携先リポジトリに応じて、リビジョンを draft フェーズ化::"

msgid "     hg phase -fd \"outgoing(URL)\""
msgstr "     hg phase -fd \"outgoing(URL)\""

msgid ""
"See :hg:`help phase` for more information on manually manipulating phases.\n"
msgstr "フェーズの手動操作に関しては :hg:`help phase` を参照してください。\n"

msgid "Mercurial supports several ways to specify revisions."
msgstr "Mercurial では、 複数の方法で、 リビジョンを指定できます。"

msgid ""
"Specifying single revisions\n"
"==========================="
msgstr ""
"単一リビジョンの指定\n"
"===================="

msgid ""
"A plain integer is treated as a revision number. Negative integers are\n"
"treated as sequential offsets from the tip, with -1 denoting the tip,\n"
"-2 denoting the revision prior to the tip, and so forth."
msgstr ""
"整数値は、 「リビジョン番号」とみなされます。 負値は、 tip からの距離を\n"
"意味し、 -1 は tip 自身を、 -2 は tip の直前といったリビジョンを指します。"

msgid ""
"A 40-digit hexadecimal string is treated as a unique revision identifier.\n"
"A hexadecimal string less than 40 characters long is treated as a\n"
"unique revision identifier and is referred to as a short-form\n"
"identifier. A short-form identifier is only valid if it is the prefix\n"
"of exactly one full-length identifier."
msgstr ""
"40桁の16進文字列は、 一意な「リビジョン ID」とみなされます。\n"
"40桁未満の16進文字列は、 一意な「リビジョン ID」の短縮形とみなされます。\n"
"短縮 ID は、 厳密に単一の完全長 ID と前方一致する場合のみ、 有効です。"

msgid ""
"Any other string is treated as a bookmark, tag, or branch name. A\n"
"bookmark is a movable pointer to a revision. A tag is a permanent name\n"
"associated with a revision. A branch name denotes the tipmost open branch "
"head\n"
"of that branch - or if they are all closed, the tipmost closed head of the\n"
"branch. Bookmark, tag, and branch names must not contain the \":\" character."
msgstr ""
"他の文字列は、 「ブックマーク」、 「タグ名」 または 「ブランチ名」\n"
"とみなされます。 「ブックマーク」 は移動可能なリビジョン参照ポインタです。\n"
"「タグ名」 は特定のリビジョンに付与された永続的な名前です。\n"
"「ブランチ名」は当該ブランチの、 閉鎖されていない最新ヘッドリビジョンか、\n"
"全てのヘッドが閉鎖済みなら、閉鎖済みの最新ヘッドリビジョンを意味します。\n"
"ブックマーク、タグおよびブランチの名前では \":\" 文字を使えません。"

msgid "The reserved name \"tip\" always identifies the most recent revision."
msgstr "予約名 \"tip\" は、 常に一番最新のリビジョンを指します。"

msgid ""
"The reserved name \"null\" indicates the null revision. This is the\n"
"revision of an empty repository, and the parent of revision 0."
msgstr ""
"「空リビジョン」を意味する名前 \"null\" は、 特別な名前として予約\n"
"されています。 空リポジトリにおけるリビジョンはこのリビジョンで、\n"
"リビジョン 0 の親は \"null\" リビジョンです。"

msgid ""
"The reserved name \".\" indicates the working directory parent. If no\n"
"working directory is checked out, it is equivalent to null. If an\n"
"uncommitted merge is in progress, \".\" is the revision of the first\n"
"parent."
msgstr ""
"予約名 \".\" は、 「作業領域の親リビジョン」を意味する特別な名前です。\n"
"作業領域が未更新の場合、 \".\" は \"null\" 指定と等価です。\n"
"マージ結果が未コミットの場合、 \".\" は第1親リビジョンを指します。"

msgid ""
"Finally, commands that expect a single revision (like ``hg update``) also\n"
"accept revsets (see below for details). When given a revset, they use the\n"
"last revision of the revset. A few commands accept two single revisions\n"
"(like ``hg diff``). When given a revset, they use the first and the last\n"
"revisions of the revset."
msgstr ""
"コマンドへのリビジョン指定に、 後述する revsets 表記が使用された場合、\n"
"単一リビジョン指定を要求するコマンド (例: ``hg update``) の場合は、\n"
"合致するリビジョン群の中から、 最後のリビジョンが選択されます。\n"
"2つのリビジョン指定を受理できるコマンド (例: ``hg diff``) の場合は、\n"
"最初と最後のリビジョンが選択されます。"

msgid ""
"Specifying multiple revisions\n"
"============================="
msgstr ""
"複数リビジョンの指定\n"
"===================="

msgid ""
"Mercurial supports a functional language for selecting a set of\n"
"revisions. Expressions in this language are called revsets."
msgstr ""
"Mercurial はリビジョン指定のための、 問い合わせ言語を提供しています。\n"
"この問い合わせ言語で記述された式を revset と呼びます。\n"
"(※ 訳注: 問い合わせ言語自体は Revisions sets または revsets と呼びます)"

msgid ""
"The language supports a number of predicates which are joined by infix\n"
"operators. Parenthesis can be used for grouping."
msgstr ""
"問い合わせ言語は「述語」 (predicate) (※ 訳注: いわゆる「関数」的なもの)\n"
"を提供しており、 二項演算子による結合や、 括弧によるグループ化も可能です。"

msgid ""
"Identifiers such as branch names may need quoting with single or\n"
"double quotes if they contain characters like ``-`` or if they match\n"
"one of the predefined predicates."
msgstr ""
"ID として使用するブランチ名などが、 ``-`` 文字や、\n"
"既存の述語と一致する場合、 引用符(') または二重引用符(\")\n"
"で囲ってください。"

msgid ""
"``not x``\n"
"  Changesets not in x. Short form is ``! x``."
msgstr ""
"``not x``\n"
"  x に含まれないリビジョン群。 ``! x`` とも表記可能。"

msgid ""
"``x::y``\n"
"  A DAG range, meaning all changesets that are descendants of x and\n"
"  ancestors of y, including x and y themselves. If the first endpoint\n"
"  is left out, this is equivalent to ``ancestors(y)``, if the second\n"
"  is left out it is equivalent to ``descendants(x)``."
msgstr ""
"``x::y``\n"
"  x の子孫且つ y の祖先に相当するリビジョン群 (x および y 自身を含む)。\n"
"  左側のリビジョン指定 (``x``) が省略された場合は ``ancestors(y)``,\n"
"  右側のリビジョン指定 (``y``) が省略された場合は ``descendants(x)``\n"
"  と等価です。"

msgid "  An alternative syntax is ``x..y``."
msgstr "  ``x..y`` とも表記可能。"

msgid ""
"``x:y``\n"
"  All changesets with revision numbers between x and y, both\n"
"  inclusive. Either endpoint can be left out, they default to 0 and\n"
"  tip."
msgstr ""
"``x:y``\n"
"  リビジョン番号 x から y の間の全リビジョン群 (x および y 自身を含む)。\n"
"  左右のリビジョン指定が省略された場合は、 それぞれが 0 および tip\n"
"  とみなされます。"

msgid ""
"``x and y``\n"
"  The intersection of changesets in x and y. Short form is ``x & y``."
msgstr ""
"``x and y``\n"
"  リビジョン群 x と y の共通部分。 ``x & y`` とも表記可能。"

msgid ""
"``x or y``\n"
"  The union of changesets in x and y. There are two alternative short\n"
"  forms: ``x | y`` and ``x + y``."
msgstr ""
"``x or y``\n"
"  リビジョン群 x と y の総和。 ``x | y`` 又は ``x + y`` とも表記可能。"

msgid ""
"``x - y``\n"
"  Changesets in x but not in y."
msgstr ""
"``x - y``\n"
"  リビジョン群 x のうち、 y に属さないもの。"

msgid ""
"``x % y``\n"
"  Changesets that are ancestors of x but not ancestors of y (i.e. ::x - ::"
"y).\n"
"  This is shorthand notation for ``only(x, y)`` (see below). The second\n"
"  argument is optional and, if left out, is equivalent to ``only(x)``."
msgstr ""
"``x % y``\n"
"  リビジョン群 x の祖先で、 且つリビジョン群 y の祖先で「ない」もの\n"
"  (::x - ::y と等価)。 ``only(x, y)`` の別表記です。 \n"
"  第2引数は省略可能で、 省略時は ``only(x)`` と等価です。"

msgid ""
"``x^n``\n"
"  The nth parent of x, n == 0, 1, or 2.\n"
"  For n == 0, x; for n == 1, the first parent of each changeset in x;\n"
"  for n == 2, the second parent of changeset in x."
msgstr ""
"``x^n``\n"
"  リビジョン群 x 中の各リビジョンの、 n 番目の親リビジョン。\n"
"  n には 0 1 または 2 を指定可能。\n"
"  n == 0 ならリビジョン自身、 n == 1 なら第1親、 n == 2 なら第2親。"

#, fuzzy
msgid ""
"``x~n``\n"
"  The nth first ancestor of x; ``x~0`` is x; ``x~3`` is ``x^^^``.\n"
"  For n < 0, the nth unambiguous descendent of x."
msgstr ""
"``x~n``\n"
"  リビジョン群 x 中の各リビジョンの、 第1親側の n 番目の祖先。\n"
"  ``x~0`` はリビジョン自身、 ``x~3`` は ``x^^^`` と等価。"

msgid ""
"``x ## y``\n"
"  Concatenate strings and identifiers into one string."
msgstr ""
"``x ## y``\n"
"  文字列やシンボル名を、 単一文字列に結合します。"

msgid ""
"  All other prefix, infix and postfix operators have lower priority than\n"
"  ``##``. For example, ``a1 ## a2~2`` is equivalent to ``(a1 ## a2)~2``."
msgstr ""
"  他の全ての演算子 (前置/二項/後置) よりも、 結合優先順位が高くなります。\n"
"  例えば ``a1 ## a2~2`` は ``(a1 ## a2)~2`` と等価です。"

msgid "  For example::"
msgstr "  記述例を以下に示します::"

msgid ""
"    [revsetalias]\n"
"    issue(a1) = grep(r'\\bissue[ :]?' ## a1 ## r'\\b|\\bbug\\(' ## a1 ## "
"r'\\)')"
msgstr ""
"    [revsetalias]\n"
"    issue(a1) = grep(r'\\bissue[ :]?' ## a1 ## r'\\b|\\bbug\\(' ## a1 ## "
"r'\\)')"

#, fuzzy
msgid ""
"  ``issue(1234)`` is equivalent to\n"
"  ``grep(r'\\bissue[ :]?1234\\b|\\bbug\\(1234\\)')``\n"
"  in this case. This matches against all of \"issue 1234\", \"issue:1234\",\n"
"  \"issue1234\" and \"bug(1234)\"."
msgstr ""
"    上記の別名が定義されている場合、 ``issue(1234)`` という記述は\n"
"    ``grep(r'\\bissue[ :]?1234\\b|\\bbug\\(1234\\)')`` と等価です。\n"
"    このパターンは \"issue 1234\", \"issue:1234\", \"issue1234\" および\n"
"    \"bug(1234)\" の全てに合致します。"

msgid "There is a single postfix operator:"
msgstr "使用可能な後置単項演算子を以下に列挙します:"

msgid ""
"``x^``\n"
"  Equivalent to ``x^1``, the first parent of each changeset in x."
msgstr ""
"``x^``\n"
"  リビジョン群 x 中の各リビジョンの、 第1親リビジョン。 ``x^1`` と等価。"

msgid ""
"Patterns\n"
"========"
msgstr ""
"パターン\n"
"========"

msgid ""
"Where noted, predicates that perform string matching can accept a pattern\n"
"string. The pattern may be either a literal, or a regular expression. If "
"the\n"
"pattern starts with ``re:``, the remainder of the pattern is treated as a\n"
"regular expression. Otherwise, it is treated as a literal. To match a "
"pattern\n"
"that actually starts with ``re:``, use the prefix ``literal:``."
msgstr ""
"文字列合致を実施する述語には、 概ねパターン文字列を指定可能です。\n"
"パターン文字列には、 合致対象そのもの (literal) か正規表現を記述可能です。\n"
"パターンが ``re:`` で始まる場合、 残りの部分が正規表現として扱われます。\n"
"それ以外の場合、 文字列は合致対象そのものとして扱われます。 ``re:``\n"
"で始まる文字列への合致には、 パターン冒頭に ``literal:`` を付けてください。"

msgid ""
"Matching is case-sensitive, unless otherwise noted.  To perform a case-\n"
"insensitive match on a case-sensitive predicate, use a regular expression,\n"
"prefixed with ``(?i)``."
msgstr ""
"特に言及が無い場合、 各述語の文字列合致判定は、 文字大小を区別します。\n"
"そのような述語の合致判定で、 文字大小を無視したい場合は、 ``(?i)``\n"
"で始まる正規表現を使ってください。"

#, fuzzy
msgid ""
"For example, ``tag(r're:(?i)release')`` matches \"release\" or \"RELEASE\"\n"
"or \"Release\", etc."
msgstr ""
"    ``tag(r're:(?i)release')``\n"
"\n"
"  上記記述は \"release\" や \"RELEASE\" 、 \"Release\" 等に合致します。"

msgid ""
"Aliases\n"
"======="
msgstr ""
"別名定義\n"
"========"

msgid ""
"New predicates (known as \"aliases\") can be defined, using any combination "
"of\n"
"existing predicates or other aliases. An alias definition looks like::"
msgstr ""
"既存の述語や別名 (alias) を組み合わせることで、 新しい述語を定義可能です。\n"
"別名は、 Mercurial 設定ファイルの ``revsetalias`` セクションにおける、\n"
"以下のような記述で定義します::"

msgid "  <alias> = <definition>"
msgstr "  <別名> = <定義>"

msgid ""
"in the ``revsetalias`` section of a Mercurial configuration file. Arguments\n"
"of the form `a1`, `a2`, etc. are substituted from the alias into the\n"
"definition."
msgstr ""
"別名記述部分において `a1` や `a2` といった形式の引数を記述することで、\n"
"別名定義部分でその引数を使用できます。"

msgid "For example,"
msgstr "記述例"

msgid ""
"  [revsetalias]\n"
"  h = heads()\n"
"  d(s) = sort(s, date)\n"
"  rs(s, k) = reverse(sort(s, k))"
msgstr ""
"  [revsetalias]\n"
"  h = heads()\n"
"  d(s) = sort(s, date)\n"
"  rs(s, k) = reverse(sort(s, k))"

msgid ""
"defines three aliases, ``h``, ``d``, and ``rs``. ``rs(0:tip, author)`` is\n"
"exactly equivalent to ``reverse(sort(0:tip, author))``."
msgstr ""
"上記の記述で、 3つの別名 ``h``, ``d`` および ``rs`` が定義されます。\n"
"``rs(0:tip, author)`` は ``reverse(sort(0:tip, author))`` と同一です。"

msgid ""
"Equivalents\n"
"==========="
msgstr ""
"等価性\n"
"======"

msgid "Command line equivalents for :hg:`log`::"
msgstr ":hg:`log` のコマンド行オプション指定に対する等価な記述::"

msgid ""
"  -f    ->  ::.\n"
"  -d x  ->  date(x)\n"
"  -k x  ->  keyword(x)\n"
"  -m    ->  merge()\n"
"  -u x  ->  user(x)\n"
"  -b x  ->  branch(x)\n"
"  -P x  ->  !::x\n"
"  -l x  ->  limit(expr, x)"
msgstr ""
"  -f    ->  ::.\n"
"  -d x  ->  date(x)\n"
"  -k x  ->  keyword(x)\n"
"  -m    ->  merge()\n"
"  -u x  ->  user(x)\n"
"  -b x  ->  branch(x)\n"
"  -P x  ->  !::x\n"
"  -l x  ->  limit(expr, x)"

msgid "- Changesets on the default branch::"
msgstr "- default ブランチのリビジョン群::"

msgid "    hg log -r \"branch(default)\""
msgstr "    hg log -r \"branch(default)\""

msgid "- Changesets on the default branch since tag 1.5 (excluding merges)::"
msgstr "- タグ 1.5 以後の default ブランチのリビジョン群 (マージ実施除く)::"

msgid "    hg log -r \"branch(default) and 1.5:: and not merge()\""
msgstr "    hg log -r \"branch(default) and 1.5:: and not merge()\""

msgid "- Open branch heads::"
msgstr "- 閉鎖 (close) されていないブランチのヘッド::"

msgid "    hg log -r \"head() and not closed()\""
msgstr "    hg log -r \"head() and not closed()\""

msgid ""
"- Changesets between tags 1.3 and 1.5 mentioning \"bug\" that affect\n"
"  ``hgext/*``::"
msgstr ""
"- タグ 1.3 と 1.5 の間で \"bug\" に言及し ``hgext/*``\n"
"  に影響するリビジョン群::"

msgid "    hg log -r \"1.3::1.5 and keyword(bug) and file('hgext/*')\""
msgstr "    hg log -r \"1.3::1.5 and keyword(bug) and file('hgext/*')\""

msgid "- Changesets committed in May 2008, sorted by user::"
msgstr "- 2008 年 5 月 (May 2008) におけるリビジョン群をユーザ名順で表示::"

msgid "    hg log -r \"sort(date('May 2008'), user)\""
msgstr "    hg log -r \"sort(date('May 2008'), user)\""

msgid ""
"- Changesets mentioning \"bug\" or \"issue\" that are not in a tagged\n"
"  release::"
msgstr ""
"- \"bug\" 又は \"issue\" に言及したリビジョン群のうち、 タグ tagged\n"
"  時点の内容に含まれないもの::"

msgid ""
"    hg log -r \"(keyword(bug) or keyword(issue)) and not ancestors(tag())\""
msgstr ""
"    hg log -r \"(keyword(bug) or keyword(issue)) and not ancestors(tag())\""

#, fuzzy
msgid ""
"- Update to the commit that bookmark @ is pointing to, without activating "
"the\n"
"  bookmark (this works because the last revision of the revset is used)::"
msgstr ""
"- ブックマーク @ 参照先に更新しつつ、 ブックマークのアクティブ化を回避\n"
"  (revsets 表記指定の場合、 最後のリビジョンが使用されます)::"

msgid "    hg update :@"
msgstr "    hg update :@"

msgid ""
"- Show diff between tags 1.3 and 1.5 (this works because the first and the\n"
"  last revisions of the revset are used)::"
msgstr ""
"- タグ 1.3 と 1.5 の間での差分を表示 (revsets 表記指定の場合、\n"
"  最初と最後のリビジョンが使用されます)::"

msgid "    hg diff -r 1.3::1.5\n"
msgstr "    hg diff -r 1.3::1.5\n"

msgid ""
"It is common for machines (as opposed to humans) to consume Mercurial.\n"
"This help topic describes some of the considerations for interfacing\n"
"machines with Mercurial."
msgstr ""
"本トピックでは、 スクリプトや自動化での Mercurial 利用において、\n"
"コマンド出力の機械処理方法などに関して、 注意すべき点について説明します。"

msgid ""
"Choosing an Interface\n"
"====================="
msgstr ""
"インタフェースの選択\n"
"===================="

msgid ""
"Machines have a choice of several methods to interface with Mercurial.\n"
"These include:"
msgstr ""
"機械処理における Mercurial との連携方法には、 以下のような選択肢があります:"

msgid ""
"- Executing the ``hg`` process\n"
"- Querying a HTTP server\n"
"- Calling out to a command server"
msgstr ""
"- ``hg`` コマンドの実行\n"
"- HTTP サーバへの問い合わせ\n"
"- コマンドサーバの利用"

msgid ""
"Executing ``hg`` processes is very similar to how humans interact with\n"
"Mercurial in the shell. It should already be familiar to you."
msgstr ""
"``hg`` コマンドの実行は、 人間が対話シェル経由で利用するのと同じ形態です。\n"
"Mercurial 利用者であれば、 既にお馴染みの形態でしょう。"

msgid ""
":hg:`serve` can be used to start a server. By default, this will start\n"
"a \"hgweb\" HTTP server. This HTTP server has support for machine-readable\n"
"output, such as JSON. For more, see :hg:`help hgweb`."
msgstr ""
"HTTP サーバ機能は :hg:`serve` でも起動できます。 通常このコマンドは、\n"
"\"hgweb\" HTTP サーバを起動します。 このサーバは、 JSON 形式のような、\n"
"機械可読 (machine-readable) 形式の出力が可能です。 詳細は :hg:`help hgweb`\n"
"を参照してください。"

msgid ""
":hg:`serve` can also start a \"command server.\" Clients can connect\n"
"to this server and issue Mercurial commands over a special protocol.\n"
"For more details on the command server, including links to client\n"
"libraries, see https://www.mercurial-scm.org/wiki/CommandServer."
msgstr ""
":hg:`serve` コマンドは、 「コマンドサーバ」の起動も可能です。\n"
"専用プロトコルで接続したクライアントから、 コマンドサーバ上での Mercurial\n"
"コマンドの実行を依頼できます。 クライアント向けライブラリの詳細を含む、\n"
"コマンドサーバの情報は、 https://www.mercurial-scm.org/wiki/CommandServer\n"
"を参照してください。"

msgid ""
":hg:`serve` based interfaces (the hgweb and command servers) have the\n"
"advantage over simple ``hg`` process invocations in that they are\n"
"likely more efficient. This is because there is significant overhead\n"
"to spawn new Python processes."
msgstr ""
":hg:`serve` ベースの連携方法 (hgweb およびコマンドサーバ) には、\n"
"``hg`` コマンド実行での連携と比較して、 効率の高さ等の利点があります。\n"
"``hg`` コマンド実行の場合、 コマンド実行毎の Python プロセス起動が、\n"
"所要時間に対するオーバヘッドになるためです。"

msgid ""
"   If you need to invoke several ``hg`` processes in short order and/or\n"
"   performance is important to you, use of a server-based interface\n"
"   is highly recommended."
msgstr ""
"   短時間での複数 ``hg`` コマンドの起動や、 所要時間短縮が必要な場合は、\n"
"   サーバベース連携の採用を、 強くお勧めします。"

msgid ""
"Environment Variables\n"
"====================="
msgstr ""
"環境変数\n"
"========"

msgid ""
"As documented in :hg:`help environment`, various environment variables\n"
"influence the operation of Mercurial. The following are particularly\n"
"relevant for machines consuming Mercurial:"
msgstr ""
":hg:`help environment` で説明されているように、 Mercurial の挙動は、\n"
"様々な環境変数から影響を受けます。 とりわけ以下に列挙する環境変数は、\n"
"出力の機械可読性に、 強い影響を持っています:"

msgid ""
"HGPLAIN\n"
"    If not set, Mercurial's output could be influenced by configuration\n"
"    settings that impact its encoding, verbose mode, localization, etc."
msgstr ""
"HGPLAIN\n"
"    この環境変数が未設定の場合、 Mercurial の出力は、 文字コード指定や\n"
"    ``[ui] verbose`` 設定 (又は --verbose)、 ロケール指定といった、\n"
"    各種設定情報の影響を受けます。"

msgid ""
"    It is highly recommended for machines to set this variable when\n"
"    invoking ``hg`` processes."
msgstr ""
"    機械可読性が必要な場合は、 この環境変数を設定した上で ``hg``\n"
"    コマンドを起動することを、 強くお勧めします。"

msgid ""
"HGENCODING\n"
"    If not set, the locale used by Mercurial will be detected from the\n"
"    environment. If the determined locale does not support display of\n"
"    certain characters, Mercurial may render these character sequences\n"
"    incorrectly (often by using \"?\" as a placeholder for invalid\n"
"    characters in the current locale)."
msgstr ""
"HGENCODING\n"
"    この環境変数が未設定の場合、 Mercurial が使用するロケールは、\n"
"    他の環境変数を元に決定されます  (※ 訳注: LANGUAGE や LC_ALL 等。\n"
"    Windows 環境では、 システムのデフォルトロケール設定の影響も受けます)。\n"
"    確定したロケールが、 出力内容に含まれる文字をサポートしていない場合、\n"
"    Mercurial は当該文字を適切に出力できません (多くの場合、 当該文字は\n"
"    \"?\" 等で置き換えられます)。"

msgid ""
"    Explicitly setting this environment variable is a good practice to\n"
"    guarantee consistent results. \"utf-8\" is a good choice on UNIX-like\n"
"    environments."
msgstr ""
"    出力の一貫性を保つ上では、 この環境変数の明示指定をお勧めします。\n"
"    UNIX 系 OS 上では \"utf-8\" あたりが妥当と思われます。"

msgid ""
"HGRCPATH\n"
"    If not set, Mercurial will inherit config options from config files\n"
"    using the process described in :hg:`help config`. This includes\n"
"    inheriting user or system-wide config files."
msgstr ""
"HGRCPATH\n"
"    この環境変数が未設定の場合、 :hg:`help config` での手順に沿って、\n"
"    設定ファイル群が読み込まれます。 ユーザ毎設定や、 システム毎設定も、\n"
"    読み込み対象に含まれます。"

msgid ""
"    When utmost control over the Mercurial configuration is desired, the\n"
"    value of ``HGRCPATH`` can be set to an explicit file with known good\n"
"    configs. In rare cases, the value can be set to an empty file or the\n"
"    null device (often ``/dev/null``) to bypass loading of any user or\n"
"    system config files. Note that these approaches can have unintended\n"
"    consequences, as the user and system config files often define things\n"
"    like the username and extensions that may be required to interface\n"
"    with a repository."
msgstr ""
"    設定内容を完全に制御したい場合、 必要な設定のみが書かれたファイルを、\n"
"    ``HGRCPATH`` で明示的に指定することをお勧めします。 ユーザ毎設定や、\n"
"    システム毎設定を、 完全に排除したい場合は、 空のファイルやデバイス\n"
"    (``/dev/null`` 等) の指定でも良いでしょう。 なお、ユーザ毎設定や、\n"
"    システム毎設定は、 ユーザ名設定や、 必須とされるエクステンション設定\n"
"    (※ 訳注: 例えば largefiles 無効化は、 リポジトリアクセスを阻害します)\n"
"    等に対して、 予期せぬ影響を生じ得る点に、 留意してください。"

#, fuzzy
msgid ""
"Command-line Flags\n"
"=================="
msgstr ""
"コマンドと URL\n"
"=============="

msgid ""
"Mercurial's default command-line parser is designed for humans, and is not\n"
"robust against malicious input. For instance, you can start a debugger by\n"
"passing ``--debugger`` as an option value::"
msgstr ""

msgid "    $ REV=--debugger sh -c 'hg log -r \"$REV\"'"
msgstr ""

msgid ""
"This happens because several command-line flags need to be scanned without\n"
"using a concrete command table, which may be modified while loading "
"repository\n"
"settings and extensions."
msgstr ""

msgid ""
"Since Mercurial 4.4.2, the parsing of such flags may be restricted by "
"setting\n"
"``HGPLAIN=+strictflags``. When this feature is enabled, all early options\n"
"(e.g. ``-R/--repository``, ``--cwd``, ``--config``) must be specified first\n"
"amongst the other global options, and cannot be injected to an arbitrary\n"
"location::"
msgstr ""

msgid "    $ HGPLAIN=+strictflags hg -R \"$REPO\" log -r \"$REV\""
msgstr ""

msgid ""
"In earlier Mercurial versions where ``+strictflags`` isn't available, you\n"
"can mitigate the issue by concatenating an option value with its flag::"
msgstr ""

msgid "    $ hg log -r\"$REV\" --keyword=\"$KEYWORD\""
msgstr ""

msgid ""
"Consuming Command Output\n"
"========================"
msgstr ""
"コマンド出力の解析\n"
"=================="

msgid ""
"It is common for machines to need to parse the output of Mercurial\n"
"commands for relevant data. This section describes the various\n"
"techniques for doing so."
msgstr ""
"Mercurial との連携では、 コマンド出力の解析や、 データ抽出が必要です。\n"
"本節では、 出力解析/データ抽出で必要とされる、 各種手法を説明します。"

msgid ""
"Parsing Raw Command Output\n"
"--------------------------"
msgstr ""
"コマンド出力の直接解析\n"
"----------------------"

msgid ""
"Likely the simplest and most effective solution for consuming command\n"
"output is to simply invoke ``hg`` commands as you would as a user and\n"
"parse their output."
msgstr ""
"最も単純で実践的なコマンド出力の解析方法は、 ``hg`` コマンドの出力を、\n"
"そのまま解析するやり方です。"

msgid ""
"The output of many commands can easily be parsed with tools like\n"
"``grep``, ``sed``, and ``awk``."
msgstr ""
"コマンド出力形式の多くが、 ``grep``, ``sed`` や ``awk`` 等のツールで、\n"
"簡単に解析できます。"

msgid ""
"A potential downside with parsing command output is that the output\n"
"of commands can change when Mercurial is upgraded. While Mercurial\n"
"does generally strive for strong backwards compatibility, command\n"
"output does occasionally change. Having tests for your automated\n"
"interactions with ``hg`` commands is generally recommended, but is\n"
"even more important when raw command output parsing is involved."
msgstr ""
"コマンド出力の直接解析には、 Merurial のバージョンアップに伴って、\n"
"出力形式が変更されるかもしれない、 という潜在的な短所があります。\n"
"Mercurial は、 後方互換性に最大限配慮していますが、 場合によっては、\n"
"コマンド出力形式が、 変更される可能性があります。 一般論として、\n"
"``hg`` コマンドでの連携では、 互換性テストの用意をお勧めしますが、\n"
"出力の直接解析を行う場合は、 互換性テストは更に重要になります。"

msgid ""
"Using Templates to Control Output\n"
"---------------------------------"
msgstr ""
"テンプレートによる出力整形\n"
"--------------------------"

msgid ""
"Many ``hg`` commands support templatized output via the\n"
"``-T/--template`` argument. For more, see :hg:`help templates`."
msgstr ""
"多くの ``hg`` コマンドが、 ``-T/--template`` オプション指定による、\n"
"出力整形に対応しています。 詳細は :hg:`help templates` を参照してください。"

msgid ""
"Templates are useful for explicitly controlling output so that\n"
"you get exactly the data you want formatted how you want it. For\n"
"example, ``log -T {node}\\n`` can be used to print a newline\n"
"delimited list of changeset nodes instead of a human-tailored\n"
"output containing authors, dates, descriptions, etc."
msgstr ""
"テンプレート機能を利用することで、 コマンド出力を明示的に制御できるので、\n"
"必要な情報を必要な書式で得られます。 例えば ``log -T {node}\\n`` からは、\n"
"ユーザ名、 日付、 コミットログ等を含む、 人間向けの表示の代わりに、\n"
"改行区切りのハッシュID一覧を得ることができます。"

msgid ""
"   If parsing raw command output is too complicated, consider\n"
"   using templates to make your life easier."
msgstr ""
"   コマンドの出力形式が複雑過ぎて、 直接解析が難しい場合、\n"
"   テンプレート機能の利用をお勧めします。"

msgid ""
"The ``-T/--template`` argument allows specifying pre-defined styles.\n"
"Mercurial ships with the machine-readable styles ``json`` and ``xml``,\n"
"which provide JSON and XML output, respectively. These are useful for\n"
"producing output that is machine readable as-is."
msgstr ""
"``-T/--template`` オプションでの指定値には、 事前定義された「スタイル」\n"
"も指定できます。 Mercurial には JSON 形式の ``json`` および XML 形式の\n"
"``xml`` が同梱されています。 これらを使用することで、 コマンド出力を、\n"
"そのまま機械可読形式にできます。"

msgid ""
"   The ``json`` and ``xml`` styles are considered experimental. While\n"
"   they may be attractive to use for easily obtaining machine-readable\n"
"   output, their behavior may change in subsequent versions."
msgstr ""
"   現時点では、 ``json`` および ``xml`` スタイルは、 実験的実装扱いです。\n"
"   これらを使うことで、 機械可読形式の出力を、 容易に得られる一方で、\n"
"   今後のバージョンアップ時に、 挙動が変化する可能性もあります。"

msgid ""
"   These styles may also exhibit unexpected results when dealing with\n"
"   certain encodings. Mercurial treats things like filenames as a\n"
"   series of bytes and normalizing certain byte sequences to JSON\n"
"   or XML with certain encoding settings can lead to surprises."
msgstr ""
"   特定の文字コードと併用した場合、 これらのスタイルでの出力結果が、\n"
"   想定外の結果となる可能性があります。 Mercurial では、 ファイル名等を、\n"
"   単なるバイト列として扱いますが、 JSON や XML 形式での出力の際の、\n"
"   これらのバイト列の正規化が、 文字コード指定によっては、 期待と異なる\n"
"   (※ 脚注: SJIS 等での、 「バックスラッシュを含む文字」や、 Mac OS X\n"
"   における NFD なファイル名のことか?) かもしれません。"

msgid ""
"Command Server Output\n"
"---------------------"
msgstr ""
"コマンドサーバ出力\n"
"------------------"

msgid ""
"If using the command server to interact with Mercurial, you are likely\n"
"using an existing library/API that abstracts implementation details of\n"
"the command server. If so, this interface layer may perform parsing for\n"
"you, saving you the work of implementing it yourself."
msgstr ""
"コマンドサーバ で Mercurial 連携を行う場合、 連携処理部分を抽象化する、\n"
"既存のライブラリを使うことでしょう。 ライブラリが解析処理を兼ねる場合、\n"
"出力解析処理を、 自前で行う手間を省くことができます。"

msgid ""
"Output Verbosity\n"
"----------------"
msgstr ""
"出力冗長性\n"
"----------"

msgid ""
"Commands often have varying output verbosity, even when machine\n"
"readable styles are being used (e.g. ``-T json``). Adding\n"
"``-v/--verbose`` and ``--debug`` to the command's arguments can\n"
"increase the amount of data exposed by Mercurial."
msgstr ""
"機械可読性のあるスタイル (例: ``-T json``) を使用する場合であっても、\n"
"コマンドの出力は、 冗長性指定の影響を受けます。 ``-v/--verbose`` や\n"
"``--debug`` が引数に指定された場合、 コマンドの出力する情報には、\n"
"より冗長性の高いものが含まれます。"

msgid ""
"An alternate way to get the data you need is by explicitly specifying\n"
"a template."
msgstr ""
"明示的なテンプレート指定により、 ``-v/--verbose`` 等の指定無しでも、\n"
"必要なデータを得ることができます。"

msgid ""
"Other Topics\n"
"============"
msgstr ""
"その他のトピック\n"
"================"

msgid ""
"revsets\n"
"   Revisions sets is a functional query language for selecting a set\n"
"   of revisions. Think of it as SQL for Mercurial repositories. Revsets\n"
"   are useful for querying repositories for specific data."
msgstr ""
"revsets\n"
"   revsets とは、 リビジョン指定のための問い合わせ言語のことです。\n"
"   Mercurial の履歴情報における、 SQL 的なものと考えてください。\n"
"   revsets での問い合わせにより、 特定の条件に合致する履歴を抽出可能です。"

msgid "   See :hg:`help revsets` for more."
msgstr "   詳細は :hg:`help revsets` を参照してください。"

msgid ""
"share extension\n"
"   The ``share`` extension provides functionality for sharing\n"
"   repository data across several working copies. It can even\n"
"   automatically \"pool\" storage for logically related repositories when\n"
"   cloning."
msgstr ""
"share エクステンション\n"
"   ``share`` エクステンションにより、 複数のローカルリポジトリ間で、\n"
"   履歴情報を共有できます。 同一由来のリポジトリを複製する際に、 \n"
"   自動的に共有領域を作成することもできます。"

msgid ""
"   Configuring the ``share`` extension can lead to significant resource\n"
"   utilization reduction, particularly around disk space and the\n"
"   network. This is especially true for continuous integration (CI)\n"
"   environments."
msgstr ""
"   ``share`` エクステンションは、 ディスク領域や通信帯域の消費を、\n"
"   大幅に低減できます。 継続的インテグレーション (CI) を行う場合、\n"
"   このような資源消費の低減は有用です。"

msgid "   See :hg:`help -e share` for more.\n"
msgstr "   詳細は :hg:`help -e share` を参照してください。\n"

msgid ""
"Subrepositories let you nest external repositories or projects into a\n"
"parent Mercurial repository, and make commands operate on them as a\n"
"group."
msgstr ""
"サブリポジトリ (subrepository) 機能は、 Mercurial リポジトリを親に、\n"
"外部のリポジトリやプロジェクトを入れ子にし、 コマンドの実行の際に、\n"
"それら一連のリポジトリに対して処理を行えるようにします。"

msgid ""
"Mercurial currently supports Mercurial, Git, and Subversion\n"
"subrepositories."
msgstr ""
"現時点でサブリポジトリとして使用できるのは、Mercurial Git Subversion\n"
"のリポジトリです。"

msgid "Subrepositories are made of three components:"
msgstr "サブリポジトリは、 3つの要素から構成されます:"

msgid ""
"1. Nested repository checkouts. They can appear anywhere in the\n"
"   parent working directory."
msgstr ""
"1. 入れ子リポジトリの作業領域。 親リポジトリの作業領域中の、\n"
"   任意の場所に配置可能です。"

msgid ""
"2. Nested repository references. They are defined in ``.hgsub``, which\n"
"   should be placed in the root of working directory, and\n"
"   tell where the subrepository checkouts come from. Mercurial\n"
"   subrepositories are referenced like::"
msgstr ""
"2. 入れ子リポジトリへの参照。 親リポジトリの作業領域ルート直下に配置した\n"
"   ``.hgsub`` において、 サブリポジトリの参照先を記述します。 Mercurial\n"
"   のサブリポジトリの参照先は、 以下のように記述します::"

msgid "     path/to/nested = https://example.com/nested/repo/path"
msgstr "     入れ子/作業領域/パス = https://example.com/nested/repo/path"

msgid "   Git and Subversion subrepos are also supported::"
msgstr "   Git や Subversion もサブリポジトリとして利用可能です::"

msgid ""
"     path/to/nested = [git]git://example.com/nested/repo/path\n"
"     path/to/nested = [svn]https://example.com/nested/trunk/path"
msgstr ""
"     入れ子/作業領域/パス = [git]git://example.com/nested/repo/path\n"
"     入れ子/作業領域/パス = [svn]https://example.com/nested/trunk/path"

msgid ""
"   where ``path/to/nested`` is the checkout location relatively to the\n"
"   parent Mercurial root, and ``https://example.com/nested/repo/path``\n"
"   is the source repository path. The source can also reference a\n"
"   filesystem path."
msgstr ""
"   ``入れ子/作業領域/パス`` は、 親リポジトリの作業領域ルートに対する、\n"
"   サブリポジトリ作業領域の相対パス、\n"
"   ``https://example.com/nested/repo/path`` は、\n"
"   サブリポジトリの連携先情報です。 連携先には、\n"
"   ローカルファイルシステム上のパスも記述可能です。"

msgid ""
"   Note that ``.hgsub`` does not exist by default in Mercurial\n"
"   repositories, you have to create and add it to the parent\n"
"   repository before using subrepositories."
msgstr ""
"   Mercurial リポジトリは、 ``.hgsub`` を自動的には生成しませんので、\n"
"   サブリポジトリを使用する際には、 手動で ``.hgsub`` を生成し、\n"
"   親リポジトリにおいて、 履歴管理対象に追加する必要があります。"

msgid ""
"3. Nested repository states. They are defined in ``.hgsubstate``, which\n"
"   is placed in the root of working directory, and\n"
"   capture whatever information is required to restore the\n"
"   subrepositories to the state they were committed in a parent\n"
"   repository changeset. Mercurial automatically record the nested\n"
"   repositories states when committing in the parent repository."
msgstr ""
"3. 入れ子リポジトリの状態情報。 親リポジトリのルート直下に配置された\n"
"   ``.hgsubstate`` において、 親リポジトリでのコミット時点における、\n"
"   サブリポジトリの状態を復旧するために、 必要な情報が格納されます。\n"
"   このファイルの生成は、 親リポジトリでのコミットの際に、 Mercurial\n"
"   によって自動的に実施されます。"

msgid "      The ``.hgsubstate`` file should not be edited manually."
msgstr "      ``.hgsubstate`` は決して手動編集しないでください。"

msgid ""
"\n"
"Adding a Subrepository\n"
"======================"
msgstr ""
"\n"
"サブリポジトリの追加\n"
"===================="

msgid ""
"If ``.hgsub`` does not exist, create it and add it to the parent\n"
"repository. Clone or checkout the external projects where you want it\n"
"to live in the parent repository. Edit ``.hgsub`` and add the\n"
"subrepository entry as described above. At this point, the\n"
"subrepository is tracked and the next commit will record its state in\n"
"``.hgsubstate`` and bind it to the committed changeset."
msgstr ""
"まだ ``.hgsub`` が親リポジトリに存在しない場合は、 手動で作成した上で、\n"
"履歴管理対象に登録してください。 親リポジトリの作業領域中の任意の場所に、\n"
"外部リポジトリを元に、 作業領域を生成 (checkout) してください。\n"
"追加対象の外部リポジトリのためのエントリを ``.hgsub`` に追加してください。\n"
"これ以後、 このサブリポジトリは管理対象となり、 次回のコミットにおいて、\n"
"``.hgsubstate`` に状態が記録され、 親リポジトリのリビジョンに対して、\n"
"対応付けが行われます。 (※ 訳注: サブリポジトリに関する「構成管理」は、\n"
"あくまで 「親リポジトリの各リビジョンが、 サブリポジトリの各リビジョンと、\n"
"どう対応するのか?」 という対応付け情報のみです)"

msgid ""
"Synchronizing a Subrepository\n"
"============================="
msgstr ""
"サブリポジトリの同期\n"
"===================="

msgid ""
"Subrepos do not automatically track the latest changeset of their\n"
"sources. Instead, they are updated to the changeset that corresponds\n"
"with the changeset checked out in the top-level changeset. This is so\n"
"developers always get a consistent set of compatible code and\n"
"libraries when they update."
msgstr ""
"構成管理下にあるサブリポジトリの作業領域は、 最新状態への自動的な追従が、\n"
"行われなくなります。 その代わり、 親リポジトリのリビジョンにおいて、\n"
"関連付けが記録されたリビジョンの内容で更新されるようになります。\n"
"この挙動により、 親リポジトリ側と一貫性のある状態が維持できます"

msgid ""
"Thus, updating subrepos is a manual process. Simply check out target\n"
"subrepo at the desired revision, test in the top-level repo, then\n"
"commit in the parent repository to record the new combination."
msgstr ""
"そのため、 サブリポジトリの作業領域は、 手動で更新する必要があります。\n"
"各サブリポジトリの作業領域を、 希望するリビジョンで更新したならば、\n"
"親リポジトリにおいて (適宜テストを実施した上で) コミットを実施することで、\n"
"新たなリビジョンの組み合わせが記録されます。"

msgid ""
"Deleting a Subrepository\n"
"========================"
msgstr ""
"サブリポジトリの削除\n"
"===================="

msgid ""
"To remove a subrepository from the parent repository, delete its\n"
"reference from ``.hgsub``, then remove its files."
msgstr ""
"親リポジトリからサブリポジトリを削除する場合、 対応するエントリを\n"
"``.hgsub`` から削除した上で、 関連するファイルを削除してください。"

msgid ""
"Interaction with Mercurial Commands\n"
"==================================="
msgstr ""
"Mercurial コマンドとの連携\n"
"=========================="

msgid ""
":add: add does not recurse in subrepos unless -S/--subrepos is\n"
"    specified.  However, if you specify the full path of a file in a\n"
"    subrepo, it will be added even without -S/--subrepos specified.\n"
"    Subversion subrepositories are currently silently\n"
"    ignored."
msgstr ""
":add: -S/--subrepos 指定が無い限り、 構成管理対象へのファイル登録は、\n"
"    再帰的には実施されません。 但し、 -S/--subrepos 指定が無くても、\n"
"    サブリポジトリ中のファイルへのパスが、 直接指定された場合は、\n"
"    対象ファイルを構成管理対象として登録します。 なお、 サブリポジトリが\n"
"    Subversion 形式の場合、 現状では、 何の表示も無しに、\n"
"    登録要求を無視します。"

msgid ""
":addremove: addremove does not recurse into subrepos unless\n"
"    -S/--subrepos is specified.  However, if you specify the full\n"
"    path of a directory in a subrepo, addremove will be performed on\n"
"    it even without -S/--subrepos being specified.  Git and\n"
"    Subversion subrepositories will print a warning and continue."
msgstr ""
":addremove: -S/--subrepos 指定が無い限り、 addremove による登録/除外は、\n"
"    再帰的には実施されません。 但し、 -S/--subrepos 指定が無くても、\n"
"    サブリポジトリ中のファイルへのパスが、 直接指定された場合は、\n"
"    対象ファイルの登録/除外が実施されます。 なお、 サブリポジトリが\n"
"    Git または Subversion 形式の場合、 警告表示の後、 処理が続行されます。"

msgid ""
":archive: archive does not recurse in subrepositories unless\n"
"    -S/--subrepos is specified."
msgstr ""
":archive: -S/--subrepos 指定が無い限り、 アーカイブの作成は、\n"
"    再帰的には実施されません。"

#, fuzzy
msgid ""
":cat: Git subrepositories only support exact file matches.\n"
"    Subversion subrepositories are currently ignored."
msgstr ""
":cat: 現状では、 サブリポジトリ中のファイルと厳密一致した場合のみ、\n"
"    処理を実施します。 Subversion 形式の場合は何も実施しません。"

msgid ""
":commit: commit creates a consistent snapshot of the state of the\n"
"    entire project and its subrepositories. If any subrepositories\n"
"    have been modified, Mercurial will abort.  Mercurial can be made\n"
"    to instead commit all modified subrepositories by specifying\n"
"    -S/--subrepos, or setting \"ui.commitsubrepos=True\" in a\n"
"    configuration file (see :hg:`help config`).  After there are no\n"
"    longer any modified subrepositories, it records their state and\n"
"    finally commits it in the parent repository.  The --addremove\n"
"    option also honors the -S/--subrepos option.  However, Git and\n"
"    Subversion subrepositories will print a warning and abort."
msgstr ""
":commit: コミットの実施により、 親リポジトリと配下のサブリポジトリ間の、\n"
"    整合性の取れた対応関係が、 (親リポジトリ側に) 記録されます。\n"
"    未コミット変更があるサブリポジトリは、 コミット動作を中断させます。\n"
"    -S/--subrepos を指定するか、 設定ファイル記述 (:hg:`help config` 参照)\n"
"    での \"ui.commitsubrepos=True\" 設定により、 コミット実施の際に、\n"
"    サブリポジトリ中の未コミット変更が、 再帰的にコミットされます。\n"
"    全てのサブリポジトリから、 未コミット変更が無くなった後で、\n"
"    各サブリポジトリの状態記録が、 親リポジトリにおいてコミットされます。\n"
"    --addremove オプションも  -S/--subrepos 指定に従いますが、\n"
"    サブリポジトリが Git または Subversion 形式の場合は、 警告表示の後、\n"
"    処理を中断します。"

msgid ""
":diff: diff does not recurse in subrepos unless -S/--subrepos is\n"
"    specified. Changes are displayed as usual, on the subrepositories\n"
"    elements. Subversion subrepositories are currently silently ignored."
msgstr ""
":diff: -S/--subrepos 指定が無い限り、 差分表示は、 \n"
"    再帰的には実施されません。\n"
"    サブリポジトリのファイルの差分表示は、 通常の差分表示形式と同じです。\n"
"    Subversion 形式の場合は、 何の表示も無しに、 差分表示要求を無視します。"

msgid ""
":files: files does not recurse into subrepos unless -S/--subrepos is\n"
"    specified.  However, if you specify the full path of a file or\n"
"    directory in a subrepo, it will be displayed even without\n"
"    -S/--subrepos being specified.  Git and Subversion subrepositories\n"
"    are currently silently ignored."
msgstr ""
":file: -S/--subrepos 指定が無い限り、 管理対象ファイルの一覧表示は、\n"
"    再帰的には実施されません。 但し、 -S/--subrepos 指定が無くても、\n"
"    サブリポジトリ中のファイルへのパスが、 直接指定された場合は、\n"
"    管理対象一覧表示が実施されます。 なお、 サブリポジトリが\n"
"    Git/Subversion 形式の場合、 現状では、 何の表示も無しに、\n"
"    表示要求を無視します。"

msgid ""
":forget: forget currently only handles exact file matches in subrepos.\n"
"    Git and Subversion subrepositories are currently silently ignored."
msgstr ""
":forget: 現状では、 サブリポジトリ中のパス (ファイルまたはディレクトリ)\n"
"    が指定された場合に限り、 サブリポジトリ中のファイルに対して、\n"
"    登録除外操作が実施されます。なお、 サブリポジトリが Git または\n"
"    Subversion 形式の場合、 現状では、 何の表示も無しに、\n"
"    登録除外要求を無視します。"

msgid ""
":incoming: incoming does not recurse in subrepos unless -S/--subrepos\n"
"    is specified. Git and Subversion subrepositories are currently\n"
"    silently ignored."
msgstr ""
":incoming: -S/--subrepos 指定が無い限り、 取り込みリビジョンの確認は、\n"
"    再帰的には実施されません。 なお、 サブリポジトリが Git または\n"
"    Subversion 形式の場合、 現状では、 何の表示も無しに、\n"
"    取り込みリビジョンの確認要求を無視します。"

msgid ""
":outgoing: outgoing does not recurse in subrepos unless -S/--subrepos\n"
"    is specified. Git and Subversion subrepositories are currently\n"
"    silently ignored."
msgstr ""
":outgoing: -S/--subrepos 指定が無い限り、 反映予定リビジョンの確認は、\n"
"    再帰的には実施されません。 なお、 サブリポジトリが Git または\n"
"    Subversion 形式の場合、 現状では、 何の表示も無しに、\n"
"    反映予定リビジョンの確認要求を無視します。"

msgid ""
":pull: pull is not recursive since it is not clear what to pull prior\n"
"    to running :hg:`update`. Listing and retrieving all\n"
"    subrepositories changes referenced by the parent repository pulled\n"
"    changesets is expensive at best, impossible in the Subversion\n"
"    case."
msgstr ""
":pull: リビジョン取り込みが再帰的に実施されないのは、 :hg:`update`\n"
"    に先立つ取り込みリビジョンの取捨選択が、 自明ではないためです。\n"
"    参照中の全サブリポジトリにおいて、 全ての変更を取り込むのは、\n"
"    非常に高コストですし、 Subversion 形式の場合は実行自体が不可能です。"

msgid ""
":push: Mercurial will automatically push all subrepositories first\n"
"    when the parent repository is being pushed. This ensures new\n"
"    subrepository changes are available when referenced by top-level\n"
"    repositories.  Push is a no-op for Subversion subrepositories."
msgstr ""
":push: 親リポジトリでの履歴反映の際には、 まずはサブリポジトリにおいて、\n"
"    履歴反映が自動的に実施されます。 これは、 親リポジトリが参照する、\n"
"    サブリポジトリのリビジョンを、 広く参照可能とするためです。\n"
"    なお、 Subversion 形式の場合は、 履歴反映操作は何も行いません。"

msgid ""
":serve: serve does not recurse into subrepositories unless\n"
"    -S/--subrepos is specified.  Git and Subversion subrepositories\n"
"    are currently silently ignored."
msgstr ""
":serve: -S/--subrepos 指定が無い限り、 serve 機能によるリポジトリ公開は、\n"
"    再帰的には実施されません。 なお、 サブリポジトリが Git または\n"
"    Subversion 形式の場合、 現状では、 何の表示も無しに無視されます。"

msgid ""
":status: status does not recurse into subrepositories unless\n"
"    -S/--subrepos is specified. Subrepository changes are displayed as\n"
"    regular Mercurial changes on the subrepository\n"
"    elements. Subversion subrepositories are currently silently\n"
"    ignored."
msgstr ""
":status: -S/--subrepos 指定が無い限り、 状態表示は、\n"
"    再帰的には実施されません。\n"
"    サブリポジトリのファイルの状態表示は、 通常の状態表示と同じ形式です。\n"
"    なお、 サブリポジトリが Subversion 形式の場合、 現状では、\n"
"    何の表示も無しに、 状態表示要求を無視します。"

msgid ""
":remove: remove does not recurse into subrepositories unless\n"
"    -S/--subrepos is specified.  However, if you specify a file or\n"
"    directory path in a subrepo, it will be removed even without\n"
"    -S/--subrepos.  Git and Subversion subrepositories are currently\n"
"    silently ignored."
msgstr ""
":remove: -S/--subrepos 指定が無い限り、 構成管理対象からのファイル除外は、\n"
"    再帰的には実施されません。 但し、 -S/--subrepos 指定が無くても、\n"
"    サブリポジトリ中のファイルへのパスが、 直接指定された場合は、\n"
"    対象ファイルを構成管理対象として登録します。 なお、 サブリポジトリが\n"
"    Git または Subversion 形式の場合、 現状では、 何の表示も無しに、\n"
"    登録除外要求を無視します。"

msgid ""
":update: update restores the subrepos in the state they were\n"
"    originally committed in target changeset. If the recorded\n"
"    changeset is not available in the current subrepository, Mercurial\n"
"    will pull it in first before updating.  This means that updating\n"
"    can require network access when using subrepositories."
msgstr ""
":update: 作業領域更新により、 サブリポジトリは、 指定リビジョンにおける、\n"
"    コミット時点の状態が復元されます。 サブリポジトリにおいて、\n"
"    復元対象リビジョンが利用不可能な場合、 作業領域更新に先立って、\n"
"    対象リビジョンの取り込みが実施されます。 (※ 訳注: Subversion 形式は、\n"
"    履歴情報がサーバ側にあるため、 常に対象リビジョンの取り込みが必要)\n"
"    この挙動は、 サブリポジトリ利用によって、 作業領域更新の際に、\n"
"    ネットワーク接続が必要となる可能性があることを意味します。"

msgid ""
"Remapping Subrepositories Sources\n"
"================================="
msgstr ""
"サブリポジトリ連携先の書き換え\n"
"=============================="

msgid ""
"A subrepository source location may change during a project life,\n"
"invalidating references stored in the parent repository history. To\n"
"fix this, rewriting rules can be defined in parent repository ``hgrc``\n"
"file or in Mercurial configuration. See the ``[subpaths]`` section in\n"
"hgrc(5) for more details."
msgstr ""
"親リポジトリの利用期間中に、 サブリポジトリの連携先が変更された場合、\n"
"変更前に親リポジトリで記録されたリビジョンが持つ連携先情報は、\n"
"無効となってしまいます。 親リポジトリの ``hgrc`` ファイルまたは Mercurial\n"
"の設定ファイルにおいて、 連携先情報の書き換えルールを定義することで、\n"
"この問題を解消可能です。 詳細に関しては hgrc(5) の ``[subpaths]``\n"
"セクションを参照してください。 (※ 訳注: :hg:`help config` でも参照可能)"

msgid ""
"Mercurial allows you to customize output of commands through\n"
"templates. You can either pass in a template or select an existing\n"
"template-style from the command line, via the --template option."
msgstr ""
"Mercurial は、 コマンド出力をテンプレート機能でカスタマイズ可能です。\n"
"コマンドラインの --template オプション経由で、 テンプレート指定や、\n"
"スタイル定義 (※ 訳注: 同梱のもの以外に独自定義可能) を指定できます。"

msgid ""
"You can customize output for any \"log-like\" command: log,\n"
"outgoing, incoming, tip, parents, and heads."
msgstr ""
"「log 的」な出力を行う一連のコマンド出力をカスタマイズ可能です:\n"
"log, outgoing, incoming, tip, parents, heads"

msgid ""
"Some built-in styles are packaged with Mercurial. These can be listed\n"
"with :hg:`log --template list`. Example usage::"
msgstr ""
"いくつかのスタイル定義が Mercurial に同梱されています。 スタイルの一覧は\n"
":hg:`log --template list` で表示されます。 スタイル定義の利用例::"

msgid "    $ hg log -r1.0::1.1 --template changelog"
msgstr "    $ hg log -r1.0::1.1 --template changelog"

msgid ""
"A template is a piece of text, with markup to invoke variable\n"
"expansion::"
msgstr "テンプレートとは、 変数展開マークアップ機能を備えたテキストです::"

msgid ""
"    $ hg log -r1 --template \"{node}\\n\"\n"
"    b56ce7b07c52de7d5fd79fb89701ea538af65746"
msgstr ""
"    $ hg log -r1 --template \"{node}\\n\"\n"
"    b56ce7b07c52de7d5fd79fb89701ea538af65746"

msgid ""
"Keywords\n"
"========"
msgstr ""
"キーワード\n"
"=========="

msgid ""
"Strings in curly braces are called keywords. The availability of\n"
"keywords depends on the exact context of the templater. These\n"
"keywords are usually available for templating a log-like command:"
msgstr ""
"波括弧で囲まれた部分は「キーワード」と呼ばれます。 キーワード利用の\n"
"可否は、 テンプレートの利用される状況に依存します。 以下のキーワードは\n"
"log 的なコマンドでのテンプレート利用の際には常に使用可能です:"

msgid ".. keywordsmarker"
msgstr ".. keywordsmarker"

msgid ""
"The \"date\" keyword does not produce human-readable output. If you\n"
"want to use a date in your output, you can use a filter to process\n"
"it. Filters are functions which return a string based on the input\n"
"variable. Be sure to use the stringify filter first when you're\n"
"applying a string-input filter to a list-like input variable.\n"
"You can also use a chain of filters to get the desired output::"
msgstr ""
"\"date\" キーワードの出力は可読形式ではありません。 出力に日時情報を\n"
"含めたい場合、 可読化するための「フィルター」を使用します。\n"
"「フィルター」とは、 入力値に基づいて文字列を生成する機能です。\n"
"一覧系の入力に対して文字列名のフィルターを適用する場合、 最初に stringify\n"
"フィルターを適用してください。 複数のフィルターを連ねることで、\n"
"様々な出力を得ることができます::"

msgid ""
"   $ hg tip --template \"{date|isodate}\\n\"\n"
"   2008-08-21 18:22 +0000"
msgstr ""
"   $ hg tip --template \"{date|isodate}\\n\"\n"
"   2008-08-21 18:22 +0000"

msgid ""
"Filters\n"
"======="
msgstr ""
"フィルタ\n"
"========"

msgid "List of filters:"
msgstr "フィルター一覧(入力と、 それに対する出力):"

msgid ".. filtersmarker"
msgstr ".. filtersmarker"

msgid ""
"Note that a filter is nothing more than a function call, i.e.\n"
"``expr|filter`` is equivalent to ``filter(expr)``."
msgstr ""
"フィルタは関数呼び出しに過ぎません。 例えば、 ``expr|filter`` は\n"
"``filter(expr)`` と等価です。"

msgid ""
"Functions\n"
"========="
msgstr ""
"関数\n"
"===="

msgid "In addition to filters, there are some basic built-in functions:"
msgstr "フィルタの他に、 以下の様な基本的な組み込み関数があります:"

msgid ".. functionsmarker"
msgstr ".. functionsmarker"

msgid "We provide a limited set of infix arithmetic operations on integers::"
msgstr "整数値に対する以下の二項演算子が使用可能です::"

msgid ""
"  + for addition\n"
"  - for subtraction\n"
"  * for multiplication\n"
"  / for floor division (division rounded to integer nearest -infinity)"
msgstr ""
"  加算用の +\n"
"  減算用の -\n"
"  乗算用の *\n"
"  除算用の / (除算結果は、 マイナス無限大方向の整数値に丸められます)"

#, fuzzy
msgid "Division fulfills the law x = x / y + mod(x, y)."
msgstr "除算結果は x = x / y + mod(x, y) を満たします。"

msgid ""
"Also, for any expression that returns a list, there is a list operator::"
msgstr "また、 列挙形式を返す expr に対しては、 以下の様な記述が可能です::"

msgid "    expr % \"{template}\""
msgstr "    expr % \"{template}\""

msgid ""
"As seen in the above example, ``{template}`` is interpreted as a template.\n"
"To prevent it from being interpreted, you can use an escape character ``"
"\\{``\n"
"or a raw string prefix, ``r'...'``."
msgstr ""
"上記例で見られるように、 ``{template}`` はテンプレートとして解釈されます。\n"
"テンプレートとしての解釈を抑止する場合は、 ``\\{`` で開始するか、\n"
"文字列指定の冒頭に ``r`` を付けて下さい (例: ``r'...'``)"

msgid "The dot operator can be used as a shorthand for accessing a sub item:"
msgstr ""

msgid ""
"- ``expr.member`` is roughly equivalent to ``expr % '{member}'`` if "
"``expr``\n"
"  returns a non-list/dict. The returned value is not stringified.\n"
"- ``dict.key`` is identical to ``get(dict, 'key')``."
msgstr ""

msgid ""
"New keywords and functions can be defined in the ``templatealias`` section "
"of\n"
"a Mercurial configuration file::"
msgstr ""
"Mercurial 設定ファイルの ``templatealias`` セクションにおいて、\n"
"キーワードや関数を、 独自に定義可能です::"

msgid ""
"Arguments of the form `a1`, `a2`, etc. are substituted from the alias into\n"
"the definition."
msgstr ""
"別名記述部分において `a1` や `a2` といった形式の引数を記述することで、\n"
"別名定義部分でその引数を使用できます。"

msgid ""
"  [templatealias]\n"
"  r = rev\n"
"  rn = \"{r}:{node|short}\"\n"
"  leftpad(s, w) = pad(s, w, ' ', True)"
msgstr ""
"  [templatealias]\n"
"  r = rev\n"
"  rn = \"{r}:{node|short}\"\n"
"  leftpad(s, w) = pad(s, w, ' ', True)"

msgid ""
"defines two symbol aliases, ``r`` and ``rn``, and a function alias\n"
"``leftpad()``."
msgstr ""
"上記記述は、 ``r`` と ``rn`` の2つのシンボルと、 関数 ``leftpad()``\n"
"を別名として定義します。"

msgid ""
"It's also possible to specify complete template strings, using the\n"
"``templates`` section. The syntax used is the general template string syntax."
msgstr ""
"``templates`` セクションで、 テンプレートを丸々定義することも可能です。\n"
"記述の際の文法は、 通常のテンプレート定義のものと同じです。"

msgid ""
"  [templates]\n"
"  nodedate = \"{node|short}: {date(date, \"%Y-%m-%d\")}\\n\""
msgstr ""
"  [templates]\n"
"  nodedate = \"{node|short}: {date(date, \"%Y-%m-%d\")}\\n\""

msgid "defines a template, ``nodedate``, which can be called like::"
msgstr "上記の ``nodedate`` 定義により、 以下のコマンド実行が可能になります::"

msgid "  $ hg log -r . -Tnodedate"
msgstr "  $ hg log -r . -Tnodedate"

msgid ""
"A template defined in ``templates`` section can also be referenced from\n"
"another template::"
msgstr ""

#, fuzzy
msgid "  $ hg log -r . -T \"{rev} {nodedate}\""
msgstr "  $ hg log -r . -Tnodedate"

msgid ""
"but be aware that the keywords cannot be overridden by templates. For "
"example,\n"
"a template defined as ``templates.rev`` cannot be referenced as ``{rev}``."
msgstr ""

msgid ""
"A template defined in ``templates`` section may have sub templates which\n"
"are inserted before/after/between items::"
msgstr ""

msgid ""
"  [templates]\n"
"  myjson = ' {dict(rev, node|short)|json}'\n"
"  myjson:docheader = '\\{\\n'\n"
"  myjson:docfooter = '\\n}\\n'\n"
"  myjson:separator = ',\\n'"
msgstr ""

msgid "Some sample command line templates:"
msgstr "コマンドラインでのテンプレート指定例:"

msgid "- Format lists, e.g. files::"
msgstr "- files のような列挙形式の整形::"

msgid "   $ hg log -r 0 --template \"files:\\n{files % '  {file}\\n'}\""
msgstr "   $ hg log -r 0 --template \"files:\\n{files % '  {file}\\n'}\""

msgid "- Join the list of files with a \", \"::"
msgstr "- ファイル一覧を \", \" で連結::"

msgid "   $ hg log -r 0 --template \"files: {join(files, ', ')}\\n\""
msgstr "   $ hg log -r 0 --template \"files: {join(files, ', ')}\\n\""

msgid "- Join the list of files ending with \".py\" with a \", \"::"
msgstr "- \".py\" 拡張子を持つファイル一覧を \", \" で連結::"

msgid ""
"   $ hg log -r 0 --template \"pythonfiles: {join(files('**.py'), ', ')}\\n\""
msgstr ""
"   $ hg log -r 0 --template \"pythonfiles: {join(files('**.py'), ', ')}\\n\""

msgid "- Separate non-empty arguments by a \" \"::"
msgstr "- 非空引数のみを \" \" で連結::"

msgid ""
"   $ hg log -r 0 --template \"{separate(' ', node, bookmarks, tags}\\n\""
msgstr ""
"   $ hg log -r 0 --template \"{separate(' ', node, bookmarks, tags}\\n\""

msgid "- Modify each line of a commit description::"
msgstr "- コミットログの各行の行頭に文字を追加::"

msgid "   $ hg log --template \"{splitlines(desc) % '**** {line}\\n'}\""
msgstr "   $ hg log --template \"{splitlines(desc) % '**** {line}\\n'}\""

msgid "- Format date::"
msgstr "- 日時情報の整形::"

msgid "   $ hg log -r 0 --template \"{date(date, '%Y')}\\n\""
msgstr "   $ hg log -r 0 --template \"{date(date, '%Y')}\\n\""

msgid "- Display date in UTC::"
msgstr "- 日付を UTC で表示::"

msgid "   $ hg log -r 0 --template \"{localdate(date, 'UTC')|date}\\n\""
msgstr "   $ hg log -r 0 --template \"{localdate(date, 'UTC')|date}\\n\""

msgid "- Output the description set to a fill-width of 30::"
msgstr "- コミットログの各行を30桁で揃えて出力::"

msgid "   $ hg log -r 0 --template \"{fill(desc, 30)}\""
msgstr "   $ hg log -r 0 --template \"{fill(desc, 30)}\""

msgid "- Use a conditional to test for the default branch::"
msgstr "- default ブランチか否かで表示内容を切り替え::"

msgid ""
"   $ hg log -r 0 --template \"{ifeq(branch, 'default', 'on the main "
"branch',\n"
"   'on branch {branch}')}\\n\""
msgstr ""
"   $ hg log -r 0 --template \"{ifeq(branch, 'default', 'on the main "
"branch',\n"
"   'on branch {branch}')}\\n\""

msgid "- Append a newline if not empty::"
msgstr "- 空でない場合は改行を追加::"

msgid "   $ hg tip --template \"{if(author, '{author}\\n')}\""
msgstr "   $ hg tip --template \"{if(author, '{author}\\n')}\""

msgid "- Label the output for use with the color extension::"
msgstr "- color エクステンション向けに、出力をラベル付け::"

msgid ""
"   $ hg log -r 0 --template \"{label('changeset.{phase}', node|short)}\\n\""
msgstr ""
"   $ hg log -r 0 --template \"{label('changeset.{phase}', node|short)}\\n\""

msgid "- Invert the firstline filter, i.e. everything but the first line::"
msgstr "- firstline フィルタの逆(一行目以外)::"

msgid "   $ hg log -r 0 --template \"{sub(r'^.*\\n?\\n?', '', desc)}\\n\""
msgstr "   $ hg log -r 0 --template \"{sub(r'^.*\\n?\\n?', '', desc)}\\n\""

msgid "- Display the contents of the 'extra' field, one per line::"
msgstr "- リビジョンの 'extra' 情報の内容を1行1データで表示::"

msgid "   $ hg log -r 0 --template \"{join(extras, '\\n')}\\n\""
msgstr "   $ hg log -r 0 --template \"{join(extras, '\\n')}\\n\""

msgid "- Mark the active bookmark with '*'::"
msgstr "- アクティブなブックマークに '*' を表示::"

msgid ""
"   $ hg log --template \"{bookmarks % '{bookmark}{ifeq(bookmark, active, "
"'*')} '}\\n\""
msgstr ""
"   $ hg log --template \"{bookmarks % '{bookmark}{ifeq(bookmark, active, "
"'*')} '}\\n\""

msgid ""
"- Find the previous release candidate tag, the distance and changes since "
"the tag::"
msgstr ""
"- 直前のリリース候補 (Release Candidate) タグ、 および当該タグからの、総リビ"
"ジョン数、 最長距離の表示::"

msgid ""
"   $ hg log -r . --template \"{latesttag('re:^.*-rc$') % '{tag}, {changes}, "
"{distance}'}\\n\""
msgstr ""
"   $ hg log -r . --template \"{latesttag('re:^.*-rc$') % '{tag}, {changes}, "
"{distance}'}\\n\""

msgid "- Mark the working copy parent with '@'::"
msgstr "- 作業領域の親リビジョンに '@' を表示::"

msgid "   $ hg log --template \"{ifcontains(rev, revset('.'), '@')}\\n\""
msgstr "   $ hg log --template \"{ifcontains(rev, revset('.'), '@')}\\n\""

msgid "- Show details of parent revisions::"
msgstr "- 親リビジョンの詳細表示::"

msgid ""
"   $ hg log --template \"{revset('parents(%d)', rev) % '{desc|"
"firstline}\\n'}\""
msgstr ""
"   $ hg log --template \"{revset('parents(%d)', rev) % '{desc|"
"firstline}\\n'}\""

msgid "- Show only commit descriptions that start with \"template\"::"
msgstr "- \"template\" で始まるコミットログのみを表示::"

msgid "   $ hg log --template \"{startswith('template', firstline(desc))}\\n\""
msgstr ""
"   $ hg log --template \"{startswith('template', firstline(desc))}\\n\""

msgid "- Print the first word of each line of a commit message::"
msgstr "- コミットログの最初の語のみを表示::"

msgid "   $ hg log --template \"{word(0, desc)}\\n\"\n"
msgstr "   $ hg log --template \"{word(0, desc)}\\n\"\n"

msgid "Valid URLs are of the form::"
msgstr "有効な URL 指定は以下の形式です::"

msgid ""
"  local/filesystem/path[#revision]\n"
"  file://local/filesystem/path[#revision]\n"
"  http://[user[:pass]@]host[:port]/[path][#revision]\n"
"  https://[user[:pass]@]host[:port]/[path][#revision]\n"
"  ssh://[user@]host[:port]/[path][#revision]"
msgstr ""
"  local/filesystem/path[#revision]\n"
"  file://local/filesystem/path[#revision]\n"
"  http://[user[:pass]@]host[:port]/[path][#revision]\n"
"  https://[user[:pass]@]host[:port]/[path][#revision]\n"
"  ssh://[user@]host[:port]/[path][#revision]"

msgid ""
"Paths in the local filesystem can either point to Mercurial\n"
"repositories or to bundle files (as created by :hg:`bundle` or\n"
":hg:`incoming --bundle`). See also :hg:`help paths`."
msgstr ""
"ローカルファイルシステム上のパスが指す先は、\n"
"Mercurial のリポジトリでも、 バンドルファイル\n"
"(:hg:`bundle` または :hg:`incoming --bundle` で生成)\n"
"でも構いません。 :hg:`help paths` も参照してください。"

msgid ""
"An optional identifier after # indicates a particular branch, tag, or\n"
"changeset to use from the remote repository. See also :hg:`help\n"
"revisions`."
msgstr ""
"連携先リポジトリ指定において、 '#' 記号に続けて ID を指定することで、\n"
"特定のブランチ、 タグまたはリビジョンを指定することができます。\n"
":hg:`help revisions` も参照してください。"

msgid ""
"Some features, such as pushing to http:// and https:// URLs are only\n"
"possible if the feature is explicitly enabled on the remote Mercurial\n"
"server."
msgstr ""
"http:// や https:// 形式の URL で指定される連携先への push の様な\n"
"機能のうちのいくつかは、 その機能が連携先の Mercurial サーバ側で明示的に\n"
"利用可能になっている場合に限り使用可能です。"

msgid ""
"Note that the security of HTTPS URLs depends on proper configuration of\n"
"web.cacerts."
msgstr ""
"HTTPS による URL 指定の安全性は、 web.cacerts における設定の\n"
"妥当性に依存します。"

msgid "Some notes about using SSH with Mercurial:"
msgstr "Mercurial と SSH を併用する場合の注意点:"

#, fuzzy
msgid ""
"- SSH requires an accessible shell account on the destination machine\n"
"  and a copy of hg in the remote path or specified with remotecmd.\n"
"- path is relative to the remote user's home directory by default. Use\n"
"  an extra slash at the start of a path to specify an absolute path::"
msgstr ""
"- SSH アクセス先ホスト上に、 shell アカウントと hg コマンドが必要です。\n"
"  hg コマンドがアクセス先ホストの PATH 設定で利用可能になっていない\n"
"  場合は、 --remotecmd で明示的に指定してください。\n"
"- URL 中のパス指定は、 アクセス先ホスト上のユーザのホームディレクトリ\n"
"  からの相対パスとみなされます。 絶対パスを指定する場合は、 パスの先頭に\n"
"  更にスラッシュ('/')を付与してください::"

msgid "    ssh://example.com//tmp/repository"
msgstr "    例: ssh://example.com//tmp/repository"

msgid ""
"- Mercurial doesn't use its own compression via SSH; the right thing\n"
"  to do is to configure it in your ~/.ssh/config, e.g.::"
msgstr ""
"- SSH 連携の際には Mercurial は自身の圧縮処理を行いません。 以下のように\n"
"  ~/.ssh/config 等で SSH の圧縮実施を指示することをお勧めします::"

msgid ""
"    Host *.mylocalnetwork.example.com\n"
"      Compression no\n"
"    Host *\n"
"      Compression yes"
msgstr ""
"    Host *.mylocalnetwork.example.com\n"
"      Compression no\n"
"    Host *\n"
"      Compression yes"

msgid ""
"  Alternatively specify \"ssh -C\" as your ssh command in your\n"
"  configuration file or with the --ssh command line option."
msgstr ""
"  あるいは、 設定ファイルにおける ssh コマンド指定や、 コマンドラインでの\n"
"  --ssh に対して、 'ssh -C' を指定する方法もあります。"

msgid ""
"These URLs can all be stored in your configuration file with path\n"
"aliases under the [paths] section like so::"
msgstr ""
"連携先 URL は、 設定ファイルの [paths] セクションで、\n"
"別名を付けて記述することができます::"

msgid ""
"  [paths]\n"
"  alias1 = URL1\n"
"  alias2 = URL2\n"
"  ..."
msgstr ""
"  [paths]\n"
"  alias1 = URL1\n"
"  alias2 = URL2\n"
"  ..."

msgid ""
"You can then use the alias for any command that uses a URL (for\n"
"example :hg:`pull alias1` will be treated as :hg:`pull URL1`)."
msgstr ""
"URL 指定が必要なコマンドに対しては、 別名を指定することができます\n"
"(例えば、 :hg:`pull alias1` は :hg:`pull URL1` と同義です)。"

msgid ""
"Two path aliases are special because they are used as defaults when\n"
"you do not provide the URL to a command:"
msgstr ""
"コマンドに URL を指定しなかった場合に、 暗黙の連携先として使用される\n"
"重要な別名が2つあります:"

msgid ""
"default:\n"
"  When you create a repository with hg clone, the clone command saves\n"
"  the location of the source repository as the new repository's\n"
"  'default' path. This is then used when you omit path from push- and\n"
"  pull-like commands (including incoming and outgoing)."
msgstr ""
"default:\n"
"  :hg:`clone` によって複製した場合、 新規リポジトリの 'default' として\n"
"  複製元リポジトリの URL が保存されます。\n"
"  以後、 連携先を省略して :hg:`push` や :hg:`pull` に類するコマンドを\n"
"  実行した際には、 この URL が連携先として使用されます。"

msgid ""
"default-push:\n"
"  The push command will look for a path named 'default-push', and\n"
"  prefer it over 'default' if both are defined.\n"
msgstr ""
"default-push:\n"
"  :hg:`push` は、 'default-push' の別名で定義される URL を探します。\n"
"  'default' が定義されている場合でも、 'default-push' が定義されていれば\n"
"  こちらが優先されます。\n"

msgid "remote branch lookup not supported"
msgstr "連携先リポジトリはブランチ検索機能が未サポートです"

msgid "dirstate branch not accessible"
msgstr "dirstate のブランチ情報にアクセスできません"

#, python-format
msgid "unknown branch '%s'"
msgstr "'%s' は未知のブランチです"

msgid "can only share local repositories"
msgstr "共有可能なのはローカルリポジトリのみです"

msgid "destination already exists"
msgstr "複製先は既に存在します"

msgid "cannot calculate relative path"
msgstr "相対パスが算出できません"

msgid "updating working directory\n"
msgstr "作業領域の更新中\n"

msgid ""
"src repository does not support revision lookup and so doesn't support clone "
"by revision"
msgstr "指定の複製元は、 リビジョン指定付き複製が未サポートです"

#, python-format
msgid "(sharing from existing pooled repository %s)\n"
msgstr "(既存の共有用履歴管理領域 %s を使用)\n"

#, python-format
msgid "(sharing from new pooled repository %s)\n"
msgstr "(共有用履歴管理領域 %s を新規作成)\n"

#, python-format
msgid "destination directory: %s\n"
msgstr "複製先ディレクトリ: %s\n"

msgid "empty destination path is not valid"
msgstr "複製先指定における空のパスは不正です"

#, python-format
msgid "destination '%s' already exists"
msgstr "複製先 '%s' は既に存在します"

#, python-format
msgid "destination '%s' is not empty"
msgstr "複製先 '%s' は空ではありません"

msgid "(not using pooled storage: remote appears to be empty)\n"
msgstr "(共有用履歴管理領域は使用しません: 複製元の履歴が空です)\n"

msgid "(not using pooled storage: unable to resolve identity of remote)\n"
msgstr "(共有用履歴管理領域は使用しません: 複製元の履歴を参照できません)\n"

#, python-format
msgid "unknown share naming mode: %s"
msgstr "未知の共有プール命名モード指定: %s"

msgid "clone from remote to remote not supported"
msgstr "リモートからリモートへの複製は未サポートです"

msgid "updating to bookmark @\n"
msgstr "ブックマーク @ への更新中\n"

#, python-format
msgid "updating to bookmark @ on branch %s\n"
msgstr "ブランチ %s のブックマーク @ へ更新中\n"

#, python-format
msgid "updating to branch %s\n"
msgstr "ブランチ %s へ更新中\n"

#, python-format
msgid ""
"%d files updated, %d files merged, %d files removed, %d files unresolved\n"
msgstr "ファイルの更新数 %d、 マージ数 %d、 削除数 %d、 衝突未解消数 %d\n"

#, python-format
msgid "(leaving bookmark %s)\n"
msgstr "(ブックマーク %s を非アクティブ化中)\n"

#, python-format
msgid "(activating bookmark %s)\n"
msgstr "(ブックマーク %s をアクティブ化中)\n"

#, python-format
msgid "aborting the merge, updating back to %s\n"
msgstr "マージを中断し、 作業領域を %s へと戻します\n"

msgid ""
"use 'hg resolve' to retry unresolved file merges or 'hg merge --abort' to "
"abandon\n"
msgstr ""
"'hg resolve' で衝突解消するか 'hg merge --abort' で変更破棄してください\n"

msgid "(branch merge, don't forget to commit)\n"
msgstr "(マージ結果の commit を忘れずに)\n"

msgid "checking subrepo links\n"
msgstr "サブリポジトリの検証中\n"

#, python-format
msgid ".hgsubstate is corrupt in revision %s\n"
msgstr "リビジョン %s における .hgsubstate が不正です\n"

#, python-format
msgid "listening at http://%s%s/%s (bound to %s:%d)\n"
msgstr "http://%s%s/%s で待ち受け開始(バインド先は %s:%d)\n"

#, python-format
msgid "error reading %s/.hg/hgrc: %s\n"
msgstr "%s/.hg/hgrc の読み込みに失敗: %s\n"

#, python-format
msgid "error accessing repository at %s\n"
msgstr "リポジトリ %s へのアクセス失敗\n"

#, python-format
msgid "config file %s not found!"
msgstr "設定ファイル %s が見つかりません!"

msgid "SSL support is unavailable"
msgstr "SSL サポートが利用できません"

msgid "IPv6 is not available on this system"
msgstr "このシステムでは IPv6 を利用できません"

#, python-format
msgid "cannot start server at '%s:%d': %s"
msgstr "'%s:%d' でのサーバ待ちうけの起動に失敗: %s"

msgid ""
"\n"
"    /log[/{revision}[/{path}]]\n"
"    --------------------------"
msgstr ""
"\n"
"    /log[/{revision}[/{path}]]\n"
"    --------------------------"

msgid "    Show repository or file history."
msgstr "    リポジトリまたはファイルに関する履歴の表示。"

msgid ""
"    For URLs of the form ``/log/{revision}``, a list of changesets starting "
"at\n"
"    the specified changeset identifier is shown. If ``{revision}`` is not\n"
"    defined, the default is ``tip``. This form is equivalent to the\n"
"    ``changelog`` handler."
msgstr ""
"    ``/log/{revision}`` 形式 URL の場合、 revision 以前のリビジョンを、\n"
"    一覧表示します。 ``{revision}`` 省略時は ``tip`` 指定とみなされます。\n"
"    この形式は ``changelog`` 機能と同等です。"

msgid ""
"    For URLs of the form ``/log/{revision}/{file}``, the history for a "
"specific\n"
"    file will be shown. This form is equivalent to the ``filelog`` handler."
msgstr ""
"    ``/log/{revision}/{file}`` 形式 URL の場合、 一覧表示対象は ``{file}``\n"
"    に関するリビジョンに限定されます。 この形式は ``filelog``\n"
"    機能と同等です。"

msgid ""
"\n"
"    /file/{revision}[/{path}]\n"
"    -------------------------"
msgstr ""
"\n"
"    /file/{revision}[/{path}]\n"
"    -------------------------"

msgid "    Show information about a directory or file in the repository."
msgstr "    リポジトリ中のディレクトリまたはファイルに関する情報の表示。"

msgid "    Info about the ``path`` given as a URL parameter will be rendered."
msgstr "    URL パス要素 ``{path}`` に関する情報を表示します。"

msgid ""
"    If ``path`` is a directory, information about the entries in that\n"
"    directory will be rendered. This form is equivalent to the ``manifest``\n"
"    handler."
msgstr ""
"    ``{path}`` がディレクトリ相当の場合、 配下の要素一覧が表示されます。\n"
"    この形式は ``manifest`` 機能と同等です。"

msgid ""
"    If ``path`` is a file, information about that file will be shown via\n"
"    the ``filerevision`` template."
msgstr ""
"    ``{path}`` がファイル相当の場合、 ファイル自体の情報を\n"
"    ``filerevision`` テンプレートを使って表示します。"

msgid ""
"    If ``path`` is not defined, information about the root directory will\n"
"    be rendered."
msgstr ""
"    ``{path}`` 部分が無指定の場合、 ルートディレクトリ指定とみなされます。"

msgid ""
"\n"
"    /changelog[/{revision}]\n"
"    -----------------------"
msgstr ""
"\n"
"    /changelog[/{revision}]\n"
"    -----------------------"

msgid "    Show information about multiple changesets."
msgstr "    リビジョン情報の表示。"

msgid ""
"    If the optional ``revision`` URL argument is absent, information about\n"
"    all changesets starting at ``tip`` will be rendered. If the "
"``revision``\n"
"    argument is present, changesets will be shown starting from the "
"specified\n"
"    revision."
msgstr ""
"    ``{revision}`` 省略時は、 ``tip`` 以前のリビジョンを一覧表示します。\n"
"    それ以外の場合、 指定リビジョン以前のリビジョンを一覧表示します。"

msgid ""
"    If ``revision`` is absent, the ``rev`` query string argument may be\n"
"    defined. This will perform a search for changesets."
msgstr ""
"    ``{revision}`` 省略時に、 クエリ文字列引数 ``rev`` が指定された場合、\n"
"    その値を使ってリビジョンの検索が実施されます。"

msgid ""
"    The argument for ``rev`` can be a single revision, a revision set,\n"
"    or a literal keyword to search for in changeset data (equivalent to\n"
"    :hg:`log -k`)."
msgstr ""
"    クエリ文字列引数 ``rev`` には、 単一の識別子、 revsets 表記または、\n"
"    単一の検索キーワード (:hg:`log -k` 相当) が指定可能です。"

msgid ""
"    The ``revcount`` query string argument defines the maximum numbers of\n"
"    changesets to render."
msgstr ""
"    クエリ文字列引数 ``revcount`` で、 読み込みの最大数を指定できます。"

msgid "    For non-searches, the ``changelog`` template will be rendered."
msgstr ""
"    検索以外での表示形式には、 ``changelog`` テンプレートを使用します。"

msgid ""
"\n"
"    /shortlog\n"
"    ---------"
msgstr ""
"\n"
"    /shortlog\n"
"    ---------"

msgid "    Show basic information about a set of changesets."
msgstr "    基本的なリビジョン情報の表示。"

msgid ""
"    This accepts the same parameters as the ``changelog`` handler. The only\n"
"    difference is the ``shortlog`` template will be rendered instead of the\n"
"    ``changelog`` template."
msgstr ""
"    この処理は ``changelog`` 機能と同様の引数を受理します。 ``changelog``\n"
"    機能との違いは、 結果出力の際に ``changelog`` テンプレートではなく、\n"
"    ``shortlog`` テンプレートを使用する点です。"

msgid ""
"\n"
"    /changeset[/{revision}]\n"
"    -----------------------"
msgstr ""
"\n"
"    /changeset[/{revision}]\n"
"    -----------------------"

msgid "    Show information about a single changeset."
msgstr "    指定リビジョンの情報の表示。"

msgid ""
"    A URL path argument is the changeset identifier to show. See ``hg help\n"
"    revisions`` for possible values. If not defined, the ``tip`` changeset\n"
"    will be shown."
msgstr ""
"    URL の ``{revision}`` 部分は、 表示対象リビジョンの識別用の情報です。\n"
"    指定可能な識別情報の詳細は :hg:`help revisions` を参照してください。\n"
"    ``{revision}`` 省略時は、 ``tip`` 指定とみなされます。"

msgid ""
"    The ``changeset`` template is rendered. Contents of the "
"``changesettag``,\n"
"    ``changesetbookmark``, ``filenodelink``, ``filenolink``, and the many\n"
"    templates related to diffs may all be used to produce the output."
msgstr ""
"    結果出力には ``changeset`` テンプレートを使用します。 この表示は、\n"
"    ``changesettag``, ``changesetbookmark``, ``filenodelink``, \n"
"    ``filenolink`` および差分表示に関するテンプレート出力から構成されます。"

msgid ""
"\n"
"    /manifest[/{revision}[/{path}]]\n"
"    -------------------------------"
msgstr ""
"\n"
"    /manifest[/{revision}[/{path}]]\n"
"    -------------------------------"

msgid "    Show information about a directory."
msgstr "    ディレクトリ情報の表示。"

msgid ""
"    If the URL path arguments are omitted, information about the root\n"
"    directory for the ``tip`` changeset will be shown."
msgstr ""
"    URL での引数指定がない場合、 ルートディレクトリ配下の ``tip``\n"
"    における要素一覧を表示します。"

msgid ""
"    Because this handler can only show information for directories, it\n"
"    is recommended to use the ``file`` handler instead, as it can handle "
"both\n"
"    directories and files."
msgstr ""
"    ``manifest`` はディレクトリ表示専用なので、 ファイル/ディレクトリの、\n"
"    両方に対応できる ``file`` 機能の使用をお勧めします。"

msgid "    The ``manifest`` template will be rendered for this handler."
msgstr "    結果出力には ``manifest`` テンプレートを使用します。"

msgid ""
"\n"
"    /tags\n"
"    -----"
msgstr ""
"\n"
"    /tags\n"
"    -----"

msgid "    Show information about tags."
msgstr "    タグ情報の表示。"

msgid "    No arguments are accepted."
msgstr "    指定可能な引数はありません。"

msgid "    The ``tags`` template is rendered."
msgstr "    結果出力には ``tags`` テンプレートを使用します。"

msgid ""
"\n"
"    /bookmarks\n"
"    ----------"
msgstr ""
"\n"
"    /bookmarks\n"
"    ----------"

msgid "    Show information about bookmarks."
msgstr "    ブックマーク情報の表示。"

msgid "    The ``bookmarks`` template is rendered."
msgstr "    結果出力には ``bookmarks`` テンプレートを使用します。"

msgid ""
"\n"
"    /branches\n"
"    ---------"
msgstr ""
"\n"
"    /branches\n"
"    ---------"

msgid "    Show information about branches."
msgstr "    名前付きブランチ情報の表示。"

msgid ""
"    All known branches are contained in the output, even closed branches."
msgstr "    名前付きブランチを一覧表示します (閉鎖済みのものも含む)"

msgid "    The ``branches`` template is rendered."
msgstr "    結果出力には ``branches`` テンプレートを使用します。"

msgid ""
"\n"
"    /summary\n"
"    --------"
msgstr ""
"\n"
"    /summary\n"
"    --------"

msgid "    Show a summary of repository state."
msgstr "    リポジトリの概要情報の表示"

msgid ""
"    Information about the latest changesets, bookmarks, tags, and branches\n"
"    is captured by this handler."
msgstr ""
"    履歴、 ブックマーク、 タグおよびブランチの最新情報を表示します。\n"
"    (※ 訳注: デフォルトの表示スタイル paper は ``summary`` 未対応です)"

msgid "    The ``summary`` template is rendered."
msgstr "    結果出力には ``summary`` テンプレートを使用します。"

msgid ""
"\n"
"    /diff/{revision}/{path}\n"
"    -----------------------"
msgstr ""
"\n"
"    /diff/{revision}/{path}\n"
"    -----------------------"

msgid "    Show how a file changed in a particular commit."
msgstr "    指定リビジョンでの変更内容の表示。"

msgid "    The ``filediff`` template is rendered."
msgstr "    結果出力には ``filediff`` テンプレートを使用します。"

msgid ""
"    This handler is registered under both the ``/diff`` and ``/filediff``\n"
"    paths. ``/diff`` is used in modern code."
msgstr ""
"    この機能は ``/diff`` と ``/filediff`` の両方の URL で利用可能です。\n"
"    新しい実装では主に ``/diff`` を利用しています。"

msgid ""
"\n"
"    /comparison/{revision}/{path}\n"
"    -----------------------------"
msgstr ""
"\n"
"    /comparison/{revision}/{path}\n"
"    -----------------------------"

msgid ""
"    Show a comparison between the old and new versions of a file from "
"changes\n"
"    made on a particular revision."
msgstr "    指定リビジョンにおける、 対象ファイルの変更内容の表示。"

msgid ""
"    This is similar to the ``diff`` handler. However, this form features\n"
"    a split or side-by-side diff rather than a unified diff."
msgstr ""
"    この機能と ``diff`` 機能の違いは、 表示形式の side-by-side (※ 訳注:\n"
"    変更前後の内容を、 左右に表示) と unified diff の差です。"

msgid ""
"    The ``context`` query string argument can be used to control the lines "
"of\n"
"    context in the diff."
msgstr ""
"    クエリ文字列引数 ``context`` で、 差分コンテキスト行数を指定できます。"

msgid "    The ``filecomparison`` template is rendered."
msgstr "    結果出力には ``filecomparison`` テンプレートを使用します。"

#, python-format
msgid "(binary file %s, hash: %s)"
msgstr "(バイナリファイル %s, ハッシュ値: %s)"

msgid ""
"\n"
"    /annotate/{revision}/{path}\n"
"    ---------------------------"
msgstr ""
"\n"
"    /annotate/{revision}/{path}\n"
"    ---------------------------"

msgid "    Show changeset information for each line in a file."
msgstr "    ファイル各行の由来リビジョンの表示。"

msgid ""
"    The ``ignorews``, ``ignorewsamount``, ``ignorewseol``, and\n"
"    ``ignoreblanklines`` query string arguments have the same meaning as\n"
"    their ``[annotate]`` config equivalents. It uses the hgrc boolean\n"
"    parsing logic to interpret the value. e.g. ``0`` and ``false`` are\n"
"    false and ``1`` and ``true`` are true. If not defined, the server\n"
"    default settings are used."
msgstr ""

msgid "    The ``fileannotate`` template is rendered."
msgstr "    結果出力には ``fileannotate`` テンプレートを使用します。"

msgid ""
"\n"
"    /filelog/{revision}/{path}\n"
"    --------------------------"
msgstr ""
"\n"
"    /filelog/{revision}/{path}\n"
"    --------------------------"

msgid "    Show information about the history of a file in the repository."
msgstr "    指定ファイルの履歴の表示。"

msgid ""
"    The ``revcount`` query string argument can be defined to control the\n"
"    maximum number of entries to show."
msgstr ""
"    クエリ文字列引数 ``revcount`` で、 読み込みの最大数を指定できます。"

msgid "    The ``filelog`` template will be rendered."
msgstr "    結果出力には ``filelog`` テンプレートを使用します。"

msgid ""
"\n"
"    /archive/{revision}.{format}[/{path}]\n"
"    -------------------------------------"
msgstr ""
"\n"
"    /archive/{revision}.{format}[/{path}]\n"
"    -------------------------------------"

msgid "    Obtain an archive of repository content."
msgstr "    特定リビジョン時点の内容のアーカイブでの取得。"

msgid ""
"    The content and type of the archive is defined by a URL path parameter.\n"
"    ``format`` is the file extension of the archive type to be generated. e."
"g.\n"
"    ``zip`` or ``tar.bz2``. Not all archive types may be allowed by your\n"
"    server configuration."
msgstr ""
"    アーカイブの内容や種別は、 URL パス要素で指定します。 ``{format}``\n"
"    にはアーカイブのファイル拡張子を指定します (例: ``zip``, ``tar.bz2``\n"
"    )。 利用可能な種別は、 サーバ設定により異なります。"

msgid ""
"    The optional ``path`` URL parameter controls content to include in the\n"
"    archive. If omitted, every file in the specified revision is present in "
"the\n"
"    archive. If included, only the specified file or contents of the "
"specified\n"
"    directory will be included in the archive."
msgstr ""
"    URL パス要素 ``{path}`` は、 アーカイブ対象ファイルを指定します。\n"
"    省略時は、 当該リビジョン時点の管理対象ファイル全てが格納されます。\n"
"    ``{path}`` 指定時は、 当該ファイル (ディレクトリ指定時は、\n"
"    当該ディレクトリ配下のファイル) のみがアーカイブされます。"

msgid ""
"    No template is used for this handler. Raw, binary content is generated."
msgstr ""
"    この処理の結果出力では、 テンプレートを使用しません。\n"
"    アーカイブ内容そのままが出力されます。"

msgid ""
"\n"
"    /graph[/{revision}]\n"
"    -------------------"
msgstr ""
"\n"
"    /graph[/{revision}]\n"
"    -------------------"

msgid "    Show information about the graphical topology of the repository."
msgstr "    履歴情報のグラフ表示。"

msgid ""
"    Information rendered by this handler can be used to create visual\n"
"    representations of repository topology."
msgstr "    この機能は、 履歴の木構造をグラフで描画します。"

#, fuzzy
msgid ""
"    The ``revision`` URL parameter controls the starting changeset. If it's\n"
"    absent, the default is ``tip``."
msgstr "    URL パス要素 ``{revision}`` で、表示開始リビジョンを指定できます。"

msgid ""
"    The ``revcount`` query string argument can define the number of "
"changesets\n"
"    to show information for."
msgstr ""
"    クエリ文字列引数 ``revcount`` で、 読み込みの最大数を指定できます。"

msgid ""
"    The ``graphtop`` query string argument can specify the starting "
"changeset\n"
"    for producing ``jsdata`` variable that is used for rendering graph in\n"
"    JavaScript. By default it has the same value as ``revision``."
msgstr ""

msgid "    This handler will render the ``graph`` template."
msgstr "    結果出力には ``graph`` テンプレートを使用します。"

msgid ""
"\n"
"    /help[/{topic}]\n"
"    ---------------"
msgstr ""
"\n"
"    /help[/{topic}]\n"
"    ---------------"

msgid "    Render help documentation."
msgstr "    ヘルプドキュメントの表示。"

msgid ""
"    This web command is roughly equivalent to :hg:`help`. If a ``topic``\n"
"    is defined, that help topic will be rendered. If not, an index of\n"
"    available help topics will be rendered."
msgstr ""
"    この機能は :hg:`help` とおおむね同等です。 URL パス要素 ``{topic}``\n"
"    が指定された場合は、 当該トピックのヘルプが表示されます。\n"
"    それ以外の場合は、 トピックの一覧が表示されます。"

msgid ""
"    The ``help`` template will be rendered when requesting help for a "
"topic.\n"
"    ``helptopics`` will be rendered for the index of help topics."
msgstr ""
"    特定トピックの表示には ``help`` テンプレートを使用します。\n"
"    トピック一覧の表示には ``helptopics`` テンプレートを使用します。"

#, python-format
msgid " %d files changed, %d insertions(+), %d deletions(-)\n"
msgstr " 更新ファイル数 %d、 追加 %d 行(+)、 削除 %d 行(-)\n"

msgid "not displayable without template"
msgstr "テンプレート指定なしでは表示できません"

#, python-format
msgid "websub: invalid pattern for %s: %s\n"
msgstr "websub: %s のパターンが不正です: %s\n"

#, python-format
msgid "websub: invalid regexp for %s: %s\n"
msgstr "websub: %s の正規表現が不正です: %s\n"

#, python-format
msgid "%s hook is invalid: \"%s\" not in a module"
msgstr "フック %s は不正です: モジュール中に \"%s\" がありません"

msgid "exception from first failed import attempt:\n"
msgstr "モジュール読み込みにおける最初の例外:\n"

msgid "exception from second failed import attempt:\n"
msgstr "モジュール読み込みにおける2つ目の例外:\n"

msgid "run with --traceback for stack trace"
msgstr "--traceback 付き実行でスタックトレースを参照可能"

#, python-format
msgid "%s hook is invalid: import of \"%s\" failed"
msgstr "フック %s は不正です: \"%s\" の読み込みに失敗"

#, python-format
msgid "%s hook is invalid: \"%s\" is not defined"
msgstr "フック %s は不正です: \"%s\" は未定義です"

#, python-format
msgid "%s hook is invalid: \"%s\" is not callable"
msgstr "フック %s は不正です: \"%s\" は呼び出し可能ではありません"

#, python-format
msgid "calling hook %s: %s\n"
msgstr "フック %s:%s 呼び出し中\n"

#, python-format
msgid "error: %s hook failed: %s\n"
msgstr "エラー: フック %s の失敗: %s\n"

#, python-format
msgid "error: %s hook raised an exception: %s\n"
msgstr "エラー: フック %s による例外発生: %s\n"

msgid "(run with --traceback for stack trace)\n"
msgstr "(--traceback 付き実行でスタックトレースを参照可能)\n"

#, python-format
msgid "%s hook failed"
msgstr "フック %s の失敗"

#, python-format
msgid "warning: %s hook failed\n"
msgstr "警告: フック %s の失敗\n"

#, python-format
msgid "running hook %s: %s\n"
msgstr "フック %s: %s の実行中\n"

#, python-format
msgid "%s hook %s"
msgstr "%s フック %s"

#, python-format
msgid "warning: %s hook %s\n"
msgstr "警告: %s フック %s\n"

#, python-format
msgid "untrusted hook %s not executed"
msgstr "信頼できないフック %s は実行されません"

msgid "see 'hg help config.trusted'"
msgstr "詳細は 'hg help config.trusted' 参照"

#, python-format
msgid "warning: untrusted hook %s not executed\n"
msgstr "警告: 信頼できないフック %s は実行されません\n"

#, python-format
msgid "loading %s hook failed:\n"
msgstr "フック %s の読み込みに失敗:\n"

msgid "kb"
msgstr "キロバイト"

#, python-format
msgid "ignoring invalid [auth] key '%s'\n"
msgstr "不正な [auth] セクションのキー'%s' を無視します\n"

#, python-format
msgid "HTTP request error (incomplete response; expected %d bytes got %d)"
msgstr "HTTP 要求エラー (不完全な応答; 想定 %d バイトに対して %d バイト)"

msgid "HTTP request error (incomplete response)"
msgstr "HTTP 要求エラー (不完全な応答)"

msgid ""
"this may be an intermittent network failure; if the error persists, consider "
"contacting the network or server operator"
msgstr ""
"ネットワーク経路の切断が主要因です。同様のエラーが継続的に発生する場合は、"
"ネットワークあるいはサーバの管理者に問い合わせてください"

#, python-format
msgid "HTTP request error (%s)"
msgstr "HTTP 要求エラー (%s)"

#, python-format
msgid "real URL is %s\n"
msgstr "実際の URL: %s\n"

#, python-format
msgid ""
"'%s' does not appear to be an hg repository:\n"
"---%%<--- (%s)\n"
"%s\n"
"---%%<---\n"
msgstr ""
"'%s' は Mercurial リポジトリ形式とは思われません:\n"
"---%%<--- (%s)\n"
"%s\n"
"---%%<---\n"

msgid "unexpected CBOR response from server"
msgstr "想定外の CBOR サーバ応答"

#, python-format
msgid "'%s' sent a broken Content-Type header (%s)"
msgstr "'%s' は壊れた Content-Type ヘッダ(%s)を送信しました"

#, python-format
msgid "'%s' uses newer protocol %s"
msgstr "'%s' は新しいプロトコル %s を使います"

#, python-format
msgid "push failed: %s"
msgstr "履歴反映に失敗: %s"

#, python-format
msgid "cannot make request requiring multiple permissions: %s"
msgstr ""

#, fuzzy
msgid "unfulfilled command response"
msgstr "入力が不正です\n"

#, python-format
msgid ""
"cannot %s; client or remote repository does not support the %r capability"
msgstr "%s ができません。 クライアントまたは連携先は機能 %r が未サポートです"

msgid "error decoding CBOR from remote server"
msgstr "連携先サーバからの CBOR 応答が復号できません"

msgid "try again and consider contacting the server operator"
msgstr "再実行するなり連携先リポジトリの管理者に連絡するなりしてください"

#, python-format
msgid "unexpected response type from server: %s"
msgstr "連携先サーバからの想定外の応答種別: %s"

#, python-format
msgid "unsupported URL component: \"%s\""
msgstr "URL 要素 \"%s\" は未サポートです"

msgid "cannot create new http repository"
msgstr "http リポジトリの新規作成はできません"

msgid "Python support for SSL and HTTPS is not installed"
msgstr "SSL と HTTPS をサポートした Python がインストールされていません"

msgid "(falling back to static-http)\n"
msgstr "(static-http との連携に切り替え中)\n"

#, python-format
msgid "bad HTTP status line: %s"
msgstr "不正な HTTP ステータス行: %s"

msgid "cannot perform stream clone against local peer"
msgstr ""

#, python-format
msgid "repository %s not found"
msgstr "リポジトリ '%s' が見つかりません"

#, python-format
msgid "repository %s already exists"
msgstr "リポジトリ %s は既に存在しています"

#, python-format
msgid ".hg/sharedpath points to nonexistent directory %s"
msgstr ".hg/sharedpath の参照先 %s は存在しません"

msgid ""
"repository is using sparse feature but sparse is not enabled; enable the "
"\"sparse\" extensions to access"
msgstr ""

#, python-format
msgid "warning: ignoring unknown working parent %s!\n"
msgstr "警告: 作業領域の親 '%s' が未知のリビジョンです!\n"

msgid "abandoned transaction found"
msgstr "中断トランザクションを検出しました"

msgid "run 'hg recover' to clean up transaction"
msgstr "情報を破棄する場合は 'hg recover' を実施してください"

msgid "rolling back interrupted transaction\n"
msgstr "中断されたトランザクションをロールバック中\n"

msgid "no interrupted transaction available\n"
msgstr "中断されたトランザクションはありません\n"

msgid "no rollback information available\n"
msgstr "利用可能なロールバック情報がありません\n"

#, python-format
msgid "repository tip rolled back to revision %d (undo %s: %s)\n"
msgstr "tip をリビジョン %d へと巻き戻し (%s %s の取り消し)\n"

#, python-format
msgid "repository tip rolled back to revision %d (undo %s)\n"
msgstr "tip をリビジョン %d へと巻き戻し (%s の取り消し)\n"

msgid "rolling back unknown transaction\n"
msgstr "未知のトランザクションの巻き戻し\n"

msgid "rollback of last commit while not checked out may lose data"
msgstr "作業領域と無関係のコミットの巻き戻しは、コミットデータを喪失します"

msgid "use -f to force"
msgstr "-f 指定で強制実行"

#, python-format
msgid "named branch could not be reset: current branch is still '%s'\n"
msgstr "名前つきブランチはリセットできませんので、 '%s' のままです\n"

#, python-format
msgid "working directory now based on revisions %d and %d\n"
msgstr "%d と %d が作業領域の親リビジョンになりました\n"

#, python-format
msgid "working directory now based on revision %d\n"
msgstr "%d が作業領域の親リビジョンになりました\n"

#, python-format
msgid "repository %s"
msgstr "リポジトリ '%s'"

#, python-format
msgid "working directory of %s"
msgstr "%s の作業領域"

#, python-format
msgid "warning: can't find ancestor for '%s' copied from '%s'!\n"
msgstr "警告: '%s'('%s' からの複製)の祖先が見つかりません\n"

msgid "file not found!"
msgstr "ファイルが見つかりません!"

msgid "no match under directory!"
msgstr "ディレクト配下に一致するものがありません!"

msgid "file not tracked!"
msgstr "ファイルは管理対象外です!"

msgid "cannot partially commit a merge (do not specify files or patterns)"
msgstr "マージの部分コミットはできません(ファイル名/パターンは指定できません)"

msgid "cannot commit merge with missing files"
msgstr "管理対象ファイルが不在の状況では、マージ結果をコミットできません"

#, python-format
msgid "committing subrepository %s\n"
msgstr "サブリポジトリ %s でのコミット中\n"

#, python-format
msgid "note: commit message saved in %s\n"
msgstr "備考: コミットログを %s に保存しました\n"

msgid "committing files:\n"
msgstr "ファイル内容の記録中:\n"

#, python-format
msgid "trouble committing %s!\n"
msgstr "%s のコミットに失敗しました!\n"

msgid "committing manifest\n"
msgstr "管理ファイル一覧の記録中\n"

msgid "committing changelog\n"
msgstr "変更履歴の記録中\n"

#, python-format
msgid "pushkey-abort: %s\n"
msgstr "pushkey 処理の中止: %s\n"

#, python-format
msgid ""
"compression engine %s defined by experimental.format.compression not "
"available"
msgstr ""
"experimental.format.compression で指定された圧縮エンジン %s は利用できません"

msgid "run \"hg debuginstall\" to list available compression engines"
msgstr ""
"\"hg debuginstall\" で表示される利用可能圧縮エンジン一覧を確認してください"

#, python-format
msgid "waiting for lock on %s held by process %r on host %r\n"
msgstr "%s のロック (プロセス %r/ホスト %s が保持) の解放を待っています\n"

#, python-format
msgid "got lock after %d seconds\n"
msgstr "%d 秒遅れでロックを獲得\n"

msgid "limit must be a positive integer"
msgstr "制限には正数を指定してください"

msgid "limit must be positive"
msgstr "制限には正数を指定してください"

#, python-format
msgid "warning: %s not inside relative root %s\n"
msgstr "警告: %s は相対ルート %s の範囲外です\n"

msgid "description:\n"
msgstr "説明:\n"

#, python-format
msgid "malformatted line-range pattern %s"
msgstr "不正な行範囲指定 %s"

#, python-format
msgid "invalid line range for %s"
msgstr "不正な行範囲指定 %s"

#, python-format
msgid "line range pattern '%s' must match exactly one file"
msgstr "行範囲指定 '%s' は単一ファイルにのみ合致する必要があります"

#, python-format
msgid "-G/--graph option is incompatible with --%s"
msgstr "-G/--graph と --%s は併用できません"

msgid "can't use TLS: Python SSL support not installed"
msgstr "TLS を利用できません: Python SSL サポートがインストールされていません"

msgid "smtp.host not configured - cannot send mail"
msgstr "設定ファイルに smtp.host 指定がありません - メール送信に失敗"

msgid "(using smtps)\n"
msgstr "(smtps を使用中)\n"

#, python-format
msgid "sending mail: smtp host %s, port %d\n"
msgstr "メール送信中: SMTP ホスト %s、 ポート番号 %d\n"

msgid "(using starttls)\n"
msgstr "(starttls を使用中)\n"

msgid "(verifying remote certificate)\n"
msgstr "(接続先の証明書を検証中)\n"

#, python-format
msgid "(authenticating to mail server as %s)\n"
msgstr "(メールサーバに %s として認証要求中)\n"

#, python-format
msgid "sending mail: %s\n"
msgstr "メール送信中: %s\n"

msgid "smtp specified as email transport, but no smtp host configured"
msgstr "メール転送方式の 'smtp' 指定にも関わらず、 SMTP ホストが未設定です"

#, python-format
msgid "%r specified as email transport, but not in PATH"
msgstr "メール転送コマンドで指定されたプログラム %r が見つかりません"

#, python-format
msgid "ignoring invalid sendcharset: %s\n"
msgstr "不正な文字セットを無視します: %s\n"

#, python-format
msgid "invalid email address: %s"
msgstr "不正なメールアドレス: %s"

#, python-format
msgid "invalid local address: %s"
msgstr "不正なローカルアドレス: %s"

#, python-format
msgid "failed to remove %s from manifest"
msgstr "マニフェストからの %s の削除に失敗"

#, python-format
msgid "'\\n' and '\\r' disallowed in filenames: %r"
msgstr "'\\n' と '\\r' はファイル名で使用しないでください: %r"

msgid "no node"
msgstr "ノードがありません"

#, python-format
msgid "cannot ask for manifest directory '%s' in a flat manifest"
msgstr ""
"フラットなマニフェストではマニフェストディレクトリ '%s' を指定できません"

#, python-format
msgid "unable to read file list (%s)"
msgstr "一覧ファイル(%s)が読み込めません"

#, python-format
msgid "skipping unreadable pattern file '%s': %s\n"
msgstr "読込不可のパターンファイル '%s' をスキップします: %s\n"

#, python-format
msgid "%s: invalid pattern (%s): %s"
msgstr "%s: 不正パターン (%s): %s"

#, python-format
msgid "invalid pattern (%s): %s"
msgstr "不正パターン (%s): %s"

msgid "invalid pattern"
msgstr "不正パターン"

#, python-format
msgid "%s: ignoring invalid syntax '%s'\n"
msgstr "%s: 文法不正の '%s' を無視します\n"

#, python-format
msgid "diff context lines count must be an integer, not %r"
msgstr "差分コンテキストでの行数指定が不正です: %r"

msgid "line range exceeds file size"
msgstr "行指定が実際のファイルと合致しません"

msgid "merge driver changed since merge started"
msgstr "マージ開始後にマージドライバ設定が変更されました"

msgid "revert merge driver change or abort merge"
msgstr "マージドライバ設定を元に戻すか、マージを取り止めてください"

#, python-format
msgid ""
"warning: cannot merge flags for %s without common ancestor - keeping local "
"flags\n"
msgstr ""
"警告: 共通祖先のないファイル %s の属性設定はマージできません - 作業領域の値を"
"維持します\n"

#, python-format
msgid "%s.%s not valid ('%s' is none of %s)"
msgstr "%s.%s は無効です (指定値: '%s' 指定可能値: %s)"

#, python-format
msgid "%s: untracked file conflicts with directory\n"
msgstr "%s: 管理対象外ファイルが管理対象ファイルのディレクトリ名と衝突\n"

#, python-format
msgid "%s: untracked directory conflicts with file\n"
msgstr "%s: 管理対象外ディレクトリが管理対象ファイル名と衝突\n"

#, python-format
msgid "%s: untracked file differs\n"
msgstr "%s: 管理対象外ファイルに差分あり\n"

msgid ""
"untracked files in working directory differ from files in requested revision"
msgstr "指定リビジョンでの記録内容と異なる管理対象外ファイルが存在します"

#, python-format
msgid "%s: replacing untracked file\n"
msgstr "%s: 管理対象外ファイルの内容を書き換え\n"

#, python-format
msgid "%s: replacing untracked files in directory\n"
msgstr "%s: ディレクトリ配下の管理対象外ファイルの内容を書き換え\n"

#, python-format
msgid "case-folding collision between %s and %s"
msgstr "ファイル名の文字大小の問題で %s と %s が衝突します"

#, python-format
msgid "case-folding collision between %s and directory of %s"
msgstr "ファイル名の文字大小の問題で %s とディレクトリ %s が衝突します"

#, python-format
msgid "%s: is both a file and a directory\n"
msgstr "%s: ファイル名/ディレクトリ名の両方で使用\n"

msgid "destination manifest contains path conflicts"
msgstr "指定リビジョンの管理対象ファイルにパスの衝突が含まれます"

msgid "resolving manifests\n"
msgstr "管理ファイル一覧の解決中\n"

#, python-format
msgid "note: merging %s and %s using bids from ancestors %s\n"
msgstr "備考: 以下の祖先の評価選考を元に %s と %s をマージ中: %s\n"

#, python-format
msgid ""
"\n"
"calculating bids for ancestor %s\n"
msgstr ""
"\n"
"祖先 %s の評価値を算出中\n"

msgid ""
"\n"
"auction for merging merge bids\n"
msgstr ""
"\n"
"評価値の選考中\n"

#, python-format
msgid " %s: consensus for %s\n"
msgstr ""

#, python-format
msgid " %s: picking 'keep' action\n"
msgstr ""

#, python-format
msgid " %s: picking 'get' action\n"
msgstr ""

#, python-format
msgid " %s: multiple bids for merge action:\n"
msgstr " %s: マージ処理の候補が複数ありあます:\n"

#, python-format
msgid " %s: ambiguous merge - picked %s action\n"
msgstr " %s: 複数の処理候補から %s 処理を選択しました\n"

msgid "end of auction"
msgstr "選考終了"

#, python-format
msgid "update failed to remove %s: %s!\n"
msgstr "%s の削除に失敗: %s!\n"

#, python-format
msgid ""
"current directory was removed\n"
"(consider changing to repo root: %s)\n"
msgstr ""
"現ディレクトリが削除されました\n"
"(リポジトリルート %s への移動をお勧めします)\n"

#, python-format
msgid "getting %s\n"
msgstr "%s の取得中\n"

msgid "updating"
msgstr "更新中"

#, python-format
msgid "%s: path conflict - a file or link has the same name as a directory\n"
msgstr "%s: パス衝突 - ファイル名/リンク名がディレクトリ名と一致\n"

#, python-format
msgid "the local file has been renamed to %s\n"
msgstr ""

#, python-format
msgid "the remote file has been renamed to %s\n"
msgstr ""

#, python-format
msgid "resolve manually then use 'hg resolve --mark %s'\n"
msgstr "手動での衝突解消後、'hg resolve --mark %s' を実施してください\n"

#, python-format
msgid "getting %s to %s\n"
msgstr "%s から %s に複製中\n"

msgid "outstanding merge conflicts"
msgstr "マージでの衝突解消が未完了です"

msgid "merging with a working directory ancestor has no effect"
msgstr "作業領域の祖先とのマージは意味がありません"

msgid "use 'hg update' or check 'hg heads'"
msgstr "'hg update' を実施するか、'hg heads' 結果を確認してください"

msgid "use 'hg status' to list changes"
msgstr "変更一覧は 'hg status' で確認できます"

msgid "commit or update --clean to discard changes"
msgstr "変更をコミットするか、変更を破棄 (update --clean) してください"

msgid "conflicting changes"
msgstr "変更の衝突が検出されました"

#, python-format
msgid ""
"local%(l)s changed %(f)s which other%(o)s deleted\n"
"use (c)hanged version or (d)elete?$$ &Changed $$ &Delete"
msgstr ""
"現行側%(l)s での %(f)s の変更が他方側%(o)s での登録除外と衝突します。\n"
"変更:(c)hanged と登録除外:(d)elete のどちらを採用しますか?$$ &Changed $$ "
"&Delete"

#, python-format
msgid ""
"other%(o)s changed %(f)s which local%(l)s deleted\n"
"use (c)hanged version or leave (d)eleted?$$ &Changed $$ &Deleted"
msgstr ""
"他方側%(o)s での %(f)s の変更が現行側%(l)s での登録除外と衝突します。\n"
"変更:(c)hanged と登録除外:(d)elete のどちらを採用しますか?$$ &Changed $$ "
"&Deleted"

#, python-format
msgid "note: possible conflict - %s was renamed multiple times to:\n"
msgstr "備考: 衝突の可能性 - %s が複数のファイルに改名されました:\n"

#, python-format
msgid "note: possible conflict - %s was deleted and renamed to:\n"
msgstr "備考: 衝突の可能性 - 削除と平行して %s への改名があります:\n"

msgid ""
"(warning: large working directory being used without fsmonitor enabled; "
"enable fsmonitor to improve performance; see \"hg help -e fsmonitor\")\n"
msgstr ""

msgid "unresolved merge conflicts (see 'hg help resolve')"
msgstr "未解消の衝突が残っています ('hg help resolve' を参照)"

msgid "driver-resolved merge conflicts"
msgstr ""

msgid "run \"hg resolve --all\" to resolve"
msgstr "衝突解消には \"hg resolve --all\" を実行してください"

#, fuzzy
msgid "invalid file pattern"
msgstr "不正パターン"

#, fuzzy, python-format
msgid "reserved character: %s"
msgstr "想定外の revspec フォーマット文字 %s"

#, fuzzy, python-format
msgid "unsupported file pattern: %s"
msgstr "未サポートなパーサ状態です: %s"

msgid "paths must be prefixed with \"path:\""
msgstr ""

msgid "Attention:"
msgstr "注意:"

msgid "Caution:"
msgstr "警告:"

msgid "!Danger!"
msgstr "!危険!"

msgid "Error:"
msgstr "エラー:"

msgid "Hint:"
msgstr "ヒント:"

msgid "Important:"
msgstr "重要:"

msgid "Note:"
msgstr "備考:"

msgid "Tip:"
msgstr "情報:"

msgid "Warning!"
msgstr "警告!"

#, python-format
msgid "no such name: %s"
msgstr "指定の名前は存在しません: %s"

msgid "narrowspec includes section must appear at most once, before excludes"
msgstr ""

msgid "narrowspec excludes section must appear at most once"
msgstr ""

#, fuzzy, python-format
msgid "Invalid narrowspec pattern line: \"%s\""
msgstr "不正なマッチングパターン: %s"

#, python-format
msgid "Invalid key \"%s\" in server response"
msgstr ""

msgid "newlines are not allowed in narrowspec paths"
msgstr ""

msgid "\".\" and \"..\" are not allowed in narrowspec paths"
msgstr ""

msgid ""
"'createmarkers' obsolete option must be enabled if other obsolete options "
"are enabled"
msgstr ""
"廃止情報機能の各オプションの有効化には 'createmarkers' の有効化が必須です"

#, python-format
msgid ""
"parsing obsolete marker: metadata is too short, %d bytes expected, got %d"
msgstr "廃止情報解析: メタデータの想定サイズ %d に対して %d しかありません"

msgid "cannot handle sha256 with old obsstore format"
msgstr "旧形式の obsstore では sha256 を扱えません"

#, python-format
msgid "parsing obsolete marker: unknown version %r"
msgstr "廃止情報解析: 未知のリビジョン %r"

msgid "bad obsolescence marker detected: invalid successors nullid"
msgstr "不正な廃止情報を検出: 後継としての null 指定は不正です"

#, python-format
msgid "in-marker cycle with %s"
msgstr "マーカ %s における循環参照があります"

msgid "creating obsolete markers is not enabled on this repo"
msgstr "廃止マーカの作成機能は無効化されています"

#, python-format
msgid "obsolete feature not enabled but %i markers found!\n"
msgstr "obsolete 機能は無効ですが、 %i 個の廃止情報マーカが存在します!\n"

#, python-format
msgid "unknown key: %r"
msgstr "未知のキーです: %r"

#, python-format
msgid "unexpected old value for %r"
msgstr "%r に対する旧値の指定は想定外です"

#, python-format
msgid "cannot obsolete public changeset: %s"
msgstr "public フェーズのリビジョンは廃止できません: %s"

#, python-format
msgid "changeset %s cannot obsolete itself"
msgstr "リビジョン %s をそれ自身で廃止することはできません"

#, fuzzy, python-format
msgid "hidden revision '%s' is pruned"
msgstr "'%s' は不可視リビジョンです"

#, fuzzy, python-format
msgid "hidden revision '%s' has diverged"
msgstr "'%s' は不可視リビジョンです"

#, fuzzy, python-format
msgid "hidden revision '%s' was rewritten as: %s"
msgstr "'%s' は不可視リビジョンです"

#, fuzzy, python-format
msgid "hidden revision '%s' was split as: %s"
msgstr "'%s' は不可視リビジョンです"

#, python-format
msgid "hidden revision '%s' was split as: %s and %d more"
msgstr ""

#, python-format
msgid "unexpected token: %s"
msgstr "想定外の記述: %s"

#, python-format
msgid "not a prefix: %s"
msgstr "不正な接頭辞: %s"

#, python-format
msgid "not an infix: %s"
msgstr "不正な挿入辞: %s"

#, python-format
msgid "%(func)s takes at least %(nargs)d positional arguments"
msgstr "%(func)s の引数は最低 %(nargs)d 個です"

#, python-format
msgid "%(func)s takes at most %(nargs)d positional arguments"
msgstr "%(func)s の引数は最大 %(nargs)d 個です"

#, python-format
msgid "%(func)s got an invalid argument"
msgstr "%(func)s の引数が不正です"

#, python-format
msgid "%(func)s got an unexpected keyword argument '%(key)s'"
msgstr "%(func)s に想定外のキーワード引数 '%(key)s' が指定されました"

#, python-format
msgid "%(func)s got multiple values for keyword argument '%(key)s'"
msgstr "%(func)s のキーワード引数 '%(key)s' が複数の値を持ちます"

#, python-format
msgid "at %d: %s"
msgstr "文字位置: %d: %s"

#, python-format
msgid "invalid symbol '%s'"
msgstr "不正なシンボル '%s'"

#, python-format
msgid "invalid function '%s'"
msgstr "不正な関数 '%s'"

msgid "invalid argument list"
msgstr "引数列指定が不正です"

msgid "argument names collide with each other"
msgstr "引数名が重複しています"

msgid "invalid format"
msgstr "不正な記述です"

#, python-format
msgid "bad declaration of %(section)s \"%(name)s\": %(error)s"
msgstr "不正な %(section)s \"%(name)s\" 宣言: %(error)s"

#, python-format
msgid "bad definition of %(section)s \"%(name)s\": %(error)s"
msgstr "不正な %(section)s \"%(name)s\" 定義: %(error)s"

#, python-format
msgid "infinite expansion of %(section)s \"%(name)s\" detected"
msgstr "%(section)s \"%(name)s\" 定義は無限に展開されてしまいます"

#, python-format
msgid "invalid number of arguments: %d"
msgstr "引数の数が不正です: %d"

#, python-format
msgid "%d out of %d hunks FAILED -- saving rejects to file %s\n"
msgstr "%d 個の差分(総数 %d)が適用失敗 -- 却下差分は %s に保存\n"

#, python-format
msgid "cannot patch %s: file is not tracked"
msgstr "%s にパッチ適用できません: 構成管理対象ではありません"

#, python-format
msgid "unable to find '%s' for patching\n"
msgstr "パッチ適用対象の '%s' が不在です\n"

msgid "(use '--prefix' to apply patch relative to the current directory)\n"
msgstr "(現ディレクトリ相対でのパッチ適用には '--prefix' が有用です)\n"

#, python-format
msgid "patching file %s\n"
msgstr "ファイル %s にパッチ適用中\n"

#, python-format
msgid "bad hunk #%d %s (%d %d %d %d)"
msgstr "不正な差分: #%d %s (%d %d %d %d)"

#, python-format
msgid "cannot create %s: destination already exists\n"
msgstr "%s を作成できません: 対象ファイルが既に存在します\n"

#, python-format
msgid "file %s already exists\n"
msgstr "ファイル %s は既に存在します\n"

#, python-format
msgid "Hunk #%d succeeded at %d with fuzz %d (offset %d lines).\n"
msgstr "差分 #%d の適用成功:%d 行目、 曖昧性 %d (位置補正 %d 行)\n"

#, python-format
msgid "Hunk #%d succeeded at %d (offset %d lines).\n"
msgstr "差分 #%d の適用成功:%d 行目 (位置補正 %d 行)\n"

#, python-format
msgid "Hunk #%d FAILED at %d\n"
msgstr "差分 #%d の適用失敗:%d 行目\n"

msgid "this modifies a binary file (all or nothing)\n"
msgstr "これはバイナリファイルに対する変更です(部分的な選択は不可能)\n"

msgid "this is a binary file\n"
msgstr "これはバイナリファイルです\n"

#, python-format
msgid "%d hunks, %d lines changed\n"
msgstr "%d 個の差分、 %d 行の変更\n"

#, fuzzy, python-format
msgid "apply change %d/%d to '%s'?"
msgstr "この変更 (%d 件目 / %d 件中) を '%s' から破棄しますか?"

#, python-format
msgid "discard change %d/%d to '%s'?"
msgstr "この変更 (%d 件目 / %d 件中) を '%s' から破棄しますか?"

#, python-format
msgid "record change %d/%d to '%s'?"
msgstr "この変更 (%d 件目 / %d 件中) を '%s' に記録しますか?"

#, fuzzy, python-format
msgid "apply this change to '%s'?"
msgstr "この変更を '%s' から破棄しますか?"

#, python-format
msgid "discard this change to '%s'?"
msgstr "この変更を '%s' から破棄しますか?"

#, python-format
msgid "record this change to '%s'?"
msgstr "この変更を '%s' に記録しますか?"

#, fuzzy
msgid ""
"[Ynesfdaq?]$$ &Yes, apply this change$$ &No, skip this change$$ &Edit this "
"change manually$$ &Skip remaining changes to this file$$ Apply remaining "
"changes to this &file$$ &Done, skip remaining changes and files$$ Apply &all "
"changes to all remaining files$$ &Quit, applying no changes$$ &? (display "
"help)"
msgstr ""
"[Ynesfdaq?]$$ この変更を記録(&yes)$$ この変更を無視(&no)$$ この変更を手動で編"
"集(&edit)$$ 同一ファイルの以後の全ての変更を無視(&skip)$$ 同一ファイル(&file)"
"の以後の全ての変更を記録$$ 以後の全ての変更を無視=記録作業を完了(&done)$$ 以"
"後の全て(&all)の変更を記録$$ 変更の記録自体を中止(&quit)$$ ヘルプ表示(&?)"

#, fuzzy
msgid ""
"[Ynesfdaq?]$$ &Yes, discard this change$$ &No, skip this change$$ &Edit this "
"change manually$$ &Skip remaining changes to this file$$ Discard remaining "
"changes to this &file$$ &Done, skip remaining changes and files$$ Discard "
"&all changes to all remaining files$$ &Quit, discarding no changes$$ &? "
"(display help)"
msgstr ""
"[Ynesfdaq?]$$ この変更を記録(&yes)$$ この変更を無視(&no)$$ この変更を手動で編"
"集(&edit)$$ 同一ファイルの以後の全ての変更を無視(&skip)$$ 同一ファイル(&file)"
"の以後の全ての変更を記録$$ 以後の全ての変更を無視=記録作業を完了(&done)$$ 以"
"後の全て(&all)の変更を記録$$ 変更の記録自体を中止(&quit)$$ ヘルプ表示(&?)"

msgid ""
"[Ynesfdaq?]$$ &Yes, record this change$$ &No, skip this change$$ &Edit this "
"change manually$$ &Skip remaining changes to this file$$ Record remaining "
"changes to this &file$$ &Done, skip remaining changes and files$$ Record "
"&all changes to all remaining files$$ &Quit, recording no changes$$ &? "
"(display help)"
msgstr ""
"[Ynesfdaq?]$$ この変更を記録(&yes)$$ この変更を無視(&no)$$ この変更を手動で編"
"集(&edit)$$ 同一ファイルの以後の全ての変更を無視(&skip)$$ 同一ファイル(&file)"
"の以後の全ての変更を記録$$ 以後の全ての変更を無視=記録作業を完了(&done)$$ 以"
"後の全て(&all)の変更を記録$$ 変更の記録自体を中止(&quit)$$ ヘルプ表示(&?)"

msgid ""
"\n"
"To remove '-' lines, make them ' ' lines (context).\n"
"To remove '+' lines, delete them.\n"
"Lines starting with # will be removed from the patch."
msgstr ""
"\n"
"'-' 行の適用除外は、行頭の '-' を ' ' に変更してください。\n"
"'+' 行の適用除外は、行自体を削除してください。\n"
"'#' で始まる行は、パッチから除外されます。"

msgid ""
"If the patch applies cleanly, the edited hunk will immediately be\n"
"added to the record list. If it does not apply cleanly, a rejects\n"
"file will be generated: you can use that when you try again. If\n"
"all lines of the hunk are removed, then the edit is aborted and\n"
"the hunk is left unchanged.\n"
msgstr ""
"パッチ適用が成功した場合、 編集後の差分は、 記録対象に追加されます。\n"
"適用が失敗した場合、 却下差分はファイルに保存されます。 再試行の際は、\n"
"このファイルを利用可能です。 差分の全行が削除された場合、\n"
"編集作業は中止され、差分はそのまま維持されます。\n"

#, python-format
msgid "editor exited with exit code %d\n"
msgstr "エディタが終了コード %d で終了しました\n"

#, python-format
msgid "examine changes to %s?"
msgstr "%s の変更点を調べますか?"

#, python-format
msgid "bad hunk #%d"
msgstr "不正な差分: #%d"

#, fuzzy, python-format
msgid "bad hunk #%d: %s"
msgstr "不正な差分: #%d"

#, python-format
msgid "bad hunk #%d old text line %d"
msgstr "不正な差分: #%d 元テキスト %d 行目"

#, python-format
msgid "could not extract \"%s\" binary data"
msgstr "バイナリデータ \"%s\" が展開できません"

#, python-format
msgid "could not decode \"%s\" binary patch: %s"
msgstr "バイナリパッチ \"%s\" の解析に失敗しました: %s"

#, python-format
msgid "\"%s\" length is %d bytes, should be %d"
msgstr "バイナリパッチ \"%s\" の実サイズ %d と想定サイズ %d が異なります"

#, python-format
msgid "unable to strip away %d of %d dirs from %s"
msgstr "%d 個のパス要素除外が、パス要素を %d 個しか持たない %s で失敗しました"

msgid "undefined source and destination files"
msgstr "パッチ対象のファイル名が指定されていません"

#, python-format
msgid "failed to synchronize metadata for \"%s\""
msgstr "\"%s\" のメタデータの同期に失敗しました"

msgid "unexpected delta opcode 0"
msgstr "差分操作コード(delta opcode) 0 は想定外です"

#, python-format
msgid "source file '%s' does not exist"
msgstr "適用対象ファイル '%s' は存在しません"

#, python-format
msgid "cannot create %s: destination already exists"
msgstr "%s を作成できません: 対象ファイルが既に存在します"

#, python-format
msgid "unsupported parser state: %s"
msgstr "未サポートなパーサ状態です: %s"

#, python-format
msgid "patch command failed: %s"
msgstr "patch コマンドが失敗: %s"

#, python-format
msgid "unsupported line endings type: %s"
msgstr "未サポートの行末種別: %s"

msgid "patch failed to apply"
msgstr "パッチの適用に失敗"

#, python-format
msgid "invalid length for extendedheader.index: '%d'\n"
msgstr "extendedheader.index 設定が不正な長さです: '%d'\n"

#, python-format
msgid "invalid value for extendedheader.index: '%s'\n"
msgstr "extendedheader.index 設定が不正な値です: '%s'\n"

#, python-format
msgid "path ends in directory separator: %s"
msgstr "パスの末尾が区切り文字です: %s"

#, python-format
msgid "path contains illegal component: %s"
msgstr "パスに不正な要素が含まれています: %s"

#, python-format
msgid "path '%s' is inside nested repo %r"
msgstr "パス '%s' は入れ子リポジトリ %r 内にあります"

#, python-format
msgid "path %r traverses symbolic link %r"
msgstr "パス %r はシンボリックリンク '%r' が含まれています"

#, python-format
msgid "consider using '--cwd %s'"
msgstr "'--cwd %s' を使ってみては?"

#, python-format
msgid "%s not under root '%s'"
msgstr "%s はルートディレクトリ '%s' の配下にはありません"

msgid "bad phase-heads stream"
msgstr ""

msgid "cannot lookup negative revision"
msgstr "負値のリビジョン指定は無効です"

msgid "cannot change null revision phase"
msgstr "null リビジョンのフェーズは変更できません"

#, python-format
msgid "ignoring inconsistent public root from remote: %s\n"
msgstr "連携先からの矛盾するフェーズ public 化要求を無視: %s\n"

#, python-format
msgid "ignoring unexpected root from remote: %i %s\n"
msgstr "連携先からの想定外のフェーズ更新要求を無視: %i %s\n"

#, python-format
msgid "phases.new-commit: not a valid phase name ('%s')"
msgstr "phases.new-commit: 不正なフェーズ名です ('%s')"

#, python-format
msgid "illegal ssh hostname or username starting with -: %s"
msgstr "SSH 連携のホスト名またはユーザ名が - で始まる不正なものです: %s"

#, python-format
msgid "unrecognized profiling format '%s' - Ignored\n"
msgstr "不正なプロファイル形式 '%s' を無視します\n"

msgid ""
"lsprof not available - install from http://codespeak.net/svn/user/arigo/hack/"
"misc/lsprof/"
msgstr ""
"lsprof が利用できません - http://codespeak.net/svn/user/arigo/hack/misc/"
"lsprof/からインストールしてください"

msgid ""
"flamegraph not available - install from https://github.com/evanhempel/python-"
"flamegraph"
msgstr ""
"flamegraph が使用できません - https://github.com/evanhempel/python-"
"flamegraph からインストールしてください"

#, python-format
msgid "invalid sampling frequency '%s' - ignoring\n"
msgstr "不正なサンプリング周期頻度 '%s' を無視します\n"

#, python-format
msgid "unknown profiler output format: %s\n"
msgstr "未知のプロファイル出力形式: %s\n"

#, python-format
msgid "unrecognized profiler '%s' - ignored\n"
msgstr "不正なプロファイラ指定 '%s' を無視します\n"

#. i18n: format XX seconds as "XXs"
#, python-format
msgid "%02ds"
msgstr "%02d秒"

#. i18n: format X minutes and YY seconds as "XmYYs"
#, python-format
msgid "%dm%02ds"
msgstr "%d分%02d秒"

#. i18n: format X hours and YY minutes as "XhYYm"
#, python-format
msgid "%dh%02dm"
msgstr "%d時間%02d分"

#. i18n: format X days and YY hours as "XdYYh"
#, python-format
msgid "%dd%02dh"
msgstr "%d日%02d時間"

#. i18n: format X weeks and YY days as "XwYYd"
#, python-format
msgid "%dw%02dd"
msgstr "%d週%02d日"

#. i18n: format X years and YY weeks as "XyYYw"
#, python-format
msgid "%dy%02dw"
msgstr "%d年%02d週"

#, python-format
msgid "%d %s/sec"
msgstr "%d %s/秒"

#, python-format
msgid "saved backup bundle to %s\n"
msgstr "バックアップのバンドルを %s に保存\n"

#, python-format
msgid "strip failed, backup bundle stored in '%s'\n"
msgstr "リビジョン除外に失敗: バックアップバンドルを '%s' に保存\n"

#, python-format
msgid "strip failed, unrecovered changes stored in '%s'\n"
msgstr "リビジョン除外に失敗: 復旧されない履歴を '%s' に保存\n"

#, python-format
msgid ""
"(fix the problem, then recover the changesets with \"hg unbundle '%s'\")\n"
msgstr "(問題解決後に \"hg unbundle '%s'\" で履歴を復旧してください)\n"

#, python-format
msgid "warning: orphaned descendants detected, not stripping %s\n"
msgstr "警告: 孤立するリビジョンがあるため、破棄しません: %s\n"

msgid "(not rebuilding fncache because repository does not support fncache)\n"
msgstr "(fncache 未サポートのリポジトリのため、fncache の再構築は省略)\n"

msgid "rebuilding"
msgstr "再構築中"

#, python-format
msgid "%d items added, %d removed from fncache\n"
msgstr "fncache に %d 要素を追加、 %d 要素を削除\n"

msgid "fncache already up to date\n"
msgstr "fncache は最新の状態です\n"

#, python-format
msgid "cannot %s; remote repository does not support the %r capability"
msgstr "%s ができません。 連携先は機能 %r が未サポートです"

#, python-format
msgid "cannot register processor on unknown flag '%#x'."
msgstr ""

#, python-format
msgid "flag '%#x' undefined in REVIDX_FLAGS_ORDER."
msgstr ""

#, python-format
msgid "cannot register multiple processors on flag '%#x'."
msgstr ""

#, python-format
msgid "node %s is not censored"
msgstr "ノード %s は検閲対象ではありません"

msgid "index entry flags need revlog version 1"
msgstr "インデックスエントリフラグは revlog version 1 対応が必要です"

#, python-format
msgid "revlog chunk cache size %r is not greater than 0"
msgstr "revlog chunk のキャッシュサイズ %r は 0 より大きくありません"

#, python-format
msgid "revlog chunk cache size %r is not a power of 2"
msgstr "revlog chunk のキャッシュサイズ %r は2の累乗ではありません"

#, fuzzy, python-format
msgid "unknown flags (%#04x) in version %d revlog %s"
msgstr "インデックス %s: %#04x は未知のフラグです(revlogng)"

#, fuzzy, python-format
msgid "unknown version (%d) in revlog %s"
msgstr "未知のエンコーディング '%s' が指定されました"

#, python-format
msgid "index %s is corrupted"
msgstr "インデックス %s は破損しています"

msgid "ambiguous identifier"
msgstr "曖昧な ID です"

msgid "no match found"
msgstr "該当する ID はありませんでした"

#, python-format
msgid "invalid '%s' operation "
msgstr ""

#, python-format
msgid "incompatible revision flag '%#x'"
msgstr ""

#, python-format
msgid "missing processor for flag '%#x'"
msgstr ""

#, python-format
msgid "integrity check failed on %s:%s"
msgstr "%s:%s の一貫性チェックに失敗"

#, python-format
msgid "%s not found in the transaction"
msgstr "トランザクション中に %s は見つかりませんでした"

#, python-format
msgid "attempted to add linkrev -1 to %s"
msgstr "linkrev -1 なリビジョンを %s に追加しようとしています"

#, python-format
msgid "%s: size of %d bytes exceeds maximum revlog storage of 2GiB"
msgstr "%s: 更新後のサイズ %d バイトは履歴ファイルの最大容量 2GiB を超過します"

#, python-format
msgid "revlog decompress error: %s"
msgstr "revlog 圧縮の展開エラー: %s"

#, python-format
msgid "unknown compression type %r"
msgstr "%r は未知の圧縮形式です"

#, fuzzy, python-format
msgid "%s: attempt to add null revision"
msgstr "null リビジョンにはタグ付けできません"

#, fuzzy, python-format
msgid "%s: attempt to add wdir revision"
msgstr "%s は有効なリビジョンではありません"

#, python-format
msgid "value for deltareuse invalid: %s"
msgstr ""

msgid "destination revlog is not empty"
msgstr ""

msgid "source revlog has filtered revisions"
msgstr ""

msgid "destination revlog has filtered revisions"
msgstr ""

#, fuzzy
msgid "empty string is not a valid revision"
msgstr "%s は有効なリビジョンではありません"

#, fuzzy
msgid "can't use a relation in this context"
msgstr "ここではリストを使用できません"

#, fuzzy
msgid "relation subscript must be an integer"
msgstr "CPU 数には数値を指定してください"

#, fuzzy
msgid "can't use a subscript in this context"
msgstr "ここではリストを使用できません"

msgid "see hg help \"revsets.x or y\""
msgstr "hg help \"revsets.x or y\" を参照してください"

msgid "can't use a key-value pair in this context"
msgstr "ここでは key-value ペアを使用できません"

msgid ""
"``adds(pattern)``\n"
"    Changesets that add a file matching pattern."
msgstr ""
"``adds(pattern)``\n"
"    パターンに合致する名前のファイルを登録したリビジョン。"

msgid ""
"    The pattern without explicit kind like ``glob:`` is expected to be\n"
"    relative to the current directory and match against a file or a\n"
"    directory."
msgstr ""
"    明示的種別 (例 ``glob:``) を持たないパターンは、 作業領域相対で、\n"
"    且つファイルまたはディレクトリに合致する必要があります。"

#. i18n: "adds" is a keyword
msgid "adds requires a pattern"
msgstr "adds にはパターンを指定してください"

msgid ""
"``ancestor(*changeset)``\n"
"    A greatest common ancestor of the changesets."
msgstr ""
"``ancestor(*changeset)``\n"
"    指定リビジョン郡に共通な最新の祖先。"

msgid ""
"    Accepts 0 or more changesets.\n"
"    Will return empty list when passed no args.\n"
"    Greatest common ancestor of a single changeset is that changeset."
msgstr ""
"    任意の数のリビジョンを指定可能です。\n"
"    リビジョン指定が無い場合、結果は空となります。\n"
"    1つのリビジョンだけが指定された場合、\n"
"    そのリビジョン自身が『共通の祖先』とみなされます。"

#, fuzzy
msgid ""
"``ancestors(set[, depth])``\n"
"    Changesets that are ancestors of changesets in set, including the\n"
"    given changesets themselves."
msgstr ""
"``ancestors(set)``\n"
"    set 中のリビジョンに対する祖先リビジョン群。"

msgid ""
"    If depth is specified, the result only includes changesets up to\n"
"    the specified generation."
msgstr ""

#. i18n: "ancestors" is a keyword
#, fuzzy
msgid "ancestors takes at least 1 argument"
msgstr "extra には最低1つの引数が必要です"

#. i18n: "ancestors" is a keyword
#, fuzzy
msgid "ancestors expects an integer depth"
msgstr "word にはインデックス値を数値で指定してください"

#, fuzzy
msgid "negative depth"
msgstr "負値のオフセットは指定できません"

#, fuzzy
msgid "revision in set has more than one child"
msgstr "リビジョン %d は1つ以上のブランチの分岐点です"

msgid "~ expects a number"
msgstr "~ には数値を指定してください"

msgid ""
"``author(string)``\n"
"    Alias for ``user(string)``."
msgstr ""
"``author(string)``\n"
"    ``user(string)`` 記述の別名。"

#. i18n: "author" is a keyword
msgid "author requires a string"
msgstr "author には文字列を指定してください"

msgid ""
"``bisect(string)``\n"
"    Changesets marked in the specified bisect status:"
msgstr ""
"``bisect(string)``\n"
"    探索状態に合致するリビジョン群:"

msgid ""
"    - ``good``, ``bad``, ``skip``: csets explicitly marked as good/bad/skip\n"
"    - ``goods``, ``bads``      : csets topologically good/bad\n"
"    - ``range``              : csets taking part in the bisection\n"
"    - ``pruned``             : csets that are goods, bads or skipped\n"
"    - ``untested``           : csets whose fate is yet unknown\n"
"    - ``ignored``            : csets ignored due to DAG topology\n"
"    - ``current``            : the cset currently being bisected"
msgstr ""
"    - ``good``, ``bad``, ``skip``: 各状態にマークされたリビジョン群\n"
"    - ``goods``, ``bads``      : good または bad と判断されたリビジョン群\n"
"    - ``range``              : 探索範囲中のリビジョン群 \n"
"    - ``pruned``             : goods/bads あるいは skip 相当のリビジョン群\n"
"    - ``untested``           : 状態が未確定のリビジョン群\n"
"    - ``ignored``            : 探索対象から除外されたリビジョン群\n"
"    - ``current``            : 現在の探索対象リビジョン"

#. i18n: "bisect" is a keyword
msgid "bisect requires a string"
msgstr "bisect には文字列を指定してください"

msgid ""
"``bookmark([name])``\n"
"    The named bookmark or all bookmarks."
msgstr ""
"``bookmark([name])``\n"
"    指定ブックマーク対象、または全ブックマーク対象。"

msgid ""
"    Pattern matching is supported for `name`. See :hg:`help revisions."
"patterns`."
msgstr ""
"    引数 `name` には、 マッチング用パターンを指定できます。 詳細は\n"
"    :hg:`help revisions.patterns` を参照してください。"

#. i18n: "bookmark" is a keyword
msgid "bookmark takes one or no arguments"
msgstr "bookmark の引数は 0 〜 1 個です"

#. i18n: "bookmark" is a keyword
msgid "the argument to bookmark must be a string"
msgstr "bookmark には文字列を指定してください"

#, python-format
msgid "no bookmarks exist that match '%s'"
msgstr "'%s' に合致するブックマークはありません"

msgid ""
"``branch(string or set)``\n"
"    All changesets belonging to the given branch or the branches of the "
"given\n"
"    changesets."
msgstr ""
"``branch(string or set)``\n"
"    指定ブランチまたはリビジョン群の属するブランチ群に、 属するリビジョン。"

msgid ""
"    Pattern matching is supported for `string`. See\n"
"    :hg:`help revisions.patterns`."
msgstr ""
"    引数 `string` には、 マッチング用パターンを指定できます。 詳細は\n"
"    :hg:`help revisions.patterns` を参照してください。"

#, python-format
msgid "branch '%s' does not exist"
msgstr "ブランチ '%s' は存在しません"

#, fuzzy
msgid ""
"``phasedivergent()``\n"
"    Mutable changesets marked as successors of public changesets."
msgstr ""
"``bumped()``\n"
"    public フェーズなリビジョンの後継で、 且つ改変可能なリビジョン。"

#, fuzzy
msgid ""
"    Only non-public and non-obsolete changesets can be `phasedivergent`.\n"
"    (EXPERIMENTAL)"
msgstr ""
"    非 public で、且つ廃止設定されていないリビジョンのみが `bumped`\n"
"    とみなされます。"

#. i18n: "phasedivergent" is a keyword
#, fuzzy
msgid "phasedivergent takes no arguments"
msgstr "divergent には引数が指定できません"

msgid ""
"``bundle()``\n"
"    Changesets in the bundle."
msgstr ""
"``bundle()``\n"
"    バンドルファイル中のリビジョン群。"

msgid "    Bundle must be specified by the -R option."
msgstr "    バンドルファイルは -R オプションで指定される必要があります。"

msgid "no bundle provided - specify with -R"
msgstr "バンドルファイルが指定されていません。-R を使って指定してください。"

msgid ""
"``children(set)``\n"
"    Child changesets of changesets in set."
msgstr ""
"``children(set)``\n"
"    指定リビジョン群の子リビジョン群。"

msgid ""
"``closed()``\n"
"    Changeset is closed."
msgstr ""
"``closed()``\n"
"    閉鎖されたリビジョン群。"

#. i18n: "closed" is a keyword
msgid "closed takes no arguments"
msgstr "closed には引数が指定できません"

msgid ""
"``contains(pattern)``\n"
"    The revision's manifest contains a file matching pattern (but might not\n"
"    modify it). See :hg:`help patterns` for information about file patterns."
msgstr ""
"``contains(pattern)``\n"
"    パターンに合致する名前のファイルが存在するリビジョン群。\n"
"    (変更の有無は判定しません) パターンの詳細は :hg:`help patterns` を参照。"

msgid ""
"    The pattern without explicit kind like ``glob:`` is expected to be\n"
"    relative to the current directory and match against a file exactly\n"
"    for efficiency."
msgstr ""
"    実行効率上、 明示的種別 (例 ``glob:``) を持たないパターンは、\n"
"    作業領域相対で、 且つファイルに厳密一致する必要があります。"

#. i18n: "contains" is a keyword
msgid "contains requires a pattern"
msgstr "contains にはパターンを指定してください"

msgid ""
"``converted([id])``\n"
"    Changesets converted from the given identifier in the old repository if\n"
"    present, or all converted changesets if no identifier is specified."
msgstr ""
"``converted([id])``\n"
"    id が指定された場合は、 変換元における id から変換されたリビジョン、\n"
"    id 指定が無い場合は、 変換された全てのリビジョン群。"

#. i18n: "converted" is a keyword
msgid "converted takes one or no arguments"
msgstr "converted の引数は 0 〜 1 個です"

#. i18n: "converted" is a keyword
msgid "converted requires a revision"
msgstr "converted にはリビジョン識別子を指定してください"

msgid ""
"``date(interval)``\n"
"    Changesets within the interval, see :hg:`help dates`."
msgstr ""
"``date(interval)``\n"
"    指定期間中のリビジョン群。 期間指定の詳細は :hg:`help dates` を参照。"

#. i18n: "date" is a keyword
msgid "date requires a string"
msgstr "date には文字列を指定してください"

msgid ""
"``desc(string)``\n"
"    Search commit message for string. The match is case-insensitive."
msgstr ""
"``desc(string)``\n"
"    文字列をコミットログに持つリビジョン群。\n"
"    合致判定は文字大小を無視。"

#. i18n: "desc" is a keyword
msgid "desc requires a string"
msgstr "desc には文字列を指定してください"

#, fuzzy
msgid ""
"``descendants(set[, depth])``\n"
"    Changesets which are descendants of changesets in set, including the\n"
"    given changesets themselves."
msgstr ""
"``descendants(set)``\n"
"    指定リビジョン群の子孫リビジョン群。"

#. i18n: "descendants" is a keyword
#, fuzzy
msgid "descendants takes at least 1 argument"
msgstr "extra には最低1つの引数が必要です"

#. i18n: "descendants" is a keyword
#, fuzzy
msgid "descendants expects an integer depth"
msgstr "pad() の width 引数には数値を指定してください"

msgid ""
"``destination([set])``\n"
"    Changesets that were created by a graft, transplant or rebase "
"operation,\n"
"    with the given revisions specified as the source.  Omitting the optional "
"set\n"
"    is the same as passing all()."
msgstr ""
"``destination([set])``\n"
"    指定リビジョン群を元に、 graft, transplant, rebase 等によって、\n"
"    生成されたリビジョン群。 set 指定が省略された場合、 ``all()``\n"
"    指定相当とみなします。"

#, fuzzy
msgid ""
"``contentdivergent()``\n"
"    Final successors of changesets with an alternative set of final\n"
"    successors. (EXPERIMENTAL)"
msgstr ""
"``divergent()``\n"
"    他の最終後継リビジョンが存在する、 最終後継リビジョン群。"

#. i18n: "contentdivergent" is a keyword
#, fuzzy
msgid "contentdivergent takes no arguments"
msgstr "divergent には引数が指定できません"

#, fuzzy
msgid ""
"``extdata(source)``\n"
"    Changesets in the specified extdata source. (EXPERIMENTAL)"
msgstr ""
"``bisect(string)``\n"
"    探索状態に合致するリビジョン群:"

#. i18n: "extdata" is a keyword
#, fuzzy
msgid "extdata takes at least 1 string argument"
msgstr "extra には最低1つの引数が必要です"

msgid ""
"``extinct()``\n"
"    Obsolete changesets with obsolete descendants only."
msgstr ""
"``extinct()``\n"
"    子孫が全て廃止リビジョンな、廃止リビジョン群。"

#. i18n: "extinct" is a keyword
msgid "extinct takes no arguments"
msgstr "extinct には引数が指定できません"

msgid ""
"``extra(label, [value])``\n"
"    Changesets with the given label in the extra metadata, with the given\n"
"    optional value."
msgstr ""
"``extra(label, [value])``\n"
"    extra メタデータに、 特定の名前の値を持つリビジョン群。 値指定により、\n"
"    合致対象が更に絞り込まれます。"

msgid ""
"    Pattern matching is supported for `value`. See\n"
"    :hg:`help revisions.patterns`."
msgstr ""
"    引数 `value` には、 マッチング用パターンを指定できます。 詳細は\n"
"    :hg:`help revisions.patterns` を参照してください。"

#. i18n: "extra" is a keyword
msgid "extra takes at least 1 argument"
msgstr "extra には最低1つの引数が必要です"

#. i18n: "extra" is a keyword
msgid "first argument to extra must be a string"
msgstr "extra の第1引数には文字列を指定してください"

#. i18n: "extra" is a keyword
msgid "second argument to extra must be a string"
msgstr "extra の第2引数には文字列を指定してください"

msgid ""
"``filelog(pattern)``\n"
"    Changesets connected to the specified filelog."
msgstr ""
"``filelog(pattern)``\n"
"    パターンに合致するファイルの変更に関連付けられたリビジョン群。"

msgid ""
"    For performance reasons, visits only revisions mentioned in the file-"
"level\n"
"    filelog, rather than filtering through all changesets (much faster, but\n"
"    doesn't include deletes or duplicate changes). For a slower, more "
"accurate\n"
"    result, use ``file()``."
msgstr ""
"    性能上の理由から、 全リビジョンに対する変更実施の有無確認ではなく、\n"
"    ファイル単位の履歴記録を元に抽出します (高速な代わりに、 登録除外や、\n"
"    同一変更の複数実施などは、 検出できません)。  実行性能の高さよりも、\n"
"    正確な結果が必要な場合は ``file()`` を使用してください。"

msgid ""
"    If some linkrev points to revisions filtered by the current repoview, "
"we'll\n"
"    work around it to return a non-filtered value."
msgstr ""
"    不可視なリビジョンが該当する場合は、 別な可視リビジョンが無いか、\n"
"    ある程度の事後処理が実施されます (※ 訳注: 代替リビジョンの返却は、\n"
"    未保証です)"

#. i18n: "filelog" is a keyword
msgid "filelog requires a pattern"
msgstr "filelog にはパターンを指定してください"

msgid ""
"``first(set, [n])``\n"
"    An alias for limit()."
msgstr ""
"``first(set, [n])``\n"
"    limit() 記述の別名。"

#, python-format
msgid "%s expected a pattern"
msgstr "%s にはパターン文字列を指定してください"

#, fuzzy
msgid ""
"``follow([file[, startrev]])``\n"
"    An alias for ``::.`` (ancestors of the working directory's first "
"parent).\n"
"    If file pattern is specified, the histories of files matching given\n"
"    pattern in the revision given by startrev are followed, including copies."
msgstr ""
"``follow([pattern[, startrev]])``\n"
"    ``::.`` (作業領域の第1親の祖先リビジョン群) 記述の別名。\n"
"    パターン指定がある場合、 合致するファイルの履歴 (複製含む) を辿ります。\n"
"    パターン合致の判定は、 起点リビジョン (startrev 又は作業領域の第1親)\n"
"    時点の管理対象ファイルに対して行われます。"

msgid ""
"``followlines(file, fromline:toline[, startrev=., descend=False])``\n"
"    Changesets modifying `file` in line range ('fromline', 'toline')."
msgstr ""
"``followlines(file, fromline:toline[, startrev=., descend=False])``\n"
"    指定ファイル中の行範囲 fromline 〜 toline に関わる変更をした、\n"
"    一連のリビジョン。"

msgid ""
"    Line range corresponds to 'file' content at 'startrev' and should hence "
"be\n"
"    consistent with file size. If startrev is not specified, working "
"directory's\n"
"    parent is used."
msgstr ""
"    行範囲指定は、 リビジョン startrev における file の行数と、\n"
"    整合性が取れている必要があります。 startrev が未指定の場合、\n"
"    作業領域の親リビジョン指定相当とみなされます。"

msgid ""
"    By default, ancestors of 'startrev' are returned. If 'descend' is True,\n"
"    descendants of 'startrev' are returned though renames are (currently) "
"not\n"
"    followed in this direction."
msgstr ""
"    特に指定の無い場合は、 'startrev' の祖先が合致します。 'descend' が\n"
"    True の場合、 'startrev' の子孫が合致しますが、 この場合、 (現状では)\n"
"    改名には追従しません。"

msgid "followlines requires a line range"
msgstr "followlines には行範囲を指定してください"

#. i18n: "followlines" is a keyword
msgid "followlines expects exactly one revision"
msgstr "followlines に指定可能なリビジョンは1つのみです"

msgid "followlines requires a pattern"
msgstr "followlines にはパターンを指定してください"

#. i18n: "followlines" is a keyword
msgid "followlines expects exactly one file"
msgstr "followlines に指定可能なファイルは1つのみです"

#. i18n: "followlines" is a keyword
msgid "followlines expects a line range"
msgstr "followlines には行範囲を指定してください"

msgid "line range bounds must be integers"
msgstr "行範囲指定には整数値を使用してください"

#. i18n: "descend" is a keyword
#, fuzzy
msgid "descend argument must be a boolean"
msgstr "descend 引数には真偽値を指定してください"

msgid ""
"``all()``\n"
"    All changesets, the same as ``0:tip``."
msgstr ""
"``all()``\n"
"    全リビジョン。 ``0:tip`` と等価。"

#. i18n: "all" is a keyword
msgid "all takes no arguments"
msgstr "all には引数が指定できません"

msgid ""
"``grep(regex)``\n"
"    Like ``keyword(string)`` but accepts a regex. Use ``grep(r'...')``\n"
"    to ensure special escape characters are handled correctly. Unlike\n"
"    ``keyword(string)``, the match is case-sensitive."
msgstr ""
"``grep(regex)``\n"
"    ``keyword(string)`` と同等ですが、 正規表現を使用できます。\n"
"    ``grep(r'...')`` 形式の場合、 特殊文字もそのまま適用されます。\n"
"    (※ 訳注: 接頭辞 'r' の使用は、 バックスラッシュ等を含めて、\n"
"    文字列をそのまま使用する場合の Python 式の記法です)\n"
"    ``keyword(string)`` と異なり、 文字大小は無視されません。"

#. i18n: "grep" is a keyword
msgid "grep requires a string"
msgstr "grep には文字列を指定してください"

msgid ""
"``file(pattern)``\n"
"    Changesets affecting files matched by pattern."
msgstr ""
"``file(pattern)``\n"
"    パターンに合致するファイルに変更を行ったリビジョン群。"

msgid ""
"    For a faster but less accurate result, consider using ``filelog()``\n"
"    instead."
msgstr ""
"    多少厳密さに欠けても、 性能が必要な場合は、 代わりに ``filelog()``\n"
"    の使用を検討してみてください。"

msgid "    This predicate uses ``glob:`` as the default kind of pattern."
msgstr "    本述語でのパターンのデフォルト種別は ``glob:`` です。"

#. i18n: "file" is a keyword
msgid "file requires a pattern"
msgstr "file にはパターンを指定してください"

msgid ""
"``head()``\n"
"    Changeset is a named branch head."
msgstr ""
"``head()``\n"
"    名前付きブランチのヘッドリビジョン群。"

#. i18n: "head" is a keyword
msgid "head takes no arguments"
msgstr "head には引数が指定できません"

msgid ""
"``heads(set)``\n"
"    Members of set with no children in set."
msgstr ""
"``heads(set)``\n"
"    指定リビジョン中の、 子リビジョンを持たないリビジョン群。"

msgid ""
"``hidden()``\n"
"    Hidden changesets."
msgstr ""
"``hidden()``\n"
"    不可視状態のリビジョン群 (※ 訳注: 作業領域やブックマーク等から、\n"
"    到達できない廃止設定のリビジョン群のこと)。"

#. i18n: "hidden" is a keyword
msgid "hidden takes no arguments"
msgstr "hidden には引数が指定できません"

msgid ""
"``keyword(string)``\n"
"    Search commit message, user name, and names of changed files for\n"
"    string. The match is case-insensitive."
msgstr ""
"``keyword(string)``\n"
"    文字列が、 コミットログ、 ユーザ名、 変更対象ファイル名の、\n"
"    いずれかに合致するリビジョン群。 合致判定は文字大小を無視。"

msgid ""
"    For a regular expression or case sensitive search of these fields, use\n"
"    ``grep(regex)``."
msgstr ""
"    合致判定の際に、 正規表現を用いたり、 文字大小を区別する場合は、\n"
"    ``grep(regex)`` を使用してください。"

#. i18n: "keyword" is a keyword
msgid "keyword requires a string"
msgstr "keyword には文字列を指定してください"

msgid ""
"``limit(set[, n[, offset]])``\n"
"    First n members of set, defaulting to 1, starting from offset."
msgstr ""
"``limit(set[, n[, offset]])``\n"
"    指定リビジョン群の (offset 位置からの) n 個。 n が無指定の場合は 1。"

#. i18n: "limit" is a keyword
msgid "limit requires one to three arguments"
msgstr "limit の引数は 1 〜 3 個です"

#. i18n: "limit" is a keyword
msgid "limit expects a number"
msgstr "limit には数値を指定してください"

#, fuzzy
msgid "negative number to select"
msgstr "負値のオフセットは指定できません"

msgid "negative offset"
msgstr "負値のオフセットは指定できません"

msgid ""
"``last(set, [n])``\n"
"    Last n members of set, defaulting to 1."
msgstr ""
"``last(set, [n])``\n"
"    指定リビジョン群の末尾 n 個。 無指定時は 1。"

#. i18n: "last" is a keyword
msgid "last requires one or two arguments"
msgstr "last の引数は 1 〜 2 個です"

#. i18n: "last" is a keyword
msgid "last expects a number"
msgstr "last には数値を指定してください"

msgid ""
"``max(set)``\n"
"    Changeset with highest revision number in set."
msgstr ""
"``max(set)``\n"
"    指定リビジョン群中で、 リビジョン番号が最大のもの。"

msgid ""
"``merge()``\n"
"    Changeset is a merge changeset."
msgstr ""
"``merge()``\n"
"    マージ実施リビジョン群。"

#. i18n: "merge" is a keyword
msgid "merge takes no arguments"
msgstr "merge には引数が指定できません"

msgid ""
"``branchpoint()``\n"
"    Changesets with more than one child."
msgstr ""
"``branchpoint()``\n"
"    子リビジョンを2つ以上持つリビジョン群。"

#. i18n: "branchpoint" is a keyword
msgid "branchpoint takes no arguments"
msgstr "branchpoint には引数が指定できません"

msgid ""
"``min(set)``\n"
"    Changeset with lowest revision number in set."
msgstr ""
"``min(set)``\n"
"    指定リビジョン群中で、 リビジョン番号が最小のもの。"

msgid ""
"``modifies(pattern)``\n"
"    Changesets modifying files matched by pattern."
msgstr ""
"``modifies(pattern)``\n"
"    パターンに合致するファイルを変更したリビジョン群。"

#. i18n: "modifies" is a keyword
msgid "modifies requires a pattern"
msgstr "modifies にはパターンを指定してください"

msgid ""
"``named(namespace)``\n"
"    The changesets in a given namespace."
msgstr ""
"``named(namespace)``\n"
"    指定名前空間に属するリビジョン群。"

msgid ""
"    Pattern matching is supported for `namespace`. See\n"
"    :hg:`help revisions.patterns`."
msgstr ""
"    引数 `namespace` には、 マッチング用パターンを指定できます。 詳細は\n"
"    :hg:`help revisions.patterns` を参照してください。"

#. i18n: "named" is a keyword
msgid "named requires a namespace argument"
msgstr "named には名前空間名の引数指定が必要です"

#. i18n: "named" is a keyword
msgid "the argument to named must be a string"
msgstr "named には文字列を指定してください"

#, python-format
msgid "namespace '%s' does not exist"
msgstr "名前空間 '%s' は存在しません"

#, python-format
msgid "no namespace exists that match '%s'"
msgstr "'%s' に合致する名前空間はありません"

msgid ""
"``id(string)``\n"
"    Revision non-ambiguously specified by the given hex string prefix."
msgstr ""
"``id(string)``\n"
"    16進文字列をハッシュ値とみなして厳密に特定可能なリビジョン。"

#. i18n: "id" is a keyword
msgid "id requires one argument"
msgstr "id の引数は1個です"

#. i18n: "id" is a keyword
msgid "id requires a string"
msgstr "id には文字列を指定してください"

msgid ""
"``obsolete()``\n"
"    Mutable changeset with a newer version."
msgstr ""
"``obsolete()``\n"
"    新規リビジョンによる改変が可能なリビジョン群。\n"
"    (※ 訳注: 廃止設定されているリビジョン群のこと)"

#. i18n: "obsolete" is a keyword
msgid "obsolete takes no arguments"
msgstr "obsolete には引数が指定できません"

msgid ""
"``only(set, [set])``\n"
"    Changesets that are ancestors of the first set that are not ancestors\n"
"    of any other head in the repo. If a second set is specified, the result\n"
"    is ancestors of the first set that are not ancestors of the second set\n"
"    (i.e. ::<set1> - ::<set2>)."
msgstr ""
"``only(set1, [set2])``\n"
"    第1引数リビジョン群の祖先で、 且つ第2引数リビジョン群の祖先でないもの\n"
"    (::<set1> - ::<set2> と等価)。 第2引数省略時は、 構造的ヘッドの中で、\n"
"    第1引数とその子孫群に含まれないヘッドが、 比較対象として使用されます。\n"
"    (※ 訳注: ::<set1> - ::(heads() - heads(<set2>::)) と等価)"

#. i18n: "only" is a keyword
msgid "only takes one or two arguments"
msgstr "only の引数は 1 〜 2 個です"

msgid ""
"``origin([set])``\n"
"    Changesets that were specified as a source for the grafts, transplants "
"or\n"
"    rebases that created the given revisions.  Omitting the optional set is "
"the\n"
"    same as passing all().  If a changeset created by these operations is "
"itself\n"
"    specified as a source for one of these operations, only the source "
"changeset\n"
"    for the first operation is selected."
msgstr ""
"``origin([set])``\n"
"    指定リビジョン群の graft, transplant, rebase 等による生成の際に、\n"
"    元リビジョンとして指定されたリビジョン群。 set 指定が省略された場合、\n"
"    ``all()`` 指定相当とみなします。 当該操作で生成されたリビジョンが、 \n"
"    別のリビジョン生成の際に、 生成元として指定されている場合は、\n"
"    最初の生成操作における生成元のみが、 生成元とみなされます。"

msgid ""
"``outgoing([path])``\n"
"    Changesets not found in the specified destination repository, or the\n"
"    default push location."
msgstr ""
"``outgoing([path])``\n"
"    指定連携先または無指定時反映先に、 存在しないリビジョン群。"

#. i18n: "outgoing" is a keyword
msgid "outgoing takes one or no arguments"
msgstr "outgoing の引数は 0 〜 1 個です"

#. i18n: "outgoing" is a keyword
msgid "outgoing requires a repository path"
msgstr "outgoing にはリポジトリパスを指定してください"

msgid ""
"``p1([set])``\n"
"    First parent of changesets in set, or the working directory."
msgstr ""
"``p1([set])``\n"
"    指定リビジョン群または作業領域の、第1親リビジョン群。"

msgid ""
"``p2([set])``\n"
"    Second parent of changesets in set, or the working directory."
msgstr ""
"``p2([set])``\n"
"    指定リビジョン群または作業領域の、第2親リビジョン群。"

msgid ""
"``parents([set])``\n"
"    The set of all parents for all changesets in set, or the working "
"directory."
msgstr ""
"``parents([set])``\n"
"    指定リビジョン群または作業領域の、 全親リビジョン群。"

msgid ""
"``draft()``\n"
"    Changeset in draft phase."
msgstr ""
"``draft()``\n"
"    フェーズが draft なリビジョン群。"

#. i18n: "draft" is a keyword
msgid "draft takes no arguments"
msgstr "draft には引数が指定できません"

msgid ""
"``secret()``\n"
"    Changeset in secret phase."
msgstr ""
"``secret()``\n"
"    フェーズが secret なリビジョン群。"

#. i18n: "secret" is a keyword
msgid "secret takes no arguments"
msgstr "secret には引数が指定できません"

msgid ""
"``stack([revs])``\n"
"    Experimental revset for the stack of changesets or working directory\n"
"    parent. (EXPERIMENTAL)"
msgstr ""

msgid "^ expects a number 0, 1, or 2"
msgstr "^ には 0、 1 または 2 を指定してください"

msgid ""
"``present(set)``\n"
"    An empty set, if any revision in set isn't found; otherwise,\n"
"    all revisions in set."
msgstr ""
"``present(set)``\n"
"    指定リビジョン群に存在しないものが含まれている場合は空集合、\n"
"    それ以外なら指定リビジョン群そのもの。"

msgid ""
"    If any of specified revisions is not present in the local repository,\n"
"    the query is normally aborted. But this predicate allows the query\n"
"    to continue even in such cases."
msgstr ""
"    対象リビジョン群が、 存在しないリビジョンを含む場合、 通常であれば、\n"
"    処理が中断されますが、 present() によって処理を継続することができます。"

msgid ""
"``public()``\n"
"    Changeset in public phase."
msgstr ""
"``public()``\n"
"    フェーズが public なリビジョン群。"

#. i18n: "public" is a keyword
msgid "public takes no arguments"
msgstr "public には引数が指定できません"

msgid ""
"``remote([id [,path]])``\n"
"    Local revision that corresponds to the given identifier in a\n"
"    remote repository, if present. Here, the '.' identifier is a\n"
"    synonym for the current local branch."
msgstr ""
"``remote([id [,path]])``\n"
"    指定 id 相当のリビジョンが連携先に存在する場合は当該リビジョン、\n"
"    それ以外は空集合。 '.' 記述は現ブランチ名を指します。"

#. i18n: "remote" is a keyword
msgid "remote takes zero, one, or two arguments"
msgstr "remote の引数は 0 〜 2 個です"

#. i18n: "remote" is a keyword
msgid "remote requires a string id"
msgstr "remote には id 文字列を指定してください"

#. i18n: "remote" is a keyword
msgid "remote requires a repository path"
msgstr "remote にはリポジトリパスを指定してください"

msgid ""
"``removes(pattern)``\n"
"    Changesets which remove files matching pattern."
msgstr ""
"``removes(pattern)``\n"
"    パターンに合致する名前のファイルを登録除外したリビジョン群。"

#. i18n: "removes" is a keyword
msgid "removes requires a pattern"
msgstr "removes にはパターンを指定してください"

msgid ""
"``rev(number)``\n"
"    Revision with the given numeric identifier."
msgstr ""
"``rev(number)``\n"
"    数値に合致するリビジョン。"

#. i18n: "rev" is a keyword
msgid "rev requires one argument"
msgstr "rev の引数は1個です"

#. i18n: "rev" is a keyword
msgid "rev requires a number"
msgstr "rev には数値を指定してください"

#. i18n: "rev" is a keyword
msgid "rev expects a number"
msgstr "rev には数値を指定してください"

msgid ""
"``matching(revision [, field])``\n"
"    Changesets in which a given set of fields match the set of fields in "
"the\n"
"    selected revision or set."
msgstr ""
"``matching(revision [, field])``\n"
"    指定リビジョン群 (revision) と、指定項目 (field) 値が同一な、\n"
"    リビジョンの抽出 (※ 訳注: ``and`` 結合等での抽出元指定が無い場合、\n"
"    全リビジョンが抽出元になります)。"

msgid ""
"    To match more than one field pass the list of fields to match separated\n"
"    by spaces (e.g. ``author description``)."
msgstr ""
"    複数項目の合致判定は、 対象項目を空白区切りで指定します\n"
"    (例: 'author description')。"

msgid ""
"    Valid fields are most regular revision fields and some special fields."
msgstr "    リビジョンの一般的な項目以外に、 特別な項目も指定できます。"

msgid ""
"    Regular revision fields are ``description``, ``author``, ``branch``,\n"
"    ``date``, ``files``, ``phase``, ``parents``, ``substate``, ``user``\n"
"    and ``diff``.\n"
"    Note that ``author`` and ``user`` are synonyms. ``diff`` refers to the\n"
"    contents of the revision. Two revisions matching their ``diff`` will\n"
"    also match their ``files``."
msgstr ""
"    一般的な項目には、 ``description``, ``author``, ``branch``,\n"
"    ``date``, ``files``, ``phase``, ``parents``, ``substate``, ``user``\n"
"    および ``diff`` があります。 ``author`` と ``user`` は同一項目です。\n"
"    ``diff`` は各リビジョンでの差分を指します。 2つのリビジョンにおいて\n"
"    ``diff`` が一致する場合は ``files`` も一致します。"

msgid ""
"    Special fields are ``summary`` and ``metadata``:\n"
"    ``summary`` matches the first line of the description.\n"
"    ``metadata`` is equivalent to matching ``description user date``\n"
"    (i.e. it matches the main metadata fields)."
msgstr ""
"    特殊項目には ``summary`` および ``metadata`` があります: ``summary``\n"
"    は ``description`` の1行目に相当します。 ``metadata`` は\n"
"    ``description user date`` との合致に相当します (この名称は、\n"
"    「主なメタデータ項目との合致」判定に由来します)"

msgid ""
"    ``metadata`` is the default field which is used when no fields are\n"
"    specified. You can match more than one field at a time."
msgstr ""
"    フィールド指定が無い場合、 ``metadata`` フィールドが対象となります。\n"
"    同時に複数フィールドの合致判定が可能です。"

#. i18n: "matching" is a keyword
msgid "matching takes 1 or 2 arguments"
msgstr "matching の引数は 1 〜 2 個です"

#. i18n: "matching" is a keyword
msgid "matching requires a string as its second argument"
msgstr "matching の第2引数は文字列です"

#. i18n: "matching" is a keyword
#, python-format
msgid "unexpected field name passed to matching: %s"
msgstr "matching への想定外のフィールド名指定: %s"

msgid ""
"``reverse(set)``\n"
"    Reverse order of set."
msgstr ""
"``reverse(set)``\n"
"    指定リビジョン群の逆順。"

msgid ""
"``roots(set)``\n"
"    Changesets in set with no parent changeset in set."
msgstr ""
"``roots(set)``\n"
"    指定リビジョン群中の、 親リビジョンが指定リビジョン群中に存在しない、\n"
"    全リビジョン。"

#. i18n: "sort" is a keyword
msgid "sort requires one or two arguments"
msgstr "sort の引数は 1 〜 2 個です"

#. i18n: "sort" is a keyword
msgid "sort spec must be a string"
msgstr "sort には文字列を指定してください"

#, python-format
msgid "unknown sort key %r"
msgstr "未知の整列方式 %r"

#. i18n: "topo" is a keyword
msgid "topo sort order cannot be combined with other sort keys"
msgstr "整列指定 topo と他の整列指定は併用できません"

#. i18n: "topo" and "topo.firstbranch" are keywords
msgid "topo.firstbranch can only be used when using the topo sort key"
msgstr "topo.firstbranch は整列指定 topo 指定時のみ使用可能です"

msgid ""
"``sort(set[, [-]key... [, ...]])``\n"
"    Sort set by keys. The default sort order is ascending, specify a key\n"
"    as ``-key`` to sort in descending order."
msgstr ""
"``sort(set[, [-]key... [, ...]])``\n"
"    key での指定方法で整列した集合。 基本の整列方式は昇順で、\n"
"    降順整列の場合は ``-key`` 形式で記述します。"

msgid "    The keys can be:"
msgstr "    指定可能な整列方式は:"

msgid ""
"    - ``rev`` for the revision number,\n"
"    - ``branch`` for the branch name,\n"
"    - ``desc`` for the commit message (description),\n"
"    - ``user`` for user name (``author`` can be used as an alias),\n"
"    - ``date`` for the commit date\n"
"    - ``topo`` for a reverse topographical sort"
msgstr ""
"    - リビジョン番号順の ``rev``\n"
"    - ブランチ名順の ``branch``\n"
"    - コミットログ (description) 順の ``desc``\n"
"    - ユーザ名順の ``user`` (別名の ``author`` も使用可能)\n"
"    - コミット日時順の ``date``\n"
"    - ツリー構造逆順の ``topo`` (※ 訳注: 子孫 ⇒ 祖先の順序)"

msgid ""
"    The ``topo`` sort order cannot be combined with other sort keys. This "
"sort\n"
"    takes one optional argument, ``topo.firstbranch``, which takes a revset "
"that\n"
"    specifies what topographical branches to prioritize in the sort."
msgstr ""
"    整列指定 ``topo`` は他の整列指定と併用できません。 ``topo`` 指定時のみ\n"
"    ``topo.firstbranch`` オプション引数を指定可能です。 この引数には、\n"
"    整列の際にどのブランチを優先するか、 revsets 表記ベースで指定します。"

msgid ""
"``subrepo([pattern])``\n"
"    Changesets that add, modify or remove the given subrepo.  If no subrepo\n"
"    pattern is named, any subrepo changes are returned."
msgstr ""
"``subrepo([pattern])``\n"
"    指定サブリポジトリの追加、変更または削除を行ったリビジョン。\n"
"    パターン指定がない場合は、 サブリポジトリになんらかの変更を行った、\n"
"    全てのリビジョンが列挙されます。"

msgid "subrepo requires a pattern"
msgstr "subrepo にはパターン指定が必要です"

msgid ""
"``successors(set)``\n"
"    All successors for set, including the given set themselves"
msgstr ""

msgid ""
"``tag([name])``\n"
"    The specified tag by name, or all tagged revisions if no name is given."
msgstr ""
"``tag([name])``\n"
"    指定タグ対象リビジョン、 またはタグ付け対象の全リビジョン群。"

msgid ""
"    Pattern matching is supported for `name`. See\n"
"    :hg:`help revisions.patterns`."
msgstr ""
"    引数 `name` には、 マッチング用パターンを指定できます。 詳細は\n"
"    :hg:`help revisions.patterns` を参照してください。"

#. i18n: "tag" is a keyword
msgid "tag takes one or no arguments"
msgstr "tagged の引数は 0 〜 1 個です"

#. i18n: "tag" is a keyword
msgid "the argument to tag must be a string"
msgstr "tag には文字列を指定してください"

#, fuzzy
msgid ""
"``orphan()``\n"
"    Non-obsolete changesets with obsolete ancestors. (EXPERIMENTAL)"
msgstr ""
"``unstable()``\n"
"    祖先に廃止リビジョンを持つ、非廃止リビジョン群 (※ 訳注: 日本語訳では\n"
"    unstable を『非永続』と訳しています)"

#. i18n: "orphan" is a keyword
#, fuzzy
msgid "orphan takes no arguments"
msgstr "head には引数が指定できません"

msgid ""
"``user(string)``\n"
"    User name contains string. The match is case-insensitive."
msgstr ""
"``user(string)``\n"
"    文字列をユーザ名に持つリビジョン群。 合致判定は文字大小を無視。"

#, fuzzy
msgid ""
"``wdir()``\n"
"    Working directory. (EXPERIMENTAL)"
msgstr ""
"``wdir``\n"
"    作業領域ディレクトリを表す値 (実験的実装)"

#. i18n: "wdir" is a keyword
msgid "wdir takes no arguments"
msgstr "wdir には引数が指定できません"

msgid "empty query"
msgstr "問い合わせが空です"

#, python-format
msgid "syntax error in revset '%s'"
msgstr "revsets 表記 '%s' での文法エラー"

#, fuzzy
msgid "can't use '::' in this context"
msgstr "ここでは添え字値を使用できません"

msgid "can't negate that"
msgstr "負値にできません"

msgid "revset alias"
msgstr "revset 別名定義"

#, python-format
msgid "\"##\" can't concatenate \"%s\" element"
msgstr "\"##\" 演算子は \"%s\" 要素を結合できません"

msgid "here"
msgstr ""

#, python-format
msgid "unexpected revspec format character %s"
msgstr "想定外の revspec フォーマット文字 %s"

#, fuzzy
msgid "incomplete revspec format character"
msgstr "想定外の revspec フォーマット文字 %s"

#, fuzzy
msgid "missing argument for revspec"
msgstr "引数がありません"

#, fuzzy
msgid "invalid argument for revspec"
msgstr "引数が不正です"

#, fuzzy
msgid "too many revspec arguments specified"
msgstr "オプション指定が過剰です"

#, python-format
msgid "cannot %s null changeset"
msgstr "null リビジョンに対する %s 操作はできません"

msgid "no changeset checked out"
msgstr "作業領域が未更新です"

#, python-format
msgid "cannot %s while merging"
msgstr "マージ実施中は %s 操作はできません"

#, python-format
msgid "cannot %s public changesets"
msgstr "public フェーズのリビジョンに対する %s 操作はできません"

#, python-format
msgid "cannot %s changeset with children"
msgstr "子孫を持つリビジョンに対する %s 操作はできません"

#, python-format
msgid "no changes found (ignored %d secret changesets)\n"
msgstr "差分はありません (secret フェーズの %d 個のリビジョンは無視)\n"

#, python-format
msgid "timed out waiting for lock held by %r"
msgstr "%s のロック解放待ちを断念"

#, python-format
msgid "lock held by %r"
msgstr "%s によるロック保持"

#, python-format
msgid "abort: %s: %s\n"
msgstr "中止: %s: %s\n"

msgid "(lock might be very busy)\n"
msgstr "(ロック要求殺到中と思われます)\n"

#, python-format
msgid "abort: could not lock %s: %s\n"
msgstr "中止: %s のロックに失敗: %s\n"

msgid "abort: remote error:\n"
msgstr "中止: 連携エラー:\n"

msgid "abort: remote error\n"
msgstr "中止: 連携エラー\n"

#, python-format
msgid "abort: %s!\n"
msgstr "中止: %s!\n"

#, python-format
msgid "abort: %s"
msgstr "中止: %s"

msgid " empty string\n"
msgstr " 空文字列\n"

#, python-format
msgid "abort: file censored %s!\n"
msgstr "中止: 検閲対象ファイルです: %s\n"

msgid "abort: working directory revision cannot be specified\n"
msgstr "中止: 作業領域 (wdir) は指定できません\n"

msgid "(did you forget to compile extensions?)\n"
msgstr "(エクステンションのコンパイルを忘れていませんか?)\n"

msgid "(is your Python install correct?)\n"
msgstr "(Python は正しくインストールされていますか?)\n"

#, python-format
msgid "abort: error: %s\n"
msgstr "中止: エラー: %s\n"

#, python-format
msgid "abort: %s: '%s'\n"
msgstr "中止: %s: '%s'\n"

msgid "abort: out of memory\n"
msgstr "中止: メモリ不足\n"

#, python-format
msgid "%r cannot be used in a name"
msgstr "%r は名前定義に使用できません"

msgid "cannot use an integer as a name"
msgstr "数値だけの名前は使用できません"

#, python-format
msgid "leading or trailing whitespace in name %r"
msgstr "名称 %r の冒頭/末尾に空白文字があります"

#, python-format
msgid "ui.portablefilenames value is invalid ('%s')"
msgstr "ui.portablefilenames 値が不正です ('%s')"

#, python-format
msgid "possible case-folding collision for %s"
msgstr "ファイル名の文字大小の問題で %s が衝突します"

#, python-format
msgid "hidden revision '%s'"
msgstr "'%s' は不可視リビジョンです"

msgid "use --hidden to access hidden revisions"
msgstr "不可視リビジョンへのアクセス時には --hidden 指定が必要です"

#, python-format
msgid "filtered revision '%s' (not in '%s' subset)"
msgstr "'%s' はフィルタリング対象リビジョンです ('%s' には属しません)"

msgid "empty revision range"
msgstr "該当するリビジョンがありません"

msgid "empty revision on one side of range"
msgstr "リビジョン対指定の一方が無効です"

#, python-format
msgid "creating directory: %s\n"
msgstr "ディレクトリの作成中: %s\n"

#, python-format
msgid "removing conflicting file: %s\n"
msgstr "同名ファイルの削除中: %s\n"

#, python-format
msgid "removing conflicting directory: %s\n"
msgstr "同名ディレクトリの削除中: %s\n"

#, python-format
msgid "recording removal of %s as rename to %s (%d%% similar)\n"
msgstr "%s の削除を %s へのファイル名変更として記録中 (類似度 %d%%)\n"

#, python-format
msgid "%s has not been committed yet, so no copy data will be stored for %s.\n"
msgstr "%s は未コミットなので、 %s のコピーデータは残りません\n"

msgid ".hg/requires file is corrupt"
msgstr ".hg/requires ファイルが破損しています"

#, python-format
msgid "repository requires features unknown to this Mercurial: %s"
msgstr "リポジトリの要求する機能が実行中のMercurialにとって未知です: %s"

msgid ""
"see https://mercurial-scm.org/wiki/MissingRequirement for more information"
msgstr "詳細は https://mercurial-scm.org/wiki/MissingRequirement 参照"

#, python-format
msgid "unknown extdata source '%s'"
msgstr "外部データソース '%s' は未知のものです"

#, python-format
msgid "extdata command '%s' failed: %s"
msgstr "外部データコマンド '%s' が失敗: %s"

msgid "empty simplekeyvalue file"
msgstr "simplekeyvalue ファイルが空です"

#, python-format
msgid "%r can't be used as a key"
msgstr "%r はキーとして使用できません"

#, python-format
msgid "obsoleted %i changesets\n"
msgstr "%i 個のリビジョンを廃止\n"

#, python-format
msgid "%i new %s changesets\n"
msgstr "%i 個のリビジョンを新規 %s 化\n"

#, python-format
msgid "new changesets %s\n"
msgstr "新規リビジョン範囲 %s\n"

#, python-format
msgid "%s and %d others"
msgstr "%s 他 %d 個"

#, python-format
msgid "rejecting multiple heads on branch \"%s\""
msgstr "ブランチ \"%s\" の複数ヘッド化を拒否"

#, python-format
msgid "%d heads: %s"
msgstr "%d 個のヘッド: %s"

#, python-format
msgid "warning: accessing hidden changesets for write operation: %s\n"
msgstr "警告: 不可視リビジョンへの改変操作: %s\n"

#, python-format
msgid "invalid value for --daemon-postexec: %s"
msgstr "--daemon-postexec への指定値が不正です: %s"

msgid "child process failed to start"
msgstr "子プロセスの生成に失敗"

#, python-format
msgid "unknown mode %s"
msgstr "未知のモード %s"

msgid "--web-conf cannot be used with --subrepos"
msgstr "--web-conf と --subrepos は併用できません"

msgid "searching for changes\n"
msgstr "変更点を探索中\n"

msgid "all local heads known remotely\n"
msgstr "手元の全ヘッドは連携先でも既知です\n"

msgid "sampling from both directions\n"
msgstr "両方向から採取中\n"

msgid "queries"
msgstr "問い合わせ"

msgid "repository is unrelated"
msgstr "無関係なリポジトリです"

msgid "warning: repository is unrelated\n"
msgstr "警告: 無関係なリポジトリです\n"

msgid "searching for exact renames"
msgstr "厳密な改名を探索中"

msgid "searching for similar files"
msgstr "類似ファイルを探索中"

#, python-format
msgid "%s looks like a binary file."
msgstr "%s はバイナリファイルのようです。"

msgid "can only specify three labels."
msgstr "ラベルは3つのみ指定可。"

msgid "sparse config cannot have includes after excludes"
msgstr ""

#, python-format
msgid "sparse config entry outside of section: %s"
msgstr ""

msgid "add an [include] or [exclude] line to declare the entry type"
msgstr ""

#, python-format
msgid "warning: sparse profile cannot use paths starting with /, ignoring %s\n"
msgstr ""

#, fuzzy
msgid "cannot parse sparse patterns from working directory"
msgstr "作業領域の親リビジョンの内容は検閲できません"

msgid "dropping temporarily included sparse files"
msgstr ""

#, python-format
msgid "cleaned up %d temporarily added file(s) from the sparse checkout\n"
msgstr ""

#, python-format
msgid "temporarily included %d file(s) in the sparse checkout for merging\n"
msgstr ""

#, fuzzy, python-format
msgid "pending changes to '%s'\n"
msgstr "リビジョン %s を改変中\n"

#, fuzzy
msgid "could not update sparseness due to pending changes"
msgstr "変更をコミットするか、変更を破棄 (update --clean) してください"

msgid ""
"cannot change sparseness due to pending changes (delete the files or use --"
"force to bring them back dirty)"
msgstr ""

#, fuzzy
msgid "paths cannot be absolute"
msgstr "%s の削除に失敗"

#, fuzzy, python-format
msgid "Profiles changed: %d\n"
msgstr "ファイル変更なし"

#, fuzzy, python-format
msgid "Include rules changed: %d\n"
msgstr "履歴反映対象に非永続 (unstable) リビジョンが含まれます!: %s"

#, fuzzy, python-format
msgid "Exclude rules changed: %d\n"
msgstr "履歴反映対象に非永続 (unstable) リビジョンが含まれます!: %s"

#, python-format
msgid "Files added: %d\n"
msgstr ""

#, python-format
msgid "Files dropped: %d\n"
msgstr ""

#, python-format
msgid "Files conflicting: %d\n"
msgstr ""

msgid "no suitable response from remote hg"
msgstr "連携先リポジトリからの応答が不適切"

#, python-format
msgid "unexpected remote reply: %s"
msgstr "想定外の連携先リポジトリ応答: %s"

msgid "check previous remote output"
msgstr "連携先からの直前の出力を確認してください"

#, python-format
msgid "unknown version of SSH protocol: %s"
msgstr "未知の SSH プロトコルバージョン: %s"

#, python-format
msgid "couldn't parse location %s"
msgstr "URL %s の解析に失敗"

msgid "password in URL not supported"
msgstr "パスワード付き URL は未サポートです"

msgid "could not create remote repo"
msgstr "指定リポジトリの作成に失敗"

msgid "capability exchange failed"
msgstr "連携機能確認に失敗しました"

msgid "capath not supported"
msgstr "capath は未サポートです"

msgid "cadata not supported"
msgstr "cadata は未サポートです"

#, python-format
msgid "unsupported protocol from hostsecurity.%s: %s"
msgstr "hostsecurity.%s での未サポートプロトコルの指定: %s"

#, python-format
msgid "valid protocols: %s"
msgstr "利用可能なプロトコル: %s"

#, python-format
msgid ""
"warning: connecting to %s using legacy security technology (TLS 1.0); see "
"https://mercurial-scm.org/wiki/SecureConnections for more info\n"
msgstr ""
"警告: セキュリティレベルの低い方式 (TLS 1.0) で %s と通信中(詳細は https://"
"mercurial-scm.org/wiki/SecureConnections 参照)\n"

#, python-format
msgid "invalid fingerprint for %s: %s"
msgstr "ホスト %s のフィンガープリント指定の不正: %s"

msgid "must begin with \"sha1:\", \"sha256:\", or \"sha512:\""
msgstr "指定可能な前置詞は \"sha1:\", \"sha256:\", \"sha512:\" です"

#, python-format
msgid ""
"(hostsecurity.%s:verifycertsfile ignored when host fingerprints defined; "
"using host fingerprints for verification)\n"
msgstr ""
"(ホストのフィンガープリントが指定されているので、hostsecurity.%s:"
"verifycertsfile 設定を無視して、フィンガープリントで証明書を検証します)\n"

#, python-format
msgid "path specified by %s does not exist: %s"
msgstr "%s 設定で指定されたパスが存在しません: %s"

#, python-format
msgid "could not find web.cacerts: %s"
msgstr "web.cacerts が見つかりません: %s"

#, python-format
msgid "current Python does not support protocol setting %s"
msgstr "利用中の Python では、プロトコル設定 %s が未サポートです"

msgid "upgrade Python or disable setting since only TLS 1.0 is supported"
msgstr ""
"新しい Python で Mercurial を実行するか、唯一利用可能な TLS 1.0 を使用してく"
"ださい"

msgid "this should not happen"
msgstr "内部エラー: 想定外の状況です"

msgid "serverhostname argument is required"
msgstr "内部エラー: serverhostname 引数が未指定です"

#, python-format
msgid "certificate file (%s) does not exist; cannot connect to %s"
msgstr "証明書ファイル (%s) が存在しません。%s に接続できません。"

msgid "restore missing file or fix references in Mercurial config"
msgstr ""

#, python-format
msgid "could not set ciphers: %s"
msgstr "暗号形式の指定に失敗: %s"

#, python-format
msgid "change cipher string (%s) in config"
msgstr "設定ファイルでの暗号形式指定 (%s) を修正してください"

#, python-format
msgid "passphrase for %s: "
msgstr "%s のパスフレーズ: "

#, python-format
msgid "error loading CA file %s: %s"
msgstr "CA 証明書 %s の読み込みに失敗: %s"

msgid "file is empty or malformed?"
msgstr "ファイルが空か、不正な形式の可能性があります"

msgid ""
"(an attempt was made to load CA certificates but none were loaded; see "
"https://mercurial-scm.org/wiki/SecureConnections for how to configure "
"Mercurial to avoid this error)\n"
msgstr ""
"(CA 証明書読み込み処理の実施にも関わらず、証明書は読み込まれませんでした。こ"
"の問題を解消する Mercurial 設定の詳細はhttps://mercurial-scm.org/wiki/"
"SecureConnections 参照)\n"

#, python-format
msgid ""
"(could not communicate with %s using security protocols %s; if you are using "
"a modern Mercurial version, consider contacting the operator of this server; "
"see https://mercurial-scm.org/wiki/SecureConnections for more info)\n"
msgstr ""
"(ホスト %s とはプロトコル %s で通信できません。接続先ホストの管理者に問い合わ"
"せてみてください。詳細は https://mercurial-scm.org/wiki/SecureConnections 参"
"照)\n"

#, python-format
msgid ""
"(could not communicate with %s using TLS 1.0; the likely cause of this is "
"the server no longer supports TLS 1.0 because it has known security "
"vulnerabilities; see https://mercurial-scm.org/wiki/SecureConnections for "
"more info)\n"
msgstr ""
"(ホスト %s とは TLS 1.0 で通信できません。TLS 1.0 には既知の脆弱性があるた"
"め、接続先で無効化している可能性があります。詳細は https://mercurial-scm.org/"
"wiki/SecureConnections 参照)\n"

#, python-format
msgid ""
"(could not negotiate a common security protocol (%s+) with %s; the likely "
"cause is Mercurial is configured to be more secure than the server can "
"support)\n"
msgstr ""
"(セキュリティプロトコル %s+ ではホスト %s と合意できません。Mercurial 側で要"
"求するセキュリティレベルに、接続先側が対応できない可能性があります)\n"

#, python-format
msgid ""
"(consider contacting the operator of this server and ask them to support "
"modern TLS protocol versions; or, set hostsecurity.%s:minimumprotocol=tls1.0 "
"to allow use of legacy, less secure protocols when communicating with this "
"server)\n"
msgstr ""
"(接続先ホストの管理者に TLS プロトコルのサポート状況を確認してください。この"
"ホストとの通信時セキュリティレベルが低くても構わない場合はhostsecurity.%s:"
"minimumprotocol=tls1.0 を設定する手もあります)\n"

msgid "(see https://mercurial-scm.org/wiki/SecureConnections for more info)\n"
msgstr "(詳細は https://mercurial-scm.org/wiki/SecureConnections 参照)\n"

msgid ""
"(the full certificate chain may not be available locally; see \"hg help "
"debugssl\")\n"
msgstr ""

msgid "ssl connection failed"
msgstr "ssl 接続に失敗"

#, python-format
msgid "referenced certificate file (%s) does not exist"
msgstr "指定された証明書ファイル (%s) が存在しません"

msgid "TLS 1.1 not supported by this Python"
msgstr "利用中の Python では TLS 1.1 が未サポートです"

msgid "TLS 1.2 not supported by this Python"
msgstr "利用中の Python では TLS 1.2 が未サポートです"

#, python-format
msgid "invalid value for serverexactprotocol: %s"
msgstr "不正な serverexactprotocol 指定値: %s"

#, python-format
msgid "too many wildcards in certificate DNS name: %s"
msgstr "証明書 DNS 名称中のワイルドカード過多: %s"

msgid "no certificate received"
msgstr "証明書が指定されていません"

msgid "IDN in certificate not supported"
msgstr "証明書の IDN は未サポートです"

#, python-format
msgid "certificate is for %s"
msgstr "%s 用の証明書ファイル"

msgid "no commonName or subjectAltName found in certificate"
msgstr "証明書に commonName や subjectAltName が含まれていません"

msgid ""
"(unable to load Windows CA certificates; see https://mercurial-scm.org/wiki/"
"SecureConnections for how to configure Mercurial to avoid this message)\n"
msgstr ""
"(Windows の CA 証明書が読み込めません。この問題を解消する Mercurial 設定の詳"
"細はhttps://mercurial-scm.org/wiki/SecureConnections 参照)\n"

msgid ""
"(unable to load CA certificates; see https://mercurial-scm.org/wiki/"
"SecureConnections for how to configure Mercurial to avoid this message)\n"
msgstr ""
"(CA 証明書が読み込めません。この問題を解消する Mercurial 設定の詳細はhttps://"
"mercurial-scm.org/wiki/SecureConnections 参照)\n"

#, python-format
msgid ""
"(using CA certificates from %s; if you see this message, your Mercurial "
"install is not properly configured; see https://mercurial-scm.org/wiki/"
"SecureConnections for how to configure Mercurial to avoid this message)\n"
msgstr ""
"(CA 証明書を %s から読み込みます。このメッセージは Mercurial のインストールが"
"不完全な場合に表示されます。この問題を解消する Mercurial 設定の詳細はhttps://"
"mercurial-scm.org/wiki/SecureConnections 参照)\n"

#, python-format
msgid "%s ssl connection error"
msgstr "%s への ssl 接続に失敗"

#, python-format
msgid "%s certificate error: no certificate received"
msgstr "%s の証明書検証に失敗: 証明書が受け取れません"

#, python-format
msgid ""
"warning: connection security to %s is disabled per current settings; "
"communication is susceptible to eavesdropping and tampering\n"
msgstr ""
"警告: ホスト %s との接続は、設定により証明書検証が抑止されています。通信内容"
"の傍受や改ざんの可能性に注意してください。\n"

#, python-format
msgid ""
"(SHA-1 fingerprint for %s found in legacy [hostfingerprints] section; if you "
"trust this fingerprint, remove the old SHA-1 fingerprint from "
"[hostfingerprints] and add the following entry to the new [hostsecurity] "
"section: %s:fingerprints=%s)\n"
msgstr ""
"(旧来の [hostfingerprints] セクションに %s 向けの SHA-1 フィンガープリントが"
"記述されています。この値が信用できる場合は、SHA-1 フィンガープリントを旧来の"
"[hostfingerprints] エントリから削除し、後述する設定を [hostsecurity]セクショ"
"ンに記述してください: %s.fingerprints=%s)\n"

#, python-format
msgid "certificate for %s has unexpected fingerprint %s"
msgstr "%s の証明書の fingerprint が想定外の値 %s です"

#, python-format
msgid "check %s configuration"
msgstr "%s 設定を確認してください"

#, python-format
msgid ""
"unable to verify security of %s (no loaded CA certificates); refusing to "
"connect"
msgstr ""
"CA 証明書不在によりホスト %s との接続を検証できないため、接続を拒否します"

#, python-format
msgid ""
"see https://mercurial-scm.org/wiki/SecureConnections for how to configure "
"Mercurial to avoid this error or set hostsecurity.%s:fingerprints=%s to "
"trust this server"
msgstr ""
"この問題を解消する Mercurial 設定の詳細はhttps://mercurial-scm.org/wiki/"
"SecureConnection 参照。接続先を信用する場合は hostsecurity.%s:fingerprints="
"%s 設定で回避可能です。"

#, python-format
msgid "%s certificate error: %s"
msgstr "%s の証明書検証に失敗: %s"

#, python-format
msgid ""
"set hostsecurity.%s:certfingerprints=%s config setting or use --insecure to "
"connect insecurely"
msgstr ""
"hostsecurity.%s:certfingerprints=%s を設定するか、非セキュア接続構わなければ "
"--insecure を指定してください"

#, python-format
msgid "'%s' does not appear to be an hg repository"
msgstr "'%s' は Mercurial リポジトリ形式とは思われません"

msgid "lock not available"
msgstr "ロックできません"

msgid "cannot lock static-http repository"
msgstr "static-http リポジトリはロックできません"

msgid "cannot create new static-http repository"
msgstr "static-http リポジトリの新規作成はできません"

#, python-format
msgid "invalid entry in fncache, line %d"
msgstr "ファイル名キャッシュに不正なエントリ: %d 行目"

msgid "warning: stream clone requested but server has them disabled\n"
msgstr ""

#, python-format
msgid ""
"warning: stream clone requested but client is missing requirements: %s\n"
msgstr ""

msgid ""
"(see https://www.mercurial-scm.org/wiki/MissingRequirement for more "
"information)\n"
msgstr "(詳細は https://www.mercurial-scm.org/wiki/MissingRequirement 参照)\n"

msgid "unexpected response from remote server:"
msgstr "想定外の連携先サーバ応答:"

msgid "operation forbidden by server"
msgstr "その処理はサーバで禁止されています"

msgid "locking the remote repository failed"
msgstr "連携先リポジトリのロックに失敗"

msgid "the server sent an unknown error code"
msgstr "サーバが未知のエラーコードを返却しました"

#, python-format
msgid "writing %d bytes for %d files\n"
msgstr "%d バイト (%d ファイル) の書き出し中\n"

# this is left untranslated intentionally, because this is VERY
# GENERIC word (by foozy@lares.dti.ne.jp)
msgid "bundle"
msgstr ""

msgid "bytes"
msgstr "バイト"

#, python-format
msgid "%d files to transfer, %s of data\n"
msgstr "%d 個のファイル転送(データ量 %s)\n"

msgid "clone"
msgstr "複製"

#, python-format
msgid "transferred %s in %.1f seconds (%s/sec)\n"
msgstr "%s を %.1f 秒で送信しました (%s/秒)\n"

#, python-format
msgid "only uncompressed stream clone bundles are supported; got %s"
msgstr "非圧縮の stream clone bundle のみがサポート対象です: %s を検出"

msgid "malformed stream clone bundle: requirements not properly encoded"
msgstr "不正な形式の stream clone bundle です: requirements の符号化不正"

msgid "cannot apply stream clone bundle on non-empty repo"
msgstr "stream clone bundle での複製は、空リポジトリにしか適用できません"

#, python-format
msgid "unable to apply stream clone: unsupported format: %s"
msgstr "stream clone が適用できません: 未サポートな形式 %s"

#, fuzzy, python-format
msgid "(in subrepository \"%s\")"
msgstr "(サブリポジトリ %s で発生)"

#, python-format
msgid ""
" subrepository sources for %s differ\n"
"use (l)ocal source (%s) or (r)emote source (%s)?$$ &Local $$ &Remote"
msgstr ""
" サブリポジトリ %s の未コミット変更が、参照先更新の影響を受けます。\n"
"現行内容 (%s ベース):(l)ocal と、 他方側参照先 (%s):(r)emote のどちらを採用し"
"ますか?$$ &Local $$ &Remote"

#, python-format
msgid ""
" subrepository sources for %s differ (in checked out version)\n"
"use (l)ocal source (%s) or (r)emote source (%s)?$$ &Local $$ &Remote"
msgstr ""
" サブリポジトリ %s の内容が、異なる参照先で更新されています。\n"
"現行内容 (%s):(l)ocal と、他方側参照先 (%s):(r)emote のどちらを採用しますか?"
"$$ &Local $$ &Remote"

#, python-format
msgid "warning: removing potentially hostile 'hgrc' in '%s'\n"
msgstr "警告: 潜在的な問題となりえる '%s' 中の hgrc ファイルを破棄します\n"

#, fuzzy, python-format
msgid "subrepo '%s' traverses symbolic link"
msgstr "パス %r はシンボリックリンク '%r' が含まれています"

#, fuzzy
msgid "subrepos not enabled"
msgstr "%r にはリスト処理を適用できません"

#, fuzzy
msgid "see 'hg help config.subrepos' for details"
msgstr "詳細は 'hg help phases' 参照"

#, python-format
msgid "%s subrepos not allowed"
msgstr ""

#, python-format
msgid "unknown subrepo type %s"
msgstr "未知のサブリポジトリ種別 '%s'"

#, fuzzy, python-format
msgid "uncommitted changes in subrepository \"%s\""
msgstr "サブリポジトリ '%s' の変更が未コミットです"

msgid "addremove is not supported"
msgstr "addremove は未サポートです"

#, python-format
msgid "archiving (%s)"
msgstr "アーカイブ中 (%s)"

#, python-format
msgid "warning: removefiles not implemented (%s)"
msgstr "警告: サブリポジトリ %s ではファイルの破棄が未サポートです"

#, python-format
msgid "%s: reverting %s subrepos is unsupported\n"
msgstr "%s: サブリポジトリ %s では変更の取り消しが未サポートです\n"

#, python-format
msgid "warning: error \"%s\" in subrepository \"%s\"\n"
msgstr "警告: エラー \"%s\" がサブリポジトリ \"%s\" で発生\n"

#, python-format
msgid "removing subrepo %s\n"
msgstr "サブリポジトリの %s を登録除外中\n"

#, fuzzy, python-format
msgid "sharing subrepo %s from %s\n"
msgstr "サブリポジトリ %s に %s から複製中\n"

#, python-format
msgid "cloning subrepo %s from %s\n"
msgstr "サブリポジトリ %s に %s から複製中\n"

#, python-format
msgid "pulling subrepo %s from %s\n"
msgstr "サブリポジトリ %s に %s から取り込み中\n"

#, fuzzy, python-format
msgid "revision %s in subrepository \"%s\" is hidden\n"
msgstr "リビジョン %s はサブリポジトリ %s 中の不可視リビジョンです\n"

#, python-format
msgid "no changes made to subrepo %s since last push to %s\n"
msgstr "サブリポジトリ %s は、直前の %s への反映以降の変更がありません\n"

#, python-format
msgid "pushing subrepo %s to %s\n"
msgstr "サブリポジトリ %s から %s へ反映中\n"

#, python-format
msgid "reverting subrepo %s\n"
msgstr "サブリポジトリ %s の変更取り消し中\n"

#, fuzzy, python-format
msgid "unsharing subrepo '%s'\n"
msgstr "サブリポジトリ %s から %s へ反映中\n"

#, python-format
msgid "subrepo '%s' is hidden in revision %s\n"
msgstr "サブリポジトリ '%s' の参照先はリビジョン %s 時点で不可視です\n"

#, python-format
msgid "subrepo '%s' not found in revision %s\n"
msgstr "サブリポジトリ '%s' はリビジョン %s 時点で不在です\n"

#, python-format
msgid "'svn' executable not found for subrepo '%s'"
msgstr "サブリポジトリ '%s' に使用する 'svn' コマンドが見つかりません"

msgid "cannot retrieve svn tool version"
msgstr "svn ツールのバージョンが取得できません"

msgid "cannot commit svn externals"
msgstr "svn 外部リポジトリに commit できません"

msgid "cannot commit missing svn entries"
msgstr "svn 管理対象に不在ファイルがある状態では commit できません"

msgid "failed to commit svn changes"
msgstr "svn への変更コミットに失敗しました"

#, python-format
msgid "not removing repo %s because it has changes.\n"
msgstr "変更が含まれているため、 リポジトリ %s は削除されません\n"

#, python-format
msgid "error executing git for subrepo '%s': %s"
msgstr "サブリポジトリ '%s' での git コマンド実行に失敗しました: %s"

msgid "check git is installed and in your PATH"
msgstr "PATH から参照可能な位置への git のインストールを確認してください"

#, python-format
msgid "couldn't find 'git' or 'git.cmd' for subrepo '%s'"
msgstr "サブリポジトリ '%s' で使用する 'git' または 'git.cmd' がありません"

#, python-format
msgid "couldn't find git for subrepo '%s'"
msgstr "サブリポジトリ '%s' で使用する 'git' がありません"

msgid "cannot retrieve git version\n"
msgstr "git のバージョン情報が取得できません\n"

msgid "git subrepo requires at least 1.6.0 or later"
msgstr "サブリポジトリ利用には 1.6.0 以降の git が必要です"

msgid "git subrepo requires at least 1.6.0 or later\n"
msgstr "サブリポジトリ利用には 1.6.0 以降の git が必要です\n"

#, python-format
msgid "git %s error %d in %s"
msgstr "git %s 実行のエラー %d がサブリポジトリ %s で発生"

#, fuzzy, python-format
msgid "revision %s does not exist in subrepository \"%s\"\n"
msgstr "リビジョン %s はサブリポジトリ %s には存在しません\n"

#, fuzzy, python-format
msgid "checking out detached HEAD in subrepository \"%s\"\n"
msgstr "サブリポジトリ %s において、切り離された HEAD が取り出されました。\n"

msgid "check out a git branch if you intend to make changes\n"
msgstr "変更を実施するなら、 git ブランチを取り出してください。\n"

#, python-format
msgid "subrepo %s is missing"
msgstr "サブリポジトリ %s が見つかりません"

#, fuzzy, python-format
msgid "unrelated git branch checked out in subrepository \"%s\"\n"
msgstr "サブリポジトリ %s は、 無関係な git ブランチで更新されています\n"

#, fuzzy, python-format
msgid "pushing branch %s of subrepository \"%s\"\n"
msgstr "ブランチ %s をサブリポジトリ %s から反映中\n"

#, fuzzy, python-format
msgid ""
"no branch checked out in subrepository \"%s\"\n"
"cannot push revision %s\n"
msgstr ""
"サブリポジトリ %s にブランチが取り出されていません。\n"
"リビジョン %s を反映できません。\n"

#, python-format
msgid "warning: subrepo spec file '%s' not found\n"
msgstr "警告: サブリポジトリの spec ファイル '%s' が見つかりません\n"

#, python-format
msgid "subrepo spec file '%s' not found"
msgstr "サブリポジトリの spec ファイル '%s' が見つかりません"

#, python-format
msgid "invalid subrepository revision specifier in '%s' line %d"
msgstr "'%s' の %d 行目におけるサブリポジトリのリビジョン指定が不正です"

#, python-format
msgid "bad subrepository pattern in %s: %s"
msgstr "%s におけるサブリポジトリ指定の不正: %s"

#, fuzzy
msgid "missing ] in subrepository source"
msgstr "サブリポジトリ元指定に ] がありません"

#, python-format
msgid ""
" subrepository sources for %(s)s differ\n"
"use (l)ocal%(l)s source (%(lo)s) or (r)emote%(o)s source (%(ro)s)?$$ &Local $"
"$ &Remote"
msgstr ""
" サブリポジトリ %(s)s の連携先が異なっています。\n"
"現行側%(l)s 連携先 (%(lo)s):(l)ocal と、他方側%(o)s 連携先 (%(ro)s):(r)emote "
"のどちらを採用しますか?$$ &Local $$ &Remote"

#, python-format
msgid ""
" subrepository %(s)s diverged (local revision: %(sl)s, remote revision: "
"%(sr)s)\n"
"(M)erge, keep (l)ocal%(l)s or keep (r)emote%(o)s?$$ &Merge $$ &Local $$ "
"&Remote"
msgstr ""
" サブリポジトリ %(s)s の参照先が異なっています (現行側: %(sl)s, 他方側: "
"%(sr)s)\n"
"両者のマージ:(m)erge, 現行側%(l)s 参照先:(l)ocal, 他方側%(o)s 参照先:"
"(r)emote のいずれを採用しますか?$$ &Merge $$ &Local $$ &Remote"

#, python-format
msgid ""
" local%(l)s changed subrepository %(s)s which remote%(o)s removed\n"
"use (c)hanged version or (d)elete?$$ &Changed $$ &Delete"
msgstr ""
" 現行側%(l)s でのサブリポジトリ %(s)s の変更が、他方側%(o)s での削除と衝突し"
"ます\n"
"変更:(c)hanged と、削除:(d)elete のどちらを採用しますか?$$ &Changed $$ "
"&Delete"

#, python-format
msgid ""
" remote%(o)s changed subrepository %(s)s which local%(l)s removed\n"
"use (c)hanged version or (d)elete?$$ &Changed $$ &Delete"
msgstr ""
" 他方側%(o)s でのサブリポジトリ %(s)s の変更が、現行側%(l)s での削除と衝突し"
"ます\n"
"変更:(c)hanged と、削除:(d)elete のどちらを採用しますか?$$ &Changed $$ "
"&Delete"

#, python-format
msgid "commit with new subrepo %s excluded"
msgstr "コミット対象に、新規サブリポジトリ %s が含まれていません"

msgid "use --subrepos for recursive commit"
msgstr "--subrepos 指定で再帰コミット"

msgid "can't commit subrepos without .hgsub"
msgstr ".hgsub の無いサブリポジトリはコミットできません"

msgid "default path for subrepository not found"
msgstr "サブリポジトリの連携先が見つかりません"

#, python-format
msgid "invalid phases.checksubrepos configuration: %s"
msgstr "phases.checksubrepos 設定が不正です: %s"

#, python-format
msgid "can't commit in %s phase conflicting %s from subrepository %s"
msgstr "%s フェーズでのコミットは、%s なサブリポジトリ %s と矛盾します"

#, python-format
msgid "warning: changes are committed in %s phase from subrepository %s\n"
msgstr "警告: %s フェーズでコミットします(サブリポジトリ %s に追従)\n"

#, python-format
msgid ""
"automatic .hgtags merge failed\n"
"the following %d tags are in conflict: %s\n"
msgstr ""
"タグファイルの自動マージに失敗しました。\n"
"%d 個のタグ定義が衝突しています: %s\n"

msgid ".hgtags merged successfully\n"
msgstr "タグファイルのマージに成功しました\n"

msgid "working copy of .hgtags is changed"
msgstr "作業領域の .hgtags が変更されています"

msgid "please commit .hgtags manually"
msgstr ".hgtags を手動でコミットしてください"

#, python-format
msgid "warning: tag %s conflicts with existing branch name\n"
msgstr "警告: タグ %s が既存のブランチ名と衝突します\n"

msgid ""
":addbreaks: Any text. Add an XHTML \"<br />\" tag before the end of\n"
"    every line except the last."
msgstr ""
":addbreaks: 文字列。 最終行を除く各行の行末に XHTML の\n"
"    \"<br />\" タグを追加します。"

msgid ""
":age: Date. Returns a human-readable date/time difference between the\n"
"    given date/time and the current date/time."
msgstr ""
":age: 日時情報。 与えられた日時と、 現在日時との差分を表す\n"
"    可読形式の文字列を生成します。"

msgid ""
":basename: Any text. Treats the text as a path, and returns the last\n"
"    component of the path after splitting by the path separator.\n"
"    For example, \"foo/bar/baz\" becomes \"baz\" and \"foo/bar//\" becomes "
"\"\"."
msgstr ""
":basename: 文字列。 与えられた文字列をパスとみなし、 パス構成要素の、\n"
"    末尾要素を取り出します。\n"
"    例: \"foo/bar/baz\" は \"baz\"、 \"foo/bar//\" は \"\""

msgid ":count: List or text. Returns the length as an integer."
msgstr ":count: 列挙または文字列。 長さを整数値で返します。"

msgid "not countable"
msgstr "カウント不能"

msgid ""
":dirname: Any text. Treats the text as a path, and strips the last\n"
"    component of the path after splitting by the path separator."
msgstr ""
":dirname: 文字列。 与えられた文字列をパスとみなし、 パス構成要素の、\n"
"    末尾要素を取り除いたものを返します。"

msgid ""
":domain: Any text. Finds the first string that looks like an email\n"
"    address, and extracts just the domain component. Example: ``User\n"
"    <user@example.com>`` becomes ``example.com``."
msgstr ""
":domain: 文字列。 メールアドレスと思しき最初の文字列部分から\n"
"    ドメイン部分だけを取り出します。\n"
"    例) ``User <user@example.com>`` は ``example.com``"

msgid ""
":email: Any text. Extracts the first string that looks like an email\n"
"    address. Example: ``User <user@example.com>`` becomes\n"
"    ``user@example.com``."
msgstr ""
":email: 文字列。 メールアドレスと思しき最初の部分を取り出します。\n"
"    例) ``User <user@example.com>`` は ``user@example.com``"

msgid ""
":escape: Any text. Replaces the special XML/XHTML characters \"&\", \"<\"\n"
"    and \">\" with XML entities, and filters out NUL characters."
msgstr ""
":escape: 文字列。 XML/XHTML の特殊文字である \"&\"、 \"<\" および\n"
"    \">\" を XML のエンティティ形式に変換し、 NUL 文字を除外します。"

msgid ":fill68: Any text. Wraps the text to fit in 68 columns."
msgstr ":fill68: 文字列。 68 桁に収まるように文字列を折り返します。"

msgid ":fill76: Any text. Wraps the text to fit in 76 columns."
msgstr ":fill76: 文字列。 76 桁に収まるように文字列を折り返します。"

msgid ":firstline: Any text. Returns the first line of text."
msgstr ":firstline: 文字列。 最初の行のみを取り出します。"

msgid ""
":hex: Any text. Convert a binary Mercurial node identifier into\n"
"    its long hexadecimal representation."
msgstr ""
":hex: 文字列。 Mercurial の node 情報を 40 桁 16 進文字列に変換します。"

msgid ""
":hgdate: Date. Returns the date as a pair of numbers: \"1157407993\n"
"    25200\" (Unix timestamp, timezone offset)."
msgstr ""
":hgdate: 日時情報。 Unix タイムスタンプとタイムゾーンオフセットによる\n"
"    数値対形式で可読化します。 例) \"1157407993 25200\""

msgid ""
":isodate: Date. Returns the date in ISO 8601 format: \"2009-08-18 13:00\n"
"    +0200\"."
msgstr ""
":isodate: 日時情報。 ISO 8601 形式で可読化します:\n"
"    例) \"2009-08-18 13:00 +0200\""

msgid ""
":isodatesec: Date. Returns the date in ISO 8601 format, including\n"
"    seconds: \"2009-08-18 13:00:13 +0200\". See also the rfc3339date\n"
"    filter."
msgstr ""
":isodatesec: 日時情報。 秒情報付きの ISO 8601 形式で可読化します:\n"
"    例) \"2009-08-18 13:00:13 +0200\"\n"
"    後述する rfc3339date フィルタの説明も参照してください。"

msgid ":lower: Any text. Converts the text to lowercase."
msgstr ":lower: 文字列。 文字列を小文字に変換します。"

msgid ":nonempty: Any text. Returns '(none)' if the string is empty."
msgstr ":nonempty: 文字列。 与えられた文字列が空の場合 '(none)'となります。"

msgid ""
":obfuscate: Any text. Returns the input text rendered as a sequence of\n"
"    XML entities."
msgstr ":obfuscate: 文字列。 全ての文字を XML エンティティ形式に変換します。"

msgid ""
":person: Any text. Returns the name before an email address,\n"
"    interpreting it as per RFC 5322."
msgstr ""
":person: 文字列。 メールアドレスを RFC 5322 形式で解析して、\n"
"    名前部分だけを取り出します。"

msgid ""
":revescape: Any text. Escapes all \"special\" characters, except @.\n"
"    Forward slashes are escaped twice to prevent web servers from "
"prematurely\n"
"    unescaping them. For example, \"@foo bar/baz\" becomes \"@foo%20bar"
"%252Fbaz\"."
msgstr ""
":revescape: 文字列。 @ 以外の全ての「特殊」文字を変換します。\n"
"    ウェブサービスによる早期の復号を防ぐため、 スラッシュ (\"/\")    は二重に"
"変換されます。 例えば \"@foo bar/baz\" は\n"
"    \"@foo%20bar%252Fbaz\" となります。"

msgid ""
":rfc3339date: Date. Returns a date using the Internet date format\n"
"    specified in RFC 3339: \"2009-08-18T13:00:13+02:00\"."
msgstr ""
":rfc3339date: 日付情報。  RFC 3339 で定められた日付形式で可読化します。\n"
"    例) \"2009-08-18T13:00:13+02:00\"."

msgid ""
":rfc822date: Date. Returns a date using the same format used in email\n"
"    headers: \"Tue, 18 Aug 2009 13:00:13 +0200\"."
msgstr ""
":rfc822date: 日時情報。 メールのヘッダと同形式で可読化します:\n"
"    例) \"Tue, 18 Aug 2009 13:00:13 +0200\"."

msgid ""
":short: Changeset hash. Returns the short form of a changeset hash,\n"
"    i.e. a 12 hexadecimal digit string."
msgstr ":short: リビジョンハッシュ 値。 12 桁程度の短縮形式にします。"

msgid ""
":shortbisect: Any text. Treats `label` as a bisection status, and\n"
"    returns a single-character representing the status (G: good, B: bad,\n"
"    S: skipped, U: untested, I: ignored). Returns single space if `text`\n"
"    is not a valid bisection status."
msgstr ""
":shortbisect: 指定文字列を二分探索 (bisect) 状態とみなし、\n"
"    状態に見合った1文字 (G: good, B: bad, S: skipped, U: untested, I:\n"
"    ignored) を返します。 指定文字列が二分探索状態として不適切な場合、\n"
"    空白文字を返します。"

msgid ":shortdate: Date. Returns a date like \"2006-09-18\"."
msgstr ":shortdate: 日時情報。 \"2006-09-18\" 形式で可読化します。"

msgid ":slashpath: Any text. Replaces the native path separator with slash."
msgstr ":slashpath: 文字列。 環境依存のパス区切り文字をスラッシュで置換。"

msgid ":splitlines: Any text. Split text into a list of lines."
msgstr ":splitlines: 文字列。 文字列を行のリストに分割します。"

msgid ""
":stringify: Any type. Turns the value into text by converting values into\n"
"    text and concatenating them."
msgstr ":stringify: 任意のデータ。 値を文字列化して連結します"

msgid ""
":stripdir: Treat the text as path and strip a directory level, if\n"
"    possible. For example, \"foo\" and \"foo/bar\" becomes \"foo\"."
msgstr ""
":stripdir: 文字列。 与えられた文字列をパスとみなし、 ディレクトリ\n"
"    階層があればそれを取り除きます。\n"
"    例) \"foo\" および \"foo/bar\" は \"foo\""

msgid ""
":tabindent: Any text. Returns the text, with every non-empty line\n"
"    except the first starting with a tab character."
msgstr ":tabindent: 文字列。 最初の行以外の非空行をタブ文字で字下げします。"

msgid ":upper: Any text. Converts the text to uppercase."
msgstr ":upper: 文字列。 文字列を大文字に変換します。"

msgid ""
":urlescape: Any text. Escapes all \"special\" characters. For example,\n"
"    \"foo bar\" becomes \"foo%20bar\"."
msgstr ""
":urlescape: 文字列。 全ての「特殊」文字を変換します。\n"
"    例えば \"foo bar\" は \"foo%20bar\" となります。"

msgid ""
":user: Any text. Returns a short representation of a user name or email\n"
"    address."
msgstr ""
":user: 文字列。 ユーザ名またはメールアドレスから、\n"
"    ユーザ名の短縮形式部分を取り出します。"

msgid ":emailuser: Any text. Returns the user portion of an email address."
msgstr ":emailuser: 文字列。 メールアドレスのユーザ名部分を取り出します。"

msgid ":utf8: Any text. Converts from the local character encoding to UTF-8."
msgstr ":utf8: 文字列。実行環境の文字コードから UTF-8 に変換します"

msgid ""
":date(date[, fmt]): Format a date. See :hg:`help dates` for formatting\n"
"    strings. The default is a Unix date format, including the timezone:\n"
"    \"Mon Sep 04 15:13:13 2006 0700\"."
msgstr ""
":date(date[, fmt]): 日付情報の整形。 整形方法の詳細は :hg:`help dates`\n"
"    を参照してください。 fmt が未指定の場合は、UNIX の date コマンド形式\n"
"    (タイムゾーン込み) で整形します:\n"
"    \"Mon Sep 04 15:13:13 2006 0700\""

#. i18n: "date" is a keyword
msgid "date expects one or two arguments"
msgstr "date の引数は 1 〜 2 個です"

#. i18n: "date" is a keyword
msgid "date expects a date information"
msgstr "date の入力には日付情報を与えてください"

msgid ""
":dict([[key=]value...]): Construct a dict from key-value pairs. A key may be "
"omitted if\n"
"    a value expression can provide an unambiguous name."
msgstr ""
":dict([[key=]value...]): キー/値の対からの辞書作成。 重複が無い場合は、\n"
"    キーを省略しても、 値そのものが、 キーとして使用されます。"

msgid "dict key cannot be inferred"
msgstr "辞書のキーが推定できません"

#, python-format
msgid "duplicated dict key '%s' inferred"
msgstr "辞書のキー '%s' が重複しています"

msgid ""
":diff([includepattern [, excludepattern]]): Show a diff, optionally\n"
"    specifying files to include or exclude."
msgstr ""
":diff([includepattern [, excludepattern]]): 差分を表示します。\n"
"    表示対象/除外対象ファイルのパターンを指定が可能です。"

#. i18n: "diff" is a keyword
msgid "diff expects zero, one, or two arguments"
msgstr "diff の引数は 0 〜 2 個です"

msgid ""
":extdata(source): Show a text read from the specified extdata source. "
"(EXPERIMENTAL)"
msgstr ""

#. i18n: "extdata" is a keyword
#, fuzzy
msgid "extdata expects one argument"
msgstr "relpath の引数は1個です"

msgid ""
":files(pattern): All files of the current changeset matching the pattern. "
"See\n"
"    :hg:`help patterns`."
msgstr ""
":files(pattern): 当該リビジョンでパターンに合致する名前のファイル一覧。\n"
"    パターン指定の詳細は :hg:`help patterns` を参照してください。"

#. i18n: "files" is a keyword
msgid "files expects one argument"
msgstr "files の引数は1個です"

msgid ""
":fill(text[, width[, initialident[, hangindent]]]): Fill many\n"
"    paragraphs with optional indentation. See the \"fill\" filter."
msgstr ""
":fill(text[, width[, initialident[, hangindent]]]): 指定の字下げ形式で、\n"
"    パラグラフ群を字下げします。 \"fill\" フィルタも参照してください。"

#. i18n: "fill" is a keyword
msgid "fill expects one to four arguments"
msgstr "fill の引数は 1 〜 4 個です"

#. i18n: "fill" is a keyword
msgid "fill expects an integer width"
msgstr "fill には数値を指定してください"

msgid ""
":formatnode(node): Obtain the preferred form of a changeset hash. "
"(DEPRECATED)"
msgstr ":formatnode(node): 推奨形式のハッシュ値の取得。 (非推奨)"

#. i18n: "formatnode" is a keyword
msgid "formatnode expects one argument"
msgstr "formatnode の引数は1個です"

msgid ""
":mailmap(author): Return the author, updated according to the value\n"
"    set in the .mailmap file"
msgstr ""

#, fuzzy
msgid "mailmap expects one argument"
msgstr "files の引数は1個です"

msgid ""
":pad(text, width[, fillchar=' '[, left=False]]): Pad text with a\n"
"    fill character."
msgstr ""
":pad(text, width[, fillchar=' '[, left=False]]): fillchar 文字で\n"
"    text を width 幅に字詰めします。"

#. i18n: "pad" is a keyword
msgid "pad() expects two to four arguments"
msgstr "pad() の引数は 2 〜 4 個です"

#. i18n: "pad" is a keyword
msgid "pad() expects an integer width"
msgstr "pad() の width 引数には数値を指定してください"

#. i18n: "pad" is a keyword
msgid "pad() expects a single fill character"
msgstr "pad() への字詰め文字指定には単一の文字を指定してください"

msgid ""
":indent(text, indentchars[, firstline]): Indents all non-empty lines\n"
"    with the characters given in the indentchars string. An optional\n"
"    third parameter will override the indent for the first line only\n"
"    if present."
msgstr ""
":indent(text, indentchars[, firstline]): 空白行以外を indentchars\n"
"    を使って字下げします。 firstline が指定された場合、 最初の行は、\n"
"    firstline を使って字下げされます。"

#. i18n: "indent" is a keyword
msgid "indent() expects two or three arguments"
msgstr "indent() の引数は 2 〜 3 個です"

msgid ""
":get(dict, key): Get an attribute/key from an object. Some keywords\n"
"    are complex types. This function allows you to obtain the value of an\n"
"    attribute on these types."
msgstr ""
":get(dict, key): dict から key 相当の情報を取得します。 この関数により、\n"
"    複雑な形式を持つオブジェクトから、 情報を取得することができます。"

#. i18n: "get" is a keyword
msgid "get() expects two arguments"
msgstr "get() の引数は2個です"

#. i18n: "get" is a keyword
msgid "get() expects a dict as first argument"
msgstr "get() の第1引数には辞書を指定してください"

msgid ""
":if(expr, then[, else]): Conditionally execute based on the result of\n"
"    an expression."
msgstr ""
":if(expr, then[, else]): expr 結果に応じて then または else を実施します。"

#. i18n: "if" is a keyword
msgid "if expects two or three arguments"
msgstr "if の引数は 2 〜 3 個です"

msgid ""
":ifcontains(needle, haystack, then[, else]): Conditionally execute based\n"
"    on whether the item \"needle\" is in \"haystack\"."
msgstr ""
":ifcontains(needle, haystack, then[, else]): needle 評価値が haystack\n"
"    評価値に含まれるか否かに応じて then または else を実施します。\n"
"    (※ 訳注: needle in haystack で「干草の山の中の針」)"

#. i18n: "ifcontains" is a keyword
msgid "ifcontains expects three or four arguments"
msgstr "ifcontains の引数は 3 〜 4 個です"

msgid ""
":ifeq(expr1, expr2, then[, else]): Conditionally execute based on\n"
"    whether 2 items are equivalent."
msgstr ""
":ifeq(expr1, expr2, then[, else]): expr1 と expr2 の一致状況に応じて\n"
"    then または else を実施します。"

#. i18n: "ifeq" is a keyword
msgid "ifeq expects three or four arguments"
msgstr "ifeq の引数は 3 〜 4 個です"

msgid ":join(list, sep): Join items in a list with a delimiter."
msgstr ":join(list, sep): list 中の要素を sep で連結します。"

#. i18n: "join" is a keyword
msgid "join expects one or two arguments"
msgstr "join の引数は 1 〜 2 個です"

msgid ""
":label(label, expr): Apply a label to generated content. Content with\n"
"    a label applied can result in additional post-processing, such as\n"
"    automatic colorization."
msgstr ""
":label(label, expr): expr の結果出力に label を付与します。\n"
"    label の付与は、 表示への色付け等の、 出力加工処理で使用されます。"

#. i18n: "label" is a keyword
msgid "label expects two arguments"
msgstr "label の引数は2個です"

msgid ""
":latesttag([pattern]): The global tags matching the given pattern on the\n"
"    most recent globally tagged ancestor of this changeset.\n"
"    If no such tags exist, the \"{tag}\" template resolves to\n"
"    the string \"null\"."
msgstr ""
":latesttag([pattern]): 当該リビジョンの祖先に対し、最も直近に付与された、\n"
"    pattern に合致するグローバルタグの一覧。 当該タグが存在しない場合、\n"
"    \"{tag}\" テンプレートは \"null\" で置換されます (※ 訳注:\n"
"    当該タグが存在しない場合は、テンプレートキーワード latesttag と同様、\n"
"    「単一要素 \"null\" を持つ配列」扱いになります)"

#. i18n: "latesttag" is a keyword
msgid "latesttag expects at most one argument"
msgstr "latesttag の引数は 0 〜 1 個です"

msgid ""
":localdate(date[, tz]): Converts a date to the specified timezone.\n"
"    The default is local date."
msgstr ""
":localdate(date[, tz]): 日時情報を、 指定のタイムゾーンに変換します。\n"
"    タイムゾーン tz 無指定時は、 ローカルタイムゾーンに変換します。"

#. i18n: "localdate" is a keyword
msgid "localdate expects one or two arguments"
msgstr "localdate の引数は 1 〜 2 個です"

#. i18n: "localdate" is a keyword
msgid "localdate expects a date information"
msgstr "localdate の入力には日付情報を与えてください"

#. i18n: "localdate" is a keyword
msgid "localdate expects a timezone"
msgstr "localdate の入力にはタイムゾーンを与えてください"

msgid ":max(iterable): Return the max of an iterable"
msgstr ""

#. i18n: "max" is a keyword
#, fuzzy
msgid "max expects one argument"
msgstr "relpath の引数は1個です"

#. i18n: "max" is a keyword
#, fuzzy
msgid "max first argument should be an iterable"
msgstr "extra の第1引数には文字列を指定してください"

msgid ":min(iterable): Return the min of an iterable"
msgstr ""

#. i18n: "min" is a keyword
#, fuzzy
msgid "min expects one argument"
msgstr "files の引数は1個です"

#. i18n: "min" is a keyword
#, fuzzy
msgid "min first argument should be an iterable"
msgstr "extra の第1引数には文字列を指定してください"

msgid ":mod(a, b): Calculate a mod b such that a / b + a mod b == a"
msgstr ":mod(a, b): a を b で除算した余り値 (a / b + a mod b == a)。"

#. i18n: "mod" is a keyword
msgid "mod expects two arguments"
msgstr "mod の引数は2個です"

msgid ""
":obsfateoperations(markers): Compute obsfate related information based on "
"markers (EXPERIMENTAL)"
msgstr ""

#. i18n: "obsfateoperations" is a keyword
#, fuzzy
msgid "obsfateoperations expects one argument"
msgstr "formatnode の引数は1個です"

#. i18n: "obsfateoperations" is a keyword
msgid "obsfateoperations first argument should be an iterable"
msgstr ""

msgid ""
":obsfatedate(markers): Compute obsfate related information based on markers "
"(EXPERIMENTAL)"
msgstr ""

#. i18n: "obsfatedate" is a keyword
#, fuzzy
msgid "obsfatedate expects one argument"
msgstr "formatnode の引数は1個です"

#. i18n: "obsfatedate" is a keyword
msgid "obsfatedate first argument should be an iterable"
msgstr ""

msgid ""
":obsfateusers(markers): Compute obsfate related information based on markers "
"(EXPERIMENTAL)"
msgstr ""

#. i18n: "obsfateusers" is a keyword
#, fuzzy
msgid "obsfateusers expects one argument"
msgstr "フィルタ %s の引数は1個です"

#. i18n: "obsfateusers" is a keyword
msgid "obsfateusers first argument should be an iterable of obsmakers"
msgstr ""

msgid ""
":obsfateverb(successors, markers): Compute obsfate related information based "
"on successors (EXPERIMENTAL)"
msgstr ""

#. i18n: "obsfateverb" is a keyword
#, fuzzy
msgid "obsfateverb expects two arguments"
msgstr "label の引数は2個です"

#. i18n: "obsfateverb" is a keyword
msgid "obsfateverb first argument should be countable"
msgstr ""

msgid ""
":relpath(path): Convert a repository-absolute path into a filesystem path "
"relative to\n"
"    the current working directory."
msgstr ":relpath(path): リポジトリ相対パスから現ディレクトリ相対パスへの変換。"

#. i18n: "relpath" is a keyword
msgid "relpath expects one argument"
msgstr "relpath の引数は1個です"

msgid ""
":revset(query[, formatargs...]): Execute a revision set query. See\n"
"    :hg:`help revset`."
msgstr ""
":revset(query[, formatargs...]): revsets 表記による問い合わせを実行します。\n"
"    詳細は :hg:`help revset` を参照してください。\n"
"    (※ 脚注: 英語の場合、 問い合わせ言語 revsets で記述された単一の式は、\n"
"    revset と単数形表記になるため、 述語名も単数形の revset になっています)"

#. i18n: "revset" is a keyword
msgid "revset expects one or more arguments"
msgstr "revset の引数は1個以上です"

msgid ":rstdoc(text, style): Format reStructuredText."
msgstr ":rstdoc(text, style): 出力を reStructuredText として整形します。"

#. i18n: "rstdoc" is a keyword
msgid "rstdoc expects two arguments"
msgstr "rstdoc の引数は2個です"

msgid ":separate(sep, args): Add a separator between non-empty arguments."
msgstr ":separate(sep, args): 非空な args 要素を区切り文字 sep で連結します。"

#. i18n: "separate" is a keyword
msgid "separate expects at least one argument"
msgstr "separate の引数は1個以上です"

msgid ""
":shortest(node, minlength=4): Obtain the shortest representation of\n"
"    a node."
msgstr ""
":shortest(node, minlength=4): node リビジョンを特定可能な、\n"
"    最短のハッシュ値識別子を算出します。"

#. i18n: "shortest" is a keyword
msgid "shortest() expects one or two arguments"
msgstr "shortest() の引数は 1 〜 2 個です"

#. i18n: "shortest" is a keyword
msgid "shortest() expects an integer minlength"
msgstr "shortest() の minlength 引数には数値を指定してください"

msgid ""
":strip(text[, chars]): Strip characters from a string. By default,\n"
"    strips all leading and trailing whitespace."
msgstr ""
":strip(text[, chars]): chars 中の文字を text 両端から除外します。\n"
"    chars 無指定の場合は、 空白文字/改行文字を除外します。"

#. i18n: "strip" is a keyword
msgid "strip expects one or two arguments"
msgstr "strip の引数は 1 〜 2 個です"

msgid ""
":sub(pattern, replacement, expression): Perform text substitution\n"
"    using regular expressions."
msgstr ""
":sub(pattern, replacement, expression): 正規表現により文字列を置換します。"

#. i18n: "sub" is a keyword
msgid "sub expects three arguments"
msgstr "sub の引数は3個です"

#. i18n: "sub" is a keyword
#, python-format
msgid "sub got an invalid pattern: %s"
msgstr "sub へのパターン指定が不正です: %s"

#. i18n: "sub" is a keyword
#, python-format
msgid "sub got an invalid replacement: %s"
msgstr "sub への置換指定が不正です: %s"

msgid ""
":startswith(pattern, text): Returns the value from the \"text\" argument\n"
"    if it begins with the content from the \"pattern\" argument."
msgstr ""
":startswith(pattern, text): text 冒頭が pattern と一致する場合は text を、\n"
"    それ以外の場合は空白文字を返却します。"

#. i18n: "startswith" is a keyword
msgid "startswith expects two arguments"
msgstr "startswith の引数は2個です"

msgid ":word(number, text[, separator]): Return the nth word from a string."
msgstr ""
":word(number, text[, separator]): text の number 個目の単語を抽出します。"

#. i18n: "word" is a keyword
#, python-format
msgid "word expects two or three arguments, got %d"
msgstr "word の引数は 2 〜 3 個です (指定された引数は %d 個)"

#. i18n: "word" is a keyword
msgid "word expects an integer index"
msgstr "word にはインデックス値を数値で指定してください"

#. i18n: column positioning for "hg log"
#, python-format
msgid ""
"bookmark:    %s\n"
"branch:      %s\n"
"changeset:   %s\n"
"copies:      %s\n"
"date:        %s\n"
"extra:       %s=%s\n"
"files+:      %s\n"
"files-:      %s\n"
"files:       %s\n"
"instability: %s\n"
"manifest:    %s\n"
"obsolete:    %s\n"
"parent:      %s\n"
"phase:       %s\n"
"summary:     %s\n"
"tag:         %s\n"
"user:        %s\n"
msgstr ""
"ブックマーク: %s\n"
"ブランチ:     %s\n"
"リビジョン:   %s\n"
"コピー:       %s\n"
"日付:         %s\n"
"その他:       %s=%s\n"
"ファイル追加: %s\n"
"ファイル削除: %s\n"
"ファイル:     %s\n"
"不定性:       %s\n"
"manifest参照: %s\n"
"廃止:         %s\n"
"親リビジョン: %s\n"
"フェーズ:     %s\n"
"要約:         %s\n"
"タグ:         %s\n"
"ユーザ:       %s\n"

msgid ":author: String. The unmodified author of the changeset."
msgstr ":author: 文字列。 リビジョンの作者名(記録情報そのまま)。"

msgid ":bisect: String. The changeset bisection status."
msgstr ":bisect: 文字列。 当該リビジョンの二分探索状態。"

msgid ""
":branch: String. The name of the branch on which the changeset was\n"
"    committed."
msgstr ":branch: 文字列。 リビジョンの属するブランチ名。"

msgid ""
":branches: List of strings. The name of the branch on which the\n"
"    changeset was committed. Will be empty if the branch name was\n"
"    default. (DEPRECATED)"
msgstr ""
":branches: 文字列列挙。 リビジョンの属するブランチ名。\n"
"    ブランチ名が default の場合は空 (非推奨)"

msgid ""
":bookmarks: List of strings. Any bookmarks associated with the\n"
"    changeset. Also sets 'active', the name of the active bookmark."
msgstr ""
":bookmarks: 文字列列挙。 当該リビジョンに付与されたブックマークの一覧。\n"
"    アクティブブックマークが存在する場合は 'active' キーワードも利用可能。"

msgid ":children: List of strings. The children of the changeset."
msgstr ":children: 文字列列挙。 リビジョンの子供。"

msgid ""
":currentbookmark: String. The active bookmark, if it is associated with the "
"changeset.\n"
"    (DEPRECATED)"
msgstr ""
":currentbookmark: 文字列. アクティブなブックマーク (対象リビジョンに対し、\n"
"    関連付けられている場合のみ) (非推奨)"

msgid ""
":activebookmark: String. The active bookmark, if it is associated with the "
"changeset."
msgstr ""
":activebookmark: 文字列. アクティブなブックマーク (対象リビジョンに対し、\n"
"    関連付けられている場合のみ)"

msgid ":date: Date information. The date when the changeset was committed."
msgstr ":date: 日時情報。 リビジョンが記録された日時。"

msgid ":desc: String. The text of the changeset description."
msgstr ":desc:      文字列。 リビジョンのコミットログ。"

msgid ""
":diffstat: String. Statistics of changes with the following format:\n"
"    \"modified files: +added/-removed lines\""
msgstr ""
":diffstat: 文字列。 以下の形式での変更概要。\n"
"    \"変更対象ファイル: +追加行数/-削除行数\""

msgid ":envvars: A dictionary of environment variables. (EXPERIMENTAL)"
msgstr ":envvars: 環境変数の辞書。 (実験的実装)"

msgid ""
":extras: List of dicts with key, value entries of the 'extras'\n"
"    field of this changeset."
msgstr ""
":extras: 辞書の列挙。当該リビジョンの 'extras' 情報一覧。\n"
"    (※ 訳注: 各辞書は ``key`` および ``value`` というキーを持ちます)"

msgid ":file_adds: List of strings. Files added by this changeset."
msgstr ":file_adds: 文字列列挙。 当該リビジョンでの追加ファイル一覧。"

msgid ""
":file_copies: List of strings. Files copied in this changeset with\n"
"    their sources."
msgstr ":file_copies: 文字列列挙。  当該リビジョンでの複製元ファイル一覧。"

msgid ""
":file_copies_switch: List of strings. Like \"file_copies\" but displayed\n"
"    only if the --copied switch is set."
msgstr ""
":file_copies_switch: 文字列列挙。  \"file_copies\" と同義だが、\n"
"    --copied 指定のある時のみ表示。"

msgid ":file_dels: List of strings. Files removed by this changeset."
msgstr ":file_dels: 文字列列挙。 当該リビジョンでの登録除外ファイル一覧。"

msgid ":file_mods: List of strings. Files modified by this changeset."
msgstr ":file_mods: 文字列列挙。 当該リビジョンでの変更ファイル一覧。"

msgid ""
":files: List of strings. All files modified, added, or removed by this\n"
"    changeset."
msgstr ""
":files: 文字列列挙。 当該リビジョンでの、 変更/追加登録または\n"
"    登録除外ファイルの一覧。"

msgid ""
":graphnode: String. The character representing the changeset node in an "
"ASCII\n"
"    revision graph."
msgstr ""
":graphnode: 文字列。 ASCII 文字での履歴グラフ表示の際に、\n"
"    リビジョン表示で使用する文字。"

msgid ""
":graphwidth: Integer. The width of the graph drawn by 'log --graph' or zero."
msgstr ":graphwidth: 整数。 'log --graph' でのグラフ表示カラム数 (または 0)。"

msgid ":index: Integer. The current iteration of the loop. (0 indexed)"
msgstr ":index: 整数。 繰り返しにおける現時点での添え字値。 (開始値は 0)"

msgid "can't use index in this context"
msgstr "ここでは添え字値を使用できません"

msgid ""
":latesttag: List of strings. The global tags on the most recent globally\n"
"    tagged ancestor of this changeset.  If no such tags exist, the list\n"
"    consists of the single string \"null\"."
msgstr ""
":latesttag: 文字列列挙。 当該リビジョンの祖先に対して、\n"
"    最も最近に付与されたグローバルタグの一覧。 当該タグが存在しない場合、\n"
"    単一要素 \"null\" を持つ配列。"

msgid ":latesttagdistance: Integer. Longest path to the latest tag."
msgstr ":latesttagdistance: 整数。 最新タグへの最長パス"

msgid ":changessincelatesttag: Integer. All ancestors not in the latest tag."
msgstr ""
":changessincelatesttag: 数値。 最新タグ以降の全祖先リビジョン数。\n"
"    (※ 訳注: 履歴中に分岐がない場合は latesttagdistance と等価です)"

msgid ""
":namespaces: Dict of lists. Names attached to this changeset per\n"
"    namespace."
msgstr ""
":namespaces: 列挙の辞書。 リビジョンに関連付けられている名前を、\n"
"    名前空間毎に列挙したもの。"

msgid ""
":node: String. The changeset identification hash, as a 40 hexadecimal\n"
"    digit string."
msgstr ":node: 文字列。 リビジョン識別用の 40 桁 16 進数ハッシュ値。"

msgid ":obsolete: String. Whether the changeset is obsolete. (EXPERIMENTAL)"
msgstr ""
":obsolete: 文字列。 当該リビジョンの廃止状況。\n"
"    (※ 訳注: \"obsolete\" か空文字列が返却されます) (実験的実装)"

#, fuzzy
msgid ""
":peerurls: A dictionary of repository locations defined in the [paths] "
"section\n"
"    of your configuration file."
msgstr ""
"Mercurial 設定ファイルの ``templatealias`` セクションにおいて、\n"
"キーワードや関数を、 独自に定義可能です::"

msgid ""
":predecessors: Returns the list if the closest visible successors. "
"(EXPERIMENTAL)"
msgstr ""

msgid ":reporoot: String. The root directory of the current repository."
msgstr ":reporoot: 文字列。 現リポジトリのルートディレクトリ位置。"

msgid ""
":successorssets: Returns a string of sets of successors for a changectx. "
"Format used\n"
"    is: [ctx1, ctx2], [ctx3] if ctx has been splitted into ctx1 and ctx2\n"
"    while also diverged into ctx3. (EXPERIMENTAL)"
msgstr ""

msgid ""
":succsandmarkers: Returns a list of dict for each final successor of ctx. "
"The dict\n"
"    contains successors node id in \"successors\" keys and the list of\n"
"    obs-markers from ctx to the set of successors in \"markers\".\n"
"    (EXPERIMENTAL)"
msgstr ""

msgid ""
":p1rev: Integer. The repository-local revision number of the changeset's\n"
"    first parent, or -1 if the changeset has no parents."
msgstr ""
":p1rev: 整数。 第1親リビジョンの、 当該リポジトリにおけるリビジョン番号。\n"
"    親を持たないリビジョンの場合は -1。"

msgid ""
":p2rev: Integer. The repository-local revision number of the changeset's\n"
"    second parent, or -1 if the changeset has no second parent."
msgstr ""
":p2rev: 整数。 第2親リビジョンの、 当該リポジトリにおけるリビジョン番号。\n"
"    第2親を持たないリビジョンの場合は -1。"

msgid ""
":p1node: String. The identification hash of the changeset's first parent,\n"
"    as a 40 digit hexadecimal string. If the changeset has no parents, all\n"
"    digits are 0."
msgstr ""
":p1node: 文字列。 第1親リビジョンの 40 桁ハッシュ値の文字列。\n"
"    親を持たないリビジョンの場合は、 全桁が 0 のハッシュ値文字列。"

msgid ""
":p2node: String. The identification hash of the changeset's second\n"
"    parent, as a 40 digit hexadecimal string. If the changeset has no "
"second\n"
"    parent, all digits are 0."
msgstr ""
":p2node: 文字列。 第1親リビジョンの 40 桁ハッシュ値の文字列。\n"
"    第2親を持たないリビジョンの場合は、 全桁が 0 のハッシュ値文字列。"

msgid ""
":parents: List of strings. The parents of the changeset in \"rev:node\"\n"
"    format. If the changeset has only one \"natural\" parent (the "
"predecessor\n"
"    revision) nothing is shown."
msgstr ""
":parents: 文字列列挙。 当該リビジョンの親リビジョンの \"rev:node\" 形式。\n"
"    親が単一で、 且つリビジョン番号が1つ前の場合は、 何も表示されません。"

msgid ":phase: String. The changeset phase name."
msgstr ":phase: 文字列。 当該リビジョンのフェーズ名。"

#, fuzzy
msgid ":phaseidx: Integer. The changeset phase index. (ADVANCED)"
msgstr ":phaseidx: 数値。 当該リビジョンのフェーズ値。"

msgid ":rev: Integer. The repository-local changeset revision number."
msgstr ":rev: 整数。 各リポジトリ固有のリビジョン番号。"

msgid ":subrepos: List of strings. Updated subrepositories in the changeset."
msgstr ":subrepos: 文字列挙。 当該リビジョンで更新されたサブリポジトリ名。"

msgid ":tags: List of strings. Any tags associated with the changeset."
msgstr ":tags: 文字列列挙。 当該リビジョンに付与されたタグの一覧。"

msgid ":termwidth: Integer. The width of the current terminal."
msgstr ":termwidth: 整数。 端末の表示カラム数。"

#, fuzzy
msgid ""
":instabilities: List of strings. Evolution instabilities affecting the "
"changeset.\n"
"    (EXPERIMENTAL)"
msgstr ""
":troubles: 文字列列挙。 当該リビジョンに関連する evolution の trouble 情報。"

msgid ""
":verbosity: String. The current output verbosity in 'debug', 'quiet', "
"'verbose',\n"
"    or ''."
msgstr ""

msgid ""
":whyunstable: List of dicts explaining all instabilities of a changeset.\n"
"    (EXPERIMENTAL)"
msgstr ""

msgid "unterminated template expansion"
msgstr "テンプレート定義が終端していません"

#, python-format
msgid "unknown method '%s'"
msgstr "未知の処理 '%s' が指定されました"

#, python-format
msgid "expected a symbol, got '%s'"
msgstr "シンボル (symbol) 指定が必要です (実際の指定は '%s')"

msgid "expected template specifier"
msgstr "テンプレート指定が必要です"

#, python-format
msgid "recursive reference '%s' in template"
msgstr "テンプレートでの '%s' における再帰参照"

#, python-format
msgid "unknown function '%s'"
msgstr "未知の関数 '%s' が指定されました"

#, python-format
msgid "filter %s expects one argument"
msgstr "フィルタ %s の引数は1個です"

msgid "template alias"
msgstr "テンプレート別名定義"

#, fuzzy, python-format
msgid "template resource not available: %s"
msgstr "python mysql のサポートが利用できません: %s"

msgid "no templates found, try `hg debuginstall` for more info"
msgstr "テンプレートが見つかりません。`hg debuginstall` を試してみてください"

#, python-format
msgid "style '%s' not found"
msgstr "スタイル '%s' が見つかりません"

#, python-format
msgid "available styles: %s"
msgstr "利用可能なスタイル: %s"

msgid "missing value"
msgstr "値指定がありません"

msgid "unmatched quotes"
msgstr "引用符の対応関係が不正です"

#, python-format
msgid "\"%s\" not in template map"
msgstr "\"%s\" はキーワードとして認識できません"

#, python-format
msgid "template file %s: %s"
msgstr "テンプレートファイル %s: %s"

#, python-format
msgid "invalid template engine: %s"
msgstr "不正なテンプレートエンジン指定: %s"

msgid "list of strings is not mappable"
msgstr ""

#, fuzzy
msgid "not a date tuple nor a string"
msgstr "date には文字列を指定してください"

#, fuzzy
msgid "not an integer"
msgstr "数値だけの名前は使用できません"

#, python-format
msgid "incompatible use of template filter '%s'"
msgstr "フィルタ指定 '%s' は互換性がありません"

#, python-format
msgid "template filter '%s' is not compatible with keyword '%s'"
msgstr "フィルタ指定 '%s' はキーワード '%s' と互換性がありません"

#, fuzzy, python-format
msgid "keyword '%s' is not iterable of mappings"
msgstr "キーワード '%s' にはリスト処理を適用できません"

#, fuzzy, python-format
msgid "%r is not iterable of mappings"
msgstr "%r にはリスト処理を適用できません"

#, fuzzy, python-format
msgid "keyword '%s' has no member"
msgstr "キーワード '%s' にはリスト処理を適用できません"

#, fuzzy, python-format
msgid "%r has no member"
msgstr "%r にはリスト処理を適用できません"

msgid "negation needs an integer argument"
msgstr "負値指定は整数値に対してのみ有効です"

msgid "arithmetic only defined on integers"
msgstr "算術演算は整数値に対してのみ有効です"

msgid "division by zero is not defined"
msgstr "0 での除算は未サポートです"

msgid "cannot use transaction when it is already committed/aborted"
msgstr "既に完了/中断されているためトランザクションを利用できません"

#, python-format
msgid "failed to truncate %s\n"
msgstr "%s の切り詰めに失敗\n"

#, python-format
msgid "failed to recover %s\n"
msgstr "%s の復旧に失敗\n"

msgid "transaction abort!\n"
msgstr "トランザクションを中断します!\n"

msgid "rollback completed\n"
msgstr "ロールバックを完了しました\n"

msgid "rollback failed - please run hg recover\n"
msgstr "ロールバックに失敗しました - 'hg recover' してください\n"

#, python-format
msgid "couldn't read journal entry %r!\n"
msgstr "ジャーナルファイル中のエントリ %r の解析に失敗\n"

msgid "journal was created by a different version of Mercurial\n"
msgstr "ジャーナルファイルは異なる版の Mercurial で作成されたものです\n"

msgid "already have changeset "
msgstr "既にあるリビジョンです "

#, python-format
msgid "not trusting file %s from untrusted user %s, group %s\n"
msgstr "信頼できないファイル %s (所有者 %s, グループ %s)\n"

#, python-format
msgid "ignored: %s\n"
msgstr "無視しました: %s\n"

#, python-format
msgid "(deprecated '%%' in path %s=%s from %s)\n"
msgstr "(パス定義 %s=%s(%s 由来) において、 非推奨な '%%' が使用)\n"

#, python-format
msgid "%s.%s is not a boolean ('%s')"
msgstr "%s.%s の値 ('%s') は真偽値ではありません"

#, python-format
msgid "%s.%s is not a valid %s ('%s')"
msgstr "%s.%s の値 ('%s') は妥当な %s ではありません"

#, python-format
msgid "%s.%s is not a byte quantity ('%s')"
msgstr "%s.%s の値 ('%s') はバイト数を表す値ではありません"

msgid "enter a commit username:"
msgstr "コミット実施ユーザ名を入力してください:"

#, python-format
msgid "no username found, using '%s' instead\n"
msgstr "ユーザ名が不明のため、 '%s' を使用\n"

msgid "no username supplied"
msgstr "ユーザ名が未指定です"

msgid "use 'hg config --edit' to set your username"
msgstr "'hg config --edit' 実行でユーザ名を設定してください"

#, fuzzy, python-format
msgid "username %r contains a newline\n"
msgstr "ユーザ名 %s が改行を含んでいます\n"

#, python-format
msgid "missing pager command '%s', skipping pager\n"
msgstr "ページャコマンド '%s' が見つかりません。 ページャ設定を無視します\n"

#, python-format
msgid "invalid value for ui.interface: %s\n"
msgstr "ui.interface 設定値が不正です: %s\n"

#, python-format
msgid "invalid value for ui.interface: %s (using %s)\n"
msgstr "ui.interface 設定値が不正です: %s (代替値 %s を使用)\n"

#, python-format
msgid "invalid value for ui.interface.%s: %s (using %s)\n"
msgstr "ui.interface.%s 設定値が不正です: %s (代替値 %s を使用)\n"

msgid "unrecognized response\n"
msgstr "入力が不正です\n"

msgid "password: "
msgstr "パスワード: "

#, python-format
msgid "repository %s does not exist"
msgstr "リポジトリ %s は存在しません"

#, python-format
msgid "(paths.%s:pushurl not a URL; ignoring)\n"
msgstr "(URL 形式でない paths.%s:pushurl を無視します)\n"

#, python-format
msgid "(\"#fragment\" in paths.%s:pushurl not supported; ignoring)\n"
msgstr ""
"(paths.%s:pushurl での \"#fragment\" 指定は未サポートのため無視します)\n"

msgid "cannot create new union repository"
msgstr "union 形式のリポジトリは新規作成できません"

msgid ""
"long and reserved filenames may not work correctly; repository performance "
"is sub-optimal"
msgstr ""

msgid ""
"repository will be more resilient to storing certain paths and performance "
"of certain operations should be improved"
msgstr ""

msgid ""
"storage of filenames beginning with a period or space may not work correctly"
msgstr ""

msgid ""
"repository will be better able to store files beginning with a space or "
"period"
msgstr ""

msgid ""
"deltas within internal storage are unable to choose optimal revisions; "
"repository is larger and slower than it could be; interaction with other "
"repositories may require extra network and CPU resources, making \"hg push\" "
"and \"hg pull\" slower"
msgstr ""

msgid ""
"repository storage will be able to create optimal deltas; new repository "
"data will be smaller and read times should decrease; interacting with other "
"repositories using this storage model should require less network and CPU "
"resources, making \"hg push\" and \"hg pull\" faster"
msgstr ""

msgid ""
"changelog storage is using deltas instead of raw entries; changelog reading "
"and any operation relying on changelog data are slower than they could be"
msgstr ""

msgid ""
"changelog storage will be reformated to store raw entries; changelog reading "
"will be faster; changelog size may be reduced"
msgstr ""

msgid ""
"Compresion algorithm used to compress data. Some engine are faster than other"
msgstr ""

msgid "revlog content will be recompressed with the new algorithm."
msgstr ""

msgid ""
"deltas within internal storage will be recalculated to choose an optimal "
"base revision where this was not already done; the size of the repository "
"may shrink and various operations may become faster; the first time this "
"optimization is performed could slow down upgrade execution considerably; "
"subsequent invocations should not run noticeably slower"
msgstr ""

msgid ""
"deltas within internal storage will choose a new base revision if needed"
msgstr ""

msgid ""
"deltas within internal storage will be recalculated against multiple base "
"revision and the smallest difference will be used; the size of the "
"repository may shrink significantly when there are many merges; this "
"optimization will slow down execution in proportion to the number of merges "
"in the repository and the amount of files in the repository; this slow down "
"should not be significant unless there are tens of thousands of files and "
"thousands of merges"
msgstr ""

msgid ""
"deltas within internal storage will choose an optimal delta by computing "
"deltas against multiple parents; may slow down execution time significantly"
msgstr ""

msgid ""
"deltas within internal storage will always be recalculated without reusing "
"prior deltas; this will likely make execution run several times slower; this "
"optimization is typically not needed"
msgstr ""

msgid ""
"deltas within internal storage will be fully recomputed; this will likely "
"drastically slow down execution time"
msgstr ""

msgid ""
"every revision will be re-added as if it was new content. It will go through "
"the full storage mechanism giving extensions a chance to process it (eg. "
"lfs). This is similar to \"redeltaall\" but even slower since more logic is "
"involved."
msgstr ""

msgid ""
"each revision will be added as new content to the internal storage; this "
"will likely drastically slow down execution time, but some extensions might "
"need it"
msgstr ""

#, python-format
msgid ""
"migrating %d total revisions (%d in filelogs, %d in manifests, %d in "
"changelog)\n"
msgstr ""

#, python-format
msgid "migrating %s in store; %s tracked data\n"
msgstr ""

#, python-format
msgid ""
"finished migrating %d manifest revisions across %d manifests; change in "
"size: %s\n"
msgstr ""

#, python-format
msgid ""
"migrating changelog containing %d revisions (%s in store; %s tracked data)\n"
msgstr ""

msgid "changelog revisions"
msgstr ""

#, python-format
msgid ""
"finished migrating %d filelog revisions across %d filelogs; change in size: "
"%s\n"
msgstr ""

#, python-format
msgid ""
"migrating %d manifests containing %d revisions (%s in store; %s tracked "
"data)\n"
msgstr ""

msgid "manifest revisions"
msgstr ""

#, python-format
msgid ""
"migrating %d filelogs containing %d revisions (%s in store; %s tracked "
"data)\n"
msgstr ""

msgid "file revisions"
msgstr ""

#, python-format
msgid "cloning %d revisions from %s\n"
msgstr ""

#, python-format
msgid "finished migrating %d changelog revisions; change in size: %s\n"
msgstr ""

#, python-format
msgid "finished migrating %d total revisions; total change in store size: %s\n"
msgstr ""

msgid ""
"(it is safe to interrupt this process any time before data migration "
"completes)\n"
msgstr ""

#, python-format
msgid "copying %s\n"
msgstr ""

msgid "data fully migrated to temporary repository\n"
msgstr ""

msgid ""
"marking source repository as being upgraded; clients will be unable to read "
"from repository\n"
msgstr ""

msgid "starting in-place swap of repository data\n"
msgstr ""

#, python-format
msgid "replaced files will be backed up at %s\n"
msgstr ""

msgid "replacing store...\n"
msgstr ""

#, python-format
msgid "store replacement complete; repository was inconsistent for %0.1fs\n"
msgstr ""

msgid "finalizing requirements file and making repository readable again\n"
msgstr ""

#, python-format
msgid "cannot upgrade repository; requirement missing: %s"
msgstr ""

#, python-format
msgid "cannot upgrade repository; unsupported source requirement: %s"
msgstr ""

#, python-format
msgid "cannot upgrade repository; requirement would be removed: %s"
msgstr ""

#, python-format
msgid "cannot upgrade repository; do not support adding requirement: %s"
msgstr ""

#, python-format
msgid "cannot upgrade repository; do not support destination requirement: %s"
msgstr ""

#, python-format
msgid "unknown optimization action requested: %s"
msgstr ""

msgid "run without arguments to see valid optimizations"
msgstr ""

msgid "requirements\n"
msgstr ""

#, python-format
msgid "   preserved: %s\n"
msgstr ""

#, python-format
msgid "   removed: %s\n"
msgstr ""

#, python-format
msgid "   added: %s\n"
msgstr ""

msgid "repository lacks features recommended by current config options:"
msgstr ""

msgid "repository lacks features used by the default config options:"
msgstr ""

msgid "(no feature deficiencies found in existing repository)\n"
msgstr ""

msgid "performing an upgrade with \"--run\" will make the following changes:"
msgstr ""

msgid ""
"additional optimizations are available by specifying \"--optimize <name>\":"
msgstr ""

#, python-format
msgid ""
"%s\n"
"   %s"
msgstr ""

msgid "upgrade will perform the following actions:"
msgstr ""

msgid "beginning upgrade...\n"
msgstr ""

msgid "repository locked and read-only\n"
msgstr ""

#, python-format
msgid "creating temporary repository to stage migrated data: %s\n"
msgstr ""

#, python-format
msgid "removing temporary repository %s\n"
msgstr ""

#, python-format
msgid "copy of old repository backed up at %s\n"
msgstr ""

msgid ""
"the old repository will not be deleted; remove it to free up disk space once "
"the upgraded repository is verified\n"
msgstr ""

#, python-format
msgid "http authorization required for %s"
msgstr "%s は HTTP 認証が必要です"

#, python-format
msgid "http authorization required for %s\n"
msgstr "%s は HTTP 認証が必要です\n"

#, python-format
msgid "realm: %s\n"
msgstr "認証領域(realm): %s\n"

#, python-format
msgid "user: %s\n"
msgstr "ユーザ: %s\n"

msgid "user:"
msgstr "ユーザ:"

#, python-format
msgid "http auth: user %s, password %s\n"
msgstr "HTTP 認証: ユーザ名 %s, パスワード %s\n"

#, python-format
msgid "(error loading cookie file %s: %s; continuing without cookies)\n"
msgstr "(クッキーファイル %s の読み込みエラー: %s; クッキー無しで処理を継続)\n"

#, python-format
msgid "unknown digest type: %s"
msgstr "未知のダイジェスト種別: %s"

#, python-format
msgid "size mismatch: expected %d, got %d"
msgstr "想定外のサイズです: 想定 %d に対して実際は %d"

#. i18n: first parameter is a digest name
#, python-format
msgid "%s mismatch: expected %s, got %s"
msgstr "想定外の %s: 想定 %s に対して実際は %s"

msgid "copying"
msgstr "コピー中"

msgid "linking"
msgstr "ハードリンク中"

msgid "filename ends with '\\', which is invalid on Windows"
msgstr "ファイル名の末尾が、 Windows 上で不正な文字 '\\' です"

msgid "directory name ends with '\\', which is invalid on Windows"
msgstr "ディレクトリ名の末尾が、 Windows 上で不正な文字 '\\' です"

#, python-format
msgid "filename contains '%s', which is reserved on Windows"
msgstr "ファイル名に、Windows で予約されている '%s' が含まれます"

#, fuzzy, python-format
msgid "filename contains '%s', which is invalid on Windows"
msgstr "ファイル名に、Windows 上で不正な %r が含まれます"

#, python-format
msgid "filename ends with '%s', which is not allowed on Windows"
msgstr "ファイル名の末尾が、 Windows 上で不正な '%s' です"

msgid "line range must be positive"
msgstr "行範囲は昇順で指定してください"

msgid "fromline must be strictly positive"
msgstr "開始行は正の整数値で指定してください"

#, python-format
msgid "%.0f GB"
msgstr "%.0f GB"

#, python-format
msgid "%.1f GB"
msgstr "%.1f GB"

#, python-format
msgid "%.2f GB"
msgstr "%.2f GB"

#, python-format
msgid "%.0f MB"
msgstr "%.0f MB"

#, python-format
msgid "%.1f MB"
msgstr "%.1f MB"

#, python-format
msgid "%.2f MB"
msgstr "%.2f MB"

#, python-format
msgid "%.0f KB"
msgstr "%.0f KB"

#, python-format
msgid "%.1f KB"
msgstr "%.1f KB"

#, python-format
msgid "%.2f KB"
msgstr "%.2f KB"

#, python-format
msgid "%.0f bytes"
msgstr "%.0f バイト"

#, python-format
msgid "no port number associated with service '%s'"
msgstr "サービス '%s' 用のポート番号が不明"

msgid "file:// URLs can only refer to localhost"
msgstr "file:// URL が参照できるのはローカルホストのみです"

#, fuzzy, python-format
msgid "potentially unsafe url: %r"
msgstr "潜在的セキュリティ問題の可能性がある serve --stdio 実行: %r"

#, python-format
msgid "%.0f s"
msgstr "%.0f 秒"

#, python-format
msgid "%.1f s"
msgstr "%.1f 秒"

#, python-format
msgid "%.2f s"
msgstr "%.2f 秒"

#, python-format
msgid "%.3f s"
msgstr "%.3f 秒"

#, python-format
msgid "%.1f ms"
msgstr "%.1f ミリ秒"

#, python-format
msgid "%.2f ms"
msgstr "%.2f ミリ秒"

#, python-format
msgid "%.3f ms"
msgstr "%.3f ミリ秒"

#, python-format
msgid "%.1f us"
msgstr "%.1f マイクロ秒"

#, python-format
msgid "%.2f us"
msgstr "%.2f マイクロ秒"

#, python-format
msgid "%.3f us"
msgstr "%.3f マイクロ秒"

#, python-format
msgid "%.1f ns"
msgstr "%.1f ナノ秒"

#, python-format
msgid "%.2f ns"
msgstr "%.2f ナノ秒"

#, python-format
msgid "%.3f ns"
msgstr "%.3f ナノ秒"

msgid "argument must be a compressionengine"
msgstr "圧縮エンジン名を指定してください"

#, python-format
msgid "compression engine %s already registered"
msgstr "圧縮エンジン %s は登録済みです"

#, python-format
msgid "bundle name %s already registered"
msgstr "bundle 名 %s は登録済みです"

#, python-format
msgid "bundle type %s already registered by %s"
msgstr "バンドル形式 %s は %s として登録済みです"

#, python-format
msgid "wire protocol compression %s already registered by %s"
msgstr "通信時圧縮種別 %s は %s として登録済みです"

#, python-format
msgid "revlog header %s already registered by %s"
msgstr "revlog ヘッダ %s は %s として既に登録済みです"

#, python-format
msgid "compression engine %s could not be loaded"
msgstr "圧縮エンジン %s が読み込めません"

msgid ""
"``gzip``\n"
"    zlib compression using the DEFLATE algorithm."
msgstr ""

msgid ""
"        All Mercurial clients should support this format. The compression\n"
"        algorithm strikes a reasonable balance between compression ratio\n"
"        and size."
msgstr ""

msgid ""
"``bzip2``\n"
"    An algorithm that produces smaller bundles than ``gzip``."
msgstr ""

msgid "        All Mercurial clients should support this format."
msgstr ""

msgid ""
"        This engine will likely produce smaller bundles than ``gzip`` but\n"
"        will be significantly slower, both during compression and\n"
"        decompression."
msgstr ""

msgid ""
"        If available, the ``zstd`` engine can yield similar or better\n"
"        compression at much higher speeds."
msgstr ""

msgid ""
"``none``\n"
"    No compression is performed."
msgstr ""

msgid "        Use this compression engine to explicitly disable compression."
msgstr ""

#, python-format
msgid "stream ended unexpectedly (got %d bytes, expected %d)"
msgstr "想定外のデータ終端 (実データ:%d バイト 期待データ:%d バイト)"

msgid "check your clock"
msgstr "システムの時刻設定を確認してください"

#, python-format
msgid "negative timestamp: %d"
msgstr "負のタイムスタンプ: %d"

msgid "now"
msgstr "now"

msgid "today"
msgstr "today"

msgid "yesterday"
msgstr "yesterday"

#, python-format
msgid "invalid date: %r"
msgstr "不正な日付: %r"

#, python-format
msgid "date exceeds 32 bits: %d"
msgstr "日付が32ビットを超えています: %d"

#, python-format
msgid "impossible time zone offset: %d"
msgstr "あり得ないタイムゾーン: %d"

msgid "dates cannot consist entirely of whitespace"
msgstr "空白文字だけで構成された日時指定は不正です"

msgid "invalid day spec, use '<DATE'"
msgstr "不正な日付の指定です。 '<DATE' 形式で記述してください。"

msgid "invalid day spec, use '>DATE'"
msgstr "不正な日付の指定です。 '>DATE' 形式で記述してください。"

#, python-format
msgid "invalid day spec: %s"
msgstr "不正な日付の指定です: %s"

#, python-format
msgid "%s must be nonnegative (see 'hg help dates')"
msgstr "%s には正の値を指定してください ('hg help dates' 参照)"

#, python-format
msgid "exited with status %d"
msgstr "終了コード %d で終了しました"

#, python-format
msgid "killed by signal %d"
msgstr "シグナル %d で強制終了されました"

#, python-format
msgid "command '%s' failed: %s"
msgstr "コマンド '%s' が失敗: %s"

#, python-format
msgid "invalid regular expression: %s"
msgstr "不正な正規表現: %s"

#, python-format
msgid "empty or missing %s"
msgstr "%s は、 空か見つかりません"

#, python-format
msgid "data length off by %d bytes"
msgstr "データ長: %d バイト"

#, python-format
msgid "index contains %d extra bytes"
msgstr "インデックスの拡張データ: %d バイト"

#, python-format
msgid "warning: `%s' uses revlog format 1"
msgstr "警告: `%s' は revlog 形式 1 です"

#, python-format
msgid "warning: `%s' uses revlog format 0"
msgstr "警告: `%s' は revlog 形式 0 です"

#, python-format
msgid "rev %d points to nonexistent changeset %d"
msgstr "リビジョン %d は未知のリビジョン %d を参照しています"

#, python-format
msgid "rev %d points to unexpected changeset %d"
msgstr "リビジョン %d は想定外のリビジョン %d を参照しています"

#, python-format
msgid " (expected %s)"
msgstr " (想定対象 %s)"

#, python-format
msgid "unknown parent 1 %s of %s"
msgstr "未知の第1親 %s を持つ %s"

#, python-format
msgid "unknown parent 2 %s of %s"
msgstr "未知の第2親 %s を持つ %s"

#, python-format
msgid "checking parents of %s"
msgstr "%s の親を検証中"

#, python-format
msgid "duplicate revision %d (%d)"
msgstr "%d と重複するリビジョン %d があります"

msgid "cannot verify bundle or remote repos"
msgstr "ローカルリポジトリ以外は検証できません"

msgid "abandoned transaction found - run hg recover\n"
msgstr "中断トランザクションを検出 - 'hg recover' を実施してください\n"

#, python-format
msgid "repository uses revlog format %d\n"
msgstr "リポジトリは revlog 形式 %d です\n"

#, python-format
msgid "%d files, %d changesets, %d total revisions\n"
msgstr "%d 個のファイル、 %d 件の差分情報、 合計 %d 件のリビジョン\n"

#, python-format
msgid "%d warnings encountered!\n"
msgstr "警告が %d 件あります!\n"

msgid "hint: run \"hg debugrebuildfncache\" to recover from corrupt fncache\n"
msgstr ""
"ヒント: fncache の修復には \"hg debugrebuildfncache\" を実施してください\n"

#, python-format
msgid "%d integrity errors encountered!\n"
msgstr "不整合が %d 件あります!\n"

#, python-format
msgid "(first damaged changeset appears to be %d)\n"
msgstr "(最初の不整合はリビジョン %d で発生した模様)\n"

msgid "checking changesets\n"
msgstr "リビジョンの検証中\n"

msgid "checking"
msgstr "検証中"

#, python-format
msgid "unpacking changeset %s"
msgstr "リビジョン %s の展開中"

msgid "checking manifests\n"
msgstr "管理ファイル一覧の検証中\n"

#, python-format
msgid "%s not in parent-directory manifest"
msgstr "%s が親ディレクトリマニフェストに存在しません"

#, python-format
msgid "%s not in changesets"
msgstr "%s は履歴に存在しません"

msgid "entry without name in manifest"
msgstr "マニフェスト中に名前を持たない要素があります"

#, python-format
msgid "reading delta %s"
msgstr "差分情報 %s の読み込み中"

#, python-format
msgid "parent-directory manifest refers to unknown revision %s"
msgstr "親ディレクトリマニフェストが未知のリビジョン %s を参照しています"

#, python-format
msgid "changeset refers to unknown revision %s"
msgstr "履歴が未知のリビジョン %s を参照しています"

msgid "checking directory manifests\n"
msgstr "ディレクトリマニフェストの検証中\n"

#, python-format
msgid "cannot decode filename '%s'"
msgstr "ファイル名 '%s' のデコードに失敗"

#, python-format
msgid "warning: orphan data file '%s'"
msgstr "警告: 履歴情報 '%s' はどこからも参照されていません"

msgid "crosschecking files in changesets and manifests\n"
msgstr "リビジョンとマニフェストによるファイルのクロスチェック中\n"

msgid "crosschecking"
msgstr "クロスチェック中"

msgid "in changeset but not in manifest"
msgstr "マニフェストから参照されていないファイル"

msgid "in manifest but not in changeset"
msgstr "リビジョンから参照されていないファイル"

msgid "checking files\n"
msgstr "ファイルの検証中\n"

#, python-format
msgid "broken revlog! (%s)"
msgstr "不正な revlog! (%s)"

#, python-format
msgid " warning: revlog '%s' not in fncache!"
msgstr " 警告: 履歴ファイル '%s' は fncache に含まれていません!"

#, python-format
msgid "%s not in manifests"
msgstr "%s は管理対象ではありません"

#, python-format
msgid "unpacked size is %s, %s expected"
msgstr "展開後サイズ %s は想定外です(期待値:%s)"

msgid "censored file data"
msgstr "検閲対象ファイル"

#, python-format
msgid "unpacking %s"
msgstr "%s の展開中"

#, python-format
msgid "warning: copy source of '%s' not in parents of %s"
msgstr "警告: '%s' の複製元は、 %s の親リビジョン時点で存在しません"

#, python-format
msgid "empty or missing copy source revlog %s:%s"
msgstr "複製元 revlog %s:%s は、 空か見つかりません"

#, python-format
msgid "warning: %s@%s: copy source revision is nullid %s:%s\n"
msgstr "警告: %s@%s: 複製元リビジョンが nullid %s:%s\n"

#, python-format
msgid "checking rename of %s"
msgstr "%s の改名を検証中"

#, python-format
msgid "manifest refers to unknown revision %s"
msgstr "マニフェストが未知のリビジョン %s を参照しています"

msgid "can only have 1 active background file closer"
msgstr "(internal error) can only have 1 active background file closer"

#, python-format
msgid "implementation error: mode %s is not valid for checkambig=True"
msgstr "実装エラー: モード %s 指定は checkambig=True に対して不適切です"

msgid ""
"backgroundclose can only be used when a backgroundclosing context manager is "
"active"
msgstr ""
"(internal error) backgroundclose can only be used when a backgroundclosing "
"context manager is active"

#, python-format
msgid "could not symlink to %r: %s"
msgstr "%r に対してシンボリックリンクできません: %s"

msgid "this vfs is read only"
msgstr "読み出し専用リポジトリへの書き込みが発生しました"

msgid "can only call close() when context manager active"
msgstr "(internal error) can only call close() when context manager active"

#, python-format
msgid "illegal ssh hostname or username starting with - or /: %s"
msgstr ""

#, python-format
msgid "received incomplete frame: got %d bytes: %s"
msgstr ""

#, fuzzy, python-format
msgid "frame length error: expected %d; got %d"
msgstr "想定外のサイズです: 想定 %d に対して実際は %d"

#, python-format
msgid "received frame with even numbered stream ID: %d"
msgstr ""

msgid ""
"received frame on unknown inactive stream without beginning of stream flag "
"set"
msgstr ""

msgid "command request missing \"name\" field"
msgstr ""

msgid "received command request frame with both new and continuation flags set"
msgstr ""

msgid ""
"received command request frame with neither new nor continuation flags set"
msgstr ""

#, fuzzy, python-format
msgid "expected command request frame; got %d"
msgstr "想定外のコマンド: %s"

#, python-format
msgid "request with ID %d already received"
msgstr ""

#, fuzzy, python-format
msgid "request with ID %d is already active"
msgstr "リビジョン %d は既に MQ 管理下にあります"

msgid "received command request frame without new flag set"
msgstr ""

#, python-format
msgid "received frame for request that is still active: %d"
msgstr ""

#, python-format
msgid "received frame for request that is not receiving: %d"
msgstr ""

msgid "received command request frame when request frames were supposedly done"
msgstr ""

msgid "mismatch between expect data flag and previous frame"
msgstr ""

#, python-format
msgid "received command data frame for request that is not expecting data: %d"
msgstr ""

#, fuzzy, python-format
msgid "received unexpected frame type: %d"
msgstr "想定外のパラメータ: %s"

msgid "command data frame without flags"
msgstr ""

#, fuzzy
msgid "server already errored"
msgstr "unshelve による退避情報復旧が未完了です"

#, python-format
msgid "received frame with odd numbered stream ID: %d"
msgstr ""

msgid "received frame on unknown stream without beginning of stream flag set"
msgstr ""

#, python-format
msgid "received frame for inactive request ID: %d"
msgstr ""

msgid "Experimental API server endpoint not enabled"
msgstr ""

msgid ""
"APIs can be accessed at /api/<name>, where <name> can be one of the "
"following:\n"
msgstr ""

#, fuzzy
msgid "(no available APIs)\n"
msgstr "利用可能なスタイル:\n"

#, python-format
msgid ""
"Unknown API: %s\n"
"Known APIs: %s"
msgstr ""

#, fuzzy, python-format
msgid "API %s not enabled\n"
msgstr "%s は改名されていません\n"

msgid "requested wire protocol command is not available over HTTP"
msgstr ""

#, python-format
msgid "unexpected parameter %r"
msgstr "想定外のパラメータ: %s"

#, python-format
msgid "invalid compression engine defined in %s: %s"
msgstr "圧縮エンジン設定 %s が不正です: %s"

#, python-format
msgid "%s config option does not specify any known compression engines"
msgstr "設定 %s には有効な圧縮エンジンが設定されていません"

#, python-format
msgid "usable compression engines: %s"
msgstr "利用可能な圧縮エンジン一覧: %s"

msgid "unfulfilled batch command response"
msgstr ""

#, fuzzy
msgid "clone bundles"
msgstr "clone 用バンドルファイル %s を適用中\n"

msgid "look up remote revision"
msgstr "連携先でのリビジョンの検索"

msgid "push failed (unexpected response):"
msgstr "履歴反映に失敗 (想定外の応答):"

msgid "look up remote changes"
msgstr "連携先での変更の検索"

msgid "incompatible Mercurial client; bundle2 required"
msgstr "bundle2 未サポートの Mercurial クライアントとは互換性がありません"

msgid "see https://www.mercurial-scm.org/wiki/IncompatibleClient"
msgstr ""
"https://www.mercurial-scm.org/wiki/IncompatibleClient を参照してください"

msgid "server has pull-based clones disabled"
msgstr ""

#, fuzzy
msgid "remove --pull if specified or upgrade Mercurial"
msgstr "Mercurial の管理対象外ファイルの削除"

#, fuzzy, python-format
msgid "received %r\n"
msgstr "%s を削除"

msgid "HTTP version 2 API handler"
msgstr ""

#, python-format
msgid "do not know how to process %s\n"
msgstr ""

#, fuzzy, python-format
msgid "unknown permission: %s"
msgstr "'%s' は未知のリビジョンです"

msgid "commands require POST requests"
msgstr ""

#, fuzzy, python-format
msgid "unknown wire protocol command: %s\n"
msgstr "未知のコマンド %s"

#, fuzzy, python-format
msgid "invalid wire protocol command: %s"
msgstr "利用可能なプロトコル: %s"

#, python-format
msgid "client MUST specify Accept header with value: %s\n"
msgstr ""

#, fuzzy, python-format
msgid "client MUST send Content-Type header with value: %s\n"
msgstr "'%s' は壊れた Content-Type ヘッダ(%s)を送信しました"

msgid "debugreflect service not available"
msgstr ""

#, fuzzy, python-format
msgid "wire protocol command not available: %s"
msgstr "patch コマンドが失敗: %s"

#, python-format
msgid "insufficient permissions to execute command: %s"
msgstr ""

msgid "multiple commands cannot be issued to this URL"
msgstr ""

msgid "command in frame must match command in URL"
msgstr ""

msgid "unhandled response type from wire proto command"
msgstr ""

msgid "number of cpus must be an integer"
msgstr "CPU 数には数値を指定してください"

msgid "failed to kill worker threads while handling an exception\n"
msgstr ""

#~ msgid "not rebasing ignored %s\n"
#~ msgstr "無視対象のリビジョン '%s' は移動されません\n"

#~ msgid "cannot use revision %d as base, result would have 3 parents"
#~ msgstr "親リビジョンが 3 つになるので、 リビジョン %d をベースにできません"

#, fuzzy
#~ msgid "could not find content for release note %s"
#~ msgstr "サブリポジトリ '%s' で使用する 'git' がありません"

#~ msgid ""
#~ "    Output may be to a file, in which case the name of the file is\n"
#~ "    given using a format string. The formatting rules as follows:"
#~ msgstr ""
#~ "    出力先指定(置換指定可能)がある場合、 出力はファイルに保存されます。\n"
#~ "    置換指定として以下のものが使用可能です:"

#~ msgid "include the specified changeset"
#~ msgstr "複製対象に含めるリビジョン"

#~ msgid "clone only the specified branch"
#~ msgstr "指定ブランチのみを複製"

#~ msgid ""
#~ "      In some cases, you can clone repositories and the working\n"
#~ "      directory using full hardlinks with ::"
#~ msgstr ""
#~ "      リポジトリの内部管理データと作業領域中のファイル全てに対する、\n"
#~ "      ハードリンクによる複製の作成には、 以下の方法が使えるかも知れませ"
#~ "ん::"

#~ msgid "        $ cp -al REPO REPOCLONE"
#~ msgstr "        $ cp -al REPO REPOCLONE"

#~ msgid ""
#~ "      This is the fastest way to clone, but it is not always safe. The\n"
#~ "      operation is not atomic (making sure REPO is not modified during\n"
#~ "      the operation is up to you) and you have to make sure your\n"
#~ "      editor breaks hardlinks (Emacs and most Linux Kernel tools do\n"
#~ "      so). Also, this is not compatible with certain extensions that\n"
#~ "      place their metadata under the .hg directory, such as mq."
#~ msgstr ""
#~ "      この方法は最速の複製方法かもしれませんが、 常に安全とは限りませ"
#~ "ん。\n"
#~ "      操作の単一性は保障されません (複製中のリポジトリの変更防止は、 \n"
#~ "      利用者責務) し、 利用するエディタのファイル変更時の振る舞いが、\n"
#~ "      ハードリンクを破棄するものである必要があります (Emacs および多くの\n"
#~ "      Linux 系ツールは、 そのように振舞います)。 この制約は、\n"
#~ "      MQ エクステンションのように、 .hg ディレクトリ配下に、\n"
#~ "      管理情報を格納するツールとは相容れません。"

#~ msgid "cannot amend while merging"
#~ msgstr "マージ実施中の作業領域では改変できません"

#~ msgid "only one config item permitted"
#~ msgstr "複数の設定項目指定は無効です"

#~ msgid "unstable: %d changesets"
#~ msgstr "unstable リビジョン: %d 個"

#~ msgid "Select hunks to revert"
#~ msgstr "取り消しに用いる差分の選択"

#~ msgid "[-l REV] [-r REV] [-b BRANCH]... [OTHER]"
#~ msgstr "[-l REV] [-r REV] [-b BRANCH]... [OTHER]"

#~ msgid "push includes unstable changeset: %s!"
#~ msgstr "履歴反映対象に非永続 (unstable) リビジョンが含まれます!: %s"

#~ msgid "    %s"
#~ msgstr "    %s"

#~ msgid ""
#~ "Copying\n"
#~ "\"\"\"\"\"\"\"\n"
#~ "Copyright (C) 2005-2017 Olivia Mackall.\n"
#~ "Free use of this software is granted under the terms of the GNU General\n"
#~ "Public License version 2 or any later version."
#~ msgstr ""
#~ "Copying\n"
#~ "\"\"\"\"\"\"\"\n"
#~ "Copyright (C) 2005-2017 Olivia Mackall.\n"
#~ "本ソフトウェアは、 バージョン2またはそれ以降の GNU General\n"
#~ "Public License の元での自由な利用が保証されています。"

#~ msgid "operation not supported over http"
#~ msgstr "http リポジトリでは未サポートの機能です"

#~ msgid "revert change %d/%d to '%s'?"
#~ msgstr "この変更 (%d 件目 / %d 件中) を '%s' に記録しますか?"

#~ msgid "revert this change to '%s'?"
#~ msgstr "この変更を '%s' に記録しますか?"

#, fuzzy
#~ msgid ""
#~ "[Ynesfdaq?]$$ &Yes, revert this change$$ &No, skip this change$$ &Edit "
#~ "this change manually$$ &Skip remaining changes to this file$$ Revert "
#~ "remaining changes to this &file$$ &Done, skip remaining changes and files$"
#~ "$ Revert &all changes to all remaining files$$ &Quit, reverting no changes"
#~ "$$ &? (display help)"
#~ msgstr ""
#~ "[Ynesfdaq?]$$ この変更を記録(&yes)$$ この変更を無視(&no)$$ この変更を手動"
#~ "で編集(&edit)$$ 同一ファイルの以後の全ての変更を無視(&skip)$$ 同一ファイル"
#~ "(&file)の以後の全ての変更を記録$$ 以後の全ての変更を無視=記録作業を完了"
#~ "(&done)$$ 以後の全て(&all)の変更を記録$$ 変更の記録自体を中止(&quit)$$ ヘ"
#~ "ルプ表示(&?)"

#~ msgid "bumped takes no arguments"
#~ msgstr "bumped には引数が指定できません"

#~ msgid "%s takes no arguments or a pattern and an optional revset"
#~ msgstr "%s にはパターンと revset しか指定できません"

#~ msgid "%s expected one starting revision"
#~ msgstr "%s には開始リビジョンを指定してください"

#~ msgid "unstable takes no arguments"
#~ msgstr "unstable には引数が指定できません"

#~ msgid ""
#~ "    >>> person('foo@bar')\n"
#~ "    'foo'\n"
#~ "    >>> person('Foo Bar <foo@bar>')\n"
#~ "    'Foo Bar'\n"
#~ "    >>> person('\"Foo Bar\" <foo@bar>')\n"
#~ "    'Foo Bar'\n"
#~ "    >>> person('\"Foo \"buz\" Bar\" <foo@bar>')\n"
#~ "    'Foo \"buz\" Bar'\n"
#~ "    >>> # The following are invalid, but do exist in real-life\n"
#~ "    ...\n"
#~ "    >>> person('Foo \"buz\" Bar <foo@bar>')\n"
#~ "    'Foo \"buz\" Bar'\n"
#~ "    >>> person('\"Foo Bar <foo@bar>')\n"
#~ "    'Foo Bar'"
#~ msgstr ""
#~ "    >>> person('foo@bar')\n"
#~ "    'foo'\n"
#~ "    >>> person('Foo Bar <foo@bar>')\n"
#~ "    'Foo Bar'\n"
#~ "    >>> person('\"Foo Bar\" <foo@bar>')\n"
#~ "    'Foo Bar'\n"
#~ "    >>> person('\"Foo \"buz\" Bar\" <foo@bar>')\n"
#~ "    'Foo \"buz\" Bar'\n"
#~ "    >>> # The following are invalid, but do exist in real-life\n"
#~ "    ...\n"
#~ "    >>> person('Foo \"buz\" Bar <foo@bar>')\n"
#~ "    'Foo \"buz\" Bar'\n"
#~ "    >>> person('\"Foo Bar <foo@bar>')\n"
#~ "    'Foo Bar'"

#~ msgid "    (EXPERIMENTAL)"
#~ msgstr "    (実験的実装)"

#~ msgid "enable Mercurial color mode (DEPRECATED)"
#~ msgstr "Mercurial の出力のカラー化 (非推奨)"

#~ msgid ""
#~ "This extension enables Mercurial color mode. The feature is now directly\n"
#~ "available in Mercurial core. You can access it using::"
#~ msgstr ""
#~ "本エクステンションは Mercurial 出力をカラー化します。 カラー化機能は、\n"
#~ "Mercurial のコア機能に取り込まれたため、 以下の設定のみで利用可能です::"

#~ msgid "histedit: moving bookmarks %s from %s to %s\n"
#~ msgstr "histedit: ブックマーク %s を %s から %s に移動中\n"

#~ msgid "too many shelved changes named '%s'"
#~ msgstr "名前のベースに '%s' を使用する退避情報が多過ぎます"

#~ msgid "received changelog group is empty"
#~ msgstr "受信した変更履歴は空です"

#~ msgid "stripping intermediate changeset %s\n"
#~ msgstr "中途リビジョン %s を除外中\n"

#~ msgid "stripping amended changeset %s\n"
#~ msgstr "改変対象リビジョン %s を除外中\n"

#~ msgid "no ignore patterns found"
#~ msgstr "無視対象ファイルの指定がありません"

#~ msgid "    (in addition a boolean can be used in place always/never)"
#~ msgstr "    (true/false 等の真偽値は always/never 相当とみなされます)"

#~ msgid "8. The merge of the file fails and must be resolved before commit."
#~ msgstr ""
#~ "8. ファイルのマージは失敗とみなされ、 手動での :hg:`resolve` が必要です。"

#~ msgid ""
#~ "  [pager]\n"
#~ "  enable = false"
#~ msgstr ""
#~ "  [pager]\n"
#~ "  enable = false"

#~ msgid ""
#~ "this may be an intermittent failure; if the error persists, consider "
#~ "contacting the network or server operator"
#~ msgstr ""
#~ "ネットワーク経路の切断が主要因です。同様のエラーが継続的に発生する場合は、"
#~ "ネットワークあるいはサーバの管理者に問い合わせてください"

#~ msgid "fileset expression with no context"
#~ msgstr "対象リビジョン指定なしの fileset 記述"

#~ msgid "index %s unknown flags %#04x for format v0"
#~ msgstr "インデックス %s: %#04x は未知のフラグです(フォーマット v0)"

#~ msgid "index %s unknown format %d"
#~ msgstr "インデックス %s: %d は未知のフォーマットです"

#~ msgid ""
#~ "setting ciphers in [hostsecurity] is not supported by this version of "
#~ "Python"
#~ msgstr ""
#~ "このバージョンの Python では [hostsecurity] での暗号形式設定は未サポートで"
#~ "す"

#~ msgid ""
#~ "remove the config option or run Mercurial with a modern Python version "
#~ "(preferred)"
#~ msgstr ""
#~ "設定を破棄するか、新しい Python で Mercurial を実行してください(後者を推"
#~ "奨)"