203
203
"変更されたかを見るには、2つのリビジョンを引数に指定してください。\n"
204
204
"'bzr diff --summarize' でも見ることができます。"
206
#: bzrlib/builtins.py:275
206
#: bzrlib/builtins.py:363
207
207
msgid "Use short status indicators."
208
208
msgstr "省略形式でステータスを表示します。"
210
#: bzrlib/builtins.py:277
210
#: bzrlib/builtins.py:365
211
211
msgid "Only show versioned files."
212
212
msgstr "バージョン管理されているファイルだけを表示します。"
214
#: bzrlib/builtins.py:279
214
#: bzrlib/builtins.py:367
215
215
msgid "Don't show pending merges."
216
216
msgstr "マージ中の情報を表示しません。"
218
#: bzrlib/builtins.py:282
218
#: bzrlib/builtins.py:370
219
219
msgid "Do not mark object type using indicator."
220
220
msgstr "オブジェクトの種別を表すマーカーを表示しません。"
222
#: bzrlib/builtins.py:297
222
#: bzrlib/builtins.py:385
223
223
msgid "bzr status --revision takes exactly one or two revision specifiers"
224
224
msgstr "bzr status --revisionには、1つか2つのリビジョンを指定します。"
226
#: bzrlib/builtins.py:341 bzrlib/builtins.py:5090
226
#: bzrlib/builtins.py:429 bzrlib/builtins.py:5183
227
227
msgid "You can only supply one of revision_id or --revision"
228
228
msgstr "リビジョンIDと--revisionのどちらか一つだけを指定してください。"
230
#: bzrlib/builtins.py:344 bzrlib/builtins.py:5092
230
#: bzrlib/builtins.py:432 bzrlib/builtins.py:5185
231
231
msgid "You must supply either --revision or a revision_id"
232
232
msgstr "--revisionとリビジョンIDのどちらかを指定してください。"
234
#: bzrlib/builtins.py:351
234
#: bzrlib/builtins.py:439
236
236
msgid "Repository %r does not support access to raw revision texts"
237
237
msgstr "リポジトリ %r はリビジョンのtextへの直接アクセスをサポートしていません"
239
#: bzrlib/builtins.py:362
239
#: bzrlib/builtins.py:450
240
240
msgid "The repository {0} contains no revision {1}."
241
241
msgstr "リポジトリ {0} にはリビジョン {1} はありません。"
243
#: bzrlib/builtins.py:369
243
#: bzrlib/builtins.py:457
244
244
msgid "You cannot specify a NULL revision."
245
245
msgstr "NULLリビジョンは指定できません。"
247
#: bzrlib/builtins.py:461
247
#: bzrlib/builtins.py:549
248
248
msgid "Remove the working tree from a given branch/checkout."
249
249
msgstr "指定されたブランチ/チェックアウトから作業ツリーを削除します。"
251
#: bzrlib/builtins.py:463
251
#: bzrlib/builtins.py:551
253
253
"Since a lightweight checkout is little more than a working tree\n"
254
254
"this will refuse to run against one."
285
285
"ツリーは壊れていないようです。代わりに\"bzr revert\"を実行してください。もし、本当に作業ツリーをリセットしたいのであれば、\"--"
286
286
"force\"オプションを指定してください。"
288
#: bzrlib/builtins.py:548
288
#: bzrlib/builtins.py:636
290
290
", the header appears corrupt, try passing -r -1 to set the state to the last "
292
292
msgstr ", ヘッダーが壊れているようです。-r -1を指定して最終コミット時点の状態に戻してください。"
294
#: bzrlib/builtins.py:552
294
#: bzrlib/builtins.py:640
295
295
msgid "failed to reset the tree state{0}"
296
296
msgstr "ツリーの状態をリセットできませんでした。{0}"
298
#: bzrlib/builtins.py:556
298
#: bzrlib/builtins.py:644
299
299
msgid "Show current revision number."
300
300
msgstr "現在のリビジョン番号を表示します。"
302
#: bzrlib/builtins.py:558
302
#: bzrlib/builtins.py:646
303
303
msgid "This is equal to the number of revisions on this branch."
304
304
msgstr "これは、ブランチ内のリビジョンの数と同じです。"
306
#: bzrlib/builtins.py:571
306
#: bzrlib/builtins.py:659
307
307
msgid "--tree and --revision can not be used together"
308
308
msgstr "--tree と --revision は同時に指定できません"
310
#: bzrlib/builtins.py:588 bzrlib/builtins.py:5874
310
#: bzrlib/builtins.py:676 bzrlib/builtins.py:5967
311
311
msgid "Tags can only be placed on a single revision, not on a range"
312
312
msgstr "タグは1つのリビジョンにしか指定できません"
314
#: bzrlib/builtins.py:612
314
#: bzrlib/builtins.py:700
315
315
msgid "Show revno of working tree."
316
316
msgstr "作業ツリーのリビジョン番号を表示します。"
318
#: bzrlib/builtins.py:660
318
#: bzrlib/builtins.py:748
319
319
msgid "Add specified files or directories."
320
320
msgstr "指定されたファイルやディレクトリを追加します。"
322
#: bzrlib/builtins.py:662
322
#: bzrlib/builtins.py:750
324
324
"In non-recursive mode, all the named items are added, regardless\n"
325
325
"of whether they were previously ignored. A warning is given if\n"
416
416
"ファイルは追加されません。明示的に指定されたアイテムはファイルサイズに\n"
419
#: bzrlib/builtins.py:706
419
#: bzrlib/builtins.py:794
420
420
msgid "Don't recursively add the contents of directories."
421
421
msgstr "ディレクトリの内容を再帰的に追加しません。"
423
#: bzrlib/builtins.py:712
423
#: bzrlib/builtins.py:800
424
424
msgid "Lookup file ids from this tree."
425
425
msgstr "このツリーからファイルIDを検索します。"
427
#: bzrlib/builtins.py:748
427
#: bzrlib/builtins.py:836
428
428
msgid "ignored {0} matching \"{1}\"\n"
429
429
msgstr "無視 {0} (\"{1}\"にマッチ)\n"
431
#: bzrlib/builtins.py:753
431
#: bzrlib/builtins.py:841
432
432
msgid "Create a new versioned directory."
433
433
msgstr "バージョン管理されたディレクトリを作成します。"
435
#: bzrlib/builtins.py:755
435
#: bzrlib/builtins.py:843
436
436
msgid "This is equivalent to creating the directory and then adding it."
437
437
msgstr "ディレクトリを作成して、バージョン管理に追加することと同じです。"
439
#: bzrlib/builtins.py:762
439
#: bzrlib/builtins.py:850
440
440
msgid "No error if existing, make parent directories as needed."
443
#: bzrlib/builtins.py:796
443
#: bzrlib/builtins.py:884
445
445
msgid "added %s\n"
446
446
msgstr "%s が追加されました。\n"
448
#: bzrlib/builtins.py:838
448
#: bzrlib/builtins.py:926
450
450
msgid "invalid kind %r specified"
451
451
msgstr "kindが正しくありません。 %s"
453
#: bzrlib/builtins.py:875
453
#: bzrlib/builtins.py:963
454
454
msgid "Move or rename a file."
455
455
msgstr "ファイルの移動や名前の変更を行います。"
457
#: bzrlib/builtins.py:877
457
#: bzrlib/builtins.py:965
458
458
msgid " bzr mv SOURCE... DESTINATION"
459
459
msgstr " bzr mv SOURCE... DESTINATION"
461
#: bzrlib/builtins.py:879
461
#: bzrlib/builtins.py:967
463
463
"If the last argument is a versioned directory, all the other names\n"
464
464
"are moved into it. Otherwise, there must be exactly two arguments\n"
482
482
"内部データへの変更の反映だけを行います。\n"
483
483
"複数のSOURCEをひとつのDESTINATIONに移動する場合も同じです。"
485
#: bzrlib/builtins.py:889
485
#: bzrlib/builtins.py:977
486
486
msgid "Files cannot be moved between branches."
487
487
msgstr "ファイルを別のブランチに移動することはできません。"
489
#: bzrlib/builtins.py:896
489
#: bzrlib/builtins.py:984
491
491
"Move only the bzr identifier of the file, because the file has already been "
493
493
msgstr "ファイルは既に移動済みのため、ファイルのBazaar IDだけを移動します。"
495
#: bzrlib/builtins.py:898
495
#: bzrlib/builtins.py:986
496
496
msgid "Automatically guess renames."
497
497
msgstr "変名を自動的に推測します。"
499
#: bzrlib/builtins.py:899
499
#: bzrlib/builtins.py:987
500
500
msgid "Avoid making changes when guessing renames."
501
501
msgstr "変名を推測する時に、実際には変更を行いません。"
503
#: bzrlib/builtins.py:908
503
#: bzrlib/builtins.py:996
504
504
msgid "--dry-run requires --auto."
505
505
msgstr "--dry-runは--autoとともに指定してください。"
507
#: bzrlib/builtins.py:912
507
#: bzrlib/builtins.py:1000
508
508
msgid "missing file argument"
509
509
msgstr "ファイルが指定されていません。"
511
#: bzrlib/builtins.py:916
511
#: bzrlib/builtins.py:1004
512
512
msgid "can not move root of branch"
513
513
msgstr "ブランチの root は移動できません。"
515
#: bzrlib/builtins.py:922
515
#: bzrlib/builtins.py:1010
516
516
msgid "Only one path may be specified to --auto."
517
517
msgstr "--autoを指定する場合はパスはひとつだけ指定してください。"
519
#: bzrlib/builtins.py:925
519
#: bzrlib/builtins.py:1013
520
520
msgid "--after cannot be specified with --auto."
521
521
msgstr "--afterと--autoを同時に指定することはできません。"
523
#: bzrlib/builtins.py:962
523
#: bzrlib/builtins.py:1050
524
524
msgid "to mv multiple files the destination must be a versioned directory"
525
525
msgstr "複数のファイルを移動する時は、移動先はバージョン管理されていなければなりません。"
527
#: bzrlib/builtins.py:1014
527
#: bzrlib/builtins.py:1102
528
528
msgid "Turn this branch into a mirror of another branch."
529
529
msgstr "このブランチを別のブランチのミラーにします。"
531
#: bzrlib/builtins.py:1016
531
#: bzrlib/builtins.py:1104
533
533
"By default, this command only works on branches that have not diverged.\n"
534
534
"Branches are considered diverged if the destination branch's most recent \n"
591
591
"ブランチだけでなく、bzr sendで生成されたマージディレクティブを含むファイル\n"
592
592
"もpull対象として指定できることに注意してください。"
594
#: bzrlib/builtins.py:1046
594
#: bzrlib/builtins.py:1134
595
595
msgid "Show logs of pulled revisions."
596
596
msgstr "pull対象リビジョンのログを表示します。"
598
#: bzrlib/builtins.py:1048
598
#: bzrlib/builtins.py:1136
600
600
"Branch to pull into, rather than the one containing the working directory."
601
601
msgstr "作業フォルダの代わりにpullを受け入れるブランチ"
603
#: bzrlib/builtins.py:1051
603
#: bzrlib/builtins.py:1139
605
605
"Perform a local pull in a bound branch. Local pulls are not applied to the "
607
607
msgstr "バインドブランチに対してpullする場合に、マスターブランチには反映しないようにします。"
609
#: bzrlib/builtins.py:1080
609
#: bzrlib/builtins.py:1168
610
610
msgid "Need working tree for --show-base."
611
611
msgstr "--show-baseオプションを使用するには作業ツリーが必要です。"
613
#: bzrlib/builtins.py:1096
613
#: bzrlib/builtins.py:1184
614
614
msgid "No pull location known or specified."
615
615
msgstr "pull対象ブランチが指定されていません。"
617
#: bzrlib/builtins.py:1102
617
#: bzrlib/builtins.py:1190
619
619
msgid "Using saved parent location: %s\n"
620
620
msgstr "デフォルトの親ブランチを使用します。: %s\n"
622
#: bzrlib/builtins.py:1109 bzrlib/builtins.py:4300
622
#: bzrlib/builtins.py:1197 bzrlib/builtins.py:4393
623
623
msgid "Cannot use -r with merge directives or bundles"
624
624
msgstr "マージディレクティブやバンドルに対して-rを使用することはできません。"
626
#: bzrlib/builtins.py:1150
626
#: bzrlib/builtins.py:1238
627
627
msgid "Update a mirror of this branch."
628
628
msgstr "このブランチのミラーを更新します。"
630
#: bzrlib/builtins.py:1152
630
#: bzrlib/builtins.py:1240
632
632
"The target branch will not have its working tree populated because this\n"
633
633
"is both expensive, and is not supported on remote file systems."
810
810
"デフォルトでは、branch先のディレクトリが既に存在しているのにバージョン管理されていない場合はbranchできません。このフラグを指定すると、その場合"
811
811
"でもbranchできるようになります。"
813
#: bzrlib/builtins.py:1315
813
#: bzrlib/builtins.py:1403
814
814
msgid "Bind new branch to from location."
815
815
msgstr "新しいブランチを元のブランチにバインドします。"
817
#: bzrlib/builtins.py:1362
817
#: bzrlib/builtins.py:1450
819
819
msgid "Target directory \"%s\" already exists."
820
820
msgstr "対象のディレクトリ \"%s\" は既に存在します。"
822
#: bzrlib/builtins.py:1374
822
#: bzrlib/builtins.py:1462
824
824
msgid "Parent of \"%s\" does not exist."
825
825
msgstr "\"%s\" の親が見つかりません。"
827
#: bzrlib/builtins.py:1393
827
#: bzrlib/builtins.py:1481
828
828
msgid "The branch {0} has no revision {1}."
829
829
msgstr "ブランチ {0} にリビジョン {1} はありません。"
831
#: bzrlib/builtins.py:1403 bzrlib/push.py:53
831
#: bzrlib/builtins.py:1496 bzrlib/push.py:53
833
833
msgid "Created new stacked branch referring to %s."
834
834
msgstr "%s を参照するスタックドブランチを作成しました。"
836
#: bzrlib/builtins.py:1407
836
#: bzrlib/builtins.py:1500
838
838
msgid "Branched %d revision."
839
839
msgid_plural "Branched %d revisions."
840
840
msgstr[0] "%d個のリビジョンをブランチしました。"
842
#: bzrlib/builtins.py:1412
842
#: bzrlib/builtins.py:1505
844
844
msgid "New branch bound to %s"
845
845
msgstr "新しいブランチは %s にバインドされています。"
847
#: bzrlib/builtins.py:1417 bzrlib/builtins.py:6187
847
#: bzrlib/builtins.py:1510 bzrlib/builtins.py:6256
849
849
msgid "Switched to branch: %s"
850
850
msgstr "バインド先をスイッチしました。: %s"
852
#: bzrlib/builtins.py:1422
852
#: bzrlib/builtins.py:1515
853
853
msgid "List the branches available at the current location."
854
854
msgstr "カレントフォルダにある利用可能なブランチをリストアップします。"
856
#: bzrlib/builtins.py:1424
856
#: bzrlib/builtins.py:1517
858
858
"This command will print the names of all the branches at the current\n"
860
860
msgstr "このコマンドは、現在の場所にある全てのブランチの名前を表示します。"
862
#: bzrlib/builtins.py:1431
862
#: bzrlib/builtins.py:1524
864
864
"Recursively scan for branches rather than just looking in the specified "
866
866
msgstr "指定された場所だけでなく、再帰的にブランチを探します。"
868
#: bzrlib/builtins.py:1461
868
#: bzrlib/builtins.py:1554
869
869
msgid "(default)"
872
#: bzrlib/builtins.py:1473
872
#: bzrlib/builtins.py:1566
873
873
msgid "Create a new checkout of an existing branch."
874
874
msgstr "既存のブランチのチェックアウトを新しく作成します。"
876
#: bzrlib/builtins.py:1475
876
#: bzrlib/builtins.py:1568
878
878
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
1120
1120
"やパラメータが指定されていない場合は、バージョン管理されているけれどツリー\n"
1121
1121
"削除されているファイルを探して、そのファイルのバージョン管理を止めます。"
1123
#: bzrlib/builtins.py:1745
1123
#: bzrlib/builtins.py:1838
1124
1124
msgid "Only remove files that have never been committed."
1125
1125
msgstr "まだコミットされていないファイルだけを削除します。"
1127
#: bzrlib/builtins.py:1747
1127
#: bzrlib/builtins.py:1840
1128
1128
msgid "The file deletion mode to be used."
1129
1129
msgstr "使用するファイル削除モードです。"
1131
#: bzrlib/builtins.py:1748
1131
#: bzrlib/builtins.py:1841
1132
1132
msgid "Deletion Strategy"
1135
#: bzrlib/builtins.py:1749
1135
#: bzrlib/builtins.py:1842
1136
1136
msgid "Backup changed files (default)."
1137
1137
msgstr "変更したファイルをバックアップします。"
1139
#: bzrlib/builtins.py:1750
1139
#: bzrlib/builtins.py:1843
1140
1140
msgid "Delete from bzr but leave the working copy."
1141
1141
msgstr "Bazaarからは削除しますが、作業ツリーには残します。"
1143
#: bzrlib/builtins.py:1751
1143
#: bzrlib/builtins.py:1844
1144
1144
msgid "Don't backup changed files."
1145
1145
msgstr "変更されたファイルをバックアップしません。"
1147
#: bzrlib/builtins.py:1752
1147
#: bzrlib/builtins.py:1845
1149
1149
"Delete all the specified files, even if they can not be recovered and even "
1150
1150
"if they are non-empty directories. (deprecated, use no-backup)"
1152
1152
"元に戻せないファイル、空ではないディレクトリも含めて、指定されたアイテムを全て削除します。(廃止予定。no-backupを使用してください)"
1154
#: bzrlib/builtins.py:1761
1154
#: bzrlib/builtins.py:1854
1155
1155
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
1156
1156
msgstr "(--forceオプションは廃止予定です。今後は--no-backupを使用してください)"
1158
#: bzrlib/builtins.py:1778
1158
#: bzrlib/builtins.py:1871
1159
1159
msgid "No matching files."
1160
1160
msgstr "対象のファイルはありませんでした。"
1162
#: bzrlib/builtins.py:1839
1162
#: bzrlib/builtins.py:1932
1163
1163
msgid "Reconcile bzr metadata in a branch."
1164
1164
msgstr "ブランチ内のBazaarのメタデータを修復します。"
1166
#: bzrlib/builtins.py:1841
1166
#: bzrlib/builtins.py:1934
1168
1168
"This can correct data mismatches that may have been caused by\n"
1169
1169
"previous ghost operations or bzr upgrades. You should only\n"
1502
1502
" マージされたリビジョンの場合は、-cオプションは左側の親からの変更を表示する\n"
1503
1503
" ことに注意してください。他の親からの変更を見るには、以下のようにします。::"
1505
#: bzrlib/builtins.py:2156
1505
#: bzrlib/builtins.py:2249
1506
1506
msgid " bzr diff -r<chosen_parent>..X"
1507
1507
msgstr " bzr diff -r<対象の親リビジョン>..X"
1509
#: bzrlib/builtins.py:2158
1509
#: bzrlib/builtins.py:2251
1511
1511
" The changes between the current revision and the previous revision\n"
1512
1512
" (equivalent to -c-1 and -r-2..-1)"
1513
1513
msgstr " 現在のリビジョンと一つ前のリビジョンとの差分です。(-c-1 、 -r-2..-1 と同じ)"
1515
#: bzrlib/builtins.py:2161
1515
#: bzrlib/builtins.py:2254
1516
1516
msgid " bzr diff -r-2.."
1517
1517
msgstr " bzr diff -r-2.."
1519
#: bzrlib/builtins.py:2163
1519
#: bzrlib/builtins.py:2256
1520
1520
msgid " Show just the differences for file NEWS::"
1521
1521
msgstr " ファイルNEWSの変更だけを表示します。::"
1523
#: bzrlib/builtins.py:2165
1523
#: bzrlib/builtins.py:2258
1524
1524
msgid " bzr diff NEWS"
1525
1525
msgstr " bzr diff NEWS"
1527
#: bzrlib/builtins.py:2167
1527
#: bzrlib/builtins.py:2260
1528
1528
msgid " Show the differences in working tree xxx for file NEWS::"
1529
1529
msgstr " 作業ツリーxxxの、ファイルNEWSの変更内容を表示します。::"
1531
#: bzrlib/builtins.py:2169
1531
#: bzrlib/builtins.py:2262
1532
1532
msgid " bzr diff xxx/NEWS"
1533
1533
msgstr " bzr diff xxx/NEWS"
1535
#: bzrlib/builtins.py:2171
1535
#: bzrlib/builtins.py:2264
1536
1536
msgid " Show the differences from branch xxx to this working tree:"
1537
1537
msgstr " ブランチxxxと作業ツリーとの間の差分を表示します。::"
1539
#: bzrlib/builtins.py:2173
1539
#: bzrlib/builtins.py:2266
1540
1540
msgid " bzr diff --old xxx"
1541
1541
msgstr " bzr diff --old xxx"
1543
#: bzrlib/builtins.py:2175
1543
#: bzrlib/builtins.py:2268
1544
1544
msgid " Show the differences between two branches for file NEWS::"
1545
1545
msgstr " 2つのブランチ間での、ファイルNEWSの差分を表示します。::"
1547
#: bzrlib/builtins.py:2177
1547
#: bzrlib/builtins.py:2270
1548
1548
msgid " bzr diff --old xxx --new yyy NEWS"
1549
1549
msgstr " bzr diff --old xxx --new yyy NEWS"
1551
#: bzrlib/builtins.py:2179
1551
#: bzrlib/builtins.py:2272
1552
1552
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1553
1553
msgstr " 'bzr diff'と同じですが、プレフィックスold/、new/を付加します。::"
1555
#: bzrlib/builtins.py:2181
1555
#: bzrlib/builtins.py:2274
1557
1557
" bzr diff --prefix old/:new/\n"
1567
1567
" bzr diff --using /usr/bin/diff --diff-options -wu"
1569
#: bzrlib/builtins.py:2191
1569
#: bzrlib/builtins.py:2284
1570
1570
msgid "Pass these options to the external diff program."
1571
1571
msgstr "これらのオプションは外部のdiffプログラムに渡されます。"
1573
#: bzrlib/builtins.py:2194
1573
#: bzrlib/builtins.py:2287
1575
1575
"Set prefixes added to old and new filenames, as two values separated by a "
1576
1576
"colon. (eg \"old/:new/\")."
1577
1577
msgstr "古いファイル名と新しいファイル名にプレフィックスを追加します。2つの値をコロンで区切って指定します。(例 \"old/:new/\")"
1579
#: bzrlib/builtins.py:2197
1579
#: bzrlib/builtins.py:2290
1580
1580
msgid "Branch/tree to compare from."
1581
1581
msgstr "比較元のブランチ/作業ツリーです。"
1583
#: bzrlib/builtins.py:2201
1583
#: bzrlib/builtins.py:2294
1584
1584
msgid "Branch/tree to compare to."
1585
1585
msgstr "比較先のブランチ/作業ツリーです。"
1587
#: bzrlib/builtins.py:2207
1587
#: bzrlib/builtins.py:2300
1588
1588
msgid "Use this command to compare files."
1589
1589
msgstr "ファイル比較に使うコマンドです。"
1591
#: bzrlib/builtins.py:2212
1591
#: bzrlib/builtins.py:2305
1592
1592
msgid "Diff format to use."
1593
1593
msgstr "使用するDiffフォーマットです。"
1595
#: bzrlib/builtins.py:2214
1595
#: bzrlib/builtins.py:2307
1596
1596
msgid "Diff format"
1597
1597
msgstr "Diffフォーマット"
1599
#: bzrlib/builtins.py:2236
1599
#: bzrlib/builtins.py:2329
1600
1600
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1601
1601
msgstr "--prefix は2つの値をコロンで区切ったものにしてください。 (例 \"old/:new/\")"
1603
#: bzrlib/builtins.py:2240
1603
#: bzrlib/builtins.py:2333
1604
1604
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1605
1605
msgstr "bzr diff --revision には1つまたは2つのリビジョンを指定してください。"
1607
#: bzrlib/builtins.py:2245 bzrlib/builtins.py:2643 bzrlib/builtins.py:2656
1608
#: bzrlib/builtins.py:2664 bzrlib/builtins.py:4826
1607
#: bzrlib/builtins.py:2338 bzrlib/builtins.py:2736 bzrlib/builtins.py:2749
1608
#: bzrlib/builtins.py:2757 bzrlib/builtins.py:4919
1609
1609
msgid "{0} and {1} are mutually exclusive"
1610
1610
msgstr "{0} と {1} を同時に指定することはできません。"
1612
#: bzrlib/builtins.py:2265
1612
#: bzrlib/builtins.py:2358
1614
1614
"List files deleted in the working tree.\n"
1994
1994
" することができます。このプラグインは、履歴情報をキャッシュして、ディスク\n"
1995
1995
" スペースと引き換えに高速なパフォーマンスをもたらします。"
1997
#: bzrlib/builtins.py:2531
1997
#: bzrlib/builtins.py:2624
1998
1998
msgid "Show from oldest to newest."
1999
1999
msgstr "古い方から新しい方へ表示する"
2001
#: bzrlib/builtins.py:2534
2001
#: bzrlib/builtins.py:2627
2002
2002
msgid "Show files changed in each revision."
2003
2003
msgstr "各リビジョンでのファイルの変更を表示する"
2005
#: bzrlib/builtins.py:2540
2005
#: bzrlib/builtins.py:2633
2006
2006
msgid "Show just the specified revision. See also \"help revisionspec\"."
2007
2007
msgstr "指定されたリビジョンだけを表示する。 ``help revisionspec``を参照"
2009
#: bzrlib/builtins.py:2544
2009
#: bzrlib/builtins.py:2637
2010
2010
msgid "What names to list as authors - first, all or committer."
2011
2011
msgstr "誰を作者として表示するか - first、all、またはcommitter"
2013
#: bzrlib/builtins.py:2545
2013
#: bzrlib/builtins.py:2638
2014
2014
msgid "Authors"
2017
#: bzrlib/builtins.py:2550
2017
#: bzrlib/builtins.py:2643
2018
2018
msgid "Number of levels to display - 0 for all, 1 for flat."
2019
2019
msgstr "表示するレベル。-0で全て、1で1階層"
2021
#: bzrlib/builtins.py:2560
2021
#: bzrlib/builtins.py:2653
2022
2022
msgid "Limit the output to the first N revisions."
2023
2023
msgstr "最初のNリビジョンだけを出力する"
2025
#: bzrlib/builtins.py:2565
2025
#: bzrlib/builtins.py:2658
2026
2026
msgid "Show changes made in each revision as a patch."
2027
2027
msgstr "各リビジョンでの変更をパッチとして表示"
2029
#: bzrlib/builtins.py:2567
2029
#: bzrlib/builtins.py:2660
2030
2030
msgid "Show merged revisions like --levels 0 does."
2031
2031
msgstr "--levels 0 と同じようにマージされたリビジョンを表示する"
2033
#: bzrlib/builtins.py:2571
2033
#: bzrlib/builtins.py:2664
2034
2034
msgid "Do not report commits with more than one parent."
2035
2035
msgstr "複数の親を持つコミットを表示しない"
2037
#: bzrlib/builtins.py:2573
2037
#: bzrlib/builtins.py:2666
2039
2039
"Display only the revisions that are not part of both ancestries (require -"
2041
2041
msgstr "共通の先祖に含まれないリビジョンだけを表示(-rX..Yを使用する必要がある)"
2043
#: bzrlib/builtins.py:2577
2043
#: bzrlib/builtins.py:2670
2044
2044
msgid "Show digital signature validity."
2045
2045
msgstr "デジタル署名を表示"
2047
#: bzrlib/builtins.py:2580
2047
#: bzrlib/builtins.py:2673
2048
2048
msgid "Show revisions whose properties match this expression."
2049
2049
msgstr "この表現にマッチするプロパティのリビジョンを表示"
2051
#: bzrlib/builtins.py:2584
2051
#: bzrlib/builtins.py:2677
2052
2052
msgid "Show revisions whose message matches this expression."
2053
2053
msgstr "この表現にマッチするメッセージのリビジョンを表示"
2055
#: bzrlib/builtins.py:2588
2055
#: bzrlib/builtins.py:2681
2056
2056
msgid "Show revisions whose committer matches this expression."
2057
2057
msgstr "コミッタが指定された表現にマッチするリビジョンを表示する"
2059
#: bzrlib/builtins.py:2592
2059
#: bzrlib/builtins.py:2685
2060
2060
msgid "Show revisions whose authors match this expression."
2061
2061
msgstr "作者が指定された表現にマッチするリビジョンを表示する"
2063
#: bzrlib/builtins.py:2596
2063
#: bzrlib/builtins.py:2689
2064
2064
msgid "Show revisions whose bugs match this expression."
2065
2065
msgstr "バグ情報が指定された表現にマッチするリビジョンを表示します"
2067
#: bzrlib/builtins.py:2650
2067
#: bzrlib/builtins.py:2743
2068
2068
msgid "--exclude-common-ancestry requires -r with two revisions"
2069
2069
msgstr "--exclude-common-ancestryには、-rで2つのリビジョンを指定する必要があります。"
2071
#: bzrlib/builtins.py:2678
2071
#: bzrlib/builtins.py:2771
2072
2072
#, python-format
2073
2073
msgid "Path unknown at end or start of revision range: %s"
2074
2074
msgstr "最後のリビジョンにも最初のリビジョンにもパスが見つかりません: %s"
2076
#: bzrlib/builtins.py:2795
2076
#: bzrlib/builtins.py:2888
2077
2077
#, python-format
2078
2078
msgid "bzr %s doesn't accept two revisions in different branches."
2079
2079
msgstr "bzr %s には、異なるブランチ上の2つのリビジョンは指定できません。"
2081
#: bzrlib/builtins.py:2811
2081
#: bzrlib/builtins.py:2904
2082
2082
#, python-format
2083
2083
msgid "bzr %s --revision takes one or two values."
2084
2084
msgstr "bzr %s --revision は1つまたは2つの値を取ります。"
2086
#: bzrlib/builtins.py:2856
2086
#: bzrlib/builtins.py:2949
2088
2088
"List files in a tree.\n"
2091
2091
"ツリー内のファイルをリストアップします。\n"
2094
#: bzrlib/builtins.py:2865
2094
#: bzrlib/builtins.py:2958
2095
2095
msgid "Recurse into subdirectories."
2096
2096
msgstr "サブディレクトリも再帰で処理します。"
2098
#: bzrlib/builtins.py:2867
2098
#: bzrlib/builtins.py:2960
2099
2099
msgid "Print paths relative to the root of the branch."
2100
2100
msgstr "ブランチのルートからの相対パスを表示します。"
2102
#: bzrlib/builtins.py:2869
2102
#: bzrlib/builtins.py:2962
2103
2103
msgid "Print unknown files."
2104
2104
msgstr "バージョン管理外のファイルを表示します。"
2106
#: bzrlib/builtins.py:2870
2106
#: bzrlib/builtins.py:2963
2107
2107
msgid "Print versioned files."
2108
2108
msgstr "バージョン管理されたファイルを表示します。"
2110
#: bzrlib/builtins.py:2873
2110
#: bzrlib/builtins.py:2966
2111
2111
msgid "Print ignored files."
2112
2112
msgstr "無視されたファイルを表示します。"
2114
#: bzrlib/builtins.py:2875
2114
#: bzrlib/builtins.py:2968
2115
2115
msgid "List entries of a particular kind: file, directory, symlink."
2116
2116
msgstr "指定された種別のアイテム(ファイル、ディレクトリ、シンボリックリンク)を表示します。"
2118
#: bzrlib/builtins.py:2888
2118
#: bzrlib/builtins.py:2981
2119
2119
msgid "invalid kind specified"
2120
2120
msgstr "無効な種別が指定されました。"
2122
#: bzrlib/builtins.py:2891
2122
#: bzrlib/builtins.py:2984
2123
2123
msgid "Cannot set both --verbose and --null"
2124
2124
msgstr "--verboseと--nullを同時に指定することはできません。"
2126
#: bzrlib/builtins.py:2900
2126
#: bzrlib/builtins.py:2993
2127
2127
msgid "cannot specify both --from-root and PATH"
2128
2128
msgstr "--from-rootとPATHを同時に指定することはできません。"
2130
#: bzrlib/builtins.py:2987
2130
#: bzrlib/builtins.py:3080
2131
2131
msgid "Ignore specified files or patterns."
2132
2132
msgstr "指定されたファイルやパターンを無視します。"
2134
#: bzrlib/builtins.py:2989
2134
#: bzrlib/builtins.py:3082
2135
2135
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
2136
2136
msgstr "パターンの書き方の詳細は ``bzr help patterns`` をご覧ください。"
2138
#: bzrlib/builtins.py:2991
2138
#: bzrlib/builtins.py:3084
2140
2140
"If a .bzrignore file does not exist, the ignore command\n"
2141
2141
"will create one and add the specified files or patterns to the newly\n"
2221
2221
" トップレベルのMakefileを無視する::"
2223
#: bzrlib/builtins.py:3026
2223
#: bzrlib/builtins.py:3119
2224
2224
msgid " bzr ignore ./Makefile"
2225
2225
msgstr " bzr ignore ./Makefile"
2227
#: bzrlib/builtins.py:3028
2227
#: bzrlib/builtins.py:3121
2228
2228
msgid " Ignore .class files in all directories...::"
2229
2229
msgstr " すべてのディレクトリの.classファイルを無視するが...::"
2231
#: bzrlib/builtins.py:3030
2231
#: bzrlib/builtins.py:3123
2232
2232
msgid " bzr ignore \"*.class\""
2233
2233
msgstr " bzr ignore \"*.class\""
2235
#: bzrlib/builtins.py:3032
2235
#: bzrlib/builtins.py:3125
2236
2236
msgid " ...but do not ignore \"special.class\"::"
2237
2237
msgstr " ...\"special.class\" は無視しない::"
2239
#: bzrlib/builtins.py:3034
2239
#: bzrlib/builtins.py:3127
2240
2240
msgid " bzr ignore \"!special.class\""
2241
2241
msgstr " bzr ignore \"!special.class\""
2243
#: bzrlib/builtins.py:3036
2243
#: bzrlib/builtins.py:3129
2244
2244
msgid " Ignore files whose name begins with the \"#\" character::"
2245
2245
msgstr " #で始まるファイルを無視する::"
2247
#: bzrlib/builtins.py:3038
2247
#: bzrlib/builtins.py:3131
2248
2248
msgid " bzr ignore \"RE:^#\""
2249
2249
msgstr " bzr ignore \"RE:^#\""
2251
#: bzrlib/builtins.py:3040 bzrlib/builtins.py:3044
2251
#: bzrlib/builtins.py:3133 bzrlib/builtins.py:3137
2252
2252
msgid " Ignore .o files under the lib directory::"
2253
2253
msgstr " libディレクトリ配下の.oファイルを無視する::"
2255
#: bzrlib/builtins.py:3042
2255
#: bzrlib/builtins.py:3135
2256
2256
msgid " bzr ignore \"lib/**/*.o\""
2257
2257
msgstr " bzr ignore \"lib/**/*.o\""
2259
#: bzrlib/builtins.py:3046
2259
#: bzrlib/builtins.py:3139
2260
2260
msgid " bzr ignore \"RE:lib/.*\\.o\""
2261
2261
msgstr " bzr ignore \"RE:lib/.*\\.o\""
2263
#: bzrlib/builtins.py:3048
2263
#: bzrlib/builtins.py:3141
2264
2264
msgid " Ignore everything but the \"debian\" toplevel directory::"
2265
2265
msgstr " \"debian\"トップレベルディレクトリ以外の全てを無視する::"
2267
#: bzrlib/builtins.py:3050
2267
#: bzrlib/builtins.py:3143
2269
2269
" bzr ignore \"RE:(?!debian/).*\"\n"
2402
2402
" ==================== ===================="
2404
#: bzrlib/builtins.py:3195
2404
#: bzrlib/builtins.py:3288
2405
2405
msgid "Type of file to export to."
2406
2406
msgstr "エクスポートするファイルの種類"
2408
#: bzrlib/builtins.py:3198
2408
#: bzrlib/builtins.py:3291
2409
2409
msgid "Apply content filters to export the convenient form."
2410
2410
msgstr "使いやすい形でエクスポートするためのコンテンツフィルターを適用します。"
2412
#: bzrlib/builtins.py:3202
2412
#: bzrlib/builtins.py:3295
2413
2413
msgid "Name of the root directory inside the exported file."
2414
2414
msgstr "エクスポートされたファイル内部のrootディレクトリの名前。"
2416
#: bzrlib/builtins.py:3204
2416
#: bzrlib/builtins.py:3297
2418
2418
"Set modification time of files to that of the last revision in which it was "
2420
2420
msgstr "各ファイルの編集日時を、最後にそのファイルが変更されたリビジョンの日時に設定します。"
2422
#: bzrlib/builtins.py:3207
2422
#: bzrlib/builtins.py:3300
2424
2424
"Export the working tree contents rather than that of the last revision."
2425
2425
msgstr "最終リビジョンではなく、作業ツリーの内容をエクスポートします。"
2427
#: bzrlib/builtins.py:3226
2427
#: bzrlib/builtins.py:3319
2428
2428
msgid "--uncommitted requires a working tree"
2429
2429
msgstr "作業ツリーに対しては--uncommittedを指定する必要があります。"
2431
#: bzrlib/builtins.py:3235
2431
#: bzrlib/builtins.py:3328
2432
2432
#, python-format
2433
2433
msgid "Unsupported export format: %s"
2434
2434
msgstr "サポートされていないエクスポートフォーマット: %s"
2436
#: bzrlib/builtins.py:3239
2436
#: bzrlib/builtins.py:3332
2438
2438
"Write the contents of a file as of a given revision to standard output."
2439
2439
msgstr "指定されたリビジョンのファイルの内容を標準出力に書き出します。"
2441
#: bzrlib/builtins.py:3241
2441
#: bzrlib/builtins.py:3334
2442
2442
msgid "If no revision is nominated, the last revision is used."
2443
2443
msgstr "リビジョンが指定されなければ、最後のリビジョンが使用されます。"
2445
#: bzrlib/builtins.py:3243
2445
#: bzrlib/builtins.py:3336
2447
2447
"Note: Take care to redirect standard output when using this command on a\n"
2553
2557
" checks can be implemented by defining hooks. See ``bzr help hooks``\n"
2554
2558
" for details."
2560
" よくあるミスとして、新しく作ったファイルやディレクトリをコミット前に追加するのを\n"
2561
" 忘れてしまうということがあります。--strictオプションを指定すると、バージョン管理\n"
2562
" 外のファイルがある場合はコミットが失敗するようになります。もっと高度なコミット\n"
2563
" 前チェックをフックとして実装することもできます。詳細は ``bzr help hooks`` を\n"
2557
#: bzrlib/builtins.py:3365
2566
#: bzrlib/builtins.py:3458
2558
2567
msgid ":Things to note:"
2561
#: bzrlib/builtins.py:3367
2570
#: bzrlib/builtins.py:3460
2563
2572
" If you accidentially commit the wrong changes or make a spelling\n"
2564
2573
" mistake in the commit message say, you can use the uncommit command\n"
2565
2574
" to undo it. See ``bzr help uncommit`` for details."
2576
" もし、間違ったファイルをコミットしてしまったり、コミットメッセージにスペル\n"
2577
" ミスがあった場合は、uncommitコマンドでコミットを取り消すことができます。\n"
2578
" 詳細は ``bzr help uncommit`` をご覧ください。"
2568
#: bzrlib/builtins.py:3371
2580
#: bzrlib/builtins.py:3464
2570
2582
" Hooks can also be configured to run after a commit. This allows you\n"
2571
2583
" to trigger updates to external systems like bug trackers. The --fixes\n"
2572
2584
" option can be used to record the association between a revision and\n"
2573
2585
" one or more bugs. See ``bzr help bugs`` for details."
2587
" コミット後にフックを実行することもできます。これによって、バグトラッカーなどの\n"
2588
" 外部のシステムを更新することができます。 --fixesオプションで、リビジョンと\n"
2589
" バグとの関係を記録することができます。詳細は ``bzr help bugs`` を見て\n"
2576
#: bzrlib/builtins.py:3381
2592
#: bzrlib/builtins.py:3474
2577
2593
msgid "Do not consider changes made to a given path."
2594
msgstr "指定されたパスの変更を無視します。"
2580
#: bzrlib/builtins.py:3384
2596
#: bzrlib/builtins.py:3477
2581
2597
msgid "Description of the new revision."
2582
2598
msgstr "新しいリビジョンの説明。"
2584
#: bzrlib/builtins.py:3387
2600
#: bzrlib/builtins.py:3480
2585
2601
msgid "Commit even if nothing has changed."
2586
2602
msgstr "何も変更されていなくてもコミットする。"
2588
#: bzrlib/builtins.py:3391
2604
#: bzrlib/builtins.py:3484
2589
2605
msgid "Take commit message from this file."
2590
2606
msgstr "このファイルからコミットメッセージを取得する。"
2592
#: bzrlib/builtins.py:3393
2608
#: bzrlib/builtins.py:3486
2593
2609
msgid "Refuse to commit if there are unknown files in the working tree."
2594
2610
msgstr "作業ツリーの中にバージョン管理外のファイルが存在する場合コミットを拒否する。"
2596
#: bzrlib/builtins.py:3396
2612
#: bzrlib/builtins.py:3489
2598
2614
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2599
2615
"08:00:00 +0100'."
2616
msgstr "コミット日時を決められたフォーマットで手動で指定します。例) '2009-10-10 08:00:00 +0100'"
2602
#: bzrlib/builtins.py:3399
2618
#: bzrlib/builtins.py:3492
2603
2619
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2604
2620
msgstr "このリビジョンで修正されたバグをマークする(\"bzr help bugs\"を参照)。"
2606
#: bzrlib/builtins.py:3402
2622
#: bzrlib/builtins.py:3495
2607
2623
msgid "Set the author's name, if it's different from the committer."
2608
2624
msgstr "著者の名前がコミッターとは異なる場合、著者の名前を設定する。"
2610
#: bzrlib/builtins.py:3405
2626
#: bzrlib/builtins.py:3498
2612
2628
"Perform a local commit in a bound branch. Local commits are not pushed to "
2613
2629
"the master branch until a normal commit is performed."
2615
2631
"バインドされたブランチにローカルコミットを実行する。 通常のコミットが実行されるまで ローカルコミットはマスターブランチにpushされません。"
2617
#: bzrlib/builtins.py:3411
2633
#: bzrlib/builtins.py:3504
2619
2635
"When no message is supplied, show the diff along with the status summary in "
2620
2636
"the message editor."
2621
2637
msgstr "メッセージが提供されないとき、 メッセージエディタでステータスの要約と一緒に差分を表示する。"
2623
#: bzrlib/builtins.py:3414
2639
#: bzrlib/builtins.py:3507
2625
2641
"When committing to a foreign version control system do not push data that "
2626
2642
"can not be natively represented."
2643
msgstr "外部のバージョン管理システムにコミットするときに、ネイティブに表現できないデータをプッシュしません。"
2629
#: bzrlib/builtins.py:3432
2645
#: bzrlib/builtins.py:3525
2630
2646
#, python-format
2632
2648
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2633
2649
"default bug tracker using the `bugtracker` option.\n"
2634
2650
"See \"bzr help bugs\" for more information on this feature. Commit refused."
2652
"バグ %s のバグトラッカーが指定されていません。'トラッカー:id'の形式にするか、デフォルトのトラッカーを `bugtracker` "
2654
"詳細は \"bzr help bugs\" をご覧ください。コミットは拒否されました。"
2637
#: bzrlib/builtins.py:3441
2656
#: bzrlib/builtins.py:3534
2638
2657
#, python-format
2640
2659
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"bzr help bugs\" "
2641
2660
"for more information on this feature.\n"
2642
2661
"Commit refused."
2663
"無効なバグです。 %s 'トラッカー:id' の形式で指定する必要があります。詳細は \"bzr help bugs\" をご覧ください。\n"
2645
#: bzrlib/builtins.py:3450
2666
#: bzrlib/builtins.py:3543
2646
2667
#, python-format
2647
2668
msgid "Unrecognized bug %s. Commit refused."
2669
msgstr "不明なバグです。 %s コミットは拒否されました。"
2650
#: bzrlib/builtins.py:3453
2671
#: bzrlib/builtins.py:3546
2651
2672
#, python-format
2654
2675
"Commit refused."
2657
#: bzrlib/builtins.py:3477
2680
#: bzrlib/builtins.py:3570
2658
2681
msgid "Could not parse --commit-time: "
2682
msgstr "--commit-timeをパースできません。: "
2661
#: bzrlib/builtins.py:3517
2684
#: bzrlib/builtins.py:3610
2662
2685
msgid "please specify either --message or --file"
2686
msgstr "--message か --file かどちらかを指定してください。"
2665
#: bzrlib/builtins.py:3546
2688
#: bzrlib/builtins.py:3639
2666
2689
msgid "please specify a commit message with either --message or --file"
2690
msgstr "--messageか--fileのどちらかでコミットメッセージを指定してください。"
2669
#: bzrlib/builtins.py:3549
2692
#: bzrlib/builtins.py:3642
2671
2694
"Empty commit message specified. Please specify a commit message with either -"
2672
2695
"-message or --file or leave a blank message with --message \"\"."
2697
"空のコミットメッセージが指定されました。--messageか--fileでコミットメッセージを指定するか、--message "
2698
"\"\"で空メッセージを指定してください。"
2675
#: bzrlib/builtins.py:3569
2700
#: bzrlib/builtins.py:3662
2677
2702
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2678
2703
"-unchanged to force an empty commit."
2705
"コミットする変更がありません。コミットしたいファイルを'bzr add'で追加するか、--unchangedを指定して空のコミットを実行してください。"
2681
#: bzrlib/builtins.py:3573
2707
#: bzrlib/builtins.py:3666
2683
2709
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2684
2710
"resolve FILE\" to resolve."
2711
msgstr "作業ツリーに競合があります。\"bzr conflicts\" で表示して、\"bzr resolve FILE\"で解消してください。"
2687
#: bzrlib/builtins.py:3577
2713
#: bzrlib/builtins.py:3670
2688
2714
msgid "Commit refused because there are unknown files in the working tree."
2715
msgstr "作業ツリーにバージョン管理外のファイルがあるため、コミットが拒否されました。"
2691
#: bzrlib/builtins.py:3580
2717
#: bzrlib/builtins.py:3673
2694
2720
"To commit to master branch, run update and then commit.\n"
2695
2721
"You can also pass --local to commit to continue working disconnected."
2724
"マスタブランチにコミットするには、先にupdateしてください。\n"
2725
"--localを指定してオフラインでコミットし、作業を続けることもできます。"
2698
#: bzrlib/builtins.py:3588
2727
#: bzrlib/builtins.py:3681
2700
2729
"Validate working tree structure, branch consistency and repository history."
2730
msgstr "作業ツリーの構造、ブランチの一貫性、リポジトリの履歴をチェックします。"
2703
#: bzrlib/builtins.py:3590
2732
#: bzrlib/builtins.py:3683
2705
2734
"This command checks various invariants about branch and repository storage\n"
2706
2735
"to detect data corruption or bzr bugs."
2737
"このコマンドは、データの破損やbzrのバグを検出するために、ブランチとリポジトリ\n"
2738
"ストレージの不変条件をチェックします。"
2709
#: bzrlib/builtins.py:3593
2740
#: bzrlib/builtins.py:3686
2711
2742
"The working tree and branch checks will only give output if a problem is\n"
2712
2743
"detected. The output fields of the repository check are:"
2745
"作業ツリーとブランチのチェック結果は、問題が見つかったときだけ表示\n"
2746
"されます。リポジトリチェックの出力は次の通りです。:"
2715
#: bzrlib/builtins.py:3596
2748
#: bzrlib/builtins.py:3689
2718
2751
" This is just the number of revisions checked. It doesn't\n"
2719
2752
" indicate a problem."
2755
" チェックしたリビジョンの数です。これは問題ではありません。"
2722
#: bzrlib/builtins.py:3600
2757
#: bzrlib/builtins.py:3693
2724
2759
"versionedfiles\n"
2725
2760
" This is just the number of versionedfiles checked. It\n"
2726
2761
" doesn't indicate a problem."
2764
" チェックしたバージョン管理ファイルの数です。これは問題では\n"
2729
#: bzrlib/builtins.py:3604
2767
#: bzrlib/builtins.py:3697
2731
2769
"unreferenced ancestors\n"
2732
2770
" Texts that are ancestors of other texts, but\n"
2733
2771
" are not properly referenced by the revision ancestry. This is a\n"
2734
2772
" subtle problem that Bazaar can work around."
2774
"unreferenced ancestors\n"
2775
" 他のテキストの先祖だが、上位のリビジョンから参照されていない\n"
2776
" と思われるテキストです。これは、Bazaarが対処できる軽微な\n"
2737
#: bzrlib/builtins.py:3609
2779
#: bzrlib/builtins.py:3702
2739
2781
"unique file texts\n"
2740
2782
" This is the total number of unique file contents\n"
2741
2783
" seen in the checked revisions. It does not indicate a problem."
2785
"unique file texts\n"
2786
" チェックしたリビジョンの中にある、一意なファイルコンテンツの数です。\n"
2744
#: bzrlib/builtins.py:3613
2789
#: bzrlib/builtins.py:3706
2746
2791
"repeated file texts\n"
2747
2792
" This is the total number of repeated texts seen\n"
2749
2794
" entries are modified, but the file contents are not. It does not\n"
2750
2795
" indicate a problem."
2797
"repeated file texts\n"
2798
" チェックしたリビジョンの中にある、重複したテキストの数です。\n"
2799
" ファイルのエントリが変更されたが、内容は変更されていない場合に、\n"
2800
" 重複が発生します。これは問題ではありません。"
2753
#: bzrlib/builtins.py:3619
2802
#: bzrlib/builtins.py:3712
2755
2804
"If no restrictions are specified, all Bazaar data that is found at the "
2757
2806
"location will be checked."
2808
"条件が指定されなければ、指定された場所の全てのBazaarデータが\n"
2760
#: bzrlib/builtins.py:3624
2811
#: bzrlib/builtins.py:3717
2761
2812
msgid " Check the tree and branch at 'foo'::"
2762
2813
msgstr " ‘foo’ でのツリーとブランチをチェックする::"
2764
#: bzrlib/builtins.py:3626
2815
#: bzrlib/builtins.py:3719
2765
2816
msgid " bzr check --tree --branch foo"
2766
2817
msgstr " bzr check --tree --branch foo"
2768
#: bzrlib/builtins.py:3628
2819
#: bzrlib/builtins.py:3721
2769
2820
msgid " Check only the repository at 'bar'::"
2770
2821
msgstr " ‘bar’でのリポジトリのみをチェックする::"
2772
#: bzrlib/builtins.py:3630
2823
#: bzrlib/builtins.py:3723
2773
2824
msgid " bzr check --repo bar"
2774
2825
msgstr " bzr check --repo bar"
2776
#: bzrlib/builtins.py:3632
2827
#: bzrlib/builtins.py:3725
2777
2828
msgid " Check everything at 'baz'::"
2778
2829
msgstr " ‘baz’ ですべてをチェックする::"
2780
#: bzrlib/builtins.py:3634
2831
#: bzrlib/builtins.py:3727
2781
2832
msgid " bzr check baz"
2782
2833
msgstr " bzr check baz"
2784
#: bzrlib/builtins.py:3640
2835
#: bzrlib/builtins.py:3733
2785
2836
msgid "Check the branch related to the current directory."
2786
2837
msgstr "現在のディレクトリに関連したブランチをチェックする。"
2788
#: bzrlib/builtins.py:3642
2839
#: bzrlib/builtins.py:3735
2789
2840
msgid "Check the repository related to the current directory."
2790
2841
msgstr "現在のディレクトリに関連したリポジトリをチェックする。"
2792
#: bzrlib/builtins.py:3644
2843
#: bzrlib/builtins.py:3737
2793
2844
msgid "Check the working tree related to the current directory."
2794
2845
msgstr "現在のディレクトリに関連した作業ツリーをチェックする。"
2796
#: bzrlib/builtins.py:3658
2847
#: bzrlib/builtins.py:3751
2797
2848
msgid "Upgrade a repository, branch or working tree to a newer format."
2849
msgstr "リポジトリ、ブランチ、作業ツリーを新しいフォーマットにアップグレードします。"
2800
#: bzrlib/builtins.py:3660
2851
#: bzrlib/builtins.py:3753
2802
2853
"When the default format has changed after a major new release of\n"
2803
2854
"Bazaar, you may be informed during certain operations that you\n"
2826
2887
"Alternatively, you can delete it by hand if everything looks good\n"
2890
"変換を開始したときに、 backup.bzr.~#~ というディレクトリが作成されます。\n"
2891
"(#は連番です) デフォルトでは、このフォルダは変換後も残ります。もし変換が\n"
2892
"失敗したら、新しい.bzrフォルダを削除して、このフォルダを元の名前に戻して\n"
2893
"ください。--cleanオプションを指定すると、変換が成功したらbackup.bzr\n"
2894
"ディレクトリは削除されます。そうでない場合は、変換後特に問題がなければ手で\n"
2830
#: bzrlib/builtins.py:3681
2897
#: bzrlib/builtins.py:3774
2832
2899
"If the location given is a shared repository, dependent branches\n"
2833
2900
"are also converted provided the repository converts successfully.\n"
2834
2901
"If the conversion of a branch fails, remaining branches are still\n"
2904
"指定された場所が共用リポジトリの場合、リポジトリの変換が成功したら\n"
2905
"配下のブランチも変換されます。もしブランチの変換に失敗しても、他の\n"
2838
#: bzrlib/builtins.py:3686
2908
#: bzrlib/builtins.py:3779
2840
2910
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2841
2911
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2913
"アップグレードに関する詳細な情報は、Bazaar Upgrade Guideをご覧ください。\n"
2914
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2844
#: bzrlib/builtins.py:3694
2916
#: bzrlib/builtins.py:3787
2845
2917
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
2918
msgstr "指定されたフォーマットにアップグレードします。詳細は\"bzr help formats\"をご覧ください。"
2848
#: bzrlib/builtins.py:3698
2920
#: bzrlib/builtins.py:3791
2849
2921
msgid "Branch format"
2852
#: bzrlib/builtins.py:3700
2924
#: bzrlib/builtins.py:3793
2853
2925
msgid "Remove the backup.bzr directory if successful."
2926
msgstr "変換に成功したらbackup.bzrディレクトリを削除します。"
2856
#: bzrlib/builtins.py:3702
2928
#: bzrlib/builtins.py:3795
2857
2929
msgid "Show what would be done, but don't actually do anything."
2930
msgstr "何が実行されるかを表示しますが、実際には何もしません。"
2860
#: bzrlib/builtins.py:3717
2932
#: bzrlib/builtins.py:3810
2861
2933
msgid "Show or set bzr user id."
2934
msgstr "bzrのユーザIDを表示、設定します。"
2864
#: bzrlib/builtins.py:3719
2936
#: bzrlib/builtins.py:3812
2867
2939
" Show the email of the current user::"
2942
" 現在のユーザのEメールを表示します。::"
2870
#: bzrlib/builtins.py:3722
2944
#: bzrlib/builtins.py:3815
2871
2945
msgid " bzr whoami --email"
2946
msgstr " bzr whoami --email"
2874
#: bzrlib/builtins.py:3724
2948
#: bzrlib/builtins.py:3817
2875
2949
msgid " Set the current user::"
2950
msgstr " ユーザを設定します。::"
2878
#: bzrlib/builtins.py:3726
2952
#: bzrlib/builtins.py:3819
2879
2953
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2954
msgstr " bzr whoami \"Frank Chu <fchu@example.com>\""
2882
#: bzrlib/builtins.py:3730
2956
#: bzrlib/builtins.py:3823
2883
2957
msgid "Display email address only."
2958
msgstr "Eメールアドレスだけを表示します。"
2886
#: bzrlib/builtins.py:3732
2960
#: bzrlib/builtins.py:3825
2887
2961
msgid "Set identity for the current branch instead of globally."
2962
msgstr "全体設定ではなく、現在のブランチだけにIDを設定します。"
2890
#: bzrlib/builtins.py:3758
2964
#: bzrlib/builtins.py:3851
2891
2965
msgid "--email can only be used to display existing identity"
2966
msgstr "--emailは、現在のIDを表示するためだけに使用できます。"
2894
#: bzrlib/builtins.py:3780
2968
#: bzrlib/builtins.py:3873
2895
2969
msgid "Print or set the branch nickname."
2970
msgstr "ブランチのニックネームを表示または設定します。"
2898
#: bzrlib/builtins.py:3782
2972
#: bzrlib/builtins.py:3875
2900
2974
"If unset, the tree root directory name is used as the nickname.\n"
2901
2975
"To print the current nickname, execute with no argument."
2977
"設定されていない場合は、ツリーのルートディレクトリの名前が\n"
2978
"ニックネームとして扱われます。引数なしで実行すると、現在の\n"
2904
#: bzrlib/builtins.py:3785
2981
#: bzrlib/builtins.py:3878
2906
2983
"Bound branches use the nickname of its master branch unless it is set\n"
2986
"バインドされたブランチは、ローカルでニックネームが設定されていなければ\n"
2987
"マスタブランチのニックネームを使用します。"
2910
#: bzrlib/builtins.py:3805
2989
#: bzrlib/builtins.py:3898
2911
2990
msgid "Set/unset and display aliases."
2991
msgstr "エイリアスの設定、解除、表示を行います。"
2914
#: bzrlib/builtins.py:3807
2993
#: bzrlib/builtins.py:3900
2917
2996
" Show the current aliases::"
2999
" 現在のエイリアスを表示します。::"
2920
#: bzrlib/builtins.py:3810
3001
#: bzrlib/builtins.py:3903
2921
3002
msgid " bzr alias"
2924
#: bzrlib/builtins.py:3812
3005
#: bzrlib/builtins.py:3905
2925
3006
msgid " Show the alias specified for 'll'::"
3007
msgstr " 'll'に設定されているエイリアスを表示します。::"
2928
#: bzrlib/builtins.py:3814
3009
#: bzrlib/builtins.py:3907
2929
3010
msgid " bzr alias ll"
3011
msgstr " bzr alias ll"
2932
#: bzrlib/builtins.py:3816
3013
#: bzrlib/builtins.py:3909
2933
3014
msgid " Set an alias for 'll'::"
3015
msgstr " エイリアス'll'を設定します。::"
2936
#: bzrlib/builtins.py:3818
3017
#: bzrlib/builtins.py:3911
2937
3018
msgid " bzr alias ll=\"log --line -r-10..-1\""
3019
msgstr " bzr alias ll=\"log --line -r-10..-1\""
2940
#: bzrlib/builtins.py:3820
3021
#: bzrlib/builtins.py:3913
2941
3022
msgid " To remove an alias for 'll'::"
3023
msgstr " エイリアス'll'を解除します。::"
2944
#: bzrlib/builtins.py:3822
3025
#: bzrlib/builtins.py:3915
2945
3026
msgid " bzr alias --remove ll"
3027
msgstr " bzr alias --remove ll"
2948
#: bzrlib/builtins.py:3827
3029
#: bzrlib/builtins.py:3920
2949
3030
msgid "Remove the alias."
3031
msgstr "エイリアスを削除します。"
2952
#: bzrlib/builtins.py:3845
3033
#: bzrlib/builtins.py:3938
2953
3034
msgid "bzr alias --remove expects an alias to remove."
3035
msgstr "bzr alias --removeには、削除するエイリアス名を指定する必要があります。"
2956
#: bzrlib/builtins.py:4026
3037
#: bzrlib/builtins.py:4119
2958
3039
"subunit not available. subunit needs to be installed to use --subunit."
2961
#: bzrlib/builtins.py:4043
3042
#: bzrlib/builtins.py:4136
2963
3044
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
3045
msgstr "--benchmarkは、bzr2.2以降はサポートしていません。かわりにbzr-usertestを使用してください。"
2966
#: bzrlib/builtins.py:4090
3047
#: bzrlib/builtins.py:4183
2967
3048
msgid "Show version of bzr."
3049
msgstr "Bazaarのバージョンを表示します。"
2970
#: bzrlib/builtins.py:4094
3051
#: bzrlib/builtins.py:4187
2971
3052
msgid "Print just the version number."
3053
msgstr "リビジョン番号を表示します。"
2974
#: bzrlib/builtins.py:4113
3055
#: bzrlib/builtins.py:4206
2975
3056
msgid "It sure does!\n"
2978
#: bzrlib/builtins.py:4137
3059
#: bzrlib/builtins.py:4230
2979
3060
#, python-format
2980
3061
msgid "merge base is revision %s\n"
3062
msgstr "マージの起点はリビジョン %s です。\n"
2983
#: bzrlib/builtins.py:4141
3064
#: bzrlib/builtins.py:4234
2984
3065
msgid "Perform a three-way merge."
3066
msgstr "3wayマージを実行します。"
2987
#: bzrlib/builtins.py:4143
3068
#: bzrlib/builtins.py:4236
2989
3070
"The source of the merge can be specified either in the form of a branch,\n"
2990
3071
"or in the form of a path to a file containing a merge directive generated\n"
3018
3109
"cherrypicks. The changes look like a normal commit, and the history of the\n"
3019
3110
"changes from the other branch is not stored in the commit."
3112
"もし、2つのリビジョンを指定した場合(\"--revision BASE..OTHER\")、BASEから\n"
3113
"OTHERの範囲(BASEは含まず、OTHERは含む)のリビジョンがマージされます。これに\n"
3114
"よってスキップされるリビジョンがある場合、つまりマージ先のリビジョンにBASE\n"
3115
"が含まれていない場合は、いわゆる\"チェリーピック\"が行われます。通常のマージ\n"
3116
"とはちがい、今のところBazaarではチェリーピックは追跡しません。変更は、普通の\n"
3117
"コミットのように見え、マージ元での変更履歴は保存されません。"
3022
#: bzrlib/builtins.py:4166
3119
#: bzrlib/builtins.py:4259
3023
3120
msgid "Revision numbers are always relative to the source branch."
3121
msgstr "リビジョン番号は常に元のブランチに関連します。"
3026
#: bzrlib/builtins.py:4168 bzrlib/conflicts.py:52 bzrlib/conflicts.py:106
3123
#: bzrlib/builtins.py:4261 bzrlib/conflicts.py:52 bzrlib/conflicts.py:106
3028
3125
"Merge will do its best to combine the changes in two branches, but there\n"
3029
3126
"are some kinds of problems only a human can fix. When it encounters those,\n"
3030
3127
"it will mark a conflict. A conflict means that you need to fix something,\n"
3031
"before you should commit."
3128
"before you can commit."
3034
#: bzrlib/builtins.py:4173
3131
#: bzrlib/builtins.py:4266
3036
3133
"Use bzr resolve when you have fixed a problem. See also bzr conflicts."
3134
msgstr "問題を解消したら、bzr resolveを使用してください。bzr conflictsもご覧ください。"
3039
#: bzrlib/builtins.py:4175
3136
#: bzrlib/builtins.py:4268
3041
3138
"If there is no default branch set, the first merge will set it (use\n"
3042
3139
"--no-remember to avoid setting it). After that, you can omit the branch\n"
3043
3140
"to use the default. To change the default, use --remember. The value will\n"
3044
3141
"only be saved if the remote location can be accessed."
3143
"デフォルトブランチが設定されていない場合、最初にマージを実行したときに\n"
3144
"設定されます。(これをしないようにするには、--no-rememberを指定します。)\n"
3145
"その後は、デフォルトのブランチを使用する時には指定を省略できるようになり\n"
3146
"ます。デフォルトを変更するには、--rememberを指定します。この値は、リモートの\n"
3147
"ブランチにアクセスできた時だけ保存されます。"
3047
#: bzrlib/builtins.py:4180
3149
#: bzrlib/builtins.py:4273
3049
3151
"The results of the merge are placed into the destination working\n"
3050
3152
"directory, where they can be reviewed (with bzr diff), tested, and then\n"
3051
3153
"committed to record the result of the merge."
3155
"マージの結果はマージ先の作業ツリー内に反映され、そこで(bzr diffを使って)\n"
3156
"レビューしたり、テストをしたあとで、コミットによって記録することができます。"
3054
#: bzrlib/builtins.py:4184
3158
#: bzrlib/builtins.py:4277
3056
3160
"merge refuses to run if there are any uncommitted changes, unless\n"
3057
3161
"--force is given. If --force is given, then the changes from the source \n"
3059
3163
"changes in the tree. The --force option can also be used to create a\n"
3060
3164
"merge revision which has more than two parents."
3166
"コミットされていない変更がある場合は、--forceを指定しないとマージは拒否\n"
3167
"されます。--forceが指定された場合は、未コミットの変更を含む現在の作業ツリーに\n"
3168
"マージ元の変更がマージされます。--forceオプションを使えば、2つ以上の親を持つ\n"
3169
"マージリビジョンを作ることもできます。"
3063
#: bzrlib/builtins.py:4190
3171
#: bzrlib/builtins.py:4283
3065
3173
"If one would like to merge changes from the working tree of the other\n"
3066
3174
"branch without merging any committed revisions, the --uncommitted option\n"
3067
3175
"can be given."
3177
"コミット済みの変更ではなく、作業ツリー上での変更を別のブランチにマージしたい\n"
3178
"場合は、--uncommittedオプションを指定することができます。"
3070
#: bzrlib/builtins.py:4194
3180
#: bzrlib/builtins.py:4287
3072
3182
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
3073
3183
"you to apply each diff hunk and file change, similar to \"shelve\"."
3185
"変更を部分的にマージしたければ、\"merge -i\"を使用すれば、\"shelve\"と同じ\n"
3186
"ようにそれぞれのハンクをプロンプトで選択して適用することができます。"
3076
#: bzrlib/builtins.py:4197
3188
#: bzrlib/builtins.py:4290
3079
3191
" To merge all new revisions from bzr.dev::"
3194
" bzr.devから全ての新しいリビジョンをマージします。::"
3082
#: bzrlib/builtins.py:4200
3196
#: bzrlib/builtins.py:4293
3083
3197
msgid " bzr merge ../bzr.dev"
3198
msgstr " bzr merge ../bzr.dev"
3086
#: bzrlib/builtins.py:4202
3200
#: bzrlib/builtins.py:4295
3087
3201
msgid " To merge changes up to and including revision 82 from bzr.dev::"
3202
msgstr " bzr.devから、リビジョン82まで(82も含む)のリビジョンをマージします::"
3090
#: bzrlib/builtins.py:4204
3204
#: bzrlib/builtins.py:4297
3091
3205
msgid " bzr merge -r 82 ../bzr.dev"
3206
msgstr " bzr merge -r 82 ../bzr.dev"
3094
#: bzrlib/builtins.py:4206
3208
#: bzrlib/builtins.py:4299
3095
3209
msgid " To merge the changes introduced by 82, without previous changes::"
3210
msgstr " リビジョン82での変更をマージし、それ以前の変更はマージしません。::"
3098
#: bzrlib/builtins.py:4208
3212
#: bzrlib/builtins.py:4301
3099
3213
msgid " bzr merge -r 81..82 ../bzr.dev"
3214
msgstr " bzr merge -r 81..82 ../bzr.dev"
3102
#: bzrlib/builtins.py:4210
3216
#: bzrlib/builtins.py:4303
3103
3217
msgid " To apply a merge directive contained in /tmp/merge::"
3218
msgstr " /tmp/merge内のマージディレクティブを適用します。::"
3106
#: bzrlib/builtins.py:4212
3220
#: bzrlib/builtins.py:4305
3107
3221
msgid " bzr merge /tmp/merge"
3222
msgstr " bzr merge /tmp/merge"
3110
#: bzrlib/builtins.py:4214
3224
#: bzrlib/builtins.py:4307
3112
3226
" To create a merge revision with three parents from two branches\n"
3113
3227
" feature1a and feature1b:"
3229
" feature1a、feature1bの2つのブランチから、3つの親を持つマージ\n"
3116
#: bzrlib/builtins.py:4217
3232
#: bzrlib/builtins.py:4310
3118
3234
" bzr merge ../feature1a\n"
3119
3235
" bzr merge ../feature1b --force\n"
3120
3236
" bzr commit -m 'revision with three parents'"
3238
" bzr merge ../feature1a\n"
3239
" bzr merge ../feature1b --force\n"
3240
" bzr commit -m 'revision with three parents'"
3123
#: bzrlib/builtins.py:4229
3242
#: bzrlib/builtins.py:4322
3124
3243
msgid "Merge even if the destination tree has uncommitted changes."
3244
msgstr "マージ先のツリーにコミットしていない変更があってもマージします。"
3127
#: bzrlib/builtins.py:4235
3246
#: bzrlib/builtins.py:4328
3129
3248
"Apply uncommitted changes from a working copy, instead of branch changes."
3249
msgstr "ブランチの変更ではなく、作業コピー上のコミットしていない変更をマージします。"
3132
#: bzrlib/builtins.py:4237
3251
#: bzrlib/builtins.py:4330
3134
3253
"If the destination is already completely merged into the source, pull from "
3135
3254
"the source rather than merging. When this happens, you do not need to "
3136
3255
"commit the result."
3257
"マージ先のリビジョンがマージ元のブランチにすべて含まれている場合、マージの\n"
3258
"かわりにpullを実行します。その場合は、コミットする必要はありません。"
3139
#: bzrlib/builtins.py:4242
3260
#: bzrlib/builtins.py:4335
3141
3262
"Branch to merge into, rather than the one containing the working directory."
3263
msgstr "作業ディレクトリ以外にマージする場合の、マージ先のブランチ。"
3144
#: bzrlib/builtins.py:4244
3265
#: bzrlib/builtins.py:4337
3145
3266
msgid "Instead of merging, show a diff of the merge."
3267
msgstr "マージを実行するかわりに、マージされる内容のdiffを表示します。"
3148
#: bzrlib/builtins.py:4246
3269
#: bzrlib/builtins.py:4339
3149
3270
msgid "Select changes interactively."
3271
msgstr "変更をインタラクティブに選択します。"
3152
#: bzrlib/builtins.py:4268
3273
#: bzrlib/builtins.py:4361
3154
3275
"Merging into empty branches not currently supported, "
3155
3276
"https://bugs.launchpad.net/bzr/+bug/308562"
3278
"空ブランチへのマージは今のところサポートされていません。https://bugs.launchpad.net/bzr/+bug/308562"
3158
#: bzrlib/builtins.py:4295
3280
#: bzrlib/builtins.py:4388
3159
3281
msgid "Cannot use --uncommitted with bundles or merge directives."
3282
msgstr "バンドル、マージディレクティブに対して--uncommittedを指定することはできません。"
3162
#: bzrlib/builtins.py:4306
3284
#: bzrlib/builtins.py:4399
3163
3285
msgid "Cannot use --uncommitted and --revision at the same time."
3286
msgstr "--uncommittedと--revisionを同時に指定することはできません。"
3166
#: bzrlib/builtins.py:4326
3288
#: bzrlib/builtins.py:4419
3167
3289
msgid "merger: "
3170
#: bzrlib/builtins.py:4328 bzrlib/bundle/apply_bundle.py:71
3292
#: bzrlib/builtins.py:4421 bzrlib/bundle/apply_bundle.py:71
3171
3293
msgid "Nothing to do."
3294
msgstr "なにもすることがありません。"
3174
#: bzrlib/builtins.py:4332
3296
#: bzrlib/builtins.py:4425
3175
3297
msgid "Cannot pull individual files"
3298
msgstr "ファイルを個別にpullすることはできません。"
3178
#: bzrlib/builtins.py:4340
3300
#: bzrlib/builtins.py:4433
3179
3301
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
3302
msgstr "ブランチにコミットがありません。('bzr pull'を使うべきかもしれません)"
3182
#: bzrlib/builtins.py:4398
3304
#: bzrlib/builtins.py:4491
3183
3305
#, python-format
3184
3306
msgid "Show-base is not supported for this merge type. %s"
3307
msgstr "Show-baseはこのマージタイプではサポートされません。 %s"
3187
#: bzrlib/builtins.py:4407
3309
#: bzrlib/builtins.py:4500
3188
3310
#, python-format
3189
3311
msgid "Conflict reduction is not supported for merge type %s."
3312
msgstr "衝突の縮小化は、このマージタイプではサポートされません。 %s"
3192
#: bzrlib/builtins.py:4411
3314
#: bzrlib/builtins.py:4504
3193
3315
msgid "Cannot do conflict reduction and show base."
3316
msgstr "衝突の縮小化、ベースの表示ができませんでした。"
3196
#: bzrlib/builtins.py:4522
3318
#: bzrlib/builtins.py:4615
3197
3319
msgid "No location specified or remembered"
3320
msgstr "対象の場所が設定も指定もされていません。"
3200
#: bzrlib/builtins.py:4524
3322
#: bzrlib/builtins.py:4617
3201
3323
msgid "{0} remembered {1} location {2}"
3324
msgstr "{0} 設定された {1} の場所 {2}"
3204
#: bzrlib/builtins.py:4530
3326
#: bzrlib/builtins.py:4623
3205
3327
msgid "Redo a merge."
3328
msgstr "マージをやりなおします。"
3208
#: bzrlib/builtins.py:4532
3330
#: bzrlib/builtins.py:4625
3210
3332
"Use this if you want to try a different merge technique while resolving\n"
3211
3333
"conflicts. Some merge techniques are better than others, and remerge\n"
3212
3334
"lets you try different ones on different files."
3336
"衝突を解決するために、別のマージ方法を試したい場合に、このコマンドを\n"
3337
"使用します。他のものより優れたマージ方法があり、remergeを使って個々の\n"
3338
"ファイルに別のマージ方法を試すことができます。"
3215
#: bzrlib/builtins.py:4536
3340
#: bzrlib/builtins.py:4629
3217
3342
"The options for remerge have the same meaning and defaults as the ones for\n"
3218
3343
"merge. The difference is that remerge can (only) be run when there is a\n"
3219
3344
"pending merge, and it lets you specify particular files."
3346
"remergeのオプションの意味とデフォルトはmergeと同じです。違いは、\n"
3347
"remergeはマージ中状態のときだけ実行でき、特定のファイルを指定できる\n"
3222
#: bzrlib/builtins.py:4540
3350
#: bzrlib/builtins.py:4633
3225
3353
" Re-do the merge of all conflicted files, and show the base text in\n"
3226
3354
" conflict regions, in addition to the usual THIS and OTHER texts::"
3357
" すべての衝突したファイルのマージをやり直し、通常のTHIS、OTHERの\n"
3358
" テキストにくわえて衝突した領域のベーステキストを表示します。::"
3229
#: bzrlib/builtins.py:4544
3360
#: bzrlib/builtins.py:4637
3230
3361
msgid " bzr remerge --show-base"
3362
msgstr " bzr remerge --show-base"
3233
#: bzrlib/builtins.py:4546
3364
#: bzrlib/builtins.py:4639
3235
3366
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
3236
3367
" additional processing to reduce the size of conflict regions::"
3369
" \"foobar\"のマージを、weaveマージアルゴリズムでやりなおし、衝突領域の\n"
3239
#: bzrlib/builtins.py:4549
3372
#: bzrlib/builtins.py:4642
3240
3373
msgid " bzr remerge --merge-type weave --reprocess foobar"
3374
msgstr " bzr remerge --merge-type weave --reprocess foobar"
3243
#: bzrlib/builtins.py:4556
3376
#: bzrlib/builtins.py:4649
3244
3377
msgid "Show base revision text in conflicts."
3378
msgstr "衝突したベースリビジョンのテキストを表示します。"
3247
#: bzrlib/builtins.py:4568
3380
#: bzrlib/builtins.py:4661
3249
3382
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
3385
"remergeは通常のマージ後にだけ実行できます。チェリーピックや複数マージでは\r\n"
3253
#: bzrlib/builtins.py:4624
3388
#: bzrlib/builtins.py:4717
3254
3389
msgid "Revert files to a previous revision."
3390
msgstr "ファイルを過去のリビジョンに戻します。"
3257
#: bzrlib/builtins.py:4626
3392
#: bzrlib/builtins.py:4719
3259
3394
"Giving a list of files will revert only those files. Otherwise, all files\n"
3260
3395
"will be reverted. If the revision is not specified with '--revision', the\n"
3261
3396
"last committed revision is used."
3398
"ファイルのリストを指定すると、そのファイルだけが元に戻されます。\n"
3399
"そうでない場合は、全てのファイルが対象になります。--revisionで\n"
3400
"リビジョンを指定しない場合は、最後にコミットされたリビジョンが使用\n"
3264
#: bzrlib/builtins.py:4630
3403
#: bzrlib/builtins.py:4723
3266
3405
"To remove only some changes, without reverting to a prior version, use\n"
3267
3406
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
3269
3408
"affecting the changes introduced by the last commit (-1). To remove\n"
3270
3409
"certain changes on a hunk-by-hunk basis, see the shelve command."
3411
"以前のリビジョンに戻さずにいくつかの変更を取り除くには、mergeをかわりに\n"
3412
"使用します。例えば、\"merge . -r -2..-3\" (.を忘れないように)で、最終リビジョン\n"
3413
"(-1)での変更はそのままで、その一つ前のリビジョン(-2)での変更だけを取り\n"
3414
"除くことができます。特定の変更をハンクごと取り除く方法は、shelveをご覧\n"
3273
#: bzrlib/builtins.py:4636
3417
#: bzrlib/builtins.py:4729
3275
3419
"By default, any files that have been manually changed will be backed up\n"
3276
3420
"first. (Files changed only by merge are not backed up.) Backup files have\n"
3277
3421
"'.~#~' appended to their name, where # is a number."
3423
"デフォルトでは、手で変更されたファイルは最初にバックアップされます。(merge\n"
3424
"コマンドで変更されただけのファイルはバックアップされません)バックアップ\n"
3425
"ファイル名は、元の名前に「.~#~」(#は数字)を付け足したものになります。"
3280
#: bzrlib/builtins.py:4640
3427
#: bzrlib/builtins.py:4733
3282
3429
"When you provide files, you can use their current pathname or the pathname\n"
3283
3430
"from the target revision. So you can use revert to \"undelete\" a file by\n"
3284
3431
"name. If you name a directory, all the contents of that directory will be\n"
3434
"ファイル名を指定するときは、現在のファイル名か、対象リビジョン時点でのファイル\n"
3435
"名かを使うことができます。つまり、ファイル名指定で「削除の取り消し」のために\n"
3436
"revertを使うことができます。ディレクトリを指定した場合は、その配下のすべての\n"
3288
#: bzrlib/builtins.py:4645
3439
#: bzrlib/builtins.py:4738
3290
3441
"If you have newly added files since the target revision, they will be\n"
3291
3442
"removed. If the files to be removed have been changed, backups will be\n"
3292
3443
"created as above. Directories containing unknown files will not be\n"
3446
"対象のリビジョン以降にファイルが新しく追加されている場合は、そのファイルは\n"
3447
"削除されます。削除されるファイルが変更されている場合は、上記の通りに\n"
3448
"バックアップされます。バージョン管理外のファイルを含むディレクトリは削除され\n"
3296
#: bzrlib/builtins.py:4650
3451
#: bzrlib/builtins.py:4743
3298
3453
"The working tree contains a list of revisions that have been merged but\n"
3299
3454
"not yet committed. These revisions will be included as additional parents\n"
3356
3513
" 0 - no missing revisions"
3359
#: bzrlib/builtins.py:4754
3516
#: bzrlib/builtins.py:4847
3361
3518
" Determine the missing revisions between this and the branch at the\n"
3362
3519
" remembered pull location::"
3365
#: bzrlib/builtins.py:4757
3522
#: bzrlib/builtins.py:4850
3366
3523
msgid " bzr missing"
3524
msgstr " bzr missing"
3369
#: bzrlib/builtins.py:4759
3526
#: bzrlib/builtins.py:4852
3370
3527
msgid " Determine the missing revisions between this and another branch::"
3373
#: bzrlib/builtins.py:4761
3530
#: bzrlib/builtins.py:4854
3374
3531
msgid " bzr missing http://server/branch"
3532
msgstr " bzr missing http://server/branch"
3377
#: bzrlib/builtins.py:4763
3534
#: bzrlib/builtins.py:4856
3379
3536
" Determine the missing revisions up to a specific revision on the other\n"
3383
#: bzrlib/builtins.py:4766
3540
#: bzrlib/builtins.py:4859
3384
3541
msgid " bzr missing -r ..-10"
3542
msgstr " bzr missing -r ..-10"
3387
#: bzrlib/builtins.py:4768
3544
#: bzrlib/builtins.py:4861
3389
3546
" Determine the missing revisions up to a specific revision on this\n"
3393
#: bzrlib/builtins.py:4771
3550
#: bzrlib/builtins.py:4864
3394
3551
msgid " bzr missing --my-revision ..-10"
3552
msgstr " bzr missing --my-revision ..-10"
3397
#: bzrlib/builtins.py:4778
3554
#: bzrlib/builtins.py:4871
3398
3555
msgid "Reverse the order of revisions."
3556
msgstr "リビジョンの表示順を逆転する。"
3401
#: bzrlib/builtins.py:4780
3558
#: bzrlib/builtins.py:4873
3402
3559
msgid "Display changes in the local branch only."
3560
msgstr "ローカルブランチの変更のみを表示する。"
3405
#: bzrlib/builtins.py:4781
3562
#: bzrlib/builtins.py:4874
3406
3563
msgid "Same as --mine-only."
3564
msgstr "--mine-onlyと同じ。"
3409
#: bzrlib/builtins.py:4783
3566
#: bzrlib/builtins.py:4876
3410
3567
msgid "Display changes in the remote branch only."
3568
msgstr "リモートブランチの変更のみを表示する。"
3413
#: bzrlib/builtins.py:4784
3570
#: bzrlib/builtins.py:4877
3414
3571
msgid "Same as --theirs-only."
3572
msgstr "--theirs-onlyと同じ。"
3417
#: bzrlib/builtins.py:4789
3574
#: bzrlib/builtins.py:4882
3419
3576
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3423
#: bzrlib/builtins.py:4793
3580
#: bzrlib/builtins.py:4886
3425
3582
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3429
#: bzrlib/builtins.py:4796
3586
#: bzrlib/builtins.py:4889
3430
3587
msgid "Show all revisions in addition to the mainline ones."
3433
#: bzrlib/builtins.py:4850
3590
#: bzrlib/builtins.py:4943
3434
3591
msgid "No peer location known or specified."
3437
#: bzrlib/builtins.py:4854
3594
#: bzrlib/builtins.py:4947
3438
3595
msgid "Using saved parent location: {0}\n"
3441
#: bzrlib/builtins.py:4887
3598
#: bzrlib/builtins.py:4980
3442
3599
#, python-format
3443
3600
msgid "You have %d extra revision:\n"
3444
3601
msgid_plural "You have %d extra revisions:\n"
3448
#: bzrlib/builtins.py:4903
3605
#: bzrlib/builtins.py:4996
3449
3606
#, python-format
3450
3607
msgid "You are missing %d revision:\n"
3451
3608
msgid_plural "You are missing %d revisions:\n"
3455
#: bzrlib/builtins.py:4915
3612
#: bzrlib/builtins.py:5008
3456
3613
msgid "This branch has no new revisions.\n"
3459
#: bzrlib/builtins.py:4918
3616
#: bzrlib/builtins.py:5011
3460
3617
msgid "Other branch has no new revisions.\n"
3463
#: bzrlib/builtins.py:4923
3620
#: bzrlib/builtins.py:5016
3464
3621
msgid "Branches are up to date.\n"
3467
#: bzrlib/builtins.py:4934
3624
#: bzrlib/builtins.py:5027
3468
3625
msgid "Compress the data within a repository."
3626
msgstr "リポジトリ内のデータを圧縮する。"
3471
#: bzrlib/builtins.py:4936
3628
#: bzrlib/builtins.py:5029
3473
3630
"This operation compresses the data within a bazaar repository. As\n"
3474
3631
"bazaar supports automatic packing of repository, this operation is\n"
3475
3632
"normally not required to be done manually."
3478
#: bzrlib/builtins.py:4940
3635
#: bzrlib/builtins.py:5033
3480
3637
"During the pack operation, bazaar takes a backup of existing repository\n"
3481
3638
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3527
3686
"plugins using the Python programming language."
3530
#: bzrlib/builtins.py:4998
3689
#: bzrlib/builtins.py:5091
3531
3690
msgid "Show testament (signing-form) of a revision."
3534
#: bzrlib/builtins.py:5001
3693
#: bzrlib/builtins.py:5094
3535
3694
msgid "Produce long-format testament."
3538
#: bzrlib/builtins.py:5003
3697
#: bzrlib/builtins.py:5096
3539
3698
msgid "Produce a strict-format testament."
3542
#: bzrlib/builtins.py:5029
3701
#: bzrlib/builtins.py:5122
3543
3702
msgid "Show the origin of each line in a file."
3546
#: bzrlib/builtins.py:5031
3705
#: bzrlib/builtins.py:5124
3548
3707
"This prints out the given file with an annotation on the left side\n"
3549
3708
"indicating which revision, author and date introduced the change."
3552
#: bzrlib/builtins.py:5034
3711
#: bzrlib/builtins.py:5127
3554
3713
"If the origin is the same for a run of consecutive lines, it is\n"
3555
3714
"shown only at the top, unless the --all option is given."
3558
#: bzrlib/builtins.py:5042
3717
#: bzrlib/builtins.py:5135
3559
3718
msgid "Show annotations on all lines."
3562
#: bzrlib/builtins.py:5043
3721
#: bzrlib/builtins.py:5136
3563
3722
msgid "Show commit date in annotations."
3566
#: bzrlib/builtins.py:5130
3725
#: bzrlib/builtins.py:5223
3567
3726
msgid "Cannot sign a range of non-revision-history revisions"
3570
#: bzrlib/builtins.py:5142
3729
#: bzrlib/builtins.py:5235
3571
3730
msgid "Please supply either one revision, or a range."
3574
#: bzrlib/builtins.py:5146
3733
#: bzrlib/builtins.py:5239
3576
3735
"Convert the current branch into a checkout of the supplied branch.\n"
3577
3736
"If no branch is supplied, rebind to the last bound location."
3580
#: bzrlib/builtins.py:5149
3739
#: bzrlib/builtins.py:5242
3582
3741
"Once converted into a checkout, commits must succeed on the master branch\n"
3583
3742
"before they will be applied to the local branch."
3586
#: bzrlib/builtins.py:5152
3745
#: bzrlib/builtins.py:5245
3588
3747
"Bound branches use the nickname of its master branch unless it is set\n"
3589
3748
"locally, in which case binding will update the local nickname to be\n"
3590
3749
"that of the master."
3593
#: bzrlib/builtins.py:5167
3752
#: bzrlib/builtins.py:5260
3594
3753
msgid "No location supplied. This format does not remember old locations."
3597
#: bzrlib/builtins.py:5172
3756
#: bzrlib/builtins.py:5265
3598
3757
msgid "Branch is already bound"
3601
#: bzrlib/builtins.py:5174
3760
#: bzrlib/builtins.py:5267
3602
3761
msgid "No location supplied and no previous location known"
3605
#: bzrlib/builtins.py:5180
3764
#: bzrlib/builtins.py:5273
3606
3765
msgid "These branches have diverged. Try merging, and then bind again."
3609
#: bzrlib/builtins.py:5187
3768
#: bzrlib/builtins.py:5280
3610
3769
msgid "Convert the current checkout into a regular branch."
3613
#: bzrlib/builtins.py:5189
3772
#: bzrlib/builtins.py:5282
3615
3774
"After unbinding, the local branch is considered independent and subsequent\n"
3616
3775
"commits will be local only."
3619
#: bzrlib/builtins.py:5200
3778
#: bzrlib/builtins.py:5293
3620
3779
msgid "Local branch is not bound"
3623
#: bzrlib/builtins.py:5204
3782
#: bzrlib/builtins.py:5297
3624
3783
msgid "Remove the last committed revision."
3627
#: bzrlib/builtins.py:5206
3786
#: bzrlib/builtins.py:5299
3629
3788
"--verbose will print out what is being removed.\n"
3630
3789
"--dry-run will go through all the motions, but not actually\n"
3631
3790
"remove anything."
3634
#: bzrlib/builtins.py:5210
3793
#: bzrlib/builtins.py:5303
3636
3795
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3637
3796
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3638
3797
"branch at revision 15."
3641
#: bzrlib/builtins.py:5214
3800
#: bzrlib/builtins.py:5307
3643
3802
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3644
3803
"it may make is to restore any pending merges that were present before\n"
3648
#: bzrlib/builtins.py:5225
3807
#: bzrlib/builtins.py:5318
3649
3808
msgid "Don't actually make changes."
3652
#: bzrlib/builtins.py:5226
3811
#: bzrlib/builtins.py:5319
3653
3812
msgid "Say yes to all questions."
3656
#: bzrlib/builtins.py:5228
3815
#: bzrlib/builtins.py:5321
3657
3816
msgid "Keep tags that point to removed revisions."
3660
#: bzrlib/builtins.py:5230
3819
#: bzrlib/builtins.py:5323
3661
3820
msgid "Only remove the commits from the local branch when in a checkout."
3664
#: bzrlib/builtins.py:5279
3823
#: bzrlib/builtins.py:5372
3665
3824
msgid "No revisions to uncommit.\n"
3668
#: bzrlib/builtins.py:5294
3827
#: bzrlib/builtins.py:5387
3669
3828
msgid "Dry-run, pretending to remove the above revisions.\n"
3672
#: bzrlib/builtins.py:5297
3831
#: bzrlib/builtins.py:5390
3673
3832
msgid "The above revision(s) will be removed.\n"
3676
#: bzrlib/builtins.py:5301
3835
#: bzrlib/builtins.py:5394
3677
3836
msgid "Uncommit these revisions"
3680
#: bzrlib/builtins.py:5304
3839
#: bzrlib/builtins.py:5397
3681
3840
msgid "Canceled\n"
3684
#: bzrlib/builtins.py:5311
3843
#: bzrlib/builtins.py:5404
3685
3844
#, python-format
3687
3846
"You can restore the old tip by running:\n"
3688
3847
" bzr pull . -r revid:%s\n"
3691
#: bzrlib/builtins.py:5316
3850
#: bzrlib/builtins.py:5409
3692
3851
msgid "Break a dead lock."
3695
#: bzrlib/builtins.py:5318
3854
#: bzrlib/builtins.py:5411
3697
3856
"This command breaks a lock on a repository, branch, working directory or\n"
3701
#: bzrlib/builtins.py:5321
3860
#: bzrlib/builtins.py:5414
3703
3862
"CAUTION: Locks should only be broken when you are sure that the process\n"
3704
3863
"holding the lock has been stopped."
3707
#: bzrlib/builtins.py:5324
3866
#: bzrlib/builtins.py:5417
3709
3868
"You can get information on what locks are open via the 'bzr info\n"
3710
3869
"[location]' command."
3713
#: bzrlib/builtins.py:5327
3872
#: bzrlib/builtins.py:5420
3716
3875
" bzr break-lock\n"
3766
3925
"uncontrolled write access to your file system."
3769
#: bzrlib/builtins.py:5403
3928
#: bzrlib/builtins.py:5496
3770
3929
msgid "Override the default idle client timeout (5min)."
3773
#: bzrlib/builtins.py:5453
3932
#: bzrlib/builtins.py:5546
3774
3933
msgid "Combine a tree into its containing tree."
3777
#: bzrlib/builtins.py:5455
3936
#: bzrlib/builtins.py:5548
3778
3937
msgid "This command requires the target tree to be in a rich-root format."
3781
#: bzrlib/builtins.py:5457
3940
#: bzrlib/builtins.py:5550
3783
3942
"The TREE argument should be an independent tree, inside another tree, but\n"
3784
3943
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3785
3944
"running \"bzr branch\" with the target inside a tree.)"
3788
#: bzrlib/builtins.py:5461
3947
#: bzrlib/builtins.py:5554
3790
3949
"The result is a combined tree, with the subtree no longer an independent\n"
3791
3950
"part. This is marked as a merge of the subtree into the containing tree,\n"
3792
3951
"and all history is preserved."
3795
#: bzrlib/builtins.py:5479
3954
#: bzrlib/builtins.py:5572
3796
3955
#, python-format
3798
3957
"Can't join trees because %s doesn't support rich root data.\n"
3799
3958
"You can use bzr upgrade on the repository."
3802
#: bzrlib/builtins.py:5489 bzrlib/builtins.py:5495
3961
#: bzrlib/builtins.py:5582 bzrlib/builtins.py:5588
3803
3962
msgid "Cannot join {0}. {1}"
3806
#: bzrlib/builtins.py:5499
3965
#: bzrlib/builtins.py:5592
3807
3966
msgid "Split a subdirectory of a tree into a separate tree."
3810
#: bzrlib/builtins.py:5501
3969
#: bzrlib/builtins.py:5594
3812
3971
"This command will produce a target tree in a format that supports\n"
3813
3972
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3814
3973
"converted into earlier formats like 'dirstate-tags'."
3817
#: bzrlib/builtins.py:5505
3976
#: bzrlib/builtins.py:5598
3819
3978
"The TREE argument should be a subdirectory of a working tree. That\n"
3820
3979
"subdirectory will be converted into an independent tree, with its own\n"
3821
3980
"branch. Commits in the top-level tree will not apply to the new subtree."
3824
#: bzrlib/builtins.py:5585
3983
#: bzrlib/builtins.py:5678
3825
3984
msgid "No submit branch specified or known"
3828
#: bzrlib/builtins.py:5593 bzrlib/send.py:108
3987
#: bzrlib/builtins.py:5686 bzrlib/send.py:108
3829
3988
msgid "No public branch specified or known"
3832
#: bzrlib/builtins.py:5598
3991
#: bzrlib/builtins.py:5691
3833
3992
msgid "bzr merge-directive takes at most two one revision identifiers"
3836
#: bzrlib/builtins.py:5607
3995
#: bzrlib/builtins.py:5700
3837
3996
msgid "No revisions to bundle."
3840
#: bzrlib/builtins.py:5626
3999
#: bzrlib/builtins.py:5719
3841
4000
msgid "Mail or create a merge-directive for submitting changes."
3844
#: bzrlib/builtins.py:5628
4003
#: bzrlib/builtins.py:5721
3845
4004
msgid "A merge directive provides many things needed for requesting merges:"
3848
#: bzrlib/builtins.py:5630
4007
#: bzrlib/builtins.py:5723
3849
4008
msgid "* A machine-readable description of the merge to perform"
3852
#: bzrlib/builtins.py:5632
4011
#: bzrlib/builtins.py:5725
3853
4012
msgid "* An optional patch that is a preview of the changes requested"
3856
#: bzrlib/builtins.py:5634
4015
#: bzrlib/builtins.py:5727
3858
4017
"* An optional bundle of revision data, so that the changes can be applied\n"
3859
4018
" directly from the merge directive, without retrieving data from a\n"
3863
#: bzrlib/builtins.py:5638
4022
#: bzrlib/builtins.py:5731
3865
4024
"`bzr send` creates a compact data set that, when applied using bzr\n"
3866
4025
"merge, has the same effect as merging from the source branch. "
3869
#: bzrlib/builtins.py:5641
4028
#: bzrlib/builtins.py:5734
3871
4030
"By default the merge directive is self-contained and can be applied to any\n"
3872
4031
"branch containing submit_branch in its ancestory without needing access to\n"
3873
4032
"the source branch."
3876
#: bzrlib/builtins.py:5645
4035
#: bzrlib/builtins.py:5738
3878
4037
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3879
4038
"revisions, but only a structured request to merge from the\n"
3965
4124
"set them, and use `bzr info` to display them."
3968
#: bzrlib/builtins.py:5720
4127
#: bzrlib/builtins.py:5813
3969
4128
msgid "Write merge directive to this file or directory; use - for stdout."
3972
#: bzrlib/builtins.py:5724
4131
#: bzrlib/builtins.py:5817
3974
4133
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3975
4134
"strict disables the check."
3978
#: bzrlib/builtins.py:5726
4137
#: bzrlib/builtins.py:5819
3979
4138
msgid "Mail the request to this address."
3982
#: bzrlib/builtins.py:5730
4141
#: bzrlib/builtins.py:5823
3983
4142
msgid "Body for the email."
3986
#: bzrlib/builtins.py:5783
4145
#: bzrlib/builtins.py:5876
3987
4146
msgid "Do not include a bundle in the merge directive."
3990
#: bzrlib/builtins.py:5784
4149
#: bzrlib/builtins.py:5877
3991
4150
msgid "Do not include a preview patch in the merge directive."
3994
#: bzrlib/builtins.py:5787
4153
#: bzrlib/builtins.py:5880
3995
4154
msgid "Remember submit and public branch."
3998
#: bzrlib/builtins.py:5789
4157
#: bzrlib/builtins.py:5882
4000
4159
"Branch to generate the submission from, rather than the one containing the "
4001
4160
"working directory."
4004
#: bzrlib/builtins.py:5799 bzrlib/cmd_version_info.py:76
4163
#: bzrlib/builtins.py:5892 bzrlib/cmd_version_info.py:76
4008
#: bzrlib/builtins.py:5800
4167
#: bzrlib/builtins.py:5893
4009
4168
msgid "Use the specified output format."
4012
#: bzrlib/builtins.py:5822
4171
#: bzrlib/builtins.py:5915
4013
4172
msgid "Create, remove or modify a tag naming a revision."
4016
#: bzrlib/builtins.py:5824
4175
#: bzrlib/builtins.py:5917
4018
4177
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
4019
4178
"(--revision) option can be given -rtag:X, where X is any previously\n"
4023
#: bzrlib/builtins.py:5828
4182
#: bzrlib/builtins.py:5921
4025
4184
"Tags are stored in the branch. Tags are copied from one branch to another\n"
4026
4185
"along when you branch, push, pull or merge."
4029
#: bzrlib/builtins.py:5831
4188
#: bzrlib/builtins.py:5924
4031
4190
"It is an error to give a tag name that already exists unless you pass\n"
4032
4191
"--force, in which case the tag is moved to point to the new revision."
4035
#: bzrlib/builtins.py:5834
4194
#: bzrlib/builtins.py:5927
4037
4196
"To rename a tag (change the name but keep it on the same revsion), run "
4039
4198
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
4042
#: bzrlib/builtins.py:5837
4201
#: bzrlib/builtins.py:5930
4044
4203
"If no tag name is specified it will be determined through the \n"
4045
4204
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
4050
#: bzrlib/builtins.py:5847
4209
#: bzrlib/builtins.py:5940
4051
4210
msgid "Delete this tag rather than placing it."
4054
#: bzrlib/builtins.py:5850
4213
#: bzrlib/builtins.py:5943
4055
4214
msgid "Branch in which to place the tag."
4058
#: bzrlib/builtins.py:5852
4217
#: bzrlib/builtins.py:5945
4059
4218
msgid "Replace existing tags."
4062
#: bzrlib/builtins.py:5867
4221
#: bzrlib/builtins.py:5960
4063
4222
msgid "No tag specified to delete."
4066
#: bzrlib/builtins.py:5869
4225
#: bzrlib/builtins.py:5962
4067
4226
#, python-format
4068
4227
msgid "Deleted tag %s."
4071
#: bzrlib/builtins.py:5883
4230
#: bzrlib/builtins.py:5976
4072
4231
msgid "Please specify a tag name."
4075
#: bzrlib/builtins.py:5891
4234
#: bzrlib/builtins.py:5984
4076
4235
#, python-format
4077
4236
msgid "Tag %s already exists for that revision."
4080
#: bzrlib/builtins.py:5895
4239
#: bzrlib/builtins.py:5988
4081
4240
#, python-format
4082
4241
msgid "Created tag %s."
4085
#: bzrlib/builtins.py:5897
4244
#: bzrlib/builtins.py:5990
4086
4245
#, python-format
4087
4246
msgid "Updated tag %s."
4090
#: bzrlib/builtins.py:5901
4249
#: bzrlib/builtins.py:5994
4091
4250
msgid "List tags."
4094
#: bzrlib/builtins.py:5903
4253
#: bzrlib/builtins.py:5996
4096
4255
"This command shows a table of tag names and the revisions they reference."
4099
#: bzrlib/builtins.py:5909
4258
#: bzrlib/builtins.py:6002
4100
4259
msgid "Branch whose tags should be displayed."
4103
#: bzrlib/builtins.py:5911
4262
#: bzrlib/builtins.py:6004
4104
4263
msgid "Sort tags by different criteria."
4107
#: bzrlib/builtins.py:5911
4266
#: bzrlib/builtins.py:6004
4108
4267
msgid "Sorting"
4111
#: bzrlib/builtins.py:5980
4270
#: bzrlib/builtins.py:6073
4112
4271
msgid "Reconfigure the type of a bzr directory."
4115
#: bzrlib/builtins.py:5982
4274
#: bzrlib/builtins.py:6075
4116
4275
msgid "A target configuration must be specified."
4119
#: bzrlib/builtins.py:5984
4278
#: bzrlib/builtins.py:6077
4121
4280
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
4122
4281
"The order of preference is\n"
4127
4286
"If none of these is available, --bind-to must be specified."
4130
#: bzrlib/builtins.py:5998
4289
#: bzrlib/builtins.py:6091
4131
4290
msgid "Tree type"
4134
#: bzrlib/builtins.py:5999
4293
#: bzrlib/builtins.py:6092
4135
4294
msgid "The relation between branch and tree."
4138
#: bzrlib/builtins.py:6001
4297
#: bzrlib/builtins.py:6094
4139
4298
msgid "Reconfigure to be an unbound branch with no working tree."
4142
#: bzrlib/builtins.py:6002
4301
#: bzrlib/builtins.py:6095
4143
4302
msgid "Reconfigure to be an unbound branch with a working tree."
4146
#: bzrlib/builtins.py:6003
4305
#: bzrlib/builtins.py:6096
4147
4306
msgid "Reconfigure to be a bound branch with a working tree."
4150
#: bzrlib/builtins.py:6004
4309
#: bzrlib/builtins.py:6097
4151
4310
msgid "Reconfigure to be a lightweight checkout (with no local history)."
4154
#: bzrlib/builtins.py:6009
4313
#: bzrlib/builtins.py:6102
4155
4314
msgid "Repository type"
4158
#: bzrlib/builtins.py:6010
4317
#: bzrlib/builtins.py:6103
4159
4318
msgid "Location fo the repository."
4162
#: bzrlib/builtins.py:6012
4321
#: bzrlib/builtins.py:6105
4164
4323
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
4167
#: bzrlib/builtins.py:6014
4326
#: bzrlib/builtins.py:6107
4168
4327
msgid "Reconfigure to use a shared repository."
4171
#: bzrlib/builtins.py:6018
4330
#: bzrlib/builtins.py:6111
4172
4331
msgid "Trees in Repository"
4175
#: bzrlib/builtins.py:6019
4334
#: bzrlib/builtins.py:6112
4176
4335
msgid "Whether new branches in the repository have trees."
4179
#: bzrlib/builtins.py:6021
4338
#: bzrlib/builtins.py:6114
4181
4340
"Reconfigure repository to create working trees on branches by default."
4184
#: bzrlib/builtins.py:6023
4343
#: bzrlib/builtins.py:6116
4186
4345
"Reconfigure repository to not create working trees on branches by default."
4189
#: bzrlib/builtins.py:6026
4348
#: bzrlib/builtins.py:6119
4190
4349
msgid "Branch to bind checkout to."
4193
#: bzrlib/builtins.py:6028
4352
#: bzrlib/builtins.py:6121
4194
4353
msgid "Perform reconfiguration even if local changes will be lost."
4197
#: bzrlib/builtins.py:6031
4356
#: bzrlib/builtins.py:6124
4198
4357
msgid "Reconfigure a branch to be stacked on another branch."
4201
#: bzrlib/builtins.py:6035
4360
#: bzrlib/builtins.py:6128
4203
4362
"Reconfigure a branch to be unstacked. This may require copying substantial "
4204
4363
"data into it."
4207
#: bzrlib/builtins.py:6045
4366
#: bzrlib/builtins.py:6138
4208
4367
msgid "Can't use both --stacked-on and --unstacked"
4211
#: bzrlib/builtins.py:6059
4370
#: bzrlib/builtins.py:6152
4212
4371
msgid "No target configuration specified"
4215
#: bzrlib/builtins.py:6094
4374
#: bzrlib/builtins.py:6187
4216
4375
msgid "Set the branch of a checkout and update."
4219
#: bzrlib/builtins.py:6096
4378
#: bzrlib/builtins.py:6189
4221
4380
"For lightweight checkouts, this changes the branch being referenced.\n"
4222
4381
"For heavyweight checkouts, this checks that there are no local commits\n"
4295
4454
"want to switch back to your view after that."
4298
#: bzrlib/builtins.py:6228
4457
#: bzrlib/builtins.py:6281
4301
4460
" To define the current view::"
4304
#: bzrlib/builtins.py:6231
4463
#: bzrlib/builtins.py:6284
4305
4464
msgid " bzr view file1 dir1 ..."
4308
#: bzrlib/builtins.py:6233
4467
#: bzrlib/builtins.py:6286
4309
4468
msgid " To list the current view::"
4312
#: bzrlib/builtins.py:6235
4471
#: bzrlib/builtins.py:6288
4313
4472
msgid " bzr view"
4316
#: bzrlib/builtins.py:6237
4475
#: bzrlib/builtins.py:6290
4317
4476
msgid " To delete the current view::"
4320
#: bzrlib/builtins.py:6239
4479
#: bzrlib/builtins.py:6292
4321
4480
msgid " bzr view --delete"
4324
#: bzrlib/builtins.py:6241
4483
#: bzrlib/builtins.py:6294
4325
4484
msgid " To disable the current view without deleting it::"
4328
#: bzrlib/builtins.py:6243
4487
#: bzrlib/builtins.py:6296
4329
4488
msgid " bzr view --switch off"
4332
#: bzrlib/builtins.py:6245
4491
#: bzrlib/builtins.py:6298
4333
4492
msgid " To define a named view and switch to it::"
4336
#: bzrlib/builtins.py:6247
4495
#: bzrlib/builtins.py:6300
4337
4496
msgid " bzr view --name view-name file1 dir1 ..."
4340
#: bzrlib/builtins.py:6249
4499
#: bzrlib/builtins.py:6302
4341
4500
msgid " To list a named view::"
4344
#: bzrlib/builtins.py:6251
4503
#: bzrlib/builtins.py:6304
4345
4504
msgid " bzr view --name view-name"
4348
#: bzrlib/builtins.py:6253
4507
#: bzrlib/builtins.py:6306
4349
4508
msgid " To delete a named view::"
4352
#: bzrlib/builtins.py:6255
4511
#: bzrlib/builtins.py:6308
4353
4512
msgid " bzr view --name view-name --delete"
4356
#: bzrlib/builtins.py:6257
4515
#: bzrlib/builtins.py:6310
4357
4516
msgid " To switch to a named view::"
4360
#: bzrlib/builtins.py:6259
4519
#: bzrlib/builtins.py:6312
4361
4520
msgid " bzr view --switch view-name"
4364
#: bzrlib/builtins.py:6261
4523
#: bzrlib/builtins.py:6314
4365
4524
msgid " To list all views defined::"
4368
#: bzrlib/builtins.py:6263
4527
#: bzrlib/builtins.py:6316
4369
4528
msgid " bzr view --all"
4372
#: bzrlib/builtins.py:6265
4531
#: bzrlib/builtins.py:6318
4373
4532
msgid " To delete all views::"
4376
#: bzrlib/builtins.py:6267
4535
#: bzrlib/builtins.py:6320
4377
4536
msgid " bzr view --delete --all"
4380
#: bzrlib/builtins.py:6274
4539
#: bzrlib/builtins.py:6327
4381
4540
msgid "Apply list or delete action to all views."
4384
#: bzrlib/builtins.py:6277
4543
#: bzrlib/builtins.py:6330
4385
4544
msgid "Delete the view."
4388
#: bzrlib/builtins.py:6280
4547
#: bzrlib/builtins.py:6333
4389
4548
msgid "Name of the view to define, list or delete."
4392
#: bzrlib/builtins.py:6284
4551
#: bzrlib/builtins.py:6337
4393
4552
msgid "Name of the view to switch to."
4396
#: bzrlib/builtins.py:6303
4555
#: bzrlib/builtins.py:6356
4397
4556
msgid "Both --delete and a file list specified"
4400
#: bzrlib/builtins.py:6306
4559
#: bzrlib/builtins.py:6359
4401
4560
msgid "Both --delete and --switch specified"
4404
#: bzrlib/builtins.py:6309
4563
#: bzrlib/builtins.py:6362
4405
4564
msgid "Deleted all views.\n"
4408
#: bzrlib/builtins.py:6311
4567
#: bzrlib/builtins.py:6364
4409
4568
msgid "No current view to delete"
4412
#: bzrlib/builtins.py:6314
4571
#: bzrlib/builtins.py:6367
4413
4572
#, python-format
4414
4573
msgid "Deleted '%s' view.\n"
4417
#: bzrlib/builtins.py:6318
4576
#: bzrlib/builtins.py:6371
4418
4577
msgid "Both --switch and a file list specified"
4421
#: bzrlib/builtins.py:6321
4580
#: bzrlib/builtins.py:6374
4422
4581
msgid "Both --switch and --all specified"
4425
#: bzrlib/builtins.py:6324
4584
#: bzrlib/builtins.py:6377
4426
4585
msgid "No current view to disable"
4429
#: bzrlib/builtins.py:6326
4588
#: bzrlib/builtins.py:6379
4430
4589
#, python-format
4431
4590
msgid "Disabled '%s' view.\n"
4434
#: bzrlib/builtins.py:6330 bzrlib/builtins.py:6352
4593
#: bzrlib/builtins.py:6383 bzrlib/builtins.py:6405
4435
4594
msgid "Using '{0}' view: {1}\n"
4438
#: bzrlib/builtins.py:6333
4597
#: bzrlib/builtins.py:6386
4439
4598
msgid "Views defined:\n"
4442
#: bzrlib/builtins.py:6342
4601
#: bzrlib/builtins.py:6395
4443
4602
msgid "No views defined.\n"
4446
#: bzrlib/builtins.py:6349
4605
#: bzrlib/builtins.py:6402
4447
4606
msgid "Cannot change the 'off' pseudo view"
4450
#: bzrlib/builtins.py:6357
4609
#: bzrlib/builtins.py:6410
4451
4610
msgid "No current view.\n"
4454
#: bzrlib/builtins.py:6360
4613
#: bzrlib/builtins.py:6413
4455
4614
msgid "'{0}' view is: {1}\n"
4458
#: bzrlib/builtins.py:6380
4617
#: bzrlib/builtins.py:6433
4459
4618
msgid " <no hooks installed>\n"
4462
#: bzrlib/builtins.py:6384
4621
#: bzrlib/builtins.py:6437
4463
4622
msgid "Remove a branch."
4466
#: bzrlib/builtins.py:6386
4625
#: bzrlib/builtins.py:6439
4468
4627
"This will remove the branch from the specified location but \n"
4469
4628
"will keep any working tree or repository in place."
4472
#: bzrlib/builtins.py:6391
4631
#: bzrlib/builtins.py:6444
4473
4632
msgid " Remove the branch at repo/trunk::"
4476
#: bzrlib/builtins.py:6393
4635
#: bzrlib/builtins.py:6446
4477
4636
msgid " bzr remove-branch repo/trunk"
4480
#: bzrlib/builtins.py:6408
4639
#: bzrlib/builtins.py:6461
4481
4640
msgid "Plaintext diff output."
4484
#: bzrlib/builtins.py:6409
4643
#: bzrlib/builtins.py:6462
4485
4644
msgid "Temporarily set aside some changes from the current tree."
4488
#: bzrlib/builtins.py:6411
4647
#: bzrlib/builtins.py:6464
4490
4649
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4491
4650
"ie. out of the way, until a later time when you can bring them back from\n"
4546
#: bzrlib/builtins.py:6450
4705
#: bzrlib/builtins.py:6503
4547
4706
msgid "Shelve all changes."
4550
#: bzrlib/builtins.py:6452
4709
#: bzrlib/builtins.py:6505
4551
4710
msgid "Method to use for writing diffs."
4554
#: bzrlib/builtins.py:6452
4713
#: bzrlib/builtins.py:6505
4558
#: bzrlib/builtins.py:6456
4717
#: bzrlib/builtins.py:6509
4559
4718
msgid "List shelved changes."
4562
#: bzrlib/builtins.py:6458
4721
#: bzrlib/builtins.py:6511
4563
4722
msgid "Destroy removed changes instead of shelving them."
4566
#: bzrlib/builtins.py:6487
4725
#: bzrlib/builtins.py:6540
4567
4726
msgid "No shelved changes."
4570
#: bzrlib/builtins.py:6498
4729
#: bzrlib/builtins.py:6551
4571
4730
msgid "Restore shelved changes."
4574
#: bzrlib/builtins.py:6500
4733
#: bzrlib/builtins.py:6553
4576
4735
"By default, the most recently shelved changes are restored. However if you\n"
4577
4736
"specify a shelf by id those changes will be restored instead. This works\n"
4578
4737
"best when the changes don't depend on each other."
4581
#: bzrlib/builtins.py:6509
4740
#: bzrlib/builtins.py:6562
4582
4741
msgid "The action to perform."
4585
#: bzrlib/builtins.py:6509 bzrlib/conflicts.py:694
4744
#: bzrlib/builtins.py:6562 bzrlib/conflicts.py:694
4589
#: bzrlib/builtins.py:6511
4748
#: bzrlib/builtins.py:6564
4590
4749
msgid "Apply changes and remove from the shelf."
4593
#: bzrlib/builtins.py:6512
4752
#: bzrlib/builtins.py:6565
4594
4753
msgid "Show changes, but do not apply or remove them."
4597
#: bzrlib/builtins.py:6513
4756
#: bzrlib/builtins.py:6566
4599
4758
"Instead of unshelving the changes, show the diff that would result from "
4603
#: bzrlib/builtins.py:6515
4762
#: bzrlib/builtins.py:6568
4604
4763
msgid "Delete changes without applying them."
4607
#: bzrlib/builtins.py:6516
4766
#: bzrlib/builtins.py:6569
4608
4767
msgid "Apply changes but don't delete them."
4611
#: bzrlib/builtins.py:6531
4770
#: bzrlib/builtins.py:6584
4612
4771
msgid "Remove unwanted files from working tree."
4615
#: bzrlib/builtins.py:6533
4774
#: bzrlib/builtins.py:6586
4617
4776
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4618
4777
"files are never deleted."
4621
#: bzrlib/builtins.py:6536
4780
#: bzrlib/builtins.py:6589
4623
4782
"Another class is 'detritus', which includes files emitted by bzr during\n"
4624
4783
"normal operations and selftests. (The value of these files decreases with\n"
4628
#: bzrlib/builtins.py:6540
4787
#: bzrlib/builtins.py:6593
4630
4789
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4631
4790
"flags are respected, and may be combined."
4634
#: bzrlib/builtins.py:6543
4793
#: bzrlib/builtins.py:6596
4635
4794
msgid "To check what clean-tree will do, use --dry-run."
4638
#: bzrlib/builtins.py:6546
4797
#: bzrlib/builtins.py:6599
4639
4798
msgid "Delete all ignored files."
4642
#: bzrlib/builtins.py:6547
4801
#: bzrlib/builtins.py:6600
4644
4803
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4647
#: bzrlib/builtins.py:6550
4806
#: bzrlib/builtins.py:6603
4648
4807
msgid "Delete files unknown to bzr (default)."
4651
#: bzrlib/builtins.py:6551
4810
#: bzrlib/builtins.py:6604
4652
4811
msgid "Show files to delete instead of deleting them."
4655
#: bzrlib/builtins.py:6553
4814
#: bzrlib/builtins.py:6606
4656
4815
msgid "Do not prompt before deleting."
5549
#: bzrlib/errors.py:799
5720
#: bzrlib/errors.py:809
5550
5721
msgid "Revision is not compatible with %(repo_format)s"
5553
#: bzrlib/errors.py:809
5724
#: bzrlib/errors.py:819
5554
5725
msgid "%(context_info)s%(path)s is already versioned."
5557
#: bzrlib/errors.py:830
5728
#: bzrlib/errors.py:840
5558
5729
msgid "%(context_info)s%(path)s is not versioned."
5561
#: bzrlib/errors.py:851
5732
#: bzrlib/errors.py:861
5562
5733
msgid "Path(s) are not versioned: %(paths_as_string)s"
5565
#: bzrlib/errors.py:862
5736
#: bzrlib/errors.py:872
5566
5737
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5569
#: bzrlib/errors.py:881
5740
#: bzrlib/errors.py:891
5570
5741
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5573
#: bzrlib/errors.py:889
5744
#: bzrlib/errors.py:899
5575
5746
"Filename %(filename)r is not valid in your current filesystem encoding "
5576
5747
"%(fs_encoding)s"
5579
#: bzrlib/errors.py:900
5750
#: bzrlib/errors.py:910
5580
5751
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5583
#: bzrlib/errors.py:918
5754
#: bzrlib/errors.py:928
5584
5755
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5587
#: bzrlib/errors.py:957
5758
#: bzrlib/errors.py:967
5588
5759
msgid "Cannot lock %(lock)s: %(why)s"
5591
#: bzrlib/errors.py:967
5762
#: bzrlib/errors.py:977
5593
5764
"A transaction related operation was attempted after the transaction finished."
5596
#: bzrlib/errors.py:994
5767
#: bzrlib/errors.py:1004
5597
5768
msgid "Cannot lock: transport is read only: %(transport)s"
5600
#: bzrlib/errors.py:1002
5771
#: bzrlib/errors.py:1012
5601
5772
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5604
#: bzrlib/errors.py:1013
5775
#: bzrlib/errors.py:1023
5606
5777
"Lock was broken while still open: %(lock)s - check storage consistency!"
5609
#: bzrlib/errors.py:1024
5780
#: bzrlib/errors.py:1034
5611
5782
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5612
5783
"%(holder)r, wanted to break %(target)r"
5615
#: bzrlib/errors.py:1036
5786
#: bzrlib/errors.py:1046
5617
5788
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5618
5789
"Use 'bzr break-lock' to clear it"
5621
#: bzrlib/errors.py:1049
5792
#: bzrlib/errors.py:1059
5622
5793
msgid "Lock not held: %(lock)s"
5625
#: bzrlib/errors.py:1078
5796
#: bzrlib/errors.py:1088
5626
5797
msgid "No changes to commit"
5629
#: bzrlib/errors.py:1083
5800
#: bzrlib/errors.py:1093
5631
5802
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5634
#: bzrlib/errors.py:1093
5805
#: bzrlib/errors.py:1103
5636
5807
"Excluding paths during commit is not supported by repository at "
5637
5808
"%(repository)r."
5640
#: bzrlib/errors.py:1102
5811
#: bzrlib/errors.py:1112
5642
5813
"The specified commit message contains characters unsupported by the current "
5646
#: bzrlib/errors.py:1108
5817
#: bzrlib/errors.py:1118
5647
5818
msgid "Upgrade URL cannot work with readonly URLs."
5650
#: bzrlib/errors.py:1113
5821
#: bzrlib/errors.py:1123
5651
5822
msgid "The branch format %(format)s is already at the most recent format."
5654
#: bzrlib/errors.py:1136
5825
#: bzrlib/errors.py:1146
5655
5826
msgid "Option --change does not accept revision ranges"
5658
#: bzrlib/errors.py:1141
5829
#: bzrlib/errors.py:1151
5659
5830
msgid "No namespace registered for string: %(spec)r"
5662
#: bzrlib/errors.py:1160
5833
#: bzrlib/errors.py:1170
5664
5835
"Requested revision: '%(spec)s' does not exist in branch: "
5665
5836
"%(branch_url)s%(extra)s"
5668
#: bzrlib/errors.py:1174
5839
#: bzrlib/errors.py:1184
5670
5841
"Operation denied because it would change the main history, which is not "
5671
5842
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5674
#: bzrlib/errors.py:1185
5845
#: bzrlib/errors.py:1195
5676
5847
"These branches have diverged. Use the missing command to see how.\n"
5677
5848
"Use the merge command to reconcile them."
5680
#: bzrlib/errors.py:1205
5851
#: bzrlib/errors.py:1215
5682
5853
"Branches have no common ancestor, and no merge base revision was specified."
5685
#: bzrlib/errors.py:1211
5856
#: bzrlib/errors.py:1221
5687
5858
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
5690
#: bzrlib/errors.py:1217
5861
#: bzrlib/errors.py:1227
5691
5862
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5694
#: bzrlib/errors.py:1226
5865
#: bzrlib/errors.py:1236
5696
5867
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5699
#: bzrlib/errors.py:1235
5870
#: bzrlib/errors.py:1245
5700
5871
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5703
#: bzrlib/errors.py:1244
5874
#: bzrlib/errors.py:1254
5704
5875
msgid "Branch %(branch)s has no commits."
5707
#: bzrlib/errors.py:1262
5878
#: bzrlib/errors.py:1272
5709
5880
"Bound branch %(branch)s is out of date with master branch "
5710
5881
"%(master)s.%(extra_help)s"
5713
#: bzrlib/errors.py:1274
5884
#: bzrlib/errors.py:1284
5715
5886
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5716
5887
"bound to %(remote)s."
5719
#: bzrlib/errors.py:1286
5890
#: bzrlib/errors.py:1296
5720
5891
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5723
#: bzrlib/errors.py:1295
5894
#: bzrlib/errors.py:1305
5725
5896
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5729
#: bzrlib/errors.py:1307
5900
#: bzrlib/errors.py:1317
5730
5901
msgid "Error in processing weave: %(msg)s"
5733
#: bzrlib/errors.py:1316
5904
#: bzrlib/errors.py:1326
5734
5905
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5737
#: bzrlib/errors.py:1327
5908
#: bzrlib/errors.py:1337
5738
5909
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5741
#: bzrlib/errors.py:1337
5912
#: bzrlib/errors.py:1347
5742
5913
msgid "Weave invariant violated: %(what)s"
5745
#: bzrlib/errors.py:1346
5916
#: bzrlib/errors.py:1356
5746
5917
msgid "Parents are mismatched between two revisions. %(msg)s"
5749
#: bzrlib/errors.py:1368
5920
#: bzrlib/errors.py:1378
5751
5922
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5755
#: bzrlib/errors.py:1380
5926
#: bzrlib/errors.py:1390
5756
5927
msgid "Versioned file error"
5757
5928
msgstr "バージョン管理されたファイルのエラー"
5759
#: bzrlib/errors.py:1385
5930
#: bzrlib/errors.py:1395
5760
5931
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5761
5932
msgstr "\"%(file_id)s\" にはリビジョン {%(revision_id)s} がありません。"
5763
#: bzrlib/errors.py:1395
5934
#: bzrlib/errors.py:1405
5764
5935
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5765
5936
msgstr "\"%(file_id)s\" にはすでにリビジョン {%(revision_id)s} が存在しています。"
5767
#: bzrlib/errors.py:1405
5938
#: bzrlib/errors.py:1415
5768
5939
msgid "Text did not match its checksum: %(msg)s"
5769
5940
msgstr "テキストがチェックサムと一致しません: %(msg)s"
5771
#: bzrlib/errors.py:1531
5942
#: bzrlib/errors.py:1541
5772
5943
msgid "Export format %(format)r not supported"
5773
5944
msgstr "エクスポートフォーマット %(format)r はサポートされていません"
5775
#: bzrlib/errors.py:1540
5946
#: bzrlib/errors.py:1550
5776
5947
msgid "Transport error: %(msg)s %(orig_error)s"
5779
#: bzrlib/errors.py:1566
5950
#: bzrlib/errors.py:1576
5780
5951
msgid "Generic bzr smart protocol error: %(details)s"
5783
#: bzrlib/errors.py:1574
5954
#: bzrlib/errors.py:1584
5784
5955
msgid "Received bad protocol version marker: %(marker)r"
5787
#: bzrlib/errors.py:1606
5958
#: bzrlib/errors.py:1616
5788
5959
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5791
#: bzrlib/errors.py:1611
5962
#: bzrlib/errors.py:1621
5792
5963
msgid "Connection error: %(msg)s %(orig_error)s"
5795
#: bzrlib/errors.py:1616
5966
#: bzrlib/errors.py:1626
5796
5967
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5797
5968
msgstr "%(msg)s %(host)s%(port)s%(orig_error)s"
5799
#: bzrlib/errors.py:1637
5970
#: bzrlib/errors.py:1647
5800
5971
msgid "Connection closed: %(msg)s %(orig_error)s"
5801
5972
msgstr "接続が閉じられました: %(msg)s %(orig_error)s"
5803
#: bzrlib/errors.py:1642
5974
#: bzrlib/errors.py:1652
5804
5975
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5805
5976
msgstr "接続がタイムアウトしました: %(msg)s%(orig_error)s"
5807
#: bzrlib/errors.py:1647
5978
#: bzrlib/errors.py:1657
5808
5979
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5809
5980
msgstr "%(path)s の %(offset)s に対する不正な range アクセス: %(msg)s"
5811
#: bzrlib/errors.py:1657
5982
#: bzrlib/errors.py:1667
5812
5983
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5813
5984
msgstr "%(path)s からの不正な HTTP レスポンス: %(msg)s%(orig_error)s"
5815
#: bzrlib/errors.py:1672
5986
#: bzrlib/errors.py:1682
5987
msgid "Certificate error: %(error)s"
5990
#: bzrlib/errors.py:1690
5816
5991
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5817
5992
msgstr "%(path) に対する不正な range %(range)r: %(msg)s"
5819
#: bzrlib/errors.py:1686
5994
#: bzrlib/errors.py:1704
5820
5995
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5821
5996
msgstr "%(path)s に HTTP MIME 境界が見つかりません: %(msg)s"
5823
#: bzrlib/errors.py:1694
5998
#: bzrlib/errors.py:1712
5824
5999
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5827
#: bzrlib/errors.py:1703
6002
#: bzrlib/errors.py:1721
5828
6003
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5831
#: bzrlib/errors.py:1717
6006
#: bzrlib/errors.py:1735
5832
6007
msgid "Too many redirections"
5833
6008
msgstr "リダイレクションが多すぎます"
5835
#: bzrlib/errors.py:1722
6010
#: bzrlib/errors.py:1740
5836
6011
msgid "Working tree has conflicts."
5837
6012
msgstr "作業ツリーに衝突があります"
5839
#: bzrlib/errors.py:1726
6014
#: bzrlib/errors.py:1744
5840
6015
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5841
6016
msgstr "設定ファイル %(filename)s が UTF-8 でエンコードされていません\n"
5843
#: bzrlib/errors.py:1735
6018
#: bzrlib/errors.py:1753
5845
6020
"Error(s) parsing config file %(filename)s:\n"
5848
6023
"設定ファイル %(filename)s のパースエラー:\n"
5851
#: bzrlib/errors.py:1746
5852
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
5853
msgstr "オプション \"%(name)s\" に対する不正な値 \"%(value)s\""
6026
#: bzrlib/errors.py:1763
6028
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
6029
"See ``bzr help %(name)s``"
5855
#: bzrlib/errors.py:1754
6032
#: bzrlib/errors.py:1773
5856
6033
msgid "%(username)r does not seem to contain a reasonable email address"
5857
6034
msgstr "%(username)r に有効な e-mail アドレスが含まれていないようです"
5859
#: bzrlib/errors.py:1763
6036
#: bzrlib/errors.py:1782
5860
6037
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5861
6038
msgstr "\"%(command_line)s\" コマンドでのGPGサインに失敗しました"
5863
#: bzrlib/errors.py:1771
6040
#: bzrlib/errors.py:1790
5864
6041
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5865
6042
msgstr "GPGシグネチャの検証に \"%(error)s\" で失敗しました。"
5867
#: bzrlib/errors.py:1779
6044
#: bzrlib/errors.py:1798
5868
6045
msgid "Unable to import library \"%(library)s\": %(error)s"
5869
6046
msgstr "ライブラリ \"%(library)s\" をインポートできません: %(error)s"
5871
#: bzrlib/errors.py:1787
6048
#: bzrlib/errors.py:1806
5872
6049
msgid "python-gpgme is not installed, it is needed to verify signatures"
5873
6050
msgstr "python-gpgme がインストールされていません。これはシグネチャの検証に必要です。"
5875
#: bzrlib/errors.py:1795
6052
#: bzrlib/errors.py:1814
5877
6054
"The working tree for %(basedir)s has changed since the last commit, but "
5878
6055
"weave merge requires that it be unchanged"
5879
6056
msgstr "作業ツリー %(basedir)s が最後のコミットから変更されています。 作業ツリーが変更されている場合weaveマージはできません。"
5881
#: bzrlib/errors.py:1805
6058
#: bzrlib/errors.py:1824
5883
6060
"Can't reprocess and show base, because reprocessing obscures the "
5884
6061
"relationship of conflicting lines to the base"
5887
#: bzrlib/errors.py:1811
6064
#: bzrlib/errors.py:1830
5888
6065
msgid "Cycle in graph %(graph)r"
5889
6066
msgstr "グラフ %(graph)r がループしています。"
5891
#: bzrlib/errors.py:1839
6068
#: bzrlib/errors.py:1858
5892
6069
msgid "File %(filename)s is not conflicted."
5893
6070
msgstr "%(filename)s は衝突していません"
5895
#: bzrlib/errors.py:1861
6072
#: bzrlib/errors.py:1880
5896
6073
msgid "No bundle was found in \"%(filename)s\"."
5897
6074
msgstr "\"%(filename)s\" にバンドルが見つかりません。"
5899
#: bzrlib/errors.py:1870
6076
#: bzrlib/errors.py:1889
5900
6077
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5903
#: bzrlib/errors.py:1880
6080
#: bzrlib/errors.py:1899
5904
6081
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5907
#: bzrlib/errors.py:1893
6084
#: bzrlib/errors.py:1912
5908
6085
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5911
#: bzrlib/errors.py:1903
6088
#: bzrlib/errors.py:1922
5912
6089
msgid "Key %(key)s is already present in map"
5915
#: bzrlib/errors.py:1908
6092
#: bzrlib/errors.py:1927
5916
6093
msgid "The prefix %(prefix)s is in the help search path twice."
5919
#: bzrlib/errors.py:1918
6096
#: bzrlib/errors.py:1937
5921
6098
"No final name for trans_id %(trans_id)r\n"
5922
6099
"file-id: %(file_id)r\n"
5923
6100
"root trans-id: %(root_trans_id)r\n"
5926
#: bzrlib/errors.py:1950
6103
#: bzrlib/errors.py:1969
5927
6104
msgid "Attempt to reuse a transform that has already been applied."
5930
#: bzrlib/errors.py:1955
6107
#: bzrlib/errors.py:1974
5931
6108
msgid "Moving the root directory is not supported at this time"
5932
6109
msgstr "いまのところ、ルートディレクトリの移動はサポートされていません"
5934
#: bzrlib/errors.py:1960
6111
#: bzrlib/errors.py:1979
5935
6112
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5936
6113
msgstr "%(from_path)s から %(to_path)s へのリネームに失敗しました: %(why)s"
5938
#: bzrlib/errors.py:1971
6115
#: bzrlib/errors.py:1990
5940
6117
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5942
6119
"移動できません。 %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5944
#: bzrlib/errors.py:2007
6121
#: bzrlib/errors.py:2026
5946
6123
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5948
6125
"%(from_path)s%(operator)s から %(to_path)s%(_has_extra)s%(extra)s へリネームできません"
5950
#: bzrlib/errors.py:2037
6127
#: bzrlib/errors.py:2056
5951
6128
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5954
#: bzrlib/errors.py:2045
6131
#: bzrlib/errors.py:2064
5955
6132
msgid "Nothing to merge."
5958
#: bzrlib/errors.py:2050
6135
#: bzrlib/errors.py:2069
5959
6136
msgid "Format %(format)s cannot be initialised by this version of bzr."
5962
#: bzrlib/errors.py:2059
6139
#: bzrlib/errors.py:2078
5964
6141
"Cannot convert from format %(from_format)s to format %(format)s. "
5968
#: bzrlib/errors.py:2071
6145
#: bzrlib/errors.py:2090
5969
6146
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5972
#: bzrlib/errors.py:2079
6149
#: bzrlib/errors.py:2098
5973
6150
msgid "%(exe_name)s could not be found on this machine"
5976
#: bzrlib/errors.py:2087
6153
#: bzrlib/errors.py:2106
5977
6154
msgid "Diff is not installed on this machine: %(msg)s"
5980
#: bzrlib/errors.py:2095
6157
#: bzrlib/errors.py:2114
5981
6158
msgid "Diff3 is not installed on this machine."
5984
#: bzrlib/errors.py:2101
6161
#: bzrlib/errors.py:2120
5985
6162
msgid "The content being inserted is already present."
5988
#: bzrlib/errors.py:2106
6165
#: bzrlib/errors.py:2125
5990
6167
"This tree contains left-over files from a failed operation.\n"
5991
6168
" Please examine %(limbo_dir)s to see if it contains any files you wish "
6008
6185
" keep, and delete it when you are done."
6011
#: bzrlib/errors.py:2138
6188
#: bzrlib/errors.py:2157
6013
6190
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
6014
6191
"examine %(pending_deletion)s to see if it contains any files you wish to "
6015
6192
"keep, and delete it when you are done."
6018
#: bzrlib/errors.py:2148
6195
#: bzrlib/errors.py:2167
6019
6196
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
6022
#: bzrlib/errors.py:2162
6199
#: bzrlib/errors.py:2181
6024
6201
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
6027
#: bzrlib/errors.py:2175
6204
#: bzrlib/errors.py:2194
6028
6205
msgid "Error in merge modified format"
6031
#: bzrlib/errors.py:2180
6208
#: bzrlib/errors.py:2199
6032
6209
msgid "Format error in conflict listings"
6035
#: bzrlib/errors.py:2184
6212
#: bzrlib/errors.py:2203
6037
6214
"Inconsistency in dirstate file %(dirstate_path)s.\n"
6038
6215
"Error: %(description)s"
6041
#: bzrlib/errors.py:2195
6218
#: bzrlib/errors.py:2214
6043
6220
"An error has been detected in the repository %(repo_path)s.\n"
6044
6221
"Please run bzr reconcile on this repository."
6047
#: bzrlib/errors.py:2206
6224
#: bzrlib/errors.py:2225
6049
6226
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
6050
6227
"reason: %(reason)s"
6053
#: bzrlib/errors.py:2219
6230
#: bzrlib/errors.py:2238
6055
6232
"An inconsistent delta was supplied: %(delta)r\n"
6056
6233
"reason: %(reason)s"
6059
#: bzrlib/errors.py:2231
6236
#: bzrlib/errors.py:2250
6060
6237
msgid "To use this feature you must upgrade your branch at %(path)s."
6063
#: bzrlib/errors.py:2240
6240
#: bzrlib/errors.py:2259
6064
6241
msgid "To use this feature you must upgrade your repository at %(path)s."
6067
#: bzrlib/errors.py:2245
6244
#: bzrlib/errors.py:2264
6069
6246
"To use this feature you must upgrade your branch at %(path)s to a format "
6070
6247
"which supports rich roots."
6073
#: bzrlib/errors.py:2251
6250
#: bzrlib/errors.py:2270
6074
6251
msgid "Cannot perform local-only commits on unbound branches."
6077
#: bzrlib/errors.py:2256
6254
#: bzrlib/errors.py:2275
6078
6255
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
6081
#: bzrlib/errors.py:2277
6258
#: bzrlib/errors.py:2296
6082
6259
msgid "Ghost tags not supported by format %(format)r."
6085
#: bzrlib/errors.py:2285
6262
#: bzrlib/errors.py:2304
6086
6263
msgid "File is binary but should be text."
6089
#: bzrlib/errors.py:2290
6266
#: bzrlib/errors.py:2309
6090
6267
msgid "The path %(path)s is not permitted on this platform"
6093
#: bzrlib/errors.py:2299
6270
#: bzrlib/errors.py:2318
6095
6272
"Testament did not match expected value.\n"
6096
6273
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
6097
6274
" {%(measured)s}"
6100
#: bzrlib/errors.py:2311
6277
#: bzrlib/errors.py:2330
6101
6278
msgid "Not a bzr revision-bundle: %(text)r"
6104
#: bzrlib/errors.py:2320
6281
#: bzrlib/errors.py:2339
6105
6282
msgid "Bad bzr revision-bundle: %(text)r"
6108
#: bzrlib/errors.py:2329
6285
#: bzrlib/errors.py:2348
6109
6286
msgid "Malformed bzr revision-bundle header: %(text)r"
6112
#: bzrlib/errors.py:2334
6289
#: bzrlib/errors.py:2353
6113
6290
msgid "Malformed patches in bzr revision-bundle: %(text)r"
6116
#: bzrlib/errors.py:2339
6293
#: bzrlib/errors.py:2358
6117
6294
msgid "Malformed footer in bzr revision-bundle: %(text)r"
6120
#: bzrlib/errors.py:2344
6297
#: bzrlib/errors.py:2363
6121
6298
msgid "End of line marker was not \\n in bzr revision-bundle"
6124
#: bzrlib/errors.py:2354
6301
#: bzrlib/errors.py:2373
6125
6302
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
6128
#: bzrlib/errors.py:2364
6305
#: bzrlib/errors.py:2383
6129
6306
msgid "Root class for inventory serialization errors"
6132
#: bzrlib/errors.py:2368
6309
#: bzrlib/errors.py:2387
6134
6311
"The inventory was not in the expected format:\n"
6138
#: bzrlib/errors.py:2377
6315
#: bzrlib/errors.py:2396
6139
6316
msgid "This operation requires rich root data storage"
6142
#: bzrlib/errors.py:2390
6319
#: bzrlib/errors.py:2409
6143
6320
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
6146
#: bzrlib/errors.py:2399
6323
#: bzrlib/errors.py:2418
6148
6325
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
6152
#: bzrlib/errors.py:2406
6329
#: bzrlib/errors.py:2425
6154
6331
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
6155
6332
"ghost at {%(ghost_revision_id)s}"
6158
#: bzrlib/errors.py:2416
6335
#: bzrlib/errors.py:2435
6159
6336
msgid "Ghost revision {%(revision_id)s} cannot be used here."
6162
#: bzrlib/errors.py:2467
6339
#: bzrlib/errors.py:2486
6164
6341
"A merge directive must provide either a bundle or a public branch location."
6167
#: bzrlib/errors.py:2474
6344
#: bzrlib/errors.py:2493
6168
6345
msgid "Bad merge directive payload %(start)r"
6171
#: bzrlib/errors.py:2484
6348
#: bzrlib/errors.py:2503
6172
6349
msgid "Preview patch does not match requested changes."
6175
#: bzrlib/errors.py:2490
6352
#: bzrlib/errors.py:2509
6176
6353
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
6179
#: bzrlib/errors.py:2500
6356
#: bzrlib/errors.py:2519
6181
6358
"Your branch does not have all of the revisions required in order to merge "
6182
6359
"this merge directive and the target location specified in the merge "
6183
6360
"directive is not a branch: %(location)s."
6186
#: bzrlib/errors.py:2512
6363
#: bzrlib/errors.py:2531
6187
6364
msgid "Unsupported entry kind %(kind)s"
6190
#: bzrlib/errors.py:2520
6367
#: bzrlib/errors.py:2539
6191
6368
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
6194
#: bzrlib/errors.py:2530
6371
#: bzrlib/errors.py:2549
6195
6372
msgid "Subsume target %(other_tree)s needs to be upgraded."
6198
#: bzrlib/errors.py:2549
6375
#: bzrlib/errors.py:2568
6199
6376
msgid "No such tag: %(tag_name)s"
6202
#: bzrlib/errors.py:2557
6379
#: bzrlib/errors.py:2576
6203
6380
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
6206
#: bzrlib/errors.py:2566
6383
#: bzrlib/errors.py:2585
6207
6384
msgid "Tag %(tag_name)s already exists."
6210
#: bzrlib/errors.py:2574
6387
#: bzrlib/errors.py:2593
6212
6389
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
6213
6390
"bugs\" for more information on this feature."
6216
#: bzrlib/errors.py:2584
6393
#: bzrlib/errors.py:2603
6218
6395
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
6221
#: bzrlib/errors.py:2594
6398
#: bzrlib/errors.py:2613
6223
6400
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
6226
#: bzrlib/errors.py:2604
6403
#: bzrlib/errors.py:2623
6227
6404
msgid "Invalid line in bugs property: '%(line)s'"
6230
#: bzrlib/errors.py:2612
6407
#: bzrlib/errors.py:2631
6231
6408
msgid "Invalid bug status: '%(status)s'"
6234
#: bzrlib/errors.py:2620
6411
#: bzrlib/errors.py:2639
6235
6412
msgid "Could not understand response from smart server: %(response_tuple)r"
6238
#: bzrlib/errors.py:2659
6415
#: bzrlib/errors.py:2678
6239
6416
msgid "Server sent an unexpected error: %(error_tuple)r"
6242
#: bzrlib/errors.py:2678
6419
#: bzrlib/errors.py:2697
6243
6420
msgid "Unrecognised container format: %(container_format)r"
6246
#: bzrlib/errors.py:2686
6423
#: bzrlib/errors.py:2705
6247
6424
msgid "Unexpected end of container stream"
6250
#: bzrlib/errors.py:2691
6427
#: bzrlib/errors.py:2710
6251
6428
msgid "Unknown record type: %(record_type)r"
6254
#: bzrlib/errors.py:2699
6431
#: bzrlib/errors.py:2718
6255
6432
msgid "Invalid record: %(reason)s"
6258
#: bzrlib/errors.py:2707
6435
#: bzrlib/errors.py:2726
6259
6436
msgid "Container has data after end marker: %(excess)r"
6262
#: bzrlib/errors.py:2715
6439
#: bzrlib/errors.py:2734
6263
6440
msgid "Container has multiple records with the same name: %(name)s"
6266
#: bzrlib/errors.py:2728
6443
#: bzrlib/errors.py:2747
6267
6444
msgid "Corrupt or incompatible data stream: %(reason)s"
6270
#: bzrlib/errors.py:2736
6447
#: bzrlib/errors.py:2755
6271
6448
msgid "SMTP error: %(error)s"
6274
#: bzrlib/errors.py:2744
6451
#: bzrlib/errors.py:2763
6275
6452
msgid "No message supplied."
6278
#: bzrlib/errors.py:2749
6455
#: bzrlib/errors.py:2768
6279
6456
msgid "No mail-to address (--mail-to) or output (-o) specified."
6282
#: bzrlib/errors.py:2754
6459
#: bzrlib/errors.py:2773
6283
6460
msgid "Unknown mail client: %(mail_client)s"
6286
#: bzrlib/errors.py:2762
6463
#: bzrlib/errors.py:2781
6288
6465
"Unable to find mail client with the following names: "
6289
6466
"%(mail_command_list_string)s"
6292
#: bzrlib/errors.py:2772
6469
#: bzrlib/errors.py:2791
6293
6470
msgid "SMTP connection to %(host)s refused"
6296
#: bzrlib/errors.py:2781
6473
#: bzrlib/errors.py:2800
6297
6474
msgid "Please specify smtp_server. No server at default %(host)s."
6300
#: bzrlib/errors.py:2795
6477
#: bzrlib/errors.py:2814
6302
6479
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
6306
#: bzrlib/errors.py:2807
6483
#: bzrlib/errors.py:2826
6307
6484
msgid "'%(display_url)s' is already a branch."
6310
#: bzrlib/errors.py:2812
6487
#: bzrlib/errors.py:2831
6311
6488
msgid "'%(display_url)s' is already a tree."
6314
#: bzrlib/errors.py:2817
6491
#: bzrlib/errors.py:2836
6315
6492
msgid "'%(display_url)s' is already a checkout."
6318
#: bzrlib/errors.py:2822
6495
#: bzrlib/errors.py:2841
6319
6496
msgid "'%(display_url)s' is already a lightweight checkout."
6322
#: bzrlib/errors.py:2827
6499
#: bzrlib/errors.py:2846
6323
6500
msgid "'%(display_url)s' is already using a shared repository."
6326
#: bzrlib/errors.py:2832
6503
#: bzrlib/errors.py:2851
6327
6504
msgid "'%(display_url)s' is already standalone."
6330
#: bzrlib/errors.py:2837
6507
#: bzrlib/errors.py:2856
6331
6508
msgid "Shared repository '%(display_url)s' already creates working trees."
6334
#: bzrlib/errors.py:2843
6511
#: bzrlib/errors.py:2862
6336
6513
"Shared repository '%(display_url)s' already doesn't create working trees."
6339
#: bzrlib/errors.py:2849
6516
#: bzrlib/errors.py:2868
6340
6517
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
6343
#: bzrlib/errors.py:2854
6520
#: bzrlib/errors.py:2873
6344
6521
msgid "No location could be found to bind to at %(display_url)s."
6347
#: bzrlib/errors.py:2859
6524
#: bzrlib/errors.py:2878
6349
6526
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
6350
6527
"status).%(more)s"
6353
#: bzrlib/errors.py:2878
6530
#: bzrlib/errors.py:2897
6355
6532
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
6356
6533
"list).%(more)s"
6359
#: bzrlib/errors.py:2884
6536
#: bzrlib/errors.py:2903
6360
6537
msgid "Variable {%(name)s} is not available."
6363
#: bzrlib/errors.py:2892
6540
#: bzrlib/errors.py:2911
6364
6541
msgid "No template specified."
6367
#: bzrlib/errors.py:2897
6544
#: bzrlib/errors.py:2916
6368
6545
msgid "Unable to create symlink %(path_str)son this platform"
6371
#: bzrlib/errors.py:2912
6548
#: bzrlib/errors.py:2931
6373
6550
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
6374
6551
"\"original\", \"local\"."
6377
#: bzrlib/errors.py:2946
6554
#: bzrlib/errors.py:2965
6379
6556
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
6382
#: bzrlib/errors.py:2958
6559
#: bzrlib/errors.py:2977
6383
6560
msgid "The \"%(config_id)s\" configuration does not exist."
6386
#: bzrlib/errors.py:2966
6563
#: bzrlib/errors.py:2985
6387
6564
msgid "The \"%(option_name)s\" configuration option does not exist."
6390
#: bzrlib/errors.py:2974
6567
#: bzrlib/errors.py:2993
6391
6568
msgid "The alias \"%(alias_name)s\" does not exist."
6394
#: bzrlib/errors.py:2988
6571
#: bzrlib/errors.py:3007
6395
6572
msgid "\"%(alias_name)s\" is not a valid location alias."
6398
#: bzrlib/errors.py:2996
6575
#: bzrlib/errors.py:3015
6399
6576
msgid "No %(alias_name)s location assigned."
6402
#: bzrlib/errors.py:3004
6579
#: bzrlib/errors.py:3023
6403
6580
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6406
#: bzrlib/errors.py:3014
6583
#: bzrlib/errors.py:3033
6407
6584
msgid "Unknown rules detected: %(unknowns_str)s."
6410
#: bzrlib/errors.py:3025
6587
#: bzrlib/errors.py:3044
6411
6588
msgid "Tip change rejected: %(msg)s"
6414
#: bzrlib/errors.py:3033
6591
#: bzrlib/errors.py:3052
6415
6592
msgid "Shelf corrupt."
6418
#: bzrlib/errors.py:3038
6595
#: bzrlib/errors.py:3057
6419
6596
msgid "Corruption while decompressing repository file%(orig_error)s"
6422
#: bzrlib/errors.py:3050
6599
#: bzrlib/errors.py:3069
6423
6600
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6426
#: bzrlib/errors.py:3058
6603
#: bzrlib/errors.py:3077
6427
6604
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6430
#: bzrlib/errors.py:3066
6607
#: bzrlib/errors.py:3085
6432
6609
"An attempt to access a url outside the server jail was made: '%(url)s'."
6435
#: bzrlib/errors.py:3074
6612
#: bzrlib/errors.py:3093
6436
6613
msgid "The user aborted the operation."
6439
#: bzrlib/errors.py:3079
6616
#: bzrlib/errors.py:3098
6440
6617
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6443
#: bzrlib/errors.py:3089
6620
#: bzrlib/errors.py:3108
6444
6621
msgid "No such view: %(view_name)s."
6447
#: bzrlib/errors.py:3099
6624
#: bzrlib/errors.py:3118
6449
6626
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6450
6627
"to a later format."
6453
#: bzrlib/errors.py:3108
6630
#: bzrlib/errors.py:3127
6455
6632
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6458
#: bzrlib/errors.py:3175
6635
#: bzrlib/errors.py:3194
6459
6636
msgid "%(bzrdir)r does not support co-located branches."
6462
#: bzrlib/errors.py:3181
6639
#: bzrlib/errors.py:3200
6464
6641
"Unable to determine your name.\n"
6465
6642
"Please, set your name with the 'whoami' command.\n"
6466
6643
"E.g. bzr whoami \"Your Name <name@example.com>\""
6469
#: bzrlib/errors.py:3190
6646
#: bzrlib/errors.py:3209
6470
6647
msgid "Invalid pattern(s) found. %(msg)s"
6473
#: bzrlib/errors.py:3198
6650
#: bzrlib/errors.py:3217
6475
6652
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6476
6653
"unbind` to fix."
6479
#: bzrlib/errors.py:3209
6656
#: bzrlib/errors.py:3228
6480
6657
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6483
#: bzrlib/errors.py:3218
6660
#: bzrlib/errors.py:3237
6484
6661
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6487
#: bzrlib/errors.py:3227
6664
#: bzrlib/errors.py:3246
6489
6666
"No compatible object available for operations from %(source)r to %(target)r."
6492
#: bzrlib/errors.py:3237
6669
#: bzrlib/errors.py:3256
6494
6671
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6495
6672
"%(arguments)s."
6498
#: bzrlib/errors.py:3247
6675
#: bzrlib/errors.py:3266
6500
6677
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6501
6678
"format %(format)r"
6504
#: bzrlib/errors.py:3259
6681
#: bzrlib/errors.py:3278
6506
6683
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6510
#: bzrlib/errors.py:3272
6687
#: bzrlib/errors.py:3291
6511
6688
msgid "Binary files section encountered."
6514
#: bzrlib/errors.py:3280
6691
#: bzrlib/errors.py:3299
6516
6693
"Malformed patch header. %(desc)s\n"
6520
#: bzrlib/errors.py:3289
6697
#: bzrlib/errors.py:3308
6522
6699
"Malformed hunk header. %(desc)s\n"
6526
#: bzrlib/errors.py:3298
6703
#: bzrlib/errors.py:3317
6528
6705
"Malformed line. %(desc)s\n"
6532
#: bzrlib/errors.py:3308
6709
#: bzrlib/errors.py:3327
6534
6711
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
6535
6712
"but patch says it should be \"%(patch_line)s\""
6538
#: bzrlib/errors.py:3319
6715
#: bzrlib/errors.py:3338
6539
6716
msgid "The feature %(feature)s has already been registered."