1
# Japanese translation for bzr
2
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
3
# This file is distributed under the same license as the bzr package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
8
"Project-Id-Version: bzr\n"
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
"POT-Creation-Date: 2012-07-10 11:35+0200\n"
11
"PO-Revision-Date: 2013-05-21 08:54+0000\n"
12
"Last-Translator: epii <public.epii@gmail.com>\n"
13
"Language-Team: Japanese <ja@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"Plural-Forms: nplurals=1; plural=0;\n"
18
"X-Launchpad-Export-Date: 2013-05-22 04:30+0000\n"
19
"X-Generator: Launchpad (build 16626)\n"
22
3
msgid "skipping {0} (larger than {1} of {2} bytes)"
23
msgstr "{0} をスキップ ({1} の {2} byte より大きいため)"
25
#: bzrlib/branch.py:854
6
#: breezy/branch.py:872
29
#: bzrlib/branch.py:2955
10
#: breezy/branch.py:3012
31
12
msgid "Pushed up to revision %d."
32
msgstr "リビジョン%dまでプッシュしました。"
34
#: bzrlib/branch.py:2957
15
#: breezy/branch.py:3014
36
17
msgid "%d tag updated."
37
18
msgid_plural "%d tags updated."
38
msgstr[0] "%d 個のタグを更新しました"
40
#: bzrlib/branch.py:2960
22
#: breezy/branch.py:3017
41
23
msgid "No new revisions or tags to push."
42
msgstr "プッシュする新しいリビジョンやタグはありません。"
44
#: bzrlib/branch.py:2962
26
#: breezy/branch.py:3019
45
27
msgid "No new revisions to push."
46
msgstr "プッシュする新しいリビジョンはありません。"
48
#: bzrlib/branch.py:2982
30
#: breezy/branch.py:3039
31
#, python-brace-format
49
32
msgid "checked branch {0} format {1}"
50
msgstr "format {1} のブランチ {0} をチェックしました"
52
#: bzrlib/branch.py:2985
35
#: breezy/branch.py:3042
54
37
msgid "found error:%s"
57
#: bzrlib/builtins.py:251 bzrlib/builtins.py:3045 bzrlib/workingtree.py:323
40
#: breezy/builtins.py:251 breezy/builtins.py:3043 breezy/workingtree.py:324
59
42
msgid "Ignoring files outside view. View is %s"
60
msgstr "ビューに含まれないファイルは無視します。ビュー:%s"
62
#: bzrlib/builtins.py:260
45
#: breezy/builtins.py:260
64
msgid "bzr %s --revision takes exactly one revision identifier"
65
msgstr "bzr %s --revision には、リビジョンIDを一つだけ指定します。"
47
msgid "brz %s --revision takes exactly one revision identifier"
67
#: bzrlib/builtins.py:315
50
#: breezy/builtins.py:315
68
51
msgid "Display status summary."
69
msgstr "ステータスのサマリーを表示します。"
71
#: bzrlib/builtins.py:317
54
#: breezy/builtins.py:317
73
56
"This reports on versioned and unknown files, reporting them\n"
74
57
"grouped by state. Possible states are:"
76
"このコマンドは、バージョン管理されたファイルやバージョン管理外ファイル\n"
77
"について、ステータスごとにグルーピングして表示します。\n"
78
"表示されるステータスは以下の通りです。:"
80
#: bzrlib/builtins.py:320
60
#: breezy/builtins.py:320
83
63
" Versioned in the working copy but not in the previous revision."
86
" 作業コピー内ではバージョン管理されているが、一つ前のリビジョンでは管理\n"
89
#: bzrlib/builtins.py:323
66
#: breezy/builtins.py:323
92
69
" Versioned in the previous revision but removed or deleted\n"
93
70
" in the working copy."
96
" 一つ前のリビジョンでは管理されているが、作業コピー内では削除されている。"
98
#: bzrlib/builtins.py:327
73
#: breezy/builtins.py:327
101
76
" Path of this file changed from the previous revision;\n"
102
77
" the text may also have changed. This includes files whose\n"
103
78
" parent directory was renamed."
106
" このファイルのパスは一つ前のリビジョンから変更されている。\n"
107
" 内容も変更されている可能性がある。親ディレクトリが変更されたファイルも\n"
110
#: bzrlib/builtins.py:332
81
#: breezy/builtins.py:332
113
84
" Text has changed since the previous revision."
116
" ファイルの内容が一つ前のリビジョンから変更されている。"
118
#: bzrlib/builtins.py:335
87
#: breezy/builtins.py:335
121
90
" File kind has been changed (e.g. from file to directory)."
124
" ファイルの種別が変更されている。(ファイルからディレクトリに変わったなど)"
126
#: bzrlib/builtins.py:338
93
#: breezy/builtins.py:338
129
96
" Not versioned and not matching an ignore pattern."
132
" バージョン管理されておらず、無視パターンにも一致していない。"
134
#: bzrlib/builtins.py:341
99
#: breezy/builtins.py:341
136
101
"Additionally for directories, symlinks and files with a changed\n"
137
102
"executable bit, Bazaar indicates their type using a trailing\n"
138
103
"character: '/', '@' or '*' respectively. These decorations can be\n"
139
104
"disabled using the '--no-classify' option."
141
"さらにディレクトリ、シンボリックリンク、実行可能ファイルについては、\n"
142
"末尾に種別を現す文字としてそれぞれ'/'、'@'、'*'が付加されます。\n"
143
"これを表示しないようにするには、'--no-classify'オプションを指定してください。"
145
#: bzrlib/builtins.py:346
107
#: breezy/builtins.py:346
147
"To see ignored files use 'bzr ignored'. For details on the\n"
148
"changes to file texts, use 'bzr diff'."
109
"To see ignored files use 'brz ignored'. For details on the\n"
110
"changes to file texts, use 'brz diff'."
150
"無視ファイルを見るには'bzr ignored'を使ってください。\n"
151
"ファイルの内容の変更を詳しく見るには、'bzr diff'を使ってください。"
153
#: bzrlib/builtins.py:349
113
#: breezy/builtins.py:349
155
115
"Note that --short or -S gives status flags for each item, similar\n"
156
116
"to Subversion's status command. To get output similar to svn -q,\n"
157
"use bzr status -SV."
117
"use brz status -SV."
159
"--shortまたは-Sを指定した場合、Subversionのstatusコマンドと同じように\n"
160
"すべてのアイテムにマーカーが表示されることに注意してください。\n"
161
"SVNで-qを指定した場合と同じような形式にするには、bzr status -SV を\n"
164
#: bzrlib/builtins.py:353
120
#: breezy/builtins.py:353
166
122
"If no arguments are specified, the status of the entire working\n"
167
123
"directory is shown. Otherwise, only the status of the specified\n"
168
124
"files or directories is reported. If a directory is given, status\n"
169
125
"is reported for everything inside that directory."
171
"何も引数を指定しない場合、作業コピー全体のステータスが表示されます。\n"
172
"指定した場合は、指定のファイルやディレクトリのステータスだけが表示\n"
173
"されます。ディレクトリを指定した場合は、そのディレクトリの配下の全ての\n"
176
#: bzrlib/builtins.py:358
128
#: breezy/builtins.py:358
178
130
"Before merges are committed, the pending merge tip revisions are\n"
179
131
"shown. To see all pending merge revisions, use the -v option.\n"
180
132
"To skip the display of pending merge information altogether, use\n"
181
133
"the no-pending option or specify a file/directory."
183
"マージがコミットされる前には、マージ中のTipリビジョンが表示されます。\n"
184
"すべてのマージ中リビジョンを表示するには、-vオプションを使用します。\n"
185
"マージ中の情報を省略するには、no-pendingオプションを使用するか、\n"
186
"ファイルやディレクトリを指定してください。"
188
#: bzrlib/builtins.py:363
136
#: breezy/builtins.py:363
190
138
"To compare the working directory to a specific revision, pass a\n"
191
139
"single revision to the revision argument."
193
"作業フォルダと指定リビジョンとを比較するには、リビジョンを一つだけ\n"
196
#: bzrlib/builtins.py:366
142
#: breezy/builtins.py:366
198
144
"To see which files have changed in a specific revision, or between\n"
199
145
"two revisions, pass a revision range to the revision argument.\n"
200
"This will produce the same results as calling 'bzr diff --summarize'."
146
"This will produce the same results as calling 'brz diff --summarize'."
202
"指定されたリビジョンで、もしくは指定された2つのリビジョン間でどのファイルが\n"
203
"変更されたかを見るには、2つのリビジョンを引数に指定してください。\n"
204
"'bzr diff --summarize' でも見ることができます。"
206
#: bzrlib/builtins.py:375
149
# help of 'short' option of 'status' command
150
#: breezy/builtins.py:375
207
151
msgid "Use short status indicators."
208
msgstr "省略形式でステータスを表示します。"
210
#: bzrlib/builtins.py:377
154
# help of 'versioned' option of 'status' command
155
#: breezy/builtins.py:377
211
156
msgid "Only show versioned files."
212
msgstr "バージョン管理されているファイルだけを表示します。"
214
#: bzrlib/builtins.py:379
159
# help of 'no-pending' option of 'status' command
160
#: breezy/builtins.py:379
215
161
msgid "Don't show pending merges."
216
msgstr "マージ中の情報を表示しません。"
218
#: bzrlib/builtins.py:382
164
# help of 'no-classify' option of 'status' command
165
#: breezy/builtins.py:382
219
166
msgid "Do not mark object type using indicator."
220
msgstr "オブジェクトの種別を表すマーカーを表示しません。"
222
#: bzrlib/builtins.py:397
223
msgid "bzr status --revision takes exactly one or two revision specifiers"
224
msgstr "bzr status --revisionには、1つか2つのリビジョンを指定します。"
226
#: bzrlib/builtins.py:441 bzrlib/builtins.py:5230
169
#: breezy/builtins.py:397
170
msgid "brz status --revision takes exactly one or two revision specifiers"
173
#: breezy/builtins.py:441 breezy/builtins.py:5229
227
174
msgid "You can only supply one of revision_id or --revision"
228
msgstr "リビジョンIDと--revisionのどちらか一つだけを指定してください。"
230
#: bzrlib/builtins.py:444 bzrlib/builtins.py:5232
177
#: breezy/builtins.py:444 breezy/builtins.py:5231
231
178
msgid "You must supply either --revision or a revision_id"
232
msgstr "--revisionとリビジョンIDのどちらかを指定してください。"
234
#: bzrlib/builtins.py:451
181
#: breezy/builtins.py:451
236
183
msgid "Repository %r does not support access to raw revision texts"
237
msgstr "リポジトリ %r はリビジョンのtextへの直接アクセスをサポートしていません"
239
#: bzrlib/builtins.py:462
186
#: breezy/builtins.py:462
187
#, python-brace-format
240
188
msgid "The repository {0} contains no revision {1}."
241
msgstr "リポジトリ {0} にはリビジョン {1} はありません。"
243
#: bzrlib/builtins.py:469
191
#: breezy/builtins.py:469
244
192
msgid "You cannot specify a NULL revision."
245
msgstr "NULLリビジョンは指定できません。"
247
#: bzrlib/builtins.py:561
195
#: breezy/builtins.py:561
248
196
msgid "Remove the working tree from a given branch/checkout."
249
msgstr "指定されたブランチ/チェックアウトから作業ツリーを削除します。"
251
#: bzrlib/builtins.py:563
199
#: breezy/builtins.py:563
253
201
"Since a lightweight checkout is little more than a working tree\n"
254
202
"this will refuse to run against one."
256
"軽量チェックアウトは作業ツリーよりも小さいため、軽量チェック\n"
257
"アウトに対して実行することはできません。"
259
#: bzrlib/builtins.py:566
260
msgid "To re-create the working tree, use \"bzr checkout\"."
261
msgstr "作業ツリーを再作成するには、 \"bzr checkout\" をしてください。"
263
#: bzrlib/builtins.py:572
265
"Remove the working tree even if it has uncommitted or shelved changes."
266
msgstr "作業ツリーが変更されていたり、シェルフされた変更があっても、作業ツリーを削除します。"
268
#: bzrlib/builtins.py:586
205
#: breezy/builtins.py:566
206
msgid "To re-create the working tree, use \"brz checkout\"."
209
# help of 'force' option of 'remove-tree' command
210
#: breezy/builtins.py:572
211
msgid "Remove the working tree even if it has uncommitted or shelved changes."
214
#: breezy/builtins.py:586
269
215
msgid "No working tree to remove"
270
msgstr "削除する作業ツリーがありません。"
272
#: bzrlib/builtins.py:588
218
#: breezy/builtins.py:588
273
219
msgid "You cannot remove the working tree of a remote path"
274
msgstr "リモートの作業ツリーを削除することはできません。"
276
#: bzrlib/builtins.py:597
222
#: breezy/builtins.py:597
277
223
msgid "You cannot remove the working tree from a lightweight checkout"
278
msgstr "軽量チェックアウトから作業ツリーを削除することはできません。"
280
#: bzrlib/builtins.py:637
226
#: breezy/builtins.py:637
282
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
228
"The tree does not appear to be corrupt. You probably want \"brz revert\" "
283
229
"instead. Use \"--force\" if you are sure you want to reset the working tree."
285
"ツリーは壊れていないようです。代わりに\"bzr revert\"を実行してください。もし、本当に作業ツリーをリセットしたいのであれば、\"--"
286
"force\"オプションを指定してください。"
288
#: bzrlib/builtins.py:648
232
#: breezy/builtins.py:648
290
234
", the header appears corrupt, try passing -r -1 to set the state to the last "
292
msgstr ", ヘッダーが壊れているようです。-r -1を指定して最終コミット時点の状態に戻してください。"
294
#: bzrlib/builtins.py:652
238
#: breezy/builtins.py:652
239
#, python-brace-format
295
240
msgid "failed to reset the tree state{0}"
296
msgstr "ツリーの状態をリセットできませんでした。{0}"
298
#: bzrlib/builtins.py:656
243
#: breezy/builtins.py:656
299
244
msgid "Show current revision number."
300
msgstr "現在のリビジョン番号を表示します。"
302
#: bzrlib/builtins.py:658
247
#: breezy/builtins.py:658
303
248
msgid "This is equal to the number of revisions on this branch."
304
msgstr "これは、ブランチ内のリビジョンの数と同じです。"
306
#: bzrlib/builtins.py:671
251
#: breezy/builtins.py:671
307
252
msgid "--tree and --revision can not be used together"
308
msgstr "--tree と --revision は同時に指定できません"
310
#: bzrlib/builtins.py:688 bzrlib/builtins.py:5986
311
msgid "Tags can only be placed on a single revision, not on a range"
312
msgstr "タグは1つのリビジョンにしか指定できません"
314
#: bzrlib/builtins.py:712
255
#: breezy/builtins.py:688
256
msgid "Revision numbers only make sense for single revisions, not ranges"
259
# help of 'tree' option of 'revno' command
260
#: breezy/builtins.py:712
315
261
msgid "Show revno of working tree."
316
msgstr "作業ツリーのリビジョン番号を表示します。"
318
#: bzrlib/builtins.py:760
264
#: breezy/builtins.py:760
319
265
msgid "Add specified files or directories."
320
msgstr "指定されたファイルやディレクトリを追加します。"
322
#: bzrlib/builtins.py:762
268
#: breezy/builtins.py:762
324
270
"In non-recursive mode, all the named items are added, regardless\n"
325
271
"of whether they were previously ignored. A warning is given if\n"
326
272
"any of the named files are already versioned."
328
"non-recursiveモードの場合、無視されていたものも含めて指定されたすべての\n"
329
"アイテムが追加されます。指定されたファイルが既に追加されているものだった\n"
332
#: bzrlib/builtins.py:766
275
#: breezy/builtins.py:766
334
277
"In recursive mode (the default), files are treated the same way\n"
335
278
"but the behaviour for directories is different. Directories that\n"
476
394
"its internal inventory to reflect that change.\n"
477
395
"The same is valid when moving many SOURCE files to a DESTINATION."
479
"OLDNAMEがファイルシステム上に存在せず、かつバージョン管理対象に\n"
480
"なっていて、NEWNAMEはファイルシステム上に存在しているがバージョン\n"
481
"管理対象にはなっていない場合は、ファイルは既に手動で移動済みだとみなし、\n"
482
"内部データへの変更の反映だけを行います。\n"
483
"複数のSOURCEをひとつのDESTINATIONに移動する場合も同じです。"
485
#: bzrlib/builtins.py:990
398
#: breezy/builtins.py:990
486
399
msgid "Files cannot be moved between branches."
487
msgstr "ファイルを別のブランチに移動することはできません。"
489
#: bzrlib/builtins.py:997
402
# help of 'after' option of 'mv' command
403
#: breezy/builtins.py:997
491
"Move only the bzr identifier of the file, because the file has already been "
405
"Move only the brz identifier of the file, because the file has already been "
493
msgstr "ファイルは既に移動済みのため、ファイルのBazaar IDだけを移動します。"
495
#: bzrlib/builtins.py:999
409
# help of 'auto' option of 'mv' command
410
#: breezy/builtins.py:999
496
411
msgid "Automatically guess renames."
497
msgstr "変名を自動的に推測します。"
499
#: bzrlib/builtins.py:1000
414
# help of 'dry-run' option of 'mv' command
415
#: breezy/builtins.py:1000
500
416
msgid "Avoid making changes when guessing renames."
501
msgstr "変名を推測する時に、実際には変更を行いません。"
503
#: bzrlib/builtins.py:1009
419
#: breezy/builtins.py:1009
504
420
msgid "--dry-run requires --auto."
505
msgstr "--dry-runは--autoとともに指定してください。"
507
#: bzrlib/builtins.py:1013
423
#: breezy/builtins.py:1013
508
424
msgid "missing file argument"
509
msgstr "ファイルが指定されていません。"
511
#: bzrlib/builtins.py:1017
427
#: breezy/builtins.py:1017
512
428
msgid "can not move root of branch"
513
msgstr "ブランチの root は移動できません。"
515
#: bzrlib/builtins.py:1023
431
#: breezy/builtins.py:1023
516
432
msgid "Only one path may be specified to --auto."
517
msgstr "--autoを指定する場合はパスはひとつだけ指定してください。"
519
#: bzrlib/builtins.py:1026
435
#: breezy/builtins.py:1026
520
436
msgid "--after cannot be specified with --auto."
521
msgstr "--afterと--autoを同時に指定することはできません。"
523
#: bzrlib/builtins.py:1062
439
#: breezy/builtins.py:1062
524
440
msgid "to mv multiple files the destination must be a versioned directory"
525
msgstr "複数のファイルを移動する時は、移動先はバージョン管理されていなければなりません。"
527
#: bzrlib/builtins.py:1114
443
#: breezy/builtins.py:1114
528
444
msgid "Turn this branch into a mirror of another branch."
529
msgstr "このブランチを別のブランチのミラーにします。"
531
#: bzrlib/builtins.py:1116
447
#: breezy/builtins.py:1116
533
449
"By default, this command only works on branches that have not diverged.\n"
534
450
"Branches are considered diverged if the destination branch's most recent \n"
535
451
"commit is one that has not been merged (directly or indirectly) into the \n"
538
"デフォルトでは、このコマンドは分岐していないブランチでのみ実行できます。\n"
539
"対象のブランチの最新コミットがまだ(直接的または間接的に)親ブランチにマージ\n"
540
"されていなければ、ブランチが分岐しているとみなします。"
542
#: bzrlib/builtins.py:1121
455
#: breezy/builtins.py:1121
544
"If branches have diverged, you can use 'bzr merge' to integrate the changes\n"
457
"If branches have diverged, you can use 'brz merge' to integrate the changes\n"
545
458
"from one into the other. Once one branch has merged, the other should\n"
546
459
"be able to pull it again."
548
"ブランチが分岐している場合、その変更を片方からもう片方に統合するために\n"
549
"'bzr merge'を使用することができます。ブランチをマージすれば、またpullできる\n"
552
#: bzrlib/builtins.py:1125
462
#: breezy/builtins.py:1125
554
464
"If you want to replace your local changes and just want your branch to\n"
555
465
"match the remote one, use pull --overwrite. This will work even if the two\n"
556
466
"branches have diverged."
558
"もし、リモートの変更内容で手元での変更内容を単純に置き換えたい場合は、\n"
559
"pull --overwriteを使用してください。これは、ブランチ同士が分岐していても\n"
562
#: bzrlib/builtins.py:1129
469
#: breezy/builtins.py:1129
564
471
"If there is no default location set, the first pull will set it (use\n"
565
472
"--no-remember to avoid setting it). After that, you can omit the\n"
566
473
"location to use the default. To change the default, use --remember. The\n"
567
474
"value will only be saved if the remote location can be accessed."
569
"デフォルトのpull対象ブランチが設定されていない場合は、最初にpullした時に\n"
570
"設定されます。(これをしないようにするには、--no-rememberを指定します。)\n"
571
"その後は、デフォルトのブランチを使用する時には指定を省略できるようになり\n"
572
"ます。デフォルトを変更するには、--rememberを指定します。この値は、リモート\n"
573
"ブランチにアクセスできた時だけ保存されます。"
575
#: bzrlib/builtins.py:1134
477
#: breezy/builtins.py:1134
577
479
"The --verbose option will display the revisions pulled using the log_format\n"
578
480
"configuration option. You can use a different format by overriding it with\n"
579
481
"-Olog_format=<other_format>."
581
"--verbose オプションは pull されたリビジョンを log_format 設定オプションを\n"
582
"利用して表示します。 -Olog_format=<other_format> と指定することで、\n"
585
#: bzrlib/builtins.py:1138
484
#: breezy/builtins.py:1138
587
486
"Note: The location can be specified either in the form of a branch,\n"
588
487
"or in the form of a path to a file containing a merge directive generated\n"
591
"ブランチだけでなく、bzr sendで生成されたマージディレクティブを含むファイル\n"
592
"もpull対象として指定できることに注意してください。"
594
#: bzrlib/builtins.py:1146
491
# help of 'verbose' option of 'pull' command
492
#: breezy/builtins.py:1146
595
493
msgid "Show logs of pulled revisions."
596
msgstr "pull対象リビジョンのログを表示します。"
598
#: bzrlib/builtins.py:1148
496
# help of 'directory' option of 'pull' command
497
#: breezy/builtins.py:1148
600
499
"Branch to pull into, rather than the one containing the working directory."
601
msgstr "作業フォルダの代わりにpullを受け入れるブランチ"
603
#: bzrlib/builtins.py:1151
502
# help of 'local' option of 'pull' command
503
#: breezy/builtins.py:1151
605
505
"Perform a local pull in a bound branch. Local pulls are not applied to the "
607
msgstr "バインドブランチに対してpullする場合に、マスターブランチには反映しないようにします。"
609
#: bzrlib/builtins.py:1189
610
msgid "Need working tree for --show-base."
611
msgstr "--show-baseオプションを使用するには作業ツリーが必要です。"
613
#: bzrlib/builtins.py:1205
509
#: breezy/builtins.py:1188
510
msgid "No working tree, ignoring --show-base"
513
#: breezy/builtins.py:1204
614
514
msgid "No pull location known or specified."
615
msgstr "pull対象ブランチが指定されていません。"
617
#: bzrlib/builtins.py:1211
517
#: breezy/builtins.py:1210
619
519
msgid "Using saved parent location: %s\n"
620
msgstr "デフォルトの親ブランチを使用します。: %s\n"
622
#: bzrlib/builtins.py:1218 bzrlib/builtins.py:4425
522
#: breezy/builtins.py:1217 breezy/builtins.py:4423
623
523
msgid "Cannot use -r with merge directives or bundles"
624
msgstr "マージディレクティブやバンドルに対して-rを使用することはできません。"
626
#: bzrlib/builtins.py:1261
526
#: breezy/builtins.py:1260
627
527
msgid "Update a mirror of this branch."
628
msgstr "このブランチのミラーを更新します。"
630
#: bzrlib/builtins.py:1263
530
#: breezy/builtins.py:1262
632
532
"The target branch will not have its working tree populated because this\n"
633
533
"is both expensive, and is not supported on remote file systems."
635
"対象のブランチの作業ツリーの更新はコストが高く、リモートファイルシステムでは\n"
636
"サポートされていないため、作業ツリーの更新は行いません。"
638
#: bzrlib/builtins.py:1266
536
#: breezy/builtins.py:1265
640
538
"Some smart servers or protocols *may* put the working tree in place in\n"
643
"将来的に、作業ツリーの更新ができるようなスマートサーバやプロトコルがリリース\n"
646
#: bzrlib/builtins.py:1269
542
#: breezy/builtins.py:1268
648
544
"This command only works on branches that have not diverged. Branches are\n"
649
545
"considered diverged if the destination branch's most recent commit is one\n"
650
546
"that has not been merged (directly or indirectly) by the source branch."
652
"このコマンドは、分岐していないブランチ同士でのみ使用できます。push先ブランチ\n"
653
"の最新のコミットが(直接的、もしくは間接的に)push元のブランチにまだマージされて\n"
654
"いない状態の場合に、ブランチが分岐しているとみなされます。"
656
#: bzrlib/builtins.py:1273
549
#: breezy/builtins.py:1272
658
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
551
"If branches have diverged, you can use 'brz push --overwrite' to replace\n"
659
552
"the other branch completely, discarding its unmerged changes."
661
"ブランチ同士が分岐している場合、 'bzr push --overwrite' で、まだマージされて\n"
662
"いない変更を破棄してpush先のブランチを完全に置きかえることができます。"
664
#: bzrlib/builtins.py:1276
555
#: breezy/builtins.py:1275
666
557
"If you want to ensure you have the different changes in the other branch,\n"
667
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
558
"do a merge (see brz help merge) from the other branch, and commit that.\n"
668
559
"After that you will be able to do a push without '--overwrite'."
670
"push先のブランチに違う変更があって、それを残したいなら、まずpush先のブランチ\n"
671
"からマージして(bzr help mergeを参照)コミットしてください。そうすれば、\n"
672
"'--overwrite'の指定なしでpushできるようになります。"
674
#: bzrlib/builtins.py:1280
562
#: breezy/builtins.py:1279
676
564
"If there is no default push location set, the first push will set it (use\n"
677
565
"--no-remember to avoid setting it). After that, you can omit the\n"
678
566
"location to use the default. To change the default, use --remember. The\n"
679
567
"value will only be saved if the remote location can be accessed."
681
"デフォルトのpush対象ブランチが設定されていない場合は、最初にpushした時に\n"
682
"設定されます。(これをしないようにするには、--no-rememberを指定します。)\n"
683
"その後は、デフォルトのブランチを使用する時には指定を省略できるようになり\n"
684
"ます。デフォルトを変更するには、--rememberを指定します。この値は、リモートの\n"
685
"ブランチにアクセスできた時だけ保存されます。"
687
#: bzrlib/builtins.py:1285
570
#: breezy/builtins.py:1284
689
572
"The --verbose option will display the revisions pushed using the log_format\n"
690
573
"configuration option. You can use a different format by overriding it with\n"
691
574
"-Olog_format=<other_format>."
693
"--verbose オプションは push されたリビジョンを log_format 設定オプションを\n"
694
"利用して表示します。 -Olog_format=<other_format> と指定することで、\n"
697
#: bzrlib/builtins.py:1296 bzrlib/foreign.py:272
577
# help of 'directory' option of 'dpush' command
578
# help of 'directory' option of 'push' command
579
#: breezy/builtins.py:1295 breezy/foreign.py:272
699
581
"Branch to push from, rather than the one containing the working directory."
700
msgstr "カレントディレクトリの代わりにpush元とするブランチを指定します。"
702
#: bzrlib/builtins.py:1299
584
# help of 'use-existing-dir' option of 'push' command
585
#: breezy/builtins.py:1298
704
587
"By default push will fail if the target directory exists, but does not "
705
588
"already have a control directory. This flag will allow push to proceed."
707
"デフォルトでは、push先のディレクトリが既に存在しているのにバージョン管理されていない状態の場合はpushできません。このフラグを指定すると、その場合で"
710
#: bzrlib/builtins.py:1304
591
# help of 'stacked' option of 'push' command
592
#: breezy/builtins.py:1303
712
594
"Create a stacked branch that references the public location of the parent "
714
msgstr "親ブランチの公開された場所を参照するスタックドブランチを作成します。"
716
#: bzrlib/builtins.py:1307
598
# help of 'stacked-on' option of 'push' command
599
#: breezy/builtins.py:1306
718
601
"Create a stacked branch that refers to another branch for the commit "
719
602
"history. Only the work not present in the referenced branch is included in "
720
603
"the branch created."
721
msgstr "コミットの履歴を別のブランチから参照するスタックドブランチを作成します。参照先のブランチにない変更だけがこのブランチに含まれます。"
723
#: bzrlib/builtins.py:1312 bzrlib/foreign.py:279
606
# help of 'strict' option of 'dpush' command
607
# help of 'strict' option of 'push' command
608
#: breezy/builtins.py:1311 breezy/foreign.py:279
725
610
"Refuse to push if there are uncommitted changes in the working tree, --no-"
726
611
"strict disables the check."
728
"作業コピーが変更されている場合はpushできませんが、--no-strictオプションを指定\n"
731
#: bzrlib/builtins.py:1315
614
# help of 'no-tree' option of 'push' command
615
#: breezy/builtins.py:1314
732
616
msgid "Don't populate the working tree, even for protocols that support it."
733
msgstr "作業コピーを更新できるプロトコルを使っている場合でも、更新しません。"
735
#: bzrlib/builtins.py:1318
619
# help of 'overwrite-tags' option of 'pull' command
620
# help of 'overwrite-tags' option of 'push' command
621
#: breezy/builtins.py:1317
736
622
msgid "Overwrite tags only."
739
#: bzrlib/builtins.py:1369
625
#: breezy/builtins.py:1368
740
626
msgid "Could not determine branch to refer to."
741
msgstr "参照先のブランチを特定できません。"
743
#: bzrlib/builtins.py:1378
629
#: breezy/builtins.py:1377
746
632
"No push location known or specified. To push to the parent branch (at %s), "
747
"use 'bzr push :parent'."
748
msgstr "push先が設定も指定もされていません。親ブランチ(%s)にpushする場合は、'bzr push :parent'を使用してください。"
633
"use 'brz push :parent'."
750
#: bzrlib/builtins.py:1384 bzrlib/foreign.py:306
636
#: breezy/builtins.py:1383 breezy/foreign.py:306
751
637
msgid "No push location known or specified."
752
msgstr "push先のブランチが設定も指定もされていません。"
754
#: bzrlib/builtins.py:1388
640
#: breezy/builtins.py:1387
756
642
msgid "Using saved push location: %s"
757
msgstr "デフォルトのpush先ブランチを使用します。: %s"
759
#: bzrlib/builtins.py:1398
645
#: breezy/builtins.py:1397
760
646
msgid "Create a new branch that is a copy of an existing branch."
761
msgstr "既存のブランチをコピーして新しいブランチを作成します。"
763
#: bzrlib/builtins.py:1400
649
#: breezy/builtins.py:1399
765
651
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
766
"be used. In other words, \"branch ../foo/bar\" will attempt to create "
652
"be used. In other words, \"branch ../foo/bar\" will attempt to create ./"
768
654
"If the FROM_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
769
655
"is derived from the FROM_LOCATION by stripping a leading scheme or drive\n"
770
656
"identifier, if any. For example, \"branch lp:foo-bar\" will attempt to\n"
771
657
"create ./foo-bar."
773
"TO_LOCATIONが指定されていない場合は、FROM_LOCATIONの最後のパーツが使われます。\n"
774
"つまり、\"branch ../foo/bar\"とした場合は、./barが作られます。\n"
775
"FROM_LOCATIONに、スラッシュやその環境のパスセパレータが含まれていない場合は\n"
776
"FROM_LOCATIONからスキーマやドライブのIDを取り除いたものがTO_LOCATIONになり\n"
777
"ます。例えば、\"branch lp:foo-bar\"とすると、./foo-barが作られます。"
779
#: bzrlib/builtins.py:1407
660
#: breezy/builtins.py:1406
781
662
"To retrieve the branch as of a particular revision, supply the --revision\n"
782
663
"parameter, as in \"branch foo/bar -r 5\"."
784
"ブランチの特定のリビジョンで取り出したい場合は、\"branch foo/bar -r 5\"の\n"
785
"ように--revisionオプションを指定してください。"
787
#: bzrlib/builtins.py:1410
666
#: breezy/builtins.py:1409
788
667
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
789
msgstr "このコマンドの別名である'clone'と'get'は廃止予定です。"
791
#: bzrlib/builtins.py:1420
670
# help of 'no-tree' option of 'branch' command
671
#: breezy/builtins.py:1419
792
672
msgid "Create a branch without a working-tree."
793
msgstr "作業ツリーのないブランチを作成します。"
795
#: bzrlib/builtins.py:1422
675
# help of 'switch' option of 'branch' command
676
#: breezy/builtins.py:1421
796
677
msgid "Switch the checkout in the current directory to the new branch."
797
msgstr "カレントディレクトリにあるチェックアウトの参照先を新しいブランチに切り替えます。"
799
#: bzrlib/builtins.py:1425
680
# help of 'stacked' option of 'branch' command
681
#: breezy/builtins.py:1424
801
683
"Create a stacked branch referring to the source branch. The new branch will "
802
684
"depend on the availability of the source branch for all operations."
803
msgstr "元のブランチを参照するスタックドブランチを作成します。新しいブランチでは、元のブランチにアクセスできるときしか操作できません。"
805
#: bzrlib/builtins.py:1429
687
# help of 'standalone' option of 'branch' command
688
#: breezy/builtins.py:1428
806
689
msgid "Do not use a shared repository, even if available."
807
msgstr "共有リポジトリが使える場合でも、共有リポジトリを使いません。"
809
#: bzrlib/builtins.py:1431
692
# help of 'use-existing-dir' option of 'branch' command
693
#: breezy/builtins.py:1430
811
695
"By default branch will fail if the target directory exists, but does not "
812
696
"already have a control directory. This flag will allow branch to proceed."
814
"デフォルトでは、branch先のディレクトリが既に存在しているのにバージョン管理されていない場合はbranchできません。このフラグを指定すると、その場合"
815
"でもbranchできるようになります。"
817
#: bzrlib/builtins.py:1436
699
# help of 'bind' option of 'branch' command
700
#: breezy/builtins.py:1435
818
701
msgid "Bind new branch to from location."
819
msgstr "新しいブランチを元のブランチにバインドします。"
821
#: bzrlib/builtins.py:1483
704
#: breezy/builtins.py:1482
823
706
msgid "Target directory \"%s\" already exists."
824
msgstr "対象のディレクトリ \"%s\" は既に存在します。"
826
#: bzrlib/builtins.py:1495
709
#: breezy/builtins.py:1494
828
711
msgid "Parent of \"%s\" does not exist."
829
msgstr "\"%s\" の親が見つかりません。"
831
#: bzrlib/builtins.py:1514
714
#: breezy/builtins.py:1513
715
#, python-brace-format
832
716
msgid "The branch {0} has no revision {1}."
833
msgstr "ブランチ {0} にリビジョン {1} はありません。"
835
#: bzrlib/builtins.py:1529 bzrlib/push.py:53
719
#: breezy/builtins.py:1528 breezy/push.py:53
837
721
msgid "Created new stacked branch referring to %s."
838
msgstr "%s を参照するスタックドブランチを作成しました。"
840
#: bzrlib/builtins.py:1533
724
#: breezy/builtins.py:1532
842
726
msgid "Branched %d revision."
843
727
msgid_plural "Branched %d revisions."
844
msgstr[0] "%d個のリビジョンをブランチしました。"
846
#: bzrlib/builtins.py:1538
731
#: breezy/builtins.py:1537
848
733
msgid "New branch bound to %s"
849
msgstr "新しいブランチは %s にバインドされています。"
851
#: bzrlib/builtins.py:1543 bzrlib/builtins.py:6280
736
#: breezy/builtins.py:1542 breezy/builtins.py:6283
853
738
msgid "Switched to branch: %s"
854
msgstr "バインド先をスイッチしました。: %s"
856
#: bzrlib/builtins.py:1548
741
#: breezy/builtins.py:1547
857
742
msgid "List the branches available at the current location."
858
msgstr "カレントフォルダにある利用可能なブランチをリストアップします。"
860
#: bzrlib/builtins.py:1550
745
#: breezy/builtins.py:1549
862
747
"This command will print the names of all the branches at the current\n"
864
msgstr "このコマンドは、現在の場所にある全てのブランチの名前を表示します。"
866
#: bzrlib/builtins.py:1557
751
# help of 'recursive' option of 'branches' command
752
#: breezy/builtins.py:1556
868
754
"Recursively scan for branches rather than just looking in the specified "
870
msgstr "指定された場所だけでなく、再帰的にブランチを探します。"
872
#: bzrlib/builtins.py:1586
758
#: breezy/builtins.py:1585
873
759
msgid "(default)"
876
#: bzrlib/builtins.py:1598
762
#: breezy/builtins.py:1597
877
763
msgid "Create a new checkout of an existing branch."
878
msgstr "既存のブランチのチェックアウトを新しく作成します。"
880
#: bzrlib/builtins.py:1600
766
#: breezy/builtins.py:1599
882
768
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
919
"ブランチの特定のリビジョンで取り出したい場合は、\"checkout foo/bar -r 5\"の\n"
920
"ように--revisionオプションを指定してください。その場合は作業コピーが古い状態に\n"
921
"なるため、コミットはできませんが、例えば古いコードをチェックする場合などに\n"
924
#: bzrlib/builtins.py:1622
798
# help of 'lightweight' option of 'checkout' command
799
#: breezy/builtins.py:1621
926
801
"Perform a lightweight checkout. Lightweight checkouts depend on access to "
927
802
"the branch for every operation. Normal checkouts can perform common "
928
803
"operations like diff and status without such access, and also support local "
931
"軽量チェックアウトを作成します。軽量チェックアウト上での操作には、チェック\n"
932
"アウト元のブランチにアクセスできる必要があります。通常のチェックアウトの\n"
933
"場合は、diffやstatusのような一般的な操作ではその必要はありませんし、ローカル\n"
936
#: bzrlib/builtins.py:1629
807
# help of 'files-from' option of 'branch' command
808
# help of 'files-from' option of 'checkout' command
809
#: breezy/builtins.py:1628
937
810
msgid "Get file contents from this tree."
938
msgstr "ファイルの内容をこのツリーから取得します。"
940
#: bzrlib/builtins.py:1631
813
# help of 'hardlink' option of 'branch' command
814
# help of 'hardlink' option of 'checkout' command
815
#: breezy/builtins.py:1630
941
816
msgid "Hard-link working tree files where possible."
942
msgstr "可能なら、作業コピーをハードリンクします。"
944
#: bzrlib/builtins.py:1672
819
#: breezy/builtins.py:1671
946
821
"Show list of renamed files.\n"
949
"変名されたファイルをリストアップします。\n"
952
#: bzrlib/builtins.py:1700
825
#: breezy/builtins.py:1699
953
826
msgid "Update a working tree to a new revision."
954
msgstr "作業ツリーを新しいリビジョンに更新します。"
956
#: bzrlib/builtins.py:1702
829
#: breezy/builtins.py:1701
958
831
"This will perform a merge of the destination revision (the tip of the\n"
959
832
"branch, or the specified revision) into the working tree, and then make\n"
960
833
"that revision the basis revision for the working tree. "
962
"移動先のリビジョン(ブランチのTipもしくは指定されたリビジョン)を作業ツリーに\n"
963
"マージして、そのリビジョンを作業ツリーのベースリビジョンに設定します。 "
965
#: bzrlib/builtins.py:1706
836
#: breezy/builtins.py:1705
967
838
"You can use this to visit an older revision, or to update a working tree\n"
968
839
"that is out of date from its branch."
970
"古いリビジョンに一時的に移動したり、ブランチより古くなってしまった作業ツリーを\n"
971
"最新の状態にしたりすることができます。"
973
#: bzrlib/builtins.py:1709
842
#: breezy/builtins.py:1708
975
844
"If there are any uncommitted changes in the tree, they will be carried\n"
976
845
"across and remain as uncommitted changes after the update. To discard\n"
977
"these changes, use 'bzr revert'. The uncommitted changes may conflict\n"
846
"these changes, use 'brz revert'. The uncommitted changes may conflict\n"
978
847
"with the changes brought in by the change in basis revision."
980
"作業ツリーにコミットされていない変更があった場合、その変更は update 後も\n"
981
"コミットされていない変更として残ります。これらの変更を取り消すには、\n"
982
"'bzr revert' コマンドを利用してください。コミットされていない変更は、ベース\n"
983
"リビジョンの更新による変更とコンフリクトする可能性があります。"
985
#: bzrlib/builtins.py:1714
850
#: breezy/builtins.py:1713
987
"If the tree's branch is bound to a master branch, bzr will also update\n"
852
"If the tree's branch is bound to a master branch, brz will also update\n"
988
853
"the branch from the master."
990
"作業ツリーのブランチがマスターブランチに束縛されている場合、bzrは\n"
991
"作業ツリーのブランチもマスターブランチの状態に更新します。"
993
#: bzrlib/builtins.py:1717
856
#: breezy/builtins.py:1716
995
858
"You cannot update just a single file or directory, because each Bazaar\n"
996
859
"working tree has just a single basis revision. If you want to restore a\n"
997
"file that has been removed locally, use 'bzr revert' instead of 'bzr\n"
860
"file that has been removed locally, use 'brz revert' instead of 'brz\n"
998
861
"update'. If you want to restore a file to its state in a previous\n"
999
"revision, use 'bzr revert' with a '-r' option, or use 'bzr cat' to write\n"
862
"revision, use 'brz revert' with a '-r' option, or use 'brz cat' to write\n"
1000
863
"out the old content of that file to a new location."
1002
"Bazaarの作業ツリーはそれぞれベースリビジョンをひとつだけ持っているので、\n"
1003
"ファイルやディレクトリを個別に更新することはできません。もし、手元で削除して\n"
1004
"しまったファイルを元に戻したいのであれば、'bzr update'ではなく'bzr revert'を\n"
1005
"使ってください。もし、ファイルを前のバージョンの状態に戻したいのであれば、\n"
1006
"'bzr revert'に -r オプションを指定するか、'bzr cat'を使って古い内容を書き出して\n"
1009
#: bzrlib/builtins.py:1724
866
#: breezy/builtins.py:1723
1011
868
"The 'dir' argument, if given, must be the location of the root of a\n"
1012
869
"working tree to update. By default, the working tree that contains the \n"
1013
870
"current working directory is used."
1015
"dir 引数を指定する場合は、作業ツリーのルートを指定する必要があります。\n"
1016
"デフォルトでは、カレントディレクトリを含む作業ツリーが選択されます。"
1018
#: bzrlib/builtins.py:1740
1019
msgid "bzr update --revision takes exactly one revision"
1020
msgstr "bzr update --revisionには、リビジョンをひとつだけ指定します。"
1022
#: bzrlib/builtins.py:1748
1023
msgid "bzr update can only update a whole tree, not a file or subdirectory"
1024
msgstr "bzr updateは、個々のファイルやディレクトリではなく、作業ツリー全体を更新します。"
1026
#: bzrlib/builtins.py:1779
873
#: breezy/builtins.py:1739
874
msgid "brz update --revision takes exactly one revision"
877
#: breezy/builtins.py:1747
878
msgid "brz update can only update a whole tree, not a file or subdirectory"
881
#: breezy/builtins.py:1778
882
#, python-brace-format
1027
883
msgid "Tree is up to date at revision {0} of branch {1}"
1028
msgstr "ツリーはブランチ {1} のリビジョン {0} で最新の状態です。"
1030
#: bzrlib/builtins.py:1795
886
#: breezy/builtins.py:1794
1031
887
#, python-format
1033
889
"branch has no revision %s\n"
1034
"bzr update --revision only works for a revision in the branch history"
890
"brz update --revision only works for a revision in the branch history"
1036
"ブランチには%sというリビジョンはありません。\n"
1037
"bzr update --revisionには、ブランチ内のリビジョンを指定する必要があります。"
1039
#: bzrlib/builtins.py:1801
893
#: breezy/builtins.py:1800
894
#, python-brace-format
1040
895
msgid "Updated to revision {0} of branch {1}"
1041
msgstr "ブランチ {1} のリビジョン {0} に更新されました。"
1043
#: bzrlib/builtins.py:1805
898
#: breezy/builtins.py:1804
1045
"Your local commits will now show as pending merges with 'bzr status', and "
1046
"can be committed with 'bzr commit'."
1047
msgstr "ローカルで行った変更は、'bzr status'ではマージ中状態になっており、'bzr commit'でコミットできます。"
900
"Your local commits will now show as pending merges with 'brz status', and "
901
"can be committed with 'brz commit'."
1049
#: bzrlib/builtins.py:1814
904
#: breezy/builtins.py:1813
1050
905
msgid "Show information about a working tree, branch or repository."
1051
msgstr "作業コピー、ブランチ、リポジトリの情報を表示します。"
1053
#: bzrlib/builtins.py:1816
908
#: breezy/builtins.py:1815
1055
910
"This command will show all known locations and formats associated to the\n"
1056
911
"tree, branch or repository."
1058
"このコマンドは、ツリー、ブランチ、リポジトリに関連する所在やフォーマット\n"
1061
#: bzrlib/builtins.py:1819
914
#: breezy/builtins.py:1818
1063
916
"In verbose mode, statistical information is included with each report.\n"
1064
917
"To see extended statistic information, use a verbosity level of 2 or\n"
1065
918
"higher by specifying the verbose option multiple times, e.g. -vv."
1067
"verboseモードでは、それぞれのレポートに統計情報が追加されます。さらに\n"
1068
"高度な統計情報を見るには、-vvのようにverboseオプションを複数回指定する\n"
1069
"ことによって、verboseレベル2以上を指定してください。"
1071
#: bzrlib/builtins.py:1823
921
#: breezy/builtins.py:1822
1072
922
msgid "Branches and working trees will also report any missing revisions."
1073
msgstr "ブランチと作業ツリーについては、存在しないリビジョンについても表示されます。"
1075
#: bzrlib/builtins.py:1825 bzrlib/builtins.py:3744 bzrlib/builtins.py:4885
1076
#: bzrlib/builtins.py:6466
925
#: breezy/builtins.py:1824 breezy/builtins.py:3742 breezy/builtins.py:4883
926
#: breezy/builtins.py:6469
1077
927
msgid ":Examples:"
1080
#: bzrlib/builtins.py:1827
930
#: breezy/builtins.py:1826
1081
931
msgid " Display information on the format and related locations:"
1082
msgstr " フォーマットと関連する場所についての情報を表示します。"
1084
#: bzrlib/builtins.py:1829
1088
#: bzrlib/builtins.py:1831
934
#: breezy/builtins.py:1828
938
#: breezy/builtins.py:1830
1090
940
" Display the above together with extended format information and\n"
1091
941
" basic statistics (like the number of files in the working tree and\n"
1092
942
" number of revisions in the branch and repository):"
1094
" より詳細なフォーマット情報と、基本的な統計情報(作業ツリー内のファイルの\n"
1095
" 数、ブランチ、リポジトリ内のリビジョンの数など)を一緒に表示します。:"
1097
#: bzrlib/builtins.py:1835
1098
msgid " bzr info -v"
1099
msgstr " bzr info -v"
1101
#: bzrlib/builtins.py:1837
945
#: breezy/builtins.py:1834
949
#: breezy/builtins.py:1836
1102
950
msgid " Display the above together with number of committers to the branch:"
1103
msgstr " さらに、このブランチにコミットした人の数も表示します。:"
1105
#: bzrlib/builtins.py:1839
1106
msgid " bzr info -vv"
1107
msgstr " bzr info -vv"
1109
#: bzrlib/builtins.py:1858
953
#: breezy/builtins.py:1838
954
msgid " brz info -vv"
957
#: breezy/builtins.py:1857
1110
958
msgid "Remove files or directories."
1111
msgstr "ファイルやディレクトリを削除します。"
1113
#: bzrlib/builtins.py:1860
961
#: breezy/builtins.py:1859
1115
963
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
1116
964
"delete them if they can easily be recovered using revert otherwise they\n"
1118
966
"parameters are given Bazaar will scan for files that are being tracked by\n"
1119
967
"Bazaar but missing in your tree and stop tracking them for you."
1121
"これを行うと Bazaar は指定されたファイルの変更のトラックを停止します。\n"
1122
"これらのファイルが revert を用いて簡単に復元できる場合には削除を\n"
1123
"行いますが、そうでない場合にはバックアップが作られます (.~#~ という\n"
1124
"形の拡張子を付加します)。オプションやパラメータが指定されなかった\n"
1125
"場合には、Bazaar がトラックしているファイルのうち、現在のワーキング\n"
1126
"ツリーに存在しないファイルを検索し、これらのトラックを中止します。"
1128
#: bzrlib/builtins.py:1868
970
# help of 'new' option of 'remove' command
971
#: breezy/builtins.py:1867
1129
972
msgid "Only remove files that have never been committed."
1130
msgstr "まだコミットされていないファイルだけを削除します。"
1132
#: bzrlib/builtins.py:1870
975
# help of 'file-deletion-strategy' option of 'remove' command
976
#: breezy/builtins.py:1869
1133
977
msgid "The file deletion mode to be used."
1134
msgstr "使用するファイル削除モードです。"
1136
#: bzrlib/builtins.py:1871
980
# title of 'file-deletion-strategy' option of 'remove' command
981
#: breezy/builtins.py:1870
1137
982
msgid "Deletion Strategy"
1140
#: bzrlib/builtins.py:1872
985
# help of 'file-deletion-strategy=safe' option of 'remove' command
986
#: breezy/builtins.py:1871
1141
987
msgid "Backup changed files (default)."
1142
msgstr "変更したファイルをバックアップします。"
1144
#: bzrlib/builtins.py:1873
1145
msgid "Delete from bzr but leave the working copy."
1146
msgstr "Bazaarからは削除しますが、作業ツリーには残します。"
1148
#: bzrlib/builtins.py:1874
990
# help of 'file-deletion-strategy=keep' option of 'remove' command
991
#: breezy/builtins.py:1872
992
msgid "Delete from brz but leave the working copy."
995
# help of 'file-deletion-strategy=no-backup' option of 'remove' command
996
#: breezy/builtins.py:1873
1149
997
msgid "Don't backup changed files."
1150
msgstr "変更されたファイルをバックアップしません。"
1152
#: bzrlib/builtins.py:1875
1154
"Delete all the specified files, even if they can not be recovered and even "
1155
"if they are non-empty directories. (deprecated, use no-backup)"
1157
"元に戻せないファイル、空ではないディレクトリも含めて、指定されたアイテムを全て削除します。(廃止予定。no-backupを使用してください)"
1159
#: bzrlib/builtins.py:1884
1160
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
1161
msgstr "(--forceオプションは廃止予定です。今後は--no-backupを使用してください)"
1163
#: bzrlib/builtins.py:1901
1000
#: breezy/builtins.py:1894
1164
1001
msgid "No matching files."
1165
msgstr "対象のファイルはありませんでした。"
1167
#: bzrlib/builtins.py:1962
1168
msgid "Reconcile bzr metadata in a branch."
1169
msgstr "ブランチ内のBazaarのメタデータを修復します。"
1171
#: bzrlib/builtins.py:1964
1004
#: breezy/builtins.py:1955
1005
msgid "Reconcile brz metadata in a branch."
1008
#: breezy/builtins.py:1957
1173
1010
"This can correct data mismatches that may have been caused by\n"
1174
"previous ghost operations or bzr upgrades. You should only\n"
1175
"need to run this command if 'bzr check' or a bzr developer\n"
1011
"previous ghost operations or brz upgrades. You should only\n"
1012
"need to run this command if 'brz check' or a brz developer\n"
1176
1013
"advises you to run it."
1178
"このコマンドで、オペレーションの失敗やBzrのアップグレードによってできた\n"
1179
"と思われるデータの不整合を修正することができます。'bzr check'の結果や、\n"
1180
"Bzrの開発者からの指示があるとき以外は、実行する必要はありません。"
1182
#: bzrlib/builtins.py:1969
1016
#: breezy/builtins.py:1962
1184
1018
"If a second branch is provided, cross-branch reconciliation is\n"
1185
1019
"also attempted, which will check that data like the tree root\n"
1186
"id which was not present in very early bzr versions is represented\n"
1020
"id which was not present in very early brz versions is represented\n"
1187
1021
"correctly in both branches."
1189
"2番目のブランチが指定された場合は、クロスブランチ修復を行います。\n"
1190
"これは、ツリーのルートIDのような、非常に古いバージョンのBzrにはなかった\n"
1191
"データが、両方のブランチに正しく表現されているかをチェックします。"
1193
#: bzrlib/builtins.py:1974
1024
#: breezy/builtins.py:1967
1195
1026
"At the same time it is run it may recompress data resulting in\n"
1196
1027
"a potential saving in disk space or performance gain."
1198
"同時に、ディスクスペースの節約やパフォーマンスの向上のために、データの\n"
1201
#: bzrlib/builtins.py:1977
1030
#: breezy/builtins.py:1970
1202
1031
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
1204
"ブランチは、ローカルディスクやsftpのような、リスト可能なシステム上に\n"
1207
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
1034
# help of 'format=2a' option of 'init' command
1035
# help of 'format=default' option of 'init' command
1036
# help of 'format=2a' option of 'init-repository' command
1037
# help of 'format=default' option of 'init-repository' command
1038
# help of 'format=2a' option of 'upgrade' command
1039
# help of 'format=default' option of 'upgrade' command
1040
#: breezy/builtins.py:2037 breezy/builtins.py:2155 breezy/builtins.py:3777
1209
1042
"Format for the bzr 2.0 series.\n"
1210
1043
"Uses group-compress storage.\n"
1211
1044
"Provides rich roots which are a one-way transition.\n"
1213
"bzr 2.0 シリーズのためのフォーマット。\n"
1214
"group-compress ストレージを利用します。\n"
1215
"rich root 機能を提供します。 rich root 機能を提供するフォーマットに変換すると、\n"
1216
"rich root 機能を持たないフォーマットに戻ることはできません。\n"
1218
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
1047
# help of 'format=pack-0.92' option of 'init' command
1048
# help of 'format=pack-0.92' option of 'init-repository' command
1049
# help of 'format=pack-0.92' option of 'upgrade' command
1050
#: breezy/builtins.py:2037 breezy/builtins.py:2155 breezy/builtins.py:3777
1220
1052
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1221
1053
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1223
"1.x シリーズで使われているパックベースのフォーマット。0.92 で導入されました。0.92 以前の bzr リポジトリと相互運用可能ですが、0.92 "
1224
"より前の bzr からは読み込むことができません。 "
1226
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
1056
# help of 'format=development-colo' option of 'init' command
1057
# help of 'format=development-colo' option of 'init-repository' command
1058
# help of 'format=development-colo' option of 'upgrade' command
1059
#: breezy/builtins.py:2037 breezy/builtins.py:2155 breezy/builtins.py:3777
1227
1060
msgid "The 2a format with experimental support for colocated branches.\n"
1228
msgstr "colocated branch を実験的にサポートする 2a フォーマット。\n"
1230
#: bzrlib/builtins.py:2045
1063
#: breezy/builtins.py:2038
1231
1064
msgid "Make a directory into a versioned branch."
1232
msgstr "ディレクトリを、バージョン管理されたブランチにします。"
1234
#: bzrlib/builtins.py:2047
1067
#: breezy/builtins.py:2040
1236
1069
"Use this to create an empty branch, or before importing an\n"
1237
1070
"existing project."
1239
"空のブランチを作る場合や、既存のプロジェクトをインポートする前にこの\n"
1242
#: bzrlib/builtins.py:2050
1073
#: breezy/builtins.py:2043
1244
1075
"If there is a repository in a parent directory of the location, then\n"
1245
1076
"the history of the branch will be stored in the repository. Otherwise\n"
1246
1077
"init creates a standalone branch which carries its own history\n"
1247
1078
"in the .bzr directory."
1249
"親ディレクトリにリポジトリがある場合は、ブランチ内の履歴はリポジトリに\n"
1250
"保存されます。そうでない場合は、履歴を.bzrディレクトリ内に持つスタンド\n"
1253
#: bzrlib/builtins.py:2055
1081
#: breezy/builtins.py:2048
1255
1083
"If there is already a branch at the location but it has no working tree,\n"
1256
"the tree can be populated with 'bzr checkout'."
1084
"the tree can be populated with 'brz checkout'."
1258
"既にブランチがあって、作業ツリーがない場合は、'bzr checkout'でツリーを\n"
1261
#: bzrlib/builtins.py:2058
1087
#: breezy/builtins.py:2051
1262
1088
msgid "Recipe for importing a tree of files::"
1263
msgstr "ファイルのツリーをインポートするためのレシピ::"
1265
#: bzrlib/builtins.py:2060
1271
" bzr commit -m \"imported project\""
1277
" bzr commit -m \"imported project\""
1279
#: bzrlib/builtins.py:2071
1281
"Create the path leading up to the branch if it does not already exist."
1282
msgstr "ブランチまでのパスが存在していなければ、作成します。"
1284
#: bzrlib/builtins.py:2074
1091
#: breezy/builtins.py:2053
1097
" brz commit -m \"imported project\""
1100
# help of 'create-prefix' option of 'init' command
1101
# help of 'create-prefix' option of 'push' command
1102
#: breezy/builtins.py:2064
1103
msgid "Create the path leading up to the branch if it does not already exist."
1106
# help of 'format' option of 'init' command
1107
#: breezy/builtins.py:2067
1285
1108
msgid "Specify a format for this branch. See \"help formats\"."
1286
msgstr "ブランチのフォーマットを指定します。\"help formats\"をご覧ください。"
1288
#: bzrlib/builtins.py:2082
1290
"Never change revnos or the existing log. Append revisions to it only."
1291
msgstr "リビジョン番号や既存のログを変更せず、リビジョンの追加だけを行います。"
1293
#: bzrlib/builtins.py:2085
1111
# help of 'append-revisions-only' option of 'init' command
1112
#: breezy/builtins.py:2075
1113
msgid "Never change revnos or the existing log. Append revisions to it only."
1116
# help of 'no-tree' option of 'init' command
1117
#: breezy/builtins.py:2078
1294
1118
msgid "Create a branch without a working tree."
1295
msgstr "作業ツリーをもたないブランチを作成します。"
1297
#: bzrlib/builtins.py:2105 bzrlib/push.py:110
1121
#: breezy/builtins.py:2098 breezy/push.py:110
1298
1122
#, python-format
1300
1124
"Parent directory of %s does not exist.\n"
1301
1125
"You may supply --create-prefix to create all leading parent directories."
1303
"%s の親ディレクトリがありません。\n"
1304
"--create-prefixを指定すれば、親ディレクトリも作成されます。"
1306
#: bzrlib/builtins.py:2139
1128
#: breezy/builtins.py:2132
1308
1130
"This branch format cannot be set to append-revisions-only. Try --default."
1309
msgstr "このブランチフォーマットにappend-revisions-onlyは指定できません。--defaultを試してください。"
1311
#: bzrlib/builtins.py:2150
1133
#: breezy/builtins.py:2143
1134
#, python-brace-format
1312
1135
msgid "Created a {0} (format: {1})\n"
1313
msgstr "{0}を作成しました。(フォーマット:{1})\n"
1315
#: bzrlib/builtins.py:2159
1138
#: breezy/builtins.py:2152
1316
1139
#, python-format
1317
1140
msgid "Using shared repository: %s\n"
1318
msgstr "共有リポジトリを使用しました。: %s\n"
1320
#: bzrlib/builtins.py:2163
1143
#: breezy/builtins.py:2156
1321
1144
msgid "Create a shared repository for branches to share storage space."
1322
msgstr "ブランチのストレージを共有するための共有リポジトリを作成します。"
1324
#: bzrlib/builtins.py:2165
1147
#: breezy/builtins.py:2158
1326
1149
"New branches created under the repository directory will store their\n"
1327
1150
"revisions in the repository, not in the branch directory. For branches\n"
1328
1151
"with shared history, this reduces the amount of storage needed and \n"
1329
1152
"speeds up the creation of new branches."
1331
"リポジトリのディレクトリの配下に新しく作られたブランチは、リビジョンを\n"
1332
"ブランチのディレクトリではなくリポジトリに保存します。リビジョンを共有\n"
1333
"しているブランチ同士のストレージサイズが節約され、新しいブランチを作成\n"
1336
#: bzrlib/builtins.py:2170
1155
#: breezy/builtins.py:2163
1338
1157
"If the --no-trees option is given then the branches in the repository\n"
1339
1158
"will not have working trees by default. They will still exist as \n"
1441
1240
" 0 - no change"
1449
#: bzrlib/builtins.py:2250
1243
#: breezy/builtins.py:2243
1452
1246
" Shows the difference in the working tree versus the last commit::"
1455
" 最新のコミットと作業ツリーとの間の変更を表示します。::"
1457
#: bzrlib/builtins.py:2253
1461
#: bzrlib/builtins.py:2255
1249
#: breezy/builtins.py:2246
1253
#: breezy/builtins.py:2248
1462
1254
msgid " Difference between the working tree and revision 1::"
1463
msgstr " 作業ツリーとリビジョン1を比較します。::"
1465
#: bzrlib/builtins.py:2257
1466
msgid " bzr diff -r1"
1467
msgstr " bzr diff -r1"
1469
#: bzrlib/builtins.py:2259
1257
#: breezy/builtins.py:2250
1258
msgid " brz diff -r1"
1261
#: breezy/builtins.py:2252
1470
1262
msgid " Difference between revision 3 and revision 1::"
1471
msgstr " リビジョン3とリビジョン1を比較します。::"
1473
#: bzrlib/builtins.py:2261
1474
msgid " bzr diff -r1..3"
1475
msgstr " bzr diff -r1..3"
1477
#: bzrlib/builtins.py:2263
1265
#: breezy/builtins.py:2254
1266
msgid " brz diff -r1..3"
1269
#: breezy/builtins.py:2256
1478
1270
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1479
msgstr " ブランチxxxのリビジョン3とリビジョン1を比較します。::"
1481
#: bzrlib/builtins.py:2265
1482
msgid " bzr diff -r1..3 xxx"
1483
msgstr " bzr diff -r1..3 xxx"
1485
#: bzrlib/builtins.py:2267
1273
#: breezy/builtins.py:2258
1274
msgid " brz diff -r1..3 xxx"
1277
#: breezy/builtins.py:2260
1486
1278
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1487
msgstr " リビジョン2での変更です。(-r1..2 と同じです。)::"
1489
#: bzrlib/builtins.py:2269
1490
msgid " bzr diff -c2"
1491
msgstr " bzr diff -c2"
1493
#: bzrlib/builtins.py:2271
1281
#: breezy/builtins.py:2262
1282
msgid " brz diff -c2"
1285
#: breezy/builtins.py:2264
1495
1287
" To see the changes introduced by revision X::\n"
1499
" リビジョンXでの変更を見るには、::\n"
1503
#: bzrlib/builtins.py:2275
1292
#: breezy/builtins.py:2268
1505
1294
" Note that in the case of a merge, the -c option shows the changes\n"
1506
1295
" compared to the left hand parent. To see the changes against\n"
1507
1296
" another parent, use::"
1509
" マージされたリビジョンの場合は、-cオプションは左側の親からの変更を表示する\n"
1510
" ことに注意してください。他の親からの変更を見るには、以下のようにします。::"
1512
#: bzrlib/builtins.py:2279
1513
msgid " bzr diff -r<chosen_parent>..X"
1514
msgstr " bzr diff -r<対象の親リビジョン>..X"
1516
#: bzrlib/builtins.py:2281
1299
#: breezy/builtins.py:2272
1300
msgid " brz diff -r<chosen_parent>..X"
1303
#: breezy/builtins.py:2274
1518
1305
" The changes between the current revision and the previous revision\n"
1519
1306
" (equivalent to -c-1 and -r-2..-1)"
1520
msgstr " 現在のリビジョンと一つ前のリビジョンとの差分です。(-c-1 、 -r-2..-1 と同じ)"
1522
#: bzrlib/builtins.py:2284
1523
msgid " bzr diff -r-2.."
1524
msgstr " bzr diff -r-2.."
1526
#: bzrlib/builtins.py:2286
1309
#: breezy/builtins.py:2277
1310
msgid " brz diff -r-2.."
1313
#: breezy/builtins.py:2279
1527
1314
msgid " Show just the differences for file NEWS::"
1528
msgstr " ファイルNEWSの変更だけを表示します。::"
1530
#: bzrlib/builtins.py:2288
1531
msgid " bzr diff NEWS"
1532
msgstr " bzr diff NEWS"
1534
#: bzrlib/builtins.py:2290
1317
#: breezy/builtins.py:2281
1318
msgid " brz diff NEWS"
1321
#: breezy/builtins.py:2283
1535
1322
msgid " Show the differences in working tree xxx for file NEWS::"
1536
msgstr " 作業ツリーxxxの、ファイルNEWSの変更内容を表示します。::"
1538
#: bzrlib/builtins.py:2292
1539
msgid " bzr diff xxx/NEWS"
1540
msgstr " bzr diff xxx/NEWS"
1542
#: bzrlib/builtins.py:2294
1325
#: breezy/builtins.py:2285
1326
msgid " brz diff xxx/NEWS"
1329
#: breezy/builtins.py:2287
1543
1330
msgid " Show the differences from branch xxx to this working tree:"
1544
msgstr " ブランチxxxと作業ツリーとの間の差分を表示します。::"
1546
#: bzrlib/builtins.py:2296
1547
msgid " bzr diff --old xxx"
1548
msgstr " bzr diff --old xxx"
1550
#: bzrlib/builtins.py:2298
1333
#: breezy/builtins.py:2289
1334
msgid " brz diff --old xxx"
1337
#: breezy/builtins.py:2291
1551
1338
msgid " Show the differences between two branches for file NEWS::"
1552
msgstr " 2つのブランチ間での、ファイルNEWSの差分を表示します。::"
1554
#: bzrlib/builtins.py:2300
1555
msgid " bzr diff --old xxx --new yyy NEWS"
1556
msgstr " bzr diff --old xxx --new yyy NEWS"
1558
#: bzrlib/builtins.py:2302
1559
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1560
msgstr " 'bzr diff'と同じですが、プレフィックスold/、new/を付加します。::"
1562
#: bzrlib/builtins.py:2304
1341
#: breezy/builtins.py:2293
1342
msgid " brz diff --old xxx --new yyy NEWS"
1345
#: breezy/builtins.py:2295
1346
msgid " Same as 'brz diff' but prefix paths with old/ and new/::"
1349
#: breezy/builtins.py:2297
1564
" bzr diff --prefix old/:new/\n"
1351
" brz diff --prefix old/:new/\n"
1566
1353
" Show the differences using a custom diff program with options::\n"
1568
" bzr diff --using /usr/bin/diff --diff-options -wu"
1355
" brz diff --using /usr/bin/diff --diff-options -wu"
1570
" bzr diff --prefix old/:new/\n"
1572
" カスタムのdiffプログラムにオプションを指定して、差分を表示します。::\n"
1574
" bzr diff --using /usr/bin/diff --diff-options -wu"
1576
#: bzrlib/builtins.py:2314
1358
# help of 'diff-options' option of 'diff' command
1359
#: breezy/builtins.py:2307
1577
1360
msgid "Pass these options to the external diff program."
1578
msgstr "これらのオプションは外部のdiffプログラムに渡されます。"
1580
#: bzrlib/builtins.py:2317
1363
# help of 'prefix' option of 'diff' command
1364
#: breezy/builtins.py:2310
1582
1366
"Set prefixes added to old and new filenames, as two values separated by a "
1583
1367
"colon. (eg \"old/:new/\")."
1584
msgstr "古いファイル名と新しいファイル名にプレフィックスを追加します。2つの値をコロンで区切って指定します。(例 \"old/:new/\")"
1586
#: bzrlib/builtins.py:2320
1370
# help of 'old' option of 'diff' command
1371
#: breezy/builtins.py:2313
1587
1372
msgid "Branch/tree to compare from."
1588
msgstr "比較元のブランチ/作業ツリーです。"
1590
#: bzrlib/builtins.py:2324
1375
# help of 'new' option of 'diff' command
1376
#: breezy/builtins.py:2317
1591
1377
msgid "Branch/tree to compare to."
1592
msgstr "比較先のブランチ/作業ツリーです。"
1594
#: bzrlib/builtins.py:2330
1380
# help of 'using' option of 'diff' command
1381
#: breezy/builtins.py:2323
1595
1382
msgid "Use this command to compare files."
1596
msgstr "ファイル比較に使うコマンドです。"
1598
#: bzrlib/builtins.py:2335
1385
# help of 'format' option of 'diff' command
1386
#: breezy/builtins.py:2328
1599
1387
msgid "Diff format to use."
1600
msgstr "使用するDiffフォーマットです。"
1602
#: bzrlib/builtins.py:2337
1390
# title of 'format' option of 'diff' command
1391
#: breezy/builtins.py:2330
1603
1392
msgid "Diff format"
1606
#: bzrlib/builtins.py:2359
1395
# help of 'context' option of 'diff' command
1396
#: breezy/builtins.py:2332
1397
msgid "How many lines of context to show."
1400
#: breezy/builtins.py:2357
1607
1401
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1608
msgstr "--prefix は2つの値をコロンで区切ったものにしてください。 (例 \"old/:new/\")"
1610
#: bzrlib/builtins.py:2363
1611
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1612
msgstr "bzr diff --revision には1つまたは2つのリビジョンを指定してください。"
1614
#: bzrlib/builtins.py:2368 bzrlib/builtins.py:2765 bzrlib/builtins.py:2778
1615
#: bzrlib/builtins.py:2786 bzrlib/builtins.py:4959
1404
#: breezy/builtins.py:2361
1405
msgid "brz diff --revision takes exactly one or two revision specifiers"
1408
#: breezy/builtins.py:2366 breezy/builtins.py:2763 breezy/builtins.py:2776
1409
#: breezy/builtins.py:2784 breezy/builtins.py:4957
1410
#, python-brace-format
1616
1411
msgid "{0} and {1} are mutually exclusive"
1617
msgstr "{0} と {1} を同時に指定することはできません。"
1619
#: bzrlib/builtins.py:2388
1414
#: breezy/builtins.py:2386
1621
1416
"List files deleted in the working tree.\n"
1624
"作業ツリー上で削除されたファイルをリストアップします。\n"
1627
#: bzrlib/builtins.py:2465
1420
#: breezy/builtins.py:2463
1628
1421
msgid "Show the tree root directory."
1629
msgstr "ツリーのルートディレクトリを表示します。"
1631
#: bzrlib/builtins.py:2467
1424
#: breezy/builtins.py:2465
1633
1426
"The root is the nearest enclosing directory with a .bzr control\n"
1635
msgstr "ルートとは、.bzr管理ディレクトリを持つ、一番近い上位ディレクトリのことです。"
1637
#: bzrlib/builtins.py:2482
1430
#: breezy/builtins.py:2480
1638
1431
msgid "The limit argument must be an integer."
1639
msgstr "limitは整数でなければなりません。"
1641
#: bzrlib/builtins.py:2490
1434
#: breezy/builtins.py:2488
1642
1435
msgid "The levels argument must be an integer."
1643
msgstr "levelsは整数でなければなりません。"
1645
#: bzrlib/builtins.py:2495
1438
#: breezy/builtins.py:2493
1646
1439
msgid "Show historical log for a branch or subset of a branch."
1647
msgstr "ブランチ、もしくはブランチの一部の履歴ログを表示します。"
1649
#: bzrlib/builtins.py:2497
1442
#: breezy/builtins.py:2495
1651
"log is bzr's default tool for exploring the history of a branch.\n"
1444
"log is brz's default tool for exploring the history of a branch.\n"
1652
1445
"The branch to use is taken from the first parameter. If no parameters\n"
1653
1446
"are given, the branch containing the working directory is logged.\n"
1654
1447
"Here are some simple examples::"
1656
"logは、ブランチの履歴を見るためのbzrのデフォルトのツールです。\n"
1657
"対象のブランチは1つ目の引数で指定します。引数が指定されていなければ、\n"
1658
"作業ディレクトリを含むブランチの履歴が表示されます。\n"
1661
#: bzrlib/builtins.py:2502
1450
#: breezy/builtins.py:2500
1663
" bzr log log the current branch\n"
1664
" bzr log foo.py log a file in its branch\n"
1665
" bzr log http://server/branch log a branch on a server"
1452
" brz log log the current branch\n"
1453
" brz log foo.py log a file in its branch\n"
1454
" brz log http://server/branch log a branch on a server"
1667
" bzr log は、現在のブランチの履歴を表示します。\n"
1668
" bzr log foo,py は、ブランチ内のファイルの履歴を表示します。\n"
1669
" bzr log http://server/branch は、サーバ上のブランチのログを表示します。"
1671
#: bzrlib/builtins.py:2506
1457
#: breezy/builtins.py:2504
1673
1459
"The filtering, ordering and information shown for each revision can\n"
1674
1460
"be controlled as explained below. By default, all revisions are\n"
1810
1560
" along the way. If multi-level logging is used (-n0), X may be\n"
1811
1561
" a nested merge revision and the log will be truncated accordingly."
1813
" -rX..Yでリビジョンの範囲を指定した場合、ログはリビジョンYから始まって\n"
1814
" メインの(左側の)親をXに到達するまで遡ります。トップレベルだけを表示\n"
1815
" する場合(-n1を使用)、Xがそのルートに見つからなければエラーが発生します。\n"
1816
" 他段階のログ(-n0を使用)を表示する場合は、Xは入れ子になったマージ\n"
1817
" リビジョンの中に見つかるかもしれません。その場合、ログは適切に切り捨て\n"
1820
#: bzrlib/builtins.py:2571
1564
#: breezy/builtins.py:2569
1821
1565
msgid ":Path filtering:"
1822
msgstr ":パスのフィルタリング:"
1824
#: bzrlib/builtins.py:2573
1568
#: breezy/builtins.py:2571
1826
1570
" If parameters are given and the first one is not a branch, the log\n"
1827
1571
" will be filtered to show only those revisions that changed the\n"
1828
1572
" nominated files or directories."
1830
" パラメータが指定されていて、一つ目のパラメータがブランチではない場合、\n"
1831
" 指定されたファイル、ディレクトリが変更されたリビジョンだけが表示されます。"
1833
#: bzrlib/builtins.py:2577
1575
#: breezy/builtins.py:2575
1835
1577
" Filenames are interpreted within their historical context. To log a\n"
1836
1578
" deleted file, specify a revision range so that the file existed at\n"
1837
1579
" the end or start of the range."
1839
" ファイル名は、履歴のコンテキスト内で解釈されます。削除されたファイルの\n"
1840
" ログを表示するには、そのファイルが存在したリビジョンを、リビジョンの範囲\n"
1843
#: bzrlib/builtins.py:2581
1582
#: breezy/builtins.py:2579
1845
1584
" Historical context is also important when interpreting pathnames of\n"
1846
1585
" renamed files/directories. Consider the following example:"
1848
" 履歴のコンテキストは、変名されたファイルやディレクトリのパス名を解釈する\n"
1849
" 際にも重要になります。以下の例を考えてください。:"
1851
#: bzrlib/builtins.py:2584
1588
#: breezy/builtins.py:2582
1853
1590
" * revision 1: add tutorial.txt\n"
1854
1591
" * revision 2: modify tutorial.txt\n"
1855
1592
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1857
" * リビジョン 1: tutorial.txt を追加\n"
1858
" * リビジョン 2: tutorial.txt\n"
1859
" * リビジョン 3: tutorial.txt を guide.txt に変名し、add tutorial.txt を追加"
1861
#: bzrlib/builtins.py:2588
1595
#: breezy/builtins.py:2586
1862
1596
msgid " In this case:"
1865
#: bzrlib/builtins.py:2590
1866
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1867
msgstr " * ``bzr log guide.txt`` は、リビジョン1で追加されたファイルを表示します。"
1869
#: bzrlib/builtins.py:2592
1871
" * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1872
msgstr " * ``bzr log tutorial.txt`` は、リビジョン3で追加された新しいファイルを表示します。"
1874
#: bzrlib/builtins.py:2594
1876
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1599
#: breezy/builtins.py:2588
1600
msgid " * ``brz log guide.txt`` will log the file added in revision 1"
1603
#: breezy/builtins.py:2590
1604
msgid " * ``brz log tutorial.txt`` will log the new file added in revision 3"
1607
#: breezy/builtins.py:2592
1609
" * ``brz log -r2 -p tutorial.txt`` will show the changes made to\n"
1877
1610
" the original file in revision 2."
1879
" * ``bzr log -r2 -p tutorial.txt`` は、元のファイルのリビジョン2での変更\n"
1882
#: bzrlib/builtins.py:2597
1613
#: breezy/builtins.py:2595
1884
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1615
" * ``brz log -r2 -p guide.txt`` will display an error message as there\n"
1885
1616
" was no file called guide.txt in revision 2."
1887
" * ``bzr log -r2 -p guide.txt`` は、リビジョン2にはguide.txtというファイルはない\n"
1890
#: bzrlib/builtins.py:2600
1619
#: breezy/builtins.py:2598
1892
1621
" Renames are always followed by log. By design, there is no need to\n"
1893
1622
" explicitly ask for this (and no way to stop logging a file back\n"
1894
1623
" until it was last renamed)."
1896
" 変名は常に履歴に表示されます。明示的に指定する必要はありません。(また、\n"
1897
" 最後に変名される以前のログを切り捨てる方法もありません)"
1899
#: bzrlib/builtins.py:2604
1626
#: breezy/builtins.py:2602
1900
1627
msgid ":Other filtering:"
1901
msgstr ":その他のフィルタリング:"
1903
#: bzrlib/builtins.py:2606
1630
#: breezy/builtins.py:2604
1905
1632
" The --match option can be used for finding revisions that match a\n"
1906
1633
" regular expression in a commit message, committer, author or bug.\n"
1908
1635
" expressions. --match-author, --match-bugs, --match-committer and\n"
1909
1636
" --match-message can be used to only match a specific field."
1911
" --matchオプションで、正規表現にコミットメッセージ、コミッター、著者、バグが\n"
1912
" マッチするリビジョンを検索することができます。オプションを複数回指定した\n"
1913
" 場合は、どれかひとつにマッチすれば検索されます。--match-author、\n"
1914
" --match-bug、--match-committer、--match-messageで、指定したフィールド\n"
1915
" だけを検索対象にすることができます。"
1917
#: bzrlib/builtins.py:2612
1639
#: breezy/builtins.py:2610
1918
1640
msgid ":Tips & tricks:"
1919
msgstr ":Tips & tricks:"
1921
#: bzrlib/builtins.py:2614
1643
#: breezy/builtins.py:2612
1923
1645
" GUI tools and IDEs are often better at exploring history than command\n"
1924
1646
" line tools: you may prefer qlog or viz from qbzr or bzr-gtk, the\n"
1925
" bzr-explorer shell, or the Loggerhead web interface. See the Plugin\n"
1926
" Guide <http://doc.bazaar.canonical.com/plugins/en/> and\n"
1647
" bzr-explorer shell, or the Loggerhead web interface. See the Bazaar\n"
1648
" Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/> and\n"
1927
1649
" <http://wiki.bazaar.canonical.com/IDEIntegration>. "
1929
" 履歴を見るには、CUIよりもGUIやIDEの方がいいことも多いでしょう。qlog、\n"
1930
" qbzrやbzr-gtkのビジュアライゼーション、bzr-explorerシェル、LoggerHead\n"
1931
" のWebインターフェイスなどが気に入るかもしれまん。プラグインガイド\n"
1932
" <http://doc.bazaar.canonical.com/plugins/en/> や、\n"
1933
" <http://wiki.bazaar.canonical.com/IDEIntegration> をご覧ください。 "
1935
#: bzrlib/builtins.py:2620
1937
" You may find it useful to add the aliases below to ``bazaar.conf``::"
1938
msgstr " ``bazaar.conf`` に以下のようなエイリアスを追加しておくと便利です。::"
1940
#: bzrlib/builtins.py:2622
1944
" top = log -l10 --line\n"
1949
" top = log -l10 --line\n"
1952
#: bzrlib/builtins.py:2627
1954
" ``bzr tip`` will then show the latest revision while ``bzr top``\n"
1652
#: breezy/builtins.py:2618
1653
msgid " You may find it useful to add the aliases below to ``bazaar.conf``::"
1656
#: breezy/builtins.py:2620
1660
" top = log -l10 --line\n"
1664
#: breezy/builtins.py:2625
1666
" ``brz tip`` will then show the latest revision while ``brz top``\n"
1955
1667
" will show the last 10 mainline revisions. To see the details of a\n"
1956
" particular revision X, ``bzr show -rX``."
1668
" particular revision X, ``brz show -rX``."
1958
" ``bzr tip`` は最新のリビジョンを表示し、 ``bzr top`` はメインラインの最新の\n"
1959
" 10リビジョンを表示します。特定のリビジョンXの詳細を見るには、 ``bzr show -X``\n"
1962
#: bzrlib/builtins.py:2631
1671
#: breezy/builtins.py:2629
1964
1673
" If you are interested in looking deeper into a particular merge X,\n"
1965
" use ``bzr log -n0 -rX``."
1966
msgstr " 特定のマージXについて詳しく見たい場合は、 ``bzr log -n0 -rX`` を使用します。"
1674
" use ``brz log -n0 -rX``."
1968
#: bzrlib/builtins.py:2634
1677
#: breezy/builtins.py:2632
1970
" ``bzr log -v`` on a branch with lots of history is currently\n"
1679
" ``brz log -v`` on a branch with lots of history is currently\n"
1971
1680
" very slow. A fix for this issue is currently under development.\n"
1972
1681
" With or without that fix, it is recommended that a revision range\n"
1973
1682
" be given when using the -v option."
1975
" 多くのリビジョンを持つブランチで ``bzr log -v`` を実行するのは、今の\n"
1976
" ところ非常に遅いです。この問題の修正は現在対応中ですが、いずれに\n"
1977
" しても、-vオプションを指定するときはリビジョンの範囲を指定することを\n"
1980
#: bzrlib/builtins.py:2639
1685
#: breezy/builtins.py:2637
1982
" bzr has a generic full-text matching plugin, bzr-search, that can be\n"
1687
" brz has a generic full-text matching plugin, brz-search, that can be\n"
1983
1688
" used to find revisions matching user names, commit messages, etc.\n"
1984
1689
" Among other features, this plugin can find all revisions containing\n"
1985
1690
" a list of words but not others."
1987
" bzrには、包括的な全文検索マッチをするbzr-searchというプラグインがあり、\n"
1988
" ユーザ名、コミットメッセージなどでリビジョンを検索することができます。\n"
1989
" 他の機能とはちがい、このプラグインでは単語のリストを含むすべての\n"
1990
" リビジョンを検索することができます。"
1992
#: bzrlib/builtins.py:2644
1693
#: breezy/builtins.py:2642
1994
1695
" When exploring non-mainline history on large projects with deep\n"
1995
1696
" history, the performance of log can be greatly improved by installing\n"
1996
1697
" the historycache plugin. This plugin buffers historical information\n"
1997
1698
" trading disk space for faster speed."
1999
" 深い履歴をもつ大規模なプロジェクトで、メインライン以外の履歴を見る場合は、\n"
2000
" historycacheプラグインをインストールすることでパフォーマンスを大きく改善\n"
2001
" することができます。このプラグインは、履歴情報をキャッシュして、ディスク\n"
2002
" スペースと引き換えに高速なパフォーマンスをもたらします。"
2004
#: bzrlib/builtins.py:2653
1701
# help of 'forward' option of 'log' command
1702
#: breezy/builtins.py:2651
2005
1703
msgid "Show from oldest to newest."
2006
msgstr "古い方から新しい方へ表示する"
2008
#: bzrlib/builtins.py:2656
1706
# help of 'verbose' option of 'log' command
1707
#: breezy/builtins.py:2654
2009
1708
msgid "Show files changed in each revision."
2010
msgstr "各リビジョンでのファイルの変更を表示する"
2012
#: bzrlib/builtins.py:2662
1711
# help of 'change' option of 'log' command
1712
#: breezy/builtins.py:2660
2013
1713
msgid "Show just the specified revision. See also \"help revisionspec\"."
2014
msgstr "指定されたリビジョンだけを表示する。 ``help revisionspec``を参照"
2016
#: bzrlib/builtins.py:2666
1716
# help of 'authors' option of 'log' command
1717
#: breezy/builtins.py:2664
2017
1718
msgid "What names to list as authors - first, all or committer."
2018
msgstr "誰を作者として表示するか - first、all、またはcommitter"
2020
#: bzrlib/builtins.py:2667
1721
# title of 'authors' option of 'log' command
1722
#: breezy/builtins.py:2665
2021
1723
msgid "Authors"
2024
#: bzrlib/builtins.py:2672
1726
# help of 'levels' option of 'log' command
1727
#: breezy/builtins.py:2670
2025
1728
msgid "Number of levels to display - 0 for all, 1 for flat."
2026
msgstr "表示するレベル。-0で全て、1で1階層"
2028
#: bzrlib/builtins.py:2682
1731
# help of 'limit' option of 'log' command
1732
#: breezy/builtins.py:2680
2029
1733
msgid "Limit the output to the first N revisions."
2030
msgstr "最初のNリビジョンだけを出力する"
2032
#: bzrlib/builtins.py:2687
1736
# help of 'show-diff' option of 'log' command
1737
#: breezy/builtins.py:2685
2033
1738
msgid "Show changes made in each revision as a patch."
2034
msgstr "各リビジョンでの変更をパッチとして表示"
2036
#: bzrlib/builtins.py:2689
1741
# help of 'include-merged' option of 'log' command
1742
#: breezy/builtins.py:2687
2037
1743
msgid "Show merged revisions like --levels 0 does."
2038
msgstr "--levels 0 と同じようにマージされたリビジョンを表示する"
2040
#: bzrlib/builtins.py:2693
1746
# help of 'omit-merges' option of 'log' command
1747
#: breezy/builtins.py:2691
2041
1748
msgid "Do not report commits with more than one parent."
2042
msgstr "複数の親を持つコミットを表示しない"
2044
#: bzrlib/builtins.py:2695
1751
# help of 'exclude-common-ancestry' option of 'log' command
1752
#: breezy/builtins.py:2693
2046
1754
"Display only the revisions that are not part of both ancestries (require -"
2048
msgstr "共通の先祖に含まれないリビジョンだけを表示(-rX..Yを使用する必要がある)"
2050
#: bzrlib/builtins.py:2699
1758
# help of 'signatures' option of 'log' command
1759
#: breezy/builtins.py:2697
2051
1760
msgid "Show digital signature validity."
2054
#: bzrlib/builtins.py:2702
1763
# help of 'match' option of 'log' command
1764
#: breezy/builtins.py:2700
2055
1765
msgid "Show revisions whose properties match this expression."
2056
msgstr "この表現にマッチするプロパティのリビジョンを表示"
2058
#: bzrlib/builtins.py:2706
1768
# help of 'match-message' option of 'log' command
1769
#: breezy/builtins.py:2704
2059
1770
msgid "Show revisions whose message matches this expression."
2060
msgstr "この表現にマッチするメッセージのリビジョンを表示"
2062
#: bzrlib/builtins.py:2710
1773
# help of 'match-committer' option of 'log' command
1774
#: breezy/builtins.py:2708
2063
1775
msgid "Show revisions whose committer matches this expression."
2064
msgstr "コミッタが指定された表現にマッチするリビジョンを表示する"
2066
#: bzrlib/builtins.py:2714
1778
# help of 'match-author' option of 'log' command
1779
#: breezy/builtins.py:2712
2067
1780
msgid "Show revisions whose authors match this expression."
2068
msgstr "作者が指定された表現にマッチするリビジョンを表示する"
2070
#: bzrlib/builtins.py:2718
1783
# help of 'match-bugs' option of 'log' command
1784
#: breezy/builtins.py:2716
2071
1785
msgid "Show revisions whose bugs match this expression."
2072
msgstr "バグ情報が指定された表現にマッチするリビジョンを表示します"
2074
#: bzrlib/builtins.py:2772
1788
#: breezy/builtins.py:2770
2075
1789
msgid "--exclude-common-ancestry requires -r with two revisions"
2076
msgstr "--exclude-common-ancestryには、-rで2つのリビジョンを指定する必要があります。"
2078
#: bzrlib/builtins.py:2800
1792
#: breezy/builtins.py:2798
2079
1793
#, python-format
2080
1794
msgid "Path unknown at end or start of revision range: %s"
2081
msgstr "最後のリビジョンにも最初のリビジョンにもパスが見つかりません: %s"
2083
#: bzrlib/builtins.py:2917
2085
msgid "bzr %s doesn't accept two revisions in different branches."
2086
msgstr "bzr %s には、異なるブランチ上の2つのリビジョンは指定できません。"
2088
#: bzrlib/builtins.py:2933
2090
msgid "bzr %s --revision takes one or two values."
2091
msgstr "bzr %s --revision は1つまたは2つの値を取ります。"
2093
#: bzrlib/builtins.py:2978
1797
#: breezy/builtins.py:2915
1799
msgid "brz %s doesn't accept two revisions in different branches."
1802
#: breezy/builtins.py:2931
1804
msgid "brz %s --revision takes one or two values."
1807
#: breezy/builtins.py:2976
2095
1809
"List files in a tree.\n"
2098
"ツリー内のファイルをリストアップします。\n"
2101
#: bzrlib/builtins.py:2987
1813
# help of 'recursive' option of 'ls' command
1814
#: breezy/builtins.py:2985
2102
1815
msgid "Recurse into subdirectories."
2103
msgstr "サブディレクトリも再帰で処理します。"
2105
#: bzrlib/builtins.py:2989
1818
# help of 'from-root' option of 'ls' command
1819
#: breezy/builtins.py:2987
2106
1820
msgid "Print paths relative to the root of the branch."
2107
msgstr "ブランチのルートからの相対パスを表示します。"
2109
#: bzrlib/builtins.py:2991
1823
# help of 'unknown' option of 'ls' command
1824
#: breezy/builtins.py:2989
2110
1825
msgid "Print unknown files."
2111
msgstr "バージョン管理外のファイルを表示します。"
2113
#: bzrlib/builtins.py:2992
1828
# help of 'versioned' option of 'ls' command
1829
#: breezy/builtins.py:2990
2114
1830
msgid "Print versioned files."
2115
msgstr "バージョン管理されたファイルを表示します。"
2117
#: bzrlib/builtins.py:2995
1833
# help of 'ignored' option of 'ls' command
1834
#: breezy/builtins.py:2993
2118
1835
msgid "Print ignored files."
2119
msgstr "無視されたファイルを表示します。"
2121
#: bzrlib/builtins.py:2997
1838
# help of 'kind' option of 'ls' command
1839
#: breezy/builtins.py:2995
2122
1840
msgid "List entries of a particular kind: file, directory, symlink."
2123
msgstr "指定された種別のアイテム(ファイル、ディレクトリ、シンボリックリンク)を表示します。"
2125
#: bzrlib/builtins.py:3010
1843
#: breezy/builtins.py:3008
2126
1844
msgid "invalid kind specified"
2127
msgstr "無効な種別が指定されました。"
2129
#: bzrlib/builtins.py:3013
1847
#: breezy/builtins.py:3011
2130
1848
msgid "Cannot set both --verbose and --null"
2131
msgstr "--verboseと--nullを同時に指定することはできません。"
2133
#: bzrlib/builtins.py:3022
1851
#: breezy/builtins.py:3020
2134
1852
msgid "cannot specify both --from-root and PATH"
2135
msgstr "--from-rootとPATHを同時に指定することはできません。"
2137
#: bzrlib/builtins.py:3109
1855
#: breezy/builtins.py:3107
2138
1856
msgid "Ignore specified files or patterns."
2139
msgstr "指定されたファイルやパターンを無視します。"
2141
#: bzrlib/builtins.py:3111
2142
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
2143
msgstr "パターンの書き方の詳細は ``bzr help patterns`` をご覧ください。"
2145
#: bzrlib/builtins.py:3113
1859
#: breezy/builtins.py:3109
1860
msgid "See ``brz help patterns`` for details on the syntax of patterns."
1863
#: breezy/builtins.py:3111
2147
1865
"If a .bzrignore file does not exist, the ignore command\n"
2148
1866
"will create one and add the specified files or patterns to the newly\n"
2175
1885
"Global ignores are not touched by this command. The global ignore file\n"
2176
1886
"can be edited directly using an editor."
2178
"Bazaarは、グローバルな無視ファイル ~/.bazaar/ignore もサポートしています。\n"
2179
"Windowsでは、このファイルはApplication Data ディレクトリにあります。\n"
2180
"(C:\\Documents and Settings\\<user>\\Application Data\\Bazaar\\2.0\\ignore)\n"
2181
"このファイルをこのコマンドで編集することはできないので、直接エディタで編集\n"
2184
#: bzrlib/builtins.py:3130
1889
#: breezy/builtins.py:3128
2186
1891
"Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
2187
1892
"precedence over regular ignores. Such exceptions are used to specify\n"
2188
1893
"files that should be versioned which would otherwise be ignored."
2190
"!で始まるパターンは、無視指定からの除外を表し、通常の無視指定よりも\n"
2191
"優先されます。これは、普通なら無視されるはずのファイルをバージョン管理\n"
2194
#: bzrlib/builtins.py:3134
1896
#: breezy/builtins.py:3132
2196
1898
"Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
2197
1899
"precedence over the '!' exception patterns."
2199
"!!で始まるパターンは、通常の無視指定として扱われますが、!による除外\n"
2202
#: bzrlib/builtins.py:3137
1902
#: breezy/builtins.py:3135
2206
1906
"* Ignore patterns containing shell wildcards must be quoted from\n"
2207
1907
" the shell on Unix."
2211
"*シェルのワイルドカードをふくむ無視パターンを指定するときには、Unixシェル\n"
2212
" による引用符でくくる必要があります。"
2214
#: bzrlib/builtins.py:3142
1910
#: breezy/builtins.py:3140
2216
1912
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
2217
1913
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
2219
"* #で始まる無視パターンは、無視ファイル中のコメントとして扱われます。\n"
2220
" #で始まるファイルを無視したい場合は、\"RE:\"プレフィックスを使ってください。"
2222
#: bzrlib/builtins.py:3145
1916
#: breezy/builtins.py:3143
2225
1919
" Ignore the top level Makefile::"
2228
" トップレベルのMakefileを無視する::"
2230
#: bzrlib/builtins.py:3148
2231
msgid " bzr ignore ./Makefile"
2232
msgstr " bzr ignore ./Makefile"
2234
#: bzrlib/builtins.py:3150
1922
#: breezy/builtins.py:3146
1923
msgid " brz ignore ./Makefile"
1926
#: breezy/builtins.py:3148
2235
1927
msgid " Ignore .class files in all directories...::"
2236
msgstr " すべてのディレクトリの.classファイルを無視するが...::"
2238
#: bzrlib/builtins.py:3152
2239
msgid " bzr ignore \"*.class\""
2240
msgstr " bzr ignore \"*.class\""
2242
#: bzrlib/builtins.py:3154
1930
#: breezy/builtins.py:3150
1931
msgid " brz ignore \"*.class\""
1934
#: breezy/builtins.py:3152
2243
1935
msgid " ...but do not ignore \"special.class\"::"
2244
msgstr " ...\"special.class\" は無視しない::"
2246
#: bzrlib/builtins.py:3156
2247
msgid " bzr ignore \"!special.class\""
2248
msgstr " bzr ignore \"!special.class\""
2250
#: bzrlib/builtins.py:3158
1938
#: breezy/builtins.py:3154
1939
msgid " brz ignore \"!special.class\""
1942
#: breezy/builtins.py:3156
2251
1943
msgid " Ignore files whose name begins with the \"#\" character::"
2252
msgstr " #で始まるファイルを無視する::"
2254
#: bzrlib/builtins.py:3160
2255
msgid " bzr ignore \"RE:^#\""
2256
msgstr " bzr ignore \"RE:^#\""
2258
#: bzrlib/builtins.py:3162 bzrlib/builtins.py:3166
1946
#: breezy/builtins.py:3158
1947
msgid " brz ignore \"RE:^#\""
1950
#: breezy/builtins.py:3160 breezy/builtins.py:3164
2259
1951
msgid " Ignore .o files under the lib directory::"
2260
msgstr " libディレクトリ配下の.oファイルを無視する::"
2262
#: bzrlib/builtins.py:3164
2263
msgid " bzr ignore \"lib/**/*.o\""
2264
msgstr " bzr ignore \"lib/**/*.o\""
2266
#: bzrlib/builtins.py:3168
2267
msgid " bzr ignore \"RE:lib/.*\\.o\""
2268
msgstr " bzr ignore \"RE:lib/.*\\.o\""
2270
#: bzrlib/builtins.py:3170
1954
#: breezy/builtins.py:3162
1955
msgid " brz ignore \"lib/**/*.o\""
1958
#: breezy/builtins.py:3166
1959
msgid " brz ignore \"RE:lib/.*\\.o\""
1962
#: breezy/builtins.py:3168
2271
1963
msgid " Ignore everything but the \"debian\" toplevel directory::"
2272
msgstr " \"debian\"トップレベルディレクトリ以外の全てを無視する::"
2274
#: bzrlib/builtins.py:3172
1966
#: breezy/builtins.py:3170
2276
" bzr ignore \"RE:(?!debian/).*\"\n"
1968
" brz ignore \"RE:(?!debian/).*\"\n"
2278
1970
" Ignore everything except the \"local\" toplevel directory,\n"
2279
1971
" but always ignore autosave files ending in ~, even under local/::\n"
2281
" bzr ignore \"*\"\n"
2282
" bzr ignore \"!./local\"\n"
2283
" bzr ignore \"!!*~\""
2285
" bzr ignore \"RE:(?!debian/).*\"\n"
2287
" ”local”トップレベルディレクトリ配下以外の全てを無視する,\n"
2288
" ただし、~で終わる自動セーブファイルは、local/配下であっても無視する::\n"
2290
" bzr ignore \"*\"\n"
2291
" bzr ignore \"!./local\"\n"
2292
" bzr ignore \"!!*~\""
2294
#: bzrlib/builtins.py:3186
2295
msgid "Display the default ignore rules that bzr uses."
2296
msgstr "bzrが使用するデフォルトの無視ルールを表示します。"
2298
#: bzrlib/builtins.py:3198
1973
" brz ignore \"*\"\n"
1974
" brz ignore \"!./local\"\n"
1975
" brz ignore \"!!*~\""
1978
# help of 'default-rules' option of 'ignore' command
1979
#: breezy/builtins.py:3184
1980
msgid "Display the default ignore rules that brz uses."
1983
#: breezy/builtins.py:3196
2299
1984
msgid "ignore requires at least one NAME_PATTERN or --default-rules."
2300
msgstr "ignoreにはNAME_PATTERNか--default-rulesのどちらかは指定する必要があります。"
2302
#: bzrlib/builtins.py:3209
1987
#: breezy/builtins.py:3207
2303
1988
#, python-format
2304
1989
msgid "Invalid ignore pattern found. %s"
2305
1990
msgid_plural "Invalid ignore patterns found. %s"
2306
msgstr[0] "無効な無視パターンが見つかりました。 %s"
2308
#: bzrlib/builtins.py:3218
1994
#: breezy/builtins.py:3216
2309
1995
msgid "NAME_PATTERN should not be an absolute path"
2310
msgstr "NAME_PATTERNに絶対パスは指定できません。"
2312
#: bzrlib/builtins.py:3231
1998
#: breezy/builtins.py:3229
2313
1999
#, python-format
2315
2001
"Warning: the following files are version controlled and match your ignore "
2318
"These files will continue to be version controlled unless you 'bzr remove' "
2004
"These files will continue to be version controlled unless you 'brz remove' "
2321
"注意: 以下のファイルはバージョン管理されていますが、無視パターンにマッチしました。:\n"
2323
"これらのファイルは、'bzr remove'しない限りはバージョン管理されたままです。\n"
2325
#: bzrlib/builtins.py:3238
2008
#: breezy/builtins.py:3236
2326
2009
msgid "List ignored files and the patterns that matched them."
2327
msgstr "無視するファイルとそれらにマッチするパターンの一覧を表示する。"
2329
#: bzrlib/builtins.py:3240
2012
#: breezy/builtins.py:3238
2331
2014
"List all the ignored files and the ignore pattern that caused the file to\n"
2333
msgstr "無視されるファイルと、それがどのパターンによって無視されているかを一覧で表示します。"
2335
#: bzrlib/builtins.py:3243
2018
#: breezy/builtins.py:3241
2336
2019
msgid "Alternatively, to list just the files::"
2337
msgstr "代わりにファイルの一覧だけを表示するには::"
2339
#: bzrlib/builtins.py:3245
2340
msgid " bzr ls --ignored"
2341
msgstr " bzr ls --ignored"
2343
#: bzrlib/builtins.py:3279
2022
#: breezy/builtins.py:3243
2023
msgid " brz ls --ignored"
2026
#: breezy/builtins.py:3277
2344
2027
#, python-format
2345
2028
msgid "not a valid revision-number: %r"
2346
msgstr "無効なリビジョン番号です。: %r"
2348
#: bzrlib/builtins.py:3286
2350
"Export current or past revision to a destination directory or archive."
2351
msgstr "最新、または過去のリビジョンを指定されたディレクトリもしくはアーカイブにエクスポートする。"
2353
#: bzrlib/builtins.py:3288
2031
#: breezy/builtins.py:3284
2032
msgid "Export current or past revision to a destination directory or archive."
2035
#: breezy/builtins.py:3286
2354
2036
msgid "If no revision is specified this exports the last committed revision."
2355
msgstr "リビジョンが指定されなければ、最終コミットのリビジョンをエクスポートします。"
2357
#: bzrlib/builtins.py:3290
2039
#: breezy/builtins.py:3288
2359
2041
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
2360
2042
"given, try to find the format with the extension. If no extension\n"
2361
2043
"is found exports to a directory (equivalent to --format=dir)."
2363
"フォーマットはtar、tgz、tbz2のような”exporter”の名前になることができます。\n"
2364
" 何も渡されなければ、拡張子のフォーマットを見つけようとします。 拡張子がない\n"
2365
"場合は、ディレクトリにエクスポートします(–format=dirと同等)。"
2367
#: bzrlib/builtins.py:3294
2046
#: breezy/builtins.py:3292
2369
2048
"If root is supplied, it will be used as the root directory inside\n"
2370
2049
"container formats (tar, zip, etc). If it is not supplied it will default\n"
2371
2050
"to the exported filename. The root option has no effect for 'dir' format."
2373
"rootが指定された場合は、コンテナフォーマット(tar、zipなど)のルート\n"
2374
"ディレクトリに使用されます。指定されていない場合は、エクスポート\n"
2375
"ファイル名がデフォルトになります。rootオプションは、'dir'フォーマット\n"
2378
#: bzrlib/builtins.py:3298
2053
#: breezy/builtins.py:3296
2380
2055
"If branch is omitted then the branch containing the current working\n"
2381
2056
"directory will be used."
2382
msgstr "ブランチが省略されると現在の作業ディレクトリを含むブランチが使用されます。"
2384
#: bzrlib/builtins.py:3301
2386
"Note: Export of tree with non-ASCII filenames to zip is not supported."
2387
msgstr "注: ASCIIではないファイルを含むツリーの、zipへのエクスポートはサポートされません。"
2389
#: bzrlib/builtins.py:3303
2059
#: breezy/builtins.py:3299
2060
msgid "Note: Export of tree with non-ASCII filenames to zip is not supported."
2063
#: breezy/builtins.py:3301
2391
2065
" ================= =========================\n"
2392
2066
" Supported formats Autodetected by extension\n"
2399
2073
" ================= ========================="
2401
" ==================== ====================\n"
2402
" サポートフォーマット 拡張子による自動検出\n"
2403
" ==================== ====================\n"
2406
" tbz2 .tar.bz2, .tbz2\n"
2407
" tgz .tar.gz, .tgz\n"
2409
" ==================== ===================="
2411
#: bzrlib/builtins.py:3317
2076
# help of 'format' option of 'export' command
2077
#: breezy/builtins.py:3315
2412
2078
msgid "Type of file to export to."
2413
msgstr "エクスポートするファイルの種類"
2415
#: bzrlib/builtins.py:3320
2081
# help of 'filters' option of 'export' command
2082
#: breezy/builtins.py:3318
2416
2083
msgid "Apply content filters to export the convenient form."
2417
msgstr "使いやすい形でエクスポートするためのコンテンツフィルターを適用します。"
2419
#: bzrlib/builtins.py:3324
2086
# help of 'root' option of 'export' command
2087
#: breezy/builtins.py:3322
2420
2088
msgid "Name of the root directory inside the exported file."
2421
msgstr "エクスポートされたファイル内部のrootディレクトリの名前。"
2423
#: bzrlib/builtins.py:3326
2091
# help of 'per-file-timestamps' option of 'export' command
2092
#: breezy/builtins.py:3324
2425
2094
"Set modification time of files to that of the last revision in which it was "
2427
msgstr "各ファイルの編集日時を、最後にそのファイルが変更されたリビジョンの日時に設定します。"
2429
#: bzrlib/builtins.py:3329
2431
"Export the working tree contents rather than that of the last revision."
2432
msgstr "最終リビジョンではなく、作業ツリーの内容をエクスポートします。"
2434
#: bzrlib/builtins.py:3348
2098
# help of 'uncommitted' option of 'export' command
2099
#: breezy/builtins.py:3327
2100
msgid "Export the working tree contents rather than that of the last revision."
2103
#: breezy/builtins.py:3346
2435
2104
msgid "--uncommitted requires a working tree"
2436
msgstr "作業ツリーに対しては--uncommittedを指定する必要があります。"
2438
#: bzrlib/builtins.py:3357
2107
#: breezy/builtins.py:3355
2439
2108
#, python-format
2440
2109
msgid "Unsupported export format: %s"
2441
msgstr "サポートされていないエクスポートフォーマット: %s"
2443
#: bzrlib/builtins.py:3361
2445
"Write the contents of a file as of a given revision to standard output."
2446
msgstr "指定されたリビジョンのファイルの内容を標準出力に書き出します。"
2448
#: bzrlib/builtins.py:3363
2112
#: breezy/builtins.py:3359
2113
msgid "Write the contents of a file as of a given revision to standard output."
2116
#: breezy/builtins.py:3361
2449
2117
msgid "If no revision is nominated, the last revision is used."
2450
msgstr "リビジョンが指定されなければ、最後のリビジョンが使用されます。"
2452
#: bzrlib/builtins.py:3365
2120
#: breezy/builtins.py:3363
2454
2122
"Note: Take care to redirect standard output when using this command on a\n"
2457
"バイナリファイルでこのコマンドを使用する際には標準出力をリダイレクトするように\n"
2460
#: bzrlib/builtins.py:3371
2126
# help of 'name-from-revision' option of 'cat' command
2127
#: breezy/builtins.py:3369
2461
2128
msgid "The path name in the old tree."
2464
#: bzrlib/builtins.py:3372
2131
# help of 'filters' option of 'cat' command
2132
#: breezy/builtins.py:3370
2465
2133
msgid "Apply content filters to display the convenience form."
2466
msgstr "便利な形で表示するためのフィルタを適用します。"
2468
#: bzrlib/builtins.py:3383
2469
msgid "bzr cat --revision takes exactly one revision specifier"
2470
msgstr "bzr cat --revisionにはリビジョンをひとつだけ指定します。"
2472
#: bzrlib/builtins.py:3408 bzrlib/builtins.py:3420
2136
#: breezy/builtins.py:3381
2137
msgid "brz cat --revision takes exactly one revision specifier"
2140
#: breezy/builtins.py:3406 breezy/builtins.py:3418
2473
2141
msgid "{0!r} is not present in revision {1}"
2474
msgstr "{0!r}はリビジョン{1}には存在しません。"
2476
#: bzrlib/builtins.py:3443
2144
#: breezy/builtins.py:3441
2477
2145
msgid "Commit changes into a new revision."
2478
msgstr "変更を新しいリビジョンにコミットする。"
2480
#: bzrlib/builtins.py:3445
2148
#: breezy/builtins.py:3443
2482
2150
"An explanatory message needs to be given for each commit. This is\n"
2483
2151
"often done by using the --message option (getting the message from the\n"
2547
2201
" the change you can specify the option multiple times, once for each\n"
2550
" もし、変更を行った人とコミットする人がちがう場合は、作者の名前を--author\n"
2551
" オプションで指定することができます。\"John Doe <jdoe@example.com>\"の\n"
2552
" ように、コミッターのIDと同じフォーマットで指定するべきです。複数の作者が\n"
2553
" いるなら、このオプションを複数回指定することもできます。"
2555
#: bzrlib/builtins.py:3479
2205
#: breezy/builtins.py:3477
2556
2206
msgid ":Checks:"
2559
#: bzrlib/builtins.py:3481
2209
#: breezy/builtins.py:3479
2561
2211
" A common mistake is to forget to add a new file or directory before\n"
2562
2212
" running the commit command. The --strict option checks for unknown\n"
2563
2213
" files and aborts the commit if any are found. More advanced pre-commit\n"
2564
" checks can be implemented by defining hooks. See ``bzr help hooks``\n"
2214
" checks can be implemented by defining hooks. See ``brz help hooks``\n"
2565
2215
" for details."
2567
" よくあるミスとして、新しく作ったファイルやディレクトリをコミット前に追加するのを\n"
2568
" 忘れてしまうということがあります。--strictオプションを指定すると、バージョン管理\n"
2569
" 外のファイルがある場合はコミットが失敗するようになります。もっと高度なコミット\n"
2570
" 前チェックをフックとして実装することもできます。詳細は ``bzr help hooks`` を\n"
2573
#: bzrlib/builtins.py:3487
2218
#: breezy/builtins.py:3485
2574
2219
msgid ":Things to note:"
2577
#: bzrlib/builtins.py:3489
2222
#: breezy/builtins.py:3487
2579
2224
" If you accidentially commit the wrong changes or make a spelling\n"
2580
2225
" mistake in the commit message say, you can use the uncommit command\n"
2581
" to undo it. See ``bzr help uncommit`` for details."
2226
" to undo it. See ``brz help uncommit`` for details."
2583
" もし、間違ったファイルをコミットしてしまったり、コミットメッセージにスペル\n"
2584
" ミスがあった場合は、uncommitコマンドでコミットを取り消すことができます。\n"
2585
" 詳細は ``bzr help uncommit`` をご覧ください。"
2587
#: bzrlib/builtins.py:3493
2229
#: breezy/builtins.py:3491
2589
2231
" Hooks can also be configured to run after a commit. This allows you\n"
2590
2232
" to trigger updates to external systems like bug trackers. The --fixes\n"
2591
2233
" option can be used to record the association between a revision and\n"
2592
" one or more bugs. See ``bzr help bugs`` for details."
2234
" one or more bugs. See ``brz help bugs`` for details."
2594
" コミット後にフックを実行することもできます。これによって、バグトラッカーなどの\n"
2595
" 外部のシステムを更新することができます。 --fixesオプションで、リビジョンと\n"
2596
" バグとの関係を記録することができます。詳細は ``bzr help bugs`` を見て\n"
2599
#: bzrlib/builtins.py:3503
2237
# help of 'exclude' option of 'commit' command
2238
#: breezy/builtins.py:3501
2600
2239
msgid "Do not consider changes made to a given path."
2601
msgstr "指定されたパスの変更を無視します。"
2603
#: bzrlib/builtins.py:3506
2242
# help of 'message' option of 'commit' command
2243
#: breezy/builtins.py:3504
2604
2244
msgid "Description of the new revision."
2605
msgstr "新しいリビジョンの説明。"
2607
#: bzrlib/builtins.py:3509
2247
# help of 'unchanged' option of 'commit' command
2248
#: breezy/builtins.py:3507
2608
2249
msgid "Commit even if nothing has changed."
2609
msgstr "何も変更されていなくてもコミットする。"
2611
#: bzrlib/builtins.py:3513
2252
# help of 'file' option of 'commit' command
2253
#: breezy/builtins.py:3511
2612
2254
msgid "Take commit message from this file."
2613
msgstr "このファイルからコミットメッセージを取得する。"
2615
#: bzrlib/builtins.py:3515
2257
# help of 'strict' option of 'commit' command
2258
#: breezy/builtins.py:3513
2616
2259
msgid "Refuse to commit if there are unknown files in the working tree."
2617
msgstr "作業ツリーの中にバージョン管理外のファイルが存在する場合コミットを拒否する。"
2619
#: bzrlib/builtins.py:3518
2262
# help of 'commit-time' option of 'commit' command
2263
#: breezy/builtins.py:3516
2621
2265
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2622
2266
"08:00:00 +0100'."
2623
msgstr "コミット日時を決められたフォーマットで手動で指定します。例) '2009-10-10 08:00:00 +0100'"
2625
#: bzrlib/builtins.py:3521
2626
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2627
msgstr "このリビジョンで修正されたバグをマークする(\"bzr help bugs\"を参照)。"
2629
#: bzrlib/builtins.py:3524
2269
# help of 'fixes' option of 'commit' command
2270
#: breezy/builtins.py:3519
2271
msgid "Mark a bug as being fixed by this revision (see \"brz help bugs\")."
2274
# help of 'author' option of 'commit' command
2275
#: breezy/builtins.py:3522
2630
2276
msgid "Set the author's name, if it's different from the committer."
2631
msgstr "著者の名前がコミッターとは異なる場合、著者の名前を設定する。"
2633
#: bzrlib/builtins.py:3527
2279
# help of 'local' option of 'commit' command
2280
#: breezy/builtins.py:3525
2635
2282
"Perform a local commit in a bound branch. Local commits are not pushed to "
2636
2283
"the master branch until a normal commit is performed."
2638
"バインドされたブランチにローカルコミットを実行する。 通常のコミットが実行されるまで ローカルコミットはマスターブランチにpushされません。"
2640
#: bzrlib/builtins.py:3533
2286
# help of 'show-diff' option of 'commit' command
2287
#: breezy/builtins.py:3531
2642
2289
"When no message is supplied, show the diff along with the status summary in "
2643
2290
"the message editor."
2644
msgstr "メッセージが提供されないとき、 メッセージエディタでステータスの要約と一緒に差分を表示する。"
2646
#: bzrlib/builtins.py:3536
2293
# help of 'lossy' option of 'commit' command
2294
#: breezy/builtins.py:3534
2648
2296
"When committing to a foreign version control system do not push data that "
2649
2297
"can not be natively represented."
2650
msgstr "外部のバージョン管理システムにコミットするときに、ネイティブに表現できないデータをプッシュしません。"
2652
#: bzrlib/builtins.py:3554
2300
#: breezy/builtins.py:3552
2653
2301
#, python-format
2655
2303
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2656
2304
"default bug tracker using the `bugtracker` option.\n"
2657
"See \"bzr help bugs\" for more information on this feature. Commit refused."
2305
"See \"brz help bugs\" for more information on this feature. Commit refused."
2659
"バグ %s のバグトラッカーが指定されていません。'トラッカー:id'の形式にするか、デフォルトのトラッカーを `bugtracker` "
2661
"詳細は \"bzr help bugs\" をご覧ください。コミットは拒否されました。"
2663
#: bzrlib/builtins.py:3563
2308
#: breezy/builtins.py:3561
2664
2309
#, python-format
2666
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"bzr help bugs\" "
2311
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"brz help bugs\" "
2667
2312
"for more information on this feature.\n"
2668
2313
"Commit refused."
2670
"無効なバグです。 %s 'トラッカー:id' の形式で指定する必要があります。詳細は \"bzr help bugs\" をご覧ください。\n"
2673
#: bzrlib/builtins.py:3572
2316
#: breezy/builtins.py:3570
2674
2317
#, python-format
2675
2318
msgid "Unrecognized bug %s. Commit refused."
2676
msgstr "不明なバグです。 %s コミットは拒否されました。"
2678
#: bzrlib/builtins.py:3575
2321
#: breezy/builtins.py:3573
2679
2322
#, python-format
2682
2325
"Commit refused."
2687
#: bzrlib/builtins.py:3599
2328
#: breezy/builtins.py:3597
2688
2329
msgid "Could not parse --commit-time: "
2689
msgstr "--commit-timeをパースできません。: "
2691
#: bzrlib/builtins.py:3639
2332
#: breezy/builtins.py:3637
2692
2333
msgid "please specify either --message or --file"
2693
msgstr "--message か --file かどちらかを指定してください。"
2695
#: bzrlib/builtins.py:3668
2336
#: breezy/builtins.py:3666
2696
2337
msgid "please specify a commit message with either --message or --file"
2697
msgstr "--messageか--fileのどちらかでコミットメッセージを指定してください。"
2699
#: bzrlib/builtins.py:3671
2701
"Empty commit message specified. Please specify a commit message with either -"
2702
"-message or --file or leave a blank message with --message \"\"."
2704
"空のコミットメッセージが指定されました。--messageか--fileでコミットメッセージを指定するか、--message "
2705
"\"\"で空メッセージを指定してください。"
2707
#: bzrlib/builtins.py:3691
2709
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2710
"-unchanged to force an empty commit."
2712
"コミットする変更がありません。コミットしたいファイルを'bzr add'で追加するか、--unchangedを指定して空のコミットを実行してください。"
2714
#: bzrlib/builtins.py:3695
2716
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2340
#: breezy/builtins.py:3669
2342
"Empty commit message specified. Please specify a commit message with either "
2343
"--message or --file or leave a blank message with --message \"\"."
2346
#: breezy/builtins.py:3689
2348
"No changes to commit. Please 'brz add' the files you want to commit, or use "
2349
"--unchanged to force an empty commit."
2352
#: breezy/builtins.py:3693
2354
"Conflicts detected in working tree. Use \"brz conflicts\" to list, \"brz "
2717
2355
"resolve FILE\" to resolve."
2718
msgstr "作業ツリーに競合があります。\"bzr conflicts\" で表示して、\"bzr resolve FILE\"で解消してください。"
2720
#: bzrlib/builtins.py:3699
2358
#: breezy/builtins.py:3697
2721
2359
msgid "Commit refused because there are unknown files in the working tree."
2722
msgstr "作業ツリーにバージョン管理外のファイルがあるため、コミットが拒否されました。"
2724
#: bzrlib/builtins.py:3702
2362
#: breezy/builtins.py:3700
2727
2365
"To commit to master branch, run update and then commit.\n"
2728
2366
"You can also pass --local to commit to continue working disconnected."
2731
"マスタブランチにコミットするには、先にupdateしてください。\n"
2732
"--localを指定してオフラインでコミットし、作業を続けることもできます。"
2734
#: bzrlib/builtins.py:3710
2369
#: breezy/builtins.py:3708
2736
2371
"Validate working tree structure, branch consistency and repository history."
2737
msgstr "作業ツリーの構造、ブランチの一貫性、リポジトリの履歴をチェックします。"
2739
#: bzrlib/builtins.py:3712
2374
#: breezy/builtins.py:3710
2741
2376
"This command checks various invariants about branch and repository storage\n"
2742
"to detect data corruption or bzr bugs."
2377
"to detect data corruption or brz bugs."
2744
"このコマンドは、データの破損やbzrのバグを検出するために、ブランチとリポジトリ\n"
2745
"ストレージの不変条件をチェックします。"
2747
#: bzrlib/builtins.py:3715
2380
#: breezy/builtins.py:3713
2749
2382
"The working tree and branch checks will only give output if a problem is\n"
2750
2383
"detected. The output fields of the repository check are:"
2752
"作業ツリーとブランチのチェック結果は、問題が見つかったときだけ表示\n"
2753
"されます。リポジトリチェックの出力は次の通りです。:"
2755
#: bzrlib/builtins.py:3718
2386
#: breezy/builtins.py:3716
2758
2389
" This is just the number of revisions checked. It doesn't\n"
2759
2390
" indicate a problem."
2762
" チェックしたリビジョンの数です。これは問題ではありません。"
2764
#: bzrlib/builtins.py:3722
2393
#: breezy/builtins.py:3720
2766
2395
"versionedfiles\n"
2767
2396
" This is just the number of versionedfiles checked. It\n"
2768
2397
" doesn't indicate a problem."
2771
" チェックしたバージョン管理ファイルの数です。これは問題では\n"
2774
#: bzrlib/builtins.py:3726
2400
#: breezy/builtins.py:3724
2776
2402
"unreferenced ancestors\n"
2777
2403
" Texts that are ancestors of other texts, but\n"
2778
2404
" are not properly referenced by the revision ancestry. This is a\n"
2779
2405
" subtle problem that Bazaar can work around."
2781
"unreferenced ancestors\n"
2782
" 他のテキストの先祖だが、上位のリビジョンから参照されていない\n"
2783
" と思われるテキストです。これは、Bazaarが対処できる軽微な\n"
2786
#: bzrlib/builtins.py:3731
2408
#: breezy/builtins.py:3729
2788
2410
"unique file texts\n"
2789
2411
" This is the total number of unique file contents\n"
2790
2412
" seen in the checked revisions. It does not indicate a problem."
2792
"unique file texts\n"
2793
" チェックしたリビジョンの中にある、一意なファイルコンテンツの数です。\n"
2796
#: bzrlib/builtins.py:3735
2415
#: breezy/builtins.py:3733
2798
2417
"repeated file texts\n"
2799
2418
" This is the total number of repeated texts seen\n"
2894
2500
"Alternatively, you can delete it by hand if everything looks good\n"
2897
"変換を開始したときに、 backup.bzr.~#~ というディレクトリが作成されます。\n"
2898
"(#は連番です) デフォルトでは、このフォルダは変換後も残ります。もし変換が\n"
2899
"失敗したら、新しい.bzrフォルダを削除して、このフォルダを元の名前に戻して\n"
2900
"ください。--cleanオプションを指定すると、変換が成功したらbackup.bzr\n"
2901
"ディレクトリは削除されます。そうでない場合は、変換後特に問題がなければ手で\n"
2904
#: bzrlib/builtins.py:3803
2504
#: breezy/builtins.py:3801
2906
2506
"If the location given is a shared repository, dependent branches\n"
2907
2507
"are also converted provided the repository converts successfully.\n"
2908
2508
"If the conversion of a branch fails, remaining branches are still\n"
2911
"指定された場所が共用リポジトリの場合、リポジトリの変換が成功したら\n"
2912
"配下のブランチも変換されます。もしブランチの変換に失敗しても、他の\n"
2915
#: bzrlib/builtins.py:3808
2512
#: breezy/builtins.py:3806
2917
2514
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2918
2515
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2920
"アップグレードに関する詳細な情報は、Bazaar Upgrade Guideをご覧ください。\n"
2921
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2923
#: bzrlib/builtins.py:3816
2924
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2925
msgstr "指定されたフォーマットにアップグレードします。詳細は\"bzr help formats\"をご覧ください。"
2927
#: bzrlib/builtins.py:3820
2518
# help of 'format' option of 'upgrade' command
2519
#: breezy/builtins.py:3814
2520
msgid "Upgrade to a specific format. See \"brz help formats\" for details."
2523
# title of 'format' option of 'init' command
2524
# title of 'format' option of 'upgrade' command
2525
#: breezy/builtins.py:3818
2928
2526
msgid "Branch format"
2931
#: bzrlib/builtins.py:3822
2529
# help of 'clean' option of 'upgrade' command
2530
#: breezy/builtins.py:3820
2932
2531
msgid "Remove the backup.bzr directory if successful."
2933
msgstr "変換に成功したらbackup.bzrディレクトリを削除します。"
2935
#: bzrlib/builtins.py:3824
2534
# help of 'dry-run' option of 'add' command
2535
# help of 'dry-run' option of 'upgrade' command
2536
#: breezy/builtins.py:3822
2936
2537
msgid "Show what would be done, but don't actually do anything."
2937
msgstr "何が実行されるかを表示しますが、実際には何もしません。"
2939
#: bzrlib/builtins.py:3839
2940
msgid "Show or set bzr user id."
2941
msgstr "bzrのユーザIDを表示、設定します。"
2943
#: bzrlib/builtins.py:3841
2540
#: breezy/builtins.py:3837
2541
msgid "Show or set brz user id."
2544
#: breezy/builtins.py:3839
2946
2547
" Show the email of the current user::"
2949
" 現在のユーザのEメールを表示します。::"
2951
#: bzrlib/builtins.py:3844
2952
msgid " bzr whoami --email"
2953
msgstr " bzr whoami --email"
2955
#: bzrlib/builtins.py:3846
2550
#: breezy/builtins.py:3842
2551
msgid " brz whoami --email"
2554
#: breezy/builtins.py:3844
2956
2555
msgid " Set the current user::"
2957
msgstr " ユーザを設定します。::"
2959
#: bzrlib/builtins.py:3848
2960
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2961
msgstr " bzr whoami \"Frank Chu <fchu@example.com>\""
2963
#: bzrlib/builtins.py:3852
2558
#: breezy/builtins.py:3846
2559
msgid " brz whoami \"Frank Chu <fchu@example.com>\""
2562
# help of 'email' option of 'whoami' command
2563
#: breezy/builtins.py:3850
2964
2564
msgid "Display email address only."
2965
msgstr "Eメールアドレスだけを表示します。"
2967
#: bzrlib/builtins.py:3854
2567
# help of 'branch' option of 'whoami' command
2568
#: breezy/builtins.py:3852
2968
2569
msgid "Set identity for the current branch instead of globally."
2969
msgstr "全体設定ではなく、現在のブランチだけにIDを設定します。"
2971
#: bzrlib/builtins.py:3880
2572
#: breezy/builtins.py:3878
2972
2573
msgid "--email can only be used to display existing identity"
2973
msgstr "--emailは、現在のIDを表示するためだけに使用できます。"
2975
#: bzrlib/builtins.py:3904
2576
#: breezy/builtins.py:3902
2976
2577
msgid "Print or set the branch nickname."
2977
msgstr "ブランチのニックネームを表示または設定します。"
2979
#: bzrlib/builtins.py:3906
2580
#: breezy/builtins.py:3904
2981
2582
"If unset, the colocated branch name is used for colocated branches, and\n"
2982
2583
"the branch directory name is used for other branches. To print the\n"
2983
2584
"current nickname, execute with no argument."
2986
#: bzrlib/builtins.py:3910
2587
#: breezy/builtins.py:3908
2988
2589
"Bound branches use the nickname of its master branch unless it is set\n"
2991
"バインドされたブランチは、ローカルでニックネームが設定されていなければ\n"
2992
"マスタブランチのニックネームを使用します。"
2994
#: bzrlib/builtins.py:3930
2593
#: breezy/builtins.py:3928
2995
2594
msgid "Set/unset and display aliases."
2996
msgstr "エイリアスの設定、解除、表示を行います。"
2998
#: bzrlib/builtins.py:3932
2597
#: breezy/builtins.py:3930
3001
2600
" Show the current aliases::"
3004
" 現在のエイリアスを表示します。::"
3006
#: bzrlib/builtins.py:3935
3010
#: bzrlib/builtins.py:3937
2603
#: breezy/builtins.py:3933
2607
#: breezy/builtins.py:3935
3011
2608
msgid " Show the alias specified for 'll'::"
3012
msgstr " 'll'に設定されているエイリアスを表示します。::"
3014
#: bzrlib/builtins.py:3939
3015
msgid " bzr alias ll"
3016
msgstr " bzr alias ll"
3018
#: bzrlib/builtins.py:3941
2611
#: breezy/builtins.py:3937
2612
msgid " brz alias ll"
2615
#: breezy/builtins.py:3939
3019
2616
msgid " Set an alias for 'll'::"
3020
msgstr " エイリアス'll'を設定します。::"
3022
#: bzrlib/builtins.py:3943
3023
msgid " bzr alias ll=\"log --line -r-10..-1\""
3024
msgstr " bzr alias ll=\"log --line -r-10..-1\""
3026
#: bzrlib/builtins.py:3945
2619
#: breezy/builtins.py:3941
2620
msgid " brz alias ll=\"log --line -r-10..-1\""
2623
#: breezy/builtins.py:3943
3027
2624
msgid " To remove an alias for 'll'::"
3028
msgstr " エイリアス'll'を解除します。::"
3030
#: bzrlib/builtins.py:3947
3031
msgid " bzr alias --remove ll"
3032
msgstr " bzr alias --remove ll"
3034
#: bzrlib/builtins.py:3952
2627
#: breezy/builtins.py:3945
2628
msgid " brz alias --remove ll"
2631
# help of 'remove' option of 'alias' command
2632
#: breezy/builtins.py:3950
3035
2633
msgid "Remove the alias."
3036
msgstr "エイリアスを削除します。"
3038
#: bzrlib/builtins.py:3970
3039
msgid "bzr alias --remove expects an alias to remove."
3040
msgstr "bzr alias --removeには、削除するエイリアス名を指定する必要があります。"
3042
#: bzrlib/builtins.py:4151
3044
"subunit not available. subunit needs to be installed to use --subunit."
3047
#: bzrlib/builtins.py:4168
3049
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
3050
msgstr "--benchmarkは、bzr2.2以降はサポートしていません。かわりにbzr-usertestを使用してください。"
3052
#: bzrlib/builtins.py:4215
3053
msgid "Show version of bzr."
3054
msgstr "Bazaarのバージョンを表示します。"
3056
#: bzrlib/builtins.py:4219
2636
#: breezy/builtins.py:3968
2637
msgid "brz alias --remove expects an alias to remove."
2640
#: breezy/builtins.py:4149
2641
msgid "subunit not available. subunit needs to be installed to use --subunit."
2644
#: breezy/builtins.py:4166
2646
"--benchmark is no longer supported from brz 2.2; use bzr-usertest instead"
2649
#: breezy/builtins.py:4213
2650
msgid "Show version of brz."
2653
# help of 'short' option of 'version' command
2654
#: breezy/builtins.py:4217
3057
2655
msgid "Print just the version number."
3058
msgstr "リビジョン番号を表示します。"
3060
#: bzrlib/builtins.py:4238
2658
#: breezy/builtins.py:4236
3061
2659
msgid "It sure does!\n"
3064
#: bzrlib/builtins.py:4262
2662
#: breezy/builtins.py:4260
3065
2663
#, python-format
3066
2664
msgid "merge base is revision %s\n"
3067
msgstr "マージの起点はリビジョン %s です。\n"
3069
#: bzrlib/builtins.py:4266
2667
#: breezy/builtins.py:4264
3070
2668
msgid "Perform a three-way merge."
3071
msgstr "3wayマージを実行します。"
3073
#: bzrlib/builtins.py:4268
2671
#: breezy/builtins.py:4266
3075
2673
"The source of the merge can be specified either in the form of a branch,\n"
3076
2674
"or in the form of a path to a file containing a merge directive generated\n"
3077
"with bzr send. If neither is specified, the default is the upstream branch\n"
2675
"with brz send. If neither is specified, the default is the upstream branch\n"
3078
2676
"or the branch most recently merged using --remember. The source of the\n"
3079
2677
"merge may also be specified in the form of a path to a file in another\n"
3080
2678
"branch: in this case, only the modifications to that file are merged into\n"
3081
2679
"the current working tree."
3083
"マージ元には、ブランチか、bzr sendで作られたマージディレクティブファイル\n"
3084
"のパスを指定できます。どちらも指定されていない場合は、アップストリームブランチ\n"
3085
"か、一番最後に--remember指定でマージした時のマージ元がデフォルトになります。\n"
3086
"別のブランチ内のファイルパスをマージ元として指定することもでき、その場合は\n"
3087
"指定されたファイルの変更だけが現在のブランチにマージされます。"
3089
#: bzrlib/builtins.py:4276
2682
#: breezy/builtins.py:4274
3091
"When merging from a branch, by default bzr will try to merge in all new\n"
2684
"When merging from a branch, by default brz will try to merge in all new\n"
3092
2685
"work from the other branch, automatically determining an appropriate base\n"
3093
2686
"revision. If this fails, you may need to give an explicit base."
3095
"ブランチからマージする場合、デフォルトでbzrは自動的に妥当なベースリビジョンを\n"
3096
"判定し、それ以降のすべての変更をマージしようとします。もしこれが失敗した場合は、\n"
3097
"明示的にベースリビジョンを指定する必要があります。"
3099
#: bzrlib/builtins.py:4280
2689
#: breezy/builtins.py:4278
3101
"To pick a different ending revision, pass \"--revision OTHER\". bzr will\n"
2691
"To pick a different ending revision, pass \"--revision OTHER\". brz will\n"
3102
2692
"try to merge in all new work up to and including revision OTHER."
3104
"別の最終リビジョンを指定するには、\"-revision OTHER\"を指定します。この場合、\n"
3105
"OTHERまで(OTHERも含む)の全ての変更がマージされます。"
3107
#: bzrlib/builtins.py:4283
2695
#: breezy/builtins.py:4281
3109
2697
"If you specify two values, \"--revision BASE..OTHER\", only revisions BASE\n"
3110
2698
"through OTHER, excluding BASE but including OTHER, will be merged. If this\n"
3168
2742
"changes in the tree. The --force option can also be used to create a\n"
3169
2743
"merge revision which has more than two parents."
3171
"コミットされていない変更がある場合は、--forceを指定しないとマージは拒否\n"
3172
"されます。--forceが指定された場合は、未コミットの変更を含む現在の作業ツリーに\n"
3173
"マージ元の変更がマージされます。--forceオプションを使えば、2つ以上の親を持つ\n"
3174
"マージリビジョンを作ることもできます。"
3176
#: bzrlib/builtins.py:4315
2746
#: breezy/builtins.py:4313
3178
2748
"If one would like to merge changes from the working tree of the other\n"
3179
2749
"branch without merging any committed revisions, the --uncommitted option\n"
3180
2750
"can be given."
3182
"コミット済みの変更ではなく、作業ツリー上での変更を別のブランチにマージしたい\n"
3183
"場合は、--uncommittedオプションを指定することができます。"
3185
#: bzrlib/builtins.py:4319
2753
#: breezy/builtins.py:4317
3187
2755
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
3188
2756
"you to apply each diff hunk and file change, similar to \"shelve\"."
3190
"変更を部分的にマージしたければ、\"merge -i\"を使用すれば、\"shelve\"と同じ\n"
3191
"ようにそれぞれのハンクをプロンプトで選択して適用することができます。"
3193
#: bzrlib/builtins.py:4322
2759
#: breezy/builtins.py:4320
3196
" To merge all new revisions from bzr.dev::"
3199
" bzr.devから全ての新しいリビジョンをマージします。::"
3201
#: bzrlib/builtins.py:4325
3202
msgid " bzr merge ../bzr.dev"
3203
msgstr " bzr merge ../bzr.dev"
3205
#: bzrlib/builtins.py:4327
3206
msgid " To merge changes up to and including revision 82 from bzr.dev::"
3207
msgstr " bzr.devから、リビジョン82まで(82も含む)のリビジョンをマージします::"
3209
#: bzrlib/builtins.py:4329
3210
msgid " bzr merge -r 82 ../bzr.dev"
3211
msgstr " bzr merge -r 82 ../bzr.dev"
3213
#: bzrlib/builtins.py:4331
2762
" To merge all new revisions from brz.dev::"
2765
#: breezy/builtins.py:4323
2766
msgid " brz merge ../brz.dev"
2769
#: breezy/builtins.py:4325
2770
msgid " To merge changes up to and including revision 82 from brz.dev::"
2773
#: breezy/builtins.py:4327
2774
msgid " brz merge -r 82 ../brz.dev"
2777
#: breezy/builtins.py:4329
3214
2778
msgid " To merge the changes introduced by 82, without previous changes::"
3215
msgstr " リビジョン82での変更をマージし、それ以前の変更はマージしません。::"
3217
#: bzrlib/builtins.py:4333
3218
msgid " bzr merge -r 81..82 ../bzr.dev"
3219
msgstr " bzr merge -r 81..82 ../bzr.dev"
3221
#: bzrlib/builtins.py:4335
2781
#: breezy/builtins.py:4331
2782
msgid " brz merge -r 81..82 ../brz.dev"
2785
#: breezy/builtins.py:4333
3222
2786
msgid " To apply a merge directive contained in /tmp/merge::"
3223
msgstr " /tmp/merge内のマージディレクティブを適用します。::"
3225
#: bzrlib/builtins.py:4337
3226
msgid " bzr merge /tmp/merge"
3227
msgstr " bzr merge /tmp/merge"
3229
#: bzrlib/builtins.py:4339
2789
#: breezy/builtins.py:4335
2790
msgid " brz merge /tmp/merge"
2793
#: breezy/builtins.py:4337
3231
2795
" To create a merge revision with three parents from two branches\n"
3232
2796
" feature1a and feature1b:"
3234
" feature1a、feature1bの2つのブランチから、3つの親を持つマージ\n"
3237
#: bzrlib/builtins.py:4342
2799
#: breezy/builtins.py:4340
3239
" bzr merge ../feature1a\n"
3240
" bzr merge ../feature1b --force\n"
3241
" bzr commit -m 'revision with three parents'"
2801
" brz merge ../feature1a\n"
2802
" brz merge ../feature1b --force\n"
2803
" brz commit -m 'revision with three parents'"
3243
" bzr merge ../feature1a\n"
3244
" bzr merge ../feature1b --force\n"
3245
" bzr commit -m 'revision with three parents'"
3247
#: bzrlib/builtins.py:4354
2806
# help of 'force' option of 'merge' command
2807
#: breezy/builtins.py:4352
3248
2808
msgid "Merge even if the destination tree has uncommitted changes."
3249
msgstr "マージ先のツリーにコミットしていない変更があってもマージします。"
3251
#: bzrlib/builtins.py:4360
2811
# help of 'uncommitted' option of 'merge' command
2812
#: breezy/builtins.py:4358
3253
2814
"Apply uncommitted changes from a working copy, instead of branch changes."
3254
msgstr "ブランチの変更ではなく、作業コピー上のコミットしていない変更をマージします。"
3256
#: bzrlib/builtins.py:4362
2817
# help of 'pull' option of 'merge' command
2818
#: breezy/builtins.py:4360
3258
2820
"If the destination is already completely merged into the source, pull from "
3259
2821
"the source rather than merging. When this happens, you do not need to "
3260
2822
"commit the result."
3262
"マージ先のリビジョンがマージ元のブランチにすべて含まれている場合、マージの\n"
3263
"かわりにpullを実行します。その場合は、コミットする必要はありません。"
3265
#: bzrlib/builtins.py:4367
2825
# help of 'directory' option of 'merge' command
2826
#: breezy/builtins.py:4365
3267
2828
"Branch to merge into, rather than the one containing the working directory."
3268
msgstr "作業ディレクトリ以外にマージする場合の、マージ先のブランチ。"
3270
#: bzrlib/builtins.py:4369
2831
# help of 'preview' option of 'merge' command
2832
#: breezy/builtins.py:4367
3271
2833
msgid "Instead of merging, show a diff of the merge."
3272
msgstr "マージを実行するかわりに、マージされる内容のdiffを表示します。"
3274
#: bzrlib/builtins.py:4371
2836
# help of 'interactive' option of 'merge' command
2837
#: breezy/builtins.py:4369
3275
2838
msgid "Select changes interactively."
3276
msgstr "変更をインタラクティブに選択します。"
3278
#: bzrlib/builtins.py:4393
2841
#: breezy/builtins.py:4391
3280
"Merging into empty branches not currently supported, "
3281
"https://bugs.launchpad.net/bzr/+bug/308562"
2843
"Merging into empty branches not currently supported, https://bugs.launchpad."
2844
"net/brz/+bug/308562"
3283
"空ブランチへのマージは今のところサポートされていません。https://bugs.launchpad.net/bzr/+bug/308562"
3285
#: bzrlib/builtins.py:4420
2847
#: breezy/builtins.py:4418
3286
2848
msgid "Cannot use --uncommitted with bundles or merge directives."
3287
msgstr "バンドル、マージディレクティブに対して--uncommittedを指定することはできません。"
3289
#: bzrlib/builtins.py:4431
2851
#: breezy/builtins.py:4429
3290
2852
msgid "Cannot use --uncommitted and --revision at the same time."
3291
msgstr "--uncommittedと--revisionを同時に指定することはできません。"
3293
#: bzrlib/builtins.py:4451
2855
#: breezy/builtins.py:4449
3294
2856
msgid "merger: "
3297
#: bzrlib/builtins.py:4453 bzrlib/bundle/apply_bundle.py:71
2859
#: breezy/builtins.py:4451 breezy/bundle/apply_bundle.py:71
3298
2860
msgid "Nothing to do."
3299
msgstr "なにもすることがありません。"
3301
#: bzrlib/builtins.py:4457
2863
#: breezy/builtins.py:4455
3302
2864
msgid "Cannot pull individual files"
3303
msgstr "ファイルを個別にpullすることはできません。"
3305
#: bzrlib/builtins.py:4465
3306
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
3307
msgstr "ブランチにコミットがありません。('bzr pull'を使うべきかもしれません)"
3309
#: bzrlib/builtins.py:4523
2867
#: breezy/builtins.py:4463
2868
msgid "This branch has no commits. (perhaps you would prefer 'brz pull')"
2871
#: breezy/builtins.py:4521
3310
2872
#, python-format
3311
2873
msgid "Show-base is not supported for this merge type. %s"
3312
msgstr "Show-baseはこのマージタイプではサポートされません。 %s"
3314
#: bzrlib/builtins.py:4532
2876
#: breezy/builtins.py:4530
3315
2877
#, python-format
3316
2878
msgid "Conflict reduction is not supported for merge type %s."
3317
msgstr "衝突の縮小化は、このマージタイプではサポートされません。 %s"
3319
#: bzrlib/builtins.py:4536
2881
#: breezy/builtins.py:4534
3320
2882
msgid "Cannot do conflict reduction and show base."
3321
msgstr "衝突の縮小化、ベースの表示ができませんでした。"
3323
#: bzrlib/builtins.py:4647
2885
#: breezy/builtins.py:4645
3324
2886
msgid "No location specified or remembered"
3325
msgstr "対象の場所が設定も指定もされていません。"
3327
#: bzrlib/builtins.py:4649
2889
#: breezy/builtins.py:4647
2890
#, python-brace-format
3328
2891
msgid "{0} remembered {1} location {2}"
3329
msgstr "{0} 設定された {1} の場所 {2}"
3331
#: bzrlib/builtins.py:4655
2894
#: breezy/builtins.py:4653
3332
2895
msgid "Redo a merge."
3333
msgstr "マージをやりなおします。"
3335
#: bzrlib/builtins.py:4657
2898
#: breezy/builtins.py:4655
3337
2900
"Use this if you want to try a different merge technique while resolving\n"
3338
2901
"conflicts. Some merge techniques are better than others, and remerge\n"
3339
2902
"lets you try different ones on different files."
3341
"衝突を解決するために、別のマージ方法を試したい場合に、このコマンドを\n"
3342
"使用します。他のものより優れたマージ方法があり、remergeを使って個々の\n"
3343
"ファイルに別のマージ方法を試すことができます。"
3345
#: bzrlib/builtins.py:4661
2905
#: breezy/builtins.py:4659
3347
2907
"The options for remerge have the same meaning and defaults as the ones for\n"
3348
2908
"merge. The difference is that remerge can (only) be run when there is a\n"
3349
2909
"pending merge, and it lets you specify particular files."
3351
"remergeのオプションの意味とデフォルトはmergeと同じです。違いは、\n"
3352
"remergeはマージ中状態のときだけ実行でき、特定のファイルを指定できる\n"
3355
#: bzrlib/builtins.py:4665
2912
#: breezy/builtins.py:4663
3358
2915
" Re-do the merge of all conflicted files, and show the base text in\n"
3359
2916
" conflict regions, in addition to the usual THIS and OTHER texts::"
3362
" すべての衝突したファイルのマージをやり直し、通常のTHIS、OTHERの\n"
3363
" テキストにくわえて衝突した領域のベーステキストを表示します。::"
3365
#: bzrlib/builtins.py:4669
3366
msgid " bzr remerge --show-base"
3367
msgstr " bzr remerge --show-base"
3369
#: bzrlib/builtins.py:4671
2919
#: breezy/builtins.py:4667
2920
msgid " brz remerge --show-base"
2923
#: breezy/builtins.py:4669
3371
2925
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
3372
2926
" additional processing to reduce the size of conflict regions::"
3374
" \"foobar\"のマージを、weaveマージアルゴリズムでやりなおし、衝突領域の\n"
3377
#: bzrlib/builtins.py:4674
3378
msgid " bzr remerge --merge-type weave --reprocess foobar"
3379
msgstr " bzr remerge --merge-type weave --reprocess foobar"
3381
#: bzrlib/builtins.py:4681
2929
#: breezy/builtins.py:4672
2930
msgid " brz remerge --merge-type weave --reprocess foobar"
2933
# help of 'show-base' option of 'merge' command
2934
# help of 'show-base' option of 'pull' command
2935
# help of 'show-base' option of 'remerge' command
2936
# help of 'show-base' option of 'update' command
2937
#: breezy/builtins.py:4679
3382
2938
msgid "Show base revision text in conflicts."
3383
msgstr "衝突したベースリビジョンのテキストを表示します。"
3385
#: bzrlib/builtins.py:4693
2941
#: breezy/builtins.py:4691
3387
2943
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
3390
"remergeは通常のマージ後にだけ実行できます。チェリーピックや複数マージでは\r\n"
3393
#: bzrlib/builtins.py:4751
2947
#: breezy/builtins.py:4749
3395
2949
"Set files in the working tree back to the contents of a previous revision."
3398
#: bzrlib/builtins.py:4753
2952
#: breezy/builtins.py:4751
3400
2954
"Giving a list of files will revert only those files. Otherwise, all files\n"
3401
2955
"will be reverted. If the revision is not specified with '--revision', the\n"
3513
3060
" 0 - no missing revisions"
3516
#: bzrlib/builtins.py:4887
3063
#: breezy/builtins.py:4885
3518
3065
" Determine the missing revisions between this and the branch at the\n"
3519
3066
" remembered pull location::"
3522
#: bzrlib/builtins.py:4890
3523
msgid " bzr missing"
3524
msgstr " bzr missing"
3069
#: breezy/builtins.py:4888
3070
msgid " brz missing"
3526
#: bzrlib/builtins.py:4892
3073
#: breezy/builtins.py:4890
3527
3074
msgid " Determine the missing revisions between this and another branch::"
3530
#: bzrlib/builtins.py:4894
3531
msgid " bzr missing http://server/branch"
3532
msgstr " bzr missing http://server/branch"
3077
#: breezy/builtins.py:4892
3078
msgid " brz missing http://server/branch"
3534
#: bzrlib/builtins.py:4896
3081
#: breezy/builtins.py:4894
3536
3083
" Determine the missing revisions up to a specific revision on the other\n"
3540
#: bzrlib/builtins.py:4899
3541
msgid " bzr missing -r ..-10"
3542
msgstr " bzr missing -r ..-10"
3087
#: breezy/builtins.py:4897
3088
msgid " brz missing -r ..-10"
3544
#: bzrlib/builtins.py:4901
3091
#: breezy/builtins.py:4899
3546
3093
" Determine the missing revisions up to a specific revision on this\n"
3550
#: bzrlib/builtins.py:4904
3551
msgid " bzr missing --my-revision ..-10"
3552
msgstr " bzr missing --my-revision ..-10"
3097
#: breezy/builtins.py:4902
3098
msgid " brz missing --my-revision ..-10"
3554
#: bzrlib/builtins.py:4911
3101
# help of 'reverse' option of 'missing' command
3102
#: breezy/builtins.py:4909
3555
3103
msgid "Reverse the order of revisions."
3556
msgstr "リビジョンの表示順を逆転する。"
3558
#: bzrlib/builtins.py:4913
3106
# help of 'mine-only' option of 'missing' command
3107
#: breezy/builtins.py:4911
3559
3108
msgid "Display changes in the local branch only."
3560
msgstr "ローカルブランチの変更のみを表示する。"
3562
#: bzrlib/builtins.py:4914
3111
# help of 'this' option of 'missing' command
3112
#: breezy/builtins.py:4912
3563
3113
msgid "Same as --mine-only."
3564
msgstr "--mine-onlyと同じ。"
3566
#: bzrlib/builtins.py:4916
3116
# help of 'theirs-only' option of 'missing' command
3117
#: breezy/builtins.py:4914
3567
3118
msgid "Display changes in the remote branch only."
3568
msgstr "リモートブランチの変更のみを表示する。"
3570
#: bzrlib/builtins.py:4917
3121
# help of 'other' option of 'missing' command
3122
#: breezy/builtins.py:4915
3571
3123
msgid "Same as --theirs-only."
3572
msgstr "--theirs-onlyと同じ。"
3574
#: bzrlib/builtins.py:4922
3126
# help of 'revision' option of 'missing' command
3127
#: breezy/builtins.py:4920
3576
3129
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3580
#: bzrlib/builtins.py:4926
3133
# help of 'my-revision' option of 'missing' command
3134
#: breezy/builtins.py:4924
3582
3136
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3586
#: bzrlib/builtins.py:4929
3140
# help of 'include-merged' option of 'missing' command
3141
#: breezy/builtins.py:4927
3587
3142
msgid "Show all revisions in addition to the mainline ones."
3590
#: bzrlib/builtins.py:4983
3145
#: breezy/builtins.py:4981
3591
3146
msgid "No peer location known or specified."
3594
#: bzrlib/builtins.py:4987
3149
#: breezy/builtins.py:4985
3150
#, python-brace-format
3595
3151
msgid "Using saved parent location: {0}\n"
3596
msgstr "保存済みの親ロケーションを使用する: {0}\n"
3598
#: bzrlib/builtins.py:5020
3154
#: breezy/builtins.py:5018
3599
3155
#, python-format
3600
3156
msgid "You have %d extra revision:\n"
3601
3157
msgid_plural "You have %d extra revisions:\n"
3605
#: bzrlib/builtins.py:5040
3161
#: breezy/builtins.py:5038
3606
3162
#, python-format
3607
3163
msgid "You are missing %d revision:\n"
3608
3164
msgid_plural "You are missing %d revisions:\n"
3612
#: bzrlib/builtins.py:5055
3168
#: breezy/builtins.py:5053
3613
3169
msgid "This branch has no new revisions.\n"
3614
msgstr "このブランチには新しいリビジョンはありません。\n"
3616
#: bzrlib/builtins.py:5058
3172
#: breezy/builtins.py:5056
3617
3173
msgid "Other branch has no new revisions.\n"
3618
msgstr "他のブランチには新しいリビジョンはありません。\n"
3620
#: bzrlib/builtins.py:5063
3176
#: breezy/builtins.py:5061
3621
3177
msgid "Branches are up to date.\n"
3622
msgstr "ブランチは最新です。\n"
3624
#: bzrlib/builtins.py:5074
3180
#: breezy/builtins.py:5072
3625
3181
msgid "Compress the data within a repository."
3626
msgstr "リポジトリ内のデータを圧縮する。"
3628
#: bzrlib/builtins.py:5076
3184
#: breezy/builtins.py:5074
3630
3186
"This operation compresses the data within a bazaar repository. As\n"
3631
3187
"bazaar supports automatic packing of repository, this operation is\n"
3632
3188
"normally not required to be done manually."
3634
"この操作では bazaar リポジトリ内のデータを圧縮します。\n"
3635
"Bazaar はリポジトリの自動パック機能を備えているため、\n"
3636
"通常はこの操作を手動で行う必要はありません。"
3638
#: bzrlib/builtins.py:5080
3191
#: breezy/builtins.py:5078
3640
3193
"During the pack operation, bazaar takes a backup of existing repository\n"
3641
3194
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3702
3241
"plugins using the Python programming language."
3705
#: bzrlib/builtins.py:5138
3244
#: breezy/builtins.py:5136
3706
3245
msgid "Show testament (signing-form) of a revision."
3709
#: bzrlib/builtins.py:5141
3248
# help of 'long' option of 'testament' command
3249
#: breezy/builtins.py:5139
3710
3250
msgid "Produce long-format testament."
3713
#: bzrlib/builtins.py:5143
3253
# help of 'strict' option of 'testament' command
3254
#: breezy/builtins.py:5141
3714
3255
msgid "Produce a strict-format testament."
3717
#: bzrlib/builtins.py:5169
3258
#: breezy/builtins.py:5168
3718
3259
msgid "Show the origin of each line in a file."
3721
#: bzrlib/builtins.py:5171
3262
#: breezy/builtins.py:5170
3723
3264
"This prints out the given file with an annotation on the left side\n"
3724
3265
"indicating which revision, author and date introduced the change."
3727
#: bzrlib/builtins.py:5174
3268
#: breezy/builtins.py:5173
3729
3270
"If the origin is the same for a run of consecutive lines, it is\n"
3730
3271
"shown only at the top, unless the --all option is given."
3733
#: bzrlib/builtins.py:5182
3274
# help of 'all' option of 'annotate' command
3275
#: breezy/builtins.py:5181
3734
3276
msgid "Show annotations on all lines."
3737
#: bzrlib/builtins.py:5183
3279
# help of 'long' option of 'annotate' command
3280
#: breezy/builtins.py:5182
3738
3281
msgid "Show commit date in annotations."
3741
#: bzrlib/builtins.py:5270
3284
#: breezy/builtins.py:5269
3742
3285
msgid "Cannot sign a range of non-revision-history revisions"
3745
#: bzrlib/builtins.py:5282
3288
#: breezy/builtins.py:5281
3746
3289
msgid "Please supply either one revision, or a range."
3749
#: bzrlib/builtins.py:5286
3292
#: breezy/builtins.py:5285
3751
3294
"Convert the current branch into a checkout of the supplied branch.\n"
3752
3295
"If no branch is supplied, rebind to the last bound location."
3755
#: bzrlib/builtins.py:5289
3298
#: breezy/builtins.py:5288
3757
3300
"Once converted into a checkout, commits must succeed on the master branch\n"
3758
3301
"before they will be applied to the local branch."
3761
#: bzrlib/builtins.py:5292
3304
#: breezy/builtins.py:5291
3763
3306
"Bound branches use the nickname of its master branch unless it is set\n"
3764
3307
"locally, in which case binding will update the local nickname to be\n"
3765
3308
"that of the master."
3768
#: bzrlib/builtins.py:5307
3311
#: breezy/builtins.py:5306
3769
3312
msgid "No location supplied. This format does not remember old locations."
3772
#: bzrlib/builtins.py:5313
3315
#: breezy/builtins.py:5312
3773
3316
msgid "Branch is already bound"
3776
#: bzrlib/builtins.py:5316
3319
#: breezy/builtins.py:5315
3777
3320
msgid "No location supplied and no previous location known"
3780
#: bzrlib/builtins.py:5322
3323
#: breezy/builtins.py:5321
3781
3324
msgid "These branches have diverged. Try merging, and then bind again."
3784
#: bzrlib/builtins.py:5329
3327
#: breezy/builtins.py:5328
3785
3328
msgid "Convert the current checkout into a regular branch."
3788
#: bzrlib/builtins.py:5331
3331
#: breezy/builtins.py:5330
3790
3333
"After unbinding, the local branch is considered independent and subsequent\n"
3791
3334
"commits will be local only."
3794
#: bzrlib/builtins.py:5342
3337
#: breezy/builtins.py:5341
3795
3338
msgid "Local branch is not bound"
3798
#: bzrlib/builtins.py:5346
3341
#: breezy/builtins.py:5345
3799
3342
msgid "Remove the last committed revision."
3802
#: bzrlib/builtins.py:5348
3345
#: breezy/builtins.py:5347
3804
3347
"--verbose will print out what is being removed.\n"
3805
3348
"--dry-run will go through all the motions, but not actually\n"
3806
3349
"remove anything."
3809
#: bzrlib/builtins.py:5352
3352
#: breezy/builtins.py:5351
3811
3354
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3812
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3355
"specified revision. For example, \"brz uncommit -r 15\" will leave the\n"
3813
3356
"branch at revision 15."
3816
#: bzrlib/builtins.py:5356
3359
#: breezy/builtins.py:5355
3818
3361
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3819
3362
"it may make is to restore any pending merges that were present before\n"
3823
#: bzrlib/builtins.py:5367
3366
# help of 'dry-run' option of 'uncommit' command
3367
#: breezy/builtins.py:5366
3824
3368
msgid "Don't actually make changes."
3827
#: bzrlib/builtins.py:5368
3371
# help of 'force' option of 'uncommit' command
3372
#: breezy/builtins.py:5367
3828
3373
msgid "Say yes to all questions."
3831
#: bzrlib/builtins.py:5370
3376
# help of 'keep-tags' option of 'uncommit' command
3377
#: breezy/builtins.py:5369
3832
3378
msgid "Keep tags that point to removed revisions."
3835
#: bzrlib/builtins.py:5372
3381
# help of 'local' option of 'uncommit' command
3382
#: breezy/builtins.py:5371
3836
3383
msgid "Only remove the commits from the local branch when in a checkout."
3839
#: bzrlib/builtins.py:5421
3386
#: breezy/builtins.py:5420
3840
3387
msgid "No revisions to uncommit.\n"
3843
#: bzrlib/builtins.py:5436
3390
#: breezy/builtins.py:5435
3844
3391
msgid "Dry-run, pretending to remove the above revisions.\n"
3847
#: bzrlib/builtins.py:5439
3394
#: breezy/builtins.py:5438
3848
3395
msgid "The above revision(s) will be removed.\n"
3851
#: bzrlib/builtins.py:5443
3398
#: breezy/builtins.py:5442
3852
3399
msgid "Uncommit these revisions"
3855
#: bzrlib/builtins.py:5446
3402
#: breezy/builtins.py:5445
3856
3403
msgid "Canceled\n"
3859
#: bzrlib/builtins.py:5453
3406
#: breezy/builtins.py:5452
3860
3407
#, python-format
3862
3409
"You can restore the old tip by running:\n"
3863
" bzr pull . -r revid:%s\n"
3410
" brz pull . -r revid:%s\n"
3866
#: bzrlib/builtins.py:5458
3413
#: breezy/builtins.py:5457
3867
3414
msgid "Break a dead lock."
3870
#: bzrlib/builtins.py:5460
3417
#: breezy/builtins.py:5459
3872
3419
"This command breaks a lock on a repository, branch, working directory or\n"
3876
#: bzrlib/builtins.py:5463
3423
#: breezy/builtins.py:5462
3878
3425
"CAUTION: Locks should only be broken when you are sure that the process\n"
3879
3426
"holding the lock has been stopped."
3882
#: bzrlib/builtins.py:5466
3429
#: breezy/builtins.py:5465
3884
"You can get information on what locks are open via the 'bzr info\n"
3431
"You can get information on what locks are open via the 'brz info\n"
3885
3432
"[location]' command."
3888
#: bzrlib/builtins.py:5469
3435
#: breezy/builtins.py:5468
3892
" bzr break-lock bzr+ssh://example.com/bzr/foo\n"
3893
" bzr break-lock --conf ~/.bazaar"
3439
" brz break-lock brz+ssh://example.com/brz/foo\n"
3440
" brz break-lock --conf ~/.bazaar"
3896
#: bzrlib/builtins.py:5478
3443
# help of 'config' option of 'break-lock' command
3444
#: breezy/builtins.py:5477
3897
3445
msgid "LOCATION is the directory where the config lock is."
3900
#: bzrlib/builtins.py:5480
3448
# help of 'force' option of 'break-lock' command
3449
#: breezy/builtins.py:5479
3901
3450
msgid "Do not ask for confirmation before breaking the lock."
3904
#: bzrlib/builtins.py:5515
3453
# help of 'protocol=bzr' option of 'serve' command
3454
#: breezy/builtins.py:5514
3905
3455
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3908
#: bzrlib/builtins.py:5516
3909
msgid "Run the bzr server."
3458
#: breezy/builtins.py:5515
3459
msgid "Run the brz server."
3912
#: bzrlib/builtins.py:5522
3462
# help of 'inet' option of 'serve' command
3463
#: breezy/builtins.py:5521
3913
3464
msgid "Serve on stdin/out for use from inetd or sshd."
3916
#: bzrlib/builtins.py:5523
3467
# title of 'protocol' option of 'serve' command
3468
#: breezy/builtins.py:5522
3917
3469
msgid "protocol"
3920
#: bzrlib/builtins.py:5524
3472
# help of 'protocol' option of 'serve' command
3473
#: breezy/builtins.py:5523
3921
3474
msgid "Protocol to serve."
3924
#: bzrlib/builtins.py:5528
3477
# help of 'listen' option of 'serve' command
3478
#: breezy/builtins.py:5527
3925
3479
msgid "Listen for connections on nominated address."
3928
#: bzrlib/builtins.py:5530
3482
# help of 'port' option of 'serve' command
3483
#: breezy/builtins.py:5529
3930
3485
"Listen for connections on nominated port. Passing 0 as the port number will "
3931
3486
"result in a dynamically allocated port. The default port depends on the "
3935
#: bzrlib/builtins.py:5535
3490
# help of 'directory' option of 'serve' command
3491
#: breezy/builtins.py:5534
3936
3492
msgid "Serve contents of this directory."
3939
#: bzrlib/builtins.py:5537
3495
# help of 'allow-writes' option of 'serve' command
3496
#: breezy/builtins.py:5536
3941
3498
"By default the server is a readonly server. Supplying --allow-writes "
3942
3499
"enables write access to the contents of the served directory and below. "
3943
"Note that ``bzr serve`` does not perform authentication, so unless some form "
3500
"Note that ``brz serve`` does not perform authentication, so unless some form "
3944
3501
"of external authentication is arranged supplying this option leads to global "
3945
3502
"uncontrolled write access to your file system."
3948
#: bzrlib/builtins.py:5546
3505
# help of 'client-timeout' option of 'serve' command
3506
#: breezy/builtins.py:5545
3949
3507
msgid "Override the default idle client timeout (5min)."
3952
#: bzrlib/builtins.py:5564
3510
#: breezy/builtins.py:5563
3953
3511
msgid "Combine a tree into its containing tree."
3956
#: bzrlib/builtins.py:5566
3514
#: breezy/builtins.py:5565
3957
3515
msgid "This command requires the target tree to be in a rich-root format."
3960
#: bzrlib/builtins.py:5568
3518
#: breezy/builtins.py:5567
3962
3520
"The TREE argument should be an independent tree, inside another tree, but\n"
3963
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3964
"running \"bzr branch\" with the target inside a tree.)"
3521
"not part of it. (Such trees can be produced by \"brz split\", but also by\n"
3522
"running \"brz branch\" with the target inside a tree.)"
3967
#: bzrlib/builtins.py:5572
3525
#: breezy/builtins.py:5571
3969
3527
"The result is a combined tree, with the subtree no longer an independent\n"
3970
3528
"part. This is marked as a merge of the subtree into the containing tree,\n"
3971
3529
"and all history is preserved."
3974
#: bzrlib/builtins.py:5590
3532
#: breezy/builtins.py:5589
3975
3533
#, python-format
3977
3535
"Can't join trees because %s doesn't support rich root data.\n"
3978
"You can use bzr upgrade on the repository."
3536
"You can use brz upgrade on the repository."
3981
#: bzrlib/builtins.py:5600 bzrlib/builtins.py:5606
3539
#: breezy/builtins.py:5599 breezy/builtins.py:5605
3540
#, python-brace-format
3982
3541
msgid "Cannot join {0}. {1}"
3985
#: bzrlib/builtins.py:5610
3544
#: breezy/builtins.py:5609
3986
3545
msgid "Split a subdirectory of a tree into a separate tree."
3989
#: bzrlib/builtins.py:5612
3548
#: breezy/builtins.py:5611
3991
3550
"This command will produce a target tree in a format that supports\n"
3992
3551
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3993
3552
"converted into earlier formats like 'dirstate-tags'."
3996
#: bzrlib/builtins.py:5616
3555
#: breezy/builtins.py:5615
3998
3557
"The TREE argument should be a subdirectory of a working tree. That\n"
3999
3558
"subdirectory will be converted into an independent tree, with its own\n"
4000
3559
"branch. Commits in the top-level tree will not apply to the new subtree."
4003
#: bzrlib/builtins.py:5696
3562
#: breezy/builtins.py:5695
4004
3563
msgid "No submit branch specified or known"
4007
#: bzrlib/builtins.py:5705 bzrlib/send.py:109
3566
#: breezy/builtins.py:5704 breezy/send.py:109
4008
3567
msgid "No public branch specified or known"
4011
#: bzrlib/builtins.py:5710
4012
msgid "bzr merge-directive takes at most two one revision identifiers"
3570
#: breezy/builtins.py:5709
3571
msgid "brz merge-directive takes at most two one revision identifiers"
4015
#: bzrlib/builtins.py:5719
3574
#: breezy/builtins.py:5718
4016
3575
msgid "No revisions to bundle."
4019
#: bzrlib/builtins.py:5738
3578
#: breezy/builtins.py:5737
4020
3579
msgid "Mail or create a merge-directive for submitting changes."
4023
#: bzrlib/builtins.py:5740
3582
#: breezy/builtins.py:5739
4024
3583
msgid "A merge directive provides many things needed for requesting merges:"
4027
#: bzrlib/builtins.py:5742
3586
#: breezy/builtins.py:5741
4028
3587
msgid "* A machine-readable description of the merge to perform"
4031
#: bzrlib/builtins.py:5744
3590
#: breezy/builtins.py:5743
4032
3591
msgid "* An optional patch that is a preview of the changes requested"
4035
#: bzrlib/builtins.py:5746
3594
#: breezy/builtins.py:5745
4037
3596
"* An optional bundle of revision data, so that the changes can be applied\n"
4038
3597
" directly from the merge directive, without retrieving data from a\n"
4042
#: bzrlib/builtins.py:5750
3601
#: breezy/builtins.py:5749
4044
"`bzr send` creates a compact data set that, when applied using bzr\n"
3603
"`brz send` creates a compact data set that, when applied using brz\n"
4045
3604
"merge, has the same effect as merging from the source branch. "
4048
#: bzrlib/builtins.py:5753
3607
#: breezy/builtins.py:5752
4050
3609
"By default the merge directive is self-contained and can be applied to any\n"
4051
3610
"branch containing submit_branch in its ancestory without needing access to\n"
4052
3611
"the source branch."
4055
#: bzrlib/builtins.py:5757
3614
#: breezy/builtins.py:5756
4057
3616
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
4058
3617
"revisions, but only a structured request to merge from the\n"
4130
3689
"format 1. It is compatible with Bazaar 0.12 - 0.18."
4133
#: bzrlib/builtins.py:5805
3692
#: breezy/builtins.py:5804
4135
"The merge directives created by bzr send may be applied using bzr merge or\n"
4136
"bzr pull by specifying a file containing a merge directive as the location."
3694
"The merge directives created by brz send may be applied using brz merge or\n"
3695
"brz pull by specifying a file containing a merge directive as the location."
4139
#: bzrlib/builtins.py:5808
3698
#: breezy/builtins.py:5807
4141
"bzr send makes extensive use of public locations to map local locations "
3700
"brz send makes extensive use of public locations to map local locations "
4143
"URLs that can be used by other people. See `bzr help configuration` to\n"
4144
"set them, and use `bzr info` to display them."
3702
"URLs that can be used by other people. See `brz help configuration` to\n"
3703
"set them, and use `brz info` to display them."
4147
#: bzrlib/builtins.py:5832
3706
# help of 'output' option of 'send' command
3707
#: breezy/builtins.py:5831
4148
3708
msgid "Write merge directive to this file or directory; use - for stdout."
4151
#: bzrlib/builtins.py:5836
3711
# help of 'strict' option of 'send' command
3712
#: breezy/builtins.py:5835
4153
3714
"Refuse to send if there are uncommitted changes in the working tree, --no-"
4154
3715
"strict disables the check."
4157
#: bzrlib/builtins.py:5838
3718
# help of 'mail-to' option of 'send' command
3719
#: breezy/builtins.py:5837
4158
3720
msgid "Mail the request to this address."
4161
#: bzrlib/builtins.py:5842
3723
# help of 'body' option of 'send' command
3724
#: breezy/builtins.py:5841
4162
3725
msgid "Body for the email."
4165
#: bzrlib/builtins.py:5895
3728
# help of 'no-bundle' option of 'send' command
3729
#: breezy/builtins.py:5894
4166
3730
msgid "Do not include a bundle in the merge directive."
4169
#: bzrlib/builtins.py:5896
3733
# help of 'no-patch' option of 'send' command
3734
#: breezy/builtins.py:5895
4170
3735
msgid "Do not include a preview patch in the merge directive."
4173
#: bzrlib/builtins.py:5899
3738
# help of 'remember' option of 'send' command
3739
#: breezy/builtins.py:5898
4174
3740
msgid "Remember submit and public branch."
4177
#: bzrlib/builtins.py:5901
3743
# help of 'from' option of 'send' command
3744
#: breezy/builtins.py:5900
4179
3746
"Branch to generate the submission from, rather than the one containing the "
4180
3747
"working directory."
4183
#: bzrlib/builtins.py:5911 bzrlib/cmd_version_info.py:76
3750
# title of 'format' option of 'send' command
3751
# title of 'format' option of 'version-info' command
3752
#: breezy/builtins.py:5910 breezy/cmd_version_info.py:76
4187
#: bzrlib/builtins.py:5912
3756
# help of 'format' option of 'send' command
3757
#: breezy/builtins.py:5911
4188
3758
msgid "Use the specified output format."
4191
#: bzrlib/builtins.py:5934
3761
#: breezy/builtins.py:5933
4192
3762
msgid "Create, remove or modify a tag naming a revision."
4195
#: bzrlib/builtins.py:5936
3765
#: breezy/builtins.py:5935
4197
3767
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
4198
3768
"(--revision) option can be given -rtag:X, where X is any previously\n"
4202
#: bzrlib/builtins.py:5940
3772
#: breezy/builtins.py:5939
4204
3774
"Tags are stored in the branch. Tags are copied from one branch to another\n"
4205
3775
"along when you branch, push, pull or merge."
4208
#: bzrlib/builtins.py:5943
3778
#: breezy/builtins.py:5942
4210
3780
"It is an error to give a tag name that already exists unless you pass\n"
4211
3781
"--force, in which case the tag is moved to point to the new revision."
4214
#: bzrlib/builtins.py:5946
3784
#: breezy/builtins.py:5945
4216
3786
"To rename a tag (change the name but keep it on the same revsion), run "
4218
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3788
"tag new-name -r tag:old-name`` and then ``brz tag --delete oldname``."
4221
#: bzrlib/builtins.py:5949
3791
#: breezy/builtins.py:5948
4223
3793
"If no tag name is specified it will be determined through the \n"
4224
3794
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
4225
"upstream releases by reading configure.ac. See ``bzr help hooks`` for\n"
3795
"upstream releases by reading configure.ac. See ``brz help hooks`` for\n"
4229
#: bzrlib/builtins.py:5959
3799
# help of 'delete' option of 'tag' command
3800
#: breezy/builtins.py:5958
4230
3801
msgid "Delete this tag rather than placing it."
4233
#: bzrlib/builtins.py:5962
3804
# help of 'directory' option of 'tag' command
3805
#: breezy/builtins.py:5961
4234
3806
msgid "Branch in which to place the tag."
4237
#: bzrlib/builtins.py:5964
3809
# help of 'force' option of 'tag' command
3810
#: breezy/builtins.py:5963
4238
3811
msgid "Replace existing tags."
4241
#: bzrlib/builtins.py:5979
3814
#: breezy/builtins.py:5978
4242
3815
msgid "No tag specified to delete."
4245
#: bzrlib/builtins.py:5981
3818
#: breezy/builtins.py:5980
4246
3819
#, python-format
4247
3820
msgid "Deleted tag %s."
4250
#: bzrlib/builtins.py:5995
3823
#: breezy/builtins.py:5985
3824
msgid "Tags can only be placed on a single revision, not on a range"
3827
#: breezy/builtins.py:5994
4251
3828
msgid "Please specify a tag name."
4254
#: bzrlib/builtins.py:6003
3831
#: breezy/builtins.py:6002
4255
3832
#, python-format
4256
3833
msgid "Tag %s already exists for that revision."
4259
#: bzrlib/builtins.py:6007
3836
#: breezy/builtins.py:6006
4260
3837
#, python-format
4261
3838
msgid "Created tag %s."
4264
#: bzrlib/builtins.py:6009
3841
#: breezy/builtins.py:6008
4265
3842
#, python-format
4266
3843
msgid "Updated tag %s."
4269
#: bzrlib/builtins.py:6013
3846
#: breezy/builtins.py:6012
4270
3847
msgid "List tags."
4273
#: bzrlib/builtins.py:6015
3850
#: breezy/builtins.py:6014
4275
3852
"This command shows a table of tag names and the revisions they reference."
4278
#: bzrlib/builtins.py:6021
3855
# help of 'directory' option of 'tags' command
3856
#: breezy/builtins.py:6020
4279
3857
msgid "Branch whose tags should be displayed."
4282
#: bzrlib/builtins.py:6023
3860
# help of 'sort' option of 'tags' command
3861
#: breezy/builtins.py:6022
4283
3862
msgid "Sort tags by different criteria."
4286
#: bzrlib/builtins.py:6023
3865
# title of 'sort' option of 'tags' command
3866
#: breezy/builtins.py:6022
4287
3867
msgid "Sorting"
4290
#: bzrlib/builtins.py:6092
4291
msgid "Reconfigure the type of a bzr directory."
3870
#: breezy/builtins.py:6091
3871
msgid "Reconfigure the type of a brz directory."
4294
#: bzrlib/builtins.py:6094
3874
#: breezy/builtins.py:6093
4295
3875
msgid "A target configuration must be specified."
4298
#: bzrlib/builtins.py:6096
3878
#: breezy/builtins.py:6095
4300
3880
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
4301
3881
"The order of preference is\n"
4306
3886
"If none of these is available, --bind-to must be specified."
4309
#: bzrlib/builtins.py:6110
3889
# title of 'tree_type' option of 'reconfigure' command
3890
#: breezy/builtins.py:6109
4310
3891
msgid "Tree type"
4313
#: bzrlib/builtins.py:6111
3894
# help of 'tree_type' option of 'reconfigure' command
3895
#: breezy/builtins.py:6110
4314
3896
msgid "The relation between branch and tree."
4317
#: bzrlib/builtins.py:6113
3899
# help of 'tree_type=branch' option of 'reconfigure' command
3900
#: breezy/builtins.py:6112
4318
3901
msgid "Reconfigure to be an unbound branch with no working tree."
4321
#: bzrlib/builtins.py:6114
3904
# help of 'tree_type=tree' option of 'reconfigure' command
3905
#: breezy/builtins.py:6113
4322
3906
msgid "Reconfigure to be an unbound branch with a working tree."
4325
#: bzrlib/builtins.py:6115
3909
# help of 'tree_type=checkout' option of 'reconfigure' command
3910
#: breezy/builtins.py:6114
4326
3911
msgid "Reconfigure to be a bound branch with a working tree."
4329
#: bzrlib/builtins.py:6116
3914
# help of 'tree_type=lightweight-checkout' option of 'reconfigure' command
3915
#: breezy/builtins.py:6115
4330
3916
msgid "Reconfigure to be a lightweight checkout (with no local history)."
4333
#: bzrlib/builtins.py:6121
3919
# title of 'repository_type' option of 'reconfigure' command
3920
#: breezy/builtins.py:6120
4334
3921
msgid "Repository type"
4337
#: bzrlib/builtins.py:6122
3924
# help of 'repository_type' option of 'reconfigure' command
3925
#: breezy/builtins.py:6121
4338
3926
msgid "Location fo the repository."
4341
#: bzrlib/builtins.py:6124
3929
# help of 'repository_type=standalone' option of 'reconfigure' command
3930
#: breezy/builtins.py:6123
4343
3932
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
4346
#: bzrlib/builtins.py:6126
3935
# help of 'repository_type=use-shared' option of 'reconfigure' command
3936
#: breezy/builtins.py:6125
4347
3937
msgid "Reconfigure to use a shared repository."
4350
#: bzrlib/builtins.py:6130
3940
# title of 'repository_trees' option of 'reconfigure' command
3941
#: breezy/builtins.py:6129
4351
3942
msgid "Trees in Repository"
4354
#: bzrlib/builtins.py:6131
3945
# help of 'repository_trees' option of 'reconfigure' command
3946
#: breezy/builtins.py:6130
4355
3947
msgid "Whether new branches in the repository have trees."
4358
#: bzrlib/builtins.py:6133
4360
"Reconfigure repository to create working trees on branches by default."
3950
# help of 'repository_trees=with-trees' option of 'reconfigure' command
3951
#: breezy/builtins.py:6132
3952
msgid "Reconfigure repository to create working trees on branches by default."
4363
#: bzrlib/builtins.py:6135
3955
# help of 'repository_trees=with-no-trees' option of 'reconfigure' command
3956
#: breezy/builtins.py:6134
4365
3958
"Reconfigure repository to not create working trees on branches by default."
4368
#: bzrlib/builtins.py:6138
3961
# help of 'bind-to' option of 'reconfigure' command
3962
#: breezy/builtins.py:6137
4369
3963
msgid "Branch to bind checkout to."
4372
#: bzrlib/builtins.py:6140
3966
# help of 'force' option of 'reconfigure' command
3967
#: breezy/builtins.py:6139
4373
3968
msgid "Perform reconfiguration even if local changes will be lost."
4376
#: bzrlib/builtins.py:6143
3971
# help of 'stacked-on' option of 'reconfigure' command
3972
#: breezy/builtins.py:6142
4377
3973
msgid "Reconfigure a branch to be stacked on another branch."
4380
#: bzrlib/builtins.py:6147
3976
# help of 'unstacked' option of 'reconfigure' command
3977
#: breezy/builtins.py:6146
4382
3979
"Reconfigure a branch to be unstacked. This may require copying substantial "
4383
3980
"data into it."
4386
#: bzrlib/builtins.py:6157
3983
#: breezy/builtins.py:6156
4387
3984
msgid "Can't use both --stacked-on and --unstacked"
4390
#: bzrlib/builtins.py:6171
3987
#: breezy/builtins.py:6170
4391
3988
msgid "No target configuration specified"
4394
#: bzrlib/builtins.py:6206
3991
#: breezy/builtins.py:6205
4395
3992
msgid "Set the branch of a checkout and update."
4398
#: bzrlib/builtins.py:6208
3995
#: breezy/builtins.py:6207
4400
3997
"For lightweight checkouts, this changes the branch being referenced.\n"
4401
3998
"For heavyweight checkouts, this checks that there are no local commits\n"
4474
4078
"want to switch back to your view after that."
4477
#: bzrlib/builtins.py:6305
4081
#: breezy/builtins.py:6308
4480
4084
" To define the current view::"
4483
#: bzrlib/builtins.py:6308
4484
msgid " bzr view file1 dir1 ..."
4087
#: breezy/builtins.py:6311
4088
msgid " brz view file1 dir1 ..."
4487
#: bzrlib/builtins.py:6310
4091
#: breezy/builtins.py:6313
4488
4092
msgid " To list the current view::"
4491
#: bzrlib/builtins.py:6312
4095
#: breezy/builtins.py:6315
4495
#: bzrlib/builtins.py:6314
4099
#: breezy/builtins.py:6317
4496
4100
msgid " To delete the current view::"
4499
#: bzrlib/builtins.py:6316
4500
msgid " bzr view --delete"
4103
#: breezy/builtins.py:6319
4104
msgid " brz view --delete"
4503
#: bzrlib/builtins.py:6318
4107
#: breezy/builtins.py:6321
4504
4108
msgid " To disable the current view without deleting it::"
4507
#: bzrlib/builtins.py:6320
4508
msgid " bzr view --switch off"
4111
#: breezy/builtins.py:6323
4112
msgid " brz view --switch off"
4511
#: bzrlib/builtins.py:6322
4115
#: breezy/builtins.py:6325
4512
4116
msgid " To define a named view and switch to it::"
4515
#: bzrlib/builtins.py:6324
4516
msgid " bzr view --name view-name file1 dir1 ..."
4119
#: breezy/builtins.py:6327
4120
msgid " brz view --name view-name file1 dir1 ..."
4519
#: bzrlib/builtins.py:6326
4123
#: breezy/builtins.py:6329
4520
4124
msgid " To list a named view::"
4523
#: bzrlib/builtins.py:6328
4524
msgid " bzr view --name view-name"
4127
#: breezy/builtins.py:6331
4128
msgid " brz view --name view-name"
4527
#: bzrlib/builtins.py:6330
4131
#: breezy/builtins.py:6333
4528
4132
msgid " To delete a named view::"
4531
#: bzrlib/builtins.py:6332
4532
msgid " bzr view --name view-name --delete"
4135
#: breezy/builtins.py:6335
4136
msgid " brz view --name view-name --delete"
4535
#: bzrlib/builtins.py:6334
4139
#: breezy/builtins.py:6337
4536
4140
msgid " To switch to a named view::"
4539
#: bzrlib/builtins.py:6336
4540
msgid " bzr view --switch view-name"
4143
#: breezy/builtins.py:6339
4144
msgid " brz view --switch view-name"
4543
#: bzrlib/builtins.py:6338
4147
#: breezy/builtins.py:6341
4544
4148
msgid " To list all views defined::"
4547
#: bzrlib/builtins.py:6340
4548
msgid " bzr view --all"
4151
#: breezy/builtins.py:6343
4152
msgid " brz view --all"
4551
#: bzrlib/builtins.py:6342
4155
#: breezy/builtins.py:6345
4552
4156
msgid " To delete all views::"
4555
#: bzrlib/builtins.py:6344
4556
msgid " bzr view --delete --all"
4159
#: breezy/builtins.py:6347
4160
msgid " brz view --delete --all"
4559
#: bzrlib/builtins.py:6351
4163
# help of 'all' option of 'view' command
4164
#: breezy/builtins.py:6354
4560
4165
msgid "Apply list or delete action to all views."
4563
#: bzrlib/builtins.py:6354
4168
# help of 'delete' option of 'view' command
4169
#: breezy/builtins.py:6357
4564
4170
msgid "Delete the view."
4567
#: bzrlib/builtins.py:6357
4173
# help of 'name' option of 'view' command
4174
#: breezy/builtins.py:6360
4568
4175
msgid "Name of the view to define, list or delete."
4571
#: bzrlib/builtins.py:6361
4178
# help of 'switch' option of 'view' command
4179
#: breezy/builtins.py:6364
4572
4180
msgid "Name of the view to switch to."
4575
#: bzrlib/builtins.py:6380
4183
#: breezy/builtins.py:6383
4576
4184
msgid "Both --delete and a file list specified"
4579
#: bzrlib/builtins.py:6383
4187
#: breezy/builtins.py:6386
4580
4188
msgid "Both --delete and --switch specified"
4583
#: bzrlib/builtins.py:6386
4191
#: breezy/builtins.py:6389
4584
4192
msgid "Deleted all views.\n"
4587
#: bzrlib/builtins.py:6388
4195
#: breezy/builtins.py:6391
4588
4196
msgid "No current view to delete"
4591
#: bzrlib/builtins.py:6391
4199
#: breezy/builtins.py:6394
4592
4200
#, python-format
4593
4201
msgid "Deleted '%s' view.\n"
4596
#: bzrlib/builtins.py:6395
4204
#: breezy/builtins.py:6398
4597
4205
msgid "Both --switch and a file list specified"
4600
#: bzrlib/builtins.py:6398
4208
#: breezy/builtins.py:6401
4601
4209
msgid "Both --switch and --all specified"
4604
#: bzrlib/builtins.py:6401
4212
#: breezy/builtins.py:6404
4605
4213
msgid "No current view to disable"
4608
#: bzrlib/builtins.py:6403
4216
#: breezy/builtins.py:6406
4609
4217
#, python-format
4610
4218
msgid "Disabled '%s' view.\n"
4613
#: bzrlib/builtins.py:6407 bzrlib/builtins.py:6429
4221
#: breezy/builtins.py:6410 breezy/builtins.py:6432
4222
#, python-brace-format
4614
4223
msgid "Using '{0}' view: {1}\n"
4617
#: bzrlib/builtins.py:6410
4226
#: breezy/builtins.py:6413
4618
4227
msgid "Views defined:\n"
4621
#: bzrlib/builtins.py:6419
4230
#: breezy/builtins.py:6422
4622
4231
msgid "No views defined.\n"
4625
#: bzrlib/builtins.py:6426
4234
#: breezy/builtins.py:6429
4626
4235
msgid "Cannot change the 'off' pseudo view"
4629
#: bzrlib/builtins.py:6434
4238
#: breezy/builtins.py:6437
4630
4239
msgid "No current view.\n"
4633
#: bzrlib/builtins.py:6437
4242
#: breezy/builtins.py:6440
4243
#, python-brace-format
4634
4244
msgid "'{0}' view is: {1}\n"
4637
#: bzrlib/builtins.py:6457
4247
#: breezy/builtins.py:6460
4638
4248
msgid " <no hooks installed>\n"
4641
#: bzrlib/builtins.py:6461
4251
#: breezy/builtins.py:6464
4642
4252
msgid "Remove a branch."
4645
#: bzrlib/builtins.py:6463
4255
#: breezy/builtins.py:6466
4647
4257
"This will remove the branch from the specified location but \n"
4648
4258
"will keep any working tree or repository in place."
4651
#: bzrlib/builtins.py:6468
4261
#: breezy/builtins.py:6471
4652
4262
msgid " Remove the branch at repo/trunk::"
4655
#: bzrlib/builtins.py:6470
4265
#: breezy/builtins.py:6473
4656
4266
msgid " bzr remove-branch repo/trunk"
4659
#: bzrlib/builtins.py:6477
4269
# help of 'force' option of 'remove-branch' command
4270
#: breezy/builtins.py:6480
4660
4271
msgid "Remove branch even if it is the active branch."
4663
#: bzrlib/builtins.py:6491
4274
#: breezy/builtins.py:6494
4664
4275
msgid "Branch is active. Use --force to remove it."
4667
#: bzrlib/builtins.py:6495
4278
# help of 'writer=plain' option of 'shelve' command
4279
#: breezy/builtins.py:6498
4668
4280
msgid "Plaintext diff output."
4671
#: bzrlib/builtins.py:6496
4283
#: breezy/builtins.py:6499
4672
4284
msgid "Temporarily set aside some changes from the current tree."
4675
#: bzrlib/builtins.py:6498
4287
#: breezy/builtins.py:6501
4677
4289
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4678
4290
"ie. out of the way, until a later time when you can bring them back from\n"
4733
#: bzrlib/builtins.py:6537
4345
# help of 'all' option of 'shelve' command
4346
#: breezy/builtins.py:6540
4734
4347
msgid "Shelve all changes."
4737
#: bzrlib/builtins.py:6539
4350
# help of 'writer' option of 'shelve' command
4351
#: breezy/builtins.py:6542
4738
4352
msgid "Method to use for writing diffs."
4741
#: bzrlib/builtins.py:6539
4355
# title of 'writer' option of 'shelve' command
4356
#: breezy/builtins.py:6542
4745
#: bzrlib/builtins.py:6543
4360
# help of 'list' option of 'shelve' command
4361
#: breezy/builtins.py:6546
4746
4362
msgid "List shelved changes."
4749
#: bzrlib/builtins.py:6545
4365
# help of 'destroy' option of 'shelve' command
4366
#: breezy/builtins.py:6548
4750
4367
msgid "Destroy removed changes instead of shelving them."
4753
#: bzrlib/builtins.py:6574
4370
#: breezy/builtins.py:6577
4754
4371
msgid "No shelved changes."
4757
#: bzrlib/builtins.py:6585
4374
#: breezy/builtins.py:6588
4758
4375
msgid "Restore shelved changes."
4761
#: bzrlib/builtins.py:6587
4378
#: breezy/builtins.py:6590
4763
4380
"By default, the most recently shelved changes are restored. However if you\n"
4764
4381
"specify a shelf by id those changes will be restored instead. This works\n"
4765
4382
"best when the changes don't depend on each other."
4768
#: bzrlib/builtins.py:6596
4385
# help of 'action' option of 'unshelve' command
4386
#: breezy/builtins.py:6599
4769
4387
msgid "The action to perform."
4772
#: bzrlib/builtins.py:6596 bzrlib/conflicts.py:694
4390
# title of 'action' option of 'resolve' command
4391
# title of 'action' option of 'unshelve' command
4392
#: breezy/builtins.py:6599 breezy/conflicts.py:694
4776
#: bzrlib/builtins.py:6598
4396
# help of 'action=apply' option of 'unshelve' command
4397
#: breezy/builtins.py:6601
4777
4398
msgid "Apply changes and remove from the shelf."
4780
#: bzrlib/builtins.py:6599
4401
# help of 'action=dry-run' option of 'unshelve' command
4402
#: breezy/builtins.py:6602
4781
4403
msgid "Show changes, but do not apply or remove them."
4784
#: bzrlib/builtins.py:6600
4406
# help of 'action=preview' option of 'unshelve' command
4407
#: breezy/builtins.py:6603
4786
4409
"Instead of unshelving the changes, show the diff that would result from "
4790
#: bzrlib/builtins.py:6602
4413
# help of 'action=delete-only' option of 'unshelve' command
4414
#: breezy/builtins.py:6605
4791
4415
msgid "Delete changes without applying them."
4794
#: bzrlib/builtins.py:6603
4418
# help of 'action=keep' option of 'unshelve' command
4419
#: breezy/builtins.py:6606
4795
4420
msgid "Apply changes but don't delete them."
4798
#: bzrlib/builtins.py:6618
4423
#: breezy/builtins.py:6621
4799
4424
msgid "Remove unwanted files from working tree."
4802
#: bzrlib/builtins.py:6620
4427
#: breezy/builtins.py:6623
4804
4429
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4805
4430
"files are never deleted."
4808
#: bzrlib/builtins.py:6623
4433
#: breezy/builtins.py:6626
4810
"Another class is 'detritus', which includes files emitted by bzr during\n"
4435
"Another class is 'detritus', which includes files emitted by brz during\n"
4811
4436
"normal operations and selftests. (The value of these files decreases with\n"
4815
#: bzrlib/builtins.py:6627
4440
#: breezy/builtins.py:6630
4817
4442
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4818
4443
"flags are respected, and may be combined."
4821
#: bzrlib/builtins.py:6630
4446
#: breezy/builtins.py:6633
4822
4447
msgid "To check what clean-tree will do, use --dry-run."
4825
#: bzrlib/builtins.py:6633
4450
# help of 'ignored' option of 'clean-tree' command
4451
#: breezy/builtins.py:6636
4826
4452
msgid "Delete all ignored files."
4829
#: bzrlib/builtins.py:6634
4455
# help of 'detritus' option of 'clean-tree' command
4456
#: breezy/builtins.py:6637
4831
4458
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4834
#: bzrlib/builtins.py:6637
4835
msgid "Delete files unknown to bzr (default)."
4461
# help of 'unknown' option of 'clean-tree' command
4462
#: breezy/builtins.py:6640
4463
msgid "Delete files unknown to brz (default)."
4838
#: bzrlib/builtins.py:6638
4466
# help of 'dry-run' option of 'clean-tree' command
4467
#: breezy/builtins.py:6641
4839
4468
msgid "Show files to delete instead of deleting them."
4842
#: bzrlib/builtins.py:6640
4471
# help of 'force' option of 'clean-tree' command
4472
#: breezy/builtins.py:6643
4843
4473
msgid "Do not prompt before deleting."
4846
#: bzrlib/bundle/__init__.py:59
4476
#: breezy/bundle/__init__.py:59
4847
4477
msgid "A directory cannot be a bundle"
4850
#: bzrlib/bundle/apply_bundle.py:40
4480
#: breezy/bundle/apply_bundle.py:40
4851
4481
msgid "Install revisions"
4854
#: bzrlib/bundle/commands.py:64
4484
#: breezy/bundle/commands.py:64
4855
4485
msgid "--verbose requires a merge directive"
4858
#: bzrlib/bundle/commands.py:67
4488
#: breezy/bundle/commands.py:67
4859
4489
msgid "Bundle format not supported"
4862
#: bzrlib/bundle/commands.py:77
4492
#: breezy/bundle/commands.py:77
4863
4493
msgid "Records\n"
4866
#: bzrlib/bundle/commands.py:81
4496
#: breezy/bundle/commands.py:81
4497
#, python-brace-format
4867
4498
msgid "{0}: {1} ({2} multiparent)\n"
4870
#: bzrlib/bundle/commands.py:83
4501
#: breezy/bundle/commands.py:83
4871
4502
#, python-format
4872
4503
msgid "unique files: %d\n"
4875
#: bzrlib/bundle/commands.py:92
4506
#: breezy/bundle/commands.py:92
4876
4507
msgid "Revisions\n"
4879
#: bzrlib/bundle/commands.py:93
4510
#: breezy/bundle/commands.py:93
4880
4511
#, python-format
4881
4512
msgid "nicks: %s\n"
4884
#: bzrlib/bundle/commands.py:95
4515
#: breezy/bundle/commands.py:95
4885
4516
#, python-format
4887
4518
"committers: \n"
4891
#: bzrlib/bundle/commands.py:103
4522
#: breezy/bundle/commands.py:103
4892
4523
msgid "Decoded contents\n"
4895
#: bzrlib/bundle/serializer/v4.py:327
4526
#: breezy/bundle/serializer/v4.py:327
4896
4527
#, python-format
4897
4528
msgid "Bundling %d revision."
4898
4529
msgid_plural "Bundling %d revisions."
4902
#: bzrlib/bzrdir.py:487
4533
#: breezy/bzrdir.py:487
4534
#, python-brace-format
4904
4536
"making backup of {0}\n"
4908
#: bzrlib/bzrdir.py:510
4540
#: breezy/bzrdir.py:510
4541
#, python-brace-format
4909
4542
msgid "renamed {0} to {1}"
4912
#: bzrlib/bzrdir.py:1639
4545
#: breezy/bzrdir.py:1639
4913
4546
#, python-format
4915
4548
"Source repository format does not support stacking, using format:\n"
4919
#: bzrlib/bzrdir.py:1659
4552
#: breezy/bzrdir.py:1659
4920
4553
#, python-format
4922
4555
"Source branch format does not support stacking, using format:\n"
4926
#: bzrlib/bzrdir.py:1805
4559
#: breezy/bzrdir.py:1805
4927
4560
msgid "starting repository conversion"
4930
#: bzrlib/bzrdir.py:2026
4563
#: breezy/bzrdir.py:2026
4564
#, python-brace-format
4931
4565
msgid "Using default stacking branch {0} at {1}"
4934
#: bzrlib/check.py:108
4568
#: breezy/check.py:108
4938
#: bzrlib/check.py:110
4572
#: breezy/check.py:110
4939
4573
msgid "checking revisions"
4942
#: bzrlib/check.py:112
4576
#: breezy/check.py:112
4943
4577
msgid "checking commit contents"
4946
#: bzrlib/check.py:114
4580
#: breezy/check.py:114
4947
4581
msgid "checking file graphs"
4950
#: bzrlib/check.py:118
4584
#: breezy/check.py:118
4951
4585
msgid "checking branches and trees"
4954
#: bzrlib/check.py:205
4588
#: breezy/check.py:205
4589
#, python-brace-format
4955
4590
msgid "checked repository {0} format {1}"
4958
#: bzrlib/check.py:208
4593
#: breezy/check.py:208
4959
4594
#, python-format
4960
4595
msgid "%6d revisions"
4963
#: bzrlib/check.py:209
4598
#: breezy/check.py:209
4964
4599
#, python-format
4965
4600
msgid "%6d file-ids"
4968
#: bzrlib/check.py:211
4603
#: breezy/check.py:211
4969
4604
#, python-format
4970
4605
msgid "%6d unreferenced text versions"
4973
#: bzrlib/check.py:215
4608
#: breezy/check.py:215
4609
#, python-brace-format
4974
4610
msgid "unreferenced version: {{{0}}} in {1}"
4977
#: bzrlib/check.py:218
4613
#: breezy/check.py:218
4978
4614
#, python-format
4979
4615
msgid "%6d revisions are missing inventory_sha1"
4982
#: bzrlib/check.py:221
4618
#: breezy/check.py:221
4983
4619
#, python-format
4984
4620
msgid "%6d revisions are mentioned but not present"
4987
#: bzrlib/check.py:224
4623
#: breezy/check.py:224
4988
4624
#, python-format
4989
4625
msgid "%6d ghost revisions"
4992
#: bzrlib/check.py:229
4628
#: breezy/check.py:229
4993
4629
#, python-format
4994
4630
msgid "%6d revisions missing parents in ancestry"
4997
#: bzrlib/check.py:233
4633
#: breezy/check.py:233
4998
4634
#, python-format
4999
4635
msgid " %s should be in the ancestry for:"
5002
#: bzrlib/check.py:237
4638
#: breezy/check.py:237
5003
4639
#, python-format
5004
4640
msgid "%6d inconsistent parents"
5007
#: bzrlib/check.py:241
4643
#: breezy/check.py:241
5008
4644
msgid " * {0} version {1} has parents {2!r} but should have {3!r}"
5011
#: bzrlib/check.py:247
4647
#: breezy/check.py:247
5012
4648
#, python-format
5013
4649
msgid "%6d revisions have incorrect parents in the revision index"
5016
#: bzrlib/check.py:253
4652
#: breezy/check.py:253
5017
4653
msgid " {0} has wrong parents in index: {1!r} should be {2!r}"
5020
#: bzrlib/check.py:267
4656
#: breezy/check.py:267
4657
#, python-brace-format
5021
4658
msgid "Mismatched internal revid {{{0}}} and index revid {{{1}}}"
5024
#: bzrlib/check.py:296
4661
#: breezy/check.py:296
4662
#, python-brace-format
5026
4664
"Multiple expected sha1s for {0}. {{{1}}} expects {{{2}}}, {{{3}}} expects "
5030
#: bzrlib/check.py:354
4668
#: breezy/check.py:354
5031
4669
#, python-format
5032
4670
msgid "Checking branch at '%s'."
5035
#: bzrlib/check.py:374
4673
#: breezy/check.py:374
5036
4674
#, python-format
5037
4675
msgid "Checking working tree at '%s'."
5040
#: bzrlib/check.py:427 bzrlib/check.py:441
4678
#: breezy/check.py:427 breezy/check.py:441
5041
4679
msgid "No branch found at specified location."
5044
#: bzrlib/check.py:429 bzrlib/check.py:439
4682
#: breezy/check.py:429 breezy/check.py:439
5045
4683
msgid "No working tree found at specified location."
5048
#: bzrlib/check.py:432
4686
#: breezy/check.py:432
5049
4687
#, python-format
5050
4688
msgid "Checking repository at '%s'."
5053
#: bzrlib/check.py:443
4691
#: breezy/check.py:443
5054
4692
msgid "No repository found at specified location."
5057
#: bzrlib/clean_tree.py:63
4695
#: breezy/clean_tree.py:63
5058
4696
msgid "Nothing to delete."
5061
#: bzrlib/clean_tree.py:68
4699
#: breezy/clean_tree.py:68
5062
4700
msgid "Are you sure you wish to delete these"
5065
#: bzrlib/clean_tree.py:70
4703
#: breezy/clean_tree.py:70
5066
4704
msgid "Canceled"
5069
#: bzrlib/clean_tree.py:107
4707
#: breezy/clean_tree.py:107
5070
4708
#, python-format
5071
4709
msgid "unable to remove %s"
5074
#: bzrlib/clean_tree.py:111
4712
#: breezy/clean_tree.py:111
5075
4713
msgid "deleting paths:"
5078
#: bzrlib/clean_tree.py:125
4716
#: breezy/clean_tree.py:125
4717
#, python-brace-format
5079
4718
msgid "unable to remove \"{0}\": {1}."
5082
#: bzrlib/clean_tree.py:130
4721
#: breezy/clean_tree.py:130
5083
4722
msgid "No files deleted."
5086
#: bzrlib/cmd_version_info.py:47
4725
#: breezy/cmd_version_info.py:47
4726
#, python-brace-format
5087
4727
msgid "No known version info format {0}. Supported types are: {1}"
5090
#: bzrlib/cmd_version_info.py:52
4730
# help of 'format=custom' option of 'version-info' command
4731
#: breezy/cmd_version_info.py:52
5091
4732
msgid "Version info in Custom template-based format."
5094
#: bzrlib/cmd_version_info.py:52
4735
# help of 'format=python' option of 'version-info' command
4736
#: breezy/cmd_version_info.py:52
5095
4737
msgid "Version info in Python format."
5098
#: bzrlib/cmd_version_info.py:52
4740
# help of 'format=rio' option of 'version-info' command
4741
#: breezy/cmd_version_info.py:52
5099
4742
msgid "Version info in RIO (simple text) format (default)."
5102
#: bzrlib/cmd_version_info.py:53
4745
#: breezy/cmd_version_info.py:53
5103
4746
msgid "Show version information about this tree."
5106
#: bzrlib/cmd_version_info.py:55
4749
#: breezy/cmd_version_info.py:55
5108
4751
"You can use this command to add information about version into\n"
5109
4752
"source code of an application. The output can be in one of the\n"
5110
4753
"supported formats or in a custom format based on a template."
5113
#: bzrlib/cmd_version_info.py:59 en/help_topics/configuration.txt:712
5114
#: en/help_topics/configuration.txt:722
4756
#: breezy/cmd_version_info.py:59 en/help_topics/configuration.txt:712
4757
#: en/help_topics/configuration.txt:738
5115
4758
msgid "For example::"
5118
#: bzrlib/cmd_version_info.py:61
4761
#: breezy/cmd_version_info.py:61
5120
4763
" bzr version-info --custom \\\n"
5121
4764
" --template=\"#define VERSION_INFO \\\"Project 1.2.3 (r{revno})\\\"\\n\""
5124
#: bzrlib/cmd_version_info.py:64
4767
#: breezy/cmd_version_info.py:64
5126
4769
"will produce a C header file with formatted string containing the\n"
5127
4770
"current revision number. Other supported variables in templates are:"
5130
#: bzrlib/cmd_version_info.py:67
4773
#: breezy/cmd_version_info.py:67
5132
4775
" * {date} - date of the last revision\n"
5133
4776
" * {build_date} - current date\n"
5210
#: bzrlib/commands.py:533
4857
#: breezy/commands.py:533
5211
4858
#, python-format
5213
4860
"See bzr help %s for more details and examples.\n"
5217
#: bzrlib/commands.py:538
4864
#: breezy/commands.py:538
5218
4865
msgid ":Aliases: "
5221
#: bzrlib/commands.py:542
4868
#: breezy/commands.py:542
5222
4869
#, python-format
5223
4870
msgid ":From: plugin \"%s\"\n"
5226
#: bzrlib/commands.py:554
4873
#: breezy/commands.py:554
4874
#, python-brace-format
5227
4875
msgid ":doc:`{0} <{1}-help>`"
5230
#: bzrlib/commands.py:558
4878
#: breezy/commands.py:558
5231
4879
#, python-format
5232
4880
msgid ":See also: %s"
5235
#: bzrlib/commands.py:826 bzrlib/gpg.py:347
4883
#: breezy/commands.py:826
5236
4884
msgid "Only ASCII permitted in option names"
5239
#: bzrlib/commands.py:851 bzrlib/commands.py:859
4887
#: breezy/commands.py:851 breezy/commands.py:859
5240
4888
msgid "command {0!r} needs one or more {1}"
5243
#: bzrlib/commands.py:868
4891
#: breezy/commands.py:868
5244
4892
msgid "command {0!r} requires argument {1}"
5247
#: bzrlib/commands.py:875
4895
#: breezy/commands.py:875
4896
#, python-brace-format
5248
4897
msgid "extra argument to command {0}: {1}"
5251
#: bzrlib/commands.py:972
4900
#: breezy/commands.py:952
5252
4901
#, python-format
5253
4902
msgid "Profile data written to \"%s\"."
5256
#: bzrlib/commit.py:117 bzrlib/commit.py:740
4905
#: breezy/commit.py:117 breezy/commit.py:740
5260
#: bzrlib/commit.py:117 bzrlib/commit.py:748
4909
#: breezy/commit.py:117 breezy/commit.py:748
5261
4910
msgid "modified"
5264
#: bzrlib/commit.py:131
4913
#: breezy/commit.py:131
5265
4914
#, python-format
5266
4915
msgid "Committing%s"
5269
#: bzrlib/commit.py:134
4918
#: breezy/commit.py:134
5270
4919
#, python-format
5271
4920
msgid "Committed revision %d."
5274
#: bzrlib/commit.py:143
4923
#: breezy/commit.py:143
5275
4924
#, python-format
5276
4925
msgid "deleted %s"
5279
#: bzrlib/commit.py:146
4928
#: breezy/commit.py:146
5280
4929
#, python-format
5281
4930
msgid "missing %s"
5284
#: bzrlib/commit.py:511
4933
#: breezy/commit.py:511
4934
#, python-brace-format
5286
4936
"Conflicting tags in bound branch:\n"
5290
#: bzrlib/commit.py:742
4940
#: breezy/commit.py:742
5291
4941
msgid "renamed"
5294
#: bzrlib/commit.py:976
4944
#: breezy/commit.py:976
5295
4945
msgid "unchanged"
5298
#: bzrlib/commit.py:998
4948
#: breezy/commit.py:998
4949
#, python-brace-format
5299
4950
msgid "{0} [{1}] - Stage"
5302
#: bzrlib/commit.py:1001
4953
#: breezy/commit.py:1001
5303
4954
#, python-format
5304
4955
msgid "%s - Stage"
5307
#: bzrlib/commit_signature_commands.py:34
4958
#: breezy/commit_signature_commands.py:34
5308
4959
msgid "Sign all commits by a given committer."
5311
#: bzrlib/commit_signature_commands.py:36
4962
#: breezy/commit_signature_commands.py:36
5313
4964
"If location is not specified the local tree is used.\n"
5314
4965
"If committer is not specified the default committer is used."
5317
#: bzrlib/commit_signature_commands.py:39
4968
#: breezy/commit_signature_commands.py:39
5318
4969
msgid "This does not sign commits that already have signatures."
5321
#: bzrlib/commit_signature_commands.py:47
4972
# help of 'dry-run' option of 'sign-my-commits' command
4973
#: breezy/commit_signature_commands.py:47
5323
4975
"Don't actually sign anything, just print the revisions that would be signed."
5326
#: bzrlib/commit_signature_commands.py:98
4978
#: breezy/commit_signature_commands.py:98
5327
4979
#, python-format
5328
4980
msgid "Signed %d revision.\n"
5329
4981
msgid_plural "Signed %d revisions.\n"
5333
#: bzrlib/commit_signature_commands.py:103
4985
#: breezy/commit_signature_commands.py:103
5334
4986
msgid "Verify all commit signatures."
5337
#: bzrlib/commit_signature_commands.py:105
5339
"Verifies that all commits in the branch are signed by known GnuPG keys."
4989
#: breezy/commit_signature_commands.py:105
4990
msgid "Verifies that all commits in the branch are signed by known GnuPG keys."
5342
#: bzrlib/commit_signature_commands.py:110
4993
# help of 'acceptable-keys' option of 'verify-signatures' command
4994
#: breezy/commit_signature_commands.py:110
5344
4996
"Comma separated list of GPG key patterns which are acceptable for "
5345
4997
"verification."
5348
#: bzrlib/commit_signature_commands.py:148
5000
#: breezy/commit_signature_commands.py:148
5349
5001
msgid "Cannot verify a range of non-revision-history revisions"
5352
#: bzrlib/commit_signature_commands.py:166
5004
#: breezy/commit_signature_commands.py:166
5353
5005
msgid "All commits signed with verifiable keys"
5356
#: bzrlib/config.py:436
5008
#: breezy/config.py:438
5357
5009
msgid "Invalid config value for \"{0}\" value {1!r} is not an SI unit."
5360
#: bzrlib/config.py:2452
5012
#: breezy/config.py:2465
5013
#, python-brace-format
5361
5014
msgid "{0} is not an SI unit."
5364
#: bzrlib/config.py:2971
5017
#: breezy/config.py:3013
5018
#, python-brace-format
5366
5020
"Option {0} in section {1} of {2} was changed from {3} to {4}. The {5} value "
5367
5021
"will be saved."
5370
#: bzrlib/config.py:3116
5024
#: breezy/config.py:3158
5371
5025
#, python-format
5372
5026
msgid "Invalid '%s', should be of the form 'name=value'"
5375
#: bzrlib/config.py:4018
5029
#: breezy/config.py:4096
5376
5030
msgid "Display, set or remove a configuration option."
5379
#: bzrlib/config.py:4020
5380
msgid "Display the active value for a given option."
5033
#: breezy/config.py:4098
5034
msgid "Display the active value for option NAME."
5383
#: bzrlib/config.py:4022
5037
#: breezy/config.py:4100
5385
5039
"If --all is specified, NAME is interpreted as a regular expression and all\n"
5386
"matching options are displayed mentioning their scope. The active value\n"
5387
"that bzr will take into account is the first one displayed for each option."
5390
#: bzrlib/config.py:4026
5391
msgid "If no NAME is given, --all .* is implied."
5394
#: bzrlib/config.py:4028
5396
"Setting a value is achieved by using name=value without spaces. The value\n"
5040
"matching options are displayed mentioning their scope and without resolving\n"
5041
"option references in the value). The active value that bzr will take into\n"
5042
"account is the first one displayed for each option."
5045
#: breezy/config.py:4105
5047
"If NAME is not given, --all .* is implied (all options are displayed for "
5052
#: breezy/config.py:4108
5054
"Setting a value is achieved by using NAME=value without spaces. The value\n"
5397
5055
"is set in the most relevant scope and can be checked by displaying the\n"
5398
5056
"option again."
5401
#: bzrlib/config.py:4040
5059
#: breezy/config.py:4112
5060
msgid "Removing a value is achieved by using --remove NAME."
5063
# help of 'scope' option of 'config' command
5064
#: breezy/config.py:4122
5402
5065
msgid "Reduce the scope to the specified configuration file."
5405
#: bzrlib/config.py:4044
5068
# help of 'all' option of 'config' command
5069
#: breezy/config.py:4126
5406
5070
msgid "Display all the defined values for the matching options."
5409
#: bzrlib/config.py:4046
5073
# help of 'remove' option of 'config' command
5074
#: breezy/config.py:4128
5410
5075
msgid "Remove the option from the configuration file."
5413
#: bzrlib/conflicts.py:50
5078
#: breezy/conflicts.py:50
5414
5079
msgid "List files with conflicts."
5417
#: bzrlib/conflicts.py:57
5082
#: breezy/conflicts.py:57
5419
5084
"Conflicts normally are listed as short, human-readable messages. If --text\n"
5420
5085
"is supplied, the pathnames of files with text conflicts are listed,\n"
5421
5086
"instead. (This is useful for editing all files with text conflicts.)"
5424
#: bzrlib/conflicts.py:61
5089
#: breezy/conflicts.py:61
5425
5090
msgid "Use bzr resolve when you have fixed a problem."
5428
#: bzrlib/conflicts.py:66
5093
# help of 'text' option of 'conflicts' command
5094
#: breezy/conflicts.py:66
5429
5095
msgid "List paths of files with text conflicts."
5432
#: bzrlib/conflicts.py:85
5098
# help of 'action=done' option of 'resolve' command
5099
#: breezy/conflicts.py:85
5433
5100
msgid "Marks the conflict as resolved."
5436
#: bzrlib/conflicts.py:88
5103
# help of 'action=take-this' option of 'resolve' command
5104
#: breezy/conflicts.py:88
5437
5105
msgid "Resolve the conflict preserving the version in the working tree."
5440
#: bzrlib/conflicts.py:91
5108
# help of 'action=take-other' option of 'resolve' command
5109
#: breezy/conflicts.py:91
5441
5110
msgid "Resolve the conflict taking the merged version into account."
5444
#: bzrlib/conflicts.py:98
5113
# help of 'action' option of 'resolve' command
5114
#: breezy/conflicts.py:98
5445
5115
msgid "How to resolve the conflict."
5448
#: bzrlib/conflicts.py:104
5118
#: breezy/conflicts.py:104
5449
5119
msgid "Mark a conflict as resolved."
5452
#: bzrlib/conflicts.py:111
5122
#: breezy/conflicts.py:111
5454
5124
"Once you have fixed a problem, use \"bzr resolve\" to automatically mark\n"
5455
5125
"text conflicts as fixed, \"bzr resolve FILE\" to mark a specific conflict "
5457
5127
"resolved, or \"bzr resolve --all\" to mark all conflicts as resolved."
5460
#: bzrlib/conflicts.py:119
5130
# help of 'all' option of 'resolve' command
5131
#: breezy/conflicts.py:119
5461
5132
msgid "Resolve all conflicts in this tree."
5464
#: bzrlib/conflicts.py:126
5135
#: breezy/conflicts.py:126
5465
5136
msgid "If --all is specified, no FILE may be provided"
5468
#: bzrlib/conflicts.py:151
5139
#: breezy/conflicts.py:151
5469
5140
#, python-format
5470
5141
msgid "%d conflict auto-resolved."
5471
5142
msgid_plural "%d conflicts auto-resolved."
5475
#: bzrlib/conflicts.py:154
5146
#: breezy/conflicts.py:154
5476
5147
msgid "Remaining conflicts:"
5479
#: bzrlib/conflicts.py:159
5150
#: breezy/conflicts.py:159
5480
5151
msgid "All conflicts resolved."
5483
#: bzrlib/conflicts.py:168
5154
#: breezy/conflicts.py:168
5155
#, python-brace-format
5484
5156
msgid "{0} conflict resolved, {1} remaining"
5485
5157
msgid_plural "{0} conflicts resolved, {1} remaining"
5489
#: bzrlib/controldir.py:712
5161
#: breezy/controldir.py:712
5162
#, python-brace-format
5490
5163
msgid "{0} is{1} redirected to {2}"
5493
#: bzrlib/diff.py:399
5166
#: breezy/diff.py:413
5494
5167
#, python-format
5495
5168
msgid "*** Ignoring files outside view. View is %s"
5498
#: bzrlib/errors.py:157
5171
#: breezy/errors.py:157
5499
5172
msgid "The tree builder is already building a tree."
5502
#: bzrlib/errors.py:178
5175
#: breezy/errors.py:178
5503
5176
msgid "The dirstate file (%(state)s) appears to be corrupt: %(msg)s"
5506
#: bzrlib/errors.py:197
5179
#: breezy/errors.py:197
5508
5181
"The API for \"%(api)s\" is not compatible with \"%(wanted)s\". It supports "
5509
5182
"versions \"%(minimum)s\" to \"%(current)s\"."
5512
#: bzrlib/errors.py:209
5185
#: breezy/errors.py:209
5513
5186
msgid "The transport '%(transport)s' is only accessible within this process."
5516
#: bzrlib/errors.py:227
5189
#: breezy/errors.py:227
5517
5190
msgid "Invalid revision number %(revno)s"
5520
#: bzrlib/errors.py:236
5193
#: breezy/errors.py:236
5521
5194
msgid "Invalid revision-id {%(revision_id)s} in %(branch)s"
5524
#: bzrlib/errors.py:247
5197
#: breezy/errors.py:247
5525
5198
msgid "Reserved revision-id {%(revision_id)s}"
5528
#: bzrlib/errors.py:261
5201
#: breezy/errors.py:261
5529
5202
msgid "There is no public branch set for \"%(branch_url)s\"."
5532
#: bzrlib/errors.py:271
5205
#: breezy/errors.py:271
5534
5207
"No help could be found for '%(topic)s'. Please use 'bzr help topics' to "
5535
5208
"obtain a list of topics."
5538
#: bzrlib/errors.py:280
5211
#: breezy/errors.py:280
5539
5212
msgid "The file id \"%(file_id)s\" is not present in the tree %(tree)s."
5542
#: bzrlib/errors.py:290
5215
#: breezy/errors.py:290
5544
5217
"The file id \"%(file_id)s\" is not present in the repository %(repository)r"
5547
#: bzrlib/errors.py:299
5220
#: breezy/errors.py:299
5548
5221
msgid "The branch '%(branch)s' is not stacked."
5551
#: bzrlib/errors.py:313
5224
#: breezy/errors.py:313
5552
5225
msgid "No WorkingTree exists for \"%(base)s\"."
5555
#: bzrlib/errors.py:322
5228
#: breezy/errors.py:322
5556
5229
msgid "Not currently building a tree."
5559
#: bzrlib/errors.py:327
5232
#: breezy/errors.py:327
5560
5233
msgid "%(url)s is not a local path."
5563
#: bzrlib/errors.py:355
5236
#: breezy/errors.py:355
5564
5237
msgid "%(not_locked)r is not write locked but needs to be."
5567
#: bzrlib/errors.py:363
5240
#: breezy/errors.py:363
5568
5241
msgid "Error in command line options"
5571
#: bzrlib/errors.py:368
5244
#: breezy/errors.py:368
5572
5245
msgid "%(value)s is not an index of type %(_type)s."
5575
#: bzrlib/errors.py:378
5248
#: breezy/errors.py:378
5576
5249
msgid "Error in data for index %(value)s."
5579
#: bzrlib/errors.py:387
5252
#: breezy/errors.py:387
5580
5253
msgid "The key '%(key)s' is already in index '%(index)s'."
5583
#: bzrlib/errors.py:397
5256
#: breezy/errors.py:397
5584
5257
msgid "The key '%(key)s' is not a valid key."
5587
#: bzrlib/errors.py:406
5260
#: breezy/errors.py:406
5588
5261
msgid "Could not parse options for index %(value)s."
5591
#: bzrlib/errors.py:415
5264
#: breezy/errors.py:415
5592
5265
msgid "The value '%(value)s' is not a valid value."
5595
#: bzrlib/errors.py:424
5268
#: breezy/errors.py:424
5596
5269
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
5597
msgstr "オプション \"%(name)s\" に対する不正な値 \"%(value)s\""
5599
#: bzrlib/errors.py:443
5272
#: breezy/errors.py:443
5600
5273
msgid "Generic path error: %(path)r%(extra)s)"
5603
#: bzrlib/errors.py:456
5276
#: breezy/errors.py:456
5604
5277
msgid "No such file: %(path)r%(extra)s"
5607
#: bzrlib/errors.py:461
5280
#: breezy/errors.py:461
5608
5281
msgid "File exists: %(path)r%(extra)s"
5611
#: bzrlib/errors.py:467
5284
#: breezy/errors.py:467
5613
5286
"Could not rename %(source)s => %(dest)s because both files exist. (Use --"
5614
5287
"after to tell bzr about a rename that has already happened)%(extra)s"
5617
#: bzrlib/errors.py:483
5290
#: breezy/errors.py:483
5618
5291
msgid "\"%(path)s\" is not a directory %(extra)s"
5621
#: bzrlib/errors.py:488
5294
#: breezy/errors.py:488
5622
5295
msgid "\"%(path)s\" is not in the working directory %(extra)s"
5625
#: bzrlib/errors.py:493
5298
#: breezy/errors.py:493
5626
5299
msgid "Directory not empty: \"%(path)s\"%(extra)s"
5629
#: bzrlib/errors.py:498
5302
#: breezy/errors.py:498
5630
5303
msgid "Hard-linking \"%(path)s\" is not supported"
5633
#: bzrlib/errors.py:513
5306
#: breezy/errors.py:513
5634
5307
msgid "Device or resource busy: \"%(path)s\"%(extra)s"
5637
#: bzrlib/errors.py:518
5310
#: breezy/errors.py:518
5638
5311
msgid "Permission denied: \"%(path)s\"%(extra)s"
5641
#: bzrlib/errors.py:523
5314
#: breezy/errors.py:523
5642
5315
msgid "Invalid url supplied to transport: \"%(path)s\"%(extra)s"
5645
#: bzrlib/errors.py:528
5318
#: breezy/errors.py:528
5646
5319
msgid "Invalid URL join request: %(reason)s: %(base)r + %(join_args)r"
5649
#: bzrlib/errors.py:539
5322
#: breezy/errors.py:539
5650
5323
msgid "URLs differ by more than path: %(from_)r and %(to)r"
5653
#: bzrlib/errors.py:561
5654
msgid "The %(type)s hook '%(hook)s' is unknown in this version of bzrlib."
5326
#: breezy/errors.py:561
5327
msgid "The %(type)s hook '%(hook)s' is unknown in this version of breezy."
5657
#: bzrlib/errors.py:571
5330
#: breezy/errors.py:571
5658
5331
msgid "Unsupported protocol for url \"%(path)s\"%(extra)s"
5661
#: bzrlib/errors.py:579
5334
#: breezy/errors.py:579
5663
5336
"The branch '%(url)s'(%(format)s) is not a stackable format. You will need to "
5664
5337
"upgrade the branch to permit branch stacking."
5667
#: bzrlib/errors.py:590
5340
#: breezy/errors.py:590
5668
5341
msgid "The branch '%(branch_url)s' cannot be stacked on '%(target_url)s'."
5671
#: bzrlib/errors.py:600
5344
#: breezy/errors.py:600
5673
5346
"The repository '%(url)s'(%(format)s) is not a stackable format. You will "
5674
5347
"need to upgrade the repository to permit branch stacking."
5677
#: bzrlib/errors.py:611
5350
#: breezy/errors.py:611
5678
5351
msgid "Error reading from %(path)r."
5681
#: bzrlib/errors.py:630
5354
#: breezy/errors.py:630
5682
5355
msgid "Path \"%(path)s\" is not a child of path \"%(base)s\"%(extra)s"
5685
#: bzrlib/errors.py:646
5358
#: breezy/errors.py:646
5686
5359
msgid "Path \"%(path)s\" is not unicode normalized"
5689
#: bzrlib/errors.py:654
5362
#: breezy/errors.py:654
5690
5363
msgid "Not a branch: \"%(path)s\"%(detail)s."
5693
#: bzrlib/errors.py:696
5366
#: breezy/errors.py:696
5694
5367
msgid "No submit branch available for branch \"%(path)s\""
5697
#: bzrlib/errors.py:705
5370
#: breezy/errors.py:705
5698
5371
msgid "A control directory already exists: \"%(path)s\"."
5701
#: bzrlib/errors.py:710
5374
#: breezy/errors.py:710
5702
5375
msgid "Already a branch: \"%(path)s\"."
5705
#: bzrlib/errors.py:715
5378
#: breezy/errors.py:715
5706
5379
msgid "Invalid branch name: %(name)s"
5709
#: bzrlib/errors.py:724
5382
#: breezy/errors.py:724
5710
5383
msgid "Parent branch already exists: \"%(path)s\"."
5713
#: bzrlib/errors.py:730
5386
#: breezy/errors.py:730
5715
5388
"Directory contains a branch, but no working tree (use bzr checkout if you "
5716
5389
"wish to build a working tree): \"%(path)s\""
5719
#: bzrlib/errors.py:735
5392
#: breezy/errors.py:735
5721
5394
"\"%(function)s\" called on an AtomicFile after it was closed: \"%(path)s\""
5724
#: bzrlib/errors.py:745
5397
#: breezy/errors.py:745
5726
5399
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
5729
#: bzrlib/errors.py:755
5402
#: breezy/errors.py:755
5730
5403
msgid "No repository present: \"%(path)s\""
5733
#: bzrlib/errors.py:762
5406
#: breezy/errors.py:762
5735
5408
"Unsupported branch format: %(format)s\n"
5736
5409
"Please run 'bzr upgrade'"
5739
#: bzrlib/errors.py:768
5412
#: breezy/errors.py:768
5740
5413
msgid "Unknown %(kind)s format: %(format)r"
5743
#: bzrlib/errors.py:777
5416
#: breezy/errors.py:777
5744
5417
msgid "Format %(format)s is not compatible with .bzr version %(bzrdir)s."
5747
#: bzrlib/errors.py:787
5420
#: breezy/errors.py:787
5748
5421
msgid "Parse error on line %(lineno)d of %(format)s format: %(line)s"
5751
#: bzrlib/errors.py:802
5424
#: breezy/errors.py:802
5754
5427
"is not compatible with\n"
5759
#: bzrlib/errors.py:818
5432
#: breezy/errors.py:818
5760
5433
msgid "Revision is not compatible with %(repo_format)s"
5763
#: bzrlib/errors.py:828
5436
#: breezy/errors.py:828
5764
5437
msgid "%(context_info)s%(path)s is already versioned."
5767
#: bzrlib/errors.py:849
5440
#: breezy/errors.py:849
5768
5441
msgid "%(context_info)s%(path)s is not versioned."
5771
#: bzrlib/errors.py:870
5444
#: breezy/errors.py:870
5772
5445
msgid "Path(s) are not versioned: %(paths_as_string)s"
5775
#: bzrlib/errors.py:881
5448
#: breezy/errors.py:881
5776
5449
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5779
#: bzrlib/errors.py:900
5452
#: breezy/errors.py:900
5780
5453
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5783
#: bzrlib/errors.py:908
5456
#: breezy/errors.py:908
5785
5458
"Filename %(filename)r is not valid in your current filesystem encoding "
5786
5459
"%(fs_encoding)s"
5789
#: bzrlib/errors.py:919
5462
#: breezy/errors.py:919
5790
5463
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5793
#: bzrlib/errors.py:937
5466
#: breezy/errors.py:937
5794
5467
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5797
#: bzrlib/errors.py:976
5470
#: breezy/errors.py:976
5798
5471
msgid "Cannot lock %(lock)s: %(why)s"
5801
#: bzrlib/errors.py:986
5474
#: breezy/errors.py:986
5803
5476
"A transaction related operation was attempted after the transaction finished."
5806
#: bzrlib/errors.py:1013
5479
#: breezy/errors.py:1013
5807
5480
msgid "Cannot lock: transport is read only: %(transport)s"
5810
#: bzrlib/errors.py:1021
5483
#: breezy/errors.py:1021
5811
5484
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5814
#: bzrlib/errors.py:1032
5816
"Lock was broken while still open: %(lock)s - check storage consistency!"
5487
#: breezy/errors.py:1032
5488
msgid "Lock was broken while still open: %(lock)s - check storage consistency!"
5819
#: bzrlib/errors.py:1043
5491
#: breezy/errors.py:1043
5821
5493
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5822
5494
"%(holder)r, wanted to break %(target)r"
5825
#: bzrlib/errors.py:1055
5497
#: breezy/errors.py:1055
5827
5499
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5828
5500
"Use 'bzr break-lock' to clear it"
5831
#: bzrlib/errors.py:1068
5503
#: breezy/errors.py:1068
5832
5504
msgid "Lock not held: %(lock)s"
5835
#: bzrlib/errors.py:1097
5507
#: breezy/errors.py:1097
5836
5508
msgid "No changes to commit"
5839
#: bzrlib/errors.py:1102
5511
#: breezy/errors.py:1102
5841
5513
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5844
#: bzrlib/errors.py:1112
5516
#: breezy/errors.py:1112
5846
5518
"Excluding paths during commit is not supported by repository at "
5847
5519
"%(repository)r."
5850
#: bzrlib/errors.py:1121
5522
#: breezy/errors.py:1121
5852
5524
"The specified commit message contains characters unsupported by the current "
5856
#: bzrlib/errors.py:1127
5528
#: breezy/errors.py:1127
5857
5529
msgid "Upgrade URL cannot work with readonly URLs."
5860
#: bzrlib/errors.py:1132
5532
#: breezy/errors.py:1132
5861
5533
msgid "The branch format %(format)s is already at the most recent format."
5864
#: bzrlib/errors.py:1155
5536
#: breezy/errors.py:1155
5865
5537
msgid "Option --change does not accept revision ranges"
5868
#: bzrlib/errors.py:1160
5540
#: breezy/errors.py:1160
5869
5541
msgid "No namespace registered for string: %(spec)r"
5872
#: bzrlib/errors.py:1179
5544
#: breezy/errors.py:1179
5874
"Requested revision: '%(spec)s' does not exist in branch: "
5875
"%(branch_url)s%(extra)s"
5546
"Requested revision: '%(spec)s' does not exist in branch: %(branch_url)s"
5878
#: bzrlib/errors.py:1193
5550
#: breezy/errors.py:1193
5880
5552
"Operation denied because it would change the main history, which is not "
5881
5553
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5884
#: bzrlib/errors.py:1204
5556
#: breezy/errors.py:1204
5886
5558
"These branches have diverged. Use the missing command to see how.\n"
5887
5559
"Use the merge command to reconcile them."
5890
#: bzrlib/errors.py:1224
5562
#: breezy/errors.py:1224
5892
5564
"Branches have no common ancestor, and no merge base revision was specified."
5895
#: bzrlib/errors.py:1230
5567
#: breezy/errors.py:1230
5897
5569
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
5900
#: bzrlib/errors.py:1236
5572
#: breezy/errors.py:1236
5901
5573
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5904
#: bzrlib/errors.py:1245
5576
#: breezy/errors.py:1245
5906
5578
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5909
#: bzrlib/errors.py:1254
5581
#: breezy/errors.py:1254
5910
5582
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5913
#: bzrlib/errors.py:1263
5585
#: breezy/errors.py:1263
5914
5586
msgid "Branch %(branch)s has no commits."
5917
#: bzrlib/errors.py:1281
5589
#: breezy/errors.py:1281
5919
"Bound branch %(branch)s is out of date with master branch "
5920
"%(master)s.%(extra_help)s"
5591
"Bound branch %(branch)s is out of date with master branch %(master)s."
5923
#: bzrlib/errors.py:1293
5595
#: breezy/errors.py:1293
5925
5597
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5926
5598
"bound to %(remote)s."
5929
#: bzrlib/errors.py:1305
5601
#: breezy/errors.py:1305
5930
5602
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5933
#: bzrlib/errors.py:1314
5605
#: breezy/errors.py:1314
5935
5607
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5939
#: bzrlib/errors.py:1326
5611
#: breezy/errors.py:1326
5940
5612
msgid "Error in processing weave: %(msg)s"
5943
#: bzrlib/errors.py:1335
5615
#: breezy/errors.py:1335
5944
5616
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5947
#: bzrlib/errors.py:1346
5619
#: breezy/errors.py:1346
5948
5620
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5951
#: bzrlib/errors.py:1356
5623
#: breezy/errors.py:1356
5952
5624
msgid "Weave invariant violated: %(what)s"
5955
#: bzrlib/errors.py:1365
5627
#: breezy/errors.py:1365
5956
5628
msgid "Parents are mismatched between two revisions. %(msg)s"
5959
#: bzrlib/errors.py:1387
5631
#: breezy/errors.py:1387
5961
5633
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5965
#: bzrlib/errors.py:1399
5637
#: breezy/errors.py:1399
5966
5638
msgid "Versioned file error"
5967
msgstr "バージョン管理されたファイルのエラー"
5969
#: bzrlib/errors.py:1404
5641
#: breezy/errors.py:1404
5970
5642
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5971
msgstr "\"%(file_id)s\" にはリビジョン {%(revision_id)s} がありません。"
5973
#: bzrlib/errors.py:1414
5645
#: breezy/errors.py:1414
5974
5646
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5975
msgstr "\"%(file_id)s\" にはすでにリビジョン {%(revision_id)s} が存在しています。"
5977
#: bzrlib/errors.py:1424
5649
#: breezy/errors.py:1424
5978
5650
msgid "Text did not match its checksum: %(msg)s"
5979
msgstr "テキストがチェックサムと一致しません: %(msg)s"
5981
#: bzrlib/errors.py:1550
5653
#: breezy/errors.py:1550
5982
5654
msgid "Export format %(format)r not supported"
5983
msgstr "エクスポートフォーマット %(format)r はサポートされていません"
5985
#: bzrlib/errors.py:1559
5657
#: breezy/errors.py:1559
5986
5658
msgid "Transport error: %(msg)s %(orig_error)s"
5989
#: bzrlib/errors.py:1585
5661
#: breezy/errors.py:1585
5990
5662
msgid "Generic bzr smart protocol error: %(details)s"
5993
#: bzrlib/errors.py:1593
5665
#: breezy/errors.py:1593
5994
5666
msgid "Received bad protocol version marker: %(marker)r"
5997
#: bzrlib/errors.py:1625
5669
#: breezy/errors.py:1625
5998
5670
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
6001
#: bzrlib/errors.py:1630
5673
#: breezy/errors.py:1630
6002
5674
msgid "Connection error: %(msg)s %(orig_error)s"
6005
#: bzrlib/errors.py:1635
5677
#: breezy/errors.py:1635
6006
5678
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
6007
msgstr "%(msg)s %(host)s%(port)s%(orig_error)s"
6009
#: bzrlib/errors.py:1656
5681
#: breezy/errors.py:1656
6010
5682
msgid "Connection closed: %(msg)s %(orig_error)s"
6011
msgstr "接続が閉じられました: %(msg)s %(orig_error)s"
6013
#: bzrlib/errors.py:1661
5685
#: breezy/errors.py:1661
6014
5686
msgid "Connection Timeout: %(msg)s%(orig_error)s"
6015
msgstr "接続がタイムアウトしました: %(msg)s%(orig_error)s"
6017
#: bzrlib/errors.py:1666
5689
#: breezy/errors.py:1666
6018
5690
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
6019
msgstr "%(path)s の %(offset)s に対する不正な range アクセス: %(msg)s"
6021
#: bzrlib/errors.py:1676
5693
#: breezy/errors.py:1676
6022
5694
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
6023
msgstr "%(path)s からの不正な HTTP レスポンス: %(msg)s%(orig_error)s"
6025
#: bzrlib/errors.py:1691
6026
msgid "Certificate error: %(error)s"
6029
#: bzrlib/errors.py:1699
5697
#: breezy/errors.py:1691
6030
5698
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
6031
msgstr "%(path)s に対する不正な range %(range)r: %(msg)s"
6033
#: bzrlib/errors.py:1713
5701
#: breezy/errors.py:1705
6034
5702
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
6035
msgstr "%(path)s に HTTP MIME 境界が見つかりません: %(msg)s"
6037
#: bzrlib/errors.py:1721
5705
#: breezy/errors.py:1713
6038
5706
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
6041
#: bzrlib/errors.py:1730
5709
#: breezy/errors.py:1722
6042
5710
msgid "%(source)s is%(permanently)s redirected to %(target)s"
6045
#: bzrlib/errors.py:1744
5713
#: breezy/errors.py:1736
6046
5714
msgid "Too many redirections"
6047
msgstr "リダイレクションが多すぎます"
6049
#: bzrlib/errors.py:1749
5717
#: breezy/errors.py:1741
6050
5718
msgid "Working tree has conflicts."
6051
msgstr "作業ツリーに衝突があります"
6053
#: bzrlib/errors.py:1753
5721
#: breezy/errors.py:1745
6054
5722
msgid "Config file %(filename)s is not UTF-8 encoded\n"
6055
msgstr "設定ファイル %(filename)s が UTF-8 でエンコードされていません\n"
6057
#: bzrlib/errors.py:1762
5725
#: breezy/errors.py:1754
6059
5727
"Error(s) parsing config file %(filename)s:\n"
6062
"設定ファイル %(filename)s のパースエラー:\n"
6065
#: bzrlib/errors.py:1772
5731
#: breezy/errors.py:1764
6067
5733
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
6068
5734
"See ``bzr help %(name)s``"
6071
#: bzrlib/errors.py:1782
5737
#: breezy/errors.py:1774
6072
5738
msgid "%(username)r does not seem to contain a reasonable email address"
6073
msgstr "%(username)r に有効な e-mail アドレスが含まれていないようです"
6075
#: bzrlib/errors.py:1791
5741
#: breezy/errors.py:1783
6076
5742
msgid "Failed to GPG sign data with command \"%(command_line)s\""
6077
msgstr "\"%(command_line)s\" コマンドでのGPGサインに失敗しました"
6079
#: bzrlib/errors.py:1799
5745
#: breezy/errors.py:1791
6080
5746
msgid "Failed to verify GPG signature data with error \"%(error)s\""
6081
msgstr "GPGシグネチャの検証に \"%(error)s\" で失敗しました。"
6083
#: bzrlib/errors.py:1807
5749
#: breezy/errors.py:1799
6084
5750
msgid "Unable to import library \"%(library)s\": %(error)s"
6085
msgstr "ライブラリ \"%(library)s\" をインポートできません: %(error)s"
6087
#: bzrlib/errors.py:1815
5753
#: breezy/errors.py:1807
6088
5754
msgid "python-gpgme is not installed, it is needed to verify signatures"
6089
msgstr "python-gpgme がインストールされていません。これはシグネチャの検証に必要です。"
6091
#: bzrlib/errors.py:1823
5757
#: breezy/errors.py:1815
6093
5759
"The working tree for %(basedir)s has changed since the last commit, but "
6094
5760
"weave merge requires that it be unchanged"
6095
msgstr "作業ツリー %(basedir)s が最後のコミットから変更されています。 作業ツリーが変更されている場合weaveマージはできません。"
6097
#: bzrlib/errors.py:1833
5763
#: breezy/errors.py:1825
6099
5765
"Can't reprocess and show base, because reprocessing obscures the "
6100
5766
"relationship of conflicting lines to the base"
6103
#: bzrlib/errors.py:1839
5769
#: breezy/errors.py:1831
6104
5770
msgid "Cycle in graph %(graph)r"
6105
msgstr "グラフ %(graph)r がループしています。"
6107
#: bzrlib/errors.py:1867
5773
#: breezy/errors.py:1859
6108
5774
msgid "File %(filename)s is not conflicted."
6109
msgstr "%(filename)s は衝突していません"
6111
#: bzrlib/errors.py:1889
5777
#: breezy/errors.py:1881
6112
5778
msgid "No bundle was found in \"%(filename)s\"."
6113
msgstr "\"%(filename)s\" にバンドルが見つかりません。"
6115
#: bzrlib/errors.py:1898
5781
#: breezy/errors.py:1890
6116
5782
msgid "Unable to handle bundle version %(version)s: %(msg)s"
6119
#: bzrlib/errors.py:1908
5785
#: breezy/errors.py:1900
6120
5786
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
6123
#: bzrlib/errors.py:1921
5789
#: breezy/errors.py:1913
6124
5790
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
6127
#: bzrlib/errors.py:1931
5793
#: breezy/errors.py:1923
6128
5794
msgid "Key %(key)s is already present in map"
6131
#: bzrlib/errors.py:1936
5797
#: breezy/errors.py:1928
6132
5798
msgid "The prefix %(prefix)s is in the help search path twice."
6135
#: bzrlib/errors.py:1946
5801
#: breezy/errors.py:1938
6137
5803
"No final name for trans_id %(trans_id)r\n"
6138
5804
"file-id: %(file_id)r\n"
6139
5805
"root trans-id: %(root_trans_id)r\n"
6142
#: bzrlib/errors.py:1978
5808
#: breezy/errors.py:1970
6143
5809
msgid "Attempt to reuse a transform that has already been applied."
6146
#: bzrlib/errors.py:1983
5812
#: breezy/errors.py:1975
6147
5813
msgid "Moving the root directory is not supported at this time"
6148
msgstr "いまのところ、ルートディレクトリの移動はサポートされていません"
6150
#: bzrlib/errors.py:1988
5816
#: breezy/errors.py:1980
6151
5817
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
6152
msgstr "%(from_path)s から %(to_path)s へのリネームに失敗しました: %(why)s"
6154
#: bzrlib/errors.py:1999
5820
#: breezy/errors.py:1991
6156
5822
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
6158
"移動できません。 %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
6160
#: bzrlib/errors.py:2035
5825
#: breezy/errors.py:2027
6162
5827
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
6164
"%(from_path)s%(operator)s から %(to_path)s%(_has_extra)s%(extra)s へリネームできません"
6166
#: bzrlib/errors.py:2065
5830
#: breezy/errors.py:2057
6167
5831
msgid "Unable to import paramiko (required for sftp support): %(error)s"
6170
#: bzrlib/errors.py:2073
5834
#: breezy/errors.py:2065
6171
5835
msgid "Nothing to merge."
6174
#: bzrlib/errors.py:2078
5838
#: breezy/errors.py:2070
6175
5839
msgid "Format %(format)s cannot be initialised by this version of bzr."
6178
#: bzrlib/errors.py:2087
5842
#: breezy/errors.py:2079
6180
5844
"Cannot convert from format %(from_format)s to format %(format)s. "
6184
#: bzrlib/errors.py:2099
5848
#: breezy/errors.py:2091
6185
5849
msgid "Could not find an appropriate Differ for file \"%(path)s\""
6188
#: bzrlib/errors.py:2107
5852
#: breezy/errors.py:2099
6189
5853
msgid "%(exe_name)s could not be found on this machine"
6192
#: bzrlib/errors.py:2115
5856
#: breezy/errors.py:2107
6193
5857
msgid "Diff is not installed on this machine: %(msg)s"
6196
#: bzrlib/errors.py:2123
5860
#: breezy/errors.py:2115
6197
5861
msgid "Diff3 is not installed on this machine."
6200
#: bzrlib/errors.py:2129
5864
#: breezy/errors.py:2121
6201
5865
msgid "The content being inserted is already present."
6204
#: bzrlib/errors.py:2134
5868
#: breezy/errors.py:2126
6206
5870
"This tree contains left-over files from a failed operation.\n"
6207
5871
" Please examine %(limbo_dir)s to see if it contains any files you wish "
6224
5888
" keep, and delete it when you are done."
6227
#: bzrlib/errors.py:2166
5891
#: breezy/errors.py:2158
6229
5893
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
6230
5894
"examine %(pending_deletion)s to see if it contains any files you wish to "
6231
5895
"keep, and delete it when you are done."
6234
#: bzrlib/errors.py:2176
5898
#: breezy/errors.py:2168
6235
5899
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
6238
#: bzrlib/errors.py:2190
6240
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5902
#: breezy/errors.py:2182
5903
msgid "Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
6243
#: bzrlib/errors.py:2203
5906
#: breezy/errors.py:2195
6244
5907
msgid "Error in merge modified format"
6247
#: bzrlib/errors.py:2208
5910
#: breezy/errors.py:2200
6248
5911
msgid "Format error in conflict listings"
6251
#: bzrlib/errors.py:2212
5914
#: breezy/errors.py:2204
6253
5916
"Inconsistency in dirstate file %(dirstate_path)s.\n"
6254
5917
"Error: %(description)s"
6257
#: bzrlib/errors.py:2223
5920
#: breezy/errors.py:2215
6259
5922
"An error has been detected in the repository %(repo_path)s.\n"
6260
5923
"Please run bzr reconcile on this repository."
6263
#: bzrlib/errors.py:2234
5926
#: breezy/errors.py:2226
6265
5928
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
6266
5929
"reason: %(reason)s"
6269
#: bzrlib/errors.py:2247
5932
#: breezy/errors.py:2239
6271
5934
"An inconsistent delta was supplied: %(delta)r\n"
6272
5935
"reason: %(reason)s"
6275
#: bzrlib/errors.py:2259
5938
#: breezy/errors.py:2251
6276
5939
msgid "To use this feature you must upgrade your branch at %(path)s."
6279
#: bzrlib/errors.py:2268
5942
#: breezy/errors.py:2260
6280
5943
msgid "To use this feature you must upgrade your repository at %(path)s."
6283
#: bzrlib/errors.py:2273
5946
#: breezy/errors.py:2265
6285
5948
"To use this feature you must upgrade your branch at %(path)s to a format "
6286
5949
"which supports rich roots."
6289
#: bzrlib/errors.py:2279
5952
#: breezy/errors.py:2271
6290
5953
msgid "Cannot perform local-only commits on unbound branches."
6293
#: bzrlib/errors.py:2284
5956
#: breezy/errors.py:2276
6294
5957
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
6297
#: bzrlib/errors.py:2305
5960
#: breezy/errors.py:2297
6298
5961
msgid "Ghost tags not supported by format %(format)r."
6301
#: bzrlib/errors.py:2313
5964
#: breezy/errors.py:2305
6302
5965
msgid "File is binary but should be text."
6305
#: bzrlib/errors.py:2318
5968
#: breezy/errors.py:2310
6306
5969
msgid "The path %(path)s is not permitted on this platform"
6309
#: bzrlib/errors.py:2327
5972
#: breezy/errors.py:2319
6311
5974
"Testament did not match expected value.\n"
6312
5975
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
6313
5976
" {%(measured)s}"
6316
#: bzrlib/errors.py:2339
5979
#: breezy/errors.py:2331
6317
5980
msgid "Not a bzr revision-bundle: %(text)r"
6320
#: bzrlib/errors.py:2348
5983
#: breezy/errors.py:2340
6321
5984
msgid "Bad bzr revision-bundle: %(text)r"
6324
#: bzrlib/errors.py:2357
5987
#: breezy/errors.py:2349
6325
5988
msgid "Malformed bzr revision-bundle header: %(text)r"
6328
#: bzrlib/errors.py:2362
5991
#: breezy/errors.py:2354
6329
5992
msgid "Malformed patches in bzr revision-bundle: %(text)r"
6332
#: bzrlib/errors.py:2367
5995
#: breezy/errors.py:2359
6333
5996
msgid "Malformed footer in bzr revision-bundle: %(text)r"
6336
#: bzrlib/errors.py:2372
5999
#: breezy/errors.py:2364
6337
6000
msgid "End of line marker was not \\n in bzr revision-bundle"
6340
#: bzrlib/errors.py:2382
6003
#: breezy/errors.py:2374
6341
6004
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
6344
#: bzrlib/errors.py:2392
6007
#: breezy/errors.py:2384
6345
6008
msgid "Root class for inventory serialization errors"
6348
#: bzrlib/errors.py:2396
6011
#: breezy/errors.py:2388
6350
6013
"The inventory was not in the expected format:\n"
6354
#: bzrlib/errors.py:2405
6017
#: breezy/errors.py:2397
6355
6018
msgid "This operation requires rich root data storage"
6358
#: bzrlib/errors.py:2418
6359
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
6021
#: breezy/errors.py:2410
6022
msgid "Unrecognised value for BRZ_SSH environment variable: %(vendor)s"
6362
#: bzrlib/errors.py:2427
6025
#: breezy/errors.py:2419
6364
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
6027
"Don't know how to handle SSH connections. Please set BRZ_SSH environment "
6368
#: bzrlib/errors.py:2434
6031
#: breezy/errors.py:2426
6370
6033
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
6371
6034
"ghost at {%(ghost_revision_id)s}"
6374
#: bzrlib/errors.py:2444
6037
#: breezy/errors.py:2436
6375
6038
msgid "Ghost revision {%(revision_id)s} cannot be used here."
6378
#: bzrlib/errors.py:2495
6041
#: breezy/errors.py:2487
6380
6043
"A merge directive must provide either a bundle or a public branch location."
6383
#: bzrlib/errors.py:2502
6046
#: breezy/errors.py:2494
6384
6047
msgid "Bad merge directive payload %(start)r"
6387
#: bzrlib/errors.py:2512
6050
#: breezy/errors.py:2504
6388
6051
msgid "Preview patch does not match requested changes."
6391
#: bzrlib/errors.py:2518
6054
#: breezy/errors.py:2510
6392
6055
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
6395
#: bzrlib/errors.py:2528
6058
#: breezy/errors.py:2520
6397
6060
"Your branch does not have all of the revisions required in order to merge "
6398
6061
"this merge directive and the target location specified in the merge "
6399
6062
"directive is not a branch: %(location)s."
6402
#: bzrlib/errors.py:2540
6065
#: breezy/errors.py:2532
6403
6066
msgid "Unsupported entry kind %(kind)s"
6406
#: bzrlib/errors.py:2548
6069
#: breezy/errors.py:2540
6407
6070
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
6410
#: bzrlib/errors.py:2558
6073
#: breezy/errors.py:2550
6411
6074
msgid "Subsume target %(other_tree)s needs to be upgraded."
6414
#: bzrlib/errors.py:2577
6077
#: breezy/errors.py:2569
6415
6078
msgid "No such tag: %(tag_name)s"
6418
#: bzrlib/errors.py:2585
6081
#: breezy/errors.py:2577
6419
6082
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
6422
#: bzrlib/errors.py:2594
6085
#: breezy/errors.py:2586
6423
6086
msgid "Tag %(tag_name)s already exists."
6426
#: bzrlib/errors.py:2602
6089
#: breezy/errors.py:2594
6428
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
6429
"bugs\" for more information on this feature."
6091
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help bugs"
6092
"\" for more information on this feature."
6432
#: bzrlib/errors.py:2612
6095
#: breezy/errors.py:2604
6434
6097
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
6437
#: bzrlib/errors.py:2622
6100
#: breezy/errors.py:2614
6439
6102
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
6442
#: bzrlib/errors.py:2632
6105
#: breezy/errors.py:2624
6443
6106
msgid "Invalid line in bugs property: '%(line)s'"
6446
#: bzrlib/errors.py:2640
6109
#: breezy/errors.py:2632
6447
6110
msgid "Invalid bug status: '%(status)s'"
6450
#: bzrlib/errors.py:2648
6113
#: breezy/errors.py:2640
6451
6114
msgid "Could not understand response from smart server: %(response_tuple)r"
6454
#: bzrlib/errors.py:2687
6117
#: breezy/errors.py:2679
6455
6118
msgid "Server sent an unexpected error: %(error_tuple)r"
6458
#: bzrlib/errors.py:2706
6121
#: breezy/errors.py:2698
6459
6122
msgid "Unrecognised container format: %(container_format)r"
6462
#: bzrlib/errors.py:2714
6125
#: breezy/errors.py:2706
6463
6126
msgid "Unexpected end of container stream"
6466
#: bzrlib/errors.py:2719
6129
#: breezy/errors.py:2711
6467
6130
msgid "Unknown record type: %(record_type)r"
6470
#: bzrlib/errors.py:2727
6133
#: breezy/errors.py:2719
6471
6134
msgid "Invalid record: %(reason)s"
6474
#: bzrlib/errors.py:2735
6137
#: breezy/errors.py:2727
6475
6138
msgid "Container has data after end marker: %(excess)r"
6478
#: bzrlib/errors.py:2743
6141
#: breezy/errors.py:2735
6479
6142
msgid "Container has multiple records with the same name: %(name)s"
6482
#: bzrlib/errors.py:2756
6145
#: breezy/errors.py:2748
6483
6146
msgid "Corrupt or incompatible data stream: %(reason)s"
6486
#: bzrlib/errors.py:2764
6149
#: breezy/errors.py:2756
6487
6150
msgid "SMTP error: %(error)s"
6490
#: bzrlib/errors.py:2772
6153
#: breezy/errors.py:2764
6491
6154
msgid "No message supplied."
6494
#: bzrlib/errors.py:2777
6157
#: breezy/errors.py:2769
6495
6158
msgid "No mail-to address (--mail-to) or output (-o) specified."
6498
#: bzrlib/errors.py:2782
6161
#: breezy/errors.py:2774
6500
6163
"Unable to find mail client with the following names: "
6501
6164
"%(mail_command_list_string)s"
6504
#: bzrlib/errors.py:2792
6167
#: breezy/errors.py:2784
6505
6168
msgid "SMTP connection to %(host)s refused"
6508
#: bzrlib/errors.py:2801
6171
#: breezy/errors.py:2793
6509
6172
msgid "Please specify smtp_server. No server at default %(host)s."
6512
#: bzrlib/errors.py:2815
6175
#: breezy/errors.py:2807
6514
6177
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
6518
#: bzrlib/errors.py:2827
6181
#: breezy/errors.py:2819
6519
6182
msgid "'%(display_url)s' is already a branch."
6522
#: bzrlib/errors.py:2832
6185
#: breezy/errors.py:2824
6523
6186
msgid "'%(display_url)s' is already a tree."
6526
#: bzrlib/errors.py:2837
6189
#: breezy/errors.py:2829
6527
6190
msgid "'%(display_url)s' is already a checkout."
6530
#: bzrlib/errors.py:2842
6193
#: breezy/errors.py:2834
6531
6194
msgid "'%(display_url)s' is already a lightweight checkout."
6534
#: bzrlib/errors.py:2847
6197
#: breezy/errors.py:2839
6535
6198
msgid "'%(display_url)s' is already using a shared repository."
6538
#: bzrlib/errors.py:2852
6201
#: breezy/errors.py:2844
6539
6202
msgid "'%(display_url)s' is already standalone."
6542
#: bzrlib/errors.py:2857
6205
#: breezy/errors.py:2849
6543
6206
msgid "Shared repository '%(display_url)s' already creates working trees."
6546
#: bzrlib/errors.py:2863
6209
#: breezy/errors.py:2855
6548
6211
"Shared repository '%(display_url)s' already doesn't create working trees."
6551
#: bzrlib/errors.py:2869
6214
#: breezy/errors.py:2861
6552
6215
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
6555
#: bzrlib/errors.py:2874
6218
#: breezy/errors.py:2866
6556
6219
msgid "No location could be found to bind to at %(display_url)s."
6559
#: bzrlib/errors.py:2879
6561
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
6565
#: bzrlib/errors.py:2898
6567
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
6571
#: bzrlib/errors.py:2904
6222
#: breezy/errors.py:2871
6224
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr status)."
6228
#: breezy/errors.py:2890
6230
"Branch \"%(display_url)s\" does not support storing uncommitted changes."
6233
#: breezy/errors.py:2905
6235
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --list)."
6239
#: breezy/errors.py:2911
6572
6240
msgid "Variable {%(name)s} is not available."
6575
#: bzrlib/errors.py:2912
6243
#: breezy/errors.py:2919
6576
6244
msgid "No template specified."
6579
#: bzrlib/errors.py:2917
6247
#: breezy/errors.py:2924
6580
6248
msgid "Unable to create symlink %(path_str)son this platform"
6583
#: bzrlib/errors.py:2932
6251
#: breezy/errors.py:2939
6585
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
6586
"\"original\", \"local\"."
6253
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", \"original"
6589
#: bzrlib/errors.py:2966
6257
#: breezy/errors.py:2973
6591
6259
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
6594
#: bzrlib/errors.py:2978
6262
#: breezy/errors.py:2985
6595
6263
msgid "The \"%(config_id)s\" configuration does not exist."
6598
#: bzrlib/errors.py:2986
6266
#: breezy/errors.py:2993
6599
6267
msgid "The \"%(option_name)s\" configuration option does not exist."
6602
#: bzrlib/errors.py:2994
6270
#: breezy/errors.py:3001
6603
6271
msgid "The alias \"%(alias_name)s\" does not exist."
6606
#: bzrlib/errors.py:3008
6274
#: breezy/errors.py:3015
6607
6275
msgid "\"%(alias_name)s\" is not a valid location alias."
6610
#: bzrlib/errors.py:3016
6278
#: breezy/errors.py:3023
6611
6279
msgid "No %(alias_name)s location assigned."
6614
#: bzrlib/errors.py:3024
6282
#: breezy/errors.py:3031
6615
6283
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6618
#: bzrlib/errors.py:3034
6286
#: breezy/errors.py:3041
6619
6287
msgid "Unknown rules detected: %(unknowns_str)s."
6622
#: bzrlib/errors.py:3045
6290
#: breezy/errors.py:3052
6623
6291
msgid "Tip change rejected: %(msg)s"
6626
#: bzrlib/errors.py:3053
6294
#: breezy/errors.py:3060
6627
6295
msgid "Shelf corrupt."
6630
#: bzrlib/errors.py:3058
6298
#: breezy/errors.py:3065
6631
6299
msgid "Corruption while decompressing repository file%(orig_error)s"
6634
#: bzrlib/errors.py:3070
6302
#: breezy/errors.py:3077
6635
6303
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6638
#: bzrlib/errors.py:3078
6306
#: breezy/errors.py:3085
6639
6307
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6642
#: bzrlib/errors.py:3086
6644
"An attempt to access a url outside the server jail was made: '%(url)s'."
6310
#: breezy/errors.py:3093
6311
msgid "An attempt to access a url outside the server jail was made: '%(url)s'."
6647
#: bzrlib/errors.py:3094
6314
#: breezy/errors.py:3101
6648
6315
msgid "The user aborted the operation."
6651
#: bzrlib/errors.py:3099
6318
#: breezy/errors.py:3106
6652
6319
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6655
#: bzrlib/errors.py:3109
6322
#: breezy/errors.py:3116
6656
6323
msgid "No such view: %(view_name)s."
6659
#: bzrlib/errors.py:3119
6326
#: breezy/errors.py:3126
6661
6328
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6662
6329
"to a later format."
6665
#: bzrlib/errors.py:3128
6332
#: breezy/errors.py:3135
6667
6334
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6670
#: bzrlib/errors.py:3195
6337
#: breezy/errors.py:3202
6671
6338
msgid "%(bzrdir)r does not support co-located branches."
6674
#: bzrlib/errors.py:3201
6341
#: breezy/errors.py:3208
6676
6343
"Unable to determine your name.\n"
6677
6344
"Please, set your name with the 'whoami' command.\n"
6678
6345
"E.g. bzr whoami \"Your Name <name@example.com>\""
6681
#: bzrlib/errors.py:3210
6348
#: breezy/errors.py:3217
6682
6349
msgid "Invalid pattern(s) found. %(msg)s"
6685
#: bzrlib/errors.py:3218
6352
#: breezy/errors.py:3225
6687
6354
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6688
6355
"unbind` to fix."
6691
#: bzrlib/errors.py:3229
6358
#: breezy/errors.py:3236
6692
6359
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6695
#: bzrlib/errors.py:3238
6696
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6699
#: bzrlib/errors.py:3247
6362
#: breezy/errors.py:3245
6363
msgid "Option \"%(name)s\" is not defined while expanding \"%(string)s\"."
6366
#: breezy/errors.py:3254
6367
msgid "Option \"%(name)s\" is not allowed."
6370
#: breezy/errors.py:3262
6701
6372
"No compatible object available for operations from %(source)r to %(target)r."
6704
#: bzrlib/errors.py:3257
6375
#: breezy/errors.py:3272
6706
6377
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6707
6378
"%(arguments)s."
6710
#: bzrlib/errors.py:3267
6381
#: breezy/errors.py:3282
6712
6383
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6713
6384
"format %(format)r"
6716
#: bzrlib/errors.py:3279
6387
#: breezy/errors.py:3294
6718
6389
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6722
#: bzrlib/errors.py:3292
6393
#: breezy/errors.py:3307
6723
6394
msgid "Binary files section encountered."
6726
#: bzrlib/errors.py:3300
6397
#: breezy/errors.py:3315
6728
6399
"Malformed patch header. %(desc)s\n"
6732
#: bzrlib/errors.py:3309
6403
#: breezy/errors.py:3324
6734
6405
"Malformed hunk header. %(desc)s\n"
6738
#: bzrlib/errors.py:3318
6409
#: breezy/errors.py:3333
6740
6411
"Malformed line. %(desc)s\n"
6744
#: bzrlib/errors.py:3328
6415
#: breezy/errors.py:3343
6746
6417
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
6747
6418
"but patch says it should be \"%(patch_line)s\""
6750
#: bzrlib/errors.py:3339
6421
#: breezy/errors.py:3354
6751
6422
msgid "The feature %(feature)s has already been registered."
6754
#: bzrlib/export_pot.py:252
6425
#: breezy/errors.py:3362
6427
"Cannot store uncommitted changes because this branch already stores "
6428
"uncommitted changes."
6431
#: breezy/export_pot.py:252
6755
6432
#, python-format
6756
6433
msgid "Exporting messages from builtin command: %s"
6759
#: bzrlib/export_pot.py:271
6436
#: breezy/export_pot.py:271
6437
#, python-brace-format
6760
6438
msgid "Exporting messages from plugin command: {0} in {1}"
6763
#: bzrlib/export_pot.py:292
6441
#: breezy/export_pot.py:292
6764
6442
#, python-format
6765
6443
msgid "Exporting message from error: %s"
6768
#: bzrlib/fetch.py:98
6446
#: breezy/fetch.py:98
6769
6447
msgid "Finding revisions"
6772
#: bzrlib/fetch.py:103
6450
#: breezy/fetch.py:103
6773
6451
msgid "Fetching revisions"
6776
#: bzrlib/foreign.py:262
6454
#: breezy/foreign.py:262
6777
6455
msgid "Push into a different VCS without any custom bzr metadata."
6780
#: bzrlib/foreign.py:264
6458
#: breezy/foreign.py:264
6782
6460
"This will afterwards rebase the local branch on the remote\n"
6783
6461
"branch unless the --no-rebase option is used, in which case \n"
6784
6462
"the two branches will be out of sync after the push. "
6787
#: bzrlib/foreign.py:277
6465
# help of 'no-rebase' option of 'dpush' command
6466
#: breezy/foreign.py:277
6788
6467
msgid "Do not rebase after push."
6791
#: bzrlib/foreign.py:311
6470
#: breezy/foreign.py:311
6792
6471
#, python-format
6793
6472
msgid "Using saved location: %s\n"
6796
#: bzrlib/foreign.py:321
6475
#: breezy/foreign.py:321
6798
6477
"{0!r} and {1!r} are in the same VCS, lossy push not necessary. Please use "
6799
6478
"regular push."
6802
#: bzrlib/gpg.py:366
6481
#: breezy/gpg.py:358
6482
#, python-brace-format
6803
6483
msgid "No GnuPG key results for pattern: {0}"
6806
#: bzrlib/gpg.py:439
6486
#: breezy/gpg.py:431
6487
#, python-brace-format
6807
6488
msgid "{0} commits with valid signatures"
6810
#: bzrlib/gpg.py:445
6491
#: breezy/gpg.py:437
6492
#, python-brace-format
6811
6493
msgid "{0} commit with unknown key"
6812
6494
msgid_plural "{0} commits with unknown keys"
6816
#: bzrlib/gpg.py:453
6498
#: breezy/gpg.py:445
6499
#, python-brace-format
6817
6500
msgid "{0} commit not valid"
6818
6501
msgid_plural "{0} commits not valid"
6822
#: bzrlib/gpg.py:461
6505
#: breezy/gpg.py:453
6506
#, python-brace-format
6823
6507
msgid "{0} commit not signed"
6824
6508
msgid_plural "{0} commits not signed"
6828
#: bzrlib/gpg.py:469
6512
#: breezy/gpg.py:461
6513
#, python-brace-format
6829
6514
msgid "{0} commit with key now expired"
6830
6515
msgid_plural "{0} commits with key now expired"
6834
#: bzrlib/gpg.py:489
6519
#: breezy/gpg.py:481
6520
#, python-brace-format
6835
6521
msgid "{0} commit by author {1} with key {2} now expired"
6836
6522
msgid_plural "{0} commits by author {1} with key {2} now expired"
6840
#: bzrlib/gpg.py:505
6526
#: breezy/gpg.py:497
6527
#, python-brace-format
6841
6528
msgid "{0} signed {1} commit"
6842
6529
msgid_plural "{0} signed {1} commits"
6846
#: bzrlib/gpg.py:522 bzrlib/gpg.py:539
6533
#: breezy/gpg.py:514 breezy/gpg.py:531
6534
#, python-brace-format
6847
6535
msgid "{0} commit by author {1}"
6848
6536
msgid_plural "{0} commits by author {1}"
6852
#: bzrlib/gpg.py:554
6540
#: breezy/gpg.py:546
6541
#, python-brace-format
6853
6542
msgid "Unknown key {0} signed {1} commit"
6854
6543
msgid_plural "Unknown key {0} signed {1} commits"
6858
#: bzrlib/groupcompress.py:1739
6547
#: breezy/groupcompress.py:1739
6859
6548
#, python-format
6860
6549
msgid "Insert claimed random_id=True, but then inserted %r two times"
6863
#: bzrlib/hooks.py:313
6552
#: breezy/hooks.py:313
6864
6553
#, python-format
6865
6554
msgid "Introduced in: %s"
6868
#: bzrlib/hooks.py:316
6557
#: breezy/hooks.py:316
6869
6558
#, python-format
6870
6559
msgid "Deprecated in: %s"
6873
#: bzrlib/knit.py:1766 bzrlib/knit.py:1802
6562
#: breezy/knit.py:1766 breezy/knit.py:1802
6874
6563
msgid "Walking content"
6877
#: bzrlib/knit.py:3330
6566
#: breezy/knit.py:3330
6878
6567
msgid "annotating"
6881
#: bzrlib/lock.py:548
6570
#: breezy/lock.py:549
6882
6571
msgid "{0!r} was {1} locked again"
6885
#: bzrlib/lockdir.py:321
6574
#: breezy/lockdir.py:321
6886
6575
#, python-format
6887
6576
msgid "error removing pending lock: %s"
6890
#: bzrlib/lockdir.py:616
6579
#: breezy/lockdir.py:616
6891
6580
msgid "Unable to obtain"
6894
#: bzrlib/lockdir.py:618
6583
#: breezy/lockdir.py:618
6895
6584
msgid "Lock owner changed for"
6898
#: bzrlib/lockdir.py:620
6587
#: breezy/lockdir.py:620
6588
#, python-brace-format
6899
6589
msgid "{0} lock {1} {2}."
6902
#: bzrlib/lockdir.py:627
6592
#: breezy/lockdir.py:627
6903
6593
#, python-format
6904
6594
msgid "Will continue to try until %s, unless you press Ctrl-C."
6907
#: bzrlib/lockdir.py:629
6597
#: breezy/lockdir.py:629
6908
6598
msgid "See \"bzr help break-lock\" for more."
6911
#: bzrlib/lockdir.py:739
6601
#: breezy/lockdir.py:739
6912
6602
#, python-format
6914
6604
"held by %(user)s on %(hostname)s (process #%(pid)s), acquired %(time_ago)s"
6917
#: bzrlib/log.py:563
6607
#: breezy/log.py:563
6918
6608
msgid "--exclude-common-ancestry requires two different revisions"
6921
#: bzrlib/log.py:565
6611
#: breezy/log.py:565
6922
6612
#, python-format
6923
6613
msgid "invalid direction %r"
6926
#: bzrlib/log.py:653
6616
#: breezy/log.py:653
6927
6617
msgid "Start revision not found in history of end revision."
6930
#: bzrlib/log.py:1071 bzrlib/log.py:1129
6620
#: breezy/log.py:1071 breezy/log.py:1129
6931
6621
msgid "Logging revision 0 is invalid."
6934
#: bzrlib/log.py:1073 bzrlib/log.py:1131
6624
#: breezy/log.py:1073 breezy/log.py:1131
6935
6625
msgid "Start revision must be older than the end revision."
6938
#: bzrlib/log.py:1818
6628
#: breezy/log.py:1818
6939
6629
#, python-format
6940
6630
msgid "unknown log formatter: %r"
6943
#: bzrlib/log.py:2114
6633
#: breezy/log.py:2114
6944
6634
msgid "fixes bug"
6945
6635
msgid_plural "fixes bugs"
6949
#: bzrlib/merge.py:689
6639
#: breezy/merge.py:689
6950
6640
msgid "All changes applied successfully."
6953
#: bzrlib/merge.py:691
6643
#: breezy/merge.py:691
6954
6644
#, python-format
6955
6645
msgid "%d conflicts encountered."
6958
#: bzrlib/merge.py:845 bzrlib/merge.py:1868
6648
#: breezy/merge.py:845 breezy/merge.py:1868
6959
6649
msgid "Preparing file merge"
6962
#: bzrlib/multiparent.py:426
6652
#: breezy/multiparent.py:426
6963
6653
msgid "Importing revisions"
6966
#: bzrlib/option.py:526
6656
# help of 'help' option
6657
#: breezy/option.py:526
6967
6658
msgid "Show help message."
6970
#: bzrlib/option.py:528
6661
# help of 'quiet' option
6662
#: breezy/option.py:528
6971
6663
msgid "Only display errors and warnings."
6972
msgstr "エラーや警告だけを表示します。"
6974
#: bzrlib/option.py:531
6666
# help of 'usage' option
6667
#: breezy/option.py:531
6975
6668
msgid "Show usage message and options."
6976
msgstr "使い方とオプションを表示します。"
6978
#: bzrlib/option.py:533
6671
# help of 'verbose' option
6672
#: breezy/option.py:533
6979
6673
msgid "Display more information."
6980
msgstr "より詳細な情報を表示します。"
6982
#: bzrlib/option.py:541
6676
# help of 'change' option
6677
#: breezy/option.py:541
6984
6679
"Select changes introduced by the specified revision. See also \"help "
6985
6680
"revisionspec\"."
6988
#: bzrlib/option.py:543
6683
# help of 'directory' option
6684
#: breezy/option.py:543
6989
6685
msgid "Branch to operate on, instead of working directory."
6992
#: bzrlib/option.py:545
6688
# help of 'log-format=long' option
6689
#: breezy/option.py:545
6993
6690
msgid "Detailed log format."
6996
#: bzrlib/option.py:545
6693
# help of 'log-format=gnu-changelog' option
6694
#: breezy/option.py:545
6997
6695
msgid "Format used by GNU ChangeLog files."
7000
#: bzrlib/option.py:545
6698
# help of 'log-format=line' option
6699
#: breezy/option.py:545
7001
6700
msgid "Log format with one line per revision."
7004
#: bzrlib/option.py:545
6703
# help of 'log-format=short' option
6704
#: breezy/option.py:545
7005
6705
msgid "Moderately short log format."
7008
#: bzrlib/option.py:545
6708
# help of 'log-format' option
6709
#: breezy/option.py:545
7009
6710
msgid "Use specified log format."
7012
#: bzrlib/option.py:547
6713
# title of 'log-format' option
6714
#: breezy/option.py:547
7013
6715
msgid "Log format"
7016
#: bzrlib/option.py:549
6718
# help of 'merge-type=lca' option
6719
#: breezy/option.py:549
7017
6720
msgid "LCA-newness merge."
7020
#: bzrlib/option.py:549
6723
# help of 'merge-type=diff3' option
6724
#: breezy/option.py:549
7021
6725
msgid "Merge using external diff3."
7024
#: bzrlib/option.py:549
6728
# help of 'merge-type=merge3' option
6729
#: breezy/option.py:549
7025
6730
msgid "Native diff3-style merge."
7028
#: bzrlib/option.py:549
6733
# help of 'merge-type' option
6734
#: breezy/option.py:549
7029
6735
msgid "Select a particular merge algorithm."
7032
#: bzrlib/option.py:549
6738
# help of 'merge-type=weave' option
6739
#: breezy/option.py:549
7033
6740
msgid "Weave-based merge."
7036
#: bzrlib/option.py:551
6743
# title of 'merge-type' option
6744
#: breezy/option.py:551
7037
6745
msgid "Merge algorithm"
7040
#: bzrlib/option.py:554
6748
# help of 'message' option
6749
#: breezy/option.py:554
7041
6750
msgid "Message string."
7044
#: bzrlib/option.py:556
6753
# help of 'null' option
6754
#: breezy/option.py:556
7045
6755
msgid "Use an ASCII NUL (\\0) separator rather than a newline."
7048
#: bzrlib/option.py:558
6758
# help of 'overwrite' option
6759
#: breezy/option.py:558
7049
6760
msgid "Ignore differences between branches and overwrite unconditionally."
7052
#: bzrlib/option.py:560
6763
# help of 'remember' option
6764
#: breezy/option.py:560
7053
6765
msgid "Remember the specified location as a default."
7056
#: bzrlib/option.py:562
6768
# help of 'reprocess' option
6769
#: breezy/option.py:562
7057
6770
msgid "Reprocess to reduce spurious conflicts."
7060
#: bzrlib/option.py:566
6773
# help of 'revision' option
6774
#: breezy/option.py:566
7061
6775
msgid "See \"help revisionspec\" for details."
7062
msgstr "詳細は \"help revisionspec\" を参照してください。"
7064
#: bzrlib/option.py:568
6778
# help of 'show-ids' option
6779
#: breezy/option.py:568
7065
6780
msgid "Show internal object ids."
7068
#: bzrlib/option.py:571
6783
# help of 'timezone' option
6784
#: breezy/option.py:571
7069
6785
msgid "Display timezone as local, original, or utc."
7072
#: bzrlib/osutils.py:100
6788
#: breezy/osutils.py:101
7073
6789
msgid "Parameter {0!r} encoding is unsupported by {1} application locale."
7076
#: bzrlib/osutils.py:220
6792
#: breezy/osutils.py:221
7077
6793
msgid "lstat/stat of ({0!r}): {1!r}"
7080
#: bzrlib/osutils.py:1030 bzrlib/osutils.py:1041
6796
#: breezy/osutils.py:1041 breezy/osutils.py:1052
7081
6797
#, python-format
7082
6798
msgid "sorry, %r not allowed in path"
7085
#: bzrlib/osutils.py:1259
6801
#: breezy/osutils.py:1270
7086
6802
#, python-format
7087
6803
msgid "%r is too short to calculate a relative path"
7090
#: bzrlib/plugin.py:143
6806
#: breezy/plugin.py:143
7091
6807
#, python-format
7092
6808
msgid "\"%s\" is not a valid <plugin_name>@<plugin_path> description "
7095
#: bzrlib/plugins/bash_completion/bashcomp.py:411
6811
# help of 'plugin' option of 'bash-completion' command
6812
#: breezy/plugins/bash_completion/bashcomp.py:411
7096
6813
msgid "Enable completions for the selected plugin (default: all plugins)"
7099
#: bzrlib/plugins/bash_completion/bashcomp.py:412
6816
#: breezy/plugins/bash_completion/bashcomp.py:412
7100
6817
msgid "Generate a shell function for bash command line completion."
7103
#: bzrlib/plugins/bash_completion/bashcomp.py:414
6820
#: breezy/plugins/bash_completion/bashcomp.py:414
7105
6822
"This command generates a shell function which can be used by bash to\n"
7106
6823
"automatically complete the currently typed command when the user presses\n"
7107
6824
"the completion key (usually tab)."
7110
#: bzrlib/plugins/bash_completion/bashcomp.py:418
6827
#: breezy/plugins/bash_completion/bashcomp.py:418
7112
6829
"Commonly used like this:\n"
7113
6830
" eval \"`bzr bash-completion`\""
7116
#: bzrlib/plugins/bash_completion/bashcomp.py:424
6833
# help of 'function-name' option of 'bash-completion' command
6834
#: breezy/plugins/bash_completion/bashcomp.py:424
7117
6835
msgid "Name of the generated function (default: _bzr)"
7120
#: bzrlib/plugins/bash_completion/bashcomp.py:426
6838
# help of 'function-only' option of 'bash-completion' command
6839
#: breezy/plugins/bash_completion/bashcomp.py:426
7121
6840
msgid "Generate only the shell function, don't enable it"
7124
#: bzrlib/plugins/launchpad/account.py:66
6843
#: breezy/plugins/grep/cmds.py:77
6844
msgid "Print lines matching PATTERN for specified files and revisions."
6847
#: breezy/plugins/grep/cmds.py:79
6849
"This command searches the specified files and revisions for a given\n"
6850
"pattern. The pattern is specified as a Python regular expressions[1]."
6853
#: breezy/plugins/grep/cmds.py:82
6855
"If the file name is not specified, the revisions starting with the\n"
6856
"current directory are searched recursively. If the revision number is\n"
6857
"not specified, the working copy is searched. To search the last committed\n"
6858
"revision, use the '-r -1' or '-r last:1' option."
6861
#: breezy/plugins/grep/cmds.py:87
6863
"Unversioned files are not searched unless explicitly specified on the\n"
6864
"command line. Unversioned directores are not searched."
6867
#: breezy/plugins/grep/cmds.py:90
6869
"When searching a pattern, the output is shown in the 'filepath:string'\n"
6870
"format. If a revision is explicitly searched, the output is shown as\n"
6871
"'filepath~N:string', where N is the revision number."
6874
#: breezy/plugins/grep/cmds.py:94
6876
"--include and --exclude options can be used to search only (or exclude\n"
6877
"from search) files with base name matches the specified Unix style GLOB\n"
6878
"pattern. The GLOB pattern an use *, ?, and [...] as wildcards, and \\\n"
6879
"to quote wildcard or backslash character literally. Note that the glob\n"
6880
"pattern is not a regular expression."
6883
#: breezy/plugins/grep/cmds.py:100
6884
msgid "[1] http://docs.python.org/library/re.html#regular-expression-syntax"
6887
# help of 'color' option of 'grep' command
6888
#: breezy/plugins/grep/cmds.py:109
6889
msgid "Show match in color. WHEN is never, always or auto."
6892
# help of 'diff' option of 'grep' command
6893
#: breezy/plugins/grep/cmds.py:111
6894
msgid "Grep for pattern in changeset for each revision."
6897
# help of 'exclude' option of 'grep' command
6898
#: breezy/plugins/grep/cmds.py:113
6899
msgid "Skip files whose base name matches GLOB."
6902
# help of 'include' option of 'grep' command
6903
#: breezy/plugins/grep/cmds.py:115
6904
msgid "Search only files whose base name matches GLOB."
6907
# help of 'files-with-matches' option of 'grep' command
6908
#: breezy/plugins/grep/cmds.py:117
6909
msgid "Print only the name of each input file in which PATTERN is found."
6912
# help of 'files-without-match' option of 'grep' command
6913
#: breezy/plugins/grep/cmds.py:120
6914
msgid "Print only the name of each input file in which PATTERN is not found."
6917
# help of 'fixed-string' option of 'grep' command
6918
#: breezy/plugins/grep/cmds.py:123
6919
msgid "Interpret PATTERN is a single fixed string (not regex)."
6922
# help of 'from-root' option of 'grep' command
6923
#: breezy/plugins/grep/cmds.py:125
6925
"Search for pattern starting from the root of the branch. (implies --"
6929
# help of 'ignore-case' option of 'grep' command
6930
#: breezy/plugins/grep/cmds.py:128
6931
msgid "ignore case distinctions while matching."
6934
# help of 'levels' option of 'grep' command
6935
#: breezy/plugins/grep/cmds.py:130
6937
"Number of levels to display - 0 for all, 1 for collapsed (1 is default)."
6940
# help of 'line-number' option of 'grep' command
6941
#: breezy/plugins/grep/cmds.py:135
6942
msgid "show 1-based line number."
6945
# help of 'no-recursive' option of 'grep' command
6946
#: breezy/plugins/grep/cmds.py:137
6947
msgid "Don't recurse into subdirectories. (default is --recursive)"
6950
# help of 'null' option of 'grep' command
6951
#: breezy/plugins/grep/cmds.py:139
6953
"Write an ASCII NUL (\\0) separator between output lines rather than a "
6957
#: breezy/plugins/launchpad/account.py:66
7125
6958
msgid "Setting ssh/sftp usernames for launchpad.net."
7128
#: bzrlib/plugins/launchpad/cmds.py:44
6961
#: breezy/plugins/launchpad/cmds.py:43
7129
6962
msgid "Register a branch with launchpad.net."
7132
#: bzrlib/plugins/launchpad/cmds.py:46
6965
#: breezy/plugins/launchpad/cmds.py:45
7134
6967
"This command lists a bzr branch in the directory of branches on\n"
7135
6968
"launchpad.net. Registration allows the branch to be associated with\n"
7136
6969
"bugs or specifications."
7139
#: bzrlib/plugins/launchpad/cmds.py:50
6972
#: breezy/plugins/launchpad/cmds.py:49
7141
6974
"Before using this command you must register the project to which the\n"
7142
6975
"branch belongs, and create an account for yourself on launchpad.net."
7145
#: bzrlib/plugins/launchpad/cmds.py:53
6978
#: breezy/plugins/launchpad/cmds.py:52
7148
6981
" public_url: The publicly visible url for the branch to register.\n"
7154
6987
" otherwise error."
7157
#: bzrlib/plugins/launchpad/cmds.py:62
6990
#: breezy/plugins/launchpad/cmds.py:61
7160
6993
" bzr register-branch http://foo.com/bzr/fooproject.mine \\\n"
7161
6994
" --project fooproject"
7164
#: bzrlib/plugins/launchpad/cmds.py:69
6997
# help of 'project' option of 'register-branch' command
6998
#: breezy/plugins/launchpad/cmds.py:68
7165
6999
msgid "Launchpad project short name to associate with the branch."
7168
#: bzrlib/plugins/launchpad/cmds.py:76
7002
# help of 'branch-name' option of 'register-branch' command
7003
#: breezy/plugins/launchpad/cmds.py:75
7170
7005
"Short name for the branch; by default taken from the last component of the "
7174
#: bzrlib/plugins/launchpad/cmds.py:80
7009
# help of 'branch-title' option of 'register-branch' command
7010
#: breezy/plugins/launchpad/cmds.py:79
7175
7011
msgid "One-sentence description of the branch."
7178
#: bzrlib/plugins/launchpad/cmds.py:83
7014
# help of 'branch-description' option of 'register-branch' command
7015
#: breezy/plugins/launchpad/cmds.py:82
7179
7016
msgid "Longer description of the purpose or contents of the branch."
7182
#: bzrlib/plugins/launchpad/cmds.py:86
7019
# help of 'author' option of 'register-branch' command
7020
#: breezy/plugins/launchpad/cmds.py:85
7183
7021
msgid "Branch author's email address, if not yourself."
7186
#: bzrlib/plugins/launchpad/cmds.py:89
7024
# help of 'link-bug' option of 'register-branch' command
7025
#: breezy/plugins/launchpad/cmds.py:88
7187
7026
msgid "The bug this branch fixes."
7190
#: bzrlib/plugins/launchpad/cmds.py:92
7029
# help of 'dry-run' option of 'register-branch' command
7030
#: breezy/plugins/launchpad/cmds.py:91
7191
7031
msgid "Prepare the request but don't actually send it."
7194
#: bzrlib/plugins/launchpad/cmds.py:114
7034
#: breezy/plugins/launchpad/cmds.py:113
7196
7036
"register-branch requires a public branch url - see bzr help register-branch."
7199
#: bzrlib/plugins/launchpad/cmds.py:122
7039
#: breezy/plugins/launchpad/cmds.py:121
7200
7040
msgid "--product is deprecated; please use --project."
7203
#: bzrlib/plugins/launchpad/cmds.py:152
7043
#: breezy/plugins/launchpad/cmds.py:151
7204
7044
msgid "Open a Launchpad branch page in your web browser."
7207
#: bzrlib/plugins/launchpad/cmds.py:157
7047
# help of 'dry-run' option of 'launchpad-open' command
7048
#: breezy/plugins/launchpad/cmds.py:156
7208
7049
msgid "Do not actually open the browser. Just say the URL we would use."
7211
#: bzrlib/plugins/launchpad/cmds.py:192
7052
#: breezy/plugins/launchpad/cmds.py:191
7212
7053
#, python-format
7213
7054
msgid "Opening %s in web browser"
7216
#: bzrlib/plugins/launchpad/cmds.py:200
7057
#: breezy/plugins/launchpad/cmds.py:199
7217
7058
msgid "Show or set the Launchpad user ID."
7220
#: bzrlib/plugins/launchpad/cmds.py:202
7061
#: breezy/plugins/launchpad/cmds.py:201
7222
7063
"When communicating with Launchpad, some commands need to know your\n"
7223
7064
"Launchpad user ID. This command can be used to set or show the\n"
7224
7065
"user ID that Bazaar will use for such communication."
7227
#: bzrlib/plugins/launchpad/cmds.py:206
7068
#: breezy/plugins/launchpad/cmds.py:205
7230
7071
" Show the Launchpad ID of the current user::"
7233
#: bzrlib/plugins/launchpad/cmds.py:209
7074
#: breezy/plugins/launchpad/cmds.py:208
7234
7075
msgid " bzr launchpad-login"
7237
#: bzrlib/plugins/launchpad/cmds.py:211
7078
#: breezy/plugins/launchpad/cmds.py:210
7238
7079
msgid " Set the Launchpad ID of the current user to 'bob'::"
7241
#: bzrlib/plugins/launchpad/cmds.py:213
7082
#: breezy/plugins/launchpad/cmds.py:212
7242
7083
msgid " bzr launchpad-login bob"
7245
#: bzrlib/plugins/launchpad/cmds.py:220
7086
# help of 'no-check' option of 'launchpad-login' command
7087
#: breezy/plugins/launchpad/cmds.py:219
7246
7088
msgid "Don't check that the user name is valid."
7249
#: bzrlib/plugins/launchpad/cmds.py:235 bzrlib/plugins/launchpad/cmds.py:246
7091
#: breezy/plugins/launchpad/cmds.py:234 breezy/plugins/launchpad/cmds.py:245
7250
7092
msgid "Launchpad user ID exists and has SSH keys.\n"
7253
#: bzrlib/plugins/launchpad/cmds.py:238
7095
#: breezy/plugins/launchpad/cmds.py:237
7254
7096
msgid "No Launchpad user ID configured.\n"
7257
#: bzrlib/plugins/launchpad/cmds.py:249
7099
#: breezy/plugins/launchpad/cmds.py:248
7258
7100
#, python-format
7259
7101
msgid "Launchpad user ID set to '%s'.\n"
7262
#: bzrlib/plugins/launchpad/cmds.py:255
7104
#: breezy/plugins/launchpad/cmds.py:254
7263
7105
msgid "Ask Launchpad to mirror a branch now."
7266
#: bzrlib/plugins/launchpad/cmds.py:272
7108
#: breezy/plugins/launchpad/cmds.py:271
7267
7109
msgid "Propose merging a branch on Launchpad."
7270
#: bzrlib/plugins/launchpad/cmds.py:274
7112
#: breezy/plugins/launchpad/cmds.py:273
7272
7114
"This will open your usual editor to provide the initial comment. When it\n"
7273
7115
"has created the proposal, it will open it in your default web browser."
7276
#: bzrlib/plugins/launchpad/cmds.py:277
7118
#: breezy/plugins/launchpad/cmds.py:276
7278
7120
"The branch will be proposed to merge into SUBMIT_BRANCH. If SUBMIT_BRANCH\n"
7279
7121
"is not supplied, the remembered submit branch will be used. If no submit\n"
7280
7122
"branch is remembered, the development focus will be used."
7283
#: bzrlib/plugins/launchpad/cmds.py:281
7125
#: breezy/plugins/launchpad/cmds.py:280
7285
7127
"By default, the SUBMIT_BRANCH's review team will be requested to review\n"
7286
7128
"the merge proposal. This can be overriden by specifying --review (-R).\n"
7288
7130
"may optionally be followed by '=' and the review type. For example:"
7291
#: bzrlib/plugins/launchpad/cmds.py:286
7133
#: breezy/plugins/launchpad/cmds.py:285
7292
7134
msgid " bzr lp-propose-merge --review jrandom --review review-team=qa"
7295
#: bzrlib/plugins/launchpad/cmds.py:288
7137
#: breezy/plugins/launchpad/cmds.py:287
7297
7139
"This will propose a merge, request \"jrandom\" to perform a review of\n"
7298
7140
"unspecified type, and request \"review-team\" to perform a \"qa\" review."
7301
#: bzrlib/plugins/launchpad/cmds.py:293
7143
# help of 'staging' option of 'lp-propose-merge' command
7144
#: breezy/plugins/launchpad/cmds.py:292
7302
7145
msgid "Propose the merge on staging."
7305
#: bzrlib/plugins/launchpad/cmds.py:295
7148
# help of 'message' option of 'lp-propose-merge' command
7149
#: breezy/plugins/launchpad/cmds.py:294
7306
7150
msgid "Commit message."
7309
#: bzrlib/plugins/launchpad/cmds.py:297
7310
msgid "Mark the proposal as approved immediately."
7153
# help of 'approve' option of 'lp-propose-merge' command
7154
#: breezy/plugins/launchpad/cmds.py:296
7156
"Mark the proposal as approved immediately, setting the approved revision to "
7313
#: bzrlib/plugins/launchpad/cmds.py:298
7160
# help of 'fixes' option of 'lp-propose-merge' command
7161
#: breezy/plugins/launchpad/cmds.py:298
7314
7162
msgid "The bug this proposal fixes."
7317
#: bzrlib/plugins/launchpad/cmds.py:300
7165
# help of 'review' option of 'lp-propose-merge' command
7166
#: breezy/plugins/launchpad/cmds.py:300
7318
7167
msgid "Requested reviewer and optional type."
7321
#: bzrlib/plugins/launchpad/cmds.py:335
7170
#: breezy/plugins/launchpad/cmds.py:335
7322
7171
msgid "Find the proposal to merge this revision."
7325
#: bzrlib/plugins/launchpad/cmds.py:337
7174
#: breezy/plugins/launchpad/cmds.py:337
7327
7176
"Finds the merge proposal(s) that discussed landing the specified revision.\n"
7328
"This works only if the selected branch was the merge proposal target, and\n"
7329
"if the merged_revno is recorded for the merge proposal. The proposal(s)\n"
7330
"are opened in a web browser."
7177
"This works only if the if the merged_revno was recorded for the merge\n"
7178
"proposal. The proposal(s) are opened in a web browser."
7333
#: bzrlib/plugins/launchpad/cmds.py:342
7181
#: breezy/plugins/launchpad/cmds.py:341
7335
"Any revision involved in the merge may be specified-- the revision in\n"
7336
"which the merge was performed, or one of the revisions that was merged."
7183
"Only the revision specified is searched for. To find the mainline\n"
7184
"revision that merged it into mainline, use the \"mainline\" revision spec."
7339
#: bzrlib/plugins/launchpad/cmds.py:345
7187
#: breezy/plugins/launchpad/cmds.py:344
7340
7188
msgid "So, to find the merge proposal that reviewed line 1 of README::"
7343
#: bzrlib/plugins/launchpad/cmds.py:347
7344
msgid " bzr lp-find-proposal -r annotate:README:1"
7191
#: breezy/plugins/launchpad/cmds.py:346
7192
msgid " bzr lp-find-proposal -r mainline:annotate:README:1"
7347
#: bzrlib/plugins/launchpad/cmds.py:363
7195
#: breezy/plugins/launchpad/cmds.py:365
7348
7196
msgid "No review found."
7351
#: bzrlib/plugins/launchpad/cmds.py:364
7199
#: breezy/plugins/launchpad/cmds.py:366
7352
7200
#, python-format
7353
7201
msgid "%d proposals(s) found."
7356
#: bzrlib/plugins/launchpad/cmds.py:374
7357
msgid "Finding revision-id"
7360
#: bzrlib/plugins/launchpad/cmds.py:381
7361
msgid "Finding merge"
7364
#: bzrlib/plugins/launchpad/cmds.py:386
7365
msgid "Finding revno"
7368
#: bzrlib/plugins/launchpad/cmds.py:392
7369
msgid "Finding Launchpad branch"
7372
#: bzrlib/plugins/launchpad/cmds.py:395
7204
#: breezy/plugins/launchpad/cmds.py:378
7373
7205
msgid "Finding proposals"
7376
#: bzrlib/plugins/launchpad/lp_api.py:241
7377
#: bzrlib/plugins/launchpad/lp_api.py:246
7208
#: breezy/plugins/launchpad/lp_api.py:231
7209
#: breezy/plugins/launchpad/lp_api.py:236
7378
7210
#, python-format
7379
7211
msgid "%s is not registered on Launchpad"
7382
#: bzrlib/plugins/launchpad/lp_api.py:256
7214
#: breezy/plugins/launchpad/lp_api.py:246
7383
7215
#, python-format
7384
7216
msgid "%s has no development focus."
7387
#: bzrlib/plugins/launchpad/lp_api.py:261
7219
#: breezy/plugins/launchpad/lp_api.py:251
7388
7220
#, python-format
7389
7221
msgid "development focus %s has no branch."
7392
#: bzrlib/plugins/launchpad/lp_api.py:266
7224
#: breezy/plugins/launchpad/lp_api.py:256
7393
7225
#, python-format
7394
7226
msgid "source package %s has no branch."
7397
#: bzrlib/plugins/launchpad/lp_api.py:270
7229
#: breezy/plugins/launchpad/lp_api.py:260
7398
7230
#, python-format
7399
7231
msgid "%s has no associated product or source package."
7402
#: bzrlib/plugins/launchpad/lp_api.py:282
7234
#: breezy/plugins/launchpad/lp_api.py:272
7403
7235
#, python-format
7404
7236
msgid "%s is already up-to-date."
7407
#: bzrlib/plugins/launchpad/lp_api.py:289
7239
#: breezy/plugins/launchpad/lp_api.py:279
7408
7240
#, python-format
7409
7241
msgid "Pushing to %s"
7412
#: bzrlib/plugins/launchpad/lp_directory.py:170
7244
#: breezy/plugins/launchpad/lp_directory.py:170
7245
#, python-brace-format
7414
7247
"resolution for {0}\n"
7415
7248
" local: {1}\n"
7419
#: bzrlib/plugins/launchpad/lp_propose.py:150
7252
#: breezy/plugins/launchpad/lp_propose.py:161
7420
7253
#, python-format
7421
7254
msgid "There is already a branch merge proposal: %s"
7424
#: bzrlib/plugins/weave_fmt/bzrdir.py:237
7257
#: breezy/plugins/weave_fmt/bzrdir.py:237
7425
7258
msgid "pb parameter to convert() is deprecated"
7428
#: bzrlib/plugins/weave_fmt/bzrdir.py:240
7261
#: breezy/plugins/weave_fmt/bzrdir.py:240
7429
7262
msgid "starting upgrade from format 4 to 5"
7432
#: bzrlib/plugins/weave_fmt/bzrdir.py:250
7265
#: breezy/plugins/weave_fmt/bzrdir.py:250
7433
7266
msgid "note: upgrade may be faster if all store files are ungzipped first"
7436
#: bzrlib/plugins/weave_fmt/bzrdir.py:279
7269
#: breezy/plugins/weave_fmt/bzrdir.py:279
7437
7270
msgid "converting revision"
7440
#: bzrlib/plugins/weave_fmt/bzrdir.py:284
7273
#: breezy/plugins/weave_fmt/bzrdir.py:284
7441
7274
msgid "upgraded to weaves:"
7444
#: bzrlib/plugins/weave_fmt/bzrdir.py:285
7277
#: breezy/plugins/weave_fmt/bzrdir.py:285
7445
7278
#, python-format
7446
7279
msgid "%6d revisions and inventories"
7449
#: bzrlib/plugins/weave_fmt/bzrdir.py:287
7282
#: breezy/plugins/weave_fmt/bzrdir.py:287
7450
7283
#, python-format
7451
7284
msgid "%6d revisions not present"
7454
#: bzrlib/plugins/weave_fmt/bzrdir.py:289
7287
#: breezy/plugins/weave_fmt/bzrdir.py:289
7455
7288
#, python-format
7456
7289
msgid "%6d texts"
7459
#: bzrlib/plugins/weave_fmt/bzrdir.py:325
7292
#: breezy/plugins/weave_fmt/bzrdir.py:325
7460
7293
msgid "writing weave"
7463
#: bzrlib/plugins/weave_fmt/bzrdir.py:329
7464
#: bzrlib/plugins/weave_fmt/bzrdir.py:331
7296
#: breezy/plugins/weave_fmt/bzrdir.py:329
7297
#: breezy/plugins/weave_fmt/bzrdir.py:331
7465
7298
msgid "inventory"
7468
#: bzrlib/plugins/weave_fmt/bzrdir.py:348
7301
#: breezy/plugins/weave_fmt/bzrdir.py:348
7469
7302
msgid "write revision"
7472
#: bzrlib/plugins/weave_fmt/bzrdir.py:362
7305
#: breezy/plugins/weave_fmt/bzrdir.py:362
7473
7306
msgid "loading revision"
7476
#: bzrlib/plugins/weave_fmt/bzrdir.py:367
7309
#: breezy/plugins/weave_fmt/bzrdir.py:367
7477
7310
#, python-format
7478
7311
msgid "revision {%s} not present in branch; will be converted as a ghost"
7481
#: bzrlib/plugins/weave_fmt/bzrdir.py:507
7314
#: breezy/plugins/weave_fmt/bzrdir.py:507
7482
7315
msgid "starting upgrade from format 5 to 6"
7485
#: bzrlib/plugins/weave_fmt/bzrdir.py:517
7318
#: breezy/plugins/weave_fmt/bzrdir.py:517
7486
7319
#, python-format
7487
7320
msgid "adding prefixes to %s"
7490
#: bzrlib/plugins/weave_fmt/bzrdir.py:557
7323
#: breezy/plugins/weave_fmt/bzrdir.py:557
7491
7324
msgid "starting upgrade from format 6 to metadir"
7494
#: bzrlib/plugins/weave_fmt/bzrdir.py:565
7327
#: breezy/plugins/weave_fmt/bzrdir.py:565
7495
7328
msgid "Removing ancestry.weave"
7498
#: bzrlib/plugins/weave_fmt/bzrdir.py:570
7331
#: breezy/plugins/weave_fmt/bzrdir.py:570
7499
7332
msgid "Finding branch files"
7502
#: bzrlib/plugins/weave_fmt/bzrdir.py:580
7335
#: breezy/plugins/weave_fmt/bzrdir.py:580
7503
7336
msgid "Upgrading repository"
7506
#: bzrlib/plugins/weave_fmt/bzrdir.py:590
7339
#: breezy/plugins/weave_fmt/bzrdir.py:590
7507
7340
msgid "Upgrading branch"
7510
#: bzrlib/plugins/weave_fmt/bzrdir.py:613
7343
#: breezy/plugins/weave_fmt/bzrdir.py:613
7511
7344
msgid "No working tree."
7514
#: bzrlib/plugins/weave_fmt/bzrdir.py:620
7347
#: breezy/plugins/weave_fmt/bzrdir.py:620
7515
7348
msgid "Upgrading working tree"
7518
#: bzrlib/plugins/weave_fmt/bzrdir.py:641
7351
#: breezy/plugins/weave_fmt/bzrdir.py:641
7519
7352
#, python-format
7520
7353
msgid "Make %s lock"
7523
#: bzrlib/plugins/weave_fmt/bzrdir.py:652
7356
#: breezy/plugins/weave_fmt/bzrdir.py:652
7524
7357
#, python-format
7525
7358
msgid "Moving %s"
7528
#: bzrlib/push.py:56
7361
#: breezy/push.py:56
7529
7362
msgid "Created new branch."
7532
#: bzrlib/push.py:97
7365
#: breezy/push.py:97
7533
7366
#, python-format
7535
7368
"Target directory %s already contains a .bzr directory, but it is not valid."
7538
#: bzrlib/push.py:101
7371
#: breezy/push.py:101
7539
7372
#, python-format
7541
7374
"Target directory %s already exists, but does not have a .bzr directory. "
7542
7375
"Supply --use-existing-dir to push there anyway."
7545
#: bzrlib/push.py:122
7378
#: breezy/push.py:122
7546
7379
#, python-format
7547
7380
msgid "Too many redirections trying to make %s."
7550
#: bzrlib/push.py:148
7383
#: breezy/push.py:148
7552
7385
"These branches have diverged. See \"bzr help diverged-branches\" for more "
7556
#: bzrlib/push.py:152
7389
#: breezy/push.py:152
7557
7390
#, python-format
7559
7392
"It is not possible to losslessly push to %s. You may want to use dpush "
7563
#: bzrlib/push.py:158
7396
#: breezy/push.py:158
7564
7397
#, python-format
7566
7399
"At %s you have a valid .bzr control directory, but not a branch or "
7568
7401
"directory out of the way and try again."
7571
#: bzrlib/reconcile.py:97
7404
#: breezy/reconcile.py:97
7572
7405
#, python-format
7573
7406
msgid "Reconciling branch %s"
7576
#: bzrlib/reconcile.py:103
7409
#: breezy/reconcile.py:103
7577
7410
#, python-format
7578
7411
msgid "Reconciling repository %s"
7581
#: bzrlib/reconcile.py:105
7414
#: breezy/reconcile.py:105
7582
7415
msgid "Reconciling repository"
7585
#: bzrlib/reconcile.py:111
7418
#: breezy/reconcile.py:111
7586
7419
#, python-format
7587
7420
msgid "%s cannot canonicalize CHKs."
7590
#: bzrlib/reconcile.py:119
7423
#: breezy/reconcile.py:119
7591
7424
msgid "Reconcile aborted: revision index has inconsistent parents."
7594
#: bzrlib/reconcile.py:121
7427
#: breezy/reconcile.py:121
7595
7428
msgid "Run \"bzr check\" for more details."
7598
#: bzrlib/reconcile.py:123
7431
#: breezy/reconcile.py:123
7599
7432
msgid "Reconciliation complete."
7602
#: bzrlib/reconcile.py:166
7435
#: breezy/reconcile.py:166
7436
#, python-brace-format
7603
7437
msgid "Fixing last revision info {0} => {1}"
7606
#: bzrlib/reconcile.py:173
7440
#: breezy/reconcile.py:173
7607
7441
msgid "revision_history ok."
7610
#: bzrlib/reconcile.py:234
7444
#: breezy/reconcile.py:234
7611
7445
msgid "Reading inventory data"
7614
#: bzrlib/reconcile.py:254 bzrlib/reconcile.py:384
7448
#: breezy/reconcile.py:254 breezy/reconcile.py:384
7615
7449
msgid "Inventory ok."
7618
#: bzrlib/reconcile.py:256 bzrlib/reconcile.py:386
7452
#: breezy/reconcile.py:256 breezy/reconcile.py:386
7619
7453
msgid "Backing up inventory"
7622
#: bzrlib/reconcile.py:258
7456
#: breezy/reconcile.py:258
7623
7457
msgid "Backup inventory created."
7626
#: bzrlib/reconcile.py:274 bzrlib/reconcile.py:405
7460
#: breezy/reconcile.py:274 breezy/reconcile.py:405
7627
7461
msgid "Writing weave"
7630
#: bzrlib/reconcile.py:277 bzrlib/reconcile.py:408
7464
#: breezy/reconcile.py:277 breezy/reconcile.py:408
7631
7465
msgid "Inventory regenerated."
7634
#: bzrlib/reconcile.py:371 bzrlib/reconcile.py:373 bzrlib/reconcile.py:376
7468
#: breezy/reconcile.py:371 breezy/reconcile.py:373 breezy/reconcile.py:376
7635
7469
msgid "Reading indexes"
7638
#: bzrlib/reconcile.py:380 bzrlib/reconcile.py:382
7472
#: breezy/reconcile.py:380 breezy/reconcile.py:382
7639
7473
msgid "Checking unused inventories"
7642
#: bzrlib/reconcile.py:388
7476
#: breezy/reconcile.py:388
7643
7477
msgid "Backup Inventory created"
7646
#: bzrlib/reconcile.py:446
7480
#: breezy/reconcile.py:446
7647
7481
msgid "Fixing text parents"
7650
#: bzrlib/reconfigure.py:54
7484
#: breezy/reconfigure.py:54
7485
#, python-brace-format
7651
7486
msgid "{0} is now stacked on {1}\n"
7654
#: bzrlib/reconfigure.py:69
7489
#: breezy/reconfigure.py:69
7655
7490
#, python-format
7656
7491
msgid "%s is now not stacked\n"
7659
#: bzrlib/remote.py:1228 bzrlib/repository.py:289
7494
#: breezy/remote.py:1228 breezy/repository.py:289
7660
7495
#, python-format
7661
7496
msgid "bzr: ERROR (ignored): %s"
7664
#: bzrlib/remote.py:2534
7499
#: breezy/remote.py:2534
7665
7500
msgid "Copying repository content as tarball..."
7668
#: bzrlib/rename_map.py:69
7503
#: breezy/rename_map.py:69
7669
7504
msgid "Calculating hashes"
7672
#: bzrlib/rename_map.py:107
7507
#: breezy/rename_map.py:107
7673
7508
msgid "Determining hash hits"
7676
#: bzrlib/rename_map.py:242
7511
#: breezy/rename_map.py:242
7512
#, python-brace-format
7677
7513
msgid "{0} => {1}"
7680
#: bzrlib/repository.py:1738
7516
#: breezy/repository.py:1738
7681
7517
msgid "Moving repository to repository.backup"
7684
#: bzrlib/repository.py:1745
7520
#: breezy/repository.py:1745
7685
7521
msgid "Creating new repository"
7688
#: bzrlib/repository.py:1750
7524
#: breezy/repository.py:1750
7689
7525
msgid "Copying content"
7692
#: bzrlib/repository.py:1754
7528
#: breezy/repository.py:1754
7693
7529
msgid "Deleting old repository content"
7696
#: bzrlib/repository.py:1756
7532
#: breezy/repository.py:1756
7697
7533
msgid "repository converted"
7700
#: bzrlib/revisionspec.py:903
7536
#: breezy/revisionspec.py:903
7537
#, python-brace-format
7701
7538
msgid "Using {0} {1}"
7704
#: bzrlib/send.py:59
7541
#: breezy/send.py:59
7705
7542
#, python-format
7706
7543
msgid "Mail client \"%s\" does not support specifying body"
7709
#: bzrlib/send.py:63
7546
#: breezy/send.py:63
7710
7547
msgid "--remember requires a branch to be specified."
7713
#: bzrlib/send.py:78
7550
#: breezy/send.py:78
7714
7551
msgid "No submit branch known or specified"
7717
#: bzrlib/send.py:81
7554
#: breezy/send.py:81
7555
#, python-brace-format
7718
7556
msgid "Using saved {0} location \"{1}\" to determine what changes to submit."
7721
#: bzrlib/send.py:99
7559
#: breezy/send.py:99
7722
7560
#, python-format
7723
7561
msgid "No such send format '%s'."
7726
#: bzrlib/send.py:115
7564
#: breezy/send.py:115
7727
7565
msgid "bzr send takes at most two one revision identifiers"
7730
#: bzrlib/send.py:128
7568
#: breezy/send.py:128
7731
7569
msgid "No revisions to submit."
7734
#: bzrlib/send.py:140
7572
#: breezy/send.py:140
7736
7574
"- not supported for merge directives that use more than one output file."
7739
#: bzrlib/send.py:186
7577
#: breezy/send.py:186
7740
7578
msgid "Format 0.9 does not permit bundle with no patch"
7743
#: bzrlib/shelf_ui.py:46
7581
#: breezy/shelf_ui.py:46
7744
7582
#, python-format
7745
7583
msgid "Shelve adding file \"%(path)s\"?"
7748
#: bzrlib/shelf_ui.py:47
7586
#: breezy/shelf_ui.py:47
7749
7587
msgid "Shelve binary changes?"
7752
#: bzrlib/shelf_ui.py:48
7590
#: breezy/shelf_ui.py:48
7753
7591
msgid "Shelve changing \"%s\" from %(other)s to %(this)s?"
7756
#: bzrlib/shelf_ui.py:50
7594
#: breezy/shelf_ui.py:50
7757
7595
#, python-format
7758
7596
msgid "Shelve removing file \"%(path)s\"?"
7761
#: bzrlib/shelf_ui.py:51
7599
#: breezy/shelf_ui.py:51
7762
7600
#, python-format
7763
7601
msgid "Shelve %d change(s)?"
7766
#: bzrlib/shelf_ui.py:52
7604
#: breezy/shelf_ui.py:52
7767
7605
msgid "Shelve?"
7770
#: bzrlib/shelf_ui.py:53
7608
#: breezy/shelf_ui.py:53
7771
7609
#, python-format
7773
7611
"Shelve changing target of \"%(path)s\" from \"%(other)s\" to \"%(this)s\"?"
7776
#: bzrlib/shelf_ui.py:55
7614
#: breezy/shelf_ui.py:55
7777
7615
#, python-format
7778
7616
msgid "Shelve renaming \"%(other)s\" => \"%(this)s\"?"
7781
#: bzrlib/shelf_ui.py:70
7619
#: breezy/shelf_ui.py:70
7782
7620
#, python-format
7783
7621
msgid "Changes shelved with id \"%d\"."
7786
#: bzrlib/shelf_ui.py:74
7624
#: breezy/shelf_ui.py:74
7787
7625
msgid "Selected changes destroyed."
7790
#: bzrlib/shelf_ui.py:78
7628
#: breezy/shelf_ui.py:78
7791
7629
msgid "Selected changes:"
7794
#: bzrlib/shelf_ui.py:98
7632
#: breezy/shelf_ui.py:98
7795
7633
#, python-format
7796
7634
msgid "Delete file \"%(path)s\"?"
7799
#: bzrlib/shelf_ui.py:99
7637
#: breezy/shelf_ui.py:99
7800
7638
msgid "Apply binary changes?"
7803
#: bzrlib/shelf_ui.py:100
7641
#: breezy/shelf_ui.py:100
7804
7642
#, python-format
7805
7643
msgid "Change \"%(path)s\" from %(this)s to %(other)s?"
7808
#: bzrlib/shelf_ui.py:102
7646
#: breezy/shelf_ui.py:102
7809
7647
#, python-format
7810
7648
msgid "Add file \"%(path)s\"?"
7813
#: bzrlib/shelf_ui.py:103
7651
#: breezy/shelf_ui.py:103
7814
7652
#, python-format
7815
7653
msgid "Apply %d change(s)?"
7818
#: bzrlib/shelf_ui.py:104
7656
#: breezy/shelf_ui.py:104
7819
7657
msgid "Apply change?"
7822
#: bzrlib/shelf_ui.py:105
7660
#: breezy/shelf_ui.py:105
7823
7661
#, python-format
7824
7662
msgid "Change target of \"%(path)s\" from \"%(this)s\" to \"%(other)s\"?"
7827
#: bzrlib/shelf_ui.py:107
7665
#: breezy/shelf_ui.py:107
7828
7666
#, python-format
7829
7667
msgid "Rename \"%(this)s\" => \"%(other)s\"?"
7832
#: bzrlib/shelf_ui.py:402
7670
#: breezy/shelf_ui.py:402
7833
7671
msgid "No changes are shelved."
7836
#: bzrlib/shelf_ui.py:460
7674
#: breezy/shelf_ui.py:460
7837
7675
#, python-format
7838
7676
msgid "Using changes with id \"%d\"."
7841
#: bzrlib/shelf_ui.py:464
7679
#: breezy/shelf_ui.py:464
7842
7680
#, python-format
7843
7681
msgid "Message: %s"
7846
#: bzrlib/shelf_ui.py:476
7684
#: breezy/shelf_ui.py:476
7847
7685
#, python-format
7848
7686
msgid "Deleted changes with id \"%d\"."
7851
#: bzrlib/smart/medium.py:714
7689
#: breezy/smart/medium.py:714
7690
#, python-brace-format
7852
7691
msgid "HPSS calls: {0} ({1} vfs) {2}"
7855
#: bzrlib/smart/server.py:169
7694
#: breezy/smart/ping.py:32
7695
msgid "Pings a Bazaar smart server."
7698
#: breezy/smart/ping.py:34
7700
"This command sends a 'hello' request to the given location using the bzr\n"
7701
"smart protocol, and reports the response."
7704
#: breezy/smart/server.py:169
7856
7705
msgid "Requested to stop gracefully"
7859
#: bzrlib/smart/server.py:179
7708
#: breezy/smart/server.py:179
7860
7709
#, python-format
7861
7710
msgid "Waiting for %d client(s) to finish"
7864
#: bzrlib/smart/server.py:185
7713
#: breezy/smart/server.py:185
7865
7714
#, python-format
7866
7715
msgid "Still waiting for %d client(s) to finish"
7869
#: bzrlib/smart/server.py:219
7718
#: breezy/smart/server.py:219
7870
7719
#, python-format
7871
7720
msgid "listening socket error: %s"
7874
#: bzrlib/smart/server.py:452
7723
#: breezy/smart/server.py:452
7875
7724
#, python-format
7876
7725
msgid "listening on port: %s"
7879
#: bzrlib/switch.py:73
7728
#: breezy/switch.py:84
7880
7729
msgid "Pending merges must be committed or reverted before using switch."
7883
#: bzrlib/switch.py:100
7732
#: breezy/switch.py:111
7885
7734
"Cannot switch as local commits found in the checkout. Commit these to the "
7886
7735
"bound branch or use --force to throw them away."
7889
#: bzrlib/switch.py:105
7738
#: breezy/switch.py:116
7890
7739
#, python-format
7892
7741
"Unable to connect to current master branch %(target)s: %(error)s To switch "
7893
7742
"anyway, use --force."
7896
#: bzrlib/switch.py:129
7745
#: breezy/switch.py:140
7897
7746
msgid "Cannot switch a branch, only a checkout."
7900
#: bzrlib/switch.py:167
7749
#: breezy/switch.py:183
7901
7750
#, python-format
7902
7751
msgid "Tree is up to date at revision %d."
7905
#: bzrlib/switch.py:173
7754
#: breezy/switch.py:190
7906
7755
#, python-format
7907
7756
msgid "Updated to revision %d."
7910
#: bzrlib/transform.py:1723 bzrlib/transform.py:1734 bzrlib/transform.py:1736
7759
#: breezy/transform.py:1723 breezy/transform.py:1734 breezy/transform.py:1736
7911
7760
msgid "Apply phase"
7914
#: bzrlib/transform.py:1762 bzrlib/transform.py:1830
7763
#: breezy/transform.py:1762 breezy/transform.py:1830
7915
7764
msgid "removing file"
7918
#: bzrlib/transform.py:1780 bzrlib/transform.py:1865
7767
#: breezy/transform.py:1780 breezy/transform.py:1865
7919
7768
msgid "adding file"
7922
#: bzrlib/transform.py:2598
7771
#: breezy/transform.py:2598
7923
7772
msgid "Building tree"
7926
#: bzrlib/transform.py:2688 bzrlib/transform.py:2715
7775
#: breezy/transform.py:2688 breezy/transform.py:2715
7927
7776
msgid "Adding file contents"
7930
#: bzrlib/transform.py:3017
7779
#: breezy/transform.py:3017
7931
7780
msgid "Resolution pass"
7934
#: bzrlib/transport/ftp/_gssapi.py:88
7783
#: breezy/transport/ftp/_gssapi.py:88
7935
7784
#, python-format
7936
7785
msgid "Authenticated as %s"
7939
#: bzrlib/tree.py:647
7788
#: breezy/tree.py:647
7940
7789
msgid "*** {0} content-filter: {1} => {2!r}"
7943
#: bzrlib/upgrade.py:77
7792
#: breezy/upgrade.py:77
7944
7793
#, python-format
7945
7794
msgid "This is a checkout. The branch (%s) needs to be upgraded separately."
7948
#: bzrlib/upgrade.py:100
7797
#: breezy/upgrade.py:100
7949
7798
#, python-format
7950
7799
msgid "cannot upgrade from bzrdir format %s"
7953
#: bzrlib/upgrade.py:103
7802
#: breezy/upgrade.py:103
7954
7803
#, python-format
7955
7804
msgid "starting upgrade of %s"
7958
#: bzrlib/upgrade.py:110
7807
#: breezy/upgrade.py:110
7959
7808
msgid "finished"
7962
#: bzrlib/upgrade.py:120
7811
#: breezy/upgrade.py:120
7963
7812
msgid "Deleting backup.bzr"
7966
#: bzrlib/upgrade.py:151
7815
#: breezy/upgrade.py:151
7816
#, python-brace-format
7969
7819
"SUMMARY: {0} upgrades attempted, {1} succeeded, {2} failed"
7972
#: bzrlib/upgrade.py:208
7822
#: breezy/upgrade.py:208
7973
7823
#, python-format
7974
7824
msgid "Found %d dependent branches - upgrading ..."
7977
#: bzrlib/upgrade.py:276
7827
#: breezy/upgrade.py:276
7978
7828
msgid "Upgrading bzrdirs"
7981
#: bzrlib/upgrade.py:282
7831
#: breezy/upgrade.py:282
7982
7832
#, python-format
7983
7833
msgid "Upgrading %s"
7986
#: bzrlib/upgrade.py:283
7836
#: breezy/upgrade.py:283
7837
#, python-brace-format
7987
7838
msgid "Upgrading {0} {1} ..."
7990
#: bzrlib/upgrade.py:301
7841
#: breezy/upgrade.py:301
7991
7842
msgid "Removing backup ..."
7994
#: bzrlib/upgrade.py:305
7845
#: breezy/upgrade.py:305
7846
#, python-brace-format
7995
7847
msgid "failed to clean-up {0}: {1}"
7998
#: bzrlib/vf_repository.py:1091
7850
#: breezy/vf_repository.py:1091
7999
7851
msgid "inventories"
8002
#: bzrlib/vf_repository.py:1117
7854
#: breezy/vf_repository.py:1117
8006
#: bzrlib/vf_repository.py:1622 bzrlib/vf_repository.py:1631
7858
#: breezy/vf_repository.py:1622 breezy/vf_repository.py:1631
8007
7859
msgid "Calculating text parents"
8010
#: bzrlib/vf_repository.py:1707
7862
#: breezy/vf_repository.py:1707
8011
7863
msgid "Fetch texts"
8014
#: bzrlib/vf_repository.py:2536
7866
#: breezy/vf_repository.py:2536
8015
7867
msgid "loading text store"
8018
#: bzrlib/vf_repository.py:2542
7870
#: breezy/vf_repository.py:2542
8019
7871
msgid "checking text graph"
8022
#: bzrlib/vf_repository.py:2998 bzrlib/vf_repository.py:3012
8023
#: bzrlib/vf_repository.py:3127
7874
#: breezy/vf_repository.py:2998 breezy/vf_repository.py:3012
7875
#: breezy/vf_repository.py:3127
8024
7876
msgid "Transferring revisions"
8027
#: bzrlib/win32utils.py:146
7879
#: breezy/win32utils.py:146
8028
7880
msgid "Failed to GetProcessMemoryInfo()"
8031
#: bzrlib/win32utils.py:167
7883
#: breezy/win32utils.py:167
8032
7884
msgid "Cannot debug memory on win32 without ctypes or win32process"
8035
#: bzrlib/win32utils.py:172
7887
#: breezy/win32utils.py:172
7888
#, python-brace-format
8036
7889
msgid "WorkingSize {0:>7}KiB\tPeakWorking {1:>7}KiB\t{2}"
8039
#: bzrlib/win32utils.py:180
7892
#: breezy/win32utils.py:180
8040
7893
#, python-format
8041
7894
msgid "WorkingSize %8d KiB"
8044
#: bzrlib/win32utils.py:181
7897
#: breezy/win32utils.py:181
8045
7898
#, python-format
8046
7899
msgid "PeakWorking %8d KiB"
8049
#: bzrlib/win32utils.py:182
7902
#: breezy/win32utils.py:182
8050
7903
#, python-format
8051
7904
msgid "PagefileUsage %8d KiB"
8054
#: bzrlib/win32utils.py:183
7907
#: breezy/win32utils.py:183
8055
7908
#, python-format
8056
7909
msgid "PeakPagefileUsage %8d KiB"
8059
#: bzrlib/win32utils.py:185
7912
#: breezy/win32utils.py:185
8060
7913
#, python-format
8061
7914
msgid "PrivateUsage %8d KiB"
8064
#: bzrlib/win32utils.py:186
7917
#: breezy/win32utils.py:186
8065
7918
#, python-format
8066
7919
msgid "PageFaultCount %8d"
8069
#: bzrlib/workingtree.py:1482
7922
#: breezy/workingtree.py:1516
8070
7923
msgid "Rerun update after fixing the conflicts."