4144
4185
msgid "Do not prompt before deleting."
4147
#: bzrlib/cmd_version_info.py:50
4188
#: bzrlib/bundle/__init__.py:57
4189
msgid "A directory cannot be a bundle"
4192
#: bzrlib/bundle/serializer/v4.py:326
4194
msgid "Bundling %d revision(s)."
4197
#: bzrlib/bzrdir.py:636
4200
"making backup of %s\n"
4204
#: bzrlib/bzrdir.py:659
4205
msgid "renamed {0} to {1}"
4208
#: bzrlib/bzrdir.py:851
4209
msgid "{0} is{1} redirected to {2}"
4212
#: bzrlib/bzrdir.py:1727
4215
"Source repository format does not support stacking, using format:\n"
4219
#: bzrlib/bzrdir.py:1747
4222
"Source branch format does not support stacking, using format:\n"
4226
#: bzrlib/bzrdir.py:1858
4227
msgid "starting repository conversion"
4230
#: bzrlib/check.py:106
4234
#: bzrlib/check.py:108
4235
msgid "checking revisions"
4238
#: bzrlib/check.py:110
4239
msgid "checking commit contents"
4242
#: bzrlib/check.py:112
4243
msgid "checking file graphs"
4246
#: bzrlib/check.py:116
4247
msgid "checking branches and trees"
4250
#: bzrlib/check.py:203
4251
msgid "checked repository {0} format {1}"
4254
#: bzrlib/check.py:206
4256
msgid "%6d revisions"
4259
#: bzrlib/check.py:207
4261
msgid "%6d file-ids"
4264
#: bzrlib/check.py:209
4266
msgid "%6d unreferenced text versions"
4269
#: bzrlib/check.py:213
4270
msgid "unreferenced version: {{{0}}} in {1}"
4273
#: bzrlib/check.py:216
4275
msgid "%6d revisions are missing inventory_sha1"
4278
#: bzrlib/check.py:219
4280
msgid "%6d revisions are mentioned but not present"
4283
#: bzrlib/check.py:222
4285
msgid "%6d ghost revisions"
4288
#: bzrlib/check.py:227
4290
msgid "%6d revisions missing parents in ancestry"
4293
#: bzrlib/check.py:231
4295
msgid " %s should be in the ancestry for:"
4298
#: bzrlib/check.py:235
4300
msgid "%6d inconsistent parents"
4303
#: bzrlib/check.py:239
4304
msgid " * {0} version {1} has parents {2!r} but should have {3!r}"
4307
#: bzrlib/check.py:245
4309
msgid "%6d revisions have incorrect parents in the revision index"
4312
#: bzrlib/check.py:251
4313
msgid " {0} has wrong parents in index: {1!r} should be {2!r}"
4316
#: bzrlib/check.py:265
4317
msgid "Mismatched internal revid {{{0}}} and index revid {{{1}}}"
4320
#: bzrlib/check.py:294
4322
"Multiple expected sha1s for {0}. {{{1}}} expects {{{2}}}, {{{3}}} expects "
4326
#: bzrlib/check.py:352
4328
msgid "Checking branch at '%s'."
4331
#: bzrlib/check.py:372
4333
msgid "Checking working tree at '%s'."
4336
#: bzrlib/check.py:425 bzrlib/check.py:439
4337
msgid "No branch found at specified location."
4340
#: bzrlib/check.py:427 bzrlib/check.py:437
4341
msgid "No working tree found at specified location."
4344
#: bzrlib/check.py:430
4346
msgid "Checking repository at '%s'."
4349
#: bzrlib/check.py:441
4350
msgid "No repository found at specified location."
4353
#: bzrlib/clean_tree.py:62
4354
msgid "Nothing to delete."
4357
#: bzrlib/clean_tree.py:108
4359
msgid "unable to remove %s"
4362
#: bzrlib/clean_tree.py:112
4363
msgid "deleting paths:"
4366
#: bzrlib/clean_tree.py:126
4368
msgid "unable to remove \"%s\": %s."
4371
#: bzrlib/clean_tree.py:130
4372
msgid "No files deleted."
4375
#: bzrlib/cmd_version_info.py:45
4376
msgid "No known version info format {0}. Supported types are: {1}"
4379
#: bzrlib/cmd_version_info.py:51
4148
4380
msgid "Show version information about this tree."
4151
#: bzrlib/cmd_version_info.py:52
4383
#: bzrlib/cmd_version_info.py:53
4153
4385
"You can use this command to add information about version into\n"
4154
4386
"source code of an application. The output can be in one of the\n"
4155
4387
"supported formats or in a custom format based on a template."
4158
#: bzrlib/cmd_version_info.py:56
4390
#: bzrlib/cmd_version_info.py:57
4159
4391
msgid "For example::"
4162
#: bzrlib/cmd_version_info.py:58
4394
#: bzrlib/cmd_version_info.py:59
4164
4396
" bzr version-info --custom \\\n"
4165
4397
" --template=\"#define VERSION_INFO \\\"Project 1.2.3 (r{revno})\\\"\\n\""
4168
#: bzrlib/cmd_version_info.py:61
4400
#: bzrlib/cmd_version_info.py:62
4170
4402
"will produce a C header file with formatted string containing the\n"
4171
4403
"current revision number. Other supported variables in templates are:"
4174
#: bzrlib/cmd_version_info.py:64
4406
#: bzrlib/cmd_version_info.py:65
4176
4408
" * {date} - date of the last revision\n"
4177
4409
" * {build_date} - current date\n"
4185
4417
# help of 'format' option of 'version-info' command
4186
#: bzrlib/cmd_version_info.py:74
4418
#: bzrlib/cmd_version_info.py:75
4187
4419
msgid "Select the output format."
4190
4422
# help of 'all' option of 'version-info' command
4191
#: bzrlib/cmd_version_info.py:78
4423
#: bzrlib/cmd_version_info.py:79
4192
4424
msgid "Include all possible information."
4195
4427
# help of 'check-clean' option of 'version-info' command
4196
#: bzrlib/cmd_version_info.py:79
4428
#: bzrlib/cmd_version_info.py:80
4197
4429
msgid "Check if tree is clean."
4200
4432
# help of 'include-history' option of 'version-info' command
4201
#: bzrlib/cmd_version_info.py:81
4433
#: bzrlib/cmd_version_info.py:82
4202
4434
msgid "Include the revision-history."
4205
4437
# help of 'include-file-revisions' option of 'version-info' command
4206
#: bzrlib/cmd_version_info.py:83
4438
#: bzrlib/cmd_version_info.py:84
4207
4439
msgid "Include the last revision for each file."
4210
4442
# help of 'template' option of 'version-info' command
4211
#: bzrlib/cmd_version_info.py:84
4443
#: bzrlib/cmd_version_info.py:85
4212
4444
msgid "Template for the output."
4447
#: bzrlib/commands.py:232
4449
msgid "unknown command \"%s\""
4215
4452
#: bzrlib/commands.py:479
4216
4453
msgid "No help for this command."
6022
6488
msgid " bzr lp-find-proposal -r annotate:README:1"
6491
#: bzrlib/push.py:54
6492
msgid "Created new branch."
6495
#: bzrlib/push.py:96
6498
"Target directory %s already contains a .bzr directory, but it is not valid."
6501
#: bzrlib/push.py:99
6504
"Target directory %s already exists, but does not have a .bzr directory. "
6505
"Supply --use-existing-dir to push there anyway."
6508
#: bzrlib/push.py:120
6510
msgid "Too many redirections trying to make %s."
6513
#: bzrlib/push.py:145
6515
"These branches have diverged. See \"bzr help diverged-branches\" for more "
6519
#: bzrlib/push.py:149
6522
"It is not possible to losslessly push to %s. You may want to use dpush "
6526
#: bzrlib/push.py:155
6529
"At %s you have a valid .bzr control directory, but not a branch or "
6530
"repository. This is an unsupported configuration. Please move the target "
6531
"directory out of the way and try again."
6534
#: bzrlib/reconcile.py:96
6536
msgid "Reconciling branch %s"
6539
#: bzrlib/reconcile.py:102
6541
msgid "Reconciling repository %s"
6544
#: bzrlib/reconcile.py:104
6545
msgid "Reconciling repository"
6548
#: bzrlib/reconcile.py:110
6550
msgid "%s cannot canonicalize CHKs."
6553
#: bzrlib/reconcile.py:118
6554
msgid "Reconcile aborted: revision index has inconsistent parents."
6557
#: bzrlib/reconcile.py:120
6558
msgid "Run \"bzr check\" for more details."
6561
#: bzrlib/reconcile.py:122
6562
msgid "Reconciliation complete."
6565
#: bzrlib/reconcile.py:165
6567
msgid "Fixing last revision info %s => %s"
6570
#: bzrlib/reconcile.py:171
6571
msgid "revision_history ok."
6574
#: bzrlib/reconcile.py:232
6575
msgid "Reading inventory data"
6578
#: bzrlib/reconcile.py:252 bzrlib/reconcile.py:382
6579
msgid "Inventory ok."
6582
#: bzrlib/reconcile.py:254 bzrlib/reconcile.py:384
6583
msgid "Backing up inventory"
6586
#: bzrlib/reconcile.py:256
6587
msgid "Backup inventory created."
6590
#: bzrlib/reconcile.py:272 bzrlib/reconcile.py:403
6591
msgid "Writing weave"
6594
#: bzrlib/reconcile.py:275 bzrlib/reconcile.py:406
6595
msgid "Inventory regenerated."
6598
#: bzrlib/reconcile.py:369 bzrlib/reconcile.py:371 bzrlib/reconcile.py:374
6599
msgid "Reading indexes"
6602
#: bzrlib/reconcile.py:378 bzrlib/reconcile.py:380
6603
msgid "Checking unused inventories"
6606
#: bzrlib/reconcile.py:386
6607
msgid "Backup Inventory created"
6610
#: bzrlib/reconcile.py:444
6611
msgid "Fixing text parents"
6614
#: bzrlib/reconfigure.py:52
6615
msgid "{0} is now stacked on {1}\n"
6618
#: bzrlib/reconfigure.py:67
6620
msgid "%s is now not stacked\n"
6623
#: bzrlib/remote.py:1877
6624
msgid "Copying repository content as tarball..."
6627
#: bzrlib/rename_map.py:68
6628
msgid "Calculating hashes"
6631
#: bzrlib/rename_map.py:106
6632
msgid "Determining hash hits"
6635
#: bzrlib/rename_map.py:241
6639
#: bzrlib/repository.py:284
6641
msgid "bzr: ERROR (ignored): %s"
6644
#: bzrlib/repository.py:1803
6645
msgid "Moving repository to repository.backup"
6648
#: bzrlib/repository.py:1810
6649
msgid "Creating new repository"
6652
#: bzrlib/repository.py:1815
6653
msgid "Copying content"
6656
#: bzrlib/repository.py:1819
6657
msgid "Deleting old repository content"
6660
#: bzrlib/repository.py:1821
6661
msgid "repository converted"
6664
#: bzrlib/revisionspec.py:914
6669
#: bzrlib/send.py:56
6671
msgid "Mail client \"%s\" does not support specifying body"
6674
#: bzrlib/send.py:60
6675
msgid "--remember requires a branch to be specified."
6678
#: bzrlib/send.py:74
6679
msgid "No submit branch known or specified"
6682
#: bzrlib/send.py:77
6684
msgid "Using saved %s location \"%s\" to determine what changes to submit."
6687
#: bzrlib/send.py:94
6689
msgid "No such send format '%s'."
6692
#: bzrlib/send.py:111
6693
msgid "bzr send takes at most two one revision identifiers"
6696
#: bzrlib/send.py:124
6697
msgid "No revisions to submit."
6700
#: bzrlib/send.py:135
6702
"- not supported for merge directives that use more than one output file."
6705
#: bzrlib/send.py:177
6706
msgid "Format 0.9 does not permit bundle with no patch"
6709
#: bzrlib/shelf_ui.py:69
6711
msgid "Changes shelved with id \"%d\"."
6714
#: bzrlib/shelf_ui.py:73
6715
msgid "Selected changes destroyed."
6718
#: bzrlib/shelf_ui.py:77
6719
msgid "Selected changes:"
6722
#: bzrlib/shelf_ui.py:265
6723
msgid "You need a controlling terminal."
6726
#: bzrlib/shelf_ui.py:415
6727
msgid "No changes are shelved."
6730
#: bzrlib/shelf_ui.py:473
6732
msgid "Using changes with id \"%d\"."
6735
#: bzrlib/shelf_ui.py:477
6740
#: bzrlib/shelf_ui.py:489
6742
msgid "Deleted changes with id \"%d\"."
6745
#: bzrlib/smart/medium.py:565
6746
msgid "HPSS calls: {0} ({1} vfs) {2}"
6749
#: bzrlib/smart/server.py:355
6751
msgid "listening on port: %s"
6754
#: bzrlib/switch.py:67
6755
msgid "Pending merges must be committed or reverted before using switch."
6758
#: bzrlib/switch.py:94
6760
"Cannot switch as local commits found in the checkout. Commit these to the "
6761
"bound branch or use --force to throw them away."
6764
#: bzrlib/switch.py:99
6767
"Unable to connect to current master branch %(target)s: %(error)s To switch "
6768
"anyway, use --force."
6771
#: bzrlib/switch.py:108
6772
msgid "Cannot switch a branch, only a checkout."
6775
#: bzrlib/switch.py:144
6777
msgid "Tree is up to date at revision %d."
6780
#: bzrlib/switch.py:150
6782
msgid "Updated to revision %d."
6785
#: bzrlib/transform.py:1730 bzrlib/transform.py:1741 bzrlib/transform.py:1743
6789
#: bzrlib/transform.py:1769 bzrlib/transform.py:1837
6790
msgid "removing file"
6793
#: bzrlib/transform.py:1787 bzrlib/transform.py:1872
6797
#: bzrlib/transform.py:2587
6798
msgid "Building tree"
6801
#: bzrlib/transform.py:2677 bzrlib/transform.py:2704
6802
msgid "Adding file contents"
6805
#: bzrlib/transform.py:3051
6806
msgid "Resolution pass"
6809
#: bzrlib/tree.py:635
6810
msgid "*** {0} content-filter: {1} => {2!r}"
6813
#: bzrlib/upgrade.py:76
6815
msgid "This is a checkout. The branch (%s) needs to be upgraded separately."
6818
#: bzrlib/upgrade.py:99
6820
msgid "cannot upgrade from bzrdir format %s"
6823
#: bzrlib/upgrade.py:102
6825
msgid "starting upgrade of %s"
6828
#: bzrlib/upgrade.py:109
6832
#: bzrlib/upgrade.py:119
6833
msgid "Deleting backup.bzr"
6836
#: bzrlib/upgrade.py:150
6839
"SUMMARY: {0} upgrades attempted, {1} succeeded, {2} failed"
6842
#: bzrlib/upgrade.py:207
6844
msgid "Found %d dependent branches - upgrading ..."
6847
#: bzrlib/upgrade.py:275
6848
msgid "Upgrading bzrdirs"
6851
#: bzrlib/upgrade.py:281
6853
msgid "Upgrading %s"
6856
#: bzrlib/upgrade.py:282
6857
msgid "Upgrading {0} {1} ..."
6860
#: bzrlib/upgrade.py:296
6861
msgid "Removing backup ..."
6864
#: bzrlib/upgrade.py:300
6865
msgid "failed to clean-up {0}: {1}"
6868
#: bzrlib/vf_repository.py:1091
6872
#: bzrlib/vf_repository.py:1117
6876
#: bzrlib/vf_repository.py:1572 bzrlib/vf_repository.py:1581
6877
msgid "Calculating text parents"
6880
#: bzrlib/vf_repository.py:1657
6884
#: bzrlib/vf_repository.py:2468
6885
msgid "loading text store"
6888
#: bzrlib/vf_repository.py:2474
6889
msgid "checking text graph"
6892
#: bzrlib/vf_repository.py:2924 bzrlib/vf_repository.py:2938
6893
#: bzrlib/vf_repository.py:3053
6894
msgid "Transferring revisions"
6897
#: bzrlib/win32utils.py:132
6898
msgid "Failed to GetProcessMemoryInfo()"
6901
#: bzrlib/win32utils.py:153
6902
msgid "Cannot debug memory on win32 without ctypes or win32process"
6905
#: bzrlib/win32utils.py:158
6907
msgid "WorkingSize %7dKiB\tPeakWorking %7dKiB\t%s"
6910
#: bzrlib/win32utils.py:166
6912
msgid "WorkingSize %8d KiB"
6915
#: bzrlib/win32utils.py:167
6917
msgid "PeakWorking %8d KiB"
6920
#: bzrlib/win32utils.py:168
6922
msgid "PagefileUsage %8d KiB"
6925
#: bzrlib/win32utils.py:169
6927
msgid "PeakPagefileUsage %8d KiB"
6930
#: bzrlib/win32utils.py:171
6932
msgid "PrivateUsage %8d KiB"
6935
#: bzrlib/win32utils.py:172
6937
msgid "PageFaultCount %8d"
6940
#: bzrlib/workingtree.py:1502
6941
msgid "Rerun update after fixing the conflicts."
6025
6944
#: dummy/help_topics/authentication/summary.txt:1
6026
6945
msgid "Information on configuring authentication"