--- a/i18n/ja.po Sat Mar 07 20:30:20 2009 +0100
+++ b/i18n/ja.po Sat Mar 07 23:36:22 2009 +0900
@@ -3,7 +3,26 @@
#
# Copyright (C) 2009 the Mercurial team
#
-# Translation dictionary:
+# ========================================
+# 【翻訳作業手順】
+#
+# ※ 必要に応じて crew リポジトリから最新成果を取得 & hg update
+# # メッセージ DB の更新
+# $ make update-pot
+# # '#: filename:line' 情報を残す場合は --no-location を省略
+# $ msgmerge --update --no-location i18n/ja.po i18n/hg.pot
+#
+# ※ 翻訳作業実施(i18n/ja.po の変更)
+#
+# # 形式確認(置換指定の間違い等)
+# $ msgfmt --check i18n/ja.po
+# # '#: filename:line' 情報が残っている場合は取り除く
+# $ msgcat --no-location -o i18n/ja.po i18n/ja.po
+#
+# ※ 翻訳成果の公開
+#
+# ========================================
+# 【翻訳用語集】
#
# Distributed SCM 分散構成管理ツール
#
@@ -53,13 +72,14 @@
# summary 要約(情報)
# tag タグ
# working directory 作業領域
+# ========================================
#
msgid ""
msgstr ""
"Project-Id-Version: Mercurial\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-02-21 01:58+0900\n"
-"PO-Revision-Date: 2009-02-21 02:00+0900\n"
+"POT-Creation-Date: 2009-03-07 21:22+0900\n"
+"PO-Revision-Date: 2009-03-07 23:30+0900\n"
"Last-Translator: FUJIWARA Katsunori <foozy@lares.dti.ne.jp>\n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"
@@ -281,7 +301,7 @@
msgid "rename a given bookmark"
msgstr ""
-msgid "hg bookmarks [-d] [-m NAME] [-r NAME] [NAME]"
+msgid "hg bookmarks [-f] [-d] [-m NAME] [-r REV] [NAME]"
msgstr ""
msgid ""
@@ -726,6 +746,7 @@
" - Monotone [mtn]\n"
" - GNU Arch [gnuarch]\n"
" - Bazaar [bzr]\n"
+" - Perforce [p4]\n"
"\n"
" Accepted destination formats [identifiers]:\n"
" - Mercurial [hg]\n"
@@ -792,8 +813,9 @@
" ignore integrity errors when reading. Use it to fix Mercurial\n"
" repositories with missing revlogs, by converting from and to\n"
" Mercurial.\n"
-" --config convert.hg.saverev=True (boolean)\n"
-" allow target to preserve source revision ID\n"
+" --config convert.hg.saverev=False (boolean)\n"
+" store original revision ID in changeset (forces target IDs to "
+"change)\n"
" --config convert.hg.startrev=0 (hg revision identifier)\n"
" convert start revision and its descendants\n"
"\n"
@@ -870,6 +892,23 @@
" --config convert.svn.startrev=0 (svn revision number)\n"
" specify start Subversion revision.\n"
"\n"
+" Perforce Source\n"
+" ---------------\n"
+"\n"
+" The Perforce (P4) importer can be given a p4 depot path or a client\n"
+" specification as source. It will convert all files in the source to\n"
+" a flat Mercurial repository, ignoring labels, branches and "
+"integrations.\n"
+" Note that when a depot path is given you then usually should specify a\n"
+" target directory, because otherwise the target may be named ...-hg.\n"
+"\n"
+" It is possible to limit the amount of source history to be converted\n"
+" by specifying an initial Perforce revision.\n"
+"\n"
+" --config convert.p4.startrev=0 (perforce changelist number)\n"
+" specify initial Perforce revision.\n"
+"\n"
+"\n"
" Mercurial Destination\n"
" ---------------------\n"
"\n"
@@ -1217,6 +1256,12 @@
msgid "copying file in renamed dir from '%s' to '%s'"
msgstr ""
+msgid "reading p4 views\n"
+msgstr ""
+
+msgid "collecting p4 changelists\n"
+msgstr ""
+
msgid "Subversion python bindings could not be loaded"
msgstr ""
@@ -3655,7 +3700,7 @@
"each patchbomb message in a pager or sending the messages directly,\n"
"it will create a UNIX mailbox file with the patch emails. This\n"
"mailbox file can be previewed with any mail user agent which supports\n"
-"UNIX mbox files, i.e. with mutt:\n"
+"UNIX mbox files, e.g. with mutt:\n"
"\n"
" % mutt -R -f mbox\n"
"\n"
@@ -3773,7 +3818,7 @@
msgid "send patches as inline attachments"
msgstr ""
-msgid "email addresses of blind copy recipients"
+msgid "email addresses of blind carbon copy recipients"
msgstr ""
msgid "email addresses of copy recipients"
@@ -4799,7 +4844,7 @@
" The files will be added to the repository at the next commit. To\n"
" undo an add before that, see hg revert.\n"
"\n"
-" If no names are given, add all files in the repository.\n"
+" If no names are given, add all files to the repository.\n"
" "
msgstr ""
"指定されたファイルを次回コミットから構成管理に追加登録\n"
@@ -4957,7 +5002,7 @@
" The --merge option remembers the parent of the working directory\n"
" before starting the backout, then merges the new head with that\n"
" changeset afterwards. This saves you from doing the merge by\n"
-" hand. The result of this merge is not committed, as for a normal\n"
+" hand. The result of this merge is not committed, as with a normal\n"
" merge.\n"
"\n"
" See 'hg help dates' for a list of formats valid for -d/--date.\n"
@@ -5042,8 +5087,7 @@
"exit\n"
" status is 0 the revision is marked as good, 125 - skipped, 127 (command "
"not\n"
-" found) - bisection will be aborted and any other status bigger than 0 "
-"will\n"
+" found) - bisection will be aborted; any other status bigger than 0 will\n"
" mark revision as bad.\n"
" "
msgstr ""
@@ -5171,7 +5215,7 @@
"create a changegroup file\n"
"\n"
" Generate a compressed changegroup file collecting changesets not\n"
-" found in the other repository.\n"
+" known to be in another repository.\n"
"\n"
" If no destination repository is specified the destination is\n"
" assumed to have all the nodes specified by one or more --base\n"
@@ -5344,7 +5388,7 @@
" file names or -I/-X filters.\n"
"\n"
" If no commit message is specified, the configured editor is started to\n"
-" enter a message.\n"
+" prompt you for a message.\n"
"\n"
" See 'hg help dates' for a list of formats valid for -d/--date.\n"
" "
@@ -5359,9 +5403,8 @@
" \"hg merge\" 結果のコミットの場合、ファイル名ないし -I/-X オプションの\n"
" いずれも指定しないでください。\n"
"\n"
-" コミットメッセージが指定されない場合、メッセージ入力のためのプログラム"
-"が\n"
-" 設定に従って起動されます。\n"
+" コミットメッセージが指定されない場合、設定に従ってメッセージ入力用の\n"
+" プログラムが起動されます。\n"
"\n"
" -d/--date への指定に関しては、'hg help dates' を参照してください。\n"
" "
@@ -5378,13 +5421,13 @@
"\n"
" 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"
-" there can only be one source.\n"
+" the source must be a single file.\n"
"\n"
" By default, this command copies the contents of files as they\n"
" stand in the working directory. If invoked with --after, the\n"
" operation is recorded, but no copying is performed.\n"
"\n"
-" This command takes effect in the next commit. To undo a copy\n"
+" This command takes effect with the next commit. To undo a copy\n"
" before that, see hg revert.\n"
" "
msgstr ""
@@ -5603,7 +5646,7 @@
" probably with undesirable results.\n"
"\n"
" Use the --git option to generate diffs in the git extended diff\n"
-" format. Read the diffs help topic for more information.\n"
+" format. For more information, read hg help diffs.\n"
" "
msgstr ""
"作業領域全体(ないし指定ファイル)の差分抽出\n"
@@ -5895,8 +5938,7 @@
"\n"
" パス指定有りでの起動の場合は、他のリポジトリを参照します。\n"
"\n"
-" 本コマンドの出力する要約情報は、1つないし2つの親リビジョンのハッシュ値"
-"を\n"
+" 本コマンドの出力する要約情報は、1つないし2つの親リビジョンハッシュ値を\n"
" 使用して、作業領域の状態を識別します。ハッシュ値の後ろには、作業領域に\n"
" 未コミットの変更がある場合は \"+\"、当該リビジョンに付いているタグの\n"
" 一覧、default 以外のブランチの場合にはブランチ名が続きます。\n"
@@ -6056,12 +6098,10 @@
" 持つファイルを特定します。\n"
"\n"
" 特に指定が無い場合、本コマンドは構成管理対象となる作業領域中の\n"
-" 全ファイルを検索対象とします。現ディレクトリとそのサブディレクトリのみ"
-"を\n"
+" 全ファイルを検索対象とします。現ディレクトリとサブディレクトリのみを\n"
" 検索対象とするには、\"--include .\" を使用してください。\n"
"\n"
-" パターン指定が無い場合、本コマンドは全ファイルのファイル名を表示しま"
-"す。\n"
+" パターン指定が無い場合、本コマンドは全てのファイル名を表示します。\n"
"\n"
" 本コマンドの出力を \"xargs\" コマンドへと渡す場合、本コマンドと\n"
" \"xargs\" コマンドの両方への \"-0\" オプション指定をお勧めします。\n"
@@ -6093,8 +6133,8 @@
" files and full commit message is shown.\n"
"\n"
" NOTE: log -p may generate unexpected diff output for merge\n"
-" changesets, as it will compare the merge changeset against its\n"
-" first parent only. Also, the files: list will only reflect files\n"
+" changesets, as it will only compare the merge changeset against\n"
+" its first parent. Also, the files: list will only reflect files\n"
" that are different from BOTH parents.\n"
"\n"
" "
@@ -6104,11 +6144,9 @@
" 特定のファイルないしリポジトリ全体の変更履歴を表示します。\n"
"\n"
" ファイルの履歴表示では、改名や複製における元ファイルにまでさかのぼった\n"
-" 履歴は表示しません。元ファイルの履歴までさかのぼる場合には、ファイル名"
-"と\n"
+" 履歴は表示しません。元ファイルの履歴までさかのぼる場合は、ファイル名と\n"
" 一緒に -f/--follow オプションを指定してください。--follow 指定の際に\n"
-" ファイル名を指定しない場合は、開始リビジョンの先祖ないし子孫のリビジョ"
-"ン\n"
+" ファイル名を指定しない場合は、開始リビジョンの先祖ないし子孫リビジョン\n"
" のみを表示します。--follow-first 指定は、マージリビジョンにおいて\n"
" 第1親の履歴のみをさかのぼります。\n"
"\n"
@@ -6119,9 +6157,8 @@
" -d/--date への指定に関しては、'hg help dates' を参照してください。\n"
"\n"
" 特に指定が無い場合、本コマンドは以下の情報を出力します:\n"
-" リビジョン番号、ハッシュID、タグ、(リビジョン番号の離れた)親リビジョ"
-"ン、\n"
-" 作成者、作成日時およびコミットログの1行目。\n"
+" リビジョン番号、ハッシュID、タグ、(リビジョン番号の離れた),\n"
+" 親リビジョン、作成者、作成日時およびコミットログの1行目。\n"
" -v/--verbose が指定された場合、変更対象ファイル一覧と、コミットログの\n"
" 全文が表示されます。\n"
"\n"
@@ -6478,10 +6515,10 @@
" a file, there can only be one source.\n"
"\n"
" By default, this command copies the contents of files as they\n"
-" stand in the working directory. If invoked with --after, the\n"
+" exist in the working directory. If invoked with --after, the\n"
" operation is recorded, but no copying is performed.\n"
"\n"
-" This command takes effect in the next commit. To undo a rename\n"
+" This command takes effect at the next commit. To undo a rename\n"
" before that, see hg revert.\n"
" "
msgstr ""
@@ -6989,7 +7026,7 @@
msgid ""
"\n"
-"Copyright (C) 2005-2008 Matt Mackall <mpm@selenic.com> and others\n"
+"Copyright (C) 2005-2009 Matt Mackall <mpm@selenic.com> 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 ""
@@ -7951,9 +7988,9 @@
"\n"
" The log command also accepts date ranges:\n"
"\n"
-" \"<{date}\" - on or before a given date\n"
-" \">{date}\" - on or after a given date\n"
-" \"{date} to {date}\" - a date range, inclusive\n"
+" \"<{datetime}\" - at or before a given date/time\n"
+" \">{datetime}\" - on or after a given date/time\n"
+" \"{datetime} to {datetime}\" - a date range, inclusive\n"
" \"-{days}\" - within a given number of days of today\n"
" "
msgstr ""
@@ -8007,16 +8044,16 @@
"\n"
" Alternate pattern notations must be specified explicitly.\n"
"\n"
-" To use a plain path name without any pattern matching, start a\n"
-" name with \"path:\". These path names must match completely, from\n"
-" the root of the current repository.\n"
-"\n"
-" To use an extended glob, start a name with \"glob:\". Globs are\n"
-" rooted at the current directory; a glob such as \"*.c\" will match\n"
-" files ending in \".c\" in the current directory only.\n"
+" To use a plain path name without any pattern matching, start it\n"
+" with \"path:\". These path names must completely match starting at\n"
+" the current repository root.\n"
+"\n"
+" To use an extended glob, start a name with \"glob:\". Globs are\n"
+" rooted at the current directory; a glob such as \"*.c\" will only\n"
+" match files in the current directory ending with \".c\".\n"
"\n"
" The supported glob syntax extensions are \"**\" to match any string\n"
-" across path separators, and \"{a,b}\" to mean \"a or b\".\n"
+" across path separators and \"{a,b}\" to mean \"a or b\".\n"
"\n"
" To use a Perl/Python regular expression, start a name with \"re:\".\n"
" Regexp pattern matching is anchored at the root of the repository.\n"
@@ -8031,11 +8068,11 @@
"\n"
" 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 the current directory, or\n"
-" any subdirectory\n"
+" **.c any name ending in \".c\" in any subdirectory of the\n"
+" current directory including itself.\n"
" foo/*.c any name ending in \".c\" in the directory foo\n"
-" foo/**.c any name ending in \".c\" in the directory foo, or any\n"
-" subdirectory\n"
+" foo/**.c any name ending in \".c\" in any subdirectory of foo\n"
+" including itself.\n"
"\n"
" Regexp examples:\n"
"\n"
@@ -8095,11 +8132,13 @@
"\n"
"HG::\n"
" Path to the 'hg' executable, automatically passed when running hooks,\n"
-" extensions or external tools. If unset or empty, an executable named\n"
-" 'hg' (with com/exe/bat/cmd extension on Windows) is searched.\n"
+" extensions or external tools. If unset or empty, this is the hg\n"
+" executable's name if it's frozen, or an executable named 'hg'\n"
+" (with %PATHEXT% [defaulting to COM/EXE/BAT/CMD] extensions on\n"
+" Windows) is searched.\n"
"\n"
"HGEDITOR::\n"
-" This is the name of the editor to use when committing. See EDITOR.\n"
+" This is the name of the editor to run when committing. See EDITOR.\n"
"\n"
" (deprecated, use .hgrc)\n"
"\n"
@@ -8111,8 +8150,8 @@
"\n"
"HGENCODINGMODE::\n"
" This sets Mercurial's behavior for handling unknown characters\n"
-" while transcoding user inputs. The default is \"strict\", which\n"
-" causes Mercurial to abort if it can't translate a character. Other\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.\n"
@@ -8125,26 +8164,32 @@
" (deprecated, use .hgrc)\n"
"\n"
"HGRCPATH::\n"
-" A list of files or directories to search for hgrc files. Item\n"
-" separator is \":\" on Unix, \";\" on Windows. If HGRCPATH is not set,\n"
-" platform default search path is used. If empty, only .hg/hgrc of\n"
-" current repository is read.\n"
-"\n"
-" For each element in path, if a directory, all entries in directory\n"
-" ending with \".rc\" are added to path. Else, element itself is\n"
-" added to path.\n"
+" A list of files or directories to search for hgrc files. Item\n"
+" separator is \":\" on Unix, \";\" on Windows. If HGRCPATH is not set,\n"
+" platform default search path is used. If empty, only the .hg/hgrc\n"
+" from the current repository is read.\n"
+"\n"
+" For each element in HGRCPATH:\n"
+" * if it's a directory, all directories ending with .rc are added\n"
+" * otherwise, the directory itself will be added\n"
"\n"
"HGUSER::\n"
-" This is the string used for the author of a commit.\n"
+" This is the string used as the author of a commit. If not set,\n"
+" available values will be considered in this order:\n"
+"\n"
+" * HGUSER (deprecated)\n"
+" * hgrc files from the HGRCPATH\n"
+" * EMAIL\n"
+" * interactive prompt\n"
+" * LOGNAME (with '@hostname' appended)\n"
"\n"
" (deprecated, use .hgrc)\n"
"\n"
"EMAIL::\n"
-" If HGUSER is not set, this will be used as the author for a commit.\n"
+" May be used as the author of a commit; see HGUSER.\n"
"\n"
"LOGNAME::\n"
-" If neither HGUSER nor EMAIL is set, LOGNAME will be used (with\n"
-" '@hostname' appended) as the author value for a commit.\n"
+" May be used as the author of a commit; see HGUSER.\n"
"\n"
"VISUAL::\n"
" This is the name of the editor to use when committing. See EDITOR.\n"
@@ -8159,14 +8204,16 @@
"\n"
"PYTHONPATH::\n"
" This is used by Python to find imported modules and may need to be set\n"
-" appropriately if Mercurial is not installed system-wide.\n"
+" appropriately if this Mercurial is not installed system-wide.\n"
" "
msgstr ""
"\n"
"HG::\n"
" 'hg' コマンドへのパス。フック/エクステンションないし外部ツールの起動の\n"
-" 際に自動的に設定されます。未設定や空の場合は、'hg' という名前の実行可能\n"
-" ファイルが検索されます(Windows の場合 com/exe/bat/cmd 等の拡張子付き)。\n"
+" 際に自動的に設定されます。未設定や空の場合は、frozen 形式の\n"
+" hg 実行可能ファイルの名前か設定されるか、'hg' という名前の実行可能\n"
+" ファイルが検索されます(Windows の場合、PATHEXT 環境変数に設定された\n"
+" COM/EXE/BAT/CMD 等の拡張子付き)。\n"
"\n"
"HGEDITOR::\n"
" コミットの際のメッセージ入力を行うためのエディタの名前。EDITOR 環境変数\n"
@@ -8203,22 +8250,29 @@
" 読み込み先から読み込まれます。空の値が設定されている場合、\n"
" 現リポジトリの .hg/hgrc のみが読み込まれます。\n"
"\n"
-" 指定された一覧の各要素に対して、ディレクトリ指定なら当該ディレクトリ\n"
-" 配下の \".rc\" で終わる名前のファイルが、ファイル指定の場合はその\n"
-" ファイル自身が、読み込み対象となります。\n"
+" 指定された一覧の各要素に対して、以下のように振舞います:\n"
+" * ディレクトリなら、配下の \".rc\" で終わる名前のファイルを読み込む\n"
+" * ファイルなら、そのファイル自身を読み込む\n"
"\n"
"HGUSER::\n"
" チェンジセット作成者としてコミット時に記録する名前の指定。\n"
+" 作成者名として採用される値の決定順序は以下の通りです。\n"
+"\n"
+" * HGUSER 環境変数値(推奨されません)\n"
+" * (HGRCPATH 環境変数で指定される)設定ファイル中の設定\n"
+" * EMAIL 環境変数値\n"
+" * 対話的な入力\n"
+" * LOGNAME 環境変数値('@hostname' が付与されます)\n"
"\n"
" (推奨されない環境変数。設定ファイル経由で指定してください。)\n"
"\n"
"EMAIL::\n"
-" HGUSER 環境変数が設定されていない場合、チェンジセット作成者として\n"
-" コミット時にこの環境変数値が記録されます。\n"
+" チェンジセット作成者としてこの環境変数値が記録される可能性があります。\n"
+" 詳細は HGUSER の記述を参照してください。\n"
"\n"
"LOGNAME::\n"
-" HGUSER も EMAIL も共に設定されていない場合、チェンジセット作成者として\n"
-" コミット時に('@hostname' を追加した)この環境変数値が記録されます。\n"
+" チェンジセット作成者としてこの環境変数値が記録される可能性があります。\n"
+" 詳細は HGUSER の記述を参照してください。\n"
"\n"
"VISUAL::\n"
" コミット時のメッセージを編集するエディタ名の指定。EDITOR 環境変数\n"
@@ -8242,12 +8296,14 @@
msgid ""
"\n"
-" Mercurial accepts several notations for identifying individual\n"
+" Mercurial supports several ways to specify individual\n"
" revisions.\n"
"\n"
" A plain integer is treated as a revision number. Negative\n"
-" integers are treated as offsets from the tip, with -1 denoting the\n"
-" tip.\n"
+" integers are treated as toplogical offsets from the tip, with\n"
+" -1 denoting the tip. As such, negative numbers are only useful\n"
+" if you've memorized your local tree numbers and want to save\n"
+" typing a single digit. This editor suggests copy and paste.\n"
"\n"
" A 40-digit hexadecimal string is treated as a unique revision\n"
" identifier.\n"
@@ -8255,7 +8311,7 @@
" A hexadecimal string less than 40 characters long is treated as a\n"
" unique revision identifier, and referred to as a short-form\n"
" identifier. A short-form identifier is only valid if it is the\n"
-" prefix of one full-length identifier.\n"
+" prefix of exactly one full-length identifier.\n"
"\n"
" Any other string is treated as a tag name, which is a symbolic\n"
" name associated with a revision identifier. Tag names may not\n"
@@ -8276,14 +8332,16 @@
"\n"
" Mercurial は、個々のリビジョンを識別する記法を幾つか用意しています。\n"
"\n"
-" 整数値は「リビジョン番号」とみなされます。負値は、tip からの距離を\n"
-" 表します(-1 は tip を表します)。\n"
+" 整数値は、「リビジョン番号」とみなされます。負値は、tip からの距離を\n"
+" 表し、-1 は tip 自身を表します。負値の指定は、手元のリポジトリ中の\n"
+" 履歴遷移を把握している際に、入力を省力化したい場合にのみ有効です。\n"
+" 負値の利用はあまりお勧めできません。\n"
"\n"
" 40桁の16進文字列は、一意な「リビジョン識別子」とみなされます。\n"
"\n"
" 40桁未満の16進文字列は、一意な「リビジョン識別子」の短縮形式と\n"
-" みなされます。短縮形式の識別子は、唯一の完全長の識別子と前方一致する\n"
-" 場合にのみ有効です。\n"
+" みなされます。短縮形式の識別子は、厳密に1つの完全長の識別子とだけ\n"
+" 前方一致する場合にのみ有効です。\n"
"\n"
" それ以外の文字列は、リビジョン識別子に関連付けられた「タグ名」と\n"
" みなされます。タグ名は \":\" を含んでいないかもしれない。\n"
@@ -8305,8 +8363,8 @@
msgid ""
"\n"
" When Mercurial accepts more than one revision, they may be\n"
-" specified individually, or provided as a continuous range,\n"
-" separated by the \":\" character.\n"
+" specified individually, or provided as a topologically continuous\n"
+" range, separated by the \":\" character.\n"
"\n"
" The syntax of range notation is [BEGIN]:[END], where BEGIN and END\n"
" are revision identifiers. Both BEGIN and END are optional. If\n"
@@ -8318,7 +8376,7 @@
" order.\n"
"\n"
" A range acts as a closed interval. This means that a range of 3:5\n"
-" gives 3, 4 and 5. Similarly, a range of 4:2 gives 4, 3, and 2.\n"
+" gives 3, 4 and 5. Similarly, a range of 9:6 gives 9, 8, 7, and 6.\n"
" "
msgstr ""
"\n"
@@ -8337,7 +8395,7 @@
" とみなされます。\n"
"\n"
" 範囲指定は \"閉区間\" とみなされます。つまり、3:5 という範囲指定は\n"
-" 3, 4, 5 の指定と等価です。同様に 4:2 という範囲指定は 4, 3, 2 の指定と\n"
+" 3, 4, 5 の指定と等価です。同様に 9:6 という指定は 9, 8, 7, 6 の指定と\n"
" 等価です。\n"
" "
@@ -8353,14 +8411,14 @@
" While this standard format is often enough, it does not encode the\n"
" following information:\n"
"\n"
-" - executable status\n"
+" - executable status and other permission bits\n"
" - copy or rename information\n"
" - changes in binary files\n"
" - creation or deletion of empty files\n"
"\n"
" Mercurial also supports the extended diff format from the git VCS\n"
" which addresses these limitations. The git diff format is not\n"
-" produced by default because there are very few tools which\n"
+" produced by default because a few widespread tools still do not\n"
" understand this format.\n"
"\n"
" This means that when generating diffs from a Mercurial repository\n"
@@ -8384,15 +8442,15 @@
"\n"
" この標準的な形式は概ね十分なのですが、以下のような情報は含まれません:\n"
"\n"
-" - 実行可否(権限設定)\n"
+" - 実行可否および権限設定\n"
" - 複製/改名情報\n"
" - バイナリファイルの変更\n"
" - 空ファイルの作成/削除\n"
"\n"
" Mercurial は、別の構成管理ツールである git に由来する拡張差分形式にも\n"
" 対応しており、この形式は従来の差分形式の持つ先の制限を解消しています。\n"
-" 但し、殆どのツールが git 差分形式に対応していないため、Mercurial は\n"
-" 指定が無い場合はこの形式では出力しません。\n"
+" 但し、普及しているツールの幾つかが git 差分形式に対応していないため、\n"
+" Mercurial は指定が無い場合はこの形式では出力しません。\n"
"\n"
" つまり、Mercurial が(\"hg export\" 等で)生成した標準の差分形式は、\n"
" 他のリポジトリに対して適用した場合、上述した情報の欠落があることから、\n"
@@ -8418,7 +8476,7 @@
"style).\n"
"\n"
" You can customize output for any \"log-like\" command: log, outgoing,\n"
-" incoming, tip, parents, heads and glog are all template-enabled.\n"
+" incoming, tip, parents, heads and glog.\n"
"\n"
" Three styles are packaged with Mercurial: default (the style used\n"
" when no explicit preference is passed), compact and changelog. Usage:\n"
@@ -8455,7 +8513,7 @@
" want to use a date in your output, you can use a filter to process it.\n"
" Filters are functions which return a string based on the input "
"variable.\n"
-" You can also use a chain of filters to get the wanted output:\n"
+" You can also use a chain of filters to get the desired output:\n"
"\n"
" $ hg tip --template \"{date|isodate}\\n\"\n"
" 2008-08-21 18:22 +0000\n"
@@ -8464,15 +8522,21 @@
"\n"
" - addbreaks: Any text. Add an XHTML \"<br />\" tag before the end of\n"
" every line except the last.\n"
-" - age: Date. Returns a human-readable age for the given date.\n"
+" - age: Date. Returns a human-readable date/time difference between\n"
+" the given date/time and the current date/time.\n"
" - basename: Any text. Treats the text as a path, and returns the\n"
-" basename. For example, \"foo/bar/baz\" becomes \"baz\".\n"
-" - date: Date. Returns a date in a Unix date command format, including\n"
+" last component of the path after splitting by the path\n"
+" separator (ignoring trailing seprators). For example,\n"
+" \"foo/bar/baz\" becomes \"baz\" and \"foo/bar//\" becomes \"bar"
+"\".\n"
+" - date: Date. Returns a date in a Unix date format, including\n"
" the timezone: \"Mon Sep 04 15:13:13 2006 0700\".\n"
" - domain: Any text. Finds the first string that looks like an email\n"
" address, and extracts just the domain component.\n"
+" Example: 'User <user@example.com>' becomes 'example.com'.\n"
" - email: Any text. Extracts the first string that looks like an email\n"
-" address.\n"
+" address. Example: 'User <user@example.com>' becomes\n"
+" 'user@example.com'.\n"
" - escape: Any text. Replaces the special XML/XHTML characters \"&\",\n"
" \"<\" and \">\" with XML entities.\n"
" - fill68: Any text. Wraps the text to fit in 68 columns.\n"
@@ -8488,7 +8552,7 @@
" in email headers.\n"
" - short: Changeset hash. Returns the short form of a changeset hash,\n"
" i.e. a 12-byte hexadecimal string.\n"
-" - shortdate: Date. Returns a date like \"2006-09-04\".\n"
+" - shortdate: Date. Returns a date like \"2006-09-18\".\n"
" - strip: Any text. Strips all leading and trailing whitespace.\n"
" - tabindent: Any text. Returns the text, with every line except the\n"
" first starting with a tab character.\n"
@@ -8515,7 +8579,7 @@
" 'hg incoming --bundle').\n"
"\n"
" An optional identifier after # indicates a particular branch, tag,\n"
-" or changeset to deal with in the remote repository.\n"
+" or changeset to use from the remote repository.\n"
"\n"
" Some features, such as pushing to http:// and https:// URLs are\n"
" only possible if the feature is explicitly enabled on the\n"
@@ -8547,13 +8611,14 @@
" You can then use the alias for any command that uses a url (for example\n"
" 'hg pull alias1' would pull from the 'alias1' path).\n"
"\n"
-" Two path aliases are more important because they are used as defaults\n"
+" Two path aliases are special because they are used as defaults\n"
" when you do not provide the url to a command:\n"
"\n"
" default:\n"
" When you create a repository with hg clone, the clone command saves\n"
-" the location of the source repository as the 'default' path. This is\n"
-" then used when you omit a path from the push and pull commands.\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-\n"
+" and pull-like commands (including in and out).\n"
"\n"
" default-push:\n"
" The push command will look for a path named 'default-push', and\n"
@@ -8611,9 +8676,10 @@
" 重要な別名が2つあります。\n"
"\n"
" default:\n"
-" 'hg clone' によって複製した場合、複製元リポジトリの URL が\n"
-" 'default' として保存されます。以後、連携先を省略して 'hg push' や\n"
-" 'hg pull' を実行した際には、この URL が連携先として使用されます。\n"
+" 'hg clone' によって複製した場合、新規リポジトリの 'default' として\n"
+" 複製元リポジトリの URL が保存されます。\n"
+" 以後、連携先を省略して 'hg push' や 'hg pull' に類するコマンドを\n"
+" 実行した際には、この URL が連携先として使用されます。\n"
"\n"
" default-push:\n"
" 'hg push' は、'default-push' の別名で定義される URL を探します。\n"
@@ -8659,6 +8725,11 @@
msgid "use 'hg resolve' to retry unresolved file merges\n"
msgstr ""
+msgid ""
+"use 'hg resolve' to retry unresolved file merges or 'hg up --clean' to "
+"abandon\n"
+msgstr ""
+
msgid "(branch merge, don't forget to commit)\n"
msgstr ""