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

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 19:09:26 UTC
  • mfrom: (6622.1.36 breezy)
  • Revision ID: jelmer@jelmer.uk-20170521190926-5vtz8xaf0e9ylrpc
Merge rename to breezy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Vietnamese translation for bzr
2
 
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
3
 
# This file is distributed under the same license as the bzr package.
4
 
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
5
 
#
6
 
msgid ""
7
 
msgstr ""
8
 
"Project-Id-Version: bzr\n"
9
 
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
 
"POT-Creation-Date: 2012-02-02 17:39+0100\n"
11
 
"PO-Revision-Date: 2012-03-10 02:28+0000\n"
12
 
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
 
"Language-Team: Vietnamese <vi@li.org>\n"
14
 
"MIME-Version: 1.0\n"
15
 
"Content-Type: text/plain; charset=UTF-8\n"
16
 
"Content-Transfer-Encoding: 8bit\n"
17
 
"Plural-Forms: nplurals=1; plural=0;\n"
18
 
"X-Launchpad-Export-Date: 2012-03-11 05:03+0000\n"
19
 
"X-Generator: Launchpad (build 14914)\n"
20
 
 
21
 
#: bzrlib/add.py:95
 
1
#: breezy/add.py:93
 
2
#, python-brace-format
22
3
msgid "skipping {0} (larger than {1} of {2} bytes)"
23
4
msgstr ""
24
5
 
25
 
#: bzrlib/branch.py:872
 
6
#: breezy/branch.py:872
26
7
msgid "Unstacking"
27
8
msgstr ""
28
9
 
29
 
#: bzrlib/branch.py:3205
 
10
#: breezy/branch.py:3012
30
11
#, python-format
31
12
msgid "Pushed up to revision %d."
32
13
msgstr ""
33
14
 
34
 
#: bzrlib/branch.py:3207
 
15
#: breezy/branch.py:3014
35
16
#, python-format
36
17
msgid "%d tag updated."
37
18
msgid_plural "%d tags updated."
38
19
msgstr[0] ""
39
20
msgstr[1] ""
40
21
 
41
 
#: bzrlib/branch.py:3210
 
22
#: breezy/branch.py:3017
42
23
msgid "No new revisions or tags to push."
43
24
msgstr ""
44
25
 
45
 
#: bzrlib/branch.py:3212
 
26
#: breezy/branch.py:3019
46
27
msgid "No new revisions to push."
47
28
msgstr ""
48
29
 
49
 
#: bzrlib/branch.py:3232
 
30
#: breezy/branch.py:3039
 
31
#, python-brace-format
50
32
msgid "checked branch {0} format {1}"
51
33
msgstr ""
52
34
 
53
 
#: bzrlib/branch.py:3235
 
35
#: breezy/branch.py:3042
54
36
#, python-format
55
37
msgid "found error:%s"
56
38
msgstr ""
57
39
 
58
 
#: bzrlib/builtins.py:209 bzrlib/builtins.py:3016 bzrlib/workingtree.py:315
 
40
#: breezy/builtins.py:251 breezy/builtins.py:3043 breezy/workingtree.py:324
59
41
#, python-format
60
42
msgid "Ignoring files outside view. View is %s"
61
43
msgstr ""
62
44
 
63
 
#: bzrlib/builtins.py:218
 
45
#: breezy/builtins.py:260
64
46
#, python-format
65
 
msgid "bzr %s --revision takes exactly one revision identifier"
 
47
msgid "brz %s --revision takes exactly one revision identifier"
66
48
msgstr ""
67
49
 
68
 
#: bzrlib/builtins.py:303
 
50
#: breezy/builtins.py:315
69
51
msgid "Display status summary."
70
52
msgstr ""
71
53
 
72
 
#: bzrlib/builtins.py:305
 
54
#: breezy/builtins.py:317
73
55
msgid ""
74
56
"This reports on versioned and unknown files, reporting them\n"
75
57
"grouped by state.  Possible states are:"
76
58
msgstr ""
77
59
 
78
 
#: bzrlib/builtins.py:308
 
60
#: breezy/builtins.py:320
79
61
msgid ""
80
62
"added\n"
81
63
"    Versioned in the working copy but not in the previous revision."
82
64
msgstr ""
83
65
 
84
 
#: bzrlib/builtins.py:311
 
66
#: breezy/builtins.py:323
85
67
msgid ""
86
68
"removed\n"
87
69
"    Versioned in the previous revision but removed or deleted\n"
88
70
"    in the working copy."
89
71
msgstr ""
90
72
 
91
 
#: bzrlib/builtins.py:315
 
73
#: breezy/builtins.py:327
92
74
msgid ""
93
75
"renamed\n"
94
76
"    Path of this file changed from the previous revision;\n"
96
78
"    parent directory was renamed."
97
79
msgstr ""
98
80
 
99
 
#: bzrlib/builtins.py:320
 
81
#: breezy/builtins.py:332
100
82
msgid ""
101
83
"modified\n"
102
84
"    Text has changed since the previous revision."
103
85
msgstr ""
104
86
 
105
 
#: bzrlib/builtins.py:323
 
87
#: breezy/builtins.py:335
106
88
msgid ""
107
89
"kind changed\n"
108
90
"    File kind has been changed (e.g. from file to directory)."
109
91
msgstr ""
110
92
 
111
 
#: bzrlib/builtins.py:326
 
93
#: breezy/builtins.py:338
112
94
msgid ""
113
95
"unknown\n"
114
96
"    Not versioned and not matching an ignore pattern."
115
97
msgstr ""
116
98
 
117
 
#: bzrlib/builtins.py:329
 
99
#: breezy/builtins.py:341
118
100
msgid ""
119
101
"Additionally for directories, symlinks and files with a changed\n"
120
102
"executable bit, Bazaar indicates their type using a trailing\n"
122
104
"disabled using the '--no-classify' option."
123
105
msgstr ""
124
106
 
125
 
#: bzrlib/builtins.py:334
 
107
#: breezy/builtins.py:346
126
108
msgid ""
127
 
"To see ignored files use 'bzr ignored'.  For details on the\n"
128
 
"changes to file texts, use 'bzr diff'."
 
109
"To see ignored files use 'brz ignored'.  For details on the\n"
 
110
"changes to file texts, use 'brz diff'."
129
111
msgstr ""
130
112
 
131
 
#: bzrlib/builtins.py:337
 
113
#: breezy/builtins.py:349
132
114
msgid ""
133
115
"Note that --short or -S gives status flags for each item, similar\n"
134
116
"to Subversion's status command. To get output similar to svn -q,\n"
135
 
"use bzr status -SV."
 
117
"use brz status -SV."
136
118
msgstr ""
137
119
 
138
 
#: bzrlib/builtins.py:341
 
120
#: breezy/builtins.py:353
139
121
msgid ""
140
122
"If no arguments are specified, the status of the entire working\n"
141
123
"directory is shown.  Otherwise, only the status of the specified\n"
143
125
"is reported for everything inside that directory."
144
126
msgstr ""
145
127
 
146
 
#: bzrlib/builtins.py:346
 
128
#: breezy/builtins.py:358
147
129
msgid ""
148
130
"Before merges are committed, the pending merge tip revisions are\n"
149
131
"shown. To see all pending merge revisions, use the -v option.\n"
151
133
"the no-pending option or specify a file/directory."
152
134
msgstr ""
153
135
 
154
 
#: bzrlib/builtins.py:351
 
136
#: breezy/builtins.py:363
155
137
msgid ""
156
138
"To compare the working directory to a specific revision, pass a\n"
157
139
"single revision to the revision argument."
158
140
msgstr ""
159
141
 
160
 
#: bzrlib/builtins.py:354
 
142
#: breezy/builtins.py:366
161
143
msgid ""
162
144
"To see which files have changed in a specific revision, or between\n"
163
145
"two revisions, pass a revision range to the revision argument.\n"
164
 
"This will produce the same results as calling 'bzr diff --summarize'."
 
146
"This will produce the same results as calling 'brz diff --summarize'."
165
147
msgstr ""
166
148
 
167
 
#: bzrlib/builtins.py:363
 
149
# help of 'short' option of 'status' command
 
150
#: breezy/builtins.py:375
168
151
msgid "Use short status indicators."
169
152
msgstr ""
170
153
 
171
 
#: bzrlib/builtins.py:365
 
154
# help of 'versioned' option of 'status' command
 
155
#: breezy/builtins.py:377
172
156
msgid "Only show versioned files."
173
157
msgstr ""
174
158
 
175
 
#: bzrlib/builtins.py:367
 
159
# help of 'no-pending' option of 'status' command
 
160
#: breezy/builtins.py:379
176
161
msgid "Don't show pending merges."
177
162
msgstr ""
178
163
 
179
 
#: bzrlib/builtins.py:370
 
164
# help of 'no-classify' option of 'status' command
 
165
#: breezy/builtins.py:382
180
166
msgid "Do not mark object type using indicator."
181
167
msgstr ""
182
168
 
183
 
#: bzrlib/builtins.py:385
184
 
msgid "bzr status --revision takes exactly one or two revision specifiers"
 
169
#: breezy/builtins.py:397
 
170
msgid "brz status --revision takes exactly one or two revision specifiers"
185
171
msgstr ""
186
172
 
187
 
#: bzrlib/builtins.py:429 bzrlib/builtins.py:5183
 
173
#: breezy/builtins.py:441 breezy/builtins.py:5229
188
174
msgid "You can only supply one of revision_id or --revision"
189
175
msgstr ""
190
176
 
191
 
#: bzrlib/builtins.py:432 bzrlib/builtins.py:5185
 
177
#: breezy/builtins.py:444 breezy/builtins.py:5231
192
178
msgid "You must supply either --revision or a revision_id"
193
179
msgstr ""
194
180
 
195
 
#: bzrlib/builtins.py:439
 
181
#: breezy/builtins.py:451
196
182
#, python-format
197
183
msgid "Repository %r does not support access to raw revision texts"
198
184
msgstr ""
199
185
 
200
 
#: bzrlib/builtins.py:450
 
186
#: breezy/builtins.py:462
 
187
#, python-brace-format
201
188
msgid "The repository {0} contains no revision {1}."
202
189
msgstr ""
203
190
 
204
 
#: bzrlib/builtins.py:457
 
191
#: breezy/builtins.py:469
205
192
msgid "You cannot specify a NULL revision."
206
193
msgstr ""
207
194
 
208
 
#: bzrlib/builtins.py:549
 
195
#: breezy/builtins.py:561
209
196
msgid "Remove the working tree from a given branch/checkout."
210
197
msgstr ""
211
198
 
212
 
#: bzrlib/builtins.py:551
 
199
#: breezy/builtins.py:563
213
200
msgid ""
214
201
"Since a lightweight checkout is little more than a working tree\n"
215
202
"this will refuse to run against one."
216
203
msgstr ""
217
204
 
218
 
#: bzrlib/builtins.py:554
219
 
msgid "To re-create the working tree, use \"bzr checkout\"."
220
 
msgstr ""
221
 
 
222
 
#: bzrlib/builtins.py:560
223
 
msgid ""
224
 
"Remove the working tree even if it has uncommitted or shelved changes."
225
 
msgstr ""
226
 
 
227
 
#: bzrlib/builtins.py:574
 
205
#: breezy/builtins.py:566
 
206
msgid "To re-create the working tree, use \"brz checkout\"."
 
207
msgstr ""
 
208
 
 
209
# help of 'force' option of 'remove-tree' command
 
210
#: breezy/builtins.py:572
 
211
msgid "Remove the working tree even if it has uncommitted or shelved changes."
 
212
msgstr ""
 
213
 
 
214
#: breezy/builtins.py:586
228
215
msgid "No working tree to remove"
229
216
msgstr ""
230
217
 
231
 
#: bzrlib/builtins.py:576
 
218
#: breezy/builtins.py:588
232
219
msgid "You cannot remove the working tree of a remote path"
233
220
msgstr ""
234
221
 
235
 
#: bzrlib/builtins.py:585
 
222
#: breezy/builtins.py:597
236
223
msgid "You cannot remove the working tree from a lightweight checkout"
237
224
msgstr ""
238
225
 
239
 
#: bzrlib/builtins.py:625
 
226
#: breezy/builtins.py:637
240
227
msgid ""
241
 
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
 
228
"The tree does not appear to be corrupt. You probably want \"brz revert\" "
242
229
"instead. Use \"--force\" if you are sure you want to reset the working tree."
243
230
msgstr ""
244
231
 
245
 
#: bzrlib/builtins.py:636
 
232
#: breezy/builtins.py:648
246
233
msgid ""
247
234
", the header appears corrupt, try passing -r -1 to set the state to the last "
248
235
"commit"
249
236
msgstr ""
250
237
 
251
 
#: bzrlib/builtins.py:640
 
238
#: breezy/builtins.py:652
 
239
#, python-brace-format
252
240
msgid "failed to reset the tree state{0}"
253
241
msgstr ""
254
242
 
255
 
#: bzrlib/builtins.py:644
 
243
#: breezy/builtins.py:656
256
244
msgid "Show current revision number."
257
245
msgstr ""
258
246
 
259
 
#: bzrlib/builtins.py:646
 
247
#: breezy/builtins.py:658
260
248
msgid "This is equal to the number of revisions on this branch."
261
249
msgstr ""
262
250
 
263
 
#: bzrlib/builtins.py:659
 
251
#: breezy/builtins.py:671
264
252
msgid "--tree and --revision can not be used together"
265
253
msgstr ""
266
254
 
267
 
#: bzrlib/builtins.py:676 bzrlib/builtins.py:5967
268
 
msgid "Tags can only be placed on a single revision, not on a range"
 
255
#: breezy/builtins.py:688
 
256
msgid "Revision numbers only make sense for single revisions, not ranges"
269
257
msgstr ""
270
258
 
271
 
#: bzrlib/builtins.py:700
 
259
# help of 'tree' option of 'revno' command
 
260
#: breezy/builtins.py:712
272
261
msgid "Show revno of working tree."
273
262
msgstr ""
274
263
 
275
 
#: bzrlib/builtins.py:748
 
264
#: breezy/builtins.py:760
276
265
msgid "Add specified files or directories."
277
266
msgstr ""
278
267
 
279
 
#: bzrlib/builtins.py:750
 
268
#: breezy/builtins.py:762
280
269
msgid ""
281
270
"In non-recursive mode, all the named items are added, regardless\n"
282
271
"of whether they were previously ignored.  A warning is given if\n"
283
272
"any of the named files are already versioned."
284
273
msgstr ""
285
274
 
286
 
#: bzrlib/builtins.py:754
 
275
#: breezy/builtins.py:766
287
276
msgid ""
288
277
"In recursive mode (the default), files are treated the same way\n"
289
278
"but the behaviour for directories is different.  Directories that\n"
294
283
"directories.  If no names are given '.' is assumed."
295
284
msgstr ""
296
285
 
297
 
#: bzrlib/builtins.py:762
 
286
#: breezy/builtins.py:774
298
287
msgid ""
299
288
"A warning will be printed when nested trees are encountered,\n"
300
289
"unless they are explicitly ignored."
301
290
msgstr ""
302
291
 
303
 
#: bzrlib/builtins.py:765
 
292
#: breezy/builtins.py:777
304
293
msgid ""
305
 
"Therefore simply saying 'bzr add' will version all files that\n"
 
294
"Therefore simply saying 'brz add' will version all files that\n"
306
295
"are currently unknown."
307
296
msgstr ""
308
297
 
309
 
#: bzrlib/builtins.py:768
 
298
#: breezy/builtins.py:780
310
299
msgid ""
311
300
"Adding a file whose parent directory is not versioned will\n"
312
301
"implicitly add the parent, and so on up to the root. This means\n"
314
303
"get added when you add a file in the directory."
315
304
msgstr ""
316
305
 
317
 
#: bzrlib/builtins.py:773
 
306
#: breezy/builtins.py:785
318
307
msgid ""
319
308
"--dry-run will show which files would be added, but not actually\n"
320
309
"add them."
321
310
msgstr ""
322
311
 
323
 
#: bzrlib/builtins.py:776
 
312
#: breezy/builtins.py:788
324
313
msgid ""
325
314
"--file-ids-from will try to use the file ids from the supplied path.\n"
326
315
"It looks up ids trying to find a matching parent directory with the\n"
331
320
"into a subdirectory of this one."
332
321
msgstr ""
333
322
 
334
 
#: bzrlib/builtins.py:784
 
323
#: breezy/builtins.py:796
335
324
msgid ""
336
325
"Any files matching patterns in the ignore list will not be added\n"
337
326
"unless they are explicitly mentioned."
338
327
msgstr ""
339
328
 
340
 
#: bzrlib/builtins.py:787
 
329
#: breezy/builtins.py:799
341
330
msgid ""
342
331
"In recursive mode, files larger than the configuration option \n"
343
332
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
344
333
"to file size."
345
334
msgstr ""
346
335
 
347
 
#: bzrlib/builtins.py:794
 
336
# help of 'no-recurse' option of 'add' command
 
337
#: breezy/builtins.py:806
348
338
msgid "Don't recursively add the contents of directories."
349
339
msgstr ""
350
340
 
351
 
#: bzrlib/builtins.py:800
 
341
# help of 'file-ids-from' option of 'add' command
 
342
#: breezy/builtins.py:813
352
343
msgid "Lookup file ids from this tree."
353
344
msgstr ""
354
345
 
355
 
#: bzrlib/builtins.py:836
 
346
#: breezy/builtins.py:849
 
347
#, python-brace-format
356
348
msgid "ignored {0} matching \"{1}\"\n"
357
349
msgstr ""
358
350
 
359
 
#: bzrlib/builtins.py:841
 
351
#: breezy/builtins.py:854
360
352
msgid "Create a new versioned directory."
361
353
msgstr ""
362
354
 
363
 
#: bzrlib/builtins.py:843
 
355
#: breezy/builtins.py:856
364
356
msgid "This is equivalent to creating the directory and then adding it."
365
357
msgstr ""
366
358
 
367
 
#: bzrlib/builtins.py:850
 
359
# help of 'parents' option of 'mkdir' command
 
360
#: breezy/builtins.py:863
368
361
msgid "No error if existing, make parent directories as needed."
369
362
msgstr ""
370
363
 
371
 
#: bzrlib/builtins.py:884
 
364
#: breezy/builtins.py:897
372
365
#, python-format
373
366
msgid "added %s\n"
374
367
msgstr ""
375
368
 
376
 
#: bzrlib/builtins.py:926
 
369
#: breezy/builtins.py:939
377
370
#, python-format
378
371
msgid "invalid kind %r specified"
379
372
msgstr ""
380
373
 
381
 
#: bzrlib/builtins.py:963
 
374
#: breezy/builtins.py:976
382
375
msgid "Move or rename a file."
383
376
msgstr ""
384
377
 
385
 
#: bzrlib/builtins.py:965
386
 
msgid "    bzr mv SOURCE... DESTINATION"
 
378
#: breezy/builtins.py:978
 
379
msgid "    brz mv SOURCE... DESTINATION"
387
380
msgstr ""
388
381
 
389
 
#: bzrlib/builtins.py:967
 
382
#: breezy/builtins.py:980
390
383
msgid ""
391
384
"If the last argument is a versioned directory, all the other names\n"
392
385
"are moved into it.  Otherwise, there must be exactly two arguments\n"
393
386
"and the file is changed to a new name."
394
387
msgstr ""
395
388
 
396
 
#: bzrlib/builtins.py:971
 
389
#: breezy/builtins.py:984
397
390
msgid ""
398
391
"If OLDNAME does not exist on the filesystem but is versioned and\n"
399
392
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
402
395
"The same is valid when moving many SOURCE files to a DESTINATION."
403
396
msgstr ""
404
397
 
405
 
#: bzrlib/builtins.py:977
 
398
#: breezy/builtins.py:990
406
399
msgid "Files cannot be moved between branches."
407
400
msgstr ""
408
401
 
409
 
#: bzrlib/builtins.py:984
 
402
# help of 'after' option of 'mv' command
 
403
#: breezy/builtins.py:997
410
404
msgid ""
411
 
"Move only the bzr identifier of the file, because the file has already been "
 
405
"Move only the brz identifier of the file, because the file has already been "
412
406
"moved."
413
407
msgstr ""
414
408
 
415
 
#: bzrlib/builtins.py:986
 
409
# help of 'auto' option of 'mv' command
 
410
#: breezy/builtins.py:999
416
411
msgid "Automatically guess renames."
417
412
msgstr ""
418
413
 
419
 
#: bzrlib/builtins.py:987
 
414
# help of 'dry-run' option of 'mv' command
 
415
#: breezy/builtins.py:1000
420
416
msgid "Avoid making changes when guessing renames."
421
417
msgstr ""
422
418
 
423
 
#: bzrlib/builtins.py:996
 
419
#: breezy/builtins.py:1009
424
420
msgid "--dry-run requires --auto."
425
421
msgstr ""
426
422
 
427
 
#: bzrlib/builtins.py:1000
 
423
#: breezy/builtins.py:1013
428
424
msgid "missing file argument"
429
425
msgstr ""
430
426
 
431
 
#: bzrlib/builtins.py:1004
 
427
#: breezy/builtins.py:1017
432
428
msgid "can not move root of branch"
433
429
msgstr ""
434
430
 
435
 
#: bzrlib/builtins.py:1010
 
431
#: breezy/builtins.py:1023
436
432
msgid "Only one path may be specified to --auto."
437
433
msgstr ""
438
434
 
439
 
#: bzrlib/builtins.py:1013
 
435
#: breezy/builtins.py:1026
440
436
msgid "--after cannot be specified with --auto."
441
437
msgstr ""
442
438
 
443
 
#: bzrlib/builtins.py:1050
 
439
#: breezy/builtins.py:1062
444
440
msgid "to mv multiple files the destination must be a versioned directory"
445
441
msgstr ""
446
442
 
447
 
#: bzrlib/builtins.py:1102
 
443
#: breezy/builtins.py:1114
448
444
msgid "Turn this branch into a mirror of another branch."
449
445
msgstr ""
450
446
 
451
 
#: bzrlib/builtins.py:1104
 
447
#: breezy/builtins.py:1116
452
448
msgid ""
453
449
"By default, this command only works on branches that have not diverged.\n"
454
450
"Branches are considered diverged if the destination branch's most recent \n"
456
452
"parent."
457
453
msgstr ""
458
454
 
459
 
#: bzrlib/builtins.py:1109
 
455
#: breezy/builtins.py:1121
460
456
msgid ""
461
 
"If branches have diverged, you can use 'bzr merge' to integrate the changes\n"
 
457
"If branches have diverged, you can use 'brz merge' to integrate the changes\n"
462
458
"from one into the other.  Once one branch has merged, the other should\n"
463
459
"be able to pull it again."
464
460
msgstr ""
465
461
 
466
 
#: bzrlib/builtins.py:1113
 
462
#: breezy/builtins.py:1125
467
463
msgid ""
468
464
"If you want to replace your local changes and just want your branch to\n"
469
465
"match the remote one, use pull --overwrite. This will work even if the two\n"
470
466
"branches have diverged."
471
467
msgstr ""
472
468
 
473
 
#: bzrlib/builtins.py:1117
 
469
#: breezy/builtins.py:1129
474
470
msgid ""
475
471
"If there is no default location set, the first pull will set it (use\n"
476
472
"--no-remember to avoid setting it). After that, you can omit the\n"
478
474
"value will only be saved if the remote location can be accessed."
479
475
msgstr ""
480
476
 
481
 
#: bzrlib/builtins.py:1122
 
477
#: breezy/builtins.py:1134
482
478
msgid ""
483
479
"The --verbose option will display the revisions pulled using the log_format\n"
484
480
"configuration option. You can use a different format by overriding it with\n"
485
481
"-Olog_format=<other_format>."
486
482
msgstr ""
487
483
 
488
 
#: bzrlib/builtins.py:1126
 
484
#: breezy/builtins.py:1138
489
485
msgid ""
490
486
"Note: The location can be specified either in the form of a branch,\n"
491
487
"or in the form of a path to a file containing a merge directive generated\n"
492
 
"with bzr send."
 
488
"with brz send."
493
489
msgstr ""
494
490
 
495
 
#: bzrlib/builtins.py:1134
 
491
# help of 'verbose' option of 'pull' command
 
492
#: breezy/builtins.py:1146
496
493
msgid "Show logs of pulled revisions."
497
494
msgstr ""
498
495
 
499
 
#: bzrlib/builtins.py:1136
 
496
# help of 'directory' option of 'pull' command
 
497
#: breezy/builtins.py:1148
500
498
msgid ""
501
499
"Branch to pull into, rather than the one containing the working directory."
502
500
msgstr ""
503
501
 
504
 
#: bzrlib/builtins.py:1139
 
502
# help of 'local' option of 'pull' command
 
503
#: breezy/builtins.py:1151
505
504
msgid ""
506
505
"Perform a local pull in a bound branch.  Local pulls are not applied to the "
507
506
"master branch."
508
507
msgstr ""
509
508
 
510
 
#: bzrlib/builtins.py:1168
511
 
msgid "Need working tree for --show-base."
 
509
#: breezy/builtins.py:1188
 
510
msgid "No working tree, ignoring --show-base"
512
511
msgstr ""
513
512
 
514
 
#: bzrlib/builtins.py:1184
 
513
#: breezy/builtins.py:1204
515
514
msgid "No pull location known or specified."
516
515
msgstr ""
517
516
 
518
 
#: bzrlib/builtins.py:1190
 
517
#: breezy/builtins.py:1210
519
518
#, python-format
520
519
msgid "Using saved parent location: %s\n"
521
520
msgstr ""
522
521
 
523
 
#: bzrlib/builtins.py:1197 bzrlib/builtins.py:4393
 
522
#: breezy/builtins.py:1217 breezy/builtins.py:4423
524
523
msgid "Cannot use -r with merge directives or bundles"
525
524
msgstr ""
526
525
 
527
 
#: bzrlib/builtins.py:1238
 
526
#: breezy/builtins.py:1260
528
527
msgid "Update a mirror of this branch."
529
528
msgstr ""
530
529
 
531
 
#: bzrlib/builtins.py:1240
 
530
#: breezy/builtins.py:1262
532
531
msgid ""
533
532
"The target branch will not have its working tree populated because this\n"
534
533
"is both expensive, and is not supported on remote file systems."
535
534
msgstr ""
536
535
 
537
 
#: bzrlib/builtins.py:1243
 
536
#: breezy/builtins.py:1265
538
537
msgid ""
539
538
"Some smart servers or protocols *may* put the working tree in place in\n"
540
539
"the future."
541
540
msgstr ""
542
541
 
543
 
#: bzrlib/builtins.py:1246
 
542
#: breezy/builtins.py:1268
544
543
msgid ""
545
544
"This command only works on branches that have not diverged.  Branches are\n"
546
545
"considered diverged if the destination branch's most recent commit is one\n"
547
546
"that has not been merged (directly or indirectly) by the source branch."
548
547
msgstr ""
549
548
 
550
 
#: bzrlib/builtins.py:1250
 
549
#: breezy/builtins.py:1272
551
550
msgid ""
552
 
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
 
551
"If branches have diverged, you can use 'brz push --overwrite' to replace\n"
553
552
"the other branch completely, discarding its unmerged changes."
554
553
msgstr ""
555
554
 
556
 
#: bzrlib/builtins.py:1253
 
555
#: breezy/builtins.py:1275
557
556
msgid ""
558
557
"If you want to ensure you have the different changes in the other branch,\n"
559
 
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
 
558
"do a merge (see brz help merge) from the other branch, and commit that.\n"
560
559
"After that you will be able to do a push without '--overwrite'."
561
560
msgstr ""
562
561
 
563
 
#: bzrlib/builtins.py:1257
 
562
#: breezy/builtins.py:1279
564
563
msgid ""
565
564
"If there is no default push location set, the first push will set it (use\n"
566
565
"--no-remember to avoid setting it).  After that, you can omit the\n"
568
567
"value will only be saved if the remote location can be accessed."
569
568
msgstr ""
570
569
 
571
 
#: bzrlib/builtins.py:1262
 
570
#: breezy/builtins.py:1284
572
571
msgid ""
573
572
"The --verbose option will display the revisions pushed using the log_format\n"
574
573
"configuration option. You can use a different format by overriding it with\n"
575
574
"-Olog_format=<other_format>."
576
575
msgstr ""
577
576
 
578
 
#: bzrlib/builtins.py:1273 bzrlib/foreign.py:272
 
577
# help of 'directory' option of 'dpush' command
 
578
# help of 'directory' option of 'push' command
 
579
#: breezy/builtins.py:1295 breezy/foreign.py:272
579
580
msgid ""
580
581
"Branch to push from, rather than the one containing the working directory."
581
582
msgstr ""
582
583
 
583
 
#: bzrlib/builtins.py:1276
 
584
# help of 'use-existing-dir' option of 'push' command
 
585
#: breezy/builtins.py:1298
584
586
msgid ""
585
587
"By default push will fail if the target directory exists, but does not "
586
588
"already have a control directory.  This flag will allow push to proceed."
587
589
msgstr ""
588
590
 
589
 
#: bzrlib/builtins.py:1281
 
591
# help of 'stacked' option of 'push' command
 
592
#: breezy/builtins.py:1303
590
593
msgid ""
591
594
"Create a stacked branch that references the public location of the parent "
592
595
"branch."
593
596
msgstr ""
594
597
 
595
 
#: bzrlib/builtins.py:1284
 
598
# help of 'stacked-on' option of 'push' command
 
599
#: breezy/builtins.py:1306
596
600
msgid ""
597
601
"Create a stacked branch that refers to another branch for the commit "
598
602
"history. Only the work not present in the referenced branch is included in "
599
603
"the branch created."
600
604
msgstr ""
601
605
 
602
 
#: bzrlib/builtins.py:1289 bzrlib/foreign.py:279
 
606
# help of 'strict' option of 'dpush' command
 
607
# help of 'strict' option of 'push' command
 
608
#: breezy/builtins.py:1311 breezy/foreign.py:279
603
609
msgid ""
604
610
"Refuse to push if there are uncommitted changes in the working tree, --no-"
605
611
"strict disables the check."
606
612
msgstr ""
607
613
 
608
 
#: bzrlib/builtins.py:1292
 
614
# help of 'no-tree' option of 'push' command
 
615
#: breezy/builtins.py:1314
609
616
msgid "Don't populate the working tree, even for protocols that support it."
610
617
msgstr ""
611
618
 
612
 
#: bzrlib/builtins.py:1336
 
619
# help of 'overwrite-tags' option of 'pull' command
 
620
# help of 'overwrite-tags' option of 'push' command
 
621
#: breezy/builtins.py:1317
 
622
msgid "Overwrite tags only."
 
623
msgstr ""
 
624
 
 
625
#: breezy/builtins.py:1368
613
626
msgid "Could not determine branch to refer to."
614
627
msgstr ""
615
628
 
616
 
#: bzrlib/builtins.py:1345
 
629
#: breezy/builtins.py:1377
617
630
#, python-format
618
631
msgid ""
619
632
"No push location known or specified. To push to the parent branch (at %s), "
620
 
"use 'bzr push :parent'."
 
633
"use 'brz push :parent'."
621
634
msgstr ""
622
635
 
623
 
#: bzrlib/builtins.py:1351 bzrlib/foreign.py:306
 
636
#: breezy/builtins.py:1383 breezy/foreign.py:306
624
637
msgid "No push location known or specified."
625
638
msgstr ""
626
639
 
627
 
#: bzrlib/builtins.py:1355
 
640
#: breezy/builtins.py:1387
628
641
#, python-format
629
642
msgid "Using saved push location: %s"
630
643
msgstr ""
631
644
 
632
 
#: bzrlib/builtins.py:1365
 
645
#: breezy/builtins.py:1397
633
646
msgid "Create a new branch that is a copy of an existing branch."
634
647
msgstr ""
635
648
 
636
 
#: bzrlib/builtins.py:1367
 
649
#: breezy/builtins.py:1399
637
650
msgid ""
638
651
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
639
 
"be used.  In other words, \"branch ../foo/bar\" will attempt to create "
640
 
"./bar.\n"
 
652
"be used.  In other words, \"branch ../foo/bar\" will attempt to create ./"
 
653
"bar.\n"
641
654
"If the FROM_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
642
655
"is derived from the FROM_LOCATION by stripping a leading scheme or drive\n"
643
656
"identifier, if any. For example, \"branch lp:foo-bar\" will attempt to\n"
644
657
"create ./foo-bar."
645
658
msgstr ""
646
659
 
647
 
#: bzrlib/builtins.py:1374
 
660
#: breezy/builtins.py:1406
648
661
msgid ""
649
662
"To retrieve the branch as of a particular revision, supply the --revision\n"
650
663
"parameter, as in \"branch foo/bar -r 5\"."
651
664
msgstr ""
652
665
 
653
 
#: bzrlib/builtins.py:1377
 
666
#: breezy/builtins.py:1409
654
667
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
655
668
msgstr ""
656
669
 
657
 
#: bzrlib/builtins.py:1387
 
670
# help of 'no-tree' option of 'branch' command
 
671
#: breezy/builtins.py:1419
658
672
msgid "Create a branch without a working-tree."
659
673
msgstr ""
660
674
 
661
 
#: bzrlib/builtins.py:1389
 
675
# help of 'switch' option of 'branch' command
 
676
#: breezy/builtins.py:1421
662
677
msgid "Switch the checkout in the current directory to the new branch."
663
678
msgstr ""
664
679
 
665
 
#: bzrlib/builtins.py:1392
 
680
# help of 'stacked' option of 'branch' command
 
681
#: breezy/builtins.py:1424
666
682
msgid ""
667
683
"Create a stacked branch referring to the source branch. The new branch will "
668
684
"depend on the availability of the source branch for all operations."
669
685
msgstr ""
670
686
 
671
 
#: bzrlib/builtins.py:1396
 
687
# help of 'standalone' option of 'branch' command
 
688
#: breezy/builtins.py:1428
672
689
msgid "Do not use a shared repository, even if available."
673
690
msgstr ""
674
691
 
675
 
#: bzrlib/builtins.py:1398
 
692
# help of 'use-existing-dir' option of 'branch' command
 
693
#: breezy/builtins.py:1430
676
694
msgid ""
677
695
"By default branch will fail if the target directory exists, but does not "
678
696
"already have a control directory.  This flag will allow branch to proceed."
679
697
msgstr ""
680
698
 
681
 
#: bzrlib/builtins.py:1403
 
699
# help of 'bind' option of 'branch' command
 
700
#: breezy/builtins.py:1435
682
701
msgid "Bind new branch to from location."
683
702
msgstr ""
684
703
 
685
 
#: bzrlib/builtins.py:1450
 
704
#: breezy/builtins.py:1482
686
705
#, python-format
687
706
msgid "Target directory \"%s\" already exists."
688
707
msgstr ""
689
708
 
690
 
#: bzrlib/builtins.py:1462
 
709
#: breezy/builtins.py:1494
691
710
#, python-format
692
711
msgid "Parent of \"%s\" does not exist."
693
712
msgstr ""
694
713
 
695
 
#: bzrlib/builtins.py:1481
 
714
#: breezy/builtins.py:1513
 
715
#, python-brace-format
696
716
msgid "The branch {0} has no revision {1}."
697
717
msgstr ""
698
718
 
699
 
#: bzrlib/builtins.py:1496 bzrlib/push.py:53
 
719
#: breezy/builtins.py:1528 breezy/push.py:53
700
720
#, python-format
701
721
msgid "Created new stacked branch referring to %s."
702
722
msgstr ""
703
723
 
704
 
#: bzrlib/builtins.py:1500
 
724
#: breezy/builtins.py:1532
705
725
#, python-format
706
726
msgid "Branched %d revision."
707
727
msgid_plural "Branched %d revisions."
708
728
msgstr[0] ""
709
729
msgstr[1] ""
710
730
 
711
 
#: bzrlib/builtins.py:1505
 
731
#: breezy/builtins.py:1537
712
732
#, python-format
713
733
msgid "New branch bound to %s"
714
734
msgstr ""
715
735
 
716
 
#: bzrlib/builtins.py:1510 bzrlib/builtins.py:6256
 
736
#: breezy/builtins.py:1542 breezy/builtins.py:6283
717
737
#, python-format
718
738
msgid "Switched to branch: %s"
719
739
msgstr ""
720
740
 
721
 
#: bzrlib/builtins.py:1515
 
741
#: breezy/builtins.py:1547
722
742
msgid "List the branches available at the current location."
723
743
msgstr ""
724
744
 
725
 
#: bzrlib/builtins.py:1517
 
745
#: breezy/builtins.py:1549
726
746
msgid ""
727
747
"This command will print the names of all the branches at the current\n"
728
748
"location."
729
749
msgstr ""
730
750
 
731
 
#: bzrlib/builtins.py:1524
 
751
# help of 'recursive' option of 'branches' command
 
752
#: breezy/builtins.py:1556
732
753
msgid ""
733
754
"Recursively scan for branches rather than just looking in the specified "
734
755
"location."
735
756
msgstr ""
736
757
 
737
 
#: bzrlib/builtins.py:1554
 
758
#: breezy/builtins.py:1585
738
759
msgid "(default)"
739
760
msgstr ""
740
761
 
741
 
#: bzrlib/builtins.py:1566
 
762
#: breezy/builtins.py:1597
742
763
msgid "Create a new checkout of an existing branch."
743
764
msgstr ""
744
765
 
745
 
#: bzrlib/builtins.py:1568
 
766
#: breezy/builtins.py:1599
746
767
msgid ""
747
768
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
748
769
"for\n"
752
773
"location using SFTP."
753
774
msgstr ""
754
775
 
755
 
#: bzrlib/builtins.py:1573
 
776
#: breezy/builtins.py:1604
756
777
msgid ""
757
778
"If the TO_LOCATION is omitted, the last component of the BRANCH_LOCATION "
758
779
"will\n"
759
 
"be used.  In other words, \"checkout ../foo/bar\" will attempt to create "
760
 
"./bar.\n"
 
780
"be used.  In other words, \"checkout ../foo/bar\" will attempt to create ./"
 
781
"bar.\n"
761
782
"If the BRANCH_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
762
783
"is derived from the BRANCH_LOCATION by stripping a leading scheme or drive\n"
763
784
"identifier, if any. For example, \"checkout lp:foo-bar\" will attempt to\n"
764
785
"create ./foo-bar."
765
786
msgstr ""
766
787
 
767
 
#: bzrlib/builtins.py:1580
 
788
#: breezy/builtins.py:1611
768
789
msgid ""
769
790
"To retrieve the branch as of a particular revision, supply the --revision\n"
770
791
"parameter, as in \"checkout foo/bar -r 5\". Note that this will be "
774
795
"code.)"
775
796
msgstr ""
776
797
 
777
 
#: bzrlib/builtins.py:1590
 
798
# help of 'lightweight' option of 'checkout' command
 
799
#: breezy/builtins.py:1621
778
800
msgid ""
779
801
"Perform a lightweight checkout.  Lightweight checkouts depend on access to "
780
802
"the branch for every operation.  Normal checkouts can perform common "
782
804
"commits."
783
805
msgstr ""
784
806
 
785
 
#: bzrlib/builtins.py:1597
 
807
# help of 'files-from' option of 'branch' command
 
808
# help of 'files-from' option of 'checkout' command
 
809
#: breezy/builtins.py:1628
786
810
msgid "Get file contents from this tree."
787
811
msgstr ""
788
812
 
789
 
#: bzrlib/builtins.py:1599
 
813
# help of 'hardlink' option of 'branch' command
 
814
# help of 'hardlink' option of 'checkout' command
 
815
#: breezy/builtins.py:1630
790
816
msgid "Hard-link working tree files where possible."
791
817
msgstr ""
792
818
 
793
 
#: bzrlib/builtins.py:1640
 
819
#: breezy/builtins.py:1671
794
820
msgid ""
795
821
"Show list of renamed files.\n"
796
822
"    "
797
823
msgstr ""
798
824
 
799
 
#: bzrlib/builtins.py:1670
 
825
#: breezy/builtins.py:1699
800
826
msgid "Update a working tree to a new revision."
801
827
msgstr ""
802
828
 
803
 
#: bzrlib/builtins.py:1672
 
829
#: breezy/builtins.py:1701
804
830
msgid ""
805
831
"This will perform a merge of the destination revision (the tip of the\n"
806
832
"branch, or the specified revision) into the working tree, and then make\n"
807
833
"that revision the basis revision for the working tree.  "
808
834
msgstr ""
809
835
 
810
 
#: bzrlib/builtins.py:1676
 
836
#: breezy/builtins.py:1705
811
837
msgid ""
812
838
"You can use this to visit an older revision, or to update a working tree\n"
813
839
"that is out of date from its branch."
814
840
msgstr ""
815
841
 
816
 
#: bzrlib/builtins.py:1679
 
842
#: breezy/builtins.py:1708
817
843
msgid ""
818
844
"If there are any uncommitted changes in the tree, they will be carried\n"
819
845
"across and remain as uncommitted changes after the update.  To discard\n"
820
 
"these changes, use 'bzr revert'.  The uncommitted changes may conflict\n"
 
846
"these changes, use 'brz revert'.  The uncommitted changes may conflict\n"
821
847
"with the changes brought in by the change in basis revision."
822
848
msgstr ""
823
849
 
824
 
#: bzrlib/builtins.py:1684
 
850
#: breezy/builtins.py:1713
825
851
msgid ""
826
 
"If the tree's branch is bound to a master branch, bzr will also update\n"
 
852
"If the tree's branch is bound to a master branch, brz will also update\n"
827
853
"the branch from the master."
828
854
msgstr ""
829
855
 
830
 
#: bzrlib/builtins.py:1687
 
856
#: breezy/builtins.py:1716
831
857
msgid ""
832
858
"You cannot update just a single file or directory, because each Bazaar\n"
833
859
"working tree has just a single basis revision.  If you want to restore a\n"
834
 
"file that has been removed locally, use 'bzr revert' instead of 'bzr\n"
 
860
"file that has been removed locally, use 'brz revert' instead of 'brz\n"
835
861
"update'.  If you want to restore a file to its state in a previous\n"
836
 
"revision, use 'bzr revert' with a '-r' option, or use 'bzr cat' to write\n"
 
862
"revision, use 'brz revert' with a '-r' option, or use 'brz cat' to write\n"
837
863
"out the old content of that file to a new location."
838
864
msgstr ""
839
865
 
840
 
#: bzrlib/builtins.py:1694
 
866
#: breezy/builtins.py:1723
841
867
msgid ""
842
868
"The 'dir' argument, if given, must be the location of the root of a\n"
843
869
"working tree to update.  By default, the working tree that contains the \n"
844
870
"current working directory is used."
845
871
msgstr ""
846
872
 
847
 
#: bzrlib/builtins.py:1710
848
 
msgid "bzr update --revision takes exactly one revision"
849
 
msgstr ""
850
 
 
851
 
#: bzrlib/builtins.py:1718
852
 
msgid "bzr update can only update a whole tree, not a file or subdirectory"
853
 
msgstr ""
854
 
 
855
 
#: bzrlib/builtins.py:1749
 
873
#: breezy/builtins.py:1739
 
874
msgid "brz update --revision takes exactly one revision"
 
875
msgstr ""
 
876
 
 
877
#: breezy/builtins.py:1747
 
878
msgid "brz update can only update a whole tree, not a file or subdirectory"
 
879
msgstr ""
 
880
 
 
881
#: breezy/builtins.py:1778
 
882
#, python-brace-format
856
883
msgid "Tree is up to date at revision {0} of branch {1}"
857
884
msgstr ""
858
885
 
859
 
#: bzrlib/builtins.py:1765
 
886
#: breezy/builtins.py:1794
860
887
#, python-format
861
888
msgid ""
862
889
"branch has no revision %s\n"
863
 
"bzr update --revision only works for a revision in the branch history"
 
890
"brz update --revision only works for a revision in the branch history"
864
891
msgstr ""
865
892
 
866
 
#: bzrlib/builtins.py:1771
 
893
#: breezy/builtins.py:1800
 
894
#, python-brace-format
867
895
msgid "Updated to revision {0} of branch {1}"
868
896
msgstr ""
869
897
 
870
 
#: bzrlib/builtins.py:1775
 
898
#: breezy/builtins.py:1804
871
899
msgid ""
872
 
"Your local commits will now show as pending merges with 'bzr status', and "
873
 
"can be committed with 'bzr commit'."
 
900
"Your local commits will now show as pending merges with 'brz status', and "
 
901
"can be committed with 'brz commit'."
874
902
msgstr ""
875
903
 
876
 
#: bzrlib/builtins.py:1784
 
904
#: breezy/builtins.py:1813
877
905
msgid "Show information about a working tree, branch or repository."
878
906
msgstr ""
879
907
 
880
 
#: bzrlib/builtins.py:1786
 
908
#: breezy/builtins.py:1815
881
909
msgid ""
882
910
"This command will show all known locations and formats associated to the\n"
883
911
"tree, branch or repository."
884
912
msgstr ""
885
913
 
886
 
#: bzrlib/builtins.py:1789
 
914
#: breezy/builtins.py:1818
887
915
msgid ""
888
916
"In verbose mode, statistical information is included with each report.\n"
889
917
"To see extended statistic information, use a verbosity level of 2 or\n"
890
918
"higher by specifying the verbose option multiple times, e.g. -vv."
891
919
msgstr ""
892
920
 
893
 
#: bzrlib/builtins.py:1793
 
921
#: breezy/builtins.py:1822
894
922
msgid "Branches and working trees will also report any missing revisions."
895
923
msgstr ""
896
924
 
897
 
#: bzrlib/builtins.py:1795 bzrlib/builtins.py:3715 bzrlib/builtins.py:4845
898
 
#: bzrlib/builtins.py:6442
 
925
#: breezy/builtins.py:1824 breezy/builtins.py:3742 breezy/builtins.py:4883
 
926
#: breezy/builtins.py:6469
899
927
msgid ":Examples:"
900
928
msgstr ""
901
929
 
902
 
#: bzrlib/builtins.py:1797
 
930
#: breezy/builtins.py:1826
903
931
msgid "  Display information on the format and related locations:"
904
932
msgstr ""
905
933
 
906
 
#: bzrlib/builtins.py:1799
907
 
msgid "    bzr info"
 
934
#: breezy/builtins.py:1828
 
935
msgid "    brz info"
908
936
msgstr ""
909
937
 
910
 
#: bzrlib/builtins.py:1801
 
938
#: breezy/builtins.py:1830
911
939
msgid ""
912
940
"  Display the above together with extended format information and\n"
913
941
"  basic statistics (like the number of files in the working tree and\n"
914
942
"  number of revisions in the branch and repository):"
915
943
msgstr ""
916
944
 
917
 
#: bzrlib/builtins.py:1805
918
 
msgid "    bzr info -v"
 
945
#: breezy/builtins.py:1834
 
946
msgid "    brz info -v"
919
947
msgstr ""
920
948
 
921
 
#: bzrlib/builtins.py:1807
 
949
#: breezy/builtins.py:1836
922
950
msgid "  Display the above together with number of committers to the branch:"
923
951
msgstr ""
924
952
 
925
 
#: bzrlib/builtins.py:1809
926
 
msgid "    bzr info -vv"
 
953
#: breezy/builtins.py:1838
 
954
msgid "    brz info -vv"
927
955
msgstr ""
928
956
 
929
 
#: bzrlib/builtins.py:1828
 
957
#: breezy/builtins.py:1857
930
958
msgid "Remove files or directories."
931
959
msgstr ""
932
960
 
933
 
#: bzrlib/builtins.py:1830
 
961
#: breezy/builtins.py:1859
934
962
msgid ""
935
963
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
936
964
"delete them if they can easily be recovered using revert otherwise they\n"
937
 
"will be backed up (adding an extention of the form .~#~). If no options or\n"
 
965
"will be backed up (adding an extension of the form .~#~). If no options or\n"
938
966
"parameters are given Bazaar will scan for files that are being tracked by\n"
939
967
"Bazaar but missing in your tree and stop tracking them for you."
940
968
msgstr ""
941
969
 
942
 
#: bzrlib/builtins.py:1838
 
970
# help of 'new' option of 'remove' command
 
971
#: breezy/builtins.py:1867
943
972
msgid "Only remove files that have never been committed."
944
973
msgstr ""
945
974
 
946
 
#: bzrlib/builtins.py:1840
 
975
# help of 'file-deletion-strategy' option of 'remove' command
 
976
#: breezy/builtins.py:1869
947
977
msgid "The file deletion mode to be used."
948
978
msgstr ""
949
979
 
950
 
#: bzrlib/builtins.py:1841
 
980
# title of 'file-deletion-strategy' option of 'remove' command
 
981
#: breezy/builtins.py:1870
951
982
msgid "Deletion Strategy"
952
983
msgstr ""
953
984
 
954
 
#: bzrlib/builtins.py:1842
 
985
# help of 'file-deletion-strategy=safe' option of 'remove' command
 
986
#: breezy/builtins.py:1871
955
987
msgid "Backup changed files (default)."
956
988
msgstr ""
957
989
 
958
 
#: bzrlib/builtins.py:1843
959
 
msgid "Delete from bzr but leave the working copy."
 
990
# help of 'file-deletion-strategy=keep' option of 'remove' command
 
991
#: breezy/builtins.py:1872
 
992
msgid "Delete from brz but leave the working copy."
960
993
msgstr ""
961
994
 
962
 
#: bzrlib/builtins.py:1844
 
995
# help of 'file-deletion-strategy=no-backup' option of 'remove' command
 
996
#: breezy/builtins.py:1873
963
997
msgid "Don't backup changed files."
964
998
msgstr ""
965
999
 
966
 
#: bzrlib/builtins.py:1845
967
 
msgid ""
968
 
"Delete all the specified files, even if they can not be recovered and even "
969
 
"if they are non-empty directories. (deprecated, use no-backup)"
970
 
msgstr ""
971
 
 
972
 
#: bzrlib/builtins.py:1854
973
 
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
974
 
msgstr ""
975
 
 
976
 
#: bzrlib/builtins.py:1871
 
1000
#: breezy/builtins.py:1894
977
1001
msgid "No matching files."
978
1002
msgstr ""
979
1003
 
980
 
#: bzrlib/builtins.py:1932
981
 
msgid "Reconcile bzr metadata in a branch."
 
1004
#: breezy/builtins.py:1955
 
1005
msgid "Reconcile brz metadata in a branch."
982
1006
msgstr ""
983
1007
 
984
 
#: bzrlib/builtins.py:1934
 
1008
#: breezy/builtins.py:1957
985
1009
msgid ""
986
1010
"This can correct data mismatches that may have been caused by\n"
987
 
"previous ghost operations or bzr upgrades. You should only\n"
988
 
"need to run this command if 'bzr check' or a bzr developer\n"
 
1011
"previous ghost operations or brz upgrades. You should only\n"
 
1012
"need to run this command if 'brz check' or a brz developer\n"
989
1013
"advises you to run it."
990
1014
msgstr ""
991
1015
 
992
 
#: bzrlib/builtins.py:1939
 
1016
#: breezy/builtins.py:1962
993
1017
msgid ""
994
1018
"If a second branch is provided, cross-branch reconciliation is\n"
995
1019
"also attempted, which will check that data like the tree root\n"
996
 
"id which was not present in very early bzr versions is represented\n"
 
1020
"id which was not present in very early brz versions is represented\n"
997
1021
"correctly in both branches."
998
1022
msgstr ""
999
1023
 
1000
 
#: bzrlib/builtins.py:1944
 
1024
#: breezy/builtins.py:1967
1001
1025
msgid ""
1002
1026
"At the same time it is run it may recompress data resulting in\n"
1003
1027
"a potential saving in disk space or performance gain."
1004
1028
msgstr ""
1005
1029
 
1006
 
#: bzrlib/builtins.py:1947
 
1030
#: breezy/builtins.py:1970
1007
1031
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
1008
1032
msgstr ""
1009
1033
 
1010
 
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
 
1034
# help of 'format=2a' option of 'init' command
 
1035
# help of 'format=default' option of 'init' command
 
1036
# help of 'format=2a' option of 'init-repository' command
 
1037
# help of 'format=default' option of 'init-repository' command
 
1038
# help of 'format=2a' option of 'upgrade' command
 
1039
# help of 'format=default' option of 'upgrade' command
 
1040
#: breezy/builtins.py:2037 breezy/builtins.py:2155 breezy/builtins.py:3777
1011
1041
msgid ""
1012
1042
"Format for the bzr 2.0 series.\n"
1013
1043
"Uses group-compress storage.\n"
1014
1044
"Provides rich roots which are a one-way transition.\n"
1015
1045
msgstr ""
1016
1046
 
1017
 
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
 
1047
# help of 'format=pack-0.92' option of 'init' command
 
1048
# help of 'format=pack-0.92' option of 'init-repository' command
 
1049
# help of 'format=pack-0.92' option of 'upgrade' command
 
1050
#: breezy/builtins.py:2037 breezy/builtins.py:2155 breezy/builtins.py:3777
1018
1051
msgid ""
1019
1052
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1020
1053
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1021
1054
msgstr ""
1022
1055
 
1023
 
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
 
1056
# help of 'format=development-colo' option of 'init' command
 
1057
# help of 'format=development-colo' option of 'init-repository' command
 
1058
# help of 'format=development-colo' option of 'upgrade' command
 
1059
#: breezy/builtins.py:2037 breezy/builtins.py:2155 breezy/builtins.py:3777
1024
1060
msgid "The 2a format with experimental support for colocated branches.\n"
1025
1061
msgstr ""
1026
1062
 
1027
 
#: bzrlib/builtins.py:2015
 
1063
#: breezy/builtins.py:2038
1028
1064
msgid "Make a directory into a versioned branch."
1029
1065
msgstr ""
1030
1066
 
1031
 
#: bzrlib/builtins.py:2017
 
1067
#: breezy/builtins.py:2040
1032
1068
msgid ""
1033
1069
"Use this to create an empty branch, or before importing an\n"
1034
1070
"existing project."
1035
1071
msgstr ""
1036
1072
 
1037
 
#: bzrlib/builtins.py:2020
 
1073
#: breezy/builtins.py:2043
1038
1074
msgid ""
1039
1075
"If there is a repository in a parent directory of the location, then\n"
1040
1076
"the history of the branch will be stored in the repository.  Otherwise\n"
1042
1078
"in the .bzr directory."
1043
1079
msgstr ""
1044
1080
 
1045
 
#: bzrlib/builtins.py:2025
 
1081
#: breezy/builtins.py:2048
1046
1082
msgid ""
1047
1083
"If there is already a branch at the location but it has no working tree,\n"
1048
 
"the tree can be populated with 'bzr checkout'."
 
1084
"the tree can be populated with 'brz checkout'."
1049
1085
msgstr ""
1050
1086
 
1051
 
#: bzrlib/builtins.py:2028
 
1087
#: breezy/builtins.py:2051
1052
1088
msgid "Recipe for importing a tree of files::"
1053
1089
msgstr ""
1054
1090
 
1055
 
#: bzrlib/builtins.py:2030
 
1091
#: breezy/builtins.py:2053
1056
1092
msgid ""
1057
1093
"    cd ~/project\n"
1058
 
"    bzr init\n"
1059
 
"    bzr add .\n"
1060
 
"    bzr status\n"
1061
 
"    bzr commit -m \"imported project\""
1062
 
msgstr ""
1063
 
 
1064
 
#: bzrlib/builtins.py:2041
1065
 
msgid ""
1066
 
"Create the path leading up to the branch if it does not already exist."
1067
 
msgstr ""
1068
 
 
1069
 
#: bzrlib/builtins.py:2044
 
1094
"    brz init\n"
 
1095
"    brz add .\n"
 
1096
"    brz status\n"
 
1097
"    brz commit -m \"imported project\""
 
1098
msgstr ""
 
1099
 
 
1100
# help of 'create-prefix' option of 'init' command
 
1101
# help of 'create-prefix' option of 'push' command
 
1102
#: breezy/builtins.py:2064
 
1103
msgid "Create the path leading up to the branch if it does not already exist."
 
1104
msgstr ""
 
1105
 
 
1106
# help of 'format' option of 'init' command
 
1107
#: breezy/builtins.py:2067
1070
1108
msgid "Specify a format for this branch. See \"help formats\"."
1071
1109
msgstr ""
1072
1110
 
1073
 
#: bzrlib/builtins.py:2052
1074
 
msgid ""
1075
 
"Never change revnos or the existing log.  Append revisions to it only."
 
1111
# help of 'append-revisions-only' option of 'init' command
 
1112
#: breezy/builtins.py:2075
 
1113
msgid "Never change revnos or the existing log.  Append revisions to it only."
1076
1114
msgstr ""
1077
1115
 
1078
 
#: bzrlib/builtins.py:2055
 
1116
# help of 'no-tree' option of 'init' command
 
1117
#: breezy/builtins.py:2078
1079
1118
msgid "Create a branch without a working tree."
1080
1119
msgstr ""
1081
1120
 
1082
 
#: bzrlib/builtins.py:2075 bzrlib/push.py:110
 
1121
#: breezy/builtins.py:2098 breezy/push.py:110
1083
1122
#, python-format
1084
1123
msgid ""
1085
1124
"Parent directory of %s does not exist.\n"
1086
1125
"You may supply --create-prefix to create all leading parent directories."
1087
1126
msgstr ""
1088
1127
 
1089
 
#: bzrlib/builtins.py:2109
 
1128
#: breezy/builtins.py:2132
1090
1129
msgid ""
1091
1130
"This branch format cannot be set to append-revisions-only.  Try --default."
1092
1131
msgstr ""
1093
1132
 
1094
 
#: bzrlib/builtins.py:2120
 
1133
#: breezy/builtins.py:2143
 
1134
#, python-brace-format
1095
1135
msgid "Created a {0} (format: {1})\n"
1096
1136
msgstr ""
1097
1137
 
1098
 
#: bzrlib/builtins.py:2129
 
1138
#: breezy/builtins.py:2152
1099
1139
#, python-format
1100
1140
msgid "Using shared repository: %s\n"
1101
1141
msgstr ""
1102
1142
 
1103
 
#: bzrlib/builtins.py:2133
 
1143
#: breezy/builtins.py:2156
1104
1144
msgid "Create a shared repository for branches to share storage space."
1105
1145
msgstr ""
1106
1146
 
1107
 
#: bzrlib/builtins.py:2135
 
1147
#: breezy/builtins.py:2158
1108
1148
msgid ""
1109
1149
"New branches created under the repository directory will store their\n"
1110
1150
"revisions in the repository, not in the branch directory.  For branches\n"
1112
1152
"speeds up the creation of new branches."
1113
1153
msgstr ""
1114
1154
 
1115
 
#: bzrlib/builtins.py:2140
 
1155
#: breezy/builtins.py:2163
1116
1156
msgid ""
1117
1157
"If the --no-trees option is given then the branches in the repository\n"
1118
1158
"will not have working trees by default.  They will still exist as \n"
1122
1162
"branches, such as on a server."
1123
1163
msgstr ""
1124
1164
 
1125
 
#: bzrlib/builtins.py:2147
 
1165
#: breezy/builtins.py:2170
1126
1166
msgid ""
1127
1167
":Examples:\n"
1128
1168
"    Create a shared repository holding just branches::"
1129
1169
msgstr ""
1130
1170
 
1131
 
#: bzrlib/builtins.py:2150
 
1171
#: breezy/builtins.py:2173
1132
1172
msgid ""
1133
 
"        bzr init-repo --no-trees repo\n"
1134
 
"        bzr init repo/trunk"
 
1173
"        brz init-repo --no-trees repo\n"
 
1174
"        brz init repo/trunk"
1135
1175
msgstr ""
1136
1176
 
1137
 
#: bzrlib/builtins.py:2153
 
1177
#: breezy/builtins.py:2176
1138
1178
msgid "    Make a lightweight checkout elsewhere::"
1139
1179
msgstr ""
1140
1180
 
1141
 
#: bzrlib/builtins.py:2155
 
1181
#: breezy/builtins.py:2178
1142
1182
msgid ""
1143
 
"        bzr checkout --lightweight repo/trunk trunk-checkout\n"
 
1183
"        brz checkout --lightweight repo/trunk trunk-checkout\n"
1144
1184
"        cd trunk-checkout\n"
1145
1185
"        (add files here)"
1146
1186
msgstr ""
1147
1187
 
1148
 
#: bzrlib/builtins.py:2163
 
1188
# help of 'format' option of 'init-repository' command
 
1189
#: breezy/builtins.py:2186
1149
1190
msgid ""
1150
 
"Specify a format for this repository. See \"bzr help formats\" for details."
 
1191
"Specify a format for this repository. See \"brz help formats\" for details."
1151
1192
msgstr ""
1152
1193
 
1153
 
#: bzrlib/builtins.py:2167
 
1194
# title of 'format' option of 'init-repository' command
 
1195
#: breezy/builtins.py:2190
1154
1196
msgid "Repository format"
1155
1197
msgstr ""
1156
1198
 
1157
 
#: bzrlib/builtins.py:2169
 
1199
# help of 'no-trees' option of 'init-repository' command
 
1200
#: breezy/builtins.py:2192
1158
1201
msgid "Branches in the repository will default to not having a working tree."
1159
1202
msgstr ""
1160
1203
 
1161
 
#: bzrlib/builtins.py:2195
 
1204
#: breezy/builtins.py:2218
1162
1205
msgid "Show differences in the working tree, between revisions or branches."
1163
1206
msgstr ""
1164
1207
 
1165
 
#: bzrlib/builtins.py:2197
 
1208
#: breezy/builtins.py:2220
1166
1209
msgid ""
1167
1210
"If no arguments are given, all changes for the current tree are listed.\n"
1168
1211
"If files are given, only the changes in those files are listed.\n"
1172
1215
"given."
1173
1216
msgstr ""
1174
1217
 
1175
 
#: bzrlib/builtins.py:2204
 
1218
#: breezy/builtins.py:2227
1176
1219
msgid ""
1177
 
"\"bzr diff -p1\" is equivalent to \"bzr diff --prefix old/:new/\", and\n"
 
1220
"\"brz diff -p1\" is equivalent to \"brz diff --prefix old/:new/\", and\n"
1178
1221
"produces patches suitable for \"patch -p1\"."
1179
1222
msgstr ""
1180
1223
 
1181
 
#: bzrlib/builtins.py:2207
 
1224
#: breezy/builtins.py:2230
1182
1225
msgid ""
1183
1226
"Note that when using the -r argument with a range of revisions, the\n"
1184
1227
"differences are computed between the two specified revisions.  That\n"
1185
1228
"is, the command does not show the changes introduced by the first \n"
1186
1229
"revision in the range.  This differs from the interpretation of \n"
1187
 
"revision ranges used by \"bzr log\" which includes the first revision\n"
 
1230
"revision ranges used by \"brz log\" which includes the first revision\n"
1188
1231
"in the range."
1189
1232
msgstr ""
1190
1233
 
1191
 
#: bzrlib/builtins.py:2214
 
1234
#: breezy/builtins.py:2237
1192
1235
msgid ""
1193
1236
":Exit values:\n"
1194
1237
"    1 - changed\n"
1197
1240
"    0 - no change"
1198
1241
msgstr ""
1199
1242
 
1200
 
#: bzrlib/builtins.py:2220
 
1243
#: breezy/builtins.py:2243
1201
1244
msgid ""
1202
1245
":Examples:\n"
1203
1246
"    Shows the difference in the working tree versus the last commit::"
1204
1247
msgstr ""
1205
1248
 
1206
 
#: bzrlib/builtins.py:2223
1207
 
msgid "        bzr diff"
 
1249
#: breezy/builtins.py:2246
 
1250
msgid "        brz diff"
1208
1251
msgstr ""
1209
1252
 
1210
 
#: bzrlib/builtins.py:2225
 
1253
#: breezy/builtins.py:2248
1211
1254
msgid "    Difference between the working tree and revision 1::"
1212
1255
msgstr ""
1213
1256
 
1214
 
#: bzrlib/builtins.py:2227
1215
 
msgid "        bzr diff -r1"
 
1257
#: breezy/builtins.py:2250
 
1258
msgid "        brz diff -r1"
1216
1259
msgstr ""
1217
1260
 
1218
 
#: bzrlib/builtins.py:2229
 
1261
#: breezy/builtins.py:2252
1219
1262
msgid "    Difference between revision 3 and revision 1::"
1220
1263
msgstr ""
1221
1264
 
1222
 
#: bzrlib/builtins.py:2231
1223
 
msgid "        bzr diff -r1..3"
 
1265
#: breezy/builtins.py:2254
 
1266
msgid "        brz diff -r1..3"
1224
1267
msgstr ""
1225
1268
 
1226
 
#: bzrlib/builtins.py:2233
 
1269
#: breezy/builtins.py:2256
1227
1270
msgid "    Difference between revision 3 and revision 1 for branch xxx::"
1228
1271
msgstr ""
1229
1272
 
1230
 
#: bzrlib/builtins.py:2235
1231
 
msgid "        bzr diff -r1..3 xxx"
 
1273
#: breezy/builtins.py:2258
 
1274
msgid "        brz diff -r1..3 xxx"
1232
1275
msgstr ""
1233
1276
 
1234
 
#: bzrlib/builtins.py:2237
 
1277
#: breezy/builtins.py:2260
1235
1278
msgid "    The changes introduced by revision 2 (equivalent to -r1..2)::"
1236
1279
msgstr ""
1237
1280
 
1238
 
#: bzrlib/builtins.py:2239
1239
 
msgid "        bzr diff -c2"
 
1281
#: breezy/builtins.py:2262
 
1282
msgid "        brz diff -c2"
1240
1283
msgstr ""
1241
1284
 
1242
 
#: bzrlib/builtins.py:2241
 
1285
#: breezy/builtins.py:2264
1243
1286
msgid ""
1244
1287
"    To see the changes introduced by revision X::\n"
1245
1288
"    \n"
1246
 
"        bzr diff -cX"
 
1289
"        brz diff -cX"
1247
1290
msgstr ""
1248
1291
 
1249
 
#: bzrlib/builtins.py:2245
 
1292
#: breezy/builtins.py:2268
1250
1293
msgid ""
1251
1294
"    Note that in the case of a merge, the -c option shows the changes\n"
1252
1295
"    compared to the left hand parent. To see the changes against\n"
1253
1296
"    another parent, use::"
1254
1297
msgstr ""
1255
1298
 
1256
 
#: bzrlib/builtins.py:2249
1257
 
msgid "        bzr diff -r<chosen_parent>..X"
 
1299
#: breezy/builtins.py:2272
 
1300
msgid "        brz diff -r<chosen_parent>..X"
1258
1301
msgstr ""
1259
1302
 
1260
 
#: bzrlib/builtins.py:2251
 
1303
#: breezy/builtins.py:2274
1261
1304
msgid ""
1262
1305
"    The changes between the current revision and the previous revision\n"
1263
1306
"    (equivalent to -c-1 and -r-2..-1)"
1264
1307
msgstr ""
1265
1308
 
1266
 
#: bzrlib/builtins.py:2254
1267
 
msgid "        bzr diff -r-2.."
 
1309
#: breezy/builtins.py:2277
 
1310
msgid "        brz diff -r-2.."
1268
1311
msgstr ""
1269
1312
 
1270
 
#: bzrlib/builtins.py:2256
 
1313
#: breezy/builtins.py:2279
1271
1314
msgid "    Show just the differences for file NEWS::"
1272
1315
msgstr ""
1273
1316
 
1274
 
#: bzrlib/builtins.py:2258
1275
 
msgid "        bzr diff NEWS"
 
1317
#: breezy/builtins.py:2281
 
1318
msgid "        brz diff NEWS"
1276
1319
msgstr ""
1277
1320
 
1278
 
#: bzrlib/builtins.py:2260
 
1321
#: breezy/builtins.py:2283
1279
1322
msgid "    Show the differences in working tree xxx for file NEWS::"
1280
1323
msgstr ""
1281
1324
 
1282
 
#: bzrlib/builtins.py:2262
1283
 
msgid "        bzr diff xxx/NEWS"
 
1325
#: breezy/builtins.py:2285
 
1326
msgid "        brz diff xxx/NEWS"
1284
1327
msgstr ""
1285
1328
 
1286
 
#: bzrlib/builtins.py:2264
 
1329
#: breezy/builtins.py:2287
1287
1330
msgid "    Show the differences from branch xxx to this working tree:"
1288
1331
msgstr ""
1289
1332
 
1290
 
#: bzrlib/builtins.py:2266
1291
 
msgid "        bzr diff --old xxx"
 
1333
#: breezy/builtins.py:2289
 
1334
msgid "        brz diff --old xxx"
1292
1335
msgstr ""
1293
1336
 
1294
 
#: bzrlib/builtins.py:2268
 
1337
#: breezy/builtins.py:2291
1295
1338
msgid "    Show the differences between two branches for file NEWS::"
1296
1339
msgstr ""
1297
1340
 
1298
 
#: bzrlib/builtins.py:2270
1299
 
msgid "        bzr diff --old xxx --new yyy NEWS"
1300
 
msgstr ""
1301
 
 
1302
 
#: bzrlib/builtins.py:2272
1303
 
msgid "    Same as 'bzr diff' but prefix paths with old/ and new/::"
1304
 
msgstr ""
1305
 
 
1306
 
#: bzrlib/builtins.py:2274
 
1341
#: breezy/builtins.py:2293
 
1342
msgid "        brz diff --old xxx --new yyy NEWS"
 
1343
msgstr ""
 
1344
 
 
1345
#: breezy/builtins.py:2295
 
1346
msgid "    Same as 'brz diff' but prefix paths with old/ and new/::"
 
1347
msgstr ""
 
1348
 
 
1349
#: breezy/builtins.py:2297
1307
1350
msgid ""
1308
 
"        bzr diff --prefix old/:new/\n"
 
1351
"        brz diff --prefix old/:new/\n"
1309
1352
"        \n"
1310
1353
"    Show the differences using a custom diff program with options::\n"
1311
1354
"    \n"
1312
 
"        bzr diff --using /usr/bin/diff --diff-options -wu"
 
1355
"        brz diff --using /usr/bin/diff --diff-options -wu"
1313
1356
msgstr ""
1314
1357
 
1315
 
#: bzrlib/builtins.py:2284
 
1358
# help of 'diff-options' option of 'diff' command
 
1359
#: breezy/builtins.py:2307
1316
1360
msgid "Pass these options to the external diff program."
1317
1361
msgstr ""
1318
1362
 
1319
 
#: bzrlib/builtins.py:2287
 
1363
# help of 'prefix' option of 'diff' command
 
1364
#: breezy/builtins.py:2310
1320
1365
msgid ""
1321
1366
"Set prefixes added to old and new filenames, as two values separated by a "
1322
1367
"colon. (eg \"old/:new/\")."
1323
1368
msgstr ""
1324
1369
 
1325
 
#: bzrlib/builtins.py:2290
 
1370
# help of 'old' option of 'diff' command
 
1371
#: breezy/builtins.py:2313
1326
1372
msgid "Branch/tree to compare from."
1327
1373
msgstr ""
1328
1374
 
1329
 
#: bzrlib/builtins.py:2294
 
1375
# help of 'new' option of 'diff' command
 
1376
#: breezy/builtins.py:2317
1330
1377
msgid "Branch/tree to compare to."
1331
1378
msgstr ""
1332
1379
 
1333
 
#: bzrlib/builtins.py:2300
 
1380
# help of 'using' option of 'diff' command
 
1381
#: breezy/builtins.py:2323
1334
1382
msgid "Use this command to compare files."
1335
1383
msgstr ""
1336
1384
 
1337
 
#: bzrlib/builtins.py:2305
 
1385
# help of 'format' option of 'diff' command
 
1386
#: breezy/builtins.py:2328
1338
1387
msgid "Diff format to use."
1339
1388
msgstr ""
1340
1389
 
1341
 
#: bzrlib/builtins.py:2307
 
1390
# title of 'format' option of 'diff' command
 
1391
#: breezy/builtins.py:2330
1342
1392
msgid "Diff format"
1343
1393
msgstr ""
1344
1394
 
1345
 
#: bzrlib/builtins.py:2329
 
1395
# help of 'context' option of 'diff' command
 
1396
#: breezy/builtins.py:2332
 
1397
msgid "How many lines of context to show."
 
1398
msgstr ""
 
1399
 
 
1400
#: breezy/builtins.py:2357
1346
1401
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1347
1402
msgstr ""
1348
1403
 
1349
 
#: bzrlib/builtins.py:2333
1350
 
msgid "bzr diff --revision takes exactly one or two revision specifiers"
 
1404
#: breezy/builtins.py:2361
 
1405
msgid "brz diff --revision takes exactly one or two revision specifiers"
1351
1406
msgstr ""
1352
1407
 
1353
 
#: bzrlib/builtins.py:2338 bzrlib/builtins.py:2736 bzrlib/builtins.py:2749
1354
 
#: bzrlib/builtins.py:2757 bzrlib/builtins.py:4919
 
1408
#: breezy/builtins.py:2366 breezy/builtins.py:2763 breezy/builtins.py:2776
 
1409
#: breezy/builtins.py:2784 breezy/builtins.py:4957
 
1410
#, python-brace-format
1355
1411
msgid "{0} and {1} are mutually exclusive"
1356
1412
msgstr ""
1357
1413
 
1358
 
#: bzrlib/builtins.py:2358
 
1414
#: breezy/builtins.py:2386
1359
1415
msgid ""
1360
1416
"List files deleted in the working tree.\n"
1361
1417
"    "
1362
1418
msgstr ""
1363
1419
 
1364
 
#: bzrlib/builtins.py:2436
 
1420
#: breezy/builtins.py:2463
1365
1421
msgid "Show the tree root directory."
1366
1422
msgstr ""
1367
1423
 
1368
 
#: bzrlib/builtins.py:2438
 
1424
#: breezy/builtins.py:2465
1369
1425
msgid ""
1370
1426
"The root is the nearest enclosing directory with a .bzr control\n"
1371
1427
"directory."
1372
1428
msgstr ""
1373
1429
 
1374
 
#: bzrlib/builtins.py:2453
 
1430
#: breezy/builtins.py:2480
1375
1431
msgid "The limit argument must be an integer."
1376
1432
msgstr ""
1377
1433
 
1378
 
#: bzrlib/builtins.py:2461
 
1434
#: breezy/builtins.py:2488
1379
1435
msgid "The levels argument must be an integer."
1380
1436
msgstr ""
1381
1437
 
1382
 
#: bzrlib/builtins.py:2466
 
1438
#: breezy/builtins.py:2493
1383
1439
msgid "Show historical log for a branch or subset of a branch."
1384
1440
msgstr ""
1385
1441
 
1386
 
#: bzrlib/builtins.py:2468
 
1442
#: breezy/builtins.py:2495
1387
1443
msgid ""
1388
 
"log is bzr's default tool for exploring the history of a branch.\n"
 
1444
"log is brz's default tool for exploring the history of a branch.\n"
1389
1445
"The branch to use is taken from the first parameter. If no parameters\n"
1390
1446
"are given, the branch containing the working directory is logged.\n"
1391
1447
"Here are some simple examples::"
1392
1448
msgstr ""
1393
1449
 
1394
 
#: bzrlib/builtins.py:2473
 
1450
#: breezy/builtins.py:2500
1395
1451
msgid ""
1396
 
"  bzr log                       log the current branch\n"
1397
 
"  bzr log foo.py                log a file in its branch\n"
1398
 
"  bzr log http://server/branch  log a branch on a server"
 
1452
"  brz log                       log the current branch\n"
 
1453
"  brz log foo.py                log a file in its branch\n"
 
1454
"  brz log http://server/branch  log a branch on a server"
1399
1455
msgstr ""
1400
1456
 
1401
 
#: bzrlib/builtins.py:2477
 
1457
#: breezy/builtins.py:2504
1402
1458
msgid ""
1403
1459
"The filtering, ordering and information shown for each revision can\n"
1404
1460
"be controlled as explained below. By default, all revisions are\n"
1408
1464
"were merged."
1409
1465
msgstr ""
1410
1466
 
1411
 
#: bzrlib/builtins.py:2484
 
1467
#: breezy/builtins.py:2511
1412
1468
msgid ":Output control:"
1413
1469
msgstr ""
1414
1470
 
1415
 
#: bzrlib/builtins.py:2486
 
1471
#: breezy/builtins.py:2513
1416
1472
msgid ""
1417
1473
"  The log format controls how information about each revision is\n"
1418
1474
"  displayed. The standard log formats are called ``long``, ``short``\n"
1419
 
"  and ``line``. The default is long. See ``bzr help log-formats``\n"
 
1475
"  and ``line``. The default is long. See ``brz help log-formats``\n"
1420
1476
"  for more details on log formats."
1421
1477
msgstr ""
1422
1478
 
1423
 
#: bzrlib/builtins.py:2491
 
1479
#: breezy/builtins.py:2518
1424
1480
msgid ""
1425
1481
"  The following options can be used to control what information is\n"
1426
1482
"  displayed::"
1427
1483
msgstr ""
1428
1484
 
1429
 
#: bzrlib/builtins.py:2494
 
1485
#: breezy/builtins.py:2521
1430
1486
msgid ""
1431
1487
"    -l N        display a maximum of N revisions\n"
1432
1488
"    -n N        display N levels of revisions (0 for all, 1 for collapsed)\n"
1435
1491
"    --show-ids  display revision-ids (and file-ids), not just revnos"
1436
1492
msgstr ""
1437
1493
 
1438
 
#: bzrlib/builtins.py:2500
 
1494
#: breezy/builtins.py:2527
1439
1495
msgid ""
1440
1496
"  Note that the default number of levels to display is a function of the\n"
1441
1497
"  log format. If the -n option is not used, the standard log formats show\n"
1442
1498
"  just the top level (mainline)."
1443
1499
msgstr ""
1444
1500
 
1445
 
#: bzrlib/builtins.py:2504
 
1501
#: breezy/builtins.py:2531
1446
1502
msgid ""
1447
1503
"  Status summaries are shown using status flags like A, M, etc. To see\n"
1448
1504
"  the changes explained using words like ``added`` and ``modified``\n"
1449
1505
"  instead, use the -vv option."
1450
1506
msgstr ""
1451
1507
 
1452
 
#: bzrlib/builtins.py:2508
 
1508
#: breezy/builtins.py:2535
1453
1509
msgid ":Ordering control:"
1454
1510
msgstr ""
1455
1511
 
1456
 
#: bzrlib/builtins.py:2510
 
1512
#: breezy/builtins.py:2537
1457
1513
msgid ""
1458
1514
"  To display revisions from oldest to newest, use the --forward option.\n"
1459
1515
"  In most cases, using this option will have little impact on the total\n"
1461
1517
"  display revisions like --reverse does when it can."
1462
1518
msgstr ""
1463
1519
 
1464
 
#: bzrlib/builtins.py:2515
 
1520
#: breezy/builtins.py:2542
1465
1521
msgid ":Revision filtering:"
1466
1522
msgstr ""
1467
1523
 
1468
 
#: bzrlib/builtins.py:2517
 
1524
#: breezy/builtins.py:2544
1469
1525
msgid ""
1470
1526
"  The -r option can be used to specify what revision or range of revisions\n"
1471
1527
"  to filter against. The various forms are shown below::"
1472
1528
msgstr ""
1473
1529
 
1474
 
#: bzrlib/builtins.py:2520
 
1530
#: breezy/builtins.py:2547
1475
1531
msgid ""
1476
1532
"    -rX      display revision X\n"
1477
1533
"    -rX..    display revision X and later\n"
1479
1535
"    -rX..Y   display from X to Y inclusive"
1480
1536
msgstr ""
1481
1537
 
1482
 
#: bzrlib/builtins.py:2525
 
1538
#: breezy/builtins.py:2552
1483
1539
msgid ""
1484
 
"  See ``bzr help revisionspec`` for details on how to specify X and Y.\n"
 
1540
"  See ``brz help revisionspec`` for details on how to specify X and Y.\n"
1485
1541
"  Some common examples are given below::"
1486
1542
msgstr ""
1487
1543
 
1488
 
#: bzrlib/builtins.py:2528
 
1544
#: breezy/builtins.py:2555
1489
1545
msgid ""
1490
1546
"    -r-1                show just the tip\n"
1491
1547
"    -r-10..             show the last 10 mainline revisions\n"
1495
1551
"    -rdate:yesterday..  show changes since yesterday"
1496
1552
msgstr ""
1497
1553
 
1498
 
#: bzrlib/builtins.py:2535
 
1554
#: breezy/builtins.py:2562
1499
1555
msgid ""
1500
1556
"  When logging a range of revisions using -rX..Y, log starts at\n"
1501
1557
"  revision Y and searches back in history through the primary\n"
1505
1561
"  a nested merge revision and the log will be truncated accordingly."
1506
1562
msgstr ""
1507
1563
 
1508
 
#: bzrlib/builtins.py:2542
 
1564
#: breezy/builtins.py:2569
1509
1565
msgid ":Path filtering:"
1510
1566
msgstr ""
1511
1567
 
1512
 
#: bzrlib/builtins.py:2544
 
1568
#: breezy/builtins.py:2571
1513
1569
msgid ""
1514
1570
"  If parameters are given and the first one is not a branch, the log\n"
1515
1571
"  will be filtered to show only those revisions that changed the\n"
1516
1572
"  nominated files or directories."
1517
1573
msgstr ""
1518
1574
 
1519
 
#: bzrlib/builtins.py:2548
 
1575
#: breezy/builtins.py:2575
1520
1576
msgid ""
1521
1577
"  Filenames are interpreted within their historical context. To log a\n"
1522
1578
"  deleted file, specify a revision range so that the file existed at\n"
1523
1579
"  the end or start of the range."
1524
1580
msgstr ""
1525
1581
 
1526
 
#: bzrlib/builtins.py:2552
 
1582
#: breezy/builtins.py:2579
1527
1583
msgid ""
1528
1584
"  Historical context is also important when interpreting pathnames of\n"
1529
1585
"  renamed files/directories. Consider the following example:"
1530
1586
msgstr ""
1531
1587
 
1532
 
#: bzrlib/builtins.py:2555
 
1588
#: breezy/builtins.py:2582
1533
1589
msgid ""
1534
1590
"  * revision 1: add tutorial.txt\n"
1535
1591
"  * revision 2: modify tutorial.txt\n"
1536
1592
"  * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1537
1593
msgstr ""
1538
1594
 
1539
 
#: bzrlib/builtins.py:2559
 
1595
#: breezy/builtins.py:2586
1540
1596
msgid "  In this case:"
1541
1597
msgstr ""
1542
1598
 
1543
 
#: bzrlib/builtins.py:2561
1544
 
msgid "  * ``bzr log guide.txt`` will log the file added in revision 1"
1545
 
msgstr ""
1546
 
 
1547
 
#: bzrlib/builtins.py:2563
1548
 
msgid ""
1549
 
"  * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1550
 
msgstr ""
1551
 
 
1552
 
#: bzrlib/builtins.py:2565
1553
 
msgid ""
1554
 
"  * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
 
1599
#: breezy/builtins.py:2588
 
1600
msgid "  * ``brz log guide.txt`` will log the file added in revision 1"
 
1601
msgstr ""
 
1602
 
 
1603
#: breezy/builtins.py:2590
 
1604
msgid "  * ``brz log tutorial.txt`` will log the new file added in revision 3"
 
1605
msgstr ""
 
1606
 
 
1607
#: breezy/builtins.py:2592
 
1608
msgid ""
 
1609
"  * ``brz log -r2 -p tutorial.txt`` will show the changes made to\n"
1555
1610
"    the original file in revision 2."
1556
1611
msgstr ""
1557
1612
 
1558
 
#: bzrlib/builtins.py:2568
 
1613
#: breezy/builtins.py:2595
1559
1614
msgid ""
1560
 
"  * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
 
1615
"  * ``brz log -r2 -p guide.txt`` will display an error message as there\n"
1561
1616
"    was no file called guide.txt in revision 2."
1562
1617
msgstr ""
1563
1618
 
1564
 
#: bzrlib/builtins.py:2571
 
1619
#: breezy/builtins.py:2598
1565
1620
msgid ""
1566
1621
"  Renames are always followed by log. By design, there is no need to\n"
1567
1622
"  explicitly ask for this (and no way to stop logging a file back\n"
1568
1623
"  until it was last renamed)."
1569
1624
msgstr ""
1570
1625
 
1571
 
#: bzrlib/builtins.py:2575
 
1626
#: breezy/builtins.py:2602
1572
1627
msgid ":Other filtering:"
1573
1628
msgstr ""
1574
1629
 
1575
 
#: bzrlib/builtins.py:2577
 
1630
#: breezy/builtins.py:2604
1576
1631
msgid ""
1577
1632
"  The --match option can be used for finding revisions that match a\n"
1578
1633
"  regular expression in a commit message, committer, author or bug.\n"
1581
1636
"  --match-message can be used to only match a specific field."
1582
1637
msgstr ""
1583
1638
 
1584
 
#: bzrlib/builtins.py:2583
 
1639
#: breezy/builtins.py:2610
1585
1640
msgid ":Tips & tricks:"
1586
1641
msgstr ""
1587
1642
 
1588
 
#: bzrlib/builtins.py:2585
 
1643
#: breezy/builtins.py:2612
1589
1644
msgid ""
1590
1645
"  GUI tools and IDEs are often better at exploring history than command\n"
1591
1646
"  line tools: you may prefer qlog or viz from qbzr or bzr-gtk, the\n"
1592
 
"  bzr-explorer shell, or the Loggerhead web interface.  See the Plugin\n"
1593
 
"  Guide <http://doc.bazaar.canonical.com/plugins/en/> and\n"
 
1647
"  bzr-explorer shell, or the Loggerhead web interface.  See the Bazaar\n"
 
1648
"  Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/> and\n"
1594
1649
"  <http://wiki.bazaar.canonical.com/IDEIntegration>.  "
1595
1650
msgstr ""
1596
1651
 
1597
 
#: bzrlib/builtins.py:2591
1598
 
msgid ""
1599
 
"  You may find it useful to add the aliases below to ``bazaar.conf``::"
 
1652
#: breezy/builtins.py:2618
 
1653
msgid "  You may find it useful to add the aliases below to ``bazaar.conf``::"
1600
1654
msgstr ""
1601
1655
 
1602
 
#: bzrlib/builtins.py:2593
 
1656
#: breezy/builtins.py:2620
1603
1657
msgid ""
1604
1658
"    [ALIASES]\n"
1605
1659
"    tip = log -r-1\n"
1607
1661
"    show = log -v -p"
1608
1662
msgstr ""
1609
1663
 
1610
 
#: bzrlib/builtins.py:2598
 
1664
#: breezy/builtins.py:2625
1611
1665
msgid ""
1612
 
"  ``bzr tip`` will then show the latest revision while ``bzr top``\n"
 
1666
"  ``brz tip`` will then show the latest revision while ``brz top``\n"
1613
1667
"  will show the last 10 mainline revisions. To see the details of a\n"
1614
 
"  particular revision X,  ``bzr show -rX``."
 
1668
"  particular revision X,  ``brz show -rX``."
1615
1669
msgstr ""
1616
1670
 
1617
 
#: bzrlib/builtins.py:2602
 
1671
#: breezy/builtins.py:2629
1618
1672
msgid ""
1619
1673
"  If you are interested in looking deeper into a particular merge X,\n"
1620
 
"  use ``bzr log -n0 -rX``."
 
1674
"  use ``brz log -n0 -rX``."
1621
1675
msgstr ""
1622
1676
 
1623
 
#: bzrlib/builtins.py:2605
 
1677
#: breezy/builtins.py:2632
1624
1678
msgid ""
1625
 
"  ``bzr log -v`` on a branch with lots of history is currently\n"
 
1679
"  ``brz log -v`` on a branch with lots of history is currently\n"
1626
1680
"  very slow. A fix for this issue is currently under development.\n"
1627
1681
"  With or without that fix, it is recommended that a revision range\n"
1628
1682
"  be given when using the -v option."
1629
1683
msgstr ""
1630
1684
 
1631
 
#: bzrlib/builtins.py:2610
 
1685
#: breezy/builtins.py:2637
1632
1686
msgid ""
1633
 
"  bzr has a generic full-text matching plugin, bzr-search, that can be\n"
 
1687
"  brz has a generic full-text matching plugin, brz-search, that can be\n"
1634
1688
"  used to find revisions matching user names, commit messages, etc.\n"
1635
1689
"  Among other features, this plugin can find all revisions containing\n"
1636
1690
"  a list of words but not others."
1637
1691
msgstr ""
1638
1692
 
1639
 
#: bzrlib/builtins.py:2615
 
1693
#: breezy/builtins.py:2642
1640
1694
msgid ""
1641
1695
"  When exploring non-mainline history on large projects with deep\n"
1642
1696
"  history, the performance of log can be greatly improved by installing\n"
1644
1698
"  trading disk space for faster speed."
1645
1699
msgstr ""
1646
1700
 
1647
 
#: bzrlib/builtins.py:2624
 
1701
# help of 'forward' option of 'log' command
 
1702
#: breezy/builtins.py:2651
1648
1703
msgid "Show from oldest to newest."
1649
1704
msgstr ""
1650
1705
 
1651
 
#: bzrlib/builtins.py:2627
 
1706
# help of 'verbose' option of 'log' command
 
1707
#: breezy/builtins.py:2654
1652
1708
msgid "Show files changed in each revision."
1653
1709
msgstr ""
1654
1710
 
1655
 
#: bzrlib/builtins.py:2633
 
1711
# help of 'change' option of 'log' command
 
1712
#: breezy/builtins.py:2660
1656
1713
msgid "Show just the specified revision. See also \"help revisionspec\"."
1657
1714
msgstr ""
1658
1715
 
1659
 
#: bzrlib/builtins.py:2637
 
1716
# help of 'authors' option of 'log' command
 
1717
#: breezy/builtins.py:2664
1660
1718
msgid "What names to list as authors - first, all or committer."
1661
1719
msgstr ""
1662
1720
 
1663
 
#: bzrlib/builtins.py:2638
 
1721
# title of 'authors' option of 'log' command
 
1722
#: breezy/builtins.py:2665
1664
1723
msgid "Authors"
1665
1724
msgstr ""
1666
1725
 
1667
 
#: bzrlib/builtins.py:2643
 
1726
# help of 'levels' option of 'log' command
 
1727
#: breezy/builtins.py:2670
1668
1728
msgid "Number of levels to display - 0 for all, 1 for flat."
1669
1729
msgstr ""
1670
1730
 
1671
 
#: bzrlib/builtins.py:2653
 
1731
# help of 'limit' option of 'log' command
 
1732
#: breezy/builtins.py:2680
1672
1733
msgid "Limit the output to the first N revisions."
1673
1734
msgstr ""
1674
1735
 
1675
 
#: bzrlib/builtins.py:2658
 
1736
# help of 'show-diff' option of 'log' command
 
1737
#: breezy/builtins.py:2685
1676
1738
msgid "Show changes made in each revision as a patch."
1677
1739
msgstr ""
1678
1740
 
1679
 
#: bzrlib/builtins.py:2660
 
1741
# help of 'include-merged' option of 'log' command
 
1742
#: breezy/builtins.py:2687
1680
1743
msgid "Show merged revisions like --levels 0 does."
1681
1744
msgstr ""
1682
1745
 
1683
 
#: bzrlib/builtins.py:2664
 
1746
# help of 'omit-merges' option of 'log' command
 
1747
#: breezy/builtins.py:2691
1684
1748
msgid "Do not report commits with more than one parent."
1685
1749
msgstr ""
1686
1750
 
1687
 
#: bzrlib/builtins.py:2666
 
1751
# help of 'exclude-common-ancestry' option of 'log' command
 
1752
#: breezy/builtins.py:2693
1688
1753
msgid ""
1689
1754
"Display only the revisions that are not part of both ancestries (require -"
1690
1755
"rX..Y)."
1691
1756
msgstr ""
1692
1757
 
1693
 
#: bzrlib/builtins.py:2670
 
1758
# help of 'signatures' option of 'log' command
 
1759
#: breezy/builtins.py:2697
1694
1760
msgid "Show digital signature validity."
1695
1761
msgstr ""
1696
1762
 
1697
 
#: bzrlib/builtins.py:2673
 
1763
# help of 'match' option of 'log' command
 
1764
#: breezy/builtins.py:2700
1698
1765
msgid "Show revisions whose properties match this expression."
1699
1766
msgstr ""
1700
1767
 
1701
 
#: bzrlib/builtins.py:2677
 
1768
# help of 'match-message' option of 'log' command
 
1769
#: breezy/builtins.py:2704
1702
1770
msgid "Show revisions whose message matches this expression."
1703
1771
msgstr ""
1704
1772
 
1705
 
#: bzrlib/builtins.py:2681
 
1773
# help of 'match-committer' option of 'log' command
 
1774
#: breezy/builtins.py:2708
1706
1775
msgid "Show revisions whose committer matches this expression."
1707
1776
msgstr ""
1708
1777
 
1709
 
#: bzrlib/builtins.py:2685
 
1778
# help of 'match-author' option of 'log' command
 
1779
#: breezy/builtins.py:2712
1710
1780
msgid "Show revisions whose authors match this expression."
1711
1781
msgstr ""
1712
1782
 
1713
 
#: bzrlib/builtins.py:2689
 
1783
# help of 'match-bugs' option of 'log' command
 
1784
#: breezy/builtins.py:2716
1714
1785
msgid "Show revisions whose bugs match this expression."
1715
1786
msgstr ""
1716
1787
 
1717
 
#: bzrlib/builtins.py:2743
 
1788
#: breezy/builtins.py:2770
1718
1789
msgid "--exclude-common-ancestry requires -r with two revisions"
1719
1790
msgstr ""
1720
1791
 
1721
 
#: bzrlib/builtins.py:2771
 
1792
#: breezy/builtins.py:2798
1722
1793
#, python-format
1723
1794
msgid "Path unknown at end or start of revision range: %s"
1724
1795
msgstr ""
1725
1796
 
1726
 
#: bzrlib/builtins.py:2888
1727
 
#, python-format
1728
 
msgid "bzr %s doesn't accept two revisions in different branches."
1729
 
msgstr ""
1730
 
 
1731
 
#: bzrlib/builtins.py:2904
1732
 
#, python-format
1733
 
msgid "bzr %s --revision takes one or two values."
1734
 
msgstr ""
1735
 
 
1736
 
#: bzrlib/builtins.py:2949
 
1797
#: breezy/builtins.py:2915
 
1798
#, python-format
 
1799
msgid "brz %s doesn't accept two revisions in different branches."
 
1800
msgstr ""
 
1801
 
 
1802
#: breezy/builtins.py:2931
 
1803
#, python-format
 
1804
msgid "brz %s --revision takes one or two values."
 
1805
msgstr ""
 
1806
 
 
1807
#: breezy/builtins.py:2976
1737
1808
msgid ""
1738
1809
"List files in a tree.\n"
1739
1810
"    "
1740
1811
msgstr ""
1741
1812
 
1742
 
#: bzrlib/builtins.py:2958
 
1813
# help of 'recursive' option of 'ls' command
 
1814
#: breezy/builtins.py:2985
1743
1815
msgid "Recurse into subdirectories."
1744
1816
msgstr ""
1745
1817
 
1746
 
#: bzrlib/builtins.py:2960
 
1818
# help of 'from-root' option of 'ls' command
 
1819
#: breezy/builtins.py:2987
1747
1820
msgid "Print paths relative to the root of the branch."
1748
1821
msgstr ""
1749
1822
 
1750
 
#: bzrlib/builtins.py:2962
 
1823
# help of 'unknown' option of 'ls' command
 
1824
#: breezy/builtins.py:2989
1751
1825
msgid "Print unknown files."
1752
1826
msgstr ""
1753
1827
 
1754
 
#: bzrlib/builtins.py:2963
 
1828
# help of 'versioned' option of 'ls' command
 
1829
#: breezy/builtins.py:2990
1755
1830
msgid "Print versioned files."
1756
1831
msgstr ""
1757
1832
 
1758
 
#: bzrlib/builtins.py:2966
 
1833
# help of 'ignored' option of 'ls' command
 
1834
#: breezy/builtins.py:2993
1759
1835
msgid "Print ignored files."
1760
1836
msgstr ""
1761
1837
 
1762
 
#: bzrlib/builtins.py:2968
 
1838
# help of 'kind' option of 'ls' command
 
1839
#: breezy/builtins.py:2995
1763
1840
msgid "List entries of a particular kind: file, directory, symlink."
1764
1841
msgstr ""
1765
1842
 
1766
 
#: bzrlib/builtins.py:2981
 
1843
#: breezy/builtins.py:3008
1767
1844
msgid "invalid kind specified"
1768
1845
msgstr ""
1769
1846
 
1770
 
#: bzrlib/builtins.py:2984
 
1847
#: breezy/builtins.py:3011
1771
1848
msgid "Cannot set both --verbose and --null"
1772
1849
msgstr ""
1773
1850
 
1774
 
#: bzrlib/builtins.py:2993
 
1851
#: breezy/builtins.py:3020
1775
1852
msgid "cannot specify both --from-root and PATH"
1776
1853
msgstr ""
1777
1854
 
1778
 
#: bzrlib/builtins.py:3080
 
1855
#: breezy/builtins.py:3107
1779
1856
msgid "Ignore specified files or patterns."
1780
1857
msgstr ""
1781
1858
 
1782
 
#: bzrlib/builtins.py:3082
1783
 
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
 
1859
#: breezy/builtins.py:3109
 
1860
msgid "See ``brz help patterns`` for details on the syntax of patterns."
1784
1861
msgstr ""
1785
1862
 
1786
 
#: bzrlib/builtins.py:3084
 
1863
#: breezy/builtins.py:3111
1787
1864
msgid ""
1788
1865
"If a .bzrignore file does not exist, the ignore command\n"
1789
1866
"will create one and add the specified files or patterns to the newly\n"
1792
1869
"the use of the ignore command will require an explicit add command."
1793
1870
msgstr ""
1794
1871
 
1795
 
#: bzrlib/builtins.py:3090
 
1872
#: breezy/builtins.py:3117
1796
1873
msgid ""
1797
1874
"To remove patterns from the ignore list, edit the .bzrignore file.\n"
1798
1875
"After adding, editing or deleting that file either indirectly by\n"
1800
1877
"it."
1801
1878
msgstr ""
1802
1879
 
1803
 
#: bzrlib/builtins.py:3095
 
1880
#: breezy/builtins.py:3122
1804
1881
msgid ""
1805
1882
"Bazaar also supports a global ignore file ~/.bazaar/ignore. On Windows\n"
1806
1883
"the global ignore file can be found in the application data directory as\n"
1809
1886
"can be edited directly using an editor."
1810
1887
msgstr ""
1811
1888
 
1812
 
#: bzrlib/builtins.py:3101
 
1889
#: breezy/builtins.py:3128
1813
1890
msgid ""
1814
1891
"Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
1815
1892
"precedence over regular ignores.  Such exceptions are used to specify\n"
1816
1893
"files that should be versioned which would otherwise be ignored."
1817
1894
msgstr ""
1818
1895
 
1819
 
#: bzrlib/builtins.py:3105
 
1896
#: breezy/builtins.py:3132
1820
1897
msgid ""
1821
1898
"Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
1822
1899
"precedence over the '!' exception patterns."
1823
1900
msgstr ""
1824
1901
 
1825
 
#: bzrlib/builtins.py:3108
 
1902
#: breezy/builtins.py:3135
1826
1903
msgid ""
1827
1904
":Notes: \n"
1828
1905
"    \n"
1830
1907
"  the shell on Unix."
1831
1908
msgstr ""
1832
1909
 
1833
 
#: bzrlib/builtins.py:3113
 
1910
#: breezy/builtins.py:3140
1834
1911
msgid ""
1835
1912
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1836
1913
"  To ignore patterns that begin with that character, use the \"RE:\" prefix."
1837
1914
msgstr ""
1838
1915
 
1839
 
#: bzrlib/builtins.py:3116
 
1916
#: breezy/builtins.py:3143
1840
1917
msgid ""
1841
1918
":Examples:\n"
1842
1919
"    Ignore the top level Makefile::"
1843
1920
msgstr ""
1844
1921
 
1845
 
#: bzrlib/builtins.py:3119
1846
 
msgid "        bzr ignore ./Makefile"
 
1922
#: breezy/builtins.py:3146
 
1923
msgid "        brz ignore ./Makefile"
1847
1924
msgstr ""
1848
1925
 
1849
 
#: bzrlib/builtins.py:3121
 
1926
#: breezy/builtins.py:3148
1850
1927
msgid "    Ignore .class files in all directories...::"
1851
1928
msgstr ""
1852
1929
 
1853
 
#: bzrlib/builtins.py:3123
1854
 
msgid "        bzr ignore \"*.class\""
 
1930
#: breezy/builtins.py:3150
 
1931
msgid "        brz ignore \"*.class\""
1855
1932
msgstr ""
1856
1933
 
1857
 
#: bzrlib/builtins.py:3125
 
1934
#: breezy/builtins.py:3152
1858
1935
msgid "    ...but do not ignore \"special.class\"::"
1859
1936
msgstr ""
1860
1937
 
1861
 
#: bzrlib/builtins.py:3127
1862
 
msgid "        bzr ignore \"!special.class\""
 
1938
#: breezy/builtins.py:3154
 
1939
msgid "        brz ignore \"!special.class\""
1863
1940
msgstr ""
1864
1941
 
1865
 
#: bzrlib/builtins.py:3129
 
1942
#: breezy/builtins.py:3156
1866
1943
msgid "    Ignore files whose name begins with the \"#\" character::"
1867
1944
msgstr ""
1868
1945
 
1869
 
#: bzrlib/builtins.py:3131
1870
 
msgid "        bzr ignore \"RE:^#\""
 
1946
#: breezy/builtins.py:3158
 
1947
msgid "        brz ignore \"RE:^#\""
1871
1948
msgstr ""
1872
1949
 
1873
 
#: bzrlib/builtins.py:3133 bzrlib/builtins.py:3137
 
1950
#: breezy/builtins.py:3160 breezy/builtins.py:3164
1874
1951
msgid "    Ignore .o files under the lib directory::"
1875
1952
msgstr ""
1876
1953
 
1877
 
#: bzrlib/builtins.py:3135
1878
 
msgid "        bzr ignore \"lib/**/*.o\""
1879
 
msgstr ""
1880
 
 
1881
 
#: bzrlib/builtins.py:3139
1882
 
msgid "        bzr ignore \"RE:lib/.*\\.o\""
1883
 
msgstr ""
1884
 
 
1885
 
#: bzrlib/builtins.py:3141
 
1954
#: breezy/builtins.py:3162
 
1955
msgid "        brz ignore \"lib/**/*.o\""
 
1956
msgstr ""
 
1957
 
 
1958
#: breezy/builtins.py:3166
 
1959
msgid "        brz ignore \"RE:lib/.*\\.o\""
 
1960
msgstr ""
 
1961
 
 
1962
#: breezy/builtins.py:3168
1886
1963
msgid "    Ignore everything but the \"debian\" toplevel directory::"
1887
1964
msgstr ""
1888
1965
 
1889
 
#: bzrlib/builtins.py:3143
 
1966
#: breezy/builtins.py:3170
1890
1967
msgid ""
1891
 
"        bzr ignore \"RE:(?!debian/).*\"\n"
 
1968
"        brz ignore \"RE:(?!debian/).*\"\n"
1892
1969
"    \n"
1893
1970
"    Ignore everything except the \"local\" toplevel directory,\n"
1894
1971
"    but always ignore autosave files ending in ~, even under local/::\n"
1895
1972
"    \n"
1896
 
"        bzr ignore \"*\"\n"
1897
 
"        bzr ignore \"!./local\"\n"
1898
 
"        bzr ignore \"!!*~\""
1899
 
msgstr ""
1900
 
 
1901
 
#: bzrlib/builtins.py:3157
1902
 
msgid "Display the default ignore rules that bzr uses."
1903
 
msgstr ""
1904
 
 
1905
 
#: bzrlib/builtins.py:3169
 
1973
"        brz ignore \"*\"\n"
 
1974
"        brz ignore \"!./local\"\n"
 
1975
"        brz ignore \"!!*~\""
 
1976
msgstr ""
 
1977
 
 
1978
# help of 'default-rules' option of 'ignore' command
 
1979
#: breezy/builtins.py:3184
 
1980
msgid "Display the default ignore rules that brz uses."
 
1981
msgstr ""
 
1982
 
 
1983
#: breezy/builtins.py:3196
1906
1984
msgid "ignore requires at least one NAME_PATTERN or --default-rules."
1907
1985
msgstr ""
1908
1986
 
1909
 
#: bzrlib/builtins.py:3180
 
1987
#: breezy/builtins.py:3207
1910
1988
#, python-format
1911
1989
msgid "Invalid ignore pattern found. %s"
1912
1990
msgid_plural "Invalid ignore patterns found. %s"
1913
1991
msgstr[0] ""
1914
1992
msgstr[1] ""
1915
1993
 
1916
 
#: bzrlib/builtins.py:3189
 
1994
#: breezy/builtins.py:3216
1917
1995
msgid "NAME_PATTERN should not be an absolute path"
1918
1996
msgstr ""
1919
1997
 
1920
 
#: bzrlib/builtins.py:3202
 
1998
#: breezy/builtins.py:3229
1921
1999
#, python-format
1922
2000
msgid ""
1923
2001
"Warning: the following files are version controlled and match your ignore "
1924
2002
"pattern:\n"
1925
2003
"%s\n"
1926
 
"These files will continue to be version controlled unless you 'bzr remove' "
 
2004
"These files will continue to be version controlled unless you 'brz remove' "
1927
2005
"them.\n"
1928
2006
msgstr ""
1929
2007
 
1930
 
#: bzrlib/builtins.py:3209
 
2008
#: breezy/builtins.py:3236
1931
2009
msgid "List ignored files and the patterns that matched them."
1932
2010
msgstr ""
1933
2011
 
1934
 
#: bzrlib/builtins.py:3211
 
2012
#: breezy/builtins.py:3238
1935
2013
msgid ""
1936
2014
"List all the ignored files and the ignore pattern that caused the file to\n"
1937
2015
"be ignored."
1938
2016
msgstr ""
1939
2017
 
1940
 
#: bzrlib/builtins.py:3214
 
2018
#: breezy/builtins.py:3241
1941
2019
msgid "Alternatively, to list just the files::"
1942
2020
msgstr ""
1943
2021
 
1944
 
#: bzrlib/builtins.py:3216
1945
 
msgid "    bzr ls --ignored"
 
2022
#: breezy/builtins.py:3243
 
2023
msgid "    brz ls --ignored"
1946
2024
msgstr ""
1947
2025
 
1948
 
#: bzrlib/builtins.py:3250
 
2026
#: breezy/builtins.py:3277
1949
2027
#, python-format
1950
2028
msgid "not a valid revision-number: %r"
1951
2029
msgstr ""
1952
2030
 
1953
 
#: bzrlib/builtins.py:3257
1954
 
msgid ""
1955
 
"Export current or past revision to a destination directory or archive."
 
2031
#: breezy/builtins.py:3284
 
2032
msgid "Export current or past revision to a destination directory or archive."
1956
2033
msgstr ""
1957
2034
 
1958
 
#: bzrlib/builtins.py:3259
 
2035
#: breezy/builtins.py:3286
1959
2036
msgid "If no revision is specified this exports the last committed revision."
1960
2037
msgstr ""
1961
2038
 
1962
 
#: bzrlib/builtins.py:3261
 
2039
#: breezy/builtins.py:3288
1963
2040
msgid ""
1964
2041
"Format may be an \"exporter\" name, such as tar, tgz, tbz2.  If none is\n"
1965
2042
"given, try to find the format with the extension. If no extension\n"
1966
2043
"is found exports to a directory (equivalent to --format=dir)."
1967
2044
msgstr ""
1968
2045
 
1969
 
#: bzrlib/builtins.py:3265
 
2046
#: breezy/builtins.py:3292
1970
2047
msgid ""
1971
2048
"If root is supplied, it will be used as the root directory inside\n"
1972
2049
"container formats (tar, zip, etc). If it is not supplied it will default\n"
1973
2050
"to the exported filename. The root option has no effect for 'dir' format."
1974
2051
msgstr ""
1975
2052
 
1976
 
#: bzrlib/builtins.py:3269
 
2053
#: breezy/builtins.py:3296
1977
2054
msgid ""
1978
2055
"If branch is omitted then the branch containing the current working\n"
1979
2056
"directory will be used."
1980
2057
msgstr ""
1981
2058
 
1982
 
#: bzrlib/builtins.py:3272
1983
 
msgid ""
1984
 
"Note: Export of tree with non-ASCII filenames to zip is not supported."
 
2059
#: breezy/builtins.py:3299
 
2060
msgid "Note: Export of tree with non-ASCII filenames to zip is not supported."
1985
2061
msgstr ""
1986
2062
 
1987
 
#: bzrlib/builtins.py:3274
 
2063
#: breezy/builtins.py:3301
1988
2064
msgid ""
1989
2065
"  =================       =========================\n"
1990
2066
"  Supported formats       Autodetected by extension\n"
1997
2073
"  =================       ========================="
1998
2074
msgstr ""
1999
2075
 
2000
 
#: bzrlib/builtins.py:3288
 
2076
# help of 'format' option of 'export' command
 
2077
#: breezy/builtins.py:3315
2001
2078
msgid "Type of file to export to."
2002
2079
msgstr ""
2003
2080
 
2004
 
#: bzrlib/builtins.py:3291
 
2081
# help of 'filters' option of 'export' command
 
2082
#: breezy/builtins.py:3318
2005
2083
msgid "Apply content filters to export the convenient form."
2006
2084
msgstr ""
2007
2085
 
2008
 
#: bzrlib/builtins.py:3295
 
2086
# help of 'root' option of 'export' command
 
2087
#: breezy/builtins.py:3322
2009
2088
msgid "Name of the root directory inside the exported file."
2010
2089
msgstr ""
2011
2090
 
2012
 
#: bzrlib/builtins.py:3297
 
2091
# help of 'per-file-timestamps' option of 'export' command
 
2092
#: breezy/builtins.py:3324
2013
2093
msgid ""
2014
2094
"Set modification time of files to that of the last revision in which it was "
2015
2095
"changed."
2016
2096
msgstr ""
2017
2097
 
2018
 
#: bzrlib/builtins.py:3300
2019
 
msgid ""
2020
 
"Export the working tree contents rather than that of the last revision."
 
2098
# help of 'uncommitted' option of 'export' command
 
2099
#: breezy/builtins.py:3327
 
2100
msgid "Export the working tree contents rather than that of the last revision."
2021
2101
msgstr ""
2022
2102
 
2023
 
#: bzrlib/builtins.py:3319
 
2103
#: breezy/builtins.py:3346
2024
2104
msgid "--uncommitted requires a working tree"
2025
2105
msgstr ""
2026
2106
 
2027
 
#: bzrlib/builtins.py:3328
 
2107
#: breezy/builtins.py:3355
2028
2108
#, python-format
2029
2109
msgid "Unsupported export format: %s"
2030
2110
msgstr ""
2031
2111
 
2032
 
#: bzrlib/builtins.py:3332
2033
 
msgid ""
2034
 
"Write the contents of a file as of a given revision to standard output."
 
2112
#: breezy/builtins.py:3359
 
2113
msgid "Write the contents of a file as of a given revision to standard output."
2035
2114
msgstr ""
2036
2115
 
2037
 
#: bzrlib/builtins.py:3334
 
2116
#: breezy/builtins.py:3361
2038
2117
msgid "If no revision is nominated, the last revision is used."
2039
2118
msgstr ""
2040
2119
 
2041
 
#: bzrlib/builtins.py:3336
 
2120
#: breezy/builtins.py:3363
2042
2121
msgid ""
2043
2122
"Note: Take care to redirect standard output when using this command on a\n"
2044
2123
"binary file."
2045
2124
msgstr ""
2046
2125
 
2047
 
#: bzrlib/builtins.py:3342
 
2126
# help of 'name-from-revision' option of 'cat' command
 
2127
#: breezy/builtins.py:3369
2048
2128
msgid "The path name in the old tree."
2049
2129
msgstr ""
2050
2130
 
2051
 
#: bzrlib/builtins.py:3343
 
2131
# help of 'filters' option of 'cat' command
 
2132
#: breezy/builtins.py:3370
2052
2133
msgid "Apply content filters to display the convenience form."
2053
2134
msgstr ""
2054
2135
 
2055
 
#: bzrlib/builtins.py:3354
2056
 
msgid "bzr cat --revision takes exactly one revision specifier"
 
2136
#: breezy/builtins.py:3381
 
2137
msgid "brz cat --revision takes exactly one revision specifier"
2057
2138
msgstr ""
2058
2139
 
2059
 
#: bzrlib/builtins.py:3379 bzrlib/builtins.py:3391
 
2140
#: breezy/builtins.py:3406 breezy/builtins.py:3418
2060
2141
msgid "{0!r} is not present in revision {1}"
2061
2142
msgstr ""
2062
2143
 
2063
 
#: bzrlib/builtins.py:3414
 
2144
#: breezy/builtins.py:3441
2064
2145
msgid "Commit changes into a new revision."
2065
2146
msgstr ""
2066
2147
 
2067
 
#: bzrlib/builtins.py:3416
 
2148
#: breezy/builtins.py:3443
2068
2149
msgid ""
2069
2150
"An explanatory message needs to be given for each commit. This is\n"
2070
2151
"often done by using the --message option (getting the message from the\n"
2074
2155
"boilerplate text loaded into the editor, use the --show-diff option."
2075
2156
msgstr ""
2076
2157
 
2077
 
#: bzrlib/builtins.py:3423
 
2158
#: breezy/builtins.py:3450
2078
2159
msgid ""
2079
2160
"By default, the entire tree is committed and the person doing the\n"
2080
2161
"commit is assumed to be the author. These defaults can be overridden\n"
2081
2162
"as explained below."
2082
2163
msgstr ""
2083
2164
 
2084
 
#: bzrlib/builtins.py:3427
 
2165
#: breezy/builtins.py:3454
2085
2166
msgid ":Selective commits:"
2086
2167
msgstr ""
2087
2168
 
2088
 
#: bzrlib/builtins.py:3429
 
2169
#: breezy/builtins.py:3456
2089
2170
msgid ""
2090
2171
"  If selected files are specified, only changes to those files are\n"
2091
2172
"  committed.  If a directory is specified then the directory and\n"
2092
2173
"  everything within it is committed."
2093
2174
msgstr ""
2094
2175
 
2095
 
#: bzrlib/builtins.py:3433
 
2176
#: breezy/builtins.py:3460
2096
2177
msgid ""
2097
2178
"  When excludes are given, they take precedence over selected files.\n"
2098
2179
"  For example, to commit only changes within foo, but not changes\n"
2099
2180
"  within foo/bar::"
2100
2181
msgstr ""
2101
2182
 
2102
 
#: bzrlib/builtins.py:3437
2103
 
msgid "    bzr commit foo -x foo/bar"
 
2183
#: breezy/builtins.py:3464
 
2184
msgid "    brz commit foo -x foo/bar"
2104
2185
msgstr ""
2105
2186
 
2106
 
#: bzrlib/builtins.py:3439
 
2187
#: breezy/builtins.py:3466
2107
2188
msgid "  A selective commit after a merge is not yet supported."
2108
2189
msgstr ""
2109
2190
 
2110
 
#: bzrlib/builtins.py:3441
 
2191
#: breezy/builtins.py:3468
2111
2192
msgid ":Custom authors:"
2112
2193
msgstr ""
2113
2194
 
2114
 
#: bzrlib/builtins.py:3443
 
2195
#: breezy/builtins.py:3470
2115
2196
msgid ""
2116
2197
"  If the author of the change is not the same person as the committer,\n"
2117
2198
"  you can specify the author's name using the --author option. The\n"
2121
2202
"  author."
2122
2203
msgstr ""
2123
2204
 
2124
 
#: bzrlib/builtins.py:3450
 
2205
#: breezy/builtins.py:3477
2125
2206
msgid ":Checks:"
2126
2207
msgstr ""
2127
2208
 
2128
 
#: bzrlib/builtins.py:3452
 
2209
#: breezy/builtins.py:3479
2129
2210
msgid ""
2130
2211
"  A common mistake is to forget to add a new file or directory before\n"
2131
2212
"  running the commit command. The --strict option checks for unknown\n"
2132
2213
"  files and aborts the commit if any are found. More advanced pre-commit\n"
2133
 
"  checks can be implemented by defining hooks. See ``bzr help hooks``\n"
 
2214
"  checks can be implemented by defining hooks. See ``brz help hooks``\n"
2134
2215
"  for details."
2135
2216
msgstr ""
2136
2217
 
2137
 
#: bzrlib/builtins.py:3458
 
2218
#: breezy/builtins.py:3485
2138
2219
msgid ":Things to note:"
2139
2220
msgstr ""
2140
2221
 
2141
 
#: bzrlib/builtins.py:3460
 
2222
#: breezy/builtins.py:3487
2142
2223
msgid ""
2143
2224
"  If you accidentially commit the wrong changes or make a spelling\n"
2144
2225
"  mistake in the commit message say, you can use the uncommit command\n"
2145
 
"  to undo it. See ``bzr help uncommit`` for details."
 
2226
"  to undo it. See ``brz help uncommit`` for details."
2146
2227
msgstr ""
2147
2228
 
2148
 
#: bzrlib/builtins.py:3464
 
2229
#: breezy/builtins.py:3491
2149
2230
msgid ""
2150
2231
"  Hooks can also be configured to run after a commit. This allows you\n"
2151
2232
"  to trigger updates to external systems like bug trackers. The --fixes\n"
2152
2233
"  option can be used to record the association between a revision and\n"
2153
 
"  one or more bugs. See ``bzr help bugs`` for details."
 
2234
"  one or more bugs. See ``brz help bugs`` for details."
2154
2235
msgstr ""
2155
2236
 
2156
 
#: bzrlib/builtins.py:3474
 
2237
# help of 'exclude' option of 'commit' command
 
2238
#: breezy/builtins.py:3501
2157
2239
msgid "Do not consider changes made to a given path."
2158
2240
msgstr ""
2159
2241
 
2160
 
#: bzrlib/builtins.py:3477
 
2242
# help of 'message' option of 'commit' command
 
2243
#: breezy/builtins.py:3504
2161
2244
msgid "Description of the new revision."
2162
2245
msgstr ""
2163
2246
 
2164
 
#: bzrlib/builtins.py:3480
 
2247
# help of 'unchanged' option of 'commit' command
 
2248
#: breezy/builtins.py:3507
2165
2249
msgid "Commit even if nothing has changed."
2166
2250
msgstr ""
2167
2251
 
2168
 
#: bzrlib/builtins.py:3484
 
2252
# help of 'file' option of 'commit' command
 
2253
#: breezy/builtins.py:3511
2169
2254
msgid "Take commit message from this file."
2170
2255
msgstr ""
2171
2256
 
2172
 
#: bzrlib/builtins.py:3486
 
2257
# help of 'strict' option of 'commit' command
 
2258
#: breezy/builtins.py:3513
2173
2259
msgid "Refuse to commit if there are unknown files in the working tree."
2174
2260
msgstr ""
2175
2261
 
2176
 
#: bzrlib/builtins.py:3489
 
2262
# help of 'commit-time' option of 'commit' command
 
2263
#: breezy/builtins.py:3516
2177
2264
msgid ""
2178
2265
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2179
2266
"08:00:00 +0100'."
2180
2267
msgstr ""
2181
2268
 
2182
 
#: bzrlib/builtins.py:3492
2183
 
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
 
2269
# help of 'fixes' option of 'commit' command
 
2270
#: breezy/builtins.py:3519
 
2271
msgid "Mark a bug as being fixed by this revision (see \"brz help bugs\")."
2184
2272
msgstr ""
2185
2273
 
2186
 
#: bzrlib/builtins.py:3495
 
2274
# help of 'author' option of 'commit' command
 
2275
#: breezy/builtins.py:3522
2187
2276
msgid "Set the author's name, if it's different from the committer."
2188
2277
msgstr ""
2189
2278
 
2190
 
#: bzrlib/builtins.py:3498
 
2279
# help of 'local' option of 'commit' command
 
2280
#: breezy/builtins.py:3525
2191
2281
msgid ""
2192
2282
"Perform a local commit in a bound branch.  Local commits are not pushed to "
2193
2283
"the master branch until a normal commit is performed."
2194
2284
msgstr ""
2195
2285
 
2196
 
#: bzrlib/builtins.py:3504
 
2286
# help of 'show-diff' option of 'commit' command
 
2287
#: breezy/builtins.py:3531
2197
2288
msgid ""
2198
2289
"When no message is supplied, show the diff along with the status summary in "
2199
2290
"the message editor."
2200
2291
msgstr ""
2201
2292
 
2202
 
#: bzrlib/builtins.py:3507
 
2293
# help of 'lossy' option of 'commit' command
 
2294
#: breezy/builtins.py:3534
2203
2295
msgid ""
2204
2296
"When committing to a foreign version control system do not push data that "
2205
2297
"can not be natively represented."
2206
2298
msgstr ""
2207
2299
 
2208
 
#: bzrlib/builtins.py:3525
 
2300
#: breezy/builtins.py:3552
2209
2301
#, python-format
2210
2302
msgid ""
2211
2303
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2212
2304
"default bug tracker using the `bugtracker` option.\n"
2213
 
"See \"bzr help bugs\" for more information on this feature. Commit refused."
 
2305
"See \"brz help bugs\" for more information on this feature. Commit refused."
2214
2306
msgstr ""
2215
2307
 
2216
 
#: bzrlib/builtins.py:3534
 
2308
#: breezy/builtins.py:3561
2217
2309
#, python-format
2218
2310
msgid ""
2219
 
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"bzr help bugs\" "
 
2311
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"brz help bugs\" "
2220
2312
"for more information on this feature.\n"
2221
2313
"Commit refused."
2222
2314
msgstr ""
2223
2315
 
2224
 
#: bzrlib/builtins.py:3543
 
2316
#: breezy/builtins.py:3570
2225
2317
#, python-format
2226
2318
msgid "Unrecognized bug %s. Commit refused."
2227
2319
msgstr ""
2228
2320
 
2229
 
#: bzrlib/builtins.py:3546
 
2321
#: breezy/builtins.py:3573
2230
2322
#, python-format
2231
2323
msgid ""
2232
2324
"%s\n"
2233
2325
"Commit refused."
2234
2326
msgstr ""
2235
2327
 
2236
 
#: bzrlib/builtins.py:3570
 
2328
#: breezy/builtins.py:3597
2237
2329
msgid "Could not parse --commit-time: "
2238
2330
msgstr ""
2239
2331
 
2240
 
#: bzrlib/builtins.py:3610
 
2332
#: breezy/builtins.py:3637
2241
2333
msgid "please specify either --message or --file"
2242
2334
msgstr ""
2243
2335
 
2244
 
#: bzrlib/builtins.py:3639
 
2336
#: breezy/builtins.py:3666
2245
2337
msgid "please specify a commit message with either --message or --file"
2246
2338
msgstr ""
2247
2339
 
2248
 
#: bzrlib/builtins.py:3642
2249
 
msgid ""
2250
 
"Empty commit message specified. Please specify a commit message with either -"
2251
 
"-message or --file or leave a blank message with --message \"\"."
2252
 
msgstr ""
2253
 
 
2254
 
#: bzrlib/builtins.py:3662
2255
 
msgid ""
2256
 
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2257
 
"-unchanged to force an empty commit."
2258
 
msgstr ""
2259
 
 
2260
 
#: bzrlib/builtins.py:3666
2261
 
msgid ""
2262
 
"Conflicts detected in working tree.  Use \"bzr conflicts\" to list, \"bzr "
 
2340
#: breezy/builtins.py:3669
 
2341
msgid ""
 
2342
"Empty commit message specified. Please specify a commit message with either "
 
2343
"--message or --file or leave a blank message with --message \"\"."
 
2344
msgstr ""
 
2345
 
 
2346
#: breezy/builtins.py:3689
 
2347
msgid ""
 
2348
"No changes to commit. Please 'brz add' the files you want to commit, or use "
 
2349
"--unchanged to force an empty commit."
 
2350
msgstr ""
 
2351
 
 
2352
#: breezy/builtins.py:3693
 
2353
msgid ""
 
2354
"Conflicts detected in working tree.  Use \"brz conflicts\" to list, \"brz "
2263
2355
"resolve FILE\" to resolve."
2264
2356
msgstr ""
2265
2357
 
2266
 
#: bzrlib/builtins.py:3670
 
2358
#: breezy/builtins.py:3697
2267
2359
msgid "Commit refused because there are unknown files in the working tree."
2268
2360
msgstr ""
2269
2361
 
2270
 
#: bzrlib/builtins.py:3673
 
2362
#: breezy/builtins.py:3700
2271
2363
msgid ""
2272
2364
"\n"
2273
2365
"To commit to master branch, run update and then commit.\n"
2274
2366
"You can also pass --local to commit to continue working disconnected."
2275
2367
msgstr ""
2276
2368
 
2277
 
#: bzrlib/builtins.py:3681
 
2369
#: breezy/builtins.py:3708
2278
2370
msgid ""
2279
2371
"Validate working tree structure, branch consistency and repository history."
2280
2372
msgstr ""
2281
2373
 
2282
 
#: bzrlib/builtins.py:3683
 
2374
#: breezy/builtins.py:3710
2283
2375
msgid ""
2284
2376
"This command checks various invariants about branch and repository storage\n"
2285
 
"to detect data corruption or bzr bugs."
 
2377
"to detect data corruption or brz bugs."
2286
2378
msgstr ""
2287
2379
 
2288
 
#: bzrlib/builtins.py:3686
 
2380
#: breezy/builtins.py:3713
2289
2381
msgid ""
2290
2382
"The working tree and branch checks will only give output if a problem is\n"
2291
2383
"detected. The output fields of the repository check are:"
2292
2384
msgstr ""
2293
2385
 
2294
 
#: bzrlib/builtins.py:3689
 
2386
#: breezy/builtins.py:3716
2295
2387
msgid ""
2296
2388
"revisions\n"
2297
2389
"    This is just the number of revisions checked.  It doesn't\n"
2298
2390
"    indicate a problem."
2299
2391
msgstr ""
2300
2392
 
2301
 
#: bzrlib/builtins.py:3693
 
2393
#: breezy/builtins.py:3720
2302
2394
msgid ""
2303
2395
"versionedfiles\n"
2304
2396
"    This is just the number of versionedfiles checked.  It\n"
2305
2397
"    doesn't indicate a problem."
2306
2398
msgstr ""
2307
2399
 
2308
 
#: bzrlib/builtins.py:3697
 
2400
#: breezy/builtins.py:3724
2309
2401
msgid ""
2310
2402
"unreferenced ancestors\n"
2311
2403
"    Texts that are ancestors of other texts, but\n"
2313
2405
"    subtle problem that Bazaar can work around."
2314
2406
msgstr ""
2315
2407
 
2316
 
#: bzrlib/builtins.py:3702
 
2408
#: breezy/builtins.py:3729
2317
2409
msgid ""
2318
2410
"unique file texts\n"
2319
2411
"    This is the total number of unique file contents\n"
2320
2412
"    seen in the checked revisions.  It does not indicate a problem."
2321
2413
msgstr ""
2322
2414
 
2323
 
#: bzrlib/builtins.py:3706
 
2415
#: breezy/builtins.py:3733
2324
2416
msgid ""
2325
2417
"repeated file texts\n"
2326
2418
"    This is the total number of repeated texts seen\n"
2329
2421
"    indicate a problem."
2330
2422
msgstr ""
2331
2423
 
2332
 
#: bzrlib/builtins.py:3712
 
2424
#: breezy/builtins.py:3739
2333
2425
msgid ""
2334
2426
"If no restrictions are specified, all Bazaar data that is found at the "
2335
2427
"given\n"
2336
2428
"location will be checked."
2337
2429
msgstr ""
2338
2430
 
2339
 
#: bzrlib/builtins.py:3717
 
2431
#: breezy/builtins.py:3744
2340
2432
msgid "    Check the tree and branch at 'foo'::"
2341
2433
msgstr ""
2342
2434
 
2343
 
#: bzrlib/builtins.py:3719
2344
 
msgid "        bzr check --tree --branch foo"
 
2435
#: breezy/builtins.py:3746
 
2436
msgid "        brz check --tree --branch foo"
2345
2437
msgstr ""
2346
2438
 
2347
 
#: bzrlib/builtins.py:3721
 
2439
#: breezy/builtins.py:3748
2348
2440
msgid "    Check only the repository at 'bar'::"
2349
2441
msgstr ""
2350
2442
 
2351
 
#: bzrlib/builtins.py:3723
2352
 
msgid "        bzr check --repo bar"
 
2443
#: breezy/builtins.py:3750
 
2444
msgid "        brz check --repo bar"
2353
2445
msgstr ""
2354
2446
 
2355
 
#: bzrlib/builtins.py:3725
 
2447
#: breezy/builtins.py:3752
2356
2448
msgid "    Check everything at 'baz'::"
2357
2449
msgstr ""
2358
2450
 
2359
 
#: bzrlib/builtins.py:3727
2360
 
msgid "        bzr check baz"
 
2451
#: breezy/builtins.py:3754
 
2452
msgid "        brz check baz"
2361
2453
msgstr ""
2362
2454
 
2363
 
#: bzrlib/builtins.py:3733
 
2455
# help of 'branch' option of 'check' command
 
2456
#: breezy/builtins.py:3760
2364
2457
msgid "Check the branch related to the current directory."
2365
2458
msgstr ""
2366
2459
 
2367
 
#: bzrlib/builtins.py:3735
 
2460
# help of 'repo' option of 'check' command
 
2461
#: breezy/builtins.py:3762
2368
2462
msgid "Check the repository related to the current directory."
2369
2463
msgstr ""
2370
2464
 
2371
 
#: bzrlib/builtins.py:3737
 
2465
# help of 'tree' option of 'check' command
 
2466
#: breezy/builtins.py:3764
2372
2467
msgid "Check the working tree related to the current directory."
2373
2468
msgstr ""
2374
2469
 
2375
 
#: bzrlib/builtins.py:3751
 
2470
#: breezy/builtins.py:3778
2376
2471
msgid "Upgrade a repository, branch or working tree to a newer format."
2377
2472
msgstr ""
2378
2473
 
2379
 
#: bzrlib/builtins.py:3753
 
2474
#: breezy/builtins.py:3780
2380
2475
msgid ""
2381
2476
"When the default format has changed after a major new release of\n"
2382
2477
"Bazaar, you may be informed during certain operations that you\n"
2385
2480
"with older repositories or with older versions of Bazaar."
2386
2481
msgstr ""
2387
2482
 
2388
 
#: bzrlib/builtins.py:3759
 
2483
#: breezy/builtins.py:3786
2389
2484
msgid ""
2390
2485
"If you wish to upgrade to a particular format rather than the\n"
2391
2486
"current default, that can be specified using the --format option.\n"
2395
2490
"2.x default) so downgrading is not always possible."
2396
2491
msgstr ""
2397
2492
 
2398
 
#: bzrlib/builtins.py:3766
 
2493
#: breezy/builtins.py:3793
2399
2494
msgid ""
2400
2495
"A backup.bzr.~#~ directory is created at the start of the conversion\n"
2401
2496
"process (where # is a number). By default, this is left there on\n"
2406
2501
"afterwards."
2407
2502
msgstr ""
2408
2503
 
2409
 
#: bzrlib/builtins.py:3774
 
2504
#: breezy/builtins.py:3801
2410
2505
msgid ""
2411
2506
"If the location given is a shared repository, dependent branches\n"
2412
2507
"are also converted provided the repository converts successfully.\n"
2414
2509
"tried."
2415
2510
msgstr ""
2416
2511
 
2417
 
#: bzrlib/builtins.py:3779
 
2512
#: breezy/builtins.py:3806
2418
2513
msgid ""
2419
2514
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2420
2515
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2421
2516
msgstr ""
2422
2517
 
2423
 
#: bzrlib/builtins.py:3787
2424
 
msgid "Upgrade to a specific format.  See \"bzr help formats\" for details."
 
2518
# help of 'format' option of 'upgrade' command
 
2519
#: breezy/builtins.py:3814
 
2520
msgid "Upgrade to a specific format.  See \"brz help formats\" for details."
2425
2521
msgstr ""
2426
2522
 
2427
 
#: bzrlib/builtins.py:3791
 
2523
# title of 'format' option of 'init' command
 
2524
# title of 'format' option of 'upgrade' command
 
2525
#: breezy/builtins.py:3818
2428
2526
msgid "Branch format"
2429
2527
msgstr ""
2430
2528
 
2431
 
#: bzrlib/builtins.py:3793
 
2529
# help of 'clean' option of 'upgrade' command
 
2530
#: breezy/builtins.py:3820
2432
2531
msgid "Remove the backup.bzr directory if successful."
2433
2532
msgstr ""
2434
2533
 
2435
 
#: bzrlib/builtins.py:3795
 
2534
# help of 'dry-run' option of 'add' command
 
2535
# help of 'dry-run' option of 'upgrade' command
 
2536
#: breezy/builtins.py:3822
2436
2537
msgid "Show what would be done, but don't actually do anything."
2437
2538
msgstr ""
2438
2539
 
2439
 
#: bzrlib/builtins.py:3810
2440
 
msgid "Show or set bzr user id."
 
2540
#: breezy/builtins.py:3837
 
2541
msgid "Show or set brz user id."
2441
2542
msgstr ""
2442
2543
 
2443
 
#: bzrlib/builtins.py:3812
 
2544
#: breezy/builtins.py:3839
2444
2545
msgid ""
2445
2546
":Examples:\n"
2446
2547
"    Show the email of the current user::"
2447
2548
msgstr ""
2448
2549
 
2449
 
#: bzrlib/builtins.py:3815
2450
 
msgid "        bzr whoami --email"
 
2550
#: breezy/builtins.py:3842
 
2551
msgid "        brz whoami --email"
2451
2552
msgstr ""
2452
2553
 
2453
 
#: bzrlib/builtins.py:3817
 
2554
#: breezy/builtins.py:3844
2454
2555
msgid "    Set the current user::"
2455
2556
msgstr ""
2456
2557
 
2457
 
#: bzrlib/builtins.py:3819
2458
 
msgid "        bzr whoami \"Frank Chu <fchu@example.com>\""
 
2558
#: breezy/builtins.py:3846
 
2559
msgid "        brz whoami \"Frank Chu <fchu@example.com>\""
2459
2560
msgstr ""
2460
2561
 
2461
 
#: bzrlib/builtins.py:3823
 
2562
# help of 'email' option of 'whoami' command
 
2563
#: breezy/builtins.py:3850
2462
2564
msgid "Display email address only."
2463
2565
msgstr ""
2464
2566
 
2465
 
#: bzrlib/builtins.py:3825
 
2567
# help of 'branch' option of 'whoami' command
 
2568
#: breezy/builtins.py:3852
2466
2569
msgid "Set identity for the current branch instead of globally."
2467
2570
msgstr ""
2468
2571
 
2469
 
#: bzrlib/builtins.py:3851
 
2572
#: breezy/builtins.py:3878
2470
2573
msgid "--email can only be used to display existing identity"
2471
2574
msgstr ""
2472
2575
 
2473
 
#: bzrlib/builtins.py:3873
 
2576
#: breezy/builtins.py:3902
2474
2577
msgid "Print or set the branch nickname."
2475
2578
msgstr ""
2476
2579
 
2477
 
#: bzrlib/builtins.py:3875
 
2580
#: breezy/builtins.py:3904
2478
2581
msgid ""
2479
 
"If unset, the tree root directory name is used as the nickname.\n"
2480
 
"To print the current nickname, execute with no argument."
 
2582
"If unset, the colocated branch name is used for colocated branches, and\n"
 
2583
"the branch directory name is used for other branches.  To print the\n"
 
2584
"current nickname, execute with no argument."
2481
2585
msgstr ""
2482
2586
 
2483
 
#: bzrlib/builtins.py:3878
 
2587
#: breezy/builtins.py:3908
2484
2588
msgid ""
2485
2589
"Bound branches use the nickname of its master branch unless it is set\n"
2486
2590
"locally."
2487
2591
msgstr ""
2488
2592
 
2489
 
#: bzrlib/builtins.py:3898
 
2593
#: breezy/builtins.py:3928
2490
2594
msgid "Set/unset and display aliases."
2491
2595
msgstr ""
2492
2596
 
2493
 
#: bzrlib/builtins.py:3900
 
2597
#: breezy/builtins.py:3930
2494
2598
msgid ""
2495
2599
":Examples:\n"
2496
2600
"    Show the current aliases::"
2497
2601
msgstr ""
2498
2602
 
2499
 
#: bzrlib/builtins.py:3903
2500
 
msgid "        bzr alias"
 
2603
#: breezy/builtins.py:3933
 
2604
msgid "        brz alias"
2501
2605
msgstr ""
2502
2606
 
2503
 
#: bzrlib/builtins.py:3905
 
2607
#: breezy/builtins.py:3935
2504
2608
msgid "    Show the alias specified for 'll'::"
2505
2609
msgstr ""
2506
2610
 
2507
 
#: bzrlib/builtins.py:3907
2508
 
msgid "        bzr alias ll"
 
2611
#: breezy/builtins.py:3937
 
2612
msgid "        brz alias ll"
2509
2613
msgstr ""
2510
2614
 
2511
 
#: bzrlib/builtins.py:3909
 
2615
#: breezy/builtins.py:3939
2512
2616
msgid "    Set an alias for 'll'::"
2513
2617
msgstr ""
2514
2618
 
2515
 
#: bzrlib/builtins.py:3911
2516
 
msgid "        bzr alias ll=\"log --line -r-10..-1\""
 
2619
#: breezy/builtins.py:3941
 
2620
msgid "        brz alias ll=\"log --line -r-10..-1\""
2517
2621
msgstr ""
2518
2622
 
2519
 
#: bzrlib/builtins.py:3913
 
2623
#: breezy/builtins.py:3943
2520
2624
msgid "    To remove an alias for 'll'::"
2521
2625
msgstr ""
2522
2626
 
2523
 
#: bzrlib/builtins.py:3915
2524
 
msgid "        bzr alias --remove ll"
 
2627
#: breezy/builtins.py:3945
 
2628
msgid "        brz alias --remove ll"
2525
2629
msgstr ""
2526
2630
 
2527
 
#: bzrlib/builtins.py:3920
 
2631
# help of 'remove' option of 'alias' command
 
2632
#: breezy/builtins.py:3950
2528
2633
msgid "Remove the alias."
2529
2634
msgstr ""
2530
2635
 
2531
 
#: bzrlib/builtins.py:3938
2532
 
msgid "bzr alias --remove expects an alias to remove."
2533
 
msgstr ""
2534
 
 
2535
 
#: bzrlib/builtins.py:4119
2536
 
msgid ""
2537
 
"subunit not available. subunit needs to be installed to use --subunit."
2538
 
msgstr ""
2539
 
 
2540
 
#: bzrlib/builtins.py:4136
2541
 
msgid ""
2542
 
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2543
 
msgstr ""
2544
 
 
2545
 
#: bzrlib/builtins.py:4183
2546
 
msgid "Show version of bzr."
2547
 
msgstr ""
2548
 
 
2549
 
#: bzrlib/builtins.py:4187
 
2636
#: breezy/builtins.py:3968
 
2637
msgid "brz alias --remove expects an alias to remove."
 
2638
msgstr ""
 
2639
 
 
2640
#: breezy/builtins.py:4149
 
2641
msgid "subunit not available. subunit needs to be installed to use --subunit."
 
2642
msgstr ""
 
2643
 
 
2644
#: breezy/builtins.py:4166
 
2645
msgid ""
 
2646
"--benchmark is no longer supported from brz 2.2; use bzr-usertest instead"
 
2647
msgstr ""
 
2648
 
 
2649
#: breezy/builtins.py:4213
 
2650
msgid "Show version of brz."
 
2651
msgstr ""
 
2652
 
 
2653
# help of 'short' option of 'version' command
 
2654
#: breezy/builtins.py:4217
2550
2655
msgid "Print just the version number."
2551
2656
msgstr ""
2552
2657
 
2553
 
#: bzrlib/builtins.py:4206
 
2658
#: breezy/builtins.py:4236
2554
2659
msgid "It sure does!\n"
2555
2660
msgstr ""
2556
2661
 
2557
 
#: bzrlib/builtins.py:4230
 
2662
#: breezy/builtins.py:4260
2558
2663
#, python-format
2559
2664
msgid "merge base is revision %s\n"
2560
2665
msgstr ""
2561
2666
 
2562
 
#: bzrlib/builtins.py:4234
 
2667
#: breezy/builtins.py:4264
2563
2668
msgid "Perform a three-way merge."
2564
2669
msgstr ""
2565
2670
 
2566
 
#: bzrlib/builtins.py:4236
 
2671
#: breezy/builtins.py:4266
2567
2672
msgid ""
2568
2673
"The source of the merge can be specified either in the form of a branch,\n"
2569
2674
"or in the form of a path to a file containing a merge directive generated\n"
2570
 
"with bzr send. If neither is specified, the default is the upstream branch\n"
 
2675
"with brz send. If neither is specified, the default is the upstream branch\n"
2571
2676
"or the branch most recently merged using --remember.  The source of the\n"
2572
2677
"merge may also be specified in the form of a path to a file in another\n"
2573
2678
"branch:  in this case, only the modifications to that file are merged into\n"
2574
2679
"the current working tree."
2575
2680
msgstr ""
2576
2681
 
2577
 
#: bzrlib/builtins.py:4244
 
2682
#: breezy/builtins.py:4274
2578
2683
msgid ""
2579
 
"When merging from a branch, by default bzr will try to merge in all new\n"
 
2684
"When merging from a branch, by default brz will try to merge in all new\n"
2580
2685
"work from the other branch, automatically determining an appropriate base\n"
2581
2686
"revision.  If this fails, you may need to give an explicit base."
2582
2687
msgstr ""
2583
2688
 
2584
 
#: bzrlib/builtins.py:4248
 
2689
#: breezy/builtins.py:4278
2585
2690
msgid ""
2586
 
"To pick a different ending revision, pass \"--revision OTHER\".  bzr will\n"
 
2691
"To pick a different ending revision, pass \"--revision OTHER\".  brz will\n"
2587
2692
"try to merge in all new work up to and including revision OTHER."
2588
2693
msgstr ""
2589
2694
 
2590
 
#: bzrlib/builtins.py:4251
 
2695
#: breezy/builtins.py:4281
2591
2696
msgid ""
2592
2697
"If you specify two values, \"--revision BASE..OTHER\", only revisions BASE\n"
2593
2698
"through OTHER, excluding BASE but including OTHER, will be merged.  If this\n"
2598
2703
"changes from the other branch is not stored in the commit."
2599
2704
msgstr ""
2600
2705
 
2601
 
#: bzrlib/builtins.py:4259
 
2706
#: breezy/builtins.py:4289
2602
2707
msgid "Revision numbers are always relative to the source branch."
2603
2708
msgstr ""
2604
2709
 
2605
 
#: bzrlib/builtins.py:4261 bzrlib/conflicts.py:52 bzrlib/conflicts.py:106
 
2710
#: breezy/builtins.py:4291 breezy/conflicts.py:52 breezy/conflicts.py:106
2606
2711
msgid ""
2607
2712
"Merge will do its best to combine the changes in two branches, but there\n"
2608
2713
"are some kinds of problems only a human can fix.  When it encounters those,\n"
2610
2715
"before you can commit."
2611
2716
msgstr ""
2612
2717
 
2613
 
#: bzrlib/builtins.py:4266
2614
 
msgid ""
2615
 
"Use bzr resolve when you have fixed a problem.  See also bzr conflicts."
 
2718
#: breezy/builtins.py:4296
 
2719
msgid "Use brz resolve when you have fixed a problem.  See also brz conflicts."
2616
2720
msgstr ""
2617
2721
 
2618
 
#: bzrlib/builtins.py:4268
 
2722
#: breezy/builtins.py:4298
2619
2723
msgid ""
2620
2724
"If there is no default branch set, the first merge will set it (use\n"
2621
2725
"--no-remember to avoid setting it). After that, you can omit the branch\n"
2623
2727
"only be saved if the remote location can be accessed."
2624
2728
msgstr ""
2625
2729
 
2626
 
#: bzrlib/builtins.py:4273
 
2730
#: breezy/builtins.py:4303
2627
2731
msgid ""
2628
2732
"The results of the merge are placed into the destination working\n"
2629
 
"directory, where they can be reviewed (with bzr diff), tested, and then\n"
 
2733
"directory, where they can be reviewed (with brz diff), tested, and then\n"
2630
2734
"committed to record the result of the merge."
2631
2735
msgstr ""
2632
2736
 
2633
 
#: bzrlib/builtins.py:4277
 
2737
#: breezy/builtins.py:4307
2634
2738
msgid ""
2635
2739
"merge refuses to run if there are any uncommitted changes, unless\n"
2636
2740
"--force is given.  If --force is given, then the changes from the source \n"
2639
2743
"merge revision which has more than two parents."
2640
2744
msgstr ""
2641
2745
 
2642
 
#: bzrlib/builtins.py:4283
 
2746
#: breezy/builtins.py:4313
2643
2747
msgid ""
2644
2748
"If one would like to merge changes from the working tree of the other\n"
2645
2749
"branch without merging any committed revisions, the --uncommitted option\n"
2646
2750
"can be given."
2647
2751
msgstr ""
2648
2752
 
2649
 
#: bzrlib/builtins.py:4287
 
2753
#: breezy/builtins.py:4317
2650
2754
msgid ""
2651
2755
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2652
2756
"you to apply each diff hunk and file change, similar to \"shelve\"."
2653
2757
msgstr ""
2654
2758
 
2655
 
#: bzrlib/builtins.py:4290
 
2759
#: breezy/builtins.py:4320
2656
2760
msgid ""
2657
2761
":Examples:\n"
2658
 
"    To merge all new revisions from bzr.dev::"
2659
 
msgstr ""
2660
 
 
2661
 
#: bzrlib/builtins.py:4293
2662
 
msgid "        bzr merge ../bzr.dev"
2663
 
msgstr ""
2664
 
 
2665
 
#: bzrlib/builtins.py:4295
2666
 
msgid "    To merge changes up to and including revision 82 from bzr.dev::"
2667
 
msgstr ""
2668
 
 
2669
 
#: bzrlib/builtins.py:4297
2670
 
msgid "        bzr merge -r 82 ../bzr.dev"
2671
 
msgstr ""
2672
 
 
2673
 
#: bzrlib/builtins.py:4299
 
2762
"    To merge all new revisions from brz.dev::"
 
2763
msgstr ""
 
2764
 
 
2765
#: breezy/builtins.py:4323
 
2766
msgid "        brz merge ../brz.dev"
 
2767
msgstr ""
 
2768
 
 
2769
#: breezy/builtins.py:4325
 
2770
msgid "    To merge changes up to and including revision 82 from brz.dev::"
 
2771
msgstr ""
 
2772
 
 
2773
#: breezy/builtins.py:4327
 
2774
msgid "        brz merge -r 82 ../brz.dev"
 
2775
msgstr ""
 
2776
 
 
2777
#: breezy/builtins.py:4329
2674
2778
msgid "    To merge the changes introduced by 82, without previous changes::"
2675
2779
msgstr ""
2676
2780
 
2677
 
#: bzrlib/builtins.py:4301
2678
 
msgid "        bzr merge -r 81..82 ../bzr.dev"
 
2781
#: breezy/builtins.py:4331
 
2782
msgid "        brz merge -r 81..82 ../brz.dev"
2679
2783
msgstr ""
2680
2784
 
2681
 
#: bzrlib/builtins.py:4303
 
2785
#: breezy/builtins.py:4333
2682
2786
msgid "    To apply a merge directive contained in /tmp/merge::"
2683
2787
msgstr ""
2684
2788
 
2685
 
#: bzrlib/builtins.py:4305
2686
 
msgid "        bzr merge /tmp/merge"
 
2789
#: breezy/builtins.py:4335
 
2790
msgid "        brz merge /tmp/merge"
2687
2791
msgstr ""
2688
2792
 
2689
 
#: bzrlib/builtins.py:4307
 
2793
#: breezy/builtins.py:4337
2690
2794
msgid ""
2691
2795
"    To create a merge revision with three parents from two branches\n"
2692
2796
"    feature1a and feature1b:"
2693
2797
msgstr ""
2694
2798
 
2695
 
#: bzrlib/builtins.py:4310
 
2799
#: breezy/builtins.py:4340
2696
2800
msgid ""
2697
 
"        bzr merge ../feature1a\n"
2698
 
"        bzr merge ../feature1b --force\n"
2699
 
"        bzr commit -m 'revision with three parents'"
 
2801
"        brz merge ../feature1a\n"
 
2802
"        brz merge ../feature1b --force\n"
 
2803
"        brz commit -m 'revision with three parents'"
2700
2804
msgstr ""
2701
2805
 
2702
 
#: bzrlib/builtins.py:4322
 
2806
# help of 'force' option of 'merge' command
 
2807
#: breezy/builtins.py:4352
2703
2808
msgid "Merge even if the destination tree has uncommitted changes."
2704
2809
msgstr ""
2705
2810
 
2706
 
#: bzrlib/builtins.py:4328
 
2811
# help of 'uncommitted' option of 'merge' command
 
2812
#: breezy/builtins.py:4358
2707
2813
msgid ""
2708
2814
"Apply uncommitted changes from a working copy, instead of branch changes."
2709
2815
msgstr ""
2710
2816
 
2711
 
#: bzrlib/builtins.py:4330
 
2817
# help of 'pull' option of 'merge' command
 
2818
#: breezy/builtins.py:4360
2712
2819
msgid ""
2713
2820
"If the destination is already completely merged into the source, pull from "
2714
2821
"the source rather than merging.  When this happens, you do not need to "
2715
2822
"commit the result."
2716
2823
msgstr ""
2717
2824
 
2718
 
#: bzrlib/builtins.py:4335
 
2825
# help of 'directory' option of 'merge' command
 
2826
#: breezy/builtins.py:4365
2719
2827
msgid ""
2720
2828
"Branch to merge into, rather than the one containing the working directory."
2721
2829
msgstr ""
2722
2830
 
2723
 
#: bzrlib/builtins.py:4337
 
2831
# help of 'preview' option of 'merge' command
 
2832
#: breezy/builtins.py:4367
2724
2833
msgid "Instead of merging, show a diff of the merge."
2725
2834
msgstr ""
2726
2835
 
2727
 
#: bzrlib/builtins.py:4339
 
2836
# help of 'interactive' option of 'merge' command
 
2837
#: breezy/builtins.py:4369
2728
2838
msgid "Select changes interactively."
2729
2839
msgstr ""
2730
2840
 
2731
 
#: bzrlib/builtins.py:4361
 
2841
#: breezy/builtins.py:4391
2732
2842
msgid ""
2733
 
"Merging into empty branches not currently supported, "
2734
 
"https://bugs.launchpad.net/bzr/+bug/308562"
 
2843
"Merging into empty branches not currently supported, https://bugs.launchpad."
 
2844
"net/brz/+bug/308562"
2735
2845
msgstr ""
2736
2846
 
2737
 
#: bzrlib/builtins.py:4388
 
2847
#: breezy/builtins.py:4418
2738
2848
msgid "Cannot use --uncommitted with bundles or merge directives."
2739
2849
msgstr ""
2740
2850
 
2741
 
#: bzrlib/builtins.py:4399
 
2851
#: breezy/builtins.py:4429
2742
2852
msgid "Cannot use --uncommitted and --revision at the same time."
2743
2853
msgstr ""
2744
2854
 
2745
 
#: bzrlib/builtins.py:4419
 
2855
#: breezy/builtins.py:4449
2746
2856
msgid "merger: "
2747
2857
msgstr ""
2748
2858
 
2749
 
#: bzrlib/builtins.py:4421 bzrlib/bundle/apply_bundle.py:71
 
2859
#: breezy/builtins.py:4451 breezy/bundle/apply_bundle.py:71
2750
2860
msgid "Nothing to do."
2751
2861
msgstr ""
2752
2862
 
2753
 
#: bzrlib/builtins.py:4425
 
2863
#: breezy/builtins.py:4455
2754
2864
msgid "Cannot pull individual files"
2755
2865
msgstr ""
2756
2866
 
2757
 
#: bzrlib/builtins.py:4433
2758
 
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
 
2867
#: breezy/builtins.py:4463
 
2868
msgid "This branch has no commits. (perhaps you would prefer 'brz pull')"
2759
2869
msgstr ""
2760
2870
 
2761
 
#: bzrlib/builtins.py:4491
 
2871
#: breezy/builtins.py:4521
2762
2872
#, python-format
2763
2873
msgid "Show-base is not supported for this merge type. %s"
2764
2874
msgstr ""
2765
2875
 
2766
 
#: bzrlib/builtins.py:4500
 
2876
#: breezy/builtins.py:4530
2767
2877
#, python-format
2768
2878
msgid "Conflict reduction is not supported for merge type %s."
2769
2879
msgstr ""
2770
2880
 
2771
 
#: bzrlib/builtins.py:4504
 
2881
#: breezy/builtins.py:4534
2772
2882
msgid "Cannot do conflict reduction and show base."
2773
2883
msgstr ""
2774
2884
 
2775
 
#: bzrlib/builtins.py:4615
 
2885
#: breezy/builtins.py:4645
2776
2886
msgid "No location specified or remembered"
2777
2887
msgstr ""
2778
2888
 
2779
 
#: bzrlib/builtins.py:4617
 
2889
#: breezy/builtins.py:4647
 
2890
#, python-brace-format
2780
2891
msgid "{0} remembered {1} location {2}"
2781
2892
msgstr ""
2782
2893
 
2783
 
#: bzrlib/builtins.py:4623
 
2894
#: breezy/builtins.py:4653
2784
2895
msgid "Redo a merge."
2785
2896
msgstr ""
2786
2897
 
2787
 
#: bzrlib/builtins.py:4625
 
2898
#: breezy/builtins.py:4655
2788
2899
msgid ""
2789
2900
"Use this if you want to try a different merge technique while resolving\n"
2790
2901
"conflicts.  Some merge techniques are better than others, and remerge\n"
2791
2902
"lets you try different ones on different files."
2792
2903
msgstr ""
2793
2904
 
2794
 
#: bzrlib/builtins.py:4629
 
2905
#: breezy/builtins.py:4659
2795
2906
msgid ""
2796
2907
"The options for remerge have the same meaning and defaults as the ones for\n"
2797
2908
"merge.  The difference is that remerge can (only) be run when there is a\n"
2798
2909
"pending merge, and it lets you specify particular files."
2799
2910
msgstr ""
2800
2911
 
2801
 
#: bzrlib/builtins.py:4633
 
2912
#: breezy/builtins.py:4663
2802
2913
msgid ""
2803
2914
":Examples:\n"
2804
2915
"    Re-do the merge of all conflicted files, and show the base text in\n"
2805
2916
"    conflict regions, in addition to the usual THIS and OTHER texts::"
2806
2917
msgstr ""
2807
2918
 
2808
 
#: bzrlib/builtins.py:4637
2809
 
msgid "        bzr remerge --show-base"
 
2919
#: breezy/builtins.py:4667
 
2920
msgid "        brz remerge --show-base"
2810
2921
msgstr ""
2811
2922
 
2812
 
#: bzrlib/builtins.py:4639
 
2923
#: breezy/builtins.py:4669
2813
2924
msgid ""
2814
2925
"    Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2815
2926
"    additional processing to reduce the size of conflict regions::"
2816
2927
msgstr ""
2817
2928
 
2818
 
#: bzrlib/builtins.py:4642
2819
 
msgid "        bzr remerge --merge-type weave --reprocess foobar"
 
2929
#: breezy/builtins.py:4672
 
2930
msgid "        brz remerge --merge-type weave --reprocess foobar"
2820
2931
msgstr ""
2821
2932
 
2822
 
#: bzrlib/builtins.py:4649
 
2933
# help of 'show-base' option of 'merge' command
 
2934
# help of 'show-base' option of 'pull' command
 
2935
# help of 'show-base' option of 'remerge' command
 
2936
# help of 'show-base' option of 'update' command
 
2937
#: breezy/builtins.py:4679
2823
2938
msgid "Show base revision text in conflicts."
2824
2939
msgstr ""
2825
2940
 
2826
 
#: bzrlib/builtins.py:4661
 
2941
#: breezy/builtins.py:4691
2827
2942
msgid ""
2828
2943
"Sorry, remerge only works after normal merges.  Not cherrypicking or multi-"
2829
2944
"merges."
2830
2945
msgstr ""
2831
2946
 
2832
 
#: bzrlib/builtins.py:4717
2833
 
msgid "Revert files to a previous revision."
 
2947
#: breezy/builtins.py:4749
 
2948
msgid ""
 
2949
"Set files in the working tree back to the contents of a previous revision."
2834
2950
msgstr ""
2835
2951
 
2836
 
#: bzrlib/builtins.py:4719
 
2952
#: breezy/builtins.py:4751
2837
2953
msgid ""
2838
2954
"Giving a list of files will revert only those files.  Otherwise, all files\n"
2839
2955
"will be reverted.  If the revision is not specified with '--revision', the\n"
2840
 
"last committed revision is used."
 
2956
"working tree basis revision is used. A revert operation affects only the\n"
 
2957
"working tree, not any revision history like the branch and repository or\n"
 
2958
"the working tree basis revision."
2841
2959
msgstr ""
2842
2960
 
2843
 
#: bzrlib/builtins.py:4723
 
2961
#: breezy/builtins.py:4757
2844
2962
msgid ""
2845
2963
"To remove only some changes, without reverting to a prior version, use\n"
2846
2964
"merge instead.  For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2847
2965
"will remove the changes introduced by the second last commit (-2), without\n"
2848
2966
"affecting the changes introduced by the last commit (-1).  To remove\n"
2849
 
"certain changes on a hunk-by-hunk basis, see the shelve command."
 
2967
"certain changes on a hunk-by-hunk basis, see the shelve command.\n"
 
2968
"To update the branch to a specific revision or the latest revision and\n"
 
2969
"update the working tree accordingly while preserving local changes, see the\n"
 
2970
"update command."
2850
2971
msgstr ""
2851
2972
 
2852
 
#: bzrlib/builtins.py:4729
 
2973
#: breezy/builtins.py:4766
2853
2974
msgid ""
2854
 
"By default, any files that have been manually changed will be backed up\n"
2855
 
"first.  (Files changed only by merge are not backed up.)  Backup files have\n"
2856
 
"'.~#~' appended to their name, where # is a number."
 
2975
"Uncommitted changes to files that are reverted will be discarded.\n"
 
2976
"Howver, by default, any files that have been manually changed will be\n"
 
2977
"backed up first.  (Files changed only by merge are not backed up.)  Backup\n"
 
2978
"files have '.~#~' appended to their name, where # is a number."
2857
2979
msgstr ""
2858
2980
 
2859
 
#: bzrlib/builtins.py:4733
 
2981
#: breezy/builtins.py:4771
2860
2982
msgid ""
2861
2983
"When you provide files, you can use their current pathname or the pathname\n"
2862
2984
"from the target revision.  So you can use revert to \"undelete\" a file by\n"
2864
2986
"reverted."
2865
2987
msgstr ""
2866
2988
 
2867
 
#: bzrlib/builtins.py:4738
 
2989
#: breezy/builtins.py:4776
2868
2990
msgid ""
2869
2991
"If you have newly added files since the target revision, they will be\n"
2870
2992
"removed.  If the files to be removed have been changed, backups will be\n"
2872
2994
"deleted."
2873
2995
msgstr ""
2874
2996
 
2875
 
#: bzrlib/builtins.py:4743
 
2997
#: breezy/builtins.py:4781
2876
2998
msgid ""
2877
2999
"The working tree contains a list of revisions that have been merged but\n"
2878
3000
"not yet committed. These revisions will be included as additional parents\n"
2879
3001
"of the next commit.  Normally, using revert clears that list as well as\n"
2880
3002
"reverting the files.  If any files are specified, revert leaves the list\n"
2881
 
"of uncommitted merges alone and reverts only the files.  Use ``bzr revert\n"
 
3003
"of uncommitted merges alone and reverts only the files.  Use ``brz revert\n"
2882
3004
".`` in the tree root to revert all files but keep the recorded merges,\n"
2883
 
"and ``bzr revert --forget-merges`` to clear the pending merge list without\n"
 
3005
"and ``brz revert --forget-merges`` to clear the pending merge list without\n"
2884
3006
"reverting any files."
2885
3007
msgstr ""
2886
3008
 
2887
 
#: bzrlib/builtins.py:4752
 
3009
#: breezy/builtins.py:4790
2888
3010
msgid ""
2889
 
"Using \"bzr revert --forget-merges\", it is possible to apply all of the\n"
 
3011
"Using \"brz revert --forget-merges\", it is possible to apply all of the\n"
2890
3012
"changes from a branch in a single revision.  To do this, perform the merge\n"
2891
3013
"as desired.  Then doing revert with the \"--forget-merges\" option will "
2892
3014
"keep\n"
2898
3020
"target branches."
2899
3021
msgstr ""
2900
3022
 
2901
 
#: bzrlib/builtins.py:4766
 
3023
# help of 'no-backup' option of 'revert' command
 
3024
#: breezy/builtins.py:4804
2902
3025
msgid "Do not save backups of reverted files."
2903
3026
msgstr ""
2904
3027
 
2905
 
#: bzrlib/builtins.py:4768
 
3028
# help of 'forget-merges' option of 'revert' command
 
3029
#: breezy/builtins.py:4806
2906
3030
msgid "Remove pending merge marker, without changing any files."
2907
3031
msgstr ""
2908
3032
 
2909
 
#: bzrlib/builtins.py:4799
 
3033
#: breezy/builtins.py:4837
2910
3034
msgid ""
2911
3035
"Show help on a command or other topic.\n"
2912
3036
"    "
2913
3037
msgstr ""
2914
3038
 
2915
 
#: bzrlib/builtins.py:4804
 
3039
# help of 'long' option of 'help' command
 
3040
#: breezy/builtins.py:4842
2916
3041
msgid "Show help on all commands."
2917
3042
msgstr ""
2918
3043
 
2919
 
#: bzrlib/builtins.py:4833
 
3044
#: breezy/builtins.py:4871
2920
3045
msgid "Show unmerged/unpulled revisions between two branches."
2921
3046
msgstr ""
2922
3047
 
2923
 
#: bzrlib/builtins.py:4835
 
3048
#: breezy/builtins.py:4873
2924
3049
msgid "OTHER_BRANCH may be local or remote."
2925
3050
msgstr ""
2926
3051
 
2927
 
#: bzrlib/builtins.py:4837
 
3052
#: breezy/builtins.py:4875
2928
3053
msgid ""
2929
3054
"To filter on a range of revisions, you can use the command -r begin..end\n"
2930
3055
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
2935
3060
"    0 - no missing revisions"
2936
3061
msgstr ""
2937
3062
 
2938
 
#: bzrlib/builtins.py:4847
 
3063
#: breezy/builtins.py:4885
2939
3064
msgid ""
2940
3065
"    Determine the missing revisions between this and the branch at the\n"
2941
3066
"    remembered pull location::"
2942
3067
msgstr ""
2943
3068
 
2944
 
#: bzrlib/builtins.py:4850
2945
 
msgid "        bzr missing"
 
3069
#: breezy/builtins.py:4888
 
3070
msgid "        brz missing"
2946
3071
msgstr ""
2947
3072
 
2948
 
#: bzrlib/builtins.py:4852
 
3073
#: breezy/builtins.py:4890
2949
3074
msgid "    Determine the missing revisions between this and another branch::"
2950
3075
msgstr ""
2951
3076
 
2952
 
#: bzrlib/builtins.py:4854
2953
 
msgid "        bzr missing http://server/branch"
 
3077
#: breezy/builtins.py:4892
 
3078
msgid "        brz missing http://server/branch"
2954
3079
msgstr ""
2955
3080
 
2956
 
#: bzrlib/builtins.py:4856
 
3081
#: breezy/builtins.py:4894
2957
3082
msgid ""
2958
3083
"    Determine the missing revisions up to a specific revision on the other\n"
2959
3084
"    branch::"
2960
3085
msgstr ""
2961
3086
 
2962
 
#: bzrlib/builtins.py:4859
2963
 
msgid "        bzr missing -r ..-10"
 
3087
#: breezy/builtins.py:4897
 
3088
msgid "        brz missing -r ..-10"
2964
3089
msgstr ""
2965
3090
 
2966
 
#: bzrlib/builtins.py:4861
 
3091
#: breezy/builtins.py:4899
2967
3092
msgid ""
2968
3093
"    Determine the missing revisions up to a specific revision on this\n"
2969
3094
"    branch::"
2970
3095
msgstr ""
2971
3096
 
2972
 
#: bzrlib/builtins.py:4864
2973
 
msgid "        bzr missing --my-revision ..-10"
 
3097
#: breezy/builtins.py:4902
 
3098
msgid "        brz missing --my-revision ..-10"
2974
3099
msgstr ""
2975
3100
 
2976
 
#: bzrlib/builtins.py:4871
 
3101
# help of 'reverse' option of 'missing' command
 
3102
#: breezy/builtins.py:4909
2977
3103
msgid "Reverse the order of revisions."
2978
3104
msgstr ""
2979
3105
 
2980
 
#: bzrlib/builtins.py:4873
 
3106
# help of 'mine-only' option of 'missing' command
 
3107
#: breezy/builtins.py:4911
2981
3108
msgid "Display changes in the local branch only."
2982
3109
msgstr ""
2983
3110
 
2984
 
#: bzrlib/builtins.py:4874
 
3111
# help of 'this' option of 'missing' command
 
3112
#: breezy/builtins.py:4912
2985
3113
msgid "Same as --mine-only."
2986
3114
msgstr ""
2987
3115
 
2988
 
#: bzrlib/builtins.py:4876
 
3116
# help of 'theirs-only' option of 'missing' command
 
3117
#: breezy/builtins.py:4914
2989
3118
msgid "Display changes in the remote branch only."
2990
3119
msgstr ""
2991
3120
 
2992
 
#: bzrlib/builtins.py:4877
 
3121
# help of 'other' option of 'missing' command
 
3122
#: breezy/builtins.py:4915
2993
3123
msgid "Same as --theirs-only."
2994
3124
msgstr ""
2995
3125
 
2996
 
#: bzrlib/builtins.py:4882
 
3126
# help of 'revision' option of 'missing' command
 
3127
#: breezy/builtins.py:4920
2997
3128
msgid ""
2998
3129
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
2999
3130
"details."
3000
3131
msgstr ""
3001
3132
 
3002
 
#: bzrlib/builtins.py:4886
 
3133
# help of 'my-revision' option of 'missing' command
 
3134
#: breezy/builtins.py:4924
3003
3135
msgid ""
3004
3136
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3005
3137
"details."
3006
3138
msgstr ""
3007
3139
 
3008
 
#: bzrlib/builtins.py:4889
 
3140
# help of 'include-merged' option of 'missing' command
 
3141
#: breezy/builtins.py:4927
3009
3142
msgid "Show all revisions in addition to the mainline ones."
3010
3143
msgstr ""
3011
3144
 
3012
 
#: bzrlib/builtins.py:4943
 
3145
#: breezy/builtins.py:4981
3013
3146
msgid "No peer location known or specified."
3014
3147
msgstr ""
3015
3148
 
3016
 
#: bzrlib/builtins.py:4947
 
3149
#: breezy/builtins.py:4985
 
3150
#, python-brace-format
3017
3151
msgid "Using saved parent location: {0}\n"
3018
3152
msgstr ""
3019
3153
 
3020
 
#: bzrlib/builtins.py:4980
 
3154
#: breezy/builtins.py:5018
3021
3155
#, python-format
3022
3156
msgid "You have %d extra revision:\n"
3023
3157
msgid_plural "You have %d extra revisions:\n"
3024
3158
msgstr[0] ""
3025
3159
msgstr[1] ""
3026
3160
 
3027
 
#: bzrlib/builtins.py:4996
 
3161
#: breezy/builtins.py:5038
3028
3162
#, python-format
3029
3163
msgid "You are missing %d revision:\n"
3030
3164
msgid_plural "You are missing %d revisions:\n"
3031
3165
msgstr[0] ""
3032
3166
msgstr[1] ""
3033
3167
 
3034
 
#: bzrlib/builtins.py:5008
 
3168
#: breezy/builtins.py:5053
3035
3169
msgid "This branch has no new revisions.\n"
3036
3170
msgstr ""
3037
3171
 
3038
 
#: bzrlib/builtins.py:5011
 
3172
#: breezy/builtins.py:5056
3039
3173
msgid "Other branch has no new revisions.\n"
3040
3174
msgstr ""
3041
3175
 
3042
 
#: bzrlib/builtins.py:5016
 
3176
#: breezy/builtins.py:5061
3043
3177
msgid "Branches are up to date.\n"
3044
3178
msgstr ""
3045
3179
 
3046
 
#: bzrlib/builtins.py:5027
 
3180
#: breezy/builtins.py:5072
3047
3181
msgid "Compress the data within a repository."
3048
3182
msgstr ""
3049
3183
 
3050
 
#: bzrlib/builtins.py:5029
 
3184
#: breezy/builtins.py:5074
3051
3185
msgid ""
3052
3186
"This operation compresses the data within a bazaar repository. As\n"
3053
3187
"bazaar supports automatic packing of repository, this operation is\n"
3054
3188
"normally not required to be done manually."
3055
3189
msgstr ""
3056
3190
 
3057
 
#: bzrlib/builtins.py:5033
 
3191
#: breezy/builtins.py:5078
3058
3192
msgid ""
3059
3193
"During the pack operation, bazaar takes a backup of existing repository\n"
3060
3194
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3063
3197
"used."
3064
3198
msgstr ""
3065
3199
 
3066
 
#: bzrlib/builtins.py:5039
 
3200
#: breezy/builtins.py:5084
3067
3201
msgid ""
3068
3202
"Warning: If you use --clean-obsolete-packs and your machine crashes\n"
3069
3203
"during or immediately after repacking, you may be left with a state\n"
3071
3205
"been. In this case the repository may be unusable."
3072
3206
msgstr ""
3073
3207
 
3074
 
#: bzrlib/builtins.py:5048
 
3208
# help of 'clean-obsolete-packs' option of 'pack' command
 
3209
#: breezy/builtins.py:5093
3075
3210
msgid "Delete obsolete packs to save disk space."
3076
3211
msgstr ""
3077
3212
 
3078
 
#: bzrlib/builtins.py:5062
 
3213
#: breezy/builtins.py:5107
3079
3214
msgid "List the installed plugins."
3080
3215
msgstr ""
3081
3216
 
3082
 
#: bzrlib/builtins.py:5064
 
3217
#: breezy/builtins.py:5109
3083
3218
msgid ""
3084
3219
"This command displays the list of installed plugins including\n"
3085
3220
"version of plugin and a short description of each."
3086
3221
msgstr ""
3087
3222
 
3088
 
#: bzrlib/builtins.py:5067
 
3223
#: breezy/builtins.py:5112
3089
3224
msgid "--verbose shows the path where each plugin is located."
3090
3225
msgstr ""
3091
3226
 
3092
 
#: bzrlib/builtins.py:5069
 
3227
#: breezy/builtins.py:5114
3093
3228
msgid ""
3094
3229
"A plugin is an external component for Bazaar that extends the\n"
3095
3230
"revision control system, by adding or replacing code in Bazaar.\n"
3098
3233
"customizing log output."
3099
3234
msgstr ""
3100
3235
 
3101
 
#: bzrlib/builtins.py:5075
 
3236
#: breezy/builtins.py:5120
3102
3237
msgid ""
3103
3238
"See the Bazaar Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/>\n"
3104
3239
"for further information on plugins including where to find them and how to\n"
3106
3241
"plugins using the Python programming language."
3107
3242
msgstr ""
3108
3243
 
3109
 
#: bzrlib/builtins.py:5091
 
3244
#: breezy/builtins.py:5136
3110
3245
msgid "Show testament (signing-form) of a revision."
3111
3246
msgstr ""
3112
3247
 
3113
 
#: bzrlib/builtins.py:5094
 
3248
# help of 'long' option of 'testament' command
 
3249
#: breezy/builtins.py:5139
3114
3250
msgid "Produce long-format testament."
3115
3251
msgstr ""
3116
3252
 
3117
 
#: bzrlib/builtins.py:5096
 
3253
# help of 'strict' option of 'testament' command
 
3254
#: breezy/builtins.py:5141
3118
3255
msgid "Produce a strict-format testament."
3119
3256
msgstr ""
3120
3257
 
3121
 
#: bzrlib/builtins.py:5122
 
3258
#: breezy/builtins.py:5168
3122
3259
msgid "Show the origin of each line in a file."
3123
3260
msgstr ""
3124
3261
 
3125
 
#: bzrlib/builtins.py:5124
 
3262
#: breezy/builtins.py:5170
3126
3263
msgid ""
3127
3264
"This prints out the given file with an annotation on the left side\n"
3128
3265
"indicating which revision, author and date introduced the change."
3129
3266
msgstr ""
3130
3267
 
3131
 
#: bzrlib/builtins.py:5127
 
3268
#: breezy/builtins.py:5173
3132
3269
msgid ""
3133
3270
"If the origin is the same for a run of consecutive lines, it is\n"
3134
3271
"shown only at the top, unless the --all option is given."
3135
3272
msgstr ""
3136
3273
 
3137
 
#: bzrlib/builtins.py:5135
 
3274
# help of 'all' option of 'annotate' command
 
3275
#: breezy/builtins.py:5181
3138
3276
msgid "Show annotations on all lines."
3139
3277
msgstr ""
3140
3278
 
3141
 
#: bzrlib/builtins.py:5136
 
3279
# help of 'long' option of 'annotate' command
 
3280
#: breezy/builtins.py:5182
3142
3281
msgid "Show commit date in annotations."
3143
3282
msgstr ""
3144
3283
 
3145
 
#: bzrlib/builtins.py:5223
 
3284
#: breezy/builtins.py:5269
3146
3285
msgid "Cannot sign a range of non-revision-history revisions"
3147
3286
msgstr ""
3148
3287
 
3149
 
#: bzrlib/builtins.py:5235
 
3288
#: breezy/builtins.py:5281
3150
3289
msgid "Please supply either one revision, or a range."
3151
3290
msgstr ""
3152
3291
 
3153
 
#: bzrlib/builtins.py:5239
 
3292
#: breezy/builtins.py:5285
3154
3293
msgid ""
3155
3294
"Convert the current branch into a checkout of the supplied branch.\n"
3156
3295
"If no branch is supplied, rebind to the last bound location."
3157
3296
msgstr ""
3158
3297
 
3159
 
#: bzrlib/builtins.py:5242
 
3298
#: breezy/builtins.py:5288
3160
3299
msgid ""
3161
3300
"Once converted into a checkout, commits must succeed on the master branch\n"
3162
3301
"before they will be applied to the local branch."
3163
3302
msgstr ""
3164
3303
 
3165
 
#: bzrlib/builtins.py:5245
 
3304
#: breezy/builtins.py:5291
3166
3305
msgid ""
3167
3306
"Bound branches use the nickname of its master branch unless it is set\n"
3168
3307
"locally, in which case binding will update the local nickname to be\n"
3169
3308
"that of the master."
3170
3309
msgstr ""
3171
3310
 
3172
 
#: bzrlib/builtins.py:5260
 
3311
#: breezy/builtins.py:5306
3173
3312
msgid "No location supplied.  This format does not remember old locations."
3174
3313
msgstr ""
3175
3314
 
3176
 
#: bzrlib/builtins.py:5265
 
3315
#: breezy/builtins.py:5312
3177
3316
msgid "Branch is already bound"
3178
3317
msgstr ""
3179
3318
 
3180
 
#: bzrlib/builtins.py:5267
 
3319
#: breezy/builtins.py:5315
3181
3320
msgid "No location supplied and no previous location known"
3182
3321
msgstr ""
3183
3322
 
3184
 
#: bzrlib/builtins.py:5273
 
3323
#: breezy/builtins.py:5321
3185
3324
msgid "These branches have diverged. Try merging, and then bind again."
3186
3325
msgstr ""
3187
3326
 
3188
 
#: bzrlib/builtins.py:5280
 
3327
#: breezy/builtins.py:5328
3189
3328
msgid "Convert the current checkout into a regular branch."
3190
3329
msgstr ""
3191
3330
 
3192
 
#: bzrlib/builtins.py:5282
 
3331
#: breezy/builtins.py:5330
3193
3332
msgid ""
3194
3333
"After unbinding, the local branch is considered independent and subsequent\n"
3195
3334
"commits will be local only."
3196
3335
msgstr ""
3197
3336
 
3198
 
#: bzrlib/builtins.py:5293
 
3337
#: breezy/builtins.py:5341
3199
3338
msgid "Local branch is not bound"
3200
3339
msgstr ""
3201
3340
 
3202
 
#: bzrlib/builtins.py:5297
 
3341
#: breezy/builtins.py:5345
3203
3342
msgid "Remove the last committed revision."
3204
3343
msgstr ""
3205
3344
 
3206
 
#: bzrlib/builtins.py:5299
 
3345
#: breezy/builtins.py:5347
3207
3346
msgid ""
3208
3347
"--verbose will print out what is being removed.\n"
3209
3348
"--dry-run will go through all the motions, but not actually\n"
3210
3349
"remove anything."
3211
3350
msgstr ""
3212
3351
 
3213
 
#: bzrlib/builtins.py:5303
 
3352
#: breezy/builtins.py:5351
3214
3353
msgid ""
3215
3354
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3216
 
"specified revision.  For example, \"bzr uncommit -r 15\" will leave the\n"
 
3355
"specified revision.  For example, \"brz uncommit -r 15\" will leave the\n"
3217
3356
"branch at revision 15."
3218
3357
msgstr ""
3219
3358
 
3220
 
#: bzrlib/builtins.py:5307
 
3359
#: breezy/builtins.py:5355
3221
3360
msgid ""
3222
3361
"Uncommit leaves the working tree ready for a new commit.  The only change\n"
3223
3362
"it may make is to restore any pending merges that were present before\n"
3224
3363
"the commit."
3225
3364
msgstr ""
3226
3365
 
3227
 
#: bzrlib/builtins.py:5318
 
3366
# help of 'dry-run' option of 'uncommit' command
 
3367
#: breezy/builtins.py:5366
3228
3368
msgid "Don't actually make changes."
3229
3369
msgstr ""
3230
3370
 
3231
 
#: bzrlib/builtins.py:5319
 
3371
# help of 'force' option of 'uncommit' command
 
3372
#: breezy/builtins.py:5367
3232
3373
msgid "Say yes to all questions."
3233
3374
msgstr ""
3234
3375
 
3235
 
#: bzrlib/builtins.py:5321
 
3376
# help of 'keep-tags' option of 'uncommit' command
 
3377
#: breezy/builtins.py:5369
3236
3378
msgid "Keep tags that point to removed revisions."
3237
3379
msgstr ""
3238
3380
 
3239
 
#: bzrlib/builtins.py:5323
 
3381
# help of 'local' option of 'uncommit' command
 
3382
#: breezy/builtins.py:5371
3240
3383
msgid "Only remove the commits from the local branch when in a checkout."
3241
3384
msgstr ""
3242
3385
 
3243
 
#: bzrlib/builtins.py:5372
 
3386
#: breezy/builtins.py:5420
3244
3387
msgid "No revisions to uncommit.\n"
3245
3388
msgstr ""
3246
3389
 
3247
 
#: bzrlib/builtins.py:5387
 
3390
#: breezy/builtins.py:5435
3248
3391
msgid "Dry-run, pretending to remove the above revisions.\n"
3249
3392
msgstr ""
3250
3393
 
3251
 
#: bzrlib/builtins.py:5390
 
3394
#: breezy/builtins.py:5438
3252
3395
msgid "The above revision(s) will be removed.\n"
3253
3396
msgstr ""
3254
3397
 
3255
 
#: bzrlib/builtins.py:5394
 
3398
#: breezy/builtins.py:5442
3256
3399
msgid "Uncommit these revisions"
3257
3400
msgstr ""
3258
3401
 
3259
 
#: bzrlib/builtins.py:5397
 
3402
#: breezy/builtins.py:5445
3260
3403
msgid "Canceled\n"
3261
3404
msgstr ""
3262
3405
 
3263
 
#: bzrlib/builtins.py:5404
 
3406
#: breezy/builtins.py:5452
3264
3407
#, python-format
3265
3408
msgid ""
3266
3409
"You can restore the old tip by running:\n"
3267
 
"  bzr pull . -r revid:%s\n"
 
3410
"  brz pull . -r revid:%s\n"
3268
3411
msgstr ""
3269
3412
 
3270
 
#: bzrlib/builtins.py:5409
 
3413
#: breezy/builtins.py:5457
3271
3414
msgid "Break a dead lock."
3272
3415
msgstr ""
3273
3416
 
3274
 
#: bzrlib/builtins.py:5411
 
3417
#: breezy/builtins.py:5459
3275
3418
msgid ""
3276
3419
"This command breaks a lock on a repository, branch, working directory or\n"
3277
3420
"config file."
3278
3421
msgstr ""
3279
3422
 
3280
 
#: bzrlib/builtins.py:5414
 
3423
#: breezy/builtins.py:5462
3281
3424
msgid ""
3282
3425
"CAUTION: Locks should only be broken when you are sure that the process\n"
3283
3426
"holding the lock has been stopped."
3284
3427
msgstr ""
3285
3428
 
3286
 
#: bzrlib/builtins.py:5417
 
3429
#: breezy/builtins.py:5465
3287
3430
msgid ""
3288
 
"You can get information on what locks are open via the 'bzr info\n"
 
3431
"You can get information on what locks are open via the 'brz info\n"
3289
3432
"[location]' command."
3290
3433
msgstr ""
3291
3434
 
3292
 
#: bzrlib/builtins.py:5420
 
3435
#: breezy/builtins.py:5468
3293
3436
msgid ""
3294
3437
":Examples:\n"
3295
 
"    bzr break-lock\n"
3296
 
"    bzr break-lock bzr+ssh://example.com/bzr/foo\n"
3297
 
"    bzr break-lock --conf ~/.bazaar"
 
3438
"    brz break-lock\n"
 
3439
"    brz break-lock brz+ssh://example.com/brz/foo\n"
 
3440
"    brz break-lock --conf ~/.bazaar"
3298
3441
msgstr ""
3299
3442
 
3300
 
#: bzrlib/builtins.py:5429
 
3443
# help of 'config' option of 'break-lock' command
 
3444
#: breezy/builtins.py:5477
3301
3445
msgid "LOCATION is the directory where the config lock is."
3302
3446
msgstr ""
3303
3447
 
3304
 
#: bzrlib/builtins.py:5431
 
3448
# help of 'force' option of 'break-lock' command
 
3449
#: breezy/builtins.py:5479
3305
3450
msgid "Do not ask for confirmation before breaking the lock."
3306
3451
msgstr ""
3307
3452
 
3308
 
#: bzrlib/builtins.py:5466
 
3453
# help of 'protocol=bzr' option of 'serve' command
 
3454
#: breezy/builtins.py:5514
3309
3455
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3310
3456
msgstr ""
3311
3457
 
3312
 
#: bzrlib/builtins.py:5467
3313
 
msgid "Run the bzr server."
 
3458
#: breezy/builtins.py:5515
 
3459
msgid "Run the brz server."
3314
3460
msgstr ""
3315
3461
 
3316
 
#: bzrlib/builtins.py:5473
 
3462
# help of 'inet' option of 'serve' command
 
3463
#: breezy/builtins.py:5521
3317
3464
msgid "Serve on stdin/out for use from inetd or sshd."
3318
3465
msgstr ""
3319
3466
 
3320
 
#: bzrlib/builtins.py:5474
 
3467
# title of 'protocol' option of 'serve' command
 
3468
#: breezy/builtins.py:5522
3321
3469
msgid "protocol"
3322
3470
msgstr ""
3323
3471
 
3324
 
#: bzrlib/builtins.py:5475
 
3472
# help of 'protocol' option of 'serve' command
 
3473
#: breezy/builtins.py:5523
3325
3474
msgid "Protocol to serve."
3326
3475
msgstr ""
3327
3476
 
3328
 
#: bzrlib/builtins.py:5479
 
3477
# help of 'listen' option of 'serve' command
 
3478
#: breezy/builtins.py:5527
 
3479
msgid "Listen for connections on nominated address."
 
3480
msgstr ""
 
3481
 
 
3482
# help of 'port' option of 'serve' command
 
3483
#: breezy/builtins.py:5529
3329
3484
msgid ""
3330
 
"Listen for connections on nominated port of the form [hostname:]portnumber.  "
3331
 
"Passing 0 as the port number will result in a dynamically allocated port.  "
3332
 
"The default port depends on the protocol."
 
3485
"Listen for connections on nominated port.  Passing 0 as the port number will "
 
3486
"result in a dynamically allocated port.  The default port depends on the "
 
3487
"protocol."
3333
3488
msgstr ""
3334
3489
 
3335
 
#: bzrlib/builtins.py:5485
 
3490
# help of 'directory' option of 'serve' command
 
3491
#: breezy/builtins.py:5534
3336
3492
msgid "Serve contents of this directory."
3337
3493
msgstr ""
3338
3494
 
3339
 
#: bzrlib/builtins.py:5487
 
3495
# help of 'allow-writes' option of 'serve' command
 
3496
#: breezy/builtins.py:5536
3340
3497
msgid ""
3341
3498
"By default the server is a readonly server.  Supplying --allow-writes "
3342
3499
"enables write access to the contents of the served directory and below.  "
3343
 
"Note that ``bzr serve`` does not perform authentication, so unless some form "
 
3500
"Note that ``brz serve`` does not perform authentication, so unless some form "
3344
3501
"of external authentication is arranged supplying this option leads to global "
3345
3502
"uncontrolled write access to your file system."
3346
3503
msgstr ""
3347
3504
 
3348
 
#: bzrlib/builtins.py:5496
 
3505
# help of 'client-timeout' option of 'serve' command
 
3506
#: breezy/builtins.py:5545
3349
3507
msgid "Override the default idle client timeout (5min)."
3350
3508
msgstr ""
3351
3509
 
3352
 
#: bzrlib/builtins.py:5546
 
3510
#: breezy/builtins.py:5563
3353
3511
msgid "Combine a tree into its containing tree."
3354
3512
msgstr ""
3355
3513
 
3356
 
#: bzrlib/builtins.py:5548
 
3514
#: breezy/builtins.py:5565
3357
3515
msgid "This command requires the target tree to be in a rich-root format."
3358
3516
msgstr ""
3359
3517
 
3360
 
#: bzrlib/builtins.py:5550
 
3518
#: breezy/builtins.py:5567
3361
3519
msgid ""
3362
3520
"The TREE argument should be an independent tree, inside another tree, but\n"
3363
 
"not part of it.  (Such trees can be produced by \"bzr split\", but also by\n"
3364
 
"running \"bzr branch\" with the target inside a tree.)"
 
3521
"not part of it.  (Such trees can be produced by \"brz split\", but also by\n"
 
3522
"running \"brz branch\" with the target inside a tree.)"
3365
3523
msgstr ""
3366
3524
 
3367
 
#: bzrlib/builtins.py:5554
 
3525
#: breezy/builtins.py:5571
3368
3526
msgid ""
3369
3527
"The result is a combined tree, with the subtree no longer an independent\n"
3370
3528
"part.  This is marked as a merge of the subtree into the containing tree,\n"
3371
3529
"and all history is preserved."
3372
3530
msgstr ""
3373
3531
 
3374
 
#: bzrlib/builtins.py:5572
 
3532
#: breezy/builtins.py:5589
3375
3533
#, python-format
3376
3534
msgid ""
3377
3535
"Can't join trees because %s doesn't support rich root data.\n"
3378
 
"You can use bzr upgrade on the repository."
 
3536
"You can use brz upgrade on the repository."
3379
3537
msgstr ""
3380
3538
 
3381
 
#: bzrlib/builtins.py:5582 bzrlib/builtins.py:5588
 
3539
#: breezy/builtins.py:5599 breezy/builtins.py:5605
 
3540
#, python-brace-format
3382
3541
msgid "Cannot join {0}.  {1}"
3383
3542
msgstr ""
3384
3543
 
3385
 
#: bzrlib/builtins.py:5592
 
3544
#: breezy/builtins.py:5609
3386
3545
msgid "Split a subdirectory of a tree into a separate tree."
3387
3546
msgstr ""
3388
3547
 
3389
 
#: bzrlib/builtins.py:5594
 
3548
#: breezy/builtins.py:5611
3390
3549
msgid ""
3391
3550
"This command will produce a target tree in a format that supports\n"
3392
3551
"rich roots, like 'rich-root' or 'rich-root-pack'.  These formats cannot be\n"
3393
3552
"converted into earlier formats like 'dirstate-tags'."
3394
3553
msgstr ""
3395
3554
 
3396
 
#: bzrlib/builtins.py:5598
 
3555
#: breezy/builtins.py:5615
3397
3556
msgid ""
3398
3557
"The TREE argument should be a subdirectory of a working tree.  That\n"
3399
3558
"subdirectory will be converted into an independent tree, with its own\n"
3400
3559
"branch.  Commits in the top-level tree will not apply to the new subtree."
3401
3560
msgstr ""
3402
3561
 
3403
 
#: bzrlib/builtins.py:5678
 
3562
#: breezy/builtins.py:5695
3404
3563
msgid "No submit branch specified or known"
3405
3564
msgstr ""
3406
3565
 
3407
 
#: bzrlib/builtins.py:5686 bzrlib/send.py:108
 
3566
#: breezy/builtins.py:5704 breezy/send.py:109
3408
3567
msgid "No public branch specified or known"
3409
3568
msgstr ""
3410
3569
 
3411
 
#: bzrlib/builtins.py:5691
3412
 
msgid "bzr merge-directive takes at most two one revision identifiers"
 
3570
#: breezy/builtins.py:5709
 
3571
msgid "brz merge-directive takes at most two one revision identifiers"
3413
3572
msgstr ""
3414
3573
 
3415
 
#: bzrlib/builtins.py:5700
 
3574
#: breezy/builtins.py:5718
3416
3575
msgid "No revisions to bundle."
3417
3576
msgstr ""
3418
3577
 
3419
 
#: bzrlib/builtins.py:5719
 
3578
#: breezy/builtins.py:5737
3420
3579
msgid "Mail or create a merge-directive for submitting changes."
3421
3580
msgstr ""
3422
3581
 
3423
 
#: bzrlib/builtins.py:5721
 
3582
#: breezy/builtins.py:5739
3424
3583
msgid "A merge directive provides many things needed for requesting merges:"
3425
3584
msgstr ""
3426
3585
 
3427
 
#: bzrlib/builtins.py:5723
 
3586
#: breezy/builtins.py:5741
3428
3587
msgid "* A machine-readable description of the merge to perform"
3429
3588
msgstr ""
3430
3589
 
3431
 
#: bzrlib/builtins.py:5725
 
3590
#: breezy/builtins.py:5743
3432
3591
msgid "* An optional patch that is a preview of the changes requested"
3433
3592
msgstr ""
3434
3593
 
3435
 
#: bzrlib/builtins.py:5727
 
3594
#: breezy/builtins.py:5745
3436
3595
msgid ""
3437
3596
"* An optional bundle of revision data, so that the changes can be applied\n"
3438
3597
"  directly from the merge directive, without retrieving data from a\n"
3439
3598
"  branch."
3440
3599
msgstr ""
3441
3600
 
3442
 
#: bzrlib/builtins.py:5731
 
3601
#: breezy/builtins.py:5749
3443
3602
msgid ""
3444
 
"`bzr send` creates a compact data set that, when applied using bzr\n"
 
3603
"`brz send` creates a compact data set that, when applied using brz\n"
3445
3604
"merge, has the same effect as merging from the source branch.  "
3446
3605
msgstr ""
3447
3606
 
3448
 
#: bzrlib/builtins.py:5734
 
3607
#: breezy/builtins.py:5752
3449
3608
msgid ""
3450
3609
"By default the merge directive is self-contained and can be applied to any\n"
3451
3610
"branch containing submit_branch in its ancestory without needing access to\n"
3452
3611
"the source branch."
3453
3612
msgstr ""
3454
3613
 
3455
 
#: bzrlib/builtins.py:5738
 
3614
#: breezy/builtins.py:5756
3456
3615
msgid ""
3457
3616
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3458
3617
"revisions, but only a structured request to merge from the\n"
3461
3620
"included if known, so that people can check it later."
3462
3621
msgstr ""
3463
3622
 
3464
 
#: bzrlib/builtins.py:5744
 
3623
#: breezy/builtins.py:5762
3465
3624
msgid ""
3466
3625
"The submit branch defaults to the parent of the source branch, but can be\n"
3467
3626
"overridden.  Both submit branch and public branch will be remembered in\n"
3470
3629
"be changed using --from."
3471
3630
msgstr ""
3472
3631
 
3473
 
#: bzrlib/builtins.py:5750
 
3632
#: breezy/builtins.py:5768
3474
3633
msgid ""
3475
3634
"Both the submit branch and the public branch follow the usual behavior with\n"
3476
3635
"respect to --remember: If there is no default location set, the first send\n"
3479
3638
"--remember. The value will only be saved if the location can be accessed."
3480
3639
msgstr ""
3481
3640
 
3482
 
#: bzrlib/builtins.py:5756
 
3641
#: breezy/builtins.py:5774
3483
3642
msgid ""
3484
 
"In order to calculate those changes, bzr must analyse the submit branch.\n"
 
3643
"In order to calculate those changes, brz must analyse the submit branch.\n"
3485
3644
"Therefore it is most efficient for the submit branch to be a local mirror.\n"
3486
3645
"If a public location is known for the submit_branch, that location is used\n"
3487
3646
"in the merge directive."
3488
3647
msgstr ""
3489
3648
 
3490
 
#: bzrlib/builtins.py:5761
 
3649
#: breezy/builtins.py:5779
3491
3650
msgid ""
3492
3651
"The default behaviour is to send the merge directive by mail, unless -o is\n"
3493
3652
"given, in which case it is sent to a file."
3494
3653
msgstr ""
3495
3654
 
3496
 
#: bzrlib/builtins.py:5764
 
3655
#: breezy/builtins.py:5782
3497
3656
msgid ""
3498
3657
"Mail is sent using your preferred mail program.  This should be transparent\n"
3499
3658
"on Windows (it uses MAPI).  On Unix, it requires the xdg-email utility.\n"
3500
3659
"If the preferred client can't be found (or used), your editor will be used."
3501
3660
msgstr ""
3502
3661
 
3503
 
#: bzrlib/builtins.py:5768
 
3662
#: breezy/builtins.py:5786
3504
3663
msgid ""
3505
3664
"To use a specific mail program, set the mail_client configuration option.\n"
3506
3665
"(For Thunderbird 1.5, this works around some bugs.)  Supported values for\n"
3507
 
"specific clients are \"claws\", \"evolution\", \"kmail\", \"mail.app\" "
3508
 
"(MacOS X's\n"
 
3666
"specific clients are \"claws\", \"evolution\", \"kmail\", \"mail.app"
 
3667
"\" (MacOS X's\n"
3509
3668
"Mail.app), \"mutt\", and \"thunderbird\"; generic options are \"default\",\n"
3510
3669
"\"editor\", \"emacsclient\", \"mapi\", and \"xdg-email\".  Plugins may also "
3511
3670
"add\n"
3512
3671
"supported clients."
3513
3672
msgstr ""
3514
3673
 
3515
 
#: bzrlib/builtins.py:5775
 
3674
#: breezy/builtins.py:5793
3516
3675
msgid ""
3517
3676
"If mail is being sent, a to address is required.  This can be supplied\n"
3518
3677
"either on the commandline, by setting the submit_to configuration\n"
3520
3679
"in the submit branch."
3521
3680
msgstr ""
3522
3681
 
3523
 
#: bzrlib/builtins.py:5780
 
3682
#: breezy/builtins.py:5798
3524
3683
msgid ""
3525
3684
"Two formats are currently supported: \"4\" uses revision bundle format 4 "
3526
3685
"and\n"
3530
3689
"format 1.  It is compatible with Bazaar 0.12 - 0.18."
3531
3690
msgstr ""
3532
3691
 
3533
 
#: bzrlib/builtins.py:5786
 
3692
#: breezy/builtins.py:5804
3534
3693
msgid ""
3535
 
"The merge directives created by bzr send may be applied using bzr merge or\n"
3536
 
"bzr pull by specifying a file containing a merge directive as the location."
 
3694
"The merge directives created by brz send may be applied using brz merge or\n"
 
3695
"brz pull by specifying a file containing a merge directive as the location."
3537
3696
msgstr ""
3538
3697
 
3539
 
#: bzrlib/builtins.py:5789
 
3698
#: breezy/builtins.py:5807
3540
3699
msgid ""
3541
 
"bzr send makes extensive use of public locations to map local locations "
 
3700
"brz send makes extensive use of public locations to map local locations "
3542
3701
"into\n"
3543
 
"URLs that can be used by other people.  See `bzr help configuration` to\n"
3544
 
"set them, and use `bzr info` to display them."
 
3702
"URLs that can be used by other people.  See `brz help configuration` to\n"
 
3703
"set them, and use `brz info` to display them."
3545
3704
msgstr ""
3546
3705
 
3547
 
#: bzrlib/builtins.py:5813
 
3706
# help of 'output' option of 'send' command
 
3707
#: breezy/builtins.py:5831
3548
3708
msgid "Write merge directive to this file or directory; use - for stdout."
3549
3709
msgstr ""
3550
3710
 
3551
 
#: bzrlib/builtins.py:5817
 
3711
# help of 'strict' option of 'send' command
 
3712
#: breezy/builtins.py:5835
3552
3713
msgid ""
3553
3714
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3554
3715
"strict disables the check."
3555
3716
msgstr ""
3556
3717
 
3557
 
#: bzrlib/builtins.py:5819
 
3718
# help of 'mail-to' option of 'send' command
 
3719
#: breezy/builtins.py:5837
3558
3720
msgid "Mail the request to this address."
3559
3721
msgstr ""
3560
3722
 
3561
 
#: bzrlib/builtins.py:5823
 
3723
# help of 'body' option of 'send' command
 
3724
#: breezy/builtins.py:5841
3562
3725
msgid "Body for the email."
3563
3726
msgstr ""
3564
3727
 
3565
 
#: bzrlib/builtins.py:5876
 
3728
# help of 'no-bundle' option of 'send' command
 
3729
#: breezy/builtins.py:5894
3566
3730
msgid "Do not include a bundle in the merge directive."
3567
3731
msgstr ""
3568
3732
 
3569
 
#: bzrlib/builtins.py:5877
 
3733
# help of 'no-patch' option of 'send' command
 
3734
#: breezy/builtins.py:5895
3570
3735
msgid "Do not include a preview patch in the merge directive."
3571
3736
msgstr ""
3572
3737
 
3573
 
#: bzrlib/builtins.py:5880
 
3738
# help of 'remember' option of 'send' command
 
3739
#: breezy/builtins.py:5898
3574
3740
msgid "Remember submit and public branch."
3575
3741
msgstr ""
3576
3742
 
3577
 
#: bzrlib/builtins.py:5882
 
3743
# help of 'from' option of 'send' command
 
3744
#: breezy/builtins.py:5900
3578
3745
msgid ""
3579
3746
"Branch to generate the submission from, rather than the one containing the "
3580
3747
"working directory."
3581
3748
msgstr ""
3582
3749
 
3583
 
#: bzrlib/builtins.py:5892 bzrlib/cmd_version_info.py:76
 
3750
# title of 'format' option of 'send' command
 
3751
# title of 'format' option of 'version-info' command
 
3752
#: breezy/builtins.py:5910 breezy/cmd_version_info.py:76
3584
3753
msgid "format"
3585
3754
msgstr ""
3586
3755
 
3587
 
#: bzrlib/builtins.py:5893
 
3756
# help of 'format' option of 'send' command
 
3757
#: breezy/builtins.py:5911
3588
3758
msgid "Use the specified output format."
3589
3759
msgstr ""
3590
3760
 
3591
 
#: bzrlib/builtins.py:5915
 
3761
#: breezy/builtins.py:5933
3592
3762
msgid "Create, remove or modify a tag naming a revision."
3593
3763
msgstr ""
3594
3764
 
3595
 
#: bzrlib/builtins.py:5917
 
3765
#: breezy/builtins.py:5935
3596
3766
msgid ""
3597
3767
"Tags give human-meaningful names to revisions.  Commands that take a -r\n"
3598
3768
"(--revision) option can be given -rtag:X, where X is any previously\n"
3599
3769
"created tag."
3600
3770
msgstr ""
3601
3771
 
3602
 
#: bzrlib/builtins.py:5921
 
3772
#: breezy/builtins.py:5939
3603
3773
msgid ""
3604
3774
"Tags are stored in the branch.  Tags are copied from one branch to another\n"
3605
3775
"along when you branch, push, pull or merge."
3606
3776
msgstr ""
3607
3777
 
3608
 
#: bzrlib/builtins.py:5924
 
3778
#: breezy/builtins.py:5942
3609
3779
msgid ""
3610
3780
"It is an error to give a tag name that already exists unless you pass\n"
3611
3781
"--force, in which case the tag is moved to point to the new revision."
3612
3782
msgstr ""
3613
3783
 
3614
 
#: bzrlib/builtins.py:5927
 
3784
#: breezy/builtins.py:5945
3615
3785
msgid ""
3616
3786
"To rename a tag (change the name but keep it on the same revsion), run "
3617
3787
"``bzr\n"
3618
 
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
 
3788
"tag new-name -r tag:old-name`` and then ``brz tag --delete oldname``."
3619
3789
msgstr ""
3620
3790
 
3621
 
#: bzrlib/builtins.py:5930
 
3791
#: breezy/builtins.py:5948
3622
3792
msgid ""
3623
3793
"If no tag name is specified it will be determined through the \n"
3624
3794
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3625
 
"upstream releases by reading configure.ac. See ``bzr help hooks`` for\n"
 
3795
"upstream releases by reading configure.ac. See ``brz help hooks`` for\n"
3626
3796
"details."
3627
3797
msgstr ""
3628
3798
 
3629
 
#: bzrlib/builtins.py:5940
 
3799
# help of 'delete' option of 'tag' command
 
3800
#: breezy/builtins.py:5958
3630
3801
msgid "Delete this tag rather than placing it."
3631
3802
msgstr ""
3632
3803
 
3633
 
#: bzrlib/builtins.py:5943
 
3804
# help of 'directory' option of 'tag' command
 
3805
#: breezy/builtins.py:5961
3634
3806
msgid "Branch in which to place the tag."
3635
3807
msgstr ""
3636
3808
 
3637
 
#: bzrlib/builtins.py:5945
 
3809
# help of 'force' option of 'tag' command
 
3810
#: breezy/builtins.py:5963
3638
3811
msgid "Replace existing tags."
3639
3812
msgstr ""
3640
3813
 
3641
 
#: bzrlib/builtins.py:5960
 
3814
#: breezy/builtins.py:5978
3642
3815
msgid "No tag specified to delete."
3643
3816
msgstr ""
3644
3817
 
3645
 
#: bzrlib/builtins.py:5962
 
3818
#: breezy/builtins.py:5980
3646
3819
#, python-format
3647
3820
msgid "Deleted tag %s."
3648
3821
msgstr ""
3649
3822
 
3650
 
#: bzrlib/builtins.py:5976
 
3823
#: breezy/builtins.py:5985
 
3824
msgid "Tags can only be placed on a single revision, not on a range"
 
3825
msgstr ""
 
3826
 
 
3827
#: breezy/builtins.py:5994
3651
3828
msgid "Please specify a tag name."
3652
3829
msgstr ""
3653
3830
 
3654
 
#: bzrlib/builtins.py:5984
 
3831
#: breezy/builtins.py:6002
3655
3832
#, python-format
3656
3833
msgid "Tag %s already exists for that revision."
3657
3834
msgstr ""
3658
3835
 
3659
 
#: bzrlib/builtins.py:5988
 
3836
#: breezy/builtins.py:6006
3660
3837
#, python-format
3661
3838
msgid "Created tag %s."
3662
3839
msgstr ""
3663
3840
 
3664
 
#: bzrlib/builtins.py:5990
 
3841
#: breezy/builtins.py:6008
3665
3842
#, python-format
3666
3843
msgid "Updated tag %s."
3667
3844
msgstr ""
3668
3845
 
3669
 
#: bzrlib/builtins.py:5994
 
3846
#: breezy/builtins.py:6012
3670
3847
msgid "List tags."
3671
3848
msgstr ""
3672
3849
 
3673
 
#: bzrlib/builtins.py:5996
 
3850
#: breezy/builtins.py:6014
3674
3851
msgid ""
3675
3852
"This command shows a table of tag names and the revisions they reference."
3676
3853
msgstr ""
3677
3854
 
3678
 
#: bzrlib/builtins.py:6002
 
3855
# help of 'directory' option of 'tags' command
 
3856
#: breezy/builtins.py:6020
3679
3857
msgid "Branch whose tags should be displayed."
3680
3858
msgstr ""
3681
3859
 
3682
 
#: bzrlib/builtins.py:6004
 
3860
# help of 'sort' option of 'tags' command
 
3861
#: breezy/builtins.py:6022
3683
3862
msgid "Sort tags by different criteria."
3684
3863
msgstr ""
3685
3864
 
3686
 
#: bzrlib/builtins.py:6004
 
3865
# title of 'sort' option of 'tags' command
 
3866
#: breezy/builtins.py:6022
3687
3867
msgid "Sorting"
3688
3868
msgstr ""
3689
3869
 
3690
 
#: bzrlib/builtins.py:6073
3691
 
msgid "Reconfigure the type of a bzr directory."
 
3870
#: breezy/builtins.py:6091
 
3871
msgid "Reconfigure the type of a brz directory."
3692
3872
msgstr ""
3693
3873
 
3694
 
#: bzrlib/builtins.py:6075
 
3874
#: breezy/builtins.py:6093
3695
3875
msgid "A target configuration must be specified."
3696
3876
msgstr ""
3697
3877
 
3698
 
#: bzrlib/builtins.py:6077
 
3878
#: breezy/builtins.py:6095
3699
3879
msgid ""
3700
3880
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3701
3881
"The order of preference is\n"
3706
3886
"If none of these is available, --bind-to must be specified."
3707
3887
msgstr ""
3708
3888
 
3709
 
#: bzrlib/builtins.py:6091
 
3889
# title of 'tree_type' option of 'reconfigure' command
 
3890
#: breezy/builtins.py:6109
3710
3891
msgid "Tree type"
3711
3892
msgstr ""
3712
3893
 
3713
 
#: bzrlib/builtins.py:6092
 
3894
# help of 'tree_type' option of 'reconfigure' command
 
3895
#: breezy/builtins.py:6110
3714
3896
msgid "The relation between branch and tree."
3715
3897
msgstr ""
3716
3898
 
3717
 
#: bzrlib/builtins.py:6094
 
3899
# help of 'tree_type=branch' option of 'reconfigure' command
 
3900
#: breezy/builtins.py:6112
3718
3901
msgid "Reconfigure to be an unbound branch with no working tree."
3719
3902
msgstr ""
3720
3903
 
3721
 
#: bzrlib/builtins.py:6095
 
3904
# help of 'tree_type=tree' option of 'reconfigure' command
 
3905
#: breezy/builtins.py:6113
3722
3906
msgid "Reconfigure to be an unbound branch with a working tree."
3723
3907
msgstr ""
3724
3908
 
3725
 
#: bzrlib/builtins.py:6096
 
3909
# help of 'tree_type=checkout' option of 'reconfigure' command
 
3910
#: breezy/builtins.py:6114
3726
3911
msgid "Reconfigure to be a bound branch with a working tree."
3727
3912
msgstr ""
3728
3913
 
3729
 
#: bzrlib/builtins.py:6097
 
3914
# help of 'tree_type=lightweight-checkout' option of 'reconfigure' command
 
3915
#: breezy/builtins.py:6115
3730
3916
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3731
3917
msgstr ""
3732
3918
 
3733
 
#: bzrlib/builtins.py:6102
 
3919
# title of 'repository_type' option of 'reconfigure' command
 
3920
#: breezy/builtins.py:6120
3734
3921
msgid "Repository type"
3735
3922
msgstr ""
3736
3923
 
3737
 
#: bzrlib/builtins.py:6103
 
3924
# help of 'repository_type' option of 'reconfigure' command
 
3925
#: breezy/builtins.py:6121
3738
3926
msgid "Location fo the repository."
3739
3927
msgstr ""
3740
3928
 
3741
 
#: bzrlib/builtins.py:6105
 
3929
# help of 'repository_type=standalone' option of 'reconfigure' command
 
3930
#: breezy/builtins.py:6123
3742
3931
msgid ""
3743
3932
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3744
3933
msgstr ""
3745
3934
 
3746
 
#: bzrlib/builtins.py:6107
 
3935
# help of 'repository_type=use-shared' option of 'reconfigure' command
 
3936
#: breezy/builtins.py:6125
3747
3937
msgid "Reconfigure to use a shared repository."
3748
3938
msgstr ""
3749
3939
 
3750
 
#: bzrlib/builtins.py:6111
 
3940
# title of 'repository_trees' option of 'reconfigure' command
 
3941
#: breezy/builtins.py:6129
3751
3942
msgid "Trees in Repository"
3752
3943
msgstr ""
3753
3944
 
3754
 
#: bzrlib/builtins.py:6112
 
3945
# help of 'repository_trees' option of 'reconfigure' command
 
3946
#: breezy/builtins.py:6130
3755
3947
msgid "Whether new branches in the repository have trees."
3756
3948
msgstr ""
3757
3949
 
3758
 
#: bzrlib/builtins.py:6114
3759
 
msgid ""
3760
 
"Reconfigure repository to create working trees on branches by default."
 
3950
# help of 'repository_trees=with-trees' option of 'reconfigure' command
 
3951
#: breezy/builtins.py:6132
 
3952
msgid "Reconfigure repository to create working trees on branches by default."
3761
3953
msgstr ""
3762
3954
 
3763
 
#: bzrlib/builtins.py:6116
 
3955
# help of 'repository_trees=with-no-trees' option of 'reconfigure' command
 
3956
#: breezy/builtins.py:6134
3764
3957
msgid ""
3765
3958
"Reconfigure repository to not create working trees on branches by default."
3766
3959
msgstr ""
3767
3960
 
3768
 
#: bzrlib/builtins.py:6119
 
3961
# help of 'bind-to' option of 'reconfigure' command
 
3962
#: breezy/builtins.py:6137
3769
3963
msgid "Branch to bind checkout to."
3770
3964
msgstr ""
3771
3965
 
3772
 
#: bzrlib/builtins.py:6121
 
3966
# help of 'force' option of 'reconfigure' command
 
3967
#: breezy/builtins.py:6139
3773
3968
msgid "Perform reconfiguration even if local changes will be lost."
3774
3969
msgstr ""
3775
3970
 
3776
 
#: bzrlib/builtins.py:6124
 
3971
# help of 'stacked-on' option of 'reconfigure' command
 
3972
#: breezy/builtins.py:6142
3777
3973
msgid "Reconfigure a branch to be stacked on another branch."
3778
3974
msgstr ""
3779
3975
 
3780
 
#: bzrlib/builtins.py:6128
 
3976
# help of 'unstacked' option of 'reconfigure' command
 
3977
#: breezy/builtins.py:6146
3781
3978
msgid ""
3782
3979
"Reconfigure a branch to be unstacked.  This may require copying substantial "
3783
3980
"data into it."
3784
3981
msgstr ""
3785
3982
 
3786
 
#: bzrlib/builtins.py:6138
 
3983
#: breezy/builtins.py:6156
3787
3984
msgid "Can't use both --stacked-on and --unstacked"
3788
3985
msgstr ""
3789
3986
 
3790
 
#: bzrlib/builtins.py:6152
 
3987
#: breezy/builtins.py:6170
3791
3988
msgid "No target configuration specified"
3792
3989
msgstr ""
3793
3990
 
3794
 
#: bzrlib/builtins.py:6187
 
3991
#: breezy/builtins.py:6205
3795
3992
msgid "Set the branch of a checkout and update."
3796
3993
msgstr ""
3797
3994
 
3798
 
#: bzrlib/builtins.py:6189
 
3995
#: breezy/builtins.py:6207
3799
3996
msgid ""
3800
3997
"For lightweight checkouts, this changes the branch being referenced.\n"
3801
3998
"For heavyweight checkouts, this checks that there are no local commits\n"
3803
4000
"of the new location and binds to it."
3804
4001
msgstr ""
3805
4002
 
3806
 
#: bzrlib/builtins.py:6194
 
4003
#: breezy/builtins.py:6212
3807
4004
msgid ""
3808
4005
"In both cases, the working tree is updated and uncommitted changes\n"
3809
4006
"are merged. The user can commit or revert these as they desire."
3810
4007
msgstr ""
3811
4008
 
3812
 
#: bzrlib/builtins.py:6197
 
4009
#: breezy/builtins.py:6215
3813
4010
msgid "Pending merges need to be committed or reverted before using switch."
3814
4011
msgstr ""
3815
4012
 
3816
 
#: bzrlib/builtins.py:6199
 
4013
#: breezy/builtins.py:6217
3817
4014
msgid ""
3818
4015
"The path to the branch to switch to can be specified relative to the parent\n"
3819
4016
"directory of the current branch. For example, if you are currently in a\n"
3821
4018
"/path/to/newbranch."
3822
4019
msgstr ""
3823
4020
 
3824
 
#: bzrlib/builtins.py:6204
 
4021
#: breezy/builtins.py:6222
3825
4022
msgid ""
3826
4023
"Bound branches use the nickname of its master branch unless it is set\n"
3827
4024
"locally, in which case switching will update the local nickname to be\n"
3828
4025
"that of the master."
3829
4026
msgstr ""
3830
4027
 
3831
 
#: bzrlib/builtins.py:6212
 
4028
# help of 'force' option of 'switch' command
 
4029
#: breezy/builtins.py:6230
3832
4030
msgid "Switch even if local commits will be lost."
3833
4031
msgstr ""
3834
4032
 
3835
 
#: bzrlib/builtins.py:6215
 
4033
# help of 'create-branch' option of 'switch' command
 
4034
#: breezy/builtins.py:6233
3836
4035
msgid "Create the target branch from this one before switching to it."
3837
4036
msgstr ""
3838
4037
 
3839
 
#: bzrlib/builtins.py:6229
 
4038
# help of 'store' option of 'switch' command
 
4039
#: breezy/builtins.py:6236
 
4040
msgid "Store and restore uncommitted changes in the branch."
 
4041
msgstr ""
 
4042
 
 
4043
#: breezy/builtins.py:6250
3840
4044
msgid "You must supply either a revision or a location"
3841
4045
msgstr ""
3842
4046
 
3843
 
#: bzrlib/builtins.py:6242
 
4047
#: breezy/builtins.py:6263
3844
4048
msgid "cannot create branch without source branch"
3845
4049
msgstr ""
3846
4050
 
3847
 
#: bzrlib/builtins.py:6262
 
4051
#: breezy/builtins.py:6289
3848
4052
msgid "Manage filtered views."
3849
4053
msgstr ""
3850
4054
 
3851
 
#: bzrlib/builtins.py:6264
 
4055
#: breezy/builtins.py:6291
3852
4056
msgid ""
3853
4057
"Views provide a mask over the tree so that users can focus on\n"
3854
4058
"a subset of a tree when doing their work. After creating a view,\n"
3858
4062
"must be within the current view."
3859
4063
msgstr ""
3860
4064
 
3861
 
#: bzrlib/builtins.py:6271
 
4065
#: breezy/builtins.py:6298
3862
4066
msgid ""
3863
4067
"In most cases, a view has a short life-span: it is created to make\n"
3864
4068
"a selected change and is deleted once that change is committed.\n"
3866
4070
"and switch between them."
3867
4071
msgstr ""
3868
4072
 
3869
 
#: bzrlib/builtins.py:6276
 
4073
#: breezy/builtins.py:6303
3870
4074
msgid ""
3871
4075
"To disable the current view without deleting it, you can switch to\n"
3872
4076
"the pseudo view called ``off``. This can be useful when you need\n"
3874
4078
"want to switch back to your view after that."
3875
4079
msgstr ""
3876
4080
 
3877
 
#: bzrlib/builtins.py:6281
 
4081
#: breezy/builtins.py:6308
3878
4082
msgid ""
3879
4083
":Examples:\n"
3880
4084
"  To define the current view::"
3881
4085
msgstr ""
3882
4086
 
3883
 
#: bzrlib/builtins.py:6284
3884
 
msgid "    bzr view file1 dir1 ..."
 
4087
#: breezy/builtins.py:6311
 
4088
msgid "    brz view file1 dir1 ..."
3885
4089
msgstr ""
3886
4090
 
3887
 
#: bzrlib/builtins.py:6286
 
4091
#: breezy/builtins.py:6313
3888
4092
msgid "  To list the current view::"
3889
4093
msgstr ""
3890
4094
 
3891
 
#: bzrlib/builtins.py:6288
3892
 
msgid "    bzr view"
 
4095
#: breezy/builtins.py:6315
 
4096
msgid "    brz view"
3893
4097
msgstr ""
3894
4098
 
3895
 
#: bzrlib/builtins.py:6290
 
4099
#: breezy/builtins.py:6317
3896
4100
msgid "  To delete the current view::"
3897
4101
msgstr ""
3898
4102
 
3899
 
#: bzrlib/builtins.py:6292
3900
 
msgid "    bzr view --delete"
 
4103
#: breezy/builtins.py:6319
 
4104
msgid "    brz view --delete"
3901
4105
msgstr ""
3902
4106
 
3903
 
#: bzrlib/builtins.py:6294
 
4107
#: breezy/builtins.py:6321
3904
4108
msgid "  To disable the current view without deleting it::"
3905
4109
msgstr ""
3906
4110
 
3907
 
#: bzrlib/builtins.py:6296
3908
 
msgid "    bzr view --switch off"
 
4111
#: breezy/builtins.py:6323
 
4112
msgid "    brz view --switch off"
3909
4113
msgstr ""
3910
4114
 
3911
 
#: bzrlib/builtins.py:6298
 
4115
#: breezy/builtins.py:6325
3912
4116
msgid "  To define a named view and switch to it::"
3913
4117
msgstr ""
3914
4118
 
3915
 
#: bzrlib/builtins.py:6300
3916
 
msgid "    bzr view --name view-name file1 dir1 ..."
 
4119
#: breezy/builtins.py:6327
 
4120
msgid "    brz view --name view-name file1 dir1 ..."
3917
4121
msgstr ""
3918
4122
 
3919
 
#: bzrlib/builtins.py:6302
 
4123
#: breezy/builtins.py:6329
3920
4124
msgid "  To list a named view::"
3921
4125
msgstr ""
3922
4126
 
3923
 
#: bzrlib/builtins.py:6304
3924
 
msgid "    bzr view --name view-name"
 
4127
#: breezy/builtins.py:6331
 
4128
msgid "    brz view --name view-name"
3925
4129
msgstr ""
3926
4130
 
3927
 
#: bzrlib/builtins.py:6306
 
4131
#: breezy/builtins.py:6333
3928
4132
msgid "  To delete a named view::"
3929
4133
msgstr ""
3930
4134
 
3931
 
#: bzrlib/builtins.py:6308
3932
 
msgid "    bzr view --name view-name --delete"
 
4135
#: breezy/builtins.py:6335
 
4136
msgid "    brz view --name view-name --delete"
3933
4137
msgstr ""
3934
4138
 
3935
 
#: bzrlib/builtins.py:6310
 
4139
#: breezy/builtins.py:6337
3936
4140
msgid "  To switch to a named view::"
3937
4141
msgstr ""
3938
4142
 
3939
 
#: bzrlib/builtins.py:6312
3940
 
msgid "    bzr view --switch view-name"
 
4143
#: breezy/builtins.py:6339
 
4144
msgid "    brz view --switch view-name"
3941
4145
msgstr ""
3942
4146
 
3943
 
#: bzrlib/builtins.py:6314
 
4147
#: breezy/builtins.py:6341
3944
4148
msgid "  To list all views defined::"
3945
4149
msgstr ""
3946
4150
 
3947
 
#: bzrlib/builtins.py:6316
3948
 
msgid "    bzr view --all"
 
4151
#: breezy/builtins.py:6343
 
4152
msgid "    brz view --all"
3949
4153
msgstr ""
3950
4154
 
3951
 
#: bzrlib/builtins.py:6318
 
4155
#: breezy/builtins.py:6345
3952
4156
msgid "  To delete all views::"
3953
4157
msgstr ""
3954
4158
 
3955
 
#: bzrlib/builtins.py:6320
3956
 
msgid "    bzr view --delete --all"
 
4159
#: breezy/builtins.py:6347
 
4160
msgid "    brz view --delete --all"
3957
4161
msgstr ""
3958
4162
 
3959
 
#: bzrlib/builtins.py:6327
 
4163
# help of 'all' option of 'view' command
 
4164
#: breezy/builtins.py:6354
3960
4165
msgid "Apply list or delete action to all views."
3961
4166
msgstr ""
3962
4167
 
3963
 
#: bzrlib/builtins.py:6330
 
4168
# help of 'delete' option of 'view' command
 
4169
#: breezy/builtins.py:6357
3964
4170
msgid "Delete the view."
3965
4171
msgstr ""
3966
4172
 
3967
 
#: bzrlib/builtins.py:6333
 
4173
# help of 'name' option of 'view' command
 
4174
#: breezy/builtins.py:6360
3968
4175
msgid "Name of the view to define, list or delete."
3969
4176
msgstr ""
3970
4177
 
3971
 
#: bzrlib/builtins.py:6337
 
4178
# help of 'switch' option of 'view' command
 
4179
#: breezy/builtins.py:6364
3972
4180
msgid "Name of the view to switch to."
3973
4181
msgstr ""
3974
4182
 
3975
 
#: bzrlib/builtins.py:6356
 
4183
#: breezy/builtins.py:6383
3976
4184
msgid "Both --delete and a file list specified"
3977
4185
msgstr ""
3978
4186
 
3979
 
#: bzrlib/builtins.py:6359
 
4187
#: breezy/builtins.py:6386
3980
4188
msgid "Both --delete and --switch specified"
3981
4189
msgstr ""
3982
4190
 
3983
 
#: bzrlib/builtins.py:6362
 
4191
#: breezy/builtins.py:6389
3984
4192
msgid "Deleted all views.\n"
3985
4193
msgstr ""
3986
4194
 
3987
 
#: bzrlib/builtins.py:6364
 
4195
#: breezy/builtins.py:6391
3988
4196
msgid "No current view to delete"
3989
4197
msgstr ""
3990
4198
 
3991
 
#: bzrlib/builtins.py:6367
 
4199
#: breezy/builtins.py:6394
3992
4200
#, python-format
3993
4201
msgid "Deleted '%s' view.\n"
3994
4202
msgstr ""
3995
4203
 
3996
 
#: bzrlib/builtins.py:6371
 
4204
#: breezy/builtins.py:6398
3997
4205
msgid "Both --switch and a file list specified"
3998
4206
msgstr ""
3999
4207
 
4000
 
#: bzrlib/builtins.py:6374
 
4208
#: breezy/builtins.py:6401
4001
4209
msgid "Both --switch and --all specified"
4002
4210
msgstr ""
4003
4211
 
4004
 
#: bzrlib/builtins.py:6377
 
4212
#: breezy/builtins.py:6404
4005
4213
msgid "No current view to disable"
4006
4214
msgstr ""
4007
4215
 
4008
 
#: bzrlib/builtins.py:6379
 
4216
#: breezy/builtins.py:6406
4009
4217
#, python-format
4010
4218
msgid "Disabled '%s' view.\n"
4011
4219
msgstr ""
4012
4220
 
4013
 
#: bzrlib/builtins.py:6383 bzrlib/builtins.py:6405
 
4221
#: breezy/builtins.py:6410 breezy/builtins.py:6432
 
4222
#, python-brace-format
4014
4223
msgid "Using '{0}' view: {1}\n"
4015
4224
msgstr ""
4016
4225
 
4017
 
#: bzrlib/builtins.py:6386
 
4226
#: breezy/builtins.py:6413
4018
4227
msgid "Views defined:\n"
4019
4228
msgstr ""
4020
4229
 
4021
 
#: bzrlib/builtins.py:6395
 
4230
#: breezy/builtins.py:6422
4022
4231
msgid "No views defined.\n"
4023
4232
msgstr ""
4024
4233
 
4025
 
#: bzrlib/builtins.py:6402
 
4234
#: breezy/builtins.py:6429
4026
4235
msgid "Cannot change the 'off' pseudo view"
4027
4236
msgstr ""
4028
4237
 
4029
 
#: bzrlib/builtins.py:6410
 
4238
#: breezy/builtins.py:6437
4030
4239
msgid "No current view.\n"
4031
4240
msgstr ""
4032
4241
 
4033
 
#: bzrlib/builtins.py:6413
 
4242
#: breezy/builtins.py:6440
 
4243
#, python-brace-format
4034
4244
msgid "'{0}' view is: {1}\n"
4035
4245
msgstr ""
4036
4246
 
4037
 
#: bzrlib/builtins.py:6433
 
4247
#: breezy/builtins.py:6460
4038
4248
msgid "    <no hooks installed>\n"
4039
4249
msgstr ""
4040
4250
 
4041
 
#: bzrlib/builtins.py:6437
 
4251
#: breezy/builtins.py:6464
4042
4252
msgid "Remove a branch."
4043
4253
msgstr ""
4044
4254
 
4045
 
#: bzrlib/builtins.py:6439
 
4255
#: breezy/builtins.py:6466
4046
4256
msgid ""
4047
4257
"This will remove the branch from the specified location but \n"
4048
4258
"will keep any working tree or repository in place."
4049
4259
msgstr ""
4050
4260
 
4051
 
#: bzrlib/builtins.py:6444
 
4261
#: breezy/builtins.py:6471
4052
4262
msgid "  Remove the branch at repo/trunk::"
4053
4263
msgstr ""
4054
4264
 
4055
 
#: bzrlib/builtins.py:6446
 
4265
#: breezy/builtins.py:6473
4056
4266
msgid "    bzr remove-branch repo/trunk"
4057
4267
msgstr ""
4058
4268
 
4059
 
#: bzrlib/builtins.py:6461
 
4269
# help of 'force' option of 'remove-branch' command
 
4270
#: breezy/builtins.py:6480
 
4271
msgid "Remove branch even if it is the active branch."
 
4272
msgstr ""
 
4273
 
 
4274
#: breezy/builtins.py:6494
 
4275
msgid "Branch is active. Use --force to remove it."
 
4276
msgstr ""
 
4277
 
 
4278
# help of 'writer=plain' option of 'shelve' command
 
4279
#: breezy/builtins.py:6498
4060
4280
msgid "Plaintext diff output."
4061
4281
msgstr ""
4062
4282
 
4063
 
#: bzrlib/builtins.py:6462
 
4283
#: breezy/builtins.py:6499
4064
4284
msgid "Temporarily set aside some changes from the current tree."
4065
4285
msgstr ""
4066
4286
 
4067
 
#: bzrlib/builtins.py:6464
 
4287
#: breezy/builtins.py:6501
4068
4288
msgid ""
4069
4289
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4070
4290
"ie. out of the way, until a later time when you can bring them back from\n"
4073
4293
"will they survive its deletion."
4074
4294
msgstr ""
4075
4295
 
4076
 
#: bzrlib/builtins.py:6470
 
4296
#: breezy/builtins.py:6507
4077
4297
msgid "If shelve --list is specified, previously-shelved changes are listed."
4078
4298
msgstr ""
4079
4299
 
4080
 
#: bzrlib/builtins.py:6472
 
4300
#: breezy/builtins.py:6509
4081
4301
msgid ""
4082
4302
"Shelve is intended to help separate several sets of changes that have\n"
4083
4303
"been inappropriately mingled.  If you just want to get rid of all changes\n"
4085
4305
"shelve all text changes at once, use shelve --all."
4086
4306
msgstr ""
4087
4307
 
4088
 
#: bzrlib/builtins.py:6477
 
4308
#: breezy/builtins.py:6514
4089
4309
msgid ""
4090
4310
"If filenames are specified, only the changes to those files will be\n"
4091
4311
"shelved. Other files will be left untouched."
4092
4312
msgstr ""
4093
4313
 
4094
 
#: bzrlib/builtins.py:6480
 
4314
#: breezy/builtins.py:6517
4095
4315
msgid ""
4096
4316
"If a revision is specified, changes since that revision will be shelved."
4097
4317
msgstr ""
4098
4318
 
4099
 
#: bzrlib/builtins.py:6482
 
4319
#: breezy/builtins.py:6519
4100
4320
msgid ""
4101
4321
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4102
4322
"restore the most recently shelved changes."
4103
4323
msgstr ""
4104
4324
 
4105
 
#: bzrlib/builtins.py:6485
 
4325
#: breezy/builtins.py:6522
4106
4326
msgid ""
4107
4327
"For complicated changes, it is possible to edit the changes in a separate\n"
4108
4328
"editor program to decide what the file remaining in the working copy\n"
4109
4329
"should look like.  To do this, add the configuration option"
4110
4330
msgstr ""
4111
4331
 
4112
 
#: bzrlib/builtins.py:6489
 
4332
#: breezy/builtins.py:6526
4113
4333
msgid "    change_editor = PROGRAM @new_path @old_path"
4114
4334
msgstr ""
4115
4335
 
4116
 
#: bzrlib/builtins.py:6491
 
4336
#: breezy/builtins.py:6528
4117
4337
msgid ""
4118
4338
"where @new_path is replaced with the path of the new version of the \n"
4119
4339
"file and @old_path is replaced with the path of the old version of \n"
4122
4342
"    "
4123
4343
msgstr ""
4124
4344
 
4125
 
#: bzrlib/builtins.py:6503
 
4345
# help of 'all' option of 'shelve' command
 
4346
#: breezy/builtins.py:6540
4126
4347
msgid "Shelve all changes."
4127
4348
msgstr ""
4128
4349
 
4129
 
#: bzrlib/builtins.py:6505
 
4350
# help of 'writer' option of 'shelve' command
 
4351
#: breezy/builtins.py:6542
4130
4352
msgid "Method to use for writing diffs."
4131
4353
msgstr ""
4132
4354
 
4133
 
#: bzrlib/builtins.py:6505
 
4355
# title of 'writer' option of 'shelve' command
 
4356
#: breezy/builtins.py:6542
4134
4357
msgid "writer"
4135
4358
msgstr ""
4136
4359
 
4137
 
#: bzrlib/builtins.py:6509
 
4360
# help of 'list' option of 'shelve' command
 
4361
#: breezy/builtins.py:6546
4138
4362
msgid "List shelved changes."
4139
4363
msgstr ""
4140
4364
 
4141
 
#: bzrlib/builtins.py:6511
 
4365
# help of 'destroy' option of 'shelve' command
 
4366
#: breezy/builtins.py:6548
4142
4367
msgid "Destroy removed changes instead of shelving them."
4143
4368
msgstr ""
4144
4369
 
4145
 
#: bzrlib/builtins.py:6540
 
4370
#: breezy/builtins.py:6577
4146
4371
msgid "No shelved changes."
4147
4372
msgstr ""
4148
4373
 
4149
 
#: bzrlib/builtins.py:6551
 
4374
#: breezy/builtins.py:6588
4150
4375
msgid "Restore shelved changes."
4151
4376
msgstr ""
4152
4377
 
4153
 
#: bzrlib/builtins.py:6553
 
4378
#: breezy/builtins.py:6590
4154
4379
msgid ""
4155
4380
"By default, the most recently shelved changes are restored. However if you\n"
4156
4381
"specify a shelf by id those changes will be restored instead.  This works\n"
4157
4382
"best when the changes don't depend on each other."
4158
4383
msgstr ""
4159
4384
 
4160
 
#: bzrlib/builtins.py:6562
 
4385
# help of 'action' option of 'unshelve' command
 
4386
#: breezy/builtins.py:6599
4161
4387
msgid "The action to perform."
4162
4388
msgstr ""
4163
4389
 
4164
 
#: bzrlib/builtins.py:6562 bzrlib/conflicts.py:694
 
4390
# title of 'action' option of 'resolve' command
 
4391
# title of 'action' option of 'unshelve' command
 
4392
#: breezy/builtins.py:6599 breezy/conflicts.py:694
4165
4393
msgid "action"
4166
4394
msgstr ""
4167
4395
 
4168
 
#: bzrlib/builtins.py:6564
 
4396
# help of 'action=apply' option of 'unshelve' command
 
4397
#: breezy/builtins.py:6601
4169
4398
msgid "Apply changes and remove from the shelf."
4170
4399
msgstr ""
4171
4400
 
4172
 
#: bzrlib/builtins.py:6565
 
4401
# help of 'action=dry-run' option of 'unshelve' command
 
4402
#: breezy/builtins.py:6602
4173
4403
msgid "Show changes, but do not apply or remove them."
4174
4404
msgstr ""
4175
4405
 
4176
 
#: bzrlib/builtins.py:6566
 
4406
# help of 'action=preview' option of 'unshelve' command
 
4407
#: breezy/builtins.py:6603
4177
4408
msgid ""
4178
4409
"Instead of unshelving the changes, show the diff that would result from "
4179
4410
"unshelving."
4180
4411
msgstr ""
4181
4412
 
4182
 
#: bzrlib/builtins.py:6568
 
4413
# help of 'action=delete-only' option of 'unshelve' command
 
4414
#: breezy/builtins.py:6605
4183
4415
msgid "Delete changes without applying them."
4184
4416
msgstr ""
4185
4417
 
4186
 
#: bzrlib/builtins.py:6569
 
4418
# help of 'action=keep' option of 'unshelve' command
 
4419
#: breezy/builtins.py:6606
4187
4420
msgid "Apply changes but don't delete them."
4188
4421
msgstr ""
4189
4422
 
4190
 
#: bzrlib/builtins.py:6584
 
4423
#: breezy/builtins.py:6621
4191
4424
msgid "Remove unwanted files from working tree."
4192
4425
msgstr ""
4193
4426
 
4194
 
#: bzrlib/builtins.py:6586
 
4427
#: breezy/builtins.py:6623
4195
4428
msgid ""
4196
4429
"By default, only unknown files, not ignored files, are deleted.  Versioned\n"
4197
4430
"files are never deleted."
4198
4431
msgstr ""
4199
4432
 
4200
 
#: bzrlib/builtins.py:6589
 
4433
#: breezy/builtins.py:6626
4201
4434
msgid ""
4202
 
"Another class is 'detritus', which includes files emitted by bzr during\n"
 
4435
"Another class is 'detritus', which includes files emitted by brz during\n"
4203
4436
"normal operations and selftests.  (The value of these files decreases with\n"
4204
4437
"time.)"
4205
4438
msgstr ""
4206
4439
 
4207
 
#: bzrlib/builtins.py:6593
 
4440
#: breezy/builtins.py:6630
4208
4441
msgid ""
4209
4442
"If no options are specified, unknown files are deleted.  Otherwise, option\n"
4210
4443
"flags are respected, and may be combined."
4211
4444
msgstr ""
4212
4445
 
4213
 
#: bzrlib/builtins.py:6596
 
4446
#: breezy/builtins.py:6633
4214
4447
msgid "To check what clean-tree will do, use --dry-run."
4215
4448
msgstr ""
4216
4449
 
4217
 
#: bzrlib/builtins.py:6599
 
4450
# help of 'ignored' option of 'clean-tree' command
 
4451
#: breezy/builtins.py:6636
4218
4452
msgid "Delete all ignored files."
4219
4453
msgstr ""
4220
4454
 
4221
 
#: bzrlib/builtins.py:6600
 
4455
# help of 'detritus' option of 'clean-tree' command
 
4456
#: breezy/builtins.py:6637
4222
4457
msgid ""
4223
4458
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4224
4459
msgstr ""
4225
4460
 
4226
 
#: bzrlib/builtins.py:6603
4227
 
msgid "Delete files unknown to bzr (default)."
 
4461
# help of 'unknown' option of 'clean-tree' command
 
4462
#: breezy/builtins.py:6640
 
4463
msgid "Delete files unknown to brz (default)."
4228
4464
msgstr ""
4229
4465
 
4230
 
#: bzrlib/builtins.py:6604
 
4466
# help of 'dry-run' option of 'clean-tree' command
 
4467
#: breezy/builtins.py:6641
4231
4468
msgid "Show files to delete instead of deleting them."
4232
4469
msgstr ""
4233
4470
 
4234
 
#: bzrlib/builtins.py:6606
 
4471
# help of 'force' option of 'clean-tree' command
 
4472
#: breezy/builtins.py:6643
4235
4473
msgid "Do not prompt before deleting."
4236
4474
msgstr ""
4237
4475
 
4238
 
#: bzrlib/bundle/__init__.py:59
 
4476
#: breezy/bundle/__init__.py:59
4239
4477
msgid "A directory cannot be a bundle"
4240
4478
msgstr ""
4241
4479
 
4242
 
#: bzrlib/bundle/apply_bundle.py:40
 
4480
#: breezy/bundle/apply_bundle.py:40
4243
4481
msgid "Install revisions"
4244
4482
msgstr ""
4245
4483
 
4246
 
#: bzrlib/bundle/commands.py:64
 
4484
#: breezy/bundle/commands.py:64
4247
4485
msgid "--verbose requires a merge directive"
4248
4486
msgstr ""
4249
4487
 
4250
 
#: bzrlib/bundle/commands.py:67
 
4488
#: breezy/bundle/commands.py:67
4251
4489
msgid "Bundle format not supported"
4252
4490
msgstr ""
4253
4491
 
4254
 
#: bzrlib/bundle/commands.py:77
 
4492
#: breezy/bundle/commands.py:77
4255
4493
msgid "Records\n"
4256
4494
msgstr ""
4257
4495
 
4258
 
#: bzrlib/bundle/commands.py:81
 
4496
#: breezy/bundle/commands.py:81
 
4497
#, python-brace-format
4259
4498
msgid "{0}: {1} ({2} multiparent)\n"
4260
4499
msgstr ""
4261
4500
 
4262
 
#: bzrlib/bundle/commands.py:83
 
4501
#: breezy/bundle/commands.py:83
4263
4502
#, python-format
4264
4503
msgid "unique files: %d\n"
4265
4504
msgstr ""
4266
4505
 
4267
 
#: bzrlib/bundle/commands.py:92
 
4506
#: breezy/bundle/commands.py:92
4268
4507
msgid "Revisions\n"
4269
4508
msgstr ""
4270
4509
 
4271
 
#: bzrlib/bundle/commands.py:93
 
4510
#: breezy/bundle/commands.py:93
4272
4511
#, python-format
4273
4512
msgid "nicks: %s\n"
4274
4513
msgstr ""
4275
4514
 
4276
 
#: bzrlib/bundle/commands.py:95
 
4515
#: breezy/bundle/commands.py:95
4277
4516
#, python-format
4278
4517
msgid ""
4279
4518
"committers: \n"
4280
4519
"%s\n"
4281
4520
msgstr ""
4282
4521
 
4283
 
#: bzrlib/bundle/commands.py:103
 
4522
#: breezy/bundle/commands.py:103
4284
4523
msgid "Decoded contents\n"
4285
4524
msgstr ""
4286
4525
 
4287
 
#: bzrlib/bundle/serializer/v4.py:327
 
4526
#: breezy/bundle/serializer/v4.py:327
4288
4527
#, python-format
4289
4528
msgid "Bundling %d revision."
4290
4529
msgid_plural "Bundling %d revisions."
4291
4530
msgstr[0] ""
4292
4531
msgstr[1] ""
4293
4532
 
4294
 
#: bzrlib/bzrdir.py:490
 
4533
#: breezy/bzrdir.py:487
 
4534
#, python-brace-format
4295
4535
msgid ""
4296
4536
"making backup of {0}\n"
4297
4537
"  to {1}"
4298
4538
msgstr ""
4299
4539
 
4300
 
#: bzrlib/bzrdir.py:513
 
4540
#: breezy/bzrdir.py:510
 
4541
#, python-brace-format
4301
4542
msgid "renamed {0} to {1}"
4302
4543
msgstr ""
4303
4544
 
4304
 
#: bzrlib/bzrdir.py:1652
 
4545
#: breezy/bzrdir.py:1639
4305
4546
#, python-format
4306
4547
msgid ""
4307
4548
"Source repository format does not support stacking, using format:\n"
4308
4549
"  %s"
4309
4550
msgstr ""
4310
4551
 
4311
 
#: bzrlib/bzrdir.py:1672
 
4552
#: breezy/bzrdir.py:1659
4312
4553
#, python-format
4313
4554
msgid ""
4314
4555
"Source branch format does not support stacking, using format:\n"
4315
4556
"  %s"
4316
4557
msgstr ""
4317
4558
 
4318
 
#: bzrlib/bzrdir.py:1818
 
4559
#: breezy/bzrdir.py:1805
4319
4560
msgid "starting repository conversion"
4320
4561
msgstr ""
4321
4562
 
4322
 
#: bzrlib/bzrdir.py:2039
 
4563
#: breezy/bzrdir.py:2026
 
4564
#, python-brace-format
4323
4565
msgid "Using default stacking branch {0} at {1}"
4324
4566
msgstr ""
4325
4567
 
4326
 
#: bzrlib/check.py:108
 
4568
#: breezy/check.py:108
4327
4569
msgid "check"
4328
4570
msgstr ""
4329
4571
 
4330
 
#: bzrlib/check.py:110
 
4572
#: breezy/check.py:110
4331
4573
msgid "checking revisions"
4332
4574
msgstr ""
4333
4575
 
4334
 
#: bzrlib/check.py:112
 
4576
#: breezy/check.py:112
4335
4577
msgid "checking commit contents"
4336
4578
msgstr ""
4337
4579
 
4338
 
#: bzrlib/check.py:114
 
4580
#: breezy/check.py:114
4339
4581
msgid "checking file graphs"
4340
4582
msgstr ""
4341
4583
 
4342
 
#: bzrlib/check.py:118
 
4584
#: breezy/check.py:118
4343
4585
msgid "checking branches and trees"
4344
4586
msgstr ""
4345
4587
 
4346
 
#: bzrlib/check.py:205
 
4588
#: breezy/check.py:205
 
4589
#, python-brace-format
4347
4590
msgid "checked repository {0} format {1}"
4348
4591
msgstr ""
4349
4592
 
4350
 
#: bzrlib/check.py:208
 
4593
#: breezy/check.py:208
4351
4594
#, python-format
4352
4595
msgid "%6d revisions"
4353
4596
msgstr ""
4354
4597
 
4355
 
#: bzrlib/check.py:209
 
4598
#: breezy/check.py:209
4356
4599
#, python-format
4357
4600
msgid "%6d file-ids"
4358
4601
msgstr ""
4359
4602
 
4360
 
#: bzrlib/check.py:211
 
4603
#: breezy/check.py:211
4361
4604
#, python-format
4362
4605
msgid "%6d unreferenced text versions"
4363
4606
msgstr ""
4364
4607
 
4365
 
#: bzrlib/check.py:215
 
4608
#: breezy/check.py:215
 
4609
#, python-brace-format
4366
4610
msgid "unreferenced version: {{{0}}} in {1}"
4367
4611
msgstr ""
4368
4612
 
4369
 
#: bzrlib/check.py:218
 
4613
#: breezy/check.py:218
4370
4614
#, python-format
4371
4615
msgid "%6d revisions are missing inventory_sha1"
4372
4616
msgstr ""
4373
4617
 
4374
 
#: bzrlib/check.py:221
 
4618
#: breezy/check.py:221
4375
4619
#, python-format
4376
4620
msgid "%6d revisions are mentioned but not present"
4377
4621
msgstr ""
4378
4622
 
4379
 
#: bzrlib/check.py:224
 
4623
#: breezy/check.py:224
4380
4624
#, python-format
4381
4625
msgid "%6d ghost revisions"
4382
4626
msgstr ""
4383
4627
 
4384
 
#: bzrlib/check.py:229
 
4628
#: breezy/check.py:229
4385
4629
#, python-format
4386
4630
msgid "%6d revisions missing parents in ancestry"
4387
4631
msgstr ""
4388
4632
 
4389
 
#: bzrlib/check.py:233
 
4633
#: breezy/check.py:233
4390
4634
#, python-format
4391
4635
msgid "      %s should be in the ancestry for:"
4392
4636
msgstr ""
4393
4637
 
4394
 
#: bzrlib/check.py:237
 
4638
#: breezy/check.py:237
4395
4639
#, python-format
4396
4640
msgid "%6d inconsistent parents"
4397
4641
msgstr ""
4398
4642
 
4399
 
#: bzrlib/check.py:241
 
4643
#: breezy/check.py:241
4400
4644
msgid "      * {0} version {1} has parents {2!r} but should have {3!r}"
4401
4645
msgstr ""
4402
4646
 
4403
 
#: bzrlib/check.py:247
 
4647
#: breezy/check.py:247
4404
4648
#, python-format
4405
4649
msgid "%6d revisions have incorrect parents in the revision index"
4406
4650
msgstr ""
4407
4651
 
4408
 
#: bzrlib/check.py:253
 
4652
#: breezy/check.py:253
4409
4653
msgid "       {0} has wrong parents in index: {1!r} should be {2!r}"
4410
4654
msgstr ""
4411
4655
 
4412
 
#: bzrlib/check.py:267
 
4656
#: breezy/check.py:267
 
4657
#, python-brace-format
4413
4658
msgid "Mismatched internal revid {{{0}}} and index revid {{{1}}}"
4414
4659
msgstr ""
4415
4660
 
4416
 
#: bzrlib/check.py:296
 
4661
#: breezy/check.py:296
 
4662
#, python-brace-format
4417
4663
msgid ""
4418
4664
"Multiple expected sha1s for {0}. {{{1}}} expects {{{2}}}, {{{3}}} expects "
4419
4665
"{{{4}}}"
4420
4666
msgstr ""
4421
4667
 
4422
 
#: bzrlib/check.py:354
 
4668
#: breezy/check.py:354
4423
4669
#, python-format
4424
4670
msgid "Checking branch at '%s'."
4425
4671
msgstr ""
4426
4672
 
4427
 
#: bzrlib/check.py:374
 
4673
#: breezy/check.py:374
4428
4674
#, python-format
4429
4675
msgid "Checking working tree at '%s'."
4430
4676
msgstr ""
4431
4677
 
4432
 
#: bzrlib/check.py:427 bzrlib/check.py:441
 
4678
#: breezy/check.py:427 breezy/check.py:441
4433
4679
msgid "No branch found at specified location."
4434
4680
msgstr ""
4435
4681
 
4436
 
#: bzrlib/check.py:429 bzrlib/check.py:439
 
4682
#: breezy/check.py:429 breezy/check.py:439
4437
4683
msgid "No working tree found at specified location."
4438
4684
msgstr ""
4439
4685
 
4440
 
#: bzrlib/check.py:432
 
4686
#: breezy/check.py:432
4441
4687
#, python-format
4442
4688
msgid "Checking repository at '%s'."
4443
4689
msgstr ""
4444
4690
 
4445
 
#: bzrlib/check.py:443
 
4691
#: breezy/check.py:443
4446
4692
msgid "No repository found at specified location."
4447
4693
msgstr ""
4448
4694
 
4449
 
#: bzrlib/clean_tree.py:63
 
4695
#: breezy/clean_tree.py:63
4450
4696
msgid "Nothing to delete."
4451
4697
msgstr ""
4452
4698
 
4453
 
#: bzrlib/clean_tree.py:68
 
4699
#: breezy/clean_tree.py:68
4454
4700
msgid "Are you sure you wish to delete these"
4455
4701
msgstr ""
4456
4702
 
4457
 
#: bzrlib/clean_tree.py:70
 
4703
#: breezy/clean_tree.py:70
4458
4704
msgid "Canceled"
4459
4705
msgstr ""
4460
4706
 
4461
 
#: bzrlib/clean_tree.py:107
 
4707
#: breezy/clean_tree.py:107
4462
4708
#, python-format
4463
4709
msgid "unable to remove %s"
4464
4710
msgstr ""
4465
4711
 
4466
 
#: bzrlib/clean_tree.py:111
 
4712
#: breezy/clean_tree.py:111
4467
4713
msgid "deleting paths:"
4468
4714
msgstr ""
4469
4715
 
4470
 
#: bzrlib/clean_tree.py:125
 
4716
#: breezy/clean_tree.py:125
 
4717
#, python-brace-format
4471
4718
msgid "unable to remove \"{0}\": {1}."
4472
4719
msgstr ""
4473
4720
 
4474
 
#: bzrlib/clean_tree.py:130
 
4721
#: breezy/clean_tree.py:130
4475
4722
msgid "No files deleted."
4476
4723
msgstr ""
4477
4724
 
4478
 
#: bzrlib/cmd_version_info.py:47
 
4725
#: breezy/cmd_version_info.py:47
 
4726
#, python-brace-format
4479
4727
msgid "No known version info format {0}. Supported types are: {1}"
4480
4728
msgstr ""
4481
4729
 
4482
 
#: bzrlib/cmd_version_info.py:52
 
4730
# help of 'format=custom' option of 'version-info' command
 
4731
#: breezy/cmd_version_info.py:52
4483
4732
msgid "Version info in Custom template-based format."
4484
4733
msgstr ""
4485
4734
 
4486
 
#: bzrlib/cmd_version_info.py:52
 
4735
# help of 'format=python' option of 'version-info' command
 
4736
#: breezy/cmd_version_info.py:52
4487
4737
msgid "Version info in Python format."
4488
4738
msgstr ""
4489
4739
 
4490
 
#: bzrlib/cmd_version_info.py:52
 
4740
# help of 'format=rio' option of 'version-info' command
 
4741
#: breezy/cmd_version_info.py:52
4491
4742
msgid "Version info in RIO (simple text) format (default)."
4492
4743
msgstr ""
4493
4744
 
4494
 
#: bzrlib/cmd_version_info.py:53
 
4745
#: breezy/cmd_version_info.py:53
4495
4746
msgid "Show version information about this tree."
4496
4747
msgstr ""
4497
4748
 
4498
 
#: bzrlib/cmd_version_info.py:55
 
4749
#: breezy/cmd_version_info.py:55
4499
4750
msgid ""
4500
4751
"You can use this command to add information about version into\n"
4501
4752
"source code of an application. The output can be in one of the\n"
4502
4753
"supported formats or in a custom format based on a template."
4503
4754
msgstr ""
4504
4755
 
4505
 
#: bzrlib/cmd_version_info.py:59 en/help_topics/configuration.txt:700
4506
 
#: en/help_topics/configuration.txt:710
 
4756
#: breezy/cmd_version_info.py:59 en/help_topics/configuration.txt:712
 
4757
#: en/help_topics/configuration.txt:738
4507
4758
msgid "For example::"
4508
4759
msgstr ""
4509
4760
 
4510
 
#: bzrlib/cmd_version_info.py:61
 
4761
#: breezy/cmd_version_info.py:61
4511
4762
msgid ""
4512
4763
"  bzr version-info --custom \\\n"
4513
4764
"    --template=\"#define VERSION_INFO \\\"Project 1.2.3 (r{revno})\\\"\\n\""
4514
4765
msgstr ""
4515
4766
 
4516
 
#: bzrlib/cmd_version_info.py:64
 
4767
#: breezy/cmd_version_info.py:64
4517
4768
msgid ""
4518
4769
"will produce a C header file with formatted string containing the\n"
4519
4770
"current revision number. Other supported variables in templates are:"
4520
4771
msgstr ""
4521
4772
 
4522
 
#: bzrlib/cmd_version_info.py:67
 
4773
#: breezy/cmd_version_info.py:67
4523
4774
msgid ""
4524
4775
"  * {date} - date of the last revision\n"
4525
4776
"  * {build_date} - current date\n"
4530
4781
"              otherwise 1"
4531
4782
msgstr ""
4532
4783
 
4533
 
#: bzrlib/cmd_version_info.py:77
 
4784
# help of 'format' option of 'version-info' command
 
4785
#: breezy/cmd_version_info.py:77
4534
4786
msgid "Select the output format."
4535
4787
msgstr ""
4536
4788
 
4537
 
#: bzrlib/cmd_version_info.py:81
 
4789
# help of 'all' option of 'version-info' command
 
4790
#: breezy/cmd_version_info.py:81
4538
4791
msgid "Include all possible information."
4539
4792
msgstr ""
4540
4793
 
4541
 
#: bzrlib/cmd_version_info.py:82
 
4794
# help of 'check-clean' option of 'version-info' command
 
4795
#: breezy/cmd_version_info.py:82
4542
4796
msgid "Check if tree is clean."
4543
4797
msgstr ""
4544
4798
 
4545
 
#: bzrlib/cmd_version_info.py:84
 
4799
# help of 'include-history' option of 'version-info' command
 
4800
#: breezy/cmd_version_info.py:84
4546
4801
msgid "Include the revision-history."
4547
4802
msgstr ""
4548
4803
 
4549
 
#: bzrlib/cmd_version_info.py:86
 
4804
# help of 'include-file-revisions' option of 'version-info' command
 
4805
#: breezy/cmd_version_info.py:86
4550
4806
msgid "Include the last revision for each file."
4551
4807
msgstr ""
4552
4808
 
4553
 
#: bzrlib/cmd_version_info.py:87
 
4809
# help of 'template' option of 'version-info' command
 
4810
#: breezy/cmd_version_info.py:87
4554
4811
msgid "Template for the output."
4555
4812
msgstr ""
4556
4813
 
4557
 
#: bzrlib/cmd_version_info.py:101
 
4814
#: breezy/cmd_version_info.py:101
4558
4815
msgid "bzr version-info --revision takes exactly one revision specifier"
4559
4816
msgstr ""
4560
4817
 
4561
 
#: bzrlib/commands.py:229
 
4818
#: breezy/commands.py:229
4562
4819
#, python-format
4563
4820
msgid "unknown command \"%s\""
4564
4821
msgstr ""
4565
4822
 
4566
 
#: bzrlib/commands.py:476
 
4823
#: breezy/commands.py:476
4567
4824
msgid "No help for this command."
4568
4825
msgstr ""
4569
4826
 
4570
 
#: bzrlib/commands.py:489
 
4827
#: breezy/commands.py:489
4571
4828
#, python-format
4572
4829
msgid ":Purpose: %s\n"
4573
4830
msgstr ""
4574
4831
 
4575
 
#: bzrlib/commands.py:491
 
4832
#: breezy/commands.py:491
4576
4833
#, python-format
4577
4834
msgid ""
4578
4835
":Usage:\n"
4579
4836
"%s\n"
4580
4837
msgstr ""
4581
4838
 
4582
 
#: bzrlib/commands.py:493
 
4839
#: breezy/commands.py:493
4583
4840
#, python-format
4584
4841
msgid ":Usage:   %s\n"
4585
4842
msgstr ""
4586
4843
 
4587
 
#: bzrlib/commands.py:512
 
4844
#: breezy/commands.py:512
4588
4845
#, python-format
4589
4846
msgid ":Options:%s"
4590
4847
msgstr ""
4591
4848
 
4592
 
#: bzrlib/commands.py:523
 
4849
#: breezy/commands.py:523
4593
4850
#, python-format
4594
4851
msgid ""
4595
4852
":Description:\n"
4597
4854
"\n"
4598
4855
msgstr ""
4599
4856
 
4600
 
#: bzrlib/commands.py:533
 
4857
#: breezy/commands.py:533
4601
4858
#, python-format
4602
4859
msgid ""
4603
4860
"See bzr help %s for more details and examples.\n"
4604
4861
"\n"
4605
4862
msgstr ""
4606
4863
 
4607
 
#: bzrlib/commands.py:538
 
4864
#: breezy/commands.py:538
4608
4865
msgid ":Aliases:  "
4609
4866
msgstr ""
4610
4867
 
4611
 
#: bzrlib/commands.py:542
 
4868
#: breezy/commands.py:542
4612
4869
#, python-format
4613
4870
msgid ":From:     plugin \"%s\"\n"
4614
4871
msgstr ""
4615
4872
 
4616
 
#: bzrlib/commands.py:554
 
4873
#: breezy/commands.py:554
 
4874
#, python-brace-format
4617
4875
msgid ":doc:`{0} <{1}-help>`"
4618
4876
msgstr ""
4619
4877
 
4620
 
#: bzrlib/commands.py:558
 
4878
#: breezy/commands.py:558
4621
4879
#, python-format
4622
4880
msgid ":See also: %s"
4623
4881
msgstr ""
4624
4882
 
4625
 
#: bzrlib/commands.py:816 bzrlib/gpg.py:324
 
4883
#: breezy/commands.py:826
4626
4884
msgid "Only ASCII permitted in option names"
4627
4885
msgstr ""
4628
4886
 
4629
 
#: bzrlib/commands.py:841 bzrlib/commands.py:849
 
4887
#: breezy/commands.py:851 breezy/commands.py:859
4630
4888
msgid "command {0!r} needs one or more {1}"
4631
4889
msgstr ""
4632
4890
 
4633
 
#: bzrlib/commands.py:858
 
4891
#: breezy/commands.py:868
4634
4892
msgid "command {0!r} requires argument {1}"
4635
4893
msgstr ""
4636
4894
 
4637
 
#: bzrlib/commands.py:865
 
4895
#: breezy/commands.py:875
 
4896
#, python-brace-format
4638
4897
msgid "extra argument to command {0}: {1}"
4639
4898
msgstr ""
4640
4899
 
4641
 
#: bzrlib/commands.py:962
 
4900
#: breezy/commands.py:952
4642
4901
#, python-format
4643
4902
msgid "Profile data written to \"%s\"."
4644
4903
msgstr ""
4645
4904
 
4646
 
#: bzrlib/commit.py:117 bzrlib/commit.py:740
 
4905
#: breezy/commit.py:117 breezy/commit.py:740
4647
4906
msgid "added"
4648
4907
msgstr ""
4649
4908
 
4650
 
#: bzrlib/commit.py:117 bzrlib/commit.py:748
 
4909
#: breezy/commit.py:117 breezy/commit.py:748
4651
4910
msgid "modified"
4652
4911
msgstr ""
4653
4912
 
4654
 
#: bzrlib/commit.py:131
 
4913
#: breezy/commit.py:131
4655
4914
#, python-format
4656
4915
msgid "Committing%s"
4657
4916
msgstr ""
4658
4917
 
4659
 
#: bzrlib/commit.py:134
 
4918
#: breezy/commit.py:134
4660
4919
#, python-format
4661
4920
msgid "Committed revision %d."
4662
4921
msgstr ""
4663
4922
 
4664
 
#: bzrlib/commit.py:143
 
4923
#: breezy/commit.py:143
4665
4924
#, python-format
4666
4925
msgid "deleted %s"
4667
4926
msgstr ""
4668
4927
 
4669
 
#: bzrlib/commit.py:146
 
4928
#: breezy/commit.py:146
4670
4929
#, python-format
4671
4930
msgid "missing %s"
4672
4931
msgstr ""
4673
4932
 
4674
 
#: bzrlib/commit.py:511
 
4933
#: breezy/commit.py:511
 
4934
#, python-brace-format
4675
4935
msgid ""
4676
4936
"Conflicting tags in bound branch:\n"
4677
4937
"{0}"
4678
4938
msgstr ""
4679
4939
 
4680
 
#: bzrlib/commit.py:742
 
4940
#: breezy/commit.py:742
4681
4941
msgid "renamed"
4682
4942
msgstr ""
4683
4943
 
4684
 
#: bzrlib/commit.py:977
 
4944
#: breezy/commit.py:976
4685
4945
msgid "unchanged"
4686
4946
msgstr ""
4687
4947
 
4688
 
#: bzrlib/commit.py:999
 
4948
#: breezy/commit.py:998
 
4949
#, python-brace-format
4689
4950
msgid "{0} [{1}] - Stage"
4690
4951
msgstr ""
4691
4952
 
4692
 
#: bzrlib/commit.py:1002
 
4953
#: breezy/commit.py:1001
4693
4954
#, python-format
4694
4955
msgid "%s - Stage"
4695
4956
msgstr ""
4696
4957
 
4697
 
#: bzrlib/commit_signature_commands.py:36
 
4958
#: breezy/commit_signature_commands.py:34
4698
4959
msgid "Sign all commits by a given committer."
4699
4960
msgstr ""
4700
4961
 
4701
 
#: bzrlib/commit_signature_commands.py:38
 
4962
#: breezy/commit_signature_commands.py:36
4702
4963
msgid ""
4703
4964
"If location is not specified the local tree is used.\n"
4704
4965
"If committer is not specified the default committer is used."
4705
4966
msgstr ""
4706
4967
 
4707
 
#: bzrlib/commit_signature_commands.py:41
 
4968
#: breezy/commit_signature_commands.py:39
4708
4969
msgid "This does not sign commits that already have signatures."
4709
4970
msgstr ""
4710
4971
 
4711
 
#: bzrlib/commit_signature_commands.py:49
 
4972
# help of 'dry-run' option of 'sign-my-commits' command
 
4973
#: breezy/commit_signature_commands.py:47
4712
4974
msgid ""
4713
4975
"Don't actually sign anything, just print the revisions that would be signed."
4714
4976
msgstr ""
4715
4977
 
4716
 
#: bzrlib/commit_signature_commands.py:103
 
4978
#: breezy/commit_signature_commands.py:98
 
4979
#, python-format
 
4980
msgid "Signed %d revision.\n"
 
4981
msgid_plural "Signed %d revisions.\n"
 
4982
msgstr[0] ""
 
4983
msgstr[1] ""
 
4984
 
 
4985
#: breezy/commit_signature_commands.py:103
4717
4986
msgid "Verify all commit signatures."
4718
4987
msgstr ""
4719
4988
 
4720
 
#: bzrlib/commit_signature_commands.py:105
4721
 
msgid ""
4722
 
"Verifies that all commits in the branch are signed by known GnuPG keys."
 
4989
#: breezy/commit_signature_commands.py:105
 
4990
msgid "Verifies that all commits in the branch are signed by known GnuPG keys."
4723
4991
msgstr ""
4724
4992
 
4725
 
#: bzrlib/commit_signature_commands.py:110
 
4993
# help of 'acceptable-keys' option of 'verify-signatures' command
 
4994
#: breezy/commit_signature_commands.py:110
4726
4995
msgid ""
4727
4996
"Comma separated list of GPG key patterns which are acceptable for "
4728
4997
"verification."
4729
4998
msgstr ""
4730
4999
 
4731
 
#: bzrlib/commit_signature_commands.py:147
 
5000
#: breezy/commit_signature_commands.py:148
4732
5001
msgid "Cannot verify a range of non-revision-history revisions"
4733
5002
msgstr ""
4734
5003
 
4735
 
#: bzrlib/commit_signature_commands.py:168
 
5004
#: breezy/commit_signature_commands.py:166
4736
5005
msgid "All commits signed with verifiable keys"
4737
5006
msgstr ""
4738
5007
 
4739
 
#: bzrlib/config.py:475
 
5008
#: breezy/config.py:438
4740
5009
msgid "Invalid config value for \"{0}\"  value {1!r} is not an SI unit."
4741
5010
msgstr ""
4742
5011
 
4743
 
#: bzrlib/config.py:2485
 
5012
#: breezy/config.py:2465
 
5013
#, python-brace-format
4744
5014
msgid "{0} is not an SI unit."
4745
5015
msgstr ""
4746
5016
 
4747
 
#: bzrlib/config.py:2949
 
5017
#: breezy/config.py:3013
 
5018
#, python-brace-format
4748
5019
msgid ""
4749
5020
"Option {0} in section {1} of {2} was changed from {3} to {4}. The {5} value "
4750
5021
"will be saved."
4751
5022
msgstr ""
4752
5023
 
4753
 
#: bzrlib/config.py:3093
 
5024
#: breezy/config.py:3158
4754
5025
#, python-format
4755
5026
msgid "Invalid '%s', should be of the form 'name=value'"
4756
5027
msgstr ""
4757
5028
 
4758
 
#: bzrlib/config.py:3962
 
5029
#: breezy/config.py:4096
4759
5030
msgid "Display, set or remove a configuration option."
4760
5031
msgstr ""
4761
5032
 
4762
 
#: bzrlib/config.py:3964
4763
 
msgid "Display the active value for a given option."
 
5033
#: breezy/config.py:4098
 
5034
msgid "Display the active value for option NAME."
4764
5035
msgstr ""
4765
5036
 
4766
 
#: bzrlib/config.py:3966
 
5037
#: breezy/config.py:4100
4767
5038
msgid ""
4768
5039
"If --all is specified, NAME is interpreted as a regular expression and all\n"
4769
 
"matching options are displayed mentioning their scope. The active value\n"
4770
 
"that bzr will take into account is the first one displayed for each option."
4771
 
msgstr ""
4772
 
 
4773
 
#: bzrlib/config.py:3970
4774
 
msgid "If no NAME is given, --all .* is implied."
4775
 
msgstr ""
4776
 
 
4777
 
#: bzrlib/config.py:3972
4778
 
msgid ""
4779
 
"Setting a value is achieved by using name=value without spaces. The value\n"
 
5040
"matching options are displayed mentioning their scope and without resolving\n"
 
5041
"option references in the value). The active value that bzr will take into\n"
 
5042
"account is the first one displayed for each option."
 
5043
msgstr ""
 
5044
 
 
5045
#: breezy/config.py:4105
 
5046
msgid ""
 
5047
"If NAME is not given, --all .* is implied (all options are displayed for "
 
5048
"the\n"
 
5049
"current scope)."
 
5050
msgstr ""
 
5051
 
 
5052
#: breezy/config.py:4108
 
5053
msgid ""
 
5054
"Setting a value is achieved by using NAME=value without spaces. The value\n"
4780
5055
"is set in the most relevant scope and can be checked by displaying the\n"
4781
5056
"option again."
4782
5057
msgstr ""
4783
5058
 
4784
 
#: bzrlib/config.py:3984
 
5059
#: breezy/config.py:4112
 
5060
msgid "Removing a value is achieved by using --remove NAME."
 
5061
msgstr ""
 
5062
 
 
5063
# help of 'scope' option of 'config' command
 
5064
#: breezy/config.py:4122
4785
5065
msgid "Reduce the scope to the specified configuration file."
4786
5066
msgstr ""
4787
5067
 
4788
 
#: bzrlib/config.py:3988
 
5068
# help of 'all' option of 'config' command
 
5069
#: breezy/config.py:4126
4789
5070
msgid "Display all the defined values for the matching options."
4790
5071
msgstr ""
4791
5072
 
4792
 
#: bzrlib/config.py:3990
 
5073
# help of 'remove' option of 'config' command
 
5074
#: breezy/config.py:4128
4793
5075
msgid "Remove the option from the configuration file."
4794
5076
msgstr ""
4795
5077
 
4796
 
#: bzrlib/conflicts.py:50
 
5078
#: breezy/conflicts.py:50
4797
5079
msgid "List files with conflicts."
4798
5080
msgstr ""
4799
5081
 
4800
 
#: bzrlib/conflicts.py:57
 
5082
#: breezy/conflicts.py:57
4801
5083
msgid ""
4802
5084
"Conflicts normally are listed as short, human-readable messages.  If --text\n"
4803
5085
"is supplied, the pathnames of files with text conflicts are listed,\n"
4804
5086
"instead.  (This is useful for editing all files with text conflicts.)"
4805
5087
msgstr ""
4806
5088
 
4807
 
#: bzrlib/conflicts.py:61
 
5089
#: breezy/conflicts.py:61
4808
5090
msgid "Use bzr resolve when you have fixed a problem."
4809
5091
msgstr ""
4810
5092
 
4811
 
#: bzrlib/conflicts.py:66
 
5093
# help of 'text' option of 'conflicts' command
 
5094
#: breezy/conflicts.py:66
4812
5095
msgid "List paths of files with text conflicts."
4813
5096
msgstr ""
4814
5097
 
4815
 
#: bzrlib/conflicts.py:85
 
5098
# help of 'action=done' option of 'resolve' command
 
5099
#: breezy/conflicts.py:85
4816
5100
msgid "Marks the conflict as resolved."
4817
5101
msgstr ""
4818
5102
 
4819
 
#: bzrlib/conflicts.py:88
 
5103
# help of 'action=take-this' option of 'resolve' command
 
5104
#: breezy/conflicts.py:88
4820
5105
msgid "Resolve the conflict preserving the version in the working tree."
4821
5106
msgstr ""
4822
5107
 
4823
 
#: bzrlib/conflicts.py:91
 
5108
# help of 'action=take-other' option of 'resolve' command
 
5109
#: breezy/conflicts.py:91
4824
5110
msgid "Resolve the conflict taking the merged version into account."
4825
5111
msgstr ""
4826
5112
 
4827
 
#: bzrlib/conflicts.py:98
 
5113
# help of 'action' option of 'resolve' command
 
5114
#: breezy/conflicts.py:98
4828
5115
msgid "How to resolve the conflict."
4829
5116
msgstr ""
4830
5117
 
4831
 
#: bzrlib/conflicts.py:104
 
5118
#: breezy/conflicts.py:104
4832
5119
msgid "Mark a conflict as resolved."
4833
5120
msgstr ""
4834
5121
 
4835
 
#: bzrlib/conflicts.py:111
 
5122
#: breezy/conflicts.py:111
4836
5123
msgid ""
4837
5124
"Once you have fixed a problem, use \"bzr resolve\" to automatically mark\n"
4838
5125
"text conflicts as fixed, \"bzr resolve FILE\" to mark a specific conflict "
4840
5127
"resolved, or \"bzr resolve --all\" to mark all conflicts as resolved."
4841
5128
msgstr ""
4842
5129
 
4843
 
#: bzrlib/conflicts.py:119
 
5130
# help of 'all' option of 'resolve' command
 
5131
#: breezy/conflicts.py:119
4844
5132
msgid "Resolve all conflicts in this tree."
4845
5133
msgstr ""
4846
5134
 
4847
 
#: bzrlib/conflicts.py:126
 
5135
#: breezy/conflicts.py:126
4848
5136
msgid "If --all is specified, no FILE may be provided"
4849
5137
msgstr ""
4850
5138
 
4851
 
#: bzrlib/conflicts.py:151
 
5139
#: breezy/conflicts.py:151
4852
5140
#, python-format
4853
5141
msgid "%d conflict auto-resolved."
4854
5142
msgid_plural "%d conflicts auto-resolved."
4855
5143
msgstr[0] ""
4856
5144
msgstr[1] ""
4857
5145
 
4858
 
#: bzrlib/conflicts.py:154
 
5146
#: breezy/conflicts.py:154
4859
5147
msgid "Remaining conflicts:"
4860
5148
msgstr ""
4861
5149
 
4862
 
#: bzrlib/conflicts.py:159
 
5150
#: breezy/conflicts.py:159
4863
5151
msgid "All conflicts resolved."
4864
5152
msgstr ""
4865
5153
 
4866
 
#: bzrlib/conflicts.py:168
 
5154
#: breezy/conflicts.py:168
 
5155
#, python-brace-format
4867
5156
msgid "{0} conflict resolved, {1} remaining"
4868
5157
msgid_plural "{0} conflicts resolved, {1} remaining"
4869
5158
msgstr[0] ""
4870
5159
msgstr[1] ""
4871
5160
 
4872
 
#: bzrlib/controldir.py:710
 
5161
#: breezy/controldir.py:712
 
5162
#, python-brace-format
4873
5163
msgid "{0} is{1} redirected to {2}"
4874
5164
msgstr ""
4875
5165
 
4876
 
#: bzrlib/diff.py:399
 
5166
#: breezy/diff.py:413
4877
5167
#, python-format
4878
5168
msgid "*** Ignoring files outside view. View is %s"
4879
5169
msgstr ""
4880
5170
 
4881
 
#: bzrlib/errors.py:157
 
5171
#: breezy/errors.py:157
4882
5172
msgid "The tree builder is already building a tree."
4883
5173
msgstr ""
4884
5174
 
4885
 
#: bzrlib/errors.py:178
 
5175
#: breezy/errors.py:178
4886
5176
msgid "The dirstate file (%(state)s) appears to be corrupt: %(msg)s"
4887
5177
msgstr ""
4888
5178
 
4889
 
#: bzrlib/errors.py:197
 
5179
#: breezy/errors.py:197
4890
5180
msgid ""
4891
5181
"The API for \"%(api)s\" is not compatible with \"%(wanted)s\". It supports "
4892
5182
"versions \"%(minimum)s\" to \"%(current)s\"."
4893
5183
msgstr ""
4894
5184
 
4895
 
#: bzrlib/errors.py:209
 
5185
#: breezy/errors.py:209
4896
5186
msgid "The transport '%(transport)s' is only accessible within this process."
4897
5187
msgstr ""
4898
5188
 
4899
 
#: bzrlib/errors.py:227
 
5189
#: breezy/errors.py:227
4900
5190
msgid "Invalid revision number %(revno)s"
4901
5191
msgstr ""
4902
5192
 
4903
 
#: bzrlib/errors.py:236
 
5193
#: breezy/errors.py:236
4904
5194
msgid "Invalid revision-id {%(revision_id)s} in %(branch)s"
4905
5195
msgstr ""
4906
5196
 
4907
 
#: bzrlib/errors.py:247
 
5197
#: breezy/errors.py:247
4908
5198
msgid "Reserved revision-id {%(revision_id)s}"
4909
5199
msgstr ""
4910
5200
 
4911
 
#: bzrlib/errors.py:261
 
5201
#: breezy/errors.py:261
4912
5202
msgid "There is no public branch set for \"%(branch_url)s\"."
4913
5203
msgstr ""
4914
5204
 
4915
 
#: bzrlib/errors.py:271
 
5205
#: breezy/errors.py:271
4916
5206
msgid ""
4917
5207
"No help could be found for '%(topic)s'. Please use 'bzr help topics' to "
4918
5208
"obtain a list of topics."
4919
5209
msgstr ""
4920
5210
 
4921
 
#: bzrlib/errors.py:280
 
5211
#: breezy/errors.py:280
4922
5212
msgid "The file id \"%(file_id)s\" is not present in the tree %(tree)s."
4923
5213
msgstr ""
4924
5214
 
4925
 
#: bzrlib/errors.py:290
 
5215
#: breezy/errors.py:290
4926
5216
msgid ""
4927
5217
"The file id \"%(file_id)s\" is not present in the repository %(repository)r"
4928
5218
msgstr ""
4929
5219
 
4930
 
#: bzrlib/errors.py:299
 
5220
#: breezy/errors.py:299
4931
5221
msgid "The branch '%(branch)s' is not stacked."
4932
5222
msgstr ""
4933
5223
 
4934
 
#: bzrlib/errors.py:313
 
5224
#: breezy/errors.py:313
4935
5225
msgid "No WorkingTree exists for \"%(base)s\"."
4936
5226
msgstr ""
4937
5227
 
4938
 
#: bzrlib/errors.py:322
 
5228
#: breezy/errors.py:322
4939
5229
msgid "Not currently building a tree."
4940
5230
msgstr ""
4941
5231
 
4942
 
#: bzrlib/errors.py:327
 
5232
#: breezy/errors.py:327
4943
5233
msgid "%(url)s is not a local path."
4944
5234
msgstr ""
4945
5235
 
4946
 
#: bzrlib/errors.py:355
 
5236
#: breezy/errors.py:355
4947
5237
msgid "%(not_locked)r is not write locked but needs to be."
4948
5238
msgstr ""
4949
5239
 
4950
 
#: bzrlib/errors.py:363
 
5240
#: breezy/errors.py:363
4951
5241
msgid "Error in command line options"
4952
5242
msgstr ""
4953
5243
 
4954
 
#: bzrlib/errors.py:368
 
5244
#: breezy/errors.py:368
4955
5245
msgid "%(value)s is not an index of type %(_type)s."
4956
5246
msgstr ""
4957
5247
 
4958
 
#: bzrlib/errors.py:378
 
5248
#: breezy/errors.py:378
4959
5249
msgid "Error in data for index %(value)s."
4960
5250
msgstr ""
4961
5251
 
4962
 
#: bzrlib/errors.py:387
 
5252
#: breezy/errors.py:387
4963
5253
msgid "The key '%(key)s' is already in index '%(index)s'."
4964
5254
msgstr ""
4965
5255
 
4966
 
#: bzrlib/errors.py:397
 
5256
#: breezy/errors.py:397
4967
5257
msgid "The key '%(key)s' is not a valid key."
4968
5258
msgstr ""
4969
5259
 
4970
 
#: bzrlib/errors.py:406
 
5260
#: breezy/errors.py:406
4971
5261
msgid "Could not parse options for index %(value)s."
4972
5262
msgstr ""
4973
5263
 
4974
 
#: bzrlib/errors.py:415
 
5264
#: breezy/errors.py:415
4975
5265
msgid "The value '%(value)s' is not a valid value."
4976
5266
msgstr ""
4977
5267
 
4978
 
#: bzrlib/errors.py:424
 
5268
#: breezy/errors.py:424
4979
5269
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
4980
5270
msgstr ""
4981
5271
 
4982
 
#: bzrlib/errors.py:443
 
5272
#: breezy/errors.py:443
4983
5273
msgid "Generic path error: %(path)r%(extra)s)"
4984
5274
msgstr ""
4985
5275
 
4986
 
#: bzrlib/errors.py:456
 
5276
#: breezy/errors.py:456
4987
5277
msgid "No such file: %(path)r%(extra)s"
4988
5278
msgstr ""
4989
5279
 
4990
 
#: bzrlib/errors.py:461
 
5280
#: breezy/errors.py:461
4991
5281
msgid "File exists: %(path)r%(extra)s"
4992
5282
msgstr ""
4993
5283
 
4994
 
#: bzrlib/errors.py:467
 
5284
#: breezy/errors.py:467
4995
5285
msgid ""
4996
5286
"Could not rename %(source)s => %(dest)s because both files exist. (Use --"
4997
5287
"after to tell bzr about a rename that has already happened)%(extra)s"
4998
5288
msgstr ""
4999
5289
 
5000
 
#: bzrlib/errors.py:483
 
5290
#: breezy/errors.py:483
5001
5291
msgid "\"%(path)s\" is not a directory %(extra)s"
5002
5292
msgstr ""
5003
5293
 
5004
 
#: bzrlib/errors.py:488
 
5294
#: breezy/errors.py:488
5005
5295
msgid "\"%(path)s\" is not in the working directory %(extra)s"
5006
5296
msgstr ""
5007
5297
 
5008
 
#: bzrlib/errors.py:493
 
5298
#: breezy/errors.py:493
5009
5299
msgid "Directory not empty: \"%(path)s\"%(extra)s"
5010
5300
msgstr ""
5011
5301
 
5012
 
#: bzrlib/errors.py:498
 
5302
#: breezy/errors.py:498
5013
5303
msgid "Hard-linking \"%(path)s\" is not supported"
5014
5304
msgstr ""
5015
5305
 
5016
 
#: bzrlib/errors.py:513
 
5306
#: breezy/errors.py:513
5017
5307
msgid "Device or resource busy: \"%(path)s\"%(extra)s"
5018
5308
msgstr ""
5019
5309
 
5020
 
#: bzrlib/errors.py:518
 
5310
#: breezy/errors.py:518
5021
5311
msgid "Permission denied: \"%(path)s\"%(extra)s"
5022
5312
msgstr ""
5023
5313
 
5024
 
#: bzrlib/errors.py:523
 
5314
#: breezy/errors.py:523
5025
5315
msgid "Invalid url supplied to transport: \"%(path)s\"%(extra)s"
5026
5316
msgstr ""
5027
5317
 
5028
 
#: bzrlib/errors.py:528
 
5318
#: breezy/errors.py:528
5029
5319
msgid "Invalid URL join request: %(reason)s: %(base)r + %(join_args)r"
5030
5320
msgstr ""
5031
5321
 
5032
 
#: bzrlib/errors.py:539
 
5322
#: breezy/errors.py:539
5033
5323
msgid "URLs differ by more than path: %(from_)r and %(to)r"
5034
5324
msgstr ""
5035
5325
 
5036
 
#: bzrlib/errors.py:561
5037
 
msgid "The %(type)s hook '%(hook)s' is unknown in this version of bzrlib."
 
5326
#: breezy/errors.py:561
 
5327
msgid "The %(type)s hook '%(hook)s' is unknown in this version of breezy."
5038
5328
msgstr ""
5039
5329
 
5040
 
#: bzrlib/errors.py:571
 
5330
#: breezy/errors.py:571
5041
5331
msgid "Unsupported protocol for url \"%(path)s\"%(extra)s"
5042
5332
msgstr ""
5043
5333
 
5044
 
#: bzrlib/errors.py:579
 
5334
#: breezy/errors.py:579
5045
5335
msgid ""
5046
5336
"The branch '%(url)s'(%(format)s) is not a stackable format. You will need to "
5047
5337
"upgrade the branch to permit branch stacking."
5048
5338
msgstr ""
5049
5339
 
5050
 
#: bzrlib/errors.py:590
 
5340
#: breezy/errors.py:590
5051
5341
msgid "The branch '%(branch_url)s' cannot be stacked on '%(target_url)s'."
5052
5342
msgstr ""
5053
5343
 
5054
 
#: bzrlib/errors.py:600
 
5344
#: breezy/errors.py:600
5055
5345
msgid ""
5056
5346
"The repository '%(url)s'(%(format)s) is not a stackable format. You will "
5057
5347
"need to upgrade the repository to permit branch stacking."
5058
5348
msgstr ""
5059
5349
 
5060
 
#: bzrlib/errors.py:611
 
5350
#: breezy/errors.py:611
5061
5351
msgid "Error reading from %(path)r."
5062
5352
msgstr ""
5063
5353
 
5064
 
#: bzrlib/errors.py:630
 
5354
#: breezy/errors.py:630
5065
5355
msgid "Path \"%(path)s\" is not a child of path \"%(base)s\"%(extra)s"
5066
5356
msgstr ""
5067
5357
 
5068
 
#: bzrlib/errors.py:646
 
5358
#: breezy/errors.py:646
5069
5359
msgid "Path \"%(path)s\" is not unicode normalized"
5070
5360
msgstr ""
5071
5361
 
5072
 
#: bzrlib/errors.py:654
 
5362
#: breezy/errors.py:654
5073
5363
msgid "Not a branch: \"%(path)s\"%(detail)s."
5074
5364
msgstr ""
5075
5365
 
5076
 
#: bzrlib/errors.py:696
 
5366
#: breezy/errors.py:696
5077
5367
msgid "No submit branch available for branch \"%(path)s\""
5078
5368
msgstr ""
5079
5369
 
5080
 
#: bzrlib/errors.py:705
 
5370
#: breezy/errors.py:705
5081
5371
msgid "A control directory already exists: \"%(path)s\"."
5082
5372
msgstr ""
5083
5373
 
5084
 
#: bzrlib/errors.py:710
 
5374
#: breezy/errors.py:710
5085
5375
msgid "Already a branch: \"%(path)s\"."
5086
5376
msgstr ""
5087
5377
 
5088
 
#: bzrlib/errors.py:715
 
5378
#: breezy/errors.py:715
 
5379
msgid "Invalid branch name: %(name)s"
 
5380
msgstr ""
 
5381
 
 
5382
#: breezy/errors.py:724
5089
5383
msgid "Parent branch already exists: \"%(path)s\"."
5090
5384
msgstr ""
5091
5385
 
5092
 
#: bzrlib/errors.py:721
 
5386
#: breezy/errors.py:730
5093
5387
msgid ""
5094
5388
"Directory contains a branch, but no working tree (use bzr checkout if you "
5095
5389
"wish to build a working tree): \"%(path)s\""
5096
5390
msgstr ""
5097
5391
 
5098
 
#: bzrlib/errors.py:726
 
5392
#: breezy/errors.py:735
5099
5393
msgid ""
5100
5394
"\"%(function)s\" called on an AtomicFile after it was closed: \"%(path)s\""
5101
5395
msgstr ""
5102
5396
 
5103
 
#: bzrlib/errors.py:736
 
5397
#: breezy/errors.py:745
5104
5398
msgid ""
5105
5399
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
5106
5400
msgstr ""
5107
5401
 
5108
 
#: bzrlib/errors.py:746
 
5402
#: breezy/errors.py:755
5109
5403
msgid "No repository present: \"%(path)s\""
5110
5404
msgstr ""
5111
5405
 
5112
 
#: bzrlib/errors.py:753
 
5406
#: breezy/errors.py:762
5113
5407
msgid ""
5114
5408
"Unsupported branch format: %(format)s\n"
5115
5409
"Please run 'bzr upgrade'"
5116
5410
msgstr ""
5117
5411
 
5118
 
#: bzrlib/errors.py:759
 
5412
#: breezy/errors.py:768
5119
5413
msgid "Unknown %(kind)s format: %(format)r"
5120
5414
msgstr ""
5121
5415
 
5122
 
#: bzrlib/errors.py:768
 
5416
#: breezy/errors.py:777
5123
5417
msgid "Format %(format)s is not compatible with .bzr version %(bzrdir)s."
5124
5418
msgstr ""
5125
5419
 
5126
 
#: bzrlib/errors.py:778
 
5420
#: breezy/errors.py:787
5127
5421
msgid "Parse error on line %(lineno)d of %(format)s format: %(line)s"
5128
5422
msgstr ""
5129
5423
 
5130
 
#: bzrlib/errors.py:793
 
5424
#: breezy/errors.py:802
5131
5425
msgid ""
5132
5426
"%(target)s\n"
5133
5427
"is not compatible with\n"
5135
5429
"%(details)s"
5136
5430
msgstr ""
5137
5431
 
5138
 
#: bzrlib/errors.py:809
 
5432
#: breezy/errors.py:818
5139
5433
msgid "Revision is not compatible with %(repo_format)s"
5140
5434
msgstr ""
5141
5435
 
5142
 
#: bzrlib/errors.py:819
 
5436
#: breezy/errors.py:828
5143
5437
msgid "%(context_info)s%(path)s is already versioned."
5144
5438
msgstr ""
5145
5439
 
5146
 
#: bzrlib/errors.py:840
 
5440
#: breezy/errors.py:849
5147
5441
msgid "%(context_info)s%(path)s is not versioned."
5148
5442
msgstr ""
5149
5443
 
5150
 
#: bzrlib/errors.py:861
 
5444
#: breezy/errors.py:870
5151
5445
msgid "Path(s) are not versioned: %(paths_as_string)s"
5152
5446
msgstr ""
5153
5447
 
5154
 
#: bzrlib/errors.py:872
 
5448
#: breezy/errors.py:881
5155
5449
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5156
5450
msgstr ""
5157
5451
 
5158
 
#: bzrlib/errors.py:891
 
5452
#: breezy/errors.py:900
5159
5453
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5160
5454
msgstr ""
5161
5455
 
5162
 
#: bzrlib/errors.py:899
 
5456
#: breezy/errors.py:908
5163
5457
msgid ""
5164
5458
"Filename %(filename)r is not valid in your current filesystem encoding "
5165
5459
"%(fs_encoding)s"
5166
5460
msgstr ""
5167
5461
 
5168
 
#: bzrlib/errors.py:910
 
5462
#: breezy/errors.py:919
5169
5463
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5170
5464
msgstr ""
5171
5465
 
5172
 
#: bzrlib/errors.py:928
 
5466
#: breezy/errors.py:937
5173
5467
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5174
5468
msgstr ""
5175
5469
 
5176
 
#: bzrlib/errors.py:967
 
5470
#: breezy/errors.py:976
5177
5471
msgid "Cannot lock %(lock)s: %(why)s"
5178
5472
msgstr ""
5179
5473
 
5180
 
#: bzrlib/errors.py:977
 
5474
#: breezy/errors.py:986
5181
5475
msgid ""
5182
5476
"A transaction related operation was attempted after the transaction finished."
5183
5477
msgstr ""
5184
5478
 
5185
 
#: bzrlib/errors.py:1004
 
5479
#: breezy/errors.py:1013
5186
5480
msgid "Cannot lock: transport is read only: %(transport)s"
5187
5481
msgstr ""
5188
5482
 
5189
 
#: bzrlib/errors.py:1012
 
5483
#: breezy/errors.py:1021
5190
5484
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5191
5485
msgstr ""
5192
5486
 
5193
 
#: bzrlib/errors.py:1023
5194
 
msgid ""
5195
 
"Lock was broken while still open: %(lock)s - check storage consistency!"
 
5487
#: breezy/errors.py:1032
 
5488
msgid "Lock was broken while still open: %(lock)s - check storage consistency!"
5196
5489
msgstr ""
5197
5490
 
5198
 
#: bzrlib/errors.py:1034
 
5491
#: breezy/errors.py:1043
5199
5492
msgid ""
5200
5493
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5201
5494
"%(holder)r, wanted to break %(target)r"
5202
5495
msgstr ""
5203
5496
 
5204
 
#: bzrlib/errors.py:1046
 
5497
#: breezy/errors.py:1055
5205
5498
msgid ""
5206
5499
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5207
5500
"Use 'bzr break-lock' to clear it"
5208
5501
msgstr ""
5209
5502
 
5210
 
#: bzrlib/errors.py:1059
 
5503
#: breezy/errors.py:1068
5211
5504
msgid "Lock not held: %(lock)s"
5212
5505
msgstr ""
5213
5506
 
5214
 
#: bzrlib/errors.py:1088
 
5507
#: breezy/errors.py:1097
5215
5508
msgid "No changes to commit"
5216
5509
msgstr ""
5217
5510
 
5218
 
#: bzrlib/errors.py:1093
 
5511
#: breezy/errors.py:1102
5219
5512
msgid ""
5220
5513
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5221
5514
msgstr ""
5222
5515
 
5223
 
#: bzrlib/errors.py:1103
 
5516
#: breezy/errors.py:1112
5224
5517
msgid ""
5225
5518
"Excluding paths during commit is not supported by repository at "
5226
5519
"%(repository)r."
5227
5520
msgstr ""
5228
5521
 
5229
 
#: bzrlib/errors.py:1112
 
5522
#: breezy/errors.py:1121
5230
5523
msgid ""
5231
5524
"The specified commit message contains characters unsupported by the current "
5232
5525
"encoding."
5233
5526
msgstr ""
5234
5527
 
5235
 
#: bzrlib/errors.py:1118
 
5528
#: breezy/errors.py:1127
5236
5529
msgid "Upgrade URL cannot work with readonly URLs."
5237
5530
msgstr ""
5238
5531
 
5239
 
#: bzrlib/errors.py:1123
 
5532
#: breezy/errors.py:1132
5240
5533
msgid "The branch format %(format)s is already at the most recent format."
5241
5534
msgstr ""
5242
5535
 
5243
 
#: bzrlib/errors.py:1146
 
5536
#: breezy/errors.py:1155
5244
5537
msgid "Option --change does not accept revision ranges"
5245
5538
msgstr ""
5246
5539
 
5247
 
#: bzrlib/errors.py:1151
 
5540
#: breezy/errors.py:1160
5248
5541
msgid "No namespace registered for string: %(spec)r"
5249
5542
msgstr ""
5250
5543
 
5251
 
#: bzrlib/errors.py:1170
 
5544
#: breezy/errors.py:1179
5252
5545
msgid ""
5253
 
"Requested revision: '%(spec)s' does not exist in branch: "
5254
 
"%(branch_url)s%(extra)s"
 
5546
"Requested revision: '%(spec)s' does not exist in branch: %(branch_url)s"
 
5547
"%(extra)s"
5255
5548
msgstr ""
5256
5549
 
5257
 
#: bzrlib/errors.py:1184
 
5550
#: breezy/errors.py:1193
5258
5551
msgid ""
5259
5552
"Operation denied because it would change the main history, which is not "
5260
5553
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5261
5554
msgstr ""
5262
5555
 
5263
 
#: bzrlib/errors.py:1195
 
5556
#: breezy/errors.py:1204
5264
5557
msgid ""
5265
5558
"These branches have diverged. Use the missing command to see how.\n"
5266
5559
"Use the merge command to reconcile them."
5267
5560
msgstr ""
5268
5561
 
5269
 
#: bzrlib/errors.py:1215
 
5562
#: breezy/errors.py:1224
5270
5563
msgid ""
5271
5564
"Branches have no common ancestor, and no merge base revision was specified."
5272
5565
msgstr ""
5273
5566
 
5274
 
#: bzrlib/errors.py:1221
 
5567
#: breezy/errors.py:1230
5275
5568
msgid ""
5276
5569
"Selected merge cannot perform reverse cherrypicks.  Try merge3 or diff3."
5277
5570
msgstr ""
5278
5571
 
5279
 
#: bzrlib/errors.py:1227
 
5572
#: breezy/errors.py:1236
5280
5573
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5281
5574
msgstr ""
5282
5575
 
5283
 
#: bzrlib/errors.py:1236
 
5576
#: breezy/errors.py:1245
5284
5577
msgid ""
5285
5578
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5286
5579
msgstr ""
5287
5580
 
5288
 
#: bzrlib/errors.py:1245
 
5581
#: breezy/errors.py:1254
5289
5582
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5290
5583
msgstr ""
5291
5584
 
5292
 
#: bzrlib/errors.py:1254
 
5585
#: breezy/errors.py:1263
5293
5586
msgid "Branch %(branch)s has no commits."
5294
5587
msgstr ""
5295
5588
 
5296
 
#: bzrlib/errors.py:1272
 
5589
#: breezy/errors.py:1281
5297
5590
msgid ""
5298
 
"Bound branch %(branch)s is out of date with master branch "
5299
 
"%(master)s.%(extra_help)s"
 
5591
"Bound branch %(branch)s is out of date with master branch %(master)s."
 
5592
"%(extra_help)s"
5300
5593
msgstr ""
5301
5594
 
5302
 
#: bzrlib/errors.py:1284
 
5595
#: breezy/errors.py:1293
5303
5596
msgid ""
5304
5597
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5305
5598
"bound to %(remote)s."
5306
5599
msgstr ""
5307
5600
 
5308
 
#: bzrlib/errors.py:1296
 
5601
#: breezy/errors.py:1305
5309
5602
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5310
5603
msgstr ""
5311
5604
 
5312
 
#: bzrlib/errors.py:1305
 
5605
#: breezy/errors.py:1314
5313
5606
msgid ""
5314
5607
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5315
5608
"%(error)s"
5316
5609
msgstr ""
5317
5610
 
5318
 
#: bzrlib/errors.py:1317
 
5611
#: breezy/errors.py:1326
5319
5612
msgid "Error in processing weave: %(msg)s"
5320
5613
msgstr ""
5321
5614
 
5322
 
#: bzrlib/errors.py:1326
 
5615
#: breezy/errors.py:1335
5323
5616
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5324
5617
msgstr ""
5325
5618
 
5326
 
#: bzrlib/errors.py:1337
 
5619
#: breezy/errors.py:1346
5327
5620
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5328
5621
msgstr ""
5329
5622
 
5330
 
#: bzrlib/errors.py:1347
 
5623
#: breezy/errors.py:1356
5331
5624
msgid "Weave invariant violated: %(what)s"
5332
5625
msgstr ""
5333
5626
 
5334
 
#: bzrlib/errors.py:1356
 
5627
#: breezy/errors.py:1365
5335
5628
msgid "Parents are mismatched between two revisions. %(msg)s"
5336
5629
msgstr ""
5337
5630
 
5338
 
#: bzrlib/errors.py:1378
 
5631
#: breezy/errors.py:1387
5339
5632
msgid ""
5340
5633
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5341
5634
"%(weave_b)s"
5342
5635
msgstr ""
5343
5636
 
5344
 
#: bzrlib/errors.py:1390
 
5637
#: breezy/errors.py:1399
5345
5638
msgid "Versioned file error"
5346
5639
msgstr ""
5347
5640
 
5348
 
#: bzrlib/errors.py:1395
 
5641
#: breezy/errors.py:1404
5349
5642
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5350
5643
msgstr ""
5351
5644
 
5352
 
#: bzrlib/errors.py:1405
 
5645
#: breezy/errors.py:1414
5353
5646
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5354
5647
msgstr ""
5355
5648
 
5356
 
#: bzrlib/errors.py:1415
 
5649
#: breezy/errors.py:1424
5357
5650
msgid "Text did not match its checksum: %(msg)s"
5358
5651
msgstr ""
5359
5652
 
5360
 
#: bzrlib/errors.py:1541
 
5653
#: breezy/errors.py:1550
5361
5654
msgid "Export format %(format)r not supported"
5362
5655
msgstr ""
5363
5656
 
5364
 
#: bzrlib/errors.py:1550
 
5657
#: breezy/errors.py:1559
5365
5658
msgid "Transport error: %(msg)s %(orig_error)s"
5366
5659
msgstr ""
5367
5660
 
5368
 
#: bzrlib/errors.py:1576
 
5661
#: breezy/errors.py:1585
5369
5662
msgid "Generic bzr smart protocol error: %(details)s"
5370
5663
msgstr ""
5371
5664
 
5372
 
#: bzrlib/errors.py:1584
 
5665
#: breezy/errors.py:1593
5373
5666
msgid "Received bad protocol version marker: %(marker)r"
5374
5667
msgstr ""
5375
5668
 
5376
 
#: bzrlib/errors.py:1616
 
5669
#: breezy/errors.py:1625
5377
5670
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5378
5671
msgstr ""
5379
5672
 
5380
 
#: bzrlib/errors.py:1621
 
5673
#: breezy/errors.py:1630
5381
5674
msgid "Connection error: %(msg)s %(orig_error)s"
5382
5675
msgstr ""
5383
5676
 
5384
 
#: bzrlib/errors.py:1626
 
5677
#: breezy/errors.py:1635
5385
5678
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5386
5679
msgstr ""
5387
5680
 
5388
 
#: bzrlib/errors.py:1647
 
5681
#: breezy/errors.py:1656
5389
5682
msgid "Connection closed: %(msg)s %(orig_error)s"
5390
5683
msgstr ""
5391
5684
 
5392
 
#: bzrlib/errors.py:1652
 
5685
#: breezy/errors.py:1661
5393
5686
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5394
5687
msgstr ""
5395
5688
 
5396
 
#: bzrlib/errors.py:1657
 
5689
#: breezy/errors.py:1666
5397
5690
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5398
5691
msgstr ""
5399
5692
 
5400
 
#: bzrlib/errors.py:1667
 
5693
#: breezy/errors.py:1676
5401
5694
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5402
5695
msgstr ""
5403
5696
 
5404
 
#: bzrlib/errors.py:1682
5405
 
msgid "Certificate error: %(error)s"
5406
 
msgstr ""
5407
 
 
5408
 
#: bzrlib/errors.py:1690
 
5697
#: breezy/errors.py:1691
5409
5698
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5410
5699
msgstr ""
5411
5700
 
5412
 
#: bzrlib/errors.py:1704
 
5701
#: breezy/errors.py:1705
5413
5702
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5414
5703
msgstr ""
5415
5704
 
5416
 
#: bzrlib/errors.py:1712
 
5705
#: breezy/errors.py:1713
5417
5706
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5418
5707
msgstr ""
5419
5708
 
5420
 
#: bzrlib/errors.py:1721
 
5709
#: breezy/errors.py:1722
5421
5710
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5422
5711
msgstr ""
5423
5712
 
5424
 
#: bzrlib/errors.py:1735
 
5713
#: breezy/errors.py:1736
5425
5714
msgid "Too many redirections"
5426
5715
msgstr ""
5427
5716
 
5428
 
#: bzrlib/errors.py:1740
 
5717
#: breezy/errors.py:1741
5429
5718
msgid "Working tree has conflicts."
5430
5719
msgstr ""
5431
5720
 
5432
 
#: bzrlib/errors.py:1744
 
5721
#: breezy/errors.py:1745
5433
5722
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5434
5723
msgstr ""
5435
5724
 
5436
 
#: bzrlib/errors.py:1753
 
5725
#: breezy/errors.py:1754
5437
5726
msgid ""
5438
5727
"Error(s) parsing config file %(filename)s:\n"
5439
5728
"%(errors)s"
5440
5729
msgstr ""
5441
5730
 
5442
 
#: bzrlib/errors.py:1763
 
5731
#: breezy/errors.py:1764
5443
5732
msgid ""
5444
5733
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5445
5734
"See ``bzr help %(name)s``"
5446
5735
msgstr ""
5447
5736
 
5448
 
#: bzrlib/errors.py:1773
 
5737
#: breezy/errors.py:1774
5449
5738
msgid "%(username)r does not seem to contain a reasonable email address"
5450
5739
msgstr ""
5451
5740
 
5452
 
#: bzrlib/errors.py:1782
 
5741
#: breezy/errors.py:1783
5453
5742
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5454
5743
msgstr ""
5455
5744
 
5456
 
#: bzrlib/errors.py:1790
 
5745
#: breezy/errors.py:1791
5457
5746
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5458
5747
msgstr ""
5459
5748
 
5460
 
#: bzrlib/errors.py:1798
 
5749
#: breezy/errors.py:1799
5461
5750
msgid "Unable to import library \"%(library)s\": %(error)s"
5462
5751
msgstr ""
5463
5752
 
5464
 
#: bzrlib/errors.py:1806
 
5753
#: breezy/errors.py:1807
5465
5754
msgid "python-gpgme is not installed, it is needed to verify signatures"
5466
5755
msgstr ""
5467
5756
 
5468
 
#: bzrlib/errors.py:1814
 
5757
#: breezy/errors.py:1815
5469
5758
msgid ""
5470
5759
"The working tree for %(basedir)s has changed since the last commit, but "
5471
5760
"weave merge requires that it be unchanged"
5472
5761
msgstr ""
5473
5762
 
5474
 
#: bzrlib/errors.py:1824
 
5763
#: breezy/errors.py:1825
5475
5764
msgid ""
5476
5765
"Can't reprocess and show base, because reprocessing obscures the "
5477
5766
"relationship of conflicting lines to the base"
5478
5767
msgstr ""
5479
5768
 
5480
 
#: bzrlib/errors.py:1830
 
5769
#: breezy/errors.py:1831
5481
5770
msgid "Cycle in graph %(graph)r"
5482
5771
msgstr ""
5483
5772
 
5484
 
#: bzrlib/errors.py:1858
 
5773
#: breezy/errors.py:1859
5485
5774
msgid "File %(filename)s is not conflicted."
5486
5775
msgstr ""
5487
5776
 
5488
 
#: bzrlib/errors.py:1880
 
5777
#: breezy/errors.py:1881
5489
5778
msgid "No bundle was found in \"%(filename)s\"."
5490
5779
msgstr ""
5491
5780
 
5492
 
#: bzrlib/errors.py:1889
 
5781
#: breezy/errors.py:1890
5493
5782
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5494
5783
msgstr ""
5495
5784
 
5496
 
#: bzrlib/errors.py:1899
 
5785
#: breezy/errors.py:1900
5497
5786
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5498
5787
msgstr ""
5499
5788
 
5500
 
#: bzrlib/errors.py:1912
 
5789
#: breezy/errors.py:1913
5501
5790
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5502
5791
msgstr ""
5503
5792
 
5504
 
#: bzrlib/errors.py:1922
 
5793
#: breezy/errors.py:1923
5505
5794
msgid "Key %(key)s is already present in map"
5506
5795
msgstr ""
5507
5796
 
5508
 
#: bzrlib/errors.py:1927
 
5797
#: breezy/errors.py:1928
5509
5798
msgid "The prefix %(prefix)s is in the help search path twice."
5510
5799
msgstr ""
5511
5800
 
5512
 
#: bzrlib/errors.py:1937
 
5801
#: breezy/errors.py:1938
5513
5802
msgid ""
5514
5803
"No final name for trans_id %(trans_id)r\n"
5515
5804
"file-id: %(file_id)r\n"
5516
5805
"root trans-id: %(root_trans_id)r\n"
5517
5806
msgstr ""
5518
5807
 
5519
 
#: bzrlib/errors.py:1969
 
5808
#: breezy/errors.py:1970
5520
5809
msgid "Attempt to reuse a transform that has already been applied."
5521
5810
msgstr ""
5522
5811
 
5523
 
#: bzrlib/errors.py:1974
 
5812
#: breezy/errors.py:1975
5524
5813
msgid "Moving the root directory is not supported at this time"
5525
5814
msgstr ""
5526
5815
 
5527
 
#: bzrlib/errors.py:1979
 
5816
#: breezy/errors.py:1980
5528
5817
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5529
5818
msgstr ""
5530
5819
 
5531
 
#: bzrlib/errors.py:1990
 
5820
#: breezy/errors.py:1991
5532
5821
msgid ""
5533
5822
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5534
5823
msgstr ""
5535
5824
 
5536
 
#: bzrlib/errors.py:2026
 
5825
#: breezy/errors.py:2027
5537
5826
msgid ""
5538
5827
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5539
5828
msgstr ""
5540
5829
 
5541
 
#: bzrlib/errors.py:2056
 
5830
#: breezy/errors.py:2057
5542
5831
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5543
5832
msgstr ""
5544
5833
 
5545
 
#: bzrlib/errors.py:2064
 
5834
#: breezy/errors.py:2065
5546
5835
msgid "Nothing to merge."
5547
5836
msgstr ""
5548
5837
 
5549
 
#: bzrlib/errors.py:2069
 
5838
#: breezy/errors.py:2070
5550
5839
msgid "Format %(format)s cannot be initialised by this version of bzr."
5551
5840
msgstr ""
5552
5841
 
5553
 
#: bzrlib/errors.py:2078
 
5842
#: breezy/errors.py:2079
5554
5843
msgid ""
5555
5844
"Cannot convert from format %(from_format)s to format %(format)s.    "
5556
5845
"%(problem)s"
5557
5846
msgstr ""
5558
5847
 
5559
 
#: bzrlib/errors.py:2090
 
5848
#: breezy/errors.py:2091
5560
5849
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5561
5850
msgstr ""
5562
5851
 
5563
 
#: bzrlib/errors.py:2098
 
5852
#: breezy/errors.py:2099
5564
5853
msgid "%(exe_name)s could not be found on this machine"
5565
5854
msgstr ""
5566
5855
 
5567
 
#: bzrlib/errors.py:2106
 
5856
#: breezy/errors.py:2107
5568
5857
msgid "Diff is not installed on this machine: %(msg)s"
5569
5858
msgstr ""
5570
5859
 
5571
 
#: bzrlib/errors.py:2114
 
5860
#: breezy/errors.py:2115
5572
5861
msgid "Diff3 is not installed on this machine."
5573
5862
msgstr ""
5574
5863
 
5575
 
#: bzrlib/errors.py:2120
 
5864
#: breezy/errors.py:2121
5576
5865
msgid "The content being inserted is already present."
5577
5866
msgstr ""
5578
5867
 
5579
 
#: bzrlib/errors.py:2125
 
5868
#: breezy/errors.py:2126
5580
5869
msgid ""
5581
5870
"This tree contains left-over files from a failed operation.\n"
5582
5871
"    Please examine %(limbo_dir)s to see if it contains any files you wish "
5584
5873
"    keep, and delete it when you are done."
5585
5874
msgstr ""
5586
5875
 
5587
 
#: bzrlib/errors.py:2136
 
5876
#: breezy/errors.py:2137
5588
5877
msgid ""
5589
5878
"This tree contains left-over files from a failed operation.\n"
5590
5879
"    Please examine %(pending_deletion)s to see if it contains any files you\n"
5591
5880
"    wish to keep, and delete it when you are done."
5592
5881
msgstr ""
5593
5882
 
5594
 
#: bzrlib/errors.py:2146
 
5883
#: breezy/errors.py:2147
5595
5884
msgid ""
5596
5885
"Unable to delete transform temporary directory %(limbo_dir)s.\n"
5597
5886
"    Please examine %(limbo_dir)s to see if it contains any files you wish "
5599
5888
"    keep, and delete it when you are done."
5600
5889
msgstr ""
5601
5890
 
5602
 
#: bzrlib/errors.py:2157
 
5891
#: breezy/errors.py:2158
5603
5892
msgid ""
5604
5893
"Unable to delete transform temporary directory %(pending_deletion)s.  Please "
5605
5894
"examine %(pending_deletion)s to see if it contains any files you wish to "
5606
5895
"keep, and delete it when you are done."
5607
5896
msgstr ""
5608
5897
 
5609
 
#: bzrlib/errors.py:2167
 
5898
#: breezy/errors.py:2168
5610
5899
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
5611
5900
msgstr ""
5612
5901
 
5613
 
#: bzrlib/errors.py:2181
5614
 
msgid ""
5615
 
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
 
5902
#: breezy/errors.py:2182
 
5903
msgid "Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5616
5904
msgstr ""
5617
5905
 
5618
 
#: bzrlib/errors.py:2194
 
5906
#: breezy/errors.py:2195
5619
5907
msgid "Error in merge modified format"
5620
5908
msgstr ""
5621
5909
 
5622
 
#: bzrlib/errors.py:2199
 
5910
#: breezy/errors.py:2200
5623
5911
msgid "Format error in conflict listings"
5624
5912
msgstr ""
5625
5913
 
5626
 
#: bzrlib/errors.py:2203
 
5914
#: breezy/errors.py:2204
5627
5915
msgid ""
5628
5916
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5629
5917
"Error: %(description)s"
5630
5918
msgstr ""
5631
5919
 
5632
 
#: bzrlib/errors.py:2214
 
5920
#: breezy/errors.py:2215
5633
5921
msgid ""
5634
5922
"An error has been detected in the repository %(repo_path)s.\n"
5635
5923
"Please run bzr reconcile on this repository."
5636
5924
msgstr ""
5637
5925
 
5638
 
#: bzrlib/errors.py:2225
 
5926
#: breezy/errors.py:2226
5639
5927
msgid ""
5640
5928
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5641
5929
"reason: %(reason)s"
5642
5930
msgstr ""
5643
5931
 
5644
 
#: bzrlib/errors.py:2238
 
5932
#: breezy/errors.py:2239
5645
5933
msgid ""
5646
5934
"An inconsistent delta was supplied: %(delta)r\n"
5647
5935
"reason: %(reason)s"
5648
5936
msgstr ""
5649
5937
 
5650
 
#: bzrlib/errors.py:2250
 
5938
#: breezy/errors.py:2251
5651
5939
msgid "To use this feature you must upgrade your branch at %(path)s."
5652
5940
msgstr ""
5653
5941
 
5654
 
#: bzrlib/errors.py:2259
 
5942
#: breezy/errors.py:2260
5655
5943
msgid "To use this feature you must upgrade your repository at %(path)s."
5656
5944
msgstr ""
5657
5945
 
5658
 
#: bzrlib/errors.py:2264
 
5946
#: breezy/errors.py:2265
5659
5947
msgid ""
5660
5948
"To use this feature you must upgrade your branch at %(path)s to a format "
5661
5949
"which supports rich roots."
5662
5950
msgstr ""
5663
5951
 
5664
 
#: bzrlib/errors.py:2270
 
5952
#: breezy/errors.py:2271
5665
5953
msgid "Cannot perform local-only commits on unbound branches."
5666
5954
msgstr ""
5667
5955
 
5668
 
#: bzrlib/errors.py:2275
 
5956
#: breezy/errors.py:2276
5669
5957
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
5670
5958
msgstr ""
5671
5959
 
5672
 
#: bzrlib/errors.py:2296
 
5960
#: breezy/errors.py:2297
5673
5961
msgid "Ghost tags not supported by format %(format)r."
5674
5962
msgstr ""
5675
5963
 
5676
 
#: bzrlib/errors.py:2304
 
5964
#: breezy/errors.py:2305
5677
5965
msgid "File is binary but should be text."
5678
5966
msgstr ""
5679
5967
 
5680
 
#: bzrlib/errors.py:2309
 
5968
#: breezy/errors.py:2310
5681
5969
msgid "The path %(path)s is not permitted on this platform"
5682
5970
msgstr ""
5683
5971
 
5684
 
#: bzrlib/errors.py:2318
 
5972
#: breezy/errors.py:2319
5685
5973
msgid ""
5686
5974
"Testament did not match expected value.\n"
5687
5975
"       For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5688
5976
"       {%(measured)s}"
5689
5977
msgstr ""
5690
5978
 
5691
 
#: bzrlib/errors.py:2330
 
5979
#: breezy/errors.py:2331
5692
5980
msgid "Not a bzr revision-bundle: %(text)r"
5693
5981
msgstr ""
5694
5982
 
5695
 
#: bzrlib/errors.py:2339
 
5983
#: breezy/errors.py:2340
5696
5984
msgid "Bad bzr revision-bundle: %(text)r"
5697
5985
msgstr ""
5698
5986
 
5699
 
#: bzrlib/errors.py:2348
 
5987
#: breezy/errors.py:2349
5700
5988
msgid "Malformed bzr revision-bundle header: %(text)r"
5701
5989
msgstr ""
5702
5990
 
5703
 
#: bzrlib/errors.py:2353
 
5991
#: breezy/errors.py:2354
5704
5992
msgid "Malformed patches in bzr revision-bundle: %(text)r"
5705
5993
msgstr ""
5706
5994
 
5707
 
#: bzrlib/errors.py:2358
 
5995
#: breezy/errors.py:2359
5708
5996
msgid "Malformed footer in bzr revision-bundle: %(text)r"
5709
5997
msgstr ""
5710
5998
 
5711
 
#: bzrlib/errors.py:2363
 
5999
#: breezy/errors.py:2364
5712
6000
msgid "End of line marker was not \\n in bzr revision-bundle"
5713
6001
msgstr ""
5714
6002
 
5715
 
#: bzrlib/errors.py:2373
 
6003
#: breezy/errors.py:2374
5716
6004
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
5717
6005
msgstr ""
5718
6006
 
5719
 
#: bzrlib/errors.py:2383
 
6007
#: breezy/errors.py:2384
5720
6008
msgid "Root class for inventory serialization errors"
5721
6009
msgstr ""
5722
6010
 
5723
 
#: bzrlib/errors.py:2387
 
6011
#: breezy/errors.py:2388
5724
6012
msgid ""
5725
6013
"The inventory was not in the expected format:\n"
5726
6014
" %(msg)s"
5727
6015
msgstr ""
5728
6016
 
5729
 
#: bzrlib/errors.py:2396
 
6017
#: breezy/errors.py:2397
5730
6018
msgid "This operation requires rich root data storage"
5731
6019
msgstr ""
5732
6020
 
5733
 
#: bzrlib/errors.py:2409
5734
 
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
 
6021
#: breezy/errors.py:2410
 
6022
msgid "Unrecognised value for BRZ_SSH environment variable: %(vendor)s"
5735
6023
msgstr ""
5736
6024
 
5737
 
#: bzrlib/errors.py:2418
 
6025
#: breezy/errors.py:2419
5738
6026
msgid ""
5739
 
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
 
6027
"Don't know how to handle SSH connections. Please set BRZ_SSH environment "
5740
6028
"variable."
5741
6029
msgstr ""
5742
6030
 
5743
 
#: bzrlib/errors.py:2425
 
6031
#: breezy/errors.py:2426
5744
6032
msgid ""
5745
6033
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
5746
6034
"ghost at {%(ghost_revision_id)s}"
5747
6035
msgstr ""
5748
6036
 
5749
 
#: bzrlib/errors.py:2435
 
6037
#: breezy/errors.py:2436
5750
6038
msgid "Ghost revision {%(revision_id)s} cannot be used here."
5751
6039
msgstr ""
5752
6040
 
5753
 
#: bzrlib/errors.py:2486
 
6041
#: breezy/errors.py:2487
5754
6042
msgid ""
5755
6043
"A merge directive must provide either a bundle or a public branch location."
5756
6044
msgstr ""
5757
6045
 
5758
 
#: bzrlib/errors.py:2493
 
6046
#: breezy/errors.py:2494
5759
6047
msgid "Bad merge directive payload %(start)r"
5760
6048
msgstr ""
5761
6049
 
5762
 
#: bzrlib/errors.py:2503
 
6050
#: breezy/errors.py:2504
5763
6051
msgid "Preview patch does not match requested changes."
5764
6052
msgstr ""
5765
6053
 
5766
 
#: bzrlib/errors.py:2509
 
6054
#: breezy/errors.py:2510
5767
6055
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
5768
6056
msgstr ""
5769
6057
 
5770
 
#: bzrlib/errors.py:2519
 
6058
#: breezy/errors.py:2520
5771
6059
msgid ""
5772
6060
"Your branch does not have all of the revisions required in order to merge "
5773
6061
"this merge directive and the target location specified in the merge "
5774
6062
"directive is not a branch: %(location)s."
5775
6063
msgstr ""
5776
6064
 
5777
 
#: bzrlib/errors.py:2531
 
6065
#: breezy/errors.py:2532
5778
6066
msgid "Unsupported entry kind %(kind)s"
5779
6067
msgstr ""
5780
6068
 
5781
 
#: bzrlib/errors.py:2539
 
6069
#: breezy/errors.py:2540
5782
6070
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
5783
6071
msgstr ""
5784
6072
 
5785
 
#: bzrlib/errors.py:2549
 
6073
#: breezy/errors.py:2550
5786
6074
msgid "Subsume target %(other_tree)s needs to be upgraded."
5787
6075
msgstr ""
5788
6076
 
5789
 
#: bzrlib/errors.py:2568
 
6077
#: breezy/errors.py:2569
5790
6078
msgid "No such tag: %(tag_name)s"
5791
6079
msgstr ""
5792
6080
 
5793
 
#: bzrlib/errors.py:2576
 
6081
#: breezy/errors.py:2577
5794
6082
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
5795
6083
msgstr ""
5796
6084
 
5797
 
#: bzrlib/errors.py:2585
 
6085
#: breezy/errors.py:2586
5798
6086
msgid "Tag %(tag_name)s already exists."
5799
6087
msgstr ""
5800
6088
 
5801
 
#: bzrlib/errors.py:2593
 
6089
#: breezy/errors.py:2594
5802
6090
msgid ""
5803
 
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
5804
 
"bugs\" for more information on this feature."
 
6091
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help bugs"
 
6092
"\" for more information on this feature."
5805
6093
msgstr ""
5806
6094
 
5807
 
#: bzrlib/errors.py:2603
 
6095
#: breezy/errors.py:2604
5808
6096
msgid ""
5809
6097
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
5810
6098
msgstr ""
5811
6099
 
5812
 
#: bzrlib/errors.py:2613
 
6100
#: breezy/errors.py:2614
5813
6101
msgid ""
5814
6102
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
5815
6103
msgstr ""
5816
6104
 
5817
 
#: bzrlib/errors.py:2623
 
6105
#: breezy/errors.py:2624
5818
6106
msgid "Invalid line in bugs property: '%(line)s'"
5819
6107
msgstr ""
5820
6108
 
5821
 
#: bzrlib/errors.py:2631
 
6109
#: breezy/errors.py:2632
5822
6110
msgid "Invalid bug status: '%(status)s'"
5823
6111
msgstr ""
5824
6112
 
5825
 
#: bzrlib/errors.py:2639
 
6113
#: breezy/errors.py:2640
5826
6114
msgid "Could not understand response from smart server: %(response_tuple)r"
5827
6115
msgstr ""
5828
6116
 
5829
 
#: bzrlib/errors.py:2678
 
6117
#: breezy/errors.py:2679
5830
6118
msgid "Server sent an unexpected error: %(error_tuple)r"
5831
6119
msgstr ""
5832
6120
 
5833
 
#: bzrlib/errors.py:2697
 
6121
#: breezy/errors.py:2698
5834
6122
msgid "Unrecognised container format: %(container_format)r"
5835
6123
msgstr ""
5836
6124
 
5837
 
#: bzrlib/errors.py:2705
 
6125
#: breezy/errors.py:2706
5838
6126
msgid "Unexpected end of container stream"
5839
6127
msgstr ""
5840
6128
 
5841
 
#: bzrlib/errors.py:2710
 
6129
#: breezy/errors.py:2711
5842
6130
msgid "Unknown record type: %(record_type)r"
5843
6131
msgstr ""
5844
6132
 
5845
 
#: bzrlib/errors.py:2718
 
6133
#: breezy/errors.py:2719
5846
6134
msgid "Invalid record: %(reason)s"
5847
6135
msgstr ""
5848
6136
 
5849
 
#: bzrlib/errors.py:2726
 
6137
#: breezy/errors.py:2727
5850
6138
msgid "Container has data after end marker: %(excess)r"
5851
6139
msgstr ""
5852
6140
 
5853
 
#: bzrlib/errors.py:2734
 
6141
#: breezy/errors.py:2735
5854
6142
msgid "Container has multiple records with the same name: %(name)s"
5855
6143
msgstr ""
5856
6144
 
5857
 
#: bzrlib/errors.py:2747
 
6145
#: breezy/errors.py:2748
5858
6146
msgid "Corrupt or incompatible data stream: %(reason)s"
5859
6147
msgstr ""
5860
6148
 
5861
 
#: bzrlib/errors.py:2755
 
6149
#: breezy/errors.py:2756
5862
6150
msgid "SMTP error: %(error)s"
5863
6151
msgstr ""
5864
6152
 
5865
 
#: bzrlib/errors.py:2763
 
6153
#: breezy/errors.py:2764
5866
6154
msgid "No message supplied."
5867
6155
msgstr ""
5868
6156
 
5869
 
#: bzrlib/errors.py:2768
 
6157
#: breezy/errors.py:2769
5870
6158
msgid "No mail-to address (--mail-to) or output (-o) specified."
5871
6159
msgstr ""
5872
6160
 
5873
 
#: bzrlib/errors.py:2773
5874
 
msgid "Unknown mail client: %(mail_client)s"
5875
 
msgstr ""
5876
 
 
5877
 
#: bzrlib/errors.py:2781
 
6161
#: breezy/errors.py:2774
5878
6162
msgid ""
5879
6163
"Unable to find mail client with the following names: "
5880
6164
"%(mail_command_list_string)s"
5881
6165
msgstr ""
5882
6166
 
5883
 
#: bzrlib/errors.py:2791
 
6167
#: breezy/errors.py:2784
5884
6168
msgid "SMTP connection to %(host)s refused"
5885
6169
msgstr ""
5886
6170
 
5887
 
#: bzrlib/errors.py:2800
 
6171
#: breezy/errors.py:2793
5888
6172
msgid "Please specify smtp_server.  No server at default %(host)s."
5889
6173
msgstr ""
5890
6174
 
5891
 
#: bzrlib/errors.py:2814
 
6175
#: breezy/errors.py:2807
5892
6176
msgid ""
5893
6177
"'%(display_url)s' is not in sync with %(target_url)s.  See bzr help sync-for-"
5894
6178
"reconfigure."
5895
6179
msgstr ""
5896
6180
 
5897
 
#: bzrlib/errors.py:2826
 
6181
#: breezy/errors.py:2819
5898
6182
msgid "'%(display_url)s' is already a branch."
5899
6183
msgstr ""
5900
6184
 
5901
 
#: bzrlib/errors.py:2831
 
6185
#: breezy/errors.py:2824
5902
6186
msgid "'%(display_url)s' is already a tree."
5903
6187
msgstr ""
5904
6188
 
5905
 
#: bzrlib/errors.py:2836
 
6189
#: breezy/errors.py:2829
5906
6190
msgid "'%(display_url)s' is already a checkout."
5907
6191
msgstr ""
5908
6192
 
5909
 
#: bzrlib/errors.py:2841
 
6193
#: breezy/errors.py:2834
5910
6194
msgid "'%(display_url)s' is already a lightweight checkout."
5911
6195
msgstr ""
5912
6196
 
5913
 
#: bzrlib/errors.py:2846
 
6197
#: breezy/errors.py:2839
5914
6198
msgid "'%(display_url)s' is already using a shared repository."
5915
6199
msgstr ""
5916
6200
 
5917
 
#: bzrlib/errors.py:2851
 
6201
#: breezy/errors.py:2844
5918
6202
msgid "'%(display_url)s' is already standalone."
5919
6203
msgstr ""
5920
6204
 
5921
 
#: bzrlib/errors.py:2856
 
6205
#: breezy/errors.py:2849
5922
6206
msgid "Shared repository '%(display_url)s' already creates working trees."
5923
6207
msgstr ""
5924
6208
 
5925
 
#: bzrlib/errors.py:2862
 
6209
#: breezy/errors.py:2855
5926
6210
msgid ""
5927
6211
"Shared repository '%(display_url)s' already doesn't create working trees."
5928
6212
msgstr ""
5929
6213
 
5930
 
#: bzrlib/errors.py:2868
 
6214
#: breezy/errors.py:2861
5931
6215
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
5932
6216
msgstr ""
5933
6217
 
5934
 
#: bzrlib/errors.py:2873
 
6218
#: breezy/errors.py:2866
5935
6219
msgid "No location could be found to bind to at %(display_url)s."
5936
6220
msgstr ""
5937
6221
 
5938
 
#: bzrlib/errors.py:2878
5939
 
msgid ""
5940
 
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
5941
 
"status).%(more)s"
5942
 
msgstr ""
5943
 
 
5944
 
#: bzrlib/errors.py:2897
5945
 
msgid ""
5946
 
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
5947
 
"list).%(more)s"
5948
 
msgstr ""
5949
 
 
5950
 
#: bzrlib/errors.py:2903
 
6222
#: breezy/errors.py:2871
 
6223
msgid ""
 
6224
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr status)."
 
6225
"%(more)s"
 
6226
msgstr ""
 
6227
 
 
6228
#: breezy/errors.py:2890
 
6229
msgid ""
 
6230
"Branch \"%(display_url)s\" does not support storing uncommitted changes."
 
6231
msgstr ""
 
6232
 
 
6233
#: breezy/errors.py:2905
 
6234
msgid ""
 
6235
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --list)."
 
6236
"%(more)s"
 
6237
msgstr ""
 
6238
 
 
6239
#: breezy/errors.py:2911
5951
6240
msgid "Variable {%(name)s} is not available."
5952
6241
msgstr ""
5953
6242
 
5954
 
#: bzrlib/errors.py:2911
 
6243
#: breezy/errors.py:2919
5955
6244
msgid "No template specified."
5956
6245
msgstr ""
5957
6246
 
5958
 
#: bzrlib/errors.py:2916
 
6247
#: breezy/errors.py:2924
5959
6248
msgid "Unable to create symlink %(path_str)son this platform"
5960
6249
msgstr ""
5961
6250
 
5962
 
#: bzrlib/errors.py:2931
 
6251
#: breezy/errors.py:2939
5963
6252
msgid ""
5964
 
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
5965
 
"\"original\", \"local\"."
 
6253
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", \"original"
 
6254
"\", \"local\"."
5966
6255
msgstr ""
5967
6256
 
5968
 
#: bzrlib/errors.py:2965
 
6257
#: breezy/errors.py:2973
5969
6258
msgid ""
5970
6259
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
5971
6260
msgstr ""
5972
6261
 
5973
 
#: bzrlib/errors.py:2977
 
6262
#: breezy/errors.py:2985
5974
6263
msgid "The \"%(config_id)s\" configuration does not exist."
5975
6264
msgstr ""
5976
6265
 
5977
 
#: bzrlib/errors.py:2985
 
6266
#: breezy/errors.py:2993
5978
6267
msgid "The \"%(option_name)s\" configuration option does not exist."
5979
6268
msgstr ""
5980
6269
 
5981
 
#: bzrlib/errors.py:2993
 
6270
#: breezy/errors.py:3001
5982
6271
msgid "The alias \"%(alias_name)s\" does not exist."
5983
6272
msgstr ""
5984
6273
 
5985
 
#: bzrlib/errors.py:3007
 
6274
#: breezy/errors.py:3015
5986
6275
msgid "\"%(alias_name)s\" is not a valid location alias."
5987
6276
msgstr ""
5988
6277
 
5989
 
#: bzrlib/errors.py:3015
 
6278
#: breezy/errors.py:3023
5990
6279
msgid "No %(alias_name)s location assigned."
5991
6280
msgstr ""
5992
6281
 
5993
 
#: bzrlib/errors.py:3023
 
6282
#: breezy/errors.py:3031
5994
6283
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
5995
6284
msgstr ""
5996
6285
 
5997
 
#: bzrlib/errors.py:3033
 
6286
#: breezy/errors.py:3041
5998
6287
msgid "Unknown rules detected: %(unknowns_str)s."
5999
6288
msgstr ""
6000
6289
 
6001
 
#: bzrlib/errors.py:3044
 
6290
#: breezy/errors.py:3052
6002
6291
msgid "Tip change rejected: %(msg)s"
6003
6292
msgstr ""
6004
6293
 
6005
 
#: bzrlib/errors.py:3052
 
6294
#: breezy/errors.py:3060
6006
6295
msgid "Shelf corrupt."
6007
6296
msgstr ""
6008
6297
 
6009
 
#: bzrlib/errors.py:3057
 
6298
#: breezy/errors.py:3065
6010
6299
msgid "Corruption while decompressing repository file%(orig_error)s"
6011
6300
msgstr ""
6012
6301
 
6013
 
#: bzrlib/errors.py:3069
 
6302
#: breezy/errors.py:3077
6014
6303
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6015
6304
msgstr ""
6016
6305
 
6017
 
#: bzrlib/errors.py:3077
 
6306
#: breezy/errors.py:3085
6018
6307
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6019
6308
msgstr ""
6020
6309
 
6021
 
#: bzrlib/errors.py:3085
6022
 
msgid ""
6023
 
"An attempt to access a url outside the server jail was made: '%(url)s'."
 
6310
#: breezy/errors.py:3093
 
6311
msgid "An attempt to access a url outside the server jail was made: '%(url)s'."
6024
6312
msgstr ""
6025
6313
 
6026
 
#: bzrlib/errors.py:3093
 
6314
#: breezy/errors.py:3101
6027
6315
msgid "The user aborted the operation."
6028
6316
msgstr ""
6029
6317
 
6030
 
#: bzrlib/errors.py:3098
 
6318
#: breezy/errors.py:3106
6031
6319
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6032
6320
msgstr ""
6033
6321
 
6034
 
#: bzrlib/errors.py:3108
 
6322
#: breezy/errors.py:3116
6035
6323
msgid "No such view: %(view_name)s."
6036
6324
msgstr ""
6037
6325
 
6038
 
#: bzrlib/errors.py:3118
 
6326
#: breezy/errors.py:3126
6039
6327
msgid ""
6040
6328
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6041
6329
"to a later format."
6042
6330
msgstr ""
6043
6331
 
6044
 
#: bzrlib/errors.py:3127
 
6332
#: breezy/errors.py:3135
6045
6333
msgid ""
6046
6334
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6047
6335
msgstr ""
6048
6336
 
6049
 
#: bzrlib/errors.py:3194
 
6337
#: breezy/errors.py:3202
6050
6338
msgid "%(bzrdir)r does not support co-located branches."
6051
6339
msgstr ""
6052
6340
 
6053
 
#: bzrlib/errors.py:3200
 
6341
#: breezy/errors.py:3208
6054
6342
msgid ""
6055
6343
"Unable to determine your name.\n"
6056
6344
"Please, set your name with the 'whoami' command.\n"
6057
6345
"E.g. bzr whoami \"Your Name <name@example.com>\""
6058
6346
msgstr ""
6059
6347
 
6060
 
#: bzrlib/errors.py:3209
 
6348
#: breezy/errors.py:3217
6061
6349
msgid "Invalid pattern(s) found. %(msg)s"
6062
6350
msgstr ""
6063
6351
 
6064
 
#: bzrlib/errors.py:3217
 
6352
#: breezy/errors.py:3225
6065
6353
msgid ""
6066
6354
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6067
6355
"unbind` to fix."
6068
6356
msgstr ""
6069
6357
 
6070
 
#: bzrlib/errors.py:3228
 
6358
#: breezy/errors.py:3236
6071
6359
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6072
6360
msgstr ""
6073
6361
 
6074
 
#: bzrlib/errors.py:3237
6075
 
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6076
 
msgstr ""
6077
 
 
6078
 
#: bzrlib/errors.py:3246
 
6362
#: breezy/errors.py:3245
 
6363
msgid "Option \"%(name)s\" is not defined while expanding \"%(string)s\"."
 
6364
msgstr ""
 
6365
 
 
6366
#: breezy/errors.py:3254
 
6367
msgid "Option \"%(name)s\" is not allowed."
 
6368
msgstr ""
 
6369
 
 
6370
#: breezy/errors.py:3262
6079
6371
msgid ""
6080
6372
"No compatible object available for operations from %(source)r to %(target)r."
6081
6373
msgstr ""
6082
6374
 
6083
 
#: bzrlib/errors.py:3256
 
6375
#: breezy/errors.py:3272
6084
6376
msgid ""
6085
6377
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6086
6378
"%(arguments)s."
6087
6379
msgstr ""
6088
6380
 
6089
 
#: bzrlib/errors.py:3266
 
6381
#: breezy/errors.py:3282
6090
6382
msgid ""
6091
6383
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6092
6384
"format %(format)r"
6093
6385
msgstr ""
6094
6386
 
6095
 
#: bzrlib/errors.py:3278
 
6387
#: breezy/errors.py:3294
6096
6388
msgid ""
6097
6389
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6098
6390
"plugin."
6099
6391
msgstr ""
6100
6392
 
6101
 
#: bzrlib/errors.py:3291
 
6393
#: breezy/errors.py:3307
6102
6394
msgid "Binary files section encountered."
6103
6395
msgstr ""
6104
6396
 
6105
 
#: bzrlib/errors.py:3299
 
6397
#: breezy/errors.py:3315
6106
6398
msgid ""
6107
6399
"Malformed patch header.  %(desc)s\n"
6108
6400
"%(line)r"
6109
6401
msgstr ""
6110
6402
 
6111
 
#: bzrlib/errors.py:3308
 
6403
#: breezy/errors.py:3324
6112
6404
msgid ""
6113
6405
"Malformed hunk header.  %(desc)s\n"
6114
6406
"%(line)r"
6115
6407
msgstr ""
6116
6408
 
6117
 
#: bzrlib/errors.py:3317
 
6409
#: breezy/errors.py:3333
6118
6410
msgid ""
6119
6411
"Malformed line.  %(desc)s\n"
6120
6412
"%(line)r"
6121
6413
msgstr ""
6122
6414
 
6123
 
#: bzrlib/errors.py:3327
 
6415
#: breezy/errors.py:3343
6124
6416
msgid ""
6125
6417
"Text contents mismatch at line %(line_no)d.  Original has \"%(orig_line)s\", "
6126
6418
"but patch says it should be \"%(patch_line)s\""
6127
6419
msgstr ""
6128
6420
 
6129
 
#: bzrlib/errors.py:3338
 
6421
#: breezy/errors.py:3354
6130
6422
msgid "The feature %(feature)s has already been registered."
6131
6423
msgstr ""
6132
6424
 
6133
 
#: bzrlib/export_pot.py:252
 
6425
#: breezy/errors.py:3362
 
6426
msgid ""
 
6427
"Cannot store uncommitted changes because this branch already stores "
 
6428
"uncommitted changes."
 
6429
msgstr ""
 
6430
 
 
6431
#: breezy/export_pot.py:252
6134
6432
#, python-format
6135
6433
msgid "Exporting messages from builtin command: %s"
6136
6434
msgstr ""
6137
6435
 
6138
 
#: bzrlib/export_pot.py:271
 
6436
#: breezy/export_pot.py:271
 
6437
#, python-brace-format
6139
6438
msgid "Exporting messages from plugin command: {0} in {1}"
6140
6439
msgstr ""
6141
6440
 
6142
 
#: bzrlib/export_pot.py:292
 
6441
#: breezy/export_pot.py:292
6143
6442
#, python-format
6144
6443
msgid "Exporting message from error: %s"
6145
6444
msgstr ""
6146
6445
 
6147
 
#: bzrlib/fetch.py:98
 
6446
#: breezy/fetch.py:98
6148
6447
msgid "Finding revisions"
6149
6448
msgstr ""
6150
6449
 
6151
 
#: bzrlib/fetch.py:103
 
6450
#: breezy/fetch.py:103
6152
6451
msgid "Fetching revisions"
6153
6452
msgstr ""
6154
6453
 
6155
 
#: bzrlib/foreign.py:262
 
6454
#: breezy/foreign.py:262
6156
6455
msgid "Push into a different VCS without any custom bzr metadata."
6157
6456
msgstr ""
6158
6457
 
6159
 
#: bzrlib/foreign.py:264
 
6458
#: breezy/foreign.py:264
6160
6459
msgid ""
6161
6460
"This will afterwards rebase the local branch on the remote\n"
6162
6461
"branch unless the --no-rebase option is used, in which case \n"
6163
6462
"the two branches will be out of sync after the push. "
6164
6463
msgstr ""
6165
6464
 
6166
 
#: bzrlib/foreign.py:277
 
6465
# help of 'no-rebase' option of 'dpush' command
 
6466
#: breezy/foreign.py:277
6167
6467
msgid "Do not rebase after push."
6168
6468
msgstr ""
6169
6469
 
6170
 
#: bzrlib/foreign.py:311
 
6470
#: breezy/foreign.py:311
6171
6471
#, python-format
6172
6472
msgid "Using saved location: %s\n"
6173
6473
msgstr ""
6174
6474
 
6175
 
#: bzrlib/foreign.py:321
 
6475
#: breezy/foreign.py:321
6176
6476
msgid ""
6177
6477
"{0!r} and {1!r} are in the same VCS, lossy push not necessary. Please use "
6178
6478
"regular push."
6179
6479
msgstr ""
6180
6480
 
6181
 
#: bzrlib/gpg.py:119 bzrlib/gpg.py:460
 
6481
#: breezy/gpg.py:358
 
6482
#, python-brace-format
 
6483
msgid "No GnuPG key results for pattern: {0}"
 
6484
msgstr ""
 
6485
 
 
6486
#: breezy/gpg.py:431
 
6487
#, python-brace-format
6182
6488
msgid "{0} commits with valid signatures"
6183
6489
msgstr ""
6184
6490
 
6185
 
#: bzrlib/gpg.py:123 bzrlib/gpg.py:465
 
6491
#: breezy/gpg.py:437
 
6492
#, python-brace-format
6186
6493
msgid "{0} commit with unknown key"
6187
6494
msgid_plural "{0} commits with unknown keys"
6188
6495
msgstr[0] ""
6189
6496
msgstr[1] ""
6190
6497
 
6191
 
#: bzrlib/gpg.py:129 bzrlib/gpg.py:472
 
6498
#: breezy/gpg.py:445
 
6499
#, python-brace-format
6192
6500
msgid "{0} commit not valid"
6193
6501
msgid_plural "{0} commits not valid"
6194
6502
msgstr[0] ""
6195
6503
msgstr[1] ""
6196
6504
 
6197
 
#: bzrlib/gpg.py:135 bzrlib/gpg.py:479
 
6505
#: breezy/gpg.py:453
 
6506
#, python-brace-format
6198
6507
msgid "{0} commit not signed"
6199
6508
msgid_plural "{0} commits not signed"
6200
6509
msgstr[0] ""
6201
6510
msgstr[1] ""
6202
6511
 
6203
 
#: bzrlib/gpg.py:141 bzrlib/gpg.py:486
 
6512
#: breezy/gpg.py:461
 
6513
#, python-brace-format
6204
6514
msgid "{0} commit with key now expired"
6205
6515
msgid_plural "{0} commits with key now expired"
6206
6516
msgstr[0] ""
6207
6517
msgstr[1] ""
6208
6518
 
6209
 
#: bzrlib/gpg.py:343
6210
 
msgid "No GnuPG key results for pattern: {0}"
6211
 
msgstr ""
 
6519
#: breezy/gpg.py:481
 
6520
#, python-brace-format
 
6521
msgid "{0} commit by author {1} with key {2} now expired"
 
6522
msgid_plural "{0} commits by author {1} with key {2} now expired"
 
6523
msgstr[0] ""
 
6524
msgstr[1] ""
6212
6525
 
6213
 
#: bzrlib/gpg.py:386
 
6526
#: breezy/gpg.py:497
 
6527
#, python-brace-format
6214
6528
msgid "{0} signed {1} commit"
6215
6529
msgid_plural "{0} signed {1} commits"
6216
6530
msgstr[0] ""
6217
6531
msgstr[1] ""
6218
6532
 
6219
 
#: bzrlib/gpg.py:403 bzrlib/gpg.py:419
 
6533
#: breezy/gpg.py:514 breezy/gpg.py:531
 
6534
#, python-brace-format
6220
6535
msgid "{0} commit by author {1}"
6221
6536
msgid_plural "{0} commits by author {1}"
6222
6537
msgstr[0] ""
6223
6538
msgstr[1] ""
6224
6539
 
6225
 
#: bzrlib/gpg.py:433
 
6540
#: breezy/gpg.py:546
 
6541
#, python-brace-format
6226
6542
msgid "Unknown key {0} signed {1} commit"
6227
6543
msgid_plural "Unknown key {0} signed {1} commits"
6228
6544
msgstr[0] ""
6229
6545
msgstr[1] ""
6230
6546
 
6231
 
#: bzrlib/gpg.py:452
6232
 
msgid "{0} commit by author {1} with key {2} now expired"
6233
 
msgid_plural "{0} commits by author {1} with key {2} now expired"
6234
 
msgstr[0] ""
6235
 
msgstr[1] ""
6236
 
 
6237
 
#: bzrlib/groupcompress.py:1739
 
6547
#: breezy/groupcompress.py:1739
6238
6548
#, python-format
6239
6549
msgid "Insert claimed random_id=True, but then inserted %r two times"
6240
6550
msgstr ""
6241
6551
 
6242
 
#: bzrlib/hooks.py:331
 
6552
#: breezy/hooks.py:313
6243
6553
#, python-format
6244
6554
msgid "Introduced in: %s"
6245
6555
msgstr ""
6246
6556
 
6247
 
#: bzrlib/hooks.py:334
 
6557
#: breezy/hooks.py:316
6248
6558
#, python-format
6249
6559
msgid "Deprecated in: %s"
6250
6560
msgstr ""
6251
6561
 
6252
 
#: bzrlib/knit.py:1766 bzrlib/knit.py:1802
 
6562
#: breezy/knit.py:1766 breezy/knit.py:1802
6253
6563
msgid "Walking content"
6254
6564
msgstr ""
6255
6565
 
6256
 
#: bzrlib/knit.py:3330
 
6566
#: breezy/knit.py:3330
6257
6567
msgid "annotating"
6258
6568
msgstr ""
6259
6569
 
6260
 
#: bzrlib/lock.py:548
 
6570
#: breezy/lock.py:549
6261
6571
msgid "{0!r} was {1} locked again"
6262
6572
msgstr ""
6263
6573
 
6264
 
#: bzrlib/lockdir.py:321
 
6574
#: breezy/lockdir.py:321
6265
6575
#, python-format
6266
6576
msgid "error removing pending lock: %s"
6267
6577
msgstr ""
6268
6578
 
6269
 
#: bzrlib/lockdir.py:616
 
6579
#: breezy/lockdir.py:616
6270
6580
msgid "Unable to obtain"
6271
6581
msgstr ""
6272
6582
 
6273
 
#: bzrlib/lockdir.py:618
 
6583
#: breezy/lockdir.py:618
6274
6584
msgid "Lock owner changed for"
6275
6585
msgstr ""
6276
6586
 
6277
 
#: bzrlib/lockdir.py:620
 
6587
#: breezy/lockdir.py:620
 
6588
#, python-brace-format
6278
6589
msgid "{0} lock {1} {2}."
6279
6590
msgstr ""
6280
6591
 
6281
 
#: bzrlib/lockdir.py:627
 
6592
#: breezy/lockdir.py:627
6282
6593
#, python-format
6283
6594
msgid "Will continue to try until %s, unless you press Ctrl-C."
6284
6595
msgstr ""
6285
6596
 
6286
 
#: bzrlib/lockdir.py:629
 
6597
#: breezy/lockdir.py:629
6287
6598
msgid "See \"bzr help break-lock\" for more."
6288
6599
msgstr ""
6289
6600
 
6290
 
#: bzrlib/lockdir.py:739
 
6601
#: breezy/lockdir.py:739
6291
6602
#, python-format
6292
6603
msgid ""
6293
6604
"held by %(user)s on %(hostname)s (process #%(pid)s), acquired %(time_ago)s"
6294
6605
msgstr ""
6295
6606
 
6296
 
#: bzrlib/log.py:572
 
6607
#: breezy/log.py:563
6297
6608
msgid "--exclude-common-ancestry requires two different revisions"
6298
6609
msgstr ""
6299
6610
 
6300
 
#: bzrlib/log.py:574
 
6611
#: breezy/log.py:565
6301
6612
#, python-format
6302
6613
msgid "invalid direction %r"
6303
6614
msgstr ""
6304
6615
 
6305
 
#: bzrlib/log.py:662
 
6616
#: breezy/log.py:653
6306
6617
msgid "Start revision not found in history of end revision."
6307
6618
msgstr ""
6308
6619
 
6309
 
#: bzrlib/log.py:1080 bzrlib/log.py:1138
 
6620
#: breezy/log.py:1071 breezy/log.py:1129
6310
6621
msgid "Logging revision 0 is invalid."
6311
6622
msgstr ""
6312
6623
 
6313
 
#: bzrlib/log.py:1082 bzrlib/log.py:1140
 
6624
#: breezy/log.py:1073 breezy/log.py:1131
6314
6625
msgid "Start revision must be older than the end revision."
6315
6626
msgstr ""
6316
6627
 
6317
 
#: bzrlib/log.py:1827
 
6628
#: breezy/log.py:1818
6318
6629
#, python-format
6319
6630
msgid "unknown log formatter: %r"
6320
6631
msgstr ""
6321
6632
 
6322
 
#: bzrlib/log.py:2123
 
6633
#: breezy/log.py:2114
6323
6634
msgid "fixes bug"
6324
6635
msgid_plural "fixes bugs"
6325
6636
msgstr[0] ""
6326
6637
msgstr[1] ""
6327
6638
 
6328
 
#: bzrlib/merge.py:689
 
6639
#: breezy/merge.py:689
6329
6640
msgid "All changes applied successfully."
6330
6641
msgstr ""
6331
6642
 
6332
 
#: bzrlib/merge.py:691
 
6643
#: breezy/merge.py:691
6333
6644
#, python-format
6334
6645
msgid "%d conflicts encountered."
6335
6646
msgstr ""
6336
6647
 
6337
 
#: bzrlib/merge.py:845 bzrlib/merge.py:1933
 
6648
#: breezy/merge.py:845 breezy/merge.py:1868
6338
6649
msgid "Preparing file merge"
6339
6650
msgstr ""
6340
6651
 
6341
 
#: bzrlib/multiparent.py:426
 
6652
#: breezy/multiparent.py:426
6342
6653
msgid "Importing revisions"
6343
6654
msgstr ""
6344
6655
 
6345
 
#: bzrlib/option.py:526
 
6656
# help of 'help' option
 
6657
#: breezy/option.py:526
6346
6658
msgid "Show help message."
6347
6659
msgstr ""
6348
6660
 
6349
 
#: bzrlib/option.py:528
 
6661
# help of 'quiet' option
 
6662
#: breezy/option.py:528
6350
6663
msgid "Only display errors and warnings."
6351
6664
msgstr ""
6352
6665
 
6353
 
#: bzrlib/option.py:531
 
6666
# help of 'usage' option
 
6667
#: breezy/option.py:531
6354
6668
msgid "Show usage message and options."
6355
6669
msgstr ""
6356
6670
 
6357
 
#: bzrlib/option.py:533
 
6671
# help of 'verbose' option
 
6672
#: breezy/option.py:533
6358
6673
msgid "Display more information."
6359
6674
msgstr ""
6360
6675
 
6361
 
#: bzrlib/option.py:541
 
6676
# help of 'change' option
 
6677
#: breezy/option.py:541
6362
6678
msgid ""
6363
6679
"Select changes introduced by the specified revision. See also \"help "
6364
6680
"revisionspec\"."
6365
6681
msgstr ""
6366
6682
 
6367
 
#: bzrlib/option.py:543
 
6683
# help of 'directory' option
 
6684
#: breezy/option.py:543
6368
6685
msgid "Branch to operate on, instead of working directory."
6369
6686
msgstr ""
6370
6687
 
6371
 
#: bzrlib/option.py:545
 
6688
# help of 'log-format=long' option
 
6689
#: breezy/option.py:545
6372
6690
msgid "Detailed log format."
6373
6691
msgstr ""
6374
6692
 
6375
 
#: bzrlib/option.py:545
 
6693
# help of 'log-format=gnu-changelog' option
 
6694
#: breezy/option.py:545
6376
6695
msgid "Format used by GNU ChangeLog files."
6377
6696
msgstr ""
6378
6697
 
6379
 
#: bzrlib/option.py:545
 
6698
# help of 'log-format=line' option
 
6699
#: breezy/option.py:545
6380
6700
msgid "Log format with one line per revision."
6381
6701
msgstr ""
6382
6702
 
6383
 
#: bzrlib/option.py:545
 
6703
# help of 'log-format=short' option
 
6704
#: breezy/option.py:545
6384
6705
msgid "Moderately short log format."
6385
6706
msgstr ""
6386
6707
 
6387
 
#: bzrlib/option.py:545
 
6708
# help of 'log-format' option
 
6709
#: breezy/option.py:545
6388
6710
msgid "Use specified log format."
6389
6711
msgstr ""
6390
6712
 
6391
 
#: bzrlib/option.py:547
 
6713
# title of 'log-format' option
 
6714
#: breezy/option.py:547
6392
6715
msgid "Log format"
6393
6716
msgstr ""
6394
6717
 
6395
 
#: bzrlib/option.py:549
 
6718
# help of 'merge-type=lca' option
 
6719
#: breezy/option.py:549
6396
6720
msgid "LCA-newness merge."
6397
6721
msgstr ""
6398
6722
 
6399
 
#: bzrlib/option.py:549
 
6723
# help of 'merge-type=diff3' option
 
6724
#: breezy/option.py:549
6400
6725
msgid "Merge using external diff3."
6401
6726
msgstr ""
6402
6727
 
6403
 
#: bzrlib/option.py:549
 
6728
# help of 'merge-type=merge3' option
 
6729
#: breezy/option.py:549
6404
6730
msgid "Native diff3-style merge."
6405
6731
msgstr ""
6406
6732
 
6407
 
#: bzrlib/option.py:549
 
6733
# help of 'merge-type' option
 
6734
#: breezy/option.py:549
6408
6735
msgid "Select a particular merge algorithm."
6409
6736
msgstr ""
6410
6737
 
6411
 
#: bzrlib/option.py:549
 
6738
# help of 'merge-type=weave' option
 
6739
#: breezy/option.py:549
6412
6740
msgid "Weave-based merge."
6413
6741
msgstr ""
6414
6742
 
6415
 
#: bzrlib/option.py:551
 
6743
# title of 'merge-type' option
 
6744
#: breezy/option.py:551
6416
6745
msgid "Merge algorithm"
6417
6746
msgstr ""
6418
6747
 
6419
 
#: bzrlib/option.py:554
 
6748
# help of 'message' option
 
6749
#: breezy/option.py:554
6420
6750
msgid "Message string."
6421
6751
msgstr ""
6422
6752
 
6423
 
#: bzrlib/option.py:556
 
6753
# help of 'null' option
 
6754
#: breezy/option.py:556
6424
6755
msgid "Use an ASCII NUL (\\0) separator rather than a newline."
6425
6756
msgstr ""
6426
6757
 
6427
 
#: bzrlib/option.py:558
 
6758
# help of 'overwrite' option
 
6759
#: breezy/option.py:558
6428
6760
msgid "Ignore differences between branches and overwrite unconditionally."
6429
6761
msgstr ""
6430
6762
 
6431
 
#: bzrlib/option.py:560
 
6763
# help of 'remember' option
 
6764
#: breezy/option.py:560
6432
6765
msgid "Remember the specified location as a default."
6433
6766
msgstr ""
6434
6767
 
6435
 
#: bzrlib/option.py:562
 
6768
# help of 'reprocess' option
 
6769
#: breezy/option.py:562
6436
6770
msgid "Reprocess to reduce spurious conflicts."
6437
6771
msgstr ""
6438
6772
 
6439
 
#: bzrlib/option.py:566
 
6773
# help of 'revision' option
 
6774
#: breezy/option.py:566
6440
6775
msgid "See \"help revisionspec\" for details."
6441
6776
msgstr ""
6442
6777
 
6443
 
#: bzrlib/option.py:568
 
6778
# help of 'show-ids' option
 
6779
#: breezy/option.py:568
6444
6780
msgid "Show internal object ids."
6445
6781
msgstr ""
6446
6782
 
6447
 
#: bzrlib/option.py:571
 
6783
# help of 'timezone' option
 
6784
#: breezy/option.py:571
6448
6785
msgid "Display timezone as local, original, or utc."
6449
6786
msgstr ""
6450
6787
 
6451
 
#: bzrlib/osutils.py:100
 
6788
#: breezy/osutils.py:101
6452
6789
msgid "Parameter {0!r} encoding is unsupported by {1} application locale."
6453
6790
msgstr ""
6454
6791
 
6455
 
#: bzrlib/osutils.py:220
 
6792
#: breezy/osutils.py:221
6456
6793
msgid "lstat/stat of ({0!r}): {1!r}"
6457
6794
msgstr ""
6458
6795
 
6459
 
#: bzrlib/osutils.py:1008 bzrlib/osutils.py:1019
 
6796
#: breezy/osutils.py:1041 breezy/osutils.py:1052
6460
6797
#, python-format
6461
6798
msgid "sorry, %r not allowed in path"
6462
6799
msgstr ""
6463
6800
 
6464
 
#: bzrlib/osutils.py:1237
 
6801
#: breezy/osutils.py:1270
6465
6802
#, python-format
6466
6803
msgid "%r is too short to calculate a relative path"
6467
6804
msgstr ""
6468
6805
 
6469
 
#: bzrlib/plugin.py:143
 
6806
#: breezy/plugin.py:143
6470
6807
#, python-format
6471
6808
msgid "\"%s\" is not a valid <plugin_name>@<plugin_path> description "
6472
6809
msgstr ""
6473
6810
 
6474
 
#: bzrlib/plugins/bash_completion/bashcomp.py:411
 
6811
# help of 'plugin' option of 'bash-completion' command
 
6812
#: breezy/plugins/bash_completion/bashcomp.py:411
6475
6813
msgid "Enable completions for the selected plugin (default: all plugins)"
6476
6814
msgstr ""
6477
6815
 
6478
 
#: bzrlib/plugins/bash_completion/bashcomp.py:412
 
6816
#: breezy/plugins/bash_completion/bashcomp.py:412
6479
6817
msgid "Generate a shell function for bash command line completion."
6480
6818
msgstr ""
6481
6819
 
6482
 
#: bzrlib/plugins/bash_completion/bashcomp.py:414
 
6820
#: breezy/plugins/bash_completion/bashcomp.py:414
6483
6821
msgid ""
6484
6822
"This command generates a shell function which can be used by bash to\n"
6485
6823
"automatically complete the currently typed command when the user presses\n"
6486
6824
"the completion key (usually tab)."
6487
6825
msgstr ""
6488
6826
 
6489
 
#: bzrlib/plugins/bash_completion/bashcomp.py:418
 
6827
#: breezy/plugins/bash_completion/bashcomp.py:418
6490
6828
msgid ""
6491
6829
"Commonly used like this:\n"
6492
6830
"    eval \"`bzr bash-completion`\""
6493
6831
msgstr ""
6494
6832
 
6495
 
#: bzrlib/plugins/bash_completion/bashcomp.py:424
 
6833
# help of 'function-name' option of 'bash-completion' command
 
6834
#: breezy/plugins/bash_completion/bashcomp.py:424
6496
6835
msgid "Name of the generated function (default: _bzr)"
6497
6836
msgstr ""
6498
6837
 
6499
 
#: bzrlib/plugins/bash_completion/bashcomp.py:426
 
6838
# help of 'function-only' option of 'bash-completion' command
 
6839
#: breezy/plugins/bash_completion/bashcomp.py:426
6500
6840
msgid "Generate only the shell function, don't enable it"
6501
6841
msgstr ""
6502
6842
 
6503
 
#: bzrlib/plugins/launchpad/__init__.py:81
 
6843
#: breezy/plugins/grep/cmds.py:77
 
6844
msgid "Print lines matching PATTERN for specified files and revisions."
 
6845
msgstr ""
 
6846
 
 
6847
#: breezy/plugins/grep/cmds.py:79
 
6848
msgid ""
 
6849
"This command searches the specified files and revisions for a given\n"
 
6850
"pattern.  The pattern is specified as a Python regular expressions[1]."
 
6851
msgstr ""
 
6852
 
 
6853
#: breezy/plugins/grep/cmds.py:82
 
6854
msgid ""
 
6855
"If the file name is not specified, the revisions starting with the\n"
 
6856
"current directory are searched recursively. If the revision number is\n"
 
6857
"not specified, the working copy is searched. To search the last committed\n"
 
6858
"revision, use the '-r -1' or '-r last:1' option."
 
6859
msgstr ""
 
6860
 
 
6861
#: breezy/plugins/grep/cmds.py:87
 
6862
msgid ""
 
6863
"Unversioned files are not searched unless explicitly specified on the\n"
 
6864
"command line. Unversioned directores are not searched."
 
6865
msgstr ""
 
6866
 
 
6867
#: breezy/plugins/grep/cmds.py:90
 
6868
msgid ""
 
6869
"When searching a pattern, the output is shown in the 'filepath:string'\n"
 
6870
"format. If a revision is explicitly searched, the output is shown as\n"
 
6871
"'filepath~N:string', where N is the revision number."
 
6872
msgstr ""
 
6873
 
 
6874
#: breezy/plugins/grep/cmds.py:94
 
6875
msgid ""
 
6876
"--include and --exclude options can be used to search only (or exclude\n"
 
6877
"from search) files with base name matches the specified Unix style GLOB\n"
 
6878
"pattern.  The GLOB pattern an use *, ?, and [...] as wildcards, and \\\n"
 
6879
"to quote wildcard or backslash character literally. Note that the glob\n"
 
6880
"pattern is not a regular expression."
 
6881
msgstr ""
 
6882
 
 
6883
#: breezy/plugins/grep/cmds.py:100
 
6884
msgid "[1] http://docs.python.org/library/re.html#regular-expression-syntax"
 
6885
msgstr ""
 
6886
 
 
6887
# help of 'color' option of 'grep' command
 
6888
#: breezy/plugins/grep/cmds.py:109
 
6889
msgid "Show match in color. WHEN is never, always or auto."
 
6890
msgstr ""
 
6891
 
 
6892
# help of 'diff' option of 'grep' command
 
6893
#: breezy/plugins/grep/cmds.py:111
 
6894
msgid "Grep for pattern in changeset for each revision."
 
6895
msgstr ""
 
6896
 
 
6897
# help of 'exclude' option of 'grep' command
 
6898
#: breezy/plugins/grep/cmds.py:113
 
6899
msgid "Skip files whose base name matches GLOB."
 
6900
msgstr ""
 
6901
 
 
6902
# help of 'include' option of 'grep' command
 
6903
#: breezy/plugins/grep/cmds.py:115
 
6904
msgid "Search only files whose base name matches GLOB."
 
6905
msgstr ""
 
6906
 
 
6907
# help of 'files-with-matches' option of 'grep' command
 
6908
#: breezy/plugins/grep/cmds.py:117
 
6909
msgid "Print only the name of each input file in which PATTERN is found."
 
6910
msgstr ""
 
6911
 
 
6912
# help of 'files-without-match' option of 'grep' command
 
6913
#: breezy/plugins/grep/cmds.py:120
 
6914
msgid "Print only the name of each input file in which PATTERN is not found."
 
6915
msgstr ""
 
6916
 
 
6917
# help of 'fixed-string' option of 'grep' command
 
6918
#: breezy/plugins/grep/cmds.py:123
 
6919
msgid "Interpret PATTERN is a single fixed string (not regex)."
 
6920
msgstr ""
 
6921
 
 
6922
# help of 'from-root' option of 'grep' command
 
6923
#: breezy/plugins/grep/cmds.py:125
 
6924
msgid ""
 
6925
"Search for pattern starting from the root of the branch. (implies --"
 
6926
"recursive)"
 
6927
msgstr ""
 
6928
 
 
6929
# help of 'ignore-case' option of 'grep' command
 
6930
#: breezy/plugins/grep/cmds.py:128
 
6931
msgid "ignore case distinctions while matching."
 
6932
msgstr ""
 
6933
 
 
6934
# help of 'levels' option of 'grep' command
 
6935
#: breezy/plugins/grep/cmds.py:130
 
6936
msgid ""
 
6937
"Number of levels to display - 0 for all, 1 for collapsed (1 is default)."
 
6938
msgstr ""
 
6939
 
 
6940
# help of 'line-number' option of 'grep' command
 
6941
#: breezy/plugins/grep/cmds.py:135
 
6942
msgid "show 1-based line number."
 
6943
msgstr ""
 
6944
 
 
6945
# help of 'no-recursive' option of 'grep' command
 
6946
#: breezy/plugins/grep/cmds.py:137
 
6947
msgid "Don't recurse into subdirectories. (default is --recursive)"
 
6948
msgstr ""
 
6949
 
 
6950
# help of 'null' option of 'grep' command
 
6951
#: breezy/plugins/grep/cmds.py:139
 
6952
msgid ""
 
6953
"Write an ASCII NUL (\\0) separator between output lines rather than a "
 
6954
"newline."
 
6955
msgstr ""
 
6956
 
 
6957
#: breezy/plugins/launchpad/account.py:66
 
6958
msgid "Setting ssh/sftp usernames for launchpad.net."
 
6959
msgstr ""
 
6960
 
 
6961
#: breezy/plugins/launchpad/cmds.py:43
6504
6962
msgid "Register a branch with launchpad.net."
6505
6963
msgstr ""
6506
6964
 
6507
 
#: bzrlib/plugins/launchpad/__init__.py:83
 
6965
#: breezy/plugins/launchpad/cmds.py:45
6508
6966
msgid ""
6509
6967
"This command lists a bzr branch in the directory of branches on\n"
6510
6968
"launchpad.net.  Registration allows the branch to be associated with\n"
6511
6969
"bugs or specifications."
6512
6970
msgstr ""
6513
6971
 
6514
 
#: bzrlib/plugins/launchpad/__init__.py:87
 
6972
#: breezy/plugins/launchpad/cmds.py:49
6515
6973
msgid ""
6516
6974
"Before using this command you must register the project to which the\n"
6517
6975
"branch belongs, and create an account for yourself on launchpad.net."
6518
6976
msgstr ""
6519
6977
 
6520
 
#: bzrlib/plugins/launchpad/__init__.py:90
 
6978
#: breezy/plugins/launchpad/cmds.py:52
6521
6979
msgid ""
6522
6980
"arguments:\n"
6523
6981
"    public_url: The publicly visible url for the branch to register.\n"
6529
6987
"                otherwise error."
6530
6988
msgstr ""
6531
6989
 
6532
 
#: bzrlib/plugins/launchpad/__init__.py:99
 
6990
#: breezy/plugins/launchpad/cmds.py:61
6533
6991
msgid ""
6534
6992
"example:\n"
6535
6993
"    bzr register-branch http://foo.com/bzr/fooproject.mine \\\n"
6536
6994
"            --project fooproject"
6537
6995
msgstr ""
6538
6996
 
6539
 
#: bzrlib/plugins/launchpad/__init__.py:106
 
6997
# help of 'project' option of 'register-branch' command
 
6998
#: breezy/plugins/launchpad/cmds.py:68
6540
6999
msgid "Launchpad project short name to associate with the branch."
6541
7000
msgstr ""
6542
7001
 
6543
 
#: bzrlib/plugins/launchpad/__init__.py:113
 
7002
# help of 'branch-name' option of 'register-branch' command
 
7003
#: breezy/plugins/launchpad/cmds.py:75
6544
7004
msgid ""
6545
7005
"Short name for the branch; by default taken from the last component of the "
6546
7006
"url."
6547
7007
msgstr ""
6548
7008
 
6549
 
#: bzrlib/plugins/launchpad/__init__.py:117
 
7009
# help of 'branch-title' option of 'register-branch' command
 
7010
#: breezy/plugins/launchpad/cmds.py:79
6550
7011
msgid "One-sentence description of the branch."
6551
7012
msgstr ""
6552
7013
 
6553
 
#: bzrlib/plugins/launchpad/__init__.py:120
 
7014
# help of 'branch-description' option of 'register-branch' command
 
7015
#: breezy/plugins/launchpad/cmds.py:82
6554
7016
msgid "Longer description of the purpose or contents of the branch."
6555
7017
msgstr ""
6556
7018
 
6557
 
#: bzrlib/plugins/launchpad/__init__.py:123
 
7019
# help of 'author' option of 'register-branch' command
 
7020
#: breezy/plugins/launchpad/cmds.py:85
6558
7021
msgid "Branch author's email address, if not yourself."
6559
7022
msgstr ""
6560
7023
 
6561
 
#: bzrlib/plugins/launchpad/__init__.py:126
 
7024
# help of 'link-bug' option of 'register-branch' command
 
7025
#: breezy/plugins/launchpad/cmds.py:88
6562
7026
msgid "The bug this branch fixes."
6563
7027
msgstr ""
6564
7028
 
6565
 
#: bzrlib/plugins/launchpad/__init__.py:129
 
7029
# help of 'dry-run' option of 'register-branch' command
 
7030
#: breezy/plugins/launchpad/cmds.py:91
6566
7031
msgid "Prepare the request but don't actually send it."
6567
7032
msgstr ""
6568
7033
 
6569
 
#: bzrlib/plugins/launchpad/__init__.py:151
 
7034
#: breezy/plugins/launchpad/cmds.py:113
6570
7035
msgid ""
6571
7036
"register-branch requires a public branch url - see bzr help register-branch."
6572
7037
msgstr ""
6573
7038
 
6574
 
#: bzrlib/plugins/launchpad/__init__.py:159
 
7039
#: breezy/plugins/launchpad/cmds.py:121
6575
7040
msgid "--product is deprecated; please use --project."
6576
7041
msgstr ""
6577
7042
 
6578
 
#: bzrlib/plugins/launchpad/__init__.py:191
 
7043
#: breezy/plugins/launchpad/cmds.py:151
6579
7044
msgid "Open a Launchpad branch page in your web browser."
6580
7045
msgstr ""
6581
7046
 
6582
 
#: bzrlib/plugins/launchpad/__init__.py:196
 
7047
# help of 'dry-run' option of 'launchpad-open' command
 
7048
#: breezy/plugins/launchpad/cmds.py:156
6583
7049
msgid "Do not actually open the browser. Just say the URL we would use."
6584
7050
msgstr ""
6585
7051
 
6586
 
#: bzrlib/plugins/launchpad/__init__.py:231
 
7052
#: breezy/plugins/launchpad/cmds.py:191
6587
7053
#, python-format
6588
7054
msgid "Opening %s in web browser"
6589
7055
msgstr ""
6590
7056
 
6591
 
#: bzrlib/plugins/launchpad/__init__.py:241
 
7057
#: breezy/plugins/launchpad/cmds.py:199
6592
7058
msgid "Show or set the Launchpad user ID."
6593
7059
msgstr ""
6594
7060
 
6595
 
#: bzrlib/plugins/launchpad/__init__.py:243
 
7061
#: breezy/plugins/launchpad/cmds.py:201
6596
7062
msgid ""
6597
7063
"When communicating with Launchpad, some commands need to know your\n"
6598
7064
"Launchpad user ID.  This command can be used to set or show the\n"
6599
7065
"user ID that Bazaar will use for such communication."
6600
7066
msgstr ""
6601
7067
 
6602
 
#: bzrlib/plugins/launchpad/__init__.py:247
 
7068
#: breezy/plugins/launchpad/cmds.py:205
6603
7069
msgid ""
6604
7070
":Examples:\n"
6605
7071
"  Show the Launchpad ID of the current user::"
6606
7072
msgstr ""
6607
7073
 
6608
 
#: bzrlib/plugins/launchpad/__init__.py:250
 
7074
#: breezy/plugins/launchpad/cmds.py:208
6609
7075
msgid "      bzr launchpad-login"
6610
7076
msgstr ""
6611
7077
 
6612
 
#: bzrlib/plugins/launchpad/__init__.py:252
 
7078
#: breezy/plugins/launchpad/cmds.py:210
6613
7079
msgid "  Set the Launchpad ID of the current user to 'bob'::"
6614
7080
msgstr ""
6615
7081
 
6616
 
#: bzrlib/plugins/launchpad/__init__.py:254
 
7082
#: breezy/plugins/launchpad/cmds.py:212
6617
7083
msgid "      bzr launchpad-login bob"
6618
7084
msgstr ""
6619
7085
 
6620
 
#: bzrlib/plugins/launchpad/__init__.py:261
 
7086
# help of 'no-check' option of 'launchpad-login' command
 
7087
#: breezy/plugins/launchpad/cmds.py:219
6621
7088
msgid "Don't check that the user name is valid."
6622
7089
msgstr ""
6623
7090
 
6624
 
#: bzrlib/plugins/launchpad/__init__.py:276
6625
 
#: bzrlib/plugins/launchpad/__init__.py:287
 
7091
#: breezy/plugins/launchpad/cmds.py:234 breezy/plugins/launchpad/cmds.py:245
6626
7092
msgid "Launchpad user ID exists and has SSH keys.\n"
6627
7093
msgstr ""
6628
7094
 
6629
 
#: bzrlib/plugins/launchpad/__init__.py:279
 
7095
#: breezy/plugins/launchpad/cmds.py:237
6630
7096
msgid "No Launchpad user ID configured.\n"
6631
7097
msgstr ""
6632
7098
 
6633
 
#: bzrlib/plugins/launchpad/__init__.py:290
 
7099
#: breezy/plugins/launchpad/cmds.py:248
6634
7100
#, python-format
6635
7101
msgid "Launchpad user ID set to '%s'.\n"
6636
7102
msgstr ""
6637
7103
 
6638
 
#: bzrlib/plugins/launchpad/__init__.py:298
 
7104
#: breezy/plugins/launchpad/cmds.py:254
6639
7105
msgid "Ask Launchpad to mirror a branch now."
6640
7106
msgstr ""
6641
7107
 
6642
 
#: bzrlib/plugins/launchpad/__init__.py:318
 
7108
#: breezy/plugins/launchpad/cmds.py:271
6643
7109
msgid "Propose merging a branch on Launchpad."
6644
7110
msgstr ""
6645
7111
 
6646
 
#: bzrlib/plugins/launchpad/__init__.py:320
 
7112
#: breezy/plugins/launchpad/cmds.py:273
6647
7113
msgid ""
6648
7114
"This will open your usual editor to provide the initial comment.  When it\n"
6649
7115
"has created the proposal, it will open it in your default web browser."
6650
7116
msgstr ""
6651
7117
 
6652
 
#: bzrlib/plugins/launchpad/__init__.py:323
 
7118
#: breezy/plugins/launchpad/cmds.py:276
6653
7119
msgid ""
6654
7120
"The branch will be proposed to merge into SUBMIT_BRANCH.  If SUBMIT_BRANCH\n"
6655
7121
"is not supplied, the remembered submit branch will be used.  If no submit\n"
6656
7122
"branch is remembered, the development focus will be used."
6657
7123
msgstr ""
6658
7124
 
6659
 
#: bzrlib/plugins/launchpad/__init__.py:327
 
7125
#: breezy/plugins/launchpad/cmds.py:280
6660
7126
msgid ""
6661
7127
"By default, the SUBMIT_BRANCH's review team will be requested to review\n"
6662
7128
"the merge proposal.  This can be overriden by specifying --review (-R).\n"
6664
7130
"may optionally be followed by '=' and the review type.  For example:"
6665
7131
msgstr ""
6666
7132
 
6667
 
#: bzrlib/plugins/launchpad/__init__.py:332
 
7133
#: breezy/plugins/launchpad/cmds.py:285
6668
7134
msgid "  bzr lp-propose-merge --review jrandom --review review-team=qa"
6669
7135
msgstr ""
6670
7136
 
6671
 
#: bzrlib/plugins/launchpad/__init__.py:334
 
7137
#: breezy/plugins/launchpad/cmds.py:287
6672
7138
msgid ""
6673
7139
"This will propose a merge,  request \"jrandom\" to perform a review of\n"
6674
7140
"unspecified type, and request \"review-team\" to perform a \"qa\" review."
6675
7141
msgstr ""
6676
7142
 
6677
 
#: bzrlib/plugins/launchpad/__init__.py:339
 
7143
# help of 'staging' option of 'lp-propose-merge' command
 
7144
#: breezy/plugins/launchpad/cmds.py:292
6678
7145
msgid "Propose the merge on staging."
6679
7146
msgstr ""
6680
7147
 
6681
 
#: bzrlib/plugins/launchpad/__init__.py:341
 
7148
# help of 'message' option of 'lp-propose-merge' command
 
7149
#: breezy/plugins/launchpad/cmds.py:294
6682
7150
msgid "Commit message."
6683
7151
msgstr ""
6684
7152
 
6685
 
#: bzrlib/plugins/launchpad/__init__.py:343
6686
 
msgid "Mark the proposal as approved immediately."
6687
 
msgstr ""
6688
 
 
6689
 
#: bzrlib/plugins/launchpad/__init__.py:345
 
7153
# help of 'approve' option of 'lp-propose-merge' command
 
7154
#: breezy/plugins/launchpad/cmds.py:296
 
7155
msgid ""
 
7156
"Mark the proposal as approved immediately, setting the approved revision to "
 
7157
"tip."
 
7158
msgstr ""
 
7159
 
 
7160
# help of 'fixes' option of 'lp-propose-merge' command
 
7161
#: breezy/plugins/launchpad/cmds.py:298
 
7162
msgid "The bug this proposal fixes."
 
7163
msgstr ""
 
7164
 
 
7165
# help of 'review' option of 'lp-propose-merge' command
 
7166
#: breezy/plugins/launchpad/cmds.py:300
6690
7167
msgid "Requested reviewer and optional type."
6691
7168
msgstr ""
6692
7169
 
6693
 
#: bzrlib/plugins/launchpad/__init__.py:382
 
7170
#: breezy/plugins/launchpad/cmds.py:335
6694
7171
msgid "Find the proposal to merge this revision."
6695
7172
msgstr ""
6696
7173
 
6697
 
#: bzrlib/plugins/launchpad/__init__.py:384
 
7174
#: breezy/plugins/launchpad/cmds.py:337
6698
7175
msgid ""
6699
7176
"Finds the merge proposal(s) that discussed landing the specified revision.\n"
6700
 
"This works only if the selected branch was the merge proposal target, and\n"
6701
 
"if the merged_revno is recorded for the merge proposal.  The proposal(s)\n"
6702
 
"are opened in a web browser."
 
7177
"This works only if the if the merged_revno was recorded for the merge\n"
 
7178
"proposal.  The proposal(s) are opened in a web browser."
6703
7179
msgstr ""
6704
7180
 
6705
 
#: bzrlib/plugins/launchpad/__init__.py:389
 
7181
#: breezy/plugins/launchpad/cmds.py:341
6706
7182
msgid ""
6707
 
"Any revision involved in the merge may be specified-- the revision in\n"
6708
 
"which the merge was performed, or one of the revisions that was merged."
 
7183
"Only the revision specified is searched for.  To find the mainline\n"
 
7184
"revision that merged it into mainline, use the \"mainline\" revision spec."
6709
7185
msgstr ""
6710
7186
 
6711
 
#: bzrlib/plugins/launchpad/__init__.py:392
 
7187
#: breezy/plugins/launchpad/cmds.py:344
6712
7188
msgid "So, to find the merge proposal that reviewed line 1 of README::"
6713
7189
msgstr ""
6714
7190
 
6715
 
#: bzrlib/plugins/launchpad/__init__.py:394
6716
 
msgid "  bzr lp-find-proposal -r annotate:README:1"
 
7191
#: breezy/plugins/launchpad/cmds.py:346
 
7192
msgid "  bzr lp-find-proposal -r mainline:annotate:README:1"
6717
7193
msgstr ""
6718
7194
 
6719
 
#: bzrlib/plugins/launchpad/__init__.py:409
 
7195
#: breezy/plugins/launchpad/cmds.py:365
6720
7196
msgid "No review found."
6721
7197
msgstr ""
6722
7198
 
6723
 
#: bzrlib/plugins/launchpad/__init__.py:410
 
7199
#: breezy/plugins/launchpad/cmds.py:366
6724
7200
#, python-format
6725
7201
msgid "%d proposals(s) found."
6726
7202
msgstr ""
6727
7203
 
6728
 
#: bzrlib/plugins/launchpad/__init__.py:420
6729
 
msgid "Finding revision-id"
6730
 
msgstr ""
6731
 
 
6732
 
#: bzrlib/plugins/launchpad/__init__.py:427
6733
 
msgid "Finding merge"
6734
 
msgstr ""
6735
 
 
6736
 
#: bzrlib/plugins/launchpad/__init__.py:432
6737
 
msgid "Finding revno"
6738
 
msgstr ""
6739
 
 
6740
 
#: bzrlib/plugins/launchpad/__init__.py:437
6741
 
msgid "Finding Launchpad branch"
6742
 
msgstr ""
6743
 
 
6744
 
#: bzrlib/plugins/launchpad/__init__.py:440
 
7204
#: breezy/plugins/launchpad/cmds.py:378
6745
7205
msgid "Finding proposals"
6746
7206
msgstr ""
6747
7207
 
6748
 
#: bzrlib/plugins/launchpad/account.py:66
6749
 
msgid "Setting ssh/sftp usernames for launchpad.net."
6750
 
msgstr ""
6751
 
 
6752
 
#: bzrlib/plugins/launchpad/lp_api.py:241
6753
 
#: bzrlib/plugins/launchpad/lp_api.py:246
 
7208
#: breezy/plugins/launchpad/lp_api.py:231
 
7209
#: breezy/plugins/launchpad/lp_api.py:236
6754
7210
#, python-format
6755
7211
msgid "%s is not registered on Launchpad"
6756
7212
msgstr ""
6757
7213
 
6758
 
#: bzrlib/plugins/launchpad/lp_api.py:256
 
7214
#: breezy/plugins/launchpad/lp_api.py:246
6759
7215
#, python-format
6760
7216
msgid "%s has no development focus."
6761
7217
msgstr ""
6762
7218
 
6763
 
#: bzrlib/plugins/launchpad/lp_api.py:261
 
7219
#: breezy/plugins/launchpad/lp_api.py:251
6764
7220
#, python-format
6765
7221
msgid "development focus %s has no branch."
6766
7222
msgstr ""
6767
7223
 
6768
 
#: bzrlib/plugins/launchpad/lp_api.py:266
 
7224
#: breezy/plugins/launchpad/lp_api.py:256
6769
7225
#, python-format
6770
7226
msgid "source package %s has no branch."
6771
7227
msgstr ""
6772
7228
 
6773
 
#: bzrlib/plugins/launchpad/lp_api.py:270
 
7229
#: breezy/plugins/launchpad/lp_api.py:260
6774
7230
#, python-format
6775
7231
msgid "%s has no associated product or source package."
6776
7232
msgstr ""
6777
7233
 
6778
 
#: bzrlib/plugins/launchpad/lp_api.py:282
 
7234
#: breezy/plugins/launchpad/lp_api.py:272
6779
7235
#, python-format
6780
7236
msgid "%s is already up-to-date."
6781
7237
msgstr ""
6782
7238
 
6783
 
#: bzrlib/plugins/launchpad/lp_api.py:289
 
7239
#: breezy/plugins/launchpad/lp_api.py:279
6784
7240
#, python-format
6785
7241
msgid "Pushing to %s"
6786
7242
msgstr ""
6787
7243
 
6788
 
#: bzrlib/plugins/launchpad/lp_directory.py:170
 
7244
#: breezy/plugins/launchpad/lp_directory.py:170
 
7245
#, python-brace-format
6789
7246
msgid ""
6790
7247
"resolution for {0}\n"
6791
7248
"  local: {1}\n"
6792
7249
" remote: {2}"
6793
7250
msgstr ""
6794
7251
 
6795
 
#: bzrlib/plugins/launchpad/lp_propose.py:149
 
7252
#: breezy/plugins/launchpad/lp_propose.py:161
6796
7253
#, python-format
6797
7254
msgid "There is already a branch merge proposal: %s"
6798
7255
msgstr ""
6799
7256
 
6800
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:236
 
7257
#: breezy/plugins/weave_fmt/bzrdir.py:237
6801
7258
msgid "pb parameter to convert() is deprecated"
6802
7259
msgstr ""
6803
7260
 
6804
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:239
 
7261
#: breezy/plugins/weave_fmt/bzrdir.py:240
6805
7262
msgid "starting upgrade from format 4 to 5"
6806
7263
msgstr ""
6807
7264
 
6808
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:249
 
7265
#: breezy/plugins/weave_fmt/bzrdir.py:250
6809
7266
msgid "note: upgrade may be faster if all store files are ungzipped first"
6810
7267
msgstr ""
6811
7268
 
6812
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:278
 
7269
#: breezy/plugins/weave_fmt/bzrdir.py:279
6813
7270
msgid "converting revision"
6814
7271
msgstr ""
6815
7272
 
6816
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:283
 
7273
#: breezy/plugins/weave_fmt/bzrdir.py:284
6817
7274
msgid "upgraded to weaves:"
6818
7275
msgstr ""
6819
7276
 
6820
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:284
 
7277
#: breezy/plugins/weave_fmt/bzrdir.py:285
6821
7278
#, python-format
6822
7279
msgid "%6d revisions and inventories"
6823
7280
msgstr ""
6824
7281
 
6825
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:286
 
7282
#: breezy/plugins/weave_fmt/bzrdir.py:287
6826
7283
#, python-format
6827
7284
msgid "%6d revisions not present"
6828
7285
msgstr ""
6829
7286
 
6830
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:288
 
7287
#: breezy/plugins/weave_fmt/bzrdir.py:289
6831
7288
#, python-format
6832
7289
msgid "%6d texts"
6833
7290
msgstr ""
6834
7291
 
6835
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:324
 
7292
#: breezy/plugins/weave_fmt/bzrdir.py:325
6836
7293
msgid "writing weave"
6837
7294
msgstr ""
6838
7295
 
6839
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:328
6840
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:330
 
7296
#: breezy/plugins/weave_fmt/bzrdir.py:329
 
7297
#: breezy/plugins/weave_fmt/bzrdir.py:331
6841
7298
msgid "inventory"
6842
7299
msgstr ""
6843
7300
 
6844
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:347
 
7301
#: breezy/plugins/weave_fmt/bzrdir.py:348
6845
7302
msgid "write revision"
6846
7303
msgstr ""
6847
7304
 
6848
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:361
 
7305
#: breezy/plugins/weave_fmt/bzrdir.py:362
6849
7306
msgid "loading revision"
6850
7307
msgstr ""
6851
7308
 
6852
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:366
 
7309
#: breezy/plugins/weave_fmt/bzrdir.py:367
6853
7310
#, python-format
6854
7311
msgid "revision {%s} not present in branch; will be converted as a ghost"
6855
7312
msgstr ""
6856
7313
 
6857
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:506
 
7314
#: breezy/plugins/weave_fmt/bzrdir.py:507
6858
7315
msgid "starting upgrade from format 5 to 6"
6859
7316
msgstr ""
6860
7317
 
6861
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:516
 
7318
#: breezy/plugins/weave_fmt/bzrdir.py:517
6862
7319
#, python-format
6863
7320
msgid "adding prefixes to %s"
6864
7321
msgstr ""
6865
7322
 
6866
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:556
 
7323
#: breezy/plugins/weave_fmt/bzrdir.py:557
6867
7324
msgid "starting upgrade from format 6 to metadir"
6868
7325
msgstr ""
6869
7326
 
6870
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:564
 
7327
#: breezy/plugins/weave_fmt/bzrdir.py:565
6871
7328
msgid "Removing ancestry.weave"
6872
7329
msgstr ""
6873
7330
 
6874
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:569
 
7331
#: breezy/plugins/weave_fmt/bzrdir.py:570
6875
7332
msgid "Finding branch files"
6876
7333
msgstr ""
6877
7334
 
6878
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:579
 
7335
#: breezy/plugins/weave_fmt/bzrdir.py:580
6879
7336
msgid "Upgrading repository"
6880
7337
msgstr ""
6881
7338
 
6882
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:589
 
7339
#: breezy/plugins/weave_fmt/bzrdir.py:590
6883
7340
msgid "Upgrading branch"
6884
7341
msgstr ""
6885
7342
 
6886
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:612
 
7343
#: breezy/plugins/weave_fmt/bzrdir.py:613
6887
7344
msgid "No working tree."
6888
7345
msgstr ""
6889
7346
 
6890
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:619
 
7347
#: breezy/plugins/weave_fmt/bzrdir.py:620
6891
7348
msgid "Upgrading working tree"
6892
7349
msgstr ""
6893
7350
 
6894
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:640
 
7351
#: breezy/plugins/weave_fmt/bzrdir.py:641
6895
7352
#, python-format
6896
7353
msgid "Make %s lock"
6897
7354
msgstr ""
6898
7355
 
6899
 
#: bzrlib/plugins/weave_fmt/bzrdir.py:651
 
7356
#: breezy/plugins/weave_fmt/bzrdir.py:652
6900
7357
#, python-format
6901
7358
msgid "Moving %s"
6902
7359
msgstr ""
6903
7360
 
6904
 
#: bzrlib/push.py:56
 
7361
#: breezy/push.py:56
6905
7362
msgid "Created new branch."
6906
7363
msgstr ""
6907
7364
 
6908
 
#: bzrlib/push.py:97
 
7365
#: breezy/push.py:97
6909
7366
#, python-format
6910
7367
msgid ""
6911
7368
"Target directory %s already contains a .bzr directory, but it is not valid."
6912
7369
msgstr ""
6913
7370
 
6914
 
#: bzrlib/push.py:101
 
7371
#: breezy/push.py:101
6915
7372
#, python-format
6916
7373
msgid ""
6917
7374
"Target directory %s already exists, but does not have a .bzr directory. "
6918
7375
"Supply --use-existing-dir to push there anyway."
6919
7376
msgstr ""
6920
7377
 
6921
 
#: bzrlib/push.py:122
 
7378
#: breezy/push.py:122
6922
7379
#, python-format
6923
7380
msgid "Too many redirections trying to make %s."
6924
7381
msgstr ""
6925
7382
 
6926
 
#: bzrlib/push.py:147
 
7383
#: breezy/push.py:148
6927
7384
msgid ""
6928
7385
"These branches have diverged.  See \"bzr help diverged-branches\" for more "
6929
7386
"information."
6930
7387
msgstr ""
6931
7388
 
6932
 
#: bzrlib/push.py:151
 
7389
#: breezy/push.py:152
6933
7390
#, python-format
6934
7391
msgid ""
6935
7392
"It is not possible to losslessly push to %s. You may want to use dpush "
6936
7393
"instead."
6937
7394
msgstr ""
6938
7395
 
6939
 
#: bzrlib/push.py:157
 
7396
#: breezy/push.py:158
6940
7397
#, python-format
6941
7398
msgid ""
6942
7399
"At %s you have a valid .bzr control directory, but not a branch or "
6944
7401
"directory out of the way and try again."
6945
7402
msgstr ""
6946
7403
 
6947
 
#: bzrlib/reconcile.py:97
 
7404
#: breezy/reconcile.py:97
6948
7405
#, python-format
6949
7406
msgid "Reconciling branch %s"
6950
7407
msgstr ""
6951
7408
 
6952
 
#: bzrlib/reconcile.py:103
 
7409
#: breezy/reconcile.py:103
6953
7410
#, python-format
6954
7411
msgid "Reconciling repository %s"
6955
7412
msgstr ""
6956
7413
 
6957
 
#: bzrlib/reconcile.py:105
 
7414
#: breezy/reconcile.py:105
6958
7415
msgid "Reconciling repository"
6959
7416
msgstr ""
6960
7417
 
6961
 
#: bzrlib/reconcile.py:111
 
7418
#: breezy/reconcile.py:111
6962
7419
#, python-format
6963
7420
msgid "%s cannot canonicalize CHKs."
6964
7421
msgstr ""
6965
7422
 
6966
 
#: bzrlib/reconcile.py:119
 
7423
#: breezy/reconcile.py:119
6967
7424
msgid "Reconcile aborted: revision index has inconsistent parents."
6968
7425
msgstr ""
6969
7426
 
6970
 
#: bzrlib/reconcile.py:121
 
7427
#: breezy/reconcile.py:121
6971
7428
msgid "Run \"bzr check\" for more details."
6972
7429
msgstr ""
6973
7430
 
6974
 
#: bzrlib/reconcile.py:123
 
7431
#: breezy/reconcile.py:123
6975
7432
msgid "Reconciliation complete."
6976
7433
msgstr ""
6977
7434
 
6978
 
#: bzrlib/reconcile.py:166
 
7435
#: breezy/reconcile.py:166
 
7436
#, python-brace-format
6979
7437
msgid "Fixing last revision info {0}  => {1}"
6980
7438
msgstr ""
6981
7439
 
6982
 
#: bzrlib/reconcile.py:173
 
7440
#: breezy/reconcile.py:173
6983
7441
msgid "revision_history ok."
6984
7442
msgstr ""
6985
7443
 
6986
 
#: bzrlib/reconcile.py:234
 
7444
#: breezy/reconcile.py:234
6987
7445
msgid "Reading inventory data"
6988
7446
msgstr ""
6989
7447
 
6990
 
#: bzrlib/reconcile.py:254 bzrlib/reconcile.py:384
 
7448
#: breezy/reconcile.py:254 breezy/reconcile.py:384
6991
7449
msgid "Inventory ok."
6992
7450
msgstr ""
6993
7451
 
6994
 
#: bzrlib/reconcile.py:256 bzrlib/reconcile.py:386
 
7452
#: breezy/reconcile.py:256 breezy/reconcile.py:386
6995
7453
msgid "Backing up inventory"
6996
7454
msgstr ""
6997
7455
 
6998
 
#: bzrlib/reconcile.py:258
 
7456
#: breezy/reconcile.py:258
6999
7457
msgid "Backup inventory created."
7000
7458
msgstr ""
7001
7459
 
7002
 
#: bzrlib/reconcile.py:274 bzrlib/reconcile.py:405
 
7460
#: breezy/reconcile.py:274 breezy/reconcile.py:405
7003
7461
msgid "Writing weave"
7004
7462
msgstr ""
7005
7463
 
7006
 
#: bzrlib/reconcile.py:277 bzrlib/reconcile.py:408
 
7464
#: breezy/reconcile.py:277 breezy/reconcile.py:408
7007
7465
msgid "Inventory regenerated."
7008
7466
msgstr ""
7009
7467
 
7010
 
#: bzrlib/reconcile.py:371 bzrlib/reconcile.py:373 bzrlib/reconcile.py:376
 
7468
#: breezy/reconcile.py:371 breezy/reconcile.py:373 breezy/reconcile.py:376
7011
7469
msgid "Reading indexes"
7012
7470
msgstr ""
7013
7471
 
7014
 
#: bzrlib/reconcile.py:380 bzrlib/reconcile.py:382
 
7472
#: breezy/reconcile.py:380 breezy/reconcile.py:382
7015
7473
msgid "Checking unused inventories"
7016
7474
msgstr ""
7017
7475
 
7018
 
#: bzrlib/reconcile.py:388
 
7476
#: breezy/reconcile.py:388
7019
7477
msgid "Backup Inventory created"
7020
7478
msgstr ""
7021
7479
 
7022
 
#: bzrlib/reconcile.py:446
 
7480
#: breezy/reconcile.py:446
7023
7481
msgid "Fixing text parents"
7024
7482
msgstr ""
7025
7483
 
7026
 
#: bzrlib/reconfigure.py:54
 
7484
#: breezy/reconfigure.py:54
 
7485
#, python-brace-format
7027
7486
msgid "{0} is now stacked on {1}\n"
7028
7487
msgstr ""
7029
7488
 
7030
 
#: bzrlib/reconfigure.py:69
 
7489
#: breezy/reconfigure.py:69
7031
7490
#, python-format
7032
7491
msgid "%s is now not stacked\n"
7033
7492
msgstr ""
7034
7493
 
7035
 
#: bzrlib/remote.py:1228 bzrlib/repository.py:289
 
7494
#: breezy/remote.py:1228 breezy/repository.py:289
7036
7495
#, python-format
7037
7496
msgid "bzr: ERROR (ignored): %s"
7038
7497
msgstr ""
7039
7498
 
7040
 
#: bzrlib/remote.py:2541
 
7499
#: breezy/remote.py:2534
7041
7500
msgid "Copying repository content as tarball..."
7042
7501
msgstr ""
7043
7502
 
7044
 
#: bzrlib/rename_map.py:69
 
7503
#: breezy/rename_map.py:69
7045
7504
msgid "Calculating hashes"
7046
7505
msgstr ""
7047
7506
 
7048
 
#: bzrlib/rename_map.py:107
 
7507
#: breezy/rename_map.py:107
7049
7508
msgid "Determining hash hits"
7050
7509
msgstr ""
7051
7510
 
7052
 
#: bzrlib/rename_map.py:242
 
7511
#: breezy/rename_map.py:242
 
7512
#, python-brace-format
7053
7513
msgid "{0} => {1}"
7054
7514
msgstr ""
7055
7515
 
7056
 
#: bzrlib/repository.py:1787
 
7516
#: breezy/repository.py:1738
7057
7517
msgid "Moving repository to repository.backup"
7058
7518
msgstr ""
7059
7519
 
7060
 
#: bzrlib/repository.py:1794
 
7520
#: breezy/repository.py:1745
7061
7521
msgid "Creating new repository"
7062
7522
msgstr ""
7063
7523
 
7064
 
#: bzrlib/repository.py:1799
 
7524
#: breezy/repository.py:1750
7065
7525
msgid "Copying content"
7066
7526
msgstr ""
7067
7527
 
7068
 
#: bzrlib/repository.py:1803
 
7528
#: breezy/repository.py:1754
7069
7529
msgid "Deleting old repository content"
7070
7530
msgstr ""
7071
7531
 
7072
 
#: bzrlib/repository.py:1805
 
7532
#: breezy/repository.py:1756
7073
7533
msgid "repository converted"
7074
7534
msgstr ""
7075
7535
 
7076
 
#: bzrlib/revisionspec.py:903
 
7536
#: breezy/revisionspec.py:903
 
7537
#, python-brace-format
7077
7538
msgid "Using {0} {1}"
7078
7539
msgstr ""
7079
7540
 
7080
 
#: bzrlib/send.py:58
 
7541
#: breezy/send.py:59
7081
7542
#, python-format
7082
7543
msgid "Mail client \"%s\" does not support specifying body"
7083
7544
msgstr ""
7084
7545
 
7085
 
#: bzrlib/send.py:62
 
7546
#: breezy/send.py:63
7086
7547
msgid "--remember requires a branch to be specified."
7087
7548
msgstr ""
7088
7549
 
7089
 
#: bzrlib/send.py:77
 
7550
#: breezy/send.py:78
7090
7551
msgid "No submit branch known or specified"
7091
7552
msgstr ""
7092
7553
 
7093
 
#: bzrlib/send.py:80
 
7554
#: breezy/send.py:81
 
7555
#, python-brace-format
7094
7556
msgid "Using saved {0} location \"{1}\" to determine what changes to submit."
7095
7557
msgstr ""
7096
7558
 
7097
 
#: bzrlib/send.py:98
 
7559
#: breezy/send.py:99
7098
7560
#, python-format
7099
7561
msgid "No such send format '%s'."
7100
7562
msgstr ""
7101
7563
 
7102
 
#: bzrlib/send.py:114
 
7564
#: breezy/send.py:115
7103
7565
msgid "bzr send takes at most two one revision identifiers"
7104
7566
msgstr ""
7105
7567
 
7106
 
#: bzrlib/send.py:127
 
7568
#: breezy/send.py:128
7107
7569
msgid "No revisions to submit."
7108
7570
msgstr ""
7109
7571
 
7110
 
#: bzrlib/send.py:139
 
7572
#: breezy/send.py:140
7111
7573
msgid ""
7112
7574
"- not supported for merge directives that use more than one output file."
7113
7575
msgstr ""
7114
7576
 
7115
 
#: bzrlib/send.py:185
 
7577
#: breezy/send.py:186
7116
7578
msgid "Format 0.9 does not permit bundle with no patch"
7117
7579
msgstr ""
7118
7580
 
7119
 
#: bzrlib/shelf_ui.py:46
 
7581
#: breezy/shelf_ui.py:46
7120
7582
#, python-format
7121
7583
msgid "Shelve adding file \"%(path)s\"?"
7122
7584
msgstr ""
7123
7585
 
7124
 
#: bzrlib/shelf_ui.py:47
 
7586
#: breezy/shelf_ui.py:47
7125
7587
msgid "Shelve binary changes?"
7126
7588
msgstr ""
7127
7589
 
7128
 
#: bzrlib/shelf_ui.py:48
 
7590
#: breezy/shelf_ui.py:48
7129
7591
msgid "Shelve changing \"%s\" from %(other)s to %(this)s?"
7130
7592
msgstr ""
7131
7593
 
7132
 
#: bzrlib/shelf_ui.py:50
 
7594
#: breezy/shelf_ui.py:50
7133
7595
#, python-format
7134
7596
msgid "Shelve removing file \"%(path)s\"?"
7135
7597
msgstr ""
7136
7598
 
7137
 
#: bzrlib/shelf_ui.py:51
 
7599
#: breezy/shelf_ui.py:51
7138
7600
#, python-format
7139
7601
msgid "Shelve %d change(s)?"
7140
7602
msgstr ""
7141
7603
 
7142
 
#: bzrlib/shelf_ui.py:52
 
7604
#: breezy/shelf_ui.py:52
7143
7605
msgid "Shelve?"
7144
7606
msgstr ""
7145
7607
 
7146
 
#: bzrlib/shelf_ui.py:53
 
7608
#: breezy/shelf_ui.py:53
7147
7609
#, python-format
7148
7610
msgid ""
7149
7611
"Shelve changing target of \"%(path)s\" from \"%(other)s\" to \"%(this)s\"?"
7150
7612
msgstr ""
7151
7613
 
7152
 
#: bzrlib/shelf_ui.py:55
 
7614
#: breezy/shelf_ui.py:55
7153
7615
#, python-format
7154
7616
msgid "Shelve renaming \"%(other)s\" => \"%(this)s\"?"
7155
7617
msgstr ""
7156
7618
 
7157
 
#: bzrlib/shelf_ui.py:70
 
7619
#: breezy/shelf_ui.py:70
7158
7620
#, python-format
7159
7621
msgid "Changes shelved with id \"%d\"."
7160
7622
msgstr ""
7161
7623
 
7162
 
#: bzrlib/shelf_ui.py:74
 
7624
#: breezy/shelf_ui.py:74
7163
7625
msgid "Selected changes destroyed."
7164
7626
msgstr ""
7165
7627
 
7166
 
#: bzrlib/shelf_ui.py:78
 
7628
#: breezy/shelf_ui.py:78
7167
7629
msgid "Selected changes:"
7168
7630
msgstr ""
7169
7631
 
7170
 
#: bzrlib/shelf_ui.py:98
 
7632
#: breezy/shelf_ui.py:98
7171
7633
#, python-format
7172
7634
msgid "Delete file \"%(path)s\"?"
7173
7635
msgstr ""
7174
7636
 
7175
 
#: bzrlib/shelf_ui.py:99
 
7637
#: breezy/shelf_ui.py:99
7176
7638
msgid "Apply binary changes?"
7177
7639
msgstr ""
7178
7640
 
7179
 
#: bzrlib/shelf_ui.py:100
 
7641
#: breezy/shelf_ui.py:100
7180
7642
#, python-format
7181
7643
msgid "Change \"%(path)s\" from %(this)s to %(other)s?"
7182
7644
msgstr ""
7183
7645
 
7184
 
#: bzrlib/shelf_ui.py:102
 
7646
#: breezy/shelf_ui.py:102
7185
7647
#, python-format
7186
7648
msgid "Add file \"%(path)s\"?"
7187
7649
msgstr ""
7188
7650
 
7189
 
#: bzrlib/shelf_ui.py:103
 
7651
#: breezy/shelf_ui.py:103
7190
7652
#, python-format
7191
7653
msgid "Apply %d change(s)?"
7192
7654
msgstr ""
7193
7655
 
7194
 
#: bzrlib/shelf_ui.py:104
 
7656
#: breezy/shelf_ui.py:104
7195
7657
msgid "Apply change?"
7196
7658
msgstr ""
7197
7659
 
7198
 
#: bzrlib/shelf_ui.py:105
 
7660
#: breezy/shelf_ui.py:105
7199
7661
#, python-format
7200
7662
msgid "Change target of \"%(path)s\" from \"%(this)s\" to \"%(other)s\"?"
7201
7663
msgstr ""
7202
7664
 
7203
 
#: bzrlib/shelf_ui.py:107
 
7665
#: breezy/shelf_ui.py:107
7204
7666
#, python-format
7205
7667
msgid "Rename \"%(this)s\" => \"%(other)s\"?"
7206
7668
msgstr ""
7207
7669
 
7208
 
#: bzrlib/shelf_ui.py:402
 
7670
#: breezy/shelf_ui.py:402
7209
7671
msgid "No changes are shelved."
7210
7672
msgstr ""
7211
7673
 
7212
 
#: bzrlib/shelf_ui.py:460
 
7674
#: breezy/shelf_ui.py:460
7213
7675
#, python-format
7214
7676
msgid "Using changes with id \"%d\"."
7215
7677
msgstr ""
7216
7678
 
7217
 
#: bzrlib/shelf_ui.py:464
 
7679
#: breezy/shelf_ui.py:464
7218
7680
#, python-format
7219
7681
msgid "Message: %s"
7220
7682
msgstr ""
7221
7683
 
7222
 
#: bzrlib/shelf_ui.py:476
 
7684
#: breezy/shelf_ui.py:476
7223
7685
#, python-format
7224
7686
msgid "Deleted changes with id \"%d\"."
7225
7687
msgstr ""
7226
7688
 
7227
 
#: bzrlib/smart/medium.py:714
 
7689
#: breezy/smart/medium.py:714
 
7690
#, python-brace-format
7228
7691
msgid "HPSS calls: {0} ({1} vfs) {2}"
7229
7692
msgstr ""
7230
7693
 
7231
 
#: bzrlib/smart/server.py:169
 
7694
#: breezy/smart/ping.py:32
 
7695
msgid "Pings a Bazaar smart server."
 
7696
msgstr ""
 
7697
 
 
7698
#: breezy/smart/ping.py:34
 
7699
msgid ""
 
7700
"This command sends a 'hello' request to the given location using the bzr\n"
 
7701
"smart protocol, and reports the response."
 
7702
msgstr ""
 
7703
 
 
7704
#: breezy/smart/server.py:169
7232
7705
msgid "Requested to stop gracefully"
7233
7706
msgstr ""
7234
7707
 
7235
 
#: bzrlib/smart/server.py:179
 
7708
#: breezy/smart/server.py:179
7236
7709
#, python-format
7237
7710
msgid "Waiting for %d client(s) to finish"
7238
7711
msgstr ""
7239
7712
 
7240
 
#: bzrlib/smart/server.py:185
 
7713
#: breezy/smart/server.py:185
7241
7714
#, python-format
7242
7715
msgid "Still waiting for %d client(s) to finish"
7243
7716
msgstr ""
7244
7717
 
7245
 
#: bzrlib/smart/server.py:219
 
7718
#: breezy/smart/server.py:219
7246
7719
#, python-format
7247
7720
msgid "listening socket error: %s"
7248
7721
msgstr ""
7249
7722
 
7250
 
#: bzrlib/smart/server.py:452
 
7723
#: breezy/smart/server.py:452
7251
7724
#, python-format
7252
7725
msgid "listening on port: %s"
7253
7726
msgstr ""
7254
7727
 
7255
 
#: bzrlib/switch.py:73
 
7728
#: breezy/switch.py:84
7256
7729
msgid "Pending merges must be committed or reverted before using switch."
7257
7730
msgstr ""
7258
7731
 
7259
 
#: bzrlib/switch.py:100
 
7732
#: breezy/switch.py:111
7260
7733
msgid ""
7261
7734
"Cannot switch as local commits found in the checkout. Commit these to the "
7262
7735
"bound branch or use --force to throw them away."
7263
7736
msgstr ""
7264
7737
 
7265
 
#: bzrlib/switch.py:105
 
7738
#: breezy/switch.py:116
7266
7739
#, python-format
7267
7740
msgid ""
7268
7741
"Unable to connect to current master branch %(target)s: %(error)s To switch "
7269
7742
"anyway, use --force."
7270
7743
msgstr ""
7271
7744
 
7272
 
#: bzrlib/switch.py:125
 
7745
#: breezy/switch.py:140
7273
7746
msgid "Cannot switch a branch, only a checkout."
7274
7747
msgstr ""
7275
7748
 
7276
 
#: bzrlib/switch.py:163
 
7749
#: breezy/switch.py:183
7277
7750
#, python-format
7278
7751
msgid "Tree is up to date at revision %d."
7279
7752
msgstr ""
7280
7753
 
7281
 
#: bzrlib/switch.py:169
 
7754
#: breezy/switch.py:190
7282
7755
#, python-format
7283
7756
msgid "Updated to revision %d."
7284
7757
msgstr ""
7285
7758
 
7286
 
#: bzrlib/transform.py:1734 bzrlib/transform.py:1745 bzrlib/transform.py:1747
 
7759
#: breezy/transform.py:1723 breezy/transform.py:1734 breezy/transform.py:1736
7287
7760
msgid "Apply phase"
7288
7761
msgstr ""
7289
7762
 
7290
 
#: bzrlib/transform.py:1773 bzrlib/transform.py:1841
 
7763
#: breezy/transform.py:1762 breezy/transform.py:1830
7291
7764
msgid "removing file"
7292
7765
msgstr ""
7293
7766
 
7294
 
#: bzrlib/transform.py:1791 bzrlib/transform.py:1876
 
7767
#: breezy/transform.py:1780 breezy/transform.py:1865
7295
7768
msgid "adding file"
7296
7769
msgstr ""
7297
7770
 
7298
 
#: bzrlib/transform.py:2591
 
7771
#: breezy/transform.py:2598
7299
7772
msgid "Building tree"
7300
7773
msgstr ""
7301
7774
 
7302
 
#: bzrlib/transform.py:2681 bzrlib/transform.py:2708
 
7775
#: breezy/transform.py:2688 breezy/transform.py:2715
7303
7776
msgid "Adding file contents"
7304
7777
msgstr ""
7305
7778
 
7306
 
#: bzrlib/transform.py:3028
 
7779
#: breezy/transform.py:3017
7307
7780
msgid "Resolution pass"
7308
7781
msgstr ""
7309
7782
 
7310
 
#: bzrlib/transport/ftp/_gssapi.py:88
 
7783
#: breezy/transport/ftp/_gssapi.py:88
7311
7784
#, python-format
7312
7785
msgid "Authenticated as %s"
7313
7786
msgstr ""
7314
7787
 
7315
 
#: bzrlib/tree.py:634
 
7788
#: breezy/tree.py:647
7316
7789
msgid "*** {0} content-filter: {1} => {2!r}"
7317
7790
msgstr ""
7318
7791
 
7319
 
#: bzrlib/upgrade.py:77
 
7792
#: breezy/upgrade.py:77
7320
7793
#, python-format
7321
7794
msgid "This is a checkout. The branch (%s) needs to be upgraded separately."
7322
7795
msgstr ""
7323
7796
 
7324
 
#: bzrlib/upgrade.py:100
 
7797
#: breezy/upgrade.py:100
7325
7798
#, python-format
7326
7799
msgid "cannot upgrade from bzrdir format %s"
7327
7800
msgstr ""
7328
7801
 
7329
 
#: bzrlib/upgrade.py:103
 
7802
#: breezy/upgrade.py:103
7330
7803
#, python-format
7331
7804
msgid "starting upgrade of %s"
7332
7805
msgstr ""
7333
7806
 
7334
 
#: bzrlib/upgrade.py:110
 
7807
#: breezy/upgrade.py:110
7335
7808
msgid "finished"
7336
7809
msgstr ""
7337
7810
 
7338
 
#: bzrlib/upgrade.py:120
 
7811
#: breezy/upgrade.py:120
7339
7812
msgid "Deleting backup.bzr"
7340
7813
msgstr ""
7341
7814
 
7342
 
#: bzrlib/upgrade.py:151
 
7815
#: breezy/upgrade.py:151
 
7816
#, python-brace-format
7343
7817
msgid ""
7344
7818
"\n"
7345
7819
"SUMMARY: {0} upgrades attempted, {1} succeeded, {2} failed"
7346
7820
msgstr ""
7347
7821
 
7348
 
#: bzrlib/upgrade.py:208
 
7822
#: breezy/upgrade.py:208
7349
7823
#, python-format
7350
7824
msgid "Found %d dependent branches - upgrading ..."
7351
7825
msgstr ""
7352
7826
 
7353
 
#: bzrlib/upgrade.py:276
 
7827
#: breezy/upgrade.py:276
7354
7828
msgid "Upgrading bzrdirs"
7355
7829
msgstr ""
7356
7830
 
7357
 
#: bzrlib/upgrade.py:282
 
7831
#: breezy/upgrade.py:282
7358
7832
#, python-format
7359
7833
msgid "Upgrading %s"
7360
7834
msgstr ""
7361
7835
 
7362
 
#: bzrlib/upgrade.py:283
 
7836
#: breezy/upgrade.py:283
 
7837
#, python-brace-format
7363
7838
msgid "Upgrading {0} {1} ..."
7364
7839
msgstr ""
7365
7840
 
7366
 
#: bzrlib/upgrade.py:301
 
7841
#: breezy/upgrade.py:301
7367
7842
msgid "Removing backup ..."
7368
7843
msgstr ""
7369
7844
 
7370
 
#: bzrlib/upgrade.py:305
 
7845
#: breezy/upgrade.py:305
 
7846
#, python-brace-format
7371
7847
msgid "failed to clean-up {0}: {1}"
7372
7848
msgstr ""
7373
7849
 
7374
 
#: bzrlib/vf_repository.py:1090
 
7850
#: breezy/vf_repository.py:1091
7375
7851
msgid "inventories"
7376
7852
msgstr ""
7377
7853
 
7378
 
#: bzrlib/vf_repository.py:1116
 
7854
#: breezy/vf_repository.py:1117
7379
7855
msgid "texts"
7380
7856
msgstr ""
7381
7857
 
7382
 
#: bzrlib/vf_repository.py:1621 bzrlib/vf_repository.py:1630
 
7858
#: breezy/vf_repository.py:1622 breezy/vf_repository.py:1631
7383
7859
msgid "Calculating text parents"
7384
7860
msgstr ""
7385
7861
 
7386
 
#: bzrlib/vf_repository.py:1706
 
7862
#: breezy/vf_repository.py:1707
7387
7863
msgid "Fetch texts"
7388
7864
msgstr ""
7389
7865
 
7390
 
#: bzrlib/vf_repository.py:2535
 
7866
#: breezy/vf_repository.py:2536
7391
7867
msgid "loading text store"
7392
7868
msgstr ""
7393
7869
 
7394
 
#: bzrlib/vf_repository.py:2541
 
7870
#: breezy/vf_repository.py:2542
7395
7871
msgid "checking text graph"
7396
7872
msgstr ""
7397
7873
 
7398
 
#: bzrlib/vf_repository.py:2995 bzrlib/vf_repository.py:3009
7399
 
#: bzrlib/vf_repository.py:3124
 
7874
#: breezy/vf_repository.py:2998 breezy/vf_repository.py:3012
 
7875
#: breezy/vf_repository.py:3127
7400
7876
msgid "Transferring revisions"
7401
7877
msgstr ""
7402
7878
 
7403
 
#: bzrlib/win32utils.py:146
 
7879
#: breezy/win32utils.py:146
7404
7880
msgid "Failed to GetProcessMemoryInfo()"
7405
7881
msgstr ""
7406
7882
 
7407
 
#: bzrlib/win32utils.py:167
 
7883
#: breezy/win32utils.py:167
7408
7884
msgid "Cannot debug memory on win32 without ctypes or win32process"
7409
7885
msgstr ""
7410
7886
 
7411
 
#: bzrlib/win32utils.py:172
 
7887
#: breezy/win32utils.py:172
 
7888
#, python-brace-format
7412
7889
msgid "WorkingSize {0:>7}KiB\tPeakWorking {1:>7}KiB\t{2}"
7413
7890
msgstr ""
7414
7891
 
7415
 
#: bzrlib/win32utils.py:180
 
7892
#: breezy/win32utils.py:180
7416
7893
#, python-format
7417
7894
msgid "WorkingSize       %8d KiB"
7418
7895
msgstr ""
7419
7896
 
7420
 
#: bzrlib/win32utils.py:181
 
7897
#: breezy/win32utils.py:181
7421
7898
#, python-format
7422
7899
msgid "PeakWorking       %8d KiB"
7423
7900
msgstr ""
7424
7901
 
7425
 
#: bzrlib/win32utils.py:182
 
7902
#: breezy/win32utils.py:182
7426
7903
#, python-format
7427
7904
msgid "PagefileUsage     %8d KiB"
7428
7905
msgstr ""
7429
7906
 
7430
 
#: bzrlib/win32utils.py:183
 
7907
#: breezy/win32utils.py:183
7431
7908
#, python-format
7432
7909
msgid "PeakPagefileUsage %8d KiB"
7433
7910
msgstr ""
7434
7911
 
7435
 
#: bzrlib/win32utils.py:185
 
7912
#: breezy/win32utils.py:185
7436
7913
#, python-format
7437
7914
msgid "PrivateUsage      %8d KiB"
7438
7915
msgstr ""
7439
7916
 
7440
 
#: bzrlib/win32utils.py:186
 
7917
#: breezy/win32utils.py:186
7441
7918
#, python-format
7442
7919
msgid "PageFaultCount    %8d"
7443
7920
msgstr ""
7444
7921
 
7445
 
#: bzrlib/workingtree.py:1478
 
7922
#: breezy/workingtree.py:1516
7446
7923
msgid "Rerun update after fixing the conflicts."
7447
7924
msgstr ""
7448
7925
 
7452
7929
 
7453
7930
#: dummy/help_topics/basic/detail.txt:1
7454
7931
msgid ""
7455
 
"Bazaar 2.5b6 -- a free distributed version-control tool\n"
 
7932
"Bazaar 2.8.0dev1 -- a free distributed version-control tool\n"
7456
7933
"http://bazaar.canonical.com/"
7457
7934
msgstr ""
7458
7935
 
7561
8038
 
7562
8039
#: dummy/help_topics/checkouts/detail.txt:11
7563
8040
msgid ""
7564
 
"A checkout is created with the bzr checkout command (see \"help "
7565
 
"checkout\").\n"
 
8041
"A checkout is created with the bzr checkout command (see \"help checkout"
 
8042
"\").\n"
7566
8043
"You pass it a reference to another branch, and it will create a local copy\n"
7567
8044
"for you that still contains a reference to the branch you created the\n"
7568
8045
"checkout from (the master branch). Then if you make any commits they will "
7770
8247
msgid "How to fix diverged branches"
7771
8248
msgstr ""
7772
8249
 
7773
 
#: dummy/help_topics/env-variables/detail.txt:1
7774
 
msgid "Environment Variables"
7775
 
msgstr ""
7776
 
 
7777
 
#: dummy/help_topics/env-variables/detail.txt:3
7778
 
msgid ""
7779
 
"=================== "
7780
 
"===========================================================\n"
7781
 
"BZRPATH             Path where bzr is to look for shell plugin external\n"
7782
 
"                    commands.\n"
7783
 
"BZR_EMAIL           E-Mail address of the user. Overrides EMAIL.\n"
7784
 
"EMAIL               E-Mail address of the user.\n"
7785
 
"BZR_EDITOR          Editor for editing commit messages. Overrides EDITOR.\n"
7786
 
"EDITOR              Editor for editing commit messages.\n"
7787
 
"BZR_PLUGIN_PATH     Paths where bzr should look for plugins.\n"
7788
 
"BZR_DISABLE_PLUGINS Plugins that bzr should not load.\n"
7789
 
"BZR_PLUGINS_AT      Plugins to load from a directory not in "
7790
 
"BZR_PLUGIN_PATH.\n"
7791
 
"BZR_HOME            Directory holding .bazaar config dir. Overrides HOME.\n"
7792
 
"BZR_HOME (Win32)    Directory holding bazaar config dir. Overrides APPDATA "
7793
 
"and\n"
7794
 
"                    HOME.\n"
7795
 
"BZR_REMOTE_PATH     Full name of remote 'bzr' command (for bzr+ssh:// "
7796
 
"URLs).\n"
7797
 
"BZR_SSH             Path to SSH client, or one of paramiko, openssh, "
7798
 
"sshcorp,\n"
7799
 
"                    plink or lsh.\n"
7800
 
"BZR_LOG             Location of .bzr.log (use '/dev/null' to suppress log).\n"
7801
 
"BZR_LOG (Win32)     Location of .bzr.log (use 'NUL' to suppress log).\n"
7802
 
"BZR_COLUMNS         Override implicit terminal width.\n"
7803
 
"BZR_CONCURRENCY     Number of processes that can be run concurrently "
7804
 
"(selftest)\n"
7805
 
"BZR_PROGRESS_BAR    Override the progress display. Values are 'none' or "
7806
 
"'text'.\n"
7807
 
"BZR_PDB             Control whether to launch a debugger on error.\n"
7808
 
"BZR_SIGQUIT_PDB     Control whether SIGQUIT behaves normally or invokes a\n"
7809
 
"                    breakin debugger.\n"
7810
 
"BZR_TEXTUI_INPUT    Force console input mode for prompts to line-based "
7811
 
"(instead\n"
7812
 
"                    of char-based).\n"
7813
 
"=================== "
7814
 
"===========================================================\n"
7815
 
msgstr ""
7816
 
 
7817
8250
#: dummy/help_topics/env-variables/summary.txt:1
7818
8251
msgid "Environment variable names and values"
7819
8252
msgstr ""
7829
8262
#: dummy/help_topics/files/detail.txt:3
7830
8263
msgid ""
7831
8264
":On Unix:   ~/.bazaar/bazaar.conf\n"
7832
 
":On Windows: C:\\\\Documents and Settings\\\\username\\\\Application Data\\\\"
7833
 
"bazaar\\\\2.0\\\\bazaar.conf"
 
8265
":On Windows: C:\\\\Documents and Settings\\\\username\\\\Application Data\\"
 
8266
"\\bazaar\\\\2.0\\\\bazaar.conf"
7834
8267
msgstr ""
7835
8268
 
7836
8269
#: dummy/help_topics/files/detail.txt:6
7940
8373
"--profile      Profile execution using the hotshot profiler.\n"
7941
8374
"--lsprof       Profile execution using the lsprof profiler.\n"
7942
8375
"--lsprof-file  Profile execution using the lsprof profiler, and write the\n"
7943
 
"               results to a specified file.  If the filename ends with "
7944
 
"\".txt\",\n"
 
8376
"               results to a specified file.  If the filename ends with \".txt"
 
8377
"\",\n"
7945
8378
"               text format will be used.  If the filename either starts "
7946
8379
"with\n"
7947
8380
"               \"callgrind.out\" or end with \".callgrind\", the output will "
8425
8858
msgstr ""
8426
8859
 
8427
8860
#: en/help_topics/authentication.txt:27
8428
 
msgid "  bzr branch ftp://joe:secret@host.com/path/to/my/branch"
 
8861
msgid "  brz branch ftp://joe:secret@host.com/path/to/my/branch"
8429
8862
msgstr ""
8430
8863
 
8431
8864
#: en/help_topics/authentication.txt:29
8433
8866
msgstr ""
8434
8867
 
8435
8868
#: en/help_topics/authentication.txt:31
8436
 
msgid "  bzr branch ftp://host.com/path/to/my/branch"
 
8869
msgid "  brz branch ftp://host.com/path/to/my/branch"
8437
8870
msgstr ""
8438
8871
 
8439
8872
#: en/help_topics/authentication.txt:33
8440
 
msgid ""
8441
 
"provided you have created the following ``authentication.conf`` file::"
 
8873
msgid "provided you have created the following ``authentication.conf`` file::"
8442
8874
msgstr ""
8443
8875
 
8444
8876
#: en/help_topics/authentication.txt:35
8461
8893
msgid ""
8462
8894
"There are two kinds of authentication used by the various schemes supported "
8463
8895
"by\n"
8464
 
"bzr:"
 
8896
"brz:"
8465
8897
msgstr ""
8466
8898
 
8467
8899
#: en/help_topics/authentication.txt:48
8490
8922
"is\n"
8491
8923
"really needed is (``user``, ``password``, ``host``, ``path``). The ``realm`` "
8492
8924
"is\n"
8493
 
"not taken into account in the definitions, but will displayed if bzr "
 
8925
"not taken into account in the definitions, but will displayed if brz "
8494
8926
"prompts\n"
8495
8927
"you for a password."
8496
8928
msgstr ""
8539
8971
 
8540
8972
#: en/help_topics/authentication.txt:84
8541
8973
msgid ""
8542
 
"  * ``user``: can be empty (``bzr`` will defaults to python's\n"
 
8974
"  * ``user``: can be empty (``bzr`` will default to python's\n"
8543
8975
"    ``getpass.get_user()``),"
8544
8976
msgstr ""
8545
8977
 
8551
8983
 
8552
8984
#: en/help_topics/authentication.txt:90
8553
8985
msgid ""
8554
 
"Multiple definitions can be provided and, for a given URL, bzr will select "
 
8986
"Multiple definitions can be provided and, for a given URL, brz will select "
8555
8987
"a\n"
8556
8988
"(``user`` [, ``password``]) based on the following rules :"
8557
8989
msgstr ""
8572
9004
#: en/help_topics/authentication.txt:99
8573
9005
msgid ""
8574
9006
" 4. ``host`` matches exactly or act as a domain if it starts with '.'\n"
8575
 
"    (``project.bzr.sf.net`` will match ``.bzr.sf.net`` but "
8576
 
"``projectbzr.sf.net``\n"
 
9007
"    (``project.bzr.sf.net`` will match ``.bzr.sf.net`` but ``projectbzr.sf."
 
9008
"net``\n"
8577
9009
"    will not match ``bzr.sf.net``)."
8578
9010
msgstr ""
8579
9011
 
8658
9090
msgid ""
8659
9091
"All connections are done with the same ``user`` (the remote one for which "
8660
9092
"the\n"
8661
 
"default bzr one is not appropriate) and the password is always prompted "
 
9093
"default brz one is not appropriate) and the password is always prompted "
8662
9094
"with\n"
8663
9095
"some exceptions::"
8664
9096
msgstr ""
8703
9135
"        # The leading '.' ensures that 'shp.net' alone doesn't match\n"
8704
9136
"        host=.shp.net\n"
8705
9137
"        user=joe\n"
8706
 
"        # bzr don't support supplying a password for sftp,\n"
 
9138
"        # brz doesn't support supplying a password for sftp,\n"
8707
9139
"        # consider using an ssh agent if you don't want to supply\n"
8708
9140
"        # a password interactively. (pageant, ssh-agent, etc)"
8709
9141
msgstr ""
8814
9246
msgid "    bzr commit --fixes <tracker>:<id>"
8815
9247
msgstr ""
8816
9248
 
8817
 
#: en/help_topics/bugs.txt:13 en/help_topics/configuration.txt:398
 
9249
#: en/help_topics/bugs.txt:13 en/help_topics/configuration.txt:410
8818
9250
msgid "or::"
8819
9251
msgstr ""
8820
9252
 
8882
9314
msgstr ""
8883
9315
 
8884
9316
#: en/help_topics/bugs.txt:54
8885
 
msgid ""
8886
 
"Use ``bzr commit --fixes lp:2`` to record that this commit fixes bug 2."
 
9317
msgid "Use ``bzr commit --fixes lp:2`` to record that this commit fixes bug 2."
8887
9318
msgstr ""
8888
9319
 
8889
9320
#: en/help_topics/bugs.txt:56
8977
9408
 
8978
9409
#: en/help_topics/bugs.txt:103
8979
9410
msgid ""
8980
 
"would allow ``bzr commit --fixes hudson:HUDSON-1234`` to mark bug HUDSON-"
8981
 
"1234\n"
 
9411
"would allow ``bzr commit --fixes hudson:HUDSON-1234`` to mark bug "
 
9412
"HUDSON-1234\n"
8982
9413
"in Hudson's JIRA bug tracker as fixed.\n"
8983
9414
msgstr ""
8984
9415
 
9014
9445
"export            Export current or past revision to a destination directory "
9015
9446
"or\n"
9016
9447
"                  archive.\n"
 
9448
"grep              Print lines matching PATTERN for specified files and\n"
 
9449
"                  revisions. [grep]\n"
9017
9450
"help              Show help on a command or other topic.\n"
9018
9451
"ignore            Ignore specified files or patterns.\n"
9019
9452
"ignored           List ignored files and the patterns that matched them.\n"
9037
9470
"mv                Move or rename a file.\n"
9038
9471
"nick              Print or set the branch nickname.\n"
9039
9472
"pack              Compress the data within a repository.\n"
 
9473
"ping              Pings a Bazaar smart server.\n"
9040
9474
"plugins           List the installed plugins.\n"
9041
9475
"pull              Turn this branch into a mirror of another branch.\n"
9042
9476
"push              Update a mirror of this branch.\n"
9043
 
"reconcile         Reconcile bzr metadata in a branch.\n"
9044
 
"reconfigure       Reconfigure the type of a bzr directory.\n"
 
9477
"reconcile         Reconcile brz metadata in a branch.\n"
 
9478
"reconfigure       Reconfigure the type of a brz directory.\n"
9045
9479
"register-branch   Register a branch with launchpad.net. [launchpad]\n"
9046
9480
"remerge           Redo a merge.\n"
9047
9481
"remove            Remove files or directories.\n"
9049
9483
"remove-tree       Remove the working tree from a given branch/checkout.\n"
9050
9484
"renames           Show list of renamed files.\n"
9051
9485
"resolve           Mark a conflict as resolved.\n"
9052
 
"revert            Revert files to a previous revision.\n"
 
9486
"revert            Set files in the working tree back to the contents of a\n"
 
9487
"                  previous revision.\n"
9053
9488
"revno             Show current revision number.\n"
9054
9489
"root              Show the tree root directory.\n"
9055
9490
"send              Mail or create a merge-directive for submitting changes.\n"
9056
 
"serve             Run the bzr server.\n"
 
9491
"serve             Run the brz server.\n"
9057
9492
"shelve            Temporarily set aside some changes from the current tree.\n"
9058
9493
"sign-my-commits   Sign all commits by a given committer.\n"
9059
9494
"split             Split a subdirectory of a tree into a separate tree.\n"
9069
9504
"upgrade           Upgrade a repository, branch or working tree to a newer\n"
9070
9505
"                  format.\n"
9071
9506
"verify-signatures Verify all commit signatures.\n"
9072
 
"version           Show version of bzr.\n"
 
9507
"version           Show version of brz.\n"
9073
9508
"version-info      Show version information about this tree.\n"
9074
9509
"view              Manage filtered views.\n"
9075
 
"whoami            Show or set bzr user id.\n"
 
9510
"whoami            Show or set brz user id.\n"
9076
9511
msgstr ""
9077
9512
 
9078
9513
#: en/help_topics/configuration.txt:1
9095
9530
 
9096
9531
#: en/help_topics/configuration.txt:10
9097
9532
msgid ""
9098
 
"BZR_EMAIL\n"
 
9533
"BRZ_EMAIL\n"
9099
9534
"~~~~~~~~~"
9100
9535
msgstr ""
9101
9536
 
9113
9548
 
9114
9549
#: en/help_topics/configuration.txt:19
9115
9550
msgid ""
9116
 
"BZR_PROGRESS_BAR\n"
 
9551
"BRZ_PROGRESS_BAR\n"
9117
9552
"~~~~~~~~~~~~~~~~"
9118
9553
msgstr ""
9119
9554
 
9128
9563
 
9129
9564
#: en/help_topics/configuration.txt:26
9130
9565
msgid ""
9131
 
"BZR_SIGQUIT_PDB\n"
 
9566
"BRZ_SIGQUIT_PDB\n"
9132
9567
"~~~~~~~~~~~~~~~"
9133
9568
msgstr ""
9134
9569
 
9135
9570
#: en/help_topics/configuration.txt:29
9136
 
msgid ""
9137
 
"Control whether SIGQUIT behaves normally or invokes a breakin debugger."
 
9571
msgid "Control whether SIGQUIT behaves normally or invokes a breakin debugger."
9138
9572
msgstr ""
9139
9573
 
9140
9574
#: en/help_topics/configuration.txt:31
9145
9579
 
9146
9580
#: en/help_topics/configuration.txt:34
9147
9581
msgid ""
9148
 
"BZR_HOME\n"
 
9582
"BRZ_HOME\n"
9149
9583
"~~~~~~~~"
9150
9584
msgstr ""
9151
9585
 
9155
9589
 
9156
9590
#: en/help_topics/configuration.txt:39
9157
9591
msgid ""
9158
 
"BZR_SSH\n"
 
9592
"BRZ_SSH\n"
9159
9593
"~~~~~~~"
9160
9594
msgstr ""
9161
9595
 
9165
9599
 
9166
9600
#: en/help_topics/configuration.txt:44
9167
9601
msgid ""
9168
 
"BZR_PDB\n"
 
9602
"BRZ_PDB\n"
9169
9603
"~~~~~~~"
9170
9604
msgstr ""
9171
9605
 
9195
9629
 
9196
9630
#: en/help_topics/configuration.txt:59
9197
9631
msgid ""
9198
 
"BZR_EDITOR\n"
 
9632
"BRZ_EDITOR\n"
9199
9633
"~~~~~~~~~~"
9200
9634
msgstr ""
9201
9635
 
9205
9639
 
9206
9640
#: en/help_topics/configuration.txt:64
9207
9641
msgid ""
9208
 
"BZR_LOG\n"
 
9642
"BRZ_LOG\n"
9209
9643
"~~~~~~~"
9210
9644
msgstr ""
9211
9645
 
9230
9664
#: en/help_topics/configuration.txt:76
9231
9665
msgid ""
9232
9666
"\n"
9233
 
"BZR_PLUGIN_PATH\n"
 
9667
"BRZ_PLUGIN_PATH\n"
9234
9668
"~~~~~~~~~~~~~~~"
9235
9669
msgstr ""
9236
9670
 
9241
9675
msgstr ""
9242
9676
 
9243
9677
#: en/help_topics/configuration.txt:83
9244
 
msgid ""
9245
 
"* the user specific plugin directory (containing the ``user`` plugins),"
 
9678
msgid "* the user specific plugin directory (containing the ``user`` plugins),"
9246
9679
msgstr ""
9247
9680
 
9248
9681
#: en/help_topics/configuration.txt:85
9342
9775
 
9343
9776
#: en/help_topics/configuration.txt:135
9344
9777
msgid ""
9345
 
"BZR_DISABLE_PLUGINS\n"
 
9778
"BRZ_DISABLE_PLUGINS\n"
9346
9779
"~~~~~~~~~~~~~~~~~~~"
9347
9780
msgstr ""
9348
9781
 
9371
9804
 
9372
9805
#: en/help_topics/configuration.txt:151
9373
9806
msgid ""
9374
 
"BZR_PLUGINS_AT\n"
 
9807
"BRZ_PLUGINS_AT\n"
9375
9808
"~~~~~~~~~~~~~~"
9376
9809
msgstr ""
9377
9810
 
9416
9849
 
9417
9850
#: en/help_topics/configuration.txt:178
9418
9851
msgid ""
9419
 
"BZRPATH\n"
 
9852
"BRZPATH\n"
9420
9853
"~~~~~~~"
9421
9854
msgstr ""
9422
9855
 
9618
10051
 
9619
10052
#: en/help_topics/configuration.txt:287
9620
10053
msgid ""
9621
 
"Policies are specified by keys with names of the form "
9622
 
"\"<option_name>:policy\".\n"
 
10054
"Policies are specified by keys with names of the form \"<option_name>:policy"
 
10055
"\".\n"
9623
10056
"For example, to define the push location for a tree of branches, the\n"
9624
10057
"following could be used::"
9625
10058
msgstr ""
9707
10140
 
9708
10141
#: en/help_topics/configuration.txt:336
9709
10142
msgid ""
 
10143
"Another such option is ``branchname``, which refers to the name of a "
 
10144
"colocated\n"
 
10145
"branch.  For non-colocated branches, it behaves like basename.  It can be "
 
10146
"used\n"
 
10147
"like this::"
 
10148
msgstr ""
 
10149
 
 
10150
#: en/help_topics/configuration.txt:340
 
10151
msgid ""
 
10152
"  [/home/vila/src/bzr/bugs]\n"
 
10153
"  mypush = lp:~vila/bzr/{branchname}"
 
10154
msgstr ""
 
10155
 
 
10156
#: en/help_topics/configuration.txt:343
 
10157
msgid ""
 
10158
"When used with a colocated branch named ``832013-expand-in-stack``, we'll "
 
10159
"get::"
 
10160
msgstr ""
 
10161
 
 
10162
#: en/help_topics/configuration.txt:345
 
10163
msgid ""
 
10164
"  bzr config mypush\n"
 
10165
"  lp:~vila/bzr/832013-expand-in-stack"
 
10166
msgstr ""
 
10167
 
 
10168
#: en/help_topics/configuration.txt:348
 
10169
msgid ""
9710
10170
"When an option is local to a Section, it cannot be referred to from option\n"
9711
10171
"values in any other section from the same ``Store`` nor from any other\n"
9712
10172
"``Store``."
9713
10173
msgstr ""
9714
10174
 
9715
 
#: en/help_topics/configuration.txt:340
 
10175
#: en/help_topics/configuration.txt:352
9716
10176
msgid ""
9717
10177
"\n"
9718
10178
"The main configuration file, bazaar.conf\n"
9719
10179
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
9720
10180
msgstr ""
9721
10181
 
9722
 
#: en/help_topics/configuration.txt:344
 
10182
#: en/help_topics/configuration.txt:356
9723
10183
msgid ""
9724
10184
"``bazaar.conf`` allows two sections: ``[DEFAULT]`` and ``[ALIASES]``.\n"
9725
10185
"The default section contains the default\n"
9727
10187
"overriden by providing a branch-specific section in ``locations.conf``."
9728
10188
msgstr ""
9729
10189
 
9730
 
#: en/help_topics/configuration.txt:349
 
10190
#: en/help_topics/configuration.txt:361
9731
10191
msgid "A typical ``bazaar.conf`` section often looks like the following::"
9732
10192
msgstr ""
9733
10193
 
9734
 
#: en/help_topics/configuration.txt:351
 
10194
#: en/help_topics/configuration.txt:363
9735
10195
msgid ""
9736
10196
"    [DEFAULT]\n"
9737
10197
"    email             = John Doe <jdoe@isp.com>\n"
9739
10199
"    create_signatures = when-required"
9740
10200
msgstr ""
9741
10201
 
9742
 
#: en/help_topics/configuration.txt:356
 
10202
#: en/help_topics/configuration.txt:368
9743
10203
msgid ""
9744
10204
"\n"
9745
10205
"The branch location configuration file, locations.conf\n"
9746
10206
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
9747
10207
msgstr ""
9748
10208
 
9749
 
#: en/help_topics/configuration.txt:360
 
10209
#: en/help_topics/configuration.txt:372
9750
10210
msgid ""
9751
10211
"``locations.conf`` allows one to specify overriding settings for\n"
9752
10212
"a specific branch. The format is almost identical to the default section in\n"
9756
10216
"for. The '?' and '*' wildcards are supported::"
9757
10217
msgstr ""
9758
10218
 
9759
 
#: en/help_topics/configuration.txt:366
 
10219
#: en/help_topics/configuration.txt:378
9760
10220
msgid ""
9761
10221
"    [/home/jdoe/branches/nethack]\n"
9762
10222
"    email = Nethack Admin <nethack@nethack.com>"
9763
10223
msgstr ""
9764
10224
 
9765
 
#: en/help_topics/configuration.txt:369
 
10225
#: en/help_topics/configuration.txt:381
9766
10226
msgid ""
9767
10227
"    [http://hypothetical.site.com/branches/devel-branch]\n"
9768
10228
"    create_signatures = always"
9769
10229
msgstr ""
9770
10230
 
9771
 
#: en/help_topics/configuration.txt:372
 
10231
#: en/help_topics/configuration.txt:384
9772
10232
msgid ""
9773
10233
"The authentication configuration file, authentication.conf\n"
9774
10234
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
9775
10235
msgstr ""
9776
10236
 
9777
 
#: en/help_topics/configuration.txt:375
 
10237
#: en/help_topics/configuration.txt:387
9778
10238
msgid ""
9779
10239
"``authentication.conf`` allows one to specify credentials for\n"
9780
10240
"remote servers. This can be used for all the supported transports and any "
9782
10242
"of bzr that requires authentication (smtp for example)."
9783
10243
msgstr ""
9784
10244
 
9785
 
#: en/help_topics/configuration.txt:379
 
10245
#: en/help_topics/configuration.txt:391
9786
10246
msgid ""
9787
10247
"The syntax of the file obeys the same rules as the others except for the\n"
9788
10248
"option policies which don't apply."
9789
10249
msgstr ""
9790
10250
 
9791
 
#: en/help_topics/configuration.txt:382
 
10251
#: en/help_topics/configuration.txt:394
9792
10252
msgid ""
9793
10253
"For more information on the possible uses of the authentication "
9794
10254
"configuration\n"
9795
10255
"file see :doc:`authentication-help`."
9796
10256
msgstr ""
9797
10257
 
9798
 
#: en/help_topics/configuration.txt:385
 
10258
#: en/help_topics/configuration.txt:397
9799
10259
msgid ""
9800
10260
"\n"
9801
10261
"Common options\n"
9802
10262
"--------------"
9803
10263
msgstr ""
9804
10264
 
9805
 
#: en/help_topics/configuration.txt:389
 
10265
#: en/help_topics/configuration.txt:401
9806
10266
msgid ""
9807
10267
"debug_flags\n"
9808
10268
"~~~~~~~~~~~"
9809
10269
msgstr ""
9810
10270
 
9811
 
#: en/help_topics/configuration.txt:392
 
10271
#: en/help_topics/configuration.txt:404
9812
10272
msgid ""
9813
10273
"A comma-separated list of debugging options to turn on.  The same values\n"
9814
10274
"can be used as with the -D command-line option (see `help global-options`).\n"
9815
10275
"For example::"
9816
10276
msgstr ""
9817
10277
 
9818
 
#: en/help_topics/configuration.txt:396
 
10278
#: en/help_topics/configuration.txt:408
9819
10279
msgid "    debug_flags = hpss"
9820
10280
msgstr ""
9821
10281
 
9822
 
#: en/help_topics/configuration.txt:400
 
10282
#: en/help_topics/configuration.txt:412
9823
10283
msgid "    debug_flags = hpss,evil"
9824
10284
msgstr ""
9825
10285
 
9826
 
#: en/help_topics/configuration.txt:402
 
10286
#: en/help_topics/configuration.txt:414
9827
10287
msgid ""
9828
10288
"email\n"
9829
10289
"~~~~~"
9830
10290
msgstr ""
9831
10291
 
9832
 
#: en/help_topics/configuration.txt:405
 
10292
#: en/help_topics/configuration.txt:417
9833
10293
msgid ""
9834
10294
"The email address to use when committing a branch. Typically takes the form\n"
9835
10295
"of::"
9836
10296
msgstr ""
9837
10297
 
9838
 
#: en/help_topics/configuration.txt:408
 
10298
#: en/help_topics/configuration.txt:420
9839
10299
msgid "    email = Full Name <account@hostname.tld>"
9840
10300
msgstr ""
9841
10301
 
9842
 
#: en/help_topics/configuration.txt:410
 
10302
#: en/help_topics/configuration.txt:422
9843
10303
msgid ""
9844
10304
"editor\n"
9845
10305
"~~~~~~"
9846
10306
msgstr ""
9847
10307
 
9848
 
#: en/help_topics/configuration.txt:413
 
10308
#: en/help_topics/configuration.txt:425
9849
10309
msgid ""
9850
10310
"The path of the editor that you wish to use if *bzr commit* is run without\n"
9851
10311
"a commit message. This setting is trumped by the environment variable\n"
9853
10313
"variables."
9854
10314
msgstr ""
9855
10315
 
9856
 
#: en/help_topics/configuration.txt:418
 
10316
#: en/help_topics/configuration.txt:430
9857
10317
msgid ""
9858
10318
"log_format\n"
9859
10319
"~~~~~~~~~~"
9860
10320
msgstr ""
9861
10321
 
9862
 
#: en/help_topics/configuration.txt:421
 
10322
#: en/help_topics/configuration.txt:433
9863
10323
msgid ""
9864
10324
"The default log format to use. Standard log formats are ``long``, ``short``\n"
9865
10325
"and ``line``. Additional formats may be provided by plugins. The default\n"
9866
10326
"value is ``long``."
9867
10327
msgstr ""
9868
10328
 
9869
 
#: en/help_topics/configuration.txt:425
 
10329
#: en/help_topics/configuration.txt:437
9870
10330
msgid ""
9871
10331
"check_signatures\n"
9872
10332
"~~~~~~~~~~~~~~~~"
9873
10333
msgstr ""
9874
10334
 
9875
 
#: en/help_topics/configuration.txt:428
 
10335
#: en/help_topics/configuration.txt:440
9876
10336
msgid ""
9877
10337
"Reserved for future use.  These options will allow a policy for branches to\n"
9878
10338
"require signatures."
9879
10339
msgstr ""
9880
10340
 
9881
 
#: en/help_topics/configuration.txt:431
 
10341
#: en/help_topics/configuration.txt:443
9882
10342
msgid ""
9883
10343
"require\n"
9884
10344
"    The gnupg signature for revisions must be present and must be valid."
9885
10345
msgstr ""
9886
10346
 
9887
 
#: en/help_topics/configuration.txt:434
 
10347
#: en/help_topics/configuration.txt:446
9888
10348
msgid ""
9889
10349
"ignore\n"
9890
10350
"    Do not check gnupg signatures of revisions."
9891
10351
msgstr ""
9892
10352
 
9893
 
#: en/help_topics/configuration.txt:437
 
10353
#: en/help_topics/configuration.txt:449
9894
10354
msgid ""
9895
10355
"check-available\n"
9896
10356
"    (default) If gnupg signatures for revisions are present, check them.\n"
9898
10358
"    no signature is present."
9899
10359
msgstr ""
9900
10360
 
9901
 
#: en/help_topics/configuration.txt:442
 
10361
#: en/help_topics/configuration.txt:454
9902
10362
msgid ""
9903
10363
"create_signatures\n"
9904
10364
"~~~~~~~~~~~~~~~~~"
9905
10365
msgstr ""
9906
10366
 
9907
 
#: en/help_topics/configuration.txt:445
 
10367
#: en/help_topics/configuration.txt:457
9908
10368
msgid ""
9909
10369
"Defines the behaviour of signing revisions on commits.  By default bzr will "
9910
10370
"not\n"
9911
10371
"sign new commits."
9912
10372
msgstr ""
9913
10373
 
9914
 
#: en/help_topics/configuration.txt:448
 
10374
#: en/help_topics/configuration.txt:460
9915
10375
msgid ""
9916
10376
"always\n"
9917
10377
"    Sign every new revision that is committed.  If the signing fails then "
9919
10379
"    commit will not be made."
9920
10380
msgstr ""
9921
10381
 
9922
 
#: en/help_topics/configuration.txt:452
 
10382
#: en/help_topics/configuration.txt:464
9923
10383
msgid ""
9924
10384
"when-required\n"
9925
10385
"    Reserved for future use."
9926
10386
msgstr ""
9927
10387
 
9928
 
#: en/help_topics/configuration.txt:455
 
10388
#: en/help_topics/configuration.txt:467
9929
10389
msgid ""
9930
10390
"never\n"
9931
10391
"    Reserved for future use."
9932
10392
msgstr ""
9933
10393
 
9934
 
#: en/help_topics/configuration.txt:458
 
10394
#: en/help_topics/configuration.txt:470
9935
10395
msgid ""
9936
10396
"In future it is planned that ``when-required`` will sign newly\n"
9937
10397
"committed revisions only when the branch requires them.  ``never`` will "
9939
10399
"to sign newly committed revisions, even if the branch requires signatures."
9940
10400
msgstr ""
9941
10401
 
9942
 
#: en/help_topics/configuration.txt:462
 
10402
#: en/help_topics/configuration.txt:474
9943
10403
msgid ""
9944
10404
"dirstate.fdatasync\n"
9945
10405
"~~~~~~~~~~~~~~~~~~"
9946
10406
msgstr ""
9947
10407
 
9948
 
#: en/help_topics/configuration.txt:465
 
10408
#: en/help_topics/configuration.txt:477
9949
10409
msgid ""
9950
10410
"If true (default), working tree metadata changes are flushed through the\n"
9951
10411
"OS buffers to physical disk.  This is somewhat slower, but means data\n"
9952
10412
"should not be lost if the machine crashes.  See also repository.fdatasync."
9953
10413
msgstr ""
9954
10414
 
9955
 
#: en/help_topics/configuration.txt:469
 
10415
#: en/help_topics/configuration.txt:481
9956
10416
msgid ""
9957
10417
"gpg_signing_key\n"
9958
10418
"~~~~~~~~~~~~~~~"
9959
10419
msgstr ""
9960
10420
 
9961
 
#: en/help_topics/configuration.txt:472
 
10421
#: en/help_topics/configuration.txt:484
9962
10422
msgid ""
9963
10423
"The GnuPG user identity to use when signing commits.  Can be an e-mail\n"
9964
10424
"address, key fingerprint or full key ID.  When unset or when set to\n"
9965
10425
"\"default\" Bazaar will use the user e-mail set with ``whoami``."
9966
10426
msgstr ""
9967
10427
 
9968
 
#: en/help_topics/configuration.txt:476
 
10428
#: en/help_topics/configuration.txt:488
9969
10429
msgid ""
9970
10430
"recurse\n"
9971
10431
"~~~~~~~"
9972
10432
msgstr ""
9973
10433
 
9974
 
#: en/help_topics/configuration.txt:479
 
10434
#: en/help_topics/configuration.txt:491
9975
10435
msgid ""
9976
10436
"Only useful in ``locations.conf``. Defines whether or not the\n"
9977
10437
"configuration for this section applies to subdirectories:"
9978
10438
msgstr ""
9979
10439
 
9980
 
#: en/help_topics/configuration.txt:482
 
10440
#: en/help_topics/configuration.txt:494
9981
10441
msgid ""
9982
10442
"true\n"
9983
10443
"    (default) This section applies to subdirectories as well."
9984
10444
msgstr ""
9985
10445
 
9986
 
#: en/help_topics/configuration.txt:485
 
10446
#: en/help_topics/configuration.txt:497
9987
10447
msgid ""
9988
10448
"false\n"
9989
10449
"    This section only applies to the branch at this directory and not\n"
9990
10450
"    branches below it."
9991
10451
msgstr ""
9992
10452
 
9993
 
#: en/help_topics/configuration.txt:489
 
10453
#: en/help_topics/configuration.txt:501
9994
10454
msgid ""
9995
10455
"gpg_signing_command\n"
9996
10456
"~~~~~~~~~~~~~~~~~~~"
9997
10457
msgstr ""
9998
10458
 
9999
 
#: en/help_topics/configuration.txt:492
 
10459
#: en/help_topics/configuration.txt:504
10000
10460
msgid ""
10001
10461
"(Default: \"gpg\"). Which program should be used to sign and check "
10002
10462
"revisions.\n"
10003
10463
"For example::"
10004
10464
msgstr ""
10005
10465
 
10006
 
#: en/help_topics/configuration.txt:495
 
10466
#: en/help_topics/configuration.txt:507
10007
10467
msgid "    gpg_signing_command = /usr/bin/gnpg"
10008
10468
msgstr ""
10009
10469
 
10010
 
#: en/help_topics/configuration.txt:497
 
10470
#: en/help_topics/configuration.txt:509
10011
10471
msgid ""
10012
10472
"The specified command must accept the options \"--clearsign\" and \"-u "
10013
10473
"<email>\"."
10014
10474
msgstr ""
10015
10475
 
10016
 
#: en/help_topics/configuration.txt:499
 
10476
#: en/help_topics/configuration.txt:511
10017
10477
msgid ""
10018
10478
"bzr_remote_path\n"
10019
10479
"~~~~~~~~~~~~~~~"
10020
10480
msgstr ""
10021
10481
 
10022
 
#: en/help_topics/configuration.txt:502
 
10482
#: en/help_topics/configuration.txt:514
10023
10483
msgid ""
10024
10484
"(Default: \"bzr\").  The path to the command that should be used to run the "
10025
10485
"smart\n"
10026
10486
"server for bzr.  This value may only be specified in locations.conf, because:"
10027
10487
msgstr ""
10028
10488
 
10029
 
#: en/help_topics/configuration.txt:505
 
10489
#: en/help_topics/configuration.txt:517
10030
10490
msgid ""
10031
10491
"- it's needed before branch.conf is accessible\n"
10032
10492
"- allowing remote branch.conf files to specify commands would be a security\n"
10033
10493
"  risk"
10034
10494
msgstr ""
10035
10495
 
10036
 
#: en/help_topics/configuration.txt:509
 
10496
#: en/help_topics/configuration.txt:521
10037
10497
msgid "It is overridden by the BZR_REMOTE_PATH environment variable."
10038
10498
msgstr ""
10039
10499
 
10040
 
#: en/help_topics/configuration.txt:511
 
10500
#: en/help_topics/configuration.txt:523
10041
10501
msgid ""
10042
10502
"smtp_server\n"
10043
10503
"~~~~~~~~~~~"
10044
10504
msgstr ""
10045
10505
 
10046
 
#: en/help_topics/configuration.txt:514
 
10506
#: en/help_topics/configuration.txt:526
10047
10507
msgid ""
10048
10508
"(Default: \"localhost\"). SMTP server to use when Bazaar needs to send\n"
10049
10509
"email, eg. with ``merge-directive --mail-to``, or the bzr-email plugin."
10050
10510
msgstr ""
10051
10511
 
10052
 
#: en/help_topics/configuration.txt:517
 
10512
#: en/help_topics/configuration.txt:529
10053
10513
msgid ""
10054
10514
"smtp_username, smtp_password\n"
10055
10515
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10056
10516
msgstr ""
10057
10517
 
10058
 
#: en/help_topics/configuration.txt:520
 
10518
#: en/help_topics/configuration.txt:532
10059
10519
msgid ""
10060
10520
"User and password to authenticate to the SMTP server. If smtp_username\n"
10061
10521
"is set, and smtp_password is not, Bazaar will prompt for a password.\n"
10063
10523
"to send mail."
10064
10524
msgstr ""
10065
10525
 
10066
 
#: en/help_topics/configuration.txt:525
 
10526
#: en/help_topics/configuration.txt:537
10067
10527
msgid ""
10068
10528
"locks.steal_dead\n"
10069
10529
"~~~~~~~~~~~~~~~~"
10070
10530
msgstr ""
10071
10531
 
10072
 
#: en/help_topics/configuration.txt:528
 
10532
#: en/help_topics/configuration.txt:540
10073
10533
msgid ""
10074
10534
"If set to true, bzr will automatically break locks held by processes from\n"
10075
10535
"the same machine and user that are no longer alive.  Otherwise, it will\n"
10077
10537
"the object is no longer in use."
10078
10538
msgstr ""
10079
10539
 
10080
 
#: en/help_topics/configuration.txt:533
 
10540
#: en/help_topics/configuration.txt:545
10081
10541
msgid ""
10082
10542
"mail_client\n"
10083
10543
"~~~~~~~~~~~"
10084
10544
msgstr ""
10085
10545
 
10086
 
#: en/help_topics/configuration.txt:536
 
10546
#: en/help_topics/configuration.txt:548
10087
10547
msgid ""
10088
10548
"A mail client to use for sending merge requests.\n"
10089
10549
"By default, bzr will try to use ``mapi`` on Windows.  On other platforms, "
10092
10552
"``editor``."
10093
10553
msgstr ""
10094
10554
 
10095
 
#: en/help_topics/configuration.txt:541
 
10555
#: en/help_topics/configuration.txt:553
10096
10556
msgid "Supported values for specific clients:"
10097
10557
msgstr ""
10098
10558
 
10099
 
#: en/help_topics/configuration.txt:543
 
10559
#: en/help_topics/configuration.txt:555
10100
10560
msgid ""
10101
10561
":claws: Use Claws.  This skips a dialog for attaching files.\n"
10102
10562
":evolution: Use Evolution.\n"
10107
10567
"    this works around some bugs that xdg-email doesn't handle."
10108
10568
msgstr ""
10109
10569
 
10110
 
#: en/help_topics/configuration.txt:550
 
10570
#: en/help_topics/configuration.txt:562
10111
10571
msgid "Supported generic values are:"
10112
10572
msgstr ""
10113
10573
 
10114
 
#: en/help_topics/configuration.txt:552
 
10574
#: en/help_topics/configuration.txt:564
10115
10575
msgid ""
10116
10576
":default: See above.\n"
10117
10577
":editor: Use your editor to compose the merge request.  This also uses\n"
10121
10581
":xdg-email: Use xdg-email to run your preferred mail program"
10122
10582
msgstr ""
10123
10583
 
10124
 
#: en/help_topics/configuration.txt:559
 
10584
#: en/help_topics/configuration.txt:571
10125
10585
msgid ""
10126
10586
"repository.fdatasync\n"
10127
10587
"~~~~~~~~~~~~~~~~~~~~"
10128
10588
msgstr ""
10129
10589
 
10130
 
#: en/help_topics/configuration.txt:562
 
10590
#: en/help_topics/configuration.txt:574
10131
10591
msgid ""
10132
10592
"If true (default), repository changes are flushed through the OS buffers\n"
10133
10593
"to physical disk.  This is somewhat slower, but means data should not be\n"
10134
10594
"lost if the machine crashes.  See also dirstate.fdatasync."
10135
10595
msgstr ""
10136
10596
 
10137
 
#: en/help_topics/configuration.txt:566
 
10597
#: en/help_topics/configuration.txt:578
10138
10598
msgid ""
10139
10599
"submit_branch\n"
10140
10600
"~~~~~~~~~~~~~"
10141
10601
msgstr ""
10142
10602
 
10143
 
#: en/help_topics/configuration.txt:569
 
10603
#: en/help_topics/configuration.txt:581
10144
10604
msgid ""
10145
10605
"The branch you intend to submit your current work to.  This is "
10146
10606
"automatically\n"
10149
10609
"should usually be set on a per-branch or per-location basis."
10150
10610
msgstr ""
10151
10611
 
10152
 
#: en/help_topics/configuration.txt:573
 
10612
#: en/help_topics/configuration.txt:585
10153
10613
msgid ""
10154
10614
"public_branch\n"
10155
10615
"~~~~~~~~~~~~~"
10156
10616
msgstr ""
10157
10617
 
10158
 
#: en/help_topics/configuration.txt:576
 
10618
#: en/help_topics/configuration.txt:588
10159
10619
msgid ""
10160
10620
"A publically-accessible version of this branch (implying that this version "
10161
10621
"is\n"
10162
10622
"not publically-accessible).  Used (and set) by ``bzr send``."
10163
10623
msgstr ""
10164
10624
 
10165
 
#: en/help_topics/configuration.txt:579
 
10625
#: en/help_topics/configuration.txt:591
10166
10626
msgid ""
10167
10627
"suppress_warnings\n"
10168
10628
"~~~~~~~~~~~~~~~~~"
10169
10629
msgstr ""
10170
10630
 
10171
 
#: en/help_topics/configuration.txt:582
 
10631
#: en/help_topics/configuration.txt:594
10172
10632
msgid ""
10173
10633
"A list of strings, each string represent a warning that can be emitted by\n"
10174
10634
"bzr. Mentioning a warning in this list tells bzr to not emit it."
10175
10635
msgstr ""
10176
10636
 
10177
 
#: en/help_topics/configuration.txt:585
 
10637
#: en/help_topics/configuration.txt:597
10178
10638
msgid "Valid values:"
10179
10639
msgstr ""
10180
10640
 
10181
 
#: en/help_topics/configuration.txt:587
 
10641
#: en/help_topics/configuration.txt:599
10182
10642
msgid ""
10183
10643
"* ``format_deprecation``:\n"
10184
10644
"    whether the format deprecation warning is shown on repositories that "
10186
10646
"    using deprecated formats."
10187
10647
msgstr ""
10188
10648
 
10189
 
#: en/help_topics/configuration.txt:591
 
10649
#: en/help_topics/configuration.txt:603
10190
10650
msgid ""
10191
10651
"default_format\n"
10192
10652
"~~~~~~~~~~~~~~"
10193
10653
msgstr ""
10194
10654
 
10195
 
#: en/help_topics/configuration.txt:594
 
10655
#: en/help_topics/configuration.txt:606
10196
10656
msgid ""
10197
10657
"A format name for the default format used when creating branches.  See "
10198
10658
"``bzr\n"
10199
10659
"help formats`` for possible values."
10200
10660
msgstr ""
10201
10661
 
10202
 
#: en/help_topics/configuration.txt:597
 
10662
#: en/help_topics/configuration.txt:609
10203
10663
msgid ""
10204
10664
"\n"
10205
10665
"Unicode options\n"
10206
10666
"---------------"
10207
10667
msgstr ""
10208
10668
 
10209
 
#: en/help_topics/configuration.txt:601
 
10669
#: en/help_topics/configuration.txt:613
10210
10670
msgid ""
10211
10671
"output_encoding\n"
10212
10672
"~~~~~~~~~~~~~~~"
10213
10673
msgstr ""
10214
10674
 
10215
 
#: en/help_topics/configuration.txt:604
 
10675
#: en/help_topics/configuration.txt:616
10216
10676
msgid ""
10217
10677
"A Python unicode encoding name for text output from bzr, such as log\n"
10218
10678
"information.  Values include: utf8, cp850, ascii, iso-8859-1.  The default\n"
10219
10679
"is the terminal encoding prefered by the operating system."
10220
10680
msgstr ""
10221
10681
 
10222
 
#: en/help_topics/configuration.txt:608
 
10682
#: en/help_topics/configuration.txt:620
10223
10683
msgid ""
10224
10684
"\n"
10225
10685
"Branch type specific options\n"
10226
10686
"----------------------------"
10227
10687
msgstr ""
10228
10688
 
10229
 
#: en/help_topics/configuration.txt:612
 
10689
#: en/help_topics/configuration.txt:624
10230
10690
msgid ""
10231
10691
"These options apply only to branches that use the ``dirstate-tags`` or\n"
10232
10692
"later format.  They\n"
10234
10694
"manually set in ``locations.conf`` or ``bazaar.conf``."
10235
10695
msgstr ""
10236
10696
 
10237
 
#: en/help_topics/configuration.txt:617
 
10697
#: en/help_topics/configuration.txt:629
10238
10698
msgid ""
10239
10699
"append_revisions_only\n"
10240
10700
"~~~~~~~~~~~~~~~~~~~~~"
10241
10701
msgstr ""
10242
10702
 
10243
 
#: en/help_topics/configuration.txt:620
 
10703
#: en/help_topics/configuration.txt:632
10244
10704
msgid ""
10245
10705
"If set to \"True\" then revisions can only be appended to the log, not\n"
10246
10706
"removed.  A branch with this setting enabled can only pull from another\n"
10250
10710
"compatibility with previous bzr versions (older than 2.2)."
10251
10711
msgstr ""
10252
10712
 
10253
 
#: en/help_topics/configuration.txt:627
 
10713
#: en/help_topics/configuration.txt:639
10254
10714
msgid ""
10255
10715
"parent_location\n"
10256
10716
"~~~~~~~~~~~~~~~"
10257
10717
msgstr ""
10258
10718
 
10259
 
#: en/help_topics/configuration.txt:630
 
10719
#: en/help_topics/configuration.txt:642
10260
10720
msgid ""
10261
10721
"If present, the location of the default branch for pull or merge.  This "
10262
10722
"option\n"
10264
10724
"--remember``."
10265
10725
msgstr ""
10266
10726
 
10267
 
#: en/help_topics/configuration.txt:634
 
10727
#: en/help_topics/configuration.txt:646
10268
10728
msgid ""
10269
10729
"push_location\n"
10270
10730
"~~~~~~~~~~~~~"
10271
10731
msgstr ""
10272
10732
 
10273
 
#: en/help_topics/configuration.txt:637
 
10733
#: en/help_topics/configuration.txt:649
10274
10734
msgid ""
10275
10735
"If present, the location of the default branch for push.  This option\n"
10276
10736
"is normally set by the first ``push`` or ``push --remember``."
10277
10737
msgstr ""
10278
10738
 
10279
 
#: en/help_topics/configuration.txt:640
 
10739
#: en/help_topics/configuration.txt:652
10280
10740
msgid ""
10281
10741
"push_strict\n"
10282
10742
"~~~~~~~~~~~"
10283
10743
msgstr ""
10284
10744
 
10285
 
#: en/help_topics/configuration.txt:643
 
10745
#: en/help_topics/configuration.txt:655
10286
10746
msgid ""
10287
10747
"If present, defines the ``--strict`` option default value for checking\n"
10288
10748
"uncommitted changes before pushing."
10289
10749
msgstr ""
10290
10750
 
10291
 
#: en/help_topics/configuration.txt:646
 
10751
#: en/help_topics/configuration.txt:658
10292
10752
msgid ""
10293
10753
"dpush_strict\n"
10294
10754
"~~~~~~~~~~~~"
10295
10755
msgstr ""
10296
10756
 
10297
 
#: en/help_topics/configuration.txt:649
 
10757
#: en/help_topics/configuration.txt:661
10298
10758
msgid ""
10299
10759
"If present, defines the ``--strict`` option default value for checking\n"
10300
10760
"uncommitted changes before pushing into a different VCS without any\n"
10301
10761
"custom bzr metadata."
10302
10762
msgstr ""
10303
10763
 
10304
 
#: en/help_topics/configuration.txt:653
 
10764
#: en/help_topics/configuration.txt:665
10305
10765
msgid ""
10306
10766
"bound_location\n"
10307
10767
"~~~~~~~~~~~~~~"
10308
10768
msgstr ""
10309
10769
 
10310
 
#: en/help_topics/configuration.txt:656
 
10770
#: en/help_topics/configuration.txt:668
10311
10771
msgid ""
10312
10772
"The location that commits should go to when acting as a checkout.\n"
10313
10773
"This option is normally set by ``bind``."
10314
10774
msgstr ""
10315
10775
 
10316
 
#: en/help_topics/configuration.txt:659
 
10776
#: en/help_topics/configuration.txt:671
10317
10777
msgid ""
10318
10778
"bound\n"
10319
10779
"~~~~~"
10320
10780
msgstr ""
10321
10781
 
10322
 
#: en/help_topics/configuration.txt:662
 
10782
#: en/help_topics/configuration.txt:674
10323
10783
msgid ""
10324
10784
"If set to \"True\", the branch should act as a checkout, and push each "
10325
10785
"commit to\n"
10326
10786
"the bound_location.  This option is normally set by ``bind``/``unbind``."
10327
10787
msgstr ""
10328
10788
 
10329
 
#: en/help_topics/configuration.txt:665
 
10789
#: en/help_topics/configuration.txt:677
10330
10790
msgid ""
10331
10791
"send_strict\n"
10332
10792
"~~~~~~~~~~~"
10333
10793
msgstr ""
10334
10794
 
10335
 
#: en/help_topics/configuration.txt:668
 
10795
#: en/help_topics/configuration.txt:680
10336
10796
msgid ""
10337
10797
"If present, defines the ``--strict`` option default value for checking\n"
10338
10798
"uncommitted changes before sending a merge directive."
10339
10799
msgstr ""
10340
10800
 
10341
 
#: en/help_topics/configuration.txt:671
 
10801
#: en/help_topics/configuration.txt:683
10342
10802
msgid ""
10343
10803
"add.maximum_file_size\n"
10344
10804
"~~~~~~~~~~~~~~~~~~~~~"
10345
10805
msgstr ""
10346
10806
 
10347
 
#: en/help_topics/configuration.txt:674
 
10807
#: en/help_topics/configuration.txt:686
10348
10808
msgid ""
10349
10809
"Defines the maximum file size the command line \"add\" operation will allow\n"
10350
 
"in recursive mode, with files larger than this value being skipped. You may "
10351
 
"\n"
10352
 
"specify this value as an integer (in which case it is interpreted as bytes), "
10353
 
"\n"
 
10810
"in recursive mode, with files larger than this value being skipped. You "
 
10811
"may \n"
 
10812
"specify this value as an integer (in which case it is interpreted as "
 
10813
"bytes), \n"
10354
10814
"or you may specify the value using SI units, i.e. 10KB, 20MB, 1G. A value of "
10355
10815
"0 \n"
10356
10816
"will disable skipping."
10357
10817
msgstr ""
10358
10818
 
10359
 
#: en/help_topics/configuration.txt:680
 
10819
#: en/help_topics/configuration.txt:692
10360
10820
msgid ""
10361
10821
"External Merge Tools\n"
10362
10822
"--------------------"
10363
10823
msgstr ""
10364
10824
 
10365
 
#: en/help_topics/configuration.txt:683
 
10825
#: en/help_topics/configuration.txt:695
10366
10826
msgid ""
10367
10827
"bzr.mergetool.<name>\n"
10368
10828
"~~~~~~~~~~~~~~~~~~~~"
10369
10829
msgstr ""
10370
10830
 
10371
 
#: en/help_topics/configuration.txt:686
 
10831
#: en/help_topics/configuration.txt:698
10372
10832
msgid ""
10373
10833
"Defines an external merge tool called <name> with the given command-line.\n"
10374
10834
"Arguments containing spaces should be quoted using single or double quotes. "
10376
10836
"executable may omit its path if it can be found on the PATH."
10377
10837
msgstr ""
10378
10838
 
10379
 
#: en/help_topics/configuration.txt:690
 
10839
#: en/help_topics/configuration.txt:702
10380
10840
msgid ""
10381
10841
"The following markers can be used in the command-line to substitute "
10382
10842
"filenames\n"
10383
10843
"involved in the merge conflict::"
10384
10844
msgstr ""
10385
10845
 
10386
 
#: en/help_topics/configuration.txt:693
 
10846
#: en/help_topics/configuration.txt:705
10387
10847
msgid ""
10388
10848
"  {base}      file.BASE\n"
10389
10849
"  {this}      file.THIS\n"
10394
10854
"              succeeds."
10395
10855
msgstr ""
10396
10856
 
10397
 
#: en/help_topics/configuration.txt:702
 
10857
#: en/help_topics/configuration.txt:714
10398
10858
msgid "  bzr.mergetool.kdiff3 = kdiff3 {base} {this} {other} -o {result}"
10399
10859
msgstr ""
10400
10860
 
10401
 
#: en/help_topics/configuration.txt:704
10402
 
msgid ""
 
10861
#: en/help_topics/configuration.txt:716
 
10862
msgid ""
 
10863
"Because ``mergetool`` and ``config`` itself both use curly braces as\n"
 
10864
"interpolation markers, trying to display the mergetool line results in the\n"
 
10865
"following problem::"
 
10866
msgstr ""
 
10867
 
 
10868
#: en/help_topics/configuration.txt:720
 
10869
msgid ""
 
10870
"\n"
 
10871
"  $ bzr config bzr.mergetool.kdiff3='kdiff3 {base} {this} {other} -o "
 
10872
"{result}'\n"
 
10873
"  $ bzr config bzr.mergetool.kdiff3\n"
 
10874
"  bzr: ERROR: Option base is not defined while expanding \"kdiff3 {base} "
 
10875
"{this} {other} -o {result}\"."
 
10876
msgstr ""
 
10877
 
 
10878
#: en/help_topics/configuration.txt:725
 
10879
msgid ""
 
10880
"To avoid this, ``config`` can be instructed not to try expanding variables::"
 
10881
msgstr ""
 
10882
 
 
10883
#: en/help_topics/configuration.txt:727
 
10884
msgid ""
 
10885
"  $ bzr config --all bzr.mergetool.kdiff3\n"
 
10886
"  branch:\n"
 
10887
"    bzr.mergetool.kdiff3 = kdiff3 {base} {this} {other} -o {result}"
 
10888
msgstr ""
 
10889
 
 
10890
#: en/help_topics/configuration.txt:731
 
10891
msgid ""
 
10892
"\n"
10403
10893
"bzr.default_mergetool\n"
10404
10894
"~~~~~~~~~~~~~~~~~~~~~"
10405
10895
msgstr ""
10406
10896
 
10407
 
#: en/help_topics/configuration.txt:707
 
10897
#: en/help_topics/configuration.txt:735
10408
10898
msgid ""
10409
10899
"Specifies which external merge tool (as defined above) should be selected "
10410
10900
"by\n"
10411
10901
"default in tools such as ``bzr qconflicts``."
10412
10902
msgstr ""
10413
10903
 
10414
 
#: en/help_topics/configuration.txt:712
 
10904
#: en/help_topics/configuration.txt:740
10415
10905
msgid "  bzr.default_mergetool = kdiff3\n"
10416
10906
msgstr ""
10417
10907
 
10431
10921
 
10432
10922
#: en/help_topics/conflict-types.txt:8
10433
10923
msgid ""
10434
 
"When conflicts are present in your working tree (as shown by ``bzr\n"
10435
 
"conflicts``), you should resolve them and then inform bzr that the "
 
10924
"When conflicts are present in your working tree (as shown by ``brz\n"
 
10925
"conflicts``), you should resolve them and then inform brz that the "
10436
10926
"conflicts\n"
10437
10927
"have been resolved."
10438
10928
msgstr ""
10484
10974
#: en/help_topics/conflict-types.txt:34
10485
10975
msgid ""
10486
10976
"2. Inform Bazaar that the conflict is now solved and ask to cleanup any\n"
10487
 
"   remaining generated information (``bzr resolve <item>``)."
 
10977
"   remaining generated information (``brz resolve <item>``)."
10488
10978
msgstr ""
10489
10979
 
10490
10980
#: en/help_topics/conflict-types.txt:37
10516
11006
msgstr ""
10517
11007
 
10518
11008
#: en/help_topics/conflict-types.txt:51
10519
 
msgid "  ``bzr resolve FILE --action=done'"
 
11009
msgid "  ``brz resolve FILE --action=done'"
10520
11010
msgstr ""
10521
11011
 
10522
11012
#: en/help_topics/conflict-types.txt:53
10527
11017
msgstr ""
10528
11018
 
10529
11019
#: en/help_topics/conflict-types.txt:56
10530
 
msgid "   ``bzr resolve FILE``"
 
11020
msgid "   ``brz resolve FILE``"
10531
11021
msgstr ""
10532
11022
 
10533
11023
#: en/help_topics/conflict-types.txt:58
10534
 
msgid "See ``bzr help resolve`` for more details."
 
11024
msgid "See ``brz help resolve`` for more details."
10535
11025
msgstr ""
10536
11026
 
10537
11027
#: en/help_topics/conflict-types.txt:60
10614
11104
 
10615
11105
#: en/help_topics/conflict-types.txt:100
10616
11106
msgid ""
10617
 
"When you have resolved text conflicts, just run ``bzr resolve --auto``, and\n"
 
11107
"When you have resolved text conflicts, just run ``brz resolve --auto``, and\n"
10618
11108
"Bazaar will auto-detect which conflicts you have resolved."
10619
11109
msgstr ""
10620
11110
 
10628
11118
#: en/help_topics/conflict-types.txt:107
10629
11119
msgid ""
10630
11120
"\n"
10631
 
"When you want to pick one set of changes over the other, you can use ``bzr\n"
 
11121
"When you want to pick one set of changes over the other, you can use ``brz\n"
10632
11122
"resolve`` with one of the following actions:"
10633
11123
msgstr ""
10634
11124
 
10687
11177
#: en/help_topics/conflict-types.txt:226 en/help_topics/conflict-types.txt:252
10688
11178
#: en/help_topics/conflict-types.txt:291 en/help_topics/conflict-types.txt:326
10689
11179
#: en/help_topics/conflict-types.txt:361
10690
 
msgid "``bzr resolve`` recognizes the following actions:"
 
11180
msgid "``brz resolve`` recognizes the following actions:"
10691
11181
msgstr ""
10692
11182
 
10693
11183
#: en/help_topics/conflict-types.txt:139
10694
11184
msgid ""
10695
 
"* ``--action=take-this`` will issue ``bzr mv FILE.THIS FILE``,\n"
10696
 
"* ``--action=take-other`` will issue ``bzr mv FILE.OTHER FILE``,\n"
 
11185
"* ``--action=take-this`` will issue ``brz mv FILE.THIS FILE``,\n"
 
11186
"* ``--action=take-other`` will issue ``brz mv FILE.OTHER FILE``,\n"
10697
11187
"* ``--action=done`` will just mark the conflict as resolved."
10698
11188
msgstr ""
10699
11189
 
10737
11227
msgid ""
10738
11228
"To resolve the conflict, you must apply the correct tags to either the "
10739
11229
"target\n"
10740
 
"branch or the source branch as appropriate.  Use \"bzr tags --show-ids -d\n"
 
11230
"branch or the source branch as appropriate.  Use \"brz tags --show-ids -d\n"
10741
11231
"SOURCE_URL\" to see the tags in the source branch.  If you want to make the\n"
10742
11232
"target branch's tags match the source branch, then in the target branch do\n"
10743
 
"``bzr tag --force -r revid:REVISION_ID CONFLICTING_TAG`` for each of the\n"
 
11233
"``brz tag --force -r revid:REVISION_ID CONFLICTING_TAG`` for each of the\n"
10744
11234
"CONFLICTING_TAGs, where REVISION_ID comes from the list of tags in the "
10745
11235
"source\n"
10746
 
"branch.  You need not call \"bzr resolve\" after doing this.  To resolve in\n"
 
11236
"branch.  You need not call \"brz resolve\" after doing this.  To resolve in\n"
10747
11237
"favor of the target branch, you need to similarly use ``tag --force`` in "
10748
11238
"the\n"
10749
11239
"source branch.  (Note that pulling or pushing using --overwrite will "
10769
11259
 
10770
11260
#: en/help_topics/conflict-types.txt:187
10771
11261
msgid ""
10772
 
"* ``--action=take-this`` will issue ``bzr rm FILE ; bzr mv FILE.moved "
 
11262
"* ``--action=take-this`` will issue ``brz rm FILE ; brz mv FILE.moved "
10773
11263
"FILE``,\n"
10774
 
"* ``--action=take-other`` will issue ``bzr rm FILE.moved``,\n"
 
11264
"* ``--action=take-other`` will issue ``brz rm FILE.moved``,\n"
10775
11265
"* ``--action=done`` will just mark the conflict as resolved."
10776
11266
msgstr ""
10777
11267
 
10787
11277
msgstr ""
10788
11278
 
10789
11279
#: en/help_topics/conflict-types.txt:200
10790
 
msgid ""
10791
 
"    Conflict because FILE is not versioned, but has versioned children."
 
11280
msgid "    Conflict because FILE is not versioned, but has versioned children."
10792
11281
msgstr ""
10793
11282
 
10794
11283
#: en/help_topics/conflict-types.txt:202
10801
11290
"will version the parent directory as well.  Resolving this issue depends\n"
10802
11291
"very much on the particular scenario.  You may wish to rename or delete "
10803
11292
"either\n"
10804
 
"the file or the directory.  When you are satisfied, you can run \"bzr "
 
11293
"the file or the directory.  When you are satisfied, you can run \"brz "
10805
11294
"resolve\n"
10806
11295
"FILE\" to mark the conflict as resolved."
10807
11296
msgstr ""
10834
11323
 
10835
11324
#: en/help_topics/conflict-types.txt:228
10836
11325
msgid ""
10837
 
"* ``--action=take-this`` will issue ``bzr rm directory`` including the\n"
 
11326
"* ``--action=take-this`` will issue ``brz rm directory`` including the\n"
10838
11327
"  children,\n"
10839
11328
"* ``--action=take-other`` will acknowledge Bazaar choice to keep the "
10840
11329
"children\n"
10869
11358
 
10870
11359
#: en/help_topics/conflict-types.txt:256
10871
11360
msgid ""
10872
 
"* ``--action=take-other`` will issue ``bzr rm directory`` including the \n"
 
11361
"* ``--action=take-other`` will issue ``brz rm directory`` including the \n"
10873
11362
"  children,"
10874
11363
msgstr ""
10875
11364
 
10887
11376
#: en/help_topics/conflict-types.txt:265
10888
11377
msgid ""
10889
11378
"Handling such orphans, *before* the conflict is created, is controlled by\n"
10890
 
"setting the ``bzr.transform.orphan_policy`` configuration option."
 
11379
"setting the ``brz.transform.orphan_policy`` configuration option."
10891
11380
msgstr ""
10892
11381
 
10893
11382
#: en/help_topics/conflict-types.txt:268
10902
11391
 
10903
11392
#: en/help_topics/conflict-types.txt:273
10904
11393
msgid ""
10905
 
"* ``move``: will move the orphans to a ``bzr-orphans`` directory at the "
 
11394
"* ``move``: will move the orphans to a ``brz-orphans`` directory at the "
10906
11395
"root\n"
10907
11396
"  of the working tree with names like ``<file>.~#~``."
10908
11397
msgstr ""
10934
11423
#: en/help_topics/conflict-types.txt:293
10935
11424
msgid ""
10936
11425
"* ``--action=take-this`` will revert Bazaar choice and keep ``PATH1`` by\n"
10937
 
"  issuing ``bzr mv PATH2 PATH1``,\n"
 
11426
"  issuing ``brz mv PATH2 PATH1``,\n"
10938
11427
"* ``--action=take-other`` will acknowledge Bazaar choice of keeping "
10939
11428
"``PATH2``,\n"
10940
11429
"* ``--action=done`` will just mark the conflict as resolved."
10960
11449
 
10961
11450
#: en/help_topics/conflict-types.txt:311
10962
11451
msgid ""
10963
 
"  $ bzr init\n"
10964
 
"  $ bzr mkdir white\n"
10965
 
"  $ bzr mkdir black\n"
10966
 
"  $ bzr commit -m \"BASE\"\n"
10967
 
"  $ bzr branch . ../other\n"
10968
 
"  $ bzr mv white black\n"
10969
 
"  $ bzr commit -m \"THIS\"\n"
10970
 
"  $ bzr mv ../other/black ../other/white\n"
10971
 
"  $ bzr commit ../other -m \"OTHER\"\n"
10972
 
"  $ bzr merge ../other"
 
11452
"  $ brz init\n"
 
11453
"  $ brz mkdir white\n"
 
11454
"  $ brz mkdir black\n"
 
11455
"  $ brz commit -m \"BASE\"\n"
 
11456
"  $ brz branch . ../other\n"
 
11457
"  $ brz mv white black\n"
 
11458
"  $ brz commit -m \"THIS\"\n"
 
11459
"  $ brz mv ../other/black ../other/white\n"
 
11460
"  $ brz commit ../other -m \"OTHER\"\n"
 
11461
"  $ brz merge ../other"
10973
11462
msgstr ""
10974
11463
 
10975
11464
#: en/help_topics/conflict-types.txt:322
10981
11470
 
10982
11471
#: en/help_topics/conflict-types.txt:328
10983
11472
msgid ""
10984
 
"* ``--action=take-this`` will acknowledge Bazaar choice of leaving ``white`` "
10985
 
"\n"
 
11473
"* ``--action=take-this`` will acknowledge Bazaar choice of leaving "
 
11474
"``white`` \n"
10986
11475
"  in ``black``,\n"
10987
11476
"* ``--action=take-other`` will revert Bazaar choice and move ``black`` in\n"
10988
 
"   ``white`` by issuing ``bzr mv black/white white ; bzr mv black white``,\n"
 
11477
"   ``white`` by issuing ``brz mv black/white white ; brz mv black white``,\n"
10989
11478
"* ``--action=done`` will just mark the conflict as resolved."
10990
11479
msgstr ""
10991
11480
 
11010
11499
 
11011
11500
#: en/help_topics/conflict-types.txt:347
11012
11501
msgid ""
11013
 
"  $ bzr init\n"
11014
 
"  $ bzr mkdir foo\n"
11015
 
"  $ bzr commit -m \"BASE\"\n"
11016
 
"  $ bzr branch . ../other\n"
 
11502
"  $ brz init\n"
 
11503
"  $ brz mkdir foo\n"
 
11504
"  $ brz commit -m \"BASE\"\n"
 
11505
"  $ brz branch . ../other\n"
11017
11506
"  $ rmdir foo\n"
11018
11507
"  $ touch foo\n"
11019
 
"  $ bzr commit -m \"THIS\"\n"
11020
 
"  $ bzr mkdir ../other/foo/bar\n"
11021
 
"  $ bzr commit ../other -m \"OTHER\"\n"
11022
 
"  $ bzr merge ../other"
 
11508
"  $ brz commit -m \"THIS\"\n"
 
11509
"  $ brz mkdir ../other/foo/bar\n"
 
11510
"  $ brz commit ../other -m \"OTHER\"\n"
 
11511
"  $ brz merge ../other"
11023
11512
msgstr ""
11024
11513
 
11025
11514
#: en/help_topics/conflict-types.txt:358
11030
11519
 
11031
11520
#: en/help_topics/conflict-types.txt:363
11032
11521
msgid ""
11033
 
"* ``--action=take-this`` will issue ``bzr rm --force foo.new`` and \n"
11034
 
"  ``bzr add foo``,\n"
11035
 
"* ``--action=take-other`` will issue ``bzr rm --force foo`` and \n"
11036
 
"  ``bzr mv foo.new foo``,\n"
 
11522
"* ``--action=take-this`` will issue ``brz rm --force foo.new`` and \n"
 
11523
"  ``brz add foo``,\n"
 
11524
"* ``--action=take-other`` will issue ``brz rm --force foo`` and \n"
 
11525
"  ``brz mv foo.new foo``,\n"
11037
11526
"* ``--action=done`` will just mark the conflict as resolved."
11038
11527
msgstr ""
11039
11528
 
11131
11620
"they filter, e.g. only files ending in ``.java`` or ``.php``.\n"
11132
11621
"In other cases, the plugin may leave it in the user's hands to\n"
11133
11622
"define which files are to be filtered. This is typically done\n"
11134
 
"using rule-based preferences. See ``bzr help rules`` for general\n"
 
11623
"using rule-based preferences. See ``brz help rules`` for general\n"
11135
11624
"information about defining these."
11136
11625
msgstr ""
11137
11626
 
11145
11634
#: en/help_topics/content-filters.txt:55
11146
11635
msgid ""
11147
11636
"Read converters are only applied to commands that read content from\n"
11148
 
"a working tree, e.g. status, diff and commit. For example, ``bzr diff``\n"
 
11637
"a working tree, e.g. status, diff and commit. For example, ``brz diff``\n"
11149
11638
"will apply read converters to files in the working tree, then compare\n"
11150
11639
"the results to the content last committed."
11151
11640
msgstr ""
11154
11643
msgid ""
11155
11644
"Write converters are only applied by commands that **create files in a\n"
11156
11645
"working tree**, e.g. branch, checkout, update. If you wish to see the\n"
11157
 
"canonical format of a file or tree, use ``bzr cat`` or ``bzr export``\n"
 
11646
"canonical format of a file or tree, use ``brz cat`` or ``brz export``\n"
11158
11647
"respectively."
11159
11648
msgstr ""
11160
11649
 
11161
11650
#: en/help_topics/content-filters.txt:65
11162
11651
msgid ""
11163
 
"Note: ``bzr commit`` does not implicitly apply write converters after\n"
 
11652
"Note: ``brz commit`` does not implicitly apply write converters after\n"
11164
11653
"comitting files. If this makes sense for a given plugin providing\n"
11165
11654
"a content filter, the plugin can usually achieve this effect by using a\n"
11166
11655
"``start_commit`` or ``post_commit`` hook say. See :doc:`hooks-help`\n"
11191
11680
#: en/help_topics/content-filters.txt:84
11192
11681
msgid ""
11193
11682
" * To reapply read converters, ``touch`` files, i.e. update their\n"
11194
 
"   timestamp. Operations like ``bzr status`` should then reapply the\n"
 
11683
"   timestamp. Operations like ``brz status`` should then reapply the\n"
11195
11684
"   relevant read converters and compare the end result with the\n"
11196
11685
"   canonical format."
11197
11686
msgstr ""
11199
11688
#: en/help_topics/content-filters.txt:89
11200
11689
msgid ""
11201
11690
" * To reapply write converters, ensure there are no local changes,\n"
11202
 
"   delete the relevant files and run ``bzr revert`` on those files."
 
11691
"   delete the relevant files and run ``brz revert`` on those files."
11203
11692
msgstr ""
11204
11693
 
11205
11694
#: en/help_topics/content-filters.txt:92
11234
11723
 
11235
11724
#: en/help_topics/debug-flags.txt:4
11236
11725
msgid ""
11237
 
"These flags can be passed on the bzr command line or (without the ``-D``\n"
 
11726
"These flags can be passed on the brz command line or (without the ``-D``\n"
11238
11727
"prefix) put in the ``debug_flags`` variable in ``bazaar.conf``."
11239
11728
msgstr ""
11240
11729
 
11325
11814
 
11326
11815
#: en/help_topics/diverged-branches.txt:20
11327
11816
msgid ""
11328
 
"The ``bzr missing`` command is used to find out what revisions are in "
 
11817
"The ``brz missing`` command is used to find out what revisions are in "
11329
11818
"another\n"
11330
11819
"branch that are not present in the current branch, and vice-versa.  It shows "
11331
11820
"a\n"
11332
11821
"summary of  which extra revisions exist in each branch.  If you want to see "
11333
11822
"the\n"
11334
 
"precise effects of those revisions, you can use ``bzr diff --"
 
11823
"precise effects of those revisions, you can use ``brz diff --"
11335
11824
"old=other_branch``\n"
11336
11825
"to show the differences between other_branch and your current branch."
11337
11826
msgstr ""
11345
11834
#: en/help_topics/diverged-branches.txt:29
11346
11835
msgid ""
11347
11836
"The solution is to merge the revisions from the mainline into your local\n"
11348
 
"branch.  To do so, use ``bzr merge`` to get the new revisions from the\n"
 
11837
"branch.  To do so, use ``brz merge`` to get the new revisions from the\n"
11349
11838
"mainline.  This merge may result in conflicts if the other developer's "
11350
11839
"changes\n"
11351
11840
"overlap with your changes.  These conflicts should be resolved before\n"
11357
11846
"resulting working tree for correctness, since the merged revisions could "
11358
11847
"have\n"
11359
11848
"made arbitrary changes.  After testing, you should commit the merge using\n"
11360
 
"``bzr commit``.  This clears up the diverged branches situation.  Your "
 
11849
"``brz commit``.  This clears up the diverged branches situation.  Your "
11361
11850
"local\n"
11362
11851
"branch can now be pushed to the mainline.\n"
11363
11852
msgstr ""
11364
11853
 
 
11854
#: en/help_topics/env-variables.txt:1
 
11855
msgid "Environment Variables"
 
11856
msgstr ""
 
11857
 
 
11858
#: en/help_topics/env-variables.txt:3
 
11859
msgid "See bzr help configuration for more details."
 
11860
msgstr ""
 
11861
 
 
11862
#: en/help_topics/env-variables.txt:5
 
11863
msgid ""
 
11864
"=================== "
 
11865
"===========================================================\n"
 
11866
"BZRPATH             Path where bzr is to look for shell plugin external\n"
 
11867
"                    commands.\n"
 
11868
"BRZ_EMAIL           E-Mail address of the user. Overrides EMAIL.\n"
 
11869
"EMAIL               E-Mail address of the user.\n"
 
11870
"BRZ_EDITOR          Editor for editing commit messages. Overrides EDITOR.\n"
 
11871
"EDITOR              Editor for editing commit messages.\n"
 
11872
"BRZ_PLUGIN_PATH     Paths where bzr should look for plugins.\n"
 
11873
"BRZ_DISABLE_PLUGINS Plugins that bzr should not load.\n"
 
11874
"BRZ_PLUGINS_AT      Plugins to load from a directory not in "
 
11875
"BRZ_PLUGIN_PATH.\n"
 
11876
"BRZ_HOME            Directory holding .bazaar config dir. Overrides HOME.\n"
 
11877
"BRZ_HOME (Win32)    Directory holding bazaar config dir. Overrides APPDATA "
 
11878
"and\n"
 
11879
"                    HOME.\n"
 
11880
"BZR_REMOTE_PATH     Full name of remote 'bzr' command (for bzr+ssh:// "
 
11881
"URLs).\n"
 
11882
"BRZ_SSH             Path to SSH client, or one of paramiko, openssh, "
 
11883
"sshcorp,\n"
 
11884
"                    plink or lsh.\n"
 
11885
"BRZ_LOG             Location of .bzr.log (use '/dev/null' to suppress log).\n"
 
11886
"BRZ_LOG (Win32)     Location of .bzr.log (use 'NUL' to suppress log).\n"
 
11887
"BRZ_COLUMNS         Override implicit terminal width.\n"
 
11888
"BRZ_CONCURRENCY     Number of processes that can be run concurrently "
 
11889
"(selftest)\n"
 
11890
"BRZ_PROGRESS_BAR    Override the progress display. Values are 'none' or "
 
11891
"'text'.\n"
 
11892
"BRZ_PDB             Control whether to launch a debugger on error.\n"
 
11893
"BRZ_SIGQUIT_PDB     Control whether SIGQUIT behaves normally or invokes a\n"
 
11894
"                    breakin debugger.\n"
 
11895
"BRZ_TEXTUI_INPUT    Force console input mode for prompts to line-based "
 
11896
"(instead\n"
 
11897
"                    of char-based).\n"
 
11898
"=================== "
 
11899
"===========================================================\n"
 
11900
msgstr ""
 
11901
 
11365
11902
#: en/help_topics/eol.txt:1
11366
11903
msgid ""
11367
11904
"End of Line Conversion\n"
11372
11909
msgid ""
11373
11910
"EOL conversion is provided as a content filter where Bazaar internally\n"
11374
11911
"stores a canonical format but outputs a convenience format. See\n"
11375
 
"``bzr help content-filters`` for general information about using these."
 
11912
"``brz help content-filters`` for general information about using these."
11376
11913
msgstr ""
11377
11914
 
11378
11915
#: en/help_topics/eol.txt:8
11381
11918
"e.g. 1.14. Be sure that both the repository *and* the branch are\n"
11382
11919
"in a recent format. (Just setting the format on the repository\n"
11383
11920
"is not enough.) If content filtering does not appear to be working, use\n"
11384
 
"'bzr info -v' to confirm that the branch is using \"Working tree format 5\"\n"
 
11921
"'brz info -v' to confirm that the branch is using \"Working tree format 5\"\n"
11385
11922
"or later."
11386
11923
msgstr ""
11387
11924
 
11388
11925
#: en/help_topics/eol.txt:15
11389
11926
msgid ""
11390
11927
"EOL conversion needs to be enabled for selected file patterns using\n"
11391
 
"rules. See ``bzr help rules`` for general information on defining rules.\n"
11392
 
"Currently, rules are only supported in $BZR_HOME/.bazaar/rules (or\n"
11393
 
"%BZR_HOME%/bazaar/2.0/rules on Windows). Branch specific rules will be\n"
 
11928
"rules. See ``brz help rules`` for general information on defining rules.\n"
 
11929
"Currently, rules are only supported in $brz_HOME/.bazaar/rules (or\n"
 
11930
"%brz_HOME%/bazaar/2.0/rules on Windows). Branch specific rules will be\n"
11394
11931
"supported in a future verison of Bazaar."
11395
11932
msgstr ""
11396
11933
 
11518
12055
"======================\n"
11519
12056
" ``native-with-crlf-in-repo`` ``crlf`` on Windows,     ``crlf``\n"
11520
12057
"                              ``lf`` otherwise\n"
11521
 
" ---------------------------- ------------------------ ----------------------"
11522
 
"\n"
 
12058
" ---------------------------- ------------------------ "
 
12059
"----------------------\n"
11523
12060
" ``lf-with-crlf-in-repo``     ``lf``                   ``crlf``\n"
11524
 
" ---------------------------- ------------------------ ----------------------"
11525
 
"\n"
 
12061
" ---------------------------- ------------------------ "
 
12062
"----------------------\n"
11526
12063
" ``crlf-with-crlf-in-repo``   ``crlf``                 ``crlf``\n"
11527
12064
" ============================ ======================== ======================"
11528
12065
msgstr ""
11591
12128
"touching-revisions   Return revision-ids which affected a particular file.\n"
11592
12129
"unknowns             List unknown files.\n"
11593
12130
"wait-until-signalled Test helper for\n"
11594
 
"                     test_start_and_stop_bzr_subprocess_send_signal.\n"
 
12131
"                     test_start_and_stop_brz_subprocess_send_signal.\n"
11595
12132
msgstr ""
11596
12133
 
11597
12134
#: en/help_topics/hooks.txt:1
11625
12162
"The class that contains each hook is given before the hooks it supplies. "
11626
12163
"For\n"
11627
12164
"instance, BranchHooks as the class is the hooks class for\n"
11628
 
"`bzrlib.branch.Branch.hooks`."
 
12165
"`breezy.branch.Branch.hooks`."
11629
12166
msgstr ""
11630
12167
 
11631
12168
#: en/help_topics/hooks.txt:18
11669
12206
msgstr ""
11670
12207
 
11671
12208
#: en/help_topics/hooks.txt:38 en/help_topics/hooks.txt:56
11672
 
#: en/help_topics/hooks.txt:102 en/help_topics/hooks.txt:259
 
12209
#: en/help_topics/hooks.txt:102 en/help_topics/hooks.txt:262
11673
12210
msgid "Introduced in: 2.2"
11674
12211
msgstr ""
11675
12212
 
11687
12224
"~~~~"
11688
12225
msgstr ""
11689
12226
 
11690
 
#: en/help_topics/hooks.txt:48 en/help_topics/hooks.txt:290
11691
 
#: en/help_topics/hooks.txt:304
 
12227
#: en/help_topics/hooks.txt:48 en/help_topics/hooks.txt:293
 
12228
#: en/help_topics/hooks.txt:307
11692
12229
msgid "Introduced in: 1.8"
11693
12230
msgstr ""
11694
12231
 
11707
12244
#: en/help_topics/hooks.txt:58
11708
12245
msgid ""
11709
12246
"Called after new branch initialization completes. post_branch_init is\n"
11710
 
"called with a bzrlib.branch.BranchInitHookParams. Note that init,\n"
 
12247
"called with a breezy.branch.BranchInitHookParams. Note that init,\n"
11711
12248
"branch and checkout (both heavyweight and lightweight) will all\n"
11712
12249
"trigger this hook."
11713
12250
msgstr ""
11718
12255
"~~~~~~~~~~~~~~~~~~~~~~"
11719
12256
msgstr ""
11720
12257
 
11721
 
#: en/help_topics/hooks.txt:66 en/help_topics/hooks.txt:418
 
12258
#: en/help_topics/hooks.txt:66 en/help_topics/hooks.txt:421
11722
12259
msgid "Introduced in: 1.4"
11723
12260
msgstr ""
11724
12261
 
11726
12263
msgid ""
11727
12264
"Called in bzr client and server after a change to the tip of a branch\n"
11728
12265
"is made. post_change_branch_tip is called with a\n"
11729
 
"bzrlib.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
 
12266
"breezy.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
11730
12267
"uncommit will all trigger this hook."
11731
12268
msgstr ""
11732
12269
 
11733
 
#: en/help_topics/hooks.txt:73 en/help_topics/hooks.txt:389
 
12270
#: en/help_topics/hooks.txt:73 en/help_topics/hooks.txt:392
11734
12271
msgid ""
11735
12272
"post_commit\n"
11736
12273
"~~~~~~~~~~~"
11738
12275
 
11739
12276
#: en/help_topics/hooks.txt:76 en/help_topics/hooks.txt:86
11740
12277
#: en/help_topics/hooks.txt:94 en/help_topics/hooks.txt:110
11741
 
#: en/help_topics/hooks.txt:145
11742
12278
msgid "Introduced in: 0.15"
11743
12279
msgstr ""
11744
12280
 
11759
12295
#: en/help_topics/hooks.txt:88
11760
12296
msgid ""
11761
12297
"Called after a pull operation completes. post_pull is called with a\n"
11762
 
"bzrlib.branch.PullResult object and only runs in the bzr client."
 
12298
"breezy.branch.PullResult object and only runs in the bzr client."
11763
12299
msgstr ""
11764
12300
 
11765
12301
#: en/help_topics/hooks.txt:91
11771
12307
#: en/help_topics/hooks.txt:96
11772
12308
msgid ""
11773
12309
"Called after a push operation completes. post_push is called with a\n"
11774
 
"bzrlib.branch.BranchPushResult object and only runs in the bzr client."
 
12310
"breezy.branch.BranchPushResult object and only runs in the bzr client."
11775
12311
msgstr ""
11776
12312
 
11777
12313
#: en/help_topics/hooks.txt:99
11783
12319
#: en/help_topics/hooks.txt:104
11784
12320
msgid ""
11785
12321
"Called after a checkout switches branch. post_switch is called with a\n"
11786
 
"bzrlib.branch.SwitchHookParams."
 
12322
"breezy.branch.SwitchHookParams."
11787
12323
msgstr ""
11788
12324
 
11789
12325
#: en/help_topics/hooks.txt:107
11815
12351
msgid ""
11816
12352
"Called in bzr client and server before a change to the tip of a branch\n"
11817
12353
"is made. pre_change_branch_tip is called with a\n"
11818
 
"bzrlib.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
 
12354
"breezy.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
11819
12355
"uncommit will all trigger this hook."
11820
12356
msgstr ""
11821
12357
 
11843
12379
 
11844
12380
#: en/help_topics/hooks.txt:142
11845
12381
msgid ""
11846
 
"set_rh\n"
11847
 
"~~~~~~"
11848
 
msgstr ""
11849
 
 
11850
 
#: en/help_topics/hooks.txt:147
11851
 
msgid ""
11852
 
"Invoked whenever the revision history has been set via\n"
11853
 
"set_revision_history. The api signature is (branch, revision_history),\n"
11854
 
"and the branch will be write-locked. The set_rh hook can be expensive\n"
11855
 
"for bzr to trigger, a better hook to use is\n"
11856
 
"Branch.post_change_branch_tip."
11857
 
msgstr ""
11858
 
 
11859
 
#: en/help_topics/hooks.txt:153
11860
 
msgid ""
11861
12382
"transform_fallback_location\n"
11862
12383
"~~~~~~~~~~~~~~~~~~~~~~~~~~~"
11863
12384
msgstr ""
11864
12385
 
11865
 
#: en/help_topics/hooks.txt:156
 
12386
#: en/help_topics/hooks.txt:145
11866
12387
msgid "Introduced in: 1.9"
11867
12388
msgstr ""
11868
12389
 
11869
 
#: en/help_topics/hooks.txt:158
 
12390
#: en/help_topics/hooks.txt:147
11870
12391
msgid ""
11871
12392
"Called when a stacked branch is activating its fallback locations.\n"
11872
12393
"transform_fallback_location is called with (branch, url), and should\n"
11880
12401
"however undefined."
11881
12402
msgstr ""
11882
12403
 
11883
 
#: en/help_topics/hooks.txt:169
 
12404
#: en/help_topics/hooks.txt:158
11884
12405
msgid ""
11885
12406
"CommandHooks\n"
11886
12407
"------------"
11887
12408
msgstr ""
11888
12409
 
11889
 
#: en/help_topics/hooks.txt:172
 
12410
#: en/help_topics/hooks.txt:161
11890
12411
msgid ""
11891
12412
"extend_command\n"
11892
12413
"~~~~~~~~~~~~~~"
11893
12414
msgstr ""
11894
12415
 
11895
 
#: en/help_topics/hooks.txt:175
 
12416
#: en/help_topics/hooks.txt:164
11896
12417
msgid "Introduced in: 1.13"
11897
12418
msgstr ""
11898
12419
 
11899
 
#: en/help_topics/hooks.txt:177
 
12420
#: en/help_topics/hooks.txt:166
11900
12421
msgid ""
11901
12422
"Called after creating a command object to allow modifications such as\n"
11902
12423
"adding or removing options, docs etc. Called with the new\n"
11903
 
"bzrlib.commands.Command object."
 
12424
"breezy.commands.Command object."
11904
12425
msgstr ""
11905
12426
 
11906
 
#: en/help_topics/hooks.txt:181
 
12427
#: en/help_topics/hooks.txt:170
11907
12428
msgid ""
11908
12429
"get_command\n"
11909
12430
"~~~~~~~~~~~"
11910
12431
msgstr ""
11911
12432
 
11912
 
#: en/help_topics/hooks.txt:184 en/help_topics/hooks.txt:196
11913
 
#: en/help_topics/hooks.txt:205 en/help_topics/hooks.txt:464
 
12433
#: en/help_topics/hooks.txt:173 en/help_topics/hooks.txt:185
 
12434
#: en/help_topics/hooks.txt:194 en/help_topics/hooks.txt:467
11914
12435
msgid "Introduced in: 1.17"
11915
12436
msgstr ""
11916
12437
 
11917
 
#: en/help_topics/hooks.txt:186
 
12438
#: en/help_topics/hooks.txt:175
11918
12439
msgid ""
11919
12440
"Called when creating a single command. Called with (cmd_or_None,\n"
11920
12441
"command_name). get_command should either return the cmd_or_None\n"
11921
12442
"parameter, or a replacement Command object that should be used for the\n"
11922
12443
"command. Note that the Command.hooks hooks are core infrastructure.\n"
11923
 
"Many users will prefer to use bzrlib.commands.register_command or\n"
 
12444
"Many users will prefer to use breezy.commands.register_command or\n"
11924
12445
"plugin_cmds.register_lazy."
11925
12446
msgstr ""
11926
12447
 
11927
 
#: en/help_topics/hooks.txt:193
 
12448
#: en/help_topics/hooks.txt:182
11928
12449
msgid ""
11929
12450
"get_missing_command\n"
11930
12451
"~~~~~~~~~~~~~~~~~~~"
11931
12452
msgstr ""
11932
12453
 
11933
 
#: en/help_topics/hooks.txt:198
 
12454
#: en/help_topics/hooks.txt:187
11934
12455
msgid ""
11935
12456
"Called when creating a single command if no command could be found.\n"
11936
12457
"Called with (command_name). get_missing_command should either return\n"
11937
12458
"None, or a Command object to be used for the command."
11938
12459
msgstr ""
11939
12460
 
11940
 
#: en/help_topics/hooks.txt:202
 
12461
#: en/help_topics/hooks.txt:191
11941
12462
msgid ""
11942
12463
"list_commands\n"
11943
12464
"~~~~~~~~~~~~~"
11944
12465
msgstr ""
11945
12466
 
11946
 
#: en/help_topics/hooks.txt:207
 
12467
#: en/help_topics/hooks.txt:196
11947
12468
msgid ""
11948
12469
"Called when enumerating commands. Called with a set of cmd_name\n"
11949
12470
"strings for all the commands found so far. This set  is safe to mutate\n"
11951
12472
"set of command names."
11952
12473
msgstr ""
11953
12474
 
11954
 
#: en/help_topics/hooks.txt:212
 
12475
#: en/help_topics/hooks.txt:201
 
12476
msgid ""
 
12477
"post_command\n"
 
12478
"~~~~~~~~~~~~"
 
12479
msgstr ""
 
12480
 
 
12481
#: en/help_topics/hooks.txt:204 en/help_topics/hooks.txt:211
 
12482
msgid "Introduced in: 2.6"
 
12483
msgstr ""
 
12484
 
 
12485
#: en/help_topics/hooks.txt:206
 
12486
msgid "Called after executing a command. Called with the command object."
 
12487
msgstr ""
 
12488
 
 
12489
#: en/help_topics/hooks.txt:208
 
12490
msgid ""
 
12491
"pre_command\n"
 
12492
"~~~~~~~~~~~"
 
12493
msgstr ""
 
12494
 
 
12495
#: en/help_topics/hooks.txt:213
 
12496
msgid "Called prior to executing a command. Called with the command object."
 
12497
msgstr ""
 
12498
 
 
12499
#: en/help_topics/hooks.txt:215
11955
12500
msgid ""
11956
12501
"_ConfigHooks\n"
11957
12502
"------------"
11958
12503
msgstr ""
11959
12504
 
11960
 
#: en/help_topics/hooks.txt:215
 
12505
#: en/help_topics/hooks.txt:218
11961
12506
msgid ""
11962
12507
"get\n"
11963
12508
"~~~"
11964
12509
msgstr ""
11965
12510
 
11966
 
#: en/help_topics/hooks.txt:218 en/help_topics/hooks.txt:226
11967
 
#: en/help_topics/hooks.txt:233 en/help_topics/hooks.txt:241
11968
 
#: en/help_topics/hooks.txt:248 en/help_topics/hooks.txt:370
11969
 
#: en/help_topics/hooks.txt:443
 
12511
#: en/help_topics/hooks.txt:221 en/help_topics/hooks.txt:229
 
12512
#: en/help_topics/hooks.txt:236 en/help_topics/hooks.txt:244
 
12513
#: en/help_topics/hooks.txt:251 en/help_topics/hooks.txt:373
 
12514
#: en/help_topics/hooks.txt:446
11970
12515
msgid "Introduced in: 2.4"
11971
12516
msgstr ""
11972
12517
 
11973
 
#: en/help_topics/hooks.txt:220
 
12518
#: en/help_topics/hooks.txt:223
11974
12519
msgid ""
11975
12520
"Invoked when a config option is read. The signature is (stack, name,\n"
11976
12521
"value)."
11977
12522
msgstr ""
11978
12523
 
11979
 
#: en/help_topics/hooks.txt:223
 
12524
#: en/help_topics/hooks.txt:226
11980
12525
msgid ""
11981
12526
"load\n"
11982
12527
"~~~~"
11983
12528
msgstr ""
11984
12529
 
11985
 
#: en/help_topics/hooks.txt:228
 
12530
#: en/help_topics/hooks.txt:231
11986
12531
msgid "Invoked when a config store is loaded. The signature is (store)."
11987
12532
msgstr ""
11988
12533
 
11989
 
#: en/help_topics/hooks.txt:230
 
12534
#: en/help_topics/hooks.txt:233
11990
12535
msgid ""
11991
12536
"remove\n"
11992
12537
"~~~~~~"
11993
12538
msgstr ""
11994
12539
 
11995
 
#: en/help_topics/hooks.txt:235
 
12540
#: en/help_topics/hooks.txt:238
11996
12541
msgid ""
11997
12542
"Invoked when a config option is removed. The signature is (stack,\n"
11998
12543
"name)."
11999
12544
msgstr ""
12000
12545
 
12001
 
#: en/help_topics/hooks.txt:238
 
12546
#: en/help_topics/hooks.txt:241
12002
12547
msgid ""
12003
12548
"save\n"
12004
12549
"~~~~"
12005
12550
msgstr ""
12006
12551
 
12007
 
#: en/help_topics/hooks.txt:243
 
12552
#: en/help_topics/hooks.txt:246
12008
12553
msgid "Invoked when a config store is saved. The signature is (store)."
12009
12554
msgstr ""
12010
12555
 
12011
 
#: en/help_topics/hooks.txt:245
 
12556
#: en/help_topics/hooks.txt:248
12012
12557
msgid ""
12013
12558
"set\n"
12014
12559
"~~~"
12015
12560
msgstr ""
12016
12561
 
12017
 
#: en/help_topics/hooks.txt:250
 
12562
#: en/help_topics/hooks.txt:253
12018
12563
msgid ""
12019
12564
"Invoked when a config option is set. The signature is (stack, name,\n"
12020
12565
"value)."
12021
12566
msgstr ""
12022
12567
 
12023
 
#: en/help_topics/hooks.txt:253
 
12568
#: en/help_topics/hooks.txt:256
12024
12569
msgid ""
12025
12570
"ControlDirHooks\n"
12026
12571
"---------------"
12027
12572
msgstr ""
12028
12573
 
12029
 
#: en/help_topics/hooks.txt:256
 
12574
#: en/help_topics/hooks.txt:259
12030
12575
msgid ""
12031
12576
"post_repo_init\n"
12032
12577
"~~~~~~~~~~~~~~"
12033
12578
msgstr ""
12034
12579
 
12035
 
#: en/help_topics/hooks.txt:261
 
12580
#: en/help_topics/hooks.txt:264
12036
12581
msgid ""
12037
12582
"Invoked after a repository has been initialized. post_repo_init is\n"
12038
 
"called with a bzrlib.controldir.RepoInitHookParams."
 
12583
"called with a breezy.controldir.RepoInitHookParams."
12039
12584
msgstr ""
12040
12585
 
12041
 
#: en/help_topics/hooks.txt:264
 
12586
#: en/help_topics/hooks.txt:267
12042
12587
msgid ""
12043
12588
"pre_open\n"
12044
12589
"~~~~~~~~"
12045
12590
msgstr ""
12046
12591
 
12047
 
#: en/help_topics/hooks.txt:267
 
12592
#: en/help_topics/hooks.txt:270
12048
12593
msgid "Introduced in: 1.14"
12049
12594
msgstr ""
12050
12595
 
12051
 
#: en/help_topics/hooks.txt:269
 
12596
#: en/help_topics/hooks.txt:272
12052
12597
msgid ""
12053
12598
"Invoked before attempting to open a ControlDir with the transport that\n"
12054
12599
"the open will use."
12055
12600
msgstr ""
12056
12601
 
12057
 
#: en/help_topics/hooks.txt:272
 
12602
#: en/help_topics/hooks.txt:275
12058
12603
msgid ""
12059
12604
"InfoHooks\n"
12060
12605
"---------"
12061
12606
msgstr ""
12062
12607
 
12063
 
#: en/help_topics/hooks.txt:275
 
12608
#: en/help_topics/hooks.txt:278
12064
12609
msgid ""
12065
12610
"repository\n"
12066
12611
"~~~~~~~~~~"
12067
12612
msgstr ""
12068
12613
 
12069
 
#: en/help_topics/hooks.txt:278 en/help_topics/hooks.txt:297
12070
 
#: en/help_topics/hooks.txt:521
 
12614
#: en/help_topics/hooks.txt:281 en/help_topics/hooks.txt:300
 
12615
#: en/help_topics/hooks.txt:524
12071
12616
msgid "Introduced in: 1.15"
12072
12617
msgstr ""
12073
12618
 
12074
 
#: en/help_topics/hooks.txt:280
 
12619
#: en/help_topics/hooks.txt:283
12075
12620
msgid ""
12076
12621
"Invoked when displaying the statistics for a repository. repository is\n"
12077
12622
"called with a statistics dictionary as returned by the repository and\n"
12078
12623
"a file-like object to write to."
12079
12624
msgstr ""
12080
12625
 
12081
 
#: en/help_topics/hooks.txt:284
 
12626
#: en/help_topics/hooks.txt:287
12082
12627
msgid ""
12083
12628
"LockHooks\n"
12084
12629
"---------"
12085
12630
msgstr ""
12086
12631
 
12087
 
#: en/help_topics/hooks.txt:287
 
12632
#: en/help_topics/hooks.txt:290
12088
12633
msgid ""
12089
12634
"lock_acquired\n"
12090
12635
"~~~~~~~~~~~~~"
12091
12636
msgstr ""
12092
12637
 
12093
 
#: en/help_topics/hooks.txt:292
12094
 
msgid ""
12095
 
"Called with a bzrlib.lock.LockResult when a physical lock is acquired."
 
12638
#: en/help_topics/hooks.txt:295
 
12639
msgid "Called with a breezy.lock.LockResult when a physical lock is acquired."
12096
12640
msgstr ""
12097
12641
 
12098
 
#: en/help_topics/hooks.txt:294
 
12642
#: en/help_topics/hooks.txt:297
12099
12643
msgid ""
12100
12644
"lock_broken\n"
12101
12645
"~~~~~~~~~~~"
12102
12646
msgstr ""
12103
12647
 
12104
 
#: en/help_topics/hooks.txt:299
12105
 
msgid "Called with a bzrlib.lock.LockResult when a physical lock is broken."
 
12648
#: en/help_topics/hooks.txt:302
 
12649
msgid "Called with a breezy.lock.LockResult when a physical lock is broken."
12106
12650
msgstr ""
12107
12651
 
12108
 
#: en/help_topics/hooks.txt:301
 
12652
#: en/help_topics/hooks.txt:304
12109
12653
msgid ""
12110
12654
"lock_released\n"
12111
12655
"~~~~~~~~~~~~~"
12112
12656
msgstr ""
12113
12657
 
12114
 
#: en/help_topics/hooks.txt:306
12115
 
msgid ""
12116
 
"Called with a bzrlib.lock.LockResult when a physical lock is released."
 
12658
#: en/help_topics/hooks.txt:309
 
12659
msgid "Called with a breezy.lock.LockResult when a physical lock is released."
12117
12660
msgstr ""
12118
12661
 
12119
 
#: en/help_topics/hooks.txt:308
 
12662
#: en/help_topics/hooks.txt:311
12120
12663
msgid ""
12121
12664
"MergeHooks\n"
12122
12665
"----------"
12123
12666
msgstr ""
12124
12667
 
12125
 
#: en/help_topics/hooks.txt:311
 
12668
#: en/help_topics/hooks.txt:314
12126
12669
msgid ""
12127
12670
"merge_file_content\n"
12128
12671
"~~~~~~~~~~~~~~~~~~"
12129
12672
msgstr ""
12130
12673
 
12131
 
#: en/help_topics/hooks.txt:314
 
12674
#: en/help_topics/hooks.txt:317
12132
12675
msgid "Introduced in: 2.1"
12133
12676
msgstr ""
12134
12677
 
12135
 
#: en/help_topics/hooks.txt:316
 
12678
#: en/help_topics/hooks.txt:319
12136
12679
msgid ""
12137
 
"Called with a bzrlib.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"
12138
12681
"object when starting a merge. Should return either None or a subclass\n"
12139
 
"of ``bzrlib.merge.AbstractPerFileMerger``. Such objects will then be\n"
 
12682
"of ``breezy.merge.AbstractPerFileMerger``. Such objects will then be\n"
12140
12683
"called per file that needs to be merged (including when one side has\n"
12141
12684
"deleted the file and the other has changed it). See the\n"
12142
12685
"AbstractPerFileMerger API docs for details on how it is used by merge."
12143
12686
msgstr ""
12144
12687
 
12145
 
#: en/help_topics/hooks.txt:323
 
12688
#: en/help_topics/hooks.txt:326
12146
12689
msgid ""
12147
12690
"post_merge\n"
12148
12691
"~~~~~~~~~~"
12149
12692
msgstr ""
12150
12693
 
12151
 
#: en/help_topics/hooks.txt:326 en/help_topics/hooks.txt:334
12152
 
#: en/help_topics/hooks.txt:384 en/help_topics/hooks.txt:402
12153
 
#: en/help_topics/hooks.txt:410 en/help_topics/hooks.txt:509
 
12694
#: en/help_topics/hooks.txt:329 en/help_topics/hooks.txt:337
 
12695
#: en/help_topics/hooks.txt:387 en/help_topics/hooks.txt:405
 
12696
#: en/help_topics/hooks.txt:413 en/help_topics/hooks.txt:512
12154
12697
msgid "Introduced in: 2.5"
12155
12698
msgstr ""
12156
12699
 
12157
 
#: en/help_topics/hooks.txt:328
 
12700
#: en/help_topics/hooks.txt:331
12158
12701
msgid ""
12159
12702
"Called after a merge. Receives a Merger object as the single argument.\n"
12160
12703
"The return value is ignored."
12161
12704
msgstr ""
12162
12705
 
12163
 
#: en/help_topics/hooks.txt:331
 
12706
#: en/help_topics/hooks.txt:334
12164
12707
msgid ""
12165
12708
"pre_merge\n"
12166
12709
"~~~~~~~~~"
12167
12710
msgstr ""
12168
12711
 
12169
 
#: en/help_topics/hooks.txt:336
 
12712
#: en/help_topics/hooks.txt:339
12170
12713
msgid ""
12171
12714
"Called before a merge. Receives a Merger object as the single\n"
12172
12715
"argument."
12173
12716
msgstr ""
12174
12717
 
12175
 
#: en/help_topics/hooks.txt:339
 
12718
#: en/help_topics/hooks.txt:342
12176
12719
msgid ""
12177
12720
"MergeDirectiveHooks\n"
12178
12721
"-------------------"
12179
12722
msgstr ""
12180
12723
 
12181
 
#: en/help_topics/hooks.txt:342
 
12724
#: en/help_topics/hooks.txt:345
12182
12725
msgid ""
12183
12726
"merge_request_body\n"
12184
12727
"~~~~~~~~~~~~~~~~~~"
12185
12728
msgstr ""
12186
12729
 
12187
 
#: en/help_topics/hooks.txt:345
 
12730
#: en/help_topics/hooks.txt:348
12188
12731
msgid "Introduced in: 1.15.0"
12189
12732
msgstr ""
12190
12733
 
12191
 
#: en/help_topics/hooks.txt:347
 
12734
#: en/help_topics/hooks.txt:350
12192
12735
msgid ""
12193
12736
"Called with a MergeRequestBodyParams when a body is needed for a merge\n"
12194
12737
"request.  Callbacks must return a body.  If more than one callback is\n"
12195
12738
"registered, the output of one callback is provided to the next."
12196
12739
msgstr ""
12197
12740
 
12198
 
#: en/help_topics/hooks.txt:351
 
12741
#: en/help_topics/hooks.txt:354
12199
12742
msgid ""
12200
12743
"MessageEditorHooks\n"
12201
12744
"------------------"
12202
12745
msgstr ""
12203
12746
 
12204
 
#: en/help_topics/hooks.txt:354
 
12747
#: en/help_topics/hooks.txt:357
12205
12748
msgid ""
12206
12749
"commit_message_template\n"
12207
12750
"~~~~~~~~~~~~~~~~~~~~~~~"
12208
12751
msgstr ""
12209
12752
 
12210
 
#: en/help_topics/hooks.txt:357
 
12753
#: en/help_topics/hooks.txt:360
12211
12754
msgid "Introduced in: 1.10"
12212
12755
msgstr ""
12213
12756
 
12214
 
#: en/help_topics/hooks.txt:359
 
12757
#: en/help_topics/hooks.txt:362
12215
12758
msgid ""
12216
12759
"Called when a commit message is being generated.\n"
12217
 
"commit_message_template is called with the bzrlib.commit.Commit object\n"
 
12760
"commit_message_template is called with the breezy.commit.Commit object\n"
12218
12761
"and the message that is known so far. commit_message_template must\n"
12219
12762
"return a new message to use (which could be the same as it was given).\n"
12220
12763
"When there are multiple hooks registered for commit_message_template,\n"
12222
12765
"second, and so on."
12223
12766
msgstr ""
12224
12767
 
12225
 
#: en/help_topics/hooks.txt:367
 
12768
#: en/help_topics/hooks.txt:370
12226
12769
msgid ""
12227
12770
"set_commit_message\n"
12228
12771
"~~~~~~~~~~~~~~~~~~"
12229
12772
msgstr ""
12230
12773
 
12231
 
#: en/help_topics/hooks.txt:372
 
12774
#: en/help_topics/hooks.txt:375
12232
12775
msgid ""
12233
12776
"Set a fixed commit message. set_commit_message is called with the\n"
12234
 
"bzrlib.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"
12235
12778
"properties by editing commit.builder._revprops) and the message so\n"
12236
12779
"far. set_commit_message must return the message to use or None if it\n"
12237
12780
"should use the message editor as normal."
12238
12781
msgstr ""
12239
12782
 
12240
 
#: en/help_topics/hooks.txt:378
 
12783
#: en/help_topics/hooks.txt:381
12241
12784
msgid ""
12242
12785
"MutableTreeHooks\n"
12243
12786
"----------------"
12244
12787
msgstr ""
12245
12788
 
12246
 
#: en/help_topics/hooks.txt:381
 
12789
#: en/help_topics/hooks.txt:384
12247
12790
msgid ""
12248
12791
"post_build_tree\n"
12249
12792
"~~~~~~~~~~~~~~~"
12250
12793
msgstr ""
12251
12794
 
12252
 
#: en/help_topics/hooks.txt:386
 
12795
#: en/help_topics/hooks.txt:389
12253
12796
msgid ""
12254
12797
"Called after a completely new tree is built. The hook is called with\n"
12255
12798
"the tree as its only argument."
12256
12799
msgstr ""
12257
12800
 
12258
 
#: en/help_topics/hooks.txt:392
 
12801
#: en/help_topics/hooks.txt:395
12259
12802
msgid "Introduced in: 2.0"
12260
12803
msgstr ""
12261
12804
 
12262
 
#: en/help_topics/hooks.txt:394
 
12805
#: en/help_topics/hooks.txt:397
12263
12806
msgid ""
12264
12807
"Called after a commit is performed on a tree. The hook is called with\n"
12265
 
"a bzrlib.mutabletree.PostCommitHookParams object. The mutable tree the\n"
 
12808
"a breezy.mutabletree.PostCommitHookParams object. The mutable tree the\n"
12266
12809
"commit was performed on is available via the mutable_tree attribute of\n"
12267
12810
"that object."
12268
12811
msgstr ""
12269
12812
 
12270
 
#: en/help_topics/hooks.txt:399
 
12813
#: en/help_topics/hooks.txt:402
12271
12814
msgid ""
12272
12815
"post_transform\n"
12273
12816
"~~~~~~~~~~~~~~"
12274
12817
msgstr ""
12275
12818
 
12276
 
#: en/help_topics/hooks.txt:404
 
12819
#: en/help_topics/hooks.txt:407
12277
12820
msgid ""
12278
12821
"Called after a tree transform has been performed on a tree. The hook\n"
12279
12822
"is called with the tree that is being transformed and the transform."
12280
12823
msgstr ""
12281
12824
 
12282
 
#: en/help_topics/hooks.txt:407
 
12825
#: en/help_topics/hooks.txt:410
12283
12826
msgid ""
12284
12827
"pre_transform\n"
12285
12828
"~~~~~~~~~~~~~"
12286
12829
msgstr ""
12287
12830
 
12288
 
#: en/help_topics/hooks.txt:412
 
12831
#: en/help_topics/hooks.txt:415
12289
12832
msgid ""
12290
12833
"Called before a tree transform on this tree. The hook is called with\n"
12291
12834
"the tree that is being transformed and the transform."
12292
12835
msgstr ""
12293
12836
 
12294
 
#: en/help_topics/hooks.txt:415
 
12837
#: en/help_topics/hooks.txt:418
12295
12838
msgid ""
12296
12839
"start_commit\n"
12297
12840
"~~~~~~~~~~~~"
12298
12841
msgstr ""
12299
12842
 
12300
 
#: en/help_topics/hooks.txt:420
 
12843
#: en/help_topics/hooks.txt:423
12301
12844
msgid ""
12302
12845
"Called before a commit is performed on a tree. The start commit hook\n"
12303
12846
"is able to change the tree before the commit takes place. start_commit\n"
12304
 
"is called with the bzrlib.mutabletree.MutableTree that the commit is\n"
 
12847
"is called with the breezy.mutabletree.MutableTree that the commit is\n"
12305
12848
"being performed on."
12306
12849
msgstr ""
12307
12850
 
12308
 
#: en/help_topics/hooks.txt:425
 
12851
#: en/help_topics/hooks.txt:428
12309
12852
msgid ""
12310
12853
"SmartClientHooks\n"
12311
12854
"----------------"
12312
12855
msgstr ""
12313
12856
 
12314
 
#: en/help_topics/hooks.txt:428
 
12857
#: en/help_topics/hooks.txt:431
12315
12858
msgid ""
12316
12859
"call\n"
12317
12860
"~~~~"
12318
12861
msgstr ""
12319
12862
 
12320
 
#: en/help_topics/hooks.txt:431
 
12863
#: en/help_topics/hooks.txt:434
12321
12864
msgid "Introduced in: unknown"
12322
12865
msgstr ""
12323
12866
 
12324
 
#: en/help_topics/hooks.txt:433
 
12867
#: en/help_topics/hooks.txt:436
12325
12868
msgid ""
12326
12869
"Called when the smart client is submitting a request to the smart\n"
12327
 
"server. Called with a bzrlib.smart.client.CallHookParams object.\n"
 
12870
"server. Called with a breezy.smart.client.CallHookParams object.\n"
12328
12871
"Streaming request bodies, and responses, are not accessible."
12329
12872
msgstr ""
12330
12873
 
12331
 
#: en/help_topics/hooks.txt:437
 
12874
#: en/help_topics/hooks.txt:440
12332
12875
msgid ""
12333
12876
"SmartServerHooks\n"
12334
12877
"----------------"
12335
12878
msgstr ""
12336
12879
 
12337
 
#: en/help_topics/hooks.txt:440
 
12880
#: en/help_topics/hooks.txt:443
12338
12881
msgid ""
12339
12882
"server_exception\n"
12340
12883
"~~~~~~~~~~~~~~~~"
12341
12884
msgstr ""
12342
12885
 
12343
 
#: en/help_topics/hooks.txt:445
 
12886
#: en/help_topics/hooks.txt:448
12344
12887
msgid ""
12345
12888
"Called by the bzr server when an exception occurs. server_exception is\n"
12346
12889
"called with the sys.exc_info() tuple return true for the hook if the\n"
12348
12891
"normally."
12349
12892
msgstr ""
12350
12893
 
12351
 
#: en/help_topics/hooks.txt:450
 
12894
#: en/help_topics/hooks.txt:453
12352
12895
msgid ""
12353
12896
"server_started\n"
12354
12897
"~~~~~~~~~~~~~~"
12355
12898
msgstr ""
12356
12899
 
12357
 
#: en/help_topics/hooks.txt:453 en/help_topics/hooks.txt:472
 
12900
#: en/help_topics/hooks.txt:456 en/help_topics/hooks.txt:475
12358
12901
msgid "Introduced in: 0.16"
12359
12902
msgstr ""
12360
12903
 
12361
 
#: en/help_topics/hooks.txt:455
 
12904
#: en/help_topics/hooks.txt:458
12362
12905
msgid ""
12363
12906
"Called by the bzr server when it starts serving a directory.\n"
12364
12907
"server_started is called with (backing urls, public url), where\n"
12367
12910
"served."
12368
12911
msgstr ""
12369
12912
 
12370
 
#: en/help_topics/hooks.txt:461
 
12913
#: en/help_topics/hooks.txt:464
12371
12914
msgid ""
12372
12915
"server_started_ex\n"
12373
12916
"~~~~~~~~~~~~~~~~~"
12374
12917
msgstr ""
12375
12918
 
12376
 
#: en/help_topics/hooks.txt:466
 
12919
#: en/help_topics/hooks.txt:469
12377
12920
msgid ""
12378
12921
"Called by the bzr server when it starts serving a directory.\n"
12379
12922
"server_started is called with (backing_urls, server_obj)."
12380
12923
msgstr ""
12381
12924
 
12382
 
#: en/help_topics/hooks.txt:469
 
12925
#: en/help_topics/hooks.txt:472
12383
12926
msgid ""
12384
12927
"server_stopped\n"
12385
12928
"~~~~~~~~~~~~~~"
12386
12929
msgstr ""
12387
12930
 
12388
 
#: en/help_topics/hooks.txt:474
 
12931
#: en/help_topics/hooks.txt:477
12389
12932
msgid ""
12390
12933
"Called by the bzr server when it stops serving a directory.\n"
12391
12934
"server_stopped is called with the same parameters as the\n"
12392
12935
"server_started hook: (backing_urls, public_url)."
12393
12936
msgstr ""
12394
12937
 
12395
 
#: en/help_topics/hooks.txt:478
 
12938
#: en/help_topics/hooks.txt:481
12396
12939
msgid ""
12397
12940
"StatusHooks\n"
12398
12941
"-----------"
12399
12942
msgstr ""
12400
12943
 
12401
 
#: en/help_topics/hooks.txt:481
 
12944
#: en/help_topics/hooks.txt:484
12402
12945
msgid ""
12403
12946
"post_status\n"
12404
12947
"~~~~~~~~~~~"
12405
12948
msgstr ""
12406
12949
 
12407
 
#: en/help_topics/hooks.txt:484 en/help_topics/hooks.txt:495
 
12950
#: en/help_topics/hooks.txt:487 en/help_topics/hooks.txt:498
12408
12951
msgid "Introduced in: 2.3"
12409
12952
msgstr ""
12410
12953
 
12411
 
#: en/help_topics/hooks.txt:486
 
12954
#: en/help_topics/hooks.txt:489
12412
12955
msgid ""
12413
12956
"Called with argument StatusHookParams after Bazaar has displayed the\n"
12414
12957
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"
12417
12960
"status command. to_file is the output stream for writing."
12418
12961
msgstr ""
12419
12962
 
12420
 
#: en/help_topics/hooks.txt:492
 
12963
#: en/help_topics/hooks.txt:495
12421
12964
msgid ""
12422
12965
"pre_status\n"
12423
12966
"~~~~~~~~~~"
12424
12967
msgstr ""
12425
12968
 
12426
 
#: en/help_topics/hooks.txt:497
 
12969
#: en/help_topics/hooks.txt:500
12427
12970
msgid ""
12428
12971
"Called with argument StatusHookParams before Bazaar displays the\n"
12429
12972
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"
12432
12975
"status command. to_file is the output stream for writing."
12433
12976
msgstr ""
12434
12977
 
12435
 
#: en/help_topics/hooks.txt:503
 
12978
#: en/help_topics/hooks.txt:506
12436
12979
msgid ""
12437
12980
"TransportHooks\n"
12438
12981
"--------------"
12439
12982
msgstr ""
12440
12983
 
12441
 
#: en/help_topics/hooks.txt:506
 
12984
#: en/help_topics/hooks.txt:509
12442
12985
msgid ""
12443
12986
"post_connect\n"
12444
12987
"~~~~~~~~~~~~"
12445
12988
msgstr ""
12446
12989
 
12447
 
#: en/help_topics/hooks.txt:511
 
12990
#: en/help_topics/hooks.txt:514
12448
12991
msgid ""
12449
12992
"Called after a new connection is established or a reconnect occurs.\n"
12450
12993
"The sole argument passed is either the connected transport or smart\n"
12451
12994
"medium instance."
12452
12995
msgstr ""
12453
12996
 
12454
 
#: en/help_topics/hooks.txt:515
 
12997
#: en/help_topics/hooks.txt:518
12455
12998
msgid ""
12456
12999
"RioVersionInfoBuilderHooks\n"
12457
13000
"--------------------------"
12458
13001
msgstr ""
12459
13002
 
12460
 
#: en/help_topics/hooks.txt:518
 
13003
#: en/help_topics/hooks.txt:521
12461
13004
msgid ""
12462
13005
"revision\n"
12463
13006
"~~~~~~~~"
12464
13007
msgstr ""
12465
13008
 
12466
 
#: en/help_topics/hooks.txt:523
 
13009
#: en/help_topics/hooks.txt:526
12467
13010
msgid ""
12468
13011
"Invoked when adding information about a revision to the RIO stanza\n"
12469
13012
"that is printed. revision is called with a revision object and a RIO\n"
12640
13183
msgstr ""
12641
13184
 
12642
13185
#: en/help_topics/patterns.txt:30
12643
 
msgid ""
12644
 
"For example, a case insensitive match for ``foo`` may be specified as::"
 
13186
msgid "For example, a case insensitive match for ``foo`` may be specified as::"
12645
13187
msgstr ""
12646
13188
 
12647
13189
#: en/help_topics/patterns.txt:32
12655
13197
msgstr ""
12656
13198
 
12657
13199
#: en/help_topics/patterns.txt:37
12658
 
msgid ""
12659
 
".. _Python regular expressions: http://docs.python.org/library/re.html"
 
13200
msgid ".. _Python regular expressions: http://docs.python.org/library/re.html"
12660
13201
msgstr ""
12661
13202
 
12662
13203
#: en/help_topics/revisionspec.txt:1
13001
13542
#: en/help_topics/rules.txt:26
13002
13543
msgid ""
13003
13544
"Default rules for all branches are defined in the optional file\n"
13004
 
"``BZR_HOME/rules``. "
 
13545
"``BRZ_HOME/rules``. "
13005
13546
msgstr ""
13006
13547
 
13007
13548
#: en/help_topics/rules.txt:29
13088
13629
 
13089
13630
#: en/help_topics/url-special-chars.txt:10
13090
13631
msgid ""
13091
 
"Internally bzr treats all locations as URLs. For any file system paths\n"
 
13632
"Internally brz treats all locations as URLs. For any file system paths\n"
13092
13633
"that are specified it will automatically determine the appropriate URL\n"
13093
13634
"representation, and escape special characters where necessary."
13094
13635
msgstr ""
13124
13665
#: en/help_topics/url-special-chars.txt:27
13125
13666
msgid ""
13126
13667
"  cd /tmp\n"
13127
 
"  bzr log /tmp/%2False\n"
13128
 
"  bzr log %2False\n"
13129
 
"  bzr log file:///tmp/%252False\n"
13130
 
"  bzr log file://localhost/tmp/%252False\n"
13131
 
"  bzr log file:%252False"
 
13668
"  brz log /tmp/%2False\n"
 
13669
"  brz log %2False\n"
 
13670
"  brz log file:///tmp/%252False\n"
 
13671
"  brz log file://localhost/tmp/%252False\n"
 
13672
"  brz log file:%252False"
13132
13673
msgstr ""
13133
13674
 
13134
13675
#: en/help_topics/url-special-chars.txt:34
13137
13678
 
13138
13679
#: en/help_topics/url-special-chars.txt:36
13139
13680
msgid ""
13140
 
"  bzr log file:///tmp/%2False (refers to a file called /tmp/\\/alse)\n"
13141
 
"  bzr log %252False (refers to a file called /tmp/%252False)"
 
13681
"  brz log file:///tmp/%2False (refers to a file called /tmp/\\/alse)\n"
 
13682
"  brz log %252False (refers to a file called /tmp/%252False)"
13142
13683
msgstr ""
13143
13684
 
13144
13685
#: en/help_topics/url-special-chars.txt:39
13161
13702
 
13162
13703
#: en/help_topics/url-special-chars.txt:46
13163
13704
msgid ""
13164
 
"  bzr log foo,branch=bla # path \"foo\" with the segment parameter "
13165
 
"\"branch\" set to \"bla\"\n"
13166
 
"  bzr log file:foo%2Cbranch=bla # path \"foo,branch=bla\"\n"
13167
 
"  bzr log file:foo,branch=bla # path \"foo\" with segment parameter "
13168
 
"\"branch\" set to \"bla\"\n"
 
13705
"  brz log foo,branch=bla # path \"foo\" with the segment parameter \"branch"
 
13706
"\" set to \"bla\"\n"
 
13707
"  brz log file:foo%2Cbranch=bla # path \"foo,branch=bla\"\n"
 
13708
"  brz log file:foo,branch=bla # path \"foo\" with segment parameter \"branch"
 
13709
"\" set to \"bla\"\n"
13169
13710
msgstr ""
13170
13711
 
13171
13712
#: en/help_topics/urlspec.txt:1