/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to po/brz.pot

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 18:10:28 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521181028-zn04pdfw0od9hfj3
Rename brzlib => breezy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
"Content-Transfer-Encoding: 8bit\n"
19
19
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
20
 
21
 
#: brzlib/add.py:93
 
21
#: breezy/add.py:93
22
22
#, python-brace-format
23
23
msgid "skipping {0} (larger than {1} of {2} bytes)"
24
24
msgstr ""
25
25
 
26
 
#: brzlib/branch.py:872
 
26
#: breezy/branch.py:872
27
27
msgid "Unstacking"
28
28
msgstr ""
29
29
 
30
 
#: brzlib/branch.py:3012
 
30
#: breezy/branch.py:3012
31
31
#, python-format
32
32
msgid "Pushed up to revision %d."
33
33
msgstr ""
34
34
 
35
 
#: brzlib/branch.py:3014
 
35
#: breezy/branch.py:3014
36
36
#, python-format
37
37
msgid "%d tag updated."
38
38
msgid_plural "%d tags updated."
39
39
msgstr[0] ""
40
40
msgstr[1] ""
41
41
 
42
 
#: brzlib/branch.py:3017
 
42
#: breezy/branch.py:3017
43
43
msgid "No new revisions or tags to push."
44
44
msgstr ""
45
45
 
46
 
#: brzlib/branch.py:3019
 
46
#: breezy/branch.py:3019
47
47
msgid "No new revisions to push."
48
48
msgstr ""
49
49
 
50
 
#: brzlib/branch.py:3039
 
50
#: breezy/branch.py:3039
51
51
#, python-brace-format
52
52
msgid "checked branch {0} format {1}"
53
53
msgstr ""
54
54
 
55
 
#: brzlib/branch.py:3042
 
55
#: breezy/branch.py:3042
56
56
#, python-format
57
57
msgid "found error:%s"
58
58
msgstr ""
59
59
 
60
 
#: brzlib/builtins.py:251 brzlib/builtins.py:3043 brzlib/workingtree.py:324
 
60
#: breezy/builtins.py:251 breezy/builtins.py:3043 breezy/workingtree.py:324
61
61
#, python-format
62
62
msgid "Ignoring files outside view. View is %s"
63
63
msgstr ""
64
64
 
65
 
#: brzlib/builtins.py:260
 
65
#: breezy/builtins.py:260
66
66
#, python-format
67
67
msgid "brz %s --revision takes exactly one revision identifier"
68
68
msgstr ""
69
69
 
70
 
#: brzlib/builtins.py:315
 
70
#: breezy/builtins.py:315
71
71
msgid "Display status summary."
72
72
msgstr ""
73
73
 
74
 
#: brzlib/builtins.py:317
 
74
#: breezy/builtins.py:317
75
75
msgid ""
76
76
"This reports on versioned and unknown files, reporting them\n"
77
77
"grouped by state.  Possible states are:"
78
78
msgstr ""
79
79
 
80
 
#: brzlib/builtins.py:320
 
80
#: breezy/builtins.py:320
81
81
msgid ""
82
82
"added\n"
83
83
"    Versioned in the working copy but not in the previous revision."
84
84
msgstr ""
85
85
 
86
 
#: brzlib/builtins.py:323
 
86
#: breezy/builtins.py:323
87
87
msgid ""
88
88
"removed\n"
89
89
"    Versioned in the previous revision but removed or deleted\n"
90
90
"    in the working copy."
91
91
msgstr ""
92
92
 
93
 
#: brzlib/builtins.py:327
 
93
#: breezy/builtins.py:327
94
94
msgid ""
95
95
"renamed\n"
96
96
"    Path of this file changed from the previous revision;\n"
98
98
"    parent directory was renamed."
99
99
msgstr ""
100
100
 
101
 
#: brzlib/builtins.py:332
 
101
#: breezy/builtins.py:332
102
102
msgid ""
103
103
"modified\n"
104
104
"    Text has changed since the previous revision."
105
105
msgstr ""
106
106
 
107
 
#: brzlib/builtins.py:335
 
107
#: breezy/builtins.py:335
108
108
msgid ""
109
109
"kind changed\n"
110
110
"    File kind has been changed (e.g. from file to directory)."
111
111
msgstr ""
112
112
 
113
 
#: brzlib/builtins.py:338
 
113
#: breezy/builtins.py:338
114
114
msgid ""
115
115
"unknown\n"
116
116
"    Not versioned and not matching an ignore pattern."
117
117
msgstr ""
118
118
 
119
 
#: brzlib/builtins.py:341
 
119
#: breezy/builtins.py:341
120
120
msgid ""
121
121
"Additionally for directories, symlinks and files with a changed\n"
122
122
"executable bit, Bazaar indicates their type using a trailing\n"
124
124
"disabled using the '--no-classify' option."
125
125
msgstr ""
126
126
 
127
 
#: brzlib/builtins.py:346
 
127
#: breezy/builtins.py:346
128
128
msgid ""
129
129
"To see ignored files use 'brz ignored'.  For details on the\n"
130
130
"changes to file texts, use 'brz diff'."
131
131
msgstr ""
132
132
 
133
 
#: brzlib/builtins.py:349
 
133
#: breezy/builtins.py:349
134
134
msgid ""
135
135
"Note that --short or -S gives status flags for each item, similar\n"
136
136
"to Subversion's status command. To get output similar to svn -q,\n"
137
137
"use brz status -SV."
138
138
msgstr ""
139
139
 
140
 
#: brzlib/builtins.py:353
 
140
#: breezy/builtins.py:353
141
141
msgid ""
142
142
"If no arguments are specified, the status of the entire working\n"
143
143
"directory is shown.  Otherwise, only the status of the specified\n"
145
145
"is reported for everything inside that directory."
146
146
msgstr ""
147
147
 
148
 
#: brzlib/builtins.py:358
 
148
#: breezy/builtins.py:358
149
149
msgid ""
150
150
"Before merges are committed, the pending merge tip revisions are\n"
151
151
"shown. To see all pending merge revisions, use the -v option.\n"
153
153
"the no-pending option or specify a file/directory."
154
154
msgstr ""
155
155
 
156
 
#: brzlib/builtins.py:363
 
156
#: breezy/builtins.py:363
157
157
msgid ""
158
158
"To compare the working directory to a specific revision, pass a\n"
159
159
"single revision to the revision argument."
160
160
msgstr ""
161
161
 
162
 
#: brzlib/builtins.py:366
 
162
#: breezy/builtins.py:366
163
163
msgid ""
164
164
"To see which files have changed in a specific revision, or between\n"
165
165
"two revisions, pass a revision range to the revision argument.\n"
167
167
msgstr ""
168
168
 
169
169
# help of 'short' option of 'status' command
170
 
#: brzlib/builtins.py:375
 
170
#: breezy/builtins.py:375
171
171
msgid "Use short status indicators."
172
172
msgstr ""
173
173
 
174
174
# help of 'versioned' option of 'status' command
175
 
#: brzlib/builtins.py:377
 
175
#: breezy/builtins.py:377
176
176
msgid "Only show versioned files."
177
177
msgstr ""
178
178
 
179
179
# help of 'no-pending' option of 'status' command
180
 
#: brzlib/builtins.py:379
 
180
#: breezy/builtins.py:379
181
181
msgid "Don't show pending merges."
182
182
msgstr ""
183
183
 
184
184
# help of 'no-classify' option of 'status' command
185
 
#: brzlib/builtins.py:382
 
185
#: breezy/builtins.py:382
186
186
msgid "Do not mark object type using indicator."
187
187
msgstr ""
188
188
 
189
 
#: brzlib/builtins.py:397
 
189
#: breezy/builtins.py:397
190
190
msgid "brz status --revision takes exactly one or two revision specifiers"
191
191
msgstr ""
192
192
 
193
 
#: brzlib/builtins.py:441 brzlib/builtins.py:5229
 
193
#: breezy/builtins.py:441 breezy/builtins.py:5229
194
194
msgid "You can only supply one of revision_id or --revision"
195
195
msgstr ""
196
196
 
197
 
#: brzlib/builtins.py:444 brzlib/builtins.py:5231
 
197
#: breezy/builtins.py:444 breezy/builtins.py:5231
198
198
msgid "You must supply either --revision or a revision_id"
199
199
msgstr ""
200
200
 
201
 
#: brzlib/builtins.py:451
 
201
#: breezy/builtins.py:451
202
202
#, python-format
203
203
msgid "Repository %r does not support access to raw revision texts"
204
204
msgstr ""
205
205
 
206
 
#: brzlib/builtins.py:462
 
206
#: breezy/builtins.py:462
207
207
#, python-brace-format
208
208
msgid "The repository {0} contains no revision {1}."
209
209
msgstr ""
210
210
 
211
 
#: brzlib/builtins.py:469
 
211
#: breezy/builtins.py:469
212
212
msgid "You cannot specify a NULL revision."
213
213
msgstr ""
214
214
 
215
 
#: brzlib/builtins.py:561
 
215
#: breezy/builtins.py:561
216
216
msgid "Remove the working tree from a given branch/checkout."
217
217
msgstr ""
218
218
 
219
 
#: brzlib/builtins.py:563
 
219
#: breezy/builtins.py:563
220
220
msgid ""
221
221
"Since a lightweight checkout is little more than a working tree\n"
222
222
"this will refuse to run against one."
223
223
msgstr ""
224
224
 
225
 
#: brzlib/builtins.py:566
 
225
#: breezy/builtins.py:566
226
226
msgid "To re-create the working tree, use \"brz checkout\"."
227
227
msgstr ""
228
228
 
229
229
# help of 'force' option of 'remove-tree' command
230
 
#: brzlib/builtins.py:572
 
230
#: breezy/builtins.py:572
231
231
msgid "Remove the working tree even if it has uncommitted or shelved changes."
232
232
msgstr ""
233
233
 
234
 
#: brzlib/builtins.py:586
 
234
#: breezy/builtins.py:586
235
235
msgid "No working tree to remove"
236
236
msgstr ""
237
237
 
238
 
#: brzlib/builtins.py:588
 
238
#: breezy/builtins.py:588
239
239
msgid "You cannot remove the working tree of a remote path"
240
240
msgstr ""
241
241
 
242
 
#: brzlib/builtins.py:597
 
242
#: breezy/builtins.py:597
243
243
msgid "You cannot remove the working tree from a lightweight checkout"
244
244
msgstr ""
245
245
 
246
 
#: brzlib/builtins.py:637
 
246
#: breezy/builtins.py:637
247
247
msgid ""
248
248
"The tree does not appear to be corrupt. You probably want \"brz revert\" "
249
249
"instead. Use \"--force\" if you are sure you want to reset the working tree."
250
250
msgstr ""
251
251
 
252
 
#: brzlib/builtins.py:648
 
252
#: breezy/builtins.py:648
253
253
msgid ""
254
254
", the header appears corrupt, try passing -r -1 to set the state to the last "
255
255
"commit"
256
256
msgstr ""
257
257
 
258
 
#: brzlib/builtins.py:652
 
258
#: breezy/builtins.py:652
259
259
#, python-brace-format
260
260
msgid "failed to reset the tree state{0}"
261
261
msgstr ""
262
262
 
263
 
#: brzlib/builtins.py:656
 
263
#: breezy/builtins.py:656
264
264
msgid "Show current revision number."
265
265
msgstr ""
266
266
 
267
 
#: brzlib/builtins.py:658
 
267
#: breezy/builtins.py:658
268
268
msgid "This is equal to the number of revisions on this branch."
269
269
msgstr ""
270
270
 
271
 
#: brzlib/builtins.py:671
 
271
#: breezy/builtins.py:671
272
272
msgid "--tree and --revision can not be used together"
273
273
msgstr ""
274
274
 
275
 
#: brzlib/builtins.py:688
 
275
#: breezy/builtins.py:688
276
276
msgid "Revision numbers only make sense for single revisions, not ranges"
277
277
msgstr ""
278
278
 
279
279
# help of 'tree' option of 'revno' command
280
 
#: brzlib/builtins.py:712
 
280
#: breezy/builtins.py:712
281
281
msgid "Show revno of working tree."
282
282
msgstr ""
283
283
 
284
 
#: brzlib/builtins.py:760
 
284
#: breezy/builtins.py:760
285
285
msgid "Add specified files or directories."
286
286
msgstr ""
287
287
 
288
 
#: brzlib/builtins.py:762
 
288
#: breezy/builtins.py:762
289
289
msgid ""
290
290
"In non-recursive mode, all the named items are added, regardless\n"
291
291
"of whether they were previously ignored.  A warning is given if\n"
292
292
"any of the named files are already versioned."
293
293
msgstr ""
294
294
 
295
 
#: brzlib/builtins.py:766
 
295
#: breezy/builtins.py:766
296
296
msgid ""
297
297
"In recursive mode (the default), files are treated the same way\n"
298
298
"but the behaviour for directories is different.  Directories that\n"
303
303
"directories.  If no names are given '.' is assumed."
304
304
msgstr ""
305
305
 
306
 
#: brzlib/builtins.py:774
 
306
#: breezy/builtins.py:774
307
307
msgid ""
308
308
"A warning will be printed when nested trees are encountered,\n"
309
309
"unless they are explicitly ignored."
310
310
msgstr ""
311
311
 
312
 
#: brzlib/builtins.py:777
 
312
#: breezy/builtins.py:777
313
313
msgid ""
314
314
"Therefore simply saying 'brz add' will version all files that\n"
315
315
"are currently unknown."
316
316
msgstr ""
317
317
 
318
 
#: brzlib/builtins.py:780
 
318
#: breezy/builtins.py:780
319
319
msgid ""
320
320
"Adding a file whose parent directory is not versioned will\n"
321
321
"implicitly add the parent, and so on up to the root. This means\n"
323
323
"get added when you add a file in the directory."
324
324
msgstr ""
325
325
 
326
 
#: brzlib/builtins.py:785
 
326
#: breezy/builtins.py:785
327
327
msgid ""
328
328
"--dry-run will show which files would be added, but not actually\n"
329
329
"add them."
330
330
msgstr ""
331
331
 
332
 
#: brzlib/builtins.py:788
 
332
#: breezy/builtins.py:788
333
333
msgid ""
334
334
"--file-ids-from will try to use the file ids from the supplied path.\n"
335
335
"It looks up ids trying to find a matching parent directory with the\n"
340
340
"into a subdirectory of this one."
341
341
msgstr ""
342
342
 
343
 
#: brzlib/builtins.py:796
 
343
#: breezy/builtins.py:796
344
344
msgid ""
345
345
"Any files matching patterns in the ignore list will not be added\n"
346
346
"unless they are explicitly mentioned."
347
347
msgstr ""
348
348
 
349
 
#: brzlib/builtins.py:799
 
349
#: breezy/builtins.py:799
350
350
msgid ""
351
351
"In recursive mode, files larger than the configuration option \n"
352
352
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
354
354
msgstr ""
355
355
 
356
356
# help of 'no-recurse' option of 'add' command
357
 
#: brzlib/builtins.py:806
 
357
#: breezy/builtins.py:806
358
358
msgid "Don't recursively add the contents of directories."
359
359
msgstr ""
360
360
 
361
361
# help of 'file-ids-from' option of 'add' command
362
 
#: brzlib/builtins.py:813
 
362
#: breezy/builtins.py:813
363
363
msgid "Lookup file ids from this tree."
364
364
msgstr ""
365
365
 
366
 
#: brzlib/builtins.py:849
 
366
#: breezy/builtins.py:849
367
367
#, python-brace-format
368
368
msgid "ignored {0} matching \"{1}\"\n"
369
369
msgstr ""
370
370
 
371
 
#: brzlib/builtins.py:854
 
371
#: breezy/builtins.py:854
372
372
msgid "Create a new versioned directory."
373
373
msgstr ""
374
374
 
375
 
#: brzlib/builtins.py:856
 
375
#: breezy/builtins.py:856
376
376
msgid "This is equivalent to creating the directory and then adding it."
377
377
msgstr ""
378
378
 
379
379
# help of 'parents' option of 'mkdir' command
380
 
#: brzlib/builtins.py:863
 
380
#: breezy/builtins.py:863
381
381
msgid "No error if existing, make parent directories as needed."
382
382
msgstr ""
383
383
 
384
 
#: brzlib/builtins.py:897
 
384
#: breezy/builtins.py:897
385
385
#, python-format
386
386
msgid "added %s\n"
387
387
msgstr ""
388
388
 
389
 
#: brzlib/builtins.py:939
 
389
#: breezy/builtins.py:939
390
390
#, python-format
391
391
msgid "invalid kind %r specified"
392
392
msgstr ""
393
393
 
394
 
#: brzlib/builtins.py:976
 
394
#: breezy/builtins.py:976
395
395
msgid "Move or rename a file."
396
396
msgstr ""
397
397
 
398
 
#: brzlib/builtins.py:978
 
398
#: breezy/builtins.py:978
399
399
msgid "    brz mv SOURCE... DESTINATION"
400
400
msgstr ""
401
401
 
402
 
#: brzlib/builtins.py:980
 
402
#: breezy/builtins.py:980
403
403
msgid ""
404
404
"If the last argument is a versioned directory, all the other names\n"
405
405
"are moved into it.  Otherwise, there must be exactly two arguments\n"
406
406
"and the file is changed to a new name."
407
407
msgstr ""
408
408
 
409
 
#: brzlib/builtins.py:984
 
409
#: breezy/builtins.py:984
410
410
msgid ""
411
411
"If OLDNAME does not exist on the filesystem but is versioned and\n"
412
412
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
415
415
"The same is valid when moving many SOURCE files to a DESTINATION."
416
416
msgstr ""
417
417
 
418
 
#: brzlib/builtins.py:990
 
418
#: breezy/builtins.py:990
419
419
msgid "Files cannot be moved between branches."
420
420
msgstr ""
421
421
 
422
422
# help of 'after' option of 'mv' command
423
 
#: brzlib/builtins.py:997
 
423
#: breezy/builtins.py:997
424
424
msgid ""
425
425
"Move only the brz identifier of the file, because the file has already been "
426
426
"moved."
427
427
msgstr ""
428
428
 
429
429
# help of 'auto' option of 'mv' command
430
 
#: brzlib/builtins.py:999
 
430
#: breezy/builtins.py:999
431
431
msgid "Automatically guess renames."
432
432
msgstr ""
433
433
 
434
434
# help of 'dry-run' option of 'mv' command
435
 
#: brzlib/builtins.py:1000
 
435
#: breezy/builtins.py:1000
436
436
msgid "Avoid making changes when guessing renames."
437
437
msgstr ""
438
438
 
439
 
#: brzlib/builtins.py:1009
 
439
#: breezy/builtins.py:1009
440
440
msgid "--dry-run requires --auto."
441
441
msgstr ""
442
442
 
443
 
#: brzlib/builtins.py:1013
 
443
#: breezy/builtins.py:1013
444
444
msgid "missing file argument"
445
445
msgstr ""
446
446
 
447
 
#: brzlib/builtins.py:1017
 
447
#: breezy/builtins.py:1017
448
448
msgid "can not move root of branch"
449
449
msgstr ""
450
450
 
451
 
#: brzlib/builtins.py:1023
 
451
#: breezy/builtins.py:1023
452
452
msgid "Only one path may be specified to --auto."
453
453
msgstr ""
454
454
 
455
 
#: brzlib/builtins.py:1026
 
455
#: breezy/builtins.py:1026
456
456
msgid "--after cannot be specified with --auto."
457
457
msgstr ""
458
458
 
459
 
#: brzlib/builtins.py:1062
 
459
#: breezy/builtins.py:1062
460
460
msgid "to mv multiple files the destination must be a versioned directory"
461
461
msgstr ""
462
462
 
463
 
#: brzlib/builtins.py:1114
 
463
#: breezy/builtins.py:1114
464
464
msgid "Turn this branch into a mirror of another branch."
465
465
msgstr ""
466
466
 
467
 
#: brzlib/builtins.py:1116
 
467
#: breezy/builtins.py:1116
468
468
msgid ""
469
469
"By default, this command only works on branches that have not diverged.\n"
470
470
"Branches are considered diverged if the destination branch's most recent \n"
472
472
"parent."
473
473
msgstr ""
474
474
 
475
 
#: brzlib/builtins.py:1121
 
475
#: breezy/builtins.py:1121
476
476
msgid ""
477
477
"If branches have diverged, you can use 'brz merge' to integrate the changes\n"
478
478
"from one into the other.  Once one branch has merged, the other should\n"
479
479
"be able to pull it again."
480
480
msgstr ""
481
481
 
482
 
#: brzlib/builtins.py:1125
 
482
#: breezy/builtins.py:1125
483
483
msgid ""
484
484
"If you want to replace your local changes and just want your branch to\n"
485
485
"match the remote one, use pull --overwrite. This will work even if the two\n"
486
486
"branches have diverged."
487
487
msgstr ""
488
488
 
489
 
#: brzlib/builtins.py:1129
 
489
#: breezy/builtins.py:1129
490
490
msgid ""
491
491
"If there is no default location set, the first pull will set it (use\n"
492
492
"--no-remember to avoid setting it). After that, you can omit the\n"
494
494
"value will only be saved if the remote location can be accessed."
495
495
msgstr ""
496
496
 
497
 
#: brzlib/builtins.py:1134
 
497
#: breezy/builtins.py:1134
498
498
msgid ""
499
499
"The --verbose option will display the revisions pulled using the log_format\n"
500
500
"configuration option. You can use a different format by overriding it with\n"
501
501
"-Olog_format=<other_format>."
502
502
msgstr ""
503
503
 
504
 
#: brzlib/builtins.py:1138
 
504
#: breezy/builtins.py:1138
505
505
msgid ""
506
506
"Note: The location can be specified either in the form of a branch,\n"
507
507
"or in the form of a path to a file containing a merge directive generated\n"
509
509
msgstr ""
510
510
 
511
511
# help of 'verbose' option of 'pull' command
512
 
#: brzlib/builtins.py:1146
 
512
#: breezy/builtins.py:1146
513
513
msgid "Show logs of pulled revisions."
514
514
msgstr ""
515
515
 
516
516
# help of 'directory' option of 'pull' command
517
 
#: brzlib/builtins.py:1148
 
517
#: breezy/builtins.py:1148
518
518
msgid ""
519
519
"Branch to pull into, rather than the one containing the working directory."
520
520
msgstr ""
521
521
 
522
522
# help of 'local' option of 'pull' command
523
 
#: brzlib/builtins.py:1151
 
523
#: breezy/builtins.py:1151
524
524
msgid ""
525
525
"Perform a local pull in a bound branch.  Local pulls are not applied to the "
526
526
"master branch."
527
527
msgstr ""
528
528
 
529
 
#: brzlib/builtins.py:1188
 
529
#: breezy/builtins.py:1188
530
530
msgid "No working tree, ignoring --show-base"
531
531
msgstr ""
532
532
 
533
 
#: brzlib/builtins.py:1204
 
533
#: breezy/builtins.py:1204
534
534
msgid "No pull location known or specified."
535
535
msgstr ""
536
536
 
537
 
#: brzlib/builtins.py:1210
 
537
#: breezy/builtins.py:1210
538
538
#, python-format
539
539
msgid "Using saved parent location: %s\n"
540
540
msgstr ""
541
541
 
542
 
#: brzlib/builtins.py:1217 brzlib/builtins.py:4423
 
542
#: breezy/builtins.py:1217 breezy/builtins.py:4423
543
543
msgid "Cannot use -r with merge directives or bundles"
544
544
msgstr ""
545
545
 
546
 
#: brzlib/builtins.py:1260
 
546
#: breezy/builtins.py:1260
547
547
msgid "Update a mirror of this branch."
548
548
msgstr ""
549
549
 
550
 
#: brzlib/builtins.py:1262
 
550
#: breezy/builtins.py:1262
551
551
msgid ""
552
552
"The target branch will not have its working tree populated because this\n"
553
553
"is both expensive, and is not supported on remote file systems."
554
554
msgstr ""
555
555
 
556
 
#: brzlib/builtins.py:1265
 
556
#: breezy/builtins.py:1265
557
557
msgid ""
558
558
"Some smart servers or protocols *may* put the working tree in place in\n"
559
559
"the future."
560
560
msgstr ""
561
561
 
562
 
#: brzlib/builtins.py:1268
 
562
#: breezy/builtins.py:1268
563
563
msgid ""
564
564
"This command only works on branches that have not diverged.  Branches are\n"
565
565
"considered diverged if the destination branch's most recent commit is one\n"
566
566
"that has not been merged (directly or indirectly) by the source branch."
567
567
msgstr ""
568
568
 
569
 
#: brzlib/builtins.py:1272
 
569
#: breezy/builtins.py:1272
570
570
msgid ""
571
571
"If branches have diverged, you can use 'brz push --overwrite' to replace\n"
572
572
"the other branch completely, discarding its unmerged changes."
573
573
msgstr ""
574
574
 
575
 
#: brzlib/builtins.py:1275
 
575
#: breezy/builtins.py:1275
576
576
msgid ""
577
577
"If you want to ensure you have the different changes in the other branch,\n"
578
578
"do a merge (see brz help merge) from the other branch, and commit that.\n"
579
579
"After that you will be able to do a push without '--overwrite'."
580
580
msgstr ""
581
581
 
582
 
#: brzlib/builtins.py:1279
 
582
#: breezy/builtins.py:1279
583
583
msgid ""
584
584
"If there is no default push location set, the first push will set it (use\n"
585
585
"--no-remember to avoid setting it).  After that, you can omit the\n"
587
587
"value will only be saved if the remote location can be accessed."
588
588
msgstr ""
589
589
 
590
 
#: brzlib/builtins.py:1284
 
590
#: breezy/builtins.py:1284
591
591
msgid ""
592
592
"The --verbose option will display the revisions pushed using the log_format\n"
593
593
"configuration option. You can use a different format by overriding it with\n"
596
596
 
597
597
# help of 'directory' option of 'dpush' command
598
598
# help of 'directory' option of 'push' command
599
 
#: brzlib/builtins.py:1295 brzlib/foreign.py:272
 
599
#: breezy/builtins.py:1295 breezy/foreign.py:272
600
600
msgid ""
601
601
"Branch to push from, rather than the one containing the working directory."
602
602
msgstr ""
603
603
 
604
604
# help of 'use-existing-dir' option of 'push' command
605
 
#: brzlib/builtins.py:1298
 
605
#: breezy/builtins.py:1298
606
606
msgid ""
607
607
"By default push will fail if the target directory exists, but does not "
608
608
"already have a control directory.  This flag will allow push to proceed."
609
609
msgstr ""
610
610
 
611
611
# help of 'stacked' option of 'push' command
612
 
#: brzlib/builtins.py:1303
 
612
#: breezy/builtins.py:1303
613
613
msgid ""
614
614
"Create a stacked branch that references the public location of the parent "
615
615
"branch."
616
616
msgstr ""
617
617
 
618
618
# help of 'stacked-on' option of 'push' command
619
 
#: brzlib/builtins.py:1306
 
619
#: breezy/builtins.py:1306
620
620
msgid ""
621
621
"Create a stacked branch that refers to another branch for the commit "
622
622
"history. Only the work not present in the referenced branch is included in "
625
625
 
626
626
# help of 'strict' option of 'dpush' command
627
627
# help of 'strict' option of 'push' command
628
 
#: brzlib/builtins.py:1311 brzlib/foreign.py:279
 
628
#: breezy/builtins.py:1311 breezy/foreign.py:279
629
629
msgid ""
630
630
"Refuse to push if there are uncommitted changes in the working tree, --no-"
631
631
"strict disables the check."
632
632
msgstr ""
633
633
 
634
634
# help of 'no-tree' option of 'push' command
635
 
#: brzlib/builtins.py:1314
 
635
#: breezy/builtins.py:1314
636
636
msgid "Don't populate the working tree, even for protocols that support it."
637
637
msgstr ""
638
638
 
639
639
# help of 'overwrite-tags' option of 'pull' command
640
640
# help of 'overwrite-tags' option of 'push' command
641
 
#: brzlib/builtins.py:1317
 
641
#: breezy/builtins.py:1317
642
642
msgid "Overwrite tags only."
643
643
msgstr ""
644
644
 
645
 
#: brzlib/builtins.py:1368
 
645
#: breezy/builtins.py:1368
646
646
msgid "Could not determine branch to refer to."
647
647
msgstr ""
648
648
 
649
 
#: brzlib/builtins.py:1377
 
649
#: breezy/builtins.py:1377
650
650
#, python-format
651
651
msgid ""
652
652
"No push location known or specified. To push to the parent branch (at %s), "
653
653
"use 'brz push :parent'."
654
654
msgstr ""
655
655
 
656
 
#: brzlib/builtins.py:1383 brzlib/foreign.py:306
 
656
#: breezy/builtins.py:1383 breezy/foreign.py:306
657
657
msgid "No push location known or specified."
658
658
msgstr ""
659
659
 
660
 
#: brzlib/builtins.py:1387
 
660
#: breezy/builtins.py:1387
661
661
#, python-format
662
662
msgid "Using saved push location: %s"
663
663
msgstr ""
664
664
 
665
 
#: brzlib/builtins.py:1397
 
665
#: breezy/builtins.py:1397
666
666
msgid "Create a new branch that is a copy of an existing branch."
667
667
msgstr ""
668
668
 
669
 
#: brzlib/builtins.py:1399
 
669
#: breezy/builtins.py:1399
670
670
msgid ""
671
671
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
672
672
"be used.  In other words, \"branch ../foo/bar\" will attempt to create ./"
677
677
"create ./foo-bar."
678
678
msgstr ""
679
679
 
680
 
#: brzlib/builtins.py:1406
 
680
#: breezy/builtins.py:1406
681
681
msgid ""
682
682
"To retrieve the branch as of a particular revision, supply the --revision\n"
683
683
"parameter, as in \"branch foo/bar -r 5\"."
684
684
msgstr ""
685
685
 
686
 
#: brzlib/builtins.py:1409
 
686
#: breezy/builtins.py:1409
687
687
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
688
688
msgstr ""
689
689
 
690
690
# help of 'no-tree' option of 'branch' command
691
 
#: brzlib/builtins.py:1419
 
691
#: breezy/builtins.py:1419
692
692
msgid "Create a branch without a working-tree."
693
693
msgstr ""
694
694
 
695
695
# help of 'switch' option of 'branch' command
696
 
#: brzlib/builtins.py:1421
 
696
#: breezy/builtins.py:1421
697
697
msgid "Switch the checkout in the current directory to the new branch."
698
698
msgstr ""
699
699
 
700
700
# help of 'stacked' option of 'branch' command
701
 
#: brzlib/builtins.py:1424
 
701
#: breezy/builtins.py:1424
702
702
msgid ""
703
703
"Create a stacked branch referring to the source branch. The new branch will "
704
704
"depend on the availability of the source branch for all operations."
705
705
msgstr ""
706
706
 
707
707
# help of 'standalone' option of 'branch' command
708
 
#: brzlib/builtins.py:1428
 
708
#: breezy/builtins.py:1428
709
709
msgid "Do not use a shared repository, even if available."
710
710
msgstr ""
711
711
 
712
712
# help of 'use-existing-dir' option of 'branch' command
713
 
#: brzlib/builtins.py:1430
 
713
#: breezy/builtins.py:1430
714
714
msgid ""
715
715
"By default branch will fail if the target directory exists, but does not "
716
716
"already have a control directory.  This flag will allow branch to proceed."
717
717
msgstr ""
718
718
 
719
719
# help of 'bind' option of 'branch' command
720
 
#: brzlib/builtins.py:1435
 
720
#: breezy/builtins.py:1435
721
721
msgid "Bind new branch to from location."
722
722
msgstr ""
723
723
 
724
 
#: brzlib/builtins.py:1482
 
724
#: breezy/builtins.py:1482
725
725
#, python-format
726
726
msgid "Target directory \"%s\" already exists."
727
727
msgstr ""
728
728
 
729
 
#: brzlib/builtins.py:1494
 
729
#: breezy/builtins.py:1494
730
730
#, python-format
731
731
msgid "Parent of \"%s\" does not exist."
732
732
msgstr ""
733
733
 
734
 
#: brzlib/builtins.py:1513
 
734
#: breezy/builtins.py:1513
735
735
#, python-brace-format
736
736
msgid "The branch {0} has no revision {1}."
737
737
msgstr ""
738
738
 
739
 
#: brzlib/builtins.py:1528 brzlib/push.py:53
 
739
#: breezy/builtins.py:1528 breezy/push.py:53
740
740
#, python-format
741
741
msgid "Created new stacked branch referring to %s."
742
742
msgstr ""
743
743
 
744
 
#: brzlib/builtins.py:1532
 
744
#: breezy/builtins.py:1532
745
745
#, python-format
746
746
msgid "Branched %d revision."
747
747
msgid_plural "Branched %d revisions."
748
748
msgstr[0] ""
749
749
msgstr[1] ""
750
750
 
751
 
#: brzlib/builtins.py:1537
 
751
#: breezy/builtins.py:1537
752
752
#, python-format
753
753
msgid "New branch bound to %s"
754
754
msgstr ""
755
755
 
756
 
#: brzlib/builtins.py:1542 brzlib/builtins.py:6283
 
756
#: breezy/builtins.py:1542 breezy/builtins.py:6283
757
757
#, python-format
758
758
msgid "Switched to branch: %s"
759
759
msgstr ""
760
760
 
761
 
#: brzlib/builtins.py:1547
 
761
#: breezy/builtins.py:1547
762
762
msgid "List the branches available at the current location."
763
763
msgstr ""
764
764
 
765
 
#: brzlib/builtins.py:1549
 
765
#: breezy/builtins.py:1549
766
766
msgid ""
767
767
"This command will print the names of all the branches at the current\n"
768
768
"location."
769
769
msgstr ""
770
770
 
771
771
# help of 'recursive' option of 'branches' command
772
 
#: brzlib/builtins.py:1556
 
772
#: breezy/builtins.py:1556
773
773
msgid ""
774
774
"Recursively scan for branches rather than just looking in the specified "
775
775
"location."
776
776
msgstr ""
777
777
 
778
 
#: brzlib/builtins.py:1585
 
778
#: breezy/builtins.py:1585
779
779
msgid "(default)"
780
780
msgstr ""
781
781
 
782
 
#: brzlib/builtins.py:1597
 
782
#: breezy/builtins.py:1597
783
783
msgid "Create a new checkout of an existing branch."
784
784
msgstr ""
785
785
 
786
 
#: brzlib/builtins.py:1599
 
786
#: breezy/builtins.py:1599
787
787
msgid ""
788
788
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
789
789
"for\n"
793
793
"location using SFTP."
794
794
msgstr ""
795
795
 
796
 
#: brzlib/builtins.py:1604
 
796
#: breezy/builtins.py:1604
797
797
msgid ""
798
798
"If the TO_LOCATION is omitted, the last component of the BRANCH_LOCATION "
799
799
"will\n"
805
805
"create ./foo-bar."
806
806
msgstr ""
807
807
 
808
 
#: brzlib/builtins.py:1611
 
808
#: breezy/builtins.py:1611
809
809
msgid ""
810
810
"To retrieve the branch as of a particular revision, supply the --revision\n"
811
811
"parameter, as in \"checkout foo/bar -r 5\". Note that this will be "
816
816
msgstr ""
817
817
 
818
818
# help of 'lightweight' option of 'checkout' command
819
 
#: brzlib/builtins.py:1621
 
819
#: breezy/builtins.py:1621
820
820
msgid ""
821
821
"Perform a lightweight checkout.  Lightweight checkouts depend on access to "
822
822
"the branch for every operation.  Normal checkouts can perform common "
826
826
 
827
827
# help of 'files-from' option of 'branch' command
828
828
# help of 'files-from' option of 'checkout' command
829
 
#: brzlib/builtins.py:1628
 
829
#: breezy/builtins.py:1628
830
830
msgid "Get file contents from this tree."
831
831
msgstr ""
832
832
 
833
833
# help of 'hardlink' option of 'branch' command
834
834
# help of 'hardlink' option of 'checkout' command
835
 
#: brzlib/builtins.py:1630
 
835
#: breezy/builtins.py:1630
836
836
msgid "Hard-link working tree files where possible."
837
837
msgstr ""
838
838
 
839
 
#: brzlib/builtins.py:1671
 
839
#: breezy/builtins.py:1671
840
840
msgid ""
841
841
"Show list of renamed files.\n"
842
842
"    "
843
843
msgstr ""
844
844
 
845
 
#: brzlib/builtins.py:1699
 
845
#: breezy/builtins.py:1699
846
846
msgid "Update a working tree to a new revision."
847
847
msgstr ""
848
848
 
849
 
#: brzlib/builtins.py:1701
 
849
#: breezy/builtins.py:1701
850
850
msgid ""
851
851
"This will perform a merge of the destination revision (the tip of the\n"
852
852
"branch, or the specified revision) into the working tree, and then make\n"
853
853
"that revision the basis revision for the working tree.  "
854
854
msgstr ""
855
855
 
856
 
#: brzlib/builtins.py:1705
 
856
#: breezy/builtins.py:1705
857
857
msgid ""
858
858
"You can use this to visit an older revision, or to update a working tree\n"
859
859
"that is out of date from its branch."
860
860
msgstr ""
861
861
 
862
 
#: brzlib/builtins.py:1708
 
862
#: breezy/builtins.py:1708
863
863
msgid ""
864
864
"If there are any uncommitted changes in the tree, they will be carried\n"
865
865
"across and remain as uncommitted changes after the update.  To discard\n"
867
867
"with the changes brought in by the change in basis revision."
868
868
msgstr ""
869
869
 
870
 
#: brzlib/builtins.py:1713
 
870
#: breezy/builtins.py:1713
871
871
msgid ""
872
872
"If the tree's branch is bound to a master branch, brz will also update\n"
873
873
"the branch from the master."
874
874
msgstr ""
875
875
 
876
 
#: brzlib/builtins.py:1716
 
876
#: breezy/builtins.py:1716
877
877
msgid ""
878
878
"You cannot update just a single file or directory, because each Bazaar\n"
879
879
"working tree has just a single basis revision.  If you want to restore a\n"
883
883
"out the old content of that file to a new location."
884
884
msgstr ""
885
885
 
886
 
#: brzlib/builtins.py:1723
 
886
#: breezy/builtins.py:1723
887
887
msgid ""
888
888
"The 'dir' argument, if given, must be the location of the root of a\n"
889
889
"working tree to update.  By default, the working tree that contains the \n"
890
890
"current working directory is used."
891
891
msgstr ""
892
892
 
893
 
#: brzlib/builtins.py:1739
 
893
#: breezy/builtins.py:1739
894
894
msgid "brz update --revision takes exactly one revision"
895
895
msgstr ""
896
896
 
897
 
#: brzlib/builtins.py:1747
 
897
#: breezy/builtins.py:1747
898
898
msgid "brz update can only update a whole tree, not a file or subdirectory"
899
899
msgstr ""
900
900
 
901
 
#: brzlib/builtins.py:1778
 
901
#: breezy/builtins.py:1778
902
902
#, python-brace-format
903
903
msgid "Tree is up to date at revision {0} of branch {1}"
904
904
msgstr ""
905
905
 
906
 
#: brzlib/builtins.py:1794
 
906
#: breezy/builtins.py:1794
907
907
#, python-format
908
908
msgid ""
909
909
"branch has no revision %s\n"
910
910
"brz update --revision only works for a revision in the branch history"
911
911
msgstr ""
912
912
 
913
 
#: brzlib/builtins.py:1800
 
913
#: breezy/builtins.py:1800
914
914
#, python-brace-format
915
915
msgid "Updated to revision {0} of branch {1}"
916
916
msgstr ""
917
917
 
918
 
#: brzlib/builtins.py:1804
 
918
#: breezy/builtins.py:1804
919
919
msgid ""
920
920
"Your local commits will now show as pending merges with 'brz status', and "
921
921
"can be committed with 'brz commit'."
922
922
msgstr ""
923
923
 
924
 
#: brzlib/builtins.py:1813
 
924
#: breezy/builtins.py:1813
925
925
msgid "Show information about a working tree, branch or repository."
926
926
msgstr ""
927
927
 
928
 
#: brzlib/builtins.py:1815
 
928
#: breezy/builtins.py:1815
929
929
msgid ""
930
930
"This command will show all known locations and formats associated to the\n"
931
931
"tree, branch or repository."
932
932
msgstr ""
933
933
 
934
 
#: brzlib/builtins.py:1818
 
934
#: breezy/builtins.py:1818
935
935
msgid ""
936
936
"In verbose mode, statistical information is included with each report.\n"
937
937
"To see extended statistic information, use a verbosity level of 2 or\n"
938
938
"higher by specifying the verbose option multiple times, e.g. -vv."
939
939
msgstr ""
940
940
 
941
 
#: brzlib/builtins.py:1822
 
941
#: breezy/builtins.py:1822
942
942
msgid "Branches and working trees will also report any missing revisions."
943
943
msgstr ""
944
944
 
945
 
#: brzlib/builtins.py:1824 brzlib/builtins.py:3742 brzlib/builtins.py:4883
946
 
#: brzlib/builtins.py:6469
 
945
#: breezy/builtins.py:1824 breezy/builtins.py:3742 breezy/builtins.py:4883
 
946
#: breezy/builtins.py:6469
947
947
msgid ":Examples:"
948
948
msgstr ""
949
949
 
950
 
#: brzlib/builtins.py:1826
 
950
#: breezy/builtins.py:1826
951
951
msgid "  Display information on the format and related locations:"
952
952
msgstr ""
953
953
 
954
 
#: brzlib/builtins.py:1828
 
954
#: breezy/builtins.py:1828
955
955
msgid "    brz info"
956
956
msgstr ""
957
957
 
958
 
#: brzlib/builtins.py:1830
 
958
#: breezy/builtins.py:1830
959
959
msgid ""
960
960
"  Display the above together with extended format information and\n"
961
961
"  basic statistics (like the number of files in the working tree and\n"
962
962
"  number of revisions in the branch and repository):"
963
963
msgstr ""
964
964
 
965
 
#: brzlib/builtins.py:1834
 
965
#: breezy/builtins.py:1834
966
966
msgid "    brz info -v"
967
967
msgstr ""
968
968
 
969
 
#: brzlib/builtins.py:1836
 
969
#: breezy/builtins.py:1836
970
970
msgid "  Display the above together with number of committers to the branch:"
971
971
msgstr ""
972
972
 
973
 
#: brzlib/builtins.py:1838
 
973
#: breezy/builtins.py:1838
974
974
msgid "    brz info -vv"
975
975
msgstr ""
976
976
 
977
 
#: brzlib/builtins.py:1857
 
977
#: breezy/builtins.py:1857
978
978
msgid "Remove files or directories."
979
979
msgstr ""
980
980
 
981
 
#: brzlib/builtins.py:1859
 
981
#: breezy/builtins.py:1859
982
982
msgid ""
983
983
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
984
984
"delete them if they can easily be recovered using revert otherwise they\n"
988
988
msgstr ""
989
989
 
990
990
# help of 'new' option of 'remove' command
991
 
#: brzlib/builtins.py:1867
 
991
#: breezy/builtins.py:1867
992
992
msgid "Only remove files that have never been committed."
993
993
msgstr ""
994
994
 
995
995
# help of 'file-deletion-strategy' option of 'remove' command
996
 
#: brzlib/builtins.py:1869
 
996
#: breezy/builtins.py:1869
997
997
msgid "The file deletion mode to be used."
998
998
msgstr ""
999
999
 
1000
1000
# title of 'file-deletion-strategy' option of 'remove' command
1001
 
#: brzlib/builtins.py:1870
 
1001
#: breezy/builtins.py:1870
1002
1002
msgid "Deletion Strategy"
1003
1003
msgstr ""
1004
1004
 
1005
1005
# help of 'file-deletion-strategy=safe' option of 'remove' command
1006
 
#: brzlib/builtins.py:1871
 
1006
#: breezy/builtins.py:1871
1007
1007
msgid "Backup changed files (default)."
1008
1008
msgstr ""
1009
1009
 
1010
1010
# help of 'file-deletion-strategy=keep' option of 'remove' command
1011
 
#: brzlib/builtins.py:1872
 
1011
#: breezy/builtins.py:1872
1012
1012
msgid "Delete from brz but leave the working copy."
1013
1013
msgstr ""
1014
1014
 
1015
1015
# help of 'file-deletion-strategy=no-backup' option of 'remove' command
1016
 
#: brzlib/builtins.py:1873
 
1016
#: breezy/builtins.py:1873
1017
1017
msgid "Don't backup changed files."
1018
1018
msgstr ""
1019
1019
 
1020
 
#: brzlib/builtins.py:1894
 
1020
#: breezy/builtins.py:1894
1021
1021
msgid "No matching files."
1022
1022
msgstr ""
1023
1023
 
1024
 
#: brzlib/builtins.py:1955
 
1024
#: breezy/builtins.py:1955
1025
1025
msgid "Reconcile brz metadata in a branch."
1026
1026
msgstr ""
1027
1027
 
1028
 
#: brzlib/builtins.py:1957
 
1028
#: breezy/builtins.py:1957
1029
1029
msgid ""
1030
1030
"This can correct data mismatches that may have been caused by\n"
1031
1031
"previous ghost operations or brz upgrades. You should only\n"
1033
1033
"advises you to run it."
1034
1034
msgstr ""
1035
1035
 
1036
 
#: brzlib/builtins.py:1962
 
1036
#: breezy/builtins.py:1962
1037
1037
msgid ""
1038
1038
"If a second branch is provided, cross-branch reconciliation is\n"
1039
1039
"also attempted, which will check that data like the tree root\n"
1041
1041
"correctly in both branches."
1042
1042
msgstr ""
1043
1043
 
1044
 
#: brzlib/builtins.py:1967
 
1044
#: breezy/builtins.py:1967
1045
1045
msgid ""
1046
1046
"At the same time it is run it may recompress data resulting in\n"
1047
1047
"a potential saving in disk space or performance gain."
1048
1048
msgstr ""
1049
1049
 
1050
 
#: brzlib/builtins.py:1970
 
1050
#: breezy/builtins.py:1970
1051
1051
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
1052
1052
msgstr ""
1053
1053
 
1057
1057
# help of 'format=default' option of 'init-repository' command
1058
1058
# help of 'format=2a' option of 'upgrade' command
1059
1059
# help of 'format=default' option of 'upgrade' command
1060
 
#: brzlib/builtins.py:2037 brzlib/builtins.py:2155 brzlib/builtins.py:3777
 
1060
#: breezy/builtins.py:2037 breezy/builtins.py:2155 breezy/builtins.py:3777
1061
1061
msgid ""
1062
1062
"Format for the bzr 2.0 series.\n"
1063
1063
"Uses group-compress storage.\n"
1067
1067
# help of 'format=pack-0.92' option of 'init' command
1068
1068
# help of 'format=pack-0.92' option of 'init-repository' command
1069
1069
# help of 'format=pack-0.92' option of 'upgrade' command
1070
 
#: brzlib/builtins.py:2037 brzlib/builtins.py:2155 brzlib/builtins.py:3777
 
1070
#: breezy/builtins.py:2037 breezy/builtins.py:2155 breezy/builtins.py:3777
1071
1071
msgid ""
1072
1072
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1073
1073
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1076
1076
# help of 'format=development-colo' option of 'init' command
1077
1077
# help of 'format=development-colo' option of 'init-repository' command
1078
1078
# help of 'format=development-colo' option of 'upgrade' command
1079
 
#: brzlib/builtins.py:2037 brzlib/builtins.py:2155 brzlib/builtins.py:3777
 
1079
#: breezy/builtins.py:2037 breezy/builtins.py:2155 breezy/builtins.py:3777
1080
1080
msgid "The 2a format with experimental support for colocated branches.\n"
1081
1081
msgstr ""
1082
1082
 
1083
 
#: brzlib/builtins.py:2038
 
1083
#: breezy/builtins.py:2038
1084
1084
msgid "Make a directory into a versioned branch."
1085
1085
msgstr ""
1086
1086
 
1087
 
#: brzlib/builtins.py:2040
 
1087
#: breezy/builtins.py:2040
1088
1088
msgid ""
1089
1089
"Use this to create an empty branch, or before importing an\n"
1090
1090
"existing project."
1091
1091
msgstr ""
1092
1092
 
1093
 
#: brzlib/builtins.py:2043
 
1093
#: breezy/builtins.py:2043
1094
1094
msgid ""
1095
1095
"If there is a repository in a parent directory of the location, then\n"
1096
1096
"the history of the branch will be stored in the repository.  Otherwise\n"
1098
1098
"in the .bzr directory."
1099
1099
msgstr ""
1100
1100
 
1101
 
#: brzlib/builtins.py:2048
 
1101
#: breezy/builtins.py:2048
1102
1102
msgid ""
1103
1103
"If there is already a branch at the location but it has no working tree,\n"
1104
1104
"the tree can be populated with 'brz checkout'."
1105
1105
msgstr ""
1106
1106
 
1107
 
#: brzlib/builtins.py:2051
 
1107
#: breezy/builtins.py:2051
1108
1108
msgid "Recipe for importing a tree of files::"
1109
1109
msgstr ""
1110
1110
 
1111
 
#: brzlib/builtins.py:2053
 
1111
#: breezy/builtins.py:2053
1112
1112
msgid ""
1113
1113
"    cd ~/project\n"
1114
1114
"    brz init\n"
1119
1119
 
1120
1120
# help of 'create-prefix' option of 'init' command
1121
1121
# help of 'create-prefix' option of 'push' command
1122
 
#: brzlib/builtins.py:2064
 
1122
#: breezy/builtins.py:2064
1123
1123
msgid "Create the path leading up to the branch if it does not already exist."
1124
1124
msgstr ""
1125
1125
 
1126
1126
# help of 'format' option of 'init' command
1127
 
#: brzlib/builtins.py:2067
 
1127
#: breezy/builtins.py:2067
1128
1128
msgid "Specify a format for this branch. See \"help formats\"."
1129
1129
msgstr ""
1130
1130
 
1131
1131
# help of 'append-revisions-only' option of 'init' command
1132
 
#: brzlib/builtins.py:2075
 
1132
#: breezy/builtins.py:2075
1133
1133
msgid "Never change revnos or the existing log.  Append revisions to it only."
1134
1134
msgstr ""
1135
1135
 
1136
1136
# help of 'no-tree' option of 'init' command
1137
 
#: brzlib/builtins.py:2078
 
1137
#: breezy/builtins.py:2078
1138
1138
msgid "Create a branch without a working tree."
1139
1139
msgstr ""
1140
1140
 
1141
 
#: brzlib/builtins.py:2098 brzlib/push.py:110
 
1141
#: breezy/builtins.py:2098 breezy/push.py:110
1142
1142
#, python-format
1143
1143
msgid ""
1144
1144
"Parent directory of %s does not exist.\n"
1145
1145
"You may supply --create-prefix to create all leading parent directories."
1146
1146
msgstr ""
1147
1147
 
1148
 
#: brzlib/builtins.py:2132
 
1148
#: breezy/builtins.py:2132
1149
1149
msgid ""
1150
1150
"This branch format cannot be set to append-revisions-only.  Try --default."
1151
1151
msgstr ""
1152
1152
 
1153
 
#: brzlib/builtins.py:2143
 
1153
#: breezy/builtins.py:2143
1154
1154
#, python-brace-format
1155
1155
msgid "Created a {0} (format: {1})\n"
1156
1156
msgstr ""
1157
1157
 
1158
 
#: brzlib/builtins.py:2152
 
1158
#: breezy/builtins.py:2152
1159
1159
#, python-format
1160
1160
msgid "Using shared repository: %s\n"
1161
1161
msgstr ""
1162
1162
 
1163
 
#: brzlib/builtins.py:2156
 
1163
#: breezy/builtins.py:2156
1164
1164
msgid "Create a shared repository for branches to share storage space."
1165
1165
msgstr ""
1166
1166
 
1167
 
#: brzlib/builtins.py:2158
 
1167
#: breezy/builtins.py:2158
1168
1168
msgid ""
1169
1169
"New branches created under the repository directory will store their\n"
1170
1170
"revisions in the repository, not in the branch directory.  For branches\n"
1172
1172
"speeds up the creation of new branches."
1173
1173
msgstr ""
1174
1174
 
1175
 
#: brzlib/builtins.py:2163
 
1175
#: breezy/builtins.py:2163
1176
1176
msgid ""
1177
1177
"If the --no-trees option is given then the branches in the repository\n"
1178
1178
"will not have working trees by default.  They will still exist as \n"
1182
1182
"branches, such as on a server."
1183
1183
msgstr ""
1184
1184
 
1185
 
#: brzlib/builtins.py:2170
 
1185
#: breezy/builtins.py:2170
1186
1186
msgid ""
1187
1187
":Examples:\n"
1188
1188
"    Create a shared repository holding just branches::"
1189
1189
msgstr ""
1190
1190
 
1191
 
#: brzlib/builtins.py:2173
 
1191
#: breezy/builtins.py:2173
1192
1192
msgid ""
1193
1193
"        brz init-repo --no-trees repo\n"
1194
1194
"        brz init repo/trunk"
1195
1195
msgstr ""
1196
1196
 
1197
 
#: brzlib/builtins.py:2176
 
1197
#: breezy/builtins.py:2176
1198
1198
msgid "    Make a lightweight checkout elsewhere::"
1199
1199
msgstr ""
1200
1200
 
1201
 
#: brzlib/builtins.py:2178
 
1201
#: breezy/builtins.py:2178
1202
1202
msgid ""
1203
1203
"        brz checkout --lightweight repo/trunk trunk-checkout\n"
1204
1204
"        cd trunk-checkout\n"
1206
1206
msgstr ""
1207
1207
 
1208
1208
# help of 'format' option of 'init-repository' command
1209
 
#: brzlib/builtins.py:2186
 
1209
#: breezy/builtins.py:2186
1210
1210
msgid ""
1211
1211
"Specify a format for this repository. See \"brz help formats\" for details."
1212
1212
msgstr ""
1213
1213
 
1214
1214
# title of 'format' option of 'init-repository' command
1215
 
#: brzlib/builtins.py:2190
 
1215
#: breezy/builtins.py:2190
1216
1216
msgid "Repository format"
1217
1217
msgstr ""
1218
1218
 
1219
1219
# help of 'no-trees' option of 'init-repository' command
1220
 
#: brzlib/builtins.py:2192
 
1220
#: breezy/builtins.py:2192
1221
1221
msgid "Branches in the repository will default to not having a working tree."
1222
1222
msgstr ""
1223
1223
 
1224
 
#: brzlib/builtins.py:2218
 
1224
#: breezy/builtins.py:2218
1225
1225
msgid "Show differences in the working tree, between revisions or branches."
1226
1226
msgstr ""
1227
1227
 
1228
 
#: brzlib/builtins.py:2220
 
1228
#: breezy/builtins.py:2220
1229
1229
msgid ""
1230
1230
"If no arguments are given, all changes for the current tree are listed.\n"
1231
1231
"If files are given, only the changes in those files are listed.\n"
1235
1235
"given."
1236
1236
msgstr ""
1237
1237
 
1238
 
#: brzlib/builtins.py:2227
 
1238
#: breezy/builtins.py:2227
1239
1239
msgid ""
1240
1240
"\"brz diff -p1\" is equivalent to \"brz diff --prefix old/:new/\", and\n"
1241
1241
"produces patches suitable for \"patch -p1\"."
1242
1242
msgstr ""
1243
1243
 
1244
 
#: brzlib/builtins.py:2230
 
1244
#: breezy/builtins.py:2230
1245
1245
msgid ""
1246
1246
"Note that when using the -r argument with a range of revisions, the\n"
1247
1247
"differences are computed between the two specified revisions.  That\n"
1251
1251
"in the range."
1252
1252
msgstr ""
1253
1253
 
1254
 
#: brzlib/builtins.py:2237
 
1254
#: breezy/builtins.py:2237
1255
1255
msgid ""
1256
1256
":Exit values:\n"
1257
1257
"    1 - changed\n"
1260
1260
"    0 - no change"
1261
1261
msgstr ""
1262
1262
 
1263
 
#: brzlib/builtins.py:2243
 
1263
#: breezy/builtins.py:2243
1264
1264
msgid ""
1265
1265
":Examples:\n"
1266
1266
"    Shows the difference in the working tree versus the last commit::"
1267
1267
msgstr ""
1268
1268
 
1269
 
#: brzlib/builtins.py:2246
 
1269
#: breezy/builtins.py:2246
1270
1270
msgid "        brz diff"
1271
1271
msgstr ""
1272
1272
 
1273
 
#: brzlib/builtins.py:2248
 
1273
#: breezy/builtins.py:2248
1274
1274
msgid "    Difference between the working tree and revision 1::"
1275
1275
msgstr ""
1276
1276
 
1277
 
#: brzlib/builtins.py:2250
 
1277
#: breezy/builtins.py:2250
1278
1278
msgid "        brz diff -r1"
1279
1279
msgstr ""
1280
1280
 
1281
 
#: brzlib/builtins.py:2252
 
1281
#: breezy/builtins.py:2252
1282
1282
msgid "    Difference between revision 3 and revision 1::"
1283
1283
msgstr ""
1284
1284
 
1285
 
#: brzlib/builtins.py:2254
 
1285
#: breezy/builtins.py:2254
1286
1286
msgid "        brz diff -r1..3"
1287
1287
msgstr ""
1288
1288
 
1289
 
#: brzlib/builtins.py:2256
 
1289
#: breezy/builtins.py:2256
1290
1290
msgid "    Difference between revision 3 and revision 1 for branch xxx::"
1291
1291
msgstr ""
1292
1292
 
1293
 
#: brzlib/builtins.py:2258
 
1293
#: breezy/builtins.py:2258
1294
1294
msgid "        brz diff -r1..3 xxx"
1295
1295
msgstr ""
1296
1296
 
1297
 
#: brzlib/builtins.py:2260
 
1297
#: breezy/builtins.py:2260
1298
1298
msgid "    The changes introduced by revision 2 (equivalent to -r1..2)::"
1299
1299
msgstr ""
1300
1300
 
1301
 
#: brzlib/builtins.py:2262
 
1301
#: breezy/builtins.py:2262
1302
1302
msgid "        brz diff -c2"
1303
1303
msgstr ""
1304
1304
 
1305
 
#: brzlib/builtins.py:2264
 
1305
#: breezy/builtins.py:2264
1306
1306
msgid ""
1307
1307
"    To see the changes introduced by revision X::\n"
1308
1308
"    \n"
1309
1309
"        brz diff -cX"
1310
1310
msgstr ""
1311
1311
 
1312
 
#: brzlib/builtins.py:2268
 
1312
#: breezy/builtins.py:2268
1313
1313
msgid ""
1314
1314
"    Note that in the case of a merge, the -c option shows the changes\n"
1315
1315
"    compared to the left hand parent. To see the changes against\n"
1316
1316
"    another parent, use::"
1317
1317
msgstr ""
1318
1318
 
1319
 
#: brzlib/builtins.py:2272
 
1319
#: breezy/builtins.py:2272
1320
1320
msgid "        brz diff -r<chosen_parent>..X"
1321
1321
msgstr ""
1322
1322
 
1323
 
#: brzlib/builtins.py:2274
 
1323
#: breezy/builtins.py:2274
1324
1324
msgid ""
1325
1325
"    The changes between the current revision and the previous revision\n"
1326
1326
"    (equivalent to -c-1 and -r-2..-1)"
1327
1327
msgstr ""
1328
1328
 
1329
 
#: brzlib/builtins.py:2277
 
1329
#: breezy/builtins.py:2277
1330
1330
msgid "        brz diff -r-2.."
1331
1331
msgstr ""
1332
1332
 
1333
 
#: brzlib/builtins.py:2279
 
1333
#: breezy/builtins.py:2279
1334
1334
msgid "    Show just the differences for file NEWS::"
1335
1335
msgstr ""
1336
1336
 
1337
 
#: brzlib/builtins.py:2281
 
1337
#: breezy/builtins.py:2281
1338
1338
msgid "        brz diff NEWS"
1339
1339
msgstr ""
1340
1340
 
1341
 
#: brzlib/builtins.py:2283
 
1341
#: breezy/builtins.py:2283
1342
1342
msgid "    Show the differences in working tree xxx for file NEWS::"
1343
1343
msgstr ""
1344
1344
 
1345
 
#: brzlib/builtins.py:2285
 
1345
#: breezy/builtins.py:2285
1346
1346
msgid "        brz diff xxx/NEWS"
1347
1347
msgstr ""
1348
1348
 
1349
 
#: brzlib/builtins.py:2287
 
1349
#: breezy/builtins.py:2287
1350
1350
msgid "    Show the differences from branch xxx to this working tree:"
1351
1351
msgstr ""
1352
1352
 
1353
 
#: brzlib/builtins.py:2289
 
1353
#: breezy/builtins.py:2289
1354
1354
msgid "        brz diff --old xxx"
1355
1355
msgstr ""
1356
1356
 
1357
 
#: brzlib/builtins.py:2291
 
1357
#: breezy/builtins.py:2291
1358
1358
msgid "    Show the differences between two branches for file NEWS::"
1359
1359
msgstr ""
1360
1360
 
1361
 
#: brzlib/builtins.py:2293
 
1361
#: breezy/builtins.py:2293
1362
1362
msgid "        brz diff --old xxx --new yyy NEWS"
1363
1363
msgstr ""
1364
1364
 
1365
 
#: brzlib/builtins.py:2295
 
1365
#: breezy/builtins.py:2295
1366
1366
msgid "    Same as 'brz diff' but prefix paths with old/ and new/::"
1367
1367
msgstr ""
1368
1368
 
1369
 
#: brzlib/builtins.py:2297
 
1369
#: breezy/builtins.py:2297
1370
1370
msgid ""
1371
1371
"        brz diff --prefix old/:new/\n"
1372
1372
"        \n"
1376
1376
msgstr ""
1377
1377
 
1378
1378
# help of 'diff-options' option of 'diff' command
1379
 
#: brzlib/builtins.py:2307
 
1379
#: breezy/builtins.py:2307
1380
1380
msgid "Pass these options to the external diff program."
1381
1381
msgstr ""
1382
1382
 
1383
1383
# help of 'prefix' option of 'diff' command
1384
 
#: brzlib/builtins.py:2310
 
1384
#: breezy/builtins.py:2310
1385
1385
msgid ""
1386
1386
"Set prefixes added to old and new filenames, as two values separated by a "
1387
1387
"colon. (eg \"old/:new/\")."
1388
1388
msgstr ""
1389
1389
 
1390
1390
# help of 'old' option of 'diff' command
1391
 
#: brzlib/builtins.py:2313
 
1391
#: breezy/builtins.py:2313
1392
1392
msgid "Branch/tree to compare from."
1393
1393
msgstr ""
1394
1394
 
1395
1395
# help of 'new' option of 'diff' command
1396
 
#: brzlib/builtins.py:2317
 
1396
#: breezy/builtins.py:2317
1397
1397
msgid "Branch/tree to compare to."
1398
1398
msgstr ""
1399
1399
 
1400
1400
# help of 'using' option of 'diff' command
1401
 
#: brzlib/builtins.py:2323
 
1401
#: breezy/builtins.py:2323
1402
1402
msgid "Use this command to compare files."
1403
1403
msgstr ""
1404
1404
 
1405
1405
# help of 'format' option of 'diff' command
1406
 
#: brzlib/builtins.py:2328
 
1406
#: breezy/builtins.py:2328
1407
1407
msgid "Diff format to use."
1408
1408
msgstr ""
1409
1409
 
1410
1410
# title of 'format' option of 'diff' command
1411
 
#: brzlib/builtins.py:2330
 
1411
#: breezy/builtins.py:2330
1412
1412
msgid "Diff format"
1413
1413
msgstr ""
1414
1414
 
1415
1415
# help of 'context' option of 'diff' command
1416
 
#: brzlib/builtins.py:2332
 
1416
#: breezy/builtins.py:2332
1417
1417
msgid "How many lines of context to show."
1418
1418
msgstr ""
1419
1419
 
1420
 
#: brzlib/builtins.py:2357
 
1420
#: breezy/builtins.py:2357
1421
1421
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1422
1422
msgstr ""
1423
1423
 
1424
 
#: brzlib/builtins.py:2361
 
1424
#: breezy/builtins.py:2361
1425
1425
msgid "brz diff --revision takes exactly one or two revision specifiers"
1426
1426
msgstr ""
1427
1427
 
1428
 
#: brzlib/builtins.py:2366 brzlib/builtins.py:2763 brzlib/builtins.py:2776
1429
 
#: brzlib/builtins.py:2784 brzlib/builtins.py:4957
 
1428
#: breezy/builtins.py:2366 breezy/builtins.py:2763 breezy/builtins.py:2776
 
1429
#: breezy/builtins.py:2784 breezy/builtins.py:4957
1430
1430
#, python-brace-format
1431
1431
msgid "{0} and {1} are mutually exclusive"
1432
1432
msgstr ""
1433
1433
 
1434
 
#: brzlib/builtins.py:2386
 
1434
#: breezy/builtins.py:2386
1435
1435
msgid ""
1436
1436
"List files deleted in the working tree.\n"
1437
1437
"    "
1438
1438
msgstr ""
1439
1439
 
1440
 
#: brzlib/builtins.py:2463
 
1440
#: breezy/builtins.py:2463
1441
1441
msgid "Show the tree root directory."
1442
1442
msgstr ""
1443
1443
 
1444
 
#: brzlib/builtins.py:2465
 
1444
#: breezy/builtins.py:2465
1445
1445
msgid ""
1446
1446
"The root is the nearest enclosing directory with a .bzr control\n"
1447
1447
"directory."
1448
1448
msgstr ""
1449
1449
 
1450
 
#: brzlib/builtins.py:2480
 
1450
#: breezy/builtins.py:2480
1451
1451
msgid "The limit argument must be an integer."
1452
1452
msgstr ""
1453
1453
 
1454
 
#: brzlib/builtins.py:2488
 
1454
#: breezy/builtins.py:2488
1455
1455
msgid "The levels argument must be an integer."
1456
1456
msgstr ""
1457
1457
 
1458
 
#: brzlib/builtins.py:2493
 
1458
#: breezy/builtins.py:2493
1459
1459
msgid "Show historical log for a branch or subset of a branch."
1460
1460
msgstr ""
1461
1461
 
1462
 
#: brzlib/builtins.py:2495
 
1462
#: breezy/builtins.py:2495
1463
1463
msgid ""
1464
1464
"log is brz's default tool for exploring the history of a branch.\n"
1465
1465
"The branch to use is taken from the first parameter. If no parameters\n"
1467
1467
"Here are some simple examples::"
1468
1468
msgstr ""
1469
1469
 
1470
 
#: brzlib/builtins.py:2500
 
1470
#: breezy/builtins.py:2500
1471
1471
msgid ""
1472
1472
"  brz log                       log the current branch\n"
1473
1473
"  brz log foo.py                log a file in its branch\n"
1474
1474
"  brz log http://server/branch  log a branch on a server"
1475
1475
msgstr ""
1476
1476
 
1477
 
#: brzlib/builtins.py:2504
 
1477
#: breezy/builtins.py:2504
1478
1478
msgid ""
1479
1479
"The filtering, ordering and information shown for each revision can\n"
1480
1480
"be controlled as explained below. By default, all revisions are\n"
1484
1484
"were merged."
1485
1485
msgstr ""
1486
1486
 
1487
 
#: brzlib/builtins.py:2511
 
1487
#: breezy/builtins.py:2511
1488
1488
msgid ":Output control:"
1489
1489
msgstr ""
1490
1490
 
1491
 
#: brzlib/builtins.py:2513
 
1491
#: breezy/builtins.py:2513
1492
1492
msgid ""
1493
1493
"  The log format controls how information about each revision is\n"
1494
1494
"  displayed. The standard log formats are called ``long``, ``short``\n"
1496
1496
"  for more details on log formats."
1497
1497
msgstr ""
1498
1498
 
1499
 
#: brzlib/builtins.py:2518
 
1499
#: breezy/builtins.py:2518
1500
1500
msgid ""
1501
1501
"  The following options can be used to control what information is\n"
1502
1502
"  displayed::"
1503
1503
msgstr ""
1504
1504
 
1505
 
#: brzlib/builtins.py:2521
 
1505
#: breezy/builtins.py:2521
1506
1506
msgid ""
1507
1507
"    -l N        display a maximum of N revisions\n"
1508
1508
"    -n N        display N levels of revisions (0 for all, 1 for collapsed)\n"
1511
1511
"    --show-ids  display revision-ids (and file-ids), not just revnos"
1512
1512
msgstr ""
1513
1513
 
1514
 
#: brzlib/builtins.py:2527
 
1514
#: breezy/builtins.py:2527
1515
1515
msgid ""
1516
1516
"  Note that the default number of levels to display is a function of the\n"
1517
1517
"  log format. If the -n option is not used, the standard log formats show\n"
1518
1518
"  just the top level (mainline)."
1519
1519
msgstr ""
1520
1520
 
1521
 
#: brzlib/builtins.py:2531
 
1521
#: breezy/builtins.py:2531
1522
1522
msgid ""
1523
1523
"  Status summaries are shown using status flags like A, M, etc. To see\n"
1524
1524
"  the changes explained using words like ``added`` and ``modified``\n"
1525
1525
"  instead, use the -vv option."
1526
1526
msgstr ""
1527
1527
 
1528
 
#: brzlib/builtins.py:2535
 
1528
#: breezy/builtins.py:2535
1529
1529
msgid ":Ordering control:"
1530
1530
msgstr ""
1531
1531
 
1532
 
#: brzlib/builtins.py:2537
 
1532
#: breezy/builtins.py:2537
1533
1533
msgid ""
1534
1534
"  To display revisions from oldest to newest, use the --forward option.\n"
1535
1535
"  In most cases, using this option will have little impact on the total\n"
1537
1537
"  display revisions like --reverse does when it can."
1538
1538
msgstr ""
1539
1539
 
1540
 
#: brzlib/builtins.py:2542
 
1540
#: breezy/builtins.py:2542
1541
1541
msgid ":Revision filtering:"
1542
1542
msgstr ""
1543
1543
 
1544
 
#: brzlib/builtins.py:2544
 
1544
#: breezy/builtins.py:2544
1545
1545
msgid ""
1546
1546
"  The -r option can be used to specify what revision or range of revisions\n"
1547
1547
"  to filter against. The various forms are shown below::"
1548
1548
msgstr ""
1549
1549
 
1550
 
#: brzlib/builtins.py:2547
 
1550
#: breezy/builtins.py:2547
1551
1551
msgid ""
1552
1552
"    -rX      display revision X\n"
1553
1553
"    -rX..    display revision X and later\n"
1555
1555
"    -rX..Y   display from X to Y inclusive"
1556
1556
msgstr ""
1557
1557
 
1558
 
#: brzlib/builtins.py:2552
 
1558
#: breezy/builtins.py:2552
1559
1559
msgid ""
1560
1560
"  See ``brz help revisionspec`` for details on how to specify X and Y.\n"
1561
1561
"  Some common examples are given below::"
1562
1562
msgstr ""
1563
1563
 
1564
 
#: brzlib/builtins.py:2555
 
1564
#: breezy/builtins.py:2555
1565
1565
msgid ""
1566
1566
"    -r-1                show just the tip\n"
1567
1567
"    -r-10..             show the last 10 mainline revisions\n"
1571
1571
"    -rdate:yesterday..  show changes since yesterday"
1572
1572
msgstr ""
1573
1573
 
1574
 
#: brzlib/builtins.py:2562
 
1574
#: breezy/builtins.py:2562
1575
1575
msgid ""
1576
1576
"  When logging a range of revisions using -rX..Y, log starts at\n"
1577
1577
"  revision Y and searches back in history through the primary\n"
1581
1581
"  a nested merge revision and the log will be truncated accordingly."
1582
1582
msgstr ""
1583
1583
 
1584
 
#: brzlib/builtins.py:2569
 
1584
#: breezy/builtins.py:2569
1585
1585
msgid ":Path filtering:"
1586
1586
msgstr ""
1587
1587
 
1588
 
#: brzlib/builtins.py:2571
 
1588
#: breezy/builtins.py:2571
1589
1589
msgid ""
1590
1590
"  If parameters are given and the first one is not a branch, the log\n"
1591
1591
"  will be filtered to show only those revisions that changed the\n"
1592
1592
"  nominated files or directories."
1593
1593
msgstr ""
1594
1594
 
1595
 
#: brzlib/builtins.py:2575
 
1595
#: breezy/builtins.py:2575
1596
1596
msgid ""
1597
1597
"  Filenames are interpreted within their historical context. To log a\n"
1598
1598
"  deleted file, specify a revision range so that the file existed at\n"
1599
1599
"  the end or start of the range."
1600
1600
msgstr ""
1601
1601
 
1602
 
#: brzlib/builtins.py:2579
 
1602
#: breezy/builtins.py:2579
1603
1603
msgid ""
1604
1604
"  Historical context is also important when interpreting pathnames of\n"
1605
1605
"  renamed files/directories. Consider the following example:"
1606
1606
msgstr ""
1607
1607
 
1608
 
#: brzlib/builtins.py:2582
 
1608
#: breezy/builtins.py:2582
1609
1609
msgid ""
1610
1610
"  * revision 1: add tutorial.txt\n"
1611
1611
"  * revision 2: modify tutorial.txt\n"
1612
1612
"  * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1613
1613
msgstr ""
1614
1614
 
1615
 
#: brzlib/builtins.py:2586
 
1615
#: breezy/builtins.py:2586
1616
1616
msgid "  In this case:"
1617
1617
msgstr ""
1618
1618
 
1619
 
#: brzlib/builtins.py:2588
 
1619
#: breezy/builtins.py:2588
1620
1620
msgid "  * ``brz log guide.txt`` will log the file added in revision 1"
1621
1621
msgstr ""
1622
1622
 
1623
 
#: brzlib/builtins.py:2590
 
1623
#: breezy/builtins.py:2590
1624
1624
msgid "  * ``brz log tutorial.txt`` will log the new file added in revision 3"
1625
1625
msgstr ""
1626
1626
 
1627
 
#: brzlib/builtins.py:2592
 
1627
#: breezy/builtins.py:2592
1628
1628
msgid ""
1629
1629
"  * ``brz log -r2 -p tutorial.txt`` will show the changes made to\n"
1630
1630
"    the original file in revision 2."
1631
1631
msgstr ""
1632
1632
 
1633
 
#: brzlib/builtins.py:2595
 
1633
#: breezy/builtins.py:2595
1634
1634
msgid ""
1635
1635
"  * ``brz log -r2 -p guide.txt`` will display an error message as there\n"
1636
1636
"    was no file called guide.txt in revision 2."
1637
1637
msgstr ""
1638
1638
 
1639
 
#: brzlib/builtins.py:2598
 
1639
#: breezy/builtins.py:2598
1640
1640
msgid ""
1641
1641
"  Renames are always followed by log. By design, there is no need to\n"
1642
1642
"  explicitly ask for this (and no way to stop logging a file back\n"
1643
1643
"  until it was last renamed)."
1644
1644
msgstr ""
1645
1645
 
1646
 
#: brzlib/builtins.py:2602
 
1646
#: breezy/builtins.py:2602
1647
1647
msgid ":Other filtering:"
1648
1648
msgstr ""
1649
1649
 
1650
 
#: brzlib/builtins.py:2604
 
1650
#: breezy/builtins.py:2604
1651
1651
msgid ""
1652
1652
"  The --match option can be used for finding revisions that match a\n"
1653
1653
"  regular expression in a commit message, committer, author or bug.\n"
1656
1656
"  --match-message can be used to only match a specific field."
1657
1657
msgstr ""
1658
1658
 
1659
 
#: brzlib/builtins.py:2610
 
1659
#: breezy/builtins.py:2610
1660
1660
msgid ":Tips & tricks:"
1661
1661
msgstr ""
1662
1662
 
1663
 
#: brzlib/builtins.py:2612
 
1663
#: breezy/builtins.py:2612
1664
1664
msgid ""
1665
1665
"  GUI tools and IDEs are often better at exploring history than command\n"
1666
1666
"  line tools: you may prefer qlog or viz from qbzr or bzr-gtk, the\n"
1669
1669
"  <http://wiki.bazaar.canonical.com/IDEIntegration>.  "
1670
1670
msgstr ""
1671
1671
 
1672
 
#: brzlib/builtins.py:2618
 
1672
#: breezy/builtins.py:2618
1673
1673
msgid "  You may find it useful to add the aliases below to ``bazaar.conf``::"
1674
1674
msgstr ""
1675
1675
 
1676
 
#: brzlib/builtins.py:2620
 
1676
#: breezy/builtins.py:2620
1677
1677
msgid ""
1678
1678
"    [ALIASES]\n"
1679
1679
"    tip = log -r-1\n"
1681
1681
"    show = log -v -p"
1682
1682
msgstr ""
1683
1683
 
1684
 
#: brzlib/builtins.py:2625
 
1684
#: breezy/builtins.py:2625
1685
1685
msgid ""
1686
1686
"  ``brz tip`` will then show the latest revision while ``brz top``\n"
1687
1687
"  will show the last 10 mainline revisions. To see the details of a\n"
1688
1688
"  particular revision X,  ``brz show -rX``."
1689
1689
msgstr ""
1690
1690
 
1691
 
#: brzlib/builtins.py:2629
 
1691
#: breezy/builtins.py:2629
1692
1692
msgid ""
1693
1693
"  If you are interested in looking deeper into a particular merge X,\n"
1694
1694
"  use ``brz log -n0 -rX``."
1695
1695
msgstr ""
1696
1696
 
1697
 
#: brzlib/builtins.py:2632
 
1697
#: breezy/builtins.py:2632
1698
1698
msgid ""
1699
1699
"  ``brz log -v`` on a branch with lots of history is currently\n"
1700
1700
"  very slow. A fix for this issue is currently under development.\n"
1702
1702
"  be given when using the -v option."
1703
1703
msgstr ""
1704
1704
 
1705
 
#: brzlib/builtins.py:2637
 
1705
#: breezy/builtins.py:2637
1706
1706
msgid ""
1707
1707
"  brz has a generic full-text matching plugin, brz-search, that can be\n"
1708
1708
"  used to find revisions matching user names, commit messages, etc.\n"
1710
1710
"  a list of words but not others."
1711
1711
msgstr ""
1712
1712
 
1713
 
#: brzlib/builtins.py:2642
 
1713
#: breezy/builtins.py:2642
1714
1714
msgid ""
1715
1715
"  When exploring non-mainline history on large projects with deep\n"
1716
1716
"  history, the performance of log can be greatly improved by installing\n"
1719
1719
msgstr ""
1720
1720
 
1721
1721
# help of 'forward' option of 'log' command
1722
 
#: brzlib/builtins.py:2651
 
1722
#: breezy/builtins.py:2651
1723
1723
msgid "Show from oldest to newest."
1724
1724
msgstr ""
1725
1725
 
1726
1726
# help of 'verbose' option of 'log' command
1727
 
#: brzlib/builtins.py:2654
 
1727
#: breezy/builtins.py:2654
1728
1728
msgid "Show files changed in each revision."
1729
1729
msgstr ""
1730
1730
 
1731
1731
# help of 'change' option of 'log' command
1732
 
#: brzlib/builtins.py:2660
 
1732
#: breezy/builtins.py:2660
1733
1733
msgid "Show just the specified revision. See also \"help revisionspec\"."
1734
1734
msgstr ""
1735
1735
 
1736
1736
# help of 'authors' option of 'log' command
1737
 
#: brzlib/builtins.py:2664
 
1737
#: breezy/builtins.py:2664
1738
1738
msgid "What names to list as authors - first, all or committer."
1739
1739
msgstr ""
1740
1740
 
1741
1741
# title of 'authors' option of 'log' command
1742
 
#: brzlib/builtins.py:2665
 
1742
#: breezy/builtins.py:2665
1743
1743
msgid "Authors"
1744
1744
msgstr ""
1745
1745
 
1746
1746
# help of 'levels' option of 'log' command
1747
 
#: brzlib/builtins.py:2670
 
1747
#: breezy/builtins.py:2670
1748
1748
msgid "Number of levels to display - 0 for all, 1 for flat."
1749
1749
msgstr ""
1750
1750
 
1751
1751
# help of 'limit' option of 'log' command
1752
 
#: brzlib/builtins.py:2680
 
1752
#: breezy/builtins.py:2680
1753
1753
msgid "Limit the output to the first N revisions."
1754
1754
msgstr ""
1755
1755
 
1756
1756
# help of 'show-diff' option of 'log' command
1757
 
#: brzlib/builtins.py:2685
 
1757
#: breezy/builtins.py:2685
1758
1758
msgid "Show changes made in each revision as a patch."
1759
1759
msgstr ""
1760
1760
 
1761
1761
# help of 'include-merged' option of 'log' command
1762
 
#: brzlib/builtins.py:2687
 
1762
#: breezy/builtins.py:2687
1763
1763
msgid "Show merged revisions like --levels 0 does."
1764
1764
msgstr ""
1765
1765
 
1766
1766
# help of 'omit-merges' option of 'log' command
1767
 
#: brzlib/builtins.py:2691
 
1767
#: breezy/builtins.py:2691
1768
1768
msgid "Do not report commits with more than one parent."
1769
1769
msgstr ""
1770
1770
 
1771
1771
# help of 'exclude-common-ancestry' option of 'log' command
1772
 
#: brzlib/builtins.py:2693
 
1772
#: breezy/builtins.py:2693
1773
1773
msgid ""
1774
1774
"Display only the revisions that are not part of both ancestries (require -"
1775
1775
"rX..Y)."
1776
1776
msgstr ""
1777
1777
 
1778
1778
# help of 'signatures' option of 'log' command
1779
 
#: brzlib/builtins.py:2697
 
1779
#: breezy/builtins.py:2697
1780
1780
msgid "Show digital signature validity."
1781
1781
msgstr ""
1782
1782
 
1783
1783
# help of 'match' option of 'log' command
1784
 
#: brzlib/builtins.py:2700
 
1784
#: breezy/builtins.py:2700
1785
1785
msgid "Show revisions whose properties match this expression."
1786
1786
msgstr ""
1787
1787
 
1788
1788
# help of 'match-message' option of 'log' command
1789
 
#: brzlib/builtins.py:2704
 
1789
#: breezy/builtins.py:2704
1790
1790
msgid "Show revisions whose message matches this expression."
1791
1791
msgstr ""
1792
1792
 
1793
1793
# help of 'match-committer' option of 'log' command
1794
 
#: brzlib/builtins.py:2708
 
1794
#: breezy/builtins.py:2708
1795
1795
msgid "Show revisions whose committer matches this expression."
1796
1796
msgstr ""
1797
1797
 
1798
1798
# help of 'match-author' option of 'log' command
1799
 
#: brzlib/builtins.py:2712
 
1799
#: breezy/builtins.py:2712
1800
1800
msgid "Show revisions whose authors match this expression."
1801
1801
msgstr ""
1802
1802
 
1803
1803
# help of 'match-bugs' option of 'log' command
1804
 
#: brzlib/builtins.py:2716
 
1804
#: breezy/builtins.py:2716
1805
1805
msgid "Show revisions whose bugs match this expression."
1806
1806
msgstr ""
1807
1807
 
1808
 
#: brzlib/builtins.py:2770
 
1808
#: breezy/builtins.py:2770
1809
1809
msgid "--exclude-common-ancestry requires -r with two revisions"
1810
1810
msgstr ""
1811
1811
 
1812
 
#: brzlib/builtins.py:2798
 
1812
#: breezy/builtins.py:2798
1813
1813
#, python-format
1814
1814
msgid "Path unknown at end or start of revision range: %s"
1815
1815
msgstr ""
1816
1816
 
1817
 
#: brzlib/builtins.py:2915
 
1817
#: breezy/builtins.py:2915
1818
1818
#, python-format
1819
1819
msgid "brz %s doesn't accept two revisions in different branches."
1820
1820
msgstr ""
1821
1821
 
1822
 
#: brzlib/builtins.py:2931
 
1822
#: breezy/builtins.py:2931
1823
1823
#, python-format
1824
1824
msgid "brz %s --revision takes one or two values."
1825
1825
msgstr ""
1826
1826
 
1827
 
#: brzlib/builtins.py:2976
 
1827
#: breezy/builtins.py:2976
1828
1828
msgid ""
1829
1829
"List files in a tree.\n"
1830
1830
"    "
1831
1831
msgstr ""
1832
1832
 
1833
1833
# help of 'recursive' option of 'ls' command
1834
 
#: brzlib/builtins.py:2985
 
1834
#: breezy/builtins.py:2985
1835
1835
msgid "Recurse into subdirectories."
1836
1836
msgstr ""
1837
1837
 
1838
1838
# help of 'from-root' option of 'ls' command
1839
 
#: brzlib/builtins.py:2987
 
1839
#: breezy/builtins.py:2987
1840
1840
msgid "Print paths relative to the root of the branch."
1841
1841
msgstr ""
1842
1842
 
1843
1843
# help of 'unknown' option of 'ls' command
1844
 
#: brzlib/builtins.py:2989
 
1844
#: breezy/builtins.py:2989
1845
1845
msgid "Print unknown files."
1846
1846
msgstr ""
1847
1847
 
1848
1848
# help of 'versioned' option of 'ls' command
1849
 
#: brzlib/builtins.py:2990
 
1849
#: breezy/builtins.py:2990
1850
1850
msgid "Print versioned files."
1851
1851
msgstr ""
1852
1852
 
1853
1853
# help of 'ignored' option of 'ls' command
1854
 
#: brzlib/builtins.py:2993
 
1854
#: breezy/builtins.py:2993
1855
1855
msgid "Print ignored files."
1856
1856
msgstr ""
1857
1857
 
1858
1858
# help of 'kind' option of 'ls' command
1859
 
#: brzlib/builtins.py:2995
 
1859
#: breezy/builtins.py:2995
1860
1860
msgid "List entries of a particular kind: file, directory, symlink."
1861
1861
msgstr ""
1862
1862
 
1863
 
#: brzlib/builtins.py:3008
 
1863
#: breezy/builtins.py:3008
1864
1864
msgid "invalid kind specified"
1865
1865
msgstr ""
1866
1866
 
1867
 
#: brzlib/builtins.py:3011
 
1867
#: breezy/builtins.py:3011
1868
1868
msgid "Cannot set both --verbose and --null"
1869
1869
msgstr ""
1870
1870
 
1871
 
#: brzlib/builtins.py:3020
 
1871
#: breezy/builtins.py:3020
1872
1872
msgid "cannot specify both --from-root and PATH"
1873
1873
msgstr ""
1874
1874
 
1875
 
#: brzlib/builtins.py:3107
 
1875
#: breezy/builtins.py:3107
1876
1876
msgid "Ignore specified files or patterns."
1877
1877
msgstr ""
1878
1878
 
1879
 
#: brzlib/builtins.py:3109
 
1879
#: breezy/builtins.py:3109
1880
1880
msgid "See ``brz help patterns`` for details on the syntax of patterns."
1881
1881
msgstr ""
1882
1882
 
1883
 
#: brzlib/builtins.py:3111
 
1883
#: breezy/builtins.py:3111
1884
1884
msgid ""
1885
1885
"If a .bzrignore file does not exist, the ignore command\n"
1886
1886
"will create one and add the specified files or patterns to the newly\n"
1889
1889
"the use of the ignore command will require an explicit add command."
1890
1890
msgstr ""
1891
1891
 
1892
 
#: brzlib/builtins.py:3117
 
1892
#: breezy/builtins.py:3117
1893
1893
msgid ""
1894
1894
"To remove patterns from the ignore list, edit the .bzrignore file.\n"
1895
1895
"After adding, editing or deleting that file either indirectly by\n"
1897
1897
"it."
1898
1898
msgstr ""
1899
1899
 
1900
 
#: brzlib/builtins.py:3122
 
1900
#: breezy/builtins.py:3122
1901
1901
msgid ""
1902
1902
"Bazaar also supports a global ignore file ~/.bazaar/ignore. On Windows\n"
1903
1903
"the global ignore file can be found in the application data directory as\n"
1906
1906
"can be edited directly using an editor."
1907
1907
msgstr ""
1908
1908
 
1909
 
#: brzlib/builtins.py:3128
 
1909
#: breezy/builtins.py:3128
1910
1910
msgid ""
1911
1911
"Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
1912
1912
"precedence over regular ignores.  Such exceptions are used to specify\n"
1913
1913
"files that should be versioned which would otherwise be ignored."
1914
1914
msgstr ""
1915
1915
 
1916
 
#: brzlib/builtins.py:3132
 
1916
#: breezy/builtins.py:3132
1917
1917
msgid ""
1918
1918
"Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
1919
1919
"precedence over the '!' exception patterns."
1920
1920
msgstr ""
1921
1921
 
1922
 
#: brzlib/builtins.py:3135
 
1922
#: breezy/builtins.py:3135
1923
1923
msgid ""
1924
1924
":Notes: \n"
1925
1925
"    \n"
1927
1927
"  the shell on Unix."
1928
1928
msgstr ""
1929
1929
 
1930
 
#: brzlib/builtins.py:3140
 
1930
#: breezy/builtins.py:3140
1931
1931
msgid ""
1932
1932
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1933
1933
"  To ignore patterns that begin with that character, use the \"RE:\" prefix."
1934
1934
msgstr ""
1935
1935
 
1936
 
#: brzlib/builtins.py:3143
 
1936
#: breezy/builtins.py:3143
1937
1937
msgid ""
1938
1938
":Examples:\n"
1939
1939
"    Ignore the top level Makefile::"
1940
1940
msgstr ""
1941
1941
 
1942
 
#: brzlib/builtins.py:3146
 
1942
#: breezy/builtins.py:3146
1943
1943
msgid "        brz ignore ./Makefile"
1944
1944
msgstr ""
1945
1945
 
1946
 
#: brzlib/builtins.py:3148
 
1946
#: breezy/builtins.py:3148
1947
1947
msgid "    Ignore .class files in all directories...::"
1948
1948
msgstr ""
1949
1949
 
1950
 
#: brzlib/builtins.py:3150
 
1950
#: breezy/builtins.py:3150
1951
1951
msgid "        brz ignore \"*.class\""
1952
1952
msgstr ""
1953
1953
 
1954
 
#: brzlib/builtins.py:3152
 
1954
#: breezy/builtins.py:3152
1955
1955
msgid "    ...but do not ignore \"special.class\"::"
1956
1956
msgstr ""
1957
1957
 
1958
 
#: brzlib/builtins.py:3154
 
1958
#: breezy/builtins.py:3154
1959
1959
msgid "        brz ignore \"!special.class\""
1960
1960
msgstr ""
1961
1961
 
1962
 
#: brzlib/builtins.py:3156
 
1962
#: breezy/builtins.py:3156
1963
1963
msgid "    Ignore files whose name begins with the \"#\" character::"
1964
1964
msgstr ""
1965
1965
 
1966
 
#: brzlib/builtins.py:3158
 
1966
#: breezy/builtins.py:3158
1967
1967
msgid "        brz ignore \"RE:^#\""
1968
1968
msgstr ""
1969
1969
 
1970
 
#: brzlib/builtins.py:3160 brzlib/builtins.py:3164
 
1970
#: breezy/builtins.py:3160 breezy/builtins.py:3164
1971
1971
msgid "    Ignore .o files under the lib directory::"
1972
1972
msgstr ""
1973
1973
 
1974
 
#: brzlib/builtins.py:3162
 
1974
#: breezy/builtins.py:3162
1975
1975
msgid "        brz ignore \"lib/**/*.o\""
1976
1976
msgstr ""
1977
1977
 
1978
 
#: brzlib/builtins.py:3166
 
1978
#: breezy/builtins.py:3166
1979
1979
msgid "        brz ignore \"RE:lib/.*\\.o\""
1980
1980
msgstr ""
1981
1981
 
1982
 
#: brzlib/builtins.py:3168
 
1982
#: breezy/builtins.py:3168
1983
1983
msgid "    Ignore everything but the \"debian\" toplevel directory::"
1984
1984
msgstr ""
1985
1985
 
1986
 
#: brzlib/builtins.py:3170
 
1986
#: breezy/builtins.py:3170
1987
1987
msgid ""
1988
1988
"        brz ignore \"RE:(?!debian/).*\"\n"
1989
1989
"    \n"
1996
1996
msgstr ""
1997
1997
 
1998
1998
# help of 'default-rules' option of 'ignore' command
1999
 
#: brzlib/builtins.py:3184
 
1999
#: breezy/builtins.py:3184
2000
2000
msgid "Display the default ignore rules that brz uses."
2001
2001
msgstr ""
2002
2002
 
2003
 
#: brzlib/builtins.py:3196
 
2003
#: breezy/builtins.py:3196
2004
2004
msgid "ignore requires at least one NAME_PATTERN or --default-rules."
2005
2005
msgstr ""
2006
2006
 
2007
 
#: brzlib/builtins.py:3207
 
2007
#: breezy/builtins.py:3207
2008
2008
#, python-format
2009
2009
msgid "Invalid ignore pattern found. %s"
2010
2010
msgid_plural "Invalid ignore patterns found. %s"
2011
2011
msgstr[0] ""
2012
2012
msgstr[1] ""
2013
2013
 
2014
 
#: brzlib/builtins.py:3216
 
2014
#: breezy/builtins.py:3216
2015
2015
msgid "NAME_PATTERN should not be an absolute path"
2016
2016
msgstr ""
2017
2017
 
2018
 
#: brzlib/builtins.py:3229
 
2018
#: breezy/builtins.py:3229
2019
2019
#, python-format
2020
2020
msgid ""
2021
2021
"Warning: the following files are version controlled and match your ignore "
2025
2025
"them.\n"
2026
2026
msgstr ""
2027
2027
 
2028
 
#: brzlib/builtins.py:3236
 
2028
#: breezy/builtins.py:3236
2029
2029
msgid "List ignored files and the patterns that matched them."
2030
2030
msgstr ""
2031
2031
 
2032
 
#: brzlib/builtins.py:3238
 
2032
#: breezy/builtins.py:3238
2033
2033
msgid ""
2034
2034
"List all the ignored files and the ignore pattern that caused the file to\n"
2035
2035
"be ignored."
2036
2036
msgstr ""
2037
2037
 
2038
 
#: brzlib/builtins.py:3241
 
2038
#: breezy/builtins.py:3241
2039
2039
msgid "Alternatively, to list just the files::"
2040
2040
msgstr ""
2041
2041
 
2042
 
#: brzlib/builtins.py:3243
 
2042
#: breezy/builtins.py:3243
2043
2043
msgid "    brz ls --ignored"
2044
2044
msgstr ""
2045
2045
 
2046
 
#: brzlib/builtins.py:3277
 
2046
#: breezy/builtins.py:3277
2047
2047
#, python-format
2048
2048
msgid "not a valid revision-number: %r"
2049
2049
msgstr ""
2050
2050
 
2051
 
#: brzlib/builtins.py:3284
 
2051
#: breezy/builtins.py:3284
2052
2052
msgid "Export current or past revision to a destination directory or archive."
2053
2053
msgstr ""
2054
2054
 
2055
 
#: brzlib/builtins.py:3286
 
2055
#: breezy/builtins.py:3286
2056
2056
msgid "If no revision is specified this exports the last committed revision."
2057
2057
msgstr ""
2058
2058
 
2059
 
#: brzlib/builtins.py:3288
 
2059
#: breezy/builtins.py:3288
2060
2060
msgid ""
2061
2061
"Format may be an \"exporter\" name, such as tar, tgz, tbz2.  If none is\n"
2062
2062
"given, try to find the format with the extension. If no extension\n"
2063
2063
"is found exports to a directory (equivalent to --format=dir)."
2064
2064
msgstr ""
2065
2065
 
2066
 
#: brzlib/builtins.py:3292
 
2066
#: breezy/builtins.py:3292
2067
2067
msgid ""
2068
2068
"If root is supplied, it will be used as the root directory inside\n"
2069
2069
"container formats (tar, zip, etc). If it is not supplied it will default\n"
2070
2070
"to the exported filename. The root option has no effect for 'dir' format."
2071
2071
msgstr ""
2072
2072
 
2073
 
#: brzlib/builtins.py:3296
 
2073
#: breezy/builtins.py:3296
2074
2074
msgid ""
2075
2075
"If branch is omitted then the branch containing the current working\n"
2076
2076
"directory will be used."
2077
2077
msgstr ""
2078
2078
 
2079
 
#: brzlib/builtins.py:3299
 
2079
#: breezy/builtins.py:3299
2080
2080
msgid "Note: Export of tree with non-ASCII filenames to zip is not supported."
2081
2081
msgstr ""
2082
2082
 
2083
 
#: brzlib/builtins.py:3301
 
2083
#: breezy/builtins.py:3301
2084
2084
msgid ""
2085
2085
"  =================       =========================\n"
2086
2086
"  Supported formats       Autodetected by extension\n"
2094
2094
msgstr ""
2095
2095
 
2096
2096
# help of 'format' option of 'export' command
2097
 
#: brzlib/builtins.py:3315
 
2097
#: breezy/builtins.py:3315
2098
2098
msgid "Type of file to export to."
2099
2099
msgstr ""
2100
2100
 
2101
2101
# help of 'filters' option of 'export' command
2102
 
#: brzlib/builtins.py:3318
 
2102
#: breezy/builtins.py:3318
2103
2103
msgid "Apply content filters to export the convenient form."
2104
2104
msgstr ""
2105
2105
 
2106
2106
# help of 'root' option of 'export' command
2107
 
#: brzlib/builtins.py:3322
 
2107
#: breezy/builtins.py:3322
2108
2108
msgid "Name of the root directory inside the exported file."
2109
2109
msgstr ""
2110
2110
 
2111
2111
# help of 'per-file-timestamps' option of 'export' command
2112
 
#: brzlib/builtins.py:3324
 
2112
#: breezy/builtins.py:3324
2113
2113
msgid ""
2114
2114
"Set modification time of files to that of the last revision in which it was "
2115
2115
"changed."
2116
2116
msgstr ""
2117
2117
 
2118
2118
# help of 'uncommitted' option of 'export' command
2119
 
#: brzlib/builtins.py:3327
 
2119
#: breezy/builtins.py:3327
2120
2120
msgid "Export the working tree contents rather than that of the last revision."
2121
2121
msgstr ""
2122
2122
 
2123
 
#: brzlib/builtins.py:3346
 
2123
#: breezy/builtins.py:3346
2124
2124
msgid "--uncommitted requires a working tree"
2125
2125
msgstr ""
2126
2126
 
2127
 
#: brzlib/builtins.py:3355
 
2127
#: breezy/builtins.py:3355
2128
2128
#, python-format
2129
2129
msgid "Unsupported export format: %s"
2130
2130
msgstr ""
2131
2131
 
2132
 
#: brzlib/builtins.py:3359
 
2132
#: breezy/builtins.py:3359
2133
2133
msgid "Write the contents of a file as of a given revision to standard output."
2134
2134
msgstr ""
2135
2135
 
2136
 
#: brzlib/builtins.py:3361
 
2136
#: breezy/builtins.py:3361
2137
2137
msgid "If no revision is nominated, the last revision is used."
2138
2138
msgstr ""
2139
2139
 
2140
 
#: brzlib/builtins.py:3363
 
2140
#: breezy/builtins.py:3363
2141
2141
msgid ""
2142
2142
"Note: Take care to redirect standard output when using this command on a\n"
2143
2143
"binary file."
2144
2144
msgstr ""
2145
2145
 
2146
2146
# help of 'name-from-revision' option of 'cat' command
2147
 
#: brzlib/builtins.py:3369
 
2147
#: breezy/builtins.py:3369
2148
2148
msgid "The path name in the old tree."
2149
2149
msgstr ""
2150
2150
 
2151
2151
# help of 'filters' option of 'cat' command
2152
 
#: brzlib/builtins.py:3370
 
2152
#: breezy/builtins.py:3370
2153
2153
msgid "Apply content filters to display the convenience form."
2154
2154
msgstr ""
2155
2155
 
2156
 
#: brzlib/builtins.py:3381
 
2156
#: breezy/builtins.py:3381
2157
2157
msgid "brz cat --revision takes exactly one revision specifier"
2158
2158
msgstr ""
2159
2159
 
2160
 
#: brzlib/builtins.py:3406 brzlib/builtins.py:3418
 
2160
#: breezy/builtins.py:3406 breezy/builtins.py:3418
2161
2161
msgid "{0!r} is not present in revision {1}"
2162
2162
msgstr ""
2163
2163
 
2164
 
#: brzlib/builtins.py:3441
 
2164
#: breezy/builtins.py:3441
2165
2165
msgid "Commit changes into a new revision."
2166
2166
msgstr ""
2167
2167
 
2168
 
#: brzlib/builtins.py:3443
 
2168
#: breezy/builtins.py:3443
2169
2169
msgid ""
2170
2170
"An explanatory message needs to be given for each commit. This is\n"
2171
2171
"often done by using the --message option (getting the message from the\n"
2175
2175
"boilerplate text loaded into the editor, use the --show-diff option."
2176
2176
msgstr ""
2177
2177
 
2178
 
#: brzlib/builtins.py:3450
 
2178
#: breezy/builtins.py:3450
2179
2179
msgid ""
2180
2180
"By default, the entire tree is committed and the person doing the\n"
2181
2181
"commit is assumed to be the author. These defaults can be overridden\n"
2182
2182
"as explained below."
2183
2183
msgstr ""
2184
2184
 
2185
 
#: brzlib/builtins.py:3454
 
2185
#: breezy/builtins.py:3454
2186
2186
msgid ":Selective commits:"
2187
2187
msgstr ""
2188
2188
 
2189
 
#: brzlib/builtins.py:3456
 
2189
#: breezy/builtins.py:3456
2190
2190
msgid ""
2191
2191
"  If selected files are specified, only changes to those files are\n"
2192
2192
"  committed.  If a directory is specified then the directory and\n"
2193
2193
"  everything within it is committed."
2194
2194
msgstr ""
2195
2195
 
2196
 
#: brzlib/builtins.py:3460
 
2196
#: breezy/builtins.py:3460
2197
2197
msgid ""
2198
2198
"  When excludes are given, they take precedence over selected files.\n"
2199
2199
"  For example, to commit only changes within foo, but not changes\n"
2200
2200
"  within foo/bar::"
2201
2201
msgstr ""
2202
2202
 
2203
 
#: brzlib/builtins.py:3464
 
2203
#: breezy/builtins.py:3464
2204
2204
msgid "    brz commit foo -x foo/bar"
2205
2205
msgstr ""
2206
2206
 
2207
 
#: brzlib/builtins.py:3466
 
2207
#: breezy/builtins.py:3466
2208
2208
msgid "  A selective commit after a merge is not yet supported."
2209
2209
msgstr ""
2210
2210
 
2211
 
#: brzlib/builtins.py:3468
 
2211
#: breezy/builtins.py:3468
2212
2212
msgid ":Custom authors:"
2213
2213
msgstr ""
2214
2214
 
2215
 
#: brzlib/builtins.py:3470
 
2215
#: breezy/builtins.py:3470
2216
2216
msgid ""
2217
2217
"  If the author of the change is not the same person as the committer,\n"
2218
2218
"  you can specify the author's name using the --author option. The\n"
2222
2222
"  author."
2223
2223
msgstr ""
2224
2224
 
2225
 
#: brzlib/builtins.py:3477
 
2225
#: breezy/builtins.py:3477
2226
2226
msgid ":Checks:"
2227
2227
msgstr ""
2228
2228
 
2229
 
#: brzlib/builtins.py:3479
 
2229
#: breezy/builtins.py:3479
2230
2230
msgid ""
2231
2231
"  A common mistake is to forget to add a new file or directory before\n"
2232
2232
"  running the commit command. The --strict option checks for unknown\n"
2235
2235
"  for details."
2236
2236
msgstr ""
2237
2237
 
2238
 
#: brzlib/builtins.py:3485
 
2238
#: breezy/builtins.py:3485
2239
2239
msgid ":Things to note:"
2240
2240
msgstr ""
2241
2241
 
2242
 
#: brzlib/builtins.py:3487
 
2242
#: breezy/builtins.py:3487
2243
2243
msgid ""
2244
2244
"  If you accidentially commit the wrong changes or make a spelling\n"
2245
2245
"  mistake in the commit message say, you can use the uncommit command\n"
2246
2246
"  to undo it. See ``brz help uncommit`` for details."
2247
2247
msgstr ""
2248
2248
 
2249
 
#: brzlib/builtins.py:3491
 
2249
#: breezy/builtins.py:3491
2250
2250
msgid ""
2251
2251
"  Hooks can also be configured to run after a commit. This allows you\n"
2252
2252
"  to trigger updates to external systems like bug trackers. The --fixes\n"
2255
2255
msgstr ""
2256
2256
 
2257
2257
# help of 'exclude' option of 'commit' command
2258
 
#: brzlib/builtins.py:3501
 
2258
#: breezy/builtins.py:3501
2259
2259
msgid "Do not consider changes made to a given path."
2260
2260
msgstr ""
2261
2261
 
2262
2262
# help of 'message' option of 'commit' command
2263
 
#: brzlib/builtins.py:3504
 
2263
#: breezy/builtins.py:3504
2264
2264
msgid "Description of the new revision."
2265
2265
msgstr ""
2266
2266
 
2267
2267
# help of 'unchanged' option of 'commit' command
2268
 
#: brzlib/builtins.py:3507
 
2268
#: breezy/builtins.py:3507
2269
2269
msgid "Commit even if nothing has changed."
2270
2270
msgstr ""
2271
2271
 
2272
2272
# help of 'file' option of 'commit' command
2273
 
#: brzlib/builtins.py:3511
 
2273
#: breezy/builtins.py:3511
2274
2274
msgid "Take commit message from this file."
2275
2275
msgstr ""
2276
2276
 
2277
2277
# help of 'strict' option of 'commit' command
2278
 
#: brzlib/builtins.py:3513
 
2278
#: breezy/builtins.py:3513
2279
2279
msgid "Refuse to commit if there are unknown files in the working tree."
2280
2280
msgstr ""
2281
2281
 
2282
2282
# help of 'commit-time' option of 'commit' command
2283
 
#: brzlib/builtins.py:3516
 
2283
#: breezy/builtins.py:3516
2284
2284
msgid ""
2285
2285
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2286
2286
"08:00:00 +0100'."
2287
2287
msgstr ""
2288
2288
 
2289
2289
# help of 'fixes' option of 'commit' command
2290
 
#: brzlib/builtins.py:3519
 
2290
#: breezy/builtins.py:3519
2291
2291
msgid "Mark a bug as being fixed by this revision (see \"brz help bugs\")."
2292
2292
msgstr ""
2293
2293
 
2294
2294
# help of 'author' option of 'commit' command
2295
 
#: brzlib/builtins.py:3522
 
2295
#: breezy/builtins.py:3522
2296
2296
msgid "Set the author's name, if it's different from the committer."
2297
2297
msgstr ""
2298
2298
 
2299
2299
# help of 'local' option of 'commit' command
2300
 
#: brzlib/builtins.py:3525
 
2300
#: breezy/builtins.py:3525
2301
2301
msgid ""
2302
2302
"Perform a local commit in a bound branch.  Local commits are not pushed to "
2303
2303
"the master branch until a normal commit is performed."
2304
2304
msgstr ""
2305
2305
 
2306
2306
# help of 'show-diff' option of 'commit' command
2307
 
#: brzlib/builtins.py:3531
 
2307
#: breezy/builtins.py:3531
2308
2308
msgid ""
2309
2309
"When no message is supplied, show the diff along with the status summary in "
2310
2310
"the message editor."
2311
2311
msgstr ""
2312
2312
 
2313
2313
# help of 'lossy' option of 'commit' command
2314
 
#: brzlib/builtins.py:3534
 
2314
#: breezy/builtins.py:3534
2315
2315
msgid ""
2316
2316
"When committing to a foreign version control system do not push data that "
2317
2317
"can not be natively represented."
2318
2318
msgstr ""
2319
2319
 
2320
 
#: brzlib/builtins.py:3552
 
2320
#: breezy/builtins.py:3552
2321
2321
#, python-format
2322
2322
msgid ""
2323
2323
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2325
2325
"See \"brz help bugs\" for more information on this feature. Commit refused."
2326
2326
msgstr ""
2327
2327
 
2328
 
#: brzlib/builtins.py:3561
 
2328
#: breezy/builtins.py:3561
2329
2329
#, python-format
2330
2330
msgid ""
2331
2331
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"brz help bugs\" "
2333
2333
"Commit refused."
2334
2334
msgstr ""
2335
2335
 
2336
 
#: brzlib/builtins.py:3570
 
2336
#: breezy/builtins.py:3570
2337
2337
#, python-format
2338
2338
msgid "Unrecognized bug %s. Commit refused."
2339
2339
msgstr ""
2340
2340
 
2341
 
#: brzlib/builtins.py:3573
 
2341
#: breezy/builtins.py:3573
2342
2342
#, python-format
2343
2343
msgid ""
2344
2344
"%s\n"
2345
2345
"Commit refused."
2346
2346
msgstr ""
2347
2347
 
2348
 
#: brzlib/builtins.py:3597
 
2348
#: breezy/builtins.py:3597
2349
2349
msgid "Could not parse --commit-time: "
2350
2350
msgstr ""
2351
2351
 
2352
 
#: brzlib/builtins.py:3637
 
2352
#: breezy/builtins.py:3637
2353
2353
msgid "please specify either --message or --file"
2354
2354
msgstr ""
2355
2355
 
2356
 
#: brzlib/builtins.py:3666
 
2356
#: breezy/builtins.py:3666
2357
2357
msgid "please specify a commit message with either --message or --file"
2358
2358
msgstr ""
2359
2359
 
2360
 
#: brzlib/builtins.py:3669
 
2360
#: breezy/builtins.py:3669
2361
2361
msgid ""
2362
2362
"Empty commit message specified. Please specify a commit message with either "
2363
2363
"--message or --file or leave a blank message with --message \"\"."
2364
2364
msgstr ""
2365
2365
 
2366
 
#: brzlib/builtins.py:3689
 
2366
#: breezy/builtins.py:3689
2367
2367
msgid ""
2368
2368
"No changes to commit. Please 'brz add' the files you want to commit, or use "
2369
2369
"--unchanged to force an empty commit."
2370
2370
msgstr ""
2371
2371
 
2372
 
#: brzlib/builtins.py:3693
 
2372
#: breezy/builtins.py:3693
2373
2373
msgid ""
2374
2374
"Conflicts detected in working tree.  Use \"brz conflicts\" to list, \"brz "
2375
2375
"resolve FILE\" to resolve."
2376
2376
msgstr ""
2377
2377
 
2378
 
#: brzlib/builtins.py:3697
 
2378
#: breezy/builtins.py:3697
2379
2379
msgid "Commit refused because there are unknown files in the working tree."
2380
2380
msgstr ""
2381
2381
 
2382
 
#: brzlib/builtins.py:3700
 
2382
#: breezy/builtins.py:3700
2383
2383
msgid ""
2384
2384
"\n"
2385
2385
"To commit to master branch, run update and then commit.\n"
2386
2386
"You can also pass --local to commit to continue working disconnected."
2387
2387
msgstr ""
2388
2388
 
2389
 
#: brzlib/builtins.py:3708
 
2389
#: breezy/builtins.py:3708
2390
2390
msgid ""
2391
2391
"Validate working tree structure, branch consistency and repository history."
2392
2392
msgstr ""
2393
2393
 
2394
 
#: brzlib/builtins.py:3710
 
2394
#: breezy/builtins.py:3710
2395
2395
msgid ""
2396
2396
"This command checks various invariants about branch and repository storage\n"
2397
2397
"to detect data corruption or brz bugs."
2398
2398
msgstr ""
2399
2399
 
2400
 
#: brzlib/builtins.py:3713
 
2400
#: breezy/builtins.py:3713
2401
2401
msgid ""
2402
2402
"The working tree and branch checks will only give output if a problem is\n"
2403
2403
"detected. The output fields of the repository check are:"
2404
2404
msgstr ""
2405
2405
 
2406
 
#: brzlib/builtins.py:3716
 
2406
#: breezy/builtins.py:3716
2407
2407
msgid ""
2408
2408
"revisions\n"
2409
2409
"    This is just the number of revisions checked.  It doesn't\n"
2410
2410
"    indicate a problem."
2411
2411
msgstr ""
2412
2412
 
2413
 
#: brzlib/builtins.py:3720
 
2413
#: breezy/builtins.py:3720
2414
2414
msgid ""
2415
2415
"versionedfiles\n"
2416
2416
"    This is just the number of versionedfiles checked.  It\n"
2417
2417
"    doesn't indicate a problem."
2418
2418
msgstr ""
2419
2419
 
2420
 
#: brzlib/builtins.py:3724
 
2420
#: breezy/builtins.py:3724
2421
2421
msgid ""
2422
2422
"unreferenced ancestors\n"
2423
2423
"    Texts that are ancestors of other texts, but\n"
2425
2425
"    subtle problem that Bazaar can work around."
2426
2426
msgstr ""
2427
2427
 
2428
 
#: brzlib/builtins.py:3729
 
2428
#: breezy/builtins.py:3729
2429
2429
msgid ""
2430
2430
"unique file texts\n"
2431
2431
"    This is the total number of unique file contents\n"
2432
2432
"    seen in the checked revisions.  It does not indicate a problem."
2433
2433
msgstr ""
2434
2434
 
2435
 
#: brzlib/builtins.py:3733
 
2435
#: breezy/builtins.py:3733
2436
2436
msgid ""
2437
2437
"repeated file texts\n"
2438
2438
"    This is the total number of repeated texts seen\n"
2441
2441
"    indicate a problem."
2442
2442
msgstr ""
2443
2443
 
2444
 
#: brzlib/builtins.py:3739
 
2444
#: breezy/builtins.py:3739
2445
2445
msgid ""
2446
2446
"If no restrictions are specified, all Bazaar data that is found at the "
2447
2447
"given\n"
2448
2448
"location will be checked."
2449
2449
msgstr ""
2450
2450
 
2451
 
#: brzlib/builtins.py:3744
 
2451
#: breezy/builtins.py:3744
2452
2452
msgid "    Check the tree and branch at 'foo'::"
2453
2453
msgstr ""
2454
2454
 
2455
 
#: brzlib/builtins.py:3746
 
2455
#: breezy/builtins.py:3746
2456
2456
msgid "        brz check --tree --branch foo"
2457
2457
msgstr ""
2458
2458
 
2459
 
#: brzlib/builtins.py:3748
 
2459
#: breezy/builtins.py:3748
2460
2460
msgid "    Check only the repository at 'bar'::"
2461
2461
msgstr ""
2462
2462
 
2463
 
#: brzlib/builtins.py:3750
 
2463
#: breezy/builtins.py:3750
2464
2464
msgid "        brz check --repo bar"
2465
2465
msgstr ""
2466
2466
 
2467
 
#: brzlib/builtins.py:3752
 
2467
#: breezy/builtins.py:3752
2468
2468
msgid "    Check everything at 'baz'::"
2469
2469
msgstr ""
2470
2470
 
2471
 
#: brzlib/builtins.py:3754
 
2471
#: breezy/builtins.py:3754
2472
2472
msgid "        brz check baz"
2473
2473
msgstr ""
2474
2474
 
2475
2475
# help of 'branch' option of 'check' command
2476
 
#: brzlib/builtins.py:3760
 
2476
#: breezy/builtins.py:3760
2477
2477
msgid "Check the branch related to the current directory."
2478
2478
msgstr ""
2479
2479
 
2480
2480
# help of 'repo' option of 'check' command
2481
 
#: brzlib/builtins.py:3762
 
2481
#: breezy/builtins.py:3762
2482
2482
msgid "Check the repository related to the current directory."
2483
2483
msgstr ""
2484
2484
 
2485
2485
# help of 'tree' option of 'check' command
2486
 
#: brzlib/builtins.py:3764
 
2486
#: breezy/builtins.py:3764
2487
2487
msgid "Check the working tree related to the current directory."
2488
2488
msgstr ""
2489
2489
 
2490
 
#: brzlib/builtins.py:3778
 
2490
#: breezy/builtins.py:3778
2491
2491
msgid "Upgrade a repository, branch or working tree to a newer format."
2492
2492
msgstr ""
2493
2493
 
2494
 
#: brzlib/builtins.py:3780
 
2494
#: breezy/builtins.py:3780
2495
2495
msgid ""
2496
2496
"When the default format has changed after a major new release of\n"
2497
2497
"Bazaar, you may be informed during certain operations that you\n"
2500
2500
"with older repositories or with older versions of Bazaar."
2501
2501
msgstr ""
2502
2502
 
2503
 
#: brzlib/builtins.py:3786
 
2503
#: breezy/builtins.py:3786
2504
2504
msgid ""
2505
2505
"If you wish to upgrade to a particular format rather than the\n"
2506
2506
"current default, that can be specified using the --format option.\n"
2510
2510
"2.x default) so downgrading is not always possible."
2511
2511
msgstr ""
2512
2512
 
2513
 
#: brzlib/builtins.py:3793
 
2513
#: breezy/builtins.py:3793
2514
2514
msgid ""
2515
2515
"A backup.bzr.~#~ directory is created at the start of the conversion\n"
2516
2516
"process (where # is a number). By default, this is left there on\n"
2521
2521
"afterwards."
2522
2522
msgstr ""
2523
2523
 
2524
 
#: brzlib/builtins.py:3801
 
2524
#: breezy/builtins.py:3801
2525
2525
msgid ""
2526
2526
"If the location given is a shared repository, dependent branches\n"
2527
2527
"are also converted provided the repository converts successfully.\n"
2529
2529
"tried."
2530
2530
msgstr ""
2531
2531
 
2532
 
#: brzlib/builtins.py:3806
 
2532
#: breezy/builtins.py:3806
2533
2533
msgid ""
2534
2534
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2535
2535
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2536
2536
msgstr ""
2537
2537
 
2538
2538
# help of 'format' option of 'upgrade' command
2539
 
#: brzlib/builtins.py:3814
 
2539
#: breezy/builtins.py:3814
2540
2540
msgid "Upgrade to a specific format.  See \"brz help formats\" for details."
2541
2541
msgstr ""
2542
2542
 
2543
2543
# title of 'format' option of 'init' command
2544
2544
# title of 'format' option of 'upgrade' command
2545
 
#: brzlib/builtins.py:3818
 
2545
#: breezy/builtins.py:3818
2546
2546
msgid "Branch format"
2547
2547
msgstr ""
2548
2548
 
2549
2549
# help of 'clean' option of 'upgrade' command
2550
 
#: brzlib/builtins.py:3820
 
2550
#: breezy/builtins.py:3820
2551
2551
msgid "Remove the backup.bzr directory if successful."
2552
2552
msgstr ""
2553
2553
 
2554
2554
# help of 'dry-run' option of 'add' command
2555
2555
# help of 'dry-run' option of 'upgrade' command
2556
 
#: brzlib/builtins.py:3822
 
2556
#: breezy/builtins.py:3822
2557
2557
msgid "Show what would be done, but don't actually do anything."
2558
2558
msgstr ""
2559
2559
 
2560
 
#: brzlib/builtins.py:3837
 
2560
#: breezy/builtins.py:3837
2561
2561
msgid "Show or set brz user id."
2562
2562
msgstr ""
2563
2563
 
2564
 
#: brzlib/builtins.py:3839
 
2564
#: breezy/builtins.py:3839
2565
2565
msgid ""
2566
2566
":Examples:\n"
2567
2567
"    Show the email of the current user::"
2568
2568
msgstr ""
2569
2569
 
2570
 
#: brzlib/builtins.py:3842
 
2570
#: breezy/builtins.py:3842
2571
2571
msgid "        brz whoami --email"
2572
2572
msgstr ""
2573
2573
 
2574
 
#: brzlib/builtins.py:3844
 
2574
#: breezy/builtins.py:3844
2575
2575
msgid "    Set the current user::"
2576
2576
msgstr ""
2577
2577
 
2578
 
#: brzlib/builtins.py:3846
 
2578
#: breezy/builtins.py:3846
2579
2579
msgid "        brz whoami \"Frank Chu <fchu@example.com>\""
2580
2580
msgstr ""
2581
2581
 
2582
2582
# help of 'email' option of 'whoami' command
2583
 
#: brzlib/builtins.py:3850
 
2583
#: breezy/builtins.py:3850
2584
2584
msgid "Display email address only."
2585
2585
msgstr ""
2586
2586
 
2587
2587
# help of 'branch' option of 'whoami' command
2588
 
#: brzlib/builtins.py:3852
 
2588
#: breezy/builtins.py:3852
2589
2589
msgid "Set identity for the current branch instead of globally."
2590
2590
msgstr ""
2591
2591
 
2592
 
#: brzlib/builtins.py:3878
 
2592
#: breezy/builtins.py:3878
2593
2593
msgid "--email can only be used to display existing identity"
2594
2594
msgstr ""
2595
2595
 
2596
 
#: brzlib/builtins.py:3902
 
2596
#: breezy/builtins.py:3902
2597
2597
msgid "Print or set the branch nickname."
2598
2598
msgstr ""
2599
2599
 
2600
 
#: brzlib/builtins.py:3904
 
2600
#: breezy/builtins.py:3904
2601
2601
msgid ""
2602
2602
"If unset, the colocated branch name is used for colocated branches, and\n"
2603
2603
"the branch directory name is used for other branches.  To print the\n"
2604
2604
"current nickname, execute with no argument."
2605
2605
msgstr ""
2606
2606
 
2607
 
#: brzlib/builtins.py:3908
 
2607
#: breezy/builtins.py:3908
2608
2608
msgid ""
2609
2609
"Bound branches use the nickname of its master branch unless it is set\n"
2610
2610
"locally."
2611
2611
msgstr ""
2612
2612
 
2613
 
#: brzlib/builtins.py:3928
 
2613
#: breezy/builtins.py:3928
2614
2614
msgid "Set/unset and display aliases."
2615
2615
msgstr ""
2616
2616
 
2617
 
#: brzlib/builtins.py:3930
 
2617
#: breezy/builtins.py:3930
2618
2618
msgid ""
2619
2619
":Examples:\n"
2620
2620
"    Show the current aliases::"
2621
2621
msgstr ""
2622
2622
 
2623
 
#: brzlib/builtins.py:3933
 
2623
#: breezy/builtins.py:3933
2624
2624
msgid "        brz alias"
2625
2625
msgstr ""
2626
2626
 
2627
 
#: brzlib/builtins.py:3935
 
2627
#: breezy/builtins.py:3935
2628
2628
msgid "    Show the alias specified for 'll'::"
2629
2629
msgstr ""
2630
2630
 
2631
 
#: brzlib/builtins.py:3937
 
2631
#: breezy/builtins.py:3937
2632
2632
msgid "        brz alias ll"
2633
2633
msgstr ""
2634
2634
 
2635
 
#: brzlib/builtins.py:3939
 
2635
#: breezy/builtins.py:3939
2636
2636
msgid "    Set an alias for 'll'::"
2637
2637
msgstr ""
2638
2638
 
2639
 
#: brzlib/builtins.py:3941
 
2639
#: breezy/builtins.py:3941
2640
2640
msgid "        brz alias ll=\"log --line -r-10..-1\""
2641
2641
msgstr ""
2642
2642
 
2643
 
#: brzlib/builtins.py:3943
 
2643
#: breezy/builtins.py:3943
2644
2644
msgid "    To remove an alias for 'll'::"
2645
2645
msgstr ""
2646
2646
 
2647
 
#: brzlib/builtins.py:3945
 
2647
#: breezy/builtins.py:3945
2648
2648
msgid "        brz alias --remove ll"
2649
2649
msgstr ""
2650
2650
 
2651
2651
# help of 'remove' option of 'alias' command
2652
 
#: brzlib/builtins.py:3950
 
2652
#: breezy/builtins.py:3950
2653
2653
msgid "Remove the alias."
2654
2654
msgstr ""
2655
2655
 
2656
 
#: brzlib/builtins.py:3968
 
2656
#: breezy/builtins.py:3968
2657
2657
msgid "brz alias --remove expects an alias to remove."
2658
2658
msgstr ""
2659
2659
 
2660
 
#: brzlib/builtins.py:4149
 
2660
#: breezy/builtins.py:4149
2661
2661
msgid "subunit not available. subunit needs to be installed to use --subunit."
2662
2662
msgstr ""
2663
2663
 
2664
 
#: brzlib/builtins.py:4166
 
2664
#: breezy/builtins.py:4166
2665
2665
msgid ""
2666
2666
"--benchmark is no longer supported from brz 2.2; use bzr-usertest instead"
2667
2667
msgstr ""
2668
2668
 
2669
 
#: brzlib/builtins.py:4213
 
2669
#: breezy/builtins.py:4213
2670
2670
msgid "Show version of brz."
2671
2671
msgstr ""
2672
2672
 
2673
2673
# help of 'short' option of 'version' command
2674
 
#: brzlib/builtins.py:4217
 
2674
#: breezy/builtins.py:4217
2675
2675
msgid "Print just the version number."
2676
2676
msgstr ""
2677
2677
 
2678
 
#: brzlib/builtins.py:4236
 
2678
#: breezy/builtins.py:4236
2679
2679
msgid "It sure does!\n"
2680
2680
msgstr ""
2681
2681
 
2682
 
#: brzlib/builtins.py:4260
 
2682
#: breezy/builtins.py:4260
2683
2683
#, python-format
2684
2684
msgid "merge base is revision %s\n"
2685
2685
msgstr ""
2686
2686
 
2687
 
#: brzlib/builtins.py:4264
 
2687
#: breezy/builtins.py:4264
2688
2688
msgid "Perform a three-way merge."
2689
2689
msgstr ""
2690
2690
 
2691
 
#: brzlib/builtins.py:4266
 
2691
#: breezy/builtins.py:4266
2692
2692
msgid ""
2693
2693
"The source of the merge can be specified either in the form of a branch,\n"
2694
2694
"or in the form of a path to a file containing a merge directive generated\n"
2699
2699
"the current working tree."
2700
2700
msgstr ""
2701
2701
 
2702
 
#: brzlib/builtins.py:4274
 
2702
#: breezy/builtins.py:4274
2703
2703
msgid ""
2704
2704
"When merging from a branch, by default brz will try to merge in all new\n"
2705
2705
"work from the other branch, automatically determining an appropriate base\n"
2706
2706
"revision.  If this fails, you may need to give an explicit base."
2707
2707
msgstr ""
2708
2708
 
2709
 
#: brzlib/builtins.py:4278
 
2709
#: breezy/builtins.py:4278
2710
2710
msgid ""
2711
2711
"To pick a different ending revision, pass \"--revision OTHER\".  brz will\n"
2712
2712
"try to merge in all new work up to and including revision OTHER."
2713
2713
msgstr ""
2714
2714
 
2715
 
#: brzlib/builtins.py:4281
 
2715
#: breezy/builtins.py:4281
2716
2716
msgid ""
2717
2717
"If you specify two values, \"--revision BASE..OTHER\", only revisions BASE\n"
2718
2718
"through OTHER, excluding BASE but including OTHER, will be merged.  If this\n"
2723
2723
"changes from the other branch is not stored in the commit."
2724
2724
msgstr ""
2725
2725
 
2726
 
#: brzlib/builtins.py:4289
 
2726
#: breezy/builtins.py:4289
2727
2727
msgid "Revision numbers are always relative to the source branch."
2728
2728
msgstr ""
2729
2729
 
2730
 
#: brzlib/builtins.py:4291 brzlib/conflicts.py:52 brzlib/conflicts.py:106
 
2730
#: breezy/builtins.py:4291 breezy/conflicts.py:52 breezy/conflicts.py:106
2731
2731
msgid ""
2732
2732
"Merge will do its best to combine the changes in two branches, but there\n"
2733
2733
"are some kinds of problems only a human can fix.  When it encounters those,\n"
2735
2735
"before you can commit."
2736
2736
msgstr ""
2737
2737
 
2738
 
#: brzlib/builtins.py:4296
 
2738
#: breezy/builtins.py:4296
2739
2739
msgid "Use brz resolve when you have fixed a problem.  See also brz conflicts."
2740
2740
msgstr ""
2741
2741
 
2742
 
#: brzlib/builtins.py:4298
 
2742
#: breezy/builtins.py:4298
2743
2743
msgid ""
2744
2744
"If there is no default branch set, the first merge will set it (use\n"
2745
2745
"--no-remember to avoid setting it). After that, you can omit the branch\n"
2747
2747
"only be saved if the remote location can be accessed."
2748
2748
msgstr ""
2749
2749
 
2750
 
#: brzlib/builtins.py:4303
 
2750
#: breezy/builtins.py:4303
2751
2751
msgid ""
2752
2752
"The results of the merge are placed into the destination working\n"
2753
2753
"directory, where they can be reviewed (with brz diff), tested, and then\n"
2754
2754
"committed to record the result of the merge."
2755
2755
msgstr ""
2756
2756
 
2757
 
#: brzlib/builtins.py:4307
 
2757
#: breezy/builtins.py:4307
2758
2758
msgid ""
2759
2759
"merge refuses to run if there are any uncommitted changes, unless\n"
2760
2760
"--force is given.  If --force is given, then the changes from the source \n"
2763
2763
"merge revision which has more than two parents."
2764
2764
msgstr ""
2765
2765
 
2766
 
#: brzlib/builtins.py:4313
 
2766
#: breezy/builtins.py:4313
2767
2767
msgid ""
2768
2768
"If one would like to merge changes from the working tree of the other\n"
2769
2769
"branch without merging any committed revisions, the --uncommitted option\n"
2770
2770
"can be given."
2771
2771
msgstr ""
2772
2772
 
2773
 
#: brzlib/builtins.py:4317
 
2773
#: breezy/builtins.py:4317
2774
2774
msgid ""
2775
2775
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2776
2776
"you to apply each diff hunk and file change, similar to \"shelve\"."
2777
2777
msgstr ""
2778
2778
 
2779
 
#: brzlib/builtins.py:4320
 
2779
#: breezy/builtins.py:4320
2780
2780
msgid ""
2781
2781
":Examples:\n"
2782
2782
"    To merge all new revisions from brz.dev::"
2783
2783
msgstr ""
2784
2784
 
2785
 
#: brzlib/builtins.py:4323
 
2785
#: breezy/builtins.py:4323
2786
2786
msgid "        brz merge ../brz.dev"
2787
2787
msgstr ""
2788
2788
 
2789
 
#: brzlib/builtins.py:4325
 
2789
#: breezy/builtins.py:4325
2790
2790
msgid "    To merge changes up to and including revision 82 from brz.dev::"
2791
2791
msgstr ""
2792
2792
 
2793
 
#: brzlib/builtins.py:4327
 
2793
#: breezy/builtins.py:4327
2794
2794
msgid "        brz merge -r 82 ../brz.dev"
2795
2795
msgstr ""
2796
2796
 
2797
 
#: brzlib/builtins.py:4329
 
2797
#: breezy/builtins.py:4329
2798
2798
msgid "    To merge the changes introduced by 82, without previous changes::"
2799
2799
msgstr ""
2800
2800
 
2801
 
#: brzlib/builtins.py:4331
 
2801
#: breezy/builtins.py:4331
2802
2802
msgid "        brz merge -r 81..82 ../brz.dev"
2803
2803
msgstr ""
2804
2804
 
2805
 
#: brzlib/builtins.py:4333
 
2805
#: breezy/builtins.py:4333
2806
2806
msgid "    To apply a merge directive contained in /tmp/merge::"
2807
2807
msgstr ""
2808
2808
 
2809
 
#: brzlib/builtins.py:4335
 
2809
#: breezy/builtins.py:4335
2810
2810
msgid "        brz merge /tmp/merge"
2811
2811
msgstr ""
2812
2812
 
2813
 
#: brzlib/builtins.py:4337
 
2813
#: breezy/builtins.py:4337
2814
2814
msgid ""
2815
2815
"    To create a merge revision with three parents from two branches\n"
2816
2816
"    feature1a and feature1b:"
2817
2817
msgstr ""
2818
2818
 
2819
 
#: brzlib/builtins.py:4340
 
2819
#: breezy/builtins.py:4340
2820
2820
msgid ""
2821
2821
"        brz merge ../feature1a\n"
2822
2822
"        brz merge ../feature1b --force\n"
2824
2824
msgstr ""
2825
2825
 
2826
2826
# help of 'force' option of 'merge' command
2827
 
#: brzlib/builtins.py:4352
 
2827
#: breezy/builtins.py:4352
2828
2828
msgid "Merge even if the destination tree has uncommitted changes."
2829
2829
msgstr ""
2830
2830
 
2831
2831
# help of 'uncommitted' option of 'merge' command
2832
 
#: brzlib/builtins.py:4358
 
2832
#: breezy/builtins.py:4358
2833
2833
msgid ""
2834
2834
"Apply uncommitted changes from a working copy, instead of branch changes."
2835
2835
msgstr ""
2836
2836
 
2837
2837
# help of 'pull' option of 'merge' command
2838
 
#: brzlib/builtins.py:4360
 
2838
#: breezy/builtins.py:4360
2839
2839
msgid ""
2840
2840
"If the destination is already completely merged into the source, pull from "
2841
2841
"the source rather than merging.  When this happens, you do not need to "
2843
2843
msgstr ""
2844
2844
 
2845
2845
# help of 'directory' option of 'merge' command
2846
 
#: brzlib/builtins.py:4365
 
2846
#: breezy/builtins.py:4365
2847
2847
msgid ""
2848
2848
"Branch to merge into, rather than the one containing the working directory."
2849
2849
msgstr ""
2850
2850
 
2851
2851
# help of 'preview' option of 'merge' command
2852
 
#: brzlib/builtins.py:4367
 
2852
#: breezy/builtins.py:4367
2853
2853
msgid "Instead of merging, show a diff of the merge."
2854
2854
msgstr ""
2855
2855
 
2856
2856
# help of 'interactive' option of 'merge' command
2857
 
#: brzlib/builtins.py:4369
 
2857
#: breezy/builtins.py:4369
2858
2858
msgid "Select changes interactively."
2859
2859
msgstr ""
2860
2860
 
2861
 
#: brzlib/builtins.py:4391
 
2861
#: breezy/builtins.py:4391
2862
2862
msgid ""
2863
2863
"Merging into empty branches not currently supported, https://bugs.launchpad."
2864
2864
"net/brz/+bug/308562"
2865
2865
msgstr ""
2866
2866
 
2867
 
#: brzlib/builtins.py:4418
 
2867
#: breezy/builtins.py:4418
2868
2868
msgid "Cannot use --uncommitted with bundles or merge directives."
2869
2869
msgstr ""
2870
2870
 
2871
 
#: brzlib/builtins.py:4429
 
2871
#: breezy/builtins.py:4429
2872
2872
msgid "Cannot use --uncommitted and --revision at the same time."
2873
2873
msgstr ""
2874
2874
 
2875
 
#: brzlib/builtins.py:4449
 
2875
#: breezy/builtins.py:4449
2876
2876
msgid "merger: "
2877
2877
msgstr ""
2878
2878
 
2879
 
#: brzlib/builtins.py:4451 brzlib/bundle/apply_bundle.py:71
 
2879
#: breezy/builtins.py:4451 breezy/bundle/apply_bundle.py:71
2880
2880
msgid "Nothing to do."
2881
2881
msgstr ""
2882
2882
 
2883
 
#: brzlib/builtins.py:4455
 
2883
#: breezy/builtins.py:4455
2884
2884
msgid "Cannot pull individual files"
2885
2885
msgstr ""
2886
2886
 
2887
 
#: brzlib/builtins.py:4463
 
2887
#: breezy/builtins.py:4463
2888
2888
msgid "This branch has no commits. (perhaps you would prefer 'brz pull')"
2889
2889
msgstr ""
2890
2890
 
2891
 
#: brzlib/builtins.py:4521
 
2891
#: breezy/builtins.py:4521
2892
2892
#, python-format
2893
2893
msgid "Show-base is not supported for this merge type. %s"
2894
2894
msgstr ""
2895
2895
 
2896
 
#: brzlib/builtins.py:4530
 
2896
#: breezy/builtins.py:4530
2897
2897
#, python-format
2898
2898
msgid "Conflict reduction is not supported for merge type %s."
2899
2899
msgstr ""
2900
2900
 
2901
 
#: brzlib/builtins.py:4534
 
2901
#: breezy/builtins.py:4534
2902
2902
msgid "Cannot do conflict reduction and show base."
2903
2903
msgstr ""
2904
2904
 
2905
 
#: brzlib/builtins.py:4645
 
2905
#: breezy/builtins.py:4645
2906
2906
msgid "No location specified or remembered"
2907
2907
msgstr ""
2908
2908
 
2909
 
#: brzlib/builtins.py:4647
 
2909
#: breezy/builtins.py:4647
2910
2910
#, python-brace-format
2911
2911
msgid "{0} remembered {1} location {2}"
2912
2912
msgstr ""
2913
2913
 
2914
 
#: brzlib/builtins.py:4653
 
2914
#: breezy/builtins.py:4653
2915
2915
msgid "Redo a merge."
2916
2916
msgstr ""
2917
2917
 
2918
 
#: brzlib/builtins.py:4655
 
2918
#: breezy/builtins.py:4655
2919
2919
msgid ""
2920
2920
"Use this if you want to try a different merge technique while resolving\n"
2921
2921
"conflicts.  Some merge techniques are better than others, and remerge\n"
2922
2922
"lets you try different ones on different files."
2923
2923
msgstr ""
2924
2924
 
2925
 
#: brzlib/builtins.py:4659
 
2925
#: breezy/builtins.py:4659
2926
2926
msgid ""
2927
2927
"The options for remerge have the same meaning and defaults as the ones for\n"
2928
2928
"merge.  The difference is that remerge can (only) be run when there is a\n"
2929
2929
"pending merge, and it lets you specify particular files."
2930
2930
msgstr ""
2931
2931
 
2932
 
#: brzlib/builtins.py:4663
 
2932
#: breezy/builtins.py:4663
2933
2933
msgid ""
2934
2934
":Examples:\n"
2935
2935
"    Re-do the merge of all conflicted files, and show the base text in\n"
2936
2936
"    conflict regions, in addition to the usual THIS and OTHER texts::"
2937
2937
msgstr ""
2938
2938
 
2939
 
#: brzlib/builtins.py:4667
 
2939
#: breezy/builtins.py:4667
2940
2940
msgid "        brz remerge --show-base"
2941
2941
msgstr ""
2942
2942
 
2943
 
#: brzlib/builtins.py:4669
 
2943
#: breezy/builtins.py:4669
2944
2944
msgid ""
2945
2945
"    Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2946
2946
"    additional processing to reduce the size of conflict regions::"
2947
2947
msgstr ""
2948
2948
 
2949
 
#: brzlib/builtins.py:4672
 
2949
#: breezy/builtins.py:4672
2950
2950
msgid "        brz remerge --merge-type weave --reprocess foobar"
2951
2951
msgstr ""
2952
2952
 
2954
2954
# help of 'show-base' option of 'pull' command
2955
2955
# help of 'show-base' option of 'remerge' command
2956
2956
# help of 'show-base' option of 'update' command
2957
 
#: brzlib/builtins.py:4679
 
2957
#: breezy/builtins.py:4679
2958
2958
msgid "Show base revision text in conflicts."
2959
2959
msgstr ""
2960
2960
 
2961
 
#: brzlib/builtins.py:4691
 
2961
#: breezy/builtins.py:4691
2962
2962
msgid ""
2963
2963
"Sorry, remerge only works after normal merges.  Not cherrypicking or multi-"
2964
2964
"merges."
2965
2965
msgstr ""
2966
2966
 
2967
 
#: brzlib/builtins.py:4749
 
2967
#: breezy/builtins.py:4749
2968
2968
msgid ""
2969
2969
"Set files in the working tree back to the contents of a previous revision."
2970
2970
msgstr ""
2971
2971
 
2972
 
#: brzlib/builtins.py:4751
 
2972
#: breezy/builtins.py:4751
2973
2973
msgid ""
2974
2974
"Giving a list of files will revert only those files.  Otherwise, all files\n"
2975
2975
"will be reverted.  If the revision is not specified with '--revision', the\n"
2978
2978
"the working tree basis revision."
2979
2979
msgstr ""
2980
2980
 
2981
 
#: brzlib/builtins.py:4757
 
2981
#: breezy/builtins.py:4757
2982
2982
msgid ""
2983
2983
"To remove only some changes, without reverting to a prior version, use\n"
2984
2984
"merge instead.  For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2990
2990
"update command."
2991
2991
msgstr ""
2992
2992
 
2993
 
#: brzlib/builtins.py:4766
 
2993
#: breezy/builtins.py:4766
2994
2994
msgid ""
2995
2995
"Uncommitted changes to files that are reverted will be discarded.\n"
2996
2996
"Howver, by default, any files that have been manually changed will be\n"
2998
2998
"files have '.~#~' appended to their name, where # is a number."
2999
2999
msgstr ""
3000
3000
 
3001
 
#: brzlib/builtins.py:4771
 
3001
#: breezy/builtins.py:4771
3002
3002
msgid ""
3003
3003
"When you provide files, you can use their current pathname or the pathname\n"
3004
3004
"from the target revision.  So you can use revert to \"undelete\" a file by\n"
3006
3006
"reverted."
3007
3007
msgstr ""
3008
3008
 
3009
 
#: brzlib/builtins.py:4776
 
3009
#: breezy/builtins.py:4776
3010
3010
msgid ""
3011
3011
"If you have newly added files since the target revision, they will be\n"
3012
3012
"removed.  If the files to be removed have been changed, backups will be\n"
3014
3014
"deleted."
3015
3015
msgstr ""
3016
3016
 
3017
 
#: brzlib/builtins.py:4781
 
3017
#: breezy/builtins.py:4781
3018
3018
msgid ""
3019
3019
"The working tree contains a list of revisions that have been merged but\n"
3020
3020
"not yet committed. These revisions will be included as additional parents\n"
3026
3026
"reverting any files."
3027
3027
msgstr ""
3028
3028
 
3029
 
#: brzlib/builtins.py:4790
 
3029
#: breezy/builtins.py:4790
3030
3030
msgid ""
3031
3031
"Using \"brz revert --forget-merges\", it is possible to apply all of the\n"
3032
3032
"changes from a branch in a single revision.  To do this, perform the merge\n"
3041
3041
msgstr ""
3042
3042
 
3043
3043
# help of 'no-backup' option of 'revert' command
3044
 
#: brzlib/builtins.py:4804
 
3044
#: breezy/builtins.py:4804
3045
3045
msgid "Do not save backups of reverted files."
3046
3046
msgstr ""
3047
3047
 
3048
3048
# help of 'forget-merges' option of 'revert' command
3049
 
#: brzlib/builtins.py:4806
 
3049
#: breezy/builtins.py:4806
3050
3050
msgid "Remove pending merge marker, without changing any files."
3051
3051
msgstr ""
3052
3052
 
3053
 
#: brzlib/builtins.py:4837
 
3053
#: breezy/builtins.py:4837
3054
3054
msgid ""
3055
3055
"Show help on a command or other topic.\n"
3056
3056
"    "
3057
3057
msgstr ""
3058
3058
 
3059
3059
# help of 'long' option of 'help' command
3060
 
#: brzlib/builtins.py:4842
 
3060
#: breezy/builtins.py:4842
3061
3061
msgid "Show help on all commands."
3062
3062
msgstr ""
3063
3063
 
3064
 
#: brzlib/builtins.py:4871
 
3064
#: breezy/builtins.py:4871
3065
3065
msgid "Show unmerged/unpulled revisions between two branches."
3066
3066
msgstr ""
3067
3067
 
3068
 
#: brzlib/builtins.py:4873
 
3068
#: breezy/builtins.py:4873
3069
3069
msgid "OTHER_BRANCH may be local or remote."
3070
3070
msgstr ""
3071
3071
 
3072
 
#: brzlib/builtins.py:4875
 
3072
#: breezy/builtins.py:4875
3073
3073
msgid ""
3074
3074
"To filter on a range of revisions, you can use the command -r begin..end\n"
3075
3075
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
3080
3080
"    0 - no missing revisions"
3081
3081
msgstr ""
3082
3082
 
3083
 
#: brzlib/builtins.py:4885
 
3083
#: breezy/builtins.py:4885
3084
3084
msgid ""
3085
3085
"    Determine the missing revisions between this and the branch at the\n"
3086
3086
"    remembered pull location::"
3087
3087
msgstr ""
3088
3088
 
3089
 
#: brzlib/builtins.py:4888
 
3089
#: breezy/builtins.py:4888
3090
3090
msgid "        brz missing"
3091
3091
msgstr ""
3092
3092
 
3093
 
#: brzlib/builtins.py:4890
 
3093
#: breezy/builtins.py:4890
3094
3094
msgid "    Determine the missing revisions between this and another branch::"
3095
3095
msgstr ""
3096
3096
 
3097
 
#: brzlib/builtins.py:4892
 
3097
#: breezy/builtins.py:4892
3098
3098
msgid "        brz missing http://server/branch"
3099
3099
msgstr ""
3100
3100
 
3101
 
#: brzlib/builtins.py:4894
 
3101
#: breezy/builtins.py:4894
3102
3102
msgid ""
3103
3103
"    Determine the missing revisions up to a specific revision on the other\n"
3104
3104
"    branch::"
3105
3105
msgstr ""
3106
3106
 
3107
 
#: brzlib/builtins.py:4897
 
3107
#: breezy/builtins.py:4897
3108
3108
msgid "        brz missing -r ..-10"
3109
3109
msgstr ""
3110
3110
 
3111
 
#: brzlib/builtins.py:4899
 
3111
#: breezy/builtins.py:4899
3112
3112
msgid ""
3113
3113
"    Determine the missing revisions up to a specific revision on this\n"
3114
3114
"    branch::"
3115
3115
msgstr ""
3116
3116
 
3117
 
#: brzlib/builtins.py:4902
 
3117
#: breezy/builtins.py:4902
3118
3118
msgid "        brz missing --my-revision ..-10"
3119
3119
msgstr ""
3120
3120
 
3121
3121
# help of 'reverse' option of 'missing' command
3122
 
#: brzlib/builtins.py:4909
 
3122
#: breezy/builtins.py:4909
3123
3123
msgid "Reverse the order of revisions."
3124
3124
msgstr ""
3125
3125
 
3126
3126
# help of 'mine-only' option of 'missing' command
3127
 
#: brzlib/builtins.py:4911
 
3127
#: breezy/builtins.py:4911
3128
3128
msgid "Display changes in the local branch only."
3129
3129
msgstr ""
3130
3130
 
3131
3131
# help of 'this' option of 'missing' command
3132
 
#: brzlib/builtins.py:4912
 
3132
#: breezy/builtins.py:4912
3133
3133
msgid "Same as --mine-only."
3134
3134
msgstr ""
3135
3135
 
3136
3136
# help of 'theirs-only' option of 'missing' command
3137
 
#: brzlib/builtins.py:4914
 
3137
#: breezy/builtins.py:4914
3138
3138
msgid "Display changes in the remote branch only."
3139
3139
msgstr ""
3140
3140
 
3141
3141
# help of 'other' option of 'missing' command
3142
 
#: brzlib/builtins.py:4915
 
3142
#: breezy/builtins.py:4915
3143
3143
msgid "Same as --theirs-only."
3144
3144
msgstr ""
3145
3145
 
3146
3146
# help of 'revision' option of 'missing' command
3147
 
#: brzlib/builtins.py:4920
 
3147
#: breezy/builtins.py:4920
3148
3148
msgid ""
3149
3149
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3150
3150
"details."
3151
3151
msgstr ""
3152
3152
 
3153
3153
# help of 'my-revision' option of 'missing' command
3154
 
#: brzlib/builtins.py:4924
 
3154
#: breezy/builtins.py:4924
3155
3155
msgid ""
3156
3156
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3157
3157
"details."
3158
3158
msgstr ""
3159
3159
 
3160
3160
# help of 'include-merged' option of 'missing' command
3161
 
#: brzlib/builtins.py:4927
 
3161
#: breezy/builtins.py:4927
3162
3162
msgid "Show all revisions in addition to the mainline ones."
3163
3163
msgstr ""
3164
3164
 
3165
 
#: brzlib/builtins.py:4981
 
3165
#: breezy/builtins.py:4981
3166
3166
msgid "No peer location known or specified."
3167
3167
msgstr ""
3168
3168
 
3169
 
#: brzlib/builtins.py:4985
 
3169
#: breezy/builtins.py:4985
3170
3170
#, python-brace-format
3171
3171
msgid "Using saved parent location: {0}\n"
3172
3172
msgstr ""
3173
3173
 
3174
 
#: brzlib/builtins.py:5018
 
3174
#: breezy/builtins.py:5018
3175
3175
#, python-format
3176
3176
msgid "You have %d extra revision:\n"
3177
3177
msgid_plural "You have %d extra revisions:\n"
3178
3178
msgstr[0] ""
3179
3179
msgstr[1] ""
3180
3180
 
3181
 
#: brzlib/builtins.py:5038
 
3181
#: breezy/builtins.py:5038
3182
3182
#, python-format
3183
3183
msgid "You are missing %d revision:\n"
3184
3184
msgid_plural "You are missing %d revisions:\n"
3185
3185
msgstr[0] ""
3186
3186
msgstr[1] ""
3187
3187
 
3188
 
#: brzlib/builtins.py:5053
 
3188
#: breezy/builtins.py:5053
3189
3189
msgid "This branch has no new revisions.\n"
3190
3190
msgstr ""
3191
3191
 
3192
 
#: brzlib/builtins.py:5056
 
3192
#: breezy/builtins.py:5056
3193
3193
msgid "Other branch has no new revisions.\n"
3194
3194
msgstr ""
3195
3195
 
3196
 
#: brzlib/builtins.py:5061
 
3196
#: breezy/builtins.py:5061
3197
3197
msgid "Branches are up to date.\n"
3198
3198
msgstr ""
3199
3199
 
3200
 
#: brzlib/builtins.py:5072
 
3200
#: breezy/builtins.py:5072
3201
3201
msgid "Compress the data within a repository."
3202
3202
msgstr ""
3203
3203
 
3204
 
#: brzlib/builtins.py:5074
 
3204
#: breezy/builtins.py:5074
3205
3205
msgid ""
3206
3206
"This operation compresses the data within a bazaar repository. As\n"
3207
3207
"bazaar supports automatic packing of repository, this operation is\n"
3208
3208
"normally not required to be done manually."
3209
3209
msgstr ""
3210
3210
 
3211
 
#: brzlib/builtins.py:5078
 
3211
#: breezy/builtins.py:5078
3212
3212
msgid ""
3213
3213
"During the pack operation, bazaar takes a backup of existing repository\n"
3214
3214
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3217
3217
"used."
3218
3218
msgstr ""
3219
3219
 
3220
 
#: brzlib/builtins.py:5084
 
3220
#: breezy/builtins.py:5084
3221
3221
msgid ""
3222
3222
"Warning: If you use --clean-obsolete-packs and your machine crashes\n"
3223
3223
"during or immediately after repacking, you may be left with a state\n"
3226
3226
msgstr ""
3227
3227
 
3228
3228
# help of 'clean-obsolete-packs' option of 'pack' command
3229
 
#: brzlib/builtins.py:5093
 
3229
#: breezy/builtins.py:5093
3230
3230
msgid "Delete obsolete packs to save disk space."
3231
3231
msgstr ""
3232
3232
 
3233
 
#: brzlib/builtins.py:5107
 
3233
#: breezy/builtins.py:5107
3234
3234
msgid "List the installed plugins."
3235
3235
msgstr ""
3236
3236
 
3237
 
#: brzlib/builtins.py:5109
 
3237
#: breezy/builtins.py:5109
3238
3238
msgid ""
3239
3239
"This command displays the list of installed plugins including\n"
3240
3240
"version of plugin and a short description of each."
3241
3241
msgstr ""
3242
3242
 
3243
 
#: brzlib/builtins.py:5112
 
3243
#: breezy/builtins.py:5112
3244
3244
msgid "--verbose shows the path where each plugin is located."
3245
3245
msgstr ""
3246
3246
 
3247
 
#: brzlib/builtins.py:5114
 
3247
#: breezy/builtins.py:5114
3248
3248
msgid ""
3249
3249
"A plugin is an external component for Bazaar that extends the\n"
3250
3250
"revision control system, by adding or replacing code in Bazaar.\n"
3253
3253
"customizing log output."
3254
3254
msgstr ""
3255
3255
 
3256
 
#: brzlib/builtins.py:5120
 
3256
#: breezy/builtins.py:5120
3257
3257
msgid ""
3258
3258
"See the Bazaar Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/>\n"
3259
3259
"for further information on plugins including where to find them and how to\n"
3261
3261
"plugins using the Python programming language."
3262
3262
msgstr ""
3263
3263
 
3264
 
#: brzlib/builtins.py:5136
 
3264
#: breezy/builtins.py:5136
3265
3265
msgid "Show testament (signing-form) of a revision."
3266
3266
msgstr ""
3267
3267
 
3268
3268
# help of 'long' option of 'testament' command
3269
 
#: brzlib/builtins.py:5139
 
3269
#: breezy/builtins.py:5139
3270
3270
msgid "Produce long-format testament."
3271
3271
msgstr ""
3272
3272
 
3273
3273
# help of 'strict' option of 'testament' command
3274
 
#: brzlib/builtins.py:5141
 
3274
#: breezy/builtins.py:5141
3275
3275
msgid "Produce a strict-format testament."
3276
3276
msgstr ""
3277
3277
 
3278
 
#: brzlib/builtins.py:5168
 
3278
#: breezy/builtins.py:5168
3279
3279
msgid "Show the origin of each line in a file."
3280
3280
msgstr ""
3281
3281
 
3282
 
#: brzlib/builtins.py:5170
 
3282
#: breezy/builtins.py:5170
3283
3283
msgid ""
3284
3284
"This prints out the given file with an annotation on the left side\n"
3285
3285
"indicating which revision, author and date introduced the change."
3286
3286
msgstr ""
3287
3287
 
3288
 
#: brzlib/builtins.py:5173
 
3288
#: breezy/builtins.py:5173
3289
3289
msgid ""
3290
3290
"If the origin is the same for a run of consecutive lines, it is\n"
3291
3291
"shown only at the top, unless the --all option is given."
3292
3292
msgstr ""
3293
3293
 
3294
3294
# help of 'all' option of 'annotate' command
3295
 
#: brzlib/builtins.py:5181
 
3295
#: breezy/builtins.py:5181
3296
3296
msgid "Show annotations on all lines."
3297
3297
msgstr ""
3298
3298
 
3299
3299
# help of 'long' option of 'annotate' command
3300
 
#: brzlib/builtins.py:5182
 
3300
#: breezy/builtins.py:5182
3301
3301
msgid "Show commit date in annotations."
3302
3302
msgstr ""
3303
3303
 
3304
 
#: brzlib/builtins.py:5269
 
3304
#: breezy/builtins.py:5269
3305
3305
msgid "Cannot sign a range of non-revision-history revisions"
3306
3306
msgstr ""
3307
3307
 
3308
 
#: brzlib/builtins.py:5281
 
3308
#: breezy/builtins.py:5281
3309
3309
msgid "Please supply either one revision, or a range."
3310
3310
msgstr ""
3311
3311
 
3312
 
#: brzlib/builtins.py:5285
 
3312
#: breezy/builtins.py:5285
3313
3313
msgid ""
3314
3314
"Convert the current branch into a checkout of the supplied branch.\n"
3315
3315
"If no branch is supplied, rebind to the last bound location."
3316
3316
msgstr ""
3317
3317
 
3318
 
#: brzlib/builtins.py:5288
 
3318
#: breezy/builtins.py:5288
3319
3319
msgid ""
3320
3320
"Once converted into a checkout, commits must succeed on the master branch\n"
3321
3321
"before they will be applied to the local branch."
3322
3322
msgstr ""
3323
3323
 
3324
 
#: brzlib/builtins.py:5291
 
3324
#: breezy/builtins.py:5291
3325
3325
msgid ""
3326
3326
"Bound branches use the nickname of its master branch unless it is set\n"
3327
3327
"locally, in which case binding will update the local nickname to be\n"
3328
3328
"that of the master."
3329
3329
msgstr ""
3330
3330
 
3331
 
#: brzlib/builtins.py:5306
 
3331
#: breezy/builtins.py:5306
3332
3332
msgid "No location supplied.  This format does not remember old locations."
3333
3333
msgstr ""
3334
3334
 
3335
 
#: brzlib/builtins.py:5312
 
3335
#: breezy/builtins.py:5312
3336
3336
msgid "Branch is already bound"
3337
3337
msgstr ""
3338
3338
 
3339
 
#: brzlib/builtins.py:5315
 
3339
#: breezy/builtins.py:5315
3340
3340
msgid "No location supplied and no previous location known"
3341
3341
msgstr ""
3342
3342
 
3343
 
#: brzlib/builtins.py:5321
 
3343
#: breezy/builtins.py:5321
3344
3344
msgid "These branches have diverged. Try merging, and then bind again."
3345
3345
msgstr ""
3346
3346
 
3347
 
#: brzlib/builtins.py:5328
 
3347
#: breezy/builtins.py:5328
3348
3348
msgid "Convert the current checkout into a regular branch."
3349
3349
msgstr ""
3350
3350
 
3351
 
#: brzlib/builtins.py:5330
 
3351
#: breezy/builtins.py:5330
3352
3352
msgid ""
3353
3353
"After unbinding, the local branch is considered independent and subsequent\n"
3354
3354
"commits will be local only."
3355
3355
msgstr ""
3356
3356
 
3357
 
#: brzlib/builtins.py:5341
 
3357
#: breezy/builtins.py:5341
3358
3358
msgid "Local branch is not bound"
3359
3359
msgstr ""
3360
3360
 
3361
 
#: brzlib/builtins.py:5345
 
3361
#: breezy/builtins.py:5345
3362
3362
msgid "Remove the last committed revision."
3363
3363
msgstr ""
3364
3364
 
3365
 
#: brzlib/builtins.py:5347
 
3365
#: breezy/builtins.py:5347
3366
3366
msgid ""
3367
3367
"--verbose will print out what is being removed.\n"
3368
3368
"--dry-run will go through all the motions, but not actually\n"
3369
3369
"remove anything."
3370
3370
msgstr ""
3371
3371
 
3372
 
#: brzlib/builtins.py:5351
 
3372
#: breezy/builtins.py:5351
3373
3373
msgid ""
3374
3374
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3375
3375
"specified revision.  For example, \"brz uncommit -r 15\" will leave the\n"
3376
3376
"branch at revision 15."
3377
3377
msgstr ""
3378
3378
 
3379
 
#: brzlib/builtins.py:5355
 
3379
#: breezy/builtins.py:5355
3380
3380
msgid ""
3381
3381
"Uncommit leaves the working tree ready for a new commit.  The only change\n"
3382
3382
"it may make is to restore any pending merges that were present before\n"
3384
3384
msgstr ""
3385
3385
 
3386
3386
# help of 'dry-run' option of 'uncommit' command
3387
 
#: brzlib/builtins.py:5366
 
3387
#: breezy/builtins.py:5366
3388
3388
msgid "Don't actually make changes."
3389
3389
msgstr ""
3390
3390
 
3391
3391
# help of 'force' option of 'uncommit' command
3392
 
#: brzlib/builtins.py:5367
 
3392
#: breezy/builtins.py:5367
3393
3393
msgid "Say yes to all questions."
3394
3394
msgstr ""
3395
3395
 
3396
3396
# help of 'keep-tags' option of 'uncommit' command
3397
 
#: brzlib/builtins.py:5369
 
3397
#: breezy/builtins.py:5369
3398
3398
msgid "Keep tags that point to removed revisions."
3399
3399
msgstr ""
3400
3400
 
3401
3401
# help of 'local' option of 'uncommit' command
3402
 
#: brzlib/builtins.py:5371
 
3402
#: breezy/builtins.py:5371
3403
3403
msgid "Only remove the commits from the local branch when in a checkout."
3404
3404
msgstr ""
3405
3405
 
3406
 
#: brzlib/builtins.py:5420
 
3406
#: breezy/builtins.py:5420
3407
3407
msgid "No revisions to uncommit.\n"
3408
3408
msgstr ""
3409
3409
 
3410
 
#: brzlib/builtins.py:5435
 
3410
#: breezy/builtins.py:5435
3411
3411
msgid "Dry-run, pretending to remove the above revisions.\n"
3412
3412
msgstr ""
3413
3413
 
3414
 
#: brzlib/builtins.py:5438
 
3414
#: breezy/builtins.py:5438
3415
3415
msgid "The above revision(s) will be removed.\n"
3416
3416
msgstr ""
3417
3417
 
3418
 
#: brzlib/builtins.py:5442
 
3418
#: breezy/builtins.py:5442
3419
3419
msgid "Uncommit these revisions"
3420
3420
msgstr ""
3421
3421
 
3422
 
#: brzlib/builtins.py:5445
 
3422
#: breezy/builtins.py:5445
3423
3423
msgid "Canceled\n"
3424
3424
msgstr ""
3425
3425
 
3426
 
#: brzlib/builtins.py:5452
 
3426
#: breezy/builtins.py:5452
3427
3427
#, python-format
3428
3428
msgid ""
3429
3429
"You can restore the old tip by running:\n"
3430
3430
"  brz pull . -r revid:%s\n"
3431
3431
msgstr ""
3432
3432
 
3433
 
#: brzlib/builtins.py:5457
 
3433
#: breezy/builtins.py:5457
3434
3434
msgid "Break a dead lock."
3435
3435
msgstr ""
3436
3436
 
3437
 
#: brzlib/builtins.py:5459
 
3437
#: breezy/builtins.py:5459
3438
3438
msgid ""
3439
3439
"This command breaks a lock on a repository, branch, working directory or\n"
3440
3440
"config file."
3441
3441
msgstr ""
3442
3442
 
3443
 
#: brzlib/builtins.py:5462
 
3443
#: breezy/builtins.py:5462
3444
3444
msgid ""
3445
3445
"CAUTION: Locks should only be broken when you are sure that the process\n"
3446
3446
"holding the lock has been stopped."
3447
3447
msgstr ""
3448
3448
 
3449
 
#: brzlib/builtins.py:5465
 
3449
#: breezy/builtins.py:5465
3450
3450
msgid ""
3451
3451
"You can get information on what locks are open via the 'brz info\n"
3452
3452
"[location]' command."
3453
3453
msgstr ""
3454
3454
 
3455
 
#: brzlib/builtins.py:5468
 
3455
#: breezy/builtins.py:5468
3456
3456
msgid ""
3457
3457
":Examples:\n"
3458
3458
"    brz break-lock\n"
3461
3461
msgstr ""
3462
3462
 
3463
3463
# help of 'config' option of 'break-lock' command
3464
 
#: brzlib/builtins.py:5477
 
3464
#: breezy/builtins.py:5477
3465
3465
msgid "LOCATION is the directory where the config lock is."
3466
3466
msgstr ""
3467
3467
 
3468
3468
# help of 'force' option of 'break-lock' command
3469
 
#: brzlib/builtins.py:5479
 
3469
#: breezy/builtins.py:5479
3470
3470
msgid "Do not ask for confirmation before breaking the lock."
3471
3471
msgstr ""
3472
3472
 
3473
3473
# help of 'protocol=bzr' option of 'serve' command
3474
 
#: brzlib/builtins.py:5514
 
3474
#: breezy/builtins.py:5514
3475
3475
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3476
3476
msgstr ""
3477
3477
 
3478
 
#: brzlib/builtins.py:5515
 
3478
#: breezy/builtins.py:5515
3479
3479
msgid "Run the brz server."
3480
3480
msgstr ""
3481
3481
 
3482
3482
# help of 'inet' option of 'serve' command
3483
 
#: brzlib/builtins.py:5521
 
3483
#: breezy/builtins.py:5521
3484
3484
msgid "Serve on stdin/out for use from inetd or sshd."
3485
3485
msgstr ""
3486
3486
 
3487
3487
# title of 'protocol' option of 'serve' command
3488
 
#: brzlib/builtins.py:5522
 
3488
#: breezy/builtins.py:5522
3489
3489
msgid "protocol"
3490
3490
msgstr ""
3491
3491
 
3492
3492
# help of 'protocol' option of 'serve' command
3493
 
#: brzlib/builtins.py:5523
 
3493
#: breezy/builtins.py:5523
3494
3494
msgid "Protocol to serve."
3495
3495
msgstr ""
3496
3496
 
3497
3497
# help of 'listen' option of 'serve' command
3498
 
#: brzlib/builtins.py:5527
 
3498
#: breezy/builtins.py:5527
3499
3499
msgid "Listen for connections on nominated address."
3500
3500
msgstr ""
3501
3501
 
3502
3502
# help of 'port' option of 'serve' command
3503
 
#: brzlib/builtins.py:5529
 
3503
#: breezy/builtins.py:5529
3504
3504
msgid ""
3505
3505
"Listen for connections on nominated port.  Passing 0 as the port number will "
3506
3506
"result in a dynamically allocated port.  The default port depends on the "
3508
3508
msgstr ""
3509
3509
 
3510
3510
# help of 'directory' option of 'serve' command
3511
 
#: brzlib/builtins.py:5534
 
3511
#: breezy/builtins.py:5534
3512
3512
msgid "Serve contents of this directory."
3513
3513
msgstr ""
3514
3514
 
3515
3515
# help of 'allow-writes' option of 'serve' command
3516
 
#: brzlib/builtins.py:5536
 
3516
#: breezy/builtins.py:5536
3517
3517
msgid ""
3518
3518
"By default the server is a readonly server.  Supplying --allow-writes "
3519
3519
"enables write access to the contents of the served directory and below.  "
3523
3523
msgstr ""
3524
3524
 
3525
3525
# help of 'client-timeout' option of 'serve' command
3526
 
#: brzlib/builtins.py:5545
 
3526
#: breezy/builtins.py:5545
3527
3527
msgid "Override the default idle client timeout (5min)."
3528
3528
msgstr ""
3529
3529
 
3530
 
#: brzlib/builtins.py:5563
 
3530
#: breezy/builtins.py:5563
3531
3531
msgid "Combine a tree into its containing tree."
3532
3532
msgstr ""
3533
3533
 
3534
 
#: brzlib/builtins.py:5565
 
3534
#: breezy/builtins.py:5565
3535
3535
msgid "This command requires the target tree to be in a rich-root format."
3536
3536
msgstr ""
3537
3537
 
3538
 
#: brzlib/builtins.py:5567
 
3538
#: breezy/builtins.py:5567
3539
3539
msgid ""
3540
3540
"The TREE argument should be an independent tree, inside another tree, but\n"
3541
3541
"not part of it.  (Such trees can be produced by \"brz split\", but also by\n"
3542
3542
"running \"brz branch\" with the target inside a tree.)"
3543
3543
msgstr ""
3544
3544
 
3545
 
#: brzlib/builtins.py:5571
 
3545
#: breezy/builtins.py:5571
3546
3546
msgid ""
3547
3547
"The result is a combined tree, with the subtree no longer an independent\n"
3548
3548
"part.  This is marked as a merge of the subtree into the containing tree,\n"
3549
3549
"and all history is preserved."
3550
3550
msgstr ""
3551
3551
 
3552
 
#: brzlib/builtins.py:5589
 
3552
#: breezy/builtins.py:5589
3553
3553
#, python-format
3554
3554
msgid ""
3555
3555
"Can't join trees because %s doesn't support rich root data.\n"
3556
3556
"You can use brz upgrade on the repository."
3557
3557
msgstr ""
3558
3558
 
3559
 
#: brzlib/builtins.py:5599 brzlib/builtins.py:5605
 
3559
#: breezy/builtins.py:5599 breezy/builtins.py:5605
3560
3560
#, python-brace-format
3561
3561
msgid "Cannot join {0}.  {1}"
3562
3562
msgstr ""
3563
3563
 
3564
 
#: brzlib/builtins.py:5609
 
3564
#: breezy/builtins.py:5609
3565
3565
msgid "Split a subdirectory of a tree into a separate tree."
3566
3566
msgstr ""
3567
3567
 
3568
 
#: brzlib/builtins.py:5611
 
3568
#: breezy/builtins.py:5611
3569
3569
msgid ""
3570
3570
"This command will produce a target tree in a format that supports\n"
3571
3571
"rich roots, like 'rich-root' or 'rich-root-pack'.  These formats cannot be\n"
3572
3572
"converted into earlier formats like 'dirstate-tags'."
3573
3573
msgstr ""
3574
3574
 
3575
 
#: brzlib/builtins.py:5615
 
3575
#: breezy/builtins.py:5615
3576
3576
msgid ""
3577
3577
"The TREE argument should be a subdirectory of a working tree.  That\n"
3578
3578
"subdirectory will be converted into an independent tree, with its own\n"
3579
3579
"branch.  Commits in the top-level tree will not apply to the new subtree."
3580
3580
msgstr ""
3581
3581
 
3582
 
#: brzlib/builtins.py:5695
 
3582
#: breezy/builtins.py:5695
3583
3583
msgid "No submit branch specified or known"
3584
3584
msgstr ""
3585
3585
 
3586
 
#: brzlib/builtins.py:5704 brzlib/send.py:109
 
3586
#: breezy/builtins.py:5704 breezy/send.py:109
3587
3587
msgid "No public branch specified or known"
3588
3588
msgstr ""
3589
3589
 
3590
 
#: brzlib/builtins.py:5709
 
3590
#: breezy/builtins.py:5709
3591
3591
msgid "brz merge-directive takes at most two one revision identifiers"
3592
3592
msgstr ""
3593
3593
 
3594
 
#: brzlib/builtins.py:5718
 
3594
#: breezy/builtins.py:5718
3595
3595
msgid "No revisions to bundle."
3596
3596
msgstr ""
3597
3597
 
3598
 
#: brzlib/builtins.py:5737
 
3598
#: breezy/builtins.py:5737
3599
3599
msgid "Mail or create a merge-directive for submitting changes."
3600
3600
msgstr ""
3601
3601
 
3602
 
#: brzlib/builtins.py:5739
 
3602
#: breezy/builtins.py:5739
3603
3603
msgid "A merge directive provides many things needed for requesting merges:"
3604
3604
msgstr ""
3605
3605
 
3606
 
#: brzlib/builtins.py:5741
 
3606
#: breezy/builtins.py:5741
3607
3607
msgid "* A machine-readable description of the merge to perform"
3608
3608
msgstr ""
3609
3609
 
3610
 
#: brzlib/builtins.py:5743
 
3610
#: breezy/builtins.py:5743
3611
3611
msgid "* An optional patch that is a preview of the changes requested"
3612
3612
msgstr ""
3613
3613
 
3614
 
#: brzlib/builtins.py:5745
 
3614
#: breezy/builtins.py:5745
3615
3615
msgid ""
3616
3616
"* An optional bundle of revision data, so that the changes can be applied\n"
3617
3617
"  directly from the merge directive, without retrieving data from a\n"
3618
3618
"  branch."
3619
3619
msgstr ""
3620
3620
 
3621
 
#: brzlib/builtins.py:5749
 
3621
#: breezy/builtins.py:5749
3622
3622
msgid ""
3623
3623
"`brz send` creates a compact data set that, when applied using brz\n"
3624
3624
"merge, has the same effect as merging from the source branch.  "
3625
3625
msgstr ""
3626
3626
 
3627
 
#: brzlib/builtins.py:5752
 
3627
#: breezy/builtins.py:5752
3628
3628
msgid ""
3629
3629
"By default the merge directive is self-contained and can be applied to any\n"
3630
3630
"branch containing submit_branch in its ancestory without needing access to\n"
3631
3631
"the source branch."
3632
3632
msgstr ""
3633
3633
 
3634
 
#: brzlib/builtins.py:5756
 
3634
#: breezy/builtins.py:5756
3635
3635
msgid ""
3636
3636
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3637
3637
"revisions, but only a structured request to merge from the\n"
3640
3640
"included if known, so that people can check it later."
3641
3641
msgstr ""
3642
3642
 
3643
 
#: brzlib/builtins.py:5762
 
3643
#: breezy/builtins.py:5762
3644
3644
msgid ""
3645
3645
"The submit branch defaults to the parent of the source branch, but can be\n"
3646
3646
"overridden.  Both submit branch and public branch will be remembered in\n"
3649
3649
"be changed using --from."
3650
3650
msgstr ""
3651
3651
 
3652
 
#: brzlib/builtins.py:5768
 
3652
#: breezy/builtins.py:5768
3653
3653
msgid ""
3654
3654
"Both the submit branch and the public branch follow the usual behavior with\n"
3655
3655
"respect to --remember: If there is no default location set, the first send\n"
3658
3658
"--remember. The value will only be saved if the location can be accessed."
3659
3659
msgstr ""
3660
3660
 
3661
 
#: brzlib/builtins.py:5774
 
3661
#: breezy/builtins.py:5774
3662
3662
msgid ""
3663
3663
"In order to calculate those changes, brz must analyse the submit branch.\n"
3664
3664
"Therefore it is most efficient for the submit branch to be a local mirror.\n"
3666
3666
"in the merge directive."
3667
3667
msgstr ""
3668
3668
 
3669
 
#: brzlib/builtins.py:5779
 
3669
#: breezy/builtins.py:5779
3670
3670
msgid ""
3671
3671
"The default behaviour is to send the merge directive by mail, unless -o is\n"
3672
3672
"given, in which case it is sent to a file."
3673
3673
msgstr ""
3674
3674
 
3675
 
#: brzlib/builtins.py:5782
 
3675
#: breezy/builtins.py:5782
3676
3676
msgid ""
3677
3677
"Mail is sent using your preferred mail program.  This should be transparent\n"
3678
3678
"on Windows (it uses MAPI).  On Unix, it requires the xdg-email utility.\n"
3679
3679
"If the preferred client can't be found (or used), your editor will be used."
3680
3680
msgstr ""
3681
3681
 
3682
 
#: brzlib/builtins.py:5786
 
3682
#: breezy/builtins.py:5786
3683
3683
msgid ""
3684
3684
"To use a specific mail program, set the mail_client configuration option.\n"
3685
3685
"(For Thunderbird 1.5, this works around some bugs.)  Supported values for\n"
3691
3691
"supported clients."
3692
3692
msgstr ""
3693
3693
 
3694
 
#: brzlib/builtins.py:5793
 
3694
#: breezy/builtins.py:5793
3695
3695
msgid ""
3696
3696
"If mail is being sent, a to address is required.  This can be supplied\n"
3697
3697
"either on the commandline, by setting the submit_to configuration\n"
3699
3699
"in the submit branch."
3700
3700
msgstr ""
3701
3701
 
3702
 
#: brzlib/builtins.py:5798
 
3702
#: breezy/builtins.py:5798
3703
3703
msgid ""
3704
3704
"Two formats are currently supported: \"4\" uses revision bundle format 4 "
3705
3705
"and\n"
3709
3709
"format 1.  It is compatible with Bazaar 0.12 - 0.18."
3710
3710
msgstr ""
3711
3711
 
3712
 
#: brzlib/builtins.py:5804
 
3712
#: breezy/builtins.py:5804
3713
3713
msgid ""
3714
3714
"The merge directives created by brz send may be applied using brz merge or\n"
3715
3715
"brz pull by specifying a file containing a merge directive as the location."
3716
3716
msgstr ""
3717
3717
 
3718
 
#: brzlib/builtins.py:5807
 
3718
#: breezy/builtins.py:5807
3719
3719
msgid ""
3720
3720
"brz send makes extensive use of public locations to map local locations "
3721
3721
"into\n"
3724
3724
msgstr ""
3725
3725
 
3726
3726
# help of 'output' option of 'send' command
3727
 
#: brzlib/builtins.py:5831
 
3727
#: breezy/builtins.py:5831
3728
3728
msgid "Write merge directive to this file or directory; use - for stdout."
3729
3729
msgstr ""
3730
3730
 
3731
3731
# help of 'strict' option of 'send' command
3732
 
#: brzlib/builtins.py:5835
 
3732
#: breezy/builtins.py:5835
3733
3733
msgid ""
3734
3734
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3735
3735
"strict disables the check."
3736
3736
msgstr ""
3737
3737
 
3738
3738
# help of 'mail-to' option of 'send' command
3739
 
#: brzlib/builtins.py:5837
 
3739
#: breezy/builtins.py:5837
3740
3740
msgid "Mail the request to this address."
3741
3741
msgstr ""
3742
3742
 
3743
3743
# help of 'body' option of 'send' command
3744
 
#: brzlib/builtins.py:5841
 
3744
#: breezy/builtins.py:5841
3745
3745
msgid "Body for the email."
3746
3746
msgstr ""
3747
3747
 
3748
3748
# help of 'no-bundle' option of 'send' command
3749
 
#: brzlib/builtins.py:5894
 
3749
#: breezy/builtins.py:5894
3750
3750
msgid "Do not include a bundle in the merge directive."
3751
3751
msgstr ""
3752
3752
 
3753
3753
# help of 'no-patch' option of 'send' command
3754
 
#: brzlib/builtins.py:5895
 
3754
#: breezy/builtins.py:5895
3755
3755
msgid "Do not include a preview patch in the merge directive."
3756
3756
msgstr ""
3757
3757
 
3758
3758
# help of 'remember' option of 'send' command
3759
 
#: brzlib/builtins.py:5898
 
3759
#: breezy/builtins.py:5898
3760
3760
msgid "Remember submit and public branch."
3761
3761
msgstr ""
3762
3762
 
3763
3763
# help of 'from' option of 'send' command
3764
 
#: brzlib/builtins.py:5900
 
3764
#: breezy/builtins.py:5900
3765
3765
msgid ""
3766
3766
"Branch to generate the submission from, rather than the one containing the "
3767
3767
"working directory."
3769
3769
 
3770
3770
# title of 'format' option of 'send' command
3771
3771
# title of 'format' option of 'version-info' command
3772
 
#: brzlib/builtins.py:5910 brzlib/cmd_version_info.py:76
 
3772
#: breezy/builtins.py:5910 breezy/cmd_version_info.py:76
3773
3773
msgid "format"
3774
3774
msgstr ""
3775
3775
 
3776
3776
# help of 'format' option of 'send' command
3777
 
#: brzlib/builtins.py:5911
 
3777
#: breezy/builtins.py:5911
3778
3778
msgid "Use the specified output format."
3779
3779
msgstr ""
3780
3780
 
3781
 
#: brzlib/builtins.py:5933
 
3781
#: breezy/builtins.py:5933
3782
3782
msgid "Create, remove or modify a tag naming a revision."
3783
3783
msgstr ""
3784
3784
 
3785
 
#: brzlib/builtins.py:5935
 
3785
#: breezy/builtins.py:5935
3786
3786
msgid ""
3787
3787
"Tags give human-meaningful names to revisions.  Commands that take a -r\n"
3788
3788
"(--revision) option can be given -rtag:X, where X is any previously\n"
3789
3789
"created tag."
3790
3790
msgstr ""
3791
3791
 
3792
 
#: brzlib/builtins.py:5939
 
3792
#: breezy/builtins.py:5939
3793
3793
msgid ""
3794
3794
"Tags are stored in the branch.  Tags are copied from one branch to another\n"
3795
3795
"along when you branch, push, pull or merge."
3796
3796
msgstr ""
3797
3797
 
3798
 
#: brzlib/builtins.py:5942
 
3798
#: breezy/builtins.py:5942
3799
3799
msgid ""
3800
3800
"It is an error to give a tag name that already exists unless you pass\n"
3801
3801
"--force, in which case the tag is moved to point to the new revision."
3802
3802
msgstr ""
3803
3803
 
3804
 
#: brzlib/builtins.py:5945
 
3804
#: breezy/builtins.py:5945
3805
3805
msgid ""
3806
3806
"To rename a tag (change the name but keep it on the same revsion), run "
3807
3807
"``brz\n"
3808
3808
"tag new-name -r tag:old-name`` and then ``brz tag --delete oldname``."
3809
3809
msgstr ""
3810
3810
 
3811
 
#: brzlib/builtins.py:5948
 
3811
#: breezy/builtins.py:5948
3812
3812
msgid ""
3813
3813
"If no tag name is specified it will be determined through the \n"
3814
3814
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3817
3817
msgstr ""
3818
3818
 
3819
3819
# help of 'delete' option of 'tag' command
3820
 
#: brzlib/builtins.py:5958
 
3820
#: breezy/builtins.py:5958
3821
3821
msgid "Delete this tag rather than placing it."
3822
3822
msgstr ""
3823
3823
 
3824
3824
# help of 'directory' option of 'tag' command
3825
 
#: brzlib/builtins.py:5961
 
3825
#: breezy/builtins.py:5961
3826
3826
msgid "Branch in which to place the tag."
3827
3827
msgstr ""
3828
3828
 
3829
3829
# help of 'force' option of 'tag' command
3830
 
#: brzlib/builtins.py:5963
 
3830
#: breezy/builtins.py:5963
3831
3831
msgid "Replace existing tags."
3832
3832
msgstr ""
3833
3833
 
3834
 
#: brzlib/builtins.py:5978
 
3834
#: breezy/builtins.py:5978
3835
3835
msgid "No tag specified to delete."
3836
3836
msgstr ""
3837
3837
 
3838
 
#: brzlib/builtins.py:5980
 
3838
#: breezy/builtins.py:5980
3839
3839
#, python-format
3840
3840
msgid "Deleted tag %s."
3841
3841
msgstr ""
3842
3842
 
3843
 
#: brzlib/builtins.py:5985
 
3843
#: breezy/builtins.py:5985
3844
3844
msgid "Tags can only be placed on a single revision, not on a range"
3845
3845
msgstr ""
3846
3846
 
3847
 
#: brzlib/builtins.py:5994
 
3847
#: breezy/builtins.py:5994
3848
3848
msgid "Please specify a tag name."
3849
3849
msgstr ""
3850
3850
 
3851
 
#: brzlib/builtins.py:6002
 
3851
#: breezy/builtins.py:6002
3852
3852
#, python-format
3853
3853
msgid "Tag %s already exists for that revision."
3854
3854
msgstr ""
3855
3855
 
3856
 
#: brzlib/builtins.py:6006
 
3856
#: breezy/builtins.py:6006
3857
3857
#, python-format
3858
3858
msgid "Created tag %s."
3859
3859
msgstr ""
3860
3860
 
3861
 
#: brzlib/builtins.py:6008
 
3861
#: breezy/builtins.py:6008
3862
3862
#, python-format
3863
3863
msgid "Updated tag %s."
3864
3864
msgstr ""
3865
3865
 
3866
 
#: brzlib/builtins.py:6012
 
3866
#: breezy/builtins.py:6012
3867
3867
msgid "List tags."
3868
3868
msgstr ""
3869
3869
 
3870
 
#: brzlib/builtins.py:6014
 
3870
#: breezy/builtins.py:6014
3871
3871
msgid ""
3872
3872
"This command shows a table of tag names and the revisions they reference."
3873
3873
msgstr ""
3874
3874
 
3875
3875
# help of 'directory' option of 'tags' command
3876
 
#: brzlib/builtins.py:6020
 
3876
#: breezy/builtins.py:6020
3877
3877
msgid "Branch whose tags should be displayed."
3878
3878
msgstr ""
3879
3879
 
3880
3880
# help of 'sort' option of 'tags' command
3881
 
#: brzlib/builtins.py:6022
 
3881
#: breezy/builtins.py:6022
3882
3882
msgid "Sort tags by different criteria."
3883
3883
msgstr ""
3884
3884
 
3885
3885
# title of 'sort' option of 'tags' command
3886
 
#: brzlib/builtins.py:6022
 
3886
#: breezy/builtins.py:6022
3887
3887
msgid "Sorting"
3888
3888
msgstr ""
3889
3889
 
3890
 
#: brzlib/builtins.py:6091
 
3890
#: breezy/builtins.py:6091
3891
3891
msgid "Reconfigure the type of a brz directory."
3892
3892
msgstr ""
3893
3893
 
3894
 
#: brzlib/builtins.py:6093
 
3894
#: breezy/builtins.py:6093
3895
3895
msgid "A target configuration must be specified."
3896
3896
msgstr ""
3897
3897
 
3898
 
#: brzlib/builtins.py:6095
 
3898
#: breezy/builtins.py:6095
3899
3899
msgid ""
3900
3900
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3901
3901
"The order of preference is\n"
3907
3907
msgstr ""
3908
3908
 
3909
3909
# title of 'tree_type' option of 'reconfigure' command
3910
 
#: brzlib/builtins.py:6109
 
3910
#: breezy/builtins.py:6109
3911
3911
msgid "Tree type"
3912
3912
msgstr ""
3913
3913
 
3914
3914
# help of 'tree_type' option of 'reconfigure' command
3915
 
#: brzlib/builtins.py:6110
 
3915
#: breezy/builtins.py:6110
3916
3916
msgid "The relation between branch and tree."
3917
3917
msgstr ""
3918
3918
 
3919
3919
# help of 'tree_type=branch' option of 'reconfigure' command
3920
 
#: brzlib/builtins.py:6112
 
3920
#: breezy/builtins.py:6112
3921
3921
msgid "Reconfigure to be an unbound branch with no working tree."
3922
3922
msgstr ""
3923
3923
 
3924
3924
# help of 'tree_type=tree' option of 'reconfigure' command
3925
 
#: brzlib/builtins.py:6113
 
3925
#: breezy/builtins.py:6113
3926
3926
msgid "Reconfigure to be an unbound branch with a working tree."
3927
3927
msgstr ""
3928
3928
 
3929
3929
# help of 'tree_type=checkout' option of 'reconfigure' command
3930
 
#: brzlib/builtins.py:6114
 
3930
#: breezy/builtins.py:6114
3931
3931
msgid "Reconfigure to be a bound branch with a working tree."
3932
3932
msgstr ""
3933
3933
 
3934
3934
# help of 'tree_type=lightweight-checkout' option of 'reconfigure' command
3935
 
#: brzlib/builtins.py:6115
 
3935
#: breezy/builtins.py:6115
3936
3936
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3937
3937
msgstr ""
3938
3938
 
3939
3939
# title of 'repository_type' option of 'reconfigure' command
3940
 
#: brzlib/builtins.py:6120
 
3940
#: breezy/builtins.py:6120
3941
3941
msgid "Repository type"
3942
3942
msgstr ""
3943
3943
 
3944
3944
# help of 'repository_type' option of 'reconfigure' command
3945
 
#: brzlib/builtins.py:6121
 
3945
#: breezy/builtins.py:6121
3946
3946
msgid "Location fo the repository."
3947
3947
msgstr ""
3948
3948
 
3949
3949
# help of 'repository_type=standalone' option of 'reconfigure' command
3950
 
#: brzlib/builtins.py:6123
 
3950
#: breezy/builtins.py:6123
3951
3951
msgid ""
3952
3952
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3953
3953
msgstr ""
3954
3954
 
3955
3955
# help of 'repository_type=use-shared' option of 'reconfigure' command
3956
 
#: brzlib/builtins.py:6125
 
3956
#: breezy/builtins.py:6125
3957
3957
msgid "Reconfigure to use a shared repository."
3958
3958
msgstr ""
3959
3959
 
3960
3960
# title of 'repository_trees' option of 'reconfigure' command
3961
 
#: brzlib/builtins.py:6129
 
3961
#: breezy/builtins.py:6129
3962
3962
msgid "Trees in Repository"
3963
3963
msgstr ""
3964
3964
 
3965
3965
# help of 'repository_trees' option of 'reconfigure' command
3966
 
#: brzlib/builtins.py:6130
 
3966
#: breezy/builtins.py:6130
3967
3967
msgid "Whether new branches in the repository have trees."
3968
3968
msgstr ""
3969
3969
 
3970
3970
# help of 'repository_trees=with-trees' option of 'reconfigure' command
3971
 
#: brzlib/builtins.py:6132
 
3971
#: breezy/builtins.py:6132
3972
3972
msgid "Reconfigure repository to create working trees on branches by default."
3973
3973
msgstr ""
3974
3974
 
3975
3975
# help of 'repository_trees=with-no-trees' option of 'reconfigure' command
3976
 
#: brzlib/builtins.py:6134
 
3976
#: breezy/builtins.py:6134
3977
3977
msgid ""
3978
3978
"Reconfigure repository to not create working trees on branches by default."
3979
3979
msgstr ""
3980
3980
 
3981
3981
# help of 'bind-to' option of 'reconfigure' command
3982
 
#: brzlib/builtins.py:6137
 
3982
#: breezy/builtins.py:6137
3983
3983
msgid "Branch to bind checkout to."
3984
3984
msgstr ""
3985
3985
 
3986
3986
# help of 'force' option of 'reconfigure' command
3987
 
#: brzlib/builtins.py:6139
 
3987
#: breezy/builtins.py:6139
3988
3988
msgid "Perform reconfiguration even if local changes will be lost."
3989
3989
msgstr ""
3990
3990
 
3991
3991
# help of 'stacked-on' option of 'reconfigure' command
3992
 
#: brzlib/builtins.py:6142
 
3992
#: breezy/builtins.py:6142
3993
3993
msgid "Reconfigure a branch to be stacked on another branch."
3994
3994
msgstr ""
3995
3995
 
3996
3996
# help of 'unstacked' option of 'reconfigure' command
3997
 
#: brzlib/builtins.py:6146
 
3997
#: breezy/builtins.py:6146
3998
3998
msgid ""
3999
3999
"Reconfigure a branch to be unstacked.  This may require copying substantial "
4000
4000
"data into it."
4001
4001
msgstr ""
4002
4002
 
4003
 
#: brzlib/builtins.py:6156
 
4003
#: breezy/builtins.py:6156
4004
4004
msgid "Can't use both --stacked-on and --unstacked"
4005
4005
msgstr ""
4006
4006
 
4007
 
#: brzlib/builtins.py:6170
 
4007
#: breezy/builtins.py:6170
4008
4008
msgid "No target configuration specified"
4009
4009
msgstr ""
4010
4010
 
4011
 
#: brzlib/builtins.py:6205
 
4011
#: breezy/builtins.py:6205
4012
4012
msgid "Set the branch of a checkout and update."
4013
4013
msgstr ""
4014
4014
 
4015
 
#: brzlib/builtins.py:6207
 
4015
#: breezy/builtins.py:6207
4016
4016
msgid ""
4017
4017
"For lightweight checkouts, this changes the branch being referenced.\n"
4018
4018
"For heavyweight checkouts, this checks that there are no local commits\n"
4020
4020
"of the new location and binds to it."
4021
4021
msgstr ""
4022
4022
 
4023
 
#: brzlib/builtins.py:6212
 
4023
#: breezy/builtins.py:6212
4024
4024
msgid ""
4025
4025
"In both cases, the working tree is updated and uncommitted changes\n"
4026
4026
"are merged. The user can commit or revert these as they desire."
4027
4027
msgstr ""
4028
4028
 
4029
 
#: brzlib/builtins.py:6215
 
4029
#: breezy/builtins.py:6215
4030
4030
msgid "Pending merges need to be committed or reverted before using switch."
4031
4031
msgstr ""
4032
4032
 
4033
 
#: brzlib/builtins.py:6217
 
4033
#: breezy/builtins.py:6217
4034
4034
msgid ""
4035
4035
"The path to the branch to switch to can be specified relative to the parent\n"
4036
4036
"directory of the current branch. For example, if you are currently in a\n"
4038
4038
"/path/to/newbranch."
4039
4039
msgstr ""
4040
4040
 
4041
 
#: brzlib/builtins.py:6222
 
4041
#: breezy/builtins.py:6222
4042
4042
msgid ""
4043
4043
"Bound branches use the nickname of its master branch unless it is set\n"
4044
4044
"locally, in which case switching will update the local nickname to be\n"
4046
4046
msgstr ""
4047
4047
 
4048
4048
# help of 'force' option of 'switch' command
4049
 
#: brzlib/builtins.py:6230
 
4049
#: breezy/builtins.py:6230
4050
4050
msgid "Switch even if local commits will be lost."
4051
4051
msgstr ""
4052
4052
 
4053
4053
# help of 'create-branch' option of 'switch' command
4054
 
#: brzlib/builtins.py:6233
 
4054
#: breezy/builtins.py:6233
4055
4055
msgid "Create the target branch from this one before switching to it."
4056
4056
msgstr ""
4057
4057
 
4058
4058
# help of 'store' option of 'switch' command
4059
 
#: brzlib/builtins.py:6236
 
4059
#: breezy/builtins.py:6236
4060
4060
msgid "Store and restore uncommitted changes in the branch."
4061
4061
msgstr ""
4062
4062
 
4063
 
#: brzlib/builtins.py:6250
 
4063
#: breezy/builtins.py:6250
4064
4064
msgid "You must supply either a revision or a location"
4065
4065
msgstr ""
4066
4066
 
4067
 
#: brzlib/builtins.py:6263
 
4067
#: breezy/builtins.py:6263
4068
4068
msgid "cannot create branch without source branch"
4069
4069
msgstr ""
4070
4070
 
4071
 
#: brzlib/builtins.py:6289
 
4071
#: breezy/builtins.py:6289
4072
4072
msgid "Manage filtered views."
4073
4073
msgstr ""
4074
4074
 
4075
 
#: brzlib/builtins.py:6291
 
4075
#: breezy/builtins.py:6291
4076
4076
msgid ""
4077
4077
"Views provide a mask over the tree so that users can focus on\n"
4078
4078
"a subset of a tree when doing their work. After creating a view,\n"
4082
4082
"must be within the current view."
4083
4083
msgstr ""
4084
4084
 
4085
 
#: brzlib/builtins.py:6298
 
4085
#: breezy/builtins.py:6298
4086
4086
msgid ""
4087
4087
"In most cases, a view has a short life-span: it is created to make\n"
4088
4088
"a selected change and is deleted once that change is committed.\n"
4090
4090
"and switch between them."
4091
4091
msgstr ""
4092
4092
 
4093
 
#: brzlib/builtins.py:6303
 
4093
#: breezy/builtins.py:6303
4094
4094
msgid ""
4095
4095
"To disable the current view without deleting it, you can switch to\n"
4096
4096
"the pseudo view called ``off``. This can be useful when you need\n"
4098
4098
"want to switch back to your view after that."
4099
4099
msgstr ""
4100
4100
 
4101
 
#: brzlib/builtins.py:6308
 
4101
#: breezy/builtins.py:6308
4102
4102
msgid ""
4103
4103
":Examples:\n"
4104
4104
"  To define the current view::"
4105
4105
msgstr ""
4106
4106
 
4107
 
#: brzlib/builtins.py:6311
 
4107
#: breezy/builtins.py:6311
4108
4108
msgid "    brz view file1 dir1 ..."
4109
4109
msgstr ""
4110
4110
 
4111
 
#: brzlib/builtins.py:6313
 
4111
#: breezy/builtins.py:6313
4112
4112
msgid "  To list the current view::"
4113
4113
msgstr ""
4114
4114
 
4115
 
#: brzlib/builtins.py:6315
 
4115
#: breezy/builtins.py:6315
4116
4116
msgid "    brz view"
4117
4117
msgstr ""
4118
4118
 
4119
 
#: brzlib/builtins.py:6317
 
4119
#: breezy/builtins.py:6317
4120
4120
msgid "  To delete the current view::"
4121
4121
msgstr ""
4122
4122
 
4123
 
#: brzlib/builtins.py:6319
 
4123
#: breezy/builtins.py:6319
4124
4124
msgid "    brz view --delete"
4125
4125
msgstr ""
4126
4126
 
4127
 
#: brzlib/builtins.py:6321
 
4127
#: breezy/builtins.py:6321
4128
4128
msgid "  To disable the current view without deleting it::"
4129
4129
msgstr ""
4130
4130
 
4131
 
#: brzlib/builtins.py:6323
 
4131
#: breezy/builtins.py:6323
4132
4132
msgid "    brz view --switch off"
4133
4133
msgstr ""
4134
4134
 
4135
 
#: brzlib/builtins.py:6325
 
4135
#: breezy/builtins.py:6325
4136
4136
msgid "  To define a named view and switch to it::"
4137
4137
msgstr ""
4138
4138
 
4139
 
#: brzlib/builtins.py:6327
 
4139
#: breezy/builtins.py:6327
4140
4140
msgid "    brz view --name view-name file1 dir1 ..."
4141
4141
msgstr ""
4142
4142
 
4143
 
#: brzlib/builtins.py:6329
 
4143
#: breezy/builtins.py:6329
4144
4144
msgid "  To list a named view::"
4145
4145
msgstr ""
4146
4146
 
4147
 
#: brzlib/builtins.py:6331
 
4147
#: breezy/builtins.py:6331
4148
4148
msgid "    brz view --name view-name"
4149
4149
msgstr ""
4150
4150
 
4151
 
#: brzlib/builtins.py:6333
 
4151
#: breezy/builtins.py:6333
4152
4152
msgid "  To delete a named view::"
4153
4153
msgstr ""
4154
4154
 
4155
 
#: brzlib/builtins.py:6335
 
4155
#: breezy/builtins.py:6335
4156
4156
msgid "    brz view --name view-name --delete"
4157
4157
msgstr ""
4158
4158
 
4159
 
#: brzlib/builtins.py:6337
 
4159
#: breezy/builtins.py:6337
4160
4160
msgid "  To switch to a named view::"
4161
4161
msgstr ""
4162
4162
 
4163
 
#: brzlib/builtins.py:6339
 
4163
#: breezy/builtins.py:6339
4164
4164
msgid "    brz view --switch view-name"
4165
4165
msgstr ""
4166
4166
 
4167
 
#: brzlib/builtins.py:6341
 
4167
#: breezy/builtins.py:6341
4168
4168
msgid "  To list all views defined::"
4169
4169
msgstr ""
4170
4170
 
4171
 
#: brzlib/builtins.py:6343
 
4171
#: breezy/builtins.py:6343
4172
4172
msgid "    brz view --all"
4173
4173
msgstr ""
4174
4174
 
4175
 
#: brzlib/builtins.py:6345
 
4175
#: breezy/builtins.py:6345
4176
4176
msgid "  To delete all views::"
4177
4177
msgstr ""
4178
4178
 
4179
 
#: brzlib/builtins.py:6347
 
4179
#: breezy/builtins.py:6347
4180
4180
msgid "    brz view --delete --all"
4181
4181
msgstr ""
4182
4182
 
4183
4183
# help of 'all' option of 'view' command
4184
 
#: brzlib/builtins.py:6354
 
4184
#: breezy/builtins.py:6354
4185
4185
msgid "Apply list or delete action to all views."
4186
4186
msgstr ""
4187
4187
 
4188
4188
# help of 'delete' option of 'view' command
4189
 
#: brzlib/builtins.py:6357
 
4189
#: breezy/builtins.py:6357
4190
4190
msgid "Delete the view."
4191
4191
msgstr ""
4192
4192
 
4193
4193
# help of 'name' option of 'view' command
4194
 
#: brzlib/builtins.py:6360
 
4194
#: breezy/builtins.py:6360
4195
4195
msgid "Name of the view to define, list or delete."
4196
4196
msgstr ""
4197
4197
 
4198
4198
# help of 'switch' option of 'view' command
4199
 
#: brzlib/builtins.py:6364
 
4199
#: breezy/builtins.py:6364
4200
4200
msgid "Name of the view to switch to."
4201
4201
msgstr ""
4202
4202
 
4203
 
#: brzlib/builtins.py:6383
 
4203
#: breezy/builtins.py:6383
4204
4204
msgid "Both --delete and a file list specified"
4205
4205
msgstr ""
4206
4206
 
4207
 
#: brzlib/builtins.py:6386
 
4207
#: breezy/builtins.py:6386
4208
4208
msgid "Both --delete and --switch specified"
4209
4209
msgstr ""
4210
4210
 
4211
 
#: brzlib/builtins.py:6389
 
4211
#: breezy/builtins.py:6389
4212
4212
msgid "Deleted all views.\n"
4213
4213
msgstr ""
4214
4214
 
4215
 
#: brzlib/builtins.py:6391
 
4215
#: breezy/builtins.py:6391
4216
4216
msgid "No current view to delete"
4217
4217
msgstr ""
4218
4218
 
4219
 
#: brzlib/builtins.py:6394
 
4219
#: breezy/builtins.py:6394
4220
4220
#, python-format
4221
4221
msgid "Deleted '%s' view.\n"
4222
4222
msgstr ""
4223
4223
 
4224
 
#: brzlib/builtins.py:6398
 
4224
#: breezy/builtins.py:6398
4225
4225
msgid "Both --switch and a file list specified"
4226
4226
msgstr ""
4227
4227
 
4228
 
#: brzlib/builtins.py:6401
 
4228
#: breezy/builtins.py:6401
4229
4229
msgid "Both --switch and --all specified"
4230
4230
msgstr ""
4231
4231
 
4232
 
#: brzlib/builtins.py:6404
 
4232
#: breezy/builtins.py:6404
4233
4233
msgid "No current view to disable"
4234
4234
msgstr ""
4235
4235
 
4236
 
#: brzlib/builtins.py:6406
 
4236
#: breezy/builtins.py:6406
4237
4237
#, python-format
4238
4238
msgid "Disabled '%s' view.\n"
4239
4239
msgstr ""
4240
4240
 
4241
 
#: brzlib/builtins.py:6410 brzlib/builtins.py:6432
 
4241
#: breezy/builtins.py:6410 breezy/builtins.py:6432
4242
4242
#, python-brace-format
4243
4243
msgid "Using '{0}' view: {1}\n"
4244
4244
msgstr ""
4245
4245
 
4246
 
#: brzlib/builtins.py:6413
 
4246
#: breezy/builtins.py:6413
4247
4247
msgid "Views defined:\n"
4248
4248
msgstr ""
4249
4249
 
4250
 
#: brzlib/builtins.py:6422
 
4250
#: breezy/builtins.py:6422
4251
4251
msgid "No views defined.\n"
4252
4252
msgstr ""
4253
4253
 
4254
 
#: brzlib/builtins.py:6429
 
4254
#: breezy/builtins.py:6429
4255
4255
msgid "Cannot change the 'off' pseudo view"
4256
4256
msgstr ""
4257
4257
 
4258
 
#: brzlib/builtins.py:6437
 
4258
#: breezy/builtins.py:6437
4259
4259
msgid "No current view.\n"
4260
4260
msgstr ""
4261
4261
 
4262
 
#: brzlib/builtins.py:6440
 
4262
#: breezy/builtins.py:6440
4263
4263
#, python-brace-format
4264
4264
msgid "'{0}' view is: {1}\n"
4265
4265
msgstr ""
4266
4266
 
4267
 
#: brzlib/builtins.py:6460
 
4267
#: breezy/builtins.py:6460
4268
4268
msgid "    <no hooks installed>\n"
4269
4269
msgstr ""
4270
4270
 
4271
 
#: brzlib/builtins.py:6464
 
4271
#: breezy/builtins.py:6464
4272
4272
msgid "Remove a branch."
4273
4273
msgstr ""
4274
4274
 
4275
 
#: brzlib/builtins.py:6466
 
4275
#: breezy/builtins.py:6466
4276
4276
msgid ""
4277
4277
"This will remove the branch from the specified location but \n"
4278
4278
"will keep any working tree or repository in place."
4279
4279
msgstr ""
4280
4280
 
4281
 
#: brzlib/builtins.py:6471
 
4281
#: breezy/builtins.py:6471
4282
4282
msgid "  Remove the branch at repo/trunk::"
4283
4283
msgstr ""
4284
4284
 
4285
 
#: brzlib/builtins.py:6473
 
4285
#: breezy/builtins.py:6473
4286
4286
msgid "    brz remove-branch repo/trunk"
4287
4287
msgstr ""
4288
4288
 
4289
4289
# help of 'force' option of 'remove-branch' command
4290
 
#: brzlib/builtins.py:6480
 
4290
#: breezy/builtins.py:6480
4291
4291
msgid "Remove branch even if it is the active branch."
4292
4292
msgstr ""
4293
4293
 
4294
 
#: brzlib/builtins.py:6494
 
4294
#: breezy/builtins.py:6494
4295
4295
msgid "Branch is active. Use --force to remove it."
4296
4296
msgstr ""
4297
4297
 
4298
4298
# help of 'writer=plain' option of 'shelve' command
4299
 
#: brzlib/builtins.py:6498
 
4299
#: breezy/builtins.py:6498
4300
4300
msgid "Plaintext diff output."
4301
4301
msgstr ""
4302
4302
 
4303
 
#: brzlib/builtins.py:6499
 
4303
#: breezy/builtins.py:6499
4304
4304
msgid "Temporarily set aside some changes from the current tree."
4305
4305
msgstr ""
4306
4306
 
4307
 
#: brzlib/builtins.py:6501
 
4307
#: breezy/builtins.py:6501
4308
4308
msgid ""
4309
4309
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4310
4310
"ie. out of the way, until a later time when you can bring them back from\n"
4313
4313
"will they survive its deletion."
4314
4314
msgstr ""
4315
4315
 
4316
 
#: brzlib/builtins.py:6507
 
4316
#: breezy/builtins.py:6507
4317
4317
msgid "If shelve --list is specified, previously-shelved changes are listed."
4318
4318
msgstr ""
4319
4319
 
4320
 
#: brzlib/builtins.py:6509
 
4320
#: breezy/builtins.py:6509
4321
4321
msgid ""
4322
4322
"Shelve is intended to help separate several sets of changes that have\n"
4323
4323
"been inappropriately mingled.  If you just want to get rid of all changes\n"
4325
4325
"shelve all text changes at once, use shelve --all."
4326
4326
msgstr ""
4327
4327
 
4328
 
#: brzlib/builtins.py:6514
 
4328
#: breezy/builtins.py:6514
4329
4329
msgid ""
4330
4330
"If filenames are specified, only the changes to those files will be\n"
4331
4331
"shelved. Other files will be left untouched."
4332
4332
msgstr ""
4333
4333
 
4334
 
#: brzlib/builtins.py:6517
 
4334
#: breezy/builtins.py:6517
4335
4335
msgid ""
4336
4336
"If a revision is specified, changes since that revision will be shelved."
4337
4337
msgstr ""
4338
4338
 
4339
 
#: brzlib/builtins.py:6519
 
4339
#: breezy/builtins.py:6519
4340
4340
msgid ""
4341
4341
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4342
4342
"restore the most recently shelved changes."
4343
4343
msgstr ""
4344
4344
 
4345
 
#: brzlib/builtins.py:6522
 
4345
#: breezy/builtins.py:6522
4346
4346
msgid ""
4347
4347
"For complicated changes, it is possible to edit the changes in a separate\n"
4348
4348
"editor program to decide what the file remaining in the working copy\n"
4349
4349
"should look like.  To do this, add the configuration option"
4350
4350
msgstr ""
4351
4351
 
4352
 
#: brzlib/builtins.py:6526
 
4352
#: breezy/builtins.py:6526
4353
4353
msgid "    change_editor = PROGRAM @new_path @old_path"
4354
4354
msgstr ""
4355
4355
 
4356
 
#: brzlib/builtins.py:6528
 
4356
#: breezy/builtins.py:6528
4357
4357
msgid ""
4358
4358
"where @new_path is replaced with the path of the new version of the \n"
4359
4359
"file and @old_path is replaced with the path of the old version of \n"
4363
4363
msgstr ""
4364
4364
 
4365
4365
# help of 'all' option of 'shelve' command
4366
 
#: brzlib/builtins.py:6540
 
4366
#: breezy/builtins.py:6540
4367
4367
msgid "Shelve all changes."
4368
4368
msgstr ""
4369
4369
 
4370
4370
# help of 'writer' option of 'shelve' command
4371
 
#: brzlib/builtins.py:6542
 
4371
#: breezy/builtins.py:6542
4372
4372
msgid "Method to use for writing diffs."
4373
4373
msgstr ""
4374
4374
 
4375
4375
# title of 'writer' option of 'shelve' command
4376
 
#: brzlib/builtins.py:6542
 
4376
#: breezy/builtins.py:6542
4377
4377
msgid "writer"
4378
4378
msgstr ""
4379
4379
 
4380
4380
# help of 'list' option of 'shelve' command
4381
 
#: brzlib/builtins.py:6546
 
4381
#: breezy/builtins.py:6546
4382
4382
msgid "List shelved changes."
4383
4383
msgstr ""
4384
4384
 
4385
4385
# help of 'destroy' option of 'shelve' command
4386
 
#: brzlib/builtins.py:6548
 
4386
#: breezy/builtins.py:6548
4387
4387
msgid "Destroy removed changes instead of shelving them."
4388
4388
msgstr ""
4389
4389
 
4390
 
#: brzlib/builtins.py:6577
 
4390
#: breezy/builtins.py:6577
4391
4391
msgid "No shelved changes."
4392
4392
msgstr ""
4393
4393
 
4394
 
#: brzlib/builtins.py:6588
 
4394
#: breezy/builtins.py:6588
4395
4395
msgid "Restore shelved changes."
4396
4396
msgstr ""
4397
4397
 
4398
 
#: brzlib/builtins.py:6590
 
4398
#: breezy/builtins.py:6590
4399
4399
msgid ""
4400
4400
"By default, the most recently shelved changes are restored. However if you\n"
4401
4401
"specify a shelf by id those changes will be restored instead.  This works\n"
4403
4403
msgstr ""
4404
4404
 
4405
4405
# help of 'action' option of 'unshelve' command
4406
 
#: brzlib/builtins.py:6599
 
4406
#: breezy/builtins.py:6599
4407
4407
msgid "The action to perform."
4408
4408
msgstr ""
4409
4409
 
4410
4410
# title of 'action' option of 'resolve' command
4411
4411
# title of 'action' option of 'unshelve' command
4412
 
#: brzlib/builtins.py:6599 brzlib/conflicts.py:694
 
4412
#: breezy/builtins.py:6599 breezy/conflicts.py:694
4413
4413
msgid "action"
4414
4414
msgstr ""
4415
4415
 
4416
4416
# help of 'action=apply' option of 'unshelve' command
4417
 
#: brzlib/builtins.py:6601
 
4417
#: breezy/builtins.py:6601
4418
4418
msgid "Apply changes and remove from the shelf."
4419
4419
msgstr ""
4420
4420
 
4421
4421
# help of 'action=dry-run' option of 'unshelve' command
4422
 
#: brzlib/builtins.py:6602
 
4422
#: breezy/builtins.py:6602
4423
4423
msgid "Show changes, but do not apply or remove them."
4424
4424
msgstr ""
4425
4425
 
4426
4426
# help of 'action=preview' option of 'unshelve' command
4427
 
#: brzlib/builtins.py:6603
 
4427
#: breezy/builtins.py:6603
4428
4428
msgid ""
4429
4429
"Instead of unshelving the changes, show the diff that would result from "
4430
4430
"unshelving."
4431
4431
msgstr ""
4432
4432
 
4433
4433
# help of 'action=delete-only' option of 'unshelve' command
4434
 
#: brzlib/builtins.py:6605
 
4434
#: breezy/builtins.py:6605
4435
4435
msgid "Delete changes without applying them."
4436
4436
msgstr ""
4437
4437
 
4438
4438
# help of 'action=keep' option of 'unshelve' command
4439
 
#: brzlib/builtins.py:6606
 
4439
#: breezy/builtins.py:6606
4440
4440
msgid "Apply changes but don't delete them."
4441
4441
msgstr ""
4442
4442
 
4443
 
#: brzlib/builtins.py:6621
 
4443
#: breezy/builtins.py:6621
4444
4444
msgid "Remove unwanted files from working tree."
4445
4445
msgstr ""
4446
4446
 
4447
 
#: brzlib/builtins.py:6623
 
4447
#: breezy/builtins.py:6623
4448
4448
msgid ""
4449
4449
"By default, only unknown files, not ignored files, are deleted.  Versioned\n"
4450
4450
"files are never deleted."
4451
4451
msgstr ""
4452
4452
 
4453
 
#: brzlib/builtins.py:6626
 
4453
#: breezy/builtins.py:6626
4454
4454
msgid ""
4455
4455
"Another class is 'detritus', which includes files emitted by brz during\n"
4456
4456
"normal operations and selftests.  (The value of these files decreases with\n"
4457
4457
"time.)"
4458
4458
msgstr ""
4459
4459
 
4460
 
#: brzlib/builtins.py:6630
 
4460
#: breezy/builtins.py:6630
4461
4461
msgid ""
4462
4462
"If no options are specified, unknown files are deleted.  Otherwise, option\n"
4463
4463
"flags are respected, and may be combined."
4464
4464
msgstr ""
4465
4465
 
4466
 
#: brzlib/builtins.py:6633
 
4466
#: breezy/builtins.py:6633
4467
4467
msgid "To check what clean-tree will do, use --dry-run."
4468
4468
msgstr ""
4469
4469
 
4470
4470
# help of 'ignored' option of 'clean-tree' command
4471
 
#: brzlib/builtins.py:6636
 
4471
#: breezy/builtins.py:6636
4472
4472
msgid "Delete all ignored files."
4473
4473
msgstr ""
4474
4474
 
4475
4475
# help of 'detritus' option of 'clean-tree' command
4476
 
#: brzlib/builtins.py:6637
 
4476
#: breezy/builtins.py:6637
4477
4477
msgid ""
4478
4478
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4479
4479
msgstr ""
4480
4480
 
4481
4481
# help of 'unknown' option of 'clean-tree' command
4482
 
#: brzlib/builtins.py:6640
 
4482
#: breezy/builtins.py:6640
4483
4483
msgid "Delete files unknown to brz (default)."
4484
4484
msgstr ""
4485
4485
 
4486
4486
# help of 'dry-run' option of 'clean-tree' command
4487
 
#: brzlib/builtins.py:6641
 
4487
#: breezy/builtins.py:6641
4488
4488
msgid "Show files to delete instead of deleting them."
4489
4489
msgstr ""
4490
4490
 
4491
4491
# help of 'force' option of 'clean-tree' command
4492
 
#: brzlib/builtins.py:6643
 
4492
#: breezy/builtins.py:6643
4493
4493
msgid "Do not prompt before deleting."
4494
4494
msgstr ""
4495
4495
 
4496
 
#: brzlib/bundle/__init__.py:59
 
4496
#: breezy/bundle/__init__.py:59
4497
4497
msgid "A directory cannot be a bundle"
4498
4498
msgstr ""
4499
4499
 
4500
 
#: brzlib/bundle/apply_bundle.py:40
 
4500
#: breezy/bundle/apply_bundle.py:40
4501
4501
msgid "Install revisions"
4502
4502
msgstr ""
4503
4503
 
4504
 
#: brzlib/bundle/commands.py:64
 
4504
#: breezy/bundle/commands.py:64
4505
4505
msgid "--verbose requires a merge directive"
4506
4506
msgstr ""
4507
4507
 
4508
 
#: brzlib/bundle/commands.py:67
 
4508
#: breezy/bundle/commands.py:67
4509
4509
msgid "Bundle format not supported"
4510
4510
msgstr ""
4511
4511
 
4512
 
#: brzlib/bundle/commands.py:77
 
4512
#: breezy/bundle/commands.py:77
4513
4513
msgid "Records\n"
4514
4514
msgstr ""
4515
4515
 
4516
 
#: brzlib/bundle/commands.py:81
 
4516
#: breezy/bundle/commands.py:81
4517
4517
#, python-brace-format
4518
4518
msgid "{0}: {1} ({2} multiparent)\n"
4519
4519
msgstr ""
4520
4520
 
4521
 
#: brzlib/bundle/commands.py:83
 
4521
#: breezy/bundle/commands.py:83
4522
4522
#, python-format
4523
4523
msgid "unique files: %d\n"
4524
4524
msgstr ""
4525
4525
 
4526
 
#: brzlib/bundle/commands.py:92
 
4526
#: breezy/bundle/commands.py:92
4527
4527
msgid "Revisions\n"
4528
4528
msgstr ""
4529
4529
 
4530
 
#: brzlib/bundle/commands.py:93
 
4530
#: breezy/bundle/commands.py:93
4531
4531
#, python-format
4532
4532
msgid "nicks: %s\n"
4533
4533
msgstr ""
4534
4534
 
4535
 
#: brzlib/bundle/commands.py:95
 
4535
#: breezy/bundle/commands.py:95
4536
4536
#, python-format
4537
4537
msgid ""
4538
4538
"committers: \n"
4539
4539
"%s\n"
4540
4540
msgstr ""
4541
4541
 
4542
 
#: brzlib/bundle/commands.py:103
 
4542
#: breezy/bundle/commands.py:103
4543
4543
msgid "Decoded contents\n"
4544
4544
msgstr ""
4545
4545
 
4546
 
#: brzlib/bundle/serializer/v4.py:327
 
4546
#: breezy/bundle/serializer/v4.py:327
4547
4547
#, python-format
4548
4548
msgid "Bundling %d revision."
4549
4549
msgid_plural "Bundling %d revisions."
4550
4550
msgstr[0] ""
4551
4551
msgstr[1] ""
4552
4552
 
4553
 
#: brzlib/bzrdir.py:487
 
4553
#: breezy/bzrdir.py:487
4554
4554
#, python-brace-format
4555
4555
msgid ""
4556
4556
"making backup of {0}\n"
4557
4557
"  to {1}"
4558
4558
msgstr ""
4559
4559
 
4560
 
#: brzlib/bzrdir.py:510
 
4560
#: breezy/bzrdir.py:510
4561
4561
#, python-brace-format
4562
4562
msgid "renamed {0} to {1}"
4563
4563
msgstr ""
4564
4564
 
4565
 
#: brzlib/bzrdir.py:1639
 
4565
#: breezy/bzrdir.py:1639
4566
4566
#, python-format
4567
4567
msgid ""
4568
4568
"Source repository format does not support stacking, using format:\n"
4569
4569
"  %s"
4570
4570
msgstr ""
4571
4571
 
4572
 
#: brzlib/bzrdir.py:1659
 
4572
#: breezy/bzrdir.py:1659
4573
4573
#, python-format
4574
4574
msgid ""
4575
4575
"Source branch format does not support stacking, using format:\n"
4576
4576
"  %s"
4577
4577
msgstr ""
4578
4578
 
4579
 
#: brzlib/bzrdir.py:1805
 
4579
#: breezy/bzrdir.py:1805
4580
4580
msgid "starting repository conversion"
4581
4581
msgstr ""
4582
4582
 
4583
 
#: brzlib/bzrdir.py:2026
 
4583
#: breezy/bzrdir.py:2026
4584
4584
#, python-brace-format
4585
4585
msgid "Using default stacking branch {0} at {1}"
4586
4586
msgstr ""
4587
4587
 
4588
 
#: brzlib/check.py:108
 
4588
#: breezy/check.py:108
4589
4589
msgid "check"
4590
4590
msgstr ""
4591
4591
 
4592
 
#: brzlib/check.py:110
 
4592
#: breezy/check.py:110
4593
4593
msgid "checking revisions"
4594
4594
msgstr ""
4595
4595
 
4596
 
#: brzlib/check.py:112
 
4596
#: breezy/check.py:112
4597
4597
msgid "checking commit contents"
4598
4598
msgstr ""
4599
4599
 
4600
 
#: brzlib/check.py:114
 
4600
#: breezy/check.py:114
4601
4601
msgid "checking file graphs"
4602
4602
msgstr ""
4603
4603
 
4604
 
#: brzlib/check.py:118
 
4604
#: breezy/check.py:118
4605
4605
msgid "checking branches and trees"
4606
4606
msgstr ""
4607
4607
 
4608
 
#: brzlib/check.py:205
 
4608
#: breezy/check.py:205
4609
4609
#, python-brace-format
4610
4610
msgid "checked repository {0} format {1}"
4611
4611
msgstr ""
4612
4612
 
4613
 
#: brzlib/check.py:208
 
4613
#: breezy/check.py:208
4614
4614
#, python-format
4615
4615
msgid "%6d revisions"
4616
4616
msgstr ""
4617
4617
 
4618
 
#: brzlib/check.py:209
 
4618
#: breezy/check.py:209
4619
4619
#, python-format
4620
4620
msgid "%6d file-ids"
4621
4621
msgstr ""
4622
4622
 
4623
 
#: brzlib/check.py:211
 
4623
#: breezy/check.py:211
4624
4624
#, python-format
4625
4625
msgid "%6d unreferenced text versions"
4626
4626
msgstr ""
4627
4627
 
4628
 
#: brzlib/check.py:215
 
4628
#: breezy/check.py:215
4629
4629
#, python-brace-format
4630
4630
msgid "unreferenced version: {{{0}}} in {1}"
4631
4631
msgstr ""
4632
4632
 
4633
 
#: brzlib/check.py:218
 
4633
#: breezy/check.py:218
4634
4634
#, python-format
4635
4635
msgid "%6d revisions are missing inventory_sha1"
4636
4636
msgstr ""
4637
4637
 
4638
 
#: brzlib/check.py:221
 
4638
#: breezy/check.py:221
4639
4639
#, python-format
4640
4640
msgid "%6d revisions are mentioned but not present"
4641
4641
msgstr ""
4642
4642
 
4643
 
#: brzlib/check.py:224
 
4643
#: breezy/check.py:224
4644
4644
#, python-format
4645
4645
msgid "%6d ghost revisions"
4646
4646
msgstr ""
4647
4647
 
4648
 
#: brzlib/check.py:229
 
4648
#: breezy/check.py:229
4649
4649
#, python-format
4650
4650
msgid "%6d revisions missing parents in ancestry"
4651
4651
msgstr ""
4652
4652
 
4653
 
#: brzlib/check.py:233
 
4653
#: breezy/check.py:233
4654
4654
#, python-format
4655
4655
msgid "      %s should be in the ancestry for:"
4656
4656
msgstr ""
4657
4657
 
4658
 
#: brzlib/check.py:237
 
4658
#: breezy/check.py:237
4659
4659
#, python-format
4660
4660
msgid "%6d inconsistent parents"
4661
4661
msgstr ""
4662
4662
 
4663
 
#: brzlib/check.py:241
 
4663
#: breezy/check.py:241
4664
4664
msgid "      * {0} version {1} has parents {2!r} but should have {3!r}"
4665
4665
msgstr ""
4666
4666
 
4667
 
#: brzlib/check.py:247
 
4667
#: breezy/check.py:247
4668
4668
#, python-format
4669
4669
msgid "%6d revisions have incorrect parents in the revision index"
4670
4670
msgstr ""
4671
4671
 
4672
 
#: brzlib/check.py:253
 
4672
#: breezy/check.py:253
4673
4673
msgid "       {0} has wrong parents in index: {1!r} should be {2!r}"
4674
4674
msgstr ""
4675
4675
 
4676
 
#: brzlib/check.py:267
 
4676
#: breezy/check.py:267
4677
4677
#, python-brace-format
4678
4678
msgid "Mismatched internal revid {{{0}}} and index revid {{{1}}}"
4679
4679
msgstr ""
4680
4680
 
4681
 
#: brzlib/check.py:296
 
4681
#: breezy/check.py:296
4682
4682
#, python-brace-format
4683
4683
msgid ""
4684
4684
"Multiple expected sha1s for {0}. {{{1}}} expects {{{2}}}, {{{3}}} expects "
4685
4685
"{{{4}}}"
4686
4686
msgstr ""
4687
4687
 
4688
 
#: brzlib/check.py:354
 
4688
#: breezy/check.py:354
4689
4689
#, python-format
4690
4690
msgid "Checking branch at '%s'."
4691
4691
msgstr ""
4692
4692
 
4693
 
#: brzlib/check.py:374
 
4693
#: breezy/check.py:374
4694
4694
#, python-format
4695
4695
msgid "Checking working tree at '%s'."
4696
4696
msgstr ""
4697
4697
 
4698
 
#: brzlib/check.py:427 brzlib/check.py:441
 
4698
#: breezy/check.py:427 breezy/check.py:441
4699
4699
msgid "No branch found at specified location."
4700
4700
msgstr ""
4701
4701
 
4702
 
#: brzlib/check.py:429 brzlib/check.py:439
 
4702
#: breezy/check.py:429 breezy/check.py:439
4703
4703
msgid "No working tree found at specified location."
4704
4704
msgstr ""
4705
4705
 
4706
 
#: brzlib/check.py:432
 
4706
#: breezy/check.py:432
4707
4707
#, python-format
4708
4708
msgid "Checking repository at '%s'."
4709
4709
msgstr ""
4710
4710
 
4711
 
#: brzlib/check.py:443
 
4711
#: breezy/check.py:443
4712
4712
msgid "No repository found at specified location."
4713
4713
msgstr ""
4714
4714
 
4715
 
#: brzlib/clean_tree.py:63
 
4715
#: breezy/clean_tree.py:63
4716
4716
msgid "Nothing to delete."
4717
4717
msgstr ""
4718
4718
 
4719
 
#: brzlib/clean_tree.py:68
 
4719
#: breezy/clean_tree.py:68
4720
4720
msgid "Are you sure you wish to delete these"
4721
4721
msgstr ""
4722
4722
 
4723
 
#: brzlib/clean_tree.py:70
 
4723
#: breezy/clean_tree.py:70
4724
4724
msgid "Canceled"
4725
4725
msgstr ""
4726
4726
 
4727
 
#: brzlib/clean_tree.py:107
 
4727
#: breezy/clean_tree.py:107
4728
4728
#, python-format
4729
4729
msgid "unable to remove %s"
4730
4730
msgstr ""
4731
4731
 
4732
 
#: brzlib/clean_tree.py:111
 
4732
#: breezy/clean_tree.py:111
4733
4733
msgid "deleting paths:"
4734
4734
msgstr ""
4735
4735
 
4736
 
#: brzlib/clean_tree.py:125
 
4736
#: breezy/clean_tree.py:125
4737
4737
#, python-brace-format
4738
4738
msgid "unable to remove \"{0}\": {1}."
4739
4739
msgstr ""
4740
4740
 
4741
 
#: brzlib/clean_tree.py:130
 
4741
#: breezy/clean_tree.py:130
4742
4742
msgid "No files deleted."
4743
4743
msgstr ""
4744
4744
 
4745
 
#: brzlib/cmd_version_info.py:47
 
4745
#: breezy/cmd_version_info.py:47
4746
4746
#, python-brace-format
4747
4747
msgid "No known version info format {0}. Supported types are: {1}"
4748
4748
msgstr ""
4749
4749
 
4750
4750
# help of 'format=custom' option of 'version-info' command
4751
 
#: brzlib/cmd_version_info.py:52
 
4751
#: breezy/cmd_version_info.py:52
4752
4752
msgid "Version info in Custom template-based format."
4753
4753
msgstr ""
4754
4754
 
4755
4755
# help of 'format=python' option of 'version-info' command
4756
 
#: brzlib/cmd_version_info.py:52
 
4756
#: breezy/cmd_version_info.py:52
4757
4757
msgid "Version info in Python format."
4758
4758
msgstr ""
4759
4759
 
4760
4760
# help of 'format=rio' option of 'version-info' command
4761
 
#: brzlib/cmd_version_info.py:52
 
4761
#: breezy/cmd_version_info.py:52
4762
4762
msgid "Version info in RIO (simple text) format (default)."
4763
4763
msgstr ""
4764
4764
 
4765
 
#: brzlib/cmd_version_info.py:53
 
4765
#: breezy/cmd_version_info.py:53
4766
4766
msgid "Show version information about this tree."
4767
4767
msgstr ""
4768
4768
 
4769
 
#: brzlib/cmd_version_info.py:55
 
4769
#: breezy/cmd_version_info.py:55
4770
4770
msgid ""
4771
4771
"You can use this command to add information about version into\n"
4772
4772
"source code of an application. The output can be in one of the\n"
4773
4773
"supported formats or in a custom format based on a template."
4774
4774
msgstr ""
4775
4775
 
4776
 
#: brzlib/cmd_version_info.py:59 en/help_topics/configuration.txt:712
 
4776
#: breezy/cmd_version_info.py:59 en/help_topics/configuration.txt:712
4777
4777
#: en/help_topics/configuration.txt:738
4778
4778
msgid "For example::"
4779
4779
msgstr ""
4780
4780
 
4781
 
#: brzlib/cmd_version_info.py:61
 
4781
#: breezy/cmd_version_info.py:61
4782
4782
msgid ""
4783
4783
"  brz version-info --custom \\\n"
4784
4784
"    --template=\"#define VERSION_INFO \\\"Project 1.2.3 (r{revno})\\\"\\n\""
4785
4785
msgstr ""
4786
4786
 
4787
 
#: brzlib/cmd_version_info.py:64
 
4787
#: breezy/cmd_version_info.py:64
4788
4788
msgid ""
4789
4789
"will produce a C header file with formatted string containing the\n"
4790
4790
"current revision number. Other supported variables in templates are:"
4791
4791
msgstr ""
4792
4792
 
4793
 
#: brzlib/cmd_version_info.py:67
 
4793
#: breezy/cmd_version_info.py:67
4794
4794
msgid ""
4795
4795
"  * {date} - date of the last revision\n"
4796
4796
"  * {build_date} - current date\n"
4802
4802
msgstr ""
4803
4803
 
4804
4804
# help of 'format' option of 'version-info' command
4805
 
#: brzlib/cmd_version_info.py:77
 
4805
#: breezy/cmd_version_info.py:77
4806
4806
msgid "Select the output format."
4807
4807
msgstr ""
4808
4808
 
4809
4809
# help of 'all' option of 'version-info' command
4810
 
#: brzlib/cmd_version_info.py:81
 
4810
#: breezy/cmd_version_info.py:81
4811
4811
msgid "Include all possible information."
4812
4812
msgstr ""
4813
4813
 
4814
4814
# help of 'check-clean' option of 'version-info' command
4815
 
#: brzlib/cmd_version_info.py:82
 
4815
#: breezy/cmd_version_info.py:82
4816
4816
msgid "Check if tree is clean."
4817
4817
msgstr ""
4818
4818
 
4819
4819
# help of 'include-history' option of 'version-info' command
4820
 
#: brzlib/cmd_version_info.py:84
 
4820
#: breezy/cmd_version_info.py:84
4821
4821
msgid "Include the revision-history."
4822
4822
msgstr ""
4823
4823
 
4824
4824
# help of 'include-file-revisions' option of 'version-info' command
4825
 
#: brzlib/cmd_version_info.py:86
 
4825
#: breezy/cmd_version_info.py:86
4826
4826
msgid "Include the last revision for each file."
4827
4827
msgstr ""
4828
4828
 
4829
4829
# help of 'template' option of 'version-info' command
4830
 
#: brzlib/cmd_version_info.py:87
 
4830
#: breezy/cmd_version_info.py:87
4831
4831
msgid "Template for the output."
4832
4832
msgstr ""
4833
4833
 
4834
 
#: brzlib/cmd_version_info.py:101
 
4834
#: breezy/cmd_version_info.py:101
4835
4835
msgid "brz version-info --revision takes exactly one revision specifier"
4836
4836
msgstr ""
4837
4837
 
4838
 
#: brzlib/commands.py:229
 
4838
#: breezy/commands.py:229
4839
4839
#, python-format
4840
4840
msgid "unknown command \"%s\""
4841
4841
msgstr ""
4842
4842
 
4843
 
#: brzlib/commands.py:476
 
4843
#: breezy/commands.py:476
4844
4844
msgid "No help for this command."
4845
4845
msgstr ""
4846
4846
 
4847
 
#: brzlib/commands.py:489
 
4847
#: breezy/commands.py:489
4848
4848
#, python-format
4849
4849
msgid ":Purpose: %s\n"
4850
4850
msgstr ""
4851
4851
 
4852
 
#: brzlib/commands.py:491
 
4852
#: breezy/commands.py:491
4853
4853
#, python-format
4854
4854
msgid ""
4855
4855
":Usage:\n"
4856
4856
"%s\n"
4857
4857
msgstr ""
4858
4858
 
4859
 
#: brzlib/commands.py:493
 
4859
#: breezy/commands.py:493
4860
4860
#, python-format
4861
4861
msgid ":Usage:   %s\n"
4862
4862
msgstr ""
4863
4863
 
4864
 
#: brzlib/commands.py:512
 
4864
#: breezy/commands.py:512
4865
4865
#, python-format
4866
4866
msgid ":Options:%s"
4867
4867
msgstr ""
4868
4868
 
4869
 
#: brzlib/commands.py:523
 
4869
#: breezy/commands.py:523
4870
4870
#, python-format
4871
4871
msgid ""
4872
4872
":Description:\n"
4874
4874
"\n"
4875
4875
msgstr ""
4876
4876
 
4877
 
#: brzlib/commands.py:533
 
4877
#: breezy/commands.py:533
4878
4878
#, python-format
4879
4879
msgid ""
4880
4880
"See brz help %s for more details and examples.\n"
4881
4881
"\n"
4882
4882
msgstr ""
4883
4883
 
4884
 
#: brzlib/commands.py:538
 
4884
#: breezy/commands.py:538
4885
4885
msgid ":Aliases:  "
4886
4886
msgstr ""
4887
4887
 
4888
 
#: brzlib/commands.py:542
 
4888
#: breezy/commands.py:542
4889
4889
#, python-format
4890
4890
msgid ":From:     plugin \"%s\"\n"
4891
4891
msgstr ""
4892
4892
 
4893
 
#: brzlib/commands.py:554
 
4893
#: breezy/commands.py:554
4894
4894
#, python-brace-format
4895
4895
msgid ":doc:`{0} <{1}-help>`"
4896
4896
msgstr ""
4897
4897
 
4898
 
#: brzlib/commands.py:558
 
4898
#: breezy/commands.py:558
4899
4899
#, python-format
4900
4900
msgid ":See also: %s"
4901
4901
msgstr ""
4902
4902
 
4903
 
#: brzlib/commands.py:826
 
4903
#: breezy/commands.py:826
4904
4904
msgid "Only ASCII permitted in option names"
4905
4905
msgstr ""
4906
4906
 
4907
 
#: brzlib/commands.py:851 brzlib/commands.py:859
 
4907
#: breezy/commands.py:851 breezy/commands.py:859
4908
4908
msgid "command {0!r} needs one or more {1}"
4909
4909
msgstr ""
4910
4910
 
4911
 
#: brzlib/commands.py:868
 
4911
#: breezy/commands.py:868
4912
4912
msgid "command {0!r} requires argument {1}"
4913
4913
msgstr ""
4914
4914
 
4915
 
#: brzlib/commands.py:875
 
4915
#: breezy/commands.py:875
4916
4916
#, python-brace-format
4917
4917
msgid "extra argument to command {0}: {1}"
4918
4918
msgstr ""
4919
4919
 
4920
 
#: brzlib/commands.py:952
 
4920
#: breezy/commands.py:952
4921
4921
#, python-format
4922
4922
msgid "Profile data written to \"%s\"."
4923
4923
msgstr ""
4924
4924
 
4925
 
#: brzlib/commit.py:117 brzlib/commit.py:740
 
4925
#: breezy/commit.py:117 breezy/commit.py:740
4926
4926
msgid "added"
4927
4927
msgstr ""
4928
4928
 
4929
 
#: brzlib/commit.py:117 brzlib/commit.py:748
 
4929
#: breezy/commit.py:117 breezy/commit.py:748
4930
4930
msgid "modified"
4931
4931
msgstr ""
4932
4932
 
4933
 
#: brzlib/commit.py:131
 
4933
#: breezy/commit.py:131
4934
4934
#, python-format
4935
4935
msgid "Committing%s"
4936
4936
msgstr ""
4937
4937
 
4938
 
#: brzlib/commit.py:134
 
4938
#: breezy/commit.py:134
4939
4939
#, python-format
4940
4940
msgid "Committed revision %d."
4941
4941
msgstr ""
4942
4942
 
4943
 
#: brzlib/commit.py:143
 
4943
#: breezy/commit.py:143
4944
4944
#, python-format
4945
4945
msgid "deleted %s"
4946
4946
msgstr ""
4947
4947
 
4948
 
#: brzlib/commit.py:146
 
4948
#: breezy/commit.py:146
4949
4949
#, python-format
4950
4950
msgid "missing %s"
4951
4951
msgstr ""
4952
4952
 
4953
 
#: brzlib/commit.py:511
 
4953
#: breezy/commit.py:511
4954
4954
#, python-brace-format
4955
4955
msgid ""
4956
4956
"Conflicting tags in bound branch:\n"
4957
4957
"{0}"
4958
4958
msgstr ""
4959
4959
 
4960
 
#: brzlib/commit.py:742
 
4960
#: breezy/commit.py:742
4961
4961
msgid "renamed"
4962
4962
msgstr ""
4963
4963
 
4964
 
#: brzlib/commit.py:976
 
4964
#: breezy/commit.py:976
4965
4965
msgid "unchanged"
4966
4966
msgstr ""
4967
4967
 
4968
 
#: brzlib/commit.py:998
 
4968
#: breezy/commit.py:998
4969
4969
#, python-brace-format
4970
4970
msgid "{0} [{1}] - Stage"
4971
4971
msgstr ""
4972
4972
 
4973
 
#: brzlib/commit.py:1001
 
4973
#: breezy/commit.py:1001
4974
4974
#, python-format
4975
4975
msgid "%s - Stage"
4976
4976
msgstr ""
4977
4977
 
4978
 
#: brzlib/commit_signature_commands.py:34
 
4978
#: breezy/commit_signature_commands.py:34
4979
4979
msgid "Sign all commits by a given committer."
4980
4980
msgstr ""
4981
4981
 
4982
 
#: brzlib/commit_signature_commands.py:36
 
4982
#: breezy/commit_signature_commands.py:36
4983
4983
msgid ""
4984
4984
"If location is not specified the local tree is used.\n"
4985
4985
"If committer is not specified the default committer is used."
4986
4986
msgstr ""
4987
4987
 
4988
 
#: brzlib/commit_signature_commands.py:39
 
4988
#: breezy/commit_signature_commands.py:39
4989
4989
msgid "This does not sign commits that already have signatures."
4990
4990
msgstr ""
4991
4991
 
4992
4992
# help of 'dry-run' option of 'sign-my-commits' command
4993
 
#: brzlib/commit_signature_commands.py:47
 
4993
#: breezy/commit_signature_commands.py:47
4994
4994
msgid ""
4995
4995
"Don't actually sign anything, just print the revisions that would be signed."
4996
4996
msgstr ""
4997
4997
 
4998
 
#: brzlib/commit_signature_commands.py:98
 
4998
#: breezy/commit_signature_commands.py:98
4999
4999
#, python-format
5000
5000
msgid "Signed %d revision.\n"
5001
5001
msgid_plural "Signed %d revisions.\n"
5002
5002
msgstr[0] ""
5003
5003
msgstr[1] ""
5004
5004
 
5005
 
#: brzlib/commit_signature_commands.py:103
 
5005
#: breezy/commit_signature_commands.py:103
5006
5006
msgid "Verify all commit signatures."
5007
5007
msgstr ""
5008
5008
 
5009
 
#: brzlib/commit_signature_commands.py:105
 
5009
#: breezy/commit_signature_commands.py:105
5010
5010
msgid "Verifies that all commits in the branch are signed by known GnuPG keys."
5011
5011
msgstr ""
5012
5012
 
5013
5013
# help of 'acceptable-keys' option of 'verify-signatures' command
5014
 
#: brzlib/commit_signature_commands.py:110
 
5014
#: breezy/commit_signature_commands.py:110
5015
5015
msgid ""
5016
5016
"Comma separated list of GPG key patterns which are acceptable for "
5017
5017
"verification."
5018
5018
msgstr ""
5019
5019
 
5020
 
#: brzlib/commit_signature_commands.py:148
 
5020
#: breezy/commit_signature_commands.py:148
5021
5021
msgid "Cannot verify a range of non-revision-history revisions"
5022
5022
msgstr ""
5023
5023
 
5024
 
#: brzlib/commit_signature_commands.py:166
 
5024
#: breezy/commit_signature_commands.py:166
5025
5025
msgid "All commits signed with verifiable keys"
5026
5026
msgstr ""
5027
5027
 
5028
 
#: brzlib/config.py:438
 
5028
#: breezy/config.py:438
5029
5029
msgid "Invalid config value for \"{0}\"  value {1!r} is not an SI unit."
5030
5030
msgstr ""
5031
5031
 
5032
 
#: brzlib/config.py:2465
 
5032
#: breezy/config.py:2465
5033
5033
#, python-brace-format
5034
5034
msgid "{0} is not an SI unit."
5035
5035
msgstr ""
5036
5036
 
5037
 
#: brzlib/config.py:3013
 
5037
#: breezy/config.py:3013
5038
5038
#, python-brace-format
5039
5039
msgid ""
5040
5040
"Option {0} in section {1} of {2} was changed from {3} to {4}. The {5} value "
5041
5041
"will be saved."
5042
5042
msgstr ""
5043
5043
 
5044
 
#: brzlib/config.py:3158
 
5044
#: breezy/config.py:3158
5045
5045
#, python-format
5046
5046
msgid "Invalid '%s', should be of the form 'name=value'"
5047
5047
msgstr ""
5048
5048
 
5049
 
#: brzlib/config.py:4096
 
5049
#: breezy/config.py:4096
5050
5050
msgid "Display, set or remove a configuration option."
5051
5051
msgstr ""
5052
5052
 
5053
 
#: brzlib/config.py:4098
 
5053
#: breezy/config.py:4098
5054
5054
msgid "Display the active value for option NAME."
5055
5055
msgstr ""
5056
5056
 
5057
 
#: brzlib/config.py:4100
 
5057
#: breezy/config.py:4100
5058
5058
msgid ""
5059
5059
"If --all is specified, NAME is interpreted as a regular expression and all\n"
5060
5060
"matching options are displayed mentioning their scope and without resolving\n"
5062
5062
"account is the first one displayed for each option."
5063
5063
msgstr ""
5064
5064
 
5065
 
#: brzlib/config.py:4105
 
5065
#: breezy/config.py:4105
5066
5066
msgid ""
5067
5067
"If NAME is not given, --all .* is implied (all options are displayed for "
5068
5068
"the\n"
5069
5069
"current scope)."
5070
5070
msgstr ""
5071
5071
 
5072
 
#: brzlib/config.py:4108
 
5072
#: breezy/config.py:4108
5073
5073
msgid ""
5074
5074
"Setting a value is achieved by using NAME=value without spaces. The value\n"
5075
5075
"is set in the most relevant scope and can be checked by displaying the\n"
5076
5076
"option again."
5077
5077
msgstr ""
5078
5078
 
5079
 
#: brzlib/config.py:4112
 
5079
#: breezy/config.py:4112
5080
5080
msgid "Removing a value is achieved by using --remove NAME."
5081
5081
msgstr ""
5082
5082
 
5083
5083
# help of 'scope' option of 'config' command
5084
 
#: brzlib/config.py:4122
 
5084
#: breezy/config.py:4122
5085
5085
msgid "Reduce the scope to the specified configuration file."
5086
5086
msgstr ""
5087
5087
 
5088
5088
# help of 'all' option of 'config' command
5089
 
#: brzlib/config.py:4126
 
5089
#: breezy/config.py:4126
5090
5090
msgid "Display all the defined values for the matching options."
5091
5091
msgstr ""
5092
5092
 
5093
5093
# help of 'remove' option of 'config' command
5094
 
#: brzlib/config.py:4128
 
5094
#: breezy/config.py:4128
5095
5095
msgid "Remove the option from the configuration file."
5096
5096
msgstr ""
5097
5097
 
5098
 
#: brzlib/conflicts.py:50
 
5098
#: breezy/conflicts.py:50
5099
5099
msgid "List files with conflicts."
5100
5100
msgstr ""
5101
5101
 
5102
 
#: brzlib/conflicts.py:57
 
5102
#: breezy/conflicts.py:57
5103
5103
msgid ""
5104
5104
"Conflicts normally are listed as short, human-readable messages.  If --text\n"
5105
5105
"is supplied, the pathnames of files with text conflicts are listed,\n"
5106
5106
"instead.  (This is useful for editing all files with text conflicts.)"
5107
5107
msgstr ""
5108
5108
 
5109
 
#: brzlib/conflicts.py:61
 
5109
#: breezy/conflicts.py:61
5110
5110
msgid "Use brz resolve when you have fixed a problem."
5111
5111
msgstr ""
5112
5112
 
5113
5113
# help of 'text' option of 'conflicts' command
5114
 
#: brzlib/conflicts.py:66
 
5114
#: breezy/conflicts.py:66
5115
5115
msgid "List paths of files with text conflicts."
5116
5116
msgstr ""
5117
5117
 
5118
5118
# help of 'action=done' option of 'resolve' command
5119
 
#: brzlib/conflicts.py:85
 
5119
#: breezy/conflicts.py:85
5120
5120
msgid "Marks the conflict as resolved."
5121
5121
msgstr ""
5122
5122
 
5123
5123
# help of 'action=take-this' option of 'resolve' command
5124
 
#: brzlib/conflicts.py:88
 
5124
#: breezy/conflicts.py:88
5125
5125
msgid "Resolve the conflict preserving the version in the working tree."
5126
5126
msgstr ""
5127
5127
 
5128
5128
# help of 'action=take-other' option of 'resolve' command
5129
 
#: brzlib/conflicts.py:91
 
5129
#: breezy/conflicts.py:91
5130
5130
msgid "Resolve the conflict taking the merged version into account."
5131
5131
msgstr ""
5132
5132
 
5133
5133
# help of 'action' option of 'resolve' command
5134
 
#: brzlib/conflicts.py:98
 
5134
#: breezy/conflicts.py:98
5135
5135
msgid "How to resolve the conflict."
5136
5136
msgstr ""
5137
5137
 
5138
 
#: brzlib/conflicts.py:104
 
5138
#: breezy/conflicts.py:104
5139
5139
msgid "Mark a conflict as resolved."
5140
5140
msgstr ""
5141
5141
 
5142
 
#: brzlib/conflicts.py:111
 
5142
#: breezy/conflicts.py:111
5143
5143
msgid ""
5144
5144
"Once you have fixed a problem, use \"brz resolve\" to automatically mark\n"
5145
5145
"text conflicts as fixed, \"brz resolve FILE\" to mark a specific conflict "
5148
5148
msgstr ""
5149
5149
 
5150
5150
# help of 'all' option of 'resolve' command
5151
 
#: brzlib/conflicts.py:119
 
5151
#: breezy/conflicts.py:119
5152
5152
msgid "Resolve all conflicts in this tree."
5153
5153
msgstr ""
5154
5154
 
5155
 
#: brzlib/conflicts.py:126
 
5155
#: breezy/conflicts.py:126
5156
5156
msgid "If --all is specified, no FILE may be provided"
5157
5157
msgstr ""
5158
5158
 
5159
 
#: brzlib/conflicts.py:151
 
5159
#: breezy/conflicts.py:151
5160
5160
#, python-format
5161
5161
msgid "%d conflict auto-resolved."
5162
5162
msgid_plural "%d conflicts auto-resolved."
5163
5163
msgstr[0] ""
5164
5164
msgstr[1] ""
5165
5165
 
5166
 
#: brzlib/conflicts.py:154
 
5166
#: breezy/conflicts.py:154
5167
5167
msgid "Remaining conflicts:"
5168
5168
msgstr ""
5169
5169
 
5170
 
#: brzlib/conflicts.py:159
 
5170
#: breezy/conflicts.py:159
5171
5171
msgid "All conflicts resolved."
5172
5172
msgstr ""
5173
5173
 
5174
 
#: brzlib/conflicts.py:168
 
5174
#: breezy/conflicts.py:168
5175
5175
#, python-brace-format
5176
5176
msgid "{0} conflict resolved, {1} remaining"
5177
5177
msgid_plural "{0} conflicts resolved, {1} remaining"
5178
5178
msgstr[0] ""
5179
5179
msgstr[1] ""
5180
5180
 
5181
 
#: brzlib/controldir.py:712
 
5181
#: breezy/controldir.py:712
5182
5182
#, python-brace-format
5183
5183
msgid "{0} is{1} redirected to {2}"
5184
5184
msgstr ""
5185
5185
 
5186
 
#: brzlib/diff.py:413
 
5186
#: breezy/diff.py:413
5187
5187
#, python-format
5188
5188
msgid "*** Ignoring files outside view. View is %s"
5189
5189
msgstr ""
5190
5190
 
5191
 
#: brzlib/errors.py:157
 
5191
#: breezy/errors.py:157
5192
5192
msgid "The tree builder is already building a tree."
5193
5193
msgstr ""
5194
5194
 
5195
 
#: brzlib/errors.py:178
 
5195
#: breezy/errors.py:178
5196
5196
msgid "The dirstate file (%(state)s) appears to be corrupt: %(msg)s"
5197
5197
msgstr ""
5198
5198
 
5199
 
#: brzlib/errors.py:197
 
5199
#: breezy/errors.py:197
5200
5200
msgid ""
5201
5201
"The API for \"%(api)s\" is not compatible with \"%(wanted)s\". It supports "
5202
5202
"versions \"%(minimum)s\" to \"%(current)s\"."
5203
5203
msgstr ""
5204
5204
 
5205
 
#: brzlib/errors.py:209
 
5205
#: breezy/errors.py:209
5206
5206
msgid "The transport '%(transport)s' is only accessible within this process."
5207
5207
msgstr ""
5208
5208
 
5209
 
#: brzlib/errors.py:227
 
5209
#: breezy/errors.py:227
5210
5210
msgid "Invalid revision number %(revno)s"
5211
5211
msgstr ""
5212
5212
 
5213
 
#: brzlib/errors.py:236
 
5213
#: breezy/errors.py:236
5214
5214
msgid "Invalid revision-id {%(revision_id)s} in %(branch)s"
5215
5215
msgstr ""
5216
5216
 
5217
 
#: brzlib/errors.py:247
 
5217
#: breezy/errors.py:247
5218
5218
msgid "Reserved revision-id {%(revision_id)s}"
5219
5219
msgstr ""
5220
5220
 
5221
 
#: brzlib/errors.py:261
 
5221
#: breezy/errors.py:261
5222
5222
msgid "There is no public branch set for \"%(branch_url)s\"."
5223
5223
msgstr ""
5224
5224
 
5225
 
#: brzlib/errors.py:271
 
5225
#: breezy/errors.py:271
5226
5226
msgid ""
5227
5227
"No help could be found for '%(topic)s'. Please use 'brz help topics' to "
5228
5228
"obtain a list of topics."
5229
5229
msgstr ""
5230
5230
 
5231
 
#: brzlib/errors.py:280
 
5231
#: breezy/errors.py:280
5232
5232
msgid "The file id \"%(file_id)s\" is not present in the tree %(tree)s."
5233
5233
msgstr ""
5234
5234
 
5235
 
#: brzlib/errors.py:290
 
5235
#: breezy/errors.py:290
5236
5236
msgid ""
5237
5237
"The file id \"%(file_id)s\" is not present in the repository %(repository)r"
5238
5238
msgstr ""
5239
5239
 
5240
 
#: brzlib/errors.py:299
 
5240
#: breezy/errors.py:299
5241
5241
msgid "The branch '%(branch)s' is not stacked."
5242
5242
msgstr ""
5243
5243
 
5244
 
#: brzlib/errors.py:313
 
5244
#: breezy/errors.py:313
5245
5245
msgid "No WorkingTree exists for \"%(base)s\"."
5246
5246
msgstr ""
5247
5247
 
5248
 
#: brzlib/errors.py:322
 
5248
#: breezy/errors.py:322
5249
5249
msgid "Not currently building a tree."
5250
5250
msgstr ""
5251
5251
 
5252
 
#: brzlib/errors.py:327
 
5252
#: breezy/errors.py:327
5253
5253
msgid "%(url)s is not a local path."
5254
5254
msgstr ""
5255
5255
 
5256
 
#: brzlib/errors.py:355
 
5256
#: breezy/errors.py:355
5257
5257
msgid "%(not_locked)r is not write locked but needs to be."
5258
5258
msgstr ""
5259
5259
 
5260
 
#: brzlib/errors.py:363
 
5260
#: breezy/errors.py:363
5261
5261
msgid "Error in command line options"
5262
5262
msgstr ""
5263
5263
 
5264
 
#: brzlib/errors.py:368
 
5264
#: breezy/errors.py:368
5265
5265
msgid "%(value)s is not an index of type %(_type)s."
5266
5266
msgstr ""
5267
5267
 
5268
 
#: brzlib/errors.py:378
 
5268
#: breezy/errors.py:378
5269
5269
msgid "Error in data for index %(value)s."
5270
5270
msgstr ""
5271
5271
 
5272
 
#: brzlib/errors.py:387
 
5272
#: breezy/errors.py:387
5273
5273
msgid "The key '%(key)s' is already in index '%(index)s'."
5274
5274
msgstr ""
5275
5275
 
5276
 
#: brzlib/errors.py:397
 
5276
#: breezy/errors.py:397
5277
5277
msgid "The key '%(key)s' is not a valid key."
5278
5278
msgstr ""
5279
5279
 
5280
 
#: brzlib/errors.py:406
 
5280
#: breezy/errors.py:406
5281
5281
msgid "Could not parse options for index %(value)s."
5282
5282
msgstr ""
5283
5283
 
5284
 
#: brzlib/errors.py:415
 
5284
#: breezy/errors.py:415
5285
5285
msgid "The value '%(value)s' is not a valid value."
5286
5286
msgstr ""
5287
5287
 
5288
 
#: brzlib/errors.py:424
 
5288
#: breezy/errors.py:424
5289
5289
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
5290
5290
msgstr ""
5291
5291
 
5292
 
#: brzlib/errors.py:443
 
5292
#: breezy/errors.py:443
5293
5293
msgid "Generic path error: %(path)r%(extra)s)"
5294
5294
msgstr ""
5295
5295
 
5296
 
#: brzlib/errors.py:456
 
5296
#: breezy/errors.py:456
5297
5297
msgid "No such file: %(path)r%(extra)s"
5298
5298
msgstr ""
5299
5299
 
5300
 
#: brzlib/errors.py:461
 
5300
#: breezy/errors.py:461
5301
5301
msgid "File exists: %(path)r%(extra)s"
5302
5302
msgstr ""
5303
5303
 
5304
 
#: brzlib/errors.py:467
 
5304
#: breezy/errors.py:467
5305
5305
msgid ""
5306
5306
"Could not rename %(source)s => %(dest)s because both files exist. (Use --"
5307
5307
"after to tell brz about a rename that has already happened)%(extra)s"
5308
5308
msgstr ""
5309
5309
 
5310
 
#: brzlib/errors.py:483
 
5310
#: breezy/errors.py:483
5311
5311
msgid "\"%(path)s\" is not a directory %(extra)s"
5312
5312
msgstr ""
5313
5313
 
5314
 
#: brzlib/errors.py:488
 
5314
#: breezy/errors.py:488
5315
5315
msgid "\"%(path)s\" is not in the working directory %(extra)s"
5316
5316
msgstr ""
5317
5317
 
5318
 
#: brzlib/errors.py:493
 
5318
#: breezy/errors.py:493
5319
5319
msgid "Directory not empty: \"%(path)s\"%(extra)s"
5320
5320
msgstr ""
5321
5321
 
5322
 
#: brzlib/errors.py:498
 
5322
#: breezy/errors.py:498
5323
5323
msgid "Hard-linking \"%(path)s\" is not supported"
5324
5324
msgstr ""
5325
5325
 
5326
 
#: brzlib/errors.py:513
 
5326
#: breezy/errors.py:513
5327
5327
msgid "Device or resource busy: \"%(path)s\"%(extra)s"
5328
5328
msgstr ""
5329
5329
 
5330
 
#: brzlib/errors.py:518
 
5330
#: breezy/errors.py:518
5331
5331
msgid "Permission denied: \"%(path)s\"%(extra)s"
5332
5332
msgstr ""
5333
5333
 
5334
 
#: brzlib/errors.py:523
 
5334
#: breezy/errors.py:523
5335
5335
msgid "Invalid url supplied to transport: \"%(path)s\"%(extra)s"
5336
5336
msgstr ""
5337
5337
 
5338
 
#: brzlib/errors.py:528
 
5338
#: breezy/errors.py:528
5339
5339
msgid "Invalid URL join request: %(reason)s: %(base)r + %(join_args)r"
5340
5340
msgstr ""
5341
5341
 
5342
 
#: brzlib/errors.py:539
 
5342
#: breezy/errors.py:539
5343
5343
msgid "URLs differ by more than path: %(from_)r and %(to)r"
5344
5344
msgstr ""
5345
5345
 
5346
 
#: brzlib/errors.py:561
5347
 
msgid "The %(type)s hook '%(hook)s' is unknown in this version of brzlib."
 
5346
#: breezy/errors.py:561
 
5347
msgid "The %(type)s hook '%(hook)s' is unknown in this version of breezy."
5348
5348
msgstr ""
5349
5349
 
5350
 
#: brzlib/errors.py:571
 
5350
#: breezy/errors.py:571
5351
5351
msgid "Unsupported protocol for url \"%(path)s\"%(extra)s"
5352
5352
msgstr ""
5353
5353
 
5354
 
#: brzlib/errors.py:579
 
5354
#: breezy/errors.py:579
5355
5355
msgid ""
5356
5356
"The branch '%(url)s'(%(format)s) is not a stackable format. You will need to "
5357
5357
"upgrade the branch to permit branch stacking."
5358
5358
msgstr ""
5359
5359
 
5360
 
#: brzlib/errors.py:590
 
5360
#: breezy/errors.py:590
5361
5361
msgid "The branch '%(branch_url)s' cannot be stacked on '%(target_url)s'."
5362
5362
msgstr ""
5363
5363
 
5364
 
#: brzlib/errors.py:600
 
5364
#: breezy/errors.py:600
5365
5365
msgid ""
5366
5366
"The repository '%(url)s'(%(format)s) is not a stackable format. You will "
5367
5367
"need to upgrade the repository to permit branch stacking."
5368
5368
msgstr ""
5369
5369
 
5370
 
#: brzlib/errors.py:611
 
5370
#: breezy/errors.py:611
5371
5371
msgid "Error reading from %(path)r."
5372
5372
msgstr ""
5373
5373
 
5374
 
#: brzlib/errors.py:630
 
5374
#: breezy/errors.py:630
5375
5375
msgid "Path \"%(path)s\" is not a child of path \"%(base)s\"%(extra)s"
5376
5376
msgstr ""
5377
5377
 
5378
 
#: brzlib/errors.py:646
 
5378
#: breezy/errors.py:646
5379
5379
msgid "Path \"%(path)s\" is not unicode normalized"
5380
5380
msgstr ""
5381
5381
 
5382
 
#: brzlib/errors.py:654
 
5382
#: breezy/errors.py:654
5383
5383
msgid "Not a branch: \"%(path)s\"%(detail)s."
5384
5384
msgstr ""
5385
5385
 
5386
 
#: brzlib/errors.py:696
 
5386
#: breezy/errors.py:696
5387
5387
msgid "No submit branch available for branch \"%(path)s\""
5388
5388
msgstr ""
5389
5389
 
5390
 
#: brzlib/errors.py:705
 
5390
#: breezy/errors.py:705
5391
5391
msgid "A control directory already exists: \"%(path)s\"."
5392
5392
msgstr ""
5393
5393
 
5394
 
#: brzlib/errors.py:710
 
5394
#: breezy/errors.py:710
5395
5395
msgid "Already a branch: \"%(path)s\"."
5396
5396
msgstr ""
5397
5397
 
5398
 
#: brzlib/errors.py:715
 
5398
#: breezy/errors.py:715
5399
5399
msgid "Invalid branch name: %(name)s"
5400
5400
msgstr ""
5401
5401
 
5402
 
#: brzlib/errors.py:724
 
5402
#: breezy/errors.py:724
5403
5403
msgid "Parent branch already exists: \"%(path)s\"."
5404
5404
msgstr ""
5405
5405
 
5406
 
#: brzlib/errors.py:730
 
5406
#: breezy/errors.py:730
5407
5407
msgid ""
5408
5408
"Directory contains a branch, but no working tree (use brz checkout if you "
5409
5409
"wish to build a working tree): \"%(path)s\""
5410
5410
msgstr ""
5411
5411
 
5412
 
#: brzlib/errors.py:735
 
5412
#: breezy/errors.py:735
5413
5413
msgid ""
5414
5414
"\"%(function)s\" called on an AtomicFile after it was closed: \"%(path)s\""
5415
5415
msgstr ""
5416
5416
 
5417
 
#: brzlib/errors.py:745
 
5417
#: breezy/errors.py:745
5418
5418
msgid ""
5419
5419
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
5420
5420
msgstr ""
5421
5421
 
5422
 
#: brzlib/errors.py:755
 
5422
#: breezy/errors.py:755
5423
5423
msgid "No repository present: \"%(path)s\""
5424
5424
msgstr ""
5425
5425
 
5426
 
#: brzlib/errors.py:762
 
5426
#: breezy/errors.py:762
5427
5427
msgid ""
5428
5428
"Unsupported branch format: %(format)s\n"
5429
5429
"Please run 'brz upgrade'"
5430
5430
msgstr ""
5431
5431
 
5432
 
#: brzlib/errors.py:768
 
5432
#: breezy/errors.py:768
5433
5433
msgid "Unknown %(kind)s format: %(format)r"
5434
5434
msgstr ""
5435
5435
 
5436
 
#: brzlib/errors.py:777
 
5436
#: breezy/errors.py:777
5437
5437
msgid "Format %(format)s is not compatible with .bzr version %(bzrdir)s."
5438
5438
msgstr ""
5439
5439
 
5440
 
#: brzlib/errors.py:787
 
5440
#: breezy/errors.py:787
5441
5441
msgid "Parse error on line %(lineno)d of %(format)s format: %(line)s"
5442
5442
msgstr ""
5443
5443
 
5444
 
#: brzlib/errors.py:802
 
5444
#: breezy/errors.py:802
5445
5445
msgid ""
5446
5446
"%(target)s\n"
5447
5447
"is not compatible with\n"
5449
5449
"%(details)s"
5450
5450
msgstr ""
5451
5451
 
5452
 
#: brzlib/errors.py:818
 
5452
#: breezy/errors.py:818
5453
5453
msgid "Revision is not compatible with %(repo_format)s"
5454
5454
msgstr ""
5455
5455
 
5456
 
#: brzlib/errors.py:828
 
5456
#: breezy/errors.py:828
5457
5457
msgid "%(context_info)s%(path)s is already versioned."
5458
5458
msgstr ""
5459
5459
 
5460
 
#: brzlib/errors.py:849
 
5460
#: breezy/errors.py:849
5461
5461
msgid "%(context_info)s%(path)s is not versioned."
5462
5462
msgstr ""
5463
5463
 
5464
 
#: brzlib/errors.py:870
 
5464
#: breezy/errors.py:870
5465
5465
msgid "Path(s) are not versioned: %(paths_as_string)s"
5466
5466
msgstr ""
5467
5467
 
5468
 
#: brzlib/errors.py:881
 
5468
#: breezy/errors.py:881
5469
5469
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5470
5470
msgstr ""
5471
5471
 
5472
 
#: brzlib/errors.py:900
 
5472
#: breezy/errors.py:900
5473
5473
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5474
5474
msgstr ""
5475
5475
 
5476
 
#: brzlib/errors.py:908
 
5476
#: breezy/errors.py:908
5477
5477
msgid ""
5478
5478
"Filename %(filename)r is not valid in your current filesystem encoding "
5479
5479
"%(fs_encoding)s"
5480
5480
msgstr ""
5481
5481
 
5482
 
#: brzlib/errors.py:919
 
5482
#: breezy/errors.py:919
5483
5483
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5484
5484
msgstr ""
5485
5485
 
5486
 
#: brzlib/errors.py:937
 
5486
#: breezy/errors.py:937
5487
5487
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5488
5488
msgstr ""
5489
5489
 
5490
 
#: brzlib/errors.py:976
 
5490
#: breezy/errors.py:976
5491
5491
msgid "Cannot lock %(lock)s: %(why)s"
5492
5492
msgstr ""
5493
5493
 
5494
 
#: brzlib/errors.py:986
 
5494
#: breezy/errors.py:986
5495
5495
msgid ""
5496
5496
"A transaction related operation was attempted after the transaction finished."
5497
5497
msgstr ""
5498
5498
 
5499
 
#: brzlib/errors.py:1013
 
5499
#: breezy/errors.py:1013
5500
5500
msgid "Cannot lock: transport is read only: %(transport)s"
5501
5501
msgstr ""
5502
5502
 
5503
 
#: brzlib/errors.py:1021
 
5503
#: breezy/errors.py:1021
5504
5504
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5505
5505
msgstr ""
5506
5506
 
5507
 
#: brzlib/errors.py:1032
 
5507
#: breezy/errors.py:1032
5508
5508
msgid "Lock was broken while still open: %(lock)s - check storage consistency!"
5509
5509
msgstr ""
5510
5510
 
5511
 
#: brzlib/errors.py:1043
 
5511
#: breezy/errors.py:1043
5512
5512
msgid ""
5513
5513
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5514
5514
"%(holder)r, wanted to break %(target)r"
5515
5515
msgstr ""
5516
5516
 
5517
 
#: brzlib/errors.py:1055
 
5517
#: breezy/errors.py:1055
5518
5518
msgid ""
5519
5519
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5520
5520
"Use 'brz break-lock' to clear it"
5521
5521
msgstr ""
5522
5522
 
5523
 
#: brzlib/errors.py:1068
 
5523
#: breezy/errors.py:1068
5524
5524
msgid "Lock not held: %(lock)s"
5525
5525
msgstr ""
5526
5526
 
5527
 
#: brzlib/errors.py:1097
 
5527
#: breezy/errors.py:1097
5528
5528
msgid "No changes to commit"
5529
5529
msgstr ""
5530
5530
 
5531
 
#: brzlib/errors.py:1102
 
5531
#: breezy/errors.py:1102
5532
5532
msgid ""
5533
5533
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5534
5534
msgstr ""
5535
5535
 
5536
 
#: brzlib/errors.py:1112
 
5536
#: breezy/errors.py:1112
5537
5537
msgid ""
5538
5538
"Excluding paths during commit is not supported by repository at "
5539
5539
"%(repository)r."
5540
5540
msgstr ""
5541
5541
 
5542
 
#: brzlib/errors.py:1121
 
5542
#: breezy/errors.py:1121
5543
5543
msgid ""
5544
5544
"The specified commit message contains characters unsupported by the current "
5545
5545
"encoding."
5546
5546
msgstr ""
5547
5547
 
5548
 
#: brzlib/errors.py:1127
 
5548
#: breezy/errors.py:1127
5549
5549
msgid "Upgrade URL cannot work with readonly URLs."
5550
5550
msgstr ""
5551
5551
 
5552
 
#: brzlib/errors.py:1132
 
5552
#: breezy/errors.py:1132
5553
5553
msgid "The branch format %(format)s is already at the most recent format."
5554
5554
msgstr ""
5555
5555
 
5556
 
#: brzlib/errors.py:1155
 
5556
#: breezy/errors.py:1155
5557
5557
msgid "Option --change does not accept revision ranges"
5558
5558
msgstr ""
5559
5559
 
5560
 
#: brzlib/errors.py:1160
 
5560
#: breezy/errors.py:1160
5561
5561
msgid "No namespace registered for string: %(spec)r"
5562
5562
msgstr ""
5563
5563
 
5564
 
#: brzlib/errors.py:1179
 
5564
#: breezy/errors.py:1179
5565
5565
msgid ""
5566
5566
"Requested revision: '%(spec)s' does not exist in branch: %(branch_url)s"
5567
5567
"%(extra)s"
5568
5568
msgstr ""
5569
5569
 
5570
 
#: brzlib/errors.py:1193
 
5570
#: breezy/errors.py:1193
5571
5571
msgid ""
5572
5572
"Operation denied because it would change the main history, which is not "
5573
5573
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5574
5574
msgstr ""
5575
5575
 
5576
 
#: brzlib/errors.py:1204
 
5576
#: breezy/errors.py:1204
5577
5577
msgid ""
5578
5578
"These branches have diverged. Use the missing command to see how.\n"
5579
5579
"Use the merge command to reconcile them."
5580
5580
msgstr ""
5581
5581
 
5582
 
#: brzlib/errors.py:1224
 
5582
#: breezy/errors.py:1224
5583
5583
msgid ""
5584
5584
"Branches have no common ancestor, and no merge base revision was specified."
5585
5585
msgstr ""
5586
5586
 
5587
 
#: brzlib/errors.py:1230
 
5587
#: breezy/errors.py:1230
5588
5588
msgid ""
5589
5589
"Selected merge cannot perform reverse cherrypicks.  Try merge3 or diff3."
5590
5590
msgstr ""
5591
5591
 
5592
 
#: brzlib/errors.py:1236
 
5592
#: breezy/errors.py:1236
5593
5593
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5594
5594
msgstr ""
5595
5595
 
5596
 
#: brzlib/errors.py:1245
 
5596
#: breezy/errors.py:1245
5597
5597
msgid ""
5598
5598
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5599
5599
msgstr ""
5600
5600
 
5601
 
#: brzlib/errors.py:1254
 
5601
#: breezy/errors.py:1254
5602
5602
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5603
5603
msgstr ""
5604
5604
 
5605
 
#: brzlib/errors.py:1263
 
5605
#: breezy/errors.py:1263
5606
5606
msgid "Branch %(branch)s has no commits."
5607
5607
msgstr ""
5608
5608
 
5609
 
#: brzlib/errors.py:1281
 
5609
#: breezy/errors.py:1281
5610
5610
msgid ""
5611
5611
"Bound branch %(branch)s is out of date with master branch %(master)s."
5612
5612
"%(extra_help)s"
5613
5613
msgstr ""
5614
5614
 
5615
 
#: brzlib/errors.py:1293
 
5615
#: breezy/errors.py:1293
5616
5616
msgid ""
5617
5617
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5618
5618
"bound to %(remote)s."
5619
5619
msgstr ""
5620
5620
 
5621
 
#: brzlib/errors.py:1305
 
5621
#: breezy/errors.py:1305
5622
5622
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5623
5623
msgstr ""
5624
5624
 
5625
 
#: brzlib/errors.py:1314
 
5625
#: breezy/errors.py:1314
5626
5626
msgid ""
5627
5627
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5628
5628
"%(error)s"
5629
5629
msgstr ""
5630
5630
 
5631
 
#: brzlib/errors.py:1326
 
5631
#: breezy/errors.py:1326
5632
5632
msgid "Error in processing weave: %(msg)s"
5633
5633
msgstr ""
5634
5634
 
5635
 
#: brzlib/errors.py:1335
 
5635
#: breezy/errors.py:1335
5636
5636
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5637
5637
msgstr ""
5638
5638
 
5639
 
#: brzlib/errors.py:1346
 
5639
#: breezy/errors.py:1346
5640
5640
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5641
5641
msgstr ""
5642
5642
 
5643
 
#: brzlib/errors.py:1356
 
5643
#: breezy/errors.py:1356
5644
5644
msgid "Weave invariant violated: %(what)s"
5645
5645
msgstr ""
5646
5646
 
5647
 
#: brzlib/errors.py:1365
 
5647
#: breezy/errors.py:1365
5648
5648
msgid "Parents are mismatched between two revisions. %(msg)s"
5649
5649
msgstr ""
5650
5650
 
5651
 
#: brzlib/errors.py:1387
 
5651
#: breezy/errors.py:1387
5652
5652
msgid ""
5653
5653
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5654
5654
"%(weave_b)s"
5655
5655
msgstr ""
5656
5656
 
5657
 
#: brzlib/errors.py:1399
 
5657
#: breezy/errors.py:1399
5658
5658
msgid "Versioned file error"
5659
5659
msgstr ""
5660
5660
 
5661
 
#: brzlib/errors.py:1404
 
5661
#: breezy/errors.py:1404
5662
5662
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5663
5663
msgstr ""
5664
5664
 
5665
 
#: brzlib/errors.py:1414
 
5665
#: breezy/errors.py:1414
5666
5666
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5667
5667
msgstr ""
5668
5668
 
5669
 
#: brzlib/errors.py:1424
 
5669
#: breezy/errors.py:1424
5670
5670
msgid "Text did not match its checksum: %(msg)s"
5671
5671
msgstr ""
5672
5672
 
5673
 
#: brzlib/errors.py:1550
 
5673
#: breezy/errors.py:1550
5674
5674
msgid "Export format %(format)r not supported"
5675
5675
msgstr ""
5676
5676
 
5677
 
#: brzlib/errors.py:1559
 
5677
#: breezy/errors.py:1559
5678
5678
msgid "Transport error: %(msg)s %(orig_error)s"
5679
5679
msgstr ""
5680
5680
 
5681
 
#: brzlib/errors.py:1585
 
5681
#: breezy/errors.py:1585
5682
5682
msgid "Generic bzr smart protocol error: %(details)s"
5683
5683
msgstr ""
5684
5684
 
5685
 
#: brzlib/errors.py:1593
 
5685
#: breezy/errors.py:1593
5686
5686
msgid "Received bad protocol version marker: %(marker)r"
5687
5687
msgstr ""
5688
5688
 
5689
 
#: brzlib/errors.py:1625
 
5689
#: breezy/errors.py:1625
5690
5690
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5691
5691
msgstr ""
5692
5692
 
5693
 
#: brzlib/errors.py:1630
 
5693
#: breezy/errors.py:1630
5694
5694
msgid "Connection error: %(msg)s %(orig_error)s"
5695
5695
msgstr ""
5696
5696
 
5697
 
#: brzlib/errors.py:1635
 
5697
#: breezy/errors.py:1635
5698
5698
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5699
5699
msgstr ""
5700
5700
 
5701
 
#: brzlib/errors.py:1656
 
5701
#: breezy/errors.py:1656
5702
5702
msgid "Connection closed: %(msg)s %(orig_error)s"
5703
5703
msgstr ""
5704
5704
 
5705
 
#: brzlib/errors.py:1661
 
5705
#: breezy/errors.py:1661
5706
5706
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5707
5707
msgstr ""
5708
5708
 
5709
 
#: brzlib/errors.py:1666
 
5709
#: breezy/errors.py:1666
5710
5710
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5711
5711
msgstr ""
5712
5712
 
5713
 
#: brzlib/errors.py:1676
 
5713
#: breezy/errors.py:1676
5714
5714
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5715
5715
msgstr ""
5716
5716
 
5717
 
#: brzlib/errors.py:1691
 
5717
#: breezy/errors.py:1691
5718
5718
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5719
5719
msgstr ""
5720
5720
 
5721
 
#: brzlib/errors.py:1705
 
5721
#: breezy/errors.py:1705
5722
5722
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5723
5723
msgstr ""
5724
5724
 
5725
 
#: brzlib/errors.py:1713
 
5725
#: breezy/errors.py:1713
5726
5726
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5727
5727
msgstr ""
5728
5728
 
5729
 
#: brzlib/errors.py:1722
 
5729
#: breezy/errors.py:1722
5730
5730
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5731
5731
msgstr ""
5732
5732
 
5733
 
#: brzlib/errors.py:1736
 
5733
#: breezy/errors.py:1736
5734
5734
msgid "Too many redirections"
5735
5735
msgstr ""
5736
5736
 
5737
 
#: brzlib/errors.py:1741
 
5737
#: breezy/errors.py:1741
5738
5738
msgid "Working tree has conflicts."
5739
5739
msgstr ""
5740
5740
 
5741
 
#: brzlib/errors.py:1745
 
5741
#: breezy/errors.py:1745
5742
5742
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5743
5743
msgstr ""
5744
5744
 
5745
 
#: brzlib/errors.py:1754
 
5745
#: breezy/errors.py:1754
5746
5746
msgid ""
5747
5747
"Error(s) parsing config file %(filename)s:\n"
5748
5748
"%(errors)s"
5749
5749
msgstr ""
5750
5750
 
5751
 
#: brzlib/errors.py:1764
 
5751
#: breezy/errors.py:1764
5752
5752
msgid ""
5753
5753
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5754
5754
"See ``brz help %(name)s``"
5755
5755
msgstr ""
5756
5756
 
5757
 
#: brzlib/errors.py:1774
 
5757
#: breezy/errors.py:1774
5758
5758
msgid "%(username)r does not seem to contain a reasonable email address"
5759
5759
msgstr ""
5760
5760
 
5761
 
#: brzlib/errors.py:1783
 
5761
#: breezy/errors.py:1783
5762
5762
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5763
5763
msgstr ""
5764
5764
 
5765
 
#: brzlib/errors.py:1791
 
5765
#: breezy/errors.py:1791
5766
5766
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5767
5767
msgstr ""
5768
5768
 
5769
 
#: brzlib/errors.py:1799
 
5769
#: breezy/errors.py:1799
5770
5770
msgid "Unable to import library \"%(library)s\": %(error)s"
5771
5771
msgstr ""
5772
5772
 
5773
 
#: brzlib/errors.py:1807
 
5773
#: breezy/errors.py:1807
5774
5774
msgid "python-gpgme is not installed, it is needed to verify signatures"
5775
5775
msgstr ""
5776
5776
 
5777
 
#: brzlib/errors.py:1815
 
5777
#: breezy/errors.py:1815
5778
5778
msgid ""
5779
5779
"The working tree for %(basedir)s has changed since the last commit, but "
5780
5780
"weave merge requires that it be unchanged"
5781
5781
msgstr ""
5782
5782
 
5783
 
#: brzlib/errors.py:1825
 
5783
#: breezy/errors.py:1825
5784
5784
msgid ""
5785
5785
"Can't reprocess and show base, because reprocessing obscures the "
5786
5786
"relationship of conflicting lines to the base"
5787
5787
msgstr ""
5788
5788
 
5789
 
#: brzlib/errors.py:1831
 
5789
#: breezy/errors.py:1831
5790
5790
msgid "Cycle in graph %(graph)r"
5791
5791
msgstr ""
5792
5792
 
5793
 
#: brzlib/errors.py:1859
 
5793
#: breezy/errors.py:1859
5794
5794
msgid "File %(filename)s is not conflicted."
5795
5795
msgstr ""
5796
5796
 
5797
 
#: brzlib/errors.py:1881
 
5797
#: breezy/errors.py:1881
5798
5798
msgid "No bundle was found in \"%(filename)s\"."
5799
5799
msgstr ""
5800
5800
 
5801
 
#: brzlib/errors.py:1890
 
5801
#: breezy/errors.py:1890
5802
5802
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5803
5803
msgstr ""
5804
5804
 
5805
 
#: brzlib/errors.py:1900
 
5805
#: breezy/errors.py:1900
5806
5806
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5807
5807
msgstr ""
5808
5808
 
5809
 
#: brzlib/errors.py:1913
 
5809
#: breezy/errors.py:1913
5810
5810
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5811
5811
msgstr ""
5812
5812
 
5813
 
#: brzlib/errors.py:1923
 
5813
#: breezy/errors.py:1923
5814
5814
msgid "Key %(key)s is already present in map"
5815
5815
msgstr ""
5816
5816
 
5817
 
#: brzlib/errors.py:1928
 
5817
#: breezy/errors.py:1928
5818
5818
msgid "The prefix %(prefix)s is in the help search path twice."
5819
5819
msgstr ""
5820
5820
 
5821
 
#: brzlib/errors.py:1938
 
5821
#: breezy/errors.py:1938
5822
5822
msgid ""
5823
5823
"No final name for trans_id %(trans_id)r\n"
5824
5824
"file-id: %(file_id)r\n"
5825
5825
"root trans-id: %(root_trans_id)r\n"
5826
5826
msgstr ""
5827
5827
 
5828
 
#: brzlib/errors.py:1970
 
5828
#: breezy/errors.py:1970
5829
5829
msgid "Attempt to reuse a transform that has already been applied."
5830
5830
msgstr ""
5831
5831
 
5832
 
#: brzlib/errors.py:1975
 
5832
#: breezy/errors.py:1975
5833
5833
msgid "Moving the root directory is not supported at this time"
5834
5834
msgstr ""
5835
5835
 
5836
 
#: brzlib/errors.py:1980
 
5836
#: breezy/errors.py:1980
5837
5837
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5838
5838
msgstr ""
5839
5839
 
5840
 
#: brzlib/errors.py:1991
 
5840
#: breezy/errors.py:1991
5841
5841
msgid ""
5842
5842
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5843
5843
msgstr ""
5844
5844
 
5845
 
#: brzlib/errors.py:2027
 
5845
#: breezy/errors.py:2027
5846
5846
msgid ""
5847
5847
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5848
5848
msgstr ""
5849
5849
 
5850
 
#: brzlib/errors.py:2057
 
5850
#: breezy/errors.py:2057
5851
5851
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5852
5852
msgstr ""
5853
5853
 
5854
 
#: brzlib/errors.py:2065
 
5854
#: breezy/errors.py:2065
5855
5855
msgid "Nothing to merge."
5856
5856
msgstr ""
5857
5857
 
5858
 
#: brzlib/errors.py:2070
 
5858
#: breezy/errors.py:2070
5859
5859
msgid "Format %(format)s cannot be initialised by this version of brz."
5860
5860
msgstr ""
5861
5861
 
5862
 
#: brzlib/errors.py:2079
 
5862
#: breezy/errors.py:2079
5863
5863
msgid ""
5864
5864
"Cannot convert from format %(from_format)s to format %(format)s.    "
5865
5865
"%(problem)s"
5866
5866
msgstr ""
5867
5867
 
5868
 
#: brzlib/errors.py:2091
 
5868
#: breezy/errors.py:2091
5869
5869
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5870
5870
msgstr ""
5871
5871
 
5872
 
#: brzlib/errors.py:2099
 
5872
#: breezy/errors.py:2099
5873
5873
msgid "%(exe_name)s could not be found on this machine"
5874
5874
msgstr ""
5875
5875
 
5876
 
#: brzlib/errors.py:2107
 
5876
#: breezy/errors.py:2107
5877
5877
msgid "Diff is not installed on this machine: %(msg)s"
5878
5878
msgstr ""
5879
5879
 
5880
 
#: brzlib/errors.py:2115
 
5880
#: breezy/errors.py:2115
5881
5881
msgid "Diff3 is not installed on this machine."
5882
5882
msgstr ""
5883
5883
 
5884
 
#: brzlib/errors.py:2121
 
5884
#: breezy/errors.py:2121
5885
5885
msgid "The content being inserted is already present."
5886
5886
msgstr ""
5887
5887
 
5888
 
#: brzlib/errors.py:2126
 
5888
#: breezy/errors.py:2126
5889
5889
msgid ""
5890
5890
"This tree contains left-over files from a failed operation.\n"
5891
5891
"    Please examine %(limbo_dir)s to see if it contains any files you wish "
5893
5893
"    keep, and delete it when you are done."
5894
5894
msgstr ""
5895
5895
 
5896
 
#: brzlib/errors.py:2137
 
5896
#: breezy/errors.py:2137
5897
5897
msgid ""
5898
5898
"This tree contains left-over files from a failed operation.\n"
5899
5899
"    Please examine %(pending_deletion)s to see if it contains any files you\n"
5900
5900
"    wish to keep, and delete it when you are done."
5901
5901
msgstr ""
5902
5902
 
5903
 
#: brzlib/errors.py:2147
 
5903
#: breezy/errors.py:2147
5904
5904
msgid ""
5905
5905
"Unable to delete transform temporary directory %(limbo_dir)s.\n"
5906
5906
"    Please examine %(limbo_dir)s to see if it contains any files you wish "
5908
5908
"    keep, and delete it when you are done."
5909
5909
msgstr ""
5910
5910
 
5911
 
#: brzlib/errors.py:2158
 
5911
#: breezy/errors.py:2158
5912
5912
msgid ""
5913
5913
"Unable to delete transform temporary directory %(pending_deletion)s.  Please "
5914
5914
"examine %(pending_deletion)s to see if it contains any files you wish to "
5915
5915
"keep, and delete it when you are done."
5916
5916
msgstr ""
5917
5917
 
5918
 
#: brzlib/errors.py:2168
 
5918
#: breezy/errors.py:2168
5919
5919
msgid "Working tree is out of date, please run 'brz update'.%(more)s"
5920
5920
msgstr ""
5921
5921
 
5922
 
#: brzlib/errors.py:2182
 
5922
#: breezy/errors.py:2182
5923
5923
msgid "Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5924
5924
msgstr ""
5925
5925
 
5926
 
#: brzlib/errors.py:2195
 
5926
#: breezy/errors.py:2195
5927
5927
msgid "Error in merge modified format"
5928
5928
msgstr ""
5929
5929
 
5930
 
#: brzlib/errors.py:2200
 
5930
#: breezy/errors.py:2200
5931
5931
msgid "Format error in conflict listings"
5932
5932
msgstr ""
5933
5933
 
5934
 
#: brzlib/errors.py:2204
 
5934
#: breezy/errors.py:2204
5935
5935
msgid ""
5936
5936
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5937
5937
"Error: %(description)s"
5938
5938
msgstr ""
5939
5939
 
5940
 
#: brzlib/errors.py:2215
 
5940
#: breezy/errors.py:2215
5941
5941
msgid ""
5942
5942
"An error has been detected in the repository %(repo_path)s.\n"
5943
5943
"Please run brz reconcile on this repository."
5944
5944
msgstr ""
5945
5945
 
5946
 
#: brzlib/errors.py:2226
 
5946
#: breezy/errors.py:2226
5947
5947
msgid ""
5948
5948
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5949
5949
"reason: %(reason)s"
5950
5950
msgstr ""
5951
5951
 
5952
 
#: brzlib/errors.py:2239
 
5952
#: breezy/errors.py:2239
5953
5953
msgid ""
5954
5954
"An inconsistent delta was supplied: %(delta)r\n"
5955
5955
"reason: %(reason)s"
5956
5956
msgstr ""
5957
5957
 
5958
 
#: brzlib/errors.py:2251
 
5958
#: breezy/errors.py:2251
5959
5959
msgid "To use this feature you must upgrade your branch at %(path)s."
5960
5960
msgstr ""
5961
5961
 
5962
 
#: brzlib/errors.py:2260
 
5962
#: breezy/errors.py:2260
5963
5963
msgid "To use this feature you must upgrade your repository at %(path)s."
5964
5964
msgstr ""
5965
5965
 
5966
 
#: brzlib/errors.py:2265
 
5966
#: breezy/errors.py:2265
5967
5967
msgid ""
5968
5968
"To use this feature you must upgrade your branch at %(path)s to a format "
5969
5969
"which supports rich roots."
5970
5970
msgstr ""
5971
5971
 
5972
 
#: brzlib/errors.py:2271
 
5972
#: breezy/errors.py:2271
5973
5973
msgid "Cannot perform local-only commits on unbound branches."
5974
5974
msgstr ""
5975
5975
 
5976
 
#: brzlib/errors.py:2276
 
5976
#: breezy/errors.py:2276
5977
5977
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
5978
5978
msgstr ""
5979
5979
 
5980
 
#: brzlib/errors.py:2297
 
5980
#: breezy/errors.py:2297
5981
5981
msgid "Ghost tags not supported by format %(format)r."
5982
5982
msgstr ""
5983
5983
 
5984
 
#: brzlib/errors.py:2305
 
5984
#: breezy/errors.py:2305
5985
5985
msgid "File is binary but should be text."
5986
5986
msgstr ""
5987
5987
 
5988
 
#: brzlib/errors.py:2310
 
5988
#: breezy/errors.py:2310
5989
5989
msgid "The path %(path)s is not permitted on this platform"
5990
5990
msgstr ""
5991
5991
 
5992
 
#: brzlib/errors.py:2319
 
5992
#: breezy/errors.py:2319
5993
5993
msgid ""
5994
5994
"Testament did not match expected value.\n"
5995
5995
"       For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5996
5996
"       {%(measured)s}"
5997
5997
msgstr ""
5998
5998
 
5999
 
#: brzlib/errors.py:2331
 
5999
#: breezy/errors.py:2331
6000
6000
msgid "Not a bzr revision-bundle: %(text)r"
6001
6001
msgstr ""
6002
6002
 
6003
 
#: brzlib/errors.py:2340
 
6003
#: breezy/errors.py:2340
6004
6004
msgid "Bad bzr revision-bundle: %(text)r"
6005
6005
msgstr ""
6006
6006
 
6007
 
#: brzlib/errors.py:2349
 
6007
#: breezy/errors.py:2349
6008
6008
msgid "Malformed bzr revision-bundle header: %(text)r"
6009
6009
msgstr ""
6010
6010
 
6011
 
#: brzlib/errors.py:2354
 
6011
#: breezy/errors.py:2354
6012
6012
msgid "Malformed patches in bzr revision-bundle: %(text)r"
6013
6013
msgstr ""
6014
6014
 
6015
 
#: brzlib/errors.py:2359
 
6015
#: breezy/errors.py:2359
6016
6016
msgid "Malformed footer in bzr revision-bundle: %(text)r"
6017
6017
msgstr ""
6018
6018
 
6019
 
#: brzlib/errors.py:2364
 
6019
#: breezy/errors.py:2364
6020
6020
msgid "End of line marker was not \\n in bzr revision-bundle"
6021
6021
msgstr ""
6022
6022
 
6023
 
#: brzlib/errors.py:2374
 
6023
#: breezy/errors.py:2374
6024
6024
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
6025
6025
msgstr ""
6026
6026
 
6027
 
#: brzlib/errors.py:2384
 
6027
#: breezy/errors.py:2384
6028
6028
msgid "Root class for inventory serialization errors"
6029
6029
msgstr ""
6030
6030
 
6031
 
#: brzlib/errors.py:2388
 
6031
#: breezy/errors.py:2388
6032
6032
msgid ""
6033
6033
"The inventory was not in the expected format:\n"
6034
6034
" %(msg)s"
6035
6035
msgstr ""
6036
6036
 
6037
 
#: brzlib/errors.py:2397
 
6037
#: breezy/errors.py:2397
6038
6038
msgid "This operation requires rich root data storage"
6039
6039
msgstr ""
6040
6040
 
6041
 
#: brzlib/errors.py:2410
 
6041
#: breezy/errors.py:2410
6042
6042
msgid "Unrecognised value for BRZ_SSH environment variable: %(vendor)s"
6043
6043
msgstr ""
6044
6044
 
6045
 
#: brzlib/errors.py:2419
 
6045
#: breezy/errors.py:2419
6046
6046
msgid ""
6047
6047
"Don't know how to handle SSH connections. Please set BRZ_SSH environment "
6048
6048
"variable."
6049
6049
msgstr ""
6050
6050
 
6051
 
#: brzlib/errors.py:2426
 
6051
#: breezy/errors.py:2426
6052
6052
msgid ""
6053
6053
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
6054
6054
"ghost at {%(ghost_revision_id)s}"
6055
6055
msgstr ""
6056
6056
 
6057
 
#: brzlib/errors.py:2436
 
6057
#: breezy/errors.py:2436
6058
6058
msgid "Ghost revision {%(revision_id)s} cannot be used here."
6059
6059
msgstr ""
6060
6060
 
6061
 
#: brzlib/errors.py:2487
 
6061
#: breezy/errors.py:2487
6062
6062
msgid ""
6063
6063
"A merge directive must provide either a bundle or a public branch location."
6064
6064
msgstr ""
6065
6065
 
6066
 
#: brzlib/errors.py:2494
 
6066
#: breezy/errors.py:2494
6067
6067
msgid "Bad merge directive payload %(start)r"
6068
6068
msgstr ""
6069
6069
 
6070
 
#: brzlib/errors.py:2504
 
6070
#: breezy/errors.py:2504
6071
6071
msgid "Preview patch does not match requested changes."
6072
6072
msgstr ""
6073
6073
 
6074
 
#: brzlib/errors.py:2510
 
6074
#: breezy/errors.py:2510
6075
6075
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
6076
6076
msgstr ""
6077
6077
 
6078
 
#: brzlib/errors.py:2520
 
6078
#: breezy/errors.py:2520
6079
6079
msgid ""
6080
6080
"Your branch does not have all of the revisions required in order to merge "
6081
6081
"this merge directive and the target location specified in the merge "
6082
6082
"directive is not a branch: %(location)s."
6083
6083
msgstr ""
6084
6084
 
6085
 
#: brzlib/errors.py:2532
 
6085
#: breezy/errors.py:2532
6086
6086
msgid "Unsupported entry kind %(kind)s"
6087
6087
msgstr ""
6088
6088
 
6089
 
#: brzlib/errors.py:2540
 
6089
#: breezy/errors.py:2540
6090
6090
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
6091
6091
msgstr ""
6092
6092
 
6093
 
#: brzlib/errors.py:2550
 
6093
#: breezy/errors.py:2550
6094
6094
msgid "Subsume target %(other_tree)s needs to be upgraded."
6095
6095
msgstr ""
6096
6096
 
6097
 
#: brzlib/errors.py:2569
 
6097
#: breezy/errors.py:2569
6098
6098
msgid "No such tag: %(tag_name)s"
6099
6099
msgstr ""
6100
6100
 
6101
 
#: brzlib/errors.py:2577
 
6101
#: breezy/errors.py:2577
6102
6102
msgid "Tags not supported by %(branch)s; you may be able to use brz upgrade."
6103
6103
msgstr ""
6104
6104
 
6105
 
#: brzlib/errors.py:2586
 
6105
#: breezy/errors.py:2586
6106
6106
msgid "Tag %(tag_name)s already exists."
6107
6107
msgstr ""
6108
6108
 
6109
 
#: brzlib/errors.py:2594
 
6109
#: breezy/errors.py:2594
6110
6110
msgid ""
6111
6111
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"brz help bugs"
6112
6112
"\" for more information on this feature."
6113
6113
msgstr ""
6114
6114
 
6115
 
#: brzlib/errors.py:2604
 
6115
#: breezy/errors.py:2604
6116
6116
msgid ""
6117
6117
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
6118
6118
msgstr ""
6119
6119
 
6120
 
#: brzlib/errors.py:2614
 
6120
#: breezy/errors.py:2614
6121
6121
msgid ""
6122
6122
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
6123
6123
msgstr ""
6124
6124
 
6125
 
#: brzlib/errors.py:2624
 
6125
#: breezy/errors.py:2624
6126
6126
msgid "Invalid line in bugs property: '%(line)s'"
6127
6127
msgstr ""
6128
6128
 
6129
 
#: brzlib/errors.py:2632
 
6129
#: breezy/errors.py:2632
6130
6130
msgid "Invalid bug status: '%(status)s'"
6131
6131
msgstr ""
6132
6132
 
6133
 
#: brzlib/errors.py:2640
 
6133
#: breezy/errors.py:2640
6134
6134
msgid "Could not understand response from smart server: %(response_tuple)r"
6135
6135
msgstr ""
6136
6136
 
6137
 
#: brzlib/errors.py:2679
 
6137
#: breezy/errors.py:2679
6138
6138
msgid "Server sent an unexpected error: %(error_tuple)r"
6139
6139
msgstr ""
6140
6140
 
6141
 
#: brzlib/errors.py:2698
 
6141
#: breezy/errors.py:2698
6142
6142
msgid "Unrecognised container format: %(container_format)r"
6143
6143
msgstr ""
6144
6144
 
6145
 
#: brzlib/errors.py:2706
 
6145
#: breezy/errors.py:2706
6146
6146
msgid "Unexpected end of container stream"
6147
6147
msgstr ""
6148
6148
 
6149
 
#: brzlib/errors.py:2711
 
6149
#: breezy/errors.py:2711
6150
6150
msgid "Unknown record type: %(record_type)r"
6151
6151
msgstr ""
6152
6152
 
6153
 
#: brzlib/errors.py:2719
 
6153
#: breezy/errors.py:2719
6154
6154
msgid "Invalid record: %(reason)s"
6155
6155
msgstr ""
6156
6156
 
6157
 
#: brzlib/errors.py:2727
 
6157
#: breezy/errors.py:2727
6158
6158
msgid "Container has data after end marker: %(excess)r"
6159
6159
msgstr ""
6160
6160
 
6161
 
#: brzlib/errors.py:2735
 
6161
#: breezy/errors.py:2735
6162
6162
msgid "Container has multiple records with the same name: %(name)s"
6163
6163
msgstr ""
6164
6164
 
6165
 
#: brzlib/errors.py:2748
 
6165
#: breezy/errors.py:2748
6166
6166
msgid "Corrupt or incompatible data stream: %(reason)s"
6167
6167
msgstr ""
6168
6168
 
6169
 
#: brzlib/errors.py:2756
 
6169
#: breezy/errors.py:2756
6170
6170
msgid "SMTP error: %(error)s"
6171
6171
msgstr ""
6172
6172
 
6173
 
#: brzlib/errors.py:2764
 
6173
#: breezy/errors.py:2764
6174
6174
msgid "No message supplied."
6175
6175
msgstr ""
6176
6176
 
6177
 
#: brzlib/errors.py:2769
 
6177
#: breezy/errors.py:2769
6178
6178
msgid "No mail-to address (--mail-to) or output (-o) specified."
6179
6179
msgstr ""
6180
6180
 
6181
 
#: brzlib/errors.py:2774
 
6181
#: breezy/errors.py:2774
6182
6182
msgid ""
6183
6183
"Unable to find mail client with the following names: "
6184
6184
"%(mail_command_list_string)s"
6185
6185
msgstr ""
6186
6186
 
6187
 
#: brzlib/errors.py:2784
 
6187
#: breezy/errors.py:2784
6188
6188
msgid "SMTP connection to %(host)s refused"
6189
6189
msgstr ""
6190
6190
 
6191
 
#: brzlib/errors.py:2793
 
6191
#: breezy/errors.py:2793
6192
6192
msgid "Please specify smtp_server.  No server at default %(host)s."
6193
6193
msgstr ""
6194
6194
 
6195
 
#: brzlib/errors.py:2807
 
6195
#: breezy/errors.py:2807
6196
6196
msgid ""
6197
6197
"'%(display_url)s' is not in sync with %(target_url)s.  See brz help sync-for-"
6198
6198
"reconfigure."
6199
6199
msgstr ""
6200
6200
 
6201
 
#: brzlib/errors.py:2819
 
6201
#: breezy/errors.py:2819
6202
6202
msgid "'%(display_url)s' is already a branch."
6203
6203
msgstr ""
6204
6204
 
6205
 
#: brzlib/errors.py:2824
 
6205
#: breezy/errors.py:2824
6206
6206
msgid "'%(display_url)s' is already a tree."
6207
6207
msgstr ""
6208
6208
 
6209
 
#: brzlib/errors.py:2829
 
6209
#: breezy/errors.py:2829
6210
6210
msgid "'%(display_url)s' is already a checkout."
6211
6211
msgstr ""
6212
6212
 
6213
 
#: brzlib/errors.py:2834
 
6213
#: breezy/errors.py:2834
6214
6214
msgid "'%(display_url)s' is already a lightweight checkout."
6215
6215
msgstr ""
6216
6216
 
6217
 
#: brzlib/errors.py:2839
 
6217
#: breezy/errors.py:2839
6218
6218
msgid "'%(display_url)s' is already using a shared repository."
6219
6219
msgstr ""
6220
6220
 
6221
 
#: brzlib/errors.py:2844
 
6221
#: breezy/errors.py:2844
6222
6222
msgid "'%(display_url)s' is already standalone."
6223
6223
msgstr ""
6224
6224
 
6225
 
#: brzlib/errors.py:2849
 
6225
#: breezy/errors.py:2849
6226
6226
msgid "Shared repository '%(display_url)s' already creates working trees."
6227
6227
msgstr ""
6228
6228
 
6229
 
#: brzlib/errors.py:2855
 
6229
#: breezy/errors.py:2855
6230
6230
msgid ""
6231
6231
"Shared repository '%(display_url)s' already doesn't create working trees."
6232
6232
msgstr ""
6233
6233
 
6234
 
#: brzlib/errors.py:2861
 
6234
#: breezy/errors.py:2861
6235
6235
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
6236
6236
msgstr ""
6237
6237
 
6238
 
#: brzlib/errors.py:2866
 
6238
#: breezy/errors.py:2866
6239
6239
msgid "No location could be found to bind to at %(display_url)s."
6240
6240
msgstr ""
6241
6241
 
6242
 
#: brzlib/errors.py:2871
 
6242
#: breezy/errors.py:2871
6243
6243
msgid ""
6244
6244
"Working tree \"%(display_url)s\" has uncommitted changes (See brz status)."
6245
6245
"%(more)s"
6246
6246
msgstr ""
6247
6247
 
6248
 
#: brzlib/errors.py:2890
 
6248
#: breezy/errors.py:2890
6249
6249
msgid ""
6250
6250
"Branch \"%(display_url)s\" does not support storing uncommitted changes."
6251
6251
msgstr ""
6252
6252
 
6253
 
#: brzlib/errors.py:2905
 
6253
#: breezy/errors.py:2905
6254
6254
msgid ""
6255
6255
"Working tree \"%(display_url)s\" has shelved changes (See brz shelve --list)."
6256
6256
"%(more)s"
6257
6257
msgstr ""
6258
6258
 
6259
 
#: brzlib/errors.py:2911
 
6259
#: breezy/errors.py:2911
6260
6260
msgid "Variable {%(name)s} is not available."
6261
6261
msgstr ""
6262
6262
 
6263
 
#: brzlib/errors.py:2919
 
6263
#: breezy/errors.py:2919
6264
6264
msgid "No template specified."
6265
6265
msgstr ""
6266
6266
 
6267
 
#: brzlib/errors.py:2924
 
6267
#: breezy/errors.py:2924
6268
6268
msgid "Unable to create symlink %(path_str)son this platform"
6269
6269
msgstr ""
6270
6270
 
6271
 
#: brzlib/errors.py:2939
 
6271
#: breezy/errors.py:2939
6272
6272
msgid ""
6273
6273
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", \"original"
6274
6274
"\", \"local\"."
6275
6275
msgstr ""
6276
6276
 
6277
 
#: brzlib/errors.py:2973
 
6277
#: breezy/errors.py:2973
6278
6278
msgid ""
6279
6279
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
6280
6280
msgstr ""
6281
6281
 
6282
 
#: brzlib/errors.py:2985
 
6282
#: breezy/errors.py:2985
6283
6283
msgid "The \"%(config_id)s\" configuration does not exist."
6284
6284
msgstr ""
6285
6285
 
6286
 
#: brzlib/errors.py:2993
 
6286
#: breezy/errors.py:2993
6287
6287
msgid "The \"%(option_name)s\" configuration option does not exist."
6288
6288
msgstr ""
6289
6289
 
6290
 
#: brzlib/errors.py:3001
 
6290
#: breezy/errors.py:3001
6291
6291
msgid "The alias \"%(alias_name)s\" does not exist."
6292
6292
msgstr ""
6293
6293
 
6294
 
#: brzlib/errors.py:3015
 
6294
#: breezy/errors.py:3015
6295
6295
msgid "\"%(alias_name)s\" is not a valid location alias."
6296
6296
msgstr ""
6297
6297
 
6298
 
#: brzlib/errors.py:3023
 
6298
#: breezy/errors.py:3023
6299
6299
msgid "No %(alias_name)s location assigned."
6300
6300
msgstr ""
6301
6301
 
6302
 
#: brzlib/errors.py:3031
 
6302
#: breezy/errors.py:3031
6303
6303
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6304
6304
msgstr ""
6305
6305
 
6306
 
#: brzlib/errors.py:3041
 
6306
#: breezy/errors.py:3041
6307
6307
msgid "Unknown rules detected: %(unknowns_str)s."
6308
6308
msgstr ""
6309
6309
 
6310
 
#: brzlib/errors.py:3052
 
6310
#: breezy/errors.py:3052
6311
6311
msgid "Tip change rejected: %(msg)s"
6312
6312
msgstr ""
6313
6313
 
6314
 
#: brzlib/errors.py:3060
 
6314
#: breezy/errors.py:3060
6315
6315
msgid "Shelf corrupt."
6316
6316
msgstr ""
6317
6317
 
6318
 
#: brzlib/errors.py:3065
 
6318
#: breezy/errors.py:3065
6319
6319
msgid "Corruption while decompressing repository file%(orig_error)s"
6320
6320
msgstr ""
6321
6321
 
6322
 
#: brzlib/errors.py:3077
 
6322
#: breezy/errors.py:3077
6323
6323
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6324
6324
msgstr ""
6325
6325
 
6326
 
#: brzlib/errors.py:3085
 
6326
#: breezy/errors.py:3085
6327
6327
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6328
6328
msgstr ""
6329
6329
 
6330
 
#: brzlib/errors.py:3093
 
6330
#: breezy/errors.py:3093
6331
6331
msgid "An attempt to access a url outside the server jail was made: '%(url)s'."
6332
6332
msgstr ""
6333
6333
 
6334
 
#: brzlib/errors.py:3101
 
6334
#: breezy/errors.py:3101
6335
6335
msgid "The user aborted the operation."
6336
6336
msgstr ""
6337
6337
 
6338
 
#: brzlib/errors.py:3106
 
6338
#: breezy/errors.py:3106
6339
6339
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6340
6340
msgstr ""
6341
6341
 
6342
 
#: brzlib/errors.py:3116
 
6342
#: breezy/errors.py:3116
6343
6343
msgid "No such view: %(view_name)s."
6344
6344
msgstr ""
6345
6345
 
6346
 
#: brzlib/errors.py:3126
 
6346
#: breezy/errors.py:3126
6347
6347
msgid ""
6348
6348
"Views are not supported by %(tree)s; use 'brz upgrade' to change your tree "
6349
6349
"to a later format."
6350
6350
msgstr ""
6351
6351
 
6352
 
#: brzlib/errors.py:3135
 
6352
#: breezy/errors.py:3135
6353
6353
msgid ""
6354
6354
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6355
6355
msgstr ""
6356
6356
 
6357
 
#: brzlib/errors.py:3202
 
6357
#: breezy/errors.py:3202
6358
6358
msgid "%(bzrdir)r does not support co-located branches."
6359
6359
msgstr ""
6360
6360
 
6361
 
#: brzlib/errors.py:3208
 
6361
#: breezy/errors.py:3208
6362
6362
msgid ""
6363
6363
"Unable to determine your name.\n"
6364
6364
"Please, set your name with the 'whoami' command.\n"
6365
6365
"E.g. brz whoami \"Your Name <name@example.com>\""
6366
6366
msgstr ""
6367
6367
 
6368
 
#: brzlib/errors.py:3217
 
6368
#: breezy/errors.py:3217
6369
6369
msgid "Invalid pattern(s) found. %(msg)s"
6370
6370
msgstr ""
6371
6371
 
6372
 
#: brzlib/errors.py:3225
 
6372
#: breezy/errors.py:3225
6373
6373
msgid ""
6374
6374
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `brz "
6375
6375
"unbind` to fix."
6376
6376
msgstr ""
6377
6377
 
6378
 
#: brzlib/errors.py:3236
 
6378
#: breezy/errors.py:3236
6379
6379
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6380
6380
msgstr ""
6381
6381
 
6382
 
#: brzlib/errors.py:3245
 
6382
#: breezy/errors.py:3245
6383
6383
msgid "Option \"%(name)s\" is not defined while expanding \"%(string)s\"."
6384
6384
msgstr ""
6385
6385
 
6386
 
#: brzlib/errors.py:3254
 
6386
#: breezy/errors.py:3254
6387
6387
msgid "Option \"%(name)s\" is not allowed."
6388
6388
msgstr ""
6389
6389
 
6390
 
#: brzlib/errors.py:3262
 
6390
#: breezy/errors.py:3262
6391
6391
msgid ""
6392
6392
"No compatible object available for operations from %(source)r to %(target)r."
6393
6393
msgstr ""
6394
6394
 
6395
 
#: brzlib/errors.py:3272
 
6395
#: breezy/errors.py:3272
6396
6396
msgid ""
6397
6397
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6398
6398
"%(arguments)s."
6399
6399
msgstr ""
6400
6400
 
6401
 
#: brzlib/errors.py:3282
 
6401
#: breezy/errors.py:3282
6402
6402
msgid ""
6403
6403
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6404
6404
"format %(format)r"
6405
6405
msgstr ""
6406
6406
 
6407
 
#: brzlib/errors.py:3294
 
6407
#: breezy/errors.py:3294
6408
6408
msgid ""
6409
6409
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6410
6410
"plugin."
6411
6411
msgstr ""
6412
6412
 
6413
 
#: brzlib/errors.py:3307
 
6413
#: breezy/errors.py:3307
6414
6414
msgid "Binary files section encountered."
6415
6415
msgstr ""
6416
6416
 
6417
 
#: brzlib/errors.py:3315
 
6417
#: breezy/errors.py:3315
6418
6418
msgid ""
6419
6419
"Malformed patch header.  %(desc)s\n"
6420
6420
"%(line)r"
6421
6421
msgstr ""
6422
6422
 
6423
 
#: brzlib/errors.py:3324
 
6423
#: breezy/errors.py:3324
6424
6424
msgid ""
6425
6425
"Malformed hunk header.  %(desc)s\n"
6426
6426
"%(line)r"
6427
6427
msgstr ""
6428
6428
 
6429
 
#: brzlib/errors.py:3333
 
6429
#: breezy/errors.py:3333
6430
6430
msgid ""
6431
6431
"Malformed line.  %(desc)s\n"
6432
6432
"%(line)r"
6433
6433
msgstr ""
6434
6434
 
6435
 
#: brzlib/errors.py:3343
 
6435
#: breezy/errors.py:3343
6436
6436
msgid ""
6437
6437
"Text contents mismatch at line %(line_no)d.  Original has \"%(orig_line)s\", "
6438
6438
"but patch says it should be \"%(patch_line)s\""
6439
6439
msgstr ""
6440
6440
 
6441
 
#: brzlib/errors.py:3354
 
6441
#: breezy/errors.py:3354
6442
6442
msgid "The feature %(feature)s has already been registered."
6443
6443
msgstr ""
6444
6444
 
6445
 
#: brzlib/errors.py:3362
 
6445
#: breezy/errors.py:3362
6446
6446
msgid ""
6447
6447
"Cannot store uncommitted changes because this branch already stores "
6448
6448
"uncommitted changes."
6449
6449
msgstr ""
6450
6450
 
6451
 
#: brzlib/export_pot.py:252
 
6451
#: breezy/export_pot.py:252
6452
6452
#, python-format
6453
6453
msgid "Exporting messages from builtin command: %s"
6454
6454
msgstr ""
6455
6455
 
6456
 
#: brzlib/export_pot.py:271
 
6456
#: breezy/export_pot.py:271
6457
6457
#, python-brace-format
6458
6458
msgid "Exporting messages from plugin command: {0} in {1}"
6459
6459
msgstr ""
6460
6460
 
6461
 
#: brzlib/export_pot.py:292
 
6461
#: breezy/export_pot.py:292
6462
6462
#, python-format
6463
6463
msgid "Exporting message from error: %s"
6464
6464
msgstr ""
6465
6465
 
6466
 
#: brzlib/fetch.py:98
 
6466
#: breezy/fetch.py:98
6467
6467
msgid "Finding revisions"
6468
6468
msgstr ""
6469
6469
 
6470
 
#: brzlib/fetch.py:103
 
6470
#: breezy/fetch.py:103
6471
6471
msgid "Fetching revisions"
6472
6472
msgstr ""
6473
6473
 
6474
 
#: brzlib/foreign.py:262
 
6474
#: breezy/foreign.py:262
6475
6475
msgid "Push into a different VCS without any custom bzr metadata."
6476
6476
msgstr ""
6477
6477
 
6478
 
#: brzlib/foreign.py:264
 
6478
#: breezy/foreign.py:264
6479
6479
msgid ""
6480
6480
"This will afterwards rebase the local branch on the remote\n"
6481
6481
"branch unless the --no-rebase option is used, in which case \n"
6483
6483
msgstr ""
6484
6484
 
6485
6485
# help of 'no-rebase' option of 'dpush' command
6486
 
#: brzlib/foreign.py:277
 
6486
#: breezy/foreign.py:277
6487
6487
msgid "Do not rebase after push."
6488
6488
msgstr ""
6489
6489
 
6490
 
#: brzlib/foreign.py:311
 
6490
#: breezy/foreign.py:311
6491
6491
#, python-format
6492
6492
msgid "Using saved location: %s\n"
6493
6493
msgstr ""
6494
6494
 
6495
 
#: brzlib/foreign.py:321
 
6495
#: breezy/foreign.py:321
6496
6496
msgid ""
6497
6497
"{0!r} and {1!r} are in the same VCS, lossy push not necessary. Please use "
6498
6498
"regular push."
6499
6499
msgstr ""
6500
6500
 
6501
 
#: brzlib/gpg.py:358
 
6501
#: breezy/gpg.py:358
6502
6502
#, python-brace-format
6503
6503
msgid "No GnuPG key results for pattern: {0}"
6504
6504
msgstr ""
6505
6505
 
6506
 
#: brzlib/gpg.py:431
 
6506
#: breezy/gpg.py:431
6507
6507
#, python-brace-format
6508
6508
msgid "{0} commits with valid signatures"
6509
6509
msgstr ""
6510
6510
 
6511
 
#: brzlib/gpg.py:437
 
6511
#: breezy/gpg.py:437
6512
6512
#, python-brace-format
6513
6513
msgid "{0} commit with unknown key"
6514
6514
msgid_plural "{0} commits with unknown keys"
6515
6515
msgstr[0] ""
6516
6516
msgstr[1] ""
6517
6517
 
6518
 
#: brzlib/gpg.py:445
 
6518
#: breezy/gpg.py:445
6519
6519
#, python-brace-format
6520
6520
msgid "{0} commit not valid"
6521
6521
msgid_plural "{0} commits not valid"
6522
6522
msgstr[0] ""
6523
6523
msgstr[1] ""
6524
6524
 
6525
 
#: brzlib/gpg.py:453
 
6525
#: breezy/gpg.py:453
6526
6526
#, python-brace-format
6527
6527
msgid "{0} commit not signed"
6528
6528
msgid_plural "{0} commits not signed"
6529
6529
msgstr[0] ""
6530
6530
msgstr[1] ""
6531
6531
 
6532
 
#: brzlib/gpg.py:461
 
6532
#: breezy/gpg.py:461
6533
6533
#, python-brace-format
6534
6534
msgid "{0} commit with key now expired"
6535
6535
msgid_plural "{0} commits with key now expired"
6536
6536
msgstr[0] ""
6537
6537
msgstr[1] ""
6538
6538
 
6539
 
#: brzlib/gpg.py:481
 
6539
#: breezy/gpg.py:481
6540
6540
#, python-brace-format
6541
6541
msgid "{0} commit by author {1} with key {2} now expired"
6542
6542
msgid_plural "{0} commits by author {1} with key {2} now expired"
6543
6543
msgstr[0] ""
6544
6544
msgstr[1] ""
6545
6545
 
6546
 
#: brzlib/gpg.py:497
 
6546
#: breezy/gpg.py:497
6547
6547
#, python-brace-format
6548
6548
msgid "{0} signed {1} commit"
6549
6549
msgid_plural "{0} signed {1} commits"
6550
6550
msgstr[0] ""
6551
6551
msgstr[1] ""
6552
6552
 
6553
 
#: brzlib/gpg.py:514 brzlib/gpg.py:531
 
6553
#: breezy/gpg.py:514 breezy/gpg.py:531
6554
6554
#, python-brace-format
6555
6555
msgid "{0} commit by author {1}"
6556
6556
msgid_plural "{0} commits by author {1}"
6557
6557
msgstr[0] ""
6558
6558
msgstr[1] ""
6559
6559
 
6560
 
#: brzlib/gpg.py:546
 
6560
#: breezy/gpg.py:546
6561
6561
#, python-brace-format
6562
6562
msgid "Unknown key {0} signed {1} commit"
6563
6563
msgid_plural "Unknown key {0} signed {1} commits"
6564
6564
msgstr[0] ""
6565
6565
msgstr[1] ""
6566
6566
 
6567
 
#: brzlib/groupcompress.py:1739
 
6567
#: breezy/groupcompress.py:1739
6568
6568
#, python-format
6569
6569
msgid "Insert claimed random_id=True, but then inserted %r two times"
6570
6570
msgstr ""
6571
6571
 
6572
 
#: brzlib/hooks.py:313
 
6572
#: breezy/hooks.py:313
6573
6573
#, python-format
6574
6574
msgid "Introduced in: %s"
6575
6575
msgstr ""
6576
6576
 
6577
 
#: brzlib/hooks.py:316
 
6577
#: breezy/hooks.py:316
6578
6578
#, python-format
6579
6579
msgid "Deprecated in: %s"
6580
6580
msgstr ""
6581
6581
 
6582
 
#: brzlib/knit.py:1766 brzlib/knit.py:1802
 
6582
#: breezy/knit.py:1766 breezy/knit.py:1802
6583
6583
msgid "Walking content"
6584
6584
msgstr ""
6585
6585
 
6586
 
#: brzlib/knit.py:3330
 
6586
#: breezy/knit.py:3330
6587
6587
msgid "annotating"
6588
6588
msgstr ""
6589
6589
 
6590
 
#: brzlib/lock.py:549
 
6590
#: breezy/lock.py:549
6591
6591
msgid "{0!r} was {1} locked again"
6592
6592
msgstr ""
6593
6593
 
6594
 
#: brzlib/lockdir.py:321
 
6594
#: breezy/lockdir.py:321
6595
6595
#, python-format
6596
6596
msgid "error removing pending lock: %s"
6597
6597
msgstr ""
6598
6598
 
6599
 
#: brzlib/lockdir.py:616
 
6599
#: breezy/lockdir.py:616
6600
6600
msgid "Unable to obtain"
6601
6601
msgstr ""
6602
6602
 
6603
 
#: brzlib/lockdir.py:618
 
6603
#: breezy/lockdir.py:618
6604
6604
msgid "Lock owner changed for"
6605
6605
msgstr ""
6606
6606
 
6607
 
#: brzlib/lockdir.py:620
 
6607
#: breezy/lockdir.py:620
6608
6608
#, python-brace-format
6609
6609
msgid "{0} lock {1} {2}."
6610
6610
msgstr ""
6611
6611
 
6612
 
#: brzlib/lockdir.py:627
 
6612
#: breezy/lockdir.py:627
6613
6613
#, python-format
6614
6614
msgid "Will continue to try until %s, unless you press Ctrl-C."
6615
6615
msgstr ""
6616
6616
 
6617
 
#: brzlib/lockdir.py:629
 
6617
#: breezy/lockdir.py:629
6618
6618
msgid "See \"bzr help break-lock\" for more."
6619
6619
msgstr ""
6620
6620
 
6621
 
#: brzlib/lockdir.py:739
 
6621
#: breezy/lockdir.py:739
6622
6622
#, python-format
6623
6623
msgid ""
6624
6624
"held by %(user)s on %(hostname)s (process #%(pid)s), acquired %(time_ago)s"
6625
6625
msgstr ""
6626
6626
 
6627
 
#: brzlib/log.py:563
 
6627
#: breezy/log.py:563
6628
6628
msgid "--exclude-common-ancestry requires two different revisions"
6629
6629
msgstr ""
6630
6630
 
6631
 
#: brzlib/log.py:565
 
6631
#: breezy/log.py:565
6632
6632
#, python-format
6633
6633
msgid "invalid direction %r"
6634
6634
msgstr ""
6635
6635
 
6636
 
#: brzlib/log.py:653
 
6636
#: breezy/log.py:653
6637
6637
msgid "Start revision not found in history of end revision."
6638
6638
msgstr ""
6639
6639
 
6640
 
#: brzlib/log.py:1071 brzlib/log.py:1129
 
6640
#: breezy/log.py:1071 breezy/log.py:1129
6641
6641
msgid "Logging revision 0 is invalid."
6642
6642
msgstr ""
6643
6643
 
6644
 
#: brzlib/log.py:1073 brzlib/log.py:1131
 
6644
#: breezy/log.py:1073 breezy/log.py:1131
6645
6645
msgid "Start revision must be older than the end revision."
6646
6646
msgstr ""
6647
6647
 
6648
 
#: brzlib/log.py:1818
 
6648
#: breezy/log.py:1818
6649
6649
#, python-format
6650
6650
msgid "unknown log formatter: %r"
6651
6651
msgstr ""
6652
6652
 
6653
 
#: brzlib/log.py:2114
 
6653
#: breezy/log.py:2114
6654
6654
msgid "fixes bug"
6655
6655
msgid_plural "fixes bugs"
6656
6656
msgstr[0] ""
6657
6657
msgstr[1] ""
6658
6658
 
6659
 
#: brzlib/merge.py:689
 
6659
#: breezy/merge.py:689
6660
6660
msgid "All changes applied successfully."
6661
6661
msgstr ""
6662
6662
 
6663
 
#: brzlib/merge.py:691
 
6663
#: breezy/merge.py:691
6664
6664
#, python-format
6665
6665
msgid "%d conflicts encountered."
6666
6666
msgstr ""
6667
6667
 
6668
 
#: brzlib/merge.py:845 brzlib/merge.py:1868
 
6668
#: breezy/merge.py:845 breezy/merge.py:1868
6669
6669
msgid "Preparing file merge"
6670
6670
msgstr ""
6671
6671
 
6672
 
#: brzlib/multiparent.py:426
 
6672
#: breezy/multiparent.py:426
6673
6673
msgid "Importing revisions"
6674
6674
msgstr ""
6675
6675
 
6676
6676
# help of 'help' option
6677
 
#: brzlib/option.py:526
 
6677
#: breezy/option.py:526
6678
6678
msgid "Show help message."
6679
6679
msgstr ""
6680
6680
 
6681
6681
# help of 'quiet' option
6682
 
#: brzlib/option.py:528
 
6682
#: breezy/option.py:528
6683
6683
msgid "Only display errors and warnings."
6684
6684
msgstr ""
6685
6685
 
6686
6686
# help of 'usage' option
6687
 
#: brzlib/option.py:531
 
6687
#: breezy/option.py:531
6688
6688
msgid "Show usage message and options."
6689
6689
msgstr ""
6690
6690
 
6691
6691
# help of 'verbose' option
6692
 
#: brzlib/option.py:533
 
6692
#: breezy/option.py:533
6693
6693
msgid "Display more information."
6694
6694
msgstr ""
6695
6695
 
6696
6696
# help of 'change' option
6697
 
#: brzlib/option.py:541
 
6697
#: breezy/option.py:541
6698
6698
msgid ""
6699
6699
"Select changes introduced by the specified revision. See also \"help "
6700
6700
"revisionspec\"."
6701
6701
msgstr ""
6702
6702
 
6703
6703
# help of 'directory' option
6704
 
#: brzlib/option.py:543
 
6704
#: breezy/option.py:543
6705
6705
msgid "Branch to operate on, instead of working directory."
6706
6706
msgstr ""
6707
6707
 
6708
6708
# help of 'log-format=long' option
6709
 
#: brzlib/option.py:545
 
6709
#: breezy/option.py:545
6710
6710
msgid "Detailed log format."
6711
6711
msgstr ""
6712
6712
 
6713
6713
# help of 'log-format=gnu-changelog' option
6714
 
#: brzlib/option.py:545
 
6714
#: breezy/option.py:545
6715
6715
msgid "Format used by GNU ChangeLog files."
6716
6716
msgstr ""
6717
6717
 
6718
6718
# help of 'log-format=line' option
6719
 
#: brzlib/option.py:545
 
6719
#: breezy/option.py:545
6720
6720
msgid "Log format with one line per revision."
6721
6721
msgstr ""
6722
6722
 
6723
6723
# help of 'log-format=short' option
6724
 
#: brzlib/option.py:545
 
6724
#: breezy/option.py:545
6725
6725
msgid "Moderately short log format."
6726
6726
msgstr ""
6727
6727
 
6728
6728
# help of 'log-format' option
6729
 
#: brzlib/option.py:545
 
6729
#: breezy/option.py:545
6730
6730
msgid "Use specified log format."
6731
6731
msgstr ""
6732
6732
 
6733
6733
# title of 'log-format' option
6734
 
#: brzlib/option.py:547
 
6734
#: breezy/option.py:547
6735
6735
msgid "Log format"
6736
6736
msgstr ""
6737
6737
 
6738
6738
# help of 'merge-type=lca' option
6739
 
#: brzlib/option.py:549
 
6739
#: breezy/option.py:549
6740
6740
msgid "LCA-newness merge."
6741
6741
msgstr ""
6742
6742
 
6743
6743
# help of 'merge-type=diff3' option
6744
 
#: brzlib/option.py:549
 
6744
#: breezy/option.py:549
6745
6745
msgid "Merge using external diff3."
6746
6746
msgstr ""
6747
6747
 
6748
6748
# help of 'merge-type=merge3' option
6749
 
#: brzlib/option.py:549
 
6749
#: breezy/option.py:549
6750
6750
msgid "Native diff3-style merge."
6751
6751
msgstr ""
6752
6752
 
6753
6753
# help of 'merge-type' option
6754
 
#: brzlib/option.py:549
 
6754
#: breezy/option.py:549
6755
6755
msgid "Select a particular merge algorithm."
6756
6756
msgstr ""
6757
6757
 
6758
6758
# help of 'merge-type=weave' option
6759
 
#: brzlib/option.py:549
 
6759
#: breezy/option.py:549
6760
6760
msgid "Weave-based merge."
6761
6761
msgstr ""
6762
6762
 
6763
6763
# title of 'merge-type' option
6764
 
#: brzlib/option.py:551
 
6764
#: breezy/option.py:551
6765
6765
msgid "Merge algorithm"
6766
6766
msgstr ""
6767
6767
 
6768
6768
# help of 'message' option
6769
 
#: brzlib/option.py:554
 
6769
#: breezy/option.py:554
6770
6770
msgid "Message string."
6771
6771
msgstr ""
6772
6772
 
6773
6773
# help of 'null' option
6774
 
#: brzlib/option.py:556
 
6774
#: breezy/option.py:556
6775
6775
msgid "Use an ASCII NUL (\\0) separator rather than a newline."
6776
6776
msgstr ""
6777
6777
 
6778
6778
# help of 'overwrite' option
6779
 
#: brzlib/option.py:558
 
6779
#: breezy/option.py:558
6780
6780
msgid "Ignore differences between branches and overwrite unconditionally."
6781
6781
msgstr ""
6782
6782
 
6783
6783
# help of 'remember' option
6784
 
#: brzlib/option.py:560
 
6784
#: breezy/option.py:560
6785
6785
msgid "Remember the specified location as a default."
6786
6786
msgstr ""
6787
6787
 
6788
6788
# help of 'reprocess' option
6789
 
#: brzlib/option.py:562
 
6789
#: breezy/option.py:562
6790
6790
msgid "Reprocess to reduce spurious conflicts."
6791
6791
msgstr ""
6792
6792
 
6793
6793
# help of 'revision' option
6794
 
#: brzlib/option.py:566
 
6794
#: breezy/option.py:566
6795
6795
msgid "See \"help revisionspec\" for details."
6796
6796
msgstr ""
6797
6797
 
6798
6798
# help of 'show-ids' option
6799
 
#: brzlib/option.py:568
 
6799
#: breezy/option.py:568
6800
6800
msgid "Show internal object ids."
6801
6801
msgstr ""
6802
6802
 
6803
6803
# help of 'timezone' option
6804
 
#: brzlib/option.py:571
 
6804
#: breezy/option.py:571
6805
6805
msgid "Display timezone as local, original, or utc."
6806
6806
msgstr ""
6807
6807
 
6808
 
#: brzlib/osutils.py:101
 
6808
#: breezy/osutils.py:101
6809
6809
msgid "Parameter {0!r} encoding is unsupported by {1} application locale."
6810
6810
msgstr ""
6811
6811
 
6812
 
#: brzlib/osutils.py:221
 
6812
#: breezy/osutils.py:221
6813
6813
msgid "lstat/stat of ({0!r}): {1!r}"
6814
6814
msgstr ""
6815
6815
 
6816
 
#: brzlib/osutils.py:1041 brzlib/osutils.py:1052
 
6816
#: breezy/osutils.py:1041 breezy/osutils.py:1052
6817
6817
#, python-format
6818
6818
msgid "sorry, %r not allowed in path"
6819
6819
msgstr ""
6820
6820
 
6821
 
#: brzlib/osutils.py:1270
 
6821
#: breezy/osutils.py:1270
6822
6822
#, python-format
6823
6823
msgid "%r is too short to calculate a relative path"
6824
6824
msgstr ""
6825
6825
 
6826
 
#: brzlib/plugin.py:143
 
6826
#: breezy/plugin.py:143
6827
6827
#, python-format
6828
6828
msgid "\"%s\" is not a valid <plugin_name>@<plugin_path> description "
6829
6829
msgstr ""
6830
6830
 
6831
6831
# help of 'plugin' option of 'bash-completion' command
6832
 
#: brzlib/plugins/bash_completion/bashcomp.py:411
 
6832
#: breezy/plugins/bash_completion/bashcomp.py:411
6833
6833
msgid "Enable completions for the selected plugin (default: all plugins)"
6834
6834
msgstr ""
6835
6835
 
6836
 
#: brzlib/plugins/bash_completion/bashcomp.py:412
 
6836
#: breezy/plugins/bash_completion/bashcomp.py:412
6837
6837
msgid "Generate a shell function for bash command line completion."
6838
6838
msgstr ""
6839
6839
 
6840
 
#: brzlib/plugins/bash_completion/bashcomp.py:414
 
6840
#: breezy/plugins/bash_completion/bashcomp.py:414
6841
6841
msgid ""
6842
6842
"This command generates a shell function which can be used by bash to\n"
6843
6843
"automatically complete the currently typed command when the user presses\n"
6844
6844
"the completion key (usually tab)."
6845
6845
msgstr ""
6846
6846
 
6847
 
#: brzlib/plugins/bash_completion/bashcomp.py:418
 
6847
#: breezy/plugins/bash_completion/bashcomp.py:418
6848
6848
msgid ""
6849
6849
"Commonly used like this:\n"
6850
6850
"    eval \"`brz bash-completion`\""
6851
6851
msgstr ""
6852
6852
 
6853
6853
# help of 'function-name' option of 'bash-completion' command
6854
 
#: brzlib/plugins/bash_completion/bashcomp.py:424
 
6854
#: breezy/plugins/bash_completion/bashcomp.py:424
6855
6855
msgid "Name of the generated function (default: _brz)"
6856
6856
msgstr ""
6857
6857
 
6858
6858
# help of 'function-only' option of 'bash-completion' command
6859
 
#: brzlib/plugins/bash_completion/bashcomp.py:426
 
6859
#: breezy/plugins/bash_completion/bashcomp.py:426
6860
6860
msgid "Generate only the shell function, don't enable it"
6861
6861
msgstr ""
6862
6862
 
6863
 
#: brzlib/plugins/grep/cmds.py:77
 
6863
#: breezy/plugins/grep/cmds.py:77
6864
6864
msgid "Print lines matching PATTERN for specified files and revisions."
6865
6865
msgstr ""
6866
6866
 
6867
 
#: brzlib/plugins/grep/cmds.py:79
 
6867
#: breezy/plugins/grep/cmds.py:79
6868
6868
msgid ""
6869
6869
"This command searches the specified files and revisions for a given\n"
6870
6870
"pattern.  The pattern is specified as a Python regular expressions[1]."
6871
6871
msgstr ""
6872
6872
 
6873
 
#: brzlib/plugins/grep/cmds.py:82
 
6873
#: breezy/plugins/grep/cmds.py:82
6874
6874
msgid ""
6875
6875
"If the file name is not specified, the revisions starting with the\n"
6876
6876
"current directory are searched recursively. If the revision number is\n"
6878
6878
"revision, use the '-r -1' or '-r last:1' option."
6879
6879
msgstr ""
6880
6880
 
6881
 
#: brzlib/plugins/grep/cmds.py:87
 
6881
#: breezy/plugins/grep/cmds.py:87
6882
6882
msgid ""
6883
6883
"Unversioned files are not searched unless explicitly specified on the\n"
6884
6884
"command line. Unversioned directores are not searched."
6885
6885
msgstr ""
6886
6886
 
6887
 
#: brzlib/plugins/grep/cmds.py:90
 
6887
#: breezy/plugins/grep/cmds.py:90
6888
6888
msgid ""
6889
6889
"When searching a pattern, the output is shown in the 'filepath:string'\n"
6890
6890
"format. If a revision is explicitly searched, the output is shown as\n"
6891
6891
"'filepath~N:string', where N is the revision number."
6892
6892
msgstr ""
6893
6893
 
6894
 
#: brzlib/plugins/grep/cmds.py:94
 
6894
#: breezy/plugins/grep/cmds.py:94
6895
6895
msgid ""
6896
6896
"--include and --exclude options can be used to search only (or exclude\n"
6897
6897
"from search) files with base name matches the specified Unix style GLOB\n"
6900
6900
"pattern is not a regular expression."
6901
6901
msgstr ""
6902
6902
 
6903
 
#: brzlib/plugins/grep/cmds.py:100
 
6903
#: breezy/plugins/grep/cmds.py:100
6904
6904
msgid "[1] http://docs.python.org/library/re.html#regular-expression-syntax"
6905
6905
msgstr ""
6906
6906
 
6907
6907
# help of 'color' option of 'grep' command
6908
 
#: brzlib/plugins/grep/cmds.py:109
 
6908
#: breezy/plugins/grep/cmds.py:109
6909
6909
msgid "Show match in color. WHEN is never, always or auto."
6910
6910
msgstr ""
6911
6911
 
6912
6912
# help of 'diff' option of 'grep' command
6913
 
#: brzlib/plugins/grep/cmds.py:111
 
6913
#: breezy/plugins/grep/cmds.py:111
6914
6914
msgid "Grep for pattern in changeset for each revision."
6915
6915
msgstr ""
6916
6916
 
6917
6917
# help of 'exclude' option of 'grep' command
6918
 
#: brzlib/plugins/grep/cmds.py:113
 
6918
#: breezy/plugins/grep/cmds.py:113
6919
6919
msgid "Skip files whose base name matches GLOB."
6920
6920
msgstr ""
6921
6921
 
6922
6922
# help of 'include' option of 'grep' command
6923
 
#: brzlib/plugins/grep/cmds.py:115
 
6923
#: breezy/plugins/grep/cmds.py:115
6924
6924
msgid "Search only files whose base name matches GLOB."
6925
6925
msgstr ""
6926
6926
 
6927
6927
# help of 'files-with-matches' option of 'grep' command
6928
 
#: brzlib/plugins/grep/cmds.py:117
 
6928
#: breezy/plugins/grep/cmds.py:117
6929
6929
msgid "Print only the name of each input file in which PATTERN is found."
6930
6930
msgstr ""
6931
6931
 
6932
6932
# help of 'files-without-match' option of 'grep' command
6933
 
#: brzlib/plugins/grep/cmds.py:120
 
6933
#: breezy/plugins/grep/cmds.py:120
6934
6934
msgid "Print only the name of each input file in which PATTERN is not found."
6935
6935
msgstr ""
6936
6936
 
6937
6937
# help of 'fixed-string' option of 'grep' command
6938
 
#: brzlib/plugins/grep/cmds.py:123
 
6938
#: breezy/plugins/grep/cmds.py:123
6939
6939
msgid "Interpret PATTERN is a single fixed string (not regex)."
6940
6940
msgstr ""
6941
6941
 
6942
6942
# help of 'from-root' option of 'grep' command
6943
 
#: brzlib/plugins/grep/cmds.py:125
 
6943
#: breezy/plugins/grep/cmds.py:125
6944
6944
msgid ""
6945
6945
"Search for pattern starting from the root of the branch. (implies --"
6946
6946
"recursive)"
6947
6947
msgstr ""
6948
6948
 
6949
6949
# help of 'ignore-case' option of 'grep' command
6950
 
#: brzlib/plugins/grep/cmds.py:128
 
6950
#: breezy/plugins/grep/cmds.py:128
6951
6951
msgid "ignore case distinctions while matching."
6952
6952
msgstr ""
6953
6953
 
6954
6954
# help of 'levels' option of 'grep' command
6955
 
#: brzlib/plugins/grep/cmds.py:130
 
6955
#: breezy/plugins/grep/cmds.py:130
6956
6956
msgid ""
6957
6957
"Number of levels to display - 0 for all, 1 for collapsed (1 is default)."
6958
6958
msgstr ""
6959
6959
 
6960
6960
# help of 'line-number' option of 'grep' command
6961
 
#: brzlib/plugins/grep/cmds.py:135
 
6961
#: breezy/plugins/grep/cmds.py:135
6962
6962
msgid "show 1-based line number."
6963
6963
msgstr ""
6964
6964
 
6965
6965
# help of 'no-recursive' option of 'grep' command
6966
 
#: brzlib/plugins/grep/cmds.py:137
 
6966
#: breezy/plugins/grep/cmds.py:137
6967
6967
msgid "Don't recurse into subdirectories. (default is --recursive)"
6968
6968
msgstr ""
6969
6969
 
6970
6970
# help of 'null' option of 'grep' command
6971
 
#: brzlib/plugins/grep/cmds.py:139
 
6971
#: breezy/plugins/grep/cmds.py:139
6972
6972
msgid ""
6973
6973
"Write an ASCII NUL (\\0) separator between output lines rather than a "
6974
6974
"newline."
6975
6975
msgstr ""
6976
6976
 
6977
 
#: brzlib/plugins/launchpad/account.py:66
 
6977
#: breezy/plugins/launchpad/account.py:66
6978
6978
msgid "Setting ssh/sftp usernames for launchpad.net."
6979
6979
msgstr ""
6980
6980
 
6981
 
#: brzlib/plugins/launchpad/cmds.py:43
 
6981
#: breezy/plugins/launchpad/cmds.py:43
6982
6982
msgid "Register a branch with launchpad.net."
6983
6983
msgstr ""
6984
6984
 
6985
 
#: brzlib/plugins/launchpad/cmds.py:45
 
6985
#: breezy/plugins/launchpad/cmds.py:45
6986
6986
msgid ""
6987
6987
"This command lists a brz branch in the directory of branches on\n"
6988
6988
"launchpad.net.  Registration allows the branch to be associated with\n"
6989
6989
"bugs or specifications."
6990
6990
msgstr ""
6991
6991
 
6992
 
#: brzlib/plugins/launchpad/cmds.py:49
 
6992
#: breezy/plugins/launchpad/cmds.py:49
6993
6993
msgid ""
6994
6994
"Before using this command you must register the project to which the\n"
6995
6995
"branch belongs, and create an account for yourself on launchpad.net."
6996
6996
msgstr ""
6997
6997
 
6998
 
#: brzlib/plugins/launchpad/cmds.py:52
 
6998
#: breezy/plugins/launchpad/cmds.py:52
6999
6999
msgid ""
7000
7000
"arguments:\n"
7001
7001
"    public_url: The publicly visible url for the branch to register.\n"
7007
7007
"                otherwise error."
7008
7008
msgstr ""
7009
7009
 
7010
 
#: brzlib/plugins/launchpad/cmds.py:61
 
7010
#: breezy/plugins/launchpad/cmds.py:61
7011
7011
msgid ""
7012
7012
"example:\n"
7013
7013
"    brz register-branch http://foo.com/brz/fooproject.mine \\\n"
7015
7015
msgstr ""
7016
7016
 
7017
7017
# help of 'project' option of 'register-branch' command
7018
 
#: brzlib/plugins/launchpad/cmds.py:68
 
7018
#: breezy/plugins/launchpad/cmds.py:68
7019
7019
msgid "Launchpad project short name to associate with the branch."
7020
7020
msgstr ""
7021
7021
 
7022
7022
# help of 'branch-name' option of 'register-branch' command
7023
 
#: brzlib/plugins/launchpad/cmds.py:75
 
7023
#: breezy/plugins/launchpad/cmds.py:75
7024
7024
msgid ""
7025
7025
"Short name for the branch; by default taken from the last component of the "
7026
7026
"url."
7027
7027
msgstr ""
7028
7028
 
7029
7029
# help of 'branch-title' option of 'register-branch' command
7030
 
#: brzlib/plugins/launchpad/cmds.py:79
 
7030
#: breezy/plugins/launchpad/cmds.py:79
7031
7031
msgid "One-sentence description of the branch."
7032
7032
msgstr ""
7033
7033
 
7034
7034
# help of 'branch-description' option of 'register-branch' command
7035
 
#: brzlib/plugins/launchpad/cmds.py:82
 
7035
#: breezy/plugins/launchpad/cmds.py:82
7036
7036
msgid "Longer description of the purpose or contents of the branch."
7037
7037
msgstr ""
7038
7038
 
7039
7039
# help of 'author' option of 'register-branch' command
7040
 
#: brzlib/plugins/launchpad/cmds.py:85
 
7040
#: breezy/plugins/launchpad/cmds.py:85
7041
7041
msgid "Branch author's email address, if not yourself."
7042
7042
msgstr ""
7043
7043
 
7044
7044
# help of 'link-bug' option of 'register-branch' command
7045
 
#: brzlib/plugins/launchpad/cmds.py:88
 
7045
#: breezy/plugins/launchpad/cmds.py:88
7046
7046
msgid "The bug this branch fixes."
7047
7047
msgstr ""
7048
7048
 
7049
7049
# help of 'dry-run' option of 'register-branch' command
7050
 
#: brzlib/plugins/launchpad/cmds.py:91
 
7050
#: breezy/plugins/launchpad/cmds.py:91
7051
7051
msgid "Prepare the request but don't actually send it."
7052
7052
msgstr ""
7053
7053
 
7054
 
#: brzlib/plugins/launchpad/cmds.py:113
 
7054
#: breezy/plugins/launchpad/cmds.py:113
7055
7055
msgid ""
7056
7056
"register-branch requires a public branch url - see brz help register-branch."
7057
7057
msgstr ""
7058
7058
 
7059
 
#: brzlib/plugins/launchpad/cmds.py:121
 
7059
#: breezy/plugins/launchpad/cmds.py:121
7060
7060
msgid "--product is deprecated; please use --project."
7061
7061
msgstr ""
7062
7062
 
7063
 
#: brzlib/plugins/launchpad/cmds.py:151
 
7063
#: breezy/plugins/launchpad/cmds.py:151
7064
7064
msgid "Open a Launchpad branch page in your web browser."
7065
7065
msgstr ""
7066
7066
 
7067
7067
# help of 'dry-run' option of 'launchpad-open' command
7068
 
#: brzlib/plugins/launchpad/cmds.py:156
 
7068
#: breezy/plugins/launchpad/cmds.py:156
7069
7069
msgid "Do not actually open the browser. Just say the URL we would use."
7070
7070
msgstr ""
7071
7071
 
7072
 
#: brzlib/plugins/launchpad/cmds.py:191
 
7072
#: breezy/plugins/launchpad/cmds.py:191
7073
7073
#, python-format
7074
7074
msgid "Opening %s in web browser"
7075
7075
msgstr ""
7076
7076
 
7077
 
#: brzlib/plugins/launchpad/cmds.py:199
 
7077
#: breezy/plugins/launchpad/cmds.py:199
7078
7078
msgid "Show or set the Launchpad user ID."
7079
7079
msgstr ""
7080
7080
 
7081
 
#: brzlib/plugins/launchpad/cmds.py:201
 
7081
#: breezy/plugins/launchpad/cmds.py:201
7082
7082
msgid ""
7083
7083
"When communicating with Launchpad, some commands need to know your\n"
7084
7084
"Launchpad user ID.  This command can be used to set or show the\n"
7085
7085
"user ID that Bazaar will use for such communication."
7086
7086
msgstr ""
7087
7087
 
7088
 
#: brzlib/plugins/launchpad/cmds.py:205
 
7088
#: breezy/plugins/launchpad/cmds.py:205
7089
7089
msgid ""
7090
7090
":Examples:\n"
7091
7091
"  Show the Launchpad ID of the current user::"
7092
7092
msgstr ""
7093
7093
 
7094
 
#: brzlib/plugins/launchpad/cmds.py:208
 
7094
#: breezy/plugins/launchpad/cmds.py:208
7095
7095
msgid "      brz launchpad-login"
7096
7096
msgstr ""
7097
7097
 
7098
 
#: brzlib/plugins/launchpad/cmds.py:210
 
7098
#: breezy/plugins/launchpad/cmds.py:210
7099
7099
msgid "  Set the Launchpad ID of the current user to 'bob'::"
7100
7100
msgstr ""
7101
7101
 
7102
 
#: brzlib/plugins/launchpad/cmds.py:212
 
7102
#: breezy/plugins/launchpad/cmds.py:212
7103
7103
msgid "      brz launchpad-login bob"
7104
7104
msgstr ""
7105
7105
 
7106
7106
# help of 'no-check' option of 'launchpad-login' command
7107
 
#: brzlib/plugins/launchpad/cmds.py:219
 
7107
#: breezy/plugins/launchpad/cmds.py:219
7108
7108
msgid "Don't check that the user name is valid."
7109
7109
msgstr ""
7110
7110
 
7111
 
#: brzlib/plugins/launchpad/cmds.py:234 brzlib/plugins/launchpad/cmds.py:245
 
7111
#: breezy/plugins/launchpad/cmds.py:234 breezy/plugins/launchpad/cmds.py:245
7112
7112
msgid "Launchpad user ID exists and has SSH keys.\n"
7113
7113
msgstr ""
7114
7114
 
7115
 
#: brzlib/plugins/launchpad/cmds.py:237
 
7115
#: breezy/plugins/launchpad/cmds.py:237
7116
7116
msgid "No Launchpad user ID configured.\n"
7117
7117
msgstr ""
7118
7118
 
7119
 
#: brzlib/plugins/launchpad/cmds.py:248
 
7119
#: breezy/plugins/launchpad/cmds.py:248
7120
7120
#, python-format
7121
7121
msgid "Launchpad user ID set to '%s'.\n"
7122
7122
msgstr ""
7123
7123
 
7124
 
#: brzlib/plugins/launchpad/cmds.py:254
 
7124
#: breezy/plugins/launchpad/cmds.py:254
7125
7125
msgid "Ask Launchpad to mirror a branch now."
7126
7126
msgstr ""
7127
7127
 
7128
 
#: brzlib/plugins/launchpad/cmds.py:271
 
7128
#: breezy/plugins/launchpad/cmds.py:271
7129
7129
msgid "Propose merging a branch on Launchpad."
7130
7130
msgstr ""
7131
7131
 
7132
 
#: brzlib/plugins/launchpad/cmds.py:273
 
7132
#: breezy/plugins/launchpad/cmds.py:273
7133
7133
msgid ""
7134
7134
"This will open your usual editor to provide the initial comment.  When it\n"
7135
7135
"has created the proposal, it will open it in your default web browser."
7136
7136
msgstr ""
7137
7137
 
7138
 
#: brzlib/plugins/launchpad/cmds.py:276
 
7138
#: breezy/plugins/launchpad/cmds.py:276
7139
7139
msgid ""
7140
7140
"The branch will be proposed to merge into SUBMIT_BRANCH.  If SUBMIT_BRANCH\n"
7141
7141
"is not supplied, the remembered submit branch will be used.  If no submit\n"
7142
7142
"branch is remembered, the development focus will be used."
7143
7143
msgstr ""
7144
7144
 
7145
 
#: brzlib/plugins/launchpad/cmds.py:280
 
7145
#: breezy/plugins/launchpad/cmds.py:280
7146
7146
msgid ""
7147
7147
"By default, the SUBMIT_BRANCH's review team will be requested to review\n"
7148
7148
"the merge proposal.  This can be overriden by specifying --review (-R).\n"
7150
7150
"may optionally be followed by '=' and the review type.  For example:"
7151
7151
msgstr ""
7152
7152
 
7153
 
#: brzlib/plugins/launchpad/cmds.py:285
 
7153
#: breezy/plugins/launchpad/cmds.py:285
7154
7154
msgid "  brz lp-propose-merge --review jrandom --review review-team=qa"
7155
7155
msgstr ""
7156
7156
 
7157
 
#: brzlib/plugins/launchpad/cmds.py:287
 
7157
#: breezy/plugins/launchpad/cmds.py:287
7158
7158
msgid ""
7159
7159
"This will propose a merge,  request \"jrandom\" to perform a review of\n"
7160
7160
"unspecified type, and request \"review-team\" to perform a \"qa\" review."
7161
7161
msgstr ""
7162
7162
 
7163
7163
# help of 'staging' option of 'lp-propose-merge' command
7164
 
#: brzlib/plugins/launchpad/cmds.py:292
 
7164
#: breezy/plugins/launchpad/cmds.py:292
7165
7165
msgid "Propose the merge on staging."
7166
7166
msgstr ""
7167
7167
 
7168
7168
# help of 'message' option of 'lp-propose-merge' command
7169
 
#: brzlib/plugins/launchpad/cmds.py:294
 
7169
#: breezy/plugins/launchpad/cmds.py:294
7170
7170
msgid "Commit message."
7171
7171
msgstr ""
7172
7172
 
7173
7173
# help of 'approve' option of 'lp-propose-merge' command
7174
 
#: brzlib/plugins/launchpad/cmds.py:296
 
7174
#: breezy/plugins/launchpad/cmds.py:296
7175
7175
msgid ""
7176
7176
"Mark the proposal as approved immediately, setting the approved revision to "
7177
7177
"tip."
7178
7178
msgstr ""
7179
7179
 
7180
7180
# help of 'fixes' option of 'lp-propose-merge' command
7181
 
#: brzlib/plugins/launchpad/cmds.py:298
 
7181
#: breezy/plugins/launchpad/cmds.py:298
7182
7182
msgid "The bug this proposal fixes."
7183
7183
msgstr ""
7184
7184
 
7185
7185
# help of 'review' option of 'lp-propose-merge' command
7186
 
#: brzlib/plugins/launchpad/cmds.py:300
 
7186
#: breezy/plugins/launchpad/cmds.py:300
7187
7187
msgid "Requested reviewer and optional type."
7188
7188
msgstr ""
7189
7189
 
7190
 
#: brzlib/plugins/launchpad/cmds.py:335
 
7190
#: breezy/plugins/launchpad/cmds.py:335
7191
7191
msgid "Find the proposal to merge this revision."
7192
7192
msgstr ""
7193
7193
 
7194
 
#: brzlib/plugins/launchpad/cmds.py:337
 
7194
#: breezy/plugins/launchpad/cmds.py:337
7195
7195
msgid ""
7196
7196
"Finds the merge proposal(s) that discussed landing the specified revision.\n"
7197
7197
"This works only if the if the merged_revno was recorded for the merge\n"
7198
7198
"proposal.  The proposal(s) are opened in a web browser."
7199
7199
msgstr ""
7200
7200
 
7201
 
#: brzlib/plugins/launchpad/cmds.py:341
 
7201
#: breezy/plugins/launchpad/cmds.py:341
7202
7202
msgid ""
7203
7203
"Only the revision specified is searched for.  To find the mainline\n"
7204
7204
"revision that merged it into mainline, use the \"mainline\" revision spec."
7205
7205
msgstr ""
7206
7206
 
7207
 
#: brzlib/plugins/launchpad/cmds.py:344
 
7207
#: breezy/plugins/launchpad/cmds.py:344
7208
7208
msgid "So, to find the merge proposal that reviewed line 1 of README::"
7209
7209
msgstr ""
7210
7210
 
7211
 
#: brzlib/plugins/launchpad/cmds.py:346
 
7211
#: breezy/plugins/launchpad/cmds.py:346
7212
7212
msgid "  brz lp-find-proposal -r mainline:annotate:README:1"
7213
7213
msgstr ""
7214
7214
 
7215
 
#: brzlib/plugins/launchpad/cmds.py:365
 
7215
#: breezy/plugins/launchpad/cmds.py:365
7216
7216
msgid "No review found."
7217
7217
msgstr ""
7218
7218
 
7219
 
#: brzlib/plugins/launchpad/cmds.py:366
 
7219
#: breezy/plugins/launchpad/cmds.py:366
7220
7220
#, python-format
7221
7221
msgid "%d proposals(s) found."
7222
7222
msgstr ""
7223
7223
 
7224
 
#: brzlib/plugins/launchpad/cmds.py:378
 
7224
#: breezy/plugins/launchpad/cmds.py:378
7225
7225
msgid "Finding proposals"
7226
7226
msgstr ""
7227
7227
 
7228
 
#: brzlib/plugins/launchpad/lp_api.py:231
7229
 
#: brzlib/plugins/launchpad/lp_api.py:236
 
7228
#: breezy/plugins/launchpad/lp_api.py:231
 
7229
#: breezy/plugins/launchpad/lp_api.py:236
7230
7230
#, python-format
7231
7231
msgid "%s is not registered on Launchpad"
7232
7232
msgstr ""
7233
7233
 
7234
 
#: brzlib/plugins/launchpad/lp_api.py:246
 
7234
#: breezy/plugins/launchpad/lp_api.py:246
7235
7235
#, python-format
7236
7236
msgid "%s has no development focus."
7237
7237
msgstr ""
7238
7238
 
7239
 
#: brzlib/plugins/launchpad/lp_api.py:251
 
7239
#: breezy/plugins/launchpad/lp_api.py:251
7240
7240
#, python-format
7241
7241
msgid "development focus %s has no branch."
7242
7242
msgstr ""
7243
7243
 
7244
 
#: brzlib/plugins/launchpad/lp_api.py:256
 
7244
#: breezy/plugins/launchpad/lp_api.py:256
7245
7245
#, python-format
7246
7246
msgid "source package %s has no branch."
7247
7247
msgstr ""
7248
7248
 
7249
 
#: brzlib/plugins/launchpad/lp_api.py:260
 
7249
#: breezy/plugins/launchpad/lp_api.py:260
7250
7250
#, python-format
7251
7251
msgid "%s has no associated product or source package."
7252
7252
msgstr ""
7253
7253
 
7254
 
#: brzlib/plugins/launchpad/lp_api.py:272
 
7254
#: breezy/plugins/launchpad/lp_api.py:272
7255
7255
#, python-format
7256
7256
msgid "%s is already up-to-date."
7257
7257
msgstr ""
7258
7258
 
7259
 
#: brzlib/plugins/launchpad/lp_api.py:279
 
7259
#: breezy/plugins/launchpad/lp_api.py:279
7260
7260
#, python-format
7261
7261
msgid "Pushing to %s"
7262
7262
msgstr ""
7263
7263
 
7264
 
#: brzlib/plugins/launchpad/lp_directory.py:170
 
7264
#: breezy/plugins/launchpad/lp_directory.py:170
7265
7265
#, python-brace-format
7266
7266
msgid ""
7267
7267
"resolution for {0}\n"
7269
7269
" remote: {2}"
7270
7270
msgstr ""
7271
7271
 
7272
 
#: brzlib/plugins/launchpad/lp_propose.py:161
 
7272
#: breezy/plugins/launchpad/lp_propose.py:161
7273
7273
#, python-format
7274
7274
msgid "There is already a branch merge proposal: %s"
7275
7275
msgstr ""
7276
7276
 
7277
 
#: brzlib/plugins/weave_fmt/bzrdir.py:237
 
7277
#: breezy/plugins/weave_fmt/bzrdir.py:237
7278
7278
msgid "pb parameter to convert() is deprecated"
7279
7279
msgstr ""
7280
7280
 
7281
 
#: brzlib/plugins/weave_fmt/bzrdir.py:240
 
7281
#: breezy/plugins/weave_fmt/bzrdir.py:240
7282
7282
msgid "starting upgrade from format 4 to 5"
7283
7283
msgstr ""
7284
7284
 
7285
 
#: brzlib/plugins/weave_fmt/bzrdir.py:250
 
7285
#: breezy/plugins/weave_fmt/bzrdir.py:250
7286
7286
msgid "note: upgrade may be faster if all store files are ungzipped first"
7287
7287
msgstr ""
7288
7288
 
7289
 
#: brzlib/plugins/weave_fmt/bzrdir.py:279
 
7289
#: breezy/plugins/weave_fmt/bzrdir.py:279
7290
7290
msgid "converting revision"
7291
7291
msgstr ""
7292
7292
 
7293
 
#: brzlib/plugins/weave_fmt/bzrdir.py:284
 
7293
#: breezy/plugins/weave_fmt/bzrdir.py:284
7294
7294
msgid "upgraded to weaves:"
7295
7295
msgstr ""
7296
7296
 
7297
 
#: brzlib/plugins/weave_fmt/bzrdir.py:285
 
7297
#: breezy/plugins/weave_fmt/bzrdir.py:285
7298
7298
#, python-format
7299
7299
msgid "%6d revisions and inventories"
7300
7300
msgstr ""
7301
7301
 
7302
 
#: brzlib/plugins/weave_fmt/bzrdir.py:287
 
7302
#: breezy/plugins/weave_fmt/bzrdir.py:287
7303
7303
#, python-format
7304
7304
msgid "%6d revisions not present"
7305
7305
msgstr ""
7306
7306
 
7307
 
#: brzlib/plugins/weave_fmt/bzrdir.py:289
 
7307
#: breezy/plugins/weave_fmt/bzrdir.py:289
7308
7308
#, python-format
7309
7309
msgid "%6d texts"
7310
7310
msgstr ""
7311
7311
 
7312
 
#: brzlib/plugins/weave_fmt/bzrdir.py:325
 
7312
#: breezy/plugins/weave_fmt/bzrdir.py:325
7313
7313
msgid "writing weave"
7314
7314
msgstr ""
7315
7315
 
7316
 
#: brzlib/plugins/weave_fmt/bzrdir.py:329
7317
 
#: brzlib/plugins/weave_fmt/bzrdir.py:331
 
7316
#: breezy/plugins/weave_fmt/bzrdir.py:329
 
7317
#: breezy/plugins/weave_fmt/bzrdir.py:331
7318
7318
msgid "inventory"
7319
7319
msgstr ""
7320
7320
 
7321
 
#: brzlib/plugins/weave_fmt/bzrdir.py:348
 
7321
#: breezy/plugins/weave_fmt/bzrdir.py:348
7322
7322
msgid "write revision"
7323
7323
msgstr ""
7324
7324
 
7325
 
#: brzlib/plugins/weave_fmt/bzrdir.py:362
 
7325
#: breezy/plugins/weave_fmt/bzrdir.py:362
7326
7326
msgid "loading revision"
7327
7327
msgstr ""
7328
7328
 
7329
 
#: brzlib/plugins/weave_fmt/bzrdir.py:367
 
7329
#: breezy/plugins/weave_fmt/bzrdir.py:367
7330
7330
#, python-format
7331
7331
msgid "revision {%s} not present in branch; will be converted as a ghost"
7332
7332
msgstr ""
7333
7333
 
7334
 
#: brzlib/plugins/weave_fmt/bzrdir.py:507
 
7334
#: breezy/plugins/weave_fmt/bzrdir.py:507
7335
7335
msgid "starting upgrade from format 5 to 6"
7336
7336
msgstr ""
7337
7337
 
7338
 
#: brzlib/plugins/weave_fmt/bzrdir.py:517
 
7338
#: breezy/plugins/weave_fmt/bzrdir.py:517
7339
7339
#, python-format
7340
7340
msgid "adding prefixes to %s"
7341
7341
msgstr ""
7342
7342
 
7343
 
#: brzlib/plugins/weave_fmt/bzrdir.py:557
 
7343
#: breezy/plugins/weave_fmt/bzrdir.py:557
7344
7344
msgid "starting upgrade from format 6 to metadir"
7345
7345
msgstr ""
7346
7346
 
7347
 
#: brzlib/plugins/weave_fmt/bzrdir.py:565
 
7347
#: breezy/plugins/weave_fmt/bzrdir.py:565
7348
7348
msgid "Removing ancestry.weave"
7349
7349
msgstr ""
7350
7350
 
7351
 
#: brzlib/plugins/weave_fmt/bzrdir.py:570
 
7351
#: breezy/plugins/weave_fmt/bzrdir.py:570
7352
7352
msgid "Finding branch files"
7353
7353
msgstr ""
7354
7354
 
7355
 
#: brzlib/plugins/weave_fmt/bzrdir.py:580
 
7355
#: breezy/plugins/weave_fmt/bzrdir.py:580
7356
7356
msgid "Upgrading repository"
7357
7357
msgstr ""
7358
7358
 
7359
 
#: brzlib/plugins/weave_fmt/bzrdir.py:590
 
7359
#: breezy/plugins/weave_fmt/bzrdir.py:590
7360
7360
msgid "Upgrading branch"
7361
7361
msgstr ""
7362
7362
 
7363
 
#: brzlib/plugins/weave_fmt/bzrdir.py:613
 
7363
#: breezy/plugins/weave_fmt/bzrdir.py:613
7364
7364
msgid "No working tree."
7365
7365
msgstr ""
7366
7366
 
7367
 
#: brzlib/plugins/weave_fmt/bzrdir.py:620
 
7367
#: breezy/plugins/weave_fmt/bzrdir.py:620
7368
7368
msgid "Upgrading working tree"
7369
7369
msgstr ""
7370
7370
 
7371
 
#: brzlib/plugins/weave_fmt/bzrdir.py:641
 
7371
#: breezy/plugins/weave_fmt/bzrdir.py:641
7372
7372
#, python-format
7373
7373
msgid "Make %s lock"
7374
7374
msgstr ""
7375
7375
 
7376
 
#: brzlib/plugins/weave_fmt/bzrdir.py:652
 
7376
#: breezy/plugins/weave_fmt/bzrdir.py:652
7377
7377
#, python-format
7378
7378
msgid "Moving %s"
7379
7379
msgstr ""
7380
7380
 
7381
 
#: brzlib/push.py:56
 
7381
#: breezy/push.py:56
7382
7382
msgid "Created new branch."
7383
7383
msgstr ""
7384
7384
 
7385
 
#: brzlib/push.py:97
 
7385
#: breezy/push.py:97
7386
7386
#, python-format
7387
7387
msgid ""
7388
7388
"Target directory %s already contains a .bzr directory, but it is not valid."
7389
7389
msgstr ""
7390
7390
 
7391
 
#: brzlib/push.py:101
 
7391
#: breezy/push.py:101
7392
7392
#, python-format
7393
7393
msgid ""
7394
7394
"Target directory %s already exists, but does not have a .bzr directory. "
7395
7395
"Supply --use-existing-dir to push there anyway."
7396
7396
msgstr ""
7397
7397
 
7398
 
#: brzlib/push.py:122
 
7398
#: breezy/push.py:122
7399
7399
#, python-format
7400
7400
msgid "Too many redirections trying to make %s."
7401
7401
msgstr ""
7402
7402
 
7403
 
#: brzlib/push.py:148
 
7403
#: breezy/push.py:148
7404
7404
msgid ""
7405
7405
"These branches have diverged.  See \"brz help diverged-branches\" for more "
7406
7406
"information."
7407
7407
msgstr ""
7408
7408
 
7409
 
#: brzlib/push.py:152
 
7409
#: breezy/push.py:152
7410
7410
#, python-format
7411
7411
msgid ""
7412
7412
"It is not possible to losslessly push to %s. You may want to use dpush "
7413
7413
"instead."
7414
7414
msgstr ""
7415
7415
 
7416
 
#: brzlib/push.py:158
 
7416
#: breezy/push.py:158
7417
7417
#, python-format
7418
7418
msgid ""
7419
7419
"At %s you have a valid .bzr control directory, but not a branch or "
7421
7421
"directory out of the way and try again."
7422
7422
msgstr ""
7423
7423
 
7424
 
#: brzlib/reconcile.py:97
 
7424
#: breezy/reconcile.py:97
7425
7425
#, python-format
7426
7426
msgid "Reconciling branch %s"
7427
7427
msgstr ""
7428
7428
 
7429
 
#: brzlib/reconcile.py:103
 
7429
#: breezy/reconcile.py:103
7430
7430
#, python-format
7431
7431
msgid "Reconciling repository %s"
7432
7432
msgstr ""
7433
7433
 
7434
 
#: brzlib/reconcile.py:105
 
7434
#: breezy/reconcile.py:105
7435
7435
msgid "Reconciling repository"
7436
7436
msgstr ""
7437
7437
 
7438
 
#: brzlib/reconcile.py:111
 
7438
#: breezy/reconcile.py:111
7439
7439
#, python-format
7440
7440
msgid "%s cannot canonicalize CHKs."
7441
7441
msgstr ""
7442
7442
 
7443
 
#: brzlib/reconcile.py:119
 
7443
#: breezy/reconcile.py:119
7444
7444
msgid "Reconcile aborted: revision index has inconsistent parents."
7445
7445
msgstr ""
7446
7446
 
7447
 
#: brzlib/reconcile.py:121
 
7447
#: breezy/reconcile.py:121
7448
7448
msgid "Run \"brz check\" for more details."
7449
7449
msgstr ""
7450
7450
 
7451
 
#: brzlib/reconcile.py:123
 
7451
#: breezy/reconcile.py:123
7452
7452
msgid "Reconciliation complete."
7453
7453
msgstr ""
7454
7454
 
7455
 
#: brzlib/reconcile.py:166
 
7455
#: breezy/reconcile.py:166
7456
7456
#, python-brace-format
7457
7457
msgid "Fixing last revision info {0}  => {1}"
7458
7458
msgstr ""
7459
7459
 
7460
 
#: brzlib/reconcile.py:173
 
7460
#: breezy/reconcile.py:173
7461
7461
msgid "revision_history ok."
7462
7462
msgstr ""
7463
7463
 
7464
 
#: brzlib/reconcile.py:234
 
7464
#: breezy/reconcile.py:234
7465
7465
msgid "Reading inventory data"
7466
7466
msgstr ""
7467
7467
 
7468
 
#: brzlib/reconcile.py:254 brzlib/reconcile.py:384
 
7468
#: breezy/reconcile.py:254 breezy/reconcile.py:384
7469
7469
msgid "Inventory ok."
7470
7470
msgstr ""
7471
7471
 
7472
 
#: brzlib/reconcile.py:256 brzlib/reconcile.py:386
 
7472
#: breezy/reconcile.py:256 breezy/reconcile.py:386
7473
7473
msgid "Backing up inventory"
7474
7474
msgstr ""
7475
7475
 
7476
 
#: brzlib/reconcile.py:258
 
7476
#: breezy/reconcile.py:258
7477
7477
msgid "Backup inventory created."
7478
7478
msgstr ""
7479
7479
 
7480
 
#: brzlib/reconcile.py:274 brzlib/reconcile.py:405
 
7480
#: breezy/reconcile.py:274 breezy/reconcile.py:405
7481
7481
msgid "Writing weave"
7482
7482
msgstr ""
7483
7483
 
7484
 
#: brzlib/reconcile.py:277 brzlib/reconcile.py:408
 
7484
#: breezy/reconcile.py:277 breezy/reconcile.py:408
7485
7485
msgid "Inventory regenerated."
7486
7486
msgstr ""
7487
7487
 
7488
 
#: brzlib/reconcile.py:371 brzlib/reconcile.py:373 brzlib/reconcile.py:376
 
7488
#: breezy/reconcile.py:371 breezy/reconcile.py:373 breezy/reconcile.py:376
7489
7489
msgid "Reading indexes"
7490
7490
msgstr ""
7491
7491
 
7492
 
#: brzlib/reconcile.py:380 brzlib/reconcile.py:382
 
7492
#: breezy/reconcile.py:380 breezy/reconcile.py:382
7493
7493
msgid "Checking unused inventories"
7494
7494
msgstr ""
7495
7495
 
7496
 
#: brzlib/reconcile.py:388
 
7496
#: breezy/reconcile.py:388
7497
7497
msgid "Backup Inventory created"
7498
7498
msgstr ""
7499
7499
 
7500
 
#: brzlib/reconcile.py:446
 
7500
#: breezy/reconcile.py:446
7501
7501
msgid "Fixing text parents"
7502
7502
msgstr ""
7503
7503
 
7504
 
#: brzlib/reconfigure.py:54
 
7504
#: breezy/reconfigure.py:54
7505
7505
#, python-brace-format
7506
7506
msgid "{0} is now stacked on {1}\n"
7507
7507
msgstr ""
7508
7508
 
7509
 
#: brzlib/reconfigure.py:69
 
7509
#: breezy/reconfigure.py:69
7510
7510
#, python-format
7511
7511
msgid "%s is now not stacked\n"
7512
7512
msgstr ""
7513
7513
 
7514
 
#: brzlib/remote.py:1228 brzlib/repository.py:289
 
7514
#: breezy/remote.py:1228 breezy/repository.py:289
7515
7515
#, python-format
7516
7516
msgid "bzr: ERROR (ignored): %s"
7517
7517
msgstr ""
7518
7518
 
7519
 
#: brzlib/remote.py:2534
 
7519
#: breezy/remote.py:2534
7520
7520
msgid "Copying repository content as tarball..."
7521
7521
msgstr ""
7522
7522
 
7523
 
#: brzlib/rename_map.py:69
 
7523
#: breezy/rename_map.py:69
7524
7524
msgid "Calculating hashes"
7525
7525
msgstr ""
7526
7526
 
7527
 
#: brzlib/rename_map.py:107
 
7527
#: breezy/rename_map.py:107
7528
7528
msgid "Determining hash hits"
7529
7529
msgstr ""
7530
7530
 
7531
 
#: brzlib/rename_map.py:242
 
7531
#: breezy/rename_map.py:242
7532
7532
#, python-brace-format
7533
7533
msgid "{0} => {1}"
7534
7534
msgstr ""
7535
7535
 
7536
 
#: brzlib/repository.py:1738
 
7536
#: breezy/repository.py:1738
7537
7537
msgid "Moving repository to repository.backup"
7538
7538
msgstr ""
7539
7539
 
7540
 
#: brzlib/repository.py:1745
 
7540
#: breezy/repository.py:1745
7541
7541
msgid "Creating new repository"
7542
7542
msgstr ""
7543
7543
 
7544
 
#: brzlib/repository.py:1750
 
7544
#: breezy/repository.py:1750
7545
7545
msgid "Copying content"
7546
7546
msgstr ""
7547
7547
 
7548
 
#: brzlib/repository.py:1754
 
7548
#: breezy/repository.py:1754
7549
7549
msgid "Deleting old repository content"
7550
7550
msgstr ""
7551
7551
 
7552
 
#: brzlib/repository.py:1756
 
7552
#: breezy/repository.py:1756
7553
7553
msgid "repository converted"
7554
7554
msgstr ""
7555
7555
 
7556
 
#: brzlib/revisionspec.py:903
 
7556
#: breezy/revisionspec.py:903
7557
7557
#, python-brace-format
7558
7558
msgid "Using {0} {1}"
7559
7559
msgstr ""
7560
7560
 
7561
 
#: brzlib/send.py:59
 
7561
#: breezy/send.py:59
7562
7562
#, python-format
7563
7563
msgid "Mail client \"%s\" does not support specifying body"
7564
7564
msgstr ""
7565
7565
 
7566
 
#: brzlib/send.py:63
 
7566
#: breezy/send.py:63
7567
7567
msgid "--remember requires a branch to be specified."
7568
7568
msgstr ""
7569
7569
 
7570
 
#: brzlib/send.py:78
 
7570
#: breezy/send.py:78
7571
7571
msgid "No submit branch known or specified"
7572
7572
msgstr ""
7573
7573
 
7574
 
#: brzlib/send.py:81
 
7574
#: breezy/send.py:81
7575
7575
#, python-brace-format
7576
7576
msgid "Using saved {0} location \"{1}\" to determine what changes to submit."
7577
7577
msgstr ""
7578
7578
 
7579
 
#: brzlib/send.py:99
 
7579
#: breezy/send.py:99
7580
7580
#, python-format
7581
7581
msgid "No such send format '%s'."
7582
7582
msgstr ""
7583
7583
 
7584
 
#: brzlib/send.py:115
 
7584
#: breezy/send.py:115
7585
7585
msgid "bzr send takes at most two one revision identifiers"
7586
7586
msgstr ""
7587
7587
 
7588
 
#: brzlib/send.py:128
 
7588
#: breezy/send.py:128
7589
7589
msgid "No revisions to submit."
7590
7590
msgstr ""
7591
7591
 
7592
 
#: brzlib/send.py:140
 
7592
#: breezy/send.py:140
7593
7593
msgid ""
7594
7594
"- not supported for merge directives that use more than one output file."
7595
7595
msgstr ""
7596
7596
 
7597
 
#: brzlib/send.py:186
 
7597
#: breezy/send.py:186
7598
7598
msgid "Format 0.9 does not permit bundle with no patch"
7599
7599
msgstr ""
7600
7600
 
7601
 
#: brzlib/shelf_ui.py:46
 
7601
#: breezy/shelf_ui.py:46
7602
7602
#, python-format
7603
7603
msgid "Shelve adding file \"%(path)s\"?"
7604
7604
msgstr ""
7605
7605
 
7606
 
#: brzlib/shelf_ui.py:47
 
7606
#: breezy/shelf_ui.py:47
7607
7607
msgid "Shelve binary changes?"
7608
7608
msgstr ""
7609
7609
 
7610
 
#: brzlib/shelf_ui.py:48
 
7610
#: breezy/shelf_ui.py:48
7611
7611
msgid "Shelve changing \"%s\" from %(other)s to %(this)s?"
7612
7612
msgstr ""
7613
7613
 
7614
 
#: brzlib/shelf_ui.py:50
 
7614
#: breezy/shelf_ui.py:50
7615
7615
#, python-format
7616
7616
msgid "Shelve removing file \"%(path)s\"?"
7617
7617
msgstr ""
7618
7618
 
7619
 
#: brzlib/shelf_ui.py:51
 
7619
#: breezy/shelf_ui.py:51
7620
7620
#, python-format
7621
7621
msgid "Shelve %d change(s)?"
7622
7622
msgstr ""
7623
7623
 
7624
 
#: brzlib/shelf_ui.py:52
 
7624
#: breezy/shelf_ui.py:52
7625
7625
msgid "Shelve?"
7626
7626
msgstr ""
7627
7627
 
7628
 
#: brzlib/shelf_ui.py:53
 
7628
#: breezy/shelf_ui.py:53
7629
7629
#, python-format
7630
7630
msgid ""
7631
7631
"Shelve changing target of \"%(path)s\" from \"%(other)s\" to \"%(this)s\"?"
7632
7632
msgstr ""
7633
7633
 
7634
 
#: brzlib/shelf_ui.py:55
 
7634
#: breezy/shelf_ui.py:55
7635
7635
#, python-format
7636
7636
msgid "Shelve renaming \"%(other)s\" => \"%(this)s\"?"
7637
7637
msgstr ""
7638
7638
 
7639
 
#: brzlib/shelf_ui.py:70
 
7639
#: breezy/shelf_ui.py:70
7640
7640
#, python-format
7641
7641
msgid "Changes shelved with id \"%d\"."
7642
7642
msgstr ""
7643
7643
 
7644
 
#: brzlib/shelf_ui.py:74
 
7644
#: breezy/shelf_ui.py:74
7645
7645
msgid "Selected changes destroyed."
7646
7646
msgstr ""
7647
7647
 
7648
 
#: brzlib/shelf_ui.py:78
 
7648
#: breezy/shelf_ui.py:78
7649
7649
msgid "Selected changes:"
7650
7650
msgstr ""
7651
7651
 
7652
 
#: brzlib/shelf_ui.py:98
 
7652
#: breezy/shelf_ui.py:98
7653
7653
#, python-format
7654
7654
msgid "Delete file \"%(path)s\"?"
7655
7655
msgstr ""
7656
7656
 
7657
 
#: brzlib/shelf_ui.py:99
 
7657
#: breezy/shelf_ui.py:99
7658
7658
msgid "Apply binary changes?"
7659
7659
msgstr ""
7660
7660
 
7661
 
#: brzlib/shelf_ui.py:100
 
7661
#: breezy/shelf_ui.py:100
7662
7662
#, python-format
7663
7663
msgid "Change \"%(path)s\" from %(this)s to %(other)s?"
7664
7664
msgstr ""
7665
7665
 
7666
 
#: brzlib/shelf_ui.py:102
 
7666
#: breezy/shelf_ui.py:102
7667
7667
#, python-format
7668
7668
msgid "Add file \"%(path)s\"?"
7669
7669
msgstr ""
7670
7670
 
7671
 
#: brzlib/shelf_ui.py:103
 
7671
#: breezy/shelf_ui.py:103
7672
7672
#, python-format
7673
7673
msgid "Apply %d change(s)?"
7674
7674
msgstr ""
7675
7675
 
7676
 
#: brzlib/shelf_ui.py:104
 
7676
#: breezy/shelf_ui.py:104
7677
7677
msgid "Apply change?"
7678
7678
msgstr ""
7679
7679
 
7680
 
#: brzlib/shelf_ui.py:105
 
7680
#: breezy/shelf_ui.py:105
7681
7681
#, python-format
7682
7682
msgid "Change target of \"%(path)s\" from \"%(this)s\" to \"%(other)s\"?"
7683
7683
msgstr ""
7684
7684
 
7685
 
#: brzlib/shelf_ui.py:107
 
7685
#: breezy/shelf_ui.py:107
7686
7686
#, python-format
7687
7687
msgid "Rename \"%(this)s\" => \"%(other)s\"?"
7688
7688
msgstr ""
7689
7689
 
7690
 
#: brzlib/shelf_ui.py:402
 
7690
#: breezy/shelf_ui.py:402
7691
7691
msgid "No changes are shelved."
7692
7692
msgstr ""
7693
7693
 
7694
 
#: brzlib/shelf_ui.py:460
 
7694
#: breezy/shelf_ui.py:460
7695
7695
#, python-format
7696
7696
msgid "Using changes with id \"%d\"."
7697
7697
msgstr ""
7698
7698
 
7699
 
#: brzlib/shelf_ui.py:464
 
7699
#: breezy/shelf_ui.py:464
7700
7700
#, python-format
7701
7701
msgid "Message: %s"
7702
7702
msgstr ""
7703
7703
 
7704
 
#: brzlib/shelf_ui.py:476
 
7704
#: breezy/shelf_ui.py:476
7705
7705
#, python-format
7706
7706
msgid "Deleted changes with id \"%d\"."
7707
7707
msgstr ""
7708
7708
 
7709
 
#: brzlib/smart/medium.py:714
 
7709
#: breezy/smart/medium.py:714
7710
7710
#, python-brace-format
7711
7711
msgid "HPSS calls: {0} ({1} vfs) {2}"
7712
7712
msgstr ""
7713
7713
 
7714
 
#: brzlib/smart/ping.py:32
 
7714
#: breezy/smart/ping.py:32
7715
7715
msgid "Pings a Bazaar smart server."
7716
7716
msgstr ""
7717
7717
 
7718
 
#: brzlib/smart/ping.py:34
 
7718
#: breezy/smart/ping.py:34
7719
7719
msgid ""
7720
7720
"This command sends a 'hello' request to the given location using the brz\n"
7721
7721
"smart protocol, and reports the response."
7722
7722
msgstr ""
7723
7723
 
7724
 
#: brzlib/smart/server.py:169
 
7724
#: breezy/smart/server.py:169
7725
7725
msgid "Requested to stop gracefully"
7726
7726
msgstr ""
7727
7727
 
7728
 
#: brzlib/smart/server.py:179
 
7728
#: breezy/smart/server.py:179
7729
7729
#, python-format
7730
7730
msgid "Waiting for %d client(s) to finish"
7731
7731
msgstr ""
7732
7732
 
7733
 
#: brzlib/smart/server.py:185
 
7733
#: breezy/smart/server.py:185
7734
7734
#, python-format
7735
7735
msgid "Still waiting for %d client(s) to finish"
7736
7736
msgstr ""
7737
7737
 
7738
 
#: brzlib/smart/server.py:219
 
7738
#: breezy/smart/server.py:219
7739
7739
#, python-format
7740
7740
msgid "listening socket error: %s"
7741
7741
msgstr ""
7742
7742
 
7743
 
#: brzlib/smart/server.py:452
 
7743
#: breezy/smart/server.py:452
7744
7744
#, python-format
7745
7745
msgid "listening on port: %s"
7746
7746
msgstr ""
7747
7747
 
7748
 
#: brzlib/switch.py:84
 
7748
#: breezy/switch.py:84
7749
7749
msgid "Pending merges must be committed or reverted before using switch."
7750
7750
msgstr ""
7751
7751
 
7752
 
#: brzlib/switch.py:111
 
7752
#: breezy/switch.py:111
7753
7753
msgid ""
7754
7754
"Cannot switch as local commits found in the checkout. Commit these to the "
7755
7755
"bound branch or use --force to throw them away."
7756
7756
msgstr ""
7757
7757
 
7758
 
#: brzlib/switch.py:116
 
7758
#: breezy/switch.py:116
7759
7759
#, python-format
7760
7760
msgid ""
7761
7761
"Unable to connect to current master branch %(target)s: %(error)s To switch "
7762
7762
"anyway, use --force."
7763
7763
msgstr ""
7764
7764
 
7765
 
#: brzlib/switch.py:140
 
7765
#: breezy/switch.py:140
7766
7766
msgid "Cannot switch a branch, only a checkout."
7767
7767
msgstr ""
7768
7768
 
7769
 
#: brzlib/switch.py:183
 
7769
#: breezy/switch.py:183
7770
7770
#, python-format
7771
7771
msgid "Tree is up to date at revision %d."
7772
7772
msgstr ""
7773
7773
 
7774
 
#: brzlib/switch.py:190
 
7774
#: breezy/switch.py:190
7775
7775
#, python-format
7776
7776
msgid "Updated to revision %d."
7777
7777
msgstr ""
7778
7778
 
7779
 
#: brzlib/transform.py:1723 brzlib/transform.py:1734 brzlib/transform.py:1736
 
7779
#: breezy/transform.py:1723 breezy/transform.py:1734 breezy/transform.py:1736
7780
7780
msgid "Apply phase"
7781
7781
msgstr ""
7782
7782
 
7783
 
#: brzlib/transform.py:1762 brzlib/transform.py:1830
 
7783
#: breezy/transform.py:1762 breezy/transform.py:1830
7784
7784
msgid "removing file"
7785
7785
msgstr ""
7786
7786
 
7787
 
#: brzlib/transform.py:1780 brzlib/transform.py:1865
 
7787
#: breezy/transform.py:1780 breezy/transform.py:1865
7788
7788
msgid "adding file"
7789
7789
msgstr ""
7790
7790
 
7791
 
#: brzlib/transform.py:2598
 
7791
#: breezy/transform.py:2598
7792
7792
msgid "Building tree"
7793
7793
msgstr ""
7794
7794
 
7795
 
#: brzlib/transform.py:2688 brzlib/transform.py:2715
 
7795
#: breezy/transform.py:2688 breezy/transform.py:2715
7796
7796
msgid "Adding file contents"
7797
7797
msgstr ""
7798
7798
 
7799
 
#: brzlib/transform.py:3017
 
7799
#: breezy/transform.py:3017
7800
7800
msgid "Resolution pass"
7801
7801
msgstr ""
7802
7802
 
7803
 
#: brzlib/transport/ftp/_gssapi.py:88
 
7803
#: breezy/transport/ftp/_gssapi.py:88
7804
7804
#, python-format
7805
7805
msgid "Authenticated as %s"
7806
7806
msgstr ""
7807
7807
 
7808
 
#: brzlib/tree.py:647
 
7808
#: breezy/tree.py:647
7809
7809
msgid "*** {0} content-filter: {1} => {2!r}"
7810
7810
msgstr ""
7811
7811
 
7812
 
#: brzlib/upgrade.py:77
 
7812
#: breezy/upgrade.py:77
7813
7813
#, python-format
7814
7814
msgid "This is a checkout. The branch (%s) needs to be upgraded separately."
7815
7815
msgstr ""
7816
7816
 
7817
 
#: brzlib/upgrade.py:100
 
7817
#: breezy/upgrade.py:100
7818
7818
#, python-format
7819
7819
msgid "cannot upgrade from bzrdir format %s"
7820
7820
msgstr ""
7821
7821
 
7822
 
#: brzlib/upgrade.py:103
 
7822
#: breezy/upgrade.py:103
7823
7823
#, python-format
7824
7824
msgid "starting upgrade of %s"
7825
7825
msgstr ""
7826
7826
 
7827
 
#: brzlib/upgrade.py:110
 
7827
#: breezy/upgrade.py:110
7828
7828
msgid "finished"
7829
7829
msgstr ""
7830
7830
 
7831
 
#: brzlib/upgrade.py:120
 
7831
#: breezy/upgrade.py:120
7832
7832
msgid "Deleting backup.bzr"
7833
7833
msgstr ""
7834
7834
 
7835
 
#: brzlib/upgrade.py:151
 
7835
#: breezy/upgrade.py:151
7836
7836
#, python-brace-format
7837
7837
msgid ""
7838
7838
"\n"
7839
7839
"SUMMARY: {0} upgrades attempted, {1} succeeded, {2} failed"
7840
7840
msgstr ""
7841
7841
 
7842
 
#: brzlib/upgrade.py:208
 
7842
#: breezy/upgrade.py:208
7843
7843
#, python-format
7844
7844
msgid "Found %d dependent branches - upgrading ..."
7845
7845
msgstr ""
7846
7846
 
7847
 
#: brzlib/upgrade.py:276
 
7847
#: breezy/upgrade.py:276
7848
7848
msgid "Upgrading bzrdirs"
7849
7849
msgstr ""
7850
7850
 
7851
 
#: brzlib/upgrade.py:282
 
7851
#: breezy/upgrade.py:282
7852
7852
#, python-format
7853
7853
msgid "Upgrading %s"
7854
7854
msgstr ""
7855
7855
 
7856
 
#: brzlib/upgrade.py:283
 
7856
#: breezy/upgrade.py:283
7857
7857
#, python-brace-format
7858
7858
msgid "Upgrading {0} {1} ..."
7859
7859
msgstr ""
7860
7860
 
7861
 
#: brzlib/upgrade.py:301
 
7861
#: breezy/upgrade.py:301
7862
7862
msgid "Removing backup ..."
7863
7863
msgstr ""
7864
7864
 
7865
 
#: brzlib/upgrade.py:305
 
7865
#: breezy/upgrade.py:305
7866
7866
#, python-brace-format
7867
7867
msgid "failed to clean-up {0}: {1}"
7868
7868
msgstr ""
7869
7869
 
7870
 
#: brzlib/vf_repository.py:1091
 
7870
#: breezy/vf_repository.py:1091
7871
7871
msgid "inventories"
7872
7872
msgstr ""
7873
7873
 
7874
 
#: brzlib/vf_repository.py:1117
 
7874
#: breezy/vf_repository.py:1117
7875
7875
msgid "texts"
7876
7876
msgstr ""
7877
7877
 
7878
 
#: brzlib/vf_repository.py:1622 brzlib/vf_repository.py:1631
 
7878
#: breezy/vf_repository.py:1622 breezy/vf_repository.py:1631
7879
7879
msgid "Calculating text parents"
7880
7880
msgstr ""
7881
7881
 
7882
 
#: brzlib/vf_repository.py:1707
 
7882
#: breezy/vf_repository.py:1707
7883
7883
msgid "Fetch texts"
7884
7884
msgstr ""
7885
7885
 
7886
 
#: brzlib/vf_repository.py:2536
 
7886
#: breezy/vf_repository.py:2536
7887
7887
msgid "loading text store"
7888
7888
msgstr ""
7889
7889
 
7890
 
#: brzlib/vf_repository.py:2542
 
7890
#: breezy/vf_repository.py:2542
7891
7891
msgid "checking text graph"
7892
7892
msgstr ""
7893
7893
 
7894
 
#: brzlib/vf_repository.py:2998 brzlib/vf_repository.py:3012
7895
 
#: brzlib/vf_repository.py:3127
 
7894
#: breezy/vf_repository.py:2998 breezy/vf_repository.py:3012
 
7895
#: breezy/vf_repository.py:3127
7896
7896
msgid "Transferring revisions"
7897
7897
msgstr ""
7898
7898
 
7899
 
#: brzlib/win32utils.py:146
 
7899
#: breezy/win32utils.py:146
7900
7900
msgid "Failed to GetProcessMemoryInfo()"
7901
7901
msgstr ""
7902
7902
 
7903
 
#: brzlib/win32utils.py:167
 
7903
#: breezy/win32utils.py:167
7904
7904
msgid "Cannot debug memory on win32 without ctypes or win32process"
7905
7905
msgstr ""
7906
7906
 
7907
 
#: brzlib/win32utils.py:172
 
7907
#: breezy/win32utils.py:172
7908
7908
#, python-brace-format
7909
7909
msgid "WorkingSize {0:>7}KiB\tPeakWorking {1:>7}KiB\t{2}"
7910
7910
msgstr ""
7911
7911
 
7912
 
#: brzlib/win32utils.py:180
 
7912
#: breezy/win32utils.py:180
7913
7913
#, python-format
7914
7914
msgid "WorkingSize       %8d KiB"
7915
7915
msgstr ""
7916
7916
 
7917
 
#: brzlib/win32utils.py:181
 
7917
#: breezy/win32utils.py:181
7918
7918
#, python-format
7919
7919
msgid "PeakWorking       %8d KiB"
7920
7920
msgstr ""
7921
7921
 
7922
 
#: brzlib/win32utils.py:182
 
7922
#: breezy/win32utils.py:182
7923
7923
#, python-format
7924
7924
msgid "PagefileUsage     %8d KiB"
7925
7925
msgstr ""
7926
7926
 
7927
 
#: brzlib/win32utils.py:183
 
7927
#: breezy/win32utils.py:183
7928
7928
#, python-format
7929
7929
msgid "PeakPagefileUsage %8d KiB"
7930
7930
msgstr ""
7931
7931
 
7932
 
#: brzlib/win32utils.py:185
 
7932
#: breezy/win32utils.py:185
7933
7933
#, python-format
7934
7934
msgid "PrivateUsage      %8d KiB"
7935
7935
msgstr ""
7936
7936
 
7937
 
#: brzlib/win32utils.py:186
 
7937
#: breezy/win32utils.py:186
7938
7938
#, python-format
7939
7939
msgid "PageFaultCount    %8d"
7940
7940
msgstr ""
7941
7941
 
7942
 
#: brzlib/workingtree.py:1516
 
7942
#: breezy/workingtree.py:1516
7943
7943
msgid "Rerun update after fixing the conflicts."
7944
7944
msgstr ""
7945
7945
 
12182
12182
"The class that contains each hook is given before the hooks it supplies. "
12183
12183
"For\n"
12184
12184
"instance, BranchHooks as the class is the hooks class for\n"
12185
 
"`brzlib.branch.Branch.hooks`."
 
12185
"`breezy.branch.Branch.hooks`."
12186
12186
msgstr ""
12187
12187
 
12188
12188
#: en/help_topics/hooks.txt:18
12264
12264
#: en/help_topics/hooks.txt:58
12265
12265
msgid ""
12266
12266
"Called after new branch initialization completes. post_branch_init is\n"
12267
 
"called with a brzlib.branch.BranchInitHookParams. Note that init,\n"
 
12267
"called with a breezy.branch.BranchInitHookParams. Note that init,\n"
12268
12268
"branch and checkout (both heavyweight and lightweight) will all\n"
12269
12269
"trigger this hook."
12270
12270
msgstr ""
12283
12283
msgid ""
12284
12284
"Called in bzr client and server after a change to the tip of a branch\n"
12285
12285
"is made. post_change_branch_tip is called with a\n"
12286
 
"brzlib.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
 
12286
"breezy.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
12287
12287
"uncommit will all trigger this hook."
12288
12288
msgstr ""
12289
12289
 
12315
12315
#: en/help_topics/hooks.txt:88
12316
12316
msgid ""
12317
12317
"Called after a pull operation completes. post_pull is called with a\n"
12318
 
"brzlib.branch.PullResult object and only runs in the bzr client."
 
12318
"breezy.branch.PullResult object and only runs in the bzr client."
12319
12319
msgstr ""
12320
12320
 
12321
12321
#: en/help_topics/hooks.txt:91
12327
12327
#: en/help_topics/hooks.txt:96
12328
12328
msgid ""
12329
12329
"Called after a push operation completes. post_push is called with a\n"
12330
 
"brzlib.branch.BranchPushResult object and only runs in the bzr client."
 
12330
"breezy.branch.BranchPushResult object and only runs in the bzr client."
12331
12331
msgstr ""
12332
12332
 
12333
12333
#: en/help_topics/hooks.txt:99
12339
12339
#: en/help_topics/hooks.txt:104
12340
12340
msgid ""
12341
12341
"Called after a checkout switches branch. post_switch is called with a\n"
12342
 
"brzlib.branch.SwitchHookParams."
 
12342
"breezy.branch.SwitchHookParams."
12343
12343
msgstr ""
12344
12344
 
12345
12345
#: en/help_topics/hooks.txt:107
12371
12371
msgid ""
12372
12372
"Called in bzr client and server before a change to the tip of a branch\n"
12373
12373
"is made. pre_change_branch_tip is called with a\n"
12374
 
"brzlib.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
 
12374
"breezy.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
12375
12375
"uncommit will all trigger this hook."
12376
12376
msgstr ""
12377
12377
 
12441
12441
msgid ""
12442
12442
"Called after creating a command object to allow modifications such as\n"
12443
12443
"adding or removing options, docs etc. Called with the new\n"
12444
 
"brzlib.commands.Command object."
 
12444
"breezy.commands.Command object."
12445
12445
msgstr ""
12446
12446
 
12447
12447
#: en/help_topics/hooks.txt:170
12461
12461
"command_name). get_command should either return the cmd_or_None\n"
12462
12462
"parameter, or a replacement Command object that should be used for the\n"
12463
12463
"command. Note that the Command.hooks hooks are core infrastructure.\n"
12464
 
"Many users will prefer to use brzlib.commands.register_command or\n"
 
12464
"Many users will prefer to use breezy.commands.register_command or\n"
12465
12465
"plugin_cmds.register_lazy."
12466
12466
msgstr ""
12467
12467
 
12600
12600
#: en/help_topics/hooks.txt:264
12601
12601
msgid ""
12602
12602
"Invoked after a repository has been initialized. post_repo_init is\n"
12603
 
"called with a brzlib.controldir.RepoInitHookParams."
 
12603
"called with a breezy.controldir.RepoInitHookParams."
12604
12604
msgstr ""
12605
12605
 
12606
12606
#: en/help_topics/hooks.txt:267
12656
12656
msgstr ""
12657
12657
 
12658
12658
#: en/help_topics/hooks.txt:295
12659
 
msgid "Called with a brzlib.lock.LockResult when a physical lock is acquired."
 
12659
msgid "Called with a breezy.lock.LockResult when a physical lock is acquired."
12660
12660
msgstr ""
12661
12661
 
12662
12662
#: en/help_topics/hooks.txt:297
12666
12666
msgstr ""
12667
12667
 
12668
12668
#: en/help_topics/hooks.txt:302
12669
 
msgid "Called with a brzlib.lock.LockResult when a physical lock is broken."
 
12669
msgid "Called with a breezy.lock.LockResult when a physical lock is broken."
12670
12670
msgstr ""
12671
12671
 
12672
12672
#: en/help_topics/hooks.txt:304
12676
12676
msgstr ""
12677
12677
 
12678
12678
#: en/help_topics/hooks.txt:309
12679
 
msgid "Called with a brzlib.lock.LockResult when a physical lock is released."
 
12679
msgid "Called with a breezy.lock.LockResult when a physical lock is released."
12680
12680
msgstr ""
12681
12681
 
12682
12682
#: en/help_topics/hooks.txt:311
12697
12697
 
12698
12698
#: en/help_topics/hooks.txt:319
12699
12699
msgid ""
12700
 
"Called with a brzlib.merge.Merger object to create a per file merge\n"
 
12700
"Called with a breezy.merge.Merger object to create a per file merge\n"
12701
12701
"object when starting a merge. Should return either None or a subclass\n"
12702
 
"of ``brzlib.merge.AbstractPerFileMerger``. Such objects will then be\n"
 
12702
"of ``breezy.merge.AbstractPerFileMerger``. Such objects will then be\n"
12703
12703
"called per file that needs to be merged (including when one side has\n"
12704
12704
"deleted the file and the other has changed it). See the\n"
12705
12705
"AbstractPerFileMerger API docs for details on how it is used by merge."
12777
12777
#: en/help_topics/hooks.txt:362
12778
12778
msgid ""
12779
12779
"Called when a commit message is being generated.\n"
12780
 
"commit_message_template is called with the brzlib.commit.Commit object\n"
 
12780
"commit_message_template is called with the breezy.commit.Commit object\n"
12781
12781
"and the message that is known so far. commit_message_template must\n"
12782
12782
"return a new message to use (which could be the same as it was given).\n"
12783
12783
"When there are multiple hooks registered for commit_message_template,\n"
12794
12794
#: en/help_topics/hooks.txt:375
12795
12795
msgid ""
12796
12796
"Set a fixed commit message. set_commit_message is called with the\n"
12797
 
"brzlib.commit.Commit object (so you can also change e.g. revision\n"
 
12797
"breezy.commit.Commit object (so you can also change e.g. revision\n"
12798
12798
"properties by editing commit.builder._revprops) and the message so\n"
12799
12799
"far. set_commit_message must return the message to use or None if it\n"
12800
12800
"should use the message editor as normal."
12825
12825
#: en/help_topics/hooks.txt:397
12826
12826
msgid ""
12827
12827
"Called after a commit is performed on a tree. The hook is called with\n"
12828
 
"a brzlib.mutabletree.PostCommitHookParams object. The mutable tree the\n"
 
12828
"a breezy.mutabletree.PostCommitHookParams object. The mutable tree the\n"
12829
12829
"commit was performed on is available via the mutable_tree attribute of\n"
12830
12830
"that object."
12831
12831
msgstr ""
12864
12864
msgid ""
12865
12865
"Called before a commit is performed on a tree. The start commit hook\n"
12866
12866
"is able to change the tree before the commit takes place. start_commit\n"
12867
 
"is called with the brzlib.mutabletree.MutableTree that the commit is\n"
 
12867
"is called with the breezy.mutabletree.MutableTree that the commit is\n"
12868
12868
"being performed on."
12869
12869
msgstr ""
12870
12870
 
12887
12887
#: en/help_topics/hooks.txt:436
12888
12888
msgid ""
12889
12889
"Called when the smart client is submitting a request to the smart\n"
12890
 
"server. Called with a brzlib.smart.client.CallHookParams object.\n"
 
12890
"server. Called with a breezy.smart.client.CallHookParams object.\n"
12891
12891
"Streaming request bodies, and responses, are not accessible."
12892
12892
msgstr ""
12893
12893