/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/en_AU.po

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